section.area-mainview .signup-area .board .form-group::after {
  content: '';
  display: table;
  clear: both;
}

.card .pic {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.msg-status .sub-text, .btn, .form-group, .form-control, footer {
  font-family: "PingFang TC", "Noto Sans TC", "LiHei Pro", "Microsoft JhengHei", "Microsoft YaHei", sans-serif !important;
}

a, a:hover, a:active, a:focus, a:visited, button, button:hover, button:active, button:focus, button:visited {
  outline: none;
  text-decoration: none;
}

a {
  color: #299cd2;
}

a:hover, a:focus {
  color: #3ca6d9;
}

ul, ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

html {
  font-size: 10px;
  overflow-x: hidden;
}

body {
  font-family: "Oswald","Noto Sans SC", sans-serif !important;
  color: #fff;
  letter-spacing: 0.6px;
  line-height: 1.4;
  font-weight: 400;
  font-size: 1.6rem;
  padding: 0px;
  margin: 0px;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  padding-top: 70px;
  background-image: linear-gradient(135deg, #24455A, #001724);
}

@media (max-width: 767px) {
  body {
    padding-top: 110px;
  }
}

a.link {
  text-decoration: underline;
  color: #258CBD;
}

hr {
  margin: 30px 0;
}

hr.hr-xs {
  margin: 10px 0px;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.w-120 {
  width: 120px !important;
}

.scroll-y {
  max-height: 200px;
  overflow-y: auto;
}

.box-inline-block {
  display: inline-block;
}

.v-center {
  vertical-align: middle !important;
}

.text-center {
  text-align: center !important;
}

.text-xl {
  font-size: 2.8rem !important;
}

@media screen and (max-width: 580px) {
  .text-xl {
    font-size: 2rem !important;
  }
}

.text-lg {
  font-size: 1.8rem !important;
}

.text-md {
  font-size: 1.6rem !important;
}

.text-sm, small {
  font-size: 1.4rem !important;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #888 !important;
}

.text-grey {
  color: #666 !important;
}

.text-primary {
  color: #217ca8 !important;
}

.text-info {
  color: #0FECB7 !important;
}

.text-success {
  color: #509886 !important;
}

.text-danger {
  color: #EC6556 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-grey {
  background-color: #eee !important;
}

.bg-grey-lighter {
  background-color: #FBFAF8 !important;
}

.bg-primary {
  background-color: #258CBD !important;
}

.bg-danger {
  background-color: #EC6556 !important;
}

.bg-success {
  background-color: #509886 !important;
}

a.totop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  color: #aaa;
  border: 1px solid #aaa;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
  opacity: 0;
  transition: ease-in-out 0.3s;
}

a.totop.active {
  opacity: 1;
}

@media (max-width: 767px) {
  a.totop {
    right: 15px;
    bottom: 80px;
  }
}

ul.list-unset, ol.list-unset {
  margin-left: 30px;
}

ul.list-unset li, ol.list-unset li {
  margin: 10px 0px;
}

ul.list-unset {
  list-style: disc;
}

ol.list-unset {
  list-style: decimal;
}

.gap {
  color: rgba(0, 0, 0, 0.1);
  margin: 0px 5px;
}

.tip {
  margin-top: 5px;
  font-size: 1.4rem;
  color: #666;
}

.tip i, .tip img {
  margin-right: 8px;
}

.tip img {
  width: 20px;
}

.partner {
  display: flex;
  align-items: center;
}

.partner img {
  margin-right: 10px;
}

.partner .text {
  color: #fff;
  font-size: 1.4rem;
}

.msg-status {
  text-align: center;
}

.msg-status .pic {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  line-height: 100px;
  text-align: center;
  background: #5D6677;
  font-size: 4rem;
  margin: auto;
}

.msg-status .text {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  margin-top: 10px;
}

.msg-status .sub-text {
  color: #666;
  font-size: 1.4rem;
  margin-top: 10px;
}

.msg-status .form-group {
  position: relative;
  margin-bottom: 0px;
}

.msg-status .form-group label {
  text-align: center;
  color: #666;
}

.msg-status .form-group input {
  background: #eee;
  opacity: 1;
  font-size: 1.4rem;
}

.msg-status .form-group .btn {
  position: absolute;
  bottom: 0px;
  right: 0px;
  min-width: 1px;
}

.msg-status .form-group .btn:hover {
  transform: translateY(0px);
}

.btn {
  padding: 10px 20px;
  font-weight: 500;
  font-size: 1.6rem;
  border-radius: 4px;
  transition: ease-in-out 0.3s;
  min-width: 140px;
}

.btn:hover {
  transform: translateY(-5px);
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 0px;
  outline-offset: 0px;
}

.btn.disabled {
  opacity: .3;
  cursor: not-allowed;
}

.btn img, .btn i {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .btn {
    padding: 12px 15px;
    font-size: 1.4rem;
    min-width: 100px;
  }
}

.btn-lg {
  padding: 14px 20px;
  font-size: 1.8rem;
}

.btn-sm {
  padding: 9px 20px;
  height: 40px;
  font-size: 1.4rem;
  min-width: 1px;
}

.btn-default, .btn-default:focus, .btn-default.focus, .btn-default:hover, .btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #fff !important;
  border-color: #eee !important;
}

.btn-default:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.btn-default:focus, .btn-default.focus {
  box-shadow: none;
  outline: 0px !important;
}

@media screen and (max-width: 767px) {
  .btn-default:focus, .btn-default.focus {
    opacity: 1;
  }
}

.btn-primary, .btn-primary:focus, .btn-primary.focus, .btn-primary:hover, .btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #258CBD !important;
  border-color: #258CBD !important;
}

