@import url('/css/community.css');
.wow {animation-name: fadeInDown;-webkit-animation-name: fadeInDown;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-fill-mode: both;-webkit-animation-fill-mode: both;animation-duration: 1s;-webkit-animation-duration: 1s;	}

header{
    background: rgba(var(--black-rgb), .8);
    opacity: 1;
}
/* 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), .3);}
#page_title .workframe { margin: auto; }
#page_title .pag_tit {line-height: 100%;letter-spacing: .12em;font-style: italic;font-size: 48px;font-family: 'Poppins', sans-serif;vertical-align: middle;display: block;text-transform: uppercase;color: #fff;}

/* 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;color: #fff;}
.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: 80px 0px 60px;min-height: 350px;z-index: 4;}
#wrap .list_box li .img_cover {height: 250px;}
#wrap .list_box li {margin-bottom: 40px;}

/* aside */
aside { margin-bottom: 60px; z-index: 5; }
aside ul li b { padding: 5px 10px 5px 5px; }
aside ul li b .fa:before { content: "\f107"; }
aside >ul >li { position: relative; display: inline-block; }
aside >ul >li h4{
}
aside >ul >li h4 a {
    border: 1px #e9e9e9 solid;
    letter-spacing: 2px;
    line-height: 1.5;
    display: inline-block;
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 16px;
    background: #f1f1f1;
    margin: 5px;
    }
aside >ul >li h4 a {font-weight: 500;font-size: 18px;letter-spacing: .15em;}
aside >ul >li.action h4 a , aside >ul >li.action h4 i {color: var(--white);background-color: var(--primary);}

aside >ul >li .subUL { position: absolute; margin-top: 10px; width: 180px; background: var(--white); left: calc((100% - 180px) / 2); }
aside >ul >li .subUL >li { border-bottom: 1px rgba(var(--gray-rgb), .1) solid; }
aside >ul >li .subUL >li a { padding: 3px 15px; display: block; line-height: 140%; font-weight: 300; }
aside >ul >li .subUL >li .subULHead a { padding: 10px 15px; color: var(--black); font-weight: 400; }
aside >ul >li .subUL >li b { display: none; }
aside >ul >li .sub2UL { margin: 0 10px 10px; }
aside >ul >li[data-type="1"] { overflow: hidden; }
aside >ul >li[data-type="1"] .subUL { box-shadow: 0 0 15px rgba(var(--black-rgb), 0); opacity: 0; z-index: -1; }
aside >ul >li[data-type="2"] { overflow: visible; }
aside >ul >li[data-type="2"] .subUL { box-shadow: 0 0 15px rgba(var(--black-rgb), .15); opacity: 1; z-index: 1; }

/* 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; font-style: italic; letter-spacing: .15em; }
#article_list li .info_box article { margin-top: 5px; font-weight: 300; }

/* news_list */
#news_list li .time {font-weight: 300;font-style: italic;line-height: 120%;font-weight: 300;font-style: initial;line-height: 120%;position: absolute;background-color: rgb(25 45 68 / 81%);color: #fff;padding: 10px 20px;top: 0px;z-index: 10;}
#news_list li .img_box { border: 0 var(--secondary) solid; }
#news_list li h3 { margin-top: 10px; height: 45px; line-height: 45px; letter-spacing: .15em; font-weight: 600; font-size: 22px; }
#news_list li h3:before { position: absolute; width: 0; height: 2px; background: var(--secondary); display: block; bottom: 0; left: 0; content: ""; }
#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; }
#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); }

/* book_list */
#book_list { margin-bottom: 5vw; }
#book_list img { height: 350px; }
#book_list a { background: rgba(var(--black-rgb), .2); }
#book_list a b { margin: auto; padding: 0 10%; width: 80%; height: 42px; letter-spacing: .15em; font-weight: 700; font-size: 25px; }

/* album_list */
#album_list {margin-bottom: 5vw;flex-wrap: wrap;display: grid;grid-template-columns: repeat(4, 1fr);}
#album_list >div { margin: 0 1px 1px 0; height: 300px; flex-grow: 1; }
#album_list >div img { width: auto; min-width: 100%; height: 300px; }

