@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
* {
  font-family: "Noto Sans TC", sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 1441px) {
  .container {
    max-width: 100% !important;
  }
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
    opacity: 1;
  }
}
@keyframes wave {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
    opacity: 1;
  }
}
a:focus {
  outline: 2px dashed #143C4F !important;
}

button:focus {
  outline: 2px dashed #143C4F !important;
}

input:focus {
  outline: 2px dashed #143C4F !important;
}

.skipnav {
  height: 1px;
  width: 1px;
  top: 0;
  left: 10px;
  color: #0C0C1E;
  overflow: hidden;
  display: block;
}

.skipnav:focus {
  width: auto;
  height: auto;
  display: block;
}

label .required:after {
  content: "*";
  color: red;
}

.card-title {
  font-size: 1.313rem;
  font-weight: 500;
}
.card-title2 {
  font-size: 1.313rem;
  font-weight: 500;
}

#msg {
  min-width: 90vw;
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ffffff;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  font-size: 0.875rem;
  border: 1px solid #f3f4f7;
  color: #ec8585;
  line-height: 2rem;
  border-radius: 15px;
}
#msg #msg_top {
  background-color: #ec8585;
  padding: 5px 15px;
  border-radius: 15px 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#msg #msg_top .alert-title {
  font-size: 1.125rem;
  font-weight: 400;
  color: #ffffff;
}
#msg #msg_top .msg_close {
  font-size: 1rem;
  color: #ffffff;
  cursor: pointer;
}
#msg #msg_cont {
  padding: 15px 20px;
  text-align: center;
  color: #5B5B5B;
  font-size: 1rem;
}
#msg #msg_cont2 {
  padding: 15px 20px;
  text-align: left;
  color: #5B5B5B;
  font-size: 1rem;
}
#msg .greeting-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ec8585;
  margin-top: 20px;
}
#msg .greeting-content {
  font-size: 1rem;
  font-weight: 400;
  color: #5B5B5B;
}
#msg #msg_cont_help {
  padding: 25px;
}
#msg #msg_cont_help .nanny, #msg #msg_cont_help .baby, #msg #msg_cont_help .parent-child {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #ec8585 0%, #e65e5e 90%);
  border-radius: 6px;
  padding: 15px;
}
#msg #msg_cont_help .nanny img, #msg #msg_cont_help .baby img, #msg #msg_cont_help .parent-child img {
  display: block;
  height: 50px;
  margin: 0 auto;
}
#msg #msg_cont_help .nanny span, #msg #msg_cont_help .baby span, #msg #msg_cont_help .parent-child span {
  font-size: 0.875rem;
  color: #ffffff;
}
#msg #msg_clear {
  text-align: right;
  border-top: 1px solid #f3f4f7;
}
#msg #msg_clear .msg_close {
  background-color: #e65e5e;
  color: #ffffff;
  font-size: 0.875rem;
  border: transparent;
  padding: 1px 12px;
  border-radius: 10px;
  margin: 10px 15px;
}

div.htmx-swapping {
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

#cal {
  background-color: #ffffff;
  padding: 50px 0;
  border-bottom: 1px solid #f3f4f7;
}
#cal a {
  display: inline-block;
  background-color: #ec8585;
  border-color: #ec8585;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #ffffff;
}
#cal a img {
  width: 100%;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
#cal a .btn-title {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#cal a:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #e65e5e;
  border-color: #e65e5e;
  color: #ffffff;
}
#cal a:active {
  background-color: #e65e5e;
  border-color: #e65e5e;
  color: #ffffff;
}
#cal a.btn-active {
  background-color: #e65e5e;
  border-color: #e65e5e;
}

#title_button {
  background-color: #ffffff;
  padding: 50px 0;
  border-bottom: 1px solid #f3f4f7;
}
#title_button a {
  display: inline-block;
  background-color: #ec8585;
  border-color: #ec8585;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #ffffff;
}
#title_button a img {
  width: 100%;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
#title_button a .btn-title {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#title_button a:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #e65e5e;
  border-color: #e65e5e;
  color: #ffffff;
}
#title_button a:active {
  background-color: #e65e5e;
  border-color: #e65e5e;
  color: #ffffff;
}
#title_button a.btn-active {
  background-color: #e65e5e;
  border-color: #e65e5e;
}

.people_sort {
  background-color: #fff;
  padding: 15px 20px 7px;
  -webkit-box-shadow: 0 0 2px #ccc;
          box-shadow: 0 0 2px #ccc;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
}
.people_sort ul {
  margin: 0 auto;
  padding: 0;
  width: 80%;
  list-style: none;
  text-align: left;
}
@media (max-width: 575px) {
  .people_sort ul {
    width: 90%;
  }
}
@media (max-width: 590px) {
  .people_sort ul {
    width: 95%;
  }
}
.people_sort ul li {
  display: inline-block;
  width: 105px;
  margin: 0 4px 8px;
  padding-left: 20px;
  position: relative;
}
.people_sort ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #666;
}
.people_sort ul li.no01:before {
  background-color: #00a18b;
}
.people_sort ul li.no02:before {
  background-color: #ff6e35;
}
.people_sort ul li.no03:before {
  background-color: #006ccf;
}
.people_sort ul li.no04:before {
  background-color: #e50022;
}
.people_sort ul li.no05:before {
  background-color: #dda300;
}
.people_sort ul li.no06:before {
  background-color: #0fa6c9;
}
.people_sort ul li.no07:before {
  background-color: #9c2c8a;
}
.people_sort ul li.no08:before {
  background-color: #707070;
}
.people_sort ul li.no09:before {
  background-color: #b38850;
}

@media (max-width: 575px) {
  .table_list {
    background-color: transparent !important;
  }
  .table_list thead,
  .table_list tbody,
  .table_list th,
  .table_list td,
  .table_list tr {
    display: block;
  }
  .table_list thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table_list tr {
    border: 1px solid #999;
    margin-bottom: 10px;
  }
  .table_list td {
    border: none !important;
    border-bottom: 1px solid #999 !important;
    position: relative;
    padding: 0.6em;
    white-space: normal;
    text-align: left;
    display: block;
    padding-left: 35% !important;
    min-height: 50px;
  }
  .table_list td:before {
    content: attr(data-title);
    white-space: wrap;
    text-align: left;
    font-size: 0.938em;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 10px;
    width: 30%;
    background-color: #333;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .table_list td:last-child {
    border-bottom: none !important;
  }
}

