@import url('/css/animate.css');
.wow {animation: fadeIn 1.5s both;-webkit-animation: fadeIn 1.5s both;animation-duration: 1s;-webkit-animation-duration: 1s;animation-name: fadeInUp;-webkit-animation-name: fadeInUp;}

/* sub_banner */
#sub_banner {width: 100%;height: 460px;}

 #sub_banner:after {position: absolute;width: 100%;height: 100%;background: rgb(0 0 0 / 0%);top: 0;left: 0;z-index: 1;content: "";opacity: 1;}
#sub_banner:after {background: -webkit-linear-gradient(bottom, rgb(255 255 255 / 0%) 10%, rgb(242 232 232 / 18%) 80%);opacity: 1;}
#sub_banner a {height: 100%;background: no-repeat 50% 0% / cover;}
header {background: -webkit-linear-gradient(rgb(0 0 0 / 0%),rgb(0 0 0 / 0%));}

/* wrap */
.webBox .wrapper{
    background-color: #fffbf3;
}
#wrap {z-index: 2;padding: 1rem 0 3rem 0;position: relative;min-height: 400px;background-color: #fffbf3;background-image: none;}


#wrap:before,#wrap:after {
    content: "";
    width: 50vmax;
    height: 50vmax;
    position: absolute;
    background: rgb(227 221 215 / 50%);
    left: -60vmin;
    top: 20vmin;
    animation: morph 15s linear infinite alternate,spin 20s linear infinite;
    z-index: -1;
    will-change: border-radius,transform;
    transform-origin: 55% 55%;
    pointer-events: none
}

#wrap:after {
    width: 70vmin;
    height: 70vmin;
    left: auto;
    right: -60vmin;
    top: auto;
    bottom: -280px;
    animation: morph 10s linear infinite alternate,spin 26s linear infinite reverse;
    transform-origin: 20% 20%
}

@keyframes morph {
    0% {
        border-radius: 40% 60% 60% 40%/70% 30%
    }

    to {
        border-radius: 40% 60%
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}
#wrap .workframe{
    position: relative;
    width: var(--width-xl);
}

/* top_title */
#top_title{margin: 0rem 0rem 0rem 0rem;display: flex;flex-direction: column;justify-content: space-between;align-items: flex-start;padding: 10px 15px;position: absolute;top: -250px;left: -50px;background: url(/images/39/img-paper.png);background-repeat: no-repeat;background-size: contain;background-position: 50% 50%;padding: 140px 130px;}
#top_title .pag_tit {text-align: center;padding: 0;font-size: 26px;letter-spacing: 2px;font-weight: 500;color: #333 !important;line-height: 1;margin-bottom: 20px;position: relative;}
#top_title .pag_tit::first-letter { color: var(--primary); }

/* waylink */
.waylink ol {text-align: center;display: flex;align-items: center;}
.waylink ol li , .waylink ol li a {letter-spacing: 0.5px;font-weight: 400;font-size: 13px;vertical-align: inherit;}
.waylink ol li:after {margin: 0 6px;display: inline-block;font-weight: 100;font-size: 12px;content: "/";}
.waylink ol li:last-child:after { margin: 0; content: ""; }

