
/*-------------------------------
 Technology Page
-------------------------------*/
.technology .technologySec {
	padding: 5.5556vw 0 11.1111vw;
}
.technology .technologySec .box__text {
	margin-top: 2.5vw;
	font-family: "Inter";
	font-size: 1.25vw;
	font-weight: 400;
	line-height: 2.2222;
	letter-spacing: 0;
	color: #4A4A4A;
}
.technology .technologySec .technology__list {
	margin-top: 8.5416vw;
}
.technology .technologySec .technology__item-platform {
	margin-top: 8.5416vw;
}
.technology .technologySec .technology__item-process {
	margin-top: 9.9306vw;
}
.technology .technologySec .technology__item-flow {
	margin-top: 11.3889vw;
}
.technology .technologySec .technology__item .box__text {
	margin-top: 1.4583vw;
}
.technology .technologySec .technology__item.technology__item-platform .box__text,
.technology .technologySec .technology__item.technology__item-process .box__text,
.technology .technologySec .technology__item.technology__item-flow .box__text {
	margin-top: 2.2222vw;
	letter-spacing: .1em;
}
.technology .technologySec .technology__item .item__img {
	margin-top: 6.25vw;
}
.technology .technologySec .technology__item.technology__item-flow .item__img {
	margin-top: 3.75vw;
}
.technology .technologySec .technology__item.technology__item-platform .item__img {
	margin-top: 3.125vw;
}

.technology .technologySec .technology__item .box__link {
	margin-top: 2.4306vw;
}
.technology .technologySec .technology__item .step__wrap {
	margin-top: 3.4722vw;
}
.technology .technologySec .technology__item .step__list {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 1.3889vw;
	margin-bottom: 4.5139vw;
}
.technology .technologySec .technology__item .step__list .step__item {
	width: 13.1944vw;
}
.technology .technologySec .technology__item .step__list .step__item .step__no {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.125vw;
	height: 3.125vw;
	margin: 0 auto;
	font-family: "Inter";
	font-size: 1.5278vw;
	font-weight: 400;
	line-height: 0;
	letter-spacing: 0;
	color: #fff;
	background: #4C6BD0;
	border-radius: 1.6vw;
	z-index: 1;
}
.technology .technologySec .technology__item .step__list .step__item:not(:last-child) .step__no::before{
	position: absolute;
	content: "";
	top: calc( 50% - 1px );
	left: 50%;
	width: 13.1944vw;
	height: 2px;
	background: #4C6BD0;
	z-index: -1;
}
.technology .technologySec .technology__item .step__list .step__item .step__body {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	width: 13.1944vw;
	height: 15.2083vw;
	padding: 2.4306vw 1.3889vw 1.3889vw;
	margin-top: 1.3889vw;
	border-radius: 10px;
	background: rgb( 162, 195, 244, 0.31 );
	text-align: center;
}
.technology .technologySec .technology__item .step__list .step__item:nth-child(1) .step__body {
	padding: 1.8056vw 0.6944vw 1.3889vw;
}
.technology .technologySec .technology__item .step__list .step__item .step__body h4 {
	font-family: "Inter";
	font-size: 1.3889vw;
	font-weight: 700;
	line-height: 1.09;
	letter-spacing: .05em;
	color: #4C6BD0;
	text-align: center;
}
.technology .technologySec .technology__item .step__list .step__item .step__body img {
	width: 10.4167vw;
	margin: 0 auto;
}
.technology .technologySec .technology__item .step__list .step__item:nth-child(1) .step__body h4 {
	font-size: 1.25vw;
	line-height: 1;
}

