@import url(https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;600&display=swap);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&display=swap);
@charset "UTF-8";
@font-face {
  font-family: "MKGAA";
  src: url(/fonts/Mkgaa-Regular.woff2?d7edb1c986b3a45551caa81bf45496af);
}
body {
  margin: 0;
  margin-top: 125px;
  font-family: Verdana, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Noto Sans SC", "Noto Sans TC", "MS Gothic", "Hiragino Kaku Gothic ProN", SimHei, SimSong, "Yu Gothic", Meiryo, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1399px) {
  body {
    margin-top: 102px;
  }
}
@media (max-width: 767px) {
  body {
    margin-top: 66px;
  }
}

.headline {
  font-family: "MKGAA", "Noto Sans", "Noto Sans SC", "Noto Sans TC", "MS Gothic", "Hiragino Kaku Gothic ProN", SimHei, SimSong, "Yu Gothic", Meiryo, sans-serif;
}

.th {
  font-family: "Kanit";
}

a {
  text-decoration: none;
  transition: 0.2s ease-in-out;
}

.btn {
  padding: 18px 36px;
  border: 0;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
}
.btn.btn-primary {
  background: #EB3C96;
}
.btn.btn-secondary {
  background: #503291;
}

.pagination {
  justify-content: center;
}
.pagination .pagination-btn {
  border: none;
  background-color: transparent;
  width: 42px;
  height: 42px;
  font-size: 16px;
  color: #503291;
  margin: 0px 5px;
}
.pagination .pagination-btn-disabled {
  color: #CCCCCC;
}
.pagination .page-item {
  border: none;
  background-color: #CCCCCC;
  width: 42px;
  height: 42px;
  border-radius: 21px;
  color: white;
  font-weight: bold;
  margin: 0px 5px;
}
.pagination .page-item-selected {
  background-color: #503291;
}

.pagination-sm {
  display: flex;
  justify-content: center;
}
.pagination-sm .page,
.pagination-sm .owl-dot {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #FFC832;
  opacity: 0.3;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.pagination-sm .page.active,
.pagination-sm .owl-dot.active {
  width: 30px;
  border-radius: 50px;
  opacity: 1;
}

.tooltip-inner {
  max-width: 90vw;
  width: 400px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 10000;
}
header #header-top-bar {
  background: #503291;
  border-bottom: 1px solid #392662;
  padding: 4px 0;
  font-size: 12px;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.6);
}
header #header-top-bar a {
  padding: 4px 0;
  color: rgba(255, 255, 255, 0.6);
}
header #header-top-bar a:hover {
  color: #FFFFFF;
}
header #header-top-bar span {
  padding: 3px 16px;
}
@media (max-width: 767px) {
  header #header-top-bar {
    display: none;
  }
}
header #header-main {
  background: #503291;
  border-top: 1px solid #6241A8;
  padding: 20px 0;
}
header #header-main #logo img {
  width: 158px;
  height: 25px;
}
header #header-main nav {
  position: relative;
  flex: 1;
  margin-left: 40px;
}
header #header-main nav a.nav-item {
  position: relative;
  padding: 10px 16px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
}
header #header-main nav a.nav-item:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 16px;
  width: calc(100% - 32px);
  height: 5px;
  border-radius: 50px;
  background: #EB3C96;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
header #header-main nav a.nav-item:hover:after, header #header-main nav a.nav-item.active:after {
  opacity: 1;
}
header #header-main nav .nav-expanded {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 80%;
  padding-top: 25px;
  z-index: 10000;
  transition: 0.2s ease-in-out;
}
header #header-main nav .nav-expanded .arrow {
  top: 4px;
  left: 305px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 11px;
  margin-left: -11px;
}
header #header-main nav .nav-expanded .popup {
  padding: 30px;
  padding-right: 10px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
}
header #header-main nav .nav-expanded .popup .col-5 {
  border-right: 1px solid #EEEEEE;
}
header #header-main nav .nav-expanded .popup .headline {
  color: #2DBECD;
  font-size: 24px;
}
header #header-main nav .nav-expanded .popup .solution-list {
  margin-top: 18px;
}
header #header-main nav .nav-expanded .popup .solution-list .solution-item {
  position: relative;
  display: block;
  padding: 10px 0;
  color: #000000;
}
header #header-main nav .nav-expanded .popup .solution-list .solution-item span {
  transition: 0.2s ease-in-out;
}
header #header-main nav .nav-expanded .popup .solution-list .solution-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: #EB3C96;
  border-radius: 50%;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
