/* 서브 비주얼 */
#visual .bg1{ background: url("/img/sub/about_bg.jpg") no-repeat center center / cover; }
#visual .bg2{ background: url("/img/sub/service_bg.jpg") no-repeat center center / cover; }
#visual .bg3{ background: url("/img/sub/prcenter_bg.jpg") no-repeat center center / cover; }
#visual .bg4{ background: url("/img/sub/insight_bg.jpg") no-repeat center center / cover; }


/* visual */
#visual{ position: relative; }
#visual .bg{ padding-bottom: var(--vh); }
#visual .text-box{ padding-bottom: 25px; position: absolute; top: 51%; left: 0; right: 0; transform: translateY(-50%); }
#visual h2{ font-size: 12.6rem; font-weight: 500; color: #FFF; letter-spacing: -0.07em; text-align: center; margin-bottom: 10px; }


/* lnb */
#lnb{ margin: -5px 0; }
#lnb a{ display: inline-block; font-size: 22px; font-weight: 400; color: rgba(255, 255, 255, 0.6); padding: 5px 18px; }
#lnb ul{ display: flex; justify-content: center; align-items: center; }
#lnb ul li{ position: relative; }
#lnb ul li::after{ content: ""; width: 7px; height: 11px; background: url("/img/sub/lnb_arrow.svg") no-repeat center center / contain; position: absolute; top: 50%; right: 0; transform: translate(50%, -50%); }
#lnb ul li:last-child::after{ display: none; }
#lnb ul li:last-child a{ color: #FFF; }


/* common */
#sub{
	--subPt: 140px;
	--subPb: 170px;
}
.sub-content{ padding: var(--subPt) 0 var(--subPb); }


/* 간격 */
.pt160{ padding-top: 160px; }
.pb160{ padding-bottom: 160px; }


