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

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

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

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

.color-main-3 {
  color: #616A51;
}

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

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

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

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

.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;
  }
}
.container.detail-container {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .container.detail-container {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .container.detail-container {
    width: 1000px;
  }
}

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

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

.article-area iframe, #tinymce iframe {
  max-width: 100%;
  border: 0;
}
.article-area img, #tinymce img {
  height: auto;
  max-width: 100%;
}
.article-area h3, #tinymce h3 {
  color: #D26719;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 10px;
}
.article-area h4, #tinymce h4 {
  color: #5F504C;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 10px;
}
.article-area h5, #tinymce h5 {
  color: #616A51;
  font-size: 19px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 10px;
}
.article-area h6, #tinymce h6 {
  color: #DA926A;
  font-size: 19px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 10px;
}
.article-area p, #tinymce p {
  margin-bottom: 30px;
}
.article-area a, #tinymce a {
  color: #DB8449;
}
.article-area a:hover, #tinymce a:hover {
  text-decoration: underline;
}
.article-area ul, #tinymce ul {
  padding: 0;
  list-style: none !important;
  margin-bottom: 30px;
}
.article-area ul > li, #tinymce ul > li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
.article-area ul > li:before, #tinymce ul > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: -2px;
  background: url("../img/page/ul_li_2x.png") center no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
}
.article-area ol, #tinymce ol {
  padding: 0;
  list-style: none !important;
  counter-reset: ol-item;
  margin-bottom: 30px;
}
.article-area ol > li, #tinymce ol > li {
  display: block;
  padding-left: 26px;
  position: relative;
  margin-bottom: 10px;
}
.article-area ol > li:before, #tinymce ol > li:before {
  position: absolute;
  text-align: right;
  left: 0;
  top: 4px;
  content: counter(ol-item) ".";
  counter-increment: ol-item;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
  padding-left: 0;
  min-width: 22px;
  color: #D26719;
}
.article-area table, #tinymce table {
  max-width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.article-area table tr th, #tinymce table tr th, .article-area table tr td, #tinymce table tr td {
  border: #E0C5AD solid 1px;
  font-size: 16px;
  line-height: 1.6;
  padding: 15px;
  font-weight: normal;
  text-align: left;
  color: #424242;
}
.article-area table tr th, #tinymce table tr th {
  background-color: #F1E0D0;
}

.breadcrumbs {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 25px;
  padding-left: 23px;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    margin-bottom: 35px;
  }
}
.breadcrumbs:before {
  content: "";
  background: url("../img/button/button_home_2x.png") top 50% left no-repeat;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: -2px;
  left: 0;
}
.breadcrumbs a {
  color: #5F504C;
  margin-right: 10px;
}
.breadcrumbs span {
  margin-right: 10px;
  color: #D26719;
}
.breadcrumbs i {
  color: #5F504C;
  font-size: 16px;
  margin-right: 10px;
}
.breadcrumbs.loc-float {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 5;
}

.page_list {
  text-align: center;
  position: relative;
  z-index: 1;
  /*.arr{
    position: relative;
    width: 28px;
    @media screen and (min-width: $screen_sm_width){
      width: 78px;
    }
    a{
      &:hover{
        background-color: transparent;
        // &:before{
        //   background: url('../img/list/icon_pre_2x_hover.png') no-repeat center;
        //   background-size: 16px; 
        //   z-index: 1;    
        // }
      }
    }
  }
  .arr.left{
    margin-right: 8px; // 15-7
    @media screen and (min-width: $screen_sm_width){
      margin-right: 1px;
    }
  }
  .arr.right{
    margin-left: 10px;
  }*/
}
.page_list ul {
  margin: 0;
}
.page_list ul li {
  cursor: pointer;
  display: inline-block;
  width: 34px;
  height: 34px;
}
.page_list ul li + li {
  margin-left: 15px;
}
.page_list ul li > span, .page_list ul li > a {
  position: relative;
  background-color: transparent;
  border: 1px solid #DA926A;
  font-size: 17px;
  line-height: 1;
  color: #DA926A;
  padding: 8px 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50% !important;
}
.page_list ul li > span i, .page_list ul li > a i {
  font-size: 18px;
  position: relative;
  bottom: 1px;
}
.page_list ul li > span.selected, .page_list ul li > span:hover, .page_list ul li > span:focus, .page_list ul li > a.selected, .page_list ul li > a:hover, .page_list ul li > a:focus {
  color: #FFF;
  background-color: #DA926A;
  border-color: #DA926A;
}
.page_list ul li.arr {
  width: 60px;
  font-size: 0;
}
.page_list ul li.arr > span, .page_list ul li.arr > a {
  border-radius: 17px !important;
}
.page_list ul li.arr.right > span, .page_list ul li.arr.right > a {
  background: url("../img/button/button_arrow_red_2x.png") center no-repeat;
  background-size: 31px 19px;
}
.page_list ul li.arr.right > span.selected, .page_list ul li.arr.right > span:hover, .page_list ul li.arr.right > span:focus, .page_list ul li.arr.right > a.selected, .page_list ul li.arr.right > a:hover, .page_list ul li.arr.right > a:focus {
  background: url("../img/button/button_arrow_white_2x.png") #DA926A center no-repeat;
  background-size: 31px 19px;
}
.page_list ul li.arr.left > span, .page_list ul li.arr.left > a {
  background: url("../img/button/button_arrow_red_2x.png") center no-repeat;
  background-size: 31px 19px;
  transform-origin: center;
  transform: rotate(180deg);
}
.page_list ul li.arr.left > span.selected, .page_list ul li.arr.left > span:hover, .page_list ul li.arr.left > span:focus, .page_list ul li.arr.left > a.selected, .page_list ul li.arr.left > a:hover, .page_list ul li.arr.left > a:focus {
  background: url("../img/button/button_arrow_white_2x.png") #DA926A center no-repeat;
  background-size: 31px 19px;
}

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

#to-top {
  width: 45px;
  height: 52.2px;
  display: none;
  background: url("../img/footer/gotop_2x.png") center no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 3;
  text-align: center;
  font-size: 0;
  position: fixed;
  bottom: 40px;
  left: calc(100% - 15px);
  transform: translateX(-100%);
  z-index: 98;
}
@media screen and (min-width: 768px) {
  #to-top {
    width: 75px;
    height: 87px;
  }
}
@media screen and (min-width: 1200px) {
  #to-top {
    bottom: 40px;
  }
}
#to-top.bot {
  position: absolute;
  bottom: auto;
  top: -92px;
}
@media screen and (min-width: 768px) {
  #to-top.bot {
    top: -126px;
  }
}

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

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

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

.alert-red {
  color: red;
}

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

/*modal*/
.modal {
  background: rgba(0, 0, 0, 0.2);
}
.modal .modal-dialog {
  width: 100%;
  max-height: 700px;
  height: calc(100vh - 20px);
}
@media screen and (min-width: 768px) {
  .modal .modal-dialog {
    width: 605px;
  }
}
.modal .modal-dialog .modal-content {
  border-radius: 20px;
  padding: 25px;
  background-color: #FFFAF2;
}
.modal .modal-dialog .modal-content .modal-header {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  border-bottom: 1px solid #F1E0D0;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
  margin-bottom: 20px;
}
.modal .modal-dialog .modal-content .modal-footer {
  border-top: 0;
  padding: 0;
  text-align: center;
}
.modal .modal-dialog .modal-content .modal-footer .btn + .btn {
  margin-left: 20px;
}
.modal button.close {
  position: absolute;
  top: 25px;
  right: 25px;
  background: url("../img/button/dialog_close_btn_2x.png") center no-repeat;
  background-size: 24px 20px;
  width: 24px;
  height: 20px;
  opacity: 1;
  font-size: 0;
}
.modal .search-tag-box {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 20px;
}
.modal .search-tag-box .customize-checkbox-style {
  margin-top: 0;
  margin-bottom: 20px;
  width: calc(50% - 20px);
}
@media screen and (min-width: 500px) {
  .modal .search-tag-box .customize-checkbox-style {
    width: calc(33.3333333333% - 20px);
  }
}

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

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

