@import url('sub.css'); 



/**** S:: 의원소개 / 기능의학소개 ****/

.about_intro { position: relative; overflow:hidden;}
/* .about_intro::after { content: ''; position: absolute; right: 0; top: 510px; width: 35.47%; max-width: 681px; aspect-ratio: 681 / 829; background: url('/about/img/overview_obj.png') no-repeat center / contain; pointer-events: none; } */
.about_intro .basic_in {}
.about_intro .intro_cont { display: flex; align-items: center; width: 100%; position:relative;}
.about_intro .intro_cont::after {content:''; max-width:60%; width:901px;  aspect-ratio: 901 / 829; position:absolute; bottom:0; right:0; background:url("/about/img/overview_bg_obj.png")no-repeat center / 100% auto; display:block; z-index:-1; transform:translate(50%, 40%);}
.about_intro .intro_imgs { display: flex; gap: 10px; width: 50%; align-items: flex-start;}
.about_intro .intro_imgs figure { flex: 1; aspect-ratio: 377 / 600; border-radius: var(--borderR30); overflow: hidden; display: block; }
.about_intro .intro_imgs figure:first-child { margin-top: 60px; }
.about_intro .intro_imgs figure img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about_intro .intro_txt { display: flex; flex-direction: column; gap: 20px; width: 50%; padding: 0 0 60px 90px; box-sizing: border-box; }
.about_intro .intro_txt .fs26 { color: var(--black); font-weight: 700; }
.about_intro .intro_txt em { color: var(--main); font-weight: 600; font-style: normal; text-decoration: underline; letter-spacing:inherit; line-height:inherit; }
.about_intro .clinic_area { width: 100%; margin:100px 0 0;}
.about_intro .clinic_list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-gap:50px 30px;}
.about_intro .clinic_list li {}
.about_intro .clinic_list li figure { aspect-ratio: 490 / 360; border-radius: var(--borderR15); overflow: hidden; display: block; background: var(--bk000); }
.about_intro .clinic_list li figure img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about_intro .clinic_list li dl { padding-top: 30px; }
.about_intro .clinic_list li dt { color: var(--black); font-weight: 700; }
.about_intro .clinic_list li dd {}
.about_intro .clinic_list li dd .fs18 { color: var(--main); font-weight: 600; margin-top:10px;}
.about_intro .clinic_list li dd .fs18 + .fs18 { color: var(--basic); font-weight: 400; margin-top:5px;}

.about_fm { background: var(--grayBg); }
.about_fm .basic_in {}
.about_fm .fm_list { display: flex; gap: 30px; width: 100%; margin:0 0 60px;}
.about_fm .fm_list li { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 30px; padding: 50px 30px; background: var(--white); border-radius: var(--borderR15); box-sizing: border-box;  cursor:pointer;}
.about_fm .fm_list li figure { display: flex; align-items: center; justify-content: center; max-width: 172px; width: 100%;}
.about_fm .fm_list li figure img { display: block; width: 100%; }
.about_fm .fm_list li dl { display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; width: 100%; }
.about_fm .fm_list li dt { color: var(--black); font-weight: 700; }
.about_fm .fm_outro { display: flex; flex-direction: column; align-items: center; gap: 9px; text-align: center; }
.about_fm .fm_outro .fs26 { color: var(--black); font-weight: 700; }
.about_fm .fm_outro .fs18 { color: var(--black); }

/**** E:: 의원소개 / 기능의학소개 ****/



/**** S:: 의료진 / 진료시간 / 오시는길 ****/

