@charset "utf-8";
/* default */
#wrap{position:relative; min-width:320px; min-height:100%; }
.hidden{overflow:hidden; height:100%;}
.hidden .scroll-y{overflow-y:scroll;}
br{font-size:0;}

#contents{
	scroll-behavior: smooth;
}

body.on{
	overflow:hidden;
}

/* **************************************** *
 * header
 * **************************************** */
#header { /*190/2 = 95*/
	width:100%; height:94px; z-index:2;
	border-bottom:1px solid rgba(255,255,255,0.3);
	position:fixed; top:0; left:0; right:0;
}
.logo{ position:absolute; top:0; left:45px; padding:20px 0;}
.logo > a {display:block; width:auto; height:auto;}
.logo > a > img {display:block; width:102px; height:54px;}

#header.fixed{background:#fff; border-bottom:1px solid #d8d8d8;}

@media (max-width:530px){
	#header {height:74px;}
	.logo{left:25px; padding:10px 0;}
}
/* **************************************** *
 * GNB 열기 전 햄버거
 * **************************************** */
#sideWrap{position:absolute; top:35px; right:45px;}
#sideWrap .gnbOpen{position:absolute; top:0; right:0; width:30px; height:25px; z-index:2;}

@media (max-width:530px){
	#sideWrap{top:25px; right:30px;}
}
/* **************************************** *
 * GNB OPEN header
 * **************************************** */
#sideCont{
	display:none; 
	position:fixed; top:0; right:-100%; width: 100%; height:100%; z-index:3; 
	overflow:auto; -webkit-overflow-scrolling:touch !important; -webkit-transform:translateZ(3);
}
#sideCont .gnb-header{
	position:absolute; top:0; left:0; width: 100%; height:94px; background:#fff; border-bottom:1px solid #7f7f7f; z-index:4;
}
#sideCont .gnb-logo{padding:20px 0; margin-left:45px; width:102px; height:54px;}
#sideCont .gnb-logo > a {display:block; width:100%; height:100%;}
#sideCont .gnb-logo > a > img {display:block; width:102px; height:54px;}/*90/2 45*/
#sideCont .gnb-btn{position:absolute; top:35px; right:45px; width:23px; height:23px;}
#sideCont .gnb-btn a{display:block;}
#sideCont .gnb-cont{width:100%; height:calc(100% - 95px); overflow:auto; -webkit-overflow-scrolling:touch; margin-top:95px; background:#fff;}/*header95*/
#sideCont .gnb-cont > li{
	background:url('../images/header/menuOpen.png') no-repeat; background-size:20px; background-position:right 70px top 50%;
	border-top:1px solid #7f7f7f; line-height:65px; /*170/2 85*/ font-size:18px; font-family:'NotoSansKR-Medium',sans-serif;
}
#sideCont .gnb-cont > li:last-child{border-bottom:2px solid #7f7f7f;}
#sideCont .gnb-cont > li.on {background:url('../images/header/menuClose.png') no-repeat; background-size:20px; background-position:right 70px top 32px;}
#sideCont .gnb-cont > li.on > a{color:#aa7944; font-family:'NotoSansKR-Bold',sans-serif;}
#sideCont .gnb-cont > li > a{display:block; padding:0 70px; color:#000;} /*140/2 70*/

#sideCont .gnb-cont > li.on > ul{display:block; padding:10px 0;}

