/* sub_banner_box */
#sub_banner_box {opacity: 1;padding-top: 35px;background-color: #8bd0df;}
#sub_banner_box .parallax_bg {margin-bottom: 0;min-height: 430px;background-size: cover;background-position: 50% 50%;}

/* wrap */
#wrap {margin-top: 7px;z-index: 4;background-image: url(/images/44/bg.jpg);position: relative;} 
#wrap:after {position: absolute;width: 100%;height: 500px;top: 0;left: 0;z-index: -1;content: "";background: linear-gradient(to bottom,#fff 0%,#fff0  100%);opacity: 1;}
#wrap .pag_tit {margin-bottom: 40px;line-height: 170%;margin-top: 40px;}


/* waylink */
.waylink{display:none}
.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: white;}
.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: ""; }

/* aside */
aside {margin-bottom: 30px;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 { padding: 0 15px; }
aside >ul >li h4 a { padding: 10px 5px; font-weight: 500; font-size: 18px; letter-spacing: .15em; }
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; min-height: 350px; }
#content_wrap .list_box li { margin-bottom: 50px; vertical-align: top; }
#content_wrap .img_box {border-radius: 15px;background-color: #f9f9f9;border: 3px solid #5b9889;}
#content_wrap .info_box { margin: 10px 15px 0; }
#content_wrap .info_box .time { width: 65px; font-weight: 400; font-size: 13px; }
#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; }
#content_wrap .info_box .quote_box * { font-weight: 400; font-size: 13px; }
#content_wrap .info_box h3 { height: 34px; font-size: 20px; }
#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; }

/* contactBox */
#contactBox {overflow: hidden;}
#contactBox h3 { margin: 15px 0; text-align: center; font-size: 30px; color: #3c3c3c; }
#contactBox .infoList {display: flex;flex-wrap: wrap;}
#contactBox .infoList >div {width: calc(25% - 40px);display: flex;padding: 10px;margin: 10px;background-color: #fff;align-items: center;justify-content: flex-start;}
#contactBox .infoList >div a {padding: 0 0px;display: flex;color: #696666;font-size: 15px;font-weight: 500;word-break: normal;align-items: center;}
#contactBox .infoList >div a i {margin-right: 20px;display: block;font-size: 23px;color: #61b8c7;width: 20px;text-align: center;}

/* book_list */
#book_list li h3 { margin-top: 10px; height: 30px; font-size: 18px; }

/* album_list */
#album_list { margin-bottom: 5vw; flex-wrap: wrap; }
#album_list >div { margin: 0 1px 1px 0; height: 300px; flex-grow: 1; }
#album_list >div img { width: auto; min-width: 100%; height: 300px; }

/* 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; }
#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(--primary-rgb), .7) dashed; }
.form_box p.item label span { font-weight: 500; font-size: 17px; }
.form_box p.item label i , #donate_set .set_box h3 i { margin-left: 15px; line-height: 20px; font-size: 20px; color: #f00; }
.form_box p.item font { margin: 5px 0; }
.form_box p.item font.radio_part span { margin-right: 10px; }
.form_box p.item font.radio_part input[type="radio"] { margin-right: 5px; }
.form_box p.item font.address { grid-template-columns: 10em 10em 1fr; grid-gap: .5em; }
.form_box p.item.check_box { border-bottom: 0; }
.form_box p.send_box { margin: 15px 0 50px; }

/* donate_set */
#donate_set .set_box { padding: 15px; border-bottom: 1px rgba(var(--primary-rgb), .7) dashed; }
#donate_set .set_box h3 { font-weight: 500; font-size: 18px; }
#donate_set .set_box .d_grid { margin: 20px 0; grid-template-columns: repeat(4, 1fr); grid-gap: 1em 1.5em; }
#donate_set .set_box .d_grid.receipt_grid , #donate_set .set_box .d_grid.pay_grid { grid-template-columns: repeat(3, 1fr); }
#donate_set .set_box .d_grid.anonymous_grid { grid-template-columns: repeat(2, 1fr); }
#donate_set .set_box .radio_select input[type="radio"] { position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; z-index: 2; cursor: pointer; }
#donate_set .set_box .radio_select label { padding: 2em .5em; background: rgba(var(--gray-rgb), .2); justify-content: center; align-items: center; }
#donate_set .set_box .radio_select input[type="radio"]:checked + label { background: var(--primary); color: #fff; }
#donate_set .set_box .radio_select input[type="radio"]:disabled { cursor: not-allowed; }
#donate_set .set_box .radio_select input[type="radio"]:disabled + label { opacity: .4; }
#donate_set .set_box .input_group { margin-left: 0; width: 1%; display: flex; align-items: stretch; flex: 1 1 auto; }
#donate_set .set_box .input_group input { width: 1%; flex: 1 1 auto; }
#donate_set .set_box .input_group .group_text { padding: 0 1em; display: flex; align-items: center; justify-content: center; font-weight: 500; font-size: 17px; }
#donate_set .set_box .custom_item { align-items: center; }
#donate_set .set_box .custom_item label { margin: 0 10px 0 7px; width: 170px; font-weight: 500; font-size: 17px; }
#donate_set .set_box p.item { padding: 15px 0; border-bottom: 0; }

