/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 207:0 Unexpected "<"

**/
<style>
  #MOmyHeader { display: none; }
  .MOheader { display:none !important;}  
  .MOheader > p:nth-child(2) {display:none;} 
  #login h2, #guestLoginForm { display: none; }

  .customer .page-content { display: flex; }
  .customer .pc { display: block; }
  .customer .mo { display: none; }
  .customer .customer__container { max-width: 920px; margin: 0 auto; padding-top: 60px; padding-bottom: 140px; }
  .customer .customer__header__text { margin-bottom: 59px; }
  .customer .customer__header__title { color: #212326; text-align: center; font-size: 32px; font-weight: 400; line-height: 100%; letter-spacing: 0.64px; }
  .customer .customer__header__title.register { font-size: 30px; letter-spacing: -0.3px; margin-bottom: 19px;}
  .customer__header__subtitle {color:#76787E; font-size: 17px;  text-align:center;}
  .customer .customer-title{ letter-spacing: 0.28px; font-size: 14px; font-weight: 400; color:#0F0F10; margin-bottom:4px;}
  .customer .customer__content { display: flex; gap: 80px; }
  .customer .customer__form { width: 56%; margin:0 auto;}
  .customer .customer__form__join { max-width:420px; margin:0 auto; }
  .customer .customer__form .input__wrapper { display: flex; align-items: start; gap: 10px; }
  .customer .customer__form .input{ margin: 0; margin-bottom:20px; width: 100%; }
  .customer .customer__form .input.custom-select { position: relative; }
  .customer .customer__form .input__label{ display: none; color: var(--main-font-color); font-size: 13px; font-weight: 400; line-height: 100%; letter-spacing: -0.13px; background: unset; position: static; transition: none; transform: none; padding: 0; margin-bottom: 10px;}
  /* .customer .customer__form .input:has(#birthday) .input__label{ display: block; padding-left: 2px; } */
  .customer .customer__form .input__field { color: #22211D; font-size: 15px; font-weight: 400; line-height: 100%; }
  .customer .customer__form .input__field::placeholder { color: #76787E; font-size: 15px; font-weight: 400; line-height: 100%; }
  .customer .customer__form .input > input { border: 1px solid #D2D5DA; padding: 18px 0 14px 16px; width: 100%; border-radius: unset; height: 48px; color: var(--main-font-color); font-size: 15px; font-weight: 400; line-height: 1;}
  .customer .customer__form .input > input::placeholder { color: #93969d; font-size: 14px; }
  .customer .customer__form .input > input:focus { border: 1px solid #212326; outline: none; }
  /* .customer .customer__form .input > input:not(:placeholder-shown):valid{ border: 1px solid #212326; } */
  .customer .customer__form .input__field:focus { box-shadow: none; }

  /* 달력 아이콘 변경 */
  .customer__birthday-input { position: relative; margin-bottom: 30px; }
  .customer__birthday-input input[type="date"] { width: 100%; padding: 12px 0px 12px 15px; border: 2px solid #ddd; border-radius: 8px; font-size: 16px; background-color: white; }
  .customer__birthday-input input[type="date"]::-webkit-calendar-picker-indicator { opacity: 0; position: absolute; right: 0; width: 60px; height: 100%; cursor: pointer; }
  .customer__birthday-input::after { content: url("/cdn/shop/files/calendar_today.png?v=1758850628"); position: absolute; right: -6px; top: 50%; transform: translateY(-50%) scale(0.35); pointer-events: none; }


  .customer .customer__form .custom-select__selected { position: relative; display: block; width: 100%; border: 1px solid #D9DBE0; color: #212326; font-size: 15px; height: 49px; padding: 16px 0 14px 16px; cursor:pointer; -webkit-tap-highlight-color: transparent; pointer-events: auto; transition: all .3s; z-index:1; }
  .customer .customer__form .custom-select__selected .input__field {  }
  .customer .customer__form .custom-select__selected .input__field::after { content: ""; position: absolute; right: 16px; top: 50%; transform: translateY(-50%); display: block; width: 16px; height: 16px; background: url("https://cdn.shopify.com/s/files/1/0758/5454/5210/files/Icon_Arrow_29fbd293-08e5-4056-b78b-578b6aa79304.png?v=1755849351") no-repeat; background-size: cover; transition: all .5s; }
  .customer .customer__form .custom-select__selected.active { border-left: 1px solid #0F0F10; border-right: 1px solid #0F0F10; border-top: 1px solid #0F0F10; }
  .customer .customer__form .custom-select__selected.active .input__field::after { transform: translateY(-50%) rotate(180deg); }
  .customer .customer__form .custom-select__list { position: absolute; top: 49px; left: 0; opacity: 0; visibility: hidden; transform: translateY(-20%); width: 100%; border-left: 1px solid #0F0F10; border-right: 1px solid #0F0F10; border-bottom: 1px solid #0F0F10; box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05); transition: all .3s; } 
  .custom-select__selected.active + .custom-select__list { opacity: 1; visibility: visible; transform: translateY(0%); }
  .customer .customer__form .custom-select__list li { list-style: none; font-size: 14px; height: 49px; padding: 16px 0 14px 16px; cursor:pointer; background: #fff; color: #0f0f10; } 
  .custom-select__selected.active + .custom-select__list .custom-select__option:hover { background: #f2f4f6; }
  .customer .customer__form .input:has(#birthday) { margin-bottom: 50px; }
  .customer .customer__form .input .fill__message, .customer .customer__form .input .error__message, .customer .customer__form .input .subscribed__message, .customer .customer__form .input .fill__country { display: none; margin-top: 6px; gap: 4px; }
  .customer .customer__form .input .fill__message span, .customer .customer__form .input .error__message span, .customer .customer__form .input .subscribed__message span, .customer .customer__form .input .fill__country span { padding-top: 0.7%; color: #8E1F29; font-size: 13px; font-weight: 400; line-height: 1; letter-spacing: -0.13px; }
  .customer .customer__form .subscribed-email-error .input [id="customer[email]"] { border: 1px solid #8E1F29; }
  .customer .customer__form .input > .input__blank, .customer .customer__form .input > .input__error { border: 1px solid #8E1F29; }
  .customer .customer__form .input > .country__empty { border: 1px solid #8E1F29 !important; }
  .customer .customer__form .input:has(.input__blank) .fill__message { display: flex; align-items: center; }
  .customer .customer__form .input:has(.input__error) .error__message { display: flex; align-items: center; }
  .customer .customer__form .input:has(.country__empty) .fill__country { display: flex; align-items: center; }
  .customer .customer__form .input:has(#birthday.input__error) .error__message { align-items: start; }
  .customer .customer__form .input:has(#birthday) .error__message span { line-height: 135%; }
  .customer .customer__form .subscribed-email-error .input .input__blank ~ .subscribed__message,
  .customer .customer__form .subscribed-email-error .input .input__error ~ .subscribed__message { display: none !important;  }
  .customer .customer__form .subscribed-email-error .input .subscribed__message { display: flex; align-items: flex-start; }

  .customer .customer__form .password__btn { position: absolute; top: 12px; right: 16px; cursor: pointer; }
  .customer .customer__form .password__btn .password__btn-hide { display: block; }
  .customer .customer__form .password__btn .password__btn-show { display: none; }
  .customer .customer__form.customer__form__join .form__submit {  border:none; background:#C76733; height: 52px; text-align: center; margin-top: 45px; padding-top:2px;  color: #fff; font-size: 15px; font-weight: 400; border-radius: unset; text-transform: none; transition: all 0.2s ease; line-height: 100%;}
  .customer .customer__form .form__submit { border:1px solid #76787E; background:none; height: 52px; text-align: center; margin-top: 45px; padding-top:2px;  color: #0F0F10; font-size: 15px; font-weight: 400; border-radius: unset; text-transform: none; transition: all 0.2s ease; line-height: 100%;}
  .customer .customer__form .form__submit:hover{cursor: pointer}
  .customer .customer__form .btn_register_link { letter-spacing: 0.3px;  height: 52px; padding-top:2px; text-align: center;  background:#C76733; color: #fff;  font-size: 15px; font-weight: 400; border-radius: unset; text-transform: none; transition: all 0.2s ease; border: none; line-height: 100%;}
  .customer .customer__form .btn_register_link a { font-weight:400; }
  .customer .customer__form .form__policy { padding: 0; color: #9CA3AF; font-size: 13px; font-weight: 400; line-height: 135%; letter-spacing: -0.12px;}
  .customer .customer__form .form__policy a {  font-weight: 500; text-decoration-line: underline; }

  .customer .customer__form .form__secondary-action{margin: 15px 0 0; text-align: center; color: #36393E; font-size: 14px; letter-spacing: 0.28px;}
  .customer .customer__form .sign_link{text-decoration: underline; color: #36393E; letter-spacing: 0.28px; }
  .customer .customer__form .banner__content{ background-color:#f4e9ea; color: #8E1F29; margin-bottom: 20px; padding:13.5px 0 11.5px 16px}
  /* .customer .customer__form .banner__content{display:none;} */

  /* 로그인 */
  .customer .customer__form .password__find{ display: flex; justify-content: right; }
  .customer .customer__form .password__find > button { text-decoration: underline; text-underline-offset: 2px; background: none; border: none; position: static; color: #36393E; font-size: 13px; font-weight: 400; line-height: 100%; letter-spacing: 0.26px; padding:0px; }
  .shopify-section--main-customers-login .customer .container { padding: 0; }
  .shopify-section--main-customers-login .customer .customer__form .input__password { margin-bottom: 20px; }
  /* 비밀번호 재설정 */
  #recover-form-container { padding: 60px 0 140px 0; }
  #recover-form-container .customer__content { width: 400px; margin: 0 auto; }
  #recover-form-container .customer__content .form { width: 100%; }
  #recover-form-container .customer__header { text-align: center; margin-bottom: 40px; }
  #recover-form-container .customer__header__text { margin-bottom: 14px; }
  #recover-form-container .customer__header__sub { margin: 0 auto; color: #4B5563; text-align: center; font-size: 17px; font-weight: 400; line-height: 135%; }
  #recover-form-container .customer__form .input { margin: 0; }
  #recover-form-container .form__secondary-action { margin-block-start: 0; margin-top: 16px; color: var(--main-font-color); font-size: 13px; font-weight: 400; line-height: 135%; letter-spacing: -0.13px;}
  #recover-form-container .form__secondary-action button { margin-left: 12px; line-height: 1; padding-bottom: 2px; border-bottom: 1px solid var(--main-font-color); }
  #recover-form-container:has(.reset-email-sent) .customer__form .customer__header { display: none; }
  #recover-form-container:has(.reset-email-sent) .customer__form .form__secondary-action { display: none; }
  #recover-form-container:has(.reset-email-sent) .customer__form .reset-email-sent .customer__header { display: block; }
  #recover-form-container:has(.reset-email-sent) .customer__content { width: unset; }
  #recover-form-container:has(.reset-email-sent) .reset-email-sent {  text-align: center; }
  #recover-form-container:has(.reset-email-sent) .forgot-password { max-width: 400px; margin: 0 auto; }
  #recover-form-container .reset__help { overflow: hidden; position: relative; transition: all 0.2s ease; height: 19px; left: 50%; transform: translateX(-50%); }
  #recover-form-container .reset__help.active { height: 80px; }
  #recover-form-container .reset__help .help__content { display: inline-flex; flex-direction: column; transition: all 0.2s ease; position: absolute; top: 2px; left: 50%; transform: translateX(-50%); gap: 10px; }
  #recover-form-container .reset__help.active .help__content { top: 33px; }
  #recover-form-container .reset__help .help__icon { margin-top: -0.2%; transform: rotate(0deg); }
  #recover-form-container .reset__help.active .help__icon { transform: rotate(180deg); }
  #recover-form-container .reset__help .help__block { white-space: nowrap; display: inline-flex; justify-content: center; align-items: center; color: var(--main-font-color); font-size: 13px; font-weight: 400; gap: 12px; line-height: 1; }
  #recover-form-container .reset__help .help__block p { margin: 0; }
  #recover-form-container .reset__help .help__block > .help__link { all: unset;}
  #recover-form-container .reset__help .help__title {padding-top: 1px; cursor: pointer;  background-color: white; position: relative; z-index: 2; color:  var(--main-font-color); font-size: 15px; font-weight: 400; line-height: 1; display: flex; justify-content: center; align-items: center; gap: 4px;}
  #recover-form-container .reset__help .help__title span { position: relative; display: inline-block; }
  #recover-form-container .reset__help .help__title span::before { content: ""; position: absolute; left: 0; bottom: -3px; width: 124%; height: 1px; background: #000; }
  #reset-form-container .customer__header__text { text-align: center; }
  .shopify-section--main-customers-reset-password .customer .container { padding: 0; }
  #reset-form-container .customer__header__title { margin-bottom: 14px; }
  #reset-form-container .customer__content { width: 400px; margin: 0 auto; }
  #reset-form-container .customer__content > form { width: 100%; }
  #reset-form-container .customer .customer__form .form__submit { margin-top: 45px; }
  #reset-form-container .customer__form .input:has([name='customer[password_confirmation]']) { margin-bottom: 0; }
 

  /* 로그인 회원가입 버튼 */
.button--full {width: 100%;}
.auth_btn_container{display: flex; flex-direction: column; gap: 12px; }

/* 체크박스 */
.checkbox-wrap { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 15px;  color:#212326; letter-spacing: 0.28px;}
.checkbox-wrap [for="newsletter_mo"],
.checkbox-wrap [for="checkboxterms_mo"] { width: 100%; } 
.checkbox-wrap:nth-child(2) { margin-bottom: 0px;  }
.checkbox-wrap input[type="checkbox"] { appearance: none; width: 18px; height: 18px; border: 1px solid #DEDEDE; border-radius: 1px; cursor: pointer; position: relative; }
.checkbox-wrap input[type="checkbox"]::after { content: ''; position: absolute; top: 47%; left: 50%; display: none; width: 8px; height: 6px; transform: translate(-50%, -50%) scale(1.2); background: center center / 10px 10px no-repeat url('https://cdn.shopify.com/s/files/1/0758/5454/5210/files/Vector_12fd896f-e8d8-4790-9234-ace97baf7763.png?v=1756173479'); background-size: cover; }
.checkbox-wrap input[type="checkbox"]:checked { background-color: #212326; border-radius: 1px;}
.checkbox-wrap input[type="checkbox"]:checked::after { display: block; }
.checkbox-wrap label { cursor: pointer; font-size: 14px; line-height: 1.4; }
.checkbox-wrap a { color:#212326; text-decoration: underline; }
.checkbox-wrap .required-text{ color:#8E1F29; font-weight: 500;}
.checkbox-wrap .marketing-text { color:#5B5D63; }
.checkbox-wrap .marketing-text .highlight {  color:#8E1F29; }
.checkbox-wrap .marketing-text .vouchers { color:#8E1F29; text-decoration-line: underline; font-weight:500;}
.checkbox-wrap .marketing-text .privacy { font-weight:500; color:#5B5D63;}
/* .checkbox-wrap.error {
  border: 2px solid #8E1F29;
} */

.checkbox-wrap input[type="checkbox"].error {border-color: #8E1F29;}
.back_to_login{  border: none;  background: transparent;  text-decoration: underline; margin-top:18px; width:100%; text-align: center; margin-left:0px !important;}


  @media screen and (min-width: 768px) and (max-width: 940px){
    .customer .customer__content { padding: 0 20px; gap: 5.21vw; }
  }

  @media screen and (max-width: 767px) {
    .customer .customer__content { flex-direction: column-reverse; }
    .customer .pc { display: none; }
    .customer .mo { display: block; }
    .customer .customer__container { padding: 0; }
    .customer .customer-banner__mo > img { width: 100%; }
    .customer .customer__content { gap: 0; }
    .customer .customer__form { width:100%; padding: 34px 30px 60px 30px; }
    .customer .customer-title {margin-bottom:5px}
    .customer .customer__header__text { margin-bottom: 22px; }
    .customer .customer__header__title { font-size: 24px; letter-spacing: -0.24px; }
    .customer .customer__header__title.register { font-size: 24px; letter-spacing: 0.48px; margin-bottom: 10px;}
    .customer .customer__form .form__tab { margin-bottom: 22px; }
    .customer .customer__form .input { margin-bottom: 20px; }
    .customer .customer__form .input:has(#phonenumber) { margin-bottom: 16px; }
    .customer .customer__form .input:has(#birthday) { margin-bottom: 35px; }
    .customer .customer__form .form__submit { margin-top: 30px; height: 48px; }
    .customer .customer__form .btn_register_link{ height:48px; }
    .customer .customer__form .input > input { font-size: 14px; padding-left:10px; height: 44px; }
    .customer .customer__form.customer__form__join .input > input {height:48px!important; padding-left: 16px!important; letter-spacing: 0.28px; }
    .customer .customer__form.customer__form__join .form__submit { margin-top: 35px; }

    .customer .customer__form .form__secondary-action{margin-top:16px;}

    .customer .customer__form .banner__content{ padding-left:10px;}
    .customer .customer__form .customer__header__subtitle{ font-size: 15px; }
    .customer .customer__form .input .fill__message span, .customer .customer__form .input .error__message span, .customer .customer__form .input .subscribed__message span, .customer .customer__form .input .fill__country span { padding-top: 3px; font-size: 13px; letter-spacing: -0.11px;}
    .checkbox-wrap { margin-bottom: 13px; line-height: 130%; letter-spacing: 0.28px;}
    .checkbox-wrap input[type="checkbox"] { width: 19px; }
    .customer .customer__form .input__field { font-size: 14px; color: #212326; }
    .customer .customer__form .custom-select__selected { height: 44px; font-size: 14px; padding: 13px 0 14px 10px; }
    .customer .customer__form .custom-select__list { top: 44px; }
    .customer .customer__form .custom-select__list li { height: 44px; font-size: 14px; padding: 14px 0 14px 10px; }
    .checkbox-wrap .marketing-text { line-height: 130%; }


    #recover-form-container .customer__content { width: 100%; }
    #recover-form-container { padding: 0; }
    #recover-form-container .customer__header__sub { color: #4B5563; font-size: 15px; font-weight: 400; line-height: 135%; }
    #recover-form-container .customer__header { margin-bottom: 28px; }
    #recover-form-container .reset-email-sent .customer__header { margin-bottom: 30px; }
    #recover-form-container .customer__form .form__submit { margin-top: 20px; }
    #recover-form-container .reset-email-sent .customer__header__text { margin-bottom: 5px; }
    #reset-form-container .customer__content { width: 100%; }
    #reset-form-container .customer__header__text { margin-bottom: 28px; }
    #reset-form-container .customer__form .form__submit { margin-top: 30px; }
    #recover-form-container .reset__help .help__icon { margin-top: -1%; }
  }
</style>
