#debug
{
	color: #ff0000;
	left: 0;
	position: fixed;
	top: 0;
}

html, body
{
	-webkit-text-size-adjust: none;
	font-size: 10px;
	color: #333;
	min-width: 320px;
}

/**:focus
{
	outline : 3px solid #000000;

}*/

.skip-to-content-link {
  background: #AA1313;
  position: absolute;
  top:0; left: 50%;
	height: 12px;
  padding: 13px 8px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
  transform: translateY(-100%);
  transition: transform 0.3s;
	z-index: 100;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
}

.skipToContent span
{
	display: none;
}

select
{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    height: 40px;
    border: 1px solid #DDD;
    background-color: #FFFFFF;
    padding: 5px;
    font-size: 12px;
    color: #000000;
    background: url("../images/img_selectric_arrow.png") no-repeat right 5px center;
}

body,
input,
textarea
{
	font-family: Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", "Heiti TC", "LiHei Pro", "新細明體", PMingLiU, sans-serif;
}

table caption
{
	display: none;
}

/*** responvise setting ***/
body
{
	display: none;
}
body.responsive0,
body.ipad,
body.responsive780
{
	display: block;
}

.desktopItem, .ipadItem, .mobileItem, .desktopItemIB, .ipadItemIB, .mobileItemIB {
	display: none !important;
}
.responsive780 .desktopItem, .ipad .ipadItem, .responsive0 .mobileItem {
	display: block !important;
}
.responsive780 .desktopItemIB, .ipad .ipadItemIB, .responsive0 .mobileItemIB {
	display: inline-block !important;
}
/*** responvise setting end ***/

/*** alignment set ***/
.ghost
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	height: 100%;
}

.vaTop
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}

.vaMiddle
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

.vaBottom
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: bottom;
}