/* page-title */
.page-title{ text-align: center; margin-bottom: 80px; }
.page-title h3{ font-size: 10rem; font-weight: 500; color: #222; letter-spacing: -0.06em; }
.page-title p{ font-size: 22px; font-weight: 300; color: #333; letter-spacing: -0.02em; line-height: 1.5; line-height: 1.5; margin-top: 80px; }


/* sec-title */
.sec-title h4{ font-size: 44px; font-weight: 600; color: #222; letter-spacing: -0.02em; }
.sec-title p{ font-size: 24px; font-weight: 400; color: #666; letter-spacing: -0.04em; line-height: 1.5; margin-top: 20px; }


/* intro-box */
.intro-box{ padding: 0 15px; opacity: 1; }
.intro-box .bg{ display: flex; flex-direction: column; justify-content: center; min-height: 650px; text-align: center; padding: 30px; clip-path: inset(0 100% 0 0 round var(--contentR)); -webkit-clip-path: inset(0 100% 0 0 round var(--contentR)); transition: clip-path 1s; }
.intro-box .bg *{ color: #FFF; }
.intro-box .inner{ transform: translateY(var(--aosPlus)); opacity: 0; transition: transform 0.5s 0.5s, opacity 0.5s 0.5s; }
.intro-box h4{ font-size: 50px; font-weight: 500; letter-spacing: -0.04em; margin-bottom: 35px; }
.intro-box p{ font-size: 21px; font-weight: 300; letter-spacing: -0.02em; line-height: 1.6; }

.intro-box .bg.aos-animate{ clip-path: inset(0 0 0 0 round var(--contentR)); -webkit-clip-path: inset(0 0 0 0 round var(--contentR)); }
.intro-box .bg.aos-animate .inner{ transform: translateY(0); opacity: 1; }

@media (hover: hover) and (pointer: fine) {
	/* visual */
	#visual .bg{ padding-bottom: 100vh; }
}

@media screen and (max-width: 1700px){
	/* lnb */
	#lnb a{ font-size: 20px; }

	/* common */
	#sub{
		--subPt: 100px;
		--subPb: 120px;
	}

	/* 간격 */
	.pt160{ padding-top: 100px; }
	.pb160{ padding-bottom: 100px; }

	/* page-title */
	.page-title{ margin-bottom: 60px; }
	.page-title p{ font-size: 20px; margin-top: 50px; }

	/* sec-title */
	.sec-title h4{ font-size: 38px; }
	.sec-title p{ font-size: 20px; }

	/* intro-box */
	.intro-box .bg{ min-height: 550px; }
	.intro-box h4{ font-size: 45px; margin-bottom: 20px; }
	.intro-box p{ font-size: 19px; }
}

@media screen and (max-width: 1280px){
	/* lnb */
	#lnb a{ font-size: 18px; }

	/* common */
	#sub{
		--subPt: 60px;
		--subPb: 100px;
	}

	/* 간격 */
	.pt160{ padding-top: 80px; }
	.pb160{ padding-bottom: 80px; }

	/* page-title */
	.page-title{ margin-bottom: 40px; }
	.page-title p{ font-size: 18px; margin-top: 20px; }

	/* sec-title */
	.sec-title h4{ font-size: 32px; }
	.sec-title p{ font-size: 18px; margin-top: 10px; }

	/* intro-box */
	.intro-box .bg{ min-height: 450px; }
	.intro-box h4{ font-size: 40px; margin-bottom: 10px; }
	.intro-box p{ font-size: 17px; }
}

@media screen and (max-width: 900px){
	/* intro-box */
	.intro-box .bg{ min-height: 400px; }
	.intro-box h4{ font-size: 32px; }

	/* sec-title */
	.sec-title h4{ font-size: 26px; }
}

@media screen and (max-width: 650px){
	/* intro-box */
	.intro-box .bg{ min-height: auto; padding: 50px 30px; }
}


/* About Us - About Us */
#about{ background: url("/img/sub/about/about_bg.jpg") no-repeat bottom left / contain; overflow: hidden; }
#about .about .title{ text-align: center; margin-bottom: 90px; }
#about .about h6{ font-size: 5rem; font-weight: 400; color: #222; letter-spacing: -0.04em; margin-bottom: 45px; }
#about .about p{ font-size: 22px; font-weight: 300; color: #333; letter-spacing: -0.02em; }
#about .about .title p:not(:last-child){ margin-bottom: 40px; }
#about .about figure{ height: 500px; }

#about .about .fixed-bg{ padding: 0 15px; }
#about .about .fixed-bg div{ height: 500px; overflow: hidden; clip-path: inset(0 0 0 0); -webkit-clip-path: inset(0 0 0 0); }
#about .about .fixed-bg div::before{ content: ""; width: 100%; height: 100%; background: url("/img/sub/about/about_img01.jpg") no-repeat center center / cover; position: fixed; top: 0; left: 0; object-fit: cover; }


#about .finance .title-box{ display: flex; align-items: center; margin-bottom: 85px; }
#about .finance .title-box > div{ width: 50%; }
#about .finance .title-box .right{ padding-left: 130px; }
#about .finance .title-box h4{ font-size: 6.8rem; font-weight: 400; color: #222; letter-spacing: -0.04em; line-height: 1.25; }
#about .finance .title-box p{ font-size: 21px; font-weight: 300; color: #666; letter-spacing: -0.02em; line-height: 1.55; }
#about .finance .title-box p:not(:last-child){ margin-bottom: 30px; }

#about .finance .flex-box{
	--before: (100% - 20px) / 2;
	--after: 5%;
}
#about .finance .flex-box{ display: flex; justify-content: space-between; }
#about .finance .flex-box > div{ width: calc(var(--before)); padding-bottom: 37.5%; border-radius: var(--contentR); transition: width 0.6s; }
#about .finance .flex-box .left{ background: url("/img/sub/about/about_img02.jpg") no-repeat center left / cover; }
#about .finance .flex-box .right{ background: url("/img/sub/about/about_img03.jpg") no-repeat center right / cover; }


#about .flex-layout{ display: flex; justify-content: space-between; align-items: center; opacity: 1; }
#about .flex-layout > div{ width: calc((100% - 20px) / 2); opacity: 0; transition: opacity 1s, transform 1s; }
#about .flex-layout  .img{  transform: translateX(var(--aosMinus)); }
#about .flex-layout  .img figure, 
#about .flex-layout  .img figure img{ width: 100%; }
#about .flex-layout  .img figure{ border-radius: var(--contentR); overflow: hidden; }
#about .flex-layout  .img figure img{ transform: scale(1); transition: transform 0.5s; }
#about .flex-layout .text{ padding-left: 85px; transform: translateY(var(--aosPlus)); }
#about .flex-layout .text h5{ font-size: 5.8rem; font-weight: 400; color: #222; letter-spacing: -0.04em; margin-bottom: 50px; }
#about .flex-layout .text p{ font-size: 21px; font-weight: 300; color: #666; letter-spacing: -0.02em; line-height: 1.55; }
#about .flex-layout .text p:not(:last-child){ margin-bottom: 30px; }

#about .flex-layout.reverse{ flex-direction: row-reverse; }
#about .flex-layout.reverse  .img{  transform: translateX(var(--aosPlus)); }
#about .flex-layout.reverse .text{ padding-left: 0; padding-right: 85px; }

#about .flex-layout.aos-animate > div{ opacity: 1; transform: translate(0, 0) !important; }

@media screen and (hover: hover){
	#about .finance .flex-box.on > div{ width: calc((var(--before)) - var(--after)); }
	#about .finance .flex-box > div:hover{ width: calc((var(--before)) + var(--after)); }

	#about .flex-layout:hover .img figure img{ transform: scale(1.1); }
}

@media screen and (max-width: 1700px){
	#about .about .title{ margin-bottom: 70px; }
	#about .about h6{ margin-bottom: 30px; }
	#about .about p{ font-size: 20px; }
	#about .about .title p:not(:last-child){ margin-bottom: 25px; }

	#about .about .fixed-bg div{ height: 450px; }

	#about .finance .title-box{ margin-bottom: 60px; }
	#about .finance .title-box .right{ padding-left: 100px; }
	#about .finance .title-box p{ font-size: 19px; }
	#about .finance .title-box p:not(:last-child){ margin-bottom: 20px; }

	#about .flex-layout .text h5{ margin-bottom: 30px; }
	#about .flex-layout .text p{ font-size: 19px; }
	#about .flex-layout .text p:not(:last-child){ margin-bottom: 20px; }
}

@media screen and (max-width: 1550px){
	#about .flex-layout br{ display: none; }
	#about .flex-layout .text{ padding-left: 50px; }
	#about .flex-layout.reverse .text{ padding-right: 50px; }
}

@media screen and (max-width: 1280px){
	#about .about .title{ margin-bottom: 50px; }
	#about .about h6{ margin-bottom: 15px; }
	#about .about p{ font-size: 18px; }
	#about .about .title p:not(:last-child){ margin-bottom: 15px; }
	#about .about .fixed-bg div{ height: 400px; }

	#about .finance .title-box{ margin-bottom: 30px; }
	#about .finance .title-box .right{ padding-left: 70px; }
	#about .finance .title-box p{ font-size: 17px; }
	#about .finance .title-box p:not(:last-child){ margin-bottom: 15px; }

	#about .flex-layout .text h5{ margin-bottom: 15px; }
	#about .flex-layout .text p{ font-size: 17px; }
	#about .flex-layout .text p:not(:last-child){ margin-bottom: 10px; }
}

@media screen and (max-width: 1000px){
	#about .about br{ display: none; }

	#about .finance .title-box{ flex-direction: column; }
	#about .finance .title-box > div{ width: 100%; }
	#about .finance .title-box .right{ padding-left: 0; padding-top: 15px; }

	#about .flex-layout{ flex-direction: column !important; }
	#about .flex-layout > div{ width: 100%; }
	#about .flex-layout > div:not(:last-of-type){ margin-bottom: 20px; }
	#about .flex-layout .text{ padding: 0 !important; }
}

@media screen and (max-width: 900px){
	#about .about p{ font-size: 17px; }
}

@media screen and (max-width: 700px){
	#about .finance .flex-box{ flex-direction: column; }
	#about .finance .flex-box > div{ width: 100% !important; padding-bottom: 66%; }
	#about .finance .flex-box > div:not(:last-of-type){ margin-bottom: 20px; }
}


/* About Us - History */
#history{ padding-bottom: 0; }
#history h4{ font-size: 8rem; font-weight: 600; letter-spacing: -0.04em; }
#history h4 em{ color: var(--mainColor) !important; line-height: inherit; }

#history .history{ position: relative; }
#history .top{ width: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 150; pointer-events: none; }
#history .top .cover{ background: url("/img/sub/about/history_bg.jpg") no-repeat bottom center / cover; text-align: center; pointer-events: auto; }
#history .top .cover em{ color: transparent !important; background: linear-gradient(to right, var(--mainColor) 0 50%, #333 50% 100%); background-clip: text; -webkit-background-clip: text; background-size: 200% 100%; background-position: 100% 0; transition: background-position 1s 0.5s; }
#history .top .cover .text.aos-animate em{ background-position: 0 0; }
#history .top .flex-box{ height: 100vh; display: flex; flex-direction: column; justify-content: space-between; }
#history .top .flex-box::before{ content: ""; display: block; width: 1px; height: 150px; background: linear-gradient(to top, #FFF, rgba(187, 187, 187, 0.5), #FFF); margin: 0 auto; }
#history .top h4{  color: #222; line-height: 1.2; margin-bottom: 30px; }
#history .top p{ font-size: 27px; font-weight: 400; color: #222; letter-spacing: -0.02em; line-height: 1.7; }

#history .top .scrollDown{ display: flex; justify-content: center; align-items: center; font-size: 18px; font-weight: 400; color: #AAA; letter-spacing: -0.02em; padding-bottom: 60px; }
#history .top .scrollDown i{ display: inline-block; width: 20px; height: 20px; margin-left: 10px; overflow: hidden; position: relative; }
#history .top .scrollDown i::before,
#history .top .scrollDown i::after{ content: ""; display: block; width: 100%; height: 100%; background: url("/img/sub/about/scrolldown.svg") no-repeat center center / contain; }
#history .top .scrollDown i::before{ transform: translateY(-100%); position: absolute; top: 0; left: 0; animation: scrollDown2 2s infinite; }
#history .top .scrollDown i::after{ transform: translateY(0); animation: scrollDown1 2s infinite; }

#history .bottom .grid-box{ display: grid; grid-template-columns: 46% 54%; }

#history .bottom .left .sticky{ position: sticky; position: -webkit-sticky; top: 0; left: 0; text-align: center; }
#history .bottom .left .sticky *{ color: #FFF; }
#history .bottom .left .bg{ height: 100vh; position: relative; overflow: hidden; }
#history .bottom .left .bg figure{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; transform: translateY(100%); transition: transform 0.5s; }
#history .bottom .left .bg figure.on{ transform: translateY(0); }
#history .bottom .left .bg figure img{ width: 100%; height: 100%; object-fit: cover }
#history .bottom .left .text{ display: flex; flex-direction: column; justify-content: center; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 100; padding: 110px 0; margin-top: -5%; }
#history .bottom .left .text p{ font-size: 5.6rem; font-weight: 500; letter-spacing: -0.02em; margin-top: 50px; }
#history .bottom .left .dots{ position: absolute; bottom: 0; left: 0; right: 0; z-index: 150; padding-bottom: 110px; }
#history .bottom .left .dots > div{ display: flex; justify-content: center; position: relative; }
#history .bottom .left .dots > div::before{ content: ""; width: 100%; height: 1px; background: rgba(255, 255, 255, 0.1); position: absolute; bottom: calc(7px / 2); left: 0; }
#history .bottom .left .dots button{ background: none; border: none; font-family: var(--baseFont); font-size: 20px; font-weight: 500; letter-spacing: -0.02em; padding: 0 20px; opacity: 0.3; transition: opacity 0.5s; }
#history .bottom .left .dots button.on{ opacity: 1; }
#history .bottom .left .dots button::after{ content: ""; display: block; width: 7px; height: 7px; background: #FFF; box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.3); border-radius: 50%; margin: 0 auto; margin-top: 20px; }


#history .bottom .right{ padding: 0 100px var(--subPb); }
#history .bottom .right .sticky{ position: sticky; position: -webkit-sticky; top: 100vh; left: 0; }
#history .bottom .right h5{ font-size: 40px; font-weight: 600; color: #222; letter-spacing: -0.02em; margin-bottom: 60px; }
#history .bottom .right .offset:first-of-type{ padding-top: 160px; }
#history .bottom .right .offset:not(:first-of-type){ padding-top: 120px; }
#history .bottom .right .offset:not(:last-of-type){ border-bottom: 1px solid #DDD; padding-bottom: 120px; }
#history .bottom .right .offset dl:not(:last-of-type){ margin-bottom: 50px; }
#history .bottom .right dl dt{ font-size: 22px; font-weight: 500; color: #222; letter-spacing: -0.02em; margin-bottom: 15px; }
#history .bottom .right dl dd{ font-size: 18px; font-weight: 300; color: #666; letter-spacing: -0.02em; line-height: 1.5; padding-left: 13px; position: relative; }
#history .bottom .right dl dd:not(:last-of-type){ margin-bottom: 10px; }
#history .bottom .right dl dd::before{ content: ""; width: 3px; height: 3px; background: var(--mainColor); position: absolute; top: calc(1.5em / 2); left: 0; transform: translateY(-50%); }

@media screen and (max-width: 1700px){
	#history .top p{ font-size: 23px; }

	#history .bottom .left .text p{ margin-top: 30px; }
	#history .bottom .left .dots{ padding-bottom: 80px; }
	#history .bottom .left .dots button{ font-size: 18px; }
	
	#history .bottom .right{ padding: 0 60px var(--subPb); }
	#history .bottom .right .offset:first-of-type{ padding-top: 120px; }
	#history .bottom .right .offset:not(:first-of-type){ padding-top: 80px; }
	#history .bottom .right .offset:not(:last-of-type){ padding-bottom: 80px; }
	#history .bottom .right h5{ font-size: 40px; margin-bottom: 40px; }
	#history .bottom .right dl dt{ font-size: 20px; }
}

@media screen and (max-width: 1400px){
	#history .bottom .left .dots button{ padding: 0 15px; }
}

@media screen and (max-width: 1280px){
	#history .top .flex-box::before{ height: 100px; }
	#history .top h4{ margin-bottom: 15px; }
	#history .top p{ font-size: 21px; }
	#history .top .scrollDown{ font-size: 16px; padding-bottom: 40px; }
	#history .top .scrollDown i{ width: 17px; height: 17px; }

	#history .bottom .left .text p{ margin-top: 20px; }
	#history .bottom .left .dots{ padding-bottom: 60px; }
	#history .bottom .left .dots > div::before{ bottom: calc(5px / 2); }
	#history .bottom .left .dots button{ font-size: 16px; }
	#history .bottom .left .dots button::after{ width: 5px; height: 5px; margin-top: 15px; }

	#history .bottom .right{ padding: 0 20px var(--subPb); }
	#history .bottom .right .offset:first-of-type{ padding-top: 80px; }
	#history .bottom .right .offset:not(:first-of-type){ padding-top: 50px; }
	#history .bottom .right .offset:not(:last-of-type){ padding-bottom: 50px; }
	#history .bottom .right .offset dl:not(:last-of-type){ margin-bottom: 30px; }
	#history .bottom .right h5{ font-size: 35px; margin-bottom: 25px; }
	#history .bottom .right dl dt{ font-size: 18px; margin-bottom: 10px; }
	#history .bottom .right dl dd{ font-size: 17px; }

	#history .bottom .left .dots{ position: relative; }
}

@media screen and (max-width: 1200px){
	#history .bottom .grid-box{ grid-template-columns: repeat(1, 1fr); }
	#history .bottom .left{ position: sticky; position: -webkit-sticky; top: var(--headerH); left: 0; z-index: 100;}
	#history .bottom .left .bg,
	#history .bottom .left .text{ display: none; }
	#history .bottom .left .dots{ background: #EFEFEF; padding: 10px; }
	#history .bottom .left .dots > div{ display: grid; grid-template-columns: repeat(4, 1fr); margin: -5px; padding: 0 10px; }
	#history .bottom .left .dots button{ background: #FFF; border-radius: var(--contentR); font-size: 18px; color: #BBB; opacity: 1; padding: 10px; margin: 5px; transition: color 0.3s; }
	#history .bottom .left .dots button.on{ color: #222; }
	#history .bottom .left .dots button::after{ display: none; }

	#history .bottom .right{ padding: var(--dotH) 20px var(--subPb); }
}

@media screen and (max-width: 900px){
	#history .top h4{ font-size: 9rem; }
	#history .top p{ font-size: 18px; }

	#history .bottom .right h5{ font-size: 28px; }
}

@media screen and (max-width: 600px){
	#history .bottom .left .dots > div{ grid-template-columns: repeat(5, 1fr); }
	#history .top p br{ display: none; }
}


/* About Us - Partner */
#partner .partner-box{ display: grid; grid-template-columns: repeat(4, 1fr); margin: -10px; }
#partner .partner-box > div{ margin: 10px; }
#partner .partner-box figure{ width: 100%; display: flex; justify-content: center; align-items: center; padding: 25px; border-radius: var(--contentR); transition: box-shadow 0.4s; }
#partner .partner-box figure img{ max-width: 100%; max-height: 100%; }

@media screen and (hover: hover){
	#partner .partner-box figure:hover{ box-shadow: 0 0 20px 7px rgba(178, 178, 178, 0.2); }
}

@media screen and (max-width: 1280px){
	#partner .partner-box figure{ padding: 20px; }
}

@media screen and (max-width: 1000px){
	#partner .partner-box{ display: grid; grid-template-columns: repeat(3, 1fr); }
}

@media screen and (max-width: 800px){
	#partner br{ display: none; }
}

@media screen and (max-width: 700px){
	#partner .partner-box{ display: grid; grid-template-columns: repeat(2, 1fr); }
}


/* About Us - Team */
#team .intro-box .bg{ background: url("/img/sub/about/team_intro.jpg") no-repeat center center / cover; border-radius: var(--contentR); }
#team .sec-box section:not(:last-of-type){ border-bottom: 1px solid #DDD; }

#team .bullet{ font-size: 46px; font-weight: 600; color: #222; letter-spacing: -0.04em; padding-left: 32px; position: relative; margin-bottom: 40px; }
#team .bullet::before{ content: ""; width: 17px; height: 39px; background: url("/img/sub/about/bullet_blue.svg") no-repeat center left / contain; position: absolute; top: calc(1.3em / 2); left: 0; transform: translateY(-50%); }

#team .navy .bullet::before{ background-image: url("/img/sub/about/bullet_navy.svg"); }
#team .navy .team_board_list dl dt span{ color: var(--navy); }
#team .navy .team_board_list dl dd ul li::before{ background: var(--navy); }

@media screen and (hover: hover){
	#team .navy .team_board_list .item:hover::before{ border-color: var(--navy); } 
}

@media screen and (max-width: 1700px){
	#team .bullet{ font-size: 36px; margin-bottom: 30px; }
}

@media screen and (max-width: 1280px){
	#team .bullet{ font-size: 32px; padding-left: 25px; margin-bottom: 20px; }
	#team .bullet::before{ width: 14px; height: 30px; }
}

@media screen and (max-width: 900px){
	#team .bullet{ font-size: 28px; }
	#team .bullet::before{ width: 11px; height: 25px; }
}

@media screen and (max-width: 700px){
	#team .intro-box br{ display: none; }
}


/* Service - CreditConnect */
#credit{ padding-bottom: 0; }
#credit .sc-content{ position: relative; }
#credit .sc-content .scT{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
#credit .sc-content .scT .sticky{ position: sticky; position: -webkit-sticky; top: calc(var(--scB) * -1); left: 0; }
#credit .sc-content .scB{ position: relative; z-index: 100; pointer-events: none; }
#credit .sc-content .scB .content{ background: #FFF; padding-bottom: var(--subPb); pointer-events: auto; }

#credit .sc-content .scB [data-aos=fade-up]{ transform: translateY(var(--aosPlus)) !important; opacity: 0 !important; }
#credit .sc-content .scB [data-aos=fade-right]{ transform: translateX(var(--aosMinus)) !important; opacity: 0 !important; }
#credit .sc-content .scB .animated{ transform: translate(0, 0) !important; opacity: 1 !important; }

#credit .intro-box .bg{ background: url("/img/sub/service/credit_intro.jpg") no-repeat center center / cover; }
#credit .intro-box h5{ font-size: 40px; font-weight: 500; letter-spacing: -0.04; margin-bottom: 35px; }

#credit .solution{
	--top: 235px;
}
#credit .solution{ overflow: hidden; }
#credit .solution .title{ text-align: center; margin-bottom: 80px; }
#credit .solution .title > p{ font-size: 22px; font-weight: 300; color: #666; letter-spacing: -0.02em; line-height: 1.5; margin-top: 10px; }
#credit .solution .inner{ max-width: 1240px; width: 100%; margin: 0 auto; }
#credit .solution .grid-box{ display: grid; grid-template-columns: repeat(2, 1fr); margin: 0 -105px; }
#credit .solution .grid-box > div{ margin: 0 105px; position: relative; }
#credit .solution .grid-box > div > div:not(:last-of-type){ margin-bottom: 120px; }
#credit .solution .grid-box .left .item:nth-of-type(even){ left: 85px; }
#credit .solution .grid-box .right{ padding-top: var(--top); }

#credit .solution .item{  border-radius: var(--contentR); overflow: hidden; position: relative; z-index: 10; }
#credit .solution .item::before{ content: ""; width: 100%; height: 100%; background: #F9F9F9; position: absolute; top: 0; left: 0; z-index: -1; transition: background 0.4s; }
#credit .solution .item figure,
#credit .solution .item img{ width: 100%; }
#credit .solution .item figure{ border-radius: var(--contentR); overflow: hidden; }
#credit .solution .item img{ transform: scale(1); transition: transform 0.4s; }
#credit .solution .item dl{  padding: 35px 30px; }
#credit .solution .item dl *{ transition: color 0.4s; }
#credit .solution .item dl dt{ font-size: 25px; font-weight: 500; color: #222; letter-spacing: -0.04em; margin-bottom: 20px; }
#credit .solution .item dl dd{ font-size: 21px; font-weight: 300; color: #666; letter-spacing: -0.02em; line-height: 1.55; }


#credit .grayBg{ background: #F9F9F9; overflow: hidden; }
#credit .grayBg .grid-box{ display: grid; grid-template-columns: repeat(3, 1fr); margin: -55px; }
#credit .grayBg .item{ margin: 55px; position: relative; }
#credit .grayBg .item::after{ content: ""; width: 1px; height: 100%; background: #DDD; position: absolute; top: 0; right: -55px; }
#credit .grayBg .item:nth-of-type(3n)::after{ display: none; }
#credit .grayBg .item .icon{ display: inline-block; transform: scaleX(-1); transition: transform 0.4s; }
#credit .grayBg .item .icon img{ filter: grayscale(1) brightness(1.7); -webkit-filter: grayscale(1) brightness(1.7); transition: filter 0.4s; }
#credit .grayBg .item h6{ font-size: 25px; font-weight: 500; color: #222; letter-spacing: -0.04em; margin: 80px 0 40px; }
#credit .grayBg .item h6 em{ display: block; color: #AAA; margin-top: 10px; transition: color 0.4s; }
#credit .grayBg .item dl dt{ font-size: 21px; font-weight: 500; color: #222; letter-spacing: -0.02em; line-height: 1.5; margin-bottom: 25px; }
#credit .grayBg .item dl dd{ font-size: 20px; font-weight: 300; color: #666; letter-spacing: -0.02em; line-height: 1.55; padding-left: 15px; position: relative; }
#credit .grayBg .item dl dd:not(:last-of-type){ margin-bottom: 10px; }
#credit .grayBg .item dl dd::before{ content: ""; width: 3px; height: 3px; background: var(--mainColor); position: absolute; top: calc(1.55em / 2); left: 0; transform: translateY(-50%); }


#credit .grid-layout{ display: grid; grid-template-columns: 710px calc(100% - 710px); }
#credit .grid-layout .sec-title{ position: sticky; position: -webkit-sticky; top: 160px; left: 0; }
#credit .grid-layout .right dl:not(:last-of-type){ margin-bottom: 100px; }
#credit .grid-layout dl dt{ font-size: 25px; font-weight: 500; color: #222; letter-spacing: -0.02em; margin-bottom: 25px; }
#credit .grid-layout dl dd{ font-size: 21px; font-weight: 300; color: #666; letter-spacing: -0.
02em; line-height: 1.55; }
#credit .grid-layout dl dd *{ line-height: inherit; }
#credit .grid-layout dl dd figure, 
#credit .grid-layout dl dd figure img{ width: 100%; }
#credit .grid-layout dl dd figure{ border-radius: var(--contentR); overflow: hidden; margin-top: 30px; }
#credit .grid-layout dl dd figure img{ transform: scale(1); transition: transform 0.5s; }


