body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  word-break: break-word;
  font-size: 16px;
  color: #535353;
  line-height: 1.5;
  font-family: 'Arial','Microsoft JhengHei';
  background-color: #FFF; }

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

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

.color-main-2 {
  color: #FFF; }

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

.color-sub-1 {
  color: #ED6D2A; }

.color-sub-2 {
  color: #BCBE60; }

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px; }
  @media screen and (min-width: 992px) {
    .container {
      padding-right: 15px;
      padding-left: 15px;
      width: 970px; } }
  @media screen and (min-width: 1200px) {
    .container {
      width: 1000px; } }
  @media screen and (min-width: 992px) {
    .container.header-container {
      width: 970px; } }
  @media screen and (min-width: 1200px) {
    .container.header-container {
      width: 1200px; } }
  .container.list-container {
    width: 100%;
    padding: 0; }
    @media screen and (min-width: 992px) {
      .container.list-container {
        padding-right: 15px;
        padding-left: 15px;
        width: 1010px; } }
    @media screen and (min-width: 1200px) {
      .container.list-container {
        width: 1240px; } }
  @media screen and (min-width: 992px) {
    .container.donate-project-container {
      width: 1010px; } }
  @media screen and (min-width: 1200px) {
    .container.donate-project-container {
      width: 1040px; } }
  @media screen and (min-width: 1200px) {
    .container.index-container {
      width: 800px; } }
  .container.small-padding {
    padding-right: 15px;
    padding-left: 15px; }

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; }

.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: 992px) {
    .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; }

header.website .lg-header-area:after, header.website .lg-header-area .top-area:after, .header-nav:after, footer.website .bottom-area:after, .page-area:after, .page-info-area:after, .page-btn-area .share-box:after, .page-bottom-btn-area:after, .search-area .search-box:after, .form-group:after, .form-group .vcode-area:after, .page-search-area:after, .form-area .form-group:after, .list-area .media-list.type-1:after, .list-area .media-list.type-2:after {
  content: '';
  display: block;
  clear: both; }

.article-area iframe, #tinymce iframe {
  max-width: 100%;
  border: 0; }

.article-area img, #tinymce img {
  height: auto;
  max-width: 100%; }

.article-area h3, #tinymce h3 {
  color: #424242;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 10px; }

.article-area h4, #tinymce h4 {
  color: #ED9942;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 10px; }

.article-area h5, #tinymce h5 {
  color: #AFAD69;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 10px; }

.article-area h6, #tinymce h6 {
  color: #BB957B;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 10px; }

.article-area p, #tinymce p {
  color: #535353;
  margin-bottom: 15px; }

.article-area a, #tinymce a {
  color: #ED6D2A; }
  .article-area a:hover, #tinymce a:hover {
    text-decoration: underline; }

.article-area ul, #tinymce ul, .article-area ol, #tinymce ol {
  color: #535353;
  margin-bottom: 10px; }

.article-area ul, #tinymce ul {
  padding: 0;
  list-style: none !important; }
  .article-area ul > li, #tinymce ul > li {
    padding-left: 18px;
    position: relative;
    margin-bottom: 5px; }
    .article-area ul > li:before, #tinymce ul > li:before {
      content: '';
      display: block;
      position: absolute;
      left: 0px;
      top: 8px;
      width: 5px;
      height: 5px;
      background: #ED9942;
      border-radius: 50%; }

.article-area ol, #tinymce ol {
  padding: 0;
  list-style: none !important;
  counter-reset: ol-item; }
  .article-area ol > li, #tinymce ol > li {
    display: block;
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px; }
    .article-area ol > li:before, #tinymce ol > li:before {
      position: absolute;
      text-align: right;
      left: 0;
      top: 0;
      content: counter(ol-item) ".";
      counter-increment: ol-item;
      font-size: 14px;
      line-height: 1.6;
      color: #ED9942;
      font-weight: bold;
      display: inline-block;
      padding-right: 15px;
      min-width: 22px; }

.article-area table, #tinymce table {
  max-width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px; }
  .article-area table tr th, #tinymce table tr th, .article-area table tr td, #tinymce table tr td {
    border: #D9D9D9 solid 1px;
    padding: 15px;
    font-weight: normal;
    text-align: left; }
  .article-area table tr th, #tinymce table tr th {
    background-color: #F8F8F8; }

.breadcrumbs {
  position: relative;
  font-size: 14px;
  line-height: 1;
  background: #FFF;
  margin-left: -20px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .breadcrumbs:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 100%;
    background: url("../img/breadcrumb/path_bg_01.png") center no-repeat;
    background-size: 13px 13px;
    width: 13px;
    height: 13px;
    display: none; }
  .breadcrumbs:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 100%;
    background: url("../img/breadcrumb/path_bg_03.png") center no-repeat;
    background-size: 13px 13px;
    width: 13px;
    height: 13px;
    display: none; }
  .breadcrumbs .slash {
    background: url("../img/breadcrumb/path_slash.png") center no-repeat;
    background-size: 7px 13px;
    width: 7px;
    height: 13px;
    display: inline-block;
    vertical-align: middle; }
  @media screen and (min-width: 768px) {
    .breadcrumbs {
      position: absolute;
      bottom: 100%;
      left: 15px;
      border-top-right-radius: 10px;
      border-top-left-radius: 10px;
      margin-left: 0;
      margin-bottom: 0; }
      .breadcrumbs:before, .breadcrumbs:after {
        display: block; } }
  @media screen and (min-width: 992px) {
    .breadcrumbs {
      left: 15px; } }
  .breadcrumbs a {
    color: #535353;
    padding: 6px 10px; }
    .breadcrumbs a.home {
      background: #ED9942;
      color: #FFF;
      position: relative;
      padding-left: 16px; }
      .breadcrumbs a.home:after {
        content: '';
        position: absolute;
        top: 0;
        left: 100%;
        background: url("../img/breadcrumb/path_bg_02.png") center no-repeat;
        background-size: 12px 26px;
        width: 12px;
        height: 26px; }
      .breadcrumbs a.home + .slash {
        background: transparent; }
    .breadcrumbs a.last {
      padding: 0; }
    .breadcrumbs a span {
      color: #ED9942; }
    @media screen and (min-width: 768px) {
      .breadcrumbs a.home {
        background: url("../img/breadcrumb/button_home_2x.png") #ED9942 top 50% left 16px no-repeat;
        background-size: 14px 14px;
        border-top-left-radius: 10px;
        padding-left: 38px; } }
  .breadcrumbs .path-alert {
    padding: 5px 16px 5px 10px;
    color: #ED9942; }

.page_list {
  text-align: center;
  margin: 8px 0 12px 0;
  position: relative;
  z-index: 1;
  margin-top: 50px;
  /*.arr{
    position: relative;
    width: 28px;
    @media screen and (min-width: $screen_sm_width){
      width: 78px;
    }
    a{
      &:hover{
        background-color: transparent;
        // &:before{
        //   background: url('../img/list/icon_pre_2x_hover.png') no-repeat center;
        //   background-size: 16px; 
        //   z-index: 1;    
        // }
      }
    }
  }
  .arr.left{
    margin-right: 8px; // 15-7
    @media screen and (min-width: $screen_sm_width){
      margin-right: 1px;
    }
  }
  .arr.right{
    margin-left: 10px;
  }*/ }
  .page_list ul {
    margin: 0; }
    .page_list ul li {
      cursor: pointer;
      display: inline-block;
      width: 40px;
      height: 40px; }
      .page_list ul li + li {
        margin-left: 20px; }
      .page_list ul li > span, .page_list ul li > a {
        position: relative;
        background-color: #F2EEE9;
        border: none;
        font-size: 17px;
        font-weight: bold;
        line-height: 1;
        color: #ED9942;
        padding: 12px 0;
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 50% !important; }
        .page_list ul li > span i, .page_list ul li > a i {
          font-size: 18px;
          position: relative;
          bottom: 1px; }
        .page_list ul li > span .page-arrow, .page_list ul li > a .page-arrow {
          width: 15px;
          height: 9px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background: url("../img/button/button_arrow_red_2x.png") center no-repeat;
          background-size: 16px 9px; }
          .page_list ul li > span .page-arrow.left, .page_list ul li > a .page-arrow.left {
            transform: translate(-50%, -50%) rotate(180deg); }
        .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 {
          color: #FFF;
          background-color: #ED9942; }
          .page_list ul li > span.selected .page-arrow, .page_list ul li > span:hover .page-arrow, .page_list ul li > span:focus .page-arrow, .page_list ul li > a.selected .page-arrow, .page_list ul li > a:hover .page-arrow, .page_list ul li > a:focus .page-arrow {
            background: url("../img/button/button_arrow_white_2x.png") center no-repeat;
            background-size: 16px 9px; }

.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: 40px;
  height: 60px;
  display: none;
  background: url("../img/gotop/gotop_lg_2x.png") center no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 3;
  text-align: center;
  font-size: 0;
  position: fixed;
  bottom: 40px;
  left: 100%;
  transform: translateX(-100%);
  z-index: 20; }
  @media screen and (min-width: 768px) {
    #to-top {
      width: 60px;
      height: 90px;
      background: url("../img/gotop/gotop_lg_2x.png") center no-repeat;
      background-size: cover; } }
  @media screen and (min-width: 1200px) {
    #to-top {
      bottom: 60px; } }
  #to-top.bot {
    position: absolute;
    bottom: auto;
    top: -85px; }
    @media screen and (min-width: 768px) {
      #to-top.bot {
        top: -140px; } }

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

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

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

.alert-red {
  color: red; }

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

