.main_page section {
	display: flex;
	justify-content: center;
	align-items: center;
}
.main_page .sec01 {
	margin-bottom: 0;
}
.main_page .sec01 .swiper {
	width: 100%;
	height: 953px;
}
/* .main_page .sec01 .swiper-slide::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
} */
.main_page .sec01 .swiper .swiper-slide img {
	height: 100%;
}
.main_page .sec01 .swiper .swiper-slide:first-of-type {
	background: url("../img/sec01_slide.png") center / cover no-repeat;
}
.main_page .sec01 .swiper .swiper-slide:nth-of-type(2) {
	background: url("../img/sec02_slide.png") center / cover no-repeat;
}
.main_page .sec01 .swiper .swiper-slide:nth-of-type(3) {
	background: url("../img/sec03_slide_1016.png") center / cover no-repeat;
}
.main_page .sec01 .cont_txt {
	position: absolute;
	top: 300px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 56px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	z-index: 2;
}
.main_page .sec01 .cont_txt span {
	font-size: 64px;
}
.main_page .sec01 .cont_txt span.black {
	color: #222;
}
.main_page .sec01 .cont_txt span.orange {
	color: #fe9328;
}
.consult_btn {
	position: fixed;
	right: 40px;
	bottom: 150px;
	z-index: 1;
	width: 110px;
	height: 110px;
}

.consult_btn.mb {
	display: none;
}
/* Custom Progress Bar */
.main_page .custom-progressbar {
	position: absolute;
	top: auto;
	bottom: 183px !important;
	left: 50% !important;
	transform: translateX(-50%);
	width: 1700px !important;
	height: 2px;
	z-index: 10;
	display: flex;
	gap: 40px;
	padding: 0 2px;
}
.main_page .swiper-pagination-bullet {
	flex: 1;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	position: relative;
	overflow: visible;
	border-radius: 0;
	opacity: 1;
	cursor: pointer;
	margin: 0 !important;
}
.main_page .swiper-pagination-bullet::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: var(--progress, 0%);
	background: #fe9328;
	transition: none;
}
.main_page .bullet-content {
	position: absolute;
	top: 0;
	left: 0;
	padding: 25px 0 0 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}
.main_page .bullet-title {
	display: block;
	margin-bottom: 7px;
	font-size: 20px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.4);
}
.main_page .bullet-subtitle {
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.4);
}
.main_page .swiper-pagination-bullet-active .bullet-title {
	color: #fe9328;
}
.main_page .swiper-pagination-bullet-active .bullet-subtitle {
	color: #fff;
}

/* section 02 */

.main .sec02 {
	padding: 240px 0;
	background: url("../img/sec02_bg.png") center / cover no-repeat;
}
.main .sec02 .inner,
.main .sec03 .inner {
	width: 900px;
	margin: 0 auto;
}
.main .tit {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}
.main .tit span {
	display: block;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #fe9328;
}
.main .tit h2 {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	text-align: center;
}
.main .tit small {
	font-size: 20px;
	color: #fff;
}
.main .tit small p {
	display: inline;
	font-size: 24px;
	font-weight: 600;
	color: #fe9328;
}
.main .sec02 .bus_wp {
	margin-top: 65px;
	display: flex;
	flex-wrap: wrap;
	gap: 50px 85px;
	justify-content: center;
}
.main .sec02 .bus_wp li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.main .sec02 .bus_wp .cont_img {
	width: 80px;
	height: 80px;
}
.main .sec02 .bus_wp .cont_txt {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

/* section 03 */
.main .sec03 {
	padding: 300px 0;
	background: url("../img/sec03_bg.png") center / cover no-repeat;
}
.main .sec03 .about_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	margin: 90px auto 0;
	height: 64px;
	border-radius: 50px;
	background: rgba(255, 255, 255, 0.4);
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	transition: 0.3s;
}
.main .sec03 .about_btn:hover {
	background: #fe9328;
}

