@charset "utf-8";

.forMob {
	display: none !important;
}

/* index02.php */
#mainContent1 {
}
#mainContent1 li {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#mainContent1 li .img {
}
#mainContent1 li .img img {
	width: 100%;
	visibility: hidden;
	opacity: 0;
}
#mainContent1 li .main-text {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 1.5;
	color: #fff;
}
#mainContent1 li .main-text span {
	font-size: 28px;
	font-weight: 500;
}
#mainContent1 li .main-text h2 {
	padding: 16px 0 32px;
	font-size: 72px;
	font-weight: 700;
	letter-spacing: -1.8px;
}
#mainContent1 li .main-text p {
	font-size: 20px;
	letter-spacing: 0;
	font-family: "Poppins", serif;
}
#mainContent1 .control_wrap {
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 50%;
	bottom: 56px;
	transform: translateX(-50%);
	z-index: 1;
	width: 100%;
	max-width: 1640px;
	padding: 0 20px;
	box-sizing: border-box;
}
#mainContent1 .control_wrap .progress {
	position: relative;
	width: 170px;
	height: 24px;
	line-height: 24px;
}
#mainContent1 .control_wrap .progress .pagination_bullet {
	position: relative;
	margin: 0;
	top: 0;
}
#mainContent1
	.control_wrap
	.progress
	.pagination_bullet
	.swiper-pagination-current {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Poppins", serif;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}
#mainContent1
	.control_wrap
	.progress
	.pagination_bullet
	.swiper-pagination-total {
	position: absolute;
	top: 0;
	right: 0;
	font-family: "Poppins", serif;
	font-size: 14px;
	color: #fff;
	opacity: 0.5;
}
#mainContent1 .control_wrap .progress .pagination_progress {
	top: 50%;
	left: 23px;
	transform: translateY(-50%);
	width: 120px;
	height: 2px;
	background: rgba(255, 255, 255, 0.3);
}
#mainContent1
	.control_wrap
	.progress
	.pagination_progress
	.swiper-pagination-progressbar-fill {
	background: #fff;
}
#mainContent1
	.control_wrap
	.progress
	.pagination_progress
	.swiper-scrollbar-drag {
	background: #fff;
}
#mainContent1 .control_wrap .progress .control {
	position: absolute;
	top: 0;
	right: -89px;
	width: 65px;
	height: 100%;
}
#mainContent1 .control_wrap .progress .control::after {
	content: "";
	width: 1px;
	height: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	opacity: 0.3;
}
#mainContent1 .control_wrap .progress .control .swiper-button {
	width: 24px;
	height: 24px;
	top: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#mainContent1 .control_wrap .progress .control .swiper-button::after {
	font-size: 0;
}
#mainContent1
	.control_wrap
	.progress
	.control
	.swiper-button.swiper-button-disabled {
	opacity: 1;
}
#mainContent1 .control_wrap .progress .control .swiper-button-next {
	right: 0;
	background-image: url("../svg/main_visual_next.svg");
}
#mainContent1 .control_wrap .progress .control .swiper-button-prev {
	left: 0;
	background-image: url("../svg/main_visual_prev.svg");
}
#mainContent1 .control_wrap .scrolldown {
	position: relative;
	padding-right: 32px;
	font-size: 13px;
	color: #fff;
	line-height: 24px;
}
#mainContent1 .control_wrap .scrolldown span {
	font-family: "Poppins", serif;
	opacity: 0.5;
}
#mainContent1 .control_wrap .scrolldown::before {
	content: "";
	display: block;
	width: 12px;
	height: 18px;
	position: absolute;
	top: 50%;
	right: 6px;
	transform: translateY(-50%);
	border: 1px solid #fff;
	border-radius: 6px;
}
#mainContent1 .control_wrap .scrolldown::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 8px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	animation: scrolldown 0.75s infinite ease-in alternate-reverse;
}
@keyframes scrolldown {
	0% {
		top: 6px;
	}
	75% {
		top: 11px;
	}
	100% {
		top: 11px;
	}
}
#mainContent2 {
	padding: 160px 0 360px;
	position: relative;
	overflow: hidden;
}
#mainContent2::after {
	content: "Best Chemical Company Best Chemical Company";
	position: absolute;
	bottom: 40px;
	left: 0;
	font-family: "Poppins", serif;
	font-size: 240px;
	font-weight: 700;
	white-space: nowrap;
	color: #f1f1f1;
	animation: scrollText 90s infinite linear;
}
#mainContent2 h3 {
	max-width: 1440px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	font-family: "Poppins", serif;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.5;
	color: #111;
}
#mainContent2 h3::before {
	content: "";
	position: absolute;
	top: -40px;
	left: 120px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #2cbcb6;
	z-index: -1;
}
#mainContent2 .business-info {
	max-width: 1440px;
	position: relative;
	margin: 0 auto;
	padding: 16px 0 56px;
	color: #666;
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: -0.45px;
	word-break: keep-all;
}
#mainContent2 .business-info::before {
	content: "";
	position: absolute;
	top: -10px;
	left: -40px;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: #00b37d;
	z-index: -1;
}
#mainContent2 .business_list {
	display: flex;
	gap: 8px;
	position: relative;
	max-width: 1480px;
	margin: auto;
	padding: 0 20px;
	box-sizing: border-box;
}
#mainContent2 .business_list::after {
	content: "";
	position: absolute;
	bottom: -120px;
	right: -100px;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	background: #8dc63f;
	z-index: -1;
}
#mainContent2 .business_list li {
	position: relative;
	flex: 1;
	overflow: hidden;
	transition: all 0.3s ease-out;
}
#mainContent2 .business_list li .img {
}
#mainContent2 .business_list li .img img {
}
#mainContent2 .business_list li .tit {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	padding: 0 40px;
	line-height: 1.5;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: -0.6px;
	color: #fff;
	box-sizing: border-box;
}
#mainContent2 .business_list li .tit span {
	position: absolute;
	display: block;
	bottom: 40px;
	transition: all 0.2s ease-out;
}
#mainContent2 .business_list li .txt-box {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	padding: 0 40px;
	color: #fff;
	box-sizing: border-box;
	transition: all 0.2s ease-out;
	opacity: 0;
}
#mainContent2 .business_list li .txt-box dt {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.6px;
}
#mainContent2 .business_list li .txt-box dd {
	padding-top: 16px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.4px;
	word-break: keep-all;
}
#mainContent2 .business_list:hover li.on {
	flex: 7;
}
#mainContent2 .business_list:hover li.on .tit span {
	transition: all 0.1s ease-out;
	opacity: 0;
}
#mainContent2 .business_list:hover li.on .txt-box {
	transition: all 0.6s ease-out;
	opacity: 1;
}
@keyframes scrollText {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-50%);
	}
}
#mainContent3 {
	margin-bottom: 160px;
}
#mainContent3 .outreach-con {
	display: flex;
}
#mainContent3 .outreach-con .left-box {
	position: relative;
	width: 42%;
	background: #0066b3;
}
#mainContent3 .outreach-con .left-box .tit-box {
	max-width: 580px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	padding: 0 80px 0 20px;
	box-sizing: border-box;
}
#mainContent3 .outreach-con .left-box .tit-box .tit {
	color: #fff;
}
#mainContent3 .outreach-con .left-box .tit-box .tit h3 {
	font-size: 56px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.5;
}
#mainContent3 .outreach-con .left-box .tit-box .tit p {
	padding: 16px 0 56px;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: -0.45px;
}
#mainContent3 .outreach-con .left-box .tit-box .outreach-control {
}
#mainContent3 .outreach-con .left-box .tit-box .outreach-control li {
	flex: 1;
}
#mainContent3
	.outreach-con
	.left-box
	.tit-box
	.outreach-control
	li.swiper-slide-thumb-active
	.btn {
	border: 2px solid #fff;
}
#mainContent3 .outreach-con .left-box .tit-box .outreach-control li .btn {
	width: 100%;
	height: 80px;
	border-radius: 0;
	border: none;
	margin: 0;
	padding: 0;
	font-family: inherit;
	background: #00355c;
	color: #fff;
	cursor: pointer;
}
#mainContent3 .outreach-con .left-box .tit-box .control_wrap {
	position: relative;
	display: flex;
	margin-top: 24px;
	gap: 16px;
}
#mainContent3
	.outreach-con
	.left-box
	.tit-box
	.control_wrap
	.swiper-pagination {
	position: unset;
	width: auto;
	text-align: left;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}