/*
=================================================================
(#m02-1hds) HEADER
=================================================================
*/
.fixed-height.is-sticky {
  z-index: 99 !important;
  position: fixed !important;
  width: 100%;
}
.fixed-height.is-sticky .top-area {
  display: block;
}

.fixed-height {
  background: #FFFAF2;
  height: 60px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1200px) {
  .fixed-height {
    height: 65px;
  }
}
.fixed-height .container {
  height: 100%;
}

header.website {
  width: 100%;
  top: 0;
  left: 0;
  background: white;
  position: relative;
  z-index: 99;
}
header.website h1 {
  margin: 0;
}
header.website .lg-header-area {
  position: relative;
  height: 100%;
  width: 100%;
}
header.website .lg-header-area .top-area {
  height: 100%;
}
header.website .lg-header-area .top-area .lg-logo-area {
  padding-top: 12px;
  float: left;
}
header.website .lg-header-area .top-area .lg-logo-area img {
  width: 120px;
}
header.website .lg-header-area .top-area .top-right-area {
  float: right;
  display: flex;
  align-items: center;
  height: 100%;
}
header.website .lg-header-area .top-area nav {
  display: flex;
  align-items: center;
  height: 100%;
}
header.website .lg-header-area .top-area .header-btn-area {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
header.website .lg-header-area .top-area .header-btn-area .social-btn {
  width: 28px;
  height: 28px;
  font-size: 0;
}
header.website .lg-header-area .top-area .header-btn-area .social-btn + .social-btn {
  margin-left: 15px;
}
header.website .lg-header-area .top-area .header-btn-area .social-btn.ig {
  background: url("../img/header/button_header_ig_2x.png") center no-repeat;
  background-size: 28px 28px;
}
header.website .lg-header-area .top-area .header-btn-area .social-btn.ig:hover {
  background: url("../img/header/button_header_ig_hover_2x.png") center no-repeat;
  background-size: 28px 28px;
}
header.website .lg-header-area .top-area .header-btn-area .social-btn.fb {
  background: url("../img/header/button_header_fb_2x.png") center no-repeat;
  background-size: 28px 28px;
}
header.website .lg-header-area .top-area .header-btn-area .social-btn.fb:hover {
  background: url("../img/header/button_header_fb_hover_2x.png") center no-repeat;
  background-size: 28px 28px;
}
header.website .lg-header-area .top-area .header-btn-area .social-btn.yt {
  background: url("../img/header/button_header_yt_2x.png") center no-repeat;
  background-size: 28px 28px;
}
header.website .lg-header-area .top-area .header-btn-area .social-btn.yt:hover {
  background: url("../img/header/button_header_yt_hover_2x.png") center no-repeat;
  background-size: 28px 28px;
}
header.website .lg-header-area .top-area .header-btn-area .social-btn.search {
  background: url("../img/header/button_header_search_2x.png") center no-repeat;
  background-size: 28px 28px;
}
header.website .lg-header-area .top-area .header-btn-area .social-btn.search:hover {
  background: url("../img/header/button_header_search_hover_2x.png") center no-repeat;
  background-size: 28px 28px;
}
header.website .lg-header-area .top-area .header-btn-area .donate {
  margin-left: 15px;
}

.header-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  display: inline-block;
}
.header-nav .header-nav2 {
  display: none;
  padding: 0px;
  list-style: none;
}
.header-nav a {
  font-family: "Microsoft JhengHei";
}
.header-nav > li {
  float: left;
  position: relative;
  height: 100%;
}
.header-nav > li + li {
  margin-left: 30px;
}
.header-nav > li > a {
  font-size: 17px;
  color: #433632;
  line-height: 1;
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-nav > li > a:focus ~ .header-nav2 {
  display: block;
}
.header-nav > li.open .header-nav2 {
  display: block;
}
.header-nav > li.open > a, .header-nav > li:hover > a, .header-nav > li.active > a {
  color: #D26719;
}
.header-nav > li:hover .header-nav2 {
  display: block;
}
.header-nav .header-nav2 {
  width: 100%;
  position: absolute;
  top: 100%;
  box-shadow: 0px 4px 6px 0 rgba(0, 0, 0, 0.15);
  left: 0;
  background: #FFF;
  width: 140px;
  top: 100%;
  padding: 20px 25px;
  border-radius: 0 0 20px 20px;
}
.header-nav .header-nav2 > li > a {
  position: relative;
  font-size: 15px;
  line-height: 1;
  display: block;
  color: #5F504C;
}
.header-nav .header-nav2 > li > a:hover, .header-nav .header-nav2 > li > a.active {
  color: #D26719;
}
.header-nav .header-nav2 > li + li a {
  margin-top: 25px;
}

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

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

div#mb-sidebar {
  display: none;
  position: fixed;
  width: 100%;
  top: -100%;
  z-index: 25;
  background: #FFFAF2;
  padding-bottom: 20px;
}
div#mb-sidebar .slimScrollDiv {
  width: 100%;
}
div#mb-sidebar.hidden-sidebar {
  display: block;
  top: -100%;
  padding-bottom: 0;
  -webkit-animation-name: hiddensidebar;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-duration: 0.5s;
  animation-name: hiddensidebar;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
}
div#mb-sidebar.show-sidebar {
  display: block;
  top: 60px;
  height: calc(100vh + 75px);
  -webkit-animation-name: showsidebar;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-duration: 0.5s;
  animation-name: showsidebar;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
}
@media screen and (min-width: 1200px) {
  div#mb-sidebar {
    display: none;
  }
  div#mb-sidebar.show-sidebar {
    display: none;
  }
}
div#mb-sidebar .sidebar-top.english .dropdown {
  width: 100%;
}
div#mb-sidebar .sidebar-top.english .share-box {
  display: none;
}

