body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  word-break: break-word;
  font-size: 15px;
  color: #787878;
  line-height: 1.7;
  font-family: 'Arial','Microsoft JhengHei'; }

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

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

.color-main-2 {
  color: #4e4e4e; }

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

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

.color-main-5 {
  color: #1a5438; }

.color-main-6 {
  color: #5fa481; }

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

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

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

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

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

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

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

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

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

.invisible {
  visibility: hidden !important; }

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

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

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

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

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

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

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

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

.article-area, #tinymce {
  font-size: 15px; }
  .article-area iframe, #tinymce iframe {
    max-width: 100%;
    border: 0; }
  .article-area img, #tinymce img {
    height: auto;
    max-width: 100%; }
  .article-area h3, #tinymce h3 {
    color: #5fa481;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5; }
  .article-area h4, #tinymce h4 {
    color: #f8971e;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5; }
  .article-area p, #tinymce p {
    /*line-height: 1.6;*/ }
  .article-area a, #tinymce a {
    color: #f8971e; }
    .article-area a:hover, #tinymce a:hover {
      color: #e48815; }
  .article-area ul, #tinymce ul {
    padding: 0;
    list-style: none !important; }
    .article-area ul > li, #tinymce ul > li {
      padding-left: 22px;
      position: relative; }
      .article-area ul > li:before, #tinymce ul > li:before {
        position: absolute;
        content: '';
        left: 2px;
        top: 11px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #1a5438; }
  .article-area ol, #tinymce ol {
    padding: 0;
    list-style: none !important;
    counter-reset: ol-item; }
    .article-area ol > li, #tinymce ol > li {
      display: block;
      padding-left: 22px;
      position: relative; }
      .article-area ol > li:before, #tinymce ol > li:before {
        position: absolute;
        text-align: right;
        left: -2px;
        top: 0;
        content: counter(ol-item) ".";
        counter-increment: ol-item;
        font-size: 15px;
        color: #1a5438;
        display: inline-block;
        min-width: 22px; }
  .article-area table, #tinymce table {
    max-width: 100%;
    border-collapse: collapse; }
    .article-area table tr th, #tinymce table tr th, .article-area table tr td, #tinymce table tr td {
      border: #dcdcdc solid 1px;
      font-size: 15px;
      padding: 5px 5px;
      font-weight: normal;
      text-align: left; }
      @media screen and (min-width: 400px) {
        .article-area table tr th, #tinymce table tr th, .article-area table tr td, #tinymce table tr td {
          padding: 6px 30px; } }
    .article-area table tr th, #tinymce table tr th {
      font-size: 16px;
      background-color: #f2f2f2; }

.breadcrumbs {
  font-size: 13px;
  margin: 8px 0px 20px 0px; }
  @media screen and (min-width: 992px) {
    .breadcrumbs {
      margin: 10px 0px 27px 0px; } }
  .breadcrumbs a {
    color: #787878; }
  .breadcrumbs span {
    color: #787878; }

.page_list {
  text-align: center;
  margin: 8px 0 12px 0;
  position: relative;
  z-index: 1; }
  @media screen and (min-width: 992px) {
    .page_list {
      margin-top: 60px; } }
  @media screen and (min-width: 1200px) {
    .page_list {
      margin-top: 60px; } }
  .page_list .arr {
    position: relative;
    width: 28px; }
    @media screen and (min-width: 768px) {
      .page_list .arr {
        width: 78px; } }
    .page_list .arr a:hover {
      background-color: transparent; }
  .page_list .arr.left {
    margin-right: 8px; }
    @media screen and (min-width: 768px) {
      .page_list .arr.left {
        margin-right: 1px; } }
  .page_list .arr.right {
    margin-left: 15px; }
    @media screen and (min-width: 768px) {
      .page_list .arr.right {
        margin-left: 25px; } }
  .page_list ul {
    margin: 0; }
    .page_list ul li {
      cursor: pointer;
      display: inline-block;
      width: 35px;
      height: 35px; }
      .page_list ul li + li {
        margin-left: 7px; }
        @media screen and (min-width: 768px) {
          .page_list ul li + li {
            margin-left: 24px; } }
      .page_list ul li > span, .page_list ul li > a {
        position: relative;
        background: none;
        border: none;
        font-size: 16px;
        color: #363636;
        padding: 7px 0;
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 10px !important; }
        .page_list ul li > span i, .page_list ul li > a i {
          font-size: 22px;
          color: #363636;
          position: relative;
          bottom: 1px; }
        .page_list ul li > span.selected, .page_list ul li > span:hover, .page_list ul li > span:focus, .page_list ul li > a.selected, .page_list ul li > a:hover, .page_list ul li > a:focus {
          color: #f8971e;
          background-color: transparent; }
          .page_list ul li > span.selected:before, .page_list ul li > span:hover:before, .page_list ul li > span:focus:before, .page_list ul li > a.selected:before, .page_list ul li > a:hover:before, .page_list ul li > a:focus:before {
            content: '';
            display: block;
            position: absolute;
            bottom: 2px;
            left: calc(50%);
            width: 62%;
            height: 3px;
            transform: translateX(-50%);
            background-color: #ffd26f; }

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

#to-top {
  width: 50px;
  height: 50px;
  background: #5fa481 url("../img/index/top_2x.png") center no-repeat;
  background-size: 24px auto;
  cursor: pointer;
  z-index: 3;
  text-align: center;
  display: none;
  position: fixed;
  right: 28px;
  bottom: 40px;
  font-size: 0; }
  #to-top.bot {
    position: absolute;
    top: -58px; }
  #to-top:hover {
    background-color: #1a5438; }
  @media screen and (min-width: 992px) {
    #to-top {
      right: calc(50% - 970px/2); } }
  @media screen and (min-width: 1200px) {
    #to-top {
      right: calc(50% - 1200px/2); } }
  @media screen and (min-width: 1550px) {
    #to-top {
      right: calc(50% - 1200px/2 - 152px); } }

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

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

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

.alert-red {
  color: red; }

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