/* ceo */
.ceo .cont_bnr {
	position: relative;
	width: 100%;
	height: 500px;
	margin-bottom: 70px;
}
.ceo .cont_bnr .cont_img {
	width: 100%;
	height: 100%;
}
.ceo .cont_bnr .cont_txt {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 36px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 1.4;
}
.ceo .cont_bnr .cont_txt span {
	color: #fe9328;
}
.ceo .cont_wp {
	display: flex;
	justify-content: space-between;
	padding-bottom: 65px;
	margin-bottom: 60px;
	border-bottom: 1px solid #e8e8e8;
}
.ceo .cont_wp .cont_txt {
	width: 660px;
}
.ceo .cont_wp .cont_txt h3 {
	margin-bottom: 10px;
	height: 54px;
	font-size: 18px;
	font-weight: 600;
	color: #222;
}
.ceo .cont_wp .cont_txt p {
	font-size: 16px;
	font-weight: 400;
}
.ceo .fin_txt {
	margin-bottom: 46px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.ceo .fin_txt span {
	color: #fe9328;
}
.ceo .sign {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	padding-bottom: 160px;
}
.ceo .sign .cont_img {
	width: 60px;
}

/* outline */
.outline.inner .cont_wp {
	display: flex;
	justify-content: space-between;
	padding: 125px 145px;
	background: url("../img/outline_bnr.png") center / cover no-repeat;
}
.outline.inner .cont_wp li {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 40px;
	width: 330px;
	height: 350px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(15px);
}
.outline.inner .cont_wp li .cont_txt {
	font-weight: 700;
}

.outline.inner .cont_wp li .cont_txt span {
	display: inline-block;
	margin-bottom: 13px;
	padding: 5px 10px;
	font-size: 16px;
	border-radius: 50px;
	color: #fe9328;
	background: #fff;
}
.outline.inner .cont_wp li .cont_txt p {
	font-size: 28px;

	color: #fff;
}
.outline.inner .cont_wp li .cont_img {
	width: 70px;
	height: 70px;
	align-self: flex-end;
}

.outline .info_wp {
	margin: 70px 0 200px;
	display: flex;
	flex-wrap: wrap;
	gap: 60px 40px;
}
.outline .info_wp li {
	width: 685px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e8e8e8;
	display: flex;
	align-items: center;
}
.outline .info_wp .left {
	width: 174px;
	display: flex;
	gap: 10px;
	align-items: center;
}
.outline .info_wp .left .cont_img {
	width: 24px;
	height: 24px;
}
.outline .info_wp .left .cont_txt {
	font-size: 20px;
	font-weight: 600;
}
.outline .info_wp .right {
	font-size: 18px;
	color: #111;
}
.outline .customer_wp .tit {
	margin-bottom: 66px;
	text-align: center;
}
.outline .customer_wp .tit h3 {
	margin-bottom: 12px;
	font-size: 48px;
	font-weight: 700;
}
.outline .customer_wp .tit small {
	display: block;
	font-size: 16px;
}
.outline .fac_tab ul {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-bottom: 50px;
}
.outline .fac_tab li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	height: 54px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 50px;
	background: #f1f2f3;
	cursor: pointer;
	color: #555;
}
.outline .fac_tab li.on {
	color: #fff;
	background: #fe9328;
}
.outline .customer_list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.outline .customer_list li {
	width: 330px;
	height: 120px;
}
.outline .fac_cont {
	padding-bottom: 200px;
}
.outline .fac_cont .cont {
	display: none;
}
.outline .fac_cont .cont.on {
	display: block;
}

