@charset "utf-8"; 

/**************************************************
                       
                    sub visual

***************************************************/
.sub_visual {
	position: relative;
}

.sub_slide_banner li {
	width: 100%;
	height: 474px;
	background-size: cover;
	background-position: center center;
    background-image: url('../img/sub_banner.jpg');
}

.sub_slide_banner li .center16 {
	position: relative;
	height: 100%;
}

.sub_slide_banner li .txt_area {
	color: #ffffff;
	position: absolute;
    top: 240px;
	left: 0;
	transform: translateY(-50%);
    margin-left: 20px;
}

.sub_slide_banner li .txt_area .medium {
	font-size: 48px;
	font-weight: 700;
}

.sub_slide_banner li .txt_area .big {
	font-size: 50px;
	font-weight: 900;
    line-height: 60px;
	margin-bottom: 10px;
    letter-spacing: 0.05em;
    transform:skew(-0.03deg);
}

.sub_slide_banner li .txt_area .big span {
	display: block;
}

.sub_slide_banner li .txt_area .small {
	font-size: 24px;
	font-weight: 400;
    line-height: 30px;
	margin-bottom: 20px;
    letter-spacing: 0.025em;
    transform:skew(-0.03deg);
}
.sub_slide_banner li .txt_area .small span {
    color: #006bc2;
}

.sub_slide_banner li .txt_area .btns {
	width: 250px;
	height: 40px;
	border: 1px solid #ffffff;
/*	border-radius: 25px;*/
	font-size: 18px;
	font-weight: 400;
	text-align: left;
    padding-left: 15px;
	line-height: 41px;
	transition: 0.3s;
	display: block;
    letter-spacing: 0.05em;
    border-radius: 7px;
    transform:skew(-0.03deg);
}

.sub_slide_banner li .txt_area .btns img {
	transition: 0.3s;
    padding-left: 30px;
    vertical-align: middle;
}

.sub_slide_banner li .txt_area .btns:hover {
	background-color: #d59f53;
	border-color: #d59f53;
}

.sub_slide_banner li .txt_area .btns:hover img {
	margin-left: 5px;
}

.pagination_rel .swiper-pagination {
/*	top: 55%;*/
    top: 395px;
/*	margin-left: -600px;*/
/*    margin-left: -90px;*/
    margin-left: 32px;
	left: 0px !important;
	width: auto !important;
}

.swiper-pagination-bullet {
	opacity: 1 !important;
	width: 7px !important;
	height: 5px !important;
	background: #ffffff !important;
	margin: 0 5px !important;
	border-radius: 8px !important;
}

.swiper-pagination-bullet:first-child {
	margin-left: 0 !important;
}

