/*-----sub 공통*/
.right_side_wr{width: 640px; max-width: 100%; height: 100%; border-right: 1px solid #e0e7e8;}

/*-----sub1_1 회사소개*/
.sub_ar_wr{
    border-left: 1px solid #e0e7e8;
    border-right: 1px solid #e0e7e8;
    box-sizing: border-box;
}
.sub_ar_tit{
    width: 50%;
    padding: 30px 50px 30px;
    box-sizing: border-box;
    border-right: 1px solid #e0e7e8;
}
.sub_txt{
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 14px;
}
.tit_line{
    position: relative;
    color: #999;
    padding-left: 25px;
}
.tit_line:before{
    content: "";
    position: absolute;
    height: 1px;
    width: 15px;
    background: #999;
    display: block;
    top: 50%;
    left: 0;
    margin: 0 5px;
}
.sub_tit{
    font-size: 30px;
    font-weight: 300;
    color: #f95e2e;
}

.sub1 .sub_vs{
    text-indent: -999999px;
    width: 100%;
    height: 289px;  /*389*/
    background: url(/source/img/sub101_vi.jpg) no-repeat center/cover;
}

.sub_con{
    border-left: 1px solid #e0e7e8;
    border-right: 1px solid #e0e7e8;
}
.sub101_con{
    padding: 40px 48px 110px;
}
.sub101_con p{
	line-height: 1.7 !important;
}
.sub_con_tit{
    font-size: 24px;
    font-weight: 400;
    color: #0f0f0f;
    margin-bottom: 30px;
}
.sub_c_txt{
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 1.5;
}
.sub1_1 .sub_c_txt{
    margin-bottom: 30px;
}
.enter{
    display: block;
}
.sub_c_txt05{
	font-weight: 400;
	color: #0f0f0f;
	position: relative;
	float: right;
	padding-right: 80px;
}
.sub_c_txt05 img{
	width: 100px;
	position: absolute;
	z-index: -1;
	left: 120px;
	top: -20px;
}




/*sub1_2 기업이념*/
.sub102_con{
    padding: 0 48px 100px;
}
.sub1_2 .sub_con_txt{
    padding-top: 70px;
}
.sub1_2 .sub_ar03 .sub_con .sub_c_txt b{
    color: #0f0f0f;
    font-weight: 300;
}
.sub_con_graphic{
    margin-bottom: 30px;
}
.value_wr{
    display: block;
    font-size: 0;
}
.value_c{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    margin-left: -30px;
    text-align: center;
    vertical-align: top;
}
.value_c h3,
.value_c p{
    position: relative;
    z-index: 1;
}
.value_c:first-child{
    margin-left: 0;
}
.value_c:before{
    content: "";
    width: 260px;
    height: 260px;
    border-radius: 50%;
    border: 2px dashed #eaeaea;
    display: block;
    position: absolute;
    top: -5px;
    left: -5px;
}
.value_c:after{
    content: "";
    width: 1px;
    height: 10px;
    background: #f95b2a;
    display: block;
    position: absolute;
    top: 80px;
    left: 50%;
    transform:translateX(-50%);
    transform: rotate(45deg);
}
.value_c .inner_wr{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.value_c h3{
    font-size: 20px;
    font-weight: 400;
    color: #0f0f0f;
    display: table-cell;
    vertical-align: middle;
}
.value_c:nth-child(3) h3{
    display: block;
    padding-top: 110px;
}
.value_c:nth-child(3) p{
    font-size: 16px;
    padding-top: 10px;
    font-weight: 400;

}
.v_c_1{
   background: rgba(217,234,255,0.5);
}
.v_c_2{
   background: rgba(238,238,238,0.5);
}


/*sub1_3 회사연혁*/
.sub1_3 .sub_con{
    padding: 70px 0 0;
}
.sub1_3 .sub_con_tit{
    padding: 0 0 10px 35px;
}
.sub_con{
    font-size: 0;
}

.sub_c_right{
	width: 100%;
	height: 100%;
	display: block;
	background: url(/source/img/sub103_img01.png) no-repeat right top/573px auto;
}
.sub_c_right_wr{
	/* width: 670px; */
	width: calc(100% - 573px);
	display: inline-block;
	padding: 0 60px 70px 40px;
}


.his_wr{
    border-bottom: 1px solid #ededed;
    padding: 40px 0 35px;
    font-size: 0;
}

.his_year,
.his_mon{
    display: inline-block;
    vertical-align: top;
}
.his_year{
    width: 60px;
    line-height: 1.7;
}
.his_mon{
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    line-height: 1.7;
}
.his_mon th{
    width: 60px;
    display: inline-block;
    text-align: left;
}
.his_mon td{
    display: inline-block;

    /* 20231030 주석 */
    /* width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    float: right; */
}
.his_year p{
    font-size: 16px;
    font-weight: 500;
    color: #f95b2a;
}
.his_mon th{
    font-size: 16px;
    font-weight: 400;
    color: #999;
    vertical-align: top;
}
.his_mon td{
    color: #666;
    font-weight: 300;
    font-size: 16px;
    /* padding-bottom: 7px; */

    /* 20231030 추가 */
    padding-bottom: 12px;
    line-height: 1.4;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 16px;
    height: 40px;
    border-radius: 30px;
    background: #e4e4e4;
}


/*sub1_5 인사제도*/
.sub105_con{
    box-sizing: border-box;
    overflow: hidden;
}

.sub1_5 .sub_con_txt{
    padding: 50px 70px;
    height: auto;
}
.sub1_5 .sub_c_txt01 b{
    font-weight: 400;
    color: #0f0f0f;
}
.sub1_5 .sub_ar04{border-top: 1px solid #e0e7e8;}
.sub1_5 .sub_ar05 .sub_con{border-left: 1px solid #e0e7e8; border-right: 1px solid #e0e7e8;}
.sub1_5 .sub_ar06{border-top: 1px solid #e0e7e8;}
.specialist{
	display: table;
    box-sizing: border-box;
	border-bottom: 1px solid #e0e7e8;
    height: auto;
	width: 100%;
}
.specialist .spe_left{
    width: 480px;
    display: table-cell;
    padding: 70px 120px 60px;
    border-right: 1px solid #e0e7e8;
    box-sizing: border-box;
    position: relative;
    vertical-align: top;
}
.specialist .spe_left:before{
    content: "";
    width: 41px;
    height: 3px;
    background: #f95b2a;
    position: absolute;
    right: -20px;
    top: 80px;
}
.specialist .spe_left h3{
    font-size: 44px;
    font-weight: 200;
    color: #0f0f0f;
}
.tit_deco{
    position: relative;
}
.tit_deco:before{
    content: "";
    width: 37px;
    height: 47px;
    display: block;
    background: url(/source/img/sub105_icon.png) no-repeat center/contain;
    position: absolute;
    top: 8px;
    left: -57px;
}
.specialist .spe_right{
    /* width: -webkit-calc(100% - 480px);
    width: -moz-calc(100% - 480px);
    width: calc(100% - 480px); */
    display: table-cell;
    padding: 0 60px 0;
    vertical-align: middle;
}
.sub105_con .p1{
	padding: 30px 50px 0;
    font-size: 24px;
    font-weight: 400;
    color: #0f0f0f;
}
.spe_right p{
    font-size: 18px;
    font-weight: 300;
    color: #0f0f0f;
    line-height: 1.5;
}
.spe_right p b{
    font-weight: 400;
}
.point_color{
    color: #f95b2a;
}

.person_box_wr{
    font-size: 0;
    padding-top: 60px;
    height: auto;
}
.person_box{
    width: -webkit-calc(33.3333% - 80px);
    width: -moz-calc(33.3333% - 80px);
    width: calc(33.3333% - 80px);
    overflow: hidden;
    margin: 0 30px 0 50px;
    padding: 60px 20px 70px;
    display: inline-block;
    vertical-align: top;
}

.person_box h4{
    font-size: 24px;
    font-weight: 400;
    color: #0f0f0f;
    margin-bottom: 15px;
    position: relative;
}
.person_box h4.per_h_deco1:before{
    content: "01";
    position: absolute;
    top: -80px;
    left: -50px;
    font-size: 100px;
    color: #f7f7f7;
    font-weight: 600;
    z-index: -1;
    letter-spacing: 3px;
}
.person_box h4.per_h_deco2:before{
    content: "02";
    position: absolute;
    top: -80px;
    left: -50px;
    font-size: 100px;
    color: #f7f7f7;
    font-weight: 600;
    z-index: -1;
    letter-spacing: 3px;
}
.person_box h4.per_h_deco3:before{
    content: "03";
    position: absolute;
    top: -80px;
    left: -50px;
    font-size: 100px;
    color: #f7f7f7;
    font-weight: 600;
    z-index: -1;
    letter-spacing: 3px;
}
.person_box h5{
    font-size: 16px;
    font-weight: 200;
    color: #666;
    margin-bottom: 43px;
}
.person_box p{
    font-size: 18px;
    font-weight: 300;
    color: #0f0f0f;
    line-height: 1.5;
}
.person_box p b{
    font-weight: 400;
}

.welfare{
    padding: 70px 0 50px;
    height: auto;
    font-size: 0;
}
.welfare_tit{
    width: 300px;
    padding-left: 50px;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}
.welfare_tit h4{
    font-size: 24px;
    font-weight: 400;
    color: #0f0f0f;
}
.welfare_box_wr{
    width: -webcit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
    display: inline-block;
}
.welfare_box{
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 50px;
	padding-right: 10px;
}
.welfare_box:nth-child(n+5){
    padding-bottom: 0;
}
.welfare_box span{
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
}
.welfare_box p{
    font-size: 16px;
    font-weight: 400;
    color: #0f0f0f;
}



/*sub2_1 응용분야*/
.sub_c_img{
    width: 100%;
    height: 470px;
}
.sub_ar02 .sub_c_img{
    background: url(/source/img/sub201_img1.jpg) no-repeat center/cover;
}
.sub_ar03 .sub_c_img{
    background: url(/source/img/sub201_img2.jpg) no-repeat center/cover;
}
.sub_ar04 .sub_c_img{
    background: url(/source/img/sub201_img3.jpg) no-repeat center/cover;
}

.lay_right,
.lay_left{
    border-top: 1px solid #e0e7e8;
    box-sizing: border-box;
	position: relative;
}

.lay_right .sub_con{
    float: right;
    width: 50%;
    height: 470px;
    display: inline-block;
}
.lay_left .sub_con{
    float: left;
    width: 50%;
    height: 470px;
    display: inline-block;
}

.lay_right .sub_c_img{
    float: left;
    width: 50%;
    display: inline-block;
}
.lay_left .sub_c_img{
    float: right;
    width: 50%;
    display: inline-block;
}

.lay_right .sub_con_wr{
    max-width: 100%;
    width: 639px;
    border-right: 1px solid #e0e7e8;
    box-sizing: border-box;
    float: left;
}
.lay_left .sub_con_wr{
    max-width: 100%;
    width: 639px;
    border-left: 1px solid #e0e7e8;
    box-sizing: border-box;
    float: right;
}


.sub_c_t{
    padding: 35px 0 30px 80px;
    position: relative;
}
.sub_c_t:before{
    content: "";
    width: 41px;
    height: 3px;
    position: absolute;
    top: 53px;
    left: -20px;
    background: #f95b2a;
}
.sub_c_b{
    padding: 43px 0 30px 80px;
    border-top: 1px solid #e0e7e8;
    box-sizing: border-box;
}
.sub2_1 .sub_c_t_txt{
    margin-bottom: 30px;
}
.sub2_1 .sub_c_t_wr h2{
    font-size: 24px;
    font-weight: 400;
    color: #0f0f0f;
    margin-bottom: 38px;
}
.sub2_1 .sub_c_t_txt .p1{
    font-size: 16px;
    font-weight: 400;
    color: #0f0f0f;
    line-height: 1.5;
}
.sub2_1 .sub_c_t_txt .p2{
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 1.5;
}


/*sub4 비주얼*/
.sub4 .sub_vs{
    text-indent: -999999px;
    width: 100%;
    height: 289px;
    background: url(/source/img/sub4_vi.jpg) no-repeat center/cover;
}


/*sub4_3 qms*/
.sub403_c{
    border-left: 1px solid #e0e7e8;
    border-right: 1px solid #e0e7e8;
    box-sizing: border-box;
    font-size: 0;
}
.sub403_c_wr_half{
    padding: 70px 0 0 50px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.sub403_c_wr_left{
    border-right: 1px solid #e0e7e8;
    box-sizing: border-box;
}
.sub403_c_wr_half ul{
    padding: 50px 0 100px;
}
.sub403_c_wr_half ul li{
    display: inline-block;
    width: 50%;
}
.sub403_c_wr_half ul li:nth-child(n+3) {
    margin-top: 50px;
}
.sub403_c_wr_half ul li img{
	border: 1px solid #e0e7e8;
	box-sizing: border-box;
    width: 207px;
}
.sub403_c h2{
    font-size: 24px;
    font-weight: 400;
    color: #0f0f0f;
}
.sub403_c ul li p{
    font-size: 16px;
    padding-left: 20px;
    color: #0f0f0f;
    font-weight: 400;
    padding-top: 25px;
}




/*sub5_1 제품문의*/
.sub5_1{
    font-size: 0;
}
.sub_ar03_wr{
    border-left: 1px solid #e0e7e8;
    border-right: 1px solid #e0e7e8;
    box-sizing: border-box;
}
.sub5_1 .sub_ar03 .sub_c_3_1{
    width: 490px;
    height: 100%;
    display: inline-block;
    padding: 70px 0 70px 48px;
    vertical-align: top;
}
.sub5_1 .sub_ar03 .sub_c_3_2{
    width: -webkit-calc(100% - 490px);
    width: -moz-calc(100% - 490px);
    width: calc(100% - 490px);
    display: inline-block;
    padding: 140px 30px 140px 62px;
    font-size: 0;
    vertical-align: top;
    border-left: 1px solid #e0e7e8;
    box-sizing: border-box;
}
.sub_ar03_wr .h_wr{
    margin-bottom: 70px;
}
.sub_ar03_wr h2{
    font-size: 44px;
    font-weight: 200;
    color: #0f0f0f;
    margin-bottom: 36px;
}
.sub_ar03_wr .p1{
    font-size: 16px;
    font-weight: 400;
    color: #0f0f0f;
    padding-bottom: 10px;
}
.sub_ar03_wr .p2{
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 1.5;
}
.sub_ar03_wr .p_wr{
    margin-bottom: 40px;
}
.sub_ar03_wr .p_wr:last-child{
    margin-bottom: 0;
}

.sub_c_3_2 .select select{
    font-size: 16px;
    font-weight: 400;
    color: #0f0f0f;
}
.sub_c_3_2 .select option{
    font-size: 16px;
    font-weight: 400;
    color: #0f0f0f;
}
.sub_c_3_2 select,
.sub_c_3_2 input{
    height: 48px;
    padding: 0 5px;
}
.sub_c_3_2 select{
    width: 330px;
    border: none;
    border-bottom: 1px solid #d6d7d9;
    margin-bottom: 40px;
}
.sub_c_3_2 input{
    border: 1px solid #e6e6e6;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    color: #666;
}
.box_half{
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px;
}
.box_half:nth-child(2n-1){
    margin-right: 0;
}
.box_half label{
    margin-bottom: 13px;
    display: block;
    font-size: 16px;
    color: #0f0f0f;
    font-weight: 400;
}

.inquiry_txt label{
    font-size: 16px;
    font-weight: 400;
    color: #0f0f0f;
    display: block;
    margin-bottom: 13px;
}
.inquiry_txt textarea{
    width: 100%;
    height: 178px;
    border: 1px solid #e6e6e6;
    margin-bottom: 12px;
    font-size: 16px;
    color: #666;
    padding: 5px;
}

.agree{
    margin-bottom: 63px;
}
.agree label{
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.agree label:before{
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 17px;
    height: 17px;
    display: inline-block;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}
.agree label:after{
    content: "";
    position: absolute;
    top: 3px;
    left: 2px;
    width: 13px;
    height: 13px;
    display: none;
    border-radius: 3px;
    background: #f95b2a;
}
.agree label p{
    font-size: 14px;
    font-weight: 300;
    color: #333;
    padding-bottom: 1px;
	text-decoration: underline;
    display: inline-block;
   margin-left: 25px;
}
.agree input{
    display: none;
}
.agree input[type="checkbox"]:checked + label:after{
    display: block;
}

.agree_view{
	font-size: 14px;
	color: #f95b2a;
	border: 1px solid #f95b2a;
	padding: 3px 5px;
	margin-left: 10px;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.agree_view:hover{
	color: #fff;
	background: #f95b2a;
}




.star{
    color: #f00;
    font-weight: 400;
}

.btn_send .btn_03{
    width: 176px;
    height: 54px;
    background: #f95b2a;
    border: 1px solid transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: block;
}
.btn_send .btn_03:hover{
    background: #fff;
    color: #f95b2a;
    border-color: #f95b2a;
}

/*sub5_3 오시는길*/
.sub5 .sub_vs{
    text-indent: -999999px;
    width: 100%;
    height: 289px;
    background: url(/source/img/sub503_vs01.jpg) no-repeat center/cover;
}
.sub_ar03 .sub503_c{
    font-size: 0;
    border-left: 1px solid #e0e7e8;
    border-right: 1px solid #e0e7e8;
    box-sizing: border-box;
	display: table;
}

.sub_ar03 .sub503_c_wr{
    width: 33.3333%;
	display: table-cell;
    padding: 50px 20px 40px 50px;
    box-sizing: border-box;
    vertical-align: top;
    border-right: 1px solid #e0e7e8;
}
.sub_ar03 .sub503_c_wr:last-child{
    border-right: none;
}
.sub_ar03 .sub503_c_wr h2{
    font-size: 18px;
    font-weight: 500;
    color: #0f0f0f;
    margin-bottom: 10px;
}
.sub_ar03 .sub503_c_wr p{
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 1.7;
}
.map_wr{height: 558px; border: 1px solid #e0e7e8; border-bottom: none;}


/*sub4_1 - 신뢰성실험*/
.sub_401_c{
    border-left: 1px solid #e0e7e8;
    border-right: 1px solid #e0e7e8;
}
.sub4_1 h2{
    font-size: 24px;
    font-weight: 400;
    color: #0f0f0f;
    padding: 70px 50px 30px;
}
.sub_401_img_block ul{
    font-size: 0;
}
.sub_401_img_block li{
    display: inline-block;
    width: 25%;
    /*box-shadow: 1px 0 0 0 #e0e7e8,
        0 1px 0 0 #e0e7e8,
        1px 1px 0 0 #e0e7e8,
        1px 0 0 0 #e0e7e8 inset,
        0 1px 0 0 #e0e7e8 inset;*/
    border-top: 1px solid #e0e7e8;
    border-left: 1px solid #e0e7e8;
    vertical-align: top;
}
.sub_401_img_block li:first-child,
.sub_401_img_block li:nth-child(5){
    border-left: none;
}

.sub_401_img_block li:nth-child(n+5){
    border-bottom: 1px solid #e0e7e8;
}
.sub_401_img_block li p{
    font-size: 18px;
    font-weight: 300;
    color: #0f0f0f;
    text-align: center;
    padding: 20px 0;
}

.sub4_1 .sub_ar04 .sub_401_c{
    border-bottom: 1px solid #e0e7e8;
}
.sub4_1 .sub_ar04 h2{
    padding-top: 100px;
}
.sub4_1 .tbl_01{
    padding: 0 50px 60px;
}
.sub4_1 .tbl_01 table th{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: #f95b2a;
    padding: 20px 0;
    border-left: 1px solid #e0e7e8;
}
.sub4_1 .tbl_01 table th:first-child{
    border-left: none;
}
.sub4_1 .tbl_01 table th:nth-child(1),
.sub4_1 .tbl_01 table th:nth-child(2),
.sub4_1 .tbl_01 table th:nth-child(3){
    width: 150px;
}
.sub4_1 .tbl_01 table th:nth-child(5){
    width: 270px;
}
.sub4_1 .tbl_01 table td{
    border-left: 1px solid #e0e7e8;
    border-bottom: 1px solid #e0e7e8;
    text-align: center;
    padding: 20px 10px;
    font-size: 16px;
    font-weight: 300;
    color: #666;
}
.sub4_1 .tbl_01 table td p{
    line-height: 1.7;
}
.sub4_1 .tbl_01 table td.boNo{
    border-left: none;
}
.sub4_1 .tbl_01 .td04,
.sub4_1 .tbl_01 .td05{
    padding: 20px 40px;
}
.sub4_1 .tbl_01 table .td03{ padding: 20px;}
.sub4_1 .tbl_01 table td.td04 p {text-align: left;}

.sub4_1 .tbl_01 table tr:nth-child(4),
.sub4_1 .tbl_01 table tr:nth-child(6){background: #f7f7f7;}

.sub4_1 .sub_ar05 h2{
    padding: 50px 50px 30px;
    border-bottom: 1px solid #e0e7e8;
}
.sub4_1 .sub_ar05 h3{
    font-size: 20px;
    font-weight: 300;
    color: #0f0f0f;
    text-indent: 40px;
    position: relative;
    padding-bottom: 20px;
}
.sub4_1 .sub_ar05 h3:before{
    content: "";
    width: 19px;
    height: 4px;
    background: #f95b2a;
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
}
.sub4_1 .sub_ar05 .sub_401_c{
    font-size: 0;
}
.table_wr_l,
.table_wr_r{
    width: 50%;
    display: inline-block;
    padding: 40px;
    vertical-align: top;
    padding-bottom: 100px;
}
.table_wr_l{
    border-right: 1px solid #e0e7e8;
    box-sizing: border-box;
}
.sub4_1 .tbl_02,
.sub4_1 .tbl_03{
    margin-bottom: 40px;
}
.sub4_1 .tbl_02 table{
    width: 100%;
}
.sub4_1 .tbl_02 th:first-child{
    width: 30px;
}
.sub4_1 .tbl_02 th:not(:first-child){
    width: 10.625%;
}
.sub4_1 .tbl_02 th,
.sub4_1 .tbl_03 th{
    font-size: 16px;
    font-weight: 300;
    color: #0f0f0f;
    background: #f7f7f7;
    border-right: 1px solid #e0e7e8;
    padding: 20px 10px;
	border-bottom: 1px solid #e0e7e8;
}
.sub4_1 .tbl_02 td,
.sub4_1 .tbl_03 td{
    padding: 20px 10px;
    font-size: 14px;
    color: #666;
    font-weight: 300;
    text-align: center;
    border-right: 1px solid #e0e7e8;
    border-bottom: 1px solid #e0e7e8;
}
.sub4_1 .tbl_02 td:first-child,
.sub4_1 .tbl_03 td:first-child{
    font-weight: 300;
    color: #0f0f0f;
    background: #f7f7f7;
}

.sub4_1 .tbl_03 table{
    width: 100%;
}
.sub4_1 .tbl_03 th{
    width: 10%;
}
/* .sub4_1 .tbl_03 th:nth-child(1){
    width: 30px;
}
.sub4_1 .tbl_03 th:nth-child(2){
    width: 20%;
} */
.sub4_1 .tbl_03 th:nth-child(8){
    width: 20%;
}
.tbl_tit_th th:nth-child(2){
	border-bottom: 1px solid #f7f7f7;
}
.tbl_tit_th th{
	background: #f95b2a !important;
	color: #fff !important;
}

/*sub1_6 - 고객현황*/
.sub1_6 .sub_ar03 .sub106_con{
    padding-bottom: 60px;
}
.sub1_6 .sub_ar03 .sub106_con h2{
    font-size: 24px;
    font-weight: 400;
    color: #0f0f0f;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 54px;
}
.custom_map_wr{
    position: relative;
    margin: 0 auto;
    width: 1227px;
    height: 580px;
    background: url(/source/img/sub106_bg.png) no-repeat center;
}
.map_line{
    position: absolute;
    top: 21%;
    left: 4%;
}
.map_icon ul li{
    position: absolute;
}
.map_icon ul li p{
    font-size: 14px;
    font-weight: 500;
    color: #0f0f0f;
    padding-top: 15px;
}
.map_icon ul li:after{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #353535;
    display: block;
    top: 30px;
    left: 13px;
}
.map_icon ul li.m_i_13:after{
    display: none;
}
.m_i_1{
    left: 30px;
    top: 110px;
}
.m_i_2{
    left: 80px;
    top: 140px;
}
.m_i_2 p{
    padding-top: 5px!important;
    padding-left: 30px;
}
.m_i_3{
    top: 160px;
    left: 50px;
}
.m_i_4{
    top: 190px;
    left: 95px;
}
.m_i_5{
    top: 200px;
    left: 150px;
}
.m_i_6{
    top: 260px;
    left: 330px;
}
.m_i_7{
    top: 220px;
    left: 410px;
}
.m_i_8{
    top: 280px;
    left: 415px;
}
.m_i_9{
    top: 250px;
    left: 480px;
}
.m_i_10{
    top: 270px;
    right: 280px;
}
.m_i_11{
    top: 180px;
    right: 250px;
}
.m_i_12{
    bottom: 90px;
    right: 120px;
}
.m_i_13{
    top: 160px;
    left: 440px;
}

.sub1_6 .sub106_con{
    border-top: 1px solid #e0e7e8;
}
.sub1_6 .sub106_con h2{
    font-size: 24px;
    font-weight: 400;
    color: #0f0f0f;
    padding-bottom: 38px;
    line-height: 1.3;
}
.sub106_con1{
    padding: 70px 0 60px;
}
.sub106_con2{
    padding: 60px 90px 100px 70px;
}

.logo_img ul{

}
.logo_img ul li{
    width: 160px;
    height: 70px;
    border: 1px solid #e0e7e8;
    box-sizing: border-box;
    text-align: center;
    line-height: 70px;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 20px;
}
.logo_img ul li:nth-child(6n){
    margin-right: 0;
}

/*스크롤 안내문*/
.plz_scroll{
    font-size: 16px;
    color: #0f0f0f;
    font-weight: 300;
    width: 100%;
    text-align: center;
    padding: 0 0 10px;
    display: none;
}


/*제품안내*/
.pop_r_btn{padding-left: 58px;}
.pop_r_btn a{
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    background: #f95b2a;
    width: 220px;
    height: 50px;
    line-height: 50px;
    border: 1px solid transparent;
    text-align: center;
    display: block;
}
.pop_r_btn a img{
    margin-left: 20px;
}

.pop_tit{position: relative;}
.pop_tit:before{
    content: "";
    width: 41px;
    height: 3px;
    display: block;
    background: #f95b2a;
    position: absolute;
    top: 50%;
    margin-top: 4px;
    left: -80px;
}


/* 제품 소개 팝업 이미지 */
.pop_l{position: relative;}
.pop_img{
	max-width: 300px;
	max-height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


/* sub2_1 수정 20.05.28 */
.sub2_1 .sub_con{border: none;}
.sub_c_txt_wr {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.sub_c_img_inner{
	display: none;
	padding-top: 60px;
}

.sub_c_txt_wr .wrapper{
	padding: 60px 70px;
}
.lpg_wr{padding: 60px 70px;}
.deco_num{
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 90px;
	height: 72px;
}
.deco_num p{
	font-size: 66px;
	font-weight: 700;
	color: #f95b2a;
	opacity: 0.3;
	padding-bottom: 20px;
	position: absolute;
	left: -20px;
}
.app_tit{
	font-size: 56px;
	font-weight: 700;
	color: #f95b2a;
}

.lay_left  .sub_c_txt_wr {
	transform: translateX(0);
}



/* 문의하기 약관 팝업 */
.agreePop{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
}
.agreePop_wr{
	width: 700px;
	height: 90%;
	background: #fff;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
}
.popcon{
	width: 100%;
	height: 100%;	
	background: #fff;	
	padding: 0px 10px 30px 30px;
	border-top: 30px solid #f95b2a;
	box-sizing: border-box;
}
.pop_x{
	position: absolute;
	right: 0;
	top: 0px;
	display: block;
	width: 30px;
	height: 30px;
	background: rgba(255,255,255,0.5);
	cursor: pointer;
}
.pop_x:before{
	display: block;
	width: 2px;
	height: 20px;
	background: #000;	
	content: "";
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -1px;
}
.pop_x:after{
	display: block;
	width: 20px;
	height: 2px;
	background: #000;	
	content: "";
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -10px;
}
.popcon_txt{
	width: 100%;
	height: 100%;
	padding: 30px 30px 50px 0px;
}

.popcon_tit{
	font-size: 20px;
	color: #0f0f0f;
	font-weight: 500;
	display: block;
}
.txt_scroll{	
	white-space: pre-line;
	line-height: 1.5;
}

/* qms 다운로드 팝업이미지확대 2020-08-28 */
.btn_down{
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #f95b2a;
	color: #f95b2a;
	font-weight: 400;
	font-size: 14px;
	margin-left: 20px;
	margin-top: 10px;
	transition: all 0.2s ease-in;
}
.btn_down:hover{
	background: #f95b2a;
	color: #fff;
}


.sub403_c_wr_half ul li{cursor: pointer;}
.sub403_c_wr_half ul li img{transition: all 0.1s ease-in;}
.sub403_c_wr_half ul li:hover img{box-shadow: 0 0 10px rgba(0,0,0,0.2);}

.img_pop_wr{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
}
.img_pop{
	width: 500px;
	max-width: 95%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.popimg{display: none;}
.img_pop .pop_c{
	color: #fff;
	cursor: pointer;
	border: 1px solid #fff;
	padding: 5px;
	position: absolute;
	right: 0;
	top: -30px;
}


/* 20231027 추가 */
.p1_info { 
    font-size: 14px;
    padding-left: 20px;
    padding-top: 5px;
    color: #999;
}