@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%;
	min-height: 95px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	background: none;
	transition: all 0.5s;
}
header.active{
	background: #fff;
	border-bottom: 1px solid #f2f2f2;
}
.banner {
	width: 100%;
	background: #383737;
	margin: 0 auto;
}
.logo {
	width: 115px;
	height: 95px;
	float: left;
	position: relative;
	z-index: 99;
	background: url(../images/logo_01.png) center top no-repeat;
}
.my_nav {
	float: right;
	background: none;
	border: none;
}
.container {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
}
.my_container {
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1920px;
}
.my_nav_right {
	float: right;
	margin-top: 37px;
}
.my_nav_right > li {
	float: left;
	padding: 0 10px 30px 10px;
	position: relative;
}
.my_nav_right > li > ul {
	position: absolute;
	top: 100%;
	width: 170px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.1s;
	background: #333333;
}
header.active .my_nav_right > li > ul{
	background: #f2f2f2;
}
.my_nav_right > li.we > ul {
	left: 0px;
}
.my_nav_right > li.phone > ul {
	left: -53px;
}
.my_nav_right > li.email > ul {
	right: -21px;
}
.my_nav_right > li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.my_nav_right > li:last-child {
	padding-right: 0px;
}
.my_nav_right > li > ul > li {
	float: left;
	width: 100%;
}
.my_nav_right > li > ul > li > a {
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	color: #838383;
	cursor: pointer;
}
header.active .my_nav_right > li > ul > li > a {
	color: #838383;
}

.my_nav_right > li > ul > li > a:hover {
	color: #e83817;
	background: #333333;
}
header.active  .my_nav_right > li > ul > li > a:hover {
	color: #e83817;
	background: none;
}
.my_nav_right > li.we > a {
	background: #fff;
	color: #e83817;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	border: 1px solid #fff;
}
.my_nav_right > li.phone > a {
	background: #e83817;
	color: #fff;
	border: 1px solid #e83817;
}
.my_nav_right > li.email > a {
	background: #fff;
	color: #e83817;
	border: 1px solid #fff;
}
header.active .my_nav_right > li.we > a{
	background: #838383;
	border: 1px solid #838383;
	color: #fff;
}
header.active .my_nav_right > li.email > a{
	background: #838383;
	color: #fff;
	border: 1px solid #838383;
}
header.active .logo{
	background: url(../images/logo_02.png) center top no-repeat;
}
.my_nav_right > li.we:hover > a {
	background: #222222 !important;
	color: #e83817 !important;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #5c5c5c !important;
}
.my_nav_right > li.phone:hover > a {
	background: #222222 !important;
	color: #fff !important;
	border: 1px solid #5c5c5c !important;
}
.my_nav_right > li.email:hover > a {
	background: #222222 !important;
	color: #e83817 !important;
	border: 1px solid #5c5c5c !important;
}
.my_nav_right > li > a {
	border-radius: 50%;
	height: 33px;
	width: 33px;
	display: block;
	text-align: center;
	line-height: 31px;
}
#email_copy_text {
	display: none;
	opacity: 0;
	visibility: hidden;
}
.my_nav_ul {
	float: left;
	margin-right: 0px;
}
.my_nav_ul > li > a {
	color: #fff !important;
	font-size: 16px !important;
	padding: 40px 20px !important;
	font-weight: 400 !important;
	position: relative;
	text-align: center;
	font-family: 'Poppins', sans-serif !important;
}
.my_nav_ul > li > a:after {
	width: 24px;
	height: 5px;
	position: absolute;
	left: 50%;
	margin-left: -12px;
	content: url(../images/nav_hover_bg.png);
	bottom: 30px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
}
.my_nav_ul > li:hover > a:after {
	visibility: visible;
	opacity: 1;
}
.my_nav_ul > li.open > a {
	background: none !important;
}
.my_nav_ul > li:hover > ul {
	display: inline-block;
}
.my_nav_ul > li.open > ul {
	display: none;
}
.my_nav_ul > li > ul {
	display: none;
	background: #333333;
	left: 0;
	padding: 0px;
	right: 0px;
	box-sizing: border-box;
	min-width: 100%;
}
/*.my_nav_ul > li > ul:before {
	content: "";
	float: left;
	width: 18px;
	height: 2px;
	background: #fff;
	margin-left: 0px;
	margin-top: -15px;
}*/
.my_nav_ul > li > ul > li {
	width: 100%;
	float: left;
	text-align: center;
}
.my_nav_ul > li > ul > li > a {
	color: #fff;
	padding: 0px;
	display: block;
	background: none;
	font-size: 13px;
	font-weight: 400 !important;
	height: 40px !important;
	line-height: 40px !important;
}
.my_nav_ul > li > ul > li > a:hover {
	background: none !important;
	color: #e83817 !important;
}

header.active .my_nav_ul > li > a{
	color: #383737 !important;
}
header.active .my_nav_ul > li > ul{
	background: #f2f2f2 !important;
	color: #383737 !important;
	border:none !important;
}
header.active .my_nav_ul > li > ul > li > a{
	color: #383737 !important;
}
header.active .my_nav_ul > li > ul > li > a:hover{
	color: #e83817 !important;
}
.my_nav {
	margin-bottom: 0px;
}
.fixed-bar {
	position: fixed;
	right: 2%;
	bottom: 5%;
	z-index: 999;
}
.fixed-bar .dropleft li {
	float: left;
}
.fixed-bar .dropleft ul {
	position: absolute;
	width: 240px;
	right: -240px;
	top: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.5s ease;
}
.fixed-bar .dropleft:hover ul {
	opacity: 1;
	right: 80px;
}
.fixed-bar .dropleft:hover .left {
	display: none;
}
.fixed-bar .dropleft .right {
	display: none;
}
.fixed-bar .dropleft:hover .right {
	display: block;
}
.fixed-bar .dropleft #dropleft ,.fixed-bar #back2top {
	opacity: 0.5;
	transition: 0.5s ease;
	cursor: pointer;
}
.fixed-bar .dropleft #dropleft:hover ,.fixed-bar  #back2top:hover {
	opacity: 1;
}
.fixed-bar img {
	margin: 5px;
}
.banner_content {
	width: 100%;
	margin: 0px auto;
	min-height: 940px;
	position: relative;
	background-image: url(../images/main-bg.jpg);
	background-position: center center;
	background-size: cover;
}
.banner_text {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	min-width: 600px;
	transform: translate(-50%, -50%);
}
.banner_text_title_top {
	display: block;
	font-size: 64px;
	font-weight: 300;
	color: #fff;
}
.banner_text_title {
	display: block;
	font-size: 80px;
	font-weight: 900;
	text-align: center;
	color: #fff;
	line-height: 80px;
}
.banner_text_title span {
	color: #e83817;
}
.banner_text_dec {
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	margin-top: 20px;
	color: #fff;
	text-align: center;
}
.index_center_title{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 75px;
	font-size: 40px;
	font-weight: 900;
	letter-spacing: 0.5px;
	color: #393737;
	margin-bottom: 10px;
	font-family: 'Poppins', sans-serif !important;
}
.index_center_dec{
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #858585;
	text-align: center;
	margin-bottom: 80px;
}
.index_center_list{
	width: 100%;
	float: left;
}
.index_center_list_img{
	width: 100%;
	float: left;
	text-align: center;
}

