@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Noto Sans KR', "Nanum Gothic", Dotum, sans-serif;
	color: #000;
	font-size: 12px;
	background: #fff;
}
a, input {
	transition: all 0.5s;
}
a, a:hover, afocus, a:active, a:link, a:visited {
	text-decoration: none;
}
ul, li, ol {
	margin: 0;
	padding: 0;
	list-style: none !important;
}
.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.my_bg{
	width: 100%;
	height: 100%;
	z-index: 2;
	position: fixed;
	background-color:rgba(0,0,0,0.5);
}
.logo{
	position: absolute;
    max-width: 100%;
	z-index: 9;
	padding: 0 15px;
	left: 50%; top: 50%;   
    transform: translate(-50%, -50%);
	 -o-transform: translate(-50%, -50%);
	 -moz-transform: translate(-50%, -50%);
	 -webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.logo img{
	max-width: 100%;
}
.my_nav{
	position: absolute;
	bottom: 175px;
	z-index: 9;
	width: 100%;
	padding: 0 15px;
	max-width: 1000px;
	left: 50%;
	 transform: translate(-50%, 0%);
	 -o-transform: translate(-50%,0%);
	 -moz-transform: translate(-50%, 0%);
	 -webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
}
.my_nav > li {
	width: 20%;
	float: left;
	padding: 0 15px;
	border-bottom: 1px solid #f7f7f7;
	box-sizing: border-box;
}
.my_nav > li:hover{
	border-bottom: 1px solid #ff0000;
}
.my_nav > li > a.nav_1{
	width: 100%;
	height: 90px;
	float: left;
	background: url(../images/nav_1.png) center no-repeat;
}
.my_nav > li:hover > a.nav_1{
	background: url(../images/nav_1_hover.png) center no-repeat;
}
.my_nav > li > a.nav_2{
	width: 100%;
	height: 90px;
	float: left;
	background: url(../images/nav_2.png) center no-repeat;
}
.my_nav > li:hover > a.nav_2{
	background: url(../images/nav_2_hover.png) center no-repeat;
}
.my_nav > li > a.nav_3{
	width: 100%;
	height: 90px;
	float: left;
	background: url(../images/nav_3.png) center no-repeat;
}
.my_nav > li:hover > a.nav_3{
	background: url(../images/nav_3_hover.png) center no-repeat;
}
.my_nav > li > a.nav_4{
	width: 100%;
	height: 90px;
	float: left;
	background: url(../images/nav_4.png) center no-repeat;
}
.my_nav > li:hover > a.nav_4{
	background: url(../images/nav_4_hover.png) center no-repeat;
}
.my_nav > li > a.nav_5{
	width: 100%;
	height: 90px;
	float: left;
	background: url(../images/nav_5.png) center no-repeat;
}
.my_nav > li:hover > a.nav_5{
	background: url(../images/nav_5_hover.png) center no-repeat;
}






header{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 100px;
	z-index: 9;
}
.main_logo{
	float: left;
	margin-top: 30px;
	position: relative;
	z-index: 9;
	width: 100px;
	height: 54px;
	background: url(../images/main_logo.png);
}
.main_logo:hover{
	background: url(../images/main_logo_hover.png);
}
.about_us_top{
	width: 100%;
	margin: 0 auto;
	min-height: 1894px;
	background:url(../images/about_us_top_bg.jpg) center top no-repeat;
}


.my_main_nav{
	float: right;
	background: none;
	border: none;
	margin-top: 30px;
	margin-bottom: 0px;
}
.my_main_nav_ul > li{
	padding: 15px;
}
.my_main_nav_ul > li > a{
	line-height: 28px;
	font-size: 16px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #575757;
	padding: 0;
	background: none !important;
	border-bottom: 1px solid #575757;
}
.my_main_nav_ul > li > a:hover{
	color: #e7152d !important;
	border-bottom: 1px solid #e7152d;
}
.my_main_nav_ul > li.active a{
	color: #e7152d !important;
	border-bottom: 1px solid #e7152d;
}

.about_us_top_img{
	float: left;
	margin-top: 365px;
}
.about_us_top_img img{
	max-width: 100%;
}
.about_us_top_list{
	width: 100%;
	float: left;
	margin-top: 175px;
	margin-bottom:100px;
}
.about_us_top_list li{
	width: 25%;
	float: left;
	padding: 0 15px;
}
.about_us_top_list li > .about_us_top_content{
	width: 100%;
	float: left;
	min-height: 350px;
	background: #ffffff;
	text-align: center;
	transition: all 0.5s;
	border-radius: 5px;
}
.about_us_top_list li:hover > .about_us_top_content{
	background: #e7152d;
	
}
.about_us_top_list li > .about_us_top_content > .topimg_01{
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 30px;
	min-height: 65px;
	margin-bottom: 20px;
	background: url(../images/about_us_top_icon_1.png) center top no-repeat;
}
.about_us_top_list li:hover > .about_us_top_content > .topimg_01{
	background: url(../images/about_us_top_icon_1_hover.png) center top no-repeat;
}
.about_us_top_list li > .about_us_top_content > .topimg_02{
	width: 100%;
	text-align: center;
	float: left;
	min-height: 65px;
	margin-top: 30px;
	margin-bottom: 20px;
	background: url(../images/about_us_top_icon_2.png) center top no-repeat;
}
.about_us_top_list li:hover > .about_us_top_content > .topimg_02{
	background: url(../images/about_us_top_icon_2_hover.png) center top no-repeat;
}
.about_us_top_list li > .about_us_top_content > .topimg_03{
	width: 100%;
	text-align: center;
	float: left;
	min-height: 65px;
	margin-top: 30px;
	margin-bottom: 20px;
	background: url(../images/about_us_top_icon_3.png) center top no-repeat;
}
.about_us_top_list li:hover > .about_us_top_content > .topimg_03{
	background: url(../images/about_us_top_icon_3_hover.png) center top no-repeat;
}
.about_us_top_list li > .about_us_top_content > .topimg_04{
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 30px;
	min-height: 65px;
	margin-bottom: 20px;
	background: url(../images/about_us_top_icon_4.png) center top no-repeat;
}
.about_us_top_list li:hover > .about_us_top_content > .topimg_04{
	background: url(../images/about_us_top_icon_4_hover.png) center top no-repeat;
}

.about_us_top_list li > .about_us_top_content > .top_title{
	width: 100%;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #575757;
	letter-spacing: -1.5px;
	margin-bottom: 15px;
}
.about_us_top_list li:hover > .about_us_top_content > .top_title{
	color: #fff;
}
.about_us_top_list li > .about_us_top_content > .top_text{
	width: 100%;
	float: left;
	text-align: center;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	color: #575757;
	letter-spacing: -1.2px;
	margin-bottom: 25px;
}
.about_us_top_list li:hover > .about_us_top_content > .top_text{
	color: #fff;
}
.about_us_top_list li > .about_us_top_content > .top_btn{
	width:100%;
	max-width: 200px;
	min-height: 50px;
	line-height: 50px;
	border-radius: 25px;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1.2px;
	border:1px solid #e7152d;
	color: #e7152d;
}
.about_us_top_list li:hover > .about_us_top_content > .top_btn{
	border:1px solid #fff;
	color: #fff;
}
.about_us_top_list li > .about_us_top_content > .top_btn > span{
	background: url(../images/top_btn_icon.png) center top no-repeat;
	width: 5px;
	height: 10px;
	display: inline-block;
	padding-top: 15px;
	margin-left: 10px;
}
.about_us_top_list li:hover > .about_us_top_content > .top_btn > span{
	background: url(../images/top_btn_icon_hover.png) center top no-repeat;
}
.about_us_top_text{
	width: 100%;
	float: left;
}
.about_us_top_text .value{
	display: block;
	font-weight: bold;
	line-height: 28px;
	font-size: 22px;
	color: #e7152d;
	margin-bottom: 20px;
}
.about_us_top_text .title{
	display: block;
	font-size: 36px;
	font-weight: 400;
	line-height: 28px;
	color: #575757;
	margin-bottom: 30px;
	letter-spacing: -1.5px;
}
.about_us_top_text .title b{
	font-weight: bold;
	color: #e7152d;
	
}
.about_us_top_text .text{
	display: block;
	font-weight: 300;
	font-size: 20px;
	color: #575757;
	line-height: 30px;
	letter-spacing: -1.5px;
}
.about_us_top_text .text span{
	color: #e7152d;
}
.about_us_top_text_img{
	width: 100%;
	float: left;
	text-align: right;
	padding-top: 75px;
}
.about_us_top_text_img img{
	max-width: 100%;
}


.about_us_center{
	width: 100%;
	margin: 0 auto;
	min-height: 1132px;
	background: url(../images/about_us_center_bg.png) center top no-repeat #e72c2f;
}
.about_us_center_top{
	width: 100%;
	float: left;
	font-size: 22px;
	line-height: 28px;
	margin-top: 178px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}
.about_us_center_title{
	width: 100%;
	text-align: center;
	float: left;
	font-weight: 400;
	font-size: 32px;
	line-height: 28px;
	margin-bottom: 10px;
	color: #fff;
}
.about_us_center_dec{
	width: 100%;
	text-align: center;
	float: left;
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 95px;
}
.about_us_center_list{
	width: 100%;
	float: left;
	text-align: center;
}
.about_us_center_list li{
	width: 270px;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 25px;
}
.about_us_center_list li .content{
	width: 100%;
	height: 270px;
	float: left;
	position: relative;
	border-radius: 5px;
	box-sizing: border-box;
	background: #fff;
	border:1px solid #cccccc;
}
.about_us_center_list li .content > .center_icon{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	transform: translate(-50%, -50%);
	 -o-transform: translate(-50%, -50%);
	 -moz-transform: translate(-50%, -50%);
	 -webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	}
.about_us_center_list li .content > .center_text{
	position: absolute;
	text-align: left;
	top: 50px;
	left: 12px;
	bottom:40px;
	background: #fff;
	opacity: 0;
	z-index: 4;
	right:12px;
	color: #575757;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: -2px;
	font-weight: 300;
	transition: all 0.5s;
}
.about_us_center_list li:hover .content > .center_text{
	opacity: 1;
}

.about_us_bottom{
	width: 100%;
	margin: 0 auto;
	min-height: 1050px;
	background: url(../images/about_us_bottom_bg.jpg) center top no-repeat #f3f4f5;
}
.about_us_bottom_top{
	width: 100%;
	float: left;
	font-size: 22px;
	line-height: 28px;
	margin-top: 180px;
	text-align: center;
	font-weight: bold;
	color: #e7152d;
	margin-bottom: 20px;
}
.about_us_bottom_title{
	width: 100%;
	text-align: center;
	float: left;
	font-weight: 400;
	font-size: 32px;
	line-height: 28px;
	margin-bottom: 10px;
	color: #575757;
}
.about_us_bottom_dec{
	width: 100%;
	text-align: center;
	float: left;
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
	color: #575757;
	margin-bottom: 95px;
}
.about_us_bottom_content{
	width: 100%;
	float: left;
	background: #fff;
	box-sizing: border-box;
	padding: 50px 0px;
	border-radius: 5px;
	border:1px solid #eff0f1;
}
.about_us_bottom_content li{
	width: 33.33333%;
	float: left;
	min-height: 380px;
	padding: 0 15px;
	border-right: 1px solid #cccccc;
}
.about_us_bottom_content li:last-child{
	border-right: none;
}
.about_us_bottom_content li .img{
	width: 100%;
	float: left;
	margin-top: 45px;
	text-align: center;
	margin-bottom: 25px;
}
.about_us_bottom_content li .title{
	width: 100%;
	float: left;
	text-align: center;
	font-weight: bold;
	line-height: 28px;
	font-size: 24px;
	color: #575757;
	margin-bottom: 25px;
	
}
.about_us_bottom_content li .text{
	width: 100%;
	margin: 0 auto;
	max-width: 300px;
	font-weight: 300;
	letter-spacing: -1.5px;
	font-size: 18px;
	line-height: 28px;
	color: #575757;
}
.about_us_bottom_content li .text span{
	color: #e7152d;
}

footer{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 100px 0;
}
.footer_logo{
	display: inline-block;
	margin-bottom: 50px;
}
.footer_text{
	text-align: center;
	font-size: 18px;
	letter-spacing: -1.5px;
	line-height: 28px;
	color: #575757;
	font-weight: 300;
	margin-bottom: 30px;
}
.footer_text b{
	font-weight: 500;
}
.footer_text span{
	margin: 0 25px;
}
.footer_nav{
	text-align: center;
}
.footer_nav > a{
	display: inline-block;
	margin: 0 30px;
	font-weight: 400;
	line-height: 28px;
	color: #575757;
	font-size: 16px;
}
.footer_nav > a:before{
	content: url(../images/footer_icon.png);
	width: 16px;
	height: 16px;
	float: right;
	margin-left: 10px;
	margin-top: 2px;
	opacity: 0;
}
.footer_nav > a:hover{
	font-weight: 500;
}
.footer_nav > a:hover:before{
	opacity: 1;
}
.sub_01_banner{
	width: 100%;
	margin: 0 auto;
	min-height: 550px;
	background: url(../images/sub_01_banner.png) center top;
}
.sub_02_banner{
	width: 100%;
	margin: 0 auto;
	min-height: 550px;
	background: url(../images/sub_02_banner.png) center top;
}
.sub_05_banner{
	width: 100%;
	margin: 0 auto;
	min-height: 550px;
	background: url(../images/sub_05_banner.png) center top;
}
.sub_03_banner{
	width: 100%;
	margin: 0 auto;
	min-height: 550px;
	background: url(../images/sub_03_banner.png) center top;
}
.sub_banner_img{
	float: left;
	margin-top: 228px;
	margin-left: 100px;
}
.sub_banner_img img{
	max-width: 100%;
}

.sub2_list{
	width: 100%;
	float: left;
	margin-top: 150px;
	margin-bottom: 120px;
}
.sub2_list li {
	padding:0 15px;
	width: 33.3333333%;
	float: left;
	box-sizing: border-box;
	margin-bottom: 30px;
	
}
.sub2_list li .images{
	width: 100%;
	float: left;
	border:1px solid #cccccc;
}

.scoll_btn_02{
	width: 60px;
	height: 160px;
	position: absolute;
	right: -160px;
	cursor: pointer;
	top: 170px;
	background: url(../images/scoll_to_bottom_btn_02.png);
}
.scoll_btn_02:hover{
	background: url(../images/scoll_to_bottom_btn_02_hover.png);
}
.scoll_top_btn{
	width: 60px;
	height: 60px;
	position: absolute;
	right: -150px;
	cursor: pointer;
	top: 120px;
	background: url(../images/scorll_top_btn.png);
}
.scoll_top_btn:hover{
	background: url(../images/scorll_top_btn_hover.png);
}



.sub3_content{
	width: 100%;
	margin: 0 auto;
	min-height:1296px;
	background: url(../images/sub3_bg.png) repeat;
}
.sub3_title{
	margin-top: 150px;
	width: 100%;
	float: left;
	font-weight: 400;
	font-size: 32px;
	line-height: 27px;
	letter-spacing: -1.5px;
	margin-bottom: 95px;
	color: #575757;
	text-align: center;
}
.map{
	width: 100%;
	float: left;
	margin-bottom: 40px;
	text-align: right;
}
.map img{
	max-width: 100%;
}
.address_title{
	width: 100%;
	float: left;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -1.2px;
	color: #575757;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #575757;
}
.address{
	width: 100%;
	float: left;
	text-align: left;
	color: #575757;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -1px;
}
.form_title{
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
}
.form_title span{
	color: red;
	display: inline-block;
	margin-left: 5px;
}
.form-group{
	margin-bottom: 30px;
}
.form_file_content{
	width: 100%;
	float: left;
	position: relative;
	display: block;
}
.form_file_name{
	width: 100%;
	height: 36px;
	float: left;
	background: #fff;
	line-height: 36px;
	padding-left: 10px;
	border-radius: 5px;
	padding-right: 90px;
	font-size: 14px;
	overflow: hidden;
	color: #9fa19f;
	text-overflow: ellipsis;
	white-space: nowrap;
	border:1px solid #cccccc;
}
.form_file_content_btn{
	width: 81px;
	height: 34px;
	top: 1px;
	right: 1px;
	font-weight: 500;
	background: #e7152d;
	color: #fff;
	border:none;
	border-left: 1px solid #ccc;
	position: absolute;
	font-size: 16px;
}
.my_file{
	display: none !important;
}
.form_submit{
	width: 230px;
	height: 58px;
	margin-top: 60px;
	float: left;
	border:none;
	    padding: 0px;
}
.form_submit:hover{
	box-shadow: 0px 1px 4px rgba(0,0,0,0.3),
				0px 0px 20px rgba(0,0,0,0.1) inset;
}
p.has-error-input{
	color:red;
	font-size: 14px;
	padding-top: 5px;
	margin-bottom: 0px;
}
p.has-error-input{
	color:red;
	font-size: 14px;
	padding-top: 5px;
	margin-bottom: 0px;
}
input.has-error-input{
	border:1px solid red;
}
textarea.has-error-input{
	border:1px solid red;
}
.sub2_list li .images img{
		max-width: 100%;
	}
.sub1_content{
	width: 100%;
	margin: 0 auto;
	min-height: 2104px;
	background: url(../images/sub1_bg.png) center top no-repeat #f3f4f5;
}

.sub1_top{
	width: 100%;
	float: left;
	min-height: 300px;
	position: relative;
	margin-top: 150px;
	background: url(../images/sub1_top_bg.png) center top no-repeat;
	margin-bottom: 120px;
}
.sub1_top_text{
	position: absolute;
	z-index: 5;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	 -o-transform: translate(-50%, -50%);
	 -moz-transform: translate(-50%, -50%);
	 -webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.sub1_top_text_title{
	display: block;
	font-weight: bold;
	font-size: 32px;
	line-height: 28px;
	margin-bottom: 15px;
	color: #fff;
}
.sub1_top_text_dec{
	display: block;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}
.sub1_top_left_title{
	width: 100%;
	float: left;
	font-size: 22px;
	line-height: 28px;
	color: #e7152d;
	font-weight: bold;
	margin-bottom: 25px;
}
.sub1_top_left_dec{
	width: 100%;
	float: left;
	font-size: 32px;
	line-height: 40px;
	color: #575757;
	
}
.sub1_top_left_dec b{
	color: #e7152d;
}
.sub1_top_right_text{
	width: 100%;
	float: left;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	color: #575757;
	margin-top: 45px;
}
.sub1_top_right_text span{
	color: #e7152d;
}
.sub1_center{
	width: 100%;
	float: left;
	box-sizing: border-box;
	margin-top: 120px;
	background: #fff;
	border-radius: 5px;
	padding: 40px 0;
	border:1px solid #cccccc;
}
.sub1_center_img{
	text-align: center;
}
.sub1_center_text{
	width: 100%;
	float: left;
	margin-top: 95px;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	color: #575757;
}
.sub1_center_text span{
	color: #e7152d;
}
.sub1_bottom_title{
	width: 100%;
	float: left;
	font-weight: bold;
	font-size: 22px;
	line-height: 28px;
	margin-top: 100px;
	color: #575757;
}
.sub1_bottom_img{
	width: 100%;
	float: left;
	text-align: center;
}
.sub1_bottom_img img{
	max-width: 100%;
}









.sub5_top{
	width: 100%;
	margin: 0 auto;
	background: url(../images/sub5_bg_01.png) repeat;
}
.sub5_top_title{
	width: 100%;
	float: left;
	margin-top: 150px;
	text-align: center;
	margin-bottom: 130px;
	
}
.sub5_top_title img{
	max-width: 100%;
}
.sub5_top_content{
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 230px;
}

.sub5_top_content img{
	max-width: 100%;
}

.sub4_tabs_title{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: -86px;
	position: relative;
	z-index: 999;
	background: #fff;
}
.sub4_tabs_title > li{
	width: 33.333333%;
	float: left;
	text-align: center;
	border-bottom: 1px solid #f4f4f4;
	border-right: 1px solid #f4f4f4;
	box-sizing: border-box;
}
.sub4_tabs_title > li#tabs_01_title.active a{
	background: #e7152d;
	color: #fff;
}
.sub4_tabs_title > li#tabs_02_title.active a{
	background: #0070bb;
	color: #fff;
}
.sub4_tabs_title > li#tabs_03_title.active a{
	background: #f5a400;
	color: #fff;
}
.sub4_tabs_title > li:last-child{
	border-right: none;
}
.sub4_tabs_title > li > a{
	display: block;
	padding: 25px 15px;
	font-size: 25px;
	font-weight: bold;
	color: #575757;
}
.sub5_tabs_content{
	width: 100%;
	margin: 0 auto;
}
.sub5_tabs_content > li{
	width: 100%;
	margin: 0 auto;
	display: none;
}
.sub5_tabs_content li.active{
	display:inline-block;
}

