.slide-left-fade-enter-active, .slide-right-fade-enter-active {
  transition: all 1s;
}

.slide-left-fade-leave-active, .slide-right-fade-leave-active {
  transition: all 0.6s;
}

.slide-left-fade-enter, .slide-right-fade-leave-active {
  opacity: 0.2;
}

.slide-left-fade-leave-active, .slide-right-fade-ente {
  opacity: 0;
}

.slide-left-fade-enter, .slide-right-fade-leave-active {
  transform: translateX(100%);
}

.slide-left-fade-leave-active, .slide-right-fade-enter {
  transform: translateX(-100%);
}

@keyframes swing {
  0% {
    transform: translate(-5px);
  }
  25% {
    transform: translate(-5px, -3px);
  }
  50% {
    transform: translate(0);
  }
  75% {
    transform: translate(5px, 3px);
  }
  100% {
    transform: translate(5px);
  }
}
@keyframes swing2 {
  0% {
    transform: translate(10px);
  }
  25% {
    transform: translate(10px, 6px);
  }
  50% {
    transform: translate(0);
  }
  75% {
    transform: translate(-10px, -6px);
  }
  100% {
    transform: translate(-10px);
  }
}
@keyframes paper-plan-1 {
  0% {
    top: 27%;
    left: 11%;
  }
  25% {
    top: 17%;
    left: 20%;
    transform: scale(0.03) skew(-15deg, 20deg);
  }
  49% {
    top: 5%;
    left: 30%;
    transform: scale(0.01) skew(-15deg, 20deg);
    opacity: 0;
  }
  50% {
    top: 50%;
    left: 0;
    opacity: 0;
    transform: scale(1.2) skew(15deg);
  }
  75% {
    top: 37%;
    left: 5.5%;
    transform: scale(1.1);
  }
  100% {
    top: 27%;
    left: 11%;
  }
}
@keyframes paper-plan-4 {
  0% {
    top: -3%;
    right: 10%;
  }
  30% {
    top: -13%;
    right: 18%;
    transform: scale(0.03) skewY(-15deg);
  }
  48% {
    top: -23%;
    right: 25%;
    transform: scale(0.01) skewY(-10deg);
    opacity: 0;
  }
  49% {
    top: -23%;
    right: 25%;
    transform: scale(0.01) skewY(-15deg);
    opacity: 0;
  }
  50% {
    top: 20%;
    right: 0;
    opacity: 0;
    transform: scale(1.2) skewX(10deg);
  }
  75% {
    top: 10%;
    right: 5%;
    transform: scale(1.1) skewX(8deg);
  }
  100% {
    top: -3%;
    right: 10%;
  }
}
@keyframes paper-plan-6 {
  0% {
    top: 0px;
    left: 19.8%;
  }
  30% {
    top: -10%;
    left: 25%;
    transform: scale(0.03) skewY(-15deg);
  }
  48% {
    top: -20%;
    left: 30%;
    transform: scale(0.01) skewY(-10deg);
    opacity: 0;
  }
  49% {
    top: -20%;
    left: 30%;
    transform: scale(0.01) skewY(-15deg);
    opacity: 0;
  }
  50% {
    top: 20%;
    left: 0;
    opacity: 0;
    transform: scale(1.2) skewX(10deg);
  }
  75% {
    top: 10%;
    left: 10%;
    transform: scale(1.1) skewX(8deg);
  }
  100% {
    top: 0px;
    left: 19.8%;
  }
}
@keyframes paper-plan-7 {
  0% {
    bottom: 10%;
    right: 23%;
  }
  20% {
    bottom: 0%;
    right: 34%;
    transform: scale(0.03) skew(-30deg, 30deg);
  }
  49% {
    bottom: -10%;
    right: 46%;
    transform: scale(0.01) skew(-50deg, 50deg);
    opacity: 0;
  }
  50% {
    bottom: 30%;
    right: 0;
    opacity: 0;
    transform: scale(1.2) skew(-15deg, 20deg);
  }
  75% {
    bottom: 20%;
    right: 13%;
    transform: scale(1.1);
  }
  100% {
    bottom: 10%;
    right: 23%;
  }
}
@keyframes sea0 {
  25% {
    transform: rotateZ(-0.3deg);
  }
  75% {
    transform: rotateZ(0.3deg);
  }
}
@keyframes sea1 {
  50% {
    transform: translate(-20px, -20px);
  }
  100% {
    transform: translate(0, -20px);
  }
}
@keyframes sea2 {
  0% {
    transform: translate(0, 18px);
  }
  50% {
    transform: translate(-24px, 0) rotateZ(1deg);
  }
  100% {
    transform: translate(0, 18px) rotateZ(-2deg);
  }
}
@keyframes sea3 {
  0% {
    transform: translate(-20px, 20px);
  }
  25% {
    transform: translate(-10px, 15px);
  }
  50% {
    transform: translate(0, 10px);
  }
  75% {
    transform: translate(-10px, 15px);
  }
  100% {
    transform: translate(-20px, 20px);
  }
}
@keyframes sea4 {
  0% {
    transform: translate(0, 30px);
  }
  50% {
    transform: translate(40px, 20px);
  }
  100% {
    transform: translate(0px, 30px);
  }
}
html * {
  box-sizing: border-box;
}

html {
  position: relative;
  min-height: 100%;
  background-color: #444;
  font-size: 10px;
  overflow-y: scroll;
}

body {
  margin-bottom: 75px !important;
  font-size: 14px !important;
  background-color: #fcfbf2 !important;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 0 !important;
}
body .col-atc-inner {
  font-size: 17px !important;
}

ul {
  margin: 0;
  padding: 0;
  margin-bottom: 0 !important;
}

li {
  list-style: none;
}

:focus {
  outline: none;
}

a, a:hover {
  text-decoration: none !important;
}

a:-webkit-any-link {
  text-decoration: none !important;
}