/* vision */
.vision .sec01 {
	margin-bottom: 200px;
}
.vision .sec01 .inner2 {
	position: relative;
}
.vision .sec01 .inner2::after {
	position: absolute;
	left: 20px;
	bottom: 40px;
	z-index: -1;
	content: "VISION EK";
	font-size: 160px;
	font-weight: 700;
	font-family: "Inter", sans-serif;
	color: #f1f2f3;
}
.vision .sec01 .inner2 .sub_tit {
	padding-bottom: 354px;
	margin-bottom: 0;
}
.vision .sec01 .cont_img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 720px;
	height: 560px;
}
.vision .sec02 {
	margin-bottom: 200px;
}
.vision .sec02 .sub_tit span,
.vision .sec03 .sub_tit span {
	display: block;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 700;
	color: #222;
	font-family: "Inter", sans-serif;
}
.vision .sec02 .cont_txt {
	position: absolute;
	top: 50px;
	left: 145px;
	color: #fff;
}
.vision .sec02 .cont_txt small {
	display: block;
	margin-bottom: 120px;

	font-size: 16px;
	font-weight: 700;
	font-family: "Inter", sans-serif;
}
.vision .sec02 .cont_txt .tit {
	margin-bottom: 37px;
	font-size: 44px;
	font-weight: 700;
}
.vision .sec02 .cont_txt span {
	display: block;
	color: #fe9328;
	font-size: 18px;
	font-weight: 700;
	font-family: "Inter", sans-serif;
}
.vision .sec02 .cont_txt p {
	font-size: 20px;
}
.vision_swiper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.vision_swiper .swiper-pagination-bullet:not(:last-of-type) {
	margin-right: 10px !important;
}
.vision_swiper .swiper-pagination-bullet-active {
	background: #fe9328;
}
.vision .sec03 {
}
.vision .sec03 .value_wp {
	display: flex;
	justify-content: space-between;
	width: 1410px;
	padding: 170px 250px 150px;
	background: url("../img/vision_bg.png") center / cover no-repeat;
}
.vision .sec03 .value_wp li {
	position: relative;
	padding: 50px 55px 60px 40px;
	width: 266px;
	height: 320px;
	color: #222;
	background: url("../img/vision_frame.png") center / cover no-repeat;
}
.vision .sec03 .value_wp li span {
	display: block;
	margin-bottom: 10px;
	color: #fe9328;
	font-size: 16px;
	font-family: "Inter", sans-serif;
	font-weight: 700;
}
.vision .sec03 .value_wp li strong {
	display: block;
	margin-bottom: 65px;
	font-size: 28px;
	font-weight: 700;
}
.vision .sec03 .value_wp li p {
	width: 100%;
	font-size: 16px;
}
.vision .sec03 .value_wp .cont_img {
	position: absolute;
	top: 0;
	right: 0;
	width: 54px;
	height: 54px;
}

/* history */
.timeline-container {
	width: 1410px;
	margin: 0 auto;
}
.timeline-cont {
	display: flex;
	min-height: 100vh;
	gap: 150px;
	padding-bottom: 150px;
}
.year-tite {
	font-size: 36px;
	margin: 0;
}

