@charset "UTF-8";
section#my-account {
  padding-top: 30px;
}
section#my-account .entry-content {
  padding: 0 100px;
}
section#my-account .entry-content.edit-page {
  padding: 0 45px;
}
section#my-account .entry-content.edit-page .show-password-input {
  top: 50%;
  transform: translateY(-50%);
}
section#my-account .order-list .order-list-item {
  margin-top: 50px;
}
section#my-account .order-list .order-item-info .info-box {
  padding: 15px 0;
  display: flex;
  align-items: center;
}
section#my-account .order-list .order-item-info .prdFoot {
  font-weight: 500;
  padding: 15px 15px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  color: #111;
}
section#my-account .order-list .order-item-info .thumbnail {
  width: 100px;
  padding-right: 15px;
}
section#my-account .order-list .order-item-info .description a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
section#my-account .order-list .order-item-info .description .txtEm {
  color: #000;
  font-weight: 600;
}
section#my-account .order-list .order-item-number {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f5f5f5;
  border-top: 1px solid #535353;
  border-bottom: 1px solid #e8e8e8;
  color: #111;
  font-size: 14px;
  padding: 20px 15px 20px 15px;
}
section#my-account .order-list .order-item-number a {
  color: #111;
  font-size: 14px;
  font-weight: 500;
}
section#my-account .pagination-my-account {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
section#my-account .page-numbers--list {
  list-style: none;
  padding: 0;
}
section#my-account .page-numbers--list li {
  display: inline-block;
  margin: 0 5px;
}
section#my-account .page-numbers--list li span.current {
  font-weight: bold;
  color: #333;
  /* Màu của trang hiện tại */
}
section#my-account .page-numbers--list li a {
  text-decoration: none;
  color: #666;
  /* Màu của các liên kết */
  padding: 5px 10px;
  border: 1px solid #ccc;
  /* Đường viền của liên kết */
  border-radius: 3px;
}
section#my-account .page-numbers--list li a:hover {
  background-color: #f0f0f0;
  /* Màu nền khi di chuột qua */
}
section#my-account .page-numbers--list li .dots {
  color: #999;
  /* Màu của dấu ba chấm */
}
section#my-account .page-numbers--list li .pagination-item a {
  text-decoration: none;
  color: #666;
  /* Màu của các liên kết */
  padding: 5px 10px;
  border: 1px solid #ccc;
  /* Đường viền của liên kết */
  border-radius: 3px;
}
section#my-account .page-numbers--list li .pagination-item a:hover {
  background-color: #f0f0f0;
  /* Màu nền khi di chuột qua */
}
section#my-account .page-numbers--list li .pagination-link {
  text-decoration: none;
  color: #666;
  /* Màu của các liên kết */
  padding: 5px 10px;
  border: 1px solid #ccc;
  /* Đường viền của liên kết */
  border-radius: 3px;
}
section#my-account .page-numbers--list li .pagination-link:hover {
  background-color: #f0f0f0;
  /* Màu nền khi di chuột qua */
}
section#my-account .woocommerce-password-strength {
  margin-top: 10px;
  display: none !important;
}
section#my-account select {
  display: block;
  width: 383px;
  height: 24px;
  font-size: 14px;
  border: 0;
  outline: none;
  font-family: Arial, Verdana, sans-serif;
  color: #353535;
  vertical-align: middle;
}
section#my-account select[name=phone_code] {
  display: unset;
}
section#my-account .ec-address {
  margin: -9px -10px -7px;
}
section#my-account .ec-address select:not(:first-child) {
  margin-top: 6px;
}
section#my-account .ec-address #select-country {
  display: inline-block;
  border: unset;
}
section#my-account .ec-address #select-country input {
  font-size: 14px;
  border: none;
}
section#my-account .ec-address .fmodify_country_wrap {
  padding: 8px 10px 7px;
  border-top: 1px solid #dfdfdf;
}
@media screen and (max-width: 1023px) {
  section#my-account .myaccount-title {
    min-height: unset;
    margin: unset;
  }
  section#my-account select {
    width: unset;
  }
}
section#my-account .title-small {
  font-size: 16px;
  color: #2e2e2e;
}
section#my-account .required {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
section#my-account .required .wrap {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
section#my-account .ec-base-button {
  padding: 10px 0;
  position: relative;
  text-align: center;
}
section#my-account .ec-base-button button {
  display: inline-block;
  box-sizing: border-box;
  padding: 2px 8px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-family: Arial, Verdana, AppleGothic, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  text-decoration: none;
  vertical-align: middle;
  word-spacing: -0.5px;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: black;
  border: 1px solid black;
}
section#my-account .ec-base-button .sizeM {
  padding: 11px 40px;
}
section#my-account .ec-base-button .sizeS {
  padding: 6px 8px;
}
section#my-account .ec-base-button .btn-huy,
section#my-account .ec-base-button .btn-close-account {
  background-color: white;
  border: 1px solid black;
  color: black;
}
section#my-account .ec-base-button .btn-close-account {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  section#my-account .ec-base-button .btn-close-account {
    display: none;
  }
}
section#my-account .ec-base-table .receive_label {
  margin: 0 7px 0 2px;
}
section#my-account .ec-base-table input[type=radio],
section#my-account .ec-base-table input[type=checkbox] {
  width: 13px;
  height: 13px;
}
section#my-account .ec-base-table input[type=email] {
  width: 179px !important;
}
section#my-account .ec-base-table .eTooltip {
  position: relative;
  display: inline-block;
}
section#my-account .ec-base-table .eTooltip .ec-base-tooltip {
  z-index: 2;
  position: absolute;
  top: 24px;
  padding: 15px;
  border: 1px solid #565960;
  background: #fff;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.15);
  width: 390px;
  left: 25px;
}
section#my-account .ec-base-table .eTooltip .txtWarn {
  color: #f65b54;
  display: block;
}
section#my-account .ec-base-table .eTooltip .btnClose {
  position: absolute;
  right: 14px;
  top: 14px;
}
section#my-account .ec-base-table .eTooltip .edge {
  z-index: 20;
  position: absolute;
  left: 20%;
  top: -6px;
  display: block;
  margin: 0 0 0 -5px;
  width: 10px;
  height: 6px;
}
section#my-account .ec-base-table .eTooltip .edge::after, section#my-account .ec-base-table .eTooltip .edge::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border: solid transparent;
}
section#my-account .ec-base-table .eTooltip .edge:before {
  margin: 1px 0 0;
  border-bottom-color: #565960;
  border-width: 0 5px 5px 5px;
}
section#my-account .ec-base-table .eTooltip .edge:after {
  left: 1px;
  margin: 2px 0 0;
  border-bottom-color: #fff;
  border-width: 0 4px 4px 4px;
}
section#my-account .ec-base-table table {
  position: relative;
  margin: 10px 0 0;
  border: 1px solid #d7d5d5;
  border-top: 0;
  width: 100%;
  line-height: 1.5;
}
section#my-account .ec-base-table input[type=text],
section#my-account .ec-base-table input[type=password],
section#my-account .ec-base-table input[type=email],
section#my-account .ec-base-table input[type=number] {
  line-height: 20px;
  padding: 2px 4px;
  border: 1px solid #d5d5d5;
  color: #353535;
  font-size: 12px;
  outline: none;
}
section#my-account .ec-base-table td {
  padding: 12px 10px 12px;
  border-top: 1px solid #dfdfdf;
  color: #353535;
  vertical-align: middle;
  word-break: break-all;
  word-wrap: break-word;
}
section#my-account .ec-base-table th {
  padding: 10px 0 10px 10px;
  border: 1px solid #dfdfdf;
  border-bottom-width: 0;
  color: #353535;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  background-color: #fbfafa;
}
section#my-account .ec-base-table th img {
  display: inline;
  margin-left: 2px;
}
section#my-account .woocommerce-MyAccount-content,
section#my-account .woocommerce-MyAccount-navigation {
  float: unset;
  width: 100%;
}
section#my-account .path {
  width: 100%;
  box-shadow: none;
  margin: 20px 0px;
  display: block;
}
section#my-account .path ol {
  margin: 10px 0;
  display: flex;
}
section#my-account .path ol li strong,
section#my-account .path ol li a {
  font-size: 12px;
  color: #757575;
}
section#my-account .path ol li:not(:first-child):before {
  content: "";
  background: url(../images/arrow-right-black.svg) no-repeat 100%;
  display: inline-block;
  margin: 0 6px;
  width: 5px;
  height: 8px;
}
section#my-account .woocommerce-MyAccount-navigation {
  margin-top: 30px;
  margin-bottom: 30px;
}
section#my-account .woocommerce-MyAccount-navigation .nav-lists {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}
section#my-account .woocommerce-MyAccount-navigation .nav-lists li {
  padding: 20px;
  border: 1px solid #e9e9e9;
  box-sizing: border-box;
  text-align: center;
}
section#my-account .woocommerce-MyAccount-navigation .nav-lists li .nav-item-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #000;
}
section#my-account .woocommerce-MyAccount-navigation .nav-lists li .nav-item-icon {
  font-size: 42px;
}
section#my-account .woocommerce-MyAccount-navigation .nav-lists li .nav-item-icon i {
  -webkit-text-stroke: 1px white;
}
section#my-account .woocommerce-MyAccount-navigation .nav-lists li .nav-item-icon,
section#my-account .woocommerce-MyAccount-navigation .nav-lists li .nav-item-name {
  margin-top: 10px;
}
section#my-account .woocommerce-MyAccount-navigation .nav-lists li .nav-item-desc {
  margin-top: auto;
}
@media screen and (max-width: 1024px) {
  section#my-account .woocommerce-MyAccount-navigation .nav-lists {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  section#my-account .woocommerce-MyAccount-navigation .nav-lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
section#my-account .myaccount-dashboard .content-info {
  margin-bottom: 20px;
}
section#my-account .myaccount-dashboard .content-info-member .information {
  display: table;
  table-layout: fixed;
  padding: 10px 0;
  width: 100%;
  box-sizing: border-box;
}
section#my-account .myaccount-dashboard .content-info-member .information .thumbnail {
  display: table-cell;
  width: 70px;
  text-align: center;
  vertical-align: middle;
}
section#my-account .myaccount-dashboard .content-info-member .information .thumbnail img {
  width: 100%;
  max-height: 70px;
  object-fit: cover;
}
section#my-account .myaccount-dashboard .content-info-member .information .description {
  display: table-cell;
  padding: 0 20px;
  width: auto;
  line-height: 1.5em;
  vertical-align: middle;
}
section#my-account .myaccount-dashboard .content-info-member .information .description strong {
  font-size: 16px;
  font-weight: bold;
}
section#my-account .myaccount-dashboard .content-info-invite h3 {
  color: #008bcc;
  font-weight: 700;
}
section#my-account .myaccount-dashboard .content-info-invite ul {
  margin: 8px 0 0;
  font-size: 11px;
  line-height: 1.25;
  color: #757575;
}
section#my-account .myaccount-dashboard .content-info-invite ul li {
  margin: 3px 0 0;
}
section#my-account .myaccount-dashboard .content-info-invite .copy {
  margin: 15px 0 0;
  display: flex;
  align-items: center;
}
section#my-account .myaccount-dashboard .content-info-invite .copy #reco_url {
  min-width: 250px;
  width: 50%;
  height: 35px;
  border-radius: 30px;
  padding: 0 12px;
  margin-right: 10px;
  line-height: 20px;
  border: 1px solid #d5d5d5;
  color: #353535;
  font-size: 12px;
}
section#my-account .myaccount-dashboard .content-info-invite .copy .copy-membercode {
  padding: 5px 15px;
  font-weight: bold;
  background: white;
  border: 1px solid;
  transition: 0.2s;
  color: black;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}