#mainContent3
	.outreach-con
	.left-box
	.tit-box
	.control_wrap
	.swiper-pagination
	.swiper-pagination-current {
	font-family: "Poppins", serif;
	font-weight: 700;
}
#mainContent3
	.outreach-con
	.left-box
	.tit-box
	.control_wrap
	.swiper-pagination
	.swiper-pagination-total {
	font-family: "Poppins", serif;
	opacity: 0.5;
}
#mainContent3
	.outreach-con
	.left-box
	.tit-box
	.control_wrap
	.swiper-pagination
	.swiper-pagination-total::before {
	content: "/";
	display: inline-block;
	padding: 0 4px;
	font-size: 12px;
}
#mainContent3 .outreach-con .left-box .tit-box .control_wrap .control {
	display: flex;
	position: relative;
	gap: 9px;
}
#mainContent3 .outreach-con .left-box .tit-box .control_wrap .control::after {
	content: "";
	width: 1px;
	height: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	opacity: 0.3;
}
#mainContent3
	.outreach-con
	.left-box
	.tit-box
	.control_wrap
	.control
	.swiper-button {
	position: unset;
	width: 24px;
	height: 24px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#mainContent3
	.outreach-con
	.left-box
	.tit-box
	.control_wrap
	.control
	.swiper-button::after {
	display: none;
}
#mainContent3
	.outreach-con
	.left-box
	.tit-box
	.control_wrap
	.control
	.swiper-button-prev {
	position: unset;
	background-image: url("../svg/main3_prev.svg");
}
#mainContent3
	.outreach-con
	.left-box
	.tit-box
	.control_wrap
	.control
	.swiper-button-next {
	position: unset;
	background-image: url("../svg/main3_next.svg");
}
#mainContent3 .outreach-right-box {
	width: 58%;
}
#mainContent3 .outreach-right-box .outreach-list li .img-box img {
	width: 100%;
}
#mainContent4 {
	padding: 160px 0;
	padding-top: 0;
}
#mainContent4 .tit-box {
	padding-bottom: 64px;
	overflow: hidden;
}
#mainContent4 .tit-box .tit {
	display: flex;
	gap: 24px;
	font-size: 88px;
	font-weight: 700;
	line-height: 1;
	color: #f1f1f1;
}
#mainContent4 .tit-box .tit + .tit {
	margin-top: 8px;
}
#mainContent4 .tit-box .tit1 h3 {
	color: #8dc63f;
}
#mainContent4 .tit-box .tit2 {
	justify-content: center;
}
#mainContent4 .tit-box .tit2 h3 {
	color: #0066b3;
}
#mainContent4 .tit-box .tit3 {
	justify-content: flex-end;
}
#mainContent4 .tit-box .tit3 h3 {
	color: #00355c;
}
#mainContent4 ul {
	max-width: 1440px;
	display: flex;
	gap: 8px;
	margin: 0 auto;
}
#mainContent4 ul li {
	position: relative;
	width: 50%;
	overflow: hidden;
}
#mainContent4 ul li a {
	display: block;
}
#mainContent4 ul li a .bg {
	width: 100%;
	object-fit: cover;
	transition: 0.3s;
}
#mainContent4 ul li:hover a .bg {
	transform: scale(1.1);
}
#mainContent4 ul li a .text-box {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0 20px;
	color: #fff;
	text-align: center;
	word-break: keep-all;
	box-sizing: border-box;
}
#mainContent4 ul li a .text-box h4 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
}
#mainContent4 ul li a .text-box p {
	padding: 16px 0 40px;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.4px;
}
#mainContent4 ul li a .text-box .more-btn {
	display: inline-block;
	line-height: 23px;
	border-bottom: 1px solid #fff;
	font-family: "Poppins", serif;
}
#mainContent4 ul li a .text-box .more-btn::after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-left: 24px;
	background: url(../svg/main3_next.svg) no-repeat center;
	vertical-align: middle;
	background-size: contain;
}
/* // index02.php */

/* sub */
.kv_cont {
	position: relative;
}
.kv_cont .cont_img {
}
.kv_cont .cont_img img {
	width: 100%;
}
.kv_cont .cont_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
}
.kv_cont .cont_txt h2 {
	font-size: 64px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -1.6px;
}
.kv_cont .cont_txt p {
	margin-top: 8px;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: -0.5px;
}
.content_wrap {
	padding-bottom: 140px;
}
.vision .content_wrap {
	padding: 0;
}
.content_wrap .tab_btn_wrap {
	position: relative;
	margin-bottom: 140px;
}
.vision .content_wrap .tab_btn_wrap {
	margin-bottom: 0;
}
.content_wrap .tab_btn_wrap::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #ddd;
}
.content_wrap .tab_btn_wrap ul {
	display: flex;
	max-width: 1440px;
	margin: 0 auto;
}
.content_wrap .tab_btn_wrap ul li {
	position: relative;
	flex: 1;
	text-align: center;
}
.content_wrap .tab_btn_wrap ul li a {
	display: block;
	padding: 20px 0;
	font-size: 18px;
	line-height: 1.5;
	color: #999;
}
.content_wrap .tab_btn_wrap ul li.active::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #0066b3;
}
.content_wrap .tab_btn_wrap ul li.active a {
	color: #0066b3;
	font-weight: 500;
}
.content_wrap .con_wrap .inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px;
}
.content_wrap .con_wrap .con_tit {
	padding-bottom: 80px;
}
.content_wrap .con_wrap .con_tit h3 {
	color: #111;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -1px;
}
.content_wrap .con_wrap .con_txt {
	padding-top: 24px;
	color: #666;
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: -0.8px;
}
.content_wrap .con_wrap .con_img_wrap {
	display: flex;
	gap: 8px;
}
.content_wrap .con_wrap .con_img_wrap li {
	flex: 1;
}
.content_wrap .con_wrap .con_img_wrap img {
	width: 100%;
	object-fit: contain;
	vertical-align: top;
}
.content_wrap .con_wrap .con_img_wrap .img_desc {
	margin-top: 24px;
	color: #666;
	text-align: center;
	line-height: 1.5;
	letter-spacing: -0.4px;
}

