@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic');

input[type="button"],
button {
	cursor: pointer;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.cetner {
	text-align: center;
}

.wid_100 > img {
	width: 100%;
}

.over_hi {
	overflow: hidden;
}

.wid_80 > img {
	width: 80%;
}

.fl_l {
	float: left;
}

.fl_r {
	float: right;
}

.center {
	text-align: center;

}

.bold {
	font-weight: 700 !important;
}

.regular {
	font-weight: 400 !important;
}

.font-0 {
	font-size: 0;
}

.red {
	color: #f47920;
	font-weight: bold;
	    font-family: 'Nanum Gothic', sans-serif;
}
.dark_red{
	color: #ff0000;
	font-weight: bold;
}
.orange {
	color: #f29e62;
}

/*sub_1_1*/

.banner_article {
	width: 100%;
	height: 400px;
	background-image: url(../image/sub_banner_1.jpg);
	background-position: center 0;
	background-size: 2000px;
	display: flex;
	flex-direction: row;
	align-items: center;
	background-attachment: fixed;

}


.circle {
	width: 3px;
	height: 3px;
	background-color: #fff;
	border-radius: 3px;
	float: left;
	position: relative;
}

.circle_big {
	width: 7px;
	height: 7px;
	background-color: #fff;
	border-radius: 7px;
	float: left;
	position: relative;
	top: 0px;
}

.border {
	border: 0;
	border-top: 1px solid #fff;
	width: 78px;
	float: left;
	position: relative;
	top: -0px;

}

.border_mar {
	margin: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.border_mar > * {
	margin: 0 2px;
}

.banner_title {
	font-size: 60px;
	color: #fff;
	font-weight: 400;
	margin: 1%;
}

.banner_content {
	font-size: 25px;
	font-weight: 100;
	color: #fff;
	letter-spacing: 23px;
	margin: 1% 0;
	margin-left: 23px;
}

.sub_title_text {
	font-size: 40px;
	margin: 5% 0 0;
	font-weight: 700;

}

.sub_title_content {
	font-size: 30px;
	font-weight: 400;
}

.sub_content_text {
	font-size: 20px;
	font-weight: 100;
	letter-spacing: 4px;
	margin: 0 0px 5% 5px;
	color:#ff6b00 !important;
}

.sub_1_bg {
	background-image: url(../image/history_1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 48%;
	height: 407px;
	text-align: center;
	margin-bottom: 15%;
	border: 1px solid #e1e1e1;
}

.sub_1_bg_1 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 48%;
	height: 407px;
	text-align: center;
	margin-bottom: 15%;
	border: 1px solid #e1e1e1;
	background-color:#ac2b31;
}


.heart_boder {
	transform: skew(-30deg);
	display: inline-block;
	overflow: hidden;
	border-right: 1px solid #f58738;
	border-left: 1px solid #f58738;
	margin: 11% 0 3%;
}

.heart_text {
	transform: skew(30deg);
	font-size: 25px;
	font-weight: 400;
	color: #333;
}
.heart_text_1 {
	transform: skew(30deg);
	font-size: 25px;
	font-weight: 400;
	color: #fff;
}

.heart_content {
	font-size: 16px;
	line-height: 24px;
	margin: 0% 0;
	color: #333;
}
.sub_1_bg_1 > *{
	color:#fff !important;
}
.sub_bg_1 {
	background-image: url(../image/sub_bg_1.jpg);
	background-size: cover;
	background-position: center;
	padding: 9% 4%;

}

.sub_bg_black_box {
	background-color: rgba(0, 0, 0, 0.4);
	display: inline-block;
	padding: 5%;
	height: 355px;
	width: 35%;
}

.sub_bg_black_title {
	color: #fff;
	font-size: 30px;
	margin-bottom: 5%;
}

.sub_bg_black_content {
	font-size: 16px;
	color: #fff;
	line-height: 32px;
	font-weight: 600;
	font-family: 'Nanum Gothic', sans-serif;
}

/*sub_1_1*/

/*sub_1_2*/

.sub_title_text_1 {
	font-size: 30px;
	margin: 5% 0;
	color: #333;
}

.prev_view {
	z-index: 999;
	font-size: 0;
	line-height: 0;
	left: 10px;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 30px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background-image: url(../image/next_btn.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.next_view {
	z-index: 9;
	font-size: 0;
	line-height: 0;
	right: 10px;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 30px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background-image: url(../image/prev_btn.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.sub_small_wrap {
	width: 1000px;
	margin: 8% auto;
}

.slider-nav img {
	margin: 0 2.5px 0 2.5px;
	margin-top: 5px;
}

.pic_re {
	width: 100%;
	position: relative;
}

.pic_re > img {
	width: 100%;
}

.pic_t {
	position: absolute;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	font-size: 20px;
	text-align: center;
	color: #fff;
	padding: 2% 0;
}

/*sub_1_2*/

/*sub_1_4*/

.img_box {
	width: 100%;
	margin-top:2%;
}

.img_hosipital > img {
	width: 100%;
}

.black_box {
	width: 46%;
	background-color: rgba(52, 50, 50, 1);
	padding: 1.5%;
	margin-right: 1%;
	position: relative;
	height:305px;
}
.black_box_1 {
	width: 46%;
	background-color: rgba(52, 50, 50, 1);
	padding: 1.5%;
	margin-left: 1%;
	position: relative;
	height:305px;
}

.bg_img1 {
	width: 80%;
	text-align: center;
	margin: 3% auto 6%;
}
.black_box_line{
	overflow: hidden;
	margin: 2% 0;
	display: flex;
	justify-content: center;
}
.map_icon {
	float: left;
}

.map_title {
	font-size: 28px;
	color: #ff6b00;
	font-weight: 500;
	float: left;
	position: relative;
	top: -1px;
	left: 15px;
}
.map_time{
	width: 67%;
	margin-top: 2%;
	margin: 0 auto;
}
.map_th{
	font-size: 23px;
	color: #fff;
	text-align: left;
	width: 28.5%;
	padding: 6% 0;
	font-weight: 400;
}
.map_td{
	font-size:23px;
	color:#fff;
	text-align: left;
	font-weight:400;
	width: 36%;
}
.red_table{
	color:#e83e46;
	text-align: left;
	font-weight:900;
	font-size:14px;
	padding: 2% 0;
}
.black_box_line_1{
	overflow: hidden;
	display: flex;
	display: flex;
margin: 1% 0 5% 33%;
}
.black_box_line_2{
	overflow: hidden;
	display: flex;
	margin: 10.5% 0 5% 35%;
}

.map_text{
	color:#fff;
	text-align: center;
	line-height: 24px;
	font-size:18px;
	font-weight: 900;

}
.map_txt{
		color:#fff;
	text-align: center;
	line-height: 24px;
	font-size:16px;
	font-weight: 400;
	margin-top: 3%;
}
.map_text1{
	color:#fff;
	text-align: center;
	line-height: 24px;
	font-size:25px;
	font-weight: 400;
	margin-bottom: 2%;
}
.map_height1{
	height:590px;
}

/*sub_1_4*/

/*sub_2_1*/

.banner_article_2 {
	width: 100%;
	height: 400px;
	background-image: url(../image/sub_banner_2.jpg);
	background-position: center 0;
	background-size: 1900px;
	display: flex;
	flex-direction: row;
	align-items: center;
	background-attachment: fixed;
}

.banner_content_2 {
	font-size: 25px;
	font-weight: 100;
	color: #fff;
	letter-spacing: 15px;
	margin: 1% 0;
	margin-left: 15px;
}

.sub_title_text_2 {
	font-size: 30px;
	margin: 5% 0 2%;
	color: #333;
  font-weight:700;
}

.sub_cotent_text {
	font-size: 15px;
	line-height: 24px;
	color: #333;
	font-weight: 500;
}

.sub_2_tb {
	width: 100%;
	border-collapse: collapse;
	margin: 5% 0;
}

.sub_2_th_bl {
	background-color: #ac2b31;
	color: #fff;
	padding: 1%;
	font-size: 18px;
}

.sub_2_th {
	font-weight: 300;
	font-size: 14px;
	color: #fff;
	background-color: #ac2b31;
	border: 1px solid #e1e1e1;
	padding: 1%;
}

.sub_2_td {
	border: 1px solid #e1e1e1;
	font-weight: 300;
	font-size: 14px;
	color: #333;
	padding: 1%;
	line-height: 24px;
	font-weight: 500;
}

.tb_25 {
	width: 25%;
}

.check_tb {
	width: 100%;
	border-collapse: collapse;
	margin: 5% 0;
}

.check_th {
	font-weight: 600;
	padding: 1% 0;
	font-size: 18px;
	color: #333;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	text-align: left;
	vertical-align: top;
	width: 25%;
}

.check_td {
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
	font-size: 15px;
	color: #333;
	padding: 1% 0;
	line-height: 39px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

.tb_img {
	float: left;
	width: 10%;
	position: relative;
	top: 9px;
}

.tb_text {
	float: left;
	width: 88%;
	margin-left: 2%;
	margin-top: 10px;
}

.sub_col {
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	text-align: left;
	padding: 2% 0;
	color: #333;
}

.margin {
	margin: 5% 0;
}

.big_text {
	font-size: 35px;
	color:#d34747;
	font-weight: 700;

}
.juhang{
	color:#ff6b00;
	font-weight: bold;
	font-family: 'Nanum Gothic', sans-serif;
}
/*sub_2_1*/

/*sub_2_2*/

.sub_title_text_3 {
	font-size: 30px;
	margin: 15% 0 5%;
	color: #333;
	font-weight: 700
}

.font-20 {
	font-size: 20px;
}

.line-30 {
	line-height: 30px;
}

.tb_wid_50 {
	width: 50%;
}

.gray_bg1 {
	background-color: #fafbfa;
	padding: 3% 0;
	border-bottom: 1px solid #ccc;
	margin-top: 5%;
}

.gray_bg2 {
	background-color: #fafbfa;
	padding: 3% 0;
	border-bottom: 1px solid #ccc;

}
.gray_bg2 > .over_hi{
	display: flex;
	align-items: center;
}


.sub_big_wid_text {
	font-size: 16px;
	padding: 4% 0% 0;
	line-height: 20px;
}

.sub_big_wid {
	width: 49%;
	float: left;
	font-size: 14px;
}

.border_left {
	border-left: 1px solid #ccc;
}

.border_right {
	border-right: 1px solid #ccc;
}

.border_0 {
	border: 0;
}

.sub_small_wid_text {
	color: #333333;
	margin-top: 3%;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
}

.left_arm {
	float: left;
	width: 15%;
	padding: 0.5% 2% 0 5%;
}

.left_arm > * {
	text-align: center;
}

.right_arm {
	color: #333333;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	float: left;
}

.border-3 {
	border-left: 3px solid #90292d;
	height: 18px;
	margin-bottom: 2%;
	margin-top: 3%;
}

.sub_title_border {
	font-size: 20px;
	position: relative;
	top: -3px;
	left: 5px;
}

.sub_content_border {
	font-size: 16px;
	color: #555;
	line-height: 24px;
	font-weight: 400;
}
.sub_2_2_class > .over_hi{
	margin-top:2%;
}

.sub_2_2_class > .over_hi > .border-3 {
	border-left: 3px solid #90292d;
	height: 18px;
	margin-bottom: 0%;
	margin-top: 0%;
	float: left;
	width: 155px;
}

.sub_2_2_class > .over_hi > .sub_content_border {
	font-size: 16px;
	color: #555;
	margin-top:-3px;
	line-height: 24px;
	font-weight: 400;
	float: left;
	margin-left:2%;
}

.img_text_line * {
	float: left
}

.text_line {
	font-size: 15px;
	margin: 0;
	line-height: 24px;
	margin-bottom: 2%;
	position: relative;
	top: -5px;
	left: 10px;
	color: #333;
	font-weight: 400;
}

.sub_cotent_text_2 {
	line-height: 24px;
}

/*sub_2_2*/

/*sub_3_1*/

.banner_article_3 {
	width: 100%;
	height: 400px;
	background-image: url(../image/sub_banner_3.jpg);
	background-position: center 0;
	background-size: 1850px;
	display: flex;
	flex-direction: row;
	align-items: center;
	background-attachment: fixed;
}

.pic_banner {
	background-image: url(../image/sub_3_1_pic_1.jpg);
	width: 100%;
	height: 430px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.pic_banner_2 {
	background-image: url(../image/sub_3_1_pic_2.jpg);
	width: 100%;
	height: 430px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.pic_banner_3 {
	background-image: url(../image/sub_3_1_pic_3.jpg);
	width: 100%;
	height: 430px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.pic_banner_text {
	color: #fff;
	font-size: 25px;
	font-weight: 200;
	line-height: 45px;
}

.pic_banner_text > .bold {
	color: #fff;
	font-size: 35px;
	margin-bottom: 2%;
	display: block;
	text-align: center;
}

.content_line {
	display: flex;
	align-items: center;
	margin-top: 5%;
}

.content_circle {
	width: 148px;
	height: 148px;
	border-radius: 156px;
	font-size: 25px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.red_bg {
	background-color: #ac2b31;
}

.gray_bg {
	background-color: #f47920;
}

.gray_dark_bg {
	background-color: #848484;
}

.gray_bright_bg {
	background-color: #dcdcdc;
}

.dumbbell {
	display: flex;
	align-items: center;
	margin: 0 47px;
	position: relative;
}

.dum_cir {
	width: 11px;
	height: 11px;
	border-radius: 11px;
	background-color: #959595;
	float: left;
}

.dum_bor {
	width: 63px;
	border: 0;
	border-top: 1px solid #959595;
	float: left;
}

.dum_bor_height {
	height: 463px;
	border: 0;
	border-right: 1px solid #959595;
	float: left;
	position: absolute;
	right: 5.5px;
top: -226.5px;
}

.dum_cir_top {
	width: 11px;
	height: 11px;
	border-radius: 11px;
	background-color: #959595;
	position: absolute;
	left: -5.5px;
}

.dum_cir_bot {
	width: 11px;
	height: 11px;
	border-radius: 11px;
	background-color: #959595;
	float: left;
	position: absolute;
	left: -5.5px;
	bottom: 0;

}

.check_text_line {
	overflow: hidden;
}

.check_text_line:nth-child(4) {
	margin-left: 10%;
}

.check_text_box {
	padding: 10px;
	overflow: hidden;
}


.check_img {
	width: 35px;
	height: 35px;
	font-size:12px;
	background-color:#eee;
	border-radius: 200px;
	margin: 4px 0;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#717171;
	   font-weight: 900;
	font-family: 'Nanum Gothic', sans-serif;
}
.check_new{
	margin: 2px 10px;
	color: #505050;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	font-family: 'Nanum Gothic', sans-serif;
}
.check_text_box_new {
	padding: 10px;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.check_text {
	margin: 2px 10px;
	color: #505050;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	font-family: 'Nanum Gothic', sans-serif;
	float: left;

}

.content_sub {
	margin-bottom: 10%;
}

.no-mar {
	margin-left: 0
}

.check_title {
	font-size: 20px;
	margin-bottom: 2%;
	line-height: 28px;
}

.check_text_long {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	font-family: 'Nanum Gothic', sans-serif;
	line-height: 24px;
}

/*sub_3_1*/

/*sub_3_2*/

.pic_banner2 {
	background-image: url(../image/sub_3_2_pic_1.jpg);
	width: 100%;
	height: 430px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.pic_banner2_2 {
	background-image: url(../image/sub_3_2_pic_2.jpg);
	width: 100%;
	height: 430px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.pic_banner2_3 {
	background-image: url(../image/sub_3_2_pic_3.jpg);
	width: 100%;
	height: 430px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.small_text {
	font-size: 20px;
	font-weight: 200;
	display: block;
	line-height: 28px;
	margin-top: 1%;
}

.check_sub {
	font-size: 14px;
	color: #717171;
	margin: 0;
	font-weight: 500;
	font-family: 'Nanum Gothic', sans-serif;
	margin-left: 10px;
}

.check_text_1 {
	margin: 2px 10px;
	color: #505050;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	font-family: 'Nanum Gothic', sans-serif;
}

.check_text_2 {
	margin: 2px 10px;
	color: #505050;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	float: left;
	font-family: 'Nanum Gothic', sans-serif;
	position: relative;
	top: -13px;
}

.check_text_line2 {
	overflow: hidden;
}

.check_text_line2 {
	position: relative;
	top: -28px;
}

.check_title_1 {
	font-size: 16px;
	margin-bottom: 2%;
	color: #333
}

.check_text_long_1 {
	font-size: 16px;
	color: #585859;
	font-weight: bold;
	font-family: 'Nanum Gothic', sans-serif;
	line-height: 24px;
}

/*sub_3_2*/

/*sub_3_3*/

.pic_banner3 {
	background-image: url(../image/sub_3_3_pic_1.jpg);
	width: 100%;
	height: 430px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.pic_banner3_2 {
	background-image: url(../image/sub_3_3_pic_2.jpg);
	width: 100%;
	height: 430px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.pic_banner3_3 {
	background-image: url(../image/sub_3_3_pic_3.jpg);
	width: 100%;
	height: 430px;
	display: flex;
	align-items: center;
	justify-content: center;

}
.sub_3_3_pic_new{
	background-image: url(../image/sub_3_3_pic_new.jpg);
	width: 100%;
	height: 430px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*sub_3_3*/

/*sub_3_4*/

.pic_banner4_new {
	background-image: url(../image/sub_3_4_pic_1.jpg);
	width: 100%;
	height: 430px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.pic_banner4_2_new {
	background-image: url(../image/sub_3_4_pic_2.jpg);
	width: 100%;
	height: 430px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.pic_banner4_3_new {
	background-image: url(../image/sub_3_4_pic_3.jpg);
	width: 100%;
	height: 430px;
	display: flex;
	align-items: center;
	justify-content: center;

}

.check_text_line4:nth-child(4) {
	margin-left: 10%;
	position: relative;
	top: 13px;
}

/*sub_3_4*/

/*sub_3_5*/

.pic_banner5 {
	background-image: url(../image/sub_3_5_pic_1.jpg);
	width: 100%;
	height: 430px;
	display: flex;
	align-items: center;
	justify-content: center;

}
.pic_banner5_new {
    background-image: url(../image/sub_3_5_pic_1_new.jpg);
    width: 100%;
    height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub_3_5_text {
	float: left;
}

.check_img1 {
	width: 20px;
	margin: 33px 0;
	float: left;
}

.sub_3_5_title {
	margin: 2px 14px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	font-family: 'Nanum Gothic', sans-serif;
}

.sub_3_5_content {
	margin: 2px 14px;
	color: #505050;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	font-family: 'Nanum Gothic', sans-serif;
}

/*sub_3_5*/

/*sub_4_1*/

.pic_banner4_1 {
	background-image: url(../image/sub_4_1_pic_1.jpg);
	width: 100%;
	height: 430px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pic_banner4_2 {
	background-image: url(../image/sub_4_1_pic_2.jpg);
	width: 100%;
	height: 430px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pic_banner4_3 {
	background-image: url(../image/sub_4_1_pic_3.jpg);
	width: 100%;
	height: 430px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pic_banner4_4 {
	background-image: url(../image/sub_4_1_pic_4.jpg);
	width: 100%;
	height: 430px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sub_text_q {
	font-size: 17px;
	font-weight: 400;
	color: #333;
	text-align: center;
	margin: 4%;
	line-height: 34px;
}

.sub_text_q > .bold {
	font-size: 28px;
	font-weight: 600;
	color: #333;
	display: block;
	margin-bottom:1%;
}

.sub_4_title {
	font-weight: 700;
	color: #333;
	font-size: 24px;
	text-align: center;
}

.sub_4_1_mar {
	margin: 10% 0;
}

.banner_article_4 {
	width: 100%;
	height: 400px;
	background-image: url(../image/sub_banner_4.jpg);
	background-position: center 0;
	background-size: 1900px;
	display: flex;
	flex-direction: row;
	align-items: center;
	background-attachment: fixed;
}

/*sub_4_1*/

/*sub_4_2*/

.pic_banner4_2_1 {
	background-image: url(../image/sub_4_2_banner_pic.jpg);
	width: 100%;
	height: 430px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.small_text1 {
	font-size: 20px;
	font-weight: 200;
	display: block;
	line-height: 34px;
	margin-top: 1%;
}
.small_text1 > .bold {
	color: #fff;
	font-size: 35px;
	margin-bottom: 2%;
	display: block;
	text-align: center;
}

.pic_box {
	width: 28%;
	float: left;
	margin-right: 8%;
}

.pic_box:last-child {
	margin-right: 0;
}

.four_box {
	float: left;
	width: 25%;
	height: 270px;
	margin-bottom: 10%;
}

.red_1_bg {
	background-color: #e43a42;
}

.red_2_bg {
	background-color: #e74d55;
}

.red_3_bg {
	background-color: #e96168;
}

.red_4_bg {
	background-color: #ec757a;
}

.four_step {
	font-size: 25px;
	font-weight: 600;
	padding: 15%;
	color: #fff;
	text-align: center;
}

.four_content {
	font-size: 18px;
	text-align: center;
	line-height: 34px;
	color: #fff;
}

.sub_4_check_box {
	background-color: #fab8b8;
	width: 94%;
	padding: 3%;
	margin-bottom: 15%;
}

.check_img_2 {
	float: left;
}

.check_box_text {
	float: left;
	margin-left: 1%;
	font-size: 17px;
	color: #333333;
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 600;
	line-height: 28px;
	position: relative;
	top: -2px;
}

.check_mar {
	margin-bottom: 3%;
}

.check_mar:last-child {
	margin: 0;
}

/*sub_4_2*/

/*sub_4_3*/

.pic_banner4_3_1 {
	background-image: url(../image/sub_4_2_banner_pic_1.jpg);
	width: 100%;
	height: 430px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.black_1_bg {
	background-color: #363636;
}

.black_2_bg {
	background-color: #4a4a4a;
}

.black_3_bg {
	background-color: #5e5e5e;
}

.black_4_bg {
	background-color: #727272;
}

.four_box_1 {
	float: left;
	width: 25%;
	height: 220px;
	margin-bottom: 10%;
}

.sub_4_check_box_1 {
	background-color: #cecece;
	width: 94%;
	padding: 3%;
	margin-bottom: 15%;
}

/*sub_4_3*/


/*sub_4_4*/

.pic_banner4_4_1 {
	background-image: url(../image/sub_4_4_banner_pic.jpg);
	width: 100%;
	height: 430px;
	display: flex;
	align-items: center;
	justify-content: center;
}


/*sub_4_4*/

/*sub_5_1*/

.banner_article_5 {
	width: 100%;
	height: 400px;
	background-image: url(../image/sub_banner_5.jpg);
	background-position: center 0;
	background-size: 1900px;
	display: flex;
	flex-direction: row;
	align-items: center;
	background-attachment: fixed;
}

.bg_gray {
	width: 94%;
	background-color: #f9f9f9;
	padding: 3%;
}

.white_box {
	width: 100%;
	background-color: #fff;
	margin-bottom: 3%;
}

.white_box:last-child {
	margin-bottom: 0;
}

.white_box * {
	font-family: 'Nanum Gothic', sans-serif;
}

.padding_box {
	padding: 2%;
}

.red_border {
	width: 145px;
	background-color: #e43a42;
	border-radius: 140px;
	padding: 1%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	float: left;
}

.title_text_white_box {
	float: left;
	padding: 1.1%;
	font-size: 16px;
	font-weight: bold;
}

.white_box_hr {
	border: 0;
	border-top: 1px solid #f9f9f9;
}

.white_left {
	width: 65%;
	height: 234px;
}

.white_right {
	width: 33%;
}

.white_right > img {
	width: 100%;
}

.posi_re {
	position: relative;
	width: 100%;
	display: block;
}

.top_icon {
	position: absolute;
	left: 0;
	top: 0;
}

.bot_icon {
	position: absolute;
	right: 0;
	bottom: 0;
}

.white_content_text {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*sub_5_1*/

/*sub_6_1*/

.banner_article_6 {
	width: 100%;
	height: 400px;
	background-image: url(../image/sub_banner_6.jpg);
	background-position: center 0;
	background-size: 1900px;
	display: flex;
	align-items: center;
	background-attachment: fixed;
}
.sub_6_title_box{
	float: left;
	width: 50%;
}
.sub_6_title {
	font-size: 30px;
	font-weight: 600;
	color:#ac2b31;
}

.sub_6_pic {
	width: 48%;
	margin: 0 auto;
	float: right;
}

.sub_6_pic > img {
	width: 100%;
}

.sub_6_text {
	margin: 3% 0 2%;
	text-align: left;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: bold;
}
.sub_6_text > .juhang{
	font-weight: bold;
}
.sub_6_text .bold{
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: 700;
	color:#333;
}
.sub_6_title_box_1{
	float: right;
	width: 50%;
}
.sub_6_pic_1 > img {
	width: 100%;
}
.sub_6_pic_1 {
	width: 48%;
	margin: 0 auto;
	float: left;
}

.sub_6_text_sub {
	font-size: 16px;
	text-align: left;
	color: #333;
	/* font-family: 'Nanum Gothic', sans-serif; */
	font-weight: 700;
	margin-top: 32px;
}

.sub_6_title_sub{
	font-size:30px;
	text-align: center;
	font-weight: 600;
	color:#333;
	margin: 6% 0 4%;
}
.check_line{
	overflow: hidden;
}
.check_img_3{
	float: left;
}
.check_box_text_3{
	font-family: 'Nanum Gothic', sans-serif;
	font-weight: bold;
	float: left;
	color:#555555;
	margin-left:10px;
}
.check_box{
	float:left;
	margin-right: 5%;
	padding:0 0 2%;
}
.check_box:last-child{
	margin-right: 0;
}
.check_box_text_solo {
    font-family: 'Nanum Gothic', sans-serif;
    font-weight: bold;
    color: #555555;
	text-align: center;
	font-size:16px;
	line-height: 28px;
}
.check_box_text_solo > .juhang{
	font-weight: bold;
}
/*sub_6_1*/

.tb_title{
	font-size:30px;
	font-weight: bold;
	margin-bottom: 5%;
}
.new_title_tb{
	width: 100%;
	border-collapse:collapse;
	margin-bottom:50px;
}

.new_title_tb tr td{
    background:#fff;
    text-align: center;
    font-size: 12px;
    padding:8px 4px;
    border:1px solid #ddd;
}
.back_gr td {
  background: #f4f4f4 !important;
  font-size: 14px !important;
}

.new_td{
	border: 1px solid #e1e1e1;
	padding: 0.5%;
	font-size:14px;
text-align: center;
}
.new_title_td{
	border: 1px solid #e1e1e1;
	padding: 0.5%;
	font-size:16px;
	text-align: center;
	background-color:#f7f7f7;
}
.new_sub_title_text{
	font-size: 20px;
margin: 0 auto 1%;
color: #555;
/* text-align: center; */
width: 700px;
}
.new_sub_title_small{
	font-size: 16px;
	margin: 0 0 12%;
	color: #999999;
	text-align: left;
	line-height: 24px;
	width: 510px;
	margin-left: 341px;
}
.border_box{
	border: 1px solid #e1e1e1;
	margin:5% 0;
	background-color:#fff;
}
.new_sub_title_small_1{
	font-size: 16px;
	margin: 0 0 2%;
	color: #999999;
	text-align: left;
	line-height: 24px;
	width: 700px;
	margin: 0 auto 3%;
}
.article_border{
	border-top:1px solid #e1e1e1;
	padding-top: 5%;
	background-color:#fff;
	margin-top:5%;
}

.six_box_new{
	overflow: hidden;
}
.six_box{
width: 16.6%;
float: left;
}
.seven_box{
width: 13.9%;
float: left;
}
.gray_circle{
	width: 35px;
height: 35px;
margin: 0 auto;
font-size: 12px;
background-color: #eee;
border-radius: 200px;
color: #717171;
font-weight: 900;
display: flex;
justify-content: center;
align-items: center;
font-family: 'Nanum Gothic', sans-serif;
}
.six_box_text{
	font-size:16px;
	color:#555555;
	text-align: center;
	margin-top:7%;
	line-height: 24px;
}