button:focus {
  outline: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.animate-box {
  position: relative;
}

.bg {
  z-index: -1;
}

.box-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.image {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.page-1280w {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1380px) {
  .page-1280w {
    margin: 0 5%;
  }
}

.page {
  padding-top: 64px;
}
@media screen and (min-width: 768px) {
  .page {
    padding-top: 75px;
  }
}

.page-900w {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .page-900w {
    margin: 0 10%;
  }
}

.page-full-height {
  min-height: calc(100vh - 75px);
}

input, textarea, input.form-control, textarea.form-control {
  -webkit-text-fill-color: #f9a920;
  color: #f9a920;
  caret-color: #f9a920;
  padding: 6px 12px;
  box-shadow: none;
  border: 1.5px solid #f9a920;
  font-size: 1.2rem;
  background-color: transparent;
  appearance: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input.form-control::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder {
  text-shadow: none;
  -webkit-text-fill-color: #f9a920;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder, input.form-control:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
  color: #f9a920;
}
input[type=search], textarea[type=search], input.form-control[type=search], textarea.form-control[type=search] {
  -webkit-appearance: none;
}
input[type=search]::-webkit-search-cancel-button, textarea[type=search]::-webkit-search-cancel-button, input.form-control[type=search]::-webkit-search-cancel-button, textarea.form-control[type=search]::-webkit-search-cancel-button {
  display: none;
}
input::-ms-clear, textarea::-ms-clear, input.form-control::-ms-clear, textarea.form-control::-ms-clear {
  display: none;
}
input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:active, input.form-control:-webkit-autofill:hover, input.form-control:-webkit-autofill:focus, input.form-control:-webkit-autofill:active, textarea.form-control:-webkit-autofill:hover, textarea.form-control:-webkit-autofill:focus, textarea.form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px rgba(192, 192, 192, 0.2) inset;
  transition: background-color 5000s ease-in-out 0s;
}

.form-control:focus {
  -webkit-text-fill-color: #f9a920;
  color: #f9a920;
  caret-color: #f9a920;
  border-color: #f9a920;
  background-color: transparent;
}

@supports (-webkit-mask: none) and (not (cater-color: red)) {
  input, textarea, input.form-control, textarea.form-control, :-ms-input-placeholder.form-control {
    color: #f9a920;
  }
  input::first-line, textarea::first-line, input.form-control::first-line, textarea.form-control::first-line, :-ms-input-placeholder.form-control::first-line {
    color: #f9a920;
  }
}
.input-kw-form input[type=search] {
  width: 135px;
}
@media screen and (max-width: 767px) {
  .input-kw-form input[type=search] {
    width: 55px;
  }
}

.lh-form .b-form-group {
  position: relative;
}
.lh-form .b-form-group label {
  position: absolute;
  left: 10px;
  top: 5px;
  color: #f9a920;
  padding: 0;
  padding-right: 10px;
  font-size: 1.2rem;
  line-height: 16px;
  vertical-align: middle;
  border-right: 1px solid #f9a920;
}
.lh-form .b-form-group .form-control {
  padding: 6px 27px 5px 56px;
  font-size: 1.2rem;
  line-height: 12px;
  border-radius: 0;
  border-color: #f9a920;
  background-color: transparent;
}
.lh-form .b-form-group.is-valid::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 24px;
  width: 14px;
  height: 14px;
  background-image: url("../assets/images/contactFormValidStart.png");
}
.lh-form .was-validated .form-control:valid,
.lh-form .form-control.is-valid,
.lh-form .was-validated .custom-select:valid,
.lh-form .custom-select.is-valid,
.lh-form .was-validated .form-control:invalid,
.lh-form .form-control.is-invalid,
.lh-form .was-validated .custom-select:invalid,
.lh-form .custom-select.is-invalid {
  border-color: #f9a920;
}
.lh-form .was-validated .form-control:valid:focus,
.lh-form .form-control.is-valid:focus,
.lh-form .was-validated .custom-select:valid:focus,
.lh-form .custom-select.is-valid:focus,
.lh-form .was-validated .form-control:invalid:focus,
.lh-form .form-control.is-invalid:focus,
.lh-form .was-validated .custom-select:invalid:focus,
.lh-form .custom-select.is-invalid:focus {
  border-color: #f9a920;
  box-shadow: 0px 0px 0px 0.2rem rgba(249, 169, 32, 0.25);
}
.lh-form .btn, .lh-form .btn:hover, .lh-form .btn:not(:disabled):not(.disabled):active, .lh-form .btn:not(:disabled):not(.disabled).active, .lh-form .btn.dropdown-toggle {
  background-color: #f9a920;
  border-color: #f9a920;
}
.lh-form .btn:focus, .lh-form .btn.focus, .lh-form .btn:not(:disabled):not(.disabled):active:focus, .lh-form .btn:not(:disabled):not(.disabled).active:focus, .lh-form .btn.dropdown-toggle:focus {
  box-shadow: 0px 0px 0px 0.2rem rgba(249, 169, 32, 0.25);
}

.img-cover {
  min-height: 100%;
  min-width: 100%;
  width: auto !important;
  height: auto;
  max-width: none;
}

.img-contain {
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
  height: auto;
}

.disable-href {
  cursor: default;
  color: #a5a5a5 !important;
}

.banner {
  position: relative;
}
.banner .banner-text {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.38);
  color: #fff;
  padding: 25px;
  max-width: 40%;
  max-height: 164px;
  overflow-y: hidden;
}
.banner .banner-text div {
  overflow: hidden;
  max-height: 100%;
  max-width: 100%;
}
.banner .banner-text div p, .banner .banner-text div h1, .banner .banner-text div h2, .banner .banner-text div h3, .banner .banner-text div h4, .banner .banner-text div h5, .banner .banner-text div h6, .banner .banner-text div span {
  max-height: 114px;
  word-break: break-all;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .banner .banner-text {
    position: relative;
    transform: translateY(-100%);
    padding: 10px;
    max-width: 100%;
    max-height: 60px;
    top: 100%;
    background-color: rgba(0, 0, 0, 0.68);
  }
  .banner .banner-text div p, .banner .banner-text div h1, .banner .banner-text div h2, .banner .banner-text div h3, .banner .banner-text div h4, .banner .banner-text div h5, .banner .banner-text div h6, .banner .banner-text div span {
    max-height: 36px;
    font-size: 1.3rem;
    line-height: 18px;
  }
}

.paging .pg-content ul {
  position: relative;
}
.paging .pg-content ul li {
  text-align: left;
}
.paging .pg-content ul li:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.paging .pg-ctrl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #f9a920;
  padding-top: 10px;
  color: #f9a920;
}
.paging .pg-ctrl a {
  color: inherit;
}

@media screen and (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
  }
}
.modal-header {
  border-bottom: none;
  color: #f9a920;
}
.modal-header .logo {
  width: 50px;
  height: 30px;
  margin: 0 auto;
  background-color: #f9a920;
  text-align: center;
  padding: 0;
  position: relative;
  position: absolute;
  top: -5px;
  left: calc(50% - 25px);
}
.modal-header .logo::before {
  content: "";
  display: block;
  transform: translateY(30px);
  height: 46.6666%;
  width: 50px;
  background: #f9a920;
  /*@media screen\0, \0screen\, screen\9 {
  	@content;
  }*/
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  /*@media screen\0, \0screen\, screen\9 {
  	@content;
  }*/
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .modal-header .logo::before {
    background-color: transparent;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .modal-header .logo::before {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 10px solid #f9a920;
  }
}
.modal-header .logo img {
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 0;
  transform: translate(-50%, 15%);
}
@media screen and (max-width: 767px) {
  .modal-header .logo {
    transform: scale(0.8);
    transform-origin: center;
  }
}
.modal-header .close {
  color: #f9a920;
  font-size: 30px;
  padding-top: 0;
}
.modal-title {
  font-size: 2rem;
  font-weight: bold;
}
.modal-content {
  border: 5px solid #f9a920;
  border-radius: 30px;
}
.modal-body p {
  color: #585858;
}
.modal-footer .btn {
  padding: 0.4rem 1rem;
}
.modal-footer .btn-success {
  background-color: #f9a920;
  border-color: #f9a920;
}
.modal-footer .btn-success:focus, .modal-footer .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 169, 32, 0.25);
}
.modal-footer .btn-success:hover {
  background-color: #e89e1f;
  border-color: #db951b;
}
.modal-footer .btn-success:not(:disabled):not(.disabled):active, .modal-footer .btn-success:not(:disabled):not(.disabled).active {
  background-color: #db951b;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #f9a920;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #f9a920;
  box-shadow: 0 0 0 0.2rem rgba(249, 169, 32, 0.25);
}

