@charset "UTF-8";
/*
兒盟 screen width breakpoint
xs:0-767
sm:768-1023
md:1024-1200
lg:1200-
*/
body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  word-break: break-word;
  font-size: 18px;
  color: #414141;
  line-height: 1.7;
  font-family: 'Microsoft JhengHei'; }

a {
  text-decoration: none;
  color: #414141; }
  a:focus, a:hover, a:visited {
    text-decoration: none; }

.color-main-1 {
  color: #DC0031; }

.color-main-2 {
  color: #00BFD5; }

.color-main-3 {
  color: #000000; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media screen and (min-width: 1024px) {
    .container {
      width: 100%; } }
  @media screen and (min-width: 1200px) {
    .container {
      width: 1200px; } }

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

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

.btn:hover, .btn:active, .btn:focus {
  box-shadow: none; }
  .btn:hover:hover, .btn:hover:active, .btn:hover:focus, .btn:active:hover, .btn:active:active, .btn:active:focus, .btn:focus:hover, .btn:focus:active, .btn:focus:focus {
    box-shadow: none; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */ }

.owl-carousel {
  visibility: hidden; }
  .owl-carousel.owl-loaded {
    visibility: visible; }

.invisible {
  visibility: hidden !important; }

.d-inline-block {
  display: inline-block; }

.alert-text {
  color: #DC0031; }

.blue-text {
  color: #00BFD5; }

.link-text {
  color: #00BFD5; }
  .link-text:hover, .link-text:focus {
    color: #00BFD5; }

.a-acceky {
  position: absolute;
  display: none;
  top: 0px;
  left: -10px;
  color: #d7d7d7;
  font-size: 14px; }
  .a-acceky:focus, .a-acceky:hover, .a-acceky:visited {
    color: #d7d7d7; }
  @media screen and (min-width: 1024px) {
    .a-acceky {
      display: inline-block; } }

.container, #index-news-area {
  position: relative; }

#index-news-area #main {
  top: 3px;
  left: -18px; }

#sitemap_center_area {
  top: 0px;
  left: -15px; }

#breadcrumbs #main {
  top: 8px;
  left: 0px; }

#foot_area {
  top: 37px;
  left: -1px; }

footer.eng #foot_area {
  top: 45px;
  left: -1px; }

.modal .modal-btn {
  min-width: 80px;
  height: 50px;
  padding: 0px 5px; }
  .modal .modal-btn.btn-main1 {
    background: #fff; }
    .modal .modal-btn.btn-main1:hover {
      background: #DC0031; }

.header-container:after, header.website .lg-header-area:after, .header-bottom-area nav > ul.header-nav:after, .header-nav:after, footer.website .top-area:after, footer.website .bottom-area:after, footer.website .bottom-area .bottom-right-area:after, .page-info-area:after, .quick-donate-area .donate-btn-area:after, .xs-donate-area .container:after, .donate-process-area:after, .donate-form-project-area .donate-form-project-list:after, .search-page .search-input-box:after, .form-area .form-title:after, .form-area .form-group [class*='col']:after, .form-area .input-btn-box:after, .vcode-area:after, .mc-input-area .mc-row:after, .donate-search-area .data-area:after, .donate-search-area .donate-no-area:after, .page-banner-area .table-box.epaper-subscibe .t-cell.epaper-subscribe .folding-box .vcode-area:after, .list-area .media-list.type-1:after, .list-area .media-list.type-1 .content-area .info-area:after, .list-area .media-list.type-1 .pdf-btn-area:after, .list-area .text-list.type-3 .info-area:after, .list-area .text-list.type-4 .table-box .right-area:after, .folding-box:after, .folding-box .donate-no-area:after {
  content: '';
  display: block;
  clear: both; }

#tinymce, .article-area, .intro-box-area {
  font-size: 18px;
  line-height: 2.15;
  color: #414141;
  font-family: 'Arial','Microsoft JhengHei'; }
  #tinymce iframe, .article-area iframe, .intro-box-area iframe {
    max-width: 100%;
    border: 0; }
  #tinymce img, .article-area img, .intro-box-area img {
    height: auto;
    max-width: 100%; }
  #tinymce h3, .article-area h3, .intro-box-area h3 {
    position: relative;
    color: #414141;
    font-size: 25px;
    line-height: 1.56;
    font-weight: bold;
    padding-left: 12px;
    display: inline-block; }
    #tinymce h3:before, .article-area h3:before, .intro-box-area h3:before {
      content: '';
      display: block;
      position: absolute;
      top: 7px;
      left: 0;
      width: 2px;
      height: 23px;
      border-radius: 23px;
      background-color: #414141; }
  #tinymce h4, .article-area h4, .intro-box-area h4 {
    color: #414141;
    font-size: 18px;
    line-height: 2.15;
    font-weight: bold; }
  #tinymce a:hover, .article-area a:hover, .intro-box-area a:hover {
    color: #e48815; }
  #tinymce ul, .article-area ul, .intro-box-area ul {
    padding: 0;
    list-style: none !important; }
    #tinymce ul > li, .article-area ul > li, .intro-box-area ul > li {
      padding-left: 22px;
      position: relative; }
      #tinymce ul > li:before, .article-area ul > li:before, .intro-box-area ul > li:before {
        position: absolute;
        content: '';
        left: 2px;
        top: 17px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #4B4B4B; }
  #tinymce ol, .article-area ol, .intro-box-area ol {
    padding: 0;
    list-style: none !important;
    counter-reset: ol-item; }
    #tinymce ol > li, .article-area ol > li, .intro-box-area ol > li {
      display: block;
      padding-left: 22px;
      position: relative; }
      #tinymce ol > li:before, .article-area ol > li:before, .intro-box-area ol > li:before {
        position: absolute;
        text-align: right;
        left: -2px;
        top: 0;
        content: counter(ol-item) ".";
        counter-increment: ol-item;
        font-size: 18px;
        color: #4B4B4B;
        display: inline-block;
        min-width: 22px; }
  #tinymce table, .article-area table, .intro-box-area table {
    max-width: 100%;
    border-collapse: collapse; }
    #tinymce table tr th, .article-area table tr th, .intro-box-area table tr th, #tinymce table tr td, .article-area table tr td, .intro-box-area table tr td {
      border: #dcdcdc solid 1px;
      font-size: 15px;
      padding: 5px 5px;
      font-weight: normal;
      text-align: left; }
      @media screen and (min-width: 400px) {
        #tinymce table tr th, .article-area table tr th, .intro-box-area table tr th, #tinymce table tr td, .article-area table tr td, .intro-box-area table tr td {
          padding: 6px 30px; } }
    #tinymce table tr th, .article-area table tr th, .intro-box-area table tr th {
      font-size: 16px;
      background-color: #f2f2f2; }