.btn-primary:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: none;
  outline: 0px !important;
}

@media screen and (max-width: 767px) {
  .btn-primary:focus, .btn-primary.focus {
    opacity: 1;
  }
}

.btn-secondary, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:hover, .btn-secondary:active, .btn-secondary.active,
.open > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #D3B985 !important;
  border-color: #D3B985 !important;
}

.btn-secondary:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: none;
  outline: 0px !important;
}

@media screen and (max-width: 767px) {
  .btn-secondary:focus, .btn-secondary.focus {
    opacity: 1;
  }
}

.btn-info, .btn-info:focus, .btn-info.focus, .btn-info:hover, .btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0FECB7 !important;
  border-color: #0FECB7 !important;
}

.btn-info:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.btn-info:focus, .btn-info.focus {
  box-shadow: none;
  outline: 0px !important;
}

@media screen and (max-width: 767px) {
  .btn-info:focus, .btn-info.focus {
    opacity: 1;
  }
}

.btn-warning, .btn-warning:focus, .btn-warning.focus, .btn-warning:hover, .btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #333;
  background-color: #FDD000 !important;
  border-color: #FDD000 !important;
}

.btn-warning:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: none;
  outline: 0px !important;
}

@media screen and (max-width: 767px) {
  .btn-warning:focus, .btn-warning.focus {
    opacity: 1;
  }
}

.btn-danger, .btn-danger:focus, .btn-danger.focus, .btn-danger:hover, .btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #EC6556 !important;
  border-color: #EC6556 !important;
}

.btn-danger:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: none;
  outline: 0px !important;
}

@media screen and (max-width: 767px) {
  .btn-danger:focus, .btn-danger.focus {
    opacity: 1;
  }
}

.btn-link, .btn-link:focus, .btn-link.focus, .btn-link:hover, .btn-link:active, .btn-link.active,
.open > .btn-link.dropdown-toggle {
  color: #fff;
  background-color: transparent !important;
  border-color: transparent !important;
}

.btn-link:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.btn-link:focus, .btn-link.focus {
  box-shadow: none;
  outline: 0px !important;
}

@media screen and (max-width: 767px) {
  .btn-link:focus, .btn-link.focus {
    opacity: 1;
  }
}

.btn-line, .btn-line:focus, .btn-line.focus, .btn-line:hover, .btn-line:active, .btn-line.active,
.open > .btn-line.dropdown-toggle {
  color: #fff;
  background-color: transparent !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}

.btn-line:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.btn-line:focus, .btn-line.focus {
  box-shadow: none;
  outline: 0px !important;
}

@media screen and (max-width: 767px) {
  .btn-line:focus, .btn-line.focus {
    opacity: 1;
  }
}

.btn-line-primary, .btn-line-primary:focus, .btn-line-primary.focus, .btn-line-primary:hover, .btn-line-primary:active, .btn-line-primary.active,
.open > .btn-line-primary.dropdown-toggle {
  color: #258CBD;
  background-color: #fff !important;
  border-color: #258CBD !important;
}

