@charset "UTF-8";
body {
  position: relative;
  width: 100%;
  background: url("../img/page/bg.jpg") center repeat;
  overflow-x: hidden;
  font-size: 16px;
  color: #484848;
  line-height: 1.6;
  font-family: 'Arial','Microsoft JhengHei';
}

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

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (min-width: 400px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media screen and (min-width: 1260px) {
  .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;
  outline: none;
}
.btn:hover:hover, .btn:hover:active, .btn:hover:focus, .btn:active:hover, .btn:active:active, .btn:active:focus, .btn:focus:hover, .btn:focus:active, .btn:focus:focus {
  box-shadow: none;
  outline: none;
}

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

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

.invisible {
  visibility: hidden !important;
}

#to-top {
  display: none;
  position: fixed;
  right: 28px;
  bottom: 10px;
  background: url("../img/footer/gotop_2x.png") no-repeat;
  background-size: 67px 56px;
  width: 67px;
  height: 56px;
  cursor: pointer;
  z-index: 3;
}
#to-top.bot {
  position: absolute;
  top: -27px;
}
@media screen and (min-width: 992px) {
  #to-top {
    background: url("../img/footer/gotop.png") no-repeat;
    background-size: 67px 56px;
    width: 67px;
    height: 56px;
    right: calc(50% - 970px/2);
  }
}
@media screen and (min-width: 1260px) {
  #to-top {
    right: calc(50% - 1200px/2);
  }
}
@media screen and (min-width: 1550px) {
  #to-top {
    right: calc(50% - 1200px/2 - 152px);
  }
}

.list-area .media-list.type-4:after, .list-area .media-list.type-2:after, .list-area .media-list.type-1 .content-area:after, .list-area .media-list.type-1:after, .text-list:after, .form-group .vcode-area:after, .form-group:after, .contact-info-area .info-cell:after, .map-area:after, .btn-area:after, .page-content-area .page-top-area:after, .page-content-area:after, .page-area:after, footer .footer-down-area .container:after, .header-nav:after, header .menu-top-area:after {
  content: "";
  display: block;
  clear: both;
}

.list-area .media-list .date, .text-list .date, .page-content-area .page-top-area .tag-date-area .date {
  color: #e58c24;
  font-size: 14px;
  position: relative;
}

.list-area .media-list .list-tag, .text-list .list-tag, .page-content-area .page-top-area .tag-date-area .page-tag {
  font-size: 12px;
  color: #ffffff;
  font-family: "Arial", "新細明體";
  border-radius: 3px;
  padding: 1px 9px 1px 9px;
  position: relative;
  background: #55c7d4;
  display: inline-block;
}
.list-area .media-list .blue-tag.list-tag, .text-list .blue-tag.list-tag, .page-content-area .page-top-area .tag-date-area .blue-tag.page-tag {
  background: #55c7d4;
}
.list-area .media-list .pink-tag.list-tag, .text-list .pink-tag.list-tag, .page-content-area .page-top-area .tag-date-area .pink-tag.page-tag {
  background: #fa9a99;
}
.list-area .media-list .green-tag.list-tag, .text-list .green-tag.list-tag, .page-content-area .page-top-area .tag-date-area .green-tag.page-tag {
  background: #3ccf9e;
}

.breadcrumbs-area {
  text-align: right;
}

.breadcrumbs {
  font-size: 14px;
  margin: 10px 0px;
  text-align: left;
  display: inline-block;
}
.breadcrumbs a {
  color: #998d7f;
}
.breadcrumbs span {
  color: #e58c24;
}

.page_list {
  text-align: center;
  margin: 30px 0 0 0;
}
.page_list .pagination {
  margin: 0px;
  font-size: 0;
}
.page_list .pagination li {
  display: inline-block;
  width: 29px;
}
.page_list .pagination li span, .page_list .pagination li a {
  position: relative;
  background: none;
  border: none;
  font-size: 14px;
  font-family: "微軟正黑體";
  color: #8c8c8c;
  border-radius: 20px !important;
  width: 24px;
  height: 24px;
  padding: 0;
  line-height: 24px;
  text-align: center;
}
.page_list .pagination li span i, .page_list .pagination li a i {
  font-size: 18px;
}
.page_list .pagination li span.selected, .page_list .pagination li span:hover, .page_list .pagination li a.selected, .page_list .pagination li a:hover {
  color: #ffffff;
  background: #f89828;
}
.page_list .pagination li:last-child span i {
  margin-left: -2px;
}
.page_list .pagination li:last-child span:hover {
  background: #f89828;
}
.page_list .pagination li:last-child span:hover i {
  color: #fff;
}
.page_list .pagination li.right a {
  padding-left: 3px;
}

.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-1-1 {
  padding-bottom: 100%;
}

/*
=================================================================
(#m02-1hds) HEADER
=================================================================
*/
header {
  position: relative;
}
header h1 {
  margin: 0;
}
@media screen and (min-width: 992px) {
  header {
    border-bottom: 2px solid #ffdda1;
  }
  header:after {
    content: "";
    display: block;
    border-top: 2px solid #ffc785;
    border-bottom: 1px solid transparent;
  }
}
header .menu-top-area .head-btn-area {
  margin-top: 35px;
}
header .menu-top-area .head-btn-area [class*=link-btn] {
  float: left;
  display: inline-block;
  position: relative;
}
header .menu-top-area .head-btn-area .text-link-btn {
  font-size: 13px;
  color: #6f6f6f;
  margin-right: 15px;
  margin-top: 5px;
}
header .menu-top-area .head-btn-area .text-link-btn:hover {
  color: #e58c24;
}
header .menu-top-area .head-btn-area .text-link-btn + .text-link-btn {
  padding-left: 15px;
}
header .menu-top-area .head-btn-area .text-link-btn + .text-link-btn:after {
  content: "";
  position: absolute;
  display: inline-block;
  border-left: 1px dashed #6f6f6f;
  height: 15px;
  left: 0;
  top: 1px;
}
header .menu-top-area .head-btn-area .donate-now-btn {
  margin-left: 11px;
  border-radius: 30px;
  position: relative;
  display: inline-block;
  padding-left: 43px;
  height: 30px;
  padding-right: 18px;
  background: #faa33d;
  overflow: hidden;
  color: #FFF;
  margin-top: -2px;
  line-height: 30px;
}
header .menu-top-area .head-btn-area .donate-now-btn span {
  position: relative;
  z-index: 1;
}
header .menu-top-area .head-btn-area .donate-now-btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 200%;
  height: 200%;
  left: -50%;
  top: 80%;
  transform: skewY(-10deg);
  background: rgba(255, 184, 101, 0.6);
  transition: all 0.5s;
  z-index: 0;
}
header .menu-top-area .head-btn-area .donate-now-btn:before {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/header/header_lg_link_donation.png") center no-repeat;
  background-size: 25px auto;
  width: 25px;
  height: 22px;
  left: 13px;
  top: 4px;
  z-index: 1;
}
header .menu-top-area .head-btn-area .donate-now-btn:hover:after {
  left: -70%;
  top: -50%;
}
header .menu-top-area .logo-area {
  margin-top: 8px;
}
header .menu-down-area {
  padding-top: 20px;
}
header div.mb-header {
  position: fixed;
  width: 100%;
  background: #FEF89A;
  padding: 0px 0px;
  left: 0;
  top: 0;
  z-index: 1000;
}
header div.mb-header img {
  max-width: 100%;
  height: auto;
}
header div.mb-header.shadow {
  box-shadow: 1px 1px 3px 1px rgba(38, 38, 38, 0.12);
}
header div.mb-header .mb-logo-area {
  float: left;
  margin-left: 4px;
  margin-top: 5px;
}
header div.mb-header .mb-logo-area img {
  width: 225px;
}
@media screen and (min-width: 360px) {
  header div.mb-header .mb-logo-area {
    margin-left: 4px;
  }
  header div.mb-header .mb-logo-area img {
    width: 225px;
  }
}
header div.mb-header .button-area {
  float: right;
}
header div.mb-header .button-area > * {
  float: left;
}
header div.mb-header .mb-donate-btn {
  margin-right: 2px;
  margin-top: 15px;
  display: inline-block;
  width: 34px;
  height: 29px;
  background: url("../img/header/header_xs_link_donation.png") center no-repeat;
  background-size: 34px auto;
}
header div.mb-header div.xs-menu {
  display: inline-block;
  height: 60px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  background-size: 100%;
  background-position: 5px 50%;
  width: 46px;
}
header div.mb-header div.xs-menu .icon-wrapper {
  display: inline-block;
  margin: 18px 0 0 0;
  width: 30px;
  height: 21px;
  position: relative;
}
header div.mb-header div.xs-menu .icon-wrapper span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #50b947;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header div.mb-header div.xs-menu .icon-wrapper span:nth-child(1) {
  top: 0;
}
header div.mb-header div.xs-menu .icon-wrapper span:nth-child(2) {
  top: 9px;
}
header div.mb-header div.xs-menu .icon-wrapper span:nth-child(3) {
  top: 9px;
}
header div.mb-header div.xs-menu .icon-wrapper span:nth-child(4) {
  top: 18px;
}
header div.mb-header div.xs-menu.active span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
header div.mb-header div.xs-menu.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header div.mb-header div.xs-menu.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header div.mb-header div.xs-menu.active span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.header-nav {
  list-style: none;
  padding: 0px;
  margin: 0 -20px;
}
@media screen and (min-width: 1260px) {
  .header-nav {
    margin: 0 -32px;
  }
}
.header-nav .header-nav2 {
  display: none;
  padding: 0px;
  list-style: none;
}
.header-nav > li {
  position: relative;
  float: left;
  width: 14.2857142857%;
}
.header-nav > li > a {
  font-size: 17px;
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  color: #64533e;
  padding-bottom: 8px;
  z-index: 10;
  transition: all 0.3s;
}
.header-nav > li > a:after {
  transition: opacity 0.3s;
  content: "";
  display: block;
  position: absolute;
  background: url("../img/header/menu_lg_heart.png") center no-repeat;
  background-size: 15px auto;
  left: 50%;
  margin-left: -7px;
  bottom: -13px;
  opacity: 0;
  z-index: 2;
}
.header-nav > li:hover > a, .header-nav > li.active > a {
  color: #ec860f;
  transform: translateY(-6px);
}
.header-nav > li:hover > a:before, .header-nav > li.active > a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 14px;
  top: 100%;
  z-index: 1;
}
.header-nav > li:hover > a:after, .header-nav > li.active > a:after {
  opacity: 1;
  width: 15px;
  height: 14px;
}
.header-nav > li:hover .header-nav2 {
  display: block;
}
.header-nav .header-nav2 {
  width: 100%;
  position: absolute;
  top: calc(100% + 5px);
  box-shadow: 1px 1px 3px 0 rgba(72, 72, 72, 0.15);
  z-index: 5;
}
.header-nav .header-nav2 > li a {
  padding: 12px 12px;
  font-size: 16px;
  text-align: center;
  display: block;
  background: #fffde7;
  color: #64533e;
}
.header-nav .header-nav2 > li a:hover {
  background: #ffebaf;
  color: #c36500;
}

.social-link-btn {
  width: 28px;
  height: 28px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
  line-height: 27px;
}
.social-link-btn.fb {
  background: url("../img/header/header_lg_link_fb.png") 6px 4px no-repeat;
  background-size: 15px auto;
  background-color: #23599b;
}
.social-link-btn.fb:hover, .social-link-btn.fb:active, .social-link-btn.fb:focus {
  color: #ffffff;
  background-color: #174a89;
}
.social-link-btn.yt {
  background: url("../img/header/header_lg_link_yt.png") 6px 4px no-repeat;
  background-size: 15px auto;
  background-color: #e73028;
}
.social-link-btn.yt:hover, .social-link-btn.yt:active, .social-link-btn.yt:focus {
  color: #ffffff;
  background-color: #d32119;
}
.social-link-btn.search {
  background: url("../img/header/header_lg_link_search.png") 6px 4px no-repeat;
  background-size: 15px auto;
  background-color: #ffc000;
}
.social-link-btn.search:hover, .social-link-btn.search:active, .social-link-btn.search:focus {
  color: #ffffff;
  background-color: #f5ad00;
}
.social-link-btn.lang {
  background-color: #50b947;
}
.social-link-btn.lang:hover, .social-link-btn.lang:active, .social-link-btn.lang:focus {
  color: #ffffff;
  background-color: #43ad3a;
}

