body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  word-break: break-word;
  font-size: 17px;
  color: #29292B;
  line-height: 1.5;
  font-family: 'Arial','Noto Sans TC';
  background-color: #FFF9F0;
}

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

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

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

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

.color-sub-3 {
  color: #FE966E;
}

.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: 1200px;
  }
}
@media screen and (min-width: 992px) {
  .container.art-container {
    padding: 0;
    width: 900px;
  }
}

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

.lucky-draw-form-area .lucky-draw-group:after, .share-btn-box:after, .interact-result-list .t-row:after, .list-area .media-list.type-3:after, .list-area .media-list.type-1:after, .form-area .form-group:after, .page-search-area:after, .form-group .vcode-area:after, .form-group:after, .search-area .search-box:after, .page-btn-area .share-box:after, .page-info-area:after, .page-area:after, footer.website .bottom-area:after, .header-nav:after, header.website .lg-header-area .top-area:after, header.website .lg-header-area:after {
  content: "";
  display: block;
  clear: both;
}

.article-area, #tinymce {
  font-size: 17px;
  line-height: 1.6;
}
.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: #573B23;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 15px;
}
.article-area h4, #tinymce h4 {
  color: #EB8D00;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 15px;
}
.article-area h5, #tinymce h5 {
  color: #F23A00;
  font-size: 17px;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 15px;
}
.article-area h6, #tinymce h6 {
  color: #FEE5D1;
  font-size: 17px;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 15px;
}
.article-area p, #tinymce p {
  color: #573B23;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.article-area a, #tinymce a {
  color: #351E63;
  font-size: 17px;
  line-height: 1.6;
}
.article-area a:hover, #tinymce a:hover {
  text-decoration: underline;
}
.article-area ul, #tinymce ul {
  padding: 0;
  list-style: none !important;
}
.article-area ul > li, #tinymce ul > li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 5px;
}
.article-area ul > li:before, #tinymce ul > li:before {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #77C8AB;
  left: 0px;
  top: 5px;
}
.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: 30px;
  position: relative;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.6;
  color: #29292B;
}
.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: 17px;
  line-height: 1.6;
  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: #C59D78 solid 1px;
  font-size: 17px;
  padding: 10px;
  font-weight: normal;
  text-align: left;
}
.article-area table tr th, #tinymce table tr th {
  background-color: #FEDDA7;
}

.breadcrumbs {
  font-size: 14px;
  margin-bottom: 25px;
  line-height: 1;
  text-align: right;
  font-family: "Microsoft JhengHei";
}
@media screen and (min-width: 992px) {
  .breadcrumbs {
    margin-bottom: 35px;
  }
}
.breadcrumbs a {
  color: #29292B;
  margin-right: 8px;
}
.breadcrumbs a span {
  color: #FF7F4D;
}
.breadcrumbs span {
  margin-right: 8px;
}
.breadcrumbs i {
  color: #29292B;
  font-size: 16px;
  margin-right: 10px;
}

.page_list {
  text-align: center;
  margin: 8px 0 12px 0;
  position: relative;
  z-index: 1;
  /*.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;
  }*/
}
@media screen and (min-width: 992px) {
  .page_list {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .page_list {
    margin-top: 60px;
  }
}
.page_list ul {
  margin: 0;
}
.page_list ul li {
  cursor: pointer;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.page_list ul li + li {
  margin-left: 10px;
}
.page_list ul li > span, .page_list ul li > a {
  position: relative;
  background-color: #FDF8EE;
  border: none;
  font-size: 17px;
  line-height: 1;
  color: #876446;
  padding: 7px 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.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: #FDF8EE;
}

.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: 40px;
  display: none;
  background: url("../img/footer/gotop_2x.png") center no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 3;
  text-align: center;
  font-size: 0;
  position: fixed;
  bottom: 40px;
  left: calc(100% - 15px);
  transform: translateX(-100%);
  z-index: 99;
}
@media screen and (min-width: 768px) {
  #to-top {
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  #to-top {
    bottom: 40px;
  }
}
#to-top.bot {
  position: absolute;
  bottom: auto;
  top: -110px;
}
@media screen and (min-width: 500px) {
  #to-top.bot {
    top: -120px;
  }
}
@media screen and (min-width: 768px) {
  #to-top.bot {
    top: -150px;
  }
}
@media screen and (min-width: 1200px) {
  #to-top.bot {
    top: -220px;
  }
}

.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#info_myModal .modal-dialog {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .modal#info_myModal .modal-dialog {
    width: 900px;
  }
}
.modal.bootbox-alert .btn {
  display: none;
}
.modal.bootbox-alert .bootbox-close-button {
  font-size: 0;
  background: url("../img/btn/dialog_donation_btn_2x.png") center no-repeat;
  background-size: 21px 21px;
  width: 21px;
  height: 21px;
  opacity: 1;
}
.modal.bootbox-alert .bootbox-body {
  padding-top: 10px;
}
.modal.bootbox-alert .modal-footer {
  padding-top: 0 !important;
}
.modal .modal-dialog {
  height: calc(100vh - 20px);
  width: 100%;
}
@media screen and (min-width: 992px) {
  .modal .modal-dialog {
    width: 600px;
  }
}
.modal .modal-dialog .modal-content {
  border-radius: 30px;
  padding: 30px;
  background-color: #FEE5D1;
}
@media screen and (min-width: 992px) {
  .modal .modal-dialog .modal-content {
    padding: 50px;
  }
}
.modal .modal-dialog .modal-content .modal-header {
  position: relative;
  padding: 0;
  margin-bottom: 30px;
  border-bottom: 0;
}
.modal .modal-dialog .modal-content .modal-header button {
  opacity: 1;
  display: block;
  margin: 0;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  color: #FF7F4D;
  text-align: center;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
  color: #000;
  font-size: 18px;
}
.modal .modal-dialog .modal-content .modal-body .article-area {
  padding-right: 10px;
}
.modal .modal-dialog .modal-content .modal-body .form-group {
  margin-bottom: 15px;
}
.modal .modal-dialog .modal-content .modal-body .form-group:last-child, .modal .modal-dialog .modal-content .modal-body .form-group:only-of-type {
  margin-bottom: 0;
}
.modal .modal-dialog .modal-content .modal-body .panel-body {
  padding: 0;
}
.modal .modal-dialog .modal-content .modal-body .article-area {
  margin-bottom: 0;
}
.modal .modal-dialog .modal-content .modal-footer {
  padding: 0;
  border-top: 0;
  text-align: center;
  padding-top: 25px;
}
.modal .modal-dialog .modal-content .modal-footer .modal-btn {
  margin-left: 10px;
  margin-top: 0px;
  width: calc((100% - 20px) / 2);
  display: inline-block;
}
.modal .modal-dialog .modal-content .modal-footer .modal-btn:first-child {
  margin-left: 0;
}
.modal .modal-dialog .modal-content .modal-footer a {
  width: calc((100% - 20px) / 2);
  height: 45px;
}

.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: #29292B;
}
.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-4 {
  padding-bottom: 133.3333333333%;
}
.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 {
  background: url("../img/header/header_xs_2x.png") center no-repeat;
  background-size: cover;
  height: 75px;
  width: 120px;
}
@media screen and (min-width: 1200px) {
  .fixed-height {
    background: url("../img/header/header_lg.png") center no-repeat;
    background-size: cover;
    height: 112px;
    width: 872px;
  }
}
.fixed-height .logo-area .white-logo, .fixed-height .mb-logo-area .white-logo {
  display: none;
}
.fixed-height .logo-area .color-logo, .fixed-height .mb-logo-area .color-logo {
  display: block;
}
.fixed-height .container {
  height: 100%;
}
.fixed-height.transparent {
  background: rgba(255, 255, 255, 0);
}
.fixed-height.transparent .logo-area .white-logo, .fixed-height.transparent .mb-logo-area .white-logo {
  display: block;
}
.fixed-height.transparent .logo-area .color-logo, .fixed-height.transparent .mb-logo-area .color-logo {
  display: none;
}
.fixed-height.transparent nav .header-nav > li > a {
  color: #fff;
}
.fixed-height.transparent nav .header-nav > li.open > a, .fixed-height.transparent nav .header-nav > li:hover > a, .fixed-height.transparent nav .header-nav > li.active > a {
  color: #9691D1 !important;
}

