#wrap { z-index: 5; }

/* section */
section {padding: 5vw 0;}
section >* { z-index: 3; }
section .entitle_box {font-size: 18px;font-family: 'Noto Serif TC';display: flex;position: relative;align-items: center;margin-bottom: 60px;}
section .entitle_box:before{content:'';position: absolute;left: -25px;width: 13px;aspect-ratio: 1/1;border-radius: 50px;background: var(--primary);}
section .title_box {padding-bottom: 3vw;font-size: 50px;font-weight: 500;letter-spacing: 2.5px;}
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{display:grid;grid-template-columns: 20% 79%;justify-content: space-between;align-items: start;width: min(90%, 1400px);}
#product_area .bg_box:before{background: linear-gradient(to bottom, #fff 30%, rgb(255 255 255 / 0%));z-index: -1;}
#product_area li{display:grid;grid-template-columns: 55% 35%;justify-content: space-between;align-items: center;margin-bottom: 40px;}
#product_area li .entit{grid-column: 1 / 3;margin-bottom: 40px;font-family: 'Noto Serif TC';font-size: 55px;width: 50%;text-transform: uppercase;line-height: 1.4;}
#product_area li .h3{font-size:20px;height: auto;margin-bottom: 19px;font-weight: 500;letter-spacing: .5px;}
#product_area li article{height: 108px;-webkit-line-clamp: 4;margin-bottom: 40px;}
#product_area li .nfo_box >a{position:relative;z-index: 10;}
#product_area .videobox{bottom:0;z-index: -2;opacity: .55;}

/* about_area */
#about_area {z-index: 5;background-image: url(/images/44/img-aboutBg.jpg);background-repeat:no-repeat;background-position:50% 50%;background-size:cover;border-bottom: 1px solid #dbdbdb;padding-bottom: 3vw;}
#about_area .workframe{width: min(90%, 1350px);display: grid;grid-template-columns: 40% 50%;justify-content: space-between;position: relative;z-index: 10;}
#about_area .title_box {padding-bottom: 0;word-spacing: 100vw;}
#about_area h2 { font-size: 45px; font-style: italic; }
#about_area article p {margin-bottom: 60px;line-height: 220%;text-align: justify;}
#about_area .clip {-webkit-clip-path: url(#clip_about);clip-path: url(#clip_about);}
#about_img{margin-top: 110px;}
#about_img h1{font-size:22px;line-height: 1.7;font-weight: 500;word-break: keep-all;margin-bottom: 30px;}
#about_area .fixTxt{-webkit-transition:unset}
#about_area .fixTxt.tit{font-family: "Poppins", sans-serif;font-size: 550px;line-height: 1;color: #f0f0f2;white-space: nowrap;margin-top: -50px;margin-left: -25%;}
#about_area .imgg{position:absolute;bottom: -3vw;display: flex;align-items: flex-end;gap: 160px;left: 15%;}
#about_area .imgg .one{margin-bottom: 32%;}
#about_area .imgg .three{margin-bottom: 19%;}

/* 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 .workframe{width: min(90%, 1400px);display: grid;justify-content: space-between;grid-template-columns: 30% 67%;align-items: center;}
#news_area .entitle_box {margin-bottom: 15px;}
#news_area ul {width: 90%;}
#news_area li .info_box {margin: 20px 0;display: grid;grid-template-columns: 100px 1fr 50px;gap: 20px;align-items: center;}
#news_area li .time {font-family: 'Noto Serif TC';font-weight: 400;font-size: 14px;color: var(--black);}
#news_area li .more_btn {border: 0;z-index: 6;}
#news_area li .h3 {height: auto;line-height: 150%;font-size: 18px;-webkit-line-clamp: 1;}
#news_area li:hover .more_btn b{background:var(--secondary)}

/* 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) {
    #product_area li .entit{width: 65%;}
    #about_area .workframe{ grid-template-columns: 50% 40%;}
	#about_area .about_sub_1 , #about_area .about_sub_2 , #about_area .about_sub_3 { width: 20vw; }
	#about_area .about_sub_2 { top: -20vw; right: 6vw; }
}
@media screen and (max-width: 1024px) {
    #about_area .fixTxt.tit{font-size: 440px;margin-top: 40px;}
    #about_img{margin-top:20px}
    #about_area .workframe, #product_area .workframe{grid-template-columns:1fr}
	#product_list { margin: auto; }
	#news_area li h3 { height: 30px; -webkit-line-clamp: 1; }
}
@media screen and (max-width: 980px) {
    #product_area .bg_box:before{background: linear-gradient(to bottom, #fff 60%, rgb(255 255 255 / 0%));}
    section .clip img{width:100%;height: auto;}
	section { padding: 12vw 0; }
    section .entitle_box{margin-bottom: 40px;}
	section .title_box{font-size: 40px;}
    #product_area li{display:flex;flex-direction: column;align-items: flex-start;gap: 20px;}
    #product_area li .entit{width:100%}
    #news_area .workframe{display:block;}
    #news_area .box >.more_btn{display:none;}
    #news_area ul{width:100%}
}
@media screen and (max-width: 760px) {
    #about_area .imgg{gap: 90px;left: 10%;}
    #about_area .imgg img{width: 70%;}
    #about_area .fixTxt.tit{font-size: 300px;margin-top: 40px;margin-left: -95%;}
	#product_sub_list>div { margin: 10px auto 50px; }
	#product_sub_list li { width: 150px; }
	#product_sub_list li .clip { height: 150px; }
    #about_area .workframe, #product_area .workframe, #news_area .workframe{width:80%}
    #product_area li .nfo_box{margin-top:15px}
    #news_area li .info_box{display:flex;align-items: flex-start;gap: 5px;flex-direction: column;}
    #news_area li .more_btn{display:none;}
}
@media screen and (max-width: 550px) {
    #product_area .workframe{display:block;}
    #product_area li{display:block;}
    #product_area li .entit{display:none;}
	section .title_box{font-size: 30px;}
	#about_area #about_img { width: 80vw; }
	#about_area .about_sub_2 { bottom: 60vw; }
	#news_area li .row { margin: auto; width: 280px; }
}
@media screen and (max-width: 480px) {
	#book_area li.row { margin: auto; width: 250px; }
}