html.noScroll {
	overflow: hidden;
}
.mBr {
	display: none;
}
/* .main_sec {
	position: sticky;
	top: 0;
	width: 100%;
	height: 100vh;
	background: #1e1e1e;
	z-index: -1;
} */
.main_sec {
	position: relative;
}
.main_sec .cont_ico {
	position: absolute;
	bottom: 166px;
	left: 50%;
	transform: translateX(-50%);
	width: 26px;
	z-index: 1;
	-webkit-animation: spotArrow 0.5s linear 0s infinite alternate;
	animation: spotArrow 0.5s linear 0s infinite alternate;
	transition: all 0.2s;
}
.main_sec .cont_ico:hover {
	opacity: 0.5;
}
@keyframes spotArrow {
	0% {
		bottom: 166px;
	}
	to {
		bottom: 180px;
	}
}
.main_sec .cont_img img:last-of-type {
	display: none;
}
/* .main_sec .cont_img img {
	opacity: 1;
	-ms-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-webkit-transition: transform 7s ease-out, opacity 1s ease 0.3s;
	transition: transform 7s ease-out, opacity 1s ease 0.3s;
}
.main_sec .swiper-slide-active .cont_img img {
	opacity: 1;
	-ms-transform: scale(1, 1) rotate(0.001deg);
	-webkit-transform: scale(1, 1) rotate(0.001deg);
	transform: scale(1, 1) rotate(0.001deg);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
} */
.main_sec .cont_txt {
	width: 100%;
	position: absolute;
	top: 328px;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 296px;
	letter-spacing: -0.03em;
	z-index: 1;
}
.main_sec .slide01 .cont_txt {
	top: 295px;
}
.main_sec .txt_logo {
	margin-bottom: 26px;
	-webkit-transition: all 500ms ease-in-out;
	-khtml-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	-webkit-transform: translatey(-20px);
	-khtml-transform: translatey(-20px);
	-moz-transform: translatey(-20px);
	-ms-transform: translatey(-20px);
	-o-transform: translatey(-20px);
	transform: translatey(-20px);
}
.main_sec .swiper-slide-active .txt_logo {
	-webkit-transform: translatey(0);
	-khtml-transform: translatey(0);
	-moz-transform: translatey(0);
	-ms-transform: translatey(0);
	-o-transform: translatey(0);
	transform: translatey(0);
	-webkit-transition-delay: 1.1s;
	-khtml-transition-delay: 1.1s;
	-moz-transition-delay: 1.1s;
	-ms-transition-delay: 1.1s;
	-o-transition-delay: 1.1s;
	transition-delay: 1.1s;
	opacity: 1;
	visibility: visible;
}
.main_sec .txt_title {
	-webkit-transition: all 500ms ease-in-out;
	-khtml-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	-webkit-transform: translatey(-20px);
	-khtml-transform: translatey(-20px);
	-moz-transform: translatey(-20px);
	-ms-transform: translatey(-20px);
	-o-transform: translatey(-20px);
	transform: translatey(-20px);
	opacity: 0;
	visibility: hidden;
}
.main_sec .swiper-slide-active .txt_title {
	-webkit-transform: skew(0, 0);
	-khtml-transform: skew(0, 0);
	-moz-transform: skew(0, 0);
	-ms-transform: skew(0, 0);
	-o-transform: skew(0, 0);
	transform: skew(0, 0);
	-webkit-transition-delay: 1.4s;
	-khtml-transition-delay: 1.4s;
	-moz-transition-delay: 1.4s;
	-ms-transition-delay: 1.4s;
	-o-transition-delay: 1.4s;
	transition-delay: 1.4s;
	opacity: 1;
	visibility: visible;
}
.main_sec .slide01 .txt_logo {
	width: 100px;
}
.main_sec .slide02 .txt_logo {
	width: 155px;
}
.main_sec .slide03 .txt_logo {
	width: 102px;
}
.main_sec .slide04 .txt_logo {
	width: 127px;
}
.main_sec .slide05 .txt_logo {
	width: 120px;
}
.main_sec .slide01 .cont_img {
	background-image: url("../img/main_slide01.png");
}
.main_sec .slide02 .cont_img {
	background-image: url("../img/main_slide02.png");
}
.main_sec .slide03 .cont_img {
	background-image: url("../img/main_slide03.png");
}
.main_sec .slide04 .cont_img {
	background-image: url("../img/main_slide04.png");
}
.main_sec .slide05 .cont_img {
	background-image: url("../img/main_slide05.png");
}
.main_sec .cont_txt {
	font-family: "Pretendard Variable";
	font-size: 72px;
	font-weight: 700;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease-in-out;
	-khtml-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.main_sec .swiper-slide-active .cont_txt {
	opacity: 1;
	visibility: visible;
}
.main_sec h2 {
	width: 952px;
	height: 208px;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}
.main_sec span {
	/* position: absolute;
	bottom: 80px;
	transform: translateX(-50%);
	left: 50%;
	color: #fff;
	font-size: 16px;
	opacity: 0.5; */
}
.main_sec .swiper-slide {
	position: relative;
	overflow: hidden;
}
.main_sec .swiper-slide-active {
	z-index: 1;
}
.main_sec .swiper-inner {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.main_sec .swiper-inner .item-inner {
	width: 100%;
	height: 100%;
}
.main_sec .cont_img {
	width: 100%;
	position: relative;
	background-size: cover;
	background-position: 50%;
	opacity: 0.1;
	-webkit-transform: scale(1.15);
	-khtml-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
	-webkit-transition: opacity 0.6s ease-in-out, transform 2s ease 0.8s;
	-khtml-transition: opacity 0.6s ease-in-out, transform 2s ease 0.8s;
	-moz-transition: opacity 0.6s ease-in-out, transform 2s ease 0.8s;
	-ms-transition: opacity 0.6s ease-in-out, transform 2s ease 0.8s;
	-o-transition: opacity 0.6s ease-in-out, transform 2s ease 0.8s;
	transition: opacity 0.6s ease-in-out, transform 2s ease 0.8s;
}
.main_sec .cont_img img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	opacity: 0;
}
.main_sec .swiper-slide-active .cont_img {
	opacity: 1;
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.main_sec .control_wrap {
	position: absolute;
	bottom: 34%;
	left: 0;
	margin-left: 296px;
	z-index: 2;
}
.main_sec .control_wrap .pagination_bullet {
	font-size: 16px;
	font-weight: 800;
	line-height: normal;
	letter-spacing: -0.48px;
	position: unset;
	text-align: left;
	color: #fff;
}
.main_sec .control_wrap .pagination_bullet span {
	/* position: unset;transform: translateX(0);opacity: 1; */
}
.main_sec .control_wrap .pagination_bullet .swiper-pagination-current {
	font-weight: 700;
}
.main_sec .control_wrap .pagination_bullet .swiper-pagination-total {
	font-weight: 400;
}
.main_sec .control_wrap .pagination_bullet .swiper-pagination-total::before {
	content: "·";
	display: inline-block;
	margin: 0 8px;
}
.main_sec .control_wrap .progress {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 7px;
}
.main_sec .control_wrap .progress .pagination_progress {
	width: 240px;
	height: 2px;
	position: relative;
	background: rgba(255, 255, 255, 0.5);
}
.main_sec .control_wrap .progress .pagination_progress .swiper-scrollbar-drag {
	background: #fff;
}
.main_sec .control_wrap .progress .control {
	display: flex;
	gap: 8px;
	align-items: center;
}
.main_sec .control_wrap .progress .control .swiper-button {
	position: unset;
	width: 9px;
	height: 16px;
	margin-top: 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.main_sec .control_wrap .progress .control .swiper-button::after {
	display: none;
}
.main_sec .control_wrap .progress .control .swiper-button-prev {
	background-image: url("../img/icon_main_prev.svg");
}
.main_sec .control_wrap .progress .control .swiper-button-next {
	background-image: url("../img/icon_main_next.svg");
}
.main_sec .control_wrap .progress .control .btn_autoplay {
	width: 8px;
	height: 13px;
	background-image: url("../img/icon_main_pause.svg");
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}
.main_sec .control_wrap .progress .control .btn_autoplay.on {
}
.main_sec .main_pop {
	position: absolute;
	right: 6.7%;
	bottom: 18.5%;
	z-index: 1;
}
.main_sec .main_pop a {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.main_sec .main_pop .main_pop_img {
	display: flex;
	width: 110px;
	height: 110px;
	padding: 13px;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 50%;
}
.main_sec .main_pop .main_pop_txt {
	margin-top: 5px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: normal;
	letter-spacing: -0.48px;
}
.main_sec .main_pop .main_pop_txt .info {
	display: block;
	margin-top: 5px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.54px;
}
.main_sec .main_pop .main_pop_close {
	position: absolute;
	right: 0;
	top: 0;
	width: 14px;
	height: 14px;
	cursor: pointer;
}
/* main_banner area */

.satisfied_sec {
	position: relative;
	background: #fff;
}
.satisfied_sec .wrapper {
	width: 100% !important;
	max-width: 100% !important;
}
.satisfied_sec.active .wrapper {
	position: fixed;
	top: 0 !important;
	left: 0 !important;
	z-index: 90;
	transform: none !important;
	width: 100% !important;
	max-width: 100% !important;
}
.satisfied_box {
	height: 100vh;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	/* transform: translateX(-50%); */
}
.satisfied_box.box02 span {
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
}
.satisfied_box .title {
	font-size: 120px;
	font-weight: 600;
	text-align: center;
}
.box03 .title {
	opacity: 0 !important;
}
.satisfied_sec02 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 240px;
	padding-bottom: 1000px;
	background: #fff;
}
.satisfied_sec02 .title {
	font-size: 120px;
	font-weight: 600;
}
.satisfied_box.box03 {
	height: 80vh;
}
.satisfied_box:first-of-type .title {
	font-size: 30px;
	font-weight: 500;
}
.satisfied_box .title p {
	margin-top: 38px;
	font-size: 120px;
	font-weight: 600;
	line-height: 1.25;
}
.satisfied_box.box .title span {
	color: #0085ff;
	font-weight: 400;
	font-family: "Libre Baskerville", serif;
}
.satisfied_box.box04 .title {
	display: flex;
}
.satisfied_box.box04 span {
	display: inline-block;
	line-height: 0.7;
}
.satisfied_box02 .title {
	position: relative;
}
.satisfied_box02 .title::after {
	position: absolute;
	padding: 2px 20px;
	background: #0085ff;
	border-radius: 50px;
	color: #fff;
	font-family: "Libre Baskerville", serif;
	font-size: 22px;
	font-weight: 400;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.satisfied_box02:first-of-type .title::after {
	content: "Project";
	top: 0;
	left: -40px;
}
.satisfied_box02:nth-of-type(2) .title::after {
	content: "Member";
	bottom: 10px;
	right: 0;
}
.satisfied_box02:nth-of-type(2) .title {
	display: flex;
}
.satisfied_box02:nth-of-type(2) span.plus {
	line-height: 0.7;
}
.satisfied_box02:nth-of-type(3) .title::after {
	content: "Client";
	bottom: 0;
	left: 0;
}
.satisfied_box02:last-of-type .title::after {
	content: "Days";
	top: 0;
	right: 0;
}
/* project scroll_img_sec */
.project_sec {
	position: relative;
	height: 280vh;
	background-color: #1e1e1e;
}
.project_sec .project_wp {
	position: sticky;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	overflow: hidden;
}
.project_sec .project_cont {
	display: flex;
	padding: 212px 0 0 296px;
	height: 100vh;
	width: 384vh;
	will-change: transform;
}
.project_item {
	position: relative;
	margin: 0px 67px;
	cursor: pointer;
}
.project .project_item {
	/* display: none; */
}
.project_item .project_img {
	width: 512px;
	height: 512px;
	cursor: pointer;
}
.project_item::before {
	position: absolute;
	top: -30px;
	left: 0;
	width: auto;
	height: 30px;
	font-size: 16px;
	font-weight: 500;
	opacity: 0.5;
	color: #fff;
}
.project_item.commerce::before {
	content: "Commerce";
}
.project_item.corporate::before {
	content: "Corporate";
}
.project_item.etc::before {
	content: "Etc";
}
.project_item::after {
	position: absolute;
	top: -30px;
	right: 0;
	width: auto;
	height: 30px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
.project_item.c2025::after {
	content: "ⓒ2025";
}
.project_item.c2024::after {
	content: "ⓒ2024";
}
.project_item.c2023::after {
	content: "ⓒ2023";
}
.project_item.c2022::after {
	content: "ⓒ2022";
}
.project_item.c2021::after {
	content: "ⓒ2021";
}
.project_item.c2020::after {
	content: "ⓒ2020";
}
.project_item .project_txt {
	margin-top: 20px;
}
.project_item .project_txt p {
	font-size: 18px;
	font-weight: 400;
	color: #888;
}
.project_item .project_txt h3 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
}
.project .project_txt h3 {
	margin-top: 12px;
	color: #1e1e1e;
}
.tabs_bg_section {
	background: #fff;
	height: 2000px;
	position: relative;
	overflow: hidden;
}
.tabs_background {
	padding: 400px 0;
	font-size: 100px;
	color: #000;
	position: absolute;
	left: -3200px;
}

/* scroll circle animaion */
.circle_sec {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-color: #f8f8f4;
}
.circle_sec .cont_wrap {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.circle_sec .cont_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.cont_wrap .circle_wrap {
	display: flex;
	text-align: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 4.69vw;
	height: 4.69vw;
	min-height: 4.69vw;
	margin-top: 1.3vw;
	margin-left: 14.58vw;
	border-radius: 100%;
	overflow: hidden;
	z-index: 10;
	transform-origin: center center;
	transition: 0.1s;
}
.cont_wrap .txt {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.txt h2 {
	text-align: center;
	font-size: 64px;
	font-weight: 600;
	line-height: 1.8;
}
.txt h2.one {
	position: absolute;
}
.txt h2.two {
	color: #fff;
}
.for_txt {
	margin-left: 110px;
}

/* team scroll_img_sec */
.team_sec {
	position: relative;
	height: 270vh;
	background-color: #fff;
}
.team_sec h2 {
	font-size: 120px;
	font-family: "Libre Baskerville", serif;
}
.team_wp {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	padding: 210px 0 0 236px;
	overflow: hidden;
}
.team_cont {
	display: flex;
	gap: 175px;
	padding-top: 110px;
	width: 345vh;
	will-change: transform;
}
.team_item {
	display: flex;
	gap: 64px;
	width: auto;
	height: 240px;
}
.team_gif {
	width: 240px;
	height: 240px;
}
.team_item img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.team_item .team_txt {
	padding-top: 30px;
	font-size: 24px;
	font-weight: 600;
}
.team_item .team_txt p {
	margin-top: 35px;
	font-weight: 400;
}

/* sub */
#wrap .scroll_box {
	transition: 0.3s;
}
#wrap .scroll_box .tab_box li {
	font-weight: 400;
	color: #fff;
	mix-blend-mode: difference;
}
#wrap .project_list .scroll_box .tab_box li {
	color: #1e1e1e;
	mix-blend-mode: unset;
}
#wrap .project_list .scroll_box .tab_box li.on {
	border-color: #1e1e1e;
}
#wrap .scroll_box .tab_box li.on {
	font-weight: 600;
	border-color: #fff;
}
#wrap .scroll_box.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 26px 0;
	box-sizing: border-box;
	z-index: 10;
	/* mix-blend-mode: difference; */
	background-color: #fff;
}
#wrap .scroll_box.fixed .tab_box {
	width: 1328px;
	margin: 0 auto;
}
#wrap .scroll_box.fixed .tab_box li {
	font-size: 16px;
	mix-blend-mode: unset;
	color: #1e1e1e;
}
#wrap .scroll_box.fixed .tab_box li.on {
	border-color: #1e1e1e;
}
#wrap .scroll_box.fixed .tab_box li a {
	color: #1e1e1e;
}

