@charset "utf-8";

/* 블러 처리 */
.blur {filter: blur(5px);}

/* margin */
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt35 {margin-top: 35px;}
.mt40 {margin-top: 40px;}
.mt80 {margin-top: 80px;}

.mb40 {margin-bottom: 40px;}

/* 다음 지도 높이 너비 초기화 */
.map_box .root_daum_roughmap { width: 100%; height: 100%; } 
.map_box .root_daum_roughmap .wrap_map { height: 100%; height: 100%; } 

/* 서브 페이지 메인 타이틀 예) 임플란트(보험임플란트), 일반치료 */
.sub_main_tit { font-family: 'Pretendard'; text-align: center; padding: 125px 0 60px; } 
.sub_main_tit span { display: block; font-weight: 700; color: #199fae; margin-bottom: 20px; font-size: 30px; line-height: 1em; } 
.sub_main_tit h2 { font-weight: 500; font-size: 60px; line-height: 1em; } 

/* 탭 버튼과 함께 사용 하는 경우 예) 디데이 치과 > 병원소개 */
.sub_main_tit.type02 { padding-bottom: 0; } 

/* 서브 페이지 서브 타이틀 */
.sub_con_tit { font-family: 'Pretendard'; margin-bottom: 33px; } 
.sub_con_tit h3 { font-size: 42px; line-height: 1.33em; letter-spacing: -0.025em; font-weight: 300; } 
.sub_con_tit h3 b { font-weight: 700; } 
.sub_con_tit.type02 h3 { margin-bottom: 44px; } 
.sub_con_tit.type02 h4 { display: flex; margin: 0; font-family: "Pretendard"; font-weight: 600; font-size: 30px; letter-spacing: -0.025em; line-height: 42px; word-break: keep-all; align-items: center; } 
.sub_con_tit.type02 h4::before { content: ''; display: block; width: 4px; margin-right: 12px; height: 26px; background: #199fae; } 

/* 서브 페이지 서브 타이틀02 */
.sub_con_tit02 h3 { font-family: "Noto Serif kr"; font-weight: 300; font-size: 42px; letter-spacing: -0.05em; } 

/* 우측 네모 작은 타이틀 */
.rect_tit_small h5 { display: flex; margin: 0; font-family: "Pretendard"; font-weight: 700; font-size: 22px; letter-spacing: -0.05em; line-height: 1em; word-break: keep-all; align-items: center; } 
.rect_tit_small h5::before { content: ''; display: block; width: 4px; margin-right: 10px; height: 21px; background: #199fae; } 

/* btn_box */
.btn_box { display: flex; align-items: center; justify-content: center; gap: 10px;} 
.btn_box.right { justify-content: flex-end; } 

.btn_box .btn {display: inline-block; width: 160px; font-weight: 600; font-size: 16px; letter-spacing: -0.025em; border-radius: 80px; padding: 18px 0 17px; box-sizing: border-box; text-align: center;}
.btn_box .btn.green_btn {background-color: #10aa18; color: #fff;}
.btn_box .btn.yellow_btn {background-color: #f7d32b;}

/* tab btn */
.btn_wrap { text-align: center; justify-content: center; align-items: center; padding: 50px 0; width: 100%; max-width: 1400px; display: flex; margin: 0 auto; box-sizing: border-box; } 
.btn_wrap .tab_btn { font-family: "Pretendard"; word-break: keep-all; position: relative; margin: 0 50px; transition: all 0.3s; font-size: 24px; letter-spacing: -0.050em; font-weight: 700; opacity: 0.5; cursor: pointer; } 
.btn_wrap .tab_btn:hover { opacity: 1; } 
.btn_wrap .tab_btn:hover::before { content: ''; display: inline-block; width: 100%; height: 2px; position: absolute; bottom: 0; left: 0; background: #000; } 
.btn_wrap .tab_btn.active { opacity: 1; } 
.btn_wrap .tab_btn.active::before { content: ''; display: inline-block; width: 100%; height: 2px; position: absolute; bottom: 0; left: 0; background: #000; } 

/* tab wrap */
.tab_wrap .tab_box { display: none; } 
.tab_wrap .tab_box.active { display: block; } 

/* 테이블 레이아웃01 예) 임플란트(보험임플란트) '임플란트 보험 진료비 예시', 임플란트(네비게이션임플란트) '일반임플란트 절개방식과 네비게이션 임플란트 무절개방식 비교'*/
.table_layout01 { text-align: center; width: 100%; } 
.table_layout01 tr { height: 70px; } 
.table_layout01 th,
.table_layout01 td { border-top: 1px solid #000; padding: 22px; box-sizing: border-box; font-size: 20px; line-height: 1.6em; font-weight: 700; font-family: 'Pretendard'; letter-spacing: -0.05em; } 
.table_layout01 td span { font-weight: 300; color: #666; } 
.table_layout01 tr:last-child td { border-bottom: 1px solid #000; } 
.table_layout01 td .img_box { width: 100%; } 
.table_layout01 td .img_box img { width: 100%; } 
.table_layout01 .center { background-color: #f9f9f9; width: 178px; border-left: 1px solid #000; border-right: 3px solid #199fae; } 
.table_layout01 .blue { border-right: 3px solid #199fae; color: #199fae; } 
.table_layout01 .serif { font-size: 56px; color: #d1d1d1; letter-spacing: -0.05em; font-weight: 300; font-family: 'Noto Serif KR'; } 
.table_layout01 tr:first-child .blue { color: #000; border-top: 3px solid #199fae; } 
.table_layout01 tr:last-child .blue { border-bottom: 3px solid #199fae; } 

@media all and (max-width: 1000px){
 .table_layout01 .center { width: 115px; } 
 }

/*--------------------------------------------------------------*

* 비쥬얼 박스 예)심미치료(치아성형, 생활치 미백, 실활치 미백 등 서브페이지 상단 소개 부분) *

* 비쥬얼 박스 배경 이미지 변경 시 이용 'xxx' 부분 변경 필요 
* .vs_box.xxx { background-image: url(); } 

*---------------------------------------------------------------*/
.vs_box { width: 100%; height: 558px; background: no-repeat center center / cover; } 
.vs_box .inner { height: 100%; position: relative; } 
.vs_box .text_wrap { color: #FFF; word-break: keep-all; position: absolute; top: 40%; transform: translateY(-40%); } 
.vs_box .text_wrap .tit { font-family: "Pretendard"; margin: 0; font-size: 50px; font-weight: 700; letter-spacing: -0.050em; } 
.vs_box .text_wrap .point_txt { font-family: "Noto Serif kr"; padding: 30px 0; font-size: 24px; font-weight: 300; letter-spacing: -0.050em; } 
.vs_box .text_wrap .txt { font-family: "Pretendard"; font-size: 20px; font-weight: 300; letter-spacing: -0.050em; line-height:34px; } 

.vs_box .bot_wrap { width: 100%; position: absolute; bottom: 0; } 
.vs_box .bot_wrap ul { width: 100%; height: 100px; box-shadow: 0 8px 10px -4px rgba(0, 0, 0, .3); padding:0 65px; align-items: center; justify-content: space-between; display: flex; background: #FFF; box-sizing: border-box; } 
.vs_box .bot_wrap ul li p { display: inline-block; padding: 0 10px; box-sizing: border-box; position: relative; font-size: 20px; letter-spacing: -0.025em; } 
.vs_box .bot_wrap ul li .tit { font-family: "Pretendard"; font-weight: 600; } 
.vs_box .bot_wrap ul li .tit::after { content: ''; display: inline-block; height: 15px; width: 1px; background: #e5e5e5; position: absolute; right: 0; top: 50%; transform: translateY(-50%); } 
.vs_box .bot_wrap ul li .txt { font-family: "Pretendard"; color: #666666; font-weight: 300; } 

@media all and (max-width:1400px){
 .vs_box .text_wrap { padding: 0 20px; box-sizing: border-box; } 
 .vs_box .bot_wrap ul li { text-align: center; padding: 0 15px; word-break: keep-all; } 
 }

@media all and (max-width:1000px){
 .vs_box .bot_wrap ul { padding: 20px; flex-wrap: wrap; height: auto; justify-content: flex-start; gap: 20px; } 
 .vs_box .text_wrap { top: 30%; transform: translateY(-30%); } 
 .vs_box .text_wrap .tit { font-size: 40px; } 
 .vs_box .text_wrap .point_txt { font-size: 20px; padding: 15px 0; } 
 .vs_box .text_wrap .txt { font-size: 18px; line-height:24px; } 
 }

/* 서브 컨텐츠 레이아웃 01 예) 심미치료(치아성형 · 치아미백) 상단 슬라이더 */
.layout_01 { width: 100%; height: 100%; padding: 120px 0; box-sizing: border-box; } 
.layout_01 .sub_con_tit { margin-bottom: 0; } 
.layout_01 .top_box { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 40px; } 
.layout_01 .control_box { display: flex; align-items: center; width: 151px; height: 76px; box-sizing: border-box; border: 1px solid #dcdcdc; } 
.layout_01 .control_box .prev_btn { width: 50%; height: 100%; border-right: 1px solid #dcdcdc; box-sizing: border-box; cursor: pointer; background: url("/uploads/hospitals/dday/site/img/g_prev.png") no-repeat center center; } 
.layout_01 .control_box .next_btn { width: 50%; height: 100%; box-sizing: border-box; cursor: pointer; background: url("/uploads/hospitals/dday/site/img/g_next.png") no-repeat center center; } 

.layout_01 .slide_common { width: 100%; overflow: hidden; } 
.layout_01 .slide_common img { display: block; width: 100%; } 
.layout_01 .slide_common .img_wrap { position: relative; cursor: pointer; overflow: hidden;} 
.layout_01 .slide_common .img_wrap .hover_box { color: #FFF; width: 100%; display: none; flex-direction: column; align-items: center; justify-content: center; text-align: center; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, .3); } 
.layout_01 .slide_common .img_wrap .hover_box p { font-family: "Pretendard"; font-size: 22px; letter-spacing: -0.025em; text-align: center; } 
.layout_01 .slide_common .img_wrap .hover_box a { font-family: "Pretendard"; margin-top: 30px; font-size: 18px; display: block; line-height: 42px; border: 1px solid #FFF; width: 120px; height: 42px; } 
.layout_01 .slide_common .img_wrap:hover .hover_box { display: flex; } 
.layout_01 .slide_common .img_wrap > p { color: #FFF; font-size: 24px; font-weight: 700; display: block; width: 140px; height: 140px; line-height: 140px; text-align: center; position: absolute; bottom: 0; left: 0; z-index: 30; } 
.layout_01 .slide_common .img_wrap > .before { background-color: rgba(107, 107, 107, 0.4); } 
.layout_01 .slide_common .img_wrap > .after { background-color: #199fae; } 
.layout_01 .slide_common .swiper-wrapper { padding-bottom: 50px; } 
.layout_01 .slide_common .pagination { position: absolute; top: 100%; } 
.layout_01 .slide_common .pagination .swiper-pagination-progressbar-fill { background:#000; } 

.layout_01 .swiper-slide .info_box {display: none;}
.layout_01 .copy_box {font-family: "Pretendard";}
.layout_01 .copy_box b {font-weight: 500; font-size: 28px; letter-spacing: -0.025em;}
.layout_01 .copy_box p {font-weight: 300; font-size: 18px; letter-spacing: -0.05em; color: #666;}

@media all and (max-width:1400px){
 .layout_01 .top_box { flex-direction: column; row-gap: 30px; margin-bottom: 30px; } 
 .layout_01 .top_box .sub_con_tit { width: 100%; } 
 }

@media all and (max-width:1000px){
 .layout_01 .top_box .title_box .txt { font-size: 30px; margin-bottom: 0; } 
 .layout_01 .top_box .title_box .tit { font-size: 30px; } 
 .layout_01 .slide_common .img_wrap > p { width: 100px; height: 100px; line-height: 100px; } 
 }

/* 서브 컨텐츠 레이아웃02 예) 심미치료(치아성형 · 치아미백) 슬라이더 하단 '치아 삭제량 때문에' 부분 */
.layout_02 { width: 100%; height: 100%; padding: 130px 0; background-image: url(/uploads/hospitals/dday/site/img/ae_con02_bg.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; } 
.layout_02 .inner .text_wrap { text-align: right; } 
.layout_02 .inner .text_wrap .tit { font-family: "Noto Serif kr"; font-size: 42px; font-weight: 300; letter-spacing: -0.025em; } 
.layout_02 .inner .text_wrap .txt { font-family: "Pretendard"; word-break: keep-all; font-size: 20px; font-weight: 200; letter-spacing: -0.025em; padding: 40px 0; box-sizing: border-box; } 
.layout_02 .inner .text_wrap p:last-child { padding: 0; } 

@media all and (max-width:1000px){
 .layout_02 { padding: 80px 0; } 
 .layout_02 .inner .text_wrap .tit { font-size: 30px; word-break: keep-all; } 
 }

/* 서브 컨텐츠 레이아웃03 예) 일반치료(충치치료) Q&A */
.layout_03 .content_box { display: flex; align-items: center; justify-content: space-between; gap: 20px; } 
/* .layout_03 .txt_box { flex-shrink: 0; } */
.layout_03 .txt_box .point_txt { position: relative; font-family: "Noto Serif kr"; font-size: 34px; line-height: 1.42em; letter-spacing: -0.05em; font-weight: 500; padding-top: 48px; color: #444; margin-bottom: 50px; } 
.layout_03 .txt_box .point_txt::before { content: ''; position: absolute; top: 0; left: 0; width: 45px; height: 38px; background: url(/uploads/hospitals/dday/site/img/quote_icon.png) no-repeat center center / contain; } 
.layout_03 .txt_box h5 { font-size: 30px; letter-spacing: -0.05em; margin: 0 0 30px; } 
.layout_03 .txt_box h5 span { color: #41acb9; } 
.layout_03 .txt_box p { font-size: 18px; line-height: 1.78em; font-weight: 400; letter-spacing: -0.05em; color: #666; } 
.layout_03 .img_box { margin: auto; } 
.layout_03 .img_box img { width: 100%; } 

@media all and (max-width: 1000px){
 .layout_03 .content_box { flex-wrap: wrap; } 
 .layout_03 .txt_box { width: 100%; } 
 }

/* index list type01 예) 임플란트(보험임플란트) 주요내용 */
.index_list { display: flex; gap: 20px; padding-top: 25px; } 
.index_list li { width: calc(20% - 16px); border: 1px solid #dcdcdc; box-sizing: border-box; text-align: center; } 
.index_list.type01 li{border: none;}
.index_list li .img_box { width: 100%; } 
.index_list li .img_box img { width: 100%; } 
.index_list li .txt_box { display: flex; width: 100%; height: 100%; padding: 40px 15px; align-items: center; justify-content: center; box-sizing: border-box; word-break: keep-all; position: relative; } 
.index_list li .txt_box i { position: absolute; top: -25px; left: calc(50% - 25px); width: 50px; height: 50px; border-radius: 50%; color: #fff; background-color: #199fae; font-style: normal; font-size: 18px; font-weight: 700; text-align: center; letter-spacing: 0; line-height: 50px; } 
.index_list li:nth-child(even) .txt_box i { background-color: #000; } 
.index_list li .txt_box h4 { margin: 0; margin-bottom: 15px; font-size: 24px; line-height: 1.33em; letter-spacing: -0.05em; } 
.index_list li .txt_box p { font-size: 18px; line-height: 1.78em; letter-spacing: -0.05em; font-weight: 500; color: #666; } 
.index_list li .txt_box p span { color: #999; } 
.index_list li .txt_box .center_wrap > span { display: block; margin-top: 5px; font-size: 16px; font-weight: 300; letter-spacing: -0.05em; line-height: 1.75em; color: #aaa; } 

@media all and (max-width: 1200px){
 .index_list { flex-wrap: wrap; justify-content: center; row-gap: 45px; } 
 .index_list li { width: calc(33.333333% - 14px); } 
 }

@media all and (max-width: 1000px){
 .index_list li { width: 100% } 
 }

/* img list 예) 네비게이션 임플란트 3가지 포인트 */
.img_list { display: flex; gap: 15px; } 
.img_list li { width: calc(33.333333% - 10px); } 
.img_list .img_box { width: 100%; } 
.img_list .img_box img { width: 100%; } 
.img_list .rect_tit_small { margin: 20px 0; } 
.img_list .txt_box { padding: 18px 0 0; border-top: 1px solid #dcdcdc; } 
.img_list .txt_box p { font-family: 'Pretendard'; font-size: 18px; font-weight: 300; color: #666; letter-spacing: -0.05em; line-height: 1.78em; } 
.img_list .txt_box p b { font-weight: 700; color: #222; } 

@media all and (max-width: 1000px){
 .img_list { flex-wrap: wrap; } 
 .img_list li { width: 100%; } 
 }
