@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;}
.contain:after {content:""; display:block; clear:both;}

#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: 100%; top: 0; left: 0; z-index:100; background: #fff; transition: .5s; height: 100px; }
#header .contain {position:relative; max-width: 100%; z-index:2; display: flex; justify-content: space-between; align-items: center; padding-left: 100px; padding-right: 100px;}
#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; margin-left: 40px;}
#gnb > ul {display:flex;justify-content:center; margin-right: -40px;}
#gnb > ul > li {position:relative; padding:0 45px; text-align:center;}
#gnb > ul > li > a {display:block; font-size:18px; font-weight:600; line-height:100px; color: #333333; letter-spacing: -.03em; }

#gnb .submenu {display:none; position:absolute; left:50%; width:267px; text-align:center; background: #fff; z-index:1; max-height:300px; top: 100px; transform: translateX(-30%);}
#gnb .submenu ul {display:block; padding:30px 40px;}
#gnb .submenu ul>li {margin-bottom:20px; text-align: left; position: relative; cursor: pointer;}
#gnb .submenu ul>li:last-child {margin-bottom:0;}
#gnb .submenu ul>li>a {position:relative; text-decoration:none; line-height:1.7em; color:#333; font-weight:400; font-size: 16px; letter-spacing: -.03em; width: 100%;}
#gnb .submenu>ul>li::after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 8px; height: 14px; background-size: cover; background: url(../images/common/head_right.png) center no-repeat;}
.hd_right::after { display: none;}
#gnb .submenu>ul>li:hover>.submenu2 { opacity: 1; z-index: 11;}
.submenu2 { position: absolute; left: 227px; top: -20px; height: auto; opacity: 0; overflow: hidden; z-index: 10; background: #fafafa; transition: .3s; width: 267px; }
.submenu2>ul { padding: 20px 40px !important;}

.sns { display: flex; align-items: center;}
.sns a { padding-left: 20px;}
.sns-yt { padding-top: 2px;}
.subm_link { display: none;}


/* for mobile */
.btn-m-menu {display: none;}
.list-icon {position:absolute; top:50%; right:30px; width:20px; height:32px; margin-top:-16px; text-align:center; text-indent:-9999em; z-index:50; transition:all 0.5s linear;}
.list-icon span {position:absolute; left:0; right:0; top:50%; margin-top:0px; height:2px; background:#242424;}
.list-icon span:before,
.list-icon span:after {content:" "; position:absolute; left:-10px; right:0; height:2px; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.list-icon span:before {top:-11px; transition-property:top, transform; background:#242424; content: "only";}
.list-icon span:after {bottom:-11px; transition-property:bottom, transform; background:#242424;}


.mobile-navigation {position:fixed; top:0; right:0; width:250px; height:100%; overflow:auto; transition:.2s linear; -ms-transform:translateX(100%); transform:translateX(100%); background:#fff; z-index:102;}
.mobile-navigation .home {max-height:60px; padding: 19px 20px;}
.mobile-navigation .home a {display: block;  color: #000; font-size: 18px; font-weight: 700; line-height: 1.3em;}
.mobile-navigation .nav-menu>ul {border-top:1px solid #dfdfdf;}
.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #dfdfdf; }
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:13px 20px; display:block; color:#2c2c2c; font-size:18px; font-weight:700; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li>a:after {content:""; position:absolute; top:50%; right:20px; transform:translateY(-75%) rotate(45deg); width:12px; height:12px; border-right:2px solid #454545; border-bottom:2px solid #454545;}
.mobile-navigation .nav-menu>ul>li.active>a:after {transform:translateY(-35%) rotate(-135deg); border-color:#111;}

.mobile-navigation .nav-menu .submenu {display:none; background:#111; padding: 10px 0;}
.mobile-navigation .nav-menu .submenu ul li a {display:block; padding:8px 20px; color:#fff; font-size:16px; line-height:1.3em;}
.mobile-navigation .nav-menu .submenu ul li a br {display: none;}
.mobile-navigation .nav-menu .submenu ul li p {display:block; padding:8px 20px; color:#fff; font-size:16px; line-height:1.3em;}
.mobile-overlay {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.6; z-index:101;}

.mobile-navigation .close {position:absolute; right:15px; top:18px; width:22px; height:22px;}
.mobile-navigation .close:before,
.mobile-navigation .close:after {position:absolute; left:11px; content:""; height:25px; width:2px; background-color:#333;transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.mobile-navigation .close:before {transform:rotate(90deg); transition-property:transform;}
.mobile-navigation .close:after {transform:rotate(-90deg); transition-property:transform;}


html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}
html.menu-opened .btn-m-menu span {background:none;}
html.menu-opened .btn-m-menu span:before,
html.menu-opened .btn-m-menu span:after {transition-delay:0s, 0.3s; background:#1191d0; height:2px;}
html.menu-opened .btn-m-menu span:before {top:0; transform:rotate(45deg);}
html.menu-opened .btn-m-menu span:after {bottom:2px; transform:rotate(-45deg);}
html.menu-opened .close:before {transform:rotate(45deg);}
html.menu-opened .close:after {transform:rotate(-45deg);}


/* 키비주얼관리 */
.main-visual {position:relative; }
.main-visual .contain {position: relative; height: 100%; max-width: 1460px;}
.main-visual .item {position:relative; height:100vh; overflow:hidden; }
.main-visual .img {position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; }
.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; top: 45%; width: 100%; left: 0;color: #fff; text-align: center;}
.main-visual .caption .txt {display: inline-block; }
.main-visual .items .mv-bt { font-size: 20px; font-weight: 600; letter-spacing: -.03em; color: #333; background: rgba(255,255,255,0.8); text-align: center; padding: 15px 0; border-radius: 30px; transform:translateY(30px); display: inline-block;  opacity:0; transition:opacity 0s 0.3s, transform 0s 0.3s; width: 250px;}
.main-visual .items .mv-bt:hover { background: #fff;}
.main-visual .items .slick-active .mv-bt { transform:translateY(0); opacity:1; transition:opacity 0.3s, transform 1s; transition-delay:0.5s;}
.main-visual .items .reset-animation .mv-bt { transform:translateY(30px); opacity:0; transition:all 0s;}

.main-visual .items .text-pulse-wrap {font-size: 50px; font-weight: 600; line-height: 1.2em; letter-spacing: -.03em; margin-bottom: 60px; transform:translateX(-50px); opacity: 0; transition:opacity 0s 2s, transform 0s 2s;}
.main-visual .items .slick-active .text-pulse-wrap { transform:translateX(0); opacity:1; transition:opacity 2s, transform 1s; transition-delay:0.5s;}
.main-visual .items .reset-animation .text-pulse-wrap { transform:translateX(-50px); opacity:0; transition:all 0s}


.main-visual .slick-arrow {position:absolute; top:50%; width:40px; height:40px; z-index:50; background-size: 20px; background-color:#000; opacity:0.3; background-position:50% 50%; background-repeat:no-repeat; overflow:hidden; text-indent:-9999em; transition: .3s; border: none; background-size: 8px;}
.main-visual .slick-arrow:hover {opacity:1; }
.main-visual .slick-prev {background-image:url("../images/main/main_left.png"); left:50px; }
.main-visual .slick-next {background-image:url("../images/main/main_right.png"); right: 50px;}


/* main */
.sec1 { display: flex; flex-wrap: wrap; height: 100vh; width: 100%;}
.sec1>div { width: 50%; height: 50%; position: relative; }
.sec1>div>a { display: block; position: relative; width: 100%; height: 100%;}
.sec1>div>a:hover> .sec1-bg { opacity: 0;}
.sec1>div>a img { width: 100%; height: 100%; display: block; object-fit: cover; z-index: 0; position: absolute;}
.sec1-bg { width: 100%; height: 100%; background: rgba(0,0,0,0.3); position: absolute; left: 0; top: 0; opacity: 1; transition: .5s; z-index: 1;}
.sec1-textbox { display: flex; align-items: center; flex-direction: column; justify-content: center; position: relative; height: 100%; z-index: 1;}
.sec1-textbox>h4 { font-size: 40px; font-weight: 600; line-height: 1em; color: #fff; letter-spacing: -.03em;}
.sec1-textbox>p { font-size: 20px; font-weight: 500; line-height: 1.2em; margin-top: 20px; color: #fff; letter-spacing: -.03em;}

.sec2 { background: #202020; padding: 240px 0; width: 100%; display: flex; justify-content: center; align-items: center; text-align: center; max-width: 100%;}
.sec2-textbox>h4 { font-size: 40px; font-weight: 600; line-height: 1em; letter-spacing: -.03em; color: #fff;}
.sec2-textbox>p { font-size: 18px; font-weight: 400; line-height: 1.556em; color: #fff; letter-spacing: -.03em; margin-top: 30px;}
.sec2-btbox { display: flex; gap: 20px; justify-content: center; margin-top: 100px;}
.sec2-btbox>a { width: 250px; height: 45px; border-radius: 23px; padding: 0 10px; font-size: 18px; font-weight: 400; letter-spacing: -.03em; text-align: center; line-height: 45px; transition: .3s; display: inline-block;}
.sec2-bt1 { background: #d2d2d2; color: #333;}
.sec2-bt1:hover { background: #fff;}
.sec2-bt2:hover { background: #fff; border: 1px solid #fff; color: #333;}
.sec2-bt2 { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.5);}

.sec3 { display: flex; }
.sec3>div { width: calc(100%/3);}
.sec3>div:nth-child(2)>.sec3-textbox { background: #f1f1f1;}
.sec3>div a { display: block; }
.sec3-imgbox img { width: 100%; display: block; object-fit: cover;}
.sec3-textbox { padding: 40px 0; text-align: center;}
.sec3-textbox>h4 { font-size: 30px; line-height: 1em; letter-spacing: -.03em; font-weight: 600; color: #333;}
.sec3-textbox>p { font-size: 16px; font-weight: 300; line-height: 1.666em; letter-spacing: -.03em; color: #333; margin-top: 15px;}
.sec3-clr { background: #f1f1f1; }


/* sub */
.sub-visual {position:relative; display:table; table-layout:fixed; width:100%; height:250px; overflow:hidden; color: #fff; background-color:#eee; background-position:50% 50%; background-attachment:scroll; background-repeat:no-repeat; background-size:cover; margin-top: 100px;}
.sub-visual .cell {display:table-cell; vertical-align:middle; text-align:center; padding: 20px; }
.sub-visual h2 {font-size:35px; line-height:1.2em; letter-spacing: -.03em; font-weight: 700;}
.sub-visual-line { width: 50px; height: 2px; background: #fff; margin: 35px auto; }
.sub-visual p { font-size: 20px; font-weight: 300; color: #fff; letter-spacing: -.03em; line-height: 1em;}

.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_visual5.jpg");}
.sub-visual.bg5 {background-image:url("../images/sub/sub_visual6.jpg");}

.path-wrap {display: block;position:relative;z-index:50; width: 100%; }
.path-wrap .contain { max-width: 1020px;}
.path-wrap .inner {display: flex; }
.path-wrap .inner:after {content:""; display:block; clear:both;}
.path-wrap .home {width: 70px; }
.path-wrap .home a {display:block;background:url("../images/sub/home.png") 50% 50% no-repeat; line-height: 60px;text-indent:-999em; overflow:hidden;}
.path-wrap .part {position:relative; min-width:240px; z-index:50; border-right: 1px solid #eee;}
.path-wrap .part > a {display:block; position:relative; height:60px; color:#2c2c2c; line-height:60px; padding:0 30px 0; font-size: 16px; font-weight: 400; letter-spacing: -.03em; }
.path-wrap .part > a:after {content:""; position:absolute; top:50%; right:15px; margin-top: -3px; width:17px; height:10px; background:url("../images/sub/down.png") 50% 50% no-repeat; background-size: cover;}
.path-wrap .part ul {display:none; position:absolute; left:-1px; right:-1px; background:#fff; z-index:50; border: 1px solid #ddd; background: #f4f4f4;}
.path-wrap .part ul li {line-height:1.35em; border-bottom: 1px solid #ddd;}
.path-wrap .part ul li a {position: relative; display:block; color: #242424; padding:20px 30px; font-size: 16px; font-weight: 400; }
.path-wrap .part ul li a:hover { text-decoration: underline; text-underline-position: under;}
.path-wrap .part ul li:last-child { border-bottom: none;}


#contArea {max-width:1460px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.sub-title { padding: 80px 0 50px; text-align: center;}
.sub-title h2 { font-size: 32px; line-height: 1.5em; letter-spacing: -.03em; color: #242424; font-weight: 700;}

.real-cont {min-height:300px; padding-bottom:100px;}


/* footer */
#footer { width: 100%; background: #333333 ; padding: 75px 0; position: relative; z-index: 1;}
#footer .contain { position:relative; max-width: 100%; padding-left: 100px; padding-right: 100px; margin: 0 auto; }
#footer .contain::after { content: none;} 
.ft-top { display: flex; justify-content: space-between;} 
.ft-project { width: 25%;}
.ft-system { width: 25%;}
.ft-project-ttl { display: flex; align-items: center; justify-content: space-between;}
.ft-project-ttl>a { font-size: 14px; font-weight: 400; color: #fff; letter-spacing: -.03em;line-height: 1em;}
.ft-ttl{ font-size: 26px; color: #fff; font-weight: 600; letter-spacing: -.03em; line-height: 1em;}
.ft-project-imgbox { display: flex; width: 100%; gap: 20px; margin-top: 35px;}
.ft-project-imgbox .thumb { position:relative; padding-bottom:48%; overflow:hidden; width: 50%;}
.ft-project-imgbox .thumb img {position:absolute; top:50%; left:0; transition:.4s ease-in-out; transform:translateY(-50%); -ms-transform:translateY(-50%); -webkit-transform:translateY(-50%); width:100%; height:auto !important; max-width:100%; min-height:100%; object-fit:contain;}
.ft-project-imgbox .thumb:after {content:""; position:absolute; top:0; left:0; right:0; bottom:0; }
.ft-system-ctt { font-size: 16px; line-height: 1.6em; color: #fff; letter-spacing: -.03em; margin-top: 35px; font-weight: 200;}
.ft-system>a { color: #fff; margin-top: 30px; display: inline-block; font-size: 16px; }
.ft-btm { display: flex; justify-content: space-between; align-items: center; padding-top: 90px;}  
.ft-right-ttl{ font-size: 35px; font-weight: 700; line-height: 1em; color: #fff; letter-spacing: -.03em;}
.ft-ml { padding-left: 95px;}

.ft-text span { display: inline-block; line-height: 1.2em; font-size: 14px; font-weight: 400; color: #949494; letter-spacing: -.03em; padding-right: 20px;}
.cprbox { display: flex; justify-content: space-between;}
.policy a { font-size: 14px; font-weight: 600; letter-spacing: -.03em; line-height: 1em; color: #c3c3c3;}
.policy a:first-child { padding-right: 20px;}
.cpr { padding-right: 30px;}
.cpr span { color: #949494; font-weight: 400; font-size: 14px; line-height: 1; letter-spacing: -.03em; padding-right: 30px;}
.cpr a { color: #949494; font-weight: 400; font-size: 14px; line-height: 1; letter-spacing: -.03em; padding-right: 30px;}
.scroll-top { position: fixed; right: 15px; bottom: 15px; width: 30px; height: 30px; border-radius: 100%; background: #000; display: flex; align-items: center; justify-content: center;}
.scroll-top img {transform: rotate(90deg);}

