section { position: relative; padding: 5vw 0; background: #fff; }
section >.bg {position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 1;opacity: .3;}
section >.info { position: relative; font-size: 0; z-index: 2; }
section .title , #secabout #youtubeBox .right .tit {line-height: 120%;text-align: center;font-family: 'Montserrat', 'Noto Sans TC', sans-serif;text-transform: uppercase;letter-spacing: 10px;font-size: 45px;color: #323131;}
section h2.title:first-letter{color:#d9642d;}
section .more {margin-top: 5vw;text-align: center;}
section .more a {position: relative;padding: 15px 100px;border: 1px #1f1f1f30 solid;display: inline-block;color: #1f1f1f;}
section .more font {text-align: center;font-family: 'Montserrat', 'Noto Sans TC', sans-serif;font-weight: 500;text-transform: uppercase;letter-spacing: 3px;color: #434343;}
section .more a svg.arrow {position: absolute;width: 20px;right: 20px;top: calc((100% - 11.41px) / 2);fill: #434343;}
section .more.white a , section .more.white font { border-color: #fff; color: #fff; }

/* newsBox */
#newsBox {margin: -90px auto 0;padding: 0;width: 680px;z-index: 110;max-width: 90%;}
#newsBox .info {padding: 15px 60px;}
#newsBox .info .row { width: calc(100% - 150px); display: inline-block; vertical-align: text-bottom; }
#newsBox .info .tit.row {margin-right: 50px;width: 100px;}
#newsBox .info .tit a {display: inline-block;font-family: 'Montserrat', 'Noto Sans TC', sans-serif;text-transform: uppercase;font-size: 16px;letter-spacing: 3px;color: #1f1f1f;}
#newsBox .info .btn { position: absolute; width: 120px; text-align: center; top: calc((100% - 24px) / 2); right: 60px; }
#newsBox .info .btn a { line-height: 23px; }
#newsBox .info .btn a:first-child { -webkit-transform: scaleX(-1); transform: scaleX(-1); }
#newsBox .info .btn font { margin: 0 15px; font-size: 0; display: inline-block; }
#newsBox .info .btn font span { margin-left: 10px; display: inline-block; font-weight: 400; font-family: 'Montserrat', 'Noto Sans TC', sans-serif; font-size: 13px; }
#newsBox .info .btn font span:first-child { padding-left: 18.03px; }
#newsBox .info ul li {position: relative;padding: 0 120px 0 0;font-size: 0;}
#newsBox .info ul li a { position: absolute; width: calc(100% - 120px); height: 100%; top: 0; left: 0; }
#newsBox .info ul li p.time { margin-right: 20px; width: 85px; display: inline-block; line-height: 27px; font-weight: 300; font-family: 'Montserrat', sans-serif; }
#newsBox .info ul li p.txt {width: calc(100% - 155px);display: -webkit-inline-box;color: #1f1f1fcc;font-weight: 300;}
#newsBox .info ul li .noBox {position: absolute;font-weight: 400;font-family: 'Montserrat', 'Noto Sans TC', sans-serif;font-size: 13px;top: calc(100% - 22px);right: 67px;}

/* productBox */
#productBox .bg { opacity: .2; }
#productBox >.info { margin: 0 100px; }
#productBox ul {margin-top: 2vw;display: flex;flex-wrap: wrap;}
#productBox ul li {position: relative;border: #7f7f7f52 1px solid;padding: 0 25px 20px;margin: 4px 4px;width: calc(16.6% - 60px);display: flex;flex-direction: column;}
#productBox ul li a { position: absolute; width: 100%; height: 100%; display: block; top: 0; left: 0; z-index: 3; }
#productBox ul li >div {overflow: hidden;position: relative;margin: 0 2px;}
#productBox ul li .img{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#productBox ul li .img:before { position: absolute; width: 100%; height: 100%; background: rgba(31, 31, 31, .6); display: block; top: 0; left: 0; opacity: 0; z-index: 2; content: ""; }
#productBox ul li .img img {position: relative;width: 75%;height: 410px;object-fit: contain;z-index: 1;margin: 5px auto;}
#productBox ul li .info {overflow: visible;position: relative;margin-top: -55px;width: 100%;/* background: #fff; */z-index: 2;}
#productBox ul li .info .price {position: absolute;padding: 5px 15px;/* background: rgb(217 107 47); */top: -340px;left: 0;-webkit-backdrop-filter: blur(8px);backdrop-filter: blur(8px);border-bottom: #e2e2e2db 1px solid;}
#productBox ul li .info .cagg{
    position: absolute;
    width: 100%;
    top: -340px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#productBox ul li .info .cagg p{
    color: #d96b2f;
    font-weight: 300;
    border-bottom: #2a2a2a38 1px solid;
    padding-bottom: 3px;
}
#productBox ul li .info .price font {margin: 0 10px;display: inline-block;font-weight: 400;color: #d96b2f;}
#productBox ul li .info .price font.old {color: rgb(141 141 141 / 51%);}
#productBox ul li .info h3 {margin-bottom: 10px;height: 55px;font-weight: 400;font-size: 18px;color: #1f1f1f;-webkit-line-clamp: 2;word-break: break-all;}
#productBox ul li .info article {height: 43px;font-weight: 300;font-size: 14px;color: #8d8d8d;-webkit-line-clamp: 2;word-break: break-all;}

/* aboutBox */
#aboutBox {background: none;z-index: 5;display: flex;flex-wrap: wrap;padding: 0vw 100px;}
#aboutBox .nabbg{
    width: calc(100% - 62px);
    display: flex;
    padding: 50px 30px;
    background: #f7f7f7a3;
    border-left: #e5e5e5ba 1px solid;
    border-right: #e5e5e5ba 1px solid;
    border-bottom: #e5e5e5ba 1px solid;
    align-items: center;
}
#aboutBox .topbar{
    width: 100%;
    display: flex;
    padding: 20px;
    /* background: #d9662d; */
    border: #e5e5e5ba 1px solid;
    border-bottom: unset;
}
#aboutBox .topbar >div{
    display: flex;
    align-items: center;
}
#aboutBox .topbar >div .fa{
    margin: 0 9px;
    color: #ffffff;
    border: #9797974f 1px solid;
    padding: 6px 10px;
    border-radius: 90px;
    background: #eb7a46;
}
#aboutBox .topbar .box_05{
    display: flex;
    flex: 1;
    justify-content: flex-end;
}
#aboutBox .topbar .box_05 a{
    color: #818181;
    z-index: 8;
}
#aboutBox .topbar .box_05 a:hover{
    letter-spacing: 0.15em;
}
#aboutBox .topbar .box_05 svg{
    fill: #adadad;
    margin: 0 10px;
}
#aboutBox .topbar h2{
    padding-right: 10px;
    border-right: #71717169 1px solid;
    margin-right: 10px;
    color: #d58257;
    font-weight: 400;
    display: flex;
}
#aboutBox .topbar p{
    color: #bababa;
    display: flex;
}
#aboutBox:before {position: absolute;width: 83%;height: 100%;/* background: #f1f4f6; */display: block;top: 0;right: 0;z-index: 1;content: "";}
#aboutBox .bg {width: 600px;height: 600px;right: 0;left: auto;opacity: 1;z-index: 3;background-size: cover;display: flex;order: 1;position: relative;}
#aboutBox .info {width: calc(100% - 600px);display: flex;order: 2;flex-direction: column;}
#aboutBox .info .title { margin: 0 5vw 2vw; text-align: left; }
#aboutBox .info .txtBox {position: relative;}
#aboutBox .info .txtBox:before {position: absolute;width: 100%;height: 100%;/* background: rgb(242 242 242 / 45%); */top: 0;left: 0;content: "";z-index: 1;}
#aboutBox .info .txtBox >div { position: relative; z-index: 2; }
#aboutBox .info .txtBox h3 {}
#aboutBox .info .txtBox article {line-height: 230%;font-size: 17px;/* color: #fff; */}
#aboutBox .info .txtBox .more { margin-top: 80px; text-align: left; }
#aboutBox #SeoStarRating font { vertical-align: middle; }
#aboutBox #SeoStarRating font:last-child {color: #b7b7b7;}
#aboutBox #SeoStarRating .fa { vertical-align: initial; }

