.title-box::before, .title-box::after {
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  height: 60px;
  position: absolute;
  top: -30%;
  width: 30px; }

.title-box::before {
  background-image: url("../images/circle-r.png");
  left: -65px; }

.title-box::after {
  background-image: url("../images/circle-l.png");
  right: -65px; }

.title-box .title-tw {
  font-weight: 400;
  letter-spacing: 1px; }

.form-box {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem; }
  @media (max-width: 640px) {
    .form-box {
      flex-direction: column; } }
  .form-box > .login-box,
  .form-box > .register-box {
    width: 45%; }
    @media (max-width: 640px) {
      .form-box > .login-box,
      .form-box > .register-box {
        width: 100%;
        margin-top: 1.5rem; } }
  .form-box .title {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1rem; }
  .form-box .desc {
    line-height: 1.75; }

.login-form {
  margin-top: 1rem; }

.form-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem; }
  .form-item .note{
    color: red
  }
  .form-item.agree {
    flex-direction: row; }
    .form-item.agree .form-label {
      font-size: 1rem;
      font-weight: 400; }

.form-label {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  letter-spacing: 1.2px;
  padding: 0 0.5rem; }
  .form-label .en {
    font-size: 0.9rem;
    margin-left: 1rem;
    padding: 0 0.5rem; }

.form-input {
  border: none;
  border-bottom: 1px solid #000;
  padding: 0.5rem; }

.forget-btn a {
  align-items: center;
  display: flex;
  justify-content: flex-end; }
  .forget-btn a img {
    height: 14px;
    object-fit: contain;
    width: 14px; }
  .forget-btn a span {
    margin-left: 0.5rem;
    line-height: 1; }

.forget-form {
  max-width: 80%;
  margin: auto; }
  @media (max-width: 640px) {
    .forget-form {
      max-width: 100%; } }
  .forget-form .member-btn {
    margin: auto;
    margin-top: 3rem; }

.login-btn {
  margin: auto;
  margin-top: 2.5rem; }

.line-btn {
  display: block;
  text-align: center;
  margin-top: 1.5rem;
  transition: all 0.3s ease; }
  @media (min-width: 1281px) {
    .line-btn:hover {
      scale: 0.9; } }

