@charset "utf-8";

/* 서브 비주얼 */
.sub_main{position: relative; height: 350px; margin-top: 70px; margin-bottom: 100px;}
.sub_main .txt{color: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; width: 100%; padding: 0 20px;}
.sub_main h1{font-size: 55px; font-weight: 600;}
.sub_main p{font-size: 18px; font-weight: 300; margin-top: 20px; opacity: 0.7;}

.sm_01{background: url(/img/sub/sm_01.jpg); background-position: center; background-repeat: no-repeat; background-size: cover;}
.sm_02{background: url(/img/sub/sm_02.jpg); background-position: center; background-repeat: no-repeat; background-size: cover;}
.sm_03{background: url(/img/sub/sm_03.jpg); background-position: center; background-repeat: no-repeat; background-size: cover;}
.sm_04{background: url(/img/sub/sm_04.jpg); background-position: center; background-repeat: no-repeat; background-size: cover;}
.sm_05{background: url(/img/sub/sm_05.jpg); background-position: center; background-repeat: no-repeat; background-size: cover;}
.sm_06{background: url(/img/sub/sm_06.jpg); background-position: center; background-repeat: no-repeat; background-size: cover;}

@media screen and (max-width: 1200px){
    .sub_main{margin-top: 60px; height: 300px; margin-bottom: 80px;}
    .sub_main h1{font-size: 45px;}
}
@media screen and (max-width: 1000px){
    .sub_main h1{font-size: 38px;}
    .sub_main p{font-size: 16px;}
}
@media screen and (max-width: 640px){
    .sub_main{height: 160px; margin-bottom: 50px;}
    .sub_main h1{font-size: 25px;}
    .sub_main p{font-size: 13px; padding: 0 20px; margin-top: 10px; line-height: 1.5;}
}