@media screen and (hover: hover){
	#credit .solution .item:hover::before{ background: var(--mainColor); }
	#credit .solution .item:hover img{ transform: scale(1.1); }
	#credit .solution .item:hover dl *{ color: #FFF !important; }

	#credit .grayBg .item:hover .icon{ transform: scaleX(1); }
	#credit .grayBg .item:hover .icon img{ filter: unset; -webkit-filter: unset; }
	#credit .grayBg .item:hover h6 em{ color: var(--mainColor); }

	#credit .grid-layout dl:hover dd figure img{ transform: scale(1.1); }
}

@media screen and (max-width: 1700px){
	#credit .intro-box h5{ font-size: 30px; margin-bottom: 20px; }

	#credit .solution{
		--top: 180px;
	}
	#credit .solution .title{ margin-bottom: 60px; }
	#credit .solution .title > p{ font-size: 18px; }
	#credit .solution .grid-box > div > div:not(:last-of-type){ margin-bottom: 100px; }
	#credit .solution .item dl{ padding: 30px 25px; }
	#credit .solution .item dl dt{ font-size: 21px; }
	#credit .solution .item dl dd{ font-size: 19px; }

	#credit .grayBg .item h6{ font-size: 21px; margin: 60px 0 30px; }
	#credit .grayBg .item dl dt{ font-size: 19px; }
	#credit .grayBg .item dl dd{ font-size: 18px; }

	#credit .grid-layout{ display: grid; grid-template-columns: 550px calc(100% - 550px); }
	#credit .grid-layout .right dl:not(:last-of-type){ margin-bottom: 70px; }
	#credit .grid-layout dl dt{ font-size: 21px; margin-bottom: 15px; }
	#credit .grid-layout dl dd{ font-size: 19px; }
}

