@charset "utf-8";

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

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


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


/* 미들 타이틀 (작은 타이틀) */
.middle-title { text-align: center; margin-bottom: 40px;} 
.middle-title p {font-weight: 400; white-space: pre-line; margin-top: 20px;}
.middle-title h3,
.middle-title h4 {line-height: 1.4; font-weight: 900; white-space: pre-line;}
.middle-title h5,
.middle-title h6 {font-weight: 700; white-space: pre-line;}
.middle-title > span.num::before { font-weight: 400; margin: 0 auto 20px;} 


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


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


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


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


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


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


/* 사진+텍스트 들어간 기본 스타일 */
.basic-box {display: flex; align-items: center; justify-content: flex-start; margin-top: 40px;}
.basic-box:first-of-type {margin-top: 0;}
.basic-box li:first-child {flex: 1;}
.basic-box li:last-child {margin-left: 40px; flex: 1;}
.basic-box li h4,
.basic-box li h5 {margin: 0 0 15px; font-weight: 800; white-space: pre-line;  line-height: 1.4;}
.basic-box li.num h4,
.basic-box li.num h5 {margin: 20px 0 15px;}
.basic-box li p {white-space: pre-line;}
.basic-box.line li h4,
.basic-box.line li h5 {position: relative; padding-bottom: 10px;}
.basic-box.line li h4::before,
.basic-box.line li h5::before {position: absolute; content: ''; left: 0; bottom: 0; width: 50px; height: 2px; background: linear-gradient(to right, #1f9e9c, #8ab142);}


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


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


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


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


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

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

}

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

}

