@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, .only-laptop {display:none;}
.only-mobile {display:none;}

#container {position: relative; overflow: hidden;}
.contain {max-width:1460px; padding-left:var(--container-space); padding-right:var(--container-space); margin:0 auto;}
.contain.strait {max-width: 1260px;}
.contain.wide {max-width: 1660px;}
.contain.full {max-width: 1880px;}

/* header */
#header {position:sticky; top: 0; width:100%; background: var(--dark-color); z-index:100;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; max-width: 1880px; height:var(--header-height); z-index:10;}
#gnb {text-align:center; flex:1 1 auto;}
#gnb>ul {display:flex; justify-content:flex-end;}
#gnb>ul>li {position:relative; margin-left: 60px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; width: max-content; height:var(--header-height); color:#fff; font-size:22px; font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li.active>a {color: var(--primary-color);}

/* 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:#fff;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; left:0; right:0; height:2px; background:#fff;}
.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: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 */
.sec-fixed {position: fixed; bottom: 0; width: 100%; padding: 20px 0; background: #121212; z-index: 30;}
.sec-fixed .contain {justify-content: space-between;}
.sec-fixed .left {gap: clamp(20px, calc( 45 / var(--inner) * 100vw ), 45px);}
.sec-fixed .txt {font-size: clamp(20px, calc( 28 / var(--inner) * 100vw ), 28px); font-weight: 700;}
.sec-fixed .txt span {margin-left: clamp(15px, calc( 20 / var(--inner) * 100vw ), 20px); font-weight: 800;}
.sec-fixed .btn-inquiry.btn-pack {width: 207px; height: var(--fixed-height); border-radius: 6px; line-height: var(--fixed-height);}
.sec-fixed .form-inner {gap: 15px;}
.sec-fixed .input-wrap {gap: 5px;}
.sec-fixed .input {height: var(--fixed-height); padding: 5px 20px; border-radius: 6px;}
.sec-fixed .input::placeholder {font-size: 15px; color: #C9C9C9;}
.sec-fixed .checkbox label:before {width: 18px; height: 18px; margin: -.02em 8px 0 0; background: #ccc url('/images/bbs/main-checkbox.png') no-repeat center center;}
.sec-fixed .checkbox input:checked + label:before {background-color: var(--fourth-color); border-color:var(--fourth-color);}
.sec-fixed .chk-agree {font-size: 12px; font-weight: 500;}
.sec-fixed .chk-agree a {color: var(--light-color);}

.one-page {background: var(--dark-color);}
.main-tit .tag {color:var(--third-color); font-weight: 500; font-size: clamp(18px, calc( 32 / var(--inner) * 100vw ), 32px);}
.main-tit h2 {font-weight: 900; font-size: clamp(26px, calc( 86 / var(--inner) * 100vw ), 86px); line-height: 1.16em; color: #fff;}

.sec01 {display: flex; align-items: center; height: calc(100vh - var(--header-height)); padding: clamp(40px, calc( 100 / var(--inner) * 100vw ), 100px) 0;}
.sec01 .contain {width: 100%;}
.visual-cheese {opacity: 0; animation: cheezeBoom .7s .5s forwards;}
.visual-text {padding-top: 45px;}
.visual-text p:not(:last-child) {margin-bottom: 1.14em;}
.visual-text p {opacity: 0; animation: fadeleft .7s .4s forwards ease-out;}
.visual-text p:nth-child(2) {animation-delay: .7s;}
.visual-text p:nth-child(3) {animation-delay: 1s;}
.visual-text p:nth-child(4) {animation-delay: 1.3s;}
.visual-text p:nth-child(5) {animation-delay: 1.6s;}
.visual-banner {position: relative; width: 100%; padding-bottom: clamp(40px, calc( 110 / var(--inner) * 100vw ), 110px); background: #101010; pointer-events: none;}
.visual-banner-items {position:relative; overflow:hidden; z-index: 1; font-weight: 500; font-size:clamp(24px, calc( 42 / var(--inner) * 100vw ), 42px); line-height: 1em;}
.visual-banner-items:before {position: absolute; content:''; z-index: -1; left: 0; right: 0; top: 22px; bottom: 22px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; opacity: .24;}
.visual-banner-list {display: flex; width: max-content;}
.visual-banner-item {display: flex; align-items: center; margin-right: clamp(20px, calc( 80 / var(--inner) * 100vw ), 80px);}

@keyframes cheezeBoom {
	0% {transform: scale(1.2); opacity: 0;}
	100% {transform: scale(1); opacity: 1;}
}
@keyframes fadeleft {
	0% {transform: translate3d(100px,0,0); opacity: 0;}
	100% {transform: translate3d(0,0,0); opacity: 1;}
}

.signature-item h3 {margin:clamp(15px, calc( 25 / var(--inner) * 100vw ), 25px) 0 10px;}
#premium {overflow: hidden;}
#premium .tit-help-txt {margin: clamp(7px, calc( 10 / var(--inner) * 100vw ), 10px) 0 clamp(8px, calc( 15 / var(--inner) * 100vw ), 15px);}
.premium-cnt {position: relative; max-width: 860px; width: 45%; padding: clamp(40px, calc( 100 / var(--inner) * 100vw ), 100px) 15px;}
.premium-cnt:before {position: absolute; content: ''; left: 0; right: 0; top: 0; bottom: 0; background:  url('/images/main/premium-decoration.png') no-repeat 50% 75%; background-size: contain; pointer-events: none;}
.premium-side-img {flex:1;}
.premium-side-img img {width: 100%; height: 100%; object-fit: cover;}
.highest-sales {width: fit-content; margin: clamp(40px, calc( 100 / var(--inner) * 100vw ), 100px) auto clamp(25px, calc( 55 / var(--inner) * 100vw ), 55px); border: 2px solid transparent; border-image: linear-gradient(to right, transparent, var(--third-color), transparent); border-image-slice: 1;}
.highest-sales h3 {display: flex; align-items: center; width: fit-content; height: 62px; padding: 8px 40px; margin: -31px auto 0; border-radius: 31px; background: var(--third-color);}
.highest-sales-price {padding: 30px clamp(20px, calc( 120 / var(--inner) * 100vw ), 120px); font-size: clamp(35px, calc( 52 / var(--inner) * 100vw ), 52px); line-height: 1em;}
#history {overflow: hidden;}
#history .contain {position: relative;}
.history-list {position:absolute; top: 50%; width: 100%; transition: transform .6s ease-out; opacity: .14;}
.history-list li:not(:last-child) {margin-bottom: 8px;}
.history-cnt p {font-size: clamp(26px, calc( 86 / var(--inner) * 100vw ), 86px); line-height: 1.163em; font-weight: 600;}
.history-cnt p:nth-child(even) {font-weight: 900; text-align: right;}
.history-cnt p:not(:last-child) {margin-bottom: 30px;}
.history-cnt p:nth-child(even) .white-color {position: relative; z-index: 1;}
.history-cnt p:nth-child(even) .white-color:before {position: absolute; z-index: -1; content: ''; top: -20px; left: -30px; width: 80px; height: 80px; border-radius: 100%; background: linear-gradient(135deg, var(--third-color), transparent); opacity: .6;}

#advantage {position: relative; overflow: hidden; z-index: 1;}
#advantage .main-tit {margin-bottom:clamp(25px, calc( 50 / var(--inner) * 100vw ), 50px);}
#advantage .main-tit h2 {font-size:clamp(22px, calc( 68 / var(--inner) * 100vw ), 68px); line-height: 1.2em;}
#advantage h3 {margin-bottom: clamp(15px, calc( 25 / var(--inner) * 100vw ), 25px);}
#advantage .bg-video {position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
#advantage .bg-video:before {position: absolute; content: ''; left: 0; top: 0; bottom: 0; width:65%; background: linear-gradient(to right, var(--dark-color) 50%, transparent);}
#advantage .bg-video video{position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: center center; z-index: -1;}
#advantage .sec-txt-cnt {position: relative; z-index: 2;}
.advantage-items {display: flex; flex-wrap: wrap; max-width: 520px; margin: -17px -10px; text-align: center;}
.advantage-item {width: 33.3335%; padding: 17px 10px;}
.advantage-box {display: flex; flex-direction: column; gap: 5px; padding: 15px; margin-bottom: 15px; border: 2px solid var(--third-color); border-radius: var(--bdrs24); box-shadow: 0 0 24px rgba(204,165,87,.34)}
.advantage-item p {position: relative; left: 50%; width: max-content; transform: translateX(-50%); font-size: clamp(17px, calc( 22 / var(--inner) * 100vw ), 22px); line-height: 1.3636em; font-weight: 500;}

.margin-box {gap: clamp(25px, calc( 60 / var(--inner) * 100vw ), 60px); padding: clamp(20px, calc( 90 / var(--inner) * 100vw ), 90px) clamp(15px, calc( 100 / var(--inner) * 100vw ), 100px); border-radius: var(--bdrs24); background: #2c2c2c;}
.margin-circle {display: flex; flex-direction: column; align-items: center; justify-content: center; gap: clamp(8px, calc( 15 / var(--inner) * 100vw ), 15px); width: clamp(140px, calc( 280 / var(--inner) * 100vw ), 280px); height: clamp(140px, calc( 280 / var(--inner) * 100vw ), 280px); background: var(--dark-color); border-radius: 100%;}
.margin-circle span {font-weight: 900; line-height: 1em; color: var(--primary-color);}
.margin-detail-box {display: flex; align-items: center; gap: clamp(25px, calc( 60 / var(--inner) * 100vw ), 60px); margin: 20px 0; padding: clamp(20px, calc( 90 / var(--inner) * 100vw ), 90px) clamp(15px, calc( 100 / var(--inner) * 100vw ), 100px); border-radius: var(--bdrs24); background: url('/images/main/bg-margin-detail.jpg') no-repeat center center; background-size: cover;}
.margin-detail-box h3 {font-size: clamp(24px, calc( 48 / var(--inner) * 100vw ), 48px); line-height: 1em; color: var(--white-color);}
.margin-receipt-detail {margin: clamp(12px, calc( 25 / var(--inner) * 100vw ), 25px) 0; padding: clamp(15px, calc( 35 / var(--inner) * 100vw ), 35px) 0;border: 1px solid rgba(255,255,255,.24); border-left: 0; border-right: 0;}
.margin-receipt {max-width: 424px;  }
.margin-receipt li {display: flex;}
.margin-receipt li:not(:last-child) {margin-bottom: clamp(7px, calc( 14 / var(--inner) * 100vw ), 14px);}
.margin-receipt strong {width: 50%; color: #fff;}

.reason-items {display: flex; gap: 20px;}
.reason-item {display: flex; flex-direction: column; padding: 20px; padding-top: clamp(25px, calc( 50 / var(--inner) * 100vw ), 50px); border-radius: var(--bdrs24); background: #2c2c2c;}
.circle-num {display: flex; align-items: center; justify-content: center; width: clamp(30px, calc( 56 / var(--inner) * 100vw ), 56px); height: clamp(30px, calc( 56 / var(--inner) * 100vw ), 56px); background: var(--primary-color); border-radius: 100%; font-weight: 700; font-size: clamp(16px, calc( 20 / var(--inner) * 100vw ), 20px); color: #fff;}
.reason-num {margin: 0 auto clamp(20px, calc( 30 / var(--inner) * 100vw ), 30px); background: var(--dark-color);}
.reason-img {margin: clamp(20px, calc( 40 / var(--inner) * 100vw ), 40px) 0;}
.reason-box {flex: 1; padding: var(--container-space); padding-top: clamp(20px, calc( 40 / var(--inner) * 100vw ), 40px); border-radius: var(--bdrs24); background: var(--dark-color);}
.reason-box h4 {margin: clamp(10px, calc( 20 / var(--inner) * 100vw ), 20px) 0;}
.reason-dot {display: block; width: 12px; height: 12px; margin: 0 auto; border-radius: 100%; background: var(--secondary-color);}
.reason-item:nth-child(2) .reason-dot {background: var(--third-color);}
.reason-item:nth-child(3) .reason-dot {background: var(--primary-color);}

.cook-process {margin-bottom: clamp(40px, calc( 100 / var(--inner) * 100vw ), 100px);}
.cook-process-circle {position: relative;}
.cook-process-num {position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%);}

.five-minuits {padding: clamp(25px, calc( 50 / var(--inner) * 100vw ), 50px) clamp(15px, calc( 50 / var(--inner) * 100vw ), 50px);background: #2c2c2c; border-radius: var(--bdrs24)}
.five-minuits h3 {margin-bottom: clamp(20px, calc( 35 / var(--inner) * 100vw ), 35px);}
.five-minuits h3 span {text-emphasis: filled}

.table-wrap table {width: 100%; border-collapse:collapse; border-top: 1px solid rgba(255,255,255,.24);}
.table-wrap th {background: var(--dark-color); color: #fff; font-weight: 600; font-size: clamp(16px, calc( 20 / var(--inner) * 100vw ), 20px);}
.table-wrap thead th {padding: 10px;}
.table-wrap td {padding: clamp(10px, calc( 23 / var(--inner) * 100vw ), 23px) 10px;}
.table-wrap th, .table-wrap td {border-bottom: 1px solid rgba(255,255,255,.24);}
.hs-help-txt {font-weight: 900; font-size: clamp(26px, calc( 68 / var(--inner) * 100vw ), 68px); line-height: 1.295em; color: var(--white-color); text-align: center;}

.second-nav {width: fit-content; margin: 0 auto; border-radius: clamp(8px, calc( 16 / var(--inner) * 100vw ), 16px); overflow: hidden;}
.second-nav ul {width: max-content;}
.second-nav li {flex: 1 1 auto; width: auto;}
.second-nav a {display: block;padding: clamp(12px, calc( 21 / var(--inner) * 100vw ), 21px) 60px; background: var(--dark-color);}
.second-nav .active a {background: var(--primary-color); color: var(--dark-color);}
.cuisine-help-txt {margin: clamp(30px, calc( 45 / var(--inner) * 100vw ), 45px) 0 clamp(30px, calc( 110 / var(--inner) * 100vw ), 110px);}
.cuisine-slide {position: relative; width: 100%; pointer-events: none;}
.cuisine-slide-items {position:relative; overflow:hidden; z-index: 1;}
.cuisine-slide-list {display: flex; width: max-content;}
.cuisine-slide-item {width: 420px; padding: 0 clamp(10px, calc( 20 / var(--inner) * 100vw ), 20px);}
.cuisine-photo {position: relative; width: 100%; padding-bottom: 68.421%; overflow: hidden;}
.cuisine-photo img {position: absolute; width: 100%; height: 100%; max-width: 100%; min-height: 100%; left: 50%; top: 50%; transform: translate(-50%, -50%); object-fit: contain;}
.cuisine-gallery .flex-wrap {gap: 4px;}
.cuisine-gallery img, .cuisine-gallery video {transition: .4s;}
.cuisine-gallery img:hover {transform: translateY(-50%) scale(1.1);}
.cuisine-gallery video:hover {transform: translateY(-50%) scale(1.3);}
.cuisine-gallery-items {width: 50%; overflow: hidden;}
.square-cuisine .img-wrapper {position: relative; width: 100%; padding-bottom: 100%; overflow: hidden;}
.square-cuisine video, .square-cuisine img, .retangle-video video, .retangle-cuisine img {position: absolute; width: 100%; height: auto; max-width: 100%; min-height: 100%; left: 0; top: 50%; transform: translateY(-50%); object-fit: cover;}
.retangle-video .img-wrapper {position: relative; width: 100%; height: 100%; overflow: hidden;}
.retangle-cuisine .img-wrapper {position: relative; width: 100%; padding-bottom: 74.66667%; overflow: hidden;}
.cctv-items {gap: 4px; margin-bottom: 40px;}
.cctv-video-wrap {flex: 1; position: relative; width: 100%; padding-bottom: 49.7798%; overflow: hidden;}
.cctv-video video {position: absolute; width: 100%; height: auto; max-width: 100%; min-height: 100%; left: 0; top: 50%; transform: translateY(-50%) scale(1.08); object-fit: cover;}

#instagram {position: relative; display: flex; padding: clamp(50px, calc( 200 / var(--inner) * 100vw ), 200px) 0; overflow: hidden;}
.insta-items {position:relative; overflow:hidden; z-index: 1;}
.insta-list {display: flex; width: max-content;}
.insta-item {width: 350px; margin-right: var(--container-space);}
.insta-img {display: block;position: relative; width: 100%; padding-bottom: 100%; overflow: hidden; border-radius: var(--bdrs24);}
.insta-img:after {position: absolute; right: 12px; top: 12px; content: ''; width: 48px; height: 48px; background: url('/images/main/icon-insta.png') no-repeat center center; background-size: contain;}
.insta-img img {position: absolute; width: 100%; height: auto; max-width: 100%; min-height: 100%; left: 0; top: 50%; transform: translateY(-50%); object-fit: cover; transition: .2s;}
.insta-img:hover img {transform: translateY(-50%) scale(1.1);}
.insta-phone {max-width: 400px; width: 60%;}
.insta-phone-items {position: relative; border-radius: var(--bdrs24); overflow: hidden; box-shadow: 0 0 24px rgba(204,165,87,.5);}
.insta-phone-items:after {position: absolute; content: ''; top: 0; right: 0; bottom: 0; left: 0; border-radius: var(--bdrs24); border: 4px solid var(--third-color);}
.insta-phone-img {position: relative; width: 100%; padding-bottom: 172.5%; overflow: hidden;}
.insta-phone-img img,
.space-cnt .img-wrap img {position: absolute; width: 100%; height: auto; max-width: 100%; min-height: 100%; left: 0; top: 50%; transform: translateY(-50%); object-fit: cover;}
.insta-content {display: flex; flex-direction: column; justify-content: space-between; max-width: calc((100% - 400px) / 2); width: 20%; text-align: right;}
.insta-content h2 {padding: 0 clamp(20px, calc( 50 / var(--inner) * 100vw ), 50px) 0 var(--container-space);}
.insta-content.reverse {flex-direction: column-reverse; text-align: left;}
.insta-content.reverse h2 {padding: 0 var(--container-space) 0 clamp(20px, calc( 50 / var(--inner) * 100vw ), 50px);}

#space .main-tit {margin-bottom: clamp(20px, calc( 80 / var(--inner) * 100vw ), 80px);}
.space-cnt {display: flex;}
.space-cnt .img-wrap {position: relative; width: 100%; border-radius: var(--bdrs24); padding-bottom: 100%; overflow: hidden;}
.space-cnt .space-large-item .img-wrap {padding-bottom: 79.82456%;}
.space-large-items {width: 65.143%; height: fit-content;}
.space-thumb-items {width: 34.857%; padding-left: 2px; margin-right: -2px; overflow: hidden;}
.space-thumb-items .swiper {height: 100%;}
.space-thumb-item {padding: 2px;}
.swiper-slide-thumb-active .space-thumb-item .img-wrap:after {position: absolute; content: ''; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,.6);}
.space-thumb-items .swiper-wrapper {/* flex-direction: unset !important; */}
.space-thumb-items .swiper-slide {height: auto !important; max-height: 33.3335%}
.space-arrow {width: 48px; height: 48px; background: url('/images/main/space-arrow.png') no-repeat center center; background-size: contain; overflow: hidden; text-indent: -99999em;}
.space-arrow.swiper-button-prev {transform: rotate(180deg);}
.marts-brands {gap:clamp(12px, calc( 40 / var(--inner) * 100vw ), 40px);}

#change .main-tit {margin-bottom:clamp(40px, calc( 220 / var(--inner) * 100vw ), 220px);}
.change-items {display: flex; gap:clamp(20px, calc( 40 / var(--inner) * 100vw ), 40px); max-width: 1880px; margin: 0 auto; padding: 0 var(--container-space); padding-bottom: 20px;}
.change-item .reason-dot {background: var(--third-color);}
.change-item h3 {position: relative; z-index: 1; padding: 10px; margin-bottom: 10px; background: var(--third-color); border-radius: 50px;}
.change-item h3:before {position: absolute; z-index: -1; content:''; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(to right, var(--third-color), #fff); opacity: .34; border-radius: 50px;}
.change-price {margin-bottom: clamp(10px, calc( 20 / var(--inner) * 100vw ), 20px); font-size: clamp(22px, calc( 68 / var(--inner) * 100vw ), 68px); line-height: 1em; font-weight: 900;}

#Marketing {overflow: hidden;}
#Marketing .main-tit {margin-bottom:clamp(30px, calc( 80 / var(--inner) * 100vw ), 80px);}
.marketing-poster-items {margin: 0 -20px clamp(20px, calc( 35 / var(--inner) * 100vw ), 35px);}
.marketing-poster-item {position: relative; transform: scale(.87194); padding: 0 20px; transition: .5s;}
.slick-current .marketing-poster-item {transform: scale(1);}
.marketing-poster {position: relative; width: 100%; padding-bottom: 142.506%; overflow: hidden; border-radius: var(--bdrs24);}
.marketing-poster img {position: absolute; width: 100%; height: auto; max-width: 100%; min-height: 100%; left: 0; top: 50%; transform: translateY(-50%); object-fit: cover;}
.marketing-poster:after {position: absolute; content :''; top: 0; right: 0; bottom: 0; left: 0; border: 2px solid var(--third-color); border-radius: var(--bdrs24); box-shadow: 0 0 24px rgba(204,165,87,.34); opacity: 0; transition: .5s;}
.slick-current .marketing-poster:after {opacity: 1;}
#Marketing .slick-list {overflow: visible;}
#Marketing .slick-track {display: flex; align-items: center;}
.poster-arrows {gap: 10px;}
.poster-arrows .slick-arrow {display: block; width: 48px; height: 48px; overflow: hidden; text-indent: -99999em; background: url('/images/main/poster-arrow.png') no-repeat center center; background-size: contain; transition: .2s; border: 0;}
.poster-arrows .slick-prev {transform: rotate(180deg);}
.poster-arrows .slick-arrow:hover {background-image: url('/images/main/poster-arrow-on.png')}
.add-border-box {display: flex; width: fit-content; padding: 10px 30px; margin: clamp(15px, calc( 30 / var(--inner) * 100vw ), 30px) auto clamp(20px, calc( 40 / var(--inner) * 100vw ), 40px); border:2px solid var(--third-color); border-radius: 27px; font-weight: 700; color: var(--third-color);}

.youtube-wrapper {position: relative; width: 100%; padding-bottom: 52%; overflow: hidden; border-radius: var(--bdrs24);}
.youtube-wrapper iframe {position: absolute; width: 100%; height: auto; max-width: 100%; min-height: 100%; left: 0; top: 50%; transform: translateY(-50%); object-fit: contain; background: var(--light-color);}
.blog-banner {font-size:clamp(22px, calc( 68 / var(--inner) * 100vw ), 68px); line-height: 1.2353em; text-shadow: 6px 0 2px rgba(0,0,0,.6)}

#certification {margin-bottom: clamp(40px, calc( 130 / var(--inner) * 100vw ), 130px);}
.certification-txt {position: relative; width: fit-content;margin: 0 auto clamp(30px, calc( 110 / var(--inner) * 100vw ), 110px); padding: 0 clamp(30px, calc( 100 / var(--inner) * 100vw ), 100px); font-size:clamp(20px, calc( 52 / var(--inner) * 100vw ), 52px); line-height: 1.23em; color: #fff;}
.certification-txt:before, .certification-txt:after {position: absolute; content:''; top: 0; bottom: 0; right: 0; left: 0; background: url('/images/main/certification-wing.png') no-repeat center right; background-size: contain;}
.certification-txt:before {transform: scaleX(-1);}
.award-img {width: 62%; padding-right: 30px;}
.award-list {position: relative; overflow: hidden;}
.award-list ul {position: absolute; top: 50%; width: 100%; transition: transform .6s ease-out;}
.award-list li {text-indent: -8px; padding-left: 8px; font-size: clamp(14px, calc( 16 / var(--inner) * 100vw ), 16px); line-height: 1.5em; letter-spacing: -.04em; color: var(--light-color);}
.award-list li:not(:last-child) {margin-bottom: .5em;}

.coast-boxes {display: flex; gap: 20px;margin-bottom: clamp(40px, calc( 100 / var(--inner) * 100vw ), 100px);}
.coast-box {position: relative; flex: 1;}
.coast-img img {border-radius: var(--bdrs24);}
.coast-txt {position: absolute; top: var(--container-space); left: 0; right: 0; padding: 0 var(--container-space); font-size: clamp(18px, calc( 38 / var(--inner) * 100vw ), 38px); line-height: 1.368em; color: #fff; font-weight: 700;}
.coast-table .table-wrap {position: relative;}
.coast-table-deco {position: absolute; top: 0; right: 0; left: 0; border: 4px solid var(--third-color); box-shadow: 0 0 24px rgba(204,165,87,.5); border-radius: 8px;}
.coast-table thead th {padding: 19px;}
.coast-deco-wrap {position: relative; z-index: 1;}
.coast-deco-wrap:before {position: absolute; content: ''; top: 50%; left: -10px; right: -10px; height: 4px; margin-top: -2px; background: var(--fourth-color); transform: rotate(-15deg);}
.coast-deco-wrap:after {position: absolute; content:'면제'; z-index :-1; bottom: 5px; left: 90%; display: inline-block; padding: 0px 20px; border-radius: 18px; background: var(--fourth-color); font-weight: 700; color: #fff; transform: rotate(-15deg); font-size: clamp(15px, calc( 18 / var(--inner) * 100vw ), 18px); line-height: 2em;}

.coast-total {margin-bottom: clamp(20px, calc( 35 / var(--inner) * 100vw ), 35px); padding: 23px; background: var(--fourth-color);  border-radius: 8px; font-size: clamp(30px, calc( 52 / var(--inner) * 100vw ), 52px); line-height: 1.5em; font-weight: 900; color: #fff; text-align: center;}
.coast-info-txt li {padding-left: 10px; color: var(--light-color); text-indent: -10px; font-size:clamp(14px, calc( 16 / var(--inner) * 100vw ), 16px); line-height: 1.75em; font-weight: 500;}

.inquiry-item {display: flex; gap: 10px 20px;}
.inquiry-item:not(:last-child) {margin-bottom: 10px;}
.inquiry-tit {width: 24.286%; padding: 17px 40px; background: #2c2c2c; border-radius:clamp(8px, calc( 16 / var(--inner) * 100vw ), 16px); font-size:clamp(17px, calc( 22 / var(--inner) * 100vw ), 22px); line-height: 2em; font-weight: 700;}
.inquiry-tit span {display: flex; align-items: center;}
.inquiry-tit span:before {display: block; content: ''; width: 12px; height: 12px; margin-right: 15px; background: var(--primary-color); border-radius: 100%;}
.inquiry-item:not(:last-child) .inquiry-tit {display: flex; align-items: center;}
.inquiry-cnt {flex: 1; padding: 17px 14px; background: #fff; border-radius:clamp(8px, calc( 16 / var(--inner) * 100vw ), 16px);}
.inquiry-cnt .input {border: 0; font-size: clamp(16px, calc( 20 / var(--inner) * 100vw ), 20px);}

/* 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.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:1200px;}
.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:100px; padding-bottom:80px; max-width:1260px; margin:0 auto;}
#contArea.wide .sub-title {padding-left:var(--container-space); padding-right:var(--container-space);}
.sub-title h1 {font-size:42px; line-height:1.3em; color:#2c2c2c;}
.sub-title .doc-tit {margin-bottom:22px;}

#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: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.14em;}
.pb130-40 {padding-bottom: clamp(40px, calc( 130 / var(--inner) * 100vw ), 130px);}
.pt130-40 {padding-top: clamp(40px, calc( 130 / var(--inner) * 100vw ), 130px);}
.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;}
.fw800 {font-weight: 800;}
.fw900 {font-weight: 900;}

.primary-color {color: var(--primary-color) !important;}
.secondary-color {color: var(--secondary-color) !important;}
.third-color {color: var(--third-color) !important;}
.fourth-color {color: var(--fourth-color) !important;}
.gradient-color {background: var(--gradient-color);}
.dark-color {color: var(--dark-color);}
.light-color {color: var(--light-color);}
.white-color {color: #fff;}

.fz20-16 {font-size: clamp(16px, calc( 20 / var(--inner) * 100vw ), 20px) !important;}
.fz24-18 {font-size: clamp(18px, calc( 24 / var(--inner) * 100vw ), 24px) !important;}
.fz28-19 {font-size: clamp(19px, calc( 28 / var(--inner) * 100vw ), 28px) !important; line-height: 1.5em;}
.fz32-21 {font-size: clamp(21px, calc( 32 / var(--inner) * 100vw ), 32px) !important; line-height: 1.4375em;}
.fz36-22 {font-size: clamp(22px, calc( 36 / var(--inner) * 100vw ), 36px) !important; line-height: 1.27777em;}
.fz42-22 {font-size: clamp(22px, calc( 42 / var(--inner) * 100vw ), 42px) !important; line-height: 1.3333em;}
.fz68-22 {font-size: clamp(22px, calc( 68 / var(--inner) * 100vw ), 68px); line-height: 1.2em;}
.fz72-24 {font-size: clamp(24px, calc( 72 / var(--inner) * 100vw ), 72px) !important; line-height: 1.1388889em;}
.mb20-12 {margin-bottom: clamp(12px, calc( 20 / var(--inner) * 100vw ), 20px);}
.mb25-12 {margin-bottom: clamp(12px, calc( 25 / var(--inner) * 100vw ), 25px);}
.mb40-20 {margin-bottom: clamp(20px, calc( 40 / var(--inner) * 100vw ), 40px);}
.mb55-20 {margin-bottom: clamp(20px, calc( 55 / var(--inner) * 100vw ), 55px);}
.mb65-25 {margin-bottom: clamp(25px, calc( 65 / var(--inner) * 100vw ), 65px);}

/* footer */
#footer {position: relative; padding: clamp(20px, calc( 85 / var(--inner) * 100vw ), 85px) 0; background:#2c2c2c; z-index: 31;}
#footer .contain {display: flex; justify-content: space-between; gap: 20px;}
#footer .sitename {font-size: clamp(21px, calc( 32 / var(--inner) * 100vw ), 32px); font-weight: 600; color: #fff;}
.f-address {margin: clamp(12px, calc( 45 / var(--inner) * 100vw ), 45px) 0;}
#footer address span {position: relative; font-style: normal; font-weight: 500;}
#footer address span:not(:last-child) {padding-right: 16px; margin-right: 16px;}
#footer address span:not(:last-child):after {position: absolute; right: 0; content:'·'; transform: translateX(50%);}
#footer .copyright {font-size: clamp(13px, calc( 14 / var(--inner) * 100vw ), 14px);}
#footer .copyright span {margin-left: 20px; color: #505050;}
.f-link a {display: block; font-weight: 600; font-size: clamp(14px, calc( 16 / var(--inner) * 100vw ), 16px);}
.f-link a:not(:last-child) {margin-bottom: 10px;}
.f-right {text-align: right;}
.f-sns {display: flex; justify-content: flex-end; gap: 10px;}

.scroll-top {display:flex; justify-content:center; align-items:center; z-index:30; position:fixed; bottom:100px; right:var(--container-space); width:80px; height:80px; border-radius: 100%; background: var(--primary-color); color: var(--dark-color); font-size: 52px; line-height: 1em; font-weight: 900;}
.scroll-top span {transform: translateY(-4px); transition: .3s;}
.scroll-top:hover span {transform: translateY(-14px);}