/* about
current */
.about.current .content_wrap .con_wrap .con_tit h3 {
	font-size: 20px;
	text-align: justify;
	font-weight: 400;
}
.about.current .img_box img {
	width: 100%;
	vertical-align: top;
}
.about.current .img_box .txt_box {
	position: relative;
	width: calc(100% - 120px);
	margin: -120px auto 0;
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
	box-shadow: 8px 8px 64px 0px rgba(0, 0, 0, 0.08);
}
.about.current .img_box .txt_box ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 8px;
}
.about.current .img_box .txt_box ul li {
	width: calc(50% - 4px);
	padding: 16px;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	display: flex;
}
.about.current .img_box .txt_box ul li.w100 {
	width: 100%;
}
.about.current .img_box .txt_box ul li strong {
	display: inline-block;
	width: 100px;
	color: #111;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.4px;
	flex-shrink: 0;
}
.about.current .img_box .txt_box ul li span {
	color: #666;
	line-height: 1.5;
	letter-spacing: -0.4px;
}
/* about
history */
.about.history .content_wrap {
	padding-bottom: 0;
}
.about.history .con1 p {
	margin-top: 24px;
	color: #111;
	text-align: center;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing: -0.6px;
}
.about.history .con2 {
	position: relative;
	background: #f0f5f9;
	padding: 140px 0;
	box-sizing: border-box;
}
/* .about.history .con2 .inner{position: relative;display: flex;justify-content: space-between;} */
/* .about.history .con2 .indicator{position: absolute;width: 21px;height: 21px;background: #0066b3;border-radius: 50%;left: 490px;top: 0;} */
/* .about.history .con2 .history_year{width: 320px;flex-shrink: 0;} */
.about.history .con2 .history_year .year_wrap {
}
.about.history .con2 .history_year .year_wrap .year_quick {
	text-align: right;
}
.about.history .con2 .history_year .year_wrap .year_quick li {
}
.about.history .con2 .history_year .year_wrap .year_quick li a {
	color: #c5d2dd;
	font-size: 80px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -2px;
}
.about.history .con2 .history_year .year_wrap .year_quick li.active a {
	color: #111;
	font-size: 120px;
	letter-spacing: -3px;
}
.about.history .con2 .history_list {
	width: calc(100% - 480px);
	border-left: 1px solid #ddd;
}
.about.history .con2 .history_list > li:first-child {
	padding-top: 0;
}
.about.history .con2 .history_list > li:last-child {
	padding-bottom: 410px;
}
.about.history .con2 .history_list > li {
	display: flex;
	position: relative;
	padding-left: 4.1667vw;
	padding-top: 40px;
}
.about.history .con2 .history_list .year {
	color: #111;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.6px;
	width: 72px;
	flex-shrink: 0;
}
.about.history .con2 .history_list ul {
}
.about.history .con2 .history_list ul li {
	position: relative;
	padding: 6px 0 6px 24px;
	color: #666;
	line-height: 1.5;
	letter-spacing: -0.4px;
}
.about.history .con2 .history_list ul li:not(.img)::before {
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	top: 16px;
	width: 4px;
	height: 4px;
	background: #666;
	border-radius: 50%;
}
.about.history .con2 .history_list ul li.img {
	padding: 16px 0 0;
	width: 70%;
}
.about.history .con2 .history_list ul li img {
	width: 100%;
	vertical-align: top;
}
.about.history .con2 .history_list ul li img + img {
	padding-top: 4px;
}

/* history_year */
.about.history .con2 .inner {
	position: relative;
}
.about.history .con2 .history_year {
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	width: 34%;
	padding-right: 160px;
	box-sizing: border-box;
}
.about.history .con2 .indicator {
	position: absolute;
	left: 34.4%;
	top: 0px;
	width: 21px;
	height: 21px;
	transform: translateX(-50%);
	background: #0066b3;
	border-radius: 50%;
}
.about.history .con2.fixed .indicator {
	position: fixed;
	left: 37.56vw;
	top: 270px;
}
.about.history .con2.fixed .history_year {
	position: fixed;
	top: 100px;
	left: 220px;
	width: 16%;
	padding-right: 0;
}
/* history_list */
.about.history .con2 .history_list {
	float: right;
	width: 66%;
	border-left: 1px solid #c0c1c1;
}
.clearFix:after {
	display: block;
	clear: both;
	content: "";
}

/* .about.history .con2 .img_container{flex: 1;}
.about.history .con2 .img_container .bgwrap{position: relative;top: 0;left: 0;width: calc(100% - 80px);}
.about.history .con2 .img_container .bgwrap img{width: 100%;}
.about.history .con2 .txt_container{flex: 1;}
.about.history .con2 .txt_container .txtwrap{position: relative;height: 100%;}
.about.history .con2 .txt_container .txtwrap .linewrap{position: absolute;top: 12px;left: 0;width: 35px;height: calc(100% - 30px);}
.about.history .con2 .txt_container .txtwrap .linewrap .line{position: absolute;top: 0;left: 17px;width: 1px;height: 100%;}
.about.history .con2 .txt_container .txtwrap .linewrap .grayLine{background: #ddd;}
.about.history .con2 .txt_container .txtwrap .linewrap .blueLine{background: #0066B3;}
.about.history .con2 .txt_container .txtwrap .conwrap{padding-left: 75px;box-sizing: border-box;}
.about.history .con2 .txt_container .txtwrap .conwrap .listwrap{padding-top: 80px;}
.about.history .con2 .txt_container .txtwrap .conwrap .listwrap:first-child{padding-top: 0;}
.about.history .con2 .txt_container .txtwrap .conwrap .listwrap .list{display: flex;width: 100%;margin-top: 24px;position: relative;}
.about.history .con2 .txt_container .txtwrap .conwrap .listwrap .list:first-child{margin-top: 0;}
.about.history .con2 .txt_container .txtwrap .conwrap .listwrap .list .dot{content: "";position: absolute;top: 12px;left: -62px;width: 9px;height: 9px;border-radius: 50%;background: #ddd;}
.about.history .con2 .txt_container .txtwrap .conwrap .listwrap .list .year{width: 72px;color: #111;font-size: 24px;font-weight: 700;line-height: 1.5;letter-spacing: -0.6px;flex-shrink: 0;}
.about.history .con2 .txt_container .txtwrap .conwrap .listwrap .list ul{width: calc(100% - 72px);}
.about.history .con2 .txt_container .txtwrap .conwrap .listwrap .list ul li{position: relative;padding: 6px 0 6px 24px;color: #666;line-height: 1.5;letter-spacing: -0.4px;}
.about.history .con2 .txt_container .txtwrap .conwrap .listwrap .list ul li::before{content: "";display: block;position: absolute;left: 10px;top: 16px;width: 4px;height: 4px;background: #666;border-radius: 50%;} */