div#mb-sidebar {
  display: none;
  position: fixed;
  width: 100%;
  top: -100%;
  z-index: 20;
}
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: 60px;
  -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;
}

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

@-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;
  background: url("../img/sidebar/sidebar_bg.jpg") center repeat;
}
div.sidebar-content .sidebar-search-area {
  padding: 5px 11px 11px;
  background: #FEF89A;
}
div.sidebar-content .sidebar-search-area .input-group {
  border: 1px solid #f1e988;
  border-radius: 5px;
  overflow: hidden;
}
div.sidebar-content .sidebar-search-area .input-group input {
  padding: 0 15px;
  font-size: 14px;
  width: 100%;
  outline: none;
  border: none;
}
div.sidebar-content .sidebar-search-area .input-group .btn {
  width: 49px;
}
div.sidebar-content .sidebar-search-area .input-group input, div.sidebar-content .sidebar-search-area .input-group .btn {
  height: 32px;
}
div.sidebar-content .sidebar-search-area .input-group .btn {
  border: none;
  background: #f89828 url("../img/sidebar/header_lg_link_search_2x.png") center no-repeat;
  background-size: 14px auto;
}
div.sidebar-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
div.sidebar-content ul li a {
  display: block;
  padding: 16px 30px;
}
div.sidebar-content ul li a .sidebar-nav-icon {
  margin-left: 10px;
  font-size: 18px;
  float: right;
  background-size: 100%;
  margin-top: 3px;
  transition: transform 0.5s;
  transform: rotate(0deg);
}
div.sidebar-content ul li a.open .sidebar-nav-icon {
  transform: rotate(90deg);
}
div.sidebar-content ul li a.active ~ ul {
  display: block;
}
div.sidebar-content ul.layer-1 > li {
  border-top: 1px solid #fdeaa6;
}
div.sidebar-content ul.layer-1 > li > a {
  font-size: 17px;
  background: url("../img/sidebar/sidebar_bg.jpg") center repeat;
  color: #64533e;
}
div.sidebar-content ul.layer-1 > li > a .sidebar-nav-icon {
  color: #c39859;
}
div.sidebar-content ul.layer-1 > li > a:hover, div.sidebar-content ul.layer-1 > li > a.open {
  background: #f89828;
  color: #ffffff;
}
div.sidebar-content ul.layer-1 > li > a:hover .sidebar-nav-icon, div.sidebar-content ul.layer-1 > li > a.open .sidebar-nav-icon {
  color: #ffffff;
}
div.sidebar-content ul.layer-1 > li:last-child {
  border-bottom: 1px solid #fdeaa6;
}
div.sidebar-content ul.layer-2 > li {
  border-top: 1px solid #f1dc93;
}
div.sidebar-content ul.layer-2 > li > a {
  font-size: 16px;
  background: #fff1ce;
  color: #73593a;
}
div.sidebar-content ul.layer-2 > li > a .sidebar-nav-icon {
  color: #b1894f;
}
div.sidebar-content ul.layer-2 > li > a:hover, div.sidebar-content ul.layer-2 > li > a.open {
  background: #fff1ce;
  color: #73593a;
}
div.sidebar-content ul.layer-2 > li > a:hover .sidebar-nav-icon, div.sidebar-content ul.layer-2 > li > a.open .sidebar-nav-icon {
  color: #b1894f;
}
div.sidebar-content ul.layer-3 > li {
  border-top: 1px solid #fdeaa6;
}
div.sidebar-content ul.layer-3 > li > a {
  font-size: 16px;
  background: url("../img/sidebar/sidebar_bg.jpg") center repeat;
  color: #73593a;
}
div.sidebar-content ul.layer-3 > li > a .sidebar-nav-icon {
  color: #b1894f;
}
div.sidebar-content ul.layer-3 > li > a:hover, div.sidebar-content ul.layer-3 > li > a.open {
  background: url("../img/sidebar/sidebar_bg.jpg") center repeat;
  color: #ee8b1a;
}
div.sidebar-content ul.layer-3 > li > a:hover .sidebar-nav-icon, div.sidebar-content ul.layer-3 > li > a.open .sidebar-nav-icon {
  color: #b1894f;
}
div.sidebar-content ul.layer-3 > li > a {
  position: relative;
  padding-left: 45px;
}
div.sidebar-content ul.layer-3 > li > a:hover:after {
  background: #ee8b1a;
}
div.sidebar-content ul.layer-3 > li > a:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #73593a;
  left: 31px;
  top: 25px;
}
div.sidebar-content ul > li > a.sidebar-icon-btn.fb {
  padding-left: 23px;
}
div.sidebar-content ul > li > a.sidebar-icon-btn.fb:before {
  margin-right: 15px;
  float: left;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #23599b url("../img/sidebar/header_xs_link_fb_2x.png") center no-repeat;
  background-size: 25px auto;
}
div.sidebar-content ul > li > a.sidebar-icon-btn.youtube {
  padding-left: 23px;
}
div.sidebar-content ul > li > a.sidebar-icon-btn.youtube:before {
  margin-right: 15px;
  float: left;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #e73028 url("../img/sidebar/header_xs_link_youtube_2x.png") center no-repeat;
  background-size: 25px auto;
}
div.sidebar-content ul > li > a.sidebar-icon-btn.sitemap {
  padding-left: 23px;
}
div.sidebar-content ul > li > a.sidebar-icon-btn.sitemap:before {
  margin-right: 15px;
  float: left;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #f89828 url("../img/sidebar/header_xs_link_sitemap_2x.png") center no-repeat;
  background-size: 25px auto;
}
div.sidebar-content ul > li > a.sidebar-icon-btn.language {
  padding-left: 23px;
}
div.sidebar-content ul > li > a.sidebar-icon-btn.language:before {
  margin-right: 15px;
  float: left;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #51b448 url("../img/sidebar/header_xs_link_language_2x.png") center no-repeat;
  background-size: 25px auto;
}
div.sidebar-content ul > li > a.sidebar-icon-btn.contact {
  padding-left: 23px;
}
div.sidebar-content ul > li > a.sidebar-icon-btn.contact:before {
  margin-right: 15px;
  float: left;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #7b7b7b url("../img/sidebar/header_xs_link_contact_2x.png") center no-repeat;
  background-size: 25px auto;
}
div.sidebar-content > ul {
  display: block;
}