@-webkit-keyframes hiddensidebar {
  0% {
    top: 60px;
  }
  100% {
    top: -100%;
  }
}
@-moz-keyframes hiddensidebar {
  0% {
    top: 60px;
  }
  100% {
    top: -100%;
  }
}
@-ms-keyframes hiddensidebar {
  0% {
    top: 60px;
  }
  100% {
    top: -100%;
  }
}
@keyframes hiddensidebar {
  0% {
    top: 60px;
  }
  100% {
    top: -100%;
  }
}
@-webkit-keyframes showsidebar {
  0% {
    top: -100%;
  }
  100% {
    top: 60px;
  }
}
@-moz-keyframes showsidebar {
  0% {
    top: -100%;
  }
  100% {
    top: 60px;
  }
}
@-ms-keyframes showsidebar {
  0% {
    top: -100%;
  }
  100% {
    top: 60px;
  }
}
@keyframes showsidebar {
  0% {
    top: -100%;
  }
  100% {
    top: 60px;
  }
}
div.sidebar-content {
  padding-bottom: 60px;
  position: relative;
  margin-bottom: 25px;
}
div.sidebar-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
div.sidebar-content ul li a {
  display: block;
  padding: 15px 16px 7px 16px;
  font-family: "Microsoft JhengHei";
}
div.sidebar-content ul li a.active ~ ul {
  display: block;
}
div.sidebar-content ul li.sidebar-btn-wrapper {
  padding: 0 15px 15px;
}
div.sidebar-content ul.layer-1 > li {
  text-align: center;
}
div.sidebar-content ul.layer-1 > li > a > span {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 8px;
}
div.sidebar-content ul.layer-1 > li > a:hover > span, div.sidebar-content ul.layer-1 > li > a.open > span {
  padding-bottom: 6px;
  border-bottom: 2px solid #D26719;
}
div.sidebar-content ul.layer-1 > li > a.sidebar-nav-menu > span {
  position: relative;
}
div.sidebar-content ul.layer-1 > li > a.sidebar-nav-menu > span:after {
  content: "";
  position: absolute;
  top: 3px;
  left: calc(100% + 44px);
  background: url("../img/button/sidebar_arrow_2x.png") center no-repeat;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
}
div.sidebar-content ul.layer-1 > li > a.sidebar-nav-menu.open > span:after {
  background: url("../img/button/sidebar_arrow_hover_2x.png") center no-repeat;
  background-size: 18px 18px;
}
div.sidebar-content ul.layer-2 {
  padding: 7px 0;
  margin-top: 8px;
  background: #F9EFDF;
}
div.sidebar-content ul.layer-2 > li {
  position: relative;
}
div.sidebar-content ul.layer-2 > li:not(:first-of-type) {
  border-top: 0 !important;
}
div.sidebar-content ul.layer-2 > li > a {
  padding: 13px 30px;
  position: relative;
}
div.sidebar-content ul.layer-3 > li {
  position: relative;
}
div.sidebar-content ul.layer-3 > li > a {
  padding-left: 44px;
}
div.sidebar-content ul.layer-3 > li > a.active {
  color: #ca6f27;
}
div.sidebar-content ul.layer-1 > li > a {
  font-size: 20px;
  color: #433632;
  position: relative;
  line-height: 1;
}
div.sidebar-content ul.layer-1 > li > a:hover, div.sidebar-content ul.layer-1 > li > a.open {
  color: #D26719;
}
div.sidebar-content ul.layer-2 > li > a {
  font-size: 15px;
  color: #433632;
  position: relative;
  line-height: 1;
}
div.sidebar-content ul.layer-2 > li > a:hover, div.sidebar-content ul.layer-2 > li > a.open {
  color: #D26719;
}
div.sidebar-content ul.layer-3 > li > a {
  font-size: 15px;
  background: #FED796;
  position: relative;
  line-height: 1;
}
div.sidebar-content ul.layer-3 > li > a:hover, div.sidebar-content ul.layer-3 > li > a.open {
  background: #FED796;
}
div.sidebar-content > ul {
  display: block;
}

.social-btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 20px;
  border-bottom: 2px solid #F1E0D0;
}
.social-btn-area .social-btn {
  width: 35px;
  height: 35px;
  font-size: 0;
  padding: 0;
}
.social-btn-area .social-btn + .social-btn {
  margin-left: 20px;
}
.social-btn-area .social-btn.ig {
  background: url("../img/header/button_header_ig_2x.png") center no-repeat;
  background-size: 35px 35px;
}
.social-btn-area .social-btn.ig:hover {
  background: url("../img/header/button_header_ig_hover_2x.png") center no-repeat;
  background-size: 35px 35px;
}
.social-btn-area .social-btn.fb {
  background: url("../img/header/button_header_fb_2x.png") center no-repeat;
  background-size: 35px 35px;
}
.social-btn-area .social-btn.fb:hover {
  background: url("../img/header/button_header_fb_hover_2x.png") center no-repeat;
  background-size: 35px 35px;
}
.social-btn-area .social-btn.yt {
  background: url("../img/header/button_header_yt_2x.png") center no-repeat;
  background-size: 35px 35px;
}
.social-btn-area .social-btn.yt:hover {
  background: url("../img/header/button_header_yt_hover_2x.png") center no-repeat;
  background-size: 35px 35px;
}
.social-btn-area .social-btn.search {
  background: url("../img/header/button_header_search_2x.png") center no-repeat;
  background-size: 35px 35px;
}
.social-btn-area .social-btn.search:hover {
  background: url("../img/header/button_header_search_hover_2x.png") center no-repeat;
  background-size: 35px 35px;
}

/*
=================================================================
(#m02-2fts) FOOTER
=================================================================
*/
footer.website {
  position: relative;
  background-color: #616A51;
  margin-top: 140px;
}
footer.website .top-area {
  padding: 50px 0;
}
@media screen and (min-width: 992px) {
  footer.website .top-area {
    padding: 60px 0;
  }
}
footer.website .top-area .footer-box-group {
  display: flex;
  flex-direction: column;
}
footer.website .top-area .footer-box-group .footer-box {
  flex: 1;
}
footer.website .top-area .footer-box-group .footer-box.left {
  margin-bottom: 25px;
}
footer.website .top-area .footer-box-group .footer-box.right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer.website .top-area .footer-box-group .footer-box.right .footer-btn-area {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  footer.website .top-area .footer-box-group {
    flex-direction: row;
  }
  footer.website .top-area .footer-box-group .footer-box.left {
    padding-right: 10px;
    margin-bottom: 0;
  }
  footer.website .top-area .footer-box-group .footer-box.right {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  footer.website .top-area .footer-box-group {
    align-items: flex-end;
  }
  footer.website .top-area .footer-box-group .footer-box.right {
    flex-direction: row;
    align-items: flex-end;
    margin-left: 98px;
  }
  footer.website .top-area .footer-box-group .footer-box.right .footer-btn-area {
    margin-bottom: 0;
  }
  footer.website .top-area .footer-box-group .footer-box.right .lottery-logo-area {
    margin-left: 77px;
  }
}
footer.website .top-area .info {
  font-size: 15px;
  line-height: 1;
  color: #FFF;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
footer.website .top-area .info + .info {
  margin-top: 10px;
}
footer.website .top-area .info a {
  color: #FFF;
}
footer.website .top-area .official-logo-area {
  margin-bottom: 20px;
}
footer.website .top-area .official-logo-area img {
  max-width: 100%;
  width: 225px;
}
footer.website .top-area .lottery-logo-area {
  text-align: left;
}
footer.website .top-area .lottery-logo-area img {
  max-width: 100%;
  width: 220px;
}
@media screen and (min-width: 768px) {
  footer.website .top-area .lottery-logo-area img {
    max-width: none;
  }
}
@media screen and (min-width: 1200px) {
  footer.website .top-area .lottery-logo-area {
    text-align: right;
  }
}
footer.website .top-area .social-link-group {
  display: flex;
  margin-bottom: 25px;
  justify-content: center;
}
footer.website .top-area .social-link-group .social-btn {
  width: 40px;
  height: 40px;
}
footer.website .top-area .social-link-group .social-btn + .social-btn {
  margin-left: 15px;
}
footer.website .top-area .social-link-group .social-btn.ig {
  background: url("../img/footer/button_footer_ig_2x.png") center no-repeat;
  background-size: 40px 40px;
}
footer.website .top-area .social-link-group .social-btn.ig:hover {
  background: url("../img/footer/button_footer_ig_hover_2x.png") center no-repeat;
  background-size: 40px 40px;
}
footer.website .top-area .social-link-group .social-btn.fb {
  background: url("../img/footer/button_footer_fb_2x.png") center no-repeat;
  background-size: 40px 40px;
}
footer.website .top-area .social-link-group .social-btn.fb:hover {
  background: url("../img/footer/button_footer_fb_hover_2x.png") center no-repeat;
  background-size: 40px 40px;
}
footer.website .top-area .social-link-group .social-btn.yt {
  background: url("../img/footer/button_footer_yt_2x.png") center no-repeat;
  background-size: 40px 40px;
}
footer.website .top-area .social-link-group .social-btn.yt:hover {
  background: url("../img/footer/button_footer_yt_hover_2x.png") center no-repeat;
  background-size: 40px 40px;
}
@media screen and (min-width: 768px) {
  footer.website .top-area .social-link-group {
    justify-content: flex-start;
    margin-bottom: 20px;
  }
}
footer.website .top-area .website-libk-group {
  display: flex;
  flex-direction: column;
}
footer.website .top-area .website-libk-group .btn {
  width: 188px;
}
footer.website .top-area .website-libk-group .btn + .btn {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  footer.website .top-area .website-libk-group {
    flex-direction: row;
  }
  footer.website .top-area .website-libk-group .btn + .btn {
    margin-top: 0;
    margin-left: 15px;
  }
}
footer.website .bottom-area {
  line-height: 1.3;
  font-size: 15px;
  padding-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer.website .bottom-area {
    display: flex;
    justify-content: space-between;
  }
}
footer.website .bottom-area .copyright-area {
  color: #FFF;
  opacity: 0.6;
}
footer.website .bottom-area a {
  color: #FFF;
  display: inline-block;
  padding-top: 5px;
}
footer.website .bottom-area a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  footer.website .bottom-area a {
    padding-top: 0;
  }
}
footer.website .bottom-area .acart-area {
  color: #FFF;
  margin-left: auto;
  opacity: 0.6;
}

/*
=================================================================
(#m03mcs) MAIN CONTENT
=================================================================
*/
.btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  width: auto;
  height: 40px;
  padding: 12px 30px;
  border-radius: 32px;
  color: #fff;
  background: #DB8449;
  border: 0;
  position: relative;
  font-family: "Microsoft JhengHei";
}
.btn:hover, .btn:focus, .btn.active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), #DB8449;
  color: #fff;
  box-shadow: none;
}
.btn.light {
  background: #DA926A;
}
.btn.light:hover, .btn.light:focus, .btn.light.active {
  background: #C57C5C;
}
.btn.white {
  border: 1px solid #616A51;
  background: #FFF;
  color: #616A51;
}
.btn.white:hover, .btn.white:focus, .btn.white.active {
  background: #616A51;
  color: #FFF;
}
.btn.transparent {
  border: 1px solid #616A51;
  background: transparent;
  color: #616A51;
}
.btn.transparent:hover, .btn.transparent:focus, .btn.transparent.active {
  background: #616A51;
  color: #FFF;
}
.btn.donate {
  height: 34px;
  font-size: 15px;
  padding: 9px 12px 8px 31px;
}
.btn.donate:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 10px;
  width: 16px;
  height: 16px;
  background: url("../img/header/icon_header_donate_2x.png") center no-repeat;
  background-size: 16px 16px;
}
@media screen and (min-width: 1200px) {
  .btn.donate {
    font-size: 16px;
    padding: 10px 20px 10px 36px;
  }
  .btn.donate:before {
    top: 10px;
    left: 15px;
  }
}
.btn.filter {
  height: 35px;
  padding: 10px 12px;
  padding-left: 33px;
}
.btn.filter:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 12px;
  width: 16px;
  height: 14px;
  background: url("../img/button/icon_filter_2x.png") center no-repeat;
  background-size: 16px 14px;
}

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