.technology .technologySec .technology__item .flow__list {
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	width: 69.5833vw;
	margin: 1.5277vw auto;
	gap: 4.4444vw;
}
.technology .technologySec .technology__item .flow__list .flow__item {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.technology .technologySec .technology__item .flow__list .flow__item.flow__item-deepx {
	flex-flow: row-reverse;
}
.technology .technologySec .technology__item .flow__list .flow__item .flow__comment {
	width: 51.3889vw;
	padding: 2.2917vw 3.4722vw 2.2917vw 3.6806vw;
	margin-right: 1.25vw;
	font-family: "Inter";
	font-size: 1.1111vw;
	font-weight: 400;
	line-height: 1.875;
	letter-spacing: .05em;
	color: #4A4A4A;
	background: #E8E8E8;
}
.technology .technologySec .technology__item .flow__list .flow__item.flow__item-deepx .flow__comment {
	margin-bottom: 0.6944vw;
	padding: 2.2917vw 2.4306vw 2.2917vw 3.125vw;
	background: #E2ECFC;
}
.technology .technologySec .technology__item .flow__list .flow__item .flow__comment .text__bold {
	font-weight: 700;
}
.technology .technologySec .technology__item .flow__list .flow__item .flow__img {
	width: 14.5833vw;
	margin-bottom: 1.0417vw;
	text-align: center;
}
.technology .technologySec .technology__item .flow__list .flow__item .flow__img img {
	width: 11.3194vw;
}
.technology .technologySec .technology__item .flow__list .flow__item.flow__item-deepx .flow__img {
	margin-left: 0.8333vw;
	margin-right: 0.4861vw;
}
.technology .technologySec .technology__item .flow__list .flow__item .flow__name {
	margin-bottom: 0.8333vw;
	font-family: "Inter";
	font-size: 1.3889vw;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: .05em;
	color: #4A4A4A;
	text-align: center;
}
.technology .technologySec .technology__item .flow__list .flow__item .flow__name img {
	width: 7.0833vw;
	margin: 0 auto 0.6944vw;
}

@media screen and (min-width:1441px) {
	.technology .technologySec {
		padding: 80px 0 160px;
	}
	.technology .technologySec .box__text {
		margin-top: 36px;
		font-size: 18px;
	}
	.technology .technologySec .technology__list {
		margin-top: 82px;
	}
	.technology .technologySec .technology__item-platform {
		margin-top: 123px;
	}
	.technology .technologySec .technology__item-process {
		margin-top: 143px;
	}
	.technology .technologySec .technology__item-flow {
		margin-top: 164px;
	}
	.technology .technologySec .technology__item .box__text {
		margin-top: 21px;
	}
	.technology .technologySec .technology__item.technology__item-platform .box__text,
	.technology .technologySec .technology__item.technology__item-process .box__text,
	.technology .technologySec .technology__item.technology__item-flow .box__text {
		margin-top: 32px;
	}
	.technology .technologySec .technology__item .item__img {
		margin-top: 90px;
	}
	.technology .technologySec .technology__item.technology__item-flow .item__img {
		margin-top: 54px;
	}
	.technology .technologySec .technology__item.technology__item-platform .item__img {
		margin-top: 45px;
	}

	.technology .technologySec .technology__item .box__link {
		margin-top: 35px;
	}
	.technology .technologySec .technology__item .step__wrap {
		margin-top: 50px;
	}
	.technology .technologySec .technology__item .step__list {
		gap: 20px;
		margin-bottom: 65px;
	}
	.technology .technologySec .technology__item .step__list .step__item {
		width: 190px;
	}
	.technology .technologySec .technology__item .step__list .step__item .step__no {
		width: 45px;
		height: 45px;
		font-size: 22px;
		border-radius: 23px;
	}
	.technology .technologySec .technology__item .step__list .step__item:not(:last-child) .step__no::before{
		width: 190px;
	}
	.technology .technologySec .technology__item .step__list .step__item .step__body {
		width: 190px;
		height: 219px;
		padding: 35px 20px 20px;
		margin-top: 20px;
		border-radius: 10px;
	}
	.technology .technologySec .technology__item .step__list .step__item:nth-child(1) .step__body {
		padding: 26px 10px 20px;
	}
	.technology .technologySec .technology__item .step__list .step__item .step__body h4 {
		font-size: 20px;
	}
	.technology .technologySec .technology__item .step__list .step__item .step__body img {
		width: 150px;
	}
	.technology .technologySec .technology__item .step__list .step__item:nth-child(1) .step__body h4 {
		font-size: 18px;
	}

	.technology .technologySec .technology__item .flow__list {
		width: 1002px;
		margin: 22px auto;
		gap: 64px;
	}
	.technology .technologySec .technology__item .flow__list .flow__item .flow__comment {
		width: 740px;
		padding: 33px 50px 33px 53px;
		font-size: 16px;
		margin-right: 18px;
	}
	.technology .technologySec .technology__item .flow__list .flow__item.flow__item-deepx .flow__comment {
		margin-bottom: 10px;
		padding: 33px 35px 33px 45px;
	}
	.technology .technologySec .technology__item .flow__list .flow__item .flow__comment .text__bold {
		font-weight: 700;
	}
	.technology .technologySec .technology__item .flow__list .flow__item .flow__img {
		width: 210px;
		margin-bottom: 15px;
	}
	.technology .technologySec .technology__item .flow__list .flow__item .flow__img img {
		width: 163px;
	}
	.technology .technologySec .technology__item .flow__list .flow__item.flow__item-deepx .flow__img {
		margin-left: 12px;
		margin-right: 7px;
	}
	.technology .technologySec .technology__item .flow__list .flow__item .flow__name {
		margin-bottom: 12px;
		font-size: 20px;
	}
	.technology .technologySec .technology__item .flow__list .flow__item .flow__name img {
		width: 102px;
		margin: 0 auto 10px;
	}
}

@media screen and (max-width: 768px) {
	.technology .technologySec {
		padding: 14.6667vw 0 8vw;
	}
	.technology .technologySec .box__text {
		margin-top: 7.4667vw;
		font-size: 4.2667vw;
		line-height: 1.9375;
	}
	.technology .technologySec .technology__list {
		margin-top: 22.6667vw;
	}
	.technology .technologySec .technology__item-platform {
		margin-top: 16vw;
	}
	.technology .technologySec .technology__item-process {
		margin-top: 25.3333vw;
	}
	.technology .technologySec .technology__item-flow {
		margin-top: 22.6667vw;
	}
	.technology .technologySec .technology__item .box__text {
		margin-top: 6.6667vw;
	}
	.technology .technologySec .technology__item.technology__item-platform .box__text,
	.technology .technologySec .technology__item.technology__item-process .box__text,
	.technology .technologySec .technology__item.technology__item-flow .box__text {
		margin-top: 8vw;
		letter-spacing: 0;
	}
	.technology .technologySec .technology__item .item__img {
		margin-top: 17.3333vw;
	}
	.technology .technologySec .technology__item.technology__item-platform .item__img {
		margin-top: 9.3333vw;
	}
	.technology .technologySec .technology__item.technology__item-flow .item__img {
		margin-top: 5.3333vw;
	}
	.technology .technologySec .technology__item .box__link {
		margin-top: 5.3333vw;
	}
	.technology .technologySec .technology__item .step__wrap {
		margin-top: 5.3333vw;
	}
	.technology .technologySec .technology__item .step__list {
		display: flex;
		justify-content: center;
		align-items: stretch;
		flex-flow: column;
		gap: 4.8vw;
		width: 85.3333vw;
		margin: 0 auto;
	}
	.technology .technologySec .technology__item .step__list .step__item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	.technology .technologySec .technology__item .step__list .step__item .step__no {
		width: 12vw;
		height: 12vw;
		margin: 0;
		font-size: 5.8667vw;
		border-radius: 6vw;
		z-index: 1;
	}
	.technology .technologySec .technology__item .step__list .step__item:not(:last-child) .step__no::before {
		top: 50%;
		width: 2px;
		height: 22.6667vw;
	}
	.technology .technologySec .technology__item .step__list .step__item .step__body,
	.technology .technologySec .technology__item .step__list .step__item:nth-child(1) .step__body {
		display: flex;
		flex-flow: row;
		justify-content: space-between;
		align-items: center;
		width: 70.6667vw;
		height: 18.6667vw;
		padding: 0 4vw 0 6.1333vw;
		margin-top: 0;
		border-radius: 10px;
	}
	.technology .technologySec .technology__item .step__list .step__item .step__body h4 {
		font-size: 4.8vw;
		line-height: 1.09;
	}
	.technology .technologySec .technology__item .step__list .step__item .step__body img {
		width: 19.4667vw;
		margin: 0 auto;
	}
	.technology .technologySec .technology__item .step__list .step__item:nth-child(1) .step__body h4 {
		font-size: 4.5333vw;
		line-height: 1.19;
		letter-spacing: -.02em;
		text-align: left;
	}
	.technology .technologySec .technology__item .flow__list {
		display: flex;
		flex-flow: column;
		justify-content: flex-end;
		width: 100%;
		margin: 2.6667vw auto;
		gap: 3.2vw;
	}
	.technology .technologySec .technology__item .flow__list .flow__item {
		justify-content: flex-start;
		align-items: center;
		flex-flow: column-reverse;
		padding: 8.5333vw 6.6667vw 7.4667vw;
		background: #E8E8E8;
	}
	.technology .technologySec .technology__item .flow__list .flow__item.flow__item-deepx {
		flex-flow: column-reverse;
		padding: 5.3333vw 6.6667vw 7.4667vw;
		background: #E2ECFC;
	}
	.technology .technologySec .technology__item .flow__list .flow__item .flow__comment {
		width: 100%;
		padding: 0;
		font-size: 4.2667vw;
	}
	.technology .technologySec .technology__item .flow__list .flow__item.flow__item-deepx .flow__comment {
		margin-bottom: 0;
		padding: 0;
	}
	.technology .technologySec .technology__item .flow__list .flow__item .flow__img {
		width: 100%;
		text-align: center;
		margin-bottom: 4.8vw;
	}
	.technology .technologySec .technology__item .flow__list .flow__item .flow__img img {
		width: 21.8667vw;
	}
	.technology .technologySec .technology__item .flow__list .flow__item .flow__name {
		margin-bottom: 4vw;
		font-size: 5.3333vw;
	}
	.technology .technologySec .technology__item .flow__list .flow__item.flow__item-deepx .flow__name {
		margin-bottom: 3.2vw;
	}
	.technology .technologySec .technology__item .flow__list .flow__item .flow__name img {
		width: 32vw;
		margin: 0 auto;
	}
}



/*-------------------------------
 Technolosy Detail Page
-------------------------------*/
.technology-detail .article__box a,
.technology-detail .intro__contents a {
	color: #4C6BD0;
	text-decoration: underline;
}
.technology-detail .introSec {
	padding-top: 8.3333vw;
}
.technology-detail .introSec .l-inner,
.technology-detail .contentsSec .l-inner,
.technology-detail .outroSec .l-inner {
	width: 64.5833vw;
}
.technology-detail .introSec {
	font-family: "Inter";
	font-size: 1.25vw;
	font-weight: 400;
	line-height: 2.2222;
	letter-spacing: 0;
	color: #4A4A4A;
}
.technology-detail .introSec .intro__img {
	width: 100%;
}
.technology-detail .introSec .intro__title {
	position: relative;
	width: 100%;
	padding-top: 2.0833vw;
	padding-bottom: 1.0417vw;
	font-family: "Inter";
	font-size: 2.0833vw;
	font-weight: 600;
	color: #303030;
	letter-spacing: .1em;
	border-bottom: 1px solid #000;
}
.technology-detail .introSec .intro__title::before {
	position: absolute;
	content: '';
	left: 0;
	bottom: -0.1389vw;
	width: 10.4167vw;
	height: 0.2083vw;
	background: #4C6BD0;
}
.technology-detail .intro__contents iframe {
	display: block;
	width: 51.25vw;
	height: 28.5417vw;
	margin: 4.1667vw auto 2.0833vw;
}
.technology-detail .intro__contents img {
	width: 100%;
	margin: 4.1667vw auto 2.0833vw;
}
.technology-detail .contentsSec {
	margin-top: 4.8611vw;
}
.technology-detail .contentsSec .article__box {
	margin-bottom: 3.4722vw;
}
.technology-detail .contentsSec .article__box.article__box-blue {
	margin-bottom: 2.0833vw;
}
.technology-detail .contentsSec .article__box .article__title {
	position: relative;
	padding-left: 1.25vw;
	margin-bottom: 1.3889vw;
	font-family: "Inter";
	font-size: 1.5278vw;
	font-weight: 600;
	letter-spacing: .1em;
	line-height: 1.5;
	color: #303030;
}
.technology-detail .contentsSec .article__box .article__title::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0.3472vw;
	width: 0.3472vw;
	height: 1.7361vw;
	background-color: #4C6BD0;
}
.technology-detail .contentsSec .article__box .article__title-blue {
	position: relative;
	padding-top: 0.6944vw;
	margin-bottom: 2.0833vw;
	font-family: "Inter";
	font-size: 1.5278vw;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.1;
	color: #4C6BD0;
}
.technology-detail .contentsSec .article__box .article__title-hyphen {
	position: relative;
	padding-left: 1.7361vw;
	margin-bottom: 0.6944vw;
	font-family: "Inter";
	font-size: 1.3889vw;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.1;
	color: #4a4a4a;
}
.technology-detail .contentsSec .article__box .article__title-hyphen::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0.625vw;
	width: 1.0417vw;
	height: 0.2083vw;
	background-color: #4C6BD0;
}
.technology-detail .contentsSec .article__box p {
	margin-bottom: 1.0417vw;
	font-family: "Inter";
	font-size: 1.1111vw;
	font-weight: 400;
	line-height: 1.9375;
	letter-spacing: 0;
	color: #4A4A4A;
}
.technology-detail .contentsSec .article__box img {
	width: 100%;
	height: auto;
	margin-bottom: 1.3889vw;
	text-align: center;
}
.technology-detail .contentsSec .article__box ul {
	display: block;
	margin-bottom: 1.0417vw;
}
.technology-detail .contentsSec .article__box ul li {
	position: relative;
	padding-left: 1.3889vw;
	margin-bottom: 0.3472vw;
	font-family: "Inter";
	font-size: 1.1111vw;
	font-weight: 400;
	line-height: 1.9375;
	letter-spacing: 0;
	color: #4A4A4A;
}
.technology-detail .contentsSec .article__box ul li::before {
	position: absolute;
	content: "";
	left:0;
	top: 0.5556vw;
	display: block;
	width: 0.8333vw;
	height: 0.8333vw;
	border-radius: 50%;
	background-color: #E2ECFC;
}