.about_doctor .doctor_cont { display: flex; align-items: flex-start; width: 100%; }
.about_doctor .doctor_cont figure { flex: 0 0 40.52%; max-width: 620px; aspect-ratio: 620 / 790; border-radius: var(--borderR30); overflow: hidden; display: block; background: var(--bk000); }
.about_doctor .doctor_cont figure img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.about_doctor .doctor_txt { flex: 1; min-width: 0; padding: 40px 0 0 90px; box-sizing: border-box; }
.about_doctor .doctor_head { display: flex; flex-direction: column; gap: 15px; padding-bottom: 40px; border-bottom: 1px solid var(--border); }
.about_doctor .doctor_head .fs16 { color: var(--main); font-weight: 600; }
.about_doctor .doctor_head .fs40 { color: var(--black); font-weight: 700; }
.about_doctor .doctor_head .fs26 { color: var(--black); }
.about_doctor .doctor_info { padding-top: 40px; }
.about_doctor .doctor_tab { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.about_doctor .doctor_tab button { display: flex; align-items: center; justify-content: center; padding: 9px 20px; border: 0; border-radius: var(--borderR50); background: transparent; cursor: pointer; opacity: 0.4; transition: all 0.3s linear; }
.about_doctor .doctor_tab button.on { background: var(--main); opacity: 1; }
.about_doctor .doctor_tab button.on span { color: var(--white); font-weight: 700; }
.about_doctor .doctor_tab button span { color: var(--black); font-weight: 700; }
.about_doctor .doctor_panels > ul { display: none; flex-direction: column; gap: 5px; width: 100%; }
.about_doctor .doctor_panels > ul.on { display: flex; }
.about_doctor .doctor_panels > div { display: none; flex-direction: column; gap: 5px; width: 100%; }
.about_doctor .doctor_panels > div.on { display: flex; }
.about_doctor .doctor_panels > div > .fs18 { color: var(--black); font-weight: 700; margin:7px 0 0;}
.about_doctor .doctor_panels ul li { position: relative; padding-left: 12px; }
.about_doctor .doctor_panels ul li::before { content: ''; position: absolute; left: 0; top: 0.75em; transform: translateY(-50%); width: 3px; height: 3px; background: var(--main); }
.about_doctor .doctor_panels ul li.fs18 { color: var(--basic); line-height: 150%; }
.about_doctor .doctor_panels ul li.fs18 a { color: var(--basic); text-decoration: underline; text-underline-offset:2px; letter-spacing:inherit;}
.about_doctor .doctor_panels > div ul { display: flex; flex-direction: column; gap: 5px; width: 100%; }

.about_hours { position: relative; overflow: hidden; }
.about_hours .hours_bg { position: absolute; left: 50%; top: 0; transform: translateX(-50%); width: 100vw; height: 100%; background: url('/about/img/visitor_hours_bg.jpg') no-repeat center / cover; pointer-events: none; }
.about_hours .hours_bg::after { content: ''; position: absolute; inset: 0; background: var(--main); opacity: 0.4; mix-blend-mode: multiply; }
.about_hours .basic_in { position: relative; z-index: 1; }
.about_hours .sub_tit .fs16E { color: var(--white); opacity: 0.6; }
.about_hours .sub_tit .fs50 { color: var(--white); }
.about_hours .hours_wrap { display: flex; flex-direction: column; align-items: center; gap: 30px; width: 100%; }
.about_hours .hours_list { display: flex; gap: 30px; width: 100%; }
.about_hours .hours_list li { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 15px; padding: 50px 40px 55px; box-sizing: border-box; text-align: center; border-radius: var(--borderR30); border: 1px solid rgba(255,255,255,0.3); background: rgba(255,255,255,0.15); backdrop-filter: blur(7px); }
.about_hours .hours_list li .fs18 { color: var(--white); font-weight: 600; }
.about_hours .hours_list li dl { display: flex; flex-direction: column; align-items: center; gap: 5px; width: 100%; }
.about_hours .hours_list li dt { color: var(--white); font-weight: 700;}
.about_hours .hours_list li dd { color: var(--basic_w); }
.about_hours .hours_caution { display: flex; align-items: center; justify-content: center; gap: 6px; color: var(--white); }
.about_hours .hours_caution::before { content: 'notification_important'; font-family: var(--icon); font-size: 26px; line-height: 1; color: #2AA87D; font-weight: 400; flex-shrink: 0; font-variation-settings: 'FILL' 1;}

.about_location .location_cont {width: 100%; }
.about_location .location_adr { display: flex; justify-content: center; gap: 6px; color: var(--black); text-align: center; margin:0 0 30px; text-align: left; align-items: flex-start;}
.about_location .location_adr::before { content: '\e0c8'; font-family: var(--icon); font-size: 28px; line-height: 1; color: var(--black); font-weight: 400; flex-shrink: 0; display:block; line-height: 1; position:relative; top:4px;}
.about_location .location_map { position: relative; width: 100%; height: 550px; border-radius: var(--borderR30); overflow: hidden; background: var(--grayBg); }
.about_location .location_map figure { display: block; width: 100%; height: 100%; overflow: hidden; }
.about_location .location_map figure .cont {display:none;}
.about_location .location_map figure .root_daum_roughmap {width: 100% !important; height: 100% !important;}
.about_location .location_map figure .root_daum_roughmap .wrap_map { width: 100% !important; height: 100% !important; display: block; }
.about_location .location_map .map_btn { position: absolute; left: 50%; bottom: 20px; transform: translateX(-50%); display: flex; gap: 3px; z-index: 999;}
.about_location .location_map .map_btn a { display: flex; align-items: center; justify-content: center; gap: 20px; width: 190px; height: 62px; border-radius: var(--borderR50); box-sizing: border-box; border: 1px solid transparent; transition: background-color 0.3s linear, border-color 0.3s linear; }
.about_location .location_map .map_btn a::after { content: ''; display: block; width: 20px; height: 20px; flex-shrink: 0; mask-repeat: no-repeat; mask-position: center; mask-size: contain; -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain; transition: background-color 0.3s linear; }
.about_location .location_map .map_btn a:first-child { background: #00bd60; border-color: #00bd60; }
.about_location .location_map .map_btn a:first-child span { color: var(--white); font-weight: 600; transition: color 0.3s linear; }
.about_location .location_map .map_btn a:first-child::after { background-color: var(--white); mask-image: url('/about/img/naver.svg'); -webkit-mask-image: url('/about/img/naver.svg'); }
.about_location .location_map .map_btn a:first-child:hover { background: var(--white); border-color: #00bd60; }
.about_location .location_map .map_btn a:first-child:hover span { color: #00bd60; }
.about_location .location_map .map_btn a:first-child:hover::after { background-color: #00bd60; }
.about_location .location_map .map_btn a:last-child { background: #feda0d; border-color: #feda0d; }
.about_location .location_map .map_btn a:last-child span { color: #3c1f1e; font-weight: 600; transition: color 0.3s linear; }
.about_location .location_map .map_btn a:last-child::after { background-color: #3c1f1e; mask-image: url('/about/img/kakao.svg'); -webkit-mask-image: url('/about/img/kakao.svg'); }
.about_location .location_map .map_btn a:last-child:hover { background: #3c1f1e; border-color: #3c1f1e; }
.about_location .location_map .map_btn a:last-child:hover span { color: #feda0d; }
.about_location .location_map .map_btn a:last-child:hover::after { background-color: #feda0d; }
.about_location .location_info { display: flex; flex-direction: column; gap: 5px; width: 100%; margin:60px 0 0;}
.about_location .location_info li { display: flex; align-items: center; gap: 21px; padding: 17px 30px; box-sizing: border-box; background: var(--grayBg); border-radius: var(--borderR30); }
.about_location .location_info li figure { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; flex-shrink: 0; }
.about_location .location_info li figure img { display: block; max-width: 100%; max-height: 100%; }
.about_location .location_info li dl { display: flex; align-items: flex-start; gap: 5px; flex: 1; min-width: 0; }
.about_location .location_info li dt { flex: 0 0 90px; color: var(--black); font-weight: 600; }
.about_location .location_info li dd { flex: 1; min-width: 0; color: var(--basic); }
.root_daum_roughmap .map_border {display:none !important;}
/**** E:: 의료진 / 진료시간 / 오시는길 ****/







/*******************************************************************************
	@media ~1500px
*******************************************************************************/
@media all and (max-width:1500px) { 

/**** S:: 의원소개 / 기능의학소개 ****/
.about_intro .intro_txt { padding-left: 60px; }
/**** E:: 의원소개 / 기능의학소개 ****/

/**** S:: 의료진 / 진료시간 / 오시는길 ****/
.about_doctor .doctor_txt { padding-left: 60px; }
.about_location .location_map { height: 500px; }
/**** E:: 의료진 / 진료시간 / 오시는길 ****/

}
/*******************************************************************************
	@media ~1300px
*******************************************************************************/
@media all and (max-width:1300px) { 

/**** S:: 의원소개 / 기능의학소개 ****/
.about_intro .intro_txt { padding-left: 40px; }
.about_intro .clinic_area { margin-top: 80px; }
.about_intro .clinic_list { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-gap: 40px 30px; }
/**** E:: 의원소개 / 기능의학소개 ****/

/**** S:: 의료진 / 진료시간 / 오시는길 ****/
.about_doctor .doctor_txt { padding-left: 40px; }
.about_doctor .doctor_cont figure { flex: 0 0 45%; }
.about_location .location_map { height: 450px; }
/**** E:: 의료진 / 진료시간 / 오시는길 ****/

}
/*******************************************************************************
	@media 769~980px
*******************************************************************************/
@media all and (max-width:980px) { 

/**** S:: 의원소개 / 기능의학소개 ****/
.about_intro::after { display: none; }
.about_intro .intro_cont { flex-direction: column; gap: 40px; }
.about_intro .intro_cont::after {transform: translate(30%, 50%);}
.about_intro .intro_imgs { width: 100%; }
.about_intro .intro_txt { width: 100%; padding: 0; text-align:center;}
.about_intro .intro_txt br {display:none;}
.about_intro .clinic_list { grid-template-columns: 1fr; grid-gap: 40px 0; }
.about_intro .clinic_list li dl { padding-top: 24px; }
.about_fm .fm_list { flex-wrap: wrap; margin-bottom: 40px; }
.about_fm .fm_list li { width: calc((100% - 30px) / 2); flex: none; padding: 40px 24px; }
.about_fm .fm_list li figure { width: 140px; height: 120px; }
/**** E:: 의원소개 / 기능의학소개 ****/

/**** S:: 의료진 / 진료시간 / 오시는길 ****/
.about_doctor .doctor_cont { flex-direction: column; gap: 40px; }
.about_doctor .doctor_cont figure { flex: none; width: 100%; max-width: 480px; margin: 0 auto; aspect-ratio: 620 / 790; }
.about_doctor .doctor_txt { width: 100%; padding: 0; }
.about_doctor .doctor_head br { display: none; }
.about_doctor .doctor_tab { gap: 8px; margin-bottom: 24px; }
.about_doctor .doctor_panels ul li.fs18 { line-height: 155%; }
.about_hours .hours_list { flex-direction: column; gap: 15px; }
.about_hours .hours_list li { padding: 40px 30px 45px; }
.about_location .location_cont { gap: 24px; }
.about_location .location_adr::before { font-size: 24px; top:3px; }
.about_location .location_map { height: 400px; }
.about_location .location_map .map_btn { flex-wrap: wrap; justify-content: center; width: calc(100% - 40px); bottom: 16px; }
.about_location .location_map .map_btn a { width: 180px; height: 56px; gap: 14px; }
/**** E:: 의료진 / 진료시간 / 오시는길 ****/

}
/*******************************************************************************
	@media 481~680px
*******************************************************************************/
@media all and (max-width:680px) { 

/**** S:: 의원소개 / 기능의학소개 ****/
.about_intro .intro_cont { gap: 30px; }
.about_intro .intro_cont::after {display:none;}
.about_intro .intro_txt {gap:15px;}
.about_intro .intro_imgs figure:first-child {margin-top:30px;}
.about_intro .clinic_area { margin-top: 50px; }
.about_intro .clinic_list { grid-gap: 32px 0; }
.about_intro .clinic_list li dl { padding-top: 20px; }
.about_intro .clinic_list li dd .fs18 { margin-top: 8px; }
.about_fm .fm_list { margin-bottom: 30px; gap: 15px; }
.about_fm .fm_list li { width: 100%; padding: 32px 20px; gap: 24px; }
.about_fm .fm_list li figure { width: 120px; height: 100px; }
/**** E:: 의원소개 / 기능의학소개 ****/

/**** S:: 의료진 / 진료시간 / 오시는길 ****/
.about_doctor .doctor_cont { gap: 30px; }
.about_doctor .doctor_cont figure { max-width: 100%; }
.about_doctor .doctor_head { gap: 12px; padding-bottom: 20px; }
.about_doctor .doctor_info { padding-top: 20px; }
.about_doctor .doctor_tab { gap: 3px; margin-bottom: 20px; }
.about_doctor .doctor_tab button { padding: 6px 10px; }
.about_doctor .doctor_tab button span {font-size:12px;}
.about_doctor .doctor_panels > ul { gap: 4px; }
.about_doctor .doctor_panels > div { gap: 4px; }
.about_doctor .doctor_panels > div ul { gap: 4px; }
.about_doctor .doctor_panels ul li { padding-left: 10px; }
.about_doctor .doctor_panels ul li::before { top: 0.72em; width: 2px; height: 2px; }
.about_doctor .doctor_panels ul li.fs18 { line-height: 150%; }
.about_hours .hours_wrap { gap: 24px; }
.about_hours .hours_list li { padding: 32px 20px 36px; gap: 12px; }
.about_hours .hours_caution::before { font-size: 22px; }
.about_location .location_cont { gap: 20px; }
.about_location .location_adr { gap: 4px; margin:0 0 15px;}
.about_location .location_adr::before { font-size: 22px; top:2px; }
.about_location .location_map { height: 300px; border-radius: var(--borderR15); }
.about_location .location_map .map_btn { width: calc(100% - 30px); bottom: 12px; gap: 6px; }
.about_location .location_map .map_btn a { width: calc((100% - 6px) / 2); min-width: 0; height: 50px; gap: 8px; }
.about_location .location_map .map_btn a::after { width: 18px; height: 18px; }
.about_location .location_info {margin:30px 0 0;}
.about_location .location_info li { flex-direction: column; align-items: flex-start; gap: 0; padding: 15px; border-radius: var(--borderR15); }
.about_location .location_info li dl { flex-direction: column; gap: 4px; width: 100%; }
.about_location .location_info li dt { flex: none; width: 100%; }
.about_location .location_info li figure {width:36px; height:36px; margin:0 0 -20px auto;}
/**** E:: 의료진 / 진료시간 / 오시는길 ****/

}
