@charset "utf-8";
body.main{background:var(--second-color); }
header.hide {transform: translateY(-100%); overflow: hidden;}
body.main{overflow-y:hidden;}
body.load-end{overflow-y:auto;-ms-overflow-y: scroll;}
/* .custom-loader-wrapper{display:flex;justify-content:center; align-items: center; width:100%; height:100%; background:var(--second-color); position:fixed; left:0;top:0; z-index:999;}
.custom-loader-wrapper img{max-width:100%; } */

body.load-end{ overflow-y:auto; -ms-overflow-y:scroll; } 
.custom-loader-wrapper{ display:flex; justify-content:center; align-items:center; width:100%; height:100%; background:var(--second-color); position:fixed; left:0; top:0; z-index:999; } 
.custom-loader-wrapper img{ max-width:100%; /* 시작 상태 */ transform:scale(0.2); opacity:0; /* Zoom In */ animation:loaderZoomIn 1s cubic-bezier(.22,1,.36,1) forwards; } /* 20% / opacity 0 → 100% / opacity 1 */ 
@keyframes loaderZoomIn{ 0%{ transform:scale(0.2); opacity:0; } 100%{ transform:scale(1); opacity:1; } } /* Zoom Out 시작 */ 
.custom-loader-wrapper.zoom-out img{ animation:loaderZoomOut 0.5s ease-in forwards; } /* 100% → 0% / opacity 1 → 0 */ 
@keyframes loaderZoomOut{ 0%{ transform:scale(1); opacity:1; } 100%{ transform:scale(0.7); opacity:0; } }

/********************************************
	HEADER
********************************************/
#header{position:fixed;top:0;display:flex;justify-content:space-between; align-items: center;width: 100%;height:var(--header-height); margin:0 auto;transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; padding:0 calc(var(--wrap-padding) + 120px) 0 var(--wrap-padding); box-sizing: border-box;  animation:opacity-ani 1s .5s ease-in-out both; z-index: 4;}
#header .logoArea{width:200px;height:100%; transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out; }
#header .logo{display:inline-block;width:100%;background:url(/images/layout/logo-white.png) 0% 50% no-repeat;background-size:auto 22px;height:100%; text-indent: -9999px;}
#header .gnb{flex:1;  }
#header .gnb > h2 {position:absolute;font-size:0;line-height:0;overflow:hidden;}
#header .gnb ul{display:flex;justify-self:flex-end; gap:40px;}
#header .gnb li{}
#header .gnb a{position:relative; font-family: 'SBAggroM'; font-size:11px;line-height:1;letter-spacing:0.03em; color:rgba(255,255,255, 1); text-transform: uppercase; }
#header .gnb a:before{ content: "";position:absolute; left: 50%; top:50%;transform:translate(-50%, -50%); margin-top:-2px; content: ' '; width: 100%;height:2px;background:var(--concept-color); opacity: 0; transform: scale(0) translate(-50%,0); z-index: 5;  }
#header .gnb li:hover a:before{opacity: 1; transition: 0.5s; transform: scale(1) translate(-50%,0); transition-delay: 0.1s;}

/* 스크롤 반응시 상단 메뉴 */
#header.bg_on{}
/* new mobile-menu */
.nav-but-wrap{position:fixed; top:0; right:var(--wrap-padding); display:inline-flex;justify-content:flex-end; align-items: center; gap:8px; width:120px;height:var(--header-height); text-align:right; transition : all 0.3s ease-out; z-index:5; margin-top:4px;  animation:opacity-ani 1s .5s ease-in-out both; }

/* body#sub .nav-but-wrap.bg_on{height:var(--header-top-height);}
.nav-but-wrap.bg_on .menu-icon__line {background-color: var(--second-color);}  */

.nav-text {font-family: 'SBAggroM'; font-size:9px;line-height:1;letter-spacing:0.03em; color:rgba(255,255,255, .7); cursor: pointer; }
.nav-icon {width: 44px;height: 44px;position: relative; cursor: pointer;display:flex;  border-radius: 50%; border:1px solid rgba(255,255,255, .5);}
.nav-icon-dot {position: absolute; left:50%; top:50%; transform:translate(-50%, -50%); width:4px;height:4px;display: block;background: #fff; border-radius: 50%; -webkit-transition: background-color .5s ease, -webkit-transform .2s ease;transition: background-color .5s ease, -webkit-transform .2s ease;transition: transform .2s ease, background-color .5s ease;transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;}
.nav-icon-dot-left {left:10px; top:50%; transform:translate(0, -50%); -webkit-transition: all 200ms linear;transition: all 200ms linear;}
.nav-icon-dot-right {left:28px; top:50%; transform:translate(0, -50%); -webkit-transition: all 200ms linear;transition: all 200ms linear;}
.nav-but-wrap:hover .nav-icon-dot-left {left:8px; opacity: .5; width:3px;height:3px; }
.nav-but-wrap:hover .nav-icon-dot-right {right:8px; left:auto;  opacity: .5;  width:3px;height:3px;  }

/* line style menu */
.menu-icon {height: 30px;width: 30px;position: relative; cursor: pointer;display: block;}
.menu-icon__line {height: 2px;width: 30px;display: block;background-color: #fff; margin-bottom: 7px;cursor: pointer;-webkit-transition: background-color .5s ease, -webkit-transform .2s ease;transition: background-color .5s ease, -webkit-transform .2s ease;transition: transform .2s ease, background-color .5s ease;transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;}
.menu-icon__line-left {width: 16.5px;-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.menu-icon__line-right {width: 16.5px;float: right;-webkit-transition: all 200ms linear;-moz-transition: all 200ms linear;-o-transition: all 200ms linear;-ms-transition: all 200ms linear;transition: all 200ms linear;}
.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {width: 30px;}

.nav {position: fixed;z-index: 4; }
.nav:before, .nav:after {content: "";position: fixed;width: 100vw;min-height: 100vh;height:100%;background: rgba(9,9,12,0.6);border-bottom-left-radius: 200%;z-index:-1;-webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;-webkit-transform: translateX(100%) translateY(-100%);transform: translateX(100%) translateY(-100%);}
.nav:after {background: rgba(9,9,12,1);-webkit-transition-delay: 0s; transition-delay: 0s;}
.nav:before {-webkit-transition-delay: .2s; transition-delay: .2s;}

.nav__content {position: fixed;visibility: hidden;top: 50%;/* margin-top: 20px; */ -webkit-transform: translate(0%, -50%); transform: translate(0%, -50%);display:flex; flex-direction: column; justify-content: center; width: 100%;text-align: center; padding:40px 0;  overflow-y: auto;height:100%; box-sizing: border-box;}
.nav__list {position: relative;padding:0;margin: 0;z-index: 2; }

.nav__list-item {position: relative;display: block;-webkit-transition-delay: 0.8s;transition-delay: 0.8s;opacity: 0;text-align: center;overflow: hidden;-webkit-transform: translate(100px, 0%); transform: translate(100px, 0%);-webkit-transition: opacity .2s ease, -webkit-transform .3s ease;transition: opacity .2s ease, -webkit-transform .3s ease;transition: opacity .2s ease, transform .3s ease;transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;margin-top: 0;margin-bottom: 0;}
.nav__list-item > a{ position: relative;text-decoration: none;font-family: 'SBAggroM'; font-size:30px; line-height: 1.15;letter-spacing: 2px; color:var(--light-bgcolor); overflow: hidden; cursor: pointer;padding:10px 5px; margin-bottom:20px;z-index: 2;display: inline-block;
  text-transform: uppercase; -webkit-transition: all 200ms linear; transition: all 200ms linear; }
.nav__list-item > a:after{ position: absolute;content: '';/* top: 50%;margin-top: -2px; bottom:0px;  */ top: 50%;left: 50%;width: 0;height: 0;opacity: 0;background-color:  var(--concept-color);z-index: 1; -webkit-transition: all 200ms linear;transition: all 200ms linear; }
.nav__list-item > a:hover:after{ height: 3px;opacity: 1;left: 0;width: 100%;}
.nav__list-item > a:hover{color: rgba(255,255,255,1);}
.nav__list-item.active-nav > a{color: rgba(255,255,255,1);}
.nav__list-item.active-nav > a:after{ height: 3px;opacity: 1;left: 0;width: 100%;}

/* 하위 메뉴 open 추가 */
.nav__list{display:flex; align-items: center; flex-direction: column;width:100%; -webkit-transition: all .25s ease-in;transition: all .25s ease-in;}
.nav__list, .nav__list ul, .nav__list li {list-style: none;}
.nav__list > li li a {display: block;outline: none;text-decoration: none;color:rgba(255,255,255,.8); font-weight:400;  font-size:15px;line-height:1;padding: 10px 5px;}
.nav__list li.open a{color:#fff;}
.nav__list li.open li a {color:rgba(255,255,255,.8);}
.nav__list li.open li a:hover{color:#fff;}
.nav__list li.active a{color:#fff;}
.nav__list li li.active a{color:#fff;}
.nav__list li.open > a:after{ height: 3px;opacity: 1;left: 0;width: 100%;}
.nav__list li.open > a{color: rgba(255,255,255,1);}
.nav__list li.open > ul{padding:10px 0 15px;}
/* 하위 메뉴 추가 open END */

.lnb_ul{display:flex; align-items: center; flex-direction: column;  width:100%; overflow: hidden; box-sizing: border-box;}
.lnb__li {position: relative; display: block; -webkit-transition-delay: 0.8s;transition-delay: 0.8s;opacity: 0; text-align: center;overflow: hidden; -webkit-transform: translate(100px, 0%); transform: translate(100px, 0%);-webkit-transition: opacity .2s ease, -webkit-transform .3s ease;transition: opacity .2s ease, -webkit-transform .3s ease;transition: opacity .2s ease, transform .3s ease;transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;  margin-bottom:0px;box-sizing: border-box; }
.lnb__li > a{ position: relative;display:inline-block; text-decoration: none; font-family: 'SBAggroM'; font-size:30px; line-height: 1.15;letter-spacing: 2px; color:var(--light-bgcolor);  overflow: hidden; cursor: pointer;padding:10px 5px; margin-bottom:20px;z-index: 2; text-transform: uppercase; -webkit-transition: all 200ms linear; transition: all 200ms linear; /* min-width:200px; */  }
.lnb__li > a:hover{color: rgba(255,255,255,1);}
.lnb__li.is-on > a{color: rgba(255,255,255,1);}
.lnb__li > a:after{  position: absolute;content: '';/* top: 50%;margin-top: -2px; bottom:0px;  */ top: 50%;left: 50%;width: 0;height: 0;opacity: 0;background-color:  var(--concept-color);z-index: 1; -webkit-transition: all 200ms linear;transition: all 200ms linear; }
.lnb__li > a:hover:after{ height: 3px;opacity: 1;left: 0;width: 100%;} 
.lnb__li.is-on > a:after{ height: 3px;opacity: 1;left: 0;width: 100%;}

/* submenu  있을경우 : 이 사이트에는 사용안함 */
.lnb__li .toggle{display:flex;justify-content:center;align-items:center;position:absolute;right:0px;top:12px; width:30px;height:30px;box-sizing: border-box; cursor:pointer; /* z-index: 2; */ }
.lnb__li .toggle:before{content:'';display:block;width:10px;height:2px;background:#fff;transform:rotate(45deg);transform-origin: right center;transition:0.3s}
.lnb__li .toggle:after{content:'';display:block;width:10px;height:2px;background:#fff;transform:rotate(-45deg);transform-origin: left center;transition:0.3s}
.lnb__li.is-on .toggle:before{transform:rotate(-45deg);margin-top:-10px;transform-origin: right center;}
.lnb__li.is-on .toggle:after{transform:rotate(45deg);margin-top:-10px;transform-origin: left center;}
.lnb__sub{display:flex;flex-direction:row; gap:10px 30px; flex-wrap: wrap;box-sizing: border-box; }
.lnb__sub > li{position: relative; padding-left:30px; }
.lnb__sub > li > a{display:block;line-height:1.3;font-size:18px; color:rgba(255,255,255,.8); }
.lnb__sub > li > a:hover{color:#fff;}
.lnb__sub > li::after{position: absolute;content: ''; left:0; top:50%; transform:translateY(-50%);background:rgba(255,255,255,.4); width:1px; height:50%;   }
.lnb__sub > li:first-of-type{padding-left:0px; }
.lnb__sub > li:first-of-type::after{display:none; }
/* submenu  있을경우 : 이 사이트에는 사용안함 END */


body.nav-active{  overflow: hidden;/* position: fixed;width: 100%;height: 100% */}
body.nav-active .nav__content {visibility: visible;}
body.nav-active .menu-icon__line {background-color: #fff;-webkit-transform: translate(0px, 0px) rotate(-45deg);transform: translate(0px, 0px) rotate(-45deg);}
body.nav-active .menu-icon__line-left {width: 15px;-webkit-transform: translate(2px, 4px) rotate(45deg);transform: translate(2px, 4px) rotate(45deg);}
body.nav-active .menu-icon__line-right {width: 15px;float: right;-webkit-transform: translate(-3px, -3.5px) rotate(45deg);transform: translate(-3px, -3.5px) rotate(45deg);}
body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {width: 15px;}
body.nav-active .nav {visibility: visible;}
body.nav-active .nav:before, body.nav-active .nav:after {-webkit-transform: translateX(0%) translateY(0%); transform: translateX(0%) translateY(0%);border-radius: 0;}
body.nav-active .nav:after {-webkit-transition-delay: .1s; transition-delay: .1s;}
body.nav-active .nav:before {-webkit-transition-delay: 0s;transition-delay: 0s;}
body.nav-active .nav__list-item {opacity: 1;-webkit-transform: translateX(0%); transform: translateX(0%);-webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;transition: opacity .3s ease, transform .3s ease, color .3s ease;transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;}
body.nav-active .nav__list-item:nth-child(0) {-webkit-transition-delay: 0.7s;transition-delay: 0.7s;}
body.nav-active .nav__list-item:nth-child(1) {-webkit-transition-delay: 0.8s; transition-delay: 0.8s;}
body.nav-active .nav__list-item:nth-child(2) {-webkit-transition-delay: 0.9s;transition-delay: 0.9s;}
body.nav-active .nav__list-item:nth-child(3) {-webkit-transition-delay: 1s;transition-delay: 1s;}
body.nav-active .nav__list-item:nth-child(4) {-webkit-transition-delay: 1.1s;transition-delay: 1.1s;}
body.nav-active .nav__list-item:nth-child(5) {-webkit-transition-delay: 1.2s;transition-delay: 1.2s;}
body.nav-active .nav__list-item:nth-child(6) {-webkit-transition-delay: 1.3s;transition-delay: 1.3s;}
body.nav-active .nav__list-item:nth-child(7) {-webkit-transition-delay: 1.4s; transition-delay: 1.4s;}
body.nav-active .nav__list-item:nth-child(8) {-webkit-transition-delay: 1.5s;transition-delay: 1.5s;}
body.nav-active .nav__list-item:nth-child(9) {-webkit-transition-delay: 1.6s;transition-delay: 1.6s;}
body.nav-active .nav__list-item:nth-child(10) {-webkit-transition-delay: 1.7s;transition-delay: 1.7s;}
body.nav-active .nav__lang {opacity: 1;}
body.nav-active .nav__logo {opacity: 1;}

body.nav-active .lnb__li {opacity: 1;-webkit-transform: translateX(0%); transform: translateX(0%);-webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;transition: opacity .3s ease, transform .3s ease, color .3s ease;transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease; -webkit-transition-delay: 0.5s;transition-delay: 0.5s;}


body.nav-active #header.bg_on{border-bottom:0px solid #ebebeb;background-color:transparent;height:var(--header-height);}
body.nav-active #header.bg_on .menu-icon__line {background-color: #fff;} 
body.nav-active #header .logo{ display:none; }

body.nav-active .nav-but-wrap.bg_on{height:var(--header-height);  }
body.nav-active .nav-but-wrap.bg_on .menu-icon__line {background-color: #fff;} 
body.nav-active .nav-text{display:none;}
body.nav-active .nav-icon {border:1px solid rgba(255,255,255, .5) !important;}
body.nav-active .nav-icon-dot {background: #fff !important;}
body.nav-active .nav-icon-dot-center {width:16px;height:16px;background:url(/images/layout/close_white.png) 50% 50% no-repeat transparent !important;background-size:auto 16px; border-radius:0; -webkit-transition: all 200ms linear;transition: all 200ms linear;}
body.nav-active .nav-icon-dot-left {display:none !important;}
body.nav-active .nav-icon-dot-right {display:none !important;}

/* white배경 메뉴 스타일 변경 */
body.bg-wh #header{background:rgba(255, 255, 255, .5);}
body.bg-wh #header .logo{background:url(/images/layout/logo.png) 0% 50% no-repeat;background-size:auto 22px;}
body.bg-wh #header .gnb a{color:#333;}
body.bg-wh .nav-text {color:#666; }
body.bg-wh .nav-icon {border:1px solid rgba(22,22,22, .5);}
body.bg-wh .nav-icon-dot {background: var(--second-color);}

/* Header END */

/* #Progress top btn 
.progress-wrap {position: fixed;right:15px;bottom:20px;height: 46px;width: 46px;cursor: pointer;display: block;border-radius: 50%;box-shadow: inset  0 0 0 2px rgba(0,0,0,0.2);z-index:2;opacity: 0;visibility: hidden;transform: translateY(15px);-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap.active-progress {opacity: 1;visibility: visible;transform: translateY(0);}
.progress-wrap::after {position: absolute;font-family: 'unicons';content: '\ea5f'; line-height: 46px;font-size: 24px;color:var(--concept-color); text-align: center;left: 0;top: 0;height: 46px;width: 46px;cursor: pointer;display: block;z-index: 1;-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap:hover::after {opacity: .5;}
.progress-wrap::before {position: absolute;font-family: 'unicons';content: '\ea5f';line-height: 46px;font-size: 24px;text-align: center; opacity: 0;background-image: linear-gradient(298deg, var(--red), var(--yellow));-webkit-background-clip: text;-webkit-text-fill-color: transparent;left: 0;top: 0;height: 46px;width: 46px;cursor: pointer;display: block;z-index: 2;-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap:hover::before {opacity: 1;}
.progress-wrap svg path { fill: none; }
.progress-wrap svg.progress-circle path {stroke:var(--concept-color);stroke-width: 4;box-sizing:border-box;-webkit-transition: all 200ms linear; transition: all 200ms linear;}
*/

.progress-wrap{position:fixed; right:15px;bottom:20px; width:46px;height:46px;border-radius:50%; box-shadow:inset 0 0 0 2px rgba(0,0,0,.2);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(15px);transition:.25s;z-index:9999;}
.progress-wrap.active-progress{opacity:1;visibility:visible;transform:translateY(0);}
.progress-wrap .arrow-icon{position:absolute;left:50%; top:50%;width:20px;height:20px;transform:translate(-50%,-50%);z-index:2;transition:.2s;}
.progress-wrap .arrow-icon path{fill:none;stroke:var(--concept-color);stroke-width:2.6;  /* 기존 2.4 → 2.8 */ stroke-linecap:round; stroke-linejoin:round;}
.progress-wrap:hover .arrow-icon{transform:translate(-50%,-55%);}
.progress-wrap.off.active-progress {visibility: hidden !important;opacity: 0 !important;}

.progress-circle{ position:absolute; left:0;top:0;width:46px;height:46px; transform:rotate(-90deg);}
.progress-circle path{fill:none; stroke:var(--concept-color); stroke-width:4; transition:stroke-dashoffset .15s linear;}


.btn_kakao_ch {position:fixed;bottom:75px;right:15px;display:none;justify-content:center;align-items:center; gap:5px; text-align: center; height: 46px;width: 46px; background:var(--sub-color);border-radius:23px ;z-index:2;cursor:pointer;transition: all 0.2s cubic-bezier(0.65, 0, 0.076, 1); box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.07); }
.btn_kakao_ch .icon {width:100%;height:100%; text-align: center;background:url(/images/layout/i_chat.png) 50% 50% no-repeat; background-size:auto 24px;text-indent: -9999px; transition: all 0.2s cubic-bezier(0.65, 0, 0.076, 1); }
.btn_kakao_ch .button-text {font-weight: 600;color:rgba(255,255,255, 1); font-size:13px;letter-spacing:-0.02em;transition: all 0.2s cubic-bezier(0.65, 0, 0.076, 1);animation: button-text-Ani 1s 0.1s both; display:none;opacity:0;}
.btn_kakao_ch:hover .icon {width:30px;}
.btn_kakao_ch:hover{justify-content:flex-start; width:150px; padding:0 15px;}
.btn_kakao_ch:hover .button-text {display:inline-block !important;opacity: 1;  font-size:15px; animation: button-text-Ani 1s 0.1s both;}
.btn_kakao_ch.active{display:flex;}
.btn_kakao_ch.on{bottom:160px;}
.btn_kakao_ch.off{display:none;}

.aside_btn.off .progress-wrap.active-progress {visibility: hidden !important;opacity: 0 !important;}
.aside_btn.off .btn_kakao_ch{display:none;}

/* top btn 다른 스타일 */
.btn_up_layer {position:fixed;bottom:20px;right:10px;display:none;flex-direction: column;justify-content:center;align-items:center; gap:5px; text-align: center; width:40px;  height:40px;background:var(--concept-color);border-radius:50% ;z-index:9;cursor:pointer;transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out; box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.07); }
.btn_up_layer .icon {width:100%;height:100%; text-align: center;background:url(/images/layout/top-arrow.png) 50% 50% no-repeat; background-size:auto 14px;text-indent: -9999px;  }
.btn_up_layer .button-text {font-weight: 600;color:#fff; font-size:13px;letter-spacing:-0.02em;}
.btn_up_layer.active{display:flex;}
.btn_up_layer.on{bottom:160px;}

.circle-arrow{display:inline-block; width:30px; height:30px;background:url(/images/layout/arrow-1.png) 50% 50% no-repeat var(--concept-color); background-size:auto 13px; border-radius: 50%; }
.call{display:inline-block; width:40px; height:40px;background:url(/images/layout/q-icon1.png) 50% 50% no-repeat var(--concept-color); background-size:auto 18px; border-radius: 50%; }

/* footer  */
.footer{display:flex;flex-direction: column; align-items: center; width:100%; gap:0px; background:var(--second-color); margin:0px auto;padding:100px var(--wrap-padding) 60px; box-sizing: border-box; position: relative;}
.footer:after {content:""; display:block; clear:both; height:0;}
.footer .f_txt{font-weight: 400;color:#f1f1f1;font-size:24px;line-height:1.2; margin-bottom:20px;}
.footer .f_cs{margin-bottom:60px;}
.footer .f_cs > a{display:flex; align-items: center; justify-content: center; gap:15px;}
.footer .f_tit{font-family: 'SBAggroB';color:#fff;font-size:40px;line-height:1.2;}
.footer .f_logo{flex:0 0 200px;text-align:left;min-height:40px;background:url(/images/layout/logo-wh.png) 0% 0% no-repeat;background-size:auto 40px; text-indent: -9999px;}
.footer .f_cont{display:flex;justify-content: center; flex-wrap: wrap; gap:15px 30px;  }
.footer .f_cont li{display:inline-flex;justify-content: center; align-items: center; gap:8px;}
.footer .company_name{ position: relative; font-weight:700;color:#f6f6f6;font-size:18px;line-height:1.2; padding-right:12px;}
.footer .company_name::after{position: absolute;content: '';right:0; bottom:2px; width:6px; height:6px; border-radius: 50%; background:var(--concept-color);}
.footer.bg-1{background:#505156;}

body.main .footer{background:transparent !important;}

.footer .stit{font-weight:700; font-size:16px; color:#f6f6f6; }
.footer .phone{font-weight:600;color:#aaa;font-size:18px;  background:url(/images/layout/i-tel-w.png) 0% 50% no-repeat;background-size:12px auto; padding-left:17px; }
.footer .email{font-weight:600;color:#ddd;font-size:18px; background:url(/images/layout/icon-email.png) 0% 50% no-repeat;background-size:18px auto; padding-left:25px;}
.f_copy{font-weight: 300;color:#ddd;font-size:13px;line-height:1.2;letter-spacing:0em; margin:20px auto 0; /* padding:18px var(--wrap-padding); border-top:1px solid rgba(255, 255, 255, .2);*/ box-sizing: border-box;}

.ellipsis01{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ellipsis02{overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2; /* 라인수 */ -webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.3em;height: 2.6em; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */}
.ellipsis03{overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 3; /* 라인수 */ -webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.3em;height: 3.9em; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */} 
.ellipsis04{overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 4; /* 라인수 */ -webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.3em;height: 5.2em; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */} 

/*img 관련 */
.imgMax{max-width:100%;}
.imgFix{width:100%;}
.fullsize{display: inline-block;width: 100%;}
.fullsize img{width: 100%;}

.slideImg{position: relative; display: inline-block; width:100%; height:0px;padding-top:75%;overflow: hidden;border:1px solid #eee; border-radius:0px;background-size: cover; background:#fff;box-sizing: border-box; }
.slideImg img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%; }
.slideImg.mid{padding-top: 56.25%; }
.slideImg.mid-none{padding-top: 56.25%;border:0px solid #eee; }
.slideImg.full{padding-top: 100%; }
.slideImg.full-circle{padding-top: 100%;border-radius:50%;border:0px;}

/* 팝업 Basic */
.popupWrap_A{position:relative;display:flex; align-items:center; width: 100%; height:100vh;/*background:#fff;*/margin:0 auto;padding:0 2%; box-sizing: border-box;}/* basic */
.popupWrap_A img{max-width: 100%;}

.icon-close-black{position: absolute;right:20px;top:10px;width:21px; height:21px;background:url(/images/layout/close_black.png) 50% 50% no-repeat;text-indent: -9999px; z-index:2}
.icon-close-white{position: absolute;right:5px;top:0px;width:21px; height:21px;background:url(/images/layout/close_white.png) 50% 50% no-repeat;text-indent: -9999px; z-index:2}
.icon-close-white.p-inner{right:20px;top:13px;}
.icon-close-black.p-inner{right:20px;top:13px;}
.icon-close-circle{position: absolute;right:15px;top:15px;width:30px; height:30px;background:url(/images/layout/close_white.png) 50% 50% no-repeat var(--concept-color);background-size:auto 12px; border-radius:50%; text-indent: -9999px; z-index:2}
.icon-close-pop{position: absolute;right:0px;top:0px; width:50px; height:50px;background:url(/images/layout/close_white.png) 50% 50% no-repeat var(--second-color);background-size:auto 14px; text-indent: -9999px; z-index:2}

.popupBox_A{position:relative;width: 100%;padding:0px;/* background:#fff; */ margin-top:30px;border-radius:0px; overflow: auto; } /* basic - x버튼 위에 */
.popupBox_A img{max-width: 100%;}

/* 스크롤바 설정*/
.popupWrap_A::-webkit-scrollbar{width:7px;}
.popupWrap_A::-webkit-scrollbar:vertical {width:7px;}
.popupWrap_A::-webkit-scrollbar:horizontal {height:7px;}
.popupWrap_A::-webkit-scrollbar-thumb{background-color: var(--concept-color);}
.popupWrap_A::-webkit-scrollbar-track{background-color: #242424;}

.popupBox_B{position:fixed; left:50%; transform:translateX(-50%); bottom:0; display:flex; flex-direction: column; width: 100%; max-height:100vh; background:#fff; border-radius:8px 8px 0px 0px; padding:0px; box-sizing: border-box;  -webkit-transition: all 0.3s ease-in-out;  -moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;  -webkit-overflow-scrolling: touch; } /* bottom  */

.pop-title {font-weight:700;font-size:17px;line-height:1;color:#222;letter-spacing:-0.02em;} /* popup title */
.pop--topline{width:100%; padding:20px 25px 10px; border-bottom:1px solid #dfdfdf; }
.pop--top{width:100%; padding:15px 25px; background:var(--concept-color) /*#222*/; } 

.popup--inner{width:100%;background:#fff; max-height:85vh; padding:35px;box-sizing: border-box;position:relative;overflow: auto;  }
.popup--inner::-webkit-scrollbar {width:7px;height:7px;}
.popup--inner::-webkit-scrollbar-track {width:7px;background-color: #ddd !important;}
.popup--inner::-webkit-scrollbar-thumb {width:7px;background-color: #444 !important;}

.popupBox_B .popup--inner{max-height:100vh; }

/* html, body.modal-open {overflow: hidden; height: 100%;} */
body.modal-open {overflow: hidden;position: fixed;width: 100%;}
.not_scroll{position: fixed; overflow: hidden; width: 100%;height: 100%}
.not_scroll .cont { position: relative; top: 0;}
/* // 팝업 Basic */

.icon-newwin{display: inline-block; margin-left:5px; width:10px; height:10px; background:url(/images/layout/newwin-w.png) 0% 50% no-repeat;background-size:10px auto;}
.icon-newwin.depth-1{height:50px;}

.textTb{display: inline-block; width:100%;margin-bottom:20px; font-family: 'Pretendard'; }
.textTb .tit1{font-weight: 700;color:#333;font-size:16px;line-height:1.45;letter-spacing:-0.01em;margin-bottom:10px;}
.textTb .txt1{color:#555;font-size:13px;line-height:1.45;letter-spacing:-0.01em;}
.textTb .txt2{color:#555;font-size:13px;line-height:1.45;letter-spacing:-0.01em;margin-bottom:10px;}
.textTb .txt3{color:#555;font-size:13px;line-height:1.45;letter-spacing:-0.01em;padding-left:20px;margin-bottom:8px;box-sizing: border-box;}
.textTb .txt4{color:#555;font-size:13px;line-height:1.45;letter-spacing:-0.01em;padding-left:40px;margin-bottom:8px;box-sizing: border-box;}

.textTb.h600{height:600px; }

/*5/4 비율 이상 */
@media all and (min-device-aspect-ratio:5/4) { 
} 
/*5/4 비율 이하 */
@media all and (max-device-aspect-ratio:5/4) {   
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}


/* video 사용할 경우 */
.video_wrap{position: relative; margin:0px auto; padding-bottom: 56.25%;height: 0;overflow: hidden;}
.youtubeP{position: absolute;top: 0;left: 0;width: 100%; height: 100%;}

.content-video{position:relative; width:100%; margin:0 auto; text-align:center; background-color: #000; overflow:hidden; vertical-align:top; padding: 0px;}
.content-video:after {clear:both;display:block;height:0;overflow:hidden;visibility:hidden;content:"";} 
.content-video-txt{z-index: 2; position:absolute; top:50%;transform:translateY(-50%);text-align:center; }
.content-video video{background-color: #000;opacity:1;vertical-align:top;max-width:100%;height:auto}

.pc_only{display: inline-block;}
.mo_only{display: none;}

.inner{position:relative; width:100%;max-width:var(--area-width);margin:0 auto;padding:0;box-sizing: border-box;}
.inner:after {display:block; clear:both; content:'';}
/********************************************
	MAIN
********************************************/
.scroll-ani{position: absolute; right:20px; bottom:5%;display: inline-flex; align-items: center; justify-content: flex-end; flex-direction: column; gap:6px; width:20px; height:110px; z-index: 2;}
.scroll-ani .txt{}
.scroll-ani .txt img{height:75px;}

.mousey { display: inline-flex; justify-content: center; width:12px;padding: 0px;height:24px; border: 2px solid var(--concept-color);border-radius: 25px;opacity:1;box-sizing: content-box;}
.scroller {width: 4px;height: 4px;border-radius:50%;background-color:var(--concept-color); animation-name: scroll-ani; animation-duration: 2.2s; animation-timing-function: cubic-bezier(.15,.41,.69,.94);animation-iteration-count: infinite;}
@keyframes scroll-ani {
  0% { opacity: 0; }
  10% { transform: translateY(4px); opacity: 1; }
  50% {  opacity: 1; }
  100% { transform: translateY(20px); opacity: 0;}
}

.fixed-image, .bgimg-1{position: relative;background-attachment: fixed; /* Parallax Effect */}

.fixed-image {position: relative; width:100%; min-height: 100vh;height:100%; animation:opacity-ani 1s ease-in-out both; overflow: hidden; }
.fixed-image .bg01 {position:absolute; left:50%; top:50%;transform:translate(-50%, -50%);  width: 100%; height:100%; overflow: hidden;background:url(/images/main/main-bg01.jpg) 50% 50% no-repeat;background-size:cover; animation:bg-1-ani 10s ease-in-out infinite;z-index: -2; }
/* .fixed-image .bg01::after{position:absolute;top: 0;left: 0; content: ""; width: 100%;height: 100%; overflow: hidden;background:#0c0c0c;background-blend-mode :multiply;opacity: 0; } */
.fixed-image .bg01-text {position: relative; width: 100%; height:100%;display:flex; flex-direction: column; justify-content: center; align-items: center; gap:10px; animation:opacity-ani  1.5s .5s ease-in-out both;z-index:1;  }
.fixed-image .tit {display:flex; align-items: center; gap:40px;  font-family: 'SBAggroB';font-size:90px; line-height:1.2;letter-spacing:0em; color:#fff; text-shadow: 1px 1px 16px rgba(0, 0, 0, .15); text-transform: uppercase;}
.fixed-image .tit > span{color:var(--concept-color);  }
.fixed-image .txt {font-family: 'SBAggroM';font-size:20px; line-height:1.45;letter-spacing:0em; color:#fff; text-shadow: 1px 1px 16px rgba(0, 0, 0, .15); }

.fixed-image .bg02 {position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); width:100%; min-height: 100vh;height:100%;  /* width:50vw; height:50vh; */ overflow: hidden;background:url(/images/main/main-bg02.jpg) 50% 50% no-repeat;background-size:cover; border-radius:0; opacity: 0; /* animation:bg-2-with 2s 1s ease-in-out both; */ z-index: -1; }
.fixed-image .bg02.active {border-radius: 0; }

.fixed-image .mask_a{position:absolute;top:0;left:-60%; width:60%; height:100vh;background:url(/images/layout/mask-a.png) 0% 0% no-repeat; background-size: 100% 100%;  z-index: 2; }
.fixed-image .mask_b{position:absolute;top:0;right:-60%; width:60%; height:100vh;background:url(/images/layout/mask-b.png) 0% 0% no-repeat; background-size: 100% 100%;  z-index: 2; }

.slogan {position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); width: 100%; display:flex; flex-direction: column; justify-content:center; gap:100px; padding:80px 0 0;box-sizing: border-box; z-index:3; }
.slogan > *{ display:inline-flex;flex-direction: column; gap:10px; position: relative;}
.slogan > *:last-of-type{align-items: flex-end;text-align: right; }
.slogan .slogan-tit{ display:flex; align-items: center; gap:40px; font-family: 'SBAggroB';font-size:90px; line-height:1.2;letter-spacing:0em; color:#fff; text-shadow: 1px 1px 16px rgba(0, 0, 0, .15); text-transform: uppercase; opacity:0;  }
.slogan .slogan-tit > span{color:var(--concept-color);  }
.slogan .slogan-txt{display:flex;align-items: center; flex-wrap: wrap; gap:20px;font-family: 'SBAggroM';font-size:17px; line-height:1.45;letter-spacing:0em; color:#fff; text-shadow: 1px 1px 16px rgba(0, 0, 0, .15);padding-left:10px;padding-right:10%;   box-sizing: border-box;  opacity: 0;}
.slogan .slogan-stit{font-family: 'SBAggroB';font-size:70px; line-height:1.45;letter-spacing:0em; color:#fff; text-shadow: 1px 1px 16px rgba(0, 0, 0, .15); text-transform: uppercase; opacity: 0;}

@keyframes opacity-ani {
  0% {opacity: 0; }
  100% {opacity: 1;}
}
@keyframes bg-1-ani {
  0% {scale:1;  }
  50% {scale:1.06; }
  100% {scale:1; }
}
@keyframes bg-2-with {
  0% {width: 0px; height:0px;opacity: 0; }
  100% {width:320px; height:320px; opacity:.7; }
}

.scroll-line {position: absolute;bottom:30px; left:50%; transform:translateX(-50%); width:1px; height:0px; background:#fff;/*animation: progressAni 5s linear infinite;*/ z-index:2;}
@keyframes progressAni {
	0% {height:60px;}
	100% {height:0px;}
}

.main_quick{position: absolute; left:var(--wrap-padding); bottom:5%;display:flex; flex-direction: column;gap:10px; animation:opacity-ani 1s .5s ease-in-out both; z-index:101;}
.main_quick > *{height: 46px;width: 46px;border-radius:23px;border:1px solid rgba(255,255,255, .5); transition: all 0.2s cubic-bezier(0.65, 0, 0.076, 1);  }
body.nav-active .main_quick{position:fixed;}

.q-contact {display:flex;flex-direction:row; align-items:center;}
.q-contact .icon {width:100%;height:20px;background:url(/images/layout/q-icon1.png) 50% 0% no-repeat;background-size:auto 20px; text-align: center; transition: all 0.2s cubic-bezier(0.65, 0, 0.076, 1);}
.q-contact .button-text {display:none;opacity:0;  margin-left:10px; font-weight: 600;color:rgba(255,255,255, 1); font-size:13px;letter-spacing:-0.02em;transition: all 0.2s cubic-bezier(0.65, 0, 0.076, 1);animation: button-text-Ani 1s 0.1s both;}
.q-contact:hover .icon {width:30px;background:url(/images/layout/q-icon1.png) 50% 0% no-repeat;background-size:auto 20px;}
.q-contact:hover{width:180px; padding:0 15px;background:var(--concept-color);border:1px solid var(--concept-color); box-sizing: border-box;}
.q-contact:hover .button-text {display:inline-block !important;opacity: 1; animation: button-text-Ani .5s 0.1s both;}

.scroll_rotate{position: absolute; right:var(--wrap-padding); bottom:var(--wrap-padding); width:100px; height:100px; z-index: 2;}
.scroll_rotate .arr{ position: absolute;left: 0;top: 0; width: 100%;height: 100%;background: url(/images/layout/scroll-arr.png) 50% 50% no-repeat;background-size:19px auto;transition:0.6s;}
.scroll_rotate .txt{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.scroll_rotate .txt span{display: block;width: 100%;height: 100%;animation: rotate 8s linear infinite;}
.scroll_rotate .txt span em{display: block;width: 100%;height: 100%;background: url(/images/layout/scroll-txt.png) no-repeat center / contain;transition:0.6s;}

@keyframes rotate {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}


.section-1{position:relative;display:flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;  width:100%;min-height:100vh;height:100%; margin:0px auto;padding:80px 5%; box-sizing: border-box; }
.section-1 .tit-wrap{opacity: 0;  }
.section-1 .tit{font-family: 'SBAggroB';font-size:60px; line-height:1.45;letter-spacing:0em; color:#fff; text-shadow: 1px 1px 16px rgba(0, 0, 0, .15); text-transform: uppercase; text-transform: uppercase; opacity: 0;scale:.5; }
.section-1 .bg{position:absolute; left:0;bottom:-100%; display:flex; align-items: center; justify-content: center; width:100%;min-height:100vh; background: #fff;z-index: 1; }
.section-1 .tit-kor{font-weight:900;font-size:65px;line-height:1.45;letter-spacing:0em;color:#222; }
.section-1 .tit-bg{position:absolute; left:0; top:0; width:100%; height:100%; background: #fff; z-index: 2;  }

.section-2{position: relative; display:flex; flex-direction: column; align-items: center; justify-content: center; gap:40px; text-align: center; width:100%; margin:0px auto; overflow: hidden; background:#fff; padding:240px 10%; box-sizing: border-box;}
.section-2 .textGroup{margin:0px auto;max-width:1400px; line-height:1.45;letter-spacing:0em;}
.section-2 .tit{font-family: 'SBAggroB';font-size:60px;line-height:1.45;letter-spacing:0em; color:#ccc; text-transform: uppercase; }
.section-2 .tit-padding{padding-top:80px; }
.section-2 .tit-kor{font-weight:900;font-size:65px;line-height:1.45;letter-spacing:0em; color:#ccc; }

.section-2 .textGroup-m{display:none;}
.section-2 .mo{display:none;}

.horizontal-scroll {display: flex; flex-direction: row; justify-content: flex-start; height:100vh; height:100%;background:url(/images/main/sec2-bg.jpg) 50% 50% no-repeat;background-size:cover;   box-sizing: border-box; position: relative;}
.horizontal-scroll .end-btn{position:absolute; right:40px; top:50%;transform:translateY(-50%); z-index: 1;}
.horizontal-div { display: flex; flex-direction: column; flex-shrink: 0; justify-content: center; width:33vw; min-height:100%; margin-right:60px;}
.horizontal-div img{max-width: 100%; max-height: 62vh;-o-object-fit: contain; object-fit: contain;}

.horizontal-div.first { width:40vw;padding-left:100px;}
.horizontal-div .tit { font-family: 'SBAggroB';font-size:60px; line-height:1.2;letter-spacing:0em; color:#fff; text-shadow: 1px 1px 16px rgba(0, 0, 0, .15); text-transform: uppercase;}
.horizontal-div .txt {font-weight:400;font-size:20px; line-height:1.6;letter-spacing:0em; color:rgba(255,255,255, .8); text-shadow: 1px 1px 16px rgba(0, 0, 0, .15); margin:30px 0;}
.horizontal-div.last {position: relative; margin-right:0px; }
.horizontal-div.last  > a{position:absolute; right:-140px; top:50%;transform:translateY(-50%); z-index: 1; }

.more-c{display:inline-flex; justify-content: center; align-items: center; gap:7px; width:55px; height:55px; border-radius: 50%; background:#000; box-shadow: 1px 1px 16px 2px rgba(0, 0, 0, .2); transition:all 0.2s ease-in-out;  }
.more-c .dot{width:4px;height:4px;background: #fff; border-radius: 50%;  }
.more-c .text{font-weight:400;font-size:12px;line-height:1;letter-spacing:0.03em;color:#fff; display:none;}
.more-c:hover{background:var(--concept-color);}
.more-c:hover .text{display:inline;}
.more-c:hover .dot{display:none;}

.more-c.big{width:80px; height:80px; flex-direction: column; gap:5px; background:#000;}
.more-c.big .text{font-size:14px;letter-spacing:0.05em;display:inline;}
.more-c.big .plus{font-weight:100;font-size:24px;line-height:1;color:#fff; }
.more-c.big .img{width:100%; height:16px;  background:url(/images/layout/emblem-w.png) 50% 0% no-repeat;background-size:auto 12px;}

.btn-more {position: relative;display: inline-flex;flex-direction: column;justify-content: center; align-items: center;width: fit-content; max-width: 180px;height: 40px;border: 1px solid rgba(30, 29, 28, 0.2); border-radius: 50px;font-size: 14px;color: #1e1d1c;overflow: hidden; }
.btn-more span { position: relative; display: flex; justify-content: center;align-items: center;width: 100%; height: 100%;padding: 0 25px; box-sizing: content-box;  border-radius: 50px; overflow: hidden; transition: transform 0.3s;}
.btn-more span:nth-child(2) {position: absolute;top: 100%; background: #1e1d1c;color: #fff;}
.btn-more:hover span { transform: translateY(-100%);}
.btn-more.circle{width:80px; height:80px; border-radius:50%; background:#000;color: #fff; border: 0;}
.btn-more.circle span {border-radius:50%;padding: 0 10px;}
.btn-more.circle span:nth-child(2){ background:var(--concept-color);color: #fff;}

.horizontal-panel{ display: flex; flex-direction: column; flex-shrink: 0; justify-content: space-between; /* min-width: 100vw; */ min-width:100vw;min-height: 100vh;}
.horizontal-panel.a {background-color: aliceblue;}
.horizontal-panel.b {background-color: aquamarine;}
.horizontal-panel.c {background-color: antiquewhite;}
.horizontal-panel.d { background-color: thistle;}

.section-3{position: relative;display:flex; flex-direction: column; align-items: center; text-align:center; width:100%;margin:0px auto;overflow: hidden; /* background:url(/images/main/sec3-bg.jpg) 50% 50% no-repeat;background-size:cover; background-attachment: fixed; */ padding:500px 10%; box-sizing: border-box;}
.section-3 .bg {position: fixed;top: 0;left: 0; width: 100%; height: 100%; background-image: url("/images/main/sec3-bg.jpg");  background-size: cover;  background-position: center center;  transform: translateZ(0);  will-change: transform; z-index: -2; opacity: 0; }
/*.section-3 .background {position: absolute; top: 0; left: 0; width: 100%; height: 100%;  margin:0 auto; background-image: url('/images/main/sec3-bg.jpg'); background-size: cover; background-repeat: no-repeat; clip-path: polygon(80% 20%, 80% 80%, 20% 80%, 20% 20%); transition: clip-path ease 1.5s, background-position cubic-bezier(0, 0, 0.35, 1) .5s; } 
.section-3.aos-animate .background {clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0); }*/
.section-3 .tit{font-weight:800;font-size:60px;line-height: 1.45; color:#fff; text-shadow: 1px 1px 16px rgba(0, 0, 0, .15); margin-bottom:80px;}
.section-3 .tit br{display:none;}
.section-3 ul{max-width:1000px; display:flex; align-items: center; justify-content: center;flex-wrap: wrap; gap:40px 50px; margin:0 auto; }
.section-3 li{font-weight:600;font-size:30px;line-height: 1.45; color:#ebebeb;text-shadow: 1px 1px 16px rgba(0, 0, 0, .15);}

.section-3.active .bg{opacity: 1;  }

.gallery--list{width:100%;box-sizing: border-box;}
.gallery--list .thumb{position: relative;width:100%; height:0px;padding-top:75%;overflow: hidden;border-radius:0px;border:1px solid #f1f1f1; background:#f9f9f9; box-sizing: border-box;}
.gallery--list .thumb img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%; border-radius:0px; -webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s; }
.gallery--list:hover .thumb img{-webkit-transform: scale(1.1) rotate(0.02deg); -moz-transform: scale(1.1) rotate(0.02deg); -ms-transform: scale(1.1) rotate(0.02deg); -o-transform: scale(1.1) rotate(0.02deg); transform: scale(1.1) rotate(0.02deg);}
.gallery--list .textArea{margin-top:20px;text-align: left; padding:0 5px; box-sizing: border-box;}
.gallery--list .category{font-weight:600;font-size:16px;color:#222;line-height:1;letter-spacing:-0.01em;}
.gallery--list .tit{font-weight:500;font-size:16px;color:#222;letter-spacing:-0.01em; /* overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.3em; height: 2.6em; */ }
.gallery--list .date{font-weight:300;font-size:14px;color:#666;line-height:1.45;letter-spacing:-0.01em;margin-top:10px;}
  
/* section-02 */
.section-02{position: relative;display:flex; flex-direction: column; align-items: center; justify-content: center; gap:40px; text-align: center; width:100%;min-height:100vh; margin:0px auto; overflow: hidden; background:#fff; padding:80px 8%; box-sizing: border-box;}
/* .section-2::before{ position: absolute;right: 0;bottom: 0; content: ""; width:60%; height:100%; background:url(/images/main/sec2-bg.png) 100% 100% no-repeat;background-size:100% auto;  } */
.section-02 .tit{font-weight:700;font-size:65px;line-height:1.45;letter-spacing:0em;line-break: loose;color: transparent; -webkit-text-stroke: 1px #222; }
.section-02 .tit_eng{font-weight:700;font-size:70px;line-height:1.45;letter-spacing:0em;color:#333; }

body.sub-motion {visibility: hidden;opacity: 0;}

.sub-intro {z-index: 999; position: fixed;top: 0; left: 0;height: 100vh;width: 100%; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.sub-intro .panel { position: absolute; top: 0;left: 0; height: 100%; width: 100%; transform-origin: bottom; background-color:#fff;}

.about-sec1 {position: relative;display:flex; flex-direction: column; align-items: center; justify-content: center; width:100%; height:100%; min-height:100vh;background:var(--second-color);}
.about-container {position: absolute; top: 50%; left: 50%; height: 80%; transform: translate(-50%, -50%); filter: saturate(100%) brightness(100%);}
.about-container img {max-width:600px; height: 100%; border-radius: 150px; }
.title-container {z-index:2; position: relative; color:#fff; mix-blend-mode: difference; }
.about-slogan {font-family: 'SBAggroB';font-size:6.5vw; line-height:1.4;letter-spacing:0em; color:#fff; text-shadow: 1px 1px 16px rgba(0, 0, 0, .15); text-transform: uppercase; text-align: center; -webkit-user-select: none;-moz-user-select: none; -ms-user-select: none; user-select: none;  }

.about-sec2 {position: relative;width:100%;background:url(/images/sub/about-bg02.jpg) 50% 0px no-repeat var(--second-color);  background-size:cover; /* background-attachment: fixed; */ padding:180px var(--content-padding) 100px; box-sizing: border-box; -webkit-user-select: none;-moz-user-select: none; -ms-user-select: none; user-select: none;}
.about-sec2 .tit-stroke{display:flex;align-items: flex-end; gap:10px; font-family: 'SBAggroB'; font-size:65px;line-height:1;letter-spacing:0em;line-break: loose;color: transparent; -webkit-text-stroke: 1px #fff;text-transform: uppercase; text-shadow: 1px 1px 16px rgba(0, 0, 0, .15);  margin-bottom:80px;}
.about-sec2 .dot{display: inline-block; width:14px; height:14px; border-radius: 50%; background:var(--concept-color); margin-bottom:6px; }
.about-sec2 .tit{display:flex;align-items: flex-end; gap:10px; font-family: 'SBAggroB'; font-size:65px;line-height:1;letter-spacing:0em;line-break: loose;color:#fff; text-transform: uppercase;text-shadow: 1px 1px 16px rgba(0, 0, 0, .15); }
.about-sec2 ul{display:flex;flex-direction: column;align-items:flex-start; padding-right:0; margin-bottom:400px; box-sizing: border-box; }
.about-sec2 .stit{font-weight:800;font-size:34px;line-height:1.6;letter-spacing:0.05em;color:rgba(255,255,255,1); text-shadow: 1px 1px 16px rgba(0, 0, 0, .15); }
.about-sec2 .txt{font-weight:300;font-size:24px;line-height:1.6;letter-spacing:0.05em;color:rgba(255,255,255,1); text-shadow: 1px 1px 16px rgba(0, 0, 0, .15); margin-top:80px;}
.about-sec2 .txt > span, .about-sec2 .stit > span{font-weight:800;}

.about-sec3 {width:100%;margin:0px auto; background:#fff;padding:100px var(--content-padding); box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none; -ms-user-select: none; user-select: none;}
.about-sec3 ul{display:flex;justify-content: space-between;  align-items: center; flex-wrap: wrap; gap:60px;  max-width:var(--area-width); margin:0px auto; }
.about-sec3 li{flex:1;display:inline-flex; flex-direction: column;  }
.about-sec3 .num{font-family: 'SBAggroB';font-size:40px; line-height:1.2;letter-spacing:0em; color:#9f9fa1; }
.about-sec3 .tit{font-weight:800;font-size:30px; line-height:1.45;letter-spacing:0em; color:var(--second-color);}
.about-sec3 .txt{font-weight:300;font-size:20px;line-height:1.45;letter-spacing:0em;color:var(--second-color); margin-top:16px;}

.about-sec4 {width:100%; border-top: 1px solid rgba(0, 0, 0, .15); padding:100px var(--content-padding) 200px; box-sizing: border-box; -webkit-user-select: none;-moz-user-select: none; -ms-user-select: none; user-select: none;}
.about-sec4 ul{display:flex;justify-content: space-between;  flex-wrap: wrap; gap:80px;  max-width:var(--area-width); margin:0px auto; }
.about-sec4 li{flex:1; }
.about-sec4 li > h3{margin-top:10px;}
.about-sec4 li > h3:first-child{margin-top:0px;}
.about-sec4 .tit{font-weight:800;font-size:60px; line-height:1.45;letter-spacing:0em; color:var(--second-color); text-transform: uppercase;}
.about-sec4 .tag{display:flex;flex-wrap: wrap; gap:15px; margin-top:20px; }
.about-sec4 .tag > span{display: inline-block; padding:8px 24px; border-radius: 24px; border:1px solid #aaa; font-weight:300;font-size:16px;line-height:1.2;letter-spacing:0em;color:var(--second-color); }

/* work 수정 : 20260729 */
#work-container {width: 100%;background: #a0b8c3;  }
#work-container .footer{background: transparent;}
.work-top {position: relative; display: flex;justify-content: center;align-items: center;flex-direction: column; perspective: 1000px; padding:160px 0 120px; box-sizing: border-box; z-index: 2; }
.work-top h2{ font-family: 'SBAggroB'; color: #fff; font-size: 7vw; line-height:1.6; z-index: 1; margin-bottom: 0; pointer-events: none;}
.work-top .subtitle {z-index: 1; font-size:24px; color: #fff; letter-spacing:0; margin-top:20px; /* transform: translateX(-7vw); */ font-weight: 300;pointer-events: none;}
.deco-circle {border: 1px white solid; border-radius: 100%; width: 22vw; height: 22vw; position: absolute;top: 18vh; left:48vw; opacity: 0.3; pointer-events: none;}
.deco-circle-1 {border: 1px white solid; border-radius: 100%; width: 17vw; height: 17vw; position: absolute;top: 14vh; left:54vw; opacity: 0.4; pointer-events: none;}

/* Masonry - 등록 순서 유지 */
.gallery-grid-masonry {position: relative; width: 90%; margin: 0 auto;padding: 0 0% 120px;box-sizing: border-box;}
.gallery-grid-masonry .art-card {position: absolute;top: 0;left: 0;width: calc((100% - 72px) / 4);}

/* 개별 카드 스타일 */
.art-card {display: flex;flex-direction: column; align-self: start;  /* 그리드 안에서 카드가 늘어나지 않도록 방지 */}
.image-wrapper {background-color: #f7f7f7;width: 100%;overflow: hidden;position: relative;cursor: pointer;}
.image-wrapper img {width: 100%;height: auto;display: block;}
.art-info {padding-top: 12px;position: relative;}
.art-name {font-size: 16px; color: #fff; font-weight:400;line-height:1.3;margin-bottom:10px;}
.image-wrapper .ico-view{display:inline-flex;justify-content: center;align-items: center;flex-direction: column; gap:5px; position:absolute; left:50%; top:50%; width:0px;height:0px;transform:translate(-50%,-50%);background:var(--second-color);border-radius: 50%; font-size:10px; color:#fff; opacity:0; box-shadow: 1px 1px 16px 2px rgba(0, 0, 0, .2); transition:all 0.2s ease-in-out;  z-index:2; }
.image-wrapper .ico-view > .icon{width:100%; height:12px; background:url(/images/layout/emblem-w.png) 50% 0px no-repeat;  background-size:auto 100%; }
.image-wrapper:hover .ico-view{width:60px;height:60px; opacity:1;-webkit-transition-delay: 0.3s;transition-delay: 0.3s;}


@media (max-width: 1200px) {
    .gallery-grid-masonry .art-card {
        width: calc((100% - 48px) / 3);
    }
    .art-name {font-size: 15px; }
}

@media (max-width: 800px) {
    .gallery-grid-masonry .art-card {
        width: calc((100% - 24px) / 2);
    }
    
}

@media (max-width: 500px) {
    .gallery-grid-masonry {width: 80%;}
    .gallery-grid-masonry .art-card {
        width: 100%;
    }
}

/* portfolio popup */
.popup-view{width:100%; max-width:1200px; margin:0 auto 40px; }
.popup-view .portfolio-top{width:100%; text-align: center; margin-bottom:40px; }
.popup-view .portfolio-top img{width:100%;}

.popup-view .portfolio-cont{display: flex; align-self: start; flex-wrap: wrap; gap:20px; width:100%;padding:0px 40px; box-sizing: border-box; margin-bottom:80px; }
.popup-view .portfolio-cont .btn{width:360px;display: flex;justify-content: flex-end; gap:8px;}
.popup-view .portfolio-cont .cont{flex:1; }

.popup-btn{display: flex;justify-content:center; align-items: center; gap:20px; height:45px;font-size:15px; color: #fff; font-weight:400;line-height:1.3; background:var(--second-color); border-radius: 4px; padding:0px 20px; box-sizing: border-box; pointer-events: auto; cursor: pointer;}
.popup-btn .icon{width:14px; height:14px; background:url(/images/layout/newwin-w.png) 50% 0px no-repeat;  background-size:14px auto;}
.popup-btn:hover{color: #fff; opacity: .7;}
.popup-btn.concept{background:var(--concept-color);padding:0px 40px;}


.portfolio-client{display: flex; align-items: center; gap:40px;flex-wrap: wrap; margin-bottom:12px; }
.portfolio-client .tit{ font-weight:800;font-size:18px; color: var(--second-color);line-height:1.3; }
.portfolio-client .txt{ font-weight:600;font-size:18px; color:#444;line-height:1.3; }
.portfolio-category{display: flex; align-items: center; gap:2px;flex-wrap: wrap;}
.portfolio-category > *{display:inline-flex;justify-content: center;align-items: center; font-weight:400;font-size:14px; color:#444;line-height:1.3; border:1px solid #ccc; border-radius: 20px; padding:6px 16px; box-sizing: border-box; }
.portfolio-desc{font-weight:300;font-size:14px; color:#666;line-height:1.3;margin-top:12px; padding-left:6px; box-sizing: border-box; }

.portfolio-img{width:100%;padding:0px 40px;box-sizing: border-box;  }
.portfolio-img > ul{display: flex; gap:40px;flex-wrap: wrap; }
.portfolio-img > ul > li{flex:1;}
.portfolio-img > ul > li.mobile{flex:0 0 300px;}
.portfolio-img img{width:100%; border:1px solid #eee; box-sizing: border-box;}

/* .gallery-grid-masonry 
.gallery-grid-masonry {display: grid;grid-template-columns: repeat(4, 1fr); grid-gap: 24px; grid-auto-rows: 10px;margin: 0 auto;  padding:0px var(--content-padding) 100px; box-sizing: border-box;}

@media (max-width: 1200px) {
  .gallery-grid-masonry { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 800px) {
 .gallery-grid-masonry { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 500px) {
  .gallery-grid-masonry { grid-template-columns: repeat(1, 1fr); }
}
*/

/* work - old Ver */
#scroll-container {position:fixed; left: 0; top: 0;  width: 100%; will-change: transform;overflow: hidden;  -webkit-backface-visibility: hidden;backface-visibility: hidden;}
#scroll-container section {position: relative;}
.work{padding:5vh 0;}
.with-padding {padding: var(--v-spacing) 0;}
.with-padding-bottom {padding-bottom: var(--v-spacing);}

#scroll-container section > div{padding-bottom:var(--v-spacing);}
.portfolio{position: relative; box-sizing: border-box;}
.portfolio-box { width: calc(50vw + var(--h-gutter)); padding-bottom: 33.33vw;  margin: 0 var(--h-gutter) 0 33.33vw;  background-color: #000; overflow: hidden; position: relative; z-index: 1; cursor: pointer;}
.portfolio-box .ico-view{display:inline-flex;justify-content: center;align-items: center;flex-direction: column; gap:10px; position:absolute; left:50%; top:50%; width:0px;height:0px;transform:translate(-50%,-50%);background:var(--second-color);border-radius: 50%;font-family: 'SBAggroM';font-size:10px; color:#fff; opacity:0; box-shadow: 1px 1px 16px 2px rgba(0, 0, 0, .2); transition:all 0.2s ease-in-out;  z-index:2; }
.portfolio-box .ico-view > .icon{width:100%; height:14px; background:url(/images/layout/emblem-w.png) 50% 0px no-repeat;  background-size:auto 100%; }
.portfolio-box img { position: absolute; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; opacity: 0.9;left: 0;width: 100%;  height: 120%;top: -25%; transition:all 0.2s ease-in-out;  }
.portfolio-box.sm {padding-bottom:18vw; }
#portfolio7 .portfolio-box{cursor:default;}

.portfolio-box:hover img{opacity:.5;}
.portfolio-box:hover .ico-view{width:80px;height:80px; opacity:1;-webkit-transition-delay: 0.3s;transition-delay: 0.3s;}

.portfolio-heading {position: absolute; left: 28vw; top: 24vw; margin: 0; font-family: 'SBAggroB';white-space: nowrap; color:#fff; z-index: 2;  }
.portfolio-num { font-size: 1.6vw;opacity: 0.4;}
.portfolio-tit {font-size: 3.4vw; }
.portfolio-txt {width: calc(50vw + var(--h-gutter));  font-weight: 300; font-size:20px; color:#fff; margin-top:20px; margin-left:33vw;box-sizing: border-box; } 

#scroll-container section > div:nth-child(even) .portfolio-box { margin: 0 var(--h-gutter) 0 16vw; }
#scroll-container section > div:nth-child(even) .portfolio-heading {left:10vw;}
#scroll-container section > div:nth-child(even) .portfolio-txt {margin-left:16vw;} 
/* #scroll-container section > div:last-child .portfolio-heading {top:10vw;} */

.fill-background {position: fixed; top: 0;left: 0; width: 100%; height: 100%;will-change: background-color; background-color: var(--bcg-full-color); transition: background-color 0.3s linear; z-index: -1;}
.stage__etc{background-color: #0e0d12; height:0px; /* height:20px; */ }

.follower_me {position: fixed;width:0px;height:0px;pointer-events: none;transition: 0.1s linear;opacity:0; z-index: 9;}
.follower_me:after{content:'VIEW';display:flex;justify-content: center;align-items: center; position:absolute;width:100%;height:100%;transform:translate(-50%,-50%);background:var(--concept-color);opacity:0.9;border-radius: 50%; font-weight:400; font-size:12px; color:#fff; }
.follower_me.is-off {width:0px;height:0px;opacity:0;} 
.follower_me.is-open{width:60px;height:60px;opacity:1;}

/* original css */
.stage-heading {font-family: 'SBAggroB'; color:#fff; position: relative; z-index: 2;}
.stage-heading h3, .stage-heading p {position: absolute; left: 28vw; top: calc(var(--v-spacing) * -1.25); font-size: 3.6vw; margin: 0; white-space: nowrap;}
.stage-heading p { font-size: 1.6vw; opacity: 0.4; top: calc(var(--v-spacing) * -1.75);}

.portfolio-image { width: calc(50vw + var(--h-gutter)); margin: 0 var(--h-gutter) 0 33.33vw; padding-bottom: 33.33vw; background-color: #000; overflow: hidden; position: relative; z-index: 1;}
.portfolio-image img { position: absolute; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; opacity: 0.9;left: 0;width: 100%;  height: 120%;top: -25%; }
.portfolio-image.sm {padding-bottom:18vw; }
.stage__text { color:#fff;margin:20px calc(30vw + var(--h-gutter)) 50px 33.33vw; } 
.stage__text p {font-weight: 300;letter-spacing: 0.03vw;}
/* original css End */

/* 좌우 정렬 : 어수선해서 사용안함 
.portfolio{position: relative; display:flex; flex-direction: column; align-items: flex-end; padding:0 var(--h-gutter) var(--v-spacing); box-sizing: border-box;  }
#scroll-container section > div:nth-child(even){align-items:flex-start;}
.portfolio-box { width: calc(50vw + var(--h-gutter)); padding-bottom: 33.33vw; background-color: #000; overflow: hidden; position: relative; z-index: 1;}
.portfolio-box img { position: absolute; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; opacity: 0.9;left: 0;width: 100%;  height: 120%;top: -25%; }
.portfolio-box.sm {padding-bottom:18vw; }

.portfolio-heading {position: absolute; left: 28vw; top: 24vw; margin: 0; font-family: 'SBAggroB';white-space: nowrap; color:#fff; z-index: 2;  }
.portfolio-num { font-size: 1.6vw;opacity: 0.4; }
.portfolio-tit {font-size: 3.6vw; }
.portfolio-txt {font-weight: 300; font-size:20px; color:#fff; margin-top:20px; padding-left:calc(50vw - var(--h-gutter) * 3); box-sizing: border-box; } 
#scroll-container section > div:nth-child(even) .portfolio-heading {left:calc(50vw + var(--h-gutter)); }
#scroll-container section > div:nth-child(even) .portfolio-txt { text-align: right; } 
*/


.login-tab{display:flex; width:100%; max-width:600px;margin:0px auto 10px;}
.login-tab-menu{flex:1;display:inline-flex;justify-content:center; align-items: center;text-align:center; height:45px; border:1px solid #ddd;background:#fff; font-weight: 400; font-size:16px;color:#666;line-height:1;  }
.login-tab-menu.is-on{border:1px solid var(--concept-color);background:var(--concept-color); color:#fff;}

.tab-contents{display:none;width:100%; margin:0px auto 40px;}
.tab-contents.is-on{display:block;}

.contact-sec{width:100%;background:url(/images/sub/contact-bg.jpg) 50% 0px no-repeat  #23284c; background-size:100% auto; /* background: linear-gradient(180deg, #2b3990 35%,#23284c 65%, #23284c );*/ }
.contact-top {position: relative; min-height:50vh; display: flex;justify-content: center;align-items: center; flex-direction: column; perspective: 1000px; padding:160px 0 80px; box-sizing: border-box; z-index: 2;}
.contact-top h2{ font-family: 'SBAggroB'; color: #fff; font-size: 70px; line-height:1.2; z-index: 1; margin-bottom:20px; pointer-events: none; }
.contact-top .subtitle {z-index: 1; font-size:20px; color: #fff; letter-spacing:0;line-height:1.6; /* transform: translateX(-7vw); */ font-weight:400;pointer-events: none;}
.contact-top .deco-circle {width: 20vw; height: 20vw;top: 14vh; left:48vw; opacity: 0.2; }
.contact-top .deco-circle-1 {width: 16vw; height: 16vw;top: 10vh; left:54vw; opacity: 0.3; }


.contact{position: relative; width:100%;max-width:1200px; margin:0px auto;padding:0 var(--wrap-padding) 80px; box-sizing: border-box;  }
.contact-sec .footer{background:#23284c;padding:40px var(--wrap-padding); border-top: 1px solid rgba(255,255,255, .15) }
.contact-sec .phone, .contact-sec .email{color:#fff;}

/* form */
.form_sty{width:100%;margin:0px 0px 40px;border-top:1px solid rgba(255,255,255, .3);border-bottom:1px solid rgba(255,255,255, .3);  padding:20px; box-sizing: border-box;}
.form_sty > ul{display: flex;align-items: center;flex-wrap: wrap; gap:10px;  width:100%;margin-top:0px;padding:10px 0px;}
.form_sty > ul > li{padding:0px;display:inline-flex;align-items: center;flex-wrap: wrap; }
.form_sty > ul > li.top{align-self:flex-start; }
.form_sty .tit{flex:0 0 150px; padding-top:8px; }
.form_sty .tit > *{position:relative;display: inline-block;font-weight:600;font-size: 17px;color: #fff;line-height:1.2;letter-spacing:-0.02em;}
.form_sty .tit > *.required{padding-right:10px;}
.form_sty .tit > *.required::before{position:absolute; right:0; top:0;content: '*';width:6px;height:6px;border-radius: 0%;font-size:14px;color: #ff0000;}
.form_sty .tit.sm{flex:0 0 100px;  }
.form_sty .tit.lg{flex:0 0 200px;  }
.form_sty .cont{flex:1; font-size:16px;min-height:40px; }
.form_sty > ul > li:nth-of-type(3) {margin-left:30px;} /* 모바일 100% */

.tit-required{margin-bottom:15px;}
.tit-required > span{position:relative;display: inline-block;color: #aaa;font-size:16px; line-height:1;letter-spacing:-0.03em;}
.tit-required > span.required{padding-right:10px;}
.tit-required > span.required::before{position:absolute; right:0; top:0;content: '*';width:6px;height:6px;border-radius: 0%;font-size:14px;color: #ff0000;}

.file--name{display:inline-block;margin-left:10px;font-weight: 400;font-size:13px;line-height:20px;color:#666;}
.file--del{font-weight: 400;font-size:13px;line-height:1;color:#666;background:url(/images/layout/btn_close_14.png) 0 50% no-repeat;padding-left:20px;margin-top:10px;box-sizing: border-box;}
.spam-txt{display:inline-block; padding-top:10px; font-size:15px; color:#fff; }
.captcha-text{font-weight:300;font-size:14px; color:#fff;}
.captcha-text > span{font-weight:700; font-size:15px; color:#1c60fc;}
.captcha-input{flex:1;}
/* file upload */
.inputfile-wrap {position: relative;display: flex; width: 100%;}
.inputfile-wrap input[type="file"] {position: absolute;width: 1px;height: 1px;margin: -1px; padding: 0; border: 0; overflow: hidden;clip: rect(0, 0, 0, 0);}
.inputfile-wrap label.btn {display: block;width: 100px;height:40px;margin-left: 10px; color:#fff;border:0px solid #fff;background:#191b2f; line-height:40px;padding:0px 5px;text-align:center; font-size:14px;font-weight: 400;border-radius:4px;box-sizing: border-box;}
.inputfile-wrap input{flex: 1 1 auto; height:40px;padding:0 15px;border:0px solid #dfdfdf;background:#2c336c !important; color:#fff !important;border-radius:4px;font-size:15px;box-sizing:border-box; /*transition: border-color 0.15s ease-in-out;*/ }
.inputfile-wrap input:focus {outline: none;background:#2c336c !important;  border-color:#2c336c !important;}
.inputfile-wrap.line input{border:1px solid #ccc;border-width:0 0 1px 0; border-radius:0px;padding:0;}
.inputfile-wrap input::placeholder {color:rgba(255, 255, 255, 0.8);}
.inputfile-wrap input:-ms-input-placeholder {color:rgba(255, 255, 255, 0.8);}
.inputfile-wrap input::-ms-input-placeholder {color:rgba(255, 255, 255, 0.8);}
.inputfile-wrap input::-webkit-input-placeholder {color:rgba(255, 255, 255, 0.8);}
.inputfile-wrap input::-moz-placeholder {color:rgba(255, 255, 255, 0.8);}

.wr_box{display: inline-block; width:100%; border:0px solid #dfdfdf;background:#2c336c;  margin:0px auto;max-height:180px;overflow: auto; padding:20px;box-sizing: border-box; }
.wr_box > h3{font-weight: 500;font-size:14px;line-height:1.45;color:#fff;margin-bottom:10px;}
.wr_box > p{font-weight: 300;font-size:13px;line-height:1.45;color:#f1f1f1; margin-top:10px;}
.wr_box > p:first-child{ margin-top:0px;}

.tit-agreement{display:flex; align-items: center; gap:10px; font-weight: 600;font-size:16px;line-height:1.2;color:#fff;  margin-bottom:20px;}

.right-chkBox{display:flex;justify-content:flex-end;align-items: center;gap:10px; margin:10px auto 20px;}

  .agreement_chk_1{ text-align:left;  margin:0px 0 40px; border-top:1px solid rgba(22, 22, 22, .3); padding-top:20px;}
  .agreement_chk_1 .viewBtn{display:inline-flex;align-items: center;  padding-left:10px; margin-top:0px; box-sizing: border-box;}
  .agreement_chk_1 .viewBtn > a{position: relative;font-weight: 400;font-size:14px;line-height:1.2;color:#666;}
  .agreement_chk_1 .viewBtn > a::after { content: ' ';position: absolute;bottom:0; left:0;width:100%; height: 1px;background:#888;}
  .agreement_chk_1 input[type=checkbox] + label{ color:#666;}

/* CKEditor */
.form_sty .cke {width:100% !important; border:1px solid var(--border-color); border-radius:4px; overflow:hidden;}
.form_sty .cke_top {border-bottom:1px solid #d9d9d9;}
.form_sty .cke_contents {min-height:400px;}
.form_sty .cke_editable {font-family:var(--font-basic); font-size:15px; line-height:1.7; color:#333;}
.form_sty .cke_editable p {margin:0 0 8px;}

/* CKEditor 5 반응형 기존 문의내용 영역과 자연스럽게 연결 */
.editor-wrap {position:relative;width:100%;max-width:100%;min-width:0;box-sizing:border-box;}
.editor-wrap .ck.ck-editor { width:100%; max-width:100%; min-width:0; box-sizing:border-box;}
/* CKEditor 툴바: 좁아지면 다음 줄로 자동 배치 */
.editor-wrap .ck.ck-toolbar {width:100%;max-width:100%;min-width:0;box-sizing:border-box;border-color:var(--border-color);overflow:visible;}
.editor-wrap .ck.ck-toolbar .ck-toolbar__items { width:100%;max-width:100%;min-width:0;box-sizing:border-box; flex-wrap:wrap !important; overflow:visible;}
.editor-wrap .ck.ck-editor__main { width:100%; max-width:100%; min-width:0; box-sizing:border-box;}
.editor-wrap .ck.ck-editor__main > .ck-editor__editable { width:100%; max-width:100%; min-width:0; min-height:400px; max-height:600px; padding:12px 15px; font-family:var(--font-basic);font-size:15px; line-height:1.6; border-color:var(--border-color); box-sizing:border-box; overflow-x:hidden; overflow-y:auto; }
.editor-wrap .ck.ck-editor__main > .ck-editor__editable:focus { border-color:var(--concept-color); box-shadow:none; }
.editor-wrap .ck-content { max-width:100%; box-sizing:border-box; overflow-wrap:break-word; word-break:break-word; }
.editor-wrap .ck-content img { display:block; max-width:100%; height:auto;}
.editor-wrap .ck-content figure.table { width:100%;max-width:100%;overflow-x:auto; }
.editor-wrap .ck-content a { overflow-wrap:anywhere; word-break:break-word; }
.editor-wrap .ck.ck-button.ck-on, .editor-wrap .ck.ck-button:not(.ck-disabled):hover { background:#f0f1f8; }
/* form_sty가 flex 구조일 때 CKEditor가 부모보다 커지는 것을 방지 */
.form_sty .cont { min-width:0; }
@media (max-width:767px) {
  .editor-wrap .ck.ck-editor__main > .ck-editor__editable {min-height:380px; max-height:500px; padding:10px; font-size:14px;}
}
@media (max-width:480px) {
  .editor-wrap .ck.ck-editor__main > .ck-editor__editable {min-height:300px; max-height:500px;padding:10px; font-size:14px; line-height:1.55;}
}
/* 실제 전송용 textarea는 에디터 아래에 두되 화면에는 보이지 않게 처리 */
#aq_content { display:none; }

















/* main video */
.main-video{width:100%;}
/*
.main-video::before{position: absolute;content: ""; width:100%;height:100%; left:0; top:0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,.4) 0%, rgba(0,0,0,.2) 40%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,.4) 0%,rgba(0,0,0,.2) 40%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,.4) 0%,rgba(0,0,0,.2) 40%,rgba(252,255,255,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#00fcfaf9',GradientType=0 );
	z-index: 1;
	} */
video { -webkit-mask-image: -webkit-radial-gradient(white, black); -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; }
.main-video .video-container { padding: 0; width:100%; height:100vh; overflow: hidden; position: relative;}
.main-video video {position: absolute;transform: translateX(-50%) translateY(-50%);top: 50%;left: 50%;min-width: 100%;min-height: 100%;width: auto;height: auto;overflow: hidden;z-index: -1000;}

/* Full screen video for Surface Pro 7 */
  @media screen and (max-width:1368px){
   /*  .main-video video { width:auto; height:100vh; position: absolute; left:50%; top:50%; transform: translate(-50%, -50%); } */
  }
#pc-mov {display: block;}
#m-mov {display: none;}

.video-txt{position: absolute; top:0;left:0; /* left:50%; transform:translateX(-50%); max-width:1400px; */ display:flex;flex-direction: column;justify-content:center; width:100%; height:100%; margin:0px auto;color:#fff;padding:0 10%;box-sizing: border-box; z-index:2;}
.video-txt .w-infos-tit{text-align:left; font-size:70px;font-family: 'GmarketSansBold'; text-transform:uppercase; line-height:1.3;letter-spacing:-0.01em; text-shadow: -1px 1px 10px 16px rgba(0,0,0,0.15);}
.video-txt .w-infos-stit{text-align:center; font-size:36px;font-family: 'TheJamsil4Medium';/* text-transform:uppercase; */ line-height:1;letter-spacing:0em;text-shadow: -1px 1px 10px 16px rgba(0,0,0,0.15);}
.video-txt .w-infos-txt{text-align:left;font-size:24px;font-weight:500;line-height: 1.4;letter-spacing:-0.02em;text-shadow: 1px 1px 16px rgba(0, 0, 0, .15); padding-top:30px;}

.main-video.active .w-infos-tit{animation: workAni 1s 3s both;}
.main-video.active .w-infos-stit{animation: workAni 1s 3.5s both;}
.main-video.active .w-infos-txt{animation: workAni 1s 4s both;}

@keyframes workAni {
    0% {opacity: 0;transform: translateY(100px)}
    100% {opacity: 1;transform: translateY(0)}
}
/* main video */

.scrollBox{width:100%;height:100%;overflow: auto; padding:40px;box-sizing: border-box;}
/* 스크롤바 설정*/
.scrollBox::-webkit-scrollbar{width: 10px;}
.scrollBox::-webkit-scrollbar:vertical {width: 10px;}
.scrollBox::-webkit-scrollbar:horizontal {height: 10px;}
.scrollBox::-webkit-scrollbar-thumb{background-color: var(--concept-color);}
.scrollBox::-webkit-scrollbar-track{background-color: #242424;}

/********************************************
	공통사용
********************************************/
.list--top{display:flex;justify-content:space-between;align-items: center; margin-bottom:15px; }
.list--top .list-total{order:1;}
.list--top .list-search{order:2;}
.list--top .searchLine{order:2; width:100%; max-width:400px; }

.list-total{min-height:28px; background:url(/images/layout/ico-notice.png) 0 0 no-repeat;font-family: 'Pretendard';font-weight:300;font-size:16px;color: #333;line-height:1;letter-spacing:-0.02em;padding-left:20px;box-sizing: border-box;}
.list-total > span{font-weight: 700;}

.list-search{display:flex;width:100%; max-width:400px;margin-left:auto;}
.list-search .selectArea{width:120px;}
.list-search .selectArea select{background-color: transparent;}
.list-search .inputArea{flex:1 1 0;padding-left:5px;}

/* paging */
.pagination {display:block;margin:20px 0;text-align: center; font-size:0;overflow: hidden;font-family: 'Pretendard';}
.pagination-button {display: inline-block;width: 30px;height: 30px;border: 1px solid #dfdfdf;border-left: 0;font-weight:400;font-size:12px; color: #666;line-height: 30px;}
.pagination-button:first-child {border-left: 1px solid #dfdfdf;}
.pagination-button:hover,
.pagination-button.active {background-color:#f9f9f9;color:var(--concept-color); font-weight:700;}
.pagination-first, .pagination-prev, .pagination-next, .pagination-last {background-repeat: no-repeat;background-position: 50% 50%;text-indent: -9999px}
.pagination-first {background-image: url(/images/layout/pagination-first.png)}
.pagination-prev {background-image: url(/images/layout/pagination-prev.png)}
.pagination-next{background-image: url(/images/layout/pagination-next.png)}
.pagination-last {background-image: url(/images/layout/pagination-last.png)}
.pagination-first.disabled {background-image: url(/images/layout/pagination-first-off.png); pointer-events: none;}
.pagination-prev.disabled {background-image: url(/images/layout/pagination-prev-off.png); pointer-events: none;}
.pagination-next.disabled {background-image: url(/images/layout/pagination-next-off.png); pointer-events: none;}
.pagination-last.disabled {background-image: url(/images/layout/pagination-last-off.png); pointer-events: none;}

/* board list-tb */
.boardList {width:100%;margin:0px auto;border-top:1px solid #333;}
.boardList ul {display:flex; width:100%;/*flex-wrap: wrap;*/justify-content: space-between;align-items: center; border-bottom: 1px solid #dfdfdf;}
.boardList .list-head{background-color: #fafafa;height:45px;text-align:center;}
.boardList .list-body{background-color: #fff;padding:15px 0px;}
.boardList .list-body.notice{background:var(--light-color);}  

.boardList .etc-blank{flex:0 0 0px;}
.boardList .stit_mo{position: relative;display:none;font-weight:300;font-size:12px;color:#888;line-height:1;letter-spacing:-0.02em;margin-right:5px; padding-right:7px; }
.boardList .stit_mo::after {background:#dfdfdf; right:0; top:1px; width:1px; height:10px;display: block; position: absolute; content: ""; z-index: 1;}

.boardList .tit-chkbox{flex:0 0 50px;}
.boardList .tit-no{flex:0 0 80px;font-weight: 500;font-size:16px;color:#333;line-height:1;padding:0 5px;box-sizing: border-box;}
.boardList .tit-subject{flex:1;font-weight: 500;font-size:16px;color:#333;line-height:1; padding:0 10px;} 
.boardList .tit-name{flex:0 0 120px;font-weight: 500;font-size:16px;color:#333;line-height:1;padding:0 5px;box-sizing: border-box;}
.boardList .tit-file{flex:0 0 80px;font-weight: 500;font-size:16px;color:#333;line-height:1;padding:0 5px;box-sizing: border-box;}
.boardList .tit-hit{flex:0 0 80px;font-weight: 500;font-size:16px;color:#333;line-height:1;padding:0 5px;box-sizing: border-box;}
.boardList .tit-date{flex:0 0 120px;font-weight: 500;font-size:16px;color:#333;line-height:1;padding:0 5px;box-sizing: border-box;}

.boardList .chkbox{flex:0 0 50px;text-align:center;}
.boardList .no{flex:0 0 80px;font-size:16px;color:#333;line-height:1.3; padding:0 5px;text-align:center;} 
.boardList .subject{flex:1;font-size:16px;color:#333;line-height:1.3; padding:0 10px;text-align:left;/* overflow: hidden; text-overflow: ellipsis; white-space: nowrap;*/ } 
.boardList .name{flex:0 0 120px;font-size:16px;color:#666;line-height:1;text-align:center;padding:0 5px;box-sizing: border-box;}
.boardList .file{flex:0 0 80px;font-size:16px;color:#666;line-height:1;text-align:center;padding:0 5px;box-sizing: border-box;}
.boardList .hit{flex:0 0 80px;font-size:16px;color:#666;line-height:1;text-align:center;padding:0 5px;box-sizing: border-box;}
.boardList .date{flex:0 0 120px;font-size:16px;color:#666;line-height:1;text-align:center;padding:0 5px;box-sizing: border-box;}

.boardList .nodata{flex:0 0 100%; padding:80px 0px;font-size:14px;color:#666;line-height:1;text-align:center;}

.file_box{display:flex;flex-direction: column;box-sizing: border-box;}
.file_box > a{display: inline-flex; width:fit-content; align-items: center; margin-top:15px;font-weight:400;font-size:14px;line-height:1;color:#333;}
.file_box > a:first-child{margin-top:0px;}

/* boardView */
.board-view {width:100%;margin:0px auto;overflow: hidden;}
.board-view .subjectBox{display:flex;width:100%;/*flex-wrap: wrap;*/align-items:center;padding:20px;border-top:1px solid #7d7d7d;border-bottom:1px solid #d9d9d9;box-sizing: border-box;}
.board-view .subjectBox .leftArea{flex:1; box-sizing: border-box;}
.board-view .subjectBox .rightArea{width:400px; display: inline-flex;justify-content:flex-end; align-items:center; gap:20px; box-sizing: border-box;}
.board-view .subject{font-weight:700;color:#333;font-size:21px;letter-spacing:-0.02em;line-height:1.4;}
.board-view .stit{font-weight:500;font-size:14px;line-height:1;color:var(--second-color); margin-right:5px;}
.board-view .name{font-weight:400;font-size:14px;line-height:1;color:#6b6b6b;}
.board-view .date{font-weight:400;font-size:14px;line-height:1;color:#6b6b6b;}
.board-view .hit{font-weight:400;font-size:14px;line-height:1;color:#6b6b6b;}
.board-view .file_box{padding:15px 20px; border-bottom:1px solid #dfdfdf;}

.board-view .content_box{display: inline-block; width:100%; padding:40px 20px; min-height:200px;box-sizing: border-box;}
.board-view .content_box .imgBox{display: inline-block; width:100%; margin-bottom:10px;}
.board-view .content_box img{max-width:100% !important;height:auto !important; margin-bottom:20px;}
.board-view .content_box table{max-width:100%; margin-top:10px;border-top:1px solid #333;}
.board-view .content_box table td{padding:12px 5px;vertical-align:middle;border-bottom:1px solid #dfdfdf;border-left:1px solid #dfdfdf;border-right:1px solid #dfdfdf;word-wrap: break-word;word-break: keep-all;}
.board-view .content_box p{margin-bottom:20px;font-weight:400;font-size:16px;color:#666;line-height:1.45;}
.board-view .content_box p img{max-width:100% !important;height:auto !important; }

.board-view .btnBox{display:flex;width:100%;justify-content: space-between; align-items: center; padding:20px;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;box-sizing: border-box;}
.board-view .btnBox .item1{flex:1;padding:0 10px;align-self: center;line-height:28px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.board-view .btnBox .item2{width:80px;text-align:center;}
.board-view .btnBox .item3{flex:1;padding:0 10px;text-align:right;align-self: center;line-height:28px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.board-view .btnBox .s-txt{font-weight: 400;font-size:15px;line-height:28px;color:#888;}

.board-btn-prev{display:inline-block;font-family: 'Pretendard';font-weight: 500;font-size:14px;color:#222;line-height:28px;margin-right:15px;text-align:center;border:0px solid #e5e5e5;}
.board-btn-next{display:inline-block;font-family: 'Pretendard';font-weight: 500;font-size:14px;color:#222;line-height:28px;margin-left:15px;text-align:center;border:0px solid #e5e5e5;}

.i_list{display:inline-block;width:25px;height:20px;background:url(/images/layout/ico_list.png) center center no-repeat;background-size:auto 20px;text-indent: -9999px;}
.i_file{display:inline-block;width:26px;height:26px; background:url(/images/layout/i_filedown_wh_s.png) 50% 40% no-repeat #000; border-radius:50%;text-indent: -9999px; margin-right:10px;  }
.i_file_down{display:inline-block;width:16px;height:16px; background:url(/images/layout/i_filedown.png) 50% 50% no-repeat;text-indent: -9999px; margin-left:5px;  }
/* .i_file{display:inline-block;width:15px;height:12px; background:url(/images/layout/i_filedown.png) 0 0 no-repeat;text-indent: -9999px; margin-right:10px;  } */
.i_new{display:inline-block;width:16px;height:16px;background:url(/images/layout/i_new.png) center center no-repeat;background-size:auto 16px;text-indent: -9999px;margin-right:5px;}
.i_secret{display:inline-block;width:12px;height:16px;background:url(/images/layout/ico_secret.png) center center no-repeat;background-size:auto 16px;text-indent: -9999px;margin-right:5px;}
.i_reply{display:inline-block;width:20px;height:15px;background:url(/images/layout/re.png) center center no-repeat;background-size:auto 15px;text-indent: -9999px;margin-right:5px;}

/* no--data */
.no--data{display: flex;justify-content: center;align-items:center;margin:0 auto;min-height:300px;}
.no--data.sm{min-height:150px;}
.no--data > span{background:url(/images/layout/no-data.png) 50% 0px no-repeat; padding:90px 0 0px; font-size:16px;color:#666;line-height:1;letter-spacing:-0.01rem;word-break: keep-all;font-weight:400;}

/* ...줄임표 옆 아이콘적용시 */
.subject--wrap {display:inline-flex; width: 100%; height: 100%;align-items: center;justify-content: space-between;}
.subject--wrap .b-subject {flex:1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;font-size:20px;}
.subject--wrap .list--type {width:80px;margin-left:4px;text-align:right}
.sp--icon {display: inline-block;vertical-align: middle;border-radius:24px; padding:8px 12px 8px;font-weight:500;font-size:13px;line-height:1;}
/* ...줄임표 옆 아이콘적용시 END */

/* board End */

/* table--scroll 좌우사용 */
.table-scroll-auto {margin: 0 auto;overflow: auto;  border-top:1px solid  var(--concept-color);
	scrollbar-arrow-color: #fff; /* IE 6+ scroll styles */
	scrollbar-face-color: #999;
	scrollbar-shadow-color: #333;
	scrollbar-highlight-color: #000;
	scrollbar-darkshadow-color: #000;
	scrollbar-track-color: #ddd; /* Last IE 6+ scroll styles */
	scrollbar-color: #999 #ddd; /* Firefox 64+ */
	scrollbar-width: thin; /* Firefox 64+ */
	width: 100%;    
  }
  
  .table-scroll-auto::-webkit-scrollbar {width: 6px;height: 6px;}
  .table-scroll-auto::-webkit-scrollbar-track {background: padding-box #ddd;border-radius: 4px;}
  .table-scroll-auto::-webkit-scrollbar-thumb {background: padding-box #999;border-radius: 4px;}
  .table-scroll-auto::-webkit-scrollbar-thumb:hover { background: padding-box #aaa;}
  .table-scroll-auto::-webkit-scrollbar-thumb:active {background: padding-box #333;box-shadow: inset 0 0 3px rgba(192, 192, 192, 0.5);}
  
  .table-scroll-auto {position: relative;z-index:1;margin: auto;width:100%;  /* max-height:800px;*/ }
  .table-scroll-auto table {width: 100%;margin: auto;min-width:500px;border-collapse: collapse;font-variant-numeric: tabular-nums; vertical-align: middle; table-layout: fixed;}
  .table--wrap {position:relative;}
  .table-scroll-auto th {text-align:center;padding:10px;vertical-align:middle; background:#f9f9f9; border-bottom:1px solid #dfdfdf; border-left:1px solid #dfdfdf; font-size:15px;font-weight:500;line-height:1;letter-spacing:-0.02em;/* position: -webkit-sticky;position:sticky;top:0;z-index:2; */ }
  .table-scroll-auto thead {position: -webkit-sticky;position:sticky;top:0;z-index:2; }
  .table-scroll-auto td {text-align:center;padding:10px;vertical-align:middle;border-bottom:1px solid #dfdfdf; border-left:1px solid #dfdfdf; font-size:15px;color: #333;font-weight:400;line-height:1.4;letter-spacing:-0.02em;background: #fff;}
  /* safari and ios need the tfoot itself to be position:sticky also */
  .table-scroll-auto tfoot,.table-scroll-auto tfoot th, .table-scroll-auto tfoot td {position:-webkit-sticky;position:sticky;bottom:0;background:#666;color:#fff;}
  .table-scroll-auto th:first-child,  .table-scroll-auto td:first-child{border-left:0px solid #dfdfdf; }
  .table-scroll-auto.atable table {min-width:100%;table-layout: fixed;}
  .table-scroll-auto.atable th{background:#f9f9f9; text-align:left;padding:10px 20px;line-height:1.3; }
  .table-scroll-auto.atable td{text-align:left;padding:10px 20px; line-height:1.3;}
  .table-scroll-auto.atable.border-non th,   .table-scroll-auto.atable.border-non td{border:0;}

  .table-scroll-auto.btable table {min-width:100%;table-layout: fixed; border-bottom:1px solid #dfdfdf;}
  .table-scroll-auto.btable th{background:#f9f9f9; text-align:left;padding:8px 5px;line-height:1;border-left:0;font-size:13px;}
  .table-scroll-auto.btable td{text-align:left;padding:5px;line-height:1.3;border:0;font-size:13px;}

  .table-scroll-auto th.bg-3, .table-scroll-auto td.bg-3{background:#fcfcf6;}
  .table-scroll-auto th.bg-2, .table-scroll-auto td.bg-2{background:#f4f8fc;}
  .table-scroll-auto th.bg-1, .table-scroll-auto td.bg-1{background:#fff;}
  
  .table-scroll-auto .rborder{border-right:1px solid #dfdfdf;}

  .table-scroll-auto td p{margin-top:5px;}
  .table-scroll-auto td p:first-child{margin-top:0px;}

  /* table--scroll 좌우사용 END */

.pre-wrap{width:100%;white-space: pre-wrap;margin-bottom:40px;  }

/* text */
.tit-xlg{font-weight:700;font-size:40px;color:#000;line-height:1.3;letter-spacing:0;}
.tit-lg{font-weight:700;font-size:30px;color:#000;line-height:1.3;letter-spacing:0;}
.tit-md{font-weight:700;font-size:24px;color:#000;line-height:1.3;letter-spacing:0;}
.tit-sm{font-weight:700;font-size:18px;color:#000;line-height:1.3;letter-spacing:0;}
.tit-s{font-weight:700;font-size:16px;color:#000;line-height:1.3;letter-spacing:0;}

.txt-lg{font-weight:400;font-size:24px;color:#333;line-height:1.45;}
.txt-m{font-weight:400;font-size:20px;color:#333;line-height:1.45;}
.txt-md{font-weight:300;font-size:18px;color:#333;line-height:1.45;}
.txt-sm{font-weight:300;font-size:16px;color:#333;line-height:1.45;}
.txt-s{font-weight:300;font-size:14px;color:#333;line-height:1.45;}

.tit--round{position:relative;font-weight:700;font-size:24px;color:#333;line-height:1.3; padding-left:20px;box-sizing: border-box;}
.tit--round::before{position:absolute;content: ' ';left:0;top:12px;background:var(--concept-color);border-radius:24px; width:12px; height:6px;  /* border-radius:50%; width:7px; height:7px;*/ }

.bullet-tit{position:relative;font-weight:400;font-size:20px;color:#444;line-height:1.45; padding-left:15px;letter-spacing:0em;line-height:1.4;box-sizing: border-box;}
.bullet-tit::before{position:absolute;content: ' ';left:0;top:12px; width:6px; height:6px;background:var(--concept-color); border-radius:50%; }

.bullet-txt{position:relative;font-weight:300;font-size:16px;color:#444;line-height:1.45; padding-left:10px;letter-spacing:0em;line-height:1.4;box-sizing: border-box;}
.bullet-txt::before{position:absolute;content: ' ';left:0;top:10px; width:4px; height:4px;background:var(--concept-color); border-radius:50%; }

.bullet-stxt{position:relative;font-weight:300;font-size:14px;color:#444;line-height:1.45; padding-left:8px;letter-spacing:0em;line-height:1.4;box-sizing: border-box;}
.bullet-stxt::before{position:absolute;content: ' ';left:0;top:7px; width:3px; height:3px;background:var(--concept-color); border-radius:50%; }

.line-list{position:relative;font-weight:400;font-size:16px;color:#444;line-height:1.45; padding-left:12px;box-sizing: border-box;}
.line-list::before{position:absolute;content: '-';left:0;top:0px;font-size:16px;color:#444; }

.notice-txt{}
.notice-txt > span{display:inline-block;width: fit-content;text-align: left; min-height:15px;background:url(/images/layout/ico-notice.png) 0 4px no-repeat;background-size:15px auto; padding-left:20px;font-weight:400;font-size:16px;color:#666;line-height:1.45;box-sizing: border-box;}

  
  /* business */
  .btn_pdf{display: flex;flex-wrap: wrap; gap:10px; justify-content: center; text-align: center;}
  .i_pdf{display: inline-block; min-height:20px;padding-left:30px;background:url(/images/layout/i-pdf.png) left center no-repeat;background-size: auto 20px;font-weight:400;font-size:15px;color:#333;line-height:1.45;  }
  .i_pdf > em{font-weight:700; color:#000; }


  








  
