/*헤더*/
#hd_mo{display: none;}
.hd_blank{height: 124px;}
#header{width: 100%; position: fixed; top: 0; left: 0; z-index: 800; background: #fff; height: 124px;}
#header:after{content: ""; width: 100%; height: 1px; position: absolute; top: 123px; left: 0; background: #e0e7e8; z-index: 70;}
.header_wr{position: relative; border-left: 1px solid #e0e7e8; border-right: 1px solid #e0e7e8; height: 100%;}
.hd_logo{position: absolute; top: 30px; left: -175px;}

.tnb{padding-right: 50px;}
.hd_lang{float: right;}
.hd_lang li{float: left; margin-left: 20px;}
.hd_lang li.cs_num{display: none;}
.hd_lang li.cs_num span{font-size: 14px; font-weight: 400; line-height: 44px;}
.hd_lang li.cs_num span:nth-child(1){color: #0f0f0f;}
.hd_lang li.cs_num span:nth-child(2){color: #666; padding-left: 7px;}

.hd_lang li:first-child{margin-left: 0;}
.hd_lang li a{font-size: 14px; font-weight: 300; color: #666; line-height: 44px;}
.hd_lang li.on a{font-weight: 400; color: #f95c2c;}

.gnb{border-top: 1px solid #e0e7e8; padding-right: 100px;}
.gnb > ul{float: right; font-size: 16px; text-align: left; margin: 0 -50px;}
.gnb > ul > li{float: left;}
.gnb > ul > li > a{
	display: block;
	padding: 0 50px;
	font-size: 16px;
	font-weight: 400;
	color: #0f0f0f;
	line-height: 78px;
	text-align: center;
	position: relative;
    -webkit-transition: all 0.2s ease;
  	-o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.gnb a.dep1:before{
    content: "";
    width: 60px;
    height: 0px;
    background: #f95c2c;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.gnb a.dep1:after{
    content: "";
    width: 60px;
    height: 0px;
    background: #f95c2c;
    display: block;
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-right: -30px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


.pc_hd_r_box{position: absolute; top: 0; right: -320px; width: 320px;}
.pc_hd_r_top{padding-left: 36px;}
.pc_hd_r_top span{font-size: 14px; font-weight: 300; line-height: 44px;}
.pc_hd_r_top span:nth-child(1){color: #0f0f0f;}
.pc_hd_r_top span:nth-child(2){color: #666; padding-left: 7px;}
.pc_hd_r_bot{border-top: 1px solid #e0e7e8;}
.pc_hd_r_bot ul{}
.pc_hd_r_bot ul li{float: left; width: 50%; height: 78px; line-height: 78px; text-align: center;}
.pc_hd_r_bot ul li a{font-size: 16px; font-weight: 300; color: #f95b2a;}
.pc_hd_r_bot ul li img{margin-right: 10px;}
.hd_inquiry_btn{}
.hd_catalog_btn{border-left: 1px solid #e0e7e8;}


/*서브메뉴*/
.menu_bg{
    background: #fff;
    position: absolute;
    top: 124px;
    left: -1px;
    display: block;
    width: -webkit-calc(100% + 2px);
    width: -moz-calc(100% + 2px);
    width: calc(100% + 2px);
    height: 0px;
    z-index: 50;
    box-sizing: border-box;
    border-left: 1px solid #e0e7e8;
    border-right: 1px solid #e0e7e8;
	overflow: hidden;
}
.menu_bg2{
    width: 320px;
    height: 0px;
    display: block;
    position: absolute;
    right: -320px;
    top: 124px;
    background: #fff;
    z-index: 20;
    border-right: 1px solid #e0e7e8;
}


.act_border{
    border-bottom: 1px solid #e0e7e8;
}

.act_color{
    color: #f95b2a;
}

a.dep1.act_bar:before,
a.dep1.act_bar:after{
    height: 2px;
}

.sub_menu{
	display: none;
    position: relative;
    z-index: 60;
    margin-top: 15px;
    height: 280px;
    overflow: hidden;
}
.sub_menu li{

}
.sub_menu li a{
    display: block;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 300;
/*    color: #666;*/
    color: #0f0f0f;
    -webkit-transition: all 0.2s ease;
  	-o-transition: all 0.2s ease;
  	transition: all 0.2s ease;
}

.sub_menu li a:hover{
    color: #f95b2a;
}
.pc_hd_r_box{
    border-right: 1px solid #e0e7e8;
    box-sizing: border-box;
}

/*모바일 메뉴*/
.body_ofh{
    overflow: hidden;

}

.hd_mo_bg{
    width: 50%;
    height: 100vh;
    background: #fff;
    padding: 30px 0;
    border: 1px solid #e0e7e8;
    box-sizing: border-box;
    border-top: none;
    position: fixed;
    overflow-y: scroll;
    z-index: 999;
    right: 0;
    text-align: center;
}
.hd_mo_wr > ul > li{
    padding-bottom: 20px;
}
.hd_mo_wr > ul > li > a{
    padding: 10px 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #0f0f0f;
    border-bottom: 3px solid transparent;
}
.sub_menu_mo{
    display: none;
}
.sub_menu_mo li a{
    display: inline-block;
    padding: 5px;
    color: #666;
}
.sub_menu_mo li a:first-child{
    padding-top: 10px;
}
.hd_mo_wr > ul > li:active > a{
    border-color: #f95b2a;
}
.sub_menu_mo li a:active a:before{
    display: block;
}
.sub_menu_mo li a:active{
    color: #f95b2a;
}

.btn_mo{
    width: 30px;
    height: 80px;
    float: right;
    display: none;
}
.btn_mo button{
    width: 30px;
    height: 40px;
    display: block;
    margin-top: 15px;
}
.btn_mo button span{
    width: 100%;
    height: 3px;
    background: #0f0f0f;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn_line_1{
    margin-top: 10px;
}
.btn_line_2.mo_active{
    opacity: 0;
}
.btn_line_1.mo_active{
    transform: rotate(45deg);
    background: #f95b2a;
}
.btn_line_3.mo_active{
    transform: rotate(-45deg);
    margin-top: -16px;
    background: #f95b2a;
}
/*.sub_menu_mo li a{
    position: relative;
}
.sub_menu_mo li a:before{
    content: "";
    display: block;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    background: #f95b2a;
    position: absolute;
    top: 18px;
    left: -6px;
}*/


/*메인*/
.main_ar_lt{display: inline-block; width: 50%; vertical-align: top;}
.main_ar_rt{display: inline-block; width: 50%; vertical-align: top;}

.main_ar01 .main_ar_lt{padding: 50px 0 0 50px; }
.main_ar01 .main_ar_rt{padding: 55px 0 40px 50px; border-left: 1px solid #e0e7e8;}
.main_txt01{line-height: 1.5;}
.main_txt01 span{display: block; font-size: 30px; font-weight: 300; color: #0f0f0f;}
.main_txt01 span:nth-child(2){color: #f95b2a;}
.main_txt02{font-size: 16px; font-weight: 400; color: #0f0f0f; line-height: 1.5;}
.link_btn{font-size: 16px; font-weight: 500; color: #f95b2a;}
.link_btn img{margin: -2px 0 0 17px;}
.main_link_btn01{display: block; margin-top: 20px;}

.main_vs{position: relative;}
.main_vs_slide{height: 631px;}
.main_vs_slide01{background: url(/source/img/main_vs01.jpg) no-repeat center/cover;}
.main_vs_slide02{background: url(/source/img/main_vs02.jpg) no-repeat center/cover;}
/*.main_vs_slide03{background: url(/source/img/main_vs03.jpg) no-repeat center/cover;}*/
.main_vs_slider .slick-dots{display: none !important;}
.main_vs_dot{position: absolute; bottom: 0; left: 0; width: 100%;}
.main_vs_dot ul{width: 1280px; /*max-width: 1280px;*/ max-width: 100%; margin: 0 auto;}
.main_vs_dot ul li{
	display: inline-block;
	width: 50%;
	background: #fff;
	font-size: 16px;
	font-weight: 500;
	color: #0f0f0f;
	text-align: center;
	line-height: 60px;
    border: 1px solid #e0e7e8;
    box-sizing: border-box;
	vertical-align: bottom;
	cursor: pointer;
    position: relative;
}
.main_vs_dot ul li:nth-child(2){
   border-left: none;
    border-right: none;
}
.main_vs_dot ul li:last-child{
    border-right: none;
}
.main_vs_dot ul li span{
    padding-right: 35px;
    color: #787878;
    position: absolute;
    left: 50px;
    opacity: 0.5;
}
.main_vs_dot ul li.active{
	background: #f95b2a;
	color: #fff;
	line-height: 78px;
    border-color: #f95b2a;
	/*box-shadow:
    2px 0 0 0 #f95b2a,
    0 2px 0 0 #f95b2a,
    2px 2px 0 0 #f95b2a,
    2px 0 0 0 #f95b2a inset,
    0 2px 0 0 #f95b2a inset;*/
}
.main_vs_dot ul li.active span{padding-right: 35px; color: #fdd7cf;}


.main_vs_slide01 .main_vi_txt_wr{
    display: inline-block;
    text-align: left;
    position: absolute;
    left: 50%;
    top: 150px;
    padding: 0 40px;
}
.main_vs_slide01 .main_vi_txt_wr .p1{
    font-size: 80px;
    font-weight: 700;
    color: #fff;
}
.main_vs_slide01 .main_vi_txt_wr .p2{
    font-size: 80px;
    font-weight: 100;
    color: #fff;
    padding-bottom: 20px;
}
.main_vs_slide01 .main_vi_txt_wr .p3{
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    line-height: 1.5;
}

.main_vs_slide02 .main_vi_txt_wr{padding-top: 150px;}
.main_vs_slide02 .main_vi_txt_wr .p1{
    font-weight: 700;
    color: #fff;
    font-size: 80px;
    line-height: 1;
}
.main_vs_slide02 .main_vi_txt_wr .p2{
    font-size: 80px;
    font-weight: 100;
    color: #fff;
    padding-bottom: 30px;
    line-height: 1;
}
.main_vs_slide02 .main_vi_txt_wr .p3{
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}


/*footer*/
#ft{
    clear: both;
    border-top: 1px solid #e0e7e8;
    box-sizing: border-box;
}
.ft_wr{
    border-left: 1px solid #e0e7e8;
    border-right: 1px solid #e0e7e8;
    font-size: 0;
    box-sizing: border-box;
    position: relative;
}
.ft_left,
.ft_right{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.ft_left{
    border-right: 1px solid #e0e7e8;
    box-sizing: border-box;
}
.ft_left p{
    font-size: 14px;
    font-weight: 300;
    color: #b4aeac;
    line-height: 1.5;
    text-align: left;
}
.info_l,
.info_r{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 45px 0 35px 50px;
}

.ft_right{
    text-align: left;
    padding: 55px 0 0 50px;
}
.copy_t a{
    font-size: 14px;
    font-weight: 300;
    color: #666;
    display: block;
    margin-bottom: 32px;
}
.copy_b p{
    font-size: 14px;
    font-weight: 300;
    color: #b4aeac;
}

.btn_top{
    position: absolute;
    right: 0;
    bottom: 56px;
}
.btn_top button{
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 40px;
    background: #f95b2a;
    border: none;
}




/*button 초기화*/
button{
    border:none;
    background: transparent;
    cursor: pointer;
}


/*index 메인 라인*/
.main_ar_wr{
    border-left: 1px solid #e0e7e8;
    border-right: 1px solid #e0e7e8;
    border-bottom: 1px solid #e0e7e8;
    box-sizing: border-box;
    font-size: 0;
}

/*우리의 제품은 산업 전반에*/
.main_ar03{
    height: 470px;
}
.main_ar03 .main_ar_lt,
.main_ar03 .main_ar_rt{
    width: 50%;
    display: inline-block;
    height: 470px;
}
.main_ar03 .main_ar_lt{
    text-align: center;
    border-right: 1px solid #e0e7e8;
    box-sizing: border-box;
    position: relative;
}
.main_ar03 .main_ar_lt:before{
    content: "";
    position: absolute;
    right: -20px;
    top: 120px;
    width: 41px;
    height: 3px;
    background: #f95b2a;
    display: block;
}


.main_cvs_slide{
    width: 100%;
    height: 470px;
}
.main_cvs_slide01{
    background: url(/source/img/main_img01.png) no-repeat center center;
}
.main_cvs_slide02{
    background: url(/source/img/main_img02.png) no-repeat center center;
}
.main_cvs_slide03{
    background: url(/source/img/main_img06.png) no-repeat center center;
}

.main_ar03 .main_ar_rt .main_con_wr{
    padding: 100px 0 0 50px;
}
.main_ar03 .main_c1_tit{
    margin-bottom: 40px;
}
.main_ar03 .main_c1_tit p.p1{
    font-size: 30px;
    font-weight: 300;
    color: #0f0f0f;
    line-height: 1.5;
}

.main_c1_line{
    position: relative;
    padding-bottom: 30px;
	display: inline-block;
}
.main_c1_line .dot{
	position: relative;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #f95b2a;
    display: inline-block;
    margin-left: 112px;
    background: #fff;
}
/*.main_c1_line .dot:before{content: ""; display: block; width: 112px; height: 1px; background: #c9c9c9; position: absolute; top: 50%; left: 14px; margin-top: -0.5px;}*/
/*.main_c1_line .dot:after{content: ""; display: block; width: 0; height: 1px; background: #f95b2a; position: absolute; top: 50%; left: 14px; margin-top: -0.5px; z-index: 3;}*/
/*
.main_c1_line .dot.dot3:before{display: none;}
.main_c1_line .dot.dot3:after{display: none;}
*/
.main_c1_line .dot > i{display: none; width: 18px; height: 18px; border-radius: 50%; background: #fff; position: absolute; top: 50%; left: 50%; z-index: 1; margin: -9px 0 0 -9px; border: 5px solid #F95B2A;}

/*.main_c1_line .dot.on:after{width: 112px; transition: width 3s linear;}*/
.main_c1_line .dot.on > i{display: block;}

.main_c1_line .dot:first-child{margin-left: 0;}




/*
.main_c1_line .dot:before{
    content: "";
    top: -3px;
    left: -3px;
    display: block;
    position: absolute;
    border: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
.main_c1_line .dot.on:before{border: 5px solid #f95b2a;}


.main_c1_line:before{
    content: "";
    width: 260px;
    height: 1px;
    background: #c9c9c9;
    position: absolute;
    top: 6px;
    left: 0;
    z-index: -2;
}
*/
/*
.main_c1_line:after{
    content: "";
    width: 0;
    height: 1px;
    background: #f95b2a;
    position: absolute;
    top: 6px;
    left: 0;
    z-index: -2;
}
*/

/*

.main_c1_line.on_bar1:after{
    content: "";
    width: 130px;
    height: 1px;
    background: #f95b2a;
    position: absolute;
    top: 6px;
    left: 0;
    z-index: -2;

}
.main_c1_line.on_bar2:after{
    content: "";
    width: 260px;
    height: 1px;
    background: #f95b2a;
    position: absolute;
    top: 6px;
    left: 0;
    z-index: -2;
}
*/

.countdown_wr{
    width: 100%;
    overflow-x: hidden;
    position: relative;
	top: -8px;
	left: 0;
	z-index: -1;
    height: 1px;
}
.countdown{
	width: 150%;
    height: 1px;
	background: #c9c9c9;
}
.inner{
	position: absolute;
	top: 0;
	left: 0;
	background: #f95b2a;
	width: 0%;
	height: 2px;
    z-index: 1;
    display: block;
	-webkit-transition: width 9s linear;
	animation: startTimer 9s linear;
    animation-iteration-count: infinite;
}
@keyframes startTimer {
  from {
    width: 0%;
  }
  to {
    width: 150%;
  }
}


/*
.main_c1_line .dot:after{
    content: "";
    height: 2px;
    background: #f95b2a;
    display: block;
    position: absolute;
    top: 5px;
    left: 13px;
}

.main_c1_line .dot.act:after{width: 120px;}
.main_c1_line .dot2.act:after{width: 240px;}*/

.dot_1{
    width: 0;
}
.dot_2{
    width: 112px;
}
.dot_3{
    width: 250px;
}

.main_c_txt{
    padding-bottom: 30px;
}
.main_c_txt .p1{
    font-size: 20px;
    font-weight: 400;
    color: #0f0f0f;
    padding-bottom: 20px;
}
.main_c_txt .p2{
    font-size: 16px;
    font-weight: 300;
    color: #0f0f0f;
}
.con_sliding .slick-slide{height: auto;}

.main_ar05 .battery_box_wr{height: auto;}


/*메인 버튼 효과*/
.btn_01{
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn_01{
    font-size: 16px;
    font-weight: 400;
    color: #f95b2a;
    display: block;
    padding-bottom: 10px;
	display: inline-block;
}
.btn_01 img{
    margin-left: 17px;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.btn_01:hover{
    border-color: #f95b2a;
}

.btn_01:hover img{
    margin-left: 20px;
}


/*nbr float의 소개와 특성*/
.main_ar04 .main_ar_wr{
    font-size: 0;
}
.main_ar04 .main_ar_l,
.main_ar04 .main_ar_r{
    width: 50%;
    display: inline-block;
    padding: 50px 0 60px 50px;
}
.main_ar04 .main_ar_l .p1{
    font-size: 30px;
    font-weight: 300;
    padding-bottom: 30px;
}
.main_ar04 .main_ar_l .p2{
    font-size: 16px;
    font-weight: 300;
    color: #0f0f0f;
    line-height: 1.5;
}



/*배터리 3개*/
.battery_box_wr{
    font-size: 0;
    height: 100%;
    overflow: hidden;
}
.battery_box{
    width: 33.3333%;
    display: inline-block;
    height: auto;
    height: 400px;
    border-right: 1px solid #e0e7e8;
    box-sizing: border-box;
    overflow: hidden;
    vertical-align: top;
    position: relative;
}
.battery_box:last-child{
    border-right: none;
}
.bat_h_deco{
    font-size: 30px;
    font-weight: 400;
    color: #0f0f0f;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}
.battery_box h5{
    font-size: 16px;
    font-weight: 300;
    color: #666;
}

.box_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.bb1_bg{
    background: url(/source/img/main_img03.png) no-repeat right bottom 30px;
}
.bb2_bg{
    background: url(/source/img/main_img04.png) no-repeat right 30px bottom 30px;
}
.bb3_bg{
    background: url(/source/img/main_img05.png) no-repeat right bottom;
}
.bb_a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 32px 26px;
}
.bb_txt{
    padding: 60px 0 0 25px;
    position: relative;
    overflow: hidden;
}
.bb1 .bb_txt:before{
    content: "01";
    font-size: 120px;
    font-weight: 600;
    position: absolute;
    z-index: 1;
    top: -20px;
    left: -40px;
    color: #f7f7f7;
}
.bb2 .bb_txt:before{
    content: "02";
    font-size: 120px;
    font-weight: 600;
    position: absolute;
    z-index: 1;
    top: -20px;
    left: -40px;
    color: #f7f7f7;
}
.bb3 .bb_txt:before{
    content: "03";
    font-size: 120px;
    font-weight: 600;
    position: absolute;
    z-index: 1;
    top: -20px;
    left: -40px;
    color: #f7f7f7;
}

.bb_txt p{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-top: 140px;
    margin-left: -120px;
    -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.bb_txt p img{
    margin-left: 10px;
    transform: rotate(90deg);
}

.bb1:hover .bb1_bg{
    background: #f95b2a url(/source/img/main_img03_hover.png) no-repeat right bottom 30px;
    -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1); /* IE 9 */
        -o-transform: scale(1.1);
        transform: scale(1.1);
}
.bb2:hover .bb2_bg{
    background: #f95b2a url(/source/img/main_img04_hover.png) no-repeat right 30px bottom 30px;
    -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1); /* IE 9 */
        -o-transform: scale(1.1);
        transform: scale(1.1);
}
.bb3:hover .bb3_bg{
    background: #f95b2a url(/source/img/main_img05_hover.png) no-repeat right bottom;
    -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1); /* IE 9 */
        -o-transform: scale(1.1);
        transform: scale(1.1);
}


.battery_box:hover .bb_txt p{margin-left: 0;}
.battery_box:hover .bb_txt h4,
.battery_box:hover .bb_txt h5{color: #fff;}
.battery_box:hover .bb_txt:before{
    z-index: 1;
    color: rgba(255,255,255,0.2);
}

/*client*/
.main_ar06{
    width: 100%;
    height: 479px;
    background: url(/source/img/main_client.jpg) no-repeat center/cover;
    overflow: hidden;
}
.main_ar06 .main_ar_wr{
    border: none;
    height: 100%;
}
.main06_c{
    width: 50%;
    height: 300px;
    float: right;
    margin-top: 180px;
    background: #fff;
    position: relative;
}
.main06_c:before{
    content: "";
    width: 41px;
    height: 3px;
    display: block;
    position: absolute;
    left: -21px;
    top: 75px;
    background: #f95b2a;
}
.main06_c_wr{
    padding: 60px 0 0 50px;
    position: relative;
}
.main06_c_wr .p1{
    font-size: 30px;
    font-weight: 300;
    color: #0f0f0f;
    padding-bottom: 30px;
}
.main06_c_wr .p2{
    font-size: 16px;
    font-weight: 300;
    color: #0f0f0f;
    padding-bottom: 80px;
}


/*퀵메뉴*/
.quick{
	display: none;
    position: fixed;
    right: 20px;
    bottom: 20%;
    z-index: 999;
}
.quick a{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: block;
    text-align: center;
    box-sizing: border-box;
	padding-top: 10px;
}
.q_btn_inquiry{
    background: #f95b2a;
    margin-bottom: 14px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.quick img{
    display: block;
    margin: 0 auto 5px;
}
.q_btn_catalog{
    background: #fff;
    border: 1px solid #f95b2a;
}
.q_btn_catalog {
    color: #f95b2a;
    font-weight: 400;
    font-size: 14px;
}
/*sub3 공통*/
.sub3 .sub_vs {
    text-indent: -999999px;
    width: 100%;
    height: 289px;
	border-top: 1px solid #e0e7e8;
	border-bottom: 1px solid #e0e7e8;
}
.sub3.sub3_1 .sub_vs{
	background: url(/source/img/sub3_vi.jpg) no-repeat center/cover;
}
.sub3.sub3_2 .sub_vs{
	background: url(/source/img/sub302_vi.jpg) no-repeat center/cover;
}
.sub3.sub3_3 .sub_vs{
	background: url(/source/img/sub303_vi.jpg) no-repeat center/cover;
}
.sub3.sub3_4 .sub_vs{
	background: url(/source/img/sub304_vi.jpg) no-repeat center/cover;
}

/*제품 게시판 공통*/
.bo_fx{
    margin-bottom: 20px;
}

/*메인슬라이드 버튼추가 */
.slick-arrow{display: none !important;}
.vs_controller_wr .slick-arrow{display: block !important;}


.vs_controller_wr{
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translate(-50%);
    width: 1280px;
    max-width: 100%;
}
.vs_controller{
    float: right;
}
.vs_controller > button{
    display: inline-block;
    float: left;
    cursor: pointer;
    margin-left: 25px;
}
.vs_btn{
    width: 12px;
    height: 21px;
    background: url(/source/img/slide_arrow.png) no-repeat center;
}
.vs_btn_next{
    transform: rotate(180deg);
    position: relative;
}
.vs_btn_next:before{
    content: "";
    width: 2px;
    height: 19px;
    display: inline-block;
    background: #8f969e;
    position: absolute;
    left: 23px;
    top: 1px;
}
.vs_btn_stop{
    width: 23px;
    height: 21px;
    background: url(/source/img/slide_stop.png) no-repeat center;
}
.vs_controller > button.vs_btn_stop_act{
    width: 23px;
    height: 21px;
    background: url(/source/img/slide_stop_act.png) no-repeat center;
    display: none;
}

/*sub3_1*/
.sub3_1 .sub_ar06 .sub_con {
    padding: 70px 90px 60px 50px;
    border-right: 1px solid #e0e7e8;
    border-top: 1px solid #e0e7e8;
}
.sub3_1 .sub_ar06 h2 {
    font-size: 24px;
    font-weight: 400;
    color: #0f0f0f;
    padding-bottom: 36px;
}
.sub3_1 .sub_ar06 p{
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 1.7;
}





/* 제품소개 이미지 설정 */
body{
	overflow: auto;
}
.pdt_img img{
	width: 170px;
	height: 170px;
}

.adm_edit{width: 200px; margin: 10px auto;}
.td_chk{left: 10px !important;}
#gall_allchk{padding: 0 !important;}

.pg_wrap{
	padding:  50px 0;
	border-left: 1px solid #e0e7e8;
    border-right: 1px solid #e0e7e8;
}
.all_chk_txt{font-size: 16px;}
.pdt_img{
	-webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;

}

.test_bar{
    clear: both;
    width: 100%;
    height: 5px;
    display: block;
}
.bar01{
    display: block;
    height: 5px;
    background: #ff4800;
    animation-name: act_bar;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@keyframes act_bar{
    from {
    width: 0;
  }

  to {
    width: 100%;
  }
}











