/* PICKKO MOBILE APPLICATION *
 * LAYOUT & PAGES            */
@charset "UTF-8";

/* 레이아웃 구성 */
html {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none;
}

.pickko {
    position: relative;
    width: 100vw;
    height: 100%;
    /* min-height: 100vh; */
    overflow: hidden;
    color: var(--black-700);
    margin: 0;
    padding: 0;
    border: none;
    font-family: var(--normal-font-family);
    font-size: 13px;
    -webkit-text-size-adjust: 100%;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    /*-webkit-overflow-scrolling: touch;*/
}

.pickko_load_sub .pickko__main,
.pickko_sub .pickko__main {
    display: none;
    visibility: hidden;
}
.pickko_sub .pickko__sub {
    display: block;
    visibility: visible;
}
.pickko_sub .pickko__sub .pickko__container {
    overflow: auto;
}
.pickko__main {
    position: relative;
    display: flex;
    flex-flow: column;
    flex-wrap: nowrap;
    overflow: hidden;
    height: 100%;
}
.pickko__main-item {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    visibility: hidden;
}
.pickko__main-item_current {
    display: block;
    visibility: visible;
}

.pickko__header {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    z-index: 20;
}

.pickko__container {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.pickko__nav {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    border-top: solid 0.5px #d5d6d7;
    z-index: 20;
}
.pickko__sub {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: var(--background-sub);
    display: none;
    overflow: hidden;
    visibility: hidden;
}

.pickko__layer {
    position: fixed;
    top: 30vh;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: column;
    flex-wrap: nowrap;
    background: var(--background-sub);
    overflow: auto;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.3s, 0.3s ease-in-out;
    overscroll-behavior-y: contain;
 }
.pickko__layer.pickko__layer_open {
    visibility: visible;
    top: 0vh;
    opacity: 1;
    transition: 0.3s ease-in-out ;
}

.pickko__layer-sub { position: fixed; top: 30vh; left: 0; width: 100vw; height: 100vh; display: flex; flex-flow: column; flex-wrap: nowrap; background: var(--background-sub); overflow: auto; overscroll-behavior-y: contain; z-index: 1000; visibility: hidden; opacity: 0; transition: visibility 0s 0.3s, 0.3s ease-in-out; }
.pickko__layer-sub.pickko__layer-sub_open { visibility: visible; top: 0vh; opacity: 1; transition: 0.3s ease-in-out ; }
.pickko__layer-sub #layer_header h1 { padding-left: 55px; }
.pickko__layer-sub #layer_contents { height: 100%; overflow: auto; }
.pickko__layer-sub {}

.pickko_unload .pickko__main,
.pickko_unload .pickko__sub,
.pickko_unload .pickko__layer,
.pickko_unload .pickko__layer-sub {
    /*display: none;*/
    visibility: hidden;
}

.nav {
    position: relative;
    font-size: 0;
    padding: 0 4%;
    display: flex;
    flex-flow: nowrap;
    background-color: #fff;
}
.nav__item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
    padding-bottom: max( calc(var(--env-bottom) - 13px), 0px);
    transition: 0.1s ease-out;
}
.nav__icon {
    display: block;
    width: 100%;
    height: 50px;
    transition: 0.1s ease-out;
}
.nav__icon_type_home     { background: var(--icon-24-home-off) center center/24px no-repeat; }
.nav__icon_type_shop     { background: var(--icon-24-shop-off) center center/24px no-repeat; }
.nav__icon_type_favorite { background: var(--icon-24-favorite-off) center center/24px no-repeat; }
.nav__icon_type_mypage   { background: var(--icon-24-my-off) center center/24px no-repeat; }
.nav__icon_type_more     { background: var(--icon-24-more-off) center center/24px no-repeat; }
.nav__item_current .nav__icon_type_home     { background-image: var(--icon-24-home-on); }
.nav__item_current .nav__icon_type_shop     { background-image: var(--icon-24-shop-on); }
.nav__item_current .nav__icon_type_favorite { background-image: var(--icon-24-favorite-on); }
.nav__item_current .nav__icon_type_mypage   { background-image: var(--icon-24-my-on); }
.nav__item_current .nav__icon_type_more     { background-image: var(--icon-24-more-on); }

.nav__text { display: none; }
.nav__item_current .nav__icon { }

.header {
    display: flex;
    /*height: 50px;*/
    padding: max(var(--env-top), 7px) 7px 7px 7px;
    background-color: var(--background);
    /*backdrop-filter: blur(4px);*/
    transition: 0.2s ease-out;
    border-bottom: solid 0px rgba(0,0,0,0.0);
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
}
.header__back { position: relative; width:36px; height: 36px; font-size: 0; line-height: 0; color: rgba(0,0,0,0); z-index: 10; flex: 0 0 auto; }
.header__title { position: relative; opacity: 1; padding: 0 6px; height: 36px; line-height: 36px; z-index: 5; flex: 1 1 auto; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: 0.2s; }
.header__logo { display: inline-block; padding: 0 8px; font-size: 0; vertical-align: top; flex: 0 0 auto; }
.header__title-link { display: table-cell; height: 36px; font-size: 17px; line-height: 17px; font-weight: 700; color: #0a0a0a; vertical-align: bottom; padding: 0 0 18px 48px; }
.header__btn-group { position: relative; min-width:36px; height: 36px; padding: 0; font-size: 0; line-height: 0; color: rgba(0,0,0,0); z-index: 10; flex: 0 0 auto; }
.header__btn { display: inline-block; margin-left: 10px; }
.header__btn:first-child { margin-left: 0; }
.header__btn[noti='on'] .icon_type_alram { animation: bell 1s linear; transform-origin: 50% 8px; }
.header__btn[noti='on'] .icon_type_alram:after { position: absolute; top: 7px; right: 7px; content: ''; width: 4px; height: 4px; background-color: var(--bg-red); border-radius: 50%; animation: wobble .5s linear both; }
.header__tab {  display: flex; flex-flow: row wrap; flex: 1 1 100%; }
.header__tab-item { position: relative; display: flex; justify-content: center; align-items: center; text-align: center; flex: 1 1 auto; font-size: 14px; height: 40px; font-weight: 300; color: var(--black-200); }
.header__tab-item_current { font-weight: 400; color: var(--black-900); }
.header__tab-item_current:after {
    content: '';
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: var(--bg-primary);
}
/*.header_scroll_on { border-bottom: solid 0.5px rgba(0,0,0,0.06); }*/
.header_scroll_on { box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 15%); }

/* 레이어 */
.layer { overflow: hidden; }
.layer__header {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    flex-shrink: 0;
    z-index: 200;
    /*margin-bottom: 1px;*/
    border-bottom: solid 1px rgba(0,0,0,0.06);
}
.layer__header:not(.layer__header_back) { padding-left: 15px; }
.layer__header_border_none { border-bottom: solid 1px rgba(0,0,0,0); }
.layer__header .header__back { display: none; }
.layer__header .header__btn-group { display: none; }
.layer__header_back .header__back { display: block; }
.layer__header_close .header__btn-group { display: block; }
.layer__contents { position: relative; display: block; height: 100%; overflow: auto; }

/* 레이아웃 */
.layout {  }
.layout__header {
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    top: 0px;
    flex-shrink: 0;
    z-index: 200;
    flex-flow: row wrap;
    /*margin-bottom: 1px;*/
    border-bottom: solid 1px rgba(0,0,0,0.06);
}
.layout__header:not(.layout__header_back) { padding-left: 15px; }
.layout__header_border_none { border-bottom: solid 1px rgba(0,0,0,0); }
.layout__header .header__back { display: none; }
.layout__header .header__btn-group { display: none; }
.layout__header .header__tab { display: none; }
.layout__header_back .header__back { display: block; }
.layout__header_close .header__btn-group { display: block; }
.layout__header_tab .header__tab { display: flex; }
.layout__header_tab { padding: max(var(--env-top), 7px) 7px 0px 7px; }
.layout__contents { }
/*.pickko__sub .layout__contents { background: var(--background-sub); }*/
.layout__divider { position: relative; z-index: 10; display: block; margin: 0; background: #f4f5f7; height: 8px; border: none; border-top: solid 0.5px #e2e3e5; flex-shrink: 0; }
.layout__divider:first-child { border-top: none; }
.layout__footer { text-align: center; padding: 30px 0 36px 0; }
.layout__footer-heading {}
.layout__footer-heading:after {
    display: inline-block;
    content: '';
    width: 7px;
    height: 7px;
    transform: translate(5px,-0.5px) rotate(135deg);
    transform-origin: 50% 50%;
    border-top: solid 0.5px var(--black-400);
    border-radius: 0px;
    border-left: solid 0.5px var(--black-400);
    border-right: none;
    border-bottom: none;
    background: transparent;
}
.layout__footer-copyright { margin-top: 9px; font-size: 11px; line-height: 11px; color: var(--black-400); font-weight: 300; letter-spacing: -0.6px;  }
.layout__header:not(.layout__header_border_none) + .layout__divider { border-top: none; }
.layout__divider + .layout__divider { display: none; }

.layout__footer-btn { height: max( calc(var(--env-bottom) - 13px + 60px), 60px); }
.layout_fixed_footer-btn { height: 100%; padding-bottom: max( calc(var(--env-bottom) - 13px + 60px), 60px); }
.layout_fixed_footer-btn .layout__footer-btn { position: fixed; bottom: 0; left: 0; right: 0; width: 100%; z-index: 100; }
.layout_fixed_footer-btn .layout__footer-btn .btn { height: 100%; padding-bottom: max( calc(var(--env-bottom) - 13px), 0px); }

.layout__footer_sticky { position: -webkit-sticky; position: sticky; z-index: 110; bottom: 0; left: 0; right: 0; width: 100%; padding: 12px 20px max( calc(var(--env-bottom) - 13px + 20px), 20px) 20px; border-top: solid 0.5px rgba(255,255,255,0.5); background: rgba(255,255,255,0.7); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); }

