#wrap { z-index: 5; }

/* section */
section {padding: 5vw 0;}
section >* { z-index: 3; }
section .entitle_box {font-size: 45px;font-family: "Vollkorn", serif;text-transform: uppercase;letter-spacing: 2px;line-height: 1.5;}
section .title_box {padding-bottom: 3vw;font-size: 21px;display: inline-flex;align-items: center;gap: 20px;position: relative;font-family: "Noto Serif TC", serif;}
section .title_box:before{content:'';width: 75px;height: 1px;background: var(--info);display: block;}
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_sub_list */
#product_sub_list >div { margin: auto; width: 100%; }
#product_sub_list li {width: 210px;display: block;}
#product_sub_list li .clip { height: 210px; -webkit-clip-path: url(#clip_sub_product); clip-path: url(#clip_sub_product); }
#product_sub_list li h3 { font-weight: 300; }

/* product_list */
#product_list { width: 600px; }
#product_list li .clip { height: 690px; -webkit-clip-path: url(#clip_product); clip-path: url(#clip_product); }
#product_list li .info_box { width: 367px; height: 228px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 367 228'%3E%3Cpath d='M367.78 126C374 16.84 244.78 11.74 169 1.62c-30.92-4.22-65.18-.49-89.25 18.28-10.07 8.27-21.49 9.51-30.69 14.7-10.8 7-24 26.55-31.88 38.77-20.79 30.78-25.12 73.93 3.58 101.93 42.82 40.82 125.08 59.41 182.75 51.15 18.44-2.61 31-8 48.42-10.85 17.13-1.86 30.89-3.56 48.43-10.85 33.48-12.81 54.43-40.22 67.42-78.75z' fill='%23f4ece5'/%3E%3C/svg%3E") no-repeat center / 100%; bottom: 0; left: 0; }
#product_list li .info_box >div { margin: auto; width: 80%; }
#product_list li .info_box h3 { height: auto; font-size: 20px; }
#product_list li .info_box p { margin-right: 10px; font-weight: 300; }
#product_list li .info_box p:first-letter { margin-right: 2px; font-size: 12px; }

/* about_area */
#about_area {background-image: url(/images/44/Bg.jpg);background-size: cover;background-position: top;background-repeat: repeat;position: relative;padding-top: 6vw;}
#about_area:before{content:url(/images/44/img-green.jpg);position: absolute;right: 0;bottom: calc(10% + 40px);}
#about_area:after{content:'';position:absolute;top: 0;right: 0;width: calc(100% - 145px);height: 47%;background: white;}
#about_area .bgg{position:absolute;top: 0;right: 0;width: 100%;height: 47%;display: flex;justify-content: center;}
#about_area .bgg:before{content:'';width: 1px;height: 140%;position: absolute;background: #f5f5f5;opacity: .8;transform: rotate(45deg);left: calc(35% - 5px);top: -80px;}
#about_area .bgg:after{content:'';width: 1px;height: 100%;position: absolute;background: #f5f5f5;opacity: .8;}
#about_area .workframe {display:grid;margin: 0 0 0 auto;width: min(90%, 1620px);grid-template-columns: 26% 62%;justify-content: space-between;}
#about_area #about_info {margin-top: 45px;}
#about_area h2 { font-size: 45px; font-style: italic; }
#about_area article p {margin-bottom: 30px;line-height: 2.5;letter-spacing: 2px;font-weight: 400;}
#about_area .photo{margin: -170px 0 0 auto;width: min(90%, 1620px);position: relative;z-index: 7;}
#about_area .photo .more_btn{position:absolute;bottom: -20px;right: calc(45% - 29px);padding: 35px 35px;gap: 130px;}
#about_area .photo .imgg{width: min(100%, 920px);}
#about_area .photo img{aspect-ratio:945/500;object-fit: cover;}

