/* aos */
[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos]{ transition: all 1.5s !important; }

/* ���섏씠吏� �ㅻ퉬寃뚯씠�� */
#fp-nav{ position: absolute; top: 50%; right: 45px !important; transform: translateY(-50%); margin-top: 0 !important; transition: all 1s; }
#fp-nav ul, .fp-slidesNav ul{ display: flex; flex-direction: column; align-items: center; }
#fp-nav ul li, .fp-slidesNav ul li{ margin: 0; text-align: center; }
#fp-nav ul li:not(:last-of-type), .fp-slidesNav ul li:not(:last-of-type){ margin-bottom: 30px; }
#fp-nav ul li a span, .fp-slidesNav ul li a span{ width: 6px; height: 6px; background: rgba(255, 255, 255, 0.3); margin: 0; transform: translate(-50%, -50%); }
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span{ width: 10px; height: 10px; background: #fff; margin: 0; }
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span{ width: 6px; height: 6px; margin: 0; }

#fp-nav.scroll ul li a span, .fp-slidesNav.scroll ul li a span{ background: rgba(198, 198, 198, 0.3); }
#fp-nav.scroll ul li a.active span, .fp-slidesNav.scroll ul li a.active span, #fp-nav.scroll ul li:hover a.active span, .fp-slidesNav.scroll ul li:hover a.active span{ background: var(--mainColor); }

#fp-nav ul li:last-of-type{ display: none; }

#fp-nav.opacity{ opacity: 0; visibility: hidden; }

/* common (怨듯넻) */
.section{ overflow: hidden; }
.section:not(.white) *{ color: #fff; }
.padding-top{ padding-top: 98px; }

.hexagon-svg{ display: inline-block; position: relative;  }
.hexagon-svg svg{ max-width: 100%; height: auto; }
.hexagon-svg svg path{ stroke-dasharray: 600; stroke-dashoffset: 0; }
.hexagon-svg span{ position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); }
.hexagon-svg a{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; }
.hexagon-svg:hover svg path{ animation: hexagon 1.5s forwards; }

@keyframes hexagon{
	0%{ stroke-dashoffset: 600; }
	100%{ stroke-dashoffset: 0; }
}

.title-box{ text-align: center; color: #fff; } 
.title-box h3{ font-family: var(--Montserrat); font-size: 4rem; font-weight: 700; text-transform: uppercase; }
.title-box p{ font-size: 1.8rem; font-weight: 400; letter-spacing: -0.02em; margin-top: 20px; }
.white .title-box{ color: #000; }

.tab-menu ul{ display: flex; }
.tab-menu ul li{ font-size: 1.8rem; font-weight: 600; color: #999; padding: 5px 25px; position: relative; transition: all 1s; cursor: pointer; }
.tab-menu ul li::before{ content: ""; width: calc(100% - 50px); height: 4px; background: #000; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%) scaleX(0); transform-origin: left; transition: all 0.8s; }
.tab-menu ul li::after{ content: ""; width: 4px; height: 4px; background: #999; border-radius: 50%; position: absolute; top: 50%; right: -2px; transform: translateY(-50%); }  
.tab-menu ul li:last-of-type::after{ display: none; }
.tab-menu ul li.on{ color: #000; }
.tab-menu ul li.on::before{ transform: translateX(-50%) scaleX(1); }
.tab-menu ul li:hover{ color: #000; }
.tab-menu ul li:hover::before{ transform: translateX(-50%) scaleX(1); }

@media screen and (max-height: 800px){
	/* 怨듯넻 */
	.w1730{ padding-right: 20px; }
	.section:not(.none){ padding: 100px 0; }
}

@media screen and (max-width: 1900px){
	/* ���섏씠吏� �ㅻ퉬寃뚯씠�� */
	#fp-nav{ right: 20px !important; }
	
	/* 怨듯넻 */
	.w1730{ padding-right: 50px; }
}

@media screen and (max-width: 1600px){
	/* 怨듯넻 */
	.padding-top{ padding-top: 88px; }
}

@media screen and (max-width: 1250px){
	/* 怨듯넻 */
	.padding-top{ padding-top: 78px; }

	.title-box h3{ font-size: 3.5rem; }
	.title-box p{ margin-top: 10px; }
}

@media screen and (max-width: 1201px){
	/* 怨듯넻 */
	.w1730{ padding-right: 20px; }
	.padding-top{ padding-top: 0; }
	.section:not(.none){ padding: 100px 0; }
}

@media screen and (max-width: 900px){
	/* 怨듯넻 */
	.title-box h3{ font-size: 3rem; }
}

@media screen and (max-height: 800px){
	.padding-top{ padding-top: 0; }
}


/* visual */
#visual{ position: relative; }
#visual .visual{ overflow: hidden; }
#visual .bg{ height: 100vh; transform: scale(1.2); }
#visual .bg1{ background: url("https://binishop.iwinv.net/sample/17/img/main/visual01.jpg") no-repeat center center / cover; }
#visual .bg2{ background: url("https://binishop.iwinv.net/sample/17/img/main/visual02.jpg") no-repeat center center / cover; }
#visual .bg3{ background: url("https://binishop.iwinv.net/sample/17/img/main/visual03.jpg") no-repeat center center / cover; }
#visual .bg4{ background: url("https://binishop.iwinv.net/sample/17/img/main/visual04.jpg") no-repeat center center / cover; }

#visual  .slick-active .bg{ animation: imgScale 1.5s forwards; }

@keyframes imgScale{
	0%{ transform: scale(1.2); }
	100%{ transform: scale(1); }
}

#visual .paging{ position: absolute; bottom: 80px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; padding: 0 50px; }
#visual .paging > button{ width: 30px; height: 30px; background: none; border: none; position: absolute; top: 61%; transform: translateY(-50%); }
#visual .paging > button.prev{ left: 0; }
#visual .paging > button.prev::after{ content: url("https://binishop.iwinv.net/sample/17/img/main/visual_prev.svg"); }
#visual .paging > button.next{ right: 0; }
#visual .paging > button.next::after{ content: url("https://binishop.iwinv.net/sample/17/img/main/visual_next.svg"); }
#visual .slick-dots{ display: flex; justify-content: center; }
#visual .slick-dots li{ width: 13px; height: 13px; background: transparent; border: 1px solid #fff; border-radius: 50%; transition: all 0.8s; will-change: width, background; }
#visual .slick-dots li:not(:last-of-type){ margin-right: 14px; }
#visual .slick-dots li.slick-active{ width: 40px; background: #fff; border-radius: 20px; }
#visual .slick-dots li button{ display: none; }

#visual .text-box{ position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); text-align: center; }
#visual .text-box ul li .overflow{ overflow: hidden; }
#visual .text-box ul li h2{ font-size: 9rem; font-weight: 700; opacity: 0; transform: translateY(50px); }
#visual .text-box ul li p{ font-size: 2rem; font-weight: 500; letter-spacing: -0.02em; margin: 30px 0 40px; opacity: 0; transform: translateY(50px); }
#visual .text-box ul li .hexagon-svg{ opacity: 0; transform: translateY(50px); }
#visual .text-box ul li .hexagon-svg span{ font-family: var(--Montserrat); font-size: 1.5rem; font-weight: 700; letter-spacing: -0.02em; text-transform: uppercase; }
#visual .text-box ul li .hexagon-svg span::after{ content: "▶"; margin-left: 15px; }

#visual .text-box.animated ul li h2{ animation: textUp 1.5s both; } 
#visual .text-box.animated ul li p, #visual .text-box.animated ul li .hexagon-svg{ animation: textUp 1.5s both; }
#visual .text-box.animated ul li p{ animation-delay: 0.4s; }
#visual .text-box.animated ul li .hexagon-svg{ animation-delay: 0.6s; } 

@keyframes textRight{ 
	0%{ opacity: 0; transform: translateX(100%); }
	100%{ opacity: 1; transform: translateX(0); }
}

@keyframes textUp{ 
	0%{ opacity: 0; transform: translateY(50px); }
	100%{ opacity: 1; transform: translateY(0); }
}
 
#visual .scroll-down{ position: absolute; bottom: 0; left: 0; right: 0; pointer-events: none; }
#visual .scroll-down > div{ display: flex; }
#visual .scroll-down .scroll{ width: 1px; height: 125px; background: rgba(255, 255, 255, 0.2); overflow: hidden; }
#visual .scroll-down .bar{ width: 100%; height: 35px; background: #fff; position: relative; animation: scroll-down 2s infinite; }
#visual .scroll-down p{ font-size: 1.4rem; font-weight: 500; padding-left: 12px; opacity: 0; margin-top: -2px; transition: all 1s; }

#visual .scroll-down.animated p{ opacity: 1; }

@keyframes scroll-down{ 
	0%{ opacity: 1; top: 0; }
	100%{ opacity: 0; top: 100%; }
}

@media screen and (max-width: 1600px){
	#visual .text-box ul li h2{ font-size: 7rem; }
	#visual .text-box ul li p{ margin: 20px 0 30px; }
}

@media screen and (max-width: 1200px){
	#visual .text-box ul li h2{ font-size: 6rem; }

	#visual .paging{ bottom: 40px; }
}

@media screen and (max-width: 900px){
	#visual .text-box ul li h2{ font-size: 4rem; padding: 0; }
}

@media screen and (max-width: 640px){
	#visual .bg1{ background: url("https://binishop.iwinv.net/sample/17/img/main/visual_m01.jpg") no-repeat center center / cover; }
	#visual .bg2{ background: url("https://binishop.iwinv.net/sample/17/img/main/visual_m02.jpg") no-repeat center center / cover; }
	#visual .bg3{ background: url("https://binishop.iwinv.net/sample/17/img/main/visual_m03.jpg") no-repeat center center / cover; }
	#visual .bg4{ background: url("https://binishop.iwinv.net/sample/17/img/main/visual_m04.jpg") no-repeat center center / cover; }
}


/* performance */
#performance{ background: url("https://binishop.iwinv.net/sample/17/img/main/performance_bg.jpg") no-repeat center center / cover; }
#performance .title-box{ margin-bottom: 80px; }
#performance ul{ display: flex; position: relative; z-index: 10; }
#performance ul::before{ content: ""; width: 100vw; height: 1px; background: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#performance ul li{ width: calc((100% - 90px) / 4); text-align: center; position: relative; }
#performance ul li::before, #performance ul li::after{ content: ""; position: absolute; top: 50%; left: 50%; z-index: 30; transform: translate(-50%, -50%); transition: all 1s; }
#performance ul li::before{ width: 100%; height: 1px; background: var(--mainColor); opacity: 0; }
#performance ul li::after{ width: 10px; height: 10px; border-radius: 50%; background: #fff; }
#performance ul li:not(:last-of-type){ margin-right: 30px; }
#performance ul li svg{ width: 100%; height: auto; fill: transparent; transition: all 0.3s; }
#performance ul li svg path{ transition: inherit; }
#performance ul li dl{ position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); }
#performance ul li dl *{ transition: color 0.5s; } 
#performance ul li dt{ font-size: 2.5rem; font-weight: 700; margin-bottom: 75px; }
#performance ul li dt strong{ display: inline-block; font-family: var(--Montserrat); font-size: 7rem; margin-right: 15px; }
#performance ul li dt strong.margin-left{ margin-left: 15px; }
#performance ul li dd p{ font-size: 2.8rem; font-weight: 600; letter-spacing: -0.02em; margin-bottom: 15px; }
#performance ul li dd span{ font-size: 1.5rem; font-weight: 400; letter-spacing: -0.02em; }

#performance ul li:hover .svg{ animation: rotate 7s linear infinite; }
#performance ul li:hover svg{ fill: rgba(255, 255, 255, 0.8); }
#performance ul li:hover svg path{ stroke: var(--mainColor); }
#performance ul li:hover dl *{ color: var(--mainColor); }
#performance ul li:hover::after{ background: var(--mainColor); }

@keyframes rotate{
	100%{ transform: rotate(360deg); }
}

@keyframes rotate2{
	100%{ transform: translate(-50%, -50%) rotate(-360deg); }
}

@media screen and (max-width: 1900px){
	#performance ul::before{ left: calc(50% + 25px); } 
}

@media screen and (max-width: 1700px){
	#performance ul li dt{ margin-bottom: 50px; }
	#performance ul li dt strong{ font-size: 6rem; }
	#performance ul li dd p{ font-size: 2.5rem; }
}

@media screen and (max-width: 1600px){
	#performance ul li dt{ font-size: 2.2rem; }
	#performance ul li dt strong{ font-size: 5rem; }
	#performance ul li dd p{ font-size: 2.2rem; }
}

@media screen and (max-width: 1350px){
	#performance ul li{ width: calc((100% - 60px) / 4); }
	#performance ul li:not(:last-of-type){ margin-right: 20px; }
}

@media screen and (max-width: 1250px){
	#performance ul li dt{ font-size: 2rem; }
	#performance ul li dt strong{ font-size: 4rem; margin-right: 10px; }
	#performance ul li dt strong.margin-left{ margin-left: 10px; }
	#performance ul li dd p{ font-size: 2rem; margin-bottom: 5px; }
}

@media screen and (max-width: 1201px){
	#performance ul{ flex-wrap: wrap; justify-content: center; margin-bottom: -30px; }
	#performance ul::before{ top: calc((100% - 60px) / 4); left: calc(50% - 10px); }
	#performance ul::after{ content: ""; width: 100vw; height: 1px; background: #fff; position: absolute; bottom: calc((100% + 60px) / 4); left: calc(50% - 10px); z-index: -1; transform: translate(-50%, -50%); }
	#performance ul li{ max-width: 400px; width: calc((100% - 30px) / 2); margin-bottom: 30px; }
	#performance ul li:not(:last-of-type){ margin-right: 30px; }
	#performance ul li:nth-of-type(2n){ margin-right: 0; }
}

@media screen and (max-width: 700px){
	#performance .title-box{ margin-bottom: 50px; } 

	#performance ul::before{ top: calc((100% - 20px) / 4); }
	#performance ul::after{ bottom: calc((100% + 20px) / 4); }
	#performance ul li{ width: calc((100% - 15px) / 2); margin-bottom: 10px; }
	#performance ul li:not(:last-of-type){ margin-right: 15px; }
	#performance ul li:nth-of-type(2n){ margin-right: 0; }
	#performance ul li dt{ font-size: 1.8rem; margin-bottom: 40px; }
	#performance ul li dt strong{ font-size: 3rem; }
	#performance ul li dd p{ font-size: 1.8rem; }
}


/* network */
#network{ background: url("https://binishop.iwinv.net/sample/17/img/main/network_bg.jpg") no-repeat center center / cover; }
#network .flex-box{ display: flex; justify-content: space-between; }

#network .text-box{ width: 34%; position: relative; }
#network .title-box{ text-align: left; margin-bottom: 70px; }
#network .title-box h3{ font-size: 7rem; position: relative; }
#network .title-box h3::before{ content: url("https://binishop.iwinv.net/sample/17/img/main/hexagen-after.svg"); position: absolute; top: -60px; left: -70px; }
#network .title-box p{ font-size: 1.6rem; line-height: 1.5; margin-top: 25px; }
#network .text-box ul{ display: flex; flex-wrap: wrap; gap: 15px; }
#network .text-box ul li{ display: flex; justify-content: center; align-items: center; max-width: 125px; width: calc((100% - 45px) / 4); height: 50px; background: transparent; border: 1px solid #fff; border-radius: 5px; font-size: 1.5rem; font-weight: 400; letter-spacing: -0.02em; transition: all 1s; cursor: pointer; }
#network .text-box ul li:hover, #network .text-box ul li.on{ background: #fff; color: var(--mainColor); font-weight: 600; }
#network .text-box .map{ position: absolute; top: 50%; right: 0; transform: translate(100%, 0); opacity: 0; transition: all 2s; }
#network .text-box .map img{ max-height: calc(100vh - 150px); }

#network .slide-box{ width: 35.6%; }
#network .slide-box .column-wrap{ overflow: hidden; }

#network .slide-box .row figure{ width: 100%; position: relative; overflow: hidden; padding-bottom: 71%; border-radius: 10px; }
#network .slide-box .row figure img{ width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#network .slide-box .row p{ font-size: 2.1rem; font-weight: 600; letter-spacing: -0.02em; margin-top: 25px; }

#network .slide-box .row-wrap{ overflow: hidden; outline: none; }
#network .slide-box .row-wrap > button{ width: 74px; height: 74px; background: rgba(0, 0, 0, 0.5); border: none; position: absolute; top: calc(71% / 2); z-index: 10; transform: translateY(20%); padding: 0; text-indent: -1000px; overflow: hidden; }
#network .slide-box .row-wrap > button::before{ width: 11px; height: 19px; position: absolute; top: 50%; transform: translate(-50%, -50%); z-index: 20; }
#network .slide-box .row-wrap > button.slick-prev{ left: 1px; clip-path: ellipse(50% 50% at 25% 50%); }
#network .slide-box .row-wrap > button.slick-prev::before{ content: ""; left: 30%; background: url("https://binishop.iwinv.net/sample/17/img/main/network_prev.svg") no-repeat center center / auto; }
#network .slide-box .row-wrap > button.slick-next{ right: 1px; clip-path: ellipse(50% 50% at 75% 50%); }
#network .slide-box .row-wrap > button.slick-next::before{ content: ""; left: 70%; background: url("https://binishop.iwinv.net/sample/17/img/main/network_next.svg") no-repeat center center / auto; }

#network .slide-box .row-wrap .slick-dots{ position: absolute; top: 81%; left: 50%; transform: translateX(-50%); display: flex; justify-content: center; }
#network .slide-box .row-wrap .slick-dots li{ width: 10px; height: 10px; background: transparent; border: 1px solid #fff; border-radius: 50%; transition: all 1s; }
#network .slide-box .row-wrap .slick-dots li:not(:last-of-type){ margin-right: 25px; }
#network .slide-box .row-wrap .slick-dots li.slick-active{ background: #fff; }
#network .slide-box .row-wrap .slick-dots li button{ display: none; }

#network.active .text-box .map{ transform: translate(100%, -50%); opacity: 1; }

@media screen and (max-width: 1600px){
	#network .title-box{ margin-bottom: 40px; }
	#network .title-box h3{ font-size: 5.5rem; }
	#network .title-box p{ margin-top: 15px; }

	#network .slide-box .row p{ font-size: 2rem; margin-top: 15px; }
}

@media screen and (max-width: 1450px){
	#network .flex-box{ align-items: center; }

	#network .text-box{ width: 40%; }
	#network .text-box ul li{ width: calc((100% - 30px) / 3); }

	#network .slide-box{ width: 40%; }
}

@media screen and (max-width: 1250px){
	#network .text-box, #network .slide-box{ width: calc((100% - 80px) / 2); }

	#network .title-box h3{ font-size: 4.5rem; }

	#network .slide-box .row p{ font-size: 1.8rem; }
	#network .slide-box .row-wrap > button{ width: 65px; height: 65px; top: calc(68% / 2); }
}

@media screen and (max-width: 1000px){
	#network .flex-box{ flex-direction: column; } 
	#network .text-box, #network .slide-box{ width: 100%; }
	#network .text-box{ margin-bottom: 30px; }
}

@media screen and (max-width: 900px){
	#network .title-box h3{ font-size: 4rem; }
}

@media screen and (max-width: 601px){
	#network .text-box ul li{ max-width: 100%; }
}


/* client */
#client .tab-content{ margin-top: 30px; }
#client .tab-content .tab:not(:first-of-type){ display: none; }
#client .logo-slide{ display: flex; overflow: hidden; }
#client .logo-slide:not(:last-of-type){ margin-bottom: 20px; }
#client .logo-slide ul{ width: max-content; display: flex; }
#client .logo-slide ul li{ width: max-content; display: flex; justify-content: center; align-items: center; height: 100px; padding: 20px; border: 1px solid #DDD; border-radius: 10px; margin-right: 20px; }

/* �쇱そ�쇰줈 濡ㅻ쭅 */
#client .logo-slide.left ul.origin{ animation: 60s linear 0s infinite normal forwards running origin_left; }
#client .logo-slide.left ul.clone{ animation: 60s linear 0s infinite normal none running clone_left; }

@keyframes origin_left{
	0%{ transform: translateX(0); }
	50%{ transform: translateX(-100%); }
	50.01%{ transform: translateX(100%) }
	100%{ transform: translateX(0); }
}

@keyframes clone_left{
	0%{ transform: translateX(0); }
	100%{ transform: translateX(-200%) }
}

/* �ㅻⅨ履쎌쑝濡� 濡ㅻ쭅 */
#client .logo-slide.right ul.origin{ animation: 60s linear 0s infinite normal forwards running origin_right; }
#client .logo-slide.right ul.clone{ animation: 60s linear 0s infinite normal none running clone_right; }

@keyframes origin_right{
	0%{ transform: translateX(0); }
	50%{ transform: translateX(100%); }
	50.01%{ transform: translateX(-100%); }
	100%{ transform: translateX(0); }
}

@keyframes clone_right{
	0%{ transform: translateX(-200%) }
	100%{ transform: translateX(0); }
}

@media screen and (max-width: 1400px){
	#client .logo-slide ul li{ height: 80px; }
	#client .logo-slide ul li img{ max-height: 40px; }
	#client .tab-content{ margin-top: 20px; }
}

@media screen and (max-width: 1280px){
	#clients{ padding-bottom: 20px; }
	#clients .logo-slide{ padding: 30px 0; }
	#clients .logo-slide .logos:not(:last-of-type){ margin-bottom: 40px; }
	#client .logo-slide ul li{ height: 70px; padding: 15px; }
}

@media screen and (max-width: 1200px){
	#client .tab-menu{ margin-top: 30px; }
}

@media screen and (max-width: 800px){
	#client .tab-menu ul{ justify-content: center; }
	#client .tab-content{ margin-top: 10px; }
}


/* business */
#business{ background: url("https://binishop.iwinv.net/sample/17/img/main/business_bg.jpg") no-repeat center center / cover; position: relative; overflow: hidden; }
#business *{ text-align: center; }

#business .line, #business .line2{ transform: scaleY(0); transition-delay: 1s; }
#business .line, #business .line2, #business .line::before, #business .line::after, #business .line2::before, #business .line2::after{ width: 1px; height: calc(100vh - 98px); background: rgba(255, 255, 255, 0.2); position: absolute; top: 98px; transition: transform 1s; }
#business .line::before, #business .line::after, #business .line2::before, #business .line2::after{ content: ""; top: 0; }
#business .line{ left: calc((100vw - 1730px) / 2); transform-origin: top; }
#business .line2{ right: calc((100vw - 1730px) / 2); background: transparent;  transform-origin: bottom; }
#business .line2::before{ left: calc((1730px / 4) * -3); }
#business .line::before{ left: calc(1730px / 2); }
#business .line2::after{ right: calc(1730px / 4); }
#business .line::after{ left: 1730px; }

#business .text-box h4{ font-size: 5rem; font-weight: 600; letter-spacing: -0.02em; margin: 60px 0 25px; }
#business .text-box p{ font-size: 1.8rem; font-weight: 400; letter-spacing: -0.02em; line-height: 1.2; }

#business .icon-list ul{ display: flex; margin-top: 70px; }
#business .icon-list ul li{ width: calc(100% / 4); position: relative; }
#business .icon-list .svg svg{ width: auto; height: auto; }
#business .icon-list .svg svg path{ stroke-dasharray: 600; stroke-dashoffset: 600; transition: unset; }
#business .icon-list ul li dt{ font-size: 3.4rem; font-weight: 600; letter-spacing: -0.02em; line-height: 1.2; margin: 30px 0 25px; }
#business  .icon-list ul li dd{ font-size: 1.7rem; font-weight: 300; letter-spacing: -0.02em; line-height: 1.5; }
#business .icon-list ul li a{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 30; }

#business.active .line, #business.active .line2{ transform: scaleY(1); transition-delay: 1s !important; }
#business.active .icon-list .svg svg path{ stroke-dashoffset: 0; transition: all 6s; }
#business.active .icon-list li:nth-of-type(1) .svg svg path{ transition-delay: 1s; }
#business.active .icon-list li:nth-of-type(2) .svg svg path{ transition-delay: 1.2s; }
#business.active .icon-list li:nth-of-type(3) .svg svg path{ transition-delay: 1.3s; }
#business.active .icon-list li:nth-of-type(4) .svg svg path{ transition-delay: 1.4s; }

@keyframes svg-icon{
	0%{ stroke-dashoffset: 0; }
	100%{ stroke-dashoffset: 600; }
}

@media screen and (max-width: 1900px){
	#business .line2{ right: 50px; }
}

@media screen and (max-width: 1770px){
	#business .line{ left: 20px; }
	
	#business .line::before{ left: calc((100vw - 70px) / 2); }
	#business .line::after{ left: calc(100vw - 70px); }
	#business .line2::before{ left: calc(((100vw - 70px) / 4)  * -3); }
	#business .line2::after{ right: calc((100vw - 70px) / 4) }
}

@media screen and (max-width: 1600px){
	#business .line, #business .line2, #business .line::before, #business .line::after, #business .line2::before, #business .line2::after{ height: calc(100vh - 88px); top: 88px; }
	#business .line::before, #business .line::after, #business .line2::before, #business .line2::after{ top: 0; }

	#business .text-box h4{ font-size: 4.5rem; margin: 30px 0 15px; }
	#business .icon-list ul li dt{ font-size: 2.5rem; margin: 20px 0 15px; }
}

@media screen and (max-width: 1250px){
	#business .line, #business .line2, #business .line::before, #business .line::after, #business .line2::before, #business .line2::after{ height: calc(100vh - 88px); top: 78px; }
	#business .line::before, #business .line::after, #business .line2::before, #business .line2::after{ top: 0; }

	#business .text-box h4{ font-size: 4rem; }
	#business .icon-list ul li dt{ font-size: 2.2rem; } 
}

@media screen and (max-width: 1200px){
	#business .icon-list .svg svg path{ transition: all 5s; } 
	#business.active .icon-list li:nth-of-type(1) .svg svg path{ transition-delay: 2s; }
	#business.active .icon-list li:nth-of-type(2) .svg svg path{ transition-delay: 2s; }
	#business.active .icon-list li:nth-of-type(3) .svg svg path{ transition-delay: 2s; }
	#business.active .icon-list li:nth-of-type(4) .svg svg path{ transition-delay: 2s; }
	
	#business .icon-list ul li.aos-animate{ transition-delay: unset !important; }
	#business .icon-list ul li.aos-animate .svg svg path{ stroke-dashoffset: 0; }
}

@media screen and (max-width: 1000px){
	#business .icon-list ul{ flex-wrap: wrap; margin-bottom: -30px; }
	#business .icon-list ul li{ width: calc(100% / 2); margin-bottom: 30px; }
	#business .icon-list ul li dl{ padding: 0 20px; }
}

@media screen and (max-width: 900px){
	#business .text-box h4{ font-size: 3rem; }
	#business .icon-list ul li dt{ font-size: 2rem; } 
}

@media screen and (max-width: 700px){
	#business .icon-list ul li br{ display: none; }  
}

@media screen and (max-width: 550px){
	#business br{ display: none; }  
}


/* project */
#project .title-box{ margin-bottom: 20px; } 
#project .tab-menu{ margin-bottom: 30px; }

#project .tab-content .tab:not(:first-of-type){ display: none; }
#project .project-wrap{ display: flex; flex-wrap: wrap; margin-bottom: -25px; }
#project .project{ width: calc((100% - 60px) / 4); margin-right: 20px; margin-bottom: 25px; position: relative; }
#project .tab .project-wrap .project:nth-of-type(4n){ margin-right: 0; }
#project .project figure{ width: 100%; position: relative; overflow: hidden; padding-bottom: 72%; }
#project .project figure img{ width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#project .project p{ font-size: 1.9rem; font-weight: 600; color: #fff; letter-spacing: -0.02em; position: absolute; bottom: 15px; left: 0; right: 0; padding: 0 25px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
#project .project a{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 20; }

@media screen and (max-width: 1600px){
	#project .project p{ font-size: 1.7rem; padding: 0 15px; }
}

@media screen and (max-width: 1250px){
	#project .tab-menu{ margin-bottom: 15px; }
}

@media screen and (max-width: 1200px){
	#project .project{ width: calc((100% - 40px) / 3); } 
	#project .tab .project-wrap .project:nth-of-type(4n){ margin-right: 20px; }
	#project .tab .project-wrap .project:nth-of-type(3n){ margin-right: 0; }
}

@media screen and (max-width: 850px){
	#project .tab-menu ul{ flex-wrap: wrap; margin-bottom: -10px; }
	#project .tab-menu ul li{ width: calc(100% / 4); padding: 5px 20px; text-align: center; margin-bottom: 10px; }
	#project .tab-menu ul li:nth-of-type(4n)::after{ display: none; }

	#project .project{ width: calc((100% - 20px) / 2); } 
	#project .tab .project-wrap .project:nth-of-type(3n){ margin-right: 20px; }
	#project .tab .project-wrap .project:nth-of-type(2n){ margin-right: 0; }
}

@media screen and (max-width: 600px){
	#project .tab-menu ul li{ width: calc(100% / 3); }
	#project .tab-menu ul li:nth-of-type(4n)::after{ display: block; }
	#project .tab-menu ul li:nth-of-type(3n)::after{ display: none; }
}


/* notice */
#notice .title-box{ margin-bottom: 80px; }
#notice .news-wrap .slick-list{ margin-right: -40px; }
#notice .news{ margin-right: 40px; position: relative; }

#notice .news .text{ padding: 25px 20px; }
#notice .news .text span{ display: flex; justify-content: center; align-items: center; width: 75px; height: 30px; font-family: var(--Poppins); font-size: 1.4rem; font-weight: 500; color: var(--mainColor); letter-spacing: 0.05em; text-transform: uppercase; border: 1px solid var(--mainColor); }
#notice .news .text h4{ font-size: 2.4rem; font-weight: 700; color: #111; letter-spacing: -0.02em; line-height: 1.5; margin: 25px 0 10px; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
#notice .news .text p{  font-size: 1.4rem; font-weight: 400; color: #666; letter-spacing: -0.02em; padding-left: 20px; position: relative; }
#notice .news .text p::before{ content: url("https://binishop.iwinv.net/sample/17/img/main/news_icon.svg"); position: absolute; top: 1px; left: 0; }
#notice .news figure{ width: 100%; position: relative; overflow: hidden; padding-bottom: 63%; margin-bottom: -5px; }
#notice .news figure img{ width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#notice .news a{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 20; }

#notice .news::before, #notice .news::after, #notice .news .text::before, #notice .news .text::after{ content: ""; background: var(--mainColor); position: absolute; z-index: 15; }
#notice .news::before, #notice .news::after{ width: 100%; height: 2px; left: 0; transition: all 0.5s 0s ease-out; transform: scaleX(0); }
#notice .news .text::before, #notice .news .text::after{ width: 2px; height: 100%; top: 0; transition: all 0.5s 0.5s ease-out; transform: scaleY(0); }
#notice .news::before{ top: 0; transform-origin: left; }
#notice .news::after{ bottom: 0; transform-origin: right; }
#notice .news .text::before{ left: 0; transform-origin: bottom; }
#notice .news .text::after{ right: 0; transform-origin: top; }

#notice .news:hover::before, #notice .news:hover::after, #notice .news:hover .text::before, #notice .news:hover .text::after{ transform: scale(1); }
#notice .news:hover::before, #notice .news:hover::after{ transition: all 0.5s 0s ease-out; }

#notice .btn-box{ display: flex; justify-content: space-between; align-items: center; margin-top: 40px; }
#notice .btn-box .slide-bar{ width: calc(100% - 142px); height: 4px; position: relative; }
#notice .btn-box .slide-bar div{ height: 100%; background: var(--mainColor); }
#notice .btn-box .slide-bar::before{ content: ""; width: 100%; height: 1px; background: #DDD; position: absolute; bottom: 0; left: 0; }
#notice .btn-box ul{ display: flex; }
#notice .btn-box ul li:not(:last-of-type){ margin-right: 7px; }
#notice .btn-box button{ width: 50px; height: 50px; border: none; background: none; position: relative; }
#notice .btn-box button::before{ content: ""; width: 100%; height: 100%; background: url("https://binishop.iwinv.net/sample/17/img/main/news_btn.svg") no-repeat center center / contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: all 0.8s; }
#notice .btn-box button.prev i{ transform: rotate(90deg); }
#notice .btn-box button.next i{ transform: rotate(-90deg); }

#notice .btn-box button.prev:hover::before{ transform: translate(-50%, -50%) rotateZ(-23deg); }
#notice .btn-box button.next:hover::before{ transform: translate(-50%, -50%) rotateZ(23deg); }

@media screen and (max-width: 1600px){
	#notice .title-box{ margin-bottom: 40px; }
	#notice .news .text h4{ font-size: 2.1rem; margin: 15px 0 5px; }
	#notice .btn-box{ margin-top: 20px; }
} 

@media screen and (max-width: 1400px){
	#notice .news-wrap .slick-list{ margin-right: -20px; }
	#notice .news{ margin-right: 20px; }
	#notice .news .text{ padding: 20px 15px; }
}

@media screen and (max-width: 1250px){
	#notice .news .text h4{ font-size: 2rem; }
}

@media screen and (max-width: 1200px){
	#notice.section{ padding-top: 0; }
}

@media screen and (max-width: 900px){
	#notice .news .text h4{ font-size: 1.8rem; }
}


/* company */
#company{ background: var(--mainColor); position: relative; }
#company  .bg{ pointer-events: none; }
#company .flex-box{ display: flex; justify-content: flex-end; }
#company .left{ width: 36.4%; position: relative; }
#company .left .bg{ width: calc(100% + ((100vw - 1730px) / 2)); height: 100vh; position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
#company .left img{ width: 100%; height: 100%; object-fit: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#company .left .bg p{ font-size: 1.6rem; font-weight: 600; color: #fff; letter-spacing: -0.02em; position: absolute; bottom: 55px; left: 0; right: 0; z-index: 20; padding: 0 50px; }

#company .right{ width: 63.6%; }
#company .right *{ color: #fff; }
#company .right .padding-top{ height: 100vh; }
#company .right .padding-top > div{ padding: 20px 0; padding-left: 107px; display: flex; align-items: center; }

#company .top{ height: 45%; }
#company .top .flex{ max-width: 740px; width: 100%; display: flex; justify-content: space-between; align-items: center; }
#company .top .text dl{ margin-bottom: 40px; }
#company .top .text dl dt{ font-size: 3.6rem; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 18px; }
#company .top .text dl dt span{ font-size: 1.6rem; }
#company .top .text dl dd{ font-size: 1.6rem; font-weight: 300; line-height: 1.85; letter-spacing: -0.02em; }
#company .top .text .hexagon-svg{ text-align: center; }
#company .top .text .hexagon-svg span{ font-family: var(--Montserrat); font-size: 1.4rem; font-weight: 700; top: 45%; }
#company .top .text .hexagon-svg span img{ margin-left: 15px; position: relative; top: 4px; }

#company .bottom{ height: 55%; }
#company .bottom{ position: relative; z-index: 10; text-align: center; }
#company .bottom .bg{ width: calc(100% + ((100vw - 1730px) / 2)); height: 100%; position: absolute; left: 1px; top: 0; z-index: -1; }
#company .bottom .bg img{ width: 100%; height: 100%; object-fit: cover; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#company .bottom .bottom-wrap{ width: 100%; }

#company .bottom .title{ margin-bottom: 20px; }
#company .bottom .title p{ font-size: 1.6rem; font-weight: 400; letter-spacing: -0.02em; }
#company .bottom .title h6{ font-size: 2.4rem; font-weight: 600; letter-spacing: -0.02em; }

#company .bottom .inner{ max-width: 850px; width: 100%; margin: 0 auto; }
#company .certify-wrap .slick-list{ margin-right: -45px; }
#company .certify{ margin-right: 45px; }
#company .certify figure{ width: 100%; position: relative; overflow: hidden; padding-bottom: 141%; margin-bottom: -5px; }
#company .certify figure img{ width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#company .certify p{ font-size: 1.4rem; font-weight: 400; letter-spacing: -0.02em; margin-top: 10px; }

#company .btn-box{ display: flex; justify-content: space-between; align-items: center; margin-top: 10px; }
#company .btn-box .slide-bar{ width: calc(100% - 155px); height: 1px; height: 1px; background: #aaa; }
#company .btn-box .slide-bar div{ height: 100%; background: var(--mainColor); }
#company .btn-box ul{ display: flex; }
#company .btn-box ul li:not(:last-of-type){ margin-right: 7px; }
#company .btn-box button{ width: 50px; height: 50px; border: none; background: none; position: relative; }
#company .btn-box button::before{ content: ""; width: 100%; height: 100%; background: url("https://binishop.iwinv.net/sample/17/img/main/company_btn.svg") no-repeat center center / contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: all 0.8s; }
#company .btn-box button.prev i{ transform: rotate(90deg); margin-left: -2px; }
#company .btn-box button.next i{ transform: rotate(-90deg); margin-right: -2px; }

#company .btn-box button.prev:hover::before{ transform: translate(-50%, -50%) rotateZ(-23deg); }
#company .btn-box button.next:hover::before{ transform: translate(-50%, -50%) rotateZ(23deg); }

@media screen and (max-height: 800px){
	#company .right .padding-top{ min-height: 900px; }
	#company .left .bg{ min-height: 900px; }
}

@media screen and (max-width: 1900px){
	#company .bottom .bg{ width: calc(100% + ((100vw - 1730px) / 2) + 70px); }
}

@media screen and (max-width: 1770px){
	#company .left .bg{ width: calc(100% + 20px); }
	#company .bottom .bg{ width: calc(100% + 50px); }
}

@media screen and (max-width: 1600px){
	#company .right .padding-top > div{ padding-left: 50px; }

	#company .top .text dl{ margin-bottom: 20px; }
	#company .top .text dl dt{ font-size: 3rem; }

	#company .bottom .title h6{ font-size: 2.2rem; }
}

@media screen and (max-width: 1250px){
	#company .top .text dl dt{ font-size: 2.5rem; }
	#company .top .text dl dt span{ font-size: 1.5rem; }
}

@media screen and (max-width: 1200px){
	#company.section{ padding: 0; }
	#company .flex-box{ flex-direction: column; align-items: center; }
	
	#company .left{ width: 100%; }
	#company .left .bg{ top: 0; left: -20px; width: 50%; height: 542px; transform: translate(0); }

	#company .right{ width: 100%; }
	#company .right .padding-top{ height: auto; }
	#company .right .padding-top > div{ padding: 60px 0; padding-left: 0; }
	#company .top{ justify-content: flex-end; }
	#company .top .flex{ max-width: 50%; flex-direction: column-reverse; }
	#company .top .flex .text{ margin-top: 30px; }

	#company .bottom .bg{ left: -20px; }
}

@media screen and (max-width: 700px){
	#company .left, #company .left .bg{ padding-bottom: 125%; }
	#company .left .bg{ width: calc((100% + 40px)); height: auto; }
	#company .left .bg img{  }

	#company .top .flex{ max-width: 100%;  }
}


/* inquiry */
#inquiry{ background: url("https://binishop.iwinv.net/sample/17/img/main/inquiry_bg.jpg") no-repeat center center / cover; }
#inquiry h4{ font-size: 5rem; font-weight: 600; color: #fff; line-height: 1.2; letter-spacing: -0.02em; text-align: center; padding: 55px 0; position: relative; margin: 50px 0 55px; }
#inquiry h4::before, #inquiry h4::after{ font-family: var(--Amita); position: absolute; left: 50%; }
#inquiry h4::before{ content: "｜"; top: 0; transform: translateX(-50%); }
#inquiry h4::after{ content: "｜"; bottom: 30px; transform: scale(-1) translate(50%, -50%); }

#inquiry .center{ text-align: center; }
#inquiry .center .hexagon-svg span{ font-size: 1.8rem; font-weight: 700; color: #fff; letter-spacing: -0.02em; }
#inquiry .center .hexagon-svg span::after{ content: "▶"; margin-left: 20px; font-size: 0.8rem; position: relative; top: -4px; }

@media screen and (max-height: 800px){
	#inquiry.section{ min-height: 800px; height: 100vh; }
}

@media screen and (max-width: 1600px){
	#inquiry h4{ font-size: 4rem; padding: 48px 0; }
}

@Media screen and (max-width: 1250px){
	#inquiry h4{ font-size: 3em; padding: 44px 0; margin: 40px 0 45px; }
}

@media screen and (max-width: 900px){
	#inquiry h4{ font-size: 2.5em; padding: 36px 0; margin: 30px 0 35px; }
}