/* about section */
.about_sec {
	/* width: 100%;
  padding: 370px 0 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
   */
	position: relative;
	padding-bottom: 1200px;
	background: #fff;
}
.about_wp {
	/* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 314px; */
}
.about_txt {
	height: 100vh;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	/* animation-duration: 6s;
  animation-iteration-count: infinite; */
	/* opacity: 0; */
}
.about_sec h2 {
	margin-bottom: 22px;
	font-size: 120px;
	text-align: center;
	font-family: "Libre Baskerville", serif;
}
.about_sec p {
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}
/* .about01 {
  animation-name: rotating-text-1;
}
.about02 {
  animation-name: rotating-text-2;
}
.about03 {
  animation-name: rotating-text-3;
}
.about04 {
  animation-name: rotating-text-4;
} */
.about05 {
	text-indent: -9999px;
}
@keyframes rotating-text-1 {
	0% {
		transform: translateY(200%);
	}
	25% {
		transform: translateY(100%);
		opacity: 1;
	}
	26% {
		opacity: 0;
	}
}
@keyframes rotating-text-2 {
	25% {
		transform: translateY(100%);
		opacity: 0;
	}
	50% {
		transform: translateY(0);
		opacity: 1;
	}
	51% {
		opacity: 0;
	}
}
@keyframes rotating-text-3 {
	50% {
		transform: translateY(0);
		opacity: 0;
	}
	75% {
		transform: translateY(-100%);
		opacity: 1;
	}
	76% {
		opacity: 0;
	}
}
@keyframes rotating-text-4 {
	75% {
		transform: translateY(-100%);
		opacity: 0;
	}
	99% {
		transform: translateY(-200%);
		opacity: 1;
	}
	100% {
		transform: translateY(-200%);
		opacity: 0;
	}
}
.btn_sec {
	padding-bottom: 300px;
	background: #fff;
}
.company_btn {
	/* position: absolute; */
	position: relative;
	/* bottom: 200px; */
	width: 304px;
	height: 70px;
	margin: 100px auto 0;
	padding-right: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.06em;
	border-radius: 50px;
	border: 1px solid #1e1e1e;
	background: url("../img/down_ico.svg") center right 60px / 24px no-repeat;
}
.company_btn:hover {
	color: #fff;
	/* background: transparent; */
	background-image: url("../img/down_ico_w.svg");
}
/* .company_btn:hover::after {
	content: "";
	position: absolute;
	top: 24px;
	right: 60px;
	width: 24px;
	height: 24px;
	background: url("../img/down_ico_w.svg") no-repeat;
} */