@media screen and (max-width: 1400px){
	#credit .grayBg .grid-box{ margin: -30px; }
	#credit .grayBg .item{ margin: 30px; }
	#credit .grayBg .item::after{ right: -30px; }
}

@media screen and (max-width: 1280px){
	#credit .intro-box h5{ font-size: 26px; margin-bottom: 10px; }

	#credit .solution .title{ margin-bottom: 40px; }
	#credit .solution .title > p{ font-size: 16px; margin-top: 5px; }
	#credit .solution .item dl{ padding: 20px; }
	#credit .solution .item dl dt{ font-size: 19px; margin-bottom: 10px; }
	#credit .solution .item dl dd{ font-size: 17px; }

	#credit .solution{
		--top: 140px;
	}
	#credit .solution .grid-box{ margin: 0 -60px; }
	#credit .solution .grid-box > div{ margin: 0 60px; }
	#credit .solution .grid-box > div > div:not(:last-of-type){ margin-bottom: 70px; }
	#credit .solution .grid-box .left .item:nth-of-type(even){ left: 60px; }

	#credit .grayBg .item h6{ font-size: 19px; margin: 30px 0 20px; }
	#credit .grayBg .item dl dt{ font-size: 17px; margin-bottom: 10px; }
	#credit .grayBg .item dl dd{ font-size: 16px; }

	#credit .grid-layout{ display: grid; grid-template-columns: 450px calc(100% - 450px); }
	#credit .grid-layout .right dl:not(:last-of-type){ margin-bottom: 40px; }
	#credit .grid-layout dl dt{ font-size: 19px; margin-bottom: 10px; }
	#credit .grid-layout dl dd{ font-size: 17px; }
	#credit .grid-layout dl dd figure{ margin-top: 15px; }
}

