/* section */
section {padding: 40px 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: 600;font-size: 40px;}
section .title_box font:last-child {margin-left: 15px;color: #7eafda;}
section .title_box .page_title {font-weight: 400;font-size: 20px;color: var(--info);letter-spacing: 5px;}
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: #023665;top: 0;left: 0;z-index: 1;content: "";opacity: 1;}
section.bg_box:after { background: -webkit-linear-gradient(bottom,rgba(var(--secondary-rgb), 1) 0%,rgba(var(--secondary-rgb), .7) 100%); background: linear-gradient(to top,rgba(var(--secondary-rgb), 1) 0%,rgba(var(--secondary-rgb), .7) 100%); opacity: 1; }

/* about_area */
#about_area .img_item {order: 1;}
#about_area .img_item:before {position: absolute;width: 80%;height: 80%;border: 1px rgb(151 151 151 / 15%);display: block;top: 30px;right: 30px;content: "";border-radius: 20% 0 20% 0;border-style: double;border-width: 6px;}
#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: 70px;width: 90%;line-height: 210%;letter-spacing: 3px;font-weight: 100;font-size: 16px;text-align: justify;}
#about_area .more_btn{background: #b00110;padding: 15px 60px;border-radius: 10px;}

/* list_box */
.list_box .info_box h3 {height: 30px;font-weight: 400;font-size: 18px;color: var(--white);}

/* news_area */
#news_area .list_box .row { padding-bottom: 30px; }
#news_area .list_box .row img {height: 240px;}
#news_area .list_box .row .info_box {padding: 15px 25px;width: calc(100% - 50px);background: #b00110;}
#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 ul{display:flex;flex-wrap: wrap;justify-content: space-between;}
#product_area ul li{width: calc((100%/3) - 105px);background: #b00110;padding: 50px 40px;border-radius: 25px;margin: 0 0 35px;}
#product_area img {width: 100px;margin: 0 auto;background: none;-webkit-filter: contrast(0) brightness(150%);filter: contrast(0) brightness(200%);}
#product_area .info_box{flex-direction: column;align-items: center;}
#product_area .row .info_box >div {margin: auto;}
#product_area .row .info_box h3 {margin-bottom: 15px;padding-bottom: 10px;border-bottom: 1px rgba(var(--white-rgb), .2) solid;letter-spacing: 5px;font-weight: 400;font-size: 22px;text-align: center;width: 100%;height: auto;}
#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 {letter-spacing: 2px;line-height: 180%;font-weight: 100;font-size: 14px;text-align: justify;}
#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; }

@media screen and (min-width: 1281px){
	#about_area .d_flex { align-items: center; }
	#news_area .list_box .row:hover .info_box {}
	#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 .row .info_box {}
	#news_area .list_box .row img {height: 200px;}
	#product_area .row .img_box { opacity: .1; }
}
@media screen and (max-width: 1024px){
	#about_area .img_item {width: 45vw;margin: 0 0 0 auto;order: inherit;position: absolute;right: 0;opacity: .25;}
	#about_area .img_item:before {border: 0;background: rgba(var(--secondary-rgb), .6);top: 0;right: 0;z-index: 2;display: none;}
	#about_area .info_item {z-index: 4;}
}
@media screen and (max-width: 768px){
	#product_area ul li {width: calc((100%/2) - 105px);}
	#product_area .row .info_box >div { width: calc(100% - 60px); }
	#book_area .row img { height: 350px; }
}
@media screen and (max-width: 640px){
	section .title_box font{letter-spacing: 4px;font-size: 35px;}
	#news_area .title_box font{margin:0;}
	#product_area ul li {width: calc(95% - 80px);margin: 0 2.5% 30px;}
	#about_area .img_item {width: 100%;top: -40px;}
	#about_area .img_item:before { background: rgba(var(--secondary-rgb), 0); }
	#about_area .info_item { margin-top: 40px; }
}
@media screen and (max-width: 500px){
	#product_area .list_box { width: 100%; }
}