/*modal*/
.modal {
  background: rgba(0, 0, 0, 0.2); }
  .modal .modal-dialog {
    width: 100%;
    max-height: 700px;
    height: calc(100vh - 20px); }
    @media screen and (min-width: 768px) {
      .modal .modal-dialog {
        width: 605px; } }
    .modal .modal-dialog .modal-content {
      border-radius: 20px;
      padding: 16px 25px; }
      @media screen and (min-width: 768px) {
        .modal .modal-dialog .modal-content {
          padding: 40px; } }
      .modal .modal-dialog .modal-content .modal-header {
        border-bottom: 0;
        padding: 0;
        margin-bottom: 25px; }
      .modal .modal-dialog .modal-content .modal-body {
        padding: 0; }
      .modal .modal-dialog .modal-content .modal-footer {
        border-top: 0;
        padding: 0;
        text-align: center; }
  .modal button.close {
    position: absolute;
    top: -40px;
    right: 15px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    opacity: 1;
    border: 1px solid #F8F8F8; }
    @media screen and (min-width: 992px) {
      .modal button.close {
        top: -32px;
        right: -34px; } }
    .modal button.close span {
      display: block;
      position: absolute;
      height: 2px;
      width: 60%;
      left: 10px;
      background: #F8F8F8;
      cursor: pointer; }
      .modal button.close span:nth-child(1) {
        top: 24px;
        -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        transform: rotate(-40deg);
        transform-origin: center; }
      .modal button.close span:nth-child(2) {
        top: 24px;
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg);
        transform-origin: center; }
  .modal .form-group:last-child, .modal .form-group:only-of-type {
    margin-bottom: 0; }
  .modal.see-video-modal .video-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 880px;
    width: 100%;
    padding: 0 15px; }
    @media screen and (min-width: 992px) {
      .modal.see-video-modal .video-dialog {
        padding: 0; } }
  .modal.see-video-modal button.close {
    top: -55px;
    right: 15px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #F8F8F8; }
    @media screen and (min-width: 992px) {
      .modal.see-video-modal button.close {
        right: -50px; } }
    .modal.see-video-modal button.close span {
      width: 60%;
      left: 10px;
      height: 2px;
      background: #F8F8F8; }
      .modal.see-video-modal button.close span:nth-child(1) {
        top: 24px; }
      .modal.see-video-modal button.close span:nth-child(2) {
        top: 24px; }
  .modal.see-video-modal .video-area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%; }
    .modal.see-video-modal .video-area iframe {
      border-radius: 10px; }
  .modal.bootbox-alert .bootbox-close-button {
    display: none; }

.modal-dialog {
  margin: 0;
  padding: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important; }
  .modal-dialog .sidebar-close-btn-style {
    top: -15px;
    right: -15px; }
    .modal-dialog .sidebar-close-btn-style span {
      background: #535353; }
  .modal-dialog .modal-body {
    max-height: 500px; }
    @media screen and (min-width: 992px) {
      .modal-dialog .modal-body {
        max-height: 610px; } }

.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-2 {
    padding-bottom: 66.66667%; }
  .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;
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }
  .fixed-height.is-sticky .top-area {
    display: block; }

.fixed-height {
  background: #FFF;
  height: 60px; }
  @media screen and (min-width: 1200px) {
    .fixed-height {
      height: 76px; } }
  .fixed-height .container {
    height: 100%; }

header.website {
  width: 100%;
  top: 0;
  left: 0;
  background: white;
  position: relative;
  z-index: 99;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }
  header.website h1 {
    margin: 0; }
  header.website .lg-header-area {
    position: relative;
    height: 100%;
    width: 100%; }
    header.website .lg-header-area .top-area {
      height: 100%; }
      header.website .lg-header-area .top-area .lg-logo-area {
        padding-top: 15px;
        float: left; }
        header.website .lg-header-area .top-area .lg-logo-area img {
          width: 234px; }
      header.website .lg-header-area .top-area .top-right-area {
        float: right;
        display: flex;
        align-items: center;
        height: 100%; }
      header.website .lg-header-area .top-area nav {
        vertical-align: middle; }
      header.website .lg-header-area .top-area .link-btn-area {
        display: flex;
        align-items: center;
        margin-left: 25px; }
        header.website .lg-header-area .top-area .link-btn-area .search-btn {
          background: url("../img/header/button_search_lg_2x.png") center no-repeat;
          background-size: 34px 34px;
          background-color: #BCBE60;
          width: 35px;
          height: 35px;
          border-radius: 50%; }
          header.website .lg-header-area .top-area .link-btn-area .search-btn:hover {
            background-color: #A3A049; }
    header.website .lg-header-area .search-form-area {
      float: right; }
      header.website .lg-header-area .search-form-area .search-area {
        margin-left: 10px;
        width: 180px;
        height: 30px;
        position: relative;
        background: #f6f6f6;
        border: 1px solid #E3E3E3;
        border-radius: 5px;
        display: inline-block;
        vertical-align: middle; }
        @media screen and (min-width: 1200px) {
          header.website .lg-header-area .search-form-area .search-area {
            width: 285px; } }
        header.website .lg-header-area .search-form-area .search-area input {
          background: transparent;
          color: #505050;
          font-size: 13px;
          border: none;
          width: 100%;
          height: 100%;
          padding: 0 40px 0 17px; }
        header.website .lg-header-area .search-form-area .search-area .btn {
          color: transparent;
          overflow: hidden;
          width: 40px; }
        header.website .lg-header-area .search-form-area .search-area input, header.website .lg-header-area .search-form-area .search-area .btn {
          height: 100%; }
        header.website .lg-header-area .search-form-area .search-area .btn {
          position: absolute;
          right: 0;
          top: 0;
          border: none;
          background: url("../img/header/icon_search_2x.png") center right 10px no-repeat;
          background-size: 20px auto; }

.header-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  display: inline-block; }
  .header-nav .header-nav2 {
    display: none;
    padding: 0px;
    list-style: none; }
  .header-nav > li {
    float: left;
    position: relative;
    height: 100%; }
    .header-nav > li + li {
      margin-left: 30px; }
    .header-nav > li > a {
      font-size: 17px;
      color: #424242;
      line-height: 1;
      position: relative;
      height: 100%;
      width: 100%;
      text-align: center;
      display: block;
      padding-top: 37px;
      padding-bottom: 29px; }
    .header-nav > li > a:focus ~ .header-nav2 {
      display: block; }
    .header-nav > li.open .header-nav2 {
      display: block; }
    .header-nav > li.donate {
      display: flex;
      align-items: center; }
      .header-nav > li.donate > a {
        background-color: #ED9942;
        padding: 10px 16px 10px 38px;
        height: auto;
        color: #FFF !important;
        position: relative;
        font-size: 15px;
        margin-top: 28px;
        margin-bottom: 20px; }
        .header-nav > li.donate > a:after {
          content: '';
          position: absolute;
          top: 10px;
          left: 20px;
          background: url("../img/header/button_donate_lg_2x.png") center no-repeat;
          background-size: 15px 15px;
          width: 15px;
          height: 15px;
          transition: all .3s;
          -webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
          -o-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
          transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1); }
      .header-nav > li.donate:hover > a {
        background-color: #ED6D2A;
        color: #fff; }
        .header-nav > li.donate:hover > a:after {
          animation: hover-jump-amime 0.4s forwards; }
    @media screen and (min-width: 1200px) {
      .header-nav > li + li {
        margin-left: 25px; } }
    .header-nav > li.open > a, .header-nav > li:hover > a, .header-nav > li.active > a {
      color: #ED9942; }
    .header-nav > li:hover .header-nav2 {
      display: block; }
  .header-nav .header-nav2 {
    width: 100%;
    position: absolute;
    top: 100%;
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.2);
    left: 0;
    background: #FFF;
    width: 180px;
    top: calc(100%);
    border-top: 5px solid #ED9942;
    padding: 20px;
    border-radius: 0 0 20px 20px;
    /*@media screen and (min-width:$screen_lg_width){
			>li{
				>a{
					font-size: 16px;
					&:after{ 
						left: 15px;
						top: 23px;
					}

				}
			}
		}*/ }
    .header-nav .header-nav2 > li > a {
      position: relative;
      font-size: 15px;
      line-height: 1;
      display: block;
      color: #535353; }
      .header-nav .header-nav2 > li > a:hover, .header-nav .header-nav2 > li > a.active {
        color: #ED9942; }
        .header-nav .header-nav2 > li > a:hover:after, .header-nav .header-nav2 > li > a.active:after {
          display: block; }
    .header-nav .header-nav2 > li + li a {
      margin-top: 25px; }

div.mb-header {
  position: relative;
  z-index: 1000;
  padding-right: 60px;
  height: 100%; }
  div.mb-header .mb-logo-area {
    padding-top: 13px;
    display: inline-block;
    padding-left: 15px; }
    div.mb-header .mb-logo-area img {
      vertical-align: middle;
      width: 160px;
      max-width: 100%;
      height: auto; }
  div.mb-header .button-area {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    align-items: center; }
  div.mb-header a.donate-btn {
    height: 28px;
    background-color: #ED9942;
    color: #fff;
    padding: 6px 10px 6px 24px; }
    div.mb-header a.donate-btn:after {
      content: '';
      position: absolute;
      top: 8px;
      left: 10px;
      background: url("../img/header/button_donate_xs_2x.png") center no-repeat;
      background-size: 12px 12px;
      width: 12px;
      height: 12px; }
    div.mb-header a.donate-btn:hover {
      background-color: #ED6D2A;
      color: #fff; }
  div.mb-header div.xs-menu {
    height: 100%;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    background-size: 100%;
    background-position: 5px 50%;
    padding: 0 22px; }
    div.mb-header div.xs-menu .wrapper-area {
      height: 25px;
      width: 25px;
      border-radius: 50%;
      position: relative;
      margin: 19px 0 0 0; }
    div.mb-header div.xs-menu .icon-wrapper {
      display: inline-block;
      width: 25px;
      height: 22px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      div.mb-header div.xs-menu .icon-wrapper span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #BCBE60;
        border-radius: 2px;
        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: 8px; }
        div.mb-header div.xs-menu .icon-wrapper span:nth-child(3) {
          top: 8px; }
        div.mb-header div.xs-menu .icon-wrapper span:nth-child(4) {
          top: 16px; }
    div.mb-header div.xs-menu.active span:nth-child(1) {
      top: 7px;
      width: 0%;
      left: 50%; }
    div.mb-header div.xs-menu.active span:nth-child(2) {
      -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
      transform: rotate(40deg); }
    div.mb-header div.xs-menu.active span:nth-child(3) {
      -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
      transform: rotate(-40deg); }
    div.mb-header div.xs-menu.active span:nth-child(4) {
      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; }

@keyframes hover-jump-amime {
  0% {
    transform: translateY(0); }
  60% {
    transform: translateY(-30%); }
  100% {
    transform: translateY(0); } }

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

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

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

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

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

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

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

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

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

.sidebar-close-btn-style {
  position: absolute;
  top: 22px;
  right: 24px;
  height: 20px;
  width: 20px; }
  .sidebar-close-btn-style span {
    display: block;
    position: absolute;
    height: 100%;
    width: 2px;
    background: #FFF;
    border-radius: 2px;
    opacity: 1;
    top: 0;
    right: 9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
    .sidebar-close-btn-style span + span {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

div.sidebar-content {
  padding-bottom: 60px;
  position: relative;
  margin-bottom: 25px; }
  div.sidebar-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none; }
    div.sidebar-content ul li a {
      display: block;
      padding: 20px 16px; }
      div.sidebar-content ul li a.active ~ ul {
        display: block; }
    div.sidebar-content ul li.sidebar-search-area {
      padding: 14px 16px; }
      div.sidebar-content ul li.sidebar-search-area .sidebar-search-wrapper {
        position: relative; }
        div.sidebar-content ul li.sidebar-search-area .sidebar-search-wrapper > .search-btn {
          position: absolute;
          top: 11px;
          right: 14px;
          border: 0;
          background: url("../img/header/button_search_xs_2x.png") center no-repeat;
          background-size: 20px 20px;
          width: 20px;
          height: 20px;
          font-size: 0; }
    div.sidebar-content ul.layer-1 > li {
      text-align: center; }
      div.sidebar-content ul.layer-1 > li > a:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
        right: 16px;
        background: url("../img/sidebar/sidebar_arrow_2x.png") center no-repeat;
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
        transition: .5s all; }
      div.sidebar-content ul.layer-1 > li > a.open:after {
        transform: translateY(-50%); }
      div.sidebar-content ul.layer-1 > li > a > span {
        display: inline-block;
        vertical-align: middle; }
        div.sidebar-content ul.layer-1 > li > a > span + span {
          margin-left: 10px; }
    div.sidebar-content ul.layer-2 {
      padding: 17px 0;
      background: #F8F8F8;
      border-top: 1px solid #E7E7E7; }
      div.sidebar-content ul.layer-2 > li {
        position: relative; }
        div.sidebar-content ul.layer-2 > li:not(:first-of-type) {
          border-top: 0 !important; }
        div.sidebar-content ul.layer-2 > li > a {
          padding: 13px 30px;
          position: relative; }
    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 > a {
      font-size: 17px;
      background: #FFF;
      color: #424242;
      position: relative;
      line-height: 1; }
      div.sidebar-content ul.layer-1 > li > a:hover, div.sidebar-content ul.layer-1 > li > a.open {
        background: #F8F8F8; }
    div.sidebar-content ul.layer-1 > li:not(.sidebar-search-area) {
      border-top: 1px solid #E7E7E7; }
    div.sidebar-content ul.layer-2 > li > a:before {
      background: transparent !important; }
    div.sidebar-content ul.layer-2 > li > a {
      font-size: 15px;
      color: #424242;
      position: relative;
      line-height: 1; }
      div.sidebar-content ul.layer-2 > li > a:hover, div.sidebar-content ul.layer-2 > li > a.open {
        color: #ED9942; }
    div.sidebar-content ul.layer-2 > li:not(.sidebar-search-area) {
      border-top: 0 solid; }
    div.sidebar-content ul.layer-2 > li > a:before {
      background: transparent !important; }
    div.sidebar-content ul.layer-3 > li > a {
      font-size: 15px;
      background: #FED796;
      position: relative;
      line-height: 1; }
      div.sidebar-content ul.layer-3 > li > a:hover, div.sidebar-content ul.layer-3 > li > a.open {
        background: #FED796; }
    div.sidebar-content ul.layer-3 > li:not(.sidebar-search-area) {
      border-top: 1px solid #fffad6; }
    div.sidebar-content ul.layer-2 > li > a:before {
      background: transparent !important; }
  div.sidebar-content > ul {
    display: block; }

.sidebar-btn-area {
  text-align: center; }
  .sidebar-btn-area .sidebar-btn {
    width: 30px;
    height: 30px;
    display: inline-block; }
    .sidebar-btn-area .sidebar-btn.yt {
      background: url("../img/header/icon_yt_2x.png") left no-repeat;
      background-size: 30px; }
    .sidebar-btn-area .sidebar-btn.fb {
      background: url("../img/header/icon_fb_2x.png") left no-repeat;
      background-size: 30px; }
    .sidebar-btn-area .sidebar-btn + .sidebar-btn {
      margin-left: 20px; }

/*
=================================================================
(#m02-2fts) FOOTER
=================================================================
*/
footer.website {
  position: relative;
  background-color: #303030; }
  footer.website .footer-logo-area {
    margin-bottom: 40px; }
    footer.website .footer-logo-area > a {
      display: block; }
    footer.website .footer-logo-area .footer-logo {
      width: 234px; }
  footer.website .footer-icon-group {
    position: absolute;
    bottom: calc(100% + 51px);
    right: 50%;
    transform: translateX(50%);
    display: flex; }
    footer.website .footer-icon-group .footer-icon {
      width: 66px;
      height: 66px; }
      footer.website .footer-icon-group .footer-icon + .footer-icon {
        margin-left: 19px; }
      footer.website .footer-icon-group .footer-icon.case {
        background: url("../img/index/topic_icon_case_2x.png") center no-repeat;
        background-size: cover; }
      footer.website .footer-icon-group .footer-icon.group {
        background: url("../img/index/topic_icon_group_2x.png") center no-repeat;
        background-size: cover; }
      footer.website .footer-icon-group .footer-icon.consult {
        background: url("../img/index/topic_icon_consult_2x.png") center no-repeat;
        background-size: cover; }
      footer.website .footer-icon-group .footer-icon.publicize {
        background: url("../img/index/topic_icon_publicize_2x.png") center no-repeat;
        background-size: cover; }
    @media screen and (min-width: 992px) {
      footer.website .footer-icon-group {
        bottom: calc(100% + 40px);
        right: 0;
        transform: none; }
        footer.website .footer-icon-group .footer-icon {
          width: 98px;
          height: 98px; } }
  footer.website .top-area {
    padding: 75px 0 40px; }
    @media screen and (min-width: 992px) {
      footer.website .top-area {
        padding: 75px 0 64px; } }
    footer.website .top-area .footer-outer-box {
      display: block;
      width: 100%;
      margin: auto; }
      @media screen and (min-width: 768px) {
        footer.website .top-area .footer-outer-box {
          display: flex;
          align-items: flex-start;
          flex-wrap: wrap; } }
      @media screen and (min-width: 992px) {
        footer.website .top-area .footer-outer-box {
          flex-wrap: nowrap; } }
    footer.website .top-area .footer-box {
      width: 100%; }
      footer.website .top-area .footer-box + .footer-box {
        margin-top: 30px; }
      footer.website .top-area .footer-box.footer-btn-box {
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        margin-top: 40px;
        text-align: center;
        width: 100%; }
      @media screen and (min-width: 768px) {
        footer.website .top-area .footer-box {
          width: 50%; }
          footer.website .top-area .footer-box + .footer-box:not(.footer-btn-box) {
            margin-top: 0; } }
      @media screen and (min-width: 992px) {
        footer.website .top-area .footer-box {
          width: 100%; }
          footer.website .top-area .footer-box.footer-btn-box {
            width: 215px;
            margin-top: 0; } }
      @media screen and (min-width: 1200px) {
        footer.website .top-area .footer-box {
          flex: 1; }
          footer.website .top-area .footer-box.footer-btn-box {
            width: auto;
            margin-top: 0; } }
      footer.website .top-area .footer-box .info-group-title {
        color: #ED9942;
        font-size: 17px;
        line-height: 1;
        font-weight: bold;
        margin-bottom: 10px; }
      footer.website .top-area .footer-box .info-group {
        color: #FFF;
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 6px;
        display: flex;
        flex-wrap: wrap;
        padding-right: 15px; }
      footer.website .top-area .footer-box .footer-btn-group {
        font-size: 0; }
        footer.website .top-area .footer-box .footer-btn-group + .footer-btn-group {
          margin-top: 25px; }
        footer.website .top-area .footer-box .footer-btn-group .footer-btn {
          display: block;
          width: 215px;
          margin: 0 auto; }
          footer.website .top-area .footer-box .footer-btn-group .footer-btn + .footer-btn {
            margin-top: 15px; }
        footer.website .top-area .footer-box .footer-btn-group .social-link {
          display: inline-block; }
          footer.website .top-area .footer-box .footer-btn-group .social-link + .social-link {
            margin-left: 15px; }
          footer.website .top-area .footer-box .footer-btn-group .social-link.facebook {
            width: 30px;
            height: 30px;
            background: url("../img/footer/button_footer_fb_2x.png");
            background-size: 30px 30px; }
          footer.website .top-area .footer-box .footer-btn-group .social-link.line {
            width: 32px;
            height: 30px;
            background: url("../img/footer/button_footer_line_2x.png");
            background-size: 32px 30px; }
          footer.website .top-area .footer-box .footer-btn-group .social-link.instagram {
            width: 30px;
            height: 30px;
            background: url("../img/footer/button_footer_ig_2x.png");
            background-size: 30px 30px; }
        @media screen and (min-width: 1200px) {
          footer.website .top-area .footer-box .footer-btn-group {
            display: flex;
            justify-content: flex-end; }
            footer.website .top-area .footer-box .footer-btn-group .footer-btn {
              display: inline-block;
              width: 170px; }
              footer.website .top-area .footer-box .footer-btn-group .footer-btn + .footer-btn {
                margin: 0 0 0 30px; } }
  footer.website .bottom-area {
    line-height: 1.5;
    font-size: 15px;
    padding-bottom: 30px; }
    @media screen and (min-width: 992px) {
      footer.website .bottom-area {
        text-align: center;
        padding-bottom: 30px; } }
    footer.website .bottom-area .copyright-area {
      text-align: center;
      display: block;
      color: #FFF;
      float: left;
      opacity: 0.6;
      padding-bottom: 15px;
      margin: auto;
      width: 100%; }
      @media screen and (min-width: 992px) {
        footer.website .bottom-area .copyright-area {
          width: auto;
          margin: 0;
          text-align: left;
          display: inline-block;
          padding-bottom: 0; } }
    footer.website .bottom-area a {
      color: #FFF; }
      footer.website .bottom-area a:hover {
        text-decoration: underline; }
    footer.website .bottom-area .acart-area {
      display: block;
      color: #FFF;
      text-align: center;
      margin: auto;
      opacity: 0.6; }
      @media screen and (min-width: 992px) {
        footer.website .bottom-area .acart-area {
          display: inline-block;
          text-align: right;
          float: right; } }

/*
=================================================================
(#m03mcs) MAIN CONTENT
=================================================================
*/
.btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  width: auto;
  height: 35px;
  padding: 10px 25px;
  border-radius: 32px;
  color: #fff;
  background: #ED9942;
  border: 0;
  position: relative; }
  .btn:hover, .btn:focus, .btn.active {
    background: #ED6D2A;
    color: #fff;
    box-shadow: none; }
  .btn.tag {
    background: #F2EEE9;
    color: #BB957B;
    margin-right: 10px;
    margin-bottom: 10px; }
    .btn.tag:hover, .btn.tag:focus {
      text-decoration: underline; }
  .btn.cat {
    background: #F2EEE9;
    color: #ED9942;
    margin-bottom: 10px; }
    .btn.cat + .btn {
      margin-left: 15px; }
    .btn.cat:hover, .btn.cat:focus, .btn.cat.active {
      background: #ED9942;
      color: #FFF; }
  .btn.long {
    width: 215px; }
  .btn.arrow-white:after {
    content: '';
    position: absolute;
    top: 13px;
    right: 20px;
    background: url("../img/button/button_arrow_white_2x.png") center no-repeat;
    background-size: 16px 10px;
    transition: all .3s;
    width: 16px;
    height: 10px; }
  .btn.arrow-white:hover:after, .btn.arrow-white:focus:after {
    transform: translateX(7px); }
  .btn.arrow-reverse:after {
    top: 13px;
    left: 20px;
    transform: rotate(180deg); }
  .btn.arrow-reverse:hover:after, .btn.arrow-reverse:focus:after {
    transform: rotate(180deg) translateX(7px); }
  .btn.detail-donate-btn {
    width: 230px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .btn.detail-donate-btn + .btn {
      margin-top: 15px; }
    @media screen and (min-width: 768px) {
      .btn.detail-donate-btn + .btn {
        margin-top: 0;
        margin-left: 15px; } }
    @media screen and (min-width: 992px) {
      .btn.detail-donate-btn + .btn {
        margin-left: 35px; } }
    .btn.detail-donate-btn.yellow {
      background: #E7C756; }
    .btn.detail-donate-btn.green {
      background: #BCBE60; }
    .btn.detail-donate-btn.red {
      background: #E58C70; }
    .btn.detail-donate-btn:after {
      top: 23px; }
    .btn.detail-donate-btn .btn-title {
      font-size: 17px;
      font-weight: bold; }
    .btn.detail-donate-btn .btn-note {
      font-size: 12px;
      margin-top: 5px; }

.page-bg-top-box {
  position: absolute;
  top: 10%;
  width: 100vw;
  height: 777px; }
  @media screen and (min-width: 400px) {
    .page-bg-top-box {
      top: 13%; } }
  @media screen and (min-width: 992px) {
    .page-bg-top-box {
      top: 0%; } }
  @media screen and (min-width: 1200px) {
    .page-bg-top-box {
      top: 0%; } }
  .page-bg-top-box .page-bg-content {
    height: 100%;
    width: 100%;
    position: relative; }

#page-container {
  overflow: hidden; }

.page-area {
  position: relative;
  margin-bottom: 123px;
  min-height: 200px; }
  @media screen and (min-width: 768px) {
    .page-area {
      margin-top: 60px; } }
  @media screen and (min-width: 992px) {
    .page-area .main-right-area {
      display: table-cell;
      vertical-align: top;
      width: 100%; } }
  .page-area.no-mb {
    margin-bottom: 0; }

.page-banner-area {
  height: 230px;
  width: 100%;
  position: relative; }
  .page-banner-area.jump-page {
    height: 115px; }
    .page-banner-area.jump-page .banner-img:after {
      display: none; }
  .page-banner-area .banner-img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #F8F8F8;
    width: 100%;
    height: 100%; }
    .page-banner-area .banner-img:before, .page-banner-area .banner-img:after {
      content: '';
      width: 100%;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
    .page-banner-area .banner-img:before {
      top: 0;
      background: url("../img/banner/banner_up_xs.jpg") center no-repeat;
      background-size: 768px 84px;
      height: 84px; }
    .page-banner-area .banner-img:after {
      bottom: 0;
      background: url("../img/banner/banner_down_xs.jpg") center no-repeat;
      background-size: 768px 94px;
      height: 94px; }
    @media screen and (min-width: 768px) {
      .page-banner-area .banner-img:before {
        top: 0;
        background: url("../img/banner/banner_up_lg.jpg") center no-repeat;
        background-size: 1340px 73px;
        height: 73px; }
      .page-banner-area .banner-img:after {
        bottom: 0;
        background: url("../img/banner/banner_down_lg.jpg") center no-repeat;
        background-size: 1340px 92px;
        height: 92px; } }
  .page-banner-area .donate-process-area {
    width: 100%;
    padding-top: 54px; }
    .page-banner-area .donate-process-area .donate-process-group {
      display: flex;
      justify-content: center; }
      .page-banner-area .donate-process-area .donate-process-group .process-step {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        text-align: center; }
        .page-banner-area .donate-process-area .donate-process-group .process-step + .process-step {
          padding-left: 40px; }
          .page-banner-area .donate-process-area .donate-process-group .process-step + .process-step:after {
            content: '';
            position: absolute;
            top: 50%;
            left: 10px;
            transform: translateY(-50%);
            background: url("../img/page/donate/donate_step_arrow_2x.png") no-repeat center;
            background-size: 22px 14px;
            width: 22px;
            height: 14px; }
        .page-banner-area .donate-process-area .donate-process-group .process-step .step-icon {
          font-size: 14px;
          line-height: 1.3;
          color: #FFF;
          background: url("../img/page/donate/donate_step_off_2x.png") no-repeat center;
          background-size: 68px auto;
          width: 68px;
          margin-bottom: 15px;
          padding: 15px 18px 15px 9px; }
          .page-banner-area .donate-process-area .donate-process-group .process-step .step-icon span {
            display: block; }
        .page-banner-area .donate-process-area .donate-process-group .process-step .step-title {
          font-size: 15px;
          line-height: 1;
          color: #535353; }
        .page-banner-area .donate-process-area .donate-process-group .process-step.on .step-icon {
          background: url("../img/page/donate/donate_step_on_2x.png") no-repeat center;
          background-size: 68px auto; }
        .page-banner-area .donate-process-area .donate-process-group .process-step.on .step-title {
          color: #ED9942; }
        @media screen and (min-width: 768px) {
          .page-banner-area .donate-process-area .donate-process-group .process-step + .process-step {
            padding-left: 122px; }
            .page-banner-area .donate-process-area .donate-process-group .process-step + .process-step:after {
              left: 50px; }
          .page-banner-area .donate-process-area .donate-process-group .process-step .step-icon {
            font-size: 16px;
            background-size: 97px auto;
            width: 97px;
            padding: 35px 24px 35px 17px; }
            .page-banner-area .donate-process-area .donate-process-group .process-step .step-icon span {
              width: auto;
              display: inline-block; }
          .page-banner-area .donate-process-area .donate-process-group .process-step .step-title {
            font-size: 16px; }
          .page-banner-area .donate-process-area .donate-process-group .process-step.on .step-icon {
            background-size: 97px auto; } }
  .page-banner-area.detail {
    height: auto; }
    .page-banner-area.detail .page-title-area {
      text-align: left;
      padding-top: 70px;
      padding-bottom: 87px; }
      .page-banner-area.detail .page-title-area .page-ch-title {
        font-size: 24px;
        line-height: 1.3; }
      .page-banner-area.detail .page-title-area .page-date {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 1px;
        color: #ED9942; }
      @media screen and (min-width: 768px) {
        .page-banner-area.detail .page-title-area {
          padding-top: 59px;
          padding-bottom: 78px; }
          .page-banner-area.detail .page-title-area .page-ch-title {
            font-size: 32px; }
          .page-banner-area.detail .page-title-area .page-date {
            font-size: 20px; } }

.page-title-area {
  text-align: center;
  z-index: 5;
  width: 100%;
  padding-top: 60px; }
  .page-title-area .page-title-icon {
    background: url("../img/title/icon_title_2x.png") center no-repeat;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    margin: 0 auto 5px; }
  .page-title-area .page-ch-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #424242;
    margin: 0; }
  .page-title-area .page-eng-title {
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
    color: #ED9942; }
  .page-title-area.jump-page {
    display: none; }
  .page-title-area.index {
    padding-top: 0;
    margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .page-title-area .page-title-icon {
      background: url("../img/title/icon_title_2x.png") center no-repeat;
      background-size: 35px 35px;
      width: 35px;
      height: 35px; }
    .page-title-area .page-ch-title {
      font-size: 32px; }
    .page-title-area.index {
      padding-top: 0;
      margin-bottom: 25px; } }

.detail-page {
  width: 100%; }
  @media screen and (min-width: 992px) {
    .detail-page {
      margin: auto; } }

.page-info-area {
  margin-bottom: 20px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .page-info-area {
      margin-bottom: 30px; } }
  .page-info-area .cate-area {
    font-size: 16px;
    line-height: 1;
    color: #876446;
    margin-right: 12px; }
    .page-info-area .cate-area .cate-icon {
      height: 40px !important; }
    .page-info-area .cate-area span + span {
      margin-left: 12px; }
  .page-info-area .date {
    font-family: 'Arial';
    font-size: 16px;
    display: inline-block;
    color: #876446;
    line-height: 1;
    vertical-align: middle;
    padding: 12px 0; }

.detail-desc-area {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
  color: #535353; }

.article-area, #tinymce {
  overflow: visible;
  margin-bottom: 40px; }

.detail-media-area {
  margin-bottom: 20px;
  position: relative; }
  @media screen and (min-width: 992px) {
    .detail-media-area {
      margin-bottom: 25px; } }
  .detail-media-area .acart-proportion-box {
    border-radius: 10px; }
    .detail-media-area .acart-proportion-box.image-mask {
      -webkit-mask-image: url("../img/page/detail/page_frame_xs_2x.png");
      mask-image: url("../img/page/detail/page_frame_xs_2x.png");
      -webkit-mask-position: center;
      mask-position: center;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-size: contain;
      mask-size: contain; }
    @media screen and (min-width: 768px) {
      .detail-media-area .acart-proportion-box.image-mask {
        -webkit-mask-image: url("../img/page/detail/page_frame_lg.png");
        mask-image: url("../img/page/detail/page_frame_lg.png"); } }
  .detail-media-area .cat-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc((96 / 345) * 100%);
    height: calc((43 / 96) * 54%);
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: #FFF;
    padding: 6% 0 2%;
    text-align: center; }
    .detail-media-area .cat-title.type01 {
      background: url("../img/page/list/label_type01_2x.png") center no-repeat;
      background-size: cover; }
    .detail-media-area .cat-title.type02 {
      background: url("../img/page/list/label_type02_2x.png") center no-repeat;
      background-size: cover; }
    .detail-media-area .cat-title.type03 {
      background: url("../img/page/list/label_type03_2x.png") center no-repeat;
      background-size: cover; }
    .detail-media-area .cat-title.type04 {
      background: url("../img/page/list/label_type04_2x.png") center no-repeat;
      background-size: cover; }
    .detail-media-area .cat-title.type05 {
      background: url("../img/page/list/label_type05_2x.png") center no-repeat;
      background-size: cover; }
    @media screen and (min-width: 400px) {
      .detail-media-area .cat-title {
        font-size: 20px; } }
    @media screen and (min-width: 768px) {
      .detail-media-area .cat-title {
        width: 121px;
        height: 60px;
        padding: 24px 0 8px; } }

.page-btn-area {
  text-align: center; }
  .page-btn-area .share-box {
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding-left: 42px;
    font-size: 0; }
    .page-btn-area .share-box:before {
      content: '';
      width: 22px;
      height: 25px;
      display: inline-block;
      position: absolute;
      top: 6px;
      left: 0;
      background: url("../img/page/detail/icon_share_2x.png");
      background-size: 22px 25px; }
    .page-btn-area .share-box .share-btn {
      width: 35px;
      height: 35px;
      display: inline-block;
      text-indent: -9999999px; }
      .page-btn-area .share-box .share-btn.facebook {
        background: url("../img/page/detail/button_share_fb_2x.png") center no-repeat;
        background-size: 35px; }
        .page-btn-area .share-box .share-btn.facebook:hover {
          background-image: url("../img/page/detail/button_share_fb_hover_2x.png") center no-repeat;
          background-size: 35px; }
      .page-btn-area .share-box .share-btn.line {
        background: url("../img/page/detail/button_share_line_2x.png") center no-repeat;
        background-size: 35px;
        margin-left: 10px; }
        .page-btn-area .share-box .share-btn.line:hover {
          background-image: url("../img/page/detail/button_share_line_hover_2x.png") center no-repeat;
          background-size: 35px; }

.back-btn-area {
  text-align: center; }

.page-bottom-btn-area .search-tag-area {
  width: 100%;
  margin-bottom: 25px; }

.page-bottom-btn-area .page-btn-area {
  text-align: right; }

.page-bottom-btn-area.above {
  margin-top: 50px; }

@media screen and (min-width: 768px) {
  .page-bottom-btn-area .search-tag-area {
    float: left;
    width: calc(100% - 172px);
    margin-bottom: 0; }
  .page-bottom-btn-area .page-btn-area {
    text-align: right;
    float: right; } }

.page-back-btn-area {
  margin-top: 50px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .page-back-btn-area {
      margin-top: 60px; } }

.donate-btn-area {
  padding: 28px 0;
  background: #F8F8F8;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px; }
  @media screen and (min-width: 768px) {
    .donate-btn-area {
      flex-direction: row; } }

.jump-page-box {
  margin-top: 73px;
  text-align: center;
  color: #424242; }
  .jump-page-box .jump-page-title-area {
    margin-bottom: 20px; }
    .jump-page-box .jump-page-title-area h2.jump-page-title {
      margin: 0;
      font-family: 'Microsoft JhengHei';
      font-size: 38px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: 0.05em; }
  .jump-page-box .jump-page-content {
    margin-bottom: 80px; }

.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 {
    box-shadow: none;
    background-color: #FFF;
    border-radius: 10px;
    padding: 20px;
    font-size: 0;
    margin: 0; }
    .gsc-control-cse form.gsc-search-box td {
      padding: 0; }
    .gsc-control-cse form.gsc-search-box input {
      padding: 6px 12px !important;
      box-shadow: none !important;
      border: 1px solid #C7C7C7 !important;
      background-color: #FFF !important;
      border-radius: 10px !important;
      height: 42px !important; }
    .gsc-control-cse form.gsc-search-box .gsc-search-button-v2 {
      font-size: 15px;
      font-weight: bold;
      line-height: 1;
      width: auto;
      height: 35px;
      padding: 10px 25px;
      border-radius: 32px;
      color: #fff;
      background: #ED9942;
      border: 0;
      width: 114px; }
      .gsc-control-cse form.gsc-search-box .gsc-search-button-v2 img {
        max-width: 100%;
        max-height: 100%; }
      .gsc-control-cse form.gsc-search-box .gsc-search-button-v2 svg {
        display: none; }
  .gsc-control-cse .gsc-orderby {
    white-space: nowrap; }
  .gsc-control-cse .gsc-results-wrapper-visible {
    margin-top: 35px;
    border-radius: 10px;
    background-color: #FFF; }
  .gsc-control-cse .gcsc-find-more-on-google-root {
    margin-top: 30px !important; }

.search-area {
  background-color: #FFF;
  border: 1px solid #FFD886;
  border-radius: 10px;
  padding: 20px;
  font-size: 0;
  margin-bottom: 35px; }
  .search-area .search-box {
    width: 100%;
    display: block;
    vertical-align: middle; }
    @media screen and (min-width: 768px) {
      .search-area .search-box {
        display: inline-block;
        width: calc( 100% - 107px - 25px); } }
    .search-area .search-box .search-type {
      display: block;
      width: 100%;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        .search-area .search-box .search-type {
          width: 33%;
          display: inline-block;
          margin-bottom: 0; } }
      @media screen and (min-width: 768px) {
        .search-area .search-box .search-type .form-control {
          width: calc( 100% - 48px); } }
    .search-area .search-box .search-keyword {
      display: block;
      width: 100%;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .search-area .search-box .search-keyword {
          width: calc( 100% - 33% - 25px);
          margin-left: 25px;
          margin-bottom: 0;
          display: inline-block; } }
      @media screen and (min-width: 768px) {
        .search-area .search-box .search-keyword .form-control {
          width: calc( 100% - 66px); } }
    .search-area .search-box .form-label {
      font-size: 16px;
      line-height: 1;
      font-weight: normal;
      display: block; }
      @media screen and (min-width: 768px) {
        .search-area .search-box .form-label {
          display: inline-block; } }
    .search-area .search-box .form-control {
      display: inline-block;
      width: 100%;
      display: block; }
      @media screen and (min-width: 768px) {
        .search-area .search-box .form-control {
          display: inline-block; } }
  .search-area .btn-area {
    width: 100%;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (min-width: 768px) {
      .search-area .btn-area {
        margin-left: 25px;
        width: 107px; } }
    .search-area .btn-area button {
      width: 100%;
      height: 30px;
      border: none;
      border-radius: 5px; }
      @media screen and (min-width: 768px) {
        .search-area .btn-area button {
          width: 107px; } }
      .search-area .btn-area button img {
        max-width: 100%;
        max-height: 100%; }

.cat-area {
  text-align: center;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .cat-area {
      margin-bottom: 40px; } }
  .cat-area.news {
    margin-bottom: 0; }

.customize-dropdown {
  position: relative;
  text-align: left;
  width: 100%;
  color: #ED9942;
  font-size: 15px;
  line-height: 1; }
  .customize-dropdown .dropdown-toggle {
    border-radius: 5px;
    display: block;
    padding: 10px 16px;
    height: 35px;
    text-align: center;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    background: url("../img/page/list/select_on_2x.png") #F2EEE9 right 20px top 50% no-repeat;
    background-size: 18px 11px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative; }
  .customize-dropdown .menu {
    display: none;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%) translateY(4px);
    width: 100%;
    background: #F8F8F8;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
    z-index: 20; }
  .customize-dropdown .item {
    display: block;
    font-size: 15px;
    line-height: 1.5;
    padding: 15px 5px 15px 20px;
    color: #535353; }
    .customize-dropdown .item:focus, .customize-dropdown .item:hover, .customize-dropdown .item.active {
      color: #ED9942; }
  .customize-dropdown.show .menu {
    display: block; }

@media screen and (min-width: 768px) {
  .column-system.two-column.type1 {
    display: table;
    width: 100%; }
    .column-system.two-column.type1 > .column {
      display: table-cell;
      vertical-align: top;
      width: calc(100% - 36%); }
      .column-system.two-column.type1 > .column.static-column {
        width: 36%; } }

@media screen and (min-width: 1200px) {
  .column-system.two-column.type1 {
    display: table;
    width: 100%; }
    .column-system.two-column.type1 > .column {
      display: table-cell;
      vertical-align: top;
      width: calc(100% - 258px); }
      .column-system.two-column.type1 > .column.static-column {
        width: 258px; } }

@media screen and (min-width: 768px) {
  .column-system.two-column.for-search {
    display: table;
    width: 100%; }
    .column-system.two-column.for-search > .column {
      display: table-cell;
      vertical-align: top;
      width: calc(100% - 130px); }
      .column-system.two-column.for-search > .column.static-column {
        width: 130px; } }

@media screen and (min-width: 768px) {
  .column-system.two-column.half {
    display: table;
    width: 100%; }
    .column-system.two-column.half > .column {
      display: table-cell;
      vertical-align: top;
      width: calc(100% - 50%); }
      .column-system.two-column.half > .column.static-column {
        width: 50%; } }

@media screen and (min-width: 768px) {
  .column-system.two-column.type3 {
    display: table;
    width: 100%; }
    .column-system.two-column.type3 > .column {
      display: table-cell;
      vertical-align: top;
      width: calc(100% - 40%); }
      .column-system.two-column.type3 > .column.static-column {
        width: 40%; } }

@media screen and (min-width: 768px) {
  .column-system.two-column.type4 {
    display: table;
    width: 100%; }
    .column-system.two-column.type4 > .column {
      display: table-cell;
      vertical-align: top;
      width: calc(100% - 45%); }
      .column-system.two-column.type4 > .column.static-column {
        width: 45%; } }

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #C7C7C7;
  background-color: #FFF;
  border-radius: 10px; }
  .form-control:not(textarea) {
    height: 42px; }
  .form-control:focus {
    box-shadow: none; }
  .form-control[readonly] {
    background-color: #F2EEE9; }
  .form-control ::-webkit-input-placeholder {
    color: #A5A5A5;
    font-size: 16px; }
  .form-control :-moz-placeholder {
    color: #A5A5A5;
    font-size: 16px; }
  .form-control ::-moz-placeholder {
    color: #A5A5A5;
    font-size: 16px; }
  .form-control :-ms-input-placeholder {
    color: #A5A5A5;
    font-size: 16px; }

.avg-two-column {
  display: table;
  width: 100%;
  table-layout: fixed; }
  @media screen and (min-width: 768px) {
    .avg-two-column .column {
      display: table-cell;
      width: 50%; } }

.control-label {
  font-weight: normal;
  font-size: 15px;
  color: #F8F8F8;
  padding-top: 7px;
  margin-bottom: 0;
  text-align: right;
  padding-right: 5px;
  padding-left: 0; }

.requred-area {
  text-align: right;
  margin-bottom: -20px; }

.form-group {
  margin-bottom: 30px; }
  .form-group .vcode-area > * {
    float: left; }
  .form-group .vcode-area > .vcode_img {
    width: 150px;
    border-radius: 0;
    border: 0;
    padding: 0;
    margin-left: 0; }
  .form-group .vcode-area > input[type=text] {
    width: 100%;
    margin-bottom: 15px; }
  .form-group .vcode-area > #auth_code_audio {
    padding-left: 5px;
    padding-top: 4px; }
  .form-group .vcode-area .refresh_img {
    display: inline-block;
    width: 42px;
    height: 42px;
    padding: 2px;
    margin-left: 15px;
    vertical-align: middle;
    cursor: pointer;
    background: url("../img/button/button_refresh_2x.png") center no-repeat;
    background-size: 100%; }
    .form-group .vcode-area .refresh_img:hover {
      background: url("../img/button/button_refresh_2x.png") center no-repeat;
      background-size: 100%; }
  @media screen and (min-width: 600px) {
    .form-group .vcode-area > input[type=text] {
      width: 305px;
      margin-bottom: 0; }
    .form-group .vcode-area > .vcode_img {
      margin-left: 15px; } }

.row.small-padding {
  margin-left: -12px;
  margin-right: -12px; }
  .row.small-padding > div[class*='col-'] {
    padding: 0 12px; }

.page-search-area {
  display: flex;
  align-items: center; }
  .page-search-area .search-btn {
    width: 114px; }
  .page-search-area .form-control {
    width: calc(100% - 129px);
    margin-right: 15px; }

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

textarea {
  resize: none;
  overflow: auto; }

.form-btn-area {
  margin-top: 60px;
  text-align: center; }

.alert-hint {
  color: red;
  padding-right: 5px; }

.form-area label {
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #424242;
  margin-bottom: 10px; }
  .form-area label.required {
    position: relative;
    padding-right: 7px; }
    .form-area label.required:after {
      content: '*';
      position: absolute;
      top: 0;
      right: 0;
      color: #ED9942; }
  .form-area label.radio-label {
    margin-bottom: 15px; }

@media screen and (min-width: 992px) {
  .form-area .align-right {
    text-align: right;
    padding-right: 0; } }

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

.required {
  color: #FF6A3A;
  font-size: 16px; }

.form-btn {
  margin: auto;
  display: inline-block;
  padding: 5px 17px; }
  @media screen and (min-width: 992px) {
    .form-btn {
      padding: 5px 30px; } }
  .form-btn + .form-btn {
    margin-left: 20px; }
    @media screen and (min-width: 992px) {
      .form-btn + .form-btn {
        margin-left: 30px; } }

.form-title-area {
  margin-bottom: 30px; }
  .form-title-area.center {
    text-align: center; }
  .form-title-area .form-title {
    display: inline-block;
    position: relative;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    color: #424242;
    padding: 0 24px;
    margin: 0; }
    .form-title-area .form-title:before, .form-title-area .form-title:after {
      content: '';
      position: absolute;
      top: 0;
      width: 14px;
      height: 24px; }
    .form-title-area .form-title:before {
      left: 0;
      background: url("../img/title/title_left_2x.png") center no-repeat;
      background-size: 14px 24px; }
    .form-title-area .form-title:after {
      right: 0;
      background: url("../img/title/title_right_2x.png") center no-repeat;
      background-size: 14px 24px; }
  .form-title-area.mlr {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px; }

.form-line {
  margin-top: 5px;
  padding-top: 35px;
  border-top: 1px solid #D9D9D9; }
  .form-line.info {
    margin-top: 35px; }

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

.select2-container {
  height: 50px;
  color: #424242;
  font-size: 14px;
  box-shadow: none;
  padding: 4px 12px; }
  .select2-container .select2-choice {
    border: 5px;
    font-size: 14px;
    width: 100%;
    height: 100%;
    padding: 0;
    background: #fff url("../img/sidebar/sidebar_arrow_2x.png") center no-repeat;
    background-size: 20px auto;
    background-position: top 50% right 0;
    color: #424242; }
    .select2-container .select2-choice > .select2-chosen {
      margin-right: 0;
      padding-right: 8px; }
  .select2-container .select2-arrow {
    opacity: 0;
    font-size: 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 #FFF; }

.select2-drop {
  transform: translate(0px, 2px);
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 10px;
  padding: 10px;
  font-size: 14px; }
  .select2-drop.select2-drop-above {
    transform: translate(0px, -2px);
    border-radius: 10px; }

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

.select2-results .select2-highlighted {
  background: #F8F8F8;
  color: #ED9942; }

.input-btn-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .input-btn-group .btn {
    position: relative;
    margin-top: 10px;
    margin-left: 0; }
    .input-btn-group .btn input[type="file"] {
      position: absolute;
      max-width: 100%;
      max-height: 100%;
      height: 42px;
      opacity: 0;
      left: 0;
      top: 0;
      z-index: 100;
      cursor: pointer; }
    .input-btn-group .btn input[type=file]::-webkit-file-upload-button {
      /* chromes and blink button */
      cursor: pointer; }
    .input-btn-group .btn.same-btn {
      width: 140px; }
  .input-btn-group .form-control {
    width: 100%; }
  @media screen and (min-width: 768px) {
    .input-btn-group .btn {
      margin-top: 0;
      margin-left: 15px;
      width: 80px; }
    .input-btn-group .form-control {
      width: calc(100% - 95px); }
    .input-btn-group.donate .btn {
      width: 140px; }
    .input-btn-group.donate .form-control {
      width: calc(100% - 155px); } }

.form-note {
  font-size: 16px;
  margin-top: 10px; }
  @media screen and (min-width: 768px) {
    .form-note {
      margin-top: 24px; } }

.amount-btn-box {
  display: flex;
  flex-wrap: wrap; }
  .amount-btn-box .btn {
    width: 100%; }
    .amount-btn-box .btn + .btn {
      margin-top: 10px; }
    @media screen and (min-width: 360px) {
      .amount-btn-box .btn {
        width: auto; }
        .amount-btn-box .btn + .btn {
          margin-top: 0;
          margin-left: 15px; } }
  @media screen and (min-width: 768px) {
    .amount-btn-box {
      margin-top: 34px; } }

label.customize-checkbox-style {
  font-size: 16px;
  line-height: 1.5;
  color: #424242;
  font-weight: normal;
  cursor: pointer;
  padding: 1px 0 1px 36px;
  position: relative;
  z-index: 2;
  margin-bottom: 0; }
  label.customize-checkbox-style .checkbox-btn {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    border-radius: 3px;
    border: 1px solid #C7C7C7;
    background-color: #fff; }
  label.customize-checkbox-style input {
    width: 0;
    opacity: 0; }
    label.customize-checkbox-style input:checked ~ .checkbox-btn {
      background: url("../img/button/check_on_2x.png") center no-repeat;
      background-size: 21px auto; }
    label.customize-checkbox-style input:disabled ~ .checkbox-btn {
      background: transparent; }
    label.customize-checkbox-style input.error ~ .checkbox-btn {
      border-color: #DC0031; }
  label.customize-checkbox-style.required {
    padding: 1px 0 1px 43px; }
    label.customize-checkbox-style.required:after {
      top: 0;
      left: 36px;
      right: auto; }

label.customize-radio-style {
  cursor: pointer;
  padding-right: 0 !important;
  padding: 4px 0 4px 38px;
  margin-right: 35px;
  position: relative; }
  label.customize-radio-style input {
    width: 0;
    opacity: 0; }
    label.customize-radio-style input:checked ~ .radio-btn:after {
      background-color: #ED9942; }
    label.customize-radio-style input:disabled ~ .radio-btn {
      background: #ececec; }
    label.customize-radio-style input.error ~ .radio-btn {
      border-color: #DC0031; }
  label.customize-radio-style .radio-btn {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #C7C7C7;
    background-color: #fff; }
    label.customize-radio-style .radio-btn:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background-color: #FFF; }

.form-info-area .info + .info {
  margin-top: 15px; }

.form-info-area .form-info-group {
  margin-top: 15px; }
  @media screen and (min-width: 768px) {
    .form-info-area .form-info-group {
      margin-top: 0; } }

.form-intro-box {
  background: #F8F8F8;
  border-radius: 10px;
  padding: 22px 28px;
  margin-bottom: 30px;
  color: #535353; }
  .form-intro-box .form-intro-title {
    line-height: 1;
    font-weight: bold;
    color: #424242;
    margin-bottom: 10px; }
  .form-intro-box .article-area {
    margin-bottom: 0; }
    .form-intro-box .article-area .subtitie {
      color: #424242;
      font-size: 20px;
      font-weight: bold;
      line-height: 1.3;
      padding-top: 20px;
      margin-top: 0;
      margin-bottom: 10px; }
      .form-intro-box .article-area .subtitie.first {
        padding-top: 0;
        margin-top: 0; }
  .form-intro-box.donate {
    margin-bottom: 10px; }
  .form-intro-box.common-qa {
    margin-bottom: 40px; }
    .form-intro-box.common-qa ul, .form-intro-box.common-qa ol {
      margin-bottom: 0; }
      .form-intro-box.common-qa ul li:last-child, .form-intro-box.common-qa ol li:last-child {
        margin-bottom: 0; }

.home-banner-area {
  position: relative;
  margin-bottom: 60px; }
  @media screen and (min-width: 768px) {
    .home-banner-area {
      margin-bottom: 65px; } }
  .home-banner-area #home-banner-carousel {
    position: relative;
    background: #F8F8F8; }
    @media screen and (min-width: 768px) {
      .home-banner-area #home-banner-carousel .owl-box {
        position: relative;
        overflow: hidden;
        height: 45.83333vw; } }
    @media screen and (min-width: 1200px) {
      .home-banner-area #home-banner-carousel .owl-box {
        width: 100%;
        height: 550px;
        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-dots {
      position: absolute;
      bottom: -36px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 0;
      width: 100%; }
      .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 + .owl-dot {
          margin-left: 9px; }
        .home-banner-area #home-banner-carousel .owl-dots .owl-dot span {
          border-radius: 50%;
          width: 10px;
          height: 10px;
          margin: 6px 6px;
          background-color: #EBE7E2;
          opacity: 0.45; }
        .home-banner-area #home-banner-carousel .owl-dots .owl-dot.active span {
          border-radius: 20px;
          width: 50px;
          opacity: 1; }

.home-intro-box {
  margin-bottom: 35px;
  text-align: center; }

.circle-bg {
  z-index: -1;
  background: #F8F8F8;
  height: 1502px;
  width: 1502px;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translate(-50%);
  border-radius: 50%; }
  .circle-bg.donate-project {
    top: -190px;
    height: 1150px;
    width: 1150px; }
  @media screen and (min-width: 768px) {
    .circle-bg {
      top: -184px;
      left: calc(100% - 751px);
      transform: none;
      height: 1044px;
      width: 1044px; }
      .circle-bg.donate-project {
        top: -147px;
        left: auto;
        right: calc(100% - 522px); } }

.home-about-area {
  margin-bottom: 125px; }
  @media screen and (min-width: 768px) {
    .home-about-area {
      margin-bottom: 90px; } }
  .home-about-area .about-item-wrapper {
    display: flex;
    flex-direction: column; }
    .home-about-area .about-item-wrapper .about-item-group {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .home-about-area .about-item-wrapper .about-item-group + .about-item-group {
        margin-top: 50px; }
    @media screen and (min-width: 768px) {
      .home-about-area .about-item-wrapper {
        flex-direction: column; }
        .home-about-area .about-item-wrapper .about-item-group {
          flex-direction: row;
          justify-content: center; }
          .home-about-area .about-item-wrapper .about-item-group + .about-item-group {
            margin-top: 80px; } }
    @media screen and (min-width: 1200px) {
      .home-about-area .about-item-wrapper {
        flex-direction: row;
        justify-content: center; }
        .home-about-area .about-item-wrapper .about-item-group {
          width: auto;
          justify-content: space-between; }
          .home-about-area .about-item-wrapper .about-item-group + .about-item-group {
            margin-top: 0;
            margin-left: 70px; } }
  .home-about-area .about-item {
    width: 230px;
    transition: transform .3s; }
    .home-about-area .about-item + .about-item {
      margin-top: 50px; }
    .home-about-area .about-item .item-image {
      text-align: center; }
      .home-about-area .about-item .item-image img {
        width: 180px; }
    .home-about-area .about-item .item-content .title {
      font-size: 24px;
      font-weight: bold;
      line-height: 1;
      color: #424242;
      margin-bottom: 15px;
      text-align: center; }
    .home-about-area .about-item .item-content .desc {
      font-size: 15px;
      line-height: 1.5;
      color: #535353;
      margin-bottom: 15px;
      text-align: left; }
    .home-about-area .about-item .item-content .btn {
      padding: 8px 12px;
      height: 39px;
      width: 100%;
      font-weight: normal; }
      .home-about-area .about-item .item-content .btn .strong {
        font-size: 18px;
        font-weight: bold;
        margin: 0 5px; }
    .home-about-area .about-item:hover {
      transform: translateY(-15px); }
      .home-about-area .about-item:hover .item-content .btn {
        background: #ED6D2A; }
    @media screen and (min-width: 768px) {
      .home-about-area .about-item + .about-item {
        margin-top: 0;
        margin-left: 70px; } }
    @media screen and (min-width: 1200px) {
      .home-about-area .about-item + .about-item {
        margin-left: 70px; }
      .home-about-area .about-item.down {
        padding-top: 72px; } }

.home-news-area .list-area .row.type-1 {
  margin: 0 auto;
  max-width: 580px; }
  @media screen and (min-width: 992px) {
    .home-news-area .list-area .row.type-1 {
      max-width: none; } }
  .home-news-area .list-area .row.type-1 [class*='col'] {
    margin-bottom: 20px; }
    @media screen and (min-width: 992px) {
      .home-news-area .list-area .row.type-1 [class*='col'] {
        margin-bottom: 0; } }
    .home-news-area .list-area .row.type-1 [class*='col']:last-child {
      margin-bottom: 0; }

.home-donate-project-area .list-area .row.type-1 [class*='col'] {
  margin-bottom: 40px; }
  .home-donate-project-area .list-area .row.type-1 [class*='col']:last-child {
    margin-bottom: 0; }

.home-donate-project-area .list-area .row .media-list .content-area {
  background: #FFF; }

.home-btn-area {
  text-align: center;
  margin-top: 20px; }
  .home-btn-area.news {
    margin-bottom: 140px; }
  .home-btn-area.donate-project {
    margin-bottom: 150px; }

.support-ido-area {
  padding-bottom: 100%;
  width: 100%;
  position: relative; }
  .support-ido-area .support-img {
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/index/index_donate_pic_xs.png") center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%; }
  .support-ido-area .support-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    text-align: center;
    width: 100%;
    padding: 0 15px; }
    .support-ido-area .support-text .support-title {
      font-size: 30px;
      line-height: 1;
      font-weight: bold;
      margin-bottom: 25px; }
    .support-ido-area .support-text .support-desc {
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 25px; }
  @media screen and (min-width: 768px) {
    .support-ido-area {
      padding-bottom: 0;
      height: 458px; }
      .support-ido-area .support-img {
        background: url("../img/index/index_donate_pic_lg.png") center no-repeat;
        background-size: cover; }
      .support-ido-area .support-text {
        width: 600px; }
        .support-ido-area .support-text .support-title {
          font-size: 32px;
          margin-bottom: 30px; }
        .support-ido-area .support-text .support-desc {
          margin-bottom: 30px; } }

.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; }

@media screen and (min-width: 992px) {
  .main-right-area .list-area {
    min-height: 200px; } }

.list-area {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list-area ul {
    list-style: none;
    padding: 20px;
    margin-bottom: 0; }
  .list-area .date {
    font-family: 'Arial';
    font-size: 15px;
    display: inline-block;
    color: #E78512;
    line-height: 1.5;
    vertical-align: middle; }
  .list-area .title-area {
    font-size: 20px;
    color: #424242;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 5px;
    overflow: hidden; }
  .list-area .desc-area, .list-area .source-area {
    font-size: 15px;
    color: #535353;
    line-height: 1.5;
    margin-bottom: 5px;
    overflow: hidden; }
  .list-area .acart-proportion-box {
    position: relative;
    border-radius: 10px;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .list-area .acart-proportion-box:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border-radius: inherit;
      background: inherit;
      background-size: cover;
      transform: scale(1) translate3d(0, 0, 0);
      -webkit-transform: scale(1) translate3d(0, 0, 0);
      transition: all .5s; }
    .list-area .acart-proportion-box.image-mask {
      -webkit-mask-image: url("../img/page/list/list_frame_2x.png");
      mask-image: url("../img/page/list/list_frame_2x.png");
      -webkit-mask-position: center;
      mask-position: center;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      -webkit-mask-size: contain;
      mask-size: contain; }
  .list-area .row.type-1 [class*='col'] {
    margin-bottom: 45px; }
    @media screen and (min-width: 768px) {
      .list-area .row.type-1 [class*='col'] {
        margin-bottom: 35px; } }
  .list-area .media-list {
    font-size: 0; }
    .list-area .media-list.type-1 {
      position: relative;
      max-width: 580px;
      margin: auto;
      overflow: visible; }
      @media screen and (min-width: 768px) {
        .list-area .media-list.type-1 {
          max-width: none; } }
      .list-area .media-list.type-1 .media-area {
        position: relative;
        width: 100%;
        display: inline-block; }
        .list-area .media-list.type-1 .media-area .cat-title {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 85px;
          height: 43px;
          font-size: 15px;
          font-weight: bold;
          color: #FFF;
          padding: 16px 12px 6px; }
        .list-area .media-list.type-1 .media-area.type01 .cat-title {
          background: url("../img/page/list/label_type01_2x.png") center no-repeat;
          background-size: cover; }
        .list-area .media-list.type-1 .media-area.type02 .cat-title {
          background: url("../img/page/list/label_type02_2x.png") center no-repeat;
          background-size: cover; }
        .list-area .media-list.type-1 .media-area.type03 .cat-title {
          background: url("../img/page/list/label_type03_2x.png") center no-repeat;
          background-size: cover; }
        .list-area .media-list.type-1 .media-area.type04 .cat-title {
          background: url("../img/page/list/label_type04_2x.png") center no-repeat;
          background-size: cover; }
        .list-area .media-list.type-1 .media-area.type05 .cat-title {
          background: url("../img/page/list/label_type05_2x.png") center no-repeat;
          background-size: cover; }
      .list-area .media-list.type-1 .content-area {
        position: relative;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        height: 100%;
        margin-top: 0;
        padding: 15px 10px; }
      .list-area .media-list.type-1 .btn-area {
        text-align: right;
        margin-top: 10px; }
        @media screen and (min-width: 700px) {
          .list-area .media-list.type-1 .btn-area {
            position: absolute;
            right: 0;
            bottom: 0;
            margin-top: 0; } }
        .list-area .media-list.type-1 .btn-area .download-btn {
          width: auto;
          padding: 6px 27px; }
          @media screen and (min-width: 700px) {
            .list-area .media-list.type-1 .btn-area .download-btn {
              padding: 9px 27px; } }
      .list-area .media-list.type-1 > a, .list-area .media-list.type-1 > div {
        display: block;
        border-radius: 10px;
        padding: 20px;
        transition: box-shadow .5s; }
        .list-area .media-list.type-1 > a:hover, .list-area .media-list.type-1 > div:hover {
          box-shadow: 4px 6px 20px rgba(0, 0, 0, 0.25); }
          .list-area .media-list.type-1 > a:hover .acart-proportion-box:before, .list-area .media-list.type-1 > div:hover .acart-proportion-box:before {
            transform: scale(1.15) translate3d(0, 0, 0);
            -webkit-transform: scale(1.15) translate3d(0, 0, 0); }
        @media screen and (min-width: 992px) {
          .list-area .media-list.type-1 > a, .list-area .media-list.type-1 > div {
            padding: 17px; } }
    .list-area .media-list.type-2 {
      position: relative;
      margin: auto;
      border-radius: 15px; }
      @media screen and (min-width: 768px) {
        .list-area .media-list.type-2 {
          max-width: none; } }
      .list-area .media-list.type-2 .media-area {
        width: 100%;
        display: inline-block; }
        .list-area .media-list.type-2 .media-area .acart-proportion-box {
          border-radius: 15px 15px 0 0; }
      .list-area .media-list.type-2 .content-area {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        padding: 50px 17px;
        border-radius: 0 0 15px 15px; }
        .list-area .media-list.type-2 .content-area.watermark:after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          width: 77px;
          height: 101px; }
        .list-area .media-list.type-2 .content-area.watermark:before {
          content: '';
          bottom: 0;
          left: 0;
          position: absolute;
          width: 81px;
          height: 101px; }
        .list-area .media-list.type-2 .content-area.watermark1:after {
          background: url("../img/page/donate_project/donate_watermark_01_2x.png");
          background-size: 77px 101px; }
        .list-area .media-list.type-2 .content-area.watermark1:before {
          background: url("../img/page/donate_project/donate_watermark_02_2x.png");
          background-size: 81px 101px; }
        .list-area .media-list.type-2 .content-area.watermark2:after {
          background: url("../img/page/donate_project/donate_watermark_03_2x.png");
          background-size: 77px 101px; }
        .list-area .media-list.type-2 .content-area.watermark2:before {
          background: url("../img/page/donate_project/donate_watermark_04_2x.png");
          background-size: 81px 101px; }
      .list-area .media-list.type-2 .date-icon {
        position: absolute;
        left: 23px;
        top: -60px;
        background: url("../img/page/donate_project/donate_list_date_2x.png") center no-repeat;
        background-size: 97px 90px;
        width: 97px;
        height: 90px;
        color: #FFF;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 16px 25px 16px 17px;
        z-index: 1; }
        .list-area .media-list.type-2 .date-icon .date-y {
          font-size: 15px;
          line-height: 1;
          font-weight: bold; }
        .list-area .media-list.type-2 .date-icon .date-md {
          border-top: 1px solid #FFF;
          padding-top: 8px;
          margin-top: 8px;
          font-size: 20px;
          line-height: 1;
          font-weight: bold; }
      .list-area .media-list.type-2 .title-area {
        position: relative;
        width: 100%;
        display: inline-block;
        font-size: 22px;
        margin-bottom: 15px;
        z-index: 1; }
      .list-area .media-list.type-2 .desc-area {
        margin-bottom: 35px; }
      .list-area .media-list.type-2 .btn-area {
        text-align: right; }
        .list-area .media-list.type-2 .btn-area .support-btn {
          font-size: 15px;
          line-height: 1;
          font-weight: bold;
          color: #ED882A;
          position: relative;
          display: inline-block;
          padding-right: 30px; }
          .list-area .media-list.type-2 .btn-area .support-btn:after {
            content: '';
            position: absolute;
            top: 2px;
            right: 0;
            background: url("../img/button/button_arrow_red_2x.png") center no-repeat;
            background-size: 15px 9px;
            width: 15px;
            height: 9px;
            transition: all .5s; }
      .list-area .media-list.type-2 > a, .list-area .media-list.type-2 > div {
        display: block;
        border-radius: 15px;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
        transition: box-shadow .5s; }
        @media screen and (min-width: 768px) {
          .list-area .media-list.type-2 > a, .list-area .media-list.type-2 > div {
            display: flex; } }
        .list-area .media-list.type-2 > a:hover, .list-area .media-list.type-2 > div:hover {
          box-shadow: 4px 6px 20px rgba(0, 0, 0, 0.25); }
          .list-area .media-list.type-2 > a:hover .support-btn:after, .list-area .media-list.type-2 > div:hover .support-btn:after {
            transform: translateX(7px); }
          .list-area .media-list.type-2 > a:hover .acart-proportion-box:before, .list-area .media-list.type-2 > div:hover .acart-proportion-box:before {
            transform: scale(1.15) translate3d(0, 0, 0);
            -webkit-transform: scale(1.15) translate3d(0, 0, 0); }
      @media screen and (min-width: 768px) {
        .list-area .media-list.type-2 .media-area {
          width: calc(100% - 330px); }
          .list-area .media-list.type-2 .media-area .acart-proportion-box {
            border-radius: 15px 0 0 15px; }
        .list-area .media-list.type-2 .content-area {
          padding: 50px;
          width: calc(100% - 330px);
          border-radius: 0 15px 15px 0; }
        .list-area .media-list.type-2 .date-icon {
          bottom: auto;
          left: -79px;
          top: 34px; } }
      @media screen and (min-width: 992px) {
        .list-area .media-list.type-2 .media-area {
          width: calc(100% - 360px); }
          .list-area .media-list.type-2 .media-area .acart-proportion-box {
            border-radius: 15px 0 0 15px; }
        .list-area .media-list.type-2 .content-area {
          padding: 50px;
          width: calc(100% - 360px); } }

.text-list-area .text-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.3; }
  .text-list-area .text-list .list-year {
    color: #ED9942;
    margin-right: 20px; }
  .text-list-area .text-list .list-title {
    margin-top: 10px;
    width: 100%; }
  .text-list-area .text-list .list-cat {
    margin-right: 20px; }
  .text-list-area .text-list .list-btn-area {
    margin-left: auto;
    width: 40px; }
    .text-list-area .text-list .list-btn-area .list-btn {
      height: 40px;
      width: 40px;
      background: url("../img/button/button_download_2x.png") center no-repeat;
      background-color: #BCBE60;
      background-size: 40px;
      border-radius: 50%;
      display: block; }
      .text-list-area .text-list .list-btn-area .list-btn:hover {
        background-color: #A3A049; }
  .text-list-area .text-list + .text-list {
    padding-top: 15px;
    margin-top: 25px;
    border-top: 1px solid #D9D9D9; }
  @media screen and (min-width: 768px) {
    .text-list-area .text-list {
      flex-wrap: nowrap; }
      .text-list-area .text-list .list-year {
        margin-right: 30px; }
      .text-list-area .text-list .list-title {
        margin-top: 0;
        margin-right: 40px;
        flex: 1;
        order: 2; }
      .text-list-area .text-list .list-cat {
        order: 3; }
      .text-list-area .text-list .list-btn-area {
        order: 4; }
      .text-list-area .text-list + .text-list {
        margin-top: 15px; } }

.folding-list-area.type-1 .folding-box {
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  transition: background .25s; }
  .folding-list-area.type-1 .folding-box + .folding-box {
    margin-top: 12px; }
  .folding-list-area.type-1 .folding-box .switch-btn-area {
    margin-left: auto;
    width: 20px; }
    .folding-list-area.type-1 .folding-box .switch-btn-area .switch-btn {
      width: 20px;
      height: 20px;
      background: url("../img/button/right_arrow_2x.png") center no-repeat;
      background-size: 20px;
      transform-origin: center;
      transition: transform 0.25s; }
  .folding-list-area.type-1 .folding-box .folding-title {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 1.3;
    color: #424242;
    font-weight: bold;
    cursor: pointer;
    padding: 22px 28px;
    transition: all 0.25s; }
    .folding-list-area.type-1 .folding-box .folding-title .title {
      width: calc(100% - 24px);
      padding-right: 20px; }
    @media screen and (min-width: 768px) {
      .folding-list-area.type-1 .folding-box .folding-title {
        font-size: 21px; } }
  .folding-list-area.type-1 .folding-box .folding-content {
    display: none;
    overflow: hidden;
    padding: 0 28px 22px; }
  .folding-list-area.type-1 .folding-box .article-area {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0; }
    .folding-list-area.type-1 .folding-box .article-area ul, .folding-list-area.type-1 .folding-box .article-area ol {
      margin-bottom: 0; }
  .folding-list-area.type-1 .folding-box.active {
    border-color: #F8F8F8;
    background: #F8F8F8; }
    .folding-list-area.type-1 .folding-box.active .folding-title {
      color: #ED9942; }
    .folding-list-area.type-1 .folding-box.active .switch-btn-area .switch-btn {
      transform: rotate(90deg); }

.folding-list-area.type-2 .folding-box {
  transition: background .25s;
  border-top: 1px solid #D9D9D9;
  padding: 20px 0 10px; }
  .folding-list-area.type-2 .folding-box:last-child {
    border-bottom: 1px solid #D9D9D9; }
  .folding-list-area.type-2 .folding-box .switch-btn-area {
    margin-left: auto;
    width: 20px; }
    .folding-list-area.type-2 .folding-box .switch-btn-area .switch-btn {
      width: 20px;
      height: 20px;
      background: url("../img/page/common_qa/common_qa_close_2x.png") center no-repeat;
      background-size: 20px; }
  .folding-list-area.type-2 .folding-box .folding-title {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 1;
    color: #424242;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.25s;
    padding-bottom: 10px; }
    .folding-list-area.type-2 .folding-box .folding-title .title {
      width: calc(100% - 24px);
      padding-right: 20px; }
  .folding-list-area.type-2 .folding-box .folding-content {
    display: none;
    overflow: hidden;
    padding-bottom: 10px; }
  .folding-list-area.type-2 .folding-box .article-area {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0; }
    .folding-list-area.type-2 .folding-box .article-area ul, .folding-list-area.type-2 .folding-box .article-area ol {
      margin-bottom: 0; }
      .folding-list-area.type-2 .folding-box .article-area ul li:last-child, .folding-list-area.type-2 .folding-box .article-area ol li:last-child {
        margin-bottom: 0; }
  .folding-list-area.type-2 .folding-box.active .switch-btn-area .switch-btn {
    background: url("../img/page/common_qa/common_qa_open_2x.png") center no-repeat;
    background-size: 20px; }

.text-brackets {
  position: relative;
  margin-bottom: 8px;
  display: inline-block;
  padding: 0 14px; }
  .text-brackets:before, .text-brackets:after {
    content: '';
    position: absolute;
    background: url("../img/fixedpage/origin/origin_brackets_02.png") center no-repeat;
    background-size: 6px 25px;
    height: 25px;
    width: 6px;
    top: -2px; }
  .text-brackets:before {
    left: 0; }
  .text-brackets:after {
    right: 0;
    transform: rotate(180deg); }
  .text-brackets.big:before, .text-brackets.big:after {
    background: url("../img/fixedpage/origin/origin_brackets_01.png") center no-repeat;
    background-size: 6px 50px;
    height: 50px;
    width: 6px; }
  .text-brackets.organization:before, .text-brackets.organization:after {
    background: url("../img/fixedpage/organization/organization_brackets.png") center no-repeat;
    background-size: 6px 50px;
    height: 50px;
    width: 6px; }
  .text-brackets.big-sm .two-line {
    display: none; }
  @media screen and (min-width: 768px) {
    .text-brackets {
      margin-bottom: 15px; }
      .text-brackets.big-sm:before, .text-brackets.big-sm:after {
        background: url("../img/fixedpage/origin/origin_brackets_01.png") center no-repeat;
        background-size: 6px 50px;
        height: 50px;
        width: 6px; }
      .text-brackets.big-sm .one-line {
        display: none; }
      .text-brackets.big-sm .two-line {
        display: block; } }
  @media screen and (min-width: 900px) {
    .text-brackets.big-sm:before, .text-brackets.big-sm:after {
      background: url("../img/fixedpage/origin/origin_brackets_02.png") center no-repeat;
      background-size: 6px 25px;
      height: 25px;
      width: 6px; }
    .text-brackets.big-sm .one-line {
      display: block; }
    .text-brackets.big-sm .two-line {
      display: none; } }

.photo-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 500px;
  margin: 0 auto 55px;
  column-gap: 29px;
  padding: 0 15px; }
  @media screen and (min-width: 768px) {
    .photo-group {
      column-gap: 57px;
      max-width: 1001px; } }
  .photo-group .photo-item {
    flex: 1 1 auto;
    position: relative;
    max-width: 200px;
    width: calc(50% - 29px);
    margin-bottom: 35px; }
    .photo-group .photo-item .img-area {
      position: relative; }
      .photo-group .photo-item .img-area img {
        max-width: 100%; }
      .photo-group .photo-item .img-area .name-label {
        font-size: 14px;
        line-height: 1;
        color: #FFF;
        font-weight: bold;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 44%;
        height: calc((84 / 168) * 44%);
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 6px; }
        .photo-group .photo-item .img-area .name-label.orange {
          background: url("../img/fixedpage/organization/organization_label_01_2x.png") center no-repeat;
          background-size: cover; }
        .photo-group .photo-item .img-area .name-label.green {
          background: url("../img/fixedpage/organization/organization_label_02_2x.png") center no-repeat;
          background-size: cover; }
    @media screen and (min-width: 768px) {
      .photo-group .photo-item {
        width: 25%;
        max-width: 200px; }
        .photo-group .photo-item .img-area .name-label {
          font-size: 16px; } }

.origin-page .origin-intro-box {
  position: relative;
  overflow: hidden;
  text-align: center; }
  .origin-page .origin-intro-box:before {
    content: '';
    width: 500px;
    height: 100px;
    background: #FFF3D4;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100px;
    z-index: -1; }
  .origin-page .origin-intro-box.right {
    padding-bottom: 60px; }
    .origin-page .origin-intro-box.right:before {
      background: #FFF3D4;
      transform: translate(-92%, -7%); }
    .origin-page .origin-intro-box.right .content-area {
      margin-top: -10px; }
  .origin-page .origin-intro-box.left {
    padding-bottom: 110px; }
    .origin-page .origin-intro-box.left:before {
      background: #F3E9E2;
      transform: translate(-15%, 84%); }
  @media screen and (min-width: 768px) {
    .origin-page .origin-intro-box:before {
      width: 500px;
      height: 170px; }
    .origin-page .origin-intro-box.right {
      padding-bottom: 12px; }
      .origin-page .origin-intro-box.right:before {
        transform: translate(-83%, -39%); }
      .origin-page .origin-intro-box.right .content-area {
        padding-right: 35px;
        order: 1; }
      .origin-page .origin-intro-box.right .media-area {
        order: 2; }
    .origin-page .origin-intro-box.left:before {
      transform: translate(-17%, -53%); }
    .origin-page .origin-intro-box.left .content-area {
      padding-left: 35px; } }
  @media screen and (min-width: 992px) {
    .origin-page .origin-intro-box:before {
      width: 500px;
      height: 170px; }
    .origin-page .origin-intro-box.right {
      padding-bottom: 12px; }
      .origin-page .origin-intro-box.right:before {
        transform: translate(-83%, -39%); }
      .origin-page .origin-intro-box.right .content-area {
        padding-right: 35px; }
    .origin-page .origin-intro-box.left:before {
      transform: translate(-17%, -53%); }
    .origin-page .origin-intro-box.left .content-area {
      padding-left: 35px; } }

.origin-page .origin-intro-wrapper {
  display: inline-block;
  margin: 0 auto; }
  .origin-page .origin-intro-wrapper .content-area {
    width: 100%;
    max-width: 500px;
    text-align: left; }
    .origin-page .origin-intro-wrapper .content-area .title {
      font-size: 24px;
      line-height: 1.3;
      font-weight: bold;
      margin-bottom: 8px;
      color: #424242; }
  .origin-page .origin-intro-wrapper .media-area {
    max-width: 345px;
    width: 100%;
    margin: 0 auto; }
    .origin-page .origin-intro-wrapper .media-area img {
      max-width: 100%; }
  @media screen and (min-width: 768px) {
    .origin-page .origin-intro-wrapper {
      display: flex;
      align-items: center;
      margin: 0; }
      .origin-page .origin-intro-wrapper .content-area {
        flex: 1 1 auto;
        max-width: 50%; }
        .origin-page .origin-intro-wrapper .content-area .title {
          font-size: 28px;
          line-height: 32.5px;
          margin-bottom: 10px; }
      .origin-page .origin-intro-wrapper .media-area {
        flex: 1 1 auto;
        max-width: 50%; } }
  @media screen and (min-width: 992px) {
    .origin-page .origin-intro-wrapper .content-area {
      flex: 1 1 auto;
      max-width: 445px; }
    .origin-page .origin-intro-wrapper .media-area {
      flex: 1 1 auto;
      max-width: 524px; } }

.origin-page .our-works-box {
  background: url("../img/fixedpage/origin/origin_bg_xs.jpg") center no-repeat;
  background-size: cover;
  height: 750px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .origin-page .our-works-box {
      background: url("../img/fixedpage/origin/origin_bg_lg.jpg") center no-repeat;
      background-size: cover;
      height: 600px; } }
  .origin-page .our-works-box .our-works-content .page-title-area {
    padding-top: 0;
    margin-bottom: 57px; }
    .origin-page .our-works-box .our-works-content .page-title-area .page-ch-title {
      color: #FFF; }
  @media screen and (min-width: 768px) {
    .origin-page .our-works-box .our-works-content .works-box {
      display: flex; } }
  .origin-page .our-works-box .our-works-content .works-box .works-item {
    flex: 1 1 auto;
    max-width: 300px;
    width: 100%;
    color: #262626;
    background: rgba(248, 248, 248, 0.85);
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding-top: 44px;
    height: 145px; }
    .origin-page .our-works-box .our-works-content .works-box .works-item + .works-item {
      margin-top: 40px;
      padding-top: 56px; }
    @media screen and (min-width: 768px) {
      .origin-page .our-works-box .our-works-content .works-box .works-item {
        font-size: 19px;
        line-height: 24px;
        margin: 0;
        padding: 75px 12px 38px;
        height: auto; }
        .origin-page .our-works-box .our-works-content .works-box .works-item + .works-item {
          margin-top: 0;
          margin-left: 30px;
          padding-top: 75px; } }
    @media screen and (min-width: 992px) {
      .origin-page .our-works-box .our-works-content .works-box .works-item {
        padding: 75px 15px 38px; }
        .origin-page .our-works-box .our-works-content .works-box .works-item + .works-item {
          margin-left: 35px; } }
  .origin-page .our-works-box .our-works-content .works-box .works-label {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 94px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 25px;
    color: #FFF;
    font-weight: bold;
    padding-top: 8px; }
    .origin-page .our-works-box .our-works-content .works-box .works-label.yellow {
      background: url("../img/fixedpage/origin/origin_label_01_2x.png") center no-repeat;
      background-size: cover; }
    .origin-page .our-works-box .our-works-content .works-box .works-label.green {
      background: url("../img/fixedpage/origin/origin_label_02_2x.png") center no-repeat;
      background-size: cover; }
    .origin-page .our-works-box .our-works-content .works-box .works-label.red {
      background: url("../img/fixedpage/origin/origin_label_03_2x.png") center no-repeat;
      background-size: cover; }
    @media screen and (min-width: 768px) {
      .origin-page .our-works-box .our-works-content .works-box .works-label {
        font-size: 25px;
        width: 127px;
        height: 64px; } }

.origin-page .ido-mascot-box {
  overflow: hidden;
  position: relative;
  padding-bottom: 123px; }
  @media screen and (min-width: 768px) {
    .origin-page .ido-mascot-box {
      padding-bottom: 183px; } }
  @media screen and (min-width: 1200px) {
    .origin-page .ido-mascot-box {
      padding-bottom: 123px; } }
  .origin-page .ido-mascot-box .page-title-area {
    padding-top: 140px;
    padding-bottom: 35px; }
    @media screen and (min-width: 768px) {
      .origin-page .ido-mascot-box .page-title-area {
        padding-top: 90px;
        padding-bottom: 96px; } }
  .origin-page .ido-mascot-box .container {
    width: 100%; }
    @media screen and (min-width: 992px) {
      .origin-page .ido-mascot-box .container {
        width: 970px; } }
    @media screen and (min-width: 1200px) {
      .origin-page .ido-mascot-box .container {
        width: 1074px; } }
  .origin-page .ido-mascot-box .gray-circle-bg {
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    width: 1818px;
    height: 1818px;
    border-radius: 50%;
    background: #F8F8F8;
    z-index: -1; }
    @media screen and (min-width: 768px) {
      .origin-page .ido-mascot-box .gray-circle-bg {
        width: 1044px;
        height: 1044px;
        bottom: 86px; } }
    @media screen and (min-width: 1200px) {
      .origin-page .ido-mascot-box .gray-circle-bg {
        bottom: -166px; } }
  .origin-page .ido-mascot-box .mascot-content-area .mascot-box {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 32px; }
    .origin-page .ido-mascot-box .mascot-content-area .mascot-box .mascot-item {
      flex: 1 1 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      text-align: center;
      overflow: hidden; }
      .origin-page .ido-mascot-box .mascot-content-area .mascot-box .mascot-item + .mascot-item {
        margin-top: 80px; }
      .origin-page .ido-mascot-box .mascot-content-area .mascot-box .mascot-item .media-area {
        width: 100%;
        margin-bottom: 15px; }
        .origin-page .ido-mascot-box .mascot-content-area .mascot-box .mascot-item .media-area img {
          max-width: 100%; }
      .origin-page .ido-mascot-box .mascot-content-area .mascot-box .mascot-item .content-area {
        max-width: 290px; }
        .origin-page .ido-mascot-box .mascot-content-area .mascot-box .mascot-item .content-area .content-inner {
          padding: 0 30px 16px;
          position: relative; }
          .origin-page .ido-mascot-box .mascot-content-area .mascot-box .mascot-item .content-area .content-inner:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            background: url("../img/fixedpage/origin/mascot_line_01.png") left no-repeat;
            background-size: 290px 45px;
            width: 290px;
            height: 45px; }
        .origin-page .ido-mascot-box .mascot-content-area .mascot-box .mascot-item .content-area .mascot-label {
          font-size: 16px;
          line-height: 1;
          padding: 6px 12px;
          margin-bottom: 12px;
          background: #ED9942;
          border-radius: 15px;
          display: inline-block;
          color: #FFF; }
        .origin-page .ido-mascot-box .mascot-content-area .mascot-box .mascot-item .content-area .title {
          font-size: 28px;
          line-height: 1;
          color: #424242;
          font-weight: bold;
          margin-bottom: 12px; }
        .origin-page .ido-mascot-box .mascot-content-area .mascot-box .mascot-item .content-area .info {
          text-align: left; }
      .origin-page .ido-mascot-box .mascot-content-area .mascot-box .mascot-item.mascot-01 .media-area {
        max-width: 160px; }
      .origin-page .ido-mascot-box .mascot-content-area .mascot-box .mascot-item.mascot-02 .media-area {
        max-width: 196px; }
      .origin-page .ido-mascot-box .mascot-content-area .mascot-box .mascot-item.mascot-02 .content-inner:before {
        background: url("../img/fixedpage/origin/mascot_line_02.png") left no-repeat;
        background-size: 290px 45px;
        left: auto;
        right: 0; }
      .origin-page .ido-mascot-box .mascot-content-area .mascot-box .mascot-item.mascot-03 .media-area {
        max-width: 169px; }
      @media screen and (min-width: 768px) {
        .origin-page .ido-mascot-box .mascot-content-area .mascot-box .mascot-item {
          flex-direction: row;
          text-align: left; }
          .origin-page .ido-mascot-box .mascot-content-area .mascot-box .mascot-item .media-area {
            margin-bottom: 0; }
          .origin-page .ido-mascot-box .mascot-content-area .mascot-box .mascot-item.mascot-01 {
            width: 100%; }
          .origin-page .ido-mascot-box .mascot-content-area .mascot-box .mascot-item.mascot-02 .content-area {
            margin-right: 30px; }
          .origin-page .ido-mascot-box .mascot-content-area .mascot-box .mascot-item.mascot-03 {
            margin-top: 45px; }
          .origin-page .ido-mascot-box .mascot-content-area .mascot-box .mascot-item.left .content-area {
            margin-left: 30px; }
          .origin-page .ido-mascot-box .mascot-content-area .mascot-box .mascot-item.right .media-area {
            order: 2; }
          .origin-page .ido-mascot-box .mascot-content-area .mascot-box .mascot-item.right .content-area {
            order: 1; } }
      @media screen and (min-width: 1200px) {
        .origin-page .ido-mascot-box .mascot-content-area .mascot-box .mascot-item + .mascot-item {
          margin-top: 0; }
        .origin-page .ido-mascot-box .mascot-content-area .mascot-box .mascot-item.mascot-01 {
          width: 100%;
          margin-bottom: 66px;
          margin-left: 250px; }
          .origin-page .ido-mascot-box .mascot-content-area .mascot-box .mascot-item.mascot-01 .media-area {
            top: 50%; }
        .origin-page .ido-mascot-box .mascot-content-area .mascot-box .mascot-item.mascot-02 {
          align-items: flex-end;
          justify-content: flex-end;
          width: auto; }
          .origin-page .ido-mascot-box .mascot-content-area .mascot-box .mascot-item.mascot-02 .media-area {
            margin-bottom: 121px;
            margin-left: -72px; }
          .origin-page .ido-mascot-box .mascot-content-area .mascot-box .mascot-item.mascot-02 .content-area {
            margin-right: 0; }
        .origin-page .ido-mascot-box .mascot-content-area .mascot-box .mascot-item.mascot-03 {
          justify-content: flex-end;
          margin-top: 0;
          margin-left: 0;
          margin-right: -20px;
          width: auto; }
        .origin-page .ido-mascot-box .mascot-content-area .mascot-box .mascot-item.left .content-area {
          margin-left: 30px; } }

.organization-page {
  position: relative;
  overflow: hidden;
  padding-bottom: 123px; }
  @media screen and (min-width: 768px) {
    .organization-page {
      padding-bottom: 183px; } }
  @media screen and (min-width: 992px) {
    .organization-page {
      padding-bottom: 123px; } }
  .organization-page .gray-circle-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -122%);
    background: #F8F8F8;
    width: 1044px;
    height: 1044px;
    border-radius: 50%; }
    @media screen and (min-width: 768px) {
      .organization-page .gray-circle-bg {
        transform: translate(-25%, -108%); } }
  .organization-page .chairman-box {
    margin-bottom: 95px; }
    @media screen and (min-width: 768px) {
      .organization-page .chairman-box {
        margin-bottom: 90px; } }
    .organization-page .chairman-box .chairman-content-area {
      display: flex;
      flex-direction: column;
      align-items: center; }
      @media screen and (min-width: 768px) {
        .organization-page .chairman-box .chairman-content-area {
          flex-direction: row;
          justify-content: center; } }
      .organization-page .chairman-box .chairman-content-area .character-area {
        flex: 1 1 auto;
        text-align: center;
        max-width: 370px; }
        .organization-page .chairman-box .chairman-content-area .character-area .img-area {
          position: relative; }
          .organization-page .chairman-box .chairman-content-area .character-area .img-area img {
            max-width: 100%; }
        .organization-page .chairman-box .chairman-content-area .character-area .name-label {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 44%;
          height: calc((136 / 272) * 44%);
          font-size: 26px;
          line-height: 30px;
          color: #FFF;
          font-weight: bold;
          background: url("../img/fixedpage/organization/chairman_label_2x.png") center no-repeat;
          background-size: cover;
          display: flex;
          justify-content: center;
          align-items: center;
          padding-top: 16px; }
        .organization-page .chairman-box .chairman-content-area .character-area .text-brackets {
          max-width: 316px;
          margin-top: 17px;
          margin-bottom: 32px;
          text-align: left; }
        @media screen and (min-width: 768px) {
          .organization-page .chairman-box .chairman-content-area .character-area .name-label {
            font-size: 30px; }
          .organization-page .chairman-box .chairman-content-area .character-area .text-brackets {
            margin-top: 17px;
            margin-bottom: 8px;
            text-align: left; } }
      .organization-page .chairman-box .chairman-content-area .info-area {
        flex: 1 1 auto;
        max-width: 500px;
        width: 100%; }
        .organization-page .chairman-box .chairman-content-area .info-area .info-group + .info-group {
          margin-top: 15px; }
        .organization-page .chairman-box .chairman-content-area .info-area .info-group .title {
          line-height: 1;
          font-weight: bold;
          margin-bottom: 5px; }
        @media screen and (min-width: 768px) {
          .organization-page .chairman-box .chairman-content-area .info-area {
            margin-left: 50px; } }
  .organization-page .organization-diagram-box .page-title-area {
    padding-top: 0;
    margin-bottom: 35px; }
  .organization-page .organization-diagram-box .organization-diagram-area {
    text-align: center; }
    .organization-page .organization-diagram-box .organization-diagram-area img {
      max-width: 400px;
      width: 100%;
      margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .organization-page .organization-diagram-box .organization-diagram-area img {
        max-width: 964px; } }
  .organization-page .organization-diagram-box .page-bottom-btn-area {
    margin-top: 50px; }

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