/* secabout */
#secabout {margin-top: -5vw;padding: 20vw 0 10vw;background: url(/images/37/img-secaboutBg.jpg) no-repeat 50% / cover;z-index: 1;display: none;}
#secabout:before { position: absolute; width: 87vw; height: calc(100% - 20vw); background: #fff; display: block; top: 15vw; left: 0; content: ""; z-index: 1; }
#secabout >div { position: relative; margin: 0 auto 50px; width: 50vw; z-index: 2; }
#secabout #customBox ul li article { margin: 3vw 0 5vw; text-align: center; line-height: 190%; color: #1f1f1f; }
#secabout #youtubeBox { width: 85vw; background: rgba(31, 31, 31, .9); }
#secabout #youtubeBox a { position: absolute; width: 100%; height: 100%; display: block; z-index: 2; }
#secabout #youtubeBox .left { position: absolute; width: calc(100% - 400px); height: 100%; top: 0; left: 0; z-index: 3; }
#secabout #youtubeBox .left iframe { width: 100%; height: 100%; }
#secabout #youtubeBox .right { position: relative; margin: 0 0 0 auto; padding: 150px 50px; width: 300px; text-align: center; z-index: 1; }
#secabout #youtubeBox .right .tit { font-size: 24px; color: #fff; }
#secabout #youtubeBox .right .more { padding: 0 3px 5px; border-bottom: 1px #fff solid; display: inline-block; color: #fff; }
#secabout #youtubeBox .right .more font { margin-right: 20px; font-family: 'Montserrat', 'Noto Sans TC', sans-serif; text-transform: uppercase; letter-spacing: 3px; font-size: 13px; }