header #header-main nav .nav-expanded .popup .solution-list .solution-item:hover:before {
  opacity: 1;
}
header #header-main nav .nav-expanded .popup .solution-list .solution-item:hover span {
  padding-left: 20px;
  font-weight: bold;
}
header #header-main nav .nav-expanded .popup .preview-img {
  position: relative;
  width: 311px;
  height: 270px;
  margin: 0 auto;
  overflow: hidden;
}
header #header-main nav .nav-expanded .popup .preview-img img:not(.frame) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  opacity: 0;
  transition: 0.2s ease-in-out;
  z-index: 2;
}
header #header-main nav .nav-expanded .popup .preview-img img:not(.frame).active {
  opacity: 1;
}
header #header-main nav .nav-expanded .popup .preview-img img.default {
  opacity: 1 !important;
  z-index: 1;
}
header #header-main nav .nav-expanded .popup .preview-img img.frame {
  position: relative;
  width: 100%;
  height: 270px;
  z-index: 10001;
}
header #header-main nav .nav-expanded.active {
  display: block;
}
header #header-main #nav-features {
  position: relative;
}
header #header-main #nav-features a {
  margin-left: 6px;
}
header #header-main #nav-features a img {
  height: 50px;
}
header #header-main #nav-features .nav-account {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
header #header-main #nav-features .nav-account .account-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 60px 10px 14px;
  height: 42px;
  background: rgba(255, 200, 50, 0.88);
  border-radius: 20px;
  font-size: 12px;
  color: #FFFFFF;
  transition: 0.2s ease-in-out;
}
header #header-main #nav-features .nav-account .account-info i {
  margin-left: 4px;
  margin-top: -4px;
}
header #header-main #nav-features .nav-account img {
  margin-left: -50px;
}
header #header-main #nav-features .nav-account:hover .account-info {
  background: rgba(255, 200, 50, 0.95);
}
header #header-main #nav-features .nav-account-expanded {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -10px;
  right: 0;
  transform: translateY(100%);
  min-width: 150px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
header #header-main #nav-features .nav-account-expanded .nav-item {
  width: 100%;
  margin: 0;
  padding: 10px 14px;
  background: #FFFFFF;
  text-align: right;
  font-size: 14px;
  color: #000000;
}
header #header-main #nav-features .nav-account-expanded .nav-item:not(:last-child) {
  border-bottom: 1px solid #EEE;
}
header #header-main #nav-features .nav-account-expanded .nav-item:hover {
  background: #EEEEEE;
}
header #header-main #nav-features .nav-account-expanded.active {
  display: flex;
}
header #header-main #nav-mb {
  display: none;
  align-self: flex-end;
}
header #header-main #nav-mb .nav-search img {
  width: 24px;
  height: 24px;
}
header #header-main #nav-mb .nav-hamburger {
  margin-left: 6px;
}
header #header-main #nav-mb .nav-hamburger img {
  width: 28px;
  height: 20px;
}
@media (max-width: 1399px) {
  header #header-main .container {
    justify-content: space-between;
  }
  header #header-main nav,
header #header-main #nav-features {
    display: none;
  }
  header #header-main #nav-mb {
    display: block;
  }
}
@media (max-width: 767px) {
  header #header-main {
    border-top: 0;
  }
}

#nav-mb-div {
  background: rgba(80, 50, 145, 0.95);
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  z-index: 10001;
  transition: 0.2s ease-in-out;
}
#nav-mb-div .container {
  opacity: 0;
  transition: 0.8s;
  transition-delay: 0.2s;
}
#nav-mb-div .header-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
  padding: 20px 0;
}
#nav-mb-div .header-bar .logo img {
  width: 158px;
  height: 25px;
}
#nav-mb-div .header-bar .btn-close {
  padding: 0;
  margin-top: 1px;
  width: 24px;
  height: 24px;
  opacity: 1;
  cursor: pointer;
}
@media (max-width: 767px) {
  #nav-mb-div .header-bar {
    margin-top: 0;
  }
}
#nav-mb-div .nav-list,
#nav-mb-div .member-bar {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 20px 0;
}
#nav-mb-div .nav-list {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
#nav-mb-div .nav-list .nav-list-more {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#nav-mb-div .nav-item {
  padding: 14px 0;
  font-size: 20px;
  color: #FFFFFF;
  transition: 0.2s ease-in-out;
}
#nav-mb-div .nav-item:hover {
  padding-right: 10px;
  color: #FFC832;
}
#nav-mb-div .nav-expanded {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  height: auto;
  padding-right: 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 12px;
}
#nav-mb-div .nav-expanded a {
  color: rgba(255, 255, 255, 0.5);
}
#nav-mb-div .member-bar .greeting {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
}
#nav-mb-div .member-bar .nav-items {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 10px;
  padding-right: 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 12px;
}
#nav-mb-div .member-bar .nav-items a {
  color: rgba(255, 255, 255, 0.5);
}
#nav-mb-div .member-bar .nav-items a:hover {
  color: #FFC832;
}
#nav-mb-div.active {
  left: 0;
}
#nav-mb-div.active .container {
  opacity: 1;
}
@media (max-width: 991px) {
  #nav-mb-div .nav-list,
#nav-mb-div .member-bar {
    padding: 14px 0;
  }
  #nav-mb-div .nav-item {
    padding: 10px 0;
    font-size: 18px;
  }
  #nav-mb-div .greeting {
    font-size: 18px !important;
  }
}

