#wrap { z-index: 5; }

/* section */
section { padding: 5vw 0 2vw; }
section >* { z-index: 3; }
section .title_box {padding-bottom: 2vw;font-size: 32px;letter-spacing: 2px;font-weight: 500;color: var(--info);}
section .title_box b{display:block;text-align: center;font-weight: 300;letter-spacing: 0;}
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%); }
section .slick-prev{left: -60px;width: 50px;height: 50px;}
section .slick-prev:before{content: url(/images/44/img-arrow-left.png);width: 50px;aspect-ratio: 1/1;object-fit: contain;}
section .slick-next{right: -60px;width: 50px;height: 50px;}
section .slick-next:before{content:url(/images/44/img-arrow-right.png);}
section.bg_box{background:no-repeat 50% / cover;background-attachment: fixed;}

/* product_sub_list */
#product_area{background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;background-color: #f8f9fa;padding: 3vw 0;}
#product_area .workframe{width: min(85%, var(--width-xxl));}

/* product_list */
#product_list li{background:var(--white);padding: 35px;box-shadow: 0 0 15px rgb(0 0 0 / 5%);margin: 20px;display: flex;flex-direction: column;align-items: center;height: 390px;}
#product_list li:after{content:'';position: absolute;bottom: 0;width: 50px;height: 2px;background: var(--primary);}
#product_list li:hover:after{
    width: 100%;
}
#product_list li:before{content:url(/images/44/img-sparkle.png);position: absolute;animation-name: fish;animation-direction: alternate;animation-iteration-count: infinite;animation-timing-function: ease-in-out;animation-duration: 2s;zoom: 50%;right: 30px;top: 30px;z-index: -1;}
#product_list li:hover:before{top: -45px;right: -40px;z-index: 1;}

#product_list li .clip {margin-bottom: 30px;margin-top: 0;}
#product_list li .clip img{
    height: 250px;
    width: 100%;
    object-fit: cover;
}
#product_list li .info_box {display: block;}
#product_list li .info_box >div { margin: auto; width: 80%; }
#product_list li .info_box h3 {height: auto;font-size: 20px;text-align: center;color: var(--info);font-weight: 500;}
#product_list li .info_box p {font-weight: 300;text-align: center;letter-spacing: 2px;overflow: hidden;height: auto;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
#product_list li .info_box article {margin-top: 30px;font-size: 14px;text-align: center;color: #969696;font-weight: 300;}
@keyframes fish{0%{transform-origin:right bottom;transform:rotate(-3deg)}100%{transform-origin:right bottom;transform:rotate(3deg)}}

/* Service_area */
#Service_area{background-image:url(/images/44/img-s-bg.jpg);padding: 8vw 0;}
#Service_area .title_box .page_title,#Service_area .title_box article{color:#fff;text-align:center;font-size: 42px;}
#Service_area .linkArea{padding:0px 0 20px;overflow:visible}
#Service_area .linkArea:after{position:absolute;content:"";display:block;height:120px;width:3px;z-index:-1;transition:0.5s;bottom: -260px;left:50%;transform:translate(-50%,-50%);background-image:linear-gradient(80deg,var(--secondary),var(--complement))}
#Service_area .title_box{position:relative;padding-bottom: 0;}
#Service_area .title_box p{text-align:center;color:rgb(255 255 255 / 15%);font-family:'Poppins',sans-serif;font-size:100px;font-weight:600;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}
#Service_area .title_box article{font-size:24px;letter-spacing:1px}