#page-container {
  overflow: hidden;
}

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

.page-banner-area {
  width: 100%;
  position: relative;
  height: 350px;
  background: #F1E0D0;
}
@media screen and (min-width: 768px) {
  .page-banner-area {
    height: 350px;
    padding-bottom: 0;
  }
}
.page-banner-area .page-banner-proportion {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/banner/banner_page_xs.jpg") 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .page-banner-area .page-banner-proportion {
    left: 50%;
    transform: translateX(-50%);
    background: url("../img/banner/banner_page_lg.jpg") 50% 50% no-repeat;
    background-size: 1920px 350px;
  }
}
.page-banner-area .page-banner-proportion.about {
  background: url("../img/banner/banner_about_xs.jpg?cache_1677045770") center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .page-banner-area .page-banner-proportion.about {
    background: url("../img/banner/banner_about_lg.jpg?cache_1677045770") center no-repeat;
    background-size: 1920px 350px;
  }
}
.page-banner-area .page-banner-proportion.consult_issue {
  background: url("../img/banner/banner_consult_issue_xs.jpg?cache_1677045770") center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .page-banner-area .page-banner-proportion.consult_issue {
    background: url("../img/banner/banner_consult_issue_lg.jpg?cache_1677045770") center no-repeat;
    background-size: 1920px 350px;
  }
}
.page-banner-area .page-banner-proportion.want_consult {
  background: url("../img/banner/banner_want_consult_xs.jpg?cache_1677045770") center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .page-banner-area .page-banner-proportion.want_consult {
    background: url("../img/banner/banner_want_consult_lg.jpg?cache_1677045770") center no-repeat;
    background-size: 1920px 350px;
  }
}
.page-banner-area .page-banner-proportion.resource_support {
  background: url("../img/banner/banner_resource_support_xs.jpg?cache_1677045770") center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .page-banner-area .page-banner-proportion.resource_support {
    background: url("../img/banner/banner_resource_support_lg.jpg?cache_1677045770") center no-repeat;
    background-size: 1920px 350px;
  }
}
.page-banner-area .page-banner-proportion.related_unit {
  background: url("../img/banner/banner_related_unit_xs.jpg?cache_1677045770") center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .page-banner-area .page-banner-proportion.related_unit {
    background: url("../img/banner/banner_related_unit_lg.jpg?cache_1677045770") center no-repeat;
    background-size: 1920px 350px;
  }
}
.page-banner-area .page-banner-text-area {
  position: absolute;
  top: 128px;
  left: 20%;
}
@media screen and (min-width: 1200px) {
  .page-banner-area .page-banner-text-area {
    left: calc(50% - 362px);
    transform: translateX(-50%);
  }
}
.page-banner-area .page-banner-text-area .banner-title {
  font-size: 32px;
  color: #433632;
  line-height: 35px;
  position: relative;
  display: inline-block;
}

.page-title-area {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
.page-title-area .page-title {
  position: relative;
  padding-top: 44px;
  z-index: 2;
}
.page-title-area .page-title .eng-title {
  font-size: 56px;
  line-height: 1;
  color: #F1E0D0;
  font-family: "Courier New";
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  white-space: nowrap;
}
.page-title-area .page-title .ch-title {
  font-size: 28px;
  line-height: 1;
  color: #433632;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .page-title-area .page-title .eng-title {
    font-size: 64px;
  }
  .page-title-area .page-title .ch-title {
    font-size: 32px;
    line-height: 35px;
  }
}
.page-title-area.home-intro {
  margin-bottom: 12px;
}
.page-title-area.home-intro .page-title .eng-title {
  color: #FFFAF2;
}
@media screen and (min-width: 768px) {
  .page-title-area.home-intro {
    margin-bottom: 10px;
  }
}

.page-intro-area {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-intro-area {
    margin-bottom: 35px;
  }
}
.page-intro-area.index {
  margin-bottom: 30px;
}

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

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

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

.article-area, #tinymce {
  overflow: visible;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .article-area, #tinymce {
    margin-bottom: 50px;
  }
}

