@charset "utf-8";
@import url('reset.css');
@import url('common.css');
@import url('sub.css');
body{overflow:hidden; min-width:320px;}
#wrap{font: 16px/1 'Noto Sans KR', sans-serif; font-weight: 400; letter-spacing: -0.5px; color: #333;}

/* font-family */
@font-face {
  font-family: 'Lucida Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/Lucida_Sans.woff') format('woff'),
     url('/assets/fonts/Lucida_Sans.woff2') format('woff2'),
	   url('/assets/fonts/Lucida_Sans.eot') format('eot');
}
@font-face {
  font-family: 'nirmala UI';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/nirmalaUI.woff') format('woff'),
	   url('/assets/fonts/nirmalaUI.eot') format('eot');
}
@font-face {
  font-family: 'nirmala UI';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/nirmalaUI-Bold.woff') format('woff'),
	   url('/assets/fonts/nirmalaUI-Bold.eot') format('eot');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url('/assets/fonts/NotoSansKR-Thin.woff2') format('woff2'),
	   url('/assets/fonts/NotoSansKR-Thin.woff') format('woff'),
	   url('/assets/fonts/NotoSansKR-Thin.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url('/assets/fonts/NotoSansKR-Light.woff2') format('woff2'),
	   url('/assets/fonts/NotoSansKR-Light.woff') format('woff'),
	   url('/assets/fonts/NotoSansKR-Light.otf') format('opentype');
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 350;
  src: url('/assets/fonts/NotoSans-DemiLight.woff2') format('woff2'),
	   url('/assets/fonts/NotoSans-DemiLight.woff') format('woff'),
	   url('/assets/fonts/NotoSans-DemiLight.otf') format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url('/assets/fonts/NotoSansKR-Regular.woff2') format('woff2'),
		url('/assets/fonts/NotoSansKR-Regular.woff') format('woff'),
		url('/assets/fonts/NotoSansKR-Regular.otf') format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url('/assets/fonts/NotoSansKR-Medium.woff2') format('woff2'),
		url('/assets/fonts/NotoSansKR-Medium.woff') format('woff'),
		url('/assets/fonts/NotoSansKR-Medium.otf') format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url('/assets/fonts/NotoSansKR-Bold.woff2') format('woff2'),
		url('/assets/fonts/NotoSansKR-Bold.woff') format('woff'),
		url('/assets/fonts/NotoSansKR-Bold.otf') format('opentype');
 }
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: url('/assets/fonts/NotoSansKR-Black.woff2') format('woff2'),
		url('/assets/fonts/NotoSansKR-Black.woff') format('woff'),
		url('/assets/fonts/NotoSansKR-Black.otf') format('opentype');
 }
::selection{color:#fff;background-color:#f26522;}
::-moz-selection{color:#fff;background-color:#f26522;}




/* font-size */
.txt88{font-size:88px;line-height:1.2;}
.txt66{font-size:66px;line-height:1.2;}
.txt62{font-size:62px;line-height:1.428;}
.txt56{font-size:56px;line-height:1.428;}
.txt54{font-size:54px;line-height:1.428;}
.txt50{font-size:50px;line-height:130%;}
.txt48{font-size:48px;line-height:130%;}
.txt45{font-size:45px;line-height:1.428;}
.txt44{font-size:44px;line-height:1.428;}
.txt40{font-size:40px;line-height:1.428;}
.txt38{font-size:38px;line-height:130%;}
.txt36{font-size:36px;line-height:1.428;}
.txt34{font-size:34px;line-height:1.428;}
.txt32{font-size:32px;line-height:1.428;}
.txt30{font-size:30px;line-height:180%;}
.txt28{font-size:28px;line-height:1.33;}
.txt26{font-size:26px;line-height:1.33;}
.txt24{font-size:24px;line-height:1.2;}
.txt22{font-size:22px;line-height:1.33;}
.txt21{font-size:21px;line-height:1.33;}
.txt20{font-size:20px;line-height:1.33;}
.txt19{font-size:19px;line-height:1.33;}
.txt18{font-size:18px;}
.txt17{font-size:17px;line-height:1.33;}
.txt16{font-size:16px;line-height:1.33;}
.txt15{font-size:15px;line-height:1.33;}
.txt14{font-size:14px;line-height:1.5;}
.txt13{font-size:13px;line-height:1.5;}
.txt12{font-size:12px;line-height:1.5;}
.txt11{font-size:11px;line-height:1.5;}
.txt10{font-size:10px;line-height:1.5;}
.txt8{font-size:8px;line-height:1.33;}
/* 공통 */
.row {width: 100%; margin:0 auto; position: relative;}
.tly-50{position:absolute;left:0;top:50%;width:100%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);}
.tlx-50{position:absolute;left:50%;top:0;transform:translateX(-50%);-moz-transform:translateX(-50%);-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);}
.tl-50{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);}