/* flow banner section */
.flow_banner {
	background: #fff;
}
.flow_banner_text {
	position: relative;
	width: 100%;
	height: 607px;
	overflow: hidden;
}
.flow_content_text:nth-child(2n-1) {
	animation: flow_left 10s linear infinite;
}
.flow_content_text:nth-child(2n) {
	animation: flow_right 10s linear infinite;
}
.flow_content_text {
	position: absolute;
	display: flex;
	will-change: transform;
}
.flow_content_text:first-of-type {
	top: 0;
	border-top: 1px solid #1e1e1e;
	border-bottom: 1px solid #1e1e1e;
}
.flow_content_text:nth-of-type(2) {
	top: 200px;
	border-bottom: 1px solid #1e1e1e;
}
.flow_content_text:last-of-type {
	top: 400px;
	border-bottom: 1px solid #1e1e1e;
}
.flow_content_list {
	display: flex;
	gap: 90px;
	padding-left: 90px;
	white-space: nowrap;
}
.flow_content_list li {
	padding: 65px 0;
	font-weight: 600;
	font-size: 64px;
	color: #1e1e1e;
}
.flow_content_list .flow_lg {
	padding: 65px 0 65px 230px;
	background: url("../img/lg_gif.gif") center left / contain no-repeat;
}
.flow_content_list .flow_pj {
	padding: 65px 0 65px 230px;
	background: url("../img/pj_gif.gif") center left / contain no-repeat;
}
.flow_content_list .flow_cj {
	padding: 65px 0 65px 230px;
	background: url("../img/cj_gif.gif") center left / contain no-repeat;
}
.flow_content_list .flow_pocket {
	padding: 65px 0 65px 300px;
	background: url("../img/pocket_gif.gif") center left / contain no-repeat;
}
.flow_content_list .flow_cir {
	padding: 65px 0 65px 170px;
	background: url("../img/flow_cir.png") center left / 94px no-repeat;
}
.flow_content_list .flow_gg {
	padding: 65px 0 65px 230px;
	background: url("../img/flow_gg.svg") center left / contain no-repeat;
}
@keyframes flow_left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}
@keyframes flow_right {
	from {
		transform: translateX(-50%);
	}
	to {
		transform: translateX(0);
	}
}