/*
=================================================================
(#m02-1hds) HEADER
=================================================================
*/
.fixed-height.is-sticky {
  z-index: 99 !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  background-color: #fff; }
  @media screen and (min-width: 992px) {
    .fixed-height.is-sticky {
      height: 50px !important; } }
  .fixed-height.is-sticky .logo-area {
    bottom: 13px !important; }
    .fixed-height.is-sticky .logo-area img {
      height: 44px !important; }
  .fixed-height.is-sticky .top-area {
    display: none !important; }
  .fixed-height.is-sticky .bottom-area nav {
    float: right !important; }
    .fixed-height.is-sticky .bottom-area nav li > a {
      font-size: 15px !important; }
      @media screen and (min-width: 1200px) {
        .fixed-height.is-sticky .bottom-area nav li > a {
          font-size: 17px !important; } }
    .fixed-height.is-sticky .bottom-area nav li + li {
      margin-left: 22px !important; }
      .fixed-height.is-sticky .bottom-area nav li + li:before {
        left: -14px !important; }
      @media screen and (min-width: 1200px) {
        .fixed-height.is-sticky .bottom-area nav li + li {
          margin-left: 40px !important; }
          .fixed-height.is-sticky .bottom-area nav li + li:before {
            left: -24px !important; } }
  .fixed-height.is-sticky .bottom-area .search-form-area {
    display: none !important; }
  .fixed-height.is-sticky .bottom-area .sticky-logo {
    display: inline-block !important;
    width: 254px; }

.fixed-height {
  height: 50px; }
  .fixed-height .container {
    height: 100%; }
  @media screen and (min-width: 992px) {
    .fixed-height {
      height: 112px; } }
  .fixed-height.sticky {
    height: 129px; }

header.website {
  width: 100%;
  top: 0;
  left: 0;
  background: white;
  position: relative;
  z-index: 99;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0); }
  @media screen and (min-width: 992px) {
    header.website {
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); } }
  header.website h1 {
    margin: 0; }
  header.website .lg-header-area {
    position: relative;
    height: 100%;
    width: 100%; }
    header.website .lg-header-area .top-area {
      padding-top: 14px; }
      header.website .lg-header-area .top-area .logo-area {
        float: left; }
        header.website .lg-header-area .top-area .logo-area img {
          width: 342px; }
      header.website .lg-header-area .top-area .header-btn-area {
        float: right;
        padding-top: 0px; }
        header.website .lg-header-area .top-area .header-btn-area .link-btn-area {
          display: inline-block;
          vertical-align: top; }
          header.website .lg-header-area .top-area .header-btn-area .link-btn-area .link-btn + .link-btn {
            margin-left: 5px; }
          header.website .lg-header-area .top-area .header-btn-area .link-btn-area .link-btn.search {
            display: inline-block;
            vertical-align: top;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: url("../img/header/icon_search_2x.png") center no-repeat;
            background-size: 32px; }
            header.website .lg-header-area .top-area .header-btn-area .link-btn-area .link-btn.search:hover {
              background: url("../img/header/icon_search_hover_2x.png") center no-repeat;
              background-size: 32px; }
          header.website .lg-header-area .top-area .header-btn-area .link-btn-area .link-btn.facebook {
            display: inline-block;
            vertical-align: top;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: url("../img/header/icon_facebook_2x.png") center no-repeat;
            background-size: 32px; }
            header.website .lg-header-area .top-area .header-btn-area .link-btn-area .link-btn.facebook:hover {
              background: url("../img/header/icon_facebook_hover_2x.png") center no-repeat;
              background-size: 32px; }
          header.website .lg-header-area .top-area .header-btn-area .link-btn-area .link-btn.youtube {
            display: inline-block;
            vertical-align: top;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: url("../img/header/icon_youtube_2x.png") center no-repeat;
            background-size: 32px; }
            header.website .lg-header-area .top-area .header-btn-area .link-btn-area .link-btn.youtube:hover {
              background: url("../img/header/icon_youtube_hover_2x.png") center no-repeat;
              background-size: 32px; }
        header.website .lg-header-area .top-area .header-btn-area .web-btn-area {
          display: inline-block;
          vertical-align: top;
          margin-left: 5px; }
          header.website .lg-header-area .top-area .header-btn-area .web-btn-area .web-btn {
            display: inline-block;
            font-size: 13px;
            color: #fff;
            background-color: #499d73;
            border: 2px solid #3d9167;
            padding: 2px 9px;
            border-radius: 30px;
            font-weight: bold; }
            header.website .lg-header-area .top-area .header-btn-area .web-btn-area .web-btn:hover {
              background-color: #3d9167; }
    header.website .lg-header-area .bottom-area {
      padding-top: 8px; }
      header.website .lg-header-area .bottom-area .sticky-logo {
        display: none; }
      header.website .lg-header-area .bottom-area nav {
        display: inline-block; }
    header.website .lg-header-area .search-form-area {
      float: right; }
      header.website .lg-header-area .search-form-area .search-area {
        margin-left: 10px;
        width: 180px;
        height: 30px;
        position: relative;
        background: #f6f6f6;
        border: 1px solid #E3E3E3;
        border-radius: 5px;
        display: inline-block;
        vertical-align: middle; }
        @media screen and (min-width: 1200px) {
          header.website .lg-header-area .search-form-area .search-area {
            width: 285px; } }
        header.website .lg-header-area .search-form-area .search-area input {
          background: transparent;
          color: #505050;
          font-size: 13px;
          border: none;
          width: 100%;
          height: 100%;
          padding: 0 40px 0 17px; }
        header.website .lg-header-area .search-form-area .search-area .btn {
          color: transparent;
          overflow: hidden;
          width: 40px; }
        header.website .lg-header-area .search-form-area .search-area input, header.website .lg-header-area .search-form-area .search-area .btn {
          height: 100%; }
        header.website .lg-header-area .search-form-area .search-area .btn {
          position: absolute;
          right: 0;
          top: 0;
          border: none;
          background: url("../img/header/icon_search_2x.png") center right 10px no-repeat;
          background-size: 20px auto; }

.header-nav {
  list-style: none;
  padding: 4px 0 0 0;
  margin: 0;
  height: 100%; }
  .header-nav .header-nav2 {
    display: none;
    padding: 0px;
    list-style: none; }
  .header-nav > li {
    float: left;
    position: relative;
    height: 100%; }
    .header-nav > li + li {
      margin-left: 32px; }
      .header-nav > li + li:before {
        content: '';
        display: block;
        position: absolute;
        top: 4px;
        left: -19px;
        width: 11px;
        height: 16px;
        background: url("../img/header/slash_2x.png") center no-repeat;
        background-size: 100%; }
    .header-nav > li > a {
      font-size: 17px;
      position: relative;
      height: 100%;
      width: 100%;
      text-align: center;
      color: #363636; }
    .header-nav > li > a:focus ~ .header-nav2 {
      display: block; }
    .header-nav > li.open .header-nav2 {
      display: block; }
    @media screen and (min-width: 1200px) {
      .header-nav > li + li {
        margin-left: 56px; }
        .header-nav > li + li:before {
          left: -32px; } }
    .header-nav > li.open > a, .header-nav > li:hover > a, .header-nav > li.active > a {
      color: #f8971e; }
    .header-nav > li:hover .header-nav2 {
      display: block; }
  .header-nav .header-nav2 {
    width: 100%;
    position: absolute;
    top: 100%;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
    left: 50%;
    background: #fffcfa;
    width: 180px;
    margin-left: -90px; }
    .header-nav .header-nav2 > li + li {
      border-top: 1px dashed; }
    .header-nav .header-nav2 > li > a {
      position: relative;
      font-size: 15px;
      padding: 10px 25px 10px 25px;
      display: block;
      color: #f8971e; }
      .header-nav .header-nav2 > li > a:after {
        content: '';
        display: none;
        position: absolute;
        left: 14px;
        top: 18px;
        border-style: solid;
        height: 0;
        width: 0;
        border-color: transparent transparent transparent;
        border-width: 4px 0 4px 6px; }
      .header-nav .header-nav2 > li > a:hover {
        color: #363636; }
        .header-nav .header-nav2 > li > a:hover:after {
          display: block; }
    @media screen and (min-width: 1200px) {
      .header-nav .header-nav2 {
        margin-left: -90px; }
        .header-nav .header-nav2 > li > a {
          padding: 15px 12px 15px 35px;
          font-size: 16px; }
          .header-nav .header-nav2 > li > a:after {
            left: 15px;
            top: 23px; } }

div.mb-header {
  position: relative;
  z-index: 1000;
  padding-right: 60px;
  height: 100%; }
  div.mb-header .mb-logo-area {
    padding-top: 8px;
    display: inline-block;
    padding-left: 16px; }
    div.mb-header .mb-logo-area img {
      vertical-align: middle;
      width: 253px;
      max-width: 100%;
      height: auto; }
  div.mb-header .button-area {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%; }
  div.mb-header div.xs-menu {
    display: inline-block;
    height: 100%;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    background-size: 100%;
    background-position: 5px 50%;
    position: relative;
    padding: 0 20px; }
    div.mb-header div.xs-menu .icon-wrapper {
      display: inline-block;
      margin: 18px 0 0 0;
      width: 21px;
      height: 15px;
      position: relative; }
      div.mb-header div.xs-menu .icon-wrapper span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #5fa481;
        border-radius: 3px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 400ms ease-in-out;
        transition: 400ms ease-in-out; }
        div.mb-header div.xs-menu .icon-wrapper span:nth-child(1) {
          top: 0; }
        div.mb-header div.xs-menu .icon-wrapper span:nth-child(2) {
          top: 6px; }
        div.mb-header div.xs-menu .icon-wrapper span:nth-child(3) {
          top: 6px; }
        div.mb-header div.xs-menu .icon-wrapper span:nth-child(4) {
          top: 12px; }
    div.mb-header div.xs-menu.active span:nth-child(1) {
      top: 7px;
      width: 0%;
      left: 50%; }
    div.mb-header div.xs-menu.active span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    div.mb-header div.xs-menu.active span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    div.mb-header div.xs-menu.active span:nth-child(4) {
      top: 14px;
      width: 0%;
      left: 50%; }

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

div#mb-sidebar {
  display: none;
  position: fixed;
  width: 100%;
  top: -100%;
  z-index: 20;
  background: #ffeac3;
  padding-bottom: 20px; }
  div#mb-sidebar .slimScrollDiv {
    width: 100%; }
  div#mb-sidebar.hidden-sidebar {
    display: block;
    top: -100%;
    -webkit-animation-name: hiddensidebar;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 0.5s;
    animation-name: hiddensidebar;
    animation-timing-function: ease-in;
    animation-duration: 0.5s; }
  div#mb-sidebar.show-sidebar {
    display: block;
    top: 50px;
    height: calc(100vh - 50px);
    -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#mb-sidebar .sidebar-top.english .dropdown {
    width: 100%; }
  div#mb-sidebar .sidebar-top.english .share-box {
    display: none; }

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

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

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

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

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

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

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

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