/* bookBox */
#bookBox .topBox { position: relative; margin: 0 auto 5vw; width: 80vw; }
#bookBox .topBox .title { position: absolute; }
#bookBox .topBox .more { text-align: right; }
#bookBox .list ul li .img { overflow: hidden; position: relative; margin: 0 40px 0 60px; z-index: 1; }
#bookBox .list ul li .img:before { position: absolute; width: 100%; height: 100%; background: rgb(240 244 247 / .6); display: block; top: 0; left: 0; opacity: 0; z-index: 2; content: ""; }
#bookBox .list ul li .img img { position: relative; width: 100%; height: 30vw; object-fit: cover; z-index: 1; }
#bookBox .list ul li .info { position: relative; margin-top: -14%; padding: 7% 5%; width: 350px; background: rgba(0,0,0,.7); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); z-index: 2; }
#bookBox .list ul li .info h3 { height: 40px; font-weight: 400; font-size: 24px; color: #fff; }
#bookBox .list ul li .info .more { text-align: left; }
#bookBox .list ul li:nth-child(2n) .img { margin: 0 0 0 100px; }
#bookBox .list ul li:nth-child(2n) .info { margin-left: 40px; }

@media screen and (max-width:1440px) {
	section .title, #secabout #youtubeBox .right .tit{
    font-size: 38px;
    margin-top: 10px;
}
	#newsBox .info ul li p.txt{
	    width: calc(100% - 107px);
	    font-size: 15px;
	}
	#newsBox .info ul li p.time{
    font-size: 14px;
}
	#newsBox .info ul li .noBox{
	    right: 20px;
	}
	#newsBox .info ul li{
    display: flex;
    align-items: center;
}
	#newsBox .info ul li a{
		width: calc(100% - 100px);
	}
	#newsBox .info{
    padding: 15px 40px;
}
	#newsBox .info .tit.row{
	    margin-right: 0;
	    width: 80px;
	}
	#newsBox .info .tit a{
    font-size: 14px;
}
	#newsBox {width: 580px;margin-top: -110px;}
	#productBox >.info { margin: 0 5%; }
	#productBox ul li >div {margin: 0 auto;}
	#productBox ul li .img img{width: 150px;}
	#productBox ul li .info {padding: 25px 0px 40px;}
	#aboutBox .bg {width: 50%;height: 530px;background-position: 50%;}
	#aboutBox .info { width: 55%; }
}
@media screen and (min-width:1281px) {
	section .more a:hover {background: #d9652d;border: 1px #d9652dbd solid;}
	section .more a:hover font { color: #fff; }
	section .more a:hover svg { fill: #fff; }
	section .more.white a:hover { background: #fff; }
	section .more.white a:hover font { color: #1f1f1f; }
	section .more.white a:hover svg { fill: #1f1f1f; }
	#productBox ul li:hover .img:before , #bookBox .list ul li:hover .img:before {opacity: 0;}
	#productBox ul li:hover .img img , #bookBox .list ul li:hover .img img {-moz-transform: translateY(-0.75em);-webkit-transform: translateY(-0.75em);-o-transform: translateY(-0.75em);-ms-transform: translateY(-0.75em);transform: translateY(-0.75em);}
}
@media screen and (max-width:1440px){
	#productBox ul li{
	    width: calc(25% - 41px);
	    padding: 0 15px 15px;
	}
	#aboutBox{
	    padding: 0 5%;
	}
	#sPictureBox{
	    padding: 0 5%;
	    margin: 20px 0;
	}
}
@media screen and (max-width:1280px) {
	#secabout #youtubeBox { width: 90vw; }
	#bookBox .list ul li .img { margin: 0 20px 0 60px; }
	#aboutBox .info{
    width: 100%;
}
	#aboutBox .bg{
    width: 500px;
    max-width: 100%;
}
	#aboutBox .nabbg{
    display: flex;
    flex-direction: column;
}
}
@media screen and (max-width:1024px) {
	section .more a { padding: 10px 80px 10px 20px; }
	#newsBox { margin-top: -86px; }
	#newsBox .info { padding: 15px 30px; }
	#newsBox .info .row { width: 100%; display: block; }
	#newsBox .info ul li { padding: 0; }
	#newsBox .info ul li a , #aboutBox .info { width: 100%; }


	#newsBox .info ul li .noBox , #newsBox .info .btn , #secabout #youtubeBox .right { display: none; }
	#aboutBox .bg {width: 100%;height: calc(100% - (12vw + 54px));top: calc(7vw + 54px);z-index: 1;display: none;}
	#aboutBox .info .txtBox {background: none;}
	#secabout:before { width: 90vw; }
	#secabout #customBox { width: 70vw; }
	#secabout #youtubeBox .left { position: relative; width: 100%; height: 400px; }
	#productBox ul li{
    width: calc(33.3% - 41px);
}
}
@media screen and (max-width:980px) {
	#secabout:before { width: 0; }
	#secabout #customBox { width: 90vw; }
	#secabout #youtubeBox .left { height: 45vw; }
	#bookBox { padding-bottom: 5vw; }
	#bookBox .info { padding-bottom: 90px; }
	#bookBox .topBox , #bookBox .topBox .title { position: initial; }
	#bookBox .topBox .more { position: absolute; width: 100%; text-align: center; bottom: 0; left: 0; }
}
@media screen and (max-width:768px) {
	#bookBox .list ul li .img { margin: 0 0 0 100px; }
	#bookBox .list ul li .img img { height: 55vw; }
}
@media screen and (max-width:640px) {
	section .title, #secabout #youtubeBox .right .tit{
    font-size: 24px;
    letter-spacing: 0.05em;
}
	#aboutBox .topbar{
	    display: flex;
	    flex-wrap: wrap;
	}
	#aboutBox .topbar .box_01{
    width: 33.3%;
}
	#aboutBox .topbar .box_02{
    width: 33.3%;
    flex: 1;
    display: flex;
}
	#aboutBox .topbar .box_03{
    width: 33.3%;
}
	#aboutBox .topbar .box_05{
    width: 100%;
    flex: auto;
    margin-top: 10px;
    display: none;
}
	#newsBox {margin-top: -143px;width: 288px;max-width: 100%;margin-bottom: 75px;background: #f0f0f0f5;}
	#productBox ul li {
    width: calc(50% - 41px);
}
	#bookBox .list ul li .img , #bookBox .list ul li:nth-child(2n) .img { margin: 0 5vw; }
	#bookBox .list ul li .info , #bookBox .list ul li:nth-child(2n) .info { margin: -10% auto 0; width: 70%; }

}
@media screen and (max-width:480px) {
	#newsBox {
	    margin-top: -170px;
	    margin-bottom: 125px;
	    width: 275px;
	    border-radius: 5px;
	}
	section .title, #secabout #youtubeBox .right .tit{
    margin-bottom: 20px;
}
	#newsBox .info ul li p.txt{
	    font-size: 14px;
	}
	#newsBox .info ul li p.time{
    margin-right: 2px;
}
	#newsBox .info .tit.row{
	    display: none;
	}
	#newsBox .info{
    padding: 10px 10px;
}
	#productBox ul li .img img{
	    height: 200px;
	    width: 100px;
	    margin: 30px 0;
	}
	#productBox ul li {
    margin: 3px 2px;
}
	#productBox ul li .info{
	    padding: 5px 0;
	}
	#productBox ul li .info h3{
	    font-size: 16px;
	    -webkit-line-clamp: 1;
	    height: 26px;
	}
	#productBox ul li .info .cagg{
	    top: -180px;
	}
	#productBox ul li .info .cagg p{
    word-break: break-all;
    -webkit-line-clamp: 1;
    height: 28px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
	#productBox ul li .info .price{
		top: -180px;
	}
	#aboutBox .nabbg{
	    padding: 0 0;
	    width: 100%;
	    background: unset;
	    border: unset;
	}
	#aboutBox .topbar{
	    display: flex;
	    padding: 12px 15px;
	    flex-wrap: wrap;
	    justify-content: center;
	    border: unset;
	}
	#aboutBox .topbar .box_01{
	    width: 50%;
	}
	#aboutBox .topbar .box_02{
	    width: 50%;
	}
	#aboutBox .topbar .box_03{
	    width: 100%;
	    display: flex;
	    margin-top: 10px;
	    display: none;
	}
	#aboutBox .topbar >div .fa{
	    font-size: 11px;
	    margin: 0 3px;
	}
	section .more{
    margin: 25px 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
	section .more a{
    display: flex;
    padding: 5px 0;
    width: 150px;
    padding: 5px 10px;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
}
	section .more a svg.arrow{
    width: 14px;
    display: flex;
    position: relative;
    flex-direction: column;
}
	section .more a font{
	    font-size: 14px;
	    letter-spacing: 0.05em;
	    display: flex;
	    flex-direction: column;
	}
	#aboutBox .topbar h2{
    font-size: 15px;
    font-weight: 300;
    margin-right: 0;
    padding-right: 16px;
}
	#aboutBox .topbar p{
    font-size: 15px;
    font-weight: 300;
}
}