

/* ======================================================================================================
 GENERAL TYPOGRAPHY 
=======================================================================================================*/

/* ================= 1. CSS Reset ================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-family:"微軟正黑體", Helvetica, Arial, Tahoma, sans-serif;
}
strong, b {
	font-weight:bold;
}
em, dfn, i {
	font-style:italic;
}
/* ================= General tags ================= */
body {
	font: 16px/1.7 "微軟正黑體", Helvetica, Arial, Tahoma, sans-serif;
	color:#333;
	-webkit-font-smoothing: antialiased;
	background-image: url("../img/bg-01.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}


body.page-bg{
	
	background-position: top center;
	background-repeat: no-repeat;
	background-image:
    url("../img/page-bg.jpg"), url("../img/page-bg-bottom.jpg");
    
  background-repeat: no-repeat, no-repeat;
  background-position:
    top center,
    bottom center;
}

.btn_top{ width: 60px; height: 60px; position: fixed; right: 20px; bottom: 20px; z-index: 10; }
.btn_top img{ width: 100%;}

@media only screen and (max-width: 769px) {
    .btn_top{ bottom: 20px; z-index: 10; }	
}

h1, h2, h3, h4, h5, h6 {
	font-family: "微軟正黑體", Helvetica, Arial, Tahoma, sans-serif;
	margin-bottom:12px;
	font-weight:600;
}
a:link, a:visited, a:hover, a:active, a:focus {
	text-decoration:none;
	outline: none;
	font-family: "微軟正黑體", Helvetica, Arial, Tahoma, sans-serif;
}
a {
	color:#d93e39;
	font-family: "微軟正黑體", Helvetica, Arial, Tahoma, sans-serif;
}
a:hover {
	text-decoration:underline;
}
pre {
	white-space:pre;
	overflow:auto;
	padding:20px;
}
code {
	white-space:pre;
	overflow:auto;
	padding:14px;
	color:#595959;
	background:#f6f6f6;
	display:block;
	border:1px solid #ddd;
	font-size:11px;
	line-height:15px;
}
code strong {
	color:#000;
}
p {
	color:#333;
	font-size:16px;
	font-family: "微軟正黑體", Helvetica, Arial, Tahoma, sans-serif;
	line-height:1.5;
}
dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, blockquote, article, p {
	margin-bottom: 20px;
}
::selection {
	background:#2e2823;
	color:#FFFFFF;
}
::-moz-selection {
background:#2e2823;
color:#FFFFFF;
}
/* ================= Headers ================= */
h1 {
	font-size:25px;
	color:#453C34;
}
h2 {
	font-size:22px;
	color:#453C34;
}
h3 {
	font-size:18px;
	color:#453C34;
}
h4 {
	font-size:16px;
	color:#453C34;
}
h5 {
	font-size:14px;
	color:#453C34;
}
h6 {
	font-size:12px;
	color:#453C34;
}
h1.regular, h2.regular, h3.regular, h4.regular, h5.regular, h6.regular {
	font-weight:400;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
	color:#fff;
}
h1.page_title {
	margin-bottom:10px;
}
h1.bottom_line {
	border-bottom:1px solid #d9d9d9;
	margin:20px 0 30px 0;
	padding:0 0 10px 0;
}
h2.bottom_line {
	border-bottom:1px solid #d9d9d9;
	margin-bottom:10px;
}
h3.bottom_line {
	border-bottom:1px solid #d9d9d9;
	margin-bottom:20px;
	padding-bottom:15px;
}
h3.bottom_line2 {
	border-bottom:1px solid #d9d9d9;
	margin-bottom:0;
	padding-bottom:5px;
}
h4.bottom_line {
	border-bottom:1px solid #d9d9d9;
	margin-bottom:11px;
	padding-bottom:10px;
}
p.bottom_line {
	border-bottom:1px solid #d9d9d9;
	margin-bottom:10px;
	padding:0 0 13px 0;
}
div.bottom_line {
	border-bottom:1px solid #d9d9d9;
	margin-bottom:10px;
	padding:0 0 13px 0;
}
p.align_center {
	text-align:center;
	font-size:14px;
	color:#999999;
}
p.align_center a {
	font-weight:bold;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-weight:600;
}


/* ================= List Styles ================= */
ul {
	list-style:none;
	margin-top:0;
}
ol {
	margin-bottom:0;
	margin-top:0;
}
ol, ol li {
	list-style:decimal outside;
}


.container { position:relative;
	max-width:1200px;
	margin:0 auto;
}
@media only screen and (max-width: 1200px) {
    .container {
        padding: 0 5%;
    }
}


/* common */
.no-list {
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.max100 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.inner {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
    position: relative;
}
.trans {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}
.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}
#fix-top {
    height: 90px;
}
@media only screen and (max-width: 769px) {
    .inner {
        padding: 0 10px;
    }
}

/* header */
header {      
    z-index: 2000;    
    width: 100%;
    height: 90px;    
    font-family: "MHei","Lucida Grande", "Lucida Sans Unicode", "Helvetica","Arial","Verdana","微軟正黑體", "MicrosoftJhengHeiRegular","sans-serif";
}
.main_link {
    max-width: 1200px;
	background-color: #fff;
	margin: 0 auto;
}
.top {
    float: left;
    margin: 10px 0 10px 15px;
}
.fb_i {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../img/fb.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.ig_i {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../img/ig.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.menu-box{background: #FFF;
		border-radius: 50px 50px 50px 50px;
		margin-top: 15px;
}
.menu {
    /*    float: right;*/
    display: flex;
    align-items: center;
    justify-content: end;
}
.menu li {
    display: inline-block;
    position: relative;
}
.menu a {
    display:block;
	position:relative;
	font-size:20px;
	font-family:"Helvetica neue", "微軟正黑體", Arial, sans-serif;
	color:#ec6f6e;
	font-weight:bold;
	border-bottom:4px solid #FFF;
    transition: .2s;
	text-decoration: none;
}
.menu a:hover {
    text-decoration:none;
	color:#ec6f6e;
	border-bottom:4px solid #ec6f6e;
}
.menu ul {
    display: none;
    position: absolute;
    background: #023e18;
    text-align: center;
    width: 100%;
}
.menu ul:before {
    height: 0;
    width: 0;
    content: " ";
    display: block;
    border: 7px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: -14px;
    border-bottom: 7px solid #023e18;
}
.menu > li:hover ul {
    display: block;
}
.menu li{
	float:left;
	margin-right:28px;
	background: url("../img/menu-icon.png") no-repeat 0px 10px;
	padding: 0 0 0 16px;
}
.menu ul li {
    display: block;
}
.menu ul a {
    font-size: 16px;
    padding: 10px;
    color: #fff;
}
header .inner {
    display: flex;
    align-items: center;
    /* justify-content: space-around; */
}
header .right_con {
    flex: 1;
    text-align: right;
}
.menu .social_wrap {
    display: flex;
    align-items: center;
}
.menu .social_wrap a {
    padding-left: 5px;
    padding-right: 5px;
    max-width: 34px;
}
.menu .line {
    margin-top: -10px;
}
.logo {
    max-width: 221px;
    display: block;
}	
@media only screen and (max-width: 1000px) {
    header {
        height: 80px;
    }
    header .inner {
        flex-wrap: wrap;
        padding: 0 15px;
    }
    header .right_con {
        
    }
    #fix-top {
        height: 128px;
    }
}
@media only screen and (max-width: 769px) {
    header {
        text-align: center;
        border-bottom: none;
        padding: 0;
        height: 73px;
    }
    header .inner {
        padding: 0;
        display: block;
    }
    .main_link {
        padding: 0;
    }
    .other_links > ul {
        float: right;
    }
    .other_links > ul > li {
        float: left;
        padding-top: 6px;
    }
	.menu-box {
    background: #FFF;
    border-radius: 50px 50px 50px 50px;
    margin-top: 0;
	}
    .top {
        padding: 10px 0 10px 0;
        position: relative;
        z-index: 3;
        background: #fff;
        
        width: 100%;
        float: none;
		margin: 0;
    }
    .menu {
        position: absolute;
        width: 100%;
        background: #ffffff;
        left: 0;
        top: calc(-100% - 300px);
        z-index: 3;
        display: block;
        text-align: center;
    }
    .menu.act {
        top: 72px;
    }
    .menu > li {
        display: block;
        border-bottom: 1px solid #dddddd;
		float: none;
		background: #FFF;
    }
    .menu ul {
        position: static;
    }
    .menu ul li {
        border-top: 1px solid #dddddd;
    }
    .menu ul a {
        font-size: 14px;
        background: #f2f5f3;
        color: #185640;
    }
    .logo img {
        /*        height: 40px;*/
        margin-left: 10px;
    }
    .menu .line {
        display: none;
    }
    .menu .social_wrap {
        justify-content: center;
    }
    .menu_wrap {
        position: absolute;
        top: 13px;
        right: 0;
        width: 52px;
        height: 52px;
        cursor: pointer;
    }
    .menu_icon {
        position: absolute;
        width: 32px;
        height: 32px;
        right: 10px;
        top: 14px;
    }
    .menu_icon span {
        position: absolute;
        height: 4px;
        width: 32px;
        background: #ec6f6e;
        opacity: .9;
        right: 0;
    }
    .menu_icon span:nth-child(1) {
        top: 0px;
    }
    .menu_icon span:nth-child(2) {
        top: 10px;
    }
    .menu_icon span:nth-child(3) {
        top: 20px;
    }
    .menu_wrap.act .menu_icon span:nth-child(1) {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        top: 10px;
    }
    .menu_wrap.act .menu_icon span:nth-child(2) {
        opacity: 0;
    }
    .menu_wrap.act .menu_icon span:nth-child(3) {
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        top: 10px;
    }
    .mask.act {
        opacity: 1;
        z-index: 1;
        pointer-events: auto;
    }
    .other_links > ul ul {
        margin-left: -5px;
    }
    #fix-top {
        height: 73px;
    }
}

/* footer */
footer {
    font-family: "MHei", "Lucida Grande", "Lucida Sans Unicode", "Helvetica", "Arial", "Verdana", "微軟正黑體", "MicrosoftJhengHeiRegular", "sans-serif";
    color: #333333;
    font-size: 18px;
    overflow-x: hidden;
    line-height: 1.2;
    
    text-align: center;
    font-size: 14px;
    background-color: #fbf4e8;
    padding: 50px 10px 10px;
}
footer p {
    margin: 20px 0px 6px;
    line-height: 120%;
    font-size: 12px;
    color: #000;
}
footer a {
    color: #000;
    font-size: 12px;
    font-weight: normal;
}
footer a:hover {
    color: #000;
    opacity: 1;
}
footer .wrap {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    flex-wrap: wrap;
}
footer .item {
    text-align: left;
    flex: 1;
}
footer .item:nth-of-type(3) {
    align-self: flex-start;
}
footer .tit {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #000;
}
footer .wrap li {
    margin-bottom: 5px;
}
footer .social {
    margin-bottom: 5px;
    display: flex;
}
footer .social a {
    display: inline-block;
    margin: 0 20px;
    width: 58px
}
@media only screen and (max-width: 769px) {
    footer .item {
        flex: initial;
    }
    footer .social {
        flex-basis: 100%;
        margin-top: 40px;
        justify-content: center;
    }
}

/* 2023-07-27 增加 人才招募 */
.menu .hr_btn {
    background: #000;
    color: #fff;
    line-height: 1;
    border-radius: 30px;
    padding: 10px 20px;
    text-align: center;
    font-weight: bold;
    margin: 0 20px;
    white-space: nowrap;
}
@media only screen and (max-width: 1200px) {
    .menu a {
        padding: 0 5px;
    }
    .menu .hr_btn {
        margin: 0 10px;
    }
}
@media only screen and (max-width: 769px) {
    .menu a {
        padding: 15px 10px;
    }
    .menu .hr_btn {
        margin: 0;
        border-radius: 0;
        padding: 15px 10px;
    }
}

/* ================= Footer ================= */
.footer_bg {
	border-top:10px solid #d93e39;
	background:#282828;
	margin-top:60px;
}
.footer_bg.no_margin {
	margin-top:0;
}
.footer {
	margin-top:35px;
}
.footer_bg .footer h1.about {
	background:url("../img/footer_about.png") no-repeat 0px 4px;
	color:#aaaaaa;
	font-size:18px;
	text-shadow:0 1px 0 #262626;
	font-weight:400;
	text-indent:30px;
}
.footer_bg .footer h1.blog {
	background:url("../img/footer_blog.png") no-repeat 0px 4px;
	color:#aaaaaa;
	font-size:18px;
	text-shadow:0 1px 0 #262626;
	font-weight:400;
	text-indent:30px;
}
.footer_bg .footer h1.flickr {
	background:url("../img/footer_flickr.png") no-repeat 0px 4px;
	color:#aaaaaa;
	font-size:18px;
	text-shadow:0 1px 0 #262626;
	font-weight:400;
	text-indent:30px;
}
.footer_bg .footer p {
	color:#cccccc;
	line-height:22px;
}
.footer_bg_bottom {
	background:#f7f3e3;
	padding: 20px 0;
	font-size: 15px;
}
.footer .lastest_posts img {
	float:left;
	margin:5px 20px 0 0;
}
.footer .lastest_posts a {
}
.footer .col_1_3 {
	width:280px;
	margin:20px 40px 0 0;
}
.footer .col_1_3.last {
	width:280px;
	margin:20px 0 0 0;
}
.footer .flickr ul {
	margin-right:-20px;
}
.footer .flickr ul li {
	padding:0;
	margin:0 20px 20px 0;
	float:left;
}
.ie7 .footer .flickr ul li {
	padding:0;
	margin:0 13px 19px 0;
	float:left;
}
.footer .flickr ul li a {
	border:4px solid #202020;
	display:block;
	width:72px;
	height:72px;
}
.footer_bottom .menu ul {
	list-style: none;
	padding:20px 0 0 0;
}
.footer_bottom .menu ul li {
	float:left;
	position:relative;
	display:block;
	margin:0 40px 0 0;
	padding:0;
	list-style:none;
	z-index: 9999;
}
.footer_bottom .menu ul li a {
	color:#fff;
	font-size:20px;
	font-weight:bold;
	display:block;
	text-decoration:none;
	float:left;
}
.footer_bottom .menu ul li a.selected {
	color:#d8c0a8;
}
.footer_bottom .menu ul li a:hover {
	color:#d8c0a8;
}
.footer_bottom p, .footer_bottom p a {
	color:#74665B;
	line-height:22px;
	font-size:11px;
}
.footer_bottom .keep_in {
	padding:20px 0 0 0;
	font-size:14px;
	color:#a6a6a6;
	font-weight:600;
}

.footer_bottom .f-logo{
	float: left;
	margin-right: 36px;
}
.footer_bottom .copyright{
	float: left;
	max-width: 650px;
	margin-top: 3px;
	color: #333;
	line-height: 1.6;
	text-align: left;
}
.footer_bottom .copyright a{ 
	color: #333;
	font-size: 15px;

}
.footer_bottom .media{
	float: right;
}
.footer_bottom .media ul{
	margin-top: 20px;
}
.footer_bottom .media ul li{
	float: left;
	margin-right: 15px;
}

@media only screen and (max-width: 769px) {
	.footer_bottom .f-logo{float:none;}
	.footer_bottom .copyright{float:none;}
	.footer_bottom .copyright span{ display:inline-block;}
	.footer_bottom .media{float:none;}
}

/* ================= Page title + Search ================= */
.page-title{
	text-align: left;
	margin: 140px 0 50px 3%;
}

@media only screen and (max-width: 769px) {
	.page-title img{ width: 100%;}
}

/* ================= 首頁 ================= */	
.fundraising { margin-top: 150px; min-height: 450px;}
.fundraising .img{
	float: left; 
	width: 50%;
	padding-top: 30px;
}
.fundraising .img img{
	width: 100%;
	max-width: 587px;
}
.fundraising .txt{
	float: right; 
	width: 45%;
	
}
.fundraising .txt h3{ font-size: 28px;}
.fundraising .txt p{
	font-size: 20px;
	line-height: 1.6;
}
.i-content-1{
	position: relative;
	
}
.i-content-2{
	background: url(../img/bg-02.jpg) no-repeat;
	background-position: top center;
	padding-top: 18vw;
	position: relative;
	z-index: 1;
}

.i-intro{
	
}
.i-intro .study{position:relative;}
.i-intro h1.title-01{
	position: absolute;
	right: 125px;
	top: 120px;
	font-weight: normal;
	font-size: 28px;
	border-bottom: 2px solid #505050;
}
.i-intro h1.title-02{
	position: absolute;
	left: 60px;
	top: 450px;
	font-weight: normal;
	font-size: 28px;
	border-bottom: 2px solid #505050;
}
.i-intro .serve{
	position:relative;
	
}
.i-intro .serve h1.title-01{
	position: absolute;
	right: 200px;
	top: 40px;
	font-weight: normal;
	font-size: 28px;
	border-bottom: 2px solid #505050;
	
}


.i-intro .serve button {
  /* Variables */
  --button_radius: 5em;
  --button_color: #ec6f6e;
  --button_outline_color: #cd5a59;
  font-size: 28px;
  border: none;
  cursor: pointer;
  border-radius: var(--button_radius);
  background: var(--button_outline_color);
	color: #FFF;
	padding: 0;
	position: absolute;
	right: 22%;
	bottom: 12%;
}

.i-intro .serve .button_top {
  display:inline-block;
  box-sizing: border-box;
  border: 0px solid var(--button_outline_color);
  border-radius: var(--button_radius);
  padding: 0.45em 2.5em 0.45em 1.2em;
  background:#ec6f6e;
  background-position: right;
  transform: translateY(-0.2em);
  transition: transform 0.1s ease;
	color: #FFF;
	position: relative;
}
.i-intro .serve .button_top::after{
	content: ". ";
	display: inline;
	width: 43px;
	height: 43px;
	background: url("../img/arrow-01.png")no-repeat;
	padding:0 4px;
	position: absolute;
	right: 0.2em;
	top: 0.35em;
	
}

.i-intro .serve button:hover .button_top {
  /* Pull the button upwards when hovered */
  transform: translateY(-0.33em);
}

.i-content-3{
	position: relative;
	height: 50vw;
	margin-top: -13vw;
    padding-top: 17vw;
	background: url("../img/bg-03.jpg") no-repeat center top;
	margin-top: -10vw;
	z-index:0;
}
.i-content-3 .video_wrap {
    position: absolute;
    bottom: 20vw;
    width: 50vw;
    height: 29vw;
    margin: 0 24.7vw;
    border-radius: 16px;         /* 圓角 */
    border: 8px solid #fff;       /* 白色邊框 */
    box-shadow: 0 8px 25px rgba(0,0,0,0.3); /* 陰影 */
    overflow: hidden;             /* 確保 iframe 跟著裁切 */
    }
.i-content-4{
	background: url("../img/bg-04.jpg") no-repeat top center;
	text-align: center;
	padding: 0 0 5vw 0;
	margin-top: -18vw;
	padding-top: 80px;
}
.i-content-4 .support{
	line-height: 2;
	position: relative;
}
.i-content-4 .support h1{
	color: #4085bb;
	
}
.i-content-4 .support p{
	font-size: 20px;
	line-height: 2;
	margin-bottom: 3vw;
}
.i-content-4 .support .img-p-01{
	position: absolute;
	left: 5%;
	top: 32%;
}

.i-content-4 .support .img-p-02{
	position: absolute;
	right: 5%;
	top: 32%;
}
.i-content-4 .support button {
  /* Variables */
  --button_radius: 5em;
  --button_color: #ec6f6e;
  --button_outline_color: #cd5a59;
  font-size: 28px;
  border: none;
  cursor: pointer;
  border-radius: var(--button_radius);
  background: var(--button_outline_color);
	color: #FFF;
	padding: 0;
	right: 9em;
	bottom: 1em;
}


.i-content-4 .support .button_top {
  display:inline-block;
  box-sizing: border-box;
  border: 0px solid var(--button_outline_color);
  border-radius: var(--button_radius);
  padding: 0.45em 2.5em 0.45em 1.2em;
  background:#ec6f6e;
  background-position: right;
  transform: translateY(-0.2em);
  transition: transform 0.1s ease;
	color: #FFF;
	position: relative;
}
.i-content-4 .support .button_top::after{
	content: ". ";
	display: inline;
	width: 43px;
	height: 43px;
	background: url("../img/arrow-01.png")no-repeat;
	padding:0 4px;
	position: absolute;
	right: 0.2em;
	top: 0.35em;
	
}

.i-content-4 .support button:hover .button_top {
  /* Pull the button upwards when hovered */
  transform: translateY(-0.33em);
}


@media only screen and (max-width: 1200px) {
    .fundraising { margin-top: 80px;}
	.i-intro h1.title-01{font-size: 2.4vw; right: 7%; top: 10%; }
	.i-intro h1.title-02{font-size: 2.4vw; top: 36%; left: 7%;}
	.i-intro .serve h1.title-01{font-size: 2.4vw; right: 9%; top: 7%;}
	.i-intro img{ max-width: 1152px; width: 100%;}
	.i-intro .serve button{ right: 15vw;}
	.i-content-4 .support .img-p-01{ width: 20vw;}
	.i-content-4 .support .img-p-02{ width: 20vw;}
	.footer_bg_bottom{ padding: 20px 2%;  }
}
@media only screen and (max-width: 769px) {
    .menu a {
        padding: 15px 10px;
    }
    .menu .hr_btn {
        margin: 0;
        border-radius: 0;
        padding: 15px 10px;
    }
	
	.i-content-2{ background-size: contain;}
	.i-content-3{ background: none; margin: 20px 0;}
	.fundraising .img{float: none; width: 100%; }
	.fundraising .img img{ max-width:inherit;}
	.fundraising .txt{float: none;  width: 100%; }
	.fundraising .txt h1{font-size: 22px;}
	.fundraising .txt p{font-size: 18px;line-height: 1.6;}
	
	.i-content-3{ padding-top: 5vw; height: 75vw;}
	.i-content-3 .video_wrap {position:static; width: 88vw; height: 50vw; margin: 4vw;}
	
	.i-content-4 .support{ margin-bottom: 30px;}
	.i-intro .serve{ text-align: center;}
	.i-intro .serve button{position:static; font-size: 25px; margin-top: 30px;}
	.i-content-4 .support button{ font-size: 25px;}
	.i-content-4 .support p{font-size: 15px; }
	
	.i-content-4 .support .img-p-01{ display: none;}
	.i-content-4 .support .img-p-02{ display: none;}
	
	.i-intro h1.title-01{font-size: 2.4vw; right: 4%; top: 22%; }
	.i-intro h1.title-02{font-size: 2.4vw; top: 82%; left: 4%;}
	
	
}



/* ================= 按鈕基礎設定 ================= */
button {
  /* Variables */
  --button_radius: 5em;
  --button_color: #ec6f6e;
  --button_outline_color: #cd5a59;
  font-size: 28px;
  border: none;
  cursor: pointer;
  border-radius: var(--button_radius);
  background: var(--button_outline_color);
	color: #FFF;
	padding: 0;
	
}
.button_top {
  display:inline-block;
  box-sizing: border-box;
  border: 0px solid var(--button_outline_color);
  border-radius: var(--button_radius);
  padding: 0.45em 2.5em 0.45em 1.2em;
  background:#ec6f6e;
  background-position: right;
  transform: translateY(-0.2em);
  transition: transform 0.1s ease;
	color: #FFF;
	position: relative;
}
.button_top::after{
	content: ". ";
	display: inline;
	width: 43px;
	height: 43px;
	background: url("../img/arrow-01.png")no-repeat;
	padding:0 4px;
	position: absolute;
	right: 0.2em;
	top: 0.35em;
	
}

button:hover .button_top {
  /* Pull the button upwards when hovered */
  transform: translateY(-0.33em);
}

button.return {
  /* Variables */
  --button_radius: 5em;
  --button_color: #6a8eaf;
  --button_outline_color: #466f92;
  font-size: 28px;
  border: none;
  cursor: pointer;
  border-radius: var(--button_radius);
  background: var(--button_outline_color);
	color: #FFF;
	padding: 0;
	margin: 15px;
	
}
button.return .button_top {
  display:inline-block;
  box-sizing: border-box;
  border: 0px solid var(--button_outline_color);
  border-radius: var(--button_radius);
  padding: 0.45em 2.5em 0.45em 1.2em;
  background:#6a8eaf;
  background-position: right;
  transform: translateY(-0.2em);
  transition: transform 0.1s ease;
	color: #FFF;
	position: relative;
}
button.return .button_top::after{
	content: ". ";
	display: inline;
	width: 43px;
	height: 43px;
	background: url("../img/arrow-02.png")no-repeat;
	padding:0 4px;
	position: absolute;
	right: 0.2em;
	top: 0.35em;
	
}

button.return:hover .button_top {
  /* Pull the button upwards when hovered */
  transform: translateY(-0.33em);
}


button.other {
  /* Variables */
  --button_radius: 5em;
  --button_color: #e0a54c;
  --button_outline_color: #ae853a;
  font-size: 28px;
  border: none;
  cursor: pointer;
  border-radius: var(--button_radius);
  background: var(--button_outline_color);
	color: #FFF;
	padding: 0;
	margin: 15px;
	
}
button.other .button_top {
  display:inline-block;
  box-sizing: border-box;
  border: 0px solid var(--button_outline_color);
  border-radius: var(--button_radius);
  padding: 0.45em 2.5em 0.45em 1.2em;
  background:#e0a54c;
  background-position: right;
  transform: translateY(-0.2em);
  transition: transform 0.1s ease;
	color: #FFF;
	position: relative;
}
button.other .button_top::after{
	content: ". ";
	display: inline;
	width: 43px;
	height: 43px;
	background: url("../img/arrow-01.png")no-repeat;
	padding:0 4px;
	position: absolute;
	right: 0.2em;
	top: 0.35em;
	
}

button.other:hover .button_top {
  /* Pull the button upwards when hovered */
  transform: translateY(-0.33em);
}

.form_button{
	text-align:center;
	
}

/* ================= 按鈕基礎設定 END ================= */


/* ================= 路跑頁面 ================= */
.content_box{
	max-width: 880px;
	margin: 0 auto 3vw auto;
	
}
.content_box h3{ font-size: 36px;}
.content_box h4{ font-size: 28px;
	margin-top: -30px;
    font-weight: normal;

}
.content_box p{ font-size: 20px;}
.content_box img.run{ width: 100%; }

@media only screen and (max-width: 1200px) {
	
	
}
@media only screen and (max-width: 769px) {
	.content_box{}
	.run{ width: 100%;}
	
}

/* ================= 邀請頁面 ================= */
.area_01{ background: url("../img/bg-03.jpg") no-repeat bottom center;}

.invite{ max-width: 1200px; margin: 0 auto; padding-bottom: 100px; }
.invite .content_box{
	max-width: 1200px;
	margin: 0 3% 3vw 3%;
	line-height: 1.8;
	display: flow-root;
}
.invite .content_box h3{ font-size: 36px;}
.invite .content_box h3 span{font-size: 16px; display: block; font-weight: normal;}
.invite .content_box h4{ font-size: 36px;}
.invite .content_box p{ font-size: 20px; margin: 40px 0;}
.invite .content_box .left{ float: left; margin-right: 4%; position: relative;}
.invite .content_box .right{float: right; position: relative;}
.invite .content_box .right .inv-img01{position: absolute; top: 6vw;}
.invite .content_box .left .inv-img02{ position: absolute; top: 6vw;}
.invite .content_box .w-40{width: 36%;}
.invite .content_box .w-60{width: 60%;}
.inv-2{}
.inv-2 .invite{ padding-bottom: 50px; }

@media only screen and (max-width: 769px) {
	.invite .content_box .left{ float: none;}
	.invite .content_box .right{float: none;}
	.invite .content_box .w-40{width: 100%; text-align:center;}
	.invite .content_box .w-60{width: 100%;}
	
	
	.inv-2{margin-top: 30px;}
	.inv-2 .invite{ padding-top: 0;}
	
	.invite .content_box .right .inv-img01{ position: static; max-width: 396px; width: 100%;}
	.invite .content_box .left .inv-img02{ position:static; max-width: 358px; width: 100%;}
}


/* ================= 長照學院 ================= */
.ltc{ max-width: 1200px; margin: 0 auto; padding-bottom: 150px; }
.ltc .content_box{max-width: 750px; margin: 0 auto;  }
.ltc .content_box h3{ font-size: 36px;}
.ltc .content_box h3 span{font-size: 28px; display: block; font-weight: normal;}
.ltc .content_box h4{ font-size: 36px;}
.ltc .content_box p{ font-size: 20px; margin: 40px 0;}
.ltc-2 .tab_title{ font-size: 36px; width: 70vw; margin: 0 auto 2.5vw auto;}
.ltc .content_box img{ width: 100%;}

.ltc-2{ }

#part3 {
    background-image: url(../img/part-03.jpg);
    padding-bottom: 60px;

}
#part3 .tab {
    padding-top: 0;
}
#part3 .tab_con {
    padding-top: 2vw;
    padding-bottom: 1vw;
}
#part3 .scroll {
    position: absolute;
    width: 23%;
    height: 6%;
    /* background: red; */
    /* opacity: .5; */
    left: 57%;
    top: 85%;
}