header.website {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 99;
}
@media screen and (min-width: 1200px) {
  header.website {
    right: -59px;
  }
}
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 .logo-area {
  float: left;
}
header.website .lg-header-area .top-area .logo-area img {
  width: 282px;
}
header.website .lg-header-area .top-area nav {
  display: inline-block;
  margin-left: 153px;
  vertical-align: middle;
  padding-top: 19px;
}
header.website .lg-header-area .top-area .header-btn-area {
  margin-left: 40px;
  padding-top: 12px;
  display: inline-block;
  vertical-align: middle;
}
header.website .lg-header-area .top-area .header-btn-area .link-btn-area {
  display: inline-block;
  vertical-align: top;
}
header.website .lg-header-area .top-area .header-btn-area .link-btn-area .link-btn + .link-btn {
  margin-left: 20px;
}
header.website .lg-header-area .top-area .header-btn-area .link-btn-area .link-btn.fb {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  background: url("../img/header/icon_fb_2x.png") center no-repeat;
  background-size: 30px;
}
header.website .lg-header-area .top-area .header-btn-area .link-btn-area .link-btn.fb:hover {
  background: url("../img/header/icon_fb_hover_2x.png") center no-repeat;
  background-size: 30px;
}
header.website .lg-header-area .top-area .header-btn-area .link-btn-area .link-btn.yt {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  background: url("../img/header/icon_yt_2x.png") center no-repeat;
  background-size: 30px;
}
header.website .lg-header-area .top-area .header-btn-area .link-btn-area .link-btn.yt:hover {
  background: url("../img/header/icon_yt_hover_2x.png") center no-repeat;
  background-size: 30px;
}
header.website .lg-header-area .top-area .header-btn-area .web-btn-area {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
header.website .lg-header-area .top-area .header-btn-area .web-btn-area .web-btn {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  background-color: #499d73;
  border: 2px solid #3d9167;
  padding: 2px 9px;
  border-radius: 30px;
  font-weight: bold;
}
header.website .lg-header-area .top-area .header-btn-area .web-btn-area .web-btn:hover {
  background-color: #3d9167;
}
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%;
  padding-top: 7px;
  padding-bottom: 8px;
}
.header-nav > li.activity {
  display: inline-block;
  vertical-align: top;
}
.header-nav > li.activity a span {
  background: url("../img/header/icon_activity_2x.png") left no-repeat;
  background-size: 28px 32px;
  padding: 6px 0 6px 38px;
}
.header-nav > li.activity:hover a span, .header-nav > li.activity.focus a span, .header-nav > li.activity.active a span {
  background: url("../img/header/icon_activity_hover_2x.png") left no-repeat;
  background-size: 28px 32px;
}
.header-nav > li.advocacy {
  display: inline-block;
  vertical-align: top;
}
.header-nav > li.advocacy a span {
  background: url("../img/header/icon_advocacy_2x.png") left no-repeat;
  background-size: 28px 32px;
  padding: 6px 0 6px 38px;
}
.header-nav > li.advocacy:hover a span, .header-nav > li.advocacy.focus a span, .header-nav > li.advocacy.active a span {
  background: url("../img/header/icon_advocacy_hover_2x.png") left no-repeat;
  background-size: 28px 32px;
}
.header-nav > li.art {
  display: inline-block;
  vertical-align: top;
}
.header-nav > li.art a span {
  background: url("../img/header/icon_art_2x.png") left no-repeat;
  background-size: 28px 32px;
  padding: 6px 0 6px 38px;
}
.header-nav > li.art:hover a span, .header-nav > li.art.focus a span, .header-nav > li.art.active a span {
  background: url("../img/header/icon_art_hover_2x.png") left no-repeat;
  background-size: 28px 32px;
}
.header-nav > li.home {
  display: inline-block;
  vertical-align: top;
}
.header-nav > li.home a span {
  background: url("../img/header/icon_home_2x.png") left no-repeat;
  background-size: 28px 32px;
  padding: 6px 0 6px 38px;
}
.header-nav > li.home:hover a span, .header-nav > li.home.focus a span, .header-nav > li.home.active a span {
  background: url("../img/header/icon_home_hover_2x.png") left no-repeat;
  background-size: 28px 32px;
}
.header-nav > li + li {
  margin-left: 30px;
}
.header-nav > li > a {
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
  display: block;
  color: #FFF;
}
.header-nav > li > a:focus ~ .header-nav2 {
  display: block;
}
.header-nav > li.open .header-nav2 {
  display: block;
}
@media screen and (min-width: 1200px) {
  .header-nav > li + li {
    margin-left: 30px;
  }
  .header-nav > li + li:before {
    left: -32px;
  }
}
.header-nav > li:hover .header-nav2 {
  display: block;
}
.header-nav .header-nav2 {
  width: 100%;
  position: absolute;
  top: 100%;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
  left: 0;
  background: #6F6AAA;
  width: 180px;
  top: 100%;
  border-top: 3px solid #77C8AB;
  padding: 15px;
  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 + li {
  border-top: 1px solid #573b2326;
}
.header-nav .header-nav2 > li > a {
  position: relative;
  font-size: 16px;
  padding: 8px 0;
  display: block;
  color: #29292B;
}
.header-nav .header-nav2 > li > a:hover:after {
  display: block;
}

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: 282px;
  max-width: 100%;
  height: auto;
}
div.mb-header .button-area {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
div.mb-header div.xs-menu {
  display: inline-block;
  height: 100%;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  background-size: 100%;
  background-position: 5px 50%;
  padding: 0 25px;
}
div.mb-header div.xs-menu .wrapper-area {
  height: 25px;
  width: 25px;
  background: rgba(255, 255, 255, 0);
  border-radius: 50%;
  position: relative;
  margin: 12px 0 0 0;
}
div.mb-header div.xs-menu .icon-wrapper {
  display: inline-block;
  width: 21px;
  height: 15px;
  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: #fff;
  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: 6px;
}
div.mb-header div.xs-menu .icon-wrapper span:nth-child(3) {
  top: 6px;
}
div.mb-header div.xs-menu .icon-wrapper span:nth-child(4) {
  top: 12px;
}

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

div#mb-sidebar {
  display: none;
  position: fixed;
  width: 100%;
  top: -100%;
  z-index: 100;
  background: #6F6AAA;
  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: 0;
  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: 0;
  }
  100% {
    top: -100%;
  }
}
@-moz-keyframes hiddensidebar {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}
@-ms-keyframes hiddensidebar {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}
@keyframes hiddensidebar {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}
@-webkit-keyframes showsidebar {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes showsidebar {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
@-ms-keyframes showsidebar {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
@keyframes showsidebar {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
.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: 88px 20px 0 20px;
  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 31px;
}
div.sidebar-content ul li a .sidebar-nav-icon {
  font-size: 22px;
  transition: all 0.5s;
}
div.sidebar-content ul li a.open .sidebar-nav-icon {
  transform: rotate(90deg);
}
div.sidebar-content ul li a.active ~ ul {
  display: block;
}
div.sidebar-content ul li.link-btn {
  position: relative;
}
div.sidebar-content ul li.link-btn a {
  padding-left: 70px;
}
div.sidebar-content ul li.link-btn.facebook:after {
  content: "";
  position: absolute;
  left: 36px;
  top: 19px;
  display: block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: url("../img/header/icon_facebook_2x.png") center no-repeat;
  background-size: 100% auto;
}
div.sidebar-content ul li.link-btn.youtube:after {
  content: "";
  position: absolute;
  left: 36px;
  top: 19px;
  display: block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: url("../img/header/icon_youtube_2x.png") center no-repeat;
  background-size: 100% auto;
}
div.sidebar-content ul.layer-1 > li {
  text-align: center;
}
div.sidebar-content ul.layer-1 > li > a {
  font-weight: bold;
}
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-1 > li > a.home-link span + span {
  padding-right: 18px;
}
div.sidebar-content ul.layer-1 > li > a > .sidebar-icon {
  width: 28px;
  height: 32px;
}
div.sidebar-content ul.layer-1 > li > a > .sidebar-icon.activity {
  font-weight: bold;
  background: url("../img/header/icon_activity_2x.png") right 59% no-repeat;
  background-size: 28px 32px;
}
div.sidebar-content ul.layer-1 > li > a > .sidebar-icon.advocacy {
  font-weight: bold;
  background: url("../img/header/icon_advocacy_2x.png") right 59% no-repeat;
  background-size: 28px 32px;
}
div.sidebar-content ul.layer-1 > li > a > .sidebar-icon.art {
  font-weight: bold;
  background: url("../img/header/icon_art_2x.png") right 59% no-repeat;
  background-size: 28px 32px;
}
div.sidebar-content ul.layer-1 > li > a > .sidebar-icon.home {
  font-weight: bold;
  background: url("../img/header/icon_home_2x.png") right 59% no-repeat;
  background-size: 28px 32px;
}
div.sidebar-content ul.layer-1 > li > a:hover > .sidebar-icon.activity, div.sidebar-content ul.layer-1 > li > a.open > .sidebar-icon.activity {
  background: url("../img/header/icon_activity_hover_2x.png") right 59% no-repeat;
  background-size: 28px 32px;
}
div.sidebar-content ul.layer-1 > li > a:hover > .sidebar-icon.advocacy, div.sidebar-content ul.layer-1 > li > a.open > .sidebar-icon.advocacy {
  background: url("../img/header/icon_advocacy_hover_2x.png") right 59% no-repeat;
  background-size: 28px 32px;
}
div.sidebar-content ul.layer-1 > li > a:hover > .sidebar-icon.art, div.sidebar-content ul.layer-1 > li > a.open > .sidebar-icon.art {
  background: url("../img/header/icon_art_hover_2x.png") right 59% no-repeat;
  background-size: 28px 32px;
}
div.sidebar-content ul.layer-1 > li > a:hover > .sidebar-icon.home, div.sidebar-content ul.layer-1 > li > a.open > .sidebar-icon.home {
  background: url("../img/header/icon_home_hover_2x.png") right 59% no-repeat;
  background-size: 28px 32px;
}
div.sidebar-content ul.layer-2 > li {
  position: relative;
}
div.sidebar-content ul.layer-2 > li:first-child > a {
  padding: 0 31px 10px 31px;
}
div.sidebar-content ul.layer-2 > li:last-child > a {
  padding: 10px 31px 20px 31px;
}
div.sidebar-content ul.layer-2 > li > a {
  padding: 10px 31px;
  position: relative;
}
div.sidebar-content ul.layer-2 > li > a .sidebar-nav-icon {
  font-size: 16px;
  position: absolute;
  top: 15px;
  right: 17px;
  transform-origin: center;
}
div.sidebar-content ul.layer-2 > li > a.active {
  /*&:before{
  	content:'';
  	display: block;
  	position: absolute;
  	top: 18px;
  	left: 15px;
  	@include css-triangle('right',map-get($website_sub_color, '2'), 8px,6px);
  }*/
}
div.sidebar-content ul.layer-3 > li {
  position: relative;
}
div.sidebar-content ul.layer-3 > li > a {
  padding-left: 44px;
}
div.sidebar-content ul.layer-3 > li > a.active {
  color: #ca6f27;
}
div.sidebar-content ul.layer-1 > li > a {
  font-size: 17px;
  color: #FFF;
  position: relative;
  line-height: 1;
}
div.sidebar-content ul.layer-2 > li > a:before {
  background: transparent !important;
}
div.sidebar-content ul.layer-2 > li > a {
  font-size: 16px;
  position: relative;
  line-height: 1;
}
div.sidebar-content ul.layer-2 > li > a:hover, div.sidebar-content ul.layer-2 > li > a.open {
  color: #EB8D00;
}
div.sidebar-content ul.layer-2 > li > a:before {
  background: transparent !important;
}
div.sidebar-content ul.layer-3 > li > a {
  font-size: 15px;
  position: relative;
  line-height: 1;
}
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
=================================================================
*/
.top-img-area {
  width: 100%;
  height: 102px;
  background: url("../img/footer/footer_xs.png") bottom no-repeat;
  background-size: 768px auto;
}
@media screen and (min-width: 768px) {
  .top-img-area {
    height: 190px;
    background: url("../img/footer/footer_lg.png") bottom no-repeat;
    background-size: 3000px auto;
  }
}
.top-img-area.bg_skin_color {
  background: url("../img/footer/footer_xs.png") #FEF0E1 bottom no-repeat;
  background-size: 768px auto;
}
@media screen and (min-width: 768px) {
  .top-img-area.bg_skin_color {
    background: url("../img/footer/footer_lg.png") #FEF0E1 bottom no-repeat;
    background-size: 3000px auto;
  }
}

footer.website {
  position: relative;
  background-color: #6F6AAA;
}
footer.website .info-area {
  color: #fff;
  text-align: left;
  margin-bottom: 25px;
}
@media screen and (min-width: 1200px) {
  footer.website .info-area {
    margin-bottom: 0;
  }
}
footer.website .info-area .info-title {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 8px;
  font-weight: bold;
}
footer.website .info-area .info {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 2px;
}
footer.website .info-area .info:last-child {
  margin-bottom: 0;
}
footer.website .info-area .info.tel {
  font-weight: bold;
  margin-top: 15px;
}
footer.website .left-logo-area .footer-logo {
  vertical-align: middle;
  margin-bottom: 12px;
}
footer.website .right-logo-area {
  display: block;
  vertical-align: bottom;
  text-align: center;
  font-size: 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  footer.website .right-logo-area {
    display: inline-block;
    margin-right: 25px;
  }
}
@media screen and (min-width: 1200px) {
  footer.website .right-logo-area {
    display: block;
    text-align: right;
    margin-right: 0;
  }
}
footer.website .right-logo-area .footer-logo {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  footer.website .right-logo-area .footer-logo {
    margin-bottom: 0;
  }
}
footer.website .footer-logo {
  height: 55px;
  display: inline-block;
}
footer.website .footer-logo.hope {
  width: 208px;
  background: url("../img/footer/logo_hope_2x.png") center no-repeat;
  background-size: cover;
  margin-right: 25px;
}
footer.website .footer-logo.worldcancer {
  width: 132px;
  background: url("../img/footer/logo_worldcancer_2x.png") center no-repeat;
  background-size: cover;
}
footer.website .footer-logo.pingtung {
  width: 180px;
  background: url("../img/footer/logo_pingtung_2x.png") center no-repeat;
  background-size: cover;
  margin-right: 25px;
}
footer.website .button-area {
  display: block;
  vertical-align: middle;
  text-align: center;
  font-size: 0;
  text-align: left;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  footer.website .button-area {
    display: inline-block;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1200px) {
  footer.website .button-area {
    display: inline-block;
    text-align: right;
  }
}
footer.website .button-area .footer-btn {
  height: 30px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
  padding-left: 40px;
  vertical-align: middle;
  padding-top: 8px;
}
footer.website .button-area .footer-btn.fb {
  background: url("../img/header/icon_fb_2x.png") left no-repeat;
  background-size: 30px;
  margin-right: 25px;
}
footer.website .button-area .footer-btn.fb:hover {
  background: url("../img/header/icon_fb_hover_2x.png") left no-repeat;
  background-size: 30px;
}
footer.website .button-area .footer-btn.yt {
  background: url("../img/header/icon_yt_2x.png") left no-repeat;
  background-size: 30px;
}
footer.website .button-area .footer-btn.yt:hover {
  background: url("../img/header/icon_yt_hover_2x.png") left no-repeat;
  background-size: 30px;
}
footer.website .top-area {
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  footer.website .top-area {
    padding-bottom: 33px;
  }
}
footer.website .top-area .footer-outer-box {
  display: block;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 1200px) {
  footer.website .top-area .footer-outer-box {
    display: table;
  }
}
footer.website .top-area .footer-box {
  margin: auto;
  display: block;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  footer.website .top-area .footer-box {
    width: 50%;
    display: table-cell;
  }
}
footer.website .top-area .footer-box + .footer-box {
  vertical-align: bottom;
}
footer.website .bottom-area {
  line-height: 1.8;
  font-size: 14px;
  padding-bottom: 30px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  footer.website .bottom-area {
    text-align: center;
    padding-bottom: 15px;
  }
}
footer.website .bottom-area .copyright-area {
  text-align: center;
  display: block;
  color: rgba(255, 255, 255, 0.4);
  float: left;
  padding-bottom: 15px;
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  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: rgba(255, 255, 255, 0.4);
}
footer.website .bottom-area .acart-area {
  display: block;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  margin: auto;
}
@media screen and (min-width: 768px) {
  footer.website .bottom-area .acart-area {
    display: inline-block;
    text-align: right;
    float: right;
  }
}

/*
=================================================================
(#m03mcs) MAIN CONTENT
=================================================================
*/
.activity-btn {
  background: url("../img/btn/button_activity_2x.png") center no-repeat;
  background-size: cover;
  width: 157px;
  height: 50px;
  display: block;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .activity-btn {
    width: 214px;
    height: 68px;
    margin-bottom: 0;
  }
}
.activity-btn:hover {
  background: url("../img/btn/button_activity_hover_2x.png") center no-repeat;
  background-size: cover;
}

.intro-more-btn {
  font-size: 17px;
  line-height: 1;
  color: #FF7F4D;
  font-weight: bold;
  margin-bottom: 25px;
  width: 115px;
  text-align: left;
  position: relative;
  padding: 8px 20px 8px 2px;
  display: block;
}
@media screen and (min-width: 768px) {
  .intro-more-btn {
    margin-bottom: 0;
  }
}
.intro-more-btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/btn/arrow_circle_2x.png") center no-repeat;
  background-color: #FF7F4D;
  background-size: 22px 18px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: all 0.5s;
}
.intro-more-btn:hover, .intro-more-btn:focus {
  color: #9691D1;
  text-decoration: none;
}
.intro-more-btn:hover:before, .intro-more-btn:focus:before {
  background-color: #9691D1;
  transform: translateX(5px);
  transition: all 0.5s;
}

.btn {
  font-size: 15px;
  width: 100%;
  border-radius: 5px;
  color: #fff;
}
.btn:focus {
  color: #fff;
}
.btn.btn-green:hover {
  color: #fff;
}

.page-line-bg {
  background: url("../img/background/bg_line01_3x.png") 41% no-repeat;
  background-size: 2700px 318.6px;
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 47.2vw;
  min-width: 900px;
  min-height: 318.6px;
  z-index: -2;
}

.page-line-bottom-bg {
  background: url("../img/background/bg_line03_3x.png") 50% no-repeat;
  background-size: 2700px 387.9px;
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 14.3666666667vw;
  min-width: 900px;
  min-height: 387.9px;
  z-index: 0;
}

.page-left-top-bg {
  content: "";
  background: url("../img/background/bg02_3x.png") center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 17%;
  left: 0;
  width: 8vw;
  height: 24vw;
  min-width: 67.5px;
  min-height: 225px;
  z-index: -1;
}

.page-right-top-bg {
  content: "";
  background: url("../img/background/bg01_3x.png") center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 24%;
  right: 0;
  width: 12vw;
  height: 38.5371428571vw;
  min-width: 105px;
  min-height: 337.2px;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .page-right-top-bg {
    top: 36%;
  }
}

.page-left-bottom-bg {
  content: "";
  background: url("../img/background/bg04_3x.png") center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 53%;
  left: 0;
  width: 12vw;
  height: 33.1034482759vw;
  min-width: 130.5px;
  min-height: 360px;
  z-index: -1;
  display: none;
}
@media screen and (min-width: 768px) {
  .page-left-bottom-bg {
    display: block;
  }
}

.page-right-bottom-bg {
  content: "";
  background: url("../img/background/bg05_3x.png") center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 61%;
  right: 0;
  width: 12vw;
  height: 32.6530612245vw;
  min-width: 88.2px;
  min-height: 240px;
  z-index: -1;
  display: none;
}
@media screen and (min-width: 768px) {
  .page-right-bottom-bg {
    display: block;
  }
}

.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: -6%;
  }
}
.page-bg-top-box .page-bg-content {
  height: 100%;
  width: 100%;
  position: relative;
}
.page-bg-top-box.activity {
  top: 22%;
}
@media screen and (min-width: 768px) {
  .page-bg-top-box.activity {
    top: 6%;
  }
}
@media screen and (min-width: 1200px) {
  .page-bg-top-box.activity {
    top: -6%;
  }
  .page-bg-top-box.activity .page-left-top-bg {
    top: 24%;
  }
  .page-bg-top-box.activity .page-right-top-bg {
    top: 70%;
  }
  .page-bg-top-box.activity .page-line-bg {
    background: url("../img/background/bg_line01_3x.png") 54% no-repeat;
    background-size: 2700px 318.6px;
    top: 26%;
  }
}

#page-container {
  overflow: hidden;
}

.page-area {
  position: relative;
  margin-bottom: 60px;
}

