#wrap { z-index: 5; }

/* section */
section {padding: 5vw 0;}
section >* { z-index: 3; }
section .title_box {font-size: 30px;color: #051838;letter-spacing: 1px;}
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{margin-top: -1px;padding-top: 1vw;display: flex;flex-direction: column;align-items: center;}
#product_area:after{content:'';position: absolute;width: 100%;height: 100%;background-image: url(/images/44/img-product-bottom.png);background-position: 50% 103%;background-repeat: no-repeat;background-size: contain;}
#product_area:before{content:'';background: #e7ebf3;width: 1px;height: 180px;display: block;margin: 0 auto;transform: translateY(-35px);}
#product_area .bg_box {background-size: contain;background-position: 50% 50%;background-repeat: no-repeat;width: 80%;left: unset;height: auto;aspect-ratio: 518/235;top: 10%;z-index: -1;opacity: .8;}
#product_area .title_box {color:#051837;font-size: 20px;word-spacing: 100vw;letter-spacing: 5.5px;line-height: 2.2;font-weight: 500;padding-bottom: 0;}
#product_area .entitle_box{font-family: "Poppins", sans-serif;font-size: max(14 * (1vw + 1vh) / 2, 45px);font-weight: 800;letter-spacing: 3px;background-image: linear-gradient(rgba(6, 31, 70, .08), rgb(4 4 4 / 35%)), url(/images/44/logistics-operations.jpg);background-position: center;background-size: cover;background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;line-height: 1.3;}
#product_area .air {margin-bottom: -60px;}
#product_area .air img{transform: translateX(-100px) translateY(-105px) rotate(-1deg);transform-origin:center;animation:productAirMove 6s ease-in-out infinite;will-change:transform;}
#product_area .workframe{width: min(85%, 1350px);position: relative;z-index: 6;}
#product_area .more{text-align:center;margin-top: 70px;}
#product_list{width:100%}
#product_list li .product_card{margin:20px;box-shadow: 0 0 20px rgb(0 0 0 / 5%);padding: 60px;border-radius: 30px;display: flex;flex-direction: column;align-items: center;gap: 20px;background: var(--lightbg);}
#product_list li .product_card:hover{margin-top:10px;}
#product_list li .clip{width: 75px;}
#product_list li .clip img{aspect-ratio:1/1;object-fit: contain;opacity: .5;}
#product_list li:hover .clip img{opacity:1}
#product_list li .info_box{gap: 15px;flex-direction: column;align-items: center;}
#product_list li .info_box .h3{font-size:20px;text-align: center;color: #051837;height: auto;font-weight: 500;letter-spacing: 0.08em;}
#product_list li .info_box p{text-align:center;-webkit-line-clamp: 2;height: auto;word-spacing: 100vw;}
#product_list .product_contro {display:flex;align-items: center;justify-content: space-between;width: 110%;left: -5%;}
#product_list .product_contro button{width:auto;padding: 0;border-radius: 0;background: transparent;position: absolute;bottom: 155px;cursor: pointer;}
#product_list .product_contro button.product_next  {right:0;transform: scaleX(-1);}
@keyframes productAirMove{0%{transform:translateX(-100px) translateY(-105px) rotate(-1deg);}50%{transform:translateX(-65px) translateY(-118px) rotate(1deg);}100%{transform:translateX(-100px) translateY(-105px) rotate(-1deg);}}
.is-dark #product_area .title_box{color: var(--darkt);}
.is-dark #product_area .bg_box{opacity: .35;}
.is-dark #product_area:before{background: var(--darkt);}

/* about_area */
#about_area {padding: 8vw 0;display: flex;align-items: center;justify-content: center;background-repeat: no-repeat;background-position: 50% 100%;background-size: cover;z-index: 0;}
@keyframes spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}
@keyframes spin-reverse{0%{transform:rotate(0deg)}100%{transform:rotate(-360deg)}}
#about_area .workframe {display:grid;grid-template-columns: 20% 42%;justify-content: space-between;align-items: end;z-index: 5;}
#about_info{order:2}
#about_info .emtitle_box {position:absolute;top: 70px;font-size: max(5 * (1vw + 1vh) / 2, 40px);font-weight: 700;font-style: unset;left: 15%;width: 50%;color: #051837;line-height: 1.3;font-family: "Poppins", sans-serif;letter-spacing: -.2px;}
#about_area .title_box {padding-bottom: 0;line-height: 1.5;font-size: 30px;word-break: keep-all;width: 90%;margin-top: 140px;color: #051837;}
#about_area article p {line-height: 2.5;font-weight: 400;margin: 30px 0 70px;text-align: justify;}
#about_area .morre .more_btn{margin-left: 30%;padding: 23px 30px;display: inline-flex;gap: 50px;align-items: center;}
#about_area .morre .more_btn span{width: 40px;height: 1px;background: white;position: relative;}
#about_area .morre .more_btn:hover span{width:50px;}
#about_area .morre .more_btn span:before{content:'';width: 1px;height: 8px;position: absolute;right: 3px;bottom: 0;background: white;transform: rotate(-45deg);}
#about_area .clip {-webkit-clip-path: url(#clip_about);clip-path: url(#clip_about);}
#about_area .about_sub_1 {top: 10%;right: 34%;animation: aboutImgAnimation 5s ease-in-out infinite;}
#about_area .about_sub_2 {top: 16%;left: 26.5%;animation: aboutImgUpAnimation 5s ease-in-out infinite;}
#about_area .about_sub_3 {top: -7%;right: 18%;animation: aboutImgLRAnimation 12s ease-in-out infinite;}
#about_area .about_sub_4 {bottom: 19%;left: 30%;}
#about_area .about_sub_5 {bottom: 28%;right: 3%;animation: aboutImgUpAnimation 5s ease-in-out infinite;}
#about_area .about_sub_6 {bottom: 12%;right: 24%;}
@keyframes aboutImgAnimation{0%{-webkit-transform:translateY(0);transform:translateY(0);}50%{-webkit-transform:translateY(10px);transform:translateY(10px);}100%{-webkit-transform:translateY(0);transform:translateY(0);}}
@keyframes aboutImgUpAnimation{0%{transform:translateY(0);}50%{transform:translateY(-10px);}100%{transform:translateY(0);}}
@keyframes aboutImgLRAnimation{0%{transform:translateX(0);}25%{transform:translateX(-10px);}50%{transform:translateX(0);}75%{transform:translateX(10px);}100%{transform:translateX(0);}}
#about_img{display:flex;flex-direction: column;}
#about_img a{font-size:17px;border-bottom: 1px solid rgb(12 12 12 / 10%);padding: 20px 0;display: flex;align-items: center;position: relative;justify-content: space-between;}
#about_img a:after{content:'';position: absolute;bottom: -1px;left: 0;width: 28px;height: 2px;background: var(--triadic2);}
#about_img a:hover:after{width:100%;}
#about_img a span{display:flex;position: relative;align-items: center;justify-content: center;margin-right: 10px;}
#about_img a:hover span{transform: rotate(180deg);}
#about_img a span:after{content:'';display: block;width: 1px;height: 10px;background: var(--black);position: absolute;}
#about_img a span:before{content:'';display: block;width: 10px;height: 1px;background: var(--black);}