section#my-account .myaccount-dashboard .content-info-invite .copy .copy-membercode:hover {
  background-color: #000;
  color: white;
}
section#my-account .myaccount-dashboard .brief_infomation {
  border-top: 2px solid #000;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0 !important;
}
section#my-account .myaccount-dashboard .brief_infomation .myaccount-asyncbankbook {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section#my-account .myaccount-dashboard .brief_infomation .myaccount-asyncbankbook li {
  width: 33.33%;
}
section#my-account .myaccount-dashboard .brief_infomation .myaccount-asyncbankbook li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section#my-account .myaccount-dashboard .brief_infomation .myaccount-asyncbankbook li:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}
section#my-account .myaccount-dashboard .brief_infomation .myaccount-asyncbankbook li strong {
  color: #404040;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
section#my-account .myaccount-dashboard .brief_infomation .myaccount-asyncbankbook li .title {
  font-size: 13px;
  margin-top: 10px;
}
section#my-account .myaccount-dashboard .brief_infomation .myaccount-asyncbankbook li .point-span {
  margin-bottom: 20px;
}
section#my-account .myaccount-dashboard .brief_infomation .myaccount-asyncbankbook li .point-span img {
  width: 32px;
  height: 32px;
  object-fit: cover;
}
section#my-account .myaccount-dashboard .brief_infomation_1 {
  margin-top: 50px;
}
section#my-account .myaccount-dashboard .brief_infomation_1 .title {
  padding: 15px 0;
}
section#my-account .myaccount-dashboard .brief_infomation_1 .state {
  border-top: 2px solid #000;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0 !important;
}
section#my-account .myaccount-dashboard .brief_infomation_1 .state .myaccount-orderstate2 {
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section#my-account .myaccount-dashboard .brief_infomation_1 .state .myaccount-orderstate2 li:last-child {
  border-right: none;
}
section#my-account .myaccount-dashboard .brief_infomation_1 .state .myaccount-orderstate2 li {
  width: 50%;
  border-right: 1px solid #e5e5e5;
}
section#my-account .myaccount-dashboard .brief_infomation_1 .state .myaccount-orderstate2 li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
section#my-account .myaccount-dashboard .brief_infomation_1 .state .myaccount-orderstate2 li a #span_count {
  font-size: 24px;
  font-weight: 400;
  color: rgb(92, 92, 92);
}
section#my-account .myaccount-dashboard .brief_infomation_1 .state .myaccount-orderstate2 li a strong {
  font-weight: 500;
  text-align: center;
  margin: 2px 0 7px;
  font-size: 14px;
  color: #353535;
}
section#my-account .myaccount-dashboard .brief_infomation_1 .state .myaccount-orderstate {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section#my-account .myaccount-dashboard .brief_infomation_1 .state .myaccount-orderstate li:last-child {
  border-right: none;
}
section#my-account .myaccount-dashboard .brief_infomation_1 .state .myaccount-orderstate li {
  width: 33.33%;
  border-right: 1px solid #e5e5e5;
}
section#my-account .myaccount-dashboard .brief_infomation_1 .state .myaccount-orderstate li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
section#my-account .myaccount-dashboard .brief_infomation_1 .state .myaccount-orderstate li a #span_count {
  font-size: 24px;
  font-weight: 400;
  color: rgb(92, 92, 92);
}
section#my-account .myaccount-dashboard .brief_infomation_1 .state .myaccount-orderstate li a strong {
  font-weight: 500;
  text-align: center;
  margin: 2px 0 7px;
  font-size: 14px;
  color: #353535;
}
section#my-account .ec-base-help {
  margin: 20px 0;
  border: 1px solid #d6d4d4;
  line-height: 18px;
}
section#my-account .ec-base-help ol {
  margin: 15px 0 0 11px;
}
section#my-account .ec-base-help ol li {
  margin: 5px 0;
  color: #707070;
  padding: 0 0 0 25px;
  background: url("../images/ico_number.png") no-repeat;
}
section#my-account .ec-base-help ol .item1 {
  background-position: -484px 0;
}
section#my-account .ec-base-help ol .item1 strong {
  font-weight: bolder;
}
section#my-account .ec-base-help ol .item2 {
  background-position: -434px -100px;
}
section#my-account .ec-base-help ol .item3 {
  background-position: -384px -200px;
}
section#my-account .ec-base-help ol .item4 {
  background-position: -334px -300px;
}
section#my-account .ec-base-help ol .item5 {
  background-position: -284px -400px;
}
section#my-account .ec-base-help ol .item6 {
  background-position: -234px -500px;
}
section#my-account .ec-base-help .inner {
  padding: 0 9px 12px;
}
section#my-account .ec-base-help > h3 {
  padding: 9px 0 6px 10px;
  border-bottom: 1px solid #e8e7e7;
  color: #101010;
  font-size: 12px;
  background: #fbfbfb;
}
@media screen and (max-width: 1023px) {
  section#my-account .entry-content {
    padding: 0 10px !important;
  }
  section#my-account .myaccount-asyncbankbook li {
    width: 100%;
  }
  section#my-account .myaccount-orderstate, section#my-account .myaccount-orderstate2 {
    flex-direction: column !important;
    gap: 30px !important;
  }
  section#my-account .myaccount-orderstate li, section#my-account .myaccount-orderstate2 li {
    width: 100% !important;
  }
  section#my-account .myaccount-orderstate li a, section#my-account .myaccount-orderstate2 li a {
    flex-direction: row !important;
    justify-content: space-between !important;
  }
  section#my-account .myaccount-orderstate li:not(:last-child), section#my-account .myaccount-orderstate2 li:not(:last-child) {
    border-right: 0 !important;
  }
}

