/* index.less */
#product_area .row .info_box{transform:scale(1);-webkit-transform:scale(1);}@media (min-width:1281px){#product_area .row:hover .info_box{transform:scale(0);-webkit-transform:scale(0);}}@media (max-width:1280px){#product_area .slick-current .img_box{transform:scale(1);-webkit-transform:scale(1);}}

.webBox .wrapper { position: relative; background: var(--secondary); z-index: 2; }
body {margin: 0;background: var(--secondary);}


/* section */
section { padding: 5vw 0; }
section >* { z-index: 3; }
section .title_box { margin-bottom: 40px; }
section .title_box font { text-transform: uppercase; line-height: 130%; letter-spacing: 8px; font-weight: 400; font-size: 39px; }
section .title_box font:last-child { margin-left: 15px; }
section .title_box .page_title { font-weight: 300; font-size: 23px; }
section.bg_box { background: no-repeat 50% / cover; background-attachment: fixed; }
section.bg_box:before , section.bg_box:after { position: absolute; width: 100%; height: 100%; background: var(--secondary); top: 0; left: 0; z-index: 1; content: ""; opacity: .6; }

/* about_area */
#about_area .img_item { margin-bottom: 30px; order: 1; }
#about_area .img_item:before { position: absolute; width: 90%; height: 100%; border: 1px rgba(var(--info-rgb), .1) solid; display: block; top: 30px; right: 30px; content: ""; }
#about_area .img_item img { width: 90%; }
#about_area .img_item a { padding: 20px 35px; letter-spacing: 5px; text-transform: uppercase; font-size: 13px; right: 30px; bottom: -30px; z-index: 3; }
#about_area .info_item article { margin-bottom: 30px; width: 90%; line-height: 210%; letter-spacing: 2px; font-weight: 100; }

/* list_box */
.list_box .info_box h3 { height: 30px; font-weight: 400; font-size: 18px; }
.list_box .row { margin: 0 15px; display: block; }

/* news_area */
#news_area .list_box .row { padding-bottom: 30px; }
#news_area .list_box .row img { height: 320px; }
#news_area .list_box .row .info_box { padding: 15px; width: calc(100% - 70px); box-shadow: 0 0 10px rgba(var(--black-rgb), .3); left: 20px; bottom: 0; }
#news_area .list_box .row .info_box p * { font-weight: 100; font-size: 14px; }
#news_area .list_box .row .info_box p a { margin-right: 10px; padding: 0 2px; max-width: calc(100% - 82px); height: 23px; z-index: 2; }

/* product_area */
#product_area{padding-top:70px;}
#product_area img { height: 100%; }
#product_area .row .info_box >div { margin: auto; width: calc(100% - 100px); }
#product_area .row .info_box h3 { margin: 10px 0; }
#product_area .row .info_box .line { margin: 10px 0 30px; width: 50px; height: 1px; background: var(--primary); opacity: .7; }
#product_area .row .info_box article { height: 75px; font-weight: 300; font-size: 15px; -webkit-line-clamp: 3; }
#product_area .row .info_box .price { margin-top: 15px; min-height: 30px; }
#product_area .row .info_box .price font { margin-left: 20px; font-weight: 300; }
#product_area .title_box .slick-prev{position:absolute;z-index: 999;left: 20px;top: 45%;}
#product_area .title_box .slick-prev:before{position: absolute;content: '';width: 15px;height: 95px;background-image: url(/images/39/left-arrow.png);background-size: contain;background-repeat: no-repeat;z-index: 999;}
#product_area .title_box .slick-next{position:absolute;z-index: 999;right: 35px;top: 45%;}
#product_area .title_box .slick-next:before{position: absolute;content: '';width: 15px;height: 95px;background-image: url(/images/39/right-arrow.png);background-size: contain;background-repeat: no-repeat;z-index: 999;}
#product_area .list_box ul{display:grid;grid-template-columns: repeat(2, 1fr);gap: 45px;}
#product_area .list_box ul p{font-size: max(1.8 * (1vw + 1vh) / 2, 16px);padding: 20px 0;font-weight: 200;letter-spacing: 2px;}
#product_area .list_box ul li .row{margin:0;}
#product_area li .img_box{position:relative;overflow: hidden;}
#product_area li .img_box:before{content:'';position:absolute;width:100%;height: 80%;background: #1c1c1a;opacity: .6;top: 0;transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);-webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);}
#product_area li:hover .img_box:before{top: -100%;opacity:0;}
#product_area .midarrow{padding:150px 0;text-align: center;animation: float 4s ease-in-out infinite;}
#product_area .midarrow img{width:95px;background:none;}

@keyframes float{0%{transform:translateY(0)}
50%{transform:translateY(-20px)}
100%{transform:translateY(0)}
}


/* book_area */
#book_area .row img { height: 400px; }
#book_area .row .info_box { padding: 100px 15px 60px; width: calc(100% - 30px); background: -webkit-linear-gradient(top,transparent 0,rgba(var(--black-rgb), .01) 2%, rgba(var(--black-rgb), .8) 90%); background: linear-gradient(to bottom,transparent 0,rgba(var(--black-rgb), .01) 2%, rgba(var(--black-rgb), .8) 90%); bottom: -20px; left: 0; }

@media screen and (min-width: 1281px){
	#about_area .d_flex { align-items: center; }
	#news_area .list_box .row:hover .info_box { bottom: 30px; }
	#product_area .row:hover .info_box .line { width: 100%; }
	#book_area .row:hover .info_box { bottom: 0; }
}
@media screen and (max-width: 1280px){
	#about_area .img_item:before , #about_area .img_item img { width: 100%; }
	#about_area .img_item img { height: 100%; }
	#product_area .midarrow{padding: 90px 0;}

}
@media screen and (max-width: 1024px){
	#about_area .img_item { width: 59vw; margin: 0 0 0 auto; order: inherit; }
	#about_area .img_item:before { border: 0; background: rgba(var(--secondary-rgb), .6); top: 0; right: 0; z-index: 2; }
	#about_area .info_item { margin-top: -80px; z-index: 4; }
}
@media screen and (max-width: 768px){
	#about_area .img_item { width: 80vw; height: 50vw; }
	#book_area .row img { height: 350px; }
	#product_area{padding-top: 30px;}
	#product_area .midarrow{padding: 50px 0;}
	#product_area .title_box .slick-prev:before{display:none;}
	#product_area .title_box .slick-next:before{display:none;}
}
@media screen and (max-width: 640px){
	#about_area .img_item { width: 100%; height: 60vw; }
	#about_area .img_item:before { background: rgba(var(--secondary-rgb), 0); }
	#about_area .info_item { margin-top: 40px; }
	#product_area .list_box ul{gap: 10px;}
}
@media screen and (max-width: 500px){
	#product_area .list_box { width: 100%; }
	#product_area .midarrow{padding: 30px 0;}
	#product_area .midarrow img{width: 50px;}
	#product_area .list_box ul p{font-size:10px;padding: 10px;letter-spacing: 0px;}
	footer #flogo img{width: 100px;}
}