@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; padding-left:var(--container-space); padding-right:var(--container-space); margin:0 auto;}

/* header */
#header {position:fixed; top: 0; width:100%; z-index:100; letter-spacing: 0; background: #fff;}
#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:flex-end;}
#gnb>ul>li {position:relative; padding:0 50px;}
[lang="es"] #gnb>ul>li {padding: 0 30px;}
#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:20px; font-weight:600; line-height:1.3em;}
#gnb>ul>li>a:after {content:""; position:absolute; top: 25px; left:50%; width:0; height:8px; transform: translateX(-50%); background:var(--secondary-color); transition:.2s;}
#gnb>ul>li.active>a:after {width:4px;}
#gnb .submenu {display:none; position:absolute; left:50%; width:160px; transform:translateX(-50%); background:var(--secondary-color); border-radius: 0 0 8px 8px; text-align:center;}
[lang="ja"] #gnb .submenu {width: 210px;}
[lang="es"] #gnb .submenu {min-width: max-content;}
#gnb .submenu>ul {padding:10px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:4px 0; color:#fff; font-size:16px; line-height:2em;}
[lang="ja"] #gnb .submenu>ul>li>a {padding:8px 0; line-height: 1.5em;}
#gnb .submenu>ul>li>a:hover {text-decoration:underline; text-underline-offset: 4px;}