.technology-detail .article__box .movie__wrap {
	display: block;
	width: 51.25vw;
	height: 28.5417vw;
	margin: 1.38887vw auto 0;
}
.technology-detail .article__box .movie__wrap  iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.technology-detail .outroSec {
	padding-bottom: 2.7778vw;
}

.technology-detail .outroSec .partner__card {
	display: flex;
	align-items: flex-start;
	width: 51.3889vw;
	padding: 1.7361vw;
	margin-bottom: 2.0833vw;
	background: #f5f5f5;
}
.technology-detail .outroSec.lastSec .l-inner .partner__img {
	width: 11.1111vw;
	margin-right: 1.7361vw;
}
.technology-detail .outroSec.lastSec .l-inner .partner__img img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}
.technology-detail .outroSec.lastSec .l-inner .partner__info {
	flex: 1 !important;;
	font-size: 0.9722vw;
	font-weight: 400;
	letter-spacing: 0;
	color: #4A4A4A;
}
.technology-detail .outroSec.lastSec .l-inner .partner__title {
	padding: 0.6944vw 0;
	font-size: 1.25vw;
	font-weight: 700;
	line-height: 1.5;
}
.technology-detail .outroSec.lastSec .l-inner .partner__text {
	margin-bottom: 1.3889vw;
	line-height: 2;
}
.technology-detail .outroSec.lastSec .l-inner .partner__link {
	position: relative;
	display: inline-block;
	padding: 0 0.8333vw 0 0;
	line-height: 1.5;
	color: #4C6BD0;
	transition: opacity 0.3s ease;
}
.technology-detail .outroSec.lastSec .l-inner .partner__link::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 0;
	display: block;
	width: 0.4167vw;
	height: 0.4167vw;
	border-top: 1px solid #4C6BD0;
	border-right: 1px solid #4C6BD0;
	transform: translateY(-50%) rotate(45deg);
	transition: all 0.3s ease;
}
.technology-detail .outroSec.lastSec .l-inner .partner__link:hover::after {
	right: -0.3472vw;
}
.technology-detail .outroSec .sns-share {
	margin: 0 auto 0 0;
}