.swiper-pagination-bullet-active {
	width: 38px !important;
	border: 3px solid #ffffff !important;
}

	@media screen and (max-width : 1300px) {
	.sub_slide_banner {
/*		margin-bottom: 80px !important;*/
	}

	.sub_slide_banner li {
		height: 298px;
	}	

	.sub_slide_banner li .txt_area {
        top: 140px;
	}

	.sub_slide_banner li .txt_area .medium {
		font-size: 40px;
	}

	.sub_slide_banner li .txt_area .big {
        font-size: 38px;
        line-height: 42px;
	}

	.sub_slide_banner li .txt_area .small {
        font-size: 20px;
        line-height: 22px;
	}

	.sub_slide_banner li .txt_area .btns {
		font-size: 17px;
	}

	.swiper-pagination {
/*
		margin-left: 0;
		left: 3% !important;
*/
	}
    .pagination_rel .swiper-pagination {
/*        top: 68%;*/
        top: 265px;
    }
	}

	@media screen and (max-width : 1080px) {
	.sub_slide_banner {
/*		margin-bottom: 70px !important;*/
	}

	.sub_slide_banner li {
		height: 270px;
	}	

	.sub_slide_banner li .txt_area {
		top: 45%;
	}

	.sub_slide_banner li .txt_area .medium {
		font-size: 32px;
	}

	.sub_slide_banner li .txt_area .big {
        font-size: 28px;
        line-height: 32px;
	}

	.sub_slide_banner li .txt_area .small {
        font-size: 18px;
        line-height: 20px;
	}
    .sub_slide_banner li .txt_area .btns{
        font-size: 16px;
    }
    .pagination_rel .swiper-pagination{
        top: 90%;
    }
	}

	@media screen and (max-width : 900px) {
	.sub_slide_banner {
/*		margin-bottom: 60px !important;*/
	}

	.sub_slide_banner li {
		height: 260px;
	}	
        
    .sub_slide_banner li .txt_area{
        top: 40%;
    }
        
	.sub_slide_banner li .txt_area .medium {
		font-size: 26px;
	}

	.sub_slide_banner li .txt_area .big {
        font-size: 26px;
        line-height: 30px;
	}

	.sub_slide_banner li .txt_area .small {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.sub_slide_banner li .txt_area .btns {
		width: 160px;
		height: 32px;
		line-height: 28px;
        padding-left: 0;
        text-align: center;
	}

	.sub_slide_banner li .txt_area .btns img {
/*		width: 15px;*/
        display: none;
	}

    .pagination_rel .swiper-pagination{
        top: 80%;
    }
        
	.swiper-pagination-bullet-active {
		width: 40px !important;
		border: 2px solid #ffffff !important;
	}
	}

	@media screen and (max-width : 700px) {
	.sub_visual {
/*		margin-bottom: 50px !important;*/
	}

	.sub_slide_banner li {
		height: 410px;
        background-image: url('../img/sub_banner_m.jpg');
	}	

	.sub_slide_banner li .txt_area {
/*		top: 52%;*/
	}

	.sub_slide_banner li .txt_area .medium {
		font-size: 22px;
	}

	.sub_slide_banner li .txt_area .big {
        font-size: 28px;
        line-height: 32px;
	}

	.sub_slide_banner li .txt_area .small {
		font-size: 16px;
        line-height: 22px;
		margin-bottom: 10px;
	}

	.sub_slide_banner li .txt_area .btns {
		width: 150px;
		height: 35px;
		border: 1px solid #ffffff;
		font-size: 15px;
		line-height: 30px;
	}

    .pagination_rel .swiper-pagination{
        top: 63%;
    }

	.swiper-pagination-bullet-active {
		width: 30px !important;
	}
        
	}

	@media screen and (max-width : 550px) {
	.sub_visual {
/*		margin-bottom: 50px !important;*/
	}

	.sub_slide_banner li {
		height: 320px;
	}	

	.sub_slide_banner li .txt_area {
		top: 40%;
        margin-left: 0px;
	}

	.sub_slide_banner li .txt_area .medium {
		font-size: 17px;
	}

	.sub_slide_banner li .txt_area .big {
        font-size: 22px;
        line-height: 28px;
	}

	.sub_slide_banner li .txt_area .small {
		font-size: 14px;
        line-height: 20px;
	}

	.sub_slide_banner li .txt_area .btns {
		width: 120px;
		height: 30px;
		border: 1px solid #ffffff;
		font-size: 13px;
		line-height: 28px;
	}

	.sub_slide_banner li .txt_area .btns img {
		width: 12px;
	}

	.sub_slide_banner li .txt_area .btns:hover img {
		margin-left: 3px;
	}

	.swiper-pagination {
/*		top: 18%;*/
	}

    .pagination_rel .swiper-pagination{
        top:68%;
        margin-left: 10px;
    }
	.swiper-pagination-bullet-active {
		width: 30px !important;
		border: 2px solid #ffffff !important;
	}
	}
    @media screen and (max-width : 380px) {
    .sub_slide_banner li{
        height: 280px;
    }
    .sub_slide_banner li .txt_area .big{
        font-size: 20px;
        line-height: 25px;
    }
    .sub_slide_banner li .txt_area .small{
        font-size: 14px;
        line-height: 18px;
    }
    .sub_slide_banner li .txt_area .small br{
        display: none;
    }
    }
/************************************************

				sub_01-1

*************************************************/
.introduction {
    padding: 130px 0 130px;
} 
.introduction h2{
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -0.25px;
    color: #3c3c3c;
    transform: skew(-0.03deg);
    margin-bottom: 48px; 
}
.int_left {
    width: 50%;
    float: left;
}
.int_left img{
    display: block;
    max-width: 100%;
}
.int_right {
    width: 50%;
    float: left;
    padding: 90px 0 0 60px;
}
.int_right p {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
    color: #3c3c3c;
    transform: skew(-0.03deg);
	word-break: keep-all;
}
.int_right .tit {
    font-size: 36px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 0;
    color: #3c3c3c;
    transform: skew(-0.03deg);
    margin-bottom: 70px; 
}
@media screen and (max-width : 1500px) {
    .introduction {
        padding: 110px 0 110px;
    }
    .int_right {
        padding: 55px 0 0 50px;
    }
	.int_right p {
		font-size: 18px;
		line-height: 32px;
	}
    .int_right .tit {
        font-size: 33px;
        line-height: 42px;
    }
}
@media screen and (max-width : 1400px) {
    .int_right {
        padding: 40px 0 0 40px;
    }
    .int_right .tit {
		font-size: 31px;
        margin-bottom: 50px;
    }
}
@media screen and (max-width : 1300px) {
    .introduction {
        padding: 90px 0 90px;
    }
    .introduction h2 {
        font-size: 38px;
        line-height: 54px;
    }
    .int_right p {
        font-size: 17px;
        line-height: 30px;
    }
    .int_right .tit {
        font-size: 28px;
        line-height: 39px;
    }
    .int_right .br_1300 {
        /*display: none;*/
    }
}
@media screen and (max-width : 1200px) {
    .int_right {
        padding: 20px 0 0 30px;
    }
    .introduction h2{
        font-size: 36px;
        line-height: 48px;
    }
	.int_right p {
        font-size: 15px;
        line-height: 26px;
    }
    .int_right .tit { 
        font-size: 26px;
        line-height: 36px;
    }
}
@media screen and (max-width : 1080px) {
    .int_right { 
        padding: 10px 0 0 20px;
    }
    .introduction h2{
        font-size: 34px;
        line-height: 42px;
    }
	.int_right p {
        font-size: 13px;
        line-height: 22px;
    }
    .int_right .tit {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    .int_right .tit br {
        display: none;
    }
}
@media screen and (max-width : 900px) {
    .introduction {
        padding: 60px 0 60px;
    }
    .int_left {
        width: 100%;
        float: none;
    }
    .int_right {
        width: 100%;
        float: none;
        padding: 20px 0 0 0px;
    }
    .introduction h2{
        font-size: 32px;
        font-weight: 400;
        line-height: 38px;
    }
	.int_right p {
        font-size: 16px;
        line-height: 28px;
    }
	.int_right .br_900 {
		display: none;
	}
    .int_right .tit {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
        text-align: center;
    }
}
@media screen and (max-width : 700px) {
    .introduction h2 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    .int_right p {
        font-size: 15px;
        line-height: 26px;
    }
    .int_right p br {
        display: none;
    }
	.int_right .tit br {
		display: block;
	}
    .int_right .tit {
        font-size: 22px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width : 650px) {
    .int_right .tit {
        font-size: 20px;
    }
}
@media screen and (max-width : 550px) {
    .introduction {
        padding: 50px 0 50px;
    }
    .introduction h2 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 25px;
    }
    .int_right p {
        font-size: 14px;
        line-height: 24px;
    }
    .int_right .tit {
        font-size: 18px;
        line-height: 24px;
    }
}
@media screen and (max-width : 380px) {
    
}
/************************************************

				information_sub(sub_01-1)

*************************************************/
.information_sub_wrap {
    background: #1b252e;
}
.information_sub {
    padding: 80px 0 80px;
}
.information_sub h2{
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -0.25px;
    color: #ffffff;
    transform: skew(-0.03deg);
    margin-bottom: 48px;
}
.information_sub .main_map{
    width: 60%;
    float: left;
    height: 700px;
}
.information_sub .information_box{
    width: 36%;
    float: right;
    background: #ffffff;
}

.qa_box {width:100%;border: 1px solid #e1e1e1;}
.qa_box .qa_cont {position:relative;width:100%;max-width:847px;margin:0 auto;padding: 30px;}
.qa_box .qa_cont .qa_title {position:relative;width:100%;max-width:536px;margin:0 auto;}
.qa_box .qa_cont .qa_title h3 {font-size:54px;line-height:50px;color:#444444;font-weight:800;letter-spacing:-0.25px;margin-bottom: 20px;}
/* .qa_box .qa_cont .qa_title span {display:block;margin-top:14px;font-size:15px;line-height:normal;color:#000;font-weight:400} */
.qa_box .qa_cont .qa_title p {font-size:18px;color:#444444;line-height:26px;letter-spacing: 0;transform:skew(-0.03deg);}
.qa_box .qa_cont .qa_title p img {display: block;float: left;padding-top: 5px;padding-right:10px;}
.qa_box .qa_cont .qa_title .tit {font-size:30px;color:#444444;letter-spacing: -0.06em;margin-bottom: 15px;}
.qa_box .qa_cont .qa_title .qa_p01{margin-bottom: 10px;}
.qa_box .qa_cont .qa_title .qa_p04{margin-top: 20px;}
.qa_box .qa_cont .qa_form {display:block;padding-top:32px;border-radius:50px;}
.qa_box .qa_cont .qa_form .qa_form_cont {position:relative;width:100%;max-width:530px;margin:0 auto;color:#fff}
.qa_box .qa_cont .qa_form .qa_form_cont table {border-collapse:collapse;border-spacing:0;width:100%;transform:skew(-0.03deg);}
.qa_box .qa_cont .qa_form .qa_form_cont table th,
.qa_box .qa_cont .qa_form .qa_form_cont table td {padding:5px 0 5px;font-size:18px;color:#444444;font-weight:400;line-height:normal;transform:skew(-0.03deg);}
.qa_box .qa_cont .qa_form .qa_form_cont .lbl_tit {display:inline-block;position:relative;}
.qa_box .qa_cont .qa_form .qa_form_cont table th {width:80px;text-align:left}
.qa_box .qa_cont .qa_form .qa_form_cont .frm_input {display:inline-block;width:auto;height:32px;padding:0 0 0 10px!important;margin:0;background-color:#ffffff;font-size:14px;color:#444444;border:1px solid #d7d7d7;}
.qa_box .qa_cont .qa_form .qa_form_cont .frm_input.w420 {width:100%;}
.qa_box .qa_cont .qa_form .qa_form_cont .frm_input.w64 {width:32%;margin: 0.3%;}
.qa_box .qa_cont .qa_form .qa_form_cont .frm_input.w212 {width:212px}
.qa_box .qa_cont .qa_form .qa_form_cont .frm_input.w116 {width:116px}
.qa_box .qa_cont .qa_form .qa_form_cont .frm_input.w173 {width:173px}
.qa_box .qa_cont .qa_form .qa_form_cont textarea.frm_input {width:100% !important;height:128px}
.qa_box .qa_cont .qa_form .qa_form_cont .s_txt {display:inline-block;font-size:13px;color:#706764}
.qa_box .qa_cont .qa_form .qa_form_cont .code {display:inline-block;width:88px;height:32px;line-height:30px;color:#fff;font-size:13px;text-align:center;background-color:#362e2b}
.qa_box .qa_cont .qa_form .qa_form_cont .agree_check {
	clear: both;
	padding-top: 5px;
}
.qa_box .qa_cont .qa_form .qa_form_cont .agree_check .check_wrap {
    width: 22px;
    height: 22px;
    position: relative;
    float: left;
}
.qa_box .qa_cont .qa_form .qa_form_cont .agree_check .check_wrap input[type="checkbox"] {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    opacity: 0;
    z-index: 2;
}
.qa_box .qa_cont .qa_form .qa_form_cont .agree_check .check_wrap input[type="checkbox"] + .checkbox1 {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #bcbcbc;
	cursor: pointer;
}
.qa_box .qa_cont .qa_form .qa_form_cont .agree_check .check_wrap input[type="checkbox"]:checked + .checkbox1 {
	/* background-color: #666666; */
	background: url('../img/check_box_on.png');
	background-size: 14px 15px;
}
.qa_box .qa_cont .qa_form .qa_form_cont .agree_check .yes1 {
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    cursor: pointer;
    float: left;
    line-height: 16px;
    margin-left: 5px;
	padding-top: 3px;
    transform:skew(-0.03deg);
}
.qa_box .qa_cont .qa_form .qa_form_cont .btn_box {margin-top:35px;text-align:right}
.qa_box .qa_cont .qa_form .qa_form_cont .btn_box .qa_btn {display:inline-block;width:395px;height:35px;background-color:#1b252e;font-size:18px;color:#ffffff;transform:skew(-0.03deg);    border-radius: 7px;}
@media screen and (max-width:400px) {
	.qa_box .qa_cont .qa_form .qa_form_cont .btn_box .qa_btn {width:100%;}
}


@media screen and (max-width:1500px) {
    .information_sub .main_map{
        height: 621px;
    }
    .qa_box .qa_cont{
        padding: 20px;
    }
    .qa_box .qa_cont .qa_title h3{
        font-size: 46px;
        line-height: 39px;
    }
    .qa_box .qa_cont .qa_form .qa_form_cont table th,
    .qa_box .qa_cont .qa_form .qa_form_cont table td {
        font-size:16px;
    }
    .qa_box .qa_cont .qa_title p{
        font-size: 16px;
        line-height: 22px;
    }
    .qa_box .qa_cont .qa_title .qa_p04{
        margin-top: 10px;
    }
    .qa_box .qa_cont .qa_title p img{
        padding-top: 3px;
    }
}
@media screen and (max-width:1300px) {
    .information_sub h2 {
        font-size: 38px;
        line-height: 54px;
    }
    .qa_box .qa_cont .qa_form .qa_form_cont table th{
        width: 16%;
    }
}
@media screen and (max-width:1260px) {
    .qa_box .qa_cont .qa_form .qa_form_cont .btn_box{
        text-align: center;
    }
    .qa_box .qa_cont .qa_form .qa_form_cont .btn_box .qa_btn{
        width: 100%;
    }
    .qa_box .qa_cont .qa_form .qa_form_cont .frm_input.w64{
        width: 31%;
        margin: 0.666%;
    }
}
@media screen and (max-width:1200px) {
    .information_sub h2 {
        font-size: 38px;
        line-height: 54px;
    }
}
@media screen and (max-width:1080px) {
    .information_sub h2 {
        font-size: 34px;
        line-height: 42px;
    }
    .information_sub .main_map{
        width: 100%;
        float: none;
    }
    .information_sub .information_box{
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    .qa_box .qa_cont .qa_form .qa_form_cont table th{
        text-align: center;
    }
    .qa_box .qa_cont{
        max-width: 1080px;
    }
    .qa_box .qa_cont .qa_title{
        max-width: 1080px;
    }
    .qa_box .qa_cont .qa_form .qa_form_cont{
        max-width: 1080px;
    }
}

@media screen and (max-width:960px) {
	.qa_box {width:100%;}
	.qa_box .qa_cont {position:relative;width:100%;margin:0 auto;}
	.qa_box .qa_cont .qa_title:after {font-size:85px;line-height:85px;}
	.qa_box .qa_cont .qa_title:before {font-size:85px;line-height:85px;}
}
@media screen and (max-width:900px) {
    .information_sub h2 {
        font-size: 32px;
        font-weight: 400;
        line-height: 38px;
    }
    .information_sub .main_map {
        height: 530px;
    }
    .qa_box .qa_cont .qa_title .tit{
        font-size: 28px;
    }
    .qa_box .qa_cont .qa_title h3 {
        font-size: 40px;
        line-height: 28px;
    }
    .qa_box .qa_cont .qa_form{
        padding-top: 25px;
    }
    .qa_box .qa_cont .qa_form .qa_form_cont .btn_box .qa_btn{
        font-size: 16px;
    }
    .qa_box .qa_cont .qa_title h3 {
        font-size: 38px;
        line-height: 22px;
    }
}
@media screen and (max-width:854px) {
	.qa_box {width:100%;/* padding:35px 15px 35px; */padding:10px 10px 10px;}
	.qa_box .qa_cont .qa_title:after {display:none}
	.qa_box .qa_cont .qa_title:before {display:none}
	.qa_box .qa_cont .qa_title {padding:0 0px 0}
	/* .qa_box .qa_cont .qa_title span {margin-top:10px} */
	.qa_box .qa_cont .qa_form {border-radius:10px}
}
@media screen and (max-width:700px) {
    .information_sub h2 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    .information .main_map {
        height: 460px;
    }
    .qa_box .qa_cont .qa_title .tit{
        font-size: 26px;
    }
    
}
@media screen and (max-width:639px) {
	.qa_box {width:100%;}
	.qa_box .qa_cont .qa_form .qa_form_cont .frm_input.w420 {width:100%;}
	.qa_box .qa_cont .qa_form .qa_form_cont .frm_input.w212 {width:100%;}
	.qa_box .qa_cont .qa_form .qa_form_cont table {display:block}
	.qa_box .qa_cont .qa_form .qa_form_cont table tbody {display:block}
	.qa_box .qa_cont .qa_form .qa_form_cont table tr {display:block;width:100%;}
	.qa_box .qa_cont .qa_form .qa_form_cont table th {display:block;width:100%;text-align: left;}
	.qa_box .qa_cont .qa_form .qa_form_cont table td {display:block;width:100%;}
    
}
@media screen and (max-width:550px) {
    .information_sub h2 {
        font-size: 22px;
        line-height: 20px;
        margin-bottom: 25px;
    }
    .information_sub .main_map {
        height: 380px;
    }
    .qa_box .qa_cont .qa_title h3 {
        font-size: 32px;
        line-height: 18px;
    }
	.qa_box .qa_cont .qa_title .qa_p01 span {
		display:block;
	}
}
@media screen and (max-width:400px){
    .information_sub {
        padding: 40px 0 40px;
    }
    .information_sub .main_map {
        height: 280px;
    }
    .qa_box .qa_cont{
        padding: 10px;
    }
    .qa_box .qa_cont .qa_title p{
        font-size: 14px;
        line-height: 18px;
    }
    .qa_box .qa_cont .qa_title p img{
        display: none;
    }
    .qa_box .qa_cont .qa_form .qa_form_cont table th,
    .qa_box .qa_cont .qa_form .qa_form_cont table td {
        font-size:14px;
    }
    .qa_box .qa_cont .qa_form .qa_form_cont .agree_check label{
        font-size: 12px;
    }
    .qa_box .qa_cont .qa_form .qa_form_cont .btn_box{
        margin-top: 0px;
    }
    .qa_box .qa_cont .qa_form .qa_form_cont .btn_box .qa_btn{
        font-size:14px;
        line-height: 18px;
    }
}

/************************************************

				sub_02-1

*************************************************/
.hs_profile{
    padding: 130px 0 130px; 
}
.hs_profile h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -0.25px;
    color: #3c3c3c;
    transform: skew(-0.03deg);
    margin-bottom: 48px;
}
.hs_profile .pro_left{
    width: 49%;
    float: left;
    position: relative;

}
.hs_profile .pro_right{
    width: 49%;
    float: right;
    position: relative;
}
.hs_profile .profile_pc {
    display: block;
    max-width: 100%;
}
.hs_profile .profile_m {
    display: none;
    max-width: 100%;
    width: 100%;
}
.hs_profile .pro_ment{
    position: absolute;
    top: 45%;
    width:100%;
    padding: 0 50px;
}
.hs_profile .pro_left p,
.hs_profile .pro_right p{
    font-size: 34px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 0;
    color: #ffffff;
    transform: skew(-0.03deg);
}
.hs_profile .pro_left p span,
.hs_profile .pro_right p span {
    font-weight: 600;
}
.hs_profile .pro_left ul,
.hs_profile .pro_right ul  {
    margin-top: 40px;
}
.hs_profile .pro_left ul li,
.hs_profile .pro_right ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    color: #b7b7b7;
    transform: skew(-0.03deg);
    font-family: 'NanumBarunGothic', sans-serif;
}
.hs_profile .pro_ment .br_1200{
    display: none;
}
.hs_profile .pro_ment .br_950{
    display: none;
}


@media screen and (max-width : 1450px) {
    .hs_profile .pro_ment {
        padding: 0 40px;
    }
}
@media screen and (max-width : 1400px) {
    .hs_profile .pro_ment {
        padding: 0 30px;
    }
}

@media screen and (max-width : 1300px) {
    .hs_profile{
        padding: 90px 0 90px;
    }
    .hs_profile h2 {
        font-size: 38px;
        line-height: 54px;
    }
    .hs_profile .pro_left ul,
    .hs_profile .pro_right ul  {
        margin-top: 30px;
    }
    .hs_profile .pro_left ul li, 
    .hs_profile .pro_right ul li{
        font-size: 16px;
        line-height: 28px;
    }
}
@media screen and (max-width : 1200px) {
    .hs_profile h2 {
        font-size: 36px;
        line-height: 48px;
    }
    .hs_profile .pro_ment .br_1200{
        display: block;
    }
    .hs_profile .pro_ment ul li .span_1200{
        padding-left: 12px;
    }
}
@media screen and (max-width : 1080px) {
    .hs_profile h2 {
        font-size: 34px;
        line-height: 42px;
    }
    .hs_profile .pro_ment{
        top: 43%;
        padding: 0px 15px;
    }
    .hs_profile .pro_left p, 
    .hs_profile .pro_right p{
        font-size: 32px;
        line-height: 42px;
    }
}
@media screen and (max-width : 1000px) {
    .hs_profile .pro_ment {
        top: 39%;
    }
}
@media screen and (max-width : 950px) {
    .hs_profile .pro_ment {
        top: 36%;
    }
    .hs_profile .pro_ment .br_950{
        display: block;
    }
    .hs_profile .pro_ment ul li span{
        padding-left: 12px;
    }
}
@media screen and (max-width : 900px) {
    .hs_profile{
        padding: 60px 0 60px;
    }
    .hs_profile h2 {
        font-size: 32px;
        font-weight: 400;
        line-height: 38px;
    }
    .hs_profile .profile_pc {
        display: none;
    }    
    .hs_profile .profile_m {
        display: block;
    }
    .hs_profile .pro_left {
        width: 100%;
        float: none;
    }
    .hs_profile .pro_right {
        width: 100%;
        float: none;
        margin-top: 30px;
    }
    .hs_profile .pro_ment {
        position: static;
        background: #3c3c3c;
        padding: 20px 30px;
    }
    .hs_profile .pro_left ul li, 
    .hs_profile .pro_right ul li{
        color: #e6e6e6;
    }
	.hs_profile .pro_ment .br_950 {
		display: none;
	}
	.hs_profile .pro_ment .br_1200 {
		display: none;
	}
	.hs_profile .pro_ment ul li .span_1200 {
		padding-left: 0px;
	}
	.hs_profile .pro_ment ul li span {
		padding-left: 0px;
	}
}

@media screen and (max-width : 700px) {
    .hs_profile h2 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    .hs_profile .pro_left ul, 
    .hs_profile .pro_right ul{
        margin-top: 15px;
    }
    .hs_profile .pro_left p, 
    .hs_profile .pro_right p{
        font-size: 30px;
        line-height: 36px;
    }
}
@media screen and (max-width : 630px) {
    .hs_profile .pro_left p, 
    .hs_profile .pro_right p{
        font-size: 28px;
        line-height: 36px;
    }
}
@media screen and (max-width : 600px) {
	.hs_profile .pro_ment .br_950 {
		display: block;
	}
	.hs_profile .pro_ment .br_1200 {
		display: block;
	}
	.hs_profile .pro_ment ul li .span_1200 {
		padding-left: 12px;
	}
	.hs_profile .pro_ment ul li span {
		padding-left: 12px;
	}
}
@media screen and (max-width : 550px) {
    .hs_profile{
        padding: 50px 0 50px;
    }
    .hs_profile h2 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 25px;
    }
    .hs_profile .pro_ment {
        padding: 20px 15px;
    }
    .hs_profile .pro_left p, 
    .hs_profile .pro_right p{
        font-size: 26px;
        line-height: 28px;
    }
    .hs_profile .pro_left ul li, 
    .hs_profile .pro_right ul li{
        font-size: 15px;
        line-height: 24px;
    }
}
@media screen and (max-width : 430px) {
    .hs_profile .pro_left p, 
    .hs_profile .pro_right p{
        font-size: 24px;
        line-height: 22px;
    }
    .hs_profile .pro_left ul li, 
    .hs_profile .pro_right ul li{
        font-size: 14px;
        line-height: 22px;
    }
}
@media screen and (max-width : 380px) {
    .hs_profile .pro_left ul li, 
    .hs_profile .pro_right ul li{
        font-size: 13px;
    }
}


/************************************************

				sub_03-1

*************************************************/
.hs_task {
    padding: 130px 0 130px;
}
.hs_task h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -0.25px;
    color: #3c3c3c;
    transform: skew(-0.03deg);
    margin-bottom: 48px;
}

@media screen and (max-width : 1300px) {
    .hs_task {
        padding: 90px 0 90px;
    }
    .hs_task h2 {
        font-size: 38px;
        line-height: 54px;
    }
}
@media screen and (max-width : 1200px) {
    .hs_task h2 {
        font-size: 36px;
        line-height: 48px;
    }
}
@media screen and (max-width : 1080px) {
    .hs_task h2 {
        font-size: 34px;
        line-height: 42px;
    }
}
@media screen and (max-width : 900px) {
    .hs_task {
        padding: 60px 0 60px;
    }
    .hs_task h2 {
        font-size: 32px;
        line-height: 38px;
    }
}
@media screen and (max-width : 700px) {
    .hs_task h2 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width : 550px) {
    .hs_task {
        padding: 50px 0 50px;
    }
    .hs_profile h2 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 25px;
    }
}

.hs_task .tastk_01 {
    
}
.hs_task .task_img_left {
    width: 50%;
    float: left;
}
.hs_task .task_img_left img {
    display: block;
    max-width: 100%;
}
.hs_task .task_ment_right {
    width: 47%; 
    float: right;
}
.hs_task .task_ment_right h1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 0;
    color: #3c3c3c;
    margin-bottom: 20px;
    transform: skew(-0.03deg);
}
.hs_task .task_ment_right div ul li {
    float: left;
    text-align: center;
    width: 26%;
}
.hs_task .task_ment_right div ul li.arrow {
    width: 11%;
}
.hs_task .task_ment_right div ul li p {
    font-size: 24px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: -0.25px;
    color: #736357;
    transform: skew(-0.03deg);
}
.hs_task .task_ment_right div ul li img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    vertical-align: middle
}

.hs_task .task_ment_right div ul li.arrow img {
    padding-top: 80px;
}
.hs_task .task_ment_right p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
    color: #3c3c3c;
    transform: skew(-0.03deg);
	word-break: keep-all;
}
.hs_task .task_ment_right .tit {
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
    color: #3c3c3c;
    transform: skew(-0.03deg); 
    margin-top: 30px;
    margin-bottom: 20px;
}

.hs_task .task_02 {
    margin-top:80px;
}
.hs_task .task_img_right {
    width: 50%;
    float: right;
}
.hs_task .task_ment_left {
    width: 47%;
    float: left;
}

.hs_task .task_img_right img {
    display: block;
    max-width: 100%;
}
.hs_task .task_ment_left p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
    color: #3c3c3c;
    transform: skew(-0.03deg);
	word-break: keep-all;
}
.hs_task .task_ment_left .tit{
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
    color: #3c3c3c;
    transform: skew(-0.03deg);
    margin-top: 30px;
    margin-bottom: 20px;
}
.hs_task .task_ment_right div ul li p .br_500 {
    display: none;
}



@media screen and (max-width : 1500px) {
	.hs_task .task_ment_right {
		width: 48%;
	}
    .hs_task .task_ment_right h1 {
        font-size: 28px;
    }
    .hs_task .task_ment_right div ul li p {
        font-size: 20px;
    }
	.hs_task .task_ment_left {
		width: 48%;
	}
    .hs_task .task_ment_left .tit {
        font-size: 26px;
        font-weight: 400;
        line-height: 28px;
        margin-top: 15px;
    }
    .hs_task .task_ment_right .tit {
        font-size: 26px;
        font-weight: 400;
        line-height: 28px;
        margin-top: 15px;
    }
    .hs_task .task_ment_right p {
        font-size: 17px;
        line-height: 24px;
    }
    .hs_task .task_ment_left p {
        font-size: 17px;
        line-height: 24px;
    }

}

@media screen and (max-width : 1400px) {
	.hs_task .task_ment_right p {
        font-size: 16px;
        line-height: 22px;
    }
    .hs_task .task_ment_left p {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width : 1300px) {
    .hs_task .task_ment_right h1 {
        font-size: 26px;
        line-height: 28px;
    }
    .hs_task .task_ment_right div ul li p {
        font-size: 18px;
        line-height: 32px;
    }
    .hs_task .task_ment_right .tit {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .hs_task .task_ment_left .tit {
        font-size: 22px;
        margin-bottom: 10px;
    }
	.hs_task .task_ment_right p {
        font-size: 14px;
        line-height: 18px;
    }
    .hs_task .task_ment_left p {
        font-size: 14px;
        line-height: 18px;
    }
}
@media screen and (max-width : 1200px) {
    .hs_task .task_ment_right h1 {
        font-size: 24px;
    }
    .hs_task .task_ment_right .tit {
        font-size: 20px;
        line-height: 20px;
        margin-top: 10px;
    }
    .hs_task .task_ment_left .tit {
        font-size: 20px;
        line-height: 20px;
        margin-top: 10px;
    }
    .hs_task .task_ment_right p {
        font-size: 13px;
        line-height: 16px;
    }
    .hs_task .task_ment_left p {
        font-size: 13px;
        line-height: 16px;
    }
}
@media screen and (max-width : 1080px) {
    .hs_task .task_img_left {
        width: 100%;
        float: none;
    }
    .hs_task .task_img_right {
        width: 100%;
        float: none;
    }
    
    .hs_task .task_ment_right {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    .hs_task .task_ment_left {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    
    .hs_task .task_img_left img {
        margin: 0 auto;
    }
    .hs_task .task_img_right img {
        margin: 0 auto;
    }
    .hs_task .task_ment_right div ul li p {
        margin-top: 10px;
    }
    .hs_task .task_ment_right .tit {
        margin-top: 20px;
    }
    .hs_task .task_ment_left .tit {
        margin-top: 20px;
    } 
	.hs_task .task_ment_right p {
        font-size: 16px;
        line-height: 22px;
    }
    .hs_task .task_ment_left p {
        font-size: 16px;
        line-height: 22px;
    }
	.hs_task .task_ment_right p .br_1080 {
		display: none;
	}
	.hs_task .task_ment_left p .br_1080 {
		display: none;
	}
}
@media screen and (max-width : 900px) {
    .hs_task .task_ment_right h1 {
        font-size: 22px;
    }
	.hs_task .task_ment_right p {
        font-size: 15px;
        line-height: 20px;
    }
    .hs_task .task_ment_left p {
        font-size: 15px;
        line-height: 20px;
    }
}

@media screen and (max-width : 750px) {
	.hs_task .task_ment_right p .br_750 {
		display: none;
	}
	.hs_task .task_ment_left p .br_750 {
		display: none;
	}
}

@media screen and (max-width : 600px) {
    .hs_task .task_ment_right div ul li.arrow img {
        padding-top: 60px;
    }
}
@media screen and (max-width : 550px) {
    .hs_task .task_02 {
        margin-top: 40px;
    }
    .hs_task .task_ment_right h1 {
        font-size: 20px;
    }
    .hs_task .task_ment_right .tit {
        font-size: 18px;
    }
    .hs_task .task_ment_left .tit {
        font-size: 18px;
    }
    .hs_task .task_ment_right div ul li p {
        font-size: 16px;
        line-height: 22px;
    }
    .hs_task .task_ment_right p {
        font-size: 14px;
        line-height: 18px;
    }
    .hs_task .task_ment_left p {
        font-size: 14px;
        line-height: 18px;
    }
}
@media screen and (max-width : 500px) {
    .hs_task .task_ment_right div ul li.arrow img {
        padding-top: 45px;
    }
    .hs_task .task_ment_right div ul li p {
        font-size: 15px;
        line-height: 18px;
    }
    .hs_task .task_ment_right div ul li p .br_500 {
        display: block;
    }
}
@media screen and (max-width : 380px) {
    .hs_task .task_ment_right div ul li.arrow img {
        padding-top: 35px;
    }
}
@media screen and (max-width : 320px) {
    .hs_task .task_ment_right div ul li.arrow img {
        padding-top: 28px;
    }
    .hs_task .task_ment_right p {
        font-size: 14px;
    }
    .hs_task .task_ment_left p {
        font-size: 14px;
    }
}





.hs_task .task_link {
    margin-top:80px;
}
.hs_task .task_link ul {
    width:100%;
}
.hs_task .task_link ul li {
    width: 32%;
    margin: 0.666%;
    float: left;
    background: #736357;
}
.hs_task .task_link ul li a {
    display: block;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.25px;
    color: #ffffff;
    transform: skew(-0.03deg);
    padding: 10px;
}
.hs_task .task_link ul li a img {
    display: block;
    float: left;
    margin-right: 20px;
    padding-top: 7px;
}
.hs_task .task_fo_ment {
    margin-top: 60px;
	display: none;
}
.hs_task .task_fo_ment p {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    color: #3c3c3c;
    transform: skew(-0.03deg);
}

@media screen and (max-width : 1300px) {
    .hs_task .task_link ul li a {
        font-size: 20px;
        line-height: 24px;
    }
    .hs_task .task_link ul li a img {
        padding-top: 4px;
    }
}
@media screen and (max-width : 1200px) {
    .hs_task .task_fo_ment p {
        font-size: 18px;
        line-height: 28px;
    }
}
@media screen and (max-width : 1080px) {
    .hs_task .task_link ul li a {
        font-size: 18px;
        line-height: 20px;
    }
    .hs_task .task_link ul li a img {
        padding-top: 2px;
    }
    .hs_task .task_fo_ment p {
        font-size: 17px;
    }
}
@media screen and (max-width : 900px) {
    .hs_task .task_link ul li a {
        font-size: 16px;
    }
    .hs_task .task_fo_ment p .br_900 {
        display: none;
    }
}
@media screen and (max-width : 800px) {
    .hs_task .task_link ul li {
        width: 48%;
        margin: 1%;
    }
}
@media screen and (max-width : 700px) {
    .hs_task .task_fo_ment p {
        font-size: 16px;
    }
}
@media screen and (max-width : 550px) {
    .hs_task .task_link ul li a {
        font-size: 13px; 
    }
    .hs_task .task_link ul li a img {
        margin-right: 10px;
    }
    .hs_task .task_fo_ment p {
        font-size: 15px;
        line-height: 24px;
    }
    .hs_task .task_link {
        margin-top: 40px;
    }
}
@media screen and (max-width : 400px) {

    .hs_task .task_link ul li a img {
        display: none;
    }
    .hs_task .task_link ul li a {
        padding: 10px 0px 10px 10px;
    }
    .hs_task .task_fo_ment p {
        font-size: 14px;
        line-height: 22px;
    }
}
@media screen and (max-width : 350px) {
    .hs_task .task_link ul li {
        width: 100%;
        margin: 10px auto 0;
    }
}






/************************************************

				sub_05-1

*************************************************/

.consul {
    padding: 130px 0 130px;
}
.consul h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -0.25px;
    color: #3c3c3c;
    transform: skew(-0.03deg);
    margin-bottom: 25px;
}
@media screen and (max-width : 1300px) {
    .consul {
        padding: 90px 0 90px;
    }
    .consul h2 {
        font-size: 38px;
        line-height: 54px;
    }
}
@media screen and (max-width : 1200px) {
    .consul h2 {
        font-size: 36px;
        line-height: 48px;
    }
}
@media screen and (max-width : 1080px) {
    .consul h2 {
        font-size: 34px;
        line-height: 42px;
    }
}
@media screen and (max-width : 900px) {
    .consul {
        padding: 60px 0 60px;
    }
    .consul h2 {
        font-size: 32px;
        font-weight: 400;
        line-height: 38px;
    }
}
@media screen and (max-width : 700px) {
    .consul h2 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 25px;
    }
}
@media screen and (max-width : 550px) {
    .consul {
        padding: 50px 0 50px;
    }
    .consul h2 {
        font-size: 24px;
        line-height: 24px;
    }
}




.hs_borad table.borad_tb {
	width: 100%;
	border-top: 7px solid #c8c8c8;
/*	font-family: 'Dotum';*/
	font-size: 17px;
	margin-bottom: 20px;
    transform:skew(-0.03deg);
}

.hs_borad table.borad_tb tr th {
	height: 40px;
/*
	border-bottom: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
*/
	background: #d7d7d7;
	color: #535353;
	font-weight: bold;
}

.hs_borad table.borad_tb tr .th00 {
	width: 25px;
	border-left: 0;
	border-right: 1px solid #b7b7b7;
}

.hs_borad table.borad_tb tr .th01 {
	width: 140px;
	border-left: 0;
}

.hs_borad table.borad_tb tr .th03 {
	width: 180px;
}

.hs_borad table.borad_tb tr .th04 {
	width: 130px;
}

.hs_borad table.borad_tb tr .th05 {
	width: 130px;
}

.hs_borad table.borad_tb tr td {
	height: 50px;
	border-bottom: 1px solid #c8c8c8;
/*	border-left: 1px solid #b7b7b7;*/
	color: #3e3e3e;
	text-align: center;
	padding: 7px 5px;
    transform:skew(-0.03deg);
}
.hs_borad table.borad_tb tr td img {
    display: block;
    float: left;    
    margin-right: 20px;
}
.hs_borad table.borad_tb tr td.th02 {
	text-align: left;
}

.hs_borad table.borad_tb tr td a:hover {
    color: #d89b45;
/*	text-decoration: underline;*/
}

	@media screen and (max-width : 1300px) {
	.hs_borad .txt_area .tit {
		font-size: 32px;
	}

	.hs_borad .txt_area .tit span {
		font-size: 42px;
	}

	.hs_borad .txt_area .tit br {
		display: block !important;
	}

	.hs_borad .big {
		font-size: 20px;
	}

	.hs_borad .small {
		font-size: 17px;
	}

	.hs_borad .small br {
		display: block !important;
	}

	.hs_borad table.borad_tb tr .th01 {
		width: 80px;
	}

	.hs_borad table.borad_tb tr .th03 {
		width: 120px;
	}

	.hs_borad table.borad_tb tr .th04 {
		width: 120px;
	}

	.hs_borad table.borad_tb tr .th05 {
		width: 100px;
	}
	}

	@media screen and (max-width : 1080px) {
	.hs_borad .txt_area .tit {
		font-size: 28px;
	}

	.hs_borad .txt_area .tit span {
		font-size: 36px;
	}

	.hs_borad .big {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.hs_borad .small {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.hs_borad .small br {
		display: block !important;
	}

	.hs_borad table.borad_tb {
		font-size: 16px;
	}

	.hs_borad table.borad_tb tr .th01 {
		width: 70px;
	}

	.hs_borad table.borad_tb tr .th03 {
		width: 100px;
	}

	.hs_borad table.borad_tb tr .th04 {
		width: 100px;
	}

	.hs_borad table.borad_tb tr .th05 {
		width: 80px;
	}
    .hs_borad table.borad_tb tr td img {
        margin-right: 10px;
    }
	}

	@media screen and (max-width : 900px) {
	.hs_borad .top_area {
		margin-bottom: 30px;
	}

	.hs_borad .txt_area .tit {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.hs_borad .txt_area .tit span {
		font-size: 28px;
	}

	.hs_borad .big {
		font-size: 17px;
		margin-bottom: 5px;
	}

	.hs_borad .small {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.hs_borad table.borad_tb {
		font-size: 15px;
		margin-bottom: 15px;
	}

	.hs_borad table.borad_tb tr th {
		height: 35px;
	}

	.hs_borad table.borad_tb tr .th01 {
		width: 60px;
	}

	.hs_borad table.borad_tb tr .th03 {
		width: 85px;
	}

	.hs_borad table.borad_tb tr .th04 {
		display: none;
	}

	.hs_borad table.borad_tb tr .th05 {
		width: 70px;
	}

	.hs_borad table.borad_tb tr td {
		height: 40px;
	}
	}

	@media screen and (max-width : 700px) {
	.hs_borad .top_area {
		padding-bottom: 0;
	}

	.hs_borad .txt_area .tit {
		font-size: 19px;
		margin-bottom: 7px;
	}

	.hs_borad .txt_area .tit span {
		font-size: 22px;
	}

	.hs_borad .big {
		font-size: 15px;
		margin-bottom: 5px;
	}

	.hs_borad .small {
		font-size: 13px;
		margin-bottom: 7px;
	}

	.hs_borad table.borad_tb {
		font-size: 14px;
		margin-bottom: 10px;
		letter-spacing: -1px;
	}

	.hs_borad table.borad_tb tr .th01 {
		width: 50px;
	}

	.hs_borad table.borad_tb tr .th03 {
		width: 85px;
	}

	.hs_borad table.borad_tb tr .th05 {
		display: none;
	}
    .hs_borad table.borad_tb tr td img{
        width: 16px;
    }
	}

	@media screen and (max-width : 600px) {
	.hs_borad .txt_area .tit {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.hs_borad .txt_area .tit span {
		font-size: 18px;
	}

	.hs_borad .big {
		font-size: 13px;
		margin-bottom: 5px;
		letter-spacing: -1px;
	}

	.hs_borad .small {
		font-size: 12px;
		margin-bottom: 7px;
	}
	}

	@media screen and (max-width : 550px) {

	.hs_borad table.borad_tb {
		border-top: 4px solid #c8c8c8;
		font-size: 12px;
		margin-bottom: 7px;
	}

	.hs_borad table.borad_tb tr th {
		height: 32px;
	}

	.hs_borad table.borad_tb tr .th01 {
		width: 40px;
	}

	.hs_borad table.borad_tb tr .th03 {
		width: 65px;
	}

	.hs_borad table.borad_tb tr td {
		height: 35px;
	}
    .hs_borad table.borad_tb tr td img {
        width: 13px;
    }
	}


/************************************************

				information

*************************************************/
.information {
    padding: 80px 0 80px;
}
.information .main_map{
    width: 60%;
    float: left;
    height: 700px;
}
.information .information_box{
    width: 36%;
    float: right;
}

.qa_box {width:100%;border: 1px solid #e1e1e1;}
.qa_box .qa_cont {position:relative;width:100%;max-width:847px;margin:0 auto;padding: 30px;}
.qa_box .qa_cont .qa_title {position:relative;width:100%;max-width:536px;margin:0 auto;}
.qa_box .qa_cont .qa_title h3 {font-size:54px;line-height:50px;color:#444444;font-weight:800;letter-spacing:-0.25px;margin-bottom: 20px;}
/* .qa_box .qa_cont .qa_title span {display:block;margin-top:14px;font-size:15px;line-height:normal;color:#000;font-weight:400} */
.qa_box .qa_cont .qa_title p {font-size:18px;color:#444444;line-height:26px;letter-spacing: 0;transform:skew(-0.03deg);}
.qa_box .qa_cont .qa_title p img {display: block;float: left;padding-top: 5px;padding-right:10px;}
.qa_box .qa_cont .qa_title .tit {font-size:30px;color:#444444;letter-spacing: -0.06em;margin-bottom: 15px;}
.qa_box .qa_cont .qa_title .qa_p01{margin-bottom: 10px;}
.qa_box .qa_cont .qa_title .qa_p04{margin-top: 20px;}
.qa_box .qa_cont .qa_form {display:block;padding-top:32px;border-radius:50px;}
.qa_box .qa_cont .qa_form .qa_form_cont {position:relative;width:100%;max-width:530px;margin:0 auto;color:#fff}
.qa_box .qa_cont .qa_form .qa_form_cont table {border-collapse:collapse;border-spacing:0;width:100%;transform:skew(-0.03deg);}
.qa_box .qa_cont .qa_form .qa_form_cont table th,
.qa_box .qa_cont .qa_form .qa_form_cont table td {padding:5px 0 5px;font-size:18px;color:#444444;font-weight:400;line-height:normal;transform:skew(-0.03deg);}
.qa_box .qa_cont .qa_form .qa_form_cont .lbl_tit {display:inline-block;position:relative;}
.qa_box .qa_cont .qa_form .qa_form_cont table th {width:80px;text-align:left}
.qa_box .qa_cont .qa_form .qa_form_cont .frm_input {display:inline-block;width:auto;height:32px;padding:0 0 0 10px!important;margin:0;background-color:#ffffff;font-size:14px;color:#444444;border:1px solid #d7d7d7;}
.qa_box .qa_cont .qa_form .qa_form_cont .frm_input.w420 {width:100%;}
.qa_box .qa_cont .qa_form .qa_form_cont .frm_input.w64 {width:32%;margin: 0.3%;}
.qa_box .qa_cont .qa_form .qa_form_cont .frm_input.w212 {width:212px}
.qa_box .qa_cont .qa_form .qa_form_cont .frm_input.w116 {width:116px}
.qa_box .qa_cont .qa_form .qa_form_cont .frm_input.w173 {width:173px}
.qa_box .qa_cont .qa_form .qa_form_cont select {height: 32px; border: 1px solid #d7d7d7;}
.qa_box .qa_cont .qa_form .qa_form_cont textarea.frm_input {width:100% !important;height:128px}
.qa_box .qa_cont .qa_form .qa_form_cont .s_txt {display:inline-block;font-size:13px;color:#706764}
.qa_box .qa_cont .qa_form .qa_form_cont .code {display:inline-block;width:88px;height:32px;line-height:30px;color:#fff;font-size:13px;text-align:center;background-color:#362e2b}
.qa_box .qa_cont .qa_form .qa_form_cont .agree_check {
	clear: both;
	padding-top: 5px;
}
.qa_box .qa_cont .qa_form .qa_form_cont .agree_check .check_wrap {
    width: 22px;
    height: 22px;
    position: relative;
    float: left;
}
.qa_box .qa_cont .qa_form .qa_form_cont .agree_check .check_wrap input[type="checkbox"] {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    opacity: 0;
    z-index: 2;
}
.qa_box .qa_cont .qa_form .qa_form_cont .agree_check .check_wrap input[type="checkbox"] + .checkbox1 {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #bcbcbc;
	cursor: pointer;
}
.qa_box .qa_cont .qa_form .qa_form_cont .agree_check .check_wrap input[type="checkbox"]:checked + .checkbox1 {
	/* background-color: #666666; */
	background: url('../img/check_box_on.png');
	background-size: 14px 15px;
}
.qa_box .qa_cont .qa_form .qa_form_cont .agree_check .yes1 {
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    cursor: pointer;
    float: left;
    line-height: 16px;
    margin-left: 5px;
	padding-top: 3px;
    transform:skew(-0.03deg);
}
.qa_box .qa_cont .qa_form .qa_form_cont .btn_box {margin-top:35px;text-align:right}
.qa_box .qa_cont .qa_form .qa_form_cont .btn_box .qa_btn {display:inline-block;width:395px;height:35px;/*line-height:44px;*/background-color:#1b252e;font-size:18px;color:#ffffff;transform:skew(-0.03deg);    border-radius: 7px;}
@media screen and (max-width:400px) {
	.qa_box .qa_cont .qa_form .qa_form_cont .btn_box .qa_btn {width:100%;}
}


@media screen and (max-width:1500px) {
    .information .main_map{
        height: 621px;
    }
    .qa_box .qa_cont{
        padding: 20px;
    }
    .qa_box .qa_cont .qa_title h3{
        font-size: 46px;
        line-height: 39px;
    }
    .qa_box .qa_cont .qa_form .qa_form_cont table th,
    .qa_box .qa_cont .qa_form .qa_form_cont table td {
        font-size:16px;
    }
    .qa_box .qa_cont .qa_title p{
        font-size: 16px;
        line-height: 22px;
    }
    .qa_box .qa_cont .qa_title .qa_p04{
        margin-top: 10px;
    }
    .qa_box .qa_cont .qa_title p img{
        padding-top: 3px;
    }
}
@media screen and (max-width:1300px) {
    .qa_box .qa_cont .qa_form .qa_form_cont table th{
        width: 16%;
    }
}
@media screen and (max-width:1260px) {
    .qa_box .qa_cont .qa_form .qa_form_cont .btn_box{
        text-align: center;
    }
    .qa_box .qa_cont .qa_form .qa_form_cont .btn_box .qa_btn{
        width: 100%;
    }
    .qa_box .qa_cont .qa_form .qa_form_cont .frm_input.w64{
        width: 31%;
        margin: 0.666%;
    }
}
@media screen and (max-width:1080px) {
    .information .main_map{
        width: 100%;
        float: none;
    }
    .information .information_box{
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    .qa_box .qa_cont .qa_form .qa_form_cont table th{
        text-align: center;
    }
    .qa_box .qa_cont{
        max-width: 1080px;
    }
    .qa_box .qa_cont .qa_title{
        max-width: 1080px;
    }
    .qa_box .qa_cont .qa_form .qa_form_cont{
        max-width: 1080px;
    }
}

@media screen and (max-width:960px) {
	.qa_box {width:100%;}
	.qa_box .qa_cont {position:relative;width:100%;margin:0 auto;}
	.qa_box .qa_cont .qa_title:after {font-size:85px;line-height:85px;}
	.qa_box .qa_cont .qa_title:before {font-size:85px;line-height:85px;}
}
@media screen and (max-width:900px) {
    .information .main_map {
        height: 530px;
    }
    .qa_box .qa_cont .qa_title .tit{
        font-size: 28px;
    }
    .qa_box .qa_cont .qa_title h3 {
        font-size: 40px;
        line-height: 28px;
    }
    .qa_box .qa_cont .qa_form{
        padding-top: 25px;
    }
    .qa_box .qa_cont .qa_form .qa_form_cont .btn_box .qa_btn{
        font-size: 16px;
    }
    .qa_box .qa_cont .qa_title h3 {
        font-size: 38px;
        line-height: 22px;
    }
}
@media screen and (max-width:854px) {
	.qa_box {width:100%;/* padding:35px 15px 35px; */padding:10px 10px 10px;}
	.qa_box .qa_cont .qa_title:after {display:none}
	.qa_box .qa_cont .qa_title:before {display:none}
	.qa_box .qa_cont .qa_title {padding:0 0px 0}
	/* .qa_box .qa_cont .qa_title span {margin-top:10px} */
	.qa_box .qa_cont .qa_form {border-radius:10px}
}
@media screen and (max-width:700px) {
    .information .main_map {
        height: 460px;
    }
    .qa_box .qa_cont .qa_title .tit{
        font-size: 26px;
    }
    
}
@media screen and (max-width:639px) {
	.qa_box {width:100%;}
	.qa_box .qa_cont .qa_form .qa_form_cont .frm_input.w420 {width:100%;}
	.qa_box .qa_cont .qa_form .qa_form_cont .frm_input.w212 {width:100%;}
	.qa_box .qa_cont .qa_form .qa_form_cont table {display:block}
	.qa_box .qa_cont .qa_form .qa_form_cont table tbody {display:block}
	.qa_box .qa_cont .qa_form .qa_form_cont table tr {display:block;width:100%;}
	.qa_box .qa_cont .qa_form .qa_form_cont table th {display:block;width:100%;text-align: left;}
	.qa_box .qa_cont .qa_form .qa_form_cont table td {display:block;width:100%;}
    
}
@media screen and (max-width:550px) {
    .information .main_map {
        height: 380px;
    }
    .qa_box .qa_cont .qa_title h3 {
        font-size: 32px;
        line-height: 18px;
    }
	.qa_box .qa_cont .qa_title .qa_p01 span {
		display:block;
	}
}
@media screen and (max-width:400px){
    .information {
        padding: 40px 0 40px;
    }
    .information .main_map {
        height: 280px;
    }
    .qa_box .qa_cont{
        padding: 10px;
    }
    .qa_box .qa_cont .qa_title p{
        font-size: 14px;
        line-height: 18px;
    }
    .qa_box .qa_cont .qa_title p img{
        display: none;
    }
    .qa_box .qa_cont .qa_form .qa_form_cont table th,
    .qa_box .qa_cont .qa_form .qa_form_cont table td {
        font-size:14px;
    }
    .qa_box .qa_cont .qa_form .qa_form_cont .agree_check label{
        font-size: 12px;
    }
    .qa_box .qa_cont .qa_form .qa_form_cont .btn_box{
        margin-top: 0px;
    }
    .qa_box .qa_cont .qa_form .qa_form_cont .btn_box .qa_btn{
        font-size:14px;
        line-height: 18px;
    }
}



















