/* ============================ main style start ============================= */
@charset "utf-8";

main {position: relative;}
#footer {border-top: none !important;}
.content:first-of-type {padding-top: 0;}
section:last-of-type {padding-bottom: 120px;}

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


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

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


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

@media screen and (max-width:1200px){
main {margin-top: 75px;}

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



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

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

}

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

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

}

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

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

.main-slide .slide1 .zoom {background: url(../img/main/slide_01.jpg) 60%/cover no-repeat;}
.main-slide .slide2 .zoom {background: url(../img/main/slide_02.jpg) 30%/cover no-repeat;}
.main-slide .slide3 .zoom {background: url(../img/main/slide_03.jpg) 10%/cover no-repeat;}
.main-slide .slide4 .zoom {background: url(../img/main/slide_04.jpg) left/cover no-repeat;}
.main-slide .slide5 .zoom {background: url(../img/main/slide_05.jpg) 30%/cover no-repeat;}
.main-slide .slide6 .zoom {background: url(../img/main/slide_06.jpg) left/cover no-repeat;}

}

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

@media screen and (max-width:769px){
section:last-of-type {padding-bottom: 80px;}

.main-slide .swiper-scrollbar.main-slide-scroll {bottom: 40px;}

.main-area1 .txt-box .main-tit {top: auto; padding: 40px;}
}

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

@media screen and (max-width:600px){
.main-slide .swiper-slide .img {height: 550px;}
.main-slide .swiper-slide .txt .logo {max-width: 200px; margin: 0 auto 20px;}
.main-slide .swiper-scrollbar.main-slide-scroll {bottom: 20px;}

}



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

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

.main-slide .slide1 .zoom {background: url(../img/main/slide_01.jpg) 60%/cover no-repeat;}
.main-slide .slide2 .zoom {background: url(../img/main/slide_02.jpg) 30%/cover no-repeat;}
.main-slide .slide3 .zoom {background: url(../img/main/slide_03.jpg) 10%/cover no-repeat;}
.main-slide .slide4 .zoom {background: url(../img/main/slide_04.jpg) left/cover no-repeat;}
.main-slide .slide5 .zoom {background: url(../img/main/slide_05.jpg) 30%/cover no-repeat;}
.main-slide .slide6 .zoom {background: url(../img/main/slide_06.jpg) left/cover no-repeat;}


section:last-of-type {padding-bottom: 60px;}


.main-area1 .txt-box .main-tit {padding: 40px 20px;}
}

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

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

}

