#wrap { z-index: 5; }

/* section */
section {padding: 5vw 0;}
section >* { z-index: 3; }
section .title_box {padding-bottom: 3vw;}
section .entit {font-family: "Figtree", sans-serif;font-size: 140px;line-height: .8;display: flex;color: #d9dfe6;letter-spacing: -3px;font-weight: 500;flex-direction: column;align-items: flex-start;margin-bottom: 10px;}
section .entit span{font-family: "Figtree", sans-serif;font-size: 140px;line-height: 1;color: var(--primary);letter-spacing: -3px;font-weight: 500;margin-left: -3px;}
section .h2title_box  {font-size: 20px;font-weight: 500;line-height: 2;margin-bottom: 50px;}
section .clip { margin: auto; width: 100%; }
section .clip img { height: 100%; }
section .clip iframe { width: 100%; height: 100%; top: 0; left: 0; }
section .clip video { width: auto; height: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); }

/* product_area */
#product_area .workframe{width: min(90%, 1420px);}
#product_area .titbox{margin:0 15px;}
#product_area .titbox p{bottom:0;right: 50px;width: min(100%, 450px);word-break: keep-all;font-size: 15px;line-height: 2;}
#product_area .bg_box {z-index:-2}
#product_area .top-fv__borders { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; z-index: 2; }
#product_area .top-fv__borders span {position: absolute;background-color: #f6f8fb;}
#product_area .top-fv__borders span:nth-child(1) { left: 13.5vw; top: 0; height: 100%; width: 1px; }
#product_area .top-fv__borders span:nth-child(2) {left: 32vw;top: 0;height: 100%;width: 1px;}
#product_area .top-fv__borders span:nth-child(3) {left: 50.5vw;top: 0;height: 100%;width: 1px;}
#product_area .top-fv__borders span:nth-child(4) {left: 69vw;top: 0;height: 100%;width: 1px;}
#product_area .top-fv__borders span:nth-child(5) { left: 86.5vw; top: 0; height: 100%; width: 1px; }
#product_area .top-fv__borders span:nth-child(6) { top: 20%; left: 0; width: 100%; height: 1px; }
#product_area .top-fv__borders span:nth-child(7) { top: 50%; left: 0; width: 100%; height: 1px; }
#product_area .top-fv__borders span:nth-child(8) { top: 80%; left: 0; width: 100%; height: 1px; }
#product_area .top-fv__borders span::after {content: '';position: absolute;top: 0;left: 0;background-color: #4c90ce;opacity: 0.8;}
#product_area .top-fv__borders span:nth-child(-n+5)::after { width: 100%; height: 30px; animation: borderDrop 4s linear infinite; }
#product_area .top-fv__borders span:nth-child(2)::after { animation-delay: 1s; }
#product_area .top-fv__borders span:nth-child(4)::after { animation-delay: 2.5s; }
#product_area .top-fv__borders span:nth-child(n+6)::after { height: 100%; width: 100px; animation: borderSlide 6s linear infinite; }
@keyframes borderDrop {  0% { top: -100px; opacity: 0; }  50% { opacity: 1; }  100% { top: 100%; opacity: 0; }}
@keyframes borderSlide {  0% { left: -100px; opacity: 0; }  50% { opacity: 1; }  100% { left: 100%; opacity: 0; }}

/* product_list */
#product_list li{margin:0 13px}
#product_list li .clip {aspect-ratio: 1/1;}
#product_list li .info_box {padding: 15px;position: relative;overflow: hidden;}
#product_list li .info_box .h3 {height: auto;font-size: 19px;font-family: 'Arimo';font-weight: 600;}
#product_list li:hover .info_box .h3, #product_list li.slick-current .info_box .h3{color:var(--primary)}
#product_list li .info_box p {font-size: 14px;font-weight: 400;color: #504f4f;font-family: 'Arimo', 'Noto Sans TC';margin: 4px 0 10px;}
#product_list li .info_box a.cate {margin-right: 2px;font-size: 15px;display: inline-block;background: #e3e8ef;font-family: 'Arimo';padding: 6px 20px;border-radius: 50px;height: auto;}
#product_list li .info_box b{right: -40px;bottom: 20px;opacity: 0;}
#product_list li:hover .info_box b, #product_list li.slick-current .info_box b{right:20px;opacity:1}
#product_list li .info_box b svg{fill:var(--primary)}
#product_list li .info_box b svg{width:15px;height:15px;}
#product_area .arrowBox {right: -7.5%;z-index: 10;bottom: 0;display: flex;justify-content: space-between;width: 115%;}
#product_area .arrowBox a{background: var(--primary);width: 55px;aspect-ratio: 1/1;border-radius: 50px;display: inline-flex !important;align-items: center;justify-content: center;top: -250px;}
#product_area .arrowBox a svg{width:15px;height:15px}
#product_area .arrowBox a#product_prev svg{transform:scaleX(-1);}
#product_area .arrowBox a#product_next{right:0}
#product_area .arrowBox a:hover{background: var(--secondary);}