.member-btn {
  align-items: center;
  border: 1px solid #000;
  color: #000;
  font-weight: 400;
  display: flex;
  padding: 6px 35px;
  width: fit-content;
  transition: all 0.3s ease; }
  @media (min-width: 1281px) {
    .member-btn:hover {
      color: #fff;
      background-color: #000; }
      .member-btn:hover svg {
        fill: #fff; } }
  .member-btn svg {
    height: 22px;
    object-fit: contain;
    width: 22px;
    margin-right: 10px; }
  .member-btn span {
    padding-left: 10px;
    border-left: 1px solid #000;
    line-height: 1; }

.agreement-box {
  margin-top: 5rem; }

.agree-box {
  margin-top: 2rem;
  letter-spacing: 1.2px; }

.next-btn {
  margin: 4rem auto 0; }
  .next-btn svg {
    height: 24px;
    width: 24px; }

.register-title {
  font-size: 22px;
  letter-spacing: 1px;
  padding-left: 0.5rem;
  margin: 1.5rem 0; }

.sex-box {
  align-items: center;
  display: flex; }
  .sex-box .sex-item {
    border: 1px solid #000;
    cursor: pointer;
    margin-right: 1rem;
    padding: 8px 18px; }
    .sex-box .sex-item.current {
      color: #fff;
      background-color: #000; }
    @media (min-width: 1281px) {
      .sex-box .sex-item:hover {
        color: #fff;
        background-color: #000; } }

.member-box {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem; }
  @media (max-width: 640px) {
    .member-box {
      flex-direction: column; } }
  .member-box .member-side {
    width: 20%;
    transition: all 0.3s ease; }
    @media (max-width: 768px) {
      .member-box .member-side {
        width: 25%; } }
    @media (max-width: 640px) {
      .member-box .member-side {
        height: 0;
        width: 100%;
        opacity: 0;
        transform-origin: top;
        pointer-events: none; } }
    @media (max-width: 640px) {
      .member-box .member-side.show {
        height: auto;
        opacity: 1;
        pointer-events: auto; } }
    .member-box .member-side-item {
      padding: 15px;
      text-align: center;
      margin: 10px 0;
      transition: all 0.3s ease; }
      .member-box .member-side-item span {
        padding: 0 20px 10px;
        margin: 0 20px;
        position: relative; }
        @media (max-width: 1024px) {
          .member-box .member-side-item span {
            margin: 0 10px;
            padding: 0; } }
      @media (min-width: 1281px) {
        .member-box .member-side-item:hover {
          background-color: #e0e0e0; }
          .member-box .member-side-item:hover span:after {
            background-color: #000;
            content: "";
            height: 1px;
            position: absolute;
            bottom: 5px;
            left: 0;
            width: 100%; } }
      .member-box .member-side-item.current {
        background-color: #e0e0e0; }
        .member-box .member-side-item.current span:after {
          background-color: #000;
          content: "";
          height: 1px;
          position: absolute;
          bottom: 5px;
          left: 0;
          width: 100%; }
  .member-box .member-main {
    width: 80%;
    padding-left: 4rem; }
    @media (max-width: 768px) {
      .member-box .member-main {
        width: 75%; } }
    @media (max-width: 640px) {
      .member-box .member-main {
        width: 100%;
        padding-left: 0; } }
    .member-box .member-main .member-info-text {
      font-size: 1.2rem; }

.member-info-item {
  display: flex;
  padding: 0.5rem;
  margin: 0.5rem 1rem;
  border-bottom: 1px solid #000;
  letter-spacing: 1.2px; }
  @media (max-width: 640px) {
    .member-info-item {
      margin: 1rem 0; } }
  .member-info-item .left {
    padding-right: 2rem; }
    @media (max-width: 640px) {
      .member-info-item .left {
        white-space: nowrap; } }

.member-info-box {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 1.5rem 0;
  font-size: 1.2rem; }
  @media (max-width: 640px) {
    .member-info-box {
      align-items: flex-start;
      flex-direction: column; } }
  .member-info-box .right {
    align-items: center;
    display: flex; }
    @media (max-width: 640px) {
      .member-info-box .right {
        justify-content: flex-end;
        margin-top: 1rem; } }
    .member-info-box .right a {
      align-items: center;
      display: flex;
      font-size: 1rem;
      margin: 0 20px; }
      @media (max-width: 640px) {
        .member-info-box .right a {
          margin-left: 0; } }
      .member-info-box .right a svg {
        height: 16px;
        width: 16px;
        margin-right: 0.5rem; }

.order-step-box {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, 1fr); }
  @media (max-width: 640px) {
    .order-step-box {
      display: none; } }

.order-step-item {
  align-items: center;
  border: 1px solid #000;
  border-bottom: 10px solid #a7a7a7;
  display: flex;
  flex-direction: column;
  height: 100%;
  letter-spacing: 1.2px;
  padding: 20px 0; }
  .order-step-item:first-child, .order-step-item:nth-child(2) {
    border-right: none; }
  .order-step-item.current {
    border-bottom: 10px solid #000; }
  .order-step-item img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 30px; }

.cart-table {
  margin-top: 3rem;
  width: 100%; }
  @media (max-width: 640px) {
    .cart-table {
      overflow-x: scroll;
      margin-top: 1.5rem; }
      .cart-table::-webkit-scrollbar {
        width: 5px;
        height: 5px; }
      .cart-table::-webkit-scrollbar-thumb {
        background: #000; }
      .cart-table::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.2); }
      .cart-table {
        scrollbar-face-color: #000;
        scrollbar-track-color: rgba(0, 0, 0, 0.2); } }
  .cart-table table {
    border-collapse: collapse;
    width: 100%;
    letter-spacing: 1px;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap; }
    .cart-table table thead th {
      font-weight: 500;
      padding-bottom: 10px; }
      @media (max-width: 640px) {
        .cart-table table thead th {
          padding: 10px; } }
    .cart-table table tbody tr:first-child td {
      border-top: 1px solid #000; }
    .cart-table table tbody tr:last-child td {
      padding-bottom: 40px; }
    .cart-table table tbody tr td {
      border-bottom: 1px solid #000;
      text-align: center;
      padding: 10px 0; }
      @media (max-width: 640px) {
        .cart-table table tbody tr td {
          padding: 10px; } }
      .cart-table table tbody tr td select {
        padding: 0 10px;
        border: none;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); }
      .cart-table table tbody tr td:first-child {
        border-left: 1px solid #000;
        width: 20%; }
        .cart-table table tbody tr td:first-child img {
          width: 100px;
          height: 100px;
          object-fit: contain; }
      .cart-table table tbody tr td:last-child {
        border-right: 1px solid #000; }
        .cart-table table tbody tr td:last-child svg {
          height: 20px;
          width: 20px; }
    .cart-table table tfoot {
      color: #fff;
      position: relative;
      transform: translateY(-20px); }
      .cart-table table tfoot:after {
        background-color: #000;
        content: "";
        height: 100%;
        max-height: var(--footH);
        position: absolute;
        top: 0;
        left: 5%;
        width: 92%;
        z-index: -1; }
      .cart-table table tfoot tr.discount {
        color: #e14242; }
      .cart-table table tfoot td {
        padding: 10px 0; }
        .cart-table table tfoot td:first-child {
          text-align: right; }
        .cart-table table tfoot td:not(:first-child) {
          font-size: 1.2rem;
          font-weight: 500;
          text-align: center; }

.order-info {
  width: 40%;
  padding-left: 5%; }
  @media (max-width: 640px) {
    .order-info {
      width: 100%;
      padding-left: 0;
      margin-top: 1.5rem; } }
  .order-info-box {
    display: flex;
    margin-top: 1.5rem; }
    @media (max-width: 640px) {
      .order-info-box {
        flex-direction: column; } }
    .order-info-box .pay-info {
      width: 55%; }
      @media (max-width: 640px) {
        .order-info-box .pay-info {
          width: 100%; } }
    .order-info-box .pay-note {
      line-height: 1.5; }
    .order-info-box select {
      border: none;
      border-bottom: 1px solid #000;
      padding: 3px 15;
      margin: 5px 0;
      margin-bottom: 1rem;
      width: 100%; }
  .order-info-title {
    padding: 3px 10px;
    font-size: 1.2rem;
    letter-spacing: 1px;
    border-bottom: 2px solid #000;
    margin-left: -10px;
    width: fit-content; }
    .order-info-title + .title {
      margin: 1rem 0;
      letter-spacing: 1px; }
  .order-info-item {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0.85rem 0; }
    .order-info-item.disabled {
      color: #a81d1d; }
    .order-info-item .value {
      font-size: 1.2rem; }

.cart-btns {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-top: 3rem; }
  @media (max-width: 640px) {
    .cart-btns {
      flex-direction: column;
      align-items: flex-end; } }
  .cart-btns a {
    margin: 0 1rem; }
    @media (max-width: 640px) {
      .cart-btns a {
        margin: 1rem; } }

.total-box {
  margin-top: 4em;
  text-align: center; }
  .total-box .amount,
  .total-box .quantity {
    margin-bottom: 1.5rem;
    letter-spacing: 1.2px; }
    .total-box .amount .mark,
    .total-box .quantity .mark {
      font-weight: 500;
      font-size: 1.5rem; }

.fill-box {
  margin-top: 3rem; }
  .fill-box.detail .form-item p {
    background-color: #e0e0e0;
    margin-left: 2rem;
    padding: 0.5rem 1rem; }

.fill-title {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  letter-spacing: 1.2px; }
  .fill-title .same {
    float: right;
    font-size: 0.85rem; }

.order-list {
  max-width: 100%; }
  @media (max-width: 640px) {
    .order-list {
      overflow-x: scroll;
      margin-top: 1.5rem; }
      .order-list::-webkit-scrollbar {
        width: 5px;
        height: 5px; }
      .order-list::-webkit-scrollbar-thumb {
        background: #000; }
      .order-list::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.2); }
      .order-list {
        scrollbar-face-color: #000;
        scrollbar-track-color: rgba(0, 0, 0, 0.2); } }
  .order-list table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap; }
    .order-list table th {
      font-weight: 500;
      letter-spacing: 1px;
      padding-bottom: 10px; }
      @media (max-width: 640px) {
        .order-list table th {
          padding: 0 10px 10px; } }
    .order-list table tbody td {
      padding: 20px 0;
      border-bottom: 1px solid #000; }
      @media (max-width: 640px) {
        .order-list table tbody td {
          padding: 20px 10px; } }
  .order-list-btn {
    display: block;
    font-size: 0.65rem;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    padding: 8px 15px;
    letter-spacing: 1px;
    line-height: 1;
    width: fit-content;
    margin: auto;
    transition: all 0.3s ease; }
    @media (min-width: 1281px) {
      .order-list-btn:hover {
        background-color: #fff;
        color: #000; } }

.mb-member-side-triggle {
  align-items: center;
  border: 1px solid #000;
  display: flex;
  padding: 6px 35px;
  margin-bottom: 2rem;
  width: fit-content;
  transition: all 0.3s ease; }
  @media (min-width: 641px) {
    .mb-member-side-triggle {
      display: none; } }
  @media (min-width: 1281px) {
    .mb-member-side-triggle:hover {
      color: #fff;
      background-color: #000; }
      .mb-member-side-triggle:hover svg {
        fill: #fff; } }
  .mb-member-side-triggle svg {
    height: 22px;
    object-fit: contain;
    width: 22px;
    margin-right: 10px; }
  .mb-member-side-triggle span {
    padding-left: 10px;
    border-left: 1px solid #000;
    line-height: 1; }
