@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Noto Sans KR', "Nanum Gothic", Dotum, sans-serif;
	color: #000;
	background: #fff;
	font-size: 12px;
}
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;
}
/*
100 - Thin
200 - Extra Light (Ultra Light)
300 - Light
400 - Regular (Normal、Book、Roman)
500 - Medium
600 - Semi Bold (Demi Bold)
700 - Bold
800 - Extra Bold (Ultra Bold)
900 - Black (Heavy)

font-size * 10 / PS VA = real_letter_spacing。
*/
header {
	width: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 999;
	min-height: 100px;
}
.container_img{
	width: 100%;
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
}
.container {
	width: 100%;
	max-width: 1330px;
}
header > .container {
	position: relative;
}
header .pc_logo {
	top: 45px;
	position: absolute;
	left: -255px;
}
.mobile_logo {
	display: none;
}
.banner {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.my_nav {
	float: left;
	background: none;
	border: none;
	margin-bottom: 0px;
	margin-top: 15px;
}
.my_nav_ul > li > a {
	font-size: 20px;
	color: #fff !important;
	font-weight: 500;
	padding: 33px 15px !important;
	white-space: inherit !important;
}
.my_nav_ul > li.open > a {
	background: none !important;
}
.my_nav_ul > li:hover > ul {
	display: inline-block;
}
.my_nav_ul > li > ul {
	display: none;
	border-top: 6px solid #015ab8 !important;
	background: #ebebeb;
	text-align: center;
	left: 0px;
	padding: 0px 0px;
	min-width: 100%;
	box-sizing: border-box;
}
.my_nav_ul > li > ul > li > a {
	font-size: 15px;
	display: block;
	padding: 20px 10px;
	font-weight: 400;
	color: #333333;
}
.my_nav_ul > li > ul > li > a:hover {
	background: #dcdcdc;
}
.language {
	position: absolute;
	right: -85px;
	height: 25px;
	width: 85px;
	text-align: center;
	cursor: pointer;
	top: 45px;
	border-radius: 25px;
	border: 3px solid #fff;
	overflow: hidden;
}
.language > a {
	font-size: 18px;
	display: block;
	font-weight: bold;
	color: #fff;
	margin-bottom: 3px;
	line-height: 18px;
}
.language.active {
	height: auto;
}
.mobile_language {
	display: none !important;
}
.banner-swiper-container .swiper-slide {
	min-height: 890px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.index-swiper-pagination {
	width: 100%;
	text-align: left !important;
}
.index-swiper-pagination > span {
	width: 13px;
	height: 13px;
	margin: 0 5px;
	background: rgba(255, 255, 255);
	opacity: 0.5;
}
.index-swiper-pagination > span.swiper-pagination-bullet-active {
	width: 13px;
	height: 13px;
	margin: 0 5px;
	background: rgba(255, 255, 255);
	opacity: 1;
}
.swiper-pagination-container {
	width: 100%;
	position: absolute;
	bottom: 20%;
	left: 0px;
	z-index: 99;
}
.banner_text {
	width: 100%;
	top: 50%;
	left: 0px;
	position: absolute;
	z-index: 99;
	transform: translate(0%, -50%);
}
.banner_text_content {
	font-size: 48px;
	display: block;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.index_center_container {
	margin: 0 auto;
	padding-bottom: 70px;
	width: 100%;
	background: url(../images/index_center_bg.png) center bottom no-repeat;
}
.index_center {
	margin-top: -75px;
	float: left;
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 99;
	margin-bottom: 60px;
	-moz-box-shadow: 0px 3px 10px #E5E4E3;
	-webkit-box-shadow: 0px 3px 10px #E5E4E3;
	box-shadow: 0px 3px 10px #E5E4E3;
}
.index_center_content {
	width: 25%;
	box-sizing: border-box;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: 90px;
	padding: 20px 50px;
	border-right: 1px solid #dddddd;
}
.index_center_content:nth-child(3) {
	border-right: none;
}
.index_center_content:last-child {
	border-right: none;
}
.index_center_content_text {
	float: left;
	font-size: 19px;
	font-weight: 500;
	color: #333333;
}
.index_center_content_text span {
	color: #015ab8;
	font-size: 14px;
	font-weight: 500;
}
.index_center_content_img {
	float: right;
}
.index_center_content_last {
	background: #eeeeee;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 130px;
	text-align: center;
}
.index_center_content_last_content {
	display: inline-block;
	padding-left: 55px;
	font-size: 27px;
	font-weight: 900;
	margin-top: 20px;
	white-space: nowrap;
	line-height: 50px;
	color: #000;
	background: url(../images/index_center_icon_04.png) left center no-repeat;
}
.index_elevator{
	width: 100%;
	float: left;
	-moz-box-shadow: 3px 3px 10px #E5E4E3;
	-webkit-box-shadow: 3px 3px 10px #E5E4E3;
	box-shadow: 3px 3px 10px #E5E4E3;
	background: #fff;

}
.index_elevator_title{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 34px;
	color: #333333;
	margin-top: 50px;
	font-weight: 500;
	margin-bottom: 65px;
}
.index_elevator_list{
	width: 100%;
	float: left;
	text-align: center;
}

.index_elevator_content{
	display: inline-block;
	margin-bottom: 50px;
}
.index_elevator_content_img{
	display: block;
	margin-bottom: 40px;

}
.index_elevator_content_img img{
	max-width: 100%;
}
.index_elevator_text_content{
	display: block;
	box-sizing: border-box;
	padding: 0 10px;
}
.index_elevator_text_title{
	display: block;
	position: relative;
	padding-left: 15px;
	font-size: 23px;
	font-weight: 500;
	color: #333333;
	text-align: left;
	box-sizing: border-box;
	margin-bottom: 25px;
}
.index_elevator_text_title:before{
	position: absolute;
	left: 0px;
	top: 6px;
	z-index: 3;
	content: "";
	width: 5px;
	height: 25px;
	background: #015ab8;
	
}
.index_elevator_text{
	display: block;
	font-size: 15px;
	font-weight: 500;
	color: #666666;
	box-sizing: border-box;
	line-height: 27px;
	padding-left: 15px;
	text-align: left;
}

.index_elevator_text > a{
	float: right;
	color: #015ab8;
}
.index_center_blue{
	width: 100%;
	padding-top: 75px;
	padding-bottom: 70px;
	margin: 0 auto;
	background: url(../images/index_center_blue_bg.png) center bottom  no-repeat #0160bc;
}
.index_center_blue_title{
	width: 100%;
	float:left;
	color: #fff;
	font-weight: bold;
	margin-bottom: 40px;
	font-size: 28px;
}
.index_center_blue_title span{
	font-size: 23px;
	font-weight: 500;
}
.index_center_blue_list{
	border: 1px solid #3481ca;
	min-height: 270px;
	width: 100%;
	position: relative;
	padding: 30px 40px;
	margin-bottom: 20px;
	box-sizing: border-box;
	float: left;
	background: #015ab8;
}

.index_center_blue_list_2{
	min-height: 315px;
	padding: 20px 20px;

}

.index_center_blue_list_icon{
	position: absolute;
	z-index: 2;
	top: 35px;
	right: 40px;
}
.index_center_blue_list_icon_2{
	top: 20px;
	right: 30px;
}
.index_center_blue_list_title{
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 36px;
	color: #fff;
	margin-bottom: 35px;
}
.index_center_blue_list_title_2{
	line-height: 25px;
	margin-bottom: 25px;
}
.index_center_blue_list_title span{
	font-weight: 500;
	font-size: 17px;
}
.index_center_blue_list_text{
	display: block;
	font-size: 17px;
	line-height: 30px;
	font-weight: 500;
	letter-spacing: -2px;
	color: #fff;
}

.index_center_blue_img_content{
	text-align: center;
	margin-bottom: 20px;
	display: block;
}
.index_center_blue_img_content >img{
	max-width: 100%;
}


.index_bottom_title{
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 80px;
	font-size: 34px;
	font-weight: 500;

	margin-bottom: 80px;
	color: #333333;
}
.index_bottom_title span{
	font-size: 16px;
}
.index_bottom_list{
	width: 100%;
	float: left;
	border: 1px solid #eaeaea;
	margin-bottom: 20px;
}
.index_bottom_list > .index_bottom_list_img{
	display: block;
	text-align: center;
	
}
.index_bottom_list > .index_bottom_list_img img{
	max-width: 100%;
}
.index_bottom_list > .index_bottom_list_content{
	display: block;
	box-sizing: border-box;
	padding: 15px;
	overflow: hidden;
	
}
.index_bottom_list_content > .index_bottom_list_content_title{
	float: left;
	font-size: 14px;
	font-weight: 500;
	color: #333333;
}
.index_bottom_list_content > a {
	float: right;
	font-size: 10px;
	color: #015ab8;
	font-weight: 500;
}
.index_bottom_container{
	padding-bottom: 90px;
}
footer{
	margin: 0 auto;
	width: 100%;
	padding: 40px 0;
	background: #333333;
}
.footer_text{
	font-size: 13px;
	color: #fff;
	font-weight: 500;
}
.footer_top_btn{
	position: absolute;
	top: -40px;
	right: 10px;
	cursor: pointer;
	z-index: 9;
}
.footer_logo{
	text-align: center;
	margin-bottom: 30px;
}

.sub_banner{
	width: 100%;
	margin: 0 auto;
	min-height: 460px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.sub_banner_01{
	background-image: url(../images/sub_banner_01.jpg);
}
.sub_banner_02{
	background-image: url(../images/sub_banner_02.jpg);
}
.sub_banner_03{
	background-image: url(../images/sub_banner_03.jpg);
}
.sub_banner_04{
	background-image: url(../images/sub_banner_04.jpg);
}
.sub_banner_05{
	background-image: url(../images/sub_banner_05.jpg);
}
.sub_banner_06{
	background-image: url(../images/sub_banner_06.jpg);
}
.sub_banner_title{
	position: absolute;
	top: 50%;
	z-index: 99;
	text-align: center;
	left: 0px;
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	transform: translate(0%, -50%);
}

.sub_title{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 90px;

	font-weight: bold;
	font-size: 38px;
	color: #333;
}
.news_text{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 24px;
	color: #333333;
	font-weight: 500;
	margin-bottom: 15px;
	
}
.news_text span{
	color: #015ab8;
}
.news_dec{
	width: 100%;
	float: left;
	font-size: 18px;
	color: #5c5c5c;
	line-height: 34px;
	text-align: center;
	margin-bottom: 45px;
}
.borad_content{
	width: 100%;
	margin: 0 auto;
	border: 2px solid #dddddd;
}
.borad_content a{
	padding: 25px;
	display: inline-block;
	border-left: 1px solid #dddddd;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
}

.borad_content a.active{
	font-weight: bold;
	color: #015ab8;
}
.borad_content a:last-child{
	border-right: 1px solid #dddddd;
}
.sub_title_border{
	width: 100%;
	float:left;
	text-align: center;
	padding: 35px 0;
	
}
.sub_title_border span{
	width: 1px;
	height: 50px;
	display: inline-block;
	background: #c2c2c2;
}

.news_list_seacrh_select{
	width: 100% !important;
	max-width: 195px !important;
	min-width: 195px !important;
	font-size: 18px;
	height: 45px;
}

.news_list_seacrh_input{
	width: 100% !important;
	max-width: 535px !important;
	min-width: 535px !important;
	height: 45px;
	font-size: 18px;
}
.news_list_seacrh_btn{
		width: 100% !important;
	max-width: 80px !important;
	min-width: 80px !important;
	height: 45px;
	background: #015ab8 !important;
	color: #fff;
	font-size: 18px;
}
.news_list_seacrh_btn:hover{
	color: #fff !important;
}
.sub5_title{
	width: 100%;
	float: left;
	position: relative;
	box-sizing: border-box;
	padding-left: 15px;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 15px;
	color: #333333;
	margin-top: 90px;
}
.sub5_title:before{
	width: 3px;
	height: 20px;
	content: "";
	position: absolute;
	left: 0px;
	top: 6px;
	background: #015ab8;
}

.new_content{
	width: 100%;
	margin: 0 auto;
	max-width: 1210px;
}
.sub5_text{
	width: 100%;
	float: left;
	font-size: 18px;
	font-weight:400;
	line-height: 28px;
	color: #5c5c5c;
}
.sub5_img{
	width: 100%;
	float: left;
	margin: 50px 0;

}
.sub5_img img{
	max-width: 100%;
}

.map_search{
	width: 860px;
	margin: 30px auto 55px auto;
	overflow: hidden;
}
.map_search_region{
	width: 200px;
	float: left;
}
.map_search_region_title{
	width: 65px;
	float: left;
	font-size: 18px;
	font-weight: 400;
	color: #393333;
	padding-top: 10px;
}
.map_search_region_select{
	width: 110px;
	float: left;
	text-align: center;
	height: 45px;
		font-size: 18px;
	font-weight: 400;
	border:1px solid #ccc;
	border-radius: 5px;
	color: #393333;
}
.map_search_content{
	width: 460px;
	float: left;
}
.map_search_content_title{
	width: 50px;
	float: left;
	font-size: 18px;
	font-weight: 400;
	color: #393333;
	padding-top: 10px;
	
}
.map_search_input_content{
	width: 400px;
	float: right;
	position: relative;
}
.map_search_input_content > input{
	width: 100%;
	float: left;
	padding-left: 15px;
	height: 45px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 18px;
	padding-right: 90px;
}
.map_search_input_content > .map_search_btn{
	position: absolute;
	top: 1px;
	width: 84px;
	height: 45px;
	right: 1px;
	border-bottom-right-radius: 5px;
	background: #757575;
	outline: none;
	border: none;
	border-top-right-radius: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}
.list_map{
	width: 100%;
	text-align: center;
	float: left;
	padding: 50px 15px;
	box-sizing: border-box;
	border:1px solid #c2c2c2;
}
.list_map_img{
	max-width: 100%;
}

.list_img_content{
	width: 100%;
	float: left;
	margin-top: 80px;
}
.list_img_content > div{
	text-align: center;
}
.list_img_content_inline{
display: inline-block;
	margin-bottom: 30px;
}
.list_img_content_inline_img{
	display: block;
	margin-bottom: 15px;
	
}
.list_img_content_inline_img img{
	max-width: 100%;
}

.list_img_content_inline_title{
	display: block;
	position: relative;
	padding-left: 15px;
	text-align: left;
	font-size: 18px;
	font-weight:400;
	color:#5c5c5c;
	min-height: 78px;
}
.list_img_content_inline_title:before{
	position: absolute;
	left:0;
	top: 5px;
	content: "";
	width: 6px;
	height: 16px;
	background: #015ab8;
	z-index: 9;
}
.tabs_nav{
	width: 100%;
	float: left;
	margin-top: 100px;
}
.tabs_nav > div{
	border-bottom: 1px solid #999999;
	margin-bottom: 20px;
}
.tabs_nav > div > a{
	display: block;
	text-align: center;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	padding: 20px 0;
	min-height: 100px;
	font-size: 20px;
	color: #232323;
	font-weight: 500;
	vertical-align: middle;
}
.tabs_nav > div.active > a{
		border-top:1px solid #015ab8;
	border-left:1px solid #015ab8;
	background: #015ab8;
	color: #fff;
	border-right:1px solid #015ab8;
}
.sub4_center_img{
	text-align: center;
	position:relative;
	margin-bottom: 50px;
}
.sub4_center_img:before{
	width: 1px;
	height: 225px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 9;
	content: "";
	background: #c2c2c2;
}
.sub4_center_img:last-child:before{
	display: none;
}
.sub4_center_img img{
	max-width: 100%;
}

.sub4_3_top_tile{
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 2px solid #5c5c5c;
	font-weight: bold;
	font-size: 26px;
	margin-top: 50px;
}
.sub4_3_top_tile span{
	margin-right: 15px;
}

.sub4_3_list{
	width: 100%;
	float: left;
	margin-bottom: 180px;
}
.sub4_3_list > li{
	width: 100%;
	float: left;
	padding: 40px 0px;
	border-bottom: 1px dashed #ccc;
}
.sub4_3_list_title{
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: 500;
	color: #333333;
	margin-bottom: 10px;
}
.sub4_3_list_text{
	width: 100%;
	float: left;
	font-size: 18px;
	font-weight: 400;
	color: #5c5c5c;
	line-height: 30px;
	letter-spacing: 0.5px;
}



.sub4_2_list{
	width: 100%;
	float: left;
	margin-bottom: 100px;
}
.sub4_2_list li{
	width: 100%;
	float: left;
	padding:40px 0;
	border-bottom: 1px dashed #ccc;
	box-sizing: border-box;
}
.sub4_2_list li:last-child{
	border-bottom: none;
}
.sub4_2_list_img{
	width: 22.2222222%;
	float: left;
	text-align: center;
	padding: 0 15px;
	box-sizing: border-box;
}
.sub4_2_list_img img{
	max-width: 100%;
}
.sub4_2_list_text{
	width: 77.7777778%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
}
.sub4_2_list_text_title{
	width: 100%;
	float: left;
	margin-top: 25px;
	font-size: 22px;
	font-weight: 500;
	color: #333333;
	margin-bottom: 15px;
}
.sub4_2_list_text_dec{
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #5c5c5c;
	letter-spacing: 0.5px;
}

.business_philosophy{
	width: 100%;
	float: left;
}
.business_philosophy_dec{
	width: 100%;
	float: left;
	background: #f3f3f3;
	padding: 40px 15px;
	box-sizing: border-box;
	text-align: center;
	font-size: 22px;
	line-height: 42px;
	color: #333333;
	margin-bottom: 100px;
}
.business_philosophy_img{
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 90px;
}
.business_philosophy_img img{
	max-width: 100%;
}
.business_philosophy_list_title{
	width: 100%;
	float: left;
	text-align: left;
	box-sizing: border-box;
	padding-left: 105px;
	padding-bottom: 30px;
	font-size: 30px;
	color: #333333;
	border-bottom: 2px solid #333333;
}
.business_philosophy_list_title span{
	font-size: 26px;
	color: #8a8a8a;
	margin-left: 10px;
}
.business_philosophy_list_text{
	width: 100%;
	float: left;
	text-align: left;
	padding-bottom: 30px;
	padding-top: 30px;
	box-sizing: border-box;
	padding-left: 105px;
	line-height: 36px;
	font-size: 20px;
	color: #5c5c5c;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 75px;
}


.history_bg{
	background: url(../images/history_bg.png) center bottom no-repeat;
	overflow: hidden;
}
.history_content{
	width: 100%;
	float: left;
	margin-top: 65px;
	margin-bottom: 80px;

}
.history_title{
	text-align: center;
	width: 100%;
	float: left;
	font-size: 50px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 55px;
}
.history_list{
	width: 100%;
	float: left;
	position: relative;
	padding-top: 45px;
}
.history_list li{
	width: 100%;
	float: left;
	margin-bottom: 60px;
}
.history_list_left{
	width: 50%;
	float: left;
	text-align: right;
	position: relative;
	padding-left:15px;
	box-sizing: border-box;
	padding-right: 40px;
	
}
.history_list_left_icon{
	width: 29px;
	height: 29px;
	right:-14.5px;
	top: 7px;
	position: absolute;
	z-index: 3;
	background: url(../images/history_icon.png);
}
.history_list_right{
	width: 50%;
	float: left;
	text-align: left;
	padding-left: 40px;
	padding-right: 15px;
	box-sizing: border-box;
}
.history_list_line{
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -0.5px;
	width: 1px;
	height: 100%;
	background: #d5d5d5;
}
.history_text{
	font-size: 15px;
	width: 100%;
	float: left;
	line-height: 35px;
	padding-top: 6px;
	color: #5c5c5c;
}
.history_text b{
	color: #015ab8;
}
.history_year{
	width: 100%;
	float: left;
	font-size: 28px;
	font-weight: bold;
	color: #015ab8;
}

.sub1_7_list{
	width: 100%;
	float: left;
}
.sub1_7_list_li{
	margin-bottom: 20px;
}
.sub1_7_list_img{
	width: 100%;
	text-align: center;
	float: left;
	margin-bottom: 10px;
}
.sub1_7_list_img img{
	max-width: 100%;
}
.sub1_7_list_title{
	width: 100%;
	text-align: center;
	float: left;
	min-height: 100px;
	font-size: 17px;
	color: #5c5c5c;
	font-weight: 400;
}

.sub1_7_bottom{
	width: 100%;
	float: left;
	background: #efefef;
	padding: 50px 15px;
	box-sizing: border-box;
	font-size: 24px;
	font-weight: 500;
	color: #595959;
	text-align: center;
	line-height: 38px;
	margin-bottom: 50px;
}
.map{
	width: 100%;
	float: left;
	min-height: 650px;
	margin-bottom: 40px;
}
.map img{
	max-width: 100%;
}
.sub1_8_contact_list{
	width: 100%;

	margin: 0 auto 80px auto;
}
.sub1_8_contact_table > table{
	border: none !important;
}
.sub1_8_contact_table > table > tbody > tr > td{
	border-top:none;
	border-bottom:1px solid #d8d8d8;

	padding: 15px 10px;white-space: inherit !important;
}
.contact_title{
	width: 110px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #000000 !important;
	font-size: 18px;
	font-weight: 500;
	color: #5c5c5c;
}
.contact_text{
	text-align:left;

	font-size: 18px;
	color: #5c5c5c;
	white-space: inherit !important;
}
.contact_text span{
	display: inline-block;

	width:45px;
	text-align: center;
}
.contact_text_title{
	font-weight: bold;
}

.ceo_content{
	width: 100%;
	float: left;
	margin-top: 90px;
}
.ceo_text{
	width: 100%;
	float:left;
	font-size: 18px;
	font-weight: 400;
	color: #5c5c5c;
	line-height: 45px;
	letter-spacing: -0.5px;
	margin-bottom: 30px;
}

.ceo_img{
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 80px;
}
.ceo_img img{
	max-width: 100%;
}
.ceo_name{
	text-align: right;
	margin-bottom: 0px;

}
.ceo_name span{
	margin-left: 25px;
	font-weight: bold;
	font-size: 30px;
	color: #333333;
}

.ceo_bottom_title{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 26px;
	font-weight:500;
	color: #333333;
	margin-bottom: 25px;
}

.pc_br{
	display: inline-block;
}
.mobile_br{
	display: none;
}









.sub2_1_content{
	width: 100%;
	float: left;
}
.gallery-thumbs-content{
	width: 100%;
	margin: 0 auto;
	max-width: 860px;
}
.thumbs_swiper{
	text-align: center;
	padding: 0 15px;
	box-sizing: border-box;

}
.thumbs_swiper img{
	max-width: 100%;
}
.thumbs_swiper_img_content{
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.thumbs_swiper_img_content_bg{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all 0.5s;
	opacity: 1;
	background:rgba(0,0,0,0.45);
}
.thumbs_swiper_img_content_title{
	top: 50%;
	width: 100%;
	left: 0px;
	position: absolute;
	z-index: 3;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	transform: translate(0%, -50%);
}
.thumbs_swiper_img_content_border{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	opacity: 0;
	transition: all 0.5s;
	border: 10px solid #015ab8;
}
.swiper-slide-thumb-active .thumbs_swiper_img_content_border{
	opacity: 1;
}
.swiper-slide-thumb-active .thumbs_swiper_img_content_bg{
	opacity: 0;
}
.sub2_1_content_title{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 40px;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 40px;
}
.sub2_1_content_tabs{
	width: 100%;
	float: left;
	text-align: center;
	border-bottom: 1px solid #999999;
}
.sub2_1_content_tabs > ul > li{
	width: 285px;
	display: inline-block;
	overflow: hidden;
	margin: 0 15px;
	box-sizing: border-box;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	margin-bottom: -4px;
	font-size: 0px;
	padding: 1px;
	background: #fff;
}
.sub2_1_content_tabs > ul > li > a{
	float:left;
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #232323;
	box-sizing: border-box;
	
	padding: 20px 15px;
	
}
.sub2_1_content_tabs > ul > li.active{
	background: #015ab8;
}
.sub2_1_content_tabs > ul > li.active > a{

	color: #fff;
	

}
.sub2_1_img_content{
	width: 100%;
	float: left;
	margin-top: 40px;
	margin-bottom: 50px;
}
.sub2_1_img_content_img{
	text-align: center;
}
.sub2_1_img_content_img img{
	max-width: 100%;
}
.img_div{
	width: 100%;
	float: left;
}


.sub2_5_content{
	margin: 50px auto;
	padding: 50px 0;
	overflow: hidden;
	width: 100%;
	background: #f7f7f7;
}
.sub2_5_center{
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	max-width: 960px;
}
.sub2_5_center_title{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 26px;
	margin-bottom: 20px;
	font-weight: 500;
	color:#333333;
}
.sub2_5_center_title span{
	color:#015ab8;
}
.sub2_5_center_text{
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 46px;
	color: #5c5c5c;
	font-weight: 400;
}
.sub2_5_center_text span{
	font-weight:500;
}
ul.sub2_1_6_tabs{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 40px;
}
ul.sub2_1_6_tabs > li.tabs_div{
	width:175px;
	display: inline-block;
	height: 55px;
	text-align: center;
	margin: 0 20px;
	border: 1px solid #999999;
}
ul.sub2_1_6_tabs > li.tabs_div > a{
	display: block;
	line-height: 55px;
	color: #232323;
	font-size: 20px;
	font-weight: 500;
}

ul.sub2_1_6_tabs > li.tabs_div.active{
	background: #015ab8;
	border: 1px solid #015ab8;
}
ul.sub2_1_6_tabs > li.tabs_div.active > a{
	color: #fff;
}
.sub2_1_1_slider_page_content{
	position: relative !important;
	margin: 0 auto;
	width: 100%;
	max-width: 540px;
	text-align: center;
}
.sub2_1_1_slider_page > span{
	display: none;
}
.sub2_1_1_slider_page > span.swiper-pagination-bullet-active{
	display: inline-block;
	width: 170px;
	height: 60px;
	background: #80acdb;
	line-height: 60px;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	border-radius: 50px;
}
.sub2_1_1_slider_page_content > .swiper-pagination{
	position: relative !important;
}
.slider2_1_1_swiper-button-next{
	height: 44px !important;
	width: 34px !important;
	top: 50% !important;
	margin-top: -22px !important;
	background-image: url(../images/right_bar.png) !important;
}
.slider2_1_1_swiper-button-prev{
	height: 44px !important;
	width: 34px !important;
	top: 50% !important;
	margin-top: -22px !important;
	background-image: url(../images/left_bar.png) !important;
}
.gallery-top .swiper-slide{
	height: 0 !important;
}
.gallery-top .swiper-slide-active{
	    height: auto !important;
}


.mobile_br{
	display: none;
}



.summary-box2.escalator {
    background-image: url('../images/summary_06_01.png');
    background-position: left top;
    background-repeat: no-repeat;
    margin-top: 20px;
    min-height: 675px;
}

.summary-box2 dl {
    margin-bottom: 30px;
}

.summary-box2 dt {
    padding-left: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 15px;
    background-image: url('../images/bullet_blue_line.png');
    background-position: left center;
    background-repeat: no-repeat;
}

.summary-box2 dd {
    font-size: 15px;
    color: #666666;
    padding-left: 20px;
}


.contents-tab ul {
    width: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
    float: left;
  }

  .contents-tab ul>li {
    display: table-cell;
    width: 1%;
    padding: 0 20px;
  }

  .contents-tab .ui-state-default a {
    font-size: 18px;
    font-weight: bold;
    color: #999999;
    display: inline-block;
    width: 100%;
    border-bottom: 1px #cccccc solid;
    padding: 10px 0;
    outline: 0;
  }

  .contents-tab .active a {
    color: #333333;
    border-color: #333333;
  }

  .contents-tab .ui-state-default a i {
    float: right;
  }

  .tabs-content.active {
    display: block;
  }

  .tabs-content {
    display: none;
  }
  .sub-title {
	margin-top: 40px;
	margin-bottom: 35px;
}
.sub-title h4 {
    border-left: 5px #0772ba solid;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 1.0;
    padding-left: 10px;
}
.text-left {
	text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table {
    border-top: 1px #000000 solid;
    font-size: 14px;
}

.table thead tr,
.table tbody tr {
    border-bottom: 1px #cccccc solid;
}

.table thead tr th,
.table tbody tr th {
    background-color: #f4f4f4;
    color: #000000;
}

.table thead tr th,
.table thead tr td,
.table tbody tr th,
.table tbody tr td {
    border-left: 1px #cccccc solid;
    padding: 8px 5px;
}
/*
.table tbody tr th {
    text-align: left;
}
*/
.table tbody tr td {
    color: #333333;
}

.table thead tr *:first-child,
.table tbody tr *:first-child {
    border-left: 0;
}

.table tbody+tbody {
    border-top: 2px #cccccc solid;
}
.product-design {
    background-color: #f7f7f7;
    border-bottom: 2px #666666 solid;
    text-align: center;
    margin: 0 1px 10px;
    font-size: 13px;
}

.product-design h4 {
    padding: 10px;
    background-color: #0772ba;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.product-design img {
    margin-bottom: 10px;
}

.product-design h5 {
    font-size: 16px;
    font-weight: bold;
}

.product-design dl {
    padding: 10px;
    min-height: 115px;
}

.product-design dt {
    text-align: left;
    width: 100px;
}

.product-design dd {
    margin-left: 105px;
    text-align: left;
}
.dotted-hr {
    background-image: url('../images/hr_dot.png');
    background-position: left top;
    background-repeat: repeat-x;
    height: 1px;
    margin: 20px auto;
}
.product-box {
    border: 15px #f6f6f6 solid;
    padding: 15px;
}
.text-center {
    text-align: center !important;
}
.product-option h5 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px auto 15px;
}
.other_table>thead>tr>th{
	vertical-align: middle;
	text-align: center;
}
.other_table>tbody>tr>td{
	vertical-align: middle;
	text-align: center;
}
.tabs-content img{
	max-width: 100%;
}
  @media screen and (min-width: 980px) {
    .summary-box2.escalator dl+dl {
      margin-left: 80px;
    }

    .summary-box2.escalator dl+dl+dl {
      margin-left: 160px;
    }
  }

  @media screen and (max-width:979px) {
  .summary-box2.escalator {
        background-position: bottom center;
        background-size: 350px auto;
    }
  }
@media(max-width:1440px) {
header .pc_logo {
	float: left;
	position: static;
	margin-top: 45px;
}
.language {
	display: none;
}
.my_nav_ul > li > a {
	
	padding: 33px 20px !important;
	
}
.mobile_language {
	display: block !important;
}
}
@media(max-width:920px){

	.map_search_input_content{
		width: 100%;
	}
	.map_search_region_select{
		width: 100% !important;
	}
	.map_search_region_title{
		display: none;
	}
	.map_search_content_title{
		display: none;
	}
	.map_search{
		width: 100%;
	}
	.map_search_region{
		width: 100%;
		margin-bottom: 15px;
	}
	
	.map_search_content{
		width: 100%;
	}
}
@media(max-width:1024px) {
.index_center {
	margin-top: 0px;
}
.index_center_content {
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #ddd;
	margin-top: 0px;
	margin-bottom: 0px;
}
.index_center_content_text {
	display: block;
	text-align: center;
	float: none;
}
.index_center_content_img {
	display: block;
	text-align: center;
	float: none;
}
}

@media(max-width:810px){
	.notice-board-search{
		width: auto !important;
		max-width:100% !important;
	}
.news_list_seacrh_select{
	width: 100% !important;
	max-width:100px !important;
	min-width: 100px !important;
}

.news_list_seacrh_input{
	width: 100% !important;
	max-width:100% !important;
	min-width: 100% !important;
}
.news_list_seacrh_btn{
	width: 100% !important;
	max-width:100% !important;
	min-width: 100% !important;
}

}
@media(max-width:450px) {
	.summary-box2.escalator {
		min-height: 780px;
    }

}
@media(max-width:769px) {
	.index_bottom_list_content > .index_bottom_list_content_title{
		width:100%;
		min-height: 40px;
	}
	.contents-tab ul>li {
		display: block;
		width: 100%;
		padding: 0 0px;
	}
	.news_text{
		font-size: 18px;
	}
	.mobile_br{
		display: inline-block;
	}
	.list_img_content_inline{
		margin-bottom: 0px;
	}
	.list_img_content_inline_title{
		min-height: 145px;
	}
	.thumbs_swiper{
		padding: 0 5px;
	}
		.pc_br{
	display: none;
}
.mobile_br{
	display: inline-block;
}
	.sub1_7_bottom{
		line-height: 24px;
		font-size: 18px;
	}
	.history_year{
		font-size: 20px;
		padding-top: 7px;
	}
	.history_text{
		font-size: 14px;
		line-height: 24px;
	}
	.history_list_left{
		padding-right: 25px;
	}
	.history_list_right{
		padding-left: 25px;
	}
	.sub4_2_list_text{
		width: 100%;
	}
	.sub4_2_list_img{
		width: 100%;
		margin-bottom: 30px;
	}
	.sub4_center_img:before{
		display: none;
	}
	.borad_content{
		border-bottom: none;
	}
	.borad_content a{
		border-right: none;
		border-left: none;
		width: 50%;
		float: left;
		text-align: center;
		border-bottom: 1px solid #dddddd;
	}
	.borad_content a:nth-child(2n+0)
{
border-right: 1px solid #dddddd !important;
}
	.borad_content a:last-child{
	border-right: none;
}
	.borad_content .home{
		width: 100%;
		float: left;
		text-align: center;
	}
	.footer_text{
		text-align: center;
	}
	.index_bottom_title{
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.index_bottom_container{
		padding-bottom: 50px;
	}
	.index_elevator_title{
		font-size: 24px;
	}
header {
	position: static;
	margin: 0 auto;
	width: 100%;
	background: rgba(0,0,0,0.7) !important;
}
.banner-swiper-container .swiper-slide {
	min-height: 580px;
}
.swiper-pagination-container {
	bottom: 25px;
}
.banner_text_content {
	text-align: center;
	font-size: 32px;
}
.index-swiper-pagination {
	width: 100%;
	text-align: center !important;
}
header .pc_logo {
	display: none;
}
header {
	background: #fff;
}
.mobile_logo {
	display: inline-block;
	margin-top: 15px;
	float: left;
}
#nav {
	margin-top: 25px;
}
.my_nav {
	float: none;
	text-align: center;
}
.my_nav_ul > li > ul {
	width: 100%;
	float: left;
	position: static !important;
}
.my_nav_ul > li.open > ul {
	display: inline-block !important;
	position: static !important;
	width: 100% !important;
	padding: 0px !important;
}
.my_nav_ul > li > a {
	color: #fff !important;
	padding: 15px 15px !important;
}
.my_nav_ul > li:hover > ul {
	display: none;
}
.my_nav_ul > li > ul > li > a {
	font-size: 14px;
	display: block;
	padding: 15px 0 !important;
	font-weight: 400;
	color: #fff !important;
}
	.sub2_1_content_tabs > ul > li{
		display: block;
		width: 100%;
		margin: 0 0;
	}
	.thumbs_swiper_img_content_title{
		font-size: 16px;
	}
	.sub_banner{
		min-height: 300px;
	}
	.sub_banner_title{
		font-size: 32px;
	}
}
/*sweet alert*/
.swal-overlay .swal-button--backhome {
	background: #ccc;
}
.swal-overlay .swal-footer {
	text-align: center;
}
.swal-overlay .alertloading {
	width: 200px;
}
.swal-overlay .alertloading .swal-icon--success {
	border: none;
	margin-bottom: 32px;
}
.swal-overlay .alertloading .swal-icon--success__ring {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
.swal-overlay .alertloading .swal-icon--success__ring {
	margin: 0 auto;
	position: relative;
	border-top: 4px solid #edf8e6;
	border-right: 4px solid #edf8e6;
	border-bottom: 4px solid #edf8e6;
	border-left: 4px solid #a5dc86;
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
.swal-overlay .alertloading .swal-icon--success__ring {
	border-radius: 50%;
	width: 80px;
	height: 80px;
}
.swal-overlay .alertloading .swal-icon--success__line, .swal-overlay .alertloading .swal-icon--success__hide-corners, .swal-overlay .alertloading .swal-icon--success:after, .swal-overlay .alertloading .swal-icon--success:before {
	display: none;
}
 @-webkit-keyframes load8 {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(-360deg);
 transform: rotate(-360deg);
}
}
@keyframes load8 {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(-360deg);
 transform: rotate(-360deg);
}
}
#form-template {
	color: #999;
	font-weight: 400;
}
#form-template label {
	font-weight: 400;
	font-size: 16px;
	color: #333;
}
#form-template label strong {
	color: red;
	font-weight: 400;
}
#form-template label span {
	font-size: 14px;
	color: #999;
	cursor: pointer;
}
#form-template input {
	height: 38px;
	line-height: 38px;
}
#form-template .filename {
	line-height: 28px;
}
#form-template input[type="radio"], #form-template input[type="checkbox"] {
	height: auto;
	line-height: inherit;
	margin-right: 5px;
}
#form-template .agreement-document {
	height: 200px;
	background: #f7f7f7;
	overflow: auto;
	font-size: 12px;
	font-weight: 300;
	padding: 20px;
	border-radius: 4px;
	border: 1px solid #cccccc;
	margin-bottom: 15px;
}
#form-template input[type=file] {
	position: relative;
	top: 0px;
	right: 0;
	bottom: 0;
	border: 0;
	padding: 0;
	margin: 0;
	height: 40px;
	cursor: pointer;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	width: 100%;
	margin-top: -40px;
	z-index: 2;
}
#form-template .file-input {
	z-index: 1;
}
.has-feedback label ~ .form-control-feedback {
	top: 29px;
	right: 15px;
}
.help-block {
	position: absolute;
	top: 15px;
	background: #fff;
	left: 20px;
	font-size: 12px;
	font-style: normal;
	z-index: 3;
}
.form-textarea .glyphicon {
	top: 25px;
}
.agreement .help-block {
	background: none;
	bottom: 15px;
	top: auto;
}
.agreement .glyphicon {
	top: -5px;
}
.form-textarea .form-control-feedback, .agreement .form-control-feedback {
	right: 15px;
}
.filearea.has-feedback label~.form-control-feedback {
	right: 100px;
}
.form-template-type2 .form-group:after {
	content: '';
	display: table;
	clear: both;
}
.form-template-type2 .form-group .col-sm-2 {
	line-height: 32px;
}
.form-template-type2 .help-block {
	top: -12px;
}
.form-template-type2 .has-feedback .form-control-feedback {
	top: 2px;
	right: 15px;
}
#form-template .filearea .form-control-feedback {
	right: 100px;
}
.notice-board {
	font-weight: 400;
	color: #232323;
	border-top: 1px solid #ccc;
	width: 100%;
}
.notice-board-search {
	margin-bottom: 10px;
	text-align: right;
}
.notice-board-search .input-group-addon {
	background: none;
	border: none;
	padding: 0;
}
.notice-board-search .input-group-addon select {
	border-right: none;
	min-width: 80px;
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
}
.notice-board-search .input-group-addon button {
	border-left: none;
	border-radius: 0;
	background: #eee;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.notice-board thead {
	border-bottom: 1px solid #ccc;
}
.notice-board tr td {
	text-align: left;
	padding: 10px 0;
	font-size: 14px;
}
.notice-board tr {
	border-bottom: 1px solid #ccc;
}
.notice-board thead tr td {
	font-size: 14px;
	font-weight: 500;
}
.notice-board tbody tr td:nth-child(2) {
	text-align: left;
}
.notice-board .notice {
	font-weight: 500;

}
.notice-board a {
	color: #232323;
}
.pagination>li>a, .pagination>li>span {
	color: #666;
}
.notice-board .number{
	width: 120px;
}
.notice-board .author, .notice-board .creat_at, .notice-board .view {
	width: 200px;
}
.article-detail .detail-header .title {
	font-size: 24px;
	color: #232323;
	padding: 12px 0;
}
.article-detail .detail-header span {
	font-size: 16px;
	color: #999999;
	font-weight: 400;
	margin-right: 15px;
}
.article-detail .detail-header span i {
	margin-right: 5px;
}
.article-detail .detail-header {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 35px;
}
.article-detail .detail-navigation {
	margin-bottom: 35px;
}
.article-detail .detail-navigation ul {
	margin: 0;
	padding: 0;
	margin-top: 35px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.article-detail .detail-navigation ul li {
	list-style: none;
	padding: 15px 0;
}
.article-detail .detail-navigation ul li:first-child {
	border-bottom: 1px solid #ccc;
}
.article-detail .detail-navigation ul li:last-child {
	border-top: 1px solid #ccc;
	margin-top: -1px;
}
.article-detail .detail-navigation ul li span {
	padding: 0 15px;
	position: absolute;
}
.article-detail .detail-navigation ul li span i {
	margin-right: 5px;
}
.article-detail .detail-navigation ul li a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	display: block;
	color: #898989;
	padding-left: 100px;
}
.article-detail article img {
	display: block;
	max-width: 100%;
	height: auto;
}
.article-detail .detail-filelist {
	margin-top: 35px;
}
.article-detail .detail-filelist ul {
	margin: 0;
	padding: 0;
}
.article-detail .detail-filelist ul li {
	list-style: none;
	padding: 7px 0;
}
.article-detail .detail-filelist ul li span {
	padding: 0 10px;
}
.article-detail .detail-filelist ul li a i {
	margin-right: 4px;
}
.article-detail .detail-filelist ul li a {
	background: #ff8f22;
	padding: 5px 10px;
	border-radius: 4px;
	color: #fff;
	transition: 0.5s ease;
	text-decoration: none;
}
.article-detail .detail-filelist ul li a:hover {
	background: #ff8f22;
}