/* about_area */
#about_area{padding-bottom: 10vw;}
#about_area .topbox{display:grid;grid-template-columns: 50% 42%;align-items: end;justify-content: space-between;margin-bottom: 7vw;}
#about_area .topbox .subtitle_box {color:#d9dfe6;font-family: "Arimo", sans-serif;font-size: 30px;font-weight: 500;margin-bottom: 26px;}
#about_area .topbox .title_box {display:flex;flex-direction: column;margin-left: 15px;color: #4c90ce;font-size: 140px;font-family: "Figtree", sans-serif;line-height: 1;letter-spacing: -3px;font-weight: 500;gap: 5px;padding: 0;}
#about_area .topbox .title_box span{font-family: "Figtree", sans-serif;font-size: 140px;line-height: 1;margin-left: 110px;color: #d9dfe6;letter-spacing: -3px;font-weight: 500;}
#about_area .about_info .pageh1 {font-size:20px;line-height: 2;font-weight: 500;letter-spacing: 1px;margin-bottom: 15px;}
#about_area .about_info p{text-align:justify;margin-bottom: 35px;line-height: 2;}
#about_area .track{width:100vw;max-width:100%;overflow:hidden;white-space:nowrap;bottom: 27%;z-index: -14;}
#about_area .track p{font-weight: 400;font-size: 120px;margin:0;letter-spacing: -3px;line-height: 1.5;will-change:transform;animation: marquee 35s linear infinite;font-family: 'Figtree';color: white;font-weight: 400;}
#about_area .track p svg{vertical-align: baseline;}

@keyframes marquee{from{transform:translateX(0);}to{transform:translateX(-50%);}}

/* custom_area */
#custom_area .parallax_svg { --parallax_wave: color-mix(in srgb, var(--secondary) 80%, white); }
#custom_area .parallax_svg.top { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 64' preserveAspectRatio='none'%3E%3Cpath d='M1440 64V16.67c-90 24.285-138.35 6.45-203.49-2.259-59.67-7.998-119.29 10.198-179.14 5.869-78.82-5.09-135.28-41.99-217.6-1.58C797.82 34.596 776 42.875 718.33 38.326c-164.07-15.317-329.57 33.862-490.92 5.169C150.6 31.857 79.33-8.834 0 16.62V64h1440z' fill='black'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 64' preserveAspectRatio='none'%3E%3Cpath d='M1440 64V16.67c-90 24.285-138.35 6.45-203.49-2.259-59.67-7.998-119.29 10.198-179.14 5.869-78.82-5.09-135.28-41.99-217.6-1.58C797.82 34.596 776 42.875 718.33 38.326c-164.07-15.317-329.57 33.862-490.92 5.169C150.6 31.857 79.33-8.834 0 16.62V64h1440z' fill='black'/%3E%3C/svg%3E"); }
#custom_area .parallax_svg.bottom { -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 64' preserveAspectRatio='none'%3E%3Cpath d='M0 0v47.33c90-24.285 138.35-6.45 203.49 2.259 59.67 7.998 119.29-10.198 179.14-5.869 78.82 5.09 135.28 41.99 217.6 1.58C642.18 29.403 664 21.125 721.67 25.674c164.07 15.317 329.57-33.862 490.92-5.169C1289.4 32.143 1360.67 72.834 1440 47.38V0H0z' fill='black'/%3E%3C/svg%3E"); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 64' preserveAspectRatio='none'%3E%3Cpath d='M0 0v47.33c90-24.285 138.35-6.45 203.49 2.259 59.67 7.998 119.29-10.198 179.14-5.869 78.82 5.09 135.28 41.99 217.6 1.58C642.18 29.403 664 21.125 721.67 25.674c164.07 15.317 329.57-33.862 490.92-5.169C1289.4 32.143 1360.67 72.834 1440 47.38V0H0z' fill='black'/%3E%3C/svg%3E"); }
#custom_area ul li >div { margin: auto; width: 70% }
#custom_area ul li .clip { width: 250px; height: 250px; -webkit-clip-path: url(#clip_custom); clip-path: url(#clip_custom); }
#custom_area ul li h3 { margin: 10px 0 5px; font-size: 20px; }
#custom_area ul li article { font-weight: 300; font-size: 14px; overflow: hidden; margin: 10px 0 60px; height: 66px; text-align: center; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

/* news_area */
#news_area .workframe{width: min(95%, 1770px);margin-right: 0;display: grid;justify-content: space-between;grid-template-columns: 32% 58%;}
#news_area .tit{display:flex;flex-direction: column;justify-content: space-between;}
#news_area .tit p{font-size: 15px;position: relative;padding-left: 190px;}
#news_area .tit p:before{content:'';width: 80px;height: 5px;background: var(--primary);position: absolute;top: 11px;left: 70px;}
#news_area .tit .more{text-align:end;}
#news_area .top-solution { padding: 100px 0; background: #F5F5F5; color: #334155; position: relative; z-index: 20; border-top: 1px solid rgba(255,255,255,0.05); }
#news_area .top-solution .c-sec__title { color: #1e293b; } /* Dark title for light background */
#news_area .top-solution .c-text { color: #64748b; }