.page-btn-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.page-btn-area .btn {
  width: 154px;
}
.page-btn-area .btn + .btn {
  margin-top: 10px;
}
.page-btn-area.al-left {
  flex-direction: row;
  justify-content: flex-start;
}
.page-btn-area.flr .share-box {
  margin-left: auto;
}
@media screen and (min-width: 400px) {
  .page-btn-area {
    flex-direction: row;
  }
  .page-btn-area .btn + .btn {
    margin-top: 0;
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .page-btn-area .btn + .btn {
    margin-left: 30px;
  }
}

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

.jump-page-box {
  margin-top: 40px;
}
.jump-page-box .img-area {
  text-align: center;
  margin-bottom: 65px;
}
.jump-page-box .img-area img {
  max-width: 100%;
  width: 250px;
}
.jump-page-box .text-area {
  margin-bottom: 40px;
  text-align: center;
}
.jump-page-box .btn-area {
  text-align: center;
}
.jump-page-box .btn-area .btn {
  width: 138px;
}

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

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

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

.consult-issue-list-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 30px;
  max-width: 355px;
  margin: 0 auto;
}
.consult-issue-list-area .consult-issue-list {
  margin-bottom: 40px;
}
.consult-issue-list-area .consult-issue-list:hover .image-area img {
  transform: scale(1.1);
}
.consult-issue-list-area .consult-issue-list:hover .btn-area .btn {
  background: #616A51;
  color: #FFF;
}
@media screen and (min-width: 625px) {
  .consult-issue-list-area {
    column-gap: 64px;
    max-width: 918px;
  }
  .consult-issue-list-area .consult-issue-list {
    margin-bottom: 60px;
  }
}
.consult-issue-list-area .image-area {
  margin-bottom: 5px;
  text-align: center;
}
.consult-issue-list-area .image-area img {
  transition: transform 0.3s;
  max-width: 100%;
  width: 158px;
}
@media screen and (min-width: 625px) {
  .consult-issue-list-area .image-area {
    margin-bottom: 10px;
  }
  .consult-issue-list-area .image-area img {
    width: 250px;
  }
}
.consult-issue-list-area .btn-area {
  text-align: center;
}
.consult-issue-list-area .btn-area .btn {
  font-size: 17px;
  padding: 12px 30px;
  height: 41px;
}
@media screen and (min-width: 625px) {
  .consult-issue-list-area .btn-area .btn {
    font-size: 20px;
    height: 44px;
  }
}

