.footer-policy {
    display: flex;
    align-items: flex-end;
}

.footer-policy__link {
    display: block;
    color: #fff;
    font-family: 'filson-pro';
    font-size: 17px;
    font-weight: 400;
    text-decoration: underline;
}

.footer-policy__link + .footer-policy__link {
    margin-left: 20px;
}

.bg-login {
    background-color: #15948c;
}

.login-box {
    width: 100%;
    min-height: 957px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 80px;
}

.login-box-title {
    text-align: center;
}

.login-box-title__title {
    color: #141414;
    text-align: center;
    font-family: 'filson-pro';
    font-size: 80px;
    font-weight: 900;
}

.login-box-title__desc {
    margin-top: 15px;
    color: #fff;
    font-family: 'filson-pro';
    font-size: 22px;
    font-weight: 400;
}

.login-box-field {
    width: 650px;
    margin: 80px auto 0;
}

.login-box-field legend {
    display: none;
}

.login-box-field fieldset {
    border: none;
}

.login-box-field__item input + label {
    display: none;
}

.form-input-large {
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    height: 65px;
    width: 100%;
    padding: 0 30px;
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0);
}

.form-input-large::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.form-input-large:focus {
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.1);
}

.login-box-field__item + .login-box-field__item {
    margin-top: 12px;
}

