body {
  word-break: break-all;
  word-break: break-word;
  position: relative;
  background: url("../img/page/bg.png") center repeat;
  background-size: 110px auto;
  width: 100%;
  overflow-x: hidden;
  padding-top: 65px;
  font-size: 16px;
  color: #484848;
  line-height: 1.6;
  font-family: 'Arial','Microsoft JhengHei'; }
  @media screen and (min-width: 1025px) {
    body {
      padding-top: 65px;
      padding-bottom: 50px; } }
  @media screen and (min-width: 1025px) {
    body.exhibition, body.story {
      overflow: hidden; } }

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

.color-main-1 {
  color: #382c38; }

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

.color-main-3 {
  color: #52443f; }

.color-main-4 {
  color: #f26666; }

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

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

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

.color-sub-4 {
  color: #ffffff; }

.color-sub-5 {
  color: #ffd5be; }

.color-sub-6 {
  color: #aa9994; }

.color-sub-7 {
  color: #9e8881; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media screen and (min-width: 1025px) {
    .container {
      width: 1000px; } }
  @media screen and (min-width: 1170px) {
    .container {
      width: 1140px; } }

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

header .lg-header-area:after, .header-nav:after, footer .fixed-area:after, .page-area:after, .page-top-area:after, .bottom-area:after, .right-page-bottom:after, .form-area:after, .input-icon-group.vcode:after, .act2020 .my-scene .my-scene-box:after, .act2020 .my-scene .my-scene-box.listen .index-modal.ig:after, .act2020 .my-scene .my-scene-box.line:after, .act2020 .my-scene .my-scene-box.line .left-area:after, .act2020 .my-scene .my-scene-box.plan .plan-box:after, .index-modal.ig .modal-content:after, .list-area:after, .media-list:after, .media-list.type-4:after, .my-scene.form .btn-area:after, .my-scene .btn-area:after, .my-scene-box.sm:after, .my-scene-box.sm .unit-title:after, .my-scene-box.sm .index-list-area:after, .my-scene-box.sm .list-bottom-area:after, .index-modal .modal-content .modal-bottom-area:after, .index-modal .modal-content .modal-bottom-area .left-area:after {
  content: '';
  display: block;
  clear: both; }

.article-area, .tinymce, #tinymce, .mce-tinymce {
  word-break: break-all; }
  .article-area iframe, .tinymce iframe, #tinymce iframe, .mce-tinymce iframe {
    max-width: 100%; }
  .article-area img, .tinymce img, #tinymce img, .mce-tinymce img {
    height: auto;
    max-width: 100%; }
  .article-area h3, .tinymce h3, #tinymce h3, .mce-tinymce h3 {
    color: #d7191f;
    font-size: 18px; }
  .article-area h4, .tinymce h4, #tinymce h4, .mce-tinymce h4 {
    font-size: 17px;
    color: #f26666; }
  .article-area p, .tinymce p, #tinymce p, .mce-tinymce p {
    /*line-height: 1.6;*/ }
  .article-area a, .tinymce a, #tinymce a, .mce-tinymce a {
    color: #2d6ebe; }
    .article-area a:hover, .tinymce a:hover, #tinymce a:hover, .mce-tinymce a:hover {
      text-decoration: underline; }
  .article-area ul, .tinymce ul, #tinymce ul, .mce-tinymce ul {
    padding: 0;
    list-style: none; }
    .article-area ul li, .tinymce ul li, #tinymce ul li, .mce-tinymce ul li {
      padding-left: 18px;
      position: relative; }
      .article-area ul li:before, .tinymce ul li:before, #tinymce ul li:before, .mce-tinymce ul li:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 10px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #ffa79e; }
  .article-area ol, .tinymce ol, #tinymce ol, .mce-tinymce ol {
    padding: 0;
    list-style: none;
    counter-reset: ol-item; }
    .article-area ol li, .tinymce ol li, #tinymce ol li, .mce-tinymce ol li {
      display: block;
      padding-left: 18px;
      position: relative; }
      .article-area ol li:before, .tinymce ol li:before, #tinymce ol li:before, .mce-tinymce ol li:before {
        position: absolute;
        left: 0;
        top: 0;
        content: counter(ol-item) ".";
        counter-increment: ol-item;
        color: #9e8881;
        display: inline-block; }
  .article-area table, .tinymce table, #tinymce table, .mce-tinymce table {
    border: 1px solid #c7b9b5;
    max-width: 100%;
    border-collapse: collapse; }
    .article-area table tr td, .tinymce table tr td, #tinymce table tr td, .mce-tinymce table tr td, .article-area table tr th, .tinymce table tr th, #tinymce table tr th, .mce-tinymce table tr th {
      font-size: inherit;
      font-family: 'Arial','Microsoft JhengHei'; }
    .article-area table th, .tinymce table th, #tinymce table th, .mce-tinymce table th {
      color: #d7191f;
      font-size: 17px;
      background-color: #fedcc9;
      border: 1px solid #c7b9b5;
      padding: 8px 14px; }
    .article-area table td, .tinymce table td, #tinymce table td, .mce-tinymce table td {
      color: #52443f;
      font-size: 15px;
      background-color: #ffffff;
      border: 1px solid #c7b9b5;
      padding: 8px 14px; }