.myaccount-title,
.tinv-header {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  margin: 0px 0 20px;
}
.myaccount-title h2,
.tinv-header h2 {
  display: block;
  color: #2e2e2e;
  font-size: 24px !important;
  min-height: 30px;
  margin: 15px 0 30px;
  text-align: center;
  font-weight: 600;
}

.titleArea {
  margin-bottom: 20px;
}
.titleArea h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 33.6px;
  color: rgb(53, 53, 53);
}

.serveone-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background: #fff;
  width: 600px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 1px solid #495164;
  display: none;
}
.serveone-modal .modal-header {
  padding: 7px 35px 7px 19px;
  color: #fff;
  background: #111;
  position: relative;
}
.serveone-modal .modal-header .modal-title {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  color: #fff;
}
.serveone-modal .modal-header button {
  border: 0;
  background: initial;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 91;
  cursor: pointer;
}
.serveone-modal .modal-body {
  padding: 15px;
  word-wrap: break-word;
}
.serveone-modal .modal-body .reason,
.serveone-modal .modal-body .select-type h4 {
  margin: 20px 0 10px;
  padding: 20px 0 0;
  border-top: 1px solid #e8e8e8;
  font-size: 16px;
  font-weight: 600;
  color: #111;
}
.serveone-modal .modal-body .select-type select {
  width: 100%;
  max-width: 100%;
  height: 28px;
  margin: 0;
  padding: 0 20px 0 8px;
  line-height: 26px;
  font-size: 13px;
  color: #333;
  word-break: break-all;
  font-weight: inherit;
  border: 1px solid #d7d5d5;
  border-radius: 0;
  background: #fff url(//cdn-0863.cafe24img.com/smd2box/img/bg_select.png) no-repeat 100% 49%;
  background-size: 24px;
  -webkit-appearance: none;
}
.serveone-modal .modal-body .select-type #leave_textarea {
  display: none;
}
.serveone-modal .modal-body .select-type #subjective_leave_reason {
  width: 100%;
  box-sizing: border-box;
  padding: 5px 6px;
  border: 1px solid #d5d5d5;
  line-height: 1.5;
  font-size: 100%;
  font-family: Arial, Verdana, sans-serif;
  color: #353535;
  vertical-align: middle;
}
.serveone-modal .modal-body .ec-base-box {
  margin-left: auto;
  margin-right: auto;
  border: 5px solid #e8e8e8;
  color: #404040;
}
.serveone-modal .modal-body .typeMember {
  display: table;
  table-layout: fixed;
  padding: 10px 0;
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
}
.serveone-modal .modal-body .typeMember > .title {
  vertical-align: middle;
  display: table-cell;
  padding: 0 15px;
  text-align: center;
  font-weight: 500;
  width: 100px;
}
.serveone-modal .modal-body .typeMember > .description {
  display: table-cell;
  padding: 0 10px;
  width: auto;
  line-height: 1.5em;
  border-left: 1px solid #e8e8e8;
  vertical-align: middle;
  position: relative;
}
.serveone-modal .modal-footer {
  padding: 10px 15px;
  border-top: 1px solid #d7d5d5;
  background: #fbfafa;
  display: flex;
  justify-content: center;
}
.serveone-modal .modal-footer button {
  margin: 0 5px;
  border: 1px solid #4a5164;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
  background-color: #4a5164;
  min-width: 100px;
}
.serveone-modal .modal-footer button.close-modal {
  background: #fff;
  color: #222;
  border: 1px solid #d1d1d1;
}

