.business .sec {
	padding: 120px 0;
}
.business .sec > .inner {
	gap: 100px;
}


.business .sec01 .grid {
	gap: 40px;
}
.business .sec01 .grid > div {
	flex: 1;
	min-height: 400px;
	padding: 40px 60px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 50% 50%;
	color: var(--white);
	gap: 20px;
	transition: background .5s;
	box-sizing: border-box;
}
.business .sec01 .grid > div:hover {
	background-size: auto 105%;
}
.business .sec01 .grid > div strong {
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: -1.6px;
	text-transform: uppercase;
}
.business .sec01 .grid > div p {
	font-size: 20px;
	line-height: 1.4;
}


.business .sec02 > .inner {
	gap: 60px;
}
.business .sub_tit {
	font-size: 24px;
	line-height: 1.2;
}
.business .step_box {
    position: relative;
    gap: 60px 0;
}
.business .step_box > div {
    position: relative;
    width: 16.666%;
    text-align: center;
    gap: 16px;
}
.business .step_box > div .line {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    z-index: -1;
}
.business .step_box > div .line span {
    position: absolute;
    display: block;
    width: 50%;
    border-bottom: 1px dashed var(--text);
}
.business .step_box > div .line span:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    border-bottom: 1px dashed var(--key-color);
    transition: width 0.666s linear;
}
.business .step_box > div .line span.left {
    left: 0;
}
.business .step_box > div .line span.right {
    left: 50%;
}
.business .step_box > div .line span.right:after {
    transition-delay: 0.222s;
}
.business .step_box > div:first-child .line span.right:after {
    transition: width 0.8s linear;
    transition-delay: 0s;
}
.business .step_box > div:last-child .line span.left:after {
    transition-delay: 0s; 
}
.business .step_box > div:last-child .line span.right {
    display: none;
}
.business .step_box > div .icon {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    transition: all .3s;
}
.business .step_box > div .icon img {
    width: auto;
    filter: grayscale(1);
    transition: all .3s;
}
.business .step_box > div p {
    font-size: 20px;
    color: var(--text);
    transition: all .3s;
}
.business .step_box > div .num {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 32px;
    font-weight: 700;
    background: var(--white);
    border: 1px solid var(--text);
    margin: 0 auto;
    transition: all .3s;
    box-sizing: border-box;
}
.business .step_box > div.active .line span:after {
    width: 100%;
}
.business .step_box > div.active .icon {
    background: #F8F8F8;
}
.business .step_box > div.active .icon img {
    filter: none;
}
.business .step_box > div.active p {
    color: var(--black);
}
.business .step_box > div.active .num {
    background: var(--key-color);
    color: var(--white);
    border: 1px solid var(--key-color);
}



.business .sec03 > .inner {
	gap: 60px;
}
.business .sec03 .step_box > div {
    width: 20%;
}
.business .sec03 .step_box > div:nth-child(1) {
    order: 0;
}
.business .sec03 .step_box > div:nth-child(2) {
    order: 1;
}
.business .sec03 .step_box > div:nth-child(3) {
    order: 2;
}
.business .sec03 .step_box > div:nth-child(4) {
    order: 3;
}
.business .sec03 .step_box > div:nth-child(5) {
    order: 4;
}
.business .sec03 .step_box > div:nth-child(5) .line span.right {
    transform: rotate(90deg);
    left: calc(50% - 42px);
    top: 30px;
    width: 83px;
}
.business .sec03 .step_box > div:nth-child(6) {
    order: 9;
}
.business .sec03 .step_box > div:nth-child(6) .line span.left {
    display: none;
}
.business .sec03 .step_box > div:nth-child(6) .line span.right {
    left: 0;
    transform: rotate(180deg);
}
.business .sec03 .step_box > div:nth-child(7) {
    order: 8;
}
.business .sec03 .step_box > div:nth-child(7) .line span.left {
    left: 50%;
    transform: rotate(180deg);
}
.business .sec03 .step_box > div:nth-child(7) .line span.right {
    left: 0;
    transform: rotate(180deg);
}
.business .sec03 .step_box > div:nth-child(8) {
    order: 7;
}
.business .sec03 .step_box > div:nth-child(8) .line span.left {
    left: 50%;
    transform: rotate(180deg);
}
.business .sec03 .step_box > div:nth-child(8) .line span.right {
    left: 0;
    transform: rotate(180deg);
}
.business .sec03 .step_box > div:nth-child(9) {
    order: 6;
}
.business .sec03 .step_box > div:nth-child(9) .line span.left {
    left: 50%;
    transform: rotate(180deg);
}
.business .sec03 .step_box > div:nth-child(9) .line span.right {
    left: 0;
    transform: rotate(180deg);
}
.business .sec03 .step_box > div:nth-child(10) {
    order: 5;
}
.business .sec03 .step_box > div:nth-child(10) .line span.left {
    left: 50%;
    transform: rotate(180deg);
}
.business .sec03 .step_box > div:nth-child(10) .line span.right {
    display: none;
}



