/* layout.less */
aside b .fa { transform: rotate(0); -webkit-transform: rotate(0); transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
aside>ul>li .subUL { transform: translate(0, 30px); -webkit-transform: translate(0, 30px); }
aside>ul>li[data-type="2"] h4 b .fa { transform: rotate(180deg); -webkit-transform: rotate(180deg); }
aside>ul>li[data-type="2"] .subUL { transform: translate(0, 0); -webkit-transform: translate(0, 0); }
#faq_list li .title .icon:after { transform: rotate(90deg); -webkit-transform: rotate(90deg); }
#faq_list li.current .title .icon:after { transform: rotate(180deg); -webkit-transform: rotate(180deg); }

[data-action="loader"] .loader_circle { width: 50px; height: 50px; border-radius: 50%; }
[data-action="loader"]#lodbg .loader_circle { -webkit-animation: circle infinite 0.75s linear; animation: circle infinite 0.75s linear; }

@keyframes circle { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } }
@-webkit-keyframes circle { 0% { -webkit-transform: rotate(0); } 100% { -webkit-transform: rotate(360deg); } }

/* sub_banner_box */
#sub_banner_box {}
#sub_banner_box .parallax_bg {margin-bottom: 0;min-height: 350px;background-attachment: inherit;background-position: 50% 60%;}

/* wrap */
#wrap {margin-top: 50px;z-index: 4;}
#wrap >.workframe { width: var(--width-xl); }
#wrap .pag_tit {margin-bottom: 5px;line-height: 170%;color: var(--black);}

/* waylink */
.waylink ol {display: flex;justify-content: center;align-items: center;margin-bottom: 40px;}
.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(--info); content: "/"; }
.waylink ol li:last-child:after { margin: 0; content: ""; }

/* aside */
aside {margin-bottom: 60px;z-index: 5;border-bottom: 1px solid #dedede;}
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 {margin: 0 15px;}
aside >ul >li.action h4:after, aside >ul >li:hover h4:after{content:'';position: absolute;bottom: 0;height: 2px;width: 100%;left: 0;background: var(--primary);}
aside >ul >li h4:before {content:'';position:absolute;top:50%;right:-14px;z-index:1;width:1px;height:14px;margin-top:-6px;background-color:#e5e5e5}
aside >ul >li:last-child h4:before{display:none;}
aside >ul >li h4 a {padding: 20px 5px;font-weight: 400;font-size: 15px;letter-spacing: .15em;color: #888;}
aside >ul >li.action h4 a , aside >ul >li.action h4 i { 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; }

/* content_wrap */
#content_wrap {padding: 0 0 60px;}
#content_wrap .list_box li { margin-bottom: 50px; vertical-align: top; }
#content_wrap .img_box {background-color: #f9f9f9;}
#content_wrap .info_box {margin: 10px 0 0;}
#content_wrap .info_box .time {width: 75px;font-weight: 400;font-size: 13px;font-family: 'Kanit', sans-serif;color: #989898;}
#content_wrap .info_box .more_btn {margin-left: 10px;padding: 2px 15px;max-width: calc(100% - 105px);height: 22px;font-weight: 100;font-size: 13px;z-index: 6;background: var(--secondary);}
#content_wrap .info_box .quote_box * { font-weight: 400; font-size: 13px; }
#content_wrap .info_box h3 {height: auto;font-size: 17px;margin-top: 10px;font-weight: 500;}
#content_wrap .info_box >div { padding: 20px; border-radius: 0 15px 15px 15px; }
#content_wrap .info_box >div article { height: 42px; line-height: 140%; font-weight: 300; font-size: 15px; -webkit-line-clamp: 2; }
#content_wrap p.back {text-align: end;margin-top: 30px;}
#content_wrap p.back  a{display: inline-block;background: var(--triadic1);padding: 10px 20px;color: var(--white);}
#content_wrap p.back a i{color:var(--white);margin-right: 4px;}

/* book_list */
#book_list li h3 {margin-top: 10px;height: auto;font-size: 16px;font-weight: 400;}

/* album_list */
#album_list { margin-bottom: 5vw; flex-wrap: wrap; }
#album_list >div {margin: 10px;height: 250px;width: calc((100%/4) - 20px);}
#album_list >div img {width: auto;min-width: 100%;height: 250px;}

/* faq_list */
#faq_list { margin-bottom: 50px; }
#faq_list li { border-bottom: 1px rgba(var(--primary-rgb), .7) dashed; }
#faq_list li .title { padding: 20px 20px 20px 0; }
#faq_list li .title font { vertical-align: top; }
#faq_list li .title .txt { margin-left: 10px; width: calc(100% - 50px); font-size: 20px; }
#faq_list li .title .icon { width: 40px; height: 34px; }
#faq_list li .title .icon:before , #faq_list li .title .icon:after { position: absolute; margin: auto; width: 14px; height: 2px; background: var(--primary); display: block; top: calc((100% - 2px) / 2); left: calc((100% - 14px) / 2); content: ""; }
#faq_list li .info { padding: 0 20px 30px 50px; font-size: 15px; }

/* 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(--primary); color: var(--white); }
#pagenav p { margin: 0 5px; width: calc(50% - 10px); vertical-align: top; }
#pagenav p a {margin: 15px 0 0;padding: 0 15px;width: auto;height: auto;line-height: initial;font-size: 0;background: var(--info);}
#pagenav p a i { margin: 0 5px 0 0; width: 11px; line-height: 23px; font-size: 12px; vertical-align: top; }
#pagenav p a font { max-width: calc(100% - 16px); min-width: auto; font-size: 14px; font-weight: 100; vertical-align: top; }
#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;}
#describe * , .tab_content * { vertical-align: bottom; color: currentcolor; }

/* google_shere */
#google_shere {margin-top: 30px;display: none;}

/* form_box */
.form_box p.note .red { color: #f00; }
.form_box p.item {padding: 15px;border-bottom: 1px rgba(var(--gray-rgb), .5) dashed;}
.form_box p.item label span { font-weight: 500; font-size: 17px; }
.form_box p.item label i {margin-left: 15px;line-height: 20px;font-size: 20px;color: #f00;font-style: unset;}
.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; }

@media screen and (min-width: 1281px){
	aside >ul >li:hover h4 a , aside >ul >li:hover h4 i { color: var(--primary); }
}
@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: 1280px){
	#wrap >.workframe {width: 90%;}
}
@media screen and (max-width: 1024px){
	#album_list >div{width: calc((100%/3) - 20px);}
}
@media screen and (max-width: 768px){
	#album_list >div{width: calc((100%/2) - 20px);}
	#content_wrap .list_box li{width: calc(50% - 40px);}
}
@media screen and (max-width: 640px){
	.form_box p.item{padding: 15px 0;}
	#content_wrap .list_box li{width: 95%;margin: 0 auto 20px;}
	aside >ul >li h4:before{right: -7px;}
	aside >ul >li h4 a{letter-spacing: 0;}
	aside >ul >li h4{margin: 0 7px;}
	#wrap{margin-top: 35px;}
	#album_list >div , #album_list >div img {height: 35vw;width: calc((100%/2) - 10px);margin: 5px;}
	#sub_banner_box .parallax_bg{min-height: 200px;}
	#wrap .pag_tit{font-size: 26px;}
}