.page-banner-area {
  width: 100%;
  position: relative;
  background-color: #FEE5D1;
  padding-bottom: 73.9583333333%;
}
@media screen and (min-width: 768px) {
  .page-banner-area {
    padding-bottom: 23.3333333333%;
  }
}
@media screen and (min-width: 1200px) {
  .page-banner-area {
    padding-bottom: 0;
    height: 350px;
  }
}
.page-banner-area:before {
  content: "";
  width: 100%;
  padding-bottom: 73.9583333333%;
  background: url("../img/2024/banner/2024_page_banner_xs.jpg") center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .page-banner-area:before {
    width: 100%;
    padding-bottom: 23.3333333333%;
    background: url("../img/2024/banner/2024_page_banner_lg_cover.png") center no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 1200px) {
  .page-banner-area:before {
    padding-bottom: 0;
    height: 350px;
    background-size: 3000px auto;
  }
}
.page-banner-area .banner-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: url("../img/banner/page_banner_lg.jpg") 0 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1920px) {
  .page-banner-area .banner-img {
    width: 1920px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.page-title-area {
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-title-area {
    margin-bottom: 45px;
  }
}
.page-title-area.activity .page-title {
  position: relative;
  padding: 2px 0;
  padding-left: 44.5px;
}
@media screen and (min-width: 768px) {
  .page-title-area.activity .page-title {
    padding-left: 84px;
  }
}
.page-title-area.activity .page-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/page/icon_page_activity_2x.png") left no-repeat;
  background-size: 34.5px 32px;
  width: 34.5px;
  height: 32px;
}
@media screen and (min-width: 768px) {
  .page-title-area.activity .page-title:before {
    width: 64px;
    height: 60px;
    background-size: 64px 60px;
  }
}
.page-title-area.advocacy .page-title {
  position: relative;
  padding: 2px 0;
  padding-left: 44.5px;
}
@media screen and (min-width: 768px) {
  .page-title-area.advocacy .page-title {
    padding-left: 84px;
  }
}
.page-title-area.advocacy .page-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/page/icon_page_advocacy_2x.png") left no-repeat;
  background-size: 34.5px 32px;
  width: 34.5px;
  height: 32px;
}
@media screen and (min-width: 768px) {
  .page-title-area.advocacy .page-title:before {
    width: 64px;
    height: 60px;
    background-size: 64px 60px;
  }
}
.page-title-area.art .page-title {
  position: relative;
  padding: 2px 0;
  padding-left: 44.5px;
}
@media screen and (min-width: 768px) {
  .page-title-area.art .page-title {
    padding-left: 84px;
  }
}
.page-title-area.art .page-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/page/icon_page_art_2x.png") left no-repeat;
  background-size: 34.5px 32px;
  width: 34.5px;
  height: 32px;
}
@media screen and (min-width: 768px) {
  .page-title-area.art .page-title:before {
    width: 64px;
    height: 60px;
    background-size: 64px 60px;
  }
}
.page-title-area.form .page-title {
  position: relative;
  padding: 2px 0;
  padding-left: 44.5px;
}
@media screen and (min-width: 768px) {
  .page-title-area.form .page-title {
    padding-left: 84px;
  }
}
.page-title-area.form .page-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/page/icon_page_form_2x.png") left no-repeat;
  background-size: 34.5px 32px;
  width: 34.5px;
  height: 32px;
}
@media screen and (min-width: 768px) {
  .page-title-area.form .page-title:before {
    width: 64px;
    height: 60px;
    background-size: 64px 60px;
  }
}
.page-title-area.pick .page-title {
  position: relative;
  padding: 2px 0;
  padding-left: 44.5px;
}
@media screen and (min-width: 768px) {
  .page-title-area.pick .page-title {
    padding-left: 84px;
  }
}
.page-title-area.pick .page-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/page/icon_page_pick_2x.png") left no-repeat;
  background-size: 34.5px 32px;
  width: 34.5px;
  height: 32px;
}
@media screen and (min-width: 768px) {
  .page-title-area.pick .page-title:before {
    width: 64px;
    height: 60px;
    background-size: 64px 60px;
  }
}
.page-title-area.share .page-title {
  position: relative;
  padding: 2px 0;
  padding-left: 44.5px;
}
@media screen and (min-width: 768px) {
  .page-title-area.share .page-title {
    padding-left: 84px;
  }
}
.page-title-area.share .page-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/page/icon_page_share_2x.png") left no-repeat;
  background-size: 34.5px 32px;
  width: 34.5px;
  height: 32px;
}
@media screen and (min-width: 768px) {
  .page-title-area.share .page-title:before {
    width: 64px;
    height: 60px;
    background-size: 64px 60px;
  }
}
.page-title-area.bone_neoplasm .page-title {
  padding: 2px 0;
  padding-left: 35px;
  color: #5B5B5C;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-title-area.bone_neoplasm .page-title {
    padding-left: 60px;
  }
}
.page-title-area.bone_neoplasm .page-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/advocacy/ribbon_bone_neoplasm_2x.png") left no-repeat;
  background-size: 25px 38px;
  width: 25px;
  height: 38px;
}
@media screen and (min-width: 768px) {
  .page-title-area.bone_neoplasm .page-title:before {
    background-size: 40px 60px;
    width: 40px;
    height: 60px;
  }
}
.page-title-area.breast_cancer .page-title {
  padding: 2px 0;
  padding-left: 35px;
  color: #5B5B5C;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-title-area.breast_cancer .page-title {
    padding-left: 60px;
  }
}
.page-title-area.breast_cancer .page-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/advocacy/ribbon_breast_cancer_2x.png") left no-repeat;
  background-size: 25px 38px;
  width: 25px;
  height: 38px;
}
@media screen and (min-width: 768px) {
  .page-title-area.breast_cancer .page-title:before {
    background-size: 40px 60px;
    width: 40px;
    height: 60px;
  }
}
.page-title-area.cervical_cancer .page-title {
  padding: 2px 0;
  padding-left: 35px;
  color: #5B5B5C;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-title-area.cervical_cancer .page-title {
    padding-left: 60px;
  }
}
.page-title-area.cervical_cancer .page-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/advocacy/ribbon_cervical_cancer_2x.png") left no-repeat;
  background-size: 25px 38px;
  width: 25px;
  height: 38px;
}
@media screen and (min-width: 768px) {
  .page-title-area.cervical_cancer .page-title:before {
    background-size: 40px 60px;
    width: 40px;
    height: 60px;
  }
}
.page-title-area.colorectal_cancer .page-title {
  padding: 2px 0;
  padding-left: 35px;
  color: #5B5B5C;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-title-area.colorectal_cancer .page-title {
    padding-left: 60px;
  }
}
.page-title-area.colorectal_cancer .page-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/advocacy/ribbon_colorectal_cancer_2x.png") left no-repeat;
  background-size: 25px 38px;
  width: 25px;
  height: 38px;
}
@media screen and (min-width: 768px) {
  .page-title-area.colorectal_cancer .page-title:before {
    background-size: 40px 60px;
    width: 40px;
    height: 60px;
  }
}
.page-title-area.liver_cancer .page-title {
  padding: 2px 0;
  padding-left: 35px;
  color: #5B5B5C;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-title-area.liver_cancer .page-title {
    padding-left: 60px;
  }
}
.page-title-area.liver_cancer .page-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/advocacy/ribbon_liver_cancer_2x.png") left no-repeat;
  background-size: 25px 38px;
  width: 25px;
  height: 38px;
}
@media screen and (min-width: 768px) {
  .page-title-area.liver_cancer .page-title:before {
    background-size: 40px 60px;
    width: 40px;
    height: 60px;
  }
}
.page-title-area.lung_cancer .page-title {
  padding: 2px 0;
  padding-left: 35px;
  color: #5B5B5C;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-title-area.lung_cancer .page-title {
    padding-left: 60px;
  }
}
.page-title-area.lung_cancer .page-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/advocacy/ribbon_lung_cancer_2x.png") left no-repeat;
  background-size: 25px 38px;
  width: 25px;
  height: 38px;
}
@media screen and (min-width: 768px) {
  .page-title-area.lung_cancer .page-title:before {
    background-size: 40px 60px;
    width: 40px;
    height: 60px;
  }
}
.page-title-area.lymphoma_cancer .page-title {
  padding: 2px 0;
  padding-left: 35px;
  color: #5B5B5C;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-title-area.lymphoma_cancer .page-title {
    padding-left: 60px;
  }
}
.page-title-area.lymphoma_cancer .page-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/advocacy/ribbon_lymphoma_cancer_2x.png") left no-repeat;
  background-size: 25px 38px;
  width: 25px;
  height: 38px;
}
@media screen and (min-width: 768px) {
  .page-title-area.lymphoma_cancer .page-title:before {
    background-size: 40px 60px;
    width: 40px;
    height: 60px;
  }
}
.page-title-area.neuroendocrine_tumor .page-title {
  padding: 2px 0;
  padding-left: 35px;
  color: #5B5B5C;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-title-area.neuroendocrine_tumor .page-title {
    padding-left: 60px;
  }
}
.page-title-area.neuroendocrine_tumor .page-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/advocacy/ribbon_neuroendocrine_tumor_2x.png") left no-repeat;
  background-size: 25px 38px;
  width: 25px;
  height: 38px;
}
@media screen and (min-width: 768px) {
  .page-title-area.neuroendocrine_tumor .page-title:before {
    background-size: 40px 60px;
    width: 40px;
    height: 60px;
  }
}
.page-title-area.oropharyngeal_cancer .page-title {
  padding: 2px 0;
  padding-left: 35px;
  color: #5B5B5C;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-title-area.oropharyngeal_cancer .page-title {
    padding-left: 60px;
  }
}
.page-title-area.oropharyngeal_cancer .page-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/advocacy/ribbon_oropharyngeal_cancer_2x.png") left no-repeat;
  background-size: 25px 38px;
  width: 25px;
  height: 38px;
}
@media screen and (min-width: 768px) {
  .page-title-area.oropharyngeal_cancer .page-title:before {
    background-size: 40px 60px;
    width: 40px;
    height: 60px;
  }
}
.page-title-area.leukemia .page-title {
  padding: 2px 0;
  padding-left: 35px;
  color: #5B5B5C;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-title-area.leukemia .page-title {
    padding-left: 60px;
  }
}
.page-title-area.leukemia .page-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/advocacy/ribbon_leukemia_2x.png") left no-repeat;
  background-size: 25px 38px;
  width: 25px;
  height: 38px;
}
@media screen and (min-width: 768px) {
  .page-title-area.leukemia .page-title:before {
    background-size: 40px 60px;
    width: 40px;
    height: 60px;
  }
}
.page-title-area.form {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .page-title-area.form {
    margin-bottom: 40px;
  }
}
.page-title-area.page404 {
  margin-bottom: 25px;
}
.page-title-area.lesson {
  margin-bottom: 35px !important;
}
.page-title-area .page-title {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #6F6AAA;
  line-height: 1.3;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .page-title-area .page-title {
    font-size: 42px;
  }
}

.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: 30px;
}
@media screen and (min-width: 768px) {
  .detail-desc-area {
    margin-bottom: 35px;
  }
}
.detail-desc-area .source-area {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1;
}
.article-area, #tinymce {
  overflow: visible;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .article-area, #tinymce {
    margin-bottom: 50px;
  }
}