/* aside */
aside {margin: 1vw auto 3vw;display: none;}
aside #sidebtn { padding: 10px 20px; width: calc(100% - 40px); z-index: 2; }
aside #sidebtn:before { position: absolute; width: 100%; height: 100%; background: rgba(var(--white-rgb), .1); top: 0; left: 0; transition: .4s cubic-bezier(.23,1,.32,1); content: ""; }
aside #sidebtn i { top: calc((100% - 16px) / 2); right: 20px; }
aside >ul >li b[data-action="sideOpen"] { position: absolute; padding: 5px 20px; display: block; top: calc((100% - 42px) / 2); right: 0; cursor: pointer; }
aside >ul >li b[data-action="sideOpen"] i:before { content: "\f067"; }
aside >ul >li[data-type="2"] b[data-action="sideOpen"] i:before { content: "\f068"; }
aside >ul >li{margin: 0 10px;}
aside >ul >li h4 a {padding: 10px 20px;font-weight: 500;font-size: 17px;letter-spacing: 1.2px;color: #656565;}
aside >ul >li.action h4 a {color: var(--primary);border: 1px solid var(--primary);}
aside >ul >li ul.subUL {position: absolute;width: 170px;background: rgb(29 29 29 / 76%);left: calc(50% - 85px);z-index: 5;opacity: 0;}
aside >ul >li ul.sub2UL { margin-left: 10px; }
aside >ul >li ul.subUL li >div { position: relative; }
aside >ul >li ul.subUL li a {padding: 10px 10px;display: block;color: #fff;text-align: center;}
aside >ul >li ul.subUL li [data-action="sideOpen"] { display: none; }
aside >ul >li ul.sub2UL li a { color: var(--complement); }

/* content_wrap */
#content_wrap {padding: 4vw 2vw;box-shadow: 6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028), 22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042), 100px 100px 80px rgba(0, 0, 0, 0.07);background: #ffffff;}
#content_wrap #Onlinetime{padding-bottom: 10px;margin-bottom: 0px;font-weight: 500;color: var(--info);padding: 10px 15px;}

/* list_box */
.list_box li {margin-top: 20px;margin-bottom: 20px;}
#article_list .info_box{
    background-color: #e0dbcf;
}
.list_box li h3 {height: 30px;font-weight: 400;font-size: 17px;color: #000;}
#book_list li h3 {
    color: #fff;
}

/* describe */
#describe {margin-bottom: 0vw;padding: 30px 60px;}
#describe * { vertical-align: bottom; }


/* article_list */
#article_list img { height: 350px; }
#article_list .info_box { padding: 25px 30px; }
#article_list .info_box article { font-weight: 300; }

/* news_list */
#news_list li {height: 100%;border-radius: 30px 30px 30px 0;background-color: #fff8ee;overflow: hidden;box-shadow: 4px 7px 30px #d4d3d3b5;}
#news_list li img {height: 300px;}
#news_list li .info_box {padding: 30px;width: calc(100% - 70px);left: 20px;bottom: 0;}
#news_list li .info_box p * {font-weight: 300;font-size: 15px;color: #000000;}
#news_list li .info_box p a {margin-right: 10px;max-width: calc(100% - 82px);height: 23px;z-index: 2;margin: 0px 10px 0px 0px;display: inline-block;line-height: 140%;padding: 3px 15px;border-radius: 30px 30px 30px 0;font-size: 15px;color: #ffffff;background-color: var(--secondary);}

/* product_area */
#product_area{padding: 0vw 0 2vw;}
#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: 0px;margin-bottom: 0;}
#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 .row .img_box{}
#product_area img {height: 100%;transition: 1s;-moz-transition: 1s;-webkit-transition: 1s;-o-transition: 1s;}
#product_area .row .info_box >div {margin: auto;width: calc(100% - 0px);position: relative;}
#product_area .row .info_box h3 {margin: 10px 0;z-index: 5;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;text-align: center;height: 30px;display: inline-block;background: #fff;position: absolute;bottom: 50px;left: 0;padding: 20px 20px 20px;border-top-right-radius: 20px;font-size: 1.33rem;font-weight: 700;color: #6b9c7e;letter-spacing: 1px;line-height: 1;}
#product_area .row .info_box .line {margin: 10px 0 20px;width: 50px;height: 4px;background: #333333;opacity: .7;}
#product_area .row .info_box article {height: 60px;font-weight: 400;font-size: 17px;color: #000;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;margin-top: 30px;}
#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_list */
#book_list .row img { height: 400px; }
#book_list .row .info_box { padding: 100px 15px 40px; 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: 0; left: 0; }

/* album_list */
#album_list {margin-bottom: 5vw; display: grid; grid-gap: 15px;grid-template-columns: repeat(3, 1fr);}
#album_list >div { margin-bottom: 15px; }
#album_list >div .d_block{display: inline-block;}
#album_list >div .d_block p{font-size: 16px;margin: 10px;color: #000;}


/* faq_list */
#faq_list li {margin-bottom: 20px;}
#faq_list li .title {padding: 10px 5px 10px 5px;background: #b7a294;margin-bottom: 15px;border-bottom: 1px dashed #ccc;display: flex;align-items: center;}
#faq_list li .title label {padding: 0 0 0 10px;width: 40px;color: #fff;}
#faq_list li .title font {width: calc(100% - 50px);font-size: 20px;font-weight: 400;color: #fff;}
#faq_list li .info {padding: 15px 35px 15px 35px;font-size: 18px;-webkit-transition: none;-moz-transition: none;-ms-transition: none;-o-transition: none;transition: none;}

#faq_list li .info .expSpan{letter-spacing: 0.5px;line-height: 190%;position: relative;font-size: 16px;display: flex;justify-content: flex-start;padding: 0 0 15px 0;}
#faq_list li .info .expSpan .routeSpan{width: 100px;color: var(--secondary);}
#faq_list li .info .expSpan .busSpan{width: 20px;color: var(--primary);font-family: 'Noto Sans TC', 'Noto Sans TC', serif;}
#faq_list li .info .expSpan p{word-break: break-word;width: calc(100% - 30px);font-family: 'Noto Sans TC', 'Noto Sans TC', serif;color: #2a2a2a;letter-spacing: 0;}


/* pagenav */
#pagenav { padding: 50px 0 20px; }
#pagenav a , #pagenav strong { margin: 0 10px; display: inline-block; font-weight: 400; vertical-align: middle; }
#pagenav a:first-child , #pagenav a:last-child { line-height: 9px; }
#pagenav strong { color: var(--primary); }
#pagenav a[class^="page-"] { float: left; width: calc(50% - 20px); display: block; }
#pagenav a[class^="page-"] font { width: calc(100% - 22px); display: inline-block; vertical-align: text-top; }
#pagenav a[class^="page-"] i { margin: 0 10px 0 0; display: inline-block; }
#pagenav a.page-next { float: right; text-align: right; }
#pagenav a.page-next font { text-align: right; }
#pagenav a.page-next i { margin: 0 0 0 10px; }


/* form_box */
.form_box { margin-top: 50px; }
.form_box .nowrap_box{
}
.form_box p {margin-bottom: 30px;width: calc((100% / 1) - 0px);margin-right: 30px;}
input, textarea{
    padding: 10px 10px;
    background-color: #fafafa;
    width: calc(100% - 20px);
}
.form_box p select{background: url(/images/39/arrow2.png) no-repeat scroll 100% center #fafafa;background-repeat: no-repeat;background-position: 98% 50%;padding: 15px 10px;}
.form_box input#Checknum { margin-right: 10px; width: 100px; }
.form_box #btnOK {padding: 5px 10px;width: 250px;color: #fff;}

/* g-map */
#g-map {position: relative;margin: 0;width: 100%;}
#g-map a{z-index: 10;}
#g-map:before { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; content: ""; }
#g-map iframe {position: relative;width: 100%;height: 340px;z-index: 1;}



@media screen and (min-width: 1281px){
	aside >ul { padding: 0 15px; }
	aside >ul >li { overflow: hidden; position: relative; display: inline-block; }
	aside >ul li b[data-action="sideOpen"] { display: none; }
	aside >ul >li:hover { overflow: visible; }
	aside >ul >li:hover h4 a { color: var(--primary); }
	aside >ul >li:hover ul.subUL { opacity: 1; }
	#news_list li:hover .info_box { bottom: 30px; }
	#product_area .row:hover .info_box .line {width: 100%;background: #e14c1e;}
	#book_list li:hover .info_box { padding-bottom: 60px; }
#wrap .workframe::after {
    content: "";
    position: absolute;
    z-index: 0;
    background-color: #896e5c;
    height: 60px;
    width: 60px;
    right: -30px;
    top: -30px;
}
		#product_area li:hover .img_box img {-moz-transform: scale(1.05);-o-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);}

}
@media screen and (max-width: 1280px){
	aside {position: relative;width: 500px;margin: 2vw auto 5vw;}
	aside #sidebtn {display: inline-block;background: #e8e8e8;}
	aside #sidebtn font{color: #2b2b2b;}
	aside >ul { position: absolute; overflow: hidden; margin-top: 1px; width: 100%; height: 0; background: rgba(var(--black-rgb), .85); top: 0; left: 0; z-index: 1; }
	aside >ul.open {height: auto;border-width: 1px;top: 50px;background-color: #f6f6f6;}
	aside >ul >li { position: relative; }
	aside >ul >li h4 a { padding: 10px 15px; }
	aside >ul >li ul.subUL {overflow: hidden;width: 100%;height: 0;background: rgb(232 232 232 / 40%);top: 0;left: 0;}
	aside >ul >li.action h4 a{border: 0px;}
	aside >ul >li ul.subUL li a{color: #7b7b7b;text-align: left;padding: 10px 16px;}
	aside >ul.open >li[data-type="2"] >ul { position: relative; height: auto; top: auto; bottom: 0; opacity: 1; }
	#product_area .row .info_box {}
	#product_area .row .img_box {opacity: 1;}
	#news_list li img {height: 230px;}
	#wrap .workframe{
    width: 90%;
}
	#wrap:before, #wrap:after{}
}
@media screen and (max-width: 1024px){
	#article_list img { height: 35vw; }
	#sub_banner {height: 320px;}
	#top_title .pag_tit:before{display: none;}
	#wrap{
    padding: 2rem 0 3rem 0;
}
	#top_title .pag_tit{font-size: 23px;margin-bottom: 0px;}
	#top_title{margin: 0;padding: 50px;top: -140px;left: -30px;}
	.waylink ol{padding: 10px 0 10px 0;}
	#g-map,.content_box{width: 100%;padding: 0;}
	#g-map iframe{height: 260px;}
}
@media screen and (max-width: 761px){
	#product_area .list_box { margin: auto; width: 400px; }
	#product_area .row .info_box >div {width: calc(100% - 0px);}
	#product_area .row .info_box article {height: 60px;-webkit-line-clamp: 2;}
	#book_list .row img { height: 350px; }
}
@media screen and (max-width: 640px){
#content_wrap {padding-bottom: 4vw;padding-top: 4vw;}
	aside {width: 100%;margin: 3vw auto 8vw;}
	#album_list {-moz-column-count: 1;-webkit-column-count: 1;column-count: 1;}
	.form_box input#Checknum { width: calc(100% - 90px); }
	#product_area ul li{padding: 0px;margin: 20px 20px 40px;}
	#product_area .row .info_box h3{right: -10px;}
	#news_list li{margin-left: 0;margin-right: 0;}
	#describe{
    padding: 30px 20px;
}
	#product_area img{
    height: 100%;
}
}
@media screen and (max-width: 500px){
	#product_area .list_box { width: 100%; }
	#top_title .pag_tit:before {right: -224px;}
	#sub_banner {height: 230px;}
	#wrap {margin-top: -80px;padding: 7rem 0 3rem 0;}
		#top_title{margin: 0rem 0rem 1rem 0rem;padding: 50px;top: -140px;left: -30px;}

	
}
