@charset "utf-8";

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

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

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


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


/* 미들 타이틀 (작은 타이틀) */
.middle-title {font-family: 'NanumSquare',san-serif; text-align: center; margin-bottom: 40px;} 
.middle-title p {font-weight: 400; white-space: pre-line; margin-top: 20px;} 
.middle-title h4 {line-height: 1.4; font-weight: 900; transform: skew(-0.1deg); white-space: pre-line;} 
.middle-title h5 {font-weight: 900; white-space: pre-line;}
.middle-title h6 {font-weight: 700; white-space: pre-line;}
.middle-title > span.num::before {font-family: 'NanumSquare',san-serif; font-weight: 400; transform: skew(-0.1deg); margin: 0 auto 20px; border-radius: 50%; background: #00a99e;} 


/* 테이블 스타일 */
.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: #004940; 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: 30px; flex: 1;}
.basic-box li h5 {margin: 0 0 15px; font-weight: 600; white-space: pre-line; font-family: 'GmarketSansMedium'; transform: skew(-0.1deg);}
.basic-box li.num h5 {margin: 20px 0 15px;}
.basic-box li p {white-space: pre-line;}
.basic-box.line li h5 {position: relative; padding-bottom: 10px;}
.basic-box.line li h5::before {position: absolute; content: ''; left: 0; bottom: 0; width: 50px; height: 2px; background: #274c8d;}


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


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


/* 배경색 타이틀 */
.bg-tit {display: inline-block; padding: 6px 32px; margin: 0 auto 40px; border-radius: 40px; background: #00a99e; color: #fff; font-family: 'NanumSquare',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 h5 {margin: 20px 0 10px !important;}
.basic-box li img {border-radius: 20px; max-width: 500px; width: 100%;}
.basic-box.line li h5::before {left: 50%; transform: translateX(-50%);}


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

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

}

/*================================================================ 425px 이하 ================================================================= */
@media screen and (max-width:425px) {
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 img {border-radius: 10px; max-width: 70%;}
.basic-box li h5 {margin: 15px 0 10px !important; line-height: 1.4;}


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


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


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


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


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


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


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

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

main {overflow: hidden;}
.swiper-container{position: relative; width: 100%; margin: 0 auto;}
.swiper-button-prev, .swiper-button-next {margin: 0;}
.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: #fff; top: 50%; transform: translateY(-50%);}
.gallery-top {height: 80%; width: 100%;}
.gallery-thumbs {height: 20%; padding: 10px 0;}
.gallery-thumbs .swiper-slide {width: 20%; height: 100%; opacity: 0.4;}
.gallery-thumbs .swiper-slide-thumb-active {opacity: 1;}

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

/* 탭 메뉴 내용 스타일 */
.dentist .tab-content {}
/* #tab-content2, #tab-content3, #tab-content4, #tab-content5 {display: none;} */
.dentist .tab-content > ul {display: flex; width: 100%;}
.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: 900;}
.dentist .tab-content .tab-name > div span {padding: 0 5px; font-size: 0.5em; font-weight: 500; background: #004940; color: #fff;}
.dentist .tab-content .tab-name p {font-weight: 700;}
.dentist .tab-content .tab-name p.txt {margin-top: 20px; padding-top: 20px; font-weight: 400; white-space: pre-line; border-top: 2px dotted #ddd;}
.dentist .tab-content .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: 'NanumSquare',san-serif; font-weight: 500;}

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

.main-tit {position: relative; text-align: center; margin-bottom: 40px;}
.main-tit.white {color: #fff;}
.main-tit .sub-tit {margin-bottom: 5px; font-weight: 600;}
.main-tit .sub-tit.en {font-family: 'Jeju Myeongjo', serif; letter-spacing: 0.1em; font-weight: 600;}
.main-tit .tit {color: #004940; font-family:'NanumSquare',san-serif; font-weight: 800; transform: skew(-0.1deg);}
.main-tit.white .tit {color: #fff;}


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

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

}


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

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

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

/* ===================== 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: 350px; width: 100%;}
.dentist .tab-content > ul {display: block; background: none;}
.dentist .tab-content > ul > li {width: 100%; text-align: center;}
.dentist .tab-content > ul > li: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;}
}

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

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

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

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

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

.dentist .tab-btn {margin: 10px auto 30px;}
.dentist .tab-content .tab-name > div h3 {font-size: 32px;}
.dentist .tab-content .tab-name p {font-size: 14px;}
.dentist .tab-content .disc-list {max-width: 260px;}
.dentist .tab-content .disc-list li {font-size: 14px;}
.dentist .tab-content img {max-width: 250px;}

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

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


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


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

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

.main-slide .swiper-pagination {left: 0; bottom: 80px; 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){

}

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

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

}

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

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


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


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

.area1-1 ul.flex > li > div {display: flex; flex-direction: column; justify-content: center; align-items: center; height: 280px; background: #004940; color: #fff;}
.area1-1 ul.flex > li > div::before {position: absolute; content: attr(data-num); left: -10px; top: -10px; color: #748f8b; font-size: 150px; font-family: 'Jeju Myeongjo', serif; font-weight: 400; transform: skew(-0.1deg); line-height: 1; font-style: italic;}
.area1-1 ul.flex h6 {font-family:'NanumSquare',san-serif; font-weight: 800; transform: skew(-0.1deg);}
.area1-1 ul.flex p {margin-top: 20px;}

.dentist .tab-content .tab-name p {position: relative; color: #004940; font-weight: 700; padding-left: 35px;}
.dentist .tab-content .tab-name p::before {position: absolute; content: '' ; left: 0; top: 50%; transform: translateY(-50%); width: 27px; height: 26px; background: url(../img/main/main_01.png) center/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){

}

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

@media screen and (max-width: 769px){
.dentist .tab-content .tab-name p {display: inline-block;}
}

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

@media screen and (max-width: 600px) {
.area1-1 ul.flex > li {width: 100%;}
.area1-1 ul.flex > li > div::before {font-size: 110px; left: 0; top: 0;}
}

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

@media screen and (max-width: 425px){
.area1-1 ul.flex > li > div {height: 220px;}
.area1-1 ul.flex > li > div::before {font-size: 80px;}

}


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


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

.area2-1.bg-gray {padding: 80px 0;}
.area2-1 .bg-animation {background: url(../img/custom/main_bg1.jpg) center/cover no-repeat;}

.sp-tit {display: inline-block; padding: 3px 20px; margin-bottom: 20px; font-style: italic; color: #fff; background: #004940; font-family: 'Jeju Myeongjo', serif; font-weight: 400 !important; transform: skew(-0.1deg);}
.sp2-tit h6 {letter-spacing: 0.2em; font-weight: 500 !important;}
.sp2-tit h2 {font-size: 68px; color: #a8a9aa; font-family: 'Jeju Myeongjo', serif; font-style: italic; font-weight: 400 !important;}

.area2-2 .inner > ul.flex:first-child {position: relative;}
.area2-2 .inner > ul.flex:first-child::before {position: absolute; content: ''; right: -115px; bottom: -110px; width: 239px; height: 231px; background: url(../img/custom/main_02.png) center/cover no-repeat;}
.area2-2 .inner > ul.flex:last-child {position: relative; /* margin-top: 180px; */}
.area2-2 .inner > ul.flex:last-child::before {position: absolute; content: ''; left: -140px; bottom: -30px; width: 171px; height: 385px; background: url(../img/custom/main_03.png) center/cover no-repeat;}
.area2-2 ul.flex .txt .middle-title {text-align: left;}
.area2-2 ul.flex ul.flex > li > div {max-width: 280px;}
.area2-2 ul.flex ul.flex > li:last-child > div {margin-left: 10px;}
.area2-2 ul.flex ul.flex .img img {border: 1px solid #ccc;}
.area2-2 ul.flex ul.flex .txt {display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; height: 130px; background: #353535; color: #fff;}
.area2-2 ul.flex ul.flex .txt p {line-height: 1.5; margin-top: 5px;}

.area2-3 {color: #fff;}
.area2-3 .bg-animation {background: url(../img/custom/main_bg2.jpg) center/cover no-repeat;}
.area2-3 ul.flex > li:last-child > div {text-align: right;}
.area2-3 ul.flex .middle-title {text-align: left;}
.area2-3 ul.flex .img {position: relative; display: inline-block;}
.area2-3 ul.flex .img::before {position: absolute; content: ''; right: -45px; top: -80px; width: 150px; height: 185px; background: url(../img/custom/main_06.png) center/cover no-repeat;}
.area2-3 .video-wrap {position: relative; padding-top: 56.25%; margin-top: 40px;}
.area2-3 .video-wrap iframe {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

.area2-4.bg-gray {padding: 120px 0 300px;}
.area2-4 .bg-animation {background: url(../img/custom/main_bg3.png) center/cover no-repeat;}
.area2-4 ul.flex > li > div {position: relative; margin: 20px; padding: 5px; text-align: center; border-radius: 40px; background: #fff; border: 1px solid #d3443f;}
.area2-4 ul.flex > li > div p {background: #d3443f; border-radius: 40px;}
.area2-4 ul.flex > li:nth-child(2) > div {border: 1px solid #d75d4d;}
.area2-4 ul.flex > li:nth-child(3) > div {border: 1px solid #db8046;}
.area2-4 ul.flex > li:nth-child(4) > div {border: 1px solid #9bbe56;}
.area2-4 ul.flex > li:nth-child(5) > div {border: 1px solid #bccc74;}
.area2-4 ul.flex > li:nth-child(6) > div {border: 1px solid #e4c13c;}
.area2-4 ul.flex > li:nth-child(7) > div {border: 1px solid #5f9f51;}
.area2-4 ul.flex > li:nth-child(8) > div {border: 1px solid #298d44;}
.area2-4 ul.flex > li:nth-child(9) > div  {border: 1px solid #2d8b8b;}
.area2-4 ul.flex > li:nth-child(2) > div p {background: #d75d4d;}
.area2-4 ul.flex > li:nth-child(3) > div p {background: #db8046;}
.area2-4 ul.flex > li:nth-child(4) > div p {background: #9bbe56;}
.area2-4 ul.flex > li:nth-child(5) > div p {background: #bccc74;}
.area2-4 ul.flex > li:nth-child(6) > div p {background: #e4c13c;}
.area2-4 ul.flex > li:nth-child(7) > div p {background: #5f9f51;}
.area2-4 ul.flex > li:nth-child(8) > div p {background: #298d44;}
.area2-4 ul.flex > li:nth-child(9) > div p {background: #2d8b8b;}
.area2-4 ul.flex > li > div::before {position: absolute; content: ''; right: 30px; top: 50%; transform: translateY(-50%); width: 33px; height: 25px; background: url(../img/custom/main_08.png) center/cover no-repeat; z-index: 1;}
.area2-4 ul.flex > li:nth-child(3) > div::before {transform: translateY(-50%) rotate(90deg);}
.area2-4 ul.flex > li:nth-child(4) > div::before {right: auto; left: 30px; transform: translateY(-50%) rotate(90deg);}
.area2-4 ul.flex > li:nth-child(5) > div::before,
.area2-4 ul.flex > li:nth-child(6) > div::before {left: 30px; right: auto; transform: translateY(-50%) rotate(180deg);}
.area2-4 ul.flex > li:nth-child(9) > div::before {display: none;}
.area2-4 ul.flex p {padding: 18px 10px; color: #fff; font-weight: 700;}

.area2-5.bg-gray {padding: 0; color: #fff; background: url(../img/custom/main_bg4.jpg) center/cover no-repeat;}
.area2-5 ul {display: flex; align-items: center; justify-content: center; max-width: 1050px; margin: 0 auto;}
.area2-5 ul .img {position: relative; top: -240px; height: 260px;}
.area2-5 ul .txt {margin-left: 60px;}

.area2-6 ul.flex {margin-top: 60px;}
.area2-6 ul.flex .img {position: relative; margin: 0 auto; width: 250px; height: 250px; border-radius: 50%; background: #004940;}
.area2-6 ul.flex .img::before {position: absolute; content: ''; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 160px; height: 181px; background: url(../img/custom/main_11.png) center/cover no-repeat;}
.area2-6 ul.flex > li:nth-child(1) .img::before {left: 68%;}
.area2-6 ul.flex > li:nth-child(2) .img::before {width: 249px; height: 177px; background: url(../img/custom/main_12.png) center/cover no-repeat;} 
.area2-6 ul.flex > li:nth-child(3) .img::before {width: 204px; height: 174px; background: url(../img/custom/main_13.png) center/cover no-repeat;} 
.area2-6 ul.flex > li:nth-child(4) .img::before {width: 258px; height: 187px; background: url(../img/custom/main_14.png) center/cover no-repeat;} 
.area2-6 .bd-tit {padding: 8px 10px; margin: 40px auto 0; max-width: 1000px; border-radius: 10px; text-align: center; background: #353535;}
.area2-6 .bd-tit p {color: #fff;}

.area2-7 ul.flex .txt {padding: 10px; text-align: center; background: #353535; color: #fff;}


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

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

}


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

@media screen and (max-width: 1200px){
.area2-2 ul.flex ul.flex > li:first-child > div {margin-right: 5px;}
.area2-2 ul.flex ul.flex > li:last-child > div {margin-left: 5px;}
}


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

@media screen and (max-width: 1024px){
.area2-6 ul.flex {max-width: 600px; margin: 60px auto 0;}
.area2-6 ul.flex > li {width: 50%;}
.area2-6 ul.flex > li:nth-child(n+3):nth-child(-n+4) {margin-top: 20px;}
}

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

@media screen and (max-width: 900px){
.area2-2 .inner > ul.flex {flex-direction: column-reverse; max-width: 600px; margin: 0 auto;}
.area2-2 .inner > ul.flex > li {width: 100%;}
/* .area2-2 .inner > ul.flex:last-child {margin-top: 120px;} */

.area2-4.bg-gray {padding: 120px 0 180px;}

.area2-5.bg-gray {padding: 20px 0;}
.area2-5 ul .img {top: -140px; height: 200px; max-width: 280px;}
.area2-5 ul .txt {margin-left: 40px;}
}

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

@media screen and (max-width: 769px){
.area2-1.bg-gray {padding: 60px 0;}

.area2-2 ul.flex ul.flex .txt {height: 110px;}

.area2-3 ul.flex {flex-direction: column-reverse;}
.area2-3 ul.flex > li {width: 100%;}
.area2-3 ul.flex > li > div {text-align: center !important;}
.area2-3 ul.flex .middle-title {text-align: center;}
.area2-3 ul.flex .img::before {right: -20px; top: -40px; width: 104px; height: 128px;}

.area2-4.bg-gray {padding: 80px 0 140px;}
.area2-4 ul.flex > li > div::before {right: -30px; width: 19px; height: 21px; background: url(../img/custom/main_10.png) center/cover no-repeat;}
.area2-4 ul.flex > li:nth-child(3) > div::before,
.area2-4 ul.flex > li:nth-child(4) > div::before {right: auto; top: auto; left: 50%; bottom: -30px; transform: translateX(-50%) rotate(90deg);}
.area2-4 ul.flex > li:nth-child(5) > div::before,
.area2-4 ul.flex > li:nth-child(6) > div::before {left: -30px;}

.area2-5.bg-gray {padding: 40px 0 60px;}
.area2-5 ul {flex-direction: column;}
.area2-5 ul .img {top: -130px; max-width: 260px;}
.area2-5 ul .txt {margin-left: 0; text-align: center;}

.area2-7 ul.flex {max-width: 600px; margin: 0 auto;}
.area2-7 ul.flex > li {width: 50%;}
}

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

@media screen and (max-width: 600px) {
.area2-6 ul.flex .img {width: 200px; height: 200px;}
.area2-6 ul.flex > li:nth-child(1) .img::before {width: 138px; height: 156px;}
.area2-6 ul.flex > li:nth-child(2) .img::before {width: 215px; height: 153px;}
.area2-6 ul.flex > li:nth-child(3) .img::before {width: 176px; height: 150px;}
.area2-6 ul.flex > li:nth-child(4) .img::before {width: 222px; height: 161px;}
}

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

@media screen and (max-width: 425px){
.sp2-tit h6 {letter-spacing: 0.1em;}
.sp2-tit h2 {font-size: 48px;}

.area2-1.bg-gray {padding: 40px 0;}

.area2-2 .inner > ul.flex:first-child::before {right: -70px; bottom: 90px; width: 166px; height: 160px;}
/* .area2-2 .inner > ul.flex:last-child {margin-top: 40px;} */
.area2-2 .inner > ul.flex:last-child::before {left: auto; right: -45px; bottom: 0; width: 118px; height: 266px;}
.area2-2 ul.flex ul.flex > li:first-child > div {margin-right: 2px;}
.area2-2 ul.flex ul.flex > li:last-child > div {margin-left: 2px;}
.area2-2 ul.flex ul.flex .txt h6 {font-size: 16px;}
.area2-2 ul.flex ul.flex .txt {height: 95px;}

.area2-4.bg-gray {padding: 60px 0 120px;}
.area2-4 ul.flex > li {text-align: center;}
.area2-4 ul.flex > li > div {position: static; display: inline-block; margin: 15px; border-radius: 50%;}
.area2-4 ul.flex > li > div::before {right: -8px; width: 14px; height: 16px;}
.area2-4 ul.flex > li:nth-child(3) > div::before,
.area2-4 ul.flex > li:nth-child(4) > div::before {bottom: -8px;}
.area2-4 ul.flex > li:nth-child(5) > div::before,
.area2-4 ul.flex > li:nth-child(6) > div::before {left: -8px;}
.area2-4 ul.flex p {padding: 10px; display: flex; align-items: center; justify-content: center; line-height: 1.2; width: 75px; height: 75px;}

.area2-5.bg-gray {padding: 40px 0;}
.area2-5 ul .img {top: -120px; height: 140px; max-width: 200px;}

.area2-6 ul.flex {margin: 30px auto 0;}
.area2-6 ul.flex .img {width: 150px; height: 150px;}
.area2-6 ul.flex > li:nth-child(1) .img::before {width: 119px; height: 135px;}
.area2-6 ul.flex > li:nth-child(2) .img::before {width: 142px; height: 101px;}
.area2-6 ul.flex > li:nth-child(3) .img::before {width: 132px; height: 113px;}
.area2-6 ul.flex > li:nth-child(4) .img::before {width: 150px; height: 109px;}

.area2-7 ul.flex > li > div {margin: 3px;}
.area2-7 ul.flex .txt p {line-height: 1.5;}
}


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


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

.area3-1.bg-gray {color: #fff;}
.area3-1 .bg-animation {background: url(../img/custom/main_bg5.jpg) center/cover no-repeat;}
.area3-1 ul.flex > li:nth-child(n+3):nth-child(-n+4) {margin-top: 20px;}
.area3-1 ul.flex .txt {padding: 20px 10px; max-width: 427px; margin: 0 auto; background: #004940;}
.area3-1 ul.flex .txt .step {display: inline-block; padding: 0 15px; color: #333; background: #fff; font-weight: 900;}
.area3-1 ul.flex .txt .sub {margin-top: 10px; line-height: 1.5;}

.area3-2 ul.flex .txt {height: 200px;}
.area3-2 ul.flex .txt h5 {margin: 20px 0 10px;}
.area3-2 ul.flex .btm {display: flex; align-items: center; justify-content: center; flex-direction: column; margin: 0 auto; height: 160px; max-width: calc(100% - 40px); background: #e5ecec;}
.area3-2 ul.flex .btm p {font-weight: 700;}

.area3-3 ul.flex h6 {padding: 5px 10px; color: #fff; background: #8c8c8c;}
.area3-3 ul.flex > li:last-child h6 {background: #004940;}

/* ===================== 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) {
.area3-2 ul.flex .txt {height: 180px;}
.area3-2 ul.flex .btm {max-width: 100%;}
}

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

@media screen and (max-width: 900px) {
.area3-2 ul.flex {max-width: 500px; margin: 0 auto;}
.area3-2 ul.flex > li {width: 50%;}
.area3-2 ul.flex .btm {height: 110px;}
}

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

@media screen and (max-width: 769px) {
.area3-1 ul.flex > li:nth-child(n+3):nth-child(-n+4) {margin-top: 0;}

.area3-2 ul.flex .txt {height: 170px;}
}

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

@media screen and (max-width: 600px) {
.area3-2 ul.flex > li > div {margin: 5px;}
}

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

@media screen and (max-width: 425px) {
.area3-1 ul.flex > li {width: 100%;}
.area3-1 ul.flex .txt {padding: 10px;}

.area3-2 ul.flex > li > div {margin: 2px;}
.area3-2 ul.flex .txt {height: 150px;}
.area3-2 ul.flex .btm {height: 90px;}

.area3-3 ul.flex > li {width: 100%;}
}


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


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

.area4-1.bg-gray {color: #fff;}
.area4-1 .bg-animation {background: url(../img/custom/main_bg6.jpg) center/cover no-repeat;}
.area4-1 .middle-title.mt80 {position: relative; padding-bottom: 30px; margin-bottom: 30px;}
.area4-1 .middle-title.mt80::before {position: absolute; content: ''; left: 50%; bottom: 0; transform: translateX(-50%); width: 100px; height: 4px; background: #dec493;}
.area4-1 ul.flex .txt h5 {margin: 20px 0 10px;}

.area4-2 .img {position: relative; margin-top: 80px; display: inline-block;}
.area4-2 .img::before {position: absolute; content: ''; right: -160px; top: -80px; width: 309px; height: 309px; background: url(../img/custom/main_31.png) center/cover no-repeat;}

.area4-3.bg-gray {background: #fafafa;}

/* ===================== 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){
.area4-2 .img {margin-top: 40px;}
.area4-2 .img::before {right: -60px; top: -30px; width: 200px; height: 200px;}
}

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

@media screen and (max-width: 900px){
.area4-1 ul.flex > li {width: 50%;}
.area4-1 ul.flex > li:last-child {margin-top: 20px;}
}

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

@media screen and (max-width: 769px){
.area4-2 .img::before {right: 0; top: -55px; }
}

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

@media screen and (max-width: 600px) {
.area4-1 ul.flex > li {width: 100%;}
.area4-1 ul.flex > li:nth-child(2) {margin-top: 20px;}
}

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

@media screen and (max-width: 425px){
.area4-1 ul.flex {max-width: 280px; margin: 0 auto;}

.area4-2 .img::before {top: -30px; width: 110px; height: 110px;}
}


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


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

.area5-1.bg-gray {color: #fff;}
.area5-1 .bg-animation {background: url(../img/custom/main_bg7.jpg) center/cover no-repeat;}
.txt-img-box {display: flex; align-items: center; justify-content: space-between; max-width: calc(1000px - 20px); margin: 0 auto;}
.txt-img-box .middle-title {text-align: left; margin-bottom: 0;}
.txt-img-box .middle-title p {margin-top: 5px;}
.txt-img-box .middle-title h6 {margin-bottom: 10px; font-weight: 300; letter-spacing: 0.2em;}
.txt-img-box .img {margin-left: 30px;}

.area5-2.bg-gray {color: #fff;}
.area5-2 .bg-animation {background: url(../img/custom/main_bg8.jpg) center/cover no-repeat;}

.area5-3.bg-gray {background: #f4ede5;}
.area5-3 ul.flex .tit {margin: 15px 0 2px; font-weight: 700; color: #cfaa7a;}


/* ===================== 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){
.txt-img-box {flex-direction: column-reverse; max-width: 450px;}
.txt-img-box .img {margin: 0 0 20px 0;}
.txt-img-box .img img {width: 100%;}
}

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

@media screen and (max-width: 769px){
.area5-3 ul.flex > li:nth-child(n+3):nth-child(-n+4) {margin-top: 20px;}
}

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

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

}

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

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

}


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

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

.area6-1.bg-gray {color: #fff;}
.area6-1 .bg-animation {background: url(../img/custom/main_bg9.jpg) center/cover no-repeat;}
.area6-1 .middle-title:first-child {position: relative; padding-bottom: 30px; margin-bottom: 30px;}
.area6-1 .middle-title:first-child::before {position: absolute; content: ''; left: 50%; bottom: 0; transform: translateX(-50%); width: 100px; height: 4px; background: #dec493;}
.area6-1 ul.list {max-width: 130px; margin: 10px auto 0; text-align: left;}
.area6-1 ul.flex > li:not(:first-child) ul.list {max-width: 170px;}
.area6-1 ul.list p {display: inline-block; position: relative; padding-left: 10px;}
.area6-1 ul.list p::before {position: absolute; content: ''; left: 0; top: 50%; transform: translateX(-50%); width: 6px; height: 1px; background: #fff;}

.area6-2 .txt-img-box {max-width: 900px;}
.area6-2 .txt-img-box .middle-title h5 {display: inline-block; padding: 2px 8px; color: #fff; font-weight: 900; background: #004940;}
.area6-2 .txt-img-box .middle-title p {margin-top: 20px;}
.area6-2 .txt-img-box .img {position: relative;}
.area6-2 .txt-img-box .img::before {position: absolute; content: ''; top: 50%; right: -100px; transform: translateY(-50%); width: 265px; height: 265px; background: url(../img/custom/main_51.png) center/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) {

}

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

@media screen and (max-width: 769px) {
.area6-1 ul.list {max-width: 105px;}
.area6-1 ul.flex > li:not(:first-child) ul.list {max-width: 140px;}

.area6-2 .txt-img-box .img::before {right: -50px; width: 180px; height: 180px;}

.area6-3 ul.flex > li {width: 50%;}
.area6-3 ul.flex > li:last-child {margin-top: 20px;}
}

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

@media screen and (max-width: 600px) {
.area6-1 ul.flex > li {width: 100%; max-width: 380px; margin: 0 auto;}
.area6-1 ul.flex > li:not(:first-child) {margin-top: 30px;}
}

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

@media screen and (max-width: 425px) {
.area6-2 .txt-img-box .img::before {right: -15px; width: 150px; height: 150px;}

.area6-3 ul.flex {max-width: 230px; margin: 0 auto;}
.area6-3 ul.flex > li {width: 100%;}
.area6-3 ul.flex > li:not(:first-child) {margin-top: 10px;}
}


/* ==================================================================================================================================== */
/* ============================================================ 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 : 425px ======================= */

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

}


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


/* ==================================================================================================================================== */
/* ============================================================ area8 스타일 ============================================================ */
/* ==================================================================================================================================== */

.area8 .info .tit {margin-bottom: 40px;}
.area8 .info .tit h6 {position: relative; font-family: 'NanumSquare',san-serif; font-weight: 800; transform: skew(-0.1deg);}
.area8 .info .tit h6::after {position: relative; content: ""; margin: 15px 0; left: 50%; bottom: 0; transform: translate(-50%, 0); display: block; width: 100%; max-width: 50px; height: 4px; background-color: #004940;}

.area8 .info article {display: flex; justify-content: center; flex-direction: column; height: 320px;}

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

.area8 .time {display:flex; flex-direction: column;}
.area8 .time > li:not(:first-child) {margin-top: 10px;}
.area8 .time > li > ul {display:flex; /* align-items:center; */ display: inline-flex; margin-bottom: 3px; padding: 2px 10px; text-align: left;}
.area8 .time > li:nth-child(2) > ul {position: relative; background: #004940; color: #fff;}
.area8 .time > li:nth-child(2) > ul::before {position: absolute; content: ''; left: -45px; top: 50%; transform: translateY(-50%); width: 37px; height: 38px; background: url(../img/main/main_02.png) center/cover no-repeat;}
.area8 .time > li:nth-child(2) > ul::after {position: absolute; content: ''; right: -40px; top: 50%; transform: translateY(-50%); width: 32px; height: 39px; background: url(../img/main/main_07.jpg) center/cover no-repeat;}
.area8 .time > li:nth-child(2) > ul > li h6 {color: #fff;}
.area8 .time > li > ul > li:first-child {margin-right: 40px; width: 112px; text-align-last: justify; text-align: center; position: relative;}
.area8 .time > li > ul > li .night-icon {position: absolute; left: -30px; top: 50%; transform:translateY(-50%) rotate(-45deg);}
.area8 .time > li > ul > li h6 {color: #555; font-family: 'NanumSquare',san-serif; font-weight: 800; transform: skew(-0.1deg);}
.area8 .time > li > ul > li:last-child h6 {font-weight: 500;}
.area8 .notice p {font-weight: 700; color: #5d5d5d;}

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

.area8 .call {background: #f6f6f6;}
.area8 .call ul {max-width: 300px; margin: 0 auto; width: 100%;}
.area8 .call ul:first-child {display: flex; justify-content: center; align-items: center; margin-bottom: 20px;}
.area8 .call ul:first-child img {margin-right: 15px;}
.area8 .call ul.flex a {display: flex; align-items: center; justify-content: center; padding: 8px 10px; background: #34b21e; color: #fff;}
.area8 .call ul.flex a img {margin-right: 10px;}
.area8 .call ul.flex > li:nth-child(2) a {background: #ffd800; color: #333;}
.area8 .call ul.flex > li:nth-child(3) a {background: #54341a;}

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

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

}


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

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


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

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

}

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

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

.area8 .address {padding: 40px 0; max-width: 450px; margin: 0 auto;}
.area8 .call {padding: 40px 0; margin-top: 20px;}
}

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

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

}

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

@media screen and (max-width: 600px) {
.area8 .info .tit {margin-bottom: 20px;}
.area8 .call ul.flex > li {width: 100%;}
}

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

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

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

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

.area8 .call {padding: 30px 0;}
}


/* ==================================================================================================================================== */
/* ============================================================ area8 스타일 ============================================================ */
/* ==================================================================================================================================== */


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