/* 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{position:relative;z-index: 2;background: var(--lightbg);}
#news_area .titbox {width: min(90%, 1330px);margin: 0 auto 60px;}
#news_area .titbox .more{right:0;bottom: 20px;}
#news_area .entitle_box {font-size: max(5 * (1vw + 1vh) / 2, 35px);font-weight: 700;font-style: unset;color: #051837;line-height: 1.3;font-family: "Poppins", sans-serif;letter-spacing: -.2px;}
#news_area .workframe{width: min(90%, 1510px);}
#news_area li {margin:0 10px;}
#news_area li .info_box {margin: 35px 0 0;display: grid;gap: 25px;}
#news_area li .time {font-weight: 400;font-size: 15px;font-family: "Arimo", sans-serif;margin-top: 10px;color: #1f1f1f;}
#news_area li article {height: 52px;line-height: 160%;-webkit-line-clamp: 2;font-weight: 400;color: #535353;}
#news_area li .h3 {height: 60px;line-height: 150%;font-size: 20px;-webkit-line-clamp: 2;font-weight: 500;}
.is-dark #news_area .entitle_box, .is-dark #news_area .title_box, .is-dark #news_area li .info_box *{color:var(--darkt)}
.is-dark #news_area li .info_box article{color:var(--gray)}
.is-dark #news_area{background: var(--darkbg);}

/* 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: 1460px) {
    #about_area .about_sub_3{right: 8%;}
    #about_area .about_sub_2{left: 17.5%;}
}
@media screen and (max-width: 1280px) {
	#about_info .emtitle_box{left: 10%;}
    #about_area .title_box{width:100%}
    #about_area .about_sub img{width:90%}
}
@media screen and (max-width: 1024px) {
    #about_area article p{margin-bottom:40px;}
    #about_area .morre .more_btn{margin:0}
    #about_area .about_sub_2{left: 2.5%;}
    #about_area .about_sub_2 img{width: 75%;}
	#about_info .emtitle_box{left: 5%;}
    #about_area .about_sub_3{right: -4%;}
    #about_area .about_sub_3 img{width:80%}
	#product_area .entitle_box{line-height: 1;}
}
@media screen and (max-width: 980px) {
    #about_area .about_sub_2{top: 33%;}
    #about_info{padding-bottom: 40vw;}
    #about_area .title_box{margin: 10px 0 0;}
    #about_area .workframe{display:block;}
    #about_info .emtitle_box{position:relative;left: 0;top: 0;}
	section {padding: 12vw 0;}
    #product_area{padding-bottom: 15vw;}
    #product_area:after{background-position: 50% 100%;}
    #about_area .morre .more_btn{margin-left: 45%;transform: translateY(35px);}
}
@media screen and (max-width: 550px) {
    #news_area .titbox{margin-bottom: 35px;}
    section .title_box{font-size:22px;}
    #news_area .titbox * {text-align:center;}
    #news_area .titbox .more{display:none;}
    #about_area .about_sub_2{top: 44%;left: -20%;}
    #about_area .about_sub_2 img{width: 90%;}
    #about_area .morre .more_btn{margin-left: 25%;transform: translateY(35px);}
    #about_area .title_box{font-size: 22px;}
    #about_area{padding-top: 13vw;padding-bottom: 12vw;}
    #about_info .emtitle_box{font-size:30px;}
    #about_area .about_sub_3{right: -40%;top: -4%;}
    #about_area .about_sub_3 img{width: 45%;}
    #product_area:after{background-size: 160%;}
    #product_area{padding-bottom: 30vw;}
    #product_list li .product_card:hover{margin-top:20px}
    #product_area .bg_box{aspect-ratio: 4/3;background-size: cover;width: 100%;}
    #product_area .air{text-align:center;margin-bottom: -40px;}
    #product_area .air img{width:60%}
    @keyframes productAirMove{0%{transform:translateX(-80px) translateY(-65px) rotate(-1deg);}50%{transform:translateX(-45px) translateY(-78px) rotate(1deg);}100%{transform:translateX(-80px) translateY(-65px) rotate(-1deg);}}
    #product_area .title_box{font-size:18px;}
    #product_area:before{height: 70px;}
    #product_area .entitle_box{font-size: 70px;}
}