/*================================================================ 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 {position: relative; overflow: hidden;}
.swiper-container{position: relative; width: 100%; margin: 0 auto;}
.swiper-button-prev, .swiper-button-next {margin: 0;}
.link {position: absolute; left: 0; top: -120px;}

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

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


.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:'Noto Sans KR',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%;align-items:center;}
.dentist .tab-content > ul > li {width: 50%; position: relative;}
.dentist .tab-content > ul > li:last-child {margin-left: 30px;}
.dentist .tab-content .tab-name {border-bottom: 2px dotted #ddd; margin-bottom: 20px; padding-bottom: 20px;}
.dentist .tab-content .tab-name > div {display:flex; align-items:center; margin-bottom: 10px;}
.dentist .tab-content .tab-name > div h3 {font-weight: 900;}
.dentist .tab-content .tab-name > div span {padding: 0 5px; font-size: 0.5em; font-weight: 500; background: #80cc32; 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: 'Noto Sans KR',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: #80cc32;}

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

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


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

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

}


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

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

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

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

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


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

@media screen and (max-width: 1024px){
.dentist .tab-content > ul {background-size: 30%;}

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

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

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

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

@media screen and (max-width: 769px){
.case-comparison > li:last-child {margin-top: 40px;}

.dentist .tab-btn {margin: 20px auto 40px; flex-direction: column; max-width: 350px;}
.dentist .tab-btn label {padding: 8px 15px;}
.dentist .tab-content .tab-name > div{display: block;}
.dentist .tab-content img {max-width: 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;}

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

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

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

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

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

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

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

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

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

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

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


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


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

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

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

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

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


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

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

}


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

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

}

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

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

}

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

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

}

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

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

}

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

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


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


/* ==================================================================================================================================== */
/* ============================================================ area1 스타일 ============================================================ */
/* ==================================================================================================================================== */
.area1 {padding: 250px 0;}
.area1 .bg-animation {background: url(../img/main/area1_bg.jpg) center/cover no-repeat; z-index: -1;}
.area1 .content-box {text-align: center;}
.area1 .content-box h3 {white-space: pre-line; font-weight: 400; font-size: 50px; line-height: 1.5; font-family: "GmarketSansMedium";}
.area1 .content-box a {display: inline-flex; justify-content: center; align-items: center; margin-top: 80px; width: 200px; height: 50px; border-radius: 40px; color: #fff; background: #222; font-size: 20px; font-weight: bold;}
.area1 .content-box a:hover{background: #80cc32;}
.area1 > .image {position: absolute; z-index: 1; overflow: hidden;}
.area1 > .image:nth-child(1) {left: 20px; top: 20px;}
.area1 > .image:nth-child(2) {left: 300px; bottom: 80px; border-radius: 50%;}
.area1 > .image:nth-child(3) {right: 380px; bottom: 40px; border-radius: 80px;}
.area1 > .image:nth-child(4) {right: 100px; top: 20px; border-radius: 50%;}
.area1 > .image:nth-child(5) {right: 50px; bottom: 100px;}
.area1 .image .text-box {position: absolute; left: 0; top: 0; display: flex; flex-direction: column; gap: 20px; transition: opacity 0.3s ease-in-out; opacity: 0; text-align: center; align-items: center; justify-content: center; width: 100%; height: 100%; background: rgba(0,0,0,0.6); color: #fff;}
.area1 .image .text-box:hover {opacity: 1;} 
.area1 .image .text-box h6 { font-weight: bold;}
.area1 .image .text-box p {white-space: pre-line;}
.area1 .image-list {display: none; margin-top: 60px;}


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

@media screen and (max-width: 1500px){
.area1 {padding: 150px 0;}
.area1 .content-box a {margin-top: 50px;}
.area1 > .image {display: none;}
.area1 .image-list {display: block;}
.area1 .image-list ul {display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; max-width: 1000px; margin: 0 auto;}
.area1 .image-list ul > li {width: calc(33.33% - 15px);}
.area1 .image-list ul .image {position: relative; overflow: hidden;}
}


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

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

}


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

@media screen and (max-width: 1024px){
.area1 {padding: 120px 0;}
.area1 .content-box h3 {font-size: 46px;}
}

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

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

}

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

@media screen and (max-width: 769px){
.area1 {padding: 120px 0 100px;}
.area1 .content-box h3 {font-size: 38px;}
.area1 .content-box a {width: 150px; margin-top: 30px; font-size: 16px;}
}

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

@media screen and (max-width: 600px) {
.area1 .image .text-box {opacity: 1;position: inherit;background: none;}
.area1 .image-list ul {justify-content: flex-start;}
.area1 .image-list ul > li {width:100%;}
.area1 .image-list ul .image{display: flex;background: rgba(0, 0, 0, 0.5);align-items: center;}
.area1 .image-list ul .image img{width: 50%;}
}

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

@media screen and (max-width: 480px){
.area1 {padding: 100px 0 80px;}
.area1 .image-list ul {gap: 10px;}
.area1 .content-box h3 {font-size: 28px;}
.area1 .content-box a {height: 40px;}
}

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

@media screen and (max-width: 380px){
.area1 .content-box h3 {font-size: 25px;}
.area1 .image-list ul {max-width: 280px;}
.area1 .image-list ul > li {width: 100%;}
}


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


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

.area2 .bg-animation {background: url(../img/main/area2_bg.jpg) center/cover no-repeat;}
.area2 .title-wrap {display: flex; flex-direction: column; gap: 20px; margin-bottom: 40px; align-items: center; text-align: center;}
.area2 .title-wrap h6 {padding: 15px 40px; font-weight: bold; color: #80cc32; border: 1px solid #80cc32;}
.area2 .title-wrap h2 {font-size: 72px; font-weight: 400; font-family: "GmarketSansMedium";}
.area2 .content-box {position: relative; display: flex; flex-direction: column; justify-content: center; padding: 0 30px; margin-top: 20px; gap: 35px; width: 100%; height: 500px; border-radius: 40px; overflow: hidden; color: #fff;}
.area2 .content-box::before {position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; background: url(../img/main/area2_1.jpg) center/cover no-repeat;}
.area2 .content-box:nth-child(3)::before {background: url(../img/main/area2_2.jpg) 60%/cover no-repeat;}
.area2 .content-box:nth-child(4)::before {background: url(../img/main/area2_3.jpg) 60%/cover no-repeat;}
.area2 .content-box:nth-child(5)::before {background: url(../img/main/area2_4.jpg) 60%/cover no-repeat;}
.area2 .content-box > * {position: relative; z-index: 1;}
.area2 .content-box h5 {white-space: pre-line; font-weight: bold; font-size: 32px;}
.area2 .content-box h6 {position: relative; font-size: 27px; }
.area2 .content-box h6.sign {display: inline-block;}
.area2 .content-box h6.sign::before {position: absolute; content: ''; left: 450px; top: 50%; transform: translateY(-50%); width: 129px; aspect-ratio: 129/56; background: url(../img/main/doctor_05.png) center/cover no-repeat;}
.area2 .content-box .btn-wrap {display: flex; align-items: center; gap: 10px;}
.area2 .content-box .btn-wrap button {padding: 10px 20px; cursor: pointer; border: 1px solid #b1bbbe; background: rgba(255, 255, 255, 0.2); color: #fff;}
.area2 .content-box .btn-wrap button:hover{cursor: pointer; background:  rgba(255, 255, 255, 0.5);}

.doctor-popup .profile {max-height: 600px; overflow-y: auto;}
.doctor-popup .profile::-webkit-scrollbar {width: 12px;}
.doctor-popup .profile::-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);}
.doctor-popup .profile::-webkit-scrollbar-thumb {background-clip: padding-box; border-radius: 5px; background-color: #80cc32; border: 2px solid transparent;}
.doctor-popup .profile > ul {display: flex; gap: 40px;}
.doctor-popup .profile-image {position: sticky; top: 0;}
.doctor-popup .profile-list {display: flex; flex-direction: column; gap: 30px;}
.doctor-popup .profile-list h5 { font-weight: 900;}
.doctor-popup .profile-list h5 span {font-size: 0.8em;}
.doctor-popup .profile-list h6 {display: flex; align-items: center; justify-content: center; margin-bottom: 10px; width: 150px; height: 42px; font-size: 22px;  font-weight: 900; color: #fff; background: #80cc32;}
.doctor-popup .profile-list ul {display: flex; flex-direction: column; gap: 5px;}
.doctor-popup .profile-list ul > li p {font-size: 1.1em; white-space: pre-line;}

.story-popup .story {max-height: 600px; overflow-y: auto;}
.story-popup .story::-webkit-scrollbar {width: 12px;}
.story-popup .story::-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);}
.story-popup .story::-webkit-scrollbar-thumb {background-clip: padding-box; border-radius: 5px; background-color: #80cc32; border: 2px solid transparent;}
.story-popup .story-image img {width: 100%;}
.story-popup .story-text h6 {display: inline-flex; align-items: center; justify-content: center; margin: 20px 0; padding: 0 20px; height: 42px; font-size: 22px; font-weight: 900; color: #fff; background: #80cc32;}
.story-popup .story-text p {font-size: 1.1em; white-space: pre-line;}


/* ===================== 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){
.area2 .title-wrap h2 {font-size: 58px;}

.doctor-popup .profile-list h6 {margin: 0; width: 90px; height: 36px; font-size: 18px;}
.story-popup .story-text h6 {height: 36px; font-size: 18px;}
}

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

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

}

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

@media screen and (max-width: 769px){
.area2 .title-wrap h2 {font-size: 36px;}
.area2 .content-box {height: 400px; gap: 25px;}
.area2 .content-box::before {background-position: right; filter: brightness(0.5);}

.doctor-popup .profile > ul {flex-direction: column; align-items: center;}
.doctor-popup .profile > ul > li:last-child {width: 100%;}
}

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

@media screen and (max-width: 600px) {
.area2 .title-wrap h2 {line-height: 1.2;}
.area2 .content-box {padding: 0 20px;}
.area2 .content-box h5 {font-size: 20px;}
.area2 .content-box h6 {font-size: 18px;}
.area2 .content-box h6.sign::before {left: 120px; width: 100px;display: none;}

.doctor-popup .profile > ul {gap: 20px;text-align: center;}
.doctor-popup .profile-list ul{text-align: center;}
.doctor-popup .profile-list ul > li p {font-size: 1em;}
.doctor-popup .profile-list h6{margin: 0 auto;}
.story-popup .story-text p {font-size: 1em;}
}

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

@media screen and (max-width: 480px){
.area2 {padding-top: 0 !important;}
.area2 .content-box {height: 380px; gap: 30px;}
.doctor-popup .profile-list ul > li p {font-size: 0.9em;}
.story-popup .story-text p {font-size: 0.9em;}
}

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

@media screen and (max-width: 380px){
.area2 .title-wrap h6 {padding: 12px 25px;}
.area2 .content-box {height: 320px; gap: 25px;}
.area2 .content-box h5,
.area2 .content-box h6 {font-size: 18px;}
.doctor-popup .profile-list ul > li p {font-size: 0.8em;}
.story-popup .story-text p {font-size: 0.8em;}
}


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


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

.area3 .bg-animation {background: url(../img/main/area3_bg.jpg) center/cover no-repeat;}
.area3 .content-header {display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 50px;}
.area3 .content-header a {display: inline-flex; justify-content: center; align-items: center; width: 200px; height: 50px; border-radius: 40px; color: #fff; background: #222; font-size: 20px; font-weight: bold;}
.area3 .content-header a:hover{background: #80cc32;}
.area3 .content-box ul {display: flex; gap: 15px;}
.area3 .content-box ul > li {position: relative; flex: 1; transition: all 0.6s ease-in-out;}
.area3 .content-box ul > li:hover {flex: 2;}
.area3 .content-box ul > li.unselected {filter: brightness(0.5);}
.area3 .content-box ul > li > div {display: flex; flex-direction: column; gap: 20px; justify-content: flex-end; padding: 0 10px 40px 20px; color: #fff; width: 100%; height: 482px; border-radius: 50px; overflow: hidden; background: url(../img/main/area3_1.png) left/cover no-repeat;}
.area3 .content-box ul > li:nth-child(2) > div {background: url(../img/main/area3_2.png) left/cover no-repeat;}
.area3 .content-box ul > li:nth-child(3) > div {background: url(../img/main/area3_3.png) left/cover no-repeat;}
.area3 .content-box ul > li:nth-child(4) > div {background: url(../img/main/area3_4.png) left/cover no-repeat;}
.area3 .content-box ul > li.unselected > div > * {opacity: 0;}
.area3 .content-box ul > li > div h5 {white-space: pre-line; font-weight: bold;  transition: all 0.4s ease-in-out;}
.area3 .content-box ul > li > div h5 span {font-size: 22px;}
.area3 .content-box ul > li > div p {max-height: 0; overflow: hidden; white-space: pre-line; transition: all 0.2s ease-in-out;}
.area3 .content-box ul > li.selected > div p {max-height: 100%; transition: all 1s ease-in-out;}


/* ===================== 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){
.area3 .content-box ul {flex-wrap: wrap; gap: 8px;}
.area3 .content-box ul > li {width: calc(50% - 16px); flex: none !important;}
.area3 .content-box ul > li > div {padding: 0 10px 30px 20px;}
}

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

@media screen and (max-width: 769px){
.area3 .content-header {flex-direction: column; align-items: center; gap: 20px; margin-bottom: 40px;}
.area3 .content-header a {width: 180px; height: 40px; font-size: 18px;}
}

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

@media screen and (max-width: 600px) {
.area3 .content-box ul > li > div {gap: 15px;}

}

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

@media screen and (max-width: 480px){
.area3 .content-header {margin-bottom: 30px;}
.area3 .content-box ul > li {width: 100%;}
.area3 .content-box ul > li > div {position: relative; height: 400px;text-align: center;}
.area3 .content-box ul > li > div::before {position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(0,0,0,0.5), transparent);}
.area3 .content-box ul > li > div > * {position: relative;}
.area3 .content-box ul > li > div p {max-height: 100%;}
.area3 .content-box ul > li.unselected {filter: brightness(1);}
.area3 .content-box ul > li.unselected > div > * {opacity: 1;}
}

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

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

}



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


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

.area4 {color: #fff;}
.area4 .bg-animation {background: url(../img/main/area4_bg.jpg) center/cover no-repeat;}
.area4 .inner {display: flex; flex-direction: column; gap: 100px;}
.area4-1 .content-box ul {display: flex; align-items: center; gap: 40px;}
.area4-1 .content-box ul > li:last-child {flex-shrink: 0;}
.area4-1 .title {margin-top: 60px; padding: 40px; border-radius: 40px; background: rgba(0,0,0,0.3);}

.area4-2 .content-box ul {display: flex; gap: 30px;}
.area4-2 .content-box ul > li {width: 33.33%;}
.area4-2 .content-box .middle-title {padding: 70px 20px; margin: 0; height: 100%; border-radius: 40px; background: rgba(0,0,0,0.3);}

.area4-3 .content-box ul {display: flex; flex-direction: column; border-bottom: 1px solid #fff;}
.area4-3 .content-box ul > li {padding: 30px 20px; border-top: 1px solid #fff;}
.area4-3 .content-box ul > li h6 {max-width: 800px; margin: 0 auto; font-weight: bold; }

/* ===================== 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){
.area4-1 .content-box ul {flex-direction: column; max-width: 600px; margin: 0 auto;}
.area4-1 .middle-title.tal{text-align: center !important;}


.area4-2 .content-box ul {flex-wrap: wrap; gap: 20px;}
.area4-2 .content-box ul > li {width: 100%;}
.area4-2 .content-box .middle-title {padding: 40px 20px; border-radius: 20px;}

}

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

@media screen and (max-width: 600px) {
.area4 .inner {gap: 60px;}

.area4-3 .content-box ul > li {padding: 20px 10px;}
}

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

@media screen and (max-width: 480px){
.area4-1 .title {margin-top: 30px;}

.area4-3 .content-box ul > li h6 span {display: inline-block; width: 20px;}
}

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

@media screen and (max-width: 380px){
.area4-1 .title {padding: 30px 20px;}
}


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


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

.area5-1 .bg-animation {background: url(../img/main/area5_bg.jpg) center/cover no-repeat;}
.area5-1 .content-box ul {display: flex; align-items: center; gap: 40px;}
.area5-1 .content-box ul .middle-title {text-align: left;}
.area5-1 .content-box ul .middle-title h5 {margin-top: 20px; font-weight: bold;}
.area5-1 .table-box table {width: 100%; max-width: 1000px; margin: 0 auto;}
.area5-1 .table-box table td {padding: 20px 10px; border: 1px solid #ccc; background: #fff; text-align: center; vertical-align: middle;}
.area5-1 .table-box table thead td {padding: 15px 10px;}
.area5-1 .table-box table thead td:first-child {background: #222; color: #fff;}
.area5-1 .table-box table thead td:last-child {background: #80cc32; color: #fff;}
.area5-1 .table-box table td p {white-space: pre-line; font-weight: 900;}
.area5-1 .table-box table td:nth-child(2) {background: #f4f4f4;}

.area5-3 .gallery_video{border: 50px solid #000;border-radius: 50px;margin-bottom: 20px;}
.area5-3 .gallery_video video{vertical-align: bottom;}
.area5-4 .bg-animation {background: url(../img/main/area54_bg.png) center / cover no-repeat;}
.area5-4 .content-box .main-tit {text-align: left;}
.area5-4 .content-box .main-tit .sub {letter-spacing: 0.4em;}
.area5-4 .content-box .main-tit .main {white-space: pre-line;}
.area5-4 .content-box a {display: inline-flex; justify-content: center; align-items: center; width: 250px; height: 50px; border-radius: 40px; color: #fff; background: #222; font-size: 20px; font-weight: bold;}
.area5-4 .content-box a:hover{background: #80cc32;}
.area5-4 .content-box ul {display: flex; align-items: center; gap: 40px;}
.area5-4 .content-box ul > li:first-child {flex-shrink: 0;}
.area5-4 .content-box ul > li:last-child {flex: 1; width: 100%;}
.area5-4 .video-box {position: relative; width: 100%; padding-top: 56.25%;}
.area5-4 .video-box iframe {position: absolute; left: 0; top: 0; width: 100%; height: 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){

}

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

@media screen and (max-width: 769px){
.area5-1 .content-box ul {flex-direction: column;}
.area5-1 .content-box ul > li:first-child div {max-width: 400px;}
.area5-1 .content-box ul .middle-title{text-align: center;}

.area5-4 .content-box ul {flex-direction: column; align-items: center;text-align: center;}
.area5-4 .content-box ul .main-tit {text-align: center;}
}

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

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


}

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

@media screen and (max-width: 480px){
.area5-1 .table-box colgroup col {width: 37.5%;}
.area5-1 .table-box colgroup col:nth-child(2) {width: 25%;}
}


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

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

.area6 .table-box table {width: 100%;}
.area6 .table-box thead tr > td {border: 0;}
.area6 .table-box thead tr > td:last-child {color: #80cc32;}
.area6 .table-box thead tr > td p {line-height: 1.4;}
.area6 .table-box td {padding: 10px 12px; border: 1px solid #ccc; vertical-align: middle;text-align: center;}
.area6 .table-box td.tit01 {text-align: center; font-weight: 900; color: #fff; background: #80cc32; border: 0;}
.area6 .table-box td.tit02 {text-align: center; font-weight: 900; color: #fff; background: #4fcc32; border: 0;}
.area6 .table-box td.tit03 {text-align: center; font-weight: 900; color: #fff; background: #32cc4b; border: 0;}
.area6 .table-box td.tit04 {text-align: center; font-weight: 900; color: #fff; background: #32cc89; border: 0;}
.area6 .table-box td.tit05 {text-align: center; font-weight: 900; color: #fff; background: #12ccc9; border: 0;}
.area6 .table-box td.tit06 {text-align: center; font-weight: 900; color: #fff; background: #10bbc9; border: 0;}

.area6 .table-box td.sale {background: #edfbde;}

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

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

}


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

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

}


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

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

}

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

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

}

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

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

}

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

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


}

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

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

}


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


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

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

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

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

}


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

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

}


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

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

}

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

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


}

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

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

}

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

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

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

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

}


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



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

.area7 .bg-animation {background: url(../img/main/area7_bg.jpg) center/cover no-repeat;}
.area7 .info > ul {flex-direction: row-reverse; gap: 10px;}
.area7 .info .info-box{flex: 1; border: 1px solid #bfbfbf;background: #fff;padding: 20px;}
.area7 .info .tit {text-align: left;margin-top: 30px;margin-bottom: 10px;}
.area7 .info .tit h5,
.area7 .info .tit h5 a {font-weight: 600;color: #000;margin-bottom: 20px;margin-top: 10px;}
.area7 .info .tit:first-child h5{margin-top: 0;}
.area7 .info article {display: flex; justify-content: center; flex-direction: column; }

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

.area7 .time {display:flex; flex-direction: column;}
.area7 .time > li:not(:first-child) {margin-top: 10px;}
.area7 .time > li > ul {display:flex; margin-bottom: 3px; text-align: left;}
.area7 .time > li > ul > li:first-child {margin-right: 40px; width: 180px; text-align-last: left; text-align: center; position: relative;}
.area7 .time > li > ul > li h6 {color: #000; font-weight: 500; }
.area7 .time > li:nth-child(1) ul li h6{font-weight: 900;position: relative;}
.area7 .time > li:nth-child(1) > ul > li:last-child:after{content:"Night";position: absolute;top:5px;right: -75px;background: #80cc32;color: #fff;font-weight: 500;-webkit-border-radius: 15px;-moz-border-radius:15px ;border-radius: 15px;padding: 0 10px;}
.area7 .time > li:nth-child(2) ul li h6{font-weight: 900;}
.area7 .time > li:nth-child(2) > ul > li:last-child:after{content:"Weekend";position: absolute;top:5px;right: -100px;background: #5acc32;color: #fff;font-weight: 500;-webkit-border-radius: 15px;-moz-border-radius:15px ;border-radius: 15px;padding: 0 10px;}
.area7 .time > li ul li{position: relative;}
.area7 .time > li ul li:nth-child(2) h6{width: 300px;text-align-last: justify;}
.area7 .time > li ul li > .time_notice{width: auto !important; font-size: 16.7px; }
.area7 .address ul {display: flex;}
.area7 .address ul li {text-align: left;}
.area7 .address ul li h6 {width: 200px; font-weight: bold;}

.area7 .service {gap: 15px;}
.area7 .service .number-box ul {display: flex; align-items: center; gap: 25px;}
.area7 .service .number-box ul > li {display: flex; align-items: center; gap: 10px;}
.area7 .service .number-box ul > li p:first-child {display: inline-block; padding: 1px 20px; border-radius: 20px; color: #fff; background: #222;}
.area7 .service .link-box ul {display: flex; align-items: center; gap: 10px;}

.google_map{width: 500px;height: 1240px;}
/* ===================== Mobile size : 1500px ======================= */

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

}


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

@media screen and (max-width: 1200px){
.google_map{width: 100%;height: 350px;}
.area7 .bg-gray {padding-bottom: 40px !important;}
.area7 .info article {height: auto;}
.area7 .info > ul {}
.area7 .info > ul.flex > li {width: 100%;}
.area7 .info .img img{width: 100%;height: auto;}

.area7 .address ul li p{font-size: 22px;}
}


/* ===================== 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){
.area7 {padding-bottom: 0 !important;}
.area7 .time > li > ul > li:first-child {width: 200px;margin-right: 0;}
.area7 .address ul li p {font-size: 18px;}
.area7 .address ul {display: block;}
.area7 .address ul li h6{color: #80cc32;}

}

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

@media screen and (max-width: 600px) {
.area7 .time > li ul li:nth-child(2) h6 {width: 200px;margin-left: 0;}
.area7 .time > li > ul > li:last-child:after {}
.area7 .service .number-box ul {display: block;}
.time_notice{text-align-last: auto !important;}


}

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

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

}

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

@media screen and (max-width: 480px){
.area7 .time > li > ul > li:first-child {width: 120px; margin-right: 10px;margin-right: 25px}
.area7 .address ul li p {font-size: 16px;}
.area7 .service .number-box ul {flex-direction: column; align-items: flex-start; gap: 10px;}
.area7 .service .link-box ul {flex-wrap: wrap;}
.area7 .service .link-box ul > li {width: calc(50% - 5px);}

.area7 .time > li:nth-child(1) > ul > li:last-child:after{content:"야간";}
.area7 .time > li:nth-child(3) > ul > li:last-child:after{content:"주말";}
.area7 .time > li > ul > li:last-child:after{right: -52px !important;}
.area7 .time > li ul li > .time_notice{width: auto !important; font-size: 11px;}


}

@media screen and (max-width: 425px){
.area7 .time > li ul li h6{font-size: 16px;}
.area7 .address ul li p{font-size: 14px;}
.area7 .time > li ul li:nth-child(2){width: 50%;}
.area7 .time > li ul li:nth-child(2) h6{width: auto;}

.area7 .service .number-box ul > li{display: block;}
}

@media screen and (max-width: 375px){
.area7 .time > li > ul {flex-direction: column;}
.area7 .time > li > ul > li:first-child {text-align-last: auto; text-align: left; width: auto;}
.area7 .time > li ul li:nth-child(2){width: 80%;}
.area7 .address ul {flex-direction: column; gap: 10px;}

}

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


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