@media screen and (max-width: 1100px){
	#credit .grayBg .grid-box{ grid-template-columns: repeat(2, 1fr); }

	#credit .grid-layout{ display: grid; grid-template-columns: repeat(1, 1fr); }
	#credit .grid-layout br:not(.m){ display: none; }
	#credit .grid-layout .left{ margin-bottom: 40px; }
}

@media screen and (max-width: 900px){
	#credit .intro-box h5{ font-size: 22px; }

	#credit .solution{
		--top: 100px;
	}
	#credit .solution .grid-box{ margin: 0 -30px; }
	#credit .solution .grid-box > div{ margin: 0 30px; }
	#credit .solution .grid-box > div > div:not(:last-of-type){ margin-bottom: 50px; }
	#credit .solution .grid-box .left .item:nth-of-type(even){ left: 25px; }
}

@media screen and (max-width: 750px){
	#credit .solution .grid-box{ grid-template-columns: repeat(1, 1fr); margin: 0; }
	#credit .solution .grid-box > div{ margin: 0; }
	#credit .solution .grid-box > div > div{ left: unset !important; margin: 0 0 30px !important; transform: translateY(var(--aosPlus)); }
	#credit .solution .grid-box > div > div.aos-animate{ transform: translate(0, 0); }

	#credit .solution .grid-box .right{ padding-top: 0; top: 0; }
}

