@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */

#skipToContent a {z-index:100000;position:absolute;overflow:hidden;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;}
#skipToContent a:focus,
#skipToContent a:active {width:200px;height:50px;background:#21272e;color:#fff;font-size:14px;font-weight:bold;text-align:center;text-decoration:none;line-height:50px;outline-color:#f37736;}
a:focus {outline:#f37736;}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {max-width:1460px; padding-left:var(--container-space); padding-right:var(--container-space); margin:0 auto;}

/* header */
#header {position:sticky; top:0; width:100%; background:#fff; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); z-index:100;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; max-width: 1780px; height:var(--header-height); z-index:10;}

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%;}
#gnb>ul {display:flex; justify-content:center;}
#gnb>ul>li {position:relative; padding:0 clamp(15px, calc( 32 / var(--inner) * 100vw ), 32px);}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:var(--header-height); color:var(--dark-color); font-size:var(--font-size-18); font-weight:500; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li.active>a{color: var(--primary-color);}
#gnb .submenu {display: none; position:absolute; left:50%; transform: translateX(-50%); width:100%; min-width: max-content; overflow:hidden; text-align:center; background: #fff;}
#gnb .submenu>ul {padding:var(--space-20);}
#gnb .submenu>ul>li>a {display:block; padding:clamp(5px, calc( 8 / var(--inner) * 100vw ), 8px) 0; line-height:1.5em;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline; text-underline-offset: 3px; color: var(--primary-color);}
#gnb .submenu>ul>li.active>a {color:var(--primary-color);}

.btn-inquiry {display: flex; padding: 10px 35px; border-radius:8px; background: #000; color: #fff; font-weight: 600; font-size: var(--font-size-17); line-height: 1.5882em;}

/* for mobile */
.btn-m-menu {display:none; position:relative; width:26px; height:26px;}
.btn-m-menu span {position:absolute; left:0; right:0; top:50%; height:2px; margin-top:-1px; background:var(--dark-color);}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:var(--dark-color);}
.btn-m-menu span:before {top:-9px;}
.btn-m-menu span:after {bottom:-9px;}