.login-box-field__col {
    padding-top: 35px;
    padding-bottom: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-box-field__right {
    display: flex;
}

.login-box-field__center {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-box-field__link,
.login-box-field__desc {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.login-box-field__link--yellow {
    color: #fff743;
    font-size: 17px;
    font-weight: 700;
    text-decoration: underline;
    margin-left: 12px;
}

.login-box-field__col + .login-box-field__col {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 50px;
    padding-bottom: 50px;
}

.login-box-field__notice {
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 160%; /* 27.2px */
}

.login-box-field__notice b {
    color: #f24800;
    font-weight: 700;
    text-decoration: underline;
}

.btn-small-box {
    display: block;
    background-color: #141414;
    height: 50px;
    padding: 0 37px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 50px;
}

.join-cont {
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 200px;
    max-width: 650px;
    padding-left: var(--base-padding);
    padding-right: var(--base-padding);
}

.login-submain-title {
    text-align: center;
}

.login-submain-title__title {
    color: #141414;
    font-family: 'filson-pro', 'pretendard';
    font-size: 50.435px;
    font-weight: 800;
}

.login-submain-title__desc {
    margin-top: 15px;
    color: #fff;
    font-family: 'filson-pro';
    font-size: 22px;
    font-weight: 400;
}

.login-submain {
    margin-bottom: 50px;
}

.agree-form__check-all {
    padding: 20px 0 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.agree-form__check {
    display: none;
}

.agree-form__check + label {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    padding-left: 35px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.agree-form__check + label::before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("data:image/svg+xml;utf8,<svg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'><rect width='25' height='25' rx='12.5' fill='%23141414'/><path d='M18 9L10.4375 16L7 12.8182' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.2;
}

.agree-form__check:checked + label::before {
    opacity: 1;
}
.agree-form__check-label {
    padding: 10px 0;
}

.agree-form__check-label fieldset {
    border: none;
}

.policy-box {
    height: 220px;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    overflow-y: auto;
    padding: 25px;
}

.policy-box::-webkit-scrollbar {
    width: 6px;
}

.policy-box::-webkit-scrollbar-track {
    background-color: transparent;
}

.policy-box::-webkit-scrollbar-thumb {
    border-radius: 3px;

    background-color: rgba(0, 0, 0, 0.1);
}

.policy-box::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.policy-box p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    font-weight: 400;
    line-height: 160%; /* 24px */
}

.policy-box p + p {
    margin-top: 24px;
}

.policy-box h3 {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 160%; /* 24px */
    margin-bottom: 23px;
}

.agree-form__item + .agree-form__item {
    margin-top: 20px;
}

.agree-form__btns {
    margin-top: 20px;
    display: flex;
}

.btn-large {
    display: inline-block;
    height: 65px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 65px;
    text-align: center;
    padding: 0 30px;
    border-radius: 2px;
    background: #141414;
    min-width: 211px;
}

.btn-large--sec {
    background-color: #383838;
}

.btn-large--pri {
    background-color: #784adc;
}

.btn-large--ter {
    background-color: #15948c;
}

.agree-form__btns .btn-large {
    flex: 1;
}

.join-form__row + .join-form__row {
    margin-top: 12px;
}

.join-form__field {
    position: relative;
}

.join-form__field input + label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    color: rgba(0, 0, 0, 0.5);
    font-size: 17px;
    font-weight: 500;
    line-height: 65px;
    padding: 0 30px;
    opacity: 0;
}

.join-form__field input + label i {
    color: #b81010;
}

.join-form__field input:placeholder-shown + label {
    opacity: 1;
}

.join-form__mailing {
    margin-top: 12px;
    padding: 10px 0 20px;
}

.join-form__btns {
    display: flex;
    margin-top: 17px;
}

.join-form__btns .btn-large {
    flex: 1;
}

.join-form__captcha fieldset {
    border: none;
}

.join-form__captcha legend {
    display: none;
}

.join-form-captcha {
    display: flex;
}

.join-form-captcha__img {
    display: flex;
}

.join-form-captcha__control {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.join-form-captcha__control button {
    font-size: 0;
}

.join-form-captcha__field {
    flex: 1;
    margin-left: 5px;
}

.join-form-captcha__img img {
    height: 65px;
    border-radius: 2px 0 0 2px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.find-box {
    margin: 0 auto;
    width: 100%;
    max-width: 560px;
    background: #1b1b1b;
    padding-top: 80px;
    padding: 140px 60px 60px;
    position: relative;
}

.find-box__title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #141414;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 80px;
}

.find-box .form-input-large {
    color: rgba(255, 255, 255, 1);
}

.find-box .form-input-large + label {
    display: none;
}

.find-box .form-input-large::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.find-box__field + .find-box__field {
    margin-top: 12px;
}

.find-box__btns {
    display: flex;
    margin-top: 12px;
}

.find-box__btns .btn-large {
    background-color: #15948c;
    flex: 1;
}

.find-box__text {
    padding-bottom: 20px;
    color: #a8a8a8;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.34px;
    line-height: 180%; /* 30.6px */
    text-align: center;
}

.find-box__text + .find-box__field {
    margin-top: 12px;
}

.find-box__id {
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 65px;
    text-align: center;
    padding: 0 30px;
}

.bg-mypage {
    background-color: #1b1b1b;
}

.sub-main--dark .sub-main__title {
    color: #fff;
}

.sub-main__desc {
    color: #fff;
}

.mypage-menu {
    padding-top: 60px;
}

.mypage-member {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mypage-member__profile {
    display: flex;
    align-items: center;
}

.mypage-member__text {
    margin-left: 8px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 40px; /* 181.818% */
    letter-spacing: -0.44px;
}

.mypage-member__text b {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.52px;
}

.mypage-member__logout {
    color: #a8a8a8;
    font-family: 'filson-pro';
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.36px;
    display: inline-block;
    border-bottom: 1px solid #a8a8a8;
    padding-bottom: 4px;
}

.mypage-menu__list {
    margin-top: 25px;
}

.mypage-menu__item {
    background: rgba(255, 255, 255, 0.07);
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
}

.mypage-menu__item + .mypage-menu__item {
    margin-top: 15px;
}

.mypage-menu__item--order:hover {
    background-color: #784adc;
}

.mypage-menu__item--profile:hover {
    background-color: #15948c;
}

.mypage-menu__link {
    display: flex;
    align-items: center;
    height: 119px;
    padding: 0 38px;
}

.mypage-menu__link span {
    margin-left: 20px;
    color: #fff;
    font-family: 'filson-pro';
    font-size: 22px;
    font-weight: 500;
}

.bg-order {
    background-color: #1b1b1b;
}

.order-container {
    padding: 70px;
    padding-right: calc(var(--logo-width) + 70px);
    padding-bottom: 180px;
}

.sub-main-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub-main__sub {
    color: #a8a8a8;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px; /* 200% */
}

.search-form {
    position: relative;
    padding-right: 62px;
}

.input-search {
    width: 276px;
    display: flex;
    height: 62px;
    padding: 0 22px;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    border: none;
}

.input-search::placeholder {
    color: #5c5c5c;
}

.input-search + label {
    display: none;
}

.btn-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 62px;
    height: 62px;
    background-image: url("data:image/svg+xml;utf8,<svg width='62' height='62' viewBox='0 0 62 62' fill='none' xmlns='http://www.w3.org/2000/svg'><rect width='62' height='62' fill='%23784ADC'/><path d='M40.0002 40.0002L35.6602 35.6602' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path d='M30 38C34.4183 38 38 34.4183 38 30C38 25.5817 34.4183 22 30 22C25.5817 22 22 25.5817 22 30C22 34.4183 25.5817 38 30 38Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0;
}

.order-list {
    margin-top: 80px;
}

.order-list__item + .order-list__item {
    margin-top: 30px;
}

.order-list__link {
    display: block;
}

.order-list__top {
    display: flex;
    padding: 20px 40px;
    align-items: center;
    background: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid transparent;
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
}

.order-list__date {
    color: #fff;
    font-family: 'filson-pro';
    font-size: 24px;
    font-weight: 700;
}

.order-list__info {
    display: flex;
    margin-left: 30px;
    align-items: center;
}

.order-list__label {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}

.order-list__order-num {
    margin-left: 10px;
    color: #fff;
    font-family: 'filson-pro';
    font-size: 17px;
    font-weight: 500;
    text-decoration: underline;
}

.order-list__cont {
    background: rgba(255, 255, 255, 0.07);
    padding: 30px 40px 40px;
    padding-right: 120px;
    position: relative;
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
}

.order-list__title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.44px;
}

.order-list__price {
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.order-list__price-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    font-weight: 400;
    margin-right: 9px;
}

.order-list__total {
    color: #d67dff;
    font-size: 20px;
    font-weight: 700;
}

.order-list__cont svg {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
}

.order-list__item:hover .order-list__top,
.order-list__item:hover .order-list__cont {
    background-color: #784adc;
}

.order-list__item:hover .order-list__top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.order-list__cont svg path {
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
}

.order-list__item:hover .order-list__cont svg path {
    fill: black;
    stroke: black;
}

.comm-paging {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.comm-paging__list {
    display: flex;
    align-items: center;
    margin: 0 13px;
}

.comm-paging__btn,
.comm-paging__page {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background-color: #141414;
    line-height: 41px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'filson-pro';
    font-size: 13px;
    font-weight: 400;
    line-height: 100%; /* 13px */
    transition: All 0.3s ease-out;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
}

.comm-paging__btn:hover {
    background-color: #784adc;
}

.comm-paging__page.current {
    background-color: #784adc;
    color: #000;
}

.comm-paging__item + .comm-paging__item {
    margin-left: 13px;
}

.order-detail {
    margin-top: 80px;
}

.order-block + .order-block {
    margin-top: 90px;
}

.order-layout__right + .order-block {
    margin-top: 90px;
}

.order-block-title {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.order-block-title__title {
    flex: 1;
    color: #fff;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: -0.54px;
}

.order-info-box__top {
    display: flex;
    align-items: center;
    padding: 20px 40px;
    background-color: #784adc;
}

.order-info-box--expired .order-info-box__top {
    background-color: #141414;
}

.order-info-box__label + .order-info-box__label {
    margin-left: 30px;
}

.order-info-box__label {
    display: flex;
    align-items: center;
}

.order-info-box__label span {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
}

.order-info-box__label b {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;
    line-height: 24px;
}

.order-info-box__cont {
    padding: 40px;
    background: rgba(255, 255, 255, 0.07);
}

.order-info-box__title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.44px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.order-info-box__item + .order-info-box__item {
    margin-top: 20px;
}

.order-info-box__item {
    display: flex;
}

.order-info-box dt {
    flex: 0 0 150px;
    color: #d67dff;
    font-size: 16px;
    font-weight: 500;
    padding-left: 30px;
    position: relative;
}

.order-info-box dt::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #d67dff;
    position: absolute;
    top: 5px;
    left: 10px;
}

.order-info-box dd {
    flex: 1;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.order-info-box--expired .order-info-box__label span,
.order-info-box--expired .order-info-box__label b {
    color: #a8a8a8;
}

.order-info-box--expired.order-info-box dt,
.order-info-box--expired.order-info-box dd {
    color: #a8a8a8;
}

.order-info-box--expired.order-info-box dt::before {
    background-color: #a8a8a8;
}

.order-block-data {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.order-block-data__item {
    display: flex;
    align-items: center;
    padding: 25px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.order-block-data__item dt {
    flex: 0 0 240px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    font-weight: 500;
}

.order-block-data__item dd {
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    font-weight: 500;
}

.order-summery {
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.order-summery__cont {
    padding: 40px 50px;
    background: rgba(255, 255, 255, 0.03);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.order-summery__item + .order-summery__item {
    margin-top: 30px;
}

.order-summery__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-summery__name {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.order-summery__price {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.order-summery__foot {
    padding: 40px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-summery__label {
    color: #d67dff;
    font-size: 20px;
    font-weight: 600;
}

.order-summery__total {
    color: #d67dff;
    font-size: 25px;
    font-weight: 600;
}

.order-summery-discount {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.order-summery--small .order-summery__name,
.order-summery--small .order-summery__price {
    font-size: 16px;
}

.order-summery--small .order-summery__item + .order-summery__item {
    margin-top: 18px;
}

.order-summery--small .order-summery-discount {
    margin-top: 15px;
    padding-top: 15px;
}

.order-summery--small .order-summery__label {
    font-size: 16px;
}

.order-btns {
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
}

.order-btns__center {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-form {
    margin-top: 80px;
}

.profile-form__row {
    display: flex;
    padding: 20px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.profile-form__label {
    flex: 0 0 160px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 55px;
}

.profile-form__text {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 55px;
}

.profile-form__field {
    flex: 1;
    min-width: 0;
}

.profile-form__input {
    max-width: 724px;
    position: relative;
}

.profile-form__input input[type='text'],
.profile-form__input input[type='password'] {
    padding: 0 25px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid transparent;
    color: rgba(255, 255, 255, 1);
    font-size: 17px;
    font-weight: 500;
    height: 55px;
    width: 100%;
}

.profile-form__input input[type='text']::placeholder,
.profile-form__input input[type='password']::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.profile-form__input input[type='text'] + label,
.profile-form__input input[type='password'] + label {
    display: none;
}

.btn-toggle-show {
    position: absolute;
    top: 14px;
    right: 25px;
    width: 26px;
    height: 26px;
    background-image: url("data:image/svg+xml;utf8,<svg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M17.8537 6.5845L21.1882 3.25H23.2779L4.80166 21.736H2.70216L6.78849 17.6497C4.82379 16.3642 3.23034 14.5862 2.16699 12.493C3.14422 10.4346 4.67416 8.68812 6.58613 7.44855C8.49809 6.20897 10.7169 5.52502 12.9949 5.473C14.673 5.473 16.3402 5.85433 17.8537 6.5845ZM10.6787 12.4627C10.6896 11.1952 11.7296 10.1768 12.9949 10.1768C13.3448 10.1768 13.6947 10.2592 14.0132 10.4238L15.6599 8.77717C14.887 8.21 13.9536 7.90343 12.9949 7.90183C12.392 7.90155 11.7949 8.02012 11.2378 8.25076C10.6807 8.4814 10.1745 8.81959 9.74821 9.24599C9.32191 9.67239 8.98384 10.1786 8.75333 10.7358C8.52282 11.2929 8.4044 11.89 8.40482 12.493C8.40482 13.4507 8.71357 14.3867 9.27907 15.158L10.9257 13.5113C10.7633 13.1856 10.6787 12.8266 10.6787 12.4627ZM17.4517 11.4335L20.5501 8.33517L20.5609 8.346C21.9092 9.50764 23.0204 10.9187 23.8337 12.5017C22.8529 14.5574 21.3221 16.3015 19.4109 17.5406C17.4997 18.7797 15.2828 19.4654 13.0057 19.5217C11.9246 19.5217 10.8651 19.3678 9.83483 19.0591L11.9354 16.9585C12.6579 17.1437 13.4154 17.1437 14.1378 16.9585C15.3091 16.663 16.3156 15.9155 16.9369 14.8796C17.5582 13.8437 17.7437 12.6037 17.4528 11.4313L17.4517 11.4335Z' fill='white' fill-opacity='0.3'/></svg>");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
    font-size: 0;
}

.profile-form__checkbox {
    display: flex;
    align-items: center;
    height: 55px;
}

.profile-form__checkbox input[type='checkbox'] {
    display: none;
}

.profile-form__checkbox input[type='checkbox'] + label {
    position: relative;
    padding-left: 35px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    line-height: 25px;
}

.profile-form__checkbox input[type='checkbox'] + label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background-image: url("data:image/svg+xml;utf8,<svg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'><rect width='25' height='25' rx='12.5' fill='%2315948C'/><path d='M18 9L10.4375 16L7 12.8182' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.2;
}

.profile-form__checkbox input[type='checkbox']:checked + label::before {
    opacity: 1;
}

.profile-btns {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.profile-btns .btn-large + .btn-large {
    margin-left: 11px;
}

.order-confirm {
    padding: 158px 70px 180px;
}

.order-confirm-title {
    text-align: center;
}

.order-confirm-title__title {
    color: #fff;
    font-family: 'filson-pro';
    font-size: 70px;
    font-weight: 900;
}

.order-confirm__detail {
    margin: 80px auto 0;
    max-width: 1400px;
}

.order-form {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.order-form__row {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.order-form__label {
    flex: 0 0 240px;
}

.order-form__label p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    font-weight: 500;
    line-height: 55px;
}

.order-form__field {
    flex: 1;
    min-width: 0;
}

.order-form__text {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.order-form__input {
    width: 100%;
    max-width: 724px;
}

.order-form__input input {
    width: 100%;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.08);
    height: 55px;
    padding: 0 25px;
    color: rgba(255, 255, 255, 1);
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    border: 1px solid transparent;
}

.order-form__input input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.order-form__input input + label {
    display: none;
}

.order-form-additional {
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.order-form-additional textarea {
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.08);
    padding: 30px;
    border: 1px solid transparent;
    resize: none;
    height: 173px;
    width: 100%;
    color: rgba(255, 255, 255, 1);
    font-size: 17px;
}

.order-form-additional textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.order-layout {
    margin-top: 115px;
    padding-right: 523px;
    position: relative;
}

.order-layout__right {
    position: absolute;
    top: 0;
    right: 0;
    width: 425px;
}

.order-payment-method__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    -ms-column-gap: 20px;
    row-gap: 10px;
    -ms-row-gap: 10px;
}

.order-payment-method__item {
    width: 100%;
    grid-column: auto / span 1;
    -ms-grid-column: auto / span 1;
}

.order-payment-method__btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 108px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0);
    cursor: pointer;
}

.order-payment-method__btn svg {
    height: 32px;
}

.order-payment-method__btn span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-top: 5px;
}

.order-payment-method__item input[type='radio'] {
    display: none;
}

.order-payment-method__item input[type='radio']:checked + label {
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.03);
}

.order-form__radio {
    display: flex;
    align-items: center;
}

.order-form__radio > div + div {
    margin-left: 20px;
}

.order-form__radio input[type='radio'] {
    display: none;
}

.order-form__radio input[type='radio'] + label {
    position: relative;
    padding-left: 34px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    line-height: 24px;
    color: #fff;
    font-size: 18px;
    position: relative;
}

.order-form__radio input[type='radio'] + label::before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transform: translateY(-50%);
    box-sizing: border-box;
}

.order-form__radio input[type='radio'] + label::after {
    content: '';
    width: 10px;
    height: 10px;
    top: 5px;
    left: 7px;
    position: absolute;
    border-radius: 50%;
    background-color: #d67dff;
    opacity: 0;
}

.order-form__radio input[type='radio']:checked + label::after {
    opacity: 1;
}

.order-form__radio input[type='radio']:checked + label::before {
    border-color: #d67dff;
}

.order-summery-btns {
    display: flex;
}

.order-summery-btns .btn-large {
    margin-top: 30px;
    flex: 1;
}

.btn-icon {
    height: 36px;
    padding: 8px 15px;
    border-radius: 2px;
    border: 1px solid #000;
    background: #141414;
    font-size: 0;
}

.btn-icon span {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.32px;
    line-height: 20px;
    margin-left: 7px;
}

.order-notice {
    margin-top: 30px;
    padding: 30px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.08);
}

.order-notice p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 17px;
    font-weight: 500;
}

.order-expired {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.order-expired p {
    color: #b81010;
    font-size: 20px;
    font-weight: 600;
    margin-left: 5px;
}

.bg-nonemember {
    background-color: #9c9c00;
}

@media screen and (max-width: 1835px) {
}

@media screen and (max-width: 1279px) {
    .order-container {
        padding-left: var(--base-padding);
        padding-right: var(--base-padding);
    }
    .order-confirm {
        padding-left: var(--base-padding);
        padding-right: var(--base-padding);
    }
    .order-layout {
        padding-right: 0;
    }
    .order-layout__right {
        position: static !important;
        margin-top: 90px;
        width: 100%;
    }
}

@media screen and (max-width: 1023px) {
    .login-box {
        width: 100%;
        min-width: 0;
        padding-left: var(--base-padding);
        padding-right: var(--base-padding);
        min-height: var(--base-height);
    }
    .login-box__cont {
        width: 100%;
    }
    .login-box-field {
        width: 100%;
        margin-top: 40px;
    }
    .login-box-title__title,
    .login-submain-title__title,
    .order-confirm-title__title {
        font-size: 32px;
    }
    .login-box-title__desc,
    .login-submain-title__desc {
        font-size: 14px;
    }
    .form-input-large {
        height: 45px;
        padding: 0 13px;
        font-size: 15px;
    }
    .login-box-field__link,
    .login-box-field__desc {
        font-size: 14px;
    }
    .login-box-field__col {
        display: block;
    }
    .login-box-field__col--static {
        display: flex;
    }
    .login-box-field__right {
        margin-top: 10px;
    }
    .login-box-field__col + .login-box-field__col {
        padding-top: 25px;
        padding-bottom: 0;
    }
    .login-box-field__btn-login {
        width: 51px;
        height: 24px;
    }
    .btn-small-box {
        height: 40px;
        padding: 0 20px;
        font-size: 14px;
        line-height: 40px;
    }
    .login-box-field__btn-login svg {
        width: 100%;
        height: 100%;
    }
    .login-box-field__notice {
        font-size: 14px;
    }
    .join-cont {
        padding-top: 120px;
    }
    .join-form__field input + label {
        font-size: 15px;
        line-height: 45px;
        padding: 0 13px;
    }
    .agree-form__check + label {
        font-size: 14px;
        line-height: 20px;
        padding-left: 30px;
    }
    .agree-form__check + label::before {
        width: 20px;
        height: 20px;
    }
    .policy-box {
        padding: 15px;
    }
    .policy-box p {
        font-size: 14px;
    }
    .btn-large {
        height: 45px;
        font-size: 14px;
        line-height: 45px;
        padding: 0 20px;
        min-width: 160px;
    }
    .find-box__title {
        height: 60px;
        font-size: 18px;
        line-height: 60px;
    }
    .find-box {
        padding: 100px 40px 40px;
    }
    .find-box__text {
        font-size: 14px;
    }
    .find-box__id {
        font-size: 14px;
        line-height: 45px;
        padding: 0 20px;
    }
    .mypage-member__text {
        font-size: 14px;
    }
    .mypage-member__text b {
        font-size: 18px;
    }
    .mypage-member__logout {
        font-size: 14px;
    }
    .mypage-menu__link {
        height: 80px;
        padding: 0 20px;
    }
    .mypage-menu__link span {
        font-size: 18px;
        margin-left: 10px;
    }
    .sub-main-col {
        display: block;
    }
    .sub-main-col__right {
        margin-top: 20px;
    }
    .input-search {
        height: 45px;
        padding: 0 13px;
    }
    .btn-search {
        width: 45px;
        height: 45px;
    }
    .search-form {
        padding-right: 55px;
    }
    .input-search {
        width: 100%;
    }
    .order-list {
        margin-top: 40px;
    }
    .order-list__top {
        display: block;
        padding: 20px;
    }
    .order-list__date {
        font-size: 14px;
    }
    .order-list__info {
        margin-left: 0;
        margin-top: 10px;
    }
    .order-list__label,
    .order-list__order-num {
        font-size: 14px;
    }
    .order-list__cont {
        padding: 20px;
    }
    .order-list__title {
        font-size: 18px;
        line-height: 1.4em;
    }
    .order-list__price-label {
        font-size: 14px;
        margin-right: 10px;
    }
    .order-list__total {
        font-size: 16px;
    }
    .order-list__cont svg {
        right: 20px;
        bottom: 20px;
        top: auto;
        transform: none;
        width: 40px;
        height: 34px;
    }
    .comm-paging__btn,
    .comm-paging__page {
        width: 30px;
        height: 30px;
    }
    .order-detail {
        margin-top: 40px;
    }
    .order-block-title {
        margin-bottom: 20px;
    }
    .order-block-title__title {
        font-size: 20px;
    }
    .order-info-box__top {
        padding: 20px;
        display: block;
    }
    .order-info-box__label span {
        font-size: 14px;
        line-height: 100%;
    }
    .order-info-box__label b {
        font-size: 16px;
        line-height: 100%;
    }
    .order-info-box__label + .order-info-box__label {
        margin-left: 0;
        margin-top: 10px;
    }
    .order-info-box__cont {
        padding: 20px;
    }
    .order-info-box__title {
        font-size: 18px;
        line-height: 1.4em;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .order-info-box__item + .order-info-box__item {
        margin-top: 10px;
    }
    .order-info-box dt {
        padding-left: 20px;
    }
    .order-info-box dt,
    .order-info-box dd {
        font-size: 14px;
        line-height: 1.4em;
    }
    .order-info-box dt::before {
        left: 8px;
        top: 8px;
        width: 4px;
        height: 4px;
    }
    .order-block-data__item {
        padding: 15px 10px;
    }
    .order-block-data__item dt {
        flex: 0 0 160px;
    }
    .order-block-data__item dt,
    .order-block-data__item dd {
        font-size: 14px;
        line-height: 1.4em;
    }
    .order-block + .order-block {
        margin-top: 60px;
    }
    .order-summery__cont,
    .order-summery__foot {
        padding: 30px;
    }
    .order-summery__name,
    .order-summery__price,
    .order-summery__label,
    .order-summery__total {
        font-size: 14px;
    }
    .order-summery__item + .order-summery__item,
    .order-summery--small .order-summery__item + .order-summery__item {
        margin-top: 10px;
    }
    .order-summery-discount {
        margin-top: 20px;
        padding-top: 20px;
    }
    .order-btns {
        margin-top: 60px;
    }
    .profile-form {
        margin-top: 60px;
    }
    .profile-form__input input[type='text'],
    .profile-form__input input[type='password'] {
        height: 45px;
        padding: 0 13px;
        font-size: 15px;
    }
    .profile-form__row {
        display: block;
        padding: 15px 0;
    }
    .profile-form__label {
        line-height: 100%;
        font-size: 14px;
    }
    .profile-form__field {
        margin-top: 10px;
    }
    .profile-form__text {
        font-size: 15px;
        line-height: 45px;
    }
    .btn-toggle-show {
        top: 9px;
        right: 15px;
    }
    .profile-form__checkbox {
        height: 45px;
    }
    .profile-form__checkbox input[type='checkbox'] + label {
        font-size: 15px;
        padding-left: 30px;
        line-height: 20px;
    }
    .profile-form__checkbox input[type='checkbox'] + label::before {
        width: 20px;
        height: 20px;
    }
    .order-container {
        padding-bottom: 90px;
    }
    .order-form__label {
        flex: 0 0 160px;
    }
    .order-form__label p {
        font-size: 14px;
        line-height: 45px;
    }
    .order-form__input input {
        height: 45px;
        padding: 0 13px;
        font-size: 15px;
    }
    .order-form-additional {
        padding: 15px 0;
    }
    .order-form-additional textarea {
        font-size: 15px;
        padding: 20px;
    }
    .order-form__radio input[type='radio'] + label {
        font-size: 15px;
        padding-left: 30px;
    }
    .order-form__radio input[type='radio'] + label::before {
        width: 20px;
        height: 20px;
    }
    .order-form__radio input[type='radio'] + label::after {
        top: 4px;
        left: 5px;
    }
    .order-layout,
    .order-layout__right,
    .order-layout__right + .order-block {
        margin-top: 60px;
    }
    .order-confirm {
        padding-bottom: 90px;
    }
    .order-summery--small .order-summery__name,
    .order-summery--small .order-summery__price,
    .order-summery--small .order-summery__label {
        font-size: 14px;
    }
    .btn-icon span {
        font-size: 14px;
    }
    .order-payment-method__list {
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-template-columns: repeat(2, 1fr);
        column-gap: 10px;
        -ms-column-gap: 10px;
        row-gap: 10px;
        -ms-row-gap: 10px;
    }
    .order-payment-method__btn span {
        font-size: 16px;
    }
    .order-expired p {
        font-size: 16px;
    }
    .order-expired svg {
        width: 20px;
        height: 20px;
    }
    .join-cont {
        padding-bottom: 90px;
    }
}
