/* section */
section { padding: 5vw 0; }
section >* { z-index: 3; }
section .title_box {margin-bottom: 10px;}
section .title_box font, .product_r_box h2 {text-transform: uppercase;line-height: 110%;font-weight: 700;font-size: 58px;font-family: "Montserrat", serif;color: var(--black);}
section .title_box font:first-letter{color:var(--primary)}
section .title_box .page_title {font-size: 30px;}
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%; top: 0; left: 0; z-index: 1; content: ""; opacity: .6; }
.more_btn{margin-top:0px}
.more_btn a{position:relative;overflow:hidden;width: 130px;padding:10px 30px;display:inline-block}
.more_btn font{text-align:left;font-weight:500;text-transform:uppercase;letter-spacing:3px;color:#4f3c30}
.more_btn.white font{letter-spacing:1px;font-size:12px;position:relative;-webkit-writing-mode:inherit;-ms-writing-mode:inherit;writing-mode:inherit;color:#fff;font-family: 'Montserrat', sans-serif;font-weight: 600;z-index: 1;}
.more_btn.white a:before{content:"";height:100%;width:0;display:block;position:absolute;bottom:0;left:-22px;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s;background-color: #1f7a3b;-webkit-transform:skewX(-30deg);-ms-transform:skewX(-30deg);transform:skewX(-30deg);z-index: 1;}
.more_btn.white a::after{content:'';position:absolute;height:100%;width:100%;top:0;left:0;background-color: var(--primary);-webkit-transform:skewX(-30deg);-ms-transform:skewX(-30deg);transform: skewX(-30deg);z-index: 0;transform-origin:top left;transition:all 1.1s ease-in-out;-webkit-transition:all 1.1s ease-in-out}


/* about_area */
#about_area{
    position: relative;
    padding-top: 5vw;
}
#about_area:before {
    content: '';
    position: absolute;
    top: -174px;
    left: 0;
    width: 190px;
    height: 350px;
    background-image: url(/images/39/img-q1.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 3;
}
#about_area .about_box{padding-top: 5vw;}
#about_area .about_box:after{content:'';background: var(--white);width: 90%;height: 85%;position: absolute;bottom: 70px;right: 0;z-index: -1;border-radius: 60px 0 0 60px;}
#about_area p.bg_txt{position:absolute;right: 5%;top: 0%;}
#about_area p.bg_txt font{text-transform:uppercase;line-height:130%;letter-spacing:7px;font-weight:700;font-size: 225px;font-family:'Montserrat',serif;color: rgb(194 212 200 / 32%);}

#about_area .img_item {margin-bottom: 30px;order: 1;}
#about_area .img_item img {width: 100%;}
#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 .more_btn{
    position: relative;
    margin-bottom: 80px;
}
#about_area .info_item article { margin-bottom: 30px; width: 90%; line-height: 210%; letter-spacing: 2px; font-weight: 100; }
#about_area .info_item article p{
    font-weight: 500;
}
#about_area .info_item article p.maintext, .product_r_box p{
    color: var(--black);
    font-size: 18px;
    letter-spacing: 1px;
}
#about_area .info_item article p.greentext{
    color: var(--primary);
    font-size: 20px;
    padding-top: 60px;
    padding-bottom: 15px;
    position: relative;
}
#about_area .info_item article p.greentext::after{position:absolute;content:"";width:60px;height:2px;background-color: var(--primary);top: 30px;left:0}
#about_area .info_item article p.wraptext{
    color: var(--white);
    background: var(--primary);
    padding: 50px 30px;
    margin: 30px 0;
}
#about_area .top_box{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
}
#about_area .botton_box{
    display: flex;
    width: min(100%, var(--width-xl));
    justify-content: space-between;
    padding-top: 50px;
    border-top: 2px #cccccc solid;
    align-items: center;
}
#about_area .botton_box .title_box font{
    padding-bottom: 50px;
    position: relative;
}
#about_area .botton_box .title_box font::after{position:absolute;content:"";width:60px;height:2px;background-color: var(--primary);bottom: 25px;left:0}
#about_area .botton_box .title_box p{
    color: var(--primary);
    font-size: 24px;
    font-weight: 500;
}
#about_area .botton_box #fNumber{
    width: 50%;
}
#about_area .botton_box #fNumber ul{
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
}