.business .sec04 .slide {
    margin-top: 100px;
}
.business .sec04 .swiper-wrapper {
  transition-timing-function: linear;
}
.business .sec04 .swiper-slide .item .thumb {
	position: relative;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
    background: #F8F8F8;
}
.business .sec04 .swiper-slide .item .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: all .5s;
    mix-blend-mode: darken;
}
.sec04 .swiper-slide .item:hover .thumb img {
	transform: scale(1.05);
}
.business .sec04 .swiper-slide .item .txt {
    gap: 10px;
    margin-top: 36px;
    text-align: center;
}
.business .sec04 .swiper-slide .item .txt strong {
    font-size: 24px;
    letter-spacing: -0.96px;
}
.business .sec04 .swiper-slide .item .txt p  {
    color: var(--text);
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.8px;
}



.business .sec05 > .inner {
	gap: 60px;
}
.business .sec05 .sub_tit {
    font-size: 20px;
}
.business .sec05 .grid {
    gap: 30px;
}
.business .sec05 .grid > div {
    flex: 1;
    padding: 60px;
    background: #F8F8F8;
    gap: 16px;
    box-sizing: border-box;
}
.business .sec05 .grid > div strong {
    font-size: 24px;
}
.business .sec05 .grid > div div {
    font-size: 20px;
}
.business .sec05 .btn_area {
    justify-content: center;
}
.business .sec05 .btn_area a {
    padding: 20px 40px;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 900;
    box-sizing: border-box;
}