@media screen and (min-width:1441px) {
	.technology-detail .introSec {
		padding-top: 120px;
	}
	.technology-detail .introSec .l-inner,
	.technology-detail .contentsSec .l-inner,
	.technology-detail .outroSec .l-inner {
		width: 930px;
	}
	.technology-detail .introSec {
		font-size: 18px;
	}
	.technology-detail .introSec .intro__title {
		padding-top: 30px;
		padding-bottom: 15px;
		font-size: 30px;
	}
	.technology-detail .introSec .intro__title::before {
		bottom: -2px;
		width: 150px;
		height: 3px;
	}
	.technology-detail .intro__contents iframe {
		width: 738px;
		height: 411px;
		margin: 60px auto 30px;
	}
	.technology-detail .intro__contents img {
		margin: 60px auto 30px;
	}
	.technology-detail .contentsSec {
		margin-top: 70px;
	}
	.technology-detail .contentsSec .article__box {
		margin-bottom: 50px;
	}
	.technology-detail .contentsSec .article__box.article__box-blue {
		margin-bottom: 30px;
	}
	.technology-detail .contentsSec .article__box .article__title {
		padding-left: 18px;
		margin-bottom: 20px;
		font-size: 22px;
	}
	.technology-detail .contentsSec .article__box .article__title::before {
		top: 5px;
		width: 5px;
		height: 25px;
	}
	.technology-detail .contentsSec .article__box .article__title-blue {
		padding-top: 10px;
		margin-bottom: 30px;
		font-size: 22px;
	}
	.technology-detail .contentsSec .article__box .article__title-hyphen {
		padding-left: 25px;
		margin-bottom: 10px;
		font-size: 20px;
	}
	.technology-detail .contentsSec .article__box .article__title-hyphen::before {
		top: 9px;
		width: 15px;
		height: 3px;
	}
	.technology-detail .contentsSec .article__box p {
		margin-bottom: 15px;
		font-size: 16px;
	}
	.technology-detail .contentsSec .article__box img {
		margin-bottom: 20px;
	}
	.technology-detail .contentsSec .article__box ul {
		margin-bottom: 15px;
	}
	.technology-detail .contentsSec .article__box ul li {
		padding-left: 20px;
		margin-bottom: 5px;
		font-size: 16px;
	}
	.technology-detail .contentsSec .article__box ul li::before {
		top: 8px;
		width: 12px;
		height: 12px;
	}
	.technology-detail .contentsSec .article__box .movie__wrap {
		width: 738px;
		height: 411px;
		margin: 20px auto 0;
	}
	.technology-detail .outroSec {
		padding-bottom: 40px;
	}
	.technology-detail .outroSec .partner__card {
		width: 740px;
		padding: 25px;
		margin-bottom: 30px;
	}
	.technology-detail .outroSec.lastSec .l-inner .partner__img {
		width: 160px;
		margin-right: 25px;
	}
	.technology-detail .outroSec.lastSec .l-inner .partner__info {
		font-size: 14px;
	}
	.technology-detail .outroSec.lastSec .l-inner .partner__title {
		padding: 10px 0;
		font-size: 18px;
	}
	.technology-detail .outroSec.lastSec .l-inner .partner__text {
		margin-bottom: 20px;
	}
	.technology-detail .outroSec.lastSec .l-inner .partner__link {
		padding: 0 12px 0 0;
	}
	.technology-detail .outroSec.lastSec .l-inner .partner__link::after {
		width: 6px;
		height: 6px;
	}
	.technology-detail .outroSec.lastSec .l-inner .partner__link:hover::after {
		right: -5px;
	}
	.technology-detail .outroSec .sns-share {
		margin: 0 auto 0 0;
	}
}

