@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */ 

#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 {display:block;}
.only-desktop-tablet {display:block;}
.only-tablet-mobile {display:none;}
.only-tablet {display:none;}
.only-mobile {display:none;}

.contain {width:100%; max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
.contain2 { width:100%; max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto; }
.contain:after {content:""; display:block; clear:both;}

#container>div { overflow: hidden;}
#ws-wrapper {display:flex; min-height:100vh;}

#ws-header {width:200px; background:#fafafa; box-shadow:0 0 5px rgba(0,0,0,.2);}

.ws-menu .ui {display:block; padding:13px 0; background:#5e31a1; color:#fff; font-size:18px; font-weight:700; line-height:1.5em; letter-spacing:-.03em; text-align:center; border-bottom:2px solid #3c2065;}
.ws-menu h2 {font-family:"Roboto",sans-serif; font-size:15px; color:#fff; line-height:1.3em; padding:7px 0; text-align:center; background:#7952b3; }
.ws-menu ul {display:flex; flex-wrap:wrap;}
.ws-menu ul li {width:100%; border-bottom:1px solid #e5e5e5;}
.ws-menu ul li.w50 {width:50%; border-right:1px solid #e5e5e5;}
.ws-menu ul li.w50:nth-child(2n) {border-right:0;}
.ws-menu ul li a {display:block; color:#333; text-decoration:none; font-size:13px; font-weight:300; line-height:1.4em; letter-spacing:-.04em; padding:5px 5px 5px 11px;}
.ws-menu ul li a:hover,
.ws-menu ul li.active a {background:#eee; color:#653ba4; font-weight:500; padding-left:14px;}

#ws-content {flex:1 1 auto; min-width:0; width:1%; padding:30px;}

.ws-title {display:flex; align-items:center; padding-bottom:15px; margin-bottom:50px; border-bottom:1px solid #ddd;}
.ws-title h2 {flex:1 1 auto; min-width:0; width:1%; font-size:30px; line-height:1.3em; letter-spacing:-.04em;}

.btn-psd-download {display:inline-block; padding:8px 20px; font-family:"Roboto",sans-serif; color:#fff; font-size:16px; font-weight:500; line-height:1.3em; background:#7952b3; border-radius:4px;}

.ws-real-cont {max-width:1200px; margin:0 auto;}

/* header */
#header {position:fixed; width:calc(100% - 200px); z-index:101; top: 30px; height: 70px; transition: .2s; background: #fff; box-shadow: 0 3px 10px rgba(0,0,0,0.1); margin: auto; left: 0; right: 0; border-radius: 35px; }
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; }
#header .contain::after { content: none;}

.sitelogo {position:relative; z-index:2; background-image:url("../images/common/logo.png"); background-size: contain; background-repeat: no-repeat;}
.sitelogo a {display: block;}
.sitelogo img {visibility: hidden;}

#gnb {text-align:center; flex:1 1 auto; min-width:0; width:1%;}
#gnb>ul {display:flex; justify-content:center;} 
#gnb>ul>li {position:relative; padding:0 72px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:70px; color:#242424; font-size:20px; font-weight:600; letter-spacing:-.03em; line-height:1.3em;}
#gnb>ul>li>a::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 2px; background: var(--color-primary); transition: .2s;}
#gnb>ul>li:hover>a { color: var(--color-primary);}
#gnb>ul>li:hover>a::after { width: 100%;  }

#gnb .submenu {display:none; position:absolute; left:50%; text-align:center; transform:translateX(-50%);}
#gnb .submenu>ul {display:flex;}
#gnb .submenu>ul>li>a {display:block; padding:30px 25px; color:#454545; font-size:18px; line-height:1.33em; white-space:nowrap; font-weight: 400; color: #999; }
#gnb .submenu>ul>li>a:hover { font-weight: 700; color: #242424; }

.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-top:1px solid #ddd; box-shadow: 0 3px 10px rgba(0,0,0,0.1);}

#header.hover { width: 100%; top: 0; height: 100px; border-radius: 0; }
#header.hover #gnb>ul>li>a { height: 100px; }

.list-icon { width:30px; height:23px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear; display: inline-block; position: relative;}
.list-icon span {position:absolute; right:0; top:50%; margin-top:0px; height:3px; background:#000; left: 10px; }
.list-icon span:before,
.list-icon span:after {content:" "; position:absolute; left:0; right:0; height:3px; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s; }
.list-icon span:before {top:-10px; transition-property:top, transform; background:#000; content: "only"; left: -10px;}
.list-icon span:after {bottom:-10px; transition-property:bottom, transform; background:#000; left: -10px;}

.mobile-navigation { position:fixed; top:0; right:0; width:300px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {display:flex; align-items:center; height:80px; padding:0 20px; color:#242424; font-size:19px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:10px 48px 10px 20px; display:block; color:#242424; font-size:16px; font-weight:700; line-height:1.5em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:11px; height:11px; border-right:2px solid #505050; border-bottom:2px solid #505050;}
.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:var(--color-primary);}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#fff;}
.mobile-navigation .nav-menu .submenu {display:none; background:#f8f8f8; color:#454545; font-size:14px; font-weight:400; line-height:1.5em;}
.mobile-navigation .nav-menu .submenu ul li {border-top:1px solid #e5e5e5;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:12px 20px;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:var(--color-primary);}
.mobile-navigation .close {position:absolute; top:25px; right:15px; width:26px; height:26px; text-indent:-9999em; overflow:hidden;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {content:" "; position:absolute; top:12px; left:0; width:100%; height:3px; background:#242424; border-radius:3px;}
.mobile-navigation .close:before {transform:rotate(45deg);}
.mobile-navigation .close:after {transform:rotate(-45deg);}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;} 

/* 키비주얼관리 */
.main-visual {position:relative; overflow: hidden; width: 100%; height: 100vh;}
.main-visual .item {position:relative; height:100vh; overflow:hidden;}
.main-visual .img {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; transform: scale(1); transition: 4s;}
.main-visual .img img {position:absolute; top:50%; left:0; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:cover;}

.main-visual .caption { position: absolute; right: 0; text-align: left; top: 50%; transform: translateY(-50%); width: 100%; left: 0;}
.main-visual .caption .contain { display: flex; height: 100%; align-items: center; justify-content: space-between; position: relative; }
.main-visual .caption .contain::after { content: none;}
.main-visual .caption .image { width: 60%; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.main-visual .caption .image2 { width: 72%; right: -100px; }
.main-visual .caption .image>div { display: block; position: relative; padding-bottom: 100%; overflow: hidden;}
.main-visual .caption .image img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: contain; }
.main-visual .caption .txt { width: 100%; transform:translateX(-50px); opacity: 0; transition:opacity 0s 2s, transform 0s 2s;  z-index: 1; }
.main-visual .items .slick-active .caption .txt { transform:translateX(0); opacity:1; transition:opacity 2s, transform 1s; transition-delay:0.6s;}
.main-visual .items .reset-animation .caption .txt { transform:translateX(-50px); opacity:0; transition:all 0s}
.main-visual .caption h4 { font-size: 16px; font-weight: 600; line-height: 1.2em; letter-spacing: .03em; color: var(--color-primary); margin-bottom: 35px; text-transform: uppercase;}
.main-visual .caption h2 { font-size: 40px; font-weight: 500; letter-spacing: -.03em; line-height: 1.444em; color: #454545; margin-bottom: 25px; }
.main-visual .caption h2 strong { color: #242424; font-weight: 700; }
.main-visual .caption p { font-weight: 500; }
.main-visual .main-view { margin-top: 110px; position: relative; right: 0; top: 0; }

.main-visual .vs-page { position: absolute; left: 0; right: 0; margin: auto; width: 300px; bottom: 50px; z-index: 50; padding-bottom: 10px; }
.main-visual .vs-page .fx { display: flex; align-items: center; justify-content: space-between;}
.main-visual .slick-arrow { width:16px; height:10px; z-index:50; opacity:1; background-position:50% 50%; background-repeat:no-repeat; overflow:hidden; cursor: pointer; background-size: contain; }
.main-visual .slick-prev {background-image:url("../images/main/main-prev.png"); }
.main-visual .slick-next {background-image:url("../images/main/main-next.png");}

.roll-btn { position: relative; display: flex; gap: 30px; font-size: 16px; font-weight: 700; align-items: center;}
.roll-btn .current-page { color: var(--color-primary) !important; }
.roll-btn .separator { width: 1px; height: 15px; background: #999; position: relative; top: -1px; }
.roll-btn .total-pages { color: #555 !important; }
.progress { position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #ddd; overflow: hidden;}
.progress-bar { height: 100%; background: var(--color-primary); width: 0%; transition: width 0.3s ease;}

.main-visual .animate .img { animation-name: scale; animation-duration:4s; animation-fill-mode: forwards;}
@keyframes scale {
	0% {transform: scale(1);}
	100% {transform: scale(1.05);}
}

/* main 공통 */
.main-view { position: absolute; padding-left: 18px; display: inline-block; font-weight: 700; line-height: 1.2em; color: #242424; z-index: 1; right: 30px; top: 70px; }
.main-view span { color: #fff; }
.main-view::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; width: 60px; height: 60px; border-radius: 100%; background: var(--color-primary); z-index: -1; }
.main-pd { padding: 130px 0;}
.main-subtit { line-height: 1em; color: var(--color-primary); font-weight: 700; font-size: 16px; line-height: 1.2em; letter-spacing: .05em; }
.main-tit { font-size: 34px; font-weight: 500; letter-spacing: -.03em; line-height: 1.3em; color: #555; margin: 22px 0;}
.main-tit span { font-weight: 700; color: #242424; }

/* main */
.op { padding-top: 40px; }
.op ul { display: flex; width: 100%; gap: 20px; }
.op ul li { width: 170px; border-radius: 8px; overflow: hidden; text-align: center; position: relative; flex-shrink: 0;}
.op ul li::after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border-radius: 8px; border: 1px solid #ddd;}
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.sec1 .contain { position: relative; }
.swp-wrap { width: 150%; margin-right: -50%; margin-top: 70px; display: flex; align-items: flex-start;}
.swp-wrap .left { width: 38%; }
.swp-wrap .left-swiper { width: 100%; position: relative; overflow: hidden;}
.swp-wrap .left-swiper .item a { display: flex; align-items: center; }
.swp-wrap .left-swiper .item .thumb { width: 370px; margin-right: 50px; }
.swp-wrap .left-swiper .item .thumb>div { position: relative; overflow: hidden; padding-bottom: 100%; display: block; border-radius: 15px; }
.swp-wrap .left-swiper .item .thumb>div img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.swp-wrap .left-swiper .item .info { flex: 1 1 auto; min-width: 0; width: 1%; margin-top: 0; }
.swp-wrap .left-swiper .item .info .tit { font-size: 30px; font-weight: 700; line-height: 1.2em; color: var(--color-primary); margin-bottom: 30px; }
.swp-wrap .left-swiper .item .info .tit2 { font-size: 18px; font-weight: 700; color: #242424; margin-bottom: 13px;  }
.swp-wrap .left-swiper .item .info .view { font-size: 16px; font-weight: 600; margin-top: 80px; color: #999; display: block; }
.swp-wrap .right { flex: 1 1 auto; min-width: 0; width: 1%; }
.right-swiper { position: relative; width: 100%; overflow: hidden; }
.right-swiper .item { width: 220px; }
.right-swiper .item a { display: block; }
.right-swiper .item .thumb { width: 100%; }
.right-swiper .item .thumb>div { position: relative; overflow: hidden; padding-bottom: 100%; display: block; border-radius: 15px; }
.right-swiper .item .thumb>div img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; }
.right-swiper .item .info .tit {margin-top: 15px; padding-left: 10px; font-size: 18px; font-weight: 700; line-height: 1.2em; }
.swiper-pagi { width: 62%; margin-top: 50px; }
.sec1-btbox { display: flex; justify-content: space-between; align-items: center;}
.sec1-prev::after, .sec1-next::after { display: none; }
.sec1-prev, .sec1-next { width: 23px; height: 14px; position: relative; top: auto; margin-top: 0; background-repeat: no-repeat; background-position: center; background-size: contain; }
.sec1-prev { background-image: url("../images/main/sec1-prev.png"); left: auto;}
.sec1-next { background-image: url("../images/main/sec1-next.png"); right: auto;}
.sec1 .swiper-progress { height:3px; background: #ccc; position: relative; margin-top: 20px; border-radius: 3px; }
.sec1 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: var(--color-primary); }

.sec2 { border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; background: url(../images/main/sec2-bg.jpg) left center no-repeat; background-size: auto 100%;}
.sec2 .contain { display: flex; align-items: center;}
.sec2 .contain::after { content: none;}
.sec2 .left { width: 38%; }
.sec2 .right { width: 62%; }
.sec2-list { display: flex; flex-wrap: wrap; gap: 30px 57px; flex-wrap: wrap;}
.sec2-list li { width: calc(100%/3 - 38px); }
.sec2-list li a { display: block; border-radius: 20px; border: 1px solid #ddd; padding: 20px; padding-bottom: 50px; background: #fff; }
.sec2-list li .top { padding-bottom: 18px; border-bottom: 1px solid #ddd;}
.sec2-list li .icon { width: 80px; height: 80px; border-radius: 100%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; background: #f2f4f7; transition: .2s;}
.sec2-list li .tit { padding: 30px 0 25px; line-height: 1em; font-size: 24px; font-weight: 700; color: #242424; letter-spacing: -.03em; }
.sec2-list li a:hover { background: #f2f4f7; border-color: #f2f4f7; }
.sec2-list li a:hover .icon { background: #fff; }

.sec3 .contain { position: relative; }
.sec3-list { margin-top: 80px; border-top: 1px solid #242424;}
.sec3-list li { border-bottom: 1px solid #ddd;}
.sec3-list li a { display: flex; align-items: center; padding: 35px 20px;}
.sec3-list li .date { color: var(--color-primary); width: 170px; font-size: 26px; font-weight: 800; line-height: 1em; letter-spacing: -.03em; }
.sec3-list li .cnt { flex: 1 1 auto; min-width: 0; width: 1%; }
.sec3-list li .cnt .tit { line-height: 1em; font-size: 18px; font-weight: 700; color: #242424; letter-spacing: -.03em; overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; margin-bottom: 22px; } 
.sec3-list li .cnt .txt { overflow:hidden; text-overflow:ellipsis; word-break:break-all; white-space:normal; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; line-height: 1em; } 

/* sub */ 
.sub-visual {position:relative; height:360px; color: #fff; background-color:#eee; background-position:50% 50%; background-attachment:scroll; background-repeat:no-repeat; background-size:cover; margin: auto; width: 100%; text-align: left; display: flex; align-items: center; justify-content: center;}
.sub-visual .contain { position: relative; }
.sub-visual h2 {font-size:50px; line-height:1em; display: inline-block; font-weight: 500; position: relative; line-height: 1em; letter-spacing: 0;}

.sub-visual.bg1 {background-image:url("../images/sub/sub-visual1.jpg");}
.sub-visual.bg2 {background-image:url("../images/sub/sub-visual2.jpg");}
.sub-visual.bg3 {background-image:url("../images/sub/sub-visual3.jpg");}

.path-wrap {position:relative; border-bottom:1px solid #ddd; z-index:50;}
.path-wrap .wrap {max-width:1200px; margin:0 auto; }
.path-wrap .inner {display:flex; width: 100%;}
.path-wrap .home a {display:block; width:60px; height:60px; background:url("../images/sub/home.png")50% 50% no-repeat; background-size:19px; text-indent:-999em; overflow:hidden; position: relative; border-right: 1px solid #ddd; border-left: 1px solid #ddd;}
.path-wrap .part {position:relative; min-width:250px; z-index:50; border-right: 1px solid #ddd;}
.path-wrap .part > a {display:flex; align-items:center; position:relative; height:60px; color:#454545; font-size:16px; font-weight:400; line-height:1.3em; padding:0 60px 0 20px; letter-spacing: -.03em; }
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:20px; margin-top:-4px; width:14px; height:9px; background:url("../images/sub/path-down.png") 50% 50% no-repeat;}
.path-wrap .part ul {display:none; position:absolute; left:-1px; right:-1px; background:#fff; z-index:50; padding: 15px 0; border: 1px solid #ddd; }
.path-wrap .part ul li {color:#454545; line-height:1.3em; }
.path-wrap .part ul li:last-child {border-bottom:0;}
.path-wrap .part ul li a {display:block; padding:10px 20px;}
.path-wrap .part.active::before { display: block;}
.path-wrap .part ul li a:hover,
.path-wrap .part ul li.active a {color:var(--color-primary); }

#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title { padding: 100px 0 80px; text-align: center;}
.sub-title.cartpd { padding-top: 250px; }
.sub-title h1 { font-size: 40px; font-weight: 600; line-height: 1em; color: #242424; letter-spacing: 0;}

.real-cont {min-height:300px; padding-bottom: 130px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; color:#c8c8c8; background: #1d1d1d; padding: 50px 0;}
.ft-top { display: flex; justify-content: space-between; flex-wrap: wrap;}
.ft-top .left { display: flex; align-items: flex-end; gap: 40px; margin-bottom: 40px; }
.ft-text { line-height: 1.9em; font-size: 18px; }
.ft-top .left .ft-text { position: relative; top: 8px; }
.ft-text span { display: inline-block; padding-right: 40px; font-weight: 300; line-height: 1.666em; font-size: 14px; }
.ft-text span:last-child { padding-right: 0; }
.ft-text span strong { font-weight: 700; padding-right: 7px; display: inline-block; }
.ft-text span strong.pr { padding-right: 0; }
.ft-btm { border-top: 1px solid rgba(255,255,255,0.2); margin-top: 23px; padding-top: 8px; display: flex; justify-content: space-between; align-items: center;}
.cpr { font-size: 14px; font-weight: 200; }
.policy a { display: inline-block; position: relative; font-size: 15px; letter-spacing: 0; font-weight: 300; padding-left: 26px; }
.policy a::before { content: ""; position: absolute; left: 0; width: 17px; height: 17px; background: url(../images/common/policy.png) center no-repeat; background-size: contain; top: 2px;}
.policy a:last-child { margin-left: 30px; } 

/* 퀵메뉴 */
.quick { position: fixed; z-index: 999; right: 20px; bottom: 20px; }
.quick a { display: flex; align-items: center; justify-content: center; width: 81px; height: 81px; border-radius: 100%; color: #fff; line-height: 1.1em; flex-direction: column; margin-bottom: 5px;}
.quick a:last-child { margin-bottom: 0;}
.quick a span { display: block; font-size: 12px; font-weight: 300; line-height: 1em; margin-top: 7px;}
.quick a.cart { background: var(--color-primary); border-top: none; }
.quick a.kakao { background: #f7e409;}
.quick a.scroll-down {background: #fff; border: 1px solid #ddd;}