/* about
business */
.about.business .con1 img {
	width: 100%;
	vertical-align: top;
	object-fit: contain;
}
.about.business .con1 article .tit {
	margin-top: 24px;
	color: #111;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.6px;
}
.about.business .con1 .domestic .map {
	display: flex;
	padding: 113px 100px 87px;
	gap: 42px;
	background: #f0f5f9;
}
.about.business .con1 .domestic .map .left {
	flex: 1;
}
.about.business .con1 .domestic .map .center {
	flex-shrink: 0;
}
.about.business .con1 .domestic .map .right {
	flex: 1;
}
.about.business .con1 .domestic .map .domestic_list strong {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.6px;
}
.about.business .con1 .domestic .map .domestic_list strong::before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 4px;
}
.about.business .con1 .domestic .map .domestic_list.list1 {
	margin-top: 69px;
}
.about.business .con1 .domestic .map .domestic_list.list2 {
	margin-top: 40px;
}
.about.business .con1 .domestic .map .domestic_list.list3 {
	margin-top: 167px;
}
.about.business .con1 .domestic .map .domestic_list.list1 strong {
	color: #0066b3;
}
.about.business .con1 .domestic .map .domestic_list.list2 strong {
	color: #2cbcb6;
}
.about.business .con1 .domestic .map .domestic_list.list3 strong {
	color: #8dc63f;
}
.about.business .con1 .domestic .map .domestic_list.list1 strong::before {
	background: #0066b3;
}
.about.business .con1 .domestic .map .domestic_list.list2 strong::before {
	background: #2cbcb6;
}
.about.business .con1 .domestic .map .domestic_list.list3 strong::before {
	background: #8dc63f;
}
.about.business .con1 .domestic .map .domestic_list p {
	margin-top: 4px;
	color: #111;
	line-height: 1.5;
	letter-spacing: -0.4px;
}
.about.business .con1 .domestic .map .domestic_list p:first-of-type {
	margin-top: 12px;
}
.about.business .con1 .domestic .map .domestic_list p::before {
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 8px;
	vertical-align: top;
}
.about.business .con1 .domestic .map .domestic_list .addr::before {
	background-image: url(../png/ico_contact_addr.png);
}
.about.business .con1 .domestic .map .domestic_list .phone::before {
	background-image: url(../png/ico_contact_phone.png);
}
.about.business .con1 .domestic .map .domestic_list span {
	display: block;
	margin-top: 20px;
	color: #666;
	line-height: 1.5;
	letter-spacing: -0.4px;
}
.about.business .con1 .foreign {
	margin-top: 64px;
}
.about.business .con1 .foreign .foreign_list {
	margin-top: 40px;
	border-top: 2px solid #111;
}
.about.business .con1 .foreign .foreign_list > li {
	display: flex;
	padding: 16px;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ddd;
}
.about.business .con1 .foreign .foreign_list li .foreign_tit {
	width: 160px;
	color: #111;
	font-family: "Poppins", serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
}
.about.business .con1 .foreign .foreign_list li .foreign_info {
	width: calc(100% - 240px);
}
.about.business .con1 .foreign .foreign_list li .foreign_info li {
	color: #666;
	line-height: 1.5;
	letter-spacing: -0.4px;
}
.about.business .con1 .foreign .foreign_list li .foreign_info li + li {
	margin-top: 8px;
}
.about.business
	.con1
	.foreign
	.foreign_list
	li
	.foreign_info
	li
	.foreign_info_tit {
	display: inline-block;
	width: 80px;
	color: #111;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.4px;
}
/* about
vision */
.about.vision .content_wrap .con_wrap .con_tit {
	width: 100%;
	overflow: hidden;
}
.about.vision .content_wrap .con_wrap .con_tit::after {
	content: "MISSION & VISON MISSION & VISON";
	display: block;
	white-space: nowrap;
	color: #111;
	font-size: 360px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -9px;
	padding-top: 80px;
	opacity: 0.06;
	animation: scrollText 40s infinite linear;
}
/* .about.vision .content_wrap .con_wrap .con_img_wrap {
	flex-wrap: wrap;
	row-gap: 40px;
	column-gap: 8px;
}
.about.vision .content_wrap .con_wrap .con_img_wrap li {
	width: calc(50% - 4px);
	flex: unset;
} */
.about.vision .content_wrap .con_wrap .con_img_wrap {
	width: 1040px;
	justify-content: space-between;
}
.about.vision .content_wrap .con_wrap .con_img_wrap li {
	width: 336px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	border: 1px solid #ddd;
	border-radius: 8px 8px 0 0;
}
.about.vision .content_wrap .con_wrap .con_img_wrap li span {
	display: block;
	padding: 13px 0;
	margin-bottom: 24px;
	font-weight: 700;
	font-size: 26px;
	border-radius: 8px 8px 0 0;
	color: #fff;
}
.about.vision .content_wrap .con_wrap li:first-of-type span {
	background: #8dc63f;
}
.about.vision .content_wrap .con_wrap li:nth-of-type(2) span {
	background: #2cbcb6;
}
.about.vision .content_wrap .con_wrap li:last-of-type span {
	background: #00b37d;
}
.about.vision .content_wrap .con_wrap .con_img_wrap .img_desc {
	height: 180px;
	margin: 0;
	color: #111;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -0.5px;
}
.about.vision .content_wrap .con_wrap .con_img_wrap img {
	padding: 8px;
	box-sizing: border-box;
}
.about.vision .con_top {
	max-width: none;
	padding: 140px 0;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 140px;
	background: #f0f5f9;
}
.about.vision .con_top .inner {
	width: 1440px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 120px;
}
.vision .con_top .con_list {
	position: relative;
}
.vision .con_top .con_list::before,
.vision .con_top .con_list::after {
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	width: 46px;
	height: 41px;
}
.vision .con_top .con_list::before {
	top: 0;
	background: url("../png/quote01.png") center / cover no-repeat;
}
.vision .con_top .con_list:first-of-type::before {
	margin-left: -325px;
}
.vision .con_top .con_list:last-of-type::before {
	margin-left: -240px;
}
.vision.en .con_top .con_list:first-of-type::before {
	margin-left: -575px;
}
.vision.en .con_top .con_list:last-of-type::before {
	margin-left: -545px;
}
.vision .con_top .con_list::after {
	bottom: 0;
	background: url("../png/quote02.png") center / cover no-repeat;
}
.vision .con_top .con_list:first-of-type::after {
	margin-left: 440px;
}
.vision .con_top .con_list:last-of-type::after {
	margin-left: 310px;
}
.vision.en .con_top .con_list:first-of-type::after {
	margin-left: 630px;
}
.vision.en .con_top .con_list:last-of-type::after {
	margin-left: 535px;
}
/* .vision .con_top .con_list:first-of-type */
.vision .con_top .con_txt {
	display: flex;
	align-items: center;
	padding: 0;
}
.vision .content_wrap .con_wrap .con_txt,
.vision .content_wrap .con_wrap .inner {
	padding: 0;
}
.vision .con_txt span {
	display: block;
	width: 150px;
	font-size: 30px;
	color: #111;
	font-weight: 700;
}
.vision .con_top .con_txt p {
	position: relative;
	flex: 1;
	font-size: 48px;
	font-weight: 700;
	color: #111;
	text-align: center;
}
.vision.en .con_top .con_txt p {
	width: 1180px;
	flex: none;
}
/* cont_top fin */