/* tab */
.tab {
	padding-top: 9vw;
    overflow: hidden;
}
.tab_btn {
	display: flex;
	justify-content: center;
	gap: 0.3vw;
}
.tab_btn > * {
	position: relative;
	padding: 12px 10px;
	text-align: center;
	cursor: pointer;
	border-radius: 1.5vw 1.5vw 0 0;
	background: #e2d8af;
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	line-height: 1;
	border: 0.3vw solid #e2d8af;
	border-bottom: 0;
}
.tab_btn > *.show {
    background-color: #fff;
    color: #333;
}
.tab_con {
	border-radius: 3vw;
	padding: 3vw 3.5vw;
	background: #fff;
	max-width: 1025px;
	margin: auto;
	margin-bottom: 1vw;
	border: 0.25vw solid #e2d8af;
	margin-top: -0.2vw;
	display: flow-root;
}
.tab_con > div {
  display: none;      /* 完全不佔位，float 不會影響後面內容 */
  opacity: 0;         /* 保留你原本想做的淡入語意（如需動畫可再搭配） */
}
.tab_con > div.show {
  display: block;     /* 只有作用中的面板顯示 */
  opacity: 1;
}
.tab_con > div.fade {
	/* opacity: 1; */
    /* height: auto; */
}
.tab_con .inner {
	padding: 0 94px;
}

