.hide {
	display:none;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.blue {
	color: #302166
}

@media (max-width: 767px) {
	.mnone {
		display: none;
	}

	.only_pt {
		display: none;
	}

	.first_sec {
		height: 500px;
		background-color: #302166;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}


	.sub_sec {
		margin-top: 59px;
		padding: 5% 0;
		text-align: center;
	}

	.title {
		font-size: 25px;
		font-weight:bold;
	}

	.nth2_sec .title {
		color: #2c2562;
	}

	.content {
		font-size: 12px;
		line-height: 25px;
		margin-top: 3%;
	}

	.history_tree {
		margin: 10% 0;
	}

	.history_area_le {
		overflow: hidden;
		width: 100%;
		padding: 2%;
		text-align: left;
		border-left: 3px solid #2c2562;
	}
	.history_area_ri {
		overflow: hidden;
		width: 100%;
		padding: 2%;
		text-align: left;
		border-left: 3px solid #2c2562;
	}

	.history_area:first-child {
		border-left: 3px solid #be976a;
	}

	.year {
		font-size: 25px;
		font-weight: 600;
	}

	.his_content {
		font-weight: 300;
		font-size: 10px;
		margin-top: 2%;
		line-height: 24px;
	}

	/*sub_3*/
	.brand_area {
		font-size: 0;
		margin: 4% 0;
	}

	.brand_box {
		float: left;
		width: 19.36%;
		border: 1px solid #e1e1e1
	}

	.brand_box img {
		width: 100%;
	}

	/*sub_3*/
	/*6th E*/
	.nth6_sec {
		padding: 5% 0;
		text-align: center;
		margin-top: 59px;
	}

	.nth6_sec .title {
		color: #302166;
	}

	.nth6_box {
		width: 100%;
		padding: 4% 2%;
		background-color: #e1e1e1;
		margin-right: 1%;
		float: left;
		background-color: #f1f1f1;
		text-align: left;
		margin-top: 4%;
	}

	.nth6_box:nth-child(2) {
		background-color: #f6f6f6;
	}

	.nth6_box:last-child {
		margin-right: 0;
	}

	.nth6_box hr {
		width: 20px;
		margin: 5% 0;
		border: 0;
		border-bottom: 3px solid #302166;
	}

	.nth_box_title {
		font-size: 20px;
		margin-bottom:6px;
		color: #111;
	}

	.nth_box_content {
		font-size: 14px;
		color: #111;
	}

	.nth6_sec .wrap > hr {
		border: 0;
		border-bottom: 2px solid #111;
		margin: 4% 0;
	}

	.nth6_sec table {
		width: 100%;
		border: 0;
		border-collapse: collapse;
	}

	.nth6_sec table th {
		width: 5%;
		vertical-align: middle;
		padding: 0.9%;
	}

	.nth6_sec table th img {
		width: 100%;
	}

	.nth6_sec table td {
		text-align: left;
		vertical-align: middle;
		line-height: 28px;
		font-size: 11px;
	}

	.mapif {
		margin-top: 4%;
		height: 300px;
	}


	.touch_pop {
		margin-top: 4%;
		padding: 4% 0;
		border-top: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;
		overflow: hidden;
	}

	.touch_content {
		float: left;

	}

	.touch_image {
		float: right;
		cursor: pointer;
	}

	.faq_box {
		overflow: hidden;
		margin-top: 2%;
	}

	.left-faq {
		width: 100%;
	}

	.right-faq {
		width: 100%;
		text-align: left;
		margin-top: 2%;
	}

	[class^="faq_top_"] {
		border-bottom: 1px solid #302166;
		position: relative;
		padding-top: 5%;
	}

	[class^="faq_top_"]:last-child {
		border-bottom: 0;
	}

	[class^="faq-"] {
		width: 97%;
		padding: 5px;
		border: 0;
		outline: none;
	}

	.faq_text {
		position: absolute;
		top: 15px;
		left: 0;
		font-size: 14px;
		transition-duration: 0.5s;
	}

	.go_text .faq_text {
		position: absolute;
		top: 7px;
		left: 0;
		font-size: 12px;
		transition-duration: 0.5s;
	}

	.faq-content {
		border: 1px solid #302166;
		text-align: left;
		width: 97%;
	}

	.fq_title {
		font-size: 18px;
		font-weight: bold;
	}

	.fq_content {
		width: 100%;
		height: 200px;
		margin-top: 10px;
		overflow-y: scroll;
		border: 0;
		outline: none;
	}

	.right-faq label {
		padding: 1% 0;
		display: inline-block;
	}

	.send_btn {
		background-color: #302166;
		color: #fff;
		border: 0;
		padding: 2% 6%;
		font-size: 18px;
		margin-top: 2%;
	}

	/*sub_3_1 E*/

	/*pop*/
	[id^="popup"] {
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		top: 0;
		justify-content: center;
		display: none;
		z-index: 999;
	}

	[id^="popup"].active {
		display: block;
		opacity: 1;
	}

	.body {
		width: 96%;
		background-color: #fff;
		text-align: center;
		position: absolute;
		left: 50%;
		margin-left: -50%;

		text-align: left;
		padding: 2%;
		position: relative;
	}

	.body_content {
		min-height: 300px;
		max-height: 400px;
		overflow-y: scroll;
	}

	.body .title {
		text-align: center;
		padding: 0 2% 2%;
	}

	.close {
		position: absolute;
		right: 0;
		top: 0px;
		font-size: 30px;
		font-weight: bold;
		cursor: pointer;
		color: #000;
	}

	/*pop*/

	/*sub_3_2 S*/
	.content_left {
		font-size: 18px;
		margin-top: 7%;
		margin-bottom: 1%;
	}

	.content_left hr {
		width: 10px;
		margin: 5% 0;
		border: 2px solid #302166;
	}

	.recruit_content {
		margin-top: 4%;
		margin-bottom: 6%;
	}

	.rec_icon_box {
		text-align: center;
		float: left;
		padding: 5%;
		width: 50%;
		height: 150px;
	}

	.rec_icon_box img {
		width: 100%;
	}

	.rec_icon_box .noto_se {
		font-size: 12px;
		margin: 2%;
	}

	.rec_left {
		width: 100%;
		padding: 3%;
		margin-top: 3%;
		background-color: #f1f1f1;
		margin-bottom: 5%;
	}

	.rec_right {
		width: 100%;
		padding: 3%;
		margin-top: 3%;
		background-color: #f1f1f1;
		margin-bottom: 5%;
	}

	.rec_title {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 3%;
	}

	.rec_content {
		font-size: 10px;
		line-height: 26px;
	}

	.circle {
		width: 5px;
		height: 5px;
		display: inline-block;
		background-color: #302166;
		border-radius: 10px;
	}

	.rec_right .rec_content {
		/* margin-top: 2.5%; */
		font-size: 12px;
	}

	.rec_one_line .rec_title {
		margin-top: 4%;
		margin-bottom: 1%;
		color: #424242;
		font-size: 14px;
	}

	.content_pic {
		text-align: center;
		margin: 5% 0;
	}

	.content_pic img {
		width: 100%;
		margin: 0 auto;
	}

	/*sub_3_2 E*/
	/*5th s*/
	.nth5_sec {
		margin-top: 59px;
		padding: 5% 0;
		text-align: center;
		margin-bottom: 300px;
	}

	.nth5_sec .title {
		color: #302166;
	}

	.main_pic_5 {
		width: 100%;
		float: left;
		margin-right: 1%;
		margin-bottom: 1%;
		position: relative;
	}

	.nth5_sec .over_hi {
		min-width: 98%;
		margin: 2% auto 0;
	}

	/* .main_pic_5:nth-child(2n) {
		margin-right: 0;
	} */
	.main_pic_mo {
		z-index:2;
		display:none;
		width:100%;
		height:90px;
		position:absolute;
		bottom:0px;
		z-index:2;
		background-color:rgba(41,29,102,0.89);
	}
	.main_pic_mo.on {
		display:block;
	}
	.main_pic_text.on {
		display:block;
	}
	.main_pic_5 img {
		width: 100%;
	}

	.main_pic_text {
		position: absolute;
		bottom: 0;
		text-align: left;
		border-left: 5px solid #bb946b;
		padding: 0 5%;
		margin: 5% 0 5% 5%;
		z-index:2;
	}

	.main_pic_title {
		font-size: 17px;
		color: #fff;
	}

	.main_pic_content {
		font-size: 10px;
		color: #fff;
		margin-top: 5%;
	}

	.go_portfolio {
		float: left;
		width: 100%;
		background-color: #bb946b;
		padding: 5% 0;
	}

	.go_portfolio .title {
		color: #232323;
		font-size: 20px;
	}

	.go_portfolio button {
		background-color: rgba(255, 255, 255, 0);
		border: 1px solid #232323;
		margin-top: 5%;
		padding: 0.5% 2.5%;
		font-size: 15px;
	}

	/*5th E*/

	/*sub_de S*/
	.sub_de {
		position: relative;
	}
	.sub_de::after {
		content:'';
		display:block;
		width:100%;
		height:80px;
		position:absolute;
		bottom:0px;
		z-index:1;
		background-color:rgba(41,29,102,0.89);
	}
	.sub_de img {
		width: 100%;
	}

	.sub_de_ab {
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 4%;
		text-align: left;
		z-index:2;
	}

	.big_title {
		font-size: 25px;
		color: #fff;
		text-shadow: 3px 3px 4px #000;
	}

	.big_content {
		font-size: 14px;
		color: #fff;
		margin-top: 3%;
		font-weight: 300;
	}
	.section_1{
		text-align: left;
		margin-top:10%;
	}
	.sub_de_content_sub{
		font-size:14px;
		margin-bottom: 1%;
		font-weight:300;
	}
	.sub_de_content_title{
		font-size:20px;
		font-weight:300;
	}
	.sub_de_write{
		line-height: 24px;
		padding: 2%  0 5%;
		font-size:12px;
	}

	.next_view {
		z-index: 9;
		font-size: 0;
		line-height: 0;
		right: 10px;
		position: absolute;
		top: 50%;
		display: block;
		width: 30px;
		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/right_paging.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	.prev_view {
		z-index: 999;
		font-size: 0;
		line-height: 0;
		left: 10px;
		position: absolute;
		top: 50%;
		display: block;
		width: 30px;
		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/left_paging.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	[class^="slick_"]{
		margin-top: 5%;
			margin-bottom: 10%;
	}

	.background-sub-2-de{
		background-color: #302166;
		position: absolute;
		width: 100%;
		left: 0;
		height: 54px;
		bottom: 0;
	}

	/*sub_de E*/

}

@media all and (min-width: 768px) and (max-width: 1064px) {

	.mnone {
		display: none;
	}

	.only_m {
		display: none;
	}

	.first_sec {
		height: 800px;
		background-color: #302166;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.sub_sec {
		margin-top: 80px;
		padding: 5% 0;
		text-align: center;
	}

	.title {
		font-size: 35px;
		font-weight:bold;
	}

	.nth2_sec .title {
		color: #2c2562;
	}

	.content {
		font-size: 18px;
		line-height: 25px;
		margin-top: 3%;
	}

	.history_tree {
		margin: 4% 0;
	}
	.history_area_ri_1 {
		border-left: 5px solid #be976a;
	}
	.history_area_ri {
		overflow: hidden;
		width: 100%;
		padding: 2%;
		text-align: left;
		border-left: 5px solid #2c2562;
	}
	.history_area_le {
		overflow: hidden;
		width: 100%;
		padding: 2%;
		text-align: left;
		border-left: 5px solid #2c2562;
	}
	.history_area:first-child {
		border-left: 5px solid #be976a;
	}

	.year {
		font-size: 28px;
		font-weight: 600;
	}

	.his_content {
		font-weight: 300;
		font-size: 14px;
		margin-top: 2%;
		line-height: 24px;
	}

	/*sub_3*/
	.brand_area {
		font-size: 0;
		margin: 4% 0;
	}

	.brand_box {
		float: left;
		width: 16.4%;
		border: 1px solid #e1e1e1
	}

	.brand_box img {
		width: 100%;
	}

	/*sub_3*/
	/*6th E*/
	.nth6_sec {
		padding: 5% 0;
		text-align: center;
		margin-top: 80px;
	}

	.nth6_sec .title {
		color: #302166;
	}

	.nth6_box {
		width: 28.6%;
		padding: 4% 2%;
		background-color: #e1e1e1;
		margin-right: 1%;
		float: left;
		background-color: #f1f1f1;
		text-align: left;
		margin-top: 4%;
	}

	.nth6_box:nth-child(2) {
		background-color: #f6f6f6;
	}

	.nth6_box:last-child {
		margin-right: 0;
	}

	.nth6_box hr {
		width: 20px;
		margin: 10% 0;
		border: 0;
		border-bottom: 6px solid #302166;
	}

	.nth_box_title {
		font-size: 24px;
		margin-bottom:10px;
		color: #111;
	}

	.nth_box_content {
		font-size: 18px;
		color: #111;
	}

	.nth6_sec .wrap > hr {
		border: 0;
		border-bottom: 2px solid #111;
		margin: 4% 0;
	}

	.nth6_sec table {
		width: 100%;
		border: 0;
		border-collapse: collapse;
	}

	.nth6_sec table th {
		width: 5%;
		vertical-align: top;
		padding: 0.5% 0;
	}

	.nth6_sec table td {
		text-align: left;
		vertical-align: middle;
		line-height: 28px;
		font-size: 18px;
	}

	.mapif {
		margin-top: 4%;
	}

	.touch_pop {
		margin-top: 4%;
		padding: 2%;
		border-top: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;
		overflow: hidden;
	}

	.touch_content {
		float: left;
	}

	.touch_image {
		float: right;
		cursor: pointer;
	}

	.faq_box {
		overflow: hidden;
		margin-top: 2%;
	}

	.left-faq {
		width: 35%;
		float: left;
	}

	.right-faq {
		width: 60%;
		float: right;
		text-align: left;
	}

	[class^="faq_top_"] {
		border-bottom: 1px solid #302166;
		position: relative;
		padding-top: 5%;
	}

	[class^="faq_top_"]:last-child {
		border-bottom: 0;
	}

	[class^="faq-"] {
		width: 97%;
		padding: 10px;
		border: 0;
		outline: none;
	}

	.faq_text {
		position: absolute;
		top: 20px;
		left: 0;
		font-size: 16px;
		transition-duration: 0.5s;
	}

	.go_text .faq_text {
		position: absolute;
		top: 7px;
		left: 0;
		font-size: 12px;
		transition-duration: 0.5s;
	}

	.faq-content {
		border: 1px solid #302166;
		text-align: left;
		width: 95%;
	}

	.fq_title {
		font-size: 22px;
		font-weight: bold;
	}

	.fq_content {
		width: 100%;
		height: 200px;
		margin-top: 10px;
		overflow-y: scroll;
		border: 0;
		outline: none;
	}

	.right-faq label {
		padding: 1% 0;
		display: inline-block;
	}

	.send_btn {
		background-color: #302166;
		color: #fff;
		border: 0;
		padding: 1% 4%;
		font-size: 18px;
	}

	/*sub_3_1 E*/

	/*pop*/
	[id^="popup"] {
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		top: 0;
		justify-content: center;
		display: none;
		z-index: 999;
	}

	[id^="popup"].active {
		display: block;
		opacity: 1;
	}

	.body {
		width: 96%;
		background-color: #fff;
		text-align: center;
		position: absolute;
		left: 50%;
		margin-left: -50%;

		text-align: left;
		padding: 2%;
		position: relative;
	}

	.body_content {
		min-height: 300px;
		max-height: 400px;
		overflow-y: scroll;
	}

	.body .title {
		text-align: center;
		padding: 0 2% 2%;
	}

	.close {
		position: absolute;
		right: 0;
		top: 0px;
		font-size: 30px;
		font-weight: bold;
		cursor: pointer;
		color: #000;
	}

	/*pop*/

	/*sub_3_2 S*/
	.content_left {
		font-size: 32px;
		margin-top: 7%;
		margin-bottom: 1%;
	}

	.content_left hr {
		width: 20px;
		margin: 2% 0;
		border: 2px solid #302166;
	}

	.recruit_content {
		margin-top: 4%;
		margin-bottom: 6%;
	}

	.rec_icon_box {
		text-align: center;
		float: left;
		padding: 2%;
		width: 20%;
	}

	.rec_icon_box .noto_se {
		font-size: 18px;
		margin: 2%;
	}

	.rec_left {
		float: left;
		width: 43%;
		padding: 3%;
		margin-top: 3%;
		background-color: #f1f1f1;
		height:130px;
		margin-bottom: 5%;
	}

	.rec_right {
		float: right;
		width: 43%;
		padding: 3%;
		margin-top: 3%;
		background-color: #f1f1f1;
		height:130px;
		margin-bottom: 5%;
	}

	.rec_title {
		font-size: 22px;
		font-weight: bold;
		margin-bottom: 3%;
	}

	.rec_content {
		font-size: 14px;
		line-height: 26px;
	}

	.circle {
		width: 10px;
		height: 10px;
		display: inline-block;
		background-color: #302166;
		border-radius: 10px;
	}

	.rec_right .rec_content {
		/* margin-top: 2.5%; */
		font-size: 14px;
	}

	.rec_one_line .rec_title {
		margin-top: 4%;
		margin-bottom: 1%;
		color: #424242;
	}

	.content_pic {
		text-align: center;
		margin: 5% 0;
	}

	.content_pic img {
		width: 80%;
		margin: 0 auto;
	}

	/*sub_3_2 E*/
	/*5th s*/
	.nth5_sec {
		margin-top: 80px;
		padding: 5% 0;
		text-align: center;
		margin-bottom: 300px;
	}

	.nth5_sec .title {
		color: #302166;
	}

	.main_pic_5 {
		width: 49.5%;
		height: 270px;
		float: left;
		margin-right: 1%;
		margin-bottom: 1%;
		position: relative;
		overflow: hidden;
	}

	.main_pic_5:nth-child(2n){
		margin-right: 0;
	}

	.nth5_sec .over_hi {
		min-width: 98%;
		margin: 2% auto 0;
	}
/*
	.main_pic_5:nth-child(2n) {
		margin-right: 0;
	} */
	.main_pic_5 img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.main_pic_text {
		position: absolute;
		bottom: 0;
		text-align: left;
		border-left: 5px solid #bb946b;
		padding: 0 5%;
		margin: 7% 0 7% 5%;
		z-index:2;
	}
	.main_pic_mo {
		z-index:2;
		display:none;
		width:100%;
		height:90px;
		position:absolute;
		bottom:0px;
		z-index:2;
		background-color:rgba(41,29,102,0.89);
	}
	.main_pic_mo.on {
		display:block;
	}
	.main_pic_text.on {
		display:block;
	}
	.main_pic_title {
		font-size: 20px;
		color: #fff;
	}

	.main_pic_content {
		font-size: 12px;
		color: #fff;
		margin-top: 5%;
	}

	.go_portfolio {
		float: left;
		width: 100%;
		background-color: #bb946b;
		padding: 3% 0;
	}

	.go_portfolio .title {
		color: #232323;
	}

	.go_portfolio button {
		background-color: rgba(255, 255, 255, 0);
		border: 1px solid #232323;
		margin-top: 2%;
		padding: 0.5% 2.5%;
		font-size: 20px;
	}

	/*5th E*/

	/*sub_de S*/
	.sub_de {
		position: relative;
	}

	.sub_de img {
		width: 100%;
	}
	.sub_de::after {
		content:'';
		display:block;
		width:100%;
		height:150px;
		position:absolute;
		bottom:0px;
		z-index:1;
		background-color:rgba(41,29,102,0.89);
	}
	.sub_de_ab {
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 4%;
		text-align: left;
		z-index:2;
	}

	.big_title {
		font-size: 45px;
		color: #fff;
		text-shadow: 3px 3px 4px #000;
	}

	.big_content {
		font-size: 30px;
		color: #fff;
		margin-top: 3%;
		font-weight: 300;
	}
	.section_1{
		text-align: left;
		margin-top:10%;
	}
	.sub_de_content_sub{
		font-size:22px;
		margin-bottom: 1%;
		font-weight:300;
	}
	.sub_de_content_title{
		font-size:30px;
		font-weight:300;
	}
	.sub_de_write{
		line-height: 24px;
		padding: 2%  0 5%
	}

	.next_view {
		z-index: 9;
		font-size: 0;
		line-height: 0;
		right: -70px;
		position: absolute;
		top: 50%;
		display: block;
		width: 60px;
		height: 60px;
		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/right_paging.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	.prev_view {
		z-index: 999;
		font-size: 0;
		line-height: 0;
		left: -70px;
		position: absolute;
		top: 50%;
		display: block;
		width: 60px;
		height: 60px;
		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/left_paging.png);
		background-size: 100% 100%;
		background-position: center;
		background-repeat: no-repeat;
	}
	[class^="slick_"]{
		margin-top: 5%;
			margin-bottom: 10%;
	}
	.background-sub-2-de{
		background-color: #302166;
		position: absolute;
		width: 100%;
		left: 0;
		height: 68px;
		bottom: 0;
	}
	/*sub_de E*/

}

@media all and (min-width: 1065px) {
	.sub4 .right {
		text-align:center;
	}
	.pcnone {
		display: none;
	}

	.only_m {
		display: none;
	}


	.sub_sec {
		margin-top: 80px;
		padding: 5% 0;
		text-align: center;
	}

	.title {
		font-size: 35px;
		font-weight:bold;
	}

	.nth2_sec .title {
		color: #2c2562;
	}

	.content {
		font-size: 18px;
		line-height: 25px;
		margin-top: 3%;
	}

	.history_tree {
		margin: 4% 0;
		overflow:hidden;
	}

	/* .history_area:nth-child(odd) {
		overflow: hidden;
		width: 45.792%;
		padding: 2%;
		text-align:left;
		float: right;
		border-left: 5px solid #2c2562;
	} */

	/* .history_area:nth-child(even) {
		overflow: hidden;
		text-align: right;
		padding: 2%;
		width: 45.792%;
		border-right: 5px solid #2c2562;
	} */
	.em_le {
		float:left;
		padding: 2%;
		width:49.5%;
	}
	.em_ri {
		float:right;
		padding: 2%;
		width:49.5%;
	}
	.history_area_ri {
		overflow: hidden;
		width:50.20%;
		padding: 2%;
		text-align:left;
		float: right;
		border-left: 5px solid #2c2562;
	}
	.history_area_ri_1 {
		border-left: 5px solid #be976a;
	}
	.history_area_le_1 {
		border-right: 5px solid #be976a !important;
	}
	.history_area_le {
		overflow: hidden;
		text-align: right;
		padding: 2%;
		float:left;
		width:50.20%;
		border-right: 5px solid #2c2562;
	}
	/* .history_area:first-child {
		border-left: 5px solid #be976a;
	} */

	.year {
		font-size: 28px;
		font-weight: 600;
	}

	.his_content {
		font-weight: 300;
		font-size: 16px;
		margin-top: 2%;
		line-height: 24px;
	}

	/*sub_3*/
	.brand_area {
		font-size: 0;
		margin: 4% 0;
	}

	.brand_box {
		float: left;
		width: 14.11%;
		border: 1px solid #e1e1e1
	}

	.brand_box img {
		width: 100%;
	}

	/*sub_3*/
	/*sub_3_1 E*/
	.nth6_sec {
		padding: 5% 0;
		text-align: center;
		/* margin-top: 80px; */
	}

	.nth6_sec .title {
		color: #302166;
	}

	.nth6_box {
		width: 28.6%;
		padding: 4% 2%;
		background-color: #e1e1e1;
		margin-right: 1%;
		float: left;
		background-color: #f1f1f1;
		text-align: left;
		margin-top: 4%;
	}

	.nth6_box:nth-child(2) {
		background-color: #f6f6f6;
	}

	.nth6_box:last-child {
		margin-right: 0;
	}

	.nth6_box hr {
		width: 20px;
		margin: 10% 0;
		border: 0;
		border-bottom: 6px solid #302166;
	}

	.nth_box_title {
		font-size: 30px;
		color: #111;
		margin-bottom:10px;
	}

	.nth_box_content {
		font-size: 18px;
		color: #111;
	}

	.nth6_sec .wrap > hr {
		border: 0;
		border-bottom: 2px solid #111;
		margin: 4% 0;
	}

	.nth6_sec table {
		width: 100%;
		border: 0;
		border-collapse: collapse;
	}

	.nth6_sec table th {
		width: 5%;
		vertical-align: top;
		padding: 0.5% 0;
	}

	.nth6_sec table td {
		text-align: left;
		vertical-align: middle;
		line-height: 28px;
		font-size: 18px;
	}

	.mapif {
		margin-top: 4%;
	}

	.touch_pop {
		margin-top: 4%;
		padding: 2%;
		border-top: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;
		overflow: hidden;
	}

	.touch_content {
		float: left;
	}

	.touch_image {
		float: right;
		cursor: pointer;
	}

	.faq_box {
		overflow: hidden;
		margin-top: 2%;
	}

	.left-faq {
		width: 35%;
		float: left;
	}

	.right-faq {
		width: 60%;
		float: right;
		text-align: left;
	}

	[class^="faq_top_"] {
		border-bottom: 1px solid #302166;
		position: relative;
		padding-top: 5%;
	}

	[class^="faq_top_"]:last-child {
		border-bottom: 0;
	}

	[class^="faq-"] {
		width: 97%;
		padding: 10px;
		border: 0;
		outline: none;
	}

	.faq_text {
		position: absolute;
		top: 20px;
		left: 0;
		font-size: 16px;
		transition-duration: 0.5s;
	}

	.go_text .faq_text {
		position: absolute;
		top: 7px;
		left: 0;
		font-size: 12px;
		transition-duration: 0.5s;
	}

	.faq-content {
		border: 1px solid #302166;
		text-align: left;
	}

	.fq_title {
		font-size: 22px;
		font-weight:400;
	}

	.fq_content {
		width: 100%;
		height: 200px;
		margin-top: 10px;
		overflow-y: scroll;
		border: 0;
		outline: none;
	}

	.right-faq label {
		padding: 1% 0;
		display: inline-block;
	}

	.send_btn {
		background-color: #302166;
		color: #fff;
		border: 0;
		padding: 1% 4%;
		font-size: 18px;
	}

	/*sub_3_1 E*/

	/*pop*/
	[id^="popup"] {
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		top: 0;
		justify-content: center;
		display: none;
		z-index: 999;
	}

	[id^="popup"].active {
		display: block;
		opacity: 1;
	}

	.body {
		width: 700px;
		background-color: #fff;
		text-align: center;
		position: absolute;
		left: 50%;
		margin-left: -350px;

		text-align: left;
		padding: 2%;
		position: relative;
	}

	.body_content {
		min-height: 300px;
		max-height: 400px;
		overflow-y: scroll;
	}

	.body .title {
		text-align: center;
		padding: 0 2% 2%;
	}

	.close {
		position: absolute;
		right: 0;
		top: -30px;
		font-size: 20px;
		font-weight: bold;
		cursor: pointer;
		color: #fff;
	}

	/*pop*/

	/*sub_3_2 S*/
	.content_left {
		font-size: 28px;
margin-top: 7%;
margin-bottom: 1%;
	}

	.content_left hr {
		width: 20px;
		margin: 1% 0;
		border: 2px solid #302166;
	}

	.recruit_content {
		margin-top: 4%;
		margin-bottom: 6%;
	}

	.rec_icon_box {
		text-align: center;
		float: left;
		padding: 2%;
		width: 20%;
	}

	.rec_icon_box .noto_se {
		font-size: 18px;
		margin: 2%;
	}

	.rec_left {
		float: left;
		width: 43%;
		padding: 3%;
		margin-top: 3%;
		background-color: #f1f1f1;
		height:160px;
		margin-bottom: 5%;
	}

	.rec_right {
		float: right;
		width: 43%;
		padding: 3%;
		margin-top: 3%;
		background-color: #f1f1f1;
		height:160px;
		margin-bottom: 5%;
	}

	.rec_title {
		font-size: 22px;
		font-weight: bold;
		color: #424242;
		margin-bottom: 3%;
	}

	.rec_content {
		line-height: 26px;
	}

	.circle {
		width: 10px;
		height: 10px;
		display: inline-block;
		background-color: #302166;
		border-radius: 10px;
	}

	.rec_right .rec_content {
		/* margin-top: 2.5%; */
	}

	.rec_one_line .rec_title {
		margin-top: 4%;
		margin-bottom: 1%;
		color: #424242;
	}

	.content_pic {
		text-align: center;
		margin: 5% 0;
	}

	.content_pic img {
		width: 80%;
		margin: 0 auto;
	}

	/*sub_3_2 E*/
	/*5th s*/
	.nth5_sec {
		margin-top: 80px;
		padding: 5% 0;
		text-align: center;
		margin-bottom: 300px;
	}

	.nth5_sec .title {
		color: #302166;
	}

	.main_pic_5 {
		font-size: 0;
    width: 32.5%;
		height: 320px;
    float: left;
    margin-right: 1.25%;
    margin-bottom: 1%;
    position: relative;
    cursor: pointer;
    background-color: #302166;
		overflow: hidden;
	}

	.main_pic_5:nth-child(3n){
		margin-right: 0;
	}

	.main_pic_5::after.on {
		display:block;
	}
	.main_pic_mo {
		z-index:2;
		display:none;
		width:100%;
		height:90px;
		position:absolute;
		bottom:0px;
		z-index:2;
		background-color:rgba(41,29,102,0.89);
	}
	.main_pic_mo.on {
		display:block;
	}
	.main_pic_text.on {
		display:block;
	}
	.nth5_sec .over_hi {
		min-width: 1064px;
		max-width: 1400px;
		margin: 2% auto 0;
	}

	/* .main_pic_5:nth-child(3n) {
		margin-right: 0;
	} */

	.main_pic_5 img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.main_pic_text {
		position: absolute;
		bottom: 0;
		text-align: left;
		border-left: 5px solid #bb946b;
		padding: 0 5%;
		margin: 6% 0 6% 5%;
	}

	.main_pic_title {
		font-size: 22px;
		color: #fff;
	}

	.main_pic_content {
		font-size: 16px;
		color: #fff;
		margin-top: 5%;
	}

	.go_portfolio {
		float: left;
		width: 100%;
		background-color: #bb946b;
		padding: 3% 0;
	}

	.go_portfolio .title {
		color: #232323;
	}

	.go_portfolio button {
		background-color: rgba(255, 255, 255, 0);
		border: 1px solid #232323;
		margin-top: 2%;
		padding: 0.5% 2.5%;
		font-size: 20px;
	}

	/*5th E*/
	/*sub_de S*/
	.sub_de {
		position: relative;
		width: 100%;
		height: 95vh;
		overflow: hidden;
		text-align: center;
	}
	.sub_de::after {
		content:'';
		display:block;
		width:100%;
		height:190px;
		position:absolute;
		bottom:0px;
		z-index:1;
		background-color:rgba(41,29,102,0.89);
	}
	.sub_de img {
		height:100%;
		/* width: 100%;
		object-fit: cover; */
	}

	.sub_de_ab {
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 4%;
		text-align: left;
		z-index:2;
	}

	.big_title {
		font-size: 45px;
		color: #fff;
		text-shadow: 3px 3px 4px #000;
	}

	.big_content {
		font-size: 30px;
		color: #fff;
		margin-top: 3%;
		font-weight: 300;
	}
	.section_1{
		text-align: left;
		margin-top:10%;
	}
	.sub_de_content_sub{
		font-size:22px;
		margin-bottom: 1%;
		font-weight:300;
	}
	.sub_de_content_title{
		font-size:30px;
		font-weight:300;
	}
	.sub_de_write{
		line-height: 24px;
		padding: 2%  0 5%
	}

	.next_view {
    z-index: 9;
    font-size: 0;
    line-height: 0;
    right: -70px;
    position: absolute;
    top: 50%;
    display: block;
    width: 60px;
    height: 60px;
    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/right_paging.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
	.prev_view {
    z-index: 999;
    font-size: 0;
    line-height: 0;
    left: -70px;
    position: absolute;
    top: 50%;
    display: block;
    width: 60px;
    height: 60px;
    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/left_paging.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
	[class^="slick_"]{
		margin-top: 5%;
			margin-bottom: 10%;
	}
	.background-sub-2-de{
		background-color: #302166;
    position: absolute;
    width: 100%;
    left: 0;
    height: 85px;
    bottom: 0;
	}
		/*sub_de E*/

		.slick_5 .main_pic_5{
			margin-right: 1.25%;
		}

		.slick_5 .main_pic_5:nth-child(3n){
			margin-right: 1.25%;
		}
}