article {position: relative;}
.white {color: #fff;}
.black {color: #151515;}
.green {color: #487f67;}
.all_block {display: block;}
.inline_1200 {display: block;}
.inline_768 {display: block;}
.inline_486 {display: block;}

.fwn {font-weight: normal;}
.fwb {font-weight: bold;}
.fw100 {font-weight: 100;}
.fw300 {font-weight: 300;}
.fw400 {font-weight: 400;}
.fw500 {font-weight: 500;}
.fw700 {font-weight: 700;}
.fw800 {font-weight: 800;}
.fw900 {font-weight: 900;}
.wk {-ms-word-break: keep-all;word-break: keep-all;}
.tac {text-align: center;}
.tal {text-align: left;}
.tar {text-align: right;}

.lh1 {line-height: 1;}
.lh13 {line-height: 1.33;}
.lh15 {line-height: 1.5;}
.lh17 {line-height: 1.7;}
.lh2 {line-height: 2;}

.w2000 {max-width: 2000px; margin: 0 auto; position: relative;}
.w1800 {max-width: 1800px; margin: 0 auto; position: relative;}
.w1200 {max-width: 1200px; margin: 0 auto; position: relative;}
.w1000 {max-width: 1000px; margin: 0 auto; position: relative;}

.gotham {font-family: 'Gotham'; letter-spacing: -2px;}
.ff_mix {font-family: Gotham,'Noto Sans KR';}

/* form */

input[type=text],
input[type=password],
select { width: 100%; height: 55px; line-height: 55px; background-color: #fff; border: 1px solid #dfdfe1;  font-size: 15px; color: #666; padding: 0 10px;  -webkit-appearance: none; -webkit-border-radius: 0;}
input::placeholder {color: #999;}
select { -webkit-appearance: none; /* 네이티브 외형 감추기 */ -moz-appearance: none; appearance: none; background: url('../images/common/select_arr.png') no-repeat 97% 50%; /* 화살표 모양의 이미지 */ } /* IE 10, 11의 네이티브 화살표 숨기기 */ 
select::-ms-expand { display: none; }
textarea { background-color: #fff; border: 1px solid #dfdfe1;  font-size: 14px; color: #999; line-height: 1.33; font-size: 14px; padding: 8px;}


/* ani */
.ani_top{position:relative;opacity:0;top:25px;transition:1s;-moz-transition:1s;-webkit-transition:1s;-o-transition:1s;transition-delay:.1s;-moz-transition-delay:.1s;-webkit-transition-delay:.1s;-o-transition-delay:.1s;}
.ani_top.move{opacity:1;top:0;}
.ani_left{position:relative;opacity:0;left:-100px;transition:1s;-moz-transition:1s;-webkit-transition:1s;-o-transition:1s;transition-delay:.1s;-moz-transition-delay:.1s;-webkit-transition-delay:.1s;-o-transition-delay:.1s;}
.ani_left.move{opacity:1;left:0;}
.ani_right{position:relative;opacity:0;right:-100px;transition:1s;-moz-transition:1s;-webkit-transition:1s;-o-transition:1s;transition-delay:.1s;-moz-transition-delay:.1s;-webkit-transition-delay:.1s;-o-transition-delay:.1s;}
.ani_right.move{opacity:1;right:0;}
.trans_d1{transition-delay:0.25s;-moz-transition-delay:0.25s;-webkit-transition-delay:0.25s;-o-transition-delay:0.25s;}
.trans_d2{transition-delay:0.4s;-moz-transition-delay:0.4s;-webkit-transition-delay:0.4s;-o-transition-delay:0.4s;}
.trans_d3{transition-delay:0.6s;-moz-transition-delay:0.6s;-webkit-transition-delay:0.6s;-o-transition-delay:0.6s;}
.trans_d4{transition-delay:0.8s;-moz-transition-delay:0.8s;-webkit-transition-delay:0.8s;-o-transition-delay:0.8s;}
.trans_d5{transition-delay:1s;-moz-transition-delay:1s;-webkit-transition-delay:1s;-o-transition-delay:1s;}
.trans_d6{transition-delay:1.2s;-moz-transition-delay:1.2s;-webkit-transition-delay:1.2s;-o-transition-delay:1.2s;}

/* slide 설정 */
.slick-dots {bottom: 20px;text-align: center;}
.slick-dots li {margin: 0 1px;}
.slick-dots li button:before {font-size: 40px; color: #545454;opacity: 1;}
.slick-dots li.slick-active button:before {  color: #fcd91f;}
.slick-prev:before,
.slick-next:before {display: none; } 

#body_wrap {padding-top: 149px;}
#mv {position: relative;}
#mv .mv_slide {margin-bottom: 0; }
#mv .mv_slide .mv_list .visual {width: 100%; height: 804px; background-repeat: no-repeat; background-position: 50% 50%; background-size:cover;}
#mv .mv_slide .mv_list1 .visual {background-image: url('../images/main/mv1.jpg'); background-color:#000;}
#mv .mv_slide .mv_list2 .visual {background-image: url('../images/main/mv2.jpg');}
#mv .mv_slide .mv_list3 .visual {background-image: url('../images/main/mv3.jpg');}
#mv .slick-prev,
#mv .slick-next {width: 34px; height: 34px; top: auto; left: auto; bottom: 55px; right: 50%; margin-right: -600px; -webkit-transform:translate(0,0); transform:translate(0,0); opacity: .7; z-index: 1;}
#mv .slick-prev {background: url('../images/main/mv_prev.png') 0 0 no-repeat; margin-right: -550px;}
#mv .slick-next {background: url('../images/main/mv_next.png') 0 0 no-repeat;}
#mv .slick-prev:hover,
#mv .slick-next:hover {opacity: 1;}
#mv .mv_txt {position: absolute; bottom: 0; left: 0; z-index: 1;}

.m_tit {font-family: 'Lucida Sans', sans-serif; color: #264923; font-weight: 700; text-align: center; padding-bottom: 30px; margin-bottom: 20px; letter-spacing: 2px; position: relative;}
.m_tit:after {content:''; display: block; width: 1px; height: 20px; background-color: #264923; position: absolute; bottom: 0; left: 50%;}

.m1 {padding: 70px 0;}
.m1 .client_list {text-align: center; padding: 0 80px;}
.m1 .client_list .list {margin: 0 10px; transition:.25s;}
.m1 .client_list .list:hover {color: #264923;}
.m1 .client_list .list img {display: inline;}
.m1 .client_list .slick-prev,
.m1 .client_list .slick-next {width: 17px; height: 33px;}
.m1 .client_list .slick-prev {background: url('../images/main/m1_prev.png') 0 0 no-repeat; left: 30px;}
.m1 .client_list .slick-next {background: url('../images/main/m1_next.png') 0 0 no-repeat; right: 30px;}
.m1 .m1_quick {position: absolute; top: 62%; right: 50%; margin-right: -677px; -webkit-transform:translateY(-50%); transform:translateY(-50%);}
.m1 .m1_quick li {padding: 6px 0;}

.m2 {padding: 70px 0; background: url('../images/main/m2_bg.jpg') 50% 50% no-repeat; background-size:cover; }
.m2 .m_tit {color: #57b28a;}
.m2 ul {display: flex; justify-content:center; font-family: 'nirmala UI';}
.m2 li {width: 285px; margin: 0 10px; padding: 50px 15px; text-align: center; background-color: #fff; color: #42735e; }
.m2 li:nth-child(2) {background-color: #42735e; color: #fff;}
.m2 li h4 {height: 74px; line-height: 1.2; font-weight: 700;}
.m2 li .icon {margin: 15px 0 25px;}
.m2 li h5 {padding-bottom: 15px; margin-bottom: 20px; line-height: 1.2; position: relative;}
.m2 li h5:after {content:''; display: block; width: 110px; height: 2px;  background-color: #42735e; position: absolute; bottom: 0; left: 50%; margin-left: -55px; }
.m2 li:nth-child(2) h5:after {background-color: #fff;}
.m2 li .txt {font-weight: 400;}
.m2 ul + p {margin-top: 30px;}
.m2 .btn_more {display: inline-block; padding: 15px 30px; border-radius:100px; background-color: #497a64; font-size: 14px; letter-spacing: 0; font-weight: 300;  color: #fff; transition:.25s;}
.m2 .btn_more .arr {margin-left: 12px;font-family: 'Lucida Sans', sans-serif;}
.m2 .btn_more:hover {background-color: #264923; box-shadow:0 0 15px rgba(255,255,255,.2)}

@media all and (max-width:2000px){

}
@media all and (max-width:1200px){
	.txt88,
	.txt74{font-size:60px;}
	.txt66,
	.txt62,
	.txt60{font-size:52px;}
	.txt56,
	.txt54{font-size:48px;}
	.txt50{font-size:42px;}
	.txt48{font-size:38px;}
	.txt45,
	.txt44{font-size:36px;}
	.txt40{font-size:32px;}
	.txt36,
	.txt34{font-size:28px;}
	.txt32{font-size:26px;}
	.txt30{font-size:24px;}
	.txt28,
	.txt26{font-size:20px;}
	.txt24,
	.txt22,
	.txt21{font-size:18px;}
	.txt20,
	.txt19{font-size:17px;}
	.txt18,
	.txt17{font-size:16px;}
	.txt16{font-size:15px;}
	.txt15{font-size:14px;}
	.txt14{font-size:13px;}
	.txt12{font-size:11px;}
	.txt11{font-size:10px;}
	
	.inline_1200 {display: inline;}
	.w1200 {padding: 0 15px;}

	#mv .mv_txt {width: 60%;}
	#mv .slick-prev,
	#mv .slick-next {right: 15px; margin-right: 0;}
	#mv .slick-prev {right: 65px;}
}

@media all and (max-width:768px){

	.inline_768 {display: inline;}
	.no_768 {display: none;}
	.block_768 {display: block;}

	.ani_left{left: auto;top:25px;}
	.ani_left.move{left: auto;top:0;}
	.ani_right{right: auto;top: 25px;}
	.ani_right.move{ right: auto;top:0;}
	.ani_top1.move{opacity:1;top:auto; bottom: 40px;}
	.trans_d1,
	.trans_d2,
	.trans_d3,
	.trans_d4,
	.trans_d5,
	.trans_d6{transition-delay:0.2s;-moz-transition-delay:0.2s;-webkit-transition-delay:0.2s;-o-transition-delay:0.2s;}

	#mv .mv_slide .mv_list .visual {height: auto; padding-bottom: 70%;}
	#mv .slick-prev,
	#mv .slick-next {width: 28px; right: 40px; height: 28px; bottom: 10%; background-size:cover !important;}
	#mv .slick-prev {right: 85px;}

	.m1 .client_list {padding: 0 30px;}
	.m1 .client_list .slick-prev {left: 0;}
	.m1 .client_list .slick-next {right: 0;}
	
	.m1 {padding: 70px 0 70px;}

	.m2 ul {flex-wrap:wrap; max-width: 520px; margin: 0 auto -20px;}
	.m2 li {width: 100%; margin: 0 0 20px; padding: 30px 15px 30px 150px; position: relative; text-align: left;}
	.m2 li .icon {position: absolute; top: 50%; left: 25px; margin: 0; transform:translateY(-50%);}
	.m2 li h4 {height: auto; margin-bottom: 15px;}
	.m2 li h5:after {left: 0; margin-left: 0; width: 30px;}
}

@media all and (max-width:486px){
	.txt88,
	.txt74,
	.txt66,
	.txt62,
	.txt60{font-size:33px;}
	.txt56,
	.txt54{font-size:32px;}
	.txt50{font-size:28px;}
	.txt48,
	.txt45,
	.txt44{font-size:26px;}
	.txt40{font-size:24px;}
	.txt38,
	.txt36,
	.txt34{font-size:20px;}
	.txt32,
	.txt30,
	.txt28{font-size:18px;}
	.txt26{font-size:17px;}
	.txt24,
	.txt22,
	.txt21{font-size:16px;}
	.txt20,
	.txt19{font-size:15px;}
	.txt18,
	.txt17,
	.txt16{font-size:14px;}
	.txt15{font-size:13px;}
	.txt14{font-size:12px;}
	.txt12{font-size:10px;}

	.inline_486 {display: inline;}
	.no_486 {display: none;}
	.block_486 {display: block;}
	

	#mv .slick-prev,
	#mv .slick-next {bottom: 7%; right: 50%;}
	#mv .slick-prev {margin-right: 15px;}
	#mv .slick-next {margin-right: -30px;}
	#mv .mv_slide .mv_list1 .visual {background-position: 50% 50%;}
	#mv .mv_slide .mv_list3 .visual {background-position: 40% 50%;}
	#mv .mv_txt {position: static; width: 100%;}

}
