/* section */
section {padding: 8vw 0 5vw;}
section >* { z-index: 3; }
section .title_box {margin-bottom: 60px;}
section .title_box font {text-transform: uppercase;line-height: 130%;letter-spacing: 0.4px;font-weight: 600;font-size: 52px;color: var(--primary);font-family: 'Lato', sans-serif;padding-bottom: 0px;font-weight: 700;}
section .title_box font:last-child {}
section .title_box .page_title,section .titleBox .subtitle {font-weight: 500;font-size: 32px;color: #333333;position: relative;margin-bottom: 30px;letter-spacing: 3.5px;}
section .title_box .page_title::before {content: '';position: absolute;left: -200px;bottom: -60px;margin-top: -0.5px;width: 280px;height: 1px;background-color: #d1c7b5;z-index: 0;}
section.bg_box {padding: 3vw 0 0vw;}

section .more {margin-top: 40px;}
section .more a {position: relative;width: 170px;padding: 15px;display: inline-block;color: #adadad;border-bottom: 1px solid #a1a1a1;}
section .more font {text-align: left;font-family: 'Lato', 'Noto Sans TC', sans-serif;font-weight: 600;text-transform: uppercase;letter-spacing: 3px;color: #313030;}
section .more.white a , section .more.white font {letter-spacing: 2px;font-size: 14px;position: relative;}
section .more.white a:before {content: "";width: 0;height: 2px;background: #cfcfcf;display: block;position: absolute;bottom: 3px;left: 0;-webkit-transform: translate(0,5px);-ms-transform: translate(0,5px);transform: translate(0,5px);-webkit-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
section .more.white span {right: 30px;position: absolute;width: 80px;height: 1px;background: #000;display: block;right: 0;top: calc((100% - 1px) / 2);z-index: 3;-webkit-transition-duration: .2s;transition-duration: .2s;}
section .more.white:after {width: 252px;}
section .more.white span {position: absolute;width: 40px;height: 1px;background: #5b5b5b;display: block;right: 20px;top: calc((100% - 1px) / 2);z-index: 3;-webkit-transition-duration: .2s;transition-duration: .2s;}
section .more.white span:before {position: absolute;width: 0;height: 0;border-style: solid;border-width: 0 16px 7px 0;border-color: transparent transparent #5b5b5b transparent;right: -1px;bottom: 50%;content: "";}



#news_area{bottom: -40px;right: 0px;padding: 0;width: 860px;}
#news_area .title_box font{color: #fff;font-size: 32px;}
#news_area .title_box font:last-child{color: #2998da;margin-left: 0;}
#news_area .title_box .page_title{color: #ffffff;font-size: 20px;padding-left: 0;}
#news_area .title_box .page_title::before{background-color: #ffffff;display: none;}
#news_area .nowrap_box{width: 100%;margin: 0 0 0 auto;background-color: #242424;}
#news_area .title_box{background: linear-gradient(225deg, rgb(87 87 87) 0%,rgb(36 36 36) 100%);font-family: 'Alegreya Sans', sans-serif;padding: 30px 30px;justify-content: center;-ms-align-items: center;align-items: center;margin: 0;width: 20%;}
#news_area .list_box{padding-right: 20px;width: 80%;}
#news_area .list_box .slick-dots{margin-top: 0;bottom: 15px;}
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{position: relative;padding: 8vw 0 4vw;}
#about_area .workframe{display: flex;align-items: center;width: 1400px;justify-content: space-between;}
#about_area .img_item {margin-bottom: 30px;order: 1;animation-name: fadeInLeft;-webkit-animation-name: fadeInLeft;width: 50%;}
#about_area .info_item{animation-name: slideInRight;margin-right: 60px;we;width: 45%;}
#about_area .img_item:before {position: absolute;width: 90%;height: 100%;border: 1px #d1c7b5 solid;display: block;top: -40px;left: 140px;z-index: -10;content: "";}
#about_area .titleHomeBox{-webkit-writing-mode: vertical-rl;-ms-writing-mode: tb-rl;writing-mode: vertical-rl;line-height: 1.4;letter-spacing: 2px;margin-bottom: 50px;position: absolute;right: 0px;}
#about_area .titleHomeBox .titleTw{font-size: 28px;font-weight: 500;line-height: 130%;letter-spacing: 9.5px;}
#about_area .titleHomeBox .titleEn,.titleBox .title{color: #c8b8a3;font-family: 'Lato', sans-serif;text-transform: uppercase;line-height: 130%;letter-spacing: 0.4px;}
#about_area .title_box p{display: flex;flex-direction: column;align-items: flex-start;}
#about_area .title_box {margin-bottom: 130px;}
#about_area .info_item article {margin-bottom: 30px;width: 100%;line-height: 180%;letter-spacing: 0.5px;font-weight: 500;color: #000;}
#about_area::after {content: "";position: absolute;right: 0;top: 0px;z-index: 0;width: 320px;height: 100%;background-color: #ede4d4;background-repeat: no-repeat;background-position: left bottom;}

@keyframes bgWhirligig-2 { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } }
#about_area .info_item article h2{margin-bottom: 40px;font-size: 24px;letter-spacing: 2px;font-weight: 400;}
#about_area .info_item article p{margin-bottom: 40px;letter-spacing: 1px;line-height: 190%;color: #707070;}

/* list_box */
.list_box .info_box h3 {height: 30px;font-weight: 400;font-size: 18px;color: #fff;margin: 0px 0 0;text-align: inherit;}


/* DesignerArea */
.DesignerArea {padding: 100px 20px 120px;overflow: visible;}
.DesignerArea .wrap { position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;max-width: 1680px;}
.DesignerArea .bgGray {position: absolute;z-index: 0;top: -120px;right: 120px;background: rgb(200 184 163 / 25%);width: 1145px;height: 690px;animation-name: fadeInUp;-webkit-animation-name: fadeInUp;}
.DesignerArea .bgGray .Img {width: auto;position: absolute;right: -100px;bottom: -55px;}
.DesignerArea .bgGray .Img img { display: block;width: auto;}
.DesignerArea .Img {width: 53%;position: relative;animation-name: fadeInUp;-webkit-animation-name: fadeInUp;}
.DesignerArea .Img img { width: 100%;display: block;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.DesignerArea .Img .homeBtn { position: absolute;right: -67px;bottom: -96px;}
.homeBtn { opacity: 1;}
.homeBtn a { display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;font-family: "Lato", sans-serif;font-size: 14px;letter-spacing: 1px;line-height: 1.5;text-align: center;color: #c1b399;width: 130px;height: 130px;background-color: transparent;border: 1px solid #c1b399;border-radius: 100%;}
.homeBtn a:hover { border: 1px solid #b6c08e;color: #b6c08e;}
.DesignerArea .right {max-width: 350px;margin-top: -60px;padding-left: 60px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;animation-name: fadeInUp;-webkit-animation-name: fadeInUp;}
.DesignerArea .right .Txt { position: relative;z-index: 1;font-size: 15px;font-weight: 300;line-height: 1.8;color: #d9d9d9;letter-spacing: 1px;}
.DesignerArea .right .Txt .classLink{ margin-bottom: 30px;}
.DesignerArea .right .Txt .classLink li,.DesignerArea .right .Txt p{ letter-spacing: 1px;line-height: 190%;font-weight: 400;}
.DesignerArea .right .Txt .title { font-weight: 400;padding-bottom: 15px;margin-bottom: 20px;font-size: 24px;letter-spacing: 2px;}
.DesignerArea .right .Txt .Img { width: auto;position: absolute;right: 20px;top: 150px;}
.DesignerArea .right .Txt .Img img { display: block;width: auto;}


/* news_area */
#headBan{position: relative;}
#news_area .list_box li{position: relative;}
#news_area .list_box .row {padding-bottom: 0px;}
#news_area .list_box .row img { height: 320px; }
#news_area .list_box .row .info_box {padding: 35px 20px;width: calc(100% - 40px);left: 20px;bottom: 0;background-color: #fff0;}
#news_area .list_box .row .info_box p * {font-weight: 100;font-size: 14px;color: #2998da;}
#news_area .list_box .row .info_box p a {margin-right: 10px;max-width: calc(100% - 82px);z-index: 2;color: #696969;}

/* product_area */
#product_area{padding: 3vw 0 5vw;}
#product_area .title_box p,#product_area .title_box .page_title{text-align: center;padding-left: 0;}
#product_area .title_box .page_title::before{display: none;}
#product_area ul li{padding: 30px;}
#product_area ul li .info_box{top: 280px;right: 0;z-index: 10;background-color: #ffffff;width: 100%;height: auto;margin: 0  0 0 auto;}
#product_area .img_scale .img_box{margin-bottom: 40px;}
#product_area img {background: #eaeaea;}
#product_area .img_scale .info_box >div {margin: auto;width: calc(100% - 50px);}
#product_area .img_scale .info_box h3 {margin: 10px 0;z-index: 5;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 16px;display: inline-block;color: #fff;background: #333333;padding: 8px 25px;position: absolute;right: -20px;bottom: 80px;}
#product_area .img_scale .info_box .line {margin: 10px 0 20px;width: 50px;height: 4px;background: #333333;opacity: .7;}
#product_area .img_scale .info_box article {height: 45px;font-weight: 300;font-size: 16px;-webkit-line-clamp: 3;color: #000;}
#product_area .img_scale .info_box .price { margin-top: 15px; min-height: 30px; }
#product_area .img_scale .info_box .price font { margin-left: 20px; font-weight: 300; }

/* book_area */
#book_area{padding: 3vw 0 2vw;}
#book_area .infoBox{display: flex;align-items: center;margin-left: 120px;margin-right: 120px;}
#book_area .infoBox .title_box font{padding-bottom: 0;}
#book_area .infoBox .titleBox p,#book_area .infoBox .titleBox h2{text-align: right;color: var(--primary);}
#book_area .infoBox .titleBox p{padding-bottom: 20px;width: 75%;margin-left: auto;}
#book_area ul{display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: center;flex-direction: row;}
#book_area ul li{margin-top: 40px;margin-left: auto;margin-right: auto;width: calc(100% / 2);animation-name: fadeInUp;-webkit-animation-name: fadeInUp;}
#book_area .img_scale img { height: 330px; -webkit-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
#book_area ul li .boximg:after {content: " ";display: block;position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 0;-webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);-moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);-o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);}
#book_area .img_scale .info_box { padding: 40px 30px 40px; width: calc(100% - 60px);   bottom: -20px; left: 0; -webkit-transition: all 0.5s cubic-bezier(0.3, 0.1, 0.58, 1);-moz-transition: all 0.5s cubic-bezier(0.3, 0.1, 0.58, 1);-o-transition: all 0.5s cubic-bezier(0.3, 0.1, 0.58, 1);transition: all 0.5s cubic-bezier(0.3, 0.1, 0.58, 1);opacity: 0;z-index: 20;}
#book_area .img_scale .info_box p{color: #d3d3d3;font-family: 'Lato', sans-serif;}


@media screen and (min-width: 1281px){ 
	section .more.white a:hover:before {background: #918078;width: 100%;}
	#about_area .d_flex { align-items: center; }
	#news_area .list_box .row:hover .info_box { bottom: 30px; }
	#product_area .img_scale:hover .info_box .line {width: 100%;background: #e14c1e;}
	#book_area ul li:hover .info_box {  -webkit-transform: translateY(-10%);-moz-transform: translateY(-10%);transform: translateY(-10%);z-index: 3;opacity: 1;}
	#book_area ul li:hover .boximg:after {background: hsl(28deg 36% 3% / 36%);}
	#about_area::before {content: "";position: absolute;top: 0;left: 0;display: block;width: 210px;height: 692px;background-image: url(/images/39/home_about.png);background-repeat: no-repeat;z-index: 4;}
}
@media screen and (max-width: 1660px){ 
	#about_area .workframe{width: 82%;margin-left: auto;margin-right: 40px;}
}
@media screen and (max-width: 1440px){
	#book_area .img_scale img{height: 270px;}
}
@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 .img_scale .info_box {background: rgba(var(--secondary-rgb), .5);}
	#product_area .img_scale .img_box {opacity: 1;}
	#book_area .img_scale .info_box{position: inherit;opacity: 1;padding: 15px 0px 0px;bottom: 0;width: calc(100% - 0px);}
	#book_area .img_scale .info_box p,.list_box .info_box h3{color: #000;}
	#book_area .infoBox{margin: 0 20px;}
	#about_area .workframe{width: 90%;margin: auto;}
}
@media (max-width: 1180px) {
	.DesignerArea {padding: 0px 20px 110px;overflow: hidden;}
	.DesignerArea .wrap { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; text-align: center; }
	.DesignerArea .bgGray {width: 100%;right: 0;top: 0px;}
	.DesignerArea .bgGray .Img {right: 0;bottom: -135px;z-index: 3;}
	.DesignerArea .right .titleBox .subtitle::after { margin: 25px auto 0; }
	.DesignerArea .right .Txt p { padding-bottom: 50px; }
	.DesignerArea .Img {width: 70%;z-index: -1;}
	.DesignerArea .right {max-width: 100%;margin-top: 0;padding-left: 0;}
}
@media screen and (max-width: 1024px){ 
	#about_area .img_item {width: 100%;}
	#about_area .img_item:before {border: 0;top: 0;right: 0;z-index: 2;}
	#about_area .info_item {margin: 0 0 50px;z-index: 4;width: 100%;}
	#book_area .infoBox .titleBox p, #about_area::after{display: none;}
	#about_area .info_item article p{margin-bottom: 20px;}
	#about_area .titleHomeBox .titleTw{font-size: 21px;}
	#about_area .info_item article{margin-bottom: 10px;}
	section .more{margin-top: 10px;}
	#book_area .img_scale img{height: 220px;}
	#book_area ul{display: flex;flex-wrap: wrap;}
	#book_area .infoBox{display: flex;flex-direction: column;align-items: flex-start;}
	#book_area .infoBox .title_box,#book_area .infoBox .titleBox, #book_area .infoBox .title_box font{margin: 0;}
	section .title_box font, #book_area .infoBox .title_box font{font-size: 42px;line-height: 130%;}
	#book_area .infoBox .titleBox h2{margin-top: 10px;}
	#book_area .infoBox{margin: 0 0 30px;}
	#about_area .workframe{display: flex;flex-direction: column;align-items: center;}
	#book_area {padding: 4vw 0 7vw;}
}
@media screen and (max-width: 960px){ 
	#news_area{position: inherit;width: 100%;bottom: 0;}
	#news_area .list_box .row .info_box{padding: 10px 0;width: auto;}
	.list_box .info_box h3{margin: 0;}
	#book_area ul li{width: 50%;margin-top: 25px;}
	#book_area .img_scale img{height: 250px;}
	#book_area .img_scale{margin-left: 10px;margin-right: 10px;}
	.DesignerArea .bgGray .Img {bottom: -135px;}
	.DesignerArea .Img .homeBtn {right: -40px;bottom: -65px;display: none;}

}
@media screen and (max-width: 768px){ 
	#about_area .img_item { width: 90vw; height: 50vw; margin: 0 auto 30px;}
	#product_area .list_box { margin: auto; width: 400px; }
	#product_area .img_scale .info_box >div { width: calc(100% - 60px); }
	#product_area .img_scale .info_box article { height: 50px; -webkit-line-clamp: 2; }
	#book_area .img_scale img { height: 220px; }
	#news_area .title_box .page_title{}
	#news_area .title_box{padding: 17px 13px;}
	#about_area {padding: 12vw 0 4vw;}
	.DesignerArea {padding: 10px 0 40px;}
	.DesignerArea .bgGray .Img img {width: 90%;}
	.DesignerArea .right {padding: 30px 20px 0;width: calc(100% - 40px);}
	.DesignerArea .wrap { padding: 0; }
	.DesignerArea .bgGray .Img {bottom: -140px;}
}
@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); }
	#news_area .nowrap_box .title_box{display: none;}
	#about_area::after{top: -370px;background-position: top;}
	#about_area:before{right: -160px;top: 330px;background-size: 90%;background-repeat: no-repeat;}
	section .title_box font{font-size: 34px;}
	section .title_box {margin-bottom: 10px;}
	section .title_box .page_title{font-size: 24px;}
	#about_area .info_item article h2{font-size: 20px;margin-bottom: 30px;}
	#product_area ul li{padding: 0px;}
	#product_area .img_scale .info_box h3{right: -10px;}
	#news_area .list_box{width: 100%;}
	#news_area .list_box .slick-dots{margin-top: 0;bottom: 7px;}
	#book_area ul li{width: 100%;margin-top: 35px;}
	#book_area .img_scale{margin: 0px;}
	#book_area .img_scale img { height: 310px; }
	.DesignerArea .bgGray .Img img {width: 70%;margin: auto;}

}
@media screen and (max-width: 500px){
	#product_area .list_box { width: 100%; }
	#book_area .img_scale img { height: 240px; }
	.DesignerArea .Img {padding: 0;width: 100%;margin-top: 140px;display: none;}
	.DesignerArea .Img .homeBtn {right: 10px;bottom: -86px;}
	.DesignerArea .right .Txt p { padding-bottom: 30px; }
	.DesignerArea .bgGray .Img {bottom: -290px;left: 50%;transform: translate(-50%, -50%);}
}