/*
=================================================================
(#m02-2fts) FOOTER
=================================================================
*/
footer {
  border-top: #fee16d 5px solid;
  position: relative;
}
footer .footer-top-area {
  background: url("../img/footer/banner_bg.jpg") repeat;
  color: #4a3822;
  font-size: 14px;
  line-height: 1.6;
  border-bottom: 2px solid #edcb79;
}
footer .footer-top-area .container {
  position: relative;
}
footer .footer-top-area .container:before {
  content: "";
  background: url("../img/footer/footer_lg_illustration_left_2x.png");
  background-size: 232px auto;
  display: inline-block;
  width: 232px;
  height: 152px;
  position: absolute;
  left: 5px;
  bottom: -8px;
}
@media screen and (min-width: 360px) {
  footer .footer-top-area .container:before {
    left: 44px;
  }
}
footer .footer-top-area .container:after {
  content: "";
  background: url("../img/footer/footer_lg_illustration_right_2x.png");
  background-size: 138px auto;
  display: inline-block;
  width: 87px;
  height: 73px;
  position: absolute;
  right: 5px;
  bottom: 0;
}
footer .footer-top-area .footer-more {
  display: inline-block;
  background-color: #fee16d;
  color: #4a3822;
  font-size: 14px;
  border: 1px solid #fee16d;
  border-radius: 0 0 5px 5px;
  position: relative;
  padding: 5px 26px 5px 14px;
}
@media screen and (min-width: 750px) {
  footer .footer-top-area .footer-more {
    display: none;
  }
}
footer .footer-top-area .footer-more:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 12px;
  border: 5px solid transparent;
  border-top: 5px solid #4a3822;
}
footer .footer-top-area .footer-more.active:after {
  border: 5px solid transparent;
  border-bottom: 5px solid #4a3822;
  top: 9px;
}
footer .footer-top-area .footer-info-area {
  padding-bottom: 142px;
}
footer .footer-top-area .footer-info-area .footer-info-block:first-child {
  margin-top: 37px;
  margin-bottom: 27px;
}
footer .footer-top-area .footer-info-area .footer-info-block:last-child {
  display: none;
  margin-top: 30px;
  margin-bottom: 36px;
}
footer .footer-top-area .footer-info-area .footer-info-block:last-child.active {
  display: block;
}
footer .footer-top-area .footer-info-area .footer-info-block p {
  margin: 0 0 3px;
}
@media screen and (min-width: 750px) {
  footer .footer-top-area .footer-info-area {
    display: table;
    padding: 37px 0 169px 0;
  }
  footer .footer-top-area .footer-info-area .footer-info-block {
    display: table-cell !important;
    width: 450px;
  }
  footer .footer-top-area .footer-info-area .footer-info-block:last-child {
    padding-left: 20px;
  }
  footer .footer-top-area .footer-info-area .footer-info-block p {
    margin: 0 0 3px;
  }
  footer .footer-top-area .footer-info-area .footer-info-block p :first-child {
    margin-right: 36px;
    color: red;
  }
  footer .footer-top-area .footer-info-area .footer-info-block .inline {
    display: inline-block;
  }
  footer .footer-top-area .footer-info-area .footer-info-block .inline + .inline {
    margin-left: 29px;
  }
}
footer .footer-down-area {
  background-color: #ffe88c;
  padding: 22px 0 18px;
}
footer .footer-down-area .container {
  position: relative;
}
footer .footer-down-area .copy-right {
  color: #574733;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 20px;
}
footer .footer-down-area .acart-area {
  color: #b7a465;
  font-size: 13px;
  float: right;
}
@media screen and (min-width: 992px) {
  footer {
    border-top: none;
  }
  footer .footer-top-area .container:before {
    background: url("../img/footer/footer_lg_illustration_left.png");
  }
  footer .footer-top-area .container:after {
    background: url("../img/footer/footer_lg_illustration_right.png");
    width: 138px;
  }
  footer .footer-top-area .footer-more {
    display: none;
  }
  footer .footer-top-area .footer-info-area {
    display: table;
    padding: 40px 0;
    padding-left: 256px;
  }
  footer .footer-top-area .footer-info-area .footer-info-block {
    display: table-cell;
    width: 370px;
  }
  footer .footer-top-area .footer-info-area .footer-info-block:last-child {
    display: table-cell;
    padding-left: 35px;
  }
  footer .footer-down-area {
    padding: 20px 0;
  }
  footer .footer-down-area .container {
    position: relative;
  }
  footer .footer-down-area .copy-right {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
    margin-left: 16px;
    letter-spacing: 0.16px;
  }
  footer .footer-down-area .acart-area {
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (min-width: 1260px) {
  footer .footer-top-area .footer-info-area {
    padding-left: 328px;
  }
  footer .footer-top-area .footer-info-area .footer-info-block {
    width: 400px;
  }
  footer .footer-top-area .footer-info-area .footer-info-block:last-child {
    padding-left: 0;
  }
}

/*
=================================================================
(#m03mcs) MAIN CONTENT
=================================================================
*/
.page-banner-area {
  background: url("../img/page/banner_bg.jpg") repeat;
  background-size: 60px auto;
  height: 150px;
}
@media screen and (min-width: 992px) {
  .page-banner-area {
    height: 190px;
  }
}
.page-banner-area.A1 .container {
  position: relative;
  height: 100%;
  background: url("../img/page/banner_A1.jpg") left 120px center no-repeat;
  background-size: auto 150px;
}
.page-banner-area.A1 .container .page-banner-text {
  padding: 62px 0 0 0px;
}
.page-banner-area.A1 .container .page-banner-text img {
  width: 156px;
  height: 30px;
}
@media screen and (min-width: 992px) {
  .page-banner-area.A1 .container {
    background-size: 850px 190px;
  }
  .page-banner-area.A1 .container .page-banner-text {
    padding: 70px 0 0 0;
  }
  .page-banner-area.A1 .container .page-banner-text img {
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 1260px) {
  .page-banner-area.A1 .container {
    background-position: right center;
  }
  .page-banner-area.A1 .container .page-banner-text {
    padding: 70px 0 0 144px;
  }
  .page-banner-area.A1 .container .page-banner-text img {
    width: auto;
    height: auto;
  }
  .page-banner-area.A1 .container:before {
    content: "";
    background: url("../img/page/banner_pic.png");
    background-size: 307px 133px;
    display: block;
    width: 307px;
    height: 133px;
    position: absolute;
    left: -18px;
    bottom: 0;
  }
}
.page-banner-area.B1 .container {
  position: relative;
  height: 100%;
  background: url("../img/page/banner_B1.jpg") left 120px center no-repeat;
  background-size: auto 150px;
}
.page-banner-area.B1 .container .page-banner-text {
  padding: 62px 0 0 0px;
}
.page-banner-area.B1 .container .page-banner-text img {
  width: 156px;
  height: 30px;
}
@media screen and (min-width: 992px) {
  .page-banner-area.B1 .container {
    background-size: 850px 190px;
  }
  .page-banner-area.B1 .container .page-banner-text {
    padding: 70px 0 0 0;
  }
  .page-banner-area.B1 .container .page-banner-text img {
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 1260px) {
  .page-banner-area.B1 .container {
    background-position: right center;
  }
  .page-banner-area.B1 .container .page-banner-text {
    padding: 70px 0 0 144px;
  }
  .page-banner-area.B1 .container .page-banner-text img {
    width: auto;
    height: auto;
  }
  .page-banner-area.B1 .container:before {
    content: "";
    background: url("../img/page/banner_pic.png");
    background-size: 307px 133px;
    display: block;
    width: 307px;
    height: 133px;
    position: absolute;
    left: -18px;
    bottom: 0;
  }
}
.page-banner-area.C1 .container {
  position: relative;
  height: 100%;
  background: url("../img/page/banner_C1.jpg") left 120px center no-repeat;
  background-size: auto 150px;
}
.page-banner-area.C1 .container .page-banner-text {
  padding: 62px 0 0 0px;
}
.page-banner-area.C1 .container .page-banner-text img {
  width: 156px;
  height: 30px;
}
@media screen and (min-width: 992px) {
  .page-banner-area.C1 .container {
    background-size: 850px 190px;
  }
  .page-banner-area.C1 .container .page-banner-text {
    padding: 70px 0 0 0;
  }
  .page-banner-area.C1 .container .page-banner-text img {
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 1260px) {
  .page-banner-area.C1 .container {
    background-position: right center;
  }
  .page-banner-area.C1 .container .page-banner-text {
    padding: 70px 0 0 144px;
  }
  .page-banner-area.C1 .container .page-banner-text img {
    width: auto;
    height: auto;
  }
  .page-banner-area.C1 .container:before {
    content: "";
    background: url("../img/page/banner_pic.png");
    background-size: 307px 133px;
    display: block;
    width: 307px;
    height: 133px;
    position: absolute;
    left: -18px;
    bottom: 0;
  }
}
.page-banner-area.D1 .container {
  position: relative;
  height: 100%;
  background: url("../img/page/banner_D1.jpg") left 120px center no-repeat;
  background-size: auto 150px;
}
.page-banner-area.D1 .container .page-banner-text {
  padding: 62px 0 0 0px;
}
.page-banner-area.D1 .container .page-banner-text img {
  width: 156px;
  height: 30px;
}
@media screen and (min-width: 992px) {
  .page-banner-area.D1 .container {
    background-size: 850px 190px;
  }
  .page-banner-area.D1 .container .page-banner-text {
    padding: 70px 0 0 0;
  }
  .page-banner-area.D1 .container .page-banner-text img {
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 1260px) {
  .page-banner-area.D1 .container {
    background-position: right center;
  }
  .page-banner-area.D1 .container .page-banner-text {
    padding: 70px 0 0 144px;
  }
  .page-banner-area.D1 .container .page-banner-text img {
    width: auto;
    height: auto;
  }
  .page-banner-area.D1 .container:before {
    content: "";
    background: url("../img/page/banner_pic.png");
    background-size: 307px 133px;
    display: block;
    width: 307px;
    height: 133px;
    position: absolute;
    left: -18px;
    bottom: 0;
  }
}
.page-banner-area.E1 .container {
  position: relative;
  height: 100%;
  background: url("../img/page/banner_E1.jpg") left 120px center no-repeat;
  background-size: auto 150px;
}
.page-banner-area.E1 .container .page-banner-text {
  padding: 62px 0 0 0px;
}
.page-banner-area.E1 .container .page-banner-text img {
  width: 156px;
  height: 30px;
}
@media screen and (min-width: 992px) {
  .page-banner-area.E1 .container {
    background-size: 850px 190px;
  }
  .page-banner-area.E1 .container .page-banner-text {
    padding: 70px 0 0 0;
  }
  .page-banner-area.E1 .container .page-banner-text img {
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 1260px) {
  .page-banner-area.E1 .container {
    background-position: right center;
  }
  .page-banner-area.E1 .container .page-banner-text {
    padding: 70px 0 0 144px;
  }
  .page-banner-area.E1 .container .page-banner-text img {
    width: auto;
    height: auto;
  }
  .page-banner-area.E1 .container:before {
    content: "";
    background: url("../img/page/banner_pic.png");
    background-size: 307px 133px;
    display: block;
    width: 307px;
    height: 133px;
    position: absolute;
    left: -18px;
    bottom: 0;
  }
}
.page-banner-area.F1 .container {
  position: relative;
  height: 100%;
  background: url("../img/page/banner_F1.jpg") left 120px center no-repeat;
  background-size: auto 150px;
}
.page-banner-area.F1 .container .page-banner-text {
  padding: 62px 0 0 0px;
}
.page-banner-area.F1 .container .page-banner-text img {
  width: 156px;
  height: 30px;
}
@media screen and (min-width: 992px) {
  .page-banner-area.F1 .container {
    background-size: 850px 190px;
  }
  .page-banner-area.F1 .container .page-banner-text {
    padding: 70px 0 0 0;
  }
  .page-banner-area.F1 .container .page-banner-text img {
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 1260px) {
  .page-banner-area.F1 .container {
    background-position: right center;
  }
  .page-banner-area.F1 .container .page-banner-text {
    padding: 70px 0 0 144px;
  }
  .page-banner-area.F1 .container .page-banner-text img {
    width: auto;
    height: auto;
  }
  .page-banner-area.F1 .container:before {
    content: "";
    background: url("../img/page/banner_pic.png");
    background-size: 307px 133px;
    display: block;
    width: 307px;
    height: 133px;
    position: absolute;
    left: -18px;
    bottom: 0;
  }
}
.page-banner-area.G1 .container {
  position: relative;
  height: 100%;
  background: url("../img/page/banner_G1.jpg") left 120px center no-repeat;
  background-size: auto 150px;
}
.page-banner-area.G1 .container .page-banner-text {
  padding: 62px 0 0 0px;
}
.page-banner-area.G1 .container .page-banner-text img {
  width: 156px;
  height: 30px;
}
@media screen and (min-width: 992px) {
  .page-banner-area.G1 .container {
    background-size: 850px 190px;
  }
  .page-banner-area.G1 .container .page-banner-text {
    padding: 70px 0 0 0;
  }
  .page-banner-area.G1 .container .page-banner-text img {
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 1260px) {
  .page-banner-area.G1 .container {
    background-position: right center;
  }
  .page-banner-area.G1 .container .page-banner-text {
    padding: 70px 0 0 144px;
  }
  .page-banner-area.G1 .container .page-banner-text img {
    width: auto;
    height: auto;
  }
  .page-banner-area.G1 .container:before {
    content: "";
    background: url("../img/page/banner_pic.png");
    background-size: 307px 133px;
    display: block;
    width: 307px;
    height: 133px;
    position: absolute;
    left: -18px;
    bottom: 0;
  }
}

.page-area {
  margin: 5px 0 50px;
}
@media screen and (min-width: 992px) {
  .page-area {
    margin-bottom: 80px;
  }
}

.left-menu {
  list-style: none;
  padding: 0;
}
.left-menu > li {
  background-color: #fff7be;
  border-radius: 10px;
  position: relative;
  margin-bottom: 2px;
}
.left-menu > li:last-child {
  margin-bottom: 0;
}
.left-menu > li > a {
  display: block;
  padding: 15px 50px 15px 62px;
  position: relative;
  font-size: 16px;
  color: #786957;
}
.left-menu > li.active {
  background-color: #ffdf7c;
}
.left-menu > li.active a {
  color: #484848;
}
.left-menu > li.active:before {
  content: "";
  display: inline-block;
  border: 2px solid #f89828;
  border-radius: 50%;
  background-color: #fffdea;
  width: 41px;
  height: 41px;
  position: absolute;
  top: 8px;
  left: 12px;
}
.left-menu > li.active:after {
  content: "";
  display: inline-block;
  border: transparent 10px solid;
  border-left: #ffdf7c 10px solid;
  position: absolute;
  right: -20px;
  top: 16px;
}
.left-menu > li.active .layer-2 {
  display: block;
}
.left-menu > li:hover {
  background-color: #ffdf7c;
}
.left-menu > li:hover:before {
  content: "";
  display: inline-block;
  border: 2px solid #f89828;
  border-radius: 50%;
  background-color: #fffdea;
  width: 41px;
  height: 41px;
  position: absolute;
  top: 8px;
  left: 12px;
}
.left-menu > li.about_icon_big_issue > a {
  background: url("../img/page/icon/about_icon_big_issue_off.png") 18px 13px no-repeat;
  background-size: 30px auto;
}
.left-menu > li.about_icon_big_issue.active > a, .left-menu > li.about_icon_big_issue:hover > a {
  background: url("../img/page/icon/about_icon_big_issue_on.png") 18px 13px no-repeat;
  background-size: 30px auto;
  z-index: 1;
}
.left-menu > li.about_icon_honor > a {
  background: url("../img/page/icon/about_icon_honor_off.png") 18px 13px no-repeat;
  background-size: 30px auto;
}
.left-menu > li.about_icon_honor.active > a, .left-menu > li.about_icon_honor:hover > a {
  background: url("../img/page/icon/about_icon_honor_on.png") 18px 13px no-repeat;
  background-size: 30px auto;
  z-index: 1;
}
.left-menu > li.about_icon_intro > a {
  background: url("../img/page/icon/about_icon_intro_off.png") 18px 13px no-repeat;
  background-size: 30px auto;
}
.left-menu > li.about_icon_intro.active > a, .left-menu > li.about_icon_intro:hover > a {
  background: url("../img/page/icon/about_icon_intro_on.png") 18px 13px no-repeat;
  background-size: 30px auto;
  z-index: 1;
}
.left-menu > li.about_icon_organization > a {
  background: url("../img/page/icon/about_icon_organization_off.png") 18px 13px no-repeat;
  background-size: 30px auto;
}
.left-menu > li.about_icon_organization.active > a, .left-menu > li.about_icon_organization:hover > a {
  background: url("../img/page/icon/about_icon_organization_on.png") 18px 13px no-repeat;
  background-size: 30px auto;
  z-index: 1;
}
.left-menu > li.about_icon_report > a {
  background: url("../img/page/icon/about_icon_report_off.png") 18px 13px no-repeat;
  background-size: 30px auto;
}
.left-menu > li.about_icon_report.active > a, .left-menu > li.about_icon_report:hover > a {
  background: url("../img/page/icon/about_icon_report_on.png") 18px 13px no-repeat;
  background-size: 30px auto;
  z-index: 1;
}
.left-menu > li.about_icon_sail > a {
  background: url("../img/page/icon/about_icon_sail_off.png") 18px 13px no-repeat;
  background-size: 30px auto;
}
.left-menu > li.about_icon_sail.active > a, .left-menu > li.about_icon_sail:hover > a {
  background: url("../img/page/icon/about_icon_sail_on.png") 18px 13px no-repeat;
  background-size: 30px auto;
  z-index: 1;
}
.left-menu > li.message_icon_contact > a {
  background: url("../img/page/icon/message_icon_contact_off.png") 18px 13px no-repeat;
  background-size: 30px auto;
}
.left-menu > li.message_icon_contact.active > a, .left-menu > li.message_icon_contact:hover > a {
  background: url("../img/page/icon/message_icon_contact_on.png") 18px 13px no-repeat;
  background-size: 30px auto;
  z-index: 1;
}
.left-menu > li.message_icon_edm > a {
  background: url("../img/page/icon/message_icon_edm_off.png") 18px 13px no-repeat;
  background-size: 30px auto;
}
.left-menu > li.message_icon_edm.active > a, .left-menu > li.message_icon_edm:hover > a {
  background: url("../img/page/icon/message_icon_edm_on.png") 18px 13px no-repeat;
  background-size: 30px auto;
  z-index: 1;
}
.left-menu > li.message_icon_media > a {
  background: url("../img/page/icon/message_icon_media_off.png") 18px 13px no-repeat;
  background-size: 30px auto;
}
.left-menu > li.message_icon_media.active > a, .left-menu > li.message_icon_media:hover > a {
  background: url("../img/page/icon/message_icon_media_on.png") 18px 13px no-repeat;
  background-size: 30px auto;
  z-index: 1;
}
.left-menu > li.message_icon_news > a {
  background: url("../img/page/icon/message_icon_news_off.png") 18px 13px no-repeat;
  background-size: 30px auto;
}
.left-menu > li.message_icon_news.active > a, .left-menu > li.message_icon_news:hover > a {
  background: url("../img/page/icon/message_icon_news_on.png") 18px 13px no-repeat;
  background-size: 30px auto;
  z-index: 1;
}
.left-menu > li.message_icon_question > a {
  background: url("../img/page/icon/message_icon_question_off.png") 18px 13px no-repeat;
  background-size: 30px auto;
}
.left-menu > li.message_icon_question.active > a, .left-menu > li.message_icon_question:hover > a {
  background: url("../img/page/icon/message_icon_question_on.png") 18px 13px no-repeat;
  background-size: 30px auto;
  z-index: 1;
}
.left-menu > li.promotion_service_icon_public_promotion > a {
  background: url("../img/page/icon/promotion_service_icon_public_promotion_off.png") 18px 13px no-repeat;
  background-size: 30px auto;
}
.left-menu > li.promotion_service_icon_public_promotion.active > a, .left-menu > li.promotion_service_icon_public_promotion:hover > a {
  background: url("../img/page/icon/promotion_service_icon_public_promotion_on.png") 18px 13px no-repeat;
  background-size: 30px auto;
  z-index: 1;
}
.left-menu > li.promotion_service_icon_school_service > a {
  background: url("../img/page/icon/promotion_service_icon_school_service_off.png") 18px 13px no-repeat;
  background-size: 30px auto;
}
.left-menu > li.promotion_service_icon_school_service.active > a, .left-menu > li.promotion_service_icon_school_service:hover > a {
  background: url("../img/page/icon/promotion_service_icon_school_service_on.png") 18px 13px no-repeat;
  background-size: 30px auto;
  z-index: 1;
}
.left-menu > li.promotion_service_icon_service_feedback > a {
  background: url("../img/page/icon/promotion_service_icon_service_feedback_off.png") 18px 13px no-repeat;
  background-size: 30px auto;
}
.left-menu > li.promotion_service_icon_service_feedback.active > a, .left-menu > li.promotion_service_icon_service_feedback:hover > a {
  background: url("../img/page/icon/promotion_service_icon_service_feedback_on.png") 18px 13px no-repeat;
  background-size: 30px auto;
  z-index: 1;
}
.left-menu > li.promotion_service_icon_teacher_lecture > a {
  background: url("../img/page/icon/promotion_service_icon_teacher_lecture_off.png") 18px 13px no-repeat;
  background-size: 30px auto;
}
.left-menu > li.promotion_service_icon_teacher_lecture.active > a, .left-menu > li.promotion_service_icon_teacher_lecture:hover > a {
  background: url("../img/page/icon/promotion_service_icon_teacher_lecture_on.png") 18px 13px no-repeat;
  background-size: 30px auto;
  z-index: 1;
}
.left-menu > li.research_icon_course > a {
  background: url("../img/page/icon/research_icon_course_off.png") 18px 13px no-repeat;
  background-size: 30px auto;
}
.left-menu > li.research_icon_course.active > a, .left-menu > li.research_icon_course:hover > a {
  background: url("../img/page/icon/research_icon_course_on.png") 18px 13px no-repeat;
  background-size: 30px auto;
  z-index: 1;
}
.left-menu > li.research_icon_eq > a {
  background: url("../img/page/icon/research_icon_eq_off.png") 18px 13px no-repeat;
  background-size: 30px auto;
}
.left-menu > li.research_icon_eq.active > a, .left-menu > li.research_icon_eq:hover > a {
  background: url("../img/page/icon/research_icon_eq_on.png") 18px 13px no-repeat;
  background-size: 30px auto;
  z-index: 1;
}
.left-menu > li.research_icon_international > a {
  background: url("../img/page/icon/research_icon_international_off.png") 18px 13px no-repeat;
  background-size: 30px auto;
}
.left-menu > li.research_icon_international.active > a, .left-menu > li.research_icon_international:hover > a {
  background: url("../img/page/icon/research_icon_international_on.png") 18px 13px no-repeat;
  background-size: 30px auto;
  z-index: 1;
}
.left-menu > li.research_icon_xinfu > a {
  background: url("../img/page/icon/research_icon_xinfu_off.png") 18px 13px no-repeat;
  background-size: 30px auto;
}
.left-menu > li.research_icon_xinfu.active > a, .left-menu > li.research_icon_xinfu:hover > a {
  background: url("../img/page/icon/research_icon_xinfu_on.png") 18px 13px no-repeat;
  background-size: 30px auto;
  z-index: 1;
}
.left-menu > li.supply_icon_book > a {
  background: url("../img/page/icon/supply_icon_book_off.png") 18px 13px no-repeat;
  background-size: 30px auto;
}
.left-menu > li.supply_icon_book.active > a, .left-menu > li.supply_icon_book:hover > a {
  background: url("../img/page/icon/supply_icon_book_on.png") 18px 13px no-repeat;
  background-size: 30px auto;
  z-index: 1;
}
.left-menu > li.supply_icon_box > a {
  background: url("../img/page/icon/supply_icon_box_off.png") 18px 13px no-repeat;
  background-size: 30px auto;
}
.left-menu > li.supply_icon_box.active > a, .left-menu > li.supply_icon_box:hover > a {
  background: url("../img/page/icon/supply_icon_box_on.png") 18px 13px no-repeat;
  background-size: 30px auto;
  z-index: 1;
}
.left-menu > li.supply_icon_doctor > a {
  background: url("../img/page/icon/supply_icon_doctor_off.png") 18px 13px no-repeat;
  background-size: 30px auto;
}
.left-menu > li.supply_icon_doctor.active > a, .left-menu > li.supply_icon_doctor:hover > a {
  background: url("../img/page/icon/supply_icon_doctor_on.png") 18px 13px no-repeat;
  background-size: 30px auto;
  z-index: 1;
}
.left-menu > li.support_icon_check > a {
  background: url("../img/page/icon/support_icon_check_off.png") 18px 13px no-repeat;
  background-size: 30px auto;
}
.left-menu > li.support_icon_check.active > a, .left-menu > li.support_icon_check:hover > a {
  background: url("../img/page/icon/support_icon_check_on.png") 18px 13px no-repeat;
  background-size: 30px auto;
  z-index: 1;
}
.left-menu > li.support_icon_donate > a {
  background: url("../img/page/icon/support_icon_donate_off.png") 18px 13px no-repeat;
  background-size: 30px auto;
}
.left-menu > li.support_icon_donate.active > a, .left-menu > li.support_icon_donate:hover > a {
  background: url("../img/page/icon/support_icon_donate_on.png") 18px 13px no-repeat;
  background-size: 30px auto;
  z-index: 1;
}
.left-menu > li.support_icon_partner > a {
  background: url("../img/page/icon/support_icon_partner_off.png") 18px 13px no-repeat;
  background-size: 30px auto;
}
.left-menu > li.support_icon_partner.active > a, .left-menu > li.support_icon_partner:hover > a {
  background: url("../img/page/icon/support_icon_partner_on.png") 18px 13px no-repeat;
  background-size: 30px auto;
  z-index: 1;
}
.left-menu > li.volunteer_icon_feedback > a {
  background: url("../img/page/icon/volunteer_icon_feedback_off.png") 18px 13px no-repeat;
  background-size: 30px auto;
}
.left-menu > li.volunteer_icon_feedback.active > a, .left-menu > li.volunteer_icon_feedback:hover > a {
  background: url("../img/page/icon/volunteer_icon_feedback_on.png") 18px 13px no-repeat;
  background-size: 30px auto;
  z-index: 1;
}
.left-menu > li.volunteer_icon_join > a {
  background: url("../img/page/icon/volunteer_icon_join_off.png") 18px 13px no-repeat;
  background-size: 30px auto;
}
.left-menu > li.volunteer_icon_join.active > a, .left-menu > li.volunteer_icon_join:hover > a {
  background: url("../img/page/icon/volunteer_icon_join_on.png") 18px 13px no-repeat;
  background-size: 30px auto;
  z-index: 1;
}
.left-menu > li.volunteer_icon_speech > a {
  background: url("../img/page/icon/volunteer_icon_speech_off.png") 18px 13px no-repeat;
  background-size: 30px auto;
}
.left-menu > li.volunteer_icon_speech.active > a, .left-menu > li.volunteer_icon_speech:hover > a {
  background: url("../img/page/icon/volunteer_icon_speech_on.png") 18px 13px no-repeat;
  background-size: 30px auto;
  z-index: 1;
}
.left-menu > li > .layer-2 {
  list-style: none;
  padding: 0 0 7px;
  margin-top: -9px;
  display: none;
}
.left-menu > li > .layer-2 li a {
  display: block;
  font-size: 15px;
  color: #9e8a4d;
  position: relative;
  padding-left: 77px;
  padding-bottom: 7px;
}
.left-menu > li > .layer-2 li a:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #9e8a4d;
  position: absolute;
  top: 8px;
  left: 62px;
}
.left-menu > li > .layer-2 li.active a, .left-menu > li > .layer-2 li:hover a {
  color: #484848;
}
.left-menu > li > .layer-2 li.active a:before, .left-menu > li > .layer-2 li:hover a:before {
  background-color: #484848;
}

.left-page-area {
  display: none;
  width: 240px;
}
@media screen and (min-width: 992px) {
  .left-page-area {
    display: block;
    float: left;
  }
}
.left-page-area .img-area {
  position: relative;
  margin-top: 20px;
}
.left-page-area .img-area img {
  border-radius: 10px;
}
.left-page-area .img-area:after {
  content: "";
  width: 240px;
  height: 132px;
  display: block;
  border-radius: 10px;
  border: #eba553 1px solid;
  position: absolute;
  top: 0;
  left: 0;
}

.right-page-area {
  position: relative;
}
.right-page-area .page-title {
  position: relative;
  border-bottom: #ffd496 2px solid;
  padding-bottom: 9px;
}
.right-page-area .page-title:before {
  content: "";
  background: url("../img/page/heart_icon_2x.png") no-repeat;
  background-size: 29px auto;
  display: inline-block;
  width: 29px;
  height: 29px;
  position: absolute;
  top: 0;
  left: 0;
}
.right-page-area .page-title h2, .right-page-area .page-title h3 {
  margin: 0;
  display: inline-block;
  color: #64533e;
  font-size: 20px;
  padding: 3px 0 0 33px;
  line-height: 1.6;
}
.right-page-area .page-title.elem-service-msg {
  margin-top: 25px;
}
.right-page-area .page-title.elem-service-msg a {
  color: #e58c24;
  margin-left: 5px;
}
.right-page-area .page-title.elem-service-msg a:hover {
  color: #a8661a;
  text-decoration: underline;
}
.right-page-area .page-title.elem-service-msg:before {
  content: "";
  background: url("../img/page/icon/news_icon_2x.png") no-repeat;
  background-size: 29px auto;
}
@media screen and (min-width: 992px) {
  .right-page-area {
    float: left;
    width: 660px;
    margin-left: 40px;
    padding: 10px 0 0 0;
  }
  .right-page-area .page-title {
    margin-top: 0px;
  }
  .right-page-area .page-title:before {
    background: url("../img/page/heart_icon.png") no-repeat;
    background-size: 29px auto;
  }
  .right-page-area .page-title.elem-service-msg {
    margin-top: 58px;
  }
  .right-page-area .page-title.elem-service-msg:before {
    content: "";
    background: url("../img/page/icon/news_icon_2x.png") no-repeat;
    background-size: 29px auto;
  }
}
@media screen and (min-width: 1260px) {
  .right-page-area {
    margin-left: 45px;
    width: 885px;
  }
}

.page-content-area .page-title {
  position: relative;
  border-bottom: #ffd496 2px solid;
  padding-bottom: 9px;
}
.page-content-area .page-title:before {
  content: "";
  background: url("../img/page/heart_icon_2x.png") no-repeat;
  background-size: 29px auto;
  display: inline-block;
  width: 29px;
  height: 29px;
  position: absolute;
  top: 0;
  left: 0;
}
.page-content-area .page-title h2 {
  margin: 0;
  display: inline-block;
  color: #64533e;
  font-size: 20px;
  padding: 3px 0 0 33px;
  line-height: 1.6;
}
.page-content-area .page-top-area {
  padding: 25px 0 27px;
  border-bottom: 1px dashed #fbc17d;
  position: relative;
}
.page-content-area .page-top-area .tag-date-area {
  margin-bottom: 9px;
}
.page-content-area .page-top-area .tag-date-area .date {
  margin-left: 9px;
}
.page-content-area .page-top-area .tag-date-area .page-tag {
  margin-right: 3px;
}
.page-content-area .page-top-area .img-area {
  position: relative;
  margin-right: 20px;
  width: 100%;
  height: auto;
  background-color: #fffad7;
  border-radius: 10px;
  overflow: hidden;
  border: transparent 1px solid;
}
.page-content-area .page-top-area .img-area .img-border:after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  display: block;
  border: 1px solid #fff0dd;
  border-radius: 10px;
  position: absolute;
  top: -1px;
  left: -1px;
}
.page-content-area .page-top-area .img-area img {
  max-width: 100%;
  max-height: 100%;
}
.page-content-area .page-top-area .content-area {
  margin-top: 20px;
}
.page-content-area .page-top-area .content-area .message {
  font-size: 15px;
  color: #6f6f6f;
}
.page-content-area .page-top-area .content-area .description {
  font-size: 15px;
  color: #767676;
  border-top: 1px dashed #efe5d7;
  padding-top: 9px;
  margin-top: 8px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-content-area .page-top-area.teacher:before {
    content: "";
    background: url("../img/page/teacher_pic.png");
    background-size: 116px auto;
    width: 116px;
    height: 73px;
    position: absolute;
    right: 36px;
    bottom: 12px;
    display: inline-block;
  }
  .page-content-area .page-top-area.teacher .description {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .page-content-area .page-top-area.service-reverberation:before {
    content: "";
    background: url("../img/index/index_service_area_illustration_left.png");
    background-size: 115px auto;
    width: 115px;
    height: 42px;
    position: absolute;
    right: 17px;
    bottom: 9px;
    display: inline-block;
  }
  .page-content-area .page-top-area.service-reverberation .description {
    margin-bottom: 60px;
  }
}
.page-content-area .page-top-area.commend-book {
  margin-bottom: 0;
}
.page-content-area .page-top-area.commend-book .buy-btn {
  display: inline-block;
  background-color: #f89828;
  color: #ffffff;
  padding: 6px 36px;
  border-radius: 5px;
}
.page-content-area .page-top-area.commend-book .buy-btn:hover {
  background-color: #e58c24;
}
.page-content-area .page-top-area.commend-book .description {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .page-content-area .page-top-area.commend-book:before {
    content: "";
    background: url("../img/page/book_pic.png");
    background-size: 77px auto;
    width: 77px;
    height: 78px;
    position: absolute;
    right: 33px;
    bottom: 12px;
    display: inline-block;
  }
  .page-content-area .page-top-area.commend-book .buy-btn {
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 500px) {
  .page-content-area .page-top-area .img-area {
    float: left;
    width: 40%;
  }
  .page-content-area .page-top-area .content-area {
    margin: 0;
    padding-left: calc(40% + 20px);
  }
  .page-content-area .page-top-area.img-proportion-3-4 .img-area {
    width: 200px;
  }
  .page-content-area .page-top-area.img-proportion-3-4 .content-area {
    padding-left: 220px;
  }
}
@media screen and (min-width: 992px) {
  .page-content-area .page-top-area.img-proportion-3-4 .img-area {
    width: 240px;
  }
  .page-content-area .page-top-area.img-proportion-3-4 .content-area {
    padding-left: 260px;
  }
  .page-content-area .page-top-area .img-area {
    width: 260px;
  }
  .page-content-area .page-top-area .content-area {
    padding-left: 280px;
  }
}
@media screen and (min-width: 1260px) {
  .page-content-area .page-top-area .img-area {
    width: 320px;
  }
  .page-content-area .page-top-area .content-area {
    padding-left: 340px;
  }
}

.article-area, #tinymce {
  padding-top: 20px;
}
.article-area img, #tinymce img {
  max-width: 100%;
  height: auto;
}
.article-area h3, #tinymce h3 {
  margin-top: 0;
  color: #e98717;
  font-size: 17px;
}
.article-area h4, #tinymce h4 {
  margin-top: 0;
  color: #2fa625;
  font-size: 16px;
}
.article-area p, #tinymce p {
  margin: 0;
  color: #706f6f;
  font-size: 15px;
}
.article-area ol, #tinymce ol {
  list-style-type: none !important;
  padding: 0;
  counter-reset: num;
}
.article-area ol li, #tinymce ol li {
  padding-left: 17px;
  position: relative;
}
.article-area ol li:before, #tinymce ol li:before {
  position: absolute;
  top: 0px;
  left: 0;
  counter-increment: num;
  content: counter(num) ". ";
  color: #e98717;
}
.article-area ul, #tinymce ul {
  list-style-type: none !important;
  padding: 0;
}
.article-area ul li, #tinymce ul li {
  position: relative;
  padding-left: 17px;
}
.article-area ul li:before, #tinymce ul li:before {
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  background-color: #50b947;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
.article-area table, #tinymce table {
  border-collapse: collapse;
}
.article-area table th, #tinymce table th {
  color: #e98717;
  font-size: 17px;
  border: 1px solid #ffd496;
  background-color: #fff1ce;
  font-weight: normal;
  padding: 8px 14px;
  text-align: left;
}
.article-area table td, #tinymce table td {
  color: #6f6f6f;
  font-size: 15px;
  border: 1px solid #ffd496;
  padding: 8px 14px;
}
.article-area iframe, #tinymce iframe {
  max-width: 100%;
}
.article-area .message, #tinymce .message {
  color: #6f6f6f;
  font-size: 15px;
}
.article-area .last-msg, #tinymce .last-msg {
  margin-bottom: 16px;
}
.article-area .sign-up, #tinymce .sign-up {
  color: #f89828;
}
.article-area .sign-up:hover, #tinymce .sign-up:hover {
  color: #e58c24;
  text-decoration: underline;
}