.breadcrumbs {
  font-size: 13px;
  margin: 6px 0px 8px 0;
  color: #a38f89; }
  .breadcrumbs a {
    color: #a38f89; }
  .breadcrumbs span {
    color: #f26666; }
  @media screen and (min-width: 1025px) {
    .breadcrumbs {
      margin: 15px 0px 20px 0; } }
  @media screen and (min-width: 1025px) {
    .breadcrumbs.fixed {
      position: fixed;
      top: 64px;
      left: 115px;
      z-index: 3; } }

.page_list {
  text-align: center;
  margin: 10px 0 0px 0; }
  .page_list ul {
    margin-bottom: 0px; }
    .page_list ul li {
      cursor: pointer;
      display: inline-block;
      width: 42px; }
      .page_list ul li span, .page_list ul li a {
        position: relative;
        background: none;
        border: none;
        font-size: 18px;
        font-family: Arial;
        color: #7f8385;
        font-weight: bold;
        border-radius: 20px !important;
        width: 35px;
        height: 35px;
        padding: 6px 0; }
        .page_list ul li span i, .page_list ul li a i {
          /*color: #7f8385;*/
          font-weight: bold;
          font-size: 20px; }
        .page_list ul li span.selected, .page_list ul li span:hover, .page_list ul li a.selected, .page_list ul li a:hover {
          color: #fff;
          background: #fe6756; }
      .page_list ul li:last-child span {
        margin-left: -5px; }
        .page_list ul li:last-child span i {
          margin-left: -2px; }
        .page_list ul li:last-child span:hover {
          background: #fe6756; }
          .page_list ul li:last-child span:hover i {
            color: #fff; }

.tag {
  display: inline-block;
  background-color: #d7191f;
  border-radius: 0 5px 0 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 1px 10px 0px 10px;
  margin-top: 20px; }
  @media screen and (min-width: 1025px) {
    .tag {
      margin-top: 0; } }

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

.text-danger {
  color: #f26666; }

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

/*
=================================================================
(#m02-1hds) HEADER
=================================================================
*/
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background: white;
  z-index: 99; }
  @media screen and (min-width: 1025px) {
    header {
      background: rgba(255, 255, 255, 0.9); } }
  header h1 {
    margin: 0;
    line-height: 0; }
  header .lg-header-area {
    position: relative;
    height: 65px;
    padding-right: 270px; }
    @media screen and (min-width: 1170px) {
      header .lg-header-area {
        padding-right: 282px; } }
    header .lg-header-area .logo-area {
      margin: 6px 0 0 15px;
      float: left; }
      header .lg-header-area .logo-area img {
        height: auto;
        width: 240px; }
        @media screen and (min-width: 1170px) {
          header .lg-header-area .logo-area img {
            width: 251px; } }
    header .lg-header-area .hot-line-area {
      background: url("../img/header/phone_2x.png") center no-repeat;
      background-size: 100% auto;
      width: 282px;
      height: 69px;
      position: absolute;
      right: -12px;
      top: 0; }
      @media screen and (min-width: 1170px) {
        header .lg-header-area .hot-line-area {
          right: 0; } }

.header-nav {
  list-style: none;
  float: right;
  padding: 0px;
  margin: 0;
  margin-right: 0px;
  height: 100%; }
  @media screen and (min-width: 1170px) {
    .header-nav {
      margin-right: 17px; } }
  .header-nav .header-nav2 {
    display: none;
    padding: 0px;
    list-style: none; }
  .header-nav > li {
    position: relative;
    height: 100%;
    float: left;
    vertical-align: middle; }
    .header-nav > li + li {
      margin-left: 15px; }
    .header-nav > li > a {
      display: inline-block;
      font-size: 16px;
      position: relative;
      height: 100%;
      padding-top: 18px;
      width: 100%;
      text-align: center;
      color: #010101; }
    @media screen and (min-width: 1170px) {
      .header-nav > li + li {
        margin-left: 25px; }
      .header-nav > li > a {
        font-size: 18px; } }
    .header-nav > li:hover > a, .header-nav > li.active > a {
      color: #d7191f; }
    .header-nav > li:hover .header-nav2 {
      display: block; }
  .header-nav .header-nav2 {
    width: 100%;
    position: absolute;
    top: 100%;
    width: 170px;
    border: 1px solid #8F8F8F;
    left: 50%;
    margin-left: -65px;
    background: rgba(0, 0, 0, 0.5); }
    .header-nav .header-nav2 > li + li {
      position: relative; }
      .header-nav .header-nav2 > li + li:after {
        content: '';
        display: block;
        position: absolute;
        width: 117px;
        left: 29px;
        top: 0;
        border-top: 1px dashed #8F8F8F; }
    .header-nav .header-nav2 > li > a {
      padding: 15px 6px;
      color: #FFF;
      font-size: 16px;
      text-align: center;
      display: block; }
      .header-nav .header-nav2 > li > a:hover {
        color: #FFA79E; }

div.mb-header {
  position: relative;
  z-index: 1000;
  padding-right: 53px;
  height: 65px; }
  @media screen and (min-width: 400px) {
    div.mb-header {
      padding-right: 60px; } }
  div.mb-header img {
    max-width: 100%;
    height: auto; }
  div.mb-header .mb-logo-area {
    padding-top: 4px;
    height: 38px;
    display: inline-block;
    padding-left: 5px; }
    div.mb-header .mb-logo-area img {
      width: 136px; }
  div.mb-header .button-area {
    position: absolute;
    right: 0;
    top: 0; }
  div.mb-header .phone-area {
    background: #F8BDB3;
    height: 27px;
    line-height: 25px;
    padding-left: 6px; }
    div.mb-header .phone-area .title {
      font-size: 14px;
      vertical-align: middle; }
    div.mb-header .phone-area .number {
      margin-left: 3px;
      color: #FFF;
      vertical-align: middle;
      font-weight: bold;
      font-size: 20px; }
  div.mb-header div.xs-menu {
    background: #52443F;
    display: inline-block;
    width: 53px;
    height: 65px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    background-size: 100%;
    background-position: 5px 50%;
    position: relative; }
    @media screen and (min-width: 400px) {
      div.mb-header div.xs-menu {
        width: 60px; } }
    div.mb-header div.xs-menu .icon-wrapper {
      display: inline-block;
      margin: 20px 0 0 0;
      width: 36px;
      height: 21px;
      position: relative; }
      div.mb-header div.xs-menu .icon-wrapper span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #FFF;
        border-radius: 4px;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.4s;
        transition: 0.4s;
        right: 0; }
        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: 10px; }
        div.mb-header div.xs-menu .icon-wrapper span:nth-child(3) {
          top: 20px; }
    div.mb-header div.xs-menu.active span:nth-child(1) {
      width: 100%; }
    div.mb-header div.xs-menu.active span:nth-child(2) {
      width: 28px; }
    div.mb-header div.xs-menu.active span:nth-child(3) {
      width: 20px; }

div#mb-sidebar {
  display: none;
  position: fixed;
  width: 100%;
  top: -100%;
  z-index: 20;
  background: #F26666; }
  div#mb-sidebar .slimScrollDiv {
    width: 100%; }
  div#mb-sidebar.hidden-sidebar {
    display: block;
    top: -100%;
    -webkit-animation-name: hiddensidebar;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 0.5s;
    animation-name: hiddensidebar;
    animation-timing-function: ease-in;
    animation-duration: 0.5s; }
  div#mb-sidebar.show-sidebar {
    display: block;
    top: 65px;
    height: 110vh;
    -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: 1025px) {
    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: 65px; }
  100% {
    top: -100%; } }

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

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

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

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

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

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

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

div.sidebar-content {
  padding-bottom: 65px;
  background: #F26666; }
  div.sidebar-content .search-area {
    padding: 5px 11px 11px;
    background: #FEF89A; }
    div.sidebar-content .search-area .input-group {
      border: 1px solid #f1e988;
      border-radius: 5px;
      overflow: hidden; }
      div.sidebar-content .search-area .input-group input {
        padding: 0 15px;
        font-size: 14px;
        width: 100%;
        outline: none;
        border: none; }
      div.sidebar-content .search-area .input-group .btn {
        width: 49px; }
      div.sidebar-content .search-area .input-group input, div.sidebar-content .search-area .input-group .btn {
        height: 32px; }
      div.sidebar-content .search-area .input-group .btn {
        border: none;
        background: #f89828 url("../img/sidebar/header_lg_link_search_2x.png") center no-repeat;
        background-size: 14px auto; }
  div.sidebar-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    text-align: center;
    background: #F26666; }
    div.sidebar-content ul li a {
      display: block;
      padding: 16px 30px; }
      div.sidebar-content ul li a .sidebar-nav-icon {
        margin-left: 10px;
        font-size: 18px;
        float: right;
        background-size: 100%;
        margin-top: 3px;
        transition: transform 0.5s;
        transform: rotate(0deg); }
      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.layer-1 > li {
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
      div.sidebar-content ul.layer-1 > li > a {
        font-size: 18px;
        background: #F26666;
        color: #FFF; }
        div.sidebar-content ul.layer-1 > li > a .sidebar-nav-icon {
          color: #ffa79e; }
        div.sidebar-content ul.layer-1 > li > a:hover, div.sidebar-content ul.layer-1 > li > a.open {
          background: #F26666;
          color: #FFF; }
          div.sidebar-content ul.layer-1 > li > a:hover .sidebar-nav-icon, div.sidebar-content ul.layer-1 > li > a.open .sidebar-nav-icon {
            color: #ffa79e; }
      div.sidebar-content ul.layer-1 > li:first-child {
        border: none; }
    div.sidebar-content ul.layer-2 > li {
      border-top: 0 solid rgba(255, 255, 255, 0.2); }
      div.sidebar-content ul.layer-2 > li > a {
        font-size: 16px;
        background: #F26666;
        color: #FFF; }
        div.sidebar-content ul.layer-2 > li > a .sidebar-nav-icon {
          color: #ffa79e; }
        div.sidebar-content ul.layer-2 > li > a:hover, div.sidebar-content ul.layer-2 > li > a.open {
          background: #F26666;
          color: #FFF; }
          div.sidebar-content ul.layer-2 > li > a:hover .sidebar-nav-icon, div.sidebar-content ul.layer-2 > li > a.open .sidebar-nav-icon {
            color: #ffa79e; }
    div.sidebar-content ul.layer-1 {
      padding: 20px 30px 0; }
      div.sidebar-content ul.layer-1 > li {
        position: relative; }
        div.sidebar-content ul.layer-1 > li > a .text {
          display: inline-block;
          position: relative; }
        div.sidebar-content ul.layer-1 > li > a .sidebar-nav-icon {
          font-weight: bold;
          font-size: 18px;
          position: absolute;
          right: -18px;
          top: 0px; }
        div.sidebar-content ul.layer-1 > li > a.open ~ ul, div.sidebar-content ul.layer-1 > li > a.active ~ ul {
          padding-bottom: 15px; }
        div.sidebar-content ul.layer-1 > li > a {
          padding: 20px 0; }
    div.sidebar-content ul.layer-2 > li {
      position: relative; }
      div.sidebar-content ul.layer-2 > li > a .text {
        display: inline-block;
        position: relative; }
      div.sidebar-content ul.layer-2 > li > a .sidebar-nav-icon {
        font-weight: bold;
        font-size: 18px;
        position: absolute;
        right: -18px;
        top: 0px; }
      div.sidebar-content ul.layer-2 > li > a.open ~ ul, div.sidebar-content ul.layer-2 > li > a.active ~ ul {
        padding-bottom: 15px; }
      div.sidebar-content ul.layer-2 > li:first-child > a {
        padding-top: 0; }
      div.sidebar-content ul.layer-2 > li > a {
        padding: 10px 0; }
        div.sidebar-content ul.layer-2 > li > a:hover > .text-area, div.sidebar-content ul.layer-2 > li > a.active > .text-area {
          position: relative; }
          div.sidebar-content ul.layer-2 > li > a:hover > .text-area .text, div.sidebar-content ul.layer-2 > li > a.active > .text-area .text {
            position: relative;
            z-index: 2; }
          div.sidebar-content ul.layer-2 > li > a:hover > .text-area:before, div.sidebar-content ul.layer-2 > li > a.active > .text-area:before {
            content: '';
            display: block;
            position: absolute;
            height: 8px;
            width: calc( 100% + 30px);
            left: -15px;
            top: 6px;
            background: #ED5758;
            z-index: 1; }
  div.sidebar-content > ul {
    display: block; }

/*
=================================================================
(#m02-2fts) FOOTER
=================================================================
*/
@media screen and (min-width: 1025px) {
  body.no-info-area .info-area {
    display: none !important; }
  body.no-gotop #to-top {
    display: none !important; } }

footer {
  position: relative;
  z-index: 3; }
  footer.pd-b {
    padding-bottom: 50px; }
  footer #to-top {
    display: inline-block;
    width: 70px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    right: 6px;
    top: -20px;
    background: #fb8585 url("../img/footer/icon_top_2x.png") top 6px center no-repeat;
    background-size: 22px auto;
    text-align: center;
    color: #ffffff;
    padding-top: 17px;
    font-size: 12px;
    border-radius: 75px 75px 0 0;
    z-index: 4; }
  footer .info-area {
    padding: 0 15px;
    background: #fb8585;
    position: relative;
    z-index: 2; }
    footer .info-area .sponsor-area {
      text-align: center;
      color: #ffffff;
      padding-bottom: 30px; }
      footer .info-area .sponsor-area .sponsor-box {
        margin: 0 auto;
        display: table;
        width: 290px;
        font-size: 16px; }
        footer .info-area .sponsor-area .sponsor-box .title {
          display: table-cell;
          vertical-align: middle;
          width: 56px;
          padding-right: 10px;
          line-height: 1.4; }
        footer .info-area .sponsor-area .sponsor-box .sponsor-btn {
          display: table-cell;
          vertical-align: middle; }
        footer .info-area .sponsor-area .sponsor-box + .sponsor-box {
          margin-top: 14px; }
    footer .info-area .logo-area {
      padding-top: 32px;
      padding-bottom: 28px; }
      footer .info-area .logo-area img {
        width: 100%;
        max-width: 397px;
        margin: 0 auto;
        height: auto;
        display: block; }
    footer .info-area .sponsor-btn {
      display: inline-block;
      border-radius: 70px;
      background: #ffffff;
      width: 272px;
      height: 70px;
      margin-top: 8px; }
      footer .info-area .sponsor-btn.cwlf {
        background: #ffffff url("../img/footer/2021logo_cwlf_2x.png") center no-repeat;
        background-size: 152px auto; }
      footer .info-area .sponsor-btn.cola {
        background: #ffffff url("../img/footer/logo_swire_cola_2x.png") center no-repeat;
        background-size: 104px auto; }
    @media screen and (min-width: 360px) {
      footer .info-area .sponsor-area .sponsor-box {
        width: 320px; } }
    @media screen and (min-width: 700px) {
      footer .info-area .sponsor-area .sponsor-box {
        text-align: center;
        display: inline-block;
        width: auto; }
        footer .info-area .sponsor-area .sponsor-box + .sponsor-box {
          margin-top: 0;
          margin-left: 18px; }
        footer .info-area .sponsor-area .sponsor-box .title {
          display: block;
          width: auto;
          padding: 0; }
        footer .info-area .sponsor-area .sponsor-box .sponsor-btn {
          display: inline-block; } }
    @media screen and (min-width: 1025px) {
      footer .info-area {
        padding: 33px 15px	 33px 15px;
        display: table;
        width: 100%;
        table-layout: fixed; }
        footer .info-area .sponsor-area {
          display: table-cell;
          vertical-align: top;
          text-align: right;
          padding-bottom: 0; }
        footer .info-area .logo-area {
          display: table-cell;
          vertical-align: top;
          width: 397px;
          padding-top: 14px;
          padding-bottom: 0; } }
    @media screen and (min-width: 1170px) {
      footer .info-area {
        padding: 33px 140px 33px 67px; } }
  footer .fixed-area {
    padding: 12px 20px;
    display: block;
    width: 100%;
    bottom: 0;
    background: #392F2C;
    z-index: 4; }
    @media screen and (min-width: 1025px) {
      footer .fixed-area {
        height: 50px;
        position: fixed; } }
    footer .fixed-area .sponsor-area {
      float: left;
      color: #ffffff; }
      footer .fixed-area .sponsor-area span + span {
        margin-left: 30px; }
    footer .fixed-area .copyright-area {
      text-align: center;
      color: #85807E;
      font-size: 13px; }
      footer .fixed-area .copyright-area a {
        color: #85807E; }
      footer .fixed-area .copyright-area .power-acart {
        display: block; }
    @media screen and (min-width: 700px) {
      footer .fixed-area .copyright-area {
        text-align: right; } }
    @media screen and (min-width: 1025px) {
      footer .fixed-area .copyright-area {
        margin-top: 3px;
        float: right; }
        footer .fixed-area .copyright-area .power-acart {
          display: inline-block;
          margin-left: 37px; } }

/*
=================================================================
(#m03mcs) MAIN CONTENT
=================================================================
*/
.btn {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 150px;
  height: 42px;
  border-radius: 42px;
  font-size: 17px;
  padding: 10px 10px;
  border: none; }
  @media screen and (min-width: 1025px) {
    .btn {
      width: 170px;
      height: 49px;
      border-radius: 49px; } }
  .btn.btn-reset {
    color: #ffffff;
    background-color: #52443f;
    position: relative; }
  .btn.btn-submit {
    color: #ffffff;
    background-color: #f26666;
    position: relative; }
  .btn.btn-reset:after, .btn.btn-submit:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 50%;
    right: 50%;
    width: 248px;
    height: 90px;
    background: url("../img/index/button_mask_r_2x.png") center no-repeat;
    background-size: 248px auto;
    transition: all .7s;
    transform: translate(80%, 74%); }
  .btn.btn-reset:hover:after, .btn.btn-submit:hover:after {
    transform: translate(36%, 54%); }
  .btn.btn-ask {
    color: #ffffff;
    background-color: #52443f;
    width: auto;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    height: 42px;
    padding: 0 23px 0 55px;
    line-height: 42px; }
    @media screen and (min-width: 1025px) {
      .btn.btn-ask {
        line-height: 50px;
        padding: 0 8px 0 48px;
        width: 200px;
        height: 50px; } }
    .btn.btn-ask .index-btn-icon {
      content: '';
      display: block;
      position: absolute;
      background: url("../img/index/button_icon_ask_xs_2x.png") center no-repeat;
      background-size: 31px auto;
      width: 31px;
      height: 36px;
      left: 10px;
      top: 2px; }
      @media screen and (min-width: 1025px) {
        .btn.btn-ask .index-btn-icon {
          border-radius: 50%;
          width: 42px;
          height: 42px;
          background: #FFF url("../img/index/button_icon_ask_2x.png") center no-repeat;
          background-size: 28px auto;
          left: 3px;
          top: 4px; } }
    .btn.btn-ask:not(.no-mask):before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 260px;
      height: 103px;
      background: url("../img/index/button_mask_l_2x.png") center no-repeat;
      background-size: 260px auto;
      transition: all .7s;
      transform: translate(-95%, -50%); }
      @media screen and (min-width: 1600px) {
        .btn.btn-ask:not(.no-mask):before {
          transform: translate(-106%, -50%); } }
    .btn.btn-ask:not(.no-mask):after {
      content: '';
      display: block;
      position: absolute;
      bottom: 50%;
      right: 50%;
      width: 248px;
      height: 90px;
      background: url("../img/index/button_mask_r_2x.png") center no-repeat;
      background-size: 248px auto;
      transition: all .7s;
      transform: translate(97%, 74%); }
      @media screen and (min-width: 1600px) {
        .btn.btn-ask:not(.no-mask):after {
          transform: translate(117%, 67%); } }
    .btn.btn-ask:hover:not(.no-mask):before {
      transform: translate(50%, 50%); }
    .btn.btn-ask:hover:not(.no-mask):after {
      transform: translate(-50%, -50%); }
  .btn.btn-how {
    color: #ffffff;
    background-color: #f26666;
    width: auto;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    height: 42px;
    padding: 0 23px 0 55px;
    line-height: 42px; }
    @media screen and (min-width: 1025px) {
      .btn.btn-how {
        line-height: 50px;
        padding: 0 8px 0 48px;
        width: 200px;
        height: 50px; } }
    .btn.btn-how .index-btn-icon {
      content: '';
      display: block;
      position: absolute;
      background: url("../img/index/button_icon_how_xs_2x.png") center no-repeat;
      background-size: 31px auto;
      width: 31px;
      height: 36px;
      left: 10px;
      top: 2px; }
      @media screen and (min-width: 1025px) {
        .btn.btn-how .index-btn-icon {
          border-radius: 50%;
          width: 42px;
          height: 42px;
          background: #FFF url("../img/index/button_icon_how_2x.png") center no-repeat;
          background-size: 28px auto;
          left: 3px;
          top: 4px; } }
    .btn.btn-how:not(.no-mask):before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 260px;
      height: 103px;
      background: url("../img/index/button_mask_l_2x.png") center no-repeat;
      background-size: 260px auto;
      transition: all .7s;
      transform: translate(-95%, -50%); }
      @media screen and (min-width: 1600px) {
        .btn.btn-how:not(.no-mask):before {
          transform: translate(-106%, -50%); } }
    .btn.btn-how:not(.no-mask):after {
      content: '';
      display: block;
      position: absolute;
      bottom: 50%;
      right: 50%;
      width: 248px;
      height: 90px;
      background: url("../img/index/button_mask_r_2x.png") center no-repeat;
      background-size: 248px auto;
      transition: all .7s;
      transform: translate(97%, 74%); }
      @media screen and (min-width: 1600px) {
        .btn.btn-how:not(.no-mask):after {
          transform: translate(117%, 67%); } }
    .btn.btn-how:hover:not(.no-mask):before {
      transform: translate(50%, 50%); }
    .btn.btn-how:hover:not(.no-mask):after {
      transform: translate(-50%, -50%); }
  .btn.btn-mine {
    color: #ffffff;
    background-color: #52443f;
    width: auto;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    height: 42px;
    padding: 0 23px 0 55px;
    line-height: 42px; }
    @media screen and (min-width: 1025px) {
      .btn.btn-mine {
        line-height: 50px;
        padding: 0 8px 0 48px;
        width: 200px;
        height: 50px; } }
    .btn.btn-mine .index-btn-icon {
      content: '';
      display: block;
      position: absolute;
      background: url("../img/index/button_icon_mine_xs_2x.png") center no-repeat;
      background-size: 31px auto;
      width: 31px;
      height: 36px;
      left: 10px;
      top: 2px; }
      @media screen and (min-width: 1025px) {
        .btn.btn-mine .index-btn-icon {
          border-radius: 50%;
          width: 42px;
          height: 42px;
          background: #FFF url("../img/index/button_icon_mine_2x.png") center no-repeat;
          background-size: 28px auto;
          left: 3px;
          top: 4px; } }
    .btn.btn-mine:not(.no-mask):before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 260px;
      height: 103px;
      background: url("../img/index/button_mask_l_2x.png") center no-repeat;
      background-size: 260px auto;
      transition: all .7s;
      transform: translate(-95%, -50%); }
      @media screen and (min-width: 1600px) {
        .btn.btn-mine:not(.no-mask):before {
          transform: translate(-106%, -50%); } }
    .btn.btn-mine:not(.no-mask):after {
      content: '';
      display: block;
      position: absolute;
      bottom: 50%;
      right: 50%;
      width: 248px;
      height: 90px;
      background: url("../img/index/button_mask_r_2x.png") center no-repeat;
      background-size: 248px auto;
      transition: all .7s;
      transform: translate(97%, 74%); }
      @media screen and (min-width: 1600px) {
        .btn.btn-mine:not(.no-mask):after {
          transform: translate(117%, 67%); } }
    .btn.btn-mine:hover:not(.no-mask):before {
      transform: translate(50%, 50%); }
    .btn.btn-mine:hover:not(.no-mask):after {
      transform: translate(-50%, -50%); }
  .btn.btn-download {
    color: #ffffff;
    background-color: #f26666;
    width: auto;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    height: 42px;
    padding: 0 23px 0 55px;
    line-height: 42px; }
    @media screen and (min-width: 1025px) {
      .btn.btn-download {
        line-height: 50px;
        padding: 0 8px 0 48px;
        width: 200px;
        height: 50px; } }
    .btn.btn-download .index-btn-icon {
      content: '';
      display: block;
      position: absolute;
      background: url("../img/index/button_icon_download_xs_2x.png") center no-repeat;
      background-size: 31px auto;
      width: 31px;
      height: 36px;
      left: 10px;
      top: 2px; }
      @media screen and (min-width: 1025px) {
        .btn.btn-download .index-btn-icon {
          border-radius: 50%;
          width: 42px;
          height: 42px;
          background: #FFF url("../img/index/button_icon_download_2x.png") center no-repeat;
          background-size: 28px auto;
          left: 3px;
          top: 4px; } }
    .btn.btn-download:not(.no-mask):before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 260px;
      height: 103px;
      background: url("../img/index/button_mask_l_2x.png") center no-repeat;
      background-size: 260px auto;
      transition: all .7s;
      transform: translate(-95%, -50%); }
      @media screen and (min-width: 1600px) {
        .btn.btn-download:not(.no-mask):before {
          transform: translate(-106%, -50%); } }
    .btn.btn-download:not(.no-mask):after {
      content: '';
      display: block;
      position: absolute;
      bottom: 50%;
      right: 50%;
      width: 248px;
      height: 90px;
      background: url("../img/index/button_mask_r_2x.png") center no-repeat;
      background-size: 248px auto;
      transition: all .7s;
      transform: translate(97%, 74%); }
      @media screen and (min-width: 1600px) {
        .btn.btn-download:not(.no-mask):after {
          transform: translate(117%, 67%); } }
    .btn.btn-download:hover:not(.no-mask):before {
      transform: translate(50%, 50%); }
    .btn.btn-download:hover:not(.no-mask):after {
      transform: translate(-50%, -50%); }
  .btn.btn-story {
    color: #ffffff;
    background-color: #f26666;
    width: auto;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    height: 42px;
    padding: 0 23px 0 55px;
    line-height: 42px; }
    @media screen and (min-width: 1025px) {
      .btn.btn-story {
        line-height: 50px;
        padding: 0 8px 0 48px;
        width: 200px;
        height: 50px; } }
    .btn.btn-story .index-btn-icon {
      content: '';
      display: block;
      position: absolute;
      background: url("../img/index/button_icon_story_xs_2x.png") center no-repeat;
      background-size: 31px auto;
      width: 31px;
      height: 36px;
      left: 10px;
      top: 2px; }
      @media screen and (min-width: 1025px) {
        .btn.btn-story .index-btn-icon {
          border-radius: 50%;
          width: 42px;
          height: 42px;
          background: #FFF url("../img/index/button_icon_story_2x.png") center no-repeat;
          background-size: 28px auto;
          left: 3px;
          top: 4px; } }
    .btn.btn-story:not(.no-mask):before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 260px;
      height: 103px;
      background: url("../img/index/button_mask_l_2x.png") center no-repeat;
      background-size: 260px auto;
      transition: all .7s;
      transform: translate(-95%, -50%); }
      @media screen and (min-width: 1600px) {
        .btn.btn-story:not(.no-mask):before {
          transform: translate(-106%, -50%); } }
    .btn.btn-story:not(.no-mask):after {
      content: '';
      display: block;
      position: absolute;
      bottom: 50%;
      right: 50%;
      width: 248px;
      height: 90px;
      background: url("../img/index/button_mask_r_2x.png") center no-repeat;
      background-size: 248px auto;
      transition: all .7s;
      transform: translate(97%, 74%); }
      @media screen and (min-width: 1600px) {
        .btn.btn-story:not(.no-mask):after {
          transform: translate(117%, 67%); } }
    .btn.btn-story:hover:not(.no-mask):before {
      transform: translate(50%, 50%); }
    .btn.btn-story:hover:not(.no-mask):after {
      transform: translate(-50%, -50%); }
  .btn.btn-line_antibully {
    color: #ffffff;
    background-color: #f26666;
    width: auto;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    height: 42px;
    padding: 0 23px 0 55px;
    line-height: 42px; }
    @media screen and (min-width: 1025px) {
      .btn.btn-line_antibully {
        line-height: 50px;
        padding: 0 8px 0 48px;
        width: 200px;
        height: 50px; } }
    .btn.btn-line_antibully .index-btn-icon {
      content: '';
      display: block;
      position: absolute;
      background: url("../img/index/button_icon_line_antibully_xs_2x.png") center no-repeat;
      background-size: 31px auto;
      width: 31px;
      height: 36px;
      left: 10px;
      top: 2px; }
      @media screen and (min-width: 1025px) {
        .btn.btn-line_antibully .index-btn-icon {
          border-radius: 50%;
          width: 42px;
          height: 42px;
          background: #FFF url("../img/index/button_icon_line_antibully_2x.png") center no-repeat;
          background-size: 28px auto;
          left: 3px;
          top: 4px; } }
    .btn.btn-line_antibully:not(.no-mask):before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 260px;
      height: 103px;
      background: url("../img/index/button_mask_l_2x.png") center no-repeat;
      background-size: 260px auto;
      transition: all .7s;
      transform: translate(-95%, -50%); }
      @media screen and (min-width: 1600px) {
        .btn.btn-line_antibully:not(.no-mask):before {
          transform: translate(-106%, -50%); } }
    .btn.btn-line_antibully:not(.no-mask):after {
      content: '';
      display: block;
      position: absolute;
      bottom: 50%;
      right: 50%;
      width: 248px;
      height: 90px;
      background: url("../img/index/button_mask_r_2x.png") center no-repeat;
      background-size: 248px auto;
      transition: all .7s;
      transform: translate(97%, 74%); }
      @media screen and (min-width: 1600px) {
        .btn.btn-line_antibully:not(.no-mask):after {
          transform: translate(117%, 67%); } }
    .btn.btn-line_antibully:hover:not(.no-mask):before {
      transform: translate(50%, 50%); }
    .btn.btn-line_antibully:hover:not(.no-mask):after {
      transform: translate(-50%, -50%); }
  .btn.btn-signup {
    color: #ffffff;
    background-color: #f26666;
    position: relative;
    font-size: 18px;
    width: auto;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    height: 42px;
    padding: 0 23px 0 23px;
    line-height: 42px; }
    @media screen and (min-width: 1025px) {
      .btn.btn-signup {
        line-height: 50px;
        padding: 0 8px 0 8px;
        width: 200px;
        height: 50px; } }

.page-list {
  text-align: center;
  margin-bottom: 40px; }
  .page-list .pagination {
    margin: 14px 0 20px 0; }
    .page-list .pagination li {
      display: inline-block;
      width: 44px; }
      .page-list .pagination li span, .page-list .pagination li a {
        font-size: 18px;
        font-family: Arial;
        font-weight: bold;
        color: #a38f89;
        background-color: transparent;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        padding: 0;
        line-height: 30px;
        border: none; }
        .page-list .pagination li span.selected, .page-list .pagination li span:hover, .page-list .pagination li a.selected, .page-list .pagination li a:hover {
          color: #ffffff;
          background-color: #ffa79e; }
      .page-list .pagination li .fa {
        font-size: 22px; }
      .page-list .pagination li.left {
        margin-right: 10px; }
        .page-list .pagination li.left i {
          position: relative;
          right: 2px;
          top: 1px; }
      .page-list .pagination li.right {
        margin-left: 10px; }
        .page-list .pagination li.right i {
          position: relative;
          left: 2px;
          top: 1px; }

.page-area {
  margin-bottom: 60px; }
  @media screen and (min-width: 1025px) {
    .page-area {
      margin-bottom: 82px; } }

.page-top-area {
  position: relative; }
  .page-top-area .media-area {
    position: relative;
    float: left;
    width: 100%; }
    .page-top-area .media-area .img-border {
      border: 1px solid #ffffff;
      border-radius: 10px;
      overflow: hidden; }
  .page-top-area .source {
    color: #a38f89;
    font-size: 14px;
    margin-left: 10px; }
  .page-top-area .title {
    display: block;
    color: #a38f89;
    font-size: 22px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 1.4; }
    @media screen and (min-width: 768px) {
      .page-top-area .title {
        font-size: 25px;
        margin-top: 7px; } }
    @media screen and (min-width: 1025px) {
      .page-top-area .title {
        font-size: 28px;
        margin-top: 10px; } }
  .page-top-area .description {
    color: #52443f;
    font-size: 16px;
    padding-bottom: 80px;
    margin: 0; }
  .page-top-area .share-box {
    position: absolute;
    right: 0;
    bottom: 13px; }
  .page-top-area:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 0px;
    right: 0;
    bottom: 0px;
    border-bottom: 2px dashed #FFFFFF; }
  @media screen and (min-width: 768px) {
    .page-top-area.img-type:before {
      width: calc(100%  - 385px); } }
  @media screen and (min-width: 1025px) {
    .page-top-area.img-type:before {
      width: calc(100%  - 395px); } }
  .page-top-area.img-type .media-area img {
    border-radius: 10px; }
  @media screen and (min-width: 768px) {
    .page-top-area.img-type .media-area {
      width: 350px; } }
  @media screen and (min-width: 1025px) {
    .page-top-area.img-type .media-area {
      width: 360px; } }
  @media screen and (min-width: 768px) {
    .page-top-area.img-type .content-area {
      padding-left: 385px; } }
  @media screen and (min-width: 1025px) {
    .page-top-area.img-type .content-area {
      padding-left: 395px; } }
  @media screen and (min-width: 768px) {
    .page-top-area.video-type:before {
      width: calc(100%  - 515px); } }
  @media screen and (min-width: 1025px) {
    .page-top-area.video-type:before {
      width: calc(100%  - 515px); } }
  .page-top-area.video-type .media-area {
    transform: translateZ(0px); }
    .page-top-area.video-type .media-area iframe {
      border-radius: 10px; }
    @media screen and (min-width: 1025px) {
      .page-top-area.video-type .media-area {
        width: 480px; } }
  @media screen and (min-width: 1025px) {
    .page-top-area.video-type .content-area {
      padding-left: 515px; } }
  .page-top-area.border-full-width:before {
    width: 100%; }

.article-area, .tinymce, #tinymce, .mce-tinymce {
  padding: 32px 0 0 0;
  color: #52443f;
  font-size: 16px; }
  .article-area p, .tinymce p, #tinymce p, .mce-tinymce p {
    word-break: break-all; }

.share-box .share-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-position: -1px -1px; }
  .share-box .share-btn.facebook {
    background-color: #3b5999;
    background-image: url("../img/page/icon_fb_2x.png");
    background-size: 42px auto; }
    .share-box .share-btn.facebook:hover {
      background-color: #345291; }
  .share-box .share-btn.line {
    margin-left: 6px;
    background-color: #1c9a1c;
    background-image: url("../img/page/icon_line_2x.png");
    background-size: 42px auto;
    background-position: -1px 0px; }
    .share-box .share-btn.line:hover {
      background-color: #168f16; }

.share-box:before {
  content: '';
  display: block;
  position: absolute;
  left: -38px;
  top: 7px;
  background: url("../img/page/icon_share_2x.png");
  background-size: 24px auto;
  width: 24px;
  height: 28px; }

.page-signup-area {
  text-align: center;
  border-top: 2px dashed #FFFFFF;
  margin-top: 24px;
  padding-top: 52px; }
  .page-signup-area.no-content {
    border-top: none;
    padding-top: 0; }

.top-area {
  color: #382c38;
  font-size: 16px; }
  @media screen and (min-width: 768px) {
    .top-area {
      font-size: 18px; } }

.middle-area {
  margin: 42px 0 28px 0; }
  .middle-area .sponsor-area {
    background-color: #FFFFFF;
    border-radius: 20px;
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    padding: 30px 30px 38px 30px;
    width: 100%; }
    @media screen and (min-width: 1025px) {
      .middle-area .sponsor-area {
        width: calc( (100% - 50px) / 2); } }
    .middle-area .sponsor-area .title {
      color: #a38f89;
      font-size: 28px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 10px; }
    .middle-area .sponsor-area .description {
      color: #382c38;
      font-size: 16px;
      margin-top: 25px; }
    .middle-area .sponsor-area .sponsor-link {
      color: #2d6ebe;
      text-decoration: underline; }
    .middle-area .sponsor-area img {
      display: block;
      margin: 0 auto; }
    .middle-area .sponsor-area.cwlf {
      margin: 0 0 20px 0; }
      @media screen and (min-width: 1025px) {
        .middle-area .sponsor-area.cwlf {
          margin: 0 45px 0 0; }
          .middle-area .sponsor-area.cwlf .description {
            height: 136px; } }
      .middle-area .sponsor-area.cwlf img {
        width: 176px;
        height: auto;
        max-width: 100%; }
    .middle-area .sponsor-area.cola img {
      width: 127px;
      height: auto;
      max-width: 100%; }

.bottom-area {
  border-bottom: 1px solid #dcccc6;
  position: relative;
  padding-bottom: 44px; }
  .bottom-area .left-area {
    display: inline-block;
    width: 100%;
    line-height: 1.8; }
    @media screen and (min-width: 1025px) {
      .bottom-area .left-area {
        float: left;
        width: 520px;
        padding-top: 12px; } }
  .bottom-area .right-area {
    display: inline-block;
    width: 100%;
    margin: 16px 0 0 0; }
    @media screen and (min-width: 1025px) {
      .bottom-area .right-area {
        width: calc( 100% - 520px);
        margin: 0; } }
    .bottom-area .right-area .img-area {
      position: relative; }
      .bottom-area .right-area .img-area img {
        width: 100%;
        height: auto; }
      .bottom-area .right-area .img-area:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url("../img/page/pic_2x.png") center no-repeat;
        background-size: 100% auto; }
  .bottom-area .title {
    color: #a38f89;
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 6px; }
  .bottom-area .info {
    color: #382c38;
    font-size: 15px;
    position: relative;
    padding-left: 18px;
    margin: 0; }
    .bottom-area .info.bullets:before {
      content: '';
      position: absolute;
      top: 6px;
      left: 0;
      display: block;
      border: 5px solid transparent;
      border-left: 6px solid #d7191f; }

.share-btn-area {
  position: absolute;
  right: 0;
  bottom: 13px; }

.right-page-bottom .share-box {
  position: relative;
  float: right;
  margin-top: 20px; }

.center-area {
  text-align: center;
  margin: 26px auto 94px auto;
  font-size: 24px;
  color: #382c38;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 1025px) {
    .center-area {
      margin-top: 50px; } }
  .center-area.page-404 {
    max-width: 453px; }
    .center-area.page-404 .img-area img {
      width: 80%;
      height: auto;
      max-width: 453px;
      max-height: 327px;
      display: block;
      margin: 0 auto; }
      @media screen and (min-width: 500px) {
        .center-area.page-404 .img-area img {
          width: 100%; } }
    .center-area.page-404 .img-area .for-xs {
      display: block; }
      @media screen and (min-width: 500px) {
        .center-area.page-404 .img-area .for-xs {
          display: none; } }
    .center-area.page-404 .img-area .for-md {
      display: none; }
      @media screen and (min-width: 500px) {
        .center-area.page-404 .img-area .for-md {
          display: block; } }
    .center-area.page-404 .text-area {
      margin-top: 34px; }
      @media screen and (min-width: 500px) {
        .center-area.page-404 .text-area {
          margin: 0;
          text-align: left;
          position: absolute;
          bottom: 29px;
          left: 194px; } }
  .center-area.page-success {
    max-width: 600px; }
    .center-area.page-success .img-area img {
      width: 80%;
      height: auto;
      max-width: 512px;
      max-height: 327px;
      display: block;
      margin: 0 auto; }
      @media screen and (min-width: 600px) {
        .center-area.page-success .img-area img {
          width: 100%; } }
    .center-area.page-success .img-area .for-xs {
      display: block; }
      @media screen and (min-width: 600px) {
        .center-area.page-success .img-area .for-xs {
          display: none; } }
    .center-area.page-success .img-area .for-md {
      display: none; }
      @media screen and (min-width: 600px) {
        .center-area.page-success .img-area .for-md {
          display: block; } }
    .center-area.page-success .text-area {
      margin-top: 20px; }
      @media screen and (min-width: 600px) {
        .center-area.page-success .text-area {
          margin: 0;
          text-align: left;
          position: absolute;
          bottom: 22px;
          left: 266px; } }

.form-area .form-title {
  color: #a38f89;
  font-size: 35px;
  font-weight: bold; }

.form-area .form-input-area {
  margin-top: 25px; }

.form-area .desc-area {
  color: #382c38;
  font-size: 18px; }

.form-area .link-image-area {
  float: right; }

@media screen and (min-width: 1025px) {
  .form-area .form-title {
    font-size: 40px; } }

.form-area .row {
  margin-left: -0;
  margin-right: -0; }
  .form-area .row > .acart-col {
    float: left;
    width: 100%;
    padding: 0 0; }
  @media screen and (min-width: 768px) {
    .form-area .row {
      margin-left: -15px;
      margin-right: -15px; }
      .form-area .row > .acart-col {
        float: left;
        width: 50%;
        padding: 0 15px; } }
  @media screen and (min-width: 1300px) {
    .form-area .row {
      margin-left: -20px;
      margin-right: -20px; }
      .form-area .row > .acart-col {
        float: left;
        width: 50%;
        padding: 0 20px; } }

.input-icon-group {
  margin-bottom: 15px;
  height: 43px;
  position: relative; }
  .input-icon-group.text {
    height: 174px; }
    .input-icon-group.text textarea.form-control {
      padding-top: 9px;
      resize: none; }
  .input-icon-group .icon {
    left: 16px;
    position: absolute;
    display: block;
    width: 36px;
    height: 30px;
    top: 7px;
    padding-right: 44px;
    transition: all .3s; }
    .input-icon-group .icon.name {
      background: url("../img/index/list_icon_name_2x.png") left -36px center no-repeat;
      background-size: 36px auto; }
    .input-icon-group .icon.email {
      background: url("../img/index/list_icon_email_2x.png") left -36px center no-repeat;
      background-size: 36px auto; }
    .input-icon-group .icon.phone {
      background: url("../img/index/list_icon_phone_2x.png") left -36px center no-repeat;
      background-size: 36px auto; }
    .input-icon-group .icon.subject {
      background: url("../img/index/list_icon_subject_2x.png") left -36px center no-repeat;
      background-size: 36px auto; }
    .input-icon-group .icon.content {
      background: url("../img/index/list_icon_content_2x.png") left -36px center no-repeat;
      background-size: 36px auto; }
    .input-icon-group .icon.code {
      background: url("../img/index/list_icon_code_2x.png") left -36px center no-repeat;
      background-size: 36px auto; }
    @media screen and (min-width: 1025px) {
      .input-icon-group .icon {
        top: 10px; } }
  .input-icon-group.vcode > * {
    float: left; }
  .input-icon-group.vcode .form-control {
    width: 100%;
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .input-icon-group.vcode .form-control {
        width: calc(100% - 30px - 150px - 43px);
        margin-bottom: 0; } }
  .input-icon-group.vcode img {
    width: 150px;
    height: 100%; }
    @media screen and (min-width: 768px) {
      .input-icon-group.vcode img {
        margin-left: 15px; } }
  .input-icon-group.vcode .reset-vcode {
    width: 43px;
    height: 43px;
    margin-left: 15px;
    border: none;
    border-radius: 10px;
    background: #FDA49D url("../img/index/list_icon_refresh_2x.png") center no-repeat;
    background-size: 43px; }
    .input-icon-group.vcode .reset-vcode:hover {
      background-color: #fb8585; }
  .input-icon-group .form-control {
    padding-left: 80px;
    height: 100%;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #ffd5be;
    transition: all .3s;
    padding-left: 20px;
    font-size: 16px;
    box-shadow: none; }
    .input-icon-group .form-control:active, .input-icon-group .form-control:focus {
      border: 1px solid #ffa79e;
      box-shadow: none; }
  .input-icon-group .form-control:active, .input-icon-group .form-control:focus {
    padding-left: 60px; }
    .input-icon-group .form-control:active ~ .icon.name, .input-icon-group .form-control:focus ~ .icon.name {
      background-position: left center; }
    .input-icon-group .form-control:active ~ .icon.email, .input-icon-group .form-control:focus ~ .icon.email {
      background-position: left center; }
    .input-icon-group .form-control:active ~ .icon.phone, .input-icon-group .form-control:focus ~ .icon.phone {
      background-position: left center; }
    .input-icon-group .form-control:active ~ .icon.subject, .input-icon-group .form-control:focus ~ .icon.subject {
      background-position: left center; }
    .input-icon-group .form-control:active ~ .icon.content, .input-icon-group .form-control:focus ~ .icon.content {
      background-position: left center; }
    .input-icon-group .form-control:active ~ .icon.code, .input-icon-group .form-control:focus ~ .icon.code {
      background-position: left center; }

@media screen and (min-width: 1025px) {
  .input-icon-group {
    height: 48px; }
    .input-icon-group.vcode .form-control {
      width: calc(100% - 30px - 150px - 48px); }
    .input-icon-group.vcode .reset-vcode {
      width: 48px;
      height: 48px;
      background-size: 48px; } }

.label-check-box {
  cursor: pointer;
  position: relative;
  padding-left: 28px; }
  .label-check-box input {
    width: 0;
    position: absolute;
    visibility: hidden; }
    .label-check-box input:checked ~ .check-area:after {
      transform: scale(1); }
  .label-check-box .check-area {
    top: 1px;
    left: 0;
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background: #ffffff;
    border: 1px solid #ffd5be; }
    .label-check-box .check-area:after {
      font: normal normal normal 14px/1 FontAwesome;
      content: "\f00c";
      display: inline-block;
      position: absolute;
      color: #8F8F8F;
      left: 2px;
      top: 2px;
      transform: scale(0);
      transition: all 0.2s cubic-bezier(0.37, -0.48, 0.68, 1.43); }

.act2020 .my-scene {
  display: block; }
  @media screen and (min-width: 1025px) {
    .act2020 .my-scene.black-bg {
      background-color: #000; } }
  .act2020 .my-scene.ig {
    z-index: 2; }
  .act2020 .my-scene:not(.home-banner-area) {
    margin-top: 80px; }
    @media screen and (min-width: 1025px) {
      .act2020 .my-scene:not(.home-banner-area) {
        margin-top: 0; } }
  @media screen and (min-width: 1025px) {
    .act2020 .my-scene {
      min-height: calc( 100vh - 115px); } }
  @media screen and (min-width: 1025px) {
    .act2020 .my-scene .t-box {
      display: table;
      width: 100%; }
      .act2020 .my-scene .t-box .middle-t-cell-box {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        font-size: 0; } }
  .act2020 .my-scene .flex-box {
    display: flex;
    flex-direction: column;
    max-width: 1735px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px; }
    .act2020 .my-scene .flex-box .flex-inner-box {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    .act2020 .my-scene .flex-box .flex-item {
      width: 100%; }
      .act2020 .my-scene .flex-box .flex-item .flex-item {
        padding: 0; }
      .act2020 .my-scene .flex-box .flex-item.center {
        text-align: center; }
    @media screen and (min-width: 1025px) {
      .act2020 .my-scene .flex-box {
        flex-direction: row;
        min-height: calc( 100vh - 115px);
        padding-left: 67px;
        padding-right: 67px; }
        .act2020 .my-scene .flex-box .flex-inner-box {
          flex-direction: row; }
        .act2020 .my-scene .flex-box .flex-item {
          width: auto;
          padding: 0; }
          .act2020 .my-scene .flex-box .flex-item.center {
            text-align: left; }
          .act2020 .my-scene .flex-box .flex-item .page-title.left {
            margin: 0 0 30px 0; } }
    @media screen and (min-width: 1170px) {
      .act2020 .my-scene .flex-box {
        padding-left: 100px;
        padding-right: 100px; } }
    .act2020 .my-scene .flex-box .btn-area .btn {
      width: 200px; }
  .act2020 .my-scene .my-scene-box.yt .yt-area {
    max-width: 100%;
    position: relative; }
    @media screen and (min-width: 1025px) {
      .act2020 .my-scene .my-scene-box.yt .yt-area {
        width: calc( (100vh - 115px) * 16 / 9);
        margin: auto; } }
    .act2020 .my-scene .my-scene-box.yt .yt-area .whiteboard {
      display: none;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0%;
      top: 0%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 3; }
      .act2020 .my-scene .my-scene-box.yt .yt-area .whiteboard.on {
        display: block; }
      .act2020 .my-scene .my-scene-box.yt .yt-area .whiteboard.loading {
        background: #000 !important; }
        .act2020 .my-scene .my-scene-box.yt .yt-area .whiteboard.loading:after {
          content: '';
          display: inline-block;
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -60px;
          margin-left: -60px;
          border: 16px solid #f3f3f3;
          /* Light grey */
          border-top: 16px solid #3498db;
          /* Blue */
          border-radius: 50%;
          width: 120px;
          height: 120px;
          animation: spin 2s linear infinite; }
        .act2020 .my-scene .my-scene-box.yt .yt-area .whiteboard.loading img {
          transform: translateX(-50%) translateY(-50%) scale(1.5); }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
      .act2020 .my-scene .my-scene-box.yt .yt-area .whiteboard img {
        width: 80px;
        height: 80px;
        transition: .5s ease;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        cursor: pointer; }
        @media screen and (min-width: 1025px) {
          .act2020 .my-scene .my-scene-box.yt .yt-area .whiteboard img {
            width: 80px;
            height: 80px; } }
        .act2020 .my-scene .my-scene-box.yt .yt-area .whiteboard img:hover {
          transform: translateX(-50%) translateY(-50%) scale(1.5); }
  .act2020 .my-scene .my-scene-box.listen {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    height: 100%; }
    @media screen and (min-width: 1025px) {
      .act2020 .my-scene .my-scene-box.listen .container {
        padding: 0;
        width: 825px; } }
    @media screen and (min-width: 1400px) {
      .act2020 .my-scene .my-scene-box.listen .container {
        width: 1000px; } }
    @media screen and (min-width: 1600px) {
      .act2020 .my-scene .my-scene-box.listen .container {
        width: 1218px; } }
    @media screen and (min-width: 1025px) {
      .act2020 .my-scene .my-scene-box.listen {
        padding-left: 67px;
        padding-right: 67px;
        padding-top: 0;
        min-height: calc( 100vh - 115px); } }
    @media screen and (min-width: 1170px) {
      .act2020 .my-scene .my-scene-box.listen {
        padding-left: 100px;
        padding-right: 100px;
        padding-top: 0; } }
    .act2020 .my-scene .my-scene-box.listen .btn-area {
      margin: 40px 0 0 0;
      text-align: center; }
      @media screen and (min-width: 1025px) {
        .act2020 .my-scene .my-scene-box.listen .btn-area {
          margin: 80px 0 0 0;
          text-align: left; } }
    @media screen and (min-width: 1025px) {
      .act2020 .my-scene .my-scene-box.listen .left-area {
        width: 335px;
        display: inline-block; } }
    .act2020 .my-scene .my-scene-box.listen .left-area .page-title {
      margin-bottom: 0; }
      @media screen and (min-width: 1025px) {
        .act2020 .my-scene .my-scene-box.listen .left-area .page-title {
          margin: 0; } }
    .act2020 .my-scene .my-scene-box.listen .left-area .text-area {
      color: #382c38;
      font-size: 18px;
      margin-top: 30px;
      width: 100%;
      letter-spacing: 1px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      margin-bottom: 30px;
      max-width: 900px; }
      @media screen and (min-width: 1025px) {
        .act2020 .my-scene .my-scene-box.listen .left-area .text-area {
          text-align: left;
          margin-bottom: 0px;
          margin-left: 0;
          margin-right: 0; } }
      .act2020 .my-scene .my-scene-box.listen .left-area .text-area .hashtag {
        display: inline;
        color: #f26666; }
        .act2020 .my-scene .my-scene-box.listen .left-area .text-area .hashtag:hover {
          text-decoration: underline; }
    @media screen and (min-width: 1025px) {
      .act2020 .my-scene .my-scene-box.listen .right-area {
        margin-top: 0;
        width: calc(100% - 335px);
        padding-left: 50px;
        max-width: 1400px;
        display: inline-block;
        vertical-align: top; } }
    .act2020 .my-scene .my-scene-box.listen .right-area .row {
      margin-left: -5px;
      margin-right: -5px; }
      @media screen and (min-width: 750px) {
        .act2020 .my-scene .my-scene-box.listen .right-area .row {
          padding-left: calc((100% - 380px * 2 - 10px) / 2);
          padding-right: calc((100% - 380px * 2 - 10px) / 2); } }
      @media screen and (min-width: 1025px) {
        .act2020 .my-scene .my-scene-box.listen .right-area .row {
          padding: 0;
          margin-left: -5px;
          margin-right: -3px; } }
      .act2020 .my-scene .my-scene-box.listen .right-area .row [class^='col'] {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px; }
        @media screen and (min-width: 1025px) {
          .act2020 .my-scene .my-scene-box.listen .right-area .row [class^='col'] {
            padding-left: 3px;
            padding-right: 3px;
            margin-bottom: 6px; } }
    @media screen and (min-width: 1025px) {
      .act2020 .my-scene .my-scene-box.listen .index-modal.ig .left-area {
        float: left;
        width: 380px; } }
    @media screen and (min-width: 1025px) {
      .act2020 .my-scene .my-scene-box.listen .index-modal.ig .right-area {
        padding-left: calc(380px + 30px); } }
  .act2020 .my-scene .my-scene-box.line {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    height: 100%;
    max-width: 1735px;
    margin: auto; }
    @media screen and (min-width: 1025px) {
      .act2020 .my-scene .my-scene-box.line {
        padding-left: 67px;
        padding-right: 67px;
        padding-top: 0;
        min-height: calc( 100vh - 115px); } }
    @media screen and (min-width: 1170px) {
      .act2020 .my-scene .my-scene-box.line {
        padding-left: 100px;
        padding-right: 100px;
        padding-top: 0; } }
    .act2020 .my-scene .my-scene-box.line .btn-area {
      margin: 36px 0 0 0;
      text-align: center; }
      @media screen and (min-width: 1025px) {
        .act2020 .my-scene .my-scene-box.line .btn-area {
          margin: 80px 0 0 0;
          text-align: left; } }
      .act2020 .my-scene .my-scene-box.line .btn-area .btn {
        width: 200px; }
        .act2020 .my-scene .my-scene-box.line .btn-area .btn:before {
          top: -57px;
          left: -37px;
          transform: inherit; }
        .act2020 .my-scene .my-scene-box.line .btn-area .btn:after {
          bottom: -42px;
          right: -124px;
          transform: inherit; }
        .act2020 .my-scene .my-scene-box.line .btn-area .btn:hover:before {
          transform: translate(100%, 100%); }
        .act2020 .my-scene .my-scene-box.line .btn-area .btn:hover:after {
          transform: translate(-100%, -100%); }
        .act2020 .my-scene .my-scene-box.line .btn-area .btn .index-btn-icon {
          background: url("../img/index/button_icon_line_antibully_xs_2x-min.png") center no-repeat;
          background-size: 31px auto; }
          @media screen and (min-width: 1025px) {
            .act2020 .my-scene .my-scene-box.line .btn-area .btn .index-btn-icon {
              background: #FFF url("../img/index/button_icon_line_antibully_2x-min.png") center no-repeat;
              background-size: 28px auto; } }
    @media screen and (min-width: 1025px) {
      .act2020 .my-scene .my-scene-box.line .left-area {
        float: left;
        width: 35%; } }
    @media screen and (min-width: 1170px) {
      .act2020 .my-scene .my-scene-box.line .left-area {
        padding-left: 0; } }
    .act2020 .my-scene .my-scene-box.line .left-area .left-area-inner {
      float: right;
      width: 100%; }
      .act2020 .my-scene .my-scene-box.line .left-area .left-area-inner .page-title {
        margin-bottom: 0; }
        @media screen and (min-width: 1025px) {
          .act2020 .my-scene .my-scene-box.line .left-area .left-area-inner .page-title {
            margin: 0; } }
      .act2020 .my-scene .my-scene-box.line .left-area .left-area-inner .text-area {
        color: #382c38;
        font-size: 18px;
        margin-top: 30px;
        width: 100%;
        letter-spacing: 1px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-bottom: 30px;
        max-width: 900px;
        padding: 0 15px; }
        @media screen and (min-width: 1025px) {
          .act2020 .my-scene .my-scene-box.line .left-area .left-area-inner .text-area {
            text-align: left;
            margin-bottom: 0px;
            margin-left: 0;
            margin-right: 0;
            padding: 0; } }
        .act2020 .my-scene .my-scene-box.line .left-area .left-area-inner .text-area .hashtag {
          display: inline;
          color: #f26666; }
          .act2020 .my-scene .my-scene-box.line .left-area .left-area-inner .text-area .hashtag:hover {
            text-decoration: underline; }
    .act2020 .my-scene .my-scene-box.line .right-area {
      width: 100%;
      font-size: 0; }
      @media screen and (min-width: 475px) {
        .act2020 .my-scene .my-scene-box.line .right-area {
          display: table; } }
      @media screen and (min-width: 1025px) {
        .act2020 .my-scene .my-scene-box.line .right-area {
          margin-top: 0;
          float: right;
          width: 60%;
          max-width: 1400px;
          vertical-align: top;
          margin-left: 5%; } }
      .act2020 .my-scene .my-scene-box.line .right-area .phone-area {
        text-align: center;
        margin: auto;
        margin-bottom: 28px;
        max-width: 280px; }
        @media screen and (min-width: 475px) {
          .act2020 .my-scene .my-scene-box.line .right-area .phone-area {
            vertical-align: top;
            display: table-cell;
            text-align: right;
            width: 200px; } }
        @media screen and (min-width: 1025px) {
          .act2020 .my-scene .my-scene-box.line .right-area .phone-area {
            vertical-align: top;
            margin-bottom: 0;
            width: 280px; } }
        .act2020 .my-scene .my-scene-box.line .right-area .phone-area img {
          max-width: 100%; }
      .act2020 .my-scene .my-scene-box.line .right-area .middle-area {
        display: none; }
        @media screen and (min-width: 475px) {
          .act2020 .my-scene .my-scene-box.line .right-area .middle-area {
            width: 5%;
            display: table-cell; } }
      .act2020 .my-scene .my-scene-box.line .right-area .introduction-area {
        width: 100%;
        display: inline-block;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 10px;
        padding: 25px;
        text-align: left;
        font-weight: bold; }
        @media screen and (min-width: 475px) {
          .act2020 .my-scene .my-scene-box.line .right-area .introduction-area {
            display: table-cell;
            width: calc(90% - 280px); } }
        .act2020 .my-scene .my-scene-box.line .right-area .introduction-area .introduction-title {
          font-size: 16px;
          color: #a38f89;
          margin-bottom: 20px; }
          @media screen and (min-width: 1025px) {
            .act2020 .my-scene .my-scene-box.line .right-area .introduction-area .introduction-title {
              font-size: 20px; } }
        .act2020 .my-scene .my-scene-box.line .right-area .introduction-area .part {
          font-size: 14px;
          line-height: 1.5;
          margin-bottom: 20px; }
          .act2020 .my-scene .my-scene-box.line .right-area .introduction-area .part span {
            color: #f26666; }
            @media screen and (min-width: 1025px) {
              .act2020 .my-scene .my-scene-box.line .right-area .introduction-area .part span {
                display: block; } }
          @media screen and (min-width: 1025px) {
            .act2020 .my-scene .my-scene-box.line .right-area .introduction-area .part {
              font-size: 15px; } }
        .act2020 .my-scene .my-scene-box.line .right-area .introduction-area .qrcode-area img {
          width: 120px;
          height: 120px;
          margin-bottom: 5px; }
        .act2020 .my-scene .my-scene-box.line .right-area .introduction-area .qrcode-area .qrcode-info {
          font-weight: normal;
          color: #382c38;
          font-size: 15px; }
  .act2020 .my-scene .my-scene-box.join-method {
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 1025px) {
      .act2020 .my-scene .my-scene-box.join-method {
        padding-left: 67px;
        padding-right: 67px; } }
    @media screen and (min-width: 1170px) {
      .act2020 .my-scene .my-scene-box.join-method {
        padding-left: 100px;
        padding-right: 100px; } }
    .act2020 .my-scene .my-scene-box.join-method .flex-item .page-intro {
      margin-bottom: 30px;
      text-align: center; }
    .act2020 .my-scene .my-scene-box.join-method .flex-item .btn-area {
      margin-top: 36px;
      margin-bottom: 0;
      text-align: center; }
    @media screen and (min-width: 1025px) {
      .act2020 .my-scene .my-scene-box.join-method .flex-item.right-item {
        padding-left: 30px; }
      .act2020 .my-scene .my-scene-box.join-method .flex-item .page-intro {
        text-align: left;
        margin-bottom: 60px;
        max-width: 380px; }
      .act2020 .my-scene .my-scene-box.join-method .flex-item .btn-area {
        margin-top: 0;
        margin-bottom: 0;
        text-align: left; } }
    .act2020 .my-scene .my-scene-box.join-method .content-box {
      border-radius: 10px;
      background-color: rgba(255, 255, 255, 0.5);
      font-size: 16px;
      color: #484848;
      padding: 30px; }
      .act2020 .my-scene .my-scene-box.join-method .content-box .content-main-title {
        font-size: 25px;
        line-height: 1;
        font-weight: bold;
        color: #a38f89;
        margin-bottom: 12px; }
      .act2020 .my-scene .my-scene-box.join-method .content-box .content-middle-title {
        font-size: 20px;
        line-height: 1;
        font-weight: bold;
        color: #f26666;
        margin-bottom: 12px; }
      .act2020 .my-scene .my-scene-box.join-method .content-box .info-group + .info-group {
        margin-top: 30px; }
      .act2020 .my-scene .my-scene-box.join-method .content-box .info-group .info {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start; }
        .act2020 .my-scene .my-scene-box.join-method .content-box .info-group .info + .info {
          margin-top: 12px; }
        .act2020 .my-scene .my-scene-box.join-method .content-box .info-group .info .title {
          color: #eb5f5f; }
        .act2020 .my-scene .my-scene-box.join-method .content-box .info-group .info .full-width {
          width: 100%; }
        .act2020 .my-scene .my-scene-box.join-method .content-box .info-group .info.step .title {
          border-radius: 3px 15px 15px 15px;
          background: #ffa79e;
          color: #FFF;
          padding: 8px 9px;
          line-height: 1;
          margin-right: 10px;
          width: 60px; }
        .act2020 .my-scene .my-scene-box.join-method .content-box .info-group .info.step .content {
          width: calc(100% - 60px - 10px); }
        .act2020 .my-scene .my-scene-box.join-method .content-box .info-group .info a {
          text-decoration: underline;
          color: #f26666; }
        .act2020 .my-scene .my-scene-box.join-method .content-box .info-group .info span.info-tag {
          color: #6dada5; }
  .act2020 .my-scene .my-scene-box.response {
    padding: 0; }
    .act2020 .my-scene .my-scene-box.response .flex-item {
      width: 100%; }
      .act2020 .my-scene .my-scene-box.response .flex-item .list-area {
        display: flex;
        flex-direction: column;
        margin-bottom: 36px; }
        @media screen and (min-width: 1025px) {
          .act2020 .my-scene .my-scene-box.response .flex-item .list-area {
            flex-direction: row;
            margin-bottom: 30px; } }
      .act2020 .my-scene .my-scene-box.response .flex-item .media-list {
        max-width: 500px;
        margin: 0 auto 30px;
        float: none;
        display: block; }
        @media screen and (min-width: 1025px) {
          .act2020 .my-scene .my-scene-box.response .flex-item .media-list {
            display: inline-block;
            max-width: none;
            margin: 0;
            float: left; } }
      .act2020 .my-scene .my-scene-box.response .flex-item .btn-area {
        text-align: center;
        margin-bottom: 0px;
        margin-top: 0px; }
        .act2020 .my-scene .my-scene-box.response .flex-item .btn-area .btn .index-btn-icon {
          background: url("../img/index/button_icon_story_xs_2x.png") center no-repeat;
          background-size: 31px auto; }
          @media screen and (min-width: 1025px) {
            .act2020 .my-scene .my-scene-box.response .flex-item .btn-area .btn .index-btn-icon {
              background: #FFF url("../img/index/button_icon_story_2x.png") center no-repeat;
              background-size: 32px auto; } }
  @media screen and (min-width: 1025px) {
    .act2020 .my-scene .my-scene-box.video .flex-item.left {
      padding-right: 70px;
      width: 406px; }
    .act2020 .my-scene .my-scene-box.video .flex-item.right {
      max-width: 1036px;
      width: calc(100% - 406px); } }
  .act2020 .my-scene .my-scene-box.video .page-intro {
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (min-width: 1025px) {
      .act2020 .my-scene .my-scene-box.video .page-intro {
        text-align: left;
        margin-bottom: 0; } }
  .act2020 .my-scene .my-scene-box.video .stress-word {
    margin-bottom: 20px;
    color: #f26666;
    line-height: 1;
    font-weight: bold; }
  .act2020 .my-scene .my-scene-box.video .video-author-area {
    display: flex;
    justify-content: center;
    margin-bottom: 40px; }
    @media screen and (min-width: 1025px) {
      .act2020 .my-scene .my-scene-box.video .video-author-area {
        justify-content: flex-start; } }
    .act2020 .my-scene .my-scene-box.video .video-author-area .school {
      font-size: 0;
      line-height: 1;
      font-weight: bold;
      padding-top: 16px;
      text-align: right; }
      .act2020 .my-scene .my-scene-box.video .video-author-area .school > span {
        font-size: 28px;
        display: block; }
      @media screen and (min-width: 350px) {
        .act2020 .my-scene .my-scene-box.video .video-author-area .school {
          padding-top: 33px; }
          .act2020 .my-scene .my-scene-box.video .video-author-area .school > span {
            display: inline-block; } }
    .act2020 .my-scene .my-scene-box.video .video-author-area .line {
      max-width: 35px;
      width: 100%;
      margin: 0 15px;
      padding-top: 27px; }
      .act2020 .my-scene .my-scene-box.video .video-author-area .line img {
        max-width: 100%; }
    .act2020 .my-scene .my-scene-box.video .video-author-area .unit {
      width: 140px; }
      .act2020 .my-scene .my-scene-box.video .video-author-area .unit img {
        max-width: 100%; }
  .act2020 .my-scene .my-scene-box.video .video-area {
    width: 100%;
    max-width: 1036px;
    margin: 0 auto; }
    .act2020 .my-scene .my-scene-box.video .video-area iframe, .act2020 .my-scene .my-scene-box.video .video-area img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      max-width: 100%; }
    .act2020 .my-scene .my-scene-box.video .video-area .acart-proportion-box .video-btn {
      cursor: pointer;
      width: 135px;
      height: 50px;
      line-height: 50px;
      padding-left: 46px;
      font-size: 24px;
      position: absolute;
      z-index: 5;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      box-shadow: 0px 4px 13px 0px rgba(58, 53, 53, 0.6);
      font-weight: bold;
      font-family: Arial;
      color: #ffffff;
      background: rgba(56, 44, 40, 0.2);
      border-radius: 50px;
      border: #ffffff 3px solid; }
      .act2020 .my-scene .my-scene-box.video .video-area .acart-proportion-box .video-btn:before {
        content: '';
        display: block;
        position: absolute;
        background: url("../img/list/button_video_play_2x.png") no-repeat;
        background-size: 20px auto;
        width: 20px;
        height: 27px;
        top: 10px;
        left: 18px; }
      .act2020 .my-scene .my-scene-box.video .video-area .acart-proportion-box .video-btn:hover {
        color: #f26666;
        background: rgba(255, 255, 255, 0.75); }
        .act2020 .my-scene .my-scene-box.video .video-area .acart-proportion-box .video-btn:hover:before {
          background: url("../img/list/button_video_play_2x_hover.png") no-repeat;
          background-size: 20px auto; }
      @media screen and (min-width: 1025px) {
        .act2020 .my-scene .my-scene-box.video .video-area .acart-proportion-box .video-btn {
          width: 270px;
          height: 100px;
          font-size: 45px;
          line-height: 96px;
          padding-left: 100px; }
          .act2020 .my-scene .my-scene-box.video .video-area .acart-proportion-box .video-btn:before {
            background-size: 42px auto;
            top: 18px;
            left: 42px;
            width: 42px;
            height: 56px; }
          .act2020 .my-scene .my-scene-box.video .video-area .acart-proportion-box .video-btn:hover:before {
            background-size: 42px auto; } }
  .act2020 .my-scene .my-scene-box.donate .page-title {
    position: relative;
    margin-bottom: 15px;
    padding: 0 15px; }
    .act2020 .my-scene .my-scene-box.donate .page-title img {
      margin: 0 auto;
      max-width: 272px;
      width: 100%; }
      .act2020 .my-scene .my-scene-box.donate .page-title img.for-sm {
        display: none; }
      .act2020 .my-scene .my-scene-box.donate .page-title img.for-xs {
        display: block; }
      @media screen and (min-width: 600px) {
        .act2020 .my-scene .my-scene-box.donate .page-title img {
          max-width: 724px; }
          .act2020 .my-scene .my-scene-box.donate .page-title img.for-sm {
            display: block; }
          .act2020 .my-scene .my-scene-box.donate .page-title img.for-xs {
            display: none; } }
    .act2020 .my-scene .my-scene-box.donate .page-title h1 {
      position: absolute;
      top: 0;
      left: 0; }
  .act2020 .my-scene .my-scene-box.donate .page-sub-title {
    font-size: 19px;
    line-height: 1;
    font-weight: bold;
    color: #a38f89;
    margin-bottom: 30px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .act2020 .my-scene .my-scene-box.donate .page-sub-title {
        font-size: 22px; } }
  .act2020 .my-scene .my-scene-box.donate .img-area {
    margin-bottom: 30px;
    text-align: center; }
    .act2020 .my-scene .my-scene-box.donate .img-area img {
      width: 100%;
      max-width: 773px; }
    @media screen and (min-width: 1025px) {
      .act2020 .my-scene .my-scene-box.donate .img-area {
        margin-bottom: 0;
        padding-right: 70px; } }
  .act2020 .my-scene .my-scene-box.donate .page-intro {
    margin-bottom: 36px; }
    @media screen and (min-width: 1025px) {
      .act2020 .my-scene .my-scene-box.donate .page-intro {
        margin-bottom: 60px; } }
  .act2020 .my-scene .my-scene-box.donate .btn-area {
    margin-top: 0;
    margin-bottom: 0; }
    .act2020 .my-scene .my-scene-box.donate .btn-area .btn {
      width: 275px; }
  .act2020 .my-scene .my-scene-box.plan {
    padding-top: 15px; }
    @media screen and (min-width: 1025px) {
      .act2020 .my-scene .my-scene-box.plan {
        min-height: calc( 100vh - 115px);
        padding-top: 0; } }
    .act2020 .my-scene .my-scene-box.plan .container {
      padding: 0; }
      @media screen and (min-width: 1025px) {
        .act2020 .my-scene .my-scene-box.plan .container {
          padding: 0;
          width: 825px; } }
      @media screen and (min-width: 1400px) {
        .act2020 .my-scene .my-scene-box.plan .container {
          width: 1000px; } }
      @media screen and (min-width: 1600px) {
        .act2020 .my-scene .my-scene-box.plan .container {
          width: 1218px; } }
    .act2020 .my-scene .my-scene-box.plan #plan-banner {
      text-align: left;
      margin: auto; }
      .act2020 .my-scene .my-scene-box.plan #plan-banner .owl-nav {
        display: none; }
        @media screen and (min-width: 1025px) {
          .act2020 .my-scene .my-scene-box.plan #plan-banner .owl-nav {
            display: block; } }
        .act2020 .my-scene .my-scene-box.plan #plan-banner .owl-nav .owl-prev, .act2020 .my-scene .my-scene-box.plan #plan-banner .owl-nav .owl-next {
          position: absolute;
          top: calc(50% - 30px);
          left: -90px;
          width: 65px;
          height: 65px;
          background: url("../img/act2020/arrow_left_2x.png") center no-repeat;
          background-size: 100%;
          opacity: 0.5; }
          @media screen and (min-width: 1170px) {
            .act2020 .my-scene .my-scene-box.plan #plan-banner .owl-nav .owl-prev, .act2020 .my-scene .my-scene-box.plan #plan-banner .owl-nav .owl-next {
              left: -120px; } }
          .act2020 .my-scene .my-scene-box.plan #plan-banner .owl-nav .owl-prev:hover, .act2020 .my-scene .my-scene-box.plan #plan-banner .owl-nav .owl-next:hover {
            opacity: 1; }
        .act2020 .my-scene .my-scene-box.plan #plan-banner .owl-nav .owl-next {
          left: auto;
          right: -90px;
          background: url("../img/act2020/arrow_right_2x.png") center no-repeat;
          background-size: 100%; }
          @media screen and (min-width: 1170px) {
            .act2020 .my-scene .my-scene-box.plan #plan-banner .owl-nav .owl-next {
              right: -120px; } }
      .act2020 .my-scene .my-scene-box.plan #plan-banner .owl-dots .owl-dot span {
        background-color: #fff; }
      .act2020 .my-scene .my-scene-box.plan #plan-banner .owl-dots .owl-dot.active span {
        background-color: #f3ada1; }
    .act2020 .my-scene .my-scene-box.plan .plan-box {
      margin: auto;
      padding: 0 15px; }
      @media screen and (min-width: 1025px) {
        .act2020 .my-scene .my-scene-box.plan .plan-box {
          padding: 25px;
          background-color: #FFF5EC;
          border: 1px solid #ecdbce;
          border-radius: 20px; } }
      @media screen and (min-width: 1400px) {
        .act2020 .my-scene .my-scene-box.plan .plan-box {
          padding: 45px; } }
      .act2020 .my-scene .my-scene-box.plan .plan-box .media-area {
        width: 100%;
        border: 6px solid #fff;
        border-radius: 6px; }
        @media screen and (min-width: 1025px) {
          .act2020 .my-scene .my-scene-box.plan .plan-box .media-area {
            float: left;
            width: 34%; } }
      .act2020 .my-scene .my-scene-box.plan .plan-box .content-area {
        margin: 0px 0 0 0; }
        @media screen and (min-width: 1025px) {
          .act2020 .my-scene .my-scene-box.plan .plan-box .content-area {
            padding-left: calc(34% + 24px); } }
        .act2020 .my-scene .my-scene-box.plan .plan-box .content-area .tips-top-area {
          padding-bottom: 20px;
          position: relative; }
          .act2020 .my-scene .my-scene-box.plan .plan-box .content-area .tips-top-area:before {
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: url("../img/act2020/dotted_line_2x.png") left 0 center repeat-x;
            background-size: 12px auto; }
          .act2020 .my-scene .my-scene-box.plan .plan-box .content-area .tips-top-area .title {
            display: inline-block;
            font-size: 18px;
            color: #f26666;
            font-weight: bold;
            margin-bottom: 4px; }
          .act2020 .my-scene .my-scene-box.plan .plan-box .content-area .tips-top-area .text {
            font-size: 17px; }
            @media screen and (min-width: 1025px) {
              .act2020 .my-scene .my-scene-box.plan .plan-box .content-area .tips-top-area .text {
                font-size: 18px; } }
        .act2020 .my-scene .my-scene-box.plan .plan-box .content-area .tips-bottom-area {
          padding-top: 20px; }
          .act2020 .my-scene .my-scene-box.plan .plan-box .content-area .tips-bottom-area .remind-tag {
            background-color: #cc867f;
            display: inline-block;
            padding: 1px 6px;
            color: #fff;
            border-radius: 5px;
            font-size: 16px;
            margin-bottom: 10px; }
          .act2020 .my-scene .my-scene-box.plan .plan-box .content-area .tips-bottom-area .text {
            font-size: 15px; }
            @media screen and (min-width: 1025px) {
              .act2020 .my-scene .my-scene-box.plan .plan-box .content-area .tips-bottom-area .text {
                font-size: 16px; } }
  .act2020 .my-scene.form {
    margin-top: 80px; }
    @media screen and (min-width: 1025px) {
      .act2020 .my-scene.form {
        margin-top: 0; } }
    @media screen and (min-width: 1025px) {
      .act2020 .my-scene.form .form-box {
        padding-left: 67px;
        padding-right: 67px; } }
    @media screen and (min-width: 1170px) {
      .act2020 .my-scene.form .form-box {
        padding-left: 100px;
        padding-right: 100px; } }

@media screen and (min-width: 1025px) {
  .index-modal.ig .modal-center {
    vertical-align: middle;
    padding: 0 15%; } }

@media screen and (min-width: 1025px) {
  .index-modal.ig .modal-content-area {
    max-width: 1000px;
    margin: auto; } }

.index-modal.ig .modal-content-area .close-btn {
  top: -18px;
  right: -18px; }
  @media screen and (min-width: 1025px) {
    .index-modal.ig .modal-content-area .close-btn {
      top: 21px;
      right: 21px; } }

.index-modal.ig .modal-content {
  padding: 20px 0;
  overflow: visible; }
  @media screen and (min-width: 1025px) {
    .index-modal.ig .modal-content {
      padding: 0; } }
  .index-modal.ig .modal-content .modal-box {
    max-height: calc( 100vh - 65px - 150px);
    padding: 0 20px;
    overflow: auto;
    font-size: 0; }
    @media screen and (min-width: 1025px) {
      .index-modal.ig .modal-content .modal-box {
        max-height: 440px;
        padding: 30px 0px 30px 30px; } }
  .index-modal.ig .modal-content .hashtag {
    color: #f26666; }

@media screen and (min-width: 1025px) {
  .index-modal.ig .left-area {
    float: left;
    width: 380px; } }

.index-modal.ig .left-area .img-box {
  height: auto; }
  .index-modal.ig .left-area .img-box img {
    margin: 0; }

.index-modal.ig .right-area {
  margin-top: 20px;
  color: #382c38;
  font-size: 17px; }
  .index-modal.ig .right-area .content-area {
    margin: 0; }
    .index-modal.ig .right-area .content-area .title {
      font-size: 22px;
      color: #a38f89;
      margin: 0 0 10px 0;
      font-weight: bold; }
  .index-modal.ig .right-area .go-ig-btn {
    display: block;
    padding: 5px 25px;
    border-radius: 30px;
    background-color: #f26666;
    color: #fff;
    font-size: 14px;
    width: 170px;
    margin-top: 12px; }
    @media screen and (min-width: 1025px) {
      .index-modal.ig .right-area .go-ig-btn {
        display: inline-block;
        width: auto;
        margin-top: 0; } }
  @media screen and (min-width: 1025px) {
    .index-modal.ig .right-area {
      display: inline-block;
      padding: 0;
      width: calc(100% - 410px);
      margin-left: 30px;
      margin-top: 0px;
      max-height: 380px;
      padding-right: 60px; } }

.list-btn-area {
  text-align: center;
  margin-top: 15px; }
  @media screen and (min-width: 768px) {
    .list-btn-area {
      position: absolute;
      right: 0;
      bottom: 5px; } }
  @media screen and (min-width: 1025px) {
    .list-btn-area {
      position: absolute;
      right: 0;
      bottom: 17px; } }

.list-btn {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 33px;
  border-radius: 20px;
  position: relative;
  width: 108px;
  overflow: hidden; }
  .list-btn:focus {
    color: #FFF; }
  .list-btn:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    height: 78px;
    background: url("../img/list/button_white_mask_2x.png") no-repeat;
    background-size: 206px 78px;
    transition: all .5s; }
  .list-btn:hover {
    color: #ffffff; }
    .list-btn:hover:after {
      width: 120px;
      top: -40px;
      left: -10px; }

.more-btn {
  background-color: #52443f; }

.signup-btn {
  background-color: #f26666;
  padding: 6px 22px;
  margin-left: 20px; }

.list-area.column-list {
  margin: 0 auto;
  width: 350px; }
  @media screen and (min-width: 790px) {
    .list-area.column-list {
      width: 760px; } }
  @media screen and (min-width: 1170px) {
    .list-area.column-list {
      width: 100%; } }

.xs-story-tag-area {
  position: fixed;
  width: 100%;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 5;
  background: #f26666;
  padding: 9px 0px; }
  .xs-story-tag-area .tag-btn {
    display: inline-block;
    color: #fea7a7;
    font-size: 18px;
    padding: 3px 11px;
    border-radius: 36px;
    font-weight: bold;
    position: relative;
    z-index: 5; }
    .xs-story-tag-area .tag-btn + .tag-btn {
      margin-left: 5px; }
    @media screen and (min-width: 360px) {
      .xs-story-tag-area .tag-btn {
        padding: 3px 13px; } }
    .xs-story-tag-area .tag-btn.active {
      color: #ffffff;
      border: #FFF solid 1px; }
      .xs-story-tag-area .tag-btn.active:before {
        content: '';
        display: block;
        position: absolute;
        top: -9px;
        left: -11px;
        background: url("../img/list/story_decoration_line_2x.png") center no-repeat;
        background-size: 30px auto;
        width: 30px;
        height: 30px; }

.masonry-item {
  width: 100% !important; }
  @media screen and (min-width: 550px) {
    .masonry-item {
      width: 50% !important; } }
  @media screen and (min-width: 992px) {
    .masonry-item {
      width: calc(100% / 3) !important; } }

.filter:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(231, 159, 19, 0.2);
  z-index: 1;
  border-radius: 10px; }

.media-list {
  position: relative; }
  .media-list .title {
    display: block;
    color: #a38f89;
    font-size: 22px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 5px; }
    @media screen and (min-width: 768px) {
      .media-list .title {
        font-size: 25px; } }
    @media screen and (min-width: 1025px) {
      .media-list .title {
        font-size: 28px;
        margin-top: 10px;
        margin-bottom: 15px; } }
    .media-list .title.no-tag-title {
      margin-top: 13px; }
  .media-list .source {
    color: #a38f89;
    font-size: 14px;
    margin-left: 10px; }
  .media-list .description {
    color: #52443f;
    font-size: 15px; }
    @media screen and (min-width: 1025px) {
      .media-list .description {
        font-size: 16px; } }
  .media-list.type-1 {
    padding: 25px 0 12px 8px; }
    .media-list.type-1 + .type-1 {
      border-top: 2px dashed #ffffff; }
    @media screen and (min-width: 1025px) {
      .media-list.type-1 {
        padding-bottom: 25px; } }
    .media-list.type-1 .media-area {
      float: left;
      width: 100%;
      position: relative; }
      .media-list.type-1 .media-area img {
        border-radius: 10px; }
      @media screen and (min-width: 768px) {
        .media-list.type-1 .media-area {
          width: 310px; } }
      @media screen and (min-width: 1025px) {
        .media-list.type-1 .media-area {
          width: 320px; } }
    .media-list.type-1 .content-area .title:hover {
      text-decoration: underline; }
    @media screen and (min-width: 768px) {
      .media-list.type-1 .content-area {
        padding-left: 345px; }
        .media-list.type-1 .content-area .tag {
          margin-top: 0; } }
    @media screen and (min-width: 1025px) {
      .media-list.type-1 .content-area {
        padding-left: 355px; } }
    .media-list.type-1:first-child {
      padding-top: 0; }
    .media-list.type-1:last-child {
      border-bottom: none; }
  .media-list.type-2 {
    padding: 25px 0 12px 8px; }
    .media-list.type-2 + .type-2 {
      border-top: 2px dashed #ffffff; }
    @media screen and (min-width: 1025px) {
      .media-list.type-2 {
        padding-bottom: 25px; } }
    .media-list.type-2 .media-area {
      float: left;
      width: 100%; }
      .media-list.type-2 .media-area iframe {
        border-radius: 10px; }
      @media screen and (min-width: 1025px) {
        .media-list.type-2 .media-area {
          width: 426px; } }
    .media-list.type-2 .content-area .title:hover {
      text-decoration: underline; }
    @media screen and (min-width: 768px) {
      .media-list.type-2 .content-area {
        padding-bottom: 47px; } }
    @media screen and (min-width: 1025px) {
      .media-list.type-2 .content-area {
        padding-left: 461px; } }
    .media-list.type-2:first-child {
      padding-top: 0; }
    .media-list.type-2:last-child {
      border-bottom: none; }
  .media-list.type-3 {
    display: inline-block;
    border-radius: 15px;
    margin-bottom: 30px;
    overflow: hidden;
    float: left;
    transform: translateZ(0px);
    width: 100%;
    height: 100%; }
    .media-list.type-3 a:hover .title {
      text-decoration: underline; }
    .media-list.type-3 .media-area {
      position: relative; }
      .media-list.type-3 .media-area img {
        height: 100%;
        max-width: none; }
      .media-list.type-3 .media-area:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -1px;
        left: 0;
        background: url("../img/list/column_mask_pink.png") no-repeat;
        background-size: 100% auto;
        width: 101%;
        height: 0px;
        padding-bottom: 22.28%;
        z-index: 1; }
    .media-list.type-3 .content-area {
      padding: 5px 20px 30px 20px; }
    .media-list.type-3 .title {
      color: #382c38;
      font-size: 19px; }
    .media-list.type-3 .description {
      color: #52443f;
      font-size: 15px;
      width: 100%; }
    .media-list.type-3 .continue-read {
      cursor: pointer;
      color: #2d6ebe; }
    .media-list.type-3.pink-bg {
      background: #ffd5d1; }
      .media-list.type-3.pink-bg .media-area:after {
        background: url("../img/list/column_mask_pink_2x.png") no-repeat;
        background-size: 100% auto; }
    .media-list.type-3.orange-bg {
      background: #fedcc9; }
      .media-list.type-3.orange-bg .media-area:after {
        background: url("../img/list/column_mask_orange_2x.png") no-repeat;
        background-size: 100% auto; }
    .media-list.type-3.partner .content-area {
      padding: 20px;
      text-align: center; }
      .media-list.type-3.partner .content-area .title {
        margin: 0;
        display: inline-block;
        text-align: left; }
  .media-list.type-4 {
    height: 100%; }
    @media screen and (min-width: 1025px) {
      .media-list.type-4 {
        overflow: auto; } }
    .media-list.type-4 + .type-4 {
      margin-top: 35px; }
    .media-list.type-4 .img-box {
      width: 100%;
      height: 100%; }
    @media screen and (min-width: 800px) {
      .media-list.type-4 .tag {
        margin-left: calc( (100% - 800px) / 2 + 5px); } }
    @media screen and (min-width: 1025px) {
      .media-list.type-4 .tag {
        margin-left: 0; } }
    @media screen and (min-width: 800px) and (max-width: 1024px) {
      .media-list.type-4 .content-area {
        padding-left: calc( (100% - 800px) / 2 + 5px);
        padding-right: calc( (100% - 800px) / 2); } }
    .media-list.type-4 .description {
      color: #382c38; }
      .media-list.type-4 .description a {
        color: #2d6ebe; }
        .media-list.type-4 .description a:hover {
          text-decoration: underline; }
    .media-list.type-4 .media-area {
      max-width: 800px;
      margin: auto;
      position: relative; }
      .media-list.type-4 .media-area img {
        border-radius: 15px; }
      @media screen and (min-width: 1025px) {
        .media-list.type-4 .media-area {
          max-width: none; } }
      .media-list.type-4 .media-area .media-btn {
        position: absolute;
        z-index: 5;
        top: 44%;
        box-shadow: 0px 4px 13px 0px rgba(58, 53, 53, 0.6);
        font-weight: bold;
        font-family: Arial;
        font-size: 45px;
        color: #ffffff;
        background: rgba(56, 44, 40, 0.2);
        width: 135px;
        height: 50px;
        line-height: 50px;
        border-radius: 50px;
        padding-left: 46px;
        font-size: 24px;
        border: #ffffff 3px solid; }
        .media-list.type-4 .media-area .media-btn:before {
          content: '';
          display: block;
          position: absolute;
          background: url("../img/list/button_video_play_2x.png") no-repeat;
          width: 20px;
          height: 27px;
          top: 10px;
          left: 18px;
          background-size: 20px auto; }
        .media-list.type-4 .media-area .media-btn:hover {
          color: #f26666;
          background: rgba(255, 255, 255, 0.75); }
          .media-list.type-4 .media-area .media-btn:hover:before {
            background: url("../img/list/button_video_play_2x_hover.png") no-repeat;
            background-size: 20px auto; }
        .media-list.type-4 .media-area .media-btn.video-btn:before {
          background: url("../img/list/button_video_play_2x.png") no-repeat;
          background-size: 20px auto; }
        .media-list.type-4 .media-area .media-btn.video-btn:hover:before {
          background: url("../img/list/button_video_play_2x_hover.png") no-repeat;
          background-size: 20px auto; }
        .media-list.type-4 .media-area .media-btn.music-btn:before {
          background: url("../img/list/button_music_play_2x.png") no-repeat;
          background-size: 20px auto; }
        .media-list.type-4 .media-area .media-btn.music-btn:hover:before {
          background: url("../img/list/button_music_play_2x_hover.png") no-repeat;
          background-size: 20px auto; }
        .media-list.type-4 .media-area .media-btn.music-btn.active:before {
          background: url("../img/list/button_music_stop_2x.png") no-repeat;
          background-size: 20px auto; }
        .media-list.type-4 .media-area .media-btn.music-btn.active:hover:before {
          background: url("../img/list/button_music_stop_2x_hover.png") no-repeat;
          background-size: 20px auto; }
      .media-list.type-4 .media-area .white-dashed-border {
        position: relative;
        overflow: hidden; }
        .media-list.type-4 .media-area .white-dashed-border:before {
          content: '';
          display: block;
          position: absolute;
          top: 6px;
          left: 6px;
          width: 100%;
          height: 100%;
          border-radius: 15px;
          border: dashed 1px #ffffff;
          opacity: 0.7;
          z-index: 2; }
      @media screen and (max-width: 1024px) {
        .media-list.type-4 .media-area:before {
          content: '';
          display: block;
          position: absolute;
          top: 6px;
          left: 6px;
          width: 100%;
          height: 100%;
          border-radius: 15px;
          border: dashed 1px #f8bdb3;
          z-index: -1; } }
      .media-list.type-4 .media-area .media-btn {
        left: 50%;
        transform: translateX(-50%); }
        @media screen and (min-width: 1025px) {
          .media-list.type-4 .media-area .media-btn {
            left: 75%; } }
    @media screen and (min-width: 550px) {
      .media-list.type-4 .media-area .media-btn {
        width: 200px;
        height: 75px;
        padding-left: 73px;
        border-radius: 100px;
        border: #ffffff 5px solid;
        line-height: 67px;
        font-size: 35px; }
        .media-list.type-4 .media-area .media-btn.music-btn:before, .media-list.type-4 .media-area .media-btn.music-btn.active:before, .media-list.type-4 .media-area .media-btn.video-btn:before {
          top: 11px;
          left: 29px;
          background-size: 32px auto;
          width: 35px;
          height: 56px; }
        .media-list.type-4 .media-area .media-btn.music-btn:hover:before, .media-list.type-4 .media-area .media-btn.music-btn.active:hover:before, .media-list.type-4 .media-area .media-btn.video-btn:hover:before {
          background-size: 32px auto; } }
    @media screen and (min-width: 1340px) {
      .media-list.type-4 .media-area .media-btn {
        width: 270px;
        height: 100px;
        font-size: 45px;
        line-height: 96px;
        padding-left: 100px; }
        .media-list.type-4 .media-area .media-btn.music-btn:before, .media-list.type-4 .media-area .media-btn.music-btn.active:before, .media-list.type-4 .media-area .media-btn.video-btn:before {
          top: 18px;
          left: 42px;
          background-size: 42px auto;
          width: 42px;
          height: 56px; }
        .media-list.type-4 .media-area .media-btn.music-btn:hover:before, .media-list.type-4 .media-area .media-btn.music-btn.active:hover:before, .media-list.type-4 .media-area .media-btn.video-btn:hover:before {
          background-size: 42px auto; } }

@media screen and (max-width: 767px) {
  .list-area.row .col-sm-6 {
    width: 100%; } }

audio {
  display: none; }

.page-banner-carousel {
  display: none !important; }
  @media screen and (min-width: 1025px) {
    .page-banner-carousel {
      display: block !important;
      width: 100vw;
      margin-top: -65px;
      position: fixed;
      height: 100vh; }
      .page-banner-carousel .owl-controls {
        margin: 0; }
      .page-banner-carousel .content-area {
        padding-top: 65px;
        position: absolute;
        padding-right: calc((100vh * 0.353312) / 4);
        left: 0;
        top: 0;
        width: 50%;
        z-index: 3; } }
    @media screen and (min-width: 1025px) and (min-width: 1025px) {
      .page-banner-carousel .content-area .page-title {
        margin: 60px 0 20px 84px; } }
    @media screen and (min-width: 1025px) and (min-width: 1025px) {
      .page-banner-carousel .content-area .title {
        padding-left: 110px;
        font-size: 25px; } }
  @media screen and (min-width: 1025px) {
        .page-banner-carousel .content-area .description-area {
          position: relative;
          margin-left: 110px; }
          .page-banner-carousel .content-area .description-area:before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            bottom: 0px;
            width: calc(100% - 20px);
            height: 22px;
            background: url("../img/page/mask_bg.png") center repeat-x;
            background-size: auto 22px;
            z-index: 2; } }
    @media screen and (min-width: 1025px) and (min-width: 1025px) {
      .page-banner-carousel .content-area .slimScrollDiv {
        padding-bottom: 22px; } }
    @media screen and (min-width: 1025px) and (min-width: 1025px) {
      .page-banner-carousel .content-area .description {
        position: relative;
        padding-bottom: 22px;
        padding-right: 20px;
        overflow-y: auto; } }
  @media screen and (min-width: 1025px) {
      .page-banner-carousel .media-area {
        padding-left: calc(50% - ((100vh * 0.353312) / 2));
        width: 100%;
        height: 100vh;
        position: relative;
        overflow: hidden; }
        .page-banner-carousel .media-area:before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: calc(50% - ((101vh * 0.353312) / 2));
          background: url("../img/page/mask_2x.png") center no-repeat;
          background-size: 100%;
          width: calc(100vh * 0.353312);
          height: 100vh;
          z-index: 2; }
      .page-banner-carousel .prev-slide, .page-banner-carousel .next-slide {
        cursor: pointer;
        position: absolute;
        top: 52%;
        z-index: 2;
        opacity: 0.8; }
        .page-banner-carousel .prev-slide:hover, .page-banner-carousel .next-slide:hover {
          opacity: 1; }
      .page-banner-carousel .prev-slide {
        left: 22px; }
      .page-banner-carousel .next-slide {
        right: 22px; }
      .page-banner-carousel .story-tag-area {
        position: fixed;
        padding-left: 88px;
        display: inline-block;
        bottom: 100px;
        z-index: 1; }
        .page-banner-carousel .story-tag-area .story-tag {
          display: inline-block;
          color: #9e8881;
          font-size: 16px;
          font-weight: bold;
          height: 40px;
          line-height: 40px;
          padding: 0 3px;
          border: #9e8881 solid 1px;
          border-radius: 40px;
          position: relative;
          background: url("../img/index/bg.jpg") repeat; }
          .page-banner-carousel .story-tag-area .story-tag + .story-tag {
            margin-left: 35px; }
          .page-banner-carousel .story-tag-area .story-tag.active, .page-banner-carousel .story-tag-area .story-tag:hover {
            background: #f26666;
            color: #ffffff;
            border: transparent 1px solid; } }
      @media screen and (min-width: 1025px) and (min-width: 1156px) {
        .page-banner-carousel .story-tag-area .story-tag {
          padding: 0 14px; } }
      @media screen and (min-width: 1025px) and (min-width: 1324px) {
        .page-banner-carousel .story-tag-area .story-tag {
          padding: 0 28px; } }
  @media screen and (min-width: 1025px) {
        .page-banner-carousel .story-tag-area:before {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          bottom: 50%;
          width: 100%;
          border-bottom: #b8a59d solid 1px;
          z-index: -1; } }

.popup-container {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  overflow: scroll; }
  .popup-container.active {
    display: table;
    table-layout: fixed; }
  .popup-container .center {
    display: table-cell;
    vertical-align: middle;
    padding: 0 50px; }
  .popup-container .popup-content-area {
    display: inline-block;
    position: relative;
    width: 100%; }
    .popup-container .popup-content-area.story {
      width: calc(70vh / 16 * 9);
      height: 70vh; }
    .popup-container .popup-content-area.exhibition {
      max-width: 100%;
      width: 900px; }
  .popup-container .media-area {
    position: relative;
    border-radius: 10px;
    border: 2px solid #FFFFFF;
    overflow: hidden;
    width: 100%;
    transform: translateZ(0px); }
    @media screen and (min-width: 1025px) {
      .popup-container .media-area {
        border: 5px solid #FFFFFF; } }
    .popup-container .media-area iframe {
      border: 0; }
  .popup-container .close-btn {
    display: inline-block;
    background: #FEA79E;
    width: 33px;
    height: 33px;
    border: 2px #FFFFFF solid;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -43px; }
    @media screen and (min-width: 1025px) {
      .popup-container .close-btn {
        width: 40px;
        height: 40px;
        right: -60px; } }
    .popup-container .close-btn:before, .popup-container .close-btn:after {
      content: '';
      display: block;
      position: absolute;
      top: 14px;
      left: 5px;
      width: 20px;
      height: 2px;
      background: #FFFFFF; }
      @media screen and (min-width: 1025px) {
        .popup-container .close-btn:before, .popup-container .close-btn:after {
          top: 17px;
          left: 8px; } }
    .popup-container .close-btn:before {
      transform: rotate(45deg); }
    .popup-container .close-btn:after {
      transform: rotate(-45deg); }

.disable-scroll {
  overflow: hidden;
  touch-action: none; }

.page-title {
  margin: 0 auto 24px auto;
  max-width: 100%; }
  @media screen and (min-width: 600px) {
    .page-title {
      margin: 0 auto 32px auto; } }


  .page-title h4, .page-title h1 {
    position: relative;
    z-index: -9999;
    margin: 0;
    visibility: hidden; }
    .page-title h4:after, .page-title h1:after {
      content: '';
      display: block;
      width: 200px;
      height: 50px;
      position: absolute;
      top: -3px;
      left: 0;
      background: url(../img/page/bg.png?1-0-0) repeat; }
  .page-title.activity {
    background: url(../img/page/title_activity_xs_2x.png?1-0-0) no-repeat;
    background-size: 182px 42px;
    width: 182px;
    height: 42px; }
  .page-title.column {
    background: url(../img/page/title_column_xs_2x.png?1-0-0) no-repeat;
    background-size: 217px 41px;
    width: 217px;
    height: 41px; }
  .page-title.news {
    background: url(../img/page/title_news_xs_2x.png?1-0-0) no-repeat;
    background-size: 187px 39px;
    width: 187px;
    height: 39px; }
  .page-title.video {
    background: url(../img/page/title_video_xs_2x.png?1-0-0) no-repeat;
    background-size: 189px 39px;
    width: 189px;
    height: 39px; }
  .page-title.right {
    background: url(../img/page/title_right_xs_2x.png?1-0-0) no-repeat;
    background-size: 100% auto;
    width: 327px;
    height: 40px; }
  .page-title.exhibition {
    background: url(../img/page/title_exhibition_xs_2x.png?1-0-0) no-repeat;
    background-size: 217px 40px;
    width: 217px;
    height: 40px; }
  .page-title.story {
    background: url(../img/page/title_story_xs_2x.png?1-0-0) no-repeat;
    background-size: 249px 40px;
    width: 249px;
    height: 40px; }
  .page-title.antibullying {
    background: url(../img/page/title_antibullying_xs_2x_1.png?1-0-0) no-repeat;
    background-size: 175px 40px;
    width: 175px;
    height: 40px; }
  .page-title.ig {
    background: url(../img/page/title_ig_2x.png?1-0-0) no-repeat;
    background-size: 100%;
    width: 320px;
    height: 88px; }
  .page-title.plan {
    background: url(../img/page/title_plan_xs_2x.png?1-0-0) no-repeat;
    background-size: 100%;
    width: 254px;
    height: 44px; }
  .page-title.cyberbully {
    background: url(../img/page/title_cyberbully_xs_2x_1.png?1-0-0) no-repeat;
    background-size: 100%;
    width: 237px;
    height: 40px; }
  .page-title.partner {
    background: url(../img/page/title_partner_xs_2x.png?1-0-0) no-repeat;
    background-size: 100%;
    width: 190px;
    height: 40px; }
  .page-title.act2020_video {
    background: url(../img/page/title_act2020_video_2x.png?1-0-0) no-repeat;
    background-size: 100%;
    width: 356px;
    height: 88px; }
  .page-title.listen {
    background: url(../img/page/title_listen_xs_2x.png?1-0-0) no-repeat;
    background-size: 100%;
    width: 205px;
    height: 40px; }
  .page-title.act2022 {
    background: url(../img/page/title_popup_xs_2x.png?1-0-0) no-repeat;
    background-size: 100%;
    width: 275px;
    height: 40px; }

  .page-title.line {
    background: url(../img/page/title_line_antibully_xs_2x_1.png?1-0-0) no-repeat;
    background-size: 100%;
    width: 332px;
    height: 40px; }
  .page-title.response {
    background: url(../img/page/title_response_xs_2x.png?1-0-0) no-repeat;
    background-size: 176px auto;
    width: 176px;
    height: 40px; }
  .page-title.news-activity {
    background: url(../img/page/title_news_activity_xs_2x.png?1-0-0) no-repeat;
    background-size: 175px auto;
    width: 175px;
    height: 39px; }
  .page-title.sock {
    background: url(../img/page/title_sock_xs_2x.png?1-0-0) no-repeat;
    background-size: 247px auto;
    width: 247px;
    height: 40px; }
  .page-title.event-video {
    background: url(../img/page/title_event_video_xs_2x.png?1-0-0) no-repeat;
    background-size: 176px auto;
    width: 176px;
    height: 40px; }


  @media screen and (min-width: 600px) {
    .page-title.activity {
      background: url(../img/page/title_activity_2x.png?1-0-0) no-repeat;
      background-size: 316px 87px;
      width: 316px;
      height: 87px; }
    .page-title.column {
      background: url(../img/page/title_column_2x.png?1-0-0) no-repeat;
      background-size: 365px 87px;
      width: 365px;
      height: 87px; }
    .page-title.news {
      background: url(../img/page/title_news_2x.png?1-0-0) no-repeat;
      background-size: 316px 87px;
      width: 316px;
      height: 87px; }
    .page-title.video {
      background: url(../img/page/title_video_2x.png?1-0-0) no-repeat;
      background-size: 316px 87px;
      width: 316px;
      height: 87px; }
    .page-title.right {
      background: url(../img/page/title_right_2x.png?1-0-0) no-repeat;
      background-size: 568px 87px;
      width: 568px;
      height: 87px; }
    .page-title.exhibition {
      background: url(../img/page/title_exhibition_2x.png?1-0-0) no-repeat;
      background-size: 366px 87px;
      width: 366px;
      height: 87px; }
    .page-title.story {
      background: url(../img/page/title_story_2x.png?1-0-0) no-repeat;
      background-size: 415px 87px;
      width: 415px;
      height: 87px; }
    .page-title.antibullying {
      background: url(../img/page/title_antibullying_2x.png?1-0-0) no-repeat;
      background-size: 321px 87px;
      width: 321px;
      height: 87px; }
    .page-title.listen {
      background: url(../img/page/title_listen_2x.png?1-0-0) no-repeat;
      background-size: 325px 88px;
      width: 325px;
      height: 88px; }
    .page-title.act2022 {
      background: url(../img/page/title_popup_2x.png?1-0-0) no-repeat;
      background-size: 440px 87px;
      width: 440px;
      height: 87px; }      
    .page-title.plan {
      background: url(../img/page/title_plan_2x.png?1-0-0) no-repeat;
      background-size: 413px auto;
      width: 413px;
      height: 87px; }
    .page-title.cyberbully {
      background: url(../img/page/title_cyberbully_2x.png?1-0-0) no-repeat;
      background-size: 356px auto;
      width: 356px;
      height: 88px;
      margin-bottom: 25px; }
    .page-title.line {
      background: url(../img/page/title_line_antibully_2x-min.png?1-0-0) no-repeat;
      background-size: 100%;
      width: 501px;
      height: 88px; }
    .page-title.partner {
      background: url(../img/page/title_partner_2x.png?1-0-0) no-repeat;
      background-size: 316px auto;
      width: 316px;
      height: 87px; }
    .page-title.response {
      background: url(../img/page/title_response_2x.png?1-0-0) no-repeat;
      background-size: 276px auto;
      width: 276px;
      height: 88px; }
    .page-title.news-activity {
      background: url(../img/page/title_news_activity_2x.png?1-0-0) no-repeat;
      background-size: 316px auto;
      width: 316px;
      height: 87px; }
    .page-title.sock {
      background: url(../img/page/title_sock_2x.png?1-0-0) no-repeat;
      background-size: 383px auto;
      width: 383px;
      height: 88px; }
    .page-title.event-video {
      background: url(../img/page/title_event_video_2x.png?1-0-0) no-repeat;
      background-size: 276px auto;
      width: 276px;
      height: 88px; } }
  @media screen and (min-width: 1025px) {
    .page-title.cyberbully {
      margin-top: -25px; 
    } 
    .page-title.story {
      background: url(../img/page/title_story_2x.png?1-0-0) no-repeat;
      background-size: 374px 78px;
      width: 374px;
      height: 78px; } 
    .page-title.exhibition {
      background: url(../img/page/title_exhibition_2x.png?1-0-0) no-repeat;
      background-size: 329px 78px;
      width: 329px;
      height: 78px; } 
    .page-title.plan {
      background: url(../img/page/title_plan_2x.png?1-0-0) no-repeat;
      background-size: 372px 78px;
      width: 372px;
      height: 78px; }  
    .page-title.antibullying {
      background: url(../img/page/title_antibullying_2x.png?1-0-0) no-repeat;
      background-size: 289px 78px;
      width: 289px;
      height: 78px; }  
    .page-title.listen {
      background: url(../img/page/title_listen_2x.png?1-0-0) no-repeat;
      background-size: 293px 79px;
      width: 293px;
      height: 79px; }                      
    .page-title.act2022 {
      background: url(../img/page/title_popup_2x.png?1-0-0) no-repeat;
      background-size: 396px 78px;
      width: 396px;
      height: 78px; }  
  }

@media screen and (min-width: 1025px) {
  .no-scroll-page {
    overflow: hidden; } }

#svg_bg {
  position: fixed;
  height: 115vh;
  width: 98.82813vh;
  top: -5vh;
  left: calc(-98.82813vh * 0.1);
  z-index: 1;
  display: none; }
  @media screen and (min-aspect-ratio: 16 / 9) {
    #svg_bg {
      left: 0; } }
  #svg_bg .svg-bg-img {
    opacity: 0;
    transition: all .5s; }
  @media screen and (min-width: 1025px) {
    #svg_bg {
      display: block; } }

.home-banner-area .non-ad {
  position: relative; }
  .home-banner-area .non-ad.media-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    transition: all 1s; }
    .home-banner-area .non-ad.media-area.active {
      opacity: 1; }

.home-banner-area .media-area {
  min-height: calc( 100vh - 65px);
  z-index: 6;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 1025px) {
    .home-banner-area .media-area {
      min-height: calc( 100vh - 115px); } }
  .home-banner-area .media-area a {
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .home-banner-area .media-area .banner-video {
    background: #000; }
  .home-banner-area .media-area img, .home-banner-area .media-area .banner-video {
    display: none;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .home-banner-area .media-area img.for-landscape, .home-banner-area .media-area .banner-video.for-landscape {
      display: none; }
    .home-banner-area .media-area img.for-portrait, .home-banner-area .media-area .banner-video.for-portrait {
      display: block;
      width: auto;
      height: 100%; }
    @media screen and (min-aspect-ratio: 1 / 1) {
      .home-banner-area .media-area img.for-landscape, .home-banner-area .media-area .banner-video.for-landscape {
        display: block;
        width: 100%;
        height: auto; }
      .home-banner-area .media-area img.for-portrait, .home-banner-area .media-area .banner-video.for-portrait {
        display: none; } }
  @media screen and (min-aspect-ratio: 1920 / 1080) {
    .home-banner-area .media-area img {
      width: 100%;
      height: auto; } }

.home-banner-area .scroll-down {
  position: absolute;
  left: 50%;
  bottom: 15vh;
  transform: translateX(-50%);
  z-index: 6;
  color: #FFF;
  cursor: pointer; }
  @media screen and (min-width: 1025px) {
    .home-banner-area .scroll-down {
      bottom: 3vh; } }
  .home-banner-area .scroll-down .fa {
    font-size: 60px;
    vertical-align: middle;
    position: relative;
    bottom: 10px;
    animation-name: scroll-down;
    animation-duration: 2s;
    animation-iteration-count: infinite; }

@-webkit-keyframes scroll-down {
  from {
    bottom: 10px; }
  to {
    bottom: -5px; } }

@-moz-keyframes scroll-down {
  from {
    bottom: 10px; }
  to {
    bottom: -5px; } }

@-ms-keyframes scroll-down {
  .home-banner-area .scroll-down .fa from {
    bottom: 10px; }
  .home-banner-area .scroll-down .fa to {
    bottom: -5px; } }

@keyframes scroll-down {
  from {
    bottom: 10px; }
  to {
    bottom: -5px; } }
  .home-banner-area .scroll-down span {
    vertical-align: middle;
    font-size: 28px;
    margin-left: 10px;
    font-weight: bold; }
  .home-banner-area .scroll-down:hover .fa {
    animation-play-state: paused; }

.home-banner-area .owl-carousel {
  height: 100%; }
  .home-banner-area .owl-carousel .owl-stage-outer {
    height: 100%; }
  .home-banner-area .owl-carousel .owl-nav {
    height: 0;
    margin-top: 0;
    display: none; }
    @media screen and (min-width: 768px) {
      .home-banner-area .owl-carousel .owl-nav {
        display: block; } }
    .home-banner-area .owl-carousel .owl-nav > div {
      position: absolute;
      font-size: 0;
      width: 47px;
      height: 47px;
      top: 50%;
      transform: translateY(-50%);
      opacity: 0.8; }
      .home-banner-area .owl-carousel .owl-nav > div:hover {
        opacity: 1; }
    .home-banner-area .owl-carousel .owl-nav .owl-prev {
      left: 30px;
      background: url("../img/page/icon_pre.png") center no-repeat;
      background-size: 47px 47px; }
    .home-banner-area .owl-carousel .owl-nav .owl-next {
      right: 30px;
      background: url("../img/page/icon_next.png") center no-repeat;
      background-size: 47px 47px; }

.index-scene-area {
  position: relative; }
  .index-scene-area ul {
    margin: 4px 0; }
    .index-scene-area ul.custom-style {
      list-style: none;
      padding-left: 0; }
      .index-scene-area ul.custom-style > li {
        position: relative; }
        .index-scene-area ul.custom-style > li:after {
          content: '';
          display: block;
          position: absolute; }
    .index-scene-area ul.style-1 > li {
      padding-left: 16px; }
      .index-scene-area ul.style-1 > li:after {
        left: 4px;
        top: 8px;
        border-style: solid;
        height: 0;
        width: 0;
        border-color: transparent transparent transparent #d7191f;
        border-width: 4.5px 0 4.5px 6px; }
    .index-scene-area ul.style-2 > li {
      padding-left: 20px; }
      .index-scene-area ul.style-2 > li:after {
        left: 7px;
        top: 9px;
        height: 5px;
        width: 5px;
        border-radius: 50%;
        background: #aa9994; }

.my-scene {
  position: relative;
  z-index: 1;
  width: 100%;
  opacity: 1;
  transition: opacity .3s; }
  @media screen and (min-height: 800px) {
    .my-scene {
      transition: opacity .8s; } }
  @media screen and (min-width: 1025px) {
    .my-scene {
      opacity: 0; } }
  .my-scene.active {
    opacity: 1; }
  .my-scene.form {
    height: auto;
    min-height: auto;
    width: 100%;
    max-width: 100%;
    opacity: 1;
    background: url("../img/page/bg.png") center repeat;
    z-index: 3; }
    .my-scene.form .btn-area {
      text-align: center;
      margin-top: 25px;
      padding-top: 20px;
      border-top: 1px solid #E8CDC1; }
      .my-scene.form .btn-area .label-check-box {
        display: block;
        text-align: left;
        margin-bottom: 25px; }
      .my-scene.form .btn-area .btn + .btn {
        margin-top: 15px; }
        @media screen and (min-width: 335px) {
          .my-scene.form .btn-area .btn + .btn {
            margin-top: 0px; } }
        @media screen and (min-width: 365px) {
          .my-scene.form .btn-area .btn + .btn {
            margin-left: 30px; } }
    .my-scene.form .form-box {
      padding: 15px  15px 70px; }
    @media screen and (min-width: 640px) {
      .my-scene.form .btn-area {
        text-align: right; }
        .my-scene.form .btn-area .label-check-box {
          margin-top: 10px;
          margin-bottom: 0;
          float: left; } }
    @media screen and (min-width: 1025px) {
      .my-scene.form {
        padding: 0; }
        .my-scene.form .form-box {
          padding: 33px 140px 70px 67px; }
        .my-scene.form .btn-area {
          margin-top: 30px;
          padding-top: 30px; }
          .my-scene.form .btn-area .btn {
            float: none;
            margin: 0; }
            .my-scene.form .btn-area .btn + .btn {
              margin-left: 50px; } }
  .my-scene.home-banner-area {
    max-width: 100%;
    padding: 0;
    display: block;
    height: calc( 100vh - 65px);
    overflow: hidden;
    position: relative;
    z-index: 5; }
    @media screen and (min-width: 1025px) {
      .my-scene.home-banner-area {
        height: calc( 100vh - 115px); } }
  .my-scene .my-scene-box.lg {
    display: none; }
  .my-scene .content-area {
    color: #382c38;
    font-size: 17px;
    margin: 15px 0; }
    .my-scene .content-area .sub-title {
      margin: 5px 0;
      color: #d7191f; }
    .my-scene .content-area.description {
      font-size: 15px; }
  .my-scene .img-box {
    height: 156px; }
    .my-scene .img-box img {
      width: auto;
      height: 100%;
      margin-left: 31px; }
    @media screen and (min-width: 1600px) {
      .my-scene .img-box {
        height: 172px; } }
  .my-scene .btn-area {
    margin-top: 25px;
    margin-bottom: 15px; }
    .my-scene .btn-area .btn {
      vertical-align: middle;
      display: inline-block; }
  @media screen and (min-width: 768px) {
    .my-scene .index-list-area + .btn-area {
      margin-top: 45px; } }
  @media screen and (min-width: 1280px) {
    .my-scene:not(.form) .btn-area .btn {
      width: calc( (100% - 45px) / 3); } }
  @media screen and (min-width: 1025px) {
    .my-scene.act2019 {
      display: table;
      max-width: calc(720px + 42vw);
      min-height: calc( 100vh - 115px);
      padding: 0 70px 0 42vw;
      height: 0px; }
      .my-scene.act2019 .my-scene-box {
        vertical-align: middle; }
        .my-scene.act2019 .my-scene-box.sm {
          display: none; }
        .my-scene.act2019 .my-scene-box.lg {
          display: table-cell;
          padding-bottom: 4vh; }
      .my-scene.act2019 .btn-area {
        margin-top: 45px; }
        .my-scene.act2019 .btn-area .btn {
          float: left;
          margin-right: 22px;
          margin-bottom: 10px; }
          .my-scene.act2019 .btn-area .btn:last-child {
            margin-right: 0; }
      .my-scene.act2019 .content-area {
        padding: 0 30px;
        margin-top: 40px;
        font-size: 18px;
        line-height: 1.8; } }
  @media screen and (min-aspect-ratio: 16 / 9) and (min-width: 1025px) {
    .my-scene.act2019 {
      max-width: 100%;
      padding: 0 90px 0 calc(115vh * (660 / 768) * 0.77); } }
  @media screen and (min-aspect-ratio: 16 / 9) and (min-width: 1366px) {
    .my-scene.act2019 {
      padding: 0 200px 0 calc(115vh * (660 / 768) * 0.77); } }

.my-scene-box.sm .unit-title {
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .my-scene-box.sm .unit-title {
      margin-bottom: -65px;
      display: table;
      width: 100%; } }
  .my-scene-box.sm .unit-title .title-img {
    width: 185px;
    height: 110px;
    position: absolute;
    bottom: 45px;
    right: 5px; }
    @media screen and (min-width: 400px) {
      .my-scene-box.sm .unit-title .title-img.for-xxs {
        display: none; } }
    .my-scene-box.sm .unit-title .title-img.for-xs {
      display: none; }
      @media screen and (min-width: 400px) {
        .my-scene-box.sm .unit-title .title-img.for-xs {
          display: inline-block; } }
      @media screen and (min-width: 768px) {
        .my-scene-box.sm .unit-title .title-img.for-xs {
          display: none; } }
    @media screen and (min-width: 400px) {
      .my-scene-box.sm .unit-title .title-img {
        width: 300px;
        height: auto;
        bottom: 13%; } }
    @media screen and (min-width: 640px) {
      .my-scene-box.sm .unit-title .title-img {
        width: 100%;
        max-width: 366px;
        height: auto;
        bottom: 18%; } }
  .my-scene-box.sm .unit-title .unit-img {
    float: left;
    width: 93vw;
    height: auto; }
    @media screen and (min-width: 768px) {
      .my-scene-box.sm .unit-title .unit-img {
        width: 570px;
        position: relative; } }
  @media screen and (min-width: 768px) {
    .my-scene-box.sm .unit-title .visible-sm {
      width: 100%;
      position: absolute;
      top: 52%;
      left: 38px;
      transform: translateY(-50%);
      padding-bottom: 65px;
      padding-left: 368px;
      padding-right: 62px; }
      .my-scene-box.sm .unit-title .visible-sm.observe {
        top: 52%; }
      .my-scene-box.sm .unit-title .visible-sm.listen {
        top: 56%; }
      .my-scene-box.sm .unit-title .visible-sm.support {
        top: 57%; }
      .my-scene-box.sm .unit-title .visible-sm.judge {
        top: 58%; }
      .my-scene-box.sm .unit-title .visible-sm.discuss {
        top: 56%; }
      .my-scene-box.sm .unit-title .visible-sm .title-img {
        position: relative;
        right: 5px; }
        .my-scene-box.sm .unit-title .visible-sm .title-img.discuss {
          position: relative;
          left: -26px; } }

.my-scene-box.sm .unit-description {
  margin-top: 0;
  line-height: 1.7; }
  @media screen and (min-width: 768px) {
    .my-scene-box.sm .unit-description {
      margin-top: 36px; } }

.my-scene-box.sm .title {
  color: #382c38;
  font-size: 15px;
  margin: 10px 0 14px 0; }

.my-scene-box.sm .list-bottom-area {
  margin-top: 26px; }
  .my-scene-box.sm .list-bottom-area .sub-title {
    color: #d7191f;
    font-weight: bold;
    font-size: 16px; }
  .my-scene-box.sm .list-bottom-area .img-area {
    width: 100%;
    max-width: 250px;
    margin: 0 auto; }
    .my-scene-box.sm .list-bottom-area .img-area img {
      width: 100%;
      border-radius: 6px; }
    @media screen and (min-width: 480px) {
      .my-scene-box.sm .list-bottom-area .img-area {
        width: 60%;
        max-width: 60%; } }
    @media screen and (min-width: 768px) {
      .my-scene-box.sm .list-bottom-area .img-area {
        float: left;
        width: 250px; } }
  .my-scene-box.sm .list-bottom-area .content-area {
    margin: 15px 0 0 0; }
    @media screen and (min-width: 768px) {
      .my-scene-box.sm .list-bottom-area .content-area {
        padding-left: calc(250px + 20px); } }

.my-scene-box.sm .title + .list-bottom-area {
  margin-top: 14px; }

@media screen and (min-width: 768px) {
  .my-scene-box.sm .sm-container {
    padding-left: 30px; } }

.scene-btn-area {
  position: fixed;
  width: 100%;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 4;
  padding: 4px 0 1px;
  background: #f26666; }
  .scene-btn-area .scene-btn-box {
    display: inline-block;
    position: relative; }
    .scene-btn-area .scene-btn-box .sm-footer-label {
      display: none; }
      @media screen and (min-width: 360px) {
        .scene-btn-area .scene-btn-box .sm-footer-label {
          display: inline-block;
          line-height: 49px;
          font-weight: bold;
          color: #972424;
          font-size: 16px; } }
    .scene-btn-area .scene-btn-box .scene-btn {
      vertical-align: top;
      margin-right: -10px;
      text-align: center;
      display: inline-block;
      color: #fea7a7;
      font-size: 18px;
      font-weight: bold;
      width: 46px;
      height: 49px;
      padding-right: 5px;
      padding-top: 9px;
      cursor: pointer; }
      .scene-btn-area .scene-btn-box .scene-btn.active {
        transition: color , font  .2s;
        color: #ffffff;
        background: url("../img/index/5step_on_decoration_xs_2x.png") center no-repeat;
        background-size: 100%; }
        .scene-btn-area .scene-btn-box .scene-btn.active.form {
          background: url("../img/index/icon_help_on_xs_2x.png") top 8px left 11px no-repeat, url("../img/index/5step_on_decoration_xs_2x.png") center no-repeat;
          background-size: 20px ,100%; }
      @media screen and (min-width: 1025px) {
        .scene-btn-area .scene-btn-box .scene-btn:hover {
          transition: color , font  .2s;
          color: #ffffff;
          background: url("../img/index/5step_on_decoration_xs_2x.png") center no-repeat;
          background-size: 100%; }
          .scene-btn-area .scene-btn-box .scene-btn:hover.form {
            background: url("../img/index/icon_help_on_xs_2x.png") top 8px left 11px no-repeat, url("../img/index/5step_on_decoration_xs_2x.png") center no-repeat;
            background-size: 20px ,100%; } }
      .scene-btn-area .scene-btn-box .scene-btn.form {
        background: url("../img/index/icon_help_xs_2x.png") top 8px left 11px no-repeat;
        background-size: 20px; }
  .scene-btn-area svg {
    display: none; }
  @media screen and (min-width: 400px) {
    .scene-btn-area .scene-btn-box:before {
      display: inline-block;
      position: absolute;
      top: 8px;
      left: 0; } }
  @media screen and (min-width: 1025px) {
    .scene-btn-area {
      background: transparent;
      width: auto;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      height: auto;
      display: table; }
      .scene-btn-area.no-fixed {
        top: none;
        top: auto;
        height: auto;
        position: absolute;
        bottom: 10vh;
        right: 0; }
      .scene-btn-area .scene-btn-box {
        padding: 0;
        display: table-cell;
        vertical-align: middle; }
        .scene-btn-area .scene-btn-box:before {
          display: none; }
        .scene-btn-area .scene-btn-box .scene-btn {
          padding: 0;
          display: block;
          border-radius: 50%;
          width: 48px;
          height: 48px;
          color: #aa9994;
          border: 1px solid #a38f89;
          text-align: center;
          font-weight: bold;
          margin-right: 13px;
          position: relative;
          font-size: 16px;
          line-height: 48px;
          background: url("../img/page/bg.png") center no-repeat;
          background-size: auto, auto; }
          .scene-btn-area .scene-btn-box .scene-btn + .scene-btn {
            margin: 0; }
          .scene-btn-area .scene-btn-box .scene-btn svg {
            display: block;
            position: absolute;
            width: 60px;
            height: 60px;
            top: -2px;
            left: -2px; }
            .scene-btn-area .scene-btn-box .scene-btn svg circle {
              stroke-width: 1px;
              stroke: #d61518;
              stroke-dasharray: 188.4;
              stroke-dashoffset: 188.4; }
          .scene-btn-area .scene-btn-box .scene-btn + .scene-btn {
            margin-top: 18px; }
          .scene-btn-area .scene-btn-box .scene-btn.form {
            background: url("../img/index/icon_help_2x.png") center no-repeat, url("../img/page/bg.png") center repeat;
            background-size: 24px auto, auto auto; }
          .scene-btn-area .scene-btn-box .scene-btn:before {
            content: '';
            display: block;
            position: absolute;
            top: -5px;
            left: -5px;
            border: dashed 1px transparent;
            border-radius: 50%;
            width: 56px;
            height: 56px;
            transform: rotate(0deg);
            transition: all .2s linear .4s; }
          .scene-btn-area .scene-btn-box .scene-btn:after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            right: -13px;
            width: 0px;
            height: 1px;
            background-color: #d7191f;
            transition: all .2s linear .2s; }
          .scene-btn-area .scene-btn-box .scene-btn.active, .scene-btn-area .scene-btn-box .scene-btn:hover {
            background: url("../img/page/bg.png") center no-repeat;
            background-size: auto, auto;
            border-color: transparent;
            font-size: 21px;
            color: #d7191f;
            width: 52px;
            height: 52px;
            line-height: 52px; }
            .scene-btn-area .scene-btn-box .scene-btn.active.form, .scene-btn-area .scene-btn-box .scene-btn:hover.form {
              background: url("../img/index/icon_help_on_2x.png") center no-repeat, url("../img/page/bg.png") center repeat;
              background-size: 24px auto, auto auto; }
            .scene-btn-area .scene-btn-box .scene-btn.active svg circle, .scene-btn-area .scene-btn-box .scene-btn:hover svg circle {
              transition: all .5s;
              stroke-dashoffset: 0; }
            .scene-btn-area .scene-btn-box .scene-btn.active:before, .scene-btn-area .scene-btn-box .scene-btn:hover:before {
              border-top: dashed 1px #d7191f;
              transform: rotate(-45deg); }
            .scene-btn-area .scene-btn-box .scene-btn.active:after, .scene-btn-area .scene-btn-box .scene-btn:hover:after {
              width: 21px; } }

.index-modal {
  position: relative;
  z-index: 5; }
  .index-modal .modal-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100; }
    .index-modal .modal-container.active {
      display: table; }
  .index-modal .modal-center {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5%; }
    @media screen and (min-width: 1600px) {
      .index-modal .modal-center {
        padding: 0 15%; } }
    .index-modal .modal-center .slimScrollBar {
      z-index: 102 !important; }
  .index-modal .modal-content-area {
    position: relative; }
    .index-modal .modal-content-area .close-btn {
      display: inline-block;
      background: #fcf9f6;
      width: 36px;
      height: 36px;
      border: 2px #ffa79e solid;
      border-radius: 50%;
      position: absolute;
      top: 21px;
      right: 21px;
      z-index: 102; }
      .index-modal .modal-content-area .close-btn:before, .index-modal .modal-content-area .close-btn:after {
        content: '';
        display: block;
        position: absolute;
        top: 15px;
        left: 6px;
        width: 20px;
        height: 2px;
        background: #ffa79e; }
      .index-modal .modal-content-area .close-btn:before {
        transform: rotate(45deg); }
      .index-modal .modal-content-area .close-btn:after {
        transform: rotate(-45deg); }
  .index-modal .modal-content {
    padding: 25px 64px 45px 45px;
    background: #f6eae1;
    border-radius: 20px;
    box-shadow: none;
    width: 100% !important;
    margin: auto;
    position: relative;
    max-height: calc( 100vh - 65px - 50px);
    overflow: auto;
    z-index: 101;
    font-size: 15px; }
    .index-modal .modal-content .modal-bottom-area {
      margin-top: 30px; }
      .index-modal .modal-content .modal-bottom-area .img-box {
        float: left;
        width: 250px;
        height: auto;
        margin: 0px 0 50px 0; }
        .index-modal .modal-content .modal-bottom-area .img-box img {
          width: 100%;
          height: auto;
          border-radius: 6px;
          margin-left: 0; }
      .index-modal .modal-content .modal-bottom-area .content-area {
        padding-left: 266px;
        margin: 0; }
        .index-modal .modal-content .modal-bottom-area .content-area > ul > li + li {
          margin-top: 8px; }
      .index-modal .modal-content .modal-bottom-area .sub-title {
        color: #d7191f;
        font-weight: bold;
        font-size: 16px; }
      .index-modal .modal-content .modal-bottom-area .left-area {
        float: left;
        width: 65%;
        border-right: 1px solid #e2d0c2;
        padding-right: 16px; }
      .index-modal .modal-content .modal-bottom-area .right-area {
        padding-left: calc(65% + 50px); }
        .index-modal .modal-content .modal-bottom-area .right-area > .img-box {
          float: none;
          margin: 0 0 20px 0; }
        .index-modal .modal-content .modal-bottom-area .right-area > .content-area {
          padding: 0; }
      .index-modal .modal-content .modal-bottom-area.type-2 {
        margin-top: 10px; }
        .index-modal .modal-content .modal-bottom-area.type-2 .sub-title {
          text-align: center; }
        .index-modal .modal-content .modal-bottom-area.type-2 .left-area {
          width: 50%;
          padding-right: 30px; }
          .index-modal .modal-content .modal-bottom-area.type-2 .left-area .img-box {
            float: none;
            margin: 0 auto 20px auto; }
          .index-modal .modal-content .modal-bottom-area.type-2 .left-area .content-area {
            padding-left: 0; }
        .index-modal .modal-content .modal-bottom-area.type-2 .right-area {
          padding-left: calc(50% + 25px); }
          .index-modal .modal-content .modal-bottom-area.type-2 .right-area .img-box {
            margin: 0 auto 20px auto; }
    .index-modal .modal-content .title + .modal-bottom-area {
      margin-top: 14px; }
    .index-modal .modal-content .index-tag {
      display: inline-block;
      padding: 1px 7px;
      color: #ffffff;
      font-size: 16px;
      font-weight: bold;
      background: #d7191f;
      border-radius: 0 6px 0 6px; }
    .index-modal .modal-content .title {
      font-size: 16px;
      color: #382c38;
      margin: 10px 0 14px 0; }

.privacy-clause:hover, .privacy-clause:focus {
  color: #d7191f; }

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