@charset "UTF-8";
body {
  font-family: 微軟正黑體;
  width: 100%;
  font-size: 15px;
}
body.hideforbox {
  overflow: hidden;
  padding-right: 17px;
}

a {
  text-decoration: none;
  color: #4D4B45;
}
a:focus, a:hover {
  text-decoration: none;
  color: #333;
}

.alert-text {
  color: red;
}

.import-text {
  color: #EE8A19;
}

.container {
  width: 100%;
}
.container.news {
  padding: 0px 18px;
}
@media screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.btn-style {
  display: inline-block;
  max-width: 150px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: none;
  border-radius: 20px;
  color: #fff;
  -webkit-transition: background 1s;
  /* Safari */
  transition: background 1s;
}
.btn-style:hover, .btn-style:focus, .btn-style:active, .btn-style:visited {
  color: #fff;
  outline: none;
}
.btn-style.btn-blue {
  background: url(../img/page/button_blue_bg.png) calc(100% + 100px) 0px #5bbbf9 no-repeat;
}
.btn-style.btn-blue:hover, .btn-style.btn-blue:focus, .btn-style.btn-blue:active, .btn-style.btn-blue:visited {
  background: url(../img/page/button_blue_bg.png) -50px 0px #5bbbf9 no-repeat;
}
.btn-style.btn-red {
  background: url(../img/page/button_red_bg.png) calc(100% + 100px) 0px #ff7565 no-repeat;
}
.btn-style.btn-red:hover, .btn-style.btn-red:focus, .btn-style.btn-red:active, .btn-style.btn-red:visited {
  background: url(../img/page/button_red_bg.png) -50px 0px #ff7565 no-repeat;
}
.btn-style.btn-gray {
  background: url(../img/page/button_gray_bg.png) calc(100% + 100px) 0px #AEAEAE no-repeat;
}
.btn-style.btn-gray:hover, .btn-style.btn-gray:focus, .btn-style.btn-gray:active, .btn-style.btn-gray:visited {
  background: url(../img/page/button_gray_bg.png) -50px 0px #AEAEAE no-repeat;
}
.btn-style.btn-full {
  max-width: 100%;
}
.btn-style.btn-linear-red {
  background: linear-gradient(140deg, #FF7565 50%, #FE6756 50%);
  background-size: 220% 100%;
  background-position: 50% 0%;
  transition: background-position 0.5s ease;
}
.btn-style.btn-linear-red:hover {
  background-position: 100% 0%;
}

.mb-1 {
  margin-bottom: 6px;
}

.mb-2 {
  margin-bottom: 15px;
}

.me-1 {
  margin-right: 6px;
}

.me-2 {
  margin-right: 15px;
}

.ms-1 {
  margin-left: 6px;
}

.ms-2 {
  margin-left: 15px;
}

.pb-1 {
  padding-bottom: 6px;
}

.pb-2 {
  padding-bottom: 15px;
}

.pe-1 {
  padding-right: 6px;
}

.pe-2 {
  padding-right: 15px;
}

.ps-1 {
  padding-left: 6px;
}

.ps-2 {
  padding-left: 15px;
}

.pt-1 {
  padding-top: 7px;
}

.pt-2 {
  padding-top: 15px;
}

.col-xs-margin-bottom {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .col-xs-margin-bottom {
    margin-bottom: 0px;
  }
}

.col-md-margin-bottom {
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .col-md-margin-bottom {
    margin-bottom: 0px;
  }
}

.text-right-xs-left {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .text-right-xs-left {
    text-align: right;
  }
}

.md-block {
  display: block;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .md-block {
    display: inline-block;
    margin-top: 0px;
  }
}

#refresh_img {
  cursor: pointer;
  line-height: 34px;
  margin-left: 0px;
}

.radio-inline, .checkbox-inline {
  margin-right: 10px;
  margin-left: 0px;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-right: 10px;
  margin-left: 0px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

/*firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.article-area, #tinymce {
  line-height: 1.8;
  font-size: 16px;
  word-break: break-all;
}
.article-area iframe, #tinymce iframe {
  max-width: 100%;
}
.article-area video, #tinymce video {
  max-width: 100%;
}
.article-area img, #tinymce img {
  height: auto;
  max-width: 100%;
}
.article-area h3, #tinymce h3 {
  line-height: 1.7;
  display: block;
  margin: 10px 0;
  color: #6282b9;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.article-area h4, #tinymce h4 {
  line-height: 1.7;
  font-size: 16px;
  color: #47b1f5;
  font-weight: bold;
  margin: 10px 0 5px;
}
.article-area h5, #tinymce h5 {
  line-height: 1.7;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 5px;
  color: #fe6756;
}
.article-area p, #tinymce p {
  /*line-height: 1.6;*/
}
.article-area a, #tinymce a {
  word-break: break-all;
}
.article-area a:hover, #tinymce a:hover {
  color: #6cbbee;
  text-decoration: underline;
}
.article-area ul, #tinymce ul {
  padding: 0;
  list-style: none;
}
.article-area ul li, #tinymce ul li {
  padding-left: 28px;
  position: relative;
}
.article-area ul li:before, #tinymce ul li:before {
  position: absolute;
  content: "";
  left: 12px;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffaaa0;
}
.article-area ol, #tinymce ol {
  padding: 0;
  list-style: none;
  counter-reset: ol-item;
}
.article-area ol li, #tinymce ol li {
  display: block;
  padding-left: 28px;
  position: relative;
}
.article-area ol li:before, #tinymce ol li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(ol-item) ")";
  counter-increment: ol-item;
  color: #47b1f5;
  display: inline-block;
  min-width: 22px;
  text-align: right;
}
.article-area table, #tinymce table {
  border-style: solid;
  max-width: 100%;
  border-color: #C9E9F5;
}
.article-area table tr td, #tinymce table tr td, .article-area table tr th, #tinymce table tr th {
  font-size: inherit;
  font-family: "Arial", "Microsoft JhengHei";
}

/*
=================================================================
(#m02-1hds) HEADER
=================================================================
*/
header {
  position: relative;
  z-index: 100;
  background: #fff;
}
header div.md-title {
  padding-top: 12px;
}
header div.md-title .md-logo {
  margin-top: 5px;
  height: 68px;
}
@media screen and (min-width: 1200px) {
  header div.md-title .md-logo {
    width: auto;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  header div.md-title .container {
    padding-right: 51px;
    background: url(../img/header/header_right_photo.png) 100% 100% no-repeat;
  }
}
header div.md-title .md-title-link-area {
  float: right;
  height: 60px;
  display: flex;
  align-items: center;
}
header div.md-title .md-title-link-area .pc-nav {
  display: inline-block;
  list-style: none;
  padding-left: 0;
  margin-left: 10px;
  margin-bottom: 0px;
}
@media screen and (min-width: 1200px) {
  header div.md-title .md-title-link-area .pc-nav {
    margin-left: 20px;
  }
}
header div.md-title .md-title-link-area .pc-nav > li {
  position: relative;
  float: left;
}
header div.md-title .md-title-link-area .pc-nav > li > a {
  color: #666666;
  font-size: 16px;
  display: inline-block;
  padding: 20px 0px;
}
header div.md-title .md-title-link-area .pc-nav > li > a.selected {
  font-weight: bold;
}
header div.md-title .md-title-link-area .pc-nav > li > a.alert-text {
  color: #d9534f;
}
header div.md-title .md-title-link-area .pc-nav > li ul {
  position: absolute;
  display: none;
  left: 50%;
  width: 156px;
  margin-left: -60px;
  list-style: none;
  padding-left: 0px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #d1d1d1;
  border-top: 3px solid #FAB7B0;
}
header div.md-title .md-title-link-area .pc-nav > li ul li a {
  display: block;
  padding: 15px;
  text-align: center;
}
header div.md-title .md-title-link-area .pc-nav > li ul li a.alert-text {
  color: #d9534f;
}
header div.md-title .md-title-link-area .pc-nav > li ul li + li a {
  border-top: 1px dashed #D1D1D1;
}
header div.md-title .md-title-link-area .pc-nav > li:hover > a {
  color: #007AC5;
}
header div.md-title .md-title-link-area .pc-nav > li:hover ul {
  display: block;
}
header div.md-title .md-title-link-area .pc-nav > li + li > a {
  padding-left: 19px;
  background: url(../img/header/menu_dash.png) -2px 50% no-repeat;
}
@media screen and (min-width: 1200px) {
  header div.md-title .md-title-link-area .pc-nav > li + li > a {
    padding-left: 31px;
    background: url(../img/header/menu_dash.png) 5px 50% no-repeat;
  }
}
header div.md-title .md-title-link-area .pc-nav:after {
  content: "";
  clear: both;
  display: block;
}
header div.md-title .md-title-link-area .social-link-area {
  vertical-align: top;
  display: flex;
  gap: 10px;
  margin: 0px 0px 0px 10px;
  height: 34px;
}
header div.md-title .md-title-link-area .social-link-area .social-btn {
  display: inline-block;
  padding-top: 34px;
  font-size: 12px;
  color: #9f9f9f;
  font-family: 新細明體;
}
header div.md-title .md-title-link-area .social-link-area .social-btn.facebook {
  background: url(../img/header/fans_icon.png) 50% 0px no-repeat;
  background-size: 34px;
  width: 34px;
}
header div.md-title .md-title-link-area .social-link-area .social-btn.epaper {
  background: url(../img/header/epaper_icon.png) 50% 0px no-repeat;
  background-size: 34px;
  width: 34px;
}
header div.md-title .md-title-link-area .social-link-area .social-btn.chinese {
  background: url(../img/header/lang_zhtw_icon.png) 50% 0px no-repeat;
  background-size: 34px;
  width: 34px;
  text-align: center;
}
header div.md-title .md-title-link-area .social-link-area .social-btn.english {
  background: url(../img/header/lang_en_icon.png) 50% 0px no-repeat;
  background-size: 34px;
  width: 34px;
  text-align: center;
}
header div.md-title .md-title-link-area .social-link-area .social-btn + .social-btn {
  margin-left: 5px;
}
@media screen and (min-width: 1200px) {
  header div.md-title .md-title-link-area .social-link-area {
    margin: 0px 20px 0 50px;
  }
}
header div.md-title:after {
  content: "";
  clear: both;
  display: block;
}
header div.xs-title {
  padding: 10px 0px;
  position: relative;
}
header div.xs-title .button-area {
  padding: 0px;
  width: 40px;
  height: 38px;
  position: absolute;
  right: 10px;
}
header div.xs-title img {
  max-width: 100%;
}
header div.xs-title img.xs-web-link {
  max-width: 62%;
  padding-top: 5px;
}
header div.xs-title img.xs-donate-link {
  max-width: 36%;
  padding-top: 5px;
}
header div.xs-title div.xs-menu {
  display: inline-block;
  margin-top: 8px;
}
header div.xs-title div.xs-menu .icon-wrapper {
  width: 30px;
  height: 22px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
  cursor: pointer;
}
header div.xs-title div.xs-menu .icon-wrapper span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #A0A0A0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
}
header div.xs-title div.xs-menu .icon-wrapper span:nth-child(1) {
  top: 0px;
}
header div.xs-title div.xs-menu .icon-wrapper span:nth-child(2) {
  top: 10px;
}
header div.xs-title div.xs-menu .icon-wrapper span:nth-child(3) {
  top: 10px;
}
header div.xs-title div.xs-menu .icon-wrapper span:nth-child(4) {
  top: 20px;
}
header div.xs-title div.xs-menu.active span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
header div.xs-title div.xs-menu.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header div.xs-title div.xs-menu.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header div.xs-title div.xs-menu.active span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}
header div.is-sticky div.xs-title {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
}

