@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: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 {width: 100%; top: 0; left: 0; z-index:100; transition: .5s; height: 100px; position: absolute; background: #fff; position: fixed;}
#header .contain {position:relative; max-width: 1460px; z-index:2; display: flex; justify-content: space-between; align-items: center; height: 100%;}
#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: flex-end;}
#gnb > ul > li {position:relative; text-align:center; padding: 0 45px;}
#gnb > ul > li:last-child { padding-right: 0;}
#gnb > ul > li > a {display:block; font-size:20px; font-weight:600; line-height:100px; color: #242424; position: relative; letter-spacing: -.01em; }
#gnb>ul>li>a:after {content:""; position:absolute; bottom:0; left:0%; width:0; height:4px; background:#f7bc0c; transition:.5s;}
#gnb>ul>li.active>a:after {width:100%; left:0;}
#gnb > ul > li > a:hover { color: #f7bc0c;}

.btn-m-menu {display: none;}

/* for mobile */

.list-icon { position: absolute; top: 50%; right: 30px; width: 18px; 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 {display:none; 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:500; line-height:1.5em;}

.mobile-navigation .nav-menu>ul>li.active>a {color:#fff; background:#f7bc0c}
.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:16px; 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:#f7bc0c;}
.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;}
.main-visual .contain {position: relative; height: 100%;}
.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 .contain { max-width: 77%;}
.main-visual .caption {position: absolute; top: 24%; width: 100%; left: 0;color: #fff; text-align: center;}
.main-visual .caption .txt { display: inline-block; transform: translateX(-50px); opacity: 0; transition: opacity 0s 2s, transform 0s 2s; }
.main-visual .caption h2 {font-size: 50px; font-weight: 700; line-height: 1.2em; letter-spacing: -.03em; color: #fff;     font-family: 'GmarketSans'; }
.main-visual .caption h2 span { color: #f7bc0c;}
.main-list { display: flex; justify-content: center; margin-top: 50px;}
.main-list li { width: 270px; height: 270px; display: flex; align-items: center; justify-content: center; text-align: center; border-radius: 100%; background: rgba(120,120,120,0.3); position: relative;}
.main-list li>div img{ display: inline-block;}
.main-list li:first-child { margin-right: -30px;}
.main-list li::after { content: ""; position: absolute; right: 8px; top: 0; bottom: 0; margin: auto; width: 15px; height: 15px; background: url(../images/main/plus.png) center no-repeat;}
.main-list li:last-child { margin-left: -30px;}
.main-list li:last-child::after { display: none;}
.main-list-txt { font-size: 28px; line-height: 1.2em; color: #fff; font-weight: 600; margin-top: 15px;}
.main-service { font-size: 26px; font-weight: 600; margin-top: 50px; line-height: 1.2em; }
.main-quickbox { display: block; font-size: 23px; font-weight: 500; color: #fff; line-height: 1.1em; padding: 15px; background: rgba(0,0,0,0.6); border-radius: 33px; margin-top: 55px;}
.main-quickbox span { color: #f7bc0c; font-weight: 600;}

.main-visual .items .slick-active .txt { transform: translateX(0); opacity: 1; transition: opacity 2s, transform 1s; }
.main-visual .items .reset-animation .txt { transform: translateX(-50px); opacity: 0; transition: all 0s;}

.main-visual .slick-dots {position:absolute; text-align:center; line-height:0; z-index:50; bottom: 50px; right: 0;}
.main-visual .slick-dots li {display:inline-block; margin:0 5px;}
.main-visual .slick-dots li:first-child { margin-left: 0;}
.main-visual .slick-dots li button {position:relative; display:block; width:30px; height:3px; background:rgba(255,255,255,0.5);  overflow:hidden; text-indent:-9999em; transition:.2s;  border: none;}
.main-visual .slick-dots .slick-active button { background: #fff;}

.main-sns { position: fixed; top: 65%; right: 60px; z-index: 1;}
.main-sns li { width: 65px; height: 65px; border-radius: 10px; overflow: hidden; text-align: center;}
.main-sns li.clr1 { background-color: #121212; color: #fff; font-size: 14px; font-weight: 700; letter-spacing: -.02em;}
.main-sns li.clr2 { background-color: #efd925; margin-top: 10px; color: #121212; font-size: 14px; font-weight: 700; letter-spacing: -.02em;}
.main-sns li.clr2 img { width: 30px;}
.main-sns li p { line-height: 1em;margin-top: 3px;}
.main-sns li a { width: 100%; height: 100%; padding-top: 10px; display: block;}

.scroll-down { position: absolute; bottom: 50px; left: 0; right: 0; margin: auto; text-align: center;}
.scroll-down>p { font-size: 12px; color: #fff; animation: fadeIn 1.3s infinite; font-weight: 100; letter-spacing: .1em; line-height: 1em;}
.scroll-down>img {animation: scrollDisappear 1.3s infinite;}

@keyframes fadeIn {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
}
@keyframes scrollDisappear {
    0% {
      opacity: 1;
      transform: translateY(0);
    }
    50% {
      opacity: 0.5;
    }
    100% {
      opacity: 0;
      transform: translateY(10px);
    }
}

/* main */
.sec-pd { padding: 100px 0;}
.main-tit { font-size: 35px; font-weight: 700; line-height: 1em; letter-spacing: -.02em; color: #242424; text-align: center; margin-bottom: 60px;}
.main-mg { margin-bottom: 20px;}
.main-subtit { font-size: 16px; font-weight: 400; line-height: 1.3em; letter-spacing: -.03em; color: #242424; text-align: center;}
.main-clr { color: #fff;}

.sec1 { width: 100%; position: relative;}
.sec1::before { width: 40%; height: 0; position: absolute; left: 0; bottom: 70px; content: ""; z-index: -1; border-bottom: 200px solid #f7bc0c; border-right: 200px solid transparent; }
.sec1 .contain { display: flex; align-items: center;}
.sec1-left { width: 51%; border-radius: 10px; position: relative; overflow: hidden;}
.sec1-left img { width: 100%; display: block; object-fit: cover;}
.sec1-right { width: 49%; padding-left: 85px;}
.sec1-right .sec1-title { font-size: 18px; font-weight: 500; letter-spacing: -.01em; line-height:2em; color: #808080; position: relative;}
.sec1-right .sec1-title span { font-size: 35px; font-weight: 900; letter-spacing: -.02em; color: #f7bc0c; position: relative; padding-top: 15px; line-height: 1em;}
.sec1-right .sec1-title::after { content: ""; position: absolute; width: 72%; height: 1px; background: #ddd; right: 0; bottom: 27px;}
.sec1-right>p { font-size: 18px; font-weight: 300; letter-spacing: -.01em; line-height: 1.6em; color: #454545; margin-top: 25px;}
.sec1-right-subtxt { font-size: 18px; font-weight: 300; line-height: 1.3em; margin-top: 30px; color: #f7bc0c; letter-spacing: -.01em; position: relative; display: inline-block;}
/* .sec1-right-subtxt::after { content: ""; position: absolute; right: -56px; width: 42px; height: 64px; background: url(../images/main/sec1-ch.png) center no-repeat; background-size: contain; top: -15px;} */

.sec2 { padding-bottom: 100px;}
.sec2 h3 { font-size: 32px; font-weight: 700; line-height: 1.1em; letter-spacing: -.02em; color: #242424;}
.sec2-list { border-top: 1px solid #ddd; margin-top: 55px; display: flex; position: relative;}
.sec2-list::after { content: ""; position: absolute; top: -3px; right: -3px; width: 6px; height: 6px; background: #ddd; border-radius: 100%;}
.sec2-list>li {  padding: 35px 80px 0 35px; position: relative; width: fit-content;}
.sec2-list>li::after { left: 0px; top: -7px; content:''; position:absolute; width:14px; height:14px; background:#f7bc0c; border:1px solid #f7bc0c; box-shadow: #fff 0px 0px 0px 2.5px inset; border-radius:100%; z-index: 1;}
.sec2-list>li::before { content: ""; position: absolute; left: 6.5px; top: 0; width: 2px; height: 60px; border-left: 1px solid rgba(247, 188, 12,0.5);}
.sec2-list>li:last-child { padding: 20px 0 0 35px; }
.sec2-list-tit { font-size: 25px; font-weight: 600; letter-spacing: -.03em; line-height: 1em; color: #242424;}
.sec2-list>li>p { font-size: 16px; font-weight: 300; letter-spacing: -.03em; color: #454545; margin-top: 10px; white-space: nowrap;}
.sec2-list>li:last-child::after{ background:#422727; border:1px solid #422727;}
.sec2-list>li:last-child::before { border-left: 1px dashed rgba(66, 39, 39,0.5);}

.sec3 { width: 100%; background: url(../images/main/sec2_bg.jpg) center no-repeat; background-size: cover;}
.sec3-list{ display: flex; gap: 30px; flex-wrap: wrap;}
.sec3-list li { background: rgba(0,0,0,0.7);  border: 1px solid rgba(221, 221, 221, 0.3); border-radius: 10px; overflow: hidden; width: calc(100%/3 - 20px); padding: 55px 0; position: relative; display: flex; align-items: center; justify-content: center; text-align: center;}
.sec3-list li p { font-size: 18px; font-weight: 500; letter-spacing: -.03em; color: #fff; line-height: 1.3em; margin-top: 30px;} 
.sec3-abtxt { position: absolute; top: 18px; left: 20px; font-size: 20px; font-weight: 700; line-height: 1em; color: #f7bc0c;}

.sec4 .titbox { display: flex; align-items: center; gap: 10px 18px; flex-wrap: wrap; justify-content: center; margin-bottom: 60px;}
.sec4 .titbox .main-tit { margin-bottom: 0;}
.sec4-list { display: flex; flex-wrap: wrap; margin: 0 -10px;}
.sec4-list li { text-align: center; width: 25%; padding: 0 10px; margin-bottom: 35px; display: none;}
.sec4-list li .tit { font-size: 18px; font-weight: 500; line-height: 1em; color: #454545;}
.sec4-list li .thumb {position:relative; padding-bottom:100%; margin-bottom:20px; overflow:hidden; border-radius: 10px; }
.sec4-list li .thumb::after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border: 1px solid #ddd; z-index: 1; border-radius: 10px;}
.sec4-list li .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;}
.sec4-btbox { display: flex; justify-content: center; text-align: center; flex-direction: column;}
.sec4-bt { width: 39px; height: 39px; border-radius: 100%; border: 1px solid #ddd; display: flex; background: transparent; align-items: center; justify-content: center; margin: auto; position: relative; transition: .2s;}
.sec4-bt:hover { background: #f7bc0c; border: 1px solid #f7bc0c;}
.sec4-bt img { transition: .5s;}
.sec4-bt:hover>img { transform: rotate(180deg);}
.sec4-total { font-size: 16px; font-weight: 300; color: #656565; margin-top: 15px;}

.sec5 { width: 100%; background: url(../images/main/sec4_bg.jpg) center no-repeat; background-size: cover;}
.inq-box { margin-top: 50px;}
 
.sec6 { position: relative;}
.sec6-video { display: flex; gap: 30px; margin-top: 50px;} 
.sec6-video>li { width: calc(100%/2 - 15px); background: #000; border-radius: 10px; overflow: hidden; position: relative;}
.main-play { position: absolute; left: 0; right: 0; margin: auto; z-index: 1; top: 0; bottom: 0;}
.sec6::after { width: 40%; height: 0; position: absolute; right: 0; bottom: 70px; content: ""; z-index: -1; border-bottom: 200px solid #f7bc0c; border-left: 200px solid transparent; }

.sec7 { width: 100%; background: url(../images/main/sec6_bg.jpg) center no-repeat; background-size: cover;}

/* footer */
#footer { width: 100%; z-index: 1; position: relative; padding: 55px 0 50px; background: #333333;}
#footer .contain { position:relative; display: flex; justify-content: space-between; max-width: 1460px;}
#footer .contain::after { content: none;}     
.ft-logo { margin-right: 30px;}
.ft-left { display: flex; align-items: center;}
.ft-add { font-size: 15px; font-weight: 400; letter-spacing: -.03em; }
.ft-add span { display: inline-block; padding-right: 30px; line-height: 1.2em; color: #878787;}
.ft-add span:last-child { padding-right: 0;}
.cpr { margin-top: 8px; font-size: 13px; letter-spacing: -.03em; color: #666; line-height: 1.2em; font-weight: 400;}
.ft-right {width:24%;}
.ft-right a { font-size: 15px; font-weight: 300; letter-spacing: -.02em; color: #b8b8b8; line-height: 1.2em; position: relative;}
.ft-right a::before { content: ""; position: absolute; width: 15px; height: 15px; background: url(../images/common/policy.png) center no-repeat; left: -23px; top: 1px;}
.ft-right a:last-child { margin-left: 55px;}
.scroll-top { width: 60px; height: 60px; background: #f7bc0c url(../images/common/top.png) center no-repeat; background-size: 25px; display: flex; align-items: center; justify-content: center; border-radius: 100%; position: fixed; right: 60px; bottom: 50px; z-index: 1;}
.scroll-top:hover { background-color: #422727;}