#wrap { z-index: 5; }

/* section */
section {padding: 5vw 0;}
section >* { z-index: 3; }
section .title_box {padding-bottom: 3vw;font-size: 40px;}
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%; }

/* product_area */
#product_area{padding-top: 0;margin-top: -90px;}
#product_area .title_box {width: 1160px;margin: 0 auto;}

/* product_list */
#product_list ul {display: flex;flex-wrap: wrap;justify-content: space-between;}
#product_list li {width: calc((100%/3) - 40px);margin: 20px;border-radius: 80px 10px 10px 10px;overflow: hidden;}
#product_list li:nth-child(2), #product_list li:nth-child(6), #product_list li:nth-child(8){border-radius: 10px 10px 10px 80px;}
#product_list li:nth-child(3), #product_list li:nth-child(5), #product_list li:nth-child(9){border-radius: 10px 80px 10px 10px;}
#product_list li:nth-child(4){border-radius: 10px 10px 80px 10px;}
#product_list li .info_box {width: 100%;height: 100%;bottom: 0;left: 0;display: flex;align-items: center;justify-content: center;opacity: 0;}
#product_list li:hover .info_box{opacity:1;}
#product_list li .info_box:after{content:'';position: absolute;width: 100%;height: 100%;bottom: 0;left: 0;background: linear-gradient(50deg,var(--secondary), var(--primary));opacity: .8;}
#product_list li img{height: auto;background-size: cover;background-position: 50% 50%;background-repeat: no-repeat;}
#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 {font-weight: 400;font-family: 'Kanit', sans-serif;background: var(--white);padding: 6px 30px;font-size: 14px;color: var(--secondary);z-index: 2;}

/* about_area */
#about_area {padding: 60px 0 0;background: #f8f8f8;margin-top: 70px;}
#about_area .workframe{width: 1160px;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
#about_area article {line-height: 240%;font-weight: 400;text-align: justify;}
#about_area .clip { -webkit-clip-path: url(#clip_about); clip-path: url(#clip_about); }
#about_area .title_box {padding: 0;}
#about_area #about_info{width: calc(100% - 470px);}
#about_area .about_sub_1 .clip { -webkit-clip-path: url(#clip_about_sub_1); clip-path: url(#clip_about_sub_1); }
#about_area .about_sub_2 { width: 300px; top: -3vw; right: 2vw; }
#about_area .about_sub_2 .clip { -webkit-clip-path: url(#clip_about_sub_2); clip-path: url(#clip_about_sub_2); }
#about_area .about_sub_3 { width: 300px; bottom: -11vw; left: 35vw; }
#about_area .about_sub_3 .clip { -webkit-clip-path: url(#clip_about_sub_3); clip-path: url(#clip_about_sub_3); }

/* custom_area */
#custom_area{margin-bottom: 80px;border-bottom: 1px solid #f8f8f8;}
#product_area .workframe{width:1160px;}
#custom_area ul {display:flex;flex-wrap: wrap;margin-top: 30px;}
#custom_area ul li h6{margin:0 10px;}
#custom_area ul li h6 a{font-size: 19px;font-weight: 400;padding: 0 10px 20px;display: block;width: auto;position: relative;}
#custom_area ul li h6 a:after{content:'';position: absolute;bottom: 0;left: 0;width: 100%;height: 2px;background: var(--triadic2);opacity: 0;}
#custom_area ul li:hover h6 a:after{opacity:1;}

/* news_area */
#news_area li .img_box , #book_area li .img_box { border-radius: 15px; background-color: #f9f9f9; }
#news_area li .info_box { margin: 10px 15px 0; }
#news_area li .time { width: 65px; font-weight: 400; font-size: 13px; }
#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 { margin-top: 10px; height: 60px; line-height: 150%; font-size: 20px; -webkit-line-clamp: 2; }

/* book_area */
#book_area li h3 { margin-top: 10px; height: 30px; font-size: 18px; }

/* photo_area */
#photo_area{padding-top: 3vw;position: relative;margin-top: 90px;}
#photo_area:after{content:'';width: 100%;height: 40%;background: #efefef;position: absolute;bottom: 0;z-index: -1;}
#photo_area .follow{display:flex;flex-wrap: wrap;justify-content: center;}
#photo_area .follow .row{width: calc((100%/5) - 40px);}
#photo_area .item img { height: 100%; }

@media screen and (max-width: 1200px){
	#about_area .workframe, #product_area .title_box, #product_area .workframe{width: 90%;}
}
@media screen and (max-width: 1024px){
	#product_list { margin: auto; }
	#news_area li h3 { height: 30px; -webkit-line-clamp: 1; }
	section .title_box{font-size: 35px;}
	#photo_area{margin-top:120px;padding-bottom: 0;}
	#about_area{margin:0;}
}
@media screen and (max-width: 980px){
	#product_list li{width: calc((100%/2) - 40px);}
	#about_area #about_info {width: 100%;margin-top: 20px;}
	#about_area .about_sub_2 { top: auto; bottom: 35vw; width: 35vw; }
	#about_area .about_sub_3 { width: 29vw; left: 10vw; }
	#photo_area .follow .row:nth-child(4), #photo_area .follow .row:last-child{display:none;}
	#photo_area .follow .row{width: calc((100%/3) - 40px);}
	#about_area .workframe{display:block;}
	#product_list li:nth-child(9){display:none;}
}
@media screen and (max-width: 760px){
	section {padding: 8vw 0;}
	#product_sub_list >div { margin: 10px auto 50px; }
	#product_sub_list li { width: 150px; }
	#product_sub_list li .clip { height: 150px; }
	#product_list li .info_box { width: 45vw; height: 30vw; }
	#photo_area:after{height: 25%;}
	#about_area{padding: 30px 0 0;}
	#custom_area ul li h6{margin:0 5px;}
	#custom_area ul li h6 a{padding:0 5px 10px;}
	#custom_area{margin-top: 50px;margin-bottom: 30px;}
}
@media screen and (max-width: 550px){
	#product_list li{width: calc((100%/1) - 40px);}
	#photo_area .follow .row:nth-child(2){display:none;}
	#photo_area .follow .row{width: calc((100%/2) - 20px);margin: 0 10px;}
	section .title_box{font-size: 28px;}
	#about_area #about_img { width: 80vw; }
	#about_area .about_sub_2 { bottom: 60vw; }
	#news_area li .row { margin: auto; width: 280px; }
}