/* custom_area */
#case_area{padding-top:0;margin-top: -120px;}
#case_area .bg_box {background-size:cover;background-position: bottom;background-repeat: no-repeat;z-index: -1;}
#custom_area .workframe{width: min(90%, 1620px);}
#custom_area .titbox  {display: flex;align-items: baseline;justify-content: flex-end;gap: 30px;margin-right: 160px;}
#custom_area .title_box, #news_area .title_box{padding:0;}
#custom_area .title_box:before, #news_area .title_box:before{display:none;}
#custom_area .title_box:after, #news_area .title_box:after{content:'';position: absolute;width: 7px;aspect-ratio: 1/1;border-radius: 50px;background: var(--primary);top: -7px;right: -14px;}
#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{display:grid;grid-template-columns: repeat(5, 1fr);margin-top: 70px;gap: 30px;}
#custom_area ul li{background: white;outline: 1px solid #bcbcbc;outline-offset: -20px;padding: 50px 30px;display: flex;flex-direction: column;align-items: center;box-shadow: 0 0 20px rgb(0 0 0 / 5%);}
#custom_area ul li .clip{text-align:center;}
#custom_area ul li .clip img{width:100px;height: auto;aspect-ratio: 1/1;object-fit: contain;}
#custom_area ul li .h3 {margin: 25px 0 5px;font-size: 20px;font-family: "Noto Serif TC", serif;}
#custom_area ul li article {font-weight: 300;font-size: 14px;color: #bbbbbb;font-family: "Vollkorn", serif;text-transform: uppercase;text-align: center;}

/* newother_area */
#newother_area .workframe{display:grid;grid-template-columns: 61% 33%;justify-content: space-between;align-items: end;}
#newother_area .other{border-left: 1px dashed #edebe9;padding-left: 90px;margin-top: 0;display: flex;flex-direction: column;gap: 30px;}
#newother_area .box img{width:100%;aspect-ratio: 370/160;object-fit: cover;}
#newother_area .box .tit{font-family: "Noto Serif TC", serif;font-size: 18px;}
#newother_area .box .entit{font-family: "Vollkorn", serif;font-size: 40px;text-transform: uppercase;letter-spacing: 3px;line-height: 1.2;margin-top: 15px;}

/* news_area */
#news_area .titbox {display:flex;gap: 20px;align-items: baseline;}
#news_area .more_btn {right:0;background: var(--primary);padding: 18px 30px;gap: 68px;}
#news_area .more_btn:hover{background:var(--triadic2)}
#news_area ul{margin-top: 80px;}
#news_area li {border-bottom: 1px solid #edebe9;padding: 40px 27px;}
#news_area li:first-child{border-top: 1px solid #edebe9;}
#news_area li .time {font-size: 15px;color: #656565;font-family: "Vollkorn", serif;font-weight: normal;}
#news_area li .more_btn { margin-left: 10px; padding: 2px 15px; max-width: calc(100% - 105px); height: 22px; font-weight: 100; font-size: 13px; z-index: 6; }
#news_area li .h3 {height: auto;line-height: 150%;font-size: 20px;font-family: "Noto Serif TC", serif;font-weight: 500;}
#news_area li:hover .h3{color:#919191}

/* book_area */
#book_area{padding-top: 3.5vw;}
#book_area .workframe{width:90%}
#book_area .titbox {margin-bottom: 3.5vw;margin-left: 10%;}
#book_area .title_box{padding: 0 0 10px;}
#book_area .title_box:before {height: auto;width: 7px;aspect-ratio: 1/1;border-radius: 50px;background: var(--primary);position: absolute;left: -19px;bottom: 9px;}
#book_area li {margin:0 15px;display: flex;justify-content: center;align-items: center;}
#book_area li .img_box{width:100%;}
#book_area li .img_box:before{content:'';position: absolute;width: 100%;height: 100%;top: 0;left: 0;opacity: 0;z-index: 2;background: linear-gradient(180deg, rgb(0 0 0 / 10%), #161616);}
#book_area li:hover .img_box:before{opacity: .8;}
#book_area li .h3 {top: 45%;height: auto;font-size: 16px;position: absolute;writing-mode: vertical-lr;font-family: "Noto Serif TC", serif;letter-spacing: 2px;z-index: 3;opacity: 0;}
#book_area li:hover .h3{top:15%;opacity:1}
#book_area li .moree{position:absolute;bottom: -40%;width: 100%;background: var(--primary);font-family: "Vollkorn", serif;font-size: 12px;display: flex;align-items: center;justify-content: center;color: white;gap: 15px;text-transform: uppercase;padding: 27px 0;z-index: 3;}
#book_area li:hover .moree{bottom:0}
#book_area li .moree svg{width: 12px;height: 12px;fill: white;}
#book_area li >a{z-index:10}