/* fNumber */
#fNumber ul{display:flex;flex-wrap: wrap;justify-content: center;margin: 70px 0;}
#fNumber li{padding: 0px 40px;}
#fNumber ul .eva{display:flex;flex-direction: column;align-items: center;}
#fNumber ul .eva p{font-size: 20px;color: var(--primary);margin-top: 15px;}
#fNumber ul .eva p b{color: var(--primary);font-size: 40px;font-family: 'Montserrat', serif;font-weight: bold;vertical-align: baseline;margin-right: 5px;line-height: 100%;}
#fNumber ul .eva h2{font-weight: 500;letter-spacing: 3px;color: var(--black);}


/* list_box */
.list_box .info_box h3 { height: 30px; font-weight: 400; font-size: 18px; }

/* 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{margin:0;padding: 4vw 0 12vw;background: url(/images/39/img-p-bg.png);background-repeat: no-repeat;background-position: bottom;background-size: contain;position: relative;z-index: 0;}
#product_area .workframe{display:flex;align-items:center;flex-direction: row;justify-content: space-between;}
#product_area .more_btn{margin:40px 0}
#product_list{width: 60%;}
#product_list li{padding:30px;background:var(--white);margin:20px;border-radius:20px;display:flex;align-items:center;box-shadow: 0 0 0.8em rgb(0 0 0 / 10%);flex-direction: column;height: 400px;}
#product_list .img_show{z-index:1;height: 200px;}
#product_list .info_box{margin-top:10px;z-index:5;background:none}
#product_list .info_box h3{margin-bottom:20px;font-size:18px;-webkit-line-clamp:2;line-height:150%;font-weight: bold;text-align:center;color: #0a7029;word-spacing: 100vw;}
#product_list .info_box article{font-size:16px;line-height: 150%;height: 100px;color: #666666;text-align:justify;-webkit-line-clamp:unset;letter-spacing: 2px;font-weight: 400;}
.product_r_box{
    width: 30%;
}
#product_area:before {
    content: '';
    position: absolute;
    top: 60px;
    right: 0;
    width: 580px;
    height: 180px;
    background-image: url(/images/39/img-q2.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}

.product_r_box .sub_title{
    color: var(--primary);
    font-size: 30px;
    font-weight: bold;
}
.product_r_box h2:first-letter{color:var(--primary)}
.product_r_box p.number{
    color: var(--primary);
    font-size: 30px;
    font-weight: bold;
    line-height: 120%;
    margin-top: 30px;
}
.product_r_box p.number span{
    font-size: 38px;
    font-family: "Montserrat", serif;
    line-height: 120%;
    color: #000;
}
/* 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; }

/* page */
#footergooglemap{position: relative;padding: 8vw 0 6vw;background: url(/images/39/img-c-bg.png);background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;}
#footergooglemap:before {
    content: '';
    position: absolute;
    top: -90px;
    left: 0;
    width: 580px;
    height: 180px;
    background-image: url(/images/39/img-q3.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 5;
}
#footergooglemap iframe{width:100%;height:100%}
#footergooglemap #page-form .imgs {width: calc((100% / 2 ) - 0px);height: 100%;z-index: 1;background-color: #eccf8f;border-top-left-radius: 170px;}
#footergooglemap #page-form .imgs .listimg {height: 45vw;}
#page-form .imgs .listimg .innerBox{padding: 150px 120px 80px;}
#page-form .imgs .listimg .innerBox .info{margin-bottom: 30px;}
#footergooglemap #page-form .workframe {padding: 50px;width: min(80%, var(--width-xl));z-index: 3;background-color: rgb(255 255 255 / 66%);}
#footergooglemap #page-form{position: relative;display: flex;align-items: flex-end;}
#footergooglemap #page-form h3 a{font-size: 24px;font-weight: 500;margin: 0px 0 0px;color: #4b4b4b;}
#footergooglemap #page-form h2,#footergooglemap #page-form h3 a {text-transform: uppercase;letter-spacing: 3px;color: var(--black);display: block;font-weight: bold;font-size: 58px;font-family: "Montserrat", serif;}
#footergooglemap #page-form h3 a img{margin-bottom: 10px;margin-right: 10px;}
#page-form .imgs .listimg .innerBox .Txt{width: 70%;margin-top: 20px;}
#footergooglemap #page-form h2:first-letter{color: var(--primary );}
#footergooglemap .title_box{position: relative;margin-bottom: 20px;display: flex;flex-direction: column;align-items: center;}
#footergooglemap .title_box h3{line-height: 140%;font-size: 18px;font-weight: 500;color: #000;}
#footergooglemap .title_box font {text-transform: uppercase;line-height: 130%;letter-spacing: 0.4px;font-weight: 600;font-size: 30px;color: var(--primary);}
#footergooglemap #page-form h2 a{color: #caba9f;}
#footergooglemap #page-form h2 b{margin: 0 10px;font-size: 24px;vertical-align: text-bottom;display: inline-block;}
#footergooglemap #page-form form,
#footergooglemap #page-form fieldset{border: 0;margin: 0;overflow: hidden;display: flex;flex-wrap: wrap;justify-content: space-between;}
#footergooglemap #page-form .list{width: calc(50% - 50px);color: #fff;overflow: hidden;font-size: 17px;line-height: 100%;margin: 13px 0;padding: 16px;border: 2px solid var(--primary);display: flex;}
#footergooglemap #page-form .list:first-child p span{color: #000;}
#footergooglemap #page-form .list p{display: flex;align-items: center;width: 100%;}
#footergooglemap #page-form .list label{width: 90px;display: inline-block;color: var(--primary);font-weight: 600;border-right: 1px solid var(--primary);}
#footergooglemap #page-form .list span{display: inline-block;width: calc(100% - 100px);margin-left: 10px;}
#footergooglemap #page-form #spaceType.list{width: 100%;}
#footergooglemap #page-form #spaceType.list p,
#footergooglemap #page-form #spaceType.list span,
#footergooglemap #page-form #spaceType.list #otherType{display: flex;align-items: center;}
#footergooglemap #page-form #spaceType.list #otherType{width: calc(100% - 372px);}
#footergooglemap #page-form #spaceType.list #otherType input[type="text"]{width: calc(100% - 61px);margin-left: 6px;}
#footergooglemap #page-form .list input,
#footergooglemap #page-form .list select{font-size: 16px;}
#footergooglemap #page-form .list select{border-top-right-radius: 0;border-top-left-radius: 0;border-bottom-right-radius: 0;border-bottom-left-radius: 0;-webkit-appearance:none;background: url(/images/39/arrow.png) no-repeat scroll 98% centerrgb(255 255 255 / 0%);background-repeat:no-repeat;background-position:95% 50%;padding: 10px;background-color: rgb(255 255 255 / 0%);padding: 8px 8px;border: 0px solid rgb(255 255 255 / 0%);color: #000;width: 94%;}
#footergooglemap #page-form .list select * {background: #000;}
#footergooglemap #page-form .list input[type="text"]{padding: 4px 8px;margin-left: 4px;border-top-right-radius: 0;border-top-left-radius: 0;border-bottom-right-radius: 0;border-bottom-left-radius: 0;font-size: 1em;background-color: rgb(255 255 255 / 0%);border-bottom: 0px solid rgb(255 255 255 / 0%);-webkit-box-shadow: none;box-shadow: none;-webkit-appearance: none;-webkit-transition: all .15s;-o-transition: all .15s;transition: all .15s;}
#footergooglemap #page-form .list input#Checknum{width:100px;}
#footergooglemap #page-form .list.last{width: 48%;margin-top: 25px;border: 0px solid #0a7029;padding: 0px;height: 100%;}
#footergooglemap #page-form .list.last p{-webkit-appearance:none;color:var(--white);letter-spacing:2px;text-transform:uppercase;font-size:13px;z-index:3;position: relative;overflow: hidden;width: 130px;padding: 10px 30px;display: inline-block;}
#footergooglemap #page-form .list.last p:before{content:"";height:100%;width:0;display:block;position:absolute;bottom:0;left:-22px;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s;background-color: #1f7a3b;-webkit-transform:skewX(-30deg);-ms-transform:skewX(-30deg);transform:skewX(-30deg);z-index: 0;}
#footergooglemap #page-form .list.last p::after{content:'';position:absolute;height:100%;width:100%;top:0;left:0;background-color: var(--primary);-webkit-transform:skewX(-30deg);-ms-transform:skewX(-30deg);transform: skewX(-30deg);z-index:-1;transform-origin:top left;transition:all 1.1s ease-in-out;-webkit-transition:all 1.1s ease-in-out}
#footergooglemap #page-form .list.last p input{color:var(--white);line-height:90%;cursor:pointer;letter-spacing:2px;font-size:15px;position: relative;z-index: 1;}
form p input[type="text"],form p input[type="password"],form p textarea,form p select{padding:0px 0;padding-left:3%;font-size:16px;color:#272727}
form p input[type="text"]:focus,form p input[type="password"]:focus{border-color:#ecd2e2}

@media screen and (max-width: 1440px){
	#product_area:before{
    right: -20%;
    top: 0px;
}}
@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; }
	.more_btn.white a:hover:before,#footergooglemap #page-form .list.last p:hover:before{width:100%}

}
@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 .img_box { opacity: .1; }
}
@media screen and (max-width: 1024px){
	.product_r_box{width:40%;}
	#product_list{width:50%;}
	#about_area .workframe{width:100%;}
	#about_area .img_item {width: 100%;}
	#about_area .info_item {z-index: 4;flex-direction: column;align-items: flex-start;border-top: 0;width: 90%;margin: 0 auto;}
	#about_area p.bg_txt font{
    display: none;
}
	#about_area .about_box:after{
    display: none;
}
	#about_area{
    background: #fff;
}
	#about_area .top_box{
    flex-direction: column;
    align-items: center;
}
	#about_area .info_item article{
    width: 100%;
}
	#about_area:before{
    display: none;
}
	#about_area .more_btn{
    margin-bottom: 30px;
}
	section .title_box,#about_area .botton_box #fNumber{
    width: 100%;
}
	#fNumber li{
    padding: 0 20px;
}
}
@media screen and (max-width: 768px){
	#footergooglemap #page-form .list.last{margin: 30px auto 0;justify-content: center;}
	#footergooglemap #page-form .list{width: calc(100% - 50px);}
	#product_area .more_btn{position:relative;margin-bottom: 0;}
	#footergooglemap:before{display:none;}
	#product_area .workframe{display:block;}
	.product_r_box{width: 95%;margin: 0 auto;}
	#product_list{width:100%;}
	#product_area .list_box { margin: auto; width: 400px; }
	#product_area .row .info_box >div { width: calc(100% - 60px); }
	#product_area .row .info_box article { height: 50px; -webkit-line-clamp: 2; }
	#book_area .row img { height: 350px; }
}
@media screen and (max-width: 640px){
	#rand-img{position:absolute;right: 0;top: 6px;width: 60px !important;}
	#footergooglemap #page-form .list label{width: 75px;}
	#footergooglemap #page-form .list span{width: calc(100% - 80px);position: relative;}
	#footergooglemap #page-form .list{padding: 10px;width: calc(100% - 20px);}
	#footergooglemap .title_box h3{font-size:16px;}
	#footergooglemap #page-form .workframe{width: calc(90% - 40px);padding: 20px;margin: 0 auto;}
	.product_r_box p.number{font-size:26px;}
	#product_area{padding-top:8vw}
	#product_area:before{display:none;}
	#fNumber ul .eva{display:flex;align-items: flex-end;justify-content: center;}
	#fNumber ul .eva p, #fNumber ul .eva h2{width: 55%;}
	#fNumber ul .eva img{position:absolute;left: 10%;}
	#fNumber ul li{width:100%;padding: 0;margin: 20px 0;}
	#about_area .botton_box #fNumber ul{margin-top: 20px;margin-bottom: 30px;}
	#about_area .info_item article p.wraptext{padding:25px;font-size: 13px;}
	#about_area .info_item article p.maintext, .product_r_box p{font-size:16px;}
	section .title_box .page_title, #footergooglemap .title_box font{font-size: 23px;}
	section .title_box font, .product_r_box h2, #footergooglemap #page-form h2, #footergooglemap #page-form h3 a{font-size: 30px;}
	#about_area .about_box{padding:0;}
	#about_area .img_item {width: 100%;height: 60vw;margin: 0;}
	#about_area .img_item:before {}
	#about_area .info_item {margin-top: 0;}
	#footergooglemap #page-form .list.last p{width:100%;padding: 10px;}
	#footergooglemap #page-form .list.last{width:80%;}
}
@media screen and (max-width: 500px){
	#product_area .list_box { width: 100%; }
}