.about.vision .con_bot .inner {
	display: flex;
	gap: 120px;
}
.vision .con_bot {
	padding-bottom: 140px;
}
.vision .con_bot .wp_tit {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	color: #111;
}
/* about
ceo */
.about.ceo .content_wrap .con_wrap .con_img_wrap {
	flex-direction: column;
	row-gap: 80px;
}
.about.ceo .content_wrap .con_wrap .con_img_wrap li {
	display: flex;
	gap: 64px;
}
.about.ceo .content_wrap .con_wrap .con_img_wrap li:nth-child(even) {
	flex-direction: row-reverse;
}
.about.ceo .content_wrap .con_wrap .con_img_wrap li .image {
	width: 640px;
	flex-shrink: 0;
}
.about.ceo .content_wrap .con_wrap .con_img_wrap li .image img {
}
.about.ceo .content_wrap .con_wrap .con_img_wrap li .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	background: url("../png/ceo_bg.png") center / contain no-repeat;
}
.about.ceo .content_wrap .con_wrap .con_img_wrap li .text .num {
	display: inline-block;
	padding: 2px 19px;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.6px;
	background: #0066b3;
}
.about.ceo .content_wrap .con_wrap .con_img_wrap li .text strong {
	display: block;
	padding: 8px 0 24px;
	color: #111;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.8px;
}
.about.ceo li .text p {
	color: #666;
	font-size: 26px;
	line-height: 1.5;
	letter-spacing: -0.45px;
}
.about.ceo .content_wrap .con_wrap .bottom {
	padding-top: 50px;
	width: 100%;
}
.about.ceo .content_wrap .con_wrap .bottom p {
	color: #111;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.5px;
	text-align: right;
}
.about.ceo .content_wrap .con_wrap .bottom .sign {
	text-align: right;
	font-size: 20px;
	padding-top: 20px;
	color: #666;
	line-height: 1.5;
	letter-spacing: -0.4px;
}
.about.ceo .content_wrap .con_wrap .bottom .sign span {
	display: inline-block;
	padding-left: 24px;
	color: #111;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.5;
	vertical-align: middle;
}
/* about
ci */
.about.ci .con1 .ci_wrap {
	padding: 60px;
	text-align: center;
	background: #f5f5f5;
	box-sizing: border-box;
}
.about.ci .con1 .ci_wrap p {
	padding: 32px 0 48px;
	color: #111;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -1.2px;
}
.about.ci .con1 .ci_wrap .download_btn {
	display: block;
	width: 200px;
	height: 56px;
	margin: 0 auto;
	background: #0066b3;
	color: #fff;
	font-family: "Poppins", serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 56px;
	text-transform: uppercase;
}
.about.ci .con1 .ci_wrap .download_btn::after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: 8px;
	background: url(../png/ico_about_download.png) no-repeat center;
	background-size: contain;
	vertical-align: middle;
}
.about.ci .con2 {
	padding-top: 80px;
}
.about.ci .con2 .brand_color_tit {
	color: #111;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.8px;
}
.about.ci .con2 .brand_color_desc {
	padding: 16px 0 40px;
	color: #666;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: -0.45px;
}
.about.ci .con2 .brand_color {
	display: flex;
	gap: 24px;
}
.about.ci .con2 .brand_color .color {
	display: block;
	width: 100%;
}
.about.ci .con2 .brand_color .color1 {
	background: #0066b3;
}
.about.ci .con2 .brand_color .color2 {
	background: #8cc74d;
}
.about.ci .con2 .brand_color .color3 {
	background: #00af7d;
}
.about.ci .con2 .brand_color .color4 {
	background: #2dbdb6;
}
.about.ci .con2 .brand_color .color5 {
	background: #231f20;
}
.about.ci .con2 .brand_color .name {
	margin-top: 8px;
	color: #666;
	font-family: "Poppins", serif;
	line-height: 1.6;
}
.about.ci .con2 .brand_color .left {
	flex: 1;
}
.about.ci .con2 .brand_color .left .color {
	height: 258px;
}
.about.ci .con2 .brand_color .right {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	column-gap: 8px;
	row-gap: 24px;
}
.about.ci .con2 .brand_color .right li {
	width: calc(50% - 4px);
}
.about.ci .con2 .brand_color .right .color {
	height: 100px;
}
.about.ci .content_wrap .con_wrap .con2 .con_img_wrap {
	margin-top: 56px;
	flex-wrap: wrap;
	row-gap: 40px;
}
.about.ci .content_wrap .con_wrap .con2 .con_img_wrap li {
	width: calc(50% - 4px);
	flex: unset;
}
.about.ci .content_wrap .con_wrap .con2 .con_img_wrap .img_desc {
	margin-top: 9px;
}