/* story section */
.story_sec {
	padding: 338px 0 277px;
	overflow: hidden;
	background: #fff;
}
.story_sec .inner {
	width: 1346px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.story_sec h2 {
	display: inline-block;
	font-size: 120px;
	color: #1e1e1e;
	font-weight: 600;
}
.story_title02 {
	align-self: flex-end;
}
.story_title02 span {
	font-weight: 400;
	font-family: "Libre Baskerville", serif;
}

/* footer banner area */
.footer_bnr {
	width: 100%;
	height: 690px;
	padding: 270px 0 222px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 60px;
	background: url("../img/footer_bnr_img.jpg") center / cover no-repeat;
}
.footer_bnr h2 {
	font-size: 64px;
	font-weight: 600;
	color: #fff;
}
.footer_bnr .request_btn {
	position: relative;
	display: flex;
	z-index: 1;
	justify-content: center;
	align-items: center;
	width: 304px;
	height: 70px;
	font-size: 20px;
	border-radius: 50px;
	font-weight: 600;
	border: 1px solid #fff;
	color: #fff;
}
.hover_btn {
	overflow: hidden;
	transition: all 0.2s ease-out;
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 0.3s;
}
.hover_btn::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	border-radius: 50px;
	transform: translateX(101%);
	background: #121212;
	border-radius: 60px;
	transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1),
		border-radius 1s cubic-bezier(0.4, 0, 0, 1);
	transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1),
		border-radius 1s cubic-bezier(0.4, 0, 0, 1),
		-webkit-transform 0.5s cubic-bezier(0.4, 0, 0, 1);
}
.hover_btn:hover::before {
	animation: btn-ripple-in 0.5s cubic-bezier(0.4, 0, 0, 1);
	transform: translateX(0);
	transition-duration: 0s, 0s;
}
@keyframes btn-ripple-in {
	0% {
		border-radius: 50%;
		transform: translateX(-100%) translateZ(0);
	}
	100% {
		border-radius: 0;
		transform: translateX(0) translateZ(0);
	}
}
/* main page fin */

/* project list page */
.project_list {
	width: 1328px;
	margin: 0 auto;
	padding: 240px 0 232px;
}
.project_list h2 {
	margin-bottom: 60px;
	font-size: 96px;
	font-weight: 600;
}
.project_list h2 span {
	font-family: "Libre Baskerville";
	font-weight: 400;
}
.project_list .tab_box {
	display: flex;
	gap: 40px;
	margin-bottom: 216px;
}
.project_list .tab_box li {
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
}
.project_list .tab_box li.on {
	border-bottom: 2px solid #1e1e1e;
}
.project_list .project_txt {
	color: #000;
}
.project_list .project_cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 225px 0;
}
.project_list .project_item {
	margin: 0;
}
.project_item::after {
	color: #1e1e1e;
}
.load_btn {
	background: url("../img/add_ico.svg") center / contain no-repeat;
}
.load_btn {
	margin: 205px auto 0;
	width: 70px;
	height: 70px;
	background: url("../img/add_ico.svg") center / contain no-repeat;
}
/* project list page end */

/* contact page start */
.contact_sec {
	padding: 240px 0 180px;
	width: 1328px;
	margin: 0 auto;
}
.contact_title {
	margin-bottom: 216px;
}
.contact_title h2 {
	margin-bottom: 21px;
	font-size: 96px;
	font-weight: 600;
}
.contact_title h2 span {
	font-family: "Libre Baskerville";
	font-weight: 400;
}
.contact_title small {
	font-size: 20px;
}
.title_box {
	display: flex;
	align-items: flex-end;
	margin-bottom: 34px;
}
.contact_list:not(:last-of-type) {
	margin-bottom: 144px;
}
.contact_list:not(:first-of-type) .title {
	margin-bottom: 50px;
}
.contact_list .title {
	position: relative;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.5;
}
.contact_list .title.mark::after {
	content: "*";
	color: #0085ff;
	right: -15px;
	top: 0;
}
.sub_title {
	margin-bottom: 50px;
	font-size: 18px;
	color: #666;
	line-height: 1.4;
}
.sub_title a {
	display: inline-block;
	text-decoration: underline;
	color: #1e1e1e;
	font-weight: 600;
}
.item_wp {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}
.item_li {
}
.item_li input {
	display: none;
}
.item_li label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 70px;
	font-size: 18px;
	border-radius: 50px;
	border: 1px solid #1e1e1e;
	cursor: pointer;
}
.item_li input:checked + label {
	color: #fff;
	font-weight: 600;
	background: #0085ff;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
/* .item_li.active{
  color: #fff;
  font-weight: 600;
  background: #0085ff;
  border: 1px solid rgba(0, 0, 0, 0.10);
} */
.inform_li input,
.contact_list > input {
	width: 648px;
	height: 45px;
	border-bottom: 1px solid #1e1e1e;
}
.inform_wp {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 50px;
}
.inform_li {
	position: relative;
	width: 648px;
	height: 45px;
}
.inform_li label {
	position: absolute;
	top: 10px;
	left: 0;
	transition: all 0.2s;
	font-size: 18px;
	color: #888;
}
.inform_li.active label {
	top: -10px;
	font-size: 14px;
	font-weight: 600;
	color: #0085ff;
}
.inform_li::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #0085ff;
	transition: all 0.5s;
}
.inform_li.active::after {
	width: 100%;
}
.agree_box label {
	padding-left: 34px;
	font-size: 18px;
	cursor: pointer;
	background: url("../img/agree_off.svg") center left / contain no-repeat;
}
.agree_box input:checked + label {
	background: url("../img/agree_on.svg") center left / contain no-repeat;
}
.agree_box span {
	text-decoration: underline;
}
.contact_list textarea {
	width: 100%;
	height: 420px;
	padding: 30px;
	font-size: 18px;
	border: 1px solid #1e1e1e;
	font-family: "Pretendard Variable";
}
.contact_list textarea::placeholder {
	font-size: 18px;
	color: #888;
	letter-spacing: -0.03em;
	font-family: "Pretendard Variable";
}
.contact_btn {
	display: block;
	margin: 80px auto 0;
	width: 304px;
	height: 80px;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	background: #1e1e1e;
}
/* 개인정보처리방침 팝업 */
.contact_sec .terms_pop {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
}
.contact_sec .terms_pop .terms_popbg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}
.contact_sec .terms_pop .pop_content {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 680px;
	height: 600px;
	transform: translate(-50%, -50%);
	background: #fff;
}
.contact_sec .terms_pop .pop_content dl {
	height: calc(100% - 60px);
	padding: 60px 50px 50px;
	overflow-y: auto;
}
.contact_sec .terms_pop .pop_content dt {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.6px;
	margin-bottom: 8px;
}
.contact_sec .terms_pop .pop_content dd {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.48px;
}
.contact_sec .terms_pop .pop_content dd + dt {
	margin-top: 35px;
}
.contact_sec .terms_pop .close {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	background: #1e1e1e;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
}
.contact_sec .terms_pop.show {
	display: block;
}
/* service page */

