@charset "UTF-8";
div {
  font-family: 微軟正黑體; }

h1 {
  color: red;
  text-align: center;
  font-size: 35px;
  padding: 20px 0;
  color: #5fb9b7; }

.title p {
  color: #999;
  text-align: center;
  padding-bottom: 20px; }

.title {
  padding: 30px 0; }

.header {
  width: 100%;
  position: relative;
  height: 40vw;
  background-image: url(../img/header01.png);
  background-position: center;
  background-size: cover;
  background-color: #333; }

.header_title ul {
  position: absolute;
  right: 0;
  top: 10vw;
  color: white;
  display: none;
  padding: 20px 60px;
  background-color: rgba(0, 0, 0, 0.8); }

.header_title ul li {
  line-height: 1.5; }

.header_title ul li:nth-child(1) {
  font-size: 40px;
  font-weight: bold; }

.header_title ul li:nth-child(2) {
  font-size: 40px;
  font-weight: bold;
  margin-top: -10px; }

.header_title ul li:nth-child(3) {
  font-size: 28px;
  color: #ffb600; }

.header_title ul li:nth-child(4) {
  margin: 10px 0; }

.header_title ul li:nth-child(4) a {
  display: inline-block;
  color: white;
  background-color: #5fb9b7;
  font-size: 20px;
  padding: 5px 30px;
  border: 0px; }

.header_title ul li:nth-child(4) a:hover {
  background-color: #ffb600;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.header_title ul li span {
  font-size: 34px;
  color: #5fb9b7; }

.dilemma_wrap {
  position: relative;
  background-color: #eee; }

.dilemma_pic {
  display: none; }

.dilemma_inner {
  width: 80%;
  margin: 0 auto;
  padding: 30px 0; }

.dilemma_inner ul {
  width: 100%;
  margin: 0 auto; }

.dilemma_inner ul li {
  vertical-align: middle;
  line-height: 1.5; }

.dilemma_inner ul li.dilemma_icon {
  text-align: center; }

.dilemma_text {
  padding: 5px; }

.dilemma_text {
  color: #444; }

.dilemma_text h3 {
  font-size: 20px;
  font-weight: bold;
  color: #34715E;
  text-align: center;
  padding: 5px 0; }

.dilemma_text span {
  font-size: 10px; }

.dilemma_inner img {
  width: 50%;
  padding: 20px 0; }

.hightlight {
  color: #5fb9b7; }

.purpose_pic {
  width: 100%;
  position: relative;
  height: 420px;
  background-image: url(../img/purpose_bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.purpose_bg {
  width: 100%;
  position: relative;
  height: 420px;
  background-color: rgba(0, 0, 0, 0.6); }

.purpose_icon {
  text-align: center; }

.purpose_icon ul {
  display: inline-block;
  margin: 25px 0;
  vertical-align: top;
  margin-bottom: -25px; }

.purpose_icon ul li {
  margin: 20px 20px;
  color: #5fb9b7;
  font-size: 20px; }

.purpose_icon img {
  width: 100px; }

.operation_item {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  text-align: center; }

.operation_item ul {
  position: relative;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 10px;
  text-align: left;
  border: 1px solid #5fb9b7;
  vertical-align: top; }

.operation_item ul li {
  padding: 10px 20px;
  line-height: 1.5; }

.operation_item ul li:nth-child(1) {
  height: 250px;
  border-radius: 10px 10px 0px 0px; }

.operation_pic01 {
  background-image: url(../img/operation01.png);
  background-position: center center;
  background-size: cover; }

.operation_pic02 {
  background-image: url(../img/operation02.png);
  background-position: center center;
  background-size: cover; }

.operation_pic03 {
  background-image: url(../img/operation03.png);
  background-position: center center;
  background-size: cover; }

.operation_item ul li:nth-child(2) {
  color: white;
  text-align: center;
  font-size: 20px;
  background-color: #5fb9b7; }

.operation_item ul li:nth-child(3) {
  position: relative;
  width: 85%;
  margin-left: 10%;
  padding-left: -0%;
  list-style-type: square;
  list-style-position: outside;
  color: #5fb9b7; }

.operation_item ul li:nth-child(4) {
  position: relative;
  width: 85%;
  margin-left: 10%;
  padding-left: -0%;
  list-style-type: square;
  list-style-position: outside;
  padding-bottom: 30px;
  color: #5fb9b7; }

.operation_item ul li span {
  color: #999; }

.use_pic {
  position: relative;
  width: 80%;
  text-align: center;
  margin: 0 auto; }

.use_pic img {
  width: 100%;
  max-width: 980px; }

.plan {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  text-align: center; }

.plan ul {
  display: inline-block;
  width: 80%;
  margin: 0 1%;
  margin-bottom: 30px;
  border-radius: 10px;
  color: #fff;
  background-color: #5fb9b7; }

.plan ul li {
  padding: 0 30px;
  line-height: 1.5;
  text-align: left;
  color: #eee; }

.plan ul li:nth-child(1) {
  height: 250px;
  border-radius: 10px 10px 0px 0px; }

.plan_pic01 {
  background-image: url(../img/plan01.png);
  background-position: center center;
  background-size: cover; }

.plan_pic02 {
  background-image: url(../img/plan02.png);
  background-position: center center;
  background-size: cover; }

.plan_pic03 {
  background-image: url(../img/plan03.png);
  background-position: center center;
  background-size: cover; }

.plan_pic04 {
  background-image: url(../img/plan04.png);
  background-position: center center;
  background-size: cover; }

.plan ul li:nth-child(2) {
  color: white;
  font-size: 24px;
  padding-top: 10px;
  text-align: center; }

.plan ul li:nth-child(3) {
  color: #ffb600;
  padding-bottom: 10px;
  text-align: center; }

.plan_title {
  background-color: #419897;
  font-size: 20px; }

.plan ul li:nth-child(4) {
  padding-top: 20px;
  line-height: 2; }

.plan ul li:nth-child(5) {
  padding-top: 20px; }

.plan ul li h3 span {
  font-size: 18px;
  color: white; }

.plan ul li:nth-child(6) {
  text-align: center;
  margin: 30px auto; }

.plan ul li:nth-child(6) a {
  display: inline-block;
  padding: 10px 80px;
  border-radius: 5px;
  color: #419897;
  background-color: white; }

.plan ul li:nth-child(6) a:hover {
  color: white;
  background-color: #ffb600;
  -webkit-transform: 1.5s;
  -ms-transform: 1.5s;
  transform: 1.5s; }

.button {
  position: relative;
  width: 80%;
  text-align: center;
  margin: 50px auto; }

.button a {
  display: inline-block;
  color: white;
  background-color: #ffb600;
  font-size: 20px;
  padding: 30px 80px;
  border: 0px; }

.button a:hover {
  background-color: #5fb9b7;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.qa_item_wrap {
  margin-bottom: 70px; }

.qa_item {
  position: relative;
  max-width: 1200px;
  width: 80%;
  margin: 20px auto; }

.qa_item_a p {
  line-height: 1.5; }

.qa_item_a p a {
  text-decoration: underline;
  color: blue; }

.qa_item_q {
  cursor: pointer;
  color: white;
  padding: 20px 40px;
  background-color: #5fb9b7;
  border-radius: 5px 5px 0px 0px;
  vertical-align: middle; }

.mark {
  position: absolute;
  font-size: 30px;
  top: 10px;
  right: 35px;
  color: white; }

.mark::after {
  content: "+";
  color: white; }

.aa::after {
  content: "-";
  color: white; }

.qa_item_a {
  display: none;
  color: white;
  padding: 20px 40px;
  border-radius: 0px 0px 5px 5px;
  background-color: #ccc; }

#btn_donation {
  position: fixed;
  top: 65vh;
  right: 10px;
  z-index: 99; }

#btn_donation ul li {
  padding: 2px;
  letter-spacing: 2px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }

#btn_donation a {
  background: url(../img/fix_btn.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ffb600;
  padding: 25px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 18px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  color: white; }

#btn_donation a:hover {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: white;
  background-color: #ec6861; }

.partner_icon ul {
  background-color: #eee;
  padding: 50px 0;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 70px; }

.partner_icon ul li {
  display: inline-block; }

.partner_icon ul li img {
  width: 34vw;
  padding: 2vw; }

@media screen and (min-width: 768px) {
  .header_title ul {
    display: block; }
  .dilemma_text h3 {
    text-align: left; }
  .dilemma_inner ul {
    width: 100%;
    margin: 0 auto;
    text-align: left; }
  .dilemma_inner ul li {
    display: inline-block; }
  .dilemma_inner img {
    width: 100px;
    padding: 20px 0; }
  .plan ul {
    display: inline-block;
    max-width: 35%; }
  .operation_item ul {
    width: 60%; }
  .purpose_pic {
    height: 250px; }
  .purpose_bg {
    height: 250px; }
  .purpose_icon img {
    width: 120px; }
  .purpose_icon ul {
    margin-bottom: 0px; }
  .partner_icon ul li img {
    max-width: 200px;
    width: 20vw;
    padding: 2vw; } }

@media screen and (min-width: 1024px) {
  .dilemma_inner ul {
    width: 80%;
    margin: 0 auto;
    text-align: left; }
  .dilemma_pic img {
    width: 620px;
    height: 498px; } }

@media screen and (min-width: 1200px) {
  .dilemma_inner ul {
    position: relative;
    left: -155px;
    width: 80%; }
  .dilemma_pic {
    display: block;
    display: inline-block; }
  .dilemma_pic img {
    width: 620px;
    height: 498px; }
  .dilemma_pic {
    position: absolute;
    right: 0;
    top: 0; }
  .operation_item ul {
    display: inline-block;
    max-width: 25%;
    margin: 0 1%;
    height: 550px; } }

@media screen and (min-width: 1400px) {
  .dilemma_pic img {
    width: 720px;
    height: 498px; } }

@media screen and (min-width: 1800px) {
  .dilemma_pic img {
    width: 820px;
    height: 498px; } }