#page-login {
  position: relative;
  padding: 0 5.2%;
  font: 14px "din-2014", "roboto", "Noto Sans KR", "noto-sans", Verdana, Dotum, AppleGothic, sans-serif;
  background-color: #f4f4f4;
  background-image: url("../images/background-login.jpg");
  background-size: 100% auto;
  background-position: 100% 0;
  background-repeat: no-repeat;
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 0;
  overflow: hidden;
  min-height: 100vh;
}
#page-login .login-footer {
  text-align: right;
}
#page-login .login-footer a {
  font-size: 18px;
}
#page-login .login-footer a:first-child {
  margin-right: 10px;
}
#page-login .fa-globe:before {
  font-size: 18px;
}
#page-login .header--lang {
  color: white;
  font-size: 2rem;
  position: relative;
  height: 100%;
  line-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
#page-login .header--lang .current__lang {
  font-size: 15px !important;
}
#page-login .header--lang:hover .lang-switcher {
  display: block;
}
#page-login .header--lang .lang-switcher {
  position: absolute;
  display: none;
  top: 33px;
  transform: translateX(50%);
  right: 50%;
  width: 80px;
  background: white;
  box-shadow: 0 9px 48px rgba(16, 21, 23, 0.25);
  border-radius: 8px;
  text-align: initial;
  z-index: 1000;
}
#page-login .header--lang .lang-switcher .lang-item a {
  line-height: 32px;
  display: flex;
  gap: 3px;
  color: black;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
}
#page-login .header--lang .lang-switcher .lang-item a:hover {
  color: #ec6a87;
}
#page-login .header--lang .lang-switcher .lang-item a img {
  width: 20px !important;
  height: 20px !important;
  object-fit: cover;
  border-radius: 50%;
}
#page-login .intro-logo {
  position: absolute;
  top: 35px;
  left: 35px;
  display: flex;
  align-items: center;
  gap: 25px;
}
#page-login .login-inner {
  display: flex;
  padding-top: 135px;
  box-sizing: border-box;
  align-items: flex-end;
  max-width: 1480px;
  margin: 0 auto;
}
#page-login .login-inner .login-util {
  position: relative;
  padding-left: 90px;
  width: calc(100% - 540px);
  flex: auto;
  box-sizing: border-box;
}
#page-login .login-inner .login-util .login-ad {
  position: absolute;
  bottom: 260px;
  left: 90px;
  background-color: rgba(255, 255, 255, 0.88);
  padding: 20px 30px;
  box-sizing: border-box;
  border-radius: 10px;
}
#page-login .login-inner .login-util .login-ad strong {
  font-weight: bold;
}
#page-login .login-inner .login-util .logo_box .logo_box01 {
  margin-left: -10px;
}
#page-login .login-inner .login-util .logo_box .swiper-wrapper {
  height: 110px;
}
#page-login .login-inner .login-util .logo_box .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
#page-login .login-inner .login-util .logo_box .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
#page-login .login-inner .login-util .logo_box .swiper-slide .box {
  display: block;
  width: 100px;
  height: auto;
  box-sizing: border-box;
}
#page-login .login-inner .login-util .logo_box .swiper-slide .box img {
  width: 100%;
  height: auto;
  max-width: 90px;
  border-radius: 8px;
  margin: 0 auto;
}
#page-login .login-inner .login-box {
  min-height: 750px;
  box-shadow: 5px 2px 9px 1px rgba(0, 0, 0, 0.1);
  width: 540px;
  flex: 0 0 auto;
  padding: 150px 90px;
  border-radius: 20px;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}