/* aboutBox */
#aboutBox {position: relative;z-index: 5;display: flex;justify-content: center;flex-direction: column;overflow: hidden;padding-bottom: 0;}
#aboutBox:after{
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/images/44/img-a-bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    bottom: -50%;
    opacity: .7;
}
#aboutBox .track{position:absolute;width:100vw;max-width:100%;top: 3.8rem;white-space:nowrap;z-index: -1;}
#aboutBox .track p{font-weight: 800;font-size: 305px;margin:0;text-transform:uppercase;letter-spacing:2px;line-height: 100%;will-change:transform;animation: marquee 40s linear infinite;color: #f7f7f8;font-family: "Barlow", sans-serif;}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
#about_box .info{width: min(85%, var(--width-lg));margin: 0 auto;display: grid;grid-template-columns: 1fr 25%;justify-content: space-between;align-items: center;}
#about_box .info h3{font-size:33px;font-weight: 400;line-height: 160%;}
#about_box .info .ab_intro{}
#about_box .info p{font-size: 20px;text-align: justify;line-height: 200%;background-color: var(--primary);color: #fff;display: flex;justify-content: center;align-items: center;padding: 10px;margin-bottom: 10px;border-radius: 50px;}
#about_box .info p a{
    vertical-align: baseline;
    color: #fff;
}

/* fakeNumber */
#fakeNumber{margin-top: 50px;margin-bottom: 50px;}
#fakeNumber ul{display: grid;grid-template-columns: repeat(3, 1fr);align-items: center;justify-content: center;width: min(90%, 1366px);margin: 0 auto;box-shadow: 11px 11px 40px 0 rgb(0 0 0 / 15%);padding: 70px 0;background: #fff;border-radius: 150px;}
#fakeNumber li{}
#fakeNumber li .eva{display:flex;flex-direction: column;align-items: center;}
#fakeNumber li .eva .photo{margin-bottom: 20px;}
#fakeNumber li .eva .photo img{
    width: 110px;
    aspect-ratio: 1/1;
    object-fit: contain;
}
#fakeNumber li:nth-child(2){border-left:1px solid #d2d2d2;border-right:1px solid #d2d2d2;}
#fakeNumber li h2{display: flex;font-family: "Barlow", sans-serif;font-size: 60px;color: #504f4f;align-items: center;}
#fakeNumber li h2 b{font-family: "Barlow", sans-serif;font-size: 60px;color: #504f4f;}
#fakeNumber li p{color: #504f4f;font-size: 20px;}

/* custom_area */
#custom_area .parallax_svg.top { background-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='%23E2CEBC'/%3E%3C/svg%3E"); }
#custom_area .parallax_svg.bottom { background-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='%23E2CEBC'/%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{padding-bottom: 0;}
#news_area:before{content:url(/images/44/news-right.png);position: absolute;right: -50px;top: 50px;}
#news_area:after{content:url(/images/44/news-blank.png);position: absolute;bottom: -10px;left: 50px;}
#news_area .bg_box{border-radius: 0 50px 50px 0;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;}
#news_area .workframe{width: 87%;margin: 0;display: grid;grid-template-columns: 55% 45%;justify-content: space-between;gap: 0 100px;}
#news_area .entitle {display: inline-block;}
#news_area .title_box{display: inline-block;padding: 0;}
#news_area .right .newsList li {position: relative;font-size: 0;margin: 0 0 10px;border-bottom: 1px solid #dedede;padding: 10px 10px 20px 0;}
#news_area .right .newsList li .Txt { display: flex;align-items: center}
#news_area .right .newsList li .Txt .newsInfoBox {width: 110px;margin-right: 20px;position: relative;color: #666666;letter-spacing: 1px;font-size: 16px;}
#news_area .right .newsList li .Txt .newsInfoBox:after { content: '';width: 1px;height: 16px;display: block;border-right: 1px solid #dddddd;position: absolute;right: 1px;top: calc(50% - 8.5px)}
#news_area .right .newsList li .Txt .time { width: calc(100% - 140px);font-size: 22px;font-weight: 500;overflow: hidden;height: 40px;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1}
#news_area .newsbtn{display:flex;justify-content:flex-start;align-items:center;gap:20px;}
#news_area .newsbtn a{cursor:pointer;text-decoration:none;line-height:1.2;font-weight:500;transition:all .2s ease;will-change:transform;width:30px;height:30px;padding:10px;background-color:var(--primary);border:0px solid;display:inline-flex;border-radius:5em}
#news_area .newsbtn a svg{width:20px;height:20px;margin:auto;position:absolute;top:0;left:0;right:0;bottom:0;fill:#ffffff}
#news_area .newsbtn a:nth-child(1) svg{-webkit-transform:scaleX(-1);transform:scaleX(-1)}
#news_area .topBox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 50px;
}