/* donateSearch */
#donateSearch .d_inflex { margin: .5em 1em .5em 0; align-items: center; }
#donateSearch .d_inflex label { min-width: 5em; }

/* donate_list */
#donate_list { margin: 30px 0; width: 100%; border-spacing: .15em; border-collapse: separate; text-align: center; }
#donate_list tr >* { padding: .5em; background: rgba(var(--gray-rgb), .2); text-align: center; color: var(--info); }
#donate_list thead { position: sticky; top: 0; }
#donate_list thead tr * { background: var(--primary); font-size: 1.1em; color: #fff; }

/* 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; }

/* newebpayform */
#newebpayform { margin-bottom: 40px; }
#newebpayform .goTxt { text-align: center; }

/* load */
.la-ball-spin-clockwise,
.la-ball-spin-clockwise > div { position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.la-ball-spin-clockwise { display: block; font-size: 0; color: #2b6f86; }
.la-ball-spin-clockwise.la-dark { color: #333; }
.la-ball-spin-clockwise > div { display: inline-block; float: none; background-color: currentColor; border: 0 solid currentColor; }
.la-ball-spin-clockwise { margin: 20px auto; width: 50px; height: 50px; }
.la-ball-spin-clockwise > div { position: absolute; top: 50%; left: 50%; width: 8px; height: 8px; margin-top: -4px; margin-left: -4px; border-radius: 100%; -webkit-animation: ball-spin-clockwise 1s infinite ease-in-out; -moz-animation: ball-spin-clockwise 1s infinite ease-in-out; -o-animation: ball-spin-clockwise 1s infinite ease-in-out; animation: ball-spin-clockwise 1s infinite ease-in-out; }
.la-ball-spin-clockwise > div:nth-child(1) { top: 5%; left: 50%; -webkit-animation-delay: -.875s; -moz-animation-delay: -.875s; -o-animation-delay: -.875s; animation-delay: -.875s; }
.la-ball-spin-clockwise > div:nth-child(2) { top: 18.1801948466%; left: 81.8198051534%; -webkit-animation-delay: -.75s; -moz-animation-delay: -.75s; -o-animation-delay: -.75s; animation-delay: -.75s; }
.la-ball-spin-clockwise > div:nth-child(3) { top: 50%; left: 95%; -webkit-animation-delay: -.625s; -moz-animation-delay: -.625s; -o-animation-delay: -.625s; animation-delay: -.625s; }
.la-ball-spin-clockwise > div:nth-child(4) { top: 81.8198051534%; left: 81.8198051534%; -webkit-animation-delay: -.5s; -moz-animation-delay: -.5s; -o-animation-delay: -.5s; animation-delay: -.5s; }
.la-ball-spin-clockwise > div:nth-child(5) { top: 94.9999999966%; left: 50.0000000005%; -webkit-animation-delay: -.375s; -moz-animation-delay: -.375s; -o-animation-delay: -.375s; animation-delay: -.375s; }
.la-ball-spin-clockwise > div:nth-child(6) { top: 81.8198046966%; left: 18.1801949248%; -webkit-animation-delay: -.25s; -moz-animation-delay: -.25s; -o-animation-delay: -.25s; animation-delay: -.25s; }
.la-ball-spin-clockwise > div:nth-child(7) { top: 49.9999750815%; left: 5.0000051215%; -webkit-animation-delay: -.125s; -moz-animation-delay: -.125s; -o-animation-delay: -.125s; animation-delay: -.125s; }
.la-ball-spin-clockwise > div:nth-child(8) { top: 18.179464974%; left: 18.1803700518%; -webkit-animation-delay: 0s; -moz-animation-delay: 0s; -o-animation-delay: 0s; animation-delay: 0s; }
.la-ball-spin-clockwise.la-sm { width: 16px; height: 16px; }
.la-ball-spin-clockwise.la-sm > div { width: 4px; height: 4px; margin-top: -2px; margin-left: -2px; }
.la-ball-spin-clockwise.la-2x { width: 64px; height: 64px; }
.la-ball-spin-clockwise.la-2x > div { width: 16px; height: 16px; margin-top: -8px; margin-left: -8px; }
.la-ball-spin-clockwise.la-3x { width: 96px; height: 96px; }
.la-ball-spin-clockwise.la-3x > div { width: 24px; height: 24px; margin-top: -12px; margin-left: -12px; }

@-webkit-keyframes ball-spin-clockwise { 0% , 100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } 20% { opacity: 1; } 80% { opacity: 0; -webkit-transform: scale(0); transform: scale(0); } }
@-moz-keyframes ball-spin-clockwise { 0%, 100% { opacity: 1; -moz-transform: scale(1); transform: scale(1); } 20% { opacity: 1; } 80% { opacity: 0; -moz-transform: scale(0); transform: scale(0); } }
@-o-keyframes ball-spin-clockwise { 0%, 100% { opacity: 1; -o-transform: scale(1); transform: scale(1); } 20% { opacity: 1; } 80% { opacity: 0; -o-transform: scale(0); transform: scale(0); } }
@keyframes ball-spin-clockwise {
0%, 100% { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1); } 20% { opacity: 1; } 80% { opacity: 0; -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); transform: scale(0); } }

