/*-------------------------------
 Solution Page
-------------------------------*/
.solution .introSec {
	position: relative;
	padding: 5.4167vw 0;
	background: #fff;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.025);
}
.solution .introSec .intro__text {
	font-family: "Inter";
	font-size: 2.0833vw;
	font-weight: 700;
	line-height: 1.98;
	letter-spacing: .1em;
}
.solution .introSec .intro__img {
	width: 67.7778vw;
	min-height: 26.5278vw;
	margin: 40px auto 0;
}

.solution .contentSec {
	position: relative;
	padding: 5.9722vw 0 5.2083vw;
	z-index: 1;
}
.solution .contentSec::before {
	position: absolute;
	content: "";
	top: 285px;
	left: 0;
	width: 100%;
	height: calc( 100% - 285px );
	background: #fff;
	z-index: -2;
}
.solution .anker__list {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: 77.7777vw;
	max-width: 1120px;
	margin: 2.4306vw auto 6.5972vw;
	gap: 0.9722vw;
}
.solution .anker__item {
	position: relative;
	width: 18.75vw;
	height: 20.8333vw;
	overflow: hidden;
}
.solution .anker__item img {
	position: absolute;
	width: 18.75vw;
	height: 20.8333vw;
	object-fit:contain;
	z-index: -1;
	transition: all .3s ease-out;
}
.solution .anker__item a {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: column;
	width: 100%;
	height: 100%;
	padding: 7.6389vw 0 5.1389vw 0;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.solution .anker__item:nth-child(2) a {
	padding: 6.3889vw 0 5.1389vw 0;
}
.solution .anker__item:hover img {
	transform: scale(1.1);
}
.solution .anker__item a h3{
	font-family: 'Jost';
	font-weight: 600;
	font-style: normal;
	font-size: 2.2222vw;
	line-height: 1.165625;
	letter-spacing: 0;
	text-align: center;
}
.solution .anker__item a p{
	font-family: 'Jost';
	font-weight: 600;
	font-style: normal;
	font-size: 1.25vw;
	line-height: 1;
	letter-spacing: .06em;
	text-align: center;
}

.solution .service__item {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	min-height: 31.6667vw;;
}
.solution .service__item:not(:last-child){
	margin-bottom: 5.5556vw;
}
.solution .service__item .item__text {
	position: relative;
	width: 38.1944vw;
}
.solution .service__item .item__text .item__title {
	position: relative;
	width: 100%;
	padding: 0.6944vw 1.3889vw;
	font-family: "Inter";
	font-weight: 500;
	font-size: 2.2222vw;
	letter-spacing: .1em;
	color: #303030;
	border-bottom: 1px solid #777777;
}
.solution .service__item .item__text .item__title::before{
	position: absolute;
	content: '';
	left: 0;
	bottom: -1px;
	width: 7.6389vw;
	height: 2px;
	background: #4C6BD0;
}
.solution .service__item .item__text .item__sub-title {
	margin-top: 2.6389vw;
	font-family: "Inter";
	font-weight: 700;
	font-size: 1.3889vw;
	letter-spacing: .1em;
	color: #4C6BD0;
}
.solution .service__item .item__text p {
	width: 100%;
	margin: 2.7777vw 0 1.0416vw;
	font-family: "Inter";
	font-weight: 400;
	font-size: 1.25vw;
	letter-spacing: 0;
	line-height: 2.2222;
	color: #4A4A4A;
}
.solution .service__item .item__img {
	width: 35.4167vw;
	padding: 2.6389vw 0;
}
.solution .dots__wrap {
	display: flex;
	justify-content: center;
	margin: 1.3889vw auto;
}
.solution .dots__wrap li {
	width: 0.6944vw;
	height: 0.6944vw;
	margin: 0 0.6944vw;
	background: #D9D9D9;
	border-radius: 50%;
	cursor: pointer;
}
.solution .dots__wrap li:hover,
.solution .dots__wrap li.slick-active {
	background: #787878;
}
.solution .dots__wrap li button {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0;
	border: none;
	background-color: transparent;
}
.solution .service__item .box__link-center.sp {
	display: none;
}

@media screen and (min-width:1441px) {
	.solution .introSec {
		padding: 78px 0;
	}
	.solution .introSec .intro__text {
		font-size: 30px;
	}
	.solution .introSec .intro__img {
		width: 976px;
		min-height: 382px;
		margin: 40px auto 0;
	}
	.solution .contentSec {
		padding: 86px 0 75px;
	}
	.solution .anker__list {
		margin: 35px auto 95px;
		gap: 14px;
	}
	.solution .anker__item {
		width: 270px;
		height: 300px;
	}
	.solution .anker__item img {
		width: 270px;
		height: 300px;
	}
	.solution .anker__item a {
		padding: 110px 0 74px 0;
	}
	.solution .anker__item:nth-child(2) a {
		padding: 92px 0 74px 0;
	}
	.solution .anker__item a h3{
		font-size: 32px;
	}
	.solution .anker__item a p {
		font-size: 18px;
	}
	.solution .service__item:not(:last-child){
		margin-bottom: 80px;
	}
	.solution .service__item .item__text {
		width: 550px;
	}
	.solution .service__item .item__text .item__title {
		padding: 10px 20px;
		font-size: 32px;
	}
	.solution .service__item .item__text .item__title::before{
		width: 110px;
	}
	.solution .service__item .item__text .item__sub-title {
		margin-top: 38px;
		font-size: 20px;
	}
	.solution .service__item .item__text p {
		margin: 40px 0 15px;
		font-size: 18px;
	}
	.solution .service__item .item__img {
		width: 510px;
		padding: 38px 0;
	}
	.solution .dots__wrap {
		margin: 20px auto;
	}
	.solution .dots__wrap li {
		width: 10px;
		height: 10px;
		margin: 0 10px;
	}
}

@media screen and (max-width: 768px) {
	.solution .introSec {
		padding: 14.4vw 0;
		box-shadow: none;
	}
	.solution .introSec .intro__text {
		padding: 0 0 0 4vw;
		font-size: 5.8667vw;
		line-height: 2.05;
	}
	.solution .introSec .intro__img {
		width: 100%;
		margin: 8vw auto 0;
		padding-bottom: 5.3333vw;
	}
	.solution .contentSec {
		position: relative;
		padding: 17.0667vw 0 18.6666vw;
	}

	.solution .anker__list {
		flex-flow: wrap;
		gap: 1px!important;
		width: 100%;
		margin: 10.6667vw auto 19.2vw;
	}
	.solution .anker__item {
		width: 49.8667vw;
		height: 55.4667vw;
	}
	.solution .anker__item img {
		width: 49.8667vw;
		height: 55.4667vw;
	}
	.solution .anker__item a {
		padding: 20.2667vw 0 12.5333vw 0;
	}
	.solution .anker__item a:after {
		background: url(../img/top/solution__img__01-sp.jpg) no-repeat center center;
		background-size: cover;
	}
	.solution .anker__item:nth-child(2) a {
		padding: 16.5333vw 0 12.5333vw 0;
	}
	.solution .anker__item:nth-child(2) a:after {
		background: url(../img/top/solution__img__02-sp.jpg) no-repeat center center;
		background-size: cover;
	}
	.solution .anker__item:nth-child(3) a:after {
		background: url(../img/top/solution__img__03-sp.jpg) no-repeat center center;
		background-size: cover;
	}
	.solution .anker__item:nth-child(4) a:after {
		background: url(../img/top/solution__img__04-sp.jpg) no-repeat center center;
		background-size: cover;
	}
	.solution .anker__item a h3 {
		font-size: 5.8667vw;
		line-height: 1.1735;
	}
	.solution .anker__item a p {
		font-size: 4vw;
		font-weight: 500;
	}

	.solution .service__item {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-flow: column;
		min-height:  456px;
	}
	.solution .service__item:not(:last-child){
		margin-bottom: 13.3333vw;
	}
	.solution .service__item .item__text {
		width: 100%;
	}
	.solution .service__item .item__text .item__title {
		padding: 2.9333vw 0;
		font-size: 6.4vw;
		border-bottom: 1px solid #777777;
	}
	.solution .service__item .item__text .item__title::before {
		bottom: -1px;
		width: 16.5333vw;
		height: 2px;
	}
	.solution .service__item .item__text .item__sub-title {
		margin-top: 7.2vw;
		font-size: 4.8vw;
	}
	.solution .service__item .item__text p {
		margin: 1.6vw 0 4vw;
		font-size: 4.2667vw;
		line-height: 1.9375;
	}
	.solution .service__item .item__img {
		width: 100%;
		margin: 4vw auto 0;
		padding: 0;
	}
	.solution .dots__wrap {
		margin: 2.6667vw auto;
	}
	.solution .dots__wrap li {
		width: 2.1333vw;
		height: 2.1333vw;
		margin: 0 2.1333vw;
	}
	.solution .service__item .box__link-center.sp {
		display: flex;
	}
}





/*-------------------------------
 Solution GeoViz Page
-------------------------------*/
.solution-geo .introSec {
	position: relative;
	padding: 5.4167vw 0 2.7777vw;
}
.solution-geo .introSec .intro__text {
	font-family: "Inter";
	font-size: 2.0833vw;
	font-weight: 700;
	line-height: 2.09;
	letter-spacing: .1em;
}
.solution-geo .introSec .intro__img {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: 79.1666vw;
	max-width: 1140px;
	margin: 3.125vw auto 0;
}
.solution-geo .introSec .intro__img .intro__img__wrap {
	width: 38.8889vw;
}
.solution-geo .introSec .intro__img .intro__img__wrap p {
	font-family: "Inter";
	font-size: 1.8750vw;
	font-weight: 700;
	line-height: 2.09;
	letter-spacing: .1em;
	text-align: center;
}

.solution-geo .productSec {
	padding: 3.1250vw 0;
}
.solution-geo .productSec img {
	margin-top: -1.7361vw;
}
.solution-geo .productSec p {
	font-family: "Inter";
	font-size: 1.25vw;
	font-weight: 400;
	line-height: 2.2222;
	letter-spacing: 0;
}

.solution-geo .featuresSec {
	padding: 4.6527vw 0 0;
}
.solution-geo .featuresSec .features__list {
	display: grid;
	width: 100%;
	margin: 1.5277vw auto 0;
}
.solution-geo .featuresSec .features__item {
	display: flex;
	justify-content: space-between;
	width: 68.75vw;
	margin: 0 auto;
}
.solution-geo .featuresSec .features__item:nth-child(2) {
	width: calc(100% - 4.5139vw);
	margin: 10.4167vw 0 0 auto;
}
.solution-geo .featuresSec .features__item:nth-child(3) {
	margin: 7.1528vw auto;
}
.solution-geo .featuresSec .features__item .features__text {
	width: 28.4722vw;
}
.solution-geo .featuresSec .features__item:nth-child(1) .features__text {
	width: 27.0833vw;
	padding-top: 100px;
}
.solution-geo .featuresSec .features__item:nth-child(2) {
	flex-flow: row-reverse;
}
.solution-geo .featuresSec .features__item:nth-child(2) .features__text {
	width: 33.6805vw;
}
.solution-geo .featuresSec .features__item:nth-child(2) .features__text p {
	width: 26.3888vw;
}
.solution-geo .featuresSec .features__item .features__img {
	width: 35.7639vw;
}
.solution-geo .featuresSec .features__item .features__img img {
	box-shadow: 0 1.25vw 1.25vw 0 rgba(76, 107, 208, 0.2);
}
.solution-geo .featuresSec .features__item .features__text .features__title {
	display: flex;
	align-items: flex-end;
	margin: 0 0 2.3611vw 0.5556vw;
}
.solution-geo .featuresSec .features__item .features__text .features__title img {
	width: 6.4583vw;
	margin-right: 1.25vw;
}
.solution-geo .featuresSec .features__item .features__text .features__title h3 {
	padding-top: 2.4306vw;
	font-family: "Inter";
	font-size: 2.5vw;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .05em;
	color: #303030
}
.solution-geo .featuresSec .features__item .features__text p {
	padding-left: 2px;
	font-family: "Inter";
	font-size: 1.25vw;
	font-weight: 400;
	line-height: 1.8333;
	letter-spacing: 0;
	color: #303030
}
.solution-geo .featuresSec .features__item:nth-child(1) .features__text {
	width: 27.0833vw;
	padding-top: 15.4167vw;
}
.solution-geo .featuresSec .features__item:nth-child(1) .features__img {
	width: 26.8056vw;
	margin-right: 3.6806vw;
}
.solution-geo .featuresSec .features__item:nth-child(2) .features__text {
	padding-left: 2.6389vw;
}
.solution-geo .featuresSec .features__item:nth-child(2) .features__text .features__title {
	margin: 2.0139vw 0 1.4583vw 0.5556vw;
	align-items: center;
}
.solution-geo .featuresSec .features__item:nth-child(2) .features__text .features__title h3 {
	padding-top: 3.1944vw;
	letter-spacing: -.02em;
}
.solution-geo .featuresSec .features__item:nth-child(2) .features__text .features__title img {
	margin-right: 2.5694vw;
}
.solution-geo .featuresSec .features__item:nth-child(2) .features__text p {
	padding-left: 6px;
}
.solution-geo .featuresSec .features__item:nth-child(2) .features__img {
	width: 35.8333vw;
	margin-left: 0.8333vw;
}
.solution-geo .featuresSec .features__item:nth-child(3) .features__text {
	padding-top: 4.7222vw;
}
.solution-geo .featuresSec .features__item:nth-child(3) .features__text .features__title {
	margin: 0 0 1.9444vw 0.5556vw;
}
.solution-geo .featuresSec .features__item:nth-child(3) .features__text .features__title h3 {
	padding-top: 2.5694vw;
}
.solution-geo .featuresSec .features__item:nth-child(3) .features__text .features__title img {
	margin-right: 2.5694vw;
	margin-bottom: 0.9028vw;
}
.solution-geo .featuresSec .features__item:nth-child(3) .features__img {
	width: 35.8333vw;
}
.solution-geo .caseSec {
	padding: 4.1666vw 0 13.6806vw;
}
.solution-geo .caseSec p {
	margin-top: 2.2916vw;
	font-family: "Inter";
	font-size: 1.25vw;
	font-weight: 400;
	line-height: 2.2222;
	letter-spacing: 0;
}
.solution-geo .caseSec .case__list {
	display: flex;
	justify-content: space-between;
	margin: 1.25vw auto 0;
}
.solution-geo .caseSec .case__list .case__item {
	width: 25.3472vw;
}
.solution-geo .caseSec .case__list .case__item .case__img {
	position: relative;
	margin-bottom: 1.25vw;
}
.solution-geo .caseSec .case__list .case__item .case__img h3 {
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
	padding: 0.4861vw 1.1806vw;
	font-family: "Inter";
	font-size: 1.1111vw;
	font-weight: 400;
	line-height: 1.3125;
	letter-spacing: 0;
	color: #4C6BD0;
	background: #fff;
}
.solution-geo .caseSec .case__list .case__item p {
	font-family: "Inter";
	font-size: 1.1111vw;
	font-weight: 400;
	line-height: 1.875;
	letter-spacing: 0;
	color: #4A4A4A;
}

@media screen and (min-width:1441px) {
	.solution-geo .introSec {
		padding: 78px 0 40px;
	}
	.solution-geo .introSec .intro__text {
		font-size: 30px;
	}
	.solution-geo .introSec .intro__img {
		margin: 45px auto 0;
	}
	.solution-geo .introSec .intro__img .intro__img__wrap {
		width: 560px;
	}
	.solution-geo .introSec .intro__img .intro__img__wrap p {
		font-size: 27px;
	}
	.solution-geo .productSec {
		padding: 45px 0;
	}
	.solution-geo .productSec img {
		margin-top: -25px;
	}
	.solution-geo .productSec p {
		font-size: 18px;
	}
	.solution-geo .featuresSec {
		padding: 67px 0 0;
	}
	.solution-geo .featuresSec .features__list {
		width: 100%;
		margin: 22px auto 0;
	}
	.solution-geo .featuresSec .features__item {
		width: 990px;
		margin: 0 auto;
	}
	.solution-geo .featuresSec .features__item:nth-child(2) {
		width: calc( 100% - 65px );
		margin: 150px 0 0 auto;
	}
	.solution-geo .featuresSec .features__item:nth-child(2) .features__text {
		width: 485px;
	}
	.solution-geo .featuresSec .features__item:nth-child(2) .features__text p {
		width: 380px;
	}
	.solution-geo .featuresSec .features__item:nth-child(3) {
		margin: 103px auto;
	}
	.solution-geo .featuresSec .features__item .features__text {
		width: 410px;
	}
	.solution-geo .featuresSec .features__item .features__img img {
		box-shadow: 0 18px 18px 0 rgba(76, 107, 208, 0.2);
	}
	.solution-geo .featuresSec .features__item .features__text .features__title {
		margin: 0 0 34px 8px;
	}
	.solution-geo .featuresSec .features__item .features__text .features__title img {
		width: 93px;
		margin-right: 18px;
	}
	.solution-geo .featuresSec .features__item .features__text .features__title h3 {
		padding-top: 35px;
		font-size: 36px;
	}
	.solution-geo .featuresSec .features__item .features__text p {
		padding-left: 2px;
		font-size: 18px;
	}
	.solution-geo .featuresSec .features__item:nth-child(1) .features__text {
		width: 390px;
		padding-top: 222px;
	}
	.solution-geo .featuresSec .features__item:nth-child(1) .features__img {
		width: 386px;
		margin-right: 53px;
	}
	.solution-geo .featuresSec .features__item:nth-child(2) .features__text {
		padding-left: 38px;
	}
	.solution-geo .featuresSec .features__item:nth-child(2) .features__text .features__title {
		margin: 29px 0 21px 8px;
		align-items: center;
	}
	.solution-geo .featuresSec .features__item:nth-child(2) .features__text .features__title h3 {
		padding-top: 46px;
		letter-spacing: -.02em;
	}
	.solution-geo .featuresSec .features__item:nth-child(2) .features__text .features__title img {
		margin-right: 37px;
	}
	.solution-geo .featuresSec .features__item:nth-child(2) .features__text p {
		padding-left: 6px;
	}
	.solution-geo .featuresSec .features__item:nth-child(2) .features__img {
		width: 516px;
		margin-left: 12px;
	}
	.solution-geo .featuresSec .features__item:nth-child(3) .features__text {
		padding-top: 68px;
	}
	.solution-geo .featuresSec .features__item:nth-child(3) .features__text .features__title {
		margin: 0 0 28px 8px;
	}
	.solution-geo .featuresSec .features__item:nth-child(3) .features__text .features__title h3 {
		padding-top: 37px;
	}
	.solution-geo .featuresSec .features__item:nth-child(3) .features__text .features__title img {
		margin-right: 37px;
		margin-bottom: 13px;
	}
	.solution-geo .featuresSec .features__item:nth-child(3) .features__img {
		width: 516px;
	}
	.solution-geo .caseSec {
		padding: 60px 0 197px;
	}
	.solution-geo .caseSec p {
		margin-top: 33px;
		font-size: 18px;
	}
	.solution-geo .caseSec .case__list {
		margin: 18px auto 0;
	}
	.solution-geo .caseSec .case__list .case__item {
		width: 365px;
	}
	.solution-geo .caseSec .case__list .case__item .case__img {
		margin-bottom: 18px;
	}
	.solution-geo .caseSec .case__list .case__item .case__img h3 {
		padding: 7px 17px;
		font-size: 16px;
	}
	.solution-geo .caseSec .case__list .case__item p {
		font-size: 16px;
	}
}

@media screen and (max-width: 768px) {
	.subpage.solution-geo  .l-title h1 {
		left: 0.8vw;
		bottom: 4vw;
		font-size: 6.9333vw;
		line-height: 1.2;
	}
	.solution-geo .introSec {
		padding: 14.1333vw 0;
	}
	.solution-geo .introSec .intro__text {
		padding: 0 1.3333vw 0 4vw;
		font-size: 5.8667vw;
	}
	.solution-geo .introSec .intro__img {
		flex-flow: column;
		width: 89.3333vw;
		margin: 8vw auto 0;
		gap: 5.3333vw;
	}
	.solution-geo .introSec .intro__img .intro__img__wrap {
		width: 100%;
	}
	.solution-geo .introSec .intro__img .intro__img__wrap p {
		margin-top: 2.6667vw;
		font-size: 4.8vw;
	}
	.solution-geo .productSec {
		padding: 9.3333vw 0;
	}
	.solution-geo .productSec img {
		margin-top: 11.2vw;
	}
	.solution-geo .productSec p {
		margin-top: 8vw;
		padding: 0 0.8vw;
		font-size: 4.2667vw;
		line-height: 1.9375;
	}
	.solution-geo .featuresSec {
		padding: 13.3333vw 0;
	}
	.solution-geo .featuresSec .features__list {
		display: grid;
		width: 100%;
		margin: 12vw auto 0;
		gap: 12vw;
	}
	.solution-geo .featuresSec .features__item {
		justify-content: flex-start;
		flex-flow: column;
		width: 100%;
	}
	.solution-geo .featuresSec .features__item:nth-child(2) {
		width: 100%;
		flex-flow: column;
		margin: 0 auto;
	}
	.solution-geo .featuresSec .features__item:nth-child(3) {
		margin: 0 auto;
	}
	.solution-geo .featuresSec .features__item:nth-child(1) .features__text,
	.solution-geo .featuresSec .features__item:nth-child(2) .features__text,
	.solution-geo .featuresSec .features__item:nth-child(3) .features__text {
		width: 100%;
		padding-left: 0;
		padding-top: 0;
	}
	.solution-geo .featuresSec .features__item:nth-child(1) .features__img,
	.solution-geo .featuresSec .features__item:nth-child(2) .features__img,
	.solution-geo .featuresSec .features__item:nth-child(3) .features__img {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		margin-top: 4.2667vw;
		text-align: center;
	}
	.solution-geo .featuresSec .features__item .features__img img {
		box-shadow: 0 4vw 5.3333vw 0 rgba(76, 107, 208, 0.2);
	}
	.solution-geo .featuresSec .features__item:nth-child(1) .features__text .features__title,
	.solution-geo .featuresSec .features__item:nth-child(2) .features__text .features__title,
	.solution-geo .featuresSec .features__item:nth-child(3) .features__text .features__title {
		display: flex;
		align-items: center;
		margin: 0;
	}
	.solution-geo .featuresSec .features__item:nth-child(1) .features__text .features__title img,
	.solution-geo .featuresSec .features__item:nth-child(2) .features__text .features__title img,
	.solution-geo .featuresSec .features__item:nth-child(3) .features__text .features__title img {
		width: 19.2vw;
		margin-right: 18px;
		margin-bottom: 0;
	}
	.solution-geo .featuresSec .features__item:nth-child(1) .features__text .features__title h3,
	.solution-geo .featuresSec .features__item:nth-child(2) .features__text .features__title h3,
	.solution-geo .featuresSec .features__item:nth-child(3) .features__text .features__title h3 {
		padding-top: 4vw;
		font-size: 6.9333vw;
		letter-spacing: -.02em;
	}
	.solution-geo .featuresSec .features__item:nth-child(1) .features__text p,
	.solution-geo .featuresSec .features__item:nth-child(2) .features__text p,
	.solution-geo .featuresSec .features__item:nth-child(3) .features__text p {
		width: 100%;
		margin-top: 4.8vw;
		padding: 0;
		font-size: 4.2667vw;
		line-height: 1.9375;
	}

	.solution-geo .caseSec {
		padding: 33.6vw 0 33.3333vw;
	}
	.solution-geo .caseSec p {
		margin-top: 11.4667vw;
		padding: 0 0.8vw;
		font-size: 4.2667vw;
		line-height: 1.9375;
	}
	.solution-geo .caseSec .case__list {
		justify-content: flex-start;
		flex-flow: column;
		margin: 9.3333vw auto 0;
		gap: 11.4667vw;
	}
	.solution-geo .caseSec .case__list .case__item {
		width: 100%;
	}
	.solution-geo .caseSec .case__list .case__item .case__img {
		position: relative;
		margin-bottom: 5.3333vw;
	}
	.solution-geo .caseSec .case__list .case__item .case__img h3 {
		padding: 2.4vw 4.8vw;
		font-size: 4.2667vw;
		line-height: 1;
	}
	.solution-geo .caseSec .case__list .case__item p {
		font-size: 4.2667vw;
		line-height: 1.9375;
	}
}




/*-------------------------------
 Solution Cases Page
-------------------------------*/
.solution-cases .introSec {
	position: relative;
	padding: 5.4167vw 0 4.0277vw;
}
.solution-cases .introSec .intro__text {
	font-family: "Inter";
	font-size: 2.0833vw;
	font-weight: 700;
	line-height: 1.985;
	letter-spacing: .1em;
}
.solution-cases .casesSec {
	padding: 0 0 7.2917vw;
}
.solution-cases .anker__box {
	display: block;
	background: #E2ECFC;
}
.solution-cases .cases__list {
	display: flex;
	flex-flow: column;
	margin: 3.4722vw 0;
	gap: 6.9444vw;
}
.solution-cases .case__item {
	width: 100%;
	padding: 2.5vw 2.0833vw;
	box-shadow: 0px 0 1.3889vw 0.3472vw rgba(0, 0, 0, 0.05);
}
.solution-cases .case__item .case__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 0 1.4583vw 0 0.9028vw;
}
.solution-cases .case__item .case__head .case__anker {
	display: inline-block;
	padding: 0.6944vw 2.0833vw;
	font-family: "Inter";
	font-size: 1.1111vw;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
	background: #4C6BD0;
	border-radius: 5px;
}
.solution-cases .case__item .case__head h3 {
	margin-top: 0.6944vw;
	font-family: "Inter";
	font-size: 2.0833vw;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .1em;
	color: #4C6BD0;
}
.solution-cases .case__item .case__head .case__logo {
	width: 10.4167vw;
}
.solution-cases .case__item .case__body {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 0.9722vw;
	padding: 1.875vw 1.4583vw 0 0.9028vw;
	border-top: 1px solid #cdd6f3;
}
.solution-cases .case__item .case__body .case__movie {
	width: 36.7361vw;
	height: 21.1111vw;
}
.solution-cases .case__item .case__body .case__movie iframe {
	width: 100%;
	height: 100%;
}
.solution-cases .case__item .case__body .case__detail .detail__item {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 30.9028vw;
	padding: 1.4583vw 1.4583vw 1.25vw;
	background: #EFEFEF;
}
.solution-cases .case__item .case__body .case__detail .detail__item.detail__item-solution {
	margin-top: 1.1806vw;
	padding: 1.875vw 1.4583vw 1.25vw;
	background: #FFF1F1;
}
.solution-cases .case__item .case__body .case__detail .detail__item.detail__item-solution::before {
	position: absolute;
	content: "";
	top: -0.625vw;
	left: 50%;
	width: 2.6389vw;
	height: 1.5278vw;
	background: url(../img/solution/cases/icon__arrow.png) no-repeat;
	background-size: cover;
	transform: translateX(-50%);
}
.solution-cases .case__item .case__body .case__detail .detail__item .detail__icon {
	width: 3.8889vw;
	margin-right: 1.5278vw;
}
.solution-cases .case__item .case__body .case__detail .detail__item .detail__list {
	flex: 1;
	margin-top: 0.1389vw;
}
.solution-cases .case__item .case__body .case__detail .detail__item .detail__list li {
	position: relative;
	padding-left: 1.9444vw;
	font-family: "Inter";
	font-size: 1.25vw;
	font-weight: 400;
	line-height: 1.4444;
	letter-spacing: 0;
	color: #4A4A4A;
}
.solution-cases .case__item .case__body .case__detail .detail__item.detail__item-solution .detail__list li {
	color: #E07B7B;
	font-weight: 700;
}
.solution-cases .case__item .case__body .case__detail .detail__item .detail__list li::before {
	position: absolute;
	content: "";
	top: 0.3472vw;
	left: 0;
	width: 1.4583vw;
	height: 1.1806vw;
	background: url(../img/solution/cases/icon__check-grey.png) no-repeat;
	background-size: cover;
}
.solution-cases .case__item .case__body .case__detail .detail__item.detail__item-solution .detail__list li::before {
	background: url(../img/solution/cases/icon__check-red.png) no-repeat;
	background-size: cover;
}
.solution-cases .case__item .case__body .case__detail .detail__item .detail__list li:not(:last-child) {
	margin-bottom: 0.8333vw;
}
.solution-cases .case__item .case__footer {
	margin-top: 2.3611vw;
	padding: 0 0.9028vw;
}
.solution-cases .case__item .case__footer p {
	margin-bottom: 2.7778vw;
	font-family: "Inter";
	font-size: 1.25vw;
	font-weight: 400;
	line-height: 2.2222;
	letter-spacing: 0;
	color: #4A4A4A;
}
.solution-cases .case__item .box__link {
	font-size: 1.25vw;
}