#page-login .login-inner .login-box .join {
  margin-top: 30px;
  gap: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page-login .login-inner .login-box .btn-login {
  margin-top: 15px;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #e4343c;
}
#page-login .login-inner .login-box .btn-login:hover {
  background-color: #000;
}
#page-login .login-inner .login-box .title-login {
  color: #3d3d3d;
  font-size: 3.2rem;
  font-family: "din-2014", sans-serif;
  letter-spacing: 0.03em;
  font-weight: 700;
}
#page-login .login-inner .login-box .desc-login {
  color: #3d3d3d;
  font-size: 1.4rem;
  margin-top: 5px;
}
#page-login .login-inner .login-box .login {
  margin-top: 60px;
  border: none;
  vertical-align: top;
}
#page-login .login-inner .login-box .login .login-password {
  margin-top: 30px;
}
#page-login .login-inner .login-box .login .ssl {
  width: 100%;
  border: none !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2rem;
  font-size: 1.3rem;
}
#page-login .login-inner .login-box .login .ssl .woocommerce-form-login__rememberme > span {
  color: #353535;
  margin-right: 40px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
#page-login .login-inner .login-box .login .ssl .security__confirm {
  display: flex;
  align-items: center;
  position: relative;
  top: 1px;
}
#page-login .login-inner .login-box .login .ssl .security__confirm > img {
  position: relative;
  top: -2px;
  margin-right: 2px;
  height: auto;
  vertical-align: middle;
}
#page-login .login-inner .login-box .login > label {
  overflow: hidden;
  display: block;
  height: 32px;
  font-size: 9px;
  line-height: 32px;
  margin: 0 0 2px;
  border-bottom: 1px solid #eee;
  color: #8f8f91;
  background: #fff;
  /* border-radius: 0px; */
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  padding-left: 0;
  cursor: pointer;
}
#page-login .login-inner .login-box .login > label input {
  display: block;
  width: 100%;
  height: 32px;
  line-height: 28px;
  padding: 2px 40px 2px 10px;
  border: 0 none;
  font-size: 14px;
  color: #000;
  font-family: "din-2014", "roboto", "Noto Sans KR", "noto-sans", Verdana, Dotum, AppleGothic, sans-serif;
  outline: none;
}
#page-login .login-inner .intro-text-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 15px;
}
#page-login .login-inner .intro-text-wrapper .intro_right {
  text-align: right;
}
#page-login .login-inner .intro-text-wrapper .intro_right .info {
  color: #bbb;
  font-size: 1.3rem;
}
#page-login .login-inner .intro-text-wrapper .intro_right .info > a {
  color: #bbb;
}
#page-login .login-inner .intro-text-wrapper .intro_right .info_bct {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
  #page-login .login-inner {
    display: block !important;
  }
  #page-login .login-box {
    width: auto !important;
    padding: 20px !important;
    display: block !important;
    padding-top: 100px !important;
    min-height: 623px !important;
  }
  #page-login .login-util {
    position: relative !important;
    padding-left: 0px !important;
    padding-top: 20px !important;
    width: 100% !important;
  }
  #page-login .login-ad {
    left: auto !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 520px) {
  #page-login .login-ad {
    font-size: 11px !important;
    text-align: center !important;
    display: block !important;
  }
}
@media only screen and (max-width: 1280px) {
  #page-login .intro-text-wrapper {
    display: block !important;
  }
}

