@charset "utf-8";
/* layout.css는 전체적인 레이아웃 스타일을 정의합니다. */

.only-desktop {display:block;}
.only-tablet {display:none;}
.only-mobile {display:none;}
.only-desktop-tablet {display:block;}

#wrapper {position:relative; overflow:hidden;}

#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}

.contain {position:relative; width:100%; max-width:1260px; padding-left:30px;padding-right:30px; margin:0 auto;}
.contain:after {content:" "; display:block; clear:both;}
.contain2 > .contain {padding:0;}

/* header */
#header  {position:absolute; z-index:90; left:0; top:0; width:100%; transition:0.2s all ease; border-bottom:1px solid rgba(255,255,255,0.4);}
#header .contain {position:relative; max-width:1780px; padding-left:30px; padding-right:30px;}
.sitelogo {position:absolute; left:30px; top:50%; margin-top:-25.5px; z-index:10;}
.sitelogo a {display:block; width:152px; height:51px; background-repeat:no-repeat; background-color:transparent; background-position:50% 50%; background-size:contain; border:0; text-indent:-999em; overflow:hidden; background-image:url("../images/common/logo2.png")}

#gnb {padding-right:15px;}
#gnb > ul {position:relative; display:flex; justify-content:center;}
#gnb > ul > li {position:relative;text-align:center; width:147px;}
#gnb > ul > li > a {display:flex; font-size:20px; font-weight:600; height:100px; line-height:1.4em; letter-spacing:-0.03em; color:#fff; position:relative; align-items: center; justify-content: center;}
#gnb > ul > li > a:before {content:""; position:absolute; border-left:14px solid #ae9772; border-top:11px solid transparent; border-bottom:11px solid transparent; left:50%; margin-left:-7px; transform:rotate(-90deg); bottom:-5px; opacity:0; transition:0.2s all ease;}
#gnb > ul > li.active > a:before {opacity:1;}

#gnb .submenu {position:absolute; display:none; left:50%; min-width:176px; transform:translateX(-50%); top:100px; text-align:center; z-index:21;background:#ae9772;}
#gnb .submenu ul {position:relative; padding:15px 0;}
#gnb .submenu ul li {line-height:1em; padding:10px 0;}
#gnb .submenu ul li:last-child {border-bottom:0;}
#gnb .submenu ul li a {display:block; position:relative;  font-size:16px; font-weight:400; letter-spacing:-0.03em; color:#fff; line-height:1em; transition:0.2s all ease;}
#gnb .submenu ul li:hover a {text-decoration:underline; font-weight:600;}  

#header.header-hover {background:#fff;}
#header.header-hover .sitelogo a {background-image:url("../images/common/logo.png");}
#header.header-hover #gnb > ul > li > a {color:#242424;}
#header.header-hover .btn-all-menu span ,
#header.header-hover .btn-all-menu span:before,
#header.header-hover .btn-all-menu span:after {background:#242424;}

