@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:sticky; width:100%; z-index:101; top: 0; height: 100px; transition: .2s; left: 0; background: #fff; border-bottom: 1px solid #ddd;}
#header .contain {position:relative; display:flex; align-items:center; justify-content:space-between; height:100%; z-index:10; max-width: 1820px; }
#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 32px;}
#gnb>ul>li>a {position:relative; display:flex; align-items:center; flex-direction: column; justify-content:center; height:100px; color:#2c2c2c; font-size:18px; font-weight:500; line-height:1.3em; padding: 0 28px;}
#gnb>ul>li>a::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 3px; background: var(--color-primary); transition: .3s;}
#gnb>ul>li:hover>a::after { width: 100%; }

#gnb .submenu {position:absolute; left:0; width:100%; height:0; overflow:hidden; text-align:center;}
#gnb .submenu>ul {padding:20px 5px;}
#gnb .submenu>ul>li>a {display:block; padding:10px 0; color:#454545; font-size:16px; line-height:1.33em;}
#gnb .submenu>ul>li>a:hover { color: var(--color-primary); font-weight: 700; }
.submenu-bg {display:none; position:absolute; width:100%; left:0; background:#fff; border-top:1px solid #ddd; border-bottom:1px solid #eee;}
.submenu-bg img { position: absolute; right: 80px; bottom: 20px; }

.util { display: flex; align-items: center; }
.lang { display: flex; margin-right: 80px; gap: 12px; }
.lang a { display: flex; align-items: center; justify-content: center; width: 50px; height: 25px; border-radius: 13px; border: 1px solid #454545; color: #454545; font-size: 14px; font-weight: 500; line-height: 1em; letter-spacing: 0;} 
.lang a.active { color: #fff; background: var(--color-primary); border-color: var(--color-primary);}
.lang a:hover { color: #fff; background: var(--color-primary); border-color: var(--color-primary); }

.list-icon { width:30px; height:32px; text-align:center; text-indent:-9999em; z-index:50; transition:none !important; display: inline-block; position: relative; background: url(../images/common/menu.png) center no-repeat; background-size: contain;}

#header.hover { background: #fff; border-bottom: 1px solid #ddd;}
#header.hover #gnb>ul>li>a { color: #2c2c2c; }
#header.hover .lang a { color: #454545; border-color: #454545; }
#header.hover .lang a.active { color: #fff; background: var(--color-primary); border-color: var(--color-primary); }
#header.hover .lang a:hover { color: #fff; background: var(--color-primary); border-color: var(--color-primary); }
#header.hover .list-icon { background-image: url(../images/common/menu.png);}

#header.move { background: #fff; border-bottom: 1px solid #ddd;}
#header.move #gnb>ul>li>a { color: #2c2c2c; }
#header.move .lang a { color: #454545; border-color: #454545; }
#header.move .lang a.active { color: #fff; background: var(--color-primary); border-color: var(--color-primary); }
#header.move .lang a:hover { color: #fff; background: var(--color-primary); border-color: var(--color-primary); }
#header.move .list-icon { background-image: url(../images/common/menu.png);}

.mobile-navigation {display:flex; position:fixed; top:100px; right:0; width:100%; height:calc(100vh - 100px); overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102; align-items: center; }
.mobile-navigation .left-menu { max-width: 600px; width: 100%; height: 100%; background: url(../images/common/hd-img.jpg) center no-repeat; background-size: cover; display: flex; align-items: center; justify-content: center; text-align: center; }
.mobile-navigation .left-menu ul li a { padding: 50px 0; display: block; font-size: 40px; font-weight: 600; color: rgba(255,255,255,.6);}
.mobile-navigation .left-menu ul li.active a { color: #fff; }
.mobile-navigation .left-menu ul li a:hover { color: #fff; }
.mobile-navigation .nav-menu { flex:1 1 auto; min-width:0; width:1%; padding-left: 120px; }
.mobile-navigation .nav-menu>ul>li>a { display: none; }
.mobile-navigation .nav-menu .submenu { color:#4B4F4E; font-size:22px; font-weight:400; line-height:1.5em; display: none; }
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:12px 0;}
.mobile-navigation .nav-menu .submenu ul li a:hover {color:var(--color-primary); font-weight: 700; text-decoration: underline; text-underline-position: under}
.mobile-navigation .navi-logo { position: absolute; bottom: 20px; right: 80px; }

html.menu-opened { overflow: hidden;}
html.menu-opened #header { background: #fff; border-bottom: none; }
html.menu-opened #gnb { display: none; }
html.menu-opened .lang a { color: #454545; border-color: #454545; }
html.menu-opened .lang a.active { color: #fff; background: var(--color-primary); border-color: var(--color-primary); }
html.menu-opened .lang a:hover { color: #fff; background: var(--color-primary); border-color: var(--color-primary); }
html.menu-opened .list-icon { background-image: url(../images/common/hd-close.png); background-size: 22px; } 
html.menu-opened #header.hover .list-icon { background-image: url(../images/common/hd-close.png); background-size: 22px; } 
html.menu-opened #header.move .list-icon { background-image: url(../images/common/hd-close.png); background-size: 22px; } 
html.menu-opened .mobile-navigation {-ms-transform:translateY(0); transform:translateY(0); border-top: 1px solid #ddd;}

/* 키비주얼관리 */
.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: center; top: 50%; transform: translateY(-50%); width: 100%; left: 0;}
.main-visual .caption .contain { display: flex; height: 100%; align-items: center; justify-content: space-between;}
.main-visual .caption .contain::after { content: none;}
.main-visual .caption .txt { width: 100%; transform:translateX(-50px); opacity: 0; transition:opacity 0s 2s, transform 0s 2s; color: #fff; }
.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 h2 { font-size: 72px; font-weight: 700; line-height: 1em; margin-bottom: 25px;}
.main-visual .caption h4 { line-height: 1.5em; font-size: 24px; font-weight: 300; text-shadow: 0 4px 4px rgba(0,0,0,0.25); }

.main-visual .slick-dots {position:absolute; bottom:80px; left:80px; width:100%; text-align:left; line-height:0; z-index:51;}
.main-visual .slick-dots li {display:inline-flex; width: 40px; height: 40px; color: rgba(255,255,255,0.6); text-align: center; border-radius: 100%; border: none; line-height: 1em; align-items: center; justify-content: center; letter-spacing: 0; font-weight: 600; margin: 0 5px; cursor: pointer;}
.main-visual .slick-dots .slick-active { border: 2px solid #fff; color: #fff; }
.main-visual .slick-arrow {position:absolute; top:50%; margin-top:-34px; width:68px; height:68px; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; overflow:hidden; text-indent:-9999em; z-index:50; background-size: 14px; border-radius: 70px; border: 1px solid rgba(255,255,255,0.6); cursor: pointer; transition: .3s;}
.main-visual .slick-prev {left:80px; background-image:url("../images/main/main-prev.png");}
.main-visual .slick-prev:hover { background-color: #fff; border-color: #fff; background-image: url(../images/main/main-prev-c.png);}
.main-visual .slick-next {right:80px; background-image:url("../images/main/main-next.png");}
.main-visual .slick-next:hover { background-color: #fff; border-color: #fff; background-image: url(../images/main/main-next-c.png);}
.main-visual .scroll-down {position:absolute; bottom:80px; left:0; width:100%; line-height:0; z-index:50; right: 0; margin: auto; text-align: center; }
.main-visual .scroll-down img { animation: scrollDown 1.5s ease-in-out infinite; }
.main-visual .scroll-down span { font-size: 12px; font-weight: 300; margin-top: 10px; line-height: 1.2em; display: block; color: #fff; letter-spacing: 0; animation: blink 1.5s ease-in-out infinite;}
@keyframes scrollDown {
    0% {
        transform: translateY(-20px);
        opacity: 1;
    }
    100% {
        transform: translateY(0);
        opacity: 0;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.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-pd { padding: 150px 0;}
.main-subtit { font-size: 22px; font-weight: 700; line-height: 1em; color: var(--color-primary); margin-bottom: 12px; }
.main-tit { font-size: 48px; font-weight: 700; color: #2c2c2c; line-height: 1.3em; }

/* main */
.sec1 {display: flex; align-items: flex-end; background: url(../images/main/sec1-bg.jpg) bottom right no-repeat;}
.sec1 .img { width: 45%; box-shadow: 2px 4px 20px rgba(0,0,0,0.25);}
.sec1 .img img { width: 100%; }
.sec1 .info { width: 55%; padding-left: 80px; position: relative; bottom: -65px; }
.sec1 .info h2 { margin-bottom: 40px; }
.sec1 .info p { font-size: 18px; line-height: 1.6em; }
.sec1 .info a { display: inline-block; margin-top: 30px; font-size: 18px; font-weight: 500; color: #878787; letter-spacing: -.03em; line-height: 1.2em; }
.sec1 .info a:hover { color: var(--color-primary); }

.sec2 .contain { display: flex; }
.sec2 .contain::after { content: none;}
.sec2 .left { width: 27%; position: relative; padding-top: 70px; display: flex; flex-direction: column; justify-content: space-between;}
.sec2 .left .sec2-btbox { position: absolute; bottom: 0; right: 30px; }
.sec2 .right { width: 100%; margin-right: -27%; }
.sec2-prev::after, .sec2-next::after { display: none; }
.sec2-btbox { display: flex; gap: 44px; }
.sec2-prev, .sec2-next { position: relative; top: auto; margin-top:0; width: 12px; height: 20px; background-size: contain; background-repeat: no-repeat; background-position: center; }
.sec2-prev { left: auto; background-image: url(../images/main/sec2-prev.png);} 
.sec2-next { left: auto; background-image: url(../images/main/sec2-next.png); right:auto;} 
.sec2-next::before { content: ""; position: absolute; left: -22px; width: 1px; height: 15px; background: #ddd; top: 3px; }
.sec2-swiper { width: 100%; position: relative; overflow: hidden; }
.sec2-swiper .item a { display: block; position: relative; }
.sec2-swiper .item img { width: 100%; }
.sec2-swiper .item .abbox { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: flex-end; padding: 40px; color: #fff; transition: .5s;}
.sec2-swiper .item .abbox .more { font-size: 18px; font-weight: 500; color: #fff; letter-spacing: -.03em; margin-bottom: 25px; transition: .5s; opacity: 0; transform: translateY(-20px);}
.sec2-swiper .item .abbox .tit { font-size: 30px; font-weight: 600; line-height: 1em; padding: 10px 0; margin-bottom: 15px; display: inline-block; transition: .5s;}
.sec2-swiper .item .abbox .txt { font-size: 22px; line-height: 1.4em; }
.sec2-swiper .swiper-slide-active .abbox .tit { background: #fff; padding: 10px 30px; color: var(--color-primary); border-radius: 25px; }
.sec2-swiper .item a:hover .abbox { background: rgba(0,0,0,0.6);}
.sec2-swiper .item a:hover .abbox .more { opacity: 1; transform: translateY(0);}
.sec2 .swiper-pagination { position: absolute; bottom: 0 !important ;}
.sec2 .swiper-pagination .swiper-pagination-bullet { display: block; width: auto; height: auto; padding-bottom: 30px;  margin: 0; background: transparent; color: #b7b7b7 !important; font-size: 22px; font-weight: 600; line-height: 1.2em; text-align: left; cursor: pointer; transition: all 0.3s ease; border-radius: none !important; opacity: 1; padding-left: 18px; position: relative; }
.sec2 .swiper-pagination .swiper-pagination-bullet:last-child { padding-bottom: 0; }
.sec2 .swiper-pagination .swiper-pagination-bullet:hover { color: var(--color-primary) !important; font-size: 30px; }
.sec2 .swiper-pagination .swiper-pagination-bullet-active { color: var(--color-primary) !important; font-size: 30px; }
.sec2 .swiper-pagination .swiper-pagination-bullet-active::before { content: ""; position: absolute; left: 0; top: 11px; width: 8px; height: 10px; background: url(../images/main/sec2-bf.png) center no-repeat; background-size: contain; }

.sec3 { background: url(../images/main/sec3-bg.jpg) center no-repeat; background-size: cover; text-align: center; color: #fff; }
.sec3 .main-subtit { color: #fff; }
.sec3 .main-tit { color: #fff; }
.sec3-fx { display: flex; justify-content: center; gap: 190px; margin-top: 100px; text-align: center; }
.sec3-fx>div { position: relative; }
.sec3-fx>div:last-child::before { content: ""; position: absolute; width: 1px; height: 100%; background: #ddd; top: 0; left: -95px; }
.sec3-fx>div a { display: block; }
.sec3-fx>div a .icon { display: flex; align-items: center; justify-content: center; height: 90px; }
.sec3-fx>div a .view { width: 200px; height: 60px; border-radius: 30px; border: 1px solid #fff; display: flex; align-items: center; justify-content: center; margin: 35px auto 0; font-size: 18px; font-weight: 500; line-height: 1.2em; gap: 10px; transition: .3s;}
.sec3-fx>div a:hover .view { background: #fff; color: var(--color-primary);}

/* sub */ 
.big-title { text-align: center; padding: 100px 0 60px; text-align: center; font-size: 48px; font-weight: 700; color: #2c2c2c; line-height: 1.2em; }
.sub-visual {position:relative; height:400px; margin-bottom: 100px; background-repeat: no-repeat; background-position: center; background-size: cover;}
.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");}
.sub-visual.bg4 {background-image:url("../images/sub/sub-visual4.jpg");}

.lnb { overflow: hidden; margin-bottom: 40px; }
.lnb ul {display:flex; justify-content: center;}
.lnb ul li { text-align:center; width: auto; padding: 0 45px;}
.lnb ul li a {display:flex; flex-direction:column; justify-content:center; align-items:center; height:auto; padding:10px 8px; color:#999; font-size:20px; font-weight:600; line-height:1em; letter-spacing:-.03em; position: relative; }
.lnb ul li a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--color-primary); transition: .3s;}
.lnb ul li.active a {color:var(--color-primary);}
.lnb ul li.active a::after { width: 100%; }
.lnb ul li a:hover { color: var(--color-primary);}
.lnb ul li a:hover::after { width: 100%; }

#contArea {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.real-cont {min-height:300px; padding-bottom: 200px;}
.real-cont2 { padding-bottom: 0; }

/* footer */
#footer { width: 100%; z-index: 1; position: relative; background: #1E1E21; padding: 50px 0;}
#footer .contain { display: flex; align-items: center; justify-content: space-between; max-width: 1820px; }
#footer .contain::after { content: none;}
#footer .left { flex:1 1 auto; min-width:0; width:1%; }
.ft-text { line-height: 2.2em; margin-bottom: 12px; font-size: 15px; color: rgba(255,255,255,0.5);}
.ft-text span { display: inline-block; padding-right: 35px; font-weight:100; }
.ft-text span:last-child { padding-right: 0; } 
.cpr { font-size: 15px; font-weight:200; color: rgba(255,255,255,0.2);}
.cpr span { display: inline-block; }
.cpr a { display: inline-block; }