.mobile-navigation {display:none; position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {display:flex; align-items:center; height:var(--header-height); padding:0 20px; color:var(--dark-color); font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 48px 10px 20px; display:block; color:var(--dark-color); font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:11px; height:11px; border-right:2px solid #505050; border-bottom:2px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:var(--primary-color)}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; background:#f8f8f8; color:#454545; font-size:16px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu ul li {border-top:1px solid #e5e5e5;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:12px 20px;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:var(--primary-color);}
.mobile-navigation .close {position:absolute; top:0; right:15px; width:26px; height:var(--header-height); text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:50%; left:0; width:100%; height:3px; background:var(--dark-color); border-radius:3px;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}

/* main */
#main #container {overflow: hidden;}

.main-visual {position:relative; background:#000; overflow:hidden;}
.main-visual .item {position:relative; height:calc(100vh - var(--header-height)); overflow:hidden;}
.main-visual .image {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transition:5s linear; transform:scale(1.15);}
.main-visual .image img {position:absolute; top:50%; left:0; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}
.main-visual .caption {position:absolute; top: 50%; left:50%; width: 100%; max-width: 1600px; padding:0 var(--container-space); transform: translate(-50%, -50%); color:#fff; z-index:40;}
.main-visual .caption p {transition:1.2s; transform:translate(0,50px); opacity:0; font-size: clamp(30px, calc( 64 / var(--inner) * 100vw ), 64px); line-height: 1.1563em; text-align: center;}
.main-visual .controls {position:absolute; bottom: var(--space-40); left:0; width: 100%; display:flex; justify-content: center; align-items:center; padding:0 var(--container-space); color:rgba(255, 255, 255, 0.60);; z-index:40; font-size: var(--font-size-15); font-weight: 600;}
.main-visual .pager .current {display:inline-block; width:1.2em; text-align: right; color: #fff;}
.main-visual .progress {position:relative; margin:0 13px; flex:1; max-width:120px; height:2px; border-radius: 2px; background:rgba(255, 255, 255, 0.50);}
.main-visual .progress-bar {position:absolute; top:0; left:0; height:100%; background:#fff; border-radius: 2px;}
.main-visual .slide-btn {width:24px; height:24px; margin-right:6px; background-color:#000; background-position:50% 50%; background-repeat:no-repeat; border-radius:100%; border:0; overflow:hidden;}
.main-visual .slide-stop {background-image:url("/images/main/mv-stop.svg");}
.main-visual .slide-play {display:none; background-image:url("/images/main/mv-play.svg");}
.main-visual .active .image {transform:scale(1);}
.main-visual .active .caption p {transform:translate(0,0); opacity:1; transition-delay:.2s;}

.progress-bar.animated {animation:progressBar 1 linear;}
.progress-bar.paused {animation-play-state:paused !important;}
.progress-bar.play {animation-play-state:running !important;}

@keyframes progressBar {
	0%{width:0;}
	100%{width:100%;}
}

.main-section {padding: var(--space-150) 0;}
.underline {text-decoration: underline; text-underline-offset: 0; text-decoration-thickness: clamp(6px, calc( 13 / var(--inner) * 100vw ), 13px);text-decoration-color: #D9E6FB;}

.main-why {background: url('/images/main/bg-why.jpg') no-repeat center center / cover;}
.main-why .contain {display: flex; align-items: center; gap: 25px clamp(35px, calc( 90 / var(--inner) * 100vw ), 90px); padding-left: 0; margin-left: 0; max-width: calc(50% + 730px);}
.main-proof {background: #000 url('/images/main/bg-proof.jpg') no-repeat center bottom; background-size: 100% auto;}
.main-proof-num strong {display: inline-block; text-align: center; width: 1.3em; font-size: clamp(50px, calc( 200 / var(--inner) * 100vw ), 200px); line-height: 0.8em;}
.main-proof-items {gap: 40px var(--space-150);}
.main-proof-item {position: relative; padding: clamp(20px, calc( 60 / var(--inner) * 100vw ), 130px) 20px;}
.main-proof-item:not(:last-child):after {content: ''; position: absolute; top: 0; right: calc(var(--space-150) / -2); width: 1px; height: 100%; background: rgba(255, 255, 255, 0.40);}

.main-proof-list {background:#000;}
.proof-list-wrap {display:flex; gap:var(--space-150);}
.proof-list-col {flex:1;}
.proof-list-header {display:flex; flex-direction:column; gap:var(--space-30); margin-bottom:var(--space-40);}
.proof-badge {display:inline-flex; justify-content:center; align-items:center; width:fit-content; padding:8px var(--space-20); background:linear-gradient(90deg, #fab700 0%, #775b16 51%, #2f1f04 100%); border-radius:48px; font-size:var(--font-size-24); font-weight:700; line-height:1.3333em;}
.proof-list-body {display:flex; gap:var(--space-40);}
.proof-list-body ul li {min-width: max-content; line-height:2.4em;}

.main-story {background: #F7F8F9; overflow: hidden;}
.main-story-item {display: flex !important; gap: var(--space-60); height: 100%; padding: var(--space-80); background:#fff; box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.20);}
.main-story-img {width: 26%;}
.story-tags {display: flex; flex-direction: column; gap: var(--space-10);}
.story-tags-row {display: flex; gap: var(--space-10);}
.story-tags span {display: block; padding: calc(var(--space-10) + 2px) var(--space-20); border-radius: 100px; border: 1px solid var(--primary-color); font-size: var(--font-size-15); line-height: 1.53333em; font-weight: 600; color: var(--primary-color);}
.main-story-item li {text-indent: -1em; padding-left: 1em;}

.main-story-slide {position: relative; max-width: 1200px; margin: 0 auto; padding: 0 calc(var(--slick-arrow) / 2);}
.main-story-slide .slick-list {overflow: visible; position: unset;}
.main-story-slide .slick-track {display: flex;}
.main-story-slide .slick-slide {height: auto; padding: 0 var(--space-75);}
.main-story-slide .slick-slide>div {height: 100%;}
.main-story-slide .slick-arrow {position: absolute; z-index: 1; top: 50%; left: 0; transform: translate(-50%, -50%); width: var(--slick-arrow); height: var(--slick-arrow); border: 1px solid #ddd; border-radius: 100%; overflow: hidden; text-indent: -9999em; background-color: transparent; transition: .2s;}
.main-story-slide .slick-arrow.slick-next {left: auto; right: 0; transform: translate(50%, -50%);}
.main-story-slide .slick-arrow:hover {background-color: var(--primary-color); border-color: var(--primary-color);}
.main-story-slide .slick-arrow:before {content: ''; position: absolute; top: 50%; left: 50%; width: 10px; height: 10px; margin-left: 3px; border-right: 2px solid #000; border-bottom: 2px solid #000; transform: translate(-50%, -50%) rotate(135deg);}
.main-story-slide .slick-arrow.slick-next:before {margin-left: -3px; transform: translate(-50%, -50%) rotate(-45deg);}
.main-story-slide .slick-arrow:hover:before {border-color: #fff;}

.main-youtube {background: url('/images/main/bg-youtube.png') no-repeat left bottom;}
.main-youtube .contain {max-width: 1060px;}

.main-branch {background: #F7F8F9;}
.main-branch-wrap {display: flex; gap: var(--space-70);}
.main-branch-list {flex: 1;}
.main-branch-list table {width: 100%; border-collapse: collapse; border-top: 2px solid var(--dark-color);}
.main-branch-list table tr {border-bottom: 1px solid #ddd;}
.main-branch-list table tr:first-child {border-top: 1px solid #ddd;}
.main-branch-list table th, .main-branch-list table td {padding: var(--space-20) 0; font-size: var(--font-size-18); line-height: 1.5em; text-align: left; vertical-align: middle;}
.main-branch-list table th {font-weight: 600; color: var(--dark-color);}
.main-branch-list table td {font-weight: 400; color: #454545;}
.main-branch-slide {position: relative; width: 50%; flex-shrink: 0;}
.main-branch-slide-list img {width: 100%; height: auto;}
.main-brunch-arrows {display: flex; justify-content: flex-end; gap: var(--space-10); margin-top: var(--space-20);}
.main-brunch-arrows .slick-arrow {position: relative; width: var(--slick-arrow); height: var(--slick-arrow); border: 1px solid #ddd; border-radius: 100%; overflow: hidden; text-indent: -9999em; background-color: transparent; transition: .2s;}
.main-brunch-arrows .slick-arrow:hover {background-color: var(--primary-color); border-color: var(--primary-color);}
.main-brunch-arrows .slick-arrow:before {content: ''; position: absolute; top: 50%; left: 50%; width: 10px; height: 10px; margin-left: 3px; border-right: 2px solid #000; border-bottom: 2px solid #000; transform: translate(-50%, -50%) rotate(135deg);}
.main-brunch-arrows .slick-arrow.slick-next:before {margin-left: -3px; transform: translate(-50%, -50%) rotate(-45deg);}
.main-brunch-arrows .slick-arrow:hover:before {border-color: #fff;}

.main-manage {background: #fff;}
.main-manage-list {display: flex; flex-direction: column; gap: var(--space-35);}
.main-manage-item {display: flex; align-items: center; gap: var(--space-40); padding: var(--space-60) var(--space-40); background: #fff; box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, 0.16);}
.main-manage-item .num {display: flex; justify-content: center; align-items: center; flex-shrink: 0; width: clamp(40px, calc(61 / var(--inner) * 100vw), 61px); height: clamp(40px, calc(61 / var(--inner) * 100vw), 61px); border-radius: 100%; background: var(--primary-color); color: #fff; font-size: var(--font-size-24); font-weight: 600;}
.main-manage-item .tit {width: 260px; flex-shrink: 0;}
.main-manage-item .tit h3 {line-height: 1.3333em;}
.main-manage-item .desc {flex: 1; color: #454545;}
.dot-list li {position: relative; padding-left: 15px; line-height: 2em;}
.dot-list li:before {content: '•'; position: absolute; left: 0; top: 0;}

.main-system {position: relative; background: #23262c url('/images/main/bg-system.jpg') no-repeat center center / cover;}
.main-system:before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(210, 210, 210, 0.7) 0%, rgba(22, 49, 95, 0) 100%); opacity: 0.2;}
.main-system .contain {position: relative; z-index: 1;}
.main-system-list {display: flex; justify-content: space-between; gap: var(--space-20);}
.main-system-item {flex: 1 1 auto; text-align: center;}
.main-system-item .icon {margin-bottom: var(--space-40);}
.main-system-item h3 {margin-bottom: var(--space-10);}
.main-system-item p {line-height: 1.5em;}

.main-clinic {background: #fff;}
.main-clinic-wrap {position: relative; display: flex; flex-wrap: wrap; gap: var(--space-60); max-width: 1400px; margin: 0 auto;}
.main-clinic-item {position: relative; width: calc(50% - var(--space-60) / 2); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: var(--space-40); background: #fff; box-shadow: 6px 6px 30px 0 rgba(0, 0, 0, 0.16); text-align: center; min-height: 320px;}
.main-clinic-item.item1 {order: 1;}
.main-clinic-item.item2 {order: 2;}
.main-clinic-item.item3 {order: 3;}
.main-clinic-item.item4 {order: 4;}
.main-clinic-item.primary {background: var(--primary-color); color: #fff;}
.main-clinic-item .icon-circle {display: flex; justify-content: center; align-items: center; width: 140px; height: 140px; margin-bottom: var(--space-30); border-radius: 100%;}
.main-clinic-item .icon-circle.bg-primary {background: var(--primary-color);}
.main-clinic-item .icon-circle.bg-white {background: #fff;}
.main-clinic-item h3 {line-height: 1.3333em;}
.main-clinic-item:not(:last-child):after {content: '';content: ''; position: absolute;  width: var(--space-60); height: 39px; background: url('/images/main/arrow-right.png') no-repeat center / contain;}
.main-clinic-item.item1:after {top: 50%; right: calc(var(--space-60) / -2); transform: translate(50%, -50%);}
.main-clinic-item.item2:after {bottom: calc(var(--space-60) / -2); left: 50%; transform: translate(-50%, 50%) rotate(90deg);}
.main-clinic-item.item4:after {top: 50%; left: calc(var(--space-60) / -2); transform: translate(-50%, -50%) scale(-1);}

.main-management .main-section:not(:last-child) {padding-bottom: 0;}
.main-section.bg {background: url('/images/main/bg-management.jpg') no-repeat center center / cover;}
.main-section.bg .contain {display: flex; align-items: center; gap: 25px clamp(35px, calc( 90 / var(--inner) * 100vw ), 90px); padding-left: 0; margin-left: 0; max-width: calc(50% + 730px);}
.main-section.bg.reverse .contain {flex-direction: row-reverse; margin-left: auto; padding-left: var(--container-space); margin-right: 0; padding-right: 0;}
.main-management-img, .main-why-img {width: 50%;}
.main-management-img img, .main-why-img img  {width: 100%;}

.main-about.main-section.bg {background-image: url('/images/main/bg-about.jpg')}

.main-goal {background: url('/images/main/bg-goal.jpg') no-repeat center / cover;}
.main-goal-badge {display: inline-block; padding: 8px 20px; background: rgba(36, 36, 36, 0.5); border-radius: 48px;}
.btn-arrow {display: inline-block; margin-top: var(--space-30); padding: 10px 24px; background: #fff; border: 1px solid #ddd; border-radius: 8px; color: #000;}
.btn-arrow:hover {background: var(--primary-color); border-color: var(--primary-color); color: #fff;}
.btn-arrow.type2:hover {border-color: #fff;} 

.main-location-wrap {position: relative;}
.main-location-map {width: 100%; height: clamp(490px, calc( 690 / var(--inner) * 100vw ), 690px);}
.root_daum_roughmap, .root_daum_roughmap .wrap_map {width: 100% !important; height: 100% !important;}
.root_daum_roughmap .cont {display: none;}
.main-location-map img {width: 100%; height: 100%; object-fit: cover;}
.main-location-info {position: absolute; z-index: 1; top: 50%; right: calc(50% - 730px); transform: translateY(-50%); width: 600px; padding: var(--space-60) 50px; background: url('/images/main/bg-location.jpg') no-repeat right bottom; background-size: cover;}
.main-location-dl {margin-bottom: var(--space-30);}
.main-location-dl:last-child {margin-bottom: 0;}
.main-location-dl dt {margin-bottom: var(--space-20);}
.main-location-dl dd {line-height: 1.3333em;}

/* sub */
.sub-visual {position:relative; overflow:hidden; height:clamp(300px, calc(400 / var(--inner) * 100vw), 400px); background:#333; color:#fff; text-align:center;}
.sub-visual .bg {position:absolute; top:0; left:0; overflow:hidden; width:100%; height:100%; background-repeat:no-repeat; background-position:50% 0; background-size:cover; transition:2s; opacity:0; transform:scale(1.1);}
.sub-visual .wrapper {position:absolute; top:50%; left:0; width:100%; transform:translateY(-50%);}
.sub-visual h2 {font-size:clamp(30px, calc(40 / var(--inner) * 100vw), 40px); font-weight:700; line-height:1.3em; letter-spacing:-.03em;}
.sub-visual .bg1 {background-image:url("/images/common/sv1.jpg");}
.sub-visual .bg2 {background-image:url("/images/common/sv2.jpg");}
.sub-visual .bg3 {background-image:url("/images/common/sv3.jpg");}
.sub-visual .bg4 {background-image:url("/images/common/sv4.jpg");}
.sub-visual .bg5 {background-image:url("/images/common/sv5.jpg");}
.sub-visual .bg6 {background-image:url("/images/common/sv6.jpg");}
.sub-visual.none-lnb .inner {padding:0;}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.lnb {width: max-content; max-width: 100%; margin: var(--space-35) auto 0;}
.lnb ul {width: max-content;}
.lnb li {flex: 1 1 auto; width: auto; padding: 0 5px;}
.lnb li.active a {background: var(--primary-color); color: #fff;}
.lnb a {display: block; min-width: 180px; padding: clamp(10px, calc(17 / var(--inner) * 100vw), 17px) var(--space-30); border-radius: 8px; border: 1px solid #ddd; background: #f9f9f9; font-size: var(--font-size-18); font-weight: 600; line-height: 1.5556em; color: var(--dark-color); text-align: center;}

.path-wrap {position:relative; width: 100%; margin-top: calc(var(--path-height) * -1); border-top:1px solid rgba(255, 255, 255, 0.50); z-index:50;}
.path-wrap .wrap {max-width:1400px; width: 100%; margin:0 auto;}
.path-wrap .inner {display:flex;}
.path-wrap .home a {display:block; width:var(--path-height); height:var(--path-height); background: rgba(255, 255, 255, 0.30) url("../images/common/home.svg") 50% 50% no-repeat; background-size:12px; text-indent:-999em; overflow:hidden;}
.path-wrap .part {position:relative; min-width:240px; z-index:50;}
.path-wrap .part:not(:last-child):after {content: ''; position: absolute; right: 0; top: 50%; margin-top: -10px; width: 1px; height: 20px; background: #fff; opacity: .3;}
.path-wrap .part > a {display:flex; align-items:center; position:relative; height:var(--path-height); color:#fff; line-height:1.3em; padding:0 60px 0 24px;}
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:23px; margin-top:-7px; width:17px; height:14px; background:url("/images/common/path_down.svg") 50% 50% no-repeat;}
.path-wrap .part ul {display:none; position:absolute; left:-1px; right:-1px; max-height: 50vh; overflow-y: auto; background:#fff; border:1px solid #ddd; z-index:50;}
.path-wrap .part ul li {color:#505050; line-height:1.3em; border-bottom:1px solid #ddd;}
.path-wrap .part ul li:last-child {border-bottom:0;}
.path-wrap .part ul li a {display:block; padding:17px 24px;}
.path-wrap .part ul li a:hover,
.path-wrap .part ul li.active a {color:#242424; background:#f8f8f8;}

@media (max-width: 1024px) {
	.path-wrap .part ul li a {padding:15px 24px;}
}
@media (max-width: 640px) {
	.path-wrap .home a {border-left:0;}
	.path-wrap .home a {height:44px; width:44px; background-size:14px auto;}
	.path-wrap .part {min-width:calc(50% - 22px); width:calc(50% - 22px);}
	.path-wrap .part > a {height:44px; padding:0 32px 0 14px; font-size:15px;}
	.path-wrap .part > a:after {right:10px; width:12px; background-size:contain;}
	.path-wrap .part:last-child {border-right:0;}
	.path-wrap .part ul li a {font-size:14px; padding:12px 14px;}
}

.sub-title {padding-bottom:clamp(40px, calc( 100 / var(--inner) * 100vw ), 100px); max-width:1460px; margin:0 auto;}
#contArea.wide .sub-title {padding-left:var(--container-space); padding-right:var(--container-space);}
.sub-title h1 {font-size:clamp(30px, calc( 44 / var(--inner) * 100vw ), 44px); line-height:1.3em; color:var(--dark-color); text-align: center;}

#contArea {max-width:1460px; padding-left:var(--container-space); padding-right:var(--container-space); padding-top: clamp(40px, calc( 100 / var(--inner) * 100vw ), 100px); margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.real-cont {padding-bottom:clamp(50px, calc( 150 / var(--inner) * 100vw ), 150px);}
.icon img {vertical-align: middle; margin-top: -.02em;}
.txt-center {text-align: center;}
.margin-center {margin-left: auto; margin-right: auto;}

.desc p:not(:last-child) {margin-bottom: 1.5em;}
.border-box {position: relative;}
.border-box:before {position: absolute; content: ''; top: 0; right: 0; bottom: 0; left: 0; border: 1px solid #ddd;}

.flex-wrap {display: flex;}
.flex-center {display: flex; justify-content: center;}
.flex-between {display: flex; justify-content: space-between;}
.flex-mid {display: flex; align-items: center;}
.flex-bottom {display: flex; align-items: flex-end;}
.flex-column {display: flex; flex-direction: column;}
.flex1 {flex: 1;}

.fw400 {font-weight: 400;}
.fw500 {font-weight: 500;}
.fw600 {font-weight: 600;}
.fw700 {font-weight: 700;}

.fz15 {font-size: var(--font-size-15); line-height: 1.5333em;}
.fz16 {font-size: var(--font-size-16); line-height: 1.5em;}
.fz17 {font-size: var(--font-size-17); line-height: 1.4706em;}
.fz18 {font-size: var(--font-size-18); line-height: 1.5em;}
.fz20 {font-size: var(--font-size-20); line-height: 1.5em;}
.fz24 {font-size: var(--font-size-24); line-height: 1.3333em;}
.fz30 {font-size: var(--font-size-30); line-height: 1.2667em;}
.fz36 {font-size: var(--font-size-36); line-height: 1.4em;}
.fz40 {font-size: var(--font-size-40); line-height: 1.2em;}
.fz48 {font-size: var(--font-size-48); line-height: 1.25em;}

.mb20 {margin-bottom: var(--space-20);}
.mb30 {margin-bottom: var(--space-30);}
.mb35 {margin-bottom: var(--space-35);}
.mb40 {margin-bottom: var(--space-40);}
.mb50 {margin-bottom: var(--space-50);}
.mb60 {margin-bottom: var(--space-60);}
.mb70 {margin-bottom: var(--space-70);}
.mb150 {margin-bottom: var(--space-150);}

.primary-color {color: var(--primary-color);}
.secondary-color {color: var(--secondary-color);}
.dark-color {color: var(--dark-color);}
.white-color {color: #fff;}

/* footer */
#footer {padding: var(--space-70) 0; background:#F0F0F0;}
#footer .contain {max-width: 1460px;}
.f-sns {gap: 10px;}
address ul {display: flex; flex-wrap: wrap; gap: var(--space-10) var(--space-40); font-style: normal;}
address ul:not(:last-child) {margin-bottom: var(--space-10);}
address li {display: flex; gap: var(--space-20);}
.f-func {color: #878787; gap: var(--space-20) var(--space-50);}
.f-func .copyright span {margin-left: var(--space-50);}

.scroll-top {display:flex; justify-content:center; align-items:center; z-index:80; position:fixed; bottom:var(--container-space); right:var(--container-space); width:48px; height:48px; border-radius: 100%; background-color: var(--primary-color); color: #fff;}
.scroll-top:after {content: ''; display: block; width: 18px; height: 12px; background: url('/images/common/scroll-top.png') no-repeat center center / contain;}