.company {}
.company__contents { padding: 20px; }
.company__heading { padding: 0 0 24px 0; }
.company__info { display: flex; flex-flow: row wrap; width: 100%; }
.company__label { width: 105px; flex: 0 0 auto; font-size: 12px; line-height: 12px; font-weight: 300; color: var(--black-400); letter-spacing: -0.86px; padding: 5px 0; }
.company__text { width: calc(100% - 105px); flex: 1 1 auto; font-size: 12px; line-height: 12px; font-weight: 400; color: var(--black-400); letter-spacing: -0.86px; padding: 5px 0; }
.company__menu { padding: 5px 20px; background: var(--background); border-radius: 16px; margin-top: 20px; border: solid 0.5px #e2e3e5; }
.company__menu-item { border-top: solid 0.5px #e2e3e5; height: 58px }
.company__menu-item:first-child { border-top: none; }

/* 로그인 */
.signin { display: flex; flex-wrap: nowrap; flex-flow: column; height: min(calc(100% + var(--env-top) + var(--env-bottom)), 100vh); min-height: 610px; background: #f4f5f7; }
.signin__header { display: flex; justify-content: center; align-items: center; height: 100%; }
.signin__logo { width: 127px; height: 35px; margin-top: 16px; }
.signin__contents { position: relative; flex-shrink: 0; /* min-height: 410px; */ background: #edeef2; }
.signin__contents:before {
    position: absolute;
    content: '';
    top: -48px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100%;
    background: var(--auth-signin-bg) center top/180px repeat-x;
    z-index: 1;
}
.signin__form { position: relative; margin: 0 auto; width: 100%; max-width: 420px; height: 100%; padding: 42px 26px max(32px, var(--env-bottom) + 13px) 36px; z-index: 10; background: #fff; border-radius: 40px 40px 0 0; box-shadow: 0 0 18px rgba(0,0,0,0.05); }
.signin__form .form__layout .form__label { display: none; }
.signin__form .form__layout .form__input { margin-top: 0; }
.signin__form .form__layout .form__row-pw .form__input { margin-top: 10px; }
.signin__form .form__layout .form__msg.form__msg_on { margin: 0; }
.signin__btn-group { padding-top: 24px; }
.signin__btn-group .btn:nth-child(2) { margin-top: 10px; }
.signin__find { display: flex; padding: 10px 0 0 0; justify-content: center; }
.signin__find-id,
.signin__find-pw { position: relative; display: block; padding: 10px 7px; font-size: 13px; line-height: 13px; color: var(--black-400); font-family: var(--normal-font-family); font-weight: 300; }
.signin__find-id + .signin__find-pw:before { position: absolute; content: ''; top: 50%; transform: translate(0, -50%); left: -0.5px; width: 0.5px; height: 9px; background: #e2e2e5; }

/* 이용약관 */
.terms { padding: 20px; }
.terms__group { padding: 0 20px; overflow: hidden; background: #fff; border-radius: 16px; box-shadow: 0 0 10px rgba(0,0,0,0.07); }
.terms__item { position: relative; height: 56px; line-height: 56px; border-top: solid 0.5px #e2e3e5; font-size: 14px; letter-spacing: -0.7px; font-weight: 300; }
.terms__item:first-child { border-top: none; }
.terms__link { font-size: 13px; letter-spacing: -0.8px; text-decoration: underline; position: absolute; top: 50%; right: 0; transform: translate(0, -50%); color: var(--black-200); font-weight: 300; }
.terms__text_required { color: var(--color-required); }
.terms__item .form__checkbox + label { font-size: 14px; letter-spacing: -0.7px; font-weight: 300; }
.terms__group-footer { padding: 10px 0 10px 16px; color: var(--black-700); }
.terms__footer { position: fixed; bottom: 0; left: 0; right: 0; width: 100%; }
.terms__msg { padding-left: 18px; }

.order-terms { padding: 20px; }
.order-terms__group { padding: 20px 20px 0; overflow: hidden; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.07); }
.order-terms__item { position: relative; height: 40px; line-height: 40px; font-size: 14px; letter-spacing: -0.7px; font-weight: 300; }
.order-terms__link { font-size: 13px; letter-spacing: -0.8px; text-decoration: underline; position: absolute; top: 50%; right: 0; transform: translate(0, -50%); color: var(--black-200); font-weight: 300; }
.order-terms__text_required { color: var(--color-required); }
.order-terms__item .form__checkbox + label { font-size: 14px; letter-spacing: -0.7px; font-weight: 300; }
.order-terms__group-footer { padding: 10px 0 10px 16px; color: var(--black-700); background: #fff; }
.order-terms__footer { position: fixed; bottom: 0; left: 0; right: 0; width: 100%; }
.order-terms__msg { padding-left: 18px; }

.signup { height: 100%; }
.signup .form__layout { padding: 0 20px 20px 20px; }
/* .signup .form__row-birth { width: calc(100% - max(30%, 130px) - 16px); } */
.signup .form__row-sex { margin-top: 20px; }
.signup .form__row-sex label { width: max(48%, 130px); }
.signup__complete {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding-bottom: 10vh;
}
.signup .signup-step {  height: calc(100vh - max( calc(var(--env-bottom) - 13px + 60px), 60px)); padding-top: 5px; background: #fff; }
.signup .signup-title { padding: 40px 0 20px 20px; font-size: 16px; font-weight: 400; letter-spacing: -0.7px;}

.find-id  { height: 100%; background: #fff; }
.find-id .form__layout { padding: 0 20px 20px 20px }

.find-pw  { height: 100%; background: #fff; }
.find-pw .form__layout { padding: 0 20px 20px 20px }

.reset-pw  { height: 100%; background: #fff; }
.reset-pw .form__layout { padding: 0 20px 20px 20px }

/* 정보수정 */
.account { }
.account .form__layout { padding: 0 20px 20px 20px; }
/* .account .form__row-birth { width: calc(100% - max(30%, 130px) - 16px); } */
.account .form__row-sex { margin-top: 20px; }
.account .form__row-sex label { width: max(48%, 130px); }
.account__heading { padding: 30px 20px 0 20px; background: var(--background); }
.account .pin_list:last-child { margin-bottom: 100px; }

.jumbotron { display: flex; align-items: center; justify-content: center; flex-flow: column; padding: 20px; }
.jumbotron__image { width: 120px; height: 120px; border-radius: 50%; box-shadow: 0 0 15px rgb(0 0 0 / 5%); }
.jumbotron__heading { padding: 20px 0 10px 0; }
.jumbotron__heading .heading_level_1 { font-size: 20px; }
.jumbotron__text { font-family: var(--normal-font-family); color: var(--black-500); font-size: 14px; letter-spacing: -0.84px; font-weight: 400; text-align: center; }
.jumbotron__btn { margin-top: 20px; width: 90%; }

/* 튜토리얼 */
.tutorial { position: relative; padding: 40px 0 max(calc(var(--env-bottom) + 13px), 20px) 0; width: 100vw; height: 100vh; overflow-x: scroll; overflow-y: hidden; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; background: #4fbdee; display: flex; flex-flow: column wrap; justify-content: center; -ms-overflow-style: none; scrollbar-width: none; }
.tutorial::-webkit-scrollbar { display: none; }

.tutorial__close { position: fixed; top: 10px; right: 20px; visibility: hidden; opacity: 0; transition: visibility 0s 0.3s, 0.3s ease-in-out;  }
.tutorial__close:after,
.tutorial__close:before { background: #fff; }
.tutorial__close_visible { visibility: visible; opacity: 1; transition: 0.3s ease-in-out; }
.tutorial__contents { position: relative; height: 100vh; max-height: 750px; display: inline-flex; flex-flow: column nowrap; justify-content: space-evenly; }
.tutorial__list { display: inline-flex; flex-flow: row nowrap; }
.tutorial__list-header { padding-top: 40px; }
.tutorial__list-img { padding: 20px 0 40px 0; height: 100%; }
.tutorial__item { width: 100vw; }
.tutorial__header { display: flex; flex-shrink: 0; flex-flow: column; width: 100vw; scroll-snap-align: start; scroll-snap-stop: always; }
.tutorial__heading { font-size: 19px; line-height: 19px; color: #fff; letter-spacing: -1.7px; text-align: center; }
.tutorial__text { padding-top: 1.8vh; display: inline-block; color: #fff; font-size: 14px; letter-spacing: -1.5px; line-height: 19px; text-align: center; }
.tutorial__text b{ color: #ffcf3c; }

.tutorial__pager { display: flex; padding: 8px 0 0 0; justify-content: center; position: sticky; width: 100vw; left: 0; }
.tutorial__pager-item { display: block; font-size: 0; color: transparent; width: 8px; height: 8px; margin: 0 4px; background: #fff; border-radius: 8px; transition: 0.3s ease-out; }
.tutorial__pager-item.tutorial__pager-item_current { font-size: 0; color: transparent; width: 16px; height: 8px; background: #012948; border-radius: 8px; }
.tutorial__image { display: flex; flex-shrink: 0; font-size: 0; padding: 0; width: 100vw; scroll-snap-align: start; scroll-snap-stop: always; flex-flow: row wrap; }
.tutorial__image img { width: 100%; height: 100%; object-fit: contain; }

.tutorial__prev { position: fixed; top: calc((100% - 480px + 56px) / 2); transform: translate(0px, -50%); left: 20px; text-align: center; }
.tutorial__prev:before { width: 55%; height: 55%; border-color: #95d6f3; transform: translate(calc(-50% + 4.5px), -50%) rotate(-45deg); }
.tutorial__next { position: fixed; top: calc((100% - 480px + 56px) / 2); transform: translate(0px, -50%); right: 20px; text-align: center; }
.tutorial__next:before { width: 55%; height: 55%; border-color: #95d6f3; transform: translate(calc(-50% - 4.5px), -50%) rotate(135deg); }


/* 위치설정 */
.location { background: var(--background); }
.location__header { position: -webkit-sticky; position: sticky; top: 0px; background: var(--background); z-index: 20; height: 120px; }
.location__search { padding: 20px; }
.location__guide { height: 30px; text-align: center; }
.location__contents { position: relative; }
.location__get-location { display: none; }
.location__result,
.location__latest { position: relative; padding: 0 20px; margin-bottom: -1px; }
.location__heading { position: -webkit-sticky; position: sticky; top: 120px; padding: 20px 0; color: var(--black-700); background: var(--background); border-bottom: solid 0.5px #e2e3e5; z-index: 10; }
.location__list { padding: 6px 0; }
.location__item { position: relative; display: flex; flex-wrap: nowrap; justify-content: space-between; }
.location__anchor { display: block; width: 100%; padding: 10px 0; line-height: 20px; height: 40px; font-size: 13px; color: var(--black-400); font-weight: 300; letter-spacing: -0.94px; }
.location__item_current,
.location__item_current .location__anchor { color: var(--black-900); font-weight: 500; }
.location__item_current .icon_type_check { filter: brightness(0); }
.location__selected,
.location__remove { display: flex; flex-shrink: 0; align-items: center; justify-content: center; flex-shrink: 0; width: 40px; height: 40px; margin-right: -12px; }
.location__list:empty:before { display: block; padding: 10px 0; line-height: 20px; content: '목록이 없습니다.'; font-size: 13px; color: var(--black-400); font-weight: 300; letter-spacing: -0.94px; }
.location__search-icon { width: 16px; height: 16px; background-image: var(--icon-16-search); }
.location__search-icon[data='icon_type_remove'] { width: 16px; height: 16px; background-image: var(--icon-16-remove); }
.location__search-icon[data='icon_type_loading'] { width: 16px; height: 16px; background-image: var(--icon-16-loading); }

.location_wrap .location_list li i.now.indm_icon { display: none; position: absolute; top: 10px; right: 10px; width: 20px; height: 20px; }
.location_wrap .location_list li.now .select  { color: #000; font-weight: 400; }
.location_wrap .location_list li.now .select i.indm_icon { opacity: 1; }
.location_wrap .location_list li.now .delete { display: none; }
.location_wrap .location_list li.now  i.now.indm_icon { display: block; }

/* 홈 시작 */
.home { padding-top: 8px; }
.home__slider { margin: 0; width: unset; height: calc( calc( calc( 100vw - 40px) / 16 * 9) + 20px ); }
.home__slider .slider__list { height: calc( calc( 100vw - 40px ) / 16 * 9); }
.home__slider .slider__item { padding: 0 20px; }
.home__slider .slider__image { border-radius: 16px; }
.home__slider .slider__page { display: flex; flex-wrap: nowrap; bottom: 0; height: 1px; width: calc(100% - 40px); margin: 0 20px; overflow: hidden; }
.home__slider .slider__page-item { display: block; width: 100%; height: 1px; margin: 0; border-radius: 0; opacity: 0.125; background: #404040;/*background: #e5e5e3;*/ }
.home__slider .slider__page-item_current { opacity: 1; /*background: #404040;*/ }
.home__shop { padding: 20px 20px 20px 20px; }
.home__shop-search { padding: 16px 0 0 0; }
.home__shop-list { padding: 12px 0; }
.home__input { height: 42px; }
.home__heading { height: 20px; line-height: 20px; margin: 0 20px; }
.home__banner { padding: 0; font-size: 0; }
.home__banner-item { width: 100%; }
.home__notice { padding: 20px 0; }
.home__notice-list { padding: 8px 0 0 0; }
.home__shop .home__heading { margin: 0; }

/* 홈 끝 */

/* 매장 목록 시작 */
/*.shop { padding: 0 20px; }*/
.shop {  }
.header__shop { position: fixed; top: 0; width: 100%; }
.header__shop:after { position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ''; opacity: 0; display: block; background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.30) 50%, rgba(0,0,0,0.7) 100%); background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.30) 50%, rgba(0,0,0,0.7) 100%); border-bottom: none; transition: opaticy 0.3s ease-out; }
.header__shop_scroll_top { background: transparent; border-bottom: solid 1px rgba(0,0,0,0.00) !important; }
.header__shop_scroll_top:after { opacity: 1; }
.header__shop_scroll_top .icon_type_back:before { border-color: #ffffff; }
.header__shop_scroll_top .header__title { opacity: 0; }

.shop__list { padding: 16px 20px 20px 20px; }
.shop__list-header { padding: 0 0 20px 0; }
.shop__list-heading { padding-bottom: 8px; }
.shop__list-heading:after { content: ''; display: inline-block; margin-left: 5px; width: 10px; height: 10px; border-bottom: solid 1.5px #404040; border-right: solid 1.5px #404040; transform: rotate( 45deg ); transform-origin: 130% 100%; line-height: 17px; vertical-align: middle; }
.shop-list { position: relative; }
.shop-list_type_grid { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 20px 12px; }
.shop-list_type_card { display: grid; grid-template-columns: 1fr; grid-gap: 16px;  }
.shop-list__item { position: relative; display: block; border: solid 0.5px #e2e3e5; border-radius: 16px; }
.shop__favorite {
    position: absolute;
    top: 11px;
    right: 6px;
    width: 40px;
    height: 40px;
    z-index: 20;
}
.shop__favorite.icon_type_favorite {
    -webkit-mask-size: 24px 24px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}
.shop-list__anchor { position: relative; display: block; }
.shop-list__image { display: block; font-size: 0; height: 164px; border-radius: 15px 15px 0 0; overflow: hidden; }
.shop-list__image-item { width: 100%; height: 100%; object-fit: cover; }
.shop__header { position: relative; padding: 16px; }
.shop__brand { }
.shop__study-option { position: absolute; top: -4px; right: 12px; }
.shop__study-test,
.shop__study-contents { display: inline-block; width: 32px; height: 32px; background: var(--img-shop-badge1); text-shadow: 0px 0px 1px rgba(0,0,0,0.3); text-align: center; font-size: 10px; line-height: 10px; padding: 8px 1px 0 3.5px; font-weight: 700; color: #fff; text-align: center; letter-spacing: -0.5px; }
.shop__study-contents { background: var(--img-shop-badge2); }
.shop__study-test:after { content: '모고'; }
.shop__study-contents:after { content: '인강'; }
.shop__title { padding-top: 4px; }
.shop__divider { margin: 0 16px; border: none; height: 0.5px; background: #e2e3e5; }
.shop__divider + .shop__divider { display: none; }
.shop__divider_width { margin: 0; }
.shop__info-group { padding: 16px; }
.shop__info { padding-bottom: 6px; display: flex; width: 100%; flex-wrap: nowrap }
.shop__info:last-child { padding-bottom: 0px; }
.shop__seat-badge { width: 32px; }
.shop__distance-badge { width: 32px; }
.shop__seat { padding-left: 4px; font-size: 13px; line-height: 18px; font-weight: 300; color: var(--black-400); letter-spacing: -1.1px; }
.shop__seat b { font-size: 15px; font-weight: 500; color: var(--text-primary); letter-spacing: 0px; }
.shop__distance { padding-left: 4px; font-size: 13px; font-weight: 300; color: var(--black-400); letter-spacing: 0px; }
.shop__location { font-size: 13px; font-weight: 300; color: var(--black-400); letter-spacing: -1.1px; white-space: nowrap; }
.shop__location:before { content: ''; display: inline-block; height: 9px; width: 0.5px; background: #e2e2e5; margin: 0px 8px;  }
.shop-list__loader { text-align: center; opacity: 0.5; }
.shop-list_type_card .shop__brand ,
.shop-list_type_card .shop__title { margin-right: 46px; }
.shop-list_type_card .shop__study-option { top: -5px; }
.shop-list_type_card .shop__study-test,
.shop-list_type_card .shop__study-contents { width: 40px; height: 40px; text-shadow: 0px 0px 2px rgba(0,0,0,0.3); font-size: 12px; line-height: 12px; padding: 10px 2px 0 6px; }

.shop-list_type_grid .shop-list__item { border: none; border-radius: 0; }
.shop-list_type_grid .shop-list__image { height: 120px; border-radius: 16px; overflow: hidden; }
.shop-list_type_grid .shop__header { padding: 12px 0; }
.shop-list_type_grid .shop__divider,
.shop-list_type_grid .shop__favorite { display: none; }
.shop-list_type_grid .shop__location:before { margin: 0 4px; }

.shop-list_type_list { padding: 10px 0; counter-reset:list-number; }
.shop-list_type_list .shop-list__item { border: none; counter-increment:list-number; display: flex; flex-wrap: nowrap; }
.shop-list_type_list .shop-list__item:before{ display: flex; width: 20px; content: counter(list-number); align-items: center; color: var(--black-700); font-size: 13px; letter-spacing: -0.62px; flex-shrink: 0; }


.shop-list_type_list .shop__divider { display: none; }
.shop-list_type_list .shop-list__anchor {
    width: 100%;
    display: grid;
    grid-template-columns: 55px 1fr;
    grid-template-rows: 19px 36px;
    grid-auto-flow: column;
}
.shop-list_type_list .shop-list__image { border-radius: 13px; overflow: hidden; width: 55px; height: 55px; grid-column: 1; grid-row: 1 / 3; }
.shop-list_type_list .shop__header { display: flex; padding: 3px 0 0 13px; }
.shop-list_type_list .shop__brand ,
.shop-list_type_list .shop__title { font-size: 13px; font-weight: 400; color: var(--black-700); line-height: 100%; }
.shop-list_type_list .shop__title { padding: 0 0 0 5px; }
.shop-list_type_list .shop__favorite { top: 7px; right: -10px; }
.shop-list_type_list .shop__info-group { display: flex; flex-flow: column-reverse; align-self: flex-start; padding: 0 0 0 13px; }
.shop-list_type_list .shop__info { padding: 0; height: unset; }
.shop-list_type_list .shop__seat-badge { display: none; }
.shop-list_type_list .shop__distance-badge { display: none; }
.shop-list_type_list .shop__seat { padding: 7px 0 0 0; line-height: 100%; font-size: 12px; }
.shop-list_type_list .shop__seat b { font-size: unset; }
.shop-list_type_list .shop__distance { padding-left: 0px; }
/*.shop-list_type_list .shop__location { line-height: 100%; }*/

/* 매장 상세 프로필 */
.shop-view { background: var(--background); }

.shop-view__slider { height: 320px; box-shadow: inset 0 -10px 25px 0px rgba(0,0,0,0.07); }

.shop-view__contents { padding: 24px 20px 16px 20px; background: var(--background); }
.shop-view .shop__header { padding: 24px 20px 5px 20px; }
.shop-view .shop__info-group { padding: 8px 20px 16px 20px; }
.shop-view .shop__divider { margin: 0 20px; }
.shop-view .shop__divider.shop__divider_full { margin: 0; }
.shop-view .shop__favorite { right: 10px; }

/* 매장 상세 */
.shop-view__desc { padding: 16px 20px; font-size: 13px; color: var(--black-400); letter-spacing: -0.94px; line-height: 19px; }
.shop-view__buy { padding: 16px 20px; }
.shop-view__info-group { padding: 16px 20px; }
.shop-view__info { padding-bottom: 5px; flex-flow: column; display: flex; width: 100%; flex-wrap: nowrap }
.shop-view__info + .shop-view__info { padding-top: 5px; }
.shop-view__info-header { padding-bottom: 5px; }
 .shop-view__info-icon { display: inline-flex; line-height: 14px; vertical-align: middle; }
 .shop-view__info-heading { display: inline-flex; padding-left: 8px; font-size: 13px; line-height: 14px; vertical-align: middle; }
.shop-view__info-content { padding: 0 0 0 22px; font-weight: 400; color: var(--black-400); font-size: 13px; letter-spacing: -0.94px; }
 .shop-view__info-label { display: inline-block; min-width: 40px; text-align: left; font-weight: 400; color: var(--black-500); font-size: 13px; letter-spacing: -0.94px; }
  .shop-view__time-workdays { letter-spacing: 1.5px; }
 .shop-view__info-text { letter-spacing: 0px; }

/* 매장상세 - 오시는길 */
.shop__map { }
.shop__map-container { margin-top: 16px; height: 183px; border-radius: 16px; border: solid 0.5px #e2e3e5; }
.shop__map-text { padding: 12px 5px 0 5px; text-align: justify; font-size: 13px; color: var(--black-400); letter-spacing: -0.94px; line-height: 19px; }

/* 매장상세 - 좌석타입안내 */
.shop-seat {

}
.shop-seat__heading { }
.shop-seat__list {
    display: block;
}
.shop-seat__item {
    display: flex;
    flex-wrap: nowrap;
    padding-top: 16px;
}
.shop-seat__image { flex-shrink: 0; width: 30vw; height: 35vw; }
.shop-seat__image-item { width: 100%; height: 100%; object-fit: cover; border-radius: 16px; }
.shop-seat__info { width: 100%; padding: 8px 0 8px 16px; }
.shop-seat__badge { }
.shop-seat__name { margin: 10px 0 7px 0; font-weight: 500; color: var(--black-700); }
.shop-seat__desc { font-size: 13px; line-height: 16px; font-weight: 400; color: var(--black-400); letter-spacing: -0.94px; text-align: justify; }
/*.shop-seat__item:nth-child(even) { flex-flow: row-reverse; }*/
/*.shop-seat__item:nth-child(even) .shop-seat__info { padding: 8px 16px 8px 0; }*/


/* 오기는길 레이어 */
.shop-map { position: relative; display: flex; flex-flow: column nowrap; height: 100%; }
.shop-map__gps { width: 36px; height: 35px; position: absolute; z-index: 999999; background: white; display: flex; top: 5px; right: 5px; align-items: center; justify-content: center; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 2px 0px; }
.shop-map__container { width: 100%; height: 100%; overscroll-behavior-y: none; position: relative; z-index: 1; }
.shop-map__detail { position: relative; flex-shrink: 0; width: 100%; z-index: 999999; background: var(--background); padding: 0 0 max( calc(var(--env-bottom) - 13px), 0px) 0px; border-radius: 0; box-shadow: 0 10px 25px 0px rgba(0,0,0,0.07); }

.shop-ticket { background: var(--background); }
.shop-ticket__contents { }
.shop-ticket__ticket { border: solid 0.5px #e2e3e5; border-radius: 12px; margin-top: 8px; box-shadow: 0px 0px 0px rgba(0,0,0,0); transition: 0.3s ease-out; }
.shop-ticket__ticket_current { border: solid 1px var(--bg-primary); box-shadow: 0px 0px 8px rgba(0,0,0,0.1); }
.shop-ticket__header {
    position: -webkit-sticky;
    position: sticky;
    top: 49px;
    z-index: 100;
    background: var(--background);
    outline: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 20px;
    /*border-top: solid 0.5px #e2e3e5;*/
    border-bottom: solid 1px #e3e4e5;
}
.shop-ticket__header:before {
    position: absolute;
    content: '';
    top: 50%;
    right: 20px;
    width: 9px;
    height: 9px;
    transform: translate(0, calc(-50% - 2px)) rotate(225deg);
    transform-origin: 50% 50%;
    border-top: solid 1px #404040;
    border-radius: 0px;
    border-left: solid 1px #404040;
    border-right: none;
    border-bottom: none;
    background: transparent;
    transition: 0.2s ease-out;
}

.shop-ticket__details[open] > .shop-ticket__header:before { transform: translate(0, calc(-50% + 2px)) rotate(45deg); }

.shop-ticket__list-group { padding: 8px 0 0 0; }
.shop-ticket__list-group .shop-ticket__header { position: relative; top: unset; z-index: unset; font-size: 15px; color: var(--black-700); font-weight: 400; min-height: 45px; padding: 12px 16px; border-bottom: none; background: none; }
.shop-ticket__list-group .shop-ticket__heading { padding: 0 30px 0 0; }
.shop-ticket__list-group .shop-ticket__heading-dsc { display: block; padding: 5px 30px 0 0; width: 100%; font-size: 13px; line-height: 100%; color: var(--black-400); font-weight: 300; letter-spacing: -0.78px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.shop-ticket__list { padding: 0 16px 8px 16px; overflow: hidden; transition: 0.3s ease-out; }
.shop-ticket__item { position: relative; padding: 0 8px 0 4px; border-top: solid 0.5px #e2e3e5; max-height: 80px; transition: 0.3s ease-out; }
.form__radio + label.shop-ticket__anchor { position: relative; padding-top: 12px; padding-bottom: 12px; width: 100%; }
.form__radio:checked + label.shop-ticket__anchor { }
.shop-ticket__periot { font-size: 13px; color: var(--black-400); letter-spacing: -0.78px; font-weight: 400; }
.shop-ticket__price { position: absolute; top: 50%; right: 0; transform: translate(0, -50%); font-size: 15px; line-height: 15px; color: var(--text-primary); letter-spacing: 0px; font-weight: 500; }
.shop-ticket__price:after { content: '원'; font-size: 13px; color: var(--black-400); line-height: 15px; font-weight: 400; }
/*.shop-ticket__range { display: block; font-size: 13px; font-weight: 400; color: var(--black-400); letter-spacing: -0.78px; }*/
.shop-ticket__range { display: inline-block; font-size: 12px; font-weight: 300; color: var(--black-400); letter-spacing: -0.78px; }
.shop-ticket__locker {}
.shop-ticket__dsc { display: block; font-size: 12px; font-weight: 300; color: var(--black-200); letter-spacing: -0.78px; }
.shop-ticket__dsc:before { content: '설명 '; font-weight: 500; color: var(--black-400); }
/*.shop-ticket__cart { display: none; }*/

/*.shop-ticket__list-group_close .shop-ticket__list { padding-top: 0; padding-bottom: 0; }*/
/*.shop-ticket__list-group_close .shop-ticket__item {  }*/

/*.shop-ticket__cart { position: fixed; z-index: 110; bottom: 0; left: 0; right: 0; width: 100%; padding: 16px 20px; border-top: solid 0.5px rgba(0,0,0,0.05); background: rgba(255,255,255,0.5); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); }*/


.cart {}
.cart__info { position: relative; display: flex; flex-flow: column wrap; opacity: 1;  }
.cart__item { font-size: 13px; font-weight: 400; color: var(--black-400); font-family: var(--normal-font-family); line-height: 16px; letter-spacing: -0.78px; overflow: hidden;  opacity: 1; }
/*.cart__item-ticket { display: flex; justify-content: space-between; flex: 1 1 100%; padding-bottom: 5px; }*/
.cart__item-ticket { display: flex; flex-direction: column; padding-bottom: 5px; }
.cart__item-ticket-name { font-size: 15px; font-weight: 500; color: var(--black-700); letter-spacing: -0.9px; }
.cart__item-ticket-range { font-weight: 300; color: var(--black-200); padding: 3px 0 6px; }

.cart__item-seat { display: flex; flex: 0 0 auto; padding-top: 3px; }
.cart__item-seat-name { font-size: 13px; letter-spacing: -0.78px; color: var(--black-400); }
.cart__item-seat-name:after { content: ''; display: inline-block; width: 1px; height: 10px; margin: 0 8px; background: #e4e4e5; }
.cart__item-seat-name:empty:after { display: none; }
.cart__item-seat-no { font-weight: 500; color: var(--black-700); }
.cart__item-seat-no:after { content: '번'; font-weight: 300; color: var(--black-400); padding-left: 2px; }
.cart__item-seat-no:empty:after { content: '좌석을 선택해주세요'; padding-left: 0; }

.cart__item-locker { display: flex; padding-top: 3px; flex: 0 0 auto; }
.cart__item-locker-name { font-size: 13px; letter-spacing: -0.78px; color: var(--black-400); }
.cart__item-locker-name:after { content: ''; display: inline-block; width: 1px; height: 10px; margin: 0 8px; background: #e4e4e5; }
.cart__item-locker-name:empty:after { display: none; }
.cart__item-locker-no { font-weight: 500; color: var(--text-primary); }
.cart__item-locker-no:after { content: '번'; font-weight: 300; color: var(--black-400); padding-left: 2px; }
.cart__item-locker-no:empty:after { content: '사물함을 선택해주세요'; padding-left: 0; }

.cart__item-price { display: flex; font-size: 15px; justify-content: flex-end; align-items: flex-end; font-weight: 500; color: var(--text-primary); flex: 1 0 auto; }
.cart__item-price:after { content: '원'; font-size: 13px; font-weight: 300; color: var(--black-400); padding-left: 2px;}
.cart__item-price:empty:after { content: ''; padding-left: 0; }

/* 카트에 기본은 모두 숨김 */

.cart__item-price { display: flex; position: absolute; right: 0; bottom: 17px; letter-spacing: 0; }
/*.cart__item-locker { display: flex; }*/
/*.cart__item-seat { display: flex; }*/
/*.cart__item-locker { display: none; }*/
/*.cart__item-seat { display: none; }*/

.cart__buy-btn,
.cart__item,
.cart__info,
.cart__item-ticket-range { transition: 0.3s ease-out, opacity 0.5s ease-out; }

.cart.cart_ticket .cart__buy-btn:before { content: '구매하기'; }
.cart:not(.cart_ticket) .cart__buy-btn:before { content: '이용권을 선택해주세요'; }
.cart:not(.cart_ticket) .cart__buy-btn { background: #eeeff1; border: solid 0.5px #e2e3e5; color: var(--black-400); box-shadow: 0 0 8px 4px #fff; }
.cart:not(.cart_ticket) .cart__info { opacity: 0; padding-bottom: 0; }
.cart:not(.cart_ticket) .cart__item { line-height: 0px; opacity: 0; padding-top: 0; padding-bottom: 0; }
.cart:not(.cart_ticket) .cart__item-ticket-range { padding: 0px; }

.cart__item-ticket-name:empty:before { display: block; content: ''; height: 15px; width: 100px; background: var(--black-100); border-radius: 8px; animation: opacity-change 1s linear infinite; transition: height 0.5s ease-out; }
.cart__item-ticket-range:empty:before { display: block; content: ''; height: 13px; width: 130px; background: var(--black-100); border-radius: 8px; animation: opacity-change 1s linear infinite; transition: height 0.5s ease-out; }
.cart__item-price:empty:before { display: block; content: ''; height: 15px; width: 65px; background: var(--black-100); border-radius: 8px; animation: opacity-change 1s linear infinite; transition: height 0.5s ease-out; }
.cart:not(.cart_ticket) .cart__item-ticket-name:empty:before { height: 0px; }
.cart:not(.cart_ticket) .cart__item-ticket-range:empty:before { height: 0px; }
.cart:not(.cart_ticket) .cart__item-price:empty:before { height: 0px; }

/*.cart:not(.cart_locker) .cart__item-locker { padding: 0px; line-height: 0px; opacity: 0; }*/
/*.cart.cart_locker.cart_locker_required .cart__buy-btn:before { content: '사물함 선택하기'; }*/
/*.cart.cart_locker .cart__info { padding-bottom: 16px; }*/
/*.cart.cart_locker.cart_locker_required .cart__buy-btn { background: #eeeff1; border: solid 0.5px #e2e3e5; color: var(--black-400); box-shadow: 0 0 8px 4px #fff; }*/
.cart:not(.cart_locker) .cart__item-locker { display: none; }
.cart.cart_locker:not(.cart_locker_required) .cart__info { padding-bottom: 16px; }
.cart.cart_locker.cart_locker_required .cart__item-locker { padding: 0px; line-height: 0px; opacity: 0; }
.cart.cart_locker.cart_locker_required .cart__buy-btn:before { content: '사물함 선택하기'; }


.cart:not(.cart_seat):not(.cart_seat_required) .cart__item-seat { display: none; }
.cart.cart_seat:not(.cart_seat_required) .cart__info { padding-bottom: 16px; }
.cart.cart_seat.cart_seat_required .cart__item-seat { padding: 0px; line-height: 0px; opacity: 0; }
.cart.cart_seat.cart_seat_required .cart__buy-btn:before { content: '좌석 선택하기'; }

/*.cart:not(.cart_seat) .cart__item-seat { padding: 0px; line-height: 0px; opacity: 0; }*/
/*.cart.cart_seat:not(.cart_seat_required) .cart__item-seat { display: none; }*/
/*.cart.cart_seat .cart__buy-btn { background: #eeeff1; border: solid 0.5px #e2e3e5; color: var(--black-400); box-shadow: 0 0 8px 4px #fff; }*/


/* 결제하기 */
.order-ready {  }
.order-ready__ticket .ticket__block { border: none; }
.order-ready__contents { padding: 20px; background: var(--background); }
.order-ready__info-shop-heading { padding-bottom: 13px; }
.order-ready__info-ticket-heading { }
.order-ready__info-ticket { padding-top: 2px; }
.order-ready__info-ticket-name { font-weight: 400; color: var(--black-400); font-size: 12px; letter-spacing: -0.58px; }
.order-ready__info-ticket-range { font-weight: 300; color: var(--black-200); font-size: 12px; letter-spacing: -0.58px; }

.order-ready__seat { display: flex; }
.order-ready__seat-name { font-size: 13px; letter-spacing: -0.78px; color: var(--black-400); }
.order-ready__seat-name:after { content: ''; display: inline-block; width: 1px; height: 10px; margin: 0 8px; background: #e4e4e5; }
.order-ready__seat-no {}

.order-ready__locker { display: flex; }
.order-ready__locker-name { font-size: 13px; letter-spacing: -0.78px; color: var(--black-400); }
.order-ready__locker-name:after { content: ''; display: inline-block; width: 1px; height: 10px; margin: 0 8px; background: #e4e4e5; }
.order-ready__locker-no {}

.order-ready__info-ticket-range + .order-ready__seat   { padding-top: 8px; }
.order-ready__info-ticket-range + .order-ready__locker { padding-top: 8px; }
.order-ready__seat + .order-ready__locker { padding-top: 2px; }

.order-ready__pin { font-size: 16px; padding-top: 5px; }
.order-ready__pin_dsc { display: block; margin-top: 5px; color: var(--black-200); font-size: 12px; letter-spacing: -0.5px; }

.order-ready__payment-info { padding-top: 4px; }
.order-ready__payment-item { display: flex; flex-direction: row; justify-content: space-between; padding-top: 12px; line-height: 13px; font-size: 13px; color: var(--black-400); font-weight: 400; letter-spacing: -0.78px; }
.order-ready__payment-label { }
.order-ready__payment-text { color: var(--black-200); font-weight: 300; }
.order-ready__payment-order-price { margin-top: 16px; padding-top: 20px; color: var(--black-700); font-weight: 400; letter-spacing: -0.9px; background-image: linear-gradient(to right, transparent 25%, #eff0f2 25%, #eff0f2 75%, transparent 75%); background-position: top center; background-size: 8px 1px; background-repeat: repeat-x; }
.order-ready__payment-price:after { display: inline-block; content: '원'; color: var(--black-400); font-weight: 400; padding-left: 3px; }
.order-ready__payment-dc-price .order-ready__payment-price { color: #ff515a; }
.order-ready__payment-total-price { padding-bottom: 8px; line-height: 15px; font-size: 15px; color: var(--black-700); font-weight: 500; letter-spacing: -0.9px; }
.order-ready__payment-total-price .order-ready__payment-label { }
.order-ready__payment-total-price .order-ready__payment-price { color: var(--text-primary); font-weight: 700; }
.order-ready__payment-total-price .order-ready__payment-price:after { display: inline-block; content: '원'; color: var(--black-400); font-size: 15px; font-weight: 400; padding-left: 3px; }

.order-ready__terms.order-ready__contents { position: relative; position: relative; display: flex; flex-flow: column; padding-bottom: 0; }
.order-ready__terms-heading { padding-bottom: 16px; }
.order-ready__terms-content {
    line-height: 120%;
    font-size: 13px; color: var(--black-400);
    padding: 0;
    white-space: pre-line;
    text-align: justify;
    height: 75px;
    overflow: auto;
}
.order-ready__terms-footer { position: relative; width: 100%; padding: 0 0 4px 0; background: #fff; }
.order-ready__terms-footer:before { position: absolute; top: 0; left: -4px; right: -4px; content: ''; width: calc(100% + 8px); height: 0.5px; background: #e2e3e5; }
.order-ready__terms-footer .form__checkbox + label { color: var(--black-900); width: 100%; padding-top: 16px; padding-bottom: 16px; }
.order-ready__terms + .layout__divider { }

.order-ready__payment-btn  { position: fixed; z-index: 110; bottom: 0; left: 0; right: 0; width: 100%; padding: 12px 20px max( calc(var(--env-bottom) - 13px + 20px), 20px) 20px; border-top: solid 0.5px rgba(255,255,255,0.5); background: rgba(255,255,255,0.7); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); }
.order-ready__complete-btn-group { width: 100%; padding: 0px 20px 32px 20px; background: #fff; }
.order-ready__complete-btn-main { width: 100px; flex-shrink: 0; margin-right: 10px; }

.order-ready__complete-footer { height: calc(var(--env-bottom) + 20px); background-image: linear-gradient(180deg, rgba(0,0,0,0.03) 0, transparent 15px ); }
.order-ready__complete-footer:after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background-image: radial-gradient(closest-side, transparent, transparent 65%, #fff 75%);
    background-position: 50% -1px;
    background-size: 22px 22px;
    background-repeat: repeat-x;
}


/*  */
.order-list-container { width: 100%; height: 100%; overflow: auto; }
.order-list__loader { text-align: center; opacity: 0.5; }
/*.order-list { position: relative; background: var(--background); padding: 20px 20px 20px 40px; }*/
.order-list { position: relative; background: var(--background); }
.order-list__item { position: relative; }
/*.order-list__item { position: relative; margin-bottom: 20px; }*/
/*.order-list__anchor { border-radius: 16px; border: solid 0.5px #e2e3e5; box-shadow: 0 0 10px rgba(0,0,0,0.03); }*/
.order-list__anchor { border-bottom: solid 0.5px #e2e3e5; }
.order-list__item:before { position: absolute; top: -20px; bottom: 0px; left: -16px; width: 0.5px; background: #e2e3e5; content: ''; }
.order-list__item:after { position: absolute; top: calc(50% - 3px); left: -19px; height: 7px; width: 7px; border-radius: 4px; background: #eff0f2; content: ''; }
.order-list__item:first-child { margin-top: 0px; }
.order-list__item:first-child:before { top: 50%; }
.order-list__item:nth-last-child(2):before { bottom: 50%; }
.order-list__item:nth-last-child(1):before { display: none; }
.order-list__item:nth-last-child(1):after { display: none; }
.order-list__item:nth-last-child(1) .order-list__anchor { border-bottom: none; }

.badge.order__step_1 { color: var(--black-200); background: var(--bg-gray); }
.badge.order__step_2 { color: #fff; background: var(--bg-primary); }
.badge.order__step_3 { color: #fff; background: var(--bg-yellow); }
.badge.order__step_-1,
.badge.order__step_-2,
.badge.order__step_-3 { color: #fff; background: var(--bg-red); }

.order__view { background: var(--background); }

.order-info { position: relative; display: block; padding: 20px; }
.order-info__date { position: absolute; display: block; top: 21px; right: 20px; padding-right: 20px; font-size: 12px; letter-spacing: -0.58px; color: var(--black-200); }
.order-info__date:after {
    position: absolute;
    top: 9px;
    right: 0;
    display: inline-block;
    content: '';
    width: 11px;
    height: 11px;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: 50% 50%;
    border-top: solid 1px #404040;
    border-radius: 0px;
    border-left: solid 1px #404040;
    border-right: none;
    border-bottom: none;
    background: transparent;
}
.order-info__shop { padding: 6px 0 16px 0; }
/*.order-info__name { padding: 0 0 7px 0; }*/
.order-info__name { padding: 0 0 0 0; }
.order-info__range { display: block; font-size: 12px; letter-spacing: -0.58px; color: var(--black-200); line-height: 12px; font-weight: 300; }
/*.order-info__price { display: flex; flex-flow: row; justify-content: space-between; margin-top: 20px; padding-top: 16px; line-height: 15px; font-size: 15px; color: var(--black-700); font-weight: 500; letter-spacing: -0.9px; background-image: linear-gradient(to right, transparent 25%, #eff0f2 25%, #eff0f2 75%, transparent 75%); background-position: top center; background-size: 8px 1px; background-repeat: repeat-x; }*/
/*.order-info__price-label { }*/
.order-info__price { position: absolute; bottom: 21px; right: 20px; display: flex; flex-flow: column; text-align: right; line-height: 15px; font-size: 15px; color: var(--black-700); font-weight: 500; }
.order-info__price-label { padding-bottom: 5px; padding-right: 1px; font-size: 12px; letter-spacing: -0.58px; color: var(--black-200); font-weight: 300; }

.order-info__price-price { color: var(--text-primary); font-weight: 700; }
.order-info__price-price:after { display: inline-block; content: '원'; color: var(--black-400); font-size: 15px; font-weight: 400; padding-left: 3px; }

.favorite { padding: 0; }
.favorite__header { padding: 10px 20px 20px 20px; }
.favorite__heading { padding-bottom: 8px; }
.favorite__contents { padding: 0 20px; }
.favorite__shop-list { padding: 0 20px; }
.favorite__shop-list .shop-list__item { padding-bottom: 20px; }
.layout__empty { padding-top: 144px; text-align: center; display: flex; flex-flow: column; align-items: center; box-shadow: 0px 0px 0px 500px #fff; background: #fff; }
.layout__empty-text { padding-top: 10px; font-size: 17px; color: #e3e5e7; font-weight: 400; letter-spacing: -0.78px; }
.layout__empty-link { margin-top: 16px; font-size: 13px; color: var(--black-400); font-weight: 400; letter-spacing: -0.78px; }
.layout__empty-link:after {
    display: inline-block;
    content: '';
    width: 7px;
    height: 7px;
    transform: translate(5px,-0.5px) rotate(135deg);
    transform-origin: 50% 50%;
    border-top: solid 1px #404040;
    border-radius: 0px;
    border-left: solid 1px #404040;
    border-right: none;
    border-bottom: none;
    background: transparent;
    margin-right: 6px;
}

/* 마이페이지 */
.mypage {}
.mypage__profile { }
.mypage__btn-group { position: relative; margin: 0 20px; border-radius: 16px; border: solid 0.5px #eff0f2; height: 100px; }
.mypage__btn-group .btn-group__item { position: relative; }
.mypage__btn-group .btn-group__item:before { position: absolute; content: ''; top: 50%; left: 0; transform: translate(0,-50%); height: 55%; width: 0.5px; background: #eff0f2; }
.mypage__btn-group .btn-group__item:first-child:before { display: none; }

.mypage__menu { margin: 24px 20px 0 20px; padding: 6px 0; border-top: solid 0.5px #eff0f2; }

/* 정보수정 */
.account { height:100%; background: #fff; }
.account__menu { margin: 0 20px; padding: 6px 0; }

/* 회원탈퇴 */
.withdraw { height: 100%; background: #fff; padding: 50px 20px 0 20px; }
.withdraw__title { padding: 9px 0 30px; font-size: 16px; font-weight: 500; color: var(--black-700); letter-spacing: -0.7px; }
.withdraw__title-sub { display: block; font-size: 13px; font-weight: 300; color: var(--black-300); }

/* 프로필 */
.profile { display: flex; flex-direction: column; padding: 20px; align-items: center; }
.profile__image { display: flex; align-items: center; flex-shrink: 0; border-radius: 50%; width: 64px; height: 64px; box-shadow: 0 0 5px rgba(0,0,0,0.1); }
.profile__image .icon { width: 100%; height: 100%; }
.profile__userinfo { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; padding: 9px 12px 0 12px; overflow: hidden; }
.profile__username { display: block; font-family: var(--normal-font-family); font-size: 17px; color: var(--black-900); font-weight: 500; line-height: 17px; letter-spacing: -0.82px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.profile__username:after { display: inline-block; padding-left: 3px; content: attr(data-suffix); font-family: var(--normal-font-family); font-size: 15px; color: var(--black-700); font-weight: 400; line-height: 15px; letter-spacing: -0.72px; }
.profile__userid,
.profile__signfirst { display: block; font-family: var(--normal-font-family); font-size: 13px; color: var(--black-400); font-weight: 400; line-height: 100%; padding-top: 8px; letter-spacing: -0.62px; white-space: nowrap; }
.profile__signbtn { display: flex; align-items: center; flex-shrink: 0; width: 68px; }
.profile__signbtn .btn { color: var(--black-500); }
.profile_inline { display: flex; flex-direction: row; padding: 16px 20px 20px 20px; }
.profile_inline .profile__image { width: 48px; height: 48px; }
.profile_inline .profile__userinfo { padding: 0px 12px; align-items: flex-start; }

/* 약관 */
.terms-view { }
.terms-view__contents { background: var(--background); padding: 20px 20px max( calc(var(--env-bottom) - 13px + 20px), 20px) 20px; text-align: justify; font-size: 13px; color: var(--black-400); letter-spacing: -0.78px; }
.terms-view__footer { background: var(--background); }

/* 더보기 */
.more {}
.more__info-group { display: flex; flex-direction: row; flex-wrap: nowrap; padding: 16px 20px 10px 20px; }
.more__info { display: block; width: 100%; height: 100%; border-radius: 16px; font-weight: 400; background: #f8f9fa; margin-left: 10px; }
.more__info:first-child { margin-left: 0; }
.more__heading { display: block; padding: 14px 16px 6px 16px; }
.more__text { display: block; padding: 4px 16px 14px 16px; font-size: 13px; font-family: var(--normal-font-family); color: var(--black-400); line-height: 19px; letter-spacing: -0.64px; }
.more__menu { margin: 0 20px; padding: 6px 0; }

/* 자주묻는질문 */
.faq { background: var(--background); }
.faq__type-list { display: grid; padding: 20px; grid-template-columns: 1fr 1fr 1fr 1fr; grid-gap: 8px; }
.faq__type-item {}
.faq__answer { }

/* 메뉴 스타일 */
.menu { }
.menu__item { position: relative; display: flex; align-items: center; height: 48px; }
.menu__item:after { position: absolute; top: 50%; right: 0;
    position: absolute;
    content: '';
    top: 50%;
    right: 0px;
    width: 11px;
    height: 11px;
    transform: translate(-3px, -50%) rotate(135deg);
    transform-origin: 50% 50%;
    border-top: solid 1px #404040;
    border-radius: 0px;
    border-left: solid 1px #404040;
    border-right: none;
    border-bottom: none;
    background: transparent;
}
.menu__item.menu__item_after_text:after {
    transform: translate(0, -50%);
    content: attr(data);
    border: none;
    height: unset;
    width: unset;
    font-size: 13px;
    color: var(--black-700);
}
.menu__anchor { display: flex; align-items: center; width: 100%; height: 100%; }
.menu__text { font-size: 14px; font-weight: 400; color: var(--black-700); }
.menu__divider { border: none; border-top: 1px solid #eff0f2; }

.notice { padding: 0; background: var(--background); }
.event { padding: 0; background: var(--background); }
.feed { padding: 0; background: var(--background); }

.bbs { }
.bbs__item { border-bottom: solid 0.5px #e2e3e5; display: flex; flex-flow: row nowrap; }
.bbs__block,
.bbs__anchor { position: relative; display: block; padding: 16px 40px 16px 20px; width: 100%; }
.bbs__anchor:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 20px;
    width: 11px;
    height: 11px;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: 50% 50%;
    border-top: solid 1px #404040;
    border-radius: 0px;
    border-left: solid 1px #404040;
    border-right: none;
    border-bottom: none;
    background: transparent;
}
.bbs__divider { background: #f4f5f7; height: 8px; border: none; }
.bbs__image { display: block; width: 100px; height: 100px; border-radius: 16px; flex: 0 0 auto; overflow: hidden; }
.bbs__image.bbs__block,
.bbs__image.bbs__anchor { margin: 8px 0 8px 20px; padding: 0; }
.bbs__image.bbs__anchor:after { display: none; }
.bbs__image-item { width: 100%; height: 100%; object-fit: cover; }
.bbs__image + .bbs__block,
.bbs__image + .bbs__anchor { padding: 20px 20px 10px 16px; }
.bbs__image + .bbs__anchor:after { display: none; }

.bbs__badge { margin-bottom: 7px; }
.bbs__heading { color: var(--black-700); font-weight: 500; padding:0 20px 0 0; line-height: 125%; }
.bbs__contents { padding-top: 4px; font-size: 13px; color: var(--black-400); letter-spacing: -0.78px; line-height: 16px; font-weight: 400; padding-bottom: 8px; }
.bbs__date { padding-top: 4px; display: block; font-size: 12px; color: var(--black-200); font-weight: 300; line-height: 12px; letter-spacing: 0; }
.bbs__dsc { padding-top: 4px; font-size: 12px; color: var(--black-400); letter-spacing: -0.72px; line-height: 16px; font-weight: 300; }
.bbs__action { position: absolute; top: 50%; right: 20px; display: flex; transform: translate(0px, -50%); }

.bbs_empty { display: block; padding: 30px 0; font-size: 13px; text-align: center; }
.bbs_border_none .bbs__item { border-bottom: none; }

.bbs__line { height: 0.5px; background: #e2e3e5; border: none; margin: 20px 0; }
.bbs_toggle { }
.bbs_toggle .bbs__anchor { outline: none; }
.bbs_toggle .bbs__anchor:before { }
.bbs_toggle .bbs__heading { }
.bbs_toggle .bbs__contents { border-top: solid 0.5px #e2e3e5; border-bottom: solid 0.5px #e2e3e5; padding: 20px; text-align: justify; background: #fafbfd; }

.bbs_toggle .bbs__item > .bbs__anchor:after { transform: translate(0, calc(-50% - 2px)) rotate(225deg); transition: 0.2s ease-out; }
.bbs_toggle .bbs__item[open] > .bbs__anchor:after { transform: translate(0, calc(-50% + 2px)) rotate(45deg); }
.bbs_toggle .bbs__item[open] { border-bottom: none; }

.bbs-view { border-bottom: solid 0.5px #e2e3e5; }
.bbs-view__header { position: relative; display: block; padding: 16px 20px; }
.bbs-view__heading { color: var(--black-700); font-weight: 500; line-height: 125%; }
.bbs-view__date { display: block; padding-top: 4px; font-size: 12px; color: var(--black-200); font-weight: 300; line-height: 12px; letter-spacing: -0.58px; }
.bbs-view__content { display: block; font-size: 13px; color: var(--black-400); border-top: solid 0.5px #e2e3e5; padding: 16px 0 40px 0; margin: 0 20px; font-weight: 400; line-height: 150%; letter-spacing: -0.78px; white-space: pre-line;}

/* 이용권 목록 */
.ticket { background: var(--background); }
.ticket__list { position: relative; display: block; padding: 20px 20px 20px 40px; }
.ticket__item { position: relative; display: block; margin-top: 20px; /* background: var(--background); border: solid 0.5px #e2e3e5; border-radius: 16px; box-shadow: 0 0 10px rgba(0,0,0,0.03); */ }
.ticket__item:before { position: absolute; top: -20px; bottom: 0px; left: -16px; width: 1px; background: #eff0f2; content: ''; }
.ticket__item:after { position: absolute; top: calc(50% - 3px); left: -19px; height: 7px; width: 7px; border-radius: 4px; background: #eff0f2; content: ''; }
.ticket__item:first-child { margin-top: 0px; }
.ticket__item:first-child:before { top: 50%; }
.ticket__item:nth-last-child(2):before { bottom: 50%; }
.ticket__item:nth-last-child(1):before { display: none; }
.ticket__item:nth-last-child(1):after { display: none; }
.ticket__item_step_1:after { background: var(--bg-yellow); }
.ticket__item_step_2:after { background: var(--bg-green); }
.ticket__item_step_3:after { background: var(--bg-red); }
.ticket__view { display: block; padding: 20px; }
.ticket__block,
.ticket__anchor { display: block; padding: 20px;
    background: var(--background);
    border: solid 0.5px #e2e3e5;
    border-radius: 16px;
    box-shadow: 0 0 10px rgb(0 0 0 / 3%); }
.ticket__anchor:after {
    position: absolute;
    top: 30px;
    right: 22px;
    display: inline-block;
    content: '';
    width: 11px;
    height: 11px;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: 50% 50%;
    border-top: solid 1px #404040;
    border-radius: 0px;
    border-left: solid 1px #404040;
    border-right: none;
    border-bottom: none;
    background: transparent;
}
.ticket__badge { width: 45px; }
.ticket__shop { display: flex; margin: 5px 0 18px 0; }
.ticket__shop-brand { padding-right: 5px; }
.ticket__info { }
.ticket__heading { padding: 0; }
.ticket__total { padding-top: 4px; font-weight: 600; font-size: 15px; letter-spacing: 0; color: var(--text-primary);  }
.ticket__total:after { font-weight: 400; font-size: 12px; letter-spacing: -0.78px; content: attr(data-unit); color: var(--black-400); }
.ticket__range { display: block; padding-top: 5px; line-height: 12px; font-size: 12px; color: var(--black-200); font-weight: 300; }

.ticket__seat { display: flex; }
.ticket__seat-name { font-size: 13px; letter-spacing: -0.78px; color: var(--black-400); }
.ticket__seat-name:after { content: ''; display: inline-block; width: 0.5px; height: 10px; margin: 0 8px; background: #e4e4e5; }
.ticket__seat-no {}
.ticket__seat-no:after { content: '번'; font-weight: 300; color: var(--black-400); padding-left: 2px; }

.ticket__locker { display: flex; }
.ticket__locker-name { font-size: 13px; letter-spacing: -0.78px; color: var(--black-400); }
.ticket__locker-name:after { content: ''; display: inline-block; width: 1px; height: 10px; margin: 0 8px; background: #e4e4e5; }
.ticket__locker-no {}
.ticket__locker-no:after { content: '번'; font-weight: 300; color: var(--black-400); padding-left: 2px; }

.ticket__range + .ticket__seat   { padding-top: 8px; }
.ticket__range + .ticket__locker { padding-top: 8px; }
.ticket__seat + .ticket__locker { padding-top: 2px; }

.ticket__usage { padding: 20px; }
.ticket__usage-bar { position: relative; height: 7px; display: flex; justify-content: flex-end; background: #e5e5e3; border-radius: 4px; margin-top: 26px; }
.ticket__usage-remain { height: 7px; width: 80%; border-radius: 4px; background: -webkit-linear-gradient(270deg, rgba(33,65,191,1) 0%, rgba(49,101,233,1) 20%, rgba(161,255,194,1) 100%); background: linear-gradient(270deg, rgba(33,65,191,1) 0%, rgba(49,101,233,1) 20%, rgba(161,255,194,1) 100%); background-size: calc(100vw - 40px); background-position: 100%; }
.ticket__usage-bar:before { content: attr(data); position: absolute; top: -30px; left: 0; font-size: 15px; font-weight: 500; color: var(--black-700); letter-spacing: -0.9px; }
.ticket__usage-remain:before { content: attr(data); position: absolute; top: -30px; right: 0; font-size: 15px; font-weight: 500; color: var(--black-700); letter-spacing: -0.9px; }
.ticket__usage-dsc { padding: 7px 0 0 0; font-size: 12px; color: var(--black-200); font-weight: 300; letter-spacing: -0.58px; text-align: justify; }

.ticket__btn { padding: 10px 20px; }

.myticket { height: 100%; display: flex; flex-flow: column nowrap; background: #edeef2; }
.myticket__contents { position: relative; display: flex; align-items: center; height: 100%; padding-bottom: var(--env-bottom); z-index: 1; }
.myticket__contents:before { position: absolute; top: 0; left: 0; right: 0; height: 19vh; background: var(--auth-signin-bg) center bottom/180px repeat-x #fff; content: ''; z-index: -1; }
.myticket__list {
    display: inline-flex;
    flex-flow: row nowrap;
    width: 100vw;
    height: 100%;
    max-height: 640px;
    padding: 88px 32px 48px 0px;
    overflow-x: scroll; overflow-y: hidden; overscroll-behavior-x: contain; scroll-snap-type: x mandatory;
}
.myticket__list::-webkit-scrollbar { display: none; }
.myticket__loader { position: relative;
    width: 60px;
    display: flex;
    height: 100%;
    flex-shrink: 0;
    content: ''; }
.myticket__item { position: relative; width: calc(100vw - 60px); margin-left: 10px; display: flex; flex-flow: column nowrap; height: 100%; flex-shrink: 0; background: #fff; border-radius: 24px; scroll-snap-align: center; scroll-snap-stop: always; box-shadow: 0 0 16px rgba(7,6,2,0.04); }
.myticket__item:first-child { margin-left: 30px; }
.myticket__item:last-child { margin-right: 30px; }
.myticket__body { padding: 24px; display: flex; height: 72%; flex-flow: column nowrap; justify-content: space-evenly; }
.myticket__step2 { position: absolute; top: -26px; right: 26px; width: 64px; height: 64px; background: var(--ticket-step-2); display: flex; align-items: center; justify-content: center; font-size: 11px; color: #fff; letter-spacing: -0.4px; font-weight: 500; padding-bottom: 4px; text-shadow: 0px 0px 2px rgba(0,0,0,0.1); }
.myticket__step0 { position: absolute; top: -26px; right: 26px; width: 64px; height: 64px; background: var(--ticket-step-0); display: flex; align-items: center; justify-content: center; font-size: 11px; color: var(--black-300); letter-spacing: -0.4px; font-weight: 400; padding-bottom: 4px; }
.myticket__header { text-align: center; }
.myticket__heading-brand { display: inline-block; }
.myticket__heading-shop { display: inline-block; }
.myticket__info { text-align: center; }
.myticket__seat-reserve-msg { align-self: center; padding-top: 5px; }
.myticket__range { text-align: center; color: var(--black-300); font-weight: 300; padding-top: 5px; }
.myticket__usage { position: relative; margin: 0px auto; width: 25vh; height: 25vh; border-radius: 12.5vh; display: flex; flex-flow: column nowrap; align-items: center; justify-content: center; }
.myticket__usage-latest { position: relative; z-index: 3; font-size: 36px; line-height: 36px; font-weight: 700; color: var(--text-primary); }
.myticket__usage-latest:after { content: attr(data); font-size: 24px; font-weight: 400; color: var(--black-700); }
.myticket__usage-latest-blink { animation: blinker 1s step-start infinite; }
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.myticket__usage-text { position: relative; z-index: 3; font-size: 12px; line-height: 12px; padding-top: 4px; padding-bottom: 8px; color: var(--black-400); font-weight: 300; letter-spacing: -0.72px; }
.myticket__usage-chart { position: absolute; top: 0; left: 0; display: block; max-width: 100%; }
.myticket__total { padding-top: 4px; font-weight: 600; font-size: 15px; letter-spacing: 0; color: var(--text-primary);  }
.myticket__total:after { font-weight: 400; font-size: 12px; letter-spacing: -0.78px; content: attr(data-unit); color: var(--black-400); }

.myticket__line { position: relative; display: block; flex-shrink: 0; width: 100%; background-image: linear-gradient(to right, transparent 25%, #e8e9ee 25%, #e8e9ee 75%, transparent 75%); background-position: center; background-size: 10px 0.5px; height: 1px; background-repeat: repeat-x; }
.myticket__line:before { position: absolute; left: -10px; top: -9.5px; width: 10px; height: 20px; border: solid 10px #e8e9ee; border-color: #e8e9ee #e8e9ee transparent transparent; transform: rotate(45deg); border-radius: 50%; content: ''; }
.myticket__line:after { position: absolute; right: -10px; top: -9.5px; width: 10px; height: 20px; border: solid 10px #e8e9ee; border-color: transparent transparent #e8e9ee #e8e9ee ; transform: rotate(45deg); border-radius: 50%; content: ''; }

.myticket__footer { padding: 24px 24px 0 24px; display: flex; height: 27%; min-height: 156px; flex-flow: column nowrap; justify-content: space-between; }
.myticket__seat-locker { display: flex; flex-flow: column nowrap; justify-content: center; padding: 0 0 20px 0; min-height: 60px; height: 100%; }
.myticket__seat-locker_expire { text-align: center; color: var(--black-300); }
.myticket__refund_info { font-size: 10.5px; text-align: center; color: var(--black-300); padding-bottom: 9px; }
.myticket__seat { display: flex; }
.myticket__seat-name { position: relative; display: inline-block; min-width: 80px; padding-right: 17px; font-size: 13px; letter-spacing: -0.78px; color: var(--black-400); }
.myticket__seat-name:after { position: absolute; right: 0; top: 50%; transform: translateY(-50%); content: ''; display: inline-block; width: 0.5px; height: 10px; margin: 0 8px; background: #e4e4e5; }
.myticket__seat-no {}
.myticket__seat-no:after { content: '번'; font-weight: 300; color: var(--black-400); padding-left: 2px; }

.myticket__locker { display: flex; }
.myticket__locker-name { position: relative; display: inline-block; min-width: 80px; padding-right: 17px; font-size: 13px; letter-spacing: -0.78px; color: var(--black-400); }
.myticket__locker-name:after { position: absolute; right: 0; top: 50%; transform: translateY(-50%); content: ''; display: inline-block; width: 0.5px; height: 10px; margin: 0 8px; background: #e4e4e5; }
.myticket__locker-no {}
.myticket__locker-no:after { content: '번'; font-weight: 300; color: var(--black-400); padding-left: 2px; }

.myticket__footer .btn { flex-shrink: 0; letter-spacing: 1px; padding-left: 1px; padding-right: 0px; }
.myticket__btn-group { padding: 0 0 24px 0; }

.chart__circle { }
.chart-circle__background {
    stroke: #f4f5f7;
    fill: none;
    stroke-width: 0.6;
    stroke-linecap: round;
    stroke-dasharray: 100, 100;
}
.chart-circle__bar {
    /*stroke: #4CC790;*/
    stroke: url('#ticket-usage');
    fill: none;
    stroke-width: 1;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}


.inquiry { background: var(--background); }
.inquiry__form { padding: 0 20px 20px 20px; }
.inquiry__submit { padding: 20px; }
.inquiry__line { margin: 19px 0; border: none; height: 0.5px; background: #e2e3e5; }

.invalid { background: var(--background); }
.invalid__code-view { padding: 40px 0; text-align: center; }
.invalid__code { font-weight: 700; text-align: center; color: var(--black-900); font-size: 50px; line-height: 50px; letter-spacing: 16px; padding-left: 16px; }
.invalid__dsc { padding-top: 18px; font-size: 12px; text-align: center; font-weight: 400; color: var(--black-400); letter-spacing: -0.72px; }
.invalid__latest { display: flex; flex-flow: row; justify-content: space-between; padding: 40px 20px; background-image: linear-gradient(to right, transparent 25%, #eff0f2 25%, #eff0f2 75%, transparent 75%); background-position: top center; background-size: 8px 1px; background-repeat: repeat-x; }
.invalid__latest-label { line-height: 15px; font-size: 15px; color: var(--black-700); font-weight: 500; letter-spacing: -0.9px; }
.invalid__latest-timer { line-height: 20px; font-size: 20px; color: var(--black-700); font-weight: 700; }

.noti { background: var(--background); }

._visible {
    display: block;
    visibility: visible;
}
._invisible {
    display: none;
    visibility: hidden;
}
._grayscale { filter: grayscale(1); }

._noimg,
._noimg_large { display: flex; font-size: 13px; font-weight: 400; width: 100%; height: 100%; letter-spacing: -0.78px; color: #e3e5e7; background: #f4f5f7; flex-flow: column nowrap; align-items: center; justify-content: center; }
._noimg:before,
._noimg_large:before { content: ''; display: inline-block; background-size: cover; background-position: center center; font-size: 0; width: 24px;height: 24px; background-image: var(--icon-24-noimg); }
._noimg:after,
._noimg_large:after { content: attr(data); }
._noimg_large { font-size: 15px; }
._noimg_large:before { width: 40px; height: 40px; }