#search-popup {
  background: rgba(80, 50, 145, 0.9);
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  padding-top: 160px;
  padding-bottom: 50px;
  overflow-y: auto;
  z-index: 9999;
  transition: 0.2s ease-in-out;
}
#search-popup .btn-close {
  width: 24px;
  height: 24px;
  opacity: 0.7;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
#search-popup .btn-close:hover {
  opacity: 1;
}
#search-popup .search-input {
  position: relative;
  display: flex;
  width: 100%;
  margin-top: 60px;
  padding-bottom: 10px;
  border-bottom: 1px solid #FFFFFF;
}
#search-popup .search-input input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  color: #FFFFFF;
  font-size: 36px;
}
#search-popup .search-input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#search-popup .search-input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#search-popup .search-input input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#search-popup .search-input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#search-popup .search-input input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#search-popup .search-input button {
  flex: 0;
  background: none;
  border: none;
  color: #FFFFFF;
  font-size: 36px;
}
#search-popup .discovery-explorer {
  display: none;
  margin-top: 100px;
}
#search-popup .discovery-explorer .headline {
  color: #2DBECD;
  font-size: 20px;
}
#search-popup .discovery-explorer .discovery-list .discovery-item {
  margin-top: 30px;
}
#search-popup .discovery-explorer .discovery-list .discovery-item .discovery-img {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
#search-popup .discovery-explorer .discovery-list .discovery-item .discovery-img img {
  min-width: 100%;
  transition: 0.4s ease-in-out;
}
#search-popup .discovery-explorer .discovery-list .discovery-item .discovery-img:hover img {
  transform: scale(1.2);
}
#search-popup .discovery-explorer .discovery-list .discovery-item .discovery-detail {
  margin-top: 14px;
  font-size: 14px;
  color: #FFFFFF;
}
#search-popup .discovery-explorer .discovery-list .discovery-item a {
  display: block;
  margin-top: 20px;
  font-weight: bold;
  font-size: 14px;
  color: #EB3C96;
}
#search-popup.active {
  left: 0;
}
@media (max-width: 767px) {
  #search-popup {
    padding-top: 100px;
  }
  #search-popup .search-input {
    margin-top: 30px;
  }
  #search-popup .search-input input {
    font-size: 24px;
  }
  #search-popup .search-input button {
    font-size: 24px;
  }
}