div#mb-sidebar {
  position: fixed;
  width: 100%;
  top: -100%;
  z-index: 20;
  background: #C9EAF7;
}
div#mb-sidebar.hidden-sidebar {
  top: -100%;
  -webkit-animation-name: hiddensidebar;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-duration: 0.5s;
  animation-name: hiddensidebar;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
}
div#mb-sidebar.show-sidebar {
  top: 60px;
  -webkit-animation-name: showsidebar;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-duration: 0.5s;
  animation-name: showsidebar;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
}
@media screen and (min-width: 992px) {
  div#mb-sidebar {
    display: none;
  }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes hiddensidebar {
  0% {
    top: 60px;
  }
  100% {
    top: -100%;
  }
}
/* Standard syntax */
@keyframes hiddensidebar {
  0% {
    top: 60px;
  }
  100% {
    top: -100%;
  }
}
/* Chrome, Safari, Opera */
@-webkit-keyframes showsidebar {
  0% {
    top: -100%;
  }
  100% {
    top: 60px;
  }
}
/* Standard syntax */
@keyframes showsidebar {
  0% {
    top: -100%;
  }
  100% {
    top: 60px;
  }
}
div.sidebar-content {
  padding-bottom: 60px;
}

div#a-cart-sticky-header {
  height: 60px;
}

.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0px 0 0;
}
.sidebar-nav .sidebar-header:first-child {
  margin-top: 0;
}
.sidebar-nav .sidebar-ul-split {
  padding: 9px 10px;
  color: #262626;
  background: #C9EAF7;
  position: relative;
}
.sidebar-nav .sidebar-ul-split:after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  border: solid transparent;
  right: 12px;
  bottom: -12px;
  border-width: 6px;
  border-top-color: #ff7878;
}
.sidebar-nav select {
  margin: 10px 10px;
  padding: 5px 3px;
  background: #C40010;
  color: #262626;
  border: none;
  border-radius: 5px;
}
.sidebar-nav select:focus {
  outline: none;
}
.sidebar-nav a {
  display: block;
  color: #2E2E2E;
  font-size: 17px;
  padding: 9px 25px;
  min-height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #B3DCEC;
  text-decoration: none;
}
.sidebar-nav a.menu-link {
  padding: 9px 25px 9px 45px;
  background: url(../img/header/menu_icon_off.png) 28px 50% no-repeat;
  background-size: 10px 12px;
}
.sidebar-nav a .menu-icon {
  margin-right: 15px;
}
.sidebar-nav a:hover, .sidebar-nav a.open, .sidebar-nav a.active {
  color: #2E2E2E;
  background: url(../img/header/menu_icon_on.png) 28px 50% #D9F0F9 no-repeat;
}
.sidebar-nav a.open {
  border-bottom: 0px;
  padding-bottom: 2px;
  background: url(../img/header/menu_icon_on.png) 28px 62% #D9F0F9 no-repeat;
}
.sidebar-nav a.open .sidebar-nav-icon, .sidebar-nav a.open .sidebar-nav-indicator {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.sidebar-nav a.sidebar-nav-submenu {
  background: #D9F0F9;
}
.sidebar-nav a.sidebar-nav-submenu:hover, .sidebar-nav a.sidebar-nav-submenu.open, .sidebar-nav a.sidebar-nav-submenu.active {
  color: #2E2E2E;
  background: #D9F0F9;
}
.sidebar-nav li ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  background: #D9F0F9;
}
.sidebar-nav li ul a {
  margin: 0;
  font-size: 15px;
  padding-left: 25px;
  min-height: 32px;
  line-height: 32px;
  border-bottom: 0px solid #ee8971;
  padding: 4px 15px 4px 45px;
}
.sidebar-nav li ul a:hover, .sidebar-nav li ul a.open, .sidebar-nav li ul a.active {
  color: #007ac5;
  background: #D9F0F9;
}
.sidebar-nav li ul a i.sidebar-nav-icon, .sidebar-nav li ul a i.sidebar-nav-indicator {
  color: #2E3337;
}
.sidebar-nav li ul li:last-child a {
  padding-bottom: 10px;
  border-bottom: 1px solid #B3DCEC;
}
.sidebar-nav li.active ul {
  display: block;
}

.is-sticky #a-cart-sticky-header {
  background: #ffffff;
  left: 0;
  margin-left: 0;
  opacity: 1;
  padding: 0px 15px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1100;
  display: block;
  /* transition: all 0.1s ease-in 0s; */
}