.index_center_icon_01{
	width: 82px;
		transition: all 0.5s;
	height: 82px;
	display: inline-block;
	background:url(../images/index_center_icon_01.png) center center no-repeat;
}
.index_center_list_li:hover .index_center_icon_01{
	background:url(../images/index_center_icon_01_hover.png) center center no-repeat;
}
.index_center_icon_02{
	width: 82px;
	height: 82px;
	display: inline-block;
		transition: all 0.5s;
	background:url(../images/index_center_icon_02.png) center center no-repeat;
}
.index_center_list_li:hover .index_center_icon_02{
	background:url(../images/index_center_icon_02_hover.png) center center no-repeat;
}

.index_center_icon_03{
	width: 82px;
	height: 82px;
	transition: all 0.5s;
	display: inline-block;
	background:url(../images/index_center_icon_03.png) center center no-repeat;
}
.index_center_list_li:hover .index_center_icon_03{
	background:url(../images/index_center_icon_03_hover.png) center center no-repeat;
}
.index_center_list_img{
	margin-bottom: 20px;
}
.index_center_list_title{
	width: 100%;
	float: left;
	text-align: center;
	line-height: 24px;
	font-size: 17px;
	color:#313131;
	font-weight: 900;
	font-family: 'Poppins', sans-serif !important;
}
.index_center_list_dec{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	min-height: 85px;
	font-weight: 400;
	line-height: 24px;
	color: #838383;
	margin-top: 20px;
	margin-bottom: 15px;
}
.index_center_list_character{
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 60px;
}
.index_center_list_character span{
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	overflow: hidden;
	background: #f0f0f0;
	transition: all 0.5s;
	
}
.index_center_list_li:hover .index_center_list_character span{
	background: #f39b8b;
}
.index_center_img{
	width: 100%;
	float: left;
	text-align: center;
}
.index_center_button_content{
	width: 100%;
	text-align: center;
	float: left;
	margin-bottom:85px;
}
.index_center_button{
	width: 110px;
	height: 50px;
	display: inline-block;
	border-radius: 5px;
	background: #CCC;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 50px;
	font-family: 'Poppins', sans-serif;
	color: #222;
}
.index_center_button:hover {
	background: #e83817;
	color: #fff;
}
.index_full_left_img{
	min-height: 640px;
	background: url(../images/Index_full_left_img.jpg) center center no-repeat #242424;
	background-size: cover;
}
.index_full_right{
	min-height: 640px;
	background:#242424;
	position: relative;
}
.index_full_right_content{
	position: absolute;
	top: 50%;
	left: 20%;
	z-index: 9;
	transform: translate(0%, -50%);
}
.index_full_right_content_top{
	font-size: 17px;
	display: block;
	line-height: 30px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 10px;
}
.index_full_right_content_title{
	font-size: 60px;
	display: block;
	font-weight: 900;
	color: #e83817;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 10px;
}
.index_full_right_content_dec{
	font-size: 16px;
	display: block;
	font-weight: 300;
	line-height: 30px;
	color: #fff;
	margin-bottom: 10px;
}
.index_full_color{
	width: 100%;
	margin: 0 auto;
	background: #e83817;
	padding-top: 85px;
	padding-bottom: 60px;
}
.index_full_color_content_1{
	background:url(../images/full_color_icon_1.png) center center no-repeat;
	width: 100%;
	float: left;
	min-height: 121px;
	margin-bottom: 25px;
}
.index_full_color_content_2{
	background:url(../images/full_color_icon_2.png) center center no-repeat;
	width: 100%;
	float: left;
	min-height: 121px;
	margin-bottom: 25px;
}
.index_full_color_content_3{
	background:url(../images/full_color_icon_3.png) center center no-repeat;
	width: 100%;
	float: left;
	min-height: 121px;
	margin-bottom: 25px;
}
.index_full_color_content_title{
	width: 100%;
	float: left;
	text-align: center;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	color: #fff;
	margin-top: 20px;

}
.index_full_color_content_num{
		width: 100%;
	float: left;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.8px;
	font-size: 55px;
	color: #fff;
	margin-top: -10px;
}

.index_bottom_person{
	width: 100%;
	margin: 0 auto;
	background: #f2f2f2;
	padding-bottom: 40px;
}
.index_bottom_person_top{
	width: 100%;
	float: left;
	font-weight: 900;
	font-size: 32px;
	color: #393737;
	margin-top: 80px;
	text-align: center;
}
.index_bottom_person_top_dec{
	width: 100%;
	float: left;
	font-weight: 400;
	font-size: 20px;
	color: #858585;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 50px;
}
.index_bottom_person_content{
	width: 100%;
	float: left;
	background: #fff;
}
.index_bottom_person_content_img{
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
}
.index_bottom_person_content_img img{
	max-width: 100%;
}
.index_bottom_person_content_img_icon{
	position: absolute;
	z-index: 9;
	left: 25px;
	bottom:-42px;
	width: 75px;
	height: 75px;

}
.index_bottom_person_content_text{
	width: 100%;
	float: left;
	background: #fff;
	box-sizing: border-box;
	padding:65px 20px 20px 20px;
}
.index_bottom_person_content_text_name{
	width: 100%;
	text-align: left;
	float: left;
	font-weight: bold;
	font-size: 22px;
	color: #e83817;
	box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 20px;
	font-family: 'Poppins', sans-serif;
}
.index_bottom_person_content_text_dec{
	width: 100%;
	float: left;
	text-align: left;
	padding: 0 15px;
	box-sizing: border-box;
	min-height: 240px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #313131;
	border-bottom: 1px solid #999999;
}
.index_bottom_person_content_text_bottom{
	width: 100%;
	float: left;
	text-align: right;
	font-weight: 500;
	font-size: 13px;
	color: #313131;
	margin-top: 20px;
}
.index_bottom_person_sm_4{
	margin-bottom: 50px;
	overflow: hidden;
}
.index_bottom_slider_top_title{
	width: 100%;
	float: left;
	text-align: center;
	font-weight: 900;
	font-size: 40px;
	color: #e83817;
	margin-top: 60px;
	margin-bottom: 15px;
	font-family: 'Poppins', sans-serif;
}
.index_bottom_slider_top_dec{
	width: 100%;
	float: left;
	text-align: center;
	font-weight: 400;
	font-size: 20px;
	color: #858585;
	margin-bottom: 65px;
}
.index_bottom_slider{
	width: 100%;
	float: left;
	position: relative;
}
.index_bottom_slider img{
	max-width: 100%;
}
.index_bottom_slider_bg{
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 5;
	background:rgba(0,0,0,0.7);
}
.index_bottom_slider_content{
		position: absolute;
	top: 50%;
	left: 0%;
	z-index: 9;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	transform: translate(0%, -50%);
}
.index_bottom_slider_content_icon{
	display: block;
	margin-bottom: 25px;
	text-align: center;
	
}
.index_bottom_slider_content_title{
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}
.index_bottom_slider_content_dec{
		display: block;
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}
.index_bottom_slider a:hover .index_bottom_slider_content{
	opacity: 1;
	visibility: visible;
}
.index_bottom_slider a:hover .index_bottom_slider_bg{
	opacity: 1;
	visibility: visible;
}
.my-swiper-button-prev{
	width: 56px !important;
	height: 108px !important;
	z-index: 99999 !important;
	top: 50% !important;
	margin-top: -54px !important;
	transition: all 0.5s;
	position: absolute;
	left: 0px !important;
	background: url(../images/index_sldier_left_bar.png) !important;
}
.my-swiper-button-prev:hover{
	background: url(../images/index_sldier_left_bar_hover.png) !important;
}
.my-swiper-button-next{
	width: 55px !important;
	height: 108px !important;
	z-index: 99999 !important;
	transition: all 0.5s;
	top: 50% !important;
	margin-top: -54px !important;
	position: absolute;
	right: 0px !important;
	background: url(../images/index_sldier_right_bar.png) !important;
}



