@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;}

.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) right/cover no-repeat;}
.main-slide .swiper-slide .tit{font-family: "GmarketSansMedium", serif;filter: drop-shadow(2px 4px 6px black);}
.main-slide .swiper-slide .txt {position: absolute; white-space: pre-line; 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; }
.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;}
.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;}

/* 타이틀 밑 바 스타일 */
.bar {margin: 0 auto;width: 30px;height: 4px;background: #18bebb;}
.bar.left {margin: 0;}

/* 숫자 스타일 */
.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 h3,
.middle-title h4 {line-height: 1.4; font-weight: 900; white-space: pre-line;}
.middle-title h5,
.middle-title h6 {font-weight: 700; white-space: pre-line;}
.middle-title > span.num::before { font-weight: 400; margin: 0 auto 20px;} 


/* 테이블 스타일 */
.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;}
.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: #2c4a68; 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;}


/* 숫자 리스트 */
.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: 40px; flex: 1;}
.basic-box li h4,
.basic-box li h5 {margin: 0 0 15px; font-weight: 800; white-space: pre-line;  line-height: 1.4;}
.basic-box li.num h4,
.basic-box li.num h5 {margin: 20px 0 15px;}
.basic-box li p {white-space: pre-line;}
.basic-box.line li h4,
.basic-box.line li h5 {position: relative; padding-bottom: 10px;}
.basic-box.line li h4::before,
.basic-box.line li h5::before {position: absolute; content: ''; left: 0; bottom: 0; width: 50px; height: 2px; background: linear-gradient(to right, #1f9e9c, #8ab142);}


/* 원 안에 아이콘 없는 박스 */
.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-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;} */

.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; }



/* 테이블 스타일 */
.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 h4,
.basic-box li h5 {margin: 20px 0 10px;}
.basic-box li.num h4,
.basic-box li.num h5 {margin: 10px 0 15px;}
.basic-box li img {max-width: 500px; width: 100%;}
.basic-box.line li h4::before,
.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) {
.main-slide .swiper-slide .img {height: 550px;}
.main-slide .swiper-slide .txt .logo {max-width: 200px; margin: 0 auto 20px;}
.main-slide .swiper-scrollbar.main-slide-scroll {bottom: 20px;}
}

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

.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: 16px;}


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


/* 사진+텍스트 들어간 기본 스타일 */
.basic-box li:last-child {margin-top: 15px;}
.basic-box li img {max-width: 70%;}
.basic-box li h4,
.basic-box li h5 {margin: 15px 0 10px; line-height: 1.4;}
.basic-box li.num h4,
.basic-box li.num h5 {margin: 10px 0;}


/* 원 안에 아이콘 없는 박스 */
.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;}
}

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

@media screen and (max-width:380px){
.main-slide .swiper-slide .img {height: 450px;}
.main-slide .swiper-slide .txt .logo {max-width: 160px;}

}

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

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

main {position: relative; overflow: hidden;}
.swiper-container{position: relative; width: 100%; margin: 0 auto;}
.swiper-button-prev, .swiper-button-next {margin: 0;}
.link {position: absolute; left: 0; top: -120px;}

.popup-container {display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 100000; background: rgba(0,0,0,0.8);}
.popup-content {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); padding: 50px 20px 40px 40px; max-width: 1300px; width: 100%; margin: 0 auto; background: #fff;}
.popup-close {position: absolute; right: 10px; top: 10px; max-width: 30px; cursor: pointer;}

.popup-container.active {display: block;}



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