@media screen and (max-width: 800px){
	#credit .grayBg .grid-box{ grid-template-columns: repeat(1, 1fr); }
	#credit .grayBg .item::after{ width: 100%; height: 1px; top: calc(100% + 30px); right: 0; }
}

@media screen and (max-width: 700px){
	#credit .intro-box br{ display: none; }
}


/* Service - ABACUS */
#abacus .intro-box .bg{ background: url("/img/sub/service/abacus_intro.jpg") no-repeat center center / cover; }
#abacus .sec-title h5{ font-size: 34px; font-weight: 600; color: #222; letter-spacing: -0.04em; line-height: 1.4; }
#abacus .sec-title p{ font-size: 23px; font-weight: 300; }
#abacus .grid-layout{ display: grid; grid-template-columns: 710px calc(100% - 710px); }
#abacus .grid-layout .left{ padding-right: 50px; }

#abacus .modeling .sec-title{ margin-bottom: 50px; }
#abacus .modeling figure,
#abacus .modeling figure img{ width: 100%; }
#abacus .modeling figure{ clip-path: inset(0 0 0 0 round var(--contentR)); -webkit-clip-path: inset(0 0 0 0 round var(--contentR)); }
#abacus .modeling ul{ height: 100%; }
#abacus .modeling ul li{ height: calc((100% - 45px) / 4); display: flex; align-items: center; background: #F9F9F9; border-radius: var(--contentR); padding: 15px 65px; transition: background 0.3s; }
#abacus .modeling ul li:not(:last-of-type){ margin-bottom: 15px; }
#abacus .modeling ul li .icon{ width: 75px; filter: unset; -webkit-filter: unset; transition: filter 0.3s; }
#abacus .modeling ul li p{ width: calc(100% - 75px); font-size: 25px; font-weight: 500; color: #222; letter-spacing: -0.02em; transition: color 0.3s; }


#abacus .platform{ background: #F9F9F9; }
#abacus .platform ul{ display: grid; grid-template-columns: repeat(3, 1fr); margin: -8px; text-align: center; }
#abacus .platform ul li{ background: #FFF; border-radius: var(--contentR); margin: 8px; padding: 70px 25px; transition: background 0.3s; }
#abacus .platform ul li .icon{ width: 150px; height: 150px; display: flex; justify-content: center; align-items: center; background: #F9F9F9; border-radius: 50%; margin: 0 auto; transition: background 0.3s; }
#abacus .platform ul li p{ font-size: 25px; font-weight: 500; color: #222; letter-spacing: -0.02em; margin-top: 45px; transition: color 0.3s; }


#abacus .sec figure,
#abacus .sec figure img{ width: 100%; }
#abacus .sec figure{ border-radius: var(--contentR); overflow: hidden; }
#abacus .sec figure img{ transform: scale(1); transition: transform 0.5s; }  
#abacus .sec .grid-layout{ padding: 120px 0; }
#abacus .sec .grid-layout:not(:last-of-type){ border-bottom: 1px solid #DDD; }
#abacus .sec .grid-layout:first-of-type{ padding-top: 0 !important; }
#abacus .sec .grid-layout:last-of-type{ padding-bottom: 0 !important; }
#abacus .sec dl{ margin-bottom: 35px; }
#abacus .sec dl dt{ font-size: 25px; font-weight: 500; color: #222; letter-spacing: -0.02em; margin-bottom: 30px; }
#abacus .sec dl dd{ font-size: 21px; font-weight: 300; color: #666; letter-spacing: -0.02em; line-height: 1.55; padding-left: 13px; position: relative; }
#abacus .sec dl dd:not(:last-of-type){ margin-bottom: 10px; }
#abacus .sec dl dd::before{ content: ""; width: 3px; height: 3px; background: var(--mainColor); position: absolute; top: calc(1.55em / 2); left: 0; transform: translateY(-50%); }


#abacus .core{ background: #F9F9F9; }
#abacus .core .sec-title{ text-align: center; margin-bottom: 60px; }
#abacus .core .grid-box{ display: grid; grid-template-columns: repeat(3, 1fr); margin: -8px; }
#abacus .core .grid-box > div{ margin: 8px; }
#abacus .core .item{ position: relative; border-bottom: 1px solid #D9D9D9; }
#abacus .core .item::after{ content: ""; width: 100%; height: 1px; background: var(--mainColor); position: absolute; bottom: -1px; left: 0; transform: scaleX(0); transform-origin: left; transition: transform 0.5s; }
#abacus .core .item figure,
#abacus .core .item figure img{ width: 100%; }
#abacus .core .item figure{ position: relative; padding-bottom: 65.973%; border-radius: var(--contentR); overflow: hidden; margin-bottom: -4px; }
#abacus .core .item figure img{ width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(1); transition: transform 0.5s; }
#abacus .core .item figcaption{ font-size: 34px; font-weight: 500; color: #FFF; letter-spacing: -0.04em; line-height: 1.6; text-align: center; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); }
#abacus .core .item .text{ padding: 40px 20px; }
#abacus .core .item .text p{ font-size: 21px; font-weight: 300; color: #333; letter-spacing: -0.02em; line-height: 1.55; }
#abacus .core .item .text p:not(:last-of-type){ margin-bottom: 30px; }


#abacus .impact .diagram{
	--center: 630px;
	--icon: 115px;
	--gapLR: 60px;
}
#abacus .impact .diagram{ position: relative; }
#abacus .impact .diagram .center{ max-width: var(--center); margin: 0 auto; position: relative; }
#abacus .impact .diagram .center::before{ content: ""; display: block; padding-bottom: 100%; background: url("/img/sub/service/impact_bg.svg") no-repeat center center / contain; }
#abacus .impact .diagram .center .text{ text-align: center; position: absolute; top: 45%; left: 0; right: 0; transform: translateY(-50%); }
#abacus .impact .diagram .center h5{ font-size: 40px; font-weight: 600; color: #222; letter-spacing: -0.04em; margin-bottom: 10px; }
#abacus .impact .diagram .center p{ font-size: 22px; font-weight: 500; color: #999; letter-spacing: -0.04em; }