/*
=================================================================
(#m02-2fts) FOOTER
=================================================================
*/
footer {
  margin-top: 100px;
  border-top: 8px solid #E5E5E5;
  border-bottom: 15px solid #E5E5E5;
  background: #F6F6F6;
}
footer div.footer-info {
  font-size: 14px;
  text-align: center;
  padding: 15px 0px 220px 0px;
  background: url(../img/footer/footer_bg_right.png) 100% 100% no-repeat;
  background-size: 768px 200px;
}
footer div.footer-info .logo_left_img {
  max-width: 20%;
  height: auto;
  margin-bottom: 15px;
}
footer div.footer-info .logo_right_img {
  max-width: 78%;
  height: auto;
  margin-bottom: 15px;
}
footer div.footer-info .footer_mix_logo {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
footer div.footer-info .info-list {
  max-width: 400px;
  padding-left: 30px;
  margin: 0px auto 10px auto;
  text-align: left;
  color: #606060;
  font-size: 14px;
}
footer div.footer-info .info-list i {
  width: 30px;
  font-size: 14px;
}
@media screen and (min-width: 360px) {
  footer div.footer-info {
    background: url(../img/footer/footer_bg_left.png) 0 100% no-repeat, url(../img/footer/footer_bg_right.png) 100% 100% no-repeat;
    background-size: 340px 80px, 768px 200px;
  }
}
@media screen and (min-width: 380px) {
  footer div.footer-info {
    background: url(../img/footer/footer_bg_left.png) 100% 100% no-repeat, url(../img/footer/footer_bg_right.png) 100% 100% no-repeat;
    background-size: 340px 80px, 768px 200px;
  }
}
@media screen and (min-width: 768px) {
  footer div.footer-info {
    padding: 50px 0px;
    background: url(../img/footer/footer_photo.png) 100% 100% no-repeat;
    text-align: left;
  }
  footer div.footer-info .info-list {
    max-width: initial;
  }
}

/*
=================================================================
(#m03mcs) MAIN CONTENT
=================================================================
*/
/*  index banner area */
div.index-banner-area {
  border-top: 6px solid #F1F1F1;
  border-bottom: 6px solid #F1F1F1;
}
div.index-banner-area .owl-controls {
  margin: 0px;
}
div.index-banner-area .owl-nav > div {
  position: absolute;
  top: 50%;
  margin: 0px;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  padding: 0px;
  position: absolute;
}
div.index-banner-area .owl-nav > div.owl-prev {
  background: url(../img/index/banner_left.png);
  background-size: 32px 32px;
  left: 20px;
}
div.index-banner-area .owl-nav > div.owl-next {
  background: url(../img/index/banner_right.png);
  background-size: 32px 32px;
  right: 20px;
}

/*  index banner area */
/*  index news area */
.index-news-area {
  position: relative;
  margin-top: 30px;
  margin-left: -18px;
  margin-right: -18px;
}
.index-news-area .news-list-area {
  width: 100%;
  margin: 0px auto 30px auto;
  padding: 0px 18px;
  cursor: pointer;
  text-align: center;
}
.index-news-area .news-list-area .news-photo-area {
  position: relative;
  border-radius: 15px;
  background: #F1F1F1;
  border: 8px solid #F1F1F1;
  max-width: 320px;
  margin: 0px auto;
}
.index-news-area .news-list-area .news-photo-area .mask {
  opacity: 0;
  max-width: 100%;
}
.index-news-area .news-list-area .news-photo-area .news_photo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  border-radius: 15px;
  max-width: 100%;
  max-height: 100%;
}
.index-news-area .news-list-area .news-photo-area .photo-icon {
  position: absolute;
  bottom: -3px;
  right: -3px;
  width: 67px;
  height: 67px;
}
.index-news-area .news-list-area .news-photo-area .photo-icon.blue {
  background: url(../img/index/photo_donate_blue.png) no-repeat;
  background-size: 67px;
}
.index-news-area .news-list-area .news-photo-area .photo-icon.pink {
  background: url(../img/index/photo_donate_pink.png) no-repeat;
  background-size: 67px;
}
.index-news-area .news-list-area .news-text-area {
  text-align: center;
  margin: 10px 0px;
  font-size: 16px;
  color: #484848;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}
@media screen and (min-width: 500px) {
  .index-news-area .news-list-area {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .index-news-area .news-list-area {
    width: 33.33333%;
  }
}
@media screen and (min-width: 992px) {
  .index-news-area .news-list-area {
    width: 25%;
  }
}
.index-news-area:after {
  content: "";
  display: block;
  clear: both;
}

/*  index news area */
.member_login_area {
  max-width: 600px;
  margin: 0 auto;
}

.article-area, #tinymce {
  overflow: visible;
}

.page-banner-area {
  background: url(../img/page/banner_bg_xs.png) 50% 0 no-repeat;
  background-size: auto 130px;
  height: 141px;
  border-top: 1px solid #E7E7E7;
  border-bottom: 9px solid #E0E0E0;
}
@media screen and (min-width: 640px) {
  .page-banner-area {
    background: url(../img/page/banner_bg_lg.png) 50% 0 no-repeat;
    background-size: auto 198px;
    height: 209px;
  }
}

.breadcrumbs {
  font-size: 14px;
  margin: 10px 0px;
  color: #AEAEAE;
}
.breadcrumbs span.path_alert {
  color: #007AC5;
}

.dmtop {
  position: fixed;
  bottom: 27px;
  right: 27px;
  z-index: 10;
  display: none;
  text-align: center;
  cursor: pointer;
  width: 47px;
  height: 47px;
  background: url(../img/top.png);
  background-size: 47px;
  color: #16314F;
}
@media screen and (min-width: 768px) {
  .dmtop {
    bottom: 45px;
    right: 45px;
  }
}

.search-area {
  border-radius: 10px;
  border: 1px dashed #85CCDC;
  background: #F3FAFB;
  padding: 20px;
  margin-bottom: 20px;
}
.search-area .form-group {
  margin-bottom: 0px;
}
.search-area .form-group .btn-style {
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .search-area .form-group .btn-style {
    margin-top: 0px;
  }
}

.search-explanation-area {
  position: relative;
  padding: 20px 15px 0px 35px;
  margin-top: 20px;
  border-top: 1px dashed #85CCDC;
  margin-bottom: 0px;
  line-height: 1.7em;
}
.search-explanation-area i {
  position: absolute;
  top: 25px;
  left: 15px;
  color: #007AC5;
}
.search-explanation-area a {
  color: #EE8A19;
}
.search-explanation-area a:hover {
  color: #EE8A19;
}

@media screen and (min-width: 1200px) {
  .project-detail-box {
    padding-right: 365px;
  }
}

.xs-donate-area {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #F2FAFC;
  z-index: 100;
  padding: 10px 0;
}
@media screen and (min-width: 992px) {
  .xs-donate-area {
    display: none;
  }
}
.xs-donate-area .left-area {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  width: calc(100% - 110px);
}
.xs-donate-area .left-area .donate-title {
  font-size: 15px;
}
.xs-donate-area .left-area .donate-cnt {
  font-size: 14px;
  position: relative;
  padding-left: 23px;
}
.xs-donate-area .left-area .donate-cnt:before {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 0;
  background: url("../img/donation/donate_list_icon_2x.png") center no-repeat;
  background-size: 18px auto;
}
.xs-donate-area .right-area {
  width: auto;
  margin: auto;
  text-align: center;
}
.xs-donate-area .xs-donate-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #f7f7f7;
  padding: 60px 25px;
  width: 100%;
  height: 100vh;
  overflow: scroll;
}
.xs-donate-area .xs-donate-box .quick-donate-area .close-btn {
  width: 21px;
  height: 21px;
  background: url("../img/btn/dialog_donation_btn_2x.png");
  background-size: 100%;
  position: absolute;
  top: 25px;
  right: 25px;
}
.xs-donate-area .xs-donate-box.active {
  display: block;
}

.donate-step-area {
  display: flex;
  align-items: center !important;
}
.donate-step-area > div {
  width: 35%;
  position: relative;
  justify-content: flex-start !important;
}
.donate-step-area > div:nth-child(3) {
  width: 30%;
}
@media screen and (min-width: 768px) {
  .donate-step-area > div:nth-child(3) {
    width: 35%;
  }
}
.donate-step-area > div .bubble {
  position: relative;
  text-align: center;
  line-height: 1.4em;
  margin: 10px auto 40px 0;
  background-color: #fff;
  border: 2px solid #DEDEDE;
  border-radius: 20px;
  font-family: sans-serif;
  padding: 10px;
  font-size: large;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
}
@media screen and (min-width: 768px) {
  .donate-step-area > div .bubble {
    flex-direction: row !important;
    padding: 20px;
  }
}
.donate-step-area > div .bubble:before,
.donate-step-area > div .bubble:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
}
.donate-step-area > div .speech {
  width: calc(100% - 15px);
}
.donate-step-area > div .speech:before {
  right: -32px;
  top: calc(50% - 16px);
  border: 16px solid;
  border-color: transparent transparent transparent #DEDEDE;
}
.donate-step-area > div .speech:after {
  right: -27px;
  top: calc(50% - 14px);
  border: 14px solid;
  border-color: transparent transparent transparent #fff;
}
@media screen and (min-width: 768px) {
  .donate-step-area > div .speech {
    width: calc(100% - 30px);
  }
  .donate-step-area > div .speech:before {
    right: -32px;
    top: calc(50% - 16px);
    border: 16px solid;
    border-color: transparent transparent transparent #DEDEDE;
  }
  .donate-step-area > div .speech:after {
    right: -27px;
    top: calc(50% - 14px);
    border: 14px solid;
    border-color: transparent transparent transparent #fff;
  }
}
.donate-step-area > div .img-box {
  height: 64px;
  width: 64px;
}
@media screen and (min-width: 768px) {
  .donate-step-area > div .img-box {
    height: 80px;
    width: 80px;
  }
}
.donate-step-area > div.s1 .img-box {
  background: url("../img/donate/donate_step01_on.png") no-repeat;
  background-size: 100%;
}
.donate-step-area > div.s2 .img-box {
  background: url("../img/donate/donate_step02_off.png") no-repeat;
  background-size: 100%;
}
.donate-step-area > div.s2 .img-box.active {
  background: url("../img/donate/donate_step02_on.png") no-repeat;
  background-size: 100%;
}
.donate-step-area > div.s3 .img-box {
  background: url("../img/donate/donate_step03_off.png") no-repeat;
  background-size: 100%;
}
.donate-step-area > div.s3 .img-box.active {
  background: url("../img/donate/donate_step03_on.png") no-repeat;
  background-size: 100%;
}
.donate-step-area > div .title-box {
  text-align: center;
  margin: 5px;
  font-size: 15px;
}
.donate-step-area > div .title-box .title {
  color: #D1D1D1;
}
.donate-step-area > div .title-box .desc {
  color: #696969;
}
@media screen and (min-width: 768px) {
  .donate-step-area > div .title-box {
    font-size: 17px;
    font-weight: bold;
    margin: 0px;
    margin-left: 10px;
    text-align: left;
  }
}
.donate-step-area > div.active.s2 .img-box {
  background: url("../img/donate/donate_step02_on.png") no-repeat;
  background-size: 100%;
}
.donate-step-area > div.active.s3 .img-box {
  background: url("../img/donate/donate_step03_on.png") no-repeat;
  background-size: 100%;
}
.donate-step-area > div.active .bubble {
  border: 2px solid #68BEE1;
}
.donate-step-area > div.active .speech:before {
  right: -32px;
  top: calc(50% - 16px);
  border: 16px solid;
  border-color: transparent transparent transparent #68BEE1;
}
.donate-step-area > div.active .title-box .title {
  color: #68BEE1;
}
@media screen and (min-width: 992px) {
  .donate-step-area {
    margin: 20px 35px;
  }
}