/* 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_1 , #about_area .about_sub_2 , #about_area .about_sub_3 { width: 20vw; }
	#product_list {}
	#product_list li .clip { height: 590px; }
	#about_area .about_sub_2 { top: -20vw; right: 6vw; }
	#Service_area .linkArea:after{display: none;}
}
@media screen and (max-width: 1280px){#news_area .workframe{width:100%;grid-template-columns: 1fr;gap: 50px 0;}
	#news_area .bg_box{height:50vh;width: 90%;}
	#news_area .right{width:90%;margin: 0 auto;}
	#news_area:after{display:none}
	#news_area:before{top: 55vh;}}
@media screen and (max-width: 1024px) {
	#product_list { margin: auto; }
	#news_area li h3 { height: 30px; -webkit-line-clamp: 1; }
}
@media screen and (max-width: 980px) {
	section { padding-top: 10vw; }
	#product_list {}
	#product_list li .clip {height: 590px;}
	#about_area #about_info { margin-bottom: 8vw; }
	#about_area .about_sub_2 { top: auto; bottom: 35vw; width: 35vw; }
	#about_area .about_sub_3 { width: 29vw; left: 10vw; }
}
@media screen and (max-width: 768px) {
	section { padding: 8vw 0 2vw; }
	#Service_area .title_box p{
    display: none;
}
	#product_sub_list>div { margin: 10px auto 50px; }
	#product_sub_list li { width: 150px; }
	#product_sub_list li .clip { height: 150px; }
	#product_list {}
	#product_list li .clip {}
	#product_list li .info_box {width: 45vw;height: 30vw;}
	#about_box .info{
    grid-template-columns: 1fr;
    gap: 15px;
}
	#news_area .bg_box{
    height: 30vh;
}
	#news_area .right .newsList li .Txt .time{
    font-size: 16px;
    height: 30px;
    width: calc(100% - 65px);
}
	section.bg_box{
    background-attachment: local;
}
}
@media screen and (max-width: 640px) {
	#fakeNumber{margin-top:20px;}
	#fakeNumber li p{margin-top:10px;}
	#fakeNumber li h2 b, #fakeNumber li h2{line-height:100%;}
	#fakeNumber li{padding: 30px 0;}
	#fakeNumber li:nth-child(2){border:0;width: 80%;border-top: 1px solid #d2d2d2;border-bottom: 1px solid #d2d2d2;}
	#fakeNumber ul{padding: 50px 0;border-radius: 130px;grid-template-columns: repeat(1, 1fr);justify-items: center;width: 80%;}
	#about_box .info h3{
    font-size: 20px;
}	
	#about_box .info p{
    font-size: 16px;
	}
	#news_area .right .newsList li .Txt .newsInfoBox{
    font-size: 14px;
    width: 95px;
    margin-right: 15px;
}
	#product_area .workframe{width: 70%;}
	section .slick-prev{left: -50px;width: 50px;height: 50px;}
	section .slick-prev:before{width: 20px;display: block;}
	section .slick-next{right: -50px;width: 50px;height: 50px;}
	section .slick-next:before{width: 50px;height: 50px;display: block;}
	#Service_area .title_box .page_title, #Service_area .title_box article{
    font-size: 30px;
}
	#Service_area .title_box article{
    font-size: 18px;
}
}
@media screen and (max-width: 550px) {
	#product_sub_list li { margin: 10px; width: 35vw; }
	#product_sub_list li .clip { height: 35vw; }
	#product_list {}
	#product_list li .clip {
}
	#product_list li .info_box {}
	#about_area #about_img { width: 80vw; }
	#about_area .about_sub_2 { bottom: 60vw; }
	#news_area li .row { margin: auto; width: 280px; }
	#fakeNumber li .eva .photo img{
    width: 80px;
}
	#fakeNumber li .eva .photo{
    margin-bottom: 0px;
}
	#product_list li{
    margin: 10px;
    padding: 20px;
    height: 300px;
}
}
@media screen and (max-width: 480px) {
	#book_area li.row { margin: auto; width: 250px; }
}