div#lh_loading {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-image: url(../assets/images/icon/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200px;
  transition: opacity 0.5s;
}
div#lh_loading.show {
  display: block;
  opacity: 1;
}
div#lh_loading.show.fade-out {
  opacity: 0;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.lh-header {
  position: fixed;
  width: 100%;
  background-color: #fcfbf2;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .lh-header {
    height: 75px;
  }
}
.lh-header-left-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .lh-header-left-block {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 3px);
    background-color: #ffffff;
    z-index: 1;
    width: 80px;
    height: 35px;
    border-left: 3px solid #f9a825;
    clip-path: polygon(0 0, 0 100%, 100% 0%);
    /*@media screen\0, \0screen\, screen\9 {
    	@content;
    }*/
  }
  .lh-header-left-block::before {
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    bottom: 0px;
    background-color: #f9a825;
    z-index: 6;
    width: 90px;
    height: 4px;
    transform: rotateZ(-24deg);
    transform-origin: left top;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .lh-header-left-block {
    display: none;
  }
}
.lh-header-right-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .lh-header-right-block {
    display: block;
    position: absolute;
    right: 0;
    top: calc(100% - 3px);
    background-color: #ffffff;
    z-index: 1;
    width: 80px;
    height: 35px;
    border-right: 3px solid #f9a825;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    /*@media screen\0, \0screen\, screen\9 {
    	@content;
    }*/
  }
  .lh-header-right-block::before {
    content: "";
    display: block;
    position: absolute;
    right: -2px;
    bottom: 0px;
    background-color: #f9a825;
    z-index: 6;
    width: 90px;
    height: 4px;
    transform: rotateZ(24deg);
    transform-origin: right top;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .lh-header-right-block {
    display: none;
  }
}
.lh-header .navbar.navbar-light {
  width: 100%;
  text-align: center;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .lh-header .navbar.navbar-light {
    height: 75px;
    padding: 5px 7% 0;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: 3px solid #f9a825;
  }
}
@media screen and (max-width: 767px) {
  .lh-header .navbar.navbar-light {
    border-bottom: 4px solid #f9a920;
    height: 64px;
  }
}
.lh-header .navbar.navbar-light .navbar-toggler {
  background-color: #f9a920;
  border: none;
  border-radius: 0;
  width: 60px;
  height: 62px;
  position: relative;
}
.lh-header .navbar.navbar-light .navbar-toggler .navbar-toggler-icon {
  width: 2em;
  height: 2em;
  background-image: url(../assets/images/navbar-toggler-icon.svg);
}
.lh-header .navbar.navbar-light .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url(../assets/images/navbar-toggler-icon_n.svg);
}
.lh-header .navbar.navbar-light .navbar-toggler::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 30px solid #f9a920;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  transform: translateY(100%);
}
.lh-header .navbar.navbar-light #nav_collapse {
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .lh-header .navbar.navbar-light #nav_collapse {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .lh-header .navbar.navbar-light #nav_collapse {
    background-color: #f9a920;
    width: 100%;
    height: calc(100vh - 62px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    padding: 20px 10% 50px;
  }
}
@media screen and (max-height: 449px) and (max-width: 767px) {
  .lh-header .navbar.navbar-light #nav_collapse {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .lh-header .navbar.navbar-light ul.navbar-nav:first-child > li {
    margin-right: 10px;
  }
  .lh-header .navbar.navbar-light ul.navbar-nav:nth-child(2) > li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .lh-header .navbar.navbar-light ul.navbar-nav {
    width: 48%;
    display: inline-block;
  }
}
.lh-header .navbar.navbar-light ul.navbar-nav li {
  list-style: none;
  color: #4d8884;
  background-color: #fcfbf2;
  color: #f9a920;
}
.lh-header .navbar.navbar-light ul.navbar-nav li:hover, .lh-header .navbar.navbar-light ul.navbar-nav li:focus, .lh-header .navbar.navbar-light ul.navbar-nav li.active {
  color: #4d8884;
}
@media screen and (min-width: 768px) {
  .lh-header .navbar.navbar-light ul.navbar-nav li {
    width: 80px;
    height: 34px;
    background-image: url("../assets/images/navItemBg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 34px;
    border-bottom: none;
  }
  .lh-header .navbar.navbar-light ul.navbar-nav li:hover, .lh-header .navbar.navbar-light ul.navbar-nav li:focus, .lh-header .navbar.navbar-light ul.navbar-nav li.active {
    background-image: url("../assets/images/navItemBg_h.png");
  }
}
@media screen and (max-width: 767px) {
  .lh-header .navbar.navbar-light ul.navbar-nav li {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .lh-header .navbar.navbar-light ul.navbar-nav li:last-child {
    margin-bottom: 0px;
  }
}
.lh-header .navbar.navbar-light ul.navbar-nav li a.nav-link {
  color: inherit;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .lh-header .navbar.navbar-light ul.navbar-nav li a.nav-link {
    padding: 1px 10px 7px;
  }
}
.lh-header .navbar.navbar-light .menu-mb-dialog {
  display: none;
}
@media screen and (max-width: 767px) {
  .lh-header .navbar.navbar-light .menu-mb-dialog {
    display: flex;
    width: 100%;
    height: calc(100vh - 300px);
    padding-bottom: 60px;
    align-items: flex-end;
    align-self: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
  }
  .lh-header .navbar.navbar-light .menu-mb-dialog > img {
    width: 80% !important;
  }
}
@media screen and (max-width: 767px) and (max-height: 449px) {
  .lh-header .navbar.navbar-light .menu-mb-dialog > img {
    height: 0px;
  }
}
@media screen and (max-width: 767px) {
  .lh-header .navbar.navbar-light .menu-mb-dialog span {
    display: block;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .lh-header .navbar.navbar-light .menu-mb-dialog span img {
    margin: 0 5px;
  }
}
@media screen and (min-width: 768px) {
  .lh-header.atHome .navbar.navbar-light ul.navbar-nav li {
    background-image: url("../assets/images/hmNavItemBg.png");
  }
  .lh-header.atHome .navbar.navbar-light ul.navbar-nav li:hover, .lh-header.atHome .navbar.navbar-light ul.navbar-nav li:focus, .lh-header.atHome .navbar.navbar-light ul.navbar-nav li.active {
    background-image: url("../assets/images/hmNavItemBg_h.png");
    color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .lh-header .navbar-brand.logo {
    width: calc(100% - 90px);
    margin-right: 0;
    height: 100%;
    text-align: left;
    padding: 0;
  }
}
.lh-header .navbar-brand.logo .lg-logo {
  width: 125px;
  height: 75px;
  margin: 0 auto;
  background-color: #f9a920;
  text-align: center;
  padding: 0;
  position: relative;
  position: absolute;
  top: -3px;
}
.lh-header .navbar-brand.logo .lg-logo::before {
  content: "";
  display: block;
  transform: translateY(75px);
  height: 46.6666%;
  width: 125px;
  background: #f9a920;
  /*@media screen\0, \0screen\, screen\9 {
  	@content;
  }*/
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  /*@media screen\0, \0screen\, screen\9 {
  	@content;
  }*/
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .lh-header .navbar-brand.logo .lg-logo::before {
    background-color: transparent;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .lh-header .navbar-brand.logo .lg-logo::before {
    width: 0;
    height: 0;
    border-left: 62.5px solid transparent;
    border-right: 62.5px solid transparent;
    border-top: 25px solid #f9a920;
  }
}
.lh-header .navbar-brand.logo .lg-logo img {
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 0;
  transform: translate(-50%, 15%);
}
@media screen and (max-width: 767px) {
  .lh-header .navbar-brand.logo .lg-logo {
    transform: scale(0.8);
    transform-origin: center;
  }
}
@media screen and (min-width: 768px) {
  .lh-header .navbar-brand.logo .lg-logo {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .lh-header .navbar-brand.logo .lg-logo {
    right: 0;
    transform: scale(0.8);
    transform-origin: right top;
    z-index: 2;
    display: none;
  }
}
.lh-header .navbar-brand.logo .mobile-logo {
  display: none;
}
@media screen and (max-width: 767px) {
  .lh-header .navbar-brand.logo .mobile-logo {
    display: block;
    padding: 8px 10px;
    height: 100%;
  }
  .lh-header .navbar-brand.logo .mobile-logo img {
    height: 100%;
  }
}

.community {
  padding: 0 50px;
}
.community .link-photo {
  position: relative;
  padding-bottom: 10%;
  max-width: 230px;
}
.community .link-photo a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../assets/images/character/character_map.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.community .link-photo img {
  position: relative;
  width: 100%;
}
.community h3 {
  margin-top: 2rem;
  font-weight: bold;
}
.community ul {
  border-top: 3px solid #f9a920;
  margin-top: 4rem;
  padding-top: 2rem;
}
.community li {
  width: 12%;
}
@media screen and (max-width: 600px) {
  .community li {
    width: 21%;
  }
}
.community li a {
  display: block;
  border: 1px solid #f9a920;
  border-radius: 50px;
  margin: 10%;
}
.community li a:hover, .community li a.active {
  margin: 0;
  transition: margin 0.2s;
}
.community li a > img {
  width: 100%;
}

.lh-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 75px;
}
@media screen and (min-width: 768px) {
  .lh-footer::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -34px;
    background-color: #f9a920;
    z-index: 1;
    width: 80px;
    height: 35px;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    /*@media screen\0, \0screen\, screen\9 {
    	@content;
    }*/
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .lh-footer::before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .lh-footer::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: -34px;
    background-color: #f9a920;
    z-index: 1;
    width: 80px;
    height: 35px;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    /*@media screen\0, \0screen\, screen\9 {
    	@content;
    }*/
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .lh-footer::after {
    display: none;
  }
}
.lh-footer .footer {
  background-color: #f9a920;
  background-size: 100% 100%;
  background-position: left bottom;
  height: 75px;
}
.lh-footer .footer .container {
  transform: translateY(30px);
  text-align: center;
}
.lh-footer .footer .container p {
  margin: 0;
  color: #fff;
  display: inline-block;
}

#paperPlan1 {
  position: absolute;
  top: 27%;
  left: 11%;
  width: 14%;
  max-width: 150px;
  animation: paper-plan-1 4s linear 2s infinite normal;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000;
}

#paperPlan3 {
  position: absolute;
  top: -20px;
  left: 10%;
  width: 14%;
  max-width: 150px;
  animation: swing2 5s linear 0s infinite alternate;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000;
}

#paperPlan2 {
  position: absolute;
  top: 21%;
  right: 5%;
  width: 15%;
  max-width: 160px;
  animation: swing2 3s linear 0s infinite alternate;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000;
}

#paperPlan4 {
  position: absolute;
  top: -3%;
  right: 10%;
  width: 16%;
  max-width: 160px;
  /*animation: paper-plan-4 5s linear 0s infinite normal;*/
  animation: swing2 3s linear 0s infinite alternate-reverse;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000;
}

#paperPlan5 {
  position: absolute;
  bottom: 3%;
  left: 56%;
  width: 9%;
  max-width: 89px;
  animation: swing 5s linear 0s infinite alternate;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000;
}