.sub5_tabs_01_title_top{
	width: 100%;
	float: left;
	font-weight: bold;
	line-height: 28px;
	font-size: 24px;
	color: #e7152d;
	margin-top: 100px;
	margin-bottom: 5px;
}
.sub5_tabs_01_title{
	width: 100%;
	float: left;
	font-weight: bold;
	line-height: 28px;
	font-size: 24px;
	color: #575757;
	margin-bottom: 25px;
}
.sub5_tabs_01_dec{
	width: 100%;
	float: left;
	font-weight: 400;
	line-height: 28px;
	font-size: 20px;
	color: #575757;
}
.sub5_tabs_01_content{
	width: 100%;
	float: left;
	box-sizing: border-box;
	margin-top: 90px;
	border: 1px solid #e7152d;
	margin-bottom: 95px;
}
.sub5_tabs_01_content_title{
	background: #e7152d;
	padding: 15px;
	width: 100%;
	float: left;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	
	box-sizing: border-box;
}
.sub5_tabs_01_content_text{
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 45px 15px;
}
.sub5_tabs_01_content_text > li{
	width: 33.333333%;
	float: left;
	padding-left: 30px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 400;
	color: #575757;
}
.sub5_tabs_01_content_table_title{
	width: 100%;
	float: left;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #575757;
	margin-bottom: 25px;
}
.sub5_tabs_01_content_table{
	width: 100%;
	float: left;
	margin-bottom: 100px;
}
.sub5_tabs_01_content_table img{
	max-width: 100%;
}
.sub5_tabs_01_content_bottom_title{
	width: 100%;
	float: left;
	margin-top: 95px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 85px;
	color: #575757;
}
.sub5_tabs_01_content_bottom_img{
	width: 100%;
	float: left;
	margin-bottom: 120px;
	text-align: center;
}
.sub5_tabs_01_content_bottom_img img{
	max-width: 100%;
}
.sub5_tabs_01_content_bottom_btn{
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 140px;
}
.sub5_tabs_01_content_bottom_btn img{
	max-width: 100%;
}