.dp-wapper {
  display: flex;
  margin-bottom: 30px;
}
.dp-wapper .dp-content {
  position: relative;
  flex: 1 1 auto;
}
@media screen and (min-width: 992px) {
  .dp-wapper .dp-content {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .dp-wapper .dp-content {
    margin-right: 35px;
  }
}
.dp-wapper .dp-content .page-intro {
  padding: 20px 0;
  border-bottom: 0;
}
.dp-wapper .dp-content img {
  max-width: 100%;
  height: auto;
}
.dp-wapper .dp-content .nav {
  margin-top: 20px;
}
.dp-wapper .dp-content .nav.nav-tabs {
  border-bottom: 3px solid #C9E9F6;
}
.dp-wapper .dp-content .nav.nav-tabs > li > a {
  padding: 10px;
  color: #333333;
  cursor: default;
  background-color: #fff;
  border: 1px solid #C9E9F6;
}
.dp-wapper .dp-content .nav.nav-tabs > li.active > a, .dp-wapper .dp-content .nav.nav-tabs .nav-tabs > li.active > a:hover, .dp-wapper .dp-content .nav.nav-tabs .nav-tabs > li.active > a:focus {
  color: #0C80C8;
  cursor: default;
  background-color: #C9E9F6;
  border: 1px solid #C9E9F6;
  border-bottom-color: transparent;
}
.dp-wapper .dp-box-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
}
.dp-wapper .dp-box-wrapper .dp-box {
  max-width: 100%;
  background-color: #F2FAFC;
  height: 100%;
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: #fff;
  visibility: hidden;
  width: 100%;
  background-clip: padding-box;
  outline: 0;
  box-shadow: none;
  transition: transform 0.3s ease-in-out;
  padding: 20px 20px;
  right: 0;
  left: 0;
  top: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 0 solid transparent;
  transform: translateY(100%);
}
.dp-wapper .dp-box-wrapper .dp-box.show {
  visibility: visible;
  height: 100%;
  transform: none;
  overflow-y: auto;
}
.dp-wapper .dp-box-wrapper .dp-box .dp-tab {
  display: none;
}
.dp-wapper .dp-box-wrapper .dp-box .dp-tab.show {
  display: block;
}
.dp-wapper .dp-box-wrapper .dp-box .close-area {
  display: block;
  text-align: right;
  font-size: 30px;
}
.dp-wapper .dp-box-wrapper .dp-box .close-area button.btn-close {
  border: 0;
  background: transparent;
  color: #cccccc;
}
.dp-wapper .dp-box-wrapper .dp-box .close-area button.btn-close:hover {
  color: #333333;
}
.dp-wapper .dp-box-wrapper .dp-box .btn-close {
  color: #4D4D4D;
  margin-right: 0;
}
.dp-wapper .dp-box-wrapper .dp-box .btn-close:before {
  position: relative;
  font-size: 2rem;
  z-index: 99;
}
.dp-wapper .dp-box-wrapper .dp-xs-btn {
  display: flex;
  justify-content: center !important;
  padding: 20px 0;
  background: #F2FAFC;
}
@media screen and (min-width: 992px) {
  .dp-wapper .dp-box-wrapper .dp-xs-btn {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .dp-wapper .dp-box-wrapper {
    position: relative;
    flex: 0 0 345px;
    z-index: 99;
  }
  .dp-wapper .dp-box-wrapper .dp-box {
    padding: 0;
    position: relative;
    visibility: visible !important;
    background-color: transparent;
    transform: none;
    overflow: visible;
    height: 100%;
  }
  .dp-wapper .dp-box-wrapper .dp-box .close-area {
    display: none;
  }
}

.dp-detail-page {
  position: relative;
}
@media screen and (min-width: 992px) {
  .dp-detail-page {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
}
@media screen and (min-width: 992px) {
  .dp-detail-page .dp-left-area {
    display: table-cell;
    width: calc(100% - 386px);
  }
}
.dp-detail-page .dp-right-area {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .dp-detail-page .dp-right-area {
    display: table-cell;
    width: 365px;
    padding-left: 20px;
  }
}

.donate-checkout-box {
  background-color: #F2FAFC;
  z-index: 1055;
}
.donate-checkout-box.active {
  display: block;
  position: absolute;
}
@media screen and (min-width: 992px) {
  .donate-checkout-box {
    display: block;
    width: 345px;
    background-color: #F2FAFC;
    border: 2px dashed #C1E3EC;
    border-radius: 30px;
    padding: 35px 20px;
  }
}
.donate-checkout-box .donate-type-area {
  border-bottom: 1px solid #c7c7c7;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 12px;
  text-align: center;
  background: unset;
}
.donate-checkout-box .donate-type-area .donate-type {
  color: #666666;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}
.donate-checkout-box .donate-type-area .donate-type:hover {
  color: #007AC5;
}
.donate-checkout-box .donate-type-area .donate-type.active {
  color: #007AC5;
}
.donate-checkout-box .donate-type-area .donate-type.active:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #007AC5;
}
.donate-checkout-box .donate-type-area .donate-type + .donate-type {
  margin-left: 35px;
}
.donate-checkout-box .donate-form-area {
  color: #666666;
}
.donate-checkout-box .donate-form-area label {
  font-weight: bold;
  color: #000;
}
.donate-checkout-box .donate-form-area .form-control {
  height: 42px;
  margin-bottom: 5px;
}
.donate-checkout-box .donate-form-area .money-label-area {
  margin-top: 20px;
  margin-bottom: 20px;
}
.donate-checkout-box .donate-form-area .money-label-area:after {
  content: "";
  clear: both;
  display: block;
}
.donate-checkout-box .donate-form-area .money-label-area .money-label {
  float: left;
  display: inline-block;
  color: #46B1F5;
  border: 1px solid #46B1F5;
  border-radius: 5px;
  margin-bottom: 10px;
  width: calc((100% - 10px) / 2);
  height: 42px;
  text-align: center;
  padding-top: 7px;
  cursor: pointer;
  font-size: 19px;
  font-weight: 600;
}
.donate-checkout-box .donate-form-area .money-label-area .money-label:nth-child(odd) {
  margin-right: 10px;
}
.donate-checkout-box .donate-form-area .money-label-area .money-label:hover, .donate-checkout-box .donate-form-area .money-label-area .money-label.active {
  background-color: #46B1F5;
  color: #fff;
}
.donate-checkout-box .donate-form-area .donate-btn-area .btn-style {
  max-width: 100%;
}
.donate-checkout-box .form-group .btn-main4 {
  margin-left: -13px;
}

.page-intro-area {
  margin: 20px 0;
  line-height: 1.5;
  text-align: justify;
}

.my-apply-account {
  padding: 5px 5px 40px;
  position: relative;
}
@media screen and (min-width: 480px) {
  .my-apply-account {
    padding: 5px;
  }
}
.my-apply-account .account-number {
  font-family: Arial;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.my-apply-account .btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 480px) {
  .my-apply-account .btn {
    top: 0;
    bottom: auto;
  }
}

.page-title {
  position: relative;
  font-size: 18px;
  color: #010101;
  line-height: 40px;
  padding-left: 50px;
  padding-bottom: 5px;
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 20px;
}
.page-title .pc-menu {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 160px;
  display: none;
}
@media screen and (min-width: 768px) {
  .page-title .pc-menu {
    display: block;
  }
}
.page-title.search {
  background: url(../img/page/search_icon.png) no-repeat;
  background-size: 40px;
}
.page-title.love {
  padding-left: 0px;
  line-height: 30px;
}
@media screen and (min-width: 500px) {
  .page-title.love {
    background: url(../img/page/page_icon.png) no-repeat;
    background-size: 40px;
    padding-left: 50px;
    line-height: 40px;
  }
}
.page-title.form {
  background: url(../img/page/from_icon.png) no-repeat;
  background-size: 40px;
}
.page-title:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background: #007AC5;
  position: absolute;
  left: 0px;
  bottom: -1px;
}
.page-title.with-btn {
  margin-bottom: 50px;
}
.page-title.with-btn .chage_btn {
  position: absolute;
  bottom: -43px;
  right: 10px;
}
@media screen and (min-width: 450px) {
  .page-title.with-btn {
    margin-bottom: 20px;
    padding-right: 90px;
  }
  .page-title.with-btn .chage_btn {
    bottom: auto;
    top: 0;
  }
}

.article-content-area {
  padding: 40px 0px;
  border-bottom: 2px solid #E3E3E3;
}
.article-content-area img {
  max-width: 100%;
  height: auto;
}
.article-content-area table {
  max-width: 100%;
  height: auto;
}
.article-content-area.no-padding {
  padding: 0px;
  border-bottom: none;
}

.info-box {
  margin-bottom: 20px;
}
.info-box .table-title {
  padding: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.info-box .table-title.red {
  background: #FF7565;
  color: #fff;
}
.info-box .table-title.blue {
  background: #007AC5;
  color: #fff;
}
.info-box .table-list {
  padding: 15px;
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
}
.info-box .table-list:last-child {
  border-bottom: 1px solid #DEDEDE;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.info-box .table-list + .table-list {
  border-top: 1px dashed #DEDEDE;
}

.ori-table .table-title {
  display: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ori-table .table-title .table-content + .table-content {
  border-left: 1px solid #DEDEDE;
}
.ori-table .table-title.red {
  background: #FF7565;
  color: #fff;
}
.ori-table .table-title.blue {
  background: #007AC5;
  color: #fff;
}
.ori-table .table-list {
  margin-bottom: 20px;
  border-top: 5px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: 1px solid #DEDEDE;
}
.ori-table .table-list:last-child {
  border-bottom: 1px solid #DEDEDE;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ori-table .row {
  margin-left: 0px;
  margin-right: 0px;
}
.ori-table .table-content {
  padding: 15px;
}
.ori-table .table-content + .table-content {
  border-top: 1px dashed #DEDEDE;
}
@media screen and (min-width: 768px) {
  .ori-table .table-title {
    display: block;
  }
  .ori-table .table-list {
    border-top: none;
    border-bottom: none;
    margin-bottom: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .ori-table .table-list + .table-list {
    border-top: 1px solid #DEDEDE;
  }
  .ori-table .table-content + .table-content {
    border-top: none;
    border-left: 1px solid #DEDEDE;
  }
  .ori-table .row {
    display: flex;
    flex-wrap: wrap;
  }
  .ori-table .row > div[class*=col-] {
    display: flex;
    flex-direction: column;
  }
}

.ori-form .form-title {
  padding: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ori-form .form-title.red {
  background: #FF7565;
  color: #fff;
}
.ori-form .form-title.blue {
  background: #007AC5;
  color: #fff;
}
.ori-form .btn-show-data {
  background: #1086a1;
  color: #fff;
  display: block;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .ori-form .btn-show-data {
    display: inline-block;
    margin-top: 0px;
  }
}
.ori-form .spec-radio {
  display: none;
}
.ori-form .spec-radio + label {
  display: block;
  padding: 6px 20px;
  text-align: center;
  height: 34px;
  border: 0px;
  border-radius: 4px;
  margin-top: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  background: #b9b9b9;
  color: #fff;
}
.ori-form .spec-radio:checked + label, .ori-form .spec-radio:hover + label {
  border: 0px;
  color: #fff;
  background: #ff774d;
}
.ori-form .form-sub-title {
  padding: 15px;
  background: #eee8e7;
  border-bottom: 1px dashed #b59a97;
}
.ori-form .form-sub-title .title-area {
  display: block;
}
@media screen and (min-width: 768px) {
  .ori-form .form-sub-title .title-area {
    display: inline-block;
    width: 16.667%;
  }
}
@media screen and (min-width: 1200px) {
  .ori-form .form-sub-title .title-area {
    width: 187px;
  }
}
.ori-form .form-sub-title .btn {
  background: #1086a1;
  color: #fff;
  display: block;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .ori-form .form-sub-title .btn {
    display: inline-block;
    margin-top: 0px;
  }
}
.ori-form .form-sub-title .alert-text {
  display: block;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .ori-form .form-sub-title .alert-text {
    display: inline-block;
    margin-top: 0px;
  }
}
.ori-form .form-list {
  padding: 15px;
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
}
.ori-form .form-list.last {
  border-bottom: 1px solid #DEDEDE;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ori-form .form-list.des-area .description {
  line-height: 1.8em;
  margin: 0px;
}
.ori-form .form-list.des-area .line {
  border-top: 1px solid #DEDEDE;
  padding-top: 15px;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .ori-form .form-list.des-area {
    padding: 35px 70px;
  }
}
.ori-form .donate_type_btn_area {
  display: inline-block;
  padding-top: 8px;
}
.ori-form .donate_type_btn_area div {
  display: inline-block;
}
.ori-form .donate_type_btn_area div.donate-type-desc {
  color: red;
}
@media screen and (min-width: 992px) {
  .ori-form .donate_type_btn_area {
    padding-top: 0px;
  }
}
.ori-form .donate_type_btn_area.eng_type_btn_area div {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ori-form .donate_type_btn_area.eng_type_btn_area div {
    width: auto;
  }
}
.ori-form .donate_type_btn_area.eng_type_btn_area div + div {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .ori-form .donate_type_btn_area.eng_type_btn_area div + div {
    margin-top: 0;
  }
}
.ori-form .q-list-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.ori-form .q-list-title .title-text {
  line-height: 24px;
}
.ori-form .q-list {
  padding-left: 30px;
  margin-bottom: 15px;
}
.ori-form .q-list .radio-inline, .ori-form .q-list .checkbox-inline {
  margin-right: 10px;
}
.ori-form .q-list .radio-inline + .radio-inline, .ori-form .q-list .checkbox-inline + .checkbox-inline {
  margin-left: 0px;
}

.form-button-area {
  margin-top: 30px;
  text-align: center;
}
.form-button-area .btn-style {
  margin: 0px 10px 10px 10px;
}

.photo-list {
  position: relative;
  padding-left: 120px;
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #E3E3E3;
}
.photo-list .photo-area, .photo-list .iframe-area {
  left: 0px;
}
.photo-list .content-area {
  padding-left: 10px;
}
.photo-list .photo-area, .photo-list .iframe-area {
  position: absolute;
  top: 0px;
  width: 120px;
  height: 120px;
}
.photo-list .content-area {
  position: relative;
  min-height: 120px;
}
@media screen and (min-width: 768px) {
  .photo-list {
    padding-left: 120px;
  }
  .photo-list .photo-area, .photo-list .iframe-area {
    left: 0px;
  }
  .photo-list .content-area {
    padding-left: 10px;
  }
  .photo-list .photo-area, .photo-list .iframe-area {
    position: absolute;
    top: 0px;
    width: 120px;
    height: 120px;
  }
  .photo-list .content-area {
    position: relative;
    min-height: 120px;
  }
}
.photo-list .photo-area img, .photo-list .iframe-area img {
  max-width: 100%;
  max-height: 100%;
}
.photo-list .photo-area iframe, .photo-list .iframe-area iframe {
  max-width: 100%;
  max-height: 100%;
}
.photo-list .photo-area img {
  border-radius: 5px;
}
.photo-list .content-area {
  padding-bottom: 36px;
}
.photo-list .list-title-area {
  font-size: 16px;
  margin-bottom: 5px;
  max-height: 48px;
  overflow: hidden;
}
.photo-list .list-title-area a {
  vertical-align: middle;
}
.photo-list .list-title-area .type-label {
  margin-right: 8px;
  padding: 5px 8px;
  color: #FFF;
  display: inline-block;
  font-size: 13px;
  border-radius: 3px;
  vertical-align: middle;
}
.photo-list .list-title-area .type-label.type-1 {
  background: #6282b9;
}
.photo-list .list-title-area .type-label.type-2 {
  background: #5bb8de;
}
.photo-list .list-title-area .type-label.type-3 {
  background: #ff6a75;
}
.photo-list .list-title-area .type-label.type-4 {
  background: #ff774d;
}
.photo-list .list-title-area .type-label.type-5 {
  background: #64c790;
}
.photo-list .list-title-area a {
  color: #007ac5;
}
.photo-list .list-date-area {
  font-size: 14px;
  color: #a0a0a0;
  font-family: Arial;
}
.photo-list .list-content-area {
  display: none;
}
.photo-list .list-button-area {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding-left: 10px;
  width: 100%;
}
.photo-list .list-button-area .button-box {
  float: left;
  padding: 0px 3px;
  width: 50%;
}
.photo-list .list-button-area .button-box .btn-style {
  font-size: 14px;
}
@media screen and (min-width: 520px) {
  .photo-list .list-button-area .button-box {
    padding: 0px;
    width: auto;
    margin-right: 15px;
  }
  .photo-list .list-button-area .button-box .btn-style {
    width: 150px;
  }
}
@media screen and (min-width: 768px) {
  .photo-list .list-content-area {
    position: relative;
    display: block;
    color: #484848;
    font-size: 16px;
    line-height: 1.6em;
    max-height: 25px;
    overflow: hidden;
  }
  .photo-list .list-content-area:after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0px;
    right: 0px;
    width: 60px;
    height: 25px;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
    background: linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  }
}
@media screen and (min-width: 992px) {
  .photo-list {
    position: relative;
    padding-left: 230px;
    border-bottom: none;
  }
  .photo-list .photo-area, .photo-list .iframe-area {
    left: 0px;
  }
  .photo-list .content-area {
    padding-left: 20px;
  }
  .photo-list .photo-area, .photo-list .iframe-area {
    position: absolute;
    top: 0px;
    width: 230px;
    height: 230px;
  }
  .photo-list .content-area {
    position: relative;
    min-height: 230px;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .photo-list {
    padding-left: 230px;
  }
  .photo-list .photo-area, .photo-list .iframe-area {
    left: 0px;
  }
  .photo-list .content-area {
    padding-left: 20px;
  }
  .photo-list .photo-area, .photo-list .iframe-area {
    position: absolute;
    top: 0px;
    width: 230px;
    height: 230px;
  }
  .photo-list .content-area {
    position: relative;
    min-height: 230px;
  }
}
@media screen and (min-width: 992px) {
  .photo-list .photo-area img, .photo-list .iframe-area img {
    max-width: 100%;
    max-height: 100%;
  }
  .photo-list .photo-area iframe, .photo-list .iframe-area iframe {
    max-width: 100%;
    max-height: 100%;
  }
}
@media screen and (min-width: 992px) {
  .photo-list .photo-area {
    background: #F1F1F1;
    padding: 8px;
    border-radius: 15px;
  }
  .photo-list .photo-area img {
    border: 2px solid #fff;
    border-radius: 15px;
  }
}
@media screen and (min-width: 992px) {
  .photo-list .list-title-area {
    font-size: 18px;
    padding-top: 8px;
  }
}
@media screen and (min-width: 992px) {
  .photo-list .list-date-area {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 992px) {
  .photo-list .list-content-area {
    font-size: 16px;
    max-height: 75px;
  }
}
@media screen and (min-width: 992px) {
  .photo-list .list-button-area {
    padding-left: 20px;
    background: url(../img/page/cube.png) 100% 50% no-repeat;
  }
}
.photo-list:last-child {
  border-bottom: none;
}

.page-intro {
  min-height: 141px;
  padding: 0px 20px 20px 20px;
  border-bottom: 3px solid #c9eaf7;
}
.page-intro .intro-title {
  padding-left: 18px;
  background: url(../img/header/menu_icon_off.png) 0px 50% no-repeat;
  background-size: 10px 12px;
  font-size: 16px;
  color: #007ac5;
  font-weight: bold;
}
.page-intro .date {
  color: #ec2e19;
  font-size: 18px;
  font-family: Arial;
}
.page-intro .num {
  font-size: 16px;
  color: #ec2e19;
}
.page-intro .button-area {
  text-align: center;
  margin-top: 15px;
}
.page-intro .button-area .btn-style {
  position: relative;
}
.page-intro .button-area .btn-style .btn-icon {
  position: absolute;
  top: -3px;
  left: -18px;
}
.page-intro.no-border {
  border-bottom: 0;
  padding-bottom: 0;
}
.page-intro.no-pd-right {
  padding-right: 20px;
}
.page-intro.border-top {
  padding-top: 20px;
  border-top: 3px solid #c9eaf7;
}
.page-intro.mg-top {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .page-intro {
    position: relative;
    padding-right: 240px;
  }
  .page-intro.few-pd-right {
    padding-right: 150px;
  }
  .page-intro .button-area {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -46px;
  }
  .page-intro .button-area .btn-style {
    position: relative;
    width: 92px;
    height: 92px;
    background: url(../img/page/donate_circle.png) no-repeat;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    padding: 15px;
    line-height: initial;
  }
  .page-intro .button-area .btn-style .btn-icon {
    position: absolute;
    top: -26px;
    left: 50%;
  }
}

.page-article-area {
  padding: 20px;
  line-height: 1.7em;
}
.page-article-area a {
  color: #0079C5;
}
.page-article-area a:hover {
  color: #07578a;
}
.page-article-area img {
  max-width: 100%;
  height: auto;
}
.page-article-area table {
  max-width: 100%;
  height: auto;
}
.page-article-area h2 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #0079C5;
  padding: 10px 30px;
  margin-bottom: 25px;
  margin-top: 0px;
}
.page-article-area h3 {
  font-size: 16px;
  font-weight: bold;
  border-left: 2px solid #b70404;
  padding-left: 15px;
  color: #b70404;
  margin-top: 0px;
  margin-bottom: 25px;
}
.page-article-area ul, .page-article-area ol {
  margin-bottom: 25px;
}
.page-article-area ul ul, .page-article-area ul ol, .page-article-area ol ul, .page-article-area ol ol {
  padding-left: 15px;
  margin: 10px 0px;
}
.page-article-area p {
  margin-bottom: 25px;
}
.page-article-area .table.qa {
  word-break: break-all;
}
.page-article-area .table.qa tr td {
  line-height: 1.7em !important;
}
.page-article-area .table.qa tr.blue td {
  background: #ebf9ff;
}
.page-article-area .table.qa th {
  color: #fff;
  background: #0079C5;
}
.page-article-area .table.qa ul {
  padding-left: 25px;
  margin-bottom: 0px;
}
.page-article-area .table.qa ol {
  padding-left: 15px;
  margin-bottom: 0px;
}
.page-article-area.no-padding {
  padding: 0;
}

.page-social-area {
  border-top: 3px solid #c9eaf7;
  padding-top: 30px;
  margin-top: 30px;
}
.page-social-area .share-area {
  padding-left: 20px;
  margin-bottom: 25px;
  text-align: center;
}
.page-social-area .share-area .social-share-box {
  display: inline-block;
  padding-right: 15px;
  margin-right: 15px;
}
.page-social-area .share-area a + a {
  margin-left: 10px;
}
.page-social-area .button-area {
  text-align: center;
}
.page-social-area .button-area a {
  margin-bottom: 10px;
  margin-left: 15px;
}
.page-social-area:after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (min-width: 768px) {
  .page-social-area .share-area {
    float: left;
    text-align: left;
    margin-bottom: 0px;
  }
  .page-social-area .button-area {
    width: 350px;
    float: right;
  }
  .page-social-area .button-area a {
    margin-left: 15px;
  }
}

.price-box {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 3px 15px;
  background: #47b1f5;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.price-box:focus, .price-box:hover, .price-box:visited {
  color: #fff;
}
.price-box:hover {
  background: #278dcf;
}
@media screen and (min-width: 768px) {
  .price-box {
    font-size: 22px;
  }
}

/* donate gift adress area */
.gift-adress-area {
  display: none;
}
.gift-adress-area.shoe {
  display: block;
}

/* error page */
.error-area {
  text-align: center;
}
.error-area img {
  max-width: 100%;
  height: auto;
}
.error-area p {
  color: #484848;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .error-area p {
    font-size: 28px;
  }
}

/* form use */
.margin-top {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .margin-top {
    margin-top: 0;
  }
}

.btn-margin-top {
  margin-top: 10px;
}

.donate-type-area {
  margin: 40px 0 30px 0;
  background: url("../img/page/index_pic_1.png") right calc(25% - 8px) bottom 13px no-repeat, url("../img/page/index_pic_2.png") right 12px bottom 13px no-repeat;
  background-size: 52px auto, 37px auto;
  margin-left: -6px;
  margin-right: -6px;
}
.donate-type-area:after {
  content: "";
  display: block;
  clear: both;
}
.donate-type-area a:last-child .donate-type-box {
  margin-left: 0;
}
.donate-type-area .donate-type-outer-box {
  float: left;
  width: 100%;
  margin-bottom: 13px;
}
.donate-type-area .donate-type-outer-box .donate-type-box {
  position: relative;
  font-size: 16px;
  color: #696969;
  font-weight: bold;
  border-radius: 10px;
  border: 3px solid #f1f1f1;
  text-align: center;
  background: #FFF;
  padding: 10px 0;
}
.donate-type-area .donate-type-outer-box .donate-type-box.type-1 {
  background-size: 79px auto;
}
.donate-type-area .donate-type-outer-box .donate-type-box.type-1:hover, .donate-type-area .donate-type-outer-box .donate-type-box.type-1.active {
  border-color: #CFE6F3;
  background: #E1F4FB;
}
.donate-type-area .donate-type-outer-box .donate-type-box.type-2 {
  background-size: 79px auto;
}
.donate-type-area .donate-type-outer-box .donate-type-box.type-2:hover, .donate-type-area .donate-type-outer-box .donate-type-box.type-2.active {
  border-color: #CFE6F3;
  background: #E1F4FB;
}
.donate-type-area .donate-type-outer-box .donate-type-box.type-3 {
  background-size: 79px auto;
}
.donate-type-area .donate-type-outer-box .donate-type-box.type-3:hover, .donate-type-area .donate-type-outer-box .donate-type-box.type-3.active {
  border-color: #CFE6F3;
  background: #E1F4FB;
}
.donate-type-area .donate-type-outer-box .donate-type-box.type-4 {
  background-size: 79px auto;
}
.donate-type-area .donate-type-outer-box .donate-type-box.type-4:hover, .donate-type-area .donate-type-outer-box .donate-type-box.type-4.active {
  border-color: #CFE6F3;
  background: #E1F4FB;
}
.donate-type-area .donate-type-outer-box .donate-type-box.type-5 {
  background-size: 79px auto;
}
.donate-type-area .donate-type-outer-box .donate-type-box.type-5:hover, .donate-type-area .donate-type-outer-box .donate-type-box.type-5.active {
  border-color: #CFE6F3;
  background: #E1F4FB;
}
.donate-type-area .donate-type-outer-box .donate-type-box img {
  width: 30px;
  margin-right: 0;
  height: auto;
}
.donate-type-area .donate-type-outer-box .donate-type-box span {
  vertical-align: middle;
}
@media screen and (min-width: 450px) {
  .donate-type-area .donate-type-outer-box .donate-type-box {
    border-radius: 20px;
    font-size: 18px;
  }
  .donate-type-area .donate-type-outer-box .donate-type-box img {
    margin-right: 5px;
    width: 50px;
  }
}
@media screen and (min-width: 768px) {
  .donate-type-area .donate-type-outer-box .donate-type-box {
    margin: auto;
    padding: 15px 0 15px 0;
  }
  .donate-type-area .donate-type-outer-box .donate-type-box img {
    display: block;
    width: 79px;
    margin: 0 auto 15px auto;
  }
}
@media screen and (min-width: 992px) {
  .donate-type-area .donate-type-outer-box .donate-type-box {
    text-align: left;
    padding: 40px 0 40px 70px;
    font-size: 18px;
  }
  .donate-type-area .donate-type-outer-box .donate-type-box img {
    position: absolute;
    left: 10px;
    top: 28px;
    width: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .donate-type-area .donate-type-outer-box .donate-type-box {
    font-size: 20px;
    padding: 40px 0 40px 100px;
  }
  .donate-type-area .donate-type-outer-box .donate-type-box img {
    top: 15px;
    width: 79px;
  }
}
.donate-type-area .donate-type-outer-box {
  width: 50%;
  padding: 0 6px;
}
@media screen and (min-width: 450px) {
  .donate-type-area {
    background: url("../img/page/index_pic_1.png") right calc(25% - 16px) bottom 13px no-repeat, url("../img/page/index_pic_2.png") right 16px bottom 13px no-repeat;
    background-size: 52px auto, 37px auto;
    margin-left: -8px;
    margin-right: -8px;
  }
  .donate-type-area .donate-type-outer-box {
    padding: 0 8px;
  }
}
@media screen and (min-width: 768px) {
  .donate-type-area {
    background: none;
    margin-left: -5.5px;
    margin-right: -5.5px;
  }
  .donate-type-area .donate-type-outer-box {
    width: 20%;
    padding: 0 5.5px;
  }
}
.donate-type-area.with-list .donate-type-outer-box .donate-type-box {
  position: relative;
}
.donate-type-area.with-list .donate-type-outer-box .donate-type-box.active:before, .donate-type-area.with-list .donate-type-outer-box .donate-type-box:hover:before {
  content: "";
  display: inline-block;
  position: absolute;
  border-style: solid;
  border-color: #CFE6F3 transparent transparent transparent;
  border-width: 16px 18px;
  top: 100%;
  left: 50%;
  margin-left: -17px;
}
.donate-type-area.with-list .donate-type-outer-box .donate-type-box.active:after, .donate-type-area.with-list .donate-type-outer-box .donate-type-box:hover:after {
  content: "";
  display: inline-block;
  position: absolute;
  border-style: solid;
  border-color: #E1F4FB transparent transparent transparent;
  border-width: 12px 14px;
  top: 100%;
  left: 50%;
  margin-left: -13px;
}

.dropdown.donate-type {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
}
.dropdown.donate-type .dp-btn {
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 6px 10px 6px 40px;
  position: relative;
}
.dropdown.donate-type .dp-btn.type-1:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 16px;
  background: url("../img/page/category_1_2x.png") center no-repeat;
  background-size: 100%;
  left: 12px;
  top: 8px;
}
.dropdown.donate-type .dp-btn.type-2:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 16px;
  background: url("../img/page/category_2_2x.png") center no-repeat;
  background-size: 100%;
  left: 12px;
  top: 8px;
}
.dropdown.donate-type .dp-btn.type-3:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 16px;
  background: url("../img/page/category_3_2x.png") center no-repeat;
  background-size: 100%;
  left: 12px;
  top: 8px;
}
.dropdown.donate-type .dp-btn.type-4:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 16px;
  background: url("../img/page/category_4_2x.png") center no-repeat;
  background-size: 100%;
  left: 12px;
  top: 8px;
}
.dropdown.donate-type .dp-btn.type-5:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 16px;
  background: url("../img/page/category_5_2x.png") center no-repeat;
  background-size: 100%;
  left: 12px;
  top: 8px;
}
.dropdown.donate-type .dp-btn.dropdown-toggle {
  border-radius: 4px;
  border: 1px solid #cfe8f6;
  position: relative;
}
.dropdown.donate-type .dp-btn.dropdown-toggle:after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 8px 6px;
  border-color: #87bad6 transparent transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 12px;
}
.dropdown.donate-type .dp-btn:not(.dropdown-toggle) {
  padding: 9px 10px 9px 40px;
}
.dropdown.donate-type .dp-btn:not(.dropdown-toggle):before {
  top: 12px;
}
.dropdown.donate-type .dp-btn:not(.dropdown-toggle):hover {
  background-color: #E1F4FB;
}
.dropdown.donate-type .dropdown-menu {
  border: 1px solid #cfe8f6;
  border-radius: 0;
  width: 100%;
  padding: 0;
  margin-top: -1px;
  box-shadow: none;
}