.calendar_Tb table {
  width: 100%;
  border-collapse: collapse;
  word-break: break-all;
  table-layout: fixed;
}
.calendar_Tb table thead {
  margin-bottom: 5px;
}
.calendar_Tb table tbody {
  border-top: 1px solid #ccc;
}
.calendar_Tb table tr {
  background-color: #fff;
}
.calendar_Tb table tr:hover {
  background-color: #fff6d2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.calendar_Tb table th {
  background-color: #d3d3d3 !important;
  border: 5px solid #f8f3e4;
  color: #333;
  padding: 0.5em 1em;
  width: 14.28%;
  font-size: 1.25em;
  font-weight: 400;
}
.calendar_Tb table th.weekend {
  background-color: #f66f62 !important;
  color: #fff;
}
.calendar_Tb table td {
  position: relative;
  border: 1px solid #999;
  padding: 0.5em;
}
@media (max-width: 575px) {
  .calendar_Tb table td {
    padding-left: 17% !important;
    min-height: 65px;
  }
}
.calendar_Tb table td:after {
  content: "";
  width: 1px;
  height: 70px;
  /* height: fix-content; */
  float: left;
  background-color: #fff;
  border: none;
}
@media (max-width: 575px) {
  .calendar_Tb table td:after {
    float: none;
    height: auto;
    background-color: red;
  }
}
.calendar_Tb table td:before {
  position: absolute;
  width: 15%;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 5px;
  background-color: #eee;
  color: #333;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.calendar_Tb table td.othermonth .num_date {
  color: #d5d5d5;
}
@media (max-width: 575px) {
  .calendar_Tb table td.othermonth {
    display: none;
  }
}
.calendar_Tb table .num_date {
  position: absolute;
  top: 0px;
  right: 5px;
  text-align: right;
  color: #7a7a7a;
  font-size: 1.063em;
  font-weight: bolder;
}
@media (max-width: 575px) {
  .calendar_Tb table .num_date {
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    top: 30px;
    width: 15%;
  }
}
.calendar_Tb table a {
  display: block;
  color: #7a7a7a;
  background-color: #fff6d2;
  font-size: 1.063em;
  font-weight: bolder;
}
.calendar_Tb table .max_people {
  position: absolute;
  top: 20px;
  left: 15px;
  text-align: right;
  color: #945A53;
  font-size: 1.0em;
  font-weight: normal;
}
.calendar_Tb table td:has(.max_people):after {
  display: none;
}
@media (max-width: 575px) {
  .calendar_Tb table .max_people {
    position: relative;
    text-align: center;
    right: 0;
    left: 0;
    top: 5px;
    width: 100%;
  }
}
.calendar_Tb table ul {
  margin: 90px 5px 0 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 575px) {
  .calendar_Tb table ul {
    margin: 0;
  }
}
.calendar_Tb table ul li {
  margin-bottom: 3px;
}
.calendar_Tb table ul li a {
  display: block;
  padding: 5px;
  background-color: #666;
  color: #fff;
  text-align: center;
  font-size: 0.938em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
.calendar_Tb table ul li a.no01 {
  background-color: #00a18b;
}
.calendar_Tb table ul li a.no01:hover {
  background-color: #005549;
}
.calendar_Tb table ul li a.no02 {
  background-color: #ff6e35;
}
.calendar_Tb table ul li a.no02:hover {
  background-color: #e84100;
}
.calendar_Tb table ul li a.no03 {
  background-color: #006ccf;
}
.calendar_Tb table ul li a.no03:hover {
  background-color: #004483;
}
.calendar_Tb table ul li a.no04 {
  background-color: #e50022;
}
.calendar_Tb table ul li a.no04:hover {
  background-color: #990017;
}
.calendar_Tb table ul li a.no05 {
  background-color: #dda300;
}
.calendar_Tb table ul li a.no05:hover {
  background-color: #aa7d00;
}
.calendar_Tb table ul li a.no06 {
  background-color: #0fa6c9;
}
.calendar_Tb table ul li a.no06:hover {
  background-color: #0a6b82;
}
.calendar_Tb table ul li a.no07 {
  background-color: #9c2c8a;
}
.calendar_Tb table ul li a.no07:hover {
  background-color: #601b55;
}
.calendar_Tb table ul li a.no08 {
  background-color: #707070;
}
.calendar_Tb table ul li a.no08:hover {
  background-color: #4a4a4a;
}
.calendar_Tb table ul li a.no00 {
  background-color: #b38850;
}
.calendar_Tb table ul li a.no00:hover {
  background-color: #7f6037;
}
.calendar_Tb table ul li a.no10 {
  background-color: #FAE187;
  color: #5B5B5B;
  font-weight: bolder;
}
.calendar_Tb table ul li a.no10:hover {
  background-color: #f7cf3e;
}
.calendar_Tb table ul li a.no11 {
  background-color: #ec8585;
  color: #fff;
}
.calendar_Tb table ul li a.no11:hover {
  background-color: #e24343;
}

[class^=graphic_] {
  position: absolute;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

input::-webkit-input-placeholder {
  color: #aaa !important;
}

input::-moz-placeholder {
  color: #aaa !important;
}

input:-ms-input-placeholder {
  color: #aaa !important;
}

input::-ms-input-placeholder {
  color: #aaa !important;
}

input::placeholder {
  color: #aaa !important;
}

@media (min-width: 769px) and (max-width: 990px) {
  section {
    padding: 80px 0;
    position: relative;
    overflow: visible;
  }
  section .section-title {
    color: #ffffff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section .section-title img {
    display: block;
  }
  section .section-title h1, section .section-title .title {
    max-width: 240px;
    word-break: break-all;
    font-size: 1.5rem;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #msg {
    min-width: 30%;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  section {
    position: relative;
    overflow: visible;
  }
  section .section-title {
    color: #ffffff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section .section-title img {
    display: block;
  }
  section .section-title h1, section .section-title .title {
    max-width: 240px;
    word-break: break-all;
    font-size: 1.5rem;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 540px) {
  section {
    position: relative;
    overflow: visible;
  }
  section .section-title {
    color: #ffffff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section .section-title img {
    display: block;
  }
  section .section-title h1, section .section-title .title {
    max-width: 240px;
    word-break: break-all;
    font-size: 1.5rem;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.header-yellow {
  position: sticky;
  z-index: 101;
}
.header-yellow .top-bar {
  background-color: #FAE187;
  min-height: 60px;
  padding: 10px 25px;
}
.header-yellow .top-bar .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.header-yellow .top-bar .header-logo .logo-wrap {
  display: block;
  width: 120px;
  overflow: hidden;
  margin-right: 10px;
}
.header-yellow .top-bar .header-logo .logo-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-yellow .top-bar .header-logo .title {
  display: block;
  width: 30%;
}
.header-yellow .top-bar .btn-primary i {
  margin-right: 5px;
}
.header-yellow .top-bar .navbar {
  position: sticky;
  z-index: 100;
}
.header-yellow .top-bar .navbar .navbar-nav .nav-item .nav-link {
  color: #143C4F;
  font-size: 1.125rem;
  font-weight: 400;
}
.header-yellow .top-bar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  display: block;
  padding: 10px;
  line-height: 1.2em;
  color: #4d3224;
  text-align: left;
}
.header-yellow .top-bar .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #4d3224;
  background-color: #FDF8E3;
}
.header-yellow .top-bar #member {
  position: relative;
}
.header-yellow .top-bar .member-list {
  max-width: 130px;
  top: auto;
  left: auto;
  font-size: 0.9rem;
  z-index: 102;
  background-color: #ffffff;
  border-radius: 15px;
}
.header-yellow .top-bar .member-list li a {
  display: block;
  padding: 10px;
  line-height: 1.2em;
  color: #4d3224;
  text-align: left;
}
.header-yellow .top-bar .member-list li a:hover {
  color: #4d3224;
}
.header-yellow .top-bar .is-active {
  color: #ffffff;
}
.header-yellow .top-bar .header-search .form-control {
  position: relative;
}
.header-yellow .top-bar .header-search button {
  position: absolute;
  right: -10px;
  top: 0;
}
.header-yellow .top-bar .header-search .search-dropdown {
  padding: 15px;
  width: 225px;
  margin-top: 5px;
}
.header-yellow .top-bar .header-search .search-dropdown .search-record {
  margin-bottom: 0;
}
.header-yellow .top-bar .header-search .search-dropdown .search-record li {
  padding: 5px;
}
.header-yellow .top-bar .header-search .search-dropdown .search-record li a {
  font-size: 0.875rem;
}
.header-yellow .top-bar .header-search .search-dropdown .search-record:hover {
  background-color: #f8f8f8;
}

.kv-img-yellow {
  height: 50vh;
  background-color: #FDF8E3;
  background-image: url(../assets/img/mountain_yellow.svg);
  background-size: 75%;
  background-position: bottom -50px left 0;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.kv-img-yellow .header-title {
  position: absolute;
  width: 28%;
  left: 32%;
  top: 18%;
  z-index: 8;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.kv-img-yellow .header-title img {
  width: 100%;
  min-height: 100px;
}
.kv-img-yellow .header-grass {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 6;
  width: 100%;
}
.kv-img-yellow .header-grass img {
  width: 100%;
  display: block;
}
.kv-img-yellow .header-cloud-behind-tree {
  position: absolute;
  right: 40%;
  top: 30%;
  z-index: 8;
  width: 12%;
}
.kv-img-yellow .header-cloud-behind-tree img {
  width: 100%;
}
.kv-img-yellow .header-little-baby {
  position: absolute;
  right: 55%;
  top: 35%;
  z-index: 10;
  width: 13%;
}
.kv-img-yellow .header-little-baby img {
  width: 100%;
}
.kv-img-yellow .header-blocks {
  position: absolute;
  left: 12%;
  top: 38%;
  z-index: 10;
  width: 10%;
}
.kv-img-yellow .header-blocks img {
  width: 100%;
}
.kv-img-yellow .header-cloud-left {
  position: absolute;
  left: 5%;
  top: 25%;
  z-index: 8;
  width: 16%;
}
.kv-img-yellow .header-cloud-left img {
  width: 100%;
}
.kv-img-yellow .header-toys {
  position: absolute;
  left: 25%;
  top: 30%;
  z-index: 8;
  width: 33%;
}
.kv-img-yellow .header-toys img {
  width: 100%;
}
.kv-img-yellow .header-plum-01 {
  position: absolute;
  right: 48%;
  top: 8%;
  z-index: 11;
  width: 6%;
}
.kv-img-yellow .header-plum-01 img {
  width: 100%;
}
.kv-img-yellow .header-plum-02 {
  position: absolute;
  right: 68%;
  top: 36%;
  z-index: 11;
  width: 2%;
}
.kv-img-yellow .header-plum-02 img {
  width: 100%;
}
.kv-img-yellow .kv-section {
  position: absolute;
  right: 5%;
  top: 10%;
  z-index: 10;
  width: 30%;
  background-color: rgba(250, 225, 135, 0.6666666667);
  border-radius: 20px;
  padding: 1rem;
}
.kv-img-yellow .kv-section .log-in-btn {
  font-size: 1.313rem;
  font-weight: 500;
  color: #ffffff;
  padding: 0.5rem;
  background-color: #E59794;
  border-radius: 20px;
  display: block;
  width: 100%;
  text-align: center;
}
.kv-img-yellow .kv-section .log-in-btn .call-to-action {
  font-size: 0.875rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5rem;
}
.kv-img-yellow .kv-section .news-list {
  width: 100%;
  border-radius: 20px;
  margin-top: 1rem;
  background-color: #ffffff;
  padding: 1rem;
  display: block;
}
.kv-img-yellow .kv-section .news-list .title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #4d3224;
  border-bottom: 0.5px solid #4d3224;
  padding-bottom: 1rem;
}
.kv-img-yellow .kv-section .news-list .news-list-ul {
  display: block;
}
.kv-img-yellow .kv-section .news-list .news-list-ul .news-list-li {
  display: block;
  width: 100%;
  font-size: 1rem;
  color: rgb(51, 51, 51);
  text-align: left;
  padding: 0.5rem 0;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: rgb(224, 224, 224);
}
.kv-img-yellow .kv-section .news-list .news-list-ul .news-list-li p {
  margin: 0 auto;
  line-height: 24px;
  color: #636363;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.kv-img-yellow .kv-section .news-list .news-list-ul .news-list-li p .date {
  margin-right: 1rem;
}
.kv-img-yellow .kv-section .pagination {
  font-size: 0.875rem;
  margin-bottom: 0;
}

@media (min-width: 1441px) {
  .header .top-bar .btn {
    padding: 0.7rem;
  }
  .header .navbar .navbar-nav .nav-item .nav-link {
    padding: 1rem 0.5rem;
    font-size: 0.875rem;
  }
  .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    display: block;
    padding: 10px;
    line-height: 1.2em;
    color: #ec8585;
    text-align: left;
  }
  .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    color: #e65e5e;
  }
}
@media (min-width: 991px) and (max-width: 1440px) {
  .header .top-bar .btn {
    padding: 0.7rem;
  }
  .header .navbar .navbar-nav .nav-item .nav-link {
    padding: 1rem 0.5rem;
    font-size: 0.875rem;
  }
  .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    display: block;
    padding: 10px;
    line-height: 1.2em;
    color: #ec8585;
    text-align: left;
  }
  .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    color: #e65e5e;
  }
  .kv-img-yellow {
    height: 55vh;
    background-color: #FDF8E3;
    background-image: url(../assets/img/mountain_yellow.svg);
    background-size: 70%;
    background-position: left bottom;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
  }
  .kv-img-yellow .header-title {
    position: absolute;
    width: 38%;
    left: 32%;
    top: 18%;
    z-index: 8;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .kv-img-yellow .header-title img {
    width: 100%;
    min-height: 100px;
  }
  .kv-img-yellow .header-grass {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 6;
    width: 100%;
  }
  .kv-img-yellow .header-grass img {
    width: 100%;
    display: block;
  }
  .kv-img-yellow .header-cloud-behind-tree {
    position: absolute;
    right: 40%;
    top: 25%;
    z-index: 8;
    width: 12%;
  }
  .kv-img-yellow .header-cloud-behind-tree img {
    width: 100%;
  }
  .kv-img-yellow .header-little-baby {
    position: absolute;
    right: 52%;
    top: 35%;
    z-index: 10;
    width: 16%;
  }
  .kv-img-yellow .header-little-baby img {
    width: 100%;
  }
  .kv-img-yellow .header-blocks {
    position: absolute;
    left: 10%;
    top: 48%;
    z-index: 10;
    width: 10%;
  }
  .kv-img-yellow .header-blocks img {
    width: 100%;
  }
  .kv-img-yellow .header-cloud-left {
    position: absolute;
    left: 3%;
    top: 32%;
    z-index: 8;
    width: 16%;
  }
  .kv-img-yellow .header-cloud-left img {
    width: 100%;
  }
  .kv-img-yellow .header-toys {
    position: absolute;
    left: 25%;
    top: 38%;
    z-index: 8;
    width: 35%;
  }
  .kv-img-yellow .header-toys img {
    width: 100%;
  }
  .kv-img-yellow .header-plum-01 {
    position: absolute;
    right: 40%;
    top: 5%;
    z-index: 11;
    width: 8%;
  }
  .kv-img-yellow .header-plum-01 img {
    width: 100%;
  }
  .kv-img-yellow .kv-section {
    position: absolute;
    right: 5%;
    top: 5%;
    z-index: 10;
    width: 30%;
    background-color: rgba(250, 225, 135, 0.6666666667);
    border-radius: 20px;
    padding: 1rem;
  }
  .kv-img-yellow .kv-section .log-in-btn {
    font-size: 1.313rem;
    font-weight: 500;
    color: #ffffff;
    padding: 0.5rem;
    background-color: #E59794;
    border-radius: 20px;
    display: block;
    width: 100%;
    text-align: center;
  }
  .kv-img-yellow .kv-section .log-in-btn .call-to-action {
    font-size: 0.875rem;
    font-weight: 400;
    color: #ffffff;
  }
  .kv-img-yellow .kv-section .news-list {
    width: 100%;
    border-radius: 20px;
    margin-top: 1rem;
    background-color: #ffffff;
    padding: 1rem;
    display: block;
  }
  .kv-img-yellow .kv-section .news-list .title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #4d3224;
    border-bottom: 0.5px solid #4d3224;
    padding-bottom: 0.5rem;
  }
  .kv-img-yellow .kv-section .news-list .news-list-ul {
    display: block;
  }
  .kv-img-yellow .kv-section .news-list .news-list-ul .news-list-li {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    color: rgb(51, 51, 51);
    text-align: left;
    padding: 0.5rem 0;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: rgb(224, 224, 224);
  }
  .kv-img-yellow .kv-section .news-list .news-list-ul .news-list-li p {
    margin: 0 auto;
    line-height: 18px;
    color: #636363;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .kv-img-yellow .kv-section .news-list .news-list-ul .news-list-li p .date {
    margin-right: 1rem;
  }
  .kv-img-yellow .kv-section .news-list .pagination {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
}
@media (min-width: 769px) and (max-width: 990px) {
  .header .top-bar .btn {
    padding: 0.7rem;
  }
  .header .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.7rem;
  }
  .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    display: block;
    padding: 10px;
    line-height: 1.2em;
    color: #ec8585;
    text-align: left;
  }
  .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    color: #e65e5e;
  }
  .container-fluid {
    padding: 0;
  }
  .container-fluid .navbar-toggler {
    background-color: #94BA57;
    z-index: 10;
    border-radius: 0;
    width: 100%;
    position: relative;
    height: 35px;
  }
  .kv-img-yellow {
    height: 55vh;
    background-color: #FDF8E3;
    background-image: url(../assets/img/mountain_yellow.svg);
    background-size: 75%;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
  }
  .kv-img-yellow .header-title {
    position: absolute;
    width: 40%;
    left: 25%;
    top: 15%;
    z-index: 8;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .kv-img-yellow .header-title img {
    width: 100%;
    min-height: 100px;
  }
  .kv-img-yellow .header-grass {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 6;
    width: 100%;
  }
  .kv-img-yellow .header-grass img {
    width: 100%;
    display: block;
  }
  .kv-img-yellow .header-cloud-behind-tree {
    position: absolute;
    right: 40%;
    top: 30%;
    z-index: 8;
    width: 12%;
  }
  .kv-img-yellow .header-cloud-behind-tree img {
    width: 100%;
  }
  .kv-img-yellow .header-little-baby {
    position: absolute;
    right: 50%;
    top: 40%;
    z-index: 10;
    width: 25%;
  }
  .kv-img-yellow .header-little-baby img {
    width: 100%;
  }
  .kv-img-yellow .header-blocks {
    position: absolute;
    left: 5%;
    top: 55%;
    z-index: 9;
    width: 15%;
  }
  .kv-img-yellow .header-blocks img {
    width: 100%;
  }
  .kv-img-yellow .header-cloud-left {
    position: absolute;
    left: 3%;
    top: 25%;
    z-index: 8;
    width: 20%;
  }
  .kv-img-yellow .header-cloud-left img {
    width: 100%;
  }
  .kv-img-yellow .header-toys {
    position: absolute;
    left: 15%;
    top: 48%;
    z-index: 8;
    width: 50%;
  }
  .kv-img-yellow .header-toys img {
    width: 100%;
  }
  .kv-img-yellow .kv-section {
    position: absolute;
    right: 50%;
    top: 10%;
    z-index: 10;
    width: 50%;
    -webkit-transform: translateX(95%);
            transform: translateX(95%);
    background-color: rgba(250, 225, 135, 0.6666666667);
    border-radius: 20px;
    padding: 1rem;
  }
  .kv-img-yellow .kv-section .log-in-btn {
    font-size: 1.313rem;
    font-weight: 500;
    color: #ffffff;
    padding: 0.5rem;
    background-color: #E59794;
    border-radius: 20px;
    display: block;
    width: 100%;
    text-align: center;
  }
  .kv-img-yellow .kv-section .log-in-btn .call-to-action {
    font-size: 0.875rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 1rem;
    margin-top: 5px;
  }
  .kv-img-yellow .kv-section .news-list {
    width: 100%;
    border-radius: 20px;
    margin-top: 1rem;
    background-color: #ffffff;
    padding: 1rem;
    display: block;
  }
  .kv-img-yellow .kv-section .news-list .title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #4d3224;
    border-bottom: 0.5px solid #4d3224;
    padding-bottom: 1rem;
  }
  .kv-img-yellow .kv-section .news-list .news-list-ul {
    display: block;
  }
  .kv-img-yellow .kv-section .news-list .news-list-ul .news-list-li {
    display: block;
    width: 100%;
    font-size: 1rem;
    color: rgb(51, 51, 51);
    text-align: left;
    padding: 0.5rem 0;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: rgb(224, 224, 224);
  }
  .kv-img-yellow .kv-section .news-list .news-list-ul .news-list-li p {
    margin: 0 auto;
    line-height: 40px;
    color: #636363;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .kv-img-yellow .kv-section .news-list .news-list-ul .news-list-li p .date {
    margin-right: 1rem;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  .header .top-bar .btn {
    padding: 0.7rem;
  }
  .header .navbar .navbar-nav .nav-item .nav-link {
    padding: 1rem;
  }
  .header .navbar .navbar-nav .nav-item .dropdown-menu {
    margin: 1rem;
  }
  .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    display: block;
    padding: 10px;
    line-height: 1.2em;
    color: #ec8585;
    text-align: left;
  }
  .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    color: #e65e5e;
  }
  .kv-img-yellow {
    height: 55vh;
    background-color: #FDF8E3;
    background-image: url(../assets/img/mountain_yellow.svg);
    background-size: 75%;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
  }
  .kv-img-yellow .header-title {
    position: absolute;
    width: 50%;
    left: 50%;
    top: 12%;
    z-index: 8;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .kv-img-yellow .header-title img {
    width: 100%;
    min-height: 100px;
  }
  .kv-img-yellow .header-grass {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 6;
    width: 100%;
  }
  .kv-img-yellow .header-grass img {
    width: 100%;
    display: block;
  }
  .kv-img-yellow .header-cloud-behind-tree {
    position: absolute;
    right: 40%;
    top: 30%;
    z-index: 8;
    width: 12%;
  }
  .kv-img-yellow .header-cloud-behind-tree img {
    width: 100%;
  }
  .kv-img-yellow .header-little-baby {
    position: absolute;
    right: 20%;
    top: 65%;
    z-index: 10;
    width: 20%;
  }
  .kv-img-yellow .header-little-baby img {
    width: 100%;
  }
  .kv-img-yellow .header-blocks {
    position: absolute;
    left: 5%;
    top: 70%;
    z-index: 9;
    width: 15%;
  }
  .kv-img-yellow .header-blocks img {
    width: 100%;
  }
  .kv-img-yellow .header-cloud-left {
    position: absolute;
    left: 3%;
    top: 18%;
    z-index: 8;
    width: 20%;
  }
  .kv-img-yellow .header-cloud-left img {
    width: 100%;
  }
  .kv-img-yellow .header-toys {
    position: absolute;
    left: 45%;
    top: 60%;
    z-index: 8;
    width: 60%;
  }
  .kv-img-yellow .header-toys img {
    width: 100%;
  }
  .kv-img-yellow .header-plum-01 {
    position: absolute;
    right: 10%;
    top: 5%;
    z-index: 11;
    width: 12%;
  }
  .kv-img-yellow .header-plum-01 img {
    width: 100%;
  }
  .kv-img-yellow .header-plum-02 {
    position: absolute;
    right: 80%;
    top: 12%;
    z-index: 11;
    width: 5%;
  }
  .kv-img-yellow .header-plum-02 img {
    width: 100%;
  }
  .kv-img-yellow .kv-section {
    position: absolute;
    right: 50%;
    top: 51%;
    z-index: 10;
    width: 90%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    background-color: rgba(250, 225, 135, 0.6666666667);
    border-radius: 20px;
    padding: 1rem;
  }
  .kv-img-yellow .kv-section .log-in-btn {
    font-size: 1.313rem;
    font-weight: 500;
    color: #ffffff;
    padding: 0.5rem;
    background-color: #E59794;
    border-radius: 20px;
    display: block;
    width: 100%;
    text-align: center;
    display: none;
  }
  .kv-img-yellow .kv-section .log-in-btn .call-to-action {
    font-size: 0.875rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 1rem;
    margin-top: 5px;
  }
  .kv-img-yellow .kv-section .news-list {
    width: 100%;
    border-radius: 20px;
    margin-top: 0;
    background-color: #ffffff;
    padding: 1rem;
    display: block;
  }
  .kv-img-yellow .kv-section .news-list .title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #4d3224;
    border-bottom: 0.5px solid #4d3224;
    padding-bottom: 1rem;
  }
  .kv-img-yellow .kv-section .news-list .news-list-ul {
    display: block;
  }
  .kv-img-yellow .kv-section .news-list .news-list-ul .news-list-li {
    display: block;
    width: 100%;
    font-size: 1rem;
    color: rgb(51, 51, 51);
    text-align: left;
    padding: 0.5rem 0;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: rgb(224, 224, 224);
  }
  .kv-img-yellow .kv-section .news-list .news-list-ul .news-list-li p {
    margin: 0 auto;
    line-height: 21px;
    color: #636363;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .kv-img-yellow .kv-section .news-list .news-list-ul .news-list-li p .date {
    margin-right: 1rem;
  }
}
@media (max-width: 540px) {
  .header .top-bar {
    min-height: 60px;
    padding: 10px;
  }
  .header .top-bar .btn {
    padding: 0.7rem;
  }
  .header .navbar .navbar-nav .nav-item .nav-link {
    padding: 1rem;
  }
  .header .navbar .navbar-nav .nav-item .dropdown-menu {
    margin: 1rem;
  }
  .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    display: block;
    padding: 10px;
    line-height: 1.2em;
    color: #ec8585;
    text-align: left;
  }
  .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    color: #e65e5e;
  }
  .kv-img-yellow {
    height: 50vh;
    background-color: #FDF8E3;
    background-image: url(../assets/img/mountain_yellow.svg);
    background-size: 75%;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
  }
  .kv-img-yellow .header-title {
    position: absolute;
    width: 60%;
    left: 50%;
    top: 12%;
    z-index: 8;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .kv-img-yellow .header-title img {
    width: 100%;
    min-height: 100px;
  }
  .kv-img-yellow .header-grass {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 6;
    width: 100%;
  }
  .kv-img-yellow .header-grass img {
    width: 100%;
    display: block;
  }
  .kv-img-yellow .header-cloud-behind-tree {
    position: absolute;
    right: 40%;
    top: 30%;
    z-index: 8;
    width: 12%;
  }
  .kv-img-yellow .header-cloud-behind-tree img {
    width: 100%;
  }
  .kv-img-yellow .header-little-baby {
    position: absolute;
    right: 18%;
    top: 75%;
    z-index: 10;
    width: 20%;
  }
  .kv-img-yellow .header-little-baby img {
    width: 100%;
  }
  .kv-img-yellow .header-blocks {
    position: absolute;
    left: 5%;
    top: 75%;
    z-index: 9;
    width: 15%;
  }
  .kv-img-yellow .header-blocks img {
    width: 100%;
  }
  .kv-img-yellow .header-cloud-left {
    position: absolute;
    left: 3%;
    top: 15%;
    z-index: 8;
    width: 20%;
  }
  .kv-img-yellow .header-cloud-left img {
    width: 100%;
  }
  .kv-img-yellow .header-toys {
    position: absolute;
    left: 45%;
    top: 73%;
    z-index: 8;
    width: 60%;
  }
  .kv-img-yellow .header-toys img {
    width: 100%;
  }
  .kv-img-yellow .header-plum-01 {
    position: absolute;
    right: 5%;
    top: 5%;
    z-index: 11;
    width: 10%;
  }
  .kv-img-yellow .header-plum-01 img {
    width: 100%;
  }
  .kv-img-yellow .kv-section {
    position: absolute;
    right: 50%;
    top: 50%;
    z-index: 10;
    width: 90%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    background-color: rgba(250, 225, 135, 0.6666666667);
    border-radius: 20px;
    padding: 1rem;
  }
  .kv-img-yellow .kv-section .log-in-btn {
    font-size: 1.313rem;
    font-weight: 500;
    color: #ffffff;
    padding: 0.5rem;
    background-color: #E59794;
    border-radius: 20px;
    display: block;
    width: 100%;
    text-align: center;
    display: none;
  }
  .kv-img-yellow .kv-section .log-in-btn .call-to-action {
    font-size: 0.875rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 1rem;
    margin-top: 5px;
  }
  .kv-img-yellow .kv-section .news-list {
    width: 100%;
    border-radius: 20px;
    margin-top: 0;
    background-color: #ffffff;
    padding: 1rem;
    display: block;
  }
  .kv-img-yellow .kv-section .news-list .title {
    font-size: 0.875rem;
    font-weight: 700;
    color: #4d3224;
    border-bottom: 0.5px solid #4d3224;
    padding-bottom: 0.5rem;
  }
  .kv-img-yellow .kv-section .news-list .news-list-ul {
    display: block;
  }
  .kv-img-yellow .kv-section .news-list .news-list-ul .news-list-li {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    color: rgb(51, 51, 51);
    text-align: left;
    padding: 0.5rem 0;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: rgb(224, 224, 224);
  }
  .kv-img-yellow .kv-section .news-list .news-list-ul .news-list-li p {
    margin: 0 auto;
    line-height: 21px;
    color: #636363;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .kv-img-yellow .kv-section .news-list .news-list-ul .news-list-li p .date {
    margin-right: 1rem;
  }
}
.river-animation-yellow {
  position: relative;
  margin-top: -100px;
}
.river-animation-yellow .field-wrap {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 3;
}
.river-animation-yellow .field-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.river-animation-yellow .wave-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.river-animation-yellow .wave-wrap img {
  width: 50%;
  height: 100%;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation: wave 15s linear infinite;
          animation: wave 15s linear infinite;
}
.river-animation-yellow .river-wrap {
  width: 100%;
}
.river-animation-yellow .river-wrap img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 991px) and (max-width: 1440px) {
  .river-animation {
    position: relative;
    margin-top: -100px;
  }
  .river-animation .field-wrap {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 3;
  }
  .river-animation .field-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .river-animation .wave-wrap {
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
  .river-animation .wave-wrap img {
    width: 50%;
  }
  .river-animation .river-wrap {
    width: 100%;
  }
  .river-animation .river-wrap img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 769px) and (max-width: 990px) {
  .river-animation-yellow {
    position: relative;
    margin-top: -100px;
  }
  .river-animation-yellow .field-wrap {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 3;
  }
  .river-animation-yellow .field-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .river-animation-yellow .wave-wrap {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
  .river-animation-yellow .wave-wrap img {
    width: 50%;
  }
  .river-animation-yellow .river-wrap {
    width: 100%;
  }
  .river-animation-yellow .river-wrap img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  .river-animation-yellow {
    position: relative;
    margin-top: -70px;
  }
  .river-animation-yellow .field-wrap {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 3;
  }
  .river-animation-yellow .field-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .river-animation-yellow .wave-wrap {
    width: 100%;
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
  .river-animation-yellow .wave-wrap img {
    width: 50%;
  }
  .river-animation-yellow .river-wrap {
    width: 100%;
  }
  .river-animation-yellow .river-wrap img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 540px) {
  .river-animation-yellow {
    position: relative;
    margin-top: -50px;
  }
  .river-animation-yellow .field-wrap {
    width: 100% !important;
    position: absolute;
    bottom: 0;
    z-index: 3;
  }
  .river-animation-yellow .field-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .river-animation-yellow .wave-wrap {
    width: 100% !important;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
  .river-animation-yellow .wave-wrap img {
    width: 50%;
  }
  .river-animation-yellow .river-wrap {
    width: 100% !important;
  }
  .river-animation-yellow .river-wrap img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#footer-yellow {
  font-size: 1rem;
  background-color: #66abce;
}
#footer-yellow h6 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 1.313rem;
}
#footer-yellow li {
  margin-top: 5px;
}
#footer-yellow li a {
  vertical-align: middle;
  color: #ffffff;
  font-size: 1.125rem;
}
#footer-yellow .footer-bottom {
  background-color: #5093B5;
}
#footer-yellow .footer-bottom .footer-logo {
  width: 50%;
}
#footer-yellow .footer-bottom .footer-text {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8rem;
}

