.account-page .woocommerce-MyAccount-navigation {
  border: 0.0625rem solid #fff;
  padding: 0.9375rem 1.875rem;
  float: none;
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .account-page .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
    margin-bottom: 0;
  }
}
.account-page .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.account-page .woocommerce-MyAccount-navigation ul li {
  border-bottom: 0.0625rem solid #fff;
}
.account-page .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: 0;
}
.account-page .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #f7cd07;
}
.account-page .woocommerce-MyAccount-navigation ul li a {
  font-size: 1.0625rem;
  display: block;
  padding: 0.9375rem 0;
  text-decoration: none;
  color: #fff;
}
.account-page .woocommerce-MyAccount-content {
  background-color: #fff;
  padding: 1.5rem;
  float: none;
  width: 100%;
}
@media (min-width: 992px) {
  .account-page .woocommerce-MyAccount-content {
    padding: 3rem;
    float: right;
    width: 68%;
  }
}
.account-page .woocommerce-MyAccount-content form .form-row {
  padding: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .account-page .woocommerce-MyAccount-content form .form-row.form-row-last, .account-page .woocommerce-MyAccount-content form .form-row.form-row-first {
    width: 100%;
    float: none;
  }
}
.account-page .woocommerce-MyAccount-content form .form-row label {
  display: block;
  color: #000;
  font-family: "Pretendard";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: -0.00875rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 1200px) {
  .account-page .woocommerce-MyAccount-content form .form-row label {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.00125rem;
  }
}
.account-page .woocommerce-MyAccount-content form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0.75rem;
  right: 0.9375rem;
}
.account-page .woocommerce-MyAccount-content form .form-row .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.account-page .woocommerce-MyAccount-content form .form-row .select2-container--default .select2-selection--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.account-page .woocommerce-MyAccount-content form .form-row .select2-container--default .select2-selection--single,
.account-page .woocommerce-MyAccount-content form .form-row input.input-text {
  height: 2.5rem;
  padding: 0 1rem;
  border: 0.0625rem solid #000;
  border-radius: 0;
  font-family: "Pretendard";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .account-page .woocommerce-MyAccount-content form .form-row .select2-container--default .select2-selection--single,
  .account-page .woocommerce-MyAccount-content form .form-row input.input-text {
    height: 3.125rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.account-page .woocommerce-MyAccount-content form .form-row textarea {
  height: 10.625rem;
  padding: 0 1.5rem;
  border: 0.0625rem solid #000;
  border-radius: 0;
  font-family: "Pretendard";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .account-page .woocommerce-MyAccount-content form .form-row textarea {
    height: 11.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.account-page form.lost_reset_password,
.account-page form.register,
.account-page form.login {
  border: 0.0625rem solid #fff;
  border-radius: 0;
  padding: 3rem;
  background-color: #fff;
  max-width: 28.125rem;
  margin: 0 auto;
}
.account-page form.lost_reset_password .form-row,
.account-page form.register .form-row,
.account-page form.login .form-row {
  padding: 0;
  margin-bottom: 1.5rem;
}
.account-page form.lost_reset_password .form-row label,
.account-page form.register .form-row label,
.account-page form.login .form-row label {
  display: block;
  color: #000;
  font-family: "Pretendard";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  letter-spacing: -0.00875rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 1200px) {
  .account-page form.lost_reset_password .form-row label,
  .account-page form.register .form-row label,
  .account-page form.login .form-row label {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.00125rem;
  }
}
.account-page form.lost_reset_password .form-row input.input-text,
.account-page form.register .form-row input.input-text,
.account-page form.login .form-row input.input-text {
  height: 2.5rem;
  padding: 0 1rem;
  border: 0.0625rem solid #000;
  border-radius: 0;
  font-family: "Pretendard";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .account-page form.lost_reset_password .form-row input.input-text,
  .account-page form.register .form-row input.input-text,
  .account-page form.login .form-row input.input-text {
    height: 3.125rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.account-page form.lost_reset_password .woocommerce-privacy-policy-text,
.account-page form.register .woocommerce-privacy-policy-text {
  margin-bottom: 1rem;
}
.account-page form.lost_reset_password .woocommerce-privacy-policy-text p,
.account-page form.register .woocommerce-privacy-policy-text p {
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: -0.00875rem;
  color: #000;
  font-family: "Pretendard";
}
@media (min-width: 992px) {
  .account-page form.lost_reset_password .woocommerce-privacy-policy-text p,
  .account-page form.register .woocommerce-privacy-policy-text p {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.025rem;
  }
}
.account-page form.lost_reset_password .form-row:last-of-type, .account-page form.lost_reset_password .form-row:last-child,
.account-page form.register .form-row:last-of-type,
.account-page form.register .form-row:last-child {
  margin-bottom: 0;
}
.account-page form.lost_reset_password .form-row-last,
.account-page form.lost_reset_password .form-row-first {
  float: none;
  width: 100%;
}