#paperPlan6 {
  position: absolute;
  top: 0px;
  left: 19.8%;
  width: 14%;
  max-width: 89px;
  animation: swing2 5s linear 0s infinite alternate-reverse;
  /*animation: paper-plan-6 5s linear 0s infinite normal;*/
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000;
}

#paperPlan7 {
  position: absolute;
  bottom: 10%;
  right: 23%;
  width: 16%;
  max-width: 157px;
  /*animation: swing2 5s linear 0s infinite alternate;*/
  animation: paper-plan-7 5s linear 0s infinite normal;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000;
}

#paperPlan8 {
  position: absolute;
  bottom: 0;
  right: 20%;
  width: 16%;
  max-width: 140px;
  animation: swing 5s linear 0s infinite alternate;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000;
}

#hmTower {
  width: 75%;
  max-width: 700px;
  animation: swing 5s linear 0s infinite alternate;
  transform: translateZ(0);
  backface-visibility: hidden;
  perspective: 1000;
}

#hmBgText {
  position: absolute;
  top: 110px;
  left: calc(50% - 100px);
  width: 200px;
}

#hmBgBird {
  position: absolute;
  top: 30px;
  width: 450px;
  left: calc(50% - 190px);
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #hmBgBird {
    width: 100%;
    left: 0;
    top: 80px;
  }
}

.orderBtn {
  display: none;
}
@media screen and (min-width: 768px) {
  .orderBtn {
    display: block;
    width: 60px;
    position: fixed;
    right: 20px;
    bottom: 110px;
    z-index: 9;
  }
  .orderBtn img {
    width: 100%;
    transition: transform 0.5s;
  }
  .orderBtn:hover {
    will-change: transform;
  }
  .orderBtn:hover img:hover {
    transform: scale(1.1);
  }
}

.hm-section {
  margin-bottom: 80px;
}
.hm-section > .animate-box {
  height: 540px;
  background-image: url(../assets/images/hmSkyBg.svg);
  background-position: top center;
  background-repeat: repeat-x;
  background-repeat-y: no-repeat;
}
@media screen and (max-width: 767px) {
  .hm-section > .animate-box {
    background-size: cover;
  }
}
.hm-section .box-content {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.hm-section .box-content > div {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%);
}
.hm-section .box-content > div a {
  display: block;
  background-color: #fff;
  padding: 5px 30px;
  border: 4px solid #1a9499;
  color: #1a9499;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 24px;
  position: relative;
  margin-bottom: 2rem;
  white-space: nowrap;
}
.hm-section .box-content > div a img {
  position: absolute;
  width: 85px;
  top: -20px;
  right: -49px;
}
@media screen and (min-width: 768px) {
  .hm-section .box-content > div a {
    display: inline-block;
  }
  .hm-section .box-content > div a:not(:first-child) {
    margin-left: 50px;
  }
}
.hm-section .box-content > div a:hover, .hm-section .box-content > div a:active {
  color: #fff;
  border-color: #fff;
  background-color: #1a9499;
}
.hm-section .box-content > div a:nth-child(2) {
  border-color: #f9a920;
  color: #f9a920;
}
.hm-section .box-content > div a:nth-child(2):hover, .hm-section .box-content > div a:nth-child(2):active {
  color: #fff;
  border-color: #fff;
  background-color: #f9a920;
}
.hm-section .box-content > div a:nth-child(3) {
  display: none;
  border-color: #35b414;
  color: #35b414;
}
.hm-section .box-content > div a:nth-child(3):hover, .hm-section .box-content > div a:nth-child(3):active {
  color: #fff;
  border-color: #fff;
  background-color: #35b414;
}
@media screen and (max-width: 767px) {
  .hm-section .box-content > div a:nth-child(3) {
    display: inline-block;
  }
}

.hm-btm-sea-section {
  margin-top: -50px;
  background-image: url("../assets/images/hmSky2Bg.png");
  background-size: contain;
  padding-top: 100px;
}
.hm-btm-sea-section > .animate-box:first-child {
  width: 100%;
}
.hm-btm-sea-section > .animate-box:first-child > .box-content > img {
  position: absolute;
  top: 0;
  left: 0;
}
.hm-btm-sea-section > .animate-box:first-child > .box-content > img#hmSea1 {
  transform-origin: left bottom;
}
.hm-btm-sea-section > .animate-box:first-child > .box-content > img#hmSea2 {
  animation: sea2 7s linear 0s infinite alternate;
}
.hm-btm-sea-section > .animate-box:first-child > .box-content > img#hmSea3 {
  animation: sea3 10s linear 0s infinite;
}
.hm-btm-sea-section > .animate-box:first-child > .box-content > img#hmSea4 {
  animation: sea4 12s linear 0s infinite;
}
.hm-btm-sea-section > .animate-box:first-child #hmSea0 {
  position: relative;
  transform-origin: left bottom;
  animation: sea0 5s linear 0s infinite alternate;
}
.hm-btm-sea-section #hm-btm-order {
  display: inline-block;
  width: 50%;
  max-width: 386px;
  margin-top: -4%;
  cursor: pointer;
  z-index: 10;
}
.hm-btm-sea-section #hm-btm-order #b-letter-btn {
  position: relative;
  top: 28%;
  display: inline-block;
  width: 55%;
  min-width: 112px;
  padding: 4px;
  border-radius: 12px;
  font-size: 3rem;
  letter-spacing: 3.9px;
  color: #8398b5;
  background-color: #fff;
}
@media screen and (max-width: 799px) {
  .hm-btm-sea-section #hm-btm-order #b-letter-btn {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .hm-btm-sea-section #hm-btm-order #b-letter-btn {
    font-size: 1.6rem;
    border-radius: 8px;
  }
}
.hm-btm-sea-section #hm-btm-order #b-letter-btn span {
  border: 4px dashed #8398b5;
  padding: 5%;
  display: block;
  white-space: nowrap;
  border-radius: inherit;
}
@media screen and (max-width: 767px) {
  .hm-btm-sea-section #hm-btm-order #b-letter-btn span {
    border-width: 3px;
  }
}
.hm-btm-sea-section #hmSea {
  width: 100%;
  padding-top: 3%;
}