@media (min-width: 991px) and (max-width: 1440px) {
  #footer {
    text-align: center;
  }
  #footer h6 {
    margin-bottom: 5px;
  }
  #footer .footer-logo {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) and (max-width: 990px) {
  #footer {
    text-align: center;
  }
  #footer h6 {
    margin-bottom: 5px;
  }
  #footer .footer-logo {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  #footer {
    text-align: center;
  }
  #footer h6 {
    margin-bottom: 5px;
  }
  #footer .footer-logo {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 540px) {
  #footer {
    text-align: center;
  }
  #footer h6 {
    margin-bottom: 5px;
  }
  #footer .footer-logo {
    width: 50%;
    margin-bottom: 30px;
  }
}
.header {
  position: sticky;
  z-index: 101;
}
.header .top-bar {
  background-color: #C5DBD4;
  min-height: 60px;
  padding: 10px 25px;
}
.header .top-bar .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.header .top-bar .header-logo .logo-wrap {
  display: block;
  width: 120px;
  overflow: hidden;
  margin-right: 10px;
}
.header .top-bar .header-logo .logo-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .top-bar .header-logo .title {
  display: block;
  width: 30%;
}
.header .top-bar .btn-primary i {
  margin-right: 5px;
}
.header .top-bar #member {
  position: relative;
}
.header .top-bar .member-list {
  max-width: 130px;
  position: absolute;
  right: 390px;
  left: 470px;
  font-size: 0.9rem;
  z-index: 102;
  background-color: #ffffff;
  border-radius: 15px;
}
.header .top-bar .member-list li a {
  display: block;
  padding: 10px;
  line-height: 1.2em;
  color: #94BA57;
  text-align: left;
}
.header .top-bar .member-list li a:hover {
  color: #e65e5e;
}
.header .top-bar .is-active {
  color: #e65e5e;
}
.header .top-bar .header-search .form-control {
  position: relative;
}
.header .top-bar .header-search button {
  position: absolute;
  right: -10px;
  top: 0;
}
.header .top-bar .header-search .search-dropdown {
  padding: 15px;
  width: 225px;
  margin-top: 5px;
}
.header .top-bar .header-search .search-dropdown .search-record {
  margin-bottom: 0;
}
.header .top-bar .header-search .search-dropdown .search-record li {
  padding: 5px;
}
.header .top-bar .header-search .search-dropdown .search-record li a {
  font-size: 0.875rem;
}
.header .top-bar .header-search .search-dropdown .search-record:hover {
  background-color: #f8f8f8;
}
.header .navbar {
  position: sticky;
  z-index: 100;
}
.header .navbar .navbar-nav .nav-item .nav-link {
  color: #143C4F;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 1rem;
}
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  display: block;
  padding: 10px;
  line-height: 1.2em;
  color: #21826a;
  text-align: left;
}
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  color: #21826a;
}