.bg_color header {
	background: #fff;
}
.bg_color header .my_nav_ul > li > a {
	color: #222!important;
	font-weight: 500!important;
}
.bg_color .sub_container {
	padding-top: 100px;
}
.bg_color .my_nav_right > li.we > a {
	background: #333333;
	color: #fff;
}
.bg_color .my_nav_right > li.email > a {
	background: #838383;
	color: #fff;
}
.bg_color .my_nav_ul > li > ul ,.bg_color .my_nav_right > li > ul{
	background: #fff;
	border: none;
}
.bg_color .my_nav_ul > li > ul > li > a {
	color: #222;
	font-size: 16px;
}
.bg_color .my_nav_ul > li > ul > li > a:hover ,.bg_color .my_nav_right > li > ul > li > a:hover {
    background: #fff !important;
    color: #e83f11 !important;
}
.bg_color .logo {
    background: url(../images/logo_02.png) center top no-repeat;
}

.my-swiper-button-next:hover{
	background: url(../images/index_sldier_right_bar_hover.png) !important;
}
.firend_content{
	width: 100%;
	margin: 0 auto;
	background: #fff;
	padding-top: 50px;
	padding-bottom: 25px;
}
.firend_content_img{
	width: 100%;
	float: left;
	margin-bottom: 25px;
	text-align: center;
}
.firend_content_img img{
	max-width: 100%;
}
.top_btn{
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 9;
}
footer{
	margin: 0 auto;
	background: #282828;
	position: relative;
	width: 100%;
	padding-bottom: 30px;
}
.footer_bottom{
		margin: 0 auto;
	padding: 20px 0;
	background: #1c1c1c;
	width: 100%;
}
.footer_logo{
	float: left;
	width: 100%;
	margin-top: 40px;
	text-align: left;
}
.footer_text{
	color: #fff;
	margin-top: 15px;
	line-height: 25px;
	font-size: 12px;
	font-weight:400;
}
.footer_text span{
	font-weight: bold;
}
.footer_message{
	width: 50%;
	float: left;
}
.footer_message_title{
	background: url(../images/footer_icon_bg.png) left center no-repeat;
	font-size: 14px;
	line-height: 25px;
	display: block;
	padding-left: 15px;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
	font-family: 'Poppins', sans-serif;
	box-sizing: border-box;
}
.footer_message_text{
	display: block;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	font-weight: bold;
}
.copyright{
	display: block;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
}
.footer_nav{
	float: left;
	text-align: left;
}
.footer_nav li{
	display: inline-block;
}
.footer_nav li a{
	padding: 0 20px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	font-family: 'Poppins', sans-serif;
}
.footer_nav li a:hover{
	color: #ffffff;
}
.footer_nav li:last-child a{
	padding-right: 0px;
}
.footer_nav li:first-child a{
	padding-left: 0px;
}
.sub_title{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 55px;
	font-weight: 900;
	font-size: 40px;
	font-family: 'Poppins', sans-serif;
	color: #393737;
	margin-bottom: 55px;
}
.sub_container{
	margin: 0 auto;
}