.description-article-area {
  padding: 16px 34px 30px 8px;
  border-bottom: #ffd496 1px solid;
  position: relative;
  color: #706f6f;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .description-article-area.treasure-box {
    padding-bottom: 90px;
  }
  .description-article-area.treasure-box:before {
    content: "";
    position: absolute;
    right: 20px;
    bottom: -2px;
    background: url("../img/page/eq_box_pic.png") no-repeat;
    background-size: 122px 49px;
    display: block;
    width: 122px;
    height: 49px;
  }
}

.btn-area {
  margin-top: 50px;
  padding-top: 20px;
  border-top: #ffd496 1px solid;
}
@media screen and (min-width: 992px) {
  .btn-area.page-bottom-area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.share-box {
  line-height: 0;
  position: relative;
}
.share-box:before {
  content: "";
  background: url("../img/page/icon/share_icon_2x.png");
  background-size: 23px auto;
  display: inline-block;
  width: 23px;
  height: 22px;
  position: absolute;
  left: -30px;
  bottom: 5px;
}
@media screen and (min-width: 992px) {
  .share-box:before {
    background: url("../img/page/icon/share_icon.png");
    background-size: 23px auto;
    left: -39px;
  }
}
.share-box .share-btn {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 2px 5px;
}
.share-box .share-btn.facebook {
  background-color: #4267b2;
  margin-right: 5px;
  background-image: url("../img/page/icon/share_icon_fb_2x.png");
  background-size: 28px auto;
  background-position: 2px 6px;
}
.share-box .share-btn.facebook:hover {
  background-color: #23589A;
}
.share-box .share-btn.line {
  background-color: #00C300;
  background-image: url("../img/page/icon/share_icon_line_2x.png");
  background-size: 28px auto;
}
.share-box .share-btn.line:hover {
  background-color: #02b702;
}
@media screen and (min-width: 992px) {
  .share-box .share-btn.facebook {
    background-image: url("../img/page/icon/share_icon_fb.png");
    background-size: 28px auto;
  }
  .share-box .share-btn.line {
    background-image: url("../img/page/icon/share_icon_line.png");
    background-size: 28px auto;
  }
}

.page-btn {
  transition: all 0.3s;
}
.page-btn.btn-back {
  padding: 10px 50px;
  border-radius: 5px;
  color: #ffffff;
  line-height: 1;
  font-size: 15px;
}
@media screen and (min-width: 992px) {
  .page-btn.btn-back {
    padding: 10px 70px;
  }
}
.page-btn.btn-reset, .page-btn.btn-submit {
  padding: 10px 45px 10px 45px;
  border-radius: 5px;
  color: #ffffff;
  line-height: 1;
  font-size: 15px;
  border: none;
}
.page-btn.gray {
  background-color: #998D7F;
}
.page-btn.gray:hover {
  background-color: #484848;
}
.page-btn.orange {
  background-color: #f89828;
}
.page-btn.orange:hover {
  background-color: #e58c24;
}

.map-area {
  width: 100%;
  background-color: #fffad7;
  padding: 20px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}
.map-area iframe {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 400px;
  border: solid 5px #ffffff;
}
@media screen and (min-width: 768px) {
  .map-area iframe {
    display: block;
    float: left;
    width: 425px;
    height: 543px;
    border: solid 5px #ffffff;
  }
}
@media screen and (min-width: 992px) {
  .map-area iframe {
    width: 360px;
    height: 460px;
  }
}
@media screen and (min-width: 1260px) {
  .map-area iframe {
    width: 540px;
    height: 690px;
  }
}
.map-area .city-area {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.map-area .city-area .col-sm-6 {
  width: 50%;
}
@media screen and (min-width: 500px) {
  .map-area .city-area .col-sm-6 {
    width: 33.33%;
  }
}
@media screen and (min-width: 768px) {
  .map-area .city-area .col-sm-6 {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .map-area .city-area {
    width: calc(100% - 425px);
    margin-top: 9px;
  }
  .map-area .city-area .row {
    margin: 0px;
  }
  .map-area .city-area .col-sm-6 {
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .map-area .city-area {
    width: calc(100% - 360px);
  }
}
@media screen and (min-width: 1260px) {
  .map-area .city-area {
    width: calc(100% - 540px);
  }
  .map-area .city-area .row {
    margin: 0 0 0 16px;
  }
}
.map-area .location {
  background: url("../img/page/icon/promotion_service_location_icon_off.png") 0 0 no-repeat;
  background-size: 18px 24px;
  display: block;
  padding-left: 28px;
  font-size: 18px;
  color: #484848;
  margin-bottom: 17px;
  padding-right: 0;
}
.map-area .location:hover {
  background: url("../img/page/icon/promotion_service_location_icon_on.png") 0 0 no-repeat;
  background-size: 18px 24px;
  color: #ec860f;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .map-area:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../img/page/school_service_pic.png");
    background-size: 364px auto;
    width: 364px;
    height: 261px;
  }
}

.jump-page-box {
  margin: 100px 0 54px 0;
}
.jump-page-box .img-area {
  width: 100%;
}
.jump-page-box .img-area.page-404 {
  background: url("../img/page/404_page.png") center no-repeat;
  background-size: 939px 217px;
  height: 217px;
}
.jump-page-box .img-area.success {
  background: url("../img/page/jump_page.png") center no-repeat;
  background-size: 939px 200px;
  height: 200px;
}
.jump-page-box .text-area {
  font-size: 24px;
  color: #484848;
  text-align: center;
  position: relative;
  bottom: 62px;
}

.site-map-list {
  margin-bottom: 30px;
}
@media screen and (max-width: 499px) {
  .site-map-list.col-xs-6 {
    width: 100%;
  }
}
@media screen and (min-width: 500px) and (max-width: 991px) {
  .site-map-list.col-xs-6 {
    width: 33.3333%;
  }
}
.site-map-list .site-map-title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #f89828;
  border-bottom: solid 1px #ffd496;
}
.site-map-list ul {
  list-style: none;
  padding-left: 0px;
}
.site-map-list ul > li {
  font-size: 16px;
}
.site-map-list ul > li > a:hover {
  color: #a8661a;
  text-decoration: underline;
}

@media screen and (max-width: 500px) {
  .visible-xs-block {
    display: none !important;
  }
}

@media screen and (min-width: 500px) {
  .visible-xxs-block {
    display: none;
  }
}

.gsc-control-cse {
  background-color: transparent !important;
  border: none !important;
}
.gsc-control-cse .gsc-input-box {
  border-color: #efcb76;
}
.gsc-control-cse form.gsc-search-box {
  border: none;
  box-shadow: none;
  background: transparent;
}
.gsc-control-cse .gsc-search-button-v2 {
  background-color: #f89828;
  border: #f89828;
}
.gsc-control-cse .gsc-search-button-v2:hover {
  background-color: #e58c24;
}

.required {
  position: relative;
}
.required:before {
  content: "*";
  position: relative;
  top: 5px;
  line-height: 1;
  margin-right: 6px;
  display: inline-block;
  color: #eb6877;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .required:before {
    position: absolute;
    margin: 0;
    top: 3px;
    left: -13px;
  }
}

.form-control {
  color: #878787;
  font-size: 15px;
  border: 1px solid #efcb76;
  border-radius: 5px;
}
.form-control.inline {
  display: inline-block;
  width: auto;
}
.form-control.short {
  display: inline-block;
  width: 70px;
}
.form-control.medium {
  width: 104px;
}

.contact-info-area {
  padding: 25px 6px;
}
.contact-info-area .info-row:first-child .info-cell:first-child {
  margin-top: 0;
}
.contact-info-area .info-cell {
  color: #767676;
  font-size: 16px;
  margin-top: 5px;
}
.contact-info-area .info-cell i {
  width: 15px;
  text-align: center;
  margin-top: -3px;
  vertical-align: middle;
  font-size: 15px;
  color: #b9afa3;
  margin-right: 8px;
}
.contact-info-area .info-cell i.fa-user {
  margin-top: -5px;
}
@media screen and (min-width: 560px) {
  .contact-info-area {
    display: table;
    width: 100%;
  }
  .contact-info-area .info-row {
    display: table-row;
  }
  .contact-info-area .info-row:first-child .info-cell {
    padding-top: 0;
  }
  .contact-info-area .info-cell {
    display: table-cell;
    vertical-align: top;
    padding-right: 30px;
    width: 50%;
    padding-top: 3px;
    margin-top: 0;
  }
  .contact-info-area .info-cell:last-child {
    padding-right: 0;
    padding-left: 30px;
  }
}

.form-group-line {
  margin: 30px 0;
  border-top: #ffd496 1px solid;
}
.form-group-line.dashed {
  border-top: #ffd496 1px dashed;
}

.form-group-title {
  padding: 12px 0 8px;
  background: #FFD496;
  text-align: center;
  margin: 35px 0 10px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .form-group-title {
    margin: 30px 0 20px;
    margin-top: 0;
  }
}

.form-area {
  overflow: hidden;
  background: #fffae1;
  background-size: 120px auto;
  border: 1px solid #ffe2c1;
  border-radius: 10px;
}
.form-area.teacher-lecture {
  margin-top: 30px;
}
.form-area .form-group-area {
  padding: 0 15px 35px 15px;
}
@media screen and (min-width: 768px) {
  .form-area {
    background: #fffae1 url("../img/page/contact_pic_2x.png") right 20px bottom 20px no-repeat;
    background-size: 120px auto;
  }
  .form-area .form-group-area {
    padding: 10px 60px 40px 60px;
  }
  .form-area.contact-us .form-group-area {
    padding: 35px 45px 45px 45px;
  }
}
@media screen and (min-width: 992px) {
  .form-area {
    background: #fffae1 url("../img/page/contact_pic.png") right 20px bottom 20px no-repeat;
    background-size: 120px auto;
  }
}
.form-area .btn-area {
  text-align: center;
  margin-top: 20px;
  font-size: 0;
}
.form-area .btn-area .page-btn + .page-btn {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
@media screen and (min-width: 400px) {
  .form-area .btn-area .page-btn + .page-btn {
    display: inline-block;
    margin-left: 20px;
    margin-top: 0;
  }
}
@media screen and (min-width: 640px) {
  .form-area .btn-area .page-btn + .page-btn {
    margin-left: 43px;
  }
}
@media screen and (min-width: 1260px) {
  .form-area .btn-area {
    padding-left: 104px;
  }
}
.form-area .checkbox-inline {
  vertical-align: top;
}
.form-area .input-inside {
  padding-top: 0;
}
.form-area .input-inside > input[type=radio], .form-area .input-inside input[type=checkbox] {
  margin-top: 10px;
}
.form-area .input-inside input[type=text] {
  margin-bottom: 5px;
}
.form-area .input-inside-group {
  padding-top: 2px;
}
.form-area .input-inside-group > input[type=radio], .form-area .input-inside-group input[type=checkbox] {
  margin-top: 9px;
}
.form-area .input-inside-group input[type=text] {
  margin-bottom: 0;
}
.form-area .radio-inline {
  padding-top: 7px;
  vertical-align: top;
}
.form-area .radio-inline.input-inside {
  padding-top: 1px;
}
.form-area .radio-inline.input-inside input[type=radio], .form-area .radio-inline.input-inside input[type=checkbox] {
  margin-top: 10px;
}
.form-area .for-multi-row + .for-multi-row {
  margin-top: 10px;
}
@media screen and (min-width: 1260px) {
  .form-area .for-multi-row + .for-multi-row {
    margin-top: 0px;
  }
}
.form-area .input-group-btn .pick-file {
  width: 120px;
  position: relative;
  height: 34px;
  background: #f89828;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
  border: 0px;
  line-height: 34px;
  padding: 0;
  cursor: pointer;
}
.form-area .input-group-btn .pick-file:hover {
  background: #e58c24;
}
.form-area .input-group-btn .pick-file input[type=file] {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  height: 34px;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 100;
  cursor: pointer;
}
.form-area .time-row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.form-area .time-row div[class*=col] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media screen and (min-width: 768px) {
  .form-area .time-row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .form-area .time-row div[class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.checkbox-inline {
  margin-right: 15px;
}
.checkbox-inline + .checkbox-inline {
  margin-left: 0;
}
.checkbox-inline:last-child {
  margin-right: 0;
}

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

@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% - 48%);
  }
  .column-system.two-column.type1 > .column.static-column {
    width: 48%;
  }
}
@media screen and (min-width: 1260px) {
  .column-system.two-column.type1 {
    display: table;
    width: 100%;
  }
  .column-system.two-column.type1 > .column {
    display: table-cell;
    vertical-align: top;
    width: calc(100% - 386px);
  }
  .column-system.two-column.type1 > .column.static-column {
    width: 386px;
  }
}
@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-group {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.form-group .control-label {
  padding-right: 15px;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .form-group.limit-length > div {
    max-width: 220px;
  }
}
@media screen and (min-width: 768px) {
  .form-group.type1 > .control-label {
    width: 90px;
    padding-left: 0;
    float: left;
  }
  .form-group.type1 > div {
    float: left;
    padding-right: 0;
    padding-left: 0;
    width: calc(100% - 90px);
  }
}
@media screen and (min-width: 768px) {
  .form-group.type2 > .control-label {
    width: 80px;
    padding-left: 0;
    float: left;
  }
  .form-group.type2 > div {
    float: left;
    padding-right: 0;
    padding-left: 0;
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 768px) {
  .form-group.type3 > .control-label {
    width: 110px;
    padding-left: 0;
    float: left;
  }
  .form-group.type3 > div {
    float: left;
    padding-right: 0;
    padding-left: 0;
    width: calc(100% - 110px);
  }
}
.form-group .vcode-area > * {
  float: left;
}
.form-group .vcode-area > input {
  width: 317px;
  max-width: calc(100% - 34px - 100px - 10px);
}
.form-group .vcode-area > .vcode_img {
  margin-left: 5px;
  width: 100px;
  padding: 0;
}
.form-group .vcode-area > .vcode_refresh {
  cursor: pointer;
  margin-left: 5px;
  padding: 0;
  text-align: center;
  width: 34px;
  line-height: 34px;
}
.form-group .vcode-area > .vcode_refresh i {
  color: #EEC87A;
}
.form-group .vcode-area > .vcode_refresh:hover {
  background: #EEC87A;
}
.form-group .vcode-area > .vcode_refresh:hover i {
  color: #FFFFFF;
}
@media screen and (min-width: 1260px) {
  .form-group .vcode-area > input {
    max-width: calc(100% - 34px - 129px - 10px);
  }
  .form-group .vcode-area > .vcode_img {
    width: 129px;
  }
}

.search-area {
  background-color: #fff1ce;
  border: #f5e5bb 1px solid;
  padding: 7px 19px 18px 19px;
  border-radius: 0 0 5px 5px;
}
.search-area:not(.epaper) .form-group > .control-label {
  width: 65px;
  padding-left: 0;
  float: left;
}
.search-area:not(.epaper) .form-group > div {
  float: left;
  padding-right: 0;
  padding-left: 0;
  width: calc(100% - 65px);
}
@media screen and (min-width: 768px) {
  .search-area > .column-system.for-search > .column:first-child {
    padding-right: 14px;
  }
}
.search-area .column .page-btn {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.search-area .static-column {
  padding-right: 0;
}
.search-area .static-column .page-btn {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.search-area .form-group .control-label {
  padding-right: 5px;
  margin-bottom: 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .search-area .form-group .control-label {
    text-align: right;
  }
}
@media screen and (min-width: 400px) {
  .search-area .form-group > .control-label {
    width: 65px;
    padding-left: 0;
    float: left;
  }
  .search-area .form-group > div {
    float: left;
    padding-right: 0;
    padding-left: 0;
    width: calc(100% - 65px);
  }
}
@media screen and (min-width: 768px) {
  .search-area .form-group > .control-label {
    width: 50px;
    padding-left: 0;
    float: left;
  }
  .search-area .form-group > div {
    float: left;
    padding-right: 0;
    padding-left: 0;
    width: calc(100% - 50px);
  }
}
@media screen and (min-width: 768px) {
  .search-area .form-group.long-text > .control-label {
    width: 75px;
    padding-left: 0;
    float: left;
  }
  .search-area .form-group.long-text > div {
    float: left;
    padding-right: 0;
    padding-left: 0;
    width: calc(100% - 75px);
  }
  .search-area .form-group.long-text.first > .control-label {
    width: 65px;
    padding-left: 0;
    float: left;
  }
  .search-area .form-group.long-text.first > div {
    float: left;
    padding-right: 0;
    padding-left: 0;
    width: calc(100% - 65px);
  }
}
@media screen and (max-width: 767px) {
  .search-area .form-group > div.for-btn {
    margin-top: 5px;
    width: 100%;
  }
}

.way_to_go_area {
  display: none;
}

.sessions-box .sessions-head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.sessions-box .sessions-head .sessions-title {
  line-height: 1.7;
  color: #e98717;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 17.5px;
}
.sessions-box .sessions-head .sessions-title:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 7.5px;
  height: 7px;
  background: url("../img/header/menu_lg_heart.png") no-repeat;
  background-size: 7.5px 7px;
}
@media screen and (min-width: 768px) {
  .sessions-box .sessions-head .sessions-title {
    margin-left: 19px;
  }
}
.sessions-box .sessions-head .delete-sessions-btn {
  border: 0;
  background: transparent;
  margin-left: auto;
  font-size: 15px;
  font-weight: bold;
  color: #eb6877;
  position: relative;
  padding-left: 27px;
  padding-right: 0;
}
.sessions-box .sessions-head .delete-sessions-btn:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 17px;
  height: 17px;
  background: url("../img/icon/icon_delete@2x.png") no-repeat;
  background-size: 17px 17px;
}
.sessions-box .total-time {
  color: #e98717;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .sessions-box .total-time {
    padding-left: 110px;
  }
}
.sessions-box .sessions-bottom {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.sessions-box .sessions-bottom .total-cnt-box .total-cnt {
  color: #eb6877;
  font-size: 20px;
  font-weight: bold;
}
.sessions-box .sessions-bottom .add-sessions-btn {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.sessions-box .sessions-bottom .add-sessions-btn .icon {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .sessions-box .sessions-bottom {
    padding-left: 110px;
  }
}

.home-banner-area {
  overflow: hidden;
}
.home-banner-area .container {
  padding: 0;
}
.home-banner-area #index-banner-carousel .owl-box {
  padding-bottom: 33.33%;
  position: relative;
}
.home-banner-area #index-banner-carousel .banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.home-banner-area #index-banner-carousel .owl-dot span {
  background-color: #f89828;
  opacity: 0.3;
}
.home-banner-area #index-banner-carousel .owl-dot.active span {
  background-color: #f89828;
  opacity: 1;
}
.home-banner-area #index-banner-carousel .owl-dot:hover span {
  background-color: #f89828;
  opacity: 1;
}

