/* wrap */
#wrap .workframe{width: 1280px;}
#wrap #google_shere{display:none;}

/* sub_banner */
#sub_banner { margin-top: 64px; }
#sub_banner #banner_box { width: 100%; height: 100%; top: 0; left: 0; }
#sub_banner #banner_box img { height: 100%; }

/* page_title */
#page_title {height: 400px;background: rgba(var(--black-rgb), .2);align-items: flex-end;}
#page_title .workframe {margin-bottom: 2.5%;width: 1220px;}
#page_title .pag_tit {line-height: 100%;letter-spacing: .15em;text-transform: uppercase;font-family: 'Oswald', sans-serif;font-size: 45px;font-weight: bold;}
#page_title h1{line-height: 100%;letter-spacing: .15em;font-size: 18px;font-weight: 400;text-transform: uppercase;z-index: 4;margin-top: 15px;color: #fff;position: relative;display: block;}
#page_title h1:after{content:'';background: #fff;height: 2px;width: 38px;display: block;margin-top: 20px;}

/* waylink */
.waylink ol { padding-top: 5px; }
.waylink ol li , .waylink ol li a { letter-spacing: .1em; font-weight: 100; font-size: 13px; vertical-align: bottom; }
.waylink ol li:after { margin: 0 10px; display: inline-block; font-weight: 100; font-size: 12px; color: var(--white); content: "/"; }
.waylink ol li:last-child:after { margin: 0; content: ""; }

/* wrap */
#wrap {padding: 60px 0;min-height: 250px;z-index: 4;}
#wrap .list_box li .img_cover {height: 270px;object-fit: contain;}
#wrap .list_box li {margin-bottom: 30px;margin-top: 30px;}

/* sidenav */
#sidenav{position: relative;margin-left: 0;display: inline-block;vertical-align: top;}
#sidenav a#showSide {padding: 10px 20px;background: var(--primary);border: 1px var(--primary) solid;box-shadow: 0 0 3px rgb(0 0 0 / .2);display: block;color: #fff;}
#sidenav a#showSide i {margin-right: 10px;color: #fff;}
#sidenav h3.sideTitle {font-weight: 900;font-size: 30px;color: var(--primary);font-family: 'Oswald', sans-serif;margin-bottom: 20px;padding: 5px;border-bottom: solid 1px #3c3c3c;font-weight: 400;}
#sidenav ul.cate >li h4 , #sidenav ul.cate >li ul li .subULHead { position: relative; }
#sidenav ul.cate >li a {padding: 12px 20px 12px 30px;display: block;font-weight: 400;color: #303030;padding-top: 15px;padding-left: 42px;padding-bottom: 15px;border-bottom: solid 1px #bfbfbf;position: relative;}
#sidenav ul.cate >li a:after {display: inline-block;content: "";width: 7px;height: 7px;border-top: 1px solid #939393;border-right: 1px solid #939393;transform: translateY(-50%) rotate(45deg);vertical-align: 1px;position: absolute;left: 20px;top: 50%;}
#sidenav ul.cate >li.action >h4 a { background: #f2f2f2; }
#sidenav ul.cate >li >ul a:after{
    left: 25px;
    transform: translateY(0%) rotate(0deg);
    border-right: 0px solid #939393;
}
#sidenav ul.cate >li ul { display: none; -webkit-transition: none; transition: none; }
#sidenav ul.cate >li.action >ul , #sidenav ul.cate >li >ul >li.action >ul {display: block;}
#sidenav ul.cate >li >ul a {padding-left: 50px;border-left: 2px transparent solid;}
#sidenav ul.cate >li >ul >li.action >div p a {border-left-color: var(--primary);color: var(--primary);}
#sidenav ul.cate >li >ul >li >ul li a { padding-left: 60px; color: #2196F3; }
#sidenav ul.cate >li >ul >li >ul li.action a { font-style: italic; }
#sidenav ul.cate >li b[data-action="sideOpen"] {position: absolute;padding: 0 10px;right: 20px;padding-left: calc(100% - 40px);width: 35px;height: 40px;display: inline-block;text-align: center;line-height: 41px;top: calc((100% - 41px) / 2);left: 0;cursor: pointer;}
#sidenav ul.slist li { padding: 12px 5px; }
#sidenav ul.slist li a { color: #626262; }