#hm-dolls-section {
  padding-top: 80px;
}
#hm-dolls-section .doll-section {
  padding: 20px 0;
  z-index: 8;
}
#hm-dolls-section .doll-section-in {
  margin: 0 auto;
  width: 90%;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #hm-dolls-section .doll-section-in {
    width: 840px;
  }
  #hm-dolls-section .doll-section-in-left {
    text-align: left;
  }
  #hm-dolls-section .doll-section-in-right {
    text-align: right;
  }
}
#hm-dolls-section .doll-section-in > div {
  display: inline-block;
  vertical-align: middle;
}
#hm-dolls-section .doll-section-in .doll-box {
  max-width: 100%;
}
#hm-dolls-section .doll-section-in .doll-box #cloud1 {
  max-width: 292px;
}
#hm-dolls-section .doll-section-in .doll-box #doll1 {
  position: absolute;
  right: 5px;
  top: -4px;
  max-width: 52%;
}
#hm-dolls-section .doll-section-in .doll-box #cloud2 {
  max-width: 348px;
  width: 90%;
}
#hm-dolls-section .doll-section-in .doll-box #doll2 {
  position: absolute;
  left: -4%;
  bottom: 29%;
  max-width: 166px;
}
#hm-dolls-section .doll-section-in .doll-spoken-box {
  position: relative;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #hm-dolls-section .doll-section-in .doll-spoken-box {
    width: 312px;
  }
}
#hm-dolls-section .doll-section-in .doll-spoken-box > div:first-child {
  width: 60%;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #hm-dolls-section .doll-section-in .doll-spoken-box > div:first-child {
    width: 80%;
  }
}
#hm-dolls-section .doll-section-in .doll-spoken-box > div:first-child p {
  margin-bottom: 10px;
}
#hm-dolls-section .doll-section-in .doll-spoken-box > div:first-child a {
  color: #fff;
  margin-left: -10px;
  background-color: #ff7141;
  padding: 5px 5px;
  font-size: 1rem;
  line-height: 10px;
}
#hm-dolls-section .doll-section-in .doll-spoken-box > div:last-child {
  width: 40%;
  position: absolute;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #hm-dolls-section .doll-section-in .doll-spoken-box > div:last-child {
    width: 20%;
  }
}
#hm-dolls-section .doll-section-in .doll-spoken-box > div:last-child img {
  max-width: 60%;
  background-color: #fff;
  border-radius: 50px;
}
#hm-dolls-section .doll-section-in .doll-spoken-box-blue > div:first-child {
  background-color: #305aeb;
}
#hm-dolls-section .doll-section-in .doll-spoken-box-blue > div:first-child a:hover {
  background-color: #f9a920;
  color: #fff;
}
#hm-dolls-section .doll-section-in .doll-spoken-box-blue > div:last-child {
  background-color: #90daf2;
}
#hm-dolls-section .doll-section-in .doll-spoken-box-orange > div:first-child {
  background-color: #f9a920;
}
#hm-dolls-section .doll-section-in .doll-spoken-box-orange > div:first-child a:hover {
  background-color: #1a9499;
  color: #fff;
}
#hm-dolls-section .doll-section-in .doll-spoken-box-orange > div:last-child {
  background-color: #f58010;
}
@media screen and (min-width: 900px) {
  #hm-dolls-section .doll-section-in .doll-spoken-box-right {
    margin-left: 40px;
  }
}
#hm-dolls-section .doll-section-in .doll-spoken-box-right > div {
  float: left;
}
#hm-dolls-section .doll-section-in .doll-spoken-box-right > div:first-child {
  padding: 10px 10px 10px 20px;
}
#hm-dolls-section .doll-section-in .doll-spoken-box-right > div:first-child::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 30px solid #90daf2;
  border-bottom: 20px solid transparent;
  position: absolute;
  left: -30px;
  top: 0;
}
@media screen and (max-width: 767px) {
  #hm-dolls-section .doll-section-in .doll-spoken-box-right > div:first-child::before {
    display: none;
  }
}
#hm-dolls-section .doll-section-in .doll-spoken-box-right > div:last-child {
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  left: 60%;
  top: 0;
}
@media screen and (max-width: 767px) {
  #hm-dolls-section .doll-section-in .doll-spoken-box-right > div:last-child {
    left: 80%;
  }
}
@media screen and (min-width: 900px) {
  #hm-dolls-section .doll-section-in .doll-spoken-box-left {
    margin-right: 40px;
  }
}
#hm-dolls-section .doll-section-in .doll-spoken-box-left > div {
  float: right;
}
#hm-dolls-section .doll-section-in .doll-spoken-box-left > div:first-child {
  padding: 10px 20px 10px 10px;
}
#hm-dolls-section .doll-section-in .doll-spoken-box-left > div:first-child::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 30px solid #f58010;
  border-bottom: 20px solid transparent;
  position: absolute;
  right: -30px;
  top: 0;
}
@media screen and (max-width: 767px) {
  #hm-dolls-section .doll-section-in .doll-spoken-box-left > div:first-child::before {
    display: none;
  }
}
#hm-dolls-section .doll-section-in .doll-spoken-box-left > div:last-child {
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  right: 60%;
  top: 0;
}
@media screen and (max-width: 767px) {
  #hm-dolls-section .doll-section-in .doll-spoken-box-left > div:last-child {
    right: 80%;
  }
}

