@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}

.only-desktop-tablet {display:block;}
.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {max-width:1260px; width: 100%; padding-left:var(--container-space); padding-right:var(--container-space); margin:0 auto;}

/* header */
#header {position:relative; width:100%; background:#fff; z-index:100;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; max-width: 1460px; height:var(--header-height); z-index:10;}

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%; margin-right: -35px;}
#gnb>ul {display:flex; justify-content:flex-end;}
#gnb>ul>li {position:relative; padding:0 35px;}
#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:19px; font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li>a:after {content:""; position:absolute; bottom:16px; left:50%; margin-left: -3px; width:0; height:6px; background:var(--primary-color); transition:.2s; border-radius: 100%;}
#gnb>ul>li.active>a:after {width:6px;}
#gnb>ul>li.active>a {color: var(--primary-color);}
#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:20px 5px 40px;}
#gnb .submenu>ul>li>a {display:block; padding:5px 0; font-size:16px; line-height:2em;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline; text-underline-offset: 4px; color:var(--primary-color);}
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-top:1px solid #ddd;}

/* 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;}
.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 .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: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:25px; right:15px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; 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 */
.main-banner {padding: clamp(40px, calc( 80 / var(--inner) * 100vw ), 80px) 0;}
.main-banner .contain {display: flex; gap: 20px;}
.main-visual {position:relative; background:#f3f7fe; overflow:hidden; width: 67%; border-radius: var(--bdrs16)}
.main-visual .item {position:relative; overflow:hidden;}
.main-visual .item a {display: block;}
.main-visual .image {position:relative; top:0; left:0; width:100%; padding-bottom: 56.7088%; overflow:hidden;}
.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;}
.mv-controls {position:absolute; bottom: 0; right: 0; gap: clamp(20px, calc( 38 / var(--inner) * 100vw ), 38px); padding: clamp(5px, calc( 12 / var(--inner) * 100vw ), 12px) clamp(20px, calc( 30 / var(--inner) * 100vw ), 30px); display:flex; align-items:center; justify-content: flex-end; color:#fff; z-index:20; border-radius: var(--bdrs16) 0 var(--bdrs16) var(--bdrs16); background: rgba(0,0,0,.7); font-size: clamp(15px, calc( 20 / var(--inner) * 100vw ), 20px); font-weight: 700;}
.mv-controls .current {width: 1.2em; display: inline-block;}
.mv-controls .mv-divider {margin: 0 3px;}
.mv-controls .total {color: rgba(255,255,255,.7); font-weight: 400;}
.mv-arrows {display: flex; gap: 10px;}
.main-visual .slide-btn {width:20px; height:16px; background: url('/images/main/mv-arrow.png') no-repeat center center; background-size: contain; border:0; overflow:hidden;}
.main-visual .slide-prev {transform: rotate(180deg);}
.main-inquiry {flex: 1; display: flex; flex-direction: column; overflow: hidden; border-radius: var(--bdrs16); border: 1px solid #ddd;}
.main-inquiry h2 {padding: clamp(8px, calc( 14 / var(--inner) * 100vw ), 14px) 15px; background: var(--secondary-color); border-bottom: 1px solid #ddd; color: #fff; font-size: clamp(18px, calc( 24 / var(--inner) * 100vw ), 24px); font-weight: 700; color: #fff; text-align: center;}
.quick-inquiry {flex: 1; padding: clamp(10px, calc( 20 / var(--inner) * 100vw ), 20px); background: #fff;}
.quick-inquiry form {display: flex; flex-direction: column; justify-content: space-between; gap: 12px; height: 100%;}
.main-inquiry .form-agree,
.main-inquiry .form-agree .check {margin: 0; font-size: 14px;}
.main-inquiry .form-agree .check a {font-size: 12px;}
.main-inquiry .checkbox label:before {width: 16px; height: 16px; border-radius: 4px;}
.quick-inquiry .row {display: flex; align-items: center; gap: 10px; }
.quick-inquiry .col {display: flex; align-items: center; width: 100%; padding: 2px 16px; border: 1px solid #ddd; border-radius: var(--bdrs8); overflow: hidden; font-size: 15px; color: var(--dark-color);}
.quick-inquiry .col.select-col {padding: 0;}
.quick-inquiry .row:not(:last-child) {margin-bottom: 10px;}
.quick-inquiry .col select {flex: 1; padding: 2px 16px;}
.quick-inquiry .input {flex: 1; border: 0;}
.quick-inquiry .input:focus {border: 0; outline: 0;}
.quick-inquiry .tit {position: relative; min-width: 80px;}
.quick-inquiry .tit:before {position: absolute; content: ''; top: 50%; right: 0; margin-top: -9px; width: 1px; height: 18px; background: #ddd;}
.quick-inquiry em {color: #f11a1a;}

.main-section {padding: clamp(40px, calc( 115 / var(--inner) * 100vw ), 115px) 0;}
.main-tit {gap: 25px;}
.main-tit h2 {gap: 20px; color: var(--dark-color); font-size: clamp(22px, calc( 40 / var(--inner) * 100vw ), 40px); line-height: 1em; }
.main-tit h2 span {font-size: clamp(14px, calc( 16 / var(--inner) * 100vw ), 16px); color: #505050; line-height: 1em; font-weight: 400;}
.btn-link {display: flex; align-items: center; justify-content: center; gap: clamp(12px, calc( 20 / var(--inner) * 100vw ), 20px); padding: 15px; border-radius: var(--bdrs8); font-size: 18px; font-weight: 600; background: var(--primary-color); color: #fff; border: 1px solid var(--primary-color); line-height: 1em;}
.btn-link.btn-white {border: 1px solid #ddd; color: var(--dark-color); background: #fff;}
.btn-link.btn-white .icon img {filter: brightness(.2)}
.btn-more {display: flex; align-items: center; justify-content: space-between; width: 192px; height: 50px; padding: 5px 30px; border: 1px solid var(--primary-color); border-radius: 25px; background: #fff; color: var(--primary-color); font-size: 16px; font-weight: 700;}
.btn-more.btn-white {color: #fff; border-color: #fff; background-color: transparent;}
.btn-more.btn-white .icon img {filter: grayscale(1) brightness(10);}
.btn-more:hover, .btn-more.btn-white:hover {background: var(--primary-color); border-color: var(--primary-color); color: #fff; }
.btn-more:hover .icon img {filter: grayscale(1) brightness(10);}
.car-menu {gap: 10px;}
.car-menu a {display: flex; align-items: center; justify-content: center; width: 100px; height: 40px; background: #eee; border-radius: 20px; color: #878787; font-size: 16px; font-weight: 700;}
.car-menu a.active {color: #fff; background: var(--primary-color);}

.car-info-gallery .items {padding: 0 95px; margin: 0 -95px;}
.car-info-gallery .slick-arrow {position: absolute; right: 0; top: 50%; margin-top: -32px; width: 64px; height: 64px; background: url('/images/main/car-arrow.png') no-repeat center center; background-size: contain; overflow: hidden; text-indent: -9999em; border: 0; z-index: 5;}
.car-info-gallery .slick-prev {left: 0; right: auto; transform: rotate(180deg);}
.car-info-gallery .slick-list {margin: 0 -10px;}
.car-info-gallery .slick-slide {padding: 0 10px;}
.car-info-gallery .btn-wrap {gap: 8px;}
.car-info-gallery .btn-link {flex: 1; font-size: clamp(13px, calc( 15 / var(--inner) * 100vw ), 15px); font-weight: 600;}
.car-info-gallery .btn-link .icon img {width: 6px;}
.car-info-gallery .item {display: block;border-radius: var(--bdrs16); border: 1px solid #ddd;}
.car-info-gallery .thumb {position: relative; background: #f3f7fe; border-radius: var(--bdrs16) var(--bdrs16) 0 0; overflow: hidden;}
.car-info-gallery .thumb .img {position: relative; width: 100%; padding-bottom: 74.936%; overflow: hidden;}
.car-info-gallery .thumb .img img {position: absolute; width: 150%; height: 120%; max-width: 150%; max-height: none; left: 50%; top: 50%; transform: translate(-50%, -50%); object-fit: contain; padding: 60px 20px;}
.car-info-gallery .txt {padding: clamp(15px, calc( 30 / var(--inner) * 100vw ), 30px) clamp(15px, calc( 30 / var(--inner) * 100vw ), 30px); background: #fff; border-radius: 0 0 var(--bdrs16) var(--bdrs16);}
.car-info-gallery .logo {display: flex; align-items: center; margin-right: 5px; position: relative; overflow: hidden; width: 24px;}
.car-info-gallery .logo img {position: absolute; width: auto; height: auto; max-width: 100%; max-height: 100%; left: 50%; top: 50%; transform: translate(-50%, -50%); object-fit: contain;}
.car-info-gallery .slide-name {font-weight: 700; color: var(--dark-color);}
.car-info-gallery p {font-size: 14px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: break-all;}
.car-info-gallery .price {text-align: right; color: var(--dark-color);}
.car-info-gallery .price strong {font-size: clamp(16px, calc( 20 / var(--inner) * 100vw ), 20px);}
.car-info-gallery .price-list .price strong {font-size: clamp(15px, calc( 18 / var(--inner) * 100vw ), 18px);}
.car-info-gallery .car-info {margin-bottom: 16px;}
.option-list {border-bottom: 1px solid #ddd;}
.option-list, .price-list {padding: 15px 0;}
.option-list li, .price-list li {display: flex; font-size: clamp(13px, calc( 14 / var(--inner) * 100vw ), 14px);}
.option-list .list-tit {font-size: clamp(14px, calc( 15 / var(--inner) * 100vw ), 15px);}
.price-list .list-tit, .option-list .list-tit {min-width:118px;}
.option-list .option-cnt {flex: 1; color: var(--dark-color); flex-wrap: wrap;}
.option-color {display: flex; gap: 0 8px;}
.option-color > span {display: flex; gap: 5px; align-items: center;}
.option-add p {overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: keep-all;}
.add-click {position: relative; width: fit-content; margin-left: auto;}
.add-click span {text-decoration: underline; text-underline-offset: 4px; font-weight: 600; cursor: pointer;}
.option-tooltip {display: none; position: absolute; bottom: 35px; right: 0; width: max-content; padding: 15px; font-size: 12px; line-height: 1.6667em; text-align: center; color: #878787; background: #fff; border-radius: 8px; z-index: 5; filter: drop-shadow(0 0 2px rgb(0 0 0 / 15%));}
.option-tooltip:after {position:absolute; bottom:-12px; right: 0; content:''; border-top: 30px solid #fff;  border-left: 15px solid transparent; z-index:8; border-right: 15px solid transparent; }
.add-click span:hover ~ .option-tooltip {display: block;}
.car-info-gallery .color-box {display: inline-block; width: 16px; height: 16px; border-radius: 3px; border: 1px solid #ddd;}
.price-list li {justify-content: space-between;}
.slide-tags {display: flex; gap: 8px; position: absolute; top: 0; left: 0; width: 100%; padding: clamp(10px, calc( 20 / var(--inner) * 100vw ), 20px);}
.slide-tag {display: flex; align-items: center; justify-content: center; min-width: 60px; height: 26px; padding: 0 7px; color: #fff; border-radius: 4px; font-size: 14px; font-weight: 600;}
.slide-tag.long-term {background: var(--primary-color);}
.slide-tag.lease {background: var(--secondary-color);}
.slide-tag.immediate {background: #f01414;}

.main-promotion .promotion-gallery ul {margin: -10px;}
.main-promotion .promotion-gallery ul li {padding: 10px;}
.scope {gap: 5px; color: var(--primary-color); font-weight: 600;}
.main-review {position: relative;}
.main-review:before {position: absolute; content:''; z-index:-1; top: 0; width: 100%; height: 61.5%; background: url('/images/main/bg-review.jpg') no-repeat center center; background-size: cover;}
.review-gallery.car-info-gallery .slick-list {margin: 0 -10px -20px;}
.review-gallery.car-info-gallery .slick-slide {padding: 0 10px 20px;}
.review-gallery.car-info-gallery .thumb .img img {padding: 0;}
.review-gallery.car-info-gallery p {margin: 10px 0 20px; font-size: clamp(14px, calc( 16 / var(--inner) * 100vw ), 16px); line-height: 1.625em; overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: keep-all;}
.review-gallery .user-info {gap: 10px; font-size:clamp(13px, calc( 15 / var(--inner) * 100vw ), 15px); font-weight: 600; color: var(--dark-color);}
.user-info .user-img {position: relative;width: 40px; height: 40px; border-radius: 100%;}
.user-info .user-img img {position: absolute; width: 100%; height: 100%; max-width: 100%; max-height: 100%; left: 50%; top: 50%; transform: translate(-50%, -50%); object-fit: cover;}
.review-gallery .txt {background: #fafafa;}
.review-gallery .item:hover {box-shadow: 5px 5px 10px rgba(0,0,0,.2)}
.user-car {font-size: 14px; color: #878787;}

.youtube-wrap {display: flex;}
.youtube-box {width: 56.83334%; margin-right: clamp(30px, calc( 40 / var(--inner) * 100vw ), 40px);}
.youtube-list {flex: 1; overflow-y: scroll; height: 394px; border-top: 2px solid var(--dark-color);}
.youtube-list::-webkit-scrollbar {width: 5px;}
.youtube-list::-webkit-scrollbar-thumb {background: rgba(0,0,0,.2); border-radius: 2px;}
.youtube-list li {padding: clamp(20px, calc( 45 / var(--inner) * 100vw ), 45px) 0; cursor: pointer; border-bottom: 1px solid #ddd;}
.youtube-list a {display: flex;}
.youtube-list .photo {position: relative; width: 39.046%; }
.youtube-list .photo .img {position: relative;padding-bottom: 56.1115%;}
.youtube-list .photo img, .youtube-list .photo iframe {position: absolute; content: ''; width: 100%; height: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.youtube-txt {display: flex; flex-direction: column; justify-content: center; flex: 1; padding-left: clamp(20px, calc( 30 / var(--inner) * 100vw ), 30px);}
.youtube-txt h3 {margin-bottom: 10px; color: var(--dark-color); font-size: clamp(15px, calc( 18 / var(--inner) * 100vw ), 18px); line-height: 1.66667em; overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: keep-all;}
.youtube-txt p {font-size: clamp(12px, calc( 14 / var(--inner) * 100vw ), 14px); line-height: 1.57em; overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: keep-all;}

.shortcut-items {gap:20px;}
.shortcut-item {flex: 1; border-radius: var(--bdrs16); padding: clamp(20px, calc( 50 / var(--inner) * 100vw ), 50px) clamp(15px, calc( 30 / var(--inner) * 100vw ), 30px) clamp(15px, calc( 30 / var(--inner) * 100vw ), 30px); font-size: clamp(14px, calc( 16 / var(--inner) * 100vw ), 16px); line-height: 1.625em;}
.shortcut-item>.icon {text-align: right; margin-top: 12px;}
.shortcut-item .btn-more {max-width: 142px; height: 42px; font-weight: 600; color: var(--dark-color); border: 0; padding: 5px 20px; transition: all .2s; }
.shortcut-item .btn-more .icon img {filter: grayscale(1) brightness(.1); width: 8px;}
.shortcut-item .btn-more .icon {display: flex; align-items: center;}
.shortcut-item:hover .btn-more {color: #fff; background: var(--primary-color);}
.shortcut-item:hover .btn-more .icon img {filter: grayscale(1) brightness(10);}
.shortcut-item p {margin: clamp(12px, calc( 22 / var(--inner) * 100vw ), 22px) 0;}
.shortcut-item .tel-num {display: flex; align-items:center; height: 42px; line-height: 1em; font-size: clamp(22px, calc( 40 / var(--inner) * 100vw ), 40px); font-weight: 700; color: var(--dark-color);}
.shortcut-item:hover {margin-top: -20px; margin-bottom: 20px; box-shadow: 5px 5px 10px rgba(0,0,0,.2)}

.main-partners {padding: 15px 0; border-top: 1px solid #ddd;}
.main-partners .swiper-wrapper {transition-timing-function: linear !important;}

/* 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:58%; 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.none-lnb .inner {padding:0;}
.loaded .sub-visual .bg {transform:scale(1); opacity:1;}

.lnb-wrap {position:relative; margin-bottom: clamp(30px, calc( 60 / var(--inner) * 100vw ), 60px); overflow: hidden;}
.lnb {margin:0 auto; max-width:1200px; width: max-content;}
.lnb ul {display:flex;}
.lnb ul li {flex:1; text-align:center; padding: 0 7px;}
.lnb ul li a {display:flex; justify-content:center; align-items:center; width:100%; min-width: 150px; height:50px; padding:0 clamp(15px, calc( 30 / var(--inner) * 100vw ), 30px); background: #ddd; border-radius: 25px; font-size:16px; font-weight:600; line-height:1.2em; letter-spacing:-.03em;}
.lnb ul li.active a {color:#fff; background:var(--primary-color);}
.event-lnb .lnb {border-radius: 25px; overflow: hidden;}
.event-lnb .lnb ul {min-width: 620px;}
.event-lnb .lnb ul li {padding: 0;}
.event-lnb .lnb ul li a {border-radius: 0;}

.sub-title {margin-bottom: clamp(30px, calc( 60 / var(--inner) * 100vw ), 60px); padding:clamp(30px, calc( 58 / var(--inner) * 100vw ), 58px) var(--container-space);text-align: center; background: #f3f7fe;}
#contArea.wide .sub-title {padding-left:var(--container-space); padding-right:var(--container-space);}
.sub-title h1 {margin-bottom: 15px; font-size:clamp(28px, calc( 40 / var(--inner) * 100vw ), 40px); font-weight: 700; line-height:1.3em; color:var(--dark-color);}

.path-wrap .inner {display: flex; justify-content: center; font-size:clamp(14px, calc( 16 / var(--inner) * 100vw ), 16px); color: #878787;}
.path-wrap .home {display: block; width: 16px; height: 100%; background: url('/images/common/path-home.png') no-repeat center center; background-size: contain; overflow: hidden; text-indent: -99999em;}
.path-wrap .part {position: relative; padding-left: 18px; margin-left: 18px;}
.path-wrap .part:before {position: absolute; content: ''; left: 0; margin-left: -4px; width: 8px; height: 100%; background: url('/images/common/path-arrow.png') no-repeat center center; background-size: contain;}
.path-wrap .part:last-child {color: var(--primary-color);}
.path-wrap .part ul {display: none;}

#contArea {max-width:1260px; padding-left:var(--container-space); padding-right:var(--container-space); margin:0 auto;}
#contArea.wide {max-width:100%; padding:0;}

.real-cont {padding-bottom:120px;}
.icon img {vertical-align: middle; margin-top: -.02em;}
.txt-center {text-align: center;}

.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-column {display: flex; flex-direction: column;}
.flex-bottom {display: flex; align-items: flex-end;}
.flex1 {flex: 1;}

.fw400 {font-weight: 400;}
.fw500 {font-weight: 500;}
.fw600 {font-weight: 600;}
.fw700 {font-weight: 700 !important;}

.primary-color {color: var(--primary-color) !important;}
.secondary-color {color: var(--secondary-color);}
.third-color {color: var(--third-color);}
.fourth-color {color: var(--fourth-color);}
.dark-color {color: var(--dark-color);}
.white-color {color: #fff !important;}
.light-color {color: var(--light-color);}
.bg-gradient {background: var(--gradient-color);}
.bgc1 {background: #fffbe5;}
.bgc2 {background: #e5f5fd;}
.bgc3 {background: #e5f7e6;}
.bgc4 {background: rgba(20,106,240,.1);}
.bgc5 {background: #f4f4f4;}

.fz12 {font-size: 12px; line-height: 1.5em;}
.fz14-12 {font-size: clamp(12px, calc( 14 / var(--inner) * 100vw ), 14px); line-height: 1.57em;}
.fz15-13 {font-size: clamp(13px, calc( 15 / var(--inner) * 100vw ), 15px);}
.fz16-14 {font-size: clamp(14px, calc( 16 / var(--inner) * 100vw ), 16px); line-height: 1.625em;}
.fz18-15 {font-size: clamp(15px, calc( 18 / var(--inner) * 100vw ), 18px) !important;}
.fz20-16 {font-size: clamp(16px, calc( 20 / var(--inner) * 100vw ), 20px);}
.fz24-18 {font-size: clamp(18px, calc( 24 / var(--inner) * 100vw ), 24px);}
.fz32-22 {font-size: clamp(22px, calc( 32 / var(--inner) * 100vw ), 32px); line-height: 1.353em;}
.fz34-22 {font-size: clamp(22px, calc( 34 / var(--inner) * 100vw ), 34px); line-height: 1.353em;}
.fz56-28 {font-size: clamp(28px, calc( 56 / var(--inner) * 100vw ), 56px); line-height: 1.25em;}

.mb15-8 {margin-bottom: clamp(8px, calc( 15 / var(--inner) * 100vw ), 15px);}
.mb20-10 {margin-bottom: clamp(10px, calc( 20 / var(--inner) * 100vw ), 20px);}
.mb22-12 {margin-bottom: clamp(12px, calc( 22 / var(--inner) * 100vw ), 22px);}
.mb25-15 {margin-bottom: clamp(15px, calc( 25 / var(--inner) * 100vw ), 25px);}
.mb30-20 {margin-bottom: clamp(20px, calc( 30 / var(--inner) * 100vw ), 30px);}
.mb40-25 {margin-bottom: clamp(25px, calc( 40 / var(--inner) * 100vw ), 40px);}
.mb45-25 {margin-bottom: clamp(25px, calc( 45 / var(--inner) * 100vw ), 45px);}
.mb60-30 {margin-bottom: clamp(30px, calc( 60 / var(--inner) * 100vw ), 60px) !important;}

.bdrs16 {border-radius: var(--bdrs16); overflow: hidden;}

/* footer */
#footer {padding: clamp(20px, calc( 35 / var(--inner) * 100vw ), 35px) 0; background:var(--dark-color); font-size: clamp(13px, calc( 14 / var(--inner) * 100vw ), 14px); line-height: 1.86em;color: #fff;}
#footer .sitename {font-size: clamp(14px, calc( 16 / var(--inner) * 100vw ), 16px); margin-bottom: 10px;}
#footer address {display: flex; flex-wrap: wrap; gap: 0 28px; max-width: 500px; opacity: .6; font-style: normal;}
#footer .copyright {opacity:.6;}
.f-link a {position: relative; gap: 5px;}
.f-link a:not(:last-child) {padding-right: 18px; margin-right: 18px;}
.f-link a:not(:last-child):before {position: absolute; content: ''; top: 50%; right: -1px; margin-top: -8px; content: ''; width: 1px; height: 16px; background: rgba(255,255,255,.6);}
.f-logo {text-align: right; margin-top: 25px;}

/* Right Menu */
#rightMenu {position: fixed; top: 50%; transform: translateY(-50%); right: var(--container-space); z-index: 100;}
.right-box-tit {padding: 9px;}
#rightMenu .quick-inquiry .tit {font-size: 13px; font-weight: 600; min-width: 58px; width: 20%;}
#rightMenu .quick-inquiry .col {max-width: 180px; padding: 0 0 0 9px;}
#rightMenu .quick-inquiry .input {width: 100%; height: 44px;}
.right-box {border-radius: var(--bdrs16); overflow: hidden; box-shadow: 5px 5px 10px rgba(0,0,0,.2)}
.contact-method {margin: clamp(12px, calc( 20 / var(--inner) * 100vw ), 20px) 0;}
#rightMenu .form-agree {margin: 20px 0; font-size: 14px;}
#rightMenu .form-agree .check {font-size: 14px; margin-top: 0;}
#rightMenu .form-agree .check a {border: 0; padding: 0; margin: 0; font-size: 13px;}
#rightMenu .btn-link {font-size: 16px; padding: 12px;}

.float-menu {display: flex; flex-direction: column; align-items: flex-end; gap:15px; margin-top: 15px;}
.float-menu a {display:flex; justify-content:center; align-items:center;width:64px; height:64px; border-radius: 100%; box-shadow: 5px 5px 10px rgba(0,0,0,.2)}
.scroll-top {position: relative; font-size:14px; font-weight: 500; line-height:1em; text-align:center; color: var(--dark-color);}
.scroll-top span:before {display:block; content:""; margin:0 auto 10px; width:0; height:0; border-left:6px solid transparent; border-right:6px solid transparent; border-bottom:7px solid var(--dark-color);}