@media screen and (min-width: 1281px){
	aside >ul >li:hover h4 a , aside >ul >li:hover h4 i { color: var(--primary); }
}

@media screen and (max-width: 1600px){
	.workframe {width: 90%;}
}
@media screen and (max-width: 1440px){
	#contactBox .infoList >div a{
		font-size:13px;
	}
}

@media screen and (max-width: 1024px){
	#sub_banner_box .parallax_bg{
    min-height: 282px;
    background-color: #8bd0df;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
}
@media screen and (min-width: 980px){
	#google_shere { margin-top: 6vw; }
}
@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: 768px){
	#sub_banner_box .parallax_bg {
    min-height: 293px;
    background-color: #8bd0df;
}
	#contactBox .infoList >div {width: calc(50% - 40px);}
}
@media screen and (max-width: 640px){
	#album_list >div , #album_list >div img { height: 40vw; }
	#donate_list thead { display: none; }
	#donate_list td { padding: .2em .5em; background: none; display: block; text-align: left; font-size: 1em; }
	#donate_list td:before { width: 6.5em; display: inline-block; font-weight: bold; font-size: 1em; color: var(--primary); content: attr(data-th) " : "; }
	#donate_list tr:nth-child(2n) td { background: rgba(var(--gray-rgb), .2); }
}
@media screen and (max-width: 550px){
	#content_wrap .list_box li { width: 250px; }
	#community { margin-top: 10px; }
}
@media screen and (max-width: 450px){
	#album_list >div , #album_list >div img { height: 50vw; }
	#pagenav a , #pagenav strong { margin: 0; width: 24px; height: 24px; line-height: 24px; font-size: 14px; }
	#pagenav p a { display: block; }
	#sub_banner_box .parallax_bg {
    min-height: 230px;
    background-color: #8bd0df;
}
	#contactBox .infoList >div {width: calc(100% - 40px);}
	#wrap .pag_tit{margin-top:0px;margin-bottom: 10px;font-size: 22px;}
}
	