.loading-page {
  background-image: url(../assets/images/loading.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  text-align: center;
  padding: 6% 0 6%;
}
.loading-page div:first-child {
  width: 125px;
  height: 75px;
  margin: 0 auto;
  background-color: rgba(85, 85, 85, 0.6);
  text-align: center;
  padding: 0;
  position: relative;
}
.loading-page div:first-child::before {
  content: "";
  display: block;
  transform: translateY(75px);
  height: 46.6666%;
  width: 125px;
  background: rgba(85, 85, 85, 0.6);
  /*@media screen\0, \0screen\, screen\9 {
  	@content;
  }*/
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  /*@media screen\0, \0screen\, screen\9 {
  	@content;
  }*/
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .loading-page div:first-child::before {
    background-color: transparent;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .loading-page div:first-child::before {
    width: 0;
    height: 0;
    border-left: 62.5px solid transparent;
    border-right: 62.5px solid transparent;
    border-top: 25px solid rgba(85, 85, 85, 0.6);
  }
}
.loading-page div:first-child img {
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 0;
  transform: translate(-50%, 15%);
}
@media screen and (max-width: 767px) {
  .loading-page div:first-child {
    transform: scale(0.8);
    transform-origin: center;
  }
}
.loading-page div:last-child {
  width: 49px;
  height: 30px;
  margin: 0 auto;
  background-color: rgba(85, 85, 85, 0.6);
  text-align: center;
  padding: 0;
  position: relative;
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translate(-50%);
  line-height: 0px;
  color: #fff;
}
.loading-page div:last-child::before {
  content: "";
  display: block;
  transform: translateY(30px);
  height: 46.6666%;
  width: 49px;
  background: rgba(85, 85, 85, 0.6);
  /*@media screen\0, \0screen\, screen\9 {
  	@content;
  }*/
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  /*@media screen\0, \0screen\, screen\9 {
  	@content;
  }*/
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .loading-page div:last-child::before {
    background-color: transparent;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .loading-page div:last-child::before {
    width: 0;
    height: 0;
    border-left: 24.5px solid transparent;
    border-right: 24.5px solid transparent;
    border-top: 9.8px solid rgba(85, 85, 85, 0.6);
  }
}
.loading-page div:last-child img {
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 0;
  transform: translate(-50%, 15%);
}
@media screen and (max-width: 767px) {
  .loading-page div:last-child {
    transform: scale(0.8);
    transform-origin: center;
  }
}
@media screen and (max-width: 767px) {
  .loading-page div:last-child {
    transform: translate(-50%) scale(0.8);
  }
}
.loading-page div:last-child::before {
  transform: translateY(-100%) rotate(180deg);
}
.loading-page div:last-child a {
  color: inherit;
}

.order-rss {
  padding: 50px 30px;
  text-align: center;
  font-size: x-large;
  color: #f0a42c;
  font-weight: bold;
}
.order-rss:not(.success)::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 64px;
  max-width: 100%;
  background-image: url(../assets/images/icon/order_mail.svg);
}
.order-rss form {
  margin-top: 1rem;
  text-align: center;
}
.order-rss form label.col-form-label {
  margin-bottom: 1rem;
}
.order-rss form input {
  font-size: 1.6rem;
}
.order-rss form button[type=submit] {
  width: 100px;
  line-height: 30px;
  font-size: 1.6rem;
  background-color: #f0a42c;
  border-color: #f0a42c;
}
.order-rss form .invalid-feedbac {
  font-size: 1.4rem;
  text-align: left;
  background-color: #fec8c8a8;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: normal;
}
.order-rss.success {
  padding: 30px 30px 50px;
}
.order-rss.success h4 {
  font-size: 20px;
  font-weight: bold;
}

.column-section {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .column-section {
    margin: 0 auto;
  }
}

.col-banner .carousel.slide {
  text-shadow: 1px 1px 2px #333;
}
@media screen and (max-width: 767px) {
  .col-banner .carousel.slide {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 500px) {
  .col-banner .carousel.slide {
    width: 100%;
  }
}
.col-banner .carousel:first-child .carousel-item {
  background-color: #2057d6;
}
.col-banner .carousel:last-child .carousel-item {
  background-color: #f9c094;
}
.col-banner .carousel-item {
  max-width: 100%;
  overflow: hidden;
}
.col-banner .carousel-item img {
  mix-blend-mode: multiply;
  max-height: 350px;
  object-fit: cover;
  object-position: center;
}
.col-banner .carousel-caption {
  padding-bottom: 40px;
  text-align: left;
}
.col-banner .carousel-caption a {
  border: 1px solid #fff;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  display: inline-block;
  width: 160px;
  text-align: center;
}
.col-banner .carousel-caption a span.dash {
  display: inline-block;
  height: 1px;
  background-color: #fff;
  width: 12px;
  vertical-align: middle;
  margin: 0 13px;
}
.col-banner .carousel-caption a span:not(.dash) {
  min-width: 70px;
  text-align: center;
  display: inline-block;
}
.col-banner .carousel-caption a:hover {
  background-color: #a3a3a33d;
  font-size: 1.5rem;
}
.col-banner .carousel-caption a:hover span.dash {
  width: 0;
  transition: width 0.4s;
}
@media screen and (max-width: 1100px) {
  .col-banner .carousel-caption {
    padding-bottom: 6px;
  }
  .col-banner .carousel-caption h1 {
    font-size: 1.8rem;
  }
  .col-banner .carousel-caption h2 {
    font-size: 1.6rem;
  }
  .col-banner .carousel-caption p {
    font-size: 1.2rem;
    max-height: 3rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
  }
  .col-banner .carousel-caption a span:not(.dash) {
    min-width: 56px;
  }
}
@media screen and (max-width: 767px) {
  .col-banner .carousel-caption a {
    width: 120px;
  }
  .col-banner .carousel-caption a span.dash {
    display: none;
  }
}
.col-banner .carousel-indicators {
  margin-right: 30px;
  margin-left: 0;
  justify-content: flex-end;
}
.col-banner .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 7px;
}
@media screen and (max-width: 767px) {
  .col-banner .carousel-indicators {
    margin-bottom: 0;
  }
}

.col-tabs {
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #f9a920;
  border-top-width: 0px;
  border-left-width: 0px;
}
.col-tabs li {
  position: relative;
  /*flex-basis: 0;*/
  flex-grow: 1;
  max-width: 100%;
  border: 2px solid #f9a920;
  border-bottom-width: 0px;
  border-right-width: 0px;
  padding: 10px 10px;
  float: left;
  list-style: none;
  color: #f9a920;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.col-tabs li.active, .col-tabs li:hover.active {
  background-color: #1e95bd;
  color: #fff;
}
.col-tabs li:hover {
  cursor: pointer;
  background-color: #446874;
}
@media screen and (max-width: 999px) {
  .col-tabs li {
    padding: 5px 10px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 900px) {
  .col-tabs li:nth-child(1), .col-tabs li:nth-child(2), .col-tabs li:nth-child(3), .col-tabs li:nth-child(4), .col-tabs li:nth-child(5) {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .col-tabs li {
    width: 33.333%;
  }
  .col-tabs li:nth-child(1), .col-tabs li:nth-child(2), .col-tabs li:nth-child(3), .col-tabs li:nth-child(4), .col-tabs li:nth-child(5) {
    width: 33.33%;
  }
}

.col-tcontent, .qa-content {
  padding: 100px 3%;
  text-align: center;
  /* max-width: 1200px; */
  /* margin: 0 auto; */
}
@media screen and (max-width: 1299px) {
  .col-tcontent, .qa-content {
    padding: 30px 5% 100px;
  }
}
.col-tcontent > img, .qa-content > img {
  vertical-align: top;
  width: 20%;
  max-width: 226px;
  transform: translateY(15px);
}
@media screen and (max-width: 1299px) {
  .col-tcontent > img, .qa-content > img {
    display: none;
    transform: none;
    margin-bottom: 50px;
  }
}
.col-tcontent-inner, .qa-content .qa-content-inner {
  display: inline-block;
  width: 74%;
  margin-left: 5%;
}
@media screen and (max-width: 1299px) {
  .col-tcontent-inner, .qa-content .qa-content-inner {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.col-tcontent-inner .col-tc-title, .qa-content .qa-content-inner .col-tc-title, .qa-content .qa-content-inner .qa-title {
  width: 100%;
  text-align: justify;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 10px 0;
}
.col-tcontent-inner .col-tc-title > *, .qa-content .qa-content-inner .col-tcontent-inner .qa-title > *, .qa-content .qa-content-inner .col-tc-title > *, .qa-content .qa-content-inner .qa-title > * {
  display: inline-block;
}
.col-tcontent-inner .col-tc-title h1, .qa-content .qa-content-inner .col-tc-title h1, .qa-content .qa-content-inner .qa-title h1 {
  color: #f9a920;
  font-size: 2.3rem;
  margin-bottom: 4px;
}
.col-tcontent-inner .col-tc-title .input-kw, .qa-content .qa-content-inner .col-tc-title .input-kw, .qa-content .qa-content-inner .qa-title .input-kw {
  width: 134px;
}
@media screen and (max-width: 767px) {
  .col-tcontent-inner .col-tc-title h1, .qa-content .qa-content-inner .col-tc-title h1, .qa-content .qa-content-inner .qa-title h1 {
    display: none;
  }
  .col-tcontent-inner .col-tc-title .input-kw-form, .qa-content .qa-content-inner .col-tc-title .input-kw-form, .qa-content .qa-content-inner .qa-title .input-kw-form, .col-tcontent-inner .col-tc-title .input-kw, .qa-content .qa-content-inner .col-tc-title .input-kw, .qa-content .qa-content-inner .qa-title .input-kw {
    width: 100%;
  }
}
.col-tcontent .pg-content, .qa-content .pg-content {
  /*height: 286px;*/
}

.col-atc-card, .qa-atc-card {
  width: calc(50% - 9px);
  padding: 4px;
  /*height: 123px;*/
  display: inline-block;
  border: 1px solid #f9a920;
  position: relative;
  white-space: nowrap;
  margin-bottom: 1rem;
}
.col-atc-card:nth-child(2n), .qa-atc-card:nth-child(2n) {
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  .col-atc-card, .qa-atc-card {
    width: 100%;
  }
  .col-atc-card:nth-child(2n), .qa-atc-card:nth-child(2n) {
    margin-left: 0;
  }
}
.col-atc-card > *, .qa-atc-card > * {
  vertical-align: top;
}
.col-atc-card > a, .qa-atc-card > a {
  display: inline-block;
  clear: both;
}
.col-atc-card > a > div, .qa-atc-card > a > div {
  float: left;
  position: relative;
}
.col-atc-card > a > div::after, .qa-atc-card > a > div::after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  background-color: rgba(201, 125, 22, 0.35);
  background-image: url("../assets/images/colAtcCard_h.svg");
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  transition: all 0.6s linear;
}
.col-atc-card > a > div img, .qa-atc-card > a > div img {
  width: 113px;
  height: 113px;
  object-fit: cover;
}
.col-atc-card:hover > a > div::after, .qa-atc-card:hover > a > div::after, .col-atc-card:active > a > div::after, .qa-atc-card:active > a > div::after {
  transition: all 0.3s linear;
  opacity: 1;
}
.col-atc-card > div, .qa-atc-card > div {
  word-break: break-all;
  width: calc(100% - 120px);
  display: inline-block;
  height: 86px;
  overflow: auto;
  white-space: pre-line;
}
.col-atc-card > div h2, .qa-atc-card > div h2 {
  font-size: 1.5rem;
  color: #f9a920;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
}
.col-atc-card > div p, .qa-atc-card > div p {
  font-size: 1.2rem;
  color: #c7baba;
  margin-bottom: 0;
  height: 4.8rem;
  overflow: hidden;
  text-align: left;
  padding: 0 0.5rem 0 1rem;
}
.col-atc-card > div > a, .qa-atc-card > div > a {
  position: absolute;
  right: 4px;
  bottom: 4px;
  border: 1px solid #f9a920;
  padding: 1px 6px;
  color: #f9a920;
}
.col-atc-card > div > a:hover, .qa-atc-card > div > a:hover, .col-atc-card > div > a:active, .qa-atc-card > div > a:active {
  border-color: #1a9499;
  background-color: #1a9499;
  color: #fff;
}

.col-atc-section {
  text-align: center;
  padding: 60px 0 100px;
  color: #585252;
}
@media screen and (max-width: 767px) {
  .col-atc-section {
    padding-top: 20px;
  }
}
.col-atc-section > div {
  display: inline-block;
}
.col-atc-section > div:first-child {
  display: inline-block;
  vertical-align: top;
  margin-top: 18px;
  width: 28.5%;
  max-width: 239px;
}
@media screen and (max-width: 767px) {
  .col-atc-section > div:first-child {
    display: block;
    margin: 18px auto;
  }
}
.col-atc-section > div:first-child img {
  width: 100%;
}
.col-atc-section > div.col-atc-inner {
  width: calc(60% - 50px);
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .col-atc-section > div.col-atc-inner {
    width: 100%;
    margin-left: 0;
  }
}
.col-atc-section .col-atc-title {
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.col-atc-section .col-atc-title h1 {
  font-size: 1.8rem;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .col-atc-section .col-atc-title h1 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .col-atc-section .col-atc-title span {
    width: 100%;
    text-align: right;
  }
}
.col-atc-section .col-atc-content {
  text-align: left;
  overflow-x: hidden;
}
.col-atc-section .col-atc-ctrl {
  margin-bottom: 1.5rem;
  align-items: center;
}
.col-atc-section .col-atc-ctrl .share-social {
  position: relative;
  padding-left: 80px;
}
.col-atc-section .col-atc-ctrl .share-social label {
  margin-right: 10px;
  color: #aaa;
  font-size: 14px;
  letter-spacing: 1px;
  vertical-align: middle;
  margin-bottom: 0;
}
.col-atc-section .col-atc-ctrl .share-social label + div {
  display: inline-block;
}
.col-atc-section .col-atc-ctrl .share-social .share {
  width: 30px;
  height: 30px;
  background-size: 100%;
  margin-left: 0.5rem;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
}
.col-atc-section .col-atc-ctrl .share-social .share.share-fb {
  background-image: url(../assets/images/icon/fb.svg);
}
.col-atc-section .col-atc-ctrl .share-social .share.share-twitter {
  background-image: url(../assets/images/icon/twitter.svg);
}
.col-atc-section .col-atc-ctrl .share-social .share.share-line {
  background-image: url(../assets/images/icon/line.svg);
}
.col-atc-section .col-atc-ctrl .share-social .share.share-mail {
  background-image: url(../assets/images/icon/mail.svg);
}
.col-atc-section .col-atc-ctrl .share-social .share.share-link {
  background-image: url(../assets/images/icon/share_link.svg);
}
.col-atc-section .col-atc-ctrl .share-social .share:hover, .col-atc-section .col-atc-ctrl .share-social .share:active {
  background-size: 90%;
}
.col-atc-section .col-atc-ctrl .share-social .share-count-box {
  position: absolute;
  border: 1px solid #009FDB;
  color: #009FDB;
  font-size: 14px;
  padding: 5px 7px;
  border-radius: 3px;
  margin-left: 5px;
  left: -10px;
  width: 75px;
  text-align: center;
  top: 1px;
}
.col-atc-section .col-atc-ctrl .share-social .share-count-box .share-link {
  width: 12px;
  height: 12px;
  vertical-align: baseline;
}
.col-atc-section .col-atc-ctrl .share-social .share-count-box::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 10px;
  width: 8px;
  height: 8px;
  background-size: 100%;
  border: 1px solid #009fdb;
  transform: rotate(45deg);
  border-bottom: none;
  border-left: none;
  background-color: #fcfbf2;
}

.article-banner {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .article-banner {
    height: 400px;
  }
}
.article-banner > * {
  position: relative;
}
.article-banner .blurBack {
  background-repeat: repeat-x;
  background-position: center;
  background-size: cover;
  -webkit-filter: blur(3px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.article-banner .blurBack::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  .article-banner .blurBack {
    display: none;
  }
}
.article-banner img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .article-banner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .article-banner img {
    width: 100%;
  }
}

.back-button {
  padding: 3px 6px;
  color: #4ba1fa;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 2rem;
  white-space: nowrap;
  position: fixed;
  right: 24px;
  bottom: 0px;
  z-index: 10;
}
.back-button .back-button__text {
  text-align: center;
  margin-top: 2px;
}
.back-button img {
  width: 72px;
}

.psd-section {
  max-width: 900px;
  padding: 100px 0 220px;
  position: relative;
  z-index: 1;
  text-align: center;
  min-height: 500px;
}
.psd-section > h1 {
  font-size: 3.3rem;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .psd-section > h1 {
    display: none;
  }
}
.psd-section p {
  margin-bottom: 50px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .psd-section {
    padding: 30px 0 150px;
  }
}

#president-role {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 35.5%;
  max-width: 371px;
  min-width: 200px;
}

#president-floor {
  height: 150px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-image: url(../assets/images/presidentFloor.png);
  background-repeat-x: repeat;
  background-repeat-y: no-repeat;
  background-color: #fcfbf2;
}
@media screen and (max-width: 600px) {
  #president-floor {
    height: 120px;
  }
}

.contact-section {
  position: relative;
}
.contact-section > h1 {
  display: none;
  background-color: #1a9499;
  padding: 15px 25px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact-section > h1 {
    display: block;
  }
}
.contact-section h1 + div {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 700px;
  margin: auto;
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .contact-section h1 + div {
    padding: 70px 0 150px;
  }
}
@media screen and (max-width: 600px) {
  .contact-section h1 + div {
    justify-content: center;
  }
}
.contact-section h1 + div > div.contact-block {
  margin: 0 10px;
  width: 100%;
}
.contact-section h1 + div > div.contact-block > h2 {
  font-weight: bold;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 3px solid #f9a920;
  color: #f9a920;
  text-align: center;
}
.contact-section h1 + div > div.contact-block > h2:last-child {
  width: 203px;
}
@media screen and (max-width: 560px) {
  .contact-section h1 + div > div.contact-block > h2:last-child {
    width: 277px;
  }
}
.contact-section h1 + div > div.contact-block ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-section h1 + div > div.contact-block ul li {
  width: 30%;
  border: 2px solid #f9a920;
  color: #f9a920;
  text-align: center;
  line-height: 73px;
  font-size: 1.5rem;
  background-color: #fcfbf2;
  cursor: pointer;
}
.contact-section h1 + div > div.contact-block ul li a {
  color: #f9a920;
}
.contact-section h1 + div > div.contact-block ul li img {
  width: 70%;
}
.contact-section h1 + div > div.contact-block ul li img + h3 {
  margin-bottom: 20px;
}
.contact-section h1 + div > div.contact-block ul li a:hover {
  color: #1a9499;
}
.contact-section .lh-form .b-form-group input {
  height: 25px;
}
.contact-section .lh-form .btn {
  width: 80px;
  font-size: 1.2rem;
}
.contact-section .lh-form .btn:hover, .contact-section .lh-form .btn:active {
  border-color: #1a9499;
  background-color: #1a9499;
  color: #fff;
}
.contact-section img.captcha {
  width: 100px;
  height: 30px;
}

#contact-bg-sea {
  height: 76px;
  width: 100%;
  position: absolute;
  bottom: 74px;
  background-image: url(../assets/images/contactBgSea.png);
  background-size: contain;
  background-repeat-y: no-repeat;
  background-position-y: bottom;
}
@media screen and (max-width: 600px) {
  #contact-bg-sea {
    background-image: unset;
  }
}
#contact-bg-sea img {
  display: none;
}
@media screen and (max-width: 600px) {
  #contact-bg-sea img {
    display: inline;
    height: 76px;
    width: 100%;
    position: absolute;
    bottom: 0;
  }
}