.btn-line-primary:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.btn-line-primary:focus, .btn-line-primary.focus {
  box-shadow: none;
  outline: 0px !important;
}

@media screen and (max-width: 767px) {
  .btn-line-primary:focus, .btn-line-primary.focus {
    opacity: 1;
  }
}

.btn-grey, .btn-grey:focus, .btn-grey.focus, .btn-grey:hover, .btn-grey:active, .btn-grey.active,
.open > .btn-grey.dropdown-toggle {
  color: #fff;
  background-color: #3A637E !important;
  border-color: #3A637E !important;
}

.btn-grey:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.btn-grey:focus, .btn-grey.focus {
  box-shadow: none;
  outline: 0px !important;
}

@media screen and (max-width: 767px) {
  .btn-grey:focus, .btn-grey.focus {
    opacity: 1;
  }
}

.btn-wow {
  color: #fff;
  border: none;
  background-image: linear-gradient(135deg, #50D0FB, #005288);
  box-shadow: 0px 5px 10px rgba(73, 197, 241, 0.5);
}

.btn-wow:hover, .btn-wow:active, .btn-wow:focus {
  color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 15px rgba(73, 197, 241, 0.5);
}

.btn-sec-wow {
  color: #fff;
  border: none;
  background-image: linear-gradient(135deg, #D3B985, #7B6030);
  box-shadow: 0px 5px 10px rgba(239, 212, 159, 0.2);
}

.btn-sec-wow:hover, .btn-sec-wow:active, .btn-sec-wow:focus {
  color: #fff;
  box-shadow: 0px 10px 15px rgba(239, 212, 159, 0.2);
}

.btn-fb {
  color: #fff;
  border: none;
  background: #3B5997;
}

.btn-fb:hover, .btn-fb:active, .btn-fb:focus {
  color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.btn-circle {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  line-height: 35px;
  text-align: center;
  padding: 0px;
  min-width: 35px;
}

.btn-circle i, .btn-circle img {
  margin: 0px;
}

.btn-circle img {
  width: 24px;
}

.btn-rounded {
  border-radius: 35px;
  min-width: 100px;
}

.btn-remove {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  line-height: 24px;
  text-align: center;
  padding: 0px;
  background: #d8dcdf;
}

.btn-remove img {
  width: 18px;
  opacity: .4;
  top: -2px;
  position: relative;
}

.btn-remove:hover {
  opacity: .7;
}

.btn-upload {
  position: relative;
}

.btn-upload input {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.note-toolbar .btn {
  transform: none;
}

.form-group {
  margin-bottom: 15px;
  position: relative;
}

.form-group label {
  font-weight: 600;
}

.form-group .tip {
  margin-top: 5px;
  font-size: 1.4rem;
  letter-spacing: 1.5px;
}

.form-group.has-error .form-control {
  border-color: #EC6556 !important;
  color: #EC6556 !important;
}

.form-group.has-error .tip {
  color: #EC6556 !important;
}

.form-group.disabled label {
  opacity: .4;
}

@media (max-width: 767px) {
  .form-group {
    margin-bottom: 20px;
  }
}

.form-group i {
  position: absolute;
  top: 15px;
  left: 10px;
  color: #8AABBD;
}

.form-group i + .form-control {
  padding-left: 35px;
}

.form-control {
  border-radius: 0px;
  font-size: 1.6rem;
  letter-spacing: 1px;
  color: #333;
  border: none;
  border-bottom: 1px solid #ddd;
}

.form-control:focus {
  box-shadow: none !important;
  border-color: rgba(58, 99, 126, 0.5);
}

.form-control::-webkit-input-placeholder {
  color: #aaa;
}

.form-control::-moz-placeholder {
  color: #aaa;
}

.form-control:-ms-input-placeholder {
  color: #aaa;
}

.form-control::-ms-input-placeholder {
  color: #aaa;
}

.form-control::placeholder {
  color: #aaa;
}

.form-control:disabled {
  background: none;
  opacity: .3;
}

.form-control.has-error {
  border-color: #EC6556 !important;
  color: #EC6556 !important;
}

.form-control-sm {
  height: 40px !important;
  background-size: 10px 6px !important;
  background-position: top 18px right 10px !important;
  font-size: 1.4rem !important;
}

input.form-control {
  height: 45px;
}

select.form-control {
  background-image: url("../img/ic_angle.svg");
  background-size: 13px 9px;
  background-repeat: no-repeat;
  background-position: top 20px right 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 25px 0 10px;
  height: 50px;
  font-size: 1.6rem;
}

select.form-control option {
  color: #333;
}

.radio,
.checkbox {
  position: relative;
  font-size: 1.6rem !important;
}

.radio label,
.checkbox label {
  margin: 0px;
  cursor: pointer;
  font-weight: normal !important;
}

.radio input,
.checkbox input {
  display: none;
}

.radio input:checked + .input-mark,
.checkbox input:checked + .input-mark {
  background: #258CBD;
  border-color: #258CBD;
}

.radio .input-mark,
.checkbox .input-mark {
  width: 24px;
  height: 24px;
  display: inline-block;
  border: 1.5px solid #eee;
  background: #fff;
  border-radius: 2px;
  vertical-align: middle;
}

.radio.disabled,
.checkbox.disabled {
  pointer-events: none;
}

.radio.disabled label,
.checkbox.disabled label {
  cursor: not-allowed;
}

.radio.disabled .input-mark,
.checkbox.disabled .input-mark {
  border-color: rgba(0, 0, 0, 0.2);
}

.radio input:checked + .input-mark::after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  line-height: 8px;
  text-align: center;
  top: 8px;
  left: 8px;
  background: #fff;
}

.radio .input-mark {
  border-radius: 50%;
}

.checkbox input:checked + .input-mark::after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 6px;
  transform: rotate(-45deg);
  border: 2px solid #fff;
  border-right: none;
  border-top: none;
  top: 8px;
  left: 5px;
}

.form-inline .radio, .form-inline .checkbox {
  margin-right: 10px;
}

.card {
  padding: 0px;
  position: relative;
  border: none;
  transition: ease-in-out 0.3s;
}

.card-plan {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

.card-plan .pic {
  padding-bottom: 60%;
}

.card-plan .con {
  padding: 15px;
}

.card-plan .con .title, .card-plan .con .text {
  min-height: 40px;
}

.card-plan .con .title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
}

.card-plan .con .text {
  color: #666;
  margin-top: 10px;
}

.card-plan .con .price {
  font-size: 2.8rem;
  color: #258CBD;
  margin-top: 20px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .card-plan .con .price {
    font-size: 2rem;
  }
}

.card:hover {
  transform: translateY(-10px);
}

.modal .modal-dialog {
  max-width: 600px;
}

.modal .modal-dialog .modal-content {
  border: none;
  box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.1);
}

.modal .modal-dialog .modal-content .modal-header,
.modal .modal-dialog .modal-content .modal-body,
.modal .modal-dialog .modal-content .modal-footer {
  padding: 15px 30px;
}

.modal .modal-dialog .modal-content .modal-header {
  border: none;
}

.modal .modal-dialog .modal-content .modal-header .modal-title, .modal .modal-dialog .modal-content .modal-header .close {
  font-size: 1.8rem;
}

.modal .modal-dialog .modal-content .modal-body .form-group label {
  font-weight: 400;
}

.modal .modal-dialog .modal-content .modal-footer {
  border-top: none;
  display: block;
  text-align: center;
}

.modal .modal-dialog.modal-lg {
  max-width: 800px;
}

.modal .modal-dialog.modal-sm {
  max-width: 300px;
}

@media (max-width: 580px) {
  .modal .modal-dialog.modal-sm {
    margin: auto;
  }
}

.modal-backdrop.show {
  opacity: .7;
}

.alert-fix {
  position: fixed;
  top: 100px;
  right: 20px;
  background: #fff;
  padding: 20px 30px;
  box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  border-top: 3px solid #0FECB7;
  z-index: 1020;
}

.alert-fix .icon {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  line-height: 35px;
  text-align: center;
  background: #0FECB7;
  color: #fff;
  position: absolute;
  top: -10px;
  left: -10px;
}

.alert-fix .text {
  font-size: 1.4rem;
}

.alert-fix .close {
  font-size: 1.6rem;
}

@media (max-width: 580px) {
  .alert {
    top: auto;
    bottom: 10px;
  }
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 20px 0;
  z-index: 1020;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  transition: ease-in-out 0.3s;
}

header .container {
  display: flex;
  align-items: center;
}

header a.logo {
  color: #333;
}

header a.logo img {
  width: 135px;
  margin-right: 10px;
}

header .partner {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

header .area-entry {
  margin-left: auto;
}

header.active {
  background: rgba(0, 23, 36, 0.8);
  padding: 10px 0;
}

@media (max-width: 991px) {
  header {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .container {
    display: block;
  }
  header a.logo img {
    width: 120px;
    margin: 0px;
  }
  header .partner {
    display: inline-block;
    padding-left: 10px;
    margin-left: 10px;
  }
  header .partner > * {
    vertical-align: middle;
  }
  header .partner img {
    margin: 0px;
  }
  header .partner .text {
    transform: scale(0.8);
    display: inline-block;
    text-align: left;
  }
  header .area-entry {
    margin: 0;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0, 23, 36, 0.8);
    padding: 10px 0;
  }
  header .area-entry .btn {
    width: 47%;
  }
}

footer {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 60px 0 0 0;
  font-size: 1.4rem;
  position: relative;
}

footer h3 {
  color: #D3B985;
  opacity: .6;
  margin-bottom: 20px;
  margin-top: 15px;
}

footer .partner {
  margin-bottom: 20px;
}

footer .partner .text {
  margin-top: 15px;
  opacity: .7;
}

footer .logo-group {
  margin-top: 30px;
}

footer .logo-group-duty img {
  height: 60px;
  margin-right: 15px;
}

footer .logo-group-partner {
  display: flex;
  flex-wrap: wrap;
}

footer .logo-group-partner .item {
  width: calc(100% / 3);
  text-align: center;
}

footer .logo-group-partner img {
  height: 41px;
  margin-bottom: 15px;
}

footer .logo-group-pay img {
  margin: 0 18px 25px 0;
}

footer .logo-group-sponsor .partner .pic img {
  height: 35px !important;
}

footer .logo-group-sponsor .partner .text {
  font-size: 1.2rem;
  margin-top: 0px;
}

footer .contact-area {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding: 60px 0 30px 0;
  margin-top: 60px;
  text-align: center;
}

footer .contact-area ul li {
  display: inline-block;
  margin: 7px 10px;
}

footer .contact-area ul li a {
  color: #fff;
}

footer .contact-area ul li a:hover {
  opacity: .7;
}

footer .contact-area .copyright {
  font-size: 1.2rem;
  color: #fff;
  opacity: .4;
  margin-top: 50px;
}

footer .dec {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: -1;
}

@media (max-width: 767px) {
  footer {
    text-align: center;
  }
  footer [class^=col] {
    margin-bottom: 20px;
  }
  footer .partner {
    margin-bottom: 10px;
  }
  footer .logo-group-partner {
    justify-content: center;
  }
  footer .logo-group-partner img {
    height: 35px;
  }
  footer .logo-group-pay img {
    margin: 0 18px 15px 0;
    height: 25px;
  }
  footer .logo-group-sponsor .col {
    width: 100%;
    flex-grow: 0;
    flex-basis: 100%;
  }
  footer .logo-group-sponsor .col .partner {
    text-align: center;
    display: block;
  }
  footer .logo-group-sponsor .col .partner br {
    display: none;
  }
  footer .logo-group-sponsor .col .partner .text {
    margin-top: 10px;
    font-size: 1.4rem;
  }
  footer .contact-area {
    padding: 30px 0 100px 0;
    margin-top: 0px;
  }
  footer .contact-area .copyright {
    margin-top: 30px;
  }
  footer .dec {
    bottom: 80px;
  }
}

section.area-mainview {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-bottom: 60px;
}

section.area-mainview .mainview .pic img {
  width: 500px;
  margin-left: 50px;
}

section.area-mainview .mainview .con {
  margin-top: -250px;
}

section.area-mainview .mainview .con h1 {
  font-size: 24rem;
  letter-spacing: 2px;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

section.area-mainview .mainview .con h2 {
  font-size: 2.8rem;
  margin-top: -20px;
  font-weight: bolder;
}

section.area-mainview .mainview .con .text {
  font-size: 1.8rem;
  margin-top: 10px;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  section.area-mainview .mainview {
    margin-left: -80px;
  }
}

@media (max-width: 991px) {
  section.area-mainview .mainview .pic img {
    width: 400px;
  }
  section.area-mainview .mainview .con h1 {
    font-size: 18rem;
  }
}

@media (max-width: 767px) {
  section.area-mainview .mainview {
    margin: 30px 0 0 0;
    text-align: center;
  }
  section.area-mainview .mainview .pic img {
    width: 90%;
    max-width: 350px;
    margin: 0px;
  }
  section.area-mainview .mainview .con {
    margin: -100px 0 40px 0;
  }
  section.area-mainview .mainview .con h1 {
    font-size: 12rem;
  }
  section.area-mainview .mainview .con h2 {
    font-size: 2.4rem;
    margin-top: 10px;
  }
  section.area-mainview .mainview .con .text {
    font-size: 1.6rem;
  }
}

section.area-mainview .signup-area .dec {
  margin-bottom: -60px;
}

section.area-mainview .signup-area .dec img {
  width: 550px;
}

section.area-mainview .signup-area h2, section.area-mainview .signup-area .text, section.area-mainview .signup-area .board .title {
  letter-spacing: 3px;
}

section.area-mainview .signup-area h2 span, section.area-mainview .signup-area .text span {
  color: #D3B985;
}

section.area-mainview .signup-area h2 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-left: 50px;
}

section.area-mainview .signup-area .text {
  font-size: 2.4rem;
  font-weight: 500;
  margin-left: 190px;
  margin-top: -10px;
}

section.area-mainview .signup-area .text span {
  font-size: 3.2rem;
  font-weight: bold;
}

section.area-mainview .signup-area .board {
  padding: 40px 70px;
  background: #fff;
  box-shadow: 0px 10px 20px rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  margin: 15px 40px 0 40px;
}

section.area-mainview .signup-area .board .title {
  color: #061F2D;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}

section.area-mainview .signup-area .board .title .en {
  opacity: .3;
}

section.area-mainview .signup-area .board .form-group .form-control + .btn {
  position: absolute;
  right: 0px;
  top: 5px;
  letter-spacing: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

section.area-mainview .signup-area .board .form-group .form-control + .btn:hover {
  transform: translateY(0px);
}

section.area-mainview .signup-area .board .form-group .form-control + .btn.disabled {
  opacity: .5;
}

@media (max-width: 580px) {
  section.area-mainview .signup-area .board .form-group .form-control + .btn {
    position: static;
    right: auto;
    top: auto;
    float: right;
    margin-top: 10px;
  }
}

@media (max-width: 1200px) {
  section.area-mainview .signup-area .dec img {
    width: 400px;
  }
  section.area-mainview .signup-area h2, section.area-mainview .signup-area .text {
    margin: 0px;
  }
  section.area-mainview .signup-area .board {
    margin: 15px 0 0 0;
    padding: 40px;
  }
}

@media (max-width: 767px) {
  section.area-mainview .signup-area {
    margin-top: -50px;
  }
  section.area-mainview .signup-area h2, section.area-mainview .signup-area .text {
    text-align: center;
  }
  section.area-mainview .signup-area .dec {
    margin-bottom: -30px;
  }
  section.area-mainview .signup-area .dec img {
    width: 85%;
    max-width: 300px;
  }
  section.area-mainview .signup-area h2 {
    font-size: 2.4rem;
  }
  section.area-mainview .signup-area .text {
    font-size: 1.8rem;
  }
  section.area-mainview .signup-area .text span {
    font-size: 2.4rem;
  }
  section.area-mainview .signup-area .board {
    padding: 30px;
  }
}

section.area-feature {
  background: #fff;
  padding: 70px 0 30px 0;
}

section.area-feature .item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

section.area-feature .item .pic img {
  width: 50px;
}

section.area-feature .item .con {
  padding-left: 10px;
}

section.area-feature .item .con .title {
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
}

section.area-feature .item .con .text {
  color: #666;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  section.area-feature .item {
    display: block;
    text-align: center;
  }
  section.area-feature .item .con {
    margin-top: 10px;
  }
}

.side-dec {
  position: fixed;
  right: 40px;
  top: 200px;
}

.side-dec img {
  width: 20px;
}

@media (max-width: 991px) {
  .side-dec {
    display: none;
  }
}