/* 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 2vw;overflow: overlay;}
#describe * , .tab_content * { vertical-align: bottom; color: currentcolor; }
.webBox #SeoStarRating font{color: #a5a5a5;}
.webBox #SeoStarRating font:last-child{color: #5a5a5a;}
.webBox #SeoStarRating font *{color: #a2a2a2;}

/* detail_title */
#detail_title {margin-bottom: 60px;padding: 0 15px 25px;border-bottom: 1px #d4d4d4 solid;text-align: center;}
#detail_title .time {padding: 2px 10px;font-weight: 300;font-style: inherit;line-height: 120%;font-size: 13px;opacity: 0;letter-spacing: 1.5px;}
#detail_title >div {padding-top: 5px;box-sizing: border-box;line-height: 1px;z-index: 5;text-align: center;}
#detail_title >div:after { margin: 13px 0 0 20px; width: 0; height: 3px; background: var(--secondary); display: inline-block; vertical-align: top; content: ""; }
#detail_title .title {max-width: calc(100% - 50px);line-height: 130%;letter-spacing: 0.5px;font-size: 28px;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 >div:after { width: 30px; -webkit-transition-delay: .4s; transition-delay: .4s; }
#detail_title.showtime .title { opacity: 1; }
#detail_title.showtime .time , #detail_title.showtime .quote_box {opacity: 1;-webkit-transition-delay: .6s;transition-delay: .6s;text-align: center;margin-bottom: 10px;padding: 5px 20px;}

/* form_box */
.form_box p.note .red { color: #f00; }
.form_box p.item { padding: 15px; 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; }

#community{
    display: none;
}

ul.process_m{margin: 0px 0 0px;display: flex;}
ul.process_m .btn {width: 220px;height: 50px;line-height: 50px;text-align: center;font-size: 14px;font-weight: 400;background-color: #ed6c01;color: #261714;letter-spacing: 1px;position: relative;margin: 3px;display: flex;flex-direction: row;flex-wrap: wrap;align-items: center;justify-content: center;}
ul.process_m .btn a{color: #ffffff;font-size: 14px;margin-right: 10px;}ul.process_m .btn a i{font-size: 20px;margin-right: 11px;}
ul.process_m .btnn:hover {color: #fff;background-color: #1b4291;}
ul.process_m .btn:hover:before {border-color: #fff;}
@-webkit-keyframes antiBtn {
	0% {right: 30px;opacity: 0;}
	100% {right: 20px;opacity: 1;}
}
@keyframes antiBtn {
	0% {right: 30px;opacity: 0;}
	100% {right: 20px;opacity: 1;}
}

@media screen and (min-width: 1281px){
	#sub_banner { margin-top: 80px; }
	aside >ul >li:hover h4 a , aside >ul >li:hover h4 i {color: #ffffff;background-color: var(--primary);}
	#news_list li:hover h3:before { width: 100%; }
}
@media screen and (max-width: 1280px){
	#article_list li .info_box { width: calc(90% - 60px); }
#album_list {grid-template-columns: repeat(2, 1fr);}
	#album_list >div , #album_list >div img {height: 32vw;}

}

@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 { height: 40vw; }
#wrap {padding: 30px 0px 40px;}
#wrap .list_box li .img_cover {height: 190px;}
#wrap .list_box li {margin-bottom: 20px;}
ul.process_m{
    margin: 10px 0 0px;
    flex-direction: column;
}
#page_title .workframe{
    margin: 50px auto;
}
#page_title{
    height: 160px;
}
}
@media screen and (max-width: 550px){
	#community { margin-top: 10px; }
	#pagenav p a i , #pagenav p:last-child a i { margin: 0; }
#detail_title.showtime .title{
    font-size: 24px;
    letter-spacing: 0.2px;
}
#page_title .pag_tit{
    font-size: 35px;
}
}
@media screen and (max-width: 450px){
	#detail_title .title { font-size: 22px; }
	#album_list >div , #album_list >div img {height: 42vw;}
	#pagenav a , #pagenav strong { margin: 0; width: 24px; height: 24px; line-height: 24px; font-size: 14px; }
	#pagenav a {}
	#pagenav a:first-child , #pagenav a:last-child { line-height: 20px; }

#detail_title {margin-bottom: 30px;}

}