.bg_black {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	pointer-events: none;
	background: #1e1e1e;
	transition: opacity 0.6s ease-out;
	will-change: opacity;
	z-index: -1;
}
.cont_wp.active .bg_black {
	opacity: 1;
}
.cont_wp.active * {
	color: #fff !important;
}
.cont_wp.active .cont_tit {
	border-bottom: 1px solid #fff;
}
.service_cont {
	padding: 240px 0 160px;
}
.service_cont .tab_box {
	margin-bottom: 0;
}
.service_kv {
	position: relative;
	height: 500vh;
}
.service_kv .inner {
	position: sticky;
	top: 0;
	margin-bottom: 140px;
}
.service_kv .cont_img {
	background: url("../img/service_bg.png") no-repeat;
	background-size: cover;
	height: 100vh;
}
.service_kv .cont_img img {
	display: none;
}
.service_kv .cont_img img:last-of-type,
.agency_kv .cont_img img:last-of-type {
	display: none;
}
.service_kv .cont_tit {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 1.5s;
}
.service_kv .hidden {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 333px;
	gap: 16px;
}
.service_kv.active .cont_tit {
	opacity: 0;
}
.service_kv .hidden li {
	width: 253px;
	height: 253px;
	opacity: 0;
}
.service_kv .hidden li img:last-of-type {
	display: none;
}
.service_kv.active .hidden li {
	animation: fadeIn 1s forwards;
}
.service_kv .hidden li:nth-child(odd) {
	align-self: flex-start;
}
.service_kv .hidden li:nth-child(even) {
	align-self: flex-end;
}
.service_kv .hidden li:first-of-type {
	animation-delay: 0.3s;
}
.service_kv .hidden li:nth-of-type(2) {
	animation-delay: 0.6s;
}
.service_kv .hidden li:nth-of-type(3) {
	animation-delay: 0.9s;
}
.service_kv .hidden li:nth-of-type(4) {
	animation-delay: 1.2s;
}
.service_kv .hidden li:last-of-type {
	animation-delay: 1.5s;
}
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.service_kv .cont_tit h2 {
	margin-bottom: 46px;
	font-weight: 700;
	font-size: 90px;
	letter-spacing: -0.03em;
	color: #fff;
	text-align: center;
}
.service_kv .cont_tit span {
	display: block;
	font-family: "Libre Baskerville", serif;
	font-weight: 500;
}
.service_kv .cont_tit p,
.agency_kv .cont_tit p {
	font-size: 24px;
	color: #fff;
	line-height: 1.7;
	text-align: center;
}
.service_list {
	width: 1328px;
	margin: 0 auto;
}
.service_list .cont_tit {
	padding-bottom: 35px;
	margin-bottom: 65px;
	letter-spacing: -0.03em;
	border-bottom: 2px solid #1e1e1e;
	color: #1e1e1e;
}
.service_list h2 {
	line-height: 1.7;
	font-weight: 700;
	font-size: 48px;
}
.service_list small {
	font-size: 18px;
}
.service_list .cont_list {
	padding-bottom: 180px;
}
.service_list .cont_inner {
	display: flex;
	justify-content: space-between;
}
.service_list .cont_left {
	width: 404px;
	color: #1e1e1e;
	line-height: 1.7;
	letter-spacing: -0.03em;
}
.service_list .cont_left h3 {
	margin-bottom: 40px;
	font-size: 40px;
	font-weight: 600;
}
.service_list .cont_left p {
	font-size: 18px;
}
.service_list .cont_list02 {
	display: flex;
	justify-content: space-between;
	padding: 0 30px 60px;
}
.service_list .cont_list02:last-of-type {
	padding-bottom: 0;
}
.service_list .cont_list02:not(:last-of-type) {
	border-bottom: 1px solid #d4d4d4;
}
.service_list .cont_right {
	display: flex;
	flex-direction: column;
	gap: 60px;
	width: 658px;
}
.service_list .cont_right span {
	font-size: 24px;
	font-weight: 600;
	color: #1e1e1e;
	line-height: 1.7;
	letter-spacing: -0.03em;
}
.service_list .cont_right p {
	width: 320px;
	font-size: 18px;
	color: #1e1e1e;
	line-height: 1.7;
	letter-spacing: -0.03em;
}
/* agency page */
.agency_kv {
	position: relative;
	margin-bottom: 130px;
}
.agency_kv .cont_tit {
	position: absolute;
	top: 370px;
	left: 50%;
	transform: translateX(-50%);
}
.agency_kv .cont_tit h2 {
	margin-bottom: 50px;
	font-weight: 600;
	font-size: 64px;
	letter-spacing: -0.03em;
	color: #fff;
	text-align: center;
}
.agency_wp {
	width: 1320px;
	margin: 0 auto;
	padding-bottom: 240px;
}
.agency_wp h2 {
	position: relative;
	padding-bottom: 66px;
	margin-bottom: 120px;
	font-size: 96px;
	font-weight: 600;
	color: #1e1e1e;
	letter-spacing: -0.03em;
}
.agency_wp h2::before {
	content: "SI";
	position: absolute;
	right: 0;
	bottom: -50px;
	font-size: 96px;
	font-weight: 600;
	color: #1e1e1e;
}
.agency_wp h2::after {
	content: "";
	position: absolute;
	width: 90%;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #1e1e1e;
}
.agency_list {
	display: flex;
	justify-content: space-between;
	padding: 80px 0 80px 68px;
}
.agency_list:first-of-type {
	padding-top: 0;
}
.agency_list:last-of-type {
	padding-bottom: 0;
}
.agency_list h3 {
	position: relative;
	font-size: 56px;
	color: #1e1e1e;
}
.agency_list h3 span {
	font-family: "Libre Baskerville", serif;
}
.agency_list h3::before {
	position: absolute;
	top: 0;
	left: -40px;
	font-size: 14px;
	color: #1e1e1e;
}
.agency_list:first-of-type h3::before {
	content: "01";
}
.agency_list:nth-of-type(2) h3::before {
	content: "02";
}
.agency_list:nth-of-type(3) h3::before {
	content: "03";
}
.agency_list:last-of-type h3::before {
	content: "04";
}
.agency_list:not(:last-of-type) {
	border-bottom: 1px solid #1e1e1e;
}
.agency_list .cont_right {
	width: 648px;
	color: #1e1e1e;
	letter-spacing: -0.03em;
	line-height: 1.7;
}
.agency_list .cont_right span {
	display: block;
	margin-bottom: 22px;
	font-size: 24px;
	font-weight: 600;
}
.agency_list .cont_right p {
	font-size: 18px;
}
.agency_list .tec_wp {
	margin-top: 22px;
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
}
.agency_list .tec_wp li {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.03em;
	color: #1e1e1e;
}
.agency_list .tec_wp li::after {
	content: "";
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	height: 14px;
	border-right: 1px solid #1e1e1e;
}
.agency_list .tec_wp li::after:not(:last-of-type) {
	content: none;
}
/* about page */
.about_list {
	width: 1328px;
	margin: 0 auto;
	padding: 240px 0 232px;
}
.about_list h2 {
	margin-bottom: 60px;
	font-size: 96px;
	font-weight: 600;
}
.about_list h2 span {
	font-family: "Libre Baskerville";
	font-weight: 400;
}
.about_list .tab_box {
	display: flex;
	gap: 40px;
}
.about_list .tab_box li {
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
}
.about_list .tab_box li.on {
	border-bottom: 2px solid #1e1e1e;
}
.about .bgWr {
	height: 300vh;
}
.about .liveBg {
	background: url(../img/live_about_bg.jpg) center no-repeat;
	text-align: center;
	color: #fff;
	background-size: cover;
	transition: all 1s;
	width: 80%;
	margin: 0 auto;
	position: sticky;
	top: 0;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about.locate .liveBg {
	background: url(../img/live_about_bg02.png) center no-repeat;
}
.about .liveBg h3 {
	font-size: 64px;
	font-family: "Pretendard-ExtraBold";
	opacity: 0;
	transform: translate(0, 40px);
	transition: all 1s;
	font-weight: 700;
}
.about .liveBg h3.active,
.about .liveBg p.active {
	opacity: 1;
	transform: translate(0, 0);
}
.about .liveStudio .sbz-inner {
	height: 1684rem;
}
.about .liveStudio h3 {
	font-size: 190px;
	color: rgba(255, 255, 255, 0.1);
	font-family: "Pretendard-Bold";
	position: sticky;
	top: 40%;
	text-align: center;
}
.about .liveStudio ul {
	display: flex;
	flex-wrap: wrap;
}
.about .liveStudio ul li {
	width: 32%;
	margin-right: 2%;
	position: relative;
	margin-bottom: 30px;
}
.about .liveStudio ul li:nth-child(3n) {
	margin-right: 0;
}
.about .liveStudio ul li .m_img {
	display: none;
}
.about .liveStudio ul li span {
	font-family: "Pretendard-Bold";
	font-size: 24px;
	color: #fff;
	position: absolute;
	bottom: 50px;
	left: 50px;
}
.about .sbz-partner-sub {
	background: none;
	margin: 130px 0 0;
}
.about_list .con1 h3 {
	font-size: 48px;
	font-weight: bold;
	color: #1e1e1e;
	position: relative;
	top: -185px;
	line-height: 1.3;
}
.about_list .section-wrap {
	position: relative;
}
.about_list .section-wrap .bg {
	display: block;
	position: absolute;
	left: 50%;
	width: 100vw;
	height: 100%;
	content: "";
	transform: translateX(-50%);
	z-index: -1;
}
.about_list .con1 .section-body {
	display: flex;
	position: relative;
	height: 100vh !important;
	height: 100vh;
	margin: 0;
	align-items: center;
	justify-content: space-between;
}
.about_list .con1 .post-list {
	position: relative;
	width: 28%;
	padding-bottom: 28%;
	overflow: hidden;
}
.about_list .con1 .post-list .post-item {
	position: absolute;
	width: 100%;
	height: 100%;
	transform: translateY(100%);
	overflow: hidden;
	transition: all 0.5s ease-out;
}
.about_list .con1 .post-list .post-item img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	-o-object-fit: cover;
	object-fit: cover;
}
.about_list .con1 .post-list .post-item.previous {
	transform: scale(0.9);
	transition: all 0.5s ease-out 0.2s;
}
.about_list .con1 .post-list .post-item.active {
	transition: all 0.5s ease-out;
	transform: translateY(0);
}
.about_list .con1 .data-list {
	display: flex;
	position: relative;
	width: 440px;
	height: 100%;
	align-items: center;
	margin-left: -50px;
}
.about_list .con1 .data-list .data-item {
	position: absolute;
	width: 100%;
	color: rgb(63, 63, 70);
	transition: all 0.2s linear;
	z-index: 0;
	opacity: 0;
	font-weight: 500;
	font-size: 3.2rem;
}
.about_list .con1 .big_tit {
	font-size: 32px;
	line-height: 1.4;
	font-weight: 700;
}
.about_list .con1 p {
	font-size: 18px;
	line-height: 1.6;
	margin-top: 50px;
}
.about_list .con1 .data-list .data-item.active {
	z-index: 1;
	opacity: 1;
}
.about_list .con1 .post-item .video {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
}
.about_list .con1 .post-item .video video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_list .con2 {
	padding: 270px 0;
}
.about_list .con2 h3 {
	color: #fff;
	font-size: 96px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 130px;
}
.about_list .con2 ul li {
	color: #fff;
	padding: 75px 0 75px 25px;
	display: flex;
	border-top: 1px #fff solid;
	position: relative;
}
.about_list .con2 ul li .num {
	font-size: 14px;
	margin-right: 25px;
}
.about_list .con2 ul li > div {
	flex: 1;
}
.about_list .con2 .big_tit {
	font-size: 56px;
}
.about_list .con2 .big_tit span {
	font-family: "Libre Baskerville";
	font-weight: 400;
}
.about_list .con2 p {
	font-size: 24px;
	font-weight: 700;
}
.about_list .con2 p span {
	display: block;
	font-size: 18px;
	line-height: 1.8;
	margin-top: 20px;
}
.about_list .con3 {
	display: flex;
	padding-bottom: 110px;
}
.about_list .con3 h3 {
	font-size: 64px;
	font-weight: 700;
	position: sticky;
	top: 0;
	left: 0;
}
.about_list .con3 > div {
	flex: 1;
	color: #1e1e1e;
}
.about_list .con3 ul li {
	margin-top: 150px;
}
.about_list .con3 ul li:first-child {
	margin-top: 0;
}
.about_list .con3 .big_tit {
	font-size: 36px;
	font-weight: 700;
}
.about_list .con3 p {
	font-size: 18px;
	line-height: 1.8;
	margin-top: 20px;
}
.about_list .con3 .box_wrap {
	display: flex;
	column-gap: 10px;
	margin-top: 50px;
}
.about_list .con3 .box_wrap span {
	font-size: 16px;
	border: 1px #1e1e1e solid;
	border-radius: 30px;
	display: inline-block;
	padding: 7px 10px;
}
.about_list2 {
	padding-top: 0;
	padding-bottom: 0 !important;
}
.about_list .section-wrap .bg2 {
	transition: all 2.5s;
}
.about .scale {
	position: relative;
	padding-top: 50px;
	padding-bottom: 100px;
	background: #fff;
	overflow: hidden;
}
.about .scale p {
	font-weight: 600;
	font-size: 1.5vw;
	font-weight: bold;
	white-space: nowrap;
	transition: all 0.4s;
	text-align: center;
}
.about .scale p span {
	font-family: "Libre Baskerville";
	font-weight: 400;
	color: #0085ff;
}
.marquee {
	height: 160px;
	width: 100%;
	display: flex;
	align-items: center;
	overflow: hidden;
	position: relative;
	border-top: 1px #1e1e1e solid;
	transition: all 0.2s;
	background: #fff;
}
/* .marquee:hover {
	background: #0085ff;
}
.marquee:hover a {
	color: #fff;
	background: url(../img/ico_star_hover.gif) left center no-repeat;
	background-size: 22px auto;
} */
.marquee div {
	display: block;
	width: 200%;
	height: 30px;
	position: absolute;
	overflow: hidden;
	animation: marquee 7s linear infinite;
}
.marquee span {
	float: left;
	width: 8%;
}
.marquee a {
	padding-right: 30px;
	padding-left: 3.8rem;
	background: url(../img/ico_star.gif) left center no-repeat;
	background-size: 22px auto;
	font-size: 1.4vw;
	font-weight: 600;
}
@keyframes marquee {
	0% {
		left: 0;
	}
	100% {
		left: -80%;
	}
}
/* about page end */
/* history page start */
.history_list:before {
	content: "";
	background: #1e1e1e;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.history_list {
	width: 1328px;
	margin: 0 auto;
	padding-top: 240px;

	/* background: #1e1e1e; */
}
.history_list h2 {
	margin-bottom: 60px;
	font-size: 96px;
	font-weight: 600;
	position: relative;
	z-index: 1;
	color: #fff;
}
.history_list h2 span {
	font-family: "Libre Baskerville";
	font-weight: 400;
}
.history_list .tab_box {
	display: flex;
	gap: 40px;
	position: relative;
	z-index: 1;
}
.history_list .tab_box li {
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
}
.history_list .tab_box li.on {
	border-bottom: 2px solid #fff;
}
.history_list .tab_box li a {
	color: #fff;
}
.history_sec {
	background: #1e1e1e;
	position: relative;
	height: 250vh;
}
.history_sec .history_wp {
	position: sticky;
	top: 0;
	left: 0;
	height: 100vh;
	width: 1328px;
	margin: 0 auto;
}
.history_sec .history_cont {
	display: flex;
	padding: 350px 0 0 0;
	height: 100vh;
	width: 384vh;
	will-change: transform;
	column-gap: 100px;
}
.history_sec .history_item {
	color: #fff;
}
.history_sec .big_tit {
	font-size: 64px;
	font-weight: bold;
	margin-bottom: 60px;
}
.history_sec .big_tit i {
	background: url(../img/ict.png) no-repeat;
	display: inline-block;
	width: 40px;
	height: 42px;
	background-size: cover;
	margin-left: 20px;
}
.history_sec .history_item ul li {
	font-size: 18px;
	line-height: 1.5;
	margin-top: 15px;
}
.history_sec .history_item ul li span {
	display: inline-block;
	width: 21px;
	color: #aaa;
	margin-right: 20px;
}
.history_sec .history_item ul li:first-child {
	margin-top: 0;
}
.history_old {
	position: relative;
	width: 1328px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-top: 100px;
	padding-bottom: 200px;
	background: #fff;
	position: relative;
}
.history_old:before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 200vw;
	bottom: 0;
	background: #fff;
	z-index: -1;
}
.history_old > div {
	flex: 1;
}
.history_old .l_wrap h3 {
	font-size: 64px;
	font-weight: 700;
	padding-top: 100px;
	position: sticky;
	top: 0;
	left: 0;
}
.history_old .l_wrap h3 span {
	display: block;
}
.history_old .r_wrap {
	padding-top: 100px;
}
.history_old .r_wrap ul > li {
	display: flex;
	align-items: baseline;
	margin-top: 60px;
	position: relative;
}
.history_old .r_wrap ul > li.on:before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 3px;
	left: -60px;
	background: url(../img/ico_star.gif) left center no-repeat;
	background-size: 22px auto;
}
.history_old .r_wrap ul > li:first-child {
	margin-top: 0;
}
.history_old .r_wrap .y {
	font-size: 24px;
	font-weight: 700;
	margin-right: 80px;
}
.history_old .r_wrap ol li {
	font-size: 18px;
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.history_old .r_wrap ol li:first-child {
	margin-top: 0;
}
.history_old .r_wrap ol li span {
	width: 20px;
	margin-right: 15px;
}
.history_old .r_wrap i {
	display: inline-block;
	width: 21px;
	height: 21px;
	margin-left: 15px;
}
.history_old .r_wrap i.wa {
	background: url(../img/wa.png) center no-repeat;
	background-size: cover;
}
.history_old .r_wrap i.ict {
	background: url(../img/ict.png) center no-repeat;
	background-size: cover;
}
/* history page end */
/* award page end */
.award .about_list {
	width: 100%;
	margin-bottom: 180px;
	padding: 0;
	background-color: #1e1e1e;
	color: #fff;
	background-image: url("../img/award_top_bg.png");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
}
.award .about_list .inner {
	width: 1328px;
	margin: 0 auto;
	padding: 240px 0 232px;
}
.award .about_list .award_swiper .swiper-slide {
	display: flex;
	justify-content: space-between;
	padding-top: 115px;
	box-sizing: content-box;
	min-height: 380px;
}
.award .about_list .award_swiper .swiper-slide .award_swiper_title {
	margin-top: 57px;
}
.award .about_list .award_swiper .swiper-slide .award_swiper_title .year {
	font-size: 64px;
	font-weight: 600;
	letter-spacing: -1.92px;
}
.award .about_list .award_swiper .swiper-slide .award_swiper_title p {
	font-size: 20px;
	line-height: 35px;
	letter-spacing: -0.6px;
	padding-top: 34px;
}
.award .about_list .award_swiper .swiper-slide .award_swiper_logo {
	position: absolute;
	left: 50%;
	width: 376px;
	transform: translateX(-50%);
}
.award .about_list .award_swiper .swiper-slide .award_swiper_logo::before {
	content: "";
	position: absolute;
	left: -68px;
	bottom: -3px;
	width: 100%;
	height: 100%;
	background: url("../img/award_top_logoframe_l.svg") no-repeat;
	background-position: left bottom;
}
.award .about_list .award_swiper .swiper-slide .award_swiper_logo::after {
	content: "";
	position: absolute;
	right: -68px;
	bottom: -3px;
	width: 100%;
	height: 100%;
	background: url("../img/award_top_logoframe_r.svg") no-repeat;
	background-position: right bottom;
}
.award .about_list .award_swiper .swiper-slide .award_swiper_desc {
	width: 360px;
	margin-top: 100px;
}
.award .about_list .award_swiper .swiper-slide .award_swiper_desc .award_name {
	height: 50px;
}
.award
	.about_list
	.award_swiper
	.swiper-slide
	.award_swiper_desc
	.award_name
	img {
	height: 100%;
	object-fit: contain;
	width: auto;
}
.award .about_list .award_swiper .swiper-slide .award_swiper_desc strong {
	display: block;
	padding: 30px 0;
	font-size: 32px;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: -0.96px;
}
.award .about_list .award_swiper .swiper-slide .award_swiper_desc p {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -0.6px;
}
.award .about_list .award_swiper .control_wrap {
	position: absolute;
	left: 0;
	bottom: 4px;
	display: flex;
	gap: 10px;
}
.award .about_list .award_swiper .swiper-button {
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-size: contain;
	position: unset;
	margin: 0;
}
.award .about_list .award_swiper .swiper-button svg {
	display: none;
}
.award .about_list .award_swiper .swiper-button-prev {
	background-image: url("../img/award_top_prev.svg");
}
.award .about_list .award_swiper .swiper-button-next {
	background-image: url("../img/award_top_next.svg");
}
.award .about_list .award_swiper .swiper-slide:not(.swiper-slide-active) {
	opacity: 0 !important;
}
.award_list {
	width: 1328px;
	margin: 0 auto;
	padding-bottom: 300px;
}
.award_list ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 100px;
	row-gap: 140px;
}
.award_list ul li {
	width: calc((100% - 200px) / 3);
}
.award_list .award_txt {
	position: relative;
}
.award_list .award_txt .icon {
	display: flex;
	position: absolute;
	top: -100px;
	right: 20px;
	gap: 5px;
}
.award_list .award_txt .icon span {
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-size: contain;
}
.award_list .award_txt .icon .logo1 {
	background-image: url("../img/award_icon1.svg");
}
.award_list .award_txt .icon .logo2 {
	background-image: url("../img/award_icon2.svg");
}
.award_list .award_txt .icon .logo3 {
	background-image: url("../img/award_icon3.svg");
}
.award_list .big_tit {
	font-size: 24px;
	font-weight: 700;
	margin: 25px 0;
}
.award_list p {
	color: #888;
	font-size: 16px;
	line-height: 1.5;
}
.award_list img {
	max-width: 100%;
}
/* award page end */