.classify_select{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.classify_select_title{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.classify_select_title > a{
	width: 120px;
	height: 38px;
	border: 1px solid #e9e9e9;
	float: left;
	margin: 0 5px;
	line-height: 38px;
	cursor: pointer;
	text-align: center;
	color:#222222;
	font-size: 16px;
	margin-bottom: 10px;
}
.classify_select_title > a.active{
	color: #fff;
	border: 1px solid #e83817;
	background: #e83817;
}
.classify_select_title > a span{
	font-size: 24px;
	line-height: 24px;
}

.classify_select_content{
	width: 100%;
	float: left;
	min-height: 32px;
	
	position: relative;
	padding-left: 100px;
	box-sizing: border-box;
}
.classify_select_content > .title{
	width: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 32px;
	line-height: 32px;
	font-size: 13px;
	text-align: center;
	color: #555555;
	font-weight: 400;
	
}
.classify_select_content > a{
	float: left;
	height: 30px;
	text-align: center;
	line-height: 30px;
	/*border: 1px solid #e9e9e9;*/
	cursor: pointer;
	padding: 0 15px;
	margin: 0 10px;
	font-size: 13px;
	color: #787878;
	background: #f4f4f4;
	border-radius: 25px;
	margin-bottom: 20px;
	overflow: hidden;
	font-weight: 400;
}

.classify_select_content > a.active{
	background: #e83817;
	/*border: 1px solid #e83817;*/
	color: #fff;
}
.classify_search_btn{
	    width: 170px;
    height: 50px;
    text-align: center;
	display: inline-block;
    color: #fff;
    background: #e83817;
    font-size: 24px;
    font-weight: bold;
    border: none;
	border-radius: 5px;
	line-height: 45px;
	cursor: pointer;
	margin-top: 50px;
    outline: none !important;
}
.images_list{
	width: 100%;
	margin: 40px auto 0 auto;
	
}
.images_list_content{
	position: relative;
	width: 100%;
	margin-bottom: 40px;
	float: left;
}
.images_list_content li{
	width: 25%;
	float: left;
}
.images_list_content li .images_content{
	width: 100%;
	float: left;
	position: relative;
	
}
.images_list_content li .images_content img{
	max-width: 100%;
}
.images_list_content li .images_content_bg{
	opacity: 0;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 99;
	transition: all 0.5s;
	visibility: hidden;
	background: rgba(0,0,0,0.8);
	position: absolute;
}
.images_list_content li .images_content_text{
	position: absolute;
	top: 50%;
	left: 15px;
	right: 15px;
	z-index: 100;
	transition: all 0.5s;
	transform: translate(0%, -50%);
	visibility: hidden;
	opacity: 0;
}
.images_content_text_title{
	display: block;
	text-align: center;
	color: #fff;
	position: relative;
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 10px;
	margin-bottom: 10px;

}
.images_content_text_title span{
	width: 25px;
	height: 3px;
	background: #e83817;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -12.5px;
}
.images_content_text_dec{
	display: block;
	text-align: center;
	margin-bottom: 20px;
	font-size: 14px;
	color: #e83817;
}
.images_content_text_link{
	display: block;
	text-align: center;
	
}
.images_content_text_link a{
	margin: 0 8px;
	display: inline-block;
}
.images_content_text_link a{
	cursor: pointer;
}
.images_content:hover .images_content_text{
	opacity: 1;
	visibility: visible;
}
.images_content:hover .images_content_bg{
	opacity: 1;
	visibility: visible;
}
.modal_content{
	width: 100%;
	display: none;
	background: none !important;
}
.modal_content_text{
	width: 100%;
	margin: 0 auto;
	max-width: 1600px;
}
.modal_big_img{
	width: 62.5%;
	box-sizing: border-box;
	padding: 0 15px;
	float: left;
	text-align: center;
}
.modal_big_img img{
	max-width: 100%;
}
.modal_right{
	width: 37.5%;
	padding: 0 15px;
	float: left;
	box-sizing: border-box;
}
.modal_right_title{
	width: 100%;
	float: left;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	
	margin-top: 25px;
	margin-bottom: 15px;
}
.modal_right_dec{
	width: 100%;
	float: left;

	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #fff;
}
.modal_right_text{
	width: 100%;
	float: left;
	
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	margin-bottom: 30px;
}
.modal_right_content{
	width: 100%;
	float: left;
	position: relative;
	height: 430px;
	overflow-y: auto;
	overflow-x: hidden;
	
}
.carousel_slider{
	width: 100%;
	float: left;
}
.carousel_inner{
	width: 100%;
	float: left;
}
.modal_right_img{
	width: 37.5%;
	float: left;
	text-align: center;
	/*margin-top: 40px;*/
	position: absolute;
	left: 62.5%;
	bottom: 0px;
}
.modal_right_img > li{
	width: 33.33333333%;
	float: left;
	padding: 0 15px;
	cursor: pointer;
	opacity: 0.5;
	box-sizing: border-box;
	margin-bottom: 20px;
	text-align: center;

	
}
.modal_right_img li img{
	max-width: 100%;
}
.modal_right_img li.active{
	opacity: 1;
}
.modal_content button{
	color: #fff !important;
}
.scroll_btn{
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 30px;
}
.scroll_btn > a{
	display: inline-block;
}

.video_caption_title{
	display: block;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	color: #fff;
}
.video_caption_dec{
	display: block;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #fff;
}
.fancybox-navigation .fancybox-button--arrow_left{
	background: url(../images/left_bar.png) center center no-repeat !important;
}
.fancybox-navigation .fancybox-button--arrow_left:hover{
	background: url(../images/left_bar_hover.png) center center no-repeat !important;
}
.fancybox-navigation .fancybox-button--arrow_right{
	background: url(../images/right_bar.png) center center no-repeat !important;
}
.fancybox-navigation .fancybox-button--arrow_right:hover{
	background: url(../images/right_bar_hover.png) center center no-repeat !important;
}
.fancybox-navigation .fancybox-button--arrow_left svg{
	display: none;
}
.fancybox-navigation .fancybox-button--arrow_right svg{
	display: none;
}
.sub3_title_Category{
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 40px;
}
.sub3_title_Category > a{
	width: 120px;
	margin-right:-2px;
	display: inline-block;
}
.sub3_title_Category > a:last-child{
	margin-right: 0px;
}
.sub3_title_Category > a span{
	width: 100%;
	display: block;
	border: 1px solid #e9e9e9;
	height: 38px;
	text-align: center;
	font-size: 16px;
	line-height: 38px;
	font-weight:400;
	color: #222222;
}
.sub3_title_Category > a.active span{
	
	border: 1px solid #e83817;

	color: #e83817;
}
.sub3_title_Category > a:hover span{
	
	border: 1px solid #e83817;

	color: #e83817;
}
.sub3_title_Category > a .img_icon{
	width: 100%;
	min-height: 100px;
	transition: all 0.5s;
	display: block;
	opacity: 0.5;
}
.sub3_title_Category > a:hover .img_icon{
	opacity: 1;
}
.sub3_title_Category > a.active .img_icon{
	opacity: 1;
}
/*
.sub3_title_Category > a .img_icon_1{
	background: url(../images/sub3_title_icon_01.png) center center no-repeat;
}
.sub3_title_Category > a:hover .img_icon_1{
	background: url(../images/sub3_title_icon_01_hover.png) center center no-repeat;
}
.sub3_title_Category > a.acitve .img_icon_1{
	background: url(../images/sub3_title_icon_01_hover.png) center center no-repeat;
}
.sub3_title_Category > a .img_icon_2{
	background: url(../images/sub3_title_icon_02.png) center center no-repeat;
}
.sub3_title_Category > a:hover .img_icon_2{
	background: url(../images/sub3_title_icon_02_hover.png) center center no-repeat;
}
.sub3_title_Category > a.acitve .img_icon_2{
	background: url(../images/sub3_title_icon_02_hover.png) center center no-repeat;
}
.sub3_title_Category > a .img_icon_3{
	background: url(../images/sub3_title_icon_03.png) center center no-repeat;
}
.sub3_title_Category > a:hover .img_icon_3{
	background: url(../images/sub3_title_icon_03_hover.png) center center no-repeat;
}
.sub3_title_Category > a.acitve .img_icon_3{
	background: url(../images/sub3_title_icon_03_hover.png) center center no-repeat;
}
.sub3_title_Category > a .img_icon_4{
	background: url(../images/sub3_title_icon_04.png) center center no-repeat;
}
.sub3_title_Category > a:hover .img_icon_4{
	background: url(../images/sub3_title_icon_04_hover.png) center center no-repeat;
}
.sub3_title_Category > a.acitve .img_icon_4{
	background: url(../images/sub3_title_icon_04_hover.png) center center no-repeat;
}
*/
.top_center{
	width: 100%;
	float: left;
	text-align: center;
}
.sub4_banner{
	background-image: url(../images/sub4_1_bg.jpg);
	background-position: center;
	background-size: cover;
	padding-top: 200px;
	padding-bottom: 200px;
}
.sub4_banner img{
	max-width: 100%;
}
.sub4_banner_bottom_left{
	width: 40%;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
	background: #f2f2f2;
	min-height: 460px;
}
.sub4_banner_bottom_right{
	width: 60%;
	float: left;
	background: #333333;
	padding: 0 15px;
	box-sizing: border-box;
	min-height: 460px;
}
.sub4_banner_bottom_title{
	width: 100%;
	float: left;
	font-weight: bold;
	text-align: center;
	margin-top: 110px;
	font-size: 32px;
	letter-spacing: 5px;
	margin-bottom: 55px;
}
.sub4_banner_bottom_title span{
	color: #e83817;
}
.sub4_banner_bottom_title img{
	margin-right: 20px;
	display: inline-block;
	margin-top: -3px;
}
.sub4_banner_bottom_title_left{
	color: #222222;
}
.sub4_banner_bottom_title_right{
	color: #fff;
}
.sub4_banner_bottom_right_content{
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
}
.sub4_banner_bottom_smarll_title{
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
	font-weight: 900;
	font-size: 20px;
	padding-bottom: 20px;

}
.sub4_banner_bottom_smarll_title span{
	width: 20px;
	height: 4px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -10px;
	background: #e83817;
}
.sub4_banner_bottom_text{
	width: 100%;
	text-align: center;
	float: left;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	min-height: 80px;
	margin-top: 30px;
}
.sub4_top_content{
		width: 100%;
	float: left;

}


.sub4_top_title{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 75px;
	font-weight: 900;
	margin-bottom: 25px;
	font-size: 35px;
	color: #333333;
}
.sub4_top_dec{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 70px;
}
.sub4_top_img{
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 80px;
}
.sub4_center_title{
	width: 100%;
	float: left;
	text-align: center;
	font-weight: 900;
	color: #393737;
	font-size: 40px;
	margin-bottom: 50px;
	margin-top: 50px;
	font-family: 'Poppins', sans-serif;
}
.sub4_tab{
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 40px;
}
.sub4_tab li{
	display: inline-block;
	margin: 0 5px;
	margin-bottom: 10px;
}
.sub4_tab li a{
	display: block;
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #e9e9e9;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #222222;
	transition: all 0.5s;
}
.sub4_tab li.active a{
	border: 1px solid #e83817;
	color: #e83817;
}
.sub4_tab_content{
	width: 100%;
	float: left;
}
.sub4_tab_content > li{
	width: 100%;
	float: left;
	display: none;
}
.sub4_tab_content > li.active{
	display: inline;
}
.sub4_slider{
	width: 100%;
	float: left;
	position: relative;
}

.sub4_slider_1 {
	background-image: url(../images/sub4_slider_1_bg.jpg);
	background-position: center center;
	background-size: cover;
}
.sub4_slider_1 .item {
	padding-bottom: 50px;
	padding-top: 100px;
}
.sub4_slider_1 .hd-t h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	text-align: center;
	margin: 0;
}
.sub4_slider_1 .hd-t span {
	color: #e83817;
	font-weight: 700;
}
.sub4_slider_1 .hd-t h4:after {
	content: '';
	width: 20px;
	height: 5px;
	display: block;
	margin: 25px auto;
	background: #e83817;
}
.sub4_slider_1 .hd-t p {
	font-size: 40px;
	font-weight: 200;
	color: #fff;
	text-align: center;
}
.sub4_slider_1 .hd-t img {
	padding-top: 100px;
}
.sub4_slider_1 img {
	width: auto!important;
}
.sub4_slider_1 .owl-theme .owl-dots {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -20px;
}
.owl-theme .owl-dots .owl-dot {
	outline: none!important;
}
.owl-theme .owl-dots .owl-dot span{
	background: #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #e83817!important;
}
.sub4_slider_1 .it-c img.color {
	display: none;
}
.sub4_slider_1 .bd-t {
	padding-top: 120px;
}
.sub4_slider_1 .owl-theme .owl-nav {
	display: none;
}
.sub4_slider_1 .it-c {
	background: #fff;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	transition: 0.5s ease;
	margin-bottom: 30px;
}
.sub4_slider_1 .it-c h4 {
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: 900;
}
.sub4_slider_1 .it-c p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	min-height: 80px;
}
.sub4_slider_1 .it-c:hover {
	background: #e83817;
	color: #fff;
}
.sub4_slider_1 .it-c:hover .color {
	display: block;
}
.sub4_slider_1 .it-c:hover .light {
	display: none;
}
.my_swiper_prve{
	left: -50px;
	position: absolute;
	top: 50%;
	width: 42px;
	height: 42px;
	margin-top: -21px;
	z-index: 99;
	border: none;
	transition: all 0.5s;
	outline:none !important;
	background:url(../images/sub4_sildier_left_bar.png) center center no-repeat;
}
.my_swiper_prve:hover{
	background:url(../images/sub4_sildier_left_bar_hover.png) center center no-repeat;
}
.my_swiper_next{
	right: -50px;
	position: absolute;
	top: 50%;
	width: 42px;
	outline:none !important;
	height: 42px;
	margin-top: -21px;
	z-index: 99;
	transition: all 0.5s;
	background:url(../images/sub4_sildier_right_bar.png) center center no-repeat;
}
.my_swiper_next:hover{
	background:url(../images/sub4_sildier_right_bar_hover.png) center center no-repeat;
}
.sub4_slider_text_title{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	margin-top:310px;
	margin-bottom: 10px;
	color: #333333;
}
.sub4_slider_text_dec{
	width: 100%;
	float: left;
	text-align: left;
	font-size: 13px;
	font-weight: 400;
	color: #999999;
	margin-bottom: 30px;
}
.sub4_slider_text_content{
	width: 100%;
	float: left;
	line-height: 26px;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 30px;
	color: #333333;
	letter-spacing: -1px;
}
.sub4_video{
	width: 100%;
	float: left;
	 margin-top: 45px;
	margin-bottom: 43px;
}
.sub4_process_content{
	width: 100%;
	background: #f9f9f9;
	margin: 0 auto;
}
.sub4_process_title{
	width: 100%;
	float: left;
	text-align: center;
	margin-top:70px;
	font-weight: 900;
	font-size: 35px;
	color: #333333;
	margin-bottom: 70px;
	font-family: 'Poppins', sans-serif;

}
.sub4_process_img{
	width: 100%;
	float: left;
	margin-bottom: 70px;
	text-align: center;
}
.sub4_process_img img{
	max-width: 100%;
}
.sub4_process_check{
	width: 100%;
	float: left;
	padding-top: 80px;
	border-top: 1px solid #888888;
}
.sub4_process_check_img{
	width: 100%;
	float: left;
	margin-bottom: 30px;
	text-align: center;
}
.sub4_process_check_title{
	width: 100%;
	float: left;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #454545;
}
.sub4_process_check_title span{
	
	color: #e83817;
}
.sub4_process_check_dec{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #454545;
}
.sub4_process_check_content{
	width: 100%;
	float: left;
	margin-bottom: 75px;
}