.detail-banner-area {
  position: relative;
  width: 100%;
  background: #F1E0D0;
  padding-top: 56px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .detail-banner-area {
    padding-top: 66px;
    padding-bottom: 65px;
  }
}
.detail-banner-area .page-title-area {
  margin-bottom: 20px;
}
.detail-banner-area .page-title-area .page-title {
  padding-top: 25px;
}
.detail-banner-area .page-title-area .page-title .eng-title {
  font-size: 20px;
  line-height: 1;
}
@media screen and (min-width: 320px) {
  .detail-banner-area .page-title-area .page-title .eng-title {
    font-size: calc(20px + 20 * (100vw - 320px) / 320);
  }
}
@media screen and (min-width: 640px) {
  .detail-banner-area .page-title-area .page-title .eng-title {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) {
  .detail-banner-area .page-title-area {
    margin-bottom: 40px;
  }
  .detail-banner-area .page-title-area .page-title {
    padding-top: 22px;
  }
  .detail-banner-area .page-title-area .page-title .eng-title {
    font-size: 45px;
    line-height: 40px;
  }
}
.detail-banner-area .detail-banner {
  height: 250px;
}
.detail-banner-area .detail-banner.pic01 {
  background: url("../img/page/role/page_introduce_pic01_lg.png?cache_1677222525") center no-repeat;
  background-size: 970px 250px;
}
.detail-banner-area .detail-banner.pic02 {
  background: url("../img/page/role/page_introduce_pic02_lg.png?cache_1677222525") center no-repeat;
  background-size: 970px 250px;
}
.detail-banner-area .detail-banner.pic03 {
  background: url("../img/page/role/page_introduce_pic03_lg.png?cache_1677222525") center no-repeat;
  background-size: 970px 250px;
}
.detail-banner-area .detail-banner.pic04 {
  background: url("../img/page/role/page_introduce_pic04_lg.png?cache_1677222525") center no-repeat;
  background-size: 970px 250px;
}
.detail-banner-area .detail-banner.pic05 {
  background: url("../img/page/role/page_introduce_pic05_lg.png?cache_1677222525") center no-repeat;
  background-size: 970px 250px;
}
.detail-banner-area .detail-banner.pic06 {
  background: url("../img/page/role/page_introduce_pic06_lg.png?cache_1677222525") center no-repeat;
  background-size: 970px 250px;
}
.detail-banner-area .detail-banner.pic07 {
  background: url("../img/page/role/page_introduce_pic07_lg.png?cache_1677222525") center no-repeat;
  background-size: 970px 250px;
}
.detail-banner-area .detail-banner.pic08 {
  background: url("../img/page/role/page_introduce_pic08_lg.png?cache_1677222525") center no-repeat;
  background-size: 970px 250px;
}
.detail-banner-area .detail-banner.pic09 {
  background: url("../img/page/role/page_introduce_pic09_lg.png?cache_1677222525") center no-repeat;
  background-size: 970px 250px;
}
.detail-banner-area .share-box {
  float: right;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .detail-banner-area .share-box {
    position: absolute;
    bottom: 0;
    right: 15px;
    margin-bottom: 0;
  }
}
.detail-banner-area .role-area {
  color: #5F504C;
}
.detail-banner-area .role-area .role-image {
  text-align: center;
}
.detail-banner-area .role-area .role-image img {
  max-width: 100%;
  width: 250px;
}
.detail-banner-area .role-area .role-name {
  margin-top: 15px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.detail-banner-area .role-area .role-intro {
  margin-top: 15px;
}
.detail-banner-area .role-area .role-intro ul {
  list-style: none;
  padding: 0;
}
.detail-banner-area .role-area .role-intro ul > li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
.detail-banner-area .role-area .role-intro ul > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: -2px;
  background: url("../img/page/ul_li_2x.png") center no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
}

.detail-info-area {
  margin-bottom: 20px;
}
.detail-info-area .date {
  font-size: 18px;
  line-height: 1;
  color: #DB8449;
  margin-bottom: 5px;
}
.detail-info-area .detail-title-area {
  margin-bottom: 5px;
}
.detail-info-area .detail-title-area h2.page-title {
  padding: 0;
  margin: 0;
  font-size: 32px;
  line-height: 1.3;
}
.detail-info-area .tag-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.detail-info-area .tag-area a.article-tag {
  font-size: 16px;
  line-height: 18px;
  color: #616A51;
  margin-right: 10px;
  margin-bottom: 5px;
}
.detail-info-area .tag-area a.article-tag:hover {
  text-decoration: underline;
}

.detail-media-area {
  text-align: center;
  margin-bottom: 25px;
}
.detail-media-area img {
  max-width: 100%;
  border-radius: 50px;
}

@media screen and (min-width: 768px) {
  .column-system.two-column.type1 {
    display: table;
    width: 100%;
  }
  .column-system.two-column.type1 > .column {
    display: table-cell;
    vertical-align: top;
    width: calc(100% - 36%);
  }
  .column-system.two-column.type1 > .column.static-column {
    width: 36%;
  }
}
@media screen and (min-width: 1200px) {
  .column-system.two-column.type1 {
    display: table;
    width: 100%;
  }
  .column-system.two-column.type1 > .column {
    display: table-cell;
    vertical-align: top;
    width: calc(100% - 258px);
  }
  .column-system.two-column.type1 > .column.static-column {
    width: 258px;
  }
}
@media screen and (min-width: 768px) {
  .column-system.two-column.for-search {
    display: table;
    width: 100%;
  }
  .column-system.two-column.for-search > .column {
    display: table-cell;
    vertical-align: top;
    width: calc(100% - 130px);
  }
  .column-system.two-column.for-search > .column.static-column {
    width: 130px;
  }
}
@media screen and (min-width: 768px) {
  .column-system.two-column.half {
    display: table;
    width: 100%;
  }
  .column-system.two-column.half > .column {
    display: table-cell;
    vertical-align: top;
    width: calc(100% - 50%);
  }
  .column-system.two-column.half > .column.static-column {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .column-system.two-column.type3 {
    display: table;
    width: 100%;
  }
  .column-system.two-column.type3 > .column {
    display: table-cell;
    vertical-align: top;
    width: calc(100% - 40%);
  }
  .column-system.two-column.type3 > .column.static-column {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .column-system.two-column.type4 {
    display: table;
    width: 100%;
  }
  .column-system.two-column.type4 > .column {
    display: table-cell;
    vertical-align: top;
    width: calc(100% - 45%);
  }
  .column-system.two-column.type4 > .column.static-column {
    width: 45%;
  }
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #F1E0D0;
  background-color: #FFF;
  border-radius: 12px;
  padding: 18px 15px;
  font-size: 16px;
}
.form-control:not(textarea) {
  height: 52px;
}
.form-control:focus {
  box-shadow: none;
}
.form-control[readonly] {
  background-color: #F1E0D0;
}
.form-control ::-webkit-input-placeholder {
  color: #5F504C;
  font-size: 16px;
  line-height: 1;
}
.form-control :-moz-placeholder {
  color: #5F504C;
  font-size: 16px;
  line-height: 1;
}
.form-control ::-moz-placeholder {
  color: #5F504C;
  font-size: 16px;
  line-height: 1;
}
.form-control :-ms-input-placeholder {
  color: #5F504C;
  font-size: 16px;
  line-height: 1;
}

.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: #616A51;
  padding-top: 7px;
  margin-bottom: 0;
  text-align: right;
  padding-right: 5px;
  padding-left: 0;
}

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

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

.row.small-padding {
  margin-left: -12px;
  margin-right: -12px;
}
.row.small-padding > div[class*=col-] {
  padding: 0 12px;
}
.row div[class=col-850-6] {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
}
.row div[class=col-850-6] + div[class=col-850-6] {
  margin-top: 25px;
}
@media screen and (min-width: 850px) {
  .row div[class=col-850-6] {
    width: 50%;
  }
  .row div[class=col-850-6] + div[class=col-850-6] {
    margin-top: 0;
  }
}

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

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

textarea {
  resize: none;
  overflow: auto;
}

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

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

.form-area {
  margin-bottom: 50px;
}
.form-area label {
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #5F504C;
  margin-bottom: 7px;
  margin-left: 2px;
}
.required {
  color: #FF6A3A;
  font-size: 16px;
}

.form-title-area {
  margin-bottom: 30px;
}
.form-title-area .form-title {
  display: inline-block;
  position: relative;
  font-size: 25px;
  line-height: 1;
  font-weight: bold;
  color: #5F504C;
  margin: 0;
  padding-left: 30px;
}
.form-title-area .form-title:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  width: 10px;
  height: 14px;
  background: url("../img/page/title_icon_2x.png") center no-repeat;
  background-size: 10px 14px;
}
.form-title-area.bb-line {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #F1E0D0;
}
.form-title-area.mt {
  margin-top: 35px;
}
.form-title-area.bold-line {
  border-bottom: 2px solid #F1E0D0;
}

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

.select2-container {
  height: 50px;
  font-size: 16px;
  box-shadow: none;
  padding: 10px 15px;
}
.select2-container .select2-choice {
  border: 5px;
  width: 100%;
  height: 100%;
  padding: 0;
  background: #fff url("../img/button/select_on_2x.png") center no-repeat;
  background-size: 18px auto;
  background-position: top 50% right 0;
  color: #5F504C;
}
.select2-container .select2-choice > .select2-chosen {
  margin-right: 0;
  padding-right: 0;
  width: 100%;
  height: 100%;
}
.select2-container .select2-arrow {
  opacity: 0;
  font-size: 0;
  display: none !important;
}
.select2-container ::-webkit-input-placeholder {
  color: #8E8E8E;
  font-size: 15px;
}
.select2-container :-moz-placeholder {
  color: #8E8E8E;
  font-size: 15px;
}
.select2-container ::-moz-placeholder {
  color: #8E8E8E;
  font-size: 15px;
}
.select2-container :-ms-input-placeholder {
  color: #8E8E8E;
  font-size: 15px;
}
.select2-container:focus {
  box-shadow: none;
  border: 1px solid #F9EFDF;
}

.select2-selection__placeholder {
  color: #FF0000 !important;
}

.select2-drop {
  transform: translate(0px, 2px);
  border: 1px solid #F1E0D0;
  border-radius: 12px;
  padding: 10px;
  font-size: 16px;
}
.select2-drop.select2-drop-above {
  transform: translate(0px, -2px);
  border-radius: 12px;
}

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

.select2-results .select2-highlighted {
  background: #DA926A;
  color: #FFFAF2;
}

label.customize-checkbox-style {
  font-size: 16px;
  line-height: 18px;
  color: #433632;
  font-weight: normal;
  cursor: pointer;
  padding: 1px 0 1px 30px;
  position: relative;
  z-index: 2;
  margin-right: 25px;
  margin-top: 14px;
  margin-bottom: 14px;
}
label.customize-checkbox-style .checkbox-btn {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 1px;
  border: 1px solid #F1E0D0;
  background-color: #fff;
}
label.customize-checkbox-style input {
  width: 0;
  opacity: 0;
}
label.customize-checkbox-style input:checked ~ .checkbox-btn {
  background: url("../img/button/check_on_2x.png") #DB8449 center no-repeat;
  background-size: 12px 11px;
}
label.customize-checkbox-style input:disabled ~ .checkbox-btn {
  background: transparent;
}
label.customize-checkbox-style input.error ~ .checkbox-btn {
  border-color: #D26719;
}

.input_item {
  display: flex;
  flex-wrap: wrap;
}
.input_item .other-group {
  display: flex;
}
.input_item .other-group .form-control {
  flex: 1 1 100px;
}

label.customize-radio-style {
  cursor: pointer;
  padding-right: 0 !important;
  min-width: calc(50% - 27px);
  padding: 1px 0 3px 34px;
  margin-right: 25px;
  margin-top: 14px;
  margin-bottom: 14px;
  position: relative;
}
@media screen and (min-width: 450px) {
  label.customize-radio-style {
    min-width: 0;
  }
}
label.customize-radio-style input {
  width: 0;
  opacity: 0;
}
label.customize-radio-style input:checked ~ .radio-btn:after {
  background-color: #D26719;
}
label.customize-radio-style input:disabled ~ .radio-btn {
  background: #ececec;
}
label.customize-radio-style input.error ~ .radio-btn {
  border-color: #DC0031;
}
label.customize-radio-style .radio-btn {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #F1E0D0;
  background-color: #fff;
}
label.customize-radio-style .radio-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #FFF;
}

