h1 {
  font-weight: 700;
}

h2 {
  font-weight: 700;
}

h3 {
  font-weight: 700;
}

h4 {
  font-weight: 700;
}

h5 {
  font-weight: 700;
}

h6 {
  font-weight: 700;
}

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.otf) format("opentype");
}
@font-face {
  font-family: 'icochild';
  src: url("../fonts/icochild.eot?kxcwwp");
  src: url("../fonts/icochild.eot?kxcwwp#iefix") format("embedded-opentype"), url("../fonts/icochild.ttf?kxcwwp") format("truetype"), url("../fonts/icochild.woff?kxcwwp") format("woff"), url("../fonts/icochild.svg?kxcwwp#icochild") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icochild' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e906";
}

.icon-Q:before {
  content: "\e905";
}

.icon-arrow-l:before {
  content: "\e900";
}

.icon-arrow-r:before {
  content: "\e901";
}

.icon-donate:before {
  content: "\e902";
}

.icon-home:before {
  content: "\e903";
}

.icon-fb:before {
  content: "\e904";
}

select {
  width: 100%;
  height: 100%;
}

@keyframes donut-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes bag {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(0);
  }
}
@-moz-keyframes bag {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(0);
  }
}
@-ms-keyframes bag {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(0);
  }
}
@-o-keyframes bag {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes bag {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(0);
  }
}
@-webkit-keyframes arrow {
  0% {
    opacity: 0;
    top: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 30px;
  }
}
@-moz-keyframes arrow {
  0% {
    opacity: 0;
    top: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 30px;
  }
}
@-ms-keyframes arrow {
  0% {
    opacity: 0;
    top: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 30px;
  }
}
@-o-keyframes arrow {
  0% {
    opacity: 0;
    top: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 30px;
  }
}
@keyframes arrow {
  0% {
    opacity: 0;
    top: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 30px;
  }
}
@-webkit-keyframes total {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes total {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@-ms-keyframes total {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@-o-keyframes total {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes total {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
input,
button,
select,
textarea {
  outline: none;
}

*:focus {
  outline: none;
}

.checkBox {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 1px solid #cd2c5d;
  background: white;
}
@media screen and (max-width: 767px) {
  .checkBox {
    width: 25px;
    height: 25px;
  }
}
.checkBox input {
  display: none;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
}
.checkBox [type=checkbox] {
  padding: 0;
}
.checkBox label {
  display: block;
  height: 40px;
  position: relative;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .checkBox label {
    width: 25px;
    height: 25px;
  }
}
.checkBox label:before, .checkBox label:after {
  content: '';
  display: block;
  border-radius: 3px;
  transition: all .3s ease;
  position: absolute;
  /*background: #f1c5d3;*/
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 767px) {
  .checkBox label:before, .checkBox label:after {
    top: 11px;
    left: 11px;
  }
}
.checkBox label:after {
  height: 20px;
  width: 11px;
  transform: rotate(-50deg);
}
@media screen and (max-width: 767px) {
  .checkBox label:after {
    width: 7px;
    height: 13px;
    transform: rotate(-50deg) translate(0px, -7px);
  }
}
.checkBox label:before {
  height: 34px;
  width: 11px;
  transform: rotate(38deg) translate(1px, -17px);
}
@media screen and (max-width: 767px) {
  .checkBox label:before {
    width: 7px;
    height: 20px;
    transform: rotate(38deg) translate(-6px, -10px);
  }
}
.checkBox:hover:before, .checkBox:hover:after {
  border-color: #fd92b4;
}

input:checked + label:after {
  -webkit-animation: checka 0.3s;
  -moz-animation: checka 0.3s;
  -ms-animation: checka 0.3s;
  -o-animation: checka 0.3s;
  animation: checka 0.3s;
  background: #cd2c5d;
}

input:checked + label:before {
  -webkit-animation: checkb 0.3s;
  -moz-animation: checkb 0.3s;
  -ms-animation: checkb 0.3s;
  -o-animation: checkb 0.3s;
  animation: checkb 0.3s;
  background: #cd2c5d;
}

@-webkit-keyframes checka {
  0% {
    transform: rotate(-50deg) scale(0.7);
  }
  50% {
    transform: rotate(-50deg) scale(1);
  }
}
@-moz-keyframes checka {
  0% {
    transform: rotate(-50deg) scale(0.7);
  }
  50% {
    transform: rotate(-50deg) scale(1);
  }
}
@-ms-keyframes checka {
  0% {
    transform: rotate(-50deg) scale(0.7);
  }
  50% {
    transform: rotate(-50deg) scale(1);
  }
}
@-o-keyframes checka {
  0% {
    transform: rotate(-50deg) scale(0.7);
  }
  50% {
    transform: rotate(-50deg) scale(1);
  }
}
@keyframes checka {
  0% {
    transform: rotate(-50deg) scale(0.7);
  }
  50% {
    transform: rotate(-50deg) scale(1);
  }
}
@-webkit-keyframes checkb {
  0% {
    transform: rotate(38deg) translate(1px, -17px) scale(0.7);
  }
  50% {
    transform: rotate(38deg) translate(1px, -17px) scale(1);
  }
}
@-moz-keyframes checkb {
  0% {
    transform: rotate(38deg) translate(1px, -17px) scale(0.7);
  }
  50% {
    transform: rotate(38deg) translate(1px, -17px) scale(1);
  }
}
@-ms-keyframes checkb {
  0% {
    transform: rotate(38deg) translate(1px, -17px) scale(0.7);
  }
  50% {
    transform: rotate(38deg) translate(1px, -17px) scale(1);
  }
}
@-o-keyframes checkb {
  0% {
    transform: rotate(38deg) translate(1px, -17px) scale(0.7);
  }
  50% {
    transform: rotate(38deg) translate(1px, -17px) scale(1);
  }
}
@keyframes checkb {
  0% {
    transform: rotate(38deg) translate(1px, -17px) scale(0.7);
  }
  50% {
    transform: rotate(38deg) translate(1px, -17px) scale(1);
  }
}
.list .form input[type=text] {
  height: 30px;
  width: 60px;
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold;
  color: #cd2c5d;
  display: inline-block;
  margin-left: 5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list .form input[type=text] {
    font-size: 1.6rem;
  }
}
.list .money input[type=text] {
  margin-left: 0;
  margin-right: 5px;
}
.list .form {
  display: block;
  position: relative;
}
.list .form:after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #979797;
  position: absolute;
  right: 14px;
  bottom: 0;
}
@media screen and (max-width: 413px) {
  .list .form:after {
    right: 6px;
    bottom: 3px;
  }
}
.list .money:after {
  right: inherit;
  left: 23px;
}
@media screen and (max-width: 413px) {
  .list .money:after {
    left: 15px;
  }
}

input[type=text],
input[type=email],
input[type=tel] {
  background: transparent;
  box-shadow: transparent 0;
  appearance: none;
  position: relative;
  border: 0;
}

.form-s3 {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .form-s3 {
    width: 85%;
  }
}
@media screen and (max-width: 374px) {
  .form-s3 {
    width: 90%;
  }
}
.form-s3 .inputBox {
  margin-bottom: 15px;
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .form-s3 .inputBox {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form-s3 input[type=text],
.form-s3 input[type=email],
.form-s3 input[type=tel] {
  height: 50px;
  width: 100%;
  border: 0;
  text-align: left;
  background: white;
  border: 1px solid #dadada;
  padding-left: 25px;
  border-radius: 50px;
  font-size: 1.6rem;
  color: #585858;
  display: inline-block;
}
.form-s3 label {
  color: #6d6d6d;
  font-size: 1.6rem;
  flex-shrink: 0;
  margin-right: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .form-s3 label {
    margin-bottom: 10px;
  }
}

select {
  border: 0;
  background-color: transparent;
  position: relative;
  font-size: 1.6rem;
}

.select {
  color: #6d6d6d;
}

.selectBox {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .selectBox {
    flex-direction: column;
    align-items: flex-start;
  }
}

.input-row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .input-row {
    flex-direction: column;
  }
}
.input-row .inputBox {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .input-row .inputBox {
    width: 100%;
  }
}

.main {
  padding-bottom: 100px;
  position: relative;
}
@media screen and (min-width: 1441px) {
  .main {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 1200px) {
  .main {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .main {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main {
    padding-bottom: 85px;
    width: 78%;
    margin: auto;
  }
}
@media screen and (max-width: 374px) {
  .main {
    width: 90%;
  }
}

.donateMain {
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .donateMain {
    padding-bottom: 15vh;
  }
}
@media screen and (max-width: 374px) {
  .donateMain {
    padding-bottom: 18vh;
  }
}

.ttBox {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ttBox {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 374px) {
  .ttBox {
    margin-bottom: 20px;
    padding-top: 25px;
  }
}

.colBox {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .colBox {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
  }
}
.colBox .item {
  width: 180px;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .colBox .item {
    width: inherit;
  }
}
@media screen and (min-width: 1025px) {
  .colBox .item:hover .picBox {
    transform: scale(1.1);
  }
  .colBox .item:hover .pic img {
    filter: grayscale(0);
  }
}
@media screen and (max-width: 767px) {
  .colBox .active .picBox {
    border: 1px dashed #cd2c5d;
  }
}
.colBox .active .pic img {
  filter: grayscale(0);
}
.colBox .checked {
  background: #fffabb;
}
.colBox .picBox {
  position: relative;
  display: block;
  margin-bottom: -5px;
  transition: all .3s ease;
}
@media screen and (max-width: 767px) {
  .colBox .picBox {
    background: #F8EEDA;
    border-radius: 100%;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
    width: 70px;
    height: 70px;
  }
}
.colBox .pic {
  width: 140px;
  display: block;
  margin: auto;
}
.colBox .pic img {
  filter: grayscale(100%);
  transition: all .3s ease;
}
@media screen and (max-width: 767px) {
  .colBox .pic {
    width: 100%;
  }
}
.colBox .checkBox {
  right: 25px;
  bottom: 25px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .colBox .checkBox {
    right: 0;
    top: 0;
    bottom: inherit;
  }
}
.colBox .sub {
  font-size: 2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .colBox .sub {
    font-size: 1.5rem;
  }
}
.colBox .sub span {
  color: #585858;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .colBox .sub span {
    display: block;
  }
}
.colBox .sub span.price {
  color: #cd2c5d;
  padding-left: 5px;
}
.colBox .info {
  color: #6d6d6d;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .colBox .info {
    display: none;
  }
}

.donateList {
  width: 80%;
  margin: auto;
  max-width: 900px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .donateList {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .donateList {
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .bagBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .bagBox {
    width: 100%;
    height: 15vh;
    position: fixed;
    bottom: -21px;
    left: 0;
    z-index: 2;
    background: url(../img/bg4.png);
    border-top: 10px solid black;
    transform: skewY(-5deg);
  }
}
@media screen and (max-width: 374px) {
  .bagBox {
    height: 17vh;
    bottom: -17px;
  }
}
.bagBox .total {
  background: url(../img/dialog-long.png) no-repeat center/100% 100%;
  display: inline-flex;
  justify-content: center;
  padding: 18px 26px 35px;
  font-size: 2.2rem;
  margin: auto;
  transition: width .3s ease;
}
@media screen and (max-width: 1024px) {
  .bagBox .total {
    width: 365px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .bagBox .total {
    width: 165px;
    background: url(../img/dialog-norm.png) no-repeat center/100% 100%;
    position: absolute;
    line-height: 1.2;
    padding: 12px 0 28px 0px;
    left: 11%;
    bottom: 36px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 413px) {
  .bagBox .total {
    left: 11%;
  }
}
@media screen and (max-width: 374px) {
  .bagBox .total {
    left: 8%;
  }
}
.bagBox .add-ani {
  animation: total .5s ease;
  animation-iteration-count: 2;
}
@media screen and (max-width: 767px) {
  .bagBox .txt {
    line-height: 1.4;
  }
}
.bagBox .icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.bagBox .pink {
  font-weight: bold;
}
.bagBox .bag {
  margin-top: 30px;
  transition: width .3s ease;
}
@media screen and (max-width: 1200px) {
  .bagBox .bag {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .bagBox .bag {
    width: 35%;
    position: absolute;
    right: 24px;
    bottom: -50px;
  }
}
@media screen and (max-width: 767px) {
  .bagBox .inner {
    transform: skewY(5deg);
  }
  .bagBox .inner:after {
    content: '';
    display: block;
    clear: both;
  }
}

@media screen and (max-width: 767px) {
  .btnBox {
    position: absolute;
    left: 50px;
    bottom: -54px;
    z-index: 2;
  }
}
@media screen and (max-width: 413px) {
  .btnBox {
    left: 45px;
  }
}
@media screen and (max-width: 374px) {
  .btnBox {
    left: 33px;
  }
}
.btnBox a {
  transition: width .3s ease;
  width: 200px;
}
.btnBox a:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .btnBox a:first-child {
    margin-right: 15px;
  }
}
@media screen and (max-width: 374px) {
  .btnBox a:first-child {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .btnBox a {
    width: 180px;
  }
}
@media screen and (max-width: 940px) {
  .btnBox a {
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .btnBox a {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    line-height: 70px;
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) {
  .btnBox .btn-g {
    line-height: 1.3;
    padding-top: 15px;
  }
}

.content-m {
  position: relative;
}
@media screen and (max-width: 767px) {
  .content-m {
    background: url(../img/bg3.png) repeat;
  }
}

@media screen and (max-width: 767px) {
  footer {
    display: none;
  }
}

.itemDesc {
  width: 100%;
  padding: 20px 10px 0;
  color: #585858;
  margin-top: -5px;
  margin-bottom: 15px;
  display: none;
}
@media screen and (max-width: 767px) {
  .itemDesc {
    display: block;
  }
}
.itemDesc p {
  margin: 7px auto 11px;
  line-height: 1.4;
}

.btm-mid,
.itemDesc {
  background: url(../img/dialog-m-mid.png) no-repeat;
  background-size: 100% 100%;
}

.btm-mid {
  transform: rotate(180deg);
}
.btm-mid p {
  transform: rotate(180deg);
}

.top-right,
.top-left,
.btm-right,
.btm-left {
  background: url(../img/dialog-m-side.png) no-repeat;
  background-size: 100% 100%;
}

.top-right {
  transform: scaleX(-1);
}
.top-right p {
  transform: scaleX(-1);
}

.btm-left {
  transform: scaleY(-1);
}
.btm-left p {
  transform: scaleY(-1);
}

.btm-right {
  transform: scale(-1);
}
.btm-right p {
  transform: scale(-1);
}