.kv-img {
  height: 90vh;
  background-color: #E1EDEA;
  background-image: url(../assets/img/mountain@3x.png);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.kv-img .header-title {
  position: absolute;
  left: 50%;
  top: 25%;
  z-index: 8;
  -webkit-transform: translate(-60%, -70%);
          transform: translate(-60%, -70%);
}
.kv-img .header-title img {
  width: 110%;
  min-height: 100px;
}
.kv-img .header-grass {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 6;
  width: 100%;
}
.kv-img .header-grass img {
  width: 100%;
  display: block;
}
.kv-img .header-tree {
  position: absolute;
  right: 11%;
  bottom: 8%;
  z-index: 9;
  width: 25%;
}
.kv-img .header-tree img {
  width: 100%;
}
.kv-img .header-bamboo {
  position: absolute;
  left: 20%;
  bottom: 15%;
  z-index: 9;
  width: 11%;
}
.kv-img .header-bamboo img {
  width: 100%;
}
.kv-img .header-cloud-behind-tree {
  position: absolute;
  right: 6%;
  top: 35%;
  z-index: 8;
  width: 12%;
}
.kv-img .header-cloud-behind-tree img {
  width: 100%;
}
.kv-img .header-little-boy {
  position: absolute;
  left: 27%;
  top: 40%;
  z-index: 10;
  width: 17%;
}
.kv-img .header-little-boy img {
  width: 100%;
}
.kv-img .header-little-girl {
  position: absolute;
  right: 25%;
  top: 35%;
  z-index: 10;
  width: 25%;
}
.kv-img .header-little-girl img {
  width: 100%;
}
.kv-img .header-cloud-left {
  position: absolute;
  left: 13%;
  top: 28%;
  z-index: 8;
  width: 16%;
}
.kv-img .header-cloud-left img {
  width: 100%;
}

@media (min-width: 991px) and (max-width: 1440px) {
  .header .top-bar .btn {
    padding: 0.7rem;
  }
  .header .navbar .navbar-nav .nav-item .nav-link {
    padding: 1rem 0.5rem;
    font-size: 0.875rem;
  }
  .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    display: block;
    padding: 10px;
    line-height: 1.2em;
    color: #ec8585;
    text-align: left;
  }
  .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    color: #e65e5e;
  }
  .kv-img .header-title {
    position: absolute;
    left: 48%;
    top: 35%;
    z-index: 8;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .kv-img .header-title img {
    width: 110%;
    min-height: 100px;
  }
  .kv-img .header-bamboo {
    position: absolute;
    left: 20%;
    bottom: 15%;
    z-index: 9;
    width: 9%;
  }
  .kv-img .header-bamboo img {
    width: 110%;
  }
  .kv-img .header-tree {
    position: absolute;
    right: 13%;
    bottom: 7%;
    z-index: 9;
    width: 20%;
  }
  .kv-img .header-tree img {
    width: 100%;
  }
  .kv-img .header-little-girl {
    position: absolute;
    right: 25%;
    top: 55%;
    z-index: 10;
    width: 25%;
  }
  .kv-img .header-little-girl img {
    width: 100%;
  }
  .kv-img .header-little-boy {
    position: absolute;
    left: 27%;
    top: 60%;
    z-index: 10;
    width: 17%;
  }
  .kv-img .header-little-boy img {
    width: 100%;
  }
  .kv-img .header-cloud-left {
    position: absolute;
    left: 18%;
    top: 38%;
    z-index: 8;
    width: 13%;
  }
  .kv-img .header-cloud-left img {
    width: 110%;
  }
  .kv-img .header-cloud-behind-tree {
    position: absolute;
    right: 15%;
    top: 50%;
    z-index: 7;
    width: 9%;
  }
  .kv-img .header-cloud-behind-tree img {
    width: 110%;
  }
}
@media (min-width: 769px) and (max-width: 990px) {
  .header .top-bar .btn {
    padding: 0.7rem;
  }
  .header .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.7rem;
  }
  .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    display: block;
    padding: 10px;
    line-height: 1.2em;
    color: #ec8585;
    text-align: left;
  }
  .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    color: #e65e5e;
  }
  .container-fluid {
    padding: 0;
  }
  .container-fluid .navbar-toggler {
    background-color: #94BA57;
    z-index: 10;
    border-radius: 0;
    width: 100%;
    position: relative;
    height: 35px;
  }
  .kv-img {
    background-size: 100%;
    height: 55vh;
  }
  .kv-img .header-logo img {
    width: 100%;
    margin-top: 10px;
  }
  .kv-img .header-title {
    position: absolute;
    left: 50%;
    top: 30%;
    z-index: 8;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .kv-img .header-title img {
    width: 110%;
    min-height: 100px;
  }
  .kv-img .header-bamboo {
    position: absolute;
    left: 20%;
    bottom: 15%;
    z-index: 9;
    width: 9%;
  }
  .kv-img .header-bamboo img {
    width: 110%;
  }
  .kv-img .header-tree {
    position: absolute;
    right: 13%;
    bottom: 8%;
    z-index: 9;
    width: 20%;
  }
  .kv-img .header-tree img {
    width: 100%;
  }
  .kv-img .header-little-girl {
    position: absolute;
    right: 25%;
    top: 50%;
    z-index: 10;
    width: 25%;
  }
  .kv-img .header-little-girl img {
    width: 100%;
  }
  .kv-img .header-little-boy {
    position: absolute;
    left: 27%;
    top: 50%;
    z-index: 10;
    width: 17%;
  }
  .kv-img .header-little-boy img {
    width: 100%;
  }
  .kv-img .header-cloud-left {
    position: absolute;
    left: 18%;
    top: 35%;
    z-index: 8;
    width: 13%;
  }
  .kv-img .header-cloud-left img {
    width: 110%;
  }
  .kv-img .header-cloud-behind-tree {
    position: absolute;
    right: 15%;
    top: 43%;
    z-index: 7;
    width: 9%;
  }
  .kv-img .header-cloud-behind-tree img {
    width: 110%;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  .header .top-bar .btn {
    padding: 0.7rem;
  }
  .header .navbar .navbar-nav .nav-item .nav-link {
    padding: 1rem;
  }
  .header .navbar .navbar-nav .nav-item .dropdown-menu {
    margin: 1rem;
  }
  .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    display: block;
    padding: 10px;
    line-height: 1.2em;
    color: #ec8585;
    text-align: left;
  }
  .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    color: #e65e5e;
  }
  .kv-img {
    background-size: 100%;
    height: 45vh;
  }
  .kv-img .header-logo img {
    width: 100%;
    margin-top: 10px;
  }
  .kv-img .header-title {
    position: absolute;
    left: 50%;
    top: 30%;
    z-index: 8;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .kv-img .header-title img {
    width: 110%;
    min-height: 100px;
  }
  .kv-img .header-bamboo {
    position: absolute;
    left: 20%;
    bottom: 12%;
    z-index: 9;
    width: 9%;
  }
  .kv-img .header-bamboo img {
    width: 110%;
  }
  .kv-img .header-tree {
    position: absolute;
    right: 13%;
    bottom: 8%;
    z-index: 9;
    width: 20%;
  }
  .kv-img .header-tree img {
    width: 100%;
  }
  .kv-img .header-little-girl {
    position: absolute;
    right: 25%;
    top: 50%;
    z-index: 10;
    width: 25%;
  }
  .kv-img .header-little-girl img {
    width: 100%;
  }
  .kv-img .header-little-boy {
    position: absolute;
    left: 27%;
    top: 55%;
    z-index: 10;
    width: 17%;
  }
  .kv-img .header-little-boy img {
    width: 100%;
  }
  .kv-img .header-cloud-left {
    position: absolute;
    left: 20%;
    top: 33%;
    z-index: 8;
    width: 13%;
  }
  .kv-img .header-cloud-left img {
    width: 110%;
  }
  .kv-img .header-cloud-behind-tree {
    position: absolute;
    right: 15%;
    top: 45%;
    z-index: 7;
    width: 9%;
  }
  .kv-img .header-cloud-behind-tree img {
    width: 110%;
  }
}
@media (max-width: 540px) {
  .header .top-bar {
    min-height: 60px;
    padding: 10px;
  }
  .header .top-bar .btn {
    padding: 0.7rem;
  }
  .header .navbar .navbar-nav .nav-item .nav-link {
    padding: 1rem;
  }
  .header .navbar .navbar-nav .nav-item .dropdown-menu {
    margin: 1rem;
  }
  .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    display: block;
    padding: 10px;
    line-height: 1.2em;
    color: #ec8585;
    text-align: left;
  }
  .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    color: #e65e5e;
  }
  .kv-img {
    background-size: 100%;
    height: 65vh;
  }
  .kv-img .top-bar .header-logo img {
    width: 100%;
  }
  .kv-img .header-title {
    position: absolute;
    left: 50%;
    top: 25%;
    z-index: 8;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
  }
  .kv-img .header-title img {
    width: 100%;
    min-height: 100px;
  }
  .kv-img .header-grass {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 6;
    width: 400%;
  }
  .kv-img .header-grass img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .kv-img .header-bamboo {
    position: absolute;
    left: -10%;
    bottom: 12%;
    z-index: 9;
    width: 30%;
  }
  .kv-img .header-bamboo img {
    width: 110%;
  }
  .kv-img .header-tree {
    position: absolute;
    right: -50%;
    bottom: 15%;
    z-index: 9;
    width: 70%;
  }
  .kv-img .header-tree img {
    width: 100%;
  }
  .kv-img .header-little-girl {
    position: absolute;
    right: -6%;
    top: 55%;
    z-index: 10;
    width: 70%;
  }
  .kv-img .header-little-girl img {
    width: 100%;
    height: 100%;
  }
  .kv-img .header-little-boy {
    position: absolute;
    left: -5%;
    top: 60%;
    z-index: 10;
    width: 50%;
  }
  .kv-img .header-little-boy img {
    width: 100%;
  }
  .kv-img .header-cloud-left {
    position: absolute;
    left: 10%;
    top: 36%;
    z-index: 8;
    width: 35%;
  }
  .kv-img .header-cloud-left img {
    width: 100%;
    height: 100%;
  }
  .kv-img .header-cloud-behind-tree {
    position: absolute;
    right: 15%;
    top: 10%;
    z-index: 7;
    width: 20%;
  }
  .kv-img .header-cloud-behind-tree img {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 991px) and (max-width: 1440px) {
  .navbar {
    padding: 0;
  }
  .navbar .navbar-toggler {
    background-color: #c8d65f;
    z-index: 10;
    border-radius: 0;
    width: 85%;
    position: relative;
    height: 35px;
  }
  .navbar .nav-img {
    display: none;
  }
  .navbar .navbar-nav .nav-img {
    display: none;
  }
  .navbar .navbar-nav .nav-img img {
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: 11;
  }
  .navbar .navbar-nav .nav-img--mb {
    display: inline-block;
    height: 35px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
  .navbar .navbar-nav .nav-img--mb .graphic_979 {
    top: 0%;
    left: 0%;
    background-color: transparent;
  }
  .navbar .navbar-nav .nav-img--mb .graphic_979-2 {
    top: 0%;
    right: 0%;
    background-color: transparent;
  }
}
.river-animation {
  position: relative;
  margin-top: -120px;
}
.river-animation .field-wrap {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 3;
}
.river-animation .field-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.river-animation .wave-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.river-animation .wave-wrap img {
  width: 50%;
  height: 100%;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation: wave 15s linear infinite;
          animation: wave 15s linear infinite;
}
.river-animation .river-wrap {
  width: 100%;
}
.river-animation .river-wrap img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 991px) and (max-width: 1440px) {
  .river-animation {
    position: relative;
    margin-top: -100px;
  }
  .river-animation .field-wrap {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 3;
  }
  .river-animation .field-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .river-animation .wave-wrap {
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
  .river-animation .wave-wrap img {
    width: 50%;
  }
  .river-animation .river-wrap {
    width: 100%;
  }
  .river-animation .river-wrap img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 769px) and (max-width: 990px) {
  .river-animation {
    position: relative;
    margin-top: -100px;
  }
  .river-animation .field-wrap {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 3;
  }
  .river-animation .field-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .river-animation .wave-wrap {
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
  .river-animation .wave-wrap img {
    width: 50%;
  }
  .river-animation .river-wrap {
    width: 100%;
  }
  .river-animation .river-wrap img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  .river-animation {
    position: relative;
    margin-top: -100px;
  }
  .river-animation .field-wrap {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 3;
  }
  .river-animation .field-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .river-animation .wave-wrap {
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
  .river-animation .wave-wrap img {
    width: 50%;
  }
  .river-animation .river-wrap {
    width: 100%;
  }
  .river-animation .river-wrap img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 540px) {
  .river-animation {
    position: relative;
    margin-top: -55px;
  }
  .river-animation .field-wrap {
    width: 100% !important;
    position: absolute;
    bottom: 0;
    z-index: 3;
  }
  .river-animation .field-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .river-animation .wave-wrap {
    width: 100% !important;
    position: absolute;
    bottom: 10px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
  .river-animation .wave-wrap img {
    width: 50%;
  }
  .river-animation .river-wrap {
    width: 100% !important;
  }
  .river-animation .river-wrap img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#footer {
  font-size: 1rem;
  background-color: #66abce;
}
#footer h6 {
  margin-bottom: 18px;
}
#footer li {
  margin-top: 5px;
}
#footer li a {
  vertical-align: middle;
  color: #143C4F;
  font-size: 1rem;
}
#footer .footer-bottom {
  background-color: #5093B5;
}
#footer .footer-bottom .footer-logo {
  width: 30%;
}
#footer .footer-bottom .footer-text {
  color: #0C2733;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 991px) and (max-width: 1440px) {
  #footer {
    text-align: center;
  }
  #footer h6 {
    margin-bottom: 5px;
  }
  #footer .footer-logo {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) and (max-width: 990px) {
  #footer {
    text-align: center;
  }
  #footer h6 {
    margin-bottom: 5px;
  }
  #footer .footer-logo {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  #footer {
    text-align: center;
  }
  #footer h6 {
    margin-bottom: 5px;
  }
  #footer .footer-logo {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 540px) {
  #footer {
    text-align: center;
  }
  #footer h6 {
    margin-bottom: 5px;
  }
  #footer .footer-logo {
    width: 50%;
    margin-bottom: 30px;
  }
}
/* main button */
#main-button {
  background-color: #ffffff;
  padding: 100px 0;
}
#main-button a {
  display: inline-block;
}
#main-button a img {
  width: 100%;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
#main-button a .btn-title {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#main-button a:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#main-button a:active {
  background-color: #434912;
  border-color: #434912;
  color: #ffffff;
}

/* main button */
/* news */
#news {
  background-color: #ffffff;
}
#news .section-title {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#news .section-title .head, #news .section-title .tail, #news .section-title .head-mobile {
  display: block;
  width: auto;
  height: 94px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#news .section-title h1 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8rem;
  color: #42250F;
  margin: 0;
  display: block;
  width: auto;
  background-color: #F9EAC2;
  padding: 17px;
  border-top: 0.5px solid #42250F;
  border-bottom: 0.5px solid #42250F;
  position: unset !important;
  -webkit-transform: unset;
  transform: unset !important;
}
#news .news-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 20px 30px 200px 30px;
  border-radius: 80px;
  background-color: #E1EDEA;
}
#news .news-wrap .news-slider--item {
  padding: 20px;
  font-size: 0.75rem;
}

@media (max-width: 540px) {
  #main-button {
    background-color: #e65e5e;
    padding: 100px 0;
  }
  #main-button a {
    display: inline-block;
  }
  #main-button a img {
    width: 100%;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
  }
  #main-button a .btn-title {
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
    position: absolute;
    bottom: 15px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #main-button a:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* baby-care-allowance */
#baby-care-allowance {
  background-image: url(../assets/img/section1_cloud.svg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -250px;
  padding-bottom: 220px;
}
#baby-care-allowance .section-title {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 250px 0 0 0;
}
#baby-care-allowance .section-title .head, #baby-care-allowance .section-title .tail, #baby-care-allowance .section-title .head-mobile {
  display: block;
  width: auto;
  height: 94px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#baby-care-allowance .section-title .title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8rem;
  color: #42250F;
  margin: 0;
  display: block;
  width: auto;
  background-color: #F9EAC2;
  padding: 17px;
  border-top: 0.5px solid #42250F;
  border-bottom: 0.5px solid #42250F;
  position: unset !important;
  -webkit-transform: unset;
  transform: unset !important;
}
#baby-care-allowance .childcare-slider--item {
  padding: 30px;
}
#baby-care-allowance .childcare-slider--item .card {
  background-color: transparent;
}
#baby-care-allowance .childcare-slider--item .card .childcare-slider--item---pic {
  overflow: hidden;
}
#baby-care-allowance .childcare-slider--item .card .childcare-slider--item---pic a {
  display: inline-block;
  width: 100%;
  padding-top: 54.8387096774%;
  height: 0;
  position: relative;
}
#baby-care-allowance .childcare-slider--item .card .childcare-slider--item---pic a span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
}
#baby-care-allowance .childcare-slider--item .card .childcare-slider--item---pic a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#baby-care-allowance .childcare-slider--item .card .card-body {
  padding: 20px 3px;
}

/* babycare knowledge */
#baby-care-knowledge {
  background-image: url(../assets/img/section3_cloud.svg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -220px;
  padding-bottom: 210px;
}
#baby-care-knowledge .section-title {
  color: #ffffff;
  position: relative;
  padding: 250px 0 0 0;
}
#baby-care-knowledge .section-title img {
  display: block;
}
#baby-care-knowledge .section-title .title {
  font-size: 2rem;
  font-weight: 500;
  position: absolute;
  top: 85%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#baby-care-knowledge .knowledge-slider--item {
  padding: 30px;
  background-image: url(../assets/img/yellow_book.svg);
  background-repeat: no-repeat;
}
#baby-care-knowledge .knowledge-slider--item .card {
  background-color: transparent;
  padding: 70px 40px 20px 5px;
  max-width: 320px;
}
#baby-care-knowledge .knowledge-slider--item .card .knowledge-slider--item---pic {
  overflow: hidden;
}
#baby-care-knowledge .knowledge-slider--item .card .knowledge-slider--item---pic a {
  display: inline-block;
  width: 70%;
  padding-top: 54.8387096774%;
  height: 0;
  position: relative;
}
#baby-care-knowledge .knowledge-slider--item .card .knowledge-slider--item---pic a span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
}
#baby-care-knowledge .knowledge-slider--item .card .knowledge-slider--item---pic a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#baby-care-knowledge .knowledge-slider--item .card .card-body {
  padding: 20px 3px;
}

/* video */
#video {
  background-image: url(../assets/img/mountain.svg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -220px;
  padding-bottom: 210px;
}
#video .section-title {
  color: #ffffff;
  position: relative;
  padding: 250px 0 0 0;
}
#video .section-title img {
  display: block;
}
#video .section-title .title {
  font-size: 2rem;
  font-weight: 500;
  position: absolute;
  top: 85%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#video .video-slider--item {
  padding: 30px;
}
#video .video-slider--item .card {
  background-color: transparent;
}
#video .video-slider--item .card .video-slider--item---pic {
  overflow: hidden;
}
#video .video-slider--item .card .video-slider--item---pic a {
  display: inline-block;
  width: 100%;
  padding-top: 54.8387096774%;
  height: 0;
  position: relative;
}
#video .video-slider--item .card .video-slider--item---pic a span {
  position: absolute;
  right: 15px;
  bottom: 5px;
  color: #fff;
  z-index: 10;
  font-size: 1.875rem;
}
#video .video-slider--item .card .video-slider--item---pic a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#video .video-slider--item .card .card-body {
  padding: 20px 3px;
}

@media (min-width: 991px) and (max-width: 1440px) {
  #baby-care-knowledge .knowledge-slider--item .card .card-text {
    line-height: 1rem;
    font-size: 0.875rem;
  }
}
@media (min-width: 769px) and (max-width: 990px) {
  .childcare-slider {
    margin: 0;
  }
  #baby-care-knowledge .knowledge-slider--item .card .card-text {
    line-height: 1rem;
    font-size: 0.875rem;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  #sign-up {
    margin-bottom: 100px;
  }
}
.modal .modal-header .modal-title {
  font-size: 1.5rem;
  font-weight: 400;
  color: #e65e5e;
}
.modal .modal-body .content p {
  text-align: left;
  color: #5B5B5B;
}
.modal .modal-body .content ol {
  text-align: left;
  color: #5B5B5B;
}
.modal .modal-body .content ol .number {
  width: 25px;
}
.modal .modal-body .content .qrcode {
  display: block;
  width: 250px;
  margin: 50px auto;
}

