#wrap { z-index: 5; }

/* section */
section {padding: 5vw 0;}
section >* { z-index: 3; }
section .titleBox {margin-bottom: 75px;}
section .titleBox h3{padding-left: 25px;font-size: 18px;font-weight: 500;position: relative;letter-spacing: 1px;}
section .titleBox h3:before{content:'';position: absolute;border: 1px solid #b7b9b9;width: 10px;aspect-ratio: 1/1;border-radius: 50px;left: 0;top: -10px;}
section .titleBox em{font-style: unset;font-family: "Poppins", serif;font-weight: 600;font-size: max(6 * (1vw + 1vh) / 2, 65px);display: inline-block;line-height: 1;background: linear-gradient(140deg, var(--secondary), var(--primary));background-clip: text;-webkit-background-clip: text;color: transparent;margin: 10px 0 25px;}
section .titleBox p{font-size: 22px;font-weight: 600;}
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{padding-left:60px;padding-top: 0;padding-bottom: 0;}
#product_area .titleBox p{width: 65%;}
#product_area .titleBox .more_btn {position:absolute;right:0;top: 45px;}
#productBox{background:var(--primary);position: relative;}
#productBox:before{content:'';width: 100%;height: 135px;background: var(--white);position: absolute;z-index: -1;}
#product_area .track{position:absolute;width:100vw;max-width:100%;height: 190px;overflow:hidden;z-index: -1;bottom: 0.8rem;white-space:nowrap}
#product_area .track p{font-weight: 700;margin:0;text-transform:uppercase;letter-spacing:2px;line-height:1;will-change:transform;animation: marquee 35s linear infinite;-webkit-background-clip: text;color: transparent;font-family: "Poppins", serif;-webkit-text-stroke: .5px var(--white);opacity: .2;font-size: max(11 * (1vw + 1vh) / 2, 12px);}
@keyframes marquee{from{transform:translateX(0);}to{transform:translateX(-50%);}}

/* productTabs */
#productTabs .tabs {display: grid;grid-template-columns: repeat(4, 1fr);gap: 10px;}
#productTabs .tabs li{background:#eeeeee;border-radius: 5px 5px 0 0;position: relative;padding: 30.5px 30px;}
#productTabs .tabs li a {position: absolute;width: 100%;height: 100%;display: block;bottom: 0;left: 0;z-index: 2;}
#productTabs .tabs li.active, #productTabs .tabs li:hover{ background:var(--primary) }
#productTabs .tabs li.active *{color:var(--white);fill:var(--white);}
#productTabs .tabs li:hover *{color:var(--white);fill:var(--white);}
#productTabs .tabs li .tabbox span{display: inline-flex;align-items: center;font-size: 13px;font-family: "Poppins", serif;border: 1px solid var(--primary);padding: 2px 15px 0;border-radius: 50px;}
#productTabs .tabs li.active .tabbox span, #productTabs .tabs li:hover .tabbox span{border-color:#fff}
#productTabs .tabs li .tabbox span svg{width: 12px;height: 12px;fill: var(--primary);position: absolute;right: 30px;transform: rotate(90deg);}
#productTabs .tabs li .tabbox h3{font-size:21px;margin-top: 10px;font-weight: 500;}

/* tabs_container */
#tabs_container{padding: 5vw 0;}
#tabs_container *{color:#ddd;}
#tabs_container .list{display:grid;grid-template-columns: 35% 53%;justify-content: space-between;}
#tabs_container .box {}
#tabs_container .box span{font-size: 13px;font-family: "Poppins", serif;border: 1px solid var(--white);padding: 2px 20px 0;border-radius: 50px;display: inline-block;}
#tabs_container .box h3{font-size: max(3.5 * (1vw + 1vh) / 2, 12px);font-weight: 500;letter-spacing: 2px;margin: 15px 0 30px;}
#tabs_container .box p{line-height: 2.5;text-align: justify;margin-bottom: 70px;}
#tabs_container .img img{border-radius:20px;overflow:hidden;height: 100%;object-fit: cover;aspect-ratio: 4.8/3;}
#tabs_container .more_btn {color: var(--primary);background: var(--white);}
#tabs_container .more_btn b{background: linear-gradient(140deg, var(--secondary), var(--primary));}
#tabs_container .more_btn b svg{fill: var(--white);}
#tabs_container .more_btn:hover{background: var(--white);}
#tabs_container .more_btn:hover b{left: calc(100% - 70px);}

/* product_list */
#product_list *{transition:unset;-webkit-transition:unset;}
#product_list li{margin:20px 0;}
#product_list .title{background: #eeeeee;padding: 20px 30px;display: flex;flex-direction: column;border-radius: 8px;align-items: flex-start;}
#product_list li.current .title{border-radius: 8px 8px 0 0;}
#product_list .title .icon{display: inline-flex;align-items: center;font-size: 13px;font-family: "Poppins", serif;border: 1px solid var(--primary);padding: 2px 15px 0;border-radius: 50px;color: var(--primary);}
#product_list .title .icon svg{width: 12px;height: 12px;fill: var(--primary);position: absolute;right: 30px;transform: rotate(90deg);}
#product_list .title .txt{color: #333;width: 100%;margin-top: 10px;font-size: 19px;font-weight: 400;}
#product_list .info{background:var(--primary);padding: 30px 30px;}
#product_list .info p{color:#fff;text-align: justify;line-height: 2.2;font-weight: 300;margin-bottom: 30px;}
#product_list .info .more_btn {color: var(--primary);background: var(--white);}
#product_list .info .more_btn b{background: linear-gradient(140deg, var(--secondary), var(--primary));}
#product_list .info .more_btn b svg{fill: var(--white);}
#product_list .info .more_btn:hover{background: var(--white);}
#product_list .info .more_btn:hover b{left: calc(100% - 70px);}
#product_list .img{margin-top:40px;}
#product_list .img img{aspect-ratio:4/3;object-fit: cover;border-radius: 15px;}

/* about_area */
#about_area {padding-left: 60px;position: relative;}
#about_area:before, #product_area:before{content:'';width: 60px;height: 100%;background: var(--primary);position: absolute;top: 0;left: 0;z-index: 2;}
#about_area .fixTxt {position:absolute;z-index: -1;right: 0;}
#about_area .workframe {width: min(90%, 1380px);}

/* 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%, 1280px);}
#news_area .titleBox{margin-bottom:0}
#news_area .itemTitleBox{display:flex;justify-content:space-between;width:100%}
section .title_box,#news_area .tabs_box{animation-name:fadeInUp;-webkit-animation-name:fadeInUp}
#news_area .tabs_box{display: grid;grid-template-columns: 25% 60%;justify-content: space-between;}
#news_area .tabs_box .tabs_btn .newsList li, #videoTabs ul li{display: block;}
#news_area .tabs_box .tabs_btn .newsList li a{font-size: 18px;display: inline-flex;border-radius: 50px;position: relative;line-height: 150%;align-items: center;font-weight: 500;padding-left: 25px;}
#news_area .tabs_box .tabs_btn .newsList li.active a, #news_area .tabs_box .tabs_btn .newsList li:hover a{color: var(--primary);}
#news_area .tabs_box .tabs_btn .newsList li.active a:before, #news_area .tabs_box .tabs_btn .newsList li:hover a:before{content:'';position: absolute;background: linear-gradient(140deg, var(--secondary), var(--primary));width: 10px;aspect-ratio: 1 / 1;border-radius: 50px;left: 0;}
#news_area .tabs_box .tabs_btn .newsList{display: grid;gap: 10px;margin-bottom: 30px;}
#news_area .news_list li{border-bottom: 1px solid #ddd;padding: 45px 0;}
#news_area .news_list li:first-child{border-top: 1px solid #ddd;}
#news_area .tabs_body .tab_info{width:100%;top:0;left:0;opacity:0;pointer-events:none}
#news_area .tabs_body .tab_info.showBox{opacity:1;pointer-events:auto;padding:0px 0 10px}
#news_area .tabs_body .tab_info .items .Img{padding-bottom:20px;display:none;width:100%}
#news_area .tabs_body .tab_info .items .Img img{height:310px;width:100%;object-fit:cover}
#news_area .tabs_body .tab_info .items .Txt{}
#news_area .tabs_body .tab_info li:first-child .items .Img{display:inline-block}
#news_area .tabs_body .tab_info li:first-child article,#news_area .tabs_body .tab_info  li:first-child .items .Txt .more{display:none}
#news_area .tabs_body .tab_info .items .Txt .more{width:auto;border:0px solid var(--info);padding:0}
#news_area .tabs_body .tab_info .items .Txt .more b.arrow{background-color:#ababab;height:1px;width:calc(100% - 60px)}
#news_area .tabs_body .tab_info .category{line-height:1;font-size:15px;font-weight: 400;font-family: 'Noto Sans TC';position: relative;z-index: 5;background: linear-gradient(140deg, var(--secondary), var(--primary));background-clip: text;-webkit-background-clip: text;color: transparent;margin-left: 10px;margin-top: -1px;}
#news_area .f_aitems_end{display: flex;flex-wrap: wrap;align-items: center;margin-bottom: 10px;}
#news_area .f_aitems_end p{font-family: "Poppins", serif;color: #666666;font-size: 15px;font-weight: 400;display: inline-flex;align-items: center;line-height: 1;}
#news_area .f_aitems_right{position:relative;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
#news_area .f_aitems_right b{background: linear-gradient(140deg, var(--secondary), var(--primary));width: 45px;height: 45px;display: inline-flex;justify-content: center;align-items: center;border-radius: 50px;position: absolute;right: 0;}
#news_area li:hover .f_aitems_right b{right:20px;}
#news_area .f_aitems_right svg{width: 15px;height: 15px;fill: #fff;}
#news_area .news_list li:hover svg{transform: rotate(0);}
#news_area .tabs_body .tab_info .time{font-size:14px;display:flex;flex-direction:row;align-items:center;margin-right:30px;position:relative;}
#news_area .tabs_body .tab_info .time font.y_txt{font-size:50px;font-weight:700;line-height:100%;background:linear-gradient(to right,var(--primary),var(--secondary));background-clip:text;-webkit-background-clip:text;color:transparent}
#news_area .tabs_body .tab_info .time font.m_txt{font-weight: 400;font-size:15px;font-family: 'Poppins', serif;color: #666666;line-height: 1;}
#news_area .tabs_body .tab_info .time font.d_txt{width:20px;grid-area:time_d;color:var(--dark)}
#news_area .tabs_body .tab_info h3{height:auto;font-weight: 400;font-size: 19px;line-height:140%;width: calc(100% - 50px);-webkit-line-clamp: 1;color: #333333;}
#news_area .tabs_body .tab_info article{height:50px;font-weight:500;font-size:15px;color:#1e1e1e;-webkit-line-clamp:2;margin:30px 0}
#news_area .btn{margin-top: 50px;padding: 0;}
#news_area .tabs_box .tabs_btn .moreBtn a{font-weight:400;color:#fff;font-size:14px;line-height:50px;padding:0 20px}

/* book_area */
#book_area li h3 { margin-top: 10px; height: 30px; font-size: 18px; }

@media screen and (max-width: 1460px) {
	#productTabs .tabs li{padding:30px}
	#product_list li .clip { height: 590px; }
	#about_area .about_sub_2 { top: -20vw; right: 6vw; }
}
@media screen and (max-width: 1024px) {
	#news_area li h3 { height: 30px; -webkit-line-clamp: 1; }
}
@media screen and (max-width: 980px) {
	#news_area .tabs_box .tabs_btn .newsList{grid-template-columns: repeat(4, 1fr);margin: 0;}
	#news_area .tabs_box {grid-template-columns:1fr;gap: 30px;}
	#news_area .tabs_box .more_btn{display:none;}
	#productBox{background:#fff;}
	#product_area .titleBox p{width: 100%;}
	#product_area .titleBox .more_btn{position:relative;top: 0;margin-top: 30px;}
	#about_area, #product_area{padding-left:0}
	#tabs_box, #about_area:before, #product_area:before, #productBox:before, #product_area .track{display:none;}
	section { padding: 10vw 0; }
}
@media screen and (min-width: 981px) {
	#product_mo {display:none; }
}
@media screen and (max-width: 760px) {
	#news_area .tabs_box .tabs_btn .newsList{grid-template-columns: repeat(2, 1fr);}
	section .titleBox p{font-size:20px;}
	section {padding: 13vw 0;}
	#product_sub_list>div { margin: 10px auto 50px; }
	#product_sub_list li { width: 150px; }
	#product_sub_list li .clip { height: 150px; }
	#product_list { width: 70vw; }
	#product_list li .clip { height: 80vw; }
	#product_list li .info_box { width: 45vw; height: 30vw; }
	#news_area .tabs_body .tab_info h3{-webkit-line-clamp: 2;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 { width: 90vw; }
	#product_list li .clip { height: 100vw; }
	#product_list li .info_box { width: 55vw; height: 40vw; }
	#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; }
}