footer {
  overflow-x: hidden;
}
footer #footer-curve {
  width: 100vw;
}
@media (max-width: 575px) {
  footer #footer-curve {
    min-width: 900px;
  }
}
footer #footer-main {
  padding: 40px 0;
  background: #503291;
  color: #FFFFFF;
}
footer #footer-main .left-element .footer-logo {
  width: 125px;
}
footer #footer-main .left-element .company-info {
  margin-top: 20px;
}
footer #footer-main .left-element .company-info .company-name {
  font-size: 20px;
  font-weight: bold;
}
footer #footer-main .left-element .company-info .company-address {
  margin-top: 10px;
  margin-bottom: 20px;
}
footer #footer-main .left-element .company-info .company-tel,
footer #footer-main .left-element .company-info .company-email {
  font-size: 14px;
}
footer #footer-main .left-element .company-info .company-tel a,
footer #footer-main .left-element .company-info .company-email a {
  margin-left: 10px;
  color: #FFFFFF;
}
footer #footer-main .left-element .company-info .company-tel a:hover,
footer #footer-main .left-element .company-info .company-email a:hover {
  color: #FFC832;
}
footer #footer-main .right-element {
  text-align: right;
}
footer #footer-main .right-element #social-links .nav-item {
  opacity: 0.5;
  transition: 0.3s ease-in-out;
}
footer #footer-main .right-element #social-links .nav-item img {
  width: 36px;
  height: 36px;
}
footer #footer-main .right-element #social-links .nav-item:hover {
  opacity: 1;
}
footer #footer-main .right-element .footer-links {
  margin-top: 20px;
  font-size: 14px;
}
footer #footer-main .right-element .footer-links a {
  color: #FFFFFF;
}
footer #footer-main .right-element .footer-links a:hover {
  color: #FFC832;
}
footer #footer-main .right-element .footer-links span {
  padding: 0 10px;
}
footer #footer-main .right-element .footer-copyright {
  margin-top: 4px;
  font-size: 14px;
  opacity: 0.3;
}
@media (max-width: 991px) {
  footer #footer-main .container {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start !important;
  }
  footer #footer-main .container .right-element {
    margin-top: 40px;
    text-align: inherit;
  }
  footer #footer-main .container .right-element .footer-links {
    margin: 20px 0 10px;
  }
  footer #footer-main .container .right-element .footer-links a {
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  footer #footer-main .container .right-element .footer-links span {
    display: none;
  }
}
@media (max-width: 575px) {
  footer #footer-main {
    margin-top: -1px;
    padding-top: 50px;
  }
}