#abacus .impact .diagram .grid-box{ display: grid; grid-template-columns: calc((100% - var(--center)) / 2) var(--center) calc((100% - var(--center)) / 2); position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
#abacus .impact .diagram .grid-box dl{ position: relative; }
#abacus .impact .diagram .grid-box dl dt{ font-size: 32px; font-weight: 500; color: var(--color); letter-spacing: -0.02em; line-height: 1.55; margin-bottom: 20px; }
#abacus .impact .diagram .grid-box dl dd{ font-size: 21px; font-weight: 300; color: #555; letter-spacing: -0.02em; line-height: 1.55; }
#abacus .impact .diagram .grid-box .icon{ width: var(--icon); height: var(--icon); display: flex; justify-content: center; align-items: center; background: #FFF; border: 2px solid var(--color); border-radius: 50%; padding: 15px; position: absolute; top: 0; transition: background 0.5s; pointer-events: none; }
#abacus .impact .diagram .grid-box .icon img{ display: inline-block; transform: scaleX(1); filter: unset; -webkit-filter: unset; transition: transform 0.5s, filter 0.5s; }

#abacus .impact .diagram .grid-box dl:nth-of-type(odd){ text-align: right; padding-right: var(--gapLR); }
#abacus .impact .diagram .grid-box dl:nth-of-type(odd) .icon{ right: 0; transform: translateX(100%); }

#abacus .impact .diagram .grid-box dl:nth-of-type(even){ grid-column: 3 / 4; padding-left: var(--gapLR); }
#abacus .impact .diagram .grid-box dl:nth-of-type(even) .icon{ left: 0; transform: translateX(-100%); }

#abacus .impact .diagram .grid-box dl:nth-of-type(3),
#abacus .impact .diagram .grid-box dl:nth-of-type(4){ align-content: flex-end; }
#abacus .impact .diagram .grid-box dl:nth-of-type(3) .icon,
#abacus .impact .diagram .grid-box dl:nth-of-type(4) .icon{ top: unset; bottom: 0; }


#abacus .impact .img-slide, 
#abacus .impact .img-slide ul{ display: flex; }
#abacus .impact .img-slide{ overflow: hidden; margin-top: 110px; }
#abacus .impact .img-slide ul li{ width: 520px; margin-right: 15px; }
#abacus .impact .img-slide figure{ display: block; padding-bottom: 82.693%; border-radius: var(--contentR); overflow: hidden; position: relative; }
#abacus .impact .img-slide figure img{ width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

#abacus .impact .img-slide .origin{ animation: origin_left 100s linear infinite; }
#abacus .impact .img-slide .clone{ animation: clone_left 100s linear infinite; }


#abacus .solution .sec-title{ text-align: center; margin-bottom: 60px; }
#abacus .solution .diagram{
	--gap: 70px;
}
#abacus .solution .diagram ul{ display: grid; grid-template-columns: repeat(3, 1fr); margin: -8px; }
#abacus .solution .diagram ul li{ margin: 8px; position: relative; }
#abacus .solution .diagram ul li::after{ content: ""; width: calc(100% + 16px); height: calc(var(--gap) / 2); background: #FFF; border: 1px dashed #AAA; border-top: none; border-right: none; position: absolute; bottom: 0; left: 50%; transform: translateY(100%); }
#abacus .solution .diagram ul li:first-of-type::after{ border-radius: 0 0 0 20px; }
#abacus .solution .diagram ul li:last-of-type::after{ border-left: none; border-right: 1px dashed #AAA; border-radius: 0 0 20px 0; left: unset; right: calc(50% - 16px); }
#abacus .solution .diagram figure{ display: block; padding-bottom: 78.125%; border-radius: var(--contentR); overflow: hidden; position: relative; }
#abacus .solution .diagram figure img{ width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(1); transition: transform 0.4s; }
#abacus .solution .diagram figure figcaption{ display: flex; flex-direction: column; justify-content: flex-end; font-size: 25px; font-weight: 500; color: #FFF; letter-spacing: -0.04em; line-height: 1.6; padding: 50px; opacity: 0.2; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; transition: opacity 0.4s; }
#abacus .solution .diagram div{ background: #FFF; border: 1px solid #DDD; border-radius: var(--contentR); padding: 30px; font-size: 24px; font-weight: 500; color: #222; letter-spacing: -0.02em; line-height: 1.55; text-align: center; margin-top: var(--gap); position: relative; }
#abacus .solution .diagram div::before{ content: ""; width: 1px; height: calc(var(--gap) / 2); border-right: 1px dashed #AAA; position: absolute; top: 0; left: calc(50% - 1px); transform: translateY(-100%); }
#abacus .solution .diagram div *{ line-height: inherit; }
#abacus .solution .diagram div em{ color: var(--mainColor); }


@media screen and (hover: hover){
	#abacus .modeling ul li:hover{ background: var(--mainColor); }
	#abacus .modeling ul li:hover .icon{ filter: invert(1) brightness(8); -webkit-filter: invert(1) brightness(8); }
	#abacus .modeling ul li:hover p{ color: #FFF; }

	#abacus .platform ul li:hover{ background: var(--mainColor); }
	#abacus .platform ul li:hover .icon{ background: #FFF; }
	#abacus .platform ul li:hover p{ color: #FFF; }

	#abacus .sec .right:hover figure img{ transform: scale(1.05); }

	#abacus .core .item:hover::after{ transform: scaleX(1); }
	#abacus .core .item:hover figure img{ transform: translate(-50%, -50%) scale(1.05); }

	#abacus .impact .diagram .grid-box dl:hover .icon{ background: var(--color); }
	#abacus .impact .diagram .grid-box dl:hover .icon img{ transform: scaleX(-1); filter: invert(1) brightness(10); -webkit-filter: invert(1) brightness(10); }

	#abacus .solution .diagram ul li:hover figure img{ transform: translate(-50%, -50%) scale(1.05); }
	#abacus .solution .diagram ul li:hover figure figcaption{ opacity: 1; }
}