#news_area .top-solution-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid #cbd5e1; }
#news_area .top-solution-list > li {border-bottom: 1px solid #e6e6e6;transition: all 0.4s ease;position: relative;padding-right: 12%;padding: 50px 12% 50px 0;}
#news_area .top-solution-list > li >a{z-index:2}
#news_area .top-solution-list__row {display: grid;justify-content: space-between;gap: 200px;align-items: center;grid-template-columns: 1fr 19px;}
#news_area .top-solution-list__row svg{width:15px;height: 15px;fill: #8e8e8e;}
#news_area .top-solution-list > li:hover .top-solution-list__row svg{fill:var(--primary)}
#news_area .top-solution-list__left {display: grid;align-items: center;gap: 10px;grid-template-columns: 130px 275px 1fr;}
#news_area .top-solution-list__num {font-size: 54px;display: flex;flex-direction: column;font-family: 'Arimo';font-weight: 400;letter-spacing: -3px;line-height: 1.3;}
#news_area .top-solution-list__num .u-en {line-height: 1;letter-spacing: -1px;font-family: 'Arimo';font-size: 19px;display: flex;align-items: center;justify-content: space-between;}
#news_area .top-solution-list__num .u-en a{font-size:15px;display: inline-block;letter-spacing: 0;margin-right: 8px;}
#news_area .top-solution-list__title { font-size: 1.8rem; font-weight: 700; color: #1e293b; letter-spacing: 0.05em; flex: 1; }
#news_area .top-solution-list__media {flex-shrink: 0;opacity: 0;transition: opacity 0.3s;position: relative;display: flex;align-items: center;}

#news_area .top-solution-list > li:hover .top-solution-list__media { opacity: 1; }
#news_area .top-solution-list__media img {width: 100%;height: 160px;object-fit: cover;transition: unset;will-change: transform;position: absolute;transform: rotate(5deg);}
#news_area .top-solution-list__right .c-text { margin-bottom: 0; font-size: 0.95rem; color: #64748b; }
#news_area li .h3{height:auto;-webkit-line-clamp: 2;font-weight: 500;}
#news_area li:hover .h3{color:var(--primary)}

/* book_area */
#book_area li h3 { margin-top: 10px; height: 30px; font-size: 18px; }

/* photo_area */
#photo_area .item {width: 260px;height: 200px;}
#photo_area .item img {height: 100%;object-fit: cover;}

@media screen and (max-width: 1680px) {
	#news_area .top-solution-list__row{gap: 100px;}
}
@media screen and (max-width: 1440px) {
    #about_area .topbox .title_box span{margin-left: 50px;font-size: 130px;}
    #about_area .topbox .title_box, section .entit, section .entit span{font-size:130px;}
}
@media screen and (max-width: 1280px) {
    #news_area .tit p{margin-top:40px;width: 45%;}
    #news_area .tit .more{margin-top: -57px;}
    #news_area .tit img{height: 140px;}
    #news_area .tit{width:90%}
    #news_area .workframe{width:90%;display: flex;flex-direction: column;gap: 30px;}
    #product_area .arrowBox{right: -15px;width: calc(100% + 30px);}
    #product_area .arrowBox a{top: -320px;}
    #about_area .topbox{margin-bottom: 13vw;}
    #about_area .topbox .title_box span, #about_area .topbox .title_box, section .entit, section .entit span{font-size:100px;}
    #about_area .about_info p{font-size:15px;}
}
@media screen and (max-width: 1024px) {
    #about_area{padding-bottom: 17vw;}
	#about_area .topbox{display:flex;flex-direction: column;align-items: flex-start;gap: 30px;}
}
@media screen and (max-width: 980px) {
	section .clip img{height: auto;}
    #news_area .top-solution-list__media{position:relative;left: 40%;top: -50px;}
    #news_area .tit p{width: 100%;padding: 0;}
    #news_area .tit .more{margin-top: 29px;text-align: left;}
    #news_area li .h3{grid-column: 1 / 3;}
    #product_area .titbox p, #news_area .tit p:before{display:none;}
    #product_area .top-fv__borders span:nth-child(4), #product_area .top-fv__borders span:nth-child(5){display:none;}
    #product_area .top-fv__borders span:nth-child(2){left:50vw}
    #product_area .top-fv__borders span:nth-child(3){left: 83.5vw;}
    #about_area{padding-bottom: 28vw;}
    #about_area .topbox{padding-bottom: 10vw;}
	section { padding: 10vw 0;  }
}
@media screen and (max-width: 760px) {
    #about_area .topbox .title_box span, #about_area .topbox .title_box, section .entit, section .entit span{font-size: 70px;}
    #about_area .topbox .title_box span{margin: 0;}
	#about_area #about_img { width: 80vw; }
	#about_area .about_sub_2 { bottom: 60vw; }
	 #news_area .top-solution-list__num .u-en{display:flex;justify-content: flex-start;gap: 20px;}
    #news_area li .h3{grid-column: unset;}
	#news_area .top-solution-list__row{gap: 50px;}
    #news_area .top-solution-list__left{grid-template-columns: 1fr;}
	#news_area li .row { margin: auto; width: 280px; }
}