@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap');


/* 스킵 내비게이션  */
#skip {position: relative;}
#skip a {position: absolute; left: 0px; top: -100px; border: 1px solid #fff; color: #fff; background: #333; line-height: 30px; width: 160px; text-align: center;}
#skip a:active,
#skip a:focus {top: 0;}

/* 레이아웃 */
#wrap {/*width: 100%;*/}
#header {/*width: 100%;*/ /*height: 253px;*/ }
#contents {/*width: 100%;*/ /*height:2000px;*/ }
#footer {/*width: 100%; height: 150px; background: #333;*/}

/* 컨텐츠 레이아웃 */
/*#cont-ban {height: 800px; background: #555;}*/

/*#cont-cont1 {width: 100%; height: 1000px; }
#cont-cont2 {width: 100%; height: 800px;  }
#cont-cont3 {width: 100%; height: 1000px;  }
#cont-cont4 {width: 100%; height: 800px;  }
#cont-cont5 {width: 100%; height: 700px;}
#cont-cont6 {width: 100%; height: 900px;  }*/



/* 컨테이너 */
.container {width: 1280px; margin: 0 auto; height: inherit; background: rgba(256,256,256,0);}

/*헤더*/
.header { background-color: #070719; color: #fff; }
.header a{  color: #F3E2A9; }
.header  
.hdt {}
.hdtl {}
.hdtl span { overflow: hidden;}
.hdtl span a {float: left;  padding: 10px 0px 10px 13px; display: inline-block;}
.hdtl span a:hover {color:#0067a3;}

.hdtr {text-align: right;  }
.hdtr span {}
.hdtr span a { padding: 10px 0px 10px 2px; display: inline-block; color:#fff;}
.hdtr span a:hover {color:#0067a3;}

.hdtr_pn {/*font-size: 18px;*/ padding-left:20px;}

.hdm { margin:  5px; }

.hdm .row {display: flex; /*justify-content: center;*/ align-items: center;}
.hdml { }
.hdml .swiper-container { width: 345px; height: 142px;}
.hdml  .first img { width: 345px; height: 142px;}  

.hdmm { margin-left: 250px;}
.hdmm a {}
.hdmm a:hover {}
.hdmm a img { width: 30%;}



.nav {z-index: 10000; border-top: 1px solid rgba(0,0,0,0.3); border-bottom: 1px solid rgba(0,0,0,0.3);}
.nav ul { margin: 25px 20px; font-size: 19px; display: flex ; justify-content: center; /*align-items: center;*/ }
.nav ul li { margin-right:60px;  color:#fff; }


.nav ul li:first-child { margin-left:50px;}
.nav ul li a img { width: 30px; }
.nav ul li a:hover { color:#0067a3; }

.nav .row {  position: relative; }
.nav .mline a { font-size: 18px; position: absolute; left:24px; top:1px; font-weight: 200;}
/*.nav .kakao_pc { position: absolute; right:-100px; top:-7px; width:150px;}*/
.nav .phone_call {display: none;}
.jbFixed {
        position: fixed;
        top: 0px; 
        border-bottom: 1px solid rgba(0,0,0,0.3);
        width:100%;
       background-color: #070719; color: #fff; 

}
.nav .phone_show { display:inline; color: #fff; font-size: 20px;}

.nav .nav_a.nav_sticky { margin-right:30px;  }





/*컨텐츠*/

/*배너*/
.banner {position: relative; background-color: #070719;}
/*.banner .second .swiper-slide .banner_cont {position: relative;}
.banner .second .swiper-slide .banner_cont .banner_img {width: 100%;}
.banner .second .swiper-slide .banner_cont .banner_txt { position: absolute; right:15vw; top: 14vw; }
.banner .second .swiper-slide .banner_cont .banner_txt p {color: #fff;}

.banner .second .swiper-slide .banner_cont .banner_txt h1 {color: #fff; font-weight: bold; font-size:4vw; margin-top: -1.5vw; }
.banner .second .swiper-slide .banner_cont .banner_txt  h1.banner_txthb {margin-left: 8vw;}

.banner .second .swiper-slide .banner_cont .banner_txt p.banner_txtpt {font-size:1.5vw; margin-left: 0.5vw}
.banner .second .swiper-slide .banner_cont .banner_txt p.banner_txtpb {font-size:0.9vw;}*/



/*콘텐츠1*/
.cont_cont1 {}
.cont1_text {padding:  85px; }
.cont1_text h1{  font-size: 50px; font-weight: bold; text-align: center; color: #000; letter-spacing:-3px; }
.cont1_text h2{  font-size: 20px; font-weight: 500; text-align: center; color: #000; letter-spacing:0;}

.cont1_img {text-align: center; overflow: hidden;}
.cont1_img {display:flex; justify-content: center;}
.cont1_img figure { width: 515px;	/*height: 645px;*/	display: inline-block;  }


figure.snip1200 {
		  font-family: 'Raleway', Arial, sans-serif;
		  position: relative;
		  overflow: hidden;
		  margin: 10px;
		  /*min-width: 220px;*/
		  max-width: 515px;
		  /*max-height: 645px;*/
		 /* width: 100%;*/
		  background: #000000;
		  color: #ffffff;
		  text-align: center;
		  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
		  font-size: 30px;
		}
figure.snip1200 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
figure.snip1200 img {
  min-width: 220px;
  max-width: 515px;
  max-height: 645px;
  position: relative;
  opacity: 0.9;
}
figure.snip1200 figcaption {
  position: absolute;
  top: 45%;
  left: 7%;
  right: 7%;
  bottom: 45%;
  border: 1px solid white;
  border-width: 1px 1px 0;
}
figure.snip1200 .heading {
  overflow: hidden;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  position: absolute;
  bottom: 0;
  width: 100%;
}
figure.snip1200 h2 {
  display: table;
  margin: 0 auto;

  padding: 0 10px;
  padding-top: 20px;
  position: relative;
  text-align: center;
  width: auto;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 25px;


}
figure.snip1200 h2 span {
  font-weight: 800;
   text-shadow:6px 2px 2px gray;
}
figure.snip1200 h2:before,
figure.snip1200 h2:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: '';
  background: white;
  top: 50%;
}
figure.snip1200 h2:before {
  left: -1000%;
}
figure.snip1200 h2:after {
  right: -1000%;
}
figure.snip1200 p {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  opacity: 0;
  line-height: 1.6em;
  font-size: 0.9em;
  text-shadow:2px 2px 2px gray;
}
figure.snip1200 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1200:hover img,
figure.snip1200.hover img {
  opacity: 0.25;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip1200:hover figcaption,
figure.snip1200.hover figcaption {
  top: 7%;
  bottom: 7%;
}
figure.snip1200:hover p,
figure.snip1200.hover p {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/*콘텐츠2*/
.cont_cont7 {padding: 150px 0; }
.cont_cont7 a {}
.cont_cont7 a img {max-width: 1280px !important; display: block; margin: 0 auto;}

/*콘텐츠2*/
.cont_cont2 {padding: 0 0 150px 0; }
.cont_cont2 a {}
.cont_cont2 a img {max-width: 1920px !important; display: block; margin: 0 auto;}

/*콘텐츠3*/
.cont_cont3 {}
.cont_cont3 .cont3_text {  }
.cont_cont3 .cont3_text h1 {font-size: 50px; font-weight: bold; text-align: center; color: #000;}
.cont_cont3 .cont3_text h2 {font-size: 20px; font-weight: 500; text-align: center; color: #000;}
.cont_cont3 .cont3_img {padding:85px}
.cont_cont3 .cont3_img ul {text-align: center; display: flex; justify-content: center;}
.cont_cont3 .cont3_img ul li { display: inline-block; overflow: hidden; margin-right: -5px}
.cont_cont3 .cont3_img ul li:hover {	background-color: #000;}
.cont_cont3 .cont3_img ul li img{ width: 280px; overflow: hidden;}
.cont_cont3 .cont3_img ul li img:hover { overflow: hidden;   
	-ms-transform: scale(1.1);
   	-webkit-transform: scale(1.1);
   	transform: scale(1.1);
   
   	opacity:0.3;
 }
 .cont_cont3 .cont3_img .cont3mb  {/*margin-top:  -8px;*/}

/*콘텐츠4*/
/*.cont_cont4 { padding-bottom:100px }
.cont_cont4 .bx-wrapper {-moz-box-shadow:none;
     -webkit-box-shadow: none;
     box-shadow:none;
     border:none;}
.cont_cont4 .bx-wrapper .bx-controls {}
.cont_cont4 .bx-wrapper .bx-controls {}
.cont_cont4 .bx-wrapper .bx-controls .bx-controls-direction {}
.cont_cont4 .bx-wrapper .bx-controls .bx-controls-direction a {}
.cont_cont4 .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {}
.cont_cont4 .bx-wrapper .bx-controls .bx-controls-direction .bx-next {}
.cont_cont4 .bx-wrapper .bx-controls .bx-pager {}
.cont_cont4 .bx-wrapper .bx-controls .bx-pager .bx-pager-item {}


.cont_cont4 .cont4_all > li {}
.cont_cont4 .cont4_all .cont4_img {width:35%;float:left;margin-left: 20%;  }
.cont_cont4 .cont4_all .cont4_img img {width: 760px;height: 580px;  }
.cont_cont4 .cont4_all .cont4_text {width:35%; margin-right:  10%;
    float: left;  padding-top:4%; margin-right:;
    }
.cont_cont4 .cont4_all .cont4_text h2 { font-size: 37px;}
.cont_cont4 .cont4_all .cont4_text h1 { font-size: 45px;}
.cont_cont4 .cont4_all .cont4_text .p1 { font-size: 20px;}
.cont_cont4 .cont4_all .cont4_text .p2 { font-size: 30px;}
.cont_cont4 .cont4_all .cont4_text a {}
*/

/*콘텐츠5*/
.cont_cont5 {width:70%; height: 600px; overflow: hidden;margin: 0px auto; position: relative; margin-top: 85px;}
.cont_cont5 video {width: 100%; }
.cont_cont5 .cont5_text {position: absolute; top: 60%; width: 100%; text-align: center; color: #fff;}
.cont_cont5 .cont5_text h1{margin-top: -5px; text-align: center; font-size: 20px; font-weight: 500;}
.cont_cont5 .cont5_text h2{margin-top: 0px; text-align: center;font-size: 50px; font-weight: bold; text-transform: uppercase;}

/*콘텐츠6*/
.cont_cont6 { position:relative; max-width: 1280px; margin: 0 auto;}
.cont_cont6 .cont6_text {padding: 85px; text-align: center;color: #000;}
.cont_cont6 .cont6_text h1 {font-size: 50px; font-weight: bold; text-transform: uppercase;}
.cont_cont6 .cont6_text h2 { font-size: 20px; font-weight: 500;}

.cont_cont6 .cont6_slider {display: flex; justify-content: center; align-items: center; margin: 0 auto; }
.cont_cont6 .cont6_slider .cont6_slider1 { width: 49%; margin: 5px;border: 2px solid #707070;}
.cn6_all {
  display: flex;  margin: 0 auto; }
.cn6_img { width: 50% ;border-right: 2px solid #707070;}
.cn6_txt {width: 35%; margin:50px 0 0 50px;}
.cn6_txt h1{font-size: 25px;}
.cn6_txt p{font-size: 16px; margin-top: 20px;}
.forth {position: relative; box-shadow: 3px 3px 3px grey;}
.forth .swiper-pagination{ position: absolute; top:270px; left: 90px !important; }
.swiper-pagination-bullet {width: 12px;height: 12px;}


.cont_cont6 .cont6_slider .cont6_slider2 { width:49%; margin: 5px; border: 2px solid #707070;}
.fifth {position: relative; box-shadow: 3px 3px 3px grey;}
.fifth .swiper-pagination{ position: absolute; top:270px; left: 90px !important; }

/*콘텐츠8*/
.cont_cont8 { position:relative; max-width: 1280px; margin: 0 auto;}
.cont_cont8 .map2 {display: flex; justify-content: center;}


/*푸터*/
.footer { display: flex; margin: 150px 0 0 0; height: 120px;background-color: #000; color: #fff;}
.footer .footer_logo { margin: 20px 100px 20px 450px; }
.footer .footer_logo a{}
.footer .footer_logo a img{ width:250px; }


.footer .footer_conts { margin-top: 10px;}
/*.footer .footer_conts .footer_nav {}
.footer .footer_conts .footer_nav ul {text-align: left;}
.footer .footer_conts .footer_nav ul li  {display: inline-block; padding-right: 10px;}
*/

.footer .footer_conts .footer_cont {margin-top: 20px; display: flex;}
.footer .footer_conts .footer_cont p {color:#707070; margin-right:10px; padding-right: 10px; border-right: 1px solid #707070;}
 .footer .footer_conts .footer_cont p.last {border-right: 0;} 

  /*sub0101  젤틱 시작*/

.subWrap {margin: 0 auto;}
.sub0101 {margin: 0 auto;}
.sub0101.step1 {width: 100%;background-color: #000;}
.sub0101 img {max-width: 1920px;display: block; margin: 0 auto; }

.sub0101.step1 .step1_bg {max-width: 1920px; text-align: center; margin: 0 auto;
  /*width: 100%;*/ height: 800px;

  /* 배경이미지는 최소 1920*960으로 제작해야 문제가 안생김 */
  background-image: url(../img/view/sub0101/1_1.png);
  background-repeat: no-repeat; /* 배경이미지X */
  background-size: cover; /* 요소를 비율에 맞게 커버 */
  background-position: center; /* 이미지를 요소의 정가운데로 처리 */
  background-attachment: fixed; /* 스크롤바 움직일때 이미지가 따라다님 */} 

.sub0101.step2 { background-color: #000;text-align: center; margin: 0 auto;padding:85px auto;}
.sub0101.step2 .step2_bg {max-width: 1920px;text-align: center; margin: 0 auto;padding:85px 0;}
.sub0101.step3 {max-width: 1920px;text-align: center; margin: 0 auto;padding-top:85px;}
.sub0101.step4 {max-width: 1920px;text-align: center; margin: 0 auto;padding-top:85px;}
.sub0101.step5 {max-width: 1920px;text-align: center; margin: 0 auto;padding-top:85px;}
.sub0101.step6 {max-width: 1920px;text-align: center; margin: 0 auto;padding-top:85px;}

.sub0101.step7 {margin: 100px auto;text-align: center;}
.sub0101.step7 h1 { font-size: 50px; font-weight: bold; text-transform: uppercase; color: #000;}
.sub0101.step7 h3 { padding-bottom:85px; padding-top:48px; font-size: 36px; font-weight: bold; text-transform: uppercase;}
.sub0101.step7 .sline { margin: 0 auto; width: 80px; height: 50px; border-bottom: 5px solid #e4c08c;}

.sub0102 {}
.sub0102 img { max-width: 1920px;display: block;text-align: center; margin: 0 auto;}
.sub0102.step1 {widows: 100%;background-color: #070719; }
.sub0102.step1 .step1_bg {
  
  max-width: 1920px; text-align: center; margin: 0 auto;
  /*width: 100%;*/ height: 700px;

  /* 배경이미지는 최소 1920*960으로 제작해야 문제가 안생김 */
  background-image: url(../img/view/sub0102/1.jpg);
  background-repeat: no-repeat; /* 배경이미지X */
  background-size: cover; /* 요소를 비율에 맞게 커버 */
  background-position: center; /* 이미지를 요소의 정가운데로 처리 */
  background-attachment: fixed; /* 스크롤바 움직일때 이미지가 따라다님 */
}
.sub0102.step2 {padding-top: 85px;   text-align: center;}
.sub0102.step2 h1{/*padding-bottom:16px;*/ font-size: 50px; font-weight: bold; text-transform: uppercase;}
.sub0102.step2 h2 {font-size: 20px; font-weight: 500;}
.sub0102.step2 .sline { margin: 0 auto; width: 80px; height: 50px; border-bottom: 5px solid #e4c08c;}
.sub0102.step4 { max-width: 1280px;  text-align: center; margin: 0 auto;}
.sub0102.step5 { max-width: 1280px;  text-align: center; margin: 0 auto;}
.sub0102.step5 {padding-top: 85px;   text-align: center;}
.sub0102.step5 h1 {padding-bottom:85px; font-size: 50px; font-weight: bold; text-transform: uppercase;}
.sub0102.step6 {padding-top: 85px;   text-align: center;}
.sub0102.step6 {max-width: 1280px; text-align: center; margin: 0 auto;}

.sub0102.step6 h1 {padding-bottom:85px; font-size: 50px; font-weight: bold; text-transform: uppercase;}
.sub0102.step6 h2 {font-size: 20px; font-weight: 500;}

.sub0102.step7 img {max-width: 1920px;}
.sub0102.step7 {padding-top: 85px;   text-align: center;}
.sub0102.step7 h1 { font-size: 50px; font-weight: bold; text-transform: uppercase;}
.sub0102.step7 h3 { padding-top:85px; font-size: 28px; font-weight: bold; text-transform: uppercase;}
.sub0102.step7 .sline { margin: 0 auto; width: 80px; height: 50px; border-bottom: 5px solid #e4c08c;}
.sub0102.step8 {padding-top: 85px;   text-align: center;}
.sub0102.step8 img {max-width: 1920px;}
.sub0102.step8 h3 {  font-size: 28px; font-weight: bold; text-transform: uppercase;  text-align: center;}
.sub0102.step9 {   text-align: center;}
.sub0102.step9 img {max-width: 1920px;}
.sub0102.step9 h3 {  font-size: 28px; font-weight: bold; text-transform: uppercase;  text-align: center;}
.sub0102.step10 { padding-top: 85px;  text-align: center;}
.sub0102.step10 h1 { font-size: 50px; font-weight: bold; text-transform: uppercase;}
.sub0102.step10 .sline { margin: 0 auto; width: 80px; height: 50px; border-bottom: 5px solid #e4c08c;}
.sub0102.step10 img {max-width: 800px;}
.sub0102.step11 {   padding-top:85px; text-align: center;}
.sub0102.step11 img {max-width: 1920px;}
.sub0102.step11 h1 { font-size: 50px; font-weight: bold; text-transform: uppercase;}
.sub0102.step11 h3 { padding-top:85px; font-size: 28px; font-weight: bold; text-transform: uppercase;}
.sub0102.step11 .sline { margin: 0 auto; width: 80px; height: 50px; border-bottom: 5px solid #e4c08c;}
.sub0102.step11 h4 { margin: 0 auto; max-width: 900px; padding-top:48px; font-size: 28px; font-weight: bold; text-transform: uppercase;}




.sub0103 { text-align: center;}
.sub0103 .step1 {height: 900px;}
.sub0103 img {max-width: 1920px;display: block; margin: 0 auto;}
.sub0103.step1 {widows: 100%;background-color: #070719; }
.sub0103.step1 .step3_bg {
  
  max-width: 1920px; text-align: center; margin: 0 auto;
  /*width: 100%;*/ height: 700px;

  /* 배경이미지는 최소 1920*960으로 제작해야 문제가 안생김 */
  background-image: url(../img/view/sub0103/1_1.png);
  background-repeat: no-repeat; /* 배경이미지X */
  background-size: cover; /* 요소를 비율에 맞게 커버 */
  background-position: center; /* 이미지를 요소의 정가운데로 처리 */
  background-attachment: fixed; /* 스크롤바 움직일때 이미지가 따라다님 */
}

.sub0103.step2 {padding-top: 85px;   text-align: center;}
.sub0103.step2 h1 {font-size: 50px; font-weight: bold; text-transform: uppercase; }
.sub0103.step2 h2 {font-size: 20px; font-weight: 500;}
.sub0103.step2 .sline { margin: 0 auto; width: 80px; height: 50px; border-bottom: 5px solid #e4c08c;}
.txt010301 {padding-top: 28px;font-size: 28px;}
.txt010301 .txt010301_01 {font-size: 36px;color: #FF895A;font-weight: bold;}


.sub0103.step3 {padding-top: 85px;   text-align: center;}
.sub0103.step3 h1 {font-size: 50px; font-weight: bold; text-transform: uppercase; }
.sub0103.step3 h2 {font-size: 20px; font-weight: 500;}
.sub0103.step3 .sline { margin: 0 auto; width: 80px; height: 50px; border-bottom: 5px solid #e4c08c;}
.txt010302 {padding-top: 85px;font-size: 28px;}
.img010301 {padding-top: 36px;}

.sub0103.step4 {padding-top: 85px;   text-align: center;}
.sub0103.step4 h1 {font-size: 50px; font-weight: bold; text-transform: uppercase; }
.sub0103.step4 h2 {font-size: 20px; font-weight: 500;}
.sub0103.step4 .sline { margin: 0 auto; width: 80px; height: 50px; border-bottom: 5px solid #e4c08c;}
.img010302 {padding-top: 85px;}

.sub0103.step6 {padding-top: 85px;   text-align: center;}
.sub0103.step6 img { max-width: 1920px; text-align: center;}

.sub0103.step5 {padding-top: 150px;   text-align: center;}
.sub0103.step5 h1 {font-size: 50px; font-weight: bold; text-transform: uppercase; }
.sub0103.step5 h2 {font-size: 20px; font-weight: 500;}
.sub0103.step5 .sline { margin: 0 auto; width: 80px; height: 50px; border-bottom: 5px solid #e4c08c;}
.img010302 {padding-top: 85px;}



.sub0104 {}
.sub0104 img { max-width: 1920px;display: block; margin: 0 auto;}
.sub0104.step1 {width: 100%;background-color:  #070719; }


/*.sub0104.step8 {margin: 100px auto;text-align: center;}
.sub0104.step8 h1 { font-size: 50px; font-weight: bold; text-transform: uppercase; color: #000;}
.sub0104.step8 h3 { padding-bottom:85px; padding-top:48px; font-size: 28px; font-weight: bold; text-transform: uppercase;}
.sub0104.step8 .sline { margin: 0 auto; width: 80px; height: 50px; border-bottom: 5px solid #e4c08c;}*/



.sub0105 {}
.sub0105 img { max-width: 1920px;display: block; margin: 0 auto;}
.sub0105.step1 {widows: 100%;background-color: #070719; }
.sub0105.step1 .step5_bg {
  
  max-width: 1920px; text-align: center; margin: 0 auto;
  /*width: 100%;*/ height: 700px;

  /* 배경이미지는 최소 1920*960으로 제작해야 문제가 안생김 */
  background-image: url(../img/view/sub0105/1_1.png);
  background-repeat: no-repeat; /* 배경이미지X */
  background-size: cover; /* 요소를 비율에 맞게 커버 */
  background-position: center; /* 이미지를 요소의 정가운데로 처리 */
  background-attachment: fixed; /* 스크롤바 움직일때 이미지가 따라다님 */
}
.sub0105.step2 {margin-top: 100px; auto;text-align: center;}
.sub0105.step2 img { max-width: 1280px;display: block; margin: 0 auto;}

.sub0105.step3 {margin-top: 25px; auto;text-align: center;}
.sub0105.step3 img { max-width: 1920px;display: block; margin: 0 auto;}

.sub0105.step4 {margin-top: 25px; auto;text-align: center;}
.sub0105.step4 img { max-width: 1920px;display: block; margin: 0 auto;}

.sub0105.step5 {margin-top: 25px; auto;text-align: center;}
.sub0105.step5 img { max-width: 1100px;display: block; margin: 0 auto;}

.sub0105.step7 {margin-top: 100px; auto;text-align: center;}
.sub0105.step7 img { max-width: 1100px;display: block; margin: 0 auto;}

.sub0106 {}
.sub0106 img { max-width: 1920px;display: block; margin: 0 auto;}
.sub0106.step2 {margin: 150px auto;text-align: center;}
.sub0106.step2 h1 {font-size: 50px; font-weight: bold; text-transform: uppercase; color:#e52c66;}
.sub0106.step2 h2 {margin-top:100px; font-size: 28px; font-weight: bold; text-transform: uppercase; color:#000;}
.sub0106.step2 p {margin-top:50px; font-size: 20px; font-weight: bold; text-transform: uppercase; color:#707070;}

.sub0106.step2 .boldc {color:#6114b0;}

.sub0106.step3 {margin-top: 100px; auto;text-align: center;}
.sub0106.step3 img { max-width: 1280px;display: block; margin: 0 auto;}

.sub0106.step4 {margin: 100px auto;text-align: center;}
.sub0106.step4 img { max-width: 1280px;display: block; margin: 0 auto;}

.sub0106.step4 h1 { font-size: 50px; font-weight: bold; text-transform: uppercase; color: #000;}
.sub0106.step4 h3 { padding-bottom:85px; padding-top:48px; font-size: 28px; font-weight: bold; text-transform: uppercase;}
.sub0106.step4 .sline { margin: 0 auto; width: 80px; height: 50px; border-bottom: 5px solid #e4c08c;}


.sub0106.step5 {margin: 100px auto;text-align: center;}
.sub0106.step5 img { max-width: 1280px;display: block; margin: 0 auto;}

.sub0106.step5 h1 { font-size: 50px; font-weight: bold; text-transform: uppercase; color: #000;}
.sub0106.step5 h3 { padding-bottom:85px; padding-top:48px; font-size: 28px; font-weight: bold; text-transform: uppercase;}
.sub0106.step5 .sline { margin: 0 auto; width: 80px; height: 50px; border-bottom: 5px solid #e4c08c;}


  /*sub0105 의 탭 메뉴 영역*/

.work-section {
    margin: 100px auto;
    position: relative;
    z-index: 10;
/*    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);*/
}

.work-section .section-header {
    /*background: url(../img/bg-noise.png);*/
    line-height: 50px;
    text-transform: uppercase;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 10;
}

.work-section .section-header > .inner {
    margin: auto;
    width: 1280px;
}
.work-section h2 {
    text-align: right;
    margin-right: 30px;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1px;
}


.work-section .tabs-nav {
    margin-top:10px;

    border-left: 1px solid rgb(218, 218, 218);
    float: left;
    letter-spacing: 1px;
    -webkit-box-shadow: inset 1px 0 rgb(255, 255, 255);
            box-shadow: inset 1px 0 rgb(255, 255, 255);
}
.work-section .tabs-nav li {
    /*border-bottom: 1px solid rgb(24, 24, 24);*/
    border-right: 1px solid rgb(218, 218, 218);
    float: left;
    width:132px;
    position: relative;
    -webkit-box-shadow: 1px 0 rgb(255, 255, 255);
            box-shadow: 1px 0 rgb(255, 255, 255);
}

.work-section .tabs-nav li:nth-child(1) {
  width:200px;
  font-size: 20px;
}
.work-section .tabs-nav a {
    text-align: center;
    display: block;
    padding: 0 1.36em;
    position: relative;
}
.work-section .tabs-nav a:hover,
.work-section .tabs-nav a.active {
    background-color: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
}

/*.work-section .section-body {
    display: none;
}*/


.slideshow {
  position: relative;
  z-index: 1;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.slideshow * {
  outline: none;
}
.slideshow .slider {
  box-shadow: 0 20px 50px -25px black;
}
.slideshow .slider-track {
  -webkit-transition: all 5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 5s cubic-bezier(0.7, 0, 0.3, 1);
}
.slideshow .item {
  height: 100%;
  position: relative;
  z-index: 1;
}
.slideshow .item img {
  width: 100%;
  -webkit-transition: all 5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 5s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.slideshow .item.slick-active img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: cssAnimation 5s 1 ease-in-out forwards;
  animation: cssAnimation 5s 1 ease-in-out forwards;
}
.item_con1 {
  position: absolute;
  top:400px;
  left: 400px;
  /*color:#fff;*/
  font-size: 50px;
}
.item_con2 {
  position: absolute;
  top:400px;
  right: 400px;
  /*color:#fff;*/
  font-size: 50px;

}
.item_con3 {
  position: absolute;
  top:400px;
  left: 400px;
  /*color:#fff;*/
  font-size: 50px;

}

@keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.3) translate(0px);
  }
}
@-webkit-keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.3) translate(0px);
  }
}


/*폰트 색상주기*/
.tc1 {color: #F3E2A9 !important;} /*연한 골드*/

/*배경 색상주기*/

.bc1 {background-color: #070719 !important;} /*진한 남색*/