@media screen and (min-width: 769px) {
	.solution-cases .anker__box {
		margin: 2.4306vw 0 5.2083vw;;
		padding: 1.7361vw 2.0833vw;
	}
	.solution-cases .anker__box .anker__list {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-flow: wrap;
		grid-gap: 0.4861vw 0.6944vw;
	}
	.solution-cases .anker__box .anker__list .anker__item a {
		display: inline-block;
		padding: 0.6944vw 2.0833vw;
		font-family: "Inter";
		font-size: 1.1111vw;
		font-weight: 400;
		line-height: 1;
		letter-spacing: 0;
		color: #4C6BD0;
		background: #fff;
		border: 1px solid #4C6BD0;
		border-radius: 0.3472vw;
	}
	.solution-cases .anker__box  .anker__list .anker__item a:hover {
		color: #fff;
		background: #4C6BD0;
	}
}

@media screen and (min-width:1441px) {
	.solution-cases .introSec {
		padding: 78px 0 58px;
	}
	.solution-cases .introSec .intro__text {
		font-size: 30px;
	}
	.solution-cases .casesSec {
		padding: 0 0 105px;
	}
	.solution-cases .anker__box {
		margin: 35px 0 75px;
		padding: 25px 30px;
	}
	.solution-cases .anker__box .anker__list {
		grid-gap: 7px 10px;
	}
	.solution-cases .anker__box .anker__list .anker__item a {
		padding: 10px 30px;
		font-size: 16px;
		border-radius: 5px;
	}
	.solution-cases .cases__list {
		margin: 50px 0;
		gap: 100px;
	}
	.solution-cases .case__item {
		padding: 36px 30px;
		box-shadow: 0px 0 20px 5px rgba(0, 0, 0, 0.05);
	}
	.solution-cases .case__item .case__head {
		padding: 0 21px 0 13px;
	}
	.solution-cases .case__item .case__head .case__anker {
		padding: 10px 30px;
		font-size: 16px;
	}
	.solution-cases .case__item .case__head h3 {
		margin-top: 10px;
		font-size: 30px;
	}
	.solution-cases .case__item .case__head .case__logo {
		width: 150px;
	}
	.solution-cases .case__item .case__body {
		margin-top: 14px;
		padding: 27px 21px 0px 13px;
	}
	.solution-cases .case__item .case__body .case__movie {
		width: 529px;
		height: 304px;
	}
	.solution-cases .case__item .case__body .case__detail .detail__item {
		width: 445px;
		padding: 21px 21px 18px;
	}
	.solution-cases .case__item .case__body .case__detail .detail__item.detail__item-solution {
		margin-top: 17px;
		padding: 27px 21px 18px;
	}
	.solution-cases .case__item .case__body .case__detail .detail__item.detail__item-solution::before {
		top: -9px;
		left: 50%;
		width: 38px;
		height: 22px;
	}
	.solution-cases .case__item .case__body .case__detail .detail__item .detail__icon {
		width: 56px;
		margin-right: 22px;
	}
	.solution-cases .case__item .case__body .case__detail .detail__item .detail__list {
		margin-top: 2px;
	}
	.solution-cases .case__item .case__body .case__detail .detail__item .detail__list li {
		padding-left: 28px;
		font-size: 18px;
	}
	.solution-cases .case__item .case__body .case__detail .detail__item .detail__list li::before {
		top: 5px;
		width: 21px;
		height: 17px;
	}
	.solution-cases .case__item .case__body .case__detail .detail__item .detail__list li:not(:last-child){
		margin-bottom: 12px;
	}
	.solution-cases .case__item .case__footer {
		margin-top: 34px;
		padding: 0 13px;
	}
	.solution-cases .case__item .case__footer p {
		margin-bottom: 40px;
		font-size: 18px;
	}
	.solution-cases .case__item .box__link {
		font-size: 18px;
	}
}