/* 왼쪽 고정 배너 */
.year-banner {
	position: sticky;
	top: 200px;
	width: 570px;
	height: 570px;
	flex-shrink: 0;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.year-slide {
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity 0.5s ease;
}
.year-slide.active {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	animation: fadeIn 0.5s ease;
}
.year-slide span {
	display: none;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 오른쪽 스크롤 가능한 컨텐츠 */
.timeline-content {
	flex: 1;
}

.year-section {
	display: flex;
	align-items: flex-start;
	gap: 100px;
	padding: 70px 0;
	/* opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.6s ease, transform 0.6s ease; */
	border-bottom: 1px solid #e8e8e8;
}
.year-section.one {
	align-items: center;
}
.year-section.one .event-item {
	margin: 0;
}

/* .year-section.visible {
	opacity: 1;
	transform: translateY(0);
} */

h2.year-title {
	margin: 0;
	font-size: 36px;
	font-weight: 700;
}

.event-item {
	display: flex;
	gap: 30px;
	margin-bottom: 15px;
	color: #222;
	line-height: 1.4;
	font-size: 16px;
}
.event-item span {
	color: #aaa;
}
/* 스크롤바 스타일 */
::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
	background: #555;
}

/* group */
.group {
	padding-bottom: 160px;
}
.group .inner2 .cont_img {
	width: 100%;
	height: 904px;
}

/* locate */
.sub.locate {
	padding-bottom: 160px;
}
.locate .locate_box {
	display: flex;
	justify-content: space-between;
}
.locate_cont .cont {
	display: none;
	width: 610px;
	height: 750px;
}
.locate_cont .cont.on {
	display: block;
}

.locate_tab {
	width: 690px;
}
.locate_tab li {
	border-top: 1px solid #e8e8e8;
}
.locate_tab li.on {
	border-top: 1px solid #222;
}
.locate_tab li:last-of-type {
	border-bottom: 1px solid #e8e8e8;
}
.locate_tab li.on:last-of-type {
	border-bottom: 1px solid #222;
}
.locate_tab .tit {
	padding: 30px 0;
	cursor: pointer;
	font-size: 20px;
	font-weight: 700;
	color: #aaa;
	background: url("../img/plus_ico.png") center right / 18px no-repeat;
}
.locate_tab li.on .tit {
	color: #222;
	background: url("../img/minus_ico.png") center right / 18px no-repeat;
}
.locate_tab .info {
	display: flex;
	align-items: center;
	gap: 8px;
}
.locate_tab .info:not(:last-of-type) {
	margin-bottom: 10px;
}
.locate_tab .info .cont_ico {
	width: 24px;
	height: 24px;
}
.locate_tab .info .cont_txt {
	font-size: 16px;
}
.locate_tab .cont_img {
	margin-top: 25px;
	width: 100%;
	height: 330px;
	background: #d9d9d9;
}
.locate .root_daum_roughmap {
	width: 100% !important;
}
.locate .root_daum_roughmap .wrap_map {
	height: 330px !important;
}

/* relative */
.wrap.relative {
	padding-bottom: 240px;
}
.relative_wp {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.relative_wp li {
	padding: 40px;
	width: 450px;
	height: 360px;
	border-radius: 20px;
	background: #f1f2f3;
}
.relative_wp li .cont_img {
	margin-bottom: 40px;
	width: 370px;
	height: 140px;
}
.relative_wp li .cont_txt {
	font-size: 16px;
	text-align: center;
}
.relative_wp li .cont_txt span {
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
	font-family: "Inter", sans-serif;
}
.relative_wp li .cont_btn {
	margin: 20px auto 0;
	width: 40px;
	height: 40px;
}

/* direction */
.sub.direction {
	padding-bottom: 160px;
}
.direction .root_daum_roughmap {
	width: 100% !important;
	border-radius: 30px;
	/* clip-path: url(#curve-shape); */
}
/* .root_daum_roughmap_landing {
	background: url("../img/direction_frame.png") center / cover no-repeat !important;
} */
.direction .root_daum_roughmap .wrap_map {
	height: 520px !important;
}
.root_daum_roughmap .wrap_controllers,
.root_daum_roughmap .cont .section.lst,
.root_daum_roughmap .wrap_btn_zoom,
.root_daum_roughmap a {
	display: none !important;
}
.direction .map {
	position: relative;
	width: 100%;
	height: 520px;
	margin-bottom: 20px;
}
.direction .map_cont {
	margin-bottom: 120px;
}
.direction .map_cont .tit {
	position: relative;
	display: flex;
	align-items: flex-end;
	gap: 20px;
	font-size: 20px;
	font-weight: 700;
}
.direction .map_cont .tit::after {
	content: "";
	position: absolute;
	bottom: 2px;
	right: -36px;
	width: 1px;
	height: 22px;
	background: #ddd;
}
.direction .map_cont .cont_txt {
	display: flex;
	align-items: flex-end;
	gap: 64px;
}
.direction .map_cont .tit .cont_ico {
	width: 69px;
	height: 83px;
}
.direction .map_cont .info {
	display: flex;
	gap: 30px;
}
.direction .map_cont .info > div {
	display: flex;
	align-items: center;
	gap: 8px;
}
.direction .map_cont .info .cont_ico,
.direction .traffic .cont_ico {
	width: 34px;
	height: 34px;
}
.direction .traffic h3 {
	margin-bottom: 60px;
	font-size: 28px;
	font-weight: 700;
}
.direction .traffic .tit {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 20px;
	font-weight: 600;
}
.direction .traffic .info_wp {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 30px;
}
.direction .traffic .info {
	display: flex;
	align-items: center;
	gap: 30px;
	padding-bottom: 35px;
	border-bottom: 1px solid #e8e8e8;
}
.direction .traffic .info:first-of-type {
	width: 100%;
}
.direction .traffic .info:not(:first-of-type) {
	width: 690px;
}
.direction .traffic .info:last-of-type {
	align-items: flex-start;
}
.direction .traffic .info .cont_txt {
	font-size: 16px;
	line-height: 1.7;
}
.direction .traffic .info .cont_txt .bus_station {
	margin-left: 172px;
}
.direction .traffic .info span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	margin-right: 3px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 50%;
	color: #fff;
	background: #319d3b;
}

/* community */
/* write */
.write .write_wp {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 30px;
}
.write .write_wp li {
	width: 690px;
	height: 207px;
	padding: 45px 40px 0 40px;
	border-radius: 20px;
	border: 1px solid #e8e8e8;
}
.write .write_wp .tit {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 700;
}
.write .write_wp .tit span {
	color: #fe9328;
}
.write .write_wp .desc {
	font-size: 16px;
	letter-spacing: -0.03em;
}
.write .alert_box {
	padding: 40px;
	border-radius: 20px;
	background: #f1f2f3;
}
.write .alert_box .tit {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 700;
}
.write .alert_box .cont_img,
.policy .cont_img {
	width: 20px;
	height: 20px;
}
.write .alert_box .cont_txt {
	font-size: 16px;
}

/* write2 */
.write2_wp {
	margin-bottom: 100px;
}
.write2_wp li {
	display: flex;
	align-items: center;
	gap: 30px;
	padding: 50px 0;
}
.write2_wp li .cont_img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #fe9328;
	flex-shrink: 0;
}
.write2_wp li {
	border-top: 1px solid #e8e8e8;
}
.write2_wp li:last-of-type {
	border-bottom: 1px solid #e8e8e8;
}
.write2_wp li:first-of-type .cont_img .inner {
	width: 40px;
	height: 46px;
}
.write2_wp li:nth-of-type(2) .cont_img .inner {
	width: 41px;
	height: 40px;
}
.write2_wp li:nth-of-type(3) .cont_img .inner {
	width: 55px;
	height: 37px;
}
.write2_wp li:nth-of-type(4) .cont_img .inner {
	width: 30px;
	height: 40px;
}
.write2_wp li:last-of-type .cont_img .inner {
	width: 36px;
	height: 48px;
}
.write2_wp li .tit {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
}
.write2_wp li .desc {
	font-size: 16px;
	letter-spacing: -0.03em;
	line-height: 1.7;
}
.write2 .type_wp {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 30px;
}
.write2 .type_wp li {
	width: 450px;
	height: 380px;
}
.write2 .type_wp li .cont_img {
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
}
.write2 .type_wp li .tit {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
}
.write2 .type_wp li .desc {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: -0.03em;
}

