/* 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%;font-weight: 600;font-size: 20px;color: var(--secondary);font-family: 'Lato', sans-serif;letter-spacing: 2.5px;}
section .title_box .page_title {font-weight: 900;font-size: 45px;color: var(--complement);letter-spacing: 10px;}
section.bg_box { background: no-repeat 50% / cover; background-attachment: fixed; }

/* about_area */
#about_area{position:relative;}
#about_area .img_item {order: 1;}
#about_area .img_item img {width: 100%;height: calc(100% - 40px);border: 20px #272727 solid;}
#about_area .more_btn {padding: 20px 55px;letter-spacing: 5px;text-transform: uppercase;font-size: 15px;z-index: 3;position: relative;background: var(--complement);}
#about_area .info_item article {margin-bottom: 30px;width: 100%;line-height: 200%;letter-spacing: 1px;font-weight: 400;}
#about_area .info_item article p{color: var(--secondary);}
#about_area .info_item article ol{margin-left: 30px;margin-top: 5px;}
#about_area .info_item article li{margin: 0px 0px 5px 20px;list-style-type: disc;list-style-position: inherit;color: #7a7a7a;line-height: 1.8;letter-spacing: 0.2px;font-weight: 400;}

/* list_box */
.list_box .info_box h3 {height: 30px;font-weight: 400;font-size: 20px;letter-spacing: 1px;}

/* news_area */
#news_area {background:#f7f7f7;}
#news_area li {border: 1px solid #d8d8d8;border-radius: 10px;}
#news_area li .news-info{position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;padding: 20px;justify-content: space-between;flex-wrap: wrap;}
#news_area li .news-info:before {content: '';display: block;position: absolute;top: 0;right: 0;bottom: 0;left: 0;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
#news_area li .news-info .news-bottom{display: flex;width: 100%;align-items: center;justify-content: space-between;}
#news_area li .news-info .news-bottom h4{color: var(--secondary);display: inline-block;font-size: 40px;line-height: 0.9;text-align: center;font-family: 'Archivo Black', sans-serif;width: 70px;}
#news_area li .news-info .news-bottom h4 small {display: block;font-size: 14px;line-height: 23px;margin-top: 5px;font-weight: bold;font-family: 'Lato', sans-serif;}
#news_area li .news-info .Txt{width: 100%;position: relative;}
#news_area li .news-info h3{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width: calc(100% - 100px);height: 64px;}
#news_area li .news-info h3 a{color: #434343;font-size: 18px;font-weight: 500;}
#news_area li .news-info p a{font-size: 14px;line-height:150%;font-weight: 300;letter-spacing: 0.5px;color: #7e7e7e;height: 34pt;overflow:hidden;margin-top: 20px;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;}
#news_area li .readmore{text-align:right;position:relative;border-top: 1px solid #d8d8d8;padding: 20px;}
#news_area li .readmore a{display: flex;justify-content: space-between;font-family: 'Lato', sans-serif;font-size: 12px;letter-spacing: 1px;font-weight: 700;}
#news_area li .readmore a b{display:block;color:#fff;right:0;top:calc(50% - 10px);width:20px;height:20px;line-height:20px;border-radius:50%;text-align:center;font-size:8pt;}
#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 img { height: 100%; }
#product_area .img_box{background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;}
#product_area .row .info_box >div {margin: -45px 0 0;width: 100%;}
#product_area .row .info_box h3 {margin: 10px 0;color: var(--secondary);text-align: center;}
#product_area .row .info_box >div p a{background: rgb(37 37 37 / 85%);display: flex;border-radius: 5px;color: #fff;margin: 20px;font-size: 14px;padding: 10px 0;line-height: 100%;justify-content: center;align-items: center;}
#product_area .row .info_box .line {margin: 20px auto;width: 50px;height: 1px;background: var(--secondary);opacity: .7;}
#product_area .row .info_box article {height: 75px;font-weight: 300;font-size: 14px;-webkit-line-clamp: 3;text-align: center;}
#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; }

/* 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; }
#book_area .list_box .info_box p{text-align: center;margin-bottom: 5px;}
#book_area .list_box .info_box p a{background: var(--primary);display: inline-block;color: var(--white);padding: 0 20px;font-size: 13px;letter-spacing: 2px;border-radius: 5px;line-height: 25px;}

@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: calc(100% - 40px);}
}
@media screen and (max-width: 1024px){
	#about_area .img_item {width: 100%;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: 20px;z-index: 4;display: block;}
}
@media screen and (max-width: 768px){
	#about_area .img_item { width: 80vw; height: 50vw; }
	#product_area .list_box {margin: auto;}
	#product_area .row .info_box article { height: 50px; -webkit-line-clamp: 2; }
	#book_area .row img { height: 350px; }
}
@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; }
}
@media screen and (max-width: 500px){
	section { padding: 50px 0; }
	section .title_box .page_title{font-size: 35px;line-height: 130%;}
	#product_area .list_box { width: 100%; }
}