.detail-media-area {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .detail-media-area {
    margin-bottom: 35px;
  }
}
.detail-media-area img {
  max-width: 100%;
  border-radius: 30px;
}
.detail-media-area .player-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 126px;
  height: 126px;
  cursor: pointer;
}
.detail-media-area .player-btn.play {
  background: url("../img/btn/button_music_2x.png") no-repeat center;
  background-size: 126px 126px;
}
.detail-media-area .player-btn.pause {
  background: url("../img/btn/button_stop_2x.png") no-repeat center;
  background-size: 126px 126px;
}
.detail-media-area audio {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.detail-media-area iframe {
  width: 100%;
  max-width: 100%;
}

.page-btn-area {
  text-align: center;
}
.page-btn-area .share-box {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.page-btn-area .share-box .share-btn {
  width: 110px;
  height: 44px;
  display: block;
  border-radius: 10px;
  font-size: 17px;
  line-height: 1;
  color: #FFF;
  font-weight: bold;
  padding: 14px 20px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .page-btn-area .share-box .share-btn {
    display: inline-block;
  }
}
.page-btn-area .share-box .share-btn.facebook {
  background: url("../img/header/icon_fb_2x.png") #1877F2 no-repeat 20px;
  background-size: 30px;
}
.page-btn-area .share-box .share-btn.facebook:hover {
  background-image: url("../img/header/icon_fb_hover_2x.png") #1877F2;
  background-size: 30px;
}
.page-btn-area .share-box .share-btn.line {
  background: url("../img/btn/icon_line_2x.png") #00B900 no-repeat 20px;
  background-size: 30px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .page-btn-area .share-box .share-btn.line {
    margin-top: 0;
    margin-left: 10px;
  }
}
.page-btn-area .share-box .share-btn.line:hover {
  background-image: url("../img/btn/icon_line_hover_2x.png") #00B900;
  background-size: 30px;
}

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

.jump-page-box {
  margin-top: 50px;
  margin-bottom: 45px;
  text-align: center;
}
.jump-page-box.success .page-title-area {
  margin-bottom: 20px;
}
.jump-page-box .img-area {
  margin: 0 auto;
  width: 301px;
  height: auto;
}
.jump-page-box .img-area img {
  max-width: 100%;
}
.jump-page-box .img-area.page-404 {
  width: 248px;
}
.jump-page-box .text-area {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
.jump-page-box .text-area .ch {
  font-family: "Microsoft JhengHei";
  font-size: 17px;
  line-height: 1.7;
  font-weight: normal;
}
@media screen and (min-width: 992px) {
  .jump-page-box .text-area {
    margin-top: 44px;
  }
}
.jump-page-box .text-area #error-time {
  color: #DB471C;
  font-size: 17px;
}
.jump-page-box .btn-area {
  margin-top: 70px;
  height: 100%;
}
.jump-page-box .btn-area .btn-main1 {
  display: block;
  margin: auto;
  width: 132px;
}
@media screen and (min-width: 992px) {
  .jump-page-box .btn-area .btn-main1 {
    display: inline-block;
  }
}
.jump-page-box .btn-area .btn-main1 + .btn-main1 {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .jump-page-box .btn-area .btn-main1 + .btn-main1 {
    margin-left: 30px;
    margin-top: 0;
  }
}

.gsc-control-cse {
  padding: 0 !important;
  border: none !important;
  background-color: #FFF9F0 !important;
}
.gsc-control-cse .gsc-input-box {
  border: 0;
  border-radius: 0;
}
.gsc-control-cse form.gsc-search-box {
  box-shadow: none;
  border: 1px solid #FFD886;
  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 * {
  background-color: #FFF3DA;
}
.gsc-control-cse form.gsc-search-box input {
  padding-left: 15px !important;
  height: 33px !important;
  background-position: left 15px center !important;
  box-shadow: none !important;
  border: 1px solid #FFD886 !important;
  border-radius: 4px;
}
.gsc-control-cse form.gsc-search-box .gsc-search-button-v2 {
  width: 100%;
  background: url("../img/list/button_search_2x.png") center no-repeat;
  background-size: 25px 28px;
  height: 30px;
  border: none;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .gsc-control-cse form.gsc-search-box .gsc-search-button-v2 {
    width: 107px;
  }
}
.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: 1px solid #FFD886;
  border-radius: 10px;
  padding: 20px;
  background-color: #FFF;
}

.search-area {
  background-color: #6F6AAA;
  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(67% - 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%;
}

.fixed-page-middle-title {
  font-weight: bold;
  font-size: 21px;
  color: #FF7F4D;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .fixed-page-middle-title {
    margin-bottom: 20px;
    font-size: 28px;
  }
}

.fixed-page-desc {
  font-size: 15px;
  line-height: 1.5;
  color: #29292B;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fixed-page-desc {
    font-size: 17px;
  }
}
.fixed-page-desc + .fixed-page-desc {
  margin-top: 15px;
}

.share-result-btn {
  width: 154px;
  height: 44px;
  color: #FFF;
  padding: 14px 11px;
  font-size: 17px;
  line-height: 1;
  font-weight: bold;
  border-radius: 10px;
  margin-top: 0;
  border: 0;
}
.share-result-btn + .share-result-btn {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .share-result-btn + .share-result-btn {
    margin-top: 0;
  }
}
.share-result-btn.line-share-btn {
  background: url("../img/btn/icon_line_2x.png") #00B900 16px no-repeat;
  background-size: 30px 30px;
  padding-left: 46px;
}
@media screen and (min-width: 768px) {
  .share-result-btn.line-share-btn.left {
    margin-left: auto;
  }
}
.share-result-btn.line-share-btn:hover {
  color: #FFF;
  background-color: #00A100;
}
.share-result-btn.fb-share-btn {
  background: url("../img/header/icon_fb_2x.png") #1877F2 16px no-repeat;
  background-size: 30px 30px;
  padding-left: 46px;
}
@media screen and (min-width: 768px) {
  .share-result-btn.fb-share-btn {
    margin-right: 25px;
    margin-left: auto;
  }
}
.share-result-btn.fb-share-btn:hover {
  color: #FFF;
  background-color: #156BD9;
}
.share-result-btn.reselect-btn {
  position: relative;
  padding-left: 60px;
  background-color: #FF7F4D;
}
.share-result-btn.reselect-btn:before {
  content: "";
  width: 33px;
  height: 25px;
  background: url("../img/btn/arrow_square_2x.png") center no-repeat;
  background-size: 33px 25px;
  position: absolute;
  top: 9px;
  left: 18px;
  transform: scaleX(-1);
}
.share-result-btn.reselect-btn:hover {
  background-color: #E57245;
  color: #FFF;
}

.fixedpage-intro-area {
  text-align: center;
  padding-bottom: 125px;
}
.fixedpage-intro-area .art-container {
  z-index: 5;
}
.fixedpage-intro-area.art {
  padding-bottom: 180px;
}
.fixedpage-intro-area.art .fixed-page-desc {
  text-align: left;
}
.fixedpage-intro-area.advocacy {
  padding-bottom: 200px;
}
@media screen and (min-width: 768px) {
  .fixedpage-intro-area.advocacy {
    padding-bottom: 140px;
  }
}
.fixedpage-intro-area.advocacy .fixed-page-middle-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .fixedpage-intro-area.advocacy .fixed-page-middle-title {
    margin-bottom: 40px;
  }
}
.fixedpage-intro-area.advocacy .fixed-page-desc {
  text-align: left;
}
.fixedpage-intro-area.advocacy .fixed-page-desc + .fixed-page-desc {
  margin-top: 15px;
}
.fixedpage-intro-area.advocacy .fixed-page-img {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .fixedpage-intro-area.advocacy .fixed-page-img {
    margin-bottom: 40px;
  }
}
.fixedpage-intro-area.advocacy .fixed-page-img .worldcancer-logo {
  width: 100%;
  max-width: 360px;
}
.fixedpage-intro-area.advocacy .fixedpage-btn-area {
  width: 100%;
  margin-top: 35px;
}
.fixedpage-intro-area.advocacy .fixedpage-btn-area .intro-more-btn {
  margin: auto;
}
.fixedpage-intro-area.ribbon .fixed-page-desc {
  margin-bottom: 40px;
}
.fixedpage-intro-area.milestone .fixed-page-middle-title {
  margin-bottom: 35px;
}

a.desc-link {
  color: #FF7F4D;
  text-decoration: underline;
  font-weight: bold;
}

.acticity-end-alert {
  color: #FF7F4D;
  font-weight: bold;
  margin-bottom: 35px;
}

@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: 0;
  background-color: #FFF9F0;
  border-radius: 10px;
}
.form-control:not(textarea) {
  height: 35px;
}
.form-control:focus {
  box-shadow: none;
}
.form-control ::-webkit-input-placeholder {
  color: #717171;
  font-size: 15px;
}
.form-control :-moz-placeholder {
  color: #717171;
  font-size: 15px;
}
.form-control ::-moz-placeholder {
  color: #717171;
  font-size: 15px;
}
.form-control :-ms-input-placeholder {
  color: #717171;
  font-size: 15px;
}

.contact-area {
  position: relative;
  padding: 20px;
}

.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;
  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-top: 15px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border: none;
}
@media screen and (min-width: 1200px) {
  .form-group {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .form-group.type-1 > .control-label {
    width: 100px;
    padding-left: 0;
    float: left;
  }
}
@media screen and (min-width: 768px) {
  .form-group.type-1 > div {
    float: left;
    width: calc(100% - 100px);
  }
}
.form-group.vcode-group {
  border-top: 1px solid rgba(87, 59, 35, 0.15);
  padding-top: 30px;
  margin-top: 40px;
  font-size: 0;
}
.form-group.vcode-group input {
  display: inline-block;
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .form-group.vcode-group input {
    margin-bottom: 0;
  }
}
.form-group.profile-vcode-area {
  font-size: 0;
}
.form-group.profile-vcode-area input {
  display: inline-block;
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .form-group.profile-vcode-area input {
    margin-bottom: 0;
  }
}
.form-group .vcode-label {
  display: inline-block;
  padding-right: 15px;
  text-align: right;
}
.form-group .vcode-area {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .form-group .vcode-area > * {
    float: left;
  }
}
.form-group .vcode-area > .vcode_img {
  width: 114px;
  padding: 0;
  margin: 0 auto 13px auto;
}
.form-group .vcode-area > .vcode_refresh, .form-group .vcode-area > #auth_code_audio {
  cursor: pointer;
  margin-left: 10px;
  padding: 0;
  text-align: center;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  padding-top: 7px;
}
.form-group .vcode-area > .vcode_refresh i, .form-group .vcode-area > #auth_code_audio i {
  color: #8e8e8e;
  font-size: 18px;
}
.form-group .vcode-area > .vcode_refresh i.fa-wheelchair, .form-group .vcode-area > #auth_code_audio i.fa-wheelchair {
  font-size: 25px;
}
.form-group .vcode-area > .vcode_refresh:hover, .form-group .vcode-area > #auth_code_audio:hover {
  background-color: #FE966E;
}
.form-group .vcode-area > .vcode_refresh:hover i, .form-group .vcode-area > #auth_code_audio:hover i {
  color: #ffffff;
}
.form-group .vcode-area > #auth_code_audio {
  padding-left: 5px;
  padding-top: 4px;
}
.form-group .vcode-area > .refresh-text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .form-group .vcode-area > .refresh-text {
    margin-left: 20px;
  }
}

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

.page-search-area {
  padding: 10px 15px;
}
.page-search-area input {
  height: 35px;
}
.page-search-area ::-webkit-input-placeholder {
  color: #717171;
  font-size: 15px;
}
.page-search-area :-moz-placeholder {
  color: #717171;
  font-size: 15px;
}
.page-search-area ::-moz-placeholder {
  color: #717171;
  font-size: 15px;
}
.page-search-area :-ms-input-placeholder {
  color: #717171;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .page-search-area .input-area {
    float: left;
    width: calc(100% - 110px - 30px);
  }
}
.page-search-area .search-btn-area {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-search-area .search-btn-area {
    margin-left: 30px;
    float: left;
    width: 110px;
  }
}

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

textarea {
  resize: none;
  overflow: auto;
  height: 120px !important;
}
textarea::placeholder {
  font-size: 16px;
}

.form-btn-area {
  margin-top: 60px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .form-btn-area {
    margin-top: 80px;
  }
}
.form-btn-area .luck-draw-btn {
  width: 200px;
  height: 68px;
  background: url("../img/btn/arrow_square_2x.png") 140px no-repeat;
  background-size: 33px 25px;
  background-color: #FF7F4D;
  padding: 25px 36px;
  border-radius: 10px;
  border: 0;
  font-size: 21px;
  line-height: 1;
  color: #FFF9F0;
  font-weight: bold;
  text-align: left;
}
.form-btn-area .btn {
  display: block;
  width: auto;
  padding: 6px 32px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 400px) {
  .form-btn-area .btn {
    display: inline-block;
  }
}
.form-btn-area .btn + .btn {
  margin-top: 15px;
}
@media screen and (min-width: 400px) {
  .form-btn-area .btn + .btn {
    margin-top: 0;
    margin-left: 20px;
  }
}

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

.form-area label {
  font-size: 17px;
  font-weight: normal;
  line-height: 1;
  color: #29292B;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .form-area .row.form-pair div[class*=col-] + div[class*=col-] {
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .form-area .align-right {
    text-align: right;
    padding-right: 0;
  }
}
.form-area .full-label {
  float: left;
  width: 42px;
}
.form-area .full-content {
  float: left;
  width: calc(100% - 42px);
}

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

label.customize-checkbox-style {
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  cursor: pointer;
  padding-right: 0 !important;
  padding-left: 35px;
  position: relative;
  margin-bottom: 0;
  margin-top: 10px;
  margin-left: 42px;
}
label.customize-checkbox-style + label.customize-checkbox-style {
  margin-left: 10px;
}
label.customize-checkbox-style.required-text {
  padding-left: 26px;
}
label.customize-checkbox-style a {
  color: #FF7F4D;
  text-decoration: underline;
}
label.customize-checkbox-style .checkbox-btn {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-color: #FFF9F0;
}
label.customize-checkbox-style input {
  width: 0;
  opacity: 0;
}
label.customize-checkbox-style input:checked ~ .checkbox-btn {
  background: #FFF9F0 url("../img/btn/check_off_2x.png") center no-repeat;
  background-size: 14px auto;
  border: none;
}
label.customize-checkbox-style input:disabled ~ .checkbox-btn {
  background: #fff;
}

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

.member-login-area {
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .member-login-area {
    width: 770px;
  }
}
.member-login-area .green-border-tab-area {
  text-align: center;
  border-bottom: 1px solid rgba(87, 59, 35, 0.15);
  margin-bottom: 30px;
}
.member-login-area .green-border-tab-area .green-border-tab {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
  color: #FE966E;
  padding-bottom: 30px;
  cursor: pointer;
}
.member-login-area .green-border-tab-area .green-border-tab + .green-border-tab {
  margin-left: 60px;
}
.member-login-area .green-border-tab-area .green-border-tab.active {
  font-weight: bold;
}
.member-login-area .green-border-tab-area .green-border-tab.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 5px;
  background-color: #FEE5D1;
}
.member-login-area .btn-area {
  margin-top: 40px;
  text-align: center;
}
.member-login-area .btn-area .member-btn {
  color: #fff;
  border: none;
  padding: 8px 30px 8px 70px;
  background: url("../img/footer/icon_footer_web_2x.png") no-repeat #DC0031;
  background-position: top -2px left 30px;
  background-size: 30px 48px;
}
.member-login-area .btn-area .member-btn:hover {
  background: url("../img/footer/icon_footer_web_2x.png") no-repeat #000;
  background-position: top -2px left 30px;
  background-size: 30px 48px;
}