.join_pop_content {
  position: fixed;
  z-index: 9999;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  max-width: 500px;
  width: 100%;
  min-height: 500px;
  left: 50%;
  padding: 0;
  background-color: unset;
  height: 500px;
  border-radius: 20px;
  box-sizing: border-box;
  font-family: "Lato", "Nanum Gothic", sans-serif;
  display: none;
}
.join_pop_content .wrap_popup {
  margin: 10px;
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
}
.join_pop_content .wrap_popup .wrap_popup-title {
  font-size: 22px;
  color: #222;
  font-weight: 800;
  line-height: 40px;
  border-bottom: 1px solid #dedede;
  margin: 0 0 30px;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
}
.join_pop_content .wrap_popup .wrap_popup-title .wrap_popup-close {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.join_pop_content .wrap_popup .wrap_popup-title .wrap_popup-close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.join_pop_content .wrap_popup .wrap_popup-step {
  display: block;
}
.join_pop_content .wrap_popup .wrap_popup-step .step-title1 {
  font-size: 20px;
  color: #4a4a4a;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin-top: 10px;
}
.join_pop_content .wrap_popup .wrap_popup-step .step-title2 {
  font-size: 18px;
  color: #4a4a4a;
  line-height: 1;
  margin: 20px 0;
  text-align: center;
}
.join_pop_content .wrap_popup .login_pop {
  width: 320px;
  position: relative;
  overflow: hidden;
  padding: 0 0px 0 0;
  margin: 10px auto;
}
.join_pop_content .wrap_popup .login_pop .code_password {
  display: none;
  margin-top: 5px;
  float: left;
  width: 100%;
}
.join_pop_content .wrap_popup .login_pop .code_password label {
  width: 65%;
  float: left;
}
.join_pop_content .wrap_popup .login_pop .code_password .count {
  float: right;
  font-size: 16px;
  width: 30%;
  text-align: center;
  height: 32px;
  line-height: 32px;
  border: 1px solid #d9d9d9;
  color: #8f8f91;
  background: #fff;
  border-radius: 0px;
}
.join_pop_content .wrap_popup .login_pop label {
  overflow: hidden;
  display: block;
  height: 32px;
  line-height: 32px;
  margin: 0 0 2px;
  border: 1px solid #d9d9d9;
  color: #8f8f91;
  background: #fff;
  border-radius: 0px;
}
.join_pop_content .wrap_popup .login_pop label input {
  width: 100%;
  height: 28px;
  line-height: 28px;
  padding: 2px 2px 2px 10px;
  border: 0 none;
  color: #8f8f91;
  outline: none;
}
.join_pop_content .wrap_popup .login_pop .desc-customer-center {
  margin-top: 12px;
}
.join_pop_content .wrap_popup .login_pop .desc-customer-center span {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 19px;
  margin: 20px 0;
  text-align: center;
}
.join_pop_content .wrap_popup .login_pop .btn-authorize2 {
  background-color: #000 !important;
  display: none;
}
.join_pop_content .wrap_popup .login_pop .btn-authorize,
.join_pop_content .wrap_popup .login_pop .btn-authorize2 {
  margin-top: 10px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  border-radius: 0px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  border: none;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #c00a3e;
}
.join_pop_content .wrap_popup .login_pop .btn-authorize > span,
.join_pop_content .wrap_popup .login_pop .btn-authorize2 > span {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.serveone-has-modal:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9990;
}

body.serveone-has-modal .serveone-modal {
  display: block;
}