/* locate */
.about.locate .liveBg {
	border-radius: 50%;
	/* width: 35%; */
	width: 660px;
	height: 70vh;
}
.about.locate .locate_map {
	width: 100%;
	margin: 240px auto;
}
.about.locate .locate_map .inner {
	width: 1328px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}
.about.locate #map {
	width: 100%;
}
.about.locate iframe {
	width: 100%;
	height: 560px;
}
.about.locate .company_add {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.about.locate .company_add p {
	width: 320px;
	line-height: 1.3;
	color: #1e1e1e;
}
.about.locate .company_add strong {
	display: block;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
}
.about.locate .company_add small {
	margin-top: 8px;
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 15px;
	font-weight: 300;
}
.about.locate .company_add small span {
	padding-top: 2px;
	display: flex;
	justify-content: center;
	align-self: center;
	width: 18px;
	height: 18px;
	font-size: 12px;
	font-weight: 700;
	border-radius: 9px;
	background: #d1a62c;
	color: #fff;
}
@media screen and (max-width: 1680px) {
	.about.locate .liveBg {
		width: 660px;
		height: 75vh;
	}
	.about.locate .locate_map .inner {
		width: calc(100vw * (1328 / 1680));
		gap: calc(100vw * (40 / 1680));
	}
}
@media screen and (max-width: 770px) {
	.about.locate .liveBg {
		width: 340px;
		height: 40vh;
	}
	.about.locate .bgWr.active {
		padding-top: 100px;
	}
	.about.locate .locate_map {
		padding: 0 10px;
		margin: 100px auto;
	}
	.about.locate iframe {
		height: 240px;
	}
	.about.locate .locate_map .inner {
		width: 100%;
		gap: 24px;
	}
	.about.locate .company_add {
		gap: 18px 0;
		flex-wrap: wrap;
	}
	.about.locate .company_add p {
		width: calc(100vw * (162 / 360));
		font-size: 13px;
	}
	.about.locate .company_add strong {
		margin-bottom: 5px;
		font-size: 20px;
	}
	.about.locate .company_add span {
		width: 14px;
		height: 14px;
	}
	.about.locate .company_add small {
		margin-top: 4px;
		font-size: 11px;
	}
}