@media screen and (max-width: 1700px){
	#abacus .grid-layout{ grid-template-columns: 600px calc(100% - 600px); }
	#abacus .sec-title p{ font-size: 21px; }

	#abacus .modeling .sec-title{ margin-bottom: 30px; }
	#abacus .modeling ul li{ padding: 15px 45px; }
	#abacus .modeling ul li p{ font-size: 22px; }

	#abacus .platform ul li .icon{ width: 120px; height: 120px; padding: 30px; }
	#abacus .platform ul li p{ font-size: 22px; margin-top: 35px; }

	#abacus .sec .grid-layout{ padding: 80px 0; }
	#abacus .sec-title h5{ font-size: 28px; }
	#abacus .sec dl{ margin-bottom: 25px; }
	#abacus .sec dl dt{ font-size: 22px; margin-bottom: 20px; }
	#abacus .sec dl dd{ font-size: 19px; }

	#abacus .core .sec-title{ margin-bottom: 40px; }
	#abacus .core .item figcaption{ font-size: 28px; }
	#abacus .core .item .text{ padding: 30px 15px; }
	#abacus .core .item .text p{ font-size: 19px; }
	#abacus .core .item .text p:not(:last-of-type){ margin-bottom: 20px; }

	#abacus .impact .diagram{
		--center: 500px;
		--icon: 90px;
		--gapLR: 40px;
	}
	#abacus .impact .diagram .center h5{ font-size: 32px; }
	#abacus .impact .diagram .center p{ font-size: 20px; }

	#abacus .impact .diagram .grid-box dl dt{ font-size: 26px; margin-bottom: 10px; }
	#abacus .impact .diagram .grid-box dl dd{ font-size: 19px; }

	#abacus .impact .img-slide{ margin-top: 70px; }
	#abacus .impact .img-slide ul li{ width: 400px; }

	#abacus .solution .diagram{
		--gap: 60px;
	}
	#abacus .solution .diagram figure figcaption{ font-size: 22px; padding: 35px; }
	#abacus .solution .diagram div{ font-size: 21px; padding: 25px; }

	#abacus .solution .sec-title{ margin-bottom: 40px; }
}

@media screen and (max-width: 1500px){
	#abacus .platform ul li{ padding: 55px 20px; }
}

@media screen and (max-width: 1400px){
	#abacus .grid-layout{ grid-template-columns: 500px calc(100% - 500px); }

	#abacus .modeling br{ display: none; }

	#abacus .platform .left br{ display: none; }

	#abacus .sec .left br{ display: none; }
}

@media screen and (max-width: 1280px){
	#abacus .grid-layout{ grid-template-columns: 450px calc(100% - 450px); }
	#abacus .sec-title p{ font-size: 19px; }

	#abacus .modeling .sec-title{ margin-bottom: 20px; }
	#abacus .modeling ul li{ padding: 15px 30px; }
	#abacus .modeling ul li p{ font-size: 20px; }

	#abacus .platform ul li .icon{ width: 110px; height: 110px; }
	#abacus .platform ul li p{ font-size: 20px; margin-top: 20px; }

	#abacus .sec .grid-layout{ padding: 40px 0; }
	#abacus .sec-title h5{ font-size: 26px; }
	#abacus .sec dl dt{ font-size: 20px; margin-bottom: 10px; }
	#abacus .sec dl dd{ font-size: 17px; }
	#abacus .sec dl dd:not(:last-of-type){ margin-bottom: 5px; }

	#abacus .core .sec-title{ margin-bottom: 30px; }
	#abacus .core .item figcaption{ font-size: 24px; }
	#abacus .core .item .text{ padding: 20px 10px; }
	#abacus .core .item .text p{ font-size: 17px; }
	#abacus .core .item .text p:not(:last-of-type){ margin-bottom: 10px; }

	#abacus .impact .diagram{
		--center: 430px;
		--icon: 85px;
		--gapLR: 20px;
	}
	#abacus .impact .diagram .center h5{ font-size: 26px; }
	#abacus .impact .diagram .center p{ font-size: 18px; }

	#abacus .impact .diagram .grid-box dl dt{ font-size: 22px; margin-bottom: 5px; }
	#abacus .impact .diagram .grid-box dl dd{ font-size: 17px; }

	#abacus .impact .img-slide{ margin-top: 30px; }
	#abacus .impact .img-slide ul li{ width: 350px; }

	#abacus .solution .sec-title{ margin-bottom: 30px; }
	#abacus .solution .diagram{
		--gap: 40px;
	}
	#abacus .solution .diagram figure figcaption{ font-size: 20px; padding: 25px; }
	#abacus .solution .diagram div{ font-size: 19px; padding: 15px 20px; }
}

@media screen and (max-width: 1200px){
	#abacus .grid-layout{ grid-template-columns: repeat(1, 1fr); }
	#abacus .grid-layout .left{ padding-right: 0; padding-bottom: 20px; }
	#abacus .sec-title p{ font-size: 17px; }

	#abacus .modeling ul li{ padding: 20px 25px; }
	#abacus .modeling ul li .icon{ width: 60px; }
	#abacus .modeling ul li p{ width: calc(100% - 60px); font-size: 18px; }

	#abacus .impact .diagram br{ display: none; }
	#abacus .impact .diagram .center::before{ display: none; }
	#abacus .impact .diagram .center .text{ position: static; transform: unset; margin-bottom: 30px; }
	#abacus .impact .diagram .center h5{ font-size: 28px; }

	#abacus .impact .diagram .grid-box{ grid-template-columns: repeat(2, 1fr); align-items: flex-start; position: relative; margin: -15px -10px; }
	#abacus .impact .diagram .grid-box dl{ grid-column: unset !important; align-content: flex-start !important; padding-left: calc(var(--icon) + var(--gapLR)) !important; padding-right: 0 !important; text-align: left !important; margin: 15px 10px; }
	#abacus .impact .diagram .grid-box dl .icon{ top: 0 !important; bottom: unset; left: 0 !important; right: unset !important; transform: unset !important; }
}

@media screen and (max-width: 1000px){
	#abacus .core .grid-box{ grid-template-columns: repeat(2, 1fr); margin: -20px -10px; }
	#abacus .core .grid-box > div{ margin: 20px 10px; }

	#abacus .impact .diagram .grid-box{ grid-template-columns: repeat(1, 1fr); }
	#abacus .impact .diagram .grid-box dl dt{ font-size: 20px; }

	#abacus .impact .img-slide ul li{ width: 200px; }

	#abacus .solution .diagram figure figcaption{ font-size: 18px; padding: 15px; }
}

@media screen and (max-width: 900px){
	#abacus .intro-box br{ display: none; }

	#abacus .platform ul li p{ font-size: 18px; }

	#abacus .sec-title h5{ font-size: 23px; }

	#abacus .solution .diagram ul{ grid-template-columns: repeat(1, 1fr); }
	#abacus .solution .diagram ul li::after{ width: 1px; height: calc(var(--gap) / 2); border: none !important; border-right: 1px dashed #AAA !important; left: calc(50% - 1px) !important; right: unset !important; transform: translateY(100%) !important; }
	#abacus .solution .diagram figure figcaption{ padding: 20px; }
}

@media screen and (max-width: 800px){
	#abacus .platform ul li{ padding: 40px 20px; }
}

@media screen and (max-width: 650px){
	#abacus .platform ul{ grid-template-columns: repeat(1, 1fr); }
	#abacus .platform ul li{ padding: 20px; }
	#abacus .platform ul li p{ margin-top: 10px; }

	#abacus .core .grid-box{ grid-template-columns: repeat(1, 1fr); }
}