#msgModal .msgModal-body-width {
  width: 100%;
}
@media screen and (min-width: 992px) {
  #msgModal .msgModal-body-width {
    width: 85%;
  }
}
#msgModal .eng-msgModal-btn-area .btn {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #msgModal .eng-msgModal-btn-area .btn {
    width: auto;
  }
}
#msgModal .eng-msgModal-btn-area .btn + .btn {
  margin-top: 10px;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  #msgModal .eng-msgModal-btn-area .btn + .btn {
    width: auto;
    margin-top: 0;
    margin-left: 5px;
  }
}

#dp_content_tbl {
  width: 100% !important;
}
#dp_content_tbl #dp_content_ifr {
  width: calc(100% - 1px) !important;
}

.progress {
  box-shadow: none;
}
.progress .progress-bar.project {
  background: #f8aaa1;
  min-width: 0;
}
.progress .progress-bar.place-right {
  padding-right: 0;
  color: #7c7c7c;
  position: relative;
}
.progress .progress-bar.place-right span {
  position: absolute;
  top: 0;
  left: calc(100% + 7px);
  width: 29px;
  height: 100%;
}

.intro-group + .intro-group {
  margin-top: 20px;
}
.intro-group .table-list {
  border: 1px solid #DEDEDE;
  border-radius: 5px;
}