/* main button */
#main-button-yellow {
  background-color: #B8D582;
  background-image: url(../assets/img/grass_top.svg);
  background-size: 100%;
  background-position: bottom;
  background-repeat: repeat;
  position: relative;
  overflow: hidden;
  padding: 10px 0 150px 0;
}
#main-button-yellow a {
  display: inline-block;
}
#main-button-yellow a img {
  width: 100%;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
#main-button-yellow a .btn-title {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#main-button-yellow a:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#main-button-yellow a:active {
  background-color: #434912;
  border-color: #434912;
  color: #ffffff;
}

/* main button */
@media (min-width: 541px) and (max-width: 768px) {
  #main-button-yellow {
    background-color: #e65e5e;
    background-color: #B8D582;
    background-image: url(../assets/img/grass_top.svg);
    background-size: 100%;
    background-position: bottom;
    background-repeat: repeat;
    position: relative;
    overflow: hidden;
    padding: 0 0 70px 0;
  }
  #main-button-yellow a {
    display: inline-block;
  }
  #main-button-yellow a img {
    width: 100%;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
  }
  #main-button-yellow a .btn-title {
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
    position: absolute;
    bottom: 15px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #main-button-yellow a:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (max-width: 540px) {
  #main-button-yellow {
    background-color: #e65e5e;
    background-color: #B8D582;
    background-image: url(../assets/img/grass_top.svg);
    background-size: 100%;
    background-position: bottom;
    background-repeat: repeat;
    position: relative;
    overflow: hidden;
    padding: 0 0 50px 0;
  }
  #main-button-yellow a {
    display: inline-block;
  }
  #main-button-yellow a img {
    width: 100%;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
  }
  #main-button-yellow a .btn-title {
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
    position: absolute;
    bottom: 15px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #main-button-yellow a:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (min-width: 991px) and (max-width: 1440px) {
  #baby-care-knowledge .knowledge-slider--item .card .card-text {
    line-height: 1rem;
    font-size: 0.875rem;
  }
}
@media (min-width: 769px) and (max-width: 990px) {
  .childcare-slider {
    margin: 0;
  }
  #baby-care-knowledge .knowledge-slider--item .card .card-text {
    line-height: 1rem;
    font-size: 0.875rem;
  }
}
.modal .modal-header .modal-title {
  font-size: 1.5rem;
  font-weight: 400;
  color: #e65e5e;
}
.modal .modal-body .content p {
  text-align: left;
  color: #5B5B5B;
}
.modal .modal-body .content ol {
  text-align: left;
  color: #5B5B5B;
}
.modal .modal-body .content ol .number {
  width: 25px;
}
.modal .modal-body .content .qrcode {
  display: block;
  width: 250px;
  margin: 50px auto;
}

/* articale */
#article {
  padding: 100px 0 250px 0;
}
#article .article-title {
  margin-bottom: 10px;
  color: #4d3224;
}
#article .article-date {
  color: #5B5B5B;
  font-size: 1rem;
}
#article .article-view {
  color: #5B5B5B;
  font-size: 1rem;
}
#article .article-img {
  width: 100%;
  overflow: hidden;
}
#article .article-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#article .doc-content .title {
  font-size: 1.5rem;
  font-weight: 500;
}
#article .doc-content .subtitle {
  font-size: 1.125rem;
  font-weight: 500;
}
#article .doc-content .content {
  font-size: 1rem;
  color: #5B5B5B;
  line-height: 2rem;
}
#article .article-downloads a {
  margin: 5px 2px;
}

@media (min-width: 541px) and (max-width: 768px) {
  #article {
    padding: 50px 0 200px 0;
  }
}
@media (max-width: 540px) {
  #article {
    padding: 50px 0 150px 0;
  }
}
/* notice */
#parenting-notice {
  background-color: #ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
          box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  padding: 100px 0;
}
#parenting-notice .section-title {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#parenting-notice .section-title .head, #parenting-notice .section-title .tail, #parenting-notice .section-title .head-mobile {
  display: block;
  width: auto;
  height: 94px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#parenting-notice .section-title h1 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8rem;
  color: #42250F;
  margin: 0;
  display: block;
  width: auto;
  background-color: #F9EAC2;
  padding: 16px;
  border-top: 0.5px solid #42250F;
  border-bottom: 0.5px solid #42250F;
  position: unset !important;
  -webkit-transform: unset;
  transform: unset !important;
}
#parenting-notice .top-area {
  width: 100%;
  margin: 0 auto;
  padding: 60px;
  border-radius: 50px;
  background-color: #FDF8E3;
}
#parenting-notice .top-area .title-bar h2 {
  font-size: 1.5rem;
  color: #4d3224;
}
#parenting-notice .top-area .content-bar {
  margin-top: 20px;
  font-size: 1.125rem;
  color: #4d3224;
}
#parenting-notice .top-area .content-bar .unit {
  margin-left: 50px;
}
#parenting-notice .top-area .content-bar .unit ul {
  list-style-type: decimal;
}

/* ipad */
@media (min-width: 769px) and (max-width: 990px) {
  #parenting-notice {
    padding: 50px 0;
  }
  #parenting-notice .section-title {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #parenting-notice .section-title .head, #parenting-notice .section-title .tail, #parenting-notice .section-title .head-mobile {
    display: block;
    width: auto;
    height: 94px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #parenting-notice .section-title .title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.8rem;
    padding: 21px;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  #parenting-notice {
    padding: 50px 0;
  }
  #parenting-notice .section-title {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #parenting-notice .section-title .head, #parenting-notice .section-title .tail, #parenting-notice .section-title .head-mobile {
    display: block;
    width: auto;
    height: 94px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #parenting-notice .section-title .title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.8rem;
    padding: 21px;
  }
}
@media (max-width: 540px) {
  #parenting-notice {
    padding: 50px 0;
  }
  #parenting-notice .section-title {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #parenting-notice .section-title .head, #parenting-notice .section-title .tail, #parenting-notice .section-title .head-mobile {
    display: block;
    width: auto;
    height: 94px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #parenting-notice .section-title .title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.8rem;
    padding: 21px;
  }
}
/* apply */
#apply {
  background-color: #e65e5e;
  padding: 0 0 100px 0;
}
#apply .section-title {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#apply .section-title .head, #apply .section-title .tail, #apply .section-title .head-mobile {
  display: block;
  width: auto;
  height: 94px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#apply .section-title .title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8rem;
  color: #42250F;
  margin: 0;
  display: block;
  width: auto;
  background-color: #F9EAC2;
  padding: 16px;
  border-top: 0.5px solid #42250F;
  border-bottom: 0.5px solid #42250F;
  position: unset !important;
  -webkit-transform: unset;
  transform: unset !important;
}
#apply .form-area {
  width: 100%;
  padding: 60px;
  margin: 0 0 100px 0;
  border-radius: 50px;
  background-color: #ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
#apply .form-area .title {
  margin-top: 50px;
  font-size: 1.313rem;
  color: #e65e5e;
  font-weight: 500;
}

@media (min-width: 769px) and (max-width: 990px) {
  #apply .section-title {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #apply .section-title .head, #apply .section-title .tail, #apply .section-title .head-mobile {
    display: block;
    width: auto;
    height: 110px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #apply .section-title .title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 21.5px;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  #apply .section-title {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #apply .section-title .head, #apply .section-title .tail, #apply .section-title .head-mobile {
    display: block;
    width: auto;
    height: 110px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #apply .section-title .title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 16px;
  }
}
@media (max-width: 540px) {
  #apply .section-title {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #apply .section-title .head, #apply .section-title .tail, #apply .section-title .head-mobile {
    display: block;
    width: auto;
    height: 110px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #apply .section-title .title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 16px;
  }
}
/* link */
#link {
  padding: 100px 0 200px 0;
}
#link .section-title {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#link .section-title .head, #link .section-title .tail, #link .section-title .head-mobile {
  display: block;
  width: auto;
  height: 96px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#link .section-title h1 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8rem;
  color: #42250F;
  margin: 0;
  display: block;
  width: auto;
  background-color: #F9EAC2;
  padding: 17px;
  border-top: 0.5px solid #42250F;
  border-bottom: 0.5px solid #42250F;
  position: unset !important;
  -webkit-transform: unset;
  transform: unset !important;
}
#link .link-slider--item {
  padding: 30px;
}
#link .link-slider--item .card {
  background-color: transparent;
}
#link .link-slider--item .card .link-slider--item---pic {
  overflow: hidden;
}
#link .link-slider--item .card .link-slider--item---pic a {
  display: inline-block;
  width: 100%;
  padding-top: 54.8387096774%;
  height: 0;
  position: relative;
}
#link .link-slider--item .card .link-slider--item---pic a span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
}
#link .link-slider--item .card .link-slider--item---pic a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#link .link-slider--item .card .card-body {
  padding: 20px 3px;
}

@media (min-width: 769px) and (max-width: 990px) {
  #link {
    padding: 50px 0 150px 0;
  }
  #link .section-title {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #link .section-title .head, #link .section-title .tail, #link .section-title .head-mobile {
    display: block;
    width: auto;
    height: 94px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #link .section-title h1 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 17px;
    border-top: 0.5px solid #42250F;
    border-bottom: 0.5px solid #42250F;
    position: unset !important;
    -webkit-transform: unset;
    transform: unset !important;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  #link {
    padding: 50px 0 100px 0;
  }
  #link .section-title {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #link .section-title .head, #link .section-title .tail, #link .section-title .head-mobile {
    display: block;
    width: auto;
    height: 94px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #link .section-title h1 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 16px;
    border-top: 0.5px solid #42250F;
    border-bottom: 0.5px solid #42250F;
    position: unset !important;
    -webkit-transform: unset;
    transform: unset !important;
  }
}
@media (max-width: 540px) {
  #link {
    padding: 0 0 100px 0;
  }
  #link .section-title {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #link .section-title .head, #link .section-title .tail, #link .section-title .head-mobile {
    display: block;
    width: auto;
    height: 94px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #link .section-title h1 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 16px;
    border-top: 0.5px solid #42250F;
    border-bottom: 0.5px solid #42250F;
    position: unset !important;
    -webkit-transform: unset;
    transform: unset !important;
  }
}
/* resource borrow */
#resource_borrow {
  padding-bottom: 150px;
  padding-top: 50px;
}
#resource_borrow .section-title {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#resource_borrow .section-title .head, #resource_borrow .section-title .tail {
  display: block;
  width: auto;
  height: 94px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#resource_borrow .section-title h1 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8rem;
  color: #42250F;
  margin: 0;
  display: block;
  width: auto;
  background-color: #F9EAC2;
  padding: 17px;
  border-top: 0.5px solid #42250F;
  border-bottom: 0.5px solid #42250F;
  position: unset !important;
  -webkit-transform: unset;
  transform: unset !important;
}
#resource_borrow .resource-item--pic {
  overflow: hidden;
}
#resource_borrow .resource-item--pic span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
}
#resource_borrow .resource-item--pic a {
  display: inline-block;
  width: 100%;
  padding-top: 100%;
  height: 0;
  position: relative;
}
#resource_borrow .resource-item--pic a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#resource_borrow .childcare-slider--item {
  padding: 30px;
}
#resource_borrow .childcare-slider--item .card {
  background-color: transparent;
}
#resource_borrow .childcare-slider--item .card .childcare-slider--item---pic {
  overflow: hidden;
}
#resource_borrow .childcare-slider--item .card .childcare-slider--item---pic a {
  display: inline-block;
  width: 100%;
  padding-top: 54.8387096774%;
  height: 0;
  position: relative;
}
#resource_borrow .childcare-slider--item .card .childcare-slider--item---pic a span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
}
#resource_borrow .childcare-slider--item .card .childcare-slider--item---pic a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#resource_borrow .childcare-slider--item .card .card-body {
  padding: 20px 3px;
}
#resource_borrow .video-slider--item {
  padding: 30px;
}
#resource_borrow .video-slider--item .card {
  background-color: transparent;
}
#resource_borrow .video-slider--item .card .video-slider--item---pic {
  overflow: hidden;
}
#resource_borrow .video-slider--item .card .video-slider--item---pic a {
  display: inline-block;
  width: 100%;
  padding-top: 54.8387096774%;
  height: 0;
  position: relative;
}
#resource_borrow .video-slider--item .card .video-slider--item---pic a span {
  position: absolute;
  right: 15px;
  bottom: 5px;
  color: #fff;
  z-index: 10;
  font-size: 1.875rem;
}
#resource_borrow .video-slider--item .card .video-slider--item---pic a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#resource_borrow .video-slider--item .card .card-body {
  padding: 20px 3px;
}
#resource_borrow .page {
  position: relative;
  margin: 100px 0 200px 0;
}
#resource_borrow .page .pagination {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#resource_borrow .page .pagination .page-link:hover {
  background-color: #4d3224;
  color: #ffffff;
  border-color: #4d3224;
}

@media (min-width: 769px) and (max-width: 990px) {
  #resource_borrow .section-title {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #resource_borrow .section-title .head, #resource_borrow .section-title .tail {
    display: block;
    width: auto;
    height: 140px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #resource_borrow .section-title h1 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 17px;
    border-top: 0.5px solid #42250F;
    border-bottom: 0.5px solid #42250F;
    position: unset !important;
    -webkit-transform: unset;
    transform: unset !important;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  #resource_borrow {
    padding-top: 0;
  }
  #resource_borrow .section-title {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #resource_borrow .section-title .head, #resource_borrow .section-title .tail, #resource_borrow .section-title .head-mobile {
    display: block;
    width: auto;
    height: 94px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #resource_borrow .section-title h1 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 16px;
    border-top: 0.5px solid #42250F;
    border-bottom: 0.5px solid #42250F;
    position: unset !important;
    -webkit-transform: unset;
    transform: unset !important;
  }
}
@media (max-width: 540px) {
  #resource_borrow {
    padding-top: 0;
  }
  #resource_borrow .section-title {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #resource_borrow .section-title .head, #resource_borrow .section-title .tail, #resource_borrow .section-title .head-mobile {
    display: block;
    width: auto;
    height: 94px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #resource_borrow .section-title h1 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 16px;
    border-top: 0.5px solid #42250F;
    border-bottom: 0.5px solid #42250F;
    position: unset !important;
    -webkit-transform: unset;
    transform: unset !important;
  }
}
/* resource borrow */
/* main button */
#main-button {
  background-color: #e65e5e;
  padding: 50px 0 20px 0;
}
#main-button a {
  display: inline-block;
}
#main-button a img {
  width: 100%;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
#main-button a .btn-title {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#main-button a:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* main button */
/* news */
#baby-subsidy {
  background-color: #ffffff;
  padding: 50px 0;
}
#baby-subsidy .section-title {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#baby-subsidy .section-title .head, #baby-subsidy .section-title .tail, #baby-subsidy .section-title .head-mobile {
  display: block;
  width: auto;
  height: 96px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#baby-subsidy .section-title h1 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8rem;
  color: #42250F;
  margin: 0;
  display: block;
  width: auto;
  background-color: #F9EAC2;
  padding: 17px;
  border-top: 0.5px solid #42250F;
  border-bottom: 0.5px solid #42250F;
  position: unset !important;
  -webkit-transform: unset;
  transform: unset !important;
}
#baby-subsidy .baby-subsidy-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 20px 30px 200px 30px;
  border-radius: 80px;
  background-color: #FDF8E3;
}
#baby-subsidy .baby-subsidy-wrap.custom-padding {
  padding: 20px 30px 50px 30px; 
}
#baby-subsidy .baby-subsidy-wrap .childcare-slider--item {
  padding: 30px;
}
#baby-subsidy .baby-subsidy-wrap .childcare-slider--item .card {
  background-color: transparent;
}
#baby-subsidy .baby-subsidy-wrap .childcare-slider--item .card .childcare-slider--item---pic {
  overflow: hidden;
}
#baby-subsidy .baby-subsidy-wrap .childcare-slider--item .card .childcare-slider--item---pic a {
  display: inline-block;
  width: 100%;
  padding-top: 54.8387096774%;
  height: 0;
  position: relative;
}
#baby-subsidy .baby-subsidy-wrap .childcare-slider--item .card .childcare-slider--item---pic a span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
}
#baby-subsidy .baby-subsidy-wrap .childcare-slider--item .card .childcare-slider--item---pic a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#baby-subsidy .baby-subsidy-wrap .childcare-slider--item .card .card-body {
  padding: 20px 3px;
}

