@charset "utf-8";
/*========================================================================================================================================= */
/*================================================================ common ================================================================= */
/*========================================================================================================================================= */

.stick ul.flex li h6{background: #2c4a68; color: #fff; padding: 10px;  font-weight: 700; transform: skew(-0.1deg);}
.stick ul.flex li:nth-child(2n) h6{background: #006a65;}


/* 숫자 스타일 */
.num::before {content: attr(data-num); display: flex; justify-content: center; align-items: center; width: 50px; height: 50px;  background: linear-gradient(to right, #5b7f9d, #152e4c); color: #fff; font-size: 24px; font-weight: 500; text-align: center;}
.num.num-posa::before {position: absolute; margin: 0;}


/* 미들 타이틀 (작은 타이틀) */
.middle-title {text-align: center; margin-bottom: 40px;} 
.middle-title p { font-weight: 400; white-space: pre-line; margin-top: 20px;} 
.middle-title h4 {line-height: 1.4; font-weight: 600; transform: skew(-0.1deg); white-space: pre-line;} 
.middle-title h5 {font-weight: 900; white-space: pre-line;}
.middle-title h6 {font-weight: 700; white-space: pre-line;}
.middle-title > span.num::before { font-weight: 400; transform: skew(-0.1deg); margin: 0 auto 20px; border-radius: 50%; background: #00a99e;} 
.middle-title .en-sub{color: #aaa;letter-spacing: 0.5px;margin-bottom: 10px;font-weight: 500;}

/* 둥그런 타이틀 */
.border-title {text-align: center; margin-bottom: 40px;} 
.border-title h5{display: inline-block;padding: 10px 50px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius:30px ;font-weight: 900;background: #f3f3f3;}


/* 테이블 스타일 */
.table-wrap {text-align: center;}
.table-wrap .middle-title h4 {display: inline-block; padding: 12px 20px 8px; background-color: #2c4a68; color: #fff;}
.table-wrap table {width: 100%; white-space: pre-line;}
.table-wrap table tr, .table-wrap table th, .table-wrap table td {font-size: 18px; padding: 15px 10px; border: 1px solid #eee; vertical-align: middle;}
.table-wrap table thead tr, .table-wrap table tbody tr th {background: #f5f5f5; font-weight: 600;}
.table-wrap .imp-icon img{max-width: 50px; margin-bottom: 10px;}


/* 사진 들어간 테이블 */
.photo-table table {text-align: center; width: 100%;}
.photo-table table tr, .photo-table table tr td {padding: 15px 10px; border: 1px solid #ccc; vertical-align: middle;color: #000;}
.photo-table table td {white-space: pre-line;}
.photo-table table thead tr:first-of-type td, .photo-table table thead tr {border: none;}
.photo-table table thead tr:first-of-type td {padding: 0;}
.photo-table table thead tr:last-of-type td {background: #0cb2fb; color: #fff; font-weight: 600; font-size: 20px;}
.photo-table table thead tr:first-of-type td:not(:first-child) {border: 1px solid #ccc; border-bottom: none;}
.photo-table table tbody{background: #fff;}

/* 숫자 리스트 */
.num-list .num {position: relative; margin-bottom: 30px; padding-left: 50px; text-align: left; /* display: flex; align-items: center; */}
.num-list .num:last-child {margin-bottom: 0;}
.num-list .num::before {position: absolute; display: flex; align-items: center; justify-content: center; left: 0; top: 0px; width: 35px; height: 35px; font-size: 20px;}
.num-list .num:nth-child(2n)::before {background-color: #00635e;}
.num-list.middle .num::before {top: 50%; transform: translateY(-50%);}


/* 이미지 테두리 리스트 */
.line-list img {border: 1px solid #ccc;}


/* 원형 이미지 테두리 리스트 */
.circle-list img {border-radius: 50%; border: 1px solid #ccc;}


/* 파란 선 들어간 네모 박스 */
.line-box li > div {position: relative; padding: 30px 20px 30px 30px; border: 1px solid #eee;}
.line-box li > div::after {content: ''; display: block; width: 10px; height: 100%; position: absolute; left: 0; top: 0; background-color: #2c4a68;}
.line-box h5 {margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px solid #eee; font-weight: 500;}
.line-box p {white-space: pre-line;}


/* 사진+텍스트 들어간 기본 스타일 */
.basic-box {display: flex; align-items: center; justify-content: flex-start; margin-top: 40px;}
.basic-box:first-of-type {margin-top: 0;}
.basic-box li:first-child {flex: 1;}
.basic-box li:last-child {margin-left: 30px; flex: 1;}
.basic-box li h5 {margin: 0 0 15px; font-weight: 600; white-space: pre-line; font-family: 'GmarketSansMedium'; transform: skew(-0.1deg);}
.basic-box li.num h5 {margin: 20px 0 15px;}
.basic-box li p {white-space: pre-line;}
.basic-box.line li h5 {position: relative; padding-bottom: 10px;}
.basic-box.line li h5::before {position: absolute; content: ''; left: 0; bottom: 0; width: 50px; height: 2px; background: #274c8d;}


/* 원 안에 아이콘 없는 박스 */
.circle-box > div > div {border-radius: 50%; background-color: #f5f5f5;}
.circle-box:nth-child(2n-1) > div > div {background-color: #ebf4f2;}
.circle-box > div > div::after {content: ''; display: block; padding-bottom: 100%;}
.circle-box p {position: absolute; width: 100%; height: auto; bottom: 50%; transform: translate(0, 50%); text-align: center; white-space: pre-line;}
.circle-box h5 {position: absolute; white-space: pre-line; text-align: center; bottom: 50%; transform:translateY(50%); display: inline-block; width: 100%;	}
/* .circle-box span{font-size: 24px; font-weight: bold;} */


/* 원 안에 아이콘 들어간 리스트 */
.circle-icon > li > div > div {border-radius: 50%; border: 2px solid #f5f5f5; width: 100%; height: 100%;}
.circle-icon > li:nth-child(2n-1) > div > div {border: 2px solid #d9dfee;}
.circle-icon > li > div > div::after {content: ''; display: block; padding-bottom: 100%;}
.circle-icon > li > div > div > div {position: absolute; display: flex; flex-direction: column; justify-content: center; align-items: center; top: 50%; transform: translate(-50%, -50%); left: 50%; height: 50%; width: 100%;}
.circle-icon p {margin-top: 15px; line-height: 1.4;}


/* 배경색 타이틀 */
.bg-tit {display: inline-block; padding: 6px 32px; margin: 0 auto 40px; border-radius: 40px; background: #00a99e; color: #fff; font-family: 'Noto Sans KR','Noto Sans KR'; font-weight: 700;}


/* 둥근 모서리를 가진 배경색 타이틀 */
.radius-tit {display: inline-block; padding: 8px 42px; margin: 0 auto; border-radius: 40px; background: linear-gradient(to right, #1f3d74, #4067aa); color: #fff;}


/* 자세히 보기 버튼 */
.detail-btn a {position: relative; display: inline-block; margin-top: 20px; padding: 12px 30px; border: 1px solid #333; font-size: 15px; font-weight: 700; transition: 0.4s ease-in-out;}
.detail-btn a::before {content: ""; position: absolute; top: 0; left: 0; width: 0; height: 100%; background-color: #327cbd; transition: 0.4s ease-in-out; z-index: -1;}
.detail-btn a:hover::before {width: 100%;}
.detail-btn a:hover {color: #fff; border: 1px solid #327cbd;}

/*================================================================ 1500px 이하 ================================================================= */
@media screen and (max-width:1500px) {

}

/*================================================================ 1200px 이하 ================================================================= */
@media screen and (max-width:1200px) {
/* #wrapper {margin-top: 69px;} */

}

/*================================================================ 1025px 이하 ================================================================= */
@media screen and (max-width:1025px) {

}

/*================================================================ 900px 이하 ================================================================= */
@media screen and (max-width:900px) {
.middle-title .en-sub{font-size: 1.1em;}


/* 테이블 스타일 */
.table-wrap .table-scroll {overflow-x: scroll; overflow-y: hidden; max-width: 100%;}
.table-scroll::-webkit-scrollbar {width: 12px;}
.table-scroll::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); border-radius: 5px; background-color: rgba(220, 220, 220, 0.3);}
.table-scroll::-webkit-scrollbar-thumb {background-clip: padding-box; border-radius: 5px; background-color: #516371; border: 2px solid transparent;}
.table-wrap table {min-width: 900px;}
.table-wrap table tr, .table-wrap table th, .table-wrap table td {font-size: 15px;}
}

/*================================================================ 769px 이하 ================================================================= */
@media screen and (max-width:769px) {

.res-bg{padding: 80px 0 !important;}

/* 숫자 스타일 */
.num::before {margin: 10px auto 0;}
.num-list .num::before {margin: 0 10px 0 0;}


/* 사진 들어간 테이블 */
.photo-table table td {font-size: 15px;}
.photo-table table thead tr:last-of-type td {font-size: 18px;}


/* 사진+텍스트 들어간 기본 스타일 */
.basic-box {display: block; text-align: center;}
.basic-box:not(:first-of-type) {margin-top: 40px;}
.basic-box li:last-child {margin-left: 0; margin-top: 20px;}
.basic-box li h5 {margin: 20px 0 10px !important;}
.basic-box li img {border-radius: 20px; max-width: 500px; width: 100%;}
.basic-box.line li h5::before {left: 50%; transform: translateX(-50%);}


/* 파란 선 들어간 네모 박스 */
.line-box li::after {width: 8px;}
.line-box li > div {height: auto !important;}
}

/*================================================================ 600px 이하 ================================================================= */
@media screen and (max-width:600px) {

}

/*================================================================ 425px 이하 ================================================================= */
@media screen and (max-width:425px) {

.link {top: -60px;}
.res-bg{padding: 50px 0 !important;}
.stick .flex > li > div.m10{margin: 5px;}
.title-num{font-size: 20px; width: 45px; height: 45px;}


/* 숫자 스타일 */
.num::before {width: 40px; height: 40px; font-size: 17px; margin: 0 auto;}
.num-list .num {display: flex; align-items: center; margin-bottom: 0; padding-left: 40px;}
.num-list .num:not(:first-child) {margin-top: 20px;}
.num-list .num::before {width: 30px; height: 30px; margin: 0 auto; font-size: 18px;}


/* 미들 타이틀 (작은 타이틀) */
.middle-title{margin-bottom: 20px;}
.middle-title p{line-height: 1.7;}
.middle-title > span.num::before {margin: 0 auto 10px;}


/* 사진+텍스트 들어간 기본 스타일 */
.basic-box li img {border-radius: 10px; max-width: 70%;}
.basic-box li h5 {margin: 15px 0 10px !important; line-height: 1.4;}


/* 원 안에 아이콘 없는 박스 */
.circle-box > div {margin: 5px !important;}
.circle-box h5 {font-size: 15px;}


/* 파란 선 들어간 네모 박스 */
.line-box li::after {width: 5px;}
.line-box li > div {padding: 25px 20px 30px 25px;}
.line-box li h5 {padding-bottom: 5px; margin-bottom: 10px;}


/* 테이블 스타일 */
.table-wrap table {min-width: 700px;}
.table-wrap table tr, .table-wrap table th, .table-wrap table td {font-size: 12px;}
.table-wrap .imp-icon img{max-width: 30px; margin-bottom: 5px;}


/* 사진 들어간 테이블 */
.photo-table table td {font-size: 12px;}
.photo-table table tr, .photo-table table tr td {padding: 10px 5px;}
.photo-table table thead tr:last-of-type td {font-size: 15px;}


/* 배경색 타이틀 */
.bg-tit {padding: 3px 24px; margin: 0 auto 20px;}


/* 둥근 모서리를 가진 배경색 타이틀 */
.radius-tit {padding: 6px 32px;}
}


/*========================================================================================================================================= */
/*================================================================ common ================================================================= */
/*========================================================================================================================================= */

/* =================================================================================================================================== */
/* =========================================================== main-common =========================================================== */
/* =================================================================================================================================== */

main {overflow: hidden;}
.swiper-container{position: relative; width: 100%; margin: 0 auto;}
.swiper-button-prev, .swiper-button-next {margin: 0;}

.case-comparison {position: relative;}
.case-comparison .case {position: relative;}
.case-comparison .case-num {position: absolute; display: flex; align-items:center; top: 10px; left: 10px; width: 80px; height: 80px; border: 1px solid #fff; z-index: 1; background: rgba(0,0,0,0.6);}
.case-comparison .case-num p {width: 100%; color: #fff; text-align: center; white-space: pre-line; font-weight: 900;}
.case-comparison .case-img {text-align: center; border: 1px solid #727272;}
.case-comparison .case-img img {width: 100%;}
.case-comparison .case-exp {position: absolute; right: 20px; bottom: 20px;}
.case-comparison .case-exp p {color: #fff; font-weight: 700;}
.case-comparison .case-after {position: absolute; top: 0; left: 0; width: 100%; z-index: 0; opacity: 0;}
.case-comparison .case-after {-webkit-animation: fadeIn50 1s 0.3s forwards; animation: fadeIn50 1s 0.3s forwards;}
.case-comparison .case-after.move {-webkit-animation: none; animation: none;}

@-webkit-keyframes fadeIn50 {
    0% {opacity: 0;}
    to {opacity: 0.5;}
}
@keyframes fadeIn50 {
    0% {opacity: 0;}
    to {opacity: 0.5;}
}

.case-slider {padding: 20px 15px 0; display: flex; align-items: center; justify-content: space-between; width: 100%;}
.case-slider .txt {font-size: 18px; font-weight: 700; transform: skew(-0.1deg);}
.case-slider .prog-bar {width: 75%; display: flex; justify-content: center; position: relative;}
.case-slider .prog-bar:after {position: absolute; content: ""; top: 50%; left: 0; transform: translateY(-50%); width: 100%; height: 2px; background: #ededed; z-index: -1;}

.case-slider input[type=range] {-webkit-appearance: none; width: 100%; background: transparent;}
.case-slider input[type='range' i] {appearance: auto; cursor: default; color: -internal-light-dark(rgb(16, 16, 16), rgb(255, 255, 255)); padding: initial; border: initial; margin: 2px;}
.case-slider input[type='range'] {-webkit-appearance: none; width: 100%; background: transparent;}
.case-slider input[type='range']::-webkit-slider-thumb {-webkit-appearance: none; background: #fff; width: 44px; height: 44px; background: url("../img/main/range_arrow.png") center/cover no-repeat;}
.case-slider input[type='range']::-moz-range-thumb {background: #fff; width: 44px; height: 44px; background: url("../img/main/range_arrow.png") center/cover no-repeat;}
.case-slider input[type='range']:focus {outline: none;}
.case-slider input[type='range']::-ms-track {width: 100%; cursor: pointer; background: transparent; border-color: transparent; color: transparent;}

.case-caution ul {display: flex;}
.case-caution ul > li:first-child {margin-right: 5px;}
.case-caution ul > li:last-child {flex: 1;}

#gallery .swiper-container {width: 100%; margin: 0 auto;}
#gallery .swiper-slide-container {height: 100%; margin: 0 auto; display: flex; justify-content: center; align-items: center;}
#gallery .swiper-button-prev, #gallery .swiper-button-next {color: #fff; top: 50%; transform: translateY(-50%);}
.gallery-top {height: 80%; width: 100%;}
.gallery-thumbs {height: 20%; padding: 10px 0;}
.gallery-thumbs .swiper-slide {width: 20%; height: 100%; opacity: 0.4;}
.gallery-thumbs .swiper-slide-thumb-active {opacity: 1;}

/* 탭 메뉴 스타일 */
.dentist .tab-btn {display: flex; margin: 20px 0 40px;}
.dentist .tab-btn input {display: none;}
.dentist .tab-btn label {display: inline-block; padding: 15px 25px; text-align: center; border: 1px solid #ccc; color: #bbb; background-color: #fff;}
.dentist .tab-btn label:hover {color: #7fcef4; cursor: pointer; transition: all ease 0.3s;}
.dentist .tab-btn input:checked + label {color: #fff; background-color: #111; transition: all ease 0.3s;}

/* 탭 메뉴 내용 스타일 */
.dentist{padding-top: 100px;}
.dentist .tab-content {}
/* #tab-content2, #tab-content3, #tab-content4, #tab-content5 {display: none;} */
.dentist .tab-content > ul {display: flex; width: 100%;gap:50px;align-items: center;}
.dentist .tab-content > ul > li {width: 60%; position: relative;}
.dentist .tab-content > ul > li:first-child{width: 40%;text-align: center;}
.dentist .tab-content .tab-name {border-bottom: 2px dotted #ddd; margin-bottom: 20px; padding-bottom: 20px;}
.dentist .tab-content .tab-name > div {}
.dentist .tab-content .tab-name > div h3 { white-space: pre-line;font-weight: 700;}
.dentist .tab-content .tab-name > div span {padding: 0 5px; font-size: 0.5em; font-weight: 500; background: #0cb2fb; color: #fff;}
.dentist .tab-content .tab-name p {font-weight: 700;}
.dentist .tab-content .tab-name p.txt {margin-top: 20px; padding-top: 20px; font-weight: 400; white-space: pre-line; border-top: 2px dotted #ddd;}
.dentist .tab-content > ul > li:first-child img {max-width:500px; width: 100%;}
.dentist .tab-content .disc-box-wrap{display: flex;}
.dentist .tab-content .disc-list {list-style-type: disc; margin-left: 20px;  }
.dentist .tab-content .disc-list li {line-height: 1.8;  font-family: 'Noto Sans KR','Noto Sans KR'; font-weight: 500;}





.case-slide-wrap {position: relative;}
.case-button-next,
.case-button-prev {top: 50%; transform: translateY(-50%); color: #727272; margin-top: 0;}
.case-button-next {right: -50px;}
.case-button-prev {left: -50px;}
.case-pagination {bottom: -40px !important;}
.case-pagination .swiper-pagination-bullet {width: 10px; height: 10px; background: #fff; opacity: 0.8; transition: all 0.5s ease-in-out; border: 1px solid #eee;}
.case-pagination .swiper-pagination-bullet-active { width: 25px; border-radius: 5px; background: #0cb2fb;}

.main-tit {position: relative; text-align: center; margin-bottom: 40px;}
.main-tit.white {color: #fff;}
.main-tit .sub-tit {margin-bottom: 5px; font-weight: 600;letter-spacing: 1px;}
.main-tit .tit {color: #000; font-family:'Noto Sans KR','Noto Sans KR'; font-weight: 800; transform: skew(-0.1deg);}
.main-tit.white .tit {color: #fff;}



/* ===================== Mobile size : 1700px ======================= */

@media screen and (max-width: 1700px){
	.main_promise_left{padding-left: 20px;padding-top: 100px;	}
}

/* ===================== Mobile size : 1500px ======================= */

@media screen and (max-width: 1500px){

.dentist .tab-content .tab-name p {display: inline-block;}
.dentist .tab-btn {margin: 20px auto 40px; flex-direction: column; max-width: 350px;}
.dentist .tab-btn label {padding: 8px 15px;}
.dentist .tab-content .tab-name > div{display: block;}
.dentist .tab-content > ul > li:first-child img  {max-width:350px; width: 100%;}
.dentist .tab-content > ul {display: block; background: none;}
.dentist .tab-content > ul > li {width: 100%; text-align: center;}
.dentist .tab-content > ul > li:first-child{width: 100%;background: #fff;}
.dentist .tab-content > ul > li:last-child{width: 100% ;margin: 20px 0 0 0;}

.dentist .tab-content .disc-box{display: block;}
.dentist .tab-content .disc-list {display: flex; flex-direction: column; align-items: flex-start; max-width:500px; margin-bottom: 20px; text-align: left;}


}


/* ===================== Mobile size : 1200px ======================= */

@media screen and (max-width: 1200px){
#content{padding-top: 71.7px;}

.case-slide-wrap {margin: 120px auto 0; padding-bottom: 50px;}
.case-pagination {bottom: 0 !important;}

.case-button-next,
.case-button-prev {top: -75px; transform: none; transition: all 0.3s ease-in-out;}
.case-button-next {right: 20px;}
.case-button-prev {left: auto;right: 90px;}
.case-button-next::after,
.case-button-prev::after {font-size: 35px;}
.case-button-next::before,
.case-button-prev::before {position: absolute;	content: ""; width: 55px; height: 55px; border: 1px solid; left: 50%; top: 50%; transform: translate(-50%, -50%);}




}


/* ===================== Mobile size : 1024px ======================= */

@media screen and (max-width: 1024px){
.dentist{padding-top: 50px;}



}

/* ===================== Mobile size : 900px ======================= */

@media screen and (max-width: 900px){
.case-comparison .case-num {width: 60px; height: 60px;}
.case-comparison .case-num p {font-size: 14px; line-height: 1.3;}
}

/* ===================== Mobile size : 769px ======================= */

@media screen and (max-width: 769px){
.dentist .tab-content .disc-box-wrap{flex-direction: column;}

.case-comparison > li:last-child {margin-top: 40px;}
.case-button-next {right: 15px;}
.case-button-prev {right: 80px;}
.case-button-next::after,
.case-button-prev::after {font-size: 30px;}
.case-button-next::before,
.case-button-prev::before {width: 50px; height: 50px;}
}

/* ===================== Mobile size : 600px ======================= */

@media screen and (max-width: 600px) {
#gallery .swiper-button-prev:after,
#gallery .swiper-button-next:after {font-size: 30px;}

.dentist .tab-content .disc-list {margin-left: 20px;}

}

/* ===================== Mobile size : 425px ======================= */

@media screen and (max-width: 425px){
#content {padding-top: 66px;}

.case-slider {padding: 0 10px;}
.case-slider .txt {font-size: 14px;}
.case-slider .prog-bar {width: 70%;}
.case-comparison > li:last-child {margin-top: 20px;}

.dentist .tab-btn {margin: 10px auto 30px;}
.dentist .tab-content .tab-name > div h3 {font-size: 25px;}
.dentist .tab-content .tab-name p {font-size: 14px;}
.dentist .tab-content .disc-list {max-width: 260px;}
.dentist .tab-content .disc-box > p{background: #f3f3f3;padding: 10px;-webkit-border-radius: 13px;-moz-border-radius:13px;border-radius: 13px;}
.dentist .tab-content .disc-list li {font-size: 14px;}
.dentist .tab-content img {max-width: 250px;}


.case-slide-wrap {margin: 80px auto 0;}
.case-button-next,
.case-button-prev {top: -65px;}
.case-button-next {right: 10px;}
.case-button-prev {right: 60px;}
.case-button-next::after,
.case-button-prev::after {font-size: 20px;}
.case-button-next::before,
.case-button-prev::before {width: 40px; height: 40px;}

.main-tit {margin-bottom: 20px;}
}


/* =================================================================================================================================== */
/* =========================================================== main-common =========================================================== */
/* =================================================================================================================================== */


/* ==================================================================================================================================== */
/* =========================================================== 메인 슬라이드 영역 =========================================================== */
/* ==================================================================================================================================== */

.main-slide .swiper-slide .img {width: 100%; height: calc(var(--vh, 1vh) * 100 - 55px);}
.main-slide .slide1 .zoom {background: url(../img/main/slide_01.png) center/cover no-repeat;}
.main-slide .slide2 .zoom {background: url(../img/main/slide_02.png) center/cover no-repeat;}
.main-slide .slide3 .zoom {background: url(../img/main/slide_03.png) center/cover no-repeat;}
.main-slide .slide4 .zoom {background: url(../img/main/slide_04.png) center/cover no-repeat;}
.main-slide .slide5 .zoom {background: url(../img/main/slide_05.png) center/cover no-repeat;}
.main-slide .slide6 .zoom {background: url(../img/main/slide_06.png) center/cover no-repeat;}
.main-slide .swiper-slide .txt {position: absolute; display: flex; align-items: center; justify-content: center; left: 0; top: 0; width: 100%; height: 100%; color: #fff;}
.main-slide .swiper-slide .txt article {position: relative; top: 40px; text-align: center; opacity: 0; transition: all 1s ease-in-out; filter: drop-shadow(2px 4px 6px black);}
.main-slide .swiper-slide-active .txt article {top: 0; opacity: 1;}
.main-slide .swiper-slide .txt .logo {margin-bottom: 50px;}
.main-slide .swiper-slide .txt .tit {font-weight: 300;}
.main-slide .swiper-slide .txt .sub {white-space: pre-line; letter-spacing: 0.05em;margin-bottom: 20px;}
.main-slide .swiper-scrollbar.main-slide-scroll {left: 50%; width: 75%; background: rgba(255,255,255,0.4); transform: translateX(-50%); bottom: 80px;}
.main-slide .swiper-scrollbar.main-slide-scroll .swiper-scrollbar-drag {background: #fff;}

/*================================================================ 1500px 이하 ================================================================= */
@media screen and (max-width:1500px) {

}

/*================================================================ 1200px 이하 ================================================================= */
@media screen and (max-width:1200px) {
/* #wrapper {margin-top: 69px;} */

.main-slide .swiper-slide .img {height: 700px;}
.main-slide .swiper-slide .txt article {padding: 0 20px;}

}

/*================================================================ 1025px 이하 ================================================================= */
@media screen and (max-width:1025px) {

}
/* ===================== Mobile size : 901px~ ======================= */

@media screen and (min-width:901px){
.main-slide .swiper-button-next {color: #fff; font-size: 65px; right: 30px; width: 50px; height: 100px;  background: rgba(255,255,255,0.1);}
.main-slide .swiper-button-prev {color: #fff; font-size: 65px; left: 30px; width: 50px; height: 100px; background: rgba(255,255,255,0.1);}

}

/* ===================== Mobile size : 900px ======================= */

@media screen and (max-width:900px){
.main-slide .swiper-button-next {color: #fff; }
.main-slide .swiper-button-prev {color: #fff; }


}


/* ==================================================================================================================================== */
/* =========================================================== 메인 슬라이드 영역 =========================================================== */
/* ==================================================================================================================================== */


/* ==================================================================================================================================== */
/* ============================================================ 병원소개 섹션 ============================================================ */
/* ==================================================================================================================================== */

.sdof-about-section { background: #fff; }

/* 사진 */
.sdof-about-img {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 50px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}
.sdof-about-img img {
    width: 100%;
    height: auto;
    display: block;
}

/* 하단 텍스트 */
.sdof-about-desc {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.sdof-about-desc p {
    font-size: 18px;
    line-height: 2;
    color: #333;
    white-space: pre-line;
}
.sdof-about-desc p b {
    font-weight: 900 !important;
    color: #111;
}

/* 서명 */
.sdof-about-sign {
    margin-top: 30px;
    font-size: 20px !important;
    font-weight: 500;
    color: #555;
    text-align: right;
}
.sdof-about-sign b {
    font-size: 28px !important;
    font-weight: 900 !important;
    color: #2a2118;
    margin-left: 6px;
}

/* ===================== 1024px ======================= */
@media screen and (max-width: 1024px) {
    .sdof-about-desc p { font-size: 17px; }
    .sdof-about-sign { font-size: 18px !important; }
    .sdof-about-sign b { font-size: 24px !important; }
}

/* ===================== 769px ======================= */
@media screen and (max-width: 769px) {
    .sdof-about-img { border-radius: 12px; margin-bottom: 36px; }
    .sdof-about-desc p { font-size: 18px; }
}

/* ===================== 425px ======================= */
@media screen and (max-width: 425px) {
    .sdof-about-img { border-radius: 8px; margin-bottom: 24px; }
    .sdof-about-desc p { font-size: 15px; line-height: 1.9; }
    .sdof-about-sign { font-size: 18px !important; }
    .sdof-about-sign b { font-size: 20px !important; }
}

/* ==================================================================================================================================== */
/* ============================================================ 병원소개 섹션 ============================================================ */
/* ==================================================================================================================================== */

/* ==================================================================================================================================== */
/* ============================================================ 의료진 소개 섹션 ============================================================ */
/* ==================================================================================================================================== */

.sdof-doctor-section {
    background: url(../img/main/doctor_bg.png) right 90%/30% no-repeat;
    background-color: #f5f1ed;
}

/* 타이틀 바 */
.sdof-title-bar {
    width: 36px;
    height: 3px;
    background: #b5967a;
    margin: 18px auto;
}

/* 카드 레이아웃 */
.sdof-doctor-card {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 70px;
    align-items: center;
    max-width: 980px;
    margin: 0 auto;
}

/* 사진 */
.sdof-doctor-card__img {
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.10);
}
.sdof-doctor-card__img img {
    width: 100%;
    height: auto;
    display: block;
}

/* 이름 */
.sdof-doctor-name {
    font-size: 34px;
    font-weight: 800;
    color: #2a2118;
    margin-bottom: 18px;
    transform: skew(-0.1deg);
}
.sdof-doctor-name span {
    font-size: 0.5em;
    font-weight: 500;
    color: #888;
    margin-left: 6px;
    vertical-align: middle;
}

/* 인용 문구 */
.sdof-doctor-quote {
    font-size: 17px;
    font-weight: 500;
    color: #b5967a;
    line-height: 1.8;
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ddd;
    font-style: italic;
}

/* 약력 리스트 */
.sdof-doctor-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.sdof-doctor-list:last-child { margin-bottom: 0; }
.sdof-doctor-list li {
    position: relative;
    padding-left: 14px;
    font-size: 17px;
    color: #444;
    line-height: 2;
}
.sdof-doctor-list li::before {
    content: '·';
    position: absolute;
    left: 0;
    top: 0;
    color: #b5967a;
    font-weight: 700;
}

/* ===================== 1200px ======================= */
@media screen and (max-width: 1200px) {
    .sdof-doctor-card {
        grid-template-columns: 340px 1fr;
        gap: 50px;
    }
    .sdof-doctor-name { font-size: 30px; }
}

/* ===================== 1024px ======================= */
@media screen and (max-width: 1024px) {
    .sdof-doctor-card {
        grid-template-columns: 280px 1fr;
        gap: 36px;
    }
    .sdof-doctor-name { font-size: 26px; }
    .sdof-doctor-list li { font-size: 18px; }
}

/* ===================== 769px ======================= */
@media screen and (max-width: 769px) {
    .sdof-doctor-section {
        background-size: 50%;
        background-position: right bottom;
    }
    .sdof-doctor-card {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .sdof-doctor-card__img {
        max-width: 380px;
        margin: 0 auto;
        width: 100%;
    }
    .sdof-doctor-card__copy { text-align: center; }
    .sdof-doctor-list li { text-align: left; }
    .sdof-title-bar { margin: 18px auto; }
}

/* ===================== 425px ======================= */
@media screen and (max-width: 425px) {
    .sdof-doctor-section { background: #f5f1ed; }
    .sdof-doctor-card__img { border-radius: 12px; }
    .sdof-doctor-name { font-size: 24px; }
    .sdof-doctor-quote { font-size: 15px; }
    .sdof-doctor-list li { font-size: 15px; }
}

/* ==================================================================================================================================== */
/* ============================================================ 의료진 소개 섹션 ============================================================ */
/* ==================================================================================================================================== */

/* ==================================================================================================================================== */
/* ============================================================ 진료과목 섹션 ============================================================ */
/* ==================================================================================================================================== */

.sdof-treat-section { background: url(../img/main/treat_bg.png) center/cover no-repeat;}

/* 탭 버튼 */
.sdof-tab-btn {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
    border-bottom: 2px solid #ddd;
	justify-content: center;
    gap: 10px;
}
.sdof-tab-btn li {
    padding: 14px 20px;
    font-size: 20px;
    font-weight: 600;
    color: #eee;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    transition: all 0.3s ease;
    white-space: nowrap;
    transform: skew(-0.1deg);
}
.sdof-tab-btn li:hover { color: #fff; }
.sdof-tab-btn li.active {
    color: #fff;
    border-bottom: 3px solid #fff;
}

/* 탭 콘텐츠 */
.sdof-tab-content {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.sdof-tab-content.active { display: grid; }

/* 이미지 */
.sdof-tab-img {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.10);
}
.sdof-tab-img img {
    width: 100%;
    height: auto;
    display: block;
}

/* 텍스트 */
.sdof-tab-copy h4 {
    font-size: 34px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
    transform: skew(-0.1deg);
}
.sdof-tab-copy p {
    font-size: 18px;
    color: #fff;
    white-space: pre-line;
    line-height: 1.9;
    margin-bottom: 28px;
}

/* 태그 */
.sdof-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
}
.sdof-tag-list li {
    padding: 8px 18px;
    border: 1px solid #c8a98a;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #b5967a;
    background: #fff;
    transition: all 0.3s ease;
}
.sdof-tag-list li:hover {
    background: #b5967a;
    color: #fff;
}

/* ===================== 1200px ======================= */
@media screen and (max-width: 1200px) {
    .sdof-tab-content { gap: 40px; }
    .sdof-tab-copy h4 { font-size: 28px; }
    .sdof-tab-btn li { padding: 12px 14px; font-size: 15px; }
}

/* ===================== 1024px ======================= */
@media screen and (max-width: 1024px) {
    .sdof-tab-copy h4 { font-size: 26px; }
    .sdof-tab-btn li { font-size: 14px; padding: 10px 12px; }
}

/* ===================== 769px ======================= */
@media screen and (max-width: 769px) {
    .sdof-tab-btn {
        border-bottom: none;
        border: 1px solid #ddd;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .sdof-tab-btn li {
        width: 33.33%;
        text-align: center;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        margin-bottom: 0;
        padding: 11px 6px;
        font-size: 13px;
    }
    .sdof-tab-btn li.active {
        background: #b5967a;
        color: #fff;
        border-bottom: 1px solid #ddd;
        border-color: #ddd;
    }
    .sdof-tab-content.active {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .sdof-tab-img { border-radius: 10px; }
    .sdof-tab-copy h4 { font-size: 24px; margin-bottom: 14px; }
    .sdof-tab-copy p { font-size: 15px; }
}

/* ===================== 425px ======================= */
@media screen and (max-width: 425px) {
    .sdof-tab-btn li {
        width: 33.33%;
        font-size: 12px;
        padding: 10px 4px;
    }
    .sdof-tab-copy h4 { font-size: 22px; }
    .sdof-tag-list li { font-size: 13px; padding: 6px 12px; }
}

/* ==================================================================================================================================== */
/* ============================================================ 진료과목 섹션 ============================================================ */
/* ==================================================================================================================================== */

/* ==================================================================================================================================== */
/* ============================================================ 특별함 섹션 ============================================================ */
/* ==================================================================================================================================== */


.about-area4 ul {position: relative; display: flex; justify-content: flex-start;}
.about-area4 ul .bg {position: absolute; left: -250px; bottom: -100px; filter: drop-shadow(2px 4px 6px #fff);}
.about-area4 ul .bg h2 {display: inline-block; font-size: 140px; color: #ccc1b8; font-family: "Playfair Display", serif; line-height: 1;white-space: pre-line;}
.about-area4 ul > li:last-child {position: absolute; right: 0; bottom: 0;}
.about-area4 ul .txt {display: flex; flex-direction: column; align-items: flex-start; padding: 50px; gap: 20px; width: 600px; background: #fff; white-space: pre-line;}
.about-area4 ul .txt h4 {font-family: "Noto Serif KR", serif;font-weight: 500;}

.about-area5 ul {flex-direction: row-reverse;}
.about-area5 ul > li:last-child {right: auto; left: 0;}
.about-area5 ul .bg {left: auto; right: -150px;}

/* ===================== Mobile size : 1500px ======================= */

@media screen and (max-width: 1500px){

}


/* ===================== Mobile size : 1200px ======================= */

@media screen and (max-width: 1200px){
.about-area4 ul {flex-direction: column; max-width: 700px; margin: 0 auto;}
.about-area4 ul .bg {display: none;}
.about-area4 ul > li:last-child {position: static;}
.about-area4 ul .txt {padding: 40px 20px; width: auto; border: 1px solid #ccc;}
.about-area4 ul .txt .check {height: auto;}
}


/* ===================== Mobile size : 1024px ======================= */

@media screen and (max-width: 1024px){

}

/* ===================== Mobile size : 900px ======================= */

@media screen and (max-width: 900px){

}

/* ===================== Mobile size : 769px ======================= */

@media screen and (max-width: 769px){
.about-area4 ul .txt .check {letter-spacing: 0;}

}

/* ===================== Mobile size : 600px ======================= */

@media screen and (max-width: 600px) {
}

/* ===================== Mobile size : 480px ======================= */

@media screen and (max-width: 480px){
}

/* ===================== Mobile size : 380px ======================= */

@media screen and (max-width: 380px){
.about-area4 ul .txt .check {font-size: 11px;}

}


/* ==================================================================================================================================== */
/* ============================================================ 특별함 섹션 ============================================================ */
/* ==================================================================================================================================== */

/* ==================================================================================================================================== */
/* ============================================================ area5 스타일 ============================================================ */
/* ==================================================================================================================================== */

.area5{background: #ccc1b8;}
.area5 .title{color: #333;}

.eq-slide {padding-bottom: 50px;}
.eq-slide .tit{font-weight: 700;margin-bottom: 10px;margin-top: 10px;}
.eq-slide .tit span{display: inline-block; font-size: 0.75em;margin-left: 5px;color: #333;}
.eq-slide .txt{color: #333;}
.eq-slide .sub{white-space: pre-line;}
.eq-slide .swiper-scrollbar-drag{background: #a68a7d;}
.eq-slide .swiper-scrollbar{height: 10px;}


/* ===================== Mobile size : 1500px ======================= */

@media screen and (max-width: 1500px){

}


/* ===================== Mobile size : 1200px ======================= */

@media screen and (max-width: 1200px){

}


/* ===================== Mobile size : 1024px ======================= */

@media screen and (max-width: 1024px){

}

/* ===================== Mobile size : 900px ======================= */

@media screen and (max-width: 900px){

}

/* ===================== Mobile size : 769px ======================= */

@media screen and (max-width: 769px){
}

/* ===================== Mobile size : 600px ======================= */

@media screen and (max-width: 600px) {
.eq-slide .img img{width: 100%;}
}

/* ===================== Mobile size : 480px ======================= */

@media screen and (max-width: 480px){
}


/* ==================================================================================================================================== */
/* ============================================================ area5 스타일 ============================================================ */
/* ==================================================================================================================================== */

/* ==================================================================================================================================== */
/* ============================================================ 진료안내 섹션 ============================================================ */
/* ==================================================================================================================================== */

.sdof-info-section { background: url(../img/main/info_bg.png) center/cover no-repeat;}

/* 상단 2단 그리드 */
.sdof-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
    margin-bottom: 60px;
}

/* 공통 소제목 */
.sdof-info-left h5,
.sdof-info-right h5 {
    font-size: 22px;
    font-weight: 800;
    color: #2a2118;
    margin-bottom: 24px;
    padding-bottom: 14px;
    border-bottom: 2px solid #e0d5c8;
    transform: skew(-0.1deg);
}

/* 주소 리스트 */
.sdof-address-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}
.sdof-address-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
}
.sdof-address-list li:last-child { margin-bottom: 0; }
.sdof-badge {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 30px;
    background: #b5967a;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
    margin-top: 2px;
}
.sdof-address-list li p {
    font-size: 18px;
    color: #444;
    white-space: pre-line;
    line-height: 1.8;
}

/* 전화번호 */
.sdof-contact { margin-bottom: 24px; }
.sdof-contact__label {
    font-size: 18px;
    font-weight: 600;
    color: #888;
    margin-bottom: 6px;
}
.sdof-contact__tel {
    display: inline-block;
    font-size: 36px;
    font-weight: 900;
    color: #2a2118;
    letter-spacing: -0.02em;
    transform: skew(-0.1deg);
    transition: color 0.2s;
}
.sdof-contact__tel:hover { color: #b5967a; }

/* 버튼 3개 */
.sdof-call-btns {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.sdof-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 20px;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 700;
    transition: opacity 0.2s;
    flex: 1;
    min-width: 100px;
}
.sdof-btn:hover { opacity: 0.85; }
.sdof-btn img { width: 24px; height: auto; }
.sdof-btn--naver  { background: #03c75a; color: #fff; }
.sdof-btn--talk   { background: #03c75a; color: #fff; }
.sdof-btn--kakao  { background: #ffe812; color: #333; }

/* 진료시간 리스트 */
.sdof-time-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}
.sdof-time-list li {
    display: flex;
    align-items: center;
    gap: 0;
    padding: 8px 0;
    border-bottom: 1px dashed #e0d5c8;
    font-size: 20px;
    color: #444;
    position: relative;
}
.sdof-time-list li:last-child { border-bottom: none; }
.sdof-time-list li.highlight {
    font-weight: 700;
    color: #2a2118;
}
.sdof-time-list .day {
    width: 100px;
    flex-shrink: 0;
    font-weight: 600;
}
.sdof-time-list .time { flex: 1; }

/* 야간 뱃지 */
.badge-night {
    display: inline-block;
    padding: 2px 10px;
    background: #b5967a;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 12px;
    white-space: nowrap;
}

/* 안내 문구 */
.sdof-time-notice p {
    font-size: 17px;
    color: #888;
    white-space: pre-line;
    line-height: 1.9;
}

/* 지도 */
.sdof-map-wrap {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}
.sdof-map-wrap .root_daum_roughmap { width: 100% !important; }

/* ===================== 1200px ======================= */
@media screen and (max-width: 1200px) {
    .sdof-info-grid { gap: 40px; }
    .sdof-contact__tel { font-size: 30px; }
}

/* ===================== 1024px ======================= */
@media screen and (max-width: 1024px) {
    .sdof-info-grid { grid-template-columns: 1fr; gap: 40px; }
    .sdof-contact__tel { font-size: 28px; }
}

/* ===================== 769px ======================= */
@media screen and (max-width: 769px) {
    .sdof-info-left h5,
    .sdof-info-right h5 { font-size: 19px; }
    .sdof-time-list .day { width: 80px; }
    .sdof-time-list li { font-size: 15px; gap: 10px; }
    .sdof-map-wrap { border-radius: 8px; }
}

/* ===================== 425px ======================= */
@media screen and (max-width: 425px) {
    .sdof-contact__tel { font-size: 26px; }
    .sdof-address-list li { flex-direction: column; gap: 6px; }
    .sdof-time-list .day { width: 72px; }
    .sdof-time-list li { font-size: 14px; }
    .sdof-btn { font-size: 13px; padding: 11px 12px; }
}

/* ==================================================================================================================================== */
/* ============================================================ 진료안내 섹션 ============================================================ */
/* ==================================================================================================================================== */