.sub5_form_content{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background: #fafafa;
}
.sub5_form_content_title{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 70px;
	font-weight: 900;
	font-size: 25px;
	color: #333333;
	margin-bottom: 70px;
	font-family: 'Poppins', sans-serif;

}
.sub5_form{
	width: 100%;
	margin:0 auto;
	max-width: 970px;
}
.sub4_form_left{
	float: left;
	width: 285px;
	margin-right: 15px;
}
.sub4_form_right{
	width: 670px;
	float: left;
}
.sub5_form_tr{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.sub5_form_title{
	width: 85px;
	float: left;
	padding-left: 25px;
	font-size: 16px;
	font-weight: 400;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 15px;
	color: #222222;
}
.sub5_form_title_icon_1{
	background: url(../images/form_icon_01.png) center left no-repeat;
}
.sub5_form_title_icon_2{
	background: url(../images/form_icon_02.png) center left no-repeat;
}
.sub5_form_title_icon_3{
	background: url(../images/form_icon_03.png) center left no-repeat;
}
.sub5_form_title_icon_4{
	background: url(../images/form_icon_04.png) center left no-repeat;
}
.sub5_form_title_icon_5{
	background: url(../images/form_icon_05.png) center left no-repeat;
}
.sub5_form_title_icon_6{
	background: url(../images/form_icon_06.png) center left no-repeat;
}
.sub5_form_title_icon_7{
	background: url(../images/form_icon_07.png) center left no-repeat;
}
.sub5_form_input_content_01{
	width: 170px;
	float: left;
}
.sub5_form_input_content_02{
	width: 570px;
	float: left;
}
.sub5_form_input_content_03{
	width: 870px;
	float: left;
}
.sub5_form_select{
	width: 100%;
	float: left;
	height: 50px;
	background: #fff;
	font-size: 16px;
	font-weight: 400;
	padding-left: 10px;
	outline: none !important;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	color: #222222;
}
.sub5_form_select option{
	outline: none !important;
}
.sub5_form_input{
	width: 100%;
	float: left;
	height: 50px;
	background: #fff;
	font-size: 16px;
	font-weight: 400;
	padding-left: 10px;
	padding-right: 10px;
	outline: none !important;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	color: #222222;
}
.sub5_form_phone{
	width: 100%;
	float: left;
}
.sub5_form_phone_01{
	width: 100px;
	float: left;
	height: 50px;
	background: #fff;
	font-size: 16px;
	font-weight: 400;
	padding-left: 10px;
	outline: none !important;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	color: #222222;
}
.sub5_form_phone_02{
	width: 100px;
	float: left;
	height: 50px;
	background: #fff;
	font-size: 16px;
	font-weight: 400;
	padding-left: 10px;
	padding-right: 10px;
	outline: none !important;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	text-align: center;
	color: #222222;
}
.sub5_form_phone_character{
	width: 15px;
	height: 50px;
	float: left;
	line-height: 50px;
	color: #dcdcdc;
	text-align: center;
	font-size: 28px;
}
.sub5_form_email{
	width: 100%;
	float: left;
}

.sub5_form_email_01{
	width: 170px;
	float: left;
	height: 50px;
	background: #fff;
	font-size: 16px;
	font-weight: 400;
	padding-left: 10px;
	padding-right: 10px;
	outline: none !important;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	color: #222222;
}
.sub5_form_email_02{
	width: 170px;
	float: left;
	height: 50px;
	background: #fff;
	font-size: 16px;
	font-weight: 400;
	padding-left: 10px;
	outline: none !important;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	text-align: center;
	color: #222222;
	margin-left: 15px;
}
.sub5_form_email_character{
	width: 45px;
	height: 50px;
	float: left;
	line-height: 50px;
	color: #222222;
	text-align: center;
	font-size: 16px;
}

.sub5_form_textarea{
	width: 100%;
	float: left;
	height: 190px;
	background: #fff;
	font-size: 16px;
	font-weight: 400;
	padding: 10px;
	outline: none !important;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	color: #222222;
}
.error_div{
	width: 100%;
	float: left;
}
.form_submit{
	width: 100%;
	float: left;
	margin-top:50px;
	text-align: center;
	margin-bottom: 80px;
}
.form_submit_button{
	width: 170px;
	height: 50px;
	text-align: center;
	color: #fff;
	background: #e83817;
	font-size: 16px;
	font-weight: bold;
	border: none;
	outline: none !important;
}
p.has-error-input{
	color:red;
	font-size: 16px;
	padding-top: 5px;
	margin-bottom: 0px;
}
p.has-error-input{
	color:red;
	font-size: 16px;
	padding-top: 5px;
	margin-bottom: 0px;
}
input.has-error-input{
	border:1px solid red;
}
select.has-error-input{
	border:1px solid red;
}
textarea.has-error-input{
	border:1px solid red;
}
.map_content{
	width: 100%;
	min-height: 450px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.sub5_bottom{
	width: 100%;
	float: left;
}
.sub5_bottom_title{
	width: 100%;
	margin-top: 70px;
	text-align: center;
	float: left;
	font-size: 25px;
	font-weight: 900;
	font-family: 'Poppins', sans-serif;
	color: #333333;
	margin-bottom: 60px;
}
.sub5_bottom_list{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.sub5_bottom_list li{
	margin-bottom: 40px;
}
.sub5_bottom_list_img{
	width: 100%;
	float: left;
	text-align: center;
	min-height: 18px;
	margin-bottom: 30px;
}
.sub5_bottom_list_text{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color:#555555;
	min-height: 75px;
}
.sub5_bottom_list_text i{
	font-style: normal;
	font-weight: 400;
}
.sub5_bottom_list_text span{
	color: #e83817;
}

.gallery-thumbs .swiper-slide{
	width: 33.333333%;
	text-align: center;
}
.gallery-top .swiper-slide{
	
	text-align: center;
}

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content{
	cursor: auto !important
}
.sub4_mobile_banner{
	display: none;
}
.sub4_pc_banner{
	display: inline;
}
.fancybox-slide--video .fancybox-content::before{
	display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
	color: #fff;
	content:attr(data-my-title);
}
.fancybox-slide--video .fancybox-content{
	background: none !important;
}
.fancybox-slide--video .fancybox-iframe{
	top: 50px !important;
	height:93% !important;
}


.form_file_tr{
	position: relative;
}
.form_file_btn{
	height: 50px;
	position: absolute;
	z-index: 3;
	top: 0px;
	right: 0px;
	width: 100px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	border: none;
	background: #e83817;
}

.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;
}
.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%;
}
.article_content img{
	max-width: 100%;
}
.search_area{
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	margin-bottom: 30px;
}
.totle_title{
	font-size: 18px;
	font-weight: bold;
}
.totle_title h1{
	font-size: 18px;
	font-weight: bold;
	color:#ff7575;
}
.totle_title span{
	color:#ff7575;
}
.search_right{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.search_select{
	padding: 6px 20px;
	font-size: 16px;
	font-weight: 400;
	border-radius: 5px;
	border:1px solid #bfbfbf;
}
.search_input{
	padding: 0px 20px;
	height: 40px;
	margin-left: 5px;
	font-size: 16px;
	font-weight: 400;
	border-radius: 5px;
	width: 250px;
	border:1px solid #bfbfbf;
}
.s_btn{
	background: #333;
    padding: 6px 15px;
    border-radius: 5px;
    margin-left: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.item-img{
	margin-top: 20px;
	text-align: center;
}
.item-img img{
	width: 100%;
	max-width: 100%;
	border-radius: 20px;
}
.item-img .keyword{
	font-size: 16px;
	color:#000;
	padding: 5px;
}
.item-img .title{
	font-size: 16px;
	color:#000;
	padding: 5px;
}
.item-img .date{
	font-size: 16px;
	color:#000;
}
.cate-title{
	font-size: 20px;
	font-weight: bold;
	color:#000;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.cate-list .cate-li{
	font-size: 16px;
	font-weight: 500;
	color:#000;
	padding:20px 0px !important;
	border-bottom: 2px solid #f3f3f3;
    cursor: pointer;
}
.cate-list .cate-li a{
	color: #232323;
    transition: 0.5s ease;
}
.cate-list .cate-li:hover{
	background:#f3f3f3;
}

@media(max-width:1600px){

}
@media(max-width:1200px){
	.modal_right_img{
		position: static;
		float: left;
		width: 100%;
		margin-top: 30px;
	}
		.modal_big_img{
		width: 100%;
	}
	.modal_right{
		width: 100%;
		text-align: center;
	}
	.modal_right_content{
		height:auto;
	}
	.images_list_content li{
		width: 33.3333333%;
	}
	
	.my_swiper_prve{
		left: 10px;
	}
	.my_swiper_next{
		right: 10px;
	}
	.sub4_slider_text_title{
		margin-top: 130px;
	}
	
}
@media(max-width:1020px) {
.my_nav_ul {
	margin-right: 80px;
}
}
@media(max-width:970px){
	.sub4_form_left{
		width: 100%;
		margin-right: 0px;
	}
	.sub5_form_title{
		width: 100%;
		margin-right: 0px;
	}
	.sub5_form_input_content_01{
		width: 100%;
	}
	.sub4_form_right{
		width: 100%;
	}
	.sub5_form_input_content_02{
		width: 100%;
	}
	.sub5_form_phone_01{
		width: 100%;
	}
	.sub5_form_phone_02{
		width: 100%;
	}
	.sub5_form_phone_character{
		line-height: 25px;
		height: 25px;
		width: 100%;
	}
	.sub5_form_email_01{
		width: 100%;
	}
	.sub5_form_email_character{
		height: 25px;
		width: 100%;
		line-height: 25px;
	}
	.sub5_form_email_02{
		margin-left: 0px;
		margin-top: 25px;
		width: 100%;
	}
	.sub5_form_input_content_03{
		width: 100%;
	}
	.sub5_form{
		padding: 0 15px;
	}
}
@media(max-width:920px) {
	.sub4_banner_bottom_left{
		width: 100%;
		min-height: auto;
		padding-bottom: 50px;
	}
	.sub4_banner_bottom_right{
		width: 100%;
		min-height: auto;
		padding-bottom: 50px;
	}
	.sub4_banner_bottom_title{
		margin-top: 50px;
	}
.my_nav_ul {
	margin-right: 30px;
}
.my_nav_ul > li > a {
	padding: 40px 15px !important;
}
}
.my_nav_ul > li > a > .glyphicon{
	display: none;;
}
.fixed_bottom{
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	padding-top: 15px;
	padding-bottom: 15px;
	left:0px;
	bottom: 0px;
	background: #fff;
	z-index: 999;
	position: fixed;
	display: none;
}
.fixed_bottom > a{
	width: 25%;
	text-align: center;
	float:left;
}
.fixed_bottom > a > img{
	max-width: 60%;
}
@media(max-width:769px) {
	.fp-scrollable{
		height: auto !important;
	}
	.fp-tableCell{
		height:auto !important;
	}
	.section {
		height: auto !important;
	}
	.sub4_mobile_banner{
		display: inline;
	}
	.sub4_pc_banner{
		display: none;
	}
	.footer_bottom{
		margin-bottom: 80px;
	}
	.fixed_bottom{
		display: inline;
	}
	.fixed-bar{
		display: none;
	}
	.my_nav_ul > li > a > .glyphicon{
		display: inline-block;
		float: right;
	}
	header.active_01{
		background: #fff;
	}
	header.active_01 .logo{
		background: url(../images/logo_02.png) center top no-repeat !important;
	}
	.navbar-collapse{
		background: #fff !important;
	}

	header.active_01 .navbar-toggle{
		background: #000 !important;
		border-color: #fff !important;
	}
	header.active_01 .navbar-toggle span{
		background: #fff !important;
	}
	.navbar-toggle{
		margin-top: 0px;
		width: 45px;
		height: 45px;
		border-radius: 50%;
		padding: 10px;
		background: #fff !important;
		margin-bottom: 30px;
		border-color: #000 !important;
	}
	.navbar-toggle span{
		background: #000 !important;
		margin-top: 0px !important;
		width: 24px !important;
	}

	.navbar-toggle.collapsed {
		position: relative;
		-webkit-transition-duration: 0.5s;
		-moz-transition-duration: 0.5s;
		-o-transition-duration: 0.5s;
		-ms-transition-duration: 0.5s;
		transition-duration: 0.5s;
		-webkit-transition-timing-function: ease-in-out;
		-moz-transition-timing-function: ease-in-out;
		-o-transition-timing-function: ease-in-out;
		-ms-transition-timing-function: ease-in-out;
		transition-timing-function: ease-in-out;
		
	}
	
	.navbar-toggle > span {
		display: block;
		position: absolute;
		width: 24px !important;
		height: 2px !important;
		left: 50%;
		margin-top: 0px !important;
		margin-left: -12px;
		background-color: #000;
		-webkit-transition-duration: 0.2s;
		-moz-transition-duration: 0.2s;
		-o-transition-duration: 0.2s;
		-ms-transition-duration: 0.2s;
		transition-duration: 0.2s;
		-webkit-transition-timing-function: ease-in-out;
		-moz-transition-timing-function: ease-in-out;
		-o-transition-timing-function: ease-in-out;
		-ms-transition-timing-function: ease-in-out;
		transition-timing-function: ease-in-out;
	}
	.navbar-toggle.collapsed span:nth-child(1) {
		top: 7px;
		width: 0px;
		visibility: hidden;
	}
	
	.navbar-toggle.collapsed span:nth-child(2) {
		top: 16px;
		width: 24px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.navbar-toggle.collapsed span:nth-child(3) {
		top: 21px;
		width: 24px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		margin-left: auto;
		left: auto;
		margin-right: -12px;
		right: 50%;
	}
	.navbar-toggle.collapsed span:nth-child(4) {
		top: 26px;
		width: 24px;
		visibility: visible;
	}
	.navbar-toggle span, .navbar-toggle span {
		top: 11px;
		width: 24px;
		background-color: #000;
	}
	.navbar-toggle span:nth-child(1), .navbar-toggle span:nth-child(4), .navbar-toggle span:nth-child(1), .navbar-toggle span:nth-child(4) {
		visibility: hidden;
		width: 0px;
	}
	.navbar-toggle span:nth-child(2), .navbar-toggle span:nth-child(2) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 50%;

	
	}
	.navbar-toggle span:nth-child(3), .navbar-toggle span:nth-child(3) {
		
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
	
	}




	.my_nav_right{
		display: none;
	}
	.sub4_slider_text_title{
		margin-top: 30px;
	}
	.sub4_slider_1 .hd-t p {
		font-size: 18px;
	}
	.sub_container{
		margin-top: 0px;
	}
	.top_center{
		padding-top: 25px;
	}
	.top_btn{
		position: static;
		display: inline-block;
	}
		.images_list_content li{
		width: 50%;
	}
	.footer_logo{
		text-align: center;
	}
	.footer_nav {
		width: 100%;
		text-align: center;
	}
	.footer_nav li{
		margin-bottom: 20px;
	}
	.footer_nav li a{
		padding: 0 10px;
	}
	.copyright{
		margin-bottom: 30px;
		text-align: center;
	}
	.footer_nav{
		text-align: center;
	}
	.index_bottom_slider_content_icon{
		margin-bottom: 5px;
	}
	.index_bottom_person_content_img_icon{
		left: 50%;
		margin-left: -37.5px;
	}
	.index_full_right{
		min-height: 400px;
	}
	.index_full_left_img{
		min-height: 300px;
	}
.index_full_right_content_top{
	font-size: 14px;
}
.index_full_right_content_title{
	font-size: 48px;

}
.index_full_right_content_dec{
	font-size: 12px;
}
.banner_content {
	margin-top: 0px;
}
.my_nav {
	float: none;
	margin-top: 25px;
}
.logo {
	margin-left: -60px;
	float:none;
	position: absolute;
	top: 0px;
	left: 50%;
}
.my_nav_ul {
	width: 100%;
	margin-right: 0px;
}
.my_nav_ul > li > ul {
	width: 100%;
	float: left;
	position: static !important;
	margin: 0;/*background-color: rgba(0,0,0,0.5) !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 {
	padding: 15px 0px !important;
	text-align: left;
	font-size: 18px;
	color: #313131 !important;
	border-bottom: 1px solid #adadad;
}
.my_nav_ul > li:hover > ul {
	display: none;
}
.my_nav_ul > li > ul:before {
	display: none;
}
.my_nav_ul > li > ul > li > a {
	font-size: 14px;
	text-align: left;
	color: #313131 !important;
	font-weight: 400;
	display: block;
	padding: 10px 15px !important;
	height: auto !important;
	line-height: inherit !important;
}
.my_nav_right {
	width: 100%;
	text-align: center;
}
.my_nav_right > li {
	float: left;
	width: 100%;
	text-align: center;
	display: inline-block;
}
.navbar-nav {
	margin: 0 !important;
}
.my_nav_ul > li > a:after {
	display: none !important;
}
.my_nav_right > li > ul {
	position: static;
	visibility: visible;
	opacity: 1;
}
.my_nav_right > li > a {
	display: inline-block;
}
.my_nav_right > li > ul {
	width: 100%;
}
.my_nav_right > li {
	padding: 0px;
}
.banner_text_title_top {
	font-size: 32px;
	text-align: center;
}
.banner_text_title {
	font-size: 40px;
	line-height: 40px;
}
.banner_content {
	min-height: 600px;
}
.banner_text_dec {
	text-align: center;
	font-size: 12px;
	line-height: 25px;
	margin-top: 15px;
}
header {
	/*position: static;*/
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
	.banner_text{
		min-width: 100%;
	}
}
@media(max-width:400px) {
	.images_list_content li{
		width: 100%;
	}
}



















.classify_select_container{
	float:left;
	width:100%;
}
#ajax_list{
	min-height: 400px;
}

.fancybox-infobar{
	display:none;
}

/*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;
}
}

.quickmenu {
	position: fixed;
	top: 20%;
	right: 0;
	z-index: 999;
	opacity: 1;
}
.quickmenu .openstatus ,.quickmenu .closestatus {
	position: absolute;
	top: 0;
	background-color: #fff;
	border-radius: 10px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	width: 200px;
	padding: 20px;
	right: 0;
	transition: 0.5s ease;
}
.quickmenu .closestatus {
	width: 77px;
}
.quickmenu .openstatus.closed {
	right: -250px;
}
.quickmenu .closestatus.closed{
	right: -120px;
}
.quickmenu .openstatus .closebtn ,.quickmenu .closestatus .openbtn{
	position: absolute;
	left: -22px;
	top: 28px;
	cursor: pointer;
}
.quickmenu .openstatus .cont .item .hd {
	font-size: 16px;
	padding: 10px 0;
	font-weight: 600;
}
.quickmenu .openstatus .cont .line ,.quickmenu .closestatus .cont .line{
	border-top: 1px solid #e5e5e5;
	margin: 22px 0 0;
}
.quickmenu .closestatus .cont .line{
	margin-bottom: 22px;
}
.quickmenu .openstatus .cont .item .ft {
	width: 159px;
	border-radius: 5px;
	background-color: #f0f0f0;
	text-align: center;
	padding: 20px 0;
	margin-top: 20px;
}
.quickmenu .openstatus .cont .item .ft .txt2 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -1px;
}
.quickmenu .openstatus .cont .item .img {
	padding-top: 80px;
}
.quickmenu .openstatus .cont .item .img img {
	width: 60px;
}

.swiper-container-1{
    display:block;
  }
  .swiper-container-1-mobile{
    display:none;
  }
@media(max-width:769px){
  .swiper-container-1{
    display:none;
  }
  .swiper-container-1-mobile{
    display:block
  }
  .quickmenu .closestatus {
		right: -120px;
	}
	.quickmenu .openstatus {
	    right: -250px;
	}
	.quickmenu .openstatus.closed {
	    right: 0px;
	}
	.quickmenu .closestatus.closed {
	    right: 0;
	}
}

.kakao {
    position: fixed;
    top: 50%;
    right: 15px;
    z-index: 999;
}