@media (min-width: 769px) and (max-width: 990px) {
  #baby-subsidy .section-title {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #baby-subsidy .section-title .head, #baby-subsidy .section-title .tail, #baby-subsidy .section-title .head-mobile {
    display: block;
    width: auto;
    height: 94px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #baby-subsidy .section-title h1 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 16px;
    border-top: 0.5px solid #42250F;
    border-bottom: 0.5px solid #42250F;
    position: unset !important;
    -webkit-transform: unset;
    transform: unset !important;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  #baby-subsidy .section-title {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #baby-subsidy .section-title .head, #baby-subsidy .section-title .tail, #baby-subsidy .section-title .head-mobile {
    display: block;
    width: auto;
    height: 94px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #baby-subsidy .section-title h1 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 16px;
    border-top: 0.5px solid #42250F;
    border-bottom: 0.5px solid #42250F;
    position: unset !important;
    -webkit-transform: unset;
    transform: unset !important;
  }
}
@media (max-width: 540px) {
  #baby-subsidy .section-title {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #baby-subsidy .section-title .head, #baby-subsidy .section-title .tail, #baby-subsidy .section-title .head-mobile {
    display: block;
    width: auto;
    height: 94px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #baby-subsidy .section-title h1 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 16px;
    border-top: 0.5px solid #42250F;
    border-bottom: 0.5px solid #42250F;
    position: unset !important;
    -webkit-transform: unset;
    transform: unset !important;
  }
}
/* baby-care */
#baby-care {
  background-image: url(../assets/img/section1_cloud.svg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -260px;
  padding-bottom: 220px;
}
#baby-care .section-title {
  color: #ffffff;
  position: relative;
  padding: 250px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#baby-care .section-title .head, #baby-care .section-title .tail, #baby-care .section-title .head-mobile {
  display: block;
  width: auto;
  height: 96px !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#baby-care .section-title .title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8rem;
  color: #42250F;
  margin: 0;
  display: block;
  width: auto;
  background-color: #F9EAC2;
  padding: 17px;
  border-top: 0.5px solid #42250F;
  border-bottom: 0.5px solid #42250F;
  position: unset !important;
  -webkit-transform: unset;
  transform: unset !important;
}
#baby-care .knowledge-slider--item {
  padding: 30px;
  background-image: url(../assets/img/yellow_book.svg);
  background-repeat: no-repeat;
  background-position: center;
}
#baby-care .knowledge-slider--item .card {
  background-color: transparent;
  padding: 20px 40px 20px 5px;
  max-width: 320px;
  margin: 0 auto;
}
#baby-care .knowledge-slider--item .card .knowledge-slider--item---pic {
  overflow: hidden;
}
#baby-care .knowledge-slider--item .card .knowledge-slider--item---pic a {
  display: inline-block;
  width: 100%;
  padding-top: 54.8387096774%;
  height: 0;
  position: relative;
}
#baby-care .knowledge-slider--item .card .knowledge-slider--item---pic a span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
}
#baby-care .knowledge-slider--item .card .knowledge-slider--item---pic a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#baby-care .knowledge-slider--item .card .card-body {
  padding: 20px 3px;
}

@media (min-width: 991px) and (max-width: 1440px) {
  #baby-care .knowledge-slider--item {
    padding: 30px;
    background-image: url(../assets/img/yellow_book.svg);
    background-position: center;
    background-repeat: no-repeat;
  }
  #baby-care .knowledge-slider--item .card {
    background-color: transparent;
    padding: 70px 40px 20px 5px;
    max-width: 320px;
    margin: 0 auto;
  }
  #baby-care .knowledge-slider--item .card .knowledge-slider--item---pic {
    overflow: hidden;
  }
  #baby-care .knowledge-slider--item .card .knowledge-slider--item---pic a {
    display: inline-block;
    width: 100%;
    padding-top: 54.8387096774%;
    height: 0;
    position: relative;
  }
  #baby-care .knowledge-slider--item .card .knowledge-slider--item---pic a span {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
  }
  #baby-care .knowledge-slider--item .card .knowledge-slider--item---pic a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  #baby-care .knowledge-slider--item .card .card-body {
    padding: 20px 3px;
  }
}
@media (min-width: 769px) and (max-width: 990px) {
  #babay-care .section-title {
    color: #ffffff;
    position: relative;
    padding: 250px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #babay-care .section-title .head, #babay-care .section-title .tail, #babay-care .section-title .head-mobile {
    display: block;
    width: auto;
    height: 94px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #babay-care .section-title .title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 21px;
    border-top: 0.5px solid #42250F;
    border-bottom: 0.5px solid #42250F;
    position: unset !important;
    -webkit-transform: unset;
    transform: unset !important;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  #babay-care .section-title {
    color: #ffffff;
    position: relative;
    padding: 250px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #babay-care .section-title .head, #babay-care .section-title .tail, #babay-care .section-title .head-mobile {
    display: block;
    width: auto;
    height: 94px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #babay-care .section-title .title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 16px;
    border-top: 0.5px solid #42250F;
    border-bottom: 0.5px solid #42250F;
    position: unset !important;
    -webkit-transform: unset;
    transform: unset !important;
  }
}
@media (max-width: 540px) {
  #babay-care .section-title {
    color: #ffffff;
    position: relative;
    padding: 250px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #babay-care .section-title .head, #babay-care .section-title .tail, #babay-care .section-title .head-mobile {
    display: block;
    width: auto;
    height: 94px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #babay-care .section-title .title {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 16px;
    border-top: 0.5px solid #42250F;
    border-bottom: 0.5px solid #42250F;
    position: unset !important;
    -webkit-transform: unset;
    transform: unset !important;
  }
}
/* babycare knowledge */
#contract-template {
  background-image: url(../assets/img/section3_cloud.svg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -220px;
  padding-bottom: 210px;
}
#contract-template .section-title {
  color: #ffffff;
  position: relative;
  padding: 250px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#contract-template .section-title .head, #contract-template .section-title .tail, #contract-template .section-title .head-mobile {
  display: block;
  width: auto;
  height: 94px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#contract-template .section-title .title {
  font-size: 2rem;
  font-weight: 500;
  color: #42250F;
  margin: 0;
  display: block;
  width: auto;
  background-color: #F9EAC2;
  padding: 7px;
  border-top: 0.5px solid #42250F;
  border-bottom: 0.5px solid #42250F;
  position: unset !important;
  -webkit-transform: unset;
  transform: unset !important;
}
#contract-template .news-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 20px 30px 0 30px;
  border-radius: 80px;
}
#contract-template .news-wrap .news-slider--item {
  padding: 20px;
  font-size: 0.75rem;
}

@media (min-width: 769px) and (max-width: 990px) {
  #contract-template .section-title {
    color: #ffffff;
    position: relative;
    padding: 250px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #contract-template .section-title .head, #contract-template .section-title .tail, #contract-template .section-title .head-mobile {
    display: block;
    width: auto;
    height: 94px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #contract-template .section-title .title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 13px;
    border-top: 0.5px solid #42250F;
    border-bottom: 0.5px solid #42250F;
    position: unset !important;
    -webkit-transform: unset;
    transform: unset !important;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  #contract-template .section-title {
    color: #ffffff;
    position: relative;
    padding: 250px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #contract-template .section-title .head, #contract-template .section-title .tail, #contract-template .section-title .head-mobile {
    display: block;
    width: auto;
    height: 94px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #contract-template .section-title .title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 13px;
    border-top: 0.5px solid #42250F;
    border-bottom: 0.5px solid #42250F;
    position: unset !important;
    -webkit-transform: unset;
    transform: unset !important;
  }
}
@media (max-width: 540px) {
  #contract-template .section-title {
    color: #ffffff;
    position: relative;
    padding: 250px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #contract-template .section-title .head, #contract-template .section-title .tail, #contract-template .section-title .head-mobile {
    display: block;
    width: auto;
    height: 94px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #contract-template .section-title .title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 13px;
    border-top: 0.5px solid #42250F;
    border-bottom: 0.5px solid #42250F;
    position: unset !important;
    -webkit-transform: unset;
    transform: unset !important;
  }
}
/* regulations */
#regulations {
  background-image: url(../assets/img/section2_cloud.svg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -200px;
  padding-bottom: 220px;
}
#regulations .section-title {
  color: #ffffff;
  position: relative;
  padding: 250px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#regulations .section-title .head, #regulations .section-title .tail, #regulations .section-title .head-mobile {
  display: block;
  width: auto;
  height: 94px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#regulations .section-title .title {
  font-size: 2rem;
  font-weight: 500;
  color: #42250F;
  margin: 0;
  display: block;
  width: auto;
  background-color: #F9EAC2;
  padding: 7px;
  border-top: 0.5px solid #42250F;
  border-bottom: 0.5px solid #42250F;
  position: unset !important;
  -webkit-transform: unset;
  transform: unset !important;
}
#regulations .news-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 20px 30px 0 30px;
  border-radius: 80px;
}
#regulations .news-wrap .news-slider--item {
  padding: 20px;
  font-size: 12px;
}

@media (min-width: 769px) and (max-width: 990px) {
  #regulations .section-title {
    color: #ffffff;
    position: relative;
    padding: 250px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #regulations .section-title .head, #regulations .section-title .tail, #regulations .section-title .head-mobile {
    display: block;
    width: auto;
    height: 94px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #regulations .section-title .title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 13px;
    border-top: 0.5px solid #42250F;
    border-bottom: 0.5px solid #42250F;
    position: unset !important;
    -webkit-transform: unset;
    transform: unset !important;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  #regulations .section-title {
    color: #ffffff;
    position: relative;
    padding: 250px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #regulations .section-title .head, #regulations .section-title .tail, #regulations .section-title .head-mobile {
    display: block;
    width: auto;
    height: 94px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #regulations .section-title .title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 13px;
    border-top: 0.5px solid #42250F;
    border-bottom: 0.5px solid #42250F;
    position: unset !important;
    -webkit-transform: unset;
    transform: unset !important;
  }
}
@media (max-width: 540px) {
  #regulations .section-title {
    color: #ffffff;
    position: relative;
    padding: 250px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #regulations .section-title .head, #regulations .section-title .tail, #regulations .section-title .head-mobile {
    display: block;
    width: auto;
    height: 94px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #regulations .section-title .title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 13px;
    border-top: 0.5px solid #42250F;
    border-bottom: 0.5px solid #42250F;
    position: unset !important;
    -webkit-transform: unset;
    transform: unset !important;
  }
}
/* video*/
#video {
  background-image: url(../assets/img/mountain.svg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -220px;
  padding-bottom: 210px;
}
#video .section-title {
  color: #ffffff;
  position: relative;
  padding: 250px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#video .section-title .head, #video .section-title .tail, #video .section-title .head-mobile {
  display: block;
  width: auto;
  height: 94px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#video .section-title .title {
  font-size: 2rem;
  font-weight: 500;
  color: #42250F;
  margin: 0;
  display: block;
  width: auto;
  background-color: #F9EAC2;
  padding: 7px;
  border-top: 0.5px solid #42250F;
  border-bottom: 0.5px solid #42250F;
  position: unset !important;
  -webkit-transform: unset;
  transform: unset !important;
}
#video .punish-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 20px 30px;
  border-radius: 80px;
}
#video .punish-wrap .punish-slider--item {
  padding: 20px;
  font-size: 0.75rem;
}

@media (min-width: 769px) and (max-width: 990px) {
  #video .section-title {
    color: #ffffff;
    position: relative;
    padding: 250px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #video .section-title .head, #video .section-title .tail, #video .section-title .head-mobile {
    display: block;
    width: auto;
    height: 94px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #video .section-title .title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 13px;
    border-top: 0.5px solid #42250F;
    border-bottom: 0.5px solid #42250F;
    position: unset !important;
    -webkit-transform: unset;
    transform: unset !important;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  #video .section-title {
    color: #ffffff;
    position: relative;
    padding: 250px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #video .section-title .head, #video .section-title .tail, #video .section-title .head-mobile {
    display: block;
    width: auto;
    height: 94px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #video .section-title .title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 13px;
    border-top: 0.5px solid #42250F;
    border-bottom: 0.5px solid #42250F;
    position: unset !important;
    -webkit-transform: unset;
    transform: unset !important;
  }
}
@media (max-width: 540px) {
  #video .section-title {
    color: #ffffff;
    position: relative;
    padding: 250px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #video .section-title .head, #video .section-title .tail, #video .section-title .head-mobile {
    display: block;
    width: auto;
    height: 94px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #video .section-title .title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 13px;
    border-top: 0.5px solid #42250F;
    border-bottom: 0.5px solid #42250F;
    position: unset !important;
    -webkit-transform: unset;
    transform: unset !important;
  }
}
.modal .modal-header .modal-title {
  font-size: 1.5rem;
  font-weight: 400;
  color: #e65e5e;
}
.modal .modal-body .content p {
  text-align: left;
  color: #5B5B5B;
}
.modal .modal-body .content ol {
  text-align: left;
  color: #5B5B5B;
}
.modal .modal-body .content ol .number {
  width: 25px;
}
.modal .modal-body .content .qrcode {
  display: block;
  width: 250px;
  margin: 50px auto;
}

#FAQ {
  padding: 30px 0 150px 0;
}
#FAQ .section-title {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#FAQ .section-title .head, #FAQ .section-title .tail, #FAQ .section-title .head-mobile {
  display: block;
  width: auto;
  height: 94px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#FAQ .section-title h1 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8rem;
  color: #42250F;
  margin: 0;
  display: block;
  width: auto;
  background-color: #F9EAC2;
  padding: 17px;
  border-top: 0.5px solid #42250F;
  border-bottom: 0.5px solid #42250F;
  position: unset !important;
  -webkit-transform: unset;
  transform: unset !important;
}
#FAQ h2 {
  font-size: 1.313rem;
  font-weight: 400;
  color: #4d3224;
}

@media (min-width: 769px) and (max-width: 990px) {
  #FAQ .section-title {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #FAQ .section-title .head, #FAQ .section-title .tail, #FAQ .section-title .head-mobile {
    display: block;
    width: auto;
    height: 94px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #FAQ .section-title h1 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 16px;
    border-top: 0.5px solid #42250F;
    border-bottom: 0.5px solid #42250F;
    position: unset !important;
    -webkit-transform: unset;
    transform: unset !important;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  #FAQ .section-title {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #FAQ .section-title .head, #FAQ .section-title .tail, #FAQ .section-title .head-mobile {
    display: block;
    width: auto;
    height: 94px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #FAQ .section-title h1 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 16px;
    border-top: 0.5px solid #42250F;
    border-bottom: 0.5px solid #42250F;
    position: unset !important;
    -webkit-transform: unset;
    transform: unset !important;
  }
}
@media (max-width: 540px) {
  #FAQ .section-title {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #FAQ .section-title .head, #FAQ .section-title .tail, #FAQ .section-title .head-mobile {
    display: block;
    width: auto;
    height: 94px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #FAQ .section-title h1 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 16px;
    border-top: 0.5px solid #42250F;
    border-bottom: 0.5px solid #42250F;
    position: unset !important;
    -webkit-transform: unset;
    transform: unset !important;
  }
}
.login {
  width: 320px;
  margin: 0 auto;
}
.login #login-btn {
  width: 100%;
}