div.sidebar-content {
  padding-bottom: 50px; }
  div.sidebar-content .search-area {
    padding: 17px 15px;
    background-color: #5fa481; }
    div.sidebar-content .search-area .input-group {
      width: 100%;
      height: 30px; }
      div.sidebar-content .search-area .input-group input {
        padding: 0 50px 0 8px;
        font-size: 14px;
        width: 100%;
        border: 1px solid #ebd2c8;
        border-radius: 5px; }
      div.sidebar-content .search-area .input-group .btn {
        width: 50px; }
      div.sidebar-content .search-area .input-group input, div.sidebar-content .search-area .input-group .btn {
        height: 100%; }
      div.sidebar-content .search-area .input-group .btn {
        color: transparent;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        background: url("../img/header/icon_search_2x.png") center no-repeat;
        background-size: 20px; }
  div.sidebar-content .website-btn-area {
    background-color: #fff; }
    div.sidebar-content .website-btn-area .website-btn {
      width: calc( (100% - 4px) / 3);
      background-color: #5BAF85;
      float: left;
      color: #fff;
      font-size: 16px;
      text-align: center;
      padding: 14px 0; }
      div.sidebar-content .website-btn-area .website-btn.main {
        background-color: #5BAF85; }
      div.sidebar-content .website-btn-area .website-btn.kids {
        background-color: #F3941A; }
      div.sidebar-content .website-btn-area .website-btn.youth {
        background-color: #1E94A0; }
      div.sidebar-content .website-btn-area .website-btn.parents {
        background-color: #a87762; }
      div.sidebar-content .website-btn-area .website-btn + .website-btn {
        margin-left: 2px; }
  div.sidebar-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none; }
    div.sidebar-content ul li a {
      display: block;
      padding: 16px 36px; }
      div.sidebar-content ul li a .sidebar-nav-icon {
        float: right;
        font-size: 22px;
        transition: all .5s; }
      div.sidebar-content ul li a.open .sidebar-nav-icon {
        transform: rotate(90deg); }
      div.sidebar-content ul li a.active ~ ul {
        display: block; }
    div.sidebar-content ul li.link-btn {
      position: relative; }
      div.sidebar-content ul li.link-btn a {
        padding-left: 70px; }
      div.sidebar-content ul li.link-btn.facebook:after {
        content: '';
        position: absolute;
        left: 36px;
        top: 19px;
        display: block;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        background: url("../img/header/icon_facebook_2x.png") center no-repeat;
        background-size: 100% auto; }
      div.sidebar-content ul li.link-btn.youtube:after {
        content: '';
        position: absolute;
        left: 36px;
        top: 19px;
        display: block;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        background: url("../img/header/icon_youtube_2x.png") center no-repeat;
        background-size: 100% auto; }
    div.sidebar-content ul.layer-2 > li {
      position: relative; }
      div.sidebar-content ul.layer-2 > li > a {
        padding-left: 30px;
        position: relative; }
        div.sidebar-content ul.layer-2 > li > a .sidebar-nav-icon {
          font-size: 16px;
          position: absolute;
          top: 15px;
          right: 17px;
          transform-origin: center; }
        div.sidebar-content ul.layer-2 > li > a.active:before {
          content: '';
          display: block;
          position: absolute;
          top: 18px;
          left: 15px;
          border-style: solid;
          height: 0;
          width: 0;
          border-color: transparent transparent transparent #ffeac3;
          border-width: 4px 0 4px 6px; }
    div.sidebar-content ul.layer-3 > li {
      position: relative; }
      div.sidebar-content ul.layer-3 > li > a {
        padding-left: 44px; }
        div.sidebar-content ul.layer-3 > li > a.active {
          color: #ca6f27; }
    div.sidebar-content ul.layer-1 > li > a {
      font-size: 16px;
      background: #ffeac3;
      color: #363636; }
      div.sidebar-content ul.layer-1 > li > a .sidebar-nav-icon {
        color: #f3964b; }
      div.sidebar-content ul.layer-1 > li > a:hover, div.sidebar-content ul.layer-1 > li > a.open {
        background: #ffd26f; }
    div.sidebar-content ul.layer-1 > li:not(.search-area) {
      border-top: 1px solid #fffbf3; }
    div.sidebar-content ul.layer-2 > li > a {
      font-size: 16px;
      background: #fcecba;
      color: #f8971e; }
      div.sidebar-content ul.layer-2 > li > a .sidebar-nav-icon {
        color: #f3964b; }
      div.sidebar-content ul.layer-2 > li > a:hover, div.sidebar-content ul.layer-2 > li > a.open {
        background: #fed696; }
    div.sidebar-content ul.layer-2 > li:not(.search-area) {
      border-top: 1px solid #fffad6; }
    div.sidebar-content ul.layer-3 > li > a {
      font-size: 15px;
      background: #FED796;
      color: #f8971e; }
      div.sidebar-content ul.layer-3 > li > a .sidebar-nav-icon {
        color: #f3964b; }
      div.sidebar-content ul.layer-3 > li > a:hover, div.sidebar-content ul.layer-3 > li > a.open {
        background: #FED796; }
    div.sidebar-content ul.layer-3 > li:not(.search-area) {
      border-top: 1px solid #fffad6; }
  div.sidebar-content > ul {
    display: block; }

/*
=================================================================
(#m02-2fts) FOOTER
=================================================================
*/
footer.website {
  position: relative;
  background-color: #1a5438; }
  footer.website .top-area {
    padding: 45px 0 35px 0; }
    @media screen and (min-width: 992px) {
      footer.website .top-area {
        padding: 36px 0 30px 0; } }
    footer.website .top-area .logo-area img.img {
      display: inline-block;
      width: calc(91px * 0.85);
      height: auto; }
      @media screen and (min-width: 992px) {
        footer.website .top-area .logo-area img.img {
          width: 91px; } }
    footer.website .top-area .logo-area img.text {
      display: inline-block;
      width: 130px;
      height: auto;
      margin-left: 7px; }
    footer.website .top-area .info-area {
      opacity: 0.8; }
      footer.website .top-area .info-area .info {
        font-size: 15px;
        color: #fff;
        line-height: 2; }
        footer.website .top-area .info-area .info .key, footer.website .top-area .info-area .info .value {
          display: inline-block; }
    footer.website .top-area img.lottery {
      width: 195px;
      height: auto; }
    @media screen and (min-width: 992px) {
      footer.website .top-area .footer-outer-box {
        display: table;
        width: 100%; } }
    footer.website .top-area .footer-box:nth-child(1) {
      margin-bottom: 20px; }
    footer.website .top-area .footer-box:nth-child(2) {
      margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      footer.website .top-area .footer-box .info-left-area, footer.website .top-area .footer-box .info-right-area {
        display: inline-block;
        vertical-align: top; }
      footer.website .top-area .footer-box .info-right-area {
        margin-left: 30px; } }
    @media screen and (min-width: 900px) {
      footer.website .top-area .footer-box:nth-child(2) {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: top;
        border-right: 1px solid #46785F;
        padding-right: 25px; }
      footer.website .top-area .footer-box:nth-child(3) {
        text-align: right;
        display: inline-block;
        vertical-align: top;
        padding-left: 25px; } }
    @media screen and (min-width: 1200px) {
      footer.website .top-area .footer-box {
        margin: 0;
        display: inline-block; }
        footer.website .top-area .footer-box + .footer-box {
          border-right: none;
          border-left: 1px solid #46785F; }
        footer.website .top-area .footer-box:nth-child(1) {
          display: table-cell;
          vertical-align: middle;
          width: 292px; }
        footer.website .top-area .footer-box:nth-child(2) {
          display: table-cell;
          vertical-align: middle;
          padding: 16px 0px;
          text-align: center; }
          footer.website .top-area .footer-box:nth-child(2) .info-area {
            text-align: left;
            display: inline-block; }
        footer.website .top-area .footer-box:nth-child(3) {
          display: table-cell;
          vertical-align: middle;
          text-align: right;
          width: 240px;
          padding-left: 40px; } }
  footer.website .bottom-area {
    line-height: 1.8;
    font-size: 14px;
    border-top: 1px solid #46785F;
    padding: 27px 0;
    text-align: center; }
    @media screen and (min-width: 992px) {
      footer.website .bottom-area {
        font-size: 15px;
        padding: 11px 0;
        text-align: left; } }
    footer.website .bottom-area .copyright-area {
      display: inline-block;
      color: #fff;
      opacity: 0.8; }
    footer.website .bottom-area .acart-area {
      color: #fff;
      opacity: 0.8; }
      footer.website .bottom-area .acart-area a {
        color: #fff; }
      @media screen and (min-width: 992px) {
        footer.website .bottom-area .acart-area {
          float: right; } }

/*
=================================================================
(#m03mcs) MAIN CONTENT
=================================================================
*/
.btn {
  font-size: 15px;
  width: 100%;
  border-radius: 5px;
  color: #fff; }
  .btn:focus {
    color: #fff; }
  .btn.btn-green {
    background-color: #5fa481; }
    .btn.btn-green:hover {
      background-color: #1a5438;
      color: #fff; }

#page-container {
  overflow: hidden; }

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

.page-banner-area {
  height: 120px;
  background: url("../img/index/bg_01.png") center repeat;
  background-size: 40px;
  position: relative; }
  .page-banner-area:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: calc(50% - 1208px);
    width: calc(2462px * (120 / 180));
    height: 120px;
    background: url("../img/list/banner_curve02.png") center repeat;
    background-size: auto 120px; }
  @media screen and (min-width: 992px) {
    .page-banner-area {
      height: 180px; }
      .page-banner-area:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        right: calc(50% - 1952px);
        width: 2462px;
        height: 180px;
        background: url("../img/list/banner_curve02.png") center repeat;
        background-size: 2462px auto; }
      .page-banner-area:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: -64px;
        width: 432px;
        height: 180px;
        background: url("../img/list/banner_curve01.png") center repeat;
        background-size: 432px auto; } }
  .page-banner-area.about .page-banner-text-area {
    position: absolute;
    top: 31px;
    right: 37px; }
    @media screen and (min-width: 992px) {
      .page-banner-area.about .page-banner-text-area {
        top: 42px;
        right: 168px; } }
    .page-banner-area.about .page-banner-text-area .icon {
      width: 67px;
      display: inline-block;
      vertical-align: middle; }
      @media screen and (min-width: 992px) {
        .page-banner-area.about .page-banner-text-area .icon {
          width: 97px; } }
    .page-banner-area.about .page-banner-text-area .text {
      display: inline-block;
      vertical-align: middle;
      margin-left: 13px;
      color: #363636;
      font-weight: bold;
      font-size: 26px; }
      @media screen and (min-width: 992px) {
        .page-banner-area.about .page-banner-text-area .text {
          font-size: 30px; } }
  .page-banner-area.activity .page-banner-text-area {
    position: absolute;
    top: 31px;
    right: 37px; }
    @media screen and (min-width: 992px) {
      .page-banner-area.activity .page-banner-text-area {
        top: 42px;
        right: 168px; } }
    .page-banner-area.activity .page-banner-text-area .icon {
      width: 67px;
      display: inline-block;
      vertical-align: middle; }
      @media screen and (min-width: 992px) {
        .page-banner-area.activity .page-banner-text-area .icon {
          width: 97px; } }
    .page-banner-area.activity .page-banner-text-area .text {
      display: inline-block;
      vertical-align: middle;
      margin-left: 13px;
      color: #363636;
      font-weight: bold;
      font-size: 26px; }
      @media screen and (min-width: 992px) {
        .page-banner-area.activity .page-banner-text-area .text {
          font-size: 30px; } }
  .page-banner-area.news .page-banner-text-area {
    position: absolute;
    top: 31px;
    right: 37px; }
    @media screen and (min-width: 992px) {
      .page-banner-area.news .page-banner-text-area {
        top: 42px;
        right: 168px; } }
    .page-banner-area.news .page-banner-text-area .icon {
      width: 67px;
      display: inline-block;
      vertical-align: middle; }
      @media screen and (min-width: 992px) {
        .page-banner-area.news .page-banner-text-area .icon {
          width: 97px; } }
    .page-banner-area.news .page-banner-text-area .text {
      display: inline-block;
      vertical-align: middle;
      margin-left: 13px;
      color: #363636;
      font-weight: bold;
      font-size: 26px; }
      @media screen and (min-width: 992px) {
        .page-banner-area.news .page-banner-text-area .text {
          font-size: 30px; } }
  .page-banner-area.technology .page-banner-text-area {
    position: absolute;
    top: 31px;
    right: 37px; }
    @media screen and (min-width: 992px) {
      .page-banner-area.technology .page-banner-text-area {
        top: 42px;
        right: 168px; } }
    .page-banner-area.technology .page-banner-text-area .icon {
      width: 67px;
      display: inline-block;
      vertical-align: middle; }
      @media screen and (min-width: 992px) {
        .page-banner-area.technology .page-banner-text-area .icon {
          width: 97px; } }
    .page-banner-area.technology .page-banner-text-area .text {
      display: inline-block;
      vertical-align: middle;
      margin-left: 13px;
      color: #363636;
      font-weight: bold;
      font-size: 26px; }
      @media screen and (min-width: 992px) {
        .page-banner-area.technology .page-banner-text-area .text {
          font-size: 30px; } }
  .page-banner-area.download .page-banner-text-area {
    position: absolute;
    top: 31px;
    right: 37px; }
    @media screen and (min-width: 992px) {
      .page-banner-area.download .page-banner-text-area {
        top: 42px;
        right: 168px; } }
    .page-banner-area.download .page-banner-text-area .icon {
      width: 67px;
      display: inline-block;
      vertical-align: middle; }
      @media screen and (min-width: 992px) {
        .page-banner-area.download .page-banner-text-area .icon {
          width: 97px; } }
    .page-banner-area.download .page-banner-text-area .text {
      display: inline-block;
      vertical-align: middle;
      margin-left: 13px;
      color: #363636;
      font-weight: bold;
      font-size: 26px; }
      @media screen and (min-width: 992px) {
        .page-banner-area.download .page-banner-text-area .text {
          font-size: 30px; } }
  .page-banner-area.safety .page-banner-text-area {
    position: absolute;
    top: 31px;
    right: 37px; }
    @media screen and (min-width: 992px) {
      .page-banner-area.safety .page-banner-text-area {
        top: 42px;
        right: 168px; } }
    .page-banner-area.safety .page-banner-text-area .icon {
      width: 67px;
      display: inline-block;
      vertical-align: middle; }
      @media screen and (min-width: 992px) {
        .page-banner-area.safety .page-banner-text-area .icon {
          width: 97px; } }
    .page-banner-area.safety .page-banner-text-area .text {
      display: inline-block;
      vertical-align: middle;
      margin-left: 13px;
      color: #363636;
      font-weight: bold;
      font-size: 26px; }
      @media screen and (min-width: 992px) {
        .page-banner-area.safety .page-banner-text-area .text {
          font-size: 30px; } }

.article-area, #tinymce {
  overflow: auto;
  min-height: 100px;
  padding: 20px 0 10px 0; }
  @media screen and (min-width: 992px) {
    .article-area, #tinymce {
      min-height: 300px; } }

.page-top-area {
  position: relative; }
  @media screen and (min-width: 768px) {
    .page-top-area {
      display: table;
      width: 100%; } }
  .page-top-area .media-area .acart-proportion-box:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: rgba(0, 0, 0, 0.05) 1px solid; }
  @media screen and (min-width: 768px) {
    .page-top-area .media-area {
      display: table-cell;
      width: 345px;
      border-radius: 20px;
      vertical-align: top; } }
  @media screen and (min-width: 992px) {
    .page-top-area .media-area {
      width: 420px; } }
  .page-top-area .content-area {
    position: relative;
    padding-bottom: 24px;
    margin-top: 8px; }
    @media screen and (min-width: 768px) {
      .page-top-area .content-area {
        margin-top: 0; } }
    .page-top-area .content-area .date {
      font-size: 15px;
      color: #5fa481; }
    .page-top-area .content-area:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      height: 1px;
      width: 100%;
      border-top: 1px solid #D7D7D7; }
      @media screen and (min-width: 768px) {
        .page-top-area .content-area:before {
          width: calc(100% - 30px); } }
    .page-top-area .content-area h2.title-area {
      color: #363636;
      line-height: 1.4;
      font-size: 22px;
      margin-top: 18px;
      margin-bottom: 12px;
      padding-bottom: 4px;
      margin: 4px 0 8px 0; }
      @media screen and (min-width: 768px) {
        .page-top-area .content-area h2.title-area {
          margin: 0px 0 6px 0; } }
      @media screen and (min-width: 992px) {
        .page-top-area .content-area h2.title-area {
          font-size: 24px; } }
    .page-top-area .content-area .desc-area {
      color: #787878;
      font-size: 15px;
      line-height: 1.7;
      padding-bottom: 30px; }
    .page-top-area .content-area .source-area {
      margin-top: 12px;
      color: #bdbdbd; }
    .page-top-area .content-area .download-btn {
      display: inline-block;
      width: auto;
      position: absolute;
      padding: 6px 27px;
      bottom: 24px;
      left: 0px; }
      @media screen and (min-width: 768px) {
        .page-top-area .content-area .download-btn {
          padding: 9px 27px;
          bottom: 15px;
          left: 30px; } }
    @media screen and (min-width: 768px) {
      .page-top-area .content-area {
        display: table-cell;
        vertical-align: top;
        padding-left: 30px;
        width: calc(100% - 345px); } }
    @media screen and (min-width: 768px) {
      .page-top-area .content-area {
        width: calc(100% - 420px); } }

.page-btn-area {
  float: right; }
  @media screen and (min-width: 768px) {
    .page-btn-area {
      position: absolute;
      right: 0;
      bottom: 15px; } }
  .page-btn-area .share-box {
    display: inline-block;
    position: relative;
    vertical-align: top; }
    .page-btn-area .share-box:before {
      content: '';
      width: 41px;
      height: 41px;
      display: inline-block;
      position: absolute;
      top: 1px;
      left: -47px;
      background: url("../img/page/icon_share_2x.png");
      background-size: 41px auto; }
    .page-btn-area .share-box .share-btn {
      width: 38px;
      height: 38px;
      display: inline-block;
      text-indent: -9999999px; }
      .page-btn-area .share-box .share-btn.facebook {
        background: url("../img/page/icon_fb_2x.png") no-repeat center;
        background-size: 100%; }
        .page-btn-area .share-box .share-btn.facebook:hover {
          background-image: url("../img/page/icon_fb_hover_2x.png");
          background-size: 100%; }
      .page-btn-area .share-box .share-btn.line {
        background: url("../img/page/icon_line_2x.png") no-repeat center;
        background-size: 100%;
        margin-left: 2px; }
        .page-btn-area .share-box .share-btn.line:hover {
          background-image: url("../img/page/icon_line_hover_2x.png");
          background-size: 100%; }

.page-bottom-btn-area {
  padding-top: 20px;
  border-top: 1px solid #D7D7D7; }
  .page-bottom-btn-area .page-btn-area {
    position: static;
    right: 0;
    bottom: 0;
    float: none; }
    .page-bottom-btn-area .page-btn-area .back-btn {
      float: left;
      display: inline-block;
      width: auto;
      background-color: #787878;
      border-radius: 10px;
      font-size: 16px;
      padding: 5px 48px; }
      @media screen and (min-width: 500px) {
        .page-bottom-btn-area .page-btn-area .back-btn {
          padding: 5px 72px; } }
      .page-bottom-btn-area .page-btn-area .back-btn:hover {
        background-color: #6e6e6e;
        color: #fff; }
    .page-bottom-btn-area .page-btn-area .share-box {
      float: right; }

.jump-page-box {
  margin-top: 50px;
  margin-bottom: 64px;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .jump-page-box {
      margin-top: 76px; } }
  .jump-page-box .img-area img {
    margin: 0 auto;
    width: 538px;
    height: auto;
    max-width: 100%; }
  .jump-page-box .text-area {
    text-align: center;
    font-size: 22px;
    margin-top: 22px;
    font-weight: bold; }
    .jump-page-box .text-area .ch {
      font-family: 'Microsoft JhengHei';
      color: #363636;
      font-size: 20px; }
      @media screen and (min-width: 500px) {
        .jump-page-box .text-area .ch {
          font-size: 24px; } }
    @media screen and (min-width: 992px) {
      .jump-page-box .text-area {
        margin-top: 44px; } }
    .jump-page-box .text-area #error-time {
      color: #f8971e;
      font-size: 26px; }

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

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

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

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

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

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

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

.form-control {
  border: 1px solid; }
  .form-control:not(textarea) {
    height: 35px; }
  .form-control:focus {
    box-shadow: none; }
  .form-control ::-webkit-input-placeholder {
    color: #717171;
    font-size: 15px; }
  .form-control :-moz-placeholder {
    color: #717171;
    font-size: 15px; }
  .form-control ::-moz-placeholder {
    color: #717171;
    font-size: 15px; }
  .form-control :-ms-input-placeholder {
    color: #717171;
    font-size: 15px; }

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

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

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

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

.form-group {
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border: none; }
  @media screen and (min-width: 768px) {
    .form-group.type-1 > .control-label {
      width: 100px;
      padding-left: 0;
      float: left; } }
  @media screen and (min-width: 768px) {
    .form-group.type-1 > div {
      float: left;
      width: calc(100% - 100px); } }
  .form-group .vcode-area > * {
    float: left; }
  .form-group .vcode-area > input {
    margin-bottom: 15px; }
    @media screen and (min-width: 400px) {
      .form-group .vcode-area > input {
        margin-bottom: 0;
        width: calc(100% - 35px - 10px - 35px - 10px - 114px - 10px); } }
    @media screen and (min-width: 768px) {
      .form-group .vcode-area > input {
        width: 210px; } }
  .form-group .vcode-area > .vcode_img {
    width: 114px;
    padding: 0; }
    @media screen and (min-width: 400px) {
      .form-group .vcode-area > .vcode_img {
        margin-left: 10px; } }
  .form-group .vcode-area > .vcode_refresh, .form-group .vcode-area > #auth_code_audio {
    cursor: pointer;
    margin-left: 10px;
    padding: 0;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    padding-top: 7px; }
    .form-group .vcode-area > .vcode_refresh i, .form-group .vcode-area > #auth_code_audio i {
      color: #8e8e8e;
      font-size: 18px; }
      .form-group .vcode-area > .vcode_refresh i.fa-wheelchair, .form-group .vcode-area > #auth_code_audio i.fa-wheelchair {
        font-size: 25px; }
    .form-group .vcode-area > .vcode_refresh:hover, .form-group .vcode-area > #auth_code_audio:hover {
      background-color: #e7e7e7; }
      .form-group .vcode-area > .vcode_refresh:hover i, .form-group .vcode-area > #auth_code_audio:hover i {
        color: #ffffff; }
  .form-group .vcode-area > #auth_code_audio {
    padding-left: 5px;
    padding-top: 4px; }

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

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

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

textarea {
  resize: vertical;
  overflow: auto;
  height: 120px !important; }

.form-btn-area {
  margin-top: 34px;
  text-align: center; }
  .form-btn-area .btn {
    display: block;
    width: auto;
    padding: 6px 32px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 400px) {
      .form-btn-area .btn {
        display: inline-block; } }
    .form-btn-area .btn + .btn {
      margin-top: 15px; }
      @media screen and (min-width: 400px) {
        .form-btn-area .btn + .btn {
          margin-top: 0;
          margin-left: 20px; } }

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

.home-banner-area {
  background-color: #e7e7e7; }
  .home-banner-area #home-banner-carousel {
    position: relative; }
    @media screen and (min-width: 768px) {
      .home-banner-area #home-banner-carousel .owl-box {
        position: relative;
        overflow: hidden;
        height: 34vw; } }
    @media screen and (min-width: 1170px) {
      .home-banner-area #home-banner-carousel .owl-box {
        width: 100%;
        height: 500px;
        position: relative;
        overflow: hidden; } }
    .home-banner-area #home-banner-carousel .owl-box a {
      display: block; }
    .home-banner-area #home-banner-carousel .banner-img {
      width: 100%;
      height: auto; }
      .home-banner-area #home-banner-carousel .banner-img.for-sm {
        display: none; }
      @media screen and (min-width: 768px) {
        .home-banner-area #home-banner-carousel .banner-img {
          width: auto;
          height: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
          .home-banner-area #home-banner-carousel .banner-img.for-xs {
            display: none; }
          .home-banner-area #home-banner-carousel .banner-img.for-sm {
            display: block; } }
    .home-banner-area #home-banner-carousel .owl-nav {
      display: none; }
    .home-banner-area #home-banner-carousel .owl-dots {
      position: absolute;
      bottom: 8px;
      left: 50%;
      transform: translateX(-50%); }
      @media screen and (min-width: 768px) {
        .home-banner-area #home-banner-carousel .owl-dots {
          bottom: 28px; } }
      .home-banner-area #home-banner-carousel .owl-dots .owl-dot {
        background: none;
        border: 0;
        padding: 0; }
        .home-banner-area #home-banner-carousel .owl-dots .owl-dot span {
          border-radius: 5px;
          width: 30px;
          height: 5px;
          margin: 5px 5px;
          background-color: #8d7758;
          opacity: 0.2; }
        .home-banner-area #home-banner-carousel .owl-dots .owl-dot.active span, .home-banner-area #home-banner-carousel .owl-dots .owl-dot:hover span {
          opacity: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-area {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list-area ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0; }
  .list-area a {
    display: block; }
    .list-area a:hover .title-area {
      text-decoration: underline;
      color: #f8971e; }
  .list-area .date {
    font-size: 15px;
    display: inline-block;
    color: #5fa481;
    line-height: 1;
    margin-bottom: 5px; }
  .list-area .title-area {
    font-size: 16px;
    color: #4e4e4e;
    line-height: 1.5; }
    @media screen and (min-width: 768px) {
      .list-area .title-area {
        font-size: 18px; } }
  .list-area .desc-area, .list-area .source-area {
    font-size: 15px;
    color: #787878;
    line-height: 1.7; }
  .list-area .acart-proportion-box {
    position: relative; }
    .list-area .acart-proportion-box:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: rgba(0, 0, 0, 0.05) 1px solid; }
    .list-area .acart-proportion-box.no-border:before {
      display: none; }
  .list-area .row.type-1 [class*='col'] {
    margin-bottom: 24px; }
    @media screen and (min-width: 768px) {
      .list-area .row.type-1 [class*='col'] {
        margin-bottom: 50px; } }
  .list-area .media-list {
    font-size: 0; }
    .list-area .media-list .title-area {
      margin: 0; }
      @media screen and (min-width: 992px) {
        .list-area .media-list .title-area {
          margin: 4px 0 8px 0; } }
    .list-area .media-list.type-1 {
      position: relative; }
      .list-area .media-list.type-1 .media-area {
        height: 100%;
        position: relative;
        width: 112px;
        display: inline-block; }
        @media screen and (min-width: 700px) {
          .list-area .media-list.type-1 .media-area {
            width: 35%;
            display: inline-block; } }
        @media screen and (min-width: 992px) {
          .list-area .media-list.type-1 .media-area {
            width: 220px; } }
        @media screen and (min-width: 1200px) {
          .list-area .media-list.type-1 .media-area {
            width: 268px; } }
      .list-area .media-list.type-1 .content-area {
        position: relative;
        width: calc(100% - 112px);
        display: inline-block;
        vertical-align: top;
        padding-left: 12px; }
        @media screen and (min-width: 700px) {
          .list-area .media-list.type-1 .content-area {
            width: calc(100% - 35%);
            display: inline-block;
            vertical-align: top;
            height: 100%;
            padding-left: 12px;
            margin-top: 0; } }
        @media screen and (min-width: 992px) {
          .list-area .media-list.type-1 .content-area {
            width: calc(100% - 220px); } }
        @media screen and (min-width: 1200px) {
          .list-area .media-list.type-1 .content-area {
            width: calc(100% - 268px); } }
      .list-area .media-list.type-1 .btn-area {
        text-align: right;
        margin-top: 10px; }
        @media screen and (min-width: 700px) {
          .list-area .media-list.type-1 .btn-area {
            position: absolute;
            right: 0;
            bottom: 0;
            margin-top: 0; } }
        .list-area .media-list.type-1 .btn-area .download-btn {
          width: auto;
          padding: 6px 27px; }
          @media screen and (min-width: 700px) {
            .list-area .media-list.type-1 .btn-area .download-btn {
              padding: 9px 27px; } }
    @media screen and (min-width: 768px) {
      .list-area .media-list.type-2 {
        height: auto; } }
    .list-area .media-list.type-2 .media-area {
      height: 100%;
      width: 112px;
      display: inline-block;
      position: relative; }
      @media screen and (min-width: 500px) {
        .list-area .media-list.type-2 .media-area {
          width: 35%; } }
      @media screen and (min-width: 768px) {
        .list-area .media-list.type-2 .media-area {
          display: block;
          width: auto; } }
    .list-area .media-list.type-2 .content-area {
      position: relative;
      display: inline-block;
      width: calc(100% - 112px);
      vertical-align: top;
      height: 100%;
      padding-left: 12px; }
      @media screen and (min-width: 500px) {
        .list-area .media-list.type-2 .content-area {
          width: calc(100% - 35%); } }
      @media screen and (min-width: 768px) {
        .list-area .media-list.type-2 .content-area {
          display: block;
          margin-top: 10px;
          width: auto;
          padding-left: 0px; } }
    .list-area .media-list.type-3 {
      position: relative; }
      .list-area .media-list.type-3 .media-area {
        height: 100%;
        position: relative; }
        @media screen and (min-width: 700px) {
          .list-area .media-list.type-3 .media-area {
            width: 35%;
            display: inline-block; } }
        @media screen and (min-width: 992px) {
          .list-area .media-list.type-3 .media-area {
            width: 220px; } }
        @media screen and (min-width: 1200px) {
          .list-area .media-list.type-3 .media-area {
            width: 268px; } }
        .list-area .media-list.type-3 .media-area .acart-proportion-box:before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: rgba(0, 0, 0, 0.05) 1px solid; }
      .list-area .media-list.type-3 .content-area {
        position: relative;
        margin-top: 10px; }
        @media screen and (min-width: 700px) {
          .list-area .media-list.type-3 .content-area {
            width: calc(100% - 35%);
            display: inline-block;
            vertical-align: top;
            height: 100%;
            padding-left: 12px;
            margin-top: 0; } }
        @media screen and (min-width: 992px) {
          .list-area .media-list.type-3 .content-area {
            width: calc(100% - 220px); } }
        @media screen and (min-width: 1200px) {
          .list-area .media-list.type-3 .content-area {
            width: calc(100% - 268px); } }
      .list-area .media-list.type-3 .btn-area {
        text-align: right;
        margin-top: 10px; }
        @media screen and (min-width: 700px) {
          .list-area .media-list.type-3 .btn-area {
            position: absolute;
            right: 0;
            bottom: 0;
            margin-top: 0; } }
        .list-area .media-list.type-3 .btn-area .download-btn {
          display: inline-block;
          width: auto;
          padding: 6px 27px; }
          @media screen and (min-width: 700px) {
            .list-area .media-list.type-3 .btn-area .download-btn {
              padding: 9px 27px; } }
    .list-area .media-list.type-4 .content-area {
      margin-top: 15px; }
      .list-area .media-list.type-4 .content-area .desc-area {
        margin-top: 6px; }

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