@charset "UTF-8";
body {
  font-family: 微軟正黑體,Arial;
  width: 100%;
  font-size: 15px;
  line-height: 1.5; }
  @media screen and (min-width: 992px) {
    body.header-fix {
      padding-top: 98px; } }

p {
  margin: 0; }

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

.alert-text {
  color: red; }

.import-text {
  color: #EE8A19; }

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

.btn {
  display: inline-block;
  color: #fff !important;
  border-radius: 3px;
  font-size: 16px;
  padding: 5px 27px; }
  .btn.yellow {
    background: #fbb65e; }
    .btn.yellow:hover {
      background: #f2a33f; }
  .btn.pink {
    background: #f35d72; }
    .btn.pink:hover {
      background: #e83049; }
  .btn.gray {
    background: #646464; }
    .btn.gray:hover {
      background: #424242; }

.totop-area {
  width: 100%;
  height: 11px;
  background: #F65D72;
  position: relative;
  margin-top: 110px; }
  @media screen and (min-width: 992px) {
    .totop-area {
      background: #e83049; } }
  .totop-area #to-top {
    width: 107px;
    height: 160px;
    background: url(../img/header/top_2x.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    bottom: -65px;
    right: 50%;
    margin-right: -53.5px; }
    @media screen and (min-width: 992px) {
      .totop-area #to-top {
        background: url(../img/header/top.png) no-repeat;
        bottom: -70px;
        right: 50%;
        margin-right: -485px; } }
    @media screen and (min-width: 1200px) {
      .totop-area #to-top {
        margin-right: -585px; } }
    @media screen and (min-width: 1410px) {
      .totop-area #to-top {
        margin-right: -695px; } }

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

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

input::placeholder {
  color: #b2b2b2;
  font-size: 14px; }

header div.pc-title:after, header div.pc-title .pc-title-btn-area .search-area:after, header div.pc-header-nav .header-nav:after, .album-list-area:after, .gallery-list-area:after {
  content: '';
  display: block;
  clear: both; }

/*
=================================================================
(#m02-1hds) HEADER
=================================================================
*/
header {
  width: 100%;
  position: relative;
  z-index: 100;
  background: url(../img/header/banner_bg.png);
  background-size: 240px; }
  header div.pc-title {
    width: 100%;
    padding: 15px 0px 12px;
    position: relative; }
    header div.pc-title .pc-logo {
      display: block;
      float: left; }
      header div.pc-title .pc-logo img {
        width: 210px;
        transition: .5s; }
        @media screen and (min-width: 1200px) {
          header div.pc-title .pc-logo img {
            width: 239px; } }
    header div.pc-title .pc-title-btn-area {
      position: absolute;
      top: 10px;
      right: 0; }
      header div.pc-title .pc-title-btn-area .search-area {
        float: right;
        width: 180px;
        padding: 0 0px 0px 5px; }
        header div.pc-title .pc-title-btn-area .search-area .input-group .form-control {
          height: 30px;
          box-shadow: none;
          border: 1px solid #f0b194;
          border-right: none;
          border-radius: 30px 0 0 30px; }
        header div.pc-title .pc-title-btn-area .search-area .input-group .btn {
          background-color: #FFF;
          border: 1px solid #f0b194;
          border-left: 1px solid #fff;
          border-radius: 0 30px 30px 0;
          padding: 6px 12px; }
          header div.pc-title .pc-title-btn-area .search-area .input-group .btn i {
            color: #f0b194;
            font-size: 16px; }
      header div.pc-title .pc-title-btn-area ul {
        float: left;
        list-style: none;
        margin: 0;
        padding: 0px 0 0 0px; }
        header div.pc-title .pc-title-btn-area ul li {
          display: inline-block;
          margin-right: 4px; }
          header div.pc-title .pc-title-btn-area ul li .pc-title-btn {
            display: block;
            width: 30px;
            height: 30px;
            border-radius: 50%; }
            header div.pc-title .pc-title-btn-area ul li .pc-title-btn.facebook {
              background: url(../img/header/icon_fb.png) center center no-repeat #1d6bb9;
              background-size: 20px; }
            header div.pc-title .pc-title-btn-area ul li .pc-title-btn.contactus {
              background: url(../img/header/icon_contact.png) center center no-repeat #e8374f;
              background-size: 20px; }
          header div.pc-title .pc-title-btn-area ul li:hover .pc-title-btn.facebook {
            background: url(../img/header/icon_fb.png) center center no-repeat #0f5ba7;
            background-size: 20px; }
          header div.pc-title .pc-title-btn-area ul li:hover .pc-title-btn.contactus {
            background: url(../img/header/icon_contact.png) center center no-repeat #d6001d;
            background-size: 20px; }
    header div.pc-title .pc-donate-btn-area {
      position: absolute;
      bottom: 8px;
      right: 0px; }
      @media screen and (min-width: 1200px) {
        header div.pc-title .pc-donate-btn-area {
          bottom: 5px; } }
      header div.pc-title .pc-donate-btn-area .pc-donate-btn {
        display: block;
        width: 130px;
        padding: 8px 10px;
        font-size: 16px;
        text-align: center;
        color: #fff;
        background: #f35d72;
        border-radius: 5px;
        transition: .5s;
        overflow: hidden;
        position: relative; }
        @media screen and (min-width: 1200px) {
          header div.pc-title .pc-donate-btn-area .pc-donate-btn {
            font-size: 17px; } }
        header div.pc-title .pc-donate-btn-area .pc-donate-btn:before, header div.pc-title .pc-donate-btn-area .pc-donate-btn:after {
          content: '';
          display: block;
          width: 0;
          height: 0;
          transition: .5s;
          border-color: #f57d8e;
          border-style: solid;
          position: absolute; }
        header div.pc-title .pc-donate-btn-area .pc-donate-btn:before {
          border-width: 10px;
          border-bottom-color: transparent;
          border-right-color: transparent;
          top: -2px;
          left: -2px; }
        header div.pc-title .pc-donate-btn-area .pc-donate-btn:after {
          border-width: 12px;
          border-top-color: transparent;
          border-left-color: transparent;
          bottom: 0;
          right: 0; }
        header div.pc-title .pc-donate-btn-area .pc-donate-btn span {
          display: inline-block;
          padding-left: 21px;
          position: relative; }
          header div.pc-title .pc-donate-btn-area .pc-donate-btn span:before {
            content: '';
            display: block;
            width: 15px;
            height: 21px;
            background: url(../img/header/icon_donate_lg.png) center center no-repeat;
            background-size: 15px;
            position: absolute;
            top: 3px;
            left: 0; }
        header div.pc-title .pc-donate-btn-area .pc-donate-btn:hover {
          background: #d7001d; }
          header div.pc-title .pc-donate-btn-area .pc-donate-btn:hover:before {
            top: -8px;
            left: -8px; }
          header div.pc-title .pc-donate-btn-area .pc-donate-btn:hover:after {
            bottom: -10px;
            right: -10px; }
      header div.pc-title .pc-donate-btn-area ul.donate-nav {
        display: none;
        list-style: none;
        margin: 0;
        padding: 0;
        box-shadow: 1px 1px 7px -2px rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 40px;
        left: 50%;
        margin-left: -65px;
        min-width: 130px; }
        header div.pc-title .pc-donate-btn-area ul.donate-nav li {
          position: relative;
          text-align: center; }
          header div.pc-title .pc-donate-btn-area ul.donate-nav li a {
            display: block;
            width: 100%;
            font-size: 15px;
            color: #000;
            background-color: #FFF;
            padding: 8px 20px;
            line-height: 24px; }
            header div.pc-title .pc-donate-btn-area ul.donate-nav li a:hover {
              background-color: #f35067;
              color: #fff; }
      header div.pc-title .pc-donate-btn-area:hover ul.donate-nav {
        display: block; }
  header div.pc-header-nav {
    float: left;
    padding-top: 30px; }
    @media screen and (min-width: 1200px) {
      header div.pc-header-nav {
        padding-top: 32px; } }
    header div.pc-header-nav .header-nav {
      list-style: none;
      margin: 0px;
      padding: 0 0 0 20px;
      position: relative; }
      header div.pc-header-nav .header-nav > li {
        float: left;
        position: relative; }
        header div.pc-header-nav .header-nav > li a {
          display: block;
          padding: 5px 15px 0;
          color: #000;
          font-size: 16px;
          line-height: 34px; }
          @media screen and (min-width: 1200px) {
            header div.pc-header-nav .header-nav > li a {
              padding: 5px 25px 0;
              font-size: 17px; } }
        header div.pc-header-nav .header-nav > li:after {
          content: '';
          display: block;
          width: 100%;
          height: 20px;
          position: absolute;
          bottom: -11px;
          left: 0; }
        header div.pc-header-nav .header-nav > li:hover .header-nav2 {
          display: block; }
        header div.pc-header-nav .header-nav > li:hover > a, header div.pc-header-nav .header-nav > li.active > a {
          color: #CF001C; }
      header div.pc-header-nav .header-nav li .header-nav2 {
        display: none;
        list-style: none;
        min-width: 146px;
        padding: 0;
        position: absolute;
        top: 40px;
        right: 50%;
        margin-right: -73px;
        box-shadow: 1px 1px 7px -2px rgba(0, 0, 0, 0.3); }
        header div.pc-header-nav .header-nav li .header-nav2 li {
          position: relative;
          text-align: center; }
          header div.pc-header-nav .header-nav li .header-nav2 li a {
            display: block;
            width: 100%;
            font-size: 15px;
            color: #000;
            background-color: #FFF;
            padding: 8px 20px; }
            header div.pc-header-nav .header-nav li .header-nav2 li a:hover {
              background-color: #f35067;
              color: #fff; }
  header div.mb-title {
    position: fixed;
    width: 100%;
    background: #fff2ec;
    border-bottom: 1px  solid  #ffdfd0;
    padding: 0px 0px;
    margin-left: -15px;
    transition: 0.5s; }
    header div.mb-title img {
      max-width: 100%; }
    header div.mb-title .mb-logo-area {
      float: left;
      margin-top: 6px;
      margin-left: 8px; }
    header div.mb-title .button-area {
      float: right; }
    header div.mb-title .mb-donate-area {
      float: right;
      padding-top: 19px;
      padding-right: 2px; }
      header div.mb-title .mb-donate-area .mb-donate-btn {
        display: block;
        color: #fff;
        font-size: 14px;
        text-align: center;
        padding: 1px 7px 1px 21px;
        background: url(../img/header/icon_donate_xs.png) 6px center no-repeat #f35067;
        background-size: 11px;
        border-radius: 5px; }
    header div.mb-title div.xs-menu {
      width: 60px;
      height: 60px;
      padding-top: 18px;
      text-align: center;
      cursor: pointer; }
      header div.mb-title div.xs-menu .icon-wrapper {
        margin: 0px auto 5px;
        width: 32px;
        height: 25px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 400ms ease-in-out;
        transition: 400ms ease-in-out; }
        header div.mb-title div.xs-menu .icon-wrapper span {
          display: block;
          position: absolute;
          height: 4px;
          width: 100%;
          border-radius: 4px;
          background: #606060;
          opacity: 1;
          left: 0;
          transition-timing-function: ease;
          transition-duration: .15s;
          transition-property: transform; }
          header div.mb-title div.xs-menu .icon-wrapper span:nth-child(1) {
            top: 0px;
            transition: background-color 0s linear .13s; }
          header div.mb-title div.xs-menu .icon-wrapper span:nth-child(2) {
            top: 10px;
            transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
          header div.mb-title div.xs-menu .icon-wrapper span:nth-child(3) {
            top: 20px;
            transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
      header div.mb-title div.xs-menu.active span:nth-child(1) {
        transition-delay: .22s;
        background-color: transparent; }
      header div.mb-title div.xs-menu.active span:nth-child(2) {
        top: 0;
        transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
        transform: translate3d(0, 10px, 0) rotate(45deg); }
      header div.mb-title div.xs-menu.active span:nth-child(3) {
        top: 0px;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
        transform: translate3d(0, 10px, 0) rotate(-45deg); }
  header.sticky {
    position: fixed;
    top: 0; }
    header.sticky .pc-title {
      padding: 10px 0 12px; }
      header.sticky .pc-title .pc-logo img {
        width: 186px; }
      header.sticky .pc-title .pc-donate-btn {
        bottom: 17px; }
    header.sticky .pc-header-nav {
      padding-top: 9px; }
      header.sticky .pc-header-nav .header-nav {
        padding: 0 0 0 28px; }
        @media screen and (min-width: 1200px) {
          header.sticky .pc-header-nav .header-nav {
            padding: 0 0 0 60px; } }
    header.sticky .pc-title-btn-area {
      display: none; }

.black-background.show {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 5;
  background: rgba(0, 0, 0, 0.2); }

div#mb-sidebar {
  display: none;
  position: fixed;
  width: 100%;
  top: -100%;
  z-index: 20; }
  div#mb-sidebar.hidden-sidebar {
    display: none;
    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: 61px;
    -webkit-animation-name: showsidebar;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 0.5s;
    animation-name: showsidebar;
    animation-timing-function: ease-in;
    animation-duration: 0.5s; }
  @media screen and (min-width: 992px) {
    div#mb-sidebar {
      display: none; }
      div#mb-sidebar.show-sidebar {
        display: none; } }

div.main-area {
  padding-top: 61px; }
  @media screen and (min-width: 992px) {
    div.main-area {
      padding-top: 0; } }

/* Chrome, Safari, Opera */
@-webkit-keyframes hiddensidebar {
  0% {
    top: 61px; }
  100% {
    top: -100%; } }

/* Standard syntax */
@keyframes hiddensidebar {
  0% {
    top: 61px; }
  100% {
    top: -100%; } }

/* Chrome, Safari, Opera */
@-webkit-keyframes showsidebar {
  0% {
    top: -100%; }
  100% {
    top: 61px; } }

/* Standard syntax */
@keyframes showsidebar {
  0% {
    top: -100%; }
  100% {
    top: 61px; } }

div.sidebar-content {
  padding-bottom: 61px;
  background-color: #FFE4D9; }

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

.title-btn-area {
  background-color: #80017B;
  padding: 10px; }
  .title-btn-area ul {
    list-style: none;
    margin: 0;
    padding: 0px 0 0;
    width: 100%; }
    .title-btn-area ul:after {
      content: '';
      display: block;
      clear: both; }
    .title-btn-area ul li {
      float: left;
      width: 33.33%;
      text-align: center; }
      .title-btn-area ul li .title-btn {
        display: inline-block; }
        .title-btn-area ul li .title-btn img {
          display: block;
          width: 35px;
          margin: auto; }
          @media screen and (min-width: 480px) {
            .title-btn-area ul li .title-btn img {
              display: inline-block; } }
        .title-btn-area ul li .title-btn span {
          display: block;
          font-family: '新細明體';
          color: #efdcef;
          font-size: 13px;
          margin-top: 5px; }
          @media screen and (min-width: 480px) {
            .title-btn-area ul li .title-btn span {
              display: inline-block;
              margin-left: 2px; } }

.title-search-area {
  padding: 9px 10px 8px;
  background-color: #d6001d; }
  .title-search-area .input-group {
    border-radius: 5px; }
    .title-search-area .input-group .form-control {
      height: 32px;
      border: none; }
    .title-search-area .input-group ::placeholder {
      color: #B1B1B1; }
    .title-search-area .input-group ::-moz-placeholder {
      color: #B1B1B1; }
    .title-search-area .input-group ::-ms-placeholder {
      color: #B1B1B1; }
    .title-search-area .input-group .btn {
      position: relative;
      background-color: #FFF;
      border: none;
      padding: 7px 12px; }
      .title-search-area .input-group .btn:before {
        width: 2px;
        height: calc( 100% - 4px);
        display: block;
        content: '';
        position: absolute;
        left: 1px;
        top: 2px;
        background: #DEDEDE; }
      .title-search-area .input-group .btn i {
        color: #5D5D5D;
        font-size: 18px; }

.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0px 0 28px; }
  .sidebar-nav .sidebar-header:first-child {
    margin-top: 0; }
  .sidebar-nav .sidebar-ul-split {
    padding: 9px 10px;
    color: #262626;
    background: #FFE4D9;
    position: relative; }
    .sidebar-nav .sidebar-ul-split:after {
      position: absolute;
      content: " ";
      width: 0;
      height: 0;
      border: solid transparent;
      right: 12px;
      bottom: -12px;
      border-width: 6px;
      border-top-color: #ff7878; }
  .sidebar-nav select {
    margin: 10px 10px;
    padding: 5px 3px;
    background: #C40010;
    color: #262626;
    border: none;
    border-radius: 5px; }
    .sidebar-nav select:focus {
      outline: none; }
  .sidebar-nav li.nav-title {
    padding: 20px 0px;
    height: 78px;
    border-bottom: 1px solid #FFD0B6; }
    .sidebar-nav li.nav-title a {
      float: left;
      width: 25%;
      padding: 0px;
      text-align: center;
      border-bottom: none; }
      .sidebar-nav li.nav-title a:hover {
        background: #FFDA6B; }
    .sidebar-nav li.nav-title a + a {
      border-left: 2px dotted #D2D2D2; }
  .sidebar-nav a {
    display: block;
    color: #505F5C;
    font-size: 16px;
    padding: 13px 30px;
    background-color: #FFE4D9;
    line-height: 1.5;
    border-bottom: 1px solid #FFCFB8;
    text-decoration: none;
    position: relative; }
  .sidebar-nav a.menu-icon {
    position: relative; }
    .sidebar-nav a.menu-icon:before {
      width: 7px;
      height: 13px;
      display: block;
      content: '';
      border-top: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid transparent;
      border-left: 7px solid #F7A38B;
      transition: 0.5s;
      position: absolute;
      top: 19px;
      right: 21px; }
    .sidebar-nav a.menu-icon.open:before {
      top: 22px;
      right: 26px;
      transform: rotate(90deg); }
  .sidebar-nav li ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none; }
    .sidebar-nav li ul a {
      margin: 0;
      font-size: 16px;
      background: #FFD3C6;
      border-bottom: 1px solid #FBB89D;
      padding: 13px 30px;
      color: #61565A; }
    .sidebar-nav li ul a.submenu-icon {
      position: relative; }
      .sidebar-nav li ul a.submenu-icon:before {
        display: inline-block;
        content: "\f105";
        font: bold 22px FontAwesome;
        color: #F7A38B;
        transition: 0.5s;
        position: absolute;
        top: 14px;
        right: 28px; }
      .sidebar-nav li ul a.submenu-icon.open:before {
        transform: rotate(90deg); }
    .sidebar-nav li ul li > ul {
      border-top: 1px solid #EC6561; }
      .sidebar-nav li ul li > ul a {
        color: #fff;
        background: #FF7B76;
        padding-left: 44px;
        border-bottom: 1px solid #EC6561; }
        .sidebar-nav li ul li > ul a:before {
          width: 5px;
          height: 5px;
          display: block;
          content: '';
          background: #fff;
          border-radius: 50%;
          position: absolute;
          top: 24px;
          left: 28px; }
      .sidebar-nav li ul li > ul > li > ul.header-nav4 {
        display: block;
        border-top: none; }
        .sidebar-nav li ul li > ul > li > ul.header-nav4 a {
          color: #fff;
          background: #f45650;
          border-bottom: 1px solid #EC6561; }
          .sidebar-nav li ul li > ul > li > ul.header-nav4 a:before {
            display: none; }
  .sidebar-nav li.active ul {
    display: block; }
  .sidebar-nav li a.sidebar-nav-facebook {
    padding-left: 67px;
    position: relative; }
    .sidebar-nav li a.sidebar-nav-facebook:before {
      width: 28px;
      height: 28px;
      padding: 9px;
      display: block;
      content: '';
      background: url(../img/header/icon_fb.png) #1d6bb9 center no-repeat;
      border-radius: 50%;
      position: absolute;
      left: 30px;
      top: 12px; }

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

/*
=================================================================
(#m02-2fts) FOOTER
=================================================================
*/
footer {
  position: relative;
  width: 100%;
  background: #e83049;
  color: #fff;
  font-size: 14px;
  text-align: justify; }
  footer .footer-main-area {
    padding-bottom: 40px;
    color: #fff; }
    @media screen and (min-width: 570px) {
      footer .footer-main-area {
        padding: 24px 0; } }
    footer .footer-main-area .footer-main {
      padding-top: 50px;
      position: relative; }
      @media screen and (min-width: 570px) {
        footer .footer-main-area .footer-main {
          padding: 0; } }
      @media screen and (min-width: 1200px) {
        footer .footer-main-area .footer-main {
          padding-right: 30px; } }
      footer .footer-main-area .footer-main:after {
        display: block;
        content: '';
        clear: both; }
      footer .footer-main-area .footer-main .footer-more {
        width: 100%;
        font-size: 16px;
        text-align: right;
        position: absolute;
        top: 14px;
        right: 17px; }
        @media screen and (min-width: 570px) {
          footer .footer-main-area .footer-main .footer-more {
            top: -20px; } }
        @media screen and (min-width: 992px) {
          footer .footer-main-area .footer-main .footer-more {
            display: none; } }
        footer .footer-main-area .footer-main .footer-more .more {
          color: #fff;
          position: relative; }
          footer .footer-main-area .footer-main .footer-more .more:before {
            display: inline-block;
            content: "\f105";
            font: bold 19px FontAwesome;
            color: #fff;
            transition: 0.5s;
            position: absolute;
            top: 1px;
            right: -18px; }
          footer .footer-main-area .footer-main .footer-more .more.open:before {
            transform: rotate(90deg); }
      footer .footer-main-area .footer-main .footer-right {
        display: none;
        padding-bottom: 20px; }
        @media screen and (min-width: 570px) {
          footer .footer-main-area .footer-main .footer-right {
            padding-bottom: 0; } }
        @media screen and (min-width: 992px) {
          footer .footer-main-area .footer-main .footer-right {
            display: block !important;
            float: right; } }
        footer .footer-main-area .footer-main .footer-right:before {
          display: block;
          content: '';
          clear: both; }
        footer .footer-main-area .footer-main .footer-right .footer-link {
          display: inline-block;
          vertical-align: top;
          width: 100%; }
          @media screen and (min-width: 570px) {
            footer .footer-main-area .footer-main .footer-right .footer-link {
              width: auto; } }
          footer .footer-main-area .footer-main .footer-right .footer-link .footer-link-title {
            font-size: 16px;
            padding: 3px 2px;
            border-bottom: 1px solid #f6acb6;
            margin-bottom: 15px; }
          footer .footer-main-area .footer-main .footer-right .footer-link .footer-link-all {
            width: 305px;
            padding-left: 4px; }
            @media screen and (min-width: 570px) {
              footer .footer-main-area .footer-main .footer-right .footer-link .footer-link-all {
                width: 250px;
                margin-top: 0; } }
            @media screen and (min-width: 768px) {
              footer .footer-main-area .footer-main .footer-right .footer-link .footer-link-all {
                width: 305px; } }
            @media screen and (min-width: 992px) {
              footer .footer-main-area .footer-main .footer-right .footer-link .footer-link-all {
                width: 250px; } }
            @media screen and (min-width: 1200px) {
              footer .footer-main-area .footer-main .footer-right .footer-link .footer-link-all {
                width: 305px; } }
            footer .footer-main-area .footer-main .footer-right .footer-link .footer-link-all:after {
              display: block;
              content: '';
              clear: both; }
            footer .footer-main-area .footer-main .footer-right .footer-link .footer-link-all span {
              width: 33.33%;
              float: left;
              padding-bottom: 10px; }
              @media screen and (min-width: 570px) {
                footer .footer-main-area .footer-main .footer-right .footer-link .footer-link-all span {
                  width: 31%; } }
              @media screen and (min-width: 768px) {
                footer .footer-main-area .footer-main .footer-right .footer-link .footer-link-all span {
                  width: 33.33%; } }
              @media screen and (min-width: 992px) {
                footer .footer-main-area .footer-main .footer-right .footer-link .footer-link-all span {
                  width: 31%; } }
              @media screen and (min-width: 1200px) {
                footer .footer-main-area .footer-main .footer-right .footer-link .footer-link-all span {
                  width: 33.33%; } }
              footer .footer-main-area .footer-main .footer-right .footer-link .footer-link-all span a {
                color: #f7c7cc; }
                footer .footer-main-area .footer-main .footer-right .footer-link .footer-link-all span a:hover {
                  color: #fff; }
          footer .footer-main-area .footer-main .footer-right .footer-link .footer-link-all2 {
            width: 220px;
            padding-left: 3px; }
            @media screen and (min-width: 570px) {
              footer .footer-main-area .footer-main .footer-right .footer-link .footer-link-all2 {
                width: 195px; } }
            @media screen and (min-width: 768px) {
              footer .footer-main-area .footer-main .footer-right .footer-link .footer-link-all2 {
                width: 220px; } }
            @media screen and (min-width: 992px) {
              footer .footer-main-area .footer-main .footer-right .footer-link .footer-link-all2 {
                width: 195px; } }
            @media screen and (min-width: 1200px) {
              footer .footer-main-area .footer-main .footer-right .footer-link .footer-link-all2 {
                padding-right: 65px;
                width: 220px; } }
            footer .footer-main-area .footer-main .footer-right .footer-link .footer-link-all2 a {
              width: 100%;
              color: #f7c7cc;
              display: inline-block;
              padding-bottom: 12px; }
              footer .footer-main-area .footer-main .footer-right .footer-link .footer-link-all2 a:hover {
                color: #fff; }
            footer .footer-main-area .footer-main .footer-right .footer-link .footer-link-all2 .footer-link-youtube {
              padding-left: 32px;
              position: relative; }
              footer .footer-main-area .footer-main .footer-right .footer-link .footer-link-all2 .footer-link-youtube:before {
                width: 20px;
                height: 20px;
                display: block;
                content: '';
                background: url(../img/header/footer_icon_youtube.png);
                position: absolute;
                left: 3px;
                top: 0; }
            footer .footer-main-area .footer-main .footer-right .footer-link .footer-link-all2 .footer-link-facebook {
              padding-left: 32px;
              position: relative; }
              footer .footer-main-area .footer-main .footer-right .footer-link .footer-link-all2 .footer-link-facebook:before {
                width: 20px;
                height: 20px;
                display: block;
                content: '';
                background: url(../img/header/footer_icon_fb.png);
                position: absolute;
                left: 3px;
                top: 0; }
            footer .footer-main-area .footer-main .footer-right .footer-link .footer-link-all2 .footer-link-104 {
              padding-left: 32px;
              position: relative; }
              footer .footer-main-area .footer-main .footer-right .footer-link .footer-link-all2 .footer-link-104:before {
                width: 20px;
                height: 20px;
                display: block;
                content: '';
                background: url(../img/header/footer_icon_104.png);
                position: absolute;
                left: 3px;
                top: 0; }
        footer .footer-main-area .footer-main .footer-right .footer-link + .footer-link {
          padding-top: 48px; }
          @media screen and (min-width: 570px) {
            footer .footer-main-area .footer-main .footer-right .footer-link + .footer-link {
              padding-top: 0;
              padding-left: 40px; } }
          @media screen and (min-width: 992px) {
            footer .footer-main-area .footer-main .footer-right .footer-link + .footer-link {
              padding-left: 20px; } }
          @media screen and (min-width: 1200px) {
            footer .footer-main-area .footer-main .footer-right .footer-link + .footer-link {
              padding-left: 68px; } }
      footer .footer-main-area .footer-main .footer-left {
        float: left;
        padding-top: 15px; }
        @media screen and (min-width: 992px) {
          footer .footer-main-area .footer-main .footer-left {
            padding-top: 0; } }
        footer .footer-main-area .footer-main .footer-left .footer-logo {
          width: 100%;
          padding-top: 3px; }
        footer .footer-main-area .footer-main .footer-left .footer-box-pc {
          padding-top: 17px;
          display: none; }
          @media screen and (min-width: 570px) {
            footer .footer-main-area .footer-main .footer-left .footer-box-pc {
              display: block; } }
          footer .footer-main-area .footer-main .footer-left .footer-box-pc .footer-box-content {
            padding-bottom: 5px; }
            footer .footer-main-area .footer-main .footer-left .footer-box-pc .footer-box-content a {
              color: #fff; }
            footer .footer-main-area .footer-main .footer-left .footer-box-pc .footer-box-content span + span {
              padding-left: 13px; }
              footer .footer-main-area .footer-main .footer-left .footer-box-pc .footer-box-content span + span:before {
                width: 1px;
                height: 20px;
                display: inline-block;
                content: '';
                background: #F7ABB7;
                position: relative;
                top: 3px;
                left: -9px; }
        footer .footer-main-area .footer-main .footer-left .footer-box-xs {
          padding-top: 16px;
          display: block; }
          @media screen and (min-width: 570px) {
            footer .footer-main-area .footer-main .footer-left .footer-box-xs {
              display: none; } }
          footer .footer-main-area .footer-main .footer-left .footer-box-xs .footer-box-content {
            padding-bottom: 6px; }
            footer .footer-main-area .footer-main .footer-left .footer-box-xs .footer-box-content span + span {
              padding-left: 13px; }
              footer .footer-main-area .footer-main .footer-left .footer-box-xs .footer-box-content span + span:before {
                width: 1px;
                height: 20px;
                display: inline-block;
                content: '';
                background: #F7ABB7;
                position: relative;
                top: 4px;
                left: -9px; }
  footer .footer-copyright-area {
    border-top: 1px solid #f6acb6;
    font-size: 12px;
    padding: 13px 0; }
    footer .footer-copyright-area .footer-copyright {
      float: left;
      display: inline-block;
      color: #f8d0d4;
      line-height: 2.2; }
      @media screen and (min-width: 570px) {
        footer .footer-copyright-area .footer-copyright {
          line-height: 2; } }
    footer .footer-copyright-area .footer-acart {
      float: right;
      display: inline-block;
      color: #f2a0a8;
      padding-left: 15px;
      padding-top: 5px; }
      footer .footer-copyright-area .footer-acart a {
        color: #f2a0a8; }
      @media screen and (min-width: 570px) {
        footer .footer-copyright-area .footer-acart {
          padding-top: 9px; } }
      @media screen and (min-width: 768px) {
        footer .footer-copyright-area .footer-acart {
          padding: 0 21px; } }

/*
=================================================================
(#m03mcs) MAIN CONTENT
=================================================================
*/
.page-banner-area {
  height: 106px;
  background: url(../img/news/banner_bg_xs.png) 0px bottom repeat-x; }
  @media screen and (min-width: 665px) {
    .page-banner-area {
      height: 157px;
      background: url(../img/news/banner_bg.png) 0px bottom repeat-x; } }
  .page-banner-area .page-banner-box {
    position: relative;
    padding: 50px 0px 25px 132px;
    background: url(../img/news/banner_kid_xs_2x.png) -5px bottom no-repeat, url(../img/news/banner_heart_xs_2x.png) 118px 20px no-repeat;
    background-size: 128px, 15px; }
    @media screen and (min-width: 665px) {
      .page-banner-area .page-banner-box {
        padding: 60px 0px 65px 40px;
        background: url(../img/news/banner_kid.png) right 235px bottom no-repeat, url(../img/news/banner_heart.png) right 205px top 60px no-repeat, url(../img/news/banner_bear.png) right 60px bottom no-repeat, url(../img/news/banner_grass.png) right 0 bottom 18px no-repeat, url(../img/news/banner_cloud.png) right 0 bottom 18px no-repeat;
        background-size: 130px, 17px, 135px, 75px, 340px; } }
    @media screen and (min-width: 768px) {
      .page-banner-area .page-banner-box {
        padding: 60px 0px 62px 40px;
        background: url(../img/news/banner_kid.png) right 355px bottom no-repeat, url(../img/news/banner_heart.png) right 325px top 60px no-repeat, url(../img/news/banner_bear.png) right 180px bottom no-repeat, url(../img/news/banner_grass.png) right 105px bottom 18px no-repeat, url(../img/news/banner_tree01.png) right 65px bottom 18px no-repeat, url(../img/news/banner_tree02.png) right bottom 18px no-repeat, url(../img/news/banner_cloud.png) right bottom 18px no-repeat;
        background-size: 130px, 17px, 135px, 75px, 47px, 80px, 390px; } }
    @media screen and (min-width: 992px) {
      .page-banner-area .page-banner-box {
        padding: 60px 0px 67px 130px;
        background: url(../img/news/banner_bird.png) left 0 bottom 18px no-repeat, url(../img/news/banner_kid.png) right 375px bottom no-repeat, url(../img/news/banner_heart.png) right 340px top 60px no-repeat, url(../img/news/banner_bear.png) right 180px bottom no-repeat, url(../img/news/banner_grass.png) right 105px bottom 18px no-repeat, url(../img/news/banner_tree01.png) right 65px bottom 18px no-repeat, url(../img/news/banner_tree02.png) right bottom 18px no-repeat, url(../img/news/banner_cloud.png) right bottom 18px no-repeat;
        background-size: 92px, 155px, 17px, 145px, 75px, 50px, 87px, 437px; } }
    @media screen and (min-width: 1200px) {
      .page-banner-area .page-banner-box {
        padding: 60px 0px 67px 140px;
        background: url(../img/news/banner_bird.png) left bottom 18px no-repeat, url(../img/news/banner_kid.png) right 463px bottom no-repeat, url(../img/news/banner_heart.png) right 433px top 47px no-repeat, url(../img/news/banner_bear.png) right 255px bottom no-repeat, url(../img/news/banner_grass.png) right 162px bottom 18px no-repeat, url(../img/news/banner_tree01.png) right 90px bottom 18px no-repeat, url(../img/news/banner_tree02.png) right 10px bottom 18px no-repeat, url(../img/news/banner_cloud.png) right bottom 18px no-repeat; } }
    .page-banner-area .page-banner-box .page-banner-text {
      display: inline-block;
      min-height: 30px; }
      .page-banner-area .page-banner-box .page-banner-text .pc {
        display: none; }
        @media screen and (min-width: 768px) {
          .page-banner-area .page-banner-box .page-banner-text .pc {
            display: block; } }
      .page-banner-area .page-banner-box .page-banner-text .mb {
        width: 175px;
        display: block; }
        @media screen and (min-width: 665px) {
          .page-banner-area .page-banner-box .page-banner-text .mb {
            width: 185px; } }
        @media screen and (min-width: 768px) {
          .page-banner-area .page-banner-box .page-banner-text .mb {
            display: none; } }

.breadcrumbs {
  font-size: 13px;
  font-family: 'breadcrumbs新細明體';
  color: #000;
  margin: 9px 0 30px 5px; }
  @media screen and (min-width: 992px) {
    .breadcrumbs {
      text-align: right;
      margin-bottom: 8px; } }
  .breadcrumbs a, .breadcrumbs a:hover {
    color: #000; }
  .breadcrumbs span {
    padding: 0 3px; }
  .breadcrumbs .active {
    color: #d7001d; }

@media screen and (min-width: 992px) {
  .page-main-area {
    display: table;
    width: 100%; } }

.left-menu-area {
  display: none;
  padding-right: 30px;
  font-size: 16px; }
  @media screen and (min-width: 992px) {
    .left-menu-area {
      display: table-cell; } }
  @media screen and (min-width: 1200px) {
    .left-menu-area {
      padding-right: 40px; } }

.left-menu {
  width: 200px;
  list-style: none;
  padding-left: 0px;
  overflow: hidden;
  border-top: 3px solid #F47D90;
  border-bottom: 3px solid #F47D90; }
  @media screen and (min-width: 1200px) {
    .left-menu {
      width: 230px; } }
  .left-menu li {
    list-style-type: none; }
  .left-menu .menu-select a {
    display: block;
    padding: 10px 20px 13px 25px;
    position: relative;
    color: #575757;
    font-size: 15px; }
    .left-menu .menu-select a:before {
      font: 12px FontAwesome;
      display: block;
      content: '\f054';
      position: absolute;
      top: 16px;
      left: 14px; }
    .left-menu .menu-select a:hover {
      color: #d7001d; }
    .left-menu .menu-select a:hover:before {
      width: 12px;
      height: 10px;
      content: '';
      display: block;
      background: url(../img/about/menu_heart.png) no-repeat;
      position: absolute;
      top: 17px;
      left: 9px; }
    .left-menu .menu-select a.active {
      background: #ffe7de;
      color: #CF001C; }
      .left-menu .menu-select a.active:before {
        width: 12px;
        height: 10px;
        content: '';
        display: block;
        background: url(../img/about/menu_heart.png) no-repeat;
        position: absolute;
        top: 17px;
        left: 9px; }
  .left-menu .menu-select .left-sec-menu {
    padding-left: 0;
    padding-bottom: 10px;
    font-size: 14px; }
    .left-menu .menu-select .left-sec-menu a {
      padding-top: 5px;
      padding-bottom: 10px; }
      .left-menu .menu-select .left-sec-menu a:before {
        width: 7px;
        height: 10px;
        display: block;
        content: '';
        background: url(../img/about/menu_arrow.png) no-repeat;
        position: absolute;
        top: 12px;
        left: 14px; }
      .left-menu .menu-select .left-sec-menu a.active {
        background: transparent;
        color: #575757; }
        .left-menu .menu-select .left-sec-menu a.active:before {
          width: 7px;
          height: 10px;
          content: '';
          display: block;
          position: absolute;
          top: 12px;
          left: 14px; }
        .left-menu .menu-select .left-sec-menu a.active.endpoint {
          color: #d7001d; }
          .left-menu .menu-select .left-sec-menu a.active.endpoint:before {
            width: 12px;
            height: 10px;
            content: '';
            display: block;
            background: url(../img/about/menu_heart.png) no-repeat;
            position: absolute;
            top: 14px;
            left: 10px; }
      .left-menu .menu-select .left-sec-menu a:hover {
        color: #d7001d; }
        .left-menu .menu-select .left-sec-menu a:hover:before {
          width: 12px;
          height: 10px;
          content: '';
          display: block;
          background: url(../img/about/menu_heart.png) no-repeat;
          position: absolute;
          top: 14px;
          left: 10px; }
    .left-menu .menu-select .left-sec-menu .left-third-menu {
      padding-left: 15px; }
      .left-menu .menu-select .left-sec-menu .left-third-menu a {
        padding-top: 6px;
        padding-bottom: 1px;
        position: relative; }
        .left-menu .menu-select .left-sec-menu .left-third-menu a:before {
          width: 7px;
          height: 10px;
          display: block;
          content: '';
          background: url(../img/about/menu_arrow.png) no-repeat;
          position: absolute;
          top: 12px;
          left: 14px; }
        .left-menu .menu-select .left-sec-menu .left-third-menu a.active {
          background: transparent;
          color: #575757; }
          .left-menu .menu-select .left-sec-menu .left-third-menu a.active:before {
            width: 7px;
            height: 10px;
            content: '';
            display: block;
            position: absolute;
            top: 12px;
            left: 14px; }
          .left-menu .menu-select .left-sec-menu .left-third-menu a.active.endpoint {
            color: #d7001d; }
            .left-menu .menu-select .left-sec-menu .left-third-menu a.active.endpoint:before {
              width: 12px;
              height: 10px;
              content: '';
              display: block;
              background: url(../img/about/menu_heart.png) no-repeat;
              position: absolute;
              top: 14px;
              left: 10px; }
        .left-menu .menu-select .left-sec-menu .left-third-menu a:hover:before {
          width: 12px;
          height: 10px;
          content: '';
          display: block;
          background: url(../img/about/menu_heart.png) no-repeat;
          position: absolute;
          top: 14px;
          left: 10px; }
      .left-menu .menu-select .left-sec-menu .left-third-menu .left-fourth-menu {
        padding-left: 20px; }
        .left-menu .menu-select .left-sec-menu .left-third-menu .left-fourth-menu a:before {
          display: none; }
        .left-menu .menu-select .left-sec-menu .left-third-menu .left-fourth-menu a:hover:before {
          width: 12px;
          height: 10px;
          content: '';
          display: block;
          background: url(../img/about/menu_heart.png) no-repeat;
          position: absolute;
          top: 14px;
          left: 10px; }
        .left-menu .menu-select .left-sec-menu .left-third-menu .left-fourth-menu a.active {
          background: transparent;
          color: #d7001d; }
          .left-menu .menu-select .left-sec-menu .left-third-menu .left-fourth-menu a.active:before {
            width: 12px;
            height: 10px;
            content: '';
            display: block;
            background: url(../img/about/menu_heart.png) no-repeat;
            position: absolute;
            top: 14px;
            left: 10px; }
  .left-menu .menu-select + .menu-select {
    border-top: 1px dashed #FFA4BD; }

@media screen and (min-width: 992px) {
  .right-content-area {
    display: table-cell;
    vertical-align: top;
    width: 100%; } }

.right-content-area .right-content:after {
  content: '';
  display: block;
  clear: both; }

.page-title-area {
  position: relative;
  margin-bottom: 20px;
  padding-left: 5px; }
  .page-title-area h2 {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #d7001d;
    margin: 0;
    position: relative; }
  .page-title-area .title-date {
    display: inline-block;
    font-size: 14px;
    color: #A4A4A4;
    vertical-align: top;
    margin-right: 7px; }
  .page-title-area .title-type-area {
    display: inline-block; }
    .page-title-area .title-type-area img {
      background-color: #2aaedd;
      padding: 6px 10px;
      border-radius: 5px; }
      .page-title-area .title-type-area img.pc {
        display: none; }
        @media screen and (min-width: 768px) {
          .page-title-area .title-type-area img.pc {
            display: block; } }
      .page-title-area .title-type-area img.mb {
        width: 50px;
        display: block; }
        @media screen and (min-width: 768px) {
          .page-title-area .title-type-area img.mb {
            display: none; } }
  .page-title-area .page-title {
    display: block;
    font-size: 18px;
    color: #000;
    margin: 0;
    line-height: 1.5; }
  .page-title-area.title-underline {
    padding-bottom: 13px;
    margin-bottom: 20px;
    margin-right: 12px;
    border-bottom: 1px solid #ffa9b5;
    position: relative; }
    .page-title-area.title-underline:before {
      width: 24px;
      height: 24px;
      display: block;
      content: '';
      background: url(../img/about/flower_2x.png) no-repeat;
      background-size: 24px;
      position: absolute;
      bottom: -10px;
      right: -12px;
      z-index: 1; }
      @media screen and (min-width: 768px) {
        .page-title-area.title-underline:before {
          background: url(../img/about/flower.png) no-repeat; } }

.article-content-area {
  padding: 0 5px 20px;
  margin-bottom: 50px;
  word-break: break-all; }
  .article-content-area h3 {
    font-size: 17px;
    color: #d7001d;
    margin-top: 0;
    line-height: 1.5;
    margin-bottom: 10px; }
  .article-content-area h4 {
    font-size: 15px;
    color: #f4705e;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: bold; }
  .article-content-area h5 {
    font-size: 15px;
    color: #f4705e;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.5; }
  .article-content-area img {
    max-width: 100%;
    height: auto; }
  .article-content-area ol {
    margin-bottom: 10px;
    padding-left: 20px; }
  .article-content-area ul {
    margin: 0;
    padding-left: 10px; }
    .article-content-area ul li {
      list-style-type: none;
      position: relative; }
      .article-content-area ul li:before {
        width: 5px;
        height: 5px;
        display: block;
        content: '';
        background: #f5887a;
        border-radius: 50%;
        position: absolute;
        top: 8px;
        left: -10px; }
  .article-content-area table {
    max-width: 100%; }
    .article-content-area table th {
      font-weight: normal;
      background: #fff2ed;
      border: 1px solid #ffa9b5;
      padding: 10px 15px;
      max-width: 100%; }
    .article-content-area table td {
      border: 1px solid #ffa9b5;
      padding: 10px 15px;
      max-width: 100%; }
  .article-content-area a {
    font-size: 16px;
    color: #093DEB; }
  .article-content-area iframe {
    max-width: 100%; }
  .article-content-area.article-underline {
    border-bottom: 1px solid #ffa9b5;
    margin-bottom: 30px; }

.family-select-box {
  padding: 15px 15px 7px;
  background-color: #fff7f4;
  margin-bottom: 20px; }
  @media screen and (min-width: 480px) {
    .family-select-box {
      padding: 20px 25px 12px; } }
  @media screen and (min-width: 992px) {
    .family-select-box {
      display: none; } }
  .family-select-box .family-select-btn {
    display: block;
    text-align: center;
    background: #f35d72;
    border-radius: 5px;
    padding: 4px 10px;
    margin-right: 5px;
    color: #fff;
    margin-bottom: 8px; }
    @media screen and (min-width: 480px) {
      .family-select-box .family-select-btn {
        display: inline-block;
        border-radius: 20px;
        padding: 2px 10px; } }
  .family-select-box .family-select-btn + .family-select-btn {
    margin-top: 15px; }
    @media screen and (min-width: 480px) {
      .family-select-box .family-select-btn + .family-select-btn {
        margin-top: 0; } }

.join-detail-area {
  text-align: justify;
  padding: 0 0 10px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #f9c9b7;
  position: relative; }
  .join-detail-area .join-img-area {
    width: 250px;
    display: block;
    margin: auto; }
    @media screen and (min-width: 600px) {
      .join-detail-area .join-img-area {
        position: absolute;
        top: 0;
        left: 0; } }
  .join-detail-area .detail-area {
    margin-top: 15px; }
    @media screen and (min-width: 600px) {
      .join-detail-area .detail-area {
        padding-left: 280px;
        padding-top: 5px;
        min-height: 187px; } }
    .join-detail-area .detail-area .detail-box {
      margin-bottom: 10px;
      display: table; }
      @media screen and (min-width: 768px) {
        .join-detail-area .detail-area .detail-box {
          margin-bottom: 15px; } }
      .join-detail-area .detail-area .detail-box .detail-title {
        width: 80px;
        display: table-cell;
        font-size: 16px;
        color: #e83049;
        font-weight: bold; }
      .join-detail-area .detail-area .detail-box .detail-info {
        display: table-cell;
        padding-left: 10px; }

.join-article-area {
  margin-bottom: 30px; }
  .join-article-area p, .join-article-area li {
    margin-bottom: 5px; }
  .join-article-area .article-title {
    font-size: 17px;
    color: #000;
    margin-bottom: 10px; }

.page-share-area {
  margin-left: 10px; }
  .page-share-area .share-box {
    display: inline-block;
    margin-right: 5px; }
    .page-share-area .share-box .share-icon {
      width: 23px;
      height: 25px;
      display: block;
      margin-right: 3px;
      background: url(../img/about/icon_share_2x.png);
      background-size: 23px; }
      @media screen and (min-width: 768px) {
        .page-share-area .share-box .share-icon {
          background: url(../img/about/icon_share.png); } }
    .page-share-area .share-box .share-item {
      width: 28px;
      height: 28px;
      display: block; }
    .page-share-area .share-box .share-fb {
      background: url(../img/about/icon_fb_2x.png);
      background-size: 28px; }
      @media screen and (min-width: 768px) {
        .page-share-area .share-box .share-fb {
          background: url(../img/about/icon_fb.png);
          background-size: 28px; } }
    .page-share-area .share-box .share-line {
      background: url(../img/about/icon_line_2x.png);
      background-size: 28px; }
      @media screen and (min-width: 768px) {
        .page-share-area .share-box .share-line {
          background: url(../img/about/icon_line.png);
          background-size: 28px; } }

.pagination-area {
  width: 100%;
  text-align: center; }
  .pagination-area .pagination li {
    display: inline-block;
    vertical-align: middle; }
    .pagination-area .pagination li a {
      border: none;
      margin: 0;
      background: transparent;
      font-size: 14px;
      color: #595959; }
      .pagination-area .pagination li a:hover {
        background: none; }
      @media screen and (min-width: 365px) {
        .pagination-area .pagination li a {
          margin: 0 3px; } }
    .pagination-area .pagination li.active a, .pagination-area .pagination li:hover a {
      color: #fff;
      position: relative; }
      .pagination-area .pagination li.active a:after, .pagination-area .pagination li:hover a:after {
        width: 24px;
        height: 24px;
        display: block;
        content: '';
        background: #f35d72;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -12px;
        margin-left: -12px;
        z-index: -1; }
    .pagination-area .pagination li.page-prev a, .pagination-area .pagination li.page-next a {
      width: 20px;
      height: 11px; }
      .pagination-area .pagination li.page-prev a:after, .pagination-area .pagination li.page-next a:after {
        display: none !important; }
    .pagination-area .pagination li.page-prev {
      background: url(../img/news/arrow_left_2x.png) no-repeat;
      background-size: 20px; }
      @media screen and (min-width: 768px) {
        .pagination-area .pagination li.page-prev {
          background: url(../img/news/arrow_left.png) no-repeat;
          background-size: 20px; } }
    .pagination-area .pagination li.page-next {
      background: url(../img/news/arrow_right_2x.png) no-repeat;
      background-size: 20px; }
      @media screen and (min-width: 768px) {
        .pagination-area .pagination li.page-next {
          background: url(../img/news/arrow_right.png) no-repeat;
          background-size: 20px; } }

.album-list-area {
  margin-left: -10px;
  margin-right: -10px; }
  .album-list-area .clearfix {
    display: none; }
    @media screen and (min-width: 480px) {
      .album-list-area .clearfix.clear-2 {
        display: block; } }
    @media screen and (min-width: 640px) {
      .album-list-area .clearfix.clear-2 {
        display: none; }
      .album-list-area .clearfix.clear-3 {
        display: block; } }
    @media screen and (min-width: 1200px) {
      .album-list-area .clearfix.clear-3 {
        display: none; }
      .album-list-area .clearfix.clear-4 {
        display: block; } }
  .album-list-area .album-outer-box {
    padding: 0 10px;
    margin-bottom: 20px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block; }
    @media screen and (min-width: 480px) {
      .album-list-area .album-outer-box {
        float: left;
        max-width: none;
        max-width: initial;
        width: 50%; } }
    @media screen and (min-width: 640px) {
      .album-list-area .album-outer-box {
        width: 33.33%; } }
    @media screen and (min-width: 1200px) {
      .album-list-area .album-outer-box {
        width: 25%; } }
  .album-list-area .album-box {
    position: relative; }
    .album-list-area .album-box .list-date {
      margin-top: 8px; }
    .album-list-area .album-box .list-title {
      height: auto;
      margin-top: 3px; }
    .album-list-area .album-box .img-box {
      position: relative;
      padding-bottom: 75%; }
      .album-list-area .album-box .img-box img {
        height: auto;
        width: auto;
        border-radius: 10px;
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
    .album-list-area .album-box.locked .img-box:after {
      content: "\f023";
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block;
      width: 55px;
      height: 55px;
      border-radius: 50%;
      color: #FFF;
      text-align: center;
      line-height: 58px;
      font-size: 28px;
      background: rgba(0, 0, 0, 0.6);
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      position: absolute; }

.gallery-list-area {
  margin-left: -6px;
  margin-rigth: -6px;
  margin-bottom: 50px; }
  .gallery-list-area .gallery-outer-box {
    padding: 0 6px;
    float: left;
    width: 50%; }
    @media screen and (min-width: 480px) {
      .gallery-list-area .gallery-outer-box {
        width: 33.33%; } }
    @media screen and (min-width: 768px) {
      .gallery-list-area .gallery-outer-box {
        width: 25%; } }
    @media screen and (min-width: 1200px) {
      .gallery-list-area .gallery-outer-box {
        width: 20%; } }
  .gallery-list-area .gallery-box {
    margin-bottom: 15px;
    cursor: pointer; }
  .gallery-list-area .img-box {
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    padding: 10px; }
    .gallery-list-area .img-box .img-area {
      position: relative;
      padding-bottom: 75%; }
    .gallery-list-area .img-box img {
      border-radius: 10px;
      height: auto;
      width: auto;
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }

/*
* @Author: ansen
* @Date:   2017-09-04 10:36:09
* @Last Modified by:   ansen
* @Last Modified time: 2018-09-14 18:00:09
*/
.banner-area {
  margin-bottom: 45px;
  background: url(../img/header/banner_bg.png);
  background-size: 12px;
  padding: 0; }
  @media screen and (min-width: 768px) {
    .banner-area {
      margin-bottom: 25px;
      padding: 10px 0; } }
  @media screen and (min-width: 992px) {
    .banner-area {
      padding: 5px 0 20px; } }

.index-banner-area {
  margin-left: -15px;
  margin-right: -15px; }
  @media screen and (min-width: 768px) {
    .index-banner-area {
      width: 100%;
      display: table;
      table-layout: fixed;
      margin: 0; } }
  .index-banner-area .index-banner-left {
    vertical-align: top; }
    .index-banner-area .index-banner-left .banner-img-area {
      width: 100%; }
      @media screen and (min-width: 768px) {
        .index-banner-area .index-banner-left .banner-img-area {
          border-radius: 1px;
          border: 1px  solid  #fff; } }
      .index-banner-area .index-banner-left .banner-img-area img {
        max-width: 100%;
        height: auto; }
      .index-banner-area .index-banner-left .banner-img-area .owl-controls {
        margin: 0;
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%); }
        @media screen and (min-width: 768px) {
          .index-banner-area .index-banner-left .banner-img-area .owl-controls {
            display: none; } }
        .index-banner-area .index-banner-left .banner-img-area .owl-controls .owl-dots .owl-dot span {
          width: 25px;
          height: 4px;
          background-color: #DBDBDB;
          border-radius: 0px;
          margin: 5px 5px; }
        .index-banner-area .index-banner-left .banner-img-area .owl-controls .owl-dots .owl-dot.active span {
          background-color: #F35169; }
    @media screen and (min-width: 768px) {
      .index-banner-area .index-banner-left {
        display: table-cell;
        margin-bottom: 0; } }
  .index-banner-area .index-banner-right {
    display: none;
    height: 135px;
    border-radius: 1px;
    position: relative; }
    @media screen and (min-width: 768px) {
      .index-banner-area .index-banner-right {
        display: table-cell;
        width: 258px; } }
    @media screen and (min-width: 992px) {
      .index-banner-area .index-banner-right {
        height: 264px; } }
    @media screen and (min-width: 1200px) {
      .index-banner-area .index-banner-right {
        width: 358px; } }
    .index-banner-area .index-banner-right .thumbs-list {
      overflow: auto;
      height: 100%;
      width: auto; }
      .index-banner-area .index-banner-right .thumbs-list ul {
        padding: 0;
        list-style: none; }
        .index-banner-area .index-banner-right .thumbs-list ul li a.slider-link {
          display: inline-block;
          vertical-align: middle;
          width: 100%;
          padding: 18px 15px;
          background-color: #ffe7de;
          border-bottom: 1px solid #fff;
          cursor: pointer;
          font-size: 16px;
          color: #000; }
          .index-banner-area .index-banner-right .thumbs-list ul li a.slider-link .link-box {
            position: relative;
            padding-left: 115px;
            min-height: 38px; }
            @media screen and (min-width: 1200px) {
              .index-banner-area .index-banner-right .thumbs-list ul li a.slider-link .link-box {
                padding-left: 165px;
                min-height: 58px; } }
          .index-banner-area .index-banner-right .thumbs-list ul li a.slider-link img {
            display: inline-block;
            width: 100px;
            height: 38px;
            position: absolute;
            top: 0;
            left: 0; }
            @media screen and (min-width: 1200px) {
              .index-banner-area .index-banner-right .thumbs-list ul li a.slider-link img {
                width: 150px;
                height: 58px; } }
          .index-banner-area .index-banner-right .thumbs-list ul li a.slider-link.hover {
            background-color: #ffdacc; }

.index-title {
  text-align: center;
  margin: 0 0 20px; }
  .index-title span {
    display: inline-block;
    font-size: 22px;
    color: #000;
    position: relative;
    padding: 5px 70px 16px; }
    .index-title span:before {
      width: 223px;
      height: 44px;
      display: block;
      content: '';
      background: url(../img/header/title_pic.png) center no-repeat;
      position: absolute;
      top: 0;
      left: 0; }

.index-news-area {
  margin-bottom: 40px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .index-news-area {
      margin-bottom: 47px; } }
  @media screen and (min-width: 768px) {
    .index-news-area .index-list-area {
      display: table; } }
  @media screen and (min-width: 992px) {
    .index-news-area .index-list-area {
      margin: 0 -15px 25px; } }
  @media screen and (min-width: 1200px) {
    .index-news-area .index-list-area {
      margin: 0 -20px 25px; } }
  .index-news-area .index-list-area .index-list {
    width: 100%;
    padding: 15px 0 11px; }
    @media screen and (min-width: 768px) {
      .index-news-area .index-list-area .index-list {
        width: 25%;
        display: table-cell;
        padding: 10px 20px 21px; } }
    .index-news-area .index-list-area .index-list .list-img {
      width: 100%;
      margin-bottom: 8px;
      display: none;
      position: relative; }
      @media screen and (min-width: 768px) {
        .index-news-area .index-list-area .index-list .list-img {
          display: block; } }
      .index-news-area .index-list-area .index-list .list-img img.main-photo {
        width: 100%;
        max-width: 100%; }
        @media screen and (min-width: 470px) {
          .index-news-area .index-list-area .index-list .list-img img.main-photo {
            width: auto;
            max-height: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); } }
      .index-news-area .index-list-area .index-list .list-img img.main-photo-frame {
        max-width: 100%;
        width: 100%;
        height: auto;
        display: none;
        opacity: 0; }
        @media screen and (min-width: 470px) {
          .index-news-area .index-list-area .index-list .list-img img.main-photo-frame {
            display: block; } }
    .index-news-area .index-list-area .index-list .list-date {
      font-size: 14px;
      padding: 0;
      margin-bottom: 5px; }
      .index-news-area .index-list-area .index-list .list-date .label {
        padding: 3px 10px;
        margin-right: 5px; }
        .index-news-area .index-list-area .index-list .list-date .label.news {
          background: #faa538; }
        .index-news-area .index-list-area .index-list .list-date .label.activity {
          background: #56c05d; }
      .index-news-area .index-list-area .index-list .list-date .date {
        color: #a3a3a3; }
    .index-news-area .index-list-area .index-list .list-title {
      margin-bottom: 0;
      font-size: 16px;
      color: #000; }
      @media screen and (min-width: 768px) {
        .index-news-area .index-list-area .index-list .list-title {
          margin-bottom: 10px; } }
    .index-news-area .index-list-area .index-list .list-info {
      text-align: justify;
      font-size: 15px;
      color: #626262;
      display: none; }
      @media screen and (min-width: 768px) {
        .index-news-area .index-list-area .index-list .list-info {
          display: block; } }
  .index-news-area .index-list-area .index-list + .index-list {
    border-top: 1px solid #dcdcdc; }
    @media screen and (min-width: 768px) {
      .index-news-area .index-list-area .index-list + .index-list {
        border-left: 1px solid #dcdcdc;
        border-top: none; } }
  .index-news-area .index-news-more {
    text-align: right; }
    .index-news-area .index-news-more .more-btn {
      font-size: 15px;
      color: #f15c70; }

.index-service-area {
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .index-service-area {
      padding-bottom: 47px;
      padding-top: 34px; } }
  .index-service-area .index-service:after {
    display: block;
    content: '';
    clear: both; }
  .index-service-area .index-service .index-service-item {
    width: 50%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px; }
    @media screen and (min-width: 500px) {
      .index-service-area .index-service .index-service-item {
        width: 33.33%; } }
    @media screen and (min-width: 768px) {
      .index-service-area .index-service .index-service-item {
        width: 16.66%;
        margin-bottom: 0; } }
    .index-service-area .index-service .index-service-item .service-img {
      width: 100%;
      max-width: 178px;
      max-height: 178px;
      background: #fff2ec;
      border: 3px solid #ffdbce;
      border-radius: 50%;
      margin: 0 auto 10px; }
      @media screen and (min-width: 768px) {
        .index-service-area .index-service .index-service-item .service-img {
          background: #fff7f4;
          border: 3px solid #fff2ec;
          margin: 0 auto 20px; }
          .index-service-area .index-service .index-service-item .service-img:hover {
            background: #fff2ec;
            border: 3px solid #ffdbce; } }
      .index-service-area .index-service .index-service-item .service-img img {
        width: 100%;
        max-width: 100%; }
        .index-service-area .index-service .index-service-item .service-img img.img-1x {
          display: none; }
          @media screen and (min-width: 768px) {
            .index-service-area .index-service .index-service-item .service-img img.img-1x {
              display: block; } }
        .index-service-area .index-service .index-service-item .service-img img.img-2x {
          display: block; }
          @media screen and (min-width: 768px) {
            .index-service-area .index-service .index-service-item .service-img img.img-2x {
              display: none; } }
    .index-service-area .index-service .index-service-item .service-title {
      text-align: center;
      width: 100%; }
      .index-service-area .index-service .index-service-item .service-title img {
        margin: auto;
        max-width: 118px;
        max-height: 19px; }
        .index-service-area .index-service .index-service-item .service-title img.title-1x {
          display: none; }
          @media screen and (min-width: 768px) {
            .index-service-area .index-service .index-service-item .service-title img.title-1x {
              display: block; } }
        .index-service-area .index-service .index-service-item .service-title img.title-2x {
          display: block; }
          @media screen and (min-width: 768px) {
            .index-service-area .index-service .index-service-item .service-title img.title-2x {
              display: none; } }

.index-link-area {
  background: url(../img/header/link_bg.png);
  padding-top: 51px;
  padding-bottom: 127px;
  margin-bottom: -110px;
  z-index: 150; }
  @media screen and (min-width: 992px) {
    .index-link-area {
      padding-bottom: 85px; } }
  @media screen and (min-width: 1410px) {
    .index-link-area {
      padding-bottom: 52px; } }
  .index-link-area .link-title {
    text-align: center;
    margin: 0 0 25px; }
    .index-link-area .link-title span {
      font-size: 22px;
      color: #000;
      position: relative;
      padding: 5px 70px 25px;
      display: inline-block; }
      .index-link-area .link-title span:before {
        width: 259px;
        height: 51px;
        display: block;
        content: '';
        background: url(../img/header/title_pic02.png) center no-repeat;
        position: absolute;
        top: 0;
        left: 0; }
  .index-link-area .link-list .link-item {
    width: 100%;
    padding: 15px 60px; }
    @media screen and (min-width: 430px) {
      .index-link-area .link-list .link-item {
        padding: 15px; } }
    .index-link-area .link-list .link-item img {
      border: 1px solid #f8ccbc; }
      @media screen and (min-width: 992px) {
        .index-link-area .link-list .link-item img {
          border: 1px solid transparent; }
          .index-link-area .link-list .link-item img:hover {
            border: 1px solid #f8ccbc; } }
  .index-link-area .link-list .owl-nav .owl-prev {
    padding: 0;
    margin: 0;
    font-family: fontAwesome;
    position: absolute;
    top: 43%;
    left: 0; }
    .index-link-area .link-list .owl-nav .owl-prev:before {
      content: '\f053';
      color: #999191; }
  .index-link-area .link-list .owl-nav .owl-next {
    padding: 0;
    margin: 0;
    font-family: fontAwesome;
    position: absolute;
    top: 43%;
    right: 0; }
    .index-link-area .link-list .owl-nav .owl-next:before {
      content: '\f054';
      color: #999191; }

.content-search-area {
  padding: 15px;
  background-color: #E8E8E8;
  border-radius: 3px;
  width: 100%; }
  @media screen and (min-width: 650px) {
    .content-search-area {
      padding: 15px 25px; } }
  .content-search-area:after {
    display: block;
    content: '';
    clear: both; }
  .content-search-area .search-box {
    width: auto;
    display: inline-block;
    margin-bottom: 10px; }
    @media screen and (min-width: 650px) {
      .content-search-area .search-box {
        margin-right: 20px;
        margin-bottom: 0; } }
    @media screen and (min-width: 1200px) {
      .content-search-area .search-box {
        margin-right: 30px; } }
    .content-search-area .search-box select {
      border: none;
      box-shadow: none;
      font-size: 14px;
      color: #595959; }
    .content-search-area .search-box.select {
      width: 100%; }
      @media screen and (min-width: 650px) {
        .content-search-area .search-box.select {
          width: 120px; } }
      @media screen and (min-width: 1200px) {
        .content-search-area .search-box.select {
          width: 180px; } }
    .content-search-area .search-box.school-select {
      width: 100%; }
      @media screen and (min-width: 650px) {
        .content-search-area .search-box.school-select {
          width: 120px; } }
      @media screen and (min-width: 1200px) {
        .content-search-area .search-box.school-select {
          width: 180px; } }
    .content-search-area .search-box.join-select {
      width: 100%; }
      @media screen and (min-width: 650px) {
        .content-search-area .search-box.join-select {
          width: 50%; } }
    .content-search-area .search-box input {
      border: none;
      box-shadow: none; }
      .content-search-area .search-box input::placeholder {
        font-size: 14px;
        color: #AEAEAE; }
    .content-search-area .search-box.input {
      width: 100%; }
      @media screen and (min-width: 650px) {
        .content-search-area .search-box.input {
          width: calc( 100% - 120px - 83px - 50px); } }
      @media screen and (min-width: 1200px) {
        .content-search-area .search-box.input {
          width: calc( 100% - 180px - 107px - 115px); } }
    .content-search-area .search-box.school-input {
      width: 100%; }
      @media screen and (min-width: 650px) {
        .content-search-area .search-box.school-input {
          width: calc( 100% - 395px); } }
      @media screen and (min-width: 1200px) {
        .content-search-area .search-box.school-input {
          width: calc( 100% - 570px); } }
  .content-search-area .search-button {
    display: inline-block;
    float: right;
    padding-top: 10px;
    width: 100%; }
    @media screen and (min-width: 650px) {
      .content-search-area .search-button {
        padding-top: 0;
        width: auto; } }
    .content-search-area .search-button .btn {
      position: relative;
      background: #646464;
      color: #fff;
      width: 100%;
      padding: 6px 20px 6px 33px; }
      @media screen and (min-width: 650px) {
        .content-search-area .search-button .btn {
          width: auto; } }
      @media screen and (min-width: 1200px) {
        .content-search-area .search-button .btn {
          padding: 6px 30px 6px 47px; } }
      .content-search-area .search-button .btn:before {
        width: 16px;
        height: 20px;
        display: block;
        content: '';
        background: url(../img/news/search_2x.png) no-repeat;
        background-size: 16px;
        position: absolute;
        top: 5px;
        left: 50%;
        margin-left: -28px; }
        @media screen and (min-width: 650px) {
          .content-search-area .search-button .btn:before {
            left: 13px;
            margin: 0; } }
        @media screen and (min-width: 768px) {
          .content-search-area .search-button .btn:before {
            background: url(../img/news/search.png) no-repeat; } }
        @media screen and (min-width: 1200px) {
          .content-search-area .search-button .btn:before {
            left: 22px; } }

@media screen and (min-width: 992px) {
  .act_list_back {
    display: none; } }

.clearfix.show-500-768 {
  display: none; }
  @media screen and (min-width: 500px) {
    .clearfix.show-500-768 {
      display: block; } }
  @media screen and (min-width: 768px) {
    .clearfix.show-500-768 {
      display: none; } }

.page-list-area {
  position: relative;
  margin-bottom: 50px; }
  @media screen and (min-width: 768px) {
    .page-list-area {
      margin: 20px 0 15px; } }
  @media screen and (min-width: 992px) {
    .page-list-area {
      margin: 20px -20px 15px; } }
  .page-list-area:after {
    display: block;
    content: '';
    clear: both; }
  .page-list-area .news-list:first-child {
    border-top: none; }
  .page-list-area .news-list {
    border-top: 1px solid #dcdcdc; }
    @media screen and (min-width: 768px) {
      .page-list-area .news-list {
        padding-bottom: 15px;
        border-top: none;
        border-right: 1px solid #dcdcdc; }
        .page-list-area .news-list.border_three {
          border-right: none; } }
  .page-list-area .donate-project-list {
    border-bottom: 1px solid #dcdcdc; }
    @media screen and (min-width: 500px) {
      .page-list-area .donate-project-list.last-row {
        border-bottom: none; } }
    @media screen and (min-width: 768px) {
      .page-list-area .donate-project-list {
        padding-bottom: 15px;
        border-bottom: none;
        border-right: 1px solid #dcdcdc; }
        .page-list-area .donate-project-list.border_three {
          border-right: none; } }
  .page-list-area .service-list {
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .page-list-area .service-list {
        margin-bottom: 20px; } }
  .page-list-area .service-list + .service-list {
    border-top: 1px solid #dcdcdc; }
    @media screen and (min-width: 768px) {
      .page-list-area .service-list + .service-list {
        border-top: none; } }

.theline {
  display: none;
  float: left;
  width: calc( 100% - 30px);
  height: 1px;
  border-bottom: 1px dashed #dcdcdc;
  margin: 0  auto 30px;
  position: relative;
  left: 15px; }
  .theline:before, .theline:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #dcdcdc;
    border-radius: 50%;
    position: absolute;
    top: -3px; }
  .theline:before {
    left: 0; }
  .theline:after {
    right: 0; }
  @media screen and (min-width: 768px) {
    .theline {
      display: block; } }

.list-box {
  width: 100%;
  padding: 20px;
  float: left;
  position: relative; }
  @media screen and (min-width: 500px) {
    .list-box.donate-project-list {
      width: 50%; } }
  @media screen and (min-width: 768px) {
    .list-box.donate-project-list {
      width: 33.33%;
      padding: 15px 20px;
      margin-bottom: 30px; } }
  @media screen and (min-width: 768px) {
    .list-box {
      width: 33.33%;
      padding: 15px 20px;
      margin-bottom: 30px; } }
  .list-box .list-content-area {
    width: 100%;
    display: inline-block;
    vertical-align: top; }
    @media screen and (min-width: 470px) {
      .list-box .list-content-area {
        padding-left: 190px;
        min-height: 130px; } }
    @media screen and (min-width: 650px) {
      .list-box .list-content-area {
        padding-left: 250px;
        min-height: 170px; } }
    @media screen and (min-width: 768px) {
      .list-box .list-content-area {
        width: 100%;
        display: block;
        padding: 0;
        min-height: auto; } }

.list-photo-area {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px; }
  @media screen and (min-width: 470px) {
    .list-photo-area {
      width: 174px;
      margin-bottom: 0;
      position: absolute;
      top: 20px;
      left: 20px; } }
  @media screen and (min-width: 650px) {
    .list-photo-area {
      width: 228px; } }
  @media screen and (min-width: 768px) {
    .list-photo-area {
      display: block;
      width: 100%;
      position: relative;
      top: 0;
      left: 0;
      margin-bottom: 10px;
      padding: 0; } }
  .list-photo-area > a {
    display: block;
    position: relative;
    width: 100%; }
    .list-photo-area > a img.main-photo {
      width: 100%;
      max-width: 100%; }
      @media screen and (min-width: 470px) {
        .list-photo-area > a img.main-photo {
          width: auto;
          max-height: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); } }
    .list-photo-area > a img.main-photo-frame {
      max-width: 100%;
      width: 100%;
      height: auto;
      display: none;
      opacity: 0; }
      @media screen and (min-width: 470px) {
        .list-photo-area > a img.main-photo-frame {
          display: block; } }

.donate-project-list .list-photo-area {
  width: 100%;
  display: block;
  vertical-align: top;
  margin-bottom: 10px;
  position: relative;
  top: auto;
  left: auto; }

.donate-project-list .list-content-area {
  width: 100%;
  display: block;
  vertical-align: top;
  padding: 0;
  min-height: 0; }
  @media screen and (min-width: 500px) {
    .donate-project-list .list-content-area .list-title {
      height: 48px; } }

.list-date {
  display: inline-block;
  font-size: 14px;
  color: #A4A4A4;
  vertical-align: top;
  margin-right: 7px; }

.list-type-area {
  display: inline-block; }
  .list-type-area img {
    background-color: #2aaedd;
    padding: 6px 10px;
    border-radius: 5px; }
    .list-type-area img.pc {
      display: none; }
      @media screen and (min-width: 768px) {
        .list-type-area img.pc {
          display: block; } }
    .list-type-area img.mb {
      width: 50px;
      display: block; }
      @media screen and (min-width: 768px) {
        .list-type-area img.mb {
          display: none; } }
  .list-type-area .list-type {
    font-size: 15px;
    color: #f35d72; }

.list-title {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #000;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .list-title {
      height: 48px;
      max-height: 48px; } }

.list-info-area.min-three-line {
  height: 66px; }

.list-info {
  text-align: justify;
  font-size: 15px;
  color: #626262;
  display: none; }
  @media screen and (min-width: 650px) {
    .list-info {
      display: block; } }
  .list-info.visible-all {
    display: block; }

.list-button-area {
  margin-top: 20px; }
  @media screen and (min-width: 470px) {
    .list-button-area {
      position: absolute;
      bottom: 20px;
      right: 20px; } }
  @media screen and (min-width: 768px) {
    .list-button-area {
      position: relative;
      bottom: 0;
      right: 0; } }
  .list-button-area:after {
    display: block;
    content: '';
    clear: both; }
  .list-button-area .btn {
    font-size: 15px;
    padding: 8px 13px; }
    @media screen and (min-width: 992px) {
      .list-button-area .btn {
        padding: 8px 15px; } }
    @media screen and (min-width: 1200px) {
      .list-button-area .btn {
        padding: 8px 28px; } }
    .list-button-area .btn.yellow {
      float: left; }
    .list-button-area .btn.pink {
      float: right; }
      @media screen and (min-width: 470px) {
        .list-button-area .btn.pink {
          margin-left: 10px; } }
      @media screen and (min-width: 768px) {
        .list-button-area .btn.pink {
          margin-left: 20px; } }

.donate-btn-area {
  margin-top: 15px; }
  .donate-btn-area .btn {
    width: 100%; }

.school-list-content {
  margin: 10px 0 30px; }
  .school-list-content .school-list-box {
    padding: 10px;
    display: table;
    width: 100%; }
    @media screen and (min-width: 450px) {
      .school-list-content .school-list-box {
        padding: 10px 15px; } }
    @media screen and (min-width: 580px) {
      .school-list-content .school-list-box {
        padding: 15px 25px; } }
    .school-list-content .school-list-box:nth-child(even) {
      background: #fff9f7; }
    .school-list-content .school-list-box .list-date {
      width: 92px;
      display: inline-block;
      font-size: 14px;
      color: #f35d72;
      padding-top: 2px;
      vertical-align: top; }
      @media screen and (min-width: 768px) {
        .school-list-content .school-list-box .list-date {
          display: table-cell; } }
    .school-list-content .school-list-box .list-type {
      display: inline-block;
      font-size: 16px;
      color: #f35d72;
      vertical-align: top; }
      @media screen and (min-width: 768px) {
        .school-list-content .school-list-box .list-type {
          display: table-cell;
          width: 80px; }
          .school-list-content .school-list-box .list-type.safe {
            width: 138px; } }
    .school-list-content .school-list-box .list-title {
      display: block;
      padding: 0;
      height: auto;
      max-height: none; }
      @media screen and (min-width: 768px) {
        .school-list-content .school-list-box .list-title {
          display: table-cell;
          max-width: 100%; } }
      .school-list-content .school-list-box .list-title a.list-title-link {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%; }

.company-list-area {
  margin: 0 0 35px; }
  @media screen and (min-width: 992px) {
    .company-list-area {
      margin: 0 -10px 35px; } }
  @media screen and (min-width: 1200px) {
    .company-list-area {
      margin: 0 -15px 35px; } }
  .company-list-area:after {
    display: block;
    content: '';
    clear: both; }
  .company-list-area .company-box {
    width: 100%;
    position: relative;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .company-list-area .company-box {
        width: 50%;
        float: left;
        padding: 0 10px; } }
    @media screen and (min-width: 1200px) {
      .company-list-area .company-box {
        margin-bottom: 30px;
        padding: 0 15px; } }
    .company-list-area .company-box .company-photo {
      width: 100%; }
      @media screen and (min-width: 400px) {
        .company-list-area .company-box .company-photo {
          width: 140px;
          vertical-align: top;
          position: absolute;
          top: 0;
          left: 0; } }
      @media screen and (min-width: 768px) {
        .company-list-area .company-box .company-photo {
          top: 3px;
          left: 10px; } }
      @media screen and (min-width: 992px) {
        .company-list-area .company-box .company-photo {
          top: 5px; } }
      @media screen and (min-width: 1200px) {
        .company-list-area .company-box .company-photo {
          width: 210px;
          top: 0;
          left: 15px; } }
      .company-list-area .company-box .company-photo > a {
        border: 1px solid #e5e5e5;
        display: block;
        position: relative;
        width: 100%; }
        .company-list-area .company-box .company-photo > a img.main-photo {
          width: 100%;
          max-width: 100%; }
          @media screen and (min-width: 400px) {
            .company-list-area .company-box .company-photo > a img.main-photo {
              width: auto;
              max-height: 100%;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); } }
        .company-list-area .company-box .company-photo > a img.main-photo-frame {
          max-width: 100%;
          width: 100%;
          height: auto;
          display: none;
          opacity: 0; }
          @media screen and (min-width: 400px) {
            .company-list-area .company-box .company-photo > a img.main-photo-frame {
              display: block; } }
    .company-list-area .company-box .company-content {
      text-align: justify;
      padding-top: 10px;
      min-height: 106px; }
      @media screen and (min-width: 400px) {
        .company-list-area .company-box .company-content {
          padding-left: 150px;
          padding-top: 0;
          vertical-align: top; } }
      @media screen and (min-width: 768px) {
        .company-list-area .company-box .company-content {
          min-height: 142px; } }
      @media screen and (min-width: 992px) {
        .company-list-area .company-box .company-content {
          min-height: 120px; } }
      @media screen and (min-width: 1200px) {
        .company-list-area .company-box .company-content {
          padding-left: 220px;
          min-height: 158px; } }
      .company-list-area .company-box .company-content .company-name {
        font-size: 18px;
        color: #000;
        margin-bottom: 5px; }
      .company-list-area .company-box .company-content .company-info {
        font-size: 15px;
        color: #626262; }

.video-list-area {
  margin-top: 30px; }
  .video-list-area .video-box {
    width: 100%;
    margin: 20px 0 50px; }
    @media screen and (min-width: 768px) {
      .video-list-area .video-box {
        margin: 0 0 30px; } }
    .video-list-area .video-box .list-video-area {
      width: 100%;
      height: 100%;
      display: block; }
      @media screen and (min-width: 540px) {
        .video-list-area .video-box .list-video-area {
          width: 250px;
          height: 160px;
          padding: 0;
          display: inline-block;
          vertical-align: top; } }
      @media screen and (min-width: 650px) {
        .video-list-area .video-box .list-video-area {
          width: 250px;
          height: 180px; } }
      @media screen and (min-width: 768px) {
        .video-list-area .video-box .list-video-area {
          width: 360px;
          height: 215px; } }
      @media screen and (min-width: 992px) {
        .video-list-area .video-box .list-video-area {
          width: 385px;
          height: 215px; } }
    .video-list-area .video-box .video-content-area {
      margin-top: 10px;
      display: block; }
      @media screen and (min-width: 540px) {
        .video-list-area .video-box .video-content-area {
          width: calc( 100% - 260px);
          display: inline-block;
          vertical-align: top;
          padding-left: 15px;
          margin-top: 0; } }
      @media screen and (min-width: 768px) {
        .video-list-area .video-box .video-content-area {
          width: calc( 100% - 370px); } }
      @media screen and (min-width: 992px) {
        .video-list-area .video-box .video-content-area {
          width: calc( 100% - 390px); } }
      .video-list-area .video-box .video-content-area .video-title {
        margin-top: 5px; }
  .video-list-area .video-box + .video-box {
    position: relative;
    border-top: 1px solid #dcdcdc;
    padding-top: 30px; }
    @media screen and (min-width: 540px) {
      .video-list-area .video-box + .video-box {
        border-top: 1px dashed #dcdcdc; }
        .video-list-area .video-box + .video-box:before {
          width: 8px;
          height: 8px;
          display: block;
          content: '';
          background: #dcdcdc;
          border-radius: 50%;
          position: absolute;
          top: -4px;
          left: 0;
          z-index: 2; }
        .video-list-area .video-box + .video-box:after {
          width: 8px;
          height: 8px;
          display: block;
          content: '';
          background: #dcdcdc;
          border-radius: 50%;
          position: absolute;
          top: -4px;
          right: 0; } }

.donate-qa-content {
  margin-bottom: 35px;
  text-align: justify; }
  .donate-qa-content .donate-qa {
    width: 100%;
    border: 1px solid #ececec;
    border-radius: 3px;
    margin-bottom: 15px; }
    .donate-qa-content .donate-qa.on {
      border: 1px solid #ffe7de; }
      .donate-qa-content .donate-qa.on .question {
        background: #ffe7de; }
        .donate-qa-content .donate-qa.on .question:before {
          color: #f35d72;
          transform: rotate(90deg); }
    .donate-qa-content .donate-qa .question {
      padding: 10px 10px 10px 35px;
      background: #ececec;
      color: #595959;
      position: relative; }
      @media screen and (min-width: 768px) {
        .donate-qa-content .donate-qa .question {
          padding: 10px 20px 10px 35px; } }
      .donate-qa-content .donate-qa .question:before {
        font: 17px FontAwesome;
        color: #9b9b9b;
        display: block;
        content: '\f054';
        position: absolute;
        top: 13px;
        left: 15px; }
    .donate-qa-content .donate-qa .answer-area {
      display: none;
      padding: 15px 10px;
      background: #fff; }
      @media screen and (min-width: 768px) {
        .donate-qa-content .donate-qa .answer-area {
          padding: 20px; } }
      .donate-qa-content .donate-qa .answer-area img {
        max-width: 100%; }

.contact-area {
  padding: 30px 20px 35px;
  background: #fff2ec; }
  @media screen and (min-width: 560px) {
    .contact-area {
      padding: 30px 0 35px;
      margin-bottom: 60px; } }
  .contact-area .form-group {
    margin: 0 -15px; }
    @media screen and (min-width: 560px) {
      .contact-area .form-group {
        margin: 0; } }
    @media screen and (min-width: 768px) {
      .contact-area .form-group {
        padding: 0 20px;
        margin: 0 0 15px; } }
    .contact-area .form-group:after {
      display: block;
      content: '';
      clear: both; }
    .contact-area .form-group select, .contact-area .form-group input, .contact-area .form-group textarea {
      border: 1px solid #ffdccd;
      resize: none; }
      .contact-area .form-group select::placeholder, .contact-area .form-group input::placeholder, .contact-area .form-group textarea::placeholder {
        font-size: 14px;
        color: #b2b2b2; }
      .contact-area .form-group select.form-control, .contact-area .form-group input.form-control, .contact-area .form-group textarea.form-control {
        box-shadow: none; }
      .contact-area .form-group select.btn-file, .contact-area .form-group input.btn-file, .contact-area .form-group textarea.btn-file {
        width: 100%;
        border: none; }
    .contact-area .form-group .col-xs-margin-bottom {
      margin-bottom: 10px; }
      @media screen and (min-width: 1200px) {
        .contact-area .form-group .col-xs-margin-bottom {
          margin-bottom: 0; } }
    @media screen and (min-width: 1200px) {
      .contact-area .form-group .join-id-input {
        width: 38%; } }
    @media screen and (min-width: 1200px) {
      .contact-area .form-group .join-learn-select {
        width: 21.5%; } }
    .contact-area .form-group .join-work-select {
      margin-top: 15px; }
      @media screen and (min-width: 1200px) {
        .contact-area .form-group .join-work-select {
          width: 36.6%;
          margin-top: 0; } }

.join-contact {
  padding: 30px 20px 35px;
  background: #fff8f5; }
  .join-contact.no-margin {
    margin-bottom: 0; }
  .join-contact .form-group {
    padding: 0 0px;
    margin: 0 -20px 15px; }
    @media screen and (min-width: 600px) {
      .join-contact .form-group {
        margin: 0 -10px 15px; } }
    @media screen and (min-width: 768px) {
      .join-contact .form-group {
        padding: 0 30px;
        margin: 0 0 15px; } }
  .join-contact .contact-underline {
    width: calc( 100% - 20px);
    height: 1px;
    margin: 35px auto;
    position: relative; }
    @media screen and (min-width: 1200px) {
      .join-contact .contact-underline {
        width: calc( 100% - 40px); } }
    .join-contact .contact-underline:before {
      width: 100%;
      display: block;
      content: '';
      border-bottom: 1px dashed #f9c9b7;
      position: absolute;
      top: 0;
      left: 0; }

.contact-title {
  width: 100%;
  font-size: 16px;
  text-align: center;
  background: #ffe2d7;
  padding: 10px 0; }

.contact-label {
  text-align: left;
  padding-right: 0;
  padding-top: 5px;
  position: relative;
  font-size: 16px; }
  @media screen and (min-width: 768px) {
    .contact-label {
      text-align: right; } }
  .contact-label.phone {
    padding-left: 15px;
    margin-top: 15px; }
    @media screen and (min-width: 768px) {
      .contact-label.phone {
        padding: 0;
        margin: 0; } }
  .contact-label.join-sex-label {
    margin-top: 15px; }
    @media screen and (min-width: 1200px) {
      .contact-label.join-sex-label {
        width: 10%;
        margin-top: 0; } }
  .contact-label.join-work-label {
    margin-top: 15px; }
    @media screen and (min-width: 1200px) {
      .contact-label.join-work-label {
        margin-top: 0; } }
  .contact-label .required-star {
    color: #e8465e; }

.radio-area {
  padding-top: 5px; }
  .radio-area .radio-inline {
    margin-right: 15px;
    vertical-align: middle; }
  .radio-area .radio-inline + .radio-inline {
    margin-left: 0; }
  .radio-area .radio-block {
    display: block;
    vertical-align: middle; }
  @media screen and (min-width: 768px) {
    .radio-area.join-radio-sex {
      margin-top: 15px; } }
  @media screen and (min-width: 1200px) {
    .radio-area.join-radio-sex {
      margin-top: 0; } }

.radio-with-input-area {
  width: 100%; }
  .radio-with-input-area .radio-with-input {
    display: inline-block;
    margin-top: 5px;
    margin-right: 15px; }
    @media screen and (min-width: 1200px) {
      .radio-with-input-area .radio-with-input {
        width: 45%;
        display: inline-block;
        margin-top: 0;
        margin-right: 0; } }
    .radio-with-input-area .radio-with-input .radio-input {
      display: inline-block;
      width: 130px;
      margin-left: -5px; }

.contact-memo {
  padding: 5px 0 0 20px;
  color: #e83049; }
  @media screen and (min-width: 1200px) {
    .contact-memo {
      padding: 5px 0 0; } }

.memo-padding {
  color: #e83049;
  padding-left: 20px; }

.col-input {
  width: 100%;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 10px; }
  @media screen and (min-width: 560px) {
    .col-input {
      width: 45.5%;
      margin: 0; } }
  @media screen and (min-width: 768px) {
    .col-input {
      width: 35%;
      margin-right: 23px; } }
  @media screen and (min-width: 1200px) {
    .col-input {
      width: 38.5%; } }

.col-img {
  width: 100%;
  display: inline-block;
  padding-left: 15px; }
  @media screen and (min-width: 560px) {
    .col-img {
      width: 30%;
      padding-left: 0; } }
  @media screen and (min-width: 768px) {
    .col-img {
      width: 25%; } }
  @media screen and (min-width: 1200px) {
    .col-img {
      width: 20%; } }
  .col-img #auth_code {
    margin-right: 10px; }
  .col-img #refresh_code {
    position: relative;
    cursor: pointer;
    vertical-align: middle; }
    .col-img #refresh_code:before {
      display: block;
      content: '\f021';
      font: 20px FontAwesome;
      color: #646464;
      position: absolute;
      top: 0;
      left: 0; }

.contact-btn-area {
  margin-top: 40px;
  text-align: center; }
  .contact-btn-area .btn {
    width: 100%; }
    @media screen and (min-width: 400px) {
      .contact-btn-area .btn {
        width: auto;
        margin: 0 15px; } }
  .contact-btn-area .btn + .btn {
    margin-top: 10px; }
    @media screen and (min-width: 400px) {
      .contact-btn-area .btn + .btn {
        margin-top: 0; } }

.samebtn-area {
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .samebtn-area {
      text-align: right;
      margin-bottom: 0; } }
  .samebtn-area span {
    display: inline-block;
    padding: 2px 12px;
    font-size: 14px;
    background: #f35d72;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 11px; }
  .samebtn-area.with_title {
    display: inline-block;
    text-align: center;
    margin-bottom: 0; }

#join_div {
  transform: translateY(-100px); }

.accident-prevention-sitemap-area {
  padding: 20px 25px;
  background-color: #fff7f4;
  margin-bottom: 50px; }
  @media screen and (min-width: 768px) {
    .accident-prevention-sitemap-area {
      display: block;
      padding: 20px 25px; } }
  @media screen and (min-width: 1200px) {
    .accident-prevention-sitemap-area {
      padding: 20px 60px; } }
  .accident-prevention-sitemap-area .accident-prevention-sitemap-header {
    text-align: center;
    padding-bottom: 22px;
    position: relative; }
  .accident-prevention-sitemap-area .accident-prevention-sitemap-body {
    padding-left: 60px; }
    @media screen and (min-width: 768px) {
      .accident-prevention-sitemap-area .accident-prevention-sitemap-body {
        display: block;
        margin-left: -10px;
        margin-right: -10px;
        padding-top: 50px;
        padding-left: 0; } }
    @media screen and (min-width: 992px) {
      .accident-prevention-sitemap-area .accident-prevention-sitemap-body {
        margin-left: -15px;
        margin-right: -15px; } }
    .accident-prevention-sitemap-area .accident-prevention-sitemap-body:after {
      content: '';
      display: block;
      clear: both; }
    .accident-prevention-sitemap-area .accident-prevention-sitemap-body .accident-prevention-box {
      position: relative; }
      @media screen and (min-width: 768px) {
        .accident-prevention-sitemap-area .accident-prevention-sitemap-body .accident-prevention-box {
          float: left;
          width: 20%;
          padding: 0 10px; } }
      @media screen and (min-width: 992px) {
        .accident-prevention-sitemap-area .accident-prevention-sitemap-body .accident-prevention-box {
          padding: 0 15px; } }
      .accident-prevention-sitemap-area .accident-prevention-sitemap-body .accident-prevention-box span.box-line {
        display: none;
        width: 100%;
        height: 2px;
        background-color: #ffa9b5;
        position: absolute;
        top: -52px;
        left: 50%;
        transform: translateX(-50%); }
        @media screen and (min-width: 768px) {
          .accident-prevention-sitemap-area .accident-prevention-sitemap-body .accident-prevention-box span.box-line {
            display: block; } }
      .accident-prevention-sitemap-area .accident-prevention-sitemap-body .accident-prevention-box:before {
        content: '';
        display: none;
        width: 3px;
        height: 20px;
        background-color: #ffa9b5;
        position: absolute;
        top: -50px;
        left: 50%;
        transform: translateX(-50%); }
        @media screen and (min-width: 768px) {
          .accident-prevention-sitemap-area .accident-prevention-sitemap-body .accident-prevention-box:before {
            display: block; } }
      .accident-prevention-sitemap-area .accident-prevention-sitemap-body .accident-prevention-box:after {
        content: '';
        display: none;
        width: 0;
        height: 0;
        border-top: 9px solid #ffa9b5;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        position: absolute;
        top: -31px;
        left: 50%;
        transform: translateX(-50%); }
        @media screen and (min-width: 768px) {
          .accident-prevention-sitemap-area .accident-prevention-sitemap-body .accident-prevention-box:after {
            display: block; } }
      .accident-prevention-sitemap-area .accident-prevention-sitemap-body .accident-prevention-box:first-child span.box-line:before {
        content: '';
        display: block;
        width: calc( 50% - 1px);
        height: 2px;
        background-color: #fff7f4;
        position: absolute;
        top: 0;
        left: 0%; }
      .accident-prevention-sitemap-area .accident-prevention-sitemap-body .accident-prevention-box:last-child span.box-line:before {
        content: '';
        display: block;
        width: calc( 50% - 1px);
        height: 2px;
        background-color: #fff7f4;
        position: absolute;
        top: 0;
        right: 0%; }
      .accident-prevention-sitemap-area .accident-prevention-sitemap-body .accident-prevention-box.accident-prevention-box + .accident-prevention-box {
        padding-top: 20px; }
        @media screen and (min-width: 768px) {
          .accident-prevention-sitemap-area .accident-prevention-sitemap-body .accident-prevention-box.accident-prevention-box + .accident-prevention-box {
            padding-top: 0px; } }
  .accident-prevention-sitemap-area .accident-prevention-title {
    display: inline-block;
    width: 150px;
    font-size: 18px;
    color: #fff;
    background-color: #f35d72;
    border-radius: 20px;
    padding: 6px 12px;
    position: relative; }
    .accident-prevention-sitemap-area .accident-prevention-title:before {
      content: '';
      display: block;
      width: 2px;
      height: 255px;
      background-color: #ffa9b5;
      position: absolute;
      top: 39px;
      left: 22px; }
      @media screen and (min-width: 768px) {
        .accident-prevention-sitemap-area .accident-prevention-title:before {
          display: none; } }
    .accident-prevention-sitemap-area .accident-prevention-title:after {
      content: '';
      display: none;
      width: 3px;
      height: 20px;
      background-color: #ffa9b5;
      position: absolute;
      bottom: -20px;
      left: 50%;
      transform: translateX(-50%); }
      @media screen and (min-width: 768px) {
        .accident-prevention-sitemap-area .accident-prevention-title:after {
          display: block; } }
  .accident-prevention-sitemap-area .accident-prevention-item {
    display: block;
    width: 100%;
    max-width: 125px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    padding: 6px 0;
    margin: auto;
    border-radius: 20px;
    position: relative;
    transition: .5s; }
    @media screen and (min-width: 768px) {
      .accident-prevention-sitemap-area .accident-prevention-item {
        overflow: hidden; } }
    .accident-prevention-sitemap-area .accident-prevention-item span {
      position: relative; }
    .accident-prevention-sitemap-area .accident-prevention-item:before {
      content: '';
      display: none;
      width: 50%;
      height: 100%;
      transform: skew(-50deg);
      position: absolute;
      top: 0;
      right: -48px;
      transition: .5s; }
      @media screen and (min-width: 768px) {
        .accident-prevention-sitemap-area .accident-prevention-item:before {
          display: block; } }
    .accident-prevention-sitemap-area .accident-prevention-item:after {
      content: '';
      display: block;
      width: 20px;
      height: 2px;
      background-color: #ffa9b5;
      position: absolute;
      top: 50%;
      left: -20px;
      margin-top: -1px; }
      @media screen and (min-width: 768px) {
        .accident-prevention-sitemap-area .accident-prevention-item:after {
          display: none; } }
    @media screen and (min-width: 768px) {
      .accident-prevention-sitemap-area .accident-prevention-item:hover:before {
        right: -80px; } }
    .accident-prevention-sitemap-area .accident-prevention-item.traffic {
      background-color: #ffce42; }
      .accident-prevention-sitemap-area .accident-prevention-item.traffic:before {
        background-color: #ffdd7b; }
      .accident-prevention-sitemap-area .accident-prevention-item.traffic:hover {
        background-color: #ecb61c; }
    .accident-prevention-sitemap-area .accident-prevention-item.home {
      background-color: #fbb65e; }
      .accident-prevention-sitemap-area .accident-prevention-item.home:before {
        background-color: #fccc8f; }
      .accident-prevention-sitemap-area .accident-prevention-item.home:hover {
        background-color: #ffa533; }
    .accident-prevention-sitemap-area .accident-prevention-item.game {
      background-color: #62c49b; }
      .accident-prevention-sitemap-area .accident-prevention-item.game:before {
        background-color: #91d6b9; }
      .accident-prevention-sitemap-area .accident-prevention-item.game:hover {
        background-color: #39b983; }
    .accident-prevention-sitemap-area .accident-prevention-item.water {
      background-color: #72a7d9; }
      .accident-prevention-sitemap-area .accident-prevention-item.water:before {
        background-color: #9dc2e4; }
      .accident-prevention-sitemap-area .accident-prevention-item.water:hover {
        background-color: #4b85bd; }
    .accident-prevention-sitemap-area .accident-prevention-item.campus {
      background-color: #bf8dd8; }
      .accident-prevention-sitemap-area .accident-prevention-item.campus:before {
        background-color: #d2afe4; }
      .accident-prevention-sitemap-area .accident-prevention-item.campus:hover {
        background-color: #9f60bf; }

.error-area {
  width: 100%;
  text-align: center; }
  .error-area .error-title {
    margin-top: 45px;
    padding-top: 280px;
    padding-bottom: 140px;
    background: url(../img/404/404_pic02_2x.png) center top 0 no-repeat, url(../img/404/404_pic03_2x.png) right calc( 50% - 135px) top 200px no-repeat, url(../img/404/404_pic01_xs_2x.png) left calc( 50% - 5px) top 65px no-repeat;
    background-size: 125px, 15px, 280px; }
    @media screen and (min-width: 360px) {
      .error-area .error-title {
        background: url(../img/404/404_pic02_2x.png) center top 0 no-repeat, url(../img/404/404_pic03_2x.png) right calc( 50% - 145px) top 205px no-repeat, url(../img/404/404_pic01_xs_2x.png) left calc( 50% - 5px) top 65px no-repeat;
        background-size: 125px, 20px, 300px; } }
    @media screen and (min-width: 550px) {
      .error-area .error-title {
        padding-top: 285px;
        background: url(../img/404/404_pic02_2x.png) center top 13px no-repeat, url(../img/404/404_pic03_2x.png) left calc( 50% + 220px) top 205px no-repeat, url(../img/404/404_pic01_xs_2x.png) center top 0px no-repeat;
        background-size: 125px, 29px, 443px; } }
    @media screen and (min-width: 992px) {
      .error-area .error-title {
        background: url(../img/404/404_pic02.png) left 410px top 13px no-repeat, url(../img/404/404_pic03.png) right 235px top 205px no-repeat, url(../img/404/404_pic01.png) center top 0px no-repeat; } }
    @media screen and (min-width: 1200px) {
      .error-area .error-title {
        background: url(../img/404/404_pic02.png) left 500px top 13px no-repeat, url(../img/404/404_pic03.png) right 350px top 205px no-repeat, url(../img/404/404_pic01.png) left 330px top 0px no-repeat; } }
    .error-area .error-title.success {
      background: url(../img/404/success_pic02_2x.png) center top 0 no-repeat, url(../img/404/success_pic03_2x.png) right calc( 50% - 135px) top 200px no-repeat, url(../img/404/success_pic01_xs_2x.png) left calc( 50% - 5px) top 65px no-repeat;
      background-size: 125px, 15px, 280px; }
      @media screen and (min-width: 360px) {
        .error-area .error-title.success {
          background: url(../img/404/success_pic02_2x.png) center top 0 no-repeat, url(../img/404/success_pic03_2x.png) right calc( 50% - 145px) top 205px no-repeat, url(../img/404/success_pic01_xs_2x.png) left calc( 50% - 5px) top 65px no-repeat;
          background-size: 125px, 20px, 300px; } }
      @media screen and (min-width: 550px) {
        .error-area .error-title.success {
          padding-top: 285px;
          background: url(../img/404/success_pic02_2x.png) center top 13px no-repeat, url(../img/404/success_pic03_2x.png) left calc( 50% + 220px) top 205px no-repeat, url(../img/404/success_pic01_xs_2x.png) center top 0px no-repeat;
          background-size: 125px, 29px, 443px; } }
      @media screen and (min-width: 992px) {
        .error-area .error-title.success {
          background: url(../img/404/success_pic02.png) left 410px top 13px no-repeat, url(../img/404/success_pic03.png) right 235px top 205px no-repeat, url(../img/404/success_pic01.png) center top 0px no-repeat; } }
      @media screen and (min-width: 1200px) {
        .error-area .error-title.success {
          background: url(../img/404/success_pic02.png) left 500px top 13px no-repeat, url(../img/404/success_pic03.png) right 350px top 205px no-repeat, url(../img/404/success_pic01.png) left 330px top 0px no-repeat; } }
    .error-area .error-title .title-tw {
      font-weight: bold;
      font-size: 24px;
      color: #595959; }
    .error-area .error-title .title-en {
      font-weight: bold;
      font-size: 20px;
      color: #595959; }

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