.sign-up-link {
  font-size: 1.125rem;
  margin-right: 10px;
}

.forget-password-link {
  font-size: 1.125rem;
  margin-left: 10px;
}

.sing-up .title {
  font-size: 1.125rem;
  color: #e65e5e;
}

.forget-password {
  width: 320px;
  margin: 0 auto;
}
.forget-password .title {
  font-size: 1.125rem;
  color: #5B5B5B;
  text-align: center;
}
.forget-password #send-btn {
  width: 100%;
}
.forget-password #cancel-btn {
  font-size: 1.125rem;
  margin-left: 10px;
}

.reset-password {
  width: 320px;
  margin: 0 auto;
}
.reset-password #reset-btn {
  width: 100%;
}

/* main button */
#main-button {
  background-color: #ffffff;
  padding: 20px 0;
}
#main-button a {
  display: inline-block;
}
#main-button a img {
  width: 100%;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
#main-button a .btn-title {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#main-button a:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* main button */
/* notice */
#notice {
  background-color: #ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
          box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  padding: 20px 0;
}
#notice .section-title {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#notice .section-title .head, #notice .section-title .tail, #notice .section-title .head-mobile {
  display: block;
  width: auto;
  height: 94px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#notice .section-title h1 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8rem;
  color: #42250F;
  margin: 0;
  display: block;
  width: auto;
  background-color: #F9EAC2;
  padding: 16px;
  border-top: 0.5px solid #42250F;
  border-bottom: 0.5px solid #42250F;
  position: unset !important;
  -webkit-transform: unset;
  transform: unset !important;
}
#notice .top-area {
  width: 100%;
  margin: 0 auto;
  padding: 60px;
  border-radius: 50px;
  background-color: #FDF8E3;
}
#notice .top-area .title-bar h2 {
  font-size: 1.5rem;
  color: #4d3224;
}
#notice .top-area .content-bar {
  margin-top: 20px;
  font-size: 1.125rem;
  color: #4d3224;
}
#notice .top-area .content-bar .unit {
  margin-left: 50px;
}
#notice .top-area .content-bar .unit ul {
  list-style-type: decimal;
}

@media (min-width: 769px) and (max-width: 990px) {
  #notice .section-title {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #notice .section-title .head, #notice .section-title .tail, #notice .section-title .head-mobile {
    display: block;
    width: auto;
    height: 110px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #notice .section-title h1 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 21.5px;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  #notice .section-title {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #notice .section-title .head, #notice .section-title .tail, #notice .section-title .head-mobile {
    display: block;
    width: auto;
    height: 137px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #notice .section-title h1 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 16px;
    border-top: 0.5px solid #42250F;
    border-bottom: 0.5px solid #42250F;
    position: unset !important;
    -webkit-transform: unset;
    transform: unset !important;
  }
}
@media (max-width: 540px) {
  #notice .section-title {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #notice .section-title .head, #notice .section-title .tail, #notice .section-title .head-mobile {
    display: block;
    width: auto;
    height: 137px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #notice .section-title h1 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 16px;
    border-top: 0.5px solid #42250F;
    border-bottom: 0.5px solid #42250F;
    position: unset !important;
    -webkit-transform: unset;
    transform: unset !important;
  }
}
/* apply */
#apply {
  background-color: #ffffff;
  padding: 0 0 100px 0;
}
#apply .section-title {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#apply .section-title .head, #apply .section-title .tail, #apply .section-title .head-mobile {
  display: block;
  width: auto;
  height: 94px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#apply .section-title h1, #apply .section-title .title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8rem;
  color: #42250F;
  margin: 0;
  display: block;
  width: auto;
  background-color: #F9EAC2;
  padding: 17px;
  border-top: 0.5px solid #42250F;
  border-bottom: 0.5px solid #42250F;
  position: unset !important;
  -webkit-transform: unset;
  transform: unset !important;
}
#apply .form-area {
  width: 100%;
  padding: 60px;
  margin: 0 0 100px 0;
  border-radius: 50px;
  background-color: #ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
#apply .form-area .title {
  margin-top: 50px;
  font-size: 1.313rem;
  color: #4d3224;
  font-weight: 500;
}
#apply .form-area .service-range {
  font-size: 0.875rem;
  color: #5B5B5B;
}

@media (min-width: 769px) and (max-width: 990px) {
  #apply .section-title {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #apply .section-title .head, #apply .section-title .tail, #apply .section-title .head-mobile {
    display: block;
    width: auto;
    height: 96px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #apply .section-title h1 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 17px;
    border-top: 0.5px solid #42250F;
    border-bottom: 0.5px solid #42250F;
    position: unset !important;
    -webkit-transform: unset;
    transform: unset !important;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  #apply .section-title {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #apply .section-title .head, #apply .section-title .tail, #apply .section-title .head-mobile {
    display: block;
    width: auto;
    height: 94px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #apply .section-title h1 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 2px;
    border-top: 0.5px solid #42250F;
    border-bottom: 0.5px solid #42250F;
    position: unset !important;
    -webkit-transform: unset;
    transform: unset !important;
  }
}
@media (max-width: 540px) {
  #apply .section-title {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #apply .section-title .head, #apply .section-title .tail, #apply .section-title .head-mobile {
    display: block;
    width: auto;
    height: 94px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #apply .section-title h1 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 2px;
    border-top: 0.5px solid #42250F;
    border-bottom: 0.5px solid #42250F;
    position: unset !important;
    -webkit-transform: unset;
    transform: unset !important;
  }
}
@media (max-width: 540px) {
  #main-button a img {
    width: 100% !important;
  }
  #apply .form-area {
    padding: 20px 30px;
  }
}
#member-function {
  padding: 100px 0 150px 0;
}
#member-function .section-title {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#member-function .section-title .head, #member-function .section-title .tail, #member-function .section-title .head-mobile {
  display: block;
  width: auto;
  height: 94px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#member-function .section-title h1 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8rem;
  color: #42250F;
  margin: 0;
  display: block;
  width: auto;
  background-color: #F9EAC2;
  padding: 16px;
  border-top: 0.5px solid #42250F;
  border-bottom: 0.5px solid #42250F;
  position: unset !important;
  -webkit-transform: unset;
  transform: unset !important;
}
#member-function .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#member-function .profile .avatar {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
#member-function .profile .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#member-function .form-text {
  font-size: 0.875rem;
  color: #9e9ea7;
}
#member-function .title {
  font-size: 1.125rem;
  color: #4d3224;
}
#member-function .subtitle {
  font-size: 1.313rem;
  font-weight: 500;
  color: #4d3224;
}
#member-function .card {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
#member-function .card .img-wrap {
  width: 180px;
  height: 180px;
  border-radius: 25px 0 0 25px;
  overflow: hidden;
}
#member-function .card .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#member-function .card .card-body .lend-info .type {
  font-size: 1.125rem;
  color: #4d3224;
  line-height: 2rem;
}
#member-function .card .card-body .lend-info .title {
  font-size: 1.313rem;
  color: #0C0C1E;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}
#member-function .card .card-body .lend-info .title .lend-status {
  margin-right: 10px;
}
#member-function .card .card-body .lend-info .title .lend-status .status {
  font-size: 0.875rem;
  font-weight: 400;
  border: 1px solid #e65e5e;
  border-radius: 10px;
  padding: 4px 8px;
  color: #e65e5e;
}
#member-function .card .card-body .lend-info .lend-center {
  margin-top: 15px;
  font-size: 0.875rem;
  color: #5B5B5B;
}
#member-function .card .card-body .lend-info .lend-date {
  font-size: 0.875rem;
  color: #5B5B5B;
}
#member-function .card .card-body .baby-care-info .title {
  font-size: 1.313rem;
  color: #0C0C1E;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#member-function .card .card-body .baby-care-info .title .lend-status {
  margin-right: 10px;
}
#member-function .card .card-body .baby-care-info .title .lend-status .status {
  font-size: 0.875rem;
  font-weight: 400;
  border: 1px solid #e65e5e;
  border-radius: 10px;
  padding: 4px 8px;
  color: #e65e5e;
}
#member-function .card .card-body .baby-care-info .title .lend-status .success {
  font-size: 0.875rem;
  font-weight: 400;
  background-color: #e65e5e;
  border: 1px solid #e65e5e;
  border-radius: 10px;
  padding: 4px 8px;
  color: #ffffff;
}
#member-function .card .card-body .baby-care-info .title .lend-status .error {
  font-size: 0.875rem;
  font-weight: 400;
  background-color: #F73A34;
  border: 1px solid #F73A34;
  border-radius: 10px;
  padding: 4px 8px;
  color: #ffffff;
}
#member-function .card .card-body .baby-care-info .lend-center {
  margin-top: 15px;
  font-size: 0.875rem;
  color: #5B5B5B;
}
#member-function .card .card-body .baby-care-info .lend-date {
  font-size: 0.875rem;
  color: #5B5B5B;
}
#member-function .card .card-body .baby-care-info .care-date {
  font-size: 0.875rem;
  color: #5B5B5B;
}
#member-function .card .card-body .baby-care-info .start-date, #member-function .card .card-body .baby-care-info .end-date {
  font-size: 0.875rem;
  color: #5B5B5B;
}
#member-function .card .card-body .baby-care-info .assign {
  font-size: 0.875rem;
  color: #5B5B5B;
}

@media (min-width: 769px) and (max-width: 990px) {
  #member-function .section-title {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #member-function .section-title .head, #member-function .section-title .tail, #member-function .section-title .head-mobile {
    display: block;
    width: auto;
    height: 94px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #member-function .section-title h1 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 16px;
    border-top: 0.5px solid #42250F;
    border-bottom: 0.5px solid #42250F;
    position: unset !important;
    -webkit-transform: unset;
    transform: unset !important;
  }
  #member-function .profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #member-function .profile .avatar {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }
  #member-function .profile .avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  #member-function .section-title {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #member-function .section-title .head, #member-function .section-title .tail, #member-function .section-title .head-mobile {
    display: block;
    width: auto;
    height: 94px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #member-function .section-title h1 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 16px;
    border-top: 0.5px solid #42250F;
    border-bottom: 0.5px solid #42250F;
    position: unset !important;
    -webkit-transform: unset;
    transform: unset !important;
  }
}
@media (max-width: 540px) {
  #member-function {
    padding: 50px 0;
  }
  #member-function .section-title {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #member-function .section-title .head, #member-function .section-title .tail, #member-function .section-title .head-mobile {
    display: block;
    width: auto;
    height: 94px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #member-function .section-title h1 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 16px;
    border-top: 0.5px solid #42250F;
    border-bottom: 0.5px solid #42250F;
    position: unset !important;
    -webkit-transform: unset;
    transform: unset !important;
  }
  #member-function .card .img-wrap {
    display: none;
  }
  #member-function .card .card-body .look-more {
    margin-top: 10px;
  }
}
/* baby-support */
#baby-support {
  padding: 20px 0 250px 0;
}
#baby-support .section-title {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#baby-support .section-title .head, #baby-support .section-title .tail {
  display: block;
  width: auto;
  height: 94px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#baby-support .section-title h1 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8rem;
  color: #42250F;
  margin: 0;
  display: block;
  width: auto;
  background-color: #F9EAC2;
  padding: 17px;
  border-top: 0.5px solid #42250F;
  border-bottom: 0.5px solid #42250F;
  position: unset !important;
  -webkit-transform: unset;
  transform: unset !important;
}
#baby-support #main-button {
  background-color: #ffffff;
  padding: 50px 0;
  border-bottom: 1px solid #f3f4f7;
}
#baby-support #main-button a {
  display: inline-block;
}
#baby-support #main-button a img {
  width: 100%;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
#baby-support #main-button a .btn-title {
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#baby-support #main-button a:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #945A53;
  border-color: #945A53;
  color: #ffffff;
}
#baby-support #main-button a:active {
  background-color: #945A53;
  border-color: #945A53;
  color: #ffffff;
}
#baby-support .search {
  position: relative;
}
#baby-support .search .fa-search {
  position: absolute;
  top: 50%;
  left: 3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #5B5B5B;
}
#baby-support .search span {
  position: absolute;
  right: 17px;
  top: 13px;
  padding: 2px;
  border-left: 1px solid #d1d5db;
}
#baby-support .search .left-pan {
  padding-left: 7px;
}
#baby-support .search .left-pan i {
  padding-left: 10px;
}
#baby-support .search .form-input {
  height: 44px;
  text-indent: 33px;
  border-radius: 5px;
}
#baby-support .select2-container .select2-selection--multiple {
  height: 44px !important;
  border: 1px solid #ced4da;
}
#baby-support .select2-container .select2-selection--multiple .select2-selection__rendered {
  line-height: 26px !important;
}
#baby-support .select2-container .select2-selection--multiple .select2-selection__choice {
  vertical-align: unset;
}
#baby-support .select2-container .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 10px;
}
#baby-support .select2-container .select2-search--inline .select2-search__field {
  height: 36px;
}
#baby-support [type=search] {
  border-radius: 0 !important;
}
#baby-support .wrap-map {
  max-width: 1440px;
  margin: 0 auto;
}
#baby-support .wrap-map #map {
  height: 800px;
  background-color: #94BA57;
  border-radius: 15px;
}
#baby-support .list {
  max-width: 1440px;
  margin: 0 auto;
}
#baby-support .list .card {
  border: 1px solid #f3f4f7;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
#baby-support .list .card .img-wrap {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 10px;
}
#baby-support .list .card .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#baby-support .list .card .card-body .card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#baby-support .list .card .card-body .card-info .status {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  margin-right: 25px;
  background-color: #E59794;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#baby-support .list .card .card-body .card-info .status .collections {
  font-size: 0.875rem;
  font-weight: 400;
  color: #ffffff;
}
#baby-support .list .card .card-body .card-info .status .number {
  font-size: 2rem;
  font-weight: 400;
  color: #ffffff;
}
#baby-support .list .card .card-body .card-info .info .title {
  font-size: 1.313rem;
  color: #0C0C1E;
  font-weight: 500;
  max-width: 350px;
}
#baby-support .list .card .card-body .card-info .info .title .subtitle span {
  font-size: 1rem;
  color: #E59794;
  font-weight: 500;
}
#baby-support .list .card .card-body .card-info .info .address {
  margin-top: 5px;
  font-size: 1rem;
  color: #5B5B5B;
  word-break: normal;
}
#baby-support .list .card .card-body .card-info .info .phone {
  font-size: 1rem;
  color: #5B5B5B;
}
#baby-support .list .card .card-body .card-info .info .owner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  color: #5B5B5B;
}
#baby-support .list .card .card-body .card-info .info .owner .license {
  margin-right: 5px;
}
#baby-support .list .card .card-body .card-info .info .owner .tag {
  margin: 5px 5px 0 0;
  font-size: 0.75rem;
  background-color: #f3f4f7;
  color: #5B5B5B;
  padding: 4px 6px;
  border-radius: 15px;
}
#baby-support .list .card .card-body .look-more a {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
}
#baby-support .list .card .content .title {
  font-size: 1.125rem;
  color: #0C0C1E;
  font-weight: 500;
}
#baby-support .list .card .content p {
  margin-left: 10px;
  font-size: 0.875rem;
  color: #5B5B5B;
}
#baby-support .list .card .content ul {
  margin-top: 10px;
}
#baby-support .list .card .content ul li {
  margin-left: 10px;
  font-size: 1rem;
  color: #5B5B5B;
  line-height: 1.5rem;
}
#baby-support .list .card .content ul li .list {
  display: block;
  padding: 10px;
}
#baby-support .search-result {
  font-size: 1rem;
  font-weight: 500;
  color: #5B5B5B;
}
#baby-support .search-result .num {
  font-size: 1.5rem;
  font-weight: 500;
  color: #ec8585;
}

