@charset "utf-8";

/* ===================================================================================================================================== */
/* =========================================================== 230712 합정모아치과 =========================================================== */
/* ===================================================================================================================================== */

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

section:last-of-type {padding-bottom: 120px;}
.stick ul.flex li h6{background: #2c4a68; color: #fff; padding: 10px; font-family: 'GmarketSansMedium',san-serif; font-weight: 700; transform: skew(-0.1deg);}
.stick ul.flex li:nth-child(2n) h6{background: #006a65;}

.detail_btn{display: inline-block;margin-top: 20px;padding: 10px 20px;font-weight: 700;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;color: #fff;background: #333;}
.detail_btn:hover{color: #333;background: #ffbf14;}
/* 숫자 스타일 */
.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 {font-family: 'GmarketSansMedium',san-serif; 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-family: 'GmarketSansMedium',san-serif; 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; font-family: 'GmarketSansMedium',san-serif; 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-family: 'GmarketSansMedium',san-serif; 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) {
/* 테이블 스타일 */
.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) {
section:last-of-type {padding-bottom: 80px;}

.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) {

}

/*================================================================ 480px 이하 ================================================================= */
@media screen and (max-width: 480px) {
section:last-of-type {padding-bottom: 60px;}

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


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

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

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

.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-family:'NanumSquare',san-serif; 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: #333; top: 50%; transform: translateY(-50%);background: rgba(255,255,255,0.5);}
.gallery-top {height: 80%; width: 100%;}
.gallery-thumbs {height: 20%; padding: 10px 0;cursor: pointer;}
.gallery-thumbs .swiper-slide {width: 20%; height: 100%; opacity: 0.4;}
.gallery-thumbs .swiper-slide-thumb-active {opacity: 1;}

.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: #00a99e;}

.main-tit {text-align: center; margin-bottom: 40px;}
.main-tit.white > * {color: #fff;}
.main-tit p.sub {font-family: 'GmarketSansMedium';margin-bottom: 20px; letter-spacing: 0.1em; color: #c7c7c7; font-weight: 900;}
.main-tit p.txt	{margin-top: 20px; white-space: pre-line;}
.main-tit p.txt span {font-size: 1.1em;}
.main-tit h6 {font-family: 'GmarketSansMedium',san-serif; font-weight: bold;}
.main-tit h5 {display: inline-block; margin: 10px 0 0; padding: 3px 10px; font-family: 'GmarketSansMedium',san-serif; font-weight: 900;}
.main-tit h4 {font-family: 'GmarketSansMedium',san-serif; font-weight: 900;}
.main-tit h3 {white-space: pre-line; line-height: 1.4; font-family: 'GmarketSansMedium',san-serif; font-weight: 900;}
.main-tit .num::before {margin: 0 auto 15px; width: 60px; height: 60px; font-size: 30px; font-weight: bold; background: #4e3922;}

.special .tit-bg{padding: 60px 0;background: url(../img/custom/bg_04_02.png) center/cover no-repeat;}
.special .tit-bg .main-tit{margin-bottom: 0;}

.sub-tit{display: inline-block;padding: 10px 20px;color: #333 !important;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;background: #dcdcdc;}

.main-bg {padding: 60px 0;}
.main-bg .zoom {background: url(../img/custom/main_bg.jpg) center/cover no-repeat;}
.main-bg .main-tit h5 {font-weight: 500; margin-top: 0;}
.main-bg .main-tit h2 {line-height: 1.3;}

.main-video{margin-top: 130px;}

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

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

}


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

@media screen and (max-width: 1200px){
main {margin-top: 0;}
#content{padding-top: 145px;}

.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){

}

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

.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 .num::before {width: 50px; height: 50px; font-size: 26px;}


}

/* ===================== 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 {padding-left: 20px;}

.main-tit {margin-bottom: 30px;}
.main-tit p.sub {letter-spacing: 0.3em;}
}

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

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

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

.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;padding: 0 10px;}
.main-tit p.sub {margin-bottom: 10px;}
.main-tit p.txt {margin-top: 10px;}
.main-tit h5 {margin: 5px 0 0;}
.main-tit .num::before {font-size: 22px;}
}

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

@media screen and (max-width: 380px){
.main-tit p.sub {letter-spacing: 0.1em;}
}


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

.main-slide .swiper-slide {position: relative;}





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

@media screen and (min-width: 1201px){
.main-slide .swiper-pagination-bullet{position: relative; width: calc(12.5% - 8px); height: 150px; color: #fff;background: rgba(0,0,0,0.3); border-radius: 0; opacity: 1; transition:0.5s;}
.main-slide .swiper-pagination-bullet:before{position: absolute; width: 100%; left: 50%; top: 50%; transform:translate(-50%,-50%) skew(-0.1deg);font-weight: 500; font-size: 22px; line-height: 1.3;white-space:pre;}
.main-slide .swiper-pagination-bullet:nth-child(1):before{content: '전문의\A책임진료';}
.main-slide .swiper-pagination-bullet:nth-child(2):before{content: '독보적인\A치료 노하우';}
.main-slide .swiper-pagination-bullet:nth-child(3):before{content: '디지털\A임플란트';}
.main-slide .swiper-pagination-bullet:nth-child(4):before{content: '오스템\A BA임플란트';}
.main-slide .swiper-pagination-bullet:nth-child(5):before{content: '포인트\AUV임플란트';}
.main-slide .swiper-pagination-bullet-active{background: #2b231a;}
.main-slide .swiper-pagination-bullet-active:before{}
.main-slide.swiper-container-horizontal > .swiper-pagination-bullets {bottom: 70px; max-width: 1600px; margin: 0 auto;left: 50%; transform: translateX(-50%);}
}


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

@media screen and (max-width: 1200px){
.main-video{margin-top: 0;vertical-align: top;}
.main-slide .swiper-slide img{width: 100%;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){

}

/* ===================== 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 스타일 ============================================================ */
/* ==================================================================================================================================== */

.dentist-area0 .zoom {background: url(../img/custom/bg_08.png) center/cover no-repeat;}

.dentist-area0-wrap{position: relative;padding-top: 50px;}
.dentist-area0 .txt{position: absolute;top:0;left: 50%;margin-left: -350px;width: 700px;padding: 30px;background: #fff;text-align: center;box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; }
.dentist-area0 .txt p{white-space: pre-line;font-family: 'noto',san-serif;}
.dentist-area0 .img{-webkit-border-radius: 50px;-moz-border-radius: 50px;border-radius: 50px;box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; }
.dentist-area1.bg-gray {padding-bottom: 0;}
.dentist-area1 .zoom {background: url(../img/custom/doctor_bg1.jpg) center/cover no-repeat;}
.dentist-area1 article > ul {display: flex; justify-content: center;align-items: center;}
/*.dentist-area1 article:nth-child(2n-1) > ul {flex-direction: row-reverse; }*/
.dentist-area1 article > ul > li:last-child {flex: 1;}
.dentist-area1 .img img {filter: drop-shadow(2px 4px 6px #727272);}
.dentist-area1 .txt {display: flex; flex-direction: column; gap: 40px;}
.dentist-area1 .txt .top{overflow: hidden;justify-content: space-between;display: flex;}
.dentist-area1 .txt .top .tit {display: flex; align-items: center; gap: 20px; margin-bottom: 40px;}
.dentist-area1 .txt .top .tit h5 {white-space: pre-line; font-family: 'NanumSquare',san-serif; font-weight: bold;}
.dentist-area1 .txt .top .tit h5 span {position: relative; display: inline-block;}
.dentist-area1 .txt .top .tit h5 span::before {position: absolute; content: ''; left: 50%; top: -12px; transform: translateX(-50%); width: 6px; height: 6px; border-radius: 50%; background: #211b14;}
.dentist-area1 .txt .top .name {display: flex; align-items: center;}
.dentist-area1 .txt .top .name p:first-child {margin-right: 10px; padding-right: 10px; border-right: 2px solid #333;}
.dentist-area1 .txt .top .name p:first-child b {margin-left: 6px; font-size: 1.5em; line-height: 1.2;}
.dentist-area1 .txt .btm {position: relative; display: flex; justify-content: space-between; gap: 20px; width: 100%; padding: 60px 40px; background: #fff; box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; z-index: 2;}
.dentist-area1 .txt .btm .disc-list {display: flex; flex-direction: column; gap: 5px;width: 50%;}
.dentist-area1 .txt .btm .disc-list li {position: relative; padding-left: 15px;}
.dentist-area1 .txt .btm .disc-list li::before {position: absolute; content: ''; left: 0; top: 12px; width: 4px; height: 4px; border-radius: 50%; background: #211b14;}
.dentist-area1 .txt .btm .disc-list li p {font-size: 16px; line-height: 1.8;font-weight: 600;}
.dentist-area1 .txt .btm_bg1 {background: #fff url(../img/custom/1.png) right  no-repeat;}
.dentist-area1 .txt .btm_bg2 {background: #fff url(../img/custom/2.png) right  no-repeat;}
.dentist-area1 .txt .btm_bg3 {background: #fff url(../img/custom/3.png) right  no-repeat;}

.dentist-area2 .zoom {background: url(../img/custom/doctor_bg2.jpg) center/cover no-repeat;}
.dentist-area2 ul {display: flex; align-items: center; justify-content: center; gap: 80px;}
.dentist-area2 ul .txt {color: #fff;}
.dentist-area2 ul .txt h5 {font-family: 'NanumSquare',san-serif; font-weight: bold;}
.dentist-area2 ul .txt h2 {margin: 30px 0; white-space: pre-line; font-size: 70px; line-height: 1.2; font-family: "GmarketSansMedium";}
.dentist-area2 ul .txt h2 b {
  background: linear-gradient(
    -91deg, #dfdb94 0%, #ff9b0c 100%
  );
  background: -webkit-linear-gradient(
    -91deg, #dfdb94 0%, #ff9b0c 100%
  );
  background: -moz-linear-gradient(
    -91deg, #dfdb94 0%, #ff9b0c 100%
  );
  background: -o-linear-gradient(
    -91deg, #dfdb94 0%, #ff9b0c 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  clip-path: inset(1px);
  color: transparent;
}
.dentist-area2 ul .txt p {white-space: pre-line; font-weight: bold;}
.dentist-area2 ul .txt p b {color: #ff9e14;}
.dentist-area2 ul .img img {filter: drop-shadow(2px 4px 6px #fff);}

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

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

}


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

@media screen and (max-width: 1200px){
.dentist-area2 ul .txt h2 {font-size: 58px;}
}


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

@media screen and (max-width: 1024px){
.dentist-area2 ul {gap: 40px;}

}

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

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

.dentist-area0-wrap{padding-top: 100px;}
.dentist-area0 .txt{margin-left: -45%;width: 90%;padding: 20px;}

.dentist-area1.bg-gray {padding-bottom: 60px;}
.dentist-area1 article > ul {flex-direction: column !important; align-items: center;}
.dentist-area1 article > ul > li {width: 100%;}
.dentist-area1 .img { margin: 0 auto; padding: 40px 20px 0; background: #c2ccd0; text-align: center;}
.dentist-area1 .img img {filter: drop-shadow(6px -2px 10px #727272);}
.dentist-area1 .txt .btm {border: 1px solid #ccc;}

.dentist-area1 .txt .top{display: block;color: #333;margin-top: -100px;z-index: 10;justify-content: space-evenly;padding-bottom: 20px;}
.dentist-area1 .txt .top .name {display: block;/* justify-content: center; */float: right;width: 70%;text-align: left;padding-left: 10px;text-shadow: 0px 0px 5px white;}
.dentist-area1 .txt .top .tit {margin: 0 0 20px; justify-content: center;}
.dentist-area1 .txt .top .name p:first-child{border-right: none}
.dentist-area1 .txt .top .name p{font-size: 18px;}
.dentist-area1 .txt .top .univer_logo{float: left;width: 30%;text-align: right;}
.dentist-area1 .txt .top .univer_logo img{max-width:70px;}

.dentist-area2 ul {flex-direction: column-reverse;}
.dentist-area2 ul .txt {filter: drop-shadow(2px 4px 6px black);}
.dentist-area2 ul .txt h2 {margin: 20px 0;}
.dentist-area2 .img{max-width:150px;}

}

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

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

.dentist-area0-wrap{padding-top: 150px;}

.dentist-area1 .txt .btm_bg1 {background: #fff url(../img/custom/1.png)  right bottom no-repeat;}
.dentist-area1 .txt .btm_bg2 {background: #fff url(../img/custom/2.png)  right bottom no-repeat;}
.dentist-area1 .txt .btm_bg3 {background: #fff url(../img/custom/3.png)  right bottom no-repeat;}

/*
.main-slide .swiper-pagination-bullet {width: calc(25% - 8px); height: 8vw; border-radius: 10px;}
.main-slide.swiper-container-horizontal > .swiper-pagination-bullets {bottom: 4vw;}
.main-slide .swiper-pagination-bullet:before{font-size: 15px;}
.main-slide .swiper-pagination-bullet:nth-child(1):before{content: '전문의 책임진료';}
.main-slide .swiper-pagination-bullet:nth-child(2):before{content: '독보적인 치료 노하우';}
.main-slide .swiper-pagination-bullet:nth-child(3):before{content: '디지털 임플란트';}
.main-slide .swiper-pagination-bullet:nth-child(4):before{content: '오스템 BA임플란트';}
.main-slide .swiper-pagination-bullet:nth-child(5):before{content: '포인트 UV임플란트';}
*/


}

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

@media screen and (max-width: 600px) {
.dentist-area1 .txt .btm {display: block;}
.dentist-area1 .txt .btm .disc-list:not(:first-child) {margin-top: 25px;}
.dentist-area1 .txt .btm .disc-list {width: auto;}
.dentist-area2 ul .txt h2 {font-size: 46px;}

}

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

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

.dentist-area0 .txt{padding: 10px;}
.dentist-area0 .txt p.x1_3{font-size: 1em;}

.dentist-area1 .img img {max-width: 200px;}
.dentist-area1 .txt {gap: 0;}
.dentist-area1 .txt .top .tit {gap: 10px;}
.dentist-area1 .txt .top .tit h5 span::before {top: -8px; width: 4px; height: 4px;}
.dentist-area1 .txt .top .tit .logo {max-width: 50px;}
.dentist-area1 .txt .btm {padding: 20px;}
.dentist-area1 .txt .btm .disc-list li p {font-size: 14px;}
.dentist-area1 .txt .btm .disc-list li::before {top: 10px;}

.dentist-area2 ul .txt h2 {font-size: 40px;}
}

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

@media screen and (max-width: 380px){
.dentist-area2 ul .img img {max-width: 200px;}
.dentist-area2 ul .txt h2 {font-size: 36px;}
.univer_logo img{max-width:70px;}
}


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


/* ==================================================================================================================================== */
/* ============================================================ area2 스타일 ============================================================ */
/* ==================================================================================================================================== */
/*
.treatment-area1 ul {display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;}
.treatment-area1 ul > li {position: relative; width: calc(50% - 10px); height: 300px; background: url(../img/custom/treatment_01.jpg) center/cover no-repeat;}
.treatment-area1 ul .txt {position: absolute; display: flex; justify-content: center; align-items: flex-end; left: 0; top: 0; width: 100%; height: 100%; color: #fff;}
.treatment-area1 ul .txt > div {margin-bottom: 40px; text-align: center; filter: drop-shadow(2px 4px 6px black);}
.treatment-area1 ul .txt h3 {font-family: 'NanumSquare',san-serif; margin-bottom: 10px;}
.treatment-area1 ul .txt p {white-space: pre-line;}
.treatment-area1 ul > li:nth-child(2) {background: url(../img/custom/treatment_02.jpg) center/cover no-repeat;}
.treatment-area1 ul > li:nth-child(3) {background: url(../img/custom/treatment_03.jpg) center/cover no-repeat;}
.treatment-area1 ul > li:nth-child(4) {background: url(../img/custom/treatment_04.jpg) center/cover no-repeat;}


.special-area1 article > ul {display: flex; justify-content: center; gap: 3px;}
.special-area1 article .tab {display: flex; flex-direction: column; justify-content: space-between; width: 200px; gap: 3px;}
.special-area1 article .tab > div {display: flex; align-items: center; justify-content: center;height: 100%; cursor: pointer; background: #313131;}
.special-area1 article .tab > div.on {background: #443423;}
.special-area1 article .tab p {color: #fff; font-weight: bold;}
.special-area1 article .img {position: relative; width: calc(100% - 200px); height: 600px; background: url(../img/custom/special_01.jpg) center/cover no-repeat; transition: background 0.3s ease 0s;}
.special-area1 article .img .txt {position: absolute; left: 50px; bottom: 0; opacity: 0; transition: all 0.3s ease-in;}
.special-area1 article .img .txt.on {bottom: 50px; opacity: 1;}
.special-area1 article .img .txt h4 {width: 400px; padding: 10px; text-align: center; font-weight: 900; border: 5px solid #543e34; background: #fff; margin-bottom: 30px;}
.special-area1 article .img .txt p {color: #fff; white-space: pre-line;}
*/
.special-area2 article ul{display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;}
.special-area2 article ul li{width: calc(25% - 10px); text-align: center;}
.special-area2 article ul li h4{padding: 10px 0;font-size: 20px; color: #fff; background: #333;}
.special-area2 article ul li p{color: #fff;padding: 20px 0 50px 0;}

.special-area4{overflow: hidden;}
.special-area4 article ul{display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;}
.special-area4 article ul li{width: calc(20% - 10px);text-align: center;background: #fff;margin-bottom: 20px;padding-bottom: 10px;}
.special-area4 article ul li h4{position: relative;font-size: 17px;margin-bottom: 20px;margin-top: 10px;}
.special-area4 article ul li h4:before{content:"";position: absolute;left: 50%;margin-left: -75px;bottom: -10px;width: 150px;height: 1px;background: #333;}
.special-area4 article ul li p{font-size: 15px;}

.special-area2_bg{padding: 40px 20px;background: url(../img/custom/bg_01.png) center/cover no-repeat;}
.special-area3_bg{padding: 50px 20px;background: url(../img/custom/bg_02.png) center/cover no-repeat;}
.special-area4_bg{padding: 0 20px 50px 20px;background: url(../img/custom/bg_03.png) center/cover no-repeat;}

.special-area2_bg img{width: 100%;}
.special-area4_bg img{width: 100%;}

/* ===================== 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){
.special-area2 article ul li{width: calc(33.3% - 10px);}

.special-area3_bg img{width: 100%;max-width:500px;}
.special-area4 article ul li{width: calc(33.3% - 10px);}
}

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

@media screen and (max-width: 769px){
.treatment-area1 ul > li {height: 300px;}
.treatment-area1 ul .txt > div {margin-bottom: 20px;}
}

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

@media screen and (max-width: 600px) {
.special-area3_bg{padding: 0;background: #fff;}
.special-area3_bg img{max-width:100%;}
.treatment-area1 ul > li {width: 100%;}
}

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

@media screen and (max-width: 480px){
.special-area2 article ul li{width: calc(50% - 10px);}
.special-area2 article ul li h4{font-size: 15px;letter-spacing: -1.5px;}
.special-area2 article ul li p{padding: 20px 0;}

.special-area4 article ul li{width: calc(50% - 10px);}
.special-area4 article ul li h4{font-size: 15px;letter-spacing: -1.5px;}
.special-area4 article ul li p{padding: 10px 0;font-size: 13px;}

.special-area2_bg{padding: 20px 0;}
.special-area3_bg{padding: 20px 0;}
.special-area4_bg{padding: 0 0 50px 0;}
}

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

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

}



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


/* ==================================================================================================================================== */
/* ============================================================ area3 스타일 ============================================================ */
/* ==================================================================================================================================== */
/*
.imp-area1 article ul.tab {display: flex; justify-content: center; width: 100%; flex-wrap: wrap;border: 0.5px solid #eee;}
.imp-area1 article ul.tab > li {width: 16.666%; padding: 15px 10px; text-align: center; cursor: pointer;border: 0.5px solid #eee;}
.imp-area1 article ul.tab > li.on {color: #fff; background: #574a3e;}
.imp-area1 article ul.tab > li p {font-weight: bold;}
.imp-area1 article ul.tab > li.on p {font-weight: 900;}
.imp-area1 article ul.img > li {display: none;}
.imp-area1 article ul.img > li.on {display: block;}

*/
.implant .tit-bg{padding: 60px 0;background: url(../img/custom/bg_04_02.png) center/cover no-repeat;}
.implant .tit-bg .main-tit{margin-bottom: 0;}

.implant-area2 article{text-align: center;padding: 50px 20px;background: url(../img/custom/bg_05.png) center/cover no-repeat;}

.implant-area3 article{padding: 50px 20px;background: url(../img/custom/bg_06.png) right/cover no-repeat;}

.implant-area4 article{text-align: right;padding: 50px 20px;background: url(../img/custom/bg_07.png) left/cover no-repeat;}


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

.implant-area3 img{width: 100%;max-width:350px;}
.implant-area4 img{width: 100%;max-width:350px;}

}

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

@media screen and (max-width: 769px) {
.imp-area1 article ul.tab > li {width:50%;}

.implant-area3 article{padding: 20px;}
.implant-area3 article .inner{background: rgba(2555,255,255, 0.8);text-align: center;border-radius: 30px;padding: 30px;}

.implant-area4 article{padding: 20px;}
.implant-area4 article .inner{background: rgba(0, 0, 0, 0.8);text-align: center;border-radius: 30px;padding: 30px;}

}

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

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

}

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

@media screen and (max-width: 480px) {
.imp-area1 article ul.tab > li {padding: 10px;}
}

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

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

.implant .tit-bg{padding: 30px 0;}

}


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


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

.before-area1 article {display: flex; justify-content: center; gap: 10px;}
.before-area1 article > ul {display: flex; flex-direction: column; width: 33.33%; gap: 10px;}
.before-area1 article > ul > li > div {position: relative; overflow: hidden;}
.before-area1 article img {width: 100%;}
.before-area1 article .blur::before {position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 1;}
.before-area1 article .blur img {filter: blur(5px);}
.before-area1 article .blur .txt {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; z-index: 2;}
.before-area1 article .blur .txt p {color: #fff; white-space: pre-line; font-size: 15px;}


.insurance-area1 .main-tit{margin-bottom: 0;}
.insurance-area2{background: #eee;}
.insurance-area2 article ul{display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;}
.insurance-area2 article ul li{width: calc(20% - 10px); text-align: center;}
.insurance-area2 article ul li h6{padding: 10px 0;font-size: 20px; font-weight: 700; color: #333;}
.insurance-area2 article ul li p{color: #333;white-space: pre-line;}

.insurance-area3 .main-tit p.txt-bg {margin: 20px auto 0;padding: 10px;max-width: 500px;text-align: center;white-space: pre-line;color: #fff;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;background: #333;} 

.insurance-area3{background: #eee;padding-bottom: 80px;}
.insurance-area3 article ul{display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;}
.insurance-area3 article ul li{display: flex;align-items: center;width: 100%;border: 2px solid #333;padding: 20px;background: #fff;}
.insurance-area3 article ul li:nth-child(3),.insurance-area3 article ul li:nth-child(4){width: calc(50% - 5px);}
.insurance-area3 article ul li h6{font-size: 20px;font-weight: 700;width: 100%;max-width:100px;}
.insurance-area3 article ul li p{font-size: 20px;}

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

.insurance-area1 img{width: 100%;max-width:500px;}
.insurance-area2 article ul li{width: calc(50% - 10px);}

.insurance-area3 article ul li h6{font-size: 17px;}
.insurance-area3 article ul li p{font-size: 15px;}
.insurance-area3 article ul li:nth-child(3),.insurance-area3 article ul li:nth-child(4){width: 100%;}

}

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

@media screen and (max-width: 769px){
.before-area1 article {flex-direction: column;}
.before-area1 article > ul {flex-direction: row; width: 100%;}
}

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

@media screen and (max-width: 600px) {
.before-area1 article .blur .txt p {font-size: 13px; line-height: 1.5;}
}

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

@media screen and (max-width: 480px){
.insurance-area2 article ul li img{width: 100%;max-width:70px;}
.insurance-area3{padding-bottom: 40px;}

.insurance-area2 .main-tit p.txt, .insurance-area3 .main-tit p.txt{white-space: normal;}

}

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

@media screen and (max-width: 380px){
.before-area1 article .blur .txt p {font-size: 11px;}




}


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


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


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

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

}


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

@media screen and (max-width: 1200px){
.special-area1 article .img .txt h4 {width: 375px; margin-bottom: 20px;}
}


/* ===================== 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){
.special-area1 article > ul {flex-direction: column;}
.special-area1 article .tab {flex-direction: row; flex-wrap: wrap; width: 100%;}
.special-area1 article .tab > div {width: calc(33.33% - 2px); padding: 15px 5px;}
.special-area1 article .img {width: 100%; height: 400px;}
.special-area1 article .img .txt {left: 20px; bottom: -10px;}
.special-area1 article .img .txt.on {bottom: 30px;}
.special-area1 article .img .txt h4 {width: 330px;}
}

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

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

}

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

@media screen and (max-width: 480px){
.special-area1 article .tab > div {width: calc(50% - 2px);}
.special-area1 article .img .txt h4 {width: 300px;}
}

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

@media screen and (max-width: 380px){
.special-area1 article .img .txt h4 {width: 260px;}
}


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

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

.info-area1 .info-wrap > ul.flex {flex-wrap: nowrap; gap: 10px;}
.info-area1 .info-wrap > ul.flex > li > div {display: flex; flex-direction: column; gap: 25px;}
.info-area1 .info-wrap .tit h4 {font-family: 'NanumSquare',san-serif; font-weight: 800;}
.info-area1 .info-wrap article {display: flex; justify-content: center; flex-direction: column;}

.info-area1 .time {display:flex; flex-direction: column;}
.info-area1 .time > li:not(:first-child) {margin-top: 10px;}
.info-area1 .time > li > ul {display:flex; /* align-items:center; */ display: inline-flex; margin-bottom: 3px; padding: 2px 10px; text-align: left;}
.info-area1 .time > li:nth-child(2) > ul {position: relative; background: #4d4033; color: #fff;}
.info-area1 .time > li:nth-child(2) > ul > li h6 {color: #fff;}
.info-area1 .time > li > ul > li:first-child {margin-right: 40px; width: 112px; text-align-last: justify; text-align: center; position: relative;}
.info-area1 .time > li > ul > li .night-icon {position: absolute; left: -30px; top: 50%; transform:translateY(-50%) rotate(-45deg);}
.info-area1 .time > li > ul > li h6 {color: #555; font-family: 'NanumSquare',san-serif; font-weight: 800; transform: skew(-0.1deg);}
.info-area1 .time > li > ul > li:last-child h6 {font-weight: 500;}
.info-area1 .notice p {font-weight: 700; color: #5d5d5d;}




.info-area1 .address ul {display: flex;}
.info-area1 .address ul > li p {font-weight: 700;}
.info-area1 .address ul > li:first-child {margin-right: 30px;}
.info-area1 .address ul > li:first-child p {padding: 5px 10px; width: 110px; border-radius: 40px; text-align: center; color: #fff; background: #4d4033;}
.info-area1 .address ul > li:last-child {position: relative;}
.info-area1 .address ul > li:last-child p {text-align: left;}


/* ===================== 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){
.info-area1 .info-wrap > ul.flex {flex-wrap: wrap;}
.info-area1 .info-wrap > ul.flex > li {width: 100%;}
.info-area1 .info-wrap > ul.flex > li > div {text-align: center;gap:10px;}
.info-area1 .info-wrap .tit h4{display: none;}
.info-area1 .address {padding: 40px 0; max-width: 450px; margin: 0 auto;}


}

/* ===================== 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){
.info-area1 .info-wrap > ul.flex {gap: 20px;}

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

.info-area1 .address {padding: 0 0 25px; max-width: 320px;}
.info-area1 .address ul > li:first-child {margin-right: 15px;}
.info-area1 .address ul > li:first-child p {padding: 3px 10px; width: 80px;}
.info-area1 .address ul > li:last-child {top: 5px;}
.info-area1 .address ul > li p {font-size: 12px;}
}

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

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

}

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


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



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

}


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



/* ===================================================================================================================================== */
/* =========================================================== 230712 합정모아치과 =========================================================== */
/* ===================================================================================================================================== */