@media (max-width: 1200px) {
.notice-board tr td {
	display: block;
}
.notice-board .number, .notice-board .author, .notice-board .creat_at, .notice-board .view {
	display: block;
	float: left;
}
.notice-board .author, .notice-board .creat_at, .notice-board .view {
	color: #999;
	margin-right: 15px;
	margin-top: 5px;
	float: right;
}
.notice-board .author:before, .notice-board .creat_at:before, .notice-board .view:before {
	font: normal normal normal 14px/1 FontAwesome;
	display: inline-block;
	padding-right: 5px;
}
.notice-board .author:before {
	content: "\f007";
}
.notice-board .creat_at:before {
	content: "\f017";
}
.notice-board .view:before {
	content: "\f06e";
}
.notice-board thead {
	display: none;
}
.notice-board tr td {
	padding: 5px 0;
	text-align: left;
}
.notice-board tr {
	padding: 15px;
	display: block;
}
.notice-board tr:after {
	content: '';
	display: table;
	clear: both;
}
.notice-board .number, .notice-board .author, .notice-board .creat_at, .notice-board .view {
	width: auto;
}
.notice-board .number {
	background: #fff;
	border: 1px solid #ccc;
	padding: 4px 5px;
	margin-right: 5px;
	margin-bottom: 16px;
}
}
.gallery-search {
	margin-bottom: 10px;
}
.gallery-search .input-group-addon {
	background: none;
	border: none;
	padding: 0;
}
.gallery-search .input-group-addon select {
	border-right: none;
	min-width: 80px;
	border-top-left-radius: 4px !important;
	border-bottom-left-radius: 4px !important;
}
.gallery-search .input-group-addon button {
	border-left: none;
	border-radius: 0;
	background: #eee;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.gallery .thum_area .thumbnail-image {
	transition: transform 0.3s ease-out;
	padding-bottom: 56.25%;
	background-size: cover;
	background-position: 50% 50%;
	background-image: url(../images/default_image_1200x800.jpg);
}
.gallery .thum_area .thumbnail-image:hover {
	transform: scale(1.10);
}
.gallery .thum_area a {
	display: block;
	position: relative;
}
.gallery .thum_area {
	overflow: hidden;
	margin-bottom: 15px;
	margin-top: 15px;
}
.gallery .cont_area {
	margin-bottom: 15px;
}
.gallery .cont_area .title {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 10px;
}
.gallery .cont_area .more_info {
	color: #999;
	font-weight: 200;
}
.gallery .cont_area .more_info span:not(:last-child) {
	margin-right: 10px;
}
.gallery .cont_area .more_info span:before {
	font: normal normal normal 14px/1 FontAwesome;
	display: inline-block;
	padding-right: 5px;
}
.gallery .cont_area .more_info .author:before {
	content: "\f007";
}
.gallery .cont_area .more_info .creat_at:before {
	content: "\f017";
}
.gallery .cont_area .more_info .view:before {
	content: "\f06e";
}
/*loading*/
#loading {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0,0,0,0.5);
	z-index: 99;
	left: 0px;
	top: 0px;
	display: none;
}
.loading_content {
	display: none;
	width: 200px;
	height: 200px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 101;
	transform: translate(-50%, -50%);
}
.sk-fading-circle {
	width: 200px;
	height: 200px;
	position: relative;
}
.sk-fading-circle .sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	z-index: 100;
	top: 0;
}
.sk-fading-circle .sk-circle:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
	animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}
 @-webkit-keyframes sk-circleFadeDelay {
 0%, 39%, 100% {
 opacity: 0;
}
 40% {
 opacity: 1;
}
}
 @keyframes sk-circleFadeDelay {
 0%, 39%, 100% {
 opacity: 0;
}
 40% {
 opacity: 1;
}
}