.mo{ display: none;}
.tab_content{ }
.tab_content h4{ font-size: 28px;}
.tab_content h4>span{font-size: 16px; font-weight: normal;}
.tab_content p{font-size: 20px;}
span.blue{ color: #219fc8;}
.tab_content .txt{width: 60%; float: left;}
.tab_content .img{width: 38%; float: right;}
.tab_content .img img{width: 100%;}

.ltc_mo{background: url(../img/bg-03.jpg) no-repeat top center;}

.ltc_mo_con{ margin: 0 5vw;}
.ltc_mo_con li{ border-bottom: 1px solid #e5e5e5; margin: 2vw 0;}
.ltc_mo_con li h4{ font-size: 28px;}
.ltc_mo_con li h4>span{font-size: 16px; font-weight: normal;}
.ltc_mo_con li p{font-size: 20px;}
.ltc_mo_con li span.blue{ color: #219fc8;}
.ltc_mo_con li .txt{width: 55%; float: left;}
.ltc_mo_con li .img{width: 40%; float: right;}
.ltc_mo_con li .img img{width: 100%;}

@media only screen and (max-width: 860px) {
	.ltc{padding-bottom: 25px; }
	
	#part3{ display: none;}
	.mo{ display:block;}
	.ltc .tab_title{  text-align: center;}
	.ltc .content_box{ margin: 0 5vw;  }
	
	.ltc_mo_con li{ margin: 30px 0; padding: 15px 0;}
	.ltc .content_box p{margin: 20px 0;}
	.ltc_mo_con li .txt{width: 100%; float: none;}
	.ltc_mo_con li .img{width: 100%; float: none;}
	
	
}

/* ================= 支持嘉基 ================= */
.ccgh{ max-width: 1200px; margin: 0 auto; }
.ccgh .content_box{
	max-width: 1200px;
	margin: 0 1% 3vw 1%;
	line-height: 1.8;
}
.ccgh-title{ max-width: 292px;}

.ccgh .content_box h3{font-size: 36px; line-height: 1.3; margin: 0 2%;}
.ccgh .content_box h3 span{ font-size: 28px;}
.ccgh .content_box p{ margin: 20px 0; }
.ccgh .content_box h4{ display: block; margin-top: 0;  margin: 0 2%;  /* 把原本的 -30px 改成 0 */
  text-align: left; /* 保證跟左邊對齊 */}


.donate{ margin-top: 5vw; display: flow-root;}
.donate li{ width: 28.3%; padding: 0 2.5%; float: left; min-height: 390px; min-width: 330px; margin-bottom: 30px;}

.thx{ display: flow-root; }
.thx .txt{ float: left; width: 49%;}
.thx .img{ float: right; width: 49%;}
.red{ color: #ec6f6e;}





/*===捐款列表===*/
.donate_list{margin-bottom: 50px; min-height: 800px; display: flow-root;}
.donate_list li{width: 27.5%; min-width: 320px; padding:1.5%; float: left; background: #f8f6f0; border: 4px solid #efeae3; border-radius:10px; margin: 1%;}
.donate_list li.green{ background: #f0f8f3;}
.donate_list li a:hover{text-decoration: none;}
.donate_list li .description{ border-bottom: 2px solid #ec6f6e; margin-bottom: 10px;}
.description .category{ display: inline-block; font-size: 16px; color: #666;}
.description .project{ display: block;font-size: 20px; color: #219fc8; font-weight: bold; margin-top: -5px;}
.description .detail{ display: block;font-size: 20px; color: #333; min-height: 65px; margin-bottom: 5px; line-height: 1.6;}

.amount{ line-height: 1.4;  text-align: right;}
.amount .value{ float: left; font-size: 24px; width: 55%;}
.amount .quantity{ float: right; font-size: 24px; width: 45%;}
.small{ font-size: 16px; display: block; color: #666}

@media only screen and (max-width: 1200px) {
	.thx .img{ float: right; width: 49%;}
	.thx .img img{ width: 100%;}
	
}

@media only screen and (max-width: 800px) {
	.ccgh{ padding-bottom: 0;}
	
	.donate li{ width: 100%; margin-bottom: 30px;}
	.donate_list li{ float: none; margin:5% auto;}
	
	.invite .content_box{ margin: 0 5% 50px; 5%;}
	.ccgh .content_box h3{text-align: center;}
	.ccgh .content_box h4{ margin:0 5%; text-align: center;}
	.thx{ margin-top: 0;}
	.thx .txt{ float: none; width: 100%;}
	.thx .img{ float: none; width: 100%;}

	
}

.charity-run{margin-bottom: 80px;}

/* ================= Contact Page ================= */
.contact_map {
	background:url("../images/contact_map.png") no-repeat;
	width:261px;
	height:310px;
	padding:35px 0 0 21px;
	margin:30px 0 30px 0;
}
.map_canvas {
	width:240px;
	height:280px;
}
.required_info {
/*	font-size:11px;*/
	margin:0 0 10px 0;
}
.required_info span {
	color:red;
}
.inputText {
	width:100%;
	height:20px;
	border:3px solid #eae0d2;
	padding:7px;
	border-radius:18px;
	width: calc(100% - 150px);
	float: left;
	margin-bottom: 15px;
}
.inputTextarea {
	width:96%;
	height:250px;
	border:3px solid #eae0d2;
	border-radius: 18px;
	padding:7px;
}
.contact_box{
	max-width: 800px;
	margin: 0 auto 5vw auto;
}
.contact_box h3{
	color: #333;
	font-size: 36px;
	margin: 6vw 0 2vw 0;
	text-align: center;
}
.contact_box .contact_form{
	background: #fdfaf7;
	padding: 3vw 6vw 2vw 6vw;
	margin-bottom: 2vw;
	box-shadow: 0px 0px 5px 2px #c7d3de;
	border: 5px solid #FFF;
	border-radius: 12px;
}

.contact_box .contact_form input[type="radio" i]{
	
}
.btn-check{
	 position: relative;
     display: inline-block;
     width: 0.9rem;
     height: 0.9rem;
     border: 3px solid #eae0d2;
     border-radius: .25rem;
     background-color: #eee;
     background-size: 60%;
     background-position: 50% 50%;
     background-repeat: no-repeat;
}


.check-group{
	padding-left: 15px;
    input[type="checkbox"],  input[type="radio"]{
        display: none;
        + label{
            vertical-align: middle;
        }
        + .btn-check{
            position: relative;
            display: inline-block;
            width: 16px;
            height: 16px;
            border: 3px solid #eae0d2;
            border-radius: 50%;
            background-color: #eee;
            background-size: 60%;
            background-position: 50% 50%;
            background-repeat: no-repeat;
        }
        &:checked + .btn-check{
            background-color: #ec6f6e;
            border-color: #ec6f6e;
        }
    }
    input[type="radio"] + .btn-check{
        border-radius: 15px;
		margin-top: 5px;
    }
}



/* hover and other style */
.check-group{
    display: inline-block;
    .btn-check, .text-check{
        cursor: pointer;
        transition: .3s;
    }
    &:hover {
        input[type="checkbox"], input[type="radio"]{
            + .btn-check{
                border-color:  #666;
            }
            + .text-check{
                color: #666;
            }
        }
    }
}





.contact_form .inputText.error_class {
	border:1px solid #ef716d;
}
.contact_form .inputTextarea.error_class {
	border:1px solid #ef716d;
}
.contact_form label {
	text-align:left;
	margin-right: 0.5em;
	color:#262626;
	float: left;
    display: inline-table;
    width: 120px;
	padding: 0px 0;
    font-size:20px;
}
.contact_form label span {
	color:red;
}



@media only screen and (max-width: 769px) {
	.contact_box .contact_form{ padding:6vw;  margin-bottom: 10%;}
	.contact_form label {width: 100%;}
	.check-group{ display: inline-flex; width: 43%; }
	.inputText {width: 96%;}
	
	input[type="checkbox"],  input[type="radio"]{
        display: none;
        + label{
            vertical-align: middle;
        }
        + .btn-check{
            width: 19px;
            height: 15px;
            
        }

	
}












/* === Clearfix === */
.clear {
	clear:both;
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	visibility:hidden;
	width:0
}
* html .clearfix, :first-child+html .clearfix {
	zoom:1
}