#contact-bg-decs {
  position: absolute;
  top: 150px;
  width: 100%;
  max-width: 1100px;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #contact-bg-decs {
    display: none;
  }
}

.qa-section > h1 {
  display: none;
  padding: 15px 25px;
  color: #1a9499;
}
@media screen and (max-width: 767px) {
  .qa-section > h1 {
    display: block;
  }
}

.qa-atc-card {
  height: 110px;
  padding: 8px;
  margin-bottom: 10px;
}
.qa-atc-card > div {
  width: calc(100% - 73px);
}
.qa-atc-card > div > a {
  right: auto;
  left: 86px;
  bottom: 8px;
}
.qa-atc-card img {
  width: 73px;
  height: 92px;
}

@media screen and (min-width: 768px) {
  .qa-content > img {
    transform: translateY(65px);
  }
}
@media screen and (min-width: 768px) {
  .qa-content .qa-content-inner .qa-title {
    padding-bottom: 13px;
    border-bottom: 1px solid #f9a920;
    margin-bottom: 45px;
  }
}

.qa-atc-section {
  padding: 60px 0 100px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1120px) {
  .qa-atc-section {
    margin: 0 10%;
  }
}
.qa-atc-section .qa-title {
  display: flex;
  justify-content: space-between;
  color: #1a9499;
  margin-bottom: 35px;
}
.qa-atc-section .qa-title h1 {
  font-size: 2rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .qa-atc-section .qa-title .input-kw-form {
    display: none;
  }
}
.qa-atc-section .qa-atc-inner .qa-atc-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #f9a920;
  padding: 9px;
  border-radius: 10px;
  color: #f9a920;
  line-height: 14px;
  margin-bottom: 40px;
}
.qa-atc-section .qa-atc-inner .qa-atc-title h2 {
  font-size: inherit;
  margin: 0;
}
.qa-atc-section .qa-atc-inner .qa-atc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
}
.qa-atc-section .qa-atc-inner .qa-atc-content > div {
  border: 1px solid #f9a920;
  border-radius: 10px;
  padding: 10px;
  width: 48%;
  color: #f9a920;
}
.qa-atc-section .qa-atc-inner .qa-atc-content > div > img + div {
  display: inline-block;
  width: calc(100% - 85px);
  padding-left: 18px;
  vertical-align: middle;
}
.qa-atc-section .qa-atc-inner .qa-atc-content > div > img + div span {
  font-size: 1.8rem;
}
.qa-atc-section .qa-atc-inner .qa-atc-content > div > img + div p {
  margin-bottom: 0;
  word-break: break-all;
}
.qa-atc-section .qa-atc-inner .qa-atc-content > div::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .qa-atc-section .qa-atc-inner .qa-atc-content {
    justify-content: center;
  }
  .qa-atc-section .qa-atc-inner .qa-atc-content > div {
    width: 100%;
    margin-bottom: 20px;
  }
}
.qa-atc-section .qa-atc-inner .qa-atc-reply {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.qa-atc-section .qa-atc-inner .qa-atc-reply > h1 {
  display: none;
  color: #1a9499;
  font-size: 2rem;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .qa-atc-section .qa-atc-inner .qa-atc-reply > h1 {
    display: block;
  }
}
.qa-atc-section .qa-atc-inner .qa-atc-reply .lh-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.qa-atc-section .qa-atc-inner .qa-atc-reply .lh-form > div {
  display: inline-block;
  width: 48%;
}
.qa-atc-section .qa-atc-inner .qa-atc-reply .lh-form > div .b-form-group .form-control {
  padding: 6px 27px 8px 53px;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
@media screen and (max-width: 767px) {
  .qa-atc-section .qa-atc-inner .qa-atc-reply .lh-form > div .b-form-group .form-control {
    border-radius: 5px;
  }
}
.qa-atc-section .qa-atc-inner .qa-atc-reply .lh-form > div .b-form-group input.form-control {
  height: 29px;
}
.qa-atc-section .qa-atc-inner .qa-atc-reply .lh-form > div .b-form-group textarea.form-control {
  height: 67px;
}
.qa-atc-section .qa-atc-inner .qa-atc-reply .lh-form > div .b-form-group label {
  padding-right: 0;
  border-right: none;
  font-size: 1.6rem;
  top: 5px;
}
.qa-atc-section .qa-atc-inner .qa-atc-reply .lh-form > div .b-form-group.is-valid::after {
  top: 10px;
}
.qa-atc-section .qa-atc-inner .qa-atc-reply .lh-form > div #contact-gp-valid {
  width: calc(60% - 100px);
  float: left;
  margin-right: 10px;
}
.qa-atc-section .qa-atc-inner .qa-atc-reply .lh-form > div #contact-gp-valid label {
  top: 7px;
  font-size: 1.4rem;
}
.qa-atc-section .qa-atc-inner .qa-atc-reply .lh-form > div #contact-gp-valid input {
  height: 30px;
}
.qa-atc-section .qa-atc-inner .qa-atc-reply .lh-form > div #contact-gp-valid.is-valid::after {
  top: 8px;
}
.qa-atc-section .qa-atc-inner .qa-atc-reply .lh-form > div img.captcha {
  width: 100px;
  height: 30px;
}
.qa-atc-section .qa-atc-inner .qa-atc-reply .lh-form > div .btn-group {
  float: right;
}
.qa-atc-section .qa-atc-inner .qa-atc-reply .lh-form > div .btn {
  width: 15%;
  max-width: 80px;
  min-width: 45px;
  margin-left: 2%;
  height: 30px;
  border-radius: 0.2rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 1000px) {
  .qa-atc-section .qa-atc-inner .qa-atc-reply {
    justify-content: center;
  }
  .qa-atc-section .qa-atc-inner .qa-atc-reply .lh-form > div {
    width: 100%;
  }
  .qa-atc-section .qa-atc-inner .qa-atc-reply .lh-form > div #contact-gp-valid {
    width: calc(100% - 110px);
  }
  .qa-atc-section .qa-atc-inner .qa-atc-reply .lh-form > div .btn-group {
    width: 100%;
    text-align: justify;
    margin-bottom: 1.5rem;
  }
  .qa-atc-section .qa-atc-inner .qa-atc-reply .lh-form > div .btn-group .btn {
    width: calc(50% - 10px);
    max-width: none;
    margin: 0;
  }
  .qa-atc-section .qa-atc-inner .qa-atc-reply .lh-form > div .btn-group .btn:last-child {
    margin-left: 20px;
  }
}

.sign-section {
  max-width: 600px;
  margin: 0 auto;
  padding: 100px 3rem;
}
@media screen and (max-width: 700px) {
  .sign-section {
    margin: 0 10%;
    padding: 50px 0;
  }
}
.sign-section h1, .sign-section p {
  text-align: center;
}

/*# sourceMappingURL=index.css.map */


.col-atc-section h1,
.col-atc-section h2 {
	line-height: 1.5 !important;
}