/* 체크박스 css */
.chk{display: flex; align-items: center;}
.chk label{color: #999; cursor: pointer;}
.chk label::before{content: ''; display: inline-block; vertical-align: middle; width: 16px; height: 16px; border-radius: 2px; border: 1px solid #e0e0e0; background: #fff; margin-top: -4px; margin-right: 7px;}

.chk input[type="checkbox"]:checked + label{color: #005cc8; font-weight: 500;}
.chk input[type="checkbox"]:checked + label::before{background: #005cc8 url(/img/main/agree_chk.svg) center no-repeat; background-size: 85%; border-color: #005cc8;}


/* 인사말 */
.sub_0101{border: 1px solid #eee; padding: 100px 150px 120px; position: relative;}
.sub_0101::before{content: ''; width: 70px; height: 55px; background: url(/img/sub/quotes.png) center no-repeat; background-size: cover; position: absolute; top: -15px; left: 100px;}
.sub_0101::after{content: ''; width: 70px; height: 55px; background: url(/img/sub/quotes2.png) center no-repeat; background-size: cover; position: absolute; bottom: -15px; right: 100px;}
.sub_0101 h1{font-size: 35px; font-weight: 600; line-height: 1.3; text-align: center;}
.sub_0101 p{font-size: 18px; font-weight: 300; color: #666; line-height: 1.5; text-align: center;}
.sub_0101 p::before{content: ''; display: block; margin: 30px auto; width: 1px; height: 30px; background: #ccc; transform: rotate(45deg);}
.sub_0101 h2{text-align: center; font-size: 18px; font-weight: 300; line-height: 1.5; color: #666; margin-top: 70px;}
.sub_0101 h2 span{font-weight: 600; line-height: 1.5; color: #000;}

@media screen and (max-width: 1200px){
    .sub_0101{padding: 80px 120px 100px;}
    .sub_0101 h1{font-size: 30px;}
    .sub_0101 p, .sub_0101 h2{font-size: 16px;}
}
@media screen and (max-width: 981px){
    .sub_0101{padding: 60px 100px 80px;}
    .sub_0101 h1{font-size: 25px;}
    .sub_0101::before{width: 50px; height: 40px; top: -10px; left: 50px;}
    .sub_0101::after{width: 50px; height: 40px; bottom: -10px; right: 50px;}
    .sub_0101 h2{margin-top: 50px;}
}
@media screen and (max-width: 640px){
    .sub_0101{padding: 50px 20px 60px;}
    .sub_0101 h1{font-size: 20px;}
    .sub_0101::before{width: 30px; height: 24px; top: -7px; left: 50%; transform: translateX(-50%);}
    .sub_0101::after{width: 30px; height: 24px; bottom: -7px; left: 50%; transform: translateX(-50%);}
    .sub_0101 p{font-size: 14px;}
    .sub_0101 p::before{margin: 20px auto; height: 20px;}
    .sub_0101 h2{margin-top: 30px; font-size: 14px;}
}

/* 회사소개_연혁 */
.his_box{display: flex; align-items: flex-start;}
.his_box h1{color: var(--main-color); font-size: 40px; font-weight: 700; top: 10px; width: 250px; position: relative;}
.his_box h1::after{content: ''; display: inline-block; width: 70px; height: 1px; background: #2ac9a4; position: absolute; top: 25px; right: 0;}
.his_box h1::before{content: ''; display: block; position: absolute; top: 22px; right: -4px; width: 7px; height: 7px; border-radius: 50%; background: #2ac9a4; z-index: 1;}
.his_box .month{padding: 20px 0 100px 80px; border-left: 1px dashed #ddd; top: 10px; width: calc(100% - 250px); position: relative;}
.his_box .month::before{content: ''; display: block; position: absolute; top: 18px; left: -8px; width: 15px; height: 15px; background: #fff; border: 1px solid #2ac9a4; border-radius: 50%;}
.his_box .text{display: flex; margin-bottom: 20px;}
.his_box .text:last-child{margin-bottom: 0;}
.his_box .text h2{width: 100px; color: #666; font-size: 18px; font-weight: 600;}
.his_box .hb_list{width: calc(100% - 100px);}
.his_box .hb_list li{margin-bottom: 15px; line-height: 1.5; font-size: 18px; font-weight: 300; position: relative; padding-left: 15px;}
.his_box .hb_list li::before{content: ''; position: absolute; top: 11px; left: 0; width: 3px; height: 3px; background: #999; border-radius: 50%; }
@media screen and (max-width: 1200px){
	.his_box h1{font-size: 30px; width: 200px; line-height: 50px;}
	.his_box .month{width: calc(100% - 200px); padding: 15px 0 50px 60px;}
	.his_box .text h2{width: 50px; font-size: 16px;}
	.his_box .hb_list{width: calc(100% - 50px);}
    .his_box .hb_list li{font-size: 16px;}
}
@media screen and (max-width: 981px){
    .his_box{display: block; margin-bottom: 40px;}
	.his_box h1{font-size: 18px; line-height: inherit; top: 0; margin-bottom: 20px; width: 100%; background: linear-gradient(to right, #2ac9a4, #09a3d2); color: #fff; text-align: center; padding: 10px; font-weight: 600;}
	.his_box h1::after, .his_box h1::before{display: none;}
	.his_box .month{padding: 0; top: 0; border-left: none; width: 100%;}
	.his_box .month::before{display: none;}
	.his_box .text{margin-bottom: 15px;}
	.his_box .text h2{width: 50px; margin-right: 10px;}
	.his_box .text h2, .his_box .hb_list li{font-size: 16px;}
	.his_box .hb_list{width: calc(100% - 60px);}
    .his_box .hb_list li{margin-bottom: 5px;}
	.his_box .hb_list li::before{top: 9px;}
}
@media screen and (max-width: 640px){
	.his_box .text h2{font-weight: 600; width: 30px;}
	.his_box .hb_list{width: calc(100% - 40px);}
	.his_box .text h2, .his_box .hb_list li{font-size: 14px;}
    .his_box .hb_list li{padding-left: 10px;}
    .his_box .hb_list li::before{top: 8px;}
}

/* 파트너쉽 */
/*
.partner{font-size: 0;}
.partner li{display: inline-block; vertical-align: top; margin-right: 20px; margin-top: 50px; width: calc(100% / 3 - 13.5px);}
.partner li:nth-child(3n){margin-right: 0;}
.partner li:nth-child(1){margin-top: 0;}
.partner li:nth-child(2){margin-top: 0;}
.partner li:nth-child(3){margin-top: 0;}
.partner li a{display: block;}
.partner .img{border: 1px solid #ddd; width: 100%; padding-top: 55%; position: relative; overflow: hidden;}
.partner .img img{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); height: 55px;}
.partner p{text-align: center; margin-top: 20px; font-size: 18px; font-weight: 500;}
@media screen and (min-width:1000px) and (max-width:3000px){
    .partner li:hover .img{box-shadow: 0 0 20px rgba(9,163,210,0.2); transition: 0.3s;}
}
@media screen and (max-width: 1280px){
    .partner li{margin-right: 10px; width: calc(100% / 3 - 7px);}
    .partner p{margin-top: 15px; font-size: 16px;}
}
@media screen and (max-width: 768px){
    .partner li{width: calc(100% / 2 - 5px); margin-top: 20px;}
    .partner li:nth-child(3n){margin-right: 10px;}
    .partner li:nth-child(2n){margin-right: 0;}
    .partner li:nth-child(3){margin-top: 20px;}
    .partner .img img{max-width: 70%;}
    .partner p{margin-top: 10px; font-size: 16px;}
}
*/
.partner{font-size: 0;}
.partner li{display: inline-block; vertical-align: top; margin-right: 20px; margin-top: 50px; width: calc(100% / 5 - 16px); border: 1px solid #ddd;}
.partner li:nth-child(5n){margin-right: 0;}
.partner li:nth-child(1){margin-top: 0;}
.partner li:nth-child(2){margin-top: 0;}
.partner li:nth-child(3){margin-top: 0;}
.partner li:nth-child(4){margin-top: 0;}
.partner li:nth-child(5){margin-top: 0;}
.partner li a{display: block; position: relative; padding-top: 100%;}
.partner img{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 70%;}
@media screen and (min-width:1000px) and (max-width:3000px){
    .partner li:hover a{box-shadow: 0 0 20px rgba(9,163,210,0.2); transition: 0.3s;}
}
@media screen and (max-width: 1280px){
    .partner li{width: calc(100% / 4 - 15px); margin-top: 40px;}
    .partner li:nth-child(5n){margin-right: 20px;}
    .partner li:nth-child(4n){margin-right: 0;}
    .partner li:nth-child(5){margin-top: 40px;}
}
@media screen and (max-width: 768px){
    .partner li{width: calc(100% / 3 - 7px); margin-top: 20px; margin-right: 10px; border: 1px solid #eee;}
    .partner li:nth-child(5n){margin-right: 10px;}
    .partner li:nth-child(4n){margin-right: 10px;}
    .partner li:nth-child(3n){margin-right: 0;}
    .partner li:nth-child(4){margin-top: 20px;}
    .partner li:nth-child(5){margin-top: 20px;}
    .partner img{max-width: 60%;}
}



/* 인증 및 특허 */
.patent .list{font-size: 0;}
.patent .list li{display: inline-block; vertical-align: top; width: calc(100% / 3 - 27px); margin-right: 40px; margin-top: 60px; position: relative;}
.patent .list li:nth-child(3n){margin-right: 0;}
.patent .list li:nth-child(1){margin-top: 0;}
.patent .list li:nth-child(2){margin-top: 0;}
.patent .list li:nth-child(3){margin-top: 0;}
.patent .list li .chk{position: absolute; top: 13px; left: 10px; z-index: 1;}
.patent .list li .img{background: #f5f5f5; width: 100%; padding-top: 100%; position: relative; overflow: hidden;}
.patent .list li .img img{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-height: 85%; border: 5px solid #fff;}
.patent .list li dl{text-align: center; margin-top: 20px; }
.patent .list li dt{font-size: 22px; font-weight: 600; line-height: 1.5;}
.patent .list li dd{margin-top: 10px; font-size: 16px; line-height: 1.5; padding: 0 20px; color: #666;}

@media screen and (min-width: 981px) and (max-width: 3000px){
    .patent .list li a:hover dt{color: var(--main-color);}
}
@media screen and (max-width: 1280px){
    .patent .list li{width: calc(100% / 3 - 13.5px); margin-right: 20px; margin-top: 40px;}
    .patent .list li dt{font-size: 20px;}
    .patent .list li dd{padding: 0;}
}
@media screen and (max-width: 640px){
    .patent .list li{width: calc(100% / 2 - 5px); margin-right: 10px; margin-top: 30px;}
    .patent .list li:nth-child(3n){margin-right: 10px;}
    .patent .list li:nth-child(2n){margin-right: 0;}
    .patent .list li:nth-child(3){margin-top: 30px;}
    .patent .list li dl{margin-top: 10px;}
    .patent .list li dt{font-size: 16px;}
    .patent .list li dd{font-size: 14px; margin-top: 5px;}
}


/* 제품 리스트 */
.pro_sub_tit{font-size: 25px; font-weight: 600; position: relative; padding-left: 17px; line-height: 1.5;}
.pro_sub_tit::before{content: ''; width: 5px; height: 26px; background: var(--main-color); position: absolute; top: 6px; left: 0;}

.pro_list{margin-top: 100px;}
.pro_list:first-child{margin-top: 0;}
.pro_list ul{margin-top: 30px; font-size: 0;}
.pro_list ul li{vertical-align: top; width: calc(100% / 2 - 15px); margin-right: 30px; display: inline-block; margin-top: 50px;}
.pro_list ul li:nth-child(2n){margin-right: 0;}
.pro_list ul li:nth-child(1){margin-top: 0;}
.pro_list ul li:nth-child(2){margin-top: 0;}
.pro_list ul .img{background: #f9f9f9; position: relative; display: block; padding-top: 60%;}
.pro_list ul .img img{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 90%;}
.pro_list ul .txt{margin-top: 30px;}
.pro_list ul .txt dl{}
.pro_list ul .txt dl dt{font-size: 20px; line-height: 1.5; font-weight: 600;}
.pro_list ul .txt dl dd{font-size: 16px; line-height: 1.5; color: #666; margin-top: 10px; font-weight: 300;}
.pro_list ul .txt .more{margin-top: 30px;}


@media screen and (min-width: 981px) and (max-width: 3000px){
    .pro_list ul .img:hover img{max-width: 95%; transition: 0.5s;}
}

@media screen and (max-width: 1200px){
    .pro_list{margin-top: 80px;}
    .pro_sub_tit{font-size: 22px; padding-left: 15px;}
    .pro_sub_tit::before{width: 3px; height: 24px;}
    .pro_list ul li{width: calc(100% / 2 - 5px); margin-right: 10px;}
    .pro_list ul .txt{margin-top: 20px;}
    .pro_list ul .txt dl dt{font-size: 18px;}
    .pro_list ul .txt dl dd{margin-top: 5px;}
    .pro_list ul .txt .more{margin-top: 20px;}
}
@media screen and (max-width: 981px){
    .pro_list ul .txt dl dd{font-size: 14px;}
}
@media screen and (max-width: 640px){
    .pro_list{margin-top: 50px;}
    .pro_sub_tit{font-size: 18px; padding-left: 10px;}
    .pro_sub_tit::before{height: 18px;}
    .pro_list ul{margin-top: 20px;}
    .pro_list ul li{width: 100%; margin-right: 0; margin-top: 40px;}
    .pro_list ul li:nth-child(2){margin-top: 40px;}
    .pro_list ul .img img{max-width: 100%;}
    .pro_list ul .txt{margin-top: 15px;}
    .pro_list ul .txt dl dt{font-size: 16px;}
    .pro_list ul .txt .more{margin-top: 15px;}
}


/* 제품 뷰페이지 */
.pro_view .mt10{margin-top: 10px;}
.pro_view .mt30{margin-top: 30px;}
.pro_view .pro_sub_tit{margin-bottom: 30px;}
.pro_view .pv_btm{padding-bottom: 0!important;}

.pro_view .pv_pd{padding: 60px 0;}
.pro_view .pv_pd{position: relative;}
.pro_view .pv_pd:nth-child(even){flex-direction: row-reverse;}
.pro_view .pv_pd:nth-child(even)::before{content: ''; background: #f9f9f9;  width: 100vw; height: 100%; position: absolute; top: 0; left: 0;  margin-left: calc(-50vw + 50%); z-index: -1;}
.pro_view .pv_row{display: flex; align-items: center; justify-content: space-between;}
.pro_view .pv_row .txt{width: calc(100% / 2 - 15px);}
.pro_view .pv_row .txt h1{font-size: 25px; font-weight: 600; color: var(--main-color); line-height: 1.5;}
.pro_view .pv_row .txt p{font-size: 18px; font-weight: 300; margin-top: 20px; line-height: 1.5;}
.pro_view .pv_row .txt p .bullet{padding-left: 15px; position: relative; display: block;}
.pro_view .pv_row .txt p .bullet::before{content: ''; position: absolute; top: 11px; left: 0; width: 2px; height: 2px; background: #666; border-radius: 50%;}
.pro_view .pv_row .txt p .border{padding-left: 30px; position: relative; display: block;}
.pro_view .pv_row .txt p .border::before{content: ''; position: absolute; top: 12px; left: 15px; width: 5px; height: 1px; background: #666;}
.pro_view .pv_row .img{width: calc(100% / 2 - 15px);}

.pro_view .pv_top{position: relative; padding-top: 0!important;}
.pro_view .pv_top .txt h2{font-size: 20px; color: var(--main-color); font-weight: 600; line-height: 1;}
.pro_view .pv_top .txt h1{font-size: 45px; font-weight: 600; margin-top: 10px; line-height: 1.5; color: #000;}
.pro_view .pv_top .txt p{font-size: 18px; font-weight: 300; margin-top: 20px; line-height: 1.5; color: #666;}
.pro_view .pv_top .txt a{margin-top: 50px;}
.pro_view .pv_top .txt a em{font-size: 20px;}

.pro_view .list li{position: relative; padding-left: 20px; font-size: 18px; font-weight: 300; line-height: 1.5;}
.pro_view .list li+li{margin-top: 20px;}
.pro_view .list li::before{content: ''; width: 7px; height: 1px; position: absolute; top: 12px; left: 0; background: #666;}

.pro_view .pv_table table{width: 100%; border-top: 1px solid #e5e5e5; font-size: 14px; font-weight: 300; border-left: 1px solid #e5e5e5; text-align: center; table-layout: fixed;}
.pro_view .pv_table table th{font-weight: 600; padding: 20px; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; line-height: 1.5;}
.pro_view .pv_table table .th{background: #f9f9f9;}
.pro_view .pv_table table td{border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; padding: 20px; line-height: 1.5;}

.pro_view .img_list ul{font-size: 0;}
.pro_view .img_list ul li{width: calc(100% / 3 - 10px); margin-right: 15px; display: inline-block; vertical-align: top; margin-top: 30px;}
.pro_view .img_list ul li:nth-child(3n){margin-right: 0;}
.pro_view .img_list ul li:nth-child(1){margin-top: 0;}
.pro_view .img_list ul li:nth-child(2){margin-top: 0;}
.pro_view .img_list ul li:nth-child(3){margin-top: 0;}
.pro_view .img_list ul img{border: 1px solid #eee;}
.pro_view .img_list ul dl{margin-top: 20px; text-align: center;}
.pro_view .img_list ul dt{font-size: 16px; font-weight: 600; line-height: 1.5;}
.pro_view .img_list ul dt .line{display: block; width: 100%; height: 1px; background: #ddd; margin: 20px auto;}
.pro_view .img_list ul dd{margin-top: 10px; font-size: 14px; font-weight: 300; margin-top: 5px; line-height: 1.5; color: #666;}

.pv_02 .pv_table{border-top: 1px solid #eee;}
.pv_02 .pv_table .top_img{display: block; margin: 0 auto 30px;}
.pv_02 .pv_table .img_td{padding: 5px 5px 20px;}
.pv_02 .pv_table .img_td dl{margin-top: 20px; font-weight: 500;}
.pv_02 .pv_table .img_td dt{padding: 3px 15px; border-radius: 50px; display: inline-block; margin: 5px 0;}
.pv_02 .pv_table .img_td dt .bold{font-weight: 600;}

.pv_03 .img_list ul dl{text-align: left; padding-right: 20px;}
.pv_03 .img_list ul dl dt{font-size: 18px;}
.pv_03 .img_list ul dl dd{padding-left: 15px; position: relative;}
.pv_03 .img_list ul dl dd::before{content: ''; width: 5px; height: 1px; background: #999; position: absolute; top: 9px; left: 0;}


@media screen and (max-width: 1280px){
    .pro_view .pro_sub_tit{margin-bottom: 20px;}
    .pro_view .pv_row .txt h1{font-size: 20px;}
    .pro_view .pv_row .txt p{font-size: 16px; margin-top: 10px;}
    
    .pro_view .pv_top .txt h2{font-size: 16px;}
    .pro_view .pv_top .txt h1{font-size: 35px; margin-top: 5px;}
    .pro_view .pv_top .txt p{font-size: 16px; margin-top: 10px;}
    .pro_view .pv_row .txt p .bullet{padding-left: 10px;}
    .pro_view .pv_row .txt p .bullet::before{top: 9px;}
    .pro_view .pv_row .txt p .border{padding-left: 25px;}
    .pro_view .pv_row .txt p .border::before{top: 9px; left: 10px;}
    .pro_view .pv_top .txt a{margin-top: 30px;}
    .pro_view .pv_top .txt a em{font-size: 16px;}
    
    .pro_view .list li{font-size: 16px; padding-left: 15px;}
    .pro_view .list li::before{width: 5px; top: 11px;}
    .pro_view .list li+li{margin-top: 10px;}
    
    .pro_view .img_list ul li{width: calc(100% / 3 - 6.7px); margin-right: 10px;}
    .pro_view .img_list ul dl{padding: 0 20px; margin-top: 10px;}
    .pro_view .img_list ul dt{font-size: 14px;}
    .pro_view .img_list ul dd{padding: 0;}
}
@media screen and (max-width: 981px){
    .pro_view .pv_pd{padding: 40px 0;}
    .pro_view .pv_row, .pro_view .pv_pd:nth-child(even){flex-direction: column; align-items: flex-start;}
    .pro_view .pv_row .txt{width: 100%;}
    .pro_view .pv_row .txt h1{font-size: 18px;}
    .pro_view .pv_row .img{width: 100%; margin-top: 20px;}
    
    .pro_view .pv_top .txt h1{font-size: 30px;}
    
    .pro_view .img_list ul li{width: calc(100% / 2 - 5px);}
    .pro_view .img_list ul li:nth-child(3n){margin-right: 10px;}
    .pro_view .img_list ul li:nth-child(2n){margin-right: 0;}
    .pro_view .img_list ul li:nth-child(3){margin-top: 30px;}
    
    .pv_02 .pv_table .top_img{margin: 0 auto 20px; max-width: 60%;}
    .pv_02 .pv_table table td{padding: 10px;}
    
    .pv_03 .img_list ul dl{padding-right: 10px;}
    .pv_03 .img_list ul dl dt{font-size: 16px;}
}
@media screen and (max-width: 770px){
    .pv_02 .m_table{width: 100%; overflow: hidden; overflow-x: scroll;}
    .pv_02 .m_table table{width: 770px!important;}
}
@media screen and (max-width: 640px){
    .pro_view .pro_sub_tit{margin-bottom: 15px;}
    .pro_view .mt10{margin-top: 5px;}
    .pro_view .pv_row .txt h1{font-size: 16px;}
    .pro_view .pv_row .txt p{font-size: 14px;}
    
    .pro_view .list li{font-size: 14px;}
    .pro_view .list li::before{top: 9px;}
    
    .pro_view .pv_top .txt h2{font-size: 14px;}
    .pro_view .pv_top .txt h1{font-size: 25px;}
    .pro_view .pv_top .txt p{font-size: 14px; margin-top: 5px;}
    .pro_view .pv_top .txt a em{font-size: 14px;}
    
    .pro_view .pv_table table{font-size: 12px;}
    .pro_view .pv_table table th,
    .pro_view .pv_table table td{padding: 10px;}
    
    .pro_view .img_list ul li{margin-top: 20px;}
    .pro_view .img_list ul li:nth-child(3){margin-top: 20px;}
    .pro_view .img_list ul dl{padding: 0 10px;}
    .pro_view .img_list ul dt{font-size: 12px;}
    .pro_view .img_list ul dt .line{margin: 10px auto;}
    .pro_view .img_list ul dd{font-size: 12px; margin-top: 5px;}
    
    .pv_02 .pv_table .top_img{max-width: 100%;}
    .pv_02 .pv_table .img_td{padding: 3px 3px 10px;}
    .pv_02 .pv_table .img_td dl{margin-top: 10px;}
    
    .pv_03 .img_list ul li{width: 100%; margin-right: 0;}
    .pv_03 .img_list ul li:nth-child(2){margin-top: 20px;}
    .pv_03 .img_list ul dd{font-size: 14px;}
}

@media screen and (max-width: 550px){
    .pro_view .m_table{width: 100%; overflow: hidden; overflow-x: scroll;}
    .pro_view .m_table table{width: 550px;}
}

/* 카달로그 */
.catalog .list li{width: calc(100% / 4 - 30px);}
.catalog .list li:nth-child(3n){margin-right: 40px;}
.catalog .list li:nth-child(4n){margin-right: 0;}
.catalog .list li:nth-child(4){margin-top: 0;}
.catalog .list li .img{padding-top: 143%; background: #fff;}
.catalog .list li .img img{max-height: 100%; border: 1px solid #eee;}
.catalog .list li dl{text-align: left;}
.catalog .list li dt{font-size: 18px;}
.catalog .list li dd{padding: 0;}
.catalog .list li .down_btn{border-radius: 5px; width: 100%; margin-top: 2px; display: flex; align-items: center; justify-content: center; font-size: 12px; background: #bbb; line-height: 35px; padding: 0 20px; font-weight: 500; color: #fff;}
.catalog .list li .down_btn img{max-width: 12px; margin-right: 5px; vertical-align: middle; position: relative; top: -1px;}

@media screen and (min-width: 981px) and (max-width: 3000px){
    .catalog .list li .down_btn:hover{background: var(--main-color); transition: all 0.3s;}
}

@media screen and (max-width: 1280px){
    .catalog .list li{width: calc(100% / 3 - 13.5px);}
    .catalog .list li:nth-child(3n){margin-right: 0;}
    .catalog .list li:nth-child(4n){margin-right: 20px;}
    .catalog .list li:nth-child(4){margin-top: 40px;}
}
@media screen and (max-width: 980px){
    .catalog .list li{width: calc(100% / 2 - 5px); margin-right: 10px; margin-top: 30px;}
    .catalog .list li:nth-child(3n){margin-right: 10px;}
    .catalog .list li:nth-child(2n){margin-right: 0;}
    .catalog .list li:nth-child(3){margin-top: 30px;}
    .catalog .list li:nth-child(4){margin-top: 30px;}
    .catalog .list li dl{margin-top: 10px;}
    .catalog .list li dt{font-size: 16px;}
    .catalog .list li dd{font-size: 14px; margin-top: 5px;}
}


/* 가이드 */
.guide{position: relative;}
.guide .pro_sub_tit{margin-bottom: 30px;}
.guide .step_box{background: #f9f9f9; padding: 30px;}
.guide .step_box+.step_box{margin-top: 20px;}
.guide .step_box h1{font-size: 18px; font-weight: 600; color: var(--main-color); line-height: 1.5;}
.guide .step_box h1 span{display: inline-block; background: rgba(32,163,221,0.15); color: var(--main-color); border-radius: 50px; font-size: 12px; width: 60px; line-height: 30px; text-align: center; margin-right: 5px;}
.guide .step_box ul{margin-top: 20px;}
.guide .step_box ul li{font-size: 16px; font-weight: 300; line-height: 1.5; color: #666;}
.guide .step_box ul li+li{margin-top: 10px;}
.guide .step_box ul strong{color: #000;}
.guide .step_box ul p{padding-left: 15px; margin-top: 5px;}
.guide .step_box ul p span{font-weight: 600;}
.guide .step_box ul .dot{padding-left: 10px; position: relative; display: block; color: #666; margin-left: 15px; margin-top: 5px;}
.guide .step_box ul .dot::before{content: ''; position: absolute; top: 11px; left: 0; width: 2px; height: 2px; background: #666; border-radius: 50%;}

.guide .permit_box{margin-top: 50px; padding: 50px; background: #fff; box-shadow: 0 0 20px rgba(9,163,210,0.2);}
.guide .permit_box h1{text-align: center; font-size: 18px; font-weight: 600; line-height: 1.5;}
.guide .permit_box img{border: 1px solid #eee; width: 1000px; margin: 20px auto; display: block; padding: 20px 40px;}
.guide .permit_box h2{font-size: 18px; font-weight: 600; line-height: 1.5; margin-top: 50px;}
.guide .permit_box ul{margin: 20px auto;}
.guide .permit_box ul li{font-size: 16px; font-weight: 300; line-height: 1.5; color: #444; padding-left: 10px; position: relative;}
.guide .permit_box ul li+li{margin-top: 10px;}
.guide .permit_box ul li::before{content: ''; position: absolute; top: 11px; left: 0; width: 2px; height: 2px; background: #666; border-radius: 50%;}
.guide .permit_box p{font-size: 16px; font-weight: 300; line-height: 1.5; color: #666;}

.guide .img_list{display: flex; margin-top: 50px;}
.guide .img_list li{width: calc(100% / 3);}
.guide .img_list li+li{margin-left: 20px;}
.guide .img_list li img{width: 100%;}

.guide .link_btn{position: absolute; top: -20px; right: 0; width: 350px; line-height: 65px; border-radius: 50px; color: #fff; background: linear-gradient(to right, #2ac9a4, #09a3d2); font-size: 18px; font-weight: 500; text-align: center;}
.guide .link_btn img{width: 16px; margin-right: 10px;}

@media screen and (max-width: 1400px){
    .guide .link_btn{line-height: 55px;font-size: 16px;}
}
@media screen and (max-width: 1200px){
    .guide .step_box+.step_box{margin-top: 10px;}
    .guide .step_box h1{font-size: 16px;}
    .guide .permit_box h1{font-size: 16px;}
    .guide .permit_box h2{font-size: 16px;}
    
    .guide .img_list{margin-top: 30px;}
    .guide .img_list li+li{margin-left: 10px;}
}
@media screen and (max-width: 980px){
    .guide .permit_box{margin-top: 30px; padding: 30px;}
    .guide .permit_box h2{margin-top: 30px;}
    
    .guide .link_btn{position: relative; top: auto; right: auto; display: block; margin: 0 auto 20px; width: 100%; line-height: 50px; font-size: 14px;}
    .guide .link_btn img{width: 14px; margin-right: 5px; position: relative; top: 1px;}
}
@media screen and (max-width: 640px){
    .guide .pro_sub_tit{margin-bottom: 20px;}
    .guide .step_box{padding: 20px; margin-top: 20px;}
    .guide .step_box h1{font-size: 14px; position: relative; padding-left: 55px;}
    .guide .step_box h1 span{font-size: 10px; line-height: 25px; width: 50px; margin-right: 0; position: absolute; top: -2px; left: 0;}
    .guide .step_box ul{margin-top: 10px;}
    .guide .step_box ul li{font-size: 14px;}
    .guide .step_box ul .dot{margin-top: 0;}
    .guide .permit_box{margin-top: 20px; padding: 20px;}
    .guide .permit_box h1{font-size: 14px;}
    .guide .permit_box img{margin: 10px auto; padding: 10px;}
    .guide .permit_box h2{font-size: 14px; margin-top: 20px;}
    .guide .permit_box ul{margin: 10px auto;}
    .guide .permit_box ul li{font-size: 14px;}
    .guide .permit_box ul li+li{margin-top: 5px;}
    .guide .permit_box p{font-size: 14px;}
    
    .guide .img_list{margin-top: 10px; display: block;}
    .guide .img_list li{width: 100%;}
    .guide .img_list li+li{margin-left: 0; margin-top: 5px;}
    
/*
    .guide .img_list{display: block;}
    .guide .img_list li{width: 100%;}
    .guide .img_list li+li{margin-left: 0; margin-top: 10px;}
*/
}