.home-banner-area {
  position: relative;
  background: #E8CCBD;
}
.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: 42.5vw;
  }
}
@media screen and (min-width: 1440px) {
  .home-banner-area #home-banner-carousel .owl-box {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
  }
}
.home-banner-area #home-banner-carousel .owl-box a {
  display: block;
}
.home-banner-area #home-banner-carousel .banner-img {
  width: 100%;
  height: auto;
}
.home-banner-area #home-banner-carousel .banner-img.for-sm {
  display: none;
}
@media screen and (min-width: 768px) {
  .home-banner-area #home-banner-carousel .banner-img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .home-banner-area #home-banner-carousel .banner-img.for-xs {
    display: none;
  }
  .home-banner-area #home-banner-carousel .banner-img.for-sm {
    display: block;
  }
}
.home-banner-area #home-banner-carousel .owl-dots {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
  width: 100%;
}
.home-banner-area #home-banner-carousel .owl-dots .owl-dot {
  background: none;
  padding: 0;
}
.home-banner-area #home-banner-carousel .owl-dots .owl-dot + .owl-dot {
  margin-left: 24px;
}
.home-banner-area #home-banner-carousel .owl-dots .owl-dot span {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin: 0;
  border: 1px solid #FFF;
  background-color: transparent;
}
.home-banner-area #home-banner-carousel .owl-dots .owl-dot:hover span, .home-banner-area #home-banner-carousel .owl-dots .owl-dot.active span {
  background-color: #FFF;
  border-radius: 20px;
}

.home-intro-area {
  padding-top: 40px;
  padding-bottom: 70px;
  background: #F1E0D0;
}
@media screen and (min-width: 768px) {
  .home-intro-area {
    padding-top: 60px;
    padding-bottom: 85px;
  }
}
.home-intro-area .select-issue-box {
  display: none;
}
.home-intro-area .select-issue-box .issue-group {
  display: flex;
  justify-content: center;
}
.home-intro-area .select-issue-box .issue-group + .issue-group {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .home-intro-area .select-issue-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }
}
@media screen and (min-width: 992px) {
  .home-intro-area .select-issue-box {
    flex-direction: row;
  }
  .home-intro-area .select-issue-box .issue-group + .issue-group {
    margin-top: 0;
    margin-left: 20px;
  }
}
.home-intro-area .select-issue-box .issue-item {
  cursor: pointer;
}
.home-intro-area .select-issue-box .issue-item + .issue-item {
  margin-left: 20px;
}
.home-intro-area .select-issue-box .issue-item .issue-image {
  width: 70px;
  margin: 0 auto 10px;
}
.home-intro-area .select-issue-box .issue-item .issue-image img {
  max-width: 100%;
}
.home-intro-area .select-issue-box .issue-item .issue-title {
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 5px 8px;
}
.home-intro-area .select-issue-box .issue-item:hover .issue-title, .home-intro-area .select-issue-box .issue-item.active .issue-title {
  border-radius: 10px;
  background: #DB8449;
  color: #FFF;
}
.home-intro-area .issue-intro-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.home-intro-area .issue-intro-box .owl-item {
  opacity: 0.3;
}
.home-intro-area .issue-intro-box .owl-item.entity {
  opacity: 1;
}
.home-intro-area .issue-intro-box .issue-intro .image-area {
  width: 300px;
  margin: 0 auto;
  padding: 35px 0 35px 0;
  position: relative;
}
.home-intro-area .issue-intro-box .issue-intro .image-area img {
  max-width: 100%;
  transform-origin: 50% 95%;
}
.home-intro-area .issue-intro-box .title-area {
  text-align: center;
  color: #4E5641;
  margin-bottom: 15px;
}
.home-intro-area .issue-intro-box .title-area .eng-title {
  font-family: "Courier New";
}
.home-intro-area .issue-intro-box .content-area {
  max-width: 770px;
  margin: 0 auto;
}
.home-intro-area .issue-intro-box .btn-area {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-intro-area .issue-intro-box .btn-area .btn {
  width: 156px;
}
.home-intro-area .issue-intro-box .btn-area .btn + .btn {
  margin-top: 10px;
}
@media screen and (min-width: 400px) {
  .home-intro-area .issue-intro-box .btn-area {
    flex-direction: row;
  }
  .home-intro-area .issue-intro-box .btn-area .btn + .btn {
    margin-top: 0;
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .home-intro-area .issue-intro-box .btn-area .btn + .btn {
    margin-left: 30px;
  }
}
.home-intro-area .issue-intro-box .owl-nav {
  height: 0;
  margin-top: 0;
}
.home-intro-area .issue-intro-box .owl-nav button {
  position: absolute;
  font-size: 0;
  width: 30px;
  height: 30px;
  top: 50%;
  background: url("../img/button/button_arrow_white_2x.png") #A2B097 50% 50% no-repeat;
  background-size: 22px auto;
  border-radius: 50%;
}
.home-intro-area .issue-intro-box .owl-nav button:hover {
  background: url("../img/button/button_arrow_white_2x.png") #626A51 50% 50% no-repeat;
  background-size: 22px auto;
}
.home-intro-area .issue-intro-box .owl-nav .owl-prev {
  left: 15px;
  transform: rotate(180deg);
}
.home-intro-area .issue-intro-box .owl-nav .owl-next {
  right: 15px;
}
@media screen and (min-width: 768px) {
  .home-intro-area .issue-intro-box .owl-nav button {
    width: 60px;
    height: 60px;
    background-size: 31px 19px;
  }
  .home-intro-area .issue-intro-box .owl-nav button:hover {
    background-size: 31px 19px;
  }
  .home-intro-area .issue-intro-box .owl-nav .owl-prev {
    left: calc(50% - 310px);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .home-intro-area .issue-intro-box .owl-nav .owl-next {
    right: calc(50% - 310px);
    transform: translate(50%, -50%);
  }
}

.home-process-area {
  padding-top: 80px;
}
.home-process-area .process-select-box {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .home-process-area .process-select-box {
    display: none;
  }
}
.home-process-area .process-select-box .process-select-item {
  font-size: 20px;
  line-height: 1;
  color: rgba(67, 54, 50, 0.6);
  padding: 0 15px 10px;
  border-bottom: 3px solid #F1E0D0;
}
.home-process-area .process-select-box .process-select-item.active {
  border-bottom: 3px solid #D26719;
  color: #D26719;
}
.home-process-area .process-box {
  justify-content: center;
  flex-direction: column;
  visibility: hidden;
  transition: opacity 1s;
  opacity: 0;
  display: flex;
  height: 0;
}
.home-process-area .process-box.active {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.home-process-area .process-box .process-item {
  position: relative;
  max-width: 256px;
  margin: 0 auto;
}
.home-process-area .process-box .process-item + .process-item {
  margin-top: 70px;
}
.home-process-area .process-box .process-item:first-child:before {
  content: "";
  position: absolute;
  top: calc(100% - 79px);
  left: calc(100% - 46px);
  background: url("../img/index/index_process_line01_xs_2x.png") center no-repeat;
  background-size: 62px 234px;
  width: 62px;
  height: 234px;
}
.home-process-area .process-box .process-item:nth-child(2):before {
  content: "";
  position: absolute;
  bottom: -128px;
  left: -15px;
  background: url("../img/index/index_process_line02_xs_2x.png") center no-repeat;
  background-size: 62px 234px;
  width: 62px;
  height: 234px;
}
@media screen and (min-width: 992px) {
  .home-process-area .process-box {
    opacity: 1;
    visibility: visible;
    height: auto;
    display: flex;
    flex-direction: row;
  }
  .home-process-area .process-box.normal {
    margin-bottom: 103px;
  }
  .home-process-area .process-box.quick {
    display: flex;
  }
  .home-process-area .process-box .process-item {
    max-width: none;
    margin: 0;
  }
  .home-process-area .process-box .process-item + .process-item {
    margin-left: 90px;
    margin-top: 0;
  }
  .home-process-area .process-box .process-item:first-child:before {
    top: 67px;
    left: calc(100% - 40px);
    background: url("../img/index/index_process_line01_lg_2x.png") center no-repeat;
    background-size: 178px 68px;
    width: 178px;
    height: 68px;
  }
  .home-process-area .process-box .process-item:nth-child(2):before {
    bottom: 127px;
    left: calc(100% - 53px);
    background: url("../img/index/index_process_line02_lg_2x.png") center no-repeat;
    background-size: 178px 68px;
    width: 178px;
    height: 68px;
  }
  .home-process-area .process-box .process-item.middle {
    margin-top: 60px;
  }
}
.home-process-area .process-image {
  text-align: center;
  width: 258px;
  margin: 0 auto 16px;
  position: relative;
}
.home-process-area .process-image img {
  max-width: 100%;
}
.home-process-area .process-image:before {
  content: attr(step);
  width: 46px;
  height: 46px;
  background: #A2B097;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  left: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 24px;
  line-height: 1;
  font-family: "Courier New";
}
.home-process-area .process-title {
  text-align: center;
  font-size: 19px;
  line-height: 1;
  color: #4E5641;
}
.home-process-area .process-title > span {
  font-size: 16px;
  margin-top: 7px;
  display: block;
  color: #5F504C;
}

@media screen and (min-width: 768px) {
  .fadeInTopOnlyLg.motion {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 0.75s;
    -webkit-animation-duration: 0.75s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    visibility: visible !important;
  }
}

@keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.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;
  margin-bottom: 0;
  padding: 0;
}
.list-area .date {
  font-family: "Arial";
  font-size: 16px;
  display: inline-block;
  color: #DB8449;
  line-height: 1;
  vertical-align: middle;
}
.list-area .title-area {
  font-size: 24px;
  color: #5F504C;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 5px;
  overflow: hidden;
}
.list-area .desc-area, .list-area .source-area {
  font-size: 16px;
  color: #5F504C;
  line-height: 1.5;
  margin-bottom: 10px;
  overflow: hidden;
}
.list-area .desc-area .article-area, .list-area .source-area .article-area {
  margin: 0;
}
.list-area .desc-area.self-content, .list-area .source-area.self-content {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  margin-top: 0;
  padding: 0 15px;
}
.list-area .row.type-1 {
  margin-right: -35px;
  margin-left: -35px;
}
.list-area .row.type-1 [class*=col] {
  margin-bottom: 45px;
  padding-right: 35px;
  padding-left: 35px;
}
@media screen and (min-width: 768px) {
  .list-area .row.type-1 [class*=col] {
    margin-bottom: 35px;
  }
}
.list-area .row.type-1 [class=col-650] {
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
}
@media screen and (min-width: 650px) {
  .list-area .row.type-1 [class=col-650] {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .list-area .row.type-1 [class=col-650] {
    width: 33.3333333333%;
  }
}
.list-area .media-list {
  font-size: 0;
}
.list-area .media-list > a:hover .acart-proportion-box:before {
  transform: scale(1.15) translate3d(0, 0, 0);
  -webkit-transform: scale(1.15) translate3d(0, 0, 0);
}
.list-area .media-list > a:hover .acart-proportion-box:after {
  display: block;
}
.list-area .media-list > a:hover .media-area .more-btn {
  display: block;
}
.list-area .media-list > a:hover .media-area.fixed-height img {
  transform: scale(1.1) translate3d(0, 0, 0);
  -webkit-transform: scale(1.1) translate3d(0, 0, 0);
}
.list-area .media-list > a:hover .media-area.fixed-height:after {
  display: block;
}
.list-area .media-list.type-1 {
  position: relative;
  max-width: 500px;
  margin: auto;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .list-area .media-list.type-1 {
    max-width: none;
  }
}
.list-area .media-list.type-1 .media-area {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
}
.list-area .media-list.type-1 .media-area .more-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  font-family: "Courier New";
  font-size: 24px;
  line-height: 1;
  padding: 12px 30px;
  height: 48px;
  border-color: #FFF;
  z-index: 3;
  display: none;
}
.list-area .media-list.type-1 .media-area .more-btn:hover {
  background: transparent;
}
.list-area .media-list.type-1 .media-area.fixed-height {
  height: 150px;
  box-shadow: none;
  border-radius: 50px;
  border: 1px solid #F1E0D0;
  background: #FFF;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-area .media-list.type-1 .media-area.fixed-height img {
  transition: all 0.8s;
  max-width: 100%;
  max-height: 100%;
}
.list-area .media-list.type-1 .media-area.fixed-height:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  border-radius: inherit;
}
.list-area .media-list.type-1 .acart-proportion-box {
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.list-area .media-list.type-1 .acart-proportion-box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform: scale(1) translate3d(0, 0, 0);
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transition: all 0.8s;
}
.list-area .media-list.type-1 .acart-proportion-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}
.list-area .media-list.type-1 .content-area {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  margin-top: 0;
  padding: 0 15px;
}
.list-area .media-list.type-2 .acart-proportion-box {
  border-radius: 50px;
}

.search-result-area {
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.search-result-area .list-title-area .list-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-right: 5px;
  width: 105px;
}
.search-result-area .search-result-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  width: 100%;
}
.search-result-area .search-result-group .result-tag {
  padding: 6px 10px;
  padding-right: 25px;
  border: 1px solid #A2B097;
  color: #616A51;
  background: #FFF;
  border-radius: 20px;
  position: relative;
  margin-right: 10px;
  margin-bottom: 8px;
  cursor: pointer;
}
.search-result-area .search-result-group .result-tag:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 10px;
  width: 10px;
  height: 10px;
  background: url("../img/button/button_label_delete_2x.png") center no-repeat;
  background-size: 10px 10px;
  opacity: 0.6;
}
.search-result-area .search-result-group .result-tag:hover:after {
  opacity: 1;
}
.search-result-area .filter-area {
  margin-left: auto;
  padding-left: 40px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .search-result-area {
    flex-wrap: nowrap;
  }
  .search-result-area .search-result-group {
    order: 2;
  }
  .search-result-area .filter-area {
    order: 3;
    margin-bottom: 0;
  }
}

