@charset "utf-8";
@import url("common.css");

.pcbr {
	display: none !important;
}

.tbbr {
	display: block !important;
}

.mbbr {
	display: none !important;
}

.dn {
	display: none !important;
}


.sub_visual {
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 578px;
	margin: 0px auto 0;
	z-index: 10;
	overflow: hidden;
}

.sub_visual .bg {
	width: 100%;
	height: 100%;
}

.sub_visual .tit_wrap {
	position: absolute;
	top: 50%;
	left: 55%;
	width: 100%;
	max-width: 1520px;
	transform: translate(-50%, -50%);
}

.sub_visual .tit_wrap .sub_tit {
	display: none;
	font-family: 'Lexend';
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	letter-spacing: -0.025em;
}

.sub_visual .tit_wrap .sub_b_txt {
	display: block;
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	line-height: 1.6;
	margin-top: 36px;
}

.sub1 .bg {
	background: url(../images/sub_visual1.jpg) no-repeat center / cover;
}

.sub2 .bg {
	background: url(../images/sub_visual2.png) no-repeat center / cover;
}

.sub3 .bg {
	background: url(../images/sub_visual3.jpg) no-repeat center / cover;
}

.sub4 .bg {
	background: url(../images/sub_visual4.jpg) no-repeat center / cover;
}

.sub_tab {
	position: relative;
	width: 100%;
	margin-top: 0px;
	border-bottom: 1px solid #d9d9d9;
}

.sub_tab .inner {
	display: flex;
	width: 94%;
	max-width: 1480px;
	margin: 0 auto;
}

.sub_tab .inner>div {
	position: relative;
	margin-left: -1px;
}

.sub_tab .inner>div button.tab {
	position: relative;
	width: 200px;
	height: 68px;
	padding: 0 32px;
	font-size: 16px;
	font-weight: 500;
	color: #555;
	text-align: left;
	background: url(../images/tab_slide_icon.png) no-repeat center right 20px;
	transition: 0.3s;
}


.sub_tab .inner>div button.tab.on {
	background: url(../images/tab_slide_icon.png) no-repeat center right 20px;
	font-weight: 600;
	color: #3075f4;
	outline: none;
	border: none;
}

.sub_tab .inner>div button.tab.on:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	box-sizing: border-box;
}

.sub_tab .inner>.depth1 {
	border-right: 1px solid #d9d9d9;
}

.sub_tab .inner>.depth1>ul {
	position: absolute;
	top: 69px;
	left: 0;
	width: 100%;
	padding: 30px 31px;
	background: #fff;
	display: none;
	z-index: 1;
}

.sub_tab .inner>.depth1>ul>li {
	margin-bottom: 20px;
}

.sub_tab .inner>.depth1>ul>li:last-child {
	margin-bottom: 0;
}

.sub_tab .inner>.depth1>ul>li>a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	line-height: 1;
}

.sub_tab .inner>.depth1>ul>li>a:hover:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
}

.sub_tab .inner>.depth2 {
	width: 100%;
	margin-left: 0px;
}

.sub_tab .inner>.depth2>ul {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	padding: 0px 0px;
	background: #fff;
	z-index: 1;
	display: flex;
	align-items: center;
	height: 68px;
	padding: 0 50px;
}

.sub_tab .inner>.depth2>ul>li {
	margin-right: 60px;
	position: relative;
}

.sub_tab .inner>.depth2>ul>li:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 10px;
	background: #b4b4b4;
	top: 50%;
	right: -30px;
	transform: translateY(-50%);
}

.sub_tab .inner>.depth2>ul>li:last-child:before {
	width: 0;
}

.sub_tab .inner>.depth2>ul>li>a {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #444;
	line-height: 1;
}

.sub_tab .inner>.depth2>ul>li>a:hover:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
}

.sub_tab .inner>div.home {
	position: relative;
	padding-right: 0px;
	height: 68px;
	line-height: 68px;
	width: 70px;
	background: #1cc1dd;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sub_tab .inner>.depth2>ul>li.on>a {
	color: #1cc1dd;
	font-size: 17px;
}


button {
	background: inherit;
	border: none;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
	overflow: visible;
	cursor: pointer
}

/*m00*/
.m00 {
	width: 100%;
	margin: 155px auto 200px;
}

.m00 .sec_tit {
	text-align: center;
	margin: 0 auto;
}

.m00 .sec_tit strong {
	position: relative;
	display: inline-block;
	font-size: 40px;
	color: #111;
	line-height: 1.1;
	overflow: hidden;
}

.m00 .sec_tit .page_line {
	display: block;
	width: 42px;
	height: 1px;
	background: #000;
	margin: 30px auto 0;
}

.m00 .section {
	width: 100%;
	margin: 0 auto;
	max-width: 1920px;
	padding: 120px 0 0px;
}

.m00 .section .innerwrap {
	width: 94%;
	max-width: 1480px;
	margin: 0 auto;
}

.m00 .section .con_tit_wrap .con_tit {
	color: #111;
	font-weight: 700;
	font-size: 28px;
	position: relative;
	padding-left: 75px;
}

.m00 .section .con_tit_wrap .con_tit:before {
	position: absolute;
	content: "";
	width: 60px;
	height: 1px;
	background: #111;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
}

/* paging */
.m00 .paging {
	margin-top: 85px;
	text-align: center;
}

.m00 .paging a {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	background: #fff;
	font-family: "Montserrat";
	color: #999;
	font-size: 18px;
	line-height: 40px;
}

.m00 .paging strong {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	border: 1px solid #000;
	border-radius: 50%;
	background: #000;
	font-family: "Montserrat";
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	font-weight: 400;
}

.m00 .paging .first {
	width: 42px;
	height: 40px;
	background: url(/images/common/page_first.jpg) no-repeat center;
	border: 0;
	margin-right: 30px;
}

.m00 .paging .prev {
	width: 42px;
	height: 40px;
	background: url(/images/common/page_prev.jpg) no-repeat center;
	border: 0;
	margin-right: 50px;
}

.m00 .paging .next {
	width: 42px;
	height: 40px;
	background: url(/images/common/page_prev.jpg) no-repeat center;
	border: 0;
	margin-left: 50px;
	transform: rotate(180deg);
}

.m00 .paging .last {
	width: 42px;
	height: 40px;
	background: url(/images/common/page_first.jpg) no-repeat center;
	border: 0;
	margin-left: 30px;
	transform: rotate(180deg);
}

/* m11 ȸ��Ұ� */
.m11 {
	margin-bottom: 0px;
}

.m11 .main_title_wrap {
	width: 100%;
	padding: 93px 0;
	text-align: center;
}

.m11 .main_title_wrap .main_title {
	font-family: 'Play', sans-serif;
	font-size: 50px;
	font-weight: 700;
	color: #000;
	margin-bottom: 30px;
}

.m11 .main_title_wrap .main_txt {
	font-size: 18px;
	color: #444;
	line-height: 1.8;
	font-weight: 400;
	padding: 0 50px;
}

.m11 .section1 {
	width: 100%;
	padding: 0px;
	height: 1300px;
	background: url('../images/m11_sec1_bg.png')no-repeat center/cover;
	/* display:grid;place-items:center; */
}

.m11 .section1 .innerwrap {
	padding: 180px 0 160px;
}

.m11 .section1 .innerwrap .item_container {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
	grid-template-areas:
		"item1 item2 item3 item4"
		"item5 item6 item6 item4"
		"item7 item7 item8 item9";
	gap: 12px;
}

.m11 .section1 .innerwrap .item_container .item {
	display: grid;
	place-items: center;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 8px;
}

.m11 .section1 .innerwrap .item_container .item1 {
	grid-area: item1;
}

.m11 .section1 .innerwrap .item_container .item2 {
	grid-area: item2;
}

.m11 .section1 .innerwrap .item_container .item3 {
	grid-area: item3;
}

.m11 .section1 .innerwrap .item_container .item4 {
	grid-area: item4;
}

.m11 .section1 .innerwrap .item_container .item5 {
	grid-area: item5;
}

.m11 .section1 .innerwrap .item_container .item6 {
	grid-area: item6;
}

.m11 .section1 .innerwrap .item_container .item7 {
	grid-area: item7;
}

.m11 .section1 .innerwrap .item_container .item8 {
	grid-area: item8;
}

.m11 .section1 .innerwrap .item_container .item9 {
	grid-area: item9;
}

.m11 .section1 .innerwrap .item_container .item .item_inner {
	display: flex;
	justify-conten: center;
	align-items: center;
	flex-direction: column;
}

.m11 .section1 .innerwrap .item_container .item .item_inner .icon {
	margin-bottom: 20px;
}

