/*contact*/
.sc_contact{padding:70px 0;position:relative;overflow:hidden;}
.sc_contact .container{background:var(--backgroundColor);border-radius:12px;overflow:hidden;}
.sc_contact .scc_left{width:50%;padding:40px 50px;}
.sc_contact .scc_left .sccl_t{}
.sc_contact .scc_left .sccl_t p{font-size:20px;color:var(--logoColor);text-transform:uppercase;}
.sc_contact .scc_left .sccl_t p:last-child{font-size:32px;font-weight:bold;margin-top:12px;color:#222;text-transform:none;}
.sc_contact .scc_left .sccl_ul{padding-top:20px;}
.sc_contact .scc_left .sccl_ul .sccl_li{padding:7px 0 15px;border-bottom:1px dashed var(--borderColor);}
.sc_contact .scc_left .sccl_ul .sccl_li i{font-size:26px;color:var(--logoColor);margin-top:8px;}
.sc_contact .scc_left .sccl_ul .sccl_li .sccl_p{margin-left:12px;}
.sc_contact .scc_left .sccl_ul .sccl_li .sccl_p p{font-size:16px;line-height:26px;font-weight:bold;margin-top:8px;color:var(--titleColor);}
.sc_contact .scc_left .sccl_ul .sccl_li .sccl_p p.p1{font-weight:normal;color:var(--fontColor);}
.sc_contact .scc_left .sccl_ul .sccl_li .sccl_p p a{color:var(--logoColor);}
.sc_contact .scc_left .sccl_ul .sccl_li .sccl_p p a:hover{text-decoration:underline;}
.sc_contact .scc_left .sccl_b{margin-top:30px;}
.sc_contact .scc_left .sccl_b .sccl_tt{font-size:20px;color:#222;font-weight:bold;}
.sc_contact .scc_left .sccl_icon{margin-top:20px;}
.sc_contact .scc_left .sccl_icon a{margin-right:20px;}
.sc_contact .scc_left .sccl_icon a i{font-size:26px;display:block;width:40px;height:40px;line-height:40px;text-align:center;background:#FFF;border-radius:4px;}
.sc_contact .scc_left .sccl_icon a i.twitter{color:#000;}
.sc_contact .scc_left .sccl_icon a i.facebook{color:#0990FF;}
.sc_contact .scc_left .sccl_icon a i.youtube{color:#FF1515;}
.sc_contact .scc_left .sccl_icon a i.pinterest{color:#DB0626;}
.sc_contact .scc_left .sccl_icon a i.instagram{color:#F101AF;}
.sc_contact .scc_left .sccl_icon a span{display:none;}
.sc_contact .scc_left .sccl_icon a:hover i{
    -webkit-transform:translateY(-3px);
    -moz-transform:translateY(-3px);
    -ms-transform:translateY(-3px);
    transform:translateY(-3px);
}
.sc_contact .scc_right{width:50%;padding:40px 50px;background:var(--logoColor);}
.sc_contact .scc_right .sccr_tit{}
.sc_contact .scc_right .sccr_tit p{font-size:22px;color:#FFF;line-height:1.8;}
.sc_contact .scc_right .sccr_tit p a{color:#FFC34E;}
.sc_contact .scc_right .sccr_tit p a:hover{text-decoration:underline;}
.sc_contact .scc_right .com_mes{padding:0;}
.sc_contact .scc_right .com_mes .cm_form .cm_btn{background:#FDAA39;}

@media screen and (max-width:1519px){
	.sc_contact{padding:50px 0;}
	.sc_contact .container{border-radius:10px;}
	.sc_contact .scc_left{padding:35px 40px;}
	.sc_contact .scc_left .sccl_t p{font-size:18px;}
	.sc_contact .scc_left .sccl_t p:last-child{font-size:28px;margin-top:10px;}
	.sc_contact .scc_left .sccl_ul{padding-top:16px;}
	.sc_contact .scc_left .sccl_ul .sccl_li{padding:6px 0 12px;}
	.sc_contact .scc_left .sccl_ul .sccl_li i{font-size:24px;margin-top:6px;}
	.sc_contact .scc_left .sccl_ul .sccl_li .sccl_p{margin-left:10px;}
	.sc_contact .scc_left .sccl_ul .sccl_li .sccl_p p{font-size:15px;line-height:24px;margin-top:6px;}
	.sc_contact .scc_left .sccl_b{margin-top:25px;}
	.sc_contact .scc_left .sccl_b .sccl_tt{font-size:18px;}
	.sc_contact .scc_left .sccl_icon{margin-top:16px;}
	.sc_contact .scc_left .sccl_icon a{margin-right:15px;}
	.sc_contact .scc_left .sccl_icon a i{font-size:24px;width:38px;height:38px;line-height:38px;}
	.sc_contact .scc_right{padding:35px 40px;}
	.sc_contact .scc_right .sccr_tit p{font-size:20px;line-height:1.72;}
}

@media screen and (max-width:1359px){
	.sc_contact{padding:35px 0;}
	.sc_contact .container{border-radius:8px;}
	.sc_contact .scc_left{padding:25px 30px;}
	.sc_contact .scc_left .sccl_t p{font-size:16px;}
	.sc_contact .scc_left .sccl_t p:last-child{font-size:24px;margin-top:8px;}
	.sc_contact .scc_left .sccl_ul{padding-top:13px;}
	.sc_contact .scc_left .sccl_ul .sccl_li{padding:5px 0 10px;}
	.sc_contact .scc_left .sccl_ul .sccl_li i{font-size:22px;margin-top:5px;}
	.sc_contact .scc_left .sccl_ul .sccl_li .sccl_p{margin-left:9px;}
	.sc_contact .scc_left .sccl_ul .sccl_li .sccl_p p{font-size:14px;line-height:22px;margin-top:5px;}
	.sc_contact .scc_left .sccl_b{margin-top:20px;}
	.sc_contact .scc_left .sccl_b .sccl_tt{font-size:16px;}
	.sc_contact .scc_left .sccl_icon{margin-top:12px;}
	.sc_contact .scc_left .sccl_icon a{margin-right:11px;}
	.sc_contact .scc_left .sccl_icon a i{font-size:22px;width:35px;height:35px;line-height:35px;}
	.sc_contact .scc_right{padding:25px 30px;}
	.sc_contact .scc_right .sccr_tit p{font-size:18px;line-height:1.65;}
}

@media screen and (max-width:1023px){
	.sc_contact{padding:25px 0;}
	.sc_contact .container{border-radius:6px;}
	.sc_contact .scc_left{padding:20px 22px;width:100%;}
	.sc_contact .scc_left .sccl_t p{font-size:15px;}
	.sc_contact .scc_left .sccl_t p:last-child{font-size:20px;margin-top:7px;}
	.sc_contact .scc_left .sccl_ul{padding-top:10px;}
	.sc_contact .scc_left .sccl_ul .sccl_li{padding:5px 0 10px;}
	.sc_contact .scc_left .sccl_b{margin-top:15px;}
	.sc_contact .scc_left .sccl_icon{margin-top:10px;}
	.sc_contact .scc_left .sccl_icon a{margin-right:10px;}
	.sc_contact .scc_right{padding:20px 22px;width:100%;}
	.sc_contact .scc_right .sccr_tit p{font-size:16px;}
}

@media screen and (max-width:767px){
	.sc_contact .container{border-radius:4px;}
	.sc_contact .scc_left{padding:15px 12px;}
	.sc_contact .scc_left .sccl_t p{font-size:14px;}
	.sc_contact .scc_left .sccl_t p:last-child{font-size:18px;margin-top:6px;}
	.sc_contact .scc_right{padding:15px 12px;}
}