@media screen and (max-width: 768px) {
	.solution-cases .introSec {
		padding: 14.1333vw 0 11.7333vw;
	}
	.solution-cases .introSec .intro__text {
		padding: 0 0 0 4vw;
		font-size: 5.8667vw;
		line-height: 2.05;
	}
	.solution-cases .casesSec {
		padding: 0 0 19.2vw;
	}
	.solution-cases .cases__list {
		margin: 8.5333vw 0;
		gap: 16vw;
	}
	.solution-cases .case__item {
		width: 100%;
		padding: 4vw 5.3333vw 9.3333vw;
		box-shadow: 0px 0 5.3333vw 1.3333vw rgba(0, 0, 0, 0.05);
	}
	.solution-cases .case__item .case__head {
		display: block;
		position: relative;
		padding: 0;
	}
	.solution-cases .case__item .case__head .case__title {
		padding: 2.6667vw 0.5333vw;
	}
	.solution-cases .case__item .case__head .case__anker {
		margin-left: 0.5333vw;
		padding: 1.8667vw 5.3333vw;
		font-size: 3.2vw;
		border-radius: 5px;
	}
	.solution-cases .case__item .case__head h3 {
		margin-top: 1.8667vw;
		font-size: 5.8667vw;
		line-height: 1.5;
	}
	.solution-cases .case__item .case__head .case__logo {
		position: absolute;
		top: 0;
		right: 0.8vw;
		width: 21.3333vw;
		height: 10.6667vw;
	}
	.solution-cases .case__item .case__head .case__logo img {
		width: 100%;
		height: auto;
	}
	.solution-cases .case__item .case__body {
		flex-flow: column;
		margin-top: 1.3333vw;
		padding: 5.3333vw 0;
		gap: 4.8vw;
	}
	.solution-cases .case__item .case__body .case__movie {
		width: 100%;
		height: 45.0667vw;
	}
	.solution-cases .case__item .case__body .case__detail .detail__item {
		width: 100%;
		padding: 3.7333vw 4.2667vw 5.3333vw;
	}
	.solution-cases .case__item .case__body .case__detail .detail__item.detail__item-solution {
		margin-top: 3.7333vw;
		padding: 4.5333vw 4.2667vw;
	}
	.solution-cases .case__item .case__body .case__detail .detail__item.detail__item-solution::before {
		top: -2.1333vw;
		width: 6.9333vw;
		height: 4vw;
	}
	.solution-cases .case__item .case__body .case__detail .detail__item .detail__icon {
		width: 8.8vw;
		margin-right: 2.9333vw;
	}
	.solution-cases .case__item .case__body .case__detail .detail__item .detail__list {
		margin-top: 1.3333vw;
	}
	.solution-cases .case__item .case__body .case__detail .detail__item.detail__item-solution  .detail__list {
		margin-top: 0.5333vw;
	}
	.solution-cases .case__item .case__body .case__detail .detail__item .detail__list li {
		padding-left: 6.6667vw;
		font-size: 3.7333vw;
		line-height: 1.3571;
	}
	.solution-cases .case__item .case__body .case__detail .detail__item .detail__list li::before {
		top: 1.3333vw;
		left: 0;
		width: 5.6vw;
		height: 4.5333vw;
	}
	.solution-cases .case__item .case__body .case__detail .detail__item .detail__list li:not(:last-child){
		margin-bottom: 4.2667vw;
	}
	.solution-cases .case__item .case__footer {
		margin-top: 0;
		padding: 0;
	}
	.solution-cases .case__item .case__footer p {
		margin-bottom: 5.3333vw;
		font-size: 3.7333vw;
		line-height: 1.8;
	}
	.solution-cases .case__item .box__link {
		font-size: 4.8vw;
	}
	.solution-cases .anker__box {
		position: relative;
		width: 100%;
		height: 21.3333vw;
		margin: 8vw 0 9.3333vw;
		overflow: visible;
		z-index: 1;
	}
	.solution-cases .anker__box .anker__list {
		position: absolute;
		top: 4.2667vw;
		left: 5.0667vw;
		display: flex;
		flex-flow: column;
		gap: 0;
		width: 78.6667vw;
		padding: 0;
		pointer-events: auto;
		box-shadow: none;
		border: 1px solid #4C6BD0;
		border-radius: 5px;
		visibility: visible;
		opacity: 1;
		overflow-y: auto;
		z-index: 9999;
	}
	.solution-cases .anker__box .anker__list .anker__item {
		display: none;
	}
	.solution-cases .anker__box .anker__list .anker__item.tab__active,
	.solution-cases .anker__box .anker__list.open .anker__item {
		display: block;
		cursor: pointer;
		background-color: transparent;
	}
	.solution-cases .anker__box .anker__list .anker__item a {
		position: relative;
		display: block;
		padding: 4.2667vw 8vw;
		border: none;
		font-size: 4.2667vw;
		font-family: 'Inter', sans-serif;
		font-weight: 400;
		line-height: 1.2;
		letter-spacing: .1em;
		text-align: left;
		color: #4C6BD0;
		background: #fff;
		overflow-wrap: break-word;
		line-break: strict;
		word-break: keep-all;
	}
	.solution-cases .anker__box .anker__list .anker__item.tab__active a:after {
		position: absolute;
		content: '';
		top: calc(50% - 0.8vw);
		right: 6.4vw;
		left: auto;
		bottom: auto;
		width: 3.2vw;
		height: 3.2vw;
		border-right: 1px solid #4C6BD0;
		border-bottom: 1px solid #4C6BD0;
		background: transparent;
		transform: translateY(-50%) rotate(45deg);
	}
}