.sub5_tabs_02_title_top{
	width: 100%;
	float: left;
	font-weight: bold;
	line-height: 28px;
	font-size: 24px;
	color: #0070bb;
	margin-top: 100px;
	margin-bottom: 5px;
}
.sub5_tabs_02_title{
	width: 100%;
	float: left;
	font-weight: bold;
	line-height: 28px;
	font-size: 24px;
	color: #575757;
	margin-bottom: 25px;
}
.sub5_tabs_02_dec{
	width: 100%;
	float: left;
	font-weight: 400;
	line-height: 28px;
	font-size: 20px;
	color: #575757;
}
.sub5_tabs_02_list{
	width: 100%;
	float: left;
	margin-top: 50px;
	margin-bottom: 80px;
}
.sub5_tabs_02_list > li{
	width: 25%;
	float: left;
	text-align: center;
	box-sizing: border-box;
	padding:15px;
}
.sub5_tabs_02_list > li img{
	max-width: 100%;
}
.sub5_center{
	width: 100%;
	margin: 0 auto;
	background: url(../images/sub5_center_bg.png) top center no-repeat #000;
	min-height: 900px;
}
.sub5_center_top{
	width: 100%;
	text-align: center;
	float: left;
	font-weight: 400;
	font-size: 48px;
	margin-top: 250px;
	color: #fff;
}
.sub5_center_top_title{
	width: 100%;
	text-align: center;
	float: left;
	font-weight: 900;
	color: #e7152d;
	font-size: 120px;
	line-height: 125px;
	margin-bottom: 20px;
}
.sub5_center_top_dec{
	width: 100%;
	text-align: center;
	float: left;
	font-size: 32px;
	font-weight: bold;
	line-height: 44px;
	color: #fff;
	margin-bottom: 20px;
}
.sub5_center_top_text{
	width: 100%;
	text-align: center;
	float: left;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	color: #fff;
	
}
.sub5_bottom_01{
	width: 100%;
	margin: 0 auto;
	background: url(../images/sub_bottom_01_bg.png) center center no-repeat #f3f4f5;
}
.sub5_bottom_01_title{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 120px;
	line-height: 28px;
	font-size: 24px;
	font-weight: bold;
	color: #575757;
	margin-bottom: 20px;
}
.sub5_bottom_01_title span{
	color: #e7152d;
}
.sub5_bottom_01_dec{
	width: 100%;
	float: left;
	text-align: center;
	font-weight: 400;
	font-size: 20px;
	color: #575757;
	margin-bottom: 65px;
}
.sub5_bottom_01_list{
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 130px;
}
.sub5_bottom_01_list li{
	width: 33.333333%;
	float: left;
	box-sizing: border-box;
	padding: 0 15px;
}
.sub5_bottom_01_list li .list_img{
	width: 100%;
	float: left;
	background: #fff;
}
.sub5_bottom_01_list li .list_img img{
	max-width: 100%;
}
.sub5_bottom_01_list li .list_content{
	width: 100%;
	float: left;
	padding: 45px 30px 0 30px;
	background: #fff;
	box-sizing: border-box;
	min-height: 410px;
}
.sub5_bottom_01_list li .list_content_title{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #575757;
	margin-bottom: 25px;
}
.sub5_bottom_01_list li .list_content_text{
	width: 100%;
	float: left;
	font-weight: 400;
	text-align: left;
	font-size: 20px;
	line-height: 34px;
	color: #575757;
}
.sub5_bottom_01_list li .list_content_text span{
	color: #e7152d;
}