/* interview */
.interview .cont_ico {
	width: 20px;
	height: 20px;
}
.interview [class*="step0"] li {
	display: flex;
	align-items: center;
	gap: 5px;
}
.interview .step01,
.interview .step02 {
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0;
	gap: 40px 30px;
	margin-bottom: 100px;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}
.interview .step01 li {
	width: 330px;
}
.interview .step02 {
	margin-bottom: 0;
}
.interview .step02 li {
	width: 690px;
}

/* service */
.service_tab li.on {
	text-decoration: underline;
	color: #fe9328;
}
.service_cont .cont {
	display: none;
}
.service_cont .cont.on {
	display: block;
}
.service_company_wp {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.service_company_wp li {
	width: 330px;
	height: 120px;
}
.service_tab ul {
	display: flex;
	gap: 30px;
	margin-bottom: 30px;
}
.service_tab li {
	font-size: 20px;
	font-weight: 700;
	color: #aaa;
	cursor: pointer;
}

/* sourcing */
.sourcing_wp {
	display: flex;
	justify-content: space-between;
}
.sourcing_wp li {
	width: 210px;
	height: 440px;
	padding: 65px 40px;
	border-radius: 20px;
	color: #fff;
	transition: all 1s;
}
.sourcing_wp li:first-of-type {
	background: url("../img/sourcing_img01.png") center / cover no-repeat;
}
.sourcing_wp li:nth-of-type(2) {
	background: url("../img/sourcing02_img01.png") center / cover no-repeat;
}
.sourcing_wp li:nth-of-type(3) {
	background: url("../img/sourcing03_img01.png") center / cover no-repeat;
}
.sourcing_wp li:nth-of-type(4) {
	background: url("../img/sourcing04_img01.png") center / cover no-repeat;
}
.sourcing_wp li:last-of-type {
	background: url("../img/sourcing05_img01.png") center / cover no-repeat;
}
.sourcing_wp li.active {
	width: 450px;
}
.sourcing_wp li span {
	display: block;
	text-align: center;
	margin-bottom: 125px;
	font-size: 16px;
	font-weight: 700;
	font-family: "Inter", sans-serif;
	color: #fe9328;
}
.sourcing_wp li strong {
	display: block;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.sourcing_wp li p {
	font-size: 16px;
	white-space: nowrap;
	display: none;
}
.sourcing_wp li.active span {
	text-align: left;
}
.sourcing_wp li.active strong {
	font-size: 28px;
	text-align: left;
}
.sourcing_wp li.active p {
	display: block;
}

.sourcing_wp2 {
	display: flex;
	flex-wrap: wrap;
	gap: 46px 30px;
}
.sourcing_wp2 li {
	width: 450px;
}
.sourcing_wp2 .cont_img {
	width: 450px;
	height: 300px;
	margin-bottom: 20px;
}
.sourcing_wp2 .cont_txt {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

/* dispatch */
.dispatch .cont:first-of-type .cont_img {
	margin: 0 auto;
	width: 938px;
	height: 906px;
}

.dispatch_wp {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 30px;
}
.dispatch_wp li {
	width: 450px;
}
.dispatch_wp li .cont_img {
	width: 100%;
	height: 200px;
	margin-bottom: 10px;
}
.dispatch_wp li .cont_txt {
	font-size: 16px;
	letter-spacing: -0.03em;
	text-align: center;
}
.dispatch .service_company_wp:not(:last-of-type),
.build .service_company_wp:not(:last-of-type),
.service_cont .cont:not(:last-of-type) {
	margin-bottom: 60px;
}
.cont h3 {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 700;
}
.dispatch .fin_txt {
	margin-top: 50px;
	font-size: 16px;
	text-align: right;
}

/* agency */
.agency_wp {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 30px;
}
.agency_wp li {
	position: relative;
	width: 330px;
	height: 330px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: url("../img/agency_frame.png") center / cover no-repeat;
}
.agency_wp li::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -50px;
	width: 70px;
	height: 70px;
	z-index: 1;
	background: url("../img/arrow_icon.png") center / cover no-repeat;
}
.agency_wp li:nth-of-type(4)::after,
.agency_wp li:last-of-type::after {
	content: none;
}
.agency_wp li span {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 700;
	color: #fe9328;
}
.agency_wp li strong {
	display: block;
	margin-bottom: 35px;
	font-size: 20px;
	font-weight: 700;
}
.agency_wp li .cont_icon {
	width: 70px;
	height: 70px;
}
.agency_wp2 {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.agency_wp2 li {
	position: relative;
	width: 330px;
	height: 240px;
}
.agency_wp2 li .cont_txt {
	position: absolute;
	left: 30px;
	bottom: 30px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}

/* build */
.build_wp {
	display: flex;
	justify-content: space-between;
}
.build_wp li {
	width: 330px;
}
.build_wp .cont_img {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 180px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
	background: url("../img/build_frame02.png") center / cover no-repeat;
}
.build_wp .cont_img span {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -15px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background: url("../img/build_frame01.png") center / cover no-repeat;
}
.build_wp .item_wp {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.build_wp .item_wp div {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	font-size: 16px;
	border-radius: 10px;
	text-align: center;
	background: #f1f2f3;
}

/* business */
.business .service_cont .cont {
	display: block;
}
.business .cont01 .cont_wp {
	display: flex;
	justify-content: space-between;
}
.business .cont01 .cont_wp li {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 38px;
	width: 690px;
	height: 210px;
	border-radius: 20px;
	background: #f1f2f3;
}
.business .cont01 .cont_img {
	width: 320px;
	height: 130px;
}
.business .cont01 .cont_txt {
	font-size: 16px;
}
.business .cont01 .cont_txt span {
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
	font-family: "Inter", sans-serif;
}
.business .cont03 .cont_wp li span.mb {
	display: none;
}
.business .cont02 .cont_img {
	width: 100%;
	height: 780px;
}
.business .cont03 .cont_wp {
	display: flex;
	justify-content: space-between;
}
.business .cont03 .cont_wp li {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 60px 53px;
	width: 330px;
	height: 370px;
	border-radius: 20px;
	border: 1px solid #e8e8e8;
}
.business .cont03 .cont_wp li span {
	display: block;
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 700;
	color: #fe9328;
}
.business .cont03 .cont_wp li .cont_img {
	margin-block-end: 30px;
	width: 70px;
	height: 70px;
}
.business .cont03 .cont_wp li .cont_txt {
	font-size: 16px;
	letter-spacing: -0.03em;
	text-align: center;
}
.business .cont03 .cont_wp li small {
	display: block;
	margin-top: 23px;
	font-size: 16px;
	color: #aaa;
}