/* declare */
.about.declare .top {
	display: flex;
	justify-content: space-between;
}
.about.declare .text {
	font-size: 24px;
	font-weight: 600;
	color: #111;
	text-align: center;
}
.about.declare .sub_txt {
	font-size: 20px;
	color: #111;
	line-height: 1.3;
}
.about.declare .con_wp {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 700px;
}
.about.declare .con_wp .inner {
	display: flex;
	flex-direction: column;
	gap: 50px;
	justify-content: center;
	max-width: none;
	padding: 0;
}
.about.declare .bottom {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
}
.about.declare .bottom p {
	font-size: 18px;
	font-weight: 500;
	text-align: right;
}
.about.declare .bottom .sign {
	width: 70px;
}
.about.declare .bottom .sign img {
	width: 100%;
	height: 100%;
}
/* social
sercive */
/* .social.sercive .content_wrap{padding-bottom: 0;}
.social.sercive .content_wrap .con_wrap .con2{margin-top: 80px;padding: 140px 0;background: #F0F5F9;} */
/* social
board-list */
.social.list .content_wrap .con_wrap .search_form .board_search {
	display: flex;
	padding: 56px;
	gap: 8px;
	justify-content: center;
	background: #eee;
	box-sizing: border-box;
}
.social.list .content_wrap .con_wrap .search_form .board_search #keyword {
	width: 480px;
	height: 46px;
	margin: 0;
	padding: 0 16px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	font-family: inherit;
	outline: none;
}
.social.list .content_wrap .con_wrap .search_form .board_search .search_btn {
	width: 120px;
	height: 48px;
	margin: 0;
	padding: 0;
	color: #fff;
	background: #0066b3;
	border: none;
	border-radius: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	font-family: inherit;
	letter-spacing: -0.45px;
	cursor: pointer;
	outline: none;
}
.social.list .content_wrap .con_wrap .search_form table {
	width: 100%;
	margin-top: 26px;
	border-top: 2px solid #111;
	table-layout: fixed;
}
.social.list .content_wrap .con_wrap .search_form table .no {
	width: 11%;
}
.social.list .content_wrap .con_wrap .search_form table .subject {
	width: auto;
}
.social.list .content_wrap .con_wrap .search_form table .date {
	width: 11%;
}
.social.list .content_wrap .con_wrap .search_form table thead th {
	padding: 26px 0;
	background: #f5f5f5;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	border-bottom: 1px solid #ddd;
	color: #111;
}
.social.list .content_wrap .con_wrap .search_form table tbody td {
	padding: 26px 0;
	background: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
	color: #999;
	border-bottom: 1px solid #ddd;
}
.social.list .content_wrap .con_wrap .search_form table tbody td.subject {
	text-align: left;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
}
.social.list .content_wrap .con_wrap .no_data {
	text-align: center;
}
.social.list .content_wrap .con_wrap .no_data strong {
	font-size: 40px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -1px;
	color: #111;
}
.social.list .content_wrap .con_wrap .no_data p {
	padding-top: 80px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.45px;
	color: #666;
}
/* social
board-view */
.social.view .content_wrap .con_wrap .top {
	padding: 48px 16px;
	border-top: 2px solid #111;
}
.social.view .content_wrap .con_wrap .top .subject {
	font-size: 32px;
	text-align: center;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.8px;
}
.social.view .content_wrap .con_wrap .top .description {
	padding-top: 24px;
}
.social.view .content_wrap .con_wrap .top .description ul {
	display: flex;
	justify-content: center;
	gap: 16px;
}
.social.view .content_wrap .con_wrap .top .description ul li {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.4px;
	color: #666;
}
.social.view .content_wrap .con_wrap .top .description ul li .tit {
	display: inline-block;
	padding-right: 4px;
	color: #999;
}
.social.view .content_wrap .con_wrap .detail {
	padding: 56px 0;
	min-height: 400px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.social.view .content_wrap .con_wrap .btn_wrap .attach {
	padding: 24px 0 56px;
}
.social.view .content_wrap .con_wrap .btn_wrap .attach ul {
	display: flex;
	gap: 16px;
	flex-direction: column;
}
.social.view .content_wrap .con_wrap .btn_wrap .attach ul li {
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	letter-spacing: -0.4px;
}
.social.view .content_wrap .con_wrap .btn_wrap .attach ul li::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 8px;
	background: url(../png/ico_attach.png) no-repeat center;
	background-size: contain;
	vertical-align: middle;
}
.social.view .content_wrap .con_wrap .btn_wrap .btn {
	display: block;
	width: 120px;
	height: 48px;
	margin: 0 auto;
	text-align: center;
	background: #0066b3;
	line-height: 48px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.45px;
	color: #fff;
}

/* esg */
.esg .con_txt_box {
	margin: 40px 0 100px;
}
.esg .con_txt_box strong {
	color: #111;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.8px;
}
.esg .con_txt_box p {
	color: #666;
	line-height: 1.5;
	letter-spacing: -0.4px;
	padding-top: 16px;
	font-size: 20px;
}
.esg .con2 {
	background: #f0f5f9;
	padding: 80px 0;
}
.esg .con2 .inner {
	display: flex;
}
.esg .con2 h4 {
	width: 540px;
	color: #111;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.8px;
}
.esg .con2 ul {
	width: calc(100% - 540px);
}
.esg .con2 ul li {
	display: flex;
	align-items: flex-start;
	gap: 40px;
}
.esg .con2 ul li + li {
	margin-top: 40px;
}
.esg .con2 ul li dt {
	color: #111;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.6px;
	padding-bottom: 8px;
}
.esg .con2 ul li dd {
	color: #666;
	line-height: 1.5;
	letter-spacing: -0.4px;
	padding: 6px 0 6px 24px;
	box-sizing: border-box;
	position: relative;
}
.esg .con2 ul li dd::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 10px;
	top: 15px;
	width: 4px;
	height: 4px;
	background: #666;
	border-radius: 50%;
	vertical-align: middle;
}
.esg .con3 {
	padding-top: 100px;
	padding-left: 11.6667vw;
	padding-right: 11.6667vw;
}
.esg .con3 ul {
}
.esg .con3 ul li {
	position: relative;
	overflow: hidden;
}
.esg .con3 ul li .bg {
	width: 100%;
}
.esg .con3 ul li .txt_box {
	display: flex;
	position: absolute;
	left: 0;
	bottom: calc(-100% + 116px);
	width: 100%;
	height: 100%;
	padding: 40px;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	transition: 0.4s ease-in-out;
}
.esg .con3 ul li .txt_box .tit {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.6px;
}
.esg .con3 ul li .txt_box .tit::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 12px;
	height: 2px;
	background: #fff;
}
.esg .con3 ul li .txt_box .tit::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	width: 2px;
	height: 12px;
	background: #fff;
	transition: 0.2s;
}
.esg .con3 ul li .txt_box .desc {
	opacity: 0;
	visibility: hidden;
	transition: 0.5s ease-in;
}
.esg .con3 ul li .txt_box .desc strong {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: -0.5px;
}
.esg .con3 ul li .txt_box .desc p {
	margin-top: 16px;
	line-height: 1.5;
	letter-spacing: -0.4px;
	opacity: 0.7;
}
.esg .con3 ul li.open .txt_box {
	bottom: 0;
}
.esg .con3 ul li.open .txt_box .desc {
	opacity: 1;
	visibility: visible;
}
.esg .con3 ul li.open .txt_box .tit::after {
	transform: translateY(-50%) rotate(90deg);
}

