@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;}
.fr-box .swiper-wrapper {display:block;}

.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; border-bottom:1px solid #eee; z-index:100;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; max-width:1900px; height:var(--header-height); z-index:10;}
.header-left {display:flex; align-items:center; gap:clamp(15px, calc(30 / var(--inner) * 100vw), 50px); flex:1 1 auto; min-width:0;}
.header-right {display:flex; align-items:center; gap:10px; flex-shrink:0;}
.header-btn {display:inline-flex; align-items:center; gap:6px; padding:12px 16px; border-radius:500px; font-size:var(--font-size-16); font-weight:600; line-height:1.5em; letter-spacing:-.02em; white-space:nowrap;}
.header-btn-icon {display:flex; width:20px; height:20px;}
.header-btn-icon img {width:100%; height:100%; object-fit:contain;}
.header-btn--line {background:#fff; border:1px solid #dfdfdf; color:var(--dark-color);}
.header-btn--primary {background:var(--primary-color); color:#fff;}
.header-btn--primary .header-btn-icon img {filter:brightness(0) invert(1);}

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%;}
#gnb>ul {display:flex; justify-content:flex-start; max-width: 955px; transition: .5s;}
#gnb>ul:hover {max-width: 100%;}
#gnb>ul>li {flex: 1 1 auto; position:relative; padding:0 clamp(12px, calc(24 / var(--inner) * 100vw), 24px);}
#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:clamp(16px, calc(22 / var(--inner) * 100vw), 22px); font-weight:600; letter-spacing:-.02em; line-height:1.45em;}
#gnb>ul>li.active>a {color:var(--primary-color);}
#gnb>ul>li>a:after {content:""; position:absolute; bottom:-1px; left:50%; width:0; height:4px; background:var(--primary-color); transition:.2s;}
#gnb>ul>li.active>a:after {width:100%; left:0;}
#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb>ul>li.active .submenu {background: #FAFAFA;}
#gnb .submenu>ul {padding:20px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:clamp(6px, calc(12 / var(--inner) * 100vw), 12px) 0; color:#676767; font-size:var(--font-size-18); font-weight: 500; line-height:1.5556em;}
#gnb .submenu>ul>li:hover>a {color:var(--dark-color);}
#gnb .submenu>ul>li.with> a {display: flex; justify-content: center; align-items: center; gap: 6px;}
#gnb .submenu>ul>li.with> a:after {content: ''; display: block; width: 16px; height: 8px; background: url('/images/common/gnb-arrow.svg') no-repeat center center / contain; transition: .2s;}
#gnb .submenu>ul>li.with.active> a:after {transform:scaleY(-1); filter: brightness(0);}
#gnb .thirdmenu {display: none; font-size: var(--font-size-15); font-weight: 500; color: #878787; line-height: 1.333em;}
#gnb .thirdmenu a {display: block; padding: 6px 0;}
#gnb .thirdmenu a:hover {color:var(--dark-color);}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-top:1px solid #ddd; border-bottom:1px solid #eee;}

/* 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:#242424; text-indent: -30px; display: flex; align-items: flex-end; line-height: 0;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#242424;}
.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:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .header-right {display: none; padding: 10px 20px;}
.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:#242424; font-size:20px; 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:var(--font-size-18); 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.with>a {display: flex; align-items: center; justify-content: space-between; gap: 15px;}
.mobile-navigation .nav-menu .submenu ul li.with>a:after {content: ''; display: block; width:8px; height:8px; transform: rotate(45deg); border-right:2px solid #505050; border-bottom:2px solid #505050;}
.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 .nav-menu .thirdmenu {background: #fff;}
.mobile-navigation .nav-menu .thirdmenu a {font-size: var(--font-size-15);}
.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:#242424; 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 */
body#main {background:#f8f8f8;}
body#main #header {position:fixed; top:0; left:0; width:100%;}
body#main #wrapper {padding-top:var(--header-height);}
body#main #container {background:#f8f8f8;}

.main-hero {padding:40px 0 0;}
.main-hero-grid {display:flex; gap:24px; align-items:stretch;}
.main-hero-aside {flex: 1; display:flex; flex-direction:column; justify-content:space-between; gap:var(--space-20); padding:24px; background:#fff; border-radius:24px;}
.main-hero-tag {display:flex; align-items:center; gap:6px; margin-bottom: var(--space-20); font-size:var(--font-size-16); font-weight:600; color:var(--dark-color); line-height:24px;}
.main-hero-tag .dot {width:8px; height:8px; border-radius:50%; background:var(--primary-color); flex-shrink:0;}
.main-hero-call {display:flex; flex-direction:column; align-items:center; gap:12px; padding:var(--space-30) var(--space-16); border:1px solid #eee; border-radius:var(--radius-16); background:#fff; text-align:center;}
.main-hero-call-icon {width:64px; height:clamp(36px, calc(64 / var(--inner) * 100vw), 64px); display:flex; align-items:center; justify-content:center;}
.main-hero-call-icon img {height: 100%;}
.main-hero-call-txt .label {font-size:var(--font-size-18); font-weight:500; color:#878787; line-height:1.6667em;}
.main-hero-call-txt .label .primary-color {color:#51b478;}
.main-hero-call-txt .num {font-size:var(--font-size-42); font-weight:700; color:var(--dark-color); line-height:1.38em; letter-spacing:-.02em;}
.main-hero-links {display:flex; flex-direction:column; gap:8px;}
.main-hero-link {display:flex; align-items:center; justify-content:space-between; gap:12px; padding:var(--space-24); border:1px solid #eee; border-radius:12px; background:#fff; font-size:var(--font-size-16); font-weight:600; color:var(--dark-color); line-height:1.5em;}
.main-hero-link-txt {display:flex; align-items:center; gap:10px;}
.main-hero-link-txt img {width:20px; height:20px; object-fit:contain;}
.main-hero-link-arrow {display: flex;}
.main-hero-link-arrow img {width:16px; height:16px;}
.main-hero-link:hover {background:var(--secondary-color); border-color:var(--secondary-color); color:#fff;}
.main-hero-link:hover .main-hero-link-txt img:nth-child(1), .main-hero-link .main-hero-link-txt img:nth-child(2) {display: none;}
.main-hero-link:hover .main-hero-link-txt img:nth-child(2) {display: inline-block;}
.main-hero-link:hover .main-hero-link-arrow img {filter: brightness(0) invert(1)}
.main-hero-visual {position:relative; min-height:560px; border-radius:24px; overflow:hidden;}
.main-hero-slide {position:absolute; inset:0; background:center / cover no-repeat;}
.main-hero-caption {position:absolute; left:50px; bottom:50px; color:#fff; z-index:2;}
.main-hero-caption .tit {font-size:var(--font-size-42); font-weight:600; line-height:58px; letter-spacing:-.02em;}
.main-hero-caption .desc {margin-top:16px; font-size:18px; font-weight:500; color:#e7e7e7; line-height:30px;}
.main-hero-dots {position:absolute; right:50px; bottom:50px; display:flex; align-items:center; gap:10px; z-index:2;}
.main-hero-dots span {display:block; width:10px; height:10px; border-radius:500px; background:rgba(255,255,255,.4);}
.main-hero-dots span.is-active {width:30px; background:#fff;}

.main-visual {position: relative; width: 70%; max-width: 960px; aspect-ratio: 960 / 560; border-radius: var(--radius-24); overflow: hidden;}
.main-visual .items, .main-visual .slick-list, .main-visual .slick-track {height: 100%;}
.main-visual .item {}
.main-visual .caption {position: absolute; left: 0; bottom: 0; right: 0; padding: var(--space-50);}
.main-visual .caption p {opacity: 0; transform: translateX(30px); transition: 1.2s;}
.main-visual .caption .txt1 {font-size: var(--font-size-42); font-weight: 600; line-height: 1.3809em; color: #fff;}
.main-visual .caption .txt2 {margin-top: var(--space-16); font-size: var(--font-size-18); font-weight: 500; line-height: 1.6667em; color: #E7E7E7;}
.main-visual .slick-slide {position:relative;}
.main-visual .item {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden;}
.main-visual .item .video-js,
.main-visual .item video {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;}
.main-visual .item iframe {position:absolute; top:50%; left:50%; width:100vw; height:100vh; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%);}
.main-visual .item 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 .active .image {transform:scale(1);}
.main-visual .active .caption p {transform:translate(0,0); opacity:1;}
.main-visual .active .caption .txt1 {transition-delay:.2s;}
.main-visual .active .caption .txt2 {transition-delay:.5s;}
.main-visual .slick-dots {display: flex; gap: 10px; position: absolute; right: 0; bottom: 0; padding: var(--space-50);}
.main-visual .slick-dots button {display: block; width: 10px; height: 10px; border-radius: 100px; background: rgba(255, 255, 255, 0.40); border: 0; overflow: hidden; text-indent: -9999em;}
.main-visual .slick-dots .slick-active button {width: 30px; background: #fff;}

.main-section {padding:var(--space-80) 0;}
.main-section-head {display:flex; align-items:center; justify-content:space-between; gap:var(--space-20); margin-bottom:var(--space-50);}
.main-section-head > div {display:flex; flex-direction:column; gap:var(--space-20);}
.main-section-tit {font-size:var(--font-size-32); font-weight:600; color:var(--dark-color); line-height:1.43em; letter-spacing:-.02em;}
.main-section-tag {display:inline-flex; align-items:center; gap:6px; width:fit-content; padding:10px 12px; border-radius:8px; background:#f1f1f1; font-size:14px; font-weight:600; color:var(--dark-color); line-height:16px;}
.main-section-tag--white {background:#fff;}
.main-section-tag .dot {width:8px; height:8px; border-radius:50%; background:var(--primary-color);}
.main-section-tag .dot--secondary {background:var(--secondary-color);}
.main-btn {display:inline-flex; align-items:center; gap:8px; padding:14px 24px; border-radius:500px; font-size:var(--font-size-16); font-weight:600; color:#fff; line-height:24px; white-space:nowrap;}
.main-btn--secondary {background:var(--secondary-color);}

.main-product-list  {display: grid; grid-template-columns: repeat(5, 1fr); gap: var(--space-16);}
.main-product-card {position:relative; display:flex; flex-direction:column; gap:var(--space-40); padding:var(--space-40) var(--space-16) var(--space-16); background:#fff; border: 1px solid #fff; border-radius:16px; text-align:center; transition:.2s;}
.main-product-card:before {content: ''; position: absolute; top: 0; left: 0; width: clamp(44px, calc(88 / var(--inner) * 100vw), 88px); height: clamp(44px, calc(88 / var(--inner) * 100vw), 88px); background: url('/images/main/product-tag.svg') no-repeat center center / contain;}
.main-product-card-head .brand {font-size:var(--font-size-16); font-weight:600; color:#878787; line-height:24px;}
.main-product-card-head .name {margin-top:4px; font-size:var(--font-size-26); font-weight:600; color:var(--dark-color); line-height:1.56em;}
.main-product-card-head .desc {margin-top:16px; font-size:var(--font-size-16); font-weight:500; color:#676767; line-height:24px;}
.main-product-card-btn {display:block; padding:14px; border-radius:8px; background:#121212; color:#fff; font-size:var(--font-size-18); font-weight:600; line-height:30px;}
.main-product-card:hover {border:1px solid #ccc; box-shadow:0 6px 32px rgba(0,0,0,.1);}
.main-product-card:hover .brand, .main-product-card:hover .name, .main-product-card:hover .brand, .main-product-card:hover .name {color:var(--primary-color);}
.main-product-card:hover .main-product-card-btn, .main-product-card:hover .main-product-card-btn {background:var(--primary-color);}
.main-product-support {display: grid; grid-template-columns: repeat(4, 1fr); font-size: var(--font-size-14); line-height: 1.4286em;}
.main-product-support .tit {margin-top: 8px;}

.main-band {background:#f2f2f2;}
.main-band-grid {display:grid; grid-template-columns:repeat(2, minmax(0, 1fr)); gap:24px;}
.main-band-box {display: flex; flex-direction: column; padding:var(--space-40); background:#fff; border-radius:24px;}
.main-band-box .main-section-tag {margin-bottom:var(--space-24);}
.main-band-tit {font-size:var(--font-size-38); font-weight:700; color:var(--dark-color); line-height:52px; letter-spacing:-.02em;}
.main-band-desc {margin-top:var(--space-16); font-size:var(--font-size-18); color:#676767; line-height:1.6667em;}
.main-band-stats {display:flex; justify-content: space-between; gap:var(--space-40); margin-top:var(--space-40); padding-top:var(--space-30); border-top:1px solid #eee;}
.main-band-stat .label {font-size:var(--font-size-16); font-weight:500; color:var(--dark-color); line-height:28px;}
.main-band-stat .value {display: flex; align-items: flex-end; gap: 5px; font-size:42px; font-weight:700; line-height:1.3333em; background:linear-gradient(90deg, #51b478, #3c7151); -webkit-background-clip:text; background-clip:text; color:transparent;}
.main-band-stat .value em {font-size:var(--font-size-20); font-weight:600; color:#a8a8a8; font-style:normal; line-height: 1.8em;}
.main-band-stat .note {margin-top:4px; font-size:14px; color:#a8a8a8; line-height:16px;}
.main-band-btns {flex: 1; align-items: flex-end; display:flex; gap:10px; margin-top:var(--space-40);}
.main-band-btns a {flex:1; padding:16px; border-radius:500px; text-align:center; font-size:18px; font-weight:600; color:#fff; line-height:30px;}
.main-band-btns .btn-dark {background:#121212;}
.main-band-btns .btn-primary {background:var(--primary-color);}
.main-process-grid {display:grid; grid-template-columns:repeat(2, minmax(0, 1fr)); gap:10px; margin-top: var(--space-50);}
.main-process-item {padding:var(--space-24); border-radius:var(--radius-12); background:#f8f8f8;}
.main-process-item .num {display:flex; align-items:center; justify-content:center; width:32px; height:32px; border-radius:50%; border:1px solid #eee; background:#fff; color:var(--secondary-color); font-size:14px; font-weight:600; line-height:16px;}
.main-process-item strong {display:block; margin-top:12px; font-size:20px; font-weight:700; color:var(--dark-color); line-height:34px;}
.main-process-item p {margin-top:2px; font-size:var(--font-size-16); color:#676767; line-height:1.5em;}

.main-review {padding-bottom:100px;}
.main-review-list {position:relative;}
.main-review-list .swiper-slide {height: auto;}
.main-review-card {display: flex; flex-direction: column; position:relative; height: 100%; padding:var(--space-40); border-radius:16px; background:#fff; overflow:hidden;}
.main-review-card .dots {display:flex; gap:6px; margin-bottom:var(--space-24);}
.main-review-card .dots span {width:8px; height:8px; border-radius:50%;}
.main-review-card .dots span:nth-child(1) {background:var(--primary-color);}
.main-review-card .dots span:nth-child(2) {background:var(--secondary-color);}
.main-review-card h3 {position:relative; font-size:var(--font-size-22); font-weight:600; color:var(--dark-color); line-height:1.5454em;  overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: keep-all;}
.main-review-card .txt {flex:1; margin-top:var(--space-24);}
.main-review-card p {position:relative; font-size:var(--font-size-16); color:#676767; line-height:1.75em; overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-break: keep-all;}
.main-review-card .meta {position:relative; display:flex; gap:16px; margin-top:24px; color:#878787; font-size:var(--font-size-16); font-weight:500; line-height:24px;}
.main-slider-prev, .main-slider-next {display: flex; justify-content: center; align-items: center; position:absolute; top:50%;  width:clamp(44px, calc(70 / var(--inner) * 100vw), 70px); height:clamp(44px, calc(70 / var(--inner) * 100vw), 70px); border-radius:50%; border:0; background:#fff; box-shadow:0 0 5px rgba(0,0,0,.1); text-indent:-9999em; overflow:hidden; z-index:2;}
.main-slider-prev:before, .main-slider-next:before {content: ''; display: block; width: 24px; height: 24px; background: url('/images/common/icon-slider-prev.svg') no-repeat center / contain;}
.main-slider-next:before {transform: scaleX(-1);}
.main-slider-prev:hover, .main-slider-next:hover {background: var(--primary-color); border-color: var(--primary-color);}
.main-slider-prev:hover:before, .main-slider-next:hover:before  {filter: brightness(0) invert(1);}
.main-slider-prev {left:0; transform:translate(-50%, -50%);}
.main-slider-next {right:0; transform:translate(50%, -50%);}



.btn-arrow {display: flex; align-items: center; gap: 8px; width: fit-content; padding: var(--space-20) var(--space-34); border-radius: 100px; background: #CA484A; border: 1px solid #CA484A; color: #fff; font-size: var(--font-size-20); font-weight: 700; line-height: 1.7em; transition: .2s;}
.btn-arrow:after {content: ''; display: block; width: 24px; height: 24px; background: url('/images/main/btn-arrow.svg') no-repeat center center / contain;}
.btn-chk {display: flex; align-items: center; gap: 8px; width: fit-content; padding: var(--space-20) var(--space-30); border-radius: 100px; background: #fff; border: 1px solid var(--dark-color); color: var(--dark-color); font-size: var(--font-size-18); font-weight: 700; line-height: 1.5556em; transition: .2s;}
.btn-chk:before {content: ''; display: block; width: 24px; height: 24px; background: url('/images/main/btn-chk.svg') no-repeat center center / contain;}

/* sub */
.sub-visual {position:relative; overflow:hidden; height:576px; 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 .inner {position:absolute; top:50%; left:0; width:100%; transform:translateY(-50%);}
.sub-visual h2 {font-size:52px; 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"); background-color:#2c2c2c;}
.sub-visual .bg7 {background-image:url("/images/common/sv7.jpg"); background-color:#2c2c2c;}
.sub-visual.none-lnb .inner {padding:0;}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.lnb-wrap {position:relative; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
.lnb {margin:0 auto; max-width:1400px;}
.lnb ul {display:flex;}
.lnb ul li {flex:1; text-align:center; border-right:1px solid #ddd;}
.lnb ul li:first-child {border-left:1px solid #ddd;}
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; height:var(--lnb-height); padding:0 15px; color:#242424; font-size:18px; font-weight:500; line-height:1.2em; letter-spacing:-.03em;}
.lnb ul li.active {background:var(--primary-color); border:0;}
.lnb ul li.active a {color:#fff;}

.sub-title {padding-top: var(--space-80); padding-bottom: var(--space-60); max-width:1460px; margin:0 auto;}
.sub-title.blind {display: none;}
#contArea.wide .sub-title {padding-left:var(--container-space); padding-right:var(--container-space);}
#contArea.st-none .sub-title {display: none;}
.sub-title h2 {font-size:var(--font-size-38); line-height:1.3685em; color:var(--dark-color);}
.sub-title p {color:#676767; margin-top: var(--space-16);}

#contArea {max-width:1460px; padding-left:var(--container-space); padding-right:var(--container-space); margin:0 auto;}
#contArea.wide {max-width:100%; padding:0;}
#contArea.mypage {max-width: 1040px;}

.real-cont {padding-bottom:clamp(40px, calc( 120 / var(--inner) * 100vw ), 120px);}
.icon img {vertical-align: middle; margin-top: -.02em;}
.txt-center {text-align: center;}

.desc p:not(:last-child) {margin-bottom: 1.88em;}
.pb100-40 {padding-bottom: clamp(40px, calc( 100 / var(--inner) * 100vw ), 100px);}
.pt100-40 {padding-top: clamp(40px, calc( 100 / var(--inner) * 100vw ), 100px);}
.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;}

.mb20 {margin-bottom: var(--space-20);}
.mb40 {margin-bottom: var(--space-40);}

.primary-color {color: var(--primary-color);}
.secondary-color {color: var(--secondary-color);}
.dark-color {color: var(--dark-color);}
.white-color {color: #fff;}


/* page-head · path-wrap · sub-head */
.page-head {background:#fff;}
.page-head .contain {max-width:1460px; padding:20px var(--container-space);}
.path-wrap {display:flex; align-items:center; flex-wrap:wrap; gap:6px; color:#878787; font-size:14px; font-weight:500; line-height:16px; letter-spacing:-.02em;}
.path-wrap a {color:#878787;}
.path-wrap .path-arrow {display:flex; width:12px; height:12px; flex-shrink:0;}
.path-wrap .path-arrow img {width:100%; height:100%; object-fit:contain;}
.path-wrap .part.second {color:#878787;}

.sub-head {background:#fff;}
.sub-head .contain {max-width:1460px; padding:clamp(10px, calc(44 / var(--inner) * 100vw), 44px) var(--container-space) clamp(60px, calc(60 / var(--inner) * 100vw), 60px);}
.sub-head.mypage .contain {max-width: 1040px; padding: clamp(40px, calc(120 / var(--inner) * 100vw), 120px) var(--container-space) clamp(40px, calc(100 / var(--inner) * 100vw), 100px);}
.sub-head.type2 .contain {display: flex; justify-content: space-between; align-items: flex-end; gap: 20px 35px;}
.sub-head-tit {font-size:clamp(32px, calc(48 / var(--inner) * 100vw), 48px); font-weight:600; color:var(--dark-color); line-height:1.33em; letter-spacing:-.02em;}
.lnb-dot {margin-top:24px;}
.lnb-dot .swiper {overflow:hidden; margin:0 calc(-1 * var(--space-12));}
.lnb-dot .swiper-slide {width:auto !important;}
.lnb-dot .swiper ul.swiper-wrapper {display:flex; width:max-content;}
.lnb-dot .swiper ul.swiper-wrapper li.swiper-slide {flex:1 1 auto; width:auto; padding:0 var(--space-12);}
.lnb-dot .swiper ul.swiper-wrapper li.swiper-slide a {display:inline-flex; align-items:center; gap:8px; font-size:clamp(18px, calc(22 / var(--inner) * 100vw), 22px); font-weight:600; color:#a8a8a8; line-height:36px; letter-spacing:-.02em; white-space:nowrap;}
.lnb-dot .swiper ul.swiper-wrapper li.swiper-slide .dot {width:clamp(8px, calc(12 / var(--inner) * 100vw), 12px); height:clamp(8px, calc(12 / var(--inner) * 100vw), 12px); border-radius:50%; background:#dfdfdf; flex-shrink:0;}
.lnb-dot .swiper ul.swiper-wrapper li.swiper-slide.active a {color:var(--dark-color);}
.lnb-dot .swiper ul.swiper-wrapper li.swiper-slide.active .dot {background:var(--secondary-color);}

#contArea.wide .sub-title.blind {position:absolute; width:1px; height:1px; margin:-1px; padding:0; overflow:hidden; clip:rect(0,0,0,0); border:0;}
#contArea.wide .real-cont {padding-top:0;}

.lnb-wrap .lnb .swiper {overflow:hidden;}
.lnb-wrap .lnb .swiper-slide {width:auto !important; flex:none;}
.lnb-wrap .lnb ul {display:flex;}
.lnb-wrap .lnb ul li a {white-space:nowrap;}

/* sub-tab */
.sub-tab {margin-bottom:clamp(24px, calc(40 / var(--inner) * 100vw), 40px);}
.sub-tab ul {display:flex; flex-wrap:wrap; gap:8px;}
.sub-tab ul li a {display:block; padding:12px 20px; border:1px solid #eee; border-radius:500px; color:#676767; font-size:var(--font-size-15); font-weight:500; line-height:1.4em; background:#fff;}
.sub-tab ul li.active a {background:var(--primary-color); border-color:var(--primary-color); color:#fff; font-weight:600;}

/* footer */
#footer {background: #fff; border-top: 1px solid #E7E7E7;}
.f-head {position: relative; border-bottom: 1px solid #E7E7E7;}
.f-head .contain {display: flex; justify-content: space-between; gap: 20px 35px;}
.f-nav ul {display: flex; border-left: 1px solid #E7E7E7;}
.f-nav li {border-right: 1px solid #E7E7E7;}
.f-nav a {display: flex; gap: 10px; align-items: center; padding: var(--space-24) var(--space-20); font-size: var(--font-size-18); font-weight: 500; line-height: 1.5556em; color: var(--dark-color);}
.f-nav a:hover {color: var(--secondary-color);}
.f-nav a:after {content: ''; display: block; width: 16px; height: 16px; background: url('/images/common/f-nav-arrow.svg') no-repeat center center / contain; filter: grayscale(1);}
.f-nav a:hover:after {filter: none;}
.scroll-top {display: flex; flex-direction: column; justify-content: center; align-items: center; font-weight: 700; color: var(--dark-color); text-align: center;}
.scroll-top:before {content: ''; display: block; width: 18px; height: 18px; background: url('/images/common/scroll-top.svg') no-repeat center center / contain;}
.f-body .contain {display: flex; justify-content: space-between; gap: 20px 35px; padding: var(--space-50) var(--container-space);}
address ul {display: flex; font-style: normal; gap: 8px 16px; line-height: 1.5em;}
address ul:not(:last-child) {margin-bottom: 8px;}
.copyright {color: #878787; font-weight: 500; margin-top: var(--space-40);}