.block
{
	display: block !important;
}
.hide
{
	display: none;
}
.placeholder
{
	color:#aaa;
}
input
{
	outline: 0;
	padding: 0;
	margin: 0;
	border: none;
}
.valignMid {
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.img100 {
	display: block;
	width: 100%;
}

textarea {
	resize:none;
}


/*** margin ***/
.mT5{
	margin-top:5px;
}
.mT10{
	margin-top:10px;
}

/*** color ***/
.red{
	color:#920883;
}



/************************* LOADING ****************************/
.loading		{ background-color: #fff; height: 100%; left: 0; position: fixed; top: 0; width: 100%; }
.loading.ready	{ filter: alpha(opacity=90); opacity: 0.9; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }
.loading img	{ height: 325px; left: 50%; margin: -163px 0 0 -200px; position: relative; top: 50%; width: 400px; }

/************************* COMMON ****************************/


/***  selectric  ***/

.selectric .label{
	font-size: 16px;
}
.selectric .button{
	width: 42px;
	height: 42px;
	background: url(../images/img_selectric_arrow.png) no-repeat center center;
}
.selectricItems li{
    padding: 11px 6px;
    font-size: 16px;
    line-height: 1.4em;
}
.selectric .button:after {
	display: none;
}
.selectric-items ul, .selectric-items li {
	margin-left: 0 !important;
}

.wrapper {
	width: 100%;
}

.mainContent {
	background-color: #f6f6f6;
	    min-height: 70vh;
}
.innerContainer {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

.responsive0 .innerContainer {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}


/********** fieldBox setting **********/
.fieldBox_wrapper {
	display: inline-block;
	margin: 0 auto;
	vertical-align: middle;
}
.fieldBox_container {
	display: block;
	position: relative;
	background-color: #fff;
}
.fieldBox_container .input {
	display: block;
	padding: 10px;
}
.fieldBox_container .input input {
	height: 15px;
	line-height: 1em;
	width: 100%;
}
.fieldBox_container.select .input {
	margin-left: 29px;
	padding: 0;
}


/********** Header setting **********/
/********** Desktop **********/
.headerContainer {
	position: absolute;
	width: 100%;
	top: 0;
	background-color: #fff;
}
.headerContainer .headerTop {
	width: 100%;
	background-color: #920883;
}
.headerContainer .headerTop .innerContainer {
	text-align: right;
	padding: 10px 0 8px;
}
.headerContainer .headerTop ul {
	display: inline-block;
}
.headerContainer .headerTop li {
	display: inline-block;
	color: #fff;
	padding: 0 14px;
	vertical-align: middle;
	border-right: 1px solid #8c796c;
}
.headerContainer .headerTop a {
	color: #fff;
}
.headerContainer .front-size {
	margin: 0 2px;
}
.headerContainer .front-size.small {
	font-size: 11px;
}
.headerContainer .front-size.medium {
	font-size: 13px;
}
.headerContainer .front-size.large {
	font-size: 15px;
}
.headerContainer .headIcon {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 7px;
	vertical-align: middle;
}
.headerContainer .header {
	width: 100%;
	vertical-align: top;
	border-bottom: 1px solid #920883;
}
.headerContainer .header .menulist {
	display: inline-block;
	vertical-align: middle;
	    line-height: 0;
	height: 87px;
	border-left: 1px solid #e5e5e5;
}
.headerContainer .header .nav_ele {
	display: inline-block;
}
.headerContainer .header .logo {
	border-left: none;
	/*width: 100px;*/
}
.headerContainer .header .logo .logo {
	/*width: 80px;*/
	/*height: 80px;*/
	padding: 3.5px;
}
.headerContainer .header .logo .logo img {
	display: block;
	width: 100%;
	height: 80px;
}
.headerContainer .header .logo .shortLogo {
	display: none;
	color: #920883;
}
.headerContainer.short .header .logo .logo {
	display: none;
}
.headerContainer.short .header .logo .shortLogo {
	display: inline-block;
	font-size: 18px;
	line-height: 1em;
}
.headerContainer .header .menuBtn {
	color: #555;
	width: 125px;
	height: 84px;
	font-size: 18px;
	line-height: 18px;
	border-bottom: 3px solid #fff;
}

.headerContainer.short .header li {
	height: auto;
}
.headerContainer.short .header .menuBtn {
	height: 48px;
}

.headerContainer .header .menuBtn:hover {
	color: #920883;
	border-bottom: 3px solid #920883;
}

.headerContainer .header .menuBtn.hover {
	color: #920883;
	border-bottom: 3px solid #920883;
}

.headerContainer .header .donation {
	width: 77px;
	height: 100%;
	background: url(../images/btn_donation.gif) no-repeat center top;
}
.headerContainer .header .serach {
	width: 110px;
	height: 100%;
	background: url(../images/btn_serach.png) no-repeat center center;
}
.headerContainer.short .header .donation,
.headerContainer.short .header .serach {
	height: 51px;
}
.headerContainer.short .header .donation {
	width: 77px;
	background: url(../images/btn_donation_small.gif) no-repeat center top;
}
.headerContainer.short .header .serach {
	width: 53px;
	background: url(../images/btn_serach_small.png) no-repeat center center;
}
.headerContainer .header .donation:hover {
	background-position: bottom;
}
.headerContainer .subMenuContainer {
	position: fixed;
	top: 125px;
	left: -99999px;
	width: 100%;
	background-color: #d5d5d5;
	border-top: 1px solid #920883;
	opacity: 0;
}

.headerContainer .subMenuContainer.show-menu {
	left: 0;
	opacity: 1;
}

.headerContainer .header li:hover > .subMenuContainer,
.headerContainer .header li:focus > .subMenuContainer {
	opacity: 1;
}

.headerContainer.short .subMenuContainer {
	top: 51px;
}
.headerContainer .subMenuInner {
/*	display: none;*/
	width: 800px;
	font-size: 140%;
	margin: 10px auto;
	padding-left: 40px;

	text-align: left;
}
.headerContainer .subMenuInner .row {
	display: inline-block;
	width: 33%;
	vertical-align: top;
}
.headerContainer .subMenuInner .row span {
	display: block;
	margin: 15px 0;
}
.headerContainer .subMenuInner a {
	display: inline-block;
	color: #333;

	line-height: 15px;
}
.headerContainer .subMenuInner a:hover {
	color: #920883;
}
.responsive780 .headSpace {
	height: 126px;
	background-color: #f6f6f6;
}

.btnSkip {
	position: absolute;
	top: -100px;
	left: 0;
	opacity: 0;
}



/********** Mobile **********/
.mHeaderContainer {
	position: fixed;
	width: 100%;
	top: 0;
	padding: 6px 0;
	background-color: #fff;
	border-bottom: 1px solid #920883;
}
.mHeaderContainer .headerTop {
	position: relative;
	padding: 0 10px;
	text-align: center;
}
.mHeaderContainer .headerTop .m_logo {
	display: inline-block;
	width: 65px;
	height: 65px;
}
.mHeaderContainer .headerTop .m_logo img {
	width: 100%;
	display: block;
}
.mHeaderContainer .headerTop a.menuBtn {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -17px;
	border-radius: 4px;
	width: 42px;
	height: 34px;
	background-color: #fff;
}
.mHeaderContainer .headerTop a.menuBtn span {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: block;
	position: absolute;
	z-index: 11;
	top: 50%;
	margin-top: -11px;
	left: 50%;
	margin-left: -14px;
	width: 28px;
	height: 14px;
	border-top: 4px solid #920883;
	border-bottom: 4px solid #920883;
	text-indent: -99999px;
}
.mHeaderContainer .headerTop a.menuBtn span:before {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
	width: 28px;
	height: 4px;
	background: #920883;
}
.mHeaderContainer .headerTop a.menuBtn span:after {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
	width: 28px;
	height: 4px;
	background: #920883;
}
.mHeaderContainer .headerTop a.menuBtn.active {
	background-color: #920883;
}
.mHeaderContainer .headerTop a.menuBtn.active span {
	margin-top: -7px;
	border: none;
	-webkit-transform: rotate(0deg) rotateX(0deg) rotateY(0deg);
	-moz-transform: rotate(0deg) rotateX(0deg) rotateY(0deg);
	-ms-transform: rotate(0deg) rotateX(0deg) rotateY(0deg);
	-o-transform: rotate(0deg) rotateX(0deg) rotateY(0deg);
	transform: rotate(0deg) rotateX(0deg) rotateY(0deg);
}
.mHeaderContainer .headerTop a.menuBtn.active span:before {
	background: #fff;
	-webkit-transform: rotate(45deg) rotateX(0deg) rotateY(0deg);
	-moz-transform: rotate(45deg) rotateX(0deg) rotateY(0deg);
	-ms-transform: rotate(45deg) rotateX(0deg) rotateY(0deg);
	-o-transform: rotate(45deg) rotateX(0deg) rotateY(0deg);
	transform: rotate(45deg) rotateX(0deg) rotateY(0deg);
}
.mHeaderContainer .headerTop a.menuBtn.active span:after {
	background: #fff;
	-webkit-transform: rotate(-45deg) rotateX(0deg) rotateY(0deg);
	-moz-transform: rotate(-45deg) rotateX(0deg) rotateY(0deg);
	-ms-transform: rotate(-45deg) rotateX(0deg) rotateY(0deg);
	-o-transform: rotate(-45deg) rotateX(0deg) rotateY(0deg);
	transform: rotate(-45deg) rotateX(0deg) rotateY(0deg);
}

.mHeaderContainer .headerTop .m_search {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	margin-top: -15px;
	right: 10px;
}
.mHeaderContainer .headerTop .m_search img {
	width: 100%;
}

.searchDiv {
	position: absolute;
	display: none;
	width: 100%;
	padding: 20px 0;
	background-color: #fff;
}
.headerContainer .searchDiv {
	padding: 10px 0;
 	top: 88px;
	right: 0;
	width: 300px;
}
.headerContainer.short .searchDiv {
 	top: 52px;
}
.mHeaderContainer .searchDiv {
	top: 80px;
}
.searchInner {
	display: block;
	margin: 0 10px;
}
.searchDiv .fieldBox_wrapper {
	display: block;
	border: 1px solid #666;
	float: left;
	width: 233px;
}
.en .searchDiv .fieldBox_wrapper {
    margin-right: 60px;
}
.searchDiv .fieldBox_wrapper .fieldBox_container {
	background-color: #efefef;
}
.searchDiv .fieldBox_wrapper .fieldBox_container input {
	background-color: #efefef;
}
.searchDiv .btn_search {
	float: right;
	font-size: 160%;
	padding: 19px 0;
	color: #666;
}
.responsive0 .headSpace {
	height: 80px;
	background-color: #f6f6f6;
}

.responsive0 .layerMask {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	background-color: #000;
}

.menuNavContainer {
	display: none;
	position: relative;
	width: 100%;
	top: 5px;
	background-color: #bbb;
}
.menuNavContainer:after {
	position: absolute;
	width: 100%;
	content: '';
	height: 6px;
	bottom: -6px;
	background: url(../images/img_mobile_menu_shadow.png) repeat-x;
	background-size: auto 100%;
}
.menuNavContainer .lang span {
	display: inline-block;
	width: 50%;
	text-align: center;
}
.menuNavContainer .lang span a {
	display: block;
	color: #fff;
	font-size: 130%;
	padding: 15px 0;
	background-color: #920883;
}
.menuNavContainer .lang span:first-child a {
	border-right: 1px solid #887466;
}

.menuDonate a {
	display: block;
	text-align: center;
	font-size: 170%;
	color: #920883;
	padding: 10px 0;
	vertical-align: middle;
	background-color: #fff;
}
.menuDonate a span {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.menuDonate a span img {
	display: block;
	height: 40px;
}

.mMenuSection {
	border-top: 1px solid #ccc;
}
.mMenuSection:first-child {
	border-top: none;
}
.mNavContainer .topLevel {
	display: block;
	position: relative;
/*	height: 62px;*/
	padding: 20px 15px;
	background-color: #e4e4e4;
	border-bottom: #ccc;
	text-align: center;
	color: #555;
	font-size: 15px;
}
.mNavContainer .topLevel span {
	display: block;
	border-left: 2px solid #e4e4e4;
	padding: 5px 2%;
	width:96%;

	-webkit-transition: border 0.5s;
	-moz-transition: border 0.5s;
	-o-transition: border 0.5s;
}

.mNavContainer .topLevel.active span {
	-webkit-animation: topLevelOpen 0.5s;
	-moz-animation: topLevelOpen 0.5s;
	-ms-animation: topLevelOpen 0.5s;
	-o-animation: topLevelOpen 0.5s;
	animation: topLevelOpen 0.5s;

	-webkit-transition: border 0.5s;
	-moz-transition: border 0.5s;
	-o-transition: border 0.5s;
}
.mNavContainer .topLevel.close span {
	-webkit-animation: topLevelClose 0.5s;
	-moz-animation: topLevelClose 0.5s;
	-ms-animation: topLevelClose 0.5s;
	-o-animation: topLevelClose 0.5s;
	animation: topLevelClose 0.5s;
}

@-webkit-keyframes topLevelOpen {
	0%
	{
		width:96%;
    }
    100%
	{
		width:68px;
    }
}

@-webkit-keyframes topLevelClose {
	0%
	{
		width:68px;
    }
    100%
	{
		width:96%;
    }
}
.mNavContainer .topLevel.active span {
	border-left: 2px solid #ee0505;
	color: #ee0505;
	width:68px;
}

.subLv {
	display: none;
	padding: 0 10px;
	background-color: #CDCDCD;
}
.subLv a {
	display: block;
	color: #333;
	font-size: 15px;
	padding: 15px 0 15px 35px;
	border-top: 1px solid #eee;
}
.subLv a:first-child {
	border-top: none;
}


/********** Footer Setting **********/
.footerContainer {
	position: relative;
	width: 100%;
	color: #555;
	padding: 30px 0;
	background-color: #f9f9f9;
}
.footerContainer .footer {
	position: relative;
	text-align: right;
	font-size: 140%;
}
.footContact {
	position: absolute;
	text-align: left;
	top: 0px;
	left: 10px;
}
.footContact span {
	display: inline-block;
	vertical-align: top;
	line-height: 22px;
}
.footContact .ico_location {
	width: 44px;
	height: 50px;
}
.footContact .col {
	margin-right: 30px;
}
.footContact a {
	/* color: #006280; */
	color:#034554;
}
.footLink {
	position: absolute;
	text-align: left;
	/* bottom: 0px; */
	left: 10px;
}
.footLink a {
	color: #555;
	vertical-align: middle;
}
.subscribe span.ico_mail {
	display: inline-block;
	width: 40px;
	height: 26px;
	text-align: left;
	margin-right: 15px;
	vertical-align: middle;
}
.footer .fieldBox_wrapper {
	width: 160px;
}
.footer a.btn {
	display: inline-block;
	padding: 12px 0 11px;
	text-align: center;
	width: 80px;
	color: #fff;
	margin: 0;
    font-size: 100%;
	vertical-align: middle;
	background-color: #920883;
}
.en .footer .fieldBox_wrapper {
    width: 220px;
}
.en .footer a.btn {
    padding: 12px 5px 11px;
    width: 88px;
}
.soicalBtnArea {
	margin: 25px 0;
}
.soicalBtnArea .soicalBtn {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0 15px;
}
.soicalBtnArea > span {
	display: inline-block;
	border-right: 1px solid #999;
	margin-right: 30px;
	padding-right: 10px;
	vertical-align: middle;
}






/********** mobile footer setting **********/
.responsive0 .footerContainer .footer {
	position: relative;
	text-align: right;
	margin: 0 3%;
	font-size: 110%;
}
.responsive0 .footer .footContact,
.responsive0 .footer .footLink {
	position: relative;
	top: inherit;
	bottom: inherit;
	left: inherit;
}
.responsive0 .footContact {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.responsive0 .footContact > span {
	display: inline-block;
	vertical-align: top;
	line-height: 22px;
	text-align: left;
}
.responsive0 .footContact .ico_location {
	display: inline-block;
	width: 44px;
	height: 50px;
	margin-left: 0;
}
.responsive0 .footContact .col {
	margin-right: 0;
}
.responsive0 .footContact .col.first {
	margin-right: 10px;
}
.responsive0 .footer .subscribe {
	margin-top: 20px;
}
.responsive0 .footer .subscribe span.ico_mail {
	width: 13%;
	margin-right: 2%;
}
.responsive0 .footer .subscribe span.ico_mail img {
	display: block;
	height: 100%;
}
.responsive0 .footer .fieldBox_wrapper {
	display: inline-block;
	width: 60%;
	margin: 0;
}
.responsive0.en .footer .fieldBox_wrapper {
	display: inline-block;
	width: 59%;
	margin: 0;
}
.responsive0 .footer .fieldBox_container {
	width: 100%;
}
.responsive0 .footer .fieldBox_container .input {
	display: block;
}
.responsive0 .footer .soicalBtnArea {
	margin: 20px 0;
	text-align: center;
}
.responsive0 .footer .soicalBtnArea > span {
	margin-right: 22px;
	padding-right: 7px;
}
.responsive0 .footer a.btn {
	width: 25%;
}
.responsive0.en .footer a.btn {
	width: 22%;
}
.responsive0 .footer .footLogo {
	display: flex;
	justify-content: center;
	align-items: end;
	text-align: center;
}
.responsive0 .footer .footLink {
	text-align: center;
	margin-top: 20px;
	line-height: 14px;
}

.responsive780 .footer .footLogo {
	display: flex;
	justify-content: space-between;
	align-items: end;
}






/********** desktop **********/
/********** inner page **********/
.navigation {
	width: 960px;
	margin: 0 auto;
	color: #555;
	font-size: 16px;
	padding-top: 18px;
}
.navigation a {
	color: #555;
}

.pageTitle {
	width: 960px;
	padding-top: 25px;
	margin: 30px auto 40px;
	text-align: center;
}
.responsive0 .pageTitle {
	width: 100%;
	padding-top: 30px;
	margin: 0px auto 40px;
	text-align: center;
}
.pageTitle span {
	display: inline-block;
}
.pageTitle .line {
	width: 90%;
	height: 1px;
	background-color: #999;
}
.pageTitle .line span {
	position: relative;
	font-size: 30px;
	padding: 0 22px;
	color: #920883;
	top: -15px;
	background-color: #f6f6f6;
}
.responsive0 .pageTitle .line span {
	font-size: 230%;
	top: -10px;
	padding: 0px 10px;
}

.textVer {
	position: absolute;
	right: 0;
	font-size: 18px;
	padding-left: 24px;
	line-height: 1.5em;
	color: #b65e00;
	background: url(../images/img_text_version.png) no-repeat left center;
}

.sectionHead {
	position: relative;
	width: 100%;
	height: 200px;
	text-align: center;
}
.sectionHead .title {
	display: inline-block;
	font-size: 42px;
	margin-top: 70px;
	color: #fff;
	line-height: 1em;
	padding: 10px 20px;
	background-color: #920883;
	/* background: url(../images/img_mainban_textdimbg.png) repeat; */
}
.responsive0 .sectionHead {
	height: 150px;
}
.responsive0 .sectionHead .title {
	font-size: 260%;
	margin-top: 50px;
}


.frontTitle {
	position: relative;
	font-size: 30px;
	width: 700px;
	margin: 0 auto 57px;
	padding-bottom: 20px;
	border-bottom: 1px solid #999;
}
.frontTitle > span {
	position: absolute;
	width: 100%;
	display: block;
	bottom: -11px;
}
.frontTitle > span > span {
	display: inline-block;
	line-height: 1.4em;
	font-size: 52%;
	padding: 0 10px;
	background-color: #f6f6f6;
}


.donate {
	position: relative;
	padding-bottom: 70px;
}
.donate .frontTitle {
	color: #920883;
	margin-bottom: 25px;
}
.donate .frontTitle span {
	color: #333;
}
.donateType {
	font-size: 18px;
}
.donateType label {
	margin: 0 20px;
}
.amount {
	margin: 20px 0 0 ;
}
.amount a.amountMoney {
	display: inline-block;
	width: 108px;
	height: 108px;
	margin: 0 8px;
	vertical-align: middle;
	font-size: 210%;
	color: #007a90;
	background: url(../images/img_doatebtn_circle.png) no-repeat top left;
}
.amount a.amountMoney:hover,
.amount a.amountMoney.active {
	color: #fff;
	background: url(../images/img_doatebtn_circle.png) no-repeat bottom left;
}

.amount a.btn_payNow {
	display: inline-block;
	width: 160px;
	color: #fff;
	font-size: 210%;
	height: inherit;
	background: none #920883;
	padding: 11px 20px 10px 20px;
}

.amount a.btn_payNow span {
	vertical-align: middle;
	display: inline-block;
}

/********** mobile **********/
/********** inner page **********/
.responsive0 .donate {
	margin: 0 3%;
	padding-bottom: 40px;
}
.responsive0 .donate .amount a {
	border: 2px solid #007a90;
	background: none;
	font-size: 130%;
	width: 56px;
	height: 56px;
	margin: 0 6px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.responsive0 .donate .amount a.btn_payNow {
	display: block;
	width: 100%;
	height: auto;
	font-size: 210%;
	margin: 20px auto 0;
	border: none;
	border-radius: initial;
	background: none #920883;
	padding: 11px 0 10px;
}


.responsive0 .frontTitle {
	font-size: 190%;
	width: auto;
	font-weight: bold;
	padding-bottom: 35px;
	margin: 0 auto 40px;
}
.responsive0 .frontTitle > span > span {
	display: inline-block;
	line-height: 1.4em;
	font-size: 70%;
	font-weight: normal;
	padding: 0 10px;
	background-color: #f6f6f6;
}



/******************** slider setting ********************/
.sliderTable {
	width: 100%;
}
.sliderTable > tbody > tr > td {
	vertical-align: top;
	width: 50%;
}
.sliderTable .sliderContainer,
.sliderGroup .sliderContainer{
	position:relative;
	font-size:15px;
	text-align:left;
}

.sliderContainer {
	position:relative;
}
.sliderContainer .toggleBtn {
	position:absolute;
	bottom:15px; right:0;
}
.sliderContainer .toggleBtn span {
	display:block;
}
.sliderContainer .toggleBtn span.hide {
	display:none !important;
}
.sliderContainer .toggleBtn span svg {
	display:block;
	width:30px; height:30px;
	fill:#000;
}
.sliderContainer .innerSliderContainer{
	position:relative;
	overflow:hidden;
}
.sliderContainer .innerSliderContainer .slideItem{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.sliderContainer .innerSliderContainer .slideItem img{
	/* display: block; */
	width: auto;
	height: 360px;
	max-width: 480px;
}
.sliderContainer .innerSliderContainer .slideItem.active{
	position:relative;
}
.sliderContainer .sliderNav{
	position:absolute;
	bottom:0; left:0;
	width:100%;
}
.sliderContainer .sliderNav .sliderNavBG{
	position:absolute;
	top:0; left:0;
	width:100%; height:100%;
	background-color:#004551;
	/* opacity:0.7;
	filter:alpha(opacity=70); */
}
.sliderContainer .sliderNav .caption{
	position:relative;
	float:left;
	color:#fff;
	background-color:#004551;
	padding:20px 20px;
}
.sliderContainer .bullet{
	padding:20px 20px 20px 0;
}
.sliderContainer .bullet .bulletItem{
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	width:11px; height:12px;
	cursor:pointer;
	margin-left:15px;
	background:url(../images/bullet-black.png) no-repeat;
	border: none;
}
.sliderContainer .bullet .bulletItem.active{
	background:url(../images/bullet-black-on.png) no-repeat;
}

.responsive0 .sliderContainer{
	padding-bottom:20px;
}
.responsive0 .sliderContainer .innerSliderContainer .slideItem{
	/*width:100%;*/
	text-align: center;
	width: 100%;
	height: 300px;
	line-height: 300px;
}
.responsive0 .sliderContainer .innerSliderContainer .slideItem img{
	/*display: block;
	width: 100%;
	height: auto;
	max-width: none;*/
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 300px;
	vertical-align: middle;
}
.responsive0 .sliderContainer .sliderNav .caption{
	padding:10px 20px;
}
.responsive0 .sliderContainer .bullet{
	padding:8px 20px 8px 0;
}

.responsive0 .sliderTable > tbody > tr > td {
	display: block;
    width: 100%;
}



.contactArea {
	padding: 20px;
	border: 1px solid #007a90;
}
.contactArea .head {
	font-size: 22px;
	color: #000;
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-align: center;
	border-bottom: 1px solid #d5d5d5;
}
.contactTable {
	width: 100%;
	font-size: 18px;
}
.contactTable td {
	padding: 5px;
	text-align: left;
	vertical-align: middle;
}
.contactTable td:first-child {
	text-align: right;
	width: 35%;
}
.en .contactTable td:first-child {
	text-align: right;
	min-width: 20%;
	max-width: 35%;
}
.contactArea .btn {
	display: inline-block;
	padding: 10px 35px;
	margin: 30px 10px 10px 10px;
	font-size: 18px;
	color: #fff;
	background-color: #007a90;
}
.contactArea a.socialBtn {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 15px;
	background-size: 100%;
}
.contactArea a.link_fb {
	background: url(../images/btn_ico_fb.png) no-repeat;
}
.contactArea a.link_ig {
	background: url(../images/btn_ico_ig.png) no-repeat;
}
.contactArea a.link_yt {
	background: url(../images/btn_ico_yt.png) no-repeat;
}
.responsive0 .contactInfoContainer {
    padding-left: 0;
}
.responsive0 .contactArea {
    padding: 20px 0px;
}
.responsive0 .contactTable td:first-child {
    width: 22%;
}
.responsive0 .contactTable td.social {
    width: 44% !important;
}
.responsive0 .contactArea .btn {
    display: block;
    padding: 10px 35px;
    margin: 15px 10px;
}



/********** POPUP **********/
.mfp-close{
	opacity:1;
	filter:alpha(opacity=100);
}
.mfp-close:active{
	top:10px;
}
.popup{
	position:relative;
	width:800px;
	margin:0 auto;
	padding:20px;
	background-color:#fff;
}

.pGroup a{
	color: #007A90;
}

.gsc-adBlock {
	display: none !important;
}