@media screen and (max-width: 768px) {
	.subpage .l-title.l-title-multiple h1 {
		font-size: 8vw;
		line-height: 1.3666;
		letter-spacing: .06em;
		bottom: 4vw;
	}
	.technology-detail .introSec {
		padding-top: 13.3333vw;
	}
	.technology-detail .introSec .l-inner,
	.technology-detail .contentsSec .l-inner,
	.technology-detail .outroSec .l-inner {
		width: 89.3333vw;
	}
	.technology-detail .introSec {
		padding-top: 4vw;
		font-size: 4vw;
		line-height: 1.6333;
		letter-spacing: .05em;
	}
	.technology-detail .introSec .intro__title {
		padding-top: 2.6667vw;
		padding-bottom: 1.3333vw;
		font-size: 4.8vw;
		font-weight: 700;
	}
	.technology-detail .introSec .intro__title::before {
		bottom: -0.2667vw;
		width: 14.6667vw;
		height: 0.5333vw;
	}
	.technology-detail .intro__contents iframe {
		width: 100%;
		height: 49.8667vw;
		margin: 8vw auto 4vw;
	}
	.technology-detail .intro__contents img {
		margin: 8vw auto 4vw;
	}
	.technology-detail .contentsSec {
		margin-top: 6.6667vw;
	}
	.technology-detail .contentsSec .article__box {
		margin-bottom: 8vw;
	}
	.technology-detail .contentsSec .article__box.article__box-blue {
		margin-bottom: 5.3333vw;
	}
	.technology-detail .contentsSec .article__box.article__box-hyphen {
		margin-bottom: 5.3333vw;
	}
	.technology-detail .contentsSec .article__box.article__box-outlook {
		padding-top: 2.6667vw;
	}
	.technology-detail .contentsSec .article__box .article__title {
		padding-left: 3.2vw;
		margin-bottom: 4vw;
		font-size: 4.8vw;
		line-height: 1.4;
	}
	.technology-detail .contentsSec .article__box .article__title::before {
		top: 2%;
		width: 0.5333vw;
		height: 96%;
	}
	.technology-detail .contentsSec .article__box .article__title-blue {
		padding-top: 0.5333vw;
		margin-bottom: 5.3333vw;
		font-size: 4.8vw;
	}
	.technology-detail .contentsSec .article__box .article__title-hyphen {
		padding-left: 4.5333vw;
		margin-bottom: 2.6667vw;
		font-size: 4.2667vw;
		line-height: 1.4;
	}
	.technology-detail .contentsSec .article__box .article__title-hyphen::before {
		top: 1.8667vw;
		width: 2.6667vw;
		height: 0.8vw;
	}
	.technology-detail .contentsSec .article__box p {
		margin-bottom: 4vw;
		font-size: 4.2667vw;
		line-height: 1.53125;
		letter-spacing: .03em;
		text-align: justify;
	}
	.technology-detail .contentsSec .article__box img{
		margin-bottom: 2.6666vw;
	}
	.technology-detail .contentsSec .article__box ul {
		margin-bottom: 4vw;
	}
	.technology-detail .contentsSec .article__box ul li {
		padding-left: 5.3333vw;
		margin-bottom: 1.3333vw;
		font-size: 4.2667vw;
		line-height: 1.53125;
	}
	.technology-detail .contentsSec .article__box ul li::before {
		top: 2.1333vw;
		width: 3.2vw;
		height: 3.2vw;
	}
	.technology-detail .contentsSec .article__box .movie__wrap {
		width: 100%;
		height: 49.8667vw;
		margin: 8vw auto 0;
	}
	.technology-detail .outroSec {
		padding-bottom: 6.6667vw;
	}
	.technology-detail .outroSec .partner__card {
		flex-flow: column;
		align-items: center;
		width: 100%;
		padding: 6.6667vw;
		margin-bottom: 6.6667vw;
	}
	.technology-detail .outroSec.lastSec .l-inner .partner__img {
		width: 42.6667vw;
		margin-right: 0;
	}
	.technology-detail .outroSec.lastSec .l-inner .partner__info {
		flex: unset;
		width: 100%;
		margin-top: 4vw;
		font-size: 3.7333vw;
	}
	.technology-detail .outroSec.lastSec .l-inner .partner__title {
		padding: 2.6667vw 0;
		font-size: 4.2667vw;
		line-height: 1.6875;
	}
	.technology-detail .outroSec.lastSec .l-inner .partner__text {
		margin-bottom: 5.3333vw;
		text-align: justify;
		line-height: 1.7857;
	}
	.technology-detail .outroSec.lastSec .l-inner .partner__link {
		padding: 0 3.2vw 0 0;
	}
	.technology-detail .outroSec.lastSec .l-inner .partner__link::after {
		width: 1.6vw;
		height: 1.6vw;
	}
	.technology-detail .outroSec.lastSec .l-inner .partner__link:hover::after {
		right: 0;
	}
}