/* award */
.award .award_list img {
	width: 100%;
	vertical-align: top;
}
.award .award_list {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.award .award_list + .award_list {
	margin-top: 56px;
}
.award .award_list .award_list_tit {
	width: 100%;
}
.award .award_list .award_list_tit .date {
	color: #111;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.6px;
}
.award .award_list .award_list_tit .tit {
	color: #666;
	line-height: 1.5;
	letter-spacing: -0.4px;
	padding-left: 16px;
}
.award .award_list .award_list_img {
	display: flex;
	gap: 24px;
}

/* recruit */
.recruit .content_wrap {
	padding-bottom: 0;
}
.recruit .content_wrap .con_wrap .con_tit {
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.recruit .con1 .inner_bg {
	background: url(../png/recruitnew_bg.png) no-repeat;
	background-size: cover;
	padding: 80px 0;
}
.recruit .con1 ul {
	display: flex;
	max-width: 1440px;
	margin: auto;
	flex-wrap: wrap;
	row-gap: 56px;
	column-gap: 24px;
}
.recruit .con1 ul li {
	width: calc(50% - 12px);
}
.recruit .con1 ul li:nth-child(even) {
	margin-top: 240px;
}
.recruit .con1 ul li img {
	width: 100%;
	vertical-align: top;
}
.recruit .con1 ul li strong {
	display: inline-block;
	color: #111;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.8px;
	padding: 24px 0 8px;
}
.recruit .con1 ul li p {
	color: #666;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: -0.45px;
}

/* contact Us */
.contactus .company_list li {
	display: flex;
	overflow: hidden;
	height: 440px;
}
.contactus .company_list li + li {
	margin-top: 40px;
}
.contactus .company_list li .map {
	width: 73%;
}
.contactus .company_list li .map img {
	width: 100%;
	vertical-align: top;
}
.contactus .company_list li .info {
	width: 27%;
	padding: 0 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	background: #f5f5f5;
}
.contactus .company_list li .info strong {
	color: #111;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.6px;
}
.contactus .company_list li .info p {
	margin-top: 8px;
	color: #666;
	line-height: 1.5;
	letter-spacing: -0.4px;
}
.contactus .company_list li .info p::before {
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 8px;
	vertical-align: top;
}
.contactus .company_list li .info p:first-of-type {
	margin-top: 16px;
}
.contactus .company_list li .info .addr::before {
	background-image: url(../png/ico_contact_addr.png);
}
.contactus .company_list li .info .phone::before {
	background-image: url(../png/ico_contact_phone.png);
}
.contactus .company_list li .info .link {
	margin-top: 40px;
}
.contactus .company_list li .info .link a {
	display: block;
	width: 200px;
	height: 56px;
	line-height: 56px;
	border: 1px solid #ddd;
	background: #fff;
	text-align: center;
	color: #666;
}
.contactus .company_list li .info .link a::after {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: 8px;
	vertical-align: middle;
	background: url(../png/ico_contact_link.png) no-repeat center;
	background-size: contain;
}

/* [s] admin */
.adm {
	position: relative;
	width: 100%;
	height: 100vh;
	background: #f1f2f3;
}
.adm .adm_container {
	display: flex;
	width: 100%;
	height: 100%;
	padding: 30px;
	box-sizing: border-box;
	justify-content: space-between;
}
.adm .adm_container .side_menu {
	display: flex;
	width: 285px;
	height: 100%;
	background: #fff;
	flex-direction: column;
	justify-content: space-between;
	border: 1px solid #d0d3d7;
	border-radius: 10px;
}
.adm .adm_container .side_menu .side_top .top {
	padding: 64px 0 50px;
	text-align: center;
}
.adm .adm_container .side_menu .side_top .top h2 {
	display: inline-block;
	margin-top: 24px;
	padding: 6px 15px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	letter-spacing: -0.45px;
	border-radius: 50px;
	background: #5d6e7e;
}
.adm .adm_container .side_menu .side_top h3 {
	height: 70px;
	background: #0066b3;
	text-align: center;
	line-height: 70px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.54px;
}
.adm .adm_container .side_menu .side_top .menu li {
	position: relative;
	border-bottom: 1px solid #e5e7e9;
}
.adm .adm_container .side_menu .side_top .menu li a {
	display: block;
	padding: 25px 30px;
	box-sizing: border-box;
	font-weight: 600;
	color: #6c757e;
	letter-spacing: -0.48px;
}
.adm .adm_container .side_menu .side_top .menu li.active::after {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%) rotate(45deg);
	border-top: 2px solid #0066b3;
	border-right: 2px solid #0066b3;
}
.adm .adm_container .side_menu .side_top .menu li.active a {
	color: #0066b3;
}
.adm .adm_container .side_menu .side_bottom {
	padding: 28px 30px;
}
.adm .adm_container .side_menu .side_bottom .logout {
	height: 38px;
	margin: 0;
	padding: 0;
	padding-left: 48px;
	border: none;
	font-family: inherit;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.45px;
	color: #444;
	background: transparent url(../png/adm_logout.png) no-repeat left center;
	background-size: contain;
	cursor: pointer;
}
.adm .adm_container .adm_contents {
	width: calc(100% - 295px);
	height: 100%;
	padding: 60px 104px;
	background: #fff;
	border-radius: 6px;
	border: 1px solid #d0d3d7;
	box-sizing: border-box;
}
.adm .adm_container .adm_contents form {
	position: relative;
}
.adm .adm_container .adm_contents table {
	width: 100%;
	table-layout: fixed;
}
.adm .adm_container .adm_contents.list table th {
	padding: 16px 0;
	font-size: 15px;
	color: #6c757e;
	font-weight: 600;
	letter-spacing: -0.45px;
	background: #f4f5f6;
	border-top: 1px solid #e5e8ef;
	border-bottom: 1px solid #e5e8ef;
}
.adm .adm_container .adm_contents.list table td {
	padding: 24px 0;
	text-align: center;
	color: #444;
	letter-spacing: -0.48px;
	border-bottom: 1px solid #ecedef;
}
.adm .adm_container .adm_contents.list table td.subject {
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
}
.adm .adm_container .adm_contents.list table td.btn button {
	width: 60px;
	height: 30px;
	margin: 0;
	padding: 0;
	border-radius: 50px;
	border: 1px solid #e0e2e4;
	background: #fff;
	font-family: inherit;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.45px;
}
.adm .adm_container .adm_contents.list table td.btn .modify_btn {
	color: #356d97;
}
.adm .adm_container .adm_contents.list table td.btn .delete_btn {
	color: #e25b5b;
}
.adm .adm_container .adm_contents.list .btn_wrap {
	position: absolute;
	right: 0;
	border: 0;
	padding: 30px 0 0;
	box-sizing: border-box;
}
.adm .adm_container .adm_contents.list .btn_wrap .write_btn {
	width: 120px;
	height: 40px;
	margin: 0;
	padding: 0;
	border-radius: 6px;
	border: none;
	background: #0066b3;
	font-family: inherit;
	font-weight: 500;
	letter-spacing: -0.48px;
	color: #fff;
}
.adm .adm_container .adm_contents .board_search {
	position: relative;
	width: 100%;
	margin-bottom: 34px;
}
.adm .adm_container .adm_contents .board_search #keyword {
	width: 100%;
	height: 56px;
	margin: 0;
	padding: 0 60px 0 30px;
	border-radius: 6px;
	border: 1px solid #e5e7e9;
	background: #fff;
	box-sizing: border-box;
	font-family: inherit;
}
.adm .adm_container .adm_contents .board_search .search_btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent url(../png/adm_search.png) no-repeat left center;
	font-size: 0;
	cursor: pointer;
}
.adm .adm_container .adm_contents.write table {
	border-collapse: collapse;
	border-radius: 6px;
	border-style: hidden;
	box-shadow: 0 0 0 1px #e5e8ef;
}
.adm .adm_container .adm_contents.write table th {
	width: 180px;
	text-align: left;
	padding: 22px 30px;
	color: #6c757e;
	font-size: 15px;
	letter-spacing: -0.45px;
	background: #f4f5f6;
	border-bottom: 1px solid #e5e8ef;
	border-right: 1px solid #e5e8ef;
}
.adm .adm_container .adm_contents.write table tbody tr.attach th {
	border-bottom: none;
}
.adm .adm_container .adm_contents.write table tbody tr.attach td {
	border-bottom: none;
}
.adm .adm_container .adm_contents.write table tbody tr.attach #file {
	position: relative;
}
.adm .adm_container .adm_contents.write table tbody tr.attach #file::before {
	content: "";
	position: absolute;
	top: 14px;
	left: 10px;
	width: 10px;
	height: 2px;
	background: #0066b3;
}
.adm .adm_container .adm_contents.write table tbody tr.attach #file::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 14px;
	width: 2px;
	height: 10px;
	background: #0066b3;
}
.adm
	.adm_container
	.adm_contents.write
	table
	tbody
	tr.attach
	#file::file-selector-button {
	width: 30px;
	height: 30px;
	border: 1px solid #d0d3d7;
	border-radius: 50%;
	cursor: pointer;
	font-size: 0;
	background: #fff;
}
.adm .adm_container .adm_contents.write table td {
	padding: 22px 30px;
	color: #444;
	letter-spacing: -0.48px;
	border-bottom: 1px solid #e5e8ef;
}
.adm .adm_container .adm_contents.write table td input[type="text"] {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 16px;
	font-family: inherit;
	outline: none;
	background: #fff;
}
.adm .adm_container .adm_contents.write table td textarea {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	font-family: inherit;
	outline: none;
	min-height: 400px;
	resize: none;
	background: #fff;
}
.adm .adm_container .adm_contents.write .btn_wrap {
	display: flex;
	margin: 37px 0 0;
	justify-content: center;
	gap: 10px;
}
.adm .adm_container .adm_contents.write .btn_wrap button {
	width: 138px;
	height: 50px;
	margin: 0;
	padding: 0;
	border-radius: 6px;
	border: 1px solid #e5e7e9;
	color: #0066b3;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.48px;
	font-family: inherit;
	background: #fff;
}
.adm .adm_container .adm_contents.write .btn_wrap .submit_btn {
	background: #0066b3;
	color: #fff;
}
.adm .paging {
	margin: 30px 0 0;
	gap: 20px;
}
.adm .paging > a {
	width: 46px;
	height: 46px;
}
.adm .paging a.prev {
	background-image: url(../png/adm_paging_prev.png);
}
.adm .paging a.next {
	background-image: url(../png/adm_paging_next.png);
}
.adm .paging ul {
	gap: 2px;
}
.adm .paging ul li a {
	width: 46px;
	height: 46px;
	border: none;
	line-height: 46px;
	color: #888;
	font-size: 16px;
}
.adm .paging ul li.on a {
	color: #0066b3;
	background: none;
	font-weight: 700;
}
/* login */
.adm .login_wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 390px;
	text-align: center;
}
.adm .login_wrap .logo img {
	height: 100px;
	object-fit: contain;
}
.adm .login_wrap h2 {
	display: inline-block;
	margin: 25px 0 33px;
	padding: 8px 24px;
	border-radius: 50px;
	background: #5d6e7e;
	font-weight: 600;
	color: #fff;
	letter-spacing: -0.48px;
}
.adm .login_wrap form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.adm .login_wrap .input {
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0 20px;
	border-radius: 6px;
	border: 1px solid #d0d3d7;
	box-sizing: border-box;
	font-family: inherit;
}
.adm .login_wrap .login_btn {
	width: 100%;
	height: 70px;
	margin-top: 10px;
	padding: 0;
	border: none;
	background: #0066b3;
	border-radius: 0;
	font-family: inherit;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.6px;
	cursor: pointer;
}
/* [e] admin */

