@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Noto Sans KR', "Nanum Gothic", Dotum, sans-serif;
	color: #000;
	background: #fff;
	font-size: 14px;
	overflow: -Scroll;
    overflow-x: hidden;
}
/*a, input {
	transition: all 0.5s;
}*/
a, a:hover, afocus, a:active, a:link, a:visited {
	text-decoration: none;
	color: #000;
}
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。
*/

.my_nav {
  background: none;
  border: none;
  margin-top: 60px;
  margin-bottom: 0px;
}
.my_nav_ul > li > a {
  color: #fff !important;
  padding-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: -0.5px;
}
.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: #222;
  left: -15px;
  padding: 15px 30px;
  box-sizing: border-box;
  min-width: 210px;
}
.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;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.my_nav_ul > li > ul > li:last-child {
  border-bottom: none;
}
.my_nav_ul > li > ul > li > a {
  color: #999999;
  padding: 0px;
  background: none;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 10px;
  line-height: 20px;
  padding-top: 10px;
}
.my_nav_ul > li > ul > li > a:hover {
  background: none !important;
  color: #fff;
}
.container {
	max-width: 1850px;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}
.sub_container{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.sub_content{
	margin-top:50px;
	padding:50px 0px;
}
.my_container {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}
.container-fluid {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}
.mobile_nav{
	display: none;
}
.pc_head{
	width: 100%;
    position: fixed;
    left: 0px;
    z-index: 999;
    top: 0px;
    min-height: 90px;
	border-bottom: 1px solid #e0e0e0;
	background-color: #fff;
	display: block;
}
.logo_img{
	padding: 20px 0px;
	text-align: center;
	right: -50px;
}
 #language {
    background:#ea4740;
    color:#fff;
    border-radius: 20px;
	outline: none;
	margin: 22px 0px;
	text-align: center;
	max-width: 280px;
	width: 100%;
	font-size:20px;
	transform: translateX(25%);
}
#language:active {
	outline: none;
}
.dropdown-menu {
    min-width: 280px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background-color: #ea4740;
    transform: translateX(30%);
}
.dropdown-menu>li>a {
    color: #fff;
}
.right_border{
	border-right: 1px solid #e0e0e0;
	padding: 20px 0px;
	text-align: right;
    padding-right: 5%;
}
.sub_right_border{
	padding: 20px 0px;
	text-align: right;
    padding-right: 5%;
}
.pc_nav{
	display:inline;
	white-space: nowrap;
	max-width: 100%;
}
.pc_nav li{
	padding: 10px 20px;
	display: inline-block;
	white-space:nowrap;
}
.pc_nav li a{
	font-size: 20px;
	color: #000;
	font-weight: 500;
}
.pc_nav li a:hover{
	color: #000;
}
.left_side{
	border-right: 1px solid #e0e0e0;
}
.right_side{
	position: relative;
	text-align: center;
	display: inline-block;
}
.right_side_01{
	position: relative;
	margin-top:20px;
	max-width: 280px;
	text-align: center;
	height:25px;
	border: 1px solid #e0e0e0;
	border-radius: 20px;
	transform: translateX(25%);
	font-size: 16px;
	color: #000;
}
.right_side_01 span{
	padding:0px 20px;
}
.right_side_01_left{
	text-align: center;
	border-right: 1px solid #e0e0e0;
	padding-left: 0px;
}
.right_side_01_right{
	text-align: center;
	padding-left: 0px;
}
.right_side_02{
	position: fixed;
	margin-top: 20px;
	text-align: center;
	transform: translateX(25%);
	width: 280px;
}
.right_side_02 img{
	max-width: 280px;
}
.right_side_03{
	border: 1px solid #e0e0e0;
	border-radius: 20px;
	margin:20px 0px;
}
.right_side_logo{
	font-size: 14px;
	font-weight: 500;
	color: #000;
	padding: 10px;
	margin:5px 0px; 
}
.right_side_logo img{
	margin-bottom: 10px;
}
.right_side_logo:nth-child(2){
	font-size: 14px;
	font-weight: 500;
	color: #000;
	padding: 10px;
	margin:5px 0px;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
.right_side_04{
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 20px;
}
.right_side_count{
	font-size: 28px;
	font-weight: 500;
	color: #ea4740;
	padding-left: 0px;
}
.right_side_count span{
	font-size: 16px;
	font-weight: 500;
	color: #000;
}
.right_side_05{
	padding: 20px 0px;
	border-bottom: 1px solid #e0e0e0;
}
.right_side_05_text01{
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	color: #000;
	text-align: left;
	margin-bottom: 10px;
}
.right_side_05_text01 span{
	font-size: 12px;
	line-height: 20px;
	font-weight: 500;
	color: #000;
	float: right;
}
.right_side_05_text02{
	font-size: 15px;
	font-weight: 400;
	color: #000;
	text-align: left;
}
.right_side_05_title{
	width: 120px;
	text-align: left;
}
.right_side_05_author{
	width: 60px;
	text-align: right;
}
.right_side_05_time{
	width: 100px;
	text-align: right;
}
.right_side_06{
	padding-top: 20px;
}
.right_side_06_text01{
	font-size: 20px;
	font-weight: 500;
	color: #000;
	text-align: left;
}
.right_side_06_text02{
	font-size: 15px;
	font-weight: 400;
	color: #000;
	text-align: left;
}
.max_img{
	max-width: 100%;
	text-align: center;
}
.main_content{
	position: relative;
	top: 90px;
}
.main_banner{
	text-align: center;
	padding: 20px 0px;
}
.main_banner_next{
	margin:10px auto;
}
.main_banner_01{
	padding-left: 0px;
}
.main_banner_content01{
	border-radius: 20px;
	border:1px solid #e0e0e0;
	max-width: 590px;
	margin:10px auto;
	padding:10px 25px;
	text-align: left;
	width: 100%;
}
.banner_content01_text01{
	font-size: 30px;
	color: #000;
	font-weight: 500;
}
.banner_content01_text02{
	font-size: 20px;
	color: #000;
	font-weight: 400;
}
.banner_content01_text03{
	text-align: right;
	margin-top:-40px;
}
.mian_01,.mian_02,.mian_03,.mian_04,.mian_05{
	padding:50px 0px;
}
.mian_01_content{
	padding-top:50px;
}
.mian_01_text{
	max-width: 290px;
	margin-right: 40px;
	text-align: left;
}
.mian_01_text:last-child{
	max-width: 290px;
	margin-right: 0px;
	text-align: left;
}
.mian_01_text01,.mian_03_text01{
	font-size: 16px;
	color: #f2908b;
	font-weight: 400;
}
.mian_01_text02{
	font-size: 40px;
	color: #000;
	font-weight: 400;
}
.mian_01_text03,.mian_03_text02{
	font-size: 40px;
	color: #000;
	font-weight: 500;
}
.mian_01_text04{
	font-size: 30px;
	color: #e9463e;
	font-weight: 500;
	padding-top: 20px;
}
.mian_01_text05{
	font-size: 18px;
	color: #000;
	font-weight: 400;
}
.mian_01_bg1,.mian_01_bg3{
	height: 285px;
	/*background-image: url('../images/main01_bg1.png');
	background-repeat:no-repeat;*/
	border-radius: 20px 20px 80px 20px ;
	border:1px solid #e0e0e0;
}
.mian_01_bg2{
	height: 285px;
	border-radius: 20px 20px 80px 20px ;
}
.mian_01_bg2_img{
	display: none;
}
.mian_01_bg2:hover{
	box-shadow: 10px 10px 5px 1px #e0e0e0;
	margin-top: -10px;
	background-color: #e9463e;
	transition: 0.4s;
	color: #fff;
}
.mian_01_bg2:hover .mian_01_bg2_img{
	display: inline-block;
}
.mian_01_bg2_img{
	bottom: 0px;
	right: 0px;
	position: absolute;
}
.mian_01_bg2:hover .mian_01_text06,.mian_01_bg2:hover .mian_01_text07,.mian_01_bg2:hover .mian_01_text04,.mian_01_bg2:hover .mian_01_text05{
	color: #fff;
}
.mian_01_bg_img{
	bottom: 25px;
	right: 25px;
	position: absolute;
}
.mian_01_bg3:hover{
	box-shadow: 10px 10px 5px 1px #e0e0e0;
	margin-top: -10px;
	border:1px solid #e9463e;
	background-color: #e9463e;
	transition: 0.4s;
	color: #fff;
}
.mian_01_bg3:hover .mian_01_text08,.mian_01_bg3:hover .mian_01_text05{
	color: #fff;
}
.mian_01_bg3:hover .mian_01_bg_img{
	display: none;
}
.mian_01_text06{
	font-size: 30px;
	color: #000;
	font-weight: 500;
	padding-top: 20px;
}
.mian_01_text07{
	font-size: 18px;
	color: #000;
	font-weight: 400;
}
.item_banner{
	background-image: url('../images/banner01.png');
	height: 582px;
	background-repeat:no-repeat;
	background-position: center;
	border-radius: 20px;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    position: absolute;
    bottom: 34%;
    left: 15%;
}
.owl-theme .owl-dots .owl-dot span {
    width: 80px !important;
    height: 2px !important;
    margin: 0px !important;
    background: #000 !important;
    border-radius: 0px !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff !important;
}
.banner_content{
	position: absolute;
	top:34%;
	left:15%
}
.banner_text01{
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	text-align: left;
}
.banner_text02{
	font-size: 40px;
	color: #fff;
	font-weight: 500;
	text-align: left;
}
.mian_01_text08{
	font-size: 30px;
	color: #000;
	font-weight: 500;
	padding-top: 20px;
}
.mian_02_text01{
	font-size: 25px;
	color: #000;
	font-weight: 500;
}
.mian_02_text02{
	font-size: 16px;
	color: #000;
	font-weight: 400;
}
.mian_02_text02 span{
	font-size: 16px;
	color: #e9463e;
	font-weight: 400;
}
.mian_02_text03{
	font-size: 16px;
	color: #fff;
	width:200px; 
	font-weight: 400;
	border-radius: 20px;
	padding:5px 18px;
	background-color: #e9463e;
	margin-top:10px;
}
.owl-carousel .owl-item img {
    max-width: 96px;
    max-height: 96px;
}

.main_02_img_list .button{
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: inline-block;
    transition: 0.5s ease;
}
.swiper-button-next {
    background:#e9463e !important;
    color: #fff;
    width: 40px !important;
    height: 40px !important;
    border-radius: 20px !important;
}
.text {
    position: absolute;
    top: 12px;
    right: 13px;
}
.mian_03_text03{
	font-size: 14px;
	color: #000;
	font-weight: 400;
}
.mian_03_ul{
	padding-left: 0px;
}
.mian_03_li{
	border-radius: 10px 10px 40px 10px ;
	border:1px solid #e0e0e0;
	text-align: center;
	padding-left: 0px;
	height: 218px;
	margin-top:40px;
	margin-right: 35px;
	max-width: 260px;
}
.mian_03_li:nth-child(3),.mian_03_li:last-child{
	margin-right:0px;
}
.mian_03_text04{
	background:#e0e0e0;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin:-20px auto;
}
.mian_03_text04 span{
	position: relative;
    font-size: 17px;
    top: 6px;
}
.mian_03_li:hover{
	transition: 0.4s;
	box-shadow:2px 2px 3px 3px #e0e0e0;
}
.mian_03_li:hover .mian_03_text04{
	transition: 0.4s;
	background:#e9463e;
}
.mian_03_text05{
	padding-top: 50px;
}
.mian_03_text06{
	padding-top: 20px;
	font-size: 17px;
	color: #000;
	font-weight: 500;
}
.mian_04_ul{
	padding-top: 50px;
}
.mian_04_li{
	border:1px solid #e0e0e0;
    color: #000;
    border-radius: 20px;
    padding:20px;
    height: 190px;
    max-width: 390px;
    margin-right: 45px;
}
.mian_04_li:last-child{
	margin-right:0px;
}
.grey_img{
	display: block;
}
.color_img{
	display: none;
}
.main_banner_content01:hover{
	box-shadow:2px 2px 3px 3px #e0e0e0;
	transition: 0.4s;
}
.mian_04_li:hover{
	box-shadow:2px 2px 3px 3px #e0e0e0;
	transition: 0.4s;
}
.mian_04_li:hover .color_img{
	display:inline-block !important;
}
.mian_04_li:hover .grey_img{
	display:none !important;
}
.mian_04_text01{
	font-size: 20px;
	color: #000;
	font-weight: 500;
	text-align: left;
}
.mian_04_text01 span{
	float: right;
}
.mian_04_text02{
	font-size: 14px;
	color: #000;
	font-weight: 400;
	text-align: left;
	margin-top:15px;
}
.mian_04_text02 li{
	padding-top:5px;
}
.mian_05_left,.mian_05_right{
	padding-left: 0px;
}
.mian_05_text01{
	font-size: 25px;
	color: #000;
	font-weight: 500;
	text-align: left;
}
.mian_05_text02{
	font-size: 16px;
	color: #000;
	font-weight: 400;
	text-align: left;
	padding-bottom:20px;
}
.brand_list{
	margin-top:10px;
	padding-left: 0px;
}
.main_06{
	padding:50px 0px;
}
footer{
	border-top: 1px solid #e0e0e0;
}
.footer_nav{
	font-size: 14px;
	color: #000;
	font-weight: 400;
	text-align: left;
	padding-top:50px;
	padding-bottom:20px;
}
.footer_nav_text{
	padding-right:30px;
}
.foot_text02{
	font-size: 12px;
	color: #000;
	font-weight: 400;
	text-align: left;
	padding-top: 20px;
}
.foot_text02 span{
	padding:0px 20px;
}
.sub_max_img{
	max-width: 100%;
}
.sub_title{
	font-size: 18px;
	color: #ea4740;
	text-align: left;
	padding-bottom: 20px;
	font-weight: 400;
}
.sub_title01{
	font-size: 40px;
	color: #ea4740;
	text-align: left;
	font-weight: 500;
}
.sub3_title01{
	font-size: 40px;
	color: #ea4740;
	text-align: left;
	font-weight: 500;
	margin-bottom: 10px;
}
.sub3_title01 span{
	float: right;
	height: 35px;
	font-size: 16px;
	padding:5px 20px;
	background-color:#ea4740;
	color: #fff;
}
.sub3_title01 span a{
	color: #fff;
}
.sub_title02{
	font-size: 40px;
	color: #000;
	text-align: left;
	padding-bottom: 20px;
	font-weight: 500;
}
.sub1_1_text01{
	padding-top: 30px;
	font-size: 20px;
	color: #000;
	text-align: left;
	font-weight: 400;
}
.sub1_1_text02{
	padding-top: 30px;
	font-size: 16px;
	color: #ea4740;
	text-align: left;
	font-weight: 500;
}
.sub1_1_text03{
	font-size: 16px;
	color: #000;
	text-align: left;
	font-weight: 500;
}
.sub_subtitle{
	font-size: 40px;
	color: #ea4740;
	text-align: left;
	font-weight: 500;
}
.sub_subtitle_img{
	padding-top: 30px;
}
.sub_subtitle01{
	font-size: 16px;
	color: #000;
	text-align: left;
	font-weight: 400;
	padding-bottom: 30px;
}
.sub_brand{
	margin-top:20px;
}
.sub_brand img{
	max-width: 190px;
}
.sub_title_row{
	display: inline-flex;
	margin-top:20px;
}
.sub_title_row span{
	margin:10px 30px;
	color:#d0d0d0;
}
.sub_title_nav,.sub_title_nav a{
	font-size: 18px;
	color: #d0d0d0;
	text-align: left;
	padding-bottom: 20px;
	font-weight: 400;
	margin-top:10px;
}
.sub_title_nav.active,.sub_title_nav.active a{
	border-top: 1px solid #ea4740;
	color: #ea4740;
	padding-top: 10px;
	font-weight: 400;
	margin-top:0px;
}
.sub_title_nav a:hover{
	border-top: 1px solid #ea4740;
	color: #ea4740;
	padding-top: 10px;
	font-weight: 400;
	margin-top:0px;
}
.sub2_title02{
	font-size: 20px;
	color: #000;
	text-align: left;
	padding-bottom: 20px;
	font-weight: 400;
}
.sub2_title02 span{
	float: right;
	height: 35px;
	font-size: 16px;
	padding:5px 20px;
	background-color:#ea4740;
	color: #fff;
}
.sub2_title02 span a{
	color: #fff;
}
.sub2_subtitle{
	font-size: 30px;
	color: #000;
	text-align: left;
	font-weight: 500;
}
.sub2_subtitle span{
	font-size: 20px;
	color: #000;
	text-align: left;
	font-weight: 500;
}
.sub2_subtitle01{
	font-size: 16px;
	color: #000;
	text-align: left;
	font-weight: 400;
}
.sub2_info{
	display:inline-flex;
	padding-top: 50px;
	max-width: 100%;
}
.m_sub2_info{
	display: none;
}
.sub2_info_li{
	display: block;
	max-width: 100%;
	max-width: 11%
}

.sub2_info span{
	padding:0px 70px;
	display: flex;
    align-items: center;
    height: 120px;
    max-width: 11%
}
.sub2_info_li_text01{
	font-size: 16px;
	color: #000;
	text-align: center;
	font-weight: 400;
}
.sub2_info_01{
	margin:30px 0px;
	border:1px solid #e0e0e0;
	border-radius: 20px;
	padding: 50px;
	height: auto;
}
.sub2_info_01_text01{
	font-size: 26px;
	color: #ea4740;
	text-align: left;
	font-weight: 500;
	padding-bottom: 20px;
	border-bottom: 2px solid #e0e0e0;
}
.sub2_info_01_text02{
	font-size: 16px;
	color: #000;
	text-align: left;
	font-weight: 400;
	padding: 20px 0px;
	border-bottom: 2px solid #e0e0e0;
}
.sub2_info_01_text02:last-child{
	font-size: 16px;
	color: #000;
	text-align: left;
	font-weight: 400;
	padding: 20px 0px;
	border:none;
}
.sub2_info_01_text02 span{
	font-size: 16px;
	color: #000;
	float: right;
	font-weight: 400;
}
.sub2_info_02{
	margin:30px 0px;
}
.sub2_info_02_right{
	border:1px solid #e0e0e0;
	border-radius: 20px;
	padding-top:20px;
	padding-right:30px;
	padding-left:30px;
}
.sub2_info_02_left{
	padding-left: 0px;
}
.sub2_info_02_text03{
	font-size: 20px;
	color: #000;
	text-align: left;
	padding-left: 0px;
}
.sub2_info_02_text04{
	font-size: 18px;
	color: #000;
	text-align: left;
	padding-bottom: 15px;
}
.sub2_info_02_text05{
	font-size: 18px;
	color: #000;
	text-align: center;
	padding-bottom: 15px;
}
.sub2_subtitle_img{
	padding-top: 50px;
}
.sub2_info_03 {
    padding-top: 50px;
    max-width: 100%;
}
.sub2_2_info{
	border:1px solid #e0e0e0;
	border-radius: 20px;
	padding:40px 0px;
	padding-left: 15px;
	height: 175px;
	margin-top:10px;
}
.sub2_3_info{
	padding-left: 15px;
	height: 80px;
}
.sub6_1_info{
	padding-left: 15px;
	height: auto;
}
.sub2_2_info_text01{
	font-size: 20px;
	color: #000;
	text-align: left;
	padding-bottom: 15px;
	font-weight: 500;
}
.sub2_2_info_text02{
	font-size: 14px;
	color: #000;
	text-align: left;
	padding-left: 15px;
	padding-bottom: 15px;
}
.sub3_info_01{
	margin:30px 0px;
	border:1px solid #e0e0e0;
	border-radius: 20px;
	padding: 50px;
	height: auto;
	margin-top:10px;
}
.sub3_info_02{
	margin:30px 0px;
	border:1px solid #e0e0e0;
	border-radius: 20px;
	padding: 50px;
	height: auto;
	margin-top:10px;
}
.sub3_info_01_text{
	border-bottom: 2px solid #e0e0e0;
}
.sub3_info_01_text:last-child{
	border:none;
}
.sub3_info_01_text01{
	font-size: 26px;
	color: #ea4740;
	text-align: center;
	font-weight: 500;
	padding-bottom: 20px;
}
.sub3_info_01_text02{
	font-size: 16px;
	color: #000;
	text-align: center;
	font-weight: 400;
	padding: 20px 0px;
}
.sub3_3info_01_text01{
	font-size: 26px;
	color: #ea4740;
	text-align: left;
	font-weight: 500;
	padding-bottom: 20px;
}
.sub3_3info_01_text02{
	font-size: 16px;
	color: #000;
	text-align: left;
	font-weight: 400;
	padding: 20px 0px;
}
.sub4_1_text01{
	font-size: 18px;
	padding-top: 10px;
	color: #000;
	font-weight: 400;
}
.sub4_1_text02{
	font-size: 18px;
	padding-top: 30px;
	color: #000;
	font-weight: 400;
	padding-top: 30px;
}
.sub4_info_01_text01{
	font-size: 26px;
	color: #ea4740;
	text-align: left;
	font-weight: 500;
	padding-top: 10px;
}
.sub4_info_01_text02{
	font-size: 16px;
	color: #000;
	text-align: left;
	font-weight: 400;
	padding: 20px 0px;
}
.sub4_1_info{
	margin:30px 0px;
	border:1px solid #e0e0e0;
	border-radius: 20px;
	padding: 40px 50px;
	height: auto;
	box-shadow: 2px 2px 3px 3px #e0e0e0;
}
.sub4_2_info{
	margin:30px 0px;
	border:1px solid #e0e0e0;
	border-radius: 20px;
	padding: 50px;
	height: auto;
	box-shadow: 2px 2px 3px 3px #e0e0e0;
}
.sub4_2info_01_text01{
	font-size: 26px;
	color: #ea4740;
	text-align: center;
	font-weight: 500;
	padding-bottom: 20px;
}
.sub4_2info_01_text02{
	font-size: 16px;
	color: #000;
	text-align: center;
	font-weight: 400;
	padding: 20px 0px;
}
.nav-tabs {
    width: 100%;
    max-width: 100%;
}
.nav-tabs > li {
    width: 50%
}
.nav-tabs.china_visa > li {
    width: 20%
}
.nav-tabs > li > a {
    text-align: center;
    color:#d0d0d0;
    font-size: 20px;
    padding:0px;
    margin-right:0px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #ea4740;
    cursor: default;
    padding-bottom: 10px;
    border:none;
    border-bottom: 1px solid #ea4740;
}
.nav-tabs > li > a:hover{
	background:none;
	cursor: default;
    text-align: center;
    color:#ea4740;
    padding-bottom: 10px;
    font-size: 20px;
    border:none;
    border-bottom: 1px solid #ea4740;
}
.sub5_2_text01{
	font-size: 20px;
	color: #000;
	text-align: left;
	font-weight: 400;
}
.sub5_2_info_01{
	border:1px solid #e0e0e0;
	border-radius: 20px;
	height: auto; 
	margin-top:30px;
	padding: 50px;
}
.sub5_2_info_02{
	border:1px solid #e0e0e0;
	border-radius: 20px;
	padding: 50px;
	margin-top:20px;
}
.sub5_2_img_list{
	text-align: center;
	padding-top: 30px;
	height: 280px;
}
.icon_num{
	padding-bottom: 30px;
}
.sub5_2_text02{
	padding-top: 30px;
	font-size: 17px;
	color: #000;
	text-align: center;
	font-weight: 400;
}
.sub5_2_info_03{
	padding: 20px 50px 50px 50px;
	margin-top:20px;
}
.sub5_2_info{
	height: auto;
	border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 50px 0px;
    padding-left: 15px;
    margin-top: 10px;
}
.sub5_2_subtitle{
	font-size: 30px;
	color: #000;
	text-align: left;
	font-weight: 500;
	padding-top: 50px;
}
.sub5_2_subtitle01{
	font-size: 20px;
	color: #000;
	text-align: left;
	font-weight: 400;
}
.sub5_2_info_04{
	border:1px solid #e0e0e0;
	border-radius: 20px;
	height: auto; 
	margin:30px 0px;
	padding: 50px;
}
.sub5_2_info_04_text01{
	font-size: 20px;
	color: #ea4740;
	text-align: center;
	font-weight: 500;
	padding-bottom: 20px;
}
.sub5_2_info_04_text02{
	font-size: 16px;
	color: #000;
	text-align: center;
	font-weight: 400;
	padding: 20px 0px;
}
.sub5_2_info_04_text02 span{
	font-size: 15px;
	color: #ea4740;
	text-align: center;
	font-weight: 400;
	padding: 20px 0px;
}
.sub6_checkbox{
	margin-right: 30px;
}
.input_contact {

	border: solid 1px #ececec;

}

.input_contact table {

	width: 100%;

}

.input_contact tr {

	height: 65px;

	border-bottom: solid 1px #e1e1e1;


}

.input_contact tr td {

	padding: 20px 50px;

	min-width: 80px;

}

.input_contact tr td:first-child {

	background: #f6f6f6;

}

.input_contact tr td input {

	max-width: 100%;

	width: 250px;

	height: 35px;

	border: 0;

	background-color: #F6F6F6;

	padding: 8px;

	display: inline-block;

}

.radio_red input {

	background: #f0f0f0!important;

}

.input_contact label {

	color: #292929;

	font-weight: 500;

}

.input_contact label span {

	color: #FF0000;

	position: relative;

	top: 3px;

}

.input_contact2 tr td:first-child {

	padding-left: 8px!important;

	text-align: center;

}
.radio_red {

	line-height: 1;

	position: relative;

}

.radio_red input[type='radio'],  .radio_red input[type='checkbox'] {

	position: absolute;

	z-index: 99999999;

	display: inline-block;

	height: 35px;

	margin: 0;

	cursor: pointer;

	opacity: 0;

}

.radio_red label {

	min-width: 95px;

	height: 35px;

	padding-left: 5px;

	padding-right: 5px;

	font-weight: normal;

	margin-bottom: 0px;

	background: #F0F0F0;

	border-radius: 5px;

	margin-right: 3px;

	text-align: center;

	line-height: 35px;

	color: #292929;

	font-size: 16px!important;

}

.radio_red input[type='radio']:checked+label,  .radio_red input[type='checkbox']:checked+label {

	background-color: #ff3949 !important;

	color: #fff;

}

.radio_large label,  .radio_large input[type='radio'],  .radio_large input[type='checkbox'] {

	width: 155px;

}

.radio_red>div {

	display: inline-block;

	position: relative;

	text-align: left;

	margin-bottom: 3px;

	margin-top: 3px;

}
.input_contact label {
    font-size: 20px;
}
.input_contact .file input {

	background-color: #f3f3f3;

	border-radius: 0;

	box-shadow: none;

	margin-top: 3px;

	margin-bottom: 3px;

}

.input_contact .files {
	position: absolute;
	left: -1000px;
	top: 52px;
	cursor: pointer;
	filter: Alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.request {
	padding: 12px 20px!important;
}
.request textarea {
	width: 100%!important;
	max-width: 100%!important;
	min-height: 220px!important;
	background: #fff!important;
	border-radius: 0!important;
	border: solid 1px #e3e3e3!important;
}
.form_info{
	font-size: 14px !important;
	color: #000;
	font-weight: 400 !important;
}
p.has-error-input {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    display: block;
    text-align: left;
    right: 15px;
}
.btn_submit {

	background-color: #ff3949 !important;

	color: #fff;

	width: 220px;

	height: 60px;

	border-radius: 0;

	font-size: 20px;

	line-height: 54px;

	padding: 0px;

	border: 0;

	margin-top: 50px;

	outline: none;

	margin-left: auto;

	margin-right: auto;

	display: block;

}

.btn_submit:hover,  .btn_submit:focus,  .btn_submit:active {

	color: #fff;

}

.btn_submit span {

	margin-right: 10px;

	position: relative;

	top: -2px;

}
.notice-board > thead > tr > td.title{
	text-align: center;
}

.notice-board {
	font-weight: 400;
	color: #232323;
	border-top: 1px solid #ccc;
	width: 100%;
}
.notice-board-search {
	margin-bottom: 10px;
	margin-top: 50px;
	overflow: hidden;
}
.notice-board-search .input-group-addon {
	background: none;
	border: none;
	padding: 0;
}
.notice-board-search .input-group-addon select {
	border-right: none;
	min-width: 120px;
	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 {
	background: #f5f5f5;
	border-bottom: 1px solid #ccc;
}
.notice-board tr td {
	text-align: center;
	font-size: 16px;
	padding: 15px 0;
}
.notice-board tr td.title{
	text-align: left;
}
.notice-board tr td.author{
	text-align: center;
}

.notice-board tr {
	border-bottom: 1px solid #ccc;
}
.notice-board thead tr td {
	font-size: 16px;
	font-weight: 500;
}

.notice-board .notice {
	font-weight: bold !important;
	background: #fbfbfb;
}
.notice-board a {
	color: #232323;
}
.pagination>li>a, .pagination>li>span {
	color: #666;
}
.notice-board .number, .notice-board .author, .notice-board .creat_at, .notice-board .view {
	width: 120px;
}
.search_btn{
	border-color: #ccc;
	color:#000;
	border: 1px solid #ccc;
}
.article-detail .detail-header .title {
	font-size: 28px;
	color: #000;
	padding: 12px 0;
}
.article-detail .detail-header span {
	font-size: 18px;
	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 article{
	font-size: 16px;
}
.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: #ea4740;
	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: #1c76b8;
	padding: 5px 10px;
	border-radius: 4px;
	color: #fff;
	transition: 0.5s ease;
	text-decoration: none;
}
.article-detail .detail-filelist ul li a:hover {
	background: #1c76b8;
}
.article-detail{
	text-align: left;
}

@media(max-width:767px) {
	.main_content{
		top:0px;
	}
	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{
		margin:0px;
	}
	.mobile_nav{
		display: inline-block;
		width: 100%;
		min-height:90px;
		top:0px;
		background: #000000 !important;
		z-index: 9;
		border-bottom: 1px solid #fff;
	}
	.pc_head,.right_side{
		display: none;
	}
	.my_nav_ul > li > ul {
		width: 100%;
		float: left;
		position: static !important;
		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: 20px 0px !important;
		text-align: center;
		font-size: 18px;
	}
	.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: center;
		color: #fff !important;
		font-weight: 400;
		padding: 20px 0px !important;
	}
	header {
		position: fixed;
		background: #000 !important;
	}
	.logo{
		margin-top: 20px !important;
	}
	.my_nav{
		margin-top:20px;
	}
	.attr-nav {
	    width: 100%;
	    padding-bottom: 15px;
	    display: block;
	    text-align: right;
	    position: unset!important;
	}
	.logo_img {
	    display: inline-block !important;
	    width: 150px;
	    padding:0px !important;
	    padding-top: 10px !important;
	    padding-left: 20px !important;

	}
	.sub2_info_li img{
		max-width: 11%
	}
	.mian_01_text,.mian_01_text:last-child,.mian_04_li{
	    max-width: 100% !important;
	    margin-top: 20px;
	}
	.mian_03_li{
		max-width: 100% !important;
	}
	.mian_02_text03{
		margin-bottom: 30px;
	}
	.sub_content{
		margin-top:0px;
	}
	.sub_brand,.sub3_info_01_text{
		padding-left: 0px;
	}
	.sub_title_nav, .sub_title_nav a {
	    font-size: 14px;
	}
	.sub3_info_01_text01,.sub2_title02,.input_contact label{
		font-size: 16px;
	}
	.sub2_subtitle,.sub_title01,.sub3_title01,.sub3_3info_01_text01,.sub4_info_01_text01,.sub4_2info_01_text01{
	    font-size: 20px;
	}
	.sub3_info_02,.sub3_info_01,.sub4_2_info,.sub5_2_info_04{
		padding:50px 10px;
	}
	.sub_title_row span {
	    margin: 10px 5px;
	}
	.sub2_info_02_text05{
		text-align: left;
	}
	.sub2_info_02_right{
		margin-top:30px;
	}
	.sub2_2_info{
		height: auto;
	}
	.max_img{
		padding: 0px !important;
	}
	.sub2_info_02{
		overflow-x:hidden;
	}
	.my_nav_ul .dropdown-menu {
	    transform:none;
	}
	.input_contact tr td input {
	    max-width: 100%;
	}
	.input_contact tr td {
	    padding: 20px 10px;
	    width: 100px;
	}
	.td_show{
		display:none !important;
	}
}
@media(max-width:992px){	

}
@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;
	}
}
@media(max-width:1536px){
	.logo_img{
		right: 0px;
		padding: 30px 0px;
	}
	.right_side_02 {
		margin-top: 10px; 
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	    right: 0px !important;
	}
	.mian_01_text01,.mian_01_text02,.mian_01_text03{
		padding-left: 20px;
	}
	.banner_content01_text01{
		font-size: 25px;
	}
	.mian_01_text02,.mian_01_text03,.mian_03_text02{
		font-size: 30px;
	}
	.mian_01_text04,.mian_01_text06,.mian_01_text08{
		font-size: 22px;
	}
	.mian_01_text05,.mian_01_text07{
		font-size: 16px;
	}
	.main_banner_01 {
	    padding: 0px 20px;
	}
	.mian_03_li,.mian_04_li {
	    margin-right: 12px;
	}
	.mian_01_text {
	    max-width: 270px;
	}
	.mian_01_bg1{
		max-height:265px;
	}
	.mian_01_text {
	    margin-right: 10px;
	}
	.mian_03_li {
	    max-width: 240px;
	}
	.mian_04_li {
	    max-width: 360px;
	}
	.main_06 {
	    padding-left: 20px;
	}
	.max_img {
	    padding: 0px 20px;
	}
}
/*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);
  }
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: red;
}
/*#form-template {
	color: #999;
	font-weight: 400;
}
#form-template label {
	font-weight: 500;
	font-size: 20px;
	color: #000;
}
#form-template label strong {
	color: #a2fda6;
	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: 5px;
	background: #fff;
	right: 50px;
	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 .has-feedback  .form-control-feedback {
	top: 2px;
	right: 15px;
}
#form-template .filearea .form-control-feedback {
	right: 100px;
}*/


 @-webkit-keyframes sk-circleFadeDelay {
 0%, 39%, 100% {
 opacity: 0;
}
 40% {
 opacity: 1;
}
}
 @keyframes sk-circleFadeDelay {
 0%, 39%, 100% {
 opacity: 0;
}
 40% {
 opacity: 1;
}
}