.index-top-area :first-child .title-area {
  margin-top: -4px;
}
.index-top-area .title-area {
  margin-top: 18px;
}

.index-bottom-area .title-area {
  margin-top: 34px;
  margin-bottom: 10px;
}
.index-bottom-area .service-banner-area {
  background-color: #fffae1;
  border: #e5b965 1px dashed;
  border-radius: 10px;
  position: relative;
  padding: 30px 14px;
}
.index-bottom-area .service-banner-area .img-area {
  border-radius: 50%;
  border: #FFFFFF 5px solid;
  width: 263px;
  height: 263px;
  overflow: hidden;
  margin: 0 auto 18px auto;
  background-color: #fffad7;
}
.index-bottom-area .service-banner-area .img-area img {
  width: auto;
  height: 100%;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}
@media screen and (min-width: 500px) {
  .index-bottom-area .service-banner-area .content-area {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .index-bottom-area .service-banner-area .content-area {
    text-align: left;
  }
}
.index-bottom-area .service-banner-area .content-area .date {
  font-size: 15px;
  color: #e58c24;
  display: inline-block;
  padding-left: 18px;
}
.index-bottom-area .service-banner-area .content-area .location {
  font-size: 16px;
  color: #e58c24;
  display: inline-block;
  margin-left: 6px;
}
.index-bottom-area .service-banner-area .content-area .title {
  font-size: 18px;
  color: #484848;
  padding-left: 18px;
  display: block;
}
.index-bottom-area .service-banner-area .content-area .description {
  min-height: 212px;
  background-color: #ffe1ae;
  border: 1px solid #f7d59a;
  font-size: 14px;
  color: #6f6f6f;
  margin-top: 22px;
  padding: 18px 22px 50px 22px;
  border-radius: 10px;
  position: relative;
}
.index-bottom-area .service-banner-area .content-area .description:before {
  content: "";
  position: absolute;
  top: -34px;
  left: calc(50% - 20px);
  width: 17px;
  height: 17px;
  border: 17px solid transparent;
  border-bottom: 17px solid #f7d59a;
}
.index-bottom-area .service-banner-area .content-area .description:after {
  content: "";
  position: absolute;
  top: -32px;
  left: calc(50% - 19px);
  border: 16px solid transparent;
  border-bottom: 16px solid #ffe1ae;
}
.index-bottom-area .service-banner-area .content-area .description p {
  word-wrap: break-word;
  max-height: 132px;
  overflow: hidden;
  position: relative;
}
.index-bottom-area .service-banner-area .content-area .description p:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 18px;
  background: linear-gradient(to left, #ffe1ae, rgba(255, 225, 174, 0));
  bottom: 0px;
  right: 0px;
}
.index-bottom-area .service-banner-area .content-area .description .detail {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  background: url("../img/index/service_area_tag_2x.png");
  background-size: 139px 35px;
  width: 139px;
  height: 35px;
  position: absolute;
  bottom: -18px;
  right: calc(50% - 69px);
  padding: 6px 0px;
  z-index: 5;
}
.index-bottom-area .service-banner-area:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 4px;
  left: 14px;
  background: url("../img/index/index_service_area_illustration_left_2x.png");
  background-size: 115px 42px;
  width: 115px;
  height: 42px;
}
.index-bottom-area .service-banner-area .owl-stage-outer {
  padding-bottom: 20px;
}
.index-bottom-area .service-banner-area .owl-controls {
  margin-top: 20px;
  margin-bottom: 18px;
}
.index-bottom-area .service-banner-area .owl-controls .owl-dot span {
  width: 12px;
  height: 12px;
  background-color: #f89828 !important;
  opacity: 0.3;
  margin: 5px 4px;
}
.index-bottom-area .service-banner-area .owl-controls .owl-dot.active span {
  background-color: #f89828 !important;
  opacity: 1;
}
.index-bottom-area .service-banner-area .owl-controls .owl-dot:hover span {
  background-color: #f89828 !important;
  opacity: 1;
}

