@charset "UTF-8";

@import './common.css';

:root {
	--content-width: 1360px;
	--color-black: #2C2E3A;
}

/* visual */
.section-visual {position: relative;}
.section-visual .content {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; width: 100%; pointer-events: none;}
.section-visual .content .inner {display: flex; flex-direction: column-reverse; align-items: center;}
.section-visual .text-box {display: flex; flex-direction: column; row-gap: 45px; align-items: center; color: var(--color-black); text-align: center; pointer-events: auto;}
.section-visual .headline {margin-bottom: 0; font-size: 58px; font-weight: 500; line-height: 1.2; letter-spacing: -0.04em; color: inherit;}
.section-visual .desc {margin-bottom: 0; font-size: 18px; font-weight: 500; line-height: 1.66; letter-spacing: -0.02em; color: inherit;}
.section-visual .ico-visual {width: 293px; height: 314px;}
.section-visual .ico-visual svg {width: 100%; height: 100%;}
.section-visual .swiper-slide {height: 774px; background-repeat: no-repeat; background-position: center; background-size: cover;}
.section-visual .swiper-slide.slide01 {background-image: url("/Resources/images/main/section_visual_01.png");}
.section-visual .swiper-slide.slide02 {background-image: url("/Resources/images/main/section_visual_02.png");}
.section-visual .swiper-navigation {position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); z-index: 1; display: flex; justify-content: space-between; padding: 0 50px;}
.section-visual .swiper-navigation .btn-nav {position: static; width: auto; height: auto; margin-top: 0; background-image: none;}
.section-visual .swiper-navigation .btn-nav::before {content: ''; display: block; width: 34px; height: 72px; background-image: url("/Resources/images/main/section_visual_arrow.svg"); background-repeat: no-repeat; background-position: center; background-size: contain;}
.section-visual .swiper-navigation .swiper-button-prev::before {transform: scale(-1);}
.section-visual .swiper-pagination {display: none;}
.section-visual .swiper-pagination-bullet {bottom: 14px; width: 9px; height: 9px; border: 2px solid #fff; background-color: transparent; opacity: 1;}
.section-visual .swiper-pagination-bullet-active {background-color: #fff;}

@media (max-width: 991px) {
	.section-visual .content {top:0;transform:translate(-50%, 25px)}
	.section-visual .text-box {row-gap: calc(30px / 2);}
	.section-visual .headline {font-size: calc(62px / 2);}
	.section-visual .desc {font-size: calc(34px / 2);}
	.section-visual .ico-visual {width: calc(293px / 2); height: calc(284px / 2);}
	.section-visual .swiper-slide {height: calc(996px / 2); background-position: center bottom;}
	.section-visual .swiper-slide.slide01 {background-image: url("/Resources/images/main/section_visual_01_m.png");}
	.section-visual .swiper-slide.slide02 {background-image: url("/Resources/images/main/section_visual_02_m.png");}
	.section-visual .swiper-navigation {display: none;}
	.section-visual .swiper-pagination {display: block;}
}

@media (max-width: 575px) {
	.section-visual .text-box {row-gap: calc(30px / 3);}
	.section-visual .headline {font-size: calc(62px / 3);}
	.section-visual .desc {font-size: calc(34px / 3);}
	.section-visual .ico-visual {width: calc(293px / 3); height: calc(284px / 3);}
	.section-visual .swiper-slide {height: calc(996px / 3);}
	.section-visual .swiper-slide.slide01 {background-image: url("/Resources/images/main/section_visual_01_m.png");}
	.section-visual .swiper-slide.slide02 {background-image: url("/Resources/images/main/section_visual_02_m.png");}
}

/* clinic */
.section-clinic {padding: 100px 0 85px; background-color: #fff;}
.section-clinic .clinic-list-wrap {margin-top: 93px;}
.section-clinic .clinic-list {display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); column-gap: 20px; margin-bottom: 0;}
.section-clinic .clinic-item {background-repeat: no-repeat; background-position: center; background-size: cover;}
.section-clinic .clinic-item:nth-child(2n+1) {margin-top: 64px;}
.section-clinic .link-clinic {position: relative; display: block;}
.section-clinic .link-clinic .text-box {position: absolute; bottom: 0; left: 0; z-index: 1; display: flex; flex-direction: column; row-gap: 20px; width: calc(100% - 40px); max-height: 50%; padding: 30px 25px; color: var(--color-black); text-align: left; background-color: #fff;}
.section-clinic .link-clinic .title {font-size: 28px; font-weight: 700; line-height: 1; color: inherit;}
.section-clinic .link-clinic .desc {margin-bottom: 0; font-size: 16px; font-weight: 400; line-height: 1.43; color: inherit;}
.section-clinic .link-clinic .thumb-box {position: relative; overflow: hidden;}
.section-clinic .link-clinic .thumb-box::before {content: ''; display: block; width: 100%; height: 0; padding-top: calc((454 / 324) * 100%);}
.section-clinic .link-clinic .thumb-box img {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

@media (max-width: 991px) {
	.section-clinic {padding: calc(94px / 2) 0 calc(140px / 2);}
	.section-clinic .clinic-list-wrap {margin-top: calc(76px / 2);}
	.section-clinic .clinic-list {grid-template-columns: repeat(2, minmax(0, 1fr)); gap: calc(60px / 3) calc((40px / 3));}
	.section-clinic .clinic-item:nth-child(2n+1) {margin-top: 0;}
	.section-clinic .link-clinic .thumb-box::before {padding-top: calc((450 / 410) * 100%);}
	.section-clinic .link-clinic .text-box {row-gap: calc(16px / 2); width: calc(100% - (40px / 2)); padding: calc(34px / 2) calc(40px / 2);}
	.section-clinic .link-clinic .title {font-size: calc(38px / 2);}
	.section-clinic .link-clinic .desc {font-size: calc(24px / 2);}
}

@media (max-width: 575px) {
	.section-clinic {padding: calc(94px / 3) 0 calc(140px / 3);}
	.section-clinic .clinic-list-wrap {margin-top: calc(76px / 3);}
	.section-clinic .link-clinic .text-box {row-gap: calc(16px / 3); width: calc(100% - (40px / 3)); height: 70px; padding: calc(34px / 3) calc(40px / 3);}
	.section-clinic .link-clinic .title {font-size: 12px;}
	.section-clinic .link-clinic .desc {font-size: 10px;}
}

/* service */
.section-service {background-image: url("/Resources/images/main/section_service_bg_01.png"); background-repeat: no-repeat; background-position: center; background-size: cover;}
.section-service .content {column-gap: 60px; padding: 140px 0 170px;}
.section-service .headline {margin-bottom: 0; font-size: 54px; font-weight: 400; line-height: 1.29; color: #fff;}
.section-service .headline .highlight {font-weight: 700; letter-spacing: 0.435em; color: #FFEC86;}
.section-service .desc-list {display: flex; flex-direction: column; row-gap: 15px; margin: 56px 0 0;}
.section-service .desc-item {font-size: 24px; font-weight: 400; line-height: 1.3; letter-spacing: -0.02em; color: #fff;}
.section-service .desc-item::before {content: ''; display: inline-block; width: 15px; height: 15px; margin-right: 9px; vertical-align: -1px; background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 2.20333L5.71323 15L15 0L6.29779 8.35745L0 2.20333Z' fill='%23FFF16E'/%3E%3C/svg%3E%0A"); background-repeat: no-repeat; background-position: center;}
.section-service .service-list {display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 116px 40px; margin-bottom: 0;}
.section-service .service-item {font-size: 30px; font-weight: 500; line-height: 1.6; letter-spacing: -0.02em; color: #fff;}
.section-service .service-item::before {content: ''; display: block; width: 48px; height: 48px; margin-bottom: 8px; background-image: url("data:image/svg+xml,%3Csvg width='47' height='48' viewBox='0 0 47 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_94_5218)'%3E%3Cpath d='M30.3505 28.9082H28.0085V33.5103C28.0085 36.2197 25.8007 38.4187 23.0803 38.4187C20.7226 38.4187 18.7552 36.7695 18.2703 34.5666C17.8129 35.6975 17.5566 36.9305 17.5566 38.2263C17.5566 43.6255 21.9527 47.9998 27.3698 47.9998C32.787 47.9998 37.183 43.6216 37.183 38.2263C37.183 33.8637 34.3128 30.1687 30.3465 28.9121L30.3505 28.9082Z' fill='%23FFEC86'/%3E%3Cpath d='M18.9916 28.9085H14.3709C11.6504 28.9085 9.44258 26.7096 9.44258 24.0001C9.44258 21.8483 10.8383 20.0224 12.7741 19.3627C11.8397 19.0682 10.8462 18.9111 9.81319 18.9111C4.39208 18.9111 0 23.2894 0 28.6847C0 34.08 4.39602 38.4583 9.81319 38.4583C14.0081 38.4583 17.5841 35.8391 18.9916 32.152V28.9085Z' fill='%23FFEC86'/%3E%3Cpath d='M37.1872 9.42383C32.9923 9.42383 29.4163 12.0429 28.0088 15.7301V19.0914H32.6295C35.35 19.0914 37.5578 21.2903 37.5578 23.9997C37.5578 26.0848 36.2489 27.8636 34.4037 28.5744C35.2869 28.8335 36.2173 28.9749 37.1872 28.9749C42.6083 28.9749 47.0004 24.5966 47.0004 19.2013C47.0004 13.806 42.6044 9.42775 37.1872 9.42775V9.42383Z' fill='%23FFEC86'/%3E%3Cpath d='M15.2222 19.0916H18.0924V14.4895C18.0924 11.7801 20.3003 9.58115 23.0207 9.58115C25.0867 9.58115 26.8529 10.8495 27.5863 12.644C27.8662 11.7369 28.016 10.7749 28.016 9.77356C28.016 4.37434 23.62 0 18.2028 0C12.7857 0 8.38965 4.37827 8.38965 9.77356C8.38965 14.1361 11.2638 17.8312 15.2262 19.0877L15.2222 19.0916Z' fill='%23FFEC86'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_94_5218'%3E%3Crect width='47' height='48' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"); background-repeat: no-repeat; background-position: center; background-size: contain;}

@media (min-width: 992px) {
	.section-service .inner {max-width: var(--content-width);}
}

@media (max-width: 991px) {
	.section-service {background-image: url("/Resources/images/main/section_service_bg_01_m.png");}
	.section-service .content {gap: calc(129px / 2) 0; padding: calc(126px / 2) 0;}
	.section-service .headline {font-size: calc(64px / 2);}
	.section-service .headline .highlight {letter-spacing: normal; color: #fff;}
	.section-service .desc-list {row-gap: calc(15px / 2); margin-top: calc(63px / 2);}
	.section-service .desc-item {font-size: calc(34px / 2);}
	.section-service .desc-item::before {background-size: calc(29px / 2) auto;}
	.section-service .service-list {gap: calc(70px / 2) calc(78px / 2);}
	.section-service .service-item {font-size: calc(36px / 2);}
	.section-service .service-item::before {width: calc(48px / 2); height: calc(48px / 2);}
}

@media (max-width: 575px) {
	.section-service .content {gap: calc(129px / 3) 0; padding: calc(126px / 3) 0;}
	.section-service .headline {font-size: calc(64px / 3);}
	.section-service .headline .highlight {letter-spacing: normal; color: #fff;}
	.section-service .desc-list {row-gap: calc(15px / 3); margin-top: calc(63px / 3);}
	.section-service .desc-item {font-size: calc(34px / 3);}
	.section-service .desc-item::before {background-size: calc(29px / 3) auto;}
	.section-service .service-list {gap: calc(70px / 3) calc(78px / 3);}
	.section-service .service-item {font-size: calc(36px / 3);}
	.section-service .service-item::before {width: calc(48px / 3); height: calc(48px / 3);}
}

/* info */
.section-info {
	--color-primary: #273C99;
}
.section-info {background-color: #F5F5F5; padding: 70px 0 118px;}
.section-info .content-area {display: grid; grid-template-columns: minmax(auto, 500px) auto auto; margin-top: 36px;}
.section-info .content {padding: 60px 50px; background-color: #fff; background-repeat: no-repeat; background-position: center; background-size: cover;}
.section-info .content-title {font-size: 24px; font-weight: 600; line-height: 1; letter-spacing: -0.03em; color: var(--color-black);}
.section-info .content-more {position: relative; background-image: url("/Resources/images/main/section_info_bg_01.png");}
.section-info .link-more {position: absolute; inset: 0; display: flex; flex-direction: column-reverse; align-items: flex-start; padding: 38px 28px;}
.section-info .btn-more {display: inline-flex; align-items: baseline; column-gap: 7px; padding: 6px 14px; border-radius: 18px; background-color: #fff;}
.section-info .btn-more::after {content: ''; display: inline-block; width: 5px; height: 9px; background-image: url("data:image/svg+xml,%3Csvg width='8' height='11' viewBox='0 0 8 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.40625 9.98347L6.18317 5.67533L1.40625 1.36719' stroke='%23273C99' stroke-width='1.5' stroke-miterlimit='10'/%3E%3C/svg%3E%0A"); background-repeat: no-repeat; background-position: center;}
.section-info .btn-more span {font-size: 13px; font-weight: 700; line-height: 1; color: var(--color-primary);}
.section-info .info-list {display: flex; flex-direction: column; row-gap: 52px; margin-bottom: 0;}
.section-info .info-item {display: flex; flex-direction: column; row-gap: 8px;}
.section-info .info-item .tel {font-size: 38px; font-weight: 600; line-height: 1; letter-spacing: -0.03em; color: var(--color-primary);}
.section-info .info-item:first-child .tel {color: #F5691B;}
.section-info .info-item .desc {margin-bottom: 0; font-size: 16px; font-weight: 400; line-height: 1.5; color: var(--color-black);}
.section-info .content-schedule {background-image: url("/Resources/images/main/section_info_bg_02.png");}
.section-info .schedule-list {margin: 42px 0 0;}
.section-info .schedule-item {display: grid; grid-template-columns: 80px minmax(0, 1fr); column-gap: 24px; font-size: 20px; line-height: 1.6; color: var(--color-black);}
.section-info .schedule-item .title {font-weight: 400;}
.section-info .content-schedule .message {margin: 26px 0 0; font-size: 18px; font-weight: 400; line-height: 1.38; color: #D24B2E;}

@media (min-width: 992px) {
	.section-info .inner {max-width: var(--content-width);}
}

@media (max-width: 991px) {
	.section-info {padding: calc(120px / 2) 0 0;}
	.section-info .inner {max-width: none; padding: 0;}
	.section-info .content-area {grid-template-columns: 1fr 1fr; margin-top: calc(80px / 2);}
	.section-info .content-title {font-size: calc(36px / 2);}
	.section-info .content-more {background-image: url("/Resources/images/main/section_info_bg_01_m.png");}
	.section-info .content-info {padding: calc(65px / 2) calc(36px / 2);}
	.section-info .info-list {row-gap: calc(65px / 2);}
	.section-info .info-item .tel {font-size: calc(46px / 2);}
	.section-info .info-item .desc {font-size: calc(27px / 2);}
	.section-info .content-schedule {grid-column: 1 / 3; padding: calc(94px / 2) calc(60px / 2); background-image: url("/Resources/images/main/section_info_bg_02_m.png");}
	.section-info .schedule-list {margin-top: calc(26px / 2);}
	.section-info .schedule-item {grid-template-columns: 60px minmax(0, 1fr); column-gap: 18px; font-size: calc(32px / 2);}
	.section-info .content-schedule .message {margin-top: calc(12px / 2); font-size: calc(32px / 2);}
}

@media (max-width: 575px) {
	.section-info {padding: calc(120px / 3) 0 0;}
	.section-info .content-area {margin-top: calc(80px / 3);}
	.section-info .content-title {font-size: calc(36px / 3);}
	.section-info .btn-more span {font-size: 10px;}
	.section-info .content-info {padding: calc(65px / 3) calc(36px / 3);}
	.section-info .info-list {row-gap: calc(65px / 3);}
	.section-info .info-item .tel {font-size: calc(46px / 3);}
	.section-info .info-item .desc {font-size: calc(27px / 3);}
	.section-info .content-schedule {padding: calc(94px / 3) calc(60px / 3);}
	.section-info .schedule-list {margin-top: calc(26px / 3);}
	.section-info .schedule-item {grid-template-columns: 40px minmax(0, 1fr); font-size: calc(32px / 3);}
	.section-info .content-schedule .message {font-size: calc(32px / 3);}
}

/* direction */
.section-direction .root_daum_roughmap .wrap_controllers {display: none;}

/* partner */
.section-partner {padding: 56px 0; background-color: #fff;}
.section-partner .inner {display: flex; justify-content: space-between; align-items: center;}
.section-partner .headline {flex-shrink: 0; margin-bottom: 0; font-size: 26px; font-weight: 500; line-height: 1.2; letter-spacing: -0.03em; color: #222;}
.section-partner .partner-list {display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-bottom: 0;}
.section-partner .link-partner {position: relative; display: flex; justify-content: center; align-items: center; height: 100%; padding: 0 20px;}
.section-partner .partner-item + .partner-item .link-partner::before {content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 1px; height: 30px; background-color: #D9D9D9;}

@media (max-width: 991px) {
	.section-partner {padding: calc(80px / 2);}
	.section-partner .inner {flex-direction: column; row-gap: calc(53px / 2);}
	.section-partner .headline {font-size: calc(50px / 2); text-align: center;}
	.section-partner .partner-list {grid-template-rows: repeat(2, 1fr); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px 20px;}
	.section-partner .link-partner {padding: 6px 12px; border: 1px solid #E8E8E8;}
	.section-partner .partner-item + .partner-item .link-partner::before {display: none;}
}

@media (max-width: 575px) {
	.section-partner {padding: calc(80px / 3);}
	.section-partner .inner {row-gap: calc(53px / 3);}
	.section-partner .headline {font-size: calc(50px / 3);}
	.section-partner .partner-list {gap: 10px 15px;}
}