/* article_list */
#article_list li .info_box { margin: -50px auto 0; padding: 30px; width: calc(80% - 60px); box-shadow: 0 0 20px rgba(var(--black-rgb), .1); }
#article_list li .info_box h3 {height: 37px;font-size: 22px;letter-spacing: .15em;}
#article_list li .info_box article { margin-top: 5px; font-weight: 300; }

/* news_list */
#news_list li .time {font-weight: 500;line-height: 120%;margin-top: 10px;font-family: 'Lato', sans-serif;font-size: 14px;color: #898989;}
#news_list li .more{font-size:14px;overflow: hidden;height: 45px;color: #898989;}
#news_list li .img_box { border: 0 var(--secondary) solid; }
#news_list li h3 {height: 45px;line-height: 45px;letter-spacing: 1px;font-weight: 600;font-size: 20px;}
#news_list li .more font { font-weight: 600; font-style: italic; }
#news_list li .more svg { margin-left: 10px; width: 18px; height: 13px; }

/* faq_list */
#faq_list li { margin-bottom: 15px; }
#faq_list li .title {padding: 15px 65px 15px 25px;background: #f2f2f2;}
#faq_list li .title:before { position: absolute; width: 0; height: calc(100% - 3px); background: var(--white); top: 0; left: 0; content: ""; }
#faq_list li .title i { font-size: 26px; top: calc((100% - 26px) / 2); right: 25px; }
#faq_list li .info { padding: 25px; font-size: 14px; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
#faq_list li.current .title:before { width: calc(100% - 65px); }
#faq_list li.current .title font {color: var(--secondary);}
#faq_list li .title font {font-size: 16px;font-weight: 400;}

/* book_list */
#book_list { margin-bottom: 5vw; }
#book_list img { height: 350px; }
#book_list a {display: flex;align-items: flex-end;}
#book_list a b {padding: 5px 10%;height: 32px;letter-spacing: .15em;font-weight: 700;font-size: 18px;background: #222222;display: inline-block;font-weight: 400;}

/* album_list */
#album_list {flex-wrap: wrap;}
#album_list >div {width: calc(100%/4);}
#album_list >div a{margin: 20px;border: 10px solid #eee;padding: 20px;}
#album_list >div:hover a{border: 10px solid #336fb7;}
#album_list >div img {width: auto;min-width: 100%;}

/* pagenav */
#pagenav a , #pagenav strong { margin: 0 2px; width: 35px; height: 35px; display: inline-block; text-align: center; line-height: 35px; font-weight: 400; }
#pagenav strong { background: var(--black); color: var(--white); }
#pagenav a:first-child , #pagenav a:last-child { line-height: 30px; }
#pagenav p a { margin: 15px 0 0; padding: 0 20px; width: auto; }
#pagenav p a i { margin: 0 5px 0 0; }
#pagenav p a font { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
#pagenav p:last-child a i { margin: 0 0 0 5px; }

/* community */
#community li { margin-right: 5px; }
#community li , #community li * { line-height: 100%; }
#community li .fb_iframe_widget { display: block !important; }

/* describe */
#describe {margin: 2em 0 5vw;text-align: justify;line-height: 200%;}
#describe * , .tab_content * { vertical-align: bottom; color: currentcolor; }

/* detail_title */
#detail_title {margin-bottom: 60px;padding: 0 0 20px;border-bottom: 1px #898989 solid;}
#detail_title .time {padding: 4px 10px;font-weight: 300;line-height: 120%;font-size: 16px;opacity: 0;margin-bottom: 10px;letter-spacing: 0.5px;}
#detail_title >div {padding-top: 5px;box-sizing: border-box;line-height: 1px;z-index: 5;}
#detail_title .title {max-width: calc(100% - 50px);line-height: 100%;font-size: 34px;font-weight: 600;text-transform: uppercase;opacity: 0;}
#detail_title .quote_box { font-weight: 500; font-style: italic; letter-spacing: .1em; opacity: 0; }
#detail_title.showtime .title { opacity: 1; }
#detail_title.showtime .time , #detail_title.showtime .quote_box { opacity: 1; -webkit-transition-delay: .6s; transition-delay: .6s; }