.flex-list-area {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  column-gap: 69px;
  vertical-align: top;
}
.flex-list-area:after {
  content: "";
  display: block;
  flex: 0 1 340px;
}
@media screen and (min-width: 1200px) {
  .flex-list-area {
    justify-content: flex-start;
  }
}
.flex-list-area .flex-list {
  flex: 1 1 344px;
  max-width: 344px;
  font-size: 0;
  margin-bottom: 60px;
}
.flex-list-area .media-area {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  margin-bottom: 15px;
  padding: 30px 40px;
  background: #FFF;
  border-radius: 50px;
  border: 1px solid #F1E0D0;
}
.flex-list-area .media-area img {
  transition: all 0.5s;
  max-width: 100%;
  max-height: 100%;
}
.flex-list-area .media-area:hover img {
  transform: scale(1.15);
}
.flex-list-area .content-area {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  padding: 0 15px;
}
.flex-list-area .title-area {
  font-size: 24px;
  color: #5F504C;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 5px;
  overflow: hidden;
}
.flex-list-area .desc-area, .flex-list-area .source-area {
  font-size: 16px;
  color: #5F504C;
  line-height: 1.5;
  overflow: hidden;
}

.list-rwd-div-3 {
  display: none !important;
}
@media screen and (min-width: 650px) {
  .list-rwd-div-3 {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .list-rwd-div-3 {
    display: block !important;
  }
}
@media screen and (min-width: 1200px) {
  .list-rwd-div-3 {
    display: block !important;
  }
}

.list-rwd-div-2 {
  display: block !important;
}
@media screen and (min-width: 650px) {
  .list-rwd-div-2 {
    display: block !important;
  }
}
@media screen and (min-width: 992px) {
  .list-rwd-div-2 {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .list-rwd-div-2 {
    display: none !important;
  }
}
/*# sourceMappingURL=maps/base.css.map */