.m11 .section1 .innerwrap .item_container .item .item_inner .s_tit {
	font-size: 18px;
	font-weight: 400;
	color: #222;
	margin-bottom: 12px;
	text-align: center;
}

.m11 .section1 .innerwrap .item_container .item .item_inner .tit {
	font-size: 20px;
	font-weight: 700;
	color: #111;
	text-align: center;
}

.m11 .section1 .innerwrap .item_container .item .item_inner .tit_list {
	width: 100%;
}

.m11 .section1 .innerwrap .item_container .item .item_inner .tit_list>li {
	text-align: center;
	margin-bottom: 18px;
}

.m11 .section1 .innerwrap .item_container .item .item_inner .tit_list>li b {
	color: #111;
	font-size: 16px;
	line-height: 1.6;
	position: relative;
}

.m11 .section1 .innerwrap .item_container .item .item_inner .tit_list>li b:before {
	position: absolute;
	width: 4px;
	height: 4px;
	border: 2px solid #1cc1dd;
	top: 11px;
	left: -15px;
	content: "";
}

.m11 .section1 .innerwrap .item_container .item .item_inner .tit_list>li b .line {
	position: relative;
	display: inline-block;
}

.m11 .section1 .innerwrap .item_container .item .item_inner .tit_list>li b .line:before {
	position: absolute;
	width: 100%;
	height: 2px;
	background: #111;
	content: "";
	bottom: 5px;
	left: 0;
	margin-right: 1px;
}


.m11 .section2 {
	background: url(../images/m11_bottom_bg.png) no-repeat 0% 122%;
	padding-bottom: 200px;
}

.m11 .section2 .sec_tit {
	margin-bottom: 93px;
}



.m11 .section2 .innerwrap .img {
	position: relative;
	width: 100%;
	height: 521px;
	margin-bottom: 70px;
}