#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 {background: #fff;position: relative;}
.dentist:before{content:"SANGDONG WOOSOO"; width: 200px;position: absolute;top: 20px;right: 50px;line-height: 1;font-family: "GmarketSansBold";font-size: 150px;transform: rotate(90deg);color: rgba(24,188,188,0.1);}
.dentist.left:before{content:"SANGDONG WOOSOO"; width: 200px;position: absolute;top: 20px;left: 50px;line-height: 1;font-family: "GmarketSansBold";font-size: 150px;transform: rotate(90deg);color: rgba(24,188,188,0.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 .tab-content {}
/* #tab-content2, #tab-content3, #tab-content4, #tab-content5 {display: none;} */
.dentist .tab-content > ul {display: flex; width: 100%;align-items:center;}
.dentist .tab-content > ul > li {width: 50%; position: relative;}
.dentist .tab-content > ul > li:last-child {margin-left: 30px;}
.dentist .tab-content .tab-name {border-bottom: 2px dotted #ddd; margin-bottom: 20px; padding-bottom: 20px;}
.dentist .tab-content .tab-name > div {display:flex; align-items:center; margin-bottom: 10px;}
.dentist .tab-content .tab-name > div h3 {font-weight: 500;}
.dentist .tab-content .tab-name > div span {padding: 0 5px; font-size: 0.5em; font-weight: 500; color: #000;}
.dentist .tab-content .tab-name p {font-weight: 700;}
.dentist .tab-content .disc-list {list-style-type: disc; margin-left: 20px;  background: url(../img/main/bg_logo.png) no-repeat; background-position: right bottom; background-size: auto;}
.dentist .tab-content .disc-list li {line-height: 1.8;  font-family: 'Noto Sans KR',san-serif; font-weight: 500;}

.thesis{background: #189999;}
.thesis-txt{counter-reset: number 0;}
.thesis-txt p{position: relative;color: #fff;padding-left: 30px;}

.number_item::before {
	position: absolute;
	top:0;left: 0;margin-left: 0;
  counter-increment: number 1;
  content: counter(number) ') ';
}
.thesis-box{display: flex;align-items: center;gap:10px;}

.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: #6b8d74;}

.main-tit {position: relative; text-align: center; margin-bottom: 40px;}

.main-tit.white {color: #fff;}
.main-tit .sub {font-size: 22px; margin-bottom: 15px; font-weight: bold; color: #6b8d74;}
.main-tit .main {font-size: 50px; white-space: pre-line; line-height: 1.3;font-family: "GmarketSansMedium";}
.main-tit .des {margin-top: 20px; white-space: pre-line;}


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

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

}


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

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

.popup-content {width: calc(100% - 20px);}

.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 .tab-content > ul {background-size: 30%;}

.main-tit .main {font-size: 42px;}
}

/* ===================== 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){
.case-comparison > li:last-child {margin-top: 40px;}

.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 img {max-width: 250px; 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:last-child{margin: 20px 0 0 0;}
.dentist .tab-content .disc-list {display: flex; flex-direction: column; align-items: flex-start; max-width: 400px; margin: 0 auto; text-align: left;}

.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;}

.main-tit .sub {font-size: 20px; margin-bottom: 10px;}
.main-tit.tal{text-align: center !important;}
}

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

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

.popup-content {padding: 50px 10px 40px 15px;}

.main-tit .main {font-size: 36px;}
.main-tit .sub {font-size: 19px; margin-bottom: 8px;}
}

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

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

.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: 32px;}
.dentist .tab-content .tab-name p {font-size: 14px;}
.dentist .tab-content .disc-list {max-width: 300px;}
.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-tit .main {font-size: 32px;}
.main-tit .sub {font-size: 18px;}
.main-tit .des {margin-top: 10px;}
}

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

@media screen and (max-width: 380px){
.main-tit .main {font-size: 26px;}
.main-tit .sub {font-size: 16px;}
}


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


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

.main-slide .swiper-slide {position: relative;}
.main-slide .swiper-slide img {width: 100%;}

.main-slide .swiper-pagination {left: 0; bottom: 40px; top: auto !important; width: 100%;}
.main-slide .swiper-pagination-bullet {margin: 0 4px; width: 14px; height: 14px; background: none; border: 1px solid #ccc; opacity: 0.7; transition: all 0.4s ease-in-out;}
.main-slide .swiper-pagination-bullet-active {background: #fff; opacity: 1;}

/* ===================== Mobile size : 1400px ======================= */

@media screen and (max-width: 1400px){
.main-slide .swiper-pagination {bottom: 30px;}
}


/* ===================== 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){
.main-slide .slide1 .zoom {background: url(../img/main/m_slide_01.jpg) center/cover no-repeat;}
}

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

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

}

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

@media screen and (max-width: 480px){
.main-slide .swiper-pagination {bottom: 10px;}
.main-slide .swiper-pagination-bullet {width: 8px; height: 8px;}
}


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


/* ==================================================================================================================================== */
/* ============================================================ area1 스타일 ============================================================ */
/* ==================================================================================================================================== */

.area1 .name{text-align: right;}
.area1-1::before {position: absolute; content: ''; left: -120px; bottom: -50px; width: 540px; height: 558px; background: url(../img/main/main_bg6.png) center/cover no-repeat;}
.area1-1::after {position: absolute; content: ''; right: -30px; bottom: -50px; width: 400px; height: 271px; background: url(../img/main/bg_logo.png) center/cover no-repeat;}
.area1-1 .middle-title span {font-weight: 900;}
.area1-1 .img {position: relative;}
.area1-1 .sign {margin-top: 60px;}
.area1-1 .sign > ul.flex {justify-content: center; align-items: flex-end;}
.area1-1 .sign > ul.flex ul {align-items: flex-end;}
.area1-1 .sign > ul.flex > li:last-child ul {justify-content: flex-end;}

/* ===================== 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){
.area1 .name{text-align: center;margin-top: 20px;}
.area1-1 .sign {margin-top: 40px;}
.area1-1 .sign img {max-width: 100px;}
.area1-1 .sign > ul.flex ul {justify-content: center;}
.area1-1 .sign > ul.flex > li:last-child ul {justify-content: center;}

}

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

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

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

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

.area1-1 .img::before {width: 50px;height: 50px;top: -20px;}
.area1-1 .img::after {width: 90px; height: 90px;}
.area1-1 .sign {margin-top: 20px;} 

}


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

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

}


/* ==================================================================================================================================== */
/* ============================================================ area1 스타일 ============================================================ */
/* ==================================================================================================================================== */


/* ==================================================================================================================================== */
/* ============================================================ area2 스타일 ============================================================ */
/* ==================================================================================================================================== */

.area2.dentist .tab-content > ul > li > img {width: 100%;}
.area2.dentist .tab-content > ul > li:last-child {margin-left: 60px;}

.dentist-modal {position: fixed; display: flex; align-items: center; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); transition: all 0.3s ease-in-out; z-index: -1; opacity: 0;}
.dentist-modal.on {z-index: 1000000; opacity: 1;}
.dentist-modal > div {position: relative; width: 100%; max-width: 1200px; margin: 0 auto; background: #fff;}
.dentist-modal > div ul.flex > li > div {display: flex; align-items: center; justify-content: center;}

.dentist-modal .close {position: absolute; top: -25px; right: -25px; width: 50px; height: 50px; border-radius: 50%; background: #154545; cursor: pointer;}
.dentist-modal .close::before {position: absolute; content: ''; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(45deg); width: 2px; height: 35px; background: #fff;}
.dentist-modal .close::after {position: absolute; content: ''; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(-45deg); width: 2px; height: 35px; background: #fff;}

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

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

}


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

@media screen and (max-width: 1200px){
.area2 ul.flex > li {width: 50%;}

.dentist-modal .close {left: 50%; right: auto; transform: translateX(-50%);}
}


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

@media screen and (max-width: 1024px){
.tab-content .flex{display: block;}
.tab-content .block-2{width: 100%;}

}

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

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


}

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

@media screen and (max-width: 769px){
.dentist:before{display: none;}
.area2.dentist .tab-content > ul > li:last-child {margin-left: 0;}
.area2.dentist .tab-content .tab-name {padding-bottom: 10px;}
.area2.dentist .tab-content:last-of-type > ul {display: flex; flex-direction: column-reverse;}
#tab-content2 ul {flex-direction: column;}

.area2.dentist .tab-content:last-of-type > ul > li:last-child {background: #fff;border: 1px solid #eee;margin: 0 0 20px 0;}

.area2 ul.flex > li {width: 25%;}
.area2 ul.flex img {width: auto; max-width: none;}


.dentist-modal > div {max-width: 500px;}
.dentist-modal > div ul.flex > li:last-child > div {padding: 30px 20px;}


}

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

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

}

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

@media screen and (max-width: 425px){
.area2.dentist .tab-content .tab-name {padding-bottom: 5px;} 
.area2 ul.flex > li > div {margin: 10px;}
.area2 ul.flex img {width: 100%;}


.dentist-modal > div {width: 100%;}
}


/* ==================================================================================================================================== */
/* ============================================================ area2 스타일 ============================================================ */
/* ==================================================================================================================================== */



/* ==================================================================================================================================== */
/* ============================================================ area3 스타일 ============================================================ */
/* ==================================================================================================================================== */

.area3{background: url(../img/custom/bg_02.png) center/cover no-repeat;}
.treatment-wrap{width: 100%; background-color: #fbfbfb; padding: 100px 0; }
.treatment-wrap .main-title{color: #fff;}
.treatment-wrap .main-title p{color: #fff;}
.treatment-wrap > div > div:last-child > h6{color: #fff; letter-spacing: 2px;}
.treatment{display:flex; /* justify-content:center; */ flex-wrap:wrap; width: 100%;}
.treatment li{width: 20%; text-align: center;}
.treatment li:nth-child(n+6):nth-child(-n+10){margin-top: 30px;}
.treatment li h6{margin: 10px 0 5px;}
.treatment li p{white-space: pre-line;}
.treatment li > div{position: relative; overflow: hidden;}
.treatment li > div > div{position: absolute; top: 50%; left: 50%; transform:translate(-50%, -50%); width: 100%; height: 100%; color: #fff; display: flex;
justify-content:center; align-items:center; }
.treatment li > div > div h6{opacity: 0; line-height: 1.2; font-weight: bold;}
.treatment li > div > div:before{opacity: 0;  width: 100%;height: 100%;background-color: rgba(255,255,255,0);}

.treatment li > div.on > div h6{white-space: pre-line; font-weight: 500; opacity: 1;}
.treatment li > div.on > div:before{position: absolute; content: '';top: 50%; left: 50%; transform:translate(-50%, -50%); background-color: #2fc1be; width: 100%; height: 100%;
max-width: 211px; opacity: 0.9; z-index: -1;  border-radius:20%;}

/* ===================== 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) {
.treatment li{width: 33.3%;}
.treatment li:nth-child(n+4):nth-child(-n+10){margin-top: 30px;}
}

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

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

}

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

@media screen and (max-width: 425px) {
.treatment-wrap{padding: 50px 0;}
.treatment li{width: calc(50% - 10px); margin: 5px;}
.treatment li:nth-child(n+3):nth-child(-n+10){margin-top: 30px;}
}


/* ==================================================================================================================================== */
/* ============================================================ area3 스타일 ============================================================ */
/* ==================================================================================================================================== */


/* ==================================================================================================================================== */
/* ============================================================ area4 스타일 ============================================================ */
/* ==================================================================================================================================== */

.about-area4 ul {position: relative; display: flex; justify-content: flex-start;}
.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;width: 600px;letter-spacing: -2px;padding: 50px; gap: 20px; background: #fff; white-space: pre-line;}
.about-area4 ul .txt h4 {font-family: "GmarketSansMedium", serif;font-weight: 500;}

.num-box{width: 50px;height: 50px;line-height: 50px;text-align: center;background:#18bebb;color: #fff;}

.dt-logo-box{display: flex;align-items: center;gap:20px;padding: 20px;border: 1px solid #ccc;}

.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;}
.about-area5 ul{flex-direction: column-reverse;}
}


/* ===================== 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;}
.area4 .dt-logo-box{flex-direction: column;}

}

/* ===================== 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;}

}


/* ==================================================================================================================================== */
/* ============================================================ area4 스타일 ============================================================ */
/* ==================================================================================================================================== */


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

.area5{background:url(../img/custom/bg_03.png) center/cover no-repeat;}
.area5 .title{color: #fff;}

.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: #ccc;}
.eq-slide .txt{color: #fff;}
.eq-slide .sub{white-space: pre-line;}
.eq-slide .swiper-scrollbar-drag{background: #2fc1be;}
.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 스타일 ============================================================ */
/* ==================================================================================================================================== */

/* ==================================================================================================================================== */
/* ============================================================ area6 스타일 ============================================================ */
/* ==================================================================================================================================== */



/* ===================== 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) {


}

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

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

}


/* ==================================================================================================================================== */
/* ============================================================ area6 스타일 ============================================================ */
/* ==================================================================================================================================== */


/* ==================================================================================================================================== */
/* ============================================================ area7 스타일 ============================================================ */
/* ==================================================================================================================================== */

.area7{background: url("../img/custom/bg_04.png") center/cover no-repeat;}
.area7 .info .info-box{width: calc(50% - 10px);margin-right: 10px;border: 1px solid #bfbfbf;background: #fff;padding: 20px;}
.area7 .info .tit {text-align: left;}
.area7 .info .tit h5,.area7 .info .tit h5 a {font-weight: 600;color: #000;margin-bottom: 10px;margin-top: 20px;}
.area7 .info .tit:first-child h5{margin-top: 0;}

.area7 .info article {display: flex; justify-content: center; flex-direction: column; }

.area7 .map-wrap .root_daum_roughmap .wrap_controllers {display: none;}

.area7 .time {display:flex; flex-direction: column;}
.area7 .time > li:not(:first-child) {margin-top: 10px;}
.area7 .time > li > ul {display:flex; margin-bottom: 3px; text-align: left;}
.area7 .time > li > ul > li:first-child {margin-right: 40px; width: 112px; text-align-last: justify; text-align: center; position: relative;}
.area7 .time > li > ul > li h6 {color: #000; font-weight: 500; transform: skew(-0.1deg);}
.area7 .time > li:nth-child(2) ul li h6{font-weight: 900;position: relative;color: #2fc1be;}
.area7 .time > li:nth-child(2) > ul > li:last-child:before{content:"야간진료";position: absolute;top:5px;right: -85px;background: #2fc1be;color: #fff;font-weight: 500;-webkit-border-radius: 15px;-moz-border-radius:15px ;border-radius: 15px;padding: 0 10px;}
.area7 .time > li:nth-child(4) ul li h6{font-weight: 900;}
.area7 .time > li ul li{position: relative;}
.area7 .time > li ul li:nth-child(2) h6{width: 300px;text-align-last: justify;}

.area7 .notice p {text-align: left;font-weight: 500; color: #5d5d5d;}

.area7 .address ul {display: flex;}
.area7 .address ul li{text-align: left;}
.area7 .address ul li:nth-child(1){margin-right: 10px;}
.area7 .address ul li p{font-size: 26px;}
.area7 .address ul li strong{font-size: 20px;font-weight: 500;}
.area7 .address ul li strong span{display: inline-block;background: #555;padding: 0 20px;font-weight: 600;color: #fff;margin-right: 10px;}


.area7 .call ul.flex{gap:10px;}
.area7 .call ul.flex a {-webkit-border-radius: 5px;-moz-border-radius: 5px;font-family: "GmarketSansBold";font-size: 30px;border-radius: 5px;display: flex; align-items: center; justify-content: center; gap:10px;padding: 8px 10px; background: #2fc1be; color: #fff;}
.area7 .call ul.flex a img {margin-right: 10px;}
.area7 .call ul.flex > li:nth-child(2) a {background: #00ce38; color: #fff;}

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

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

}


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

@media screen and (max-width: 1200px){
.area7 .inner {padding: 0;}
}


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

@media screen and (max-width: 1024px){
.area7 .time > li ul li:nth-child(2) h6{width: 250px;}
}

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

@media screen and (max-width: 900px){
.area7 .info article {height: auto;}
.area7 .info > ul.flex > li {width: 100%;margin-right: 0;margin: 10px;}

.area7 .address {padding-bottom: 20px;}
.area7 .call {margin-top: 20px;}
.area7 .address ul li p{font-size: 22px;}
}

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

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

}

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

@media screen and (max-width: 600px) {
.area7 .address ul{display: block;text-align: center;margin-bottom: 20px;}
.area7 .address ul:last-child{margin-bottom: 0;}
.area7 .address ul > li:first-child{text-align: center;}
.area7 .address ul li{text-align: center;}

.area7 .info .tit {margin-bottom: 20px;}

.area7 .call ul li{margin-right: 0;}
.area7 .call ul.flex > li {width: 100%;margin-bottom: 10px;}
.area7 .call ul.flex > li:last-child{margin-bottom: 0;}

.area7 .time > li > ul > li:first-child {margin-right: 20px; width: 100px;}





}

/* ===================== Mobile size : 500px ======================= */

@media screen and (max-width: 500px) {
.area7 .time > li > ul > li:first-child{width: 95px;}
.area7 .time > li ul li:nth-child(2) h6{width: 210px;}
.area7 .time > li:nth-child(2) > ul > li:last-child:before{content:"야간";top: 0;right: -55px;}

.area7 .call ul.flex a{font-size: 20px;}

}

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

@media screen and (max-width: 425px){
.area7 .map-wrap .root_daum_roughmap_landing {height: 250px !important;}

.area7 .time > li > ul > li:first-child {width: 80px;}
.area7 .time > li:nth-child(2) > ul::before {left: -35px; width: 25px; height: 25.5px;}
.area7 .time > li:nth-child(2) > ul::after {right: -30px; width: 22px; height: 27px;}


.area7 .address ul > li:first-child {margin-right: 15px;}
.area7 .address ul > li:first-child p {padding: 3px 10px; width: 80px;}
.area7 .address ul > li:last-child {top: 5px;}
.area7 .address ul > li p {font-size: 17px;}
.area7 .address ul li strong{font-size: 15px;}

.area7 .call {padding: 10px 0;}
.area7 .time > li ul li:nth-child(2) h6{width: 180px;}

}

@media screen and (max-width: 375px){
.area7 .time > li:nth-child(2) > ul > li:last-child:before{display: none;}

.area7 .time > li:nth-child(2) ul{background: #2fc1be;}

.area7 .time > li:nth-child(2) ul li h6{color: #fff;}


.area7 .time > li > ul{justify-content: center;}

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

.area7 .time > li ul li:nth-child(2) h6{width: 170px;}

}
/* ==================================================================================================================================== */
/* ============================================================ area7 스타일 ============================================================ */
/* ==================================================================================================================================== */