.gnb-2depth{display:none; background:#efefef; border-top:2px solid #aa7944;}
.gnb-2depth li{line-height:40px; font-size:16px; font-family:'NotoSansKR',sans-serif;}
.gnb-2depth li a{display:block; padding:0 95px; color:#000;}/*190/2 95*/

@media (max-width:530px){
	#sideCont .gnb-header{height:74px;}
	#sideCont .gnb-logo{padding:10px 0; margin-left:25px;}
	#sideCont .gnb-btn{top:26px; right:25px;}
	#sideCont .gnb-cont{height:calc(100% - 75px); margin-top:75px;}
	#sideCont .gnb-cont > li{background-position:right 40px top 50%; font-size:17px;}
	#sideCont .gnb-cont > li.on {background-position:right 40px top 32px;}
	#sideCont .gnb-cont > li > a{padding:0 40px;}
	.gnb-2depth li a{padding:0 55px;}
	.gnb-2depth li{font-size:15px;}
}
/* **************************************** *
 * quick-menu
 * **************************************** */
.quick-menu{ /*240/2 120*/
	position:fixed; bottom:0; left:0; 
	width:calc(100% - 2px);
	opacity: initial; background: rgba(0, 0, 0, 0.6); 
	border:1px solid #828486; z-index:3;
}
.quick-menu:after{content:''; display:block; clear:both;}
.quick-menu li{float:left; width:calc(100%/2); height:100%;}
.quick-menu li.qna{background:url('../images/footer/quick_bar.png') no-repeat right center; background-size:1px 33px;}
.quick-menu li.qna:active{background:url('../images/footer/quick_bar.png') no-repeat right center #000;}
.quick-menu li.lib:active{background:#000;}
.quick-menu li > a {display:block; text-align:center; color:#fff; padding:34px 0;}/*68/2=34 154/2=77*/
.quick-menu li > a > img {display:inline-block; width:50px; height:50px;} /*100/2=50 100/2=50*/
.quick-menu li.lib > a > img {width:43px; height:50px;}/*87/2=43 100/2=50*/
.quick-menu li > a > span{
	/*display:inline-block;*/ margin-left:15px; 
	font-size:20px; font-family:'NotoSansKR-Medium',sans-serif; 
	color:#fff;  line-height:50px;
}

@media (max-width:530px){
	.quick-menu li > a {padding:17px 0;}
	.quick-menu li > a > img {width:40px; height:40px;}
	.quick-menu li.lib > a > img {width:33px; height:40px;}
	.quick-menu li > a > span{line-height:40px; font-size:16px;}
}
/* **************************************** *
 * footer
 * **************************************** */
footer{width:auto; height:auto; background:#333; text-align:left;}/*padding:60px 45px 75px 45px;*/
footer ul{display:inline-block;}
footer ul:after{content:''; display:block; clear:both;}
footer ul li{float:left; height:100%; text-align:center;}
footer ul li:nth-child(2){margin:0 40px;}
footer ul li a{display:block;}
footer ul li a img{display:block; width:60px; height:60px;}
footer .footer_cont{text-align:left; border-top:1px solid #999; margin-top:60px; padding-top:60px;box-sizing: border-box;} /*120/2=60 120/2=60*/
footer .footer_cont h6{position:relative;display:inline-block;font-size:24px; font-family:'NotoSansKR-Bold',sans-serif; margin-bottom:20px;vertical-align:middle;box-sizing: border-box;}
footer .footer_cont h6 a{display:inline-block; color:#fff;padding-left:10px; padding-right:10px;box-sizing: border-box;}
footer .footer_cont h6:first-child {padding-left:0;box-sizing: content-box;clear:both; display: inline-block;}
footer .footer_cont h6:first-child a {padding-left:0;box-sizing: content-box;clear:both;display: inline-block;}
footer .footer_cont .addr{font-size:21px; color:#fff; line-height:33px;}
footer .footer_cont .addr p {display:inline-block;}
footer .footer_cont .addr .font_large{font-family: 'NotoSansKR-Bold',sans-serif; font-size:21px; font-weight:bold;}
footer .footer_cont .addr span{position:relative; display:inline-block; padding-left:20px; margin-left:20px; color:#fff;}
footer .footer_cont .addr span:before{content:''; display:inline-block; position:absolute; left:0; top:50%; transform:translateY(-50%); width:1px; height:18px; background:#fff;}
footer .footer_cont p{display:block;}
@media (max-width:530px){
	footer .footer_cont h6{font-size:18px; font-weight:bold;}
	footer .footer_cont .addr{font-size:15px; line-height:26px;}
	footer .footer_cont .addr p {display:block;}
	footer .footer_cont .addr .phone{display:inline-block;}
	footer .footer_cont .addr .font_large{    font-family: 'NotoSansKR-Bold',sans-serif;  margin-left:10px;font-size:16px; display:inline-block;}
	footer .footer_cont .addr span{display:block; padding:0; margin:0;}
	footer .footer_cont .addr span:before{display:none;}
}
@media (max-width:400px){
	footer ul li:nth-child(2){margin:0 20px;}
	footer .footer_cont{margin-top:30px; padding-top:30px;}
	footer .footer_cont h6{font-size:16px;}
	footer .footer_cont .addr{font-size:13px; line-height:23px;}
	footer .footer_cont .addr .font_large{    font-family: 'NotoSansKR-Bold',sans-serif;  margin-left:10px;font-size:14px; display:inline-block;}
}
/* **************************************** *
 * Popup - Layer(다시보지않기, 슬라이드)
 * **************************************** */
#layerBg{position:fixed; top:0%; left:0%; width:100%; height:100%; background:#000; z-index:5;	-moz-opacity:0.3; opacity:.3; filter:alpha(opacity=30);}
#layer-popup{
	position:fixed; top:50%; left:50%;
	-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width:340px; height:auto; background:#fff; z-index:6;
}
.slide-popup li{line-height:250px;}
.slide-popup li a{display:block;}
.slide-popup li a img{width:100%; height:auto;}
.bx-wrapper .bx-controls{position:absolute; bottom:-6px; left:0; width:100%;}
.bx-wrapper .bx-controls .bx-pager{text-align:center;}
.bx-wrapper .bx-controls .bx-pager div{display:inline-block;}
.bx-wrapper .bx-controls .bx-pager div a{
	display:block; 
	background:rgba(255, 255, 255, .5); text-indent:-9999px; width:8px; height:8px; margin:0 5px; outline:0; 
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
}
.bx-wrapper .bx-controls .bx-pager div a.active,.bx-wrapper .bx-controls .bx-pager div a:focus{background:#fff; width:1.2rem;}
#layer-popup .btn{background:#f7f7f7; height:42px; font-family:Arial; text-align:center;}
#layer-popup .btn:after{content:''; display:block; clear:both;}
#layer-popup .btn .close-d{float:left; width:50%; border-right:1px solid #f0f0f0;}
#layer-popup .btn .close{float:left; width:calc(50% - 1px);}
#layer-popup .btn .close a, #layer-popup .btn .close-d a{display:block; font-size:14px; line-height:42px; color:#4d4d4d; }
#layer-popup .bx-wrapper{position:relative; height:auto; text-align:center;max-height: 378px;overflow: hidden;}

@media (max-width:414px){
	#layer-popup{width:331px;}
}
@media (max-width:360px){
	#layer-popup{width:300px;}
}
@media (max-width:320px){
	#layer-popup{width:256px;}
}
/* **************************************** *
 * ANIMATIONS : animate.css 소스 인용(개발시 참고)
 * **************************************** */

/*메인 > 애니메이션 slideInUp*/                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
@-webkit-keyframes slideInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    -webkit-transition: ease-in-out 1s;
    -o-transition: ease-in-out 1s;
    transition: ease-in-out 1s;     
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    -webkit-transition: ease-in-out 1s;
    -o-transition: ease-in-out 1s;
    transition: ease-in-out 1s;     
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
   animation-name: slideInUp;
}

/*서브페이지 > 서브 텍스트 애니메이션 fadeInUp*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* **************************************** *
 * menuList page
 * **************************************** */
.m-l .cloudBg{
	background:url(/images/sub/cloud/menulist_visual_cloud.png) no-repeat; 
	background-size:cover; width:100%; height:1107px; /*2214/2*/
}
.m-l .erpBg{
	background:url(/images/sub/erp/menulist_visual_erp.png) no-repeat; 
	background-size:cover; width:100%; height:1557px; /*3114/2*/
}
.m-l .solutionBg{
	background:url(/images/sub/solution/menulist_visual_solution.png) no-repeat; 
	background-size:cover; width:100%; height:auto; padding-bottom:85px /*1614/2*/
}
.m-l .title{padding-top:195px; text-align:center; } /*header95*/
.m-l .title h1{font-size:70px; font-family:'Montserrat-Medium',sans-serif; color:#fff;}
.m-l .title p{margin-top:35px; font-size:30px; color:#fff; }
.m-l-cont{width:500px; margin:90px auto 0 auto;}/*180/2*/
.m-l-cont .box{margin-top:15px; border:1px solid #fff; width:498px; height:133px;} /*1000/2=500 270/2=135*/
.m-l-cont .box:first-child{margin-top:0;}
.m-l-cont .box a{display:block; height:98px; padding-top:35px; text-align:center;}/*133-35=98 71/2=35*/
.m-l-cont .box a:active{background-color:rgba(0, 0, 0, 1);}
.m-l-cont .box a:active h4.textAction{font-size:34px; transition:0.2s;}
.m-l-cont .box a:active h4.textAction2{font-size:36px; transition:0.2s;}
.m-l-cont .box a p{font-size:20px; color:#fff; }
.m-l-cont .box a h4{margin-top:20px; font-size:32px; color:#fff; font-family:'NotoSansKR',sans-serif; font-weight:bold;}
.m-l-cont .box a.aws{padding-top:25px;}
.m-l-cont .box a.aws h4{margin-top:10px;}
.m-l-cont .box a.aws h4 span{display:block; font-size:26px; margin-top:5px;}
.m-l-cont .box a.solution{height:108px; padding-top:25px;}
.m-l-cont .box a.solution h4{margin-top:0; font-size:34px; line-height:30px;}
.m-l-cont .box a.solution p{margin:5px 0 13px 0; font-size:18px; letter-spacing:0; font-family:'NotoSansKR',sans-serif; font-weight:normal;}/*20/2=10 37/2=18.5*/
.m-l-cont .box a.solution h6{font-size:20px; color:#fff; font-weight:normal;}

@media (max-width:530px){
	.m-l .cloudBg{height:907px;}/*-200*/
	.m-l .erpBg{height:1257px;}/*-300*/
	
	.m-l .title h1{font-size:50px;}
	.m-l .title p{margin-top:25px; font-size:22px;}
	
	.m-l-cont{width:345px;}
	.m-l-cont .box{width:343px; height:103px;}
	.m-l-cont .box a{height:78px; padding-top:25px;}
	.m-l-cont .box a p{font-size:18px;}
	.m-l-cont .box a h4{margin-top:10px; font-size:24px;}
	
	.m-l-cont .box a.aws{padding-top:20px;}
	.m-l-cont .box a.aws h4{margin-top:5px;}
	.m-l-cont .box a.aws h4 span{font-size:18px; margin-top:5px;}
	
	.m-l-cont .box a:active h4.textAction{font-size:26px; transition:0.2s;}
	.m-l-cont .box a:active h4.textAction2{font-size:32px; transition:0.2s;}
	
	.m-l-cont .box a.solution{height:88px; padding-top:15px;}
	.m-l-cont .box a.solution h4{font-size:28px; line-height:26px;}
	.m-l-cont .box a.solution p{font-size:16px;}
	.m-l-cont .box a.solution h6{font-size:18px;}
}
@media (max-width:400px){
	.m-l .title h1{font-size:40px;}
	.m-l .title p{font-size:18px;}
	
	.m-l-cont{width:285px;}
	.m-l-cont .box{width:283px;}
	.m-l-cont .box a p{font-size:16px;}
	.m-l-cont .box a h4{font-size:20px; margin-top:18px;}
	.m-l-cont .box a.aws h4{margin-top:10px;}
	.m-l-cont .box a.aws h4 span{font-size:16px;}
	.m-l-cont .box a:active h4.textAction{font-size:24px; transition:0.2s;}
	.m-l-cont .box a:active h4.textAction2{font-size:28px; transition:0.2s;}
	
	.m-l-cont .box a.solution h4{font-size:24px; line-height:22px;}
	.m-l-cont .box a.solution p{margin:10px 0 12px 0; font-size:14px;}
	.m-l-cont .box a.solution h6{font-size:16px;}
}
/* **************************************** *
 * container
 * **************************************** */
section.container{width:100%; min-height:100%; }
.cont > a {display:block; height:100%;}
.cont > a > img {display:block; width:100%; height:100%;}

/* floating top 버튼*/
.floating-top{
	display:none; z-index:2;
	position:fixed; right:2%; bottom:150px;
	width:70px; height:70px;
}
.floating-top a{
	display:block; width:100%; height:100%;
	background:url('../images/common/goTop.png')no-repeat center;
	background-size:70px;
}
@media (max-width:530px){
	.floating-top a{background-size:50px;}
}
/* **************************************** *
 * sub page
 * **************************************** */
/*.sub-visual.cloud{
	background:url(/images/sub/cloud/sub_visual_cloud.png) no-repeat 50% 50%; 
	background-size:cover; width:100%; height:650px; /*1300/2
}
.sub-visual.erp{
	background:url(/images/sub/erp/sub_visual_erp.png) no-repeat 50% 50%; 
	background-size:cover; width:100%; height:650px; /*1300/2
}
.sub-visual.solution{
	background:url(/images/sub/solution/sub_visual_solution.png) no-repeat 50% 50%; 
	background-size:cover; width:100%; height:650px; /*1300/2
}*/

.sub-visual.cloud{
	background-image:url(/new_resources/images/sub/cloud/title_bg.jpg); 
	background-size:cover; 
	background-repeat:no-repeat;
	background-position:center;
	width:100%; 
	height:650px; 
	/*1300/2*/
}
.sub-visual.erp{
	background-image:url(/new_resources/images/sub/erp/title_bg.jpg); 
	background-size:cover; 
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:650px; 
	/*1300/2*/
}
.sub-visual.solution{
	background-image:url(/new_resources/images/sub/solution/title_bg.jpg); 
	background-size:cover; 
	background-repeat:no-repeat;
	background-position:center;
	width:100%; 
	height:650px; 
	/*1300/2*/
}

.sub-visual.industry{
	height:650px; 
}

.sub-visual.industry.bio{
	background-image:url(/images/industry/bio/subMainTitleBg.jpg); 
	background-size:cover; 
	background-repeat:no-repeat;
	background-position:center;
	width:100%; 
}

.sub-visual.industry.mobility{
	background-image:url(/images/industry/mobility/subMainTitleBg.jpg); 
	background-size:cover; 
	background-repeat:no-repeat;
	background-position:center;
	width:100%; 
}

.sub-visual.industry.consumerGoods{
	background-image:url(/images/industry/consumer/subMainTitleBg.jpg); 
	background-size:cover; 
	background-repeat:no-repeat;
	background-position:center;
	width:100%; 
}

.sub-visual.industry.manufacturing{
	background-image:url(/images/industry/manufacturing/subMainTitleBg.jpg); 
	background-size:cover; 
	background-repeat:no-repeat;
	background-position:center;
	width:100%;  
}

.sub-visual.industry.logistics{
	background-image:url(/images/industry/logistics/subMainTitleBg.jpg); 
	background-size:cover; 
	background-repeat:no-repeat;
	background-position:center;
	width:100%;  
}

.sub-visual.semiconductor{
	background-image:url(/images/industry/semiconductor/subMainTitleBg.jpg); 
	background-size:cover; 
	background-repeat:no-repeat;
	background-position:center;
	width:100%; 
}

.sub-visual.rental{
	background-image:url(/images/industry/rental/subMainTitleBg.jpg); 
	background-size:cover; 
	background-repeat:no-repeat;
	background-position:center;
	width:100%; 
}

.sub-visual.rental{
	background-image:url(/images/industry/rental/subMainTitleBg.jpg); 
	background-size:cover; 
	background-repeat:no-repeat;
	background-position:center;
	width:100%; 
}

.sub-visual .title{padding-top:240px; text-align:center; color:#fff; word-break:keep-all;}/*290/2=145 header95 = 240*/
.sub-visual .title h2{font-size:30px;letter-spacing: normal;font-weight:normal;}
.sub-visual .title h1{margin:35px 0 55px 0; font-size:55px; font-family:'NotoSansKR',sans-serif;}
.sub-visual .title > p{
	font-size:19px;
	font-family:'NotoSansKR-Medium',sans-serif;
	line-height:30px;
	letter-spacing: normal;
}
/*lineworks처럼 같은 스타일 2라인 ** line 줄바꿈 works 270/2=135 header95 = 230 */
.sub-visual .title.two{padding-top:230px;}
.sub-visual .title.two h1{margin:35px 0 50px 0;}

/*aws처럼 스타일 다른 2라인 ** aws 줄바꿈 (Amazon Web Service) 240/2=120 header95 = 215*/
.sub-visual .title.other{padding-top:215px;}
.sub-visual .title.other h1 P{margin-top:20px; font-family:'Montserrat-Regular',sans-serif; font-size:40px; font-weight:bold;}

/*회사소개*/
.sub-visual.companyInfo1{
	background:url(/images/company/company_visual_01.png) no-repeat 50% 50%; 
	background-size:cover; width:100%; height:650px; /*1300/2*/ position:relative;
}
.sub-visual.companyInfo2{
	background:url(/images/company/company_visual_02.png) no-repeat 50% 50%; 
	background-size:cover; width:100%; height:650px; /*1300/2*/ position:relative;
}
.sub-visual.companyInfo3{
	background:url(/images/company/company_visual_03.png) no-repeat 50% 50%; 
	background-size:cover; width:100%; height:650px; /*1300/2*/ position:relative;
}

.sub-visual.library{
	background:url(/images/customer/library_visual.png) no-repeat 50% 50%; 
	background-size:cover; width:100%; height:650px; /*1300/2*/ position:relative;
}

.sub-visual.reference,
.sub-visual.download{
	background:url(/images/customer/reference_visual.jpg) no-repeat 50% 50%; 
	background-size:cover; width:100%; height:600px; /*1300/2*/ position:relative;
}

.sub-visual.blog{
	background:url(/images/customer/blog_visual.jpg) no-repeat 50% 50%; 
	background-size:cover; width:100%; height:600px; /*1300/2*/ position:relative;
}

.sub-visual.contact{
	background:url(/images/customer/contact_visual.png) no-repeat 50% 50%; 
	background-size:cover; width:100%; height:600px; /*1300/2*/ position:relative;
}

.sub-visual.devcenter{
	background:url(/images/devcenter/devcenter_visual_01.png) no-repeat 50% 50%; 
	background-size:cover; width:100%; height:600px;position:relative;
}

.sub-visual .text{padding-top:307px; text-align:center; color:#fff; word-break:keep-all;}/*425/2=212 header95=  307*/
.sub-visual .text h1{font-size:55px; font-family:'NotoSansKR-Bold',sans-serif;}
.sub-menu-wrap {width:100%; height:auto; background:rgba(0, 0, 0, 0.4); position:absolute; left:0; bottom: 0;}
.sub-menu-wrap .sub-menu{width:100%; height:auto;}
.sub-menu-wrap .sub-menu:after{content:''; display:block; clear:both;}
.sub-menu-wrap .sub-menu li{float:left;text-align:center;position:relative;width: calc(100% / 2);height:80px;line-height:80px;font-size:24px;font-family:'NotoSansKR-Medium',sans-serif;}
.sub-menu-wrap .sub-menu li.on{background:rgba(0, 0, 0, 1);}
.sub-menu-wrap .sub-menu li:before{/* content:''; */display:inline-block;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:30px;background:#fff;}
.sub-menu-wrap .sub-menu li.on:before{content:''; background:none;}
.sub-menu-wrap .sub-menu li a{display:block; width:100%; height:100%; color:#fff;}

.sub-menu-wrap .sub-menu.two li{width:calc(100% / 2);}
.sub-menu-wrap .sub-menu.two li:before{display:none;}

@media (max-width:530px){
	.sub-visual.cloud, .sub-visual.erp, .sub-visual.solution, .sub-visual.reference, .sub-visual.download,
	.sub-visual.library, .sub-visual.blog, .sub-visual.contact, .sub-visual.callcenter,.sub-visual.edm, .sub-visual.industry, .sub-visual.devcenter{height: 500px;}
	
	.sub-visual .title{padding:160px 10px 0 10px;}
	.sub-visual .title h2{font-size:20px;}
	.sub-visual .title h1{margin:20px 0 30px 0; font-size:35px; line-height:35px;}	
	.sub-visual .title > p{font-size:16px; line-height:26px;}
	.sub-visual .title > p br{display:none;}
	/*line works*/
	.sub-visual .title.two{padding:150px 10px 0 10px;}
	.sub-visual .title.two h1{margin:20px 0 30px 0; font-size:35px; line-height:38px;}
	/*aws*/
	.sub-visual .title.other{padding:150px 10px 0 10px;}
	.sub-visual .title.other h1{margin:15px 0 25px 0;}
	.sub-visual .title.other h1 P{margin-top:8px; font-size:20px; line-height:20px;}
	/*회사소개*/
	.sub-visual.companyInfo1, .sub-visual.companyInfo2, .sub-visual.companyInfo3{height:450px;}
	.sub-visual .text{padding-top:215px;}
	.sub-visual .text h1{font-size:30px;}
	.sub-menu-wrap .sub-menu li{height:60px; line-height:60px; font-size:18px;}
	.sub-menu-wrap .sub-menu li:before{height:20px;}

}
@media (max-width:400px){
	.sub-visual .title h2{font-size:18px; line-height:23px;}
	.sub-visual .title h1, 
	.sub-visual .title.two h1{margin:15px 0 25px 0; font-size:32px;}
	.sub-visual .title.other h1{margin:10px 0 20px 0;}
	.sub-visual .title > p{font-size:15px;}
	/*회사소개*/
	.sub-menu-wrap .sub-menu li{font-size:16px;}
}

.cont{width:100%; height:auto; border-bottom:1px solid #9fa0a0;}
.cont .inner-wrap{padding:100px 45px; color:#000; word-break:keep-all;}
.cont .inner-wrap > h2{font-size:34px; line-height:45px; font-family:'NotoSansKR-bold',sans-serif;  margin-bottom:50px;}
.cont .inner-wrap .kr{ font-family:'NotoSansKR-Bold',sans-serif;}/*한글타이틀*/
.cont .inner-wrap > h2 > span{display:block; margin-top:10px; font-size:25px; line-height:34px;}
.cont .inner-wrap > p{font-size:20px;  line-height:32px; margin-bottom:60px;}
.industry .cont .inner-wrap h4{font-size:20px;  line-height:32px; font-weight:bold;}
.industry .cont .inner-wrap .listWrap li{position:relative; padding-left:15px; font-size:20px;  line-height:32px;}
.industry .cont .inner-wrap .listWrap li::before{
	content:'-';
	position:absolute;
	top:0;
	left:0;
}
/*
* Cont > reference & download 분기처리
* reference 만 출력시 
* download  만 출력시 케이스에 따른 구분선(border) 분기 처리함.
*/
.cont.reference {border-bottom:0;}
.cont.download {border-top: 1px solid #9fa0a0;}
.cont.download {border-bottom:0;}
.cont.projectCases{background-color:#f6f1ec; border-bottom:0;}
.cont.projectCases .inner-wrap{padding-bottom:100px !important}
.cont.bB0{border-bottom:0 !important;}
/* .cont:last-child{margin-bottom:200px; border-bottom:none;}*/
.cont:last-child{margin-bottom:0px; border-bottom:none;}
.cont:last-child .inner-wrap{padding:100px 45px 0 45px;}

.industry .cont .inner-wrap h3{
	font-size: 25px;
    color: #aa7944;
    font-family: 'NotoSansKR-Bold', sans-serif;
    line-height:1.3;
}
.industry .gray-box{
	background: #efefef;
    padding: 20px;
}
.industry .gray-box p{
	line-height:32px;
	font-size: 20px;
}

#subPageListBtn,
#subPageNavi {
    position: sticky;
    top: 14.82vw;
    z-index: 999;
}

#subPageListBtn .subPageListBtnWrap,
#subPageNavi .subPageNaviWrap {
    padding: 11px 45px;
    display: flex;
    align-items: center;
    background-color: #aa7944;
    white-space: nowrap;
    overflow-x: scroll;
    gap: 15px;
}

#subPageListBtn .subPageListBtnWrap::-webkit-scrollbar,
#subPageNavi .subPageNaviWrap::-webkit-scrollbar
{
	width: 0;
	height:0;
}

#subPageListBtn .subPageListBtnWrap a,
#subPageNavi .subPageNaviWrap span {
    padding: 9px 15px;
    font-size: 14px;
    color: #fff;
    border-radius: 40px;
    font-family: 'Pretendard';
    font-weight: 500;
}

#subPageListBtn .subPageListBtnWrap a.on,
#subPageNavi .subPageNaviWrap span.on {
    background-color: #fff;
    color: #aa7944;
    font-weight: 600;
}


.footerBanner{padding:0 45px; box-sizing:border-box;}

@media (max-width:530px){
	.cont .inner-wrap{padding:100px 30px;}
	.cont:last-child .inner-wrap{padding:100px 30px 0 30px;}
	.cont .inner-wrap > h2{font-size:28px; line-height:35px;}
	.cont .inner-wrap > h2 br{display:none;}
	.cont .inner-wrap > h2 > span{font-size:22px; line-height:30px;}
	.industry .cont .inner-wrap h4,
	.industry .cont .inner-wrap .listWrap li,
	.cont .inner-wrap > p{font-size:18px;}
	.industry .cont .inner-wrap h3{font-size: 22px;}
	.industry .gray-box p{font-size: 18px;}
	#subPageListBtn .subPageListBtnWrap,
	#subPageNavi .subPageNaviWrap {padding: 11px 30px;}
	.footerBanner{padding:0 30px; }
}
@media (max-width:400px){
	.cont .inner-wrap{padding:100px 15px;}
	.cont:last-child .inner-wrap{padding:100px 15px 0 15px;}
	.cont .inner-wrap > h2{font-size:22px;}
	.industry .cont .inner-wrap h4,
	.industry .cont .inner-wrap .listWrap li,
	.cont .inner-wrap > p{font-size:16px;}
	.industry .cont .inner-wrap h3{font-size: 20px;}
	.industry .gray-box p{font-size: 16px;}
	#subPageListBtn .subPageListBtnWrap,
	#subPageNavi .subPageNaviWrap {padding: 11px 15px;}
	.footerBanner{padding:0 15px;}
}
/* **************************************** *
 * reference accordion
 * **************************************** */
.referenceBg{position:absolute; background:#efefef; width:100%; height:358px; background-image:url('../images/common/reference_bg.png'); background-repeat: no-repeat; background-size:100%; background-position:top;/*717/2*/}
.reference{position:relative;} /*Bg위로 영역*/
.reference h2{position:relative;}
.reference h2 a.goReference{
	position:absolute; top:0; right:0; display:block;
	background:url('../images/common/right.png') no-repeat 90% center #fff;
	background-size:8px; width:135px; height:50px; line-height:50px; padding-left:15px; 
	font-size:18px; color:#000; 
	font-family:'NotoSansKR',sans-serif; font-weight:normal;
}
.reference .accordion-box {min-height:150px;}
.reference .accordion-list{border-top:2px solid #000; background:#fff;}
.reference .accordion-list li{position:relative; border-bottom:1px solid #ddd;}
.reference .accordion-list li dl{padding-right:50px;}
.reference .accordion-list li dl:after{content:''; display:block; clear:both;}
.reference .accordion-list li dl dt{float:left; width:65px; height:25px; padding:22px 20px;}/*210 140 padding 45 40*/
.reference .accordion-list li dl dt img{display:block; width:65px; height:25px;}
.reference .accordion-list li dl dd{
	float:left;
	width:calc(100% - 105px); line-height:70px;
	font-size:20px; color:#000; 
	text-overflow:ellipsis; white-space:nowrap;
    overflow:hidden; vertical-align:middle; cursor:pointer;
}
/*버튼▽*/
.reference .accordion-list li .toggleBtn {
	position:absolute; top:31px; right:17px;
	border:0; cursor:pointer; outline:none;
	display:block; width:17px; height:10px; /*35 21*/
}
.reference .accordion-list li .toggleBtn:before {
	content:""; display:block; width:17px; height:10px;
	background:url(../images/common/top.png) no-repeat #fff; 
	background-size:17px; 
}
.reference .accordion-list li.on .toggleBtn:before {
	content:""; display:block; 
	background:url('../images/common/bottom.png') no-repeat #fff; 
	background-size:17px;
}

/*inner content*/
.reference .accordion-list li .accordion-txt{display:none;}
.reference .accordion-list li.on .accordion-txt{display:block; padding:25px 22px;/*45 50*/border-top:1px dashed #9a9a9a;}
.reference .accordion-txt span{
	display:inline-block; width:100%; height:100%;
	font-size:18px; line-height:29px; word-break:keep-all;
}
@media (max-width:530px){
	.reference .accordion-list li dl dd{font-size:18px;}
	.reference .accordion-txt span{font-size:16px; line-height:25px;}
}
@media (max-width:400px){
	.reference .accordion-list li dl dd{font-size:16px;}
	.reference .accordion-txt span{font-size:15px;}
	.reference h2 a.goReference{height:40px; line-height:40px; font-size:16px;}
}

/* **************************************** *
 * download
 * **************************************** */
.down-list{width:100%; height:auto; border-top:2px solid #000;}
.down-list li{
	position:relative; padding:26px 0 26px 20px; border-bottom:1px solid #9a9a9a;
	font-size:20px;
}/*52/2=26 40/2=20*/
.down-list li .title{display:inline-block; width:calc(100% - 160px); line-height:28px;
word-break: keep-all;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; /*두줄로 나오지만 한줄이 길 경우···*/
} /*title영역 650/2 325 -> %로 조정*/
/*overflow: hidden; text-overflow: ellipsis; white-space: nowrap; */

/*다운로드버튼*/
.down-list li a{
	position:absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
	display:block;
	background:url('../images/common/top.png') no-repeat 85% center #efefef;
	background-size:18px;
	width:135px;
	height:50px;
	padding: 0 15px;
	line-height:50px;
	font-size:18px;
	font-family:'NotoSansKR-Medium',sans-serif;
}

@media (max-width:530px){
	.down-list li{font-size:18px; padding:20px 0 20px 15px;}
	.down-list li .title{width:calc(100% - 130px);}
	.down-list li a{width:105px; background:url('../images/common/top.png') no-repeat 90% center #efefef; background-size:15px;}
}
@media (max-width:400px){
	.down-list li{font-size:16px;}
	.down-list li .title{width:calc(100% - 100px);}
	.down-list li a{width:82px; padding-left:8px; background:url('../images/common/top.png') no-repeat 94% center #efefef; background-size:12px; font-size:16px;}
}
/* **************************************** *
 * checkbox & radio common
 * **************************************** */
.chk-box:after{content:''; display:block; clear:both;}
.chk-box .icon{display:inline-block; float:left; width:18px; height:18px; vertical-align:middle; margin-top:7px;}
.chk-box .txt{display:inline-block; float:left; width:calc(100% - 28px); font-size:19px; color:#000; vertical-align:middle; padding-left:10px; line-height:30px}

.radio-box{display:inline-block; position:relative; line-height:1em;}
.radio-box .txt{
	display:inline-block; line-height:28px; margin:0 0 0 15px; cursor:pointer; word-break:keep-all;
	font-size:19px; color:#000; vertical-align:middle;
}
.radio-box .icon{display:inline-block; width:18px; height:18px; vertical-align:middle;}

input[type='checkbox'], input[type='radio']{position:absolute; margin:0; opacity:0; filter:alpha(opacity=0); z-index:10;left:0;} 
input[type='checkbox']+label, input[type='radio']+label{position:relative; margin:0; padding:0; color:#666; vertical-align:middle; cursor:pointer; z-index:0;}
input[type='checkbox']:disabled+label .txt, input[type='radio']:disabled+label .txt{color:#bbb !important;}

/* checkbox base */
input[type='checkbox'] {width:18px; height:18px; cursor:pointer; margin-top:7px;}
/* checkbox default */
input[type='checkbox']+label .icon{background-image:url(/images/common/icon_checkbox.png); background-repeat:no-repeat; background-position:0 0;}
/* checkbox checked */
input[type='checkbox']:checked+label .icon{background-position:-18px 0;}
/* checkbox disabled+label */
input[type='checkbox']:disabled+label .icon{background-position:-36px 0;}
/* checkbox disabled:checked+label */
input[type='checkbox']:disabled:checked+label .icon{background-position:-54px 0;}

/* radio base */
input[type='radio']{width:18px;height:18px;cursor:pointer;}
/* radio default */
input[type='radio']+label .icon{background-image:url(/images/common/icon_radio.png); background-repeat:no-repeat; background-position:0 0;}
/* radio checked */
input[type='radio']:checked+label .icon{background-position:-18px 0;}
/* radio disabled */
input[type='radio']:disabled+label .icon{background-position:-36px 0;}
/* radio disabled:checked */
input[type='radio']:disabled:checked+label .icon{background-position:-54px 0;}
/* radio readonly */
input[type='radio'][disabled],
input[type='radio'][disabled]+label{cursor:default;}
input[type='checkbox'][disabled],
input[type='checkbox'][disabled]+label{cursor:default;}

@media (max-width:700px){
	.chk-box .txt{font-size:18px;}
	.radio-box .txt{font-size:18px;}
}
@media (max-width:530px){
	.chk-box .txt{font-size:16px; line-height:23px;}
	.radio-box .txt{font-size:16px; line-height:23px;}
}
@media (max-width:414px){
	.chk-box .icon{margin-top:3px;}
	input[type='checkbox'] {margin-top:3px;}
	.chk-box .txt{font-size:15px;}
	.radio-box .txt{margin:0 0 0 5px; font-size:15px;}
}

/* **************************************** *
 * Paging
 * **************************************** */
.page {clear:both; text-align:center; width:100%; margin-top:60px;}
.page ul {display:inline-block;}
.page ul li{display:inline-block; float:left;}
.page ul li a{display:block; width:33px; height:33px; line-height:33px; font-size:15px; color:#777;}
.page ul li.active a{font-family:'NotoSansKR-Bold',sans-serif; color:#aa7944;}
.page ul li.btn a{padding:0; font-size:0; text-indent:-99999px;}
.page ul li.double_left a{background:url('../images/common/icon_double_left.png') no-repeat;}
.page ul li.left a{background:url('../images/common/icon_left.png') no-repeat;}
.page ul li.right a{background:url('../images/common/icon_right.png') no-repeat;}
.page ul li.double_right a{background:url('../images/common/icon_double_right.png') no-repeat;}

.moreBtn{display:block; width:100%; height:60px; line-height:60px; text-align:center; background:#aa7944; color:#fff !important; font-size:20px; margin-top:60px;}
@media (max-width:530px){
	.moreBtn{font-size:18px; height:45px; line-height:45px;}
}
@media (max-width:400px){
	.moreBtn{font-size:16px;}
}

/** new 2022 **/

header * ,
footer * {
  margin: 0 auto;
  padding: 0;
  text-decoration: none;
  list-style: none;
  outline: 0;
  font-family: 'Montserrat', 'NotoSansKR', 'Pretendard', sans-serif;
}

button {
  border: 0;
  background: unset;
}

body.fixed {
  overflow:hidden;
}

header {
  position: fixed;
  width: 100%;
  height: 14.82vw;
  top: 0;
  left: 0;
  background-color: #fff;
  border-bottom: 1px solid #ffffff30;
  z-index: 9999;
}

header .headerWrap {
  font-size: 0;
  padding: 3.198vw 5.304vw 3.198vw 7.02vw;
  box-sizing:border-box;
  height: 100%;
}
header .headerWrap .logo {
  position:relative;
  display: inline-block;
  width: 15.912vw;
  height: 8.424vw;
  top:unset;
  left:unset;
  padding:0;
  background-image: url(/new_resources/images/common/img_header_logo_on.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15.6vw;
  cursor: pointer;
}
header .headerWrap .logo {
  display: inline-block;
  background-image: url(/new_resources/images/common/img_header_logo_on.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15.6vw;
  width: 15.912vw;
  height: 8.424vw;
  cursor: pointer;
}
header .headerWrap .btnWrap {
  display: flex;
  position: relative;
  float: right;
  height: 100%;
  gap: 5.46vw;
  align-items: center;
}

header .headerWrap .btnWrap.disable::after {
	display:block;
	position:absolute;
	z-index:9999;
	width:100%;
	height:100%;
	top:0;
	left:0;
	content:'';
}

header .headerWrap .lang_wrap {
	position: relative;
	display: inline-block;
}
header .headerWrap .lang_wrap .lang_layer {
	display: none;
	position: absolute;
	top: 7.89vw;
	right: 0;
	width: max-content;
	min-width: 21.09vw;
	padding: /* 1.56vw */1.95vw 3.13vw;
	border: 1px solid #aa7944;
	background: #f6f1ec;
	opacity: 0.9;
	transform: translateX(calc(50% - 3.14vw));
	z-index: 10;
}
header .headerWrap .lang_wrap .lang_layer.act {
	display: block;	
}
header .headerWrap .lang_wrap .lang_layer a {
	display: block;
	font-family: 'Pretendard', sans-serif;
	font-size: 2.97vw;
	color: #000;
	line-height: 2;
}
header .headerWrap .lang_wrap .lang_layer a.act {
	color: #aa7944
}

header .headerWrap .langBtn {
  position: relative;
  width: 6.29vw;
  height: 6.29vw;
  cursor: pointer;
  background-image: url(/new_resources/images/common/lang_btn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 5.6vw;
}
header .headerWrap .searchBtn {
  position: relative;
  width: 5.29vw;
  height: 6.29vw;
  cursor: pointer;
  background-image: url(/new_resources/images/common/search_btn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 5.29vw;
}
header .headerWrap .navBtn {
	position: relative;
    width: 6.24vw;
    height: 4.29vw;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
header .headerWrap .navBtn span {
  	display: block;
	width: 100%;
	height: 2px;
	background-color: #000;
	opacity: 1;
}

header.scroll {
  background-color: #fff;
  border: unset;
}
header.scroll .headerWrap .logo {
  background-image: url(/new_resources/images/common/img_header_logo_on.png);
}
header.scroll .headerWrap .navBtn span {
  background-color: #000;
}
header.nav {
  background-color: #fff;
  transition: 0.5s;
}
header.nav .headerWrap {
  width: 100vw;
}
header.nav .headerWrap .logo {
  background-image: url(/new_resources/images/common/img_header_logo_on.png);
}
header.nav .headerWrap .navBtn span {
  background-color: #000;
}
header.nav .headerWrap .navBtn span:first-child {
	position:absolute;
  top: 1.638vw;
  transform: rotate(45deg);
}
header.nav .headerWrap .navBtn span:nth-child(2) {
  opacity: 0;
}
header.nav .headerWrap .navBtn span:last-child {
  top: 1.638vw;
  transform: rotate(-45deg);
  position:absolute;
}
header.nav .qnaBtn {
  display: none;
}
header.nav nav {
  position: fixed;
  right: 0;
  transition: 0.5s;
}
header nav {
  position: fixed;
  top: 14.82vw;
  right: -100vw;
  width: 100vw;
  height: calc(100vh - 14.82vw);
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.3137254902);
  transition: 0.5s;
}
header nav ul.gnbWrap {
  height: 100%;
  overflow-y: auto;
}
header nav ul.gnbWrap li.gnb {
  position: relative;
  line-height: 1;
}
header nav ul.gnbWrap li.gnb span.gnb_txt {
  position: relative;
  display: block;
  font-size: 4.68vw;
  padding: 4.758vw 15.6vw 4.914vw 10.764vw;
  border-bottom: 1px solid #000;
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
}

header nav ul.gnbWrap li.gnb span.gnb_txt > a {
    color: #000;
    font-weight: 600;
    font-family: "Pretendard", sans-serif;
    font-size: 4.68vw;
}

header nav ul.gnbWrap li.gnb span.gnb_txt.link span.depth_btn{
	display:none;
}

header nav ul.gnbWrap li.gnb span.gnb_txt span.depth_btn {
  position: absolute;
  display: block;
  top: calc(50% - 1.56vw);
  right: 10.92vw;
  width: 3.12vw;
  height: 3.12vw;
  background-image: url(/new_resources/images/common/gnb_open.png);
  background-size: 3.12vw;
  background-repeat: no-repeat;
  background-position: center;
}
header nav ul.gnbWrap li.gnb.active .gnb_txt {
  border-bottom: 1px solid #aa7944;
  color: #aa7944;
  font-weight: bold;
}
header nav ul.gnbWrap li.gnb.active .gnb_txt span.depth_btn {
  background-image: url(/new_resources/images/common/gnb_close.png);
}
header nav ul.gnbWrap li.gnb.active .lnbWrap {
  padding: 1.17vw 0 0;
  height: auto;
}
header nav ul.gnbWrap li.gnb.active .lnbWrap .lnb {
  display: block;
}
header nav ul.gnbWrap li.gnb.active .lnbWrap .lnb.active .lnbSubWrap {
  padding: 1.95vw 0;
  height: auto;
}
header nav ul.gnbWrap ul.lnbWrap {
  background-color: #efefef;
  padding: 0 0 0;
  height: 0;
  overflow: hidden;
}
header nav ul.gnbWrap ul.lnbWrap > li.lnb {
  position: relative;
}
header nav ul.gnbWrap ul.lnbWrap > li.lnb span.lnb_txt {
  position:relative;
  padding: 4.056vw 15.6vw 4.056vw 10.764vw;
  display: block;
}

header nav ul.gnbWrap ul.lnbWrap > li.lnb span.lnb_txt a,
header nav ul.gnbWrap ul.lnbWrap > li.lnb span.lnb_txt span {
  font-family: "Pretendard", sans-serif;
  font-size: 3.9vw;
  color: #000;
  font-weight: 600;
}

header nav ul.gnbWrap ul.lnbWrap > li.lnb span.lnb_txt.link span.depth_btn {
  display:none;
}

header nav ul.gnbWrap ul.lnbWrap > li.lnb span.lnb_txt span.depth_btn {
  position: absolute;
  display: block;
  top: calc(50% - 1.56vw);
  right: 10.92vw;
  width: 3.12vw;
  height: 3.12vw;
  background-image: url(/new_resources/images/common/gnb_open.png);
  background-size: 3.12vw;
  background-repeat: no-repeat;
  background-position: center;
}
header nav ul.gnbWrap ul.lnbWrap > li.lnb.active > .lnb_txt {
  position: relative;
  padding: 4.056vw 15.6vw 4.056vw 10.764vw;
}
header nav ul.gnbWrap ul.lnbWrap > li.lnb.active > .lnb_txt a,
header nav ul.gnbWrap ul.lnbWrap > li.lnb.active > .lnb_txt span {
  color: #aa7944;
}
header nav ul.gnbWrap ul.lnbWrap > li.lnb.active span.lnb_txt span.depth_btn {
  background-image: url(/new_resources/images/common/gnb_close.png);
}
header nav ul.gnbWrap ul.lnbWrap > li.lnb .lnbSubWrap {
  background-color: #e5e5e5;
  height: 0;
  overflow: hidden;
}
header nav ul.gnbWrap ul.lnbWrap > li.lnb .lnbSubWrap li a {
  display: block;
  padding: 3.276vw 3.276vw 3.276vw 13.65vw;
  font-size: 3.588vw;
  font-weight: 500;
  color: #000;
  font-family:'Pretendard',sans-serif;
}
header nav ul.gnbWrap ul.lnbWrap > li.lnb .lnbSubWrap li.active a {
  color: #aa7944;
}
header nav ul.gnbWrap ul.lnbWrap.active {
  display: block;
}

header .searchWrap {
  position: fixed;
  width: 100%;
  height: 0%;
  background-color: rgba(0, 0, 0, 0.4784313725);
  transition: 0.3s;
  overflow: hidden;
}
header .searchWrap.on {
  height: 100%;
}
header .searchFormWrap {
  position: relative;
  padding: 14.04vw 14.82vw 8.268vw;
  background-color: #f5f5f5;
  min-height: 48.5vw;
  margin-top:0;
}
header .searchFormWrap .searchCloseBtn {
  position: absolute;
  width: 3.9vw;
  height: 3.9vw;
  top: 3.9vw;
  right: 7.8vw;
  background-image: url(/new_resources/images/common/search_close_btn.png);
  background-size: 3.744vw;
  background-position: center;
  background-repeat: no-repeat;
}

header .searchFormWrap .searchForm .searchInpWrap{
	position:relative;
}

header .searchFormWrap .searchForm .searchInpWrap button{
	position:absolute;
	width:7vw;
	height:7vw;
	top:1.5vw;
	right:4vw;
	background-image: url(/new_resources/images/common/search_inp.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 4.9vw;
	background-color:unset;
}

header .searchFormWrap .searchForm input[type=text] {
  padding: 2.68vw 9.36vw 2.68vw 5.694vw;
  border: 1px solid #aa7944;
  border-radius: 100vw;
  color: #000;
  font-size: 3.9vw;
  font-family: "Pretendard", sans-serif;
  margin-bottom: 7.8vw;
  width: 100%;
  background-color:#fff;
}
header .searchFormWrap .searchForm input[type=text]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5019607843);
}
header .searchFormWrap .searchForm input[type=text]::placeholder {
  color: rgba(0, 0, 0, 0.5019607843);
}
header .searchFormWrap .searchForm .recWrap {
  width: 100%;
}
header .searchFormWrap .searchForm .recWrap span {
  display: block;
  text-align: center;
  font-weight: bold;
  font-family: "Pretendard", sans-serif;
  color: #aa7944;
  font-size: 3.276vw;
}
header .searchFormWrap .searchForm .recWrap .recListWrap {
  width: 100%;
  height: 17.16vw;
  margin-top: 3.9vw;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align:left;
}
header .searchFormWrap .searchForm .recWrap .recListWrap a {
  display: inline-block;
  padding: 1.5vw 2.496vw;
  background-color: #fff;
  font-size: 3.276vw;
  color: #000;
  border-radius: 7.34vw;
  margin: 0 calc(1.17vw / 2) 2.34vw;
  font-family: "Pretendard", sans-serif;
  font-weight: 500;
  border: 1px solid #bcbcbc;
}

.searchWrap {
  position: fixed;
  width: 100%;
  height: 0%;
  background-color: rgba(0, 0, 0, 0.4784313725);
  transition: 0.3s;
  overflow: hidden;
}

 .searchWrap.on {
  height: 100%;
}

 .searchFormWrap {
  position: relative;
  padding: 11.2vw 14.82vw 8.268vw;
  margin-top: calc(14.82vw - 16px);
  background-color: #f5f5f5;
}

 .searchFormWrap .searchCloseBtn {
  position: absolute;
  width: 3.9vw;
  height: 3.9vw;
  top: 3.9vw;
  right: 7.8vw;
  background-image: url(/new_resources/images/common/search_close_btn.png);
  background-size: 3.744vw;
  background-position: center;
  background-repeat: no-repeat;
}


.searchFormWrap .searchForm .searchInpWrap{
	position:relative;
}

.searchFormWrap .searchForm .searchInpWrap button{
	position:absolute;
	width:7vw;
	height:7vw;
	top:1.5vw;
	right:4vw;
	background-image: url(/new_resources/images/common/search_inp.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 4.9vw;
	background-color:unset;
}

.searchFormWrap .searchForm input[type=text] {
  padding: 2.68vw 9.36vw 2.68vw 5.694vw;
  border: 1px solid #aa7944;
  border-radius: 100vw;
  color: #000;
  font-size: 3.9vw;
  font-family: "Pretendard", sans-serif;
  margin-bottom: 7.8vw;
  width: 100%;
  background-color:#fff;
}

 .searchFormWrap .searchForm input[type=text]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5019607843);
}

 .searchFormWrap .searchForm input[type=text]::placeholder {
  color: rgba(0, 0, 0, 0.5019607843);
}

.searchFormWrap .searchForm .resultMsgWrap p {
  text-align: center;
  font-family: "NotoSansKR", sans-serif;
  font-size: 3.744vw;
  font-weight: 500;
  color: #000;
  line-height: 4.836vw;
}
.searchFormWrap .searchForm .resultMsgWrap p span {
  color: #aa7944;
}

footer {
  background-color: #333;
  padding-bottom: 14.82vw;
}
footer #footerWrap {
  width: 85.96vw;
}
footer #footerWrap .snsList {
  padding: 9.36vw 0;
  text-align: center;
  border-bottom: 1px solid #999;
}
footer #footerWrap .snsList a {
  margin: 0 2.34vw;
}
footer #footerWrap .snsList a img {
  width: 10.92vw;
}
footer #footerWrap .companyInfo {
  padding: 8.58vw 0;
}
footer #footerWrap .companyInfo p {
  font-family: "NotoSansKR-DemiLight";
  font-size: 3.276vw;
  line-height: 1.5;
  color: #fff;
}
footer #footerWrap .companyInfo p a {
  color: #fff;
  font-family: "NotoSansKR-DemiLight";
  margin-right: 0.156vw;
}
footer #footerWrap .companyInfo p:first-child {
  margin-bottom: 6.24vw;
}
footer #footerWrap .companyInfo p:first-child a {
  font-family: "NotoSansKR-Bold";
  font-size: 3.744vw;
}
footer #footerWrap .companyInfo p:nth-child(3) a:last-child {
  font-family: "NotoSansKR-Bold";
  font-size: 3.354vw;
}
footer .btnWrap {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
footer .btnWrap .btn {
  width: 50%;
  display: block;
  padding: 4.68vw 0;
  text-align: center;
  font-size: 3.588vw;
  color: #fff;
  background-color: #aa7944;
  border-right: 1px solid #002542;
}
footer .btnWrap .btn:last-child {
  border-right: 0;
}

.sliderWrap *{
	box-sizing:border-box;
}

.slick-dots {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 7.02vw;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button {
  color: rgba(0, 0, 0, 0);
  border: 0.468vw solid rgba(255, 255, 255, 0);
  background-color: #c7c7c7;
  width: 2.496vw;
  height: 2.496vw;
  border-radius: 100%;
  margin: 0 1.95vw;
}
.slick-dots li.slick-active button {
  border: 0.468vw solid #aa7944;
  background-color: #fff;
}

.projectSliderWrapM .slide {
  padding: 0.78vw 0.78vw 0;
}
.projectSliderWrapM .slide .slideContent {
  position: relative;
  padding: 8.814vw 3.822vw 9.048vw 3.822vw;
  background-color: #fff;
  background-size: 6.24vw;
  background-image: url(/images/industry/arrow_blue.png);
  background-position: calc(100% - 3.12vw) calc(100% - 2.34vw);
  background-repeat: no-repeat;
  height: 31.2vw;
}
.projectSliderWrapM .slide .slideContent span {
  position: absolute;
  top: -0.78vw;
  left: 3.9vw;
  padding: 1.56vw 2.73vw;
  background-color: #aa7944;
  color: #fff;
  font-size: 2.73vw;
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
}
.projectSliderWrapM .slide .slideContent h1 {
  font-size: 3.627vw;
  line-height: 4.992vw;
  font-family: "NotoSansKR-Bold", sans-serif;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: nowrap;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.serviceSliderWrapM .slide {
  padding: 0.78vw;
}
.serviceSliderWrapM .slide .slideContent {
  position: relative;
  padding: 3.51vw 0.78vw 3.12vw 3.12vw;
  background-color: #f4f4f4;
  border: 0.078vw solid #aa7944;
}
.serviceSliderWrapM .slide .slideContent p {
  font-size: 2.808vw;
  margin-bottom: 1.56vw;
  font-family: "NotoSansKR", sans-serif;
  font-weight: 500;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: nowrap;
}
.serviceSliderWrapM .slide .slideContent h1 {
  font-size: 3.588vw;
  font-family: "NotoSansKR-Bold", sans-serif;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}

.pB300{padding-bottom:300px;}
.pT50{padding-top:50px !important;}

.container .slick-track {
    margin: 0 !important;
}

.noData{
	font-size:16px !important;
	text-align:center !important;
}

.searchBox a img {
    width: 40px;
}

