#wrap { z-index: 5; }

/* section */
section {padding: 5vw 0;}
section >* { z-index: 3; }
section .title_box {padding-bottom: 3vw;font-size: 28px;font-weight: 500;letter-spacing: 4px;margin-bottom: 150px; color: #444;}
section .emtitle_box{font-family: "Inter", sans-serif;font-style: normal;font-size: 40px;color: #464747;line-height: 1.7;text-transform: uppercase;font-weight: 500;}
section:not(#about_area) .emtitle_box:before{content:'';width: 12px;aspect-ratio: 1 / 1;background: var(--complement);border-radius: 50px;box-shadow: 22px 0 var(--primary);margin-right: 35px;display: inline-block;display: block;margin-bottom: 10px;}
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:after{content:'';display:block;width:100%;height:100%;position:absolute;top:0;left:0;background-image:url(/images/44/index-bg-bling.png);background-repeat:no-repeat;background-position:0 0;animation-name:indexbling;animation-iteration-count:infinite;animation-duration: 35s;opacity:-1;z-index: 0;transform: scaleX(-1);}
@keyframes indexbling{0%{background-position:-100% -100%;opacity:0.3}50%{opacity:1}100%{background-position:300% 300%;opacity:0.3}}
#product_list{width: 90%;margin: 0 0 0 auto;}
#product_area .bg_box {opacity:.35;z-index: -1;}
#product_area .slick-list{overflow: unset;}
#product_area li .clip:after{content:'';position: absolute;width: 55%;height: 85%;top: -5%;right: 0;z-index: -1;background: linear-gradient(56deg, var(--primary), var(--secondary));border-radius: 30px;}
#product_area li img{aspect-ratio: 1/1.1;object-fit: contain;}
#product_area li{margin-top: -8vw;}
#product_area li.slick-current{margin-top:0}
#product_area li h3{position:absolute;width: 35px;height: auto;top: 5%;right: 20px;font-size: 22px;letter-spacing: 0;color: var(--white);font-weight: 500;text-shadow: 5px 5px 5px rgb(130 78 64 / 40%);overflow: unset;display: block;line-height: 1.2;}
#product_area li:hover h3{text-shadow:0 0 0 rgb(130 78 64 / 40%)}
#product_area .paroller{position:absolute;width: 6vw;height: 850px;top: 10%;background: linear-gradient(180deg, var(--secondary), var(--complement));}

/* about_area */
#about_area {position: relative;padding-bottom: 15vw;}
#about_area:after{content:'';position: absolute;width: 65%;height: 20%;background: var(--white);bottom: 0;left: 0;}
#about_area *{color:#fff}
#about_area .video-bg{position:absolute;top: 0;width: 100%;height: 100%;z-index: -1;overflow: hidden;display: flex;align-items: center;justify-content: center;background: #000;}
#about_area .video-bg video{opacity: .35;filter: saturate(60%);}
#about_area h2 { font-size: 45px; font-style: italic; }
#about_area article p {margin-bottom: 60px;line-height: 220%;letter-spacing: 2px;font-weight: 300;text-align: center;}
#about_area .workframe{width: min(90%, 800px);}

/* 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{display:grid;grid-template-columns: 60% 25%;justify-content: space-between;}
#news_area .box{order:2}
#news_area .newlist {margin-top: -8vw;}
#news_area li{margin:0 10px;}
#news_area li:not(:last-child):after {content:'';width: 100%;height: 5px;display: block;margin: 30px 0;background: linear-gradient(to right, #dadada, #dadada 2px, transparent 2px, transparent 4px);background-repeat: repeat-x;background-size: 4px 1px;background-position: 50% 50%;border-right: 1px solid #dadada;border-left: 1px solid #dadada;}
#news_area li .img_box , #book_area li .img_box {background-color: #f9f9f9;}
#news_area li .info_box {display: grid;grid-template-columns: 150px 1fr 70px;align-items: center;}
#news_area li .time {font-weight: 400;font-size: 13px;font-family: "Inter", sans-serif;display: inline-flex;align-items: center;gap: 5px;}
#news_area li .time svg{opacity:.75;margin-top: -2px;}
#news_area li .more_btn {padding: 0;height: auto;font-weight: 100;font-size: 13px;z-index: 6;background: none;color: var(--primary);vertical-align: bottom;}
#news_area li h3 {height: auto;line-height: 150%;font-size: 20px;-webkit-line-clamp: 1;font-weight: 500;}

/* book_area */
#book_area li h3 { margin-top: 10px; height: 30px; font-size: 18px; }

/* photo_area */
#photo_area:before{content:'';background-image: url(/images/44/Bg.jpg);background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;position: absolute;width: 68vw;height: 57%;right: 0;bottom: 0;opacity: .35;z-index: -1;}
#photo_area:after{content:url(/images/44/shadow.png);position: absolute;top: 0;left: 0;:;: 0;z-index: -1;animation-name: shadow;animation-direction: alternate;animation-iteration-count: infinite;animation-timing-function: ease-in-out;animation-duration: 2s;}
@keyframes shadow{0%{transform-origin:left top;transform:rotate(-3deg);}100%{transform-origin:left top;transform:rotate(3deg);}}
#photo_area .workframe  {display: grid;grid-template-columns: 50% 40%;justify-content: space-between;align-items: center;}
#photo_area .title_box{padding-bottom: 4.5vw;}
#photo_area .box p{margin-bottom: 3vw;}
#photo_area .item h5{text-align:center;margin-top: 15px;font-weight: 400;}
#photo_area .item {margin: 0 20px;}
#photo_area .info{padding:0 40px;}
#photo_area .info *{transition: unset;-webkit-transition:unset;transition: all 0s ease-in-out;-webkit-transition: all 0s ease-in-out;}
#photo_area .slick-prev:before,#photo_area .slick-next:before{font-size:23px;font:normal normal normal 37px/1 FontAwesome;content:"";background-image:url(/images/44/arrowleft.png);background-size:contain;background-repeat:no-repeat;padding:24px 20px;border-radius:35px;display:inline-block;color:#454545}
#photo_area .slick-next:before{content:"";background-image:url(/images/44/arrowright.png)}
#photo_area .slick-prev{left:0}
#photo_area .slick-next{right:0}

@media screen and (max-width: 1680px) {
    #product_area .paroller{width: 4vw;}
}
@media screen and (max-width: 1400px) {
	#product_list{width: 95%;}
}
@media screen and (max-width: 1024px) {
    #product_area li{margin-top:0}
    #product_area .paroller{display:none;}
	#product_list {margin: 5vw auto 0;width: 100%;}
    #about_area:after{display:none;}
    #about_area{padding-bottom:5vw}
    #news_area .newlist{margin:0}
    #news_area .workframe{grid-template-columns:1fr;gap: 30px;}
    #news_area .box{order:0}
}
@media screen and (max-width: 980px) {
    section, #about_area{padding: 10vw 0;}
    #product_area li h3{top: 15%;}
    #product_area .slick-list{overflow:hidden;}
    #photo_area .workframe{display: block;}
    #product_area li .clip:after{top: 20px;}
}
@media screen and (max-width: 760px) {
    section .clip img{height: auto;}
    #news_area li .more_btn{position:absolute;right: 10px;top: 0;}
    #news_area li .info_box{grid-template-columns:1fr;gap: 5px;}
    section .title_box{font-size:25px;padding-bottom: 8vw;}
    #product_area li img{aspect-ratio: 1 / 1.3;}
    #photo_area .box p{margin-bottom: 40px;}
    section, #about_area{padding: 15vw 0;}
    #photo_area:after{zoom:60%}
    #photo_area .box{margin-top:25px;}
    section .emtitle_box{font-size: 35px;}
}
@media screen and (max-width: 550px) {
	#about_area #about_img { width: 80vw; }
	#about_area .about_sub_2 { bottom: 60vw; }
	#news_area li .row { margin: auto; width: 280px; }
}