/* form_box */
.form_box p.note .red { color: #f00; }
.form_box p.item {padding: 15px 0;border-bottom: 1px rgba(var(--black-rgb), .1) solid;}
.form_box p.item label span {letter-spacing: .15em;font-weight: 600;font-size: 17px;}
.form_box p.item label i { margin-left: 15px; line-height: 20px; font-size: 20px; color: #f00; }
.form_box p.item font { margin: 5px 0; }
.form_box p.item.check_box { border-bottom: 0; }
.form_box p.send_box { margin: 15px 0 50px; }

/* lodbg */
[data-action="loader"] { width: 100vw; height: 100vh; background: rgba(var(--black-rgb), .3); line-height: 100vh; top: 0; left: 0; opacity: 0; z-index: -1; }
[data-action="loader"] .loader_circle { border: 2px rgba(var(--black-rgb), .6) solid; border-left-color: rgba(var(--white-rgb), .4); }
#lodbg { opacity: 1; z-index: 99999; }

/* pagenav */
#pagenav p{margin:0;width: 50%;}

@media screen and (min-width: 1281px){
	#sidenav a#showSide { display: none; }
	#sidenav ul.cate { margin-top: 10px; }
	#sub_banner {margin-top: 90px;}
}

@media screen and (max-width: 1280px){
	#sidenav h3.sideTitle { display: none; }
	#sidenav ul.cate { position: absolute; width: calc(100% - 2px); background: #fff; border: 1px #e1e1e1 solid; box-shadow: 0 0 3px rgb(0 0 0 / .2); z-index: -1; opacity: 0; -webkit-transform-origin: 50% 0; -ms-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transform: scale(0.75) translateY(-21px); -ms-transform: scale(0.75) translateY(-21px); transform: scale(0.75) translateY(-21px); -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out; transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out; }
	#sidenav ul.cate[data-type="1"] { z-index: 99; opacity: 1; -webkit-transform: scale(1) translateY(0); -ms-transform: scale(1) translateY(0); transform: scale(1) translateY(0); }
	#wrap .workframe, #page_title .workframe{width:90%;}
	#article_list li .info_box { width: calc(90% - 60px); }
}
@media screen and (max-width: 1024px){
    #album_list >div{width:calc(100%/3)}
#wrap .list_box li .img_cover {height: 100%;}
}
@media screen and (min-width: 761px){
	.form_box p.item { padding: 30px 20px; }
	.form_box p.item label { width: 170px; }
	.form_box p.item font { margin: 0 0 0 30px; width: calc(100% - 200px); }
}
@media screen and (max-width: 640px){
	#album_list >div , #album_list >div img {width: 50%;}
	#album_list >div a{margin:10px;padding: 10px;border: 5px solid #eee;}
	#album_list >div:hover a{border: 5px solid #336fb7;}
	#product_list {display: flex;flex-wrap: wrap;}
	#wrap .list_box li {margin: 20px 0;width: calc(100% / 2);}
}
@media screen and (max-width: 550px){
	#community { margin-top: 10px; }
    #page_title .pag_tit{font-size: 28px;letter-spacing: .10em;}
	#pagenav p a i , #pagenav p:last-child a i { margin: 0; }
}
@media screen and (max-width: 450px){
	#wrap{padding: 50px 0;min-height: 230px;}
	#describe{margin:0;}
	#page_title .workframe{margin-bottom:10%}
	#page_title{height: 220px;}
	#page_title h1:after{display:none;}
	#page_title h1{text-align:center;}
	#detail_title .title { font-size: 22px; }
	#pagenav a , #pagenav strong { margin: 0; width: 24px; height: 24px; line-height: 24px; font-size: 14px; }
	#pagenav a { background: none; }
	#pagenav a:first-child , #pagenav a:last-child { line-height: 20px; }
}