.card-item {
  min-height: 217px;
  margin-bottom: 65px;
  display: flex;
  flex-direction: column;
}
.card-item .card-img {
  display: block;
  position: relative;
  flex: 0;
}
.card-item .card-img .image-cover {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.card-item .card-img .image-cover .cover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  height: 100%;
  max-height: 99.8%;
  transition: 0.5s ease-in-out;
}
.card-item .card-img .image-cover .frame {
  position: relative;
  width: 100%;
  z-index: 1;
}
.card-item .card-img .image-cover:hover .cover {
  transform: translate(-50%, -50%) scale(1.1);
}
.card-item .card-img .more-detail {
  position: absolute;
  bottom: -10px;
  left: 50%;
  height: 43px;
  color: white;
  background-color: #EB3C96;
  border: none;
  border-radius: 21px;
  z-index: 2;
}
.card-item .card-img .more-detail .text {
  padding-left: 30px;
  padding-right: 30px;
}
.card-item .card-img .more-detail .icon {
  padding-left: 30px;
}
.card-item.card-vertical {
  flex-direction: column !important;
}
@media only screen and (min-width: 576px) {
  .card-item {
    display: flex;
    flex-direction: column;
  }
  .card-item .card-img .image-cover {
    width: 300px;
    height: 263px;
  }
  .card-item .card-img .image-cover .frame {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 992px) {
  .card-item {
    display: flex;
    flex-direction: row;
  }
  .card-item .card-img .image-cover {
    position: relative;
    margin-right: 29px;
    top: 0;
    left: 0;
    width: 250px;
    height: 219px;
  }
}
.card-item .card-content {
  flex: 1;
}
.card-item .date-2 {
  font-size: 14px;
  color: #999999;
  margin-bottom: 16px;
}
.card-item .title-1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  color: #503291;
  cursor: pointer;
  transition: 0.2s;
}
.card-item .date-1 {
  min-height: 14px;
  font-size: 14px;
  color: #999999;
  margin-bottom: 0px;
}
.card-item .title-2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  color: #503291;
  cursor: pointer;
  transition: 0.2s;
}
.card-item .bar {
  height: 8px;
  width: 60px;
  border: none;
  border-radius: 3px;
  background-color: #EB3C96;
  margin-bottom: 16px;
}
.card-item .detail {
  font-size: 16px;
  margin-bottom: 0;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.input-wrapper {
  margin-bottom: 20px;
}
.input-wrapper .input-error-message {
  margin: 12px 0px 0px 0px;
  color: red;
}

.input-box {
  width: 100%;
  height: 57px;
  border-radius: 20px;
  border: 1px solid #DDDDDD;
  padding: 0px 22px;
  outline: none;
}

.input-box::-moz-placeholder {
  color: #999999;
}

.input-box:-ms-input-placeholder {
  color: #999999;
}

.input-box::placeholder {
  color: #999999;
}

.input-box:active,
.input-box:focus {
  border: 1px solid #666666;
}

.input-box-etc {
  width: 100%;
  height: 45px;
  border-radius: 20px;
  border: 1px solid #DDDDDD;
  padding: 0px 22px;
  outline: none;
}
@media only screen and (min-width: 992px) {
  .input-box-etc {
    width: auto;
    margin-top: -10px;
  }
}

.input-box-etc:active,
.input-box-etc:focus {
  border: 1px solid #666666;
}

.textarea-box {
  width: 100%;
  height: 100px;
  border-radius: 20px;
  border: 1px solid #DDDDDD;
  padding: 15px 22px;
  margin-bottom: 20px;
  outline: none;
}

.textarea-box::-moz-placeholder {
  color: #999999;
}

.textarea-box:-ms-input-placeholder {
  color: #999999;
}

.textarea-box::placeholder {
  color: #999999;
}

.textarea-box:active,
.textarea-box:focus {
  border: 1px solid #666666;
}

.input-submit-btn {
  background-color: #EB3C96;
  font-weight: bold;
  font-size: 18px;
  height: 55px;
  color: white;
  border: none;
  outline: none;
  border-radius: 50px;
  padding: 0px 58px;
}

.link-forgot-password {
  color: #EB3C96;
  font-size: 14px;
}

.input-date-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.input-date-wrapper .label-input-date {
  position: absolute;
  left: 10px;
  top: 0;
  color: #999999;
  padding-left: 10px;
  padding-right: 10px;
  background-color: white;
}
.input-date-wrapper .input-date-box {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 57px;
  border-radius: 20px;
  border: 1px solid #DDDDDD;
  padding: 0px 22px;
  margin-top: 12px;
  color: #999999;
  outline: none;
  cursor: pointer;
}
.input-date-wrapper .input-date-box[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  filter: invert(0.8);
}
.input-date-wrapper .input-date-box:active,
.input-date-wrapper .input-date-box:focus {
  border: 1px solid #666666;
}

.select-box {
  width: 100%;
  height: 57px;
  border-radius: 20px;
  border: 1px solid #DDDDDD;
  outline: none;
  padding: 0px 22px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #999999;
}

.select-box:active,
.select-box:focus {
  border: 1px solid #666666;
}

.select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.select-wrapper::after {
  content: "▼";
  font-size: 12px;
  top: 21px;
  right: 22px;
  position: absolute;
  color: #999999;
}

.input-checkbox-text {
  width: 100%;
  color: #666666;
}

[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}

[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  position: relative;
  padding-left: 2.3em;
  font-size: 1.05em;
  line-height: 1.7;
  cursor: pointer;
}

[type=checkbox]:not(:checked) + label:before,
[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.4em;
  height: 1.4em;
  border: 1px solid #aaa;
  background: #fff;
  border-radius: 0.2em;
  transition: all 0.275s;
}

/* checked mark aspect */
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:checked + label:after {
  content: "✓";
  position: absolute;
  top: 0.48em;
  left: 0.1em;
  font-size: 1.375em;
  color: #777;
  line-height: 0;
  transition: all 0.2s;
}

/* checked mark aspect changes */
[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0) rotate(45deg);
}

[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1) rotate(0);
}

[type=radio]:not(:checked),
[type=radio]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}

[type=radio]:not(:checked) + label,
[type=radio]:checked + label {
  position: relative;
  padding-left: 2.3em;
  font-size: 1.05em;
  line-height: 1.7;
  cursor: pointer;
}

[type=radio]:not(:checked) + label:before,
[type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.4em;
  height: 1.4em;
  border: 1px solid #aaa;
  background: #fff;
  border-radius: 0.2em;
  transition: all 0.275s;
}

/* checked mark aspect */
[type=radio]:not(:checked) + label:after,
[type=radio]:checked + label:after {
  content: "✓";
  position: absolute;
  top: 0.48em;
  left: 0.1em;
  font-size: 1.375em;
  color: #777;
  line-height: 0;
  transition: all 0.2s;
}

/* checked mark aspect changes */
[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0) rotate(45deg);
}

[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1) rotate(0);
}

.form-section {
  margin-top: 28px;
}

.policy {
  color: #EB3C96;
  text-decoration: underline;
}

.inputfile {
  width: 100%;
  height: 57px;
  border-radius: 20px;
  border: 1px solid #DDDDDD;
  padding: 15px 22px;
  font-size: 1em;
  font-weight: 400;
  display: inline-block;
  color: #999999;
  cursor: pointer;
}

#brand-section {
  display: none;
}