/* photo_area */
#photo_area{background-image:url(/images/44/photoBg.jpg);background-size: cover;background-position: 50% 50%;background-repeat: no-repeat;padding: 5.5vw 0 19vw;}
#photo_area p{text-align:center;color: white;font-family: "Vollkorn", serif;font-size: 20px;letter-spacing: 1.5px;margin-bottom: 30px;}
#photo_area h1{text-align:center;font-family: "Noto Serif TC", serif;color: white;font-size: 22px;font-weight: 500;letter-spacing: 2px;}

@media screen and (min-width: 1026px) {
    #photo_area{background-attachment: fixed;}
}
@media screen and (max-width: 1680px) {
    #about_area:after{width: calc(100% - 85px);}
}
@media screen and (max-width: 1460px) {
    #case_area{margin-top:0}
    #about_area:before{bottom: calc(25% + 40px);}
    #about_area .photo{margin-top: 50px;}
	#about_area .photo .more_btn{right: calc(30% - 26px);}
}
@media screen and (max-width: 1280px) {
    #newother_area .workframe{grid-template-columns:1fr}
    #newother_area .other{padding:0;display: grid;grid-template-columns: repeat(2, 1fr);gap: 60px;border: 0;margin-top: 90px;}
}
@media screen and (max-width: 1024px) {
    #photo_area{padding: 9.5vw 0 23vw;}
    #custom_area ul{grid-template-columns: repeat(3, 1fr);}
    #case_area{padding-top:5vw}
	#about_area .photo .more_btn{bottom: 0px;}
    #about_area:before{bottom:0}
    #about_area .photo .imgg{display:none;}
    #about_img img{width:100%}
	#about_area:after, #about_area .workframe{width:100%}
    #about_area .workframe{grid-template-columns:1fr}
    #about_area #about_info{width:80%;margin: 0 auto 30px;}
}
@media screen and (max-width: 980px) {
	section { padding-top: 10vw; }
	#product_list { width: 500px; }
	#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: 760px) {
    #news_area li .h3{font-size: 16px;}
    #news_area ul{margin-top:40px;}
    #news_area .more_btn{display:none;}
    #photo_area{padding: 80px 0 260px;background-size: 400%;}
    #custom_area .workframe{width: 75%;}
    #custom_area ul{grid-template-columns: 1fr;margin-top: 30px;}
    #case_area{padding-top:10vw}
    #custom_area .titbox{margin:0;display: flex;justify-content: flex-start;}
	#custom_area ul.nowrap_box {display: block;grid-template-columns: none;gap: 0;}
	#custom_area ul.nowrap_box li {position: relative;padding: 0;box-shadow: none;outline: none;background: none;}
    #custom_area ul.nowrap_box .clip {height: 80vw;}
    #custom_area ul.nowrap_box .clip img {width: 100%;height: 100%;object-fit: cover;}

	#custom_area ul.nowrap_box li {background: white;outline: 1px solid #bcbcbc;outline-offset: -20px;padding: 50px 30px;box-shadow: 0 0 20px rgb(0 0 0 / 5%);}
    #custom_area ul.nowrap_box .clip {height: auto;text-align: center;}
    #custom_area ul.nowrap_box .clip img {width: 100px; height: auto;max-width: 100%;object-fit: contain; }
    #custom_area ul.nowrap_box .h3 {margin: 25px 0 5px;font-size: 20px;font-family: "Noto Serif TC", serif;}
	#custom_area ul.nowrap_box .clip {display: flex;align-items: center;justify-content: center;}
    #custom_area ul.nowrap_box .clip img {display: block;margin: 0;}
	#custom_area .slick-slide {opacity: 1;transition: none;}
	#custom_area .clip,#custom_area .clip img {pointer-events: none;}

    #about_area .photo .more_btn{right: 10%;}
    #about_area:after{height: 80%;}
    #about_area article p{letter-spacing:0}
    section .entitle_box{font-size: 32px;}
	section, #about_area { padding: 15vw 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; }
    #book_area{padding-top:50px;}
    #book_area .titbox{margin-bottom:50px;}
    #photo_area h1{font-size:20px;line-height: 2.2;width: 80%;margin: 0 auto;}
    #news_area li{padding: 30px 0;}
    #newother_area .other{margin-top:40px;grid-template-columns: 1fr;gap: 40px;}
}
@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; }
	#news_area li .row { margin: auto; width: 280px; }
}
@media screen and (max-width: 480px) {
	#book_area li.row { margin: auto; width: 250px; }
}