#header.header-hover .btn-m-menu span ,
#header.header-hover .btn-m-menu span:before,
#header.header-hover .btn-m-menu span:after {background:#242424;}
/* for mobile */
.btn-m-menu {display:none; position:absolute; top:50%; margin-top:-12px; right:30px; width:28px; height:22px; text-align:center; text-indent:-9999em; z-index:92; transition: all 0.5s ease-in-out;}
.btn-m-menu span {position:absolute; right:0; top:13px; height:2px; width:18px;background:#fff;}
.btn-m-menu span:before,
.btn-m-menu span:after {content:" "; position:absolute; right:0; width:28px; height:2px; background:#fff; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.btn-m-menu span:before {top:-10px; transition-property:top, transform;}
.btn-m-menu span:after {bottom:-10px; transition-property:bottom, transform;}

.mobile-navigation {position:fixed; top:0; right:0; padding:20px 0; width:300px; height:100%; overflow:auto; transition:.3s ease-in-out; -ms-transform:translateX(100%); transform:translateX(100%); background:#ffffff; z-index:101;}
.mobile-navigation .home {padding-bottom:20px; padding-left:15px;}

.mobile-navigation .nav-menu>ul>li {border-bottom:1px solid #ddd;}
.mobile-navigation .nav-menu>ul>li>a {position:relative; padding:14px 15px; display:block; color:#242424; font-size:1.3em; font-weight:500; line-height:1.3em;}
.mobile-navigation .nav-menu>ul>li.active>a {background:#ae9772; color:#fff;}
.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:after{transform: translateY(-35%) rotate(-135deg); border-color: #fff;}
.mobile-navigation .nav-menu .submenu {display:none; position:static; transform: translateX(0); margin:-1px 0 0 0; width:100%;  padding:10px 0;background:#fff; padding-bottom:10px;}
.mobile-navigation .nav-menu .submenu>ul {display:block; width:100%;}
.mobile-navigation .nav-menu .submenu>ul>li {text-align:left; padding:0;}
.mobile-navigation .nav-menu .submenu>ul>li>a {display:block; position:relative; padding:5px 0 5px 25px; color:#242424; font-size:16px; font-weight:400; line-height:1.3em;}
.mobile-navigation .nav-menu .submenu>ul>li>a:after {content:"";position:absolute; top:14px; left:15px; width:4px; height:4px; border-radius:100%; background:#333; transition:.2s ease-in-out;}
.mobile-navigation .nav-menu .submenu>ul>li>a:hover {text-decoration:underline;}

.mobile-navigation .close {position:absolute; top:20px; right:18px; 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:#242424;}
.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:.76; z-index:98;} 

html.menu-opened {overflow:hidden;}
html.menu-opened .mobile-navigation {-ms-transform:translateX(0); transform:translateX(0);}
html.menu-opened .mobile-overlay {display:block;}

/* 전체메뉴 */
.all-navigation .bg-wrap {}
.only-all-menu {display:none;}
.btn-all-menu {display:block; width:28px; height:26px;  text-align:center; transition: all 0.5s ease-in-out; text-indent:-9999em; position:absolute; right:30px; top:50%; transform:translateY(-50%);}

.btn-all-menu span {position:absolute; display:block; right:0; top:50%; margin-top:-1px; height:2px; width:17px; background:#fff;}
.btn-all-menu span:before,
.btn-all-menu span:after {content:" "; position:absolute;  right:0; width:28px; height:2px; background:#fff; transition-duration:0.3s, 0.3s; transition-delay:0.3s, 0s;}
.btn-all-menu span:before {top:-10px; transition-property:top, transform;}
.btn-all-menu span:after {bottom:-10px; transition-property:bottom, transform;}

.all-navigation {position:fixed; left:0; top:0; transform:translateY(-100%); width:100%; overflow:auto; transition:.3s ease-in-out;background:#ae9772; z-index:20;}
.all-navigation .contain {display:flex; align-items:center; justify-content:center; padding-left:79px; padding-right:30px;}
.all-navigation .all-nav-menu {width:100%;}
.all-navigation .all-nav-menu>ul {display:flex; justify-content:center;}
.all-navigation .all-nav-menu>ul>li {position:relative; transition:0.2s all ease; width:147px;}
.all-navigation .all-nav-menu>ul>li>a {display:none;}
.all-navigation .all-nav-menu .submenu {display:block !important; height:100%; position:relative; text-align:center; bottom:auto; transform:translateX(0); left:auto; top:auto; transition:0.2s all ease;}
.all-navigation .all-nav-menu .submenu>ul {position:relative; display:block; padding:15px 0;}
.all-navigation .all-nav-menu .submenu>ul>li {line-height:1.2em; transition:0.2s all ease; padding:10px 0;}
.all-navigation .all-nav-menu .submenu>ul>li>a {display:block; font-size:16px; font-weight:400; color:#fff; line-height:1.2em; transition:0.2s all ease;}
.all-navigation .all-nav-menu .submenu>ul>li>a:hover  {font-weight:600; text-decoration:underline;} 

html.menu-all-opened #header {background:#fff;}
html.menu-all-opened #header .sitelogo a {background-image:url("../images/common/logo.png");}
html.menu-all-opened #header #gnb > ul > li > a {color:#242424;}
html.menu-all-opened #gnb .submenu  {display:none !important;}
html.menu-all-opened {overflow:hidden;}
html.menu-all-opened .btn-all-menu span {background:0 !important;}
html.menu-all-opened .btn-all-menu span:before,
html.menu-all-opened .btn-all-menu span:after {transition-delay:0s, 0.3s; background:#242424 !important;}
html.menu-all-opened .btn-all-menu span:before {top:0; transform:rotate(45deg);}
html.menu-all-opened .btn-all-menu span:after  {bottom:0; transform:rotate(-45deg);}
html.menu-all-opened .all-navigation {transform:translateY(0); margin-top:100px;}
html.menu-all-opened .all-navigation .only-all-menu {display:block;}

/* main */ 
.main-visual {position:relative;}
.main-visual .item img {width:100%;}
.main-visual .slick-arrow {display:block; position:absolute; z-index:1; top:50%; margin-top:-35px; width:70px; height:70px; background-color:transparent; background-position:50% 50%; background-repeat:no-repeat; border:1px solid rgba(255,255,255,0.3); border-radius:100%; text-indent:-999em; overflow:hidden; transition:0.2s all ease;}
.main-visual .slick-arrow:hover {background-color:#696967;}
.main-visual .slick-prev {background-image:url("../images/main/slide_prev.png"); left:100px;}
.main-visual .slick-next {background-image:url("../images/main/slide_next.png"); right:100px;}
.scroll {position:absolute; bottom:60px; left:50%; width:49px; text-align:center; margin-left:-24.5px; z-index:50; animation:move_up_down 2s linear infinite;}
@keyframes move_up_down {
  0%,100%{
    transform:translateY(0);
  }
  50% {
    transform:translateY(15px);
  }
}
.txt-white {color:#fff !important;}
.txt-gold {color:#ae9772 !important;}
.main-sec {padding:150px 0; position:relative;}
.main-sec .contain {max-width:1460px;}
.main-more {text-align:center; margin-top:90px;}
.main-more a {display:inline-block; padding:16px 32px; font-size:18px; font-weight:500; line-height:1em; letter-spacing:-0.02em; color:#fff; border:1px solid rgba(255,255,255,0.4);}
.main-more a:hover {background:#fff; border-color:#fff; color:#ae9772;}
.main-tit {margin-bottom:50px; text-align:center;}
.main-tit h2 {font-family: 'OneMobilePop'; font-size:50px; font-weight:400; line-height:1em; letter-spacing:-0.03em; color:#242424;}
.main-tit p {font-size:18px; font-weight:400; line-height:1.2em; letter-spacing:-0.03em; color:#ae9772; margin-top:13px;}
.main-about {background:url("../images/main/about_bg.jpg") no-repeat 50% 50% #f8f8f8; background-size:contain;}
.main-about .wrap ul {display:flex;}
.main-about .wrap ul li {width:33.333%; padding:0 80px; text-align:center;}
.main-about .wrap ul li .img {padding:0 0 30px 30px; position:relative; margin-bottom:25px; z-index:1;}
.main-about .wrap ul li:nth-child(2) .img {padding:30px 30px 0 0;}
.main-about .wrap ul li:nth-child(3) .img {padding:0 30px 30px 0;}
.main-about .wrap ul li .img:before {content:""; position:absolute; width:calc(100% - 30px); height:calc(100% - 30px); border:7px solid #ae9772; left:0; bottom:0; z-index:-1;}
.main-about .wrap ul li:nth-child(2) .img:before {right:0; top:0; left:auto; bottom:auto;}
.main-about .wrap ul li:nth-child(3) .img:before {right:0; left:auto;}
.main-about .wrap ul li .img img {box-shadow:0 0 12px 5px rgba(0,0,0,0.15);}
.main-about .wrap ul li .tit {font-size:26px; font-weight:600; line-height:1.2em; letter-spacing:-0.03em; color:#242424;}
 
.main-project {background:url("../images/main/project_bg.jpg") no-repeat 50% 50%; background-size:cover;}
.main-project .main-tit {margin-bottom:30px;}
.main-project .wrap {text-align:center;}
.main-project .wrap .info-txt {font-size:24px; font-weight:400; line-height:1.5em; color:#fff; letter-spacing:-0.03em; margin-bottom:55px;}
.main-project ul {display:flex; margin:0 -12px;}
.main-project ul li {width:33.333%; padding:0 12px;}
.main-project ul li .thumbWrap {display:flex; position:relative; border-radius:13px; overflow:hidden; margin-bottom:35px;}
.main-project ul li .thumbWrap:before {content:""; position:absolute; width:50px; height:50px; background:url("../images/main/arrow.png") no-repeat 50% 50%; background-size:contain; left:50%; top:calc(50% - 20px); transform:translate(-50%, -50%); border-radius:100%; box-shadow:0 0 7px 3px rgba(0,0,0,0.35); z-index:1;}
.main-project ul li .thumbWrap .item {width:50%;}
.main-project ul li .thumb {position:relative; padding-bottom:100%; overflow:hidden;}
.main-project ul 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:cover;}
.main-project ul li .tit {font-size:24px; font-weight:600; line-height:1.2em; letter-spacing:-0.02em; color:#fff;}
.main-project ul li .tt {padding:11px; font-size:18px; font-weight:500; line-height:1em; letter-spacing:-0.02em; color:#242424; background:#ddd;}
.main-project ul li .tt.ver2 {color:#fff; background:#ae9772;}

.main-case {background:url("../images/main/case_bg.jpg") no-repeat center top, url("../images/main/case_bg2.png") no-repeat right 102%; background-size:100% auto;}
.main-case:before {content:""; position:absolute; width:}
.main-case .videoSlider {max-width:760px; margin:0 auto; position:relative;}
.main-case .videoSlider .slick-list {margin:0 -50px; overflow:visible;}
.main-case .videoSlider .slick-slide {margin:0 50px; position:relative; cursor:pointer;}
.main-case .videoSlider .slick-slide:before {content:""; position:absolute; width:100%; height:100%; background:rgba(0,0,0,0.7); z-index:1;}
.main-case .videoSlider .slick-current:before {opacity:0; z-index:-1;}
.main-case .slick-arrow {display:block; position:absolute; transition:0.2s all ease; z-index:2; width:70px; height:70px; top:50%; margin-top:-35px; background-color:#fff; background-position:50% 50%; border-radius:100%; background-repeat:no-repeat; box-shadow:3px 3px 7px 0 rgba(0,0,0,0.35); border:0; text-indent:-999em; overflow:hidden;}
.main-case .slick-arrow:hover {background-color:#ae9772;}
.main-case .slick-prev {background-image:url("../images/main/case_prev.png"); left:-135px;}
.main-case .slick-prev:hover {background-image:url("../images/main/case_prev.png2");}
.main-case .slick-next {background-image:url("../images/main/case_next.png"); right:-135px;}
.main-case .slick-next:hover {background-image:url("../images/main/case_next2.png");}
.main-case .txt-wrap {margin-top:50px; text-align:center;}
.main-case .txt-wrap p {font-size:20px; font-weight:400; line-height:1.5em; letter-spacing:0; color:#242424;}


/* sub page */ 
#sub #wrapper {padding-top:100px;}
.sub-visual {position:relative; width:100%; height:300px; display:flex; align-items: center; padding-bottom:30px; overflow:hidden; background-repeat:no-repeat; background-position:50% 50%; background-size:cover;}
.sub-visual .content {position:relative; z-index:1; max-width:1260px; padding:0 30px; width:100%; margin:0 auto; color:#fff; text-align:center;}
.sub-visual .content h2 {font-family: 'OneMobilePop'; font-size:50px; font-weight:500; line-height:1.2em;}

.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-title {margin:100px 0 45px 0; text-align:center;}
.sub-title h2 {position:relative; color:#242424; font-size:35px; line-height:1.2em; font-weight:700; letter-spacing:-0.03em;}

#lnb {margin-top:-30px;}
.lnb {max-width:1200px; margin:0 auto; background:#ddd;}
.lnb ul {display:flex; position:relative;}
.lnb ul li {width:auto; flex:1; position:relative;}
.lnb ul li a {display:flex; font-size:18px; font-weight:600; line-height:1em; letter-spacing:-0.04em; color:#242424;  min-height:60px; align-items:center; justify-content:center; position:relative;}
.lnb ul li.active a{background:#ae9772; color:#fff; z-index:2;}



#contArea {max-width:1260px; padding-left:30px; padding-right:30px; margin:0 auto;}
#contArea.wide {max-width:100%; padding-left:0; padding-right:0;}

.real-cont {padding-bottom:100px;}
.real-cont.none {padding-bottom:0;}



/* footer */
#footer {position:relative; color:#bababa; background:#2f2f2f; font-size:15px; line-height:1.8em; padding:60px 0;}
#footer .contain {display:flex; max-width:1460px;}

.f-logo {margin-bottom:35px;}
.foot-menu {margin-bottom:30px;}
.foot-menu ul {display:flex; margin:-20px; flex-wrap:wrap;}
.foot-menu ul li {font-size:18px; font-weight:600; line-height:1.2em; letter-spacing:0; padding:20px;}
.f-menu ul {display:flex;}
.f-menu ul li {margin-right:28px; font-weight:400; color:#ccc; position:relative; padding-left:26px;}
.f-menu ul li:before {content:""; position:absolute; width:16px; height:15px; background:url("../images/common/f_pop.png") no-repeat 50% 50%; left:0; top:5px;}
.f-menu ul li:last-child {margin-right:0;}
#footer .f-cnt {flex: 1 1 auto; min-width: 0; width: 1%;}
#footer .f-info {padding:0 100px 0 60px; border-left:1px solid #595959;}
#footer .f-info .tit {font-size:28px; font-weight:700; line-height:1.2em; letter-spacing:0; color:#efefef; margin-bottom:35px;}
#footer .f-info .item {display:flex; align-items:center; font-size:18px; font-weight:500; line-height:1.2em; letter-spacing:0; color:#efefef; margin-bottom:20px;}
#footer .f-info .item:last-child {margin-bottom:0;}
#footer .f-info .item:last-child a {font-size:28px; font-weight:700; display:inline-block; margin-left:11px;}
#footer .f-info img {display:inline-block; margin-right:10px;}
#footer address {font-style:normal; font-weight:300; letter-spacing:-0.03em;}
#footer address span {display:block;}
#footer .copyright  a {font-size:13px; color:#6a6a6a;}

#sub .quick {top:500px; bottom:auto;}
.quick {position:absolute; right:100px; top:760px; z-index:20;}
.quick a {display:flex; flex-direction:column; align-items:center; justify-content:center; background:#ae9772; width:160px; height:160px; border-radius:100%; position:relative;}
.quick a .icon {margin-bottom:18px;}
.quick a .tit {font-size:17px; font-weight:600; line-height:1.2em; letter-spacing:-0.03em; color:#fff;}
.quick a:before {content:""; position:absolute; width:calc(100% - 12px); height:calc(100% - 12px); top:6px; left:6px; border:1px dashed #d3c7b3; border-radius:100%;}
.scroll-top {position:absolute; right:25px; top:-25px;}