/* clinic-area Áø·á°ú¸ñ */
.clinic-area { padding-top: 80px; }
.clinic-area .title p { color: #999; letter-spacing: 2px; }
.clinic-area .title h3 {font-weight: 700; margin-top: 10px; }
.clinic-area .title h3 span { font-weight: 400; }

.clinic-list { position: relative; margin-top: 40px; min-height: 650px; }
.clinic-list .clinic-bg-wrap { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; }
.clinic-list .clinic-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; opacity: 0; transition: opacity 0.5s ease; }
.clinic-list .clinic-bg.active { opacity: 1; }
.clinic-list .clinic-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 1; }
.clinic-list ul.flex { display: flex; position: relative; z-index: 2; height: 750px; }
.clinic-list .clinic-item { flex: 1; position: relative; border-right: 1px solid rgba(255, 255, 255, 0.2); transition: background 0.3s ease; }
.clinic-list .clinic-item:last-child { border-right: none; }
.clinic-list .clinic-item:hover { background: rgba(255, 255, 255, 0.1); }
.clinic-list .clinic-item a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.clinic-list .clinic-content { text-align: center; color: #fff; padding: 20px; }
.clinic-list .clinic-icon { margin-bottom: 10px; }
.clinic-list .clinic-icon img { width: 70px; height: auto; }
.clinic-list .clinic-content h4 { font-weight: 700; line-height: 1.4; margin-bottom: 15px; }
.clinic-list .clinic-content p {  line-height: 1.6; color: rgba(255, 255, 255, 0.85); margin-bottom: 25px; }
.clinic-list .clinic-btn { display: inline-flex; align-items: center; justify-content: center; width: 45px; height: 45px; border: 1px solid rgba(255, 255, 255, 0.5); color: #fff; font-size: 24px; font-weight: 300; transition: all 0.3s ease; }
.clinic-list .clinic-item:hover .clinic-btn { background: #fff; color: #333; border-color: #fff; }

/* ÅÂºí¸´ (1024px ÀÌÇÏ) */
@media screen and (max-width: 1024px) {
	.clinic-list { min-height: 450px; }
	.clinic-list ul.flex { height: 450px; }
	.clinic-list .clinic-content h4 {}
	.clinic-list .clinic-content p {}
}

/* ÅÂºí¸´ ¼¼·Î (768px ÀÌÇÏ) */
@media screen and (max-width: 768px) {
	.clinic-area { padding-top: 60px; }
	.clinic-area .title h3 { - }
	.clinic-list { min-height: auto; }
	.clinic-list ul.flex { flex-wrap: wrap; height: auto; }
	.clinic-list .clinic-item { flex: none; width: 50%; height: 350px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
	.clinic-list .clinic-item:nth-child(2n) { border-right: none; }
	.clinic-list .clinic-item:last-child { width: 100%; }
	.clinic-list .clinic-icon img { width: 60px; }
	.clinic-list .clinic-content h4 { }
}

/* ¸ð¹ÙÀÏ (425px ÀÌÇÏ) */
@media screen and (max-width: 425px) {
	.clinic-area .title h3 { }
	.clinic-list .clinic-item { width: 50%; height: 280px; border-right: none; }
	.clinic-list .clinic-content { padding: 15px; }
	.clinic-list .clinic-icon img { width: 50px; }
	.clinic-list .clinic-content h4 { }
	.clinic-list .clinic-content p { } 
}

/* doctor-area ¿øÀå ¼Ò°³ */
.doctor-area { background: #f5f5f5 url(../img/main/logo_bg.png) 125% 10% no-repeat; }
.doctor-wrap { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.doctor-info { flex: 1; }
.doctor-img { flex: 1; text-align: right; }
.doctor-img img { max-width: 100%; }

.doctor-title { margin-bottom: 30px; }
.doctor-title p {  line-height: 1.5; color: #333; }
.doctor-title p b { font-weight: 700; }

.doctor-name { margin-bottom: 25px; }
.doctor-name h3 { font-weight: 700; color: #333; }
.doctor-name h3 span { font-size: 18px; font-weight: 400; color: #666; margin-left: 10px; }

.doctor-edu, .doctor-career { margin-bottom: 20px; }
.doctor-edu .label, .doctor-career .label { display: inline-block; padding: 4px 12px; background: #2d8c8c; color: #fff;-font-weight: 600; margin-bottom: 10px; }
.doctor-edu ul li, .doctor-career ul li { color: #555; line-height: 1.8; padding-left: 10px; position: relative; font-weight: 400;}
.doctor-edu ul li::before, .doctor-career ul li::before { content: ''; position: absolute; left: 0; top: 11px; width: 3px; height: 3px; background: #555; border-radius: 50%; }

.doctor-btn { display: inline-block; padding: 15px 30px; border: 1px solid #333; color: #333; font-weight: 600; margin-top: 30px; transition: all 0.3s ease; }
.doctor-btn:hover { background: #333; color: #fff; }

/* ÅÂºí¸´ (1024px ÀÌÇÏ) */
@media screen and (max-width: 1024px) {
	.doctor-title p { font-size: 22px; }
	.doctor-name h3 { font-size: 30px; }
	.doctor-edu ul li, .doctor-career ul li { font-size: 14px; }
}

/* ÅÂºí¸´ ¼¼·Î (768px ÀÌÇÏ) */
@media screen and (max-width: 768px) {
	.doctor-area { padding: 60px 0; background: #f5f5f5;}
	.doctor-wrap { flex-direction: column-reverse; gap: 30px; }
	.doctor-info, .doctor-img { width: 100%; }
	.doctor-img { background: #fff;text-align: center; }
	.doctor-img img { max-width: 80%; }
	.doctor-title p { font-size: 20px; }
	.doctor-name h3 { font-size: 26px; }
}

/* ¸ð¹ÙÀÏ (425px ÀÌÇÏ) */
@media screen and (max-width: 425px) {
	.doctor-title p { font-size: 18px; }
	.doctor-name h3 { font-size: 24px; }
	.doctor-name h3 span { font-size: 15px; display: block; margin-left: 0; margin-top: 5px; }
	.doctor-edu ul li, .doctor-career ul li { font-size: 13px; }
	.doctor-btn { width: 100%; text-align: center; }
}

/* guide-area Áø·á¾È³» */
.guide-area { padding-bottom: 80px; }
.guide-item { background: #fff; padding: 40px 30px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); }
.guide-label { display: inline-block; padding: 10px 30px; border-radius: 30px; font-weight: 700; color: #fff; position: relative; top: 0; }
.guide-label.green { background: #2d8c8c; }
.guide-label.gray { background: #888; }
.guide-label.orange { background: #e67e22; color: #fff;}
.guide-icon { margin: 10px 0 25px; }
.guide-icon img { width: 200px; height: auto; }

.partner-wrap { gap: 40px; }
.partner-area { border-top: 1px solid #ddd; padding-top: 40px; }
.partner-list { gap: 30px; }
.partner-list li img { height: 80px; width: auto; }

@media screen and (max-width: 769px) {
	.guide-area { padding-bottom: 60px; }
	.partner-wrap { flex-direction: column; gap: 20px; }
	.partner-list { gap: 20px; }
	.partner-list li img { height: 40px; }
}

@media screen and (max-width: 480px) {
	.guide-item { padding: 30px 20px; }
	.guide-label { padding: 8px 25px; }
	.guide-icon img { width: 60px; }
	.partner-list li img { height: 35px; }
}
/* feature-area */
.feature-area { padding-top: 0; }
.feature-item { position: relative; min-height: 500px; display: flex; align-items: center; }
.feature-item .inner { position: relative; z-index: 2; }
.feature-item .feature-img { position: absolute; top: 0; width: 50%; height: 100%; }
.feature-item .feature-img.left { left: 0; }
.feature-item .feature-img.right { right: 0; }
.feature-item .feature-img img { width: 100%; height: 100%; object-fit: cover; }
.feature-item .feature-txt { width: 50%; padding: 50px 0; }
.feature-item .feature-txt.left { text-align: left; }
.feature-item .feature-txt.right { margin-left: 50%; padding-left: 60px; }
.feature-item .feature-txt h5.gsb { font-family: "GmarketSansBold"; }

@media screen and (max-width: 1024px) {
	.feature-item .feature-txt.right { padding-left: 40px; }
}

@media screen and (max-width: 769px) {
	.feature-item { flex-direction: column; min-height: auto; }
	.feature-item .feature-img { position: relative; width: 100%; height: 250px; }
	.feature-item .feature-txt { width: 100%; margin-left: 0 !important; padding: 30px 10px !important; }
}

@media screen and (max-width: 480px) {
	.feature-item .feature-img { height: 200px; }
	.feature-item .feature-txt { padding: 25px 10px !important; }
}

/* location-area ¿À½Ã´Â ±æ */
.location-area { position: relative; padding-bottom: 80px; }
.location-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.location-bg img { width: 100%; height: 100%; object-fit: cover; }
.location-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:  url(../img/main/infor_bg.png) center/cover no-repeat;}
.location-area .inner { position: relative; z-index: 2; }
.location-map img { width: 100%; border-radius: 5px; }
.location-info { padding-left: 50px; }
.location-time ul li { display: flex; align-items: center; margin-bottom: 5px; font-size: 1.3em;font-weight: 400;}
.location-time ul li .day { width: 80px; font-weight: 700; }
.location-time ul li .time { flex: 1; }
.location-tel a { display: inline-flex; align-items: center; }
.location-tel .tel-icon { width: 50px; height: 50px; background: #f5a623; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 15px; }
.location-tel .tel-icon img { width: 24px; }
.location-tel .tel-num { font-size: 32px; font-weight: 700; }
.day,.time{letter-spacing:1px;}

@media screen and (max-width: 769px) {
	.location-area { padding-bottom: 60px; }
	.location-wrap { flex-direction: column; gap: 30px; }
	.location-map, .location-info { width: 100%; }
	.location-info { padding-left: 0; }
	.location-tel .tel-num { font-size: 26px; }
}

@media screen and (max-width: 480px) {
	.location-time ul li {font-size: 1em;}
	.location-time ul li .day { width: 70px; }
	.location-tel .tel-icon { width: 40px; height: 40px; }
	.location-tel .tel-icon img { width: 20px; }
	.location-tel .tel-num { font-size: 22px; }
}