.title-area {
  position: relative;
}
.title-area.news:before {
  content: "";
  display: inline-block;
  background: url("../img/page/icon/news_area_lg_icon_2x.png");
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
  position: relative;
  top: 3px;
}
@media screen and (min-width: 992px) {
  .title-area.news:before {
    background: url("../img/page/icon/news_area_lg_icon.png");
    background-size: 29px 29px;
    width: 29px;
    height: 29px;
  }
}
.title-area.activity:before {
  content: "";
  display: inline-block;
  background: url("../img/page/icon/activity_area_lg_icon_2x.png");
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
  position: relative;
  top: 3px;
}
@media screen and (min-width: 992px) {
  .title-area.activity:before {
    background: url("../img/page/icon/activity_area_lg_icon.png");
    background-size: 29px 29px;
    width: 29px;
    height: 29px;
  }
}
.title-area.media:before {
  content: "";
  display: inline-block;
  background: url("../img/page/icon/media_area_lg_icon_2x.png");
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
  position: relative;
  top: 3px;
}
@media screen and (min-width: 992px) {
  .title-area.media:before {
    background: url("../img/page/icon/media_area_lg_icon.png");
    background-size: 29px 29px;
    width: 29px;
    height: 29px;
  }
}
.title-area.donate:before {
  content: "";
  display: inline-block;
  background: url("../img/page/icon/donate_area_lg_icon_2x.png");
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
  position: relative;
  top: 3px;
}
@media screen and (min-width: 992px) {
  .title-area.donate:before {
    background: url("../img/page/icon/donate_area_lg_icon.png");
    background-size: 29px 29px;
    width: 29px;
    height: 29px;
  }
}
.title-area.link:before {
  content: "";
  display: inline-block;
  background: url("../img/page/icon/link_area_lg_icon_2x.png");
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
  position: relative;
  top: 3px;
}
@media screen and (min-width: 992px) {
  .title-area.link:before {
    background: url("../img/page/icon/link_area_lg_icon.png");
    background-size: 29px 29px;
    width: 29px;
    height: 29px;
  }
}
.title-area.service:before {
  content: "";
  display: inline-block;
  background: url("../img/page/icon/service_area_lg_icon_2x.png");
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
  position: relative;
  top: 3px;
}
@media screen and (min-width: 992px) {
  .title-area.service:before {
    background: url("../img/page/icon/service_area_lg_icon.png");
    background-size: 29px 29px;
    width: 29px;
    height: 29px;
  }
}
.title-area h2.title {
  font-size: 18px;
  color: #64533e;
  display: inline;
}
.title-area .more {
  font-size: 14px;
  color: #e58c24;
  margin-left: 5px;
}