@media screen and (max-width: 1240px) {
    .business .sec01 .grid > div {
        min-height: 330px;
    }
    .business .sub_tit {
        font-size: 20px;
    }
    .business .step_box > div .icon {
        width: 145px;
        height: 145px;
    }
    .business .step_box > div p {
        font-size: 16px;
    }


    .business .sec04 .swiper-slide .item .txt strong {
        font-size: 20px;
    }
    .business .sec04 .swiper-slide .item .txt p {
        font-size: 16px;
    }

    .business .sec05 .sub_tit {
        font-size: 18px;
    }
    .business .sec05 .grid > div {
        padding: 35px;
    }
}
@media screen and (max-width: 1024px) {
	.business .sec {
		padding: 80px 0;
	}
	.business .sec > .inner {
		gap: 50px;
	}

    .business .sec01 .grid {
        gap: 20px;
    }
    .business .sec01 .grid > div {
        min-height: 240px;
        padding: 20px 30px;
    }
    .business .sec01 .grid > div strong {
        font-size: 24px;
    }
    .business .sec01 .grid > div p {
        font-size: 16px;
    }

    .business .sub_tit {
        font-size: 16px;
    }

    .business .sec02 > .inner {
        gap: 30px;
    }

    .business .step_box > div {
        width: 33.333%;
    }
    .business .sec02 .step_box > div:nth-child(1) {
        order: 0;
    }
    .business .sec02 .step_box > div:nth-child(2) {
        order: 1;
    }
    .business .sec02 .step_box > div:nth-child(3) {
        order: 2;
    }
    .business .sec02 .step_box > div:nth-child(3) .line span.right {
        transform: rotate(90deg);
        left: calc(50% - 42px);
        top: 30px;
        width: 83px;
    }
    .business .sec02 .step_box > div:nth-child(4) {
        order: 5;
    }
    .business .sec02 .step_box > div:nth-child(4) .line span.left {
        display: none;
    }
    .business .sec02 .step_box > div:nth-child(4) .line span.right {
        left: 0;
        transform: rotate(180deg);
    }
    .business .sec02 .step_box > div:nth-child(5) {
        order: 4;
    }
    .business .sec02 .step_box > div:nth-child(5) .line span.left {
        left: 50%;
        transform: rotate(180deg);
    }
    .business .sec02 .step_box > div:nth-child(5) .line span.right {
        left: 0;
        transform: rotate(180deg);
    }
    .business .sec02 .step_box > div:nth-child(6) {
        order: 3;
    }
    .business .sec02 .step_box > div:nth-child(6) .line span.left {
        left: 50%;
        transform: rotate(180deg);
    }


    .business .sec03 > .inner {
        gap: 30px;
    }
    .business .sec03 .step_box > div {
        width: 25%;
    }
    .business .sec03 .step_box > div:nth-child(4) .line span.right {
        transform: rotate(90deg);
        left: calc(50% - 42px);
        top: 30px;
        width: 83px;
    }
    .business .sec03 .step_box > div:nth-child(5) {
        order: 8;
    }
    .business .sec03 .step_box > div:nth-child(5) .line span.left {
        display: block;
        transform: rotate(180deg);
    }
    .business .sec03 .step_box > div:nth-child(5) .line span.right {
        display: none;
        transform: none;
        left: 0;
        top: 0;
        width: 50%;
    }
    .business .sec03 .step_box > div:nth-child(6) {
        order: 7;
    }
    .business .sec03 .step_box > div:nth-child(6) .line span.left {
        display: block;
        left: 50%;
        transform: rotate(180deg);
    }
    .business .sec03 .step_box > div:nth-child(6) .line span.right {
        left: 0;
        transform: rotate(180deg);
    }
    .business .sec03 .step_box > div:nth-child(7) {
        order: 6;
    }
    .business .sec03 .step_box > div:nth-child(8) {
        order: 5; 
    }
    .business .sec03 .step_box > div:nth-child(8) .line span.right {
        transform: rotate(90deg);
        left: calc(50% - 42px);
        top: 30px;
        width: 83px;
    }
    .business .sec03 .step_box > div:nth-child(9) {
        order: 9;
    }
    .business .sec03 .step_box > div:nth-child(9) .line span.left {
        transform: none;
    }
    .business .sec03 .step_box > div:nth-child(9) .line span.right {
        display: none;
    }
    .business .sec03 .step_box > div:nth-child(10) {
        order: 10;
    }
    .business .sec03 .step_box > div:nth-child(10) .line span.left {
        left: 0;
        transform: none;
    }


    .business .sec04 .slide {
        margin-top: 50px;
    }


    .business .sec05 > .inner {
        gap: 30px;
    }
    .business .sec05 .sub_tit {
        font-size: 16px;
    }
    .business .sec05 .grid {
        gap: 15px;
    }
    .business .sec05 .grid > div {
        padding: 25px 15px;
    }
    .business .sec05 .grid > div strong {
        font-size: 20px;
    }
    .business .sec05 .grid > div div {
        font-size: 16px;
    }
    .business .sec05 .btn_area a {
        font-size: 20px;
    }
}
@media screen and (max-width: 768px) {
	.business .sec > .inner {
        gap: 30px;
    }

    .business .sec01 .grid > div {
        flex: none;
        width: 100%;
        background-size: 100%;
        background-position: 50% 20%;
    }
    .business .sec01 .grid > div:hover {
        background-size: 105%;
    }


    .business .step_box > div .line {
        bottom: 18px;
    }
    .business .step_box > div .icon {
        width: 95px;
        height: 95px;
    }
    .business .step_box > div .icon img {
        width: 50%;
    }
    .business .step_box > div p {
        font-size: 14px;
    }
    .business .step_box > div .num {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 20px;
    }

    .business .sec04 .swiper-slide .item .txt strong {
        font-size: 18px;
    }
    .business .sec04 .swiper-slide .item .txt p {
        font-size: 14px;
    }

    .business .sec05 .grid > div {
        flex: none;
        width: 100%;
        text-align: center;
        gap: 8px;
    }
    .business .sec05 .grid > div strong {
        font-size: 18px;
    }
    .business .sec05 .btn_area a {
        font-size: 18px;
    }
}
@media screen and (max-width: 480px) {
    .business .sec01 .grid > div {
        min-height: 195px;
    }


    .business .step_box > div {
        width: 50%;
    }
    .business .sec02 .step_box > div:nth-child(1) {
        order: 0;
    }
    .business .sec02 .step_box > div:nth-child(2) {
        order: 1;
    }
    .business .sec02 .step_box > div:nth-child(2) .line span.right {
        transform: rotate(90deg);
        left: calc(50% - 42px);
        top: 30px;
        width: 83px;
    }
    .business .sec02 .step_box > div:nth-child(3) {
        order: 3;
    }
    .business .sec02 .step_box > div:nth-child(3) .line span.left {
        display: none;
    }
    .business .sec02 .step_box > div:nth-child(3) .line span.right {
        top: 0;
        left: 0;
        transform: rotate(180deg);
        width: 50%;
    }
    .business .sec02 .step_box > div:nth-child(3) .line span.right:after {
        transition-delay: 0;
    }
    .business .sec02 .step_box > div:nth-child(4) {
        order: 2;
    }
    .business .sec02 .step_box > div:nth-child(4) .line span.left {
        display: block;
        left: 50%;
        transform: rotate(180deg);
    }
    .business .sec02 .step_box > div:nth-child(4) .line span.right {
        transform: rotate(90deg);
        left: calc(50% - 42px);
        top: 30px;
        width: 83px;
    }
    .business .sec02 .step_box > div:nth-child(5) {
        order: 4;
    }
    .business .sec02 .step_box > div:nth-child(5) .line span.left {
        transform: none;
    }
    .business .sec02 .step_box > div:nth-child(5) .line span.right {
        display: none;
    }
    .business .sec02 .step_box > div:nth-child(6) {
        order: 5;
    }
    .business .sec02 .step_box > div:nth-child(6) .line span.left {
        left: 0;
        transform: none;
    }


    .business .sec03 .step_box > div {
        width: 50%;
    }
    .business .sec03 .step_box > div:nth-child(1) {
        order: 0;
    }
    .business .sec03 .step_box > div:nth-child(2) {
        order: 1;
    }
    .business .sec03 .step_box > div:nth-child(2) .line span.right {
        transform: rotate(90deg);
        left: calc(50% - 42px);
        top: 30px;
        width: 83px;
    }
    .business .sec03 .step_box > div:nth-child(3) {
        order: 3;
    }
    .business .sec03 .step_box > div:nth-child(3) .line span.left {
        display: none;
    }
    .business .sec03 .step_box > div:nth-child(3) .line span.right {
        top: 0;
        left: 0;
        transform: rotate(180deg);
        width: 50%;
    }
    .business .sec03 .step_box > div:nth-child(3) .line span.right:after {
        transition-delay: 0;
    }
    .business .sec03 .step_box > div:nth-child(4) {
        order: 2;
    }
    .business .sec03 .step_box > div:nth-child(4) .line span.left {
        display: block;
        left: 50%;
        transform: rotate(180deg);
    }
    .business .sec03 .step_box > div:nth-child(4) .line span.right {
        transform: rotate(90deg);
        left: calc(50% - 42px);
        top: 30px;
        width: 83px;
    }
    .business .sec03 .step_box > div:nth-child(5) {
        order: 4;
    }
    .business .sec03 .step_box > div:nth-child(5) .line span.left {
        transform: none;
        left: 50%;
    }
    .business .sec03 .step_box > div:nth-child(5) .line span.right {
        display: none;
    }
    .business .sec03 .step_box > div:nth-child(6) {
        order: 5;
    }
    .business .sec03 .step_box > div:nth-child(6) .line span.left {
        left: 0;
        transform: none;
    }
    .business .sec03 .step_box > div:nth-child(6) .line span.right {
        display: block;
        transform: rotate(90deg);
        left: calc(50% - 42px);
        top: 30px;
        width: 83px;
    }
    .business .sec03 .step_box > div:nth-child(7) .line span.left {
        left: 0;
    }
    .business .sec03 .step_box > div:nth-child(7) .line span.right {
        display: none;
    }
}
@media screen and (max-width: 380px) {
    .business .sec01 .grid > div {
        min-height: 165px;
    }
}