.sub5_bottom{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.sub5_bottom_list{
	width: 25%;
	float: left;
	min-height: 900px;
	overflow:hidden;
	position: relative;
}
.sub5_bottom_list_01{
	background: url(../images/sub_bottom_01.png) center center no-repeat #000;
	background-size: cover;
}
.sub5_bottom_list_02{
	background: url(../images/sub_bottom_02.png) center center no-repeat #000;
	background-size: cover;
}
.sub5_bottom_list_03{
	background: url(../images/sub_bottom_03.png) center center no-repeat #000;
	background-size: cover;
}
.sub5_bottom_list_04{
	background: url(../images/sub_bottom_04.png) center center no-repeat #000;
	background-size: cover;
}

.sub5_bottom_list_hover_bg{
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	position: absolute;
	z-index: 6;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: rgba(197,18,38,0.85)
}
.sub5_bottom_list:hover .sub5_bottom_list_hover_bg{
	opacity: 1;
	visibility: visible;
}
.sub5_bottom_list_content{
	position: absolute;
	top: 50%;
	left: 0px;
	text-align: center;
	width: 100%;
	z-index: 9;
	transform: translate(0%, -50%);
	 -o-transform: translate(0%,-50%);
	 -moz-transform: translate(0%, -50%);
	 -webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}
.sub5_bottom_list_content_title{
	width: 100%;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 40px;
	color: #fff;
	margin-bottom: 15px;
}
.sub5_bottom_list_content_dec{
	width: 100%;
	float: left;
	text-align: center;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 90px;
	font-size: 24px;
	color: rgba(255,255,255,0.95);
}
.sub5_bottom_list_content_btn{
	width: 280px;
	display:inline-block;
	height: 65px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	padding: 15px 0px;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 50px;
}
.sub5_bottom_list_content_btn:hover{
	color: #fff;
}
.sub5_bottom_list_content_btn > i{
	margin-left: 10px;
}
.sub5_bottom_list_content_btn > i > img{
	vertical-align: inherit;
}
@media(max-width:1600px){
	.scoll_btn_02{
		display: none;
	}
	.scoll_top_btn{
		display: none;
	}
}
@media(max-width:1100px){
	.sub4_tabs_title > li > a{
	font-size: 16px;	
	}
	.sub4_tabs_title{
		margin-top: -73px;
	}
}
@media(max-width:1000px){
	.sub5_tabs_01_content_text > li{
		width: 100%;
		margin-bottom: 35px;
	}
}
@media(max-width:960px){
	.sub5_bottom_list{
		width: 50%;
	}
	.sub5_bottom_01_list li{
		width: 100%;
		}
	.about_us_bottom_content li .text{
		font-size: 14px;
	}
	.my_nav{
		bottom: 5%;
	}
	.logo{
		top: 25%;
	}
	.my_nav > li{
		width: 50%;
		margin-bottom: 15px;
	}
	.my_nav > li:last-child{
		width: 100%;
	}
	.about_us_top_list li{
		width: 50%;
		margin-bottom: 30px;
	}
	.about_us_top{
		background: #f3f4f5;
		min-height: auto;
	}
	.about_us_top_img{
		text-align: center;
		margin-top: 120px;
	}
	.about_us_top_list{
		margin-bottom: 30px;
	}
	.about_us_center_list li{
		width: 50%;
		float: left;
	}
	.about_us_center_list li .content > .center_text{
		text-align: center;
	}
}
@media(max-width:769px){
	.about_us_top_list li > .about_us_top_content > .top_title{
		font-size: 20px;
	}
	.about_us_top_list li > .about_us_top_content > .top_text{
		font-size: 16px;
	}
	.about_us_top_list li > .about_us_top_content > .top_btn{
		min-height: 35px;
		font-size: 14px;
		line-height: 35px;
		height:35px;
	}
	.sub5_bottom_list{
		width: 100%;
		min-height: 500px;
	}
	.sub5_center{
		min-height: 500px;
		background-size: cover;
		background-repeat: center center no-repeat;
	}
	.sub5_center_top{

	font-weight: 400;
	font-size: 32px;
	margin-top: 100px;
}
.sub5_center_top_title{

	font-weight: 900;
	font-size: 60px;
	line-height: 65px;
	margin-bottom: 20px;
}
.sub5_center_top_dec{

	font-size: 18px;
	font-weight: bold;
	line-height: 30px;

	margin-bottom: 20px;
}
.sub5_center_top_text{

	font-size: 14px;
	line-height: 30px;
	font-weight: 400;

	
}
	
	
	.sub5_tabs_02_list{
		padding: 0 15px;
	}
	.sub5_tabs_02_list > li{
		width: 50%;
	}
	.sub5_tabs_02_dec{
		padding: 0 15px;
		box-sizing: border-box;
		text-align: center;
	}
	.sub5_tabs_02_title{
		padding: 0 15px;
		box-sizing: border-box;
		text-align: center;
	}
	.sub5_tabs_02_title_top{
		padding: 0 15px;
		box-sizing: border-box;
		text-align: center;
	}
	.sub5_tabs_01_content_table_title{
		padding: 0 15px;
		box-sizing: border-box;
	}
	.sub5_tabs_01_dec{
		padding: 0 15px;
		box-sizing: border-box;
		text-align: center;
	}
	.sub5_tabs_01_title{
		padding: 0 15px;
		box-sizing: border-box;
		text-align: center;
	}
	.sub5_tabs_01_title_top{
		padding: 0 15px;
		box-sizing: border-box;
		text-align: center;
	}
	.sub4_tabs_title{
		margin-top: 0px;
	}
	.sub4_tabs_title > li{
		width: 100%;
		border-right: none;
	}
	.sub5_top_title{
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.sub5_top_content{
		margin-bottom: 50px;
	}
	
	.sub1_content{
		min-height: auto;
		padding-bottom: 50px;
	}
	.sub1_bottom_title{
		margin-top: 50px;
	}
	.sub1_center{
		margin-top: 50px;
	}
	.sub1_top{
		margin-bottom: 50px;
		margin-top: 50px;
	}
	.sub1_top_text{
		width: 100%;
	}
	.sub1_top_text_title{
		font-size: 28px;
	}
	.sub1_top_text_dec{
		font-size: 14px;
	}
	.sub2_list li{
		width: 50%;
	}
	.sub_03_banner{
		min-height: 300px;
	}
	.sub_02_banner{
		min-height: 300px;
	}
	.sub_01_banner{
		min-height: 300px;
	}
	.sub_05_banner{
		min-height: 300px;
	}
	#form{
		margin-top: 50px;
		margin-bottom:100px;
		overflow: hidden;
	}
	.form_submit{
		width: 100%;
		background: #e7152d;
		border-radius: 5px;
	}
	.sub_banner_img{
		width: 100%;
		float: left;
		margin-left: 0px;
		margin-top: 100px;
		text-align: center;
	}
	.about_us_bottom_content li{
		width: 100%;
		border:none;
	}
	.about_us_bottom_content li .text{
		text-align: center;
		font-size: 16px;
	}
	.about_us_center_list li .content > .center_text{
		font-size: 14px;
	}
	.about_us_top_text .title{
		line-height: 36px;
	}
	.navbar-collapse{
		border-top: none;
	}
	header{
		position: static;
		margin: 0 auto;
		height: auto;
	}
	.my_main_nav_ul > li > a{
		text-align: center;
		padding-bottom: 25px;
	}
	.my_main_nav{
		float: none;
	}
	.main_logo{
		margin-bottom: 15px;
	}
	.footer_text{
		line-height: 36px;
	}
	.footer_text span{
		display: block;
		margin: 0;
		}
	.footer_text br{
		display: none;
	}
}