.breadcrumbs {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  margin: 8px 0px 22px 0px;
  font-family: 'Microsoft JhengHei'; }
  .breadcrumbs:before {
    content: '';
    display: block;
    width: 26px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/path/icon_home_2x.png") no-repeat center;
    background-size: 100%; }
  @media screen and (min-width: 1024px) {
    .breadcrumbs {
      margin: 10px 0px 27px 0px; } }
  .breadcrumbs a, .breadcrumbs i {
    color: #9a9a9a; }
  .breadcrumbs span {
    color: #DC0031; }

.page_list {
  text-align: center;
  margin: 8px 0 12px 0;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 1024px) {
    .page_list {
      margin-top: 60px; } }
  @media screen and (min-width: 1200px) {
    .page_list {
      margin-top: 60px; } }
  .page_list .arr {
    position: relative; }
  .page_list .arr.left a {
    font-size: 0;
    background: url("../img/btn/page_last_off_2x.png") center no-repeat;
    background-size: 35px auto;
    height: 34px;
    width: 58px;
    border-radius: 17px !important; }
    .page_list .arr.left a:not([disabled]):hover, .page_list .arr.left a:not([disabled]):focus {
      background: #DC0031 url("../img/btn/page_last_hover_2x.png") center no-repeat;
      background-size: 35px auto; }
    .page_list .arr.left a[disabled] {
      cursor: auto; }
      .page_list .arr.left a[disabled]:hover, .page_list .arr.left a[disabled]:focus {
        border-color: #000; }
  .page_list .arr.right a {
    font-size: 0;
    background: url("../img/btn/page_next_off_2x.png") center no-repeat;
    background-size: 35px auto;
    height: 34px;
    width: 58px;
    border-radius: 17px !important; }
    .page_list .arr.right a:not([disabled]):hover, .page_list .arr.right a:not([disabled]):focus {
      background: #DC0031 url("../img/btn/page_next_hover_2x.png") center no-repeat;
      background-size: 35px auto; }
    .page_list .arr.right a[disabled] {
      cursor: auto; }
      .page_list .arr.right a[disabled]:hover, .page_list .arr.right a[disabled]:focus {
        border-color: #000; }
  .page_list ul {
    margin: 0; }
    .page_list ul li {
      cursor: pointer;
      display: inline-block; }
      .page_list ul li + li {
        margin-left: 10px; }
      .page_list ul li > span, .page_list ul li > a {
        position: relative;
        background: none;
        font-size: 16px;
        color: #DC0031;
        padding: 6px 11px;
        display: block;
        min-width: 34px;
        height: 34px;
        border-radius: 17px !important;
        color: #000000;
        border: 1px solid #000000; }
        .page_list ul li > span:focus, .page_list ul li > a:focus {
          color: #000000; }
        .page_list ul li > span i, .page_list ul li > a i {
          font-size: 22px;
          color: #DC0031;
          position: relative;
          bottom: 1px; }
        .page_list ul li > span.selected, .page_list ul li > span:hover, .page_list ul li > span:focus, .page_list ul li > a.selected, .page_list ul li > a:hover, .page_list ul li > a:focus {
          background-color: #DC0031;
          border: 1px solid #DC0031;
          color: #fff; }

.tag {
  display: inline-block;
  min-height: 22px;
  line-height: 22px;
  border-radius: 22px;
  color: #FFFFFF;
  font-size: 14px;
  text-align: left;
  margin-right: 4px;
  padding: 0 19px;
  vertical-align: middle; }
  .tag.static-tag {
    text-align: center;
    width: 80px;
    padding: 0; }
    .tag.static-tag.two-word {
      letter-spacing: 10px;
      padding-left: 12px; }

/*
#to-top{
  width: 17px;
  height: 44px;
  // font-size: 16px;
  // line-height: 50px;
  background: url('../img/btn/gotop_2x.png') center no-repeat;
  background-size: 17px auto;
  cursor: pointer;
  z-index: 3;
  text-align: center;
  // display: none;
  position: absolute;
  right: 15px;
  top:75px;

  font-size: 0;


  @media screen and (min-width: 1320px){
    right: calc(50% - 645px);
  }
}
*/
/*dialog*/
.modal-dialog.form-modal .modal-content .modal-footer {
  display: block !important; }

.modal-dialog {
  margin: 0;
  padding: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important; }

.modal .modal-dialog .modal-content {
  border-radius: 40px;
  border: 0;
  padding: 20px 20px 35px 20px; }
  @media screen and (min-width: 600px) {
    .modal .modal-dialog .modal-content {
      padding: 42px 35px 40px 35px; } }
  .modal .modal-dialog .modal-content .modal-header {
    position: relative;
    padding: 0 0 5px 0; }
    .modal .modal-dialog .modal-content .modal-header button {
      position: absolute;
      top: 9px;
      right: 0;
      background: url("../img/btn/dialog_donation_btn_2x.png") no-repeat center;
      background-size: 100%;
      width: 21px;
      height: 21px;
      opacity: 1;
      font-size: 0; }
    .modal .modal-dialog .modal-content .modal-header .modal-title {
      font-weight: bold;
      font-size: 21px;
      color: #000; }
      @media screen and (min-width: 600px) {
        .modal .modal-dialog .modal-content .modal-header .modal-title {
          font-size: 26px; } }
  .modal .modal-dialog .modal-content .modal-body {
    color: #000;
    font-size: 18px;
    padding: 20px 0 0 0; }
    .modal .modal-dialog .modal-content .modal-body .form-group {
      margin-bottom: 15px; }
      .modal .modal-dialog .modal-content .modal-body .form-group:last-child, .modal .modal-dialog .modal-content .modal-body .form-group:only-of-type {
        margin-bottom: 0; }
    .modal .modal-dialog .modal-content .modal-body label {
      font-size: 15px;
      color: #4B4B4B;
      font-weight: normal;
      padding-right: 18px; }
    .modal .modal-dialog .modal-content .modal-body .panel-body {
      padding: 0; }
  .modal .modal-dialog .modal-content .modal-footer {
    text-align: center;
    padding: 0;
    padding-top: 25px;
    border-top: 0;
    display: none; }
    .modal .modal-dialog .modal-content .modal-footer button {
      width: calc((100% - 20px) / 2); }

input:focus, select:focus {
  outline: none !important; }

a:focus, button:focus {
  outline: none !important; }

.alert-red {
  color: red; }

/*tooltip*/
.tooltip {
  z-index: 3; }

.acart-proportion-box {
  height: 0;
  position: relative; }
  .acart-proportion-box > .proportion-item {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto; }
  .acart-proportion-box > iframe.proportion-item {
    width: 100%;
    height: 100%; }
  .acart-proportion-box.proportion-3-4 {
    padding-bottom: 133.33333%; }
  .acart-proportion-box.proportion-4-3 {
    padding-bottom: 75%; }
  .acart-proportion-box.proportion-16-9 {
    padding-bottom: 56.25%; }
  .acart-proportion-box.proportion-5-4 {
    padding-bottom: 80%; }
  .acart-proportion-box.proportion-4-5 {
    padding-bottom: 125%; }
  .acart-proportion-box.proportion-1-1 {
    padding-bottom: 100%; }

/*
=================================================================
(#m02-1hds) HEADER
=================================================================
*/
.fixed-height.is-sticky {
  z-index: 99 !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  background-color: #fff; }

.fixed-height {
  height: 58px; }
  .fixed-height .container {
    height: 100%; }
  @media screen and (min-width: 1200px) {
    .fixed-height {
      height: 68px; } }
  .fixed-height.sticky {
    height: 68px; }

.header-container {
  width: 100%; }
  @media screen and (min-width: 1320px) {
    .header-container {
      width: 1320px; } }

header.website {
  width: 100%;
  top: 0;
  left: 0;
  background: white;
  position: relative;
  z-index: 99; }
  header.website h1 {
    margin: 0; }
  header.website .logo-area {
    float: left;
    margin-top: 13px; }
    header.website .logo-area img {
      width: 135px; }
    header.website .logo-area .white-logo {
      display: none; }
    header.website .logo-area .color-logo {
      display: block; }
  header.website .lg-header-area {
    position: relative;
    height: 100%;
    width: 100%; }
  header.website .header-top-area {
    height: 100%; }
    header.website .header-top-area nav {
      display: inline-block;
      float: left;
      width: calc(100% - 135px - 78px);
      height: 100%;
      padding-left: calc(6% - 10px);
      padding-right: 2%; }
      @media screen and (min-width: 1320px) {
        header.website .header-top-area nav {
          padding-left: calc(10% - 20px); } }
    header.website .header-top-area .donate-btn {
      float: right;
      height: 44px;
      border-radius: 22px;
      display: block;
      background-color: #DC0031;
      color: #fff;
      text-align: center;
      padding: 7px 21px;
      font-size: 18px;
      margin-top: 11px; }
      header.website .header-top-area .donate-btn:hover {
        background-color: #000000; }
  header.website.eng .header-top-area nav {
    width: auto;
    padding: 0;
    float: right;
    padding-right: 110px; }
    header.website.eng .header-top-area nav .header-nav > li {
      width: calc(100% / 6);
      width: auto !important; }
  header.website.eng .header-top-area .donate-btn {
    position: absolute;
    top: 0;
    right: 0; }
  header.website.transparent {
    background: rgba(255, 255, 255, 0); }
    header.website.transparent .header-nav > li > a {
      color: #fff; }
    header.website.transparent .fixed-height.is-sticky {
      background: rgba(255, 255, 255, 0); }
    header.website.transparent .white-logo {
      display: block; }
    header.website.transparent .color-logo {
      display: none; }
  header.website.fixed {
    position: fixed;
    top: 0;
    left: 0; }

.header-bottom-area {
  display: none;
  background-color: #fff;
  border-top: 1px solid #B5B5B5;
  padding-top: 7px;
  padding-bottom: 28px; }
  .header-bottom-area:hover {
    display: block; }
  .header-bottom-area nav {
    padding-left: calc(135px + 6% - 10px);
    padding-right: calc(78px + 2%); }
    @media screen and (min-width: 1320px) {
      .header-bottom-area nav {
        padding-left: calc(135px + 10% - 20px); } }
    .header-bottom-area nav > ul.header-nav {
      list-style-type: none;
      padding-left: 0; }
      .header-bottom-area nav > ul.header-nav > li {
        float: left;
        min-height: 1px;
        width: 14%; }
        .header-bottom-area nav > ul.header-nav > li:nth-child(6) {
          width: 16%; }
        .header-bottom-area nav > ul.header-nav > li a {
          font-size: 16px;
          line-height: 1.2;
          padding-top: 5px;
          padding-bottom: 2px;
          margin: 0 10px 0 20px;
          color: #000000;
          display: inline-block;
          border-bottom: 1px solid transparent; }
          .header-bottom-area nav > ul.header-nav > li a:hover {
            color: #DC0031;
            border-bottom: 1px solid #DC0031; }
    .header-bottom-area nav ul.header-nav2 {
      padding-left: 0;
      list-style: none; }

.header-nav {
  list-style: none;
  padding: 0px 0 0 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: inline-block; }
  .header-nav > li {
    float: left;
    position: relative;
    height: 100%;
    width: 14%; }
    .header-nav > li:nth-child(6) {
      width: 16%; }
    .header-nav > li > a {
      font-size: 18px;
      position: relative;
      text-align: center;
      color: #000;
      padding-bottom: 1px;
      width: 100%;
      height: 100%;
      display: inline-block;
      padding: 20px 10px 0 20px;
      text-align: left;
      font-weight: bold; }
      .header-nav > li > a span {
        padding-bottom: 3px; }
      .header-nav > li > a:hover {
        color: #DC0031; }
        .header-nav > li > a:hover span {
          border-bottom: 1px solid #DC0031; }
    .header-nav > li > a:focus ~ .header-nav2 {
      display: block; }
    .header-nav > li.active > a span {
      border-bottom: 1px solid #DC0031; }

div.mb-header {
  position: relative;
  z-index: 1000;
  padding-right: 70px;
  height: 100%;
  border-bottom: 1px solid #dcdddc; }
  div.mb-header .mb-logo-area {
    padding-top: 8px;
    display: inline-block;
    padding-left: 22px; }
    div.mb-header .mb-logo-area img {
      vertical-align: middle;
      width: 134px;
      max-width: 100%;
      height: auto; }
  div.mb-header .donate-btn {
    float: right;
    height: 28px;
    border-radius: 14px;
    display: block;
    background-color: #DC0031;
    color: #fff;
    text-align: center;
    padding: 1px 10px;
    font-size: 15px;
    margin-top: 15px; }
    div.mb-header .donate-btn:hover {
      background-color: #000000; }
  div.mb-header .button-area {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%; }
  div.mb-header div.xs-menu {
    display: inline-block;
    height: 100%;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    background-size: 100%;
    background-position: 5px 50%;
    position: relative;
    padding: 0 20px; }
    div.mb-header div.xs-menu .icon-wrapper {
      display: inline-block;
      margin: 23px 0 0 0;
      width: 27px;
      height: 15px;
      position: relative; }
      div.mb-header div.xs-menu .icon-wrapper span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #000;
        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; }
        div.mb-header div.xs-menu .icon-wrapper span:nth-child(1) {
          top: 0; }
        div.mb-header div.xs-menu .icon-wrapper span:nth-child(2) {
          top: 9px; }
        div.mb-header div.xs-menu .icon-wrapper span:nth-child(3) {
          display: none; }
        div.mb-header div.xs-menu .icon-wrapper span:nth-child(4) {
          display: none; }
    div.mb-header div.xs-menu.active span:nth-child(1) {
      top: 6px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      transform-origin: center; }
    div.mb-header div.xs-menu.active span:nth-child(2) {
      top: 6px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      transform-origin: center; }
    div.mb-header div.xs-menu.active span:nth-child(3) {
      display: none;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    div.mb-header div.xs-menu.active span:nth-child(4) {
      display: none;
      top: 14px;
      width: 0%;
      left: 50%; }

header .main-area-quick-link {
  position: absolute;
  left: 15px;
  opacity: 0;
  color: #000; }
  header .main-area-quick-link:focus {
    opacity: 1; }

div#mb-sidebar {
  display: none;
  position: fixed;
  width: 100%;
  top: -100%;
  z-index: 20;
  background: #fff;
  padding-bottom: 20px; }
  div#mb-sidebar .slimScrollDiv {
    width: 100%; }
  div#mb-sidebar.hidden-sidebar {
    display: block;
    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 {
    display: block;
    top: 58px;
    height: calc(100vh - 58px);
    -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: 1200px) {
    div#mb-sidebar {
      display: none !important; }
      div#mb-sidebar.show-sidebar {
        display: none !important; } }
  div#mb-sidebar .sidebar-top.english .dropdown {
    width: 100%; }
  div#mb-sidebar .sidebar-top.english .share-box {
    display: none; }

@-webkit-keyframes hiddensidebar {
  0% {
    top: 58px; }
  100% {
    top: -100%; } }

@-moz-keyframes hiddensidebar {
  0% {
    top: 58px; }
  100% {
    top: -100%; } }

@-ms-keyframes hiddensidebar {
  0% {
    top: 58px; }
  100% {
    top: -100%; } }

@keyframes hiddensidebar {
  0% {
    top: 58px; }
  100% {
    top: -100%; } }

@-webkit-keyframes showsidebar {
  0% {
    top: -100%; }
  100% {
    top: 58px; } }

@-moz-keyframes showsidebar {
  0% {
    top: -100%; }
  100% {
    top: 58px; } }

@-ms-keyframes showsidebar {
  0% {
    top: -100%; }
  100% {
    top: 58px; } }

@keyframes showsidebar {
  0% {
    top: -100%; }
  100% {
    top: 58px; } }

.function-area {
  padding: 15px 0;
  font-size: 0;
  text-align: center; }
  .function-area.fixed {
    position: fixed;
    top: 58px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1; }
  .function-area .function-btn {
    width: 32px;
    height: 32px;
    display: inline-block;
    position: relative; }
    .function-area .function-btn + .function-btn {
      margin-left: 40px; }
    .function-area .function-btn.member_login {
      background: url("../img/function/icon_member_02_b_2x.png") center no-repeat;
      background-size: 100%; }
    .function-area .function-btn.member {
      background: url("../img/function/icon_member_01_b_2x.png") center no-repeat;
      background-size: 100%; }
    .function-area .function-btn.cart {
      background: url("../img/function/icon_cart_b_2x.png") center no-repeat;
      background-size: 100%; }
    .function-area .function-btn.search {
      background: url("../img/function/icon_search_b_2x.png") center no-repeat;
      background-size: 100%; }
    .function-area .function-btn.en {
      background: url("../img/function/icon_lan_en_b_2x.png") center no-repeat;
      background-size: 100%; }
    .function-area .function-btn.ch {
      background: url("../img/function/icon_lan_tw_b_2x.png") center no-repeat;
      background-size: 100%; }
  .function-area .cart-qty {
    background-color: #DC0031;
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 18px;
    height: 18px;
    color: #fff;
    border-radius: 9px;
    font-size: 12px; }

div.sidebar-content {
  padding-bottom: 58px; }
  div.sidebar-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    text-align: center; }
    div.sidebar-content ul li a {
      display: block;
      padding: 11px 36px; }
      div.sidebar-content ul li a .sidebar-nav-icon {
        font-size: 0 !important; }
      div.sidebar-content ul li a.open .sidebar-nav-icon {
        transform: rotate(-180deg); }
      div.sidebar-content ul li a.active ~ ul {
        display: block; }
    div.sidebar-content ul.layer-1.function-fixed {
      padding-top: 63px; }
    div.sidebar-content ul.layer-1 > li > a {
      position: relative; }
      div.sidebar-content ul.layer-1 > li > a > .sidebar-nav-icon {
        float: right;
        position: absolute;
        top: 23px;
        right: 35px;
        font-size: 22px;
        transition: all .5s;
        width: 20px;
        height: 10px;
        background: url("../img/sidebar/icon_unit_off_2x.png");
        background-size: 100%; }
    div.sidebar-content ul.layer-2 {
      border-top: 1px solid #dcdddc;
      background-color: #F8F8F8;
      padding: 9px 0; }
      div.sidebar-content ul.layer-2 > li {
        position: relative; }
        div.sidebar-content ul.layer-2 > li > a {
          padding-left: 30px;
          position: relative;
          line-height: 1.5;
          padding: 5px 0px; }
          div.sidebar-content ul.layer-2 > li > a .sidebar-nav-icon {
            font-size: 16px;
            position: absolute;
            top: 15px;
            right: 17px;
            transform-origin: center; }
          div.sidebar-content ul.layer-2 > li > a.active:before {
            content: '';
            display: block;
            position: absolute;
            top: 18px;
            left: 15px;
            border-style: solid;
            height: 0;
            width: 0;
            border-color: transparent transparent transparent;
            border-width: 4px 0 4px 6px; }
    div.sidebar-content ul.layer-3 > li {
      position: relative; }
      div.sidebar-content ul.layer-3 > li > a {
        padding-left: 44px; }
        div.sidebar-content ul.layer-3 > li > a.active {
          color: #ca6f27; }
    div.sidebar-content ul.layer-1 > li {
      border-top: 1px solid #dcdddc; }
      div.sidebar-content ul.layer-1 > li > a {
        font-size: 20px;
        color: #000000; }
        div.sidebar-content ul.layer-1 > li > a .sidebar-nav-icon {
          color: #f3964b; }
    div.sidebar-content ul.layer-2 > li {
      border-top: 1px solid #F8F8F8; }
      div.sidebar-content ul.layer-2 > li > a {
        font-size: 20px;
        background: #F8F8F8;
        color: #707070; }
        div.sidebar-content ul.layer-2 > li > a .sidebar-nav-icon {
          color: #f3964b; }
        div.sidebar-content ul.layer-2 > li > a:hover, div.sidebar-content ul.layer-2 > li > a.open {
          background: #F8F8F8; }
    div.sidebar-content ul.layer-3 > li {
      border-top: 1px solid #fffad6; }
      div.sidebar-content ul.layer-3 > li > a {
        font-size: 15px;
        background: #FED796; }
        div.sidebar-content ul.layer-3 > li > a .sidebar-nav-icon {
          color: #f3964b; }
        div.sidebar-content ul.layer-3 > li > a:hover, div.sidebar-content ul.layer-3 > li > a.open {
          background: #FED796; }
  div.sidebar-content > ul {
    display: block; }

/*
=================================================================
(#m02-2fts) FOOTER
=================================================================
*/
footer.website {
  position: relative;
  background-color: #EFEFEF;
  color: #000000; }
  footer.website:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(-210px * 0.6);
    right: 0px;
    width: calc(295px * 0.6);
    height: calc(210px * 0.6);
    background: url("../img/footer/list-page_circle_2x.png") center no-repeat;
    background-size: 100%;
    z-index: -1; }
    @media screen and (min-width: 1024px) {
      footer.website:before {
        top: -210px;
        width: 295px;
        height: 210px; } }
  @media screen and (min-width: 1024px) {
    footer.website.detail-page-footer-circle:before {
      display: none; } }
  footer.website .top-area {
    padding-top: 30px; }
    @media screen and (min-width: 1024px) {
      footer.website .top-area {
        padding-top: 60px; } }
    footer.website .top-area .footer-box {
      margin-bottom: 60px; }
      @media screen and (min-width: 1024px) {
        footer.website .top-area .footer-box {
          margin-bottom: 60px; } }
    footer.website .top-area .footer-box-title {
      font-size: 22px;
      color: #000000;
      line-height: 1.5;
      margin-bottom: 18px;
      font-weight: bold; }
      @media screen and (min-width: 1024px) {
        footer.website .top-area .footer-box-title {
          margin-bottom: 24px; } }
    footer.website .top-area .info-area .info {
      font-size: 16px;
      color: #000000;
      line-height: 1.77; }
      @media screen and (min-width: 1024px) {
        footer.website .top-area .info-area .info {
          font-size: 18px; } }
      footer.website .top-area .info-area .info a {
        color: #000000; }
    @media screen and (min-width: 768px) {
      footer.website .top-area .footer-top-left-area {
        text-align: left;
        float: left;
        width: 60%; } }
    @media screen and (min-width: 1024px) {
      footer.website .top-area .footer-top-left-area {
        float: left;
        width: 50%; } }
    footer.website .top-area .footer-top-right-area {
      text-align: center; }
      @media screen and (min-width: 768px) {
        footer.website .top-area .footer-top-right-area {
          text-align: left;
          float: left;
          width: 40%; } }
      @media screen and (min-width: 1024px) {
        footer.website .top-area .footer-top-right-area {
          text-align: left;
          float: left;
          width: 50%; } }
      footer.website .top-area .footer-top-right-area .footer-box {
        display: inline-block;
        text-align: center;
        margin-bottom: 70px; }
      footer.website .top-area .footer-top-right-area .footer-link-area {
        font-size: 0;
        margin-bottom: 54px; }
        @media screen and (min-width: 768px) {
          footer.website .top-area .footer-top-right-area .footer-link-area {
            margin-top: 66px; } }
        @media screen and (min-width: 1024px) {
          footer.website .top-area .footer-top-right-area .footer-link-area {
            margin-top: 65px;
            margin-bottom: 52px; } }
        footer.website .top-area .footer-top-right-area .footer-link-area .footer-link {
          width: 60px;
          height: 60px;
          border: 1px solid #000;
          border-radius: 50%;
          display: inline-block; }
          @media screen and (min-width: 768px) {
            footer.website .top-area .footer-top-right-area .footer-link-area .footer-link {
              width: 60px;
              height: 60px; } }
          @media screen and (min-width: 1024px) {
            footer.website .top-area .footer-top-right-area .footer-link-area .footer-link {
              width: 80px;
              height: 80px; } }
          footer.website .top-area .footer-top-right-area .footer-link-area .footer-link.fb {
            background: url("../img/footer/icon_fb_2x_off_2x.png") center no-repeat;
            background-size: 100% auto; }
            footer.website .top-area .footer-top-right-area .footer-link-area .footer-link.fb:hover {
              background: url("../img/footer/icon_fb_2x_hover_2x.png") center no-repeat;
              background-size: 100% auto; }
          footer.website .top-area .footer-top-right-area .footer-link-area .footer-link.ig {
            background: url("../img/footer/icon_ig_2x_off_2x.png") center no-repeat;
            background-size: 100% auto; }
            footer.website .top-area .footer-top-right-area .footer-link-area .footer-link.ig:hover {
              background: url("../img/footer/icon_ig_2x_hover_2x.png") center no-repeat;
              background-size: 100% auto; }
          footer.website .top-area .footer-top-right-area .footer-link-area .footer-link.line {
            background: url("../img/footer/icon_line_2x_off_2x.png") center no-repeat;
            background-size: 100% auto; }
            footer.website .top-area .footer-top-right-area .footer-link-area .footer-link.line:hover {
              background: url("../img/footer/icon_line_2x_hover_2x.png") center no-repeat;
              background-size: 100% auto; }
          footer.website .top-area .footer-top-right-area .footer-link-area .footer-link.yt {
            background: url("../img/footer/icon_yt_2x_off_2x.png") center no-repeat;
            background-size: 100% auto; }
            footer.website .top-area .footer-top-right-area .footer-link-area .footer-link.yt:hover {
              background: url("../img/footer/icon_yt_2x_hover_2x.png") center no-repeat;
              background-size: 100% auto; }
          footer.website .top-area .footer-top-right-area .footer-link-area .footer-link:hover {
            border-color: #DC0031; }
          footer.website .top-area .footer-top-right-area .footer-link-area .footer-link + .footer-link {
            margin-left: 15px; }
            @media screen and (min-width: 1024px) {
              footer.website .top-area .footer-top-right-area .footer-link-area .footer-link + .footer-link {
                margin-left: 18px; } }
      footer.website .top-area .footer-top-right-area .subscribe-area .text {
        font-size: 22px;
        line-height: 1.5;
        display: block;
        margin-bottom: 10px;
        font-weight: bold; }
        @media screen and (min-width: 768px) {
          footer.website .top-area .footer-top-right-area .subscribe-area .text {
            margin-bottom: 0;
            margin-right: 16px;
            display: inline-block; } }
      footer.website .top-area .footer-top-right-area .subscribe-area .subscribe-btn {
        display: inline-block;
        height: 45px;
        border-radius: 26px;
        font-size: 18px;
        padding: 8px 63px;
        color: #000;
        border: 1px solid #000; }
        footer.website .top-area .footer-top-right-area .subscribe-area .subscribe-btn:hover {
          background-color: #DC0031;
          border-color: #DC0031;
          color: #fff; }
  footer.website .bottom-area {
    font-size: 15px;
    line-height: 1.5;
    padding-bottom: 20px; }
    @media screen and (min-width: 1024px) {
      footer.website .bottom-area .bottom-left-area {
        float: left; } }
    footer.website .bottom-area .bottom-left-area .copyright-area {
      display: block; }
    footer.website .bottom-area .bottom-left-area .acart {
      color: #8E8E8E;
      display: inline-block;
      margin-top: 8px; }
      footer.website .bottom-area .bottom-left-area .acart a {
        color: #8E8E8E; }
        footer.website .bottom-area .bottom-left-area .acart a:hover {
          color: #DC0031; }
    footer.website .bottom-area .bottom-right-area {
      display: inline-block; }
      @media screen and (min-width: 1024px) {
        footer.website .bottom-area .bottom-right-area {
          float: right; } }
      footer.website .bottom-area .bottom-right-area a {
        display: inline-block;
        float: left; }
        footer.website .bottom-area .bottom-right-area a:hover {
          color: #DC0031; }
        footer.website .bottom-area .bottom-right-area a + a {
          margin-left: 20px; }
  footer.website.eng .top-area .info-area .info {
    font-size: 16px; }
  @media screen and (min-width: 768px) {
    footer.website.eng .top-area .footer-top-left-area {
      padding-right: 20px; } }
  @media screen and (min-width: 1200px) {
    footer.website.eng .top-area .footer-top-left-area {
      width: 60%; } }
  @media screen and (min-width: 1200px) {
    footer.website.eng .top-area .footer-top-right-area {
      width: 40%; } }
  footer.website.eng .top-area .footer-top-right-area .footer-link-area {
    margin-bottom: 0; }

/*
=================================================================
(#m03mcs) MAIN CONTENT
=================================================================
*/
.btn-main1 {
  display: inline-block;
  height: 52px;
  border-radius: 26px;
  font-size: 18px;
  padding: 11px 32px;
  color: #000000;
  border: 1px solid #000000;
  line-height: 1.7; }
  .btn-main1:focus {
    color: #000000;
    font-weight: bold; }
  .btn-main1:hover {
    background-color: #DC0031;
    border: 1px solid #DC0031;
    color: #fff;
    font-weight: bold; }

.btn-main2 {
  display: inline-block;
  height: 45px;
  border-radius: 26px;
  font-size: 18px;
  padding: 7px 21px;
  color: #DC0031;
  border: 1px solid #DC0031;
  line-height: 1.7;
  background-color: transparent; }
  .btn-main2:focus {
    color: #DC0031;
    font-weight: bold; }
  .btn-main2:hover {
    background-color: #DC0031;
    border: 1px solid #DC0031;
    color: #fff;
    font-weight: bold; }

.btn-main3 {
  display: inline-block;
  height: 45px;
  border-radius: 26px;
  font-size: 18px;
  padding: 7px 21px;
  color: #fff;
  background-color: #DC0031;
  border: 0;
  line-height: 1.7;
  font-weight: bold; }
  .btn-main3:focus {
    color: #fff; }
  .btn-main3:hover {
    background-color: #000;
    color: #fff; }

#page-container {
  overflow: hidden; }

.main-area.detail-circle {
  position: relative; }
  .main-area.detail-circle:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -460px;
    width: 563px;
    height: 5607px;
    background: url("../img/background/page_bg_left_2x.png") center no-repeat;
    background-size: 563px auto;
    display: none; }
    @media screen and (min-width: 1024px) {
      .main-area.detail-circle:before {
        display: block; } }
  .main-area.detail-circle:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -460px;
    width: 718px;
    height: 5607px;
    background: url("../img/background/page_bg_right_2x.png") center no-repeat;
    background-size: 718px auto;
    display: none;
    z-index: -1; }
    @media screen and (min-width: 1024px) {
      .main-area.detail-circle:after {
        display: block; } }

.main-area.header_space {
  padding-top: 58px; }
  @media screen and (min-width: 1200px) {
    .main-area.header_space {
      padding-top: 68px; } }

.page-area {
  margin-bottom: 95px; }
  .page-area.banner-pt {
    padding-top: 8px; }
    @media screen and (min-width: 1024px) {
      .page-area.banner-pt {
        padding-top: 88px; } }

@media screen and (min-width: 1024px) {
  .detail-page {
    padding: 0 15px; } }

@media screen and (min-width: 1200px) {
  .detail-page {
    padding: 0 65px; } }

.detail-page:before {
  content: '';
  display: block;
  position: absolute; }

.page-title-area h2.page-title {
  margin: 0;
  color: #000000;
  line-height: 1.25;
  font-size: 28px;
  font-family: 'jf-openhuninn'; }
  @media screen and (min-width: 1024px) {
    .page-title-area h2.page-title {
      font-size: 40px; } }

.article-area {
  overflow: auto;
  min-height: 100px;
  padding: 10px 0 10px 0; }
  @media screen and (min-width: 1024px) {
    .article-area {
      min-height: 300px; } }
  .article-area.basic {
    min-height: 0px;
    padding: 0; }

.detail-img-area {
  text-align: center;
  margin-bottom: 25px; }
  .detail-img-area img {
    max-width: 100%; }
  .detail-img-area .video-area {
    width: 100%; }

#things-img-carousel .owl-prev, #things-img-carousel .owl-next {
  width: 57px;
  height: 34px;
  border: 1px solid #000;
  border-radius: 16px;
  margin: 0; }
  #things-img-carousel .owl-prev span, #things-img-carousel .owl-next span {
    display: none; }
  #things-img-carousel .owl-prev:hover, #things-img-carousel .owl-next:hover {
    background-color: #DC0031;
    border: 1px solid #DC0031; }

#things-img-carousel .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("../img/btn/page_last_off_2x.png") center no-repeat;
  background-size: 35px auto; }
  #things-img-carousel .owl-prev:hover {
    background: #DC0031 url("../img/btn/page_last_hover_2x.png") center no-repeat;
    background-size: 35px auto; }

#things-img-carousel .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url("../img/btn/page_next_off_2x.png") center no-repeat;
  background-size: 35px auto; }
  #things-img-carousel .owl-next:hover {
    background: #DC0031 url("../img/btn/page_next_hover_2x.png") center no-repeat;
    background-size: 35px auto; }

#things-img-carousel img {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.page-bottom-area {
  margin-top: 40px; }
  .page-bottom-area .label-area {
    text-align: center;
    margin-bottom: 40px; }
    .page-bottom-area .label-area .page-label {
      display: inline-block;
      height: 46px;
      border-radius: 23px;
      font-size: 18px;
      padding: 8px 25px;
      background-color: #EFEFEF;
      color: #000000;
      margin-right: 5px;
      margin-bottom: 10px; }
      .page-bottom-area .label-area .page-label:hover {
        font-weight: bold;
        background-color: #DC0031;
        color: #fff; }
  .page-bottom-area .survey-report-area {
    text-align: center;
    margin: auto;
    width: 100%;
    padding: 30px;
    border-radius: 45px;
    border: 1px solid #707070; }
    @media screen and (min-width: 1024px) {
      .page-bottom-area .survey-report-area {
        padding: 40px;
        width: 80%;
        height: 124px;
        border-radius: 62px; } }
    .page-bottom-area .survey-report-area .title {
      display: block;
      margin-bottom: 20px;
      color: #000000;
      font-size: 24px;
      font-weight: bold; }
      @media screen and (min-width: 420px) {
        .page-bottom-area .survey-report-area .title {
          font-size: 24px; } }
      @media screen and (min-width: 1024px) {
        .page-bottom-area .survey-report-area .title {
          display: inline-block;
          margin-bottom: 0;
          margin-right: 35px; } }
    .page-bottom-area .survey-report-area .vote-area {
      font-size: 0; }
      @media screen and (min-width: 1024px) {
        .page-bottom-area .survey-report-area .vote-area {
          display: inline-block; } }
    .page-bottom-area .survey-report-area .vote-label {
      font-size: 18px;
      display: inline-block;
      height: 45px;
      width: calc((100% - 20px) / 2);
      border-radius: 23px;
      font-size: 18px;
      padding: 8px 25px;
      border: 1px solid #DC0031;
      color: #DC0031;
      cursor: pointer;
      text-align: center;
      font-weight: normal; }
      @media screen and (min-width: 420px) {
        .page-bottom-area .survey-report-area .vote-label {
          width: 120px; } }
      .page-bottom-area .survey-report-area .vote-label input {
        width: 0px;
        height: 0px;
        opacity: 0; }
      .page-bottom-area .survey-report-area .vote-label:hover {
        color: #fff;
        background-color: #DC0031;
        font-weight: bold; }
      .page-bottom-area .survey-report-area .vote-label + .vote-label {
        margin-left: 15px; }

.location-info-box .box-title {
  margin-bottom: 30px; }

.location-info-box iframe {
  width: 100%;
  height: 600px; }

.location-info-box + .location-info-box {
  margin-top: 60px; }

.service-btn-area {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px; }
  .service-btn-area .btn-main1 {
    padding: 8px 34px;
    height: 45px;
    margin: 0px 5px 10px 0px; }

.back-btn-area {
  text-align: center;
  margin-top: 40px; }
  @media screen and (min-width: 1024px) {
    .back-btn-area {
      margin-top: 86px; } }
  .back-btn-area .back-btn {
    display: inline-block;
    height: 45px;
    border-radius: 23px;
    font-size: 18px;
    padding: 8px 34px;
    color: #000000;
    border: 1px solid #000000; }
    .back-btn-area .back-btn:hover {
      background-color: #DC0031;
      border: 1px solid #DC0031;
      color: #fff; }

.page-info-area {
  font-size: 18px;
  color: #5A5A5A;
  line-height: 1.6;
  margin-top: 6px;
  margin-bottom: 40px; }
  .page-info-area .info-box {
    float: left; }
    .page-info-area .info-box .info {
      display: inline-block;
      position: relative; }
      .page-info-area .info-box .info + .info {
        padding-left: 15px; }
        .page-info-area .info-box .info + .info:before {
          content: '';
          display: block;
          position: absolute;
          top: 12px;
          left: 3px;
          width: 4px;
          height: 4px;
          border-radius: 5px;
          background-color: #5A5A5A; }
      .page-info-area .info-box .info .donate-cnt {
        position: relative;
        padding-left: 38px; }
        .page-info-area .info-box .info .donate-cnt:before {
          content: '';
          display: block;
          width: 25px;
          height: 22px;
          position: absolute;
          top: 0px;
          left: 0;
          background: url("../img/donation/donate_page_icon_2x.png") center no-repeat;
          background-size: 25px auto; }
  .page-info-area .share-box {
    float: right;
    color: #000000; }
    .page-info-area .share-box .text {
      display: inline-block;
      vertical-align: middle;
      margin-right: 8px; }
    .page-info-area .share-box .share-btn {
      display: inline-block;
      vertical-align: middle;
      width: 25px;
      height: 25px; }
      .page-info-area .share-box .share-btn.facebook {
        background: url("../img/page/share_fb_2x.png") no-repeat center;
        background-size: 100%; }
        .page-info-area .share-box .share-btn.facebook:hover {
          background: url("../img/page/share_fb_2x_hover.png") no-repeat center;
          background-size: 100%; }
      .page-info-area .share-box .share-btn.line {
        background: url("../img/page/share_line_2x.png") no-repeat center;
        background-size: 100%; }
        .page-info-area .share-box .share-btn.line:hover {
          background: url("../img/page/share_line_2x_hover.png") no-repeat center;
          background-size: 100%; }

.dp-detail-page {
  position: relative; }
  @media screen and (min-width: 1024px) {
    .dp-detail-page {
      display: table;
      width: 100%; } }
  @media screen and (min-width: 1024px) {
    .dp-detail-page .dp-left-area {
      display: table-cell; } }
  @media screen and (min-width: 1024px) {
    .dp-detail-page .dp-right-area {
      display: table-cell;
      width: 386px;
      padding-left: 40px; } }
  .dp-detail-page .dp-right-area .quick-donate-area {
    display: none;
    width: 345px;
    background-color: #F8F8F8;
    border-radius: 30px;
    padding: 40px 30px; }
    @media screen and (min-width: 1024px) {
      .dp-detail-page .dp-right-area .quick-donate-area {
        display: block; } }

.quick-donate-area .donate-type-area {
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 30px;
  padding-bottom: 12px;
  text-align: center; }
  .quick-donate-area .donate-type-area .donate-type {
    color: #DCDDDC;
    font-size: 22px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-weight: bold; }
    .quick-donate-area .donate-type-area .donate-type.active {
      color: #000; }
      .quick-donate-area .donate-type-area .donate-type.active:before {
        content: '';
        display: block;
        position: absolute;
        bottom: -14px;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #00BFD5; }
    .quick-donate-area .donate-type-area .donate-type + .donate-type {
      margin-left: 35px; }

.quick-donate-area label {
  font-weight: normal;
  font-size: 15px;
  line-height: 1.5; }

.quick-donate-area .donate-btn-area {
  text-align: center;
  margin-top: 50px;
  text-anchor: center;
  font-size: 0; }
  .quick-donate-area .donate-btn-area .donate-btn {
    font-size: 18px;
    width: calc((100% - 10px) / 2);
    display: inline-block; }
    .quick-donate-area .donate-btn-area .donate-btn + .donate-btn {
      margin-left: 10px; }

.quick-donate-area .money-label-area .money-label {
  float: left;
  display: inline-block;
  color: #00BFD5;
  border: 1px solid #00BFD5;
  border-radius: 30px;
  margin-bottom: 10px;
  width: calc( (100% - 10px) / 2);
  height: 45px;
  text-align: center;
  padding-top: 7px;
  cursor: pointer; }
  .quick-donate-area .money-label-area .money-label:nth-child(odd) {
    margin-right: 10px; }
  .quick-donate-area .money-label-area .money-label:hover, .quick-donate-area .money-label-area .money-label.active {
    background-color: #00BFD5;
    color: #fff; }

.quick-donate-area .preview_card_img {
  max-width: 100%; }

.quick-donate-area .preview-btn-area {
  margin-top: 10px;
  text-align: center; }

.xs-donate-area {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 72px;
  background: #f7f7f7;
  z-index: 100;
  padding: 10px 0;
  border-top: 1px solid #c7c7c7; }
  @media screen and (min-width: 1024px) {
    .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 .left-area .switch-btn:focus, .xs-donate-area .left-area .switch-btn:hover {
      color: #fff;
      background-color: #DC0031; }
  .xs-donate-area .right-area {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    text-align: right; }
  .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; }

.member-top-area {
  margin-bottom: 50px;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    .member-top-area {
      display: table;
      width: 100%; } }
  @media screen and (min-width: 1024px) {
    .member-top-area .member-info-area {
      display: table-cell;
      vertical-align: middle; } }
  .member-top-area .member-info-area .member-icon {
    width: 112px;
    height: auto;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (min-width: 1024px) {
      .member-top-area .member-info-area .member-icon {
        margin-right: 30px; } }
  .member-top-area .member-info-area .member-name {
    font-size: 30px;
    font-family: 'jf-openhuninn';
    display: block;
    vertical-align: middle;
    color: #000000;
    margin-top: 8px; }
    @media screen and (min-width: 1024px) {
      .member-top-area .member-info-area .member-name {
        display: inline-block;
        margin-top: 0; } }
  .member-top-area .member-cat-area {
    margin-top: 15px; }
    @media screen and (min-width: 1024px) {
      .member-top-area .member-cat-area {
        display: table-cell;
        vertical-align: middle;
        margin-top: 0; } }
    .member-top-area .member-cat-area .cat-area {
      text-align: right;
      margin-bottom: 0; }
      .member-top-area .member-cat-area .cat-area .cat {
        margin-bottom: 0; }

.donate-process-area {
  margin-bottom: 25px; }
  @media screen and (min-width: 1024px) {
    .donate-process-area {
      margin-bottom: 50px; } }
  .donate-process-area .lg-process-area .step-box {
    float: left;
    width: calc(100% / 7);
    text-align: center; }
    .donate-process-area .lg-process-area .step-box .step-circle {
      width: 107px;
      height: 107px;
      margin: auto; }
      .donate-process-area .lg-process-area .step-box .step-circle.step-1 {
        background: url("../img/donation/icon_step01_off_2x.png") center no-repeat;
        background-size: 100%; }
      .donate-process-area .lg-process-area .step-box .step-circle.step-2 {
        background: url("../img/donation/icon_step02_off_2x.png") center no-repeat;
        background-size: 100%; }
      .donate-process-area .lg-process-area .step-box .step-circle.step-3 {
        background: url("../img/donation/icon_step03_off_2x.png") center no-repeat;
        background-size: 100%; }
      .donate-process-area .lg-process-area .step-box .step-circle.step-4 {
        background: url("../img/donation/icon_step04_off_2x.png") center no-repeat;
        background-size: 100%; }
    .donate-process-area .lg-process-area .step-box .step-arrow {
      width: 47px;
      height: 19px;
      margin: auto;
      margin-top: 40px;
      background: url("../img/donation/icon_step_process_off_2x.png") center no-repeat;
      background-size: 100%; }
    .donate-process-area .lg-process-area .step-box .step-title {
      font-size: 18px;
      color: #a3a3a3;
      margin-top: 10px; }
    .donate-process-area .lg-process-area .step-box.active .step-circle.step-1 {
      background: url("../img/donation/icon_step01_on_2x.png") center no-repeat;
      background-size: 100%; }
    .donate-process-area .lg-process-area .step-box.active .step-circle.step-2 {
      background: url("../img/donation/icon_step02_on_2x.png") center no-repeat;
      background-size: 100%; }
    .donate-process-area .lg-process-area .step-box.active .step-circle.step-3 {
      background: url("../img/donation/icon_step03_on_2x.png") center no-repeat;
      background-size: 100%; }
    .donate-process-area .lg-process-area .step-box.active .step-circle.step-4 {
      background: url("../img/donation/icon_step04_on_2x.png") center no-repeat;
      background-size: 100%; }
    .donate-process-area .lg-process-area .step-box.active .step-arrow {
      background: url("../img/donation/icon_step_process_on_2x.png") center no-repeat;
      background-size: 100%; }
    .donate-process-area .lg-process-area .step-box.active .step-title {
      color: #00BFD5; }
  .donate-process-area .xs-process-area {
    text-align: center; }
    .donate-process-area .xs-process-area .step-box {
      display: inline-block;
      position: relative;
      vertical-align: middle; }
      .donate-process-area .xs-process-area .step-box .step-num {
        font-size: 22px;
        color: #989898;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        background-color: #E8E8E8;
        padding-top: 2px; }
      .donate-process-area .xs-process-area .step-box .step-title {
        font-size: 16px;
        display: none; }
      .donate-process-area .xs-process-area .step-box + .step-box {
        margin-left: 10px; }
      .donate-process-area .xs-process-area .step-box.active {
        width: 40px;
        height: 40px;
        background-color: #00BFD5;
        border-radius: 50%; }
        .donate-process-area .xs-process-area .step-box.active .step-num {
          width: 36px;
          height: 36px;
          background-color: #fff;
          color: #00BFD5;
          position: absolute;
          top: 2px;
          left: 2px;
          padding-top: 0; }
      .donate-process-area .xs-process-area .step-box.current {
        width: auto;
        border-radius: 90px;
        padding-left: 50px;
        padding-right: 18px;
        padding-top: 5px; }
        .donate-process-area .xs-process-area .step-box.current .step-title {
          display: inline-block;
          color: #fff; }

.donate-form-project-area .donate-form-project-list {
  padding: 36px 0px 30px 0;
  border-bottom: 1px solid #cfcfcf;
  position: relative; }
  .donate-form-project-area .donate-form-project-list:first-child {
    border-top: 1px solid #cfcfcf; }
  @media screen and (min-width: 1024px) {
    .donate-form-project-area .donate-form-project-list {
      padding: 40px 0px 40px 0;
      padding-right: 78px; } }
  .donate-form-project-area .donate-form-project-list .media-area {
    border-radius: 480px;
    overflow: hidden;
    max-width: 500px;
    margin: auto; }
    @media screen and (min-width: 768px) {
      .donate-form-project-area .donate-form-project-list .media-area {
        width: 220px;
        float: left; } }
    @media screen and (min-width: 1024px) {
      .donate-form-project-area .donate-form-project-list .media-area {
        width: 300px; } }
  .donate-form-project-area .donate-form-project-list .content-area {
    padding-top: 25px;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto; }
    @media screen and (min-width: 768px) {
      .donate-form-project-area .donate-form-project-list .content-area {
        padding-left: calc(220px + 25px);
        padding-top: 0;
        max-width: none; } }
    @media screen and (min-width: 1024px) {
      .donate-form-project-area .donate-form-project-list .content-area {
        padding-left: calc(300px + 25px); } }
    @media screen and (min-width: 1200px) {
      .donate-form-project-area .donate-form-project-list .content-area {
        padding-top: 32px; } }
    .donate-form-project-area .donate-form-project-list .content-area .title-area {
      font-size: 25px;
      line-height: 1.5;
      color: #000000;
      font-weight: bold; }
    .donate-form-project-area .donate-form-project-list .content-area .desc-area {
      font-size: 18px;
      color: #5A5A5A;
      line-height: 1.5;
      margin-top: 15px; }
      @media screen and (min-width: 768px) {
        .donate-form-project-area .donate-form-project-list .content-area .desc-area {
          margin-top: 12px; } }
      @media screen and (min-width: 1024px) {
        .donate-form-project-area .donate-form-project-list .content-area .desc-area {
          margin-top: 22px; } }
    .donate-form-project-area .donate-form-project-list .content-area .amount-area {
      font-size: 17px;
      margin-top: 15px; }
      @media screen and (min-width: 768px) {
        .donate-form-project-area .donate-form-project-list .content-area .amount-area {
          margin-top: 24px; } }
      .donate-form-project-area .donate-form-project-list .content-area .amount-area .word {
        color: #5A5A5A;
        margin-right: 7px; }
      .donate-form-project-area .donate-form-project-list .content-area .amount-area .amount {
        color: #000000; }
  .donate-form-project-area .donate-form-project-list .close-btn {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 21px;
    height: 21px;
    background: url("../img/btn/dialog_donation_btn_2x.png") center no-repeat;
    background-size: 100%; }
    @media screen and (min-width: 768px) {
      .donate-form-project-area .donate-form-project-list .close-btn {
        top: 44px; } }
    @media screen and (min-width: 1024px) {
      .donate-form-project-area .donate-form-project-list .close-btn {
        top: 48px; } }
    @media screen and (min-width: 1200px) {
      .donate-form-project-area .donate-form-project-list .close-btn {
        top: 81px; } }

.donate-form-project-area .total-amount-area {
  margin-top: 45px;
  float: right;
  color: #000000;
  font-weight: bold; }

.jump-page-box {
  text-align: center;
  min-height: 460px; }
  .jump-page-box .img-area.success img {
    width: 250px;
    height: auto; }
  .jump-page-box .img-area.page-404 img {
    width: 225px;
    height: auto; }
  .jump-page-box .text-area {
    font-size: 20px;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 26px; }
  .jump-page-box #error-time {
    font-size: 22px;
    color: #DC0031;
    font-weight: bold; }
  .jump-page-box .jump-btn-area {
    margin-top: 40px; }

.search-page .search-input-box {
  position: relative; }
  .search-page .search-input-box input {
    float: left;
    width: calc(100% - 78px - 10px);
    margin-right: 10px; }
  .search-page .search-input-box .search-btn {
    float: left;
    height: 50px;
    border-radius: 25px;
    display: block;
    text-align: center;
    padding: 7px 0px;
    width: 78px; }

.search-page .search-page-keyword-area {
  margin-top: 20px; }
  .search-page .search-page-keyword-area .word {
    display: inline-block;
    margin-right: 15px; }
  .search-page .search-page-keyword-area .keyword {
    display: inline-block;
    height: 46px;
    border-radius: 23px;
    font-size: 18px;
    padding: 8px 25px;
    background-color: #EFEFEF;
    color: #000000;
    margin-right: 5px;
    margin-bottom: 10px;
    cursor: pointer; }
    .search-page .search-page-keyword-area .keyword:hover {
      font-weight: bold;
      background-color: #DC0031;
      color: #fff; }

.gsc-control-cse {
  padding: 0 !important;
  border: none !important; }
  .gsc-control-cse .gsc-input-box {
    border: 0;
    border-radius: 0; }
  .gsc-control-cse form.gsc-search-box {
    border: 1px solid rgba(0, 0, 0, 0);
    box-shadow: none;
    background: #e7e7e7;
    margin: 0;
    padding: 8px 12px; }
    .gsc-control-cse form.gsc-search-box td {
      padding: 0; }
    .gsc-control-cse form.gsc-search-box * {
      background: #e7e7e7; }
    .gsc-control-cse form.gsc-search-box input {
      padding-left: 15px !important;
      height: 33px !important;
      background-position: left 15px center !important; }
    .gsc-control-cse form.gsc-search-box .gsc-search-button-v2 {
      background-color: #8e8e8e;
      border: #8e8e8e;
      border-radius: 0;
      padding: 6px 27px;
      margin: 0; }
      .gsc-control-cse form.gsc-search-box .gsc-search-button-v2 * {
        background-color: #8e8e8e; }
      .gsc-control-cse form.gsc-search-box .gsc-search-button-v2:hover {
        background-color: #727272; }
        .gsc-control-cse form.gsc-search-box .gsc-search-button-v2:hover * {
          background-color: #727272; }
  .gsc-control-cse .gsc-orderby {
    white-space: nowrap; }
  .gsc-control-cse .gs-result .gs-title * {
    color: green; }

.required {
  color: #DC0031;
  position: relative; }
  .required.front {
    padding-left: 20px; }
  .required:before {
    content: '*';
    display: block;
    position: absolute;
    top: -7px;
    left: 5px;
    color: #DC0031;
    font-size: 25px; }

input.form-control, select.form-control, img.form-control, textarea.form-control, .select2-container.form-control {
  border-radius: 25px;
  border: 1px solid #c7c7c7;
  color: #414141;
  font-size: 16px;
  box-shadow: none;
  padding-left: 20px;
  padding-right: 20px; }
  input.form-control:not(textarea), select.form-control:not(textarea), img.form-control:not(textarea), textarea.form-control:not(textarea), .select2-container.form-control:not(textarea) {
    height: 50px; }
  input.form-control[name*=password], input.form-control[name*=p_confirm], select.form-control[name*=password], select.form-control[name*=p_confirm], img.form-control[name*=password], img.form-control[name*=p_confirm], textarea.form-control[name*=password], textarea.form-control[name*=p_confirm], .select2-container.form-control[name*=password], .select2-container.form-control[name*=p_confirm] {
    padding-right: 41px;
    word-break: keep-all; }
  input.form-control::-webkit-input-placeholder, select.form-control::-webkit-input-placeholder, img.form-control::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder, .select2-container.form-control::-webkit-input-placeholder {
    color: #8E8E8E;
    font-size: 15px; }
  input.form-control:-moz-placeholder, select.form-control:-moz-placeholder, img.form-control:-moz-placeholder, textarea.form-control:-moz-placeholder, .select2-container.form-control:-moz-placeholder {
    color: #8E8E8E;
    font-size: 15px; }
  input.form-control::-moz-placeholder, select.form-control::-moz-placeholder, img.form-control::-moz-placeholder, textarea.form-control::-moz-placeholder, .select2-container.form-control::-moz-placeholder {
    color: #8E8E8E;
    font-size: 15px; }
  input.form-control:-ms-input-placeholder, select.form-control:-ms-input-placeholder, img.form-control:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder, .select2-container.form-control:-ms-input-placeholder {
    color: #8E8E8E;
    font-size: 15px; }
  input.form-control:focus, select.form-control:focus, img.form-control:focus, textarea.form-control:focus, .select2-container.form-control:focus {
    box-shadow: none;
    border: 1px solid #00BFD5; }

.select2-container {
  height: 50px;
  border-radius: 25px;
  border: 1px solid #c7c7c7;
  color: #414141;
  font-size: 16px;
  box-shadow: none; }
  .select2-container .select2-choice {
    border: 0;
    padding-top: 1px;
    font-size: 15px;
    width: 100%;
    height: 100%;
    padding: 7px 38px 1px 0px;
    background: #fff url("../img/btn/select_off_2x.png") center no-repeat;
    background-size: 15px auto;
    background-position: top 50% right 20px; }
    .select2-container .select2-choice > .select2-chosen {
      margin-right: 0; }
  .select2-container .select2-arrow {
    opacity: 0; }
  .select2-container::-webkit-input-placeholder {
    color: #8E8E8E;
    font-size: 15px; }
  .select2-container:-moz-placeholder {
    color: #8E8E8E;
    font-size: 15px; }
  .select2-container::-moz-placeholder {
    color: #8E8E8E;
    font-size: 15px; }
  .select2-container:-ms-input-placeholder {
    color: #8E8E8E;
    font-size: 15px; }
  .select2-container:focus {
    box-shadow: none;
    border: 1px solid #00BFD5; }

.select2-drop {
  transform: translate(0px, 2px);
  border: 1px solid #00BFD5 !important;
  padding: 10px;
  border-radius: 20px !important;
  font-size: 15px; }
  .select2-drop.select2-drop-above {
    transform: translate(0px, -2px); }

.select2-drop-above .select2-choice {
  border: none !important; }

textarea.form-control {
  height: 130px; }

select.form-control, .form-control.select-select2, .form-control.select2-container {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  overflow: hidden;
  padding-left: 20px; }

select.form-control::-ms-expand {
  display: none;
  /*IE*/ }

label.customize-radio-style {
  cursor: pointer;
  padding-right: 0 !important;
  padding-left: 30px;
  margin-right: 30px;
  position: relative; }
  label.customize-radio-style input {
    width: 0;
    opacity: 0; }
    label.customize-radio-style input:checked ~ .radio-btn {
      background: #DC0031 url("../img/btn/check_on_2x.png") center no-repeat;
      background-size: 14px auto;
      border: none; }
  label.customize-radio-style .radio-btn {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #c7c7c7;
    background-color: #fff; }
  label.customize-radio-style.radio-xs-block {
    display: block;
    margin-right: 0; }
    @media screen and (min-width: 500px) {
      label.customize-radio-style.radio-xs-block {
        display: inline-block;
        margin-right: 30px; } }

label.customize-checkbox-style {
  cursor: pointer;
  padding-right: 0 !important;
  padding-left: 30px;
  margin-right: 30px;
  position: relative; }
  label.customize-checkbox-style input {
    width: 0;
    opacity: 0; }
    label.customize-checkbox-style input:checked ~ .checkbox-btn {
      background: #DC0031 url("../img/btn/check_on_2x.png") center no-repeat;
      background-size: 14px auto;
      border: none; }
    label.customize-checkbox-style input:disabled ~ .checkbox-btn {
      background: #ececec; }
  label.customize-checkbox-style .checkbox-btn {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #c7c7c7;
    background-color: #fff; }
  label.customize-checkbox-style.checkbox-xs-block {
    display: block;
    margin-right: 0; }
    @media screen and (min-width: 500px) {
      label.customize-checkbox-style.checkbox-xs-block {
        display: inline-block;
        margin-right: 30px; } }

label {
  margin-bottom: 0; }

.form-area .form-title {
  color: #000000;
  font-size: 26px;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 8px;
  margin-bottom: 25px;
  font-weight: bold; }
  .form-area .form-title .receipt-title-right-area .customize-checkbox-style {
    margin-right: 0;
    display: block; }
    @media screen and (min-width: 500px) {
      .form-area .form-title .receipt-title-right-area .customize-checkbox-style {
        display: inline-block; } }
    .form-area .form-title .receipt-title-right-area .customize-checkbox-style + .customize-checkbox-style {
      margin-top: 5px; }
      @media screen and (min-width: 500px) {
        .form-area .form-title .receipt-title-right-area .customize-checkbox-style + .customize-checkbox-style {
          margin-top: 0;
          margin-left: 25px; } }
  @media screen and (min-width: 768px) {
    .form-area .form-title .receipt-title-right-area {
      float: right; } }

.form-area .form-group {
  margin-bottom: 25px; }
  .form-area .form-group label.error {
    font-size: 13px;
    color: #DC0031; }
  .form-area .form-group [class*='col'] {
    position: relative; }
    .form-area .form-group [class*='col'] label.error {
      position: absolute;
      top: 5px;
      right: 15px;
      padding-right: 0; }
  .form-area .form-group + .form-title {
    margin-top: 45px; }
  .form-area .form-group.vcode-group {
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid #c7c7c7; }

.form-area .row.no-error [class*='col'] {
  margin-top: 10px; }

.form-area .row.no-error label.transparent {
  height: 0;
  display: block; }

.form-area .row.address-row > [class*="col"] {
  width: 100%; }
  .form-area .row.address-row > [class*="col"]:nth-child(2), .form-area .row.address-row > [class*="col"]:nth-child(3) {
    margin-top: 10px; }
  @media screen and (min-width: 500px) {
    .form-area .row.address-row > [class*="col"]:nth-child(1), .form-area .row.address-row > [class*="col"]:nth-child(2) {
      width: 50%;
      margin-top: 0; }
    .form-area .row.address-row > [class*="col"]:nth-child(3) {
      width: 100%; } }
  @media screen and (min-width: 768px) {
    .form-area .row.address-row > [class*="col"]:nth-child(1), .form-area .row.address-row > [class*="col"]:nth-child(2) {
      width: 25%; }
    .form-area .row.address-row > [class*="col"]:nth-child(3) {
      width: 50%;
      margin-top: 0; }
      .form-area .row.address-row > [class*="col"]:nth-child(3).full-width {
        width: 100%; } }

.form-area label {
  font-size: 15px;
  color: #4B4B4B;
  font-weight: normal;
  padding-right: 18px; }
  .form-area label.transparent {
    opacity: 0; }

@media screen and (min-width: 768px) {
  .form-area .label-box {
    float: left;
    width: 120px; } }

@media screen and (min-width: 768px) {
  .form-area .input-box {
    float: left;
    width: calc(100% - 120px); } }

.form-area .form-area .note {
  padding-top: 7px; }

.form-area .note {
  font-size: 15px; }
  .form-area .note.bottom-note {
    padding-top: 15px; }

.form-area .intro-box {
  border-top: 1px solid #c7c7c7;
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #c7c7c7; }

.form-area .input-btn-box input {
  margin-bottom: 10px; }
  @media screen and (min-width: 500px) {
    .form-area .input-btn-box input {
      float: left;
      margin-bottom: 0;
      margin-right: 10px;
      width: calc(100% - 85px - 10px); } }

.form-area .input-btn-box .function-btn {
  float: left;
  height: 50px;
  width: 100%;
  text-align: center;
  padding: 11px 0px; }
  @media screen and (min-width: 500px) {
    .form-area .input-btn-box .function-btn {
      width: 85px; } }
  .form-area .input-btn-box .function-btn + .function-btn {
    margin-left: 10px; }

@media screen and (min-width: 500px) {
  .form-area .input-btn-box.two-btn input {
    width: calc(100% - 170px - 20px); } }

.form-area .input-btn-box.two-btn .function-btn {
  width: calc((100% - 10px) / 2); }
  @media screen and (min-width: 500px) {
    .form-area .input-btn-box.two-btn .function-btn {
      width: 85px; } }

.form-area .input-btn-box.same-with-donor input {
  width: calc(100% - 150px - 10px); }

.form-area .input-btn-box.same-with-donor .function-btn {
  width: 150px; }

input.error, select.error, textarea.error, .select2-container.error {
  border: 1px solid #DC0031 !important; }

input.study-time {
  width: calc((100% - 80px) / 2);
  display: inline-block; }

.time-word {
  display: inline-block;
  width: 30px; }

.form-btn-area {
  text-align: center;
  margin-top: 20px; }
  .form-btn-area .form-btn {
    padding: 7px 46px;
    height: 45px; }
    .form-btn-area .form-btn.sso-btn {
      padding: 10px 46px;
      display: block;
      width: 100%;
      max-width: 360px;
      height: 50px;
      margin: auto;
      border-radius: 25px; }
    .form-btn-area .form-btn + .sso-btn {
      margin-top: 30px; }
    .form-btn-area .form-btn.email_verity_btn {
      font-size: 18px;
      display: inline-block;
      padding: 7px 0;
      width: 100%; }
      .form-btn-area .form-btn.email_verity_btn + .email_verity_btn {
        margin-top: 10px; }
      @media screen and (min-width: 768px) {
        .form-btn-area .form-btn.email_verity_btn {
          width: calc((100% - 15px) / 2); }
          .form-btn-area .form-btn.email_verity_btn + .email_verity_btn {
            margin-left: 10px;
            margin-top: 0; } }

.vcode-area input {
  display: block;
  vertical-align: middle;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .vcode-area input {
      width: 206px;
      display: inline-block; } }

.vcode-area img {
  display: inline-block;
  vertical-align: middle;
  width: 148px;
  padding: 0;
  cursor: pointer;
  margin-top: 10px; }
  @media screen and (min-width: 768px) {
    .vcode-area img {
      margin-left: 25px;
      margin-top: 0; } }

.vcode-area .refresh-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  margin-left: 10px;
  color: #4B4B4B; }

@media screen and (min-width: 768px) {
  .vcode-area ~ label.error {
    position: absolute;
    right: auto !important;
    top: 0px;
    left: calc(206px + 15px);
    transform: translateX(-100%);
    padding-top: 0; } }

.xs-mt {
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .xs-mt {
      margin-top: 0; } }

.address-mt {
  margin-top: 12px; }

.address-xs-mt {
  margin-top: 12px; }
  @media screen and (min-width: 768px) {
    .address-xs-mt {
      margin-top: 0; } }

.donate-record-area .donate-record-title {
  font-size: 40px;
  color: #000000;
  line-height: 1.25;
  text-align: center;
  padding-bottom: 15px;
  font-family: 'jf-openhuninn'; }

.donate-record-area .form-area .donate-record-title {
  margin-bottom: 48px; }

.donate-record-list {
  display: table;
  width: 100%;
  border-top: 1px solid #c7c7c7; }
  .donate-record-list .t-row {
    border-bottom: 1px solid #c7c7c7;
    padding: 20px 0; }
    @media screen and (min-width: 768px) {
      .donate-record-list .t-row {
        display: table-row;
        padding: 0; } }
    .donate-record-list .t-row.head {
      display: none; }
      @media screen and (min-width: 768px) {
        .donate-record-list .t-row.head {
          display: table-row; } }
      .donate-record-list .t-row.head .t-cell {
        color: #5a5a5a; }
  .donate-record-list .t-cell {
    display: block;
    color: #000;
    font-size: 18px;
    padding: 4px 0; }
    .donate-record-list .t-cell.w-70 {
      width: 70px; }
    .donate-record-list .t-cell.w-85 {
      width: 85px; }
    .donate-record-list .t-cell.w-120 {
      width: 120px; }
    .donate-record-list .t-cell.w-15-percent {
      width: 15%; }
    .donate-record-list .t-cell.w-20-percent {
      width: 20%; }
    .donate-record-list .t-cell.more-btn-cell {
      text-align: center;
      margin-top: 4px; }
      .donate-record-list .t-cell.more-btn-cell:before {
        display: none; }
      .donate-record-list .t-cell.more-btn-cell .more-btn {
        width: 85px;
        height: 44px;
        padding: 7px 0px;
        text-align: center; }
    .donate-record-list .t-cell:before {
      content: attr(data-title);
      display: inline-block;
      color: #5a5a5a;
      margin-right: 30px; }
    @media screen and (min-width: 768px) {
      .donate-record-list .t-cell {
        display: table-cell;
        vertical-align: middle;
        border-bottom: 1px solid #c7c7c7;
        padding: 22px 0; }
        .donate-record-list .t-cell:before {
          display: none; } }
  .donate-record-list .xs-btn-area {
    text-align: center;
    margin-top: 10px; }
    .donate-record-list .xs-btn-area .more-btn {
      display: inline-block;
      width: 85px;
      height: 44px;
      padding: 7px 0px;
      text-align: center; }
      .donate-record-list .xs-btn-area .more-btn + .more-btn {
        margin-left: 5px; }

.file-group {
  position: relative; }
  .file-group .pick-file {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 68px;
    height: 34px;
    background: #fff;
    border-radius: 17px !important;
    color: #000;
    border: 0px;
    line-height: 34px;
    padding: 0;
    cursor: pointer;
    border: 1px solid #000;
    text-align: center;
    font-size: 15px; }
    .file-group .pick-file:hover {
      border-color: #DC0031;
      color: #fff;
      background-color: #DC0031; }
  .file-group .pick-file input[type="file"] {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    height: 34px;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 100;
    cursor: pointer; }
  .file-group input[type=file]::-webkit-file-upload-button {
    /* chromes and blink button */
    cursor: pointer; }

.mc-input-area .mc-row + .mc-row {
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .mc-input-area .mc-row + .mc-row {
      margin-top: 12px; } }

.mc-input-area .mc-row > * {
  float: left; }

.mc-input-area .mc-input-box {
  width: 20px;
  margin-right: 20px;
  padding-top: 10px; }

.mc-input-area .title-box {
  width: calc(100% - 40px);
  margin-bottom: 12px; }
  @media screen and (min-width: 768px) {
    .mc-input-area .title-box {
      margin-right: 30px;
      width: calc(50% - 40px - 30px - 105px - 15px); } }
  @media screen and (min-width: 768px) {
    .mc-input-area .title-box.outer {
      width: calc(50% - 40px - 15px); } }

.mc-input-area .status-box {
  padding-left: 40px;
  margin-right: 12px;
  width: calc( (100% - 12px) * 0.6); }
  @media screen and (min-width: 768px) {
    .mc-input-area .status-box {
      padding-left: 0;
      margin-right: 30px;
      width: 105px; } }

.mc-input-area .qty-box {
  width: 40%;
  width: calc( (100% - 12px) * 0.4); }
  @media screen and (min-width: 768px) {
    .mc-input-area .qty-box {
      margin-right: 30px;
      width: 138px; } }

.mc-input-area .expire-box {
  width: 100%;
  padding-left: 40px;
  margin-top: 12px; }
  @media screen and (min-width: 768px) {
    .mc-input-area .expire-box {
      margin-top: 0;
      padding-left: 0;
      width: calc(50% - 15px - 138px - 30px); } }

.volunteer-form-area {
  margin-top: 30px; }

.blue-border-tab-area {
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 30px;
  padding-bottom: 12px;
  text-align: center;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto; }
  .blue-border-tab-area .blue-border-type {
    color: #DCDDDC;
    font-size: 22px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    padding: 0 3px; }
    .blue-border-tab-area .blue-border-type.active {
      color: #000; }
      .blue-border-tab-area .blue-border-type.active:before {
        content: '';
        display: block;
        position: absolute;
        bottom: -14px;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #00BFD5; }
    .blue-border-tab-area .blue-border-type + .blue-border-type {
      margin-left: 70px; }

.login-intro-area {
  font-size: 15px;
  color: #5A5A5A;
  margin-bottom: 20px;
  text-align: center; }

.login-btn-area .row [class*='col'] + [class*='col'] {
  margin-top: 10px; }
  @media screen and (min-width: 768px) {
    .login-btn-area .row [class*='col'] + [class*='col'] {
      margin-top: 0; } }

.login-btn-area .login-btn {
  color: #fff;
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  text-align: center;
  padding: 4px 0; }
  .login-btn-area .login-btn span {
    padding: 5px 0 5px 42px;
    position: relative;
    display: inline-block; }
  .login-btn-area .login-btn.member {
    background-color: #DC0031;
    border: 1px solid #DC0031; }
    .login-btn-area .login-btn.member span {
      background: url("../img/member/Group 2721@2x.png") left center no-repeat;
      background-size: 32px auto; }
  .login-btn-area .login-btn.fb {
    background-color: #1877f2;
    border: 1px solid  #1877f2; }
    .login-btn-area .login-btn.fb span {
      background: url("../img/member/Group 2720@2x.png") left center no-repeat;
      background-size: 32px auto; }
  .login-btn-area .login-btn.google {
    background-color: #fff;
    border: 1px solid  #dcdddc;
    color: #707070; }
    .login-btn-area .login-btn.google span {
      background: url("../img/member/Group 2722@2x.png") left center no-repeat;
      background-size: 32px auto; }

.donate-search-area .xs-mt {
  margin-top: 10px; }
  @media screen and (min-width: 768px) {
    .donate-search-area .xs-mt {
      margin-top: 0; } }

.donate-search-area .data-area input {
  float: left;
  width: calc( (100% - 30px) / 2); }

.donate-search-area .data-area span {
  float: left;
  width: 30px;
  text-align: center;
  padding-top: 12px; }

.donate-search-area .donate-no-area input {
  float: left;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .donate-search-area .donate-no-area input {
      width: calc(100% - 30px - 110px); } }

.donate-search-area .donate-no-area .search-btn {
  width: 100%;
  height: 50px;
  padding: 0px 37px;
  margin-top: 10px; }
  @media screen and (min-width: 768px) {
    .donate-search-area .donate-no-area .search-btn {
      margin-left: 30px;
      margin-top: 0;
      width: 110px; } }

.pw-visivle-btn {
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  bottom: 15px;
  right: 28px;
  border: 0;
  background: url("../img/msystem/password_unsee.png") center no-repeat;
  background-size: 18px 18px; }
  .pw-visivle-btn.is-visible {
    background: url("../img/msystem/password_see.png") center no-repeat;
    background-size: 18px 18px; }
  .pw-visivle-btn.forget {
    bottom: 41px; }

.home-banner-area {
  background-color: #EFEFEF;
  position: relative; }
  @media screen and (min-width: 768px) {
    .home-banner-area {
      margin-bottom: 5.49048vw; } }
  @media screen and (min-width: 1366px) {
    .home-banner-area {
      margin-bottom: 75px; } }
  .home-banner-area .home-bottom-circle-box {
    width: 100%;
    height: 9.63542vw;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0; }
    @media screen and (min-width: 768px) {
      .home-banner-area .home-bottom-circle-box {
        height: 5.49048vw;
        bottom: -5.49048vw; } }
    @media screen and (min-width: 1366px) {
      .home-banner-area .home-bottom-circle-box {
        height: 75px;
        bottom: -75px; } }
    .home-banner-area .home-bottom-circle-box .home-bottom-circle {
      width: auto;
      height: 100%;
      position: absolute;
      top: calc(50% - 5px);
      left: 50%;
      transform: translate(-50%, -50%); }
      .home-banner-area .home-bottom-circle-box .home-bottom-circle.for-sm {
        display: none; }
      @media screen and (min-width: 768px) {
        .home-banner-area .home-bottom-circle-box .home-bottom-circle.for-xs {
          display: none; }
        .home-banner-area .home-bottom-circle-box .home-bottom-circle.for-sm {
          display: block; } }
  .home-banner-area #home-banner-carousel {
    position: relative; }
    @media screen and (min-width: 768px) {
      .home-banner-area #home-banner-carousel .owl-box {
        position: relative;
        overflow: hidden;
        height: 56.36896vw; } }
    @media screen and (min-width: 1366px) {
      .home-banner-area #home-banner-carousel .owl-box {
        width: 100%;
        height: 770px;
        position: relative;
        overflow: hidden; } }
    .home-banner-area #home-banner-carousel .owl-box a {
      display: block; }
    .home-banner-area #home-banner-carousel .banner-img {
      width: 100%;
      height: auto; }
      .home-banner-area #home-banner-carousel .banner-img.for-sm {
        display: none; }
      @media screen and (min-width: 768px) {
        .home-banner-area #home-banner-carousel .banner-img {
          width: auto;
          height: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
          .home-banner-area #home-banner-carousel .banner-img.for-xs {
            display: none; }
          .home-banner-area #home-banner-carousel .banner-img.for-sm {
            display: block; } }
    .home-banner-area #home-banner-carousel .owl-nav {
      position: absolute;
      bottom: 35px;
      left: 15px; }
      @media screen and (min-width: 1320px) {
        .home-banner-area #home-banner-carousel .owl-nav {
          left: calc(50% - 645px); } }
      .home-banner-area #home-banner-carousel .owl-nav span {
        display: none; }
      .home-banner-area #home-banner-carousel .owl-nav .owl-prev, .home-banner-area #home-banner-carousel .owl-nav .owl-next {
        width: 57px;
        height: 33px;
        border: 1px solid #fff;
        border-radius: 16px;
        margin: 0; }
        .home-banner-area #home-banner-carousel .owl-nav .owl-prev:hover, .home-banner-area #home-banner-carousel .owl-nav .owl-next:hover {
          background-color: #DC0031;
          border: 1px solid #DC0031; }
      .home-banner-area #home-banner-carousel .owl-nav .owl-prev {
        background: url("../img/btn/page_last_hover_2x.png") center no-repeat;
        background-size: 35px auto; }
      .home-banner-area #home-banner-carousel .owl-nav .owl-next {
        background: url("../img/btn/page_next_hover_2x.png") center no-repeat;
        background-size: 35px auto;
        margin-left: 18px; }
    .home-banner-area #home-banner-carousel .owl-dots {
      position: absolute;
      bottom: 8px;
      left: 50%;
      transform: translateX(-50%); }
      @media screen and (min-width: 768px) {
        .home-banner-area #home-banner-carousel .owl-dots {
          bottom: 30px; } }
      .home-banner-area #home-banner-carousel .owl-dots .owl-dot {
        background: none;
        border: 0;
        padding: 0; }
        .home-banner-area #home-banner-carousel .owl-dots .owl-dot span {
          border-radius: 50%;
          width: 14px;
          height: 14px;
          margin: 0px 4px;
          border: 1px solid #fff;
          background-color: transparent; }
        .home-banner-area #home-banner-carousel .owl-dots .owl-dot.active span, .home-banner-area #home-banner-carousel .owl-dots .owl-dot:hover span {
          background-color: #fff; }

.side-function-area {
  position: fixed;
  top: calc(50% + 34px);
  right: 15px;
  transform: translateY(-50%);
  z-index: 1;
  width: 32px;
  padding-top: 60px; }
  @media screen and (min-width: 1320px) {
    .side-function-area {
      right: calc(50% - 645px); } }
  .side-function-area .to-top {
    display: none;
    width: 100%;
    height: 44px;
    background: url("../img/btn/gotop_2x.png") left 14px top no-repeat;
    background-size: 17px auto;
    padding-left: 14px;
    margin-bottom: 15px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px; }
    @media screen and (min-width: 1200px) {
      .side-function-area .to-top:hover {
        background: url("../img/btn/gotop_hover_2x.png") left 14px top no-repeat;
        background-size: 17px auto; } }
  .side-function-area .function-btn {
    display: none;
    width: 32px;
    height: 32px; }
    @media screen and (min-width: 1200px) {
      .side-function-area .function-btn {
        display: block; } }
    .side-function-area .function-btn + .function-btn {
      margin-top: 15px; }
    .side-function-area .function-btn.member {
      background: url("../img/function/icon_member_01_b_2x.png") center no-repeat;
      background-size: 100%; }
      .side-function-area .function-btn.member.white {
        background: url("../img/function/icon_member_01_w_2x.png") center no-repeat;
        background-size: 100%; }
      .side-function-area .function-btn.member:hover {
        background: url("../img/function/icon_member_01_r_2x.png") center no-repeat;
        background-size: 100%; }
    .side-function-area .function-btn.member_login {
      background: url("../img/function/icon_member_02_b_2x.png") center no-repeat;
      background-size: 100%; }
      .side-function-area .function-btn.member_login:hover {
        background: url("../img/function/icon_member_02_r_2x.png") center no-repeat;
        background-size: 100%; }
    .side-function-area .function-btn.cart {
      background: url("../img/function/icon_cart_b_2x.png") center no-repeat;
      background-size: 100%; }
      .side-function-area .function-btn.cart.white {
        background: url("../img/function/icon_cart_w_2x.png") center no-repeat;
        background-size: 100%; }
      .side-function-area .function-btn.cart:hover {
        background: url("../img/function/icon_cart_r_2x.png") center no-repeat;
        background-size: 100%; }
    .side-function-area .function-btn.search {
      background: url("../img/function/icon_search_b_2x.png") center no-repeat;
      background-size: 100%; }
      .side-function-area .function-btn.search.white {
        background: url("../img/function/icon_search_w_2x.png") center no-repeat;
        background-size: 100%; }
      .side-function-area .function-btn.search:hover {
        background: url("../img/function/icon_search_r_2x.png") center no-repeat;
        background-size: 100%; }
    .side-function-area .function-btn.en {
      background: url("../img/function/icon_lan_en_b_2x.png") center no-repeat;
      background-size: 100%; }
      .side-function-area .function-btn.en.white {
        background: url("../img/function/icon_lan_en_w_2x.png") center no-repeat;
        background-size: 100%; }
      .side-function-area .function-btn.en:hover {
        background: url("../img/function/icon_lan_en_r_2x.png") center no-repeat;
        background-size: 100%; }
    .side-function-area .function-btn.ch {
      background: url("../img/function/icon_lan_tw_b_2x.png") center no-repeat;
      background-size: 100%; }
      .side-function-area .function-btn.ch.white {
        background: url("../img/function/icon_lan_tw_w_2x.png") center no-repeat;
        background-size: 100%; }
      .side-function-area .function-btn.ch:hover {
        background: url("../img/function/icon_lan_tw_r_2x.png") center no-repeat;
        background-size: 100%; }

.index-title-area {
  margin-bottom: 16px; }
  .index-title-area .index-title-icon {
    width: 39px;
    height: auto;
    display: inline-block;
    vertical-align: bottom; }
  .index-title-area h2 {
    text-align: center;
    color: #DC0031;
    font-size: 22px;
    margin: 0 0 0px 0;
    display: inline-block;
    vertical-align: bottom; }
    @media screen and (min-width: 1024px) {
      .index-title-area h2 {
        font-size: 24px; } }

.index-area {
  position: relative;
  margin-top: 40px; }
  .index-area ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none; }
  @media screen and (min-width: 1024px) {
    .index-area {
      margin-top: 100px; } }
  .index-area.website {
    background: url("../img/index/bg_01.png") center repeat;
    background-size: 40px;
    margin-top: 0px;
    padding: 30px 0;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .index-area.website {
        padding: 0 0 30px 0; } }
    .index-area.website .website-title {
      font-size: 20px;
      font-weight: bold;
      color: #DC0031;
      margin-top: 10px;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .index-area.website .website-title {
          font-size: 22px;
          margin-top: 25px; } }
    .index-area.website .row [class^='col'] {
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .index-area.website .row [class^='col'] {
          margin-bottom: 0; } }
    .index-area.website .row a:last-child [class^='col'] {
      margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .index-area.website .row {
        margin-top: -20px; } }
    .index-area.website .row img {
      max-width: 100%; }
  @media screen and (min-width: 1024px) {
    .index-area.news .index-news-left-area {
      float: left;
      width: 500px;
      padding-right: 30px; } }
  @media screen and (min-width: 1200px) {
    .index-area.news .index-news-left-area {
      width: 610px;
      padding-right: 50px; } }
  .index-area.news .index-news-right-area {
    margin-top: 40px; }
    @media screen and (min-width: 1024px) {
      .index-area.news .index-news-right-area {
        float: left;
        width: calc(100% - 500px);
        margin-top: 0; } }
    @media screen and (min-width: 1200px) {
      .index-area.news .index-news-right-area {
        width: calc(100% - 610px); } }
  .index-area.tech {
    margin-top: 48px;
    padding: 40px 0 85px 0; }
    @media screen and (min-width: 1024px) {
      .index-area.tech {
        padding: 60px 0 77px 0; } }
    .index-area.tech .tech-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("../img/index/bg_01.png") center repeat;
      background-size: 40px; }
      @media screen and (min-width: 1024px) {
        .index-area.tech .tech-bg {
          background-image: url("../img/index/knowledge_curve01_.png"), url("../img/index/knowledge_curve02_.png"), url("../img/index/bg_01.png");
          background-position: left -214px top 0, right -930px bottom 0, center;
          background-repeat: no-repeat, no-repeat, repeat;
          background-size: 712px auto, 2372px auto, 40px; } }
    @media screen and (min-width: 1024px) {
      .index-area.tech .index-title-area {
        text-align: center; } }
  .index-area.safety {
    margin-top: 44px;
    padding-bottom: 38px; }
    @media screen and (min-width: 1024px) {
      .index-area.safety .index-title-area {
        margin-bottom: 30px;
        text-align: center; } }

.index-activity-list-area ul li + li {
  border-top: 1px solid #E6E6E6; }

.index-activity-list-area .media-list {
  padding: 10px 0; }
  .index-activity-list-area .media-list .content-area .title-area {
    font-size: 17px; }
  .index-activity-list-area .media-list.first {
    padding-top: 0; }
    .index-activity-list-area .media-list.first .content-area {
      margin-top: 15px; }
      .index-activity-list-area .media-list.first .content-area .title-area {
        font-size: 18px; }
  .index-activity-list-area .media-list:not(.first) .media-area {
    display: none; }
  .index-activity-list-area .media-list:not(.first) .content-area .info-area {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px; }
  .index-activity-list-area .media-list:not(.first) .content-area .title-area {
    display: inline-block;
    vertical-align: middle; }
    @media screen and (min-width: 1024px) {
      .index-activity-list-area .media-list:not(.first) .content-area .title-area {
        font-size: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: calc(100% - 76px - 12px); } }

.index-publish-list-area.list-area ul li + li {
  margin-top: 20px; }

@media screen and (min-width: 1024px) {
  .index-publish-list-area.list-area .media-list.type-1 .media-area {
    width: 180px; } }

@media screen and (min-width: 1200px) {
  .index-publish-list-area.list-area .media-list.type-1 .media-area {
    width: 200px; } }

.index-publish-list-area.list-area .media-list.type-1 .content-area .title-area {
  font-size: 16px; }
  @media screen and (min-width: 768px) {
    .index-publish-list-area.list-area .media-list.type-1 .content-area .title-area {
      font-size: 18px; } }

@media screen and (min-width: 1024px) {
  .index-publish-list-area.list-area .media-list.type-1 .content-area .desc-area {
    margin-top: 10px; } }

@media screen and (min-width: 1024px) {
  .index-publish-list-area.list-area .media-list.type-1 .content-area {
    width: calc(100% - 180px); } }

@media screen and (min-width: 1200px) {
  .index-publish-list-area.list-area .media-list.type-1 .content-area {
    width: calc(100% - 200px); } }

.index-tech-list-area .row {
  margin-left: 0;
  margin-right: 0; }
  .index-tech-list-area .row [class^='col'] {
    padding-left: 0;
    padding-right: 0; }

#home-tech-carousel .owl-dots {
  position: absolute;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%); }
  #home-tech-carousel .owl-dots .owl-dot {
    background: none;
    border: 0;
    padding: 0; }
    #home-tech-carousel .owl-dots .owl-dot span {
      border-radius: 0;
      width: 12px;
      height: 12px;
      margin: 5px 5px;
      background-color: #7878785c;
      border-radius: 5px; }
    #home-tech-carousel .owl-dots .owl-dot.active span, #home-tech-carousel .owl-dots .owl-dot:hover span {
      background-color: #787878; }

.index-safety-list-area .row [class^='col'] {
  margin-bottom: 20px; }
  @media screen and (min-width: 1024px) {
    .index-safety-list-area .row [class^='col'] {
      margin-bottom: 30px; } }

@media screen and (min-width: 1024px) {
  .index-safety-list-area .media-list.type-1 .media-area {
    width: 180px; } }

@media screen and (min-width: 1200px) {
  .index-safety-list-area .media-list.type-1 .media-area {
    width: 270px; } }

.index-safety-list-area .media-list.type-1 .content-area .title-area {
  font-size: 16px; }
  @media screen and (min-width: 768px) {
    .index-safety-list-area .media-list.type-1 .content-area .title-area {
      font-size: 18px; } }

@media screen and (min-width: 1024px) {
  .index-safety-list-area .media-list.type-1 .content-area .desc-area {
    margin-top: 10px; } }

@media screen and (min-width: 1024px) {
  .index-safety-list-area .media-list.type-1 .content-area {
    width: calc(100% - 180px); } }

@media screen and (min-width: 1200px) {
  .index-safety-list-area .media-list.type-1 .content-area {
    width: calc(100% - 270px); } }

.ellipsis-area {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; }
  .ellipsis-area.line-1 {
    -webkit-line-clamp: 1; }
  .ellipsis-area.line-2 {
    -webkit-line-clamp: 2; }
  .ellipsis-area.line-3 {
    -webkit-line-clamp: 3; }
  .ellipsis-area.line-4 {
    -webkit-line-clamp: 4; }

.no-data {
  margin-top: 15px; }

.page-banner-area {
  position: relative; }
  @media screen and (min-width: 1366px) {
    .page-banner-area {
      height: 770px; } }
  .page-banner-area .page-banner-proportion {
    padding-bottom: 100%; }
    @media screen and (min-width: 500px) {
      .page-banner-area .page-banner-proportion {
        padding-bottom: 56.36896%; } }
    @media screen and (min-width: 1366px) {
      .page-banner-area .page-banner-proportion {
        height: 100%;
        padding-bottom: 0; } }
  .page-banner-area .container {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    z-index: 3; }
  .page-banner-area .table-box {
    display: table;
    width: 100%;
    height: 100%; }
    .page-banner-area .table-box .t-cell {
      display: table-cell;
      vertical-align: middle; }
      .page-banner-area .table-box .t-cell.text {
        width: 100%; }
        @media screen and (min-width: 768px) {
          .page-banner-area .table-box .t-cell.text {
            width: 40%; } }
        @media screen and (min-width: 1024px) {
          .page-banner-area .table-box .t-cell.text {
            width: 30%; } }
    .page-banner-area .table-box.epaper-subscibe {
      display: block;
      padding: 80px 0; }
      @media screen and (min-width: 768px) {
        .page-banner-area .table-box.epaper-subscibe {
          display: table;
          padding: 0;
          width: 100%; } }
      .page-banner-area .table-box.epaper-subscibe .t-cell {
        display: block; }
        @media screen and (min-width: 768px) {
          .page-banner-area .table-box.epaper-subscibe .t-cell {
            display: table-cell; } }
        .page-banner-area .table-box.epaper-subscibe .t-cell.epaper-subscribe {
          text-align: center; }
          @media screen and (min-width: 768px) {
            .page-banner-area .table-box.epaper-subscibe .t-cell.epaper-subscribe {
              text-align: right; } }
          .page-banner-area .table-box.epaper-subscibe .t-cell.epaper-subscribe .folding-box {
            display: inline-block;
            text-align: left;
            margin-top: 22px; }
            @media screen and (min-width: 768px) {
              .page-banner-area .table-box.epaper-subscibe .t-cell.epaper-subscribe .folding-box {
                margin-top: 0; } }
            .page-banner-area .table-box.epaper-subscibe .t-cell.epaper-subscribe .folding-box .vcode-area input {
              width: calc(100% - 150px - 10px);
              float: left; }
            .page-banner-area .table-box.epaper-subscibe .t-cell.epaper-subscribe .folding-box .vcode-area img {
              width: 150px;
              float: left;
              margin-left: 10px; }
  .page-banner-area .page-banner-text-area {
    color: #fff;
    padding-left: 10px; }
    @media screen and (min-width: 500px) {
      .page-banner-area .page-banner-text-area {
        padding-left: 20px; } }
    @media screen and (min-width: 1024px) {
      .page-banner-area .page-banner-text-area {
        padding-left: 0; } }
    .page-banner-area .page-banner-text-area .main-unit, .page-banner-area .page-banner-text-area .desc {
      line-height: 1.4;
      font-size: 15px;
      font-weight: bold;
      padding-left: 5px; }
      @media screen and (min-width: 768px) {
        .page-banner-area .page-banner-text-area .main-unit, .page-banner-area .page-banner-text-area .desc {
          font-size: 15px; } }
      @media screen and (min-width: 1024px) {
        .page-banner-area .page-banner-text-area .main-unit, .page-banner-area .page-banner-text-area .desc {
          font-size: 22px; } }
    .page-banner-area .page-banner-text-area .sub-unit {
      font-size: 35px;
      font-family: 'jf-openhuninn'; }
      @media screen and (min-width: 768px) {
        .page-banner-area .page-banner-text-area .sub-unit {
          font-size: 35px; } }
      @media screen and (min-width: 1024px) {
        .page-banner-area .page-banner-text-area .sub-unit {
          font-size: 50px; } }
      @media screen and (min-width: 1200px) {
        .page-banner-area .page-banner-text-area .sub-unit {
          font-size: 65px; } }
  .page-banner-area .scroll-down {
    display: none;
    width: 25px;
    position: absolute;
    bottom: 42px;
    left: calc(50% - 25px);
    cursor: pointer;
    z-index: 3; }
    @media screen and (min-width: 1024px) {
      .page-banner-area .scroll-down {
        display: block; } }
  @media screen and (min-width: 768px) {
    .page-banner-area.epaper-subscribe-banner {
      height: 535px; } }
  @media screen and (min-width: 1024px) {
    .page-banner-area.epaper-subscribe-banner {
      height: 770px; } }
  .page-banner-area.epaper-subscribe-banner .container {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    z-index: 3; }
  .page-banner-area.epaper-subscribe-banner .acart-proportion-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 0; }
  .page-banner-area.epaper-subscribe-banner .epaper-subscribe.folding-box {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .page-banner-area.epaper-subscribe-banner .epaper-subscribe.folding-box {
        width: 500px; } }

.three-circle-banner .top-circle {
  width: 563px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(17%, -51%);
  z-index: 2;
  display: none; }
  @media screen and (min-width: 500px) {
    .three-circle-banner .top-circle {
      display: block; } }

.three-circle-banner .left-circle {
  width: 563px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-80%, 5%);
  z-index: 2; }
  @media screen and (min-width: 500px) {
    .three-circle-banner .left-circle {
      transform: translate(-86%, 25%); } }
  .three-circle-banner .left-circle.for-lg {
    display: none; }
    @media screen and (min-width: 500px) {
      .three-circle-banner .left-circle.for-lg {
        display: block; } }
  .three-circle-banner .left-circle.for-xs {
    display: block;
    width: 220px; }
    @media screen and (min-width: 500px) {
      .three-circle-banner .left-circle.for-xs {
        display: none; } }

.three-circle-banner .bottom-circle {
  width: 290px;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(68%, 27%);
  z-index: 2;
  display: none; }
  @media screen and (min-width: 500px) {
    .three-circle-banner .bottom-circle {
      display: block; } }

.list-page-title-area {
  text-align: center;
  margin-bottom: 30px; }

.intro-box-area {
  margin-bottom: 45px;
  font-family: 'Arial' ,'Microsoft JhengHei';
  font-size: 18px;
  line-height: 2.15;
  color: #414141; }
  .intro-box-area h3:before {
    display: none; }
  .intro-box-area h1, .intro-box-area h2, .intro-box-area h3, .intro-box-area h4, .intro-box-area h5, .intro-box-area h6 {
    margin-top: 0; }
  @media screen and (min-width: 768px) {
    .intro-box-area {
      text-align: center; } }

.cat-area {
  text-align: center;
  margin-bottom: 60px; }
  .cat-area .select-select2 {
    width: 100%; }
  .cat-area .cat {
    display: inline-block;
    border: 1px solid #00BFD5;
    color: #00BFD5;
    height: 46px;
    border-radius: 23px;
    font-size: 18px;
    padding: 8px 25px;
    margin-right: 5px;
    margin-bottom: 10px; }
    .cat-area .cat:hover {
      background-color: #00BFD5;
      color: #fff;
      font-weight: bold; }
    .cat-area .cat.active {
      background-color: #00BFD5;
      color: #fff;
      font-weight: bold; }
  .cat-area.gray-bg {
    background: #F5F5F5;
    padding: 45px 20px 35px 20px; }
  .cat-area.detail-page {
    margin: 30px 0 45px 0; }

.customize-dropdown {
  position: relative;
  text-align: left;
  width: 100%;
  color: #00BFD5; }
  .customize-dropdown .dropdown-toggle {
    border: 1px solid #000;
    border-radius: 5px;
    display: block;
    padding: 10px 5px 10px 20px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #00BFD5;
    background: #fff url("../img/btn/select_on_2x.png.png") center no-repeat;
    background-size: 15px auto;
    background-position: top 50% right 20px;
    cursor: pointer; }
  .customize-dropdown .menu {
    display: none;
    border: 1px solid #c7c7c7;
    border-radius: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%) translateY(4px);
    width: 100%;
    background-color: #fff;
    z-index: 1; }
  .customize-dropdown .item {
    display: block;
    padding: 10px 5px 10px 20px; }
    .customize-dropdown .item:focus, .customize-dropdown .item:hover {
      color: #4B4B4B; }
    .customize-dropdown .item + .item {
      border-top: 1px solid #c7c7c7; }
  .customize-dropdown.show .menu {
    display: block; }

.media {
  margin-top: 0; }

.list-area {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list-area.detail-page {
    margin-top: 94px; }
  @media screen and (min-width: 1024px) {
    .list-area .masonry .masonry-item:nth-child(2) {
      margin-top: 35px; } }
  @media screen and (min-width: 1200px) {
    .list-area .masonry .masonry-item:nth-child(2) {
      margin-top: 55px; } }
  .list-area .masonry.news-detail-masonry .masonry-item:nth-child(2), .list-area .masonry.story .masonry-item:nth-child(2), .list-area .masonry.masonry-no-mt .masonry-item:nth-child(2) {
    margin-top: 0; }
  .list-area ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0; }
  .list-area a {
    display: block; }
  .list-area .title-area {
    font-weight: bold; }
  .list-area .related-news-title {
    font-size: 28px;
    color: #000;
    text-align: center;
    margin-bottom: 38px;
    font-family: 'jf-openhuninn'; }
    @media screen and (min-width: 1024px) {
      .list-area .related-news-title {
        font-size: 40px; } }
  @media screen and (min-width: 600px) {
    .list-area .row.type-1 {
      margin-left: -20px;
      margin-right: -20px; } }
  @media screen and (min-width: 1200px) {
    .list-area .row.type-1 {
      margin-left: -30px;
      margin-right: -30px; } }
  .list-area .row.type-1 [class*='col'] {
    margin-bottom: 20px;
    width: 100%; }
    @media screen and (min-width: 600px) {
      .list-area .row.type-1 [class*='col'] {
        width: 50%;
        margin-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (min-width: 1024px) {
      .list-area .row.type-1 [class*='col'] {
        width: calc( 100% / 3);
        margin-bottom: 40px; } }
    @media screen and (min-width: 1200px) {
      .list-area .row.type-1 [class*='col'] {
        margin-bottom: 60px;
        padding-left: 30px;
        padding-right: 30px; } }
  @media screen and (min-width: 1024px) {
    .list-area .row.type-1.story [class*='col'] {
      width: 50%; } }
  .list-area .row.type-1.xs-left-media-row [class*='col'] {
    margin-bottom: 30px;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .list-area .row.type-1.xs-left-media-row [class*='col'] {
        width: calc(100% / 3); } }
  @media screen and (min-width: 600px) {
    .list-area .row.type-2 {
      margin-left: -20px;
      margin-right: -20px; } }
  @media screen and (min-width: 1200px) {
    .list-area .row.type-2 {
      margin-left: -20px;
      margin-right: -20px; } }
  .list-area .row.type-2 [class*='col'] {
    margin-bottom: 20px;
    width: 100%; }
    @media screen and (min-width: 600px) {
      .list-area .row.type-2 [class*='col'] {
        width: 50%;
        margin-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (min-width: 1024px) {
      .list-area .row.type-2 [class*='col'] {
        width: calc( 100% / 3);
        margin-bottom: 40px; } }
    @media screen and (min-width: 1200px) {
      .list-area .row.type-2 [class*='col'] {
        margin-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px; } }
  .list-area .media-list.type-1 {
    position: relative; }
    .list-area .media-list.type-1 a:hover .more-area {
      display: block; }
    .list-area .media-list.type-1 .acart-proportion-box {
      background-color: #b5b5b5; }
    .list-area .media-list.type-1 .media-area {
      border-radius: 130px;
      overflow: hidden;
      position: relative; }
      .list-area .media-list.type-1 .media-area .more-area {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: none; }
        .list-area .media-list.type-1 .media-area .more-area .more-btn {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          border: 1px solid #fff;
          color: #fff;
          width: 115px;
          height: 45px;
          border-radius: 23px;
          text-align: center;
          padding: 7px 0px; }
          .list-area .media-list.type-1 .media-area .more-area .more-btn.img {
            font-size: 0;
            background: url("../img/donate_things/type_icon_img_2x.png") no-repeat center;
            background-size: 23px auto; }
          .list-area .media-list.type-1 .media-area .more-area .more-btn.video {
            font-size: 0;
            background: url("../img/donate_things/type_icon_video_2x.png") no-repeat center;
            background-size: 23px auto; }
    .list-area .media-list.type-1 .content-area {
      padding-top: 18px; }
      .list-area .media-list.type-1 .content-area .title-area {
        font-size: 25px;
        color: #000000;
        line-height: 1.36;
        margin-bottom: 12px; }
      .list-area .media-list.type-1 .content-area .desc-area {
        font-size: 17px;
        color: #616161;
        line-height: 1.55;
        margin-bottom: 8px; }
        .list-area .media-list.type-1 .content-area .desc-area span {
          color: #616161 !important; }
      .list-area .media-list.type-1 .content-area .info-area {
        border-top: 1px solid #707070;
        padding-top: 12px;
        color: #5A5A5A;
        font-size: 16px;
        line-height: 1.5; }
        .list-area .media-list.type-1 .content-area .info-area .cat {
          float: left; }
        .list-area .media-list.type-1 .content-area .info-area .date {
          float: right; }
        .list-area .media-list.type-1 .content-area .info-area .donate-cnt {
          position: relative;
          padding-left: 26px; }
          .list-area .media-list.type-1 .content-area .info-area .donate-cnt:before {
            content: '';
            display: block;
            width: 18px;
            height: 16px;
            position: absolute;
            top: 3px;
            left: 0;
            background: url("../img/donation/donate_list_icon_2x.png") center no-repeat;
            background-size: 18px auto; }
        .list-area .media-list.type-1 .content-area .info-area .location-info {
          font-size: 18px; }
          .list-area .media-list.type-1 .content-area .info-area .location-info + .location-info {
            margin-top: 5px; }
    .list-area .media-list.type-1 .pdf-btn-area {
      font-size: 0;
      margin-top: 20px; }
      .list-area .media-list.type-1 .pdf-btn-area .pdf-btn {
        height: 45px;
        font-size: 18px;
        padding: 6px 2px;
        text-align: center; }
        .list-area .media-list.type-1 .pdf-btn-area .pdf-btn + .pdf-btn {
          margin-top: 10px; }
        @media screen and (min-width: 1024px) {
          .list-area .media-list.type-1 .pdf-btn-area .pdf-btn:first-child, .list-area .media-list.type-1 .pdf-btn-area .pdf-btn:nth-child(2) {
            display: inline-block;
            width: calc((100% - 10px)  / 2); } }
        .list-area .media-list.type-1 .pdf-btn-area .pdf-btn:nth-child(2) {
          margin-top: 10px; }
          @media screen and (min-width: 1024px) {
            .list-area .media-list.type-1 .pdf-btn-area .pdf-btn:nth-child(2) {
              margin-top: 0;
              margin-left: 10px; } }
        .list-area .media-list.type-1 .pdf-btn-area .pdf-btn:nth-child(3) {
          margin-top: 10px; }
        .list-area .media-list.type-1 .pdf-btn-area .pdf-btn.full-width {
          width: 100%;
          margin-left: 0; }
          .list-area .media-list.type-1 .pdf-btn-area .pdf-btn.full-width + .full-width {
            margin-top: 10px; }
    @media screen and (max-width: 767px) {
      .list-area .media-list.type-1.xs-left-media .media-area {
        width: 155px;
        float: left; }
      .list-area .media-list.type-1.xs-left-media .content-area {
        padding-top: 0;
        padding-left: calc(155px + 10px); }
        .list-area .media-list.type-1.xs-left-media .content-area .title-area {
          margin-bottom: 6px; }
        .list-area .media-list.type-1.xs-left-media .content-area .desc-area {
          display: none; }
        .list-area .media-list.type-1.xs-left-media .content-area .info-area {
          border-top: 0;
          padding-top: 0; }
          .list-area .media-list.type-1.xs-left-media .content-area .info-area .cat {
            float: none; }
          .list-area .media-list.type-1.xs-left-media .content-area .info-area .date {
            float: none;
            margin-top: 6px; } }
  .list-area .text-list.type-1 .title-area {
    margin: 0;
    font-size: 26px;
    color: #000000;
    line-height: 1.5;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 14px;
    margin-bottom: 28px; }
  .list-area .text-list.type-1 .content-area {
    font-size: 20px;
    line-height: 1.5;
    color: #5A5A5A; }
    .list-area .text-list.type-1 .content-area .btn-area {
      margin-top: 20px;
      text-align: center; }
      .list-area .text-list.type-1 .content-area .btn-area .btn-main1 {
        display: inline-block; }
  .list-area .text-list.type-1 + .text-list {
    margin-top: 30px; }
  .list-area .text-list.type-2 {
    padding: 30px 4px;
    border-bottom: 1px solid #cfcfcf; }
    .list-area .text-list.type-2:first-child {
      border-top: 1px solid #cfcfcf; }
    @media screen and (min-width: 1024px) {
      .list-area .text-list.type-2 .table-box {
        display: table;
        width: 100%; } }
    .list-area .text-list.type-2 .title-area {
      font-size: 26px;
      color: #000000;
      line-height: 1.5; }
      @media screen and (min-width: 1024px) {
        .list-area .text-list.type-2 .title-area {
          display: table-cell;
          vertical-align: top;
          width: 25%;
          padding-right: 25px;
          border-right: 1px solid #cfcfcf; } }
    .list-area .text-list.type-2 .desc-area {
      font-size: 20px;
      line-height: 1.5;
      color: #5A5A5A;
      margin-top: 15px; }
      .list-area .text-list.type-2 .desc-area .sub-title {
        color: #000; }
      .list-area .text-list.type-2 .desc-area .desc-info {
        font-size: 18px; }
        .list-area .text-list.type-2 .desc-area .desc-info .key {
          display: inline-block; }
        .list-area .text-list.type-2 .desc-area .desc-info .value {
          color: #000;
          display: inline-block; }
        .list-area .text-list.type-2 .desc-area .desc-info + .desc-info {
          margin-top: 8px; }
      .list-area .text-list.type-2 .desc-area .donate-record-list {
        border-top: none; }
        .list-area .text-list.type-2 .desc-area .donate-record-list .t-row:last-child .t-cell {
          border-bottom: none; }
        .list-area .text-list.type-2 .desc-area .donate-record-list .t-cell {
          font-size: 16px; }
      @media screen and (min-width: 1024px) {
        .list-area .text-list.type-2 .desc-area {
          display: table-cell;
          vertical-align: top;
          padding: 0 35px;
          margin-top: 0; } }
    .list-area .text-list.type-2 .btn-area {
      margin-top: 30px;
      text-align: center; }
      .list-area .text-list.type-2 .btn-area .more-btn {
        display: inline-block;
        height: 44px;
        padding: 7px 24px; }
      @media screen and (min-width: 1024px) {
        .list-area .text-list.type-2 .btn-area {
          display: table-cell;
          margin-top: 0;
          vertical-align: top;
          width: 125px; } }
  .list-area .text-list.type-3.folding-box {
    padding: 45px 30px; }
  .list-area .text-list.type-3 .title-area {
    font-size: 25px;
    color: #000000;
    line-height: 1.36;
    font-weight: bold; }
  .list-area .text-list.type-3 .desc-area {
    font-size: 17px;
    color: #616161;
    line-height: 1.55;
    margin-top: 6px;
    margin-bottom: 12px; }
  .list-area .text-list.type-3 .info-area {
    border-top: 1px solid #cfcfcf;
    color: #000000;
    font-size: 15px;
    line-height: 1.5;
    padding-top: 20px; }
    .list-area .text-list.type-3 .info-area .table-box {
      display: table;
      width: 100%; }
    .list-area .text-list.type-3 .info-area .left-area {
      display: table-cell;
      vertical-align: top; }
      .list-area .text-list.type-3 .info-area .left-area .info + .info {
        margin-top: 5px; }
    .list-area .text-list.type-3 .info-area .right-area {
      display: table-cell;
      vertical-align: top;
      width: 105px; }
      .list-area .text-list.type-3 .info-area .right-area .btn-main1 {
        height: 45px;
        padding: 7px 15px; }
    .list-area .text-list.type-3 .info-area .bottom-info {
      margin-top: 5px; }
      .list-area .text-list.type-3 .info-area .bottom-info .info + .info {
        margin-top: 5px; }
  .list-area .text-list.type-4 {
    border-bottom: 1px solid #cfcfcf;
    padding: 20px 0; }
    .list-area .text-list.type-4:first-child {
      border-top: 1px solid #cfcfcf; }
    @media screen and (min-width: 768px) {
      .list-area .text-list.type-4 .table-box {
        display: table;
        width: 100%; } }
    @media screen and (min-width: 768px) {
      .list-area .text-list.type-4 .table-box .left-area {
        display: table-cell;
        vertical-align: middle;
        padding-right: 20px; } }
    .list-area .text-list.type-4 .table-box .right-area {
      margin-top: 15px; }
      .list-area .text-list.type-4 .table-box .right-area .date {
        float: left; }
      .list-area .text-list.type-4 .table-box .right-area .btn-area {
        float: right; }
      @media screen and (min-width: 768px) {
        .list-area .text-list.type-4 .table-box .right-area {
          margin-top: 0;
          display: table-cell;
          vertical-align: middle;
          width: 120px; } }
    .list-area .text-list.type-4 .table-box .title-area {
      font-size: 26px;
      color: #000000;
      line-height: 1.6;
      margin-bottom: 2px; }
    .list-area .text-list.type-4 .table-box .date {
      font-size: 18px;
      color: #5A5A5A;
      line-height: 1.6; }
    .list-area .text-list.type-4 .table-box .btn-main1 {
      height: 45px;
      padding: 7px 23px;
      width: 120px; }

#videoModal {
  background-color: rgba(0, 0, 0, 0.5); }
  #videoModal .video-area {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80vw;
    max-width: 1300px; }
  #videoModal .close-btn {
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 37px;
    right: 35px;
    background: transparent url("../img/btn/dialog_close_btn_2x.png") center no-repeat;
    background-size: 26px auto;
    border: 0; }

.folding-box {
  background-color: #F8F8F8;
  padding: 15px 20px;
  border-radius: 30px; }
  @media screen and (min-width: 768px) {
    .folding-box {
      padding: 30px 25px; } }
  @media screen and (min-width: 1024px) {
    .folding-box {
      border-radius: 50px;
      padding: 55px 60px; } }
  .folding-box + .folding-box {
    margin-top: 30px; }
  .folding-box .pink-box-main-title {
    font-size: 26px;
    color: #DC0031;
    margin-bottom: 8px;
    line-height: 1.5;
    font-weight: bold; }
  .folding-box .box-main-title {
    font-size: 26px;
    color: #000000;
    margin-bottom: 8px;
    line-height: 1.5;
    font-weight: bold; }
  .folding-box .donate-no-area {
    position: relative;
    margin-bottom: 25px; }
    @media screen and (min-width: 1024px) {
      .folding-box .donate-no-area {
        margin-bottom: 36px; } }
    .folding-box .donate-no-area .donate-no {
      font-size: 26px;
      color: #000000;
      margin-bottom: 15px;
      line-height: 1.5;
      font-weight: bold; }
    .folding-box .donate-no-area .pay-btn {
      display: block;
      width: 150px;
      height: 45px;
      text-align: center;
      padding: 8px 0px;
      margin-right: auto;
      margin-left: auto;
      margin-top: 15px; }
      @media screen and (min-width: 1024px) {
        .folding-box .donate-no-area .pay-btn {
          margin-top: 0;
          position: absolute;
          top: 0;
          right: 0; } }
  .folding-box .folding-list-area .folding-list {
    padding: 20px 10px;
    border-bottom: 1px solid #cfcfcf;
    position: relative;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .folding-box .folding-list-area .folding-list {
        padding: 30px 25px; } }
    .folding-box .folding-list-area .folding-list:first-child {
      border-top: 1px solid #cfcfcf; }
    .folding-box .folding-list-area .folding-list .top-area {
      display: table;
      width: 100%; }
      .folding-box .folding-list-area .folding-list .top-area .title-area {
        display: table-cell;
        width: calc(100% - 57px);
        vertical-align: top;
        font-size: 20px;
        color: #000000;
        line-height: 1.5;
        padding-right: 15px; }
        @media screen and (min-width: 768px) {
          .folding-box .folding-list-area .folding-list .top-area .title-area {
            font-size: 26px; } }
      .folding-box .folding-list-area .folding-list .top-area .switch-btn-area {
        display: table-cell;
        vertical-align: top;
        width: 31px; }
        @media screen and (min-width: 768px) {
          .folding-box .folding-list-area .folding-list .top-area .switch-btn-area {
            width: 57px; } }
      .folding-box .folding-list-area .folding-list .top-area .switch-btn {
        width: 31px;
        height: 21px;
        border: 1px solid #000;
        border-radius: 19px;
        background: url("../img/btn/qustion_close_2x.png") center no-repeat;
        background-size: 8px auto; }
        @media screen and (min-width: 768px) {
          .folding-box .folding-list-area .folding-list .top-area .switch-btn {
            width: 57px;
            height: 38px;
            background: url("../img/btn/qustion_close_2x.png") center no-repeat;
            background-size: 16px auto; } }
      .folding-box .folding-list-area .folding-list .top-area.has-img .media-area {
        display: table-cell;
        vertical-align: top;
        width: 55px; }
        .folding-box .folding-list-area .folding-list .top-area.has-img .media-area img {
          width: 55px;
          height: auto; }
      .folding-box .folding-list-area .folding-list .top-area.has-img .title-area {
        width: calc(100% - 55px - 57px);
        padding-left: 20px; }
    .folding-box .folding-list-area .folding-list .desc-area {
      display: none;
      font-size: 18px;
      line-height: 2.15;
      color: #414141;
      margin-top: 24px; }
      .folding-box .folding-list-area .folding-list .desc-area .download-btn-area {
        margin-top: 30px;
        text-align: center; }
        .folding-box .folding-list-area .folding-list .desc-area .download-btn-area .download-btn {
          display: inline-block;
          height: 45px;
          border-radius: 23px;
          font-size: 18px;
          padding: 8px 27px;
          color: #000000;
          border: 1px solid #000000; }
          .folding-box .folding-list-area .folding-list .desc-area .download-btn-area .download-btn:hover {
            background-color: #DC0031;
            border: 1px solid #DC0031;
            color: #fff; }
          .folding-box .folding-list-area .folding-list .desc-area .download-btn-area .download-btn + .download-btn {
            margin-top: 10px; }
            @media screen and (min-width: 500px) {
              .folding-box .folding-list-area .folding-list .desc-area .download-btn-area .download-btn + .download-btn {
                margin-top: 0;
                margin-left: 3px; } }
    .folding-box .folding-list-area .folding-list.active {
      background-color: #EFEFEF; }
      .folding-box .folding-list-area .folding-list.active .desc-area {
        display: block; }
      .folding-box .folding-list-area .folding-list.active .switch-btn {
        background: url("../img/btn/qustion_open_2x.png") center no-repeat;
        background-size: 8px auto; }
        @media screen and (min-width: 768px) {
          .folding-box .folding-list-area .folding-list.active .switch-btn {
            background: url("../img/btn/qustion_open_2x.png") center no-repeat;
            background-size: 16px auto; } }
  .folding-box.msystem {
    width: 100%;
    margin: auto;
    max-width: 600px; }

.folding-dropdown-area {
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .folding-dropdown-area {
      margin-bottom: 80px; } }
  .folding-dropdown-area .cat-area {
    margin: 0; }

.main-center-box {
  margin-top: 120px; }

.msystem-logo-area {
  margin-bottom: 20px;
  text-align: center; }
  .msystem-logo-area img {
    width: 278px; }

.folding-box.msystem {
  border-radius: 30px;
  padding: 30px 15px; }
  @media screen and (min-width: 768px) {
    .folding-box.msystem {
      padding: 40px 15px; } }
  @media screen and (min-width: 1024px) {
    .folding-box.msystem {
      border-radius: 50px;
      padding: 55px 60px; } }
  .folding-box.msystem .forget-pw {
    float: right;
    font-size: 15px;
    text-decoration: underline; }
    .folding-box.msystem .forget-pw:hover {
      color: #00BFD5; }
  .folding-box.msystem .msystem-title {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
    color: #000; }

.vcode-area.msystem {
  font-size: 0; }
  @media screen and (min-width: 768px) {
    .vcode-area.msystem input {
      width: calc(100% - 148px - 25px - 20px - 15px); } }
  .vcode-area.msystem .auth_code {
    width: 148px; }
    @media screen and (min-width: 768px) {
      .vcode-area.msystem .auth_code {
        margin: 0 0 0 25px; } }
  .vcode-area.msystem .refresh_img {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 15px;
    vertical-align: middle;
    cursor: pointer;
    background: url("../img/msystem/icon_change_normal_2x.png") center no-repeat;
    background-size: 100%;
    margin-top: 8px; }
    @media screen and (min-width: 768px) {
      .vcode-area.msystem .refresh_img {
        margin-top: 0; } }
    .vcode-area.msystem .refresh_img:hover {
      background: url("../img/msystem/icon_change_hoverl_2x.png") center no-repeat;
      background-size: 100%; }

.msystem-note {
  font-size: 18px;
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 25px;
  margin-bottom: 25px; }

/*# sourceMappingURL=maps/base.css.map */
