/*common*/

.tow_wrap{width:100%; border-bottom:1px solid #c5252a; margin-bottom:10px;}
.solting_wrap{display:inline-block; float:left;}
.solting_wrap>.language{ height:42px; line-height:42px; color:#c5252a; font-size:14px; background-color:#fff; border:none; outline:none; padding-left:10px; box-sizing:border-box;}

.product_title{text-align:center; padding-top:10px; box-sizing:border-box;}
.product_title>small{color:#888; font-size:15px;}
.product_title>h6{ color:#222; letter-spacing:-1px; line-height:120%;}

.product_list{width:100%; margin:auto;}
.product_list>li{margin-bottom:20px; border-bottom:1px solid #eee;}
.product_list>li>a>img{display:block; width:100%; max-width:300px;}


.depth3_list{background-color:#f9f9f9; padding:20px; box-sizing:border-box;}
.depth3_list>h5{ color:#222; font-size:18px;}
.depth3_list>a{display:inline-block;  color:#666; font-size:15px;}
.depth3_list>a:hover{color:#c5252a;}
.depth3_list>a.active{color:#c5252a;}

.depth3_list_mo{position:relative; width:100%; /*max-width:700px;*/ height:50px; z-index:10;}
.depth3_list_mo>ul{position:absolute; top:-10px; left:0; width:100%; /*max-width:700px;*/ margin:auto;}
.depth3_list_mo>ul>li>a{display:block; width:100%; height:50px; line-height:50px; padding-left:10px; box-sizing:border-box; background-color:#f3f3f3;; color:#222; font-size:16px; border-bottom:1px solid #ddd; box-sizing:border-box;}
.depth3_list_mo>ul>li>a>img.menu_arrow{float:right; width:30px; margin-right:10px; padding-top:8px; box-sizing: border-box;}
.depth3_list_mo>ul>li>ul{display:none;}
.depth3_list_mo>ul>li>ul>li{border-bottom:1px solid #ddd;}
.depth3_list_mo>ul>li>ul>li>a{display:block; width:100%; height:40px; line-height:40px; padding-left:25px; box-sizing:border-box; background-color:#fff; color:#555; font-size:14px;}
.depth3_list_mo>ul>li>ul>li>a:hover{background-color:#fff; color:#666;}
.depth3_list_mo>ul>li.gnb_btns>a{display:inline-block; float:left; width:33.3%; height:80px; text-align:center; background-color:#005bac; color:#fff; line-height:140%; border-left:1px solid #0c67b8; padding:10px; box-sizing:border-box;}
.depth3_list_mo>ul>li.gnb_btns>a>img{display:block; width:40%; margin:auto;}


.view_imgwrap{margin-top:30px;}
.view_imgwrap>h4{position:relative;  color:#c5252a; font-size:18px; padding-left:15px; box-sizing:border-box; margin-bottom:10px;}
.view_imgwrap>h4:before{content:""; display:block; clear:both; position:absolute;top:10px; left:0; width:8px; height:8px; border-radius:20px; background-color:#c5252a;}
.view_imgwrap>div{border:1px solid #ddd; box-zing:border-box;}
.view_imgwrap>div>img{display:block; width:100%; max-width:890px;}
.view_imgwrap>ul{width:100%; padding:10px; box-sizing:border-box; background-color:#f6f6f6; border-bottom:1px solid #ddd;}
.view_imgwrap>ul>li{float:left; margin-right:1%; border:1px solid #ddd; box-sizing:border-box;}
.view_imgwrap>ul>li:last-child{margin-right:0;}
.view_imgwrap>ul>li>a>img{display:block; width:100%;}

.download_btns2{width:100%; padding:15px 0; box-sizing:border-box; border-bottom:1px solid #ddd; text-align:center;}
.download_btns2>a{ display:inline-block; padding:7px 20px; box-sizing:border-box; border:3px solid #c5252a; color:#c5252a; border-radius:50px; transition:all 0.3s;}
.download_btns2>a:hover{border:3px solid #c5252a; background-color:#c5252a; color:#fff;}

.text_form{padding:15px; box-sizing:border-box; border-bottom:1px solid #ddd;}
.text_form>h4{position:relative;  color:#c5252a; font-size:18px; padding-left:15px; box-sizing:border-box;}
.text_form>h4:before{content:""; display:block; clear:both; position:absolute;top:10px; left:0; width:8px; height:8px; border-radius:20px; background-color:#c5252a;}
.text_form>p{ color:#555; font-size:14px;}

.table_form{padding:15px; box-sizing:border-box; border-bottom:1px solid #ddd;}
.table_form>h4{position:relative;  color:#c5252a; font-size:18px; padding-left:15px; box-sizing:border-box;}
.table_form>h4:before{content:""; display:block; clear:both; position:absolute;top:10px; left:0; width:8px; height:8px; border-radius:20px; background-color:#c5252a;}
.table_form>table{width:100%;margin-top:10px;}
.table_form>table>tbody>tr>td{height:50px; border:1px solid #ddd; padding:5px; box-sizing:border-box; text-align:center;  color:#555; font-size:12px;}
.table_back{background-color:#f3f3f3;}



@media screen and (min-width:1400px){
	.product_list>li{float:left; width:33.3%; min-height:320px;}
	.depth3_list_mo{display:none;}
	.view_imgwrap>ul>li{width:15.8%;}
	
	.product_title>h6{font-size:24px;}
}

@media screen and (max-width:1399px) and (min-width:1050px){
	.product_list>li{float:left; width:33.3%; min-height:300px;}
	.depth3_list_mo{display:none;}
	.view_imgwrap>ul>li{width:15.8%;}
	
	.product_title>h6{font-size:24px;}
}

@media screen and (max-width:1049px) and (min-width:860px){
	.product_list>li{float:left; width:50%; min-height:300px;}
	.depth3_list_mo{display:none;}
	.view_imgwrap>ul>li{width:15.8%;}
	
	.product_title>h6{font-size:22px;}
}

@media screen and (max-width:859px) and (min-width:540px){
	.product_list>li{float:left; width:50%; min-height:260px;}
	.solting_wrap{display:none;}
	.depth3_list{display:none;}
	.view_imgwrap>ul>li{width:32.3%; margin-bottom:5px;}
	
	.product_title>h6{font-size:20px;}
}

@media screen and (max-width:539px) and (min-width:420px){
	.product_list>li{float:left; width:50%; min-height:240px;}
	.solting_wrap{display:none;}
	.depth3_list{display:none;}
	.download_btns2>a{margin-bottom:10px;}
	.view_imgwrap>ul>li{width:32.3%; margin-bottom:5px;}
	
	.product_title>h6{font-size:20px;}
}

@media screen and (max-width:419px){
	.product_list>li{float:left; width:50%; min-height:210px;}
	.solting_wrap{display:none;}
	.depth3_list{display:none;}
	.download_btns2>a{margin-bottom:10px;}
	.download_btns2>a:last-child{margin-bottom:0;}
	.view_imgwrap>ul>li{width:32.3%; margin-bottom:5px;}
	
	.product_title>h6{font-size:20px;}
}