.index-list-area .index-list {
  border-bottom: #fbc17d 1px dashed;
  padding: 10px 0 14px 0;
}
.index-list-area .index-list:last-child {
  border-bottom: none;
}
.index-list-area .index-list .img-area {
  display: none;
}
.index-list-area .index-list .content-area {
  margin-left: 5px;
}
.index-list-area .index-list .date {
  font-size: 14px;
  color: #e58c24;
}
.index-list-area .index-list .title {
  font-size: 15px;
  color: #484848;
  margin-top: 5px;
}
.index-list-area .index-list .title:hover {
  color: #a8661a;
  text-decoration: underline;
}
.index-list-area .index-list .description {
  display: none;
}

.index-middle-area .title-area {
  margin-top: 30px;
  margin-bottom: 12px;
}
.index-middle-area .video-area iframe {
  border-radius: 10px;
  border: 1px solid #d3d3d3;
}
.index-middle-area .img-area {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.index-middle-area .img-area img {
  width: 100%;
  height: auto;
}
.index-middle-area .link-btn-border {
  position: relative;
  display: block;
}
.index-middle-area .link-btn-border img {
  border-radius: 10px;
}
.index-middle-area .link-btn-border:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: #f69f9e 1px solid;
  border-radius: 10px;
}
.index-middle-area .link-btn-border + .link-btn-border {
  margin-top: 22px;
}
.index-middle-area .link-btn-border.service:after {
  border-color: #f69f9e;
}
.index-middle-area .link-btn-border.international:after {
  border-color: #7ec8d0;
}
.index-middle-area .link-btn-border.donate:after {
  border: none;
}