@media screen and (min-width: 992px) {
  .container.index-container {
    padding-right: 15px;
    padding-left: 15px;
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .container.index-container {
    width: 1200px;
  }
}

.home-banner-area {
  margin-bottom: 50px;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  background-color: #FEE5D1;
}
@media screen and (min-width: 768px) {
  .home-banner-area {
    margin-bottom: 90px;
    width: 100%;
    padding-bottom: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .home-banner-area {
    padding-bottom: 0;
    height: 600px;
  }
}
.home-banner-area:before {
  content: "";
  width: 100%;
  padding-bottom: 100%;
  background: url("../img/2024/banner/2024_index_banner_xs.jpg") center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .home-banner-area:before {
    width: 100%;
    padding-bottom: 40%;
    background: url("../img/2024/banner/2024_index_banner_lg_cover.png") bottom no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 1200px) {
  .home-banner-area:before {
    padding-bottom: 0;
    height: 600px;
    background-size: 3000px auto;
  }
}
.home-banner-area .banner-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: url("../img/banner/index_banner_lg.jpg") left no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1920px) {
  .home-banner-area .banner-img {
    width: 1920px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.index-title-area {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .index-title-area {
    margin-bottom: 30px;
  }
}
.index-title-area h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #29292B;
}
@media screen and (min-width: 768px) {
  .index-title-area h2 {
    font-size: 40px;
  }
}

.index-area {
  position: relative;
}
.index-area + .index-area {
  padding-top: 206px;
}
@media screen and (min-width: 768px) {
  .index-area + .index-area {
    padding-top: 307px;
  }
}
.index-area .index-area-box {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .index-area .index-area-box {
    flex-direction: row;
  }
}
.index-area .intro-text-area {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .index-area .intro-text-area {
    max-width: 500px;
    width: calc(100% - 338.8px);
  }
}
.index-area .intro-title {
  height: 52px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 258px;
}
@media screen and (min-width: 450px) {
  .index-area .intro-title {
    height: 90px;
    margin-bottom: 18px;
  }
}
.index-area .intro-desc {
  color: #29292B;
  line-height: 1.5;
  font-size: 15px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .index-area .intro-desc {
    margin-bottom: 35px;
    font-size: 17px;
  }
}
.index-area .intro-img-area {
  max-width: 484px;
  height: auto;
  min-height: 1px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .index-area .intro-img-area {
    max-width: 338.8px;
  }
}
@media screen and (min-width: 992px) {
  .index-area .intro-img-area {
    max-width: 484px;
  }
}
.index-area .intro-img-area img {
  max-width: 100%;
}
.index-area.art .intro-area-line {
  background: url("../img/background/bg_line01_3x.png") 41% no-repeat;
  background-size: 2700px 318.6px;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 11.8vw;
  min-width: 900px;
  min-height: 318.6px;
  z-index: -2;
}
@media screen and (min-width: 992px) {
  .index-area.art .intro-area-line {
    top: -10%;
  }
}
@media screen and (min-width: 1200px) {
  .index-area.art .intro-area-line {
    top: 3%;
  }
}
.index-area.art:before {
  content: "";
  background: url("../img/background/bg02_3x.png") center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -3%;
  left: 0;
  width: 8vw;
  height: 24vw;
  min-width: 67.5px;
  min-height: 225px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .index-area.art:before {
    top: -15%;
  }
}
.index-area.art:after {
  content: "";
  background: url("../img/background/bg01_3x.png") center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 10%;
  right: 0;
  width: 12vw;
  height: 38.5371428571vw;
  min-width: 105px;
  min-height: 337.2px;
  z-index: -1;
}
.index-area.art .intro-img-area {
  order: 2;
}
@media screen and (min-width: 768px) {
  .index-area.art .intro-img-area {
    order: 2;
  }
}
.index-area.art .intro-text-area {
  order: 1;
  padding-right: 45px;
}
@media screen and (min-width: 768px) {
  .index-area.art .intro-text-area {
    order: 1;
  }
}
.index-area.art .intro-title {
  background: url("../img/index/index_title01_2024_xs_2x.png") bottom no-repeat;
  background-size: 100% auto;
  max-width: 258px;
}
@media screen and (min-width: 450px) {
  .index-area.art .intro-title {
    background: url("../img/index/index_title01_2024_lg_2x.png") bottom no-repeat;
    background-size: 100% auto;
    max-width: 452px;
  }
}
.index-area.advocacy .intro-img-area {
  order: 2;
}
@media screen and (min-width: 768px) {
  .index-area.advocacy .intro-img-area {
    order: 1;
  }
}
.index-area.advocacy .intro-text-area {
  order: 1;
}
@media screen and (min-width: 768px) {
  .index-area.advocacy .intro-text-area {
    order: 2;
    padding-left: 45px;
  }
}
.index-area.advocacy .intro-title {
  background: url("../img/index/index_title02_xs_2x.png") bottom no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 450px) {
  .index-area.advocacy .intro-title {
    background: url("../img/index/index_title02_lg_2x.png") bottom no-repeat;
    background-size: 100% auto;
    max-width: 452px;
  }
}
.index-area.activity {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .index-area.activity .index-area-box {
    align-items: flex-end;
  }
}
.index-area.activity:after {
  content: "";
  background: url("../img/background/bg_line02_3x.png") 44% no-repeat;
  background-size: 2700px 275.4px;
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 40.8vw;
  min-width: 900px;
  min-height: 275.4px;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .index-area.activity:after {
    top: -9%;
  }
}
.index-area.activity:before {
  content: "";
  background: url("../img/background/bg03_3x.png") center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -6%;
  left: 0;
  width: 50vw;
  height: 30.1449275362vw;
  min-width: 310.5px;
  min-height: 187.2px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .index-area.activity:before {
    top: 10%;
  }
}
.index-area.activity .intro-img-area {
  order: 2;
}
@media screen and (min-width: 768px) {
  .index-area.activity .intro-img-area {
    order: 1;
  }
}
.index-area.activity .intro-text-area {
  order: 1;
}
@media screen and (min-width: 768px) {
  .index-area.activity .intro-text-area {
    order: 2;
    padding-left: 45px;
  }
}
.index-area.activity .intro-title {
  background: url("../img/2023/index/index_title03_xs_2x.png") bottom no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 450px) {
  .index-area.activity .intro-title {
    background: url("../img/2023/index/index_title03_lg_2x.png") bottom no-repeat;
    background-size: 100% auto;
    max-width: 452px;
  }
}
.index-area.activity-envelope {
  margin-bottom: 122px;
}
.index-area.activity-envelope .intro-img-area {
  order: 1;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .index-area.activity-envelope .intro-img-area {
    margin-bottom: 0;
    order: 2;
  }
}
.index-area.activity-envelope .intro-text-area {
  order: 2;
}
@media screen and (min-width: 768px) {
  .index-area.activity-envelope .intro-text-area {
    order: 1;
    padding-right: 45px;
  }
}
.index-area.activity-envelope .activity-btn {
  margin-bottom: 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .index-area.activity-envelope .activity-btn {
    margin: 0 auto 0 0;
  }
}
.index-area.art-author {
  padding-bottom: 149px;
}
.index-area.art-author:before {
  content: "";
  background: url("../img/background/bg_line02_3x.png") 67% no-repeat;
  background-size: 2700px 275.4px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 10.2vw;
  min-width: 900px;
  min-height: 275.4px;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .index-area.art-author:before {
    background: url("../img/background/bg_line02_3x.png") 49% no-repeat;
    background-size: 2700px 275.4px;
    top: 30%;
  }
}
@media screen and (min-width: 768px) {
  .index-area.art-author .fixed-page-middle-title {
    text-align: left;
  }
}
.index-area.art-author .intro-text-area {
  max-width: none;
}
@media screen and (min-width: 768px) {
  .index-area.art-author .intro-text-area {
    width: calc(100% - 180.6px);
    padding-right: 65px;
  }
}
.index-area.art-author .intro-img-area {
  max-width: 258px;
}
@media screen and (min-width: 768px) {
  .index-area.art-author .intro-img-area {
    max-width: 180.6px;
  }
}
@media screen and (min-width: 992px) {
  .index-area.art-author .intro-img-area {
    max-width: 258px;
  }
}
@media screen and (min-width: 768px) {
  .index-area.art-author .intro-desc {
    margin-bottom: 0;
  }
}
.index-area.uicc {
  padding-bottom: 149px;
}
.index-area.uicc .fixed-page-middle-title {
  text-align: left;
}
.index-area.uicc .intro-text-area {
  max-width: 620px;
  order: 2;
}
@media screen and (min-width: 768px) {
  .index-area.uicc .intro-text-area {
    order: 1;
    width: calc(100% - 182px);
    padding-right: 50px;
  }
}
.index-area.uicc .intro-img-area {
  order: 1;
  max-width: 260px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .index-area.uicc .intro-img-area {
    order: 2;
    max-width: 182px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .index-area.uicc .intro-img-area {
    max-width: 260px;
  }
}
.index-area.uicc .intro-more-btn {
  margin-bottom: 0;
}
.index-area.uicc:before {
  content: "";
  background: url("../img/background/bg_line02_3x.png") 67% no-repeat;
  background-size: 2700px 275.4px;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 10.2vw;
  min-width: 900px;
  min-height: 275.4px;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .index-area.uicc:before {
    background: url("../img/background/bg_line02_3x.png") 49% no-repeat;
    background-size: 2700px 275.4px;
    top: 15%;
  }
}
.index-area.hope {
  padding-top: 0;
  padding-bottom: 149px;
}
.index-area.hope .fixed-page-middle-title {
  text-align: left;
}
.index-area.hope .intro-text-area {
  max-width: 620px;
}
@media screen and (min-width: 768px) {
  .index-area.hope .intro-text-area {
    width: calc(100% - 182px);
    padding-left: 50px;
  }
}
.index-area.hope .intro-img-area {
  max-width: 260px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .index-area.hope .intro-img-area {
    max-width: 182px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .index-area.hope .intro-img-area {
    max-width: 260px;
  }
}
.index-area.website {
  background: url("../img/index/bg_01.png") center repeat;
  background-size: 40px;
  margin-top: 0px;
  padding: 30px 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .index-area.website {
    padding: 0 0 30px 0;
  }
}
.index-area.website .website-title {
  font-size: 20px;
  font-weight: bold;
  color: #FFF9F0;
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .index-area.website .website-title {
    font-size: 22px;
    margin-top: 25px;
  }
}
.index-area.website .row [class^=col] {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .index-area.website .row [class^=col] {
    margin-bottom: 0;
  }
}
.index-area.website .row a:last-child [class^=col] {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .index-area.website .row {
    margin-top: -20px;
  }
}
.index-area.website .row img {
  max-width: 100%;
}

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

.cate-area {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 16px;
  line-height: 1;
}
.cate-area.news .cate-icon.news {
  display: inline-block;
  height: 37px;
  width: 37px;
  background: url("../img/list/icon_label_news_news_2x.png") center no-repeat;
  background-size: 37px 37px;
  background-position: left;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 5px;
}
.cate-area.news .cate-icon.share {
  display: inline-block;
  height: 37px;
  width: 37px;
  background: url("../img/list/icon_label_news_share_2x.png") center no-repeat;
  background-size: 37px 37px;
  background-position: left;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 5px;
}
.cate-area.news .cate-icon.service {
  display: inline-block;
  height: 37px;
  width: 37px;
  background: url("../img/list/icon_label_news_service_2x.png") center no-repeat;
  background-size: 37px 37px;
  background-position: left;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 5px;
}
.cate-area.news .cate-icon.watch {
  display: inline-block;
  height: 37px;
  width: 37px;
  background: url("../img/list/icon_label_news_watch_2x.png") center no-repeat;
  background-size: 37px 37px;
  background-position: left;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 5px;
}
.cate-area.reading .cate-icon.article {
  display: inline-block;
  height: 37px;
  width: 37px;
  background: url("../img/list/icon_read_article_2x.png") center no-repeat;
  background-size: 37px 37px;
  background-position: left;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 5px;
}
.cate-area.reading .cate-icon.book {
  display: inline-block;
  height: 37px;
  width: 37px;
  background: url("../img/list/icon_read_book_2x.png") center no-repeat;
  background-size: 37px 37px;
  background-position: left;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 5px;
}
.cate-area.reading .cate-icon.video {
  display: inline-block;
  height: 37px;
  width: 37px;
  background: url("../img/list/icon_read_video_2x.png") center no-repeat;
  background-size: 37px 37px;
  background-position: left;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 5px;
}
.cate-area.grief_and_recovery .cate-icon {
  height: 37px;
  width: 37px;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 5px;
  display: inline-block;
}
.cate-area.grief_and_recovery .cate-icon.type01 {
  background: url("../img/list/icon_type01_2x.png") center no-repeat;
  background-size: 37px 37px;
  background-position: left;
}
.cate-area.grief_and_recovery .cate-icon.type02 {
  background: url("../img/list/icon_type02_2x.png") center no-repeat;
  background-size: 37px 37px;
  background-position: left;
}
.cate-area.grief_and_recovery .cate-icon.type03 {
  background: url("../img/list/icon_type03_2x.png") center no-repeat;
  background-size: 37px 37px;
  background-position: left;
}
.cate-area.grief_and_recovery .cate-icon.type04 {
  background: url("../img/list/icon_type04_2x.png") center no-repeat;
  background-size: 37px 37px;
  background-position: left;
}
.cate-area span + span {
  margin-left: 5px;
}

.list-area {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-area ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.list-area a {
  display: block;
}
.list-area a:hover .title-area {
  text-decoration: underline;
}
.list-area a:hover .acart-proportion-box:before {
  background-size: auto 120%;
}
.list-area .vip-icon {
  position: absolute;
  top: 0;
  left: 30px;
  width: 40px;
  height: 34px;
  z-index: 2;
}
.list-area .date {
  font-family: "Arial";
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.list-area .title-area {
  font-size: 21px;
  color: #29292B;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 5px;
}
.list-area .desc-area, .list-area .source-area {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.list-area .acart-proportion-box {
  position: relative;
  border-radius: 30px;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin-top: 5px;
}
.list-area .acart-proportion-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(169, 101, 39, 0.1);
  border-radius: inherit;
}
.list-area .acart-proportion-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  background: inherit;
  background-size: auto 100%;
  transition: all 0.8s;
}
.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;
}
@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 .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;
  }
}
@media screen and (min-width: 768px) {
  .list-area .media-list.type-2 {
    height: auto;
  }
}
.list-area .media-list.type-2 .media-area {
  height: 100%;
  width: 112px;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 500px) {
  .list-area .media-list.type-2 .media-area {
    width: 35%;
  }
}
@media screen and (min-width: 768px) {
  .list-area .media-list.type-2 .media-area {
    display: block;
    width: auto;
  }
}
.list-area .media-list.type-2 .content-area {
  position: relative;
  display: inline-block;
  width: calc(100% - 112px);
  vertical-align: top;
  height: 100%;
  padding-left: 12px;
}
@media screen and (min-width: 500px) {
  .list-area .media-list.type-2 .content-area {
    width: 65%;
  }
}
@media screen and (min-width: 768px) {
  .list-area .media-list.type-2 .content-area {
    display: block;
    margin-top: 10px;
    width: auto;
    padding-left: 0px;
  }
}
.list-area .media-list.type-3 {
  position: relative;
}
.list-area .media-list.type-3 .media-area {
  height: 100%;
  position: relative;
}
@media screen and (min-width: 700px) {
  .list-area .media-list.type-3 .media-area {
    width: 35%;
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  .list-area .media-list.type-3 .media-area {
    width: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .list-area .media-list.type-3 .media-area {
    width: 268px;
  }
}
.list-area .media-list.type-3 .media-area .acart-proportion-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: rgba(0, 0, 0, 0.05) 1px solid;
}
.list-area .media-list.type-3 .content-area {
  position: relative;
  margin-top: 10px;
}
@media screen and (min-width: 700px) {
  .list-area .media-list.type-3 .content-area {
    width: 65%;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    padding-left: 12px;
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .list-area .media-list.type-3 .content-area {
    width: calc(100% - 220px);
  }
}
@media screen and (min-width: 1200px) {
  .list-area .media-list.type-3 .content-area {
    width: calc(100% - 268px);
  }
}
.list-area .media-list.type-3 .btn-area {
  text-align: right;
  margin-top: 10px;
}
@media screen and (min-width: 700px) {
  .list-area .media-list.type-3 .btn-area {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-top: 0;
  }
}
.list-area .media-list.type-3 .btn-area .download-btn {
  display: inline-block;
  width: auto;
  padding: 6px 27px;
}
@media screen and (min-width: 700px) {
  .list-area .media-list.type-3 .btn-area .download-btn {
    padding: 9px 27px;
  }
}
.list-area .media-list.type-4 .content-area {
  margin-top: 15px;
}
.list-area .media-list.type-4 .content-area .desc-area {
  margin-top: 6px;
}

.intro-box-area {
  margin-bottom: 25px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .intro-box-area {
    margin-bottom: 35px;
    padding: 0 80px;
  }
}

.folding-box {
  background-color: #6F6AAA;
  border: 1px solid #FFD886;
  border-radius: 10px;
  padding: 25px 20px;
}
@media screen and (min-width: 768px) {
  .folding-box {
    padding: 35px 30px;
  }
}
@media screen and (min-width: 992px) {
  .folding-box {
    padding: 55px 50px;
  }
}
.folding-box .form-title {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #29292B;
  border-bottom: 1px solid rgba(87, 59, 35, 0.15);
  padding-bottom: 15px;
  margin-bottom: 30px;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .folding-box .form-title {
    font-size: 24px;
  }
}
.folding-box .form-title:first-child {
  margin-top: 0;
}
.folding-box .form-title span {
  display: block;
  vertical-align: middle;
}
@media screen and (min-width: 400px) {
  .folding-box .form-title span {
    display: inline-block;
  }
}
.folding-box .form-title span + span {
  font-size: 16px;
  color: #FF6A3A;
  margin-top: 5px;
  font-weight: normal;
}
@media screen and (min-width: 400px) {
  .folding-box .form-title span + span {
    margin-top: 0;
    margin-left: 15px;
  }
}
@media screen and (min-width: 992px) {
  .folding-box .checkbox-group {
    padding-left: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .folding-box .checkbox-group {
    padding-left: 10px;
  }
}

.interact-result-list {
  display: table;
  width: 100%;
}
.interact-result-list .t-row {
  border-bottom: 1px solid rgba(87, 59, 35, 0.15);
  padding: 20px 10px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .interact-result-list .t-row {
    display: table-row;
    padding: 0;
  }
}
.interact-result-list .t-row.head {
  display: none;
}
@media screen and (min-width: 992px) {
  .interact-result-list .t-row.head {
    display: table-row;
  }
}
.interact-result-list .t-row.head .t-cell {
  color: #5a5a5a;
  padding-top: 0;
  font-weight: bold;
}
.interact-result-list .t-row:last-child {
  border-bottom: 0;
}
@media screen and (min-width: 992px) {
  .interact-result-list .t-row:last-child .t-cell {
    border-bottom: 0;
  }
}
.interact-result-list .t-cell {
  display: block;
  font-size: 17px;
  line-height: 1;
  padding: 4px 0;
}
.interact-result-list .t-cell.w-20 {
  width: 20px;
}
.interact-result-list .t-cell.w-70 {
  width: 70px;
}
.interact-result-list .t-cell.w-85 {
  width: 85px;
}
.interact-result-list .t-cell.w-120 {
  width: 120px;
}
.interact-result-list .t-cell.w-220 {
  width: 220px;
}
.interact-result-list .t-cell.w-10-percent {
  width: 10%;
}
.interact-result-list .t-cell.w-15-percent {
  width: 15%;
}
.interact-result-list .t-cell.w-20-percent {
  width: 20%;
}
.interact-result-list .t-cell.w-60-percent {
  width: 60%;
}
.interact-result-list .t-cell.w-80-percent {
  width: 80%;
}
.interact-result-list .t-cell.set-align-center {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .interact-result-list .t-cell {
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px solid rgba(87, 59, 35, 0.15);
    padding: 22px 0;
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .interact-result-list .t-cell {
    font-size: 18px;
  }
}
.interact-result-list .t-cell.date {
  text-align: left;
}
@media screen and (min-width: 992px) {
  .interact-result-list .t-cell.date {
    text-align: center;
  }
}
.interact-result-list .t-cell.btn-group {
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
@media screen and (min-width: 992px) {
  .interact-result-list .t-cell.btn-group {
    top: 0;
    position: relative;
    transform: none;
  }
}
.interact-result-list .t-cell.btn-group .t-cell-btn {
  width: 28px;
  height: 28px;
  display: inline-block;
  border-radius: 50%;
}
.interact-result-list .t-cell.btn-group .t-cell-btn.download {
  background: url("../img/members/button_download_2x.png") no-repeat center #FF6A3A;
  background-size: 28px 28px;
}
.interact-result-list .t-cell.btn-group .t-cell-btn.delete {
  background: url("../img/members/button_delete_2x.png") no-repeat center #FEE5D1;
  background-size: 28px 28px;
  margin-left: 20px;
}

.art-list-title-icon {
  background: url("../img/advocacy/title_ribbon_2x.png") center no-repeat;
  background-size: 27px 42px;
  width: 100%;
  height: 42px;
  display: block;
}

.art-list-desc-area {
  position: relative;
}
.art-list-desc-area:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/background/page_bg.png") center no-repeat;
  background-size: 3000px 494px;
  width: 3000px;
  height: 494px;
  z-index: -2;
}
.art-list-desc-area .container {
  z-index: 2;
}
.art-list-desc-area.art-detail {
  padding-top: 139px;
}
.art-list-desc-area.art-detail .fixed-page-desc {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .art-list-desc-area.art-detail .fixed-page-desc {
    padding: 0 150px;
  }
}
.art-list-desc-area.art-detail .acticity-end-alert {
  text-align: center;
  margin-bottom: 0;
  margin-top: 15px;
}
.art-list-desc-area.advocacy .fixed-page-middle-title {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .art-list-desc-area.advocacy .fixed-page-middle-title {
    margin-bottom: 65px;
  }
}
.art-list-desc-area.advocacy .art-list-title-icon {
  margin-bottom: 6px;
}

.art-list-area {
  margin-bottom: 185px;
  position: relative;
  background-color: #FEF0E1;
}
.art-list-area:after {
  content: "";
  position: absolute;
  top: calc(100% - 75px);
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  background: url("../img/background/page_bg.png") center no-repeat;
  background-size: 3000px 494px;
  width: 3000px;
  height: 494px;
  z-index: -2;
}
.art-list-area .page-bg-top-box {
  top: -37%;
}
@media screen and (min-width: 400px) {
  .art-list-area .page-bg-top-box {
    top: -32%;
  }
}
@media screen and (min-width: 768px) {
  .art-list-area .page-bg-top-box {
    top: -32%;
  }
}
@media screen and (min-width: 992px) {
  .art-list-area .page-bg-top-box {
    top: -38%;
  }
}
@media screen and (min-width: 1200px) {
  .art-list-area .page-bg-top-box {
    top: -88%;
  }
}
.art-list-area .page-line-bg {
  z-index: 0;
}
.art-list-area .page-left-top-bg {
  z-index: 1;
}
.art-list-area .page-right-top-bg {
  z-index: 1;
}
.art-list-area .art-list-content {
  padding-top: 30px;
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .art-list-area .art-list-content {
    padding-top: 85px;
    flex-direction: row;
  }
}
.art-list-area .art-list-content .all-cancer {
  max-width: 294px;
  width: 100%;
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .art-list-area .art-list-content .all-cancer {
    margin-bottom: 0;
  }
}
.art-list-area .art-list-content .all-cancer img {
  margin-bottom: 15px;
  max-width: 80%;
}
@media screen and (min-width: 992px) {
  .art-list-area .art-list-content .all-cancer img {
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .art-list-area .art-list-content .all-cancer img {
    margin-bottom: 40px;
  }
}
.art-list-area .art-list-content .all-cancer .fixed-page-middle-title {
  line-height: 1;
  margin-bottom: 15px;
}
.art-list-area .art-list-content .cancer {
  margin-bottom: 25px;
}
.art-list-area .art-list-content .cancer:nth-child(even) {
  margin-left: 10px;
}
@media screen and (min-width: 375px) {
  .art-list-area .art-list-content .cancer:nth-child(even) {
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .art-list-area .art-list-content .cancer:nth-child(even) {
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .art-list-area .art-list-content .cancer:nth-child(even) {
    margin-right: 50px;
  }
}
@media screen and (min-width: 768px) {
  .art-list-area .art-list-content .cancer:nth-child(odd) {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (min-width: 992px) {
  .art-list-area .art-list-content .cancer:nth-child(odd) {
    margin-left: 0;
    margin-right: 50px;
  }
}
.art-list-area .art-list-content .cancer:nth-child(9) .cancer-title span {
  width: 68px;
}
.art-list-area .art-list-content .cancer.bone_neoplasm .cancer-img {
  background: url("../img/art/art_pic_bone_neoplasm.png") no-repeat;
  background-size: cover;
}
.art-list-area .art-list-content .cancer.bone_neoplasm .cancer-icon-ribbon {
  background: url("../img/advocacy/ribbon_bone_neoplasm_2x.png") no-repeat;
  background-size: 100% auto;
}
.art-list-area .art-list-content .cancer.breast_cancer .cancer-img {
  background: url("../img/art/art_pic_breast_cancer.png") no-repeat;
  background-size: cover;
}
.art-list-area .art-list-content .cancer.breast_cancer .cancer-icon-ribbon {
  background: url("../img/advocacy/ribbon_breast_cancer_2x.png") no-repeat;
  background-size: 100% auto;
}
.art-list-area .art-list-content .cancer.cervical_cancer .cancer-img {
  background: url("../img/art/art_pic_cervical_cancer.png") no-repeat;
  background-size: cover;
}
.art-list-area .art-list-content .cancer.cervical_cancer .cancer-icon-ribbon {
  background: url("../img/advocacy/ribbon_cervical_cancer_2x.png") no-repeat;
  background-size: 100% auto;
}
.art-list-area .art-list-content .cancer.colorectal_cancer .cancer-img {
  background: url("../img/art/art_pic_colorectal_cancer.png") no-repeat;
  background-size: cover;
}
.art-list-area .art-list-content .cancer.colorectal_cancer .cancer-icon-ribbon {
  background: url("../img/advocacy/ribbon_colorectal_cancer_2x.png") no-repeat;
  background-size: 100% auto;
}
.art-list-area .art-list-content .cancer.leukemia .cancer-img {
  background: url("../img/art/art_pic_leukemia.png") no-repeat;
  background-size: cover;
}
.art-list-area .art-list-content .cancer.leukemia .cancer-icon-ribbon {
  background: url("../img/advocacy/ribbon_leukemia_2x.png") no-repeat;
  background-size: 100% auto;
}
.art-list-area .art-list-content .cancer.liver_cancer .cancer-img {
  background: url("../img/art/art_pic_liver_cancer.png") no-repeat;
  background-size: cover;
}
.art-list-area .art-list-content .cancer.liver_cancer .cancer-icon-ribbon {
  background: url("../img/advocacy/ribbon_liver_cancer_2x.png") no-repeat;
  background-size: 100% auto;
}
.art-list-area .art-list-content .cancer.lymphoma_cancer .cancer-img {
  background: url("../img/art/art_pic_lymphoma_cancer.png") no-repeat;
  background-size: cover;
}
.art-list-area .art-list-content .cancer.lymphoma_cancer .cancer-icon-ribbon {
  background: url("../img/advocacy/ribbon_lymphoma_cancer_2x.png") no-repeat;
  background-size: 100% auto;
}
.art-list-area .art-list-content .cancer.neuroendocrine_tumor .cancer-img {
  background: url("../img/art/art_pic_neuroendocrine_tumor.png") no-repeat;
  background-size: cover;
}
.art-list-area .art-list-content .cancer.neuroendocrine_tumor .cancer-icon-ribbon {
  background: url("../img/advocacy/ribbon_neuroendocrine_tumor_2x.png") no-repeat;
  background-size: 100% auto;
}
.art-list-area .art-list-content .cancer.oropharyngeal_cancer .cancer-img {
  background: url("../img/art/art_pic_oropharyngeal_cancer.png") no-repeat;
  background-size: cover;
}
.art-list-area .art-list-content .cancer.oropharyngeal_cancer .cancer-icon-ribbon {
  background: url("../img/advocacy/ribbon_oropharyngeal_cancer_2x.png") no-repeat;
  background-size: 100% auto;
}
.art-list-area .art-list-content .cancer.lung_cancer .cancer-img {
  background: url("../img/art/art_pic_lung_cancer.png") no-repeat;
  background-size: cover;
}
.art-list-area .art-list-content .cancer.lung_cancer .cancer-icon-ribbon {
  background: url("../img/advocacy/ribbon_lung_cancer_2x.png") no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 992px) {
  .art-list-area .art-list-content .cancer {
    margin-right: 50px;
    margin-bottom: 35px;
  }
  .art-list-area .art-list-content .cancer:nth-child(even) {
    margin-left: 0;
  }
  .art-list-area .art-list-content .cancer:nth-child(1) {
    padding-left: 64px;
  }
  .art-list-area .art-list-content .cancer:nth-child(3) {
    padding-right: 64px;
    margin-right: 0;
  }
  .art-list-area .art-list-content .cancer:nth-child(7) {
    margin-right: 0;
  }
  .art-list-area .art-list-content .cancer:nth-child(8), .art-list-area .art-list-content .cancer:nth-child(9), .art-list-area .art-list-content .cancer:nth-child(10) {
    margin-bottom: 0;
  }
  .art-list-area .art-list-content .cancer:nth-child(10) {
    margin-right: 0;
  }
}
.art-list-area .art-list-content .cancer > a {
  display: block;
}
.art-list-area .art-list-content .cancer > a:hover span {
  text-decoration: none;
  color: #FF7F4D;
}
.art-list-area .art-list-content .cancer > a:hover .cancer-media-area {
  transform: translateY(-10px);
  transition: all 0.5s;
}
.art-list-area .art-list-content .cancer-list {
  width: 330px;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .art-list-area .art-list-content .cancer-list {
    width: 550px;
  }
}
@media screen and (min-width: 992px) {
  .art-list-area .art-list-content .cancer-list {
    width: calc(100% - 150px);
  }
}
@media screen and (min-width: 1200px) {
  .art-list-area .art-list-content .cancer-list {
    width: calc(100% - 294px);
    padding-left: 40px;
  }
}
.art-list-area .art-list-content .cancer-media-area {
  width: 150px;
  position: relative;
  transition: all 0.5s;
}
.art-list-area .art-list-content .cancer-img {
  margin: auto;
  width: 105px;
  height: 156px;
}
.art-list-area .art-list-content .cancer-text-area {
  width: 150px;
  text-align: center;
}
.art-list-area .art-list-content .cancer-text-area .cancer-title {
  text-align: center;
  padding: 10px 9px;
  border-radius: 10px;
  font-size: 0;
  background-color: #FFF;
}
.art-list-area .art-list-content .cancer-text-area .cancer-title span {
  width: auto;
  font-weight: bold;
  color: #29292B;
  line-height: 1.3;
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  padding-top: 3px;
}
.art-list-area .art-list-content .cancer-text-area .cancer-icon-ribbon {
  width: 18px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.art-list-area .art-list-content .cancer-text-area .cancer-icon-arrow {
  background: url("../img/btn/arrow_10_cancer_2x.png") left no-repeat;
  background-size: 26px 21px;
  width: 26px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  transition: all 0.5s;
}
.art-list-area .art-list-btn-area {
  text-align: center;
}
.art-list-area .art-list-btn-area .share-result-btn {
  position: relative;
  padding-right: 68px;
  background-color: #FF7F4D;
  display: inline-block;
  width: auto;
}
.art-list-area .art-list-btn-area .share-result-btn:before {
  content: "";
  width: 33px;
  height: 25px;
  background: url("../img/btn/arrow_square_2x.png") center no-repeat;
  background-size: 33px 25px;
  position: absolute;
  top: 10px;
  right: 18px;
}
.art-list-area .art-list-btn-area .share-result-btn:hover, .art-list-area .art-list-btn-area .share-result-btn:focus {
  background-color: #E57245;
  color: #FFF;
}

.art-video-area {
  position: relative;
  margin-bottom: 62px;
}
@media screen and (min-width: 768px) {
  .art-video-area {
    margin-bottom: 93px;
  }
}
.art-video-area:before {
  content: "";
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/art/video_bg02.png") center no-repeat;
  background-size: cover;
  width: calc(100% + 40px);
  padding-bottom: 56.9312977099%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .art-video-area:before {
    width: 1038px;
    padding-bottom: 529px;
  }
}
.art-video-area .fixed-page-middle-title {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .art-video-area .fixed-page-middle-title {
    margin-bottom: 30;
  }
}
@media screen and (min-width: 768px) {
  .art-video-area .art-media-area {
    padding: 0 50px;
  }
}
@media screen and (min-width: 992px) {
  .art-video-area .art-media-area:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: calc(100% - 45px);
    background: url("../img/art/video_pic_2x.png") center no-repeat;
    background-size: cover;
    width: 146px;
    height: 234px;
  }
}
.art-video-area .art-media-area iframe {
  width: 100%;
}
.art-video-area.art-detail-video {
  margin-bottom: 31px;
}
.art-video-area.art-detail-video .art-media-area {
  font-size: 0;
}
.art-video-area.art-detail-video .art-media-area iframe {
  margin-bottom: 25px;
}
.art-video-area.art-detail-video .art-media-area:after {
  display: none;
}
.art-video-area.art-detail-video .video-desc-area {
  line-height: 1.5;
  font-size: 17px;
  color: #29292B;
}
.art-video-area.art-detail-video .fixed-page-middle-title.main-title {
  color: #6F6AAA;
  font-size: 21px;
  line-height: 1.3;
  position: relative;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .art-video-area.art-detail-video .fixed-page-middle-title.main-title {
    font-size: 28px;
  }
}
.art-video-area.art-detail-video .fixed-page-middle-title.main-title span {
  position: relative;
  padding-left: 52px;
  padding-top: 2px;
}
@media screen and (min-width: 768px) {
  .art-video-area.art-detail-video .fixed-page-middle-title.main-title span {
    padding-top: 0;
  }
}
.art-video-area.art-detail-video .fixed-page-middle-title.main-title span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/art/icon_video_2x.png") left no-repeat;
  background-size: 37px 29px;
  width: 37px;
  height: 29px;
}
@media screen and (min-width: 768px) {
  .art-video-area.art-detail-video .fixed-page-middle-title.main-title span:before {
    background-size: 37px 29px;
    width: 37px;
    height: 29px;
  }
}
.art-video-area.art-detail-video .fixed-page-middle-title.sub-title {
  text-align: left;
  margin-bottom: 10px;
}

.index-area.art-detail {
  padding-bottom: 40px;
}
.index-area.art-detail .page-left-top-bg {
  top: 27%;
}
.index-area.art-detail .page-right-top-bg {
  top: 32%;
}
.index-area.art-detail .page-line-bg {
  background: url("../img/background/bg_line01_3x.png") 42% no-repeat;
  background-size: 2700px 318.6px;
  top: 23%;
}
@media screen and (min-width: 768px) {
  .index-area.art-detail {
    padding-bottom: 60px;
  }
  .index-area.art-detail .page-left-top-bg {
    top: -12%;
  }
  .index-area.art-detail .page-right-top-bg {
    top: 54%;
  }
  .index-area.art-detail .page-line-bg {
    top: 22%;
    height: 11.8vw;
  }
}
.index-area.art-detail .index-area-box {
  align-items: center;
}
@media screen and (min-width: 768px) {
  .index-area.art-detail .index-area-box {
    align-items: flex-start;
  }
}
.index-area.art-detail .intro-img-area {
  width: 406px;
  margin-bottom: 115px;
}
@media screen and (min-width: 768px) {
  .index-area.art-detail .intro-img-area {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .index-area.art-detail .intro-text-area {
    max-width: 463px;
    width: calc(100% - 338.8px);
  }
}
.index-area.art-detail .intro-img-area {
  background: url("../img/art/pic_bg.png") 100% 100% no-repeat;
  background-size: 100%;
  max-width: 406px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .index-area.art-detail .intro-img-area {
    max-width: 284.2px;
    background: url("../img/art/pic_bg.png") 0% -38px no-repeat;
    background-size: 100%;
  }
}
@media screen and (min-width: 992px) {
  .index-area.art-detail .intro-img-area {
    max-width: 406px;
    background-size: 90%;
  }
}
.index-area.art-detail .intro-img-area img {
  max-width: 100%;
}
.index-area.art-detail .cancer-title {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 5px;
  color: #6F6AAA;
  height: 33px;
  padding-left: 47px;
  padding-top: 2px;
}
.index-area.art-detail .cancer-title.file {
  background: url("../img/art/icon_file_2x.png") left no-repeat;
  background-size: 32px 33px;
}
.index-area.art-detail .cancer-title.treat {
  background: url("../img/art/icon_treat_2x.png") left no-repeat;
  background-size: 32px 33px;
}
.index-area.art-detail .cancer-title.prevent {
  background: url("../img/art/icon_prevent_2x.png") left no-repeat;
  background-size: 32px 33px;
}
.index-area.art-detail .cancer-desc {
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 1.5;
  color: #29292B;
}
.index-area.art-detail .cancer-desc.references {
  color: #818181;
  margin-bottom: 0;
}
.index-area.art-detail .cancer-desc.references a {
  color: #818181;
}
.index-area.art-detail .cancer-desc.references a:hover, .index-area.art-detail .cancer-desc.references a:focus {
  text-decoration: underline;
}

.art-introduction-area {
  padding-bottom: 124px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .art-introduction-area {
    padding-bottom: 250px;
  }
}
.art-introduction-area:before {
  content: "";
  background: url("../img/background/bg_line02_3x.png") 70% no-repeat;
  background-size: 2700px 318.6px;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%) rotate(360deg);
  width: 100vw;
  height: 11.8vw;
  min-width: 900px;
  min-height: 318.6px;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .art-introduction-area:before {
    background: url("../img/background/bg_line02_3x.png") 50% no-repeat;
    background-size: 2700px 318.6px;
    top: 0;
  }
}
.art-introduction-area .introduction-content {
  background-color: #FFF;
  padding: 24px 15px;
  text-align: center;
  border-radius: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .art-introduction-area .introduction-content {
    padding: 24px 30px;
  }
}
.art-introduction-area .introduction-content:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 13px;
  background: url("../img/art/sentence_frame_2x.png") left no-repeat;
  background-size: cover;
  width: 39px;
  height: 29px;
}
.art-introduction-area .introduction-content:after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 13px;
  transform: rotate(180deg);
  background: url("../img/art/sentence_frame_2x.png") left no-repeat;
  background-size: cover;
  width: 39px;
  height: 29px;
}
.art-introduction-area .fixed-page-middle-title {
  margin-bottom: 5px;
}
.art-introduction-area .fixed-page-middle-title span {
  padding: 4px 0 4px 42px;
  background: url("../img/art/icon_sentence_2x.png") left no-repeat;
  background-size: 32px 33px;
}
.art-introduction-area .introduction-desc {
  color: #6F6AAA;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.8352941176;
}

.art-get-envelope-area {
  text-align: center;
  background-color: #FEF0E1;
  padding-top: 40px;
  margin-bottom: -60px;
  padding-bottom: 60px;
}
.art-get-envelope-area img {
  max-width: 484px;
  width: 100%;
  margin: auto 0 35px;
}
.art-get-envelope-area .activity-btn {
  margin: 0 auto;
}

.activity-step-area {
  margin-bottom: 35px;
  position: relative;
}
.activity-step-area .step-title-area {
  margin-bottom: 26px;
}
.activity-step-area .step-title-area .step-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
  color: #FF7F4D;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .activity-step-area .step-title-area {
    margin-bottom: 0;
  }
}
.activity-step-area .activity-step-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .activity-step-area .activity-step-content {
    max-width: 543px;
    margin: 0 auto 35px;
  }
}
@media screen and (min-width: 1200px) {
  .activity-step-area .activity-step-content {
    flex-direction: row;
    align-items: flex-start;
    max-width: none;
    margin: 0 0 35px;
  }
}
.activity-step-area .activity-step-content .step-img {
  max-width: 257px;
  margin-bottom: 15px;
}
.activity-step-area .activity-step-content .step-img img {
  max-width: 100%;
}
.activity-step-area .activity-step-content .step-title {
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  color: #6F6AAA;
  margin-bottom: 5px;
}
.activity-step-area .activity-step-content .step-desc {
  font-size: 15px;
  line-height: 1.5;
  color: #29292B;
  max-width: 200px;
  margin: auto;
}
.activity-step-area .activity-step-content .step-arrow {
  position: absolute;
  top: 85px;
  left: 35px;
  background: url("../img/btn/arrow_step_2x.png") center no-repeat;
  background-size: 33px 25px;
  width: 33px;
  height: 25px;
  display: none;
}
@media screen and (min-width: 1200px) {
  .activity-step-area .activity-step-content .step-arrow {
    display: block;
  }
}
.activity-step-area .activity-step-content .activity-step {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .activity-step-area .activity-step-content .activity-step {
    margin-bottom: 0;
  }
  .activity-step-area .activity-step-content .activity-step:nth-child(1) {
    margin-right: auto;
  }
  .activity-step-area .activity-step-content .activity-step:nth-child(2) {
    margin-top: -66px;
    margin-left: auto;
  }
  .activity-step-area .activity-step-content .activity-step:nth-child(3) {
    margin-top: -66px;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .activity-step-area .activity-step-content .activity-step + .activity-step {
    padding-left: 98px;
  }
  .activity-step-area .activity-step-content .activity-step:nth-child(1) {
    margin-right: 0;
  }
  .activity-step-area .activity-step-content .activity-step:nth-child(2) {
    margin-top: 46px;
    margin-left: 0;
  }
  .activity-step-area .activity-step-content .activity-step:nth-child(3) {
    margin-top: 92px;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .activity-step-area .step-btn-area {
    padding: 0px 132px;
  }
}
.activity-step-area .step-btn-area .activity-btn {
  margin: auto;
}

.activity-choose-area .activity-choose-content {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .activity-choose-area .activity-choose-content {
    padding: 0 120px;
  }
}
@media screen and (min-width: 992px) {
  .activity-choose-area .activity-choose-content {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .activity-choose-area .activity-choose-content {
    padding: 0 150px;
  }
}
.activity-choose-area .activity-choose {
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}
.activity-choose-area .activity-choose a {
  display: block;
  position: relative;
  transition: all 0.5s;
}
.activity-choose-area .activity-choose a:hover {
  transform: translateY(-20px);
  transition: all 0.5s;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .activity-choose-area .activity-choose {
    width: auto;
  }
  .activity-choose-area .activity-choose:nth-child(even) {
    padding-left: 110px;
  }
}
@media screen and (min-width: 992px) {
  .activity-choose-area .activity-choose {
    margin-bottom: 0;
  }
  .activity-choose-area .activity-choose + .activity-choose {
    padding-left: 110px;
  }
  .activity-choose-area .activity-choose:nth-child(2) {
    margin-top: 50px;
  }
  .activity-choose-area .activity-choose:nth-child(4), .activity-choose-area .activity-choose:nth-child(5) {
    margin-top: 50px;
  }
  .activity-choose-area .activity-choose:nth-child(4) {
    padding: 0;
  }
}
.activity-choose-area .activity-choose .choose-img {
  width: 200px;
  height: 295px;
  margin: auto;
  margin-bottom: 20px;
}
.activity-choose-area .activity-choose .choose-title {
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  color: #6F6AAA;
  text-decoration: none;
}
.activity-choose-area .activity-choose .choose-title span {
  position: relative;
  padding: 4px 47px 4px 0;
  text-decoration: none;
}
.activity-choose-area .activity-choose .choose-title span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/btn/arrow_circle_2x.png") 50% 51% no-repeat;
  background-size: 22px 18px;
  background-color: #6F6AAA;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.activity-choose-area .activity-choose.envelope01 .choose-img {
  background: url("../img/envelope/button_envelope01_2x.png") left no-repeat;
  background-size: cover;
}
.activity-choose-area .activity-choose.envelope03 .choose-img {
  background: url("../img/envelope/button_envelope03_2x.png") left no-repeat;
  background-size: cover;
}
.activity-choose-area .activity-choose.envelope04 .choose-img {
  background: url("../img/envelope/button_envelope04_2x.png") left no-repeat;
  background-size: cover;
}
.activity-choose-area .activity-choose.envelope05 .choose-img {
  background: url("../img/envelope/button_envelope05_2x.png") left no-repeat;
  background-size: cover;
}
.activity-choose-area .activity-choose.envelope02 .choose-img {
  background: url("../img/2023/envelope/2023_button_envelope02_2x.png") left no-repeat;
  background-size: cover;
}
.activity-choose-area .activity-choose:hover .choose-title, .activity-choose-area .activity-choose:focus .choose-title {
  color: #FF7F4D;
}
.activity-choose-area .activity-choose:hover .choose-title span, .activity-choose-area .activity-choose:focus .choose-title span {
  text-decoration: none;
}
.activity-choose-area .activity-choose:hover .choose-title span:before, .activity-choose-area .activity-choose:focus .choose-title span:before {
  background-color: #FF7F4D;
}

.activity-share-result-area .result-desc {
  margin: auto;
  text-align: center;
  max-width: 668px;
  font-size: 17px;
  line-height: 1.5;
  color: #29292B;
  margin-bottom: 40px;
}
.activity-share-result-area .envelope-input-area {
  width: 100%;
  padding-bottom: 148%;
  max-width: 600px;
  margin: auto;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (min-width: 440px) {
  .activity-share-result-area .envelope-input-area {
    max-width: 400px;
    height: 592px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 600px) {
  .activity-share-result-area .envelope-input-area {
    max-width: 567px;
    height: 509px;
  }
}
.activity-share-result-area .envelope-input-area.pic01 {
  background: url("../img/envelope/text_pic01_xs_2x.png") left no-repeat;
  background-size: cover;
}
@media screen and (min-width: 600px) {
  .activity-share-result-area .envelope-input-area.pic01 {
    background: url("../img/envelope/text_pic01_2x.png") left no-repeat;
    background-size: cover;
  }
}
.activity-share-result-area .envelope-input-area.pic03 {
  background: url("../img/envelope/text_pic03_xs_2x.png") left no-repeat;
  background-size: cover;
}
@media screen and (min-width: 600px) {
  .activity-share-result-area .envelope-input-area.pic03 {
    background: url("../img/envelope/text_pic03_2x.png") left no-repeat;
    background-size: cover;
  }
}
.activity-share-result-area .envelope-input-area.pic04 {
  background: url("../img/envelope/text_pic04_xs_2x.png") left no-repeat;
  background-size: cover;
}
@media screen and (min-width: 600px) {
  .activity-share-result-area .envelope-input-area.pic04 {
    background: url("../img/envelope/text_pic04_2x.png") left no-repeat;
    background-size: cover;
  }
}
.activity-share-result-area .envelope-input-area.pic05 {
  background: url("../img/envelope/text_pic05_xs_2x.png") left no-repeat;
  background-size: cover;
}
@media screen and (min-width: 600px) {
  .activity-share-result-area .envelope-input-area.pic05 {
    background: url("../img/envelope/text_pic05_2x.png") left no-repeat;
    background-size: cover;
  }
}
.activity-share-result-area .envelope-input-area.pic02 {
  background: url("../img/2023/envelope/2023_text_pic02_xs_2x.png") left no-repeat;
  background-size: cover;
}
@media screen and (min-width: 600px) {
  .activity-share-result-area .envelope-input-area.pic02 {
    background: url("../img/2023/envelope/2023_text_pic02_2x.png") left no-repeat;
    background-size: cover;
  }
}
.activity-share-result-area .envelope-input-area textarea {
  background: transparent;
  position: absolute;
  top: 44%;
  width: 75%;
  left: 50%;
  height: 15% !important;
  transform: translate(-50%, -50%);
  font-size: 15px;
  line-height: 1.5;
  color: #000;
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  resize: none;
  /*remove the resize handle on the bottom right*/
}
@media screen and (min-width: 600px) {
  .activity-share-result-area .envelope-input-area textarea {
    font-size: 19px;
    left: 52%;
    width: 46%;
    height: 12% !important;
  }
}
.activity-share-result-area .envelope-input-area textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4B4B50;
  opacity: 1;
  /* Firefox */
}
.activity-share-result-area .envelope-input-area textarea:-ms-input-placeholder, .activity-share-result-area .envelope-input-area textarea::-ms-input-placeholder {
  /* Internet Explorer 10-11 & Microsoft Edge */
  color: #4B4B50;
}

.share-btn-box {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .share-btn-box {
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .share-btn-box {
    padding: 0 213px;
  }
}

.lucky-draw-form-area {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 40px 30px;
  background-color: #FEE5D1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lucky-draw-form-area {
    margin: 0 auto;
    border-radius: 137px;
    padding: 65px 141px;
  }
  .lucky-draw-form-area:after {
    content: "";
    background: url("../img/envelope/form_pic02_2x.png") center no-repeat;
    width: 112px;
    height: 131px;
    background-size: cover;
    position: absolute;
    left: -40px;
    bottom: 15px;
  }
}
.lucky-draw-form-area .lucky-draw-group {
  margin-bottom: 0;
}
.lucky-draw-form-area .lucky-draw-group + .lucky-draw-group {
  margin-top: 20px;
}
.lucky-draw-form-area:before {
  content: "";
  background: url("../img/envelope/form_pic01_2x.png") center no-repeat;
  width: 135.3px;
  height: 151.25px;
  background-size: cover;
  position: absolute;
  top: 120px;
  right: -15px;
}
@media screen and (min-width: 768px) {
  .lucky-draw-form-area:before {
    width: 246px;
    height: 275px;
    top: 40px;
    right: -75px;
  }
}

.advocacy-knowledge-area {
  background: url("../img/advocacy/number_bg.png") #FEF0E1 50% 0% no-repeat;
  background-size: 688.8px 339.5px;
}
@media screen and (min-width: 992px) {
  .advocacy-knowledge-area {
    background-size: 984px 485px;
  }
}
.advocacy-knowledge-area .page-bg-top-box {
  top: -55%;
}
@media screen and (min-width: 400px) {
  .advocacy-knowledge-area .page-bg-top-box {
    top: -47%;
  }
}
@media screen and (min-width: 768px) {
  .advocacy-knowledge-area .page-bg-top-box {
    top: -39%;
  }
}
@media screen and (min-width: 992px) {
  .advocacy-knowledge-area .page-bg-top-box {
    top: -44%;
  }
}
@media screen and (min-width: 1200px) {
  .advocacy-knowledge-area .page-bg-top-box {
    top: -48%;
  }
}
.advocacy-knowledge-area .page-left-bottom-bg {
  top: 9%;
  z-index: 1;
  display: none;
}
@media screen and (min-width: 992px) {
  .advocacy-knowledge-area .page-left-bottom-bg {
    display: block;
  }
}
.advocacy-knowledge-area .page-right-bottom-bg {
  top: 28%;
  z-index: 1;
  display: none;
}
@media screen and (min-width: 992px) {
  .advocacy-knowledge-area .page-right-bottom-bg {
    display: block;
  }
}
.advocacy-knowledge-area .page-line-bottom-bg {
  display: none;
}
@media screen and (min-width: 992px) {
  .advocacy-knowledge-area .page-line-bottom-bg {
    display: block;
  }
}
.advocacy-knowledge-area .art-container {
  z-index: 5;
}
.advocacy-knowledge-area .advocacy-introduction-area {
  text-align: center;
  margin-bottom: 20px;
}
.advocacy-knowledge-area .advocacy-introduction-area .advocacy-introduction {
  background-color: #FFF;
  padding: 15px 20px;
  font-size: 17px;
  line-height: 1;
  color: #6F6AAA;
  font-weight: bold;
  display: inline-block;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .advocacy-knowledge-area .advocacy-introduction-area .advocacy-introduction {
    font-size: 21px;
  }
}
.advocacy-knowledge-area .advocacy-knowledge-info {
  text-align: center;
  font-size: 15px;
  color: #29292B;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .advocacy-knowledge-area .advocacy-knowledge-info {
    font-size: 17px;
    margin-bottom: 65px;
  }
}
.advocacy-knowledge-area .advocacy-knowledge-info span {
  font-weight: bold;
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .advocacy-knowledge-area .advocacy-knowledge-info span {
    font-size: 19px;
  }
}
.advocacy-knowledge-area .advocacy-knowledge-info .info {
  line-height: 1.3;
}
.advocacy-knowledge-area .advocacy-knowledge-info .info + .info {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .advocacy-knowledge-area .advocacy-knowledge-info .info + .info {
    margin-top: 15px;
  }
}
.advocacy-knowledge-area .advocacy-img-area {
  width: 100%;
  margin-bottom: 35px;
}
.advocacy-knowledge-area .advocacy-img-area img {
  max-width: 100%;
}
.advocacy-knowledge-area .btn-area {
  text-align: center;
}
.advocacy-knowledge-area .btn-area .intro-more-btn {
  margin: 0 auto 0;
}

.ribbon-list-area {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 270px;
  margin: auto;
}
@media screen and (min-width: 550px) {
  .ribbon-list-area {
    width: 500px;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .ribbon-list-area {
    width: 100%;
  }
}
.ribbon-list-area .ribbon {
  margin: 0 11px 25px;
  flex: 1;
}
.ribbon-list-area .ribbon a {
  display: block;
  position: relative;
  transition: all 0.5s;
}
.ribbon-list-area .ribbon a:hover {
  transform: translateY(-20px);
  transition: all 0.5s;
}
.ribbon-list-area .ribbon .ribbon-img {
  width: 40px;
  margin-bottom: 25px;
}
.ribbon-list-area .ribbon .ribbon-img img {
  max-width: 100%;
}
.ribbon-list-area .ribbon .ribbon-text {
  font-weight: bold;
  width: 68px;
  font-size: 17px;
  line-height: 1.5;
  font-family: "Microsoft JhengHei";
  margin: auto;
}
.ribbon-list-area .ribbon:hover .ribbon-text, .ribbon-list-area .ribbon:focus .ribbon-text {
  color: #6F6AAA;
}

.fixedpage-intro-area.ribbon {
  position: relative;
}
.fixedpage-intro-area.milestone .fixed-page-desc {
  text-align: left;
  margin-bottom: 35px;
}
.fixedpage-intro-area.milestone .milestone-area {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .fixedpage-intro-area.milestone .milestone-area {
    align-items: center;
  }
}
.fixedpage-intro-area.milestone .milestone-box {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fixedpage-intro-area.milestone .milestone-box {
    height: 152px;
  }
  .fixedpage-intro-area.milestone .milestone-box .milestone-year-area {
    margin: 0 auto;
  }
}
.fixedpage-intro-area.milestone .milestone-box:first-child .milestone-year-area:before {
  top: 50%;
}
.fixedpage-intro-area.milestone .milestone-box:last-child .milestone-year-area:before {
  height: 125%;
}
.fixedpage-intro-area.milestone .milestone-box:last-child .milestone-year-area:after {
  content: "";
  position: absolute;
  height: 40px;
  width: 60px;
  background: url("../img/advocacy/timeline_arrow_2x.png") top no-repeat;
  background-size: 100% auto;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .fixedpage-intro-area.milestone .milestone-box:last-child .milestone-year-area:after {
    height: 60px;
    width: 100px;
  }
}
.fixedpage-intro-area.milestone .milestone-box.highlight .milestone-year-area {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .fixedpage-intro-area.milestone .milestone-box.highlight .milestone-year-area {
    padding: 0 25px;
  }
}
.fixedpage-intro-area.milestone .milestone-box.highlight .milestone-year-area .milestone-year {
  width: 60px;
  height: 60px;
  background-color: #9691D1;
}
@media screen and (min-width: 768px) {
  .fixedpage-intro-area.milestone .milestone-box.highlight .milestone-year-area .milestone-year {
    width: 100px;
    height: 100px;
  }
  .fixedpage-intro-area.milestone .milestone-box.highlight .milestone-year-area .milestone-year:after {
    left: calc(100% - 15px);
  }
  .fixedpage-intro-area.milestone .milestone-box.highlight .milestone-year-area .milestone-year:before {
    left: calc(100% + 20px);
  }
}
.fixedpage-intro-area.milestone .milestone-box.highlight .milestone-year-area .milestone-year span {
  width: 40px;
  height: 40px;
  color: #9691D1;
}
@media screen and (min-width: 768px) {
  .fixedpage-intro-area.milestone .milestone-box.highlight .milestone-year-area .milestone-year span {
    padding: 32px 10px;
    width: 80px;
    height: 80px;
    font-size: 21px;
  }
}
.fixedpage-intro-area.milestone .milestone-box.highlight .milestone-year-area .milestone-year:after {
  background-color: #9691D1;
  z-index: -1;
}
.fixedpage-intro-area.milestone .milestone-box.highlight .milestone-year-area .milestone-year:before {
  background-color: #9691D1;
  z-index: -1;
}
.fixedpage-intro-area.milestone .milestone-box .milestone-year-area {
  position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  margin-right: 35px;
}
@media screen and (min-width: 768px) {
  .fixedpage-intro-area.milestone .milestone-box .milestone-year-area {
    margin-right: auto;
    padding: 0 35px;
  }
}
.fixedpage-intro-area.milestone .milestone-box .milestone-year-area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 35px;
  background-color: #FE966E;
}
@media screen and (min-width: 768px) {
  .fixedpage-intro-area.milestone .milestone-box .milestone-year-area:before {
    width: 50px;
  }
}
.fixedpage-intro-area.milestone .milestone-box .milestone-year-area .milestone-year {
  width: 60px;
  height: 60px;
  background-color: #FE966E;
  border-radius: 50%;
  position: relative;
  color: #FE966E;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .fixedpage-intro-area.milestone .milestone-box .milestone-year-area .milestone-year {
    width: 80px;
    height: 80px;
    font-size: 17px;
  }
}
.fixedpage-intro-area.milestone .milestone-box .milestone-year-area .milestone-year:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 40px;
  background-color: #FE966E;
  top: 50%;
  left: calc(100% - 10px);
  transform: translateY(-50%);
}
.fixedpage-intro-area.milestone .milestone-box .milestone-year-area .milestone-year:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background-color: #FE966E;
  top: 50%;
  border-radius: 50%;
  left: calc(100% + 30px);
  transform: translateY(-50%);
}
.fixedpage-intro-area.milestone .milestone-box .milestone-year-area .milestone-year span {
  width: 40px;
  height: 40px;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px 1px;
}
@media screen and (min-width: 768px) {
  .fixedpage-intro-area.milestone .milestone-box .milestone-year-area .milestone-year span {
    width: 60px;
    height: 60px;
    padding: 22px 10px;
  }
}
.fixedpage-intro-area.milestone .milestone-box .milestone-text-area {
  text-align: left;
  padding-left: 15px;
  padding-bottom: 15px;
  padding: 20px 0 20px 15px;
  flex: auto;
}
.fixedpage-intro-area.milestone .milestone-box .milestone-text-area.animation-fadeInUp {
  animation-name: milestoneFadeInUp;
  -webkit-animation-name: milestoneFadeInUp;
}
@media screen and (min-width: 768px) {
  .fixedpage-intro-area.milestone .milestone-box .milestone-text-area {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 280px;
    padding: 20px 15px 20px 0;
  }
}
.fixedpage-intro-area.milestone .milestone-box .milestone-text-area .milestone-title {
  font-size: 21px;
  line-height: 1.3;
  font-weight: bold;
  color: #6F6AAA;
  margin-bottom: 17px;
}
.fixedpage-intro-area.milestone .milestone-box .milestone-text-area .milestone-desc {
  font-size: 15px;
  line-height: 1.5;
  color: #29292B;
}
@keyframes milestoneFadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(-50%);
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .fixedpage-intro-area.milestone .milestone-box.left .milestone-year-area {
    order: 2;
  }
  .fixedpage-intro-area.milestone .milestone-box.left .milestone-year-area .milestone-year:after {
    left: auto;
    right: calc(100% - 10px);
    transform: translateY(-50%);
  }
  .fixedpage-intro-area.milestone .milestone-box.left .milestone-year-area .milestone-year:before {
    left: auto;
    right: calc(100% + 30px);
    transform: translateY(-50%);
  }
  .fixedpage-intro-area.milestone .milestone-box.left .milestone-text-area {
    order: 1;
    right: calc(50% + 80px);
  }
}
@media screen and (min-width: 768px) {
  .fixedpage-intro-area.milestone .milestone-box.right .milestone-text-area {
    padding: 20px 0 20px 15px;
  }
  .fixedpage-intro-area.milestone .milestone-box.right .milestone-text-area {
    left: calc(50% + 80px);
  }
}
/*# sourceMappingURL=maps/base.css.map */