@media (min-width: 769px) and (max-width: 990px) {
  #baby-support .section-title {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #baby-support .section-title .head, #baby-support .section-title .tail, #baby-support .section-title .head-mobile {
    display: block;
    width: auto;
    height: 96px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #baby-support .section-title h1 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 17px;
    border-top: 0.5px solid #42250F;
    border-bottom: 0.5px solid #42250F;
    position: unset !important;
    -webkit-transform: unset;
    transform: unset !important;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  #baby-support .section-title {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #baby-support .section-title .head, #baby-support .section-title .tail, #baby-support .section-title .head-mobile {
    display: block;
    width: auto;
    height: 94px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #baby-support .section-title h1 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 16px;
    border-top: 0.5px solid #42250F;
    border-bottom: 0.5px solid #42250F;
    position: unset !important;
    -webkit-transform: unset;
    transform: unset !important;
  }
}
@media (max-width: 540px) {
  #baby-support #main-button {
    background-color: #ffffff;
    padding: 30px 0;
    border-bottom: 1px solid #f3f4f7;
  }
  #baby-support #main-button a {
    display: inline-block;
  }
  #baby-support #main-button a img {
    width: 100%;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
  }
  #baby-support #main-button a .btn-title {
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #baby-support #main-button a:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #945A53;
    border-color: #945A53;
    color: #ffffff;
  }
  #baby-support #main-button a:active {
    background-color: #945A53;
    border-color: #945A53;
    color: #ffffff;
  }
  #baby-support .section-title {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #baby-support .section-title .head, #baby-support .section-title .tail, #baby-support .section-title .head-mobile {
    display: block;
    width: auto;
    height: 94px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #baby-support .section-title h1 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.8rem;
    color: #42250F;
    margin: 0;
    display: block;
    width: auto;
    background-color: #F9EAC2;
    padding: 16px;
    border-top: 0.5px solid #42250F;
    border-bottom: 0.5px solid #42250F;
    position: unset !important;
    -webkit-transform: unset;
    transform: unset !important;
  }
  #baby-support .map-with-loading {
    height: 500px;
  }
  #baby-support .map-with-loading .wrap-map {
    max-width: 1440px;
    margin: 0 auto;
  }
  #baby-support .map-with-loading .wrap-map #map {
    height: 500px;
    background-color: #94BA57;
    border-radius: 15px;
  }
  #baby-support .list .card {
    border: 1px solid #f3f4f7;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  }
  #baby-support .list .card .img-wrap {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 5px;
    display: none;
  }
  #baby-support .list .card .img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #baby-support .list .card .card-body .card-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #baby-support .list .card .card-body .card-info .status {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    margin-right: 10px;
    background-color: #94BA57;
    display: none;
  }
  #baby-support .list .card .card-body .card-info .status .collections {
    font-size: 0.875rem;
    font-weight: 400;
    color: #ffffff;
  }
  #baby-support .list .card .card-body .card-info .status .number {
    font-size: 2rem;
    font-weight: 400;
    color: #ffffff;
  }
  #baby-support .list .card .card-body .card-info .info {
    max-width: 290px;
  }
  #baby-support .list .card .card-body .card-info .info .title {
    font-size: 1.313rem;
    color: #0C0C1E;
    font-weight: 500;
  }
  #baby-support .list .card .card-body .card-info .info .title .subtitle span {
    font-size: 0.875rem;
    color: #E59794;
    font-weight: 500;
  }
  #baby-support .list .card .card-body .card-info .info .address {
    font-size: 1rem;
    color: #5B5B5B;
    word-break: normal;
  }
  #baby-support .list .card .card-body .card-info .info .phone {
    margin-top: 5px;
    font-size: 1rem;
    color: #5B5B5B;
  }
  #baby-support .list .card .card-body .card-info .info .owner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875rem;
    color: #5B5B5B;
  }
  #baby-support .list .card .card-body .card-info .info .owner .license {
    margin-right: 5px;
  }
  #baby-support .list .card .card-body .card-info .info .owner .tag {
    margin: 5px 5px 0 0;
    font-size: 0.875rem;
    background-color: #f3f4f7;
    color: #5B5B5B;
    padding: 4px 6px;
    border-radius: 15px;
  }
  #baby-support .list .card .card-body .look-more {
    display: none;
  }
  #baby-support .list .card .card-body .look-more a {
    display: block;
    width: 30px;
    height: 30px;
    margin: auto;
  }
  #baby-support .list .card .content .title {
    font-size: 1rem;
    color: #e65e5e;
    font-weight: 500;
  }
  #baby-support .list .card .content p {
    margin-left: 10px;
    font-size: 0.875rem;
    color: #5B5B5B;
  }
  #baby-support .list .card .content ul {
    margin-top: 10px;
  }
  #baby-support .list .card .content ul li {
    margin-left: 10px;
    font-size: 0.875rem;
    color: #5B5B5B;
  }
  #baby-support .list .card .content ul li .list {
    display: block;
    padding: 10px;
  }
}
#search-list {
  padding: 50px 0 250px 0;
}
#search-list .result {
  font-size: 1.313rem;
  font-weight: 500;
  color: #ec8585;
}
#search-list .card {
  padding: 10px;
}
#search-list .card .card-body .list-title {
  font-size: 1.5rem;
  font-weight: 500;
}
#search-list .card .card-body .list-item {
  font-size: 1rem;
  color: #5B5B5B;
}
#search-list .card .card-body .list-content {
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 300;
  text-align: justify;
}
#search-list .section-title {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#search-list .section-title .head, #search-list .section-title .tail {
  display: block;
  width: auto;
  height: 94px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#search-list .section-title h1 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8rem;
  color: #42250F;
  margin: 0;
  display: block;
  width: auto;
  background-color: #F9EAC2;
  padding: 17px;
  border-top: 0.5px solid #42250F;
  border-bottom: 0.5px solid #42250F;
  position: unset !important;
  -webkit-transform: unset;
  transform: unset !important;
}

/* main button */
#main-button {
  background-color: #ffffff;
  padding: 50px 0 20px 0;
}
#main-button a {
  font-size: 1.125rem;
  display: inline-block;
}
#main-button a img {
  width: 100%;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
#main-button a .btn-title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #ffffff;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#main-button a:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* main button */
/* news */
#inform-news {
  background-color: #ffffff;
  padding: 50px 0;
}
#inform-news .section-title {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#inform-news .section-title .head, #inform-news .section-title .tail {
  display: block;
  width: auto;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#inform-news .section-title h1 {
  font-size: 2rem;
  font-weight: 500;
  color: #42250F;
  margin: 0;
  display: block;
  width: auto;
  background-color: #F9EAC2;
  padding: 7px;
  border-top: 0.5px solid #42250F;
  border-bottom: 0.5px solid #42250F;
  position: unset;
  -webkit-transform: unset;
}
#inform-news .news-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 20px 30px 200px 30px;
  border-radius: 80px;
  background-color: #FDF8E3;
}
#inform-news .news-wrap .news-slider--item {
  padding: 20px;
  font-size: 0.75rem;
}

@media (min-width: 769px) and (max-width: 990px) {
  #inform-news .section-title .head, #inform-news .section-title .tail, #inform-news .section-title .head-mobile {
    display: block;
    width: auto;
    height: 110px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #inform-news .section-title h1 {
    font-size: 2rem;
    line-height: 1.8rem;
    padding: 21.5px;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  #inform-news .section-title .head, #inform-news .section-title .tail, #inform-news .section-title .head-mobile {
    display: block;
    width: auto;
    height: 110px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #inform-news .section-title h1 {
    font-size: 1.5rem;
    line-height: 1.8rem;
    padding: 21.5px;
  }
}
@media (max-width: 540px) {
  #main-button {
    padding: 0;
  }
  #inform-news {
    padding: 0;
  }
  #inform-news .section-title .head, #inform-news .section-title .tail, #inform-news .section-title .head-mobile {
    display: block;
    width: auto;
    height: 110px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #inform-news .section-title h1 {
    font-size: 1.5rem;
    line-height: 1.8rem;
    padding: 21.5px;
  }
}
/* baby-care */
#baby-care {
  background-image: url(../assets/img/section1_cloud.svg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -270px;
  padding-bottom: 220px;
}
#baby-care .section-title {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#baby-care .section-title .head, #baby-care .section-title .tail, #baby-care .section-title .head-mobile {
  display: block;
  width: auto;
  height: 94px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#baby-care .section-title .title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8rem;
  color: #42250F;
  margin: 0;
  display: block;
  width: auto;
  background-color: #F9EAC2;
  padding: 17px;
  border-top: 0.5px solid #42250F;
  border-bottom: 0.5px solid #42250F;
  position: unset !important;
  -webkit-transform: unset;
  transform: unset !important;
}
#baby-care .childcare-slider--item {
  padding: 30px;
}
#baby-care .childcare-slider--item .card {
  background-color: transparent;
}
#baby-care .childcare-slider--item .card .childcare-slider--item---pic {
  overflow: hidden;
}
#baby-care .childcare-slider--item .card .childcare-slider--item---pic a {
  display: inline-block;
  width: 100%;
  padding-top: 54.8387096774%;
  height: 0;
  position: relative;
}
#baby-care .childcare-slider--item .card .childcare-slider--item---pic a span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
}
#baby-care .childcare-slider--item .card .childcare-slider--item---pic a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#baby-care .childcare-slider--item .card .card-body {
  padding: 20px 3px;
}

@media (min-width: 769px) and (max-width: 990px) {
  #baby-care .section-title .head, #baby-care .section-title .tail, #baby-care .section-title .head-mobile {
    display: block;
    width: auto;
    height: 139px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #baby-care .section-title .title {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  #baby-care .section-title .head, #baby-care .section-title .tail, #baby-care .section-title .head-mobile {
    display: block;
    width: auto;
    height: 139px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #baby-care .section-title .title {
    font-size: 1.5rem;
  }
}
@media (max-width: 540px) {
  #baby-care .section-title .head, #baby-care .section-title .tail, #baby-care .section-title .head-mobile {
    display: block;
    width: auto;
    height: 139px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #baby-care .section-title .title {
    font-size: 1.5rem;
  }
}
/* babycare knowledge */
#baby-care-knowledge {
  background-image: url(../assets/img/section3_cloud.svg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -220px;
  padding-bottom: 210px;
}
#baby-care-knowledge .section-title {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#baby-care-knowledge .section-title .head, #baby-care-knowledge .section-title .tail {
  display: block;
  width: auto;
  height: 94px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#baby-care-knowledge .section-title .title {
  font-size: 2rem;
  font-weight: 500;
  color: #42250F;
  margin: 0;
  display: block;
  width: auto;
  background-color: #F9EAC2;
  padding: 7px;
  border-top: 0.5px solid #42250F;
  border-bottom: 0.5px solid #42250F;
  position: unset !important;
  -webkit-transform: unset;
  transform: unset !important;
}
#baby-care-knowledge .knowledge-slider--item {
  padding: 30px;
  background-image: url(../assets/img/yellow_book.svg);
  background-position: center;
  background-repeat: no-repeat;
}
#baby-care-knowledge .knowledge-slider--item .card {
  background-color: transparent;
  max-width: 320px;
  margin: 0 auto;
}
#baby-care-knowledge .knowledge-slider--item .card .knowledge-slider--item---pic {
  overflow: hidden;
}
#baby-care-knowledge .knowledge-slider--item .card .knowledge-slider--item---pic a {
  display: inline-block;
  width: 100%;
  padding-top: 54.8387096774%;
  height: 0;
  position: relative;
}
#baby-care-knowledge .knowledge-slider--item .card .knowledge-slider--item---pic a span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
}
#baby-care-knowledge .knowledge-slider--item .card .knowledge-slider--item---pic a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#baby-care-knowledge .knowledge-slider--item .card .card-body {
  padding: 20px 3px;
}
#baby-care-knowledge .slick-dots {
  bottom: -5rem !important;
}

@media (min-width: 769px) and (max-width: 990px) {
  #baby-care-knowledge .section-title .head, #baby-care-knowledge .section-title .tail {
    display: block;
    width: auto;
    height: 110px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #baby-care-knowledge .section-title .title {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  #baby-care-knowledge .section-title .head, #baby-care-knowledge .section-title .tail, #baby-care-knowledge .section-title .head-mobile {
    display: block;
    width: auto;
    height: 110px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #baby-care-knowledge .section-title .title {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 540px) {
  #baby-care-knowledge .section-title .head, #baby-care-knowledge .section-title .tail, #baby-care-knowledge .section-title .head-mobile {
    display: block;
    width: auto;
    height: 110px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #baby-care-knowledge .section-title .title {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
/* punish */
#punish {
  background-image: url(../assets/img/mountain.svg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 210px;
}
#punish .section-title {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#punish .section-title .head, #punish .section-title .tail {
  display: block;
  width: auto;
  height: 94px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#punish .section-title .title {
  font-size: 2rem;
  font-weight: 500;
  color: #42250F;
  margin: 0;
  display: block;
  width: auto;
  background-color: #F9EAC2;
  padding: 7px;
  border-top: 0.5px solid #42250F;
  border-bottom: 0.5px solid #42250F;
  position: unset !important;
  -webkit-transform: unset;
  transform: unset !important;
}
#punish .punish-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 20px 30px;
  border-radius: 80px;
}
#punish .punish-wrap .punish-slider--item {
  padding: 20px;
  font-size: 0.75rem;
}

@media (min-width: 769px) and (max-width: 990px) {
  #punish .section-title .head, #punish .section-title .tail {
    display: block;
    width: auto;
    height: 110px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #punish .section-title .title {
    font-size: 1.5rem;
    line-height: 1.8rem;
    padding: 21.5px;
  }
}
@media (min-width: 541px) and (max-width: 768px) {
  #punish .section-title .head, #punish .section-title .tail, #punish .section-title .head-mobile {
    display: block;
    width: auto;
    height: 110px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #punish .section-title .title {
    font-size: 1.5rem;
    line-height: 1.8rem;
    padding: 21.5px;
  }
}
@media (max-width: 540px) {
  #punish .section-title .head, #punish .section-title .tail, #punish .section-title .head-mobile {
    display: block;
    width: auto;
    height: 110px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #punish .section-title .title {
    font-size: 1.5rem;
    line-height: 1.8rem;
    padding: 21.5px;
  }
}
.modal .modal-header .modal-title {
  font-size: 1.5rem;
  font-weight: 400;
  color: #e65e5e;
}
.modal .modal-body .content p {
  text-align: left;
  color: #5B5B5B;
}
.modal .modal-body .content ol {
  text-align: left;
  color: #5B5B5B;
}
.modal .modal-body .content ol .number {
  width: 25px;
}
.modal .modal-body .content .qrcode {
  display: block;
  width: 250px;
  margin: 50px auto;
}

@media (max-width: 540px) {
  .river-animation {
    position: relative;
    margin-top: -42px;
  }
  .river-animation .field-wrap {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 3;
  }
  .river-animation .field-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .river-animation .wave-wrap {
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
  .river-animation .wave-wrap img {
    width: 50%;
  }
  .river-animation .river-wrap {
    width: 100%;
  }
  .river-animation .river-wrap img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
}/*# sourceMappingURL=all.css.map */