.btn-link-area {
  text-align: center;
  margin-top: 33px;
  margin-bottom: 71px;
}
.btn-link-area .btn-link {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  border: #9ed7ea 2px solid;
  border-radius: 10px;
  overflow: hidden;
}
.btn-link-area .btn-link img {
  width: 100%;
  height: 100%;
}
.btn-link-area .btn-link.question {
  border-color: #9ed7ea;
}
.btn-link-area .btn-link.friend-link {
  border-color: #a0e29b;
}
.btn-link-area .btn-link.download {
  border-color: #fdc4a7;
}
.btn-link-area .btn-link.edm {
  border-color: #dcbdee;
}

@media screen and (min-width: 992px) {
  .home-banner-area {
    background: url("../img/index/banner_bg.jpg") repeat;
    background-size: 60px auto;
    position: relative;
  }
  .home-banner-area .container {
    padding: 13px 15px 15px 15px;
  }
  .home-banner-area #index-banner-carousel {
    position: relative;
  }
  .home-banner-area #index-banner-carousel:before {
    content: "";
    background: url("../img/index/banner_illustration_left.png");
    background-size: 328px 302px;
    width: 328px;
    height: 302px;
    position: absolute;
    left: -310px;
    bottom: -15px;
    display: inline-block;
    z-index: -1;
  }
  .home-banner-area #index-banner-carousel:after {
    content: "";
    background: url("../img/index/banner_illustration_right.png");
    background-size: 328px 302px;
    width: 328px;
    height: 302px;
    position: absolute;
    right: -310px;
    bottom: -15px;
    display: inline-block;
    z-index: -1;
  }
  .home-banner-area #index-banner-carousel .banner-img {
    width: 100%;
    height: auto;
  }
  .home-banner-area #index-banner-carousel .owl-stage-outer {
    border: solid 3px #ffffff;
    border-radius: 15px;
  }
  .home-banner-area #index-banner-carousel .owl-controls {
    position: absolute;
    right: 27px;
    bottom: 7px;
  }
  .home-banner-area #index-banner-carousel .owl-dot span {
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    opacity: 0.5;
    margin: 0 3px;
  }
  .home-banner-area #index-banner-carousel .owl-dot.active span {
    background-color: #ffffff;
    opacity: 1;
  }
  .home-banner-area #index-banner-carousel .owl-dot:hover span {
    background-color: #ffffff;
    opacity: 1;
  }

  .index-top-area .title-area {
    margin-top: 42px;
  }
  .index-top-area .title-area:first-child {
    margin-top: 42px;
  }
  .index-top-area .title-area .title {
    font-size: 20px;
  }

  .index-list-area .first {
    display: table;
    border-bottom: none;
    background: url("../img/index/separate_line.png") 0% 100% repeat-x;
    background-size: 6px 1px;
    width: 100%;
    height: 1px;
    margin-bottom: 5px;
  }
  .index-list-area .first .img-area {
    display: table-cell;
    vertical-align: top;
    width: 220px;
    position: relative;
  }
  .index-list-area .first .img-area .img-border {
    background-color: #fffad7;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    border: 1px solid #fff0dd;
  }
  .index-list-area .first .img-area a {
    display: block;
  }
  .index-list-area .first .content-area {
    display: table-cell;
    vertical-align: top;
    padding-left: 12px;
  }
  .index-list-area .first .content-area .title {
    min-height: 50px;
    font-size: 16px;
    line-height: 1.6;
  }
  .index-list-area .first .content-area .description {
    display: inline-block;
    font-size: 14px;
    color: #6f6f6f;
    line-height: 1.6;
    margin-top: 14px;
    margin-bottom: 0;
  }
  .index-list-area .index-list:not(.first) {
    border-bottom: none;
    padding: 0;
  }
  .index-list-area .index-list:not(.first) .content-area {
    margin-left: 0;
  }
  .index-list-area .index-list:not(.first) .date {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
  }
  .index-list-area .index-list:not(.first) .title {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 85px);
    margin: 4px 0 0 4px;
  }

  .index-middle-area .title-area {
    margin-top: 47px;
    margin-bottom: 10px;
  }
  .index-middle-area.row {
    margin: 0 -22.5px;
  }
  .index-middle-area .col-md-4 {
    padding: 0 22.5px;
  }
  .index-middle-area .col-md-4 .img-area img {
    width: 100%;
    height: 100%;
  }
  .index-middle-area .link-btn:first-child {
    margin-bottom: 22px;
  }

  .index-bottom-area .title-area {
    margin-top: 50px;
  }
  .index-bottom-area .service-banner-area {
    padding: 29px 80px 0 80px;
  }
  .index-bottom-area .service-banner-area .img-area {
    float: left;
    margin: 0 56px 0 0;
  }
  .index-bottom-area .service-banner-area .content-area {
    float: left;
  }
  .index-bottom-area .service-banner-area .content-area .date {
    margin-top: 25px;
    padding-left: 30px;
  }
  .index-bottom-area .service-banner-area .content-area .title {
    padding-left: 30px;
  }
  .index-bottom-area .service-banner-area .content-area .title:hover {
    color: #a8661a;
    text-decoration: underline;
  }
  .index-bottom-area .service-banner-area .content-area .description {
    padding: 27px 32px 33px 29px;
    width: 430px;
    min-height: 147px;
    margin-top: 13px;
  }
  .index-bottom-area .service-banner-area .content-area .description p {
    max-height: 65px;
    margin: 0 0 20px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1260px) {
  .index-bottom-area .service-banner-area .content-area .description {
    width: 648px;
  }
}
@media screen and (min-width: 992px) {
  .index-bottom-area .service-banner-area .content-area .description:before {
    content: "";
    position: absolute;
    top: 21px;
    left: -33px;
    border-right: 15px solid #f7d59a;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}
@media screen and (min-width: 992px) {
  .index-bottom-area .service-banner-area .content-area .description:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 20px;
    top: 21px;
    left: -31px;
    border-right: 15px solid #ffe1ae;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}
@media screen and (min-width: 992px) {
  .index-bottom-area .service-banner-area .content-area .description .detail {
    right: -30px;
  }
}
@media screen and (min-width: 992px) {
  .index-bottom-area .service-banner-area .owl-stage-outer {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .index-bottom-area .service-banner-area .owl-controls {
    margin: 10px 0 19px 0;
  }
}
@media screen and (min-width: 992px) {
  .index-bottom-area .service-banner-area:after {
    content: "";
    display: block;
    clear: both;
    background: url("../img/index/index_service_area_illustration_left.png");
    background-size: 115px 42px;
  }
}
@media screen and (min-width: 992px) {
  .btn-link-area {
    margin-top: 73px;
  }
  .btn-link-area .btn-link {
    margin: 0;
  }
  .btn-link-area .btn-link img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1260px) {
  .home-banner-area:before {
    background-size: 399px 367px;
    width: 399px;
    height: 367px;
  }
  .home-banner-area:after {
    background-size: 399px 367px;
    width: 399px;
    height: 367px;
  }
}
.list-area .media-list .title, .text-list .title {
  display: block;
  color: #484848;
  font-size: 18px;
  line-height: 1.6;
  cursor: pointer;
}
.list-area .media-list .title:hover, .text-list .title:hover {
  color: #a8661a;
  text-decoration: underline;
}

.list-area.elem-service-msg-list {
  margin-top: 15px;
}

.text-list {
  padding: 12px 0 12px 0;
  border-bottom: 1px dashed #efe5d7;
}
.text-list:first-child {
  padding-top: 0;
}
.text-list .date {
  float: left;
  margin-right: 9px;
}
.text-list .list-tag {
  float: left;
  margin-right: 9px;
}
.text-list .title {
  font-size: 16px;
  padding-left: 90px;
}
.text-list .title.tag-title {
  padding-left: 132px;
}
.text-list:last-child {
  border-bottom: none;
}

@media screen and (min-width: 992px) {
  .list-area .list-title {
    display: inline;
    margin-left: 16px;
  }
}
.list-area {
  margin-top: 24px;
}
.list-area.treasure-box-list {
  margin-top: 29px;
}
.list-area .media-area {
  overflow: hidden;
  position: relative;
  background-color: #fffad7;
  z-index: 1;
  border: 1px solid transparent;
}
.list-area .media-area a {
  display: block;
}
.list-area .media-area .img-border:after {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  display: block;
  border: 1px solid #fff0dd;
  border-radius: 10px;
  position: absolute;
  top: -1px;
  left: -1px;
}
.list-area .media-list {
  border-bottom: none;
}
.list-area .media-list .date {
  margin-right: 2px;
}
.list-area .media-list .list-tag {
  margin-right: 6px;
}
.list-area .media-list .school {
  color: #e58c24;
  font-size: 14px;
}
.list-area .media-list .description {
  color: #767676;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
}
.list-area .media-list iframe {
  border-radius: 10px;
  border: 1px solid #fff0dd;
  border-radius: 10px;
}
.list-area .media-list .media-area {
  border-radius: 10px;
}
.list-area .media-list .media-area img {
  max-width: 100%;
  max-height: 100%;
}
.list-area .media-list.type-1 {
  position: relative;
  margin-bottom: 30px;
}
.list-area .media-list.type-1 .media-area {
  width: 100%;
  height: auto;
}
.list-area .media-list.type-1 .content-area {
  margin-top: 20px;
  padding-bottom: 25px;
}
.list-area .media-list.type-1 .content-area .title {
  margin: 5px 0 0 0;
}
.list-area .media-list.type-1 .content-area .detail {
  color: #e58c24;
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.list-area .media-list.type-2 {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .list-area .media-list.type-2 {
    width: 50%;
  }
}
.list-area .media-list.type-2.col-xs-12, .list-area .media-list.type-2.col-sm-6 {
  margin-bottom: 14px;
}
.list-area .media-list.type-2 .media-area {
  float: left;
  width: 165px;
  position: relative;
}
.list-area .media-list.type-2 .media-area .img-box {
  padding-bottom: 133.3333333333%;
  display: block;
}
@media screen and (min-width: 992px) {
  .list-area .media-list.type-2 .media-area {
    width: 150px;
  }
}
@media screen and (min-width: 1260px) {
  .list-area .media-list.type-2 .media-area {
    width: 165px;
  }
}
.list-area .media-list.type-2 .content-area {
  padding-left: 181px;
  padding-top: 4px;
}
.list-area .media-list.type-2 .content-area .education {
  color: #e58c24;
  font-size: 14px;
}
.list-area .media-list.type-2 .content-area .title {
  margin-top: 2px;
  margin-bottom: 3px;
}
.list-area .media-list.type-3 {
  padding: 0 15px;
  margin-bottom: 30px;
}
.list-area .media-list.type-3 .content-area {
  padding-left: 6px;
  padding-top: 10px;
}
.list-area .media-list.type-3 .content-area .date {
  margin: 0;
}
.list-area .media-list.type-4 {
  margin-bottom: 30px;
}
.list-area .media-list.type-4 .video-area {
  position: relative;
}
.list-area .media-list.type-4 .video-area .video-box {
  width: 100%;
}
.list-area .media-list.type-4 .content-area {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .list-area .media-list.type-4 .video-area {
    float: left;
  }
  .list-area .media-list.type-4 .video-area .video-box {
    width: 323px;
  }
  .list-area .media-list.type-4 .content-area {
    margin: 0;
    padding-left: 346px;
  }
  .list-area .media-list.type-4 .content-area .title {
    margin-top: 6px;
    margin-bottom: 2px;
  }
}
@media screen and (min-width: 500px) {
  .list-area .media-list.type-1 .media-area {
    float: left;
    width: 200px;
  }
  .list-area .media-list.type-1 .content-area {
    margin-top: 0;
    float: right;
    width: calc(100% - 240px);
    padding: 0px 0px 20px 0;
  }
  .list-area .media-list.type-1 .content-area .description {
    margin-top: 2px;
  }
}
@media screen and (min-width: 992px) {
  .list-area .media-list.type-1 .media-area {
    width: 220px;
  }
  .list-area .media-list.type-1 .content-area {
    width: calc(100% - 260px);
  }
  .list-area .media-list.type-3 {
    margin-bottom: 20px;
  }
}

.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;
}
/*# sourceMappingURL=maps/base.css.map */