.header-search {position: relative;display: flex;margin: 0 7px; border: 1px solid #fff; border-radius: 20px; overflow: hidden; cursor: pointer; transition: all .2s;}
.header-search .input {height: 40px; padding-left: 20px; padding-right: 40px; border: 0; opacity: 0; pointer-events: none;}
.header-search .input::placeholder {font-size: clamp(13px, calc( 15 / var(--inner) * 100vw ), 15px); color: #b4b4b4;}
[lang="ja"] .header-search .input::placeholder {font-size: 13px;}
.header-search button {position: absolute; right: 0; top: 0; width: 40px; height: 100%; background: url('/images/common/icon-search.png') no-repeat center right 20px; border: 0; filter: grayscale(1); pointer-events: none;}
.header-search.active {border-color: var(--secondary-color);}
.header-search.active .input {opacity: 1; pointer-events: auto;}
.header-search.active button {filter: none; pointer-events: auto;}

.language {position: relative; width:auto; display: flex; align-items: center; justify-content: center; z-index:51;}
.language.active .bt-lang:before {transform:rotate(180deg);}
.language .bt-lang {position:relative; display:flex; align-items: center; gap: 10px; width: 90px; height: 30px; padding: 5px 10px; line-height:1.2em; font-size:clamp(14px, calc( 16 / var(--inner) * 100vw ), 16px);}
.language .bt-lang .flag {display: flex;filter: brightness(.2);}
.language .bt-lang:before {content:""; position:absolute; top:50%; margin-top:-3px; right:10px; width:11px; height:7px; background: url('/images/common/global-arrow.png') 50% 50% no-repeat;}
.language .lst {display:none; text-align:center; position:absolute; top: 100%; left:0; width:100%; padding: 5px 0; z-index:55; background: var(--secondary-color);}
.language .lst li a {display: flex; justify-content: center; align-items:center; width: 100%; height: auto; padding: 2px; color: #fff; font-size: clamp(13px, calc( 15 / var(--inner) * 100vw ), 15px); line-height: 1.5333em;}

/* intro page */
body .load-tugu {position: fixed; top: 0; width: 100vw;height: 100vh;background: #fff;z-index: 10000;display: block;opacity: 1;transition: opacity .3s}
body .load-tugu .load-tugu-logo {position: absolute;width: 249px;height: 141px;left: calc(50% - 124px);top: calc(50% - 70px)}
body .load-tugu .load-tugu-logo img {animation: loadTugu 2s infinite cubic-bezier(.39,0,.12,.99);display: block;width: 100%}
body.page-ready .load-tugu {opacity: 0;z-index: -99999;pointer-events: none}

.pace {-webkit-user-select: none;user-select: none;pointer-events: none;transform: translateY(0);transition: transform .3s;position: fixed;top: 0;left: 0;width: 100%;height: 6px;z-index: 10001}
.pace .pace-progress {position: fixed;right: 100%;width: 100%;height: 6px;background: #ea5306;z-index: 10000;animation: loadPace 1.5s forwards cubic-bezier(.39,0,.12,.99);}
body.page-ready .pace {opacity: 0; }

@keyframes loadTugu {
    0% {transform: translateY(-20px)}
    50% {transform: translateY(0)}
    to {transform: translateY(-20px)}
}
@keyframes loadPace {
    0% {right: 100%;}
    100% {right: 0;}
}

/* for mobile */
.m-nav ul {width: max-content; min-width: 100%;}
.m-nav li {flex: 1 1 auto; width: auto; }
.m-nav li a {display: flex; align-items: center; height: 40px; padding: 0 10px; font-size: 15px; font-weight: 700;}

.btn-m-menu {display:block; position:relative; width:28px; height:24px; margin-left: 30px;}
.btn-m-menu span {position:absolute; right:0; top:50%; width: 75%; height:2px; margin-top:-1px; background:var(--dark-color);}
.btn-m-menu:before,
.btn-m-menu:after {content:" "; position:absolute; left:0; right:0; height:2px; background:var(--dark-color);}
.btn-m-menu:before {top:0;}
.btn-m-menu:after {bottom:0;}

.mobile-navigation {display:block; 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(--secondary-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(--secondary-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;}
.nav-function {padding: 10px 20px; gap: 10px; align-items: flex-end;}
.nav-function form {width: 100%;}
.nav-function .header-search {margin: 0;}
.nav-function .header-search .input {flex: 1;  max-width: none !important;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}

/* popup video */
.popup-wrap {display:none; justify-content:center; align-items:center; position:fixed; top:0; left:0; width:100%; height:100%; padding: 30px; background:rgba(0,0,0,.7); z-index:10;}
.popup-wrap.active {display:flex;}
.popup-content { position:relative; padding:58px; background:#fff; border:2px solid #dd6127; border-radius:24px;}
.popup-content .imgs {display:flex; gap:30px;}
.popup-content .close {position:absolute; top:-56px; right:2px;}

.fullscreen {display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000;z-index:100;}
.fullscreen video {position:fixed;top:0;left:0;width:100%;height:100%;}
.fullscreen .close {position:absolute; top:20px; right:20px;}
.fullscreen.active {display:block;}

/* main */
.indicator {position:fixed; top:50%; right:100px; text-align:center; transform:translateY(-50%); color:#fff; font-size:14px; line-height:1.3em; letter-spacing:-.02em; z-index:60;}
.indicator .current {font-weight:500;}
.indicator .bar {width:15px; height:2px; margin:10px auto; background:#fff; opacity:.34;}
.indicator .total {opacity:.34;}

.main-visual {position:relative; background:#000; overflow:hidden; margin-top: var(--header-height);}
.main-visual .items {display: block;}
.main-visual .fixed-txt {position: absolute; z-index: 5; top: 80px; width: 100%; max-width: 2120px; padding:0 200px; font-size:clamp(20px, calc( 32 / var(--inner) * 100vw ), 32px); font-weight: 600; color: #fff;}
.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 {display: flex; align-items: center; justify-content: space-between; gap: 60px;position:absolute; top: 0; left:50%; transform: translateX(-50%); width: 100%; max-width: 2120px; height: 100%; padding:0 200px; color:#fff; z-index:40;}
.main-visual .caption .txt > div {transition:1.2s; transform:translate(50px,0); opacity:0;}
.main-visual .caption .txt2 {margin-top:30px;font-size:clamp(26px, calc( 68 / var(--inner) * 100vw ), 68px); font-weight:700; line-height:1.17em; letter-spacing:-.03em;}
.main-visual .caption .txt2 span {font-size:clamp(20px, calc( 48 / var(--inner) * 100vw ), 48px); font-weight: 600;}
.main-visual .caption .txt3 {margin-top:25px;font-size: clamp(16px, calc( 28 / var(--inner) * 100vw ), 28px); line-height: 1.4285em;}
.main-visual .photo img {object-fit: contain;}
.mv-item03 .photo {display: flex; align-items: flex-end; position: absolute; bottom: 0; right: 200px; height: 100%; width: 50.75558%;}
.mv-item03 .photo img, .mv-item05 .photo img {width: 100%;}
.mv-item05 .photo {position: absolute; width: 1400px; left: 50%;}
.main-visual .controls {display:flex; justify-content: center; align-items:center; gap: 13px; position:absolute; bottom: clamp(20px, calc( 60 / var(--inner) * 100vw ), 60px); left:50%; width: 100%; transform: translateX(-50%); padding:0 30px; z-index:2; line-height: 0;}
.mv-dots ul {display: flex; align-items: center; justify-content: center; gap: 15px;}
.mv-dots button {width: 15px; height: 15px; border-radius: 100%; background: #fff; opacity: .4; overflow:hidden; text-indent: -99999em; border: 0;}
.mv-dots .slick-active button {opacity: 1;}
.main-visual .slide-btn {width:14px; height:16px; background-color: unset; background-position:50% 50%; background-repeat:no-repeat; border:0;}
.main-visual .slide-stop {background-image:url("/images/main/mv-stop.png");}
.main-visual .slide-play {display:none; background-image:url("/images/main/mv-play.png");}
.main-visual .slick-arrow {position: absolute; top: 50%; right: 100px; width: 70px; height: 70px; margin-top: -35px; border-radius: 100%; background: url('/images/main/mv-arrow.png') no-repeat center center; background-size: auto; border: 1px solid rgba(255,255,255,.3); overflow: hidden; text-indent: -999999em; transition: .2s; z-index: 3;}
.main-visual .slick-prev {right: auto; left: 100px; transform: rotate(180deg);}
.main-visual .slick-arrow:hover {background-color: var(--secondary-color); border-color: var(--secondary-color);}
.main-visual .active .image {transform:scale(1);}
.main-visual .active .caption .txt > div {transform:translate(0,0); opacity:1;}
.main-visual .active .caption .txt1 {transition-delay:.2s;}
.main-visual .active .caption .txt2 {transition-delay:.5s;}
.main-visual .active .caption .txt3 {transition-delay:.8s;}

.main-section {padding: clamp(40px, calc( 100 / var(--inner) * 100vw ), 100px) 0;}
.main-section .contain {max-width: 1460px;}
.main-box {padding: clamp(20px, calc( 30 / var(--inner) * 100vw ), 30px) var(--container-space); border: 1px solid #ddd; border-radius: 15px;}
.btn-plus {filter: grayscale(1); transition: .2s;}
.btn-plus:hover {filter: none;}
.main-board {width: 47.5%;}
.main-board-large {display: block;padding-bottom: clamp(15px, calc( 25 / var(--inner) * 100vw ), 25px); margin-bottom: clamp(15px, calc( 25 / var(--inner) * 100vw ), 25px); border-bottom: 1px solid #ddd;}
.main-board-large p {overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: keep-all;}
.board-large-tit {display: flex; align-items: center; gap: clamp(15px, calc( 25 / var(--inner) * 100vw ), 25px); margin-bottom: clamp(15px, calc( 25 / var(--inner) * 100vw ), 25px);}
.board-large-tit h3 {flex: 1; overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: keep-all;}
.large-date {display: flex !important; align-items: center; justify-content: center; flex-direction: column; gap: 5px; width: clamp(44px, calc( 84 / var(--inner) * 100vw ), 84px); height: clamp(44px, calc( 84 / var(--inner) * 100vw ), 84px);background: var(--secondary-color); color: #fff; text-align: center;}
.large-date span {display: block; font-size: clamp(16px, calc( 34 / var(--inner) * 100vw ), 34px); line-height: 1em;}
.main-board-list li {display: flex; justify-content: space-between;}
.main-board-list li:not(:last-child) {margin-bottom: clamp(7px, calc( 14 / var(--inner) * 100vw ), 14px);}
.main-board-list li a {flex: 1; padding-right: 20px; overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: keep-all;}
.main-board-list li a:hover {text-decoration: underline;}
.board-date {color: #a8a8a8;}

.main-shortcut {flex-wrap: wrap; gap: clamp(10px, calc( 22 / var(--inner) * 100vw ), 22px); padding-left: clamp(10px, calc( 22 / var(--inner) * 100vw ), 22px); flex: 1;}
.main-shortcut-item {display: flex; flex-direction: column; width: calc((100% - clamp(10px, calc( 22 / var(--inner) * 100vw ), 22px)) / 2);}
.main-shortcut-item p {color: #8d8d8d;}
.btn-view {display: flex; align-items: center; gap: 20px; color: #bcbcbc; font-size: clamp(12px, calc( 14 / var(--inner) * 100vw ), 14px);}
.more-arrow {display: flex; align-items: center; filter: grayscale(1) brightness(2);}
.main-shortcut-item:hover .btn-view {color: var(--secondary-color);}
.main-shortcut-item:hover .more-arrow {filter: none;}
.shortcut-wrap {flex: 1;}

/* sub */
.sub-visual {position:relative; overflow:hidden; height:400px; margin-top: var(--header-height); background:#333; color:#fff;}
.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%); padding-bottom: var(--lnb-height);}
.sub-visual h2 {font-size:60px; font-weight:700; line-height:1em; letter-spacing:-.03em;}
.sub-visual p {margin-top: 25px; font-size: 24px; font-weight: 600;}
.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;}

.path-wrap {position: relative; width: 100%; margin-bottom: 20px;}
.path-wrap .inner {display:flex;}
.path-wrap .home a {display: flex; align-items: center; gap: 10px;}
.path-wrap .part > a {position:relative; padding-left: 22px; margin-left: 22px;}
.path-wrap .part > a:after {content:""; position:absolute; top:50%; left: 0; width:7px; height:12px; margin-top: -6px; background:url("/images/common/path-arrow.png") 50% 50% no-repeat;}
.path-wrap .part ul {display:none;}

.lnb-wrap {position:relative; margin-top: calc(var(--lnb-height) * -1);margin-bottom:clamp(40px, calc( 100 / var(--inner) * 100vw ), 100px); background: rgba(0,0,0,.5);}
.lnb {margin:0 auto; max-width:1200px;}
.lnb ul {display:flex;}
.lnb ul li {flex:1; text-align:center;}
[lang="en"] .lnb ul li,
[lang="ja"] .lnb ul li,
[lang="es"] .lnb ul li {flex: 1 1 auto; width: auto;}
.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:#fff; font-size:clamp(15px, calc( 18 / 1024 * 100vw ), 18px); font-weight:500; line-height:1.2em; letter-spacing:-.03em;}
.lnb ul li.active a {background:var(--secondary-color);}

.product-menu {margin-bottom: clamp(35px, calc( 60 / var(--inner) * 100vw ),60px);}
.product-menu .swiper, .product-third-menu {display: none;}
.product-menu .swiper.show, .product-third-menu.show {display: block;}
.product-menu ul {width: max-content; margin: 0 auto; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.product-menu li {position: relative; flex: 1 1 auto; width: 200px;}
[lang="ja"] .product-menu li,
[lang="es"] .product-menu li {width: auto;}
[lang="ja"] .product-menu a,
[lang="es"] .product-menu a {padding: 0 30px;}
.product-menu li:before {position: absolute; content: ''; top: 0; bottom: 0; width: 1px; right: 0; background: #ddd;}
.product-menu li:first-child:after {position: absolute; content: ''; top: 0; bottom: 0; width: 1px; left: 0; background: #ddd;}
.product-menu a {display: flex; align-items: center; justify-content: center; width: 100%; height: var(--product-menu-height); padding: 0 10px; text-align: center; font-size: 18px; font-weight: 500; color: #686868;}
.product-menu .active a {background: var(--secondary-color); color: #fff;}

.product-third-menu {margin-bottom: clamp(50px, calc( 60 / var(--inner) * 100vw ),60px);}
.product-third-menu ul {display: flex; justify-content: center;}
.product-third-menu li {position: relative;}
.product-third-menu li:not(:last-child) {padding-right: 24px; margin-right: 24px;}
.product-third-menu li:not(:last-child):before {position: absolute; content: '•'; right: 0; transform: translateX(50%);}
.product-third-menu a {font-size: 18px; font-weight: 500; color: #686868;}
.product-third-menu .active a {color: var(--secondary-color);}

.sub-title {padding-bottom:clamp(40px, calc( 50 / var(--inner) * 100vw ), 50px); max-width:1260px; margin:0 auto;}
#contArea.wide .sub-title {padding-left:var(--container-space); padding-right:var(--container-space);}
.sub-title h1 {position: relative; padding-top: clamp(15px, calc( 25 / var(--inner) * 100vw ), 25px); font-size:35px; font-weight: 600; line-height:1.3em; color:var(--dark-color); text-align: center;}
.sub-title h1:before {position: absolute; content: ''; top: 0; left: 50%; margin-left: -3px; width: 6px; height: 12px; background: var(--secondary-color);}

#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(50px, calc( 100 / var(--inner) * 100vw ), 100px);}
.icon img {vertical-align: middle; margin-top: -.02em;}
.txt-center {text-align: center;}
.txt-left {text-align: left;}

.flex-wrap {display: flex;}
.flex-mid {display: flex; align-items: center;}
.flex-bottom {display: flex; align-items: flex-end;}
.flex-center {display: flex; justify-content: center;}
.flex-between {display: flex; justify-content: space-between;}
.flex-column {display: flex; flex-direction: column;}
.flex1 {flex: 1;}

.fw300 {font-weight: 300;}
.fw400 {font-weight: 400;}
.fw500 {font-weight: 500;}
.fw600 {font-weight: 600;}
.fw700 {font-weight: 700;}

.fz14-12 {display: block; font-size: clamp(12px, calc( 14 / var(--inner) * 100vw ), 14px); line-height: 1.14em;}
.fz16-14 {font-size: clamp(14px, calc( 16 / var(--inner) * 100vw ), 16px);}
.fz17-15 {font-size: clamp(15px, calc( 17 / var(--inner) * 100vw ), 17px); line-height: 1.647em;}
.fz18-15 {font-size: clamp(15px, calc( 18 / var(--inner) * 100vw ), 18px);}
.fz20-16 {font-size: clamp(16px, calc( 20 / var(--inner) * 100vw ), 20px); line-height: 1.6em;}
.fz22-17 {font-size: clamp(17px, calc( 22 / var(--inner) * 100vw ), 22px); line-height: 1.6em;}
.fz24-18 {font-size: clamp(18px, calc( 24 / var(--inner) * 100vw ), 24px); line-height: 1em;}
[lang="ja"] .fz24-18 {line-height: 1.5em;}
[lang="es"] .fz24-18 {line-height: 1.3em;}
.fz28-20 {font-size: clamp(20px, calc( 28 / var(--inner) * 100vw ), 28px);}
.fz32-20 {font-size: clamp(20px, calc( 32 / var(--inner) * 100vw ), 32px);}
.fz36-22 { font-size: clamp(22px, calc( 36 / var(--inner) * 100vw ), 36px);}
.fz40-22 {font-size: clamp(22px, calc( 40 / var(--inner) * 100vw ), 40px); line-height: 1.3em;}

.mb12-7 {margin-bottom: clamp(7px, calc( 12 / var(--inner) * 100vw ), 12px);}
.mb15-8 {margin-bottom: clamp(8px, calc( 15 / var(--inner) * 100vw ), 15px);}
.mb20-10 {margin-bottom: clamp(10px, calc( 20 / var(--inner) * 100vw ), 20px);}
.mb25-12 {margin-bottom: clamp(12px, calc( 25 / var(--inner) * 100vw ), 25px);}
.mb30-15 {margin-bottom: clamp(15px, calc( 30 / var(--inner) * 100vw ),30px);}
.mb40-20 {margin-bottom: clamp(20px, calc( 40 / var(--inner) * 100vw ), 40px);}
.mb55-25 {margin-bottom: clamp(25px, calc( 55 / var(--inner) * 100vw ), 55px);}
.mb60-30 {margin-bottom: clamp(30px, calc( 60 / var(--inner) * 100vw ), 60px);}
.mb80-40 {margin-bottom: clamp(40px, calc( 80 / var(--inner) * 100vw ), 80px);}
.mb100-40 {margin-bottom: clamp(40px, calc( 100 / var(--inner) * 100vw ), 100px);}
.pb100-40 {padding-bottom: clamp(40px, calc( 100 / var(--inner) * 100vw ), 100px);}
.pt100-40 {padding-top: clamp(40px, calc( 100 / var(--inner) * 100vw ), 100px);}

.secondary-color {color: var(--secondary-color);}
.dark-color {color: var(--dark-color);}
.light-color {color: var(--light-color);}
.light-color2 {color: var(--light-color2);}
.blue-color {color: var(--blue-color);}
.red-color {color: var(--red-color);}
.white-color {color: #fff;}
.bgc1 {background: #f8f8f8 !important;}
.bgc2 {background: var(--secondary-color) !important;}
.bgc3 {background: #454545 !important;}
.bgc4 {background: #fff !important;}

/* footer */
#footer {padding: calc(clamp(20px, calc( 40 / var(--inner) * 100vw ), 40px) + 15px) 0 clamp(20px, calc( 40 / var(--inner) * 100vw ), 40px); background:#3e3934; font-size: clamp(12px, calc( 14 / var(--inner) * 100vw ), 14px); line-height: 1.5715em; font-weight: 300; color: #fff; letter-spacing: 0;}
#footer .contain {position: relative; max-width: 1780px; gap: 35px; justify-content: space-between; align-items: center;}
.f-wrap {gap: clamp(20px, calc( 40 / var(--inner) * 100vw ), 40px);}
#footer .sitelogo {display: block; margin-top: -15px;}
#footer .sitename {margin: 12px 0;font-weight: 700;font-size: clamp(15px, calc( 18 / var(--inner) * 100vw ), 18px);}
.f-link {gap: 25px; margin-bottom: 12px; font-size: clamp(13px, calc( 15 / var(--inner) * 100vw ), 15px);}
.f-link .icon {margin-right: 10px;}
#footer address {font-style: normal; gap: 0 30px; flex-wrap: wrap;}
#footer .copyright span {font-size: 12px; color: #818181;}
.f-sns {flex-wrap: wrap; align-items: center; height: fit-content; gap:10px; max-width: 152px;}
.f-sns a {display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 100%; background: #fff;}
.f-sns a:hover img {filter: grayscale(1) brightness(10);}
.f-sns .sns1:hover {background: #40b649;}
.f-sns .sns2:hover {background: #f8ef2c;}
.f-sns .sns3:hover {background: #ed1f24;}
.f-sns .sns4:hover {background: linear-gradient(67deg, #fcb215, #e41c52, #6c4c9b);}
.f-sns .sns5:hover {background: #40b649;}
.f-sns .sns6:hover {background: #fe5000;}

.right-menu {z-index:80; position:fixed; bottom:40px; right:15px;}
.right-menu a {display:flex; justify-content:center; align-items:center;  width:65px; height:65px; border-radius: 100%; border: 1px solid #ddd; background-color:#fff; color:#505050; font-size:12px; font-weight: 700; line-height:1em; text-align:center; font-family: 'Noto Sans KR';}
.right-menu .btn-pop {display: flex; align-items: center; justify-content: center; margin-bottom: 10px; transition: all .2s;}
.right-menu .btn-pop:hover {background: var(--primary-color); border-color:var(--primary-color)}
.right-menu .btn-pop:hover img {filter: grayscale(1) brightness(10);}
.scroll-top span:before {display:block; content:""; margin:0 auto 8px; width:0; height:0; border-left:7px solid transparent; border-right:7px solid transparent; border-bottom:10px solid var(--primary-color);}