@charset "utf-8";/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */

.fancybox-close {background-color:#242424 !important;}

#skipToContent a { z-index:100000; position:absolute; top:0; left:0; width:1px; height:1px; font-size:0; line-height:0; overflow:hidden } 
#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 !important; } 
.only-desktop { display:block !important; } 
.only-tablet { display:none !important; } 
.only-mobile { display:none !important; } 

/* 숨김처리 */
/* .shopbx {display:none;}
.visualsns-gird {display: none !important;} */

/* #sub #wrapper {padding-top: var(--header-height);}
#sub #header {background: #fff;} */
#sub #header .sitelogo a  { background-image:url(../images/common/logo-c.png);}
#sub #header #gnb>ul>li>a {color:#3E3E3C;}
#sub #header .btn-m-menu span {background:#3E3E3C;}
#sub #header .btn-m-menu span:before, 
#sub #header .btn-m-menu span:after {background:#3E3E3C;}
#sub #header .language path {fill: #3E3E3C;}
#sub #header .language.active .ico path {fill: var(--color-secondary);}
#sub #header .member-grid .member-link path  {stroke: #3E3E3C;}
#sub #header .member-grid .member-link.mylink path  {stroke: #3E3E3C;fill:#3E3E3C;}
#sub #header .member-grid .member-link:hover path {stroke: var(--color-secondary);}
#sub #header .member-grid .member-link.mylink:hover path {stroke: var(--color-secondary);fill: var(--color-secondary);}
#sub #header.active {background: #fff; box-shadow:rgba(0, 0, 0, 0.1) 0px 6px 12px -6px;}

#sub .login-wrapper  #header {background: transparent !important;}
#sub .login-wrapper  #header .sitelogo a  { background-image:url(../images/common/logo-w.png);}
#sub .login-wrapper #header #gnb>ul>li>a {color:#fff;}
#sub .login-wrapper #header .btn-m-menu span {background:#fff;}
#sub .login-wrapper #header .btn-m-menu span:before, 
#sub .login-wrapper #header .btn-m-menu span:after {background:#fff;}
#sub .login-wrapper #header .submenu-bg::after {width: 100%;} 
#sub .login-wrapper #header .language path {fill: #fff;}
#sub .login-wrapper #header .member-grid .member-link path  {stroke: #fff;}
#sub .login-wrapper #header .language.active .ico path {fill: var(--color-secondary);}
#sub .login-wrapper #header .member-grid .member-link:hover path {stroke: var(--color-secondary);}

.admin-popup-close {font-size:clamp(12px, calc( 16 / var(--inner) * 100vw ), 16px) !important;}


/* header */
#header {position:fixed; top:0; left:0; width:100%; z-index:90; } 
#header .contain {display:flex; align-items:center; justify-content:space-between; position:relative; height:var(--header-height); max-width:1780px !important; z-index: 10;} 
#header .sitelogo a {display:block; width:clamp(85px, calc( 120 / var(--inner) * 100vw ), 120px); height:var(--header-height); text-indent:-999em; background-image:url(../images/common/logo-w.png); background-size:contain; background-repeat:no-repeat; background-position: 0 50%;} 

/* #header.active {box-shadow:rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;} */
#header.active .sitelogo a {background-image:url(../images/common/logo-c2.png); }
#header.active #gnb>ul>li>a {color:#9D9D9C;}
#header.active .btn-m-menu span {background:#9D9D9C;}
#header.active .btn-m-menu span:before, 
#header.active .btn-m-menu span:after {background:#9D9D9C;}
#header.active .submenu-bg::after {width: 100%;} 
#header.active .language path {fill: #9D9D9C;}
#header.active .member-grid .member-link path  {stroke: #9D9D9C;}
#header.active .language.active .ico path {fill: var(--color-secondary);}
#header.active .member-grid .member-link:hover path {stroke: var(--color-secondary);}


#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 30px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:var(--header-height); color:#fff; text-transform:uppercase; font-weight:400; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li:hover>a {color: var(--color-secondary) !important;}
/* #gnb>ul>li>a:after {content:""; position:absolute; bottom:-1px; left:50%; width:0; height:4px; background:var(--color-primary); transition:.2s;}
#gnb>ul>li.active>a:after {width:100%; left:0;} */
#gnb .submenu {display:none; position:absolute; top: 60px; left:50%; width:180px; transform:translateX(-50%); background:#626262; border-radius: 8px; text-align:center;}
#gnb .submenu>ul {padding:15px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:2px 0; color:rgba(255, 255, 255, 0.50); font-size:14px; line-height:1.66em;}
#gnb .submenu>ul>li>a:hover ,
#gnb .submenu>ul>li.active>a {color: #fff; font-weight: 600;} 

.nav-right {display: flex; align-items: center; padding-left: var(--padding-150);}
.language {position:relative; display:inline-block;}
.language .toggle-button {display:flex; align-items:center; justify-content: center; gap:10px; width: clamp(50px, calc( 64 / var(--inner) * 100vw ), 64px); background:none; border:0;}
.language .toggle-layer {display:none; position:absolute; left:0; width:100%; margin-top: 10px; padding:15px 5px; background:#626262; border-radius:8px; text-align:center; z-index: 100;}
.language .toggle-layer ul {display:grid; gap:2px;}
.language .toggle-layer a {display:block; color:rgba(255, 255, 255, 0.50); font-weight:400; line-height:1.66em; font-size: 14px;}
.language .toggle-layer a:hover {color:#fff; font-weight: 600;}
.language.active .ico path {fill: var(--color-secondary);}
.member-grid {display: flex;gap: 10px;}
.member-grid .member-link {display: block;width: clamp(20px, calc(24 / var(--inner) * 100vw), 24px);height: clamp(20px, calc(24 / var(--inner) * 100vw), 24px);}
.member-grid .member-link path {stroke: #fff;}
.member-grid .member-link.mylink path {stroke: #fff;fill:#fff;}
.member-grid .member-link:hover path {stroke: var(--color-secondary);}
.member-grid .member-link.mylink:hover path {stroke: var(--color-secondary);fill:var(--color-secondary);}
.nav-right svg {vertical-align: middle; width: 100%; height:100%; object-fit:contain;}
.visualsns-gird {display: flex; gap:var(--padding-10); padding-left:var(--container-space); padding-right:var(--container-space); position:absolute; left:50%; bottom:clamp(15px, calc( 40 / var(--inner) * 100vw ), 40px); transform:translatex(-50%); max-width:1780px; width:100%; line-height:1.3;}
.visualsns-gird .on {display: none;}
.visualsns-gird img {width: clamp(28px, calc( 40 / var(--inner) * 100vw ), 40px);}
.visualsns-gird .snslink:hover .off {display: none;}
.visualsns-gird .snslink:hover .on {display: block;}

/* 공통  */
.section {overflow:hidden;}
.flxWrap {display:flex; flex-wrap:wrap;}
.sec-pd {padding: clamp(55px, calc( 150 / var(--inner) * 100vw ), 150px) 0;}
.text-center {text-align:center;}
.align-items-center {align-items:center !important;}
.justify-content-center {justify-content:center !important;}
.main-color {color:var(--color-primary) !important;}
.sub-color {color:var(--color-secondary) !important;}
.color-dark {color: var(--color-dark) !important;}
.red {color:#e32020;}
.pt-0 {padding-top:0 !important;} 
.pb-0 {padding-bottom:0 !important;}
.mb-0 {margin-bottom:0 !important;}
.mt-0 {margin-top:0 !important;}
.font-light {font-weight:300 !important;}
.font-medium {font-weight:500 !important;}
.font-semi {font-weight:600 !important;}
.font-bold {font-weight:700 !important;}
.font-extra {font-weight:800 !important;}
.font-normal {font-weight:400 !important;}
.text-center {text-align:center !important;}
.text-left {text-align:left !important;}
.text-right {text-align:right !important;}
.max-wid {max-width:1460px; width:100%; margin:0 auto; padding-left:var(--container-space); padding-right:var(--container-space);}
.sec-titbox {text-align:center; line-height:1.1;}
.sec-titbox .section-tit {font-size:clamp(22px, calc( 50 / var(--inner) * 100vw ), 50px); font-weight:bold; color:#242424;}
.sec-titbox .section-dec {padding-top:28px; font-size:clamp(15px, calc( 18 / var(--inner) * 100vw ), 18px); color:#454545; line-height:1.6;}
.bg-gray {background:#fafafa;}

/* main */
[data-aos=fade-up] { transform: translate3d(0,100px,0); } 
.main-visual { position:relative; overflow:hidden; color:#fff; } 
.main-visual .item {position:relative; height:100vh; 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 .item .video-js,
.main-visual .item video {position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;}
.main-visual .item iframe {position:absolute; top:50%; left:50%; width:100vw; height:100%; -webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%);}
.main-visual .slick-track {margin-left:0; margin-right:0;}
/* .main-visual .vjs-controls-disabled {position:relative; padding-bottom:36.11%; overflow:hidden;}
.main-visual .vjs-controls-disabled video {position:absolute; top:50%; left:0; transform:translateY(-50%); width:100%; height:auto; max-width:100%; min-height:100%;object-fit : cover;}
.main_visual_vod_0-dimensions ,
.vjs-workinghover {height: 100% !important; width: 100% !important;} */

.main-visual .text-box {padding-left:var(--container-space); padding-right:var(--container-space); position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); max-width:1460px; width:100%; line-height:1.3; pointer-events: none;}
.main-visual .text-box p {transition:1.2s; transform:translate(50px,0); opacity:0; }
.main-visual .text-box .txt1 {font-size: clamp(30px, calc( 138 / var(--inner) * 100vw ), 138px);font-weight: bold; line-height: 1;}
.main-visual .text-box .txt2 {padding-top: var(--padding-20); font-size: clamp(16px, calc( 20 / var(--inner) * 100vw ), 20px); font-weight: 500; line-height: 1.5;}
.main-visual .text-box .txt3 {display: none; padding-top: var(--padding-45);}
.main-visual .text-box .txt3 .main-link {display: inline-flex;align-items: center;justify-content: center; min-width:clamp(160px, calc( 245 / var(--inner) * 100vw ), 245px); height: clamp(30px, calc( 36 / var(--inner) * 100vw ), 36px); border-radius:60px; color:#fff; border: 1px solid #fff; pointer-events: auto;}
.main-visual .text-box .txt3 .main-link:hover {background: var(--color-secondary); border-color: var(--color-secondary);}
.main-visual .slide-btn {position: absolute; top: 50%; transform: translateY(-50%); width:24px; height:24px; background-color:transparent; border:0; overflow:hidden;}
.main-visual .slide-btn:hover path {fill-opacity: 1;}
.main-visual .slide-prev {left: 5%;}
.main-visual .slide-next {right: 5%;}
.main-visual .slick-dots {position:absolute; bottom:clamp(15px, calc( 40 / var(--inner) * 100vw ), 40px); left:0; width:100%; text-align:center; line-height:0; z-index:50;}
.main-visual .slick-dots li {display:inline-block; margin:0 2px;}
.main-visual .slick-dots li button {position:relative; display:block; width:8px; height:4px; background:rgba(255, 255, 255, 0.50); border:0; border-radius:60px; overflow:hidden; text-indent:-9999em; transition:.2s;}
.main-visual .slick-dots .slick-active button {width: 20px; background: #fff;}
.main-visual .active .image {transform:scale(1);}
.main-visual .active .text-box p {transform:translate(0,0); opacity:1;}
.main-visual .active .text-box .txt1 {transition-delay:.5s;}
.main-visual .active .text-box .txt2 {transition-delay:.7s;}
.main-visual .active .text-box .txt3 {transition-delay:.9s;}

 @keyframes scrollDown{
	0%{transform:translateY(0);}
	100%{transform:translateY(15px);}
}

/* slide btn 공통 */
.btn-arrow {margin-top:0; top:50%; transform: translateY(-50%); width:clamp(20px, calc( 24 / var(--inner) * 100vw ), 24px); height:clamp(20px, calc( 24 / var(--inner) * 100vw ), 24px); transition: all 0.3s;}
.btn-arrow::after {display: none;}
.swiper-button-next {right:5%; }
.swiper-button-prev {left:5%; }
.btncontrol {display:flex; align-items:center; justify-content: space-between;}
.btncontrol .btn-arrow {margin-right:clamp(10px, calc( 16 / var(--inner) * 100vw ), 16px); position:initial;}
.btncontrol .btn-arrow:last-child {margin-right:0;}
.btn-arrow path {stroke: rgba(255, 255, 255, 0.50);}
.btn-arrow:hover path {stroke: #fff;}

#main .section {position: relative; margin-bottom: -1px;}
#main .section .swiper-pagination {bottom: var(--padding-20);}
#main .section .swiper-pagination-bullet {margin:0 2px; width:8px; height:4px; background:rgba(255, 255, 255, 0.50); border:0; border-radius:60px;}
#main .section .swiper-pagination-bullet-active {width: 20px; background: #fff;}

.morebx .btn-more {display: inline-flex; align-items: center;justify-content: center; padding: 0 25px; min-width:clamp(180px, calc( 200 / var(--inner) * 100vw ), 200px); height: 30px; border-radius: 60px; border: 1px solid #fff; color: #fff; line-height: 1;}
.morebx .btn-more:hover {background: var(--color-secondary); border-color: var(--color-secondary);}

.bannerlink {display: block;} 
.bannerlink img {width: 100%;}

.sec2 {/*background: url(../images/main/sec2-bg.jpg) no-repeat center center / cover;*/ color: #fff;}
.sec2 .contain {max-width: 1560px;} 
.sec2 .slideflx .textbx {padding-left: var(--padding-30);}
.sec2 .slideWrap {width: 100%;}
.slideflx {display: flex; flex-direction: row-reverse; flex-wrap: wrap; align-items: center; gap: var(--padding-70);}
.slideflx .imgbx {width:clamp(300px, calc( 920 / var(--inner) * 100vw ), 920px);}
.slideflx .images {display: block; position:relative; padding-bottom:73.91%; overflow:hidden;}
.slideflx .images img {position:absolute; top:50%; left:0; transform:translateY(-50%); width:100%; height:auto; max-width:100%; min-height:100%;object-fit : cover;}
.slideflx .textbx {flex: 1; letter-spacing: -0.5px;}
.slideflx .decbx {max-height: 270px; overflow-y: auto;}
.slideflx .title {font-size: var(--font-size-46); font-weight: 600; line-height: 1.17;}
.slideflx .desc {margin-top: var(--padding-20); font-size: var(--font-size-18); line-height: 1.55;}
.slideflx .morebx {display: none; margin-top: var(--padding-45);}

/*  섹션 공통 */
.mt-40 {margin-top: var(--padding-40) !important;}
.slidecont .image {display: block; position:relative; padding-bottom:51.04%; overflow:hidden; }
.slidecont .image img {position:absolute; top:50%; left:0; transform:translateY(-50%); width:100%; height:auto; max-width:100%; min-height:100%; object-fit : cover;}
.slidecont .image-m {display: none;}
.slidecont .textbx {padding-left: var(--container-space); padding-right: var(--container-space); position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); max-width: 1460px; width: 100%; color: #fff; letter-spacing: -0.5px;pointer-events: none;}
.slidecont .text-width {width: 38%; margin-left: auto;}


/* .slidecont .swiper-slide .text-width {transform: translateY(40px); opacity: 0;}
.slidecont .swiper-slide .text-width.text-width-in {animation: textWidthIn 0.6s ease forwards;}
@keyframes textWidthIn {from {transform: translateY(40px); opacity: 0;} to {transform: translateY(0); opacity: 1;}} */
.slidecont .badge {display: none !important; display: block; margin-bottom: 15px; font-weight: 600; line-height: 1.75;}
.slidecont .title { font-size:var(--font-size-54); font-weight: bold; line-height: 1.1;}
.slidecont .title .small {display: block; font-size:var(--font-size-44);}
.slidecont .desc {margin-top: 15px; font-size: var(--font-size-18); line-height: 1.55;}
.slidecont .morebx {display: none; margin-top: var(--padding-40);}
.slidecont.reverse .text-width  {margin-left: 0; margin-right: auto;}
.slidecont .textbx.ty2 .desc {margin-top: var(--padding-40);}

/* gsap-section */
.gsap-section {position: relative; min-height: 100vh;}
.gsap-section .imgbx {display: block; position: sticky; top: 0; z-index: -1;}
.gsap-section .imgbx .image {display: block; height: 100vh;}
.gsap-section .imgbx .image img {height: 100%; width: 100%; object-fit: cover;}
.gsap-section .imgbx .image .image-m {display: none;}
.gsap-section .scrollbx {display: flex; flex-direction: column; align-items: center; justify-content: center; padding: var(--padding-150) var(--container-space); height: 100vh; overflow: hidden;width: 50%; background: #fff;}
.gsap-section .scrollbx .inner {max-width: 620px; width: 100%; margin: 0 auto;}
.gsap-section .scrollbx .images {position :relative; padding-bottom:100%; overflow:hidden; border-radius: 16px;}
.gsap-section .scrollbx .images img {position:absolute; top:50%; left:0; transform:translateY(-50%); width:100%; height:auto; max-width:100%; min-height:100%;object-fit : cover;}
.gsap-section .scrollbx .textbx {display: flex; flex-wrap: wrap; gap: var(--padding-50); margin:20px 0; letter-spacing: -0.6px;}
.gsap-section .scrollbx .titbx {text-align: center; display: flex;flex-direction: column;gap: 12px;}
.gsap-section .scrollbx .titbx .title {font-size:var(--font-size-36);  line-height:1.1em; font-weight: bold;  margin-top:-.15em;}
.gsap-section .scrollbx .morebx .btn-more {border-color: #242424; color: #242424;}
.gsap-section .scrollbx .morebx .btn-more:hover {border-color: var(--color-secondary); color: #fff;}
.gsap-section .scrollbx .tablebx {flex: 1; border-top: 1px solid #6F6F6E;}
.gsap-section .scrollbx .item {display: flex; gap: var(--padding-30); border-bottom: 1px solid #6F6F6E;}
.gsap-section .scrollbx .item .name, 
.gsap-section .scrollbx .item .dec {display: inline-block;padding: 2px 10px; line-height:1.66; font-weight: 500; color: #6F6F6E; font-size: 12px;}
.gsap-section .scrollbx .item .name {width: 92px;}
.gsap-section .scrollbx .item .dec {flex: 1;}
.gsap-section .scrollbx .color1 {color: #E31D17;}
.gsap-section .scrollbx .color2 {color: #52AE32;}
.gsap-section.reverse .scrollbx {margin-left: auto;}
.gsap-section .slidecont .textbx {top: 40%;}

.sec7 {background: #F7F6F5;}
.sec7 .section-tit {margin-bottom: var(--padding-70); text-align: center;}
.sec7 .section-tit img {width:clamp(200px, calc( 570 / var(--inner) * 100vw ), 570px);}
:root {
	--slider-active-width: clamp(300px, calc( 870 / var(--inner) * 100vw ), 870px);
}
.owl-carousel .owl-stage {display:flex; align-items:center;}
.owl-carousel .owl-stage:after {display:none;}
.owl-carousel .owl-item {flex-shrink:0;}

.center-slider {position:relative; overflow:hidden;}
.center-slider .item {width:var(--slider-active-width); border-radius:var(--border-radius-24);}
.center-slider .images {position:relative; padding-bottom:56.25%; overflow:hidden;border-radius:var(--border-radius-24);}
.center-slider .images img,
.center-slider .images iframe {position:absolute; top:50%; left:0; transform:translateY(-50%); width:100%; height:auto; max-width:100%; min-height:100%;object-fit : cover;}

.center-slider .owl-item .item {transform: scale(.8); transition:.6s ease; margin:0;}
.center-slider .owl-item.active.center .item {transform:scale(1);}
.center-slider .owl-nav button {display: flex; align-items: center; justify-content: center; position: absolute; top: 50%; margin-top: 0; width: 40px; height: 40px; padding: 0; background: #fff !important; border-radius: 100%; color: #9D9D9C !important; border: 1px solid #9D9D9C !important; font-size: 0; line-height: 0;}
.center-slider .owl-nav button span {display: none;}
.center-slider .owl-prev {left: calc((100% - var(--slider-active-width)) / 2 - 40px); transform: translate(-50%, -50%);}
.center-slider .owl-prev::before {content: ""; display: block; width: 10px; height: 10px; border-left: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); margin-left: 3px;}
.center-slider .owl-next {right: calc((100% - var(--slider-active-width)) / 2 - 40px); transform: translate(50%, -50%);}
.center-slider .owl-next::before {content: ""; display: block; width: 10px; height: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(-45deg); margin-right: 3px;}
.center-slider .owl-nav button:hover {background: var(--color-secondary) !important; border-color: var(--color-secondary) !important; color: #fff !important;}
.sec7 .center-slider .owl-dots {display: flex; justify-content: center; gap: 4px; margin-top: var(--padding-40); padding: 0;}
.sec7 .center-slider .owl-dots .owl-dot {margin: 0; width: 8px; height: 4px; padding: 0; background: rgba(87, 87, 86, 0.60); border: none; border-radius: 60px; cursor: pointer; transition: background 0.2s;}
.sec7 .center-slider .owl-dots .owl-dot.active {background: #575756; width: 20px;}



/* sub page */
.contain { max-width:1460px; margin:0 auto; padding-left:var(--container-space); padding-right:var(--container-space); width:100%;} 
#contArea { max-width:1460px; padding-left:var(--container-space); padding-right:var(--container-space); margin:0 auto;} 
#sub .contain {max-width:1460px; }
#sub .contain.ty2 {max-width:1780px; }
#contArea.wide { max-width:100% !important; padding-left:0 !important; padding-right:0 !important;} 
.sub-title {margin-bottom:clamp(35px, calc( 70 / var(--inner) * 100vw ), 70px); text-align:center;}
.sub-title .maintit { font-size:clamp(22px, calc( 40 / var(--inner) * 100vw ), 40px);} 
.sub-title .maindec {margin-top: var(--padding-20); color: #686868;}
.sub-box { display:flex; align-items:center; justify-content:center; width:300px; height:300px; border-radius:var(--border-radius-30); background-color:var(--color-warning); font-size:var(--font-size-20); color:var(--color-white); text-align:center; } 

.real-cont {padding:clamp(50px, calc( 100  / var(--inner) * 100vw ), 100px) 0 clamp(60px, calc( 200 / var(--inner) * 100vw ), 200px);} 
.real-cont.ty2 {padding:clamp(110px, calc( 230 / var(--inner) * 100vw ), 230px) 0 clamp(60px, calc( 200 / var(--inner) * 100vw ), 200px);} 

.sub-visual { position:relative; height:410px; z-index:10; overflow:hidden; } 
.sub-visual .background {position:absolute;top:0;left:0;width:100%; height:100%;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;transform:scale(1.09); -ms-transform:scale(1.09); /* IE 9 */
 -moz-transform:scale(1.09); /* Firefox */
 -webkit-transform:scale(1.09); /* Safari and Chrome */
 -o-transform:scale(1.09); /* Opera */
transition: all 2s ease-out 0s;transition-delay: 0.1s;z-index:0; } 
.sub-visual.load .background {transform:scale(1); -ms-transform:scale(1); /* IE 9 */
 -moz-transform:scale(1); /* Firefox */
 -webkit-transform:scale(1); /* Safari and Chrome */
 -o-transform:scale(1); /* Opera */}
.sub-visual .tt-wrap {padding-right:var(--container-space); padding-left:var(--container-space); max-width:1260px; width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 1; color: #fff; text-align: center; } 
.sub-visual .tt-wrap .tit {font-size: clamp(16px, calc( 30 / var(--inner) * 100vw ), 30px); line-height: 1.2em; font-weight: 700; }

.lnb-wrap {margin-top: calc(var(--header-height) + var(--padding-100)); position: relative; z-index: 10;} 
.brand-lnb {background: #F3F2EE;}
.lnb ul {display:flex; justify-content:center; margin:0 auto; max-width:1200px; width:100%;}
.lnb ul li {width:auto; text-align:center; padding:0 var(--padding-40);}
.lnb ul li.active a {color:#242424; font-weight: bold;} 
.lnb ul li a {display:flex; align-items:center; justify-content:center; position: relative; height:var(--nav-height); line-height:1.2em; font-size:clamp(14px, calc( 18 / var(--inner) * 100vw ), 18px); color:#686868; font-weight: 300; text-transform: none;}
.lnb-wrap:not(.brand-lnb) {border-top: 1px solid #868686;}
.lnb-wrap:not(.brand-lnb) .lnb ul li.active a:after {position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 2px; background: #242424;} 
.brand-lnb.ty2 {background: transparent;}
.brand-lnb.ty2 .lnb ul li a {color: #fff;}
.brand-lnb.ty2 .lnb ul li.active a {color: #fff;}
.containertype {margin-top: calc(var(--header-height) + var(--padding-100)); } 
.containertype .lnb-wrap {margin-top:0;}


.path-wrap {position:relative; border-bottom:1px solid #ddd; border-top:1px solid #ddd; z-index:50;}
.path-wrap .wrap {max-width:1200px; margin:0 auto;}
.path-wrap .inner {display:flex;}
.path-wrap .home a {display:block; width:var(--nav-height); height:var(--nav-height); background:url("../images/common/home.svg") 50% 50% no-repeat; background-size:20px; text-indent:-999em; overflow:hidden; border-left:1px solid #ddd; border-right:1px solid #ddd;}
.path-wrap .part {position:relative; min-width:240px; border-right:1px solid #ddd; z-index:50;}
.path-wrap .part > a {display:flex; align-items:center; position:relative; height:var(--nav-height); color:#454545; font-size:18px; font-weight:500; line-height:1.3em; padding:0 60px 0 24px;}
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:23px; margin-top:-7px; width:17px; height:14px; background:url("../images/common/path_down.svg") 50% 50% no-repeat;}
.path-wrap .part ul {display:none; position:absolute; left:-1px; right:-1px; background:#fff; border:1px solid #ddd; z-index:50;}
.path-wrap .part ul li {color:#505050; line-height:1.3em; border-bottom:1px solid #ddd;}
.path-wrap .part ul li:last-child {border-bottom:0;}
.path-wrap .part ul li a {display:block; padding:17px 24px;}
.path-wrap .part ul li a:hover,
.path-wrap .part ul li.active a {color:#242424; background:#f8f8f8;}
@media (max-width: 1024px) {
	.path-wrap .part > a {font-size:16px; }
	.path-wrap .part ul li a {padding:15px 24px;}
}
@media (max-width: 640px) {
	.path-wrap .home a {border-left:0;}
	.path-wrap .home a { background-size:14px auto;}
	.path-wrap .part {min-width:calc(50% - 20px); width:calc(50% - 20px);}
	.path-wrap .part > a { padding:0 32px 0 14px; font-size:15px;}
	.path-wrap .part > a:after {right:10px; width:12px; background-size:contain;}
	.path-wrap .part:last-child {border-right:0;}
	.path-wrap .part ul li a {font-size:14px; padding:12px 14px;}
}

/* footer */
#footer {padding:clamp(35px, calc( 50 / var(--inner) * 100vw ), 50px) 0; background-color:#222220;} 
#footer .contain {max-width:1780px !important;}

#footer .foot-addr {color: rgba(255, 255, 255, 0.70); letter-spacing:-0.5px; font-size:var(--font-size-14); display: flex;flex-direction: column;gap: var(--padding-30);} 
#footer .foot-logo img {width:clamp(70px, calc( 100 / var(--inner) * 100vw ), 100px);  } 

#footer .foot-body {display: flex;flex-wrap: wrap;gap: clamp(30px, calc( 80 / var(--inner) * 100vw ), 120px);}
#footer .foot-center {display: flex;flex-direction: column;gap: 20px;color: #fff;flex: 0 0 auto;min-width: 260px;}
#footer .foot-center .cate {display: block; font-size: var(--font-size-18); font-weight: bold;}
#footer .foot-center .contact-item {display: flex;flex-direction: column;gap: 5px;}
#footer .foot-center .contact-item .label {display: block; font-size: var(--font-size-14); font-weight: 400; color: rgba(255, 255, 255, 0.70);}
#footer .foot-center .contact-item .value {font-size: var(--font-size-32); font-weight: bold; color: #fff; line-height: 1.3;}
#footer .foot-center .contact-phone .number {font-size:var(--font-size-32); font-weight: bold; color: #fff; line-height: 1.2;}
#footer .foot-center .contact-phone .time {font-size: var(--font-size-16); font-weight: 400; color: rgba(255, 255, 255, 0.70);}
#footer .foot-right {display: flex;flex-direction: column;gap: var(--padding-30);justify-content: space-between; flex: 1;min-width: 280px;}

#footer .company {margin-bottom: 5px; font-size: var(--font-size-18); font-weight: bold; color: #fff;}
#footer .addressbx {margin: 0;}

#footer address { font-style:normal; display:flex; flex-direction:column; flex-wrap:wrap;} 
#footer .address-txt {display:block; line-height: 1.6em; position:relative; padding:0; } 
#footer .address-txt::after { content: ''; width: 1px; height: 10px; background-color: rgba(255, 255, 255, 0.70); position: absolute; right: 0px; top: 6px; display:none; } 
#footer .address-txt:last-child::after { display:none; } 

#footer .copy {margin-top: var(--padding-10); font-size:var(--font-size-14); color:rgba(255, 255, 255, 0.70); line-height: 1.5em;} 
#footer .f-menu  {display:flex; margin-top: 22px; margin-bottom: var(--space-20);}
#footer .f-menu li {padding-left:var(--padding-15);}
#footer .f-menu li:first-child {padding-left:0;}
#footer .f-menu li a {display:block; color:rgba(255, 255, 255, 0.70); font-weight:400; font-size:var(--font-size-14); }

#footer .shopbx {margin-bottom: 9px;}
#footer .shopbx .tit {margin-bottom:10px; font-size: var(--font-size-14); color: #fff;}
#footer .shoplink {display: inline-flex;align-items: center;justify-content: center;gap: 5px; padding: 0 20px; height:30px; border-radius: 60px; background: rgba(255, 255, 255, 0.50); color: #fff;}
#footer .shoplink .txt {font-size: var(--font-size-16); color: #fff; font-weight: bold; line-height: 1;}
#footer .shoplink img {width:clamp(12px, calc( 18 / var(--inner) * 100vw ), 18px) ;}

.btn-top {display:flex; flex-direction:column; justify-content:center; align-items:center; padding:5px; width:clamp(30px, calc( 40 / var(--inner) * 100vw ), 40px); height:clamp(30px, calc( 40 / var(--inner) * 100vw ), 40px); border-radius:50%; background:#9D9D9C;}

.quick-wrap {display: flex;flex-direction: column;gap:var(--padding-10); align-items: center; position: fixed; right: clamp(15px, calc( 100 / var(--inner) * 100vw ), 100px); bottom:clamp(20px, calc( 40 / var(--inner) * 100vw ), 40px); z-index: 200;}
.quick-wrap .quicklink img {width: clamp(35px, calc( 50 / var(--inner) * 100vw ), 50px);}

#sub .quick-wrap .btn-top {display: none !important;}
#sub.page-product .quick-wrap .btn-top {display: flex !important;}


/* all menu */
html.menu-all-opened {overflow:hidden;}
html.menu-all-opened .all-navigation {-ms-transform:translateX(0); transform:translateX(0); }
html.menu-all-opened .all-navigation .only-all-menu {display:block;}
html.menu-all-opened .mobile-overlay {display:block;}

.btn-all-menu {position:relative; top:0; right:0; width:24px; height:15px; text-align:center; text-indent:-9999em; z-index:99; transition:all 0.5s ease-in-out; } 
.btn-all-menu span{ position:absolute; right:0; top:0; height:2px; width:24px; background:#fff; } 
.btn-all-menu span:before,
.btn-all-menu span:after { content:" "; position:absolute; right:0; height:2px; background:#fff; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s; } 
.btn-all-menu span:before {top:7.5px; width:24px; transition-property:top, transform; } 
.btn-all-menu span:after { bottom:-15px; width:24px; transition-property:bottom, transform; } 

.all-navigation {position:fixed; top:0; right:0; padding:20px 0; width:100%; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:202; } 
.all-navigation .contain {padding-top:200px; max-width:1460px !important;}
.all-navigation .home {display:none;}
.all-navigation .sitelogo {display:block; margin-bottom:20px; padding-left:15px; } 
.all-navigation .sitelogo img { height:23px; } 
.all-navigation .all-nav-menu>ul>li {display:flex; align-items:center; padding:50px 0; border-bottom:1px solid #dfdfdf; } 
.all-navigation .all-nav-menu>ul>li>a {flex:1 0 410px; max-width:410px; position:relative; font-size:36px; font-weight:bold; line-height:1.3em; color:#2c2c2c;}
.all-navigation .all-nav-menu>ul>li>a:hover {color:var(--color-primary);}
.all-navigation .all-nav-menu .submenu {flex:1; display:block;} 
.all-navigation .all-nav-menu .submenu>ul {display:flex;}
.all-navigation .all-nav-menu .submenu>ul>li {flex:1 0 25%; max-width:25%; padding-right:15px;}
.all-navigation .all-nav-menu .submenu>ul:after { content:""; display:block; clear:both; } 
.all-navigation .all-nav-menu .submenu>ul>li>a {display:block; position:relative; color:#898989; font-size:18px; font-weight:500; line-height:1.3em; } 
.all-navigation .all-nav-menu .submenu>ul>li>a:hover {color:var(--color-secondary); text-decoration: underline;}
.all-navigation .close { position:absolute; top:20px; right:100px; width:24px; height:24px; text-indent:-9999em; overflow:hidden; } 
.all-navigation .close:before,
.all-navigation .close:after { content:" "; position:absolute; top:12px; left:0; width:100%; height:2px; background:#2c2c2c; } 
.all-navigation .close:before { transform:rotate(45deg); } 
.all-navigation .close:after { transform:rotate(-45deg); } 


/* for mobile */
.only-mobile { display:none; } 
.btn-m-menu {margin-left: var(--padding-30); position:relative; top:0; right:0; width:20px; height:16px; text-align:center; text-indent:-9999em; z-index:99; transition:all 0.5s ease-in-out; } 
.btn-m-menu span { position:absolute; right:0; top:0; height:2px; width:20px; background:#fff; } 
.btn-m-menu span:before,
.btn-m-menu span:after { content:" "; position:absolute; right:0; height:2px; background:#fff; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s; } 
.btn-m-menu span:before {top:8px; width:20px; transition-property:top, transform; } 
.btn-m-menu span:after { bottom:-16px; width:20px; transition-property:bottom, transform; } 
.mobile-navigation { position:fixed; top:0; right:0; padding:20px 0; width:400px; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:202; } 
.mobile-navigation .home {margin-left:15px; width:90px;}
.mobile-navigation .txt {font-size:var(--font-size-40);}
.mobile-navigation .sitelogo {display:block; margin-bottom:20px; padding-left:15px; } 
.mobile-navigation .sitelogo img { height:23px; } 
.mobile-navigation .nav-menu>ul {margin-top:20px;}
.mobile-navigation .nav-menu>ul>li { border-bottom:1px solid #dfdfdf; } 
.mobile-navigation .nav-menu>ul>li>a { position:relative; padding:12px 15px; display:block; color:#454545; font-size:18px; font-weight:500; line-height:1.3em; text-transform: uppercase;} 
/* .mobile-navigation .nav-menu>ul>li a:after { content:""; position:absolute; top:50%; right:15px; transform:translateY(-75%) rotate(45deg); width:10px; height:10px; border-right:2px solid #2c2c2c; border-bottom:2px solid #2c2c2c; }  */
.mobile-navigation .nav-menu>ul>li.active>a { color:#305e92 } 
.mobile-navigation .nav-menu>ul>li.active>a:after { transform:translateY(-35%) rotate(-135deg); border-color:#305e92; } 
.mobile-navigation .nav-menu .submenu { display:none; margin:-1px 0 0 0; padding:0 15px 15px; } 
.mobile-navigation .nav-menu .submenu>ul:after { content:""; display:block; clear:both; } 
.mobile-navigation .nav-menu .submenu>ul>li>a { display:block; position:relative; padding:5px 15px; color:#454545; font-size:16px; font-weight:400; line-height:1.3em; } 
.mobile-navigation .nav-menu .submenu>ul>li>a:after { display:block; content:""; position:absolute; top:14px; left:5px; width:4px; height:4px; background:#dfdfdf; border-radius:50%; transition:.3s ease-in-out; border-radius: 50%;} 
.mobile-navigation .nav-menu .submenu>ul>li>a:hover { color:#305e92 } 
.mobile-navigation .nav-menu .submenu>ul>li>a:hover:after { background:#305e92 } 
.mobile-navigation .close { position:absolute; top:20px; right:15px; width:24px; height:24px; text-indent:-9999em; overflow:hidden; } 
.mobile-navigation .close:before,
.mobile-navigation .close:after { content:" "; position:absolute; top:12px; left:0; width:100%; height:2px; background:#2c2c2c; } 
.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:201; } 

html.menu-opened { overflow:hidden; } 
html.menu-opened .mobile-navigation { -ms-transform:translateX(0); transform:translateX(0); } 
html.menu-opened .mobile-overlay { display:block; } 