.m11 .section2 .innerwrap .img>span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.m11 .section2 .innerwrap .contents {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.m11 .section2 .innerwrap .contents .sub_title {
	width: 100%;
	font-size: 45px;
	font-weight: 700;
	color: #000;
	line-height: 1.3;
	margin-bottom: 50px;
}

.m11 .section2 .innerwrap .contents .cont_txt_wrap {
	width: 85%;
}

.m11 .section2 .innerwrap .contents .cont_txt_wrap .cont_txt {
	margin-bottom: 80px;
}

.m11 .section2 .innerwrap .contents .cont_txt_wrap .cont_txt .txt {
	color: #222;
	font-size: 17px;
	margin-bottom: 20px;
	line-height: 1.8;
}

.m11 .section2 .innerwrap .contents .cont_txt_wrap .name_wrap {
	display: flex;
	align-items: end;
}

.m11 .section2 .innerwrap .contents .cont_txt_wrap .name_wrap .s_name {
	color: #222;
	font-size: 18px;
	line-height: 1.8;
	margin-right: 20px;
}

.m11 .section2 .innerwrap .contents .cont_txt_wrap .name_wrap .name {
	color: #222;
	font-size: 24px;
	font-weight: 700;
}

/*m12�濵ö��*/
.m12 {
	margin-bottom: 0px;
}

.m12 {
	margin-bottom: 0px;
}

.m12 .main_title_wrap {
	width: 100%;
	padding: 108px 0 0px;
	text-align: center;
}

.m12 .main_title_wrap .main_title {
	font-size: 54px;
	font-weight: 700;
	color: #000;
	margin-bottom: 35px;
}

.m12 .main_title_wrap .main_txt {
	font-size: 22px;
	color: #636363;
	line-height: 1.8;
	font-weight: 400;
}

.m12 .section1 {
	width: 100%;
	padding: 0px;
	height: 1000px;
	background: url('../images/m12_sec_bg.jpg')no-repeat center;
	/* display:grid;place-items:center; */
}

.m12 .section1 .innerwrap {
	padding: 200px 0;
	display: flex;
	justify-content: center;
}

.m12 .section1 .innerwrap .diagram {
	background: url('../images/m12_diagram_bg.png')no-repeat center;
	width: 926px;
	height: 525px;
	margin-top: 70px;
	position: relative;
}

.m12 .section1 .innerwrap .diagram .dot {
	position: absolute;
	display: inline-block;
	top: 0px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: #1cc1dd;
	z-index: 10;
}

.m12 .section1 .innerwrap .diagram .dot1 {
	top: 33.8px;
	left: 30.5%;
}

.m12 .section1 .innerwrap .diagram .dot2 {
	top: 33%;
	left: 49.6%;
}

.m12 .section1 .innerwrap .diagram .dot3 {
	top: 33.8px;
	left: 68.3%;
}


.m12 .section1 .innerwrap .diagram .circle_tit_wrap {
	position: absolute;
	background: #f8f8f8;
	border: 1px solid #d8d7d8;
	border-radius: 50%;
	width: 355.6px;
	height: 355.6px;
	top: 0%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
}

.m12 .section1 .innerwrap .diagram .circle_tit_wrap .incircle {
	background: #fff;
	border: 1px solid #d8d7d8;
	border-radius: 50%;
	width: 316.18px;
	height: 316.18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.m12 .section1 .innerwrap .diagram .circle_tit_wrap .incircle .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.m12 .section1 .innerwrap .diagram .circle_tit_wrap .incircle .inner .tit {
	margin-bottom: 20px;
}

.m12 .section1 .innerwrap .diagram .circle_tit_wrap .incircle .inner .sm_tit {
	color: #222;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
}

.m12 .section1 .innerwrap .diagram .circle_list_wrap {
	position: absolute;
	top: 58%;
	left: -8%;
}

.m12 .section1 .innerwrap .diagram .circle_list_wrap .circle_list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.m12 .section1 .innerwrap .diagram .circle_list_wrap .circle_list .circle {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 270px;
	height: 270px;
	border-radius: 50%;
	margin-right: 132px;
	position: relative;
}

.m12 .section1 .innerwrap .diagram .circle_list_wrap .circle_list .circle:before {
	position: absolute;
	content: "";
	top: -7px;
	left: 50.5%;
	transform: translateX(-50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: #15c5c7;
}

.m12 .section1 .innerwrap .diagram .circle_list_wrap .circle_list .circle2:before {
	background: #0fb1d5;
}

.m12 .section1 .innerwrap .diagram .circle_list_wrap .circle_list .circle3:before {
	background: #318cc6;
	top: -7px;
	left: 53%;
}

.m12 .section1 .innerwrap .diagram .circle_list_wrap .circle_list .circle1 {
	background: #15c5c7;
}

.m12 .section1 .innerwrap .diagram .circle_list_wrap .circle_list .circle2 {
	background: #0fb1d5;
}

.m12 .section1 .innerwrap .diagram .circle_list_wrap .circle_list .circle3 {
	background: #318cc6;
	margin-right: 0;
}

.m12 .section1 .innerwrap .diagram .circle_list_wrap .circle_list .circle .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.m12 .section1 .innerwrap .diagram .circle_list_wrap .circle_list .circle .inner .icon {
	margin-bottom: 12px;
}

.m12 .section1 .innerwrap .diagram .circle_list_wrap .circle_list .circle .inner .icon_tit {
	margin-bottom: 10px;
	font-family: 'Heebo', sans-serif;
	font-weight: 800;
	font-size: 28px;
	color: #fff;
}

.m12 .section1 .innerwrap .diagram .circle_list_wrap .circle_list .circle .inner .sub_tit {
	font-weight: 300;
	font-size: 18px;
	color: #fff;
}

/*m13 ����*/
.m13 {
	/* margin-bottom: 0; */
}

.m13 .img {
	width: 100%;
	height: 469px;
	overflow: hidden;
	margin-top: 110px;
}

.m13 .img span {
	display: block;
	width: 100%;
	height: 100%;
}

.m13 .section {
	padding-top: 200px;
}

.m13 .history_wrap {
	width: 100%;
}

.m13 .history_wrap .history {
	width: 100%;
	position: relative;
	margin-bottom: 200px;
}

.m13 .history_wrap .history .year {
	position: absolute;
	font-family: 'Heebo', sans-serif;
	font-size: 120px;
	font-weight: 700;
	color: #1cc1dd;
	top: -35px;
	z-index: 10;
}

.m13 .history_wrap .history .h_inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 85px;
	position: relative;
}

.m13 .history_wrap .history .h_inner:before {
	position: absolute;
	content: "";
	width: 70%;
	height: 1px;
	top: 98px;
	background: rgba(0, 0, 0, 0.2);
	z-index: -1;
}

.m13 .history_wrap .history .h_inner .img_wrap {
	width: 40%;
	margin-right: 32px;
}

.m13 .history_wrap .history .h_inner .img_wrap .img_tit {
	color: rgba(0, 0, 0, 0.7);
	font-size: 18px;
	font-weight: 400;
	z-index: 20;
	padding-left: 20px;
}

.m13 .history_wrap .history .h_inner .img_wrap .h_img {
	width: 375px;
	height: 250px;
	margin-bottom: 26px;
}

.m13 .history_wrap .history .h_inner .img_wrap .h_img>span {
	display: block;
	width: 100%;
	height: 100%;
}

.m13 .history_wrap .history .h_inner .content_list {
	width: 42%;
	padding-top: 112px;
}

.m13 .history_wrap .history .h_inner .content_list dl {
	margin-bottom: 20px;
	display: flex;
}

.m13 .history_wrap .history .h_inner .content_list dl dt {
	color: #000;
	font-size: 17px;
	font-weight: 600;
	font-family: 'Heebo', sans-serif;
	margin-right: 20px;
}

.m13 .history_wrap .history .h_inner .content_list dl dd {
	color: #222;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.8;
	transform: translateY(-2px);
}

.m13 .history_wrap .history .h_inner .cert_list {
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.m13 .history_wrap .history .h_inner .cert_list>li {
	width: 170px;
	margin: 0 20px;
	box-sizing: border-box;
}

.m13 .history_wrap .history .h_inner .cert_list>li.bd {
	border: 1px solid #d9d9d9;
}

.m13 .history_wrap .history .h_inner .cert_list.noflex>li {
	border: 1px solid #d9d9d9;
}

.m13 .history_wrap .history.right .year {
	left: 0;
}

.m13 .history_wrap .history.left .year {
	left: 0;
}

.m13 .history_wrap .history.left .h_inner:before {
	left: 30%;
}

.m13 .history_wrap .history.right .h_inner:before {
	right: 30%;
}

.m13 .history_wrap .history.right .h_inner .img_wrap {
	margin-right: 0;
	margin-left: 75px;
}

.m13 .history_wrap .history.right .h_inner {
	flex-direction: row-reverse;
}

.m13 .history_wrap .history.right .h_inner .img_wrap .img_tit {
	text-align: right;
	padding-right: 15px;
	padding-left: 0;
}

.m13 .history_wrap .history .h_inner .content_list.right dl {
	flex-direction: row-reverse;
}

.m13 .history_wrap .history .h_inner .content_list.right dl dt {
	margin-right: 0;
	margin-left: 25px;
}

.m13 .history_wrap .history .h_inner .content_list.right dl dd {
	text-align: right;
}

/*m14 ����� �Ұ�*/
.m14 {}

.m14 .mapbg {
	background: url(../images/m14_map_bg.jpg)no-repeat center / cover;
	width: 100%;
	height: 585px;
	position: relative;
}

.m14 .section1 {
	margin-top: 120px;
}

.m14 .section1 .innerwrap {
	width: 100%;
	height: 100%;
}

.m14 .pin_list {
	position: relative;
	width: 100%;
	height: 100%;
}

.m14 .pin_list .pin {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.m14 .pin_list .pin1 {
	top: 178px;
	left: 36.25%;
}

.m14 .pin_list .pin2 {
	top: 347px;
	left: 30%;
}

.m14 .pin_list .pin .pin_tit {
	position: relative;
	padding-left: 40px;
	margin-bottom: 50px;
}

.m14 .pin_list .pin .pin_tit:before {
	position: absolute;
	width: 30px;
	height: 20px;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: url(../images/m14_korea_icon.png)no-repeat center;
}

.m14 .pin_list .pin2 .pin_tit {
	margin-bottom: 0;
	margin-top: 50px;
}

.m14 .pin_list .pin2 .pin_tit:before {
	background: url(../images/m14_vietnam_icon.jpg)no-repeat center;
}

.m14 .pin_list .pin .pin_tit .name {
	position: relative;
	;
	font-size: 20px;
	font-weight: 600;
	color: #222;
	padding-right: 20px;
}

.m14 .pin_list .pin .pin_tit .name:before {
	position: absolute;
	width: 1px;
	height: 53%;
	background: #a8a9aa;
	content: "";
	top: 9px;
	right: 11%;
}

.m14 .pin_list .pin .pin_tit .company {
	font-size: 18px;
	font-weight: 400;
	color: #222;
}

.m14 .pin_list .pin>button {
	position: relative;
	width: 10px;
	height: 10px;
	background: #1cc1dd;
	border-radius: 50%;
}

.m14 .pin_list .pin>button>.circle {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #1cc1dd;
}

.m14 .pin_list .pin>button>.circle1 {
	animation: wave 3s ease-in infinite 0s;
}

.m14 .pin_list .pin>button>.circle2 {
	animation: wave 3s ease-in infinite 0.5s;
}

.m14 .pin_list .pin>button>.circle3 {
	animation: wave 3s ease-in infinite 1.0s;
}

.m14 .pin_list .pin>button>.circle4 {
	animation: wave 3s ease-in infinite 1.5s;
}

@keyframes wave {
	0% {
		opacity: 0.8;
		width: 10px;
		height: 10px;
	}

	100% {
		opacity: 0.2;
		width: 800%;
		height: 800%;
	}
}

.m14 .section2 {
	padding-top: 20px;
}

.m14 .section2 .con {
	padding: 40px 0;
	border-bottom: 1px solid #e5e5e5;
	cursor: pointer;
}

.m14 .section2 .con .cont_wrap {
	display: flex;
	justify-content: flex-start;
	/* align-items: center; */
	position: relative;
}

.m14 .section2 .con .cont_wrap .main_img {
	width: 45%;
	margin-right: 45px;
}

.m14 .section2 .con .cont_wrap .txtwrap {
	width: 55%;
}

.m14 .section2 .con .cont_wrap .txtwrap .tit {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 50px;
}

.m14 .section2 .con .cont_wrap .txtwrap .tit .country_img {
	margin-right: 30px;
}

.m14 .section2 .con .cont_wrap .txtwrap .tit .right_tit {
	display: flex;
	justify-content: center;
	align-items: start;
	flex-direction: column;
}

.m14 .section2 .con .cont_wrap .txtwrap .tit .right_tit .country {
	color: #1cc1dd;
	font-size: 12px;
	font-weight: 600;
}

.m14 .section2 .con .cont_wrap .txtwrap .tit .right_tit .corp_name {
	color: #222;
	font-size: 20px;
	font-weight: 700;
}

.m14 .section2 .con .cont_wrap .txtwrap .info {
	margin-top: 25px;
}

.m14 .section2 .con .cont_wrap .txtwrap .info li {
	margin-bottom: 12px;
	color: #222;
	font-size: 16px;
	padding-left: 18px;
	position: relative;
}

.m14 .section2 .con .cont_wrap .txtwrap .info li:before {
	position: absolute;
	content: "";
	width: 14px;
	height: 19px;
	top: 0;
	left: 0;
	transform: translate(-50%);
	background: url(../images/m14_address_icon.png)no-repeat center;
}

.m14 .section2 .con .cont_wrap .txtwrap .info li:nth-child(2):before {
	width: 16px;
	height: 16px;
	background: url(../images/m14_tel_icon.png)no-repeat center;
}

.m14 .section2 .con .cont_wrap .map_button {
	position: absolute;
	bottom: 0;
	right: 0;
}

.m14 .section2 .con .cont_wrap .map_button>button {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #1cc1dd;
}

.m14 .section2 .con .cont_wrap .map_button>button>img {
	transform: scale(0.9);
}

.m14 .section2 .con .map {
	margin-top: 40px;
	display: none;
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 19.25%;
}

.m14 .section2 .con .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.m14 .section2 .con .map.on {
	display: block;
}


/*m21 �����*/
.m21 {
	margin: 155px 0 0;
}

.m21 .sec_tit {
	margin-bottom: 120px;
}

.m21 .section {
	padding: 85px 0 100px;
}

.m21 .section1,
.m21 .section3 {
	background: #f7f7f7;
}


.m21 .section .innerwrap .conwrap .txtwrap {
	min-height: 20vh;
	margin-top: 30px;
}

.m21 .section .innerwrap .conwrap .txtwrap .tit {
	font-size: 24px;
	color: #111;
	font-weight: 700;
	line-height: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #c6c6c6;
}

.m21 .section .innerwrap .conwrap .txtwrap .list_wrap {
	width: 100%;
	padding-top: 24px;
}

.m21 .section .innerwrap .conwrap .txtwrap .list_wrap .list {}

.m21 .section .innerwrap .conwrap .txtwrap .list_wrap .list>li {
	font-weight: 300;
	color: rgba(34, 34, 34, 0.8);
	margin-bottom: 20px;
	font-size: 16px;
	position: relative;
	padding-left: 20px;
}

.m21 .section .innerwrap .conwrap .txtwrap .list_wrap .list>li:before {
	position: absolute;
	width: 4px;
	height: 4px;
	border: 2px solid #1cc1dd;
	content: "";
	top: 10px;
	left: 0;
}

.m21 .section1 .innerwrap .conwrap .img_container {
	background: #f7f7f7;
	/* border:1px solid #dadada; */
	width: 100%;
	padding: 40px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.m21 .section1 .innerwrap .conwrap .img_container>.img_wrap {
	width: 40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #fff;
	border: 1px solid #dadada;
	/* border-radius:10px; */
}

.m21 .section1 .innerwrap .conwrap .img_container>.img_wrap .img_box {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #dadada;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.m21 .section1 .innerwrap .conwrap .img_container>.img_wrap .img_tit {
	padding: 30px 0;
	font-size: 20px;
	color: #000;
	font-weight: 500;
}

.m21 .section1 .innerwrap .conwrap .img_container>.arrow_wrap {
	width: 11%;
}

.m21 .section1 .innerwrap .conwrap .img_container>.arrow_wrap .arr_inner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.m21 .section1 .innerwrap .conwrap .img_container>.arrow_wrap .arr_inner .arr_tit {
	font-size: 17px;
	color: #000;
	font-weight: 500;
	margin-bottom: 18px;
}

.m21 .section1 .innerwrap .conwrap .img_container>.arrow_wrap .arr_inner .arr_img {}

.m21 .section1 .innerwrap .conwrap .img_container .list_container {
	width: 40%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.m21 .section1 .innerwrap .conwrap .img_container .list_container>.img_wrap {
	width: 45%;
	margin-right: 18px;
	margin-bottom: 18px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #fff;
	border: 1px solid #dadada;
	/* border-radius:10px; */
}

.m21 .section1 .innerwrap .conwrap .img_container .list_container>.img_wrap3,
.m21 .section1 .innerwrap .conwrap .img_container .list_container>.img_wrap5
{
margin-right: 0;
}

.m21 .section1 .innerwrap .conwrap .img_container .list_container>.img_wrap .img_box {
	width: 100%;
	padding: 18px 0;
	border-bottom: 1px solid #dadada;
	display: flex;
	justify-content: center;
	align-items: center;
}

.m21 .section1 .innerwrap .conwrap .img_container .list_container>.img_wrap .img_tit {
	padding: 10px 0;
	font-size: 18px;
	color: #000;
	font-weight: 500;
}


.m21 .section2 .innerwrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.m21 .section2 .innerwrap .conwrap {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.m21 .section2 .innerwrap .conwrap .img {
	margin-right: 20px;
}

.m21 .section2 .innerwrap .conwrap .txtwrap {
	padding-left: 25px;
	width: 65%;
	box-sizing: border-box;
}

.m21 .section2 .innerwrap .conwrap .txtwrap1 .list_wrap .list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.m21 .section2 .innerwrap .conwrap .txtwrap1 .list_wrap .list>li {
	width: 45%;
}

.m21 .section3 .innerwrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.m21 .section3 .innerwrap .conwrap {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
}

.m21 .section3 .innerwrap .conwrap .img {
	margin-left: 20px;
}

.m21 .section3 .innerwrap .conwrap .txtwrap {
	padding-right: 25px;
	width: 65%;
	box-sizing: border-box;
}

.m21 .section3 .innerwrap .conwrap .txtwrap .tit {
	text-align: right;
}

.m21 .section3 .innerwrap .conwrap .txtwrap .list_wrap {
	text-align: right;
}

.m21 .section3 .innerwrap .conwrap .txtwrap .list_wrap .list>li {
	padding-left: 0;
	padding-right: 20px;
}

.m21 .section3 .innerwrap .conwrap .txtwrap .list_wrap .list>li:before {
	left: calc(100% - 8px);
}

.m21 .section4 .innerwrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.m21 .section4 .innerwrap .conwrap {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: start;
}

.m21 .section4 .innerwrap .conwrap .cert_list {
	display: flex;
	flex-direction: column;
	width: 60%;
}

.m21 .section4 .innerwrap .conwrap .cert_list .img_wrap {
	width: 100%;
	margin-bottom: 50px;
	background: #fff;
	border: 1px solid #dadada;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.m21 .section4 .innerwrap .conwrap .cert_list .img_wrap .img_tit {
	padding: 20px 0;
	font-size: 20px;
	color: #000;
	font-weight: 500;
	text-align: center;
}

.m21 .section4 .innerwrap .conwrap .cert_list .img_wrap .img_list {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #dadada;
}

.m21 .section4 .innerwrap .conwrap .cert_list .img_wrap .img_list>li {
	margin-right: 25px;
}

.m21 .section4 .innerwrap .conwrap .cert_list .img_wrap .img_list>li:last-child {
	margin-right: 0;
}

.m21 .section4 .innerwrap .conwrap .cert_list .img_wrap8 {
	width: 52%;
}

.m21 .section4 .innerwrap .conwrap .txtwrap {
	padding-left: 40px;
	width: 40%;
	box-sizing: border-box;
}

/*�����*/
.m22 {
	margin-bottom: 0;
}

.m22 .tab_wrap {
	width: 100%;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 10px;
	padding-top: 120px;
	transition: width 0.5s ease;
}

.m22 .tab_wrap.fix {
	width: 100%;
	border-bottom: 1px solid #d2d2d2;
	padding: 30px 0 10px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background: #fff;
	transition: width 0.5s ease;
}

.m22 .tab_wrap .tab_list {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.m22 .tab_wrap .tab_list>li {
	width: 230px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.m22 .tab_wrap .tab_list>li:before {
	position: absolute;
	width: 1px;
	height: 10px;
	content: "";
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #b4b4b4;
}

.m22 .tab_wrap .tab_list>li:last-child:before {
	width: 0;
}

.m22 .tab_wrap .tab_list>li>button {
	font-size: 17px;
	color: #444;
	font-weight: 400;
	position: relative;
	transition: all 0.5s ease;
}

.m22 .tab_wrap .tab_list>li>button:before {
	position: absolute;
	content: "";
	background: #1cc1dd;
	width: 0%;
	height: 3px;
	bottom: -10px;
	left: 0;
	transition: all 0.5s ease;
}

.m22 .tab_wrap .tab_list>li.on>button {
	font-size: 20px;
	color: #1cc1dd;
	font-weight: 500;
	transition: all 0.5s ease;
}

.m22 .tab_wrap .tab_list>li.on>button:before {
	width: 100%;
	transition: all 0.5s ease;
}

.m22 .section {
	background: #f7f7f7;
	padding-bottom: 120px;
}

.m22 .section .innerwrap {
	padding-top: 100px;
}

.m22 .section .innerwrap .con {
	margin-bottom: 160px;
}

.m22 .section .innerwrap .con .con_tit {
	font-size: 28px;
	color: #111;
	font-weight: 700;
	padding-left: 75px;
	position: relative;
	margin-bottom: 50px;
}

.m22 .section .innerwrap .con .con_tit:before {
	position: absolute;
	width: 65px;
	height: 1px;
	content: "";
	background: #111;
	opacity: 0.9;
	top: 50%;
	transform: translateY(50%);
	left: 0;
}

.m22 .section .innerwrap .con .video_container {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

.m22 .section .innerwrap .con .video_container .video_wrap {
	position: relative;
	width: 100%;
	height: 0px;
	border-radius: 17px;
	overflow: hidden;
	padding-bottom: 56.25%;
}

.m22 .section .innerwrap .con .video_container .video_wrap .video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}






/* m31 ä��ȳ� */
.m31 {
	margin: 200px auto 0px;
}

.m31 .section1 {
	background: #f7f7f7;
	padding: 80px 0 200px;
	margin-top: 210px;
	position: relative;
}

.m31 .section .con_tit_wrap {
	position: absolute;
	top: -90px;
	left: 45px;
}

.m31 .section .conwrap {
	width: 100%;
}

.m31 .section .conwrap .list_wrap {
	border-top: 1px solid #c8c8c8;
	margin-bottom: 70px;
}

.m31 .section .conwrap .list_wrap .list {
	border-bottom: 1px solid #c8c8c8;
	display: flex;
	flex-direction: column;
}

.m31 .section .conwrap .list_wrap .list .list_tit {
	padding: 55px 20px 0px 20px;
	display: flex;
	align-items: center;
	margin-right: 100px;
}

.m31 .section .conwrap .list_wrap .list .list_tit .num {
	font-family: 'Play', sans-serif;
	font-weight: 700;
	color: #1cc1dd;
	margin-right: 28px;
	font-size: 27px;
}

.m31 .section .conwrap .list_wrap .list .list_tit .tit {
	font-weight: 700;
	color: #000;
	font-size: 24px;
}

.m31 .section .conwrap .list_wrap .list .list_cont {
	padding: 25px 0 50px 20px;
}

.m31 .section .conwrap .list_wrap .list .list_cont ul {}

.m31 .section .conwrap .list_wrap .list .list_cont ul>li {
	color: #222;
	font-size: 18px;
	margin-bottom: 15px;
	padding-left: 17px;
	position: relative;
	font-weight: 300;
}

.m31 .section .conwrap .list_wrap .list .list_cont ul>li:last-child {
	margin-bottom: 0px;
}

.m31 .section .conwrap .list_wrap .list .list_cont ul>li:before {
	position: absolute;
	width: 4px;
	height: 4px;
	border: 2px solid #1cc1dd;
	top: 55%;
	left: 0;
	content: "";
	transform: translateY(-50%);
}

.m31 .section .conwrap .list_wrap .list .list_cont .circle_list {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.m31 .section .conwrap .list_wrap .list .list_cont .circle_list .next {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 21px;
}

.m31 .section .conwrap .list_wrap .list .list_cont .circle_list .circle {
	width: 217.37px;
	height: 217.37px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.m31 .section .conwrap .list_wrap .list .list_cont .circle_list .circle1 {
	background: #3cced0;
}

.m31 .section .conwrap .list_wrap .list .list_cont .circle_list .circle2 {
	background: #37c4d9;
}

.m31 .section .conwrap .list_wrap .list .list_cont .circle_list .circle3 {
	background: #3cb7da;
}

.m31 .section .conwrap .list_wrap .list .list_cont .circle_list .circle4 {
	background: #539fcf;
}

.m31 .section .conwrap .list_wrap .list .list_cont .circle_list .circle .c_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.m31 .section .conwrap .list_wrap .list .list_cont .circle_list .circle .c_inner .step {
	font-family: 'Heebo', sans-serif;
	font-size: 18px;
	text-decoration: underline;
	margin-bottom: 27px;
	font-weight: 500;
}

.m31 .section .conwrap .list_wrap .list .list_cont .circle_list .circle .c_inner .icon {
	margin-bottom: 17px;
}

.m31 .section .conwrap .list_wrap .list .list_cont .circle_list .circle .c_inner .i_tit {
	font-weight: 700;
	font-size: 24px;
}

.m31 .section .conwrap .apply_btn_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}

.m31 .section .conwrap .apply_btn {
	overflow: hidden;
	position: relative;
	display: inline-block;
	width: 197px;
	height: 55px;
	background: #fafafa;
	border-radius: 27.5px;
	font-size: 16px;
	color: #2dc1dd;
	text-align: center;
	border: 1px solid #2dc1dd;
	font-weight: 600;
	line-height: 55px;
}

.apply_btn span {
	position: relative;
	z-index: 10;
}

.apply_btn:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: #2dc1dd;
	border-radius: 27.5px;
	position: absolute;
	left: -100%;
	top: 0;
	transition: all 0.5s;
	animation: more2 0.6s;
	animation-fill-mode: forwards;
}

.apply_btn:hover {
	color: #fff;
}

.apply_btn:hover span {
	color: #fff;
	transition: color 0.5s ease-in-out;
}

.apply_btn:hover:after {
	animation: more 0.5s;
	animation-fill-mode: forwards;
}

@keyframes more {
	0% {
		left: -100%;
	}

	100% {
		left: 0%;
	}
}

@keyframes more2 {
	0% {
		left: 0;
	}

	100% {
		left: 100%;
	}
}



/* m32 �����Ļ� */
.m32 {
	margin: 155px auto 0px;
}

.m32 .section1 {
	background: #f7f7f7;
	padding: 160px 0 200px;
	margin-top: 120px;
}

.m32 .section .con_tit_wrap {
	margin-bottom: 54px;
}

.m32 .section .innerwrap .conwrap {
	width: 100%;
}

.m32 .section .innerwrap .conwrap .icon_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.m32 .section .innerwrap .conwrap .icon_list>li {
	width: calc((100% - 65px) / 3);
	background: #fff;
	border: 1px solid #dfdfdf;
	margin-right: 25px;
	padding: 35px;
	box-sizing: border-box;
	margin-bottom: 25px;
}

.m32 .section .innerwrap .conwrap .icon_list>li:nth-child(3n) {
	margin-right: 0;
}

.m32 .section .innerwrap .conwrap .icon_list>li .tit_wrap {
	padding-bottom: 24px;
	border-bottom: 1px solid #dfdfdf;
}

.m32 .section .innerwrap .conwrap .icon_list>li .tit_wrap .icon {
	margin-bottom: 23px;
}

.m32 .section .innerwrap .conwrap .icon_list>li .tit_wrap .icon_tit {
	color: #111;
	font-size: 26px;
	font-weight: 600;
}

.m32 .section .innerwrap .conwrap .icon_list>li .txt_wrap {
	padding-top: 24px;
}

.m32 .section .innerwrap .conwrap .icon_list>li .txt_wrap .txt_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.m32 .section .innerwrap .conwrap .icon_list>li .txt_wrap .txt_list>li {
	color: #222;
	font-size: 18px;
	margin-bottom: 15px;
	padding-left: 17px;
	position: relative;
	margin-right: 30px;
	font-weight: 300;
}

.m32 .section .innerwrap .conwrap .icon_list>li .txt_wrap .txt_list>li:before {
	position: absolute;
	width: 4px;
	height: 4px;
	border: 2px solid #1cc1dd;
	top: 11px;
	left: 0;
	content: "";
}



.m32 .section2 .innerwrap .conwrap {
	position: relative;
	margin: 0 auto;
	max-width: 800px;
	margin-bottom: 200px;
}

.m32 .section2 .innerwrap .conwrap .gallery-main-box {
	padding: 0 0 10px;
}

.m32 .section2 .innerwrap .conwrap .gallery-main-box .swiper-slide .info-img {
	position: relative;
	padding: 0 0 62.5%;
	height: 0;
	box-sizing: border-box;
}

.m32 .section2 .innerwrap .conwrap .gallery-main-box .swiper-slide .info-img img {
	position: absolute;
}

.m32 .section2 .innerwrap .conwrap .gallery-main-box .swiper-pagination {
	bottom: 50px;
}

.m32 .section2 .innerwrap .conwrap .gallery-main-box .swiper-pagination-bullet {
	display: inline-block;
	opacity: 1;
	width: 6px;
	height: 6px;
	background-color: unset;
	border: 2px solid #fff;
	border-radius: 0;
	margin: 0px 6px;
}

.m32 .section2 .innerwrap .conwrap .gallery-main-box .swiper-pagination-bullet-active {
	background-color: #fff;
	border: 2px solid #1cc1dd;
}

.m32 .section2 .innerwrap .conwrap .control-wrap {
	position: absolute;
	top: 41%;
	left: 0;
	z-index: 20;
	width: 100%;
	box-sizing: border-box;
}

.m32 .section2 .innerwrap .conwrap .control-wrap>div {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	text-indent: -99999px;
	transform: translateY(-50%);
	cursor: pointer;
	opacity: 0.6;
}

.m32 .section2 .innerwrap .conwrap .control-wrap .swiper-gallery-prev {
	left: 0;
	background: url('../images/slider_prev.png') no-repeat center;
}

.m32 .section2 .innerwrap .conwrap .control-wrap .swiper-gallery-next {
	right: 0;
	background: url('../images/slider_next.png') no-repeat center;
}

.m32 .section2 .innerwrap .conwrap .gallery-thumb-box .swiper-slide {
	position: relative;
	cursor: pointer;
	width: calc((100% - 40px) / 5) !important;
}

.m32 .section2 .innerwrap .conwrap .gallery-thumb-box .swiper-slide:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.m32 .section2 .innerwrap .conwrap .gallery-thumb-box .swiper-slide.swiper-slide-active {
	position: relative;
}

.m32 .section2 .innerwrap .conwrap .gallery-thumb-box .swiper-slide.swiper-slide-active:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #1cc1dd;
	box-sizing: border-box;
}

.m32 .section2 .innerwrap .conwrap .gallery-thumb-box .swiper-slide.swiper-slide-active:before {
	display: none;
}

.m32 .section2 .innerwrap .conwrap .gallery-thumb-box .swiper-slide .info-img {
	position: relative;
	padding: 0 0 62.5%;
	height: 0;
	box-sizing: border-box;
}

.m32 .section2 .innerwrap .conwrap .gallery-thumb-box .swiper-slide .info-img img {
	position: absolute;
}

.object-fit img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width:768px) {
	.m32 .section2 .innerwrap .conwrap .gallery-main-box .control-wrap>div {
		width: 40px;
		height: 40px;
		background-size: 7px;
	}
}



/* board1 �������� */
.board1 {}

.board1 .board_list {
	width: 100%;
	border-top: 2px solid #000;
}

.board1 .board_list li {
	width: 100%;
	padding: 45px 50px;
	border-bottom: 1px solid #dddddd;
	box-sizing: border-box;
}

.board1 .board_list li .li_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.board1 .board_list li .li_inner .num_wrap {
	position: relative;
	width: 5%;
}

.board1 .board_list li .li_inner .num_wrap .num {
	color: #626262;
	font-size: 17px;
	font-family: 'Heebo', sans-serif;
	text-align: center;
}

.board1 .board_list li .li_inner .num_wrap .hover_img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}

.board1 .board_list li .li_inner .tit_wrap {
	cursor: pointer;
	width: 75%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.board1 .board_list li .li_inner .tit_wrap .cont_wrap {}

.board1 .board_list li .li_inner .tit_wrap .cont_wrap a {
	display: block;
	width: 100%;
}

.board1 .board_list li .li_inner .tit_wrap .cont_wrap .tit {
	font-size: 24px;
	color: #111;
	font-weight: 600;
	margin-bottom: 12.5px;
}

.board1 .board_list li .li_inner .tit_wrap .cont_wrap .txt {
	font-size: 18px;
	color: #222;
	font-weight: 400;
}

.board1 .board_list li .li_inner .tit_wrap .date {
	color: #626262;
	font-size: 17px;
	font-family: 'Heebo', sans-serif;
}

.board1 .board_list li .li_inner .arrow {
	width: 61px;
	height: 61px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #c1c1c1;
	cursor: pointer;
}

.board1 .board_list li .li_inner .arrow a {
	display: block;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.board1 .board_list li .li_inner .arrow a .circle {
	transform: translateY(-2px);
}

/* hover */
.board1 .board_list li:hover .li_inner .num_wrap .num {
	display: none;
}

.board1 .board_list li:hover .li_inner .num_wrap .hover_img {
	display: block;
}

.board1 .board_list li:hover .li_inner .arrow {
	background: #1cc1dd;
}

/*board1_view �������� �󼼺���*/
.board1_view {}

.board1_view .view_wrap {
	width: 100%;
	text-align: center;
	margin-bottom: 80px;
}

.board1_view .view_wrap .tit_wrap {
	width: 100%;
	padding-bottom: 46px;
	border-top: 2px solid #000;
}

.board1_view .view_wrap .tit_wrap .tit {
	color: #111;
	font-size: 32px;
	font-weight: 700;
	margin-top: 60px;
	margin-bottom: 18px;
}

.board1_view .view_wrap .tit_wrap .date {
	font-size: 17px;
	color: #626262;
	font-family: 'Heebo', sans-serif;
	font-weight: 400;
}

.board1_view .view_wrap .txt_wrap {
	width: 100%;
}

.board1_view .view_wrap .txt_wrap .file {
	padding: 30px 0;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	background: #f7f7f7;
}

.board1_view .view_wrap .txt_wrap .file a {
	position: relative;
	color: #272727;
	font-size: 17px;
}

.board1_view .view_wrap .txt_wrap .file a:before {
	position: absolute;
	content: "";
	top: 5px;
	right: -27px;
	width: 15px;
	height: 17px;
	background: url(../images/board1_icon1.png)no-repeat center;
}

.board1_view .view_wrap .txt_wrap .txt {
	padding: 50px;
	color: #555;
	font-size: 18px;
	border-bottom: 1px solid #d9d9d9;
}

.board1_view .page_wrap {
	width: 100%;
	padding: 0px 0 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #d9d9d9;
}

/* board2 */
.board2 {}

.board2 .board_list {
	width: 100%;
	border-top: 2px solid #000;
}

.board2 .board_list li {
	width: 100%;
	padding: 45px 50px;
	border-bottom: 1px solid #dddddd;
	box-sizing: border-box;
}

.board2 .board_list li .li_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.board2 .board_list li .li_inner .num_wrap {
	position: relative;
	width: 5%;
}

.board2 .board_list li .li_inner .num_wrap .num {
	color: #626262;
	font-size: 17px;
	font-family: 'Heebo', sans-serif;
	text-align: center;
}

.board2 .board_list li .li_inner .num_wrap .hover_img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}

.board2 .board_list li .li_inner .tit_wrap {
	cursor: pointer;
	width: 75%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 2%;
}

.board2 .board_list li .li_inner .tit_wrap .cont_wrap {}

.board2 .board_list li .li_inner .tit_wrap .cont_wrap a {
	display: block;
	width: 100%;
}

.board2 .board_list li .li_inner .tit_wrap .cont_wrap .cate {
	font-size: 18px;
	color: #222;
	margin-bottom: 15px;
}

.board2 .board_list li .li_inner .tit_wrap .cont_wrap .tit {
	font-size: 24px;
	color: #111;
	font-weight: 600;
}

.board2 .board_list li .li_inner .tit_wrap .date_wrap {
	text-align: center;
}

.board2 .board_list li .li_inner .tit_wrap .date_wrap .day {
	color: #111;
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 600;
}

.board2 .board_list li .li_inner .tit_wrap .date_wrap .date {
	color: #626262;
	font-size: 17px;
	font-family: 'Heebo', sans-serif;
}

.board2 .board_list li .li_inner .r_status {
	width: 10%;
}

.board2 .board_list li .li_inner .r_status .status {
	display: inline-block;
	width: 130px;
	height: 46px;
	border-radius: 23px;
	text-align: center;
	color: #fff;
	font-size: 20.08px;
	font-weight: 600;
	line-height: 45px;
}

.board2 .board_list li .li_inner .r_status .status.curr {
	background: #1cc1dd;
}

.board2 .board_list li .li_inner .r_status .status.off {
	background: #c1c1c1;
}

/* hover */
.board2 .board_list li:hover .li_inner .num_wrap .num {
	display: none;
}

.board2 .board_list li:hover .li_inner .num_wrap .hover_img {
	display: block;
}

/*board2_view ä��Խ��� �󼼺���*/
.board2_view {}

.board2_view .view_wrap {
	width: 100%;
	text-align: center;
	margin-bottom: 80px;
	border-top: 2px solid #000;
}

.board2_view .view_wrap .st_wrap {
	border-bottom: 1px solid #ddd;
	padding: 30px 0;
}

.board2_view .view_wrap .st_wrap .status {
	display: inline-block;
	width: 130px;
	height: 46px;
	border-radius: 23px;
	text-align: center;
	color: #fff;
	font-size: 20.08px;
	font-weight: 600;
	line-height: 45px;
}

.board2_view .view_wrap .st_wrap .status.curr {
	background: #1cc1dd;
}

.board2_view .view_wrap .st_wrap .status.off {
	background: #c1c1c1;
}

.board2_view .view_wrap .tit_wrap {
	width: 100%;
	padding: 40px 0;
	border-bottom: 1px solid #ddd;
}

.board2_view .view_wrap .tit_wrap .cate {
	color: #222;
	font-size: 18px;
	margin-bottom: 20px;
}

.board2_view .view_wrap .tit_wrap .tit {
	color: #111;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 24px;
}

.board2_view .view_wrap .tit_wrap .date {
	font-size: 17px;
	color: #626262;
	font-family: 'Heebo', sans-serif;
	font-weight: 400;
}

.board2_view .view_wrap .txt_wrap {
	width: 100%;
}

.board2_view .view_wrap .txt_wrap .file {
	padding: 30px 0;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	background: #f7f7f7;
}

.board2_view .view_wrap .txt_wrap .file a {
	position: relative;
	color: #272727;
	font-size: 17px;
}

.board2_view .view_wrap .txt_wrap .file a:before {
	position: absolute;
	content: "";
	top: 5px;
	right: -27px;
	width: 15px;
	height: 17px;
	background: url(../images/board2_icon1.png)no-repeat center;
}

.board2_view .view_wrap .txt_wrap .txt {
	overflow-x: scroll;
	box-sizing: border-box;
	padding: 50px;
	color: #555;
	font-size: 18px;
	border-bottom: 1px solid #d9d9d9;
}

.board2_view .view_wrap .txt_wrap .txt::-webkit-scrollbar {
	height: 8px;
}

.board2_view .view_wrap .txt_wrap .txt::-webkit-scrollbar-thumb {
	width: 5%;
	background: #464646;
	border-radius: 15px;
}

.board2_view .view_wrap .txt_wrap .txt::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 15px;
}

.board2_view .page_wrap {
	width: 100%;
	padding: 0px 0 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #d9d9d9;
}





@media screen and (max-width:1280px) {
	.m14 .pin_list .pin1 {
		top: 172px;
		left: 36.25%;
	}

	.m14 .pin_list .pin2 {
		top: 327px;
		left: 29%;
	}

}

@media screen and (max-width:1200px) {
	.m11 .section1 {
		height: 1100px;
	}

	.m31 .section .conwrap .list_wrap .list .list_cont .circle_list .next {
		display: none;
	}

	.m32 .section .innerwrap .conwrap .icon_list>li {
		width: calc((100% - 65px) / 2);
		background: #fff;
		border: 1px solid #dfdfdf;
		margin-right: 25px;
		padding: 35px;
		box-sizing: border-box;
		margin-bottom: 25px;
	}

	.m32 .section .innerwrap .conwrap .icon_list>li:nth-child(2n) {
		margin-right: 0px;
	}

	.m32 .section .innerwrap .conwrap .icon_list>li:nth-child(3n) {
		margin-right: 25px;
	}

	/*m13 ����*/
	.m13 {
		/* margin-bottom: 0; */
	}

	.m13 .img {
		width: 100%;
		height: 469px;
		overflow: hidden;
		margin-top: 110px;
	}

	.m13 .img span {
		display: block;
		width: 100%;
		height: 100%;
	}

	.m13 .section {
		padding-top: 200px;
	}

	.m13 .history_wrap {
		width: 100%;
	}

	.m13 .history_wrap .history {
		width: 100%;
		position: relative;
		margin-bottom: 200px;
	}

	.m13 .history_wrap .history .year {
		position: absolute;
		font-family: 'Heebo', sans-serif;
		font-size: 150px;
		font-weight: 700;
		color: #1cc1dd;
		top: -77px;
		z-index: 10;
	}

	.m13 .history_wrap .history .h_inner {
		width: 100%;
		display: flex;
		justify-content: space-between;
		padding-top: 50px;
		flex-direction: column;
		position: relative;
	}

	.m13 .history_wrap .history .h_inner:before {
		position: absolute;
		content: "";
		width: 100%;
		height: 1px;
		top: 98px;
		background: rgba(0, 0, 0, 0.2);
		z-index: -1;
		display: none;
	}

	.m13 .history_wrap .history .h_inner .img_wrap {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 50px;
	}

	.m13 .history_wrap .history .h_inner .img_wrap .img_tit {
		color: rgba(0, 0, 0, 0.7);
		font-size: 18px;
		font-weight: 400;
		z-index: 20;
		padding-left: 0px;
		text-align: center;
		margin-top: 20px;
	}

	.m13 .history_wrap .history .h_inner .img_wrap .h_img {
		width: 70%;
		height: 500px;
		margin-bottom: 26px;
		margin: 0 auto;
	}

	.m13 .history_wrap .history .h_inner .img_wrap .h_img>span {
		display: block;
		width: 100%;
		height: 100%;
	}

	.m13 .history_wrap .history .h_inner .content_list {
		width: 100%;
		padding-top: 50px;
		border-top: 1px solid rgba(0, 0, 0, 0.2);
	}

	.m13 .history_wrap .history .h_inner .content_list dl {
		margin-bottom: 30px;
		display: flex;
	}

	.m13 .history_wrap .history .h_inner .content_list dl dt {
		color: #000;
		font-size: 20px;
		font-weight: 600;
		font-family: 'Heebo', sans-serif;
		margin-right: 25px;
	}

	.m13 .history_wrap .history .h_inner .content_list dl dd {
		color: #222;
		font-size: 18px;
		font-weight: 300;
		line-height: 1.8;
		transform: translateY(-2px);
	}

	.m13 .history_wrap .history .h_inner .cert_list {
		width: 100%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.m13 .history_wrap .history .h_inner .cert_list>li {
		width: 170px;
		height: 240px;
		margin: 0 20px;
		box-sizing: border-box;
	}

	.m13 .history_wrap .history .h_inner .cert_list>li.bd {
		border: 1px solid #d9d9d9;
	}

	.m13 .history_wrap .history .h_inner .cert_list.noflex>li {
		width: 170px;
	}

	.m13 .history_wrap .history.right .year {
		left: 50%;
		transform: translateX(-50%);
	}

	.m13 .history_wrap .history.left .year {
		left: 50%;
		transform: translateX(-50%);
	}

	.m13 .history_wrap .history.left .h_inner:before {
		left: 0%;
	}

	.m13 .history_wrap .history.right .h_inner:before {
		left: 0;
	}

	.m13 .history_wrap .history.right .h_inner .img_wrap {
		margin-right: 0;
		margin-left: 0px;
	}

	.m13 .history_wrap .history.right .h_inner {
		flex-direction: column;
	}

	.m13 .history_wrap .history.right .h_inner .img_wrap .img_tit {
		text-align: center;
		padding-right: 15px;
		padding-left: 0;
	}

	.m13 .history_wrap .history .h_inner .content_list.right dl {
		flex-direction: row;
	}

	.m13 .history_wrap .history .h_inner .content_list.right dl dt {
		margin-right: 25px;
		margin-left: 0;
	}

	.m13 .history_wrap .history .h_inner .content_list.right dl dd {
		text-align: left;
	}

	.m13 .history_wrap .history .h_inner .img_wrap .none {
		display: none;
	}

}

@media screen and (max-width:1125px) {
	.m14 .pin_list .pin1 {
		top: 202px;
		left: 35.25%;
	}

	.m14 .pin_list .pin2 {
		top: 350px;
		left: 27%;
	}

	.m14 .pin_list .pin .pin_tit {
		margin-bottom: 30px;
	}

	.m14 .pin_list .pin2 .pin_tit {
		margin-top: 30px;
	}

	.m14 .pin_list .pin .pin_tit .name {
		font-size: 16px;
	}

	.m14 .pin_list .pin .pin_tit .company {
		font-size: 15px;
	}
}

@media screen and (max-width:1100px) {
	.m12 .main_title_wrap .main_title {
		font-size: 48px;
	}

	.m12 .main_title_wrap .main_txt {
		font-size: 20px;
	}

	.m12 .section1 {
		background: url('../images/m12_sec_bg.jpg')no-repeat top;
		height: 1676px;
	}

	.m12 .section1 .innerwrap .diagram {
		background: url(../images/diagram_m_bg.png)no-repeat center;
		width: 100%;
		height: 1250px;
	}

	.m12 .section1 .innerwrap .diagram .dot1,
	.m12 .section1 .innerwrap .diagram .dot3 {
		display: none;
	}

	.m12 .section1 .innerwrap .diagram .dot2 {
		top: 14%;
		left: 49.4%;
	}

	.m12 .section1 .innerwrap .diagram .circle_list_wrap {
		top: 20%;
		left: 50%;
		transform: translateX(-50%);
	}

	.m12 .section1 .innerwrap .diagram .circle_list_wrap .circle_list {
		flex-direction: column;
		justify-content: center;
	}

	.m12 .section1 .innerwrap .diagram .circle_list_wrap .circle_list .circle {
		margin-right: 0;
		margin-bottom: 105px;
	}

	.m12 .section1 .innerwrap .diagram .circle_list_wrap .circle_list .circle:before {
		left: 50%;
	}

	/*m21 �����*/
	.m21 {
		margin: 155px 0 0;
	}

	.m21 .sec_tit {
		margin-bottom: 120px;
	}

	.m21 .section {
		padding: 85px 0 100px;
	}

	.m21 .section1,
	.m21 .section3 {
		background: #f7f7f7;
	}


	.m21 .section .innerwrap .conwrap .txtwrap {
		min-height: 20vh;
		margin-top: 30px;
	}

	.m21 .section .innerwrap .conwrap .txtwrap .tit {
		font-size: 24px;
		color: #111;
		font-weight: 700;
		line-height: 40px;
		padding-bottom: 20px;
		border-bottom: 1px solid #c6c6c6;
	}

	.m21 .section .innerwrap .conwrap .txtwrap .list_wrap {
		width: 100%;
		padding-top: 24px;
	}

	.m21 .section .innerwrap .conwrap .txtwrap .list_wrap .list {}

	.m21 .section .innerwrap .conwrap .txtwrap .list_wrap .list>li {
		font-weight: 300;
		color: rgba(34, 34, 34, 0.8);
		margin-bottom: 20px;
		font-size: 16px;
		position: relative;
		padding-left: 20px;
	}

	.m21 .section .innerwrap .conwrap .txtwrap .list_wrap .list>li:before {
		position: absolute;
		width: 4px;
		height: 4px;
		border: 2px solid #1cc1dd;
		content: "";
		top: 10px;
		left: 0;
	}

	.m21 .section1 .innerwrap .conwrap .img_container {
		background: #f7f7f7;
		/* border:1px solid #dadada; */
		width: 100%;
		padding: 40px 0;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
	}

	.m21 .section1 .innerwrap .conwrap .img_container>.img_wrap {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background: #fff;
		border: 1px solid #dadada;
		/* border-radius:10px; */
		margin-bottom: 50px;
	}

	.m21 .section1 .innerwrap .conwrap .img_container>.img_wrap .img_box {
		width: 100%;
		padding: 50px 0;
		border-bottom: 1px solid #dadada;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
	}

	.m21 .section1 .innerwrap .conwrap .img_container>.img_wrap .img_tit {
		padding: 30px 0;
		font-size: 20px;
		color: #000;
		font-weight: 500;
	}

	.m21 .section1 .innerwrap .conwrap .img_container>.arrow_wrap {
		width: 100%;
		margin-bottom: 50px;
	}

	.m21 .section1 .innerwrap .conwrap .img_container>.arrow_wrap .arr_inner {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.m21 .section1 .innerwrap .conwrap .img_container>.arrow_wrap .arr_inner .arr_tit {
		font-size: 20px;
		color: #000;
		font-weight: 500;
		margin-bottom: 18px;
	}

	.m21 .section1 .innerwrap .conwrap .img_container>.arrow_wrap .arr_inner .arr_img {}

	.m21 .section1 .innerwrap .conwrap .img_container .list_container {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}

	.m21 .section1 .innerwrap .conwrap .img_container .list_container>.img_wrap {
		width: 45%;
		margin-right: 18px;
		margin-bottom: 18px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background: #fff;
		border: 1px solid #dadada;
		/* border-radius:10px; */
	}

	.m21 .section1 .innerwrap .conwrap .img_container .list_container>.img_wrap3,
	.m21 .section1 .innerwrap .conwrap .img_container .list_container>.img_wrap5
	{
	margin-right: 0;
}

.m21 .section1 .innerwrap .conwrap .img_container .list_container>.img_wrap .img_box {
	width: 100%;
	padding: 18px 0;
	border-bottom: 1px solid #dadada;
	display: flex;
	justify-content: center;
	align-items: center;
}

.m21 .section1 .innerwrap .conwrap .img_container .list_container>.img_wrap .img_tit {
	padding: 10px 0;
	font-size: 18px;
	color: #000;
	font-weight: 500;
}


.m21 .section2 .innerwrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.m21 .section2 .innerwrap .conwrap {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.m21 .section2 .innerwrap .conwrap .img {
	width: 100%;
	height: 500px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.m21 .section2 .innerwrap .conwrap .img>img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.m21 .section2 .innerwrap .conwrap .txtwrap {
	padding-left: 0px;
	width: 100%;
	box-sizing: border-box;
}

.m21 .section2 .innerwrap .conwrap .txtwrap1 .list_wrap .list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.m21 .section2 .innerwrap .conwrap .txtwrap1 .list_wrap .list>li {
	width: 45%;
}

.m21 .section3 .innerwrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.m21 .section3 .innerwrap .conwrap {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.m21 .section3 .innerwrap .conwrap .img {
	width: 100%;
	height: 500px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.m21 .section3 .innerwrap .conwrap .img>img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.m21 .section3 .innerwrap .conwrap .txtwrap {
	padding-right: 0px;
	width: 100%;
	box-sizing: border-box;
}

.m21 .section3 .innerwrap .conwrap .txtwrap .tit {
	text-align: left;
}

.m21 .section3 .innerwrap .conwrap .txtwrap .list_wrap {
	text-align: left;
}

.m21 .section3 .innerwrap .conwrap .txtwrap .list_wrap .list>li {
	padding-left: 20px;
	padding-right: 0px;
}

.m21 .section3 .innerwrap .conwrap .txtwrap .list_wrap .list>li:before {
	left: 0;
}

.m21 .section4 .innerwrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.m21 .section4 .innerwrap .conwrap {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: start;
	flex-direction: column;
}

.m21 .section4 .innerwrap .conwrap .cert_list {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.m21 .section4 .innerwrap .conwrap .cert_list .img_wrap {
	width: 100%;
	margin-bottom: 50px;
	background: #fff;
	border: 1px solid #dadada;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.m21 .section4 .innerwrap .conwrap .cert_list .img_wrap .img_tit {
	padding: 20px 0;
	font-size: 20px;
	color: #000;
	font-weight: 500;
	text-align: center;
}

.m21 .section4 .innerwrap .conwrap .cert_list .img_wrap .img_list {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #dadada;
}

.m21 .section4 .innerwrap .conwrap .cert_list .img_wrap .img_list>li {
	margin-right: 25px;
}

.m21 .section4 .innerwrap .conwrap .cert_list .img_wrap .img_list>li:last-child {
	margin-right: 0;
}

.m21 .section4 .innerwrap .conwrap .cert_list .img_wrap8 {
	width: 60%;
}

.m21 .section4 .innerwrap .conwrap .txtwrap {
	padding-left: 0px;
	width: 100%;
	box-sizing: border-box;
}

/*m22*/
.m22 .tab_wrap {
	overflow-x: scroll;
}

.m22 .tab_wrap::-webkit-scrollbar {
	width: 0.5em;
}

.m22 .tab_wrap::-webkit-scrollbar-thumb {
	background: transparent;
}

.m22 .tab_wrap::-webkit-scrollbar-track {
	background: transparent;
}

.m22 .tab_wrap .tab_list {
	width: 1100px;
}

}

@media screen and (max-width:1024px) {
	.m14 .mapbg {
		height: 500px;
	}

	.m14 .pin_list .pin1 {
		top: 152px;
		left: 34%;
	}

	.m14 .pin_list .pin2 {
		top: 289px;
		left: 26%;
	}

}

@media screen and (max-width:1000px) {
	.m11 .section1 {
		height: 1050px;
	}

	.m11 .section1 .innerwrap .item_container .item .item_inner .icon {
		margin-bottom: 15px;
	}

	.m11 .section1 .innerwrap .item_container .item .item_inner .icon>svg {
		transform: scale(0.85);
	}

	.m11 .section1 .innerwrap .item_container .item .item_inner .s_tit {
		font-size: 16px;
	}

	.m11 .section1 .innerwrap .item_container .item .item_inner .tit {
		font-size: 18px;
	}

	.m11 .section1 .innerwrap .item_container .item .item_inner .tit_list>li b {
		font-size: 15px;
	}

	.m11 .section1 .innerwrap .item_container .item .item_inner .tit_list>li b:before {
		top: 8px;
	}

	.m31 .section .conwrap .list_wrap .list .list_cont .circle_list {
		flex-wrap: wrap;
		justify-content: start;
	}

	.m31 .section .conwrap .list_wrap .list .list_cont .circle_list .circle {
		width: 225px;
		height: 225px;
		margin-bottom: 40px;
	}

	.m31 .section .conwrap .list_wrap .list .list_cont .circle_list .circle:nth-child(2n-1) {
		margin-right: 80px;
	}

}

@media screen and (max-width:870px) {
	.m11 .section1 {
		height: 940px;
	}

	.m11 .section1 .innerwrap .item_container .item .item_inner .icon {
		margin-bottom: 13px;
	}

	.m11 .section1 .innerwrap .item_container .item .item_inner .icon>svg {
		transform: scale(0.7);
	}

	.m11 .section1 .innerwrap .item_container .item .item_inner .s_tit {
		font-size: 16px;
	}

	.m11 .section1 .innerwrap .item_container .item .item_inner .tit {
		font-size: 18px;
	}

	.m11 .section1 .innerwrap .item_container .item .item_inner .tit_list>li b {
		font-size: 16px;
	}

	.m11 .section1 .innerwrap .item_container .item .item_inner .tit_list>li b:before {
		top: 8px;
	}
}


.m14 .section2 .con .cont_wrap .txtwrap .info li:nth-child(3):before {
	width: 16px;
	height: 16px;
	background: url(../images/m14_Job_icon.png)no-repeat center;
}