/* certificate page */
.certificate .content_wrap .con_wrap .inner {
	padding: 0;
	width: 1440px;
	margin: 0 auto;
}
.certificate .cert_wp {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.certificate .cert_wp li {
	display: flex;
	gap: 32px;
	width: 708px;
	height: 415px;
	padding: 48px;
	box-sizing: border-box;
	background: #f5f5f5;
}
.certificate .cert_wp li .cont_img {
	position: relative;
	width: 200px;
	height: 284px;
	margin-bottom: 12px;
	box-shadow: 0 4px 16px 0 rgba(33, 33, 34, 0.08);
}
.certificate .cert_wp li .cont_img img {
	width: 100%;
	height: 100%;
}
.certificate .cert_wp li .cont_img::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	background: url("../png/add_icon.png") center / 40px no-repeat,
		rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: 0.3s;
}
.certificate .cert_wp li .cont_img:hover::after {
	opacity: 1;
}
.certificate .cert_wp .donwload {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	font-size: 16px;
	font-weight: 500;
	color: #0066b3;
}
.certificate .cert_wp .donwload img {
	width: 24px;
	height: 24px;
}
.certificate .cert_wp .cert_right {
	display: flex;
	flex-direction: column;
}
.certificate .cert_wp .cert_right .tit {
	margin-bottom: 16px;
}
.certificate .cert_wp .cert_right span {
	display: block;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: 600;
	color: #0066b3;
}
.certificate .cert_wp .cert_right strong {
	display: block;
	font-size: 32px;
	font-weight: 700;
	color: #111;
}
.certificate .cert_wp .cert_right small {
	font-size: 15px;
	font-weight: 300;
	color: #767676;
}
.certificate .cert_wp .cert_right p {
	flex: 1;
	font-size: 16px;
	font-weight: 400;
	color: #666;
	line-height: 1.5;
	word-break: keep-all;
}
.certificate .cert_wp .cert_right .organ {
	font-size: 16px;
	font-weight: 500;
	text-align: right;
	color: #111;
}