/*
* @Author: ansen
* @Date:   2018-05-30 14:29:02
* @Last Modified by:   ansen
* @Last Modified time: 2018-06-07 14:42:07
*/
.thanks-area {
  padding: 30px 15px 40px;
  font-size: 16px;
  color: #333;
  border: 1px solid #efead9;
  background: url(../img/thanks/logo_bg.png) bottom right no-repeat, url(../img/thanks/texture_2x.png) #f9f5e8;
  background-size: 243px, 10px;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .thanks-area {
    padding: 80px 30px 40px;
    background: url(../img/thanks/logo_bg.png) bottom right no-repeat, url(../img/thanks/texture.png) #f9f5e8;
    background-size: 486px, 10px;
  }
}
@media screen and (min-width: 1200px) {
  .thanks-area {
    padding: 80px 80px 40px;
  }
}
.thanks-area .thanks-header-area {
  width: 100%;
  height: 150px;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .thanks-area .thanks-header-area {
    height: 200px;
  }
}
.thanks-area .thanks-header-area:before {
  content: "";
  display: none;
  width: 33px;
  height: 27px;
  background: url(../img/thanks/cloud1.png) no-repeat;
  background-size: 33px;
  position: absolute;
  top: 0px;
  left: 21px;
}
@media screen and (min-width: 768px) {
  .thanks-area .thanks-header-area:before {
    display: block;
  }
}
.thanks-area .thanks-header-area:after {
  content: "";
  display: none;
  width: 76px;
  height: 44px;
  background: url(../img/thanks/cloud2.png) no-repeat;
  background-size: 76px;
  position: absolute;
  top: -50px;
  left: 155px;
}
@media screen and (min-width: 768px) {
  .thanks-area .thanks-header-area:after {
    display: block;
  }
}
.thanks-area .thanks-header-area .thanks-title {
  width: 250px;
  height: 50px;
  background: url(../img/thanks/thanku.png) no-repeat;
  background-size: 250px;
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -125px;
}
@media screen and (min-width: 768px) {
  .thanks-area .thanks-header-area .thanks-title {
    width: 500px;
    height: 100px;
    background: url(../img/thanks/thanku.png) no-repeat;
    background-size: 500px;
    margin-left: -250px;
  }
}
.thanks-area .thanks-header-area .thanks-heart {
  width: 61px;
  height: 39.5px;
  background: url(../img/thanks/heart.png) no-repeat;
  background-size: 61px;
  position: absolute;
  top: -10px;
  right: -10px;
}
@media screen and (min-width: 768px) {
  .thanks-area .thanks-header-area .thanks-heart {
    width: 122px;
    height: 79px;
    background: url(../img/thanks/heart.png) no-repeat;
    background-size: 122px;
    top: -25px;
    right: 50%;
    margin-right: -340px;
  }
}
.thanks-area .thanks-header-area .thanks-header-bottom {
  width: 100%;
  height: 9px;
  background: url(../img/thanks/line.png) repeat-x;
  background-size: 1000px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.thanks-area .thanks-header-area .thanks-header-bottom:before {
  content: "";
  display: block;
  width: 71px;
  height: 52px;
  background: url(../img/thanks/tree.png);
  background-size: 71px;
  position: absolute;
  bottom: 6px;
  left: 0;
}
.thanks-area .thanks-header-area .thanks-header-bottom:after {
  content: "";
  display: block;
  width: 74px;
  height: 30px;
  background: url(../img/thanks/blue_guy.png);
  background-size: 74px;
  position: absolute;
  bottom: 6px;
  right: 0;
}
.thanks-area .thanks-content-area {
  text-align: justify;
  line-height: 1.6;
  position: relative;
}
.thanks-area .thanks-content-area:after {
  content: "";
  display: block;
  clear: both;
}
.thanks-area .thanks-content-area p {
  margin-bottom: 12px;
}
.thanks-area .thanks-content-area a.link {
  color: #0f6dac;
  text-decoration: underline;
}
.thanks-area .thanks-content-area .thanks-end {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .thanks-area .thanks-content-area .thanks-end {
    float: left;
    margin-bottom: 0;
  }
}
.thanks-area .thanks-content-area .thanks-end p {
  margin-bottom: 3px;
}
.thanks-area .thanks-content-area .button-box {
  width: 200px;
  margin-bottom: 40px;
}
.thanks-area .thanks-content-area .button-box .btn-style {
  max-width: 200px;
}
.thanks-area .thanks-content-area .button-box .btn-style:hover {
  background: url(../img/page/button_red_bg.png) 0px 0px #ff7565 no-repeat;
}
@media screen and (min-width: 768px) {
  .thanks-area .thanks-content-area .button-box {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.thanks-area .thanks-content-area .thanks-sign {
  float: right;
  padding-right: 80px;
  padding-bottom: 87px;
  position: relative;
}
.thanks-area .thanks-content-area .thanks-sign p {
  margin-bottom: 3px;
}
.thanks-area .thanks-content-area .thanks-sign:after {
  content: "";
  display: block;
  width: 102px;
  height: 80px;
  background: url(../img/thanks/sign_2021_2x.png);
  background-size: 102px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .thanks-area .thanks-content-area .thanks-sign:after {
    background: url(../img/thanks/sign_2021.png);
    background-size: 102px;
    right: -10px;
  }
}

.member_login_area {
  max-width: 600px;
  margin: 0 auto;
}
.member_login_area .mb-1 {
  margin-bottom: 6px;
}
.member_login_area .mb-2 {
  margin-bottom: 15px;
}
.member_login_area .me-1 {
  margin-right: 6px;
}
.member_login_area .me-2 {
  margin-right: 15px;
}
.member_login_area .ms-1 {
  margin-left: 6px;
}
.member_login_area .ms-2 {
  margin-left: 15px;
}
.member_login_area .pb-1 {
  padding-bottom: 6px;
}
.member_login_area .pb-2 {
  padding-bottom: 15px;
}
.member_login_area .pe-1 {
  padding-right: 6px;
}
.member_login_area .pe-2 {
  padding-right: 15px;
}
.member_login_area .ps-1 {
  padding-left: 6px;
}
.member_login_area .ps-2 {
  padding-left: 15px;
}
.member_login_area .login-other-area a {
  color: #428BCA;
  text-decoration: underline;
}
.member_login_area .login-other-area span {
  display: inline-block;
}
.member_login_area .login-other-area span.left-line {
  border-right: 1px solid #D9D9D9;
}
.member_login_area .login-title-area {
  margin: 30px auto;
  display: flex;
  align-items: center;
  /* 垂直置中文字 */
  justify-content: center;
  /* 水平置中文字 */
  position: relative;
  width: 100%;
  /* 全寬 */
  text-align: center;
  font-size: 18px;
}
.member_login_area .login-title-area:before, .member_login_area .login-title-area:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 35%;
  height: 0.1px;
  background-color: #D9D9D9;
}
.member_login_area .login-title-area:before {
  left: 0;
  /* 從左邊開始 */
  right: 35%;
  /* 到文字的左側 */
  transform: translateY(-50%);
  /* 垂直置中修正 */
}
.member_login_area .login-title-area:after {
  right: 0;
  /* 從右邊開始 */
  left: 65%;
  /* 到文字的右側 */
  transform: translateY(-50%);
  /* 垂直置中修正 */
}
.member_login_area .third-party-area .button-area {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .member_login_area .third-party-area .button-area {
    flex-direction: row;
    gap: 30px;
  }
}
.member_login_area .third-party-area .button-area a {
  display: inline-block;
}
.member_login_area .third-party-area .button-area .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid #DEDEDE;
  padding: 7px 12px;
  box-shadow: unset;
}
@media screen and (min-width: 768px) {
  .member_login_area .vcode-area .code-area {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .member_login_area .vcode-area input {
    display: inline-block;
    width: calc(100% - 120px - 120px - 40px);
  }
}

.hp-input-item {
  display: none;
}

.ori-form .form-list.no-padding-bottom {
  padding: 15px 15px 0;
}
.ori-form .form-list.no-padding-top {
  padding: 0px 15px 15px;
}
.ori-form .form-list.no-padding {
  padding: 0 15px;
}
.ori-form .form-list.des-area.no-padding {
  padding: 0 15px;
}
.ori-form .form-list.des-area .line {
  padding-top: 15px;
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .ori-form .form-list.des-area.no-padding {
    padding: 0 70px;
  }
}

@media screen and (min-width: 768px) {
  .member_reg_area .vcode-area .code-area {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .member_reg_area .vcode-area input {
    display: inline-block;
    width: calc(100% - 120px - 180px - 40px);
  }
}

.search-form-area {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.search-form-area .flex-item {
  display: flex;
  gap: 0px 15px;
  flex-direction: column;
}
.search-form-area .flex-item .flex-item {
  flex-direction: row;
}
.search-form-area .flex-item label {
  width: auto;
  white-space: nowrap;
}
.search-form-area .flex-item div {
  width: 100%;
}
.search-form-area .flex-item.button-item {
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .search-form-area .flex-item {
    display: flex;
    gap: 10px 15px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .search-form-area .flex-item label {
    width: auto;
    white-space: nowrap;
  }
  .search-form-area .flex-item div {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .search-form-area {
    flex-direction: row;
    gap: 10px 30px;
  }
  .search-form-area .flex-item {
    width: calc(50% - 75px);
  }
  .search-form-area .flex-item.button-item {
    width: 150px;
  }
}

.record-list-area {
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  .record-list-area {
    padding: 0px;
  }
}
.record-list-area .record-header {
  border-radius: 5px 5px 0 0;
  background: #007AC5;
  padding: 0 15px;
  color: #fff;
  display: none;
}
@media screen and (min-width: 992px) {
  .record-list-area .record-header {
    display: block;
    padding: 15px;
  }
}
.record-list-area .record-body {
  line-height: 2;
}
.record-list-area .record-body .row {
  padding: 5px 0;
  border-radius: 0 0 5px 5px;
  border-top: 5px solid #007AC5;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .record-list-area .record-body .row {
    border: 0;
    margin-bottom: 0px;
    padding: 20px 0;
  }
  .record-list-area .record-body .row + .row {
    border-top: 1px dashed #dedede;
  }
}
.record-list-area .record-body .text-red {
  color: #ff0000;
}
.record-list-area .record-body a {
  color: #428BCA;
  text-decoration: underline;
}
.record-list-area .record-body .d-none {
  display: none;
}
@media screen and (min-width: 992px) {
  .record-list-area .record-body .d-md-block {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .record-list-area .record-body .d-md-inline-block {
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  .record-list-area .record-body .d-md-none {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .record-list-area .record-body {
    line-height: 1.2;
    padding: 0 15px;
  }
}
@media screen and (min-width: 992px) {
  .record-list-area .text-num {
    text-align: right;
  }
}
/*# sourceMappingURL=public/donation/asset/frontend/RWD_PD_50/maps/base.css.map */
