#wrap { z-index: 5; }

/* section */
section {padding: 4vw 0;}
section >* { z-index: 3; }
section .title_box {padding-bottom: 3vw;font-size: 40px;color: #0a0a0a;font-weight: 500;}
section .title_box b{display:block;text-align: center;font-size: 70px;color: #eeeeee;margin-top: -70px;z-index: -1;position: relative;text-transform: uppercase;}
section .title_box b:after{content:'';background: #81d8d0;width: 70px;height: 4px;display: block;margin: 0 auto;border-radius: 50px;}
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_sub_list */
#product_sub_list >div { margin: auto; width: 100%; }
#product_sub_list li { width: 210px; }
#product_sub_list li .clip { height: 210px; -webkit-clip-path: url(#clip_sub_product); clip-path: url(#clip_sub_product); }
#product_sub_list li h3 { font-weight: 300; }

/* product_list */
#product_list li{margin: 0 30px;}
#product_list li .atag_item{z-index: 10;}
#product_list li .clip b{position:absolute;background: #364471;color: #fff;font-size: 13px;z-index: 2;bottom: 0;left: 0;font-weight: 200;padding: 5px 15px;border-radius: 50px;}
#product_list li .info_box {box-shadow: 0 0 10px rgb(0 0 0 / 15%);bottom: 0;border-radius: 10px;margin: 20px 0;}
#product_list li .info_box >div {padding: 25px;width: calc(100% - 50px);}
#product_list li .info_box h3 {height: auto;font-size: 20px;color: var(--black);}
#product_list li .info_box .price_box{display:flex;align-items: center;margin: 10px 0;}
#product_list li .info_box p.old {font-weight: 600;color: #2b2b2b;font-size: 20px;margin-left: 15px;}
#product_list li .info_box .more_btn{position:absolute;bottom: 25px;right: 25px;}

/* about_area */
#about_area {padding: 2vw 0;z-index: 5;background-image: url(/images/44/about-bg.jpg);background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;position: relative;}
#about_area:before{content:'';width: 133px;height: 266px;background: #81d8d0;border-radius: 0 150px 150px 0;position: absolute;left: 2.5%;top: -133px;}
#about_area:after{content:'';width: 458px;height: 120%;background: #ffffff;border-radius: 850px 0 0 850px;position: absolute;right: -150px;top: -10%;box-shadow: 0 0 100px rgb(0 0 0 / 10%);}
#about_area .workframe{display:flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
#about_area .workframe >div{width: 90%;margin: 0;}
#about_area .title_box { padding-bottom: 0; }
#about_area h2, #about_area .title_box b{text-align: left;}
#about_area .title_box b:after{margin: 0 0 30px;}
#about_area article {line-height: 160%;letter-spacing: 2px;font-weight: 400;color: var(--black);text-align: center;font-size: 15px;width: 100%;}
#about_area .clip { -webkit-clip-path: url(#clip_about); clip-path: url(#clip_about); }
#about_area .about_sub_1 { width: 350px; top: -10vw; left: -3vw; }
#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 .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; }

/* news_area */
#news_area li .img_box , #book_area li .img_box {border-radius: 15px;background-color: #f7f5f9;}
#news_area li .info_box {margin: 15px 15px 0;}
#news_area li .time {width: 80px;font-weight: 400;font-size: 15px;color: #141414;font-family: 'Kanit', sans-serif;}
#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: 15px 0 10px;height: auto;line-height: 150%;font-size: 20px;-webkit-line-clamp: 1;}
#news_area li p{height: auto;-webkit-line-clamp: 2;font-size: 14px;color: #444444;line-height: 150%;}

/* book_area */
#book_area li h3 { margin-top: 10px; height: 30px; font-size: 18px; }

/* photo_area */
#photo_area .item { width: 260px; height: 110px; }
#photo_area .item img { height: 100%; }

@media screen and (min-width: 1024px){
	#about_area{background-attachment: fixed;}
}
@media screen and (max-width: 1680px){
	#about_area article{}
}
@media screen and (max-width: 1440px){
	#about_area:after{right: -300px;}
	#about_area .workframe #about_img{width: 45%;}
	#about_area .workframe{justify-content: flex-start;}
	#about_area .about_sub_1 , #about_area .about_sub_2 , #about_area .about_sub_3 { width: 20vw; }
}
@media screen and (max-width: 1366px){
	#about_area:before{display:none;}
	#product_list li .info_box .more_btn{padding: 4px 15px;font-size: 14px;}
}
@media screen and (max-width: 1024px){
	#about_area .workframe >div{width:100%;}
	section{padding: 45px 0;}
	section .title_box b{font-size: 50px;margin-top: -50px;}
	section .title_box{font-size: 30px;}
	#about_area .workframe #about_img{margin-right:5%;}
	#about_area article{width: 100%;font-size: 15px;}
	#about_area:after{display:none;}
	#product_list { margin: auto; }
	#news_area li h3 { height: 30px; -webkit-line-clamp: 1; }
}
@media screen and (max-width: 980px){
	#about_area{padding: 50px 0;}
	#about_area .workframe {justify-content: center;}
	#about_area .workframe #about_img{width: 60%;margin: 0 0 30px;}
	#about_area #about_info {width: 100%;}
	#about_area .about_sub_2 { top: auto; bottom: 35vw; width: 35vw; }
	#about_area .about_sub_3 { width: 29vw; left: 10vw; }
}
@media screen and (max-width: 760px){
	#product_sub_list >div { margin: 10px auto 50px; }
	#product_sub_list li { width: 150px; }
	#product_sub_list li .clip { height: 150px; }
	#product_list {}
}
@media screen and (max-width: 550px){
	#news_area .title_box{margin-bottom:30px;}
	#about_area .workframe #about_img{width:80%;}
	section .title_box b{font-size: 40px;margin-top: -40px;}
	#product_sub_list li { margin: 10px; width: 35vw; }
	#product_sub_list li .clip { height: 35vw; }
	#product_list {width: 90vw;margin-top: 30px;}
	#about_area #about_img { width: 80vw; }
	#about_area .about_sub_2 { bottom: 60vw; }
	#news_area li .row {margin: auto;width: 90%;}
	section .clip img{height:auto;}
}
@media screen and (max-width: 480px){
	#book_area li .row { margin: auto; width: 250px; }
}