@charset "utf-8";

/* common */
.clearfix {zoom:1} /*for IE 5.5-7*/
.clearfix:after{content:""; display:block; clear:both;}

.bd5 {font-weight:500;}
.bd7 {font-weight:700;}

.page{padding: 0 0 80px;color: #424242;margin: 80px 0 0;}
.sub_wr {width:100%; max-width:1300px; margin:0 auto;} /* width 100% 일때 */
.sub_center {max-width:1560px; margin:0 auto;} /* width 1560일때 */

.sub_tap_wr{padding-bottom:80px}
.sub_tap_wr ul{text-align:center}
.sub_tap_wr ul li{display:inline-block;margin:0 -1px;}
.sub_tap_wr ul li a{display:block;border:1px solid #eee;padding:10px 50px;transition: 0.3s ease;}
.sub_tap_wr ul li a:hover{background:#ddd}
.sub_tap_wr ul li.active a{background:#eee}

@media screen and (max-width:1560px){
	.sub_center {padding:0 20px;}
}

@media screen and (max-width:1440px){
	.sub_wr{padding:0 20px}
	.sub_tap_wr ul li{width:30%}
	.sub_tap_wr ul li a{padding: 10px 20px;}
}

@media screen and (max-width:1024px){
	.page{font-size:15px;margin: 50px 0 0;}
}

@media screen and (max-width:960px){
	.sub_wr {padding:0 20px;}
}

@media screen and (max-width:768px){
	.page{margin: 20px 0;padding: 0 0 50px;}
	.sub_tap_wr ul{padding: 020px}
	.sub_tap_wr ul li{width: calc(100% / 3 - 2px);margin: 0;}
	.sub_tap_wr ul li a{padding: 10px;}
}

@media screen and (max-width:500px){
	.sub_tap_wr ul li{width:90%}
}


/* 테이블 공통 */
.table01{}
.table01 table{border-spacing:0px;border-collapse: collapse;}
.table01 table tr{}
.table01 table th, .table01 table td{border: 2px solid #fafafa;padding: 15px 30px;}
.table01 table thead{}
.table01 table thead th{background:#f5f5f5}
.table01 table tbody{}
.table01 table tbody th{background:#f3f6fb}
.table01 table tbody td{}
.table02{}
.table02 table{border-spacing:0px;border-collapse: collapse;}
.table02 table tr{}
.table02 table th, .table02 table td{border: 2px solid #ccc;padding: 15px 30px;}
.table02 table thead{}
.table02 table thead th{background: #dcedf5;}
.table02 table tbody{}
.table02 table tbody th{background:#eef6fa}
.table02 table tbody td{}
.table03{}
.table03 table{border-spacing:0px;border-collapse: collapse;}
.table03 table tr{}
.table03 table th, .table03 table td{border: 2px solid #ccc;padding: 10px 10px;}
.table03 table thead{}
.table03 table thead th{background:#e6f1f0}
.table03 table tbody{}
.table03 table tbody th{background:#f9f9f9}
.table03 table tbody td{}



/************************************* page ************************************/
/* 회사소개 - 소개 */
.intro {/* padding:80px 0; */}
.intro-bg {width:100%;position:relative;background: url('../img/sub/intro_bg01.jpg') no-repeat center top;overflow: hidden;background-size: 100% auto;padding-top: 300px;padding-bottom: 30px;}
.intro-con {max-width:1300px;margin: 0 auto;/* position: relative; */background: rgba(255,255,255,0.85);padding: 70px 50px;display: table;box-shadow: 0 0 10px rgba(0,0,0,0.3);}
.intro-con .intro-img {display: table-cell;width: 420px;text-align: center;padding-right: 50px;}
.intro-con .intro-txt {display: table-cell;vertical-align: top;font-weight: 300;word-break:keep-all;color:#333;}
.intro-con .intro-txt .txt-top {font-size:25px;font-weight: 700;animation: fadein 2s;-moz-animation: fadein 2s; /* Firefox */-webkit-animation: fadein 2s; /* Safari and Chrome */-o-animation: fadein 2s; /* Opera */display: table;width: 100%;}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.intro-con .intro-txt .txt-top .t_cell{/* width:auto */}
.intro-con .intro-txt .txt-top .nbsp{width:30px;/* display: block; */}
.intro-con .intro-txt .txt-top .hs {/* color:#014099; *//* font-size:35px; *//* margin-right:10px; *//* padding-left: 35px; *//* background:url('../img/sub/hs_icon.png') no-repeat center left; *//* letter-spacing: 3px; */}
.intro-con .intro-txt .txt-md {font-weight:400;font-size:20px;padding: 25px 0;line-height: 32px;}
.intro-con .intro-txt .txt-bt {line-height: 32px;padding-right: 120px;font-size: 17px;}
.intro-con .intro-txt .txt-sign {text-align:right;font-weight:500;color:#666;margin: 50px 0 0;}
.intro-con .intro-txt .txt-sign img {display:inline-block; padding-left:10px;}


@media screen and (max-width:1300px){
	.intro-bg {padding:150px 30px 30px;}
    .intro-con .intro-img {width:300px;}
    .intro-con .intro-img img {width:100%;}
}

@media screen and (max-width:960px){
	.intro-con {padding:30px;}
	.intro-con .intro-img {display:block; margin:0 auto 30px; width:100%; max-width:280px; padding:0;}
	.intro-con .intro-txt {display:block; width:100%; text-align:center;}
	.intro-con .intro-txt .txt-md {font-size:18px;line-height:28px;}
	.intro-con .intro-txt .txt-bt {padding-right:0; font-size:16px; line-height:25px;}
}

@media screen and (max-width:768px){
	.intro {padding: 0;}
	.intro-con .intro-img {max-width:200px;}
	.intro-con .intro-txt .txt-top {font-size:20px;}
	.intro-con .intro-txt .txt-top .hs {font-size:27px;}
	.intro-bg {background-size:auto 45%;padding:30px 20px 20px;}
}

@media screen and (max-width:500px){
	.intro .pc_only{display:none}
	.intro-bg{background-size:cover;padding: 0;}
	.intro-con{padding: 30px 20px;}
	.intro .txt-top .mo_only{display:block}
}



/* 회사소개 - 비전 */
.vision{background: url('../img/sub/vision_bg.jpg')no-repeat center bottom;background-size: cover;padding: 50px 0;}
.vision .sub_wr{}
.vision .pg_tt{}
.vision .pg_tt p{display:inline-block;font-size: 80px;font-weight: 700;letter-spacing: 15px;vertical-align: middle;}
.vision .pg_tt .tt_line{display:inline-block;width: calc(100% - 400px);background: #c0c0c0;height: 2px;vertical-align: middle;margin-top: 10px;}
.vision .content{padding:30px 0}
.vision .content ul{text-align:center}
.vision .content ul li{display:inline-block;vertical-align: top;/* padding: 0 50px; */width: 30%;}
.vision .content .icon_bx{width:260px;height:260px;background-repeat:no-repeat;background-position:center;background-color:#fff;border-radius: 100%;margin: 0 auto;}
.vision .content li:nth-child(1) .icon_bx{background-image:url('../img/sub/vision_icon01.png')}
.vision .content li:nth-child(2) .icon_bx{background-image:url('../img/sub/vision_icon02.png')}
.vision .content li:nth-child(3) .icon_bx{background-image:url('../img/sub/vision_icon03.png')}
.vision .content .txt_bx{padding-top: 25px;}
.vision .content .txt_bx .tx01{font-size: 27px;font-weight: 700;}
.vision .content .txt_bx .tx02{padding-top: 10px;}

@media screen and (max-width:1440px){
	.vision .pg_tt p{font-size: 70px;}
	.vision .pg_tt .tt_line{width: calc(100% - 330px);}
	.vision .content .icon_bx{width: 220px;height: 220px;background-size: 50%;}
    .vision .content .txt_bx .tx01{font-size: 25px;}
    .vision .content .txt_bx .tx02{padding-top: 10px;}
}

@media screen and (max-width:1024px){
	.vision{padding:30px 0}
	.vision .pg_tt p{font-size: 50px;}
	.vision .pg_tt .tt_line{width: calc(100% - 270px);}
	.vision .content .icon_bx{width: 180px;height: 180px;background-size: 50%;}
    .vision .content .txt_bx .tx01{font-size: 25px;}
    .vision .content .txt_bx .tx02{padding-top: 10px;}
}

@media screen and (max-width:768px){
	.vision .content ul li{width:100%;display: block;padding: 30px 0;}
	.vision .content .icon_bx{width: 100px;height: 100px;display: inline-block;vertical-align: top;}
	.vision .content .txt_bx{display:inline-block;vertical-align: top;text-align: left;width: 300px;padding-left: 20px;}
}


@media screen and (max-width:500px){
	.vision .pg_tt p{font-size: 40px;letter-spacing: 10px;}
	.vision .pg_tt .tt_line{width:calc(100% - 200px)}
	.vision .content .txt_bx{width:100%;padding: 20px 0 0;text-align: center;}
}


/* 회사소개 - 연혁 */
.history{}
.history .top_bx{background:url('../img/sub/history_topbg.jpg')no-repeat center;background-size:cover;text-align: center;display: table;width: 100%;height: 530px;}
.history .top_bx .logo_bx{padding: 80px;display: inline-block;border: 8px solid rgba(255,255,255,0.4);width: 50%;}
.history .content{position:relative;padding: 30px 0;}
.history .content .add_img{position:absolute;top: 20%;right: 7%;}
.history .content .con_bx{padding: 80px 0;}
.history .content .con_bx .sub_wr{}
.history .content .con_bx .year{display:inline-block;width: 200px;vertical-align: middle;}
.history .content .con_bx .year .txt_bx{display:table;color: #fff;width:165px;height:165px;text-align: center;border-radius: 100%;position: relative;z-index: 9;font-size: 23px;font-weight: 500;}
.history .content .con_bx .info{display:inline-block;vertical-align: middle;/* line-height: 33px; */}
.history .content .con_bx .info p{padding:5px 0}

.history .content .con_bx.con01 .year .txt_bx{background:#99bff4;}
.history .content .con_bx.con02{background:#f5f5f5}
.history .content .con_bx.con02 .year .txt_bx{background:#014099;position: relative;z-index: 1;}
.history .content .con_bx.con02 .year .txt_bx::after{display:block;content:'';background: #b3b3b3;position:absolute;left:50%;top: -216px;width:1px;height: 216px;z-index: -1;}


@media screen and (max-width:1440px){
	.history .top_bx{height: 420px;}
	.history .top_bx .logo_bx{padding:50px}
	.history .content .add_img{width: 400px;}
}


@media screen and (max-width:1024px){
	.history .top_bx{height: 350px;}
	.history .top_bx .logo_bx{padding:30px}
	.history .top_bx .logo_bx img{width: 240px;}
	.history .content .add_img{width: 300px;}
}

@media screen and (max-width:900px){
	.history .content .add_img{right: 3%;top: 30%;/* width: 200px; */}
}

@media screen and (max-width:768px){
	.history .top_bx{height:250px}
	.history .content .con_bx .year{width: 30%;}
	.history .content .con_bx .year .txt_bx{width: 130px;height: 130px;}
	.history .content .con_bx.con02 .year .txt_bx::after{height: 238px;top: -238px;}
	.history .content .add_img{display:none}
}

@media screen and (max-width:580px){
	.history .top_bx{height:auto;padding: 30px 0;}
	.history .top_bx .logo_bx{width:80%}
	.history .content .con_bx{padding:50px 0}
	.history .content .con_bx .year{width: 100%;display: block;}
	.history .content .con_bx .year .txt_bx{width: 90px;height: 90px;font-size: 20px;}
	.history .content .con_bx .info{display:block;padding-top: 15px;}
	.history .content .con_bx.con02 .year .txt_bx::after{display:none}
}



/* 회사소개 - 오시는길 */
.routeMap{padding: 40px 0 80px;}
.routeMap .hide{display:none}
.routeMap .sub_wr{overflow:hidden}
.routeMap .map_wr{float:left;width: 65%;margin: 0;}
.routeMap .content_wr{float:left;width: 35%;background:#e4e4e4;height:640px;padding: 20px;}
.routeMap .content_wr .bd_bx{padding: 25px 30px;border: 10px solid rgba(255,255,255,0.8);height: 600px;}
.routeMap .content_wr .logo_wr{padding: 35px 0 25px;border-bottom: 1px solid rgba(255,255,255,0.6);}
.routeMap .content_wr .info_wr{padding:10px 0}
.routeMap .content_wr .info_wr ul{}
.routeMap .content_wr .info_wr ul li{padding: 10px 0;}
.routeMap .content_wr .info_wr .icon_wr{display:inline-block;vertical-align:top;width: 54px;}
.routeMap .content_wr .info_wr .txt_wr{display:inline-block;vertical-align:top;padding-left: 15px;width: calc(100% - 57px);}
.routeMap .content_wr .info_wr .txt_wr .tt{font-size: 20px;padding: 13px 0 5px;font-weight: 700;}
.routeMap .content_wr .info_wr .txt_wr .txt{font-size: 16px;}


@media screen and (max-width:1300px){
    .routeMap .content_wr{padding:15px}
	.routeMap .content_wr .bd_bx{padding: 20px 15px;}
	.routeMap .content_wr .logo_wr{padding: 25px 0 20px;}
	.routeMap .content_wr .info_wr{padding: 15px 0;}
	.routeMap .content_wr .info_wr .icon_wr{width: 45px;}
	.routeMap .content_wr .info_wr .txt_wr{padding-left: 10px;width: calc(100% - 50px);}
	.routeMap .content_wr .info_wr .txt_wr .tt{padding: 10px 0 5px;}
}

@media screen and (max-width:1024px){
	.routeMap .map_wr{float:none;width:100%;height: 450px;overflow: hidden;}
    .routeMap .content_wr{float:none;width:100%;height: auto;}
    .routeMap .content_wr .bd_bx{height:auto}
}

@media screen and (max-width:768px){
	.routeMap .map_wr{height:350px}
	.routeMap .content_wr .logo_wr{text-align:center}
}

@media screen and (max-width:500px){
	.routeMap .content_wr{padding:0;}
	.routeMap .content_wr .bd_bx{border:none;padding: 20px 15px;}
}



/*************************** 제품소개 ***************************/

/* 하우스용 필름 - 필름의 종류 */
.sub2_1_1{}
.sub2_1_1 .sub_wr{overflow:hidden}
.sub2_1_1 .img_wr{float: right;width: 40%;background: url(../img/sub/sub2_1_1_img.jpg)no-repeat center;height: 610px;background-size: cover;}
.sub2_1_1 .table_wr{float:left;width: 60%;padding-right: 30px;}
.sub2_1_1 .table_wr.table01 table th, .sub2_1_1 .table_wr.table01 table td{padding: 17px 30px;}
.sub2_1_1 .table_wr.table01 table td.spc{background: rgba(228,0,17,0.05);color: #e40011;}

@media screen and (max-width:1300px){
	.sub2_1_1 .img_wr{height: 570px;}
	.sub2_1_1 .table_wr.table01 table th, .sub2_1_1 .table_wr.table01 table td{padding:15px 20px}
}

@media screen and (max-width:1024px){
	.sub2_1_1 .img_wr{height: 530px;}
	.sub2_1_1 .table_wr{padding-right:20px}
}

@media screen and (max-width:920px){
	.sub2_1_1 .img_wr{width:100%;float: none;height: 300px;}
	.sub2_1_1 .table_wr{width:100%;float: none;padding: 15px 0 0;}
}

@media screen and (max-width:500px){
	.sub2_1_1 .img_wr{height: 200px;}
	.sub2_1_1 .table_wr.table01 table th, .sub2_1_1 .table_wr.table01 table td{padding: 10px;font-size: 14px;}
}


/* 하우스용 필름 - 요구성능 */
.sub2_1_2{}
.sub2_1_2 .sub_tit{font-size:30px;text-align:center;font-weight:500;position:relative;padding-bottom:15px}
.sub2_1_2 .sub_tit::after{display:block;content:'';position:absolute;background:#d3d3d3;width:50px;height:2px;left:50%;margin-left:-25px;bottom:0}
.sub2_1_2 .content{}
.sub2_1_2 .con_bx{position:relative;z-index:9;padding: 100px 0;}
.sub2_1_2 .con_bx .con_add{position:absolute;z-index:-1}
.sub2_1_2 .con_bx .con_add.add01{left:0;background:#f7f7f7;width:100%;height: 300px;bottom: -50px;}
.sub2_1_2 .con_bx .con_add.add02{left: 10%;bottom: -150px;}
.sub2_1_2 .con_bx .con_add.add03{right: 0;bottom: -250px;/* margin-top: 20px; */background: #f7f7f7;width: 45%;text-align: right;height: 300px;padding: 50px 30px;}
.sub2_1_2 .con_bx .con_add.add04{right: 80px;top: -90px;}
.sub2_1_2 .con_bx .con_add.add05{left:0;width: 60%;height: 500px;background: #f7f7f7;bottom: -130px;}
.sub2_1_2 .con_bx .con_add.add06{right: 130px;top: -50px;}
.sub2_1_2 .con_bx .sub_wr{overflow:hidden;}
.sub2_1_2 .con_bx.con04 .sub_wr{max-width:1440px}
.sub2_1_2 .con_bx .info_wr{float: right;padding: 70px 50px 0px;}
.sub2_1_2 .con_bx .info_wr .icon{display:inline-block;width: 120px;vertical-align: top;}
.sub2_1_2 .con_bx .info_wr .txt{display:inline-block;vertical-align: top;}
.sub2_1_2 .con_bx .info_wr .txt .num{color: #e5e5e5;font-weight:700;font-size: 30px;}
.sub2_1_2 .con_bx .info_wr .txt .t01{font-size: 0.9em;}
.sub2_1_2 .con_bx .info_wr .txt .tt{font-size: 30px;font-weight: 700;}
.sub2_1_2 .con_bx .info_wr .txt .t02{position: relative;padding-top: 45px;margin-top: 5px;}
.sub2_1_2 .con_bx .info_wr .txt .t02::before{display:block;content:'';background:#b9b9b9;width:2px;height: 40px;left:0;top:0;position: absolute;}
.sub2_1_2 .con_bx .img_wr{float:left}

.sub2_1_2 .con_bx.type_b .info_wr{float:left}
.sub2_1_2 .con_bx.type_b .img_wr{float:right}


@media screen and (max-width:1440px){
	.sub2_1_2 .con_bx{/* padding: 70px 0; */}
	.sub2_1_2 .con_bx .info_wr{width:50%;padding: 0 50px 0;}
    .sub2_1_2 .con_bx .img_wr{padding-top: 50px;}
}

@media screen and (max-width:1024px){
	.sub2_1_2 .con_bx .info_wr{width:100%;float: none !important;}
    .sub2_1_2 .con_bx .img_wr{width:100%;float: none !important;text-align: center;}
    .sub2_1_2 .con_bx .con_add.add05{display:none}
}

@media screen and (max-width:768px){
	.sub2_1_2 .sub_tit{font-size: 26px;}
	.sub2_1_2 .con_bx{padding:50px 0}
	.sub2_1_2 .con_bx .info_wr{padding: 0;}
	.sub2_1_2 .con_bx .info_wr .icon{/* width:100px */}
	.sub2_1_2 .con_bx .info_wr .txt .tt{font-size:25px}
	.sub2_1_2 .con_bx .con_add.add01{bottom: 0;height: 150px;}
	.sub2_1_2 .con_bx .con_add.add02{width: 150px;bottom: -80px;left: 10px;}
	.sub2_1_2 .con_bx .con_add.add03{bottom: -30px;width: 60%;}
	.sub2_1_2 .con_bx .con_add.add04{top:0;right: 10px;width: 80px;}
	.sub2_1_2 .con_bx .con_add.add05{}
	.sub2_1_2 .con_bx .con_add.add06{right: 10px;width: 150px;}
}

@media screen and (max-width:500px){
	.sub2_1_2 .sub_tit{font-size: 23px;}
	.sub2_1_2 .con_bx{padding: 30px 0;}
	.sub2_1_2 .con_bx .info_wr .icon{display: none;}
	.sub2_1_2 .con_bx .img_wr{padding-top:20px}
	.sub2_1_2 .con_bx .con_add.add03{height: 150px;}
	.sub2_1_2 .con_bx .con_add.add06{top:0}
}



/* 제품소개-스카이코트5-필름특성 */
.sub2_2_1{}
.sub2_2_1 .sub_top_txt{width:100%;max-width:1300px;margin:0 auto;text-align:center;box-shadow:1px 1px 25px #00000029;border-radius:15px;padding:30px 20px;margin-bottom:50px;font-family: 'YangjuByeolsanA1';}
.sub2_2_1 .sub_top_txt p {font-size: clamp(18px, 3vw, 28px);font-weight: 500;line-height: 1.6em;color:#0040a3;}
.sub2_2_1 .sub_top_txt p:first-child{padding-bottom:10px}
.sub2_2_1 .sub_top_txt p span {font-weight:700;position:relative;}
.sub2_2_1 .sub_top_txt p span:before {content: '1위!!!';display:block;font-size: 24px;position:absolute;top: -.4em;left: 50%;transform: translateX(-50%);text-align:center;animation: heart 3s cubic-bezier(0.25, 0.46, 0, 1) infinite;}

.sub2_2_1 .sky_logo{padding-bottom:50px}
.sub2_2_1 .sub_tit{position: relative;text-align:center;padding-bottom: 50px;width: 100%;max-width: 1300px;margin: 0 auto;}
.sub2_2_1 .sub_tit:before{content:'';position:absolute;background:url(../img/sub/sub2_2_1_bg_icon01.png) no-repeat;bottom: 0;width: 238px;height: 74px;left: 0;}
.sub2_2_1 .sub_tit:after{content:'';position:absolute;background:url(../img/sub/sub2_2_1_bg_icon02.png) no-repeat;width: 178px;height: 118px;right: 0;bottom: -21px;}
.sub2_2_1 .sub_tit .t01{font-size: clamp(18px, 3vw, 22px);font-weight: 900;}
.sub2_2_1 .sub_tit .tt{font-size: 40px;font-weight: 900;color: #0069be;}
.sub2_2_1 .sub_tit .t02{font-size:16px;padding-top: 20px;}
.sub_text .txt01 {background: #0000000d;display: inline-block;padding: 10px 50px;font-size: clamp(16px, 3vw, 20px);margin-top: 15px;}
.sub_text .txt01 span{font-weight:600}
.sub_text .txt02 {font-size: clamp(16px, 3vw, 20px);padding: 15px 0 30px;}
.sub_text .txt03 {font-size: clamp(14px, 3vw, 20px);position: relative;z-index: 1;}
.sub_text .txt03 span {background: #00a0e9;padding: 4px 10px;margin-right: 10px;color: #fff;}


.sub2_2_1 .content{}
.sub2_2_1 .content .info_bx{background: #f9f9f9;padding: 80px 0;}
.sub2_2_1 .content .info_bx ul{text-align:center;max-width: 1560px;margin: 0 auto;}
.sub2_2_1 .content .info_bx ul li{display:inline-block;min-width: 30%;vertical-align: top;height: 380px;padding: 20px;}
.sub2_2_1 .content .info_bx ul li:nth-child(7){min-width: 24%;}
.sub2_2_1 .content .info_bx ul li:nth-child(8){min-width:24%}
.sub2_2_1 .content .info_bx ul li:nth-child(9){min-width:24%}
.sub2_2_1 .content .info_bx ul li:nth-child(10){min-width:24%}
.sub2_2_1 .content .info_bx .icon{}
.sub2_2_1 .content .info_bx .tit{font-size: 23px;padding: 15px 0 7px;font-weight: 500;}
.sub2_2_1 .content .info_bx .txt{font-size:16px;line-height: 28px;}
.sub2_2_1 .content .con_bx{padding:80px 0}
.sub2_2_1 .content .con_bx .tit_wr{text-align:center;}
.sub2_2_1 .content .con_bx .tit_wr .num_wr{}
.sub2_2_1 .content .con_bx .tit_wr .num_wr .num{display:table;color:#e1e1e1;width: 55px;height: 55px;border-radius:100%;margin:0 auto;border: 2px dashed #e4e4e4;font-size: 25px;font-weight: 900;}
.sub2_2_1 .content .con_bx .tit_wr .num_wr .num p{display:table-cell;vertical-align:middle}
.sub2_2_1 .content .con_bx .tit_wr .t01{font-size:15px;padding: 10px 0 5px;}
.sub2_2_1 .content .con_bx .tit_wr .tit{font-size:30px;font-weight: 700;line-height: 37px;}
.sub2_2_1 .content .con_bx .tit_wr .t02{font-size:25px;color:#f44;font-weight: 700;padding-top: 5px;}

.sub2_2_1 .content .con_bx.con01 .con_wr{text-align:center;padding: 50px 0 0;}
.sub2_2_1 .content .con_bx.con01 .con_wr .img{display:inline-block}

.sub2_2_1 .content .con_bx.con02{background:#fafafa}
.sub2_2_1 .content .con_bx.con02 .con_wr{text-align:center;padding: 10px 0 0;}
.sub2_2_1 .content .con_bx.con02 .con_wr .con_txt::before{display:block;position:absolute;content:'';background: #c3c3c3;width:1px;height: 30px;left:50%;top: 0;}
.sub2_2_1 .content .con_bx.con02 .con_wr .con_txt{position:relative;padding: 30px 0 20px;}

.sub2_2_1 .content .con_bx.con03{padding:30px 0}
.sub2_2_1 .content .con_bx.con03 .con_wr{padding:50px 0}
.sub2_2_1 .content .con_bx.con03 .con_wr .tb_bx{}
.sub2_2_1 .content .con_bx.con03 .con_wr .table_tit{text-align:left;font-size: 25px;font-weight: 500;padding-bottom: 15px;}
.sub2_2_1 .content .con_bx.con03 .con_wr .table_txt{font-size:18px;padding-bottom:20px}
.sub2_2_1 .content .con_bx.con03 .con_wr .table_wr{text-align:center}
.sub2_2_1 .content .con_bx.con03 .con_wr .table_wr.table02 table tbody td.txt{text-align:left}
.sub2_2_1 .content .con_bx.con03 .con_wr .ov_hd .img_wr{float: right;width: 45%;}
.sub2_2_1 .content .con_bx.con03 .con_wr .ov_hd .table_wr{float:left;width: 55%;}
.sub2_2_1 .content .con_bx.con03 .con_wr .ov_hd .table_wr .add_txt{text-align:left;padding-top: 10px;}
.sub2_2_1 .content .con_bx.con03 .con_wr .ov_hd.df {display: flex;gap: 30px;}
.sub2_2_1 .content .con_bx.con03 .con_wr .img_wr2 p {font-size: 16px;color: #000000;text-align: center;padding-top: 15px;}

@keyframes heart {
	0% {opacity: 1; font-size: 1em;}

	100% {opacity: 0;font-size: 1.1em;letter-spacing: 3px;}
}

@media screen and (max-width:1300px){
	/* .sub2_2_1 .sub_tit{padding:0 20px} */
	.sub2_2_1 .sub_top {padding: 0 20px;}
	.sub2_2_1 .sub_tit:before{left: 20px;}
	.sub2_2_1 .sub_tit:after{right: 20px;}
	.sub2_2_1 .content .info_bx ul li{width: 28%;min-width: unset;padding: 20px 10px;}
	.sub2_2_1 .content .info_bx ul li:nth-child(7){width: 24%;}
	.sub2_2_1 .content .info_bx ul li:nth-child(8){width:24%}
	.sub2_2_1 .content .info_bx ul li:nth-child(9){width:24%}
	.sub2_2_1 .content .info_bx ul li:nth-child(10){width:24%}
	.sub2_2_1 .content .info_bx .icon img{width: 125px;}
	.sub2_2_1 .content .info_bx .tit{font-size: 20px;}
	.sub2_2_1 .content .info_bx .txt{font-size:15px;line-height: 23px;}
}

@media screen and (max-width:1024px){
	.sub2_2_1 .sky_logo img{width:240px}
	.sub2_2_1 .sub_tit:before{background-size:160px;width:160px;height: 50px;}
	.sub2_2_1 .sub_tit:after{background-size:130px;width:130px;height: 90px;}
}

@media screen and (max-width:920px){
	.sub2_2_1 .content .info_bx{padding: 60px 0;}
	.sub2_2_1 .content .info_bx ul li{width:45% !important;height: 340px;}
	.sub2_2_1 .content .con_bx.con01 .con_wr{padding: 50px 20px 0;}
	.sub2_2_1 .content .con_bx.con03 .con_wr .ov_hd .img_wr{float: none;width: 100%;text-align: center;}
	.sub2_2_1 .content .con_bx.con03 .con_wr .ov_hd .table_wr{float: none;width: 100%;}
	.sub2_2_1 .content .con_bx.con03 .con_wr .ov_hd .table_wr .add_txt{text-align:right}
}

@media screen and (max-width:768px){
	.sub2_2_1 .sub_tit{padding: 0 20px 70px;}
	.sub2_2_1 .sub_tit .tt{font-size:25px}
	.sub2_2_1 .sub_text .txt01{padding: 10px 20px;word-break: auto-phrase;}
	.sub2_2_1 .sub_tit .t02{font-size:15px;padding-top: 10px;}
	.sub2_2_1 .sub_tit:before{background-size:110px;width:110px;height: 34px;}
	.sub2_2_1 .sub_tit:after{background-size:80px;width:80px;height: 65px;}
	.sub2_2_1 .content .info_bx{padding: 50px 20px 0;}
	.sub2_2_1 .content .info_bx ul li{width:100% !important;height: auto;padding: 20px 0;}
	.sub2_2_1 .content .info_bx .icon img{width: 100px;}
	.sub2_2_1 .content .con_bx{padding:50px 0}
	.sub2_2_1 .content .con_bx .tit_wr .tit{font-size:25px;line-height: unset;}
	.sub2_2_1 .content .con_bx .tit_wr .t02{font-size:20px}
	.sub2_2_1 .content .con_bx.con01 .con_wr{padding: 35px 20px 0;}
	.sub2_2_1 .content .con_bx.con03 .con_wr .ov_hd.df {flex-wrap:wrap}
	.sub2_2_1 .content .con_bx.con03 .con_wr .ov_hd.df .img_wr2 {width:100%}
	.sub2_2_1 .content .con_bx.con03 .con_wr .ov_hd.df .img_wr2 img{width:100%}
	.sub2_2_1 .content .con_bx.con03 .con_wr .img_wr2 p {font-size: 14px;text-align: center;padding-top: 15px;}
	.sub2_2_1 .content .con_bx.con03 .con_wr .table_tit{font-size:20px;text-align:center}
	.sub2_2_1 .content .con_bx.con03 .con_wr .table_txt{text-align:center;font-size: 16px;}
	.sub2_2_1 .content .con_bx.con03 .con_wr .table_wr table{width: 800px;}
	.sub2_2_1 .content .con_bx.con03 .con_wr .table_wr.table02 table th, .sub2_2_1 .content .con_bx.con03 .con_wr .table_wr.table02 table td{padding: 15px 10px;}
}

@media screen and (max-width:600px){
	
	.sub2_2_1 .content .con_bx.con03 .con_wr .table_wr table{width:700px}
	.sub2_2_1 .sub_text .txt01 .pc-only{display:none}
}

@media screen and (max-width:500px){
	.sub2_2_1 .sub_top_txt {padding: 30px 10px;}
	.sub2_2_1 .sky_logo img {width: 200px;}
	.sub2_2_1 .sub_tit:before{background-size:80px;width:80px;height: 24px;}

	.sub2_2_1 .content .con_bx .tit_wr .tit{font-size:20px}
	.sub2_2_1 .content .con_bx.con03 .con_wr .table_wr{font-size:14px}
}


/* 제품소개 공통 */
.sub2 .product_tit{/* padding-bottom:30px */position: relative;}
.sub2 .product_tit .t01{font-size:15px}
.sub2 .product_tit .tt{font-size:30px;font-weight:700;padding-bottom: 15px;position: relative;}
.sub2 .product_tit .tt::after{display:block;position:absolute;content:'';background: #014099;width: 35px;height: 2px;bottom:0;left:0;}
.sub2 .product_tit .t02{color:#6b6b6b;padding: 20px 0;}
.sub2 .product_tit .point_bx{border: 10px solid #e4f3f5;width: 50%;padding: 25px 35px;}
.sub2 .product_tit .point_bx .tit{color:#1d4b96;font-size:20px;font-weight:500}
.sub2 .product_tit .point_bx .li{position:relative;padding: 5px 13px;}
.sub2 .product_tit .point_bx .li::before{display:block;content:'';position:absolute;background: #94d4df;width:5px;height:5px;left:0;top: 15px;}
.sub2 .content .con_bx .con_tit{background: #294788;color:#fff;/* width:400px; */text-align:center;padding: 10px;border-radius: 5px;/* font-weight: 500; */font-size: 20px;}
.sub2 .ctit_wr{}
.sub2 .ctit_wr .add{font-size:15px}
.sub2 .ctit_wr .tt{color:#1d4b96;font-size:25px;font-weight:700;/* position: static; */padding: 0;}
.sub2 .ctit_wr .tt::after{display:none}
.sub2 .ctit_wr .t02{padding-top:10px}
.sub2 .prd_img{position:absolute;top: -50px;right:0;}
.sub2 .point_img{padding:20px 0}
.sub2 .point_img .img{display:inline-block;padding-right:50px}

@media screen and (max-width:1024px){
	.sub2 .product_tit .point_bx{width:55%}
	.sub2 .prd_img{max-width: 50%;}
}

@media screen and (max-width:768px){
	.sub2 .product_tit .point_bx{width:100%}
	.sub2 .prd_img{position:static;width: 100% !important;max-width:unset;text-align:center;}
	.sub2 .content .con_bx .con_tit{width:100% !important;font-size: 17px;}
	.sub2 .point_img{text-align:center}
	.sub2 .point_img .img{padding:10px}
	.sub2 .content .con_bx .ctit_wr .tt{font-size: 20px;}
}



/* 제품소개-스카이코트5-바츠군5 */
.sub2_2_2{}
.sub2_2_2 .product_tit{}
.sub2_2_2 .prd_img{top: 80px;right: 10%;}
.sub2_2_2 .content{padding:50px 0}
.sub2_2_2 .content .con_bx{padding:30px 0;}
.sub2_2_2 .content .con_bx .con_tit{width:400px}
.sub2_2_2 .content .con_bx.con01{position:relative}
.sub2_2_2 .content .con_bx.con01::after{display:block;content:'';background: url('../img/sub/sub2_2_2_addtxt.png')no-repeat center;background-size: contain;width: 45%;height: 315px;right:0;top: 30px;position: absolute;}
.sub2_2_2 .content .con_bx .ov_hd{padding-top:20px}
.sub2_2_2 .content .con_bx .ov_hd .img{float:left;max-width:50%}

@media screen and (max-width:1800px){
	.sub2_2_2 .prd_img{right: 20px;top: 50px;width: 500px;}
	.sub2_2_2 .content .con_bx.con01::after{width: 35%;right: 15px;}
}

@media screen and (max-width:1300px){
	.sub2_2_2 .prd_img{width: 400px;}
}

@media screen and (max-width:1024px){
	.sub2_2_2 .prd_img{width: 300px;}
}

@media screen and (max-width:768px){
	.sub2_2_2 .content{padding: 30px 0 0;}
	.sub2_2_2 .content .con_bx{padding: 10px 0;}
	.sub2_2_2 .content .con_bx .ov_hd{padding:0}
	.sub2_2_2 .content .con_bx .ov_hd .img{/* width:100%; */float: none;max-width: unset;padding: 10px 0;}
	.sub2_2_2 .content .con_bx.con01::after{display:none}
}






/* 제품소개-스카이코트5-카게나시5 */
.sub2_2_3{}
.sub2_2_3 .product_tit{}
.sub2_2_3 .prd_img{top: 0;right: 15%;}
.sub2_2_3 .content{padding:50px 0}
.sub2_2_3 .content .con_bx{padding: 50px 0;}
.sub2_2_3 .content .con_bx .con_tit{width:300px}
.sub2_2_3 .content .con_bx .ov_hd{padding-top:20px}
.sub2_2_3 .content .con_bx .ov_hd .img{padding-top: 35px;}
.sub2_2_3 .content .con_bx.con01{position:relative;text-align:center;padding: 10px 0;}
.sub2_2_3 .content .con_bx.con01 .con_tit{margin:0 auto}
.sub2_2_3 .content .con_bx.con02{background:#d1e8e1;padding: 0;}
.sub2_2_3 .content .con_bx.con02 .sub_wr{padding:30px 0;background: url('../img/sub/sub2_2_3_c2_bg.png')no-repeat left bottom;}
.sub2_2_3 .content .con_bx.con02 .fl_lf{float:right;padding: 0 80px;}
.sub2_2_3 .content .con_bx.con02 .fl_lf .t01{font-size:15px}
.sub2_2_3 .content .con_bx.con02 .fl_lf .tt{font-weight: 700;color:#1d4b96;font-size:25px;}
.sub2_2_3 .content .con_bx.con02 .fl_lf .t02{padding-top:5px;font-weight: 500;}
.sub2_2_3 .content .con_bx.con03{padding:100px 0}
.sub2_2_3 .content .con_bx.con03 .con_tit{}
.sub2_2_3 .content .con_bx.con03 .con_list{padding:30px 0;position: relative;}
.sub2_2_3 .content .con_bx.con03 .con_list::after{display:block;position:absolute;content:'';background: url('../img/sub/sub2_2_3_addtxt.png')no-repeat;background-size: contain;right: 0;bottom: 0;width: 400px;height: 200px;}
.sub2_2_3 .content .con_bx.con03 .con_list ul{text-align:center}
.sub2_2_3 .content .con_bx.con03 .con_list ul li{display:inline-block;padding: 15px 22px;}
.sub2_2_3 .content .con_bx.con03 .con_list .txt{text-align:center;padding: 10px 0;}
.sub2_2_3 .content .con_bx.con03 .con_list .img{width: 170px;height: 170px;background-image: url('../img/sub/sub2_2_3_list_img.jpg');}
.sub2_2_3 .content .con_bx.con03 .con_list .img.img01{background-position: 0 0;}
.sub2_2_3 .content .con_bx.con03 .con_list .img.img02{background-position: -226px 0;}
.sub2_2_3 .content .con_bx.con03 .con_list .img.img03{background-position: -453px 0;}
.sub2_2_3 .content .con_bx.con03 .con_list .img.img04{background-position: -680px 0;}
.sub2_2_3 .content .con_bx.con03 .con_list .img.img05{background-position: 410px 0;}
.sub2_2_3 .content .con_bx.con03 .con_list .img.img06{background-position: 183px 0;}
.sub2_2_3 .content .con_bx.con03 .con_list .img.img07{background-position: 0 -245px;}
.sub2_2_3 .content .con_bx.con03 .con_list .img.img08{background-position: -226px -245px;}
.sub2_2_3 .content .con_bx.con03 .con_list .img.img09{background-position: -453px -245px;}
.sub2_2_3 .content .con_bx.con03 .con_list .img.img10{background-position: -680px -245px;}
.sub2_2_3 .content .con_bx.con03 .con_list .img.img11{background-position: 410px -245px;}
.sub2_2_3 .content .con_bx.con03 .con_list .img.img12{background-position: 183px -245px;}
.sub2_2_3 .content .con_bx.con03 .con_list .img.img13{background-position: 0 -493px;}
.sub2_2_3 .content .con_bx.con03 .con_list .img.img14{background-position: -211px -493px;}
.sub2_2_3 .content .con_bx.con03 .con_grp{}
.sub2_2_3 .content .con_bx.con04{text-align:center;background: #fbfbfb;padding: 80px 0;}
.sub2_2_3 .content .con_bx.con04 .con_img {padding:50px 0}
.sub2_2_3 .content .con_bx.con04 .con_img.img02{}
.sub2_2_3 .content .con_bx.con05{text-align:center}
.sub2_2_3 .content .con_bx.con05 .ctit_wr{}
.sub2_2_3 .content .con_bx.con05 .con_arr{padding: 30px;}
.sub2_2_3 .content .con_bx.con05 .txt{color: #f84d4d;font-size: 25px;font-weight: 700;}


@media screen and (max-width:1800px){
	.sub2_2_3 .prd_img{right:10%}
}

@media screen and (max-width:1440px){
	.sub2_2_3 .prd_img{right: 20px;width: 400px;}
	.sub2_2_3 .content .con_bx.con03 .con_list{padding: 50px 0 130px;}
	.sub2_2_3 .content .con_bx.con03 .con_list::after{width: 300px;height: 150px;}
}

@media screen and (max-width:1024px){
	.sub2_2_3 .content .con_bx .ov_hd .fl_lf{float:none;width:100%;padding: 0 50px;}
	.sub2_2_3 .content .con_bx .con_tit{margin:0 auto;}
	.sub2_2_3 .content .con_bx .ov_hd .img{padding:10px 0 20px;text-align:center}
	.sub2_2_3 .prd_img{width:300px}
	.sub2_2_3 .content .con_bx.con02 .sub_wr{background: url('../img/sub/sub2_2_3_c2_bg.png')no-repeat right bottom;background-size: 50%;}
	.sub2_2_3 .content .con_bx.con02 .ov_hd .img{text-align:left;}
	.sub2_2_3 .content .con_bx.con03 .con_grp .grp02{display:none}
}

@media screen and (max-width:768px){
	.sub2_2_3 .content .con_bx .ov_hd .fl_lf{padding:0}
	.sub2_2_3 .content .con_bx.con02 .sub_wr{padding: 30px 20px;background: 0;text-align: center;}
	.sub2_2_3 .content .con_bx.con02 .fl_lf .tt{font-size:20px}
	.sub2_2_3 .content .con_bx.con02 .ov_hd .img{text-align:center}
	.sub2_2_3 .content .con_bx.con04 .con_img.img02 .pc_only{display:none}
	.sub2_2_3 .content .con_bx.con04 .con_img.img02 .mo_only{display:block}
	.sub2_2_3 .content .con_bx.con05 .txt{font-size:20px}
}




/* 제품소개-스카이코트5-카게나시5 SS */
.sub2_2_4{}
.sub2_2_4 .product_tit .point_bx{width: 70%;position: relative;z-index: 9;}
.sub2_2_4 .product_tit .point_bx::after{display:block;content:'';background: url('../img/sub/sub2_pbx_new.png')no-repeat center;background-size: contain;width: 139px;height: 148px;right:0;top: -150px;position: absolute;z-index: -1;}
.sub2_2_4 .product_tit .prd_bx{padding-top: 70px;}
.sub2_2_4 .con_bx{padding:50px 0}
.sub2_2_4 .con_bx.con01{text-align:center;}
.sub2_2_4 .con_bx.con01 .sub_wr{background: #fbfbfb;padding: 50px 0;}
.sub2_2_4 .con_bx.con01 .img.x-scr{}
.sub2_2_4 .con_bx.con01 .img.x-scr .x-scr-view{/* display:none */}
.sub2_2_4 .con_bx.con02{position:relative;padding: 100px 0 50px;}
.sub2_2_4 .con_bx.con02::after{display:block;position:absolute;content:'';background: url('../img/sub/sub2_2_4_addtxt.png')no-repeat;background-size: contain;width: 565px;height: 217px;top: 0;right: 15%;}
.sub2_2_4 .con_bx.con02 .ov_hd{padding: 50px 0 30px;}
.sub2_2_4 .con_bx.con02 .img01{}
.sub2_2_4 .con_bx.con02 .img02{text-align:center}
.sub2_2_4 .con_bx.con03{text-align:center;background:#fbfbfb}
.sub2_2_4 .con_bx.con03 .ctit_wr{padding-bottom:30px}
.sub2_2_4 .con_bx.con03 .t03{color:#8d8d8d}
.sub2_2_4 .con_bx.con03 .img_wr{background:#fff;padding: 30px 100px;display:inline-block;}
.sub2_2_4 .con_bx.con04{text-align:center}
.sub2_2_4 .con_bx.con04 .t03{color:#8d8d8d}
.sub2_2_4 .con_bx.con04 .img_wr{padding:50px 0}
.sub2_2_4 .con_bx.con04 .img_wr .img{display:inline-block;padding: 0 50px;}

@media screen and (max-width:1440px){
	.sub2_2_4 .con_bx.con01 .sub_wr{padding: 50px 20px;}
}

@media screen and (max-width:1300px){
	.sub2_2_4 .product_tit .point_bx{width: 85%;}
	.sub2_2_4 .con_bx.con02::after{right: 20px;width: 500px;height: 190px;}
	.sub2_2_4 .con_bx.con04 .img_wr .img{padding: 0 30px;}
}

@media screen and (max-width:1024px){
	.sub2.sub2_2_4 .product_tit .fl_lf{float:none;width:100%}
	.sub2_2_4 .product_tit .point_bx{width: 100%;}
	.sub2_2_4 .product_tit .prd_bx{padding-top: 30px;}
	.sub2_2_4 .con_bx.con02 .ov_hd{padding: 30px 0;}
	.sub2_2_4 .con_bx.con02 .fl_lf{float:none;width:100%;text-align: center;}
    .sub2_2_4 .con_bx.con02 .img02{padding-top: 20px;}
    .sub2_2_4 .con_bx.con04 .img_wr .img{padding: 15px 10px;width: calc(99% / 2);}
}


@media screen and (max-width:768px){
	.sub2_2_4 .con_bx{padding:30px 0}
	.sub2_2_4 .con_bx.con01 .img.x-scr img{width: 900px;max-width: unset;}
	.sub2_2_4 .con_bx.con02::after{width: 55%;height: 150px;}
	.sub2_2_4 .con_bx.con03 .img_wr{padding:20px 0}
    .sub2_2_4 .con_bx.con04 .img_wr .img{width:100%}

}

@media screen and (max-width:500px){
	.sub2_2_4 .product_tit .point_bx::after{width: 80px;height: 90px;top: -90px;}
	.sub2_2_4 .con_bx.con02{padding:30px 0}
	.sub2_2_4 .con_bx.con02::after{display:none}
	.sub2_2_4 .con_bx.con04 .img_wr{padding:0}
}




/* 제품소개-스카이코트5-백백코트5 */
.sub2_2_5{}
.sub2_2_5 .product_tit_wr .product_tit{position:relative;padding-bottom: 100px;}
.sub2_2_5 .product_tit_wr .product_tit::after{display:block;content:'';position:absolute;background: url('../img/sub/sub2_2_5_addtxt.png')no-repeat;background-size: contain;width: 627px;height: 216px;right: 10%;bottom: 50px;}
.sub2_2_5 .product_tit_wr .product_tit .prd_img{right:15%}
.sub2_2_5 .product_tit_wr .product_tit .point_img{padding:50px 0}
.sub2_2_5 .content{}
.sub2_2_5 .content .con_bx{padding:50px 0}
.sub2_2_5 .content .con_bx.con01{}
.sub2_2_5 .content .con_bx.con01 .fl_lf{text-align:center}
.sub2_2_5 .content .con_bx.con02{padding: 80px 0;background: #f7f7f7;/* text-align: center; */}
.sub2_2_5 .content .con_bx.con02 .con_tit{display:inline-block;}
.sub2_2_5 .content .con_bx.con02 .con_list{padding:30px 0;}
.sub2_2_5 .content .con_bx.con02 .con_list ul{text-align:center}
.sub2_2_5 .content .con_bx.con02 .con_list ul li{display:inline-block;padding: 15px 30px;}
.sub2_2_5 .content .con_bx.con02 .con_list .txt{text-align:center;padding: 10px 0;}
.sub2_2_5 .content .con_bx.con02 .con_list .img{width: 170px;height: 170px;background-image: url('../img/sub/sub2_2_5_c2_img.png');background-repeat: no-repeat;}
.sub2_2_5 .content .con_bx.con02 .con_list .img.img01{background-position: 0 0;}
.sub2_2_5 .content .con_bx.con02 .con_list .img.img02{background-position: -225px 0;}
.sub2_2_5 .content .con_bx.con02 .con_list .img.img03{background-position: -452px 0;}
.sub2_2_5 .content .con_bx.con02 .con_list .img.img04{background-position: -680px 0;}
.sub2_2_5 .content .con_bx.con02 .con_list .img.img05{background-position: -906px 0;}
.sub2_2_5 .content .con_bx.con02 .con_list .img.img06{background-position: -109px -252px;}
.sub2_2_5 .content .con_bx.con02 .con_list .img.img07{background-position: -338px -252px;}
.sub2_2_5 .content .con_bx.con02 .con_list .img.img08{background-position: -564px -252px;}
.sub2_2_5 .content .con_bx.con02 .con_list .img.img09{background-position: -792px -252px;}
.sub2_2_5 .content .con_bx.con03{}
.sub2_2_5 .content .con_bx.con03 .product_tit{text-align:center}
.sub2_2_5 .content .con_bx.con03 .product_tit .tt::after{left: 50%;margin-left: -18px;}
.sub2_2_5 .content .con_bx.con03 .prd_info{padding:50px 0}
.sub2_2_5 .content .con_bx.con03 .prd_info ul{overflow:hidden}
.sub2_2_5 .content .con_bx.con03 .prd_info ul li{float:left;width:50%;padding:15px}
.sub2_2_5 .content .con_bx.con03 .prd_info ul li .info_tt{display:table;width:100%;font-size: 25px;text-align: center;height: 60px;border-radius: 10px;}
.sub2_2_5 .content .con_bx.con03 .prd_info ul li:nth-child(1) .info_tt{background:#e4f3f5;}
.sub2_2_5 .content .con_bx.con03 .prd_info ul li:nth-child(2) .info_tt{background:#e4f5ee}
.sub2_2_5 .content .con_bx.con03 .prd_info ul li:nth-child(3) .info_tt{background:#e4eef5}
.sub2_2_5 .content .con_bx.con03 .prd_info ul li:nth-child(4) .info_tt{background:#e4e7f5}
.sub2_2_5 .content .con_bx.con03 .prd_info ul li .info_con{margin: 5px 0 0;display:table;width:100%;border: 15px solid #f5f5f5;height: 400px;text-align: center;padding: 10px;}
.sub2_2_5 .content .con_bx.con04{text-align:center}

@media screen and (max-width:1800px){
	.sub2_2_5 .product_tit_wr .product_tit .prd_img{right:8%}
}

@media screen and (max-width:1440px){
	.sub2_2_5 .product_tit_wr .product_tit{padding: 0;}
	.sub2_2_5 .product_tit_wr .product_tit .prd_img{right:20px;width: 400px;}
	.sub2_2_5 .product_tit_wr .product_tit::after{width: 450px;right: 20px;height: 160px;bottom: 0;}
	.sub2_2_5 .content .con_bx.con02 .con_list ul li{width: calc(99% / 3);}
	.sub2_2_5 .content .con_bx.con02 .con_list .img{margin:0 auto}
	.sub2_2_5 .content .con_bx.con03 .prd_info ul li .info_tt{font-size: 22px;}
}

@media screen and (max-width:1024px){
	.sub2_2_5 .product_tit_wr .product_tit .prd_img{width: 300px;top: 150px;}
	.sub2_2_5 .product_tit_wr .product_tit::after{display:none}
	.sub2_2_5 .content .con_bx.con03 .prd_info ul li{padding:10px}
	.sub2_2_5 .content .con_bx.con03 .prd_info ul li .info_tt{font-size: 18px;height: 80px;padding: 0 30px;}
}

@media screen and (max-width:768px){
	.sub2_2_5 .content .con_bx.con01 .fl_lf{float:none;width:100%;padding:5px}
	.sub2_2_5 .content .con_bx.con02 .con_list ul li{width: calc(99% / 2);}
	.sub2_2_5 .content .con_bx.con03{padding-bottom:0}
	.sub2_2_5 .content .con_bx.con03 .prd_info ul li{width:100%}
	.sub2_2_5 .content .con_bx.con03 .prd_info ul li .info_tt{display:block;height:auto;padding:20px;font-size: 17px;}
	.sub2_2_5 .content .con_bx.con03 .prd_info ul li .info_tt .t_cell{display:block}
	.sub2_2_5 .content .con_bx.con03 .prd_info ul li .info_con{display:block;height:auto;padding:30px 10px;border: 10px solid #f5f5f5;}
	.sub2_2_5 .content .con_bx.con04{padding-top:0}
}

@media screen and (max-width:500px){
	.sub2_2_5 .content .con_bx.con02 .con_list ul li{width:100%}
	.sub2_2_5 .content .con_bx.con03 .prd_info ul li .info_tt{font-size: 16px;}
}




/* 제품소개-스카이코트5-코팅5+1 */
.sub2_2_6{}
.sub2_2_6 .prd_img{right:15%}
.sub2_2_6 .point_img{padding:80px 0 20px}
.sub2_2_6 .content{}
.sub2_2_6 .content .con_bx{}
.sub2_2_6 .content .con_bx.con01{position:relative;padding-bottom: 250px;}
.sub2_2_6 .content .con_bx.con01::after{display:block;position:absolute;content:'';background: url('../img/sub/sub2_2_6_addtxt.png')no-repeat;width: 724px;height: 216px;background-size: contain;right: 20%;bottom: 0;}
.sub2_2_6 .content .con_bx.con01 .sub_wr{border-top:1px solid #ddd;padding-top:50px}
.sub2_2_6 .content .con_bx.con01 .fl_lf{text-align:center;padding: 10px;}
.sub2_2_6 .content .con_bx.con01 .img{padding-bottom:20px}
.sub2_2_6 .content .con_bx.con01 .tit{background: #f6f6f6;display: inline-block;padding: 10px 150px;}


@media screen and (max-width:1800px){
	.sub2_2_6 .prd_img{right:10%}
}

@media screen and (max-width:1440px){
	.sub2_2_6 .prd_img{right: 20px;width: 400px;padding: 10px;}
	.sub2_2_6 .point_img{padding:20px 0}
	.sub2_2_6 .content .con_bx.con01::after{right:20px;width: 55%;height: 200px;}
}

@media screen and (max-width:1024px){
	.sub2_2_6 .content .con_bx.con01{padding-bottom: 180px;}
	.sub2_2_6 .content .con_bx.con01::after{height:150px}
	.sub2_2_6 .content .con_bx.con01 .tit{padding:10px;width:50%}
}

@media screen and (max-width:768px){
	.sub2_2_6 .content .con_bx.con01{padding-bottom: 0px;}
	.sub2_2_6 .content .con_bx.con01::after{display:none}
	.sub2_2_6 .content .con_bx.con01 .ov_hd .fl_lf{float:none;width:100%;}
}



/* 제품소개-스카이코트5-에어플러스 */
.sub2_2_7{}
.sub2_2_7 .content{}
.sub2_2_7 .con_bx{padding:50px 0}
.sub2_2_7 .con_bx.con01{}
.sub2_2_7 .con_bx.con01 .product_tit{padding-bottom: 80px;}
.sub2_2_7 .con_bx.con01 .prd_img{}
.sub2_2_7 .con_bx.con01 .product_info{overflow:hidden;background: url('../img/sub/sub2_2_7_c1_txtbg.png')no-repeat bottom left #eee;padding: 50px 15px;}
.sub2_2_7 .con_bx.con01 .product_info .fl01{text-align:center}
.sub2_2_7 .con_bx.con01 .product_info .fl02{float:right;/* width: 47%; */padding-left: 30px;}
.sub2_2_7 .con_bx.con01 .product_info .fl02 .tt_wr{}
.sub2_2_7 .con_bx.con01 .product_info .fl02 .tt_wr .tt{color:#1d4b96;font-weight: 700;font-size:25px;}
.sub2_2_7 .con_bx.con01 .product_info .fl02 .tt_wr .add{padding:20px 0}
.sub2_2_7 .con_bx.con01 .product_info .fl02 .tb_wr{font-size:15px;font-weight: 500;}
.sub2_2_7 .con_bx.con01 .product_info .fl02 .tb_wr ul{overflow:hidden}
.sub2_2_7 .con_bx.con01 .product_info .fl02 .tb_wr ul li{padding: 2px;float: left;width: 25%;}
.sub2_2_7 .con_bx.con01 .product_info .fl02 .tb_wr .tb_bx{display:table;width:100%;padding: 5px;text-align: center;height: 50px;}
.sub2_2_7 .con_bx.con01 .product_info .fl02 .tb_wr .tb_bx p{display:table-cell;vertical-align:middle}
.sub2_2_7 .con_bx.con01 .product_info .fl02 .tb_wr .tb_bx.th{background: #162c4c;}
.sub2_2_7 .con_bx.con01 .product_info .fl02 .tb_wr .tb_bx.th p{color:#fff}
.sub2_2_7 .con_bx.con01 .product_info .fl02 .tb_wr .tb_bx.td{background:#fff}
.sub2_2_7 .con_bx.con01 .product_info .fl02 .tb_wr .tb_bx.td p{color: #162c4c;}

@media screen and (max-width:1500px){
	.sub2_2_7 .con_bx.con01{padding-top:0}
	.sub2_2_7 .con_bx.con01 .product_info .fl02 .tb_wr .tb_bx{height: 65px;}
	.sub2_2_7 .con_bx.con01 .product_info .fl02 .tb_wr .tb_bx .mo_only{display:block}
}

@media screen and (max-width:1300px){
	.sub2_2_7 .con_bx.con01 .prd_img{width: 400px;top: 0;}
	.sub2_2_7 .con_bx.con01 .product_info .fl02 .tb_wr .tb_bx{height: 60px;}
	.sub2_2_7 .con_bx.con01 .product_info .fl02 .tb_wr .tb_bx.td .mo_only{display:block}
}

@media screen and (max-width:1024px){
	.sub2_2_7 .con_bx.con01 .prd_img{width: 300px;}
	.sub2_2_7 .con_bx.con01 .product_info .fl_lf{float:none;width:100%;padding: 20px;}
}

@media screen and (max-width:768px){
	.sub2_2_7 .con_bx{padding:30px 0}
	.sub2_2_7 .con_bx.con01 .product_tit{padding-bottom:50px}
	.sub2_2_7 .con_bx.con01 .prd_img{padding:30px 0}
	.sub2_2_7 .con_bx.con01 .product_info .fl_lf{padding:20px 0}
	.sub2_2_7 .con_bx.con01 .product_info .fl02 .tt_wr .tt{font-size:20px}
	.sub2_2_7 .con_bx.con01 .product_info .fl02 .tt_wr .add{padding:10px 0}
}

@media screen and (max-width:500px){
	.sub2_2_7 .product_tit .tt{font-size: 25px;}
	.sub2_2_7 .con_bx.con01 .prd_img{display:none}
	.sub2_2_7 .con_bx.con01 .product_info{padding: 0 10px;}
	.sub2_2_7 .con_bx.con01 .product_info .fl02 .tb_wr ul li{width:100%}
	.sub2_2_7 .con_bx.con01 .product_info .fl02 .tb_wr ul li:nth-child(4){margin-bottom:20px}
	.sub2_2_7 .con_bx.con01 .product_info .fl02 .tb_wr .tb_bx{height:auto;padding:10px}
}

.sub2_2_7 .con_bx.con02::before{display:block;content:'';background: #f7f7f7;width:100%;height: 45%;bottom:0;left:0;position:absolute;z-index:-1;}
.sub2_2_7 .con_bx.con02{overflow:hidden;position: relative;z-index:9;padding: 130px 0 50px;/* margin: 20px 0; */}
.sub2_2_7 .con_bx.con02 .product_tit .tt{padding: 0;display: inline-block;position: relative;}
.sub2_2_7 .con_bx.con02 .product_tit .tt::after{display:block;content:'';position:absolute;background: url('../img/sub/sub2_2_7_c2_titaft.png')no-repeat center;background-size: contain;width: 202px;height: 65px;right: -180px;left: auto;bottom: 0;}
.sub2_2_7 .con_bx.con02 .product_tit .t03{position: relative;padding-top: 45px;margin-top: 5px;line-height: 30px;}
.sub2_2_7 .con_bx.con02 .product_tit .t03::before{display:block;content:'';background:#b9b9b9;width:2px;height: 40px;left:0;top:0;position: absolute;}
.sub2_2_7 .con_bx.con02 .product_tit .t03 .add{color:#747474}
.sub2_2_7 .con_bx.con02 .product_tit{float:left}
.sub2_2_7 .con_bx.con02 .product_info{float:right;overflow: hidden;padding-top: 50px;}
.sub2_2_7 .con_bx.con02 .product_info .fl_lf{padding:10px}

@media screen and (max-width:1300px){
	.sub2_2_7 .con_bx.con02{padding: 50px 0;}
	.sub2_2_7 .con_bx.con02 .product_tit{float:none;width:100%;text-align: center;}
	.sub2_2_7 .con_bx.con02 .product_tit .t03::before{left: 50%;margin-left: -1px;}
	.sub2_2_7 .con_bx.con02 .product_info{float:none;width:100%}
}

@media screen and (max-width:768px){
	.sub2_2_7 .con_bx.con02::before{height: 75%;}
	.sub2_2_7 .con_bx.con02 .product_tit .tt::after{display:none}
	.sub2_2_7 .con_bx.con02 .product_info .fl_lf{width:100%;float: none;padding: 20px 10px;}
}

.sub2_2_7 .con_bx.con03::before{display:block;content:'';background: #f7f7f7;width:100%;height: 35%;bottom:0;left:0;position:absolute;z-index:-1;}
.sub2_2_7 .con_bx.con03{overflow:hidden;position:relative;z-index:9;padding: 230px 0 50px;/* margin: 20px 0; */}
.sub2_2_7 .con_bx.con03::after{display:block;content:'';background: url('../img/sub/sub2_2_7_c3_addtxt.png')no-repeat center;position:absolute;width: 505px;height: 74px;right: 15%;top: 50px;background-size: contain;}
.sub2_2_7 .con_bx.con03 .product_tit .tt{padding: 0;display: inline-block;position: relative;}
.sub2_2_7 .con_bx.con03 .product_tit .tt::after{display:block;content:'';position:absolute;background: url('../img/sub/sub2_2_7_c3_titaft.png')no-repeat center;background-size: contain;width: 380px;height: 57px;right: -230px;/* top: 0; */left: auto;bottom: 15px;}
.sub2_2_7 .con_bx.con03 .product_tit .t03{position: relative;padding-top: 45px;margin-top: 5px;}
.sub2_2_7 .con_bx.con03 .product_tit .t03::before{display:block;content:'';background:#b9b9b9;width:2px;height: 40px;left:0;top:0;position: absolute;}
.sub2_2_7 .con_bx.con03 .product_tit{float:left;padding-top: 70px;}
.sub2_2_7 .con_bx.con03 .product_info{float:right;position: relative;}
.sub2_2_7 .con_bx.con03 .product_info .tt{position:absolute;left:-500px;bottom:0}
.sub2_2_7 .con_bx.con03 .product_info .img{}

@media screen and (max-width:1300px){
	.sub2_2_7 .con_bx.con03{padding:50px 0}
	.sub2_2_7 .con_bx.con03::after{display: none;}
	.sub2_2_7 .con_bx.con03 .product_tit{float:none;width:100%;text-align: center;padding-top: 30px;}
	.sub2_2_7 .con_bx.con03 .product_tit .t03::before{left: 50%;margin-left: -1px;}
	.sub2_2_7 .con_bx.con03 .product_info{float:none;width:100%;text-align:center}
	.sub2_2_7 .con_bx.con03 .product_info .tt{position:static;padding: 30px 0 20px;}
}

@media screen and (max-width:768px){
	.sub2_2_7 .con_bx.con03 .product_tit .tt::after{display: none;/* width: 250px; */}
}


.sub2_2_7 .con_bx.con05::before{display:block;content:'';background: #f7f7f7;width:100%;height: 35%;bottom:0;left:0;position:absolute;z-index:-1;}
.sub2_2_7 .con_bx.con05{overflow:hidden;position:relative;z-index:9;padding: 230px 0 50px;/* margin: 20px 0; */}
.sub2_2_7 .con_bx.con05::after{display:block;content:'';background: url('../img/sub/sub2_2_7_c3_addtxt.png')no-repeat center;position:absolute;width: 505px;height: 74px;right: 15%;top: 50px;background-size: contain;}
.sub2_2_7 .con_bx.con05 .sub_wr{overflow:hidden}
.sub2_2_7 .con_bx.con05 .product_tit .tt{padding: 0;display: inline-block;position: relative;}
.sub2_2_7 .con_bx.con05 .product_tit .tt::after{display:block;content:'';position:absolute;background: url('../img/sub/sub2_2_7_c5_titaft.png')no-repeat center;background-size: contain;width: 230px;height: 80px;left: 0;top: -65px;/* bottom: 15px; */}
.sub2_2_7 .con_bx.con05 .product_tit .t03{position: relative;padding-top: 45px;margin-top: 5px;}
.sub2_2_7 .con_bx.con05 .product_tit .t03::before{display:block;content:'';background:#b9b9b9;width:2px;height: 40px;left:0;top:0;position: absolute;}
.sub2_2_7 .con_bx.con05 .product_tit{float:left;padding-top: 70px;}
.sub2_2_7 .con_bx.con05 .product_info{float:right;position: relative;}
.sub2_2_7 .con_bx.con05 .product_info .tt{position:absolute;left:-500px;bottom:0}
.sub2_2_7 .con_bx.con05 .product_info .img{}

@media screen and (max-width:1300px){
	.sub2_2_7 .con_bx.con05{padding:50px 0}
	.sub2_2_7 .con_bx.con05::after{display: none;}
	.sub2_2_7 .con_bx.con05 .product_tit{float:none;width:100%;text-align: center;padding-top: 30px;}
	.sub2_2_7 .con_bx.con05 .product_tit .t03::before{left: 50%;margin-left: -1px;}
	.sub2_2_7 .con_bx.con05 .product_tit .tt::after{display:none}
	.sub2_2_7 .con_bx.con05 .product_info{float:none;width:100%;text-align:center}
	.sub2_2_7 .con_bx.con05 .product_info .tt{position:static;padding: 30px 0 20px;}
	.sub2_2_7 .con_bx.con05 .product_info .img{padding-top:30px}
}

@media screen and (max-width:768px){
	.sub2_2_7 .con_bx.con05 .product_tit .tt::after{display: none;/* width: 250px; */}
}


.sub2_2_7 .con_bx.con07 .product_tit{float:none}
.sub2_2_7 .con_bx.con07 .product_tit .tt::after{display:none}
.sub2_2_7 .con_bx.con07 .product_stnd{overflow:hidden;padding:20px 0}
.sub2_2_7 .con_bx.con07 .product_stnd .stnd_bx{float:left;width:50%;padding:0 20px;}
.sub2_2_7 .con_bx.con07 .product_stnd .stnd_bx .stnd_tit{background:#162c4c;text-align:center;color:#fff;padding:15px 10px;font-weight: 500;}
.sub2_2_7 .con_bx.con07 .product_stnd .stnd_bx .stnd_txt{background:#f7f7f7;text-align:center;padding:20px}
.sub2_2_7 .con_bx.con07 .product_stnd .stnd_bx .stnd_txt p{display:inline-block;padding:0 20px;color: #162c4c;}


.sub2_2_7 .con_bx.con04{}
.sub2_2_7 .con_bx.con04 .sub_wr{overflow:hidden}
.sub2_2_7 .con_bx.con04 .tit_wr{float:left;width: calc(100% - 860px);font-size: 45px;font-weight: 700;padding-top: 100px;}
.sub2_2_7 .con_bx.con04 .tit_wr p{position:relative;display: inline-block;}
.sub2_2_7 .con_bx.con04 .tit_wr p::before{display:block;content:'';position:absolute;background: url('../img/sub/sub2_2_7_c4_titaft.png')no-repeat center;background-size: contain;width: 134px;height: 45px;right: -100px;top: 0;}
.sub2_2_7 .con_bx.con04 .tit_wr .arr{padding-top:30px}
.sub2_2_7 .con_bx.con04 .img_wr{float:left;width: 860px;}
.sub2_2_7 .con_bx.con04 .img_wr .img_bx{position:relative;overflow: hidden;}
.sub2_2_7 .con_bx.con04 .img_wr .img_bx .img_tt{position:absolute;background: rgba(0,0,0,0.6);color:#fff;bottom: 15px;left: 15px;padding: 10px 25px;}
.sub2_2_7 .con_bx.con04 .img_wr .img_bx .img_tt p{display:table;width:100%;padding: 2px 0;}
.sub2_2_7 .con_bx.con04 .img_wr .img_bx .img_tt p .th{display:table-cell;width: 80px;}
.sub2_2_7 .con_bx.con04 .img_wr .img_bx .img_tt p .td{display:table-cell;font-size: 15px;font-weight: 300;}
.sub2_2_7 .con_bx.con04 .img_wr .img_bx.bx01{}
.sub2_2_7 .con_bx.con04 .img_wr .img_bx.bx01 .img{float: left;width: 50%;}
.sub2_2_7 .con_bx.con04 .img_wr .img_bx.bx01 .img.img01{text-align:left}
.sub2_2_7 .con_bx.con04 .img_wr .img_bx.bx01 .img.img02{text-align:right}
.sub2_2_7 .con_bx.con04 .img_wr .img_bx.bx02{padding-top:10px}
.sub2_2_7 .con_bx.con04 .img_wr .img_bx.bx02 .img{}

@media screen and (max-width:1300px){
	.sub2_2_7 .con_bx.con04 .tit_wr{float:none;width:100%;padding: 0 0 30px;font-size: 30px;text-align: center;}
	.sub2_2_7 .con_bx.con04 .tit_wr .arr{display:none}
	.sub2_2_7 .con_bx.con04 .img_wr{float:none;margin:0 auto}
}

@media screen and (max-width:1024px){
	.sub2_2_7 .con_bx.con04 .img_wr{max-width:100%}
	.sub2_2_7 .con_bx.con04 .img_wr .img_bx.bx02{padding-top:5px}
}

@media screen and (max-width:768px){
	.sub2_2_7 .con_bx.con04 .tit_wr p::before{display:none}
	.sub2_2_7 .con_bx.con04 .img_wr .img_bx .img_tt{position: static;}
	.sub2_2_7 .con_bx.con04 .img_wr .img_bx.bx02 .img_tt{display:none}
}

@media screen and (max-width:500px){
	.sub2_2_7 .con_bx.con04 .tit_wr{font-size:25px}
	.sub2_2_7 .con_bx.con04 .img_wr .img_bx.bx01 .img{float:none;width:100%;text-align: center !important;padding: 5px 0;}
	.sub2_2_7 .con_bx.con04 .img_wr .img_bx.bx02 .img{text-align:center}
}






/* 제품소개 - 비닐하우스 자재 */
.sub2_4{}
.sub2_4 .con_bx{padding:50px 0}
.sub2_4 .con_bx .sub_wr{position:relative}
.sub2_4 .con_bx .point_wr{flex: 50%;}
.sub2_4 .con_bx .point_wr .tit{color:#294788;font-weight:500;font-size:20px;padding:30px 0 15px}
.sub2_4 .con_bx .point_wr .li::before{display:block;position:absolute;content:'';background: #94d4df;width: 5px;height: 5px;left:0;top: 14px;}
.sub2_4 .con_bx .point_wr .li{padding: 3px 0 3px 13px;position:relative;}
.sub2_4 .con_bx .prd_img{/* max-width:unset */}
.sub2_4 .con_bx .point_img{padding:30px 0 20px}

.sub2_4 .prd_img1 {display: flex;justify-content: space-between;flex-wrap: wrap;}
.sub2_4 .df {display: flex;flex-wrap: wrap;}
.sub2_4 .df .point_img2 {flex: 50%;padding: 30px 0;}


@media screen and (max-width:1440px){
	.sub2_4 .con_bx .prd_img{max-width: 65%;}
	
	.sub2_4 .prd_img1 {justify-content: space-around;}
    .sub2_4 .prd_img1 img{width:470px}
}

@media screen and (max-width:1024px){
	.sub2_4 .con_bx .prd_img{position:static}
	
	.sub2_4 .prd_img1 img{width: 360px;}
    .sub2_4 .prd_img1{}
}

@media screen and (max-width:768px){
	.sub2_4 .product_tit .tt{font-size:25px}
	.sub2_4 .con_bx{padding:30px 0}
	.sub2_4 .con_bx .point_wr .tit{padding:15px 0 5px}
	.sub2_4 .con_bx .prd_img{max-width: 90%;margin: 0 auto;}
	.sub2_4 .con_bx .point_img .img{display: block;text-align: left;}
	
	.sub2_4 .prd_img1{gap: 20px 0;}
    .sub2_4 .prd_img1 img{width: 100%;max-width: 340px;}
    .sub2_4 .con_bx .point_wr{flex: 100%;}
    .sub2_4 .df .point_img2{flex:100%}
}

@media screen and (max-width:500px){
	.sub2_4 .product_tit .tt{font-size:20px}
	.sub2_4 .con_bx .point_wr .tit{font-size:18px}
}



/* 제품소개 - 사용상 주의사항 */
.sub2_5{}
.sub2_5 .sub_wr{border:5px solid #eee;padding:50px 40px}
.sub2_5 .product_tit{text-align:center}
.sub2_5 .product_tit .tt{}
.sub2_5 .product_tit .tt::after{left: 50%;margin-left: -17px;}
.sub2_5 .content{}
.sub2_5 .content .con_bx{padding:40px 0 10px}
.sub2_5 .content .con_bx .con_top{padding-bottom:20px;text-align: center;}
.sub2_5 .content .con_bx .con_tit{/* display:inline-block; *//* padding: 10px 150px; */max-width: 370px;}
.sub2_5 .content .con_bx .con_list{padding:20px 0}
.sub2_5 .con_list ul{}
.sub2_5 .con_list ul li{padding: 5px 0;}
.sub2_5 .con_list .num_wr{display:inline-block;vertical-align:top}
.sub2_5 .con_list .num_wr .num{display:table;width:25px;height:25px;font-size:15px}
.sub2_5 .con_list .num .t_cell{background: #cfe2f7;color: #294788;text-align:center;border-radius:100%;font-weight: 500;}
.sub2_5 .con_list .txt_wr{display:inline-block;vertical-align:top;width: calc(100% - 30px);font-weight: 300;padding-left: 5px;}
.sub2_5 .con_list .add_txt{font-size:20px;padding:5px 50px}
.sub2_5 .con_list .add_bx{background: #f2f2f2;padding:30px;font-weight: 300;line-height: 28px;}

@media screen and (max-width:1440px){
	.sub2_5{padding: 0 20px 50px;}
	.sub2_5 .sub_wr{padding: 30px;}
}

@media screen and (max-width:768px){
	.sub2_5 .sub_wr{padding:20px 10px}
	.sub2_5 .product_tit .tt{font-size:25px}
	.sub2_5 .content .con_bx{padding: 30px 0 0;}
	.sub2_5 .content .con_bx .con_tit{max-width:100%}
	.sub2_5 .con_list .add_txt{padding: 5px 20px;font-size: 16px;}
}


/* 고객문의 */
.qa_top{text-align:center;padding: 0 0 50px;}
.qa_top .tit{font-size:30px;font-weight:700;padding:20px 0 10px}
.qa_top .qa_table{width:100%;max-width:800px;margin:0 auto}
.qa_top .qa_table thead{}
.qa_top .qa_table thead th{background:#014099;color:#fff;padding:10px}
.qa_top .qa_table tbody{}
.qa_top .qa_table tbody td{padding:15px;border-bottom:2px solid #014099}
.qa_top .txt{}

@media screen and (max-width:768px){
	.qa_top{padding: 0 0 20px;}
	.qa_top .tit{font-size:25px}
}

@media screen and (max-width:500px){
	.qa_top .qa_table{font-size:14px}
	.qa_top .qa_table thead th{padding:5px}
    .qa_top .qa_table tbody td{padding:5px}
}


@font-face {
    font-family: 'YangjuByeolsanA1';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2405@1.0/YangjuByeolsanA1.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
