@charset "UTF-8";
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=normalize-------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(91, 96, 104, 0.2);
    user-select: auto;
    /* 2021-04-09 */
}

*:focus {
    outline: none;
}

body, div, textarea, input, button, select {
    color: #2a3138;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

em {
    font-style: normal;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

progress {
    vertical-align: baseline;
}

template,
[hidden] {
    display: none;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    user-select: auto;
    /* 2021-04-09 */
    color: #2a3138;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: transparent;
    color: inherit;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

figure {
    margin: 1em 40px;
}

button,
input,
select,
textarea {
    font: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    border: none;
    outline: none;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
}

optgroup {
    font-weight: bold;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: none;
    user-select: auto;
    /* 2021-04-09 */
    /*background-color: transparent;*/
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: none;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
    resize: none;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    display: none;
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    opacity: 1;
}

::-webkit-file-upload-button {
    -webkit-appearance: none;
    font: inherit;
}

table tr th {
    font-weight: normal;
}

label {
    user-select: auto;
    /* 2021-04-09 */
}

p {
    margin: 0;
    line-height: 140%;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=layout----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
html {
    width: 100%;
    height: 100%;
    font-family: 'NotoSansKR','Malgun Gothic',sans-serif;
    padding: 0;
    margin: 0;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    width: 100%;
    height: auto;
    min-height: 100%;
    overflow: auto;
    font-size: 14px;
    font-weight: 400;
    color: #2a3138;
    background: #fff;
    word-break: keep-all;
    position: relative;
    overflow-scrolling: touch;
    padding: 0;
    margin: 0;
}

body.fixed {
    overflow: hidden !important;
    position: fixed !important;
    height: 100dvh !important;
}

@supports not (height: 100dvh) {
  body.fixed { height: calc(var(--vh, 1vh) * 100); }
}

body.scroll-lock {
    overflow: hidden !important;
    position: fixed !important;
    height: 100dvh !important;
}

#wrap {
    width: 100%;
    height: auto;
    position: relative;
}

.container {
    width: 100%;
    height: auto;
    position: relative;
}

.container.width-order-process-bar {
    padding-bottom: 95px;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=header----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
#header {
    width: 100%;
    height: 60px;
    position: relative;
    padding: 6px;
    text-align: center;
    background: #fff;
    border: none;
}

#header:after {
    content: '';
    display: block;
    width: calc(100% - 32px);
    height: 0;
    border-bottom: 1px solid #d9dbdc;
    position: absolute;
    left: 16px;
    bottom: 0;
}

#header h1 {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 0;
}

#header .bi-img {
    display: inline-block;
    width: 130px;
    vertical-align: middle;
}

#header .btn-open-sidebar {
    position: absolute;
    top: 8px;
    left: 6px;
    z-index: 1;
}

#header .btn-open-sidebar:after {
    content: '';
    display: none;
    width: 6px;
    height: 6px;
    background: #fe6a2b;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 1;
}

#header .btn-open-sidebar.has-new:after {
    display: block;
}

#header .btn-search {
    position: absolute;
    top: 8px;
    right: 50px;
    z-index: 1;
}

#header .btn-cart {
    position: absolute;
    top: 8px;
    right: 6px;
    z-index: 1;
}

#header .btn-cart .badge {
    left: 50%;
    bottom: calc(50% + 2px);
    /* 2021-04-29 */
    font-style: normal;
}


/* [task]UX개선 start */
#header.dark-header { background: #2a3138; }
#header.dark-header:after { display: none; }

#header.dark-header .dp-flex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#header.dark-header h1 {
    width: auto;
    padding-left: 14px;
}
#header.dark-header .bi-img { width: auto; height: 22px; }

#header.dark-header .btns-wrap {
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#header.dark-header .btn-item.min-w {
    flex: none;
    color: #fff;
    top: auto;
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0;
}

#header.dark-header .btn-item:active:before { background: rgba(255,255,255,0.05);}

#header.dark-header .btn-open-sidebar {
    position: relative;
    background: transparent;
}
#header.dark-header .btn-mypage {
    position: relative;
    background: transparent;
}
#header.dark-header .btn-cart {
    position: relative;
    background: transparent;
}
/* [task]UX개선(메인) start */
#header.dark-header .btn-search-product {
    position: relative;
    background: transparent;
}
/* [task]UX개선(메인) end */


#gnb {
    flex: none;
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: relative;
}

#header.biz #gnb { display: none; }
#header.biz.main-header #gnb { display: block; }

#gnb .menu-wrap {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 0 16px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    overflow: auto;
}

#gnb .menu-wrap::-webkit-scrollbar { display: none; }

#gnb .menu-wrap a {
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    border-bottom: 1px solid transparent;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 500;
    color: #5b6068;
    white-space: nowrap;
    position: relative;
    user-select: none;
}

#header.biz.main-header #gnb:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    border-bottom: 1px solid rgba(192, 198, 206, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
} 
#header.biz.main-header #gnb .menu-wrap a { color: #fff; }

#gnb .menu-wrap a.act {
    border-color: #fe6a2b;
    color: #fe6a2b;
}

#gnb .menu-wrap a.new > span:after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fe6a2b;
    position: absolute;
    transform: translateX(2px);
}

/* [task]UX개선 end */



/* [task]UX개선(메인) start */
#gnb.dark-gnb { background: #2a3138; }
#gnb.dark-gnb .menu-wrap a { color: #fff;}
/* [task]UX개선(메인) end */



/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=sidebar---------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
#sidebar {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    pointer-events: none;
    opacity: 0;
}

#sidebar.init {
    opacity: 1;
}

#sidebar.on {
    pointer-events: all;
}

#sidebar .dim {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}

#sidebar .dim.no-anim {
    transition: none;
}

#sidebar .sidebar-swiper {
    width: 100%;
    height: 100%;
}

#sidebar .sidebar-swiper .swiper-slide.dummy {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

#sidebar .sidebar-swiper .swiper-slide.sidebar-pannel-layer {
    width: 100%;
    height: 100%;
    pointer-events: all;
}

#sidebar .btn-close-sidebar {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

#sidebar .sidebar-pannel {
    width: 340px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
}

#sidebar .sidebar-pannel .fixed-area {
    height: auto;
    padding: 0px 10px 0px 10px;
    overflow: hidden;
    flex: 0 0 auto;
}

#sidebar .sidebar-pannel .scroll-area {
    width: 100%;
    height: auto;
    overflow: auto;
    flex: 1 1 auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: calc(36px + constant(safe-area-inset-bottom));
    padding-bottom: calc(36px + env(safe-area-inset-bottom));
}

#sidebar .sidebar-header {
    width: 100%;
    height: 58px;
    position: relative;
    padding: 6px 94px 6px 20px;
    text-align: left;
    background: #fff;
    border: none;
}

#sidebar .sidebar-header .logo-home-link {
    display: block;
    width: 116px;
    margin-top: 15px;
}

#sidebar .sidebar-header .logo-home-link img {
    width: 100%;
}

#sidebar .sidebar-header .tools {
    position: absolute;
    top: 17px;
    right: 6px;
    z-index: 1;
}

#sidebar .sidebar-header .tools ul {
    display: inline-block;
    font-size: 0;
}

#sidebar .sidebar-header .tools ul li {
    display: inline-block;
}

/*#sidebar .sidebar-header .btn-alarm{
    margin-left:12px;
}*/
#sidebar .sidebar-header .btn-alarm:after {
    content: '';
    display: none;
    width: 6px;
    height: 6px;
    background: #fe6a2b;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 1;
}

#sidebar .sidebar-header .btn-alarm.has-new:after {
    display: block;
    top: 0px;
    right: 0px;
}

#sidebar .sidebar-header .greeting {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 0;
}

#sidebar .sidebar-header .greeting .btn-item {
    text-align: left;
    /* padding: 0 4px 0 8px; */
}

#sidebar .sidebar-header .greeting .btn-item .label-txt {
    font-size: 14px;
    white-space: nowrap;
}

#sidebar .sidebar-header .greeting .btn-item .label-txt em {
    color: #fe6a2b;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
    max-width: 56px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
}

#sidebar .personal-menu {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background: #f2f2f7;
    border: 1px solid #f2f2f7;
    border-radius: 4px;
    padding: 12px 11px 56px;
}

#sidebar .personal-menu.before-login {
    padding-bottom: 16px;
}

#sidebar .personal-menu.before-login .btn-membership-card-wrapper {
    display: none;
}

#sidebar .personal-menu ul {
    text-align: center;
}

#sidebar .personal-menu ul .btn-item {
    padding: 8px 0;
    background: transparent;
}

#sidebar .personal-menu ul .btn-item .label-txt {
    display: block;
    font-size: 12px;
    margin-top: 4px;
    letter-spacing: -0.3px;
}

#sidebar .personal-menu .btn-membership-card-wrapper {
    position: absolute;
    top: calc(100% - 36px);
    left: 0;
    width: 100%;
}

#sidebar .personal-menu .btn-membership-card-wrapper .btn-membership-card {
    position: relative;
    border-color: #2a3138;
    text-align: left;
    background: #2a3138;
    color: #fff;
    border-radius: 4px;
    width: 100%;
    height: 36px;
    padding-top: 10px;
    padding-left: 10px;
}

#sidebar .personal-menu .btn-membership-card-wrapper.on {
    top: 0px;
    height: 100%;
}

#sidebar .personal-menu .btn-membership-card-wrapper .close-barcode {
    display: none;
    position: absolute;
    top: 5px;
    right: 16px;
}

#sidebar .personal-menu .btn-membership-card-wrapper.on .close-barcode {
    display: block;
}

#sidebar .personal-menu .btn-membership-card-wrapper.on .btn-membership-card {
    height: 100%;
    border-color: #d9dbdc;
    background-color: #fff;
    color: #2a3138;
    padding: 0px 16px 12px 16px;
}

#sidebar .personal-menu .btn-membership-card-wrapper .btn-membership-card:after {
    position: absolute;
    top: 0;
    line-height: 28px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    left: 50%;
    content: '\e918';
    font-family: 'LineIcons';
    transform: translateX(-50%);
    text-align: center;
}

#sidebar .personal-menu .btn-membership-card-wrapper .btn-membership-card .bi-img {
    width: auto;
    height: 16px;
    position: absolute;
    top: 12px;
    right: 56px;
}

#sidebar .personal-menu .btn-membership-card-wrapper .btn-membership-card .bi-img.full {
    display: none;
}

#sidebar .personal-menu .btn-membership-card-wrapper .btn-membership-card .bi-img.symbol {
    display: inline-block;
}

#sidebar .personal-menu .btn-membership-card-wrapper.on .btn-membership-card:after {
    content: '\e915';
}

#sidebar .personal-menu .btn-membership-card-wrapper.on .btn-membership-card .bi-img.full {
    display: inline-block;
    top: 38px;
    right: 16px;
}

#sidebar .personal-menu .btn-membership-card-wrapper.on .btn-membership-card .bi-img.symbol {
    display: none;
}

#sidebar .personal-menu .btn-membership-card-wrapper.on .btn-membership-card .line-icons {
    display: none;
}

#sidebar .personal-menu .btn-membership-card-wrapper .btn-membership-card .line-icons {
    position: absolute;
    top: 0px;
    right: 20px;
}

#sidebar .personal-menu .btn-membership-card-wrapper.on .btn-membership-card .label-txt {
    padding-top: 32px;
}

#sidebar .personal-menu .btn-membership-card-wrapper .btn-membership-card .label-txt {
    display: block;
    width: 100%;
    font-size: 13px;
}

#sidebar .personal-menu .btn-membership-card-wrapper .btn-membership-card .barcode-area {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0;
}

#sidebar .personal-menu .btn-membership-card-wrapper .btn-membership-card .barcode-area .barcode-wrap {
    width: 100%;
    padding-top: 30%;
    position: relative;
}

#sidebar .personal-menu .btn-membership-card-wrapper .btn-membership-card .barcode-area .barcode-wrap .barcode-holder {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

#sidebar .personal-menu .btn-membership-card-wrapper .btn-membership-card .barcode-area .barcode-info {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    font-size: 11px;
    color: #2A3138;
}

#sidebar .personal-menu .btn-membership-card-wrapper .btn-membership-card .barcode-area .barcode-info .barcode-number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
}

.icon-allmytpass-fff {
    display: inline-block;
    padding-left: 50px;
    background: url("../images/common/img_allmyt_fff.png") no-repeat left 50%;
    background-size: 45px 14px;
    font-size: 12px;
    font-weight: bold;
}

.icon-allmytpass-000 {
    display: inline-block;
    padding-left: 50px;
    background: url("../images/common/img_allmyt_000.png") no-repeat left 50%;
    background-size: 45px 14px;
    font-size: 12px;
    font-weight: bold;
}

#sidebar .btn-membership-card-wrapper .open-card,
#sidebar .btn-membership-card-wrapper.on .default-card {
    display: none;
}

#sidebar .btn-membership-card-wrapper.on .open-card,
#sidebar .btn-membership-card-wrapper .default-card {
    display: inline-block;
}

#sidebar .divider {
    display: block;
    width: 100%;
    height: 8px;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    background: #f2f2f7;
    flex: none;
}

#sidebar .global-menu {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

#sidebar .global-menu dl {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #d9dbdc;
}

#sidebar .global-menu dl:last-of-type {
    border-bottom: none;
}

#sidebar .global-menu dl dt {
    width: 100%;
    height: auto;
    min-height: 48px;
    overflow: hidden;
    position: relative;
    padding: 12px 16px 12px 36px;
    font-size: 0;
    line-height: 24px;
    color: #2a3138;
}

#sidebar .global-menu dl dt:before {
    content: '';
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.05);
}

#sidebar .global-menu dl dt:active:before {
    display: block;
}

#sidebar .global-menu dl dt:after {
    content: '\e900';
    font-family: 'LineIcons' !important;
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%) translateZ(0);
}

#sidebar .global-menu dl dt.on:after {
    content: '\e92c';
}

#sidebar .global-menu dl dt.act:after {
    content: '\e92c';
}

#sidebar .global-menu dl dt.on {
    color: #fff;
    background: #fe6a2b;
}

#sidebar .global-menu dl dt:only-child:after {
    content: '\e917';
}

#sidebar .global-menu dl dt.on:after {
    transform: translateY(-50%) translateZ(0) rotate(180deg);
}

#sidebar .global-menu dl dt.on + dd {
    display: block;
}

#sidebar .global-menu dl dt.act {
    color: #fff;
    background-color: #fe6a2b;
}

#sidebar .global-menu dl dt.act + dd {
    display: block;
}

#sidebar .global-menu dl dt .label-txt {
    font-size: 16px;
    font-weight: inherit;
    line-height: inherit;
}

#sidebar .global-menu dl dd {
    display: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    background: #f9f9fa;
}

#sidebar .global-menu dl dd a {
    display: block;
    width: 100%;
    height: auto;
    min-height: 36px;
    overflow: hidden;
    position: relative;
    padding: 8px 16px 8px 36px;
    font-size: 0;
    line-height: 20px;
    color: #2a3138;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

#sidebar .global-menu dl dd a:active {
    background: rgba(0, 0, 0, 0.05);
}

#sidebar .global-menu dl dd a.act {
    font-weight: 500;
}

#sidebar .global-menu dl dd a:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 12px;
    left: 16px;
    opacity: 0.1;
    background: #F8F8F8;
}

#sidebar .global-menu dl dd a .label-txt {
    font-size: 14px;
    font-weight: inherit;
    line-height: inherit;
}

#sidebar .global-menu dl dd a.has-dropdown {
    position: relative;
}

#sidebar .global-menu dl dd a.has-dropdown:after {
    position: absolute;
    top: 50%;
    left: initial;
    right: 16px;
    bottom: initial;
    content: '\e915';
    font-family: 'LineIcons';
    font-size: 16px;
    line-height: 16px;
    color: #2a3138;
    opacity: .5;
    transform: translateY(-50%);
    background-color: transparent;
}

#sidebar .global-menu dl dd a.on.has-dropdown:after {
    content: '\e918';
}

#sidebar .global-menu .dropdown-menu {
    display: none;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    background-color: #ffffff;
}

#sidebar .global-menu .dropdown-menu.on {
    display: block;
}

#sidebar .global-menu .dropdown-menu > ul > li > a {
    padding-left: 48px;
    -webkit-tap-highlight-color: transparent;
}

#sidebar .global-menu .dropdown-menu .label-txt {
    font-size: 13px;
}

#sidebar .global-menu .open-menu .tit {
    height: 50px;
    margin-top: 10px;
    padding-left: 16px;
    line-height: 50px;
    border-bottom: 1px solid #d9dbdc;
    font-size: 16px;
}

#sidebar .global-menu .open-menu-lst-warp {
    background-color: #f2f2f7;
    padding: 20px 16px;
}

#sidebar .global-menu .open-menu-lst {
    overflow: hidden;
    padding: 8px 0px;
    border-bottom: 1px solid #fff;
}

#sidebar .global-menu .open-menu-lst:nth-child(3) {
    border-bottom: none;
}

#sidebar .global-menu .open-menu-lst li {
    float: left;
    width: 25%;
    padding: 0px 4px 0px 0px;
}

/* 20230410 start */
#sidebar .global-menu .open-menu-lst:not(.col-5) li:nth-of-type(n+4) ~ li {
    margin-top: 4px;
}
/* 20230410 end */

/* 20230912 start */
#sidebar .global-menu .open-menu-lst li a {
    display: table;
    width: 100%;
    padding: 0px 2px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #d9dbdc;
    color: #2a3138;
    line-height: 17px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

#sidebar .global-menu .open-menu-lst li a.new:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    font-size: 0;
    background: #fe6a2b;
}
/* 20230912 end */

#sidebar .global-menu .open-menu-lst li .m-txt {
    display: table-cell;
    vertical-align: middle;
}

/* 2021-04-13 start */
#sidebar .personal-menu .greeting-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #5b6068;
    margin-bottom: 15px;
}

/* 2021-04-13 end */
#sidebar .personal-menu.logout {
    padding-top: 8px;
}

#sidebar .personal-menu.logout .greeting-wrap {
    display: none;
}

#sidebar .personal-menu .login-bx {
    display: none;
    margin-bottom: 16px;
}

#sidebar .personal-menu .login-bx .btn-lst {
    text-align: left;
}

#sidebar .personal-menu .login-bx .btn-lst li {
    display: inline-block;
}

#sidebar .personal-menu .login-bx .btn-lst .btn-item {
    display: inline-block;
    width: 104px;
    padding: 0px;
    background-color: #fff;
    text-align: center;
}

#sidebar .personal-menu .login-bx .btn-lst .btn-item .label-txt {
    margin-top: 0px;
}

#sidebar .personal-menu.logout .login-bx {
    display: block;
}

#sidebar .personal-menu .greeting-wrap .user-name {
    color: #2a3138;
}

#sidebar .mycar-tire-search-wrap {
    padding-top: 28px;
}

#sidebar .mycar-tire-search-wrap + .divider {
    flex: none;
}

#sidebar .mycar-tire-search-wrap .tit {
    color: #2a3138;
    font-size: 16px;
}

#sidebar .mycar-tire-search-wrap .cs_menu01 {
    margin-top: 8px;
    padding: 0px 0px 16px 0px;
}

#sidebar .mycar-tire-search-wrap .cs_menu01 li {
    padding: 0px 8px 0px 0px;
}

#sidebar .mycar-tire-search-wrap .cs_menu01 li:last-child {
    padding-right: 0px;
}

#sidebar .mycar-tire-search-wrap .cs_menu01 a {
    background-color: #f9f9fa;
    border: 1px solid #f9f9fa;
    border-radius: 4px;
    padding: 10px 8px;
    height: 82px;
    box-sizing: border-box;
}

#sidebar .mycar-tire-search-wrap .cs_menu01 a img {
    height: 45px;
}

#sidebar .mycar-tire-search-wrap .cs_menu01 a img {
    width: 100%;
}

#sidebar .mycar-tire-search-wrap .label-txt {
    font-size: 12px;
    letter-spacing: -0.8px;
}

#sidebar .mycar-tire-search-wrap [class*="img-car"] {
    margin: 0px auto;
}

#sidebar .mycar-tire-search-wrap .img-car-num {
    width: 48px;
}

#sidebar .mycar-tire-search-wrap .img-car-model {
    width: 43px;
}

#sidebar .mycar-tire-search-wrap .img-car-tire {
    width: 46px;
}

#sidebar .logout-btn-wrap {
    padding: 20px 25px 0px;
    text-align: left;
}

#sidebar .logout-btn-wrap .btn-logout {
    display: inline-block;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=#loading indicator----------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
#loading-indicator {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    pointer-event: none;
}

#loading-indicator .dim {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 19, 20, 0.8);
    opacity: 0;
    transition: opacity .3s;
}

#loading-indicator .loader {
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    text-align: center;
    top: 40%;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    transition: all .3s;
}

#loading-indicator .loader .loader-image {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url("../images/common/loading-indicator.gif");
    background-size: contain;
}

#loading-indicator .loader .loader-description {
    font-size: 18px;
    color: #ffffff;
    margin-top: 10px;
}

#loading-indicator.on {
    pointer-event: auto;
}

#loading-indicator.on .dim {
    opacity: 1;
}

#loading-indicator.on .loader {
    opacity: 1;
    top: 30%;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=navbar----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.navbar {
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
    border-bottom: 1px solid #f2f2f7;
    padding: 0 56px;
    background: #fff;
    z-index: 800;
}

.navbar h2 {
    display: block;
    width: 100%;
    line-height: 50px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #2a3138;
    font-size: 17px;
    font-weight: 500;
}

.navbar .btn-back {
    position: absolute;
    top: 3px;
    left: 6px;
    z-index: 1;
}

.navbar .btn-share {
    position: absolute;
    top: 3px;
    right: 6px;
    z-index: 1;
}

.navbar .extra {
    display: inline-block;
    width: auto;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    font-size: 0;
}

.navbar .extra > * {
    display: inline-block;
    vertical-align: middle;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=footer----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* 20250107 start */
#footer {
    display: block;
    background: #2A3138 !important;
    padding: 0 20px 40px !important;
    padding-bottom: calc(40px + constant(safe-area-inset-bottom)) !important;
    padding-bottom: calc(40px + env(safe-area-inset-bottom)) !important;
    height: auto;
}

#footer * { user-select: none; }

#footer .footer-header {
    display: block;
    position: relative;
    clear: both;
    padding: 16px 0;
}

#footer .footer-header:after {
    content: '';
    display: table;
    clear: both;
}

#footer .footer-header .logo-area {
    display: inline-block;
    float: left;
}

#footer .footer-header .logo-area img {
    display: block;
    width: auto;
    height: 24px;
}

#footer .footer-header .social-area {
    display: inline-flex;
    float: right;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}


#footer .footer-header .social-area ul li a {
    display: inline-block;
    font-size: 0;
}

#footer .footer-header .social-area ul li a img {
    width: 24px;
    height: 24px;
}

#footer .footer-body {
    padding: 0;
    margin-top: 8px;
}

#footer .footer-body .terms-area {
    display: block;
    width: 100%;
}

#footer .footer-body .terms-area ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px 12px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-body .terms-area ul li {
    flex: none;
    min-width: 0;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 12px;
    width: auto;
}

#footer .footer-body .terms-area ul li.break {
    flex-basis: 100%;
    height: 0;
}

#footer .footer-body .terms-area ul li:not(:is(:last-child, .break)):after {
    content: '';
    display: block;
    width: 0;
    height: 12px;
    border-left: 1px solid #d9dbdc;
}

#footer .footer-body .terms-area ul li:has(+ .break):after { display: none; }

#footer .footer-body .terms-area ul li a {
    white-space: nowrap;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    line-height: 16px;
}


#footer .footer-body .award-area {
    display: block;
    margin-top: 24px;
}

#footer .footer-body .award-area img {
    display: block;
    width: 100%;
}

#footer .footer-body .family-site {
    flex: none;
    width: 100%;
    height: 32px;
    position: relative;
    z-index: 1;
    margin-top: 36px;
}

#footer .footer-body .family-site .trigger {
    width: 100%;
    height: 100%;
    padding: 0 8px 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    cursor: pointer;
    background-color: rgba(91, 96, 104, 0.4);
    border: 1px solid rgba(91, 96, 104, 0.4);
    border-radius: 4px;
}

#footer .footer-body .family-site .trigger .label-txt {
    font-size: 14px;
    font-weight: 500;
}

#footer .footer-body .family-site .trigger .line-icons {
    transition: all 0.2s;
    color: #a0a6af;
}

#footer .footer-body .family-site:hover .line-icons {
    transform: rotate(-180deg);
}

#footer .footer-body .family-site .menu-wrap {
    --child-count: 0;
    width: 100%;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(160,166,175,0.3);
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.2s;
}

#footer .footer-body .family-site .menu-wrap a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 32px;
    padding: 0 16px;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    word-break: break-all;
}

#footer .footer-body .family-site:hover .menu-wrap {
    height: calc(32px * var(--child-count));
}

#footer .footer-body .family-site .menu-wrap:has(a:first-child:nth-last-child(1)) { --child-count: 1; }
#footer .footer-body .family-site .menu-wrap:has(a:first-child:nth-last-child(2)) { --child-count: 2; }
#footer .footer-body .family-site .menu-wrap:has(a:first-child:nth-last-child(3)) { --child-count: 3; }
#footer .footer-body .family-site .menu-wrap:has(a:first-child:nth-last-child(4)) { --child-count: 4; }
#footer .footer-body .family-site .menu-wrap:has(a:first-child:nth-last-child(5)) { --child-count: 5; }

#footer .footer-body .family-site .menu-wrap a + a {
    border-top: 1px solid rgba(91, 96, 104, 0.4);
}

#footer .footer-body .family-site .menu-wrap a:active { background: rgba(160,166,175,0.1); }


#footer .footer-footer {
    margin-top: 24px;
}

#footer .footer-footer .company-area {
    display: block;
    width: 100%;
}

#footer .footer-footer .company-area ul li {
    flex: 1 0 0;
    min-width: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 4px;
    width: auto;
    color: #A0A6AF;
    font-size: 11px;
}

#footer .footer-footer .company-area ul li .inline-vertical-divider {
    display: block;
    width: 0;
    height: 12px;
    border-left: 1px solid #A0A6AF;
    margin: 0 8px;
}

#footer .footer-footer .company-area ul li a {
    white-space: nowrap;
    font-size: 11px;
    font-weight: 400;
    color: inherit;
    line-height: 16px;
}
/* 20250107 end */




/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=tab-item--------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.tab-item {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #fff;
    padding: 0 20px;
    position: sticky;
    position: -webkit-sticky;
    top: 50px;
    left: 0;
    overflow: hidden;
    font-size: 0;
    z-index: 800;
}

.tab-item.no-sticky {
    position: relative;
    top: auto;
    z-index: auto;
}

.tab-item:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #d9dbdc;
    position: absolute;
    left: 0;
    bottom: 0;
}

.tab-item > a {
    display: inline-block;
    text-decoration: none;
    width: auto;
    height: inherit;
    line-height: 44px;
    text-align: center;
    color: #5b6068;
    font-size: 14px;
    font-weight: 400;
    padding: 0 12px;
    /*border-bottom: 1px solid transparent;*/
    position: relative;
    cursor: default;
}

.tab-item:not(.on-layer) > a:active {
    background: rgba(0, 0, 0, 0.05);
}

.tab-item > a.on {
    color: #fe6a2b;
    font-weight: 500;
}

.tab-item > a.disabled {
    color: #e3e5e8;
    pointer-events: none;
}

.tab-item > .indicator {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #fe6a2b;
    min-width: 0;
    transition: left ease-in-out .16s, width ease-in-out .16s;
}

.tab-item.list-size-equal > a:first-of-type:nth-last-of-type(0) {
    width: 100%;
}

.tab-item.list-size-equal > a:first-of-type:nth-last-of-type(2),
.tab-item.list-size-equal > a:first-of-type:nth-last-of-type(2) ~ a {
    width: calc(100% / 2);
}

.tab-item.list-size-equal > a:first-of-type:nth-last-of-type(3),
.tab-item.list-size-equal > a:first-of-type:nth-last-of-type(3) ~ a {
    width: calc(100% / 3);
}

.tab-item.list-size-equal > a:first-of-type:nth-last-of-type(4),
.tab-item.list-size-equal > a:first-of-type:nth-last-of-type(4) ~ a {
    width: calc(100% / 4);
}

.tab-item.list-size-equal > a:first-of-type:nth-last-of-type(5),
.tab-item.list-size-equal > a:first-of-type:nth-last-of-type(5) ~ a {
    width: calc(100% / 5);
}

.tab-item.list-size-equal > a:first-of-type:nth-last-of-type(6),
.tab-item.list-size-equal > a:first-of-type:nth-last-of-type(6) ~ a {
    width: calc(100% / 6);
}

.tab-contents {
    position: relative;
    display: none;
    width: 100%;
    height: auto;
}

.tab-contents.on-modal-with-header {
    padding-top: 45px;
}

.tab-contents.on {
    display: block;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=tabs--------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.tabs {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
    padding: 6px;
    background-color: #f2f2f7;
}

.tabs-inner {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    font-size: 0;
}

.tabs .grid-list > li {
    margin-bottom: 0;
    font-size: 0;
}

.tabs .tabs-item {
    display: inline-block;
    width: auto;
    font-size: 14px;
    padding: 10px 12px;
    background-color: transparent;
}

.tabs .tabs-item .label {
    position: relative;
    color: #a0a6af;
    font-size: 14px;
    z-index: 2;
    transition: all .16s ease-in-out;
}

.tabs .tabs-item.on .label {
    color: #fe6a2b;
    font-weight: 500;
}

.tabs .indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-radius: 4px;
    background-color: #ffffff;
    transition: left ease-in-out .16s, width ease-in-out .16s;
    z-index: 1;
}

.tabs.list-size-equal .tabs-item:first-of-type:nth-last-of-type(0) {
    width: 100%;
}

.tabs.list-size-equal .tabs-item:first-of-type:nth-last-of-type(2),
.tabs.list-size-equal .tabs-item:first-of-type:nth-last-of-type(2) ~ .tabs-item {
    width: calc(100% / 2);
}

.tabs.list-size-equal .tabs-item:first-of-type:nth-last-of-type(3),
.tabs.list-size-equal .tabs-item:first-of-type:nth-last-of-type(3) ~ .tabs-item {
    width: calc(100% / 3);
}

.tabs.list-size-equal .tabs-item:first-of-type:nth-last-of-type(4),
.tabs.list-size-equal .tabs-item:first-of-type:nth-last-of-type(4) ~ .tabs-item {
    width: calc(100% / 4);
}

.tabs.list-size-equal .tabs-item:first-of-type:nth-last-of-type(5),
.tabs.list-size-equal .tabs-item:first-of-type:nth-last-of-type(5) ~ .tabs-item {
    width: calc(100% / 5);
}

.tabs.list-size-equal .tabs-item:first-of-type:nth-last-of-type(6),
.tabs.list-size-equal .tabs-item:first-of-type:nth-last-of-type(6) ~ .tabs-item {
    width: calc(100% / 6);
}

.tabs-contents {
    position: relative;
    display: none;
    width: 100%;
    height: auto;
}

.tabs-contents.on {
    display: block;
}

.tabs.tabs-simple {
    padding: 0;
    background-color: transparent;
}

.tabs.tabs-simple .tabs-item + .tabs-item {
    margin-left: 8px;
}

.tabs.tabs-simple .tabs-item {
    width: auto;
    border: 1px solid #D9DBDC;
    background-color: #ffffff;
    line-height: 1;
    padding: 11px 16px;
    border-radius: 4px;
    color: #5B6068;
}

.tabs.tabs-simple .tabs-item.w-80 {
    width: 80px;
}

.tabs.tabs-simple .tabs-item.w-100 {
    width: 100px;
}

.tabs.tabs-simple .tabs-item.w-120 {
    width: 120px;
}

.tabs.tabs-simple .tabs-item.w-150 {
    width: 150px;
}

.tabs.tabs-simple .tabs-item.on {
    color: #fe6a2b;
    border: 1px solid #fe6a2b;
}

.tabs.tabs-simple .indicator {
    display: none;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=main------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
#main {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: calc(48px + constant(safe-area-inset-bottom));
    padding-bottom: calc(48px + env(safe-area-inset-bottom));
}

#main:after {
    content: '';
    display: table;
    clear: both;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=section---------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
section {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

section:after {
    content: '';
    display: table;
    clear: both;
}

.section-header {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 0 20px;
    line-height: 40px;
    border-bottom: 1px solid #d9dbdc;
    font-size: 0;
    appearance: none;
    text-decoration: none;
    text-align: left;
    background: transparent;
    color: #2a3138;
    cursor: default;
}

a.section-header:active,
button.section-header:active {
    background: rgba(0, 0, 0, 0.05);
}

.section-header.section-header-sm {
    border-bottom: initial;
}

.section-header.section-header-sm h3 {
    font-size: 14px;
}

.section-header h3 {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    vertical-align: middle;
}

.section-header h3.txt-w400 {
    font-weight: 400;
}

.section-header > span {
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
}

.section-header .extra {
    display: inline-block;
    width: auto;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    font-size: 0;
}

.section-header .extra > * {
    display: inline-block;
    vertical-align: middle;
}

.section-contents-area {
    padding: 0 20px;
}

.section-banner {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    background-color: #AED7DA;
    letter-spacing: -0.8px;
}

.section-banner.mint {
    background-color: #AED7DA;
}

.section-banner strong,
.section-banner.mint strong {
    font-weight: 500;
    color: #3F989D;
}

.section-banner.blue {
    background-color: #6D80F5;
}

.section-banner.blue strong {
    color: #ffffff;
}

.sec-header {
    display: block;
    width: 100%;
    height: auto;
    font-size: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #D9DBDC;
}

.sec-header.no-border {
    border-bottom: 0px;
}

.sec-header h3.sec-title {
    font-size: 20px;
    vertical-align: middle;
    line-height: 1.2;
}

.sec-header .tools {
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.sec-header .tools.tools-bottom {
    top: auto;
    bottom: 0;
    transform: none;
}

.sec-header .tools.tools-top {
    top: 0;
    transform: none;
}

.sec-header .tools .btn-item {
    line-height: 1.2;
    height: auto;
}

.sec-contents {
    display: block;
    width: 100%;
    height: auto;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=bottom-drawer---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
#bottomDrawer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    pointer-events: none;
}

#bottomDrawer.on {
    pointer-events: all;
}

#bottomDrawer .dim {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
}

#bottomDrawer.on .dim {
    opacity: 1;
    pointer-events: auto;
}

#bottomDrawer .bottom-drawer-pannel {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fff;
    padding: 20px;
    padding-bottom: calc(36px + constant(safe-area-inset-bottom));
    padding-bottom: calc(36px + env(safe-area-inset-bottom));
    transform: translateY(100%) translateZ(0);
    transition: all 0.3s;
}

#bottomDrawer.on .bottom-drawer-pannel {
    transform: translateY(0) translateZ(0);
}

#bottomDrawer.with-handle .bottom-drawer-pannel {
    overflow: visible;
}

#bottomDrawer.with-handle.on .bottom-drawer-pannel {
    box-shadow: 0 -3px 4px rgba(91, 96, 104, 0.1);
}

#bottomDrawer.with-handle .handle-wrap {
    position: absolute;
    top: -19px;
    left: 50%;
    width: auto;
    height: auto;
    transform: translateX(-50%);
    pointer-events: auto;
    box-shadow: 0 -3px 4px rgba(91, 96, 104, 0.1);
}

#bottomDrawer.with-handle .handle {
    height: 20px;
    width: 80px;
    background-color: #ffffff;
    text-align: center;
}

#bottomDrawer.with-handle .handle:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 20px;
    top: 0;
    left: -29px;
    background-image: url("../images/common/bottom-drawer-handdle-left.svg");
}

#bottomDrawer.with-handle .handle:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 20px;
    top: 0;
    right: -29px;
    background-image: url("../images/common/bottom-drawer-handdle-right.svg");
}

#bottomDrawer.with-handle .handle .icon-holder {
    text-align: center;
    font-size: 0;
}

#bottomDrawer.with-handle .handle .icon-holder span:first-of-type {
    display: inline-block;
}

#bottomDrawer.with-handle .handle .icon-holder span:last-of-type {
    display: none;
}

#bottomDrawer.with-handle.on .handle .icon-holder span:first-of-type {
    display: none;
}

#bottomDrawer.with-handle.on .handle .icon-holder span:last-of-type {
    display: inline-block;
}

/* bottom drawer panel reversal */
#bottomDrawer.panel-reversal .bottom-drawer-pannel {
    transform: translateY(0);
}

#bottomDrawer.with-handle.panel-reversal .bottom-drawer-pannel {
    box-shadow: 0 -3px 4px rgba(91, 96, 104, 0.1);
    pointer-events: auto;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=modal-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.mobile-ios #layerFullPopup {
    min-height: -webkit-fill-available;
    min-height: 100svh;
}

.mobile-ios .modal-item {
    min-height: -webkit-fill-available;
    min-height: 100svh;
}

.modal-item {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    /* 0722 */
    pointer-events: none;
    opacity: 1;
}

.modal-item.on {
    pointer-events: all;
    opacity: 1;
}

.modal-item .dim {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.3s;
    opacity: 0;
}

.modal-item.on .dim {
    opacity: 1;
}

.modal-item .dim.disabled { pointer-events: none !important;}

.modal-item .dim.white {
    background: rgba(255, 255, 255, 0.9);
}

.modal-item .middler {
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: middle;
    pointer-events: none;
    padding: 16px;
}

.modal-item .modal-pannel {
    width: 100%;
    height: auto;
    max-height: calc(100vh - 40px);
    overflow: hidden;
    background: #fff;
    margin: 0 auto;
    position: relative;
    border-radius: 4px;
    pointer-events: none;
    transition: all 0.2s;
    transform: translateY(80px) translateZ(0);
    opacity: 0;
    border: 1px solid #d9dbdc;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.modal-item.on .modal-pannel {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0) translateZ(0);
}

.modal-item .modal-pannel .modal-header {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #f9f9fa;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 0 1px #d9dbdc;
    z-index: 1002;
    padding-right: 48px;
    font-size: 0;
}

.modal-item.full .modal-pannel {
    border: none;
}

.modal-item.full .modal-pannel .modal-header {
    background: #fff;
}

.modal-item .modal-pannel .modal-header h3 {
    display: inline-block;
    font-size: 18px;
    line-height: 110%;
    vertical-align: middle;
    padding-left: 20px;
}

.modal-item .modal-pannel .modal-header .btn-popup-close {
    background: transparent;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}

.modal-item .modal-pannel .modal-action {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #f9f9fa;
    box-shadow: 0 0 0 1px #d9dbdc;
}

.modal-item.full .modal-pannel .modal-action {
    height: auto;
    padding: 10px 0;
    padding-bottom: calc(10px + constant(safe-area-inset-bottom));
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
}

/*.modal-item.full .modal-pannel .modal-body .modal-scroller {*/
/*    padding-bottom: calc(10px + constant(safe-area-inset-bottom));*/
/*    padding-bottom: calc(10px + env(safe-area-inset-bottom));*/
/*}*/
.modal-item.full .modal-pannel .modal-header + .modal-action + .modal-body {
    padding-bottom: calc(10px + 10px + 40px + constant(safe-area-inset-bottom));
    padding-bottom: calc(10px + 10px + 40px + env(safe-area-inset-bottom));
}

/* max height 94px, min-height 60px */
.modal-item.full .modal-pannel .modal-action:after {
    content: '';
    display: table;
    clear: both;
}

.modal-item.full .modal-pannel .modal-action ul li {
    padding: 0 8px;
}

.modal-item .modal-pannel .modal-action.no-boundary {
    background: #fff;
    box-shadow: none;
}

.modal-item .modal-pannel .modal-action ul {
    padding: 0 16px;
}

.modal-item .modal-pannel .modal-action ul li {
    padding: 10px 8px 0;
}

.modal-item .modal-pannel .modal-action .btn-item { padding-left: 0; padding-right: 0;}

.modal-item .modal-pannel .modal-body {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    max-height: calc(100vh - 40px);
}

.modal-item .modal-pannel .modal-body .modal-scroller {
    width: 100%;
    height: auto;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    max-height: calc(100vh - 40px);
}

.modal-item .modal-pannel .modal-header + .modal-body {
    padding-top: 48px;
}

.modal-item .modal-pannel .modal-action + .modal-body {
    padding-bottom: 60px;
}

.modal-item .modal-pannel .modal-header + .modal-action + .modal-body {
    padding-top: 48px;
    padding-bottom: 60px;
}

.modal-item .modal-pannel .modal-header + .modal-body .modal-scroller {
    max-height: calc(100vh - 40px - 48px);
}

.modal-item .modal-pannel .modal-action + .modal-body .modal-scroller {
    max-height: calc(100vh - 40px - 60px);
}

.modal-item .modal-pannel .modal-header + .modal-action + .modal-body .modal-scroller {
    max-height: calc(100vh - 40px - 108px);
}

/* full popup */
.modal-item.full {
    display: block;
    table-layout: unset;
}

.modal-item.full .middler {
    padding: 0;
    display: block;
}

.modal-item.full .modal-pannel {
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    border-radius: 0;
}

.modal-item.full .modal-pannel .modal-body {
    height: 100%;
    max-height: 100%;
    min-height: 100%;
}

.modal-item.full .modal-pannel .modal-header + .modal-body .modal-scroller {
    max-height: calc(100vh - 48px);
}

.modal-item.full .modal-pannel .modal-action + .modal-body .modal-scroller {
    max-height: calc(100vh - 60px);
}

.modal-item.full .modal-pannel .modal-header + .modal-action + .modal-body .modal-scroller {
    max-height: calc(100vh - 108px);
}

.modal-item.full .modal-panel .modal-body .modal-scroller {
    padding-bottom: calc(36px + constant(safe-area-inset-bottom));
    padding-bottom: calc(36px + env(safe-area-inset-bottom));
}

/* ios vh issue fix */
/* issue fix url - https://css-tricks.com/the-trick-to-viewport-units-on-mobile */
/* require $.Tstation.setMobileDeviceClass(); */
body.mobile-ios .modal-item .modal-pannel {
    max-height: calc(var(--vh, 1vh) * 100 - 40px);
}

body.mobile-android .modal-item .modal-pannel {
    max-height: calc(var(--vh, 1vh) * 100 - 40px);
}

body.mobile-ios .modal-item .modal-pannel .modal-body {
    max-height: calc(var(--vh, 1vh) * 100 - 40px);
}

body.mobile-android .modal-item .modal-pannel .modal-body {
    max-height: calc(var(--vh, 1vh) * 100 - 40px);
}

body.mobile-ios .modal-item .modal-pannel .modal-body .modal-scroller {
    max-height: calc(var(--vh, 1vh) * 100 - 40px);
}

body.mobile-android .modal-item .modal-pannel .modal-body .modal-scroller {
    max-height: calc(var(--vh, 1vh) * 100 - 40px);
}

body.mobile-ios .modal-item .modal-pannel .modal-header + .modal-body .modal-scroller {
    max-height: calc(var(--vh, 1vh) * 100 - 40px - 48px);
}

body.mobile-android .modal-item .modal-pannel .modal-header + .modal-body .modal-scroller {
    max-height: calc(var(--vh, 1vh) * 100 - 40px - 48px);
}

body.mobile-ios .modal-item .modal-pannel .modal-action + .modal-body .modal-scroller {
    max-height: calc(var(--vh, 1vh) * 100 - 40px - 60px);
}

body.mobile-android .modal-item .modal-pannel .modal-action + .modal-body .modal-scroller {
    max-height: calc(var(--vh, 1vh) * 100 - 40px - 60px);
}

body.mobile-ios .modal-item .modal-pannel .modal-header + .modal-action + .modal-body .modal-scroller {
    max-height: calc(var(--vh, 1vh) * 100 - 40px - 108px);
}

body.mobile-android .modal-item .modal-pannel .modal-header + .modal-action + .modal-body .modal-scroller {
    max-height: calc(var(--vh, 1vh) * 100 - 40px - 108px);
}

body.mobile-ios .modal-item.full .modal-pannel .modal-header + .modal-body .modal-scroller {
    max-height: calc(var(--vh, 1vh) * 100 - 48px);
}

body.mobile-android .modal-item.full .modal-pannel .modal-header + .modal-body .modal-scroller {
    max-height: calc(var(--vh, 1vh) * 100 - 48px);
}

body.mobile-ios .modal-item.full .modal-pannel .modal-action + .modal-body .modal-scroller {
    max-height: calc(var(--vh, 1vh) * 100 - 60px);
}

body.mobile-android .modal-item.full .modal-pannel .modal-action + .modal-body .modal-scroller {
    max-height: calc(var(--vh, 1vh) * 100 - 60px);
}

body.mobile-ios .modal-item.full .modal-pannel .modal-header + .modal-action + .modal-body .modal-scroller {
    max-height: calc(var(--vh, 1vh) * 100 - 108px);
}

body.mobile-android .modal-item.full .modal-pannel .modal-header + .modal-action + .modal-body .modal-scroller {
    max-height: calc(var(--vh, 1vh) * 100 - 108px);
}

.modal-item .modal-drawer {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
}



/* 20230331 start */
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=popup-banner/toast-banner---------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/

.popup-banner {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}

.popup-banner.on {
    display: table;
}

.popup-banner .middler {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 12px;
    text-align: center;
}

.popup-banner .middler .popup-pannel {
    display: inline-block;
    width: 100%;
    max-width: 640px;
    background: #fff;
    padding: 0;
    padding-bottom: 40px;
    position: relative;
}

.popup-banner .middler .popup-pannel img {
    width: 100%;
}

.popup-banner .middler .popup-pannel .popup-console {
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;

}

.popup-banner .middler .popup-pannel .popup-console button {
    display: inline-block;
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #2a3138;
    appearance: none;
    padding: 0 8px;
    padding-left: 32px;
    background: #fff;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 8px;
    border-radius: 4px;
}

.popup-banner .middler .popup-pannel .popup-console button:active {
    background: rgba(0, 0, 0, 0.05);
}

.popup-banner .middler .popup-pannel .popup-console button .x-ico {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
}

.popup-banner .middler .popup-pannel .popup-console button .x-ico:before,
.popup-banner .middler .popup-pannel .popup-console button .x-ico:after {
    content: '';
    display: block;
    width: 16px;
    height: 0;
    border-top: 1px solid #2a3138;
    position: absolute;
    top: 50%;
    left: 50%;

}

.popup-banner .middler .popup-pannel .popup-console button .x-ico:before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.popup-banner .middler .popup-pannel .popup-console button .x-ico:after {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.popup-banner .middler .popup-pannel .popup-console .today-chk {
    display: inline-block;
    width: auto;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 8px;
    border-radius: 4px;
}

.popup-banner .middler .popup-pannel .popup-console .today-chk:active {
    background: rgba(0, 0, 0, 0.05);
}

.popup-banner .middler .popup-pannel .popup-console .today-chk input {
    width: 0;
    height: 0;
    position: absolute;
    top: -100px;
}

.popup-banner .middler .popup-pannel .popup-console .today-chk .label-txt {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
    padding-left: 36px;
    font-size: 12px;
    vertical-align: middle;
    color: #5b6068;
    user-select: none;
}

.popup-banner .middler .popup-pannel .popup-console .today-chk .label-txt:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #d9dbdc;
    background: #fff;
    box-sizing: border-box;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.popup-banner .middler .popup-pannel .popup-console .today-chk .label-txt:after {
    content: '';
    display: block;
    width: 7px;
    height: 14px;
    border-right: 1px solid #fe6a2b;
    border-bottom: 1px solid #fe6a2b;
    position: absolute;
    left: 14px;
    top: 10px;
    transform: translateZ(0) rotate(45deg) scale(0, 0);
    transition: all 0.2s;
}

.popup-banner .middler .popup-pannel .popup-console .today-chk input:checked~.label-txt:after {
    transform: translateZ(0) rotate(45deg) scale(1, 1);
}




.toast-banner {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    pointer-events: none;
}

.toast-banner.on { pointer-events: all; }
.toast-banner.on .dim { opacity: 1; }

.toast-banner .dim {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
}

.toast-banner.on .toast-pannel-wrap { transform: translateY(0) translateZ(0); }

.toast-banner .toast-pannel-wrap {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
    transform: translateY(100%) translateZ(0);
}

.toast-banner .toast-pannel-wrap .toast-pannel {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

.toast-banner .toast-pannel-wrap .toast-pannel img {
    width: 100%;
    height: auto;
    position: relative;
}

.toast-banner.on .toast-pannel-wrap .btn-close-toast { transform: translateY(-100%); }
.toast-banner .toast-pannel-wrap .btn-close-toast {
    position: absolute;
    top: -4px;
    right: 20px;
    transform: translateY(4px);
    color: #fff;
}

/* 20230331 end */



/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=Switcher--------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.switcher {
    display: block;
    width: 100%;
    height: auto;
    color: #2A3138;
    font-size: 14px;
    text-align: center;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid #D9DBDC;
    background-color: #ffffff;
}

.switcher.on {
    color: #ff8400;
    border-color: #ff8400;
    font-weight: 500;
}

.switcher-content {
    position: relative;
    display: none;
    width: 100%;
    height: auto;
}

.switcher-content.on {
    display: block;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=Range Slider Component------------------------------------------------------------*/
/*=Require rangeslider.js------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.range-slider-component,
.range-slider-component-fill {
    display: block;
    border-radius: 4px;
}

.range-slider-component {
    background: #5eb0b5;
    position: relative;
    transition: background-color .14s ease-in-out;
}

.range-slider-component .overlap-break-under {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    background-image: url("../images/common/range-slider-under-break-dot.svg");
    background-repeat: repeat-x;
    background-color: #f9f9fa;
    background-position: center;
    z-index: 1;
}

.range-slider-component .overlap-break-under:before {
    display: inline-block;
    content: '';
    width: 12px;
    height: 100%;
    background-color: #d9dbdc;
    border-radius: 4px 0 0 4px;
}

.range-slider-component .overlap-break-under:after {
    display: inline-block;
    content: '';
    width: calc(100% - 12px);
    height: 100%;
}

.range-slider-component .overlap-break {
    position: absolute;
    background-color: #ffffff;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    z-index: 1;
}

.range-slider-component-horizon {
    height: 8px;
    width: 100%;
}

.range-slider-component-vertical {
    width: 8px;
    min-height: 150px;
    max-height: 100%;
}

.range-slider-component-disabled {
    opacity: 0.4;
}

.range-slider-component-fill {
    background: #ff8400;
    position: absolute;
}

.range-slider-component-horizon .range-slider-component-fill {
    top: 0;
    height: 100%;
}

.range-slider-component-vertical .range-slider-component-fill {
    bottom: 0;
    width: 100%;
}

.range-slider-component-handle {
    background: white;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    width: 28px;
    height: 28px;
    position: absolute;
    border-radius: 50%;
    transition: transform .14s ease-in-out;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
    z-index: 10;
}

.range-slider-component-handle:active,
.range-slider-component-active .range-slider-component-handle {
    transform: scale(1.2);
}

.range-slider-component-horizon .range-slider-component-handle {
    top: -11px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}

.range-slider-component-vertical .range-slider-component-handle {
    left: -11px;
    touch-action: pan-x;
    -ms-touch-action: pan-x;
}

.range-slider-component.transition-start .range-slider-component-handle,
.range-slider-component.transition-start .range-slider-component-fill {
    transition: all .14s ease-in-out;
}

.range-slider-component.on-all {
    background-color: #d9dbdc;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=box ------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.box {
    position: relative;
    display: block;
    padding: 12px;
}

.box.box-border {
    border: 1px solid #d9dbdc;
}

.box.box-radius {
    border-radius: 4px;
}

.box.box-gray {
    background-color: #f2f2f7;
}

.box.box-white {
    background-color: #ffffff;
}

.box.box-overflow-y {
    max-height: 200px;
    overflow-y: auto !important;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=guide-item-------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.guide-item {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    pointer-events: none;
}

.guide-item .dim {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.4s;
    opacity: 0;
    pointer-events: none;
}

.guide-item.on .dim {
    opacity: 1;
    transition: all 0.3s;
    pointer-events: all;
}

.guide-item .btn-guide-item-on {
    position: absolute;
    right: 16px;
    bottom: 16px;
    bottom: calc(16px + constant(safe-area-inset-bottom));
    bottom: calc(16px + env(safe-area-inset-bottom));
    background: rgba(88, 193, 199, 0.9) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    pointer-events: all;
    transition: bottom .2s ease-in-out;
}

.guide-item .btn-guide-item-off {
    display: none;
    line-height: 52px;
    border: 2px solid #fff;
    position: absolute;
    right: 16px;
    bottom: 16px;
    bottom: calc(16px + constant(safe-area-inset-bottom));
    bottom: calc(16px + env(safe-area-inset-bottom));
    background: rgba(0, 0, 0, 0.3) !important;
    pointer-events: none;
    transition: bottom .2s ease-in-out;
}

.guide-item.on .btn-guide-item-off {
    pointer-events: all;
    display: inline-block;
}

.guide-item .btn-guide-item-off:active {
    background: rgba(0, 0, 0, 0.5) !important;
}

.guide-item .btn-guide-item-off:active:before {
    display: none;
}

.guide-item .guide-menus {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 88px;
    bottom: calc(88px + constant(safe-area-inset-bottom));
    bottom: calc(88px + env(safe-area-inset-bottom));
    transition: bottom .2s ease-in-out;
}

.guide-item.on .guide-menus {
    pointer-events: all;
}

.guide-item .guide-menus .btn-item.btn-free {
    height: 60px;
    line-height: 60px;
    border: none;
    text-align: right;
    padding-right: 80px;
}

.guide-item .guide-menus .btn-item.btn-free .label-txt {
    vertical-align: middle;
    line-height: 100%;
    font-size: 0;
}

.guide-item .guide-menus .btn-item.btn-free .label-txt span {
    display: inline-block;
    line-height: 20px;
}

.guide-item .guide-menus .btn-item.btn-free .line-icons {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.guide-item .guide-menus .btn-item.btn-free:nth-of-type(1) {
    transform: translateY(196px) translateZ(0);
    opacity: 0;
    transition: all 0.2s 0.1s;
}

.guide-item .guide-menus .btn-item.btn-free:nth-of-type(2) {
    transform: translateY(136px) translateZ(0);
    opacity: 0;
    transition: all 0.2s 0.05s;
}

.guide-item .guide-menus .btn-item.btn-free:nth-of-type(3) {
    transform: translateY(76px) translateZ(0);
    opacity: 0;
    transition: all 0.2s;
}

.guide-item.on .guide-menus .btn-item.btn-free:nth-of-type(1) {
    transform: translateY(0) translateZ(0);
    opacity: 1;
    transition: all 0.3s;
}

.guide-item.on .guide-menus .btn-item.btn-free:nth-of-type(2) {
    transform: translateY(0) translateZ(0);
    opacity: 1;
    transition: all 0.3s 0.1s;
}

.guide-item.on .guide-menus .btn-item.btn-free:nth-of-type(3) {
    transform: translateY(0) translateZ(0);
    opacity: 1;
    transition: all 0.3s 0.2s;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=action-sheet-------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.action-sheet {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    pointer-events: none;
}

.action-sheet .dim {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.3s;
    opacity: 0;
    pointer-events: none;
}

.action-sheet.on .dim {
    opacity: 1;
    transition: all 0.3s;
    pointer-events: all;
}

.action-sheet .actions {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    padding: 20px;
    padding-bottom: calc(20px + constant(safe-area-inset-bottom));
    padding-bottom: calc(20px +  env(safe-area-inset-bottom));
    pointer-events: none;
    transition: all 0.3s;
    transform: translateY(100%) translateZ(0);
}

.action-sheet .actions > * + * {
    margin-top: 12px;
}

.action-sheet.on .actions {
    pointer-events: all;
    transform: translateY(0) translateZ(0);
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=empty-box-------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.empty-box {
    display: table;
    width: 100%;
    min-height: 100px;
    height: auto;
    text-align: center;
}

.empty-box .middler {
    display: table-cell;
    vertical-align: middle;
}

.empty-box .middler > .line-icons {
    color: #d9dbdc;
}

.empty-box .middler > .empty-msg {
    font-size: 12px;
    color: #a0a6af;
    margin-top: 8px;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=comp------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 125%;
    cursor: default;
    position: relative;
    font-family: 'NotoSansKR';
    user-select: auto;
    /* 2021-04-09 */
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=btn-item--------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.btn-item {
    display: inline-block;
    overflow: visible;
    width: auto;
    height: 40px;
    line-height: 38px;
    margin: 0;
    padding: 0 20px;
    position: relative;
    font-size: 0;
    font-family: 'NotoSansKR','Malgun Gothic',sans-serif;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border: none;
    outline: none;
    color: #2a3138;
    font-weight: 400;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background-color: #fff;
    cursor: default;
}

.btn-item * {
    pointer-events: none;
    user-select: auto;
}

/* 2021-04-09 */
.btn-item:disabled,
.btn-item.disabled {
    pointer-events: none;
    opacity: 0.3;
}

.btn-item > * + * {
    margin-left: 4px;
}

.btn-item.btn-free > * + * {
    margin-left: unset;
}

.btn-item > .label-txt {
    display: inline-block;
    vertical-align: middle;
    line-height: 110%;
    position: relative;
    font-size: 14px;
    font-weight: inherit;
    pointer-events: none;
}

.btn-item > .label-txt.txt-11 {
    font-size: 11px !important;
}

.btn-item > .label-txt.txt-12 {
    font-size: 12px !important;
}

.btn-item > .label-txt.txt-13 {
    font-size: 13px !important;
}

.btn-item > .label-txt.txt-14 {
    font-size: 14px !important;
}

.btn-item > .label-txt.txt-16 {
    font-size: 16px !important;
}

.btn-item > .label-txt em {
    font-weight: 500;
}

.btn-item > .badge {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    min-width: 16px;
    line-height: 16px;
    padding: 0 4px;
    text-align: center;
    position: relative;
    font-size: 12px;
    font-weight: inherit;
    pointer-events: none;
    border-radius: 9px;
    color: #fff;
    background: #fe6a2b;
    margin-left: 4px;
}

.btn-item.min-w > .badge {
    position: absolute;
    margin: 0;
}

.btn-item.btn-xs {
    height: 24px;
    line-height: 22px;
    padding: 0 12px;
}

.btn-item.btn-s {
    height: 32px;
    line-height: 30px;
    padding: 0 16px;
}

.btn-item.btn-ms {
    height: 36px;
    line-height: 34px;
    padding: 0 18px;
}

.btn-item.btn-ml {
    height: 44px;
    line-height: 42px;
    padding: 0 22px;
}

.btn-item.btn-l {
    height: 48px;
    line-height: 46px;
    padding: 0 24px;
}

.btn-item.btn-xl {
    height: 56px;
    line-height: 54px;
    padding: 0 28px;
}

.btn-item.btn-xs > .label-txt {
    font-size: 10px;
}

.btn-item.btn-s > .label-txt {
    font-size: 12px;
}

.btn-item.btn-ms > .label-txt {
    font-size: 13px;
}

.btn-item.btn-ml > .label-txt {
    font-size: 15px;
}

.btn-item.btn-l > .label-txt {
    font-size: 16px;
}

.btn-item.btn-xl > .label-txt {
    font-size: 18px;
}

.btn-item.round {
    border-radius: 20px;
}

.btn-item.btn-xs.round {
    border-radius: 12px;
}

.btn-item.btn-s.round {
    border-radius: 16px;
}

.btn-item.btn-ms.round {
    border-radius: 18px;
}

.btn-item.btn-ml.round {
    border-radius: 22px;
}

.btn-item.btn-l.round {
    border-radius: 24px;
}

.btn-item.btn-xl.round {
    border-radius: 28px;
}

.btn-item.filet {
    border-radius: 4px;
}

.btn-item.min-w {
    width: 40px;
    padding: 0 !important;
}

.btn-item.btn-xs.min-w {
    width: 24px;
}

.btn-item.btn-s.min-w {
    width: 32px;
}

.btn-item.btn-ms.min-w {
    width: 36px;
}

.btn-item.btn-ml.min-w {
    width: 44px;
}

.btn-item.btn-l.min-w {
    width: 48px;
}

.btn-item.btn-xl.min-w {
    width: 56px;
}

.btn-item.full-w {
    width: 100%;
}

.btn-item.half-w {
    width: 50%;
}

.btn-item.w-150 {
    width: 150px;
    padding: 0 !important;
}

.btn-item.btn-free {
    height: auto;
    line-height: initial;
    padding: unset;
}

.btn-item.btn-neutral {
    background: #2a3138;
    color: #fff;
}

.btn-item.btn-neutral.btn-inv {
    background: #fff;
    color: #2a3138;
}

.btn-item.btn-neutral.btn-ol {
    background: #fff;
    border-color: #2a3138;
    color: #2a3138;
}

.btn-item.btn-neutral.btn-ol:active {
    background: #2a3138;
    border-color: #2a3138;
    color: #fff;
}

.btn-item.btn-primary {
    background: #fe6a2b;
    color: #fff;
}

.btn-item.btn-primary.btn-inv {
    background: #fff;
    color: #fe6a2b;
}

.btn-item.btn-primary.btn-ol {
    background: #fff;
    border-color: #fe6a2b;
    color: #fe6a2b;
}

.btn-item.btn-white {
    background: #fff;
    color: #2a3138;
}

.btn-item.btn-white.btn-inv {
    background: transparent;
    color: #fff;
}

.btn-item.btn-white.btn-ol {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.btn-item.btn-gray {
    background: #d9dbdc;
    color: #fff;
}

.btn-item.btn-gray.btn-inv {
    background: #fff;
    color: #2a3138;
}

.btn-item.btn-gray.btn-ol {
    background: #fff;
    border-color: #d9dbdc;
    color: #2a3138;
}

.btn-item.btn-light-gray {
    background: #f2f2f7;
    color: #2a3138;
}

.btn-item.btn-light-gray.btn-inv {
    background: #fff;
    color: #2a3138;
}

.btn-item.btn-light-gray.btn-ol {
    background: #fff;
    border-color: #f2f2f7;
    color: #2a3138;
}

.btn-item.btn-light-gray.btn-neu {
    color: #a0a6af;
}

.btn-item.btn-dark-gray {
    background: #a0a6af;
    color: #fff;
}

.btn-item.btn-dark-gray.btn-inv {
    background: #fff;
    color: #a0a6af;
}

.btn-item.btn-dark-gray.btn-ol {
    background: #fff;
    border-color: #a0a6af;
    color: #a0a6af;
}

.btn-item.bg-transparent {
    background: transparent !important;
}

.btn-item.btn-disabled {
    border-color: #D9DBDC !important;
    background-color: #F9F9FA !important;
    opacity: 1 !important;
}

.btn-item.btn-disabled .label-txt {
    color: #A0A6AF !important;
}

.btn-kakao {
    background-color: #ffdf00;
    color: #3d201c;
    border-color: transparent;
}

.btn-naver {
    background-color: #01c73c;
    color: #ffffff;
    border-color: transparent;
}

.btn-facebook {
    background-color: #3f67af;
    color: #ffffff;
    border-color: transparent;
}

.btn-item:active:before {
    content: '';
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: rgba(0, 0, 0, 0.05);
}

.btn-item.btn-neutral:not(.btn-ol):not(.btn-inv):active:before {
    background: rgba(255, 255, 255, 0.05);
}

.page-floating-button {
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 12px 20px;
    padding-bottom: calc(12px + constant(safe-area-inset-bottom));
    padding-bottom: calc(12px + env(safe-area-inset-bottom));
    background-color: #ffffff;
    box-shadow: 0 -6px 6px rgba(0, 0, 0, 0.16);
    z-index: 900;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=Table-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
table {
    border-collapse: collapse;
    width: 100%;
}

table.vertical-t th,
table.vertical-t td,
table tr.vertical-t th,
table tr.vertical-t td {
    vertical-align: top;
}

table.vertical-m th,
table.vertical-m td,
table tr.vertical-m th,
table tr.vertical-m td {
    vertical-align: middle;
}

table.vertical-b th,
table.vertical-b td,
table tr.vertical-b th,
table tr.vertical-b td {
    vertical-align: bottom;
}

table.pd-thin th,
table.pd-thin td {
    padding: 2px 0;
}

table.pd-slim th,
table.pd-slim td {
    padding: 4px 0;
}

table.pd-medium th,
table.pd-medium td {
    padding: 8px 0;
}

table.pd-fat th,
table.pd-fat td {
    padding: 12px 0;
}

table.tire-guide-table tr th {
    padding: 12px 12px 12px 0;
    border-right: 1px solid #D9DBDC;
}

table.tire-guide-table tr td {
    padding: 12px 0 12px 12px;
    letter-spacing: -0.8px;
    text-align: justify;
}

table.tire-guide-table tr th,
table.tire-guide-table tr td {
    border-bottom: 1px solid #D9DBDC;
}

table.tire-guide-table tr:last-of-type th,
table.tire-guide-table tr:last-of-type td {
    border-bottom: none;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=Column-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.col_full {
    width: 100%;
}

.col_half {
    width: 48%;
}

.col_one_third {
    width: 30.63%;
}

.col_two_third {
    width: 65.33%;
}

.col_one_fourth {
    width: 22%;
}

.col_three_fourth {
    width: 74%;
}

.col_one_fifth {
    width: 16.8%;
}

.col_two_fifth {
    width: 37.6%;
}

.col_three_fifth {
    width: 58.4%;
}

.col_four_fifth {
    width: 79.2%;
}

.col_one_sixth {
    width: 13.33%;
}

.col_five_sixth {
    width: 82.67%;
}

.col_full,
.col_half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth {
    display: block;
    position: relative;
    margin-right: 4%;
    float: left;
}

.col_full {
    clear: both;
    float: none;
    margin-right: 0;
}

.col_last {
    margin-right: 0 !important;
    clear: right;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=cart-price-table------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.cart-price-table {
    border-bottom: none;
}

.cart-price-table > tbody {
    border-bottom: 1px solid #d9dbdc;
}

.cart-price-table > tbody:last-child,
.cart-price-table > tbody:last-child tr,
.cart-price-table > tbody:last-child th,
.cart-price-table > tbody:last-child td {
    border-bottom: none;
}

.cart-price-table tr:first-of-type th,
.cart-price-table tr:first-of-type td {
    padding-top: 12px;
}

.cart-price-table tr:last-of-type th,
.cart-price-table tr:last-of-type td {
    padding-bottom: 12px;
}

.cart-price-table.pd-slim tr:first-of-type th,
.cart-price-table.pd-slim tr:first-of-type td {
    padding-top: 6px;
}

.cart-price-table.pd-slim tr:last-of-type th,
.cart-price-table.pd-slim tr:last-of-type td {
    padding-bottom: 6px;
}

.cart-price-table th {
    text-align: left;
    padding: 4px 0;
    line-height: 120%;
}

.cart-price-table td {
    text-align: right;
    padding: 4px 0;
    line-height: 120%;
}

.cart-price-table .payment-total th {
    font-size: 16px;
    font-weight: 400;
}

.cart-price-table .payment-total td {
    font-size: 16px;
    color: #fe6a2b;
}

.cart-price-table .payment-total td em {
    font-size: 20px;
}

.cart-price-table .payment-total th.txt-14 {
    font-size: 14px;
}

.cart-price-table .payment-total td.txt-14 {
    font-size: 14px;
}

.cart-price-table .payment-total td.txt-14 em {
    font-size: 14px;
}

.cart-price-table .price-detail {
    font-size: 12px;
    color: #5b6068;
}

.cart-price-table .price-detail th {
    padding-left: 12px;
}

.cart-price-table .smart-pay-img {
    display: block;
    width: auto;
    height: 20px;
}


.cart-price-table tbody tr.has-price-detail ~ .price-detail { display: none; }
.cart-price-table tbody tr.has-price-detail.on ~ .price-detail { display: table-row; }

.cart-price-table tbody tr.has-price-detail th,
.cart-price-table tbody tr.has-price-detail td {
    padding-bottom: 12px;
}

.cart-price-table tbody tr.has-price-detail.on th,
.cart-price-table tbody tr.has-price-detail.on td {
    padding-bottom: 4px;
}

.cart-price-table tbody tr.has-price-detail th {
    position: relative;
}

.cart-price-table tbody tr.has-price-detail th:after {
    content: '\e915';
    font-family: 'LineIcons';
    display: inline-block;
    vertical-align: middle;
    --icon-size: 20px;
    width: var(--icon-size);
    height: var(--icon-size);
    line-height: var(--icon-size);
    font-size: var(--icon-size);
    transition: all 0.2s;
    transform: translateZ(0) rotate(0deg);
    position: relative;
    left: 4px;
}

.cart-price-table tbody tr.has-price-detail.on th:after { transform: translateZ(0) rotate(-180deg); }



/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=stepper---------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
ul.stepper {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #f9f9fa;
    padding: 16px 0;
}

ul.stepper li {
    position: relative;
    padding: 8px 8px;
    text-align: center;
}

ul.stepper li:before,
ul.stepper li:after {
    position: absolute;
    content: '';
    top: 17px;
    width: 50%;
    height: 1px;
    background-color: #e5e5e5;
}

ul.stepper li:before {
    left: 0;
}

ul.stepper li:after {
    right: 0;
}

ul.stepper li label {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #a0a6af;
}

ul.stepper li.on label {
    color: #2A3138;
}

ul.stepper li .stepper-dot {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #e5e5e5;
    border-radius: 100%;
    z-index: 2;
    margin-bottom: 4px;
}

ul.stepper li .stepper-dot:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    height: 8px;
    width: 8px;
    border-radius: 100%;
    border: 4px solid #ffffff;
    background-color: #e5e5e5;
    transform: translate(-50%, -50%);
}

ul.stepper li.on .stepper-dot {
    z-index: 1;
}

/*ul.stepper li.on:before,*/
/*ul.stepper li.on:after { z-index: 2; }*/
ul.stepper li.on .stepper-dot,
ul.stepper li.on .stepper-dot:before,
ul.stepper li.on:before,
ul.stepper li.on:after,
ul.stepper li.on + li:before {
    background-color: #5eb0b5;
}

ul.stepper li:first-of-type:before,
ul.stepper li:last-of-type:after {
    content: initial;
}

ul.stepper li:first-of-type .stepper-dot:after {
    border-left-width: 0;
}

ul.stepper li:last-of-type .stepper-dot:after {
    border-right-width: 0;
}

ul.stepper li.done:before,
ul.stepper li.done:after,
ul.stepper li.done + li:before {
    background-color: #5eb0b5;
}

ul.stepper li.done .stepper-dot {
    background-color: #5eb0b5;
}

ul.stepper li.done .stepper-dot:after {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fe6a2b;
    content: '\e912';
    font-family: 'LineIcons';
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    transform: translate(-50%, -50%);
}

ul.stepper li.done .stepper-dot:before {
    background-color: #ffffff;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=list------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* 옵션클래스 */
/* .list-size-full / .list-size-free / .list-size-equal / .list-style-disc / .list-style-number */
ul,
ol,
dl {
    height: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    cursor: default;
    position: relative;
}

ul:after,
ol:after,
dl:after {
    content: '';
    display: table;
    clear: both;
}

ul.list-size-full,
ol.list-size-full,
dl.list-size-full,
ul.list-size-free,
ol.list-size-free,
dl.list-size-free,
ul.list-size-equal,
ol.list-size-equal,
dl.list-size-equal {
    width: 100%;
}

ul > li,
ol > li {
    height: auto;
    overflow: visible;
    position: relative;
}

.list-size-full > li {
    width: 100%;
}

.list-size-free > li {
    display: inline-block;
    width: auto;
}

.list-size-equal > li {
    float: left;
}

.list-size-equal > li:first-child:nth-last-child(1) {
    width: 100%;
}

.list-size-equal > li:first-child:nth-last-child(2),
.list-size-equal > li:first-child:nth-last-child(2) ~ li {
    width: calc(100% / 2);
}

.list-size-equal > li:first-child:nth-last-child(3),
.list-size-equal > li:first-child:nth-last-child(3) ~ li {
    width: calc(100% / 3);
}

.list-size-equal > li:first-child:nth-last-child(4),
.list-size-equal > li:first-child:nth-last-child(4) ~ li {
    width: calc(100% / 4);
}

.list-size-equal > li:first-child:nth-last-child(5),
.list-size-equal > li:first-child:nth-last-child(5) ~ li {
    width: calc(100% / 5);
}

.list-size-equal > li:first-child:nth-last-child(6),
.list-size-equal > li:first-child:nth-last-child(6) ~ li {
    width: calc(100% / 6);
}

.list-size-flex {
    display: flex;
}

.list-size-flex > li {
    flex: 1;
    min-width: 0;
}

.list-size-flex > li.flex-2 {
    flex: 2;
}

.list-size-flex > li.flex-3 {
    flex: 3;
}

.list-size-flex > li.flex-4 {
    flex: 4;
}

.list-size-flex > li.flex-0 {
    flex: 0;
}

.list-size-flex > li.flex-auto {
    flex: auto;
}

.flex-between {
    display: flex;
    justify-content: space-between;
}

.list-style-disc > * {
    margin: 0;
    overflow: hidden;
    position: relative;
    padding-left: 20px;
}

.list-style-disc > *:before {
    content: '●';
    position: absolute;
    display: inline-block;
    width: 20px;
    line-height: inherit;
    font-size: inherit;
    text-align: center;
    vertical-align: middle;
    color: inherit;
    transform: translateX(-100%) scale(0.3, 0.3);
}

.list-style-number {
    counter-reset: list-counter;
}

.list-style-number > * {
    margin: 0;
    overflow: hidden;
    position: relative;
    /*display: inline;*/
    padding-left: 20px;
}

.list-style-number > *:before {
    display: inline-block;
    padding-right: 4px;
    position: absolute;
    transform: translateX(-100%);
    font-size: inherit;
    font-weight: inherit;
    counter-increment: list-counter;
    content: "" counter(list-counter) ". ";
}

ul.grid-list {
    display: table;
    width: 100%;
}

ul.grid-list > li {
    float: left;
    width: 100%;
    margin-bottom: 1%;
    margin-right: 1%;
}

ul.grid-list.grid-list-column-1 > li {
    width: 100%;
}

ul.grid-list.grid-list-column-2 > li {
    width: 49.5%;
}

ul.grid-list.grid-list-column-3 > li {
    width: 32.6666666667%;
}

ul.grid-list.grid-list-column-4 > li {
    width: 24.25%;
}

ul.grid-list.grid-list-column-5 > li {
    width: 19.2%;
}

ul.grid-list.grid-list-column-6 > li {
    width: 15.8333333333%;
}

ul.grid-list.grid-list-column-7 > li {
    width: 13.4285714286%;
}

ul.grid-list.grid-list-column-8 > li {
    width: 11.625%;
}

ul.grid-list.grid-list-column-9 > li {
    width: 10.2222222222%;
}

ul.grid-list.grid-list-column-10 > li {
    width: 9.1%;
}

ul.grid-list.grid-list-column-11 > li {
    width: 8.1818181818%;
}

ul.grid-list.grid-list-column-12 > li {
    width: 7.4166666667%;
}

ul.grid-list.grid-list-column-2 > li:nth-of-type(2n+0),
ul.grid-list.grid-list-column-3 > li:nth-of-type(3n+0),
ul.grid-list.grid-list-column-4 > li:nth-of-type(4n+0),
ul.grid-list.grid-list-column-5 > li:nth-of-type(5n+0),
ul.grid-list.grid-list-column-6 > li:nth-of-type(6n+0),
ul.grid-list.grid-list-column-7 > li:nth-of-type(7n+0),
ul.grid-list.grid-list-column-8 > li:nth-of-type(8n+0),
ul.grid-list.grid-list-column-9 > li:nth-of-type(9n+0),
ul.grid-list.grid-list-column-10 > li:nth-of-type(10n+0),
ul.grid-list.grid-list-column-11 > li:nth-of-type(11n+0),
ul.grid-list.grid-list-column-12 > li:nth-of-type(12n+0) {
    margin-right: 0;
}

ul.grid-list > li:last-of-type {
    margin-right: 0 !important;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=form-unit-------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.form-control {
    position: relative;
    display: block;
    width: 100%;
}

.input-group {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.input-box {
    display: block;
    width: 100%;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 22px;
    color: #2a3138;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    text-align: left;
    height: auto;
    background: initial;
    background-color: #ffffff;
}

.input-box.bg-light1 {
    background: #f9f9fa;
}

.input-box.txt-12 {
    font-size: 12px;
}

select.input-box {
    padding-right: 30px;
    /*min-width: 70px;*/
}

.input-box::placeholder {
    color: #a0a6af;
}

.input-box:focus {
    border-color: #fe6a2b;
}

.input-box.bg-light1:focus {
    background: #fff;
}

.input-box.bg-light1:not(select):read-only:focus {
    background: #f9f9fa;
    border-color: #d9dbdc;
}

.input-box:not(select):read-only {
    background-color: #f9f9fa;
}

/*input:not(disabled)not:[type="submit"]:focus {}*/
.input-box:disabled,
.input-box.disabled,
.form-control.disabled {
    pointer-events: none;
    opacity: 0.3;
}

.form-control.form-control-sm .input-box {
    padding-top: 4px;
    padding-bottom: 4px;
    height: 32px;
}

.form-control.form-control-medium-sm .input-box {
    padding-top: 6px;
    padding-bottom: 6px;
    height: 36px;
}

.form-control.form-control-md .input-box {
    padding-top: 8px;
    padding-bottom: 8px;
    height: 40px;
}

.form-control.form-control-lg .input-box {
    padding-top: 12px;
    padding-bottom: 12px;
    height: 48px;
}

.form-control .input-group .tools {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    padding-right: 6px;
}

.form-control .input-group select.input-box ~ .tools {
    pointer-events: none;
}

.form-control .input-group .tools > button {
    display: inline-block;
    font-size: 0;
    color: #5b6068;
    background-color: initial;
    height: 40px;
    width: auto;
}

.form-control .input-group .tools > button > span {
    font-size: 16px;
    vertical-align: middle;
}

.form-control.form-control-sm .input-group .tools > button {
    height: 32px;
}

.form-control.form-control-medium-sm .input-group .tools > button {
    height: 36px;
}

.form-control.form-control-md .input-group .tools > button {
    height: 40px;
}

.form-control.form-control-lg .input-group .tools > button {
    height: 48px;
}

.form-control label {
    display: block;
    font-size: 12px;
    color: #2a3138;
    margin-bottom: 6px;
    cursor: default;
}

.form-control label.txt-14 {
    font-size: 14px;
}

.form-control .input-group .tools > button.clear {
    display: none;
}

.form-control .input-group .tools > button.clear.on {
    display: inline-block;
}

.form-control.form-control-inline {
    position: relative;
    padding-left: 80px;
}

.form-control.form-control-inline label {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    padding-right: 10px;
    margin-bottom: initial;
}

.form-control.form-control-inline.inline-xs {
    padding-left: 60px;
}

.form-control.form-control-inline.inline-xs label {
    width: 60px;
}

.form-control.form-control-inline.inline-sm {
    padding-left: 70px;
}

.form-control.form-control-inline.inline-sm label {
    width: 70px;
}

.form-control.form-control-inline.inline-md {
    padding-left: 80px;
}

.form-control.form-control-inline.inline-md label {
    width: 80px;
}

.form-control.form-control-inline.inline-lg {
    padding-left: 90px;
}

.form-control.form-control-inline.inline-lg label {
    width: 90px;
}

.form-control.form-control-inline.inline-xl {
    padding-left: 100px;
}

.form-control.form-control-inline.inline-xl label {
    width: 100px;
}

.form-control.inline {
    display: inline-block;
}

.form-control.inline label {
    display: inline-block;
    padding-right: 4px;
    vertical-align: middle;
    margin-bottom: initial;
    width: auto;
}

.form-control.inline .input-group {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

/*=check-item------------------------------------------------------------------------*/
.check-item {
    display: inline-block;
    width: auto;
    min-width: 32px;
    height: auto;
    min-height: 32px;
    line-height: 100%;
    font-size: 0;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    vertical-align: middle;
    cursor: default;
    user-select: none;
}

.check-item input {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.check-item .labelling {
    display: inline-block;
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 0;
    position: relative;
    padding: 6px;
    padding-left: 32px;
}

.check-item.txt-right .labelling {
    padding: 6px;
    padding-right: 32px;
}

.check-item .icon-holder {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    text-align: center;
    position: absolute;
    top: 6px;
    left: 6px;
    font-size: 0;
    pointer-events: none;
}

.check-item.txt-right .icon-holder {
    left: auto;
    right: 6px;
}

.check-item .icon-holder:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 1px solid #d9dbdc;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}

.check-item .icon-holder .line-icons.square:before {
    content: '' !important;
}

.check-item .icon-holder span:nth-of-type(1) {
    position: relative;
    color: #d9dbdc;
}

.check-item .icon-holder span:nth-of-type(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.check-item .label-txt {
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 20px;
    vertical-align: middle;
    font-size: 14px;
}

.check-item .label-txt.txt-12 {
    font-size: 12px;
}

.check-item input[type="checkbox"]:checked ~ .labelling .icon-holder span:after,
.check-item input[type="checkbox"]:checked ~ .icon-holder span:after {
    position: absolute;
    display: inline-block;
    content: '\e912';
    font-family: 'LineIcons';
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    color: #fe6a2b;
}

.check-item .labelling:active {
    background: rgba(0, 0, 0, 0.05);
}

.check-item input:disabled ~ .icon-holder {
    pointer-events: none;
    opacity: 0.3;
}

.check-item input:disabled ~ .labelling {
    pointer-events: none;
    opacity: 0.3;
}

.check-item.no-disabled-style input:disabled ~ .icon-holder {
    opacity: 1;
}

.check-item.no-disabled-style input:disabled ~ .labelling {
    opacity: 1;
}

/*=radio-item------------------------------------------------------------------------*/
.radio-item {
    display: inline-block;
    width: auto;
    min-width: 32px;
    height: auto;
    min-height: 32px;
    font-size: 0;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    line-height: initial;
    vertical-align: middle;
    cursor: default;
}

.radio-item.radio-item-block,
.radio-item.radio-item-block .labelling {
    display: block;
}

.radio-item input {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
}

.radio-item .labelling {
    display: inline-block;
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 0;
    position: relative;
    padding: 6px;
    padding-left: 32px;
}

.radio-item .labelling.full-w {
    width: 100%;
}

.radio-item.btn-type .labelling {
    padding: 0 12px;
    border-radius: inherit;
    border: 1px solid #d9dbdc;
    line-height: 30px;
    text-align: center;
}

.radio-item.btn-type.size-l .labelling {
    line-height: 38px;
}

.radio-item.btn-type input[type="radio"]:checked ~ .labelling {
    background: #fe6a2b;
    border-color: #fe6a2b;
    color: #fff;
}

.radio-item.btn-type.btn-ol input[type="radio"]:checked ~ .labelling {
    background: #fff;
    border-color: #fe6a2b;
    color: #fe6a2b;
}

.radio-item .labelling:active {
    background: rgba(0, 0, 0, 0.05);
}

.radio-item input:disabled ~ .icon-holder {
    pointer-events: none;
    opacity: 0.3;
}

.radio-item input:disabled ~ .labelling {
    pointer-events: none;
    opacity: 0.3;
}

.radio-item .icon-holder {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    text-align: center;
    position: absolute;
    top: 6px;
    left: 6px;
    font-size: 0;
    pointer-events: none;
}

.radio-item .icon-holder:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #d9dbdc;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}

.radio-item .icon-holder .line-icons.circle:before {
    content: '' !important;
}

.radio-item .icon-holder span {
    position: relative;
    color: #d9dbdc;
}

.radio-item .label-txt {
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 20px;
    vertical-align: middle;
    font-size: 14px;
}

.radio-item .label-txt.txt-12 {
    font-size: 12px;
}

.radio-item input[type="radio"]:checked ~ .labelling .icon-holder span:after,
.radio-item input[type="radio"]:checked ~ .icon-holder span:after {
    position: absolute;
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #fe6a2b;
}

/*=toggle-switch----------------------------------------------------------------------*/
.toggle-switch {
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 0;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    padding: 6px;
}

.toggle-switch:active {
    background: rgba(0, 0, 0, 0.05);
}

.toggle-switch input[type="checkbox"] {
    width: 0;
    height: 0;
    position: absolute;
    top: -1;
    left: 0;
    opacity: 0;
}

.toggle-switch .label-txt {
    display: inline-block;
    width: auto;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    font-size: 14px;
}

.toggle-switch .switch-track {
    display: inline-block;
    width: 32px;
    height: 20px;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 10px;
    background: #d9dbdc;
    border: 2px solid #d9dbdc;
    position: relative;
    transition: all 0.2s;
}

.toggle-switch .switch-track .switch {
    width: 100%;
    height: 16px;
    padding-right: 16px;
    overflow: hidden;
    border-radius: 8px;
    font-size: 0;
    position: relative;
    text-align: center;
    transform: translateX(calc(-100% + 16px)) translateZ(0);
    transition: all 0.2s;
}

.toggle-switch input:checked ~ .switch-track {
    background: #fe6a2b;
    border: 2px solid #fe6a2b;
}

.toggle-switch input:checked ~ .switch-track .switch {
    transform: translateX(0) translateZ(0);
}

.toggle-switch .switch-track .switch .switch-handle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
}

.toggle-switch.disabled {
    pointer-events: none;
    opacity: 0.4;
}

/*=form-control-number---------------------------------------------------------------*/
.form-control-number {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #2A3138;
    font-size: 0;
    padding: 6px 4px;
}

.form-control-number > input {
    position: absolute;
    top: -9999px;
    right: -99999px;
    height: 0;
    width: 0;
    font-size: 0;
}

.form-control-number > span {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.form-control-number .label {
    font-size: 14px;
    padding: 0 4px;
}

.form-control-number .control {
    position: relative;
    color: #5B6068;
    background-color: initial;
    font-size: 0;
    -webkit-tap-highlight-color: transparent;
}

.form-control-number .control:active:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    transform: translate(-50%, -50%);
    background-color: rgba(42, 49, 56, 0.15);
    border-radius: 50%;
}

/* disabled */
.form-control-number.disabled {
    pointer-events: none;
}

.form-control-number.disabled .control {
    color: #d9dbdc;
}

.form-control-number .control.disabled {
    pointer-events: none;
    color: #d9dbdc;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=tag-------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.tag {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #D9DBDC;
    font-size: 14px;
}

.tag.on {
    background-color: #FE6A2B;
    color: #ffffff;
    font-weight: 500;
    border: 1px solid transparent;
}

.tag:before {
    content: '#';
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=badge-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.badge {
    display: inline-block;
    width: auto;
    line-height: 18px;
    font-size: 11px;
    font-weight: 500;
    background: #fe6a2b;
    color: #fff;
    padding: 0 8px;
    border-radius: 2px;
    vertical-align: middle;
    position: relative;
}

.badge.badge-s {
    line-height: 16px;
    font-size: 10px;
}

.badge.badge-l {
    line-height: 20px;
    font-size: 12px;
}

.badge.badge-xl {
    line-height: 24px;
    font-size: 14px;
}

.badge.round {
    border-radius: 9px;
}

.badge.badge-s.round {
    border-radius: 8px;
}

.badge.badge-l.round {
    border-radius: 10px;
}

.badge.badge-xl.round {
    border-radius: 12px;
}

.badge.badge-neutral1 {
    background: #2a3138;
}

.badge.badge-neutral2 {
    background: #5b6068;
}

.badge.badge-neutral3 {
    background: #a0a6af;
}

.badge.badge-white {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    color: #a0a6af;
}

.badge.badge-mint {
    background: #58c1c7;
}

.badge.badge-inv {
    background: transparent;
    color: #fe6a2b;
    border: 1px solid #fe6a2b;
}

.badge.badge-inv.badge-neutral1 {
    background: transparent;
    color: #2a3138;
    border: 1px solid #2a3138;
}

.badge.badge-inv.badge-neutral2 {
    background: transparent;
    color: #5b6068;
    border: 1px solid #5b6068;
}

.badge.badge-inv.badge-neutral3 {
    background: transparent;
    color: #a0a6af;
    border: 1px solid #a0a6af;
}

.badge-container {
    position: relative;
}

.badge.badge-dot {
    position: absolute;
    top: -3px;
    right: -3px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    padding: initial;
    font-size: 0;
}

.smart-pay-badge {
    display: inline-block;
    width: auto;
    line-height: 24px;
    font-size: 0;
    font-weight: 500;
    background: #2a3138;
    color: #fff;
    padding: 0 10px;
    border-radius: 12px;
    vertical-align: middle;
    position: relative;
    white-space: nowrap;
}

.smart-pay-badge.dark-gray {
    background: #a0a6af;
    color: #fff;
}

.smart-pay-badge.lite {
    background-color: initial;
    padding: initial;
    color: #2a3138;
}

.smart-pay-badge .label-txt {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
}

.smart-pay-badge img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 18px;
    margin-left: 4px;
}

/* 20240207 start */
.tip-item {
    min-height: 20px;
    line-height: 16px;
    padding: 2px 0;
    padding-left: 38px;
    position: relative;
    font-size: 12px;
}

.tip-item:before {
    content: 'Tip';
    display: inline-block;
    width: 32px;
    height: 20px;
    line-height: 20px;
    border-radius: 4px 0 8px 4px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    background: #FE6A2B;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
/* 20240207 end */


/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=Badge: badge-tire-type------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.badge.badge-tire-type {
    color: #ffffff;
    font-size: 9px;
    line-height: 10px;
    padding: 3px 6px;
    background-color: #e5e5e5;
    /*border-radius: 8px;*/
    text-transform: uppercase;
    border-radius: 2px;
}

.badge.badge-tire-type.comfort:before {
    content: 'comfort';
}

.badge.badge-tire-type.comfort.on {
    background-color: #ff8e1f;
}

.badge.badge-tire-type.sport:before {
    content: 'sport';
}

.badge.badge-tire-type.sport.on {
    background-color: #5989d1;
}

.badge.badge-tire-type.runflat:before {
    content: 'runflat';
}

.badge.badge-tire-type.runflat.on {
    background-color: #333333;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=Badge: badge-service-type---------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.badge.badge-service-type {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    font-size: 9px;
    font-weight: 500;
    border-radius: 100%;
    background-color: #5b6068;
    line-height: 1;
}

.badge.badge-service-type > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.badge.badge-service-type.out-of-stock {
    background-color: #F49C00;
}

.badge.badge-service-type.out-of-stock + .tooltip .tooltip-header {
    color: #F49C00;
}

.badge.badge-service-type.guarantee {
    background-color: #30AEE4;
}

.badge.badge-service-type.guarantee + .tooltip .tooltip-header {
    color: #30AEE4;
}

.badge.badge-service-type.premium {
    position: relative;
    background-color: #C39969;
}

.badge.badge-service-type.premium:after {
    position: absolute;
    top: 0;
    right: -2px;
    content: '\e900';
    font-family: 'LineIcons';
    display: inline-block;
    font-size: 5px !important;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    text-align: center;
    border-radius: 100%;
    background-color: #8F5400;
}

.badge.badge-service-type.premium + .tooltip .tooltip-header {
    color: #C39969;
}

/*=Badge: badge-discount-------------------------------------------------------------*/
.badge.badge-discount {
    padding-left: 4px;
    padding-right: 4px;
    width: 32px;
    height: 32px;
    line-height: 1;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
}

.badge.badge-discount > span {
    display: inline-block;
    font-size: 11px;
    margin-top: 5px;
}

.badge.badge-discount.sale {
    background-color: #5b6068;
}

.badge.badge-discount.membership {
    background-color: #ffa200;
}

/*=Badge: badge-review---------------------------------------------------------------*/
.badge.badge-review {
    line-height: 22px;
    font-weight: 400;
    color: #5B6068;
    background-color: #ffffff;
    border: 1px solid #D9DBDC;
}

.badge.badge-review > strong {
    color: #2A3138;
}

/*=Badge: badge-best-----------------------------------------------------------------*/
/* 20220823// */
.badge.badge-best {
    width: 42px;
    height: 42px;
    background-image: url("../images/main/icon_best.png");
    background-size: 42px auto;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-size: 0;
}

/* //20220823 */
/* 20220823 삭제 //
.badge.badge-best:after {
    position: absolute;
    top: 0;
    right: -6px;
    content: '';
    width: 0;
    height: 0;
    border-top: 22px solid rgba(42, 49, 56, .9);
    border-right: 6px solid transparent;
}
/* //20220823 


/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=Rating----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.rating {
    display: inline-block;
    width: 56px;
    height: 12px;
    background: url("../images/common/rating-off.svg") no-repeat;
    background-size: 56px auto;
    overflow: hidden;
    line-height: initial;
    font-size: 0;
}

.rating span {
    display: inline-block;
    width: 100%;
    height: 12px;
    background: url("../images/common/rating-on.svg") no-repeat;
    background-size: 56px auto;
    overflow: hidden;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=Image Container-------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.image-container {
    display: block;
    width: 100%;
    height: auto;
}

.image-container > img {
    width: 100%;
    height: auto;
}

.image-container.radius {
    overflow: hidden;
    border-radius: 4px;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=High Light -----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.highlight-container {
    position: relative;
    display: inline-block;
}

.highlight-container.highlight-container-block {
    display: block;
}

.highlight-container .highlight {
    position: absolute;
    display: block;
    width: auto;
    line-height: 26px;
    padding: 0 10px;
    border: 1px solid #ffa200;
    border-radius: 4px;
    font-size: 11px;
    color: #ffa200;
    background-color: #ffffff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    z-index: 1;
}

.highlight-container .highlight:before,
.highlight-container .highlight:after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    position: absolute;
}

/* right */
.highlight-container .highlight,
.highlight-container.right .highlight {
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    margin-left: 12px;
}

.highlight-container .highlight:before,
.highlight-container.right .highlight:before {
    top: 50%;
    left: -22px;
    margin-top: -6px;
    border-style: solid;
    border-width: 6px 11px 6px 11px;
    border-color: transparent #ffa200 transparent transparent;
}

.highlight-container .highlight:after,
.highlight-container.right .highlight:after {
    top: 50%;
    left: -19px;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 10px 5px 10px;
    border-color: transparent #ffffff transparent transparent;
}

/* bottom */
.highlight-container.bottom .highlight {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    margin-top: 6px;
}

.highlight-container.bottom .highlight:before {
    top: -6px;
    left: 50%;
    margin-left: -6px;
    border-style: solid;
    border-width: 6px 6px 6px 6px;
    border-color: transparent transparent #ffa200 transparent;
}

.highlight-container.bottom .highlight:after {
    top: -5px;
    left: 50%;
    margin-left: -5px;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: transparent transparent #ffffff transparent;
}

/* left */
.highlight-container.left .highlight {
    top: 50%;
    left: auto;
    right: 100%;
    transform: translateY(-50%);
    margin: 0;
    margin-right: 12px;
}

.highlight-container.left .highlight:before {
    top: 50%;
    left: auto;
    right: -22px;
    margin-top: -6px;
    border-style: solid;
    border-width: 6px 11px 6px 11px;
    border-color: transparent transparent transparent #ffa200;
}

.highlight-container.left .highlight:after {
    top: 50%;
    left: auto;
    right: -19px;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 10px 5px 10px;
    border-color: transparent transparent transparent #ffffff;
}

/* top */
.highlight-container.top .highlight {
    top: auto;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    margin-bottom: 6px;
}

.highlight-container.top .highlight:before {
    top: auto;
    bottom: -12px;
    left: 50%;
    margin-left: -6px;
    border-style: solid;
    border-width: 6px 6px 6px 6px;
    border-color: #ffa200 transparent transparent transparent;
}

.highlight-container.top .highlight:after {
    top: auto;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #ffffff transparent transparent transparent;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=Tooltip --------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.tooltip-container {
    position: relative;
    display: inline-block;
}

.tooltip-container:hover .tooltip {
    display: block;
}

.tooltip {
    display: none;
    position: absolute;
    border-radius: 4px;
    background-color: rgba(64, 64, 64, 0.9);
    padding: 10px;
    box-shadow: 0 5px 3px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff;
    width: 160px;
    height: auto;
    z-index: 800;
    text-align: left;
}

.tooltip-container .tooltip:after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    position: absolute;
}

.tooltip-container.left .tooltip {
    margin-right: 10px;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
}

.tooltip-container.left .tooltip:after {
    top: 50%;
    right: -10px;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: transparent transparent transparent rgba(64, 64, 64, 0.9);
}

.tooltip-container.top .tooltip {
    margin-bottom: 10px;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
}

.tooltip-container.top .tooltip:after {
    left: 50%;
    bottom: -10px;
    margin-left: -5px;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #5b6068 transparent transparent transparent;
}

.tooltip-container.right .tooltip {
    margin-left: 10px;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
}

.tooltip-container.right .tooltip:after {
    top: 50%;
    left: -10px;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: transparent #5b6068 transparent transparent;
}

.tooltip-container.bottom .tooltip {
    margin-top: 10px;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
}

.tooltip-container.bottom .tooltip:after {
    left: 50%;
    top: -10px;
    margin-left: -5px;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: transparent transparent #5b6068 transparent;
}

.tooltip-container.f-top .tooltip {
    top: 0;
    transform: translateY(0);
}

.tooltip-container.f-top .tooltip:after {
    top: 14px;
}

.tooltip .tooltip-header {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 13px;
    color: #2ed0ff;
}

.tooltip .tooltip-body {
    display: block;
    font-size: 12px;
    color: #ffffff;
    white-space: normal;
}

/* 토스트 컴포넌트 추가 20260320 start */
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=toast-item------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
#toast-container {
    position: fixed;
    bottom: calc(20px + env(safe-area-inset-bottom)); /* 안전 영역 고려 */
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: calc(100% - 32px);
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    pointer-events: none;
}

.toast-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(0,0,0,1);
    color: #fff;
    min-height: 44px;
    padding: 8px 16px;
    border-radius: 24px;
    opacity: 0;
    transform: translateY(100%) translateZ(0);
    transition: all 0.3s;
    backdrop-filter: blur(2px);
    gap: 8px;
    pointer-events: all;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.toast-item.on {
    opacity: 1;
    transform: translateY(0) translateZ(0);
}

.toast-item.out {
    opacity: 0;
    transform: translateY(-50%) translateZ(0) scale(0.9);
    transition: all 0.4s;
}

.toast-item .toast-msg p {
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
    color: #fff;
}

.toast-item .action {
    flex-shrink: 0;
}

.toast-item .action .btn-item {
    background: none;
    border: none;
    color: #fe6a2b;
    padding: 0 8px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    border-radius: 8px;
}

.toast-item .action .btn-item .label-txt {
    font-size: 12px !important;
}
/* 토스트 컴포넌트 추가 20260320 end */




/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=guide-desc------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.guide-desc {
    font-size: 12px;
}

.guide-desc em {
    color: #fe6a2b;
    margin-right: 2px;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=display---------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.dp-inblock {
    display: inline-block;
}

.dp-block {
    display: block;
}

.dp-inline {
    display: inline;
}

/* 20230313 start */
.dp-flex {
    display: flex;
}
.dp-inflex {
    display: inline-flex;
}
.dp-flex.wrap,
.dp-inflex.wrap { flex-wrap: wrap; }
.dp-flex.nowrap,
.dp-inflex.nowrap { flex-wrap: nowrap; }

.dp-flex.row,
.dp-inflex.row { flex-direction: row; }
.dp-flex.column,
.dp-inflex.column { flex-direction: column; }

.dp-flex.justify-start,
.dp-inflex.justify-start { justify-content: flex-start; }
.dp-flex.justify-center,
.dp-inflex.justify-center { justify-content: center; }
.dp-flex.justify-end,
.dp-inflex.justify-end { justify-content: flex-end; }
.dp-flex.justify-between,
.dp-inflex.justify-between { justify-content: space-between; }

.dp-flex.align-start,
.dp-inflex.align-start { align-items: flex-start; }
.dp-flex.align-center,
.dp-inflex.align-center { align-items: center; }
.dp-flex.align-end,
.dp-inflex.align-end { align-items: flex-end; }

.flex-1-1 { flex: 1 1 auto; }
.flex-0-1 { flex: 0 1 auto; }
.flex-1-0 { flex: 1 0 auto; }
.flex-0-0 { flex: 0 0 auto; }
.basis-auto { flex-basis: auto; }
.basis-0 { flex-basis: 0; }

.gap-4 { gap: 4px; }
.gap-8 { gap: 8px; }
.gap-12 { gap: 12px; }
.gap-16 { gap: 16px; }
.gap-20 { gap: 20px; }

/* 20230313 end */

.full-w {
    width: 100%;
}

.full-h {
    height: 100%;
}

.half-w {
    width: 50%;
}

.over-hidden {
    overflow: hidden !important;
}

.over-visible {
    overflow: visible !important;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

.float-none {
    float: none !important;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.pos-stk {
    position: -webkit-sticky;
    position: sticky;
}

/* --------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */
/* =bg & border--------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */
.bg-fff {
    background-color: #fff;
}

.bg-light1 {
    background-color: #f9f9fa;
}

.bg-light2 {
    background-color: #f2f2f7;
}

.bg-primary {
    background-color: #fe6a2b;
}

.bg-neutral {
    background-color: #2a3138;
}

.bg-neutral2 {
    background-color: #5b6068;
}

.bg-neutral3 {
    background-color: #a0a6af;
}

.bg-kakao {
    background-color: #ffdf00;
}

.bg-naver {
    background-color: #01c73c;
}

.bg-facebook {
    background-color: #3f67af;
}

.bg-filet-4 {
    border-radius: 4px;
}

.bg-filet-8 {
    border-radius: 8px;
}

.bg-filet-16 {
    border-radius: 16px;
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-contain {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.border-all {
    border-width: 1px;
    border-style: solid;
    border-color: #d9dbdc;
}

.border-t {
    border-top-width: 1px;
    border-top-style: solid;
    border-color: #d9dbdc;
}

.border-b {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #d9dbdc;
}

.border-l {
    border-left-width: 1px;
    border-left-style: solid;
    border-color: #d9dbdc;
}

.border-r {
    border-right-width: 1px;
    border-right-style: solid;
    border-color: #d9dbdc;
}

.border-light {
    border-color: #f2f2f7 !important;
}

.border-primary {
    border-color: #fe6a2b !important;
}

.border-none {
    border: none !important;
}

.section-divider {
    border-top: 10px solid #eceeef;
}

/* --------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */
/* =hr------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */
hr.full-w {
    width: 100%;
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    border-top: 1px solid #d9dbdc;
    position: relative;
    clear: both;
}

hr.short {
    display: inline-block;
    width: 50px;
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    position: relative;
    clear: both;
    border-top-style: solid !important;
    border-top-width: 2px !important;
    border-color: #fe6a2b;
    text-align: left;
}

hr.short.dp-block {
    display: block;
    margin-left: 0;
    margin-right: 0;
}

hr.short.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

hr.short-1px {
    border-top-width: 1px !important;
}

hr.short-2px {
    border-top-width: 2px !important;
}

hr.short-3px {
    border-top-width: 3px !important;
}

hr.short-4px {
    border-top-width: 4px !important;
}

hr.short.tiny {
    width: 30px;
}

hr.primary {
    border-color: #fe6a2b;
}

hr.neutral1 {
    border-color: #2a3138;
}

hr.neutral2 {
    border-color: #5b6068;
}

hr.neutral3 {
    border-color: #a0a6af;
}

hr.light1 {
    border-color: #d9dbdc;
}

hr.light2 {
    border-color: #f2f2f7;
}

hr.white {
    border-color: #fff;
}

hr.vertical {
    width: 0;
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    border-left: 1px solid #ddd;
    position: relative;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=txt-------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.txt-black {
    color: #000;
}

.txt-white {
    color: #fff;
}

.txt-primary {
    color: #fe6a2b;
}

.txt-neutral1 {
    color: #2a3138;
}

.txt-neutral2 {
    color: #5b6068;
}

.txt-neutral3 {
    color: #a0a6af;
}

.txt-yellow {
    color: #ffa200;
}

.txt-mint {
    color: #58c1c7;
}

.txt-kakao {
    color: #ffdf00;
}

.txt-naver {
    color: #01c73c;
}

/* 20230313 start */
.txt-slateblue {
    color: #6D80F5;
}

.txt-ion {
    color: #00B3C5;
}
/* 20230313 end */

.txt-facebook {
    color: #3f67af;
}

.txt-w100 {
    font-weight: 100;
}

.txt-w200 {
    font-weight: 200;
}

.txt-w300 {
    font-weight: 300;
}

.txt-w400 {
    font-weight: 400;
}

.txt-w500 {
    font-weight: 500;
}

.txt-w700 {
    font-weight: 700;
}

.txt-w900 {
    font-weight: 900;
}

.txt-0 {
    font-size: 0;
}

.txt-10 {
    font-size: 10px;
}

.txt-11 {
    font-size: 11px;
}

.txt-12 {
    font-size: 12px;
}

.txt-13 {
    font-size: 13px;
}

.txt-14 {
    font-size: 14px;
}

.txt-15 {
    font-size: 15px;
}

.txt-16 {
    font-size: 16px;
}

.txt-17 {
    font-size: 17px;
}

.txt-18 {
    font-size: 18px;
}

.txt-19 {
    font-size: 19px;
}

.txt-20 {
    font-size: 20px;
}

.txt-21 {
    font-size: 21px;
}

.txt-24 {
    font-size: 24px;
}

.txt-28 {
    font-size: 28px;
}

.txt-30 {
    font-size: 30px;
}

.txt-36 {
    font-size: 36px;
}

.txt-48 {
    font-size: 48px;
}

.txt-60 {
    font-size: 60px;
}

.line-16 {
    line-height: 16px;
}

.line-20 {
    line-height: 20px;
}

.line-24 {
    line-height: 24px;
}

.line-30 {
    line-height: 30px;
}

.line-32 {
    line-height: 32px;
}

.line-36 {
    line-height: 36px;
}

.line-40 {
    line-height: 40px;
}

.line-50 {
    line-height: 50px;
}

.line-60 {
    line-height: 60px;
}

.line-100per {
    line-height: 100%;
}

.line-110per {
    line-height: 110%;
}

.line-120per {
    line-height: 120%;
}

.line-130per {
    line-height: 130%;
}

.line-140per {
    line-height: 140%;
}

.line-150per {
    line-height: 150%;
}

.line-initial {
    line-height: initial;
}

.line-inherit {
    line-height: inherit;
}

.txt-center {
    text-align: center;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.v-middle {
    vertical-align: middle;
}

.v-top {
    vertical-align: top;
}

.v-base {
    vertical-align: baseline;
}

.txt-italic {
    font-style: italic;
}

.txt-no-deco {
    text-decoration: none !important;
}

.txt-underline {
    text-decoration: underline !important;
    text-underline-position: under;
}

.txt-overline {
    text-decoration: overline;
}

.txt-throughline {
    text-decoration: line-through;
}

.txt-narrow {
    letter-spacing: -0.5px;
}

.txt-narrower {
    letter-spacing: -1px;
}

.word-keep {
    word-break: keep-all;
}

.word-break {
    word-break: break-all;
}

.txt-nowrap {
    white-space: nowrap;
}

.txt-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.blind {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    width: 1px;
    height: 1px;
    pointer-events: none;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=padding---------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.pd-h-1u {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.pd-v-1u {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.pd-h-2u {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.pd-v-2u {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.pd-h-3u {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.pd-v-3u {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.pd-h-4u {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.pd-v-4u {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.pd-h-5u {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.pd-v-5u {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.pd-h-6u {
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.pd-v-6u {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

.pd-h-7u {
    padding-left: 28px !important;
    padding-right: 28px !important;
}

.pd-v-7u {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}

.pd-h-8u {
    padding-left: 32px !important;
    padding-right: 32px !important;
}

.pd-v-8u {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}

.pd-h-9u {
    padding-left: 36px !important;
    padding-right: 36px !important;
}

.pd-v-9u {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
}

.pd-h-10u {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.pd-v-10u {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.pd-h-15u {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

.pd-v-15u {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.pd-h-20u {
    padding-left: 80px !important;
    padding-right: 80px !important;
}

.pd-v-20u {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.pd-t-1u {
    padding-top: 4px !important;
}

.pd-b-1u {
    padding-bottom: 4px !important;
}

.pd-l-1u {
    padding-left: 4px !important;
}

.pd-r-1u {
    padding-right: 4px !important;
}

.pd-t-2u {
    padding-top: 8px !important;
}

.pd-b-2u {
    padding-bottom: 8px !important;
}

.pd-l-2u {
    padding-left: 8px !important;
}

.pd-r-2u {
    padding-right: 8px !important;
}

.pd-t-3u {
    padding-top: 12px !important;
}

.pd-b-3u {
    padding-bottom: 12px !important;
}

.pd-l-3u {
    padding-left: 12px !important;
}

.pd-r-3u {
    padding-right: 12px !important;
}

.pd-t-4u {
    padding-top: 16px !important;
}

.pd-b-4u {
    padding-bottom: 16px !important;
}

.pd-l-4u {
    padding-left: 16px !important;
}

.pd-r-4u {
    padding-right: 16px !important;
}

.pd-t-5u {
    padding-top: 20px !important;
}

.pd-b-5u {
    padding-bottom: 20px !important;
}

.pd-l-5u {
    padding-left: 20px !important;
}

.pd-r-5u {
    padding-right: 20px !important;
}

.pd-t-6u {
    padding-top: 24px !important;
}

.pd-b-6u {
    padding-bottom: 24px !important;
}

.pd-l-6u {
    padding-left: 24px !important;
}

.pd-r-6u {
    padding-right: 24px !important;
}

.pd-t-7u {
    padding-top: 28px !important;
}

.pd-b-7u {
    padding-bottom: 28px !important;
}

.pd-l-7u {
    padding-left: 28px !important;
}

.pd-r-7u {
    padding-right: 28px !important;
}

.pd-t-8u {
    padding-top: 32px !important;
}

.pd-b-8u {
    padding-bottom: 32px !important;
}

.pd-l-8u {
    padding-left: 32px !important;
}

.pd-r-8u {
    padding-right: 32px !important;
}

.pd-t-9u {
    padding-top: 36px !important;
}

.pd-b-9u {
    padding-bottom: 36px !important;
}

.pd-l-9u {
    padding-left: 36px !important;
}

.pd-r-9u {
    padding-right: 36px !important;
}

.pd-t-10u {
    padding-top: 40px !important;
}

.pd-b-10u {
    padding-bottom: 40px !important;
}

.pd-l-10u {
    padding-left: 40px !important;
}

.pd-r-10u {
    padding-right: 40px !important;
}

.pd-t-15u {
    padding-top: 60px !important;
}

.pd-b-15u {
    padding-bottom: 60px !important;
}

.pd-l-15u {
    padding-left: 60px !important;
}

.pd-r-15u {
    padding-right: 60px !important;
}

.pd-t-20u {
    padding-top: 80px !important;
}

.pd-b-20u {
    padding-bottom: 80px !important;
}

.pd-l-20u {
    padding-left: 80px !important;
}

.pd-r-20u {
    padding-right: 80px !important;
}

.no-pd {
    padding: 0 !important;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=margin----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.mg-h-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.mg-h-1u {
    margin-left: 4px !important;
    margin-right: 4px !important;
}

.mg-v-1u {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

.mg-h-2u {
    margin-left: 8px !important;
    margin-right: 8px !important;
}

.mg-v-2u {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.mg-h-3u {
    margin-left: 12px !important;
    margin-right: 12px !important;
}

.mg-v-3u {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}

.mg-h-4u {
    margin-left: 16px !important;
    margin-right: 16px !important;
}

.mg-v-4u {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.mg-h-5u {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.mg-v-5u {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.mg-h-6u {
    margin-left: 24px !important;
    margin-right: 24px !important;
}

.mg-v-6u {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}

.mg-h-7u {
    margin-left: 28px !important;
    margin-right: 28px !important;
}

.mg-v-7u {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
}

.mg-h-8u {
    margin-left: 32px !important;
    margin-right: 32px !important;
}

.mg-v-8u {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}

.mg-h-9u {
    margin-left: 36px !important;
    margin-right: 36px !important;
}

.mg-v-9u {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
}

.mg-h-10u {
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.mg-v-10u {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.mg-h-15u {
    margin-left: 60px !important;
    margin-right: 60px !important;
}

.mg-v-15u {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.mg-h-20u {
    margin-left: 80px !important;
    margin-right: 80px !important;
}

.mg-v-20u {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}

.mg-t-1u {
    margin-top: 4px !important;
}

.mg-b-1u {
    margin-bottom: 4px !important;
}

.mg-l-1u {
    margin-left: 4px !important;
}

.mg-r-1u {
    margin-right: 4px !important;
}

.mg-t-2u {
    margin-top: 8px !important;
}

.mg-b-2u {
    margin-bottom: 8px !important;
}

.mg-l-2u {
    margin-left: 8px !important;
}

.mg-r-2u {
    margin-right: 8px !important;
}

.mg-t-3u {
    margin-top: 12px !important;
}

.mg-b-3u {
    margin-bottom: 12px !important;
}

.mg-l-3u {
    margin-left: 12px !important;
}

.mg-r-3u {
    margin-right: 12px !important;
}

.mg-t-4u {
    margin-top: 16px !important;
}

.mg-b-4u {
    margin-bottom: 16px !important;
}

.mg-l-4u {
    margin-left: 16px !important;
}

.mg-r-4u {
    margin-right: 16px !important;
}

.mg-t-5u {
    margin-top: 20px !important;
}

.mg-b-5u {
    margin-bottom: 20px !important;
}

.mg-l-5u {
    margin-left: 20px !important;
}

.mg-r-5u {
    margin-right: 20px !important;
}

.mg-t-6u {
    margin-top: 24px !important;
}

.mg-b-6u {
    margin-bottom: 24px !important;
}

.mg-l-6u {
    margin-left: 24px !important;
}

.mg-r-6u {
    margin-right: 24px !important;
}

.mg-t-7u {
    margin-top: 28px !important;
}

.mg-b-7u {
    margin-bottom: 28px !important;
}

.mg-l-7u {
    margin-left: 28px !important;
}

.mg-r-7u {
    margin-right: 28px !important;
}

.mg-t-8u {
    margin-top: 32px !important;
}

.mg-b-8u {
    margin-bottom: 32px !important;
}

.mg-l-8u {
    margin-left: 32px !important;
}

.mg-r-8u {
    margin-right: 32px !important;
}

.mg-t-9u {
    margin-top: 36px !important;
}

.mg-b-9u {
    margin-bottom: 36px !important;
}

.mg-l-9u {
    margin-left: 36px !important;
}

.mg-r-9u {
    margin-right: 36px !important;
}

.mg-t-10u {
    margin-top: 40px !important;
}

.mg-b-10u {
    margin-bottom: 40px !important;
}

.mg-l-10u {
    margin-left: 40px !important;
}

.mg-r-10u {
    margin-right: 40px !important;
}

.mg-t-15u {
    margin-top: 60px !important;
}

.mg-b-15u {
    margin-bottom: 60px !important;
}

.mg-l-15u {
    margin-left: 60px !important;
}

.mg-r-15u {
    margin-right: 60px !important;
}

.mg-t-20u {
    margin-top: 80px !important;
}

.mg-b-20u {
    margin-bottom: 80px !important;
}

.mg-l-20u {
    margin-left: 80px !important;
}

.mg-r-20u {
    margin-right: 80px !important;
}

.no-mg {
    margin: 0 !important;
}

/* --------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */
/* =table--------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- */
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive table {
    table-layout: auto;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=detail----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=membership-zone(메인)-------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.membership-card-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background: #f9f9fa;
    border-bottom: 1px solid #d9dbdc;
    padding: 8px 20px;
}

.membership-card-wrap .membership-card {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background: #fff;
    border-radius: 6px;
    padding: 32px 40px 12px;
    border: 1px solid #f2f2f7;
}

.membership-card-wrap .membership-card .bi-img {
    width: auto;
    height: 18px;
    position: absolute;
    right: 40px;
    top: 8px;
}

.membership-card-wrap .membership-card .barcode-area {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.membership-card-wrap .membership-card .barcode-area .barcode-wrap {
    width: 100%;
    padding-top: 20%;
    position: relative;
}

.membership-card-wrap .membership-card .barcode-area .barcode-wrap .barcode-holder {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.membership-card-wrap .membership-card .barcode-area .barcode-info {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #2A3138;
}

.membership-card-wrap .membership-card .barcode-area .barcode-info .barcode-number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
}

.membership-zone-menu {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 12px 20px 12px;
}

.membership-zone-menu:after {
    content: '';
    display: block;
    width: calc(100% - 32px);
    height: 0;
    border-bottom: 1px solid #f2f2f7;
    position: absolute;
    left: 16px;
    bottom: 0;
}

.membership-zone-menu ul {
    text-align: center;
}

.membership-zone-menu ul .btn-item.btn-inv {
    padding: 8px 0;
    background: transparent;
}

.membership-zone-menu ul .btn-item.btn-inv .label-txt {
    display: block;
    font-size: 12px;
    margin-top: 4px;
}

.membership-zone-menu ul .btn-item.btn-inv > .badge {
    position: absolute;
    margin: 0;
    left: calc(50% + 4px);
    top: 4px;
    font-style: normal;
}

.mycar-management-header {
    height: 41px;
    overflow: visible;
}

.mycar-management-header .mycar-select-item {
    width: 222px;
    height: 56px;
    position: absolute;
    bottom: 0;
    right: 20px;
    padding-right: 40px;
    float: right;
    overflow: hidden;
}

.mycar-management-header .mycar-select-item .mycar-select-swiper {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 16px;
    overflow: hidden;
}

.mycar-management-header .mycar-select-item .mycar-select-swiper:before,
.mycar-management-header .mycar-select-item .mycar-select-swiper:after {
    content: '';
    display: block;
    width: 24px;
    height: 100%;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}

.mycar-management-header .mycar-select-item .mycar-select-swiper:before {
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, white, rgba(255, 255, 255, 0));
}

.mycar-management-header .mycar-select-item .mycar-select-swiper:after {
    top: 0;
    right: 0;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), white);
}

.mycar-management-header .mycar-select-item .mycar-select-swiper .swiper-slide {
    width: 44px;
    padding: 8px 2px;
    font-size: 0;
}

.mycar-management-header .mycar-select-item .mycar-select-swiper .btn-select-car {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.mycar-management-header .mycar-select-item .mycar-select-swiper .btn-select-car .inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.mycar-management-header .mycar-select-item .mycar-select-swiper .btn-select-car .inner > img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.mycar-management-header .mycar-select-item .mycar-select-swiper .btn-select-car.on {
    pointer-events: none;
}

.mycar-management-header .mycar-select-item .mycar-select-swiper .btn-select-car.on:after {
    content: "\e90f";
    font-family: 'LineIcons' !important;
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 8px;
    background: #58c1c7;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}

.mycar-management-header .mycar-select-item .add-btn-wrap {
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.mycar-management-header .mycar-select-item .add-btn-wrap .btn-add-car {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.mycar-overview {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.mycar-overview .mycar-info-area {
    width: 100%;
    height: auto;
    position: relative;
}

.mycar-overview .shopping-lst-btns {
    margin-top: 8px;
    padding: 0px 16px;
}

.mycar-overview .shopping-lst-btns li {
    padding: 0px 4px;
}

.mycar-check-overview {
    width: 100%;
    height: auto;
    position: relative;
}

.mycar-overview .mycar-info-area .mycar-info-img {
    width: 100%;
    height: 200px;
    position: relative;
    z-index: 1;
}

.mycar-overview .mycar-info-area.empty .mycar-info-img:before {
    content: '';
    display: block;
    width: 84%;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
    position: absolute;
    bottom: 0;
    left: 27.2%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(236, 237, 237, 0.2));
}

.mycar-overview .mycar-info-area.empty .mycar-add-action:before {
    content: '';
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(#fff, #f9f9fa);
}

.mycar-overview .mycar-info-area .mycar-info-img .img-holder {
    width: 60%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 100% 100%;
}

.mycar-overview .mycar-info-area .mycar-info-txt {
    width: 100%;
    height: auto;
    padding: 16px 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.mycar-overview .mycar-info-area .mycar-info-txt .car-number {
    font-size: 0;
    line-height: 32px;
}

.mycar-overview .mycar-info-area .mycar-info-txt .car-number .main-car {
    padding-left: 18px;
    margin-left: 4px;
}

.mycar-overview .mycar-info-area .mycar-info-txt .car-number .main-car:after {
    display: inline-block;
    content: '\e90f';
    font-family: 'LineIcons' !important;
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
}

.mycar-overview .mycar-info-area .mycar-info-txt .car-number .btn-modify-car .line-icons {
    background: #d9dbdc;
    border-radius: 50%;
    color: #fff;
}

.mycar-overview .mycar-info-area .mycar-info-txt .car-model {
    font-size: 16px;
}

.mycar-overview .mycar-info-area .mycar-info-txt .car-model .model {
    font-size: 16px;
}

.mycar-overview .mycar-info-area .mycar-info-txt .car-model .detail-model {
    font-size: 14px;
    color: #5b6068;
}

.mycar-overview .mycar-info-area .mycar-info-txt .car-model .year {
    font-size: 14px;
    color: #5b6068;
}

.mycar-overview .mycar-info-area .mycar-info-txt .car-model .year:before {
    content: '/ ';
}

.mycar-overview .mycar-info-area .mycar-info-txt .tire-size {
    font-size: 14px;
}

.mycar-overview .mycar-info-area .mycar-info-txt hr {
    display: block;
    width: 20px;
    height: 0;
    border: none;
    border-top: 1px solid #fe6a2b;
    padding: 0;
    margin: 12px 0;
}

.mycar-overview .mycar-info-area .btn-add-car {
    position: absolute;
    top: 16px;
    right: 8px;
}

.mycar-recommend-coupon-swiper {
    padding: 0 20px;
}

.mycar-recommend-coupon-swiper .swiper-slide {
    width: 144px;
    padding: 6px 8px;
    background: #f5ecdd;
    overflow: visible;
}

.mycar-recommend-coupon-swiper .swiper-slide:before {
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    border-left: 3px dotted #fff;
    transform: translateX(-50%);
    z-index: 10;
}

.mycar-recommend-coupon-swiper .swiper-slide:last-of-type:after {
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 3px dotted #fff;
    transform: translateX(50%);
    z-index: 10;
}

.mycar-recommend-coupon {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 72px;
    overflow: visible;
    border-radius: 4px;
    border: 1px solid #d9dbdc;
    padding: 12px 16px;
    padding-bottom: 0;
    background: #fff;
    cursor: default;
    position: relative;
    z-index: 0;
}

.mycar-recommend-coupon:active {
    background: #f2f2f2;
}

.mycar-recommend-coupon h5 {
    font-size: 16px;
    color: #fe6a2b;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mycar-recommend-coupon h5 em {
    font-size: 26px;
}

.mycar-recommend-coupon:before,
.mycar-recommend-coupon:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    background: #f5ecdd;
    z-index: 10;
    border-top: 1px solid #d9dbdc;
    border-right: 1px solid #d9dbdc;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.mycar-recommend-coupon:before {
    left: -1px;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.mycar-recommend-coupon:after {
    right: -1px;
    transform: translateX(50%) translateY(-50%) rotate(-135deg);
}

.mycar-check-overview .mycar-check-list {
    padding: 0 16px;
}

.mycar-check-overview .mycar-check-list li {
    width: 50%;
    float: left;
    padding: 4px;
}

.mycar-check-overview .mycar-check-list li.list-big {
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 4px;
}

.mycar-check-overview .mycar-check-list .list-big .btn-w {
    display: block;
    border: 1px solid #d9dbdc;
    border-radius: 4px;
    height: 70px;
    padding: 12px 8px;
    box-sizing: border-box;
}

.mycar-check-overview .mycar-check-list .list-big .btn-w span {
    display: inline-block;
    letter-spacing: -0.35px;
    vertical-align: middle;
}

.mycar-check-overview .mycar-check-list .list-big .lft-conts {
    float: left;
}

.mycar-check-overview .mycar-check-list .list-big .rgt-conts {
    float: right;
    padding-top: 22px;
    text-align: right;
}

.mycar-check-overview .mycar-check-list .list-big .btn-w .d-day {
    color: #5eb0b5;
    margin: 0px 2px 0px 2px;
    font-size: 20px;
    letter-spacing: -0.45px;
    font-weight: 300;
    font-size: 20px;
}

.mycar-check-overview .mycar-check-list .list-big .btn-w .d-day span:last-child {
    display: block;
    font-size: 14px;
    color: #2a3138;
}

.mycar-check-overview .mycar-check-list.inactive .list-big .btn-w .d-day span {
    font-size: 20px;
}

.mycar-check-overview .mycar-check-list.inactive .list-big .lft-conts {
    padding-top: 10px;
}

.mycar-check-overview .mycar-check-list .list-big .btn-w.alert {
    border-color: #fe6a2b;
}

.mycar-check-overview .mycar-check-list .list-big .btn-w.alert .d-day {
    color: #fe6a2b;
}

.mycar-check-overview .mycar-check-list li .btn-item.btn-ol {
    text-align: right;
    height: 92px;
}

.mycar-check-overview .mycar-check-list li .btn-item.btn-ol .line-icons {
    position: absolute;
    top: 6px;
    left: 8px;
    color: #2a3138;
    margin: 0;
}

.mycar-check-overview .mycar-check-list li .btn-item.btn-ol .d-day {
    display: inline-block;
    line-height: 24px;
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 18px;
    font-weight: 300;
    color: #58c1c7;
}

.mycar-check-overview .mycar-check-list li .btn-item.btn-ol .d-day span:first-child {
    display: block;
    width: auto;
    line-height: 24px;
    font-size: 18px;
    font-weight: 300;
}

.mycar-check-overview .mycar-check-list li .btn-item.btn-ol .d-day span:last-child {
    display: block;
    width: auto;
    line-height: 20px;
    font-size: 14px;
    color: #2A3138;
}

.mycar-check-overview .mycar-check-list li .btn-item.btn-ol.alert {
    border-color: #fe6a2b;
}

.mycar-check-overview .mycar-check-list li .btn-item.btn-ol.alert .d-day span {
    color: #fe6a2b;
}

/*.mycar-check-overview .mycar-check-list li .btn-item.btn-ol.alert .d-day:after {
	content: '교체일 임박';
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	white-space: nowrap;
	color: inherit;
	fonts-size: 10px;
	line-height: 10px;
	transform: translateY(100%);
}*/
.mycar-check-overview .mycar-check-list li .btn-item.btn-ol .label-txt {
    width: 100%;
    text-align: right;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 12px;
    padding-right: 20px;
    line-height: 16px;
}

.mycar-check-overview .mycar-check-list li .btn-item.btn-ol .label-txt:after {
    content: "\e917";
    font-family: 'LineIcons' !important;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 4px;
}

.mycar-check-overview .mycar-check-list.inactive li .btn-item.btn-ol, .mycar-check-overview .mycar-check-list.inactive .list-big .btn-w {
    background: #f9f9fa;
    border-color: transparent;
}

.mycar-check-overview .mycar-check-list.inactive li .btn-item.btn-ol .line-icons, .mycar-check-overview .mycar-check-list.inactive .list-big .btn-w .line-icons {
    color: #a0a6af;
}

.mycar-check-overview .mycar-check-list.inactive li .btn-item.btn-ol .d-day, .mycar-check-overview .mycar-check-list.inactive .list-big .btn-w .d-day span {
    color: #a0a6af;
}

.mycar-check-overview .mycar-check-list.inactive li .btn-item.btn-ol .label-txt, .mycar-check-overview .mycar-check-list.inactive .list-big .btn-w .label-txt {
    color: #a0a6af;
}

.service-history-list {
    padding: 0 20px;
    overflow: hidden;
}

.service-history-list li {
    padding: 8px 0;
    padding-left: 72px;
}

.service-history-list li:before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    border-left: 1px solid #d9dbdc;
    position: absolute;
    top: 16px;
    left: 0;
    transform: translateX(-50%);
}

.service-history-list li:after {
    content: '';
    display: block;
    width: calc(100% - 72px);
    height: 0;
    border-top: 1px solid #f2f2f7;
    position: absolute;
    bottom: 0;
    right: 0;
}

.service-history-list li:last-of-type:after {
    display: none;
}

.service-history-list li .date {
    display: inline-block;
    line-height: 16px;
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 12px;
    color: #2a3138;
    padding-left: 8px;
}

.service-history-list li .date:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background: #2a3138;
    border: 3px solid #fff;
    position: absolute;
    top: 2px;
    left: 0;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
}

.service-history-list li .service-detail {
    width: 100%;
    height: auto;
    min-height: 36px;
    background: #f9f9fa !important;
    line-height: initial;
    text-align: left;
    padding: 12px;
    padding-right: 24px;
    border: none;
    border-radius: 4px;
    position: relative;
}

.service-history-list li .service-detail:after {
    content: "\e917";
    font-family: 'LineIcons' !important;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    color: #2a3138;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}

.service-history-list li .service-detail:not(:first-of-type) {
    margin-top: 8px;
}

.service-history-list li .service-detail h4 {
    position: relative;
    padding-left: 16px;
    font-size: 12px;
    line-height: 16px;
    margin-left: 0;
}

.service-history-list li .service-detail h4:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 2px;
    background-color: #5b6068;
}

.service-history-list li .service-detail h4 + h4 {
    margin-top: 4px;
}

.service-history-list li .service-detail h4 .service-cate {
    font-weight: 500;
}

.service-history-list li .service-detail h4 .service-cate:after {
    content: ' / ';
    font-weight: 400;
}

.service-history-list li .service-detail .meta-info {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 6px;
    font-size: 0;
}

.service-history-list li .service-detail .meta-info .store,
.service-history-list li .service-detail .meta-info .time {
    color: #a0a6af;
    font-size: 11px;
    vertical-align: middle;
}

.service-history-list li .service-detail .meta-info > * + * {
    margin-left: 4px;
}

.choose-car {
    width: 100%;
    height: auto;
    overflow: visible;
    position: relative;
}

.choose-car .choose-car-swiper {
    width: 100%;
    overflow: visible;
}

.choose-car .choose-car-swiper .swiper-slide {
    width: 100px;
    background: #fff;
}

.choose-car .choose-car-swiper .swiper-slide .radio-item {
    width: 100%;
    height: 80px;
    padding: 0;
    border-radius: 4px;
    border: 1px solid #d9dbdc;
}

.choose-car .choose-car-swiper .swiper-slide .radio-item .icon-holder {
    position: absolute;
    top: 4px;
    left: auto;
    right: 4px;
}

.choose-car .choose-car-swiper .swiper-slide .radio-item .labelling {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 12px;
    padding-right: 4px;
    padding-top: 36px;
}

.choose-car .choose-car-swiper .swiper-slide .radio-item .labelling .label-txt {
    display: block;
    width: 100%;
}

.choose-car .choose-car-swiper .swiper-slide .radio-item .labelling .car-brand-emblem {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 5px;
    top: 0;
}

.choose-car .choose-car-swiper .swiper-slide .radio-item .labelling .car-number {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}

.choose-car .choose-car-swiper .swiper-slide .radio-item .labelling .car-model {
    font-size: 12px;
    color: #5b6068;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 14px;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=membership-zone(스마트 점검)-------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.smart-check-target .car-number {
    font-size: 0;
    line-height: 32px;
    float: left;
}

.smart-check-target .car-number .main-car {
    padding-left: 18px;
    margin-left: 4px;
}

.smart-check-target .car-number .main-car:after {
    display: inline-block;
    content: '\e90f';
    font-family: 'LineIcons' !important;
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
}

.smart-check-target .btn-add-car {
    float: right;
}

.smart-check-list {
    padding: 8px 20px;
}

.smart-check-list > li {
    width: 100%;
    margin-top: 8px;
    border: 1px solid #d9dbdc;
    border-radius: 4px;
    overflow: hidden;
}

.smart-check-list > li a {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 16px;
    padding-left: 72px;
    position: relative;
    text-decoration: none;
    background: #fff;
    color: #2a3138;
}

.smart-check-list > li a.checked {
    pointer-events: none;
}

.smart-check-list > li a.checked {
    opacity: 0.5;
}

.smart-check-list > li a:active {
    background: rgba(0, 0, 0, 0.05);
}

.smart-check-list > li a .icon-holder {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #f2f2f7;
    color: #5b6068;
    position: absolute;
    top: 20px;
    left: 16px;
    font-size: 0;
}

.smart-check-list > li .container {
    padding: 16px 0 12px;
    padding-left: 0;
}

.smart-check-list > li .container > .upper-area,
.smart-check-list > li .container > .middle-area,
.smart-check-list > li .container > .lower-area {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.smart-check-list > li .container > .middle-area {
    margin-top: 16px;
}

.smart-check-list > li .container > .lower-area {
    margin-top: 4px;
}

.smart-check-list > li .container h4 {
    font-size: 14px;
    color: #2a3138;
    float: left;
    font-weight: 400;
    line-height: 18px;
}

.smart-check-list > li .container h4 .service-item {
    line-height: inherit;
}

.smart-check-list > li .container h4 .d-day {
    color: #fe6a2b;
    line-height: inherit;
    margin-left: 4px;
}

.smart-check-list > li .container p {
    line-height: 18px;
}

.smart-check-list .guage {
    width: 100%;
    height: 4px;
    background: #d9dbdc;
    position: relative;
    overflow: hidden;
}

.smart-check-list .guage > .fill {
    width: 100%;
    height: 100%;
    background: #fe6a2b;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0%;
    transform: translateZ(0) scaleX(0);
}

.smart-check-list > li .btn-item.btn-download-coupon {
    background: #f2f2f7;
    border-top: 1px solid #f2f2f7;
}

.smart-check-list > li .btn-item.btn-download-coupon .icon-holder {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #d9dbdc;
    vertical-align: middle;
    border-radius: 50%;
    position: relative;
}

.smart-check-list > li .btn-item.btn-download-coupon .icon-holder .line-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.smart-check-list > li .btn-item.btn-download-coupon.downloaded {
    color: #a0a6af;
    pointer-events: none;
}

.smart-check-list > li .btn-item.btn-download-coupon .icon-holder .line-icons:nth-of-type(1) {
    opacity: 1;
}

.smart-check-list > li .btn-item.btn-download-coupon .icon-holder .line-icons:nth-of-type(2) {
    display: none;
}

.smart-check-list > li .btn-item.btn-download-coupon.downloaded .icon-holder .line-icons:nth-of-type(1) {
    opacity: 0.1;
}

.smart-check-list > li .btn-item.btn-download-coupon.downloaded .icon-holder .line-icons:nth-of-type(2) {
    display: inline-block;
}

.smart-check-list > li .btn-item.btn-download-coupon .label-txt-holder {
    display: inline-block;
    width: auto;
    line-height: inherit;
    vertical-align: middle;
    position: relative;
    font-size: 0;
}

.smart-check-list > li .btn-item.btn-download-coupon .label-txt-holder .label-txt {
    display: inline-block;
    line-height: 110%;
    vertical-align: middle;
}

.smart-check-list > li .btn-item.btn-download-coupon .label-txt-holder .label-txt:nth-of-type(1) {
    display: inline;
}

.smart-check-list > li .btn-item.btn-download-coupon .label-txt-holder .label-txt:nth-of-type(2) {
    display: none;
}

.smart-check-list > li .btn-item.btn-download-coupon.downloaded .label-txt-holder .label-txt:nth-of-type(1) {
    display: none;
}

.smart-check-list > li .btn-item.btn-download-coupon.downloaded .label-txt-holder .label-txt:nth-of-type(2) {
    display: inline;
    color: #a0a6af;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=membership-zone(쿠폰)-------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.membership-coupon-list {
    padding: 8px 20px;
}

.membership-coupon-list > li {
    width: 100%;
    margin-top: 8px;
}

.membership-coupon {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    border: 1px solid #d9dbdc;
    border-radius: 4px;
    background: #fff;
}

.membership-coupon .coupon-info-area {
    appearance: none;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 16px;
    padding-right: 88px;
    text-align: left;
    background: #fff;
}

.membership-coupon .coupon-info-area:active {
    background: rgba(0, 0, 0, 0.05);
}

.membership-coupon .coupon-info-area h4 em {
    font-size: 16px;
}

.membership-coupon .coupon-info-area .ex-qualification {
    font-size: 12px;
    color: #a0a6af;
    margin-top: 4px;
}

.membership-coupon .coupon-info-area .ex-date {
    font-size: 11px;
    color: #5b6068;
    margin-top: 8px;
}

.membership-coupon .coupon-info-area .badge-wrap {
    display: inline-block;
    width: auto;
    height: 18px;
    line-height: 18px;
    position: absolute;
    bottom: 16px;
    right: 80px;
    font-size: 0;
}

.membership-coupon .coupon-info-area .badge-wrap .badge {
    display: inline-block;
    width: auto;
    height: 18px;
    line-height: 16px;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    padding: 0 8px;
    vertical-align: middle;
    font-size: 11px;
    font-weight: 500;
    background: #a0a6af;
    color: #fff;
}

.membership-coupon .coupon-info-area .badge-wrap .badge + .badge {
    margin-left: 4px;
}

.membership-coupon .usage-info-area {
    appearance: none;
    display: block;
    width: 72px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px dashed #d9dbdc;
    white-space: nowrap;
    background: #f9f9fa;
}

.membership-coupon .usage-info-area:active:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.05);
}

.membership-coupon .usage-info-area > .v-middle {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #2a3138;
    font-weight: 400;
    font-size: 0;
}

.membership-coupon.downloaded .usage-info-area {
    background: transparent;
    pointer-events: none;
}

.membership-coupon.status-expired {
    opacity: 0.4;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=membership-zone(리마인딩 리스트)---------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.membership-reminding-list > li {
    width: 100%;
}

.membership-reminding-list > li a {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 20px;
    padding-left: 80px;
    position: relative;
    text-decoration: none;
}

/*.membership-reminding-list > li a.checked { pointer-events: none;}*/
.membership-reminding-list > li a.checked .icon-holder,
.membership-reminding-list > li a.checked .container:after,
.membership-reminding-list > li a.checked .container h4,
.membership-reminding-list > li a.checked .container .d-day,
.membership-reminding-list > li a.checked .container .detail,
.membership-reminding-list > li a.checked .container .date {
    opacity: 0.5;
}

.membership-reminding-list > li a:active {
    background: rgba(0, 0, 0, 0.05);
}

.membership-reminding-list > li .icon-holder {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #f2f2f7;
    color: #5b6068;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 0;
}

.membership-reminding-list > li .container {
    padding: 16px 0 12px;
    padding-right: 20px;
    border-bottom: 1px solid #d9dbdc;
}

.membership-reminding-list > li .container:after {
    content: "\e917";
    font-family: 'LineIcons' !important;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #2a3138;
}

.membership-reminding-list > li .container h4 {
    color: #2a3138;
}

.membership-reminding-list > li .container h4 .car-number {
    display: inline-block;
    line-height: 16px;
    font-size: 11px;
    font-weight: 500;
    background: #5b6068;
    color: #fff;
    border-radius: 2px;
    padding: 0 4px;
    margin-right: 4px;
}

.membership-reminding-list > li .container .d-day {
    color: #fe6a2b;
    font-weight: 500;
}

.membership-reminding-list > li .container .detail {
    color: #5b6068;
    font-size: 12px;
    margin-top: 4px;
}

.membership-reminding-list > li .container .date {
    color: #a0a6af;
    font-size: 11px;
    margin-top: 4px;
}

.membership-reminding-list > li .container .btn-item {
    margin-top: 4px;
}

.membership-reminding-list2 {
    padding: 8px 20px;
}

.membership-reminding-list2 > li {
    width: 100%;
    margin-top: 8px;
}

.membership-reminding-list2 > li a {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 16px;
    padding-left: 72px;
    position: relative;
    text-decoration: none;
    border: 1px solid #d9dbdc;
    border-radius: 4px;
    background: #fff;
}

.membership-reminding-list2 > li a.checked {
    pointer-events: none;
}

.membership-reminding-list2 > li a.checked {
    opacity: 0.5;
}

.membership-reminding-list2 > li a:active {
    background: rgba(0, 0, 0, 0.05);
}

.membership-reminding-list2 > li .icon-holder {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #f2f2f7;
    color: #5b6068;
    position: absolute;
    top: 20px;
    left: 16px;
    font-size: 0;
}

.membership-reminding-list2 > li .container {
    padding: 16px 0 12px;
    padding-left: 0;
}

.membership-reminding-list2 > li .container h4 {
    color: #2a3138;
}

.membership-reminding-list2 > li .container h4 .car-number {
    display: inline-block;
    line-height: 16px;
    font-size: 11px;
    font-weight: 500;
    background: #5b6068;
    color: #fff;
    border-radius: 2px;
    padding: 0 4px;
    margin-right: 4px;
}

.membership-reminding-list2 > li .container .d-day {
    color: #fe6a2b;
    font-weight: 500;
}

.membership-reminding-list2 > li .container .detail {
    color: #5b6068;
    font-size: 12px;
    margin-top: 4px;
}

.membership-reminding-list2 > li .container .date {
    color: #a0a6af;
    font-size: 11px;
    margin-top: 4px;
    text-align: right;
}

.membership-reminding-list2 > li .container .btn-item {
    margin-top: 4px;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=terms info -----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.terms-info {
    display: block;
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #5b6068;
    padding: 0 20px;
    text-align: justify-all;
}

.terms-info a {
    text-decoration: underline;
    color: #2A3138;
    font-weight: 500;
}

.terms-info .terms-box-wrap {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 160px;
    overflow-y: auto;
    background-color: #f9f9fa;
    border: 1px solid #d9dbdc;
    padding: 10px;
}

.terms-inf .terms-box-wrap .terms-box {
    position: relative;
    display: block;
    font-size: 12px;
    color: #5b6068;
    letter-spacing: -0.6px;
}

.terms-info .terms-box-wrap .notice {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 12px;
    height: auto;
    color: #a0a6af;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=divider --------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.divider {
    display: block;
    border-bottom: 1px solid #f2f2f7;
}

.divider.divider-inline {
    display: inline-block;
    width: 40px;
}

.divider.dark {
    border-bottom: 1px solid #d9dbdc;
}

.divider.divider-bold {
    border-bottom-width: 2px;
}

.divider.divider-shadow {
    height: 1px;
    background-color: #f2f2f7;
    border-bottom: 0;
    box-shadow: 0 1px 0 0 #ffffff;
}

.divider.divider-shadow.dark {
    background-color: #d9dbdc;
    border-bottom: 0;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=Brands Logo ----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*
GS	GS                          unknown         not use
PI	Pirelli Tire                tire            use
KROON	KROON                     oil             not use
HK	HANKOOK                     tire            use
MX	Maxxis Tire                 tire            use
LF	LAUFENN                     tire            not use
GENUINE	GENUINE                 tire            not use
CP	Cooper Tires                tire            not use
SK	SK                          unknown         not use
MC	Michelin Tire               tire            use
AU	AURORA                      tire            not use
CS	CHENGSHAN TIRE              tire            not use
VODEN	VODEN                     goods           not use
S-OIL	S-OIL                     goods           not use
ATLAS BX	ATLAS BX              goods           not use
MOBIL	MOBIL                     goods           not use
*/
.brands-logo {
    width: 100%;
    height: 48px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 20px;
}

.brands-logo.size-s {
    height: 40px;
    background-size: auto 20px;
}

.brands-logo.hk {
    background-image: url("../images/common/tire_logo_hk.svg");
}

/* Michelin */
.brands-logo.mc {
    background-image: url("../images/common/tire_logo_michelin.svg");
}

/* pirelli Tire */
.brands-logo.pi {
    background-image: url("../images/common/tire_logo_pirelli.svg");
}

/* maxxis Tire */
.brands-logo.mx {
    background-image: url("../images/common/tire_logo_maxxis.svg");
}

/* 20230912 start */
.brands-logo.ct {
    background-image: url("../images/common/tire_logo_continental.svg");
}

.brands-logo.gy {
    background-image: url("../images/common/tire_logo_goodyear.svg");
}
/* 20230912 end */
.brands-logo.bs {
    background-image: url("../images/ux_revision_sample/brand_logo_bs.svg");
}

/*킥스: kixx
S-오일: soil
지크: zic
밸볼린: valvoline
캐스트롤: castrol
보덴: voden
프릭사: frixa
한국: hankook(경정비용)
순정 출고용: genuine*/
.brands-logo.kixx { background-image: url("../images/ux_revision_sample/brand_logo_kixx.svg"); }
.brands-logo.soil { background-image: url("../images/ux_revision_sample/brand_logo_soil.svg"); }
.brands-logo.zic { background-image: url("../images/ux_revision_sample/brand_logo_zic.svg"); }
.brands-logo.valvoline { background-image: url("../images/ux_revision_sample/brand_logo_valvoline.svg"); }
.brands-logo.castrol { background-image: url("../images/ux_revision_sample/brand_logo_castrol.svg"); }
.brands-logo.voden { background-image: url("../images/ux_revision_sample/brand_logo_voden.svg"); }
.brands-logo.genuine { background-image: url("../images/ux_revision_sample/brand_logo_genuine.svg"); }
.brands-logo.hankook { background-image: url("../images/ux_revision_sample/brand_logo_hankook.svg"); }
.brands-logo.frixa { background-image: url("../images/ux_revision_sample/brand_logo_frixa.svg"); }




/* 20241029 start */
.full_compare .flag_02,
dl.unit02 dt .flag_02 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    margin-left: 0;

    display: flex;
    width: 100%;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.7);
    align-items: center;
    justify-content: center;
}

.full_compare .flag_02 .brand-logo,
dl.unit02 dt .flag_02 .brand-logo {
    width: auto;
    height: 16px;
}
/* 20241029 end */



/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=Card------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.card {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #D9DBDC;
    overflow: hidden;
}

.card .product-area {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 124px;
    padding: 20px 16px 20px 124px;
}

.card .product-area .thumb-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    width: 124px;
    transform: translateY(-50%);
    overflow: hidden;
}

.card .product-area .thumb-wrap .thumb-holder {
    position: relative;
    display: block;
    width: 124px;
    height: 124px;
}

.card .product-area .thumb-wrap .thumb-holder img {
    width: 100%;
    height: auto;
    pointer-events: none;
}

.card .product-area .thumb-wrap .thumb-holder.thumb-scaled img {
    transform: scale(1.1);
}

.card .product-area .thumb-wrap .thumb-holder .brands-logo {
    background-color: rgba(255,255,255,0.8);
}

.card .product-area .description-area {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.card .product-area .description-area .model {
    display: block;
    width: 100%;
    height: auto;
    font-size: 18px;
    font-weight: 500;
}

.card .product-area .description-area .model img {
    width: 100%;
    height: auto;
}

.card .product-area .description-area > p.size {
    font-size: 14px;
    margin-bottom: 6px;
}

.card .product-area .description-area > p.description {
    font-size: 12px;
    margin-bottom: 8px;
}

.card .product-area .description-area > .extra-cost {
    font-size: 12px;
    margin-top: 16px;
    margin-bottom: 4px;
}

.card .product-area .description-area .model + p.size {
    margin-top: 4px;
}

.card .product-area .description-area .model + p.description {
    margin-top: 8px;
}

.card .product-area .description-area p.price {
    display: block;
    width: 100%;
    height: auto;
    font-size: 18px;
    float: none;
}

.card .product-area .description-area p.price .discount {
    font-size: 14px;
    color: #A0A6AF;
}

.card .product-area .description-area .cart-price {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
}

.card .product-area .description-area .cart-price.discount {
    height: 20px;
    line-height: 20px;
    color: #a0a6af;
}

.card .product-area .description-area .form-control-number {
    position: absolute;
    bottom: -6px;
    right: 0;
}

.card.invalid .thumb-holder,
.card.invalid .product-area .description-area .badge,
.card.invalid .product-area .description-area .model,
.card.invalid .product-area .description-area p.size,
.card.invalid .product-area .description-area p.description,
.card.invalid .product-area .description-area .extra-cost {
    opacity: 0.3;
}

.card.invalid .thumb-wrap:after,
.card.soldout .thumb-wrap:after {
    display: inline-block;
    width: 100px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    background: rgba(42, 49, 56, 0.8);
    font-size: 12px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
}

.card.invalid .thumb-wrap:after {
    content: '판매종료';
}

.card.soldout .thumb-wrap:after {
    content: '일시품절';
}

.card .review-area {
    display: block;
    width: 100%;
    height: auto;
    padding: 12px;
    background-color: #F9F9FA;
    border-top: 1px solid #F2F2F7;
}

.card .review-area .badge-group {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-left: 80px;
    padding-bottom: 8px;
}

.card .review-area .badge-group .label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 28px;
    font-weight: 500;
}

.card .review-area .badge-group .badges {
    font-size: 0;
}

.card .review-area .badge-group .badges .badge {
    margin: 2px;
}

.card .review-area .badge-group + .review {
    padding-top: 8px;
}

.card .review-area .badge-group + .review:before {
    position: absolute;
    content: '';
    top: 0;
    left: -12px;
    right: -12px;
    height: 1px;
    background-color: #F2F2F7;
}

.card .review-area .review {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    font-size: 12px;
}

.card .review-area .review .meta {
    margin-bottom: 4px;
}

.card .review-area .review .meta > * {
    vertical-align: middle;
}

.card .review-area .review > .description {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 20220823// */
.card > .badge.badge-best {
    position: absolute;
    top: -1px;
    left: -1px;
}

/* //20220823 */
.card.light-reserve .product-area {
    min-height: 113px;
}

.card.light-reserve .product-area .thumb-wrap {
    left: 12px;
    width: 113px;
}

.card.light-reserve .product-area .thumb-wrap .thumb-holder {
    width: 113px;
    height: 113px;
}

.card.light-reserve .product-area .thumb-wrap .thumb-holder.thumb-scaled img {
    transform: scale(0.9);
}

.card.light-reserve .product-area .description-area .model {
    font-size: 16px;
    font-weight: 400;
}

/*=Card: Time Deal------------------------------------------------------------------------*/
.compare-list .card.card-time-deal {
    width: 100%;
}

.card.card-time-deal {
    /*border-radius: 0;*/
    border: 0;
    width: 152px;
    background-color: transparent;
}

.card.card-time-deal.card-box-shadow .card-inner {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.card.card-time-deal .time-deal-limit {
    font-size: 12px;
}

.card.card-time-deal .time-deal-limit > * {
    vertical-align: middle;
}

.card.card-time-deal .card-inner {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #D9DBDC;
    border-radius: 4px;
    overflow: hidden;
    background-color: #ffffff;
}

.card.card-time-deal .card-inner .compare-check {
    position: absolute;
    top: 0;
    left: 0;
    /*background-color: #ffffff;*/
    /*width: 20px;*/
    /*min-width: 20px;*/
    /*height: 20px;*/
    /*min-height: 20px;*/
    z-index: 2;
}

.card.card-time-deal .card-inner .compare-check .icon-holder {
    /*width: 28px;
    height: 28px;
    top: 2px;
    left: 2px;*/
}

.card.card-time-deal .card-inner .compare-check .icon-holder .line-icons {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    top: 1px;
}

.card.card-time-deal .time-deal-limit .clock {
    color: #cbb58f;
}

.card.card-time-deal .card-inner .compare-check input[type="checkbox"]:checked ~ .labelling .icon-holder span:after,
.card.card-time-deal .card-inner .compare-check input[type="checkbox"]:checked ~ .icon-holder span:after {
    width: 28px;
    height: 28px;
    font-size: 28px;
}

.card.card-time-deal .card-inner .thumb-wrap {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}

.card.card-time-deal .card-inner .thumb-wrap .thumb-holder {
    position: relative;
    display: inline-block;
    width: 80px;
    height: auto;
}

.card.card-time-deal .card-inner .thumb-wrap .thumb-holder img {
    width: 100%;
    height: auto;
}

.card.card-time-deal .card-inner .thumb-wrap .thumb-holder .brands-logo {
    height: 24px;
    background-size: auto 16px;
}

.card.card-time-deal .card-inner .description-area {
    display: block;
    width: 100%;
    height: auto;
    font-size: 11px;
    padding: 12px;
}

.card.card-time-deal .card-inner .description-area .model {
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.card.card-time-deal .card-inner .description-area .model-sub {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.card.card-time-deal .discount {
    margin-top: 8px;
    font-size: 12px;
    color: #a0a6af;
}

.card.card-time-deal .price {
    font-size: 16px;
    color: #fe6a2b;
    font-weight: 500;
    display: block;
    float: none;
}

.card.card-time-deal .badge.badge-discount {
    position: absolute;
    top: 4px;
    right: 4px;
}

/*=Card: Review----------------------------------------------------------------------*/
/* 20220404// */
.sec-more-link {
    position: absolute;
    right: 0;
    bottom: 0;
}

.review-card {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    padding: 24px 20px 16px 16px;
}

.review-card .description {
    overflow: hidden;
    height: 52px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 12px;
    color: #5B6068;
}

.review-card ul.meta li {
    display: inline-block;
    vertical-align: middle;
}

.review-card ul.meta li:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    vertical-align: middle;
    background-color: #8f8f8f;
    margin: 0 6px;
}

.review-card ul.meta li:last-child:after {
    content: none;
}

.review-card-swiper .swiper-slide > ul > li:first-child .review-card {
    padding-bottom: 0;
}

.review-card-swiper .swiper-slide > ul > li:first-child .review-card-body {
    border-bottom: 1px solid #d9dbdc;
}

.review-card .thumb-area {
    display: flex;
    align-items: center;
}

.review-card .thumb-area .thumb-image {
    overflow: hidden;
    flex: none;
    width: 31.2%;
    height: 80px;
}

.review-card .thumb-area .thumb-image:nth-child(1) {
    margin-right: 10px;
}

.review-card .thumb-area .thumb-image:nth-child(2) {
    margin-right: 10px;
}

.review-card .thumb-area .thumb-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

/* //20220404 */
/*=Card: Coupon----------------------------------------------------------------------*/
ul.coupon-card-list > li + li {
    margin-top: 12px;
}

ul.coupon-card-list.coupon-changer .coupon-changer-wrap {
    position: relative;
    padding-left: 34px;
}

ul.coupon-card-list.coupon-changer .coupon-changer-wrap .coupon-changer-radio {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    pointer-events: none;
}

ul.coupon-card-list.coupon-changer .coupon-changer-wrap .coupon-changer-icons {
    position: absolute;
    left: 0;
    top: 0;
}

ul.coupon-card-list.coupon-changer .coupon-changer-wrap .coupon-changer-icons > span {
    color: #d9dbdc;
    font-size: 26px;
    width: 26px;
    height: 26px;
    line-height: 26px;
}

ul.coupon-card-list.coupon-changer .coupon-changer-wrap .coupon-changer-radio + .coupon-changer-icons > span:first-of-type {
    display: inline-block;
}

ul.coupon-card-list.coupon-changer .coupon-changer-wrap .coupon-changer-radio + .coupon-changer-icons > span:last-of-type {
    display: none;
}

ul.coupon-card-list.coupon-changer .coupon-changer-wrap .coupon-changer-radio:checked + .coupon-changer-icons > span:first-of-type {
    display: none;
}

ul.coupon-card-list.coupon-changer .coupon-changer-wrap .coupon-changer-radio:checked + .coupon-changer-icons > span:last-of-type {
    display: inline-block;
    color: #fe6a2b;
}

/* 1101 쿠폰 UI개선 // */
.coupon-card-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 6px;
    background-color: #c0c6ce;
}

.coupon-card {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    width: 100%;
    height: auto;
    text-align: center;
}

.coupon-card:before,
.coupon-card:after {
    position: absolute;
    content: '';
    top: 50%;
    width: 10px;
    height: 20px;
    background-color: #ffffff;
    border: 1px solid #cacbce;
    transform: translateY(-50%);
    z-index: 2;
}

.coupon-card.on-bg-light1:before,
.coupon-card.on-bg-light1:after {
    background-color: #f9f9fa;
}

.coupon-card:before {
    left: 0;
    border-radius: 0 10px 10px 0;
    border-left-color: transparent;
}

.coupon-card:after {
    right: 0;
    border-radius: 10px 0 0 10px;
    border-right-color: transparent;
}

.coupon-card .coupon-card-info {
    position: relative;
    display: block;
    width: 80%;
    height: auto;
    min-height: 150px;
    padding: 6px 10px 10px;
    border: 1px solid #cacbce;
    border-right: 0;
    border-radius: 8px 0 0 8px;
    background-color: #ffffff;
}

.coupon-card .coupon-card-info .btn-detail {
    padding: 0 10px;
    border: 1px solid #d9dbdc;
}

.coupon-card .coupon-card-info .btn-detail .label-txt {
    font-size: 12px;
    line-height: 1;
}

.coupon-card .coupon-card-type-bar {
    display: block;
    width: 100%;
    height: auto;
    font-size: 11px;
}

.coupon-card .coupon-card-type-bar span {
    vertical-align: middle;
}

.coupon-card .coupon-card-type-bar .dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #2A3138;
}

.coupon-card .coupon-card-type-bar .dot.on-line {
    background-color: #fe6a2b;
}

.coupon-card .coupon-card-type-bar .dot.off-line {
    background-color: #cbb58f;
}

.coupon-card .coupon-card-type-bar .dot.on-off-line {
    background-color: #5eb0b5;
}

.coupon-card .coupon-card-type-bar .dot + span {
    margin-left: 4px;
}

.coupon-card .coupon-card-info .coupon-card-shop-list {
    text-align: left;
}

.coupon-card .coupon-card-action {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    min-width: 106px;
    border: 1px solid #cacbce;
    border-left: 0;
    border-radius: 0 8px 8px 0;
    background-color: #F2F2F7;
}

.coupon-card .coupon-card-action .coupon-card-action-inner > p {
    line-height: 1.2;
}

/* 쿠폰 다운로드 전 & 사용함 */
.coupon-card .coupon-card-info > *,
.coupon-card.download-before .coupon-card-info > *,
.coupon-card.used .coupon-card-info > * {
    opacity: .3;
    pointer-events: none;
}

.coupon-card.used {
    pointer-events: none;
}

.coupon-card.download-before .coupon-card-action .download-before {
    display: block;
}

.coupon-card.download-before .coupon-card-action .download-after {
    display: none;
}

/* 쿠폰 다운로드 후 */
.coupon-card.download-after .coupon-card-info > * {
    opacity: 1;
    pointer-events: auto;
}

.coupon-card.download-after .coupon-card-action .download-before {
    display: none;
}

.coupon-card.download-after .coupon-card-action .download-after {
    display: block;
}

/* 쿠폰 상세 */
.coupon-card.coupon-card-detail {
    display: block;
}

.coupon-card.coupon-card-detail:before,
.coupon-card.coupon-card-detail:after {
    content: none;
}

.coupon-card.coupon-card-detail .coupon-card-info {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: auto;
    padding-top: 32px;
    padding-bottom: 14px;
    border: 0;
    border-radius: 8px;
}

.coupon-card.coupon-card-detail .coupon-card-info:after {
    position: absolute;
    content: '';
    display: block;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: url("../images/common/coupon_divider.svg");
    background-repeat: repeat-x;
    z-index: 4;
}

.coupon-card.coupon-card-detail .coupon-card-info > * {
    opacity: 1;
}

.coupon-card.coupon-card-detail .coupon-card-info .bi-img {
    position: absolute;
    display: inline-block;
    top: 6px;
    right: 6px;
    width: auto;
    height: 16px;
}

.coupon-card.coupon-card-detail .coupon-card-action,
.coupon-card.coupon-card-detail.download-before .coupon-card-action {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
    border: 0;
    border-radius: 8px;
    background-color: #2a3138;
    color: #ffffff;
}

.coupon-card.coupon-card-detail:before,
.coupon-card.coupon-card-detail:after {
    position: absolute;
    content: '';
    top: auto;
    bottom: 30px;
    width: 10px;
    height: 20px;
    background-color: #c0c6ce;
    z-index: 10;
}

.coupon-card.coupon-card-detail:before {
    left: 0;
    border-radius: 0 10px 10px 0;
    border-left-color: transparent;
}

.coupon-card.coupon-card-detail:after {
    right: 0;
    border-radius: 10px 0 0 10px;
    border-right-color: transparent;
}

.coupon-card.coupon-card-detail .coupon-card-action > span {
    display: inline-block;
}

.coupon-card.coupon-card-detail .coupon-card-action > span:first-of-type,
.coupon-card.coupon-card-detail.download-before .coupon-card-action > span:first-of-type {
    display: inline-block;
}

.coupon-card.coupon-card-detail .coupon-card-action > span:last-of-type,
.coupon-card.coupon-card-detail.download-before .coupon-card-action > span:last-of-type {
    display: none;
}

.coupon-card.coupon-card-detail.download-after .coupon-card-action {
    background-color: #a0a6af;
    pointer-events: none;
}

.coupon-card.coupon-card-detail.download-after .coupon-card-action > span:first-of-type {
    display: none;
}

.coupon-card.coupon-card-detail.download-after .coupon-card-action > span:last-of-type {
    display: inline-block;
}

.coupon-card.coupon-card-detail.coupon-card-receive .coupon-card-action {
    pointer-events: auto !important;
}

.coupon-card.coupon-card-detail.coupon-card-receive .coupon-card-action > span {
    display: inline-block !important;
}

.coupon-card.coupon-card-detail.download-after.able-give .coupon-card-action {
    background-color: #fe6a2b;
    pointer-events: auto;
}

.coupon-card.coupon-card-detail .coupon-card-flag {
    position: absolute;
    top: -9px;
    left: -9px;
    width: 74px;
    height: 74px;
    background: url("../images/common/coupon-flag.svg");
    z-index: 10;
}

.coupon-card.coupon-card-detail .coupon-card-flag .coupon-card-flag-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.coupon-card.coupon-card-detail .coupon-card-flag .coupon-card-flag-inner > span {
    position: absolute;
    top: 35%;
    left: 35%;
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    transform: translate(-50%, -50%) rotate(-45deg);
    transform-origin: center;
}

.coupon-card .coupon-download-icon {
    position: relative;
}

.coupon-card .coupon-download-icon:after {
    position: absolute;
    right: -9px;
    bottom: -3px;
    content: '\e911';
    color: #fe6a2b;
    font-size: 18px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background-color: #F2F2F7;
    border-radius: 50%;
    font-family: 'LineIcons' !important;
}



.coupon-gift-arrival {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    padding: 24px 0;
}

.coupon-gift-arrival .title-img {
    width: 56px;
    height: 56px;
}

.coupon-gift-arrival .arrival-msg {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.coupon-gift-arrival .arrival-msg em { font-weight: 700;}

.coupon-gift-arrival .coupon-gift {
    width: auto;
    min-width: 200px;
    height: 90px;
    padding: 0 24px;
    border-radius: 2px;
    background: linear-gradient(#000, #434D57);
    color: #fff;
    line-height: 48px;
    font-size: 48px;
    letter-spacing: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    user-select: none;
}

.coupon-gift-arrival .coupon-gift:before,
.coupon-gift-arrival .coupon-gift:after {
    content: '';
    display: block;
    width: 12px;
    height: 60px;
    background: linear-gradient(#FFA200, #F05600);
    position: absolute;
}

.coupon-gift-arrival .coupon-gift:before {
    transform-origin: 0% 50%;
    top: 0;
    left: 0;
    transform: translateX(10px) translateY(-20px) rotate(45deg);
}

.coupon-gift-arrival .coupon-gift:after {
    transform-origin: 100% 50%;
    bottom: 0;
    right: 0;
    transform: translateX(-10px) translateY(20px) rotate(45deg);
}

.coupon-gift-arrival .coupon-gift .amount { z-index: 1; }

.coupon-gift-arrival .coupon-gift .amount:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateX(50%) translateY(-50%);
}

.coupon-gift-arrival .coupon-gift .amount:after { content: '원'; font-size: 24px; }
.coupon-gift-arrival .coupon-gift .amount[data-unit="won"]:after { content: '원'; }
.coupon-gift-arrival .coupon-gift .amount[data-unit="rate"]:after { content: '%'; }
.coupon-gift-arrival .coupon-gift .amount[data-unit="none"]:after { content: ''; }

.coupon-gift-arrival .btn-item.copy-coupon-number-btn {
    margin-top: -4px;
    background: #f2f2f7;
    padding: 0 32px;
}

.coupon-gift-arrival .btn-item.copy-coupon-number-btn > * + * { margin-left: 8px;}



/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=Card: TS Deal:Black---------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.ts-deal-card-list {
    display: block;
    width: 100%;
    height: auto;
    padding: 14px 20px;
}

.card-primary {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
    border: 1px solid #d9dbdc;
    overflow: hidden;
    background-color: #ffffff;
}

.card-primary .product-area {
    position: relative;
    display: block;
    width: 100%;
    height: 136px;
    overflow: hidden;
    border-bottom: 1px solid #D9DBDC;
}

.card-primary .product-area .thumb-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.card-primary .product-area .thumb-wrap .thumb-holder {
    position: relative;
    display: block;
    width: 196px;
    height: 100%;
    margin: 0 auto;
}

.card-primary .product-area .thumb-wrap .thumb-holder > img {
    display: block;
    width: 100%;
    height: auto;
}

.card-primary .product-area .thumb-wrap .brands-logo {
    height: 35px;
}

.card-primary .product-area .overlay-area {
    position: absolute;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 12px;
    pointer-events: none;
    z-index: 2;
}

.card-primary .product-area .overlay-area .left {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.card-primary .product-area .overlay-area .right {
    text-align: right;
}

.card-primary .product-area .overlay-area .out-of-stock {
    margin-top: auto;
}

.card-primary .product-area .overlay-area .badge-deal {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    line-height: 1.2;
    padding: 0 12px;
    vertical-align: middle;
    font-size: 11px;
    text-align: center;
    color: #fe6a2b;
    border-radius: 18px;
    border: 1px solid #fe6a2b;
}

.card-primary .product-area .overlay-area .compare {
    display: block;
    height: auto;
    min-height: auto;
    pointer-events: auto;
    margin-bottom: 24px;
}

.card-primary .product-area .overlay-area .compare .labelling {
    padding: 0 20px 0 0;
}

.card-primary .product-area .overlay-area .compare .labelling .label-txt {
    font-size: 12px;
}

.card-primary .product-area .overlay-area .compare .icon-holder {
    top: auto;
    left: auto;
    right: 0;
}

.card-store ul.flags.third-benefit {
    display: flex;
}

ul.flags > li {
    display: flex;
    flex-direction: row-reverse;
}

ul.flags.third-benefit {
    width: 88px;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

ul.flags > li + li {
    margin-top: 4px;
}

ul.flags.third-benefit > li {
    margin: 0 0 4px 4px;
}

.flag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 500;
    color: #ffffff;
    background-color: #2A3138;
    line-height: 1;
}

.flag.flag-safe {
    background-color: #cbb58f;
}

/* 안심서비스 */
.flag.flag-smart {
    background-color: #ffa200;
}

/* 스마트케어 */
.flag.flag-superior-store {
    background-color: #fe6a2b;
}

/* !* 우수매장 *!*/
.flag.flag-smart-pickup {
    background-color: #5eb0b5;
}

/* !* 스마트픽업 *!*/
.flag.flag-local-deal {
    background-color: #cbb58f;
}

/* !* 우리동네딜  *!*/
.flag.flag-hotel {
    background-color: #FFA200;
}

/* 타이어 호텔 서비스 */
.flag.flag-reservation {
    background-color: #FE6A28;
}

/* 방문예약 */
.flag.flag-imported-car {
    background-color: #008bec;
}

/* 수입차정비 */
.card-primary .description-area {
    display: block;
    width: 100%;
    height: auto;
    padding: 16px 12px;
}

.card-primary .description-area .badge-tire-primary {
    font-size: 10px;
}

.card-primary .description-area .model {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 5px;
}

.card-primary .description-area .model .name {
    display: inline-block;
    width: auto;
    max-width: calc(100% - 90px);
    height: auto;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 12px;
}

.card-primary .description-area .model .name.name-dpn {
    vertical-align: top;
}

.card-primary .description-area .model .name.name-dpn > img {
    display: block;
    width: 100%;
    max-width: 170px;
    height: auto;
}

.card-primary .description-area .model .size {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 12px;
}

.card-primary .description-area .model .size:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 1px;
    height: 80%;
    background-color: #2A3138;
    transform: translateY(-50%);
}

.card-primary .description-area > p.price {
    display: block;
    width: 100%;
    height: auto;
    font-size: 16px;
    float: none;
    margin-top: 12px;
}

.card-primary .description-area > p.price .discount {
    font-size: 12px;
}

.card-primary .description-area .action-area {
    position: relative;
    display: block;
    padding: 0 80px 0 0;
    margin-top: 18px;
}

.card-primary .description-area .action-area .more {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

.card-primary .description-area .action-area .more > button + button {
    margin-left: 10px;
}

.card-primary .meta-area {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 12px 20px;
    border-top: 1px solid #f2f2f7;
}

.card-primary .meta-area .meta-area-inner {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 90px 0 0;
}

.card-primary .meta-area .meta {
    display: block;
    width: 100%;
    height: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.card-primary .meta-area .meta .meta-items {
    font-size: 11px;
    color: #5b6068;
    line-height: 16px;
}

.card-primary .meta-area .meta .meta-items > span + span:before {
    display: inline-block;
    content: '|';
    padding: 0 4px;
}

.card-primary .meta-area .rating-area {
    position: absolute;
    top: 50%;
    right: 12px;
    display: inline-block;
    font-size: 11px;
    transform: translateY(-50%);
}

.card-primary.goods .product-area .thumb-wrap .thumb-holder {
    width: 135px;
    height: 100%;
}

.card-primary.goods .description-area .model .name {
    max-width: 100%;
    padding-right: 0;
}

.card-primary.goods .description-area > p.price {
    margin-top: 0;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=Card: TS Deal:Black Detail--------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.ts-deal-black-floating {
    position: sticky;
    position: -webkit-sticky;
    top: 50px;
    padding: 6px 20px 0;
    z-index: 90;
}

.ts-deal-card-list > ul > li + li {
    margin-top: 16px;
}

.ts-deal-black-detail-card-wrap {
    display: block;
    width: 100%;
    height: auto;
}

.ts-deal-black-detail-card-wrap .inner {
    padding: 0 20px 14px;
}

.ts-deal-black-detail-card-wrap .banner-wrap {
    position: relative;
    margin: 24px 0 20px 0;
    padding: 13px 120px 13px 36px;
}

.ts-deal-black-detail-card-wrap .banner-wrap.gold {
    background-color: #cbb58f;
}

.ts-deal-black-detail-card-wrap .banner-wrap a {
    display: block;
}

.ts-deal-black-detail-card-wrap .banner-wrap .txt {
    font-size: 16px;
    color: #fff;
}

.ts-deal-black-detail-card-wrap .banner-wrap .img {
    position: absolute;
    right: 20px;
    transform: translateY(-50%);
}

.card-ts-deal-black-detail .image-area {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.card-ts-deal-black-detail .image-area .suggest-group {
    left: 0;
}

.card-ts-deal-black-detail .image-area .overlap-status {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 4;
}

.card-ts-deal-black-detail .image-area .overlap-status .overlap-status-inner {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.card-ts-deal-black-detail .image-area .overlap-status .overlap-status-inner > .btn-item {
    opacity: .8;
}

.card-ts-deal-black-detail .image-area .thumb-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.card-ts-deal-black-detail .image-area .thumb-wrap .thumb-holder {
    position: relative;
    display: block;
    width: 196px;
    height: 100%;
    margin: 0 auto;
}

.card-ts-deal-black-detail .image-area .thumb-wrap .thumb-holder > img {
    display: block;
    width: 100%;
    height: auto;
}

.card-ts-deal-black-detail .image-area .thumb-wrap .brands-logo {
    z-index: 5;
}

.card-ts-deal-black-detail .image-area .benefit-wrap {
    position: absolute;
    right: 0;
    top: 20px;
    display: flex;
    flex-direction: column;
    z-index: 5;
}

.card-ts-deal-black-detail .image-area .benefit-wrap .benefit {
    width: 30px;
    height: 30px;
    padding: 4px 0;
    border-radius: 100%;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 110%;
    background-color: #8f8f8f;
}

.card-ts-deal-black-detail .image-area .benefit-wrap .benefit + .benefit {
    margin-top: 4px;
}

.card-ts-deal-black-detail .image-area .benefit-wrap .benefit.safe {
    background-color: #CBB58F;
}

.card-ts-deal-black-detail .image-area .benefit-wrap .benefit.tooltip-container.safe .tooltip-header {
    color: #CBB58F;
}

.card-ts-deal-black-detail .image-area .benefit-wrap .benefit.hotel {
    background-color: #FFA200;
}

.card-ts-deal-black-detail .image-area .benefit-wrap .benefit.tooltip-container.hotel .tooltip-header {
    color: #FFA200;
}

.card-ts-deal-black-detail .image-area .benefit-wrap .benefit.reservation {
    background-color: #FE6A2B;
}

.card-ts-deal-black-detail .image-area .benefit-wrap .benefit.tooltip-container.reservation .tooltip-header {
    color: #FE6A2B;
}

.card-ts-deal-black-detail .image-area .flags {
    position: absolute;
    display: inline-block;
    top: 20px;
    right: 0;
}

.card-ts-deal-black-detail .type-area {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 0;
    margin-top: 18px;
}

.card-ts-deal-black-detail .type-area .rating-area {
    font-size: 0;
    line-height: 1;
}

.card-ts-deal-black-detail .model {
    display: block;
    width: 100%;
    height: auto;
}

.card-ts-deal-black-detail .model .name {
    display: block;
    width: 100%;
    height: auto;
    font-size: 24px;
    font-weight: 500;
    margin-top: 8px;
}

.card-ts-deal-black-detail .model .name.name-dpn {
    font-size: 0;
    max-width: 280px;
    height: auto;
}

.card-ts-deal-black-detail .model .name.name-dpn img {
    display: block;
    width: 100%;
    height: auto;
}

.card-ts-deal-black-detail .model .size:before {
    display: inline-block;
    content: '|';
    padding-right: 8px;
    color: #a0a6af;
    margin-top: 8px;
}

.card-ts-deal-black-detail .model .description {
    font-size: 12px;
    margin-top: 12px;
}

.card-ts-deal-black-detail .model .description-highlight {
    margin-top: 11px;
}

.ts-deal-black-detail-card-wrap .most-mounted {
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 20px;
    background-color: #F9F9FA;
}

.ts-deal-black-detail-card-wrap .most-mounted .badge-group {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-left: 80px;
}

.ts-deal-black-detail-card-wrap .most-mounted .badge-group .label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 28px;
    font-weight: 500;
}

.ts-deal-black-detail-card-wrap .most-mounted .badge-group .badges {
    font-size: 0;
}

.ts-deal-black-detail-card-wrap .most-mounted .badge-group .badges .badge {
    margin: 2px;
}

.ts-deal-black-detail-card-wrap .meta {
    display: block;
    width: 100%;
    height: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 20px;
}

.ts-deal-black-detail-card-wrap .meta .meta-items {
    font-size: 11px;
    color: #5b6068;
    line-height: 16px;
}

.ts-deal-black-detail-card-wrap .meta .meta-items > span + span:before {
    display: inline-block;
    content: '|';
    padding: 0 4px;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=Card: TS Deal:Local---------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.card-ts-deal-local {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
    border: 1px solid #d9dbdc;
    overflow: hidden;
    background-color: #ffffff;
    padding: 16px 20px;
}

.card-ts-deal-local .type-icon {
    position: absolute;
    top: -10px;
    right: -40px;
}

.card-ts-deal-local .type-icon > span {
    font-size: 220px;
    width: 220px;
    height: 220px;
    line-height: 220px;
    color: #f2f2f7;
}

.card-ts-deal-local .card-info {
    position: relative;
    z-index: 1;
}

.card-ts-deal-local .action {
    position: relative;
    z-index: 1;
    margin-top: 24px;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=Card: Store-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.card-store-list {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
}

.card-store-list > ul > li + li {
    margin-top: 12px;
}

.card-store {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
    border: 1px solid #d9dbdc;
    overflow: hidden;
    background-color: #ffffff;
}

.card-store .store-info {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 12px 80px 12px 12px;
}
/* 20230130 start */
.card-store .store-info .store-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    margin-top: 16px;
}

.card-store .store-info .store-meta > span {
    display: inline-block;
    width: auto;
    height: 14px;
    line-height: 14px;
    padding: 0 4px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background-color: #5b6068;
    border-radius: 2px;
}

.card-store .store-info .store-meta > span.great-store {
    background-color: #ff8c27;
}
/* 20230130 end */


.card-store .store-info .flags {
    position: absolute;
    display: inline-block;
    top: 12px;
    right: 12px;
}

.card-store .action {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 8px 12px;
    border-top: 1px solid #f2f2f7;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=Card: Tire------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.new-card-list .line01 {
    border: 1px solid #D9DBDC;
    border-radius: 8px;
    overflow: hidden;
}

.display_list ol.prod_list01.new-card-list > li dl.unit01 {
    border: initial;
}

.card-tire-list {
    padding: 0 16px 16px;
}

.card-tire-list > ul > li {
    margin-bottom: 10px;
}

.card-tire-list > ul > li:last-child {
    margin-bottom: initial;
}

.card-tire {
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #D9DBDC;
    overflow: hidden;
}

.card-tire a {
    display: inline-block;
}

.card-tire .card-tire-header {
    position: relative;
    display: block;
    padding: 16px 12px;
    width: 100%;
    height: auto;
    min-height: 190px;
}

.card-tire .card-tire-header .info-area {
    position: absolute;
    top: 16px;
    left: 12px;
    display: block;
    width: auto;
    padding-right: 120px;
}

.card-tire .card-tire-header .info-area .badge-tire-type-area {
    display: block;
    margin-bottom: 8px;
    min-width: 180px;
}

.card-tire .card-tire-header .info-area .badge-tire-type-area ul {
    font-size: 0;
    line-height: initial;
}

.card-tire .card-tire-header .info-area .badge-tire-type-area ul li {
    display: inline-block;
    width: auto;
    margin-right: 4px;
    font-size: 0;
    line-height: initial;
}

.card-tire .card-tire-header .info-area .badge-tire-type-area ul li:last-child {
    margin-right: initial;
}

.card-tire .card-tire-header .info-area .tire-name-area {
    display: block;
    width: 100%;
    max-width: 260px;
    height: auto;
    margin-bottom: 12px;
}

.card-tire .card-tire-header .info-area .tire-name-area > img {
    width: 100%;
    height: auto;
}

.card-tire .card-tire-header .info-area .tire-name-area .tire-model-name {
    width: 100%;
    font-size: 15px;
    color: #2A3138;
    font-weight: 500;
}

.card-tire .card-tire-header .info-area .tire-name-area .tire-name {
    width: 100%;
    font-size: 16px;
    color: #5b6068;
    font-weight: 500;
}

.card-tire .card-tire-header .info-area .meta-area {
    display: block;
    height: auto;
    margin-bottom: 28px;
}

.card-tire .card-tire-header .info-area .meta-area .tire-size {
    color: #333333;
    font-size: 11px;
    line-height: 1.23;
    margin-bottom: 4px;
}

.card-tire .card-tire-header .info-area .meta-area .tire-type {
    font-size: 0;
    line-height: initial;
}

.card-tire .card-tire-header .info-area .meta-area .tire-type li {
    display: inline-block;
    color: #656565;
    font-size: 10px;
    width: auto;
    line-height: initial;
}

.card-tire .card-tire-header .info-area .meta-area .tire-type li:after {
    display: inline-block;
    content: '';
    height: 7px;
    margin: 0 4px;
    border-right: 1px solid #d9d9d9;
}

.card-tire .card-tire-header .info-area .meta-area .tire-type li:last-child:after {
    content: initial;
}

.card-tire .card-tire-header .info-area .rating-area {
    display: block;
    vertical-align: middle;
    font-size: 12px;
}

.card-tire .card-tire-header .info-area .rating-area .rating {
    vertical-align: middle;
}

.card-tire .card-tire-header .info-area .rating-area .rating-point {
    color: #ff6a28;
    vertical-align: middle;
    font-weight: 700;
}

.card-tire .card-tire-header .info-area .rating-area .view-point {
    color: #333333;
    vertical-align: middle;
}

.card-tire .card-tire-header .image-area {
    position: absolute;
    bottom: 10px;
    right: 0;
    display: block;
    padding-right: 46px;
}

.card-tire .card-tire-header .image-area > a {
    position: relative;
}

.card-tire .card-tire-header .image-area .image-container {
    position: relative;
    display: block;
    height: auto;
    width: 112px;
}

.card-tire .card-tire-header .image-area .image-container > img {
    width: 100%;
    height: auto;
}

.card-tire .card-tire-header .image-area .tire-brand-image-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.3);
}

.card-tire .card-tire-header .image-area .tire-brand-image-container .tire-brand-image {
    display: block;
    overflow: hidden;
    width: 85px;
    height: 15px;
    margin: 7px auto 0;
    text-indent: -9999px;
    background-image: url("https://m.tstation.com/../images/icon/brand_logo.png");
    background-size: 180px 324px;
}

.card-tire .card-tire-header .floating-area .badge-service-type-area {
    position: absolute;
    top: 56px;
    right: 12px;
}

.card-tire .card-tire-header .floating-area .badge-service-type-area ul li {
    float: initial;
    margin-bottom: 2px;
}

.card-tire .card-tire-header .floating-area .badge-service-type-area ul li:last-child {
    margin-bottom: initial;
}

.card-tire .card-tire-header .floating-area .compare-area {
    position: absolute;
    top: 8px;
    right: 6px;
    line-height: initial;
    font-size: initial;
}

.card-tire .card-tire-body {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 16px 12px;
}

.card-tire .card-tire-body .price-area {
    position: relative;
    display: block;
    margin-bottom: 16px;
}

.card-tire .card-tire-body .price-area .discount-badge-area {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 0;
    line-height: initial;
}

.card-tire .card-tire-body .price-area .discount-badge-area > .badge {
    margin-right: 4px;
}

.card-tire .card-tire-body .price-area .discount-price-area {
    display: block;
    width: 100%;
    height: auto;
    text-align: right;
}

.card-tire .card-tire-body .price-area .discount-price-area .discount-price-mark {
    color: #fe6a2b;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.2;
}

.card-tire .card-tire-body .price-area .discount-price-area .discount-price {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

.card-tire .card-tire-body .price-area .discount-price-area .discount-price small {
    text-decoration: line-through;
    color: #5b6068;
    line-height: 1.2;
    margin-right: 6px;
    font-size: 12px;
}

.card-tire .card-tire-body .smart-pay-area {
    display: block;
    text-align: right;
}

.card-tire .card-tire-body .smart-pay-area .smart-pay-mark {
    color: #2a3138;
    font-size: 11px;
    line-height: 12px;
    font-weight: 700;
}

.card-tire .card-tire-body .smart-pay-area .smart-pay-mark > span {
    display: inline-block;
    width: 12px;
    height: 12px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    background-color: #ffb400;
    border-radius: 100%;
    color: #ffffff;
}

.card-tire .card-tire-body .smart-pay-area .smart-pay-price {
    font-size: 16px;
    color: #fe6a2b;
    font-weight: 500;
}

.card-tire .card-tire-body .smart-pay-area .smart-pay-price small {
    margin-right: 6px;
    font-size: 12px;
    line-height: 1.2;
}

/* 일반, 스마트 페이 구매 선택 */
.card-tire .card-tire-header + .payment-type-selector {
    border-top: 1px solid #F2F2F7;
}

/* Payment Type selector ----------------------------------------*/
.unit01 .payment-type-selector {
    margin: 0 -10px;
    width: initial;
}

.unit01 .info + .payment-type-selector {
    border-top: 1px solid #F2F2F7;
}

.payment-type-selector {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.payment-type-selector > ul {
    border-bottom: 1px solid #F2F2F7;
}

.payment-type-selector > ul > li > .radio-item {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 12px 5px;
    border-radius: initial;
}

.payment-type-selector > ul > li > .radio-item > .icon-holder {
    position: absolute;
    top: 8px;
    left: initial;
    right: 12px;
    bottom: initial;
    width: 15px;
    height: 15px;
    line-height: 15px;
}

.payment-type-selector > ul > li > .radio-item > .icon-holder > .line-icons {
    display: none;
    font-size: 15px;
    width: 15px;
    height: 15px;
    line-height: 15px;
}

.payment-type-selector .price-label {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.payment-type-selector .price-label > .label {
    display: block;
    width: 100%;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
    color: #2A3138;
}

.payment-type-selector > ul > li > .radio-item.smart-pay > .price-label > .label {
    font-size: 0;
}

.payment-type-selector > ul > li > .radio-item.smart-pay > .price-label > .label > img {
    display: inline-block;
    width: auto;
    height: 18px;
    line-height: 20px;
    vertical-align: middle;
}

.payment-type-selector > ul > li > .radio-item.smart-pay > .price-label > .label > .tooltip-container .line-icons {
    font-size: 16px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-left: 4px;
}

.payment-type-selector .price-label > .price {
    display: block;
    width: 100%;
    height: auto;
    color: #a0a6af;
}

.payment-type-selector .price > .discount-price {
    font-weight: 500;
    font-size: 16px;
}

.payment-type-selector .price-label > .price > .origin {
    font-size: 12px;
    text-decoration-line: line-through;
}

/*.payment-type-selector > ul > li > .radio-item.smart-pay > .price-label > .price > .discount-price,*/
.payment-type-selector > ul > li > .radio-item.smart-pay > .price-label > .price > .origin {
    text-decoration: none;
}

.payment-type-selector > ul > li > .radio-item > .fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d9dbdc;
}

.payment-type-selector > ul > li > .radio-item > input:checked ~ .fill {
    background-color: transparent;
}

.payment-type-selector > ul > li > .radio-item > input:checked ~ .price-label > .price > .discount-price {
    color: #2a3138;
}

.payment-type-selector > .detail {
    position: relative;
    display: none;
    padding: 10px 12px;
}

.payment-type-selector > .detail.on,
.payment-type-selector > .detail.stand-alone {
    display: block;
}

.payment-type-selector > .detail.stand-alone .price-label .label {
    color: #fe6a2b;
}

.payment-type-selector > .detail.stand-alone .price-label .price .discount-price {
    color: #2A3138;
}

.payment-type-selector > .detail.stand-alone ul li:first-of-type {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.payment-type-selector > .detail .radio-item .icon-holder {
    left: 2px;
}

.payment-type-selector > .detail .radio-item .labelling {
    padding-left: 24px;
}

@media (max-width: 400px) {
    .payment-type-selector > .detail .radio-item .labelling .responsive-hidden {
        display: none;
    }
}

.card-tire-buttons {
    border-top: 1px solid #F2F2F7;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=Pay Selector----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.pay-selector-wrap {
    display: block;
    padding: 16px 20px;
    width: 100%;
    height: auto;
}

.pay-selector {
    display: block;
    width: 100%;
    height: auto;
}

.smart-pay-label {
    display: inline-block;
    padding: 0 10px;
    height: 26px;
    border-radius: 13px;
    background-color: #2a3138;
    line-height: initial;
    font-size: 0;
    vertical-align: middle;
}

.smart-pay-label > span {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
}

.smart-pay-label .helper {
    font-size: 9px;
    margin-right: 5px;
}

.smart-pay-label .mark {
    position: relative;
    width: 12px;
    height: 12px;
    font-size: 10px;
    font-weight: 900;
    line-height: 12px;
    border-radius: 100%;
    background-color: #ffb400;
    margin-right: 4px;
}

.smart-pay-label .mark:after {
    content: '+';
    position: absolute;
    top: -6px;
    right: -5px;
    font-size: 6px;
    width: 6px;
    height: 6px;
    color: #ffb400;
}

.smart-pay-label .label {
    font-size: 11px;
    font-weight: 700;
    line-height: initial;
}

.pay-selector .tooltip-container {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.pay-selector .tooltip-container .smart-pay-helper {
    line-height: 16px;
    width: 16px;
    height: 16px;
    background-color: #2a3138;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 11px;
    border-radius: 8px;
}

.pay-selector .pay-selector-body > ul > li {
    position: relative;
    margin-bottom: 8px;
}

.pay-selector .pay-selector-body > ul > li:last-child {
    margin-bottom: initial;
}

.pay-selector .radio-item {
    display: block;
    width: 100%;
    padding: 10px 44px 10px 16px;
    z-index: 2;
    background-color: #ffffff;
}

.pay-selector .radio-item .icon-holder {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 24px;
    height: 24px;
    left: initial;
    transform: translateY(-50%);
}

.pay-selector .radio-item .icon-holder:before {
    content: none;
}

.pay-selector .radio-item .icon-holder .line-icons:after {
    display: none !important;
}

.pay-selector .radio-item input:checked ~ .icon-holder .line-icons {
    color: #fe6a2b;
}

.pay-selector .radio-item .fill-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #d9dbdc;
    border-radius: 4px;
}

.pay-selector .radio-item input:checked ~ .fill-container {
    border: 1px solid #fe6a2b;
}

.pay-selector .radio-item .label-group {
    position: relative;
    text-align: right;
    color: #2a3138;
}

.pay-selector .radio-item .label-group > span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
}

.pay-selector .radio-item .label-group p {
    font-size: 11px;
    font-weight: 500;
}

.pay-selector .radio-item .label-group > p.price {
    font-size: 21px;
    float: initial;
}

.pay-selector .radio-item .label-group > p.price > small {
    text-decoration: line-through;
    font-size: 12px;
    color: #5b6068;
    margin-right: 8px;
}

.pay-selector .pay-calculator-wrap {
    display: none;
    position: relative;
    width: 100%;
    height: auto;
    padding: 14px 10px;
    background-color: #F9F9FA;
    border: 1px solid #D9DBDC;
    border-top: initial;
    border-radius: 0 0 4px 4px;
    z-index: 1;
}

.pay-selector .pay-calculator-wrap.on {
    display: block;
}

.pay-selector .pay-calculator-wrap:before {
    content: '';
    position: absolute;
    display: block;
    top: -4px;
    left: -1px;
    right: -1px;
    width: 100%;
    height: 4px;
    background-color: #F9F9FA;
    border-right: 1px solid #D9DBDC;
    border-left: 1px solid #D9DBDC;
}

table.pay-calculator tr td:first-of-type {
    text-align: left;
}

table.pay-calculator tr td:last-of-type {
    text-align: right;
}

table.pay-calculator tfoot {
    border-top: 1px dashed #d9dbdc;
}

table.pay-calculator tfoot tr td {
    padding-bottom: initial;
}

.pay-selector .btn-item.btn-download-coupon {
    background-color: #2a3138;
    height: auto;
    line-height: initial;
    color: #ffffff;
    padding: 2px 10px 2px 6px;
    border-radius: 16px;
}

.pay-selector .btn-item.btn-download-coupon .icon-holder {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    position: relative;
}

.pay-selector .btn-item.btn-download-coupon.downloaded .icon-holder {
    background: #fff;
    border: 1px solid #d9dbdc;
    border-radius: 50%;
}

.pay-selector .btn-item.btn-download-coupon .icon-holder .line-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.pay-selector .btn-item.btn-download-coupon:active {
    background: rgba(0, 0, 0, 0.05);
}

.pay-selector .btn-item.btn-download-coupon.downloaded {
    color: #a0a6af;
    padding: initial;
    pointer-events: none;
    background: transparent;
}

.pay-selector .btn-item.btn-download-coupon .icon-holder .line-icons:nth-of-type(1) {
    opacity: 1;
}

.pay-selector .btn-item.btn-download-coupon .icon-holder .line-icons:nth-of-type(2) {
    display: none;
}

.pay-selector .btn-item.btn-download-coupon.downloaded .icon-holder .line-icons:nth-of-type(1) {
    opacity: 0.1;
}

.pay-selector .btn-item.btn-download-coupon.downloaded .icon-holder .line-icons:nth-of-type(2) {
    display: inline-block;
}

.pay-selector .btn-item.btn-download-coupon .label-txt-holder {
    display: inline-block;
    width: auto;
    line-height: inherit;
    vertical-align: middle;
    position: relative;
    font-size: 0;
    color: #ffffff;
}

.pay-selector .btn-item.btn-download-coupon .label-txt-holder .label-txt {
    display: inline-block;
    line-height: 110%;
    vertical-align: middle;
}

.pay-selector .btn-item.btn-download-coupon .label-txt-holder .label-txt:nth-of-type(1) {
    display: inline;
}

.pay-selector .btn-item.btn-download-coupon .label-txt-holder .label-txt:nth-of-type(2) {
    display: none;
}

.pay-selector .btn-item.btn-download-coupon.downloaded .label-txt-holder .label-txt:nth-of-type(1) {
    display: none;
}

.pay-selector .btn-item.btn-download-coupon.downloaded .label-txt-holder .label-txt:nth-of-type(2) {
    display: inline;
    color: #a0a6af;
}

#bottomDrawer.pay-type-bottom-drawer-container .bottom-drawer-pannel {
    padding-bottom: calc(12px + constant(safe-area-inset-bottom));
    padding-bottom: calc(12px + env(safe-area-inset-bottom));
}

#bottomDrawer.pay-type-bottom-drawer-container .pay-type-bottom-drawer {
    display: none;
}

#bottomDrawer.pay-type-bottom-drawer-container .pay-type-bottom-drawer.on {
    display: block;
}

#bottomDrawer.pay-type-bottom-drawer-container .pay-type-bottom-drawer .radio-item {
    line-height: initial;
}

#bottomDrawer.pay-type-bottom-drawer-container .pay-type-bottom-drawer .radio-item .labelling {
    padding-right: 0;
}

#bottomDrawer.pay-type-bottom-drawer-container .pay-type-bottom-drawer .radio-item .labelling .label-txt {
    margin-right: 0 !important;
}

@media (max-width: 360px) {
    #bottomDrawer.pay-type-bottom-drawer-container .pay-type-bottom-drawer .responsive-hidden {
        display: none;
    }
}

#bottomDrawer.pay-type-bottom-drawer-container .pay-type-bottom-drawer .badge {
    background-color: #f2f2f7;
}

#bottomDrawer.pay-type-bottom-drawer-container .pay-type-bottom-drawer .badge.txt-primary {
    color: #fe6a2b;
}

#bottomDrawer.pay-type-bottom-drawer-container .pay-type-bottom-drawer table.pay-calculator tr td:first-of-type {
    text-align: right;
}

#bottomDrawer.pay-type-bottom-drawer-container .pay-type-bottom-drawer .before-on {
    display: block;
}

#bottomDrawer.pay-type-bottom-drawer-container .pay-type-bottom-drawer .after-on {
    display: none;
}

#bottomDrawer.pay-type-bottom-drawer-container.on .pay-type-bottom-drawer .before-on {
    display: none;
}

#bottomDrawer.pay-type-bottom-drawer-container.on .pay-type-bottom-drawer .after-on {
    display: block;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=smart-pay-info-popup--------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.smart-pay-info-popup .smart-pay-img {
    width: 143px;
}

.smart-pay-info-popup .hooking > li:last-child:after {
    content: "\e900";
    font-family: 'LineIcons' !important;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateX(-50%) translateY(-50%);
    color: #d9dbdc;
}

.smart-pay-info-popup .section-header {
    line-height: initial;
    text-align: center;
    border-bottom: none;
}

.smart-pay-info-popup .section-header .numbering {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 26px;
    border: 1px solid #d9dbdc;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    position: relative;
}

.smart-pay-info-popup .section-header .numbering:before,
.smart-pay-info-popup .section-header .numbering:after {
    content: '';
    display: block;
    width: 100vw;
    height: 0;
    border-top: 1px solid #d9dbdc;
    position: absolute;
}

.smart-pay-info-popup .section-header .numbering:before {
    top: 50%;
    left: 0;
    transform: translateX(-100%);
}

.smart-pay-info-popup .section-header .numbering:after {
    top: 50%;
    right: 0;
    transform: translateX(100%);
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=smart-pay-bonus-coupon-info-------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.smart-pay-bonus-coupon-info {
    padding: 56px 20px 20px;
    background: #f9f9fa;
    border-radius: 4px;
    text-align: center;
}

.smart-pay-bonus-coupon-info .smart-pay-badge {
    position: absolute;
    top: 16px;
    left: 0;
    border-radius: 0 12px 12px 0;
    padding-left: 20px;
}

/* 20230420 start */
.smart-pay-bonus-coupon-info > .bonus-coupon-wrap img {
    display: block;
    height: 72px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    border: 1px solid #d9dbdc;
    box-shadow: 0 2px 4px rgba(0,0,0,0.12);
}
/* 20230420 end */

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=membership assign notify popup----------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.membership-assign-noti {
    display: block;
    width: 100%;
    height: auto;
    color: #2A3138;
}

.membership-assign-noti .membership-assign-noti-header {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.membership-assign-noti .membership-assign-noti-header h3 {
    position: relative;
    text-align: center;
    font-size: 20px;
    margin-bottom: 24px;
}

.membership-assign-noti .membership-assign-noti-header h3:after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    content: '';
    width: 20px;
    transform: translateX(-50%);
    border-bottom: 2px solid #2A3138;
}

.membership-assign-noti .membership-assign-noti-header p {
    color: #5b6068;
    text-align: center;
    font-size: 12px;
}

.membership-assign-noti .membership-assign-noti-body {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 16px;
}

ul.notification-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

ul.notification-list li {
    position: relative;
    font-size: 12px;
    color: #5b6068;
}

ul.notification-list li span {
    vertical-align: middle;
}

ul.notification-list li:before {
    content: '\e90f';
    font-family: 'LineIcons';
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    color: #fe6a2b;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=membership integrated ------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.membership-integrated .section-header {
    border: initial;
    line-height: initial;
}

.membership-integrated .section-header h3 {
    display: block;
    width: 100%;
    line-height: 40px;
    border-bottom: 1px solid #d9dbdc;
}

.membership-integrated ul.check-box-group {
    background-color: #f2f2f7;
    padding: 6px;
}

.membership-integrated ul.check-box-group li {
    position: relative;
}

.membership-integrated ul.check-box-group li.with-btn {
    padding-right: 60px;
}

.membership-integrated ul.check-box-group li.check-all-container {
    border-bottom: 1px solid #e2e2e2;
    padding-right: initial;
    padding-bottom: 4px;
}

.membership-integrated ul.check-box-group li.check-all-container + li {
    margin-top: 4px;
}

.membership-integrated ul.check-box-group li .radio-item {
    display: block;
    width: 100%;
}

.membership-integrated ul.check-box-group li .radio-item .label-txt {
    font-size: 12px;
}

.membership-integrated ul.check-box-group li.with-btn .btn-item {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.membership-integrated ul.check-box-group.email-selector li .radio-item .label-txt {
    line-height: 1.25;
}

.membership-integrated ul.check-box-group.email-selector li .radio-item .label-txt small {
    color: #a0a6af;
}

/* 회원 통합 안내 */
.membership-integrated .integrated-info {
    display: block;
    width: 100%;
    height: auto;
    padding: 30px 40px;
}

.membership-integrated .integrated-info p {
    font-size: 18px;
}

.membership-integrated .integrated-info .bi-img {
    display: inline-block;
    height: 22px;
    width: auto;
}

.membership-integrated .integrated-service {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 16px;
}

.membership-integrated .integrated-service h4 {
    text-align: center;
    font-weight: 500;
}

.membership-integrated .integrated-service .integrated-service-unit {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 14px 8px;
    font-size: 12px;
}

.membership-integrated .integrated-service .integrated-service-unit img {
    display: inline-block;
    height: 28px;
    width: auto;
}

@media (max-width: 359px) {
    .membership-integrated .integrated-service .integrated-service-unit {
        font-size: 10px;
    }
}

.membership-integrated .complete .integrated-info p {
    font-size: 16px;
}

.membership-integrated {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.membership-integrated .list-style-disc > *:before {
    color: #fe6a2b;
    width: 14px;
    height: 14px;
    transform: scale(0.5);
    font-size: 12px;
    left: 0;
    top: 0;
}

.membership-integrated .list-style-disc li {
    padding-left: 14px;
    font-size: 12px;
    margin-bottom: 8px;
}

.membership-integrated .list-style-disc li:last-of-type {
    margin-bottom: initial;
}

.membership-integrated .complete {
    padding: 80px 0;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=Guide Box-------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.guide-box-container {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
}

.guide-box-container .guide-box-container-header {
    font-size: 20px;
    color: #5B6068;
    text-align: center;
}

.guide-box-container .guide-box-container-header strong {
    color: #fe6a2b;
    font-weight: 500;
}

.guide-box-container .guide-box-container-header ~ .guide-box {
    margin-top: 16px;
}

.guide-box {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 33px 20px;
    border-radius: 4px;
    background-color: #F2F2F7;
}

.guide-box > ul > li + li {
    padding-top: 40px;
}

.guide-box > ul > li + li .guide-box-step:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 40px;
    top: -40px;
    right: 42px;
    background-image: url("../images/common/guide-box-thumb-dots.svg");
}

.guide-box .guide-box-step {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 84px;
    padding-right: calc(14px + 80px);
}

.guide-box .guide-box-step .description-area {
    display: block;
    width: 100%;
    height: auto;
}

.guide-box .guide-box-step .description-area .title {
    font-size: 14px;
    font-weight: 500;
    word-break: break-all;
    color: #2A3138;
}

.guide-box .guide-box-step .description-area .description {
    font-size: 12px;
    color: #5B6068;
    letter-spacing: -0.5px;
    word-break: break-all;
}

.guide-box .guide-box-step .description-area .title + .description {
    margin-top: 4px;
}

.guide-box .guide-box-step .thumb-area {
    position: absolute;
    top: 0;
    right: 0;
    width: 84px;
    height: 84px;
}

.guide-box .guide-box-step .thumb-area img {
    display: block;
    width: 100%;
    height: auto;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=Detail Ellipsis-------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.detail-ellipsis-container {
    position: relative;
    display: block;
    width: 100%;
    height: 500px;
    overflow-y: hidden;
    padding-bottom: 80px;
}

.detail-ellipsis-container .detail-ellipsis {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    text-align: center;
    font-weight: 500;
    color: #5b6068;
    background: white;
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 30%, white 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 30%, white 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 30%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    z-index: 4;
}

.detail-ellipsis-container:not(:has(.detail-ellipsis)) {
    height: auto;
    padding-bottom: 0;
}

.detail-ellipsis-container .detail-ellipsis .icon-holder .line-icons {
    transition: transform .2s ease-in-out;
}

.detail-ellipsis-container .detail-ellipsis .label-txt .label:first-of-type {
    display: inline-block;
}

.detail-ellipsis-container .detail-ellipsis .label-txt .label:last-of-type {
    display: none;
}

/* expand */
.detail-ellipsis-container.expand {
    height: auto;
}

.detail-ellipsis-container.expand .detail-ellipsis .label-txt .label:first-of-type {
    display: none;
}

.detail-ellipsis-container.expand .detail-ellipsis .label-txt .label:last-of-type {
    display: inline-block;
}

.detail-ellipsis-container.expand .detail-ellipsis .line-icons {
    transform: rotate(180deg);
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=Sign UP --------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.more-goods-area {
    padding: 20px;
    background-color: #f9f9fa;
}

.more-goods-area .swiper-slide {
    width: auto;
}

.more-goods-area .swiper-slide .card.card-time-deal .thumb-wrap .thumb-holder {
    width: 80px;
    height: 80px;
    overflow: hidden;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=Sign UP --------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.btn-sign-up {
    position: relative;
}

.btn-sign-up .line-icons {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.social-icon-box {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    text-align: center;
}

.social-icon-box.social-icon-box-kakao {
    background-color: #ffdf00;
    color: #3d201c;
}

.social-icon-box.social-icon-box-naver {
    background-color: #01c73c;
    color: #ffffff;
}

.social-icon-box.social-icon-box-facebook {
    background-color: #3f67af;
    color: #ffffff;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=Main------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.tire-category-swiper {
    overflow: visible;
}

.tire-category-swiper .swiper-slide {
    display: inline-block;
    width: auto;
}

.tire-category-contents-swiper {
    overflow: visible;
}

/* 20230620 start */
.banner-slide-sty-first-swiper {
    position: relative;
    padding-bottom: 16px;
}

.banner-slide-sty-first-swiper .banner-item {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
    overflow: hidden;
}

.banner-slide-sty-first-swiper .banner-item img {
    display: block;
    width: 100%;
    height: auto;
}

.banner-slide-sty-first-swiper .swiper-pagination {
    bottom: 0;
}

.banner-slide-sty-first-swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #aaafb8;
}

.banner-slide-sty-first-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #303840;
}
/* 20230620 end */

.banner-slide-sty-second-swiper-wrapper {
    position: relative;
    padding: 12px 16px;
    background-color: #fafafb;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.16) inset;
}

.banner-slide-sty-second-swiper-wrapper .banner-item {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
    overflow: hidden;
}

.banner-slide-sty-second-swiper-wrapper .banner-item img {
    display: block;
    width: 100%;
    height: auto;
}

.banner-slide-sty-second-swiper-wrapper .swiper-pagination {
    bottom: -36px;
}

.banner-slide-sty-second-swiper-wrapper .swiper-pagination .swiper-pagination-bullet {
    background-color: #aaafb8;
}

.banner-slide-sty-second-swiper-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #303840;
}

.time-deal-swiper .swiper-slide {
    display: inline-block;
    width: auto;
    height: auto;
}

.accordion {
    display: block;
    width: 100%;
    height: auto;
}

.accordion.accordion-list > ul > li {
    display: block;
    width: 100%;
    height: auto;
    background-color: #F9F9FA;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}

.accordion.accordion-list > ul > li + li {
    margin-top: 12px;
}

.accordion.accordion-list > ul > li > a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 24px 24px 24px 120px;
    z-index: 10;
}

.accordion.accordion-list > ul > li > a:after {
    position: absolute;
    display: inline-block;
    content: '\e918';
    font-family: LineIcons;
    top: 50%;
    right: 6px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    transform: translateY(-50%) rotate(180deg);
    transition: all .2s ease-in-out;
}

.accordion.accordion-list > ul > li > a > .type-area {
    display: inline-block;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
}

.accordion.accordion-list > ul > li > a > .type-area:after {
    position: absolute;
    display: inline-block;
    content: '';
    top: 50%;
    right: -16px;
    width: 1px;
    height: 70%;
    background-color: #d9d9d9;
    transform: translateY(-50%);
}

.accordion.accordion-list > ul > li > a > .type-area p:first-child {
    font-size: 14px;
}

.accordion.accordion-list > ul > li > a > .title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.accordion.accordion-list > ul > li > .accordion-body {
    display: none;
    width: 100%;
    height: auto;
    padding: 16px;
    border-top: 1px solid #e5e5e5;
}

.accordion.accordion-list > ul > li.on > a:after {
    transform: translateY(-50%) rotate(0deg);
}

.accordion.accordion-list > ul > li.on > .accordion-body {
    display: block;
}

.review-card-swiper .swiper-pagination {
    bottom: -28px;
}

.review-card-swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #aaafb8;
}

.review-card-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #303840;
}

.comment-accordion-wrap .accordion.accordion-list > ul > li {
    overflow: unset;
    box-shadow: none;
    background-color: #fff;
}

.comment-accordion-wrap .accordion.accordion-list > ul > li > a {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    background-color: #f9f9fa;
    border-radius: 4px;
}

.comment-accordion-wrap .accordion.accordion-list > ul > li > a:after {
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
}

.comment-accordion-wrap .accordion.accordion-list > ul > li > .accordion-body {
    border-top: 0;
    padding: 16px 0;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=store location list---------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.store-location-list-wrapper {
    display: block;
    width: 91%;
    height: auto;
    padding-bottom: 20px;
}

.store-location-list-wrapper .swiper-slide > div {
    padding-right: 16px;
}

/* 20220316 // */
.store-location-list-wrapper .swiper-slide > div:first-child .store-location-list-item {
    border-bottom: 1px solid #d9dbdc;
    padding-top: 12px;
}

.store-location-list-wrapper .interest-store-wrap.right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

/* // 20220316 */
.store-location-list-wrapper > ul > li {
    border-bottom: 1px solid #D9DBDC;
}

.store-location-list-wrapper > ul > li:last-child {
    border-bottom: 0;
}

.store-location-list-item {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 112px;
    padding: 24px 0;
}

.store-location-list-item .info-area {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 110px;
    padding-left: 124px;
}

.store-location-list-item .info-area .thumb-position {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: auto;
}

.store-location-list-item .info-area .thumb-area {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    background-color: #E9E9E9;
    border-radius: 8px;
    background-size: contain;
    background-position: bottom;
    background-image: url("../images/common/shop_default.png");
}

/* 16:9 */
.store-location-list-item .info-area .thumb-area:before {
    display: block;
    content: '';
    padding-top: 56.25%;
}

.store-location-list-item .info-area .thumb-area.ration-16x9:before {
    padding-top: 56.25%;
}

.store-location-list-item .info-area .thumb-area.ration-1x1:before {
    padding-top: 100%;
}

.store-location-list-item .info-area .thumb-area.ration-3x2:before {
    padding-top: 66.6666666667%;
}

.store-location-list-item .info-area .thumb-area.ration-4x3:before {
    padding-top: 75%;
}

.store-location-list-item .info-area .thumb-area > img {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
}
/* 20230130 start */
.store-location-list-item .info-area .thumb-area .feature-badge-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    padding: 8px;
    padding-top: 48px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}

.store-location-list-item .info-area .thumb-area .feature-badge-wrap:empty { background: transparent; }

.store-location-list-item .info-area .thumb-area .feature-badge-wrap .feature-badge {
    display: inline-block;
    width: auto;
    height: 17px;
}
.store-location-list-item .info-area .thumb-area .feature-badge-wrap .feature-badge[src*="allmyt.svg"] { float: left; }
.store-location-list-item .info-area .thumb-area .feature-badge-wrap .feature-badge[src*="ev.svg"] { float: right; }
/* 20230130 end */

.store-location-list-item .info-area .info .title {
    font-size: 16px;
}

.store-location-list-item .info-area .info ul.meta > li {
    display: inline-block;
}

.store-location-list-item .info-area .info ul.meta > li > span {
    vertical-align: middle;
    font-size: 12px;
}

.store-location-list-item .info-area .info ul.meta > li:after {
    display: inline-block;
    content: '';
    width: 1px;
    height: 10px;
    vertical-align: middle;
    background-color: #E9E9E9;
    margin: 0 8px;
}

.store-location-list-item .info-area .info ul.meta > li:last-child:after {
    content: none;
}

.store-location-list-item .info-area .info .description {
    margin-top: 8px;
    padding-right: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 12px;
}

/* 20230130 start */
.store-location-list-item .action-area {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-left: 124px;
    margin-top: 10px;
}
/* 20230130 end */
.store-location-list-item .action-area .left {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.store-location-list-item .action-area .left ul li {
    display: inline-block;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=order process---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.order-process {
    display: block;
    width: 100%;
    height: auto;
    font-size: 12px;
}

.order-process li {
    position: relative;
    display: block;
    text-align: center;
    height: 50px;
    background-color: #f5f5f5;
    border-radius: 4px;
    line-height: 1.2;
}

.order-process li:after {
    position: absolute;
    display: inline-block;
    content: '\e917';
    font-family: LineIcons;
    top: 50%;
    right: -15px;
    font-size: 16px;
    color: #d9d9d9;
    transform: translateY(-50%);
}

.order-process li:last-child:after {
    content: none;
}

.order-process li.on {
    background-color: #fe6a2b;
    color: #ffffff;
}

.order-process li > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.reg-car-empty {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
}

.reg-car-empty .btn-reg-car {
    position: absolute;
    display: inline-block;
    top: 12px;
    left: 0;
}

.reg-car-empty .empty-car-box {
    position: relative;
    display: block;
    width: 100%;
    height: 100px;
}

.reg-car-empty .empty-car-box:before {
    content: '';
    display: block;
    width: 84%;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
    position: absolute;
    bottom: 0;
    left: 27.2%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(236, 237, 237, 0.2));
}

.reg-car-empty .empty-car-box .img-holder {
    width: 60%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 100% 100%;
}

.reg-car-benefit-wrap {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    background-color: #F2F2F7;
    padding: 14px;
}

.reg-car-benefit-wrap.with-arrow:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    left: 50%;
    top: -16px;
    margin-left: -8px;
    border-style: solid;
    border-width: 8px 8px 8px 8px;
    border-color: transparent transparent #F2F2F7 transparent;
}

.reg-car-benefit {
    display: block;
    width: 100%;
    height: auto;
}

.reg-car-benefit .benefit-item {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}

.reg-car-benefit .benefit-item .icon {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.16);
}

.reg-car-benefit .benefit-item .icon > .line-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.reg-car-benefit .benefit-item .label {
    margin-top: 8px;
}

.reminding-list {
    display: block;
    width: 100%;
    height: auto;
}

.reminding-list > ul > li + li {
    margin-top: 8px;
}

.reminding-list .reminding-item {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-left: 70px;
}

.reminding-list .reminding-item .d-day-wrapper {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.reminding-list .reminding-item .d-day-wrapper .d-day {
    font-size: 18px;
}

.reminding-list .reminding-item .d-day-wrapper .day {
    font-size: 12px;
}

.reminding-list .reminding-item .info {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #D9DBDC;
    padding: 16px 90px 16px 54px;
}

.reminding-list .reminding-item .info:after {
    position: absolute;
    display: inline-block;
    content: '\e917';
    font-family: 'LineIcons';
    top: 50%;
    right: 6px;
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    transform: translateY(-50%);
}

.reminding-list .reminding-item .info > ul {
    position: initial;
}

.reminding-list .reminding-item .info > ul > li {
    display: inline-block;
}

.reminding-list .reminding-item .info > ul > li.icon {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
}

.reminding-list .reminding-item .info > ul > li.label {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.reminding-list .reminding-item .info > ul > li.coupon {
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 34px;
    color: #fe6a2b;
    text-align: right;
    line-height: 1.2;
    font-size: 12px;
    transform: translateY(-50%);
}

/* reminding item status: near 교체 임박 ----------------------*/
.reminding-list .reminding-item.near .d-day-wrapper {
    color: #fe6a2b;
}

.my-car-changer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.my-car-changer .my-car-selected {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 70px 0 120px;
    /*padding: 0 70px 0 0;*/
}

.my-car-changer .my-car-selected .info {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.my-car-changer .my-car-selected .info .model {
    font-size: 20px;
}

.my-car-changer .my-car-selected .img-holder {
    display: block;
    width: 100%;
    height: 86px;
}

.my-car-changer .my-car-selected .img-holder img {
    height: 100%;
    width: auto;
}

.my-car-changer .my-car-selector {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 100%;
    /*height: 86px; !* off > 76 scale *!*/
    height: auto;
    /* off > 76 scale */
    background-color: #F2F2F7;
    border-radius: 4px;
    overflow: hidden;
    /*transform: translate3d(80%, -50%, 0) scale(.8);*/
    transform: translate3d(90%, -50%, 0) scale(1);
    transition: all .2s ease-in-out;
}

.my-car-changer .my-car-selector .inner {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.my-car-changer .my-car-selector .inner .handle {
    position: absolute;
    display: inline-block;
    top: 0;
    width: 24px;
    line-height: 86px;
    background: linear-gradient(90deg, #f2f2f7, #f2f2f7 80%, rgba(242, 242, 247, 0));
    z-index: 10;
    transition: all .2s ease-in-out;
}

.my-car-changer .my-car-selector .inner .dim {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

/* 2021-04-22 // */
.my-car-changer .my-car-selector .my-car-selector-swiper {
    padding: 16px 80px 16px 24px;
}

.my-car-changer .my-car-selector .add-btn-wrap {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    padding: 16px 12px;
    background-color: #f2f2f7;
}

/* // 2021-04-22 */
.my-car-changer .my-car-selector .my-car-selector-swiper .swiper-slide {
    display: inline-block;
    width: auto;
}

.my-car-changer .my-car-selector .my-car-selector-swiper .my-car-selector-item {
    position: relative;
    display: block;
    width: 54px;
    height: 54px;
    border: 1px solid #d9dbdc;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 50%;
    -webkit-tap-highlight-color: transparent;
    transition: transform .08s;
}

.my-car-changer .my-car-selector .my-car-selector-swiper .my-car-selector-item:active {
    transform: scale(0.9);
}

.my-car-changer .my-car-selector .my-car-selector-swiper .my-car-selector-item:after {
    content: "\e90f";
    font-family: 'LineIcons';
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    background: #58c1c7;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    transform: scale(0);
    transition: transform .08s;
}

.my-car-changer .my-car-selector .my-car-selector-swiper .my-car-selector-item.on:after {
    transform: scale(1);
}

.my-car-changer .my-car-selector.on {
    transform: translate3d(0, -50%, 0) scale(1);
}

.my-car-changer .my-car-selector.on .dim {
    pointer-events: none;
}

.my-car-changer .my-car-selector.on .handle .line-icons {
    transform: rotate(180deg);
}

.my-car-changer.on-main .my-car-selected {
    padding: 0;
    min-height: 86px;
}

.my-car-changer.on-main .my-car-selected .info {
    position: relative;
    top: auto;
    left: auto;
    transform: initial;
    max-width: 120px;
    padding: 10px 0;
}

.my-car-changer.on-main .my-car-selected .img-holder {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    height: 86px;
    width: auto;
    transform: translate(-50%, -50%);
    z-index: -1;
}

/* 20230904 start */
.my-car-changer.on-main .my-car-selected .img-update-btn {
    background: rgba(0,0,0,0.5);
    color: #fff;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(48px) translateY(0);
    white-space: nowrap;
    pointer-events: all;
}
/* 20230904 end */

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=search gate-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.find-tire-gate .btn-find-tire {
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 24px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #d9dbdc;
}

.find-tire-gate .btn-find-tire.on {
    border: 1px solid #fe6a2b;
}

.find-tire-gate .btn-find-tire > img {
    display: inline-block;
    width: 60px;
    height: auto;
}

.find-tire-gate .btn-find-tire .icon {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}

.find-tire-gate .btn-find-tire .icon .line-icons {
    display: inline-block;
    font-size: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.find-tire-gate .btn-find-tire .label {
    display: block;
    width: 100%;
    font-weight: 500;
    margin-top: 4px;
}

.find-tire-gate .confirm-tire-size {
    display: inline-block;
    margin-top: 8px;
    border-bottom: 1px solid #8f8f8f;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=filter bar------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.filter-bar-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: block;
    width: 100%;
    height: auto;
}

.filter-bar-wrapper.no-sticky {
    position: relative;
}

.filter-bar {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 20px 0 80px;
    overflow: hidden;
    background-color: #ffffff;
}

.filter-bar > .label {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 12px;
    font-weight: 500;
    width: 80px;
    height: 100%;
    background-color: #ffffff;
    transform: translateY(-50%);
    z-index: 10;
}

.filter-bar > .label > span {
    position: absolute;
    top: 50%;
    left: 28px;
    transform: translateY(-50%);
}

.filter-bar .swiper-container {
    overflow: visible;
}

.filter-bar .swiper-slide {
    display: inline-block;
    width: auto;
    padding: 6px 0;
}

.filter-bar .radio-item .label-txt {
    font-size: 12px;
    color: #5b6068;
}

.filter-bar .btn-style-radio {
    min-height: auto;
}

.filter-bar .btn-style-radio .labelling {
    padding: 3px 8px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #d9dbdc;
}

.filter-bar .btn-style-radio input[type="radio"]:checked + .labelling {
    border-color: transparent;
    background-color: #fe6a2b;
}

.filter-bar .btn-style-radio .label-txt {
    color: #2A3138;
}

.filter-bar .btn-style-radio input[type="radio"]:checked + .labelling .label-txt {
    color: #ffffff;
}

.filter-local-wrap {
    display: block;
    width: 100%;
    height: auto;
    padding: 18px 20px;
}

.filter-local-wrap .description {
    margin-bottom: 10px;
}

.filter-local-wrap ul.filter-local {
    display: grid;
    grid-gap: 1px;
    grid-template-columns: repeat(5, 1fr);
}

.filter-local-wrap ul.filter-local > li {
    line-height: initial;
    font-size: 0;
}

.filter-local-wrap ul.filter-local > li > .filter-local-item {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.filter-local-wrap ul.filter-local > li > .filter-local-item > input[type='radio'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.filter-local-wrap ul.filter-local > li > .filter-local-item > .label {
    display: block;
    width: 100%;
    height: auto;
    line-height: 32px;
    background-color: #f2f2f7;
    text-align: center;
    font-size: 12px;
}

.filter-local-wrap ul.filter-local > li > .filter-local-item > input[type='radio']:checked + .label {
    background-color: #fe6a2b;
    color: #ffffff;
}

.filter-local-wrap ul.filter-local > li > .filter-local-item > input[type='radio']:disabled + .label {
    color: #c0c6ce;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=contents status bar---------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.contents-status-bar {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 20px;
    content: '';
    display: table;
    clear: both;
    border-bottom: 1px solid #f2f2f7;
    background-color: #ffffff;
}

.contents-status-bar > .title {
    font-size: 14px;
    line-height: 40px;
    float: left;
}

.contents-status-bar > .extra {
    position: relative;
    display: inline-block;
    float: right;
    width: auto;
}

.contents-status-bar > .extra:after {
    position: absolute;
    display: inline-block;
    content: '';
    width: 100%;
    height: 1px;
    bottom: -1px;
    left: 0;
    /*background-color: #fe6a2b;*/
}

.contents-status-bar > .extra .input-box {
    border-radius: 0;
    border-width: 0;
    color: #fe6a2b;
    font-size: 12px;
    width: auto;
}

.coupon-barcode-wrap {
    display: block;
    width: 100%;
    height: auto;
    padding: 16px 10px 10px;
    background-color: #ffffff;
}

.coupon-barcode-wrap .coupon-barcode {
    display: block;
    width: 100%;
    height: auto;
}

.coupon-barcode-wrap .coupon-barcode > img {
    display: block;
    width: 100%;
    height: auto;
}

.coupon-barcode-wrap .coupon-barcode-number {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    width: 100%;
    height: auto;
    margin-top: 8px;
}

.coupon-barcode-wrap .coupon-barcode-number .label {
    display: flex;
    width: auto;
    font-size: 11px;
    line-height: 18px;
    font-weight: 500;
}

.coupon-barcode-wrap .coupon-barcode-number .number {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    color: #5b6068;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=My Car Info Box ------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.my-car-info {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
    background-color: #f2f2f7;
}

.my-car-info .my-car-info-detail {
    position: relative;
    width: 100%;
    height: auto;
    padding: 12px 116px 12px 16px;
}

.my-car-info .my-car-info-detail .btn-search {
    position: absolute;
    top: 50%;
    right: 12px;
    padding: 0 12px;
    transform: translateY(-50%);
}

.my-car-info .my-car-info-detail .my-car-info-item {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.my-car-info .my-car-info-detail .my-car-info-item > * {
    vertical-align: middle;
}

.my-car-info .my-car-info-detail .my-car-info-item > img {
    display: inline-block;
    width: 32px;
    height: auto;
}

.my-car-info .my-car-info-category {
    display: block;
    width: 100%;
    height: auto;
    font-size: 16px;
    text-align: center;
    padding: 0 16px;
}

.my-car-info .my-car-info-category .label {
    display: block;
    width: 100%;
    height: auto;
    line-height: 40px;
    border-bottom: 1px solid #ffffff;
    font-weight: 500;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=TS Deal --------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.ts-deal-header-section {
    display: block;
    width: 100%;
    height: auto;
}

.ts-deal-header-section .ts-deal-key-visual {
    display: block;
    width: 100%;
    height: auto;
}

.ts-deal-header-section .ts-deal-key-visual > img {
    display: block;
    width: 100%;
    height: auto;
}

.ts-deal-header-section .ts-deal-filter {
    display: block;
    width: 100%;
    height: auto;
    background-color: #ffffff;
}

.ts-deal-header-section .ts-deal-my-car {
    display: block;
    width: 100%;
    height: auto;
    padding: 13px 16px 8px;
}

.ts-deal-header-section .ts-deal-my-car .btn-search-my-car {
    background-color: #2a3138;
    width: 100%;
    border-radius: 4px;
    color: #ffffff;
}

/* tire-goods-list start */
/* tire-goods-list */
.subnav-wrap {
    display: flex;
    padding: 0 20px;
    border-bottom: 1px solid #d9dbdc;
    background-color: #fff;
}

.subnav-wrap .subnav-item {
    position: relative;
}

.subnav-wrap .subnav-item.active::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ff6c00;
}

.subnav-wrap .subnav-item .subnav-link {
    display: block;
    padding: 0 15px;
    line-height: 44px;
}

.subnav-wrap .subnav-item .subnav-link.disabled {
    color: #e3e5e8;
    pointer-events: none;
}

.subnav-wrap .subnav-item.active .subnav-link {
    color: #fe6a2b;
}

.goods-list-wrap {
    padding-top: 7px;
    background-color: #fff;
}

.goods-list-wrap .section {
    /*overflow: hidden;*/
    position: relative;
    padding-bottom: 24px;
}

.goods-list-wrap .section::after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.goods-list-wrap .tooltip-button {
    position: relative;
    padding: 5px;
    background-color: #fff;
}

.goods-list-wrap .tooltip-button .info-circle {
    display: block;
    line-height: 100%;
}

.mycar-section {
    margin: 0 16px;
    padding: 16px 0;
    background-color: #f2f2f7;
    border-radius: 8px;
}

.mycar-section .txt {
    position: relative;
    padding: 0 100px 0 55px;
    font-size: 16px;
}

.mycar-section .txt:first-child {
    margin-bottom: 4px;
}

.mycar-section .car-icon::before,
.mycar-section .tire-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 14px;
    display: block;
    background-image: url("../images/common/goods/spr_mycar_icon.png");
    background-size: 32px 39px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.mycar-section .car-icon::before {
    width: 32px;
    height: 16px;
    background-position: 0 0;
}

.mycar-section .tire-icon::before {
    width: 32px;
    height: 23px;
    background-position: 0 -16px;
}

.mycar-section .research_btn {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -20px;
    padding: 0 9px 0 14px;
    border: 1px solid #d9dbdc;
    border-radius: 20px;
    background-color: #fff;
    font-size: 14px;
    line-height: 38px;
    z-index: 1;
}

.mycar-section .research_btn:active {
    background: #2a3138;
    border-color: #2a3138;
    color: #fff;
}

.mycar-section .research_btn .refresh {
    margin-top: -2px;
    margin-left: 4px;
}

.mydriving-section {
    margin: 0 20px;
}

.mydriving-section .headcopy {
    display: flex;
    align-items: center;
    margin-top: 25px;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    color: #2a3138;
}

.mydriving-section .subcopy {
    margin-top: 5px;
    font-size: 12px;
    color: #5b6068;
}

.find-driving-slider {
    display: block;
    width: 100%;
    height: auto;
    padding: 14px 0;
    border-radius: 8px;
}

.find-driving-slider-guide {
    display: flex;
    font-size: 12px;
}

.find-driving-slider-guide .break-under {
    width: 12%;
}

.find-driving-slider-guide .break-over {
    width: 88%;
}

.find-driving-slider-guide .left {
    position: relative;
    padding-left: 8px;
    font-size: 12px;
}

.find-driving-slider-guide .left:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #a0a6af;
    transform: translateY(-50%);
}

.find-driving-slider-guide .right {
    position: relative;
    padding-right: 8px;
    font-size: 12px;
}

.find-driving-slider-guide .right:before {
    position: absolute;
    top: 50%;
    right: 0;
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #a0a6af;
    transform: translateY(-50%);
}

/*.find-driving-slider > ul > li.filter-cell.find-car-type .panel > ul > li,*/
/*.ts-shopping-filter-bar > ul > li.filter-cell.find-season .panel > ul > li { margin-bottom: 0; }*/
/*.ts-shopping-filter-bar > ul > li.filter-cell:first-of-type { padding-left: 0; }*/
/*.ts-shopping-filter-bar > ul > li.filter-cell:last-of-type { padding-right: 0; }*/
.range-wrap {
    position: relative;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.range-wrap .response-radio-container {
    display: flex;
    width: 100%;
    min-height: 11px;
    height: 100%;
    margin-top: 5px;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}

.range-wrap input[type=range].response-range {
    display: block;
    width: 100%;
    height: 4px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: none;
    background-color: #cbb58f;
    border-radius: 2px;
}

.range-wrap input[type=range].response-range:focus {
    outline: none;
    border: none;
}

.range-wrap input[type=range].response-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    border-radius: 12px;
    background-color: transparent;
    border: none;
    outline: none;
    z-index: 1;
}

.range-wrap input[type=range].response-range::-moz-range-track {
    width: 100%;
    height: 8px;
    border-radius: 12px;
    background-color: #fff;
    border: none;
    outline: none;
    z-index: 1;
}

.range-wrap input[type=range].response-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    width: 22px;
    height: 22px;
    border: 1px solid #dfe1e1;
    background-color: #fff;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
    margin-top: -7px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 3;
}

.range-wrap input[type=range].response-range::-moz-range-thumb {
    /*-moz-appearance: none;*/
    border: none;
    width: 22px;
    height: 22px;
    border: 1px solid #dfe1e1;
    background-color: #fff;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
    margin-top: -7px;
    border-radius: 50%;
    cursor: pointer;
}

.range-wrap .response-radio {
    display: inline-block;
    position: relative;
    top: 7px;
    vertical-align: middle;
    width: 2px;
    height: 5px;
    background-color: #fff;
    cursor: pointer;
}

.range-wrap .response-radio:last-child,
.range-wrap .response-radio:first-child {
    opacity: 0;
}

.range-wrap .response-label {
    margin-top: 20px;
    font-size: 12px;
}

.range-wrap .response-label strong {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: normal;
    color: #5b6068;
}

.range-wrap .range-focus {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.range-wrap .range-focus .comfort,
.range-wrap .range-focus .speed {
    font-size: 12px;
}

.range-wrap .range-focus .comfort::before,
.range-wrap .range-focus .speed::after {
    content: "";
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px;
}

.range-wrap .range-focus .comfort::before {
    left: -5px;
    border-color: transparent #a0a6af transparent transparent;
}

.range-wrap .range-focus .speed::after {
    right: -5px;
    border-color: transparent transparent transparent #a0a6af;
}

.mytire-section .headcopy {
    display: flex;
    align-items: center;
    margin: 40px 20px 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    color: #2a3138;
}

.mytire-section .radio-wrap {
    display: block;
    height: auto;
    margin-top: 6px;
    padding: 12px;
    background-color: #f9f9fa;
}

.mytire-section .radio-item .icon-holder {
    top: 50%;
    margin-top: -10px;
}

.mytire-section .radio-item .labelling {
    padding-right: 0;
}

.display-sort-wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 12px;
    padding: 0 20px;
    background: #fff;
    border-bottom: 1px solid #d9dbdc;
}

.display-sort-wrap .sort-info {
    font-size: 12px;
    line-height: 40px;
}

.display-sort-wrap .sort-info strong {
    font-weight: 500;
    color: #fe6a2b;
}

.display-sort-wrap .sort-button-wrap .form-control.extra:after {
    position: absolute;
    display: inline-block;
    content: '';
    width: 100%;
    height: 1px;
    bottom: -1px;
    left: 0;
    /* background-color: #fe6a2b; */
}

.display-sort-wrap .sort-button-wrap .form-control .input-box {
    border-radius: 0;
    border-width: 0;
    color: #fe6a2b;
    font-size: 12px;
    width: auto;
}

.display-sort-wrap .btn-sort {
    position: relative;
    padding: 0 25px 0 15px;
    background-color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 35px;
    color: #fe6a2b;
}

.display-sort-wrap .btn-sort::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ff6c00;
}

.display-sort-wrap .btn-sort::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-top: -4.5px;
    border: 1px solid #2a3138;
    border-left-width: 0;
    border-top-width: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.display-sort-wrap .btn-sort.active::before {
    margin-top: -1.5px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.hero-wrap {
    overflow: hidden;
    padding: 24px 20px 10px;
}

.hero-wrap .headcopy {
    font-size: 20px;
    font-weight: 400;
    color: #2a3138;
}

.hero-wrap .subcopy {
    margin-top: 5px;
    font-size: 12px;
    color: #5b6068;
    font-weight: 300;
}

.goods-list-wrap .section .other-result,
.goods-list-wrap .section .tire-result {
    padding: 16px 20px;
    background-color: #f2f2f7;
}

/*.goods-list-wrap .section .other-result.swiper-container .swiper-wrapper,
  .goods-list-wrap .section .tire-result.swiper-container .swiper-wrapper {
    padding-top: 20px;
  }*/
/*.goods-list-wrap .section .other-result.swiper-container .swiper-wrapper.check-view,
  .goods-list-wrap .section .tire-result.swiper-container .swiper-wrapper.check-view {
    padding-top: 7px;
  }*/
.goods-list-wrap .section .other-result.swiper-container-horizontal .swiper-wrapper.check-view .sale-check,
.goods-list-wrap .section .tire-result.swiper-container-horizontal .swiper-wrapper.check-view .sale-check,
.order-view.check-view .sale-check {
    display: block;
    -webkit-animation: fadeIn .5s forwards;
    animation: fadeIn .5s forwards;
    -webkit-animation-name: opacityIn;
    animation-name: opacityIn;
}

.other-result.swiper-container .sale-check,
.tire-result.swiper-container .sale-check,
.order-view .sale-check {
    overflow: hidden;
    position: relative;
    display: none;
    width: 32px;
    height: 32px;
    line-height: 100%;
    font-size: 0;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-animation: fadeIn .5s forwards;
    animation: fadeIn .5s forwards;
    -webkit-animation-name: opacityDown;
    animation-name: opacityDown;
}

.other-result.swiper-container-horizontal .sale-check .card-check,
.tire-result.swiper-container-horizontal .sale-check .card-check,
.order-view .sale-check .card-check {
    overflow: hidden;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #fe6a2b;
    background-color: #fff;
    font-size: 0;
    line-height: 0;
}

.other-result.swiper-container-horizontal .sale-check .icon-circle,
.tire-result.swiper-container-horizontal .sale-check .icon-circle,
.order-view .sale-check .icon-circle {
    width: 32px;
    height: 32px;
    padding: 4px;
}

.other-result.swiper-container-horizontal .sale-check input:disabled ~ .icon-circle .card-check,
.tire-result.swiper-container-horizontal .sale-check input:disabled ~ .icon-circle .card-check,
.order-view .sale-check input:disabled ~ .icon-circle .card-check {
    background-color: #ffffff;
    border-color: #e3e3e3;
}

.other-result.swiper-container-horizontal .sale-check input:disabled:checked ~ .icon-circle .card-check,
.tire-result.swiper-container-horizontal .sale-check input:disabled:checked ~ .icon-circle .card-check,
.order-view .sale-check input:disabled:checked ~ .icon-circle .card-check {
    background-color: #e3e3e3;
    border-color: #e3e3e3;
}

.other-result.swiper-container-horizontal .sale-check input:checked ~ .icon-circle .card-check,
.tire-result.swiper-container-horizontal .sale-check input:checked ~ .icon-circle .card-check,
.order-view .sale-check input:checked ~ .icon-circle .card-check {
    background-color: #fe6a2b;
}

.other-result.swiper-container-horizontal .sale-check input:checked ~ .icon-circle .card-check:before,
.tire-result.swiper-container-horizontal .sale-check input:checked ~ .icon-circle .card-check:before,
.order-view .sale-check input:checked ~ .icon-circle .card-check:before {
    content: '\e912';
    font-family: LineIcons;
    color: #ffffff;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 22px;
}

.sale-check > input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.goods-list-wrap .section .blind {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    width: 1px;
    height: 1px;
}

.tire-result .swiper-slide {
    width: calc(100% - 24px);
    max-width: 320px;
    margin-right: 8px;
}

.tire-result .swiper-slide:last-of-type {
    margin-right: 0;
}

.tire-result .check-view .swiper-slide {
    margin-top: 13px;
}

.tire-result.swiper-container-horizontal .check-view .swiper-slide {
    margin-top: 0;
}

.nodata-product {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 159px;
    box-shadow: inset 0 1px 2px 1px #e3e3e3;
    text-align: center;
    background-color: #fff;
    border-radius: 6px;
}

.nodata-product.tire-empty {
    overflow: hidden;
    position: relative;
    height: 200px;
    background-color: #f9f9fa;
    background-image: url("../images/common/bg-empty-tire.png");
    background-size: 250px 250px;
    background-position: calc(100% - -112px) 12px;
    background-repeat: no-repeat;
}

.nodata-product .line-icons {
    color: #c3c9d1;
}

.nodata-product p {
    color: #c0c6ce;
    font-size: 14px;
    font-weight: 300;
}

.nodata-product strong {
    display: block;
    margin: 7px 0 4px;
    color: #a0a6af;
    font-size: 16px;
    font-weight: 300;
}

.section-product {
    border: 1px solid #d9dbdc;
    background-color: #fff;
    border-radius: 6px;
}

.section-product.section-product-box-shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.section-product.on-pattern .info {
    height: 120px;
    padding-bottom: 0;
}

.section-product.goods.on-pattern .info {
    height: 100px;
}

.section-product.on-pattern .info .button-wrap {
    display: none;
}

.section-product .thumb-wrap {
    position: relative;
    border-bottom: 1px solid #d9dbdc;
    cursor: pointer;
}

.section-product .thumb-wrap .brands-logo {
    height: 35px;
    z-index: 5;
}

.section-product .thumb-wrap .thumb-img {
    overflow: hidden;
    /*width: 185px;*/
    width: 220px;
    height: 154px;
    margin: auto;
}

.section-product .thumb-wrap .thumb-img > img {
    width: 100%;
    height: auto;
}

.section-product .thumb-wrap .compare {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 5;
}

.section-product .compare .check-item .icon-holder {
    left: auto;
    right: 6px;
}

.section-product .compare .check-item .labelling {
    padding-left: 6px;
    padding-right: 26px;
}

.section-product .compare .check-item .labelling .label-txt {
    font-size: 12px;
    color: #333;
}

.suggest-group {
    position: absolute;
    display: block;
    top: 0;
    left: 9px;
}

.suggest-group > li {
    display: inline-block;
    font-size: 0;
    line-height: initial;
    float: left;
}

.suggest-group > li + li {
    margin-left: 6px;
}

.suggest-group .suggest-item {
    position: relative;
    display: inline-block;
}

.suggest-group .suggest-item.deal {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    height: 36px;
    line-height: 1.2;
    padding: 0 12px;
    vertical-align: middle;
    font-size: 11px;
    text-align: center;
    color: #fe6a2b;
    border-radius: 18px;
    border: 1px solid #fe6a2b;
}

.suggest-group .suggest-item.new {
    width: 36px;
    height: 46px;
    background-image: url("../images/common/card-type-new.svg");
    background-size: contain;
}

.suggest-group .suggest-item.best {
    width: 36px;
    height: 46px;
    background-image: url("../images/common/card-type-best.png");
    background-size: contain;
}

.section-product.goods .suggest-group .suggest-item.best,
.card-ts-deal-black-detail.goods .suggest-group .suggest-item.best {
    background-image: url("../images/common/card-type-best2.png");
}

.section-product .thumb-wrap .out-of-stock {
    position: absolute;
    display: inline-block;
    left: 9px;
    bottom: 6px;
    font-size: 11px;
    pointer-events: none;
    z-index: 5;
}

.section-product .thumb-wrap .benefit-wrap {
    position: absolute;
    right: 12px;
    top: 10px;
    display: flex;
    flex-direction: column;
    z-index: 5;
}

.section-product .thumb-wrap .benefit-wrap.third-benefit {
    width: 88px;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.section-product .thumb-wrap .compare ~ .benefit-wrap {
    top: 38px;
}

.section-product .thumb-wrap .benefit-wrap .benefit {
    width: 30px;
    height: 30px;
    padding: 4px 0;
    border-radius: 100%;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 110%;
    background-color: #8f8f8f;
}

.section-product .thumb-wrap .benefit-wrap .benefit + .benefit {
    margin-top: 4px;
}

.section-product .thumb-wrap .benefit-wrap.third-benefit .benefit {
    margin: 0 0 4px 4px;
}

.section-product .thumb-wrap .overlap-status {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 6px 6px 0 0;
    z-index: 4;
}

.section-product .thumb-wrap .overlap-status .overlap-status-inner {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.section-product .thumb-wrap .overlap-status .overlap-status-inner > .btn-item {
    opacity: .8;
    pointer-events: none;
}

.section-product .thumb-wrap .benefit-wrap .benefit.safe {
    background-color: #CBB58F;
}

.section-product .thumb-wrap .benefit-wrap .benefit.tooltip-container.safe .tooltip-header {
    color: #CBB58F;
}

.section-product .thumb-wrap .benefit-wrap .benefit.hotel {
    background-color: #FFA200;
}

.section-product .thumb-wrap .benefit-wrap .benefit.tooltip-container.hotel .tooltip-header {
    color: #FFA200;
}

.section-product .thumb-wrap .benefit-wrap .benefit.reservation {
    background-color: #FE6A2B;
}

.section-product .thumb-wrap .benefit-wrap .benefit.tooltip-container.reservation .tooltip-header {
    color: #FE6A2B;
}

.section-product .info {
    position: relative;
    height: 172px;
    margin: 15px 12px;
    padding-bottom: 36px;
}

.section-product .title-wrap .point-group {
    position: relative;
    display: flex;
    align-items: center;
}

.section-product .point-group .point {
    margin-right: 3px;
    padding: 0 7px;
    border-radius: 3px;
    color: #fff;
    line-height: 17px;
    font-size: 9px;
}

.section-product .point-group .driving-icon {
    position: absolute;
    right: 0;
    top: 50%;
    height: 12px;
    margin-top: -6px;
    font-size: 10px;
    line-height: 100%;
}

.section-product .point-group .driving-icon::before {
    content: "";
    display: block;
    float: left;
    width: 27px;
    height: 12px;
    margin-right: 8px;
    background-size: 27px 12px;
    background-position: left 50%;
    background-repeat: no-repeat;
}

.section-product .point-group .driving-icon.front-driving::before {
    background-image: url("../images/common/front-driving-icon.svg");
}

.section-product .point-group .driving-icon.back-driving::before {
    background-image: url("../images/common/back-driving-icon.svg");
}

.section-product .point-group .driving-icon::after {
    content: "";
    display: block;
    clear: both;
}

.section-product .point-group .comport {
    background-color: #fe6a2b;
}

.section-product .title-wrap .name-group {
    display: flex;
    align-self: flex-start;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.section-product .title-wrap .name {
    position: relative;
    padding-right: 12px;
    line-height: 20px;
    max-width: calc(100% - 90px) !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section-product .name img {
    display: block;
    width: 100% !important;
    max-width: 230px;
}

.section-product .name-group .size {
    position: relative;
    display: inline-block;
    padding-left: 12px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}

.section-product .title-wrap .size::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 1px;
    height: 16px;
    background-color: #333;
}

/* 2021-06-24 // */
.section-product .info .price-wrap {
    margin: 8px 0;
}

/* // 2021-06-24 */
.section-product .sale .discount {
    display: inline-block;
    padding-right: 5px;
    white-space: nowrap;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
}

.section-product .discount em {
    display: inline-block;
    padding-right: 1px;
    font-size: 16px;
    vertical-align: -1px;
    line-height: 20px;
}

.section-product .price-wrap del {
    display: inline-block;
    padding-right: 10px;
    white-space: nowrap;
    line-height: 20px;
    font-size: 12px;
}

.section-product del em {
    display: inline-block;
    padding-right: 1px;
    font-size: 12px;
    vertical-align: -1px;
    line-height: 20px;
}

.section-product .smartprice-wrap .price {
    display: inline-block;
    padding-right: 6px;
    white-space: nowrap;
    font-weight: 500;
    line-height: 26px;
    font-size: 14px;
    color: #fe6a2b;
}

.section-product .price strong {
    display: inline-block;
    padding: 0 1px 0 4px;
    font-size: 16px;
    vertical-align: -1px;
    line-height: 26px;
    font-weight: 500;
}

.section-product .smartprice-wrap .months {
    display: inline-block;
    padding-right: 10px;
    color: #a0a6af;
    font-size: 12px;
    line-height: 26px;
}

.section-product .smartprice-wrap .info-button {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background-color: #fff;
    font-size: 0;
    line-height: 26px;
}

.section-product .smartprice-wrap .info-button::before {
    content: "";
    display: inline-block;
    width: 68px;
    height: 20px;
    background-image: url("../images/common/smart_pay_logo.svg");
    background-size: 68px 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    vertical-align: middle;
    margin-right: 2px;
}

.section-product .info-button .line-icons {
    vertical-align: middle;
}

.section-product .info-foot-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 5px 12px;
    border-top: 1px solid #f2f2f7;
}

.section-product .info-foot-wrap .description-wrap {
    display: block;
    width: auto;
    padding-right: 12px;
    color: #656565;
}

.section-product .info-foot-wrap .description-wrap .description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 15px;
    white-space: normal;
    text-overflow: ellipsis;
    word-wrap: break-word;
    font-size: 11px;
}

.section-product .info-foot-wrap .filter-wrap {
    display: flex;
}

.section-product .info-foot-wrap .line-icons {
    line-height: 20px;
    height: 20px;
    margin-right: 5px;
}

.section-product .info-foot-wrap .filter {
    position: relative;
    font-size: 11px;
    padding-right: 8px;
    color: #656565;
}

.section-product .info-foot-wrap .filter::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 3px;
    width: 1px;
    height: 12px;
    background-color: #656565;
    transform: translateY(-50%);
}

.section-product .info-foot-wrap .filter:last-child {
    padding-right: 0;
}

.section-product .info-foot-wrap .filter:last-child::after {
    content: none;
}

.section-product .info-foot-wrap .star-wrap {
    font-size: 11px;
    white-space: nowrap;
}

.section-product .info-foot-wrap .star-wrap::before {
    display: inline-block;
    content: '\e933';
    font-family: LineIcons;
    width: 10px;
    height: 10px;
    font-size: 10px;
    line-height: 10px;
    color: #ffa200;
}

.section-product .button-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 36px;
    z-index: 1;
}

.section-product .button-wrap.disabled {
    pointer-events: none;
    opacity: .3;
}

.section-product .unit-group button {
    padding: 7px;
    background-color: #fff;
}

.section-product .button-wrap .cart-button {
    margin-right: 5px;
}

/* section-product goods - 경정비 */
.section-product.goods .thumb-wrap .thumb-img {
    width: 154px;
    height: 154px;
}

.section-product.goods .title-wrap .name {
    max-width: 100% !important;
}

.section-product.goods .info-foot-wrap .filter-wrap .filter {
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section-product.goods .info {
    height: 136px;
}

.section-product.goods .title-wrap .name::after {
    content: none;
}

.excla-info {
    position: relative;
    font-size: 11px;
    color: #fe6a2b;
    line-height: 16px;
    font-weight: 300;
    margin-top: 4px;
    padding-left: 20px;
}

.excla-info .info-circle-inv {
    position: absolute;
    top: 0;
    left: 0;
    color: #5b6068;
}

.other-result .swiper-slide {
    width: calc(100% - 24px);
    max-width: 320px;
    margin-right: 8px;
}

.other-result .swiper-slide:last-of-type {
    margin-right: 0;
}

/* 상품이 없는 전시 주문하기 Checkbox 미노출 간격 조정 Start */
.tire-result .check-view .swiper-slide {
    margin-top: 13px;
}

.tire-result.swiper-container-horizontal .check-view .swiper-slide {
    margin-top: 0;
}

.other-result .unit-group button {
    padding: 7px;
    background-color: #fff;
}

.other-result .button-wrap .cart-button {
    margin-right: 5px;
}

.bottom-step-wrap {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: bottom .5s;
    transition: bottom .5s;
    /* $.Tstation.hokey 에서 공유하는 값 - 해당값의 변경은 $.Tstation.hotkey.constants 에서도 변경 되야함 */
    z-index: 100;
    box-shadow: 1px 2px 3px 3px rgba(0, 0, 0, 0.2);
}

.bottom-step-wrap.top {
    bottom: -95px;
}

.bottom-step-wrap ol {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 85px;
    background-color: rgba(42, 49, 56, 0.9);
}

.bottom-step-wrap ol li {
    position: relative;
    width: 100%;
    text-align: center;
}

.bottom-step-wrap ol li.check::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -25px;
    width: 20px;
    height: 20px;
    margin-left: -12px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: url("../images/common/goods/icon_bottom_check.png") 50% 55% no-repeat;
    background-size: 12px 9px;
    background-color: #fe6a2b;
}

.bottom-step-wrap ol li::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 46px;
    margin-top: -23px;
    background-color: rgba(255, 255, 255, 0.9);
}

.bottom-step-wrap ol li:last-child::after {
    display: none;
}

.bottom-step-wrap button {
    display: block;
    width: 100%;
    padding: 5px;
    text-align: center;
    color: #fff;
    background-color: transparent;
    font-size: 11px;
    white-space: nowrap;
    font-weight: 300;
}

.bottom-step-wrap button::before {
    content: "";
    display: block;
    margin: auto;
}

.bottom-step-wrap .serchcar-step::before,
.bottom-step-wrap .serchts-step::before,
.bottom-step-wrap .order-step::before {
    background-image: url("../images/common/goods/spr_bottom_step.png");
    background-size: 50px 60px;
    background-repeat: no-repeat;
}

.bottom-step-wrap .serchcar-step::before {
    width: 27px;
    height: 11px;
    margin-top: 6px;
    margin-bottom: 8px;
    background-position: 0 0;
}

.bottom-step-wrap .serchts-step::before {
    width: 14px;
    height: 19px;
    margin-bottom: 6px;
    background-position: 0 -16px;
}

.bottom-step-wrap .order-step::before {
    width: 27px;
    height: 19px;
    margin-bottom: 6px;
    background-position: 0 -40px;
}

.buy-option-section {
    position: fixed;
    bottom: calc(-100% - 20px);
    width: 100%;
    z-index: 1000;
    transition: bottom .3s ease-in-out;
    /* $.Tstation.hokey 에서 공유하는 값 - 해당값의 변경은 $.Tstation.hotkey.constants 에서도 변경 되야함 */
}

.buy-option-section .blind {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    width: 1px;
    height: 1px;
}

.buy-option-section.active {
    bottom: 0;
}

.buy-option-section .dim-pannel {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.3s;
    z-index: -1;
}

.buy-option-section.active .dim-pannel {
    display: block;
    -webkit-animation: fadeIn 1.5s forwards;
    animation: fadeIn 1.5s forwards;
    -webkit-animation-name: opacityIn;
    animation-name: opacityIn;
}

.buy-option-section.slidedown .dim-pannel {
    -webkit-animation: fadeIn .5s forwards;
    animation: fadeIn .5s forwards;
    -webkit-animation-name: opacityDown;
    animation-name: opacityDown;
}

/*.buy-option-section .buy-option-wrap .type + .tabs-contents .order { border-top: 1px solid #f2f2f7; }*/
@keyframes opacityIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes opacityDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@media (max-width: 360px) {
    .buy-option-section .radio-item .responsive-hidden {
        display: none;
    }
}

.buy-option-wrap .close-button-wrap {
    position: absolute;
    top: -19px;
    left: 50%;
    width: auto;
    height: auto;
    transform: translateX(-50%);
    pointer-events: auto;
}

.buy-option-wrap .close-button-wrap .close-button {
    display: block;
    position: relative;
    height: 20px;
    width: 90px;
    text-align: center;
    background-image: url("../images/common/goods/bg_handle.png");
    background-size: 90px 20px;
    background-color: transparent;
}

.buy-option-wrap {
    position: relative;
    padding: 20px 20px 20px 20px;
    padding-bottom: calc(20px + constant(safe-area-inset-bottom));
    padding-bottom: calc(20px + env(safe-area-inset-bottom));
    background-color: #fff;
    border-top: 1px solid #d9dbdc;
}

.buy-option-wrap .type {
    padding: 0 0 15px;
    border-bottom: 1px solid #f2f2f7;
}

.buy-option-wrap .description {
    color: #2a3138;
    font-size: 12px;
}

.buy-option-wrap .description strong {
    font-size: 14px;
    font-weight: 500;
    color: #fe6a2b;
}

.buy-option-wrap .sub-description {
    color: #2a3138;
    font-size: 11px;
}

.buy-option-wrap .sub-description strong {
    font-weight: normal;
    color: #fe6a2b;
}

.buy-option-wrap .sub-description .line-icons {
    margin-right: 4px;
}

.buy-option-wrap .type-button-group {
    display: flex;
    margin-top: 5px;
}

.buy-option-wrap .type-button-group button {
    margin-right: 4px;
}

.buy-option-wrap .order {
    padding: 14px 0;
    /*border-top: 1px solid #f2f2f7;*/
    border-bottom: 1px solid #f2f2f7;
}

.buy-option-wrap .order .month-radio .radio-item .labelling {
    padding-right: 0;
}

.buy-option-wrap .order .month-radio .radio-item .labelling .label-txt {
    margin-right: 0;
}

.buy-option-wrap .buy-button-wrap {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
}

.buy-option-wrap .buy-button-wrap button {
    margin-right: 8px;
}

.buy-option-wrap .buy-button-wrap button:last-child {
    margin-right: 0;
}

.buy-option-wrap .order .pay-wrap {
    margin-top: 8px;
    text-align: right;
}

.buy-option-wrap .order .pay-wrap.pay-type-default {
    margin-top: 0;
    line-height: 32px;
}

.buy-option-wrap .order .pay-wrap.pay-type-default .pay-info {
    display: inline-block;
    width: 90px;
    margin-right: 0;
}

.buy-option-wrap .order .pay-wrap.pay-type-default .pay {
    display: inline-block;
    width: 110px;
}

.buy-option-wrap .order .pay-info {
    margin-right: 15px;
    font-size: 12px;
}

.buy-option-wrap .order .pay {
    font-size: 14px;
}

.buy-option-wrap .final {
    margin-top: 10px;
    text-align: right;
}

.buy-option-wrap .final .discount {
    display: inline-block;
    white-space: nowrap;
    line-height: 20px;
    font-size: 14px;
}

.buy-option-wrap .discount em {
    display: inline-block;
    margin-left: 5px;
    margin-right: 1px;
    font-size: 18px;
    vertical-align: -1px;
    line-height: 20px;
}

.buy-option-wrap .final:after {
    content: '';
    display: table;
    clear: both;
}

.buy-option-wrap .final .month {
    margin-top: 5px;
    font-size: 14px;
    color: #fe6a2b;
}

.buy-option-wrap .final > table {
    width: 200px;
    float: right;
}

.buy-option-wrap .final > table tr > td {
    padding: 4px 0;
}

.buy-option-wrap .month .pay {
    display: inline-block;
    margin-left: 5px;
    white-space: nowrap;
    line-height: 26px;
    font-size: 14px;
}

.buy-option-wrap .month em {
    display: inline-block;
    padding: 0 1px 0 4px;
    font-size: 21px;
    vertical-align: -1px;
    line-height: 20px;
}

.buy-option-wrap .month .smartpay {
    display: inline-block;
    width: 68px;
    height: 20px;
    background-image: url("../images/common/smart_pay_logo.svg");
    background-size: 68px 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    vertical-align: middle;
}

.buy-option-section.basic-order .description-wrap,
.buy-option-section.basic-order .month-radio,
.buy-option-section.basic-order .month {
    display: none;
}

.tab-wrap .tabnav {
    display: flex;
    padding: 0 20px;
    border-bottom: 1px solid #d9dbdc;
    background-color: #fff;
}

.tab-wrap .tabnav .item {
    position: relative;
}

.tab-wrap .tabnav .item.active::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ff6c00;
}

.tab-wrap .item .tabnav-link {
    display: block;
    padding: 0 15px;
    line-height: 44px;
}

.tab-wrap .item.disabled {
    pointer-events: none;
}

.tab-wrap .item.disabled .tabnav-link {
    color: #e3e5e8;
    pointer-events: none;
}

.tab-wrap .item.active .tabnav-link {
    color: #fe6a2b;
}

.tab-wrap .tab-content {
    display: none;
}

.tab-wrap .tab-content.active {
    display: block;
}

#layerFullPopup .blind {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    width: 1px;
    height: 1px;
}

#layerFullPopup .hero-wrap {
    position: fixed;
    top: 0;
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #f2f2f7;
    background-color: #fff;
    z-index: 900;
    padding: 0;
}

#layerFullPopup .hero-wrap .herocopy {
    color: #2a3138;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    line-height: 48px;
}

#layerFullPopup .hero-wrap .layer-full-close {
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: fixed;
    top: 8px;
    right: 13px;
    background: none;
    border: 0;
    font-size: 0;
    z-index: 901;
}

#layerFullPopup .hero-wrap .layer-full-close:before,
#layerFullPopup .hero-wrap .layer-full-close:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background: #2a2a2a;
    top: 16px;
}

#layerFullPopup .hero-wrap .layer-full-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 5px;
}

#layerFullPopup .hero-wrap .layer-full-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 5px;
}

#layerFullPopup .layer-body-wrap {
    padding-top: 48px;
}

.mylocation-wrap {
    padding-bottom: 12px;
}

/* 20220622 // */
.mylocation-panel {
    position: relative;
    min-height: 52px;
    padding: 6px 12px;
    border-radius: 8px;
    background-color: #fff;
}

/* // 20220622 */
.mylocation-wrap .info {
    font-size: 12px;
}

.mylocation-wrap .info strong {
    font-size: 12px;
    font-weight: normal;
    color: #008bec;
}

.mylocation-wrap .subinfo.icon-local {
    margin-top: 8px;
    padding-left: 25px;
    font-size: 12px;
    background-image: url("../images/common/icon_location.png");
    background-size: 13px 20px;
    background-position: 4px 50%;
    background-repeat: no-repeat;
}

.mylocation-wrap .subinfo .explan-copy {
    display: inline-block;
    padding: 0 8px;
    border-radius: 20px;
    background-color: #f2f2f7;
    font-size: 11px;
    line-height: 20px;
}

.mylocation-wrap .subinfo {
    margin-top: 2px;
}

.mylocation-wrap .subinfo .street {
    color: #008bec;
    font-weight: bold;
}

.mylocation-wrap .location-button {
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border-radius: 4px;
    background-image: url("../images/common/store_search/icon_location_20.png");
    background-size: 24px 24px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #fff;
    z-index: 1;
}

/* // 20220210 */
.wheretire-section {
    padding: 0 20px;
}

.wheretire-section .headcopy {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #2a3138;
}

.wheretire-section .subcopy {
    margin-top: 13px;
    font-size: 12px;
    color: #5b6068;
    letter-spacing: -.35px;
}

.wheretire-section.map-store-view .headcopy,
.wheretire-section.map-store-view .subcopy {
    display: none;
}

.wheretire-section .subcopy strong {
    display: inline;
}

.wheretire-section .button-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 15px;
}

.wheretire-section .button-wrap button {
    margin-right: 7px;
    padding: 0 4px;
}

.wheretire-section .button-wrap button:last-child {
    margin-right: 0;
}

.sticky-func {
    position: sticky;
    top: 50px;
    z-index: 10;
    background-color: #fff;
}

.modal-pannel .sticky-pannel-func {
    position: sticky;
    top: 45px;
    z-index: 10;
    background-color: #fff;
}

.store-sort-wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 20px;
    padding: 0 20px;
    background: #fff;
    border-bottom: 1px solid #d9dbdc;
}

.store-sort-wrap .sort-info {
    font-size: 12px;
    line-height: 35px;
}

.store-sort-wrap .sort-info strong {
    font-weight: 500;
    color: #fe6a2b;
}

.store-sort-wrap .btn-sort {
    position: relative;
    padding: 0 8px;
    background-color: #fff;
    font-size: 14px;
    line-height: 35px;
}

.store-sort-wrap .btn-sort::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ff6c00;
}

.store-sort-wrap .btn-sort.active::before {
    margin-top: -1.5px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

/* 20220210 // */
.sort-result-section {
    background-color: #f9f9fa;
}

.sort-result-section .store-list {
    display: flex;
    flex-direction: column;
    padding: 13px 20px;
}

/* // 20220210 */
.sort-result-section .store-list .store-wrap {
    border: 1px solid #d9dbdc;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 16px;
    order: 1;
}

/* 20230130 start */
.sort-result-section .store-wrap.on-map {
    width: calc(100% - 40px); /* 20230130 추가 */
    position: absolute;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    z-index: 0;
}
/* 20230130 end */

.sort-result-section .service {
    position: relative;
    font-size: 0;
    line-height: 100%;
}

/* 20230130 start */
.sort-result-section .store-wrap .store-info {
    position: relative;
    margin: 16px 16px 20px;
}

/* 20230130 start */
.sort-result-section .store-wrap .store-info .interest-store-wrap.right {
    transform: translate(10px, -10px);
}
/* 20230130 end */
.sort-result-section .store-info .smartstore {
    display: inline-block;
    width: 93px;
    height: 22px;
    margin-right: 3px;
    background-image: url("../images/common/img_allmyt_store.png");
    background-size: 93px 21px;
    background-position: left 50%;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 9px;
}

/* 20230130 start */
.sort-result-section .service .feature-badge-wrap {
    position: relative;
    font-size: 0;
    line-height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.sort-result-section .service .feature-badge-wrap .feature-badge {
    display: inline-block;
    width: auto;
    height: 21px;
    vertical-align: middle;
}
/* 20230130 end */

.sort-result-section .store-info .benefit-wrap {
    display: inline-block;
    font-size: 0;
    vertical-align: top;
    line-height: 24px;
}

.sort-result-section .store-info .benefit-wrap.third-benefit {
    width: 88px;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.sort-result-section .benefit-wrap .benefit {
    display: inline-block;
    margin-right: 4px;
    padding: 0 4px;
    border-radius: 2px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    line-height: 16px;
    letter-spacing: 0;
    vertical-align: middle;
}

.sort-result-section .benefit-wrap .benefit.great-store {
    background-color: #ff8c27;
}

.sort-result-section .benefit-wrap .benefit.smart-pickup {
    background-color: #6eb8bc;
}

.sort-result-section .benefit-wrap .benefit.deal-store {
    background-color: #cbb58f;
}

/* 20230130 start */
.sort-result-section .store-info .franchisee {
    margin-top: 16px;
}

.sort-result-section .franchisee .headcopy {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 32px;
    font-size: 0;
}

.sort-result-section .franchisee .headcopy .name {
    font-size: 16px;
    font-weight: normal;
    word-break: break-all;
    line-height: 20px;
}

.sort-result-section .star-wrap {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* 20230130 추가 start */
.sort-result-section .star-wrap * {
    white-space: nowrap;
}
/* 20230130 추가 end */

.sort-result-section .star-wrap::before {
    content: '\e933';
    font-family: 'LineIcons';
    display: inline-block;
    color: #ffa200;
    vertical-align: middle;
}

.sort-result-section .franchisee .headcopy .info {
    display: flex;
    margin-left: 12px;
}

.sort-result-section .franchisee .headcopy .km {
    position: relative;
    margin-right: 4px;
    padding-right: 4px;
    font-size: 12px;
}

.sort-result-section .franchisee .headcopy .km::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
    width: 1px;
    height: 16px;
    background-color: #333;
}

.sort-result-section .franchisee .headcopy .open {
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap; /* 20230130 추가 */
}

.sort-result-section .franchisee .headcopy .open:before {
    content: '';
    display: flex;
    width: 0;
    height: 14px;
    border-left: 1px solid #2a3138;
    margin: 0 8px; 
}
/* 20230130 end */

.sort-result-section .distance {
    margin-top: 4px;
}

.sort-result-section .distance .info {
    display: flex;
}

.sort-result-section .distance .km {
    position: relative;
    margin-right: 4px;
    padding-right: 4px;
    font-size: 12px;
}

.sort-result-section .distance .km::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
    width: 1px;
    height: 16px;
    background-color: #333;
}

.sort-result-section .distance .open {
    font-size: 12px;
    line-height: 23px;
}

/* 20230130 start */
.sort-result-section .distance .address {
    font-size: 12px;
    margin-top: 8px;
}



.sort-result-section .store-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    margin-top: 16px;
}

.sort-result-section .store-meta > span {
    display: inline-block;
    width: auto;
    height: 14px;
    line-height: 14px;
    padding: 0 4px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background-color: #5b6068;
    border-radius: 2px;
}

.sort-result-section .store-meta > span.great-store {
    background-color: #ff8c27;
}
/* 20230130 end */

/* 20220210 // */
.sort-result-section .store-button-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.sort-result-section .store-footer {
    padding: 8px 12px;
    border-top: 1px solid #d9dbdc;
}

/* // 20220210 */
.sort-result-section .connect-wrap button {
    background-color: transparent;
    margin-right: 4px;
    padding: 4px;
    border-radius: 4px;
}

.sort-result-section .connect-wrap button:hover {
    background: rgba(0, 0, 0, 0.05);
}

.sort-result-section .store-maps {
    position: relative;
    overflow: hidden;
}

.sort-result-section .store-maps .empty-msg-on-map {
    width: 100%;
    height: 32px;
    line-height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background: rgba(42, 49, 56, 0.6);
    font-size: 0;
}

.sort-result-section .store-maps .empty-msg-on-map > p {
    line-height: 32px;
    font-size: 14px;
}

.sort-result-section .store-maps .map-wrap {
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
}

.sort-result-section .map-wrap > img {
    width: 100%;
}

.sort-result-section .store-maps .store-wrap.disable {
    opacity: 1;
    order: 2;
    pointer-events: none;
}

.sort-result-section .store-maps .store-wrap.disable .store-info,
.sort-result-section .store-maps .store-wrap.disable .store-footer {
    opacity: 0.5;
}

.sort-result-section .store-list .store-wrap.disable {
    opacity: .5;
    order: 2;
    pointer-events: none;
}

.sort-result-section .store-list .store-wrap.on-map.disable {
    opacity: 1;
}

/* 20220210 삭제
  .store-wrap.disable .store-info .smartstore {
    background-color: #8d8f90;
  }
*/
.store-wrap.disable .card-todayservice-wrap .label-txt {
    color: #989a9b;
}

.store-wrap.disable .benefit-wrap .benefit.smart-pickup,
.store-wrap.disable .benefit-wrap .benefit.great-store {
    background-color: #989a9b;
}

.store-wrap.disable .star-wrap::before {
    color: #8f8f8f;
}

.car-confirm .description-copy {
    background-color: #f2f2f7;
    line-height: 46px;
    font-size: 14px;
    text-align: center;
    color: #5b6068;
}

.car-confirm .txt-info {
    margin-top: 40px;
    font-size: 18px;
}

.car-confirm .searching-car-view {
    border-bottom: 0;
}

.car-confirm .button-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    padding: 20px;
    border-top: 1px solid #f2f2f7;
}

.car-confirm .button-wrap button {
    width: 49%;
}

.map-confirm .description-copy {
    background-color: #f2f2f7;
    line-height: 46px;
    font-size: 14px;
    text-align: center;
    color: #5b6068;
}

.map-confirm .txt-info {
    margin-top: 40px;
    font-size: 18px;
}

.map-confirm .button-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding: 20px;
    border-top: 1px solid #f2f2f7;
}

.map-confirm .button-wrap button {
    width: 49%;
}

.map-confirm .store-info-wrap {
    position: relative;
    display: flex;
    margin: 18px 20px;
}

.map-confirm .store-info-wrap .thumb-img {
    /*overflow: hidden;
    position: relative;
    width: 130px;
    height: 120px;
    margin-right: 10px;
    background-color: #ddd;
    border-radius: 4px;*/
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    padding: 0;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 8px;
    background-color: #E9E9E9;
    background-size: contain;
    background-position: bottom;
    background-image: url("../images/common/shop_default.png");
}

.map-confirm .store-info-wrap .thumb-img:before {
    padding-top: 100%;
}

.map-confirm .thumb-img img {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
}

.map-confirm .thumb-img .btn-item.btn-neutral.btn-ol {
    position: absolute;
    border: 0;
    background-color: rgba(255, 255, 255, 0.6);
    left: 5px;
    bottom: 5px;
}

.map-confirm .store-wrap .store-info {
    position: relative;
    padding: 12px 12px 30px;
}

.map-confirm .store-info .service::after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
}

.map-confirm .store-info .smartstore {
    float: left;
    display: inline-block;
    width: 93px;
    height: 21px;
    margin-right: 3px;
    background-image: url("../images/common/img_allmyt_store.png");
    background-size: 93px 21px;
    background-position: left 50%;
    background-repeat: no-repeat;
    color: #fff;
    line-height: 21px;
    font-size: 9px;
}

.map-confirm .store-info .franchisee {
    display: flex;
    align-items: center;
    margin-top: 3px;
}

.map-confirm .franchisee strong {
    margin-right: 10px;
    font-size: 16px;
    font-weight: normal;
}

.map-confirm .star-wrap {
    font-size: 11px;
}

.map-confirm .star-wrap > * {
    display: inline-block;
    vertical-align: middle;
}

.map-confirm .star-wrap::before {
    content: '\e933';
    font-family: LineIcons;
    display: inline-block;
    color: #ffa200;
    vertical-align: middle;
}

.map-confirm .opentime {
    display: block;
    margin-top: 3px;
    font-size: 12px;
}

.map-confirm .distance {
    margin-top: 15px;
}

.map-confirm .distance .info {
    display: block;
    font-size: 14px;
}

.map-confirm .distance .info em {
    display: inline-block;
    margin-left: 5px;
    color: #fe6a2b;
}

.map-confirm .distance .open {
    font-size: 12px;
}

.map-confirm .distance .address {
    font-size: 12px;
    margin-top: 7px;
}

.map-confirm .map-wrap {
    margin: 0 20px;
}

.map-confirm .map-wrap .address {
    font-size: 12px;
    margin-bottom: 4px;
}

.map-confirm .map-wrap .map {
    margin-top: 10px;
}

/* tire-goods-list end */
/* order-list start*/
.order-list-wrap {
    overflow: hidden;
    background: #fff;
}

.order-list-wrap .blind {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    width: 1px;
    height: 1px;
}

:root:has(.order-info-group) {
    scroll-behavior: smooth;
}

.order-info-group {
    width: 100%;
    height: auto;
    position: relative;
    padding: 24px 20px;
}

.order-info-group hgroup {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.order-info-group hgroup h3 {
    flex: 0 0 auto;
    min-width: 0;
    font-size: 16px;
    line-height: 24px;
}

.order-info-group .confirm-box {
    width: 100%;
    height: auto;
    position: relative;
    padding: 12px;
    background: #F2F2F7;
    border-radius: 8px;
    margin-top: 12px;
}

.order-info-group .confirm-box .row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.order-info-group .confirm-box .row:not(:first-of-type) { margin-top: 8px; }

.order-info-group .confirm-box .row .title {
    flex: none;
    width: 64px;
    line-height: 24px;
    font-size: 12px;
    color: #5b6068;
}

.order-info-group .confirm-box .row .data-area {
    flex: 1 0 0;
    min-width: 0;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0 4px;
}

.order-info-group .confirm-box .row .data-area .entered {
    flex: 1 1 0;
    min-width: 0;
    line-height: 20px;
}

.order-info-group .confirm-box .row .data-area .placeholder {
    color: #fe6a2b;
}

.order-info-group .confirm-box .row .data-area em {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.order-info-group .confirm-box .row > .btn-item {
    flex: none;
    min-width: 60px;
    border-radius: 2px;
    padding: 0 8px;
    margin-left: 4px;
}

.order-info-group .confirm-box .row > .btn-item .label-txt { font-size: 11px; font-weight: 500; }

:where(.order-info-group .confirm-box, .total-coupon-popup) .order-product-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    gap: 8px;
}

:where(.total-coupon-popup) .order-product-item {
    padding: 12px;
    background: #F2F2F7;
    border-radius: 8px;
}

:where(.total-coupon-popup) .order-product-item .thumb-area {
    pointer-events: none;
}

:where(.order-info-group .confirm-box, .total-coupon-popup) .order-product-item:not(:first-of-type) { margin-top: 20px;}

:where(.order-info-group .confirm-box, .total-coupon-popup) .order-product-item .thumb-area {
    -webkit-tap-highlight-color: transparent;
    flex: none;
    width: 76px;
    height: 76px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

:where(.order-info-group .confirm-box, .total-coupon-popup) .order-product-item .thumb-area:active { background: rgba(0,0,0,0.06);}

:where(.order-info-group .confirm-box, .total-coupon-popup) .order-product-item .thumb-area .img-layer {
    width: 64px;
    height: 64px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
}

:where(.order-info-group .confirm-box, .total-coupon-popup) .order-product-item .thumb-area .img-layer img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

:where(.order-info-group .confirm-box, .total-coupon-popup) .order-product-item .thumb-area .brand-layer {
    width: 64px;
    height: 12px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

:where(.order-info-group .confirm-box, .total-coupon-popup) .order-product-item .thumb-area .brand-layer img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

:where(.order-info-group .confirm-box, .total-coupon-popup) .order-product-item .info-area {
    flex: 1 0 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
}

:where(.order-info-group .confirm-box, .total-coupon-popup) .order-product-item .info-area :where(.product-info, .price-info) {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

:where(.order-info-group .confirm-box, .total-coupon-popup) .order-product-item .info-area :where(.name, .price) {
    font-size: 14px;
    font-weight: 500;
}

:where(.order-info-group .confirm-box, .total-coupon-popup) .order-product-item .info-area :where(.size, .quantity) {
    font-size: 12px;
}

:where(.order-info-group .confirm-box, .total-coupon-popup) .order-product-item .info-area .smart-pay-img { height: 16px; }

:where(.order-info-group .confirm-box, .total-coupon-popup) .order-product-item .info-area .price-info.total {
    padding-top: 8px;
    margin-top: 4px;
    border-top: 1px solid #d9dbdc;
}

.order-info-group .confirm-box:has(.dc-detail-list, .smartpay-notice) { padding :16px; }

.order-info-group .confirm-box .dc-detail-list {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    margin-top: 16px;
    list-style: none;
}

.order-info-group .confirm-box .dc-detail-list > li {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
}

.order-info-group .confirm-box .dc-detail-list > li:not(:first-of-type) { margin-top: 8px;}

.order-info-group .confirm-box .dc-detail-list > li span { line-height: 16px; }

.order-info-group .confirm-box .dc-detail-list > li .category {
    flex: 1 1 0;
    min-width: 0;
}

.order-info-group .confirm-box .dc-detail-list > li .amount {
    flex: none;
}

.order-info-group .confirm-box .dc-detail-list > li.total {
    font-weight: 500;
    padding-top: 8px;
    border-top: 1px dashed #d9dbdc;
}

.order-info-group .confirm-box .dc-detail-list > li.total .amount { font-size: 14px; color: #fe6a2b;}

.order-info-group .confirm-box .smartpay-notice p {
    font-size: 12px;
    color: #5b6068;
    line-height: 16px;
}

.order-info-group .confirm-box .smartpay-notice:has(~ .dc-detail-list) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #d9dbdc;
}

.order-info-group .confirm-box .check-item .label-txt { font-size: 12px;}

.order-info-group .confirm-box .row:has(.check-item) { margin-top: 0; }

.order-info-group .confirm-box textarea {
    margin-top: 12px;
    margin-bottom: 8px;
    font-size: 12px;
}

.order-info-group .confirm-box textarea::placeholder { font-size: 12px; }

.order-info-group .confirm-box ~ :is(.order-section) {
    padding: 0;
    margin-top: 24px;
    overflow: visible;
}

.order-info-group :is(.order-section.store-require) {
    padding: 0;
    margin-top: 24px;
    margin-left: -20px;
    margin-right: -20px;
}

.order-info-group .order-section .store-calendar .timecheck-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 16px 16px 8px;
    gap: 8px 4px;
}

.order-info-group .order-section .store-calendar .timecheck-wrap .time-item {
    flex: 1 0 calc((100% - 12px) / 4);
    width: auto;
    min-width: 0;
    margin-bottom: 0;
}

.order-info-group .timecheck-wrap .time-item .label-txt { font-size: 14px;}
.order-info-group .timecheck-wrap .time-item input[type="radio"]:disabled ~ .label-txt { font-size: 14px;}

.order-info-group .order-car-pick {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
    gap: 4px;
}

.order-info-group .order-car-pick .order-car-pick-swiper {
    flex: 1 0 0;
    min-width: 0;
    overflow: hidden;
    margin-left: -20px;
    padding: 0 20px;
}

.order-info-group .order-car-pick .order-car-pick-swiper.disabled {
    pointer-events: none;
    opacity: 0.3;
}

.order-info-group .order-car-pick .order-car-pick-swiper.disabled * { pointer-events: none; }

.order-info-group .order-car-pick .order-car-pick-swiper:after {
    content: '';
    display: block;
    width: 20px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,1) 96%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
}

.order-info-group .order-car-pick .order-car-pick-swiper .slot-btn {
    -webkit-tap-highlight-color: transparent;
    appearance: none;
    width: 48px;
    height: 48px;
    position: relative;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 50%;
}

.order-info-group .order-car-pick .order-car-pick-swiper .slot-btn.my-car-btn:active:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(42,49,56,0.1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.order-info-group .order-car-pick .order-car-pick-swiper .slot-btn .thumb-holder {
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #D9DBDC;
    border-radius: 50%;
    background-color: #fff;
    background-image: url('../images/common/mycar_dummy.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 50%;
}

.order-info-group .order-car-pick .order-car-pick-swiper .slot-btn.act { pointer-events: none; }

.order-info-group .order-car-pick .order-car-pick-swiper .slot-btn.act .thumb-holder:after {
    content: '\e912';
    display: inline-block;
    font-family: 'LineIcons';
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #00B3C5;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(1px) translateY(-1px);
    z-index: 1;
}

.order-info-group .order-car-pick .order-car-pick-swiper.disabled .slot-btn.act .thumb-holder:after { display: none; }

.order-info-group .order-car-pick .order-car-pick-swiper ~ .btn-item {
    flex: none;
    width: 72px;
}

.order-info-group .input-box,
.order-info-group .input-box::placeholder { font-size: 12px; }

.order-info-group .store-visit .btn-item.btn-gray { white-space: nowrap; }

.order-info-group .order-section .cell.button-wrap .cell-button { width: 72px; }

.accordion-item.order-notice {
    border-top: 8px solid #F2F2F7;
    margin-top: 24px;
    margin-bottom: 20px;
    background: #f9f9fa;
}

.accordion-item.order-notice .accordion-btn {
    height: 48px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion-item.order-notice .accordion-btn:after {
    content: '\e915';
    font-family: 'LineIcons';
    --icon-size: 24px;
    width: var(--icon-size);
    height: var(--icon-size);
    line-height: var(--icon-size);
    font-size: var(--icon-size);
    transition: all 0.2s;
    transform: translateY(-50%) translateZ(0) rotate(0deg);
    position: absolute;
    top: 50%;
    right: 20px;
}

.accordion-item.order-notice.on .accordion-btn:after {
    transform: translateY(-50%) translateZ(0) rotate(-180deg);
}

.accordion-item.order-notice .accordion-cont {
    padding: 8px 20px 20px;
}

.accordion-item.order-notice .list-style-disc > li { line-height: 16px; }
.accordion-item.order-notice .list-style-disc > li + li { margin-top: 4px;}


.total-coupon-popup {
    width: 100%;
    height: auto;
}

.total-coupon-popup .radio-item .label-txt { font-size: 12px;}

.total-coupon-popup .coupon-apply {
    padding: 16px 20px 48px;
}

.total-coupon-popup .coupon-apply .coupon-group:not(:first-of-type) {
    margin-top: 40px;
    border-top: 1px dashed #d9dbdc;
}

.total-coupon-popup .coupon-apply .coupon-group .per-product {
    width: 100%;
    height: auto;
    position: relative;
}

.total-coupon-popup .coupon-apply .coupon-group .per-product:not(:first-of-type) { margin-top: 24px; }

.total-coupon-popup .coupon-apply .coupon-group dl {
    width: 100%;
    height: auto;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 16px;
}

.total-coupon-popup .coupon-apply .coupon-group dl dt {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
    margin-bottom: 8px;
}

.total-coupon-popup .coupon-apply .coupon-group dl dd {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.total-coupon-popup .coupon-reg {
    padding: 16px 20px 28px;
    margin-bottom: 12px;
    background: #F2F2F7;
}

.total-coupon-popup .coupon-reg hgroup h4 { line-height: 20px; font-size: 14px; }
.total-coupon-popup .coupon-reg hgroup p { line-height: 20px; font-size: 12px; color: #5b6068; margin-top: 4px; }

.total-coupon-popup .coupon-reg .form-control .input-group { margin-top: 8px; }

.total-coupon-popup .coupon-reg .form-control .input-group .input-box {
    padding-right: 112px !important;
    font-size: 12px;
}
.total-coupon-popup .coupon-reg .form-control .input-group .input-box::placeholder { font-size: 12px;}

.total-coupon-popup .coupon-reg .form-control .input-group .tools {
    right: 80px;
}

.total-coupon-popup .coupon-reg .form-control .input-group .btn-item {
    width: 72px;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}


.order-section {
    overflow: hidden;
    padding: 20px;
    background-color: #fff;
    margin-top: 10px;
}

.order-section .headline {
    position: relative;
    border-bottom: 1px solid #d9dbdc;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
}

.order-section .order-accordian-wrap {
    /* margin: 10px 0 30px; */
}

.order-section .order-accordian-wrap .headline::after {
    content: "";
    position: absolute;
    top: 3px;
    right: 4px;
    bottom: 0;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto 0;
    border: 1px solid #2a3138;
    border-left-width: 0;
    border-top-width: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    z-index: 1;
}

.order-section .order-accordian-wrap.active .headline::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.order-section .order-accordian-wrap .info {
    display: none;
}

.order-section .order-accordian-wrap.active .info {
    display: block;
    padding-top: 5px;
}

.order-section .info .rowgroup {
    display: flex;
    padding: 8px 0;
}

.order-section .info .rowgroup.full {
    display: block;
    padding: 0;
}

.order-section .info .rowheader {
    padding-right: 15px;
}

.order-section .info .quest-tooltip {
    text-align: right;
    line-height: 32px;
}

.order-section .info .quest-tooltip em {
    font-size: 12px;
    color: #fe6a2b;
}

.order-section .rowheader strong {
    font-weight: 500;
}

.order-section .cell {
    position: relative;
    flex: auto;
    /*font-weight: 14px;*/
}

.order-section .cell.button-wrap {
    padding-right: 80px;
}

.order-section .cell.button-wrap .cell-button {
    width: 80px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    z-index: 1;
    padding: 0;
    /* background-color: #f2f2f7; */
}

.order-section .cell.button-wrap .cell-button span {
    font-size: 12px;
    /* color: #2a3138; */
}

.order-section .cell em {
    color: #fe6a2b;
}

.order-section .rowgroup .dday-button {
    width: 100%;
    margin-top: 5px;
}

.order-section.order-account {
    margin-top: 0;
    /* padding-top: 10px; */
}

.order-section .button-wrap-full {
    display: flex;
    justify-content: space-between;
}

.order-section .button-wrap-full button {
    width: 49%;
    font-weight: 400;
}

.order-section .button-wrap-full .btn-primary {
    /* color: #2a3138; */
}

.order-section .carinfo-wrap {
    display: flex;
    justify-content: space-between;
}

.order-section .carinfo-wrap .label-txt {
    font-size: 12px;
    font-weight: 400;
}

.order-section .carinfo-wrap .labelling {
    padding-left: 6px;
    padding-right: 26px;
}

.order-section .carinfo-wrap .icon-holder {
    left: auto;
    right: 0;
}

.order-section .carinfo-wrap .carpick-button {
    background-color: #fff;
    color: #fe6a2b;
    font-size: 14px;
    font-weight: 400;
}

.order-section .description-copy {
    font-size: 12px;
    color: #a0a6af;
    line-height: 16px;
    font-weight: 300;
}

.service-coupon-list:after {
    content: '';
    display: table;
    clear: both;
}

.service-coupon-list > li {
    position: relative;
    float: left;
    width: 33.33333333333333333333%;
}

.service-coupon-list > li:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 1px;
    height: 40px;
    background-color: #D9DBDC;
    transform: translateY(-46%);
}

.service-coupon-list > li:nth-of-type(3):after {
    content: none;
}

.service-coupon-list > li:last-of-type:after {
    content: none;
}

.service-coupon {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 6px 0;
}

.service-coupon .noti-able-block {
    display: block;
    width: 100%;
    height: 20px;
    font-size: 0;
}

.service-coupon .noti-able-block .noti-able {
    display: none;
    width: 60px;
    line-height: 20px;
    font-size: 11px;
    font-weight: 500;
    color: #ffffff;
    background-color: #FE6A2B;
    border-radius: 10px;
}

.service-coupon .icon-block {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 0;
    color: #A0A6AF;
}

.service-coupon .label-block {
    display: block;
    width: 100%;
    height: 32px;
    font-size: 0;
    overflow: hidden;
}

.service-coupon .label-block .label {
    display: inline-block;
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 16px;
    color: #A0A6AF;
}

.service-coupon.able .noti-able-block .noti-able {
    display: inline-block;
}

.service-coupon.able .icon-block {
    color: #FE6A2B;
}

.service-coupon.able .label-block .label {
    color: #2A3138;
}

.order-section.order-coupon .prdcoupon-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 20px 0;
}

.order-section.order-coupon .prdcoupon-wrap .thumb-img {
    overflow: hidden;
    position: relative;
    width: 125px;
    height: 125px;
    margin-right: 10px;
}

.order-section.order-coupon .prdcoupon-wrap .thumb-img img {
    display: block;
    width: 100%;
}

.order-section.order-coupon .prdcoupon-wrap .thumb-img .brand {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.7);
}

.order-section.order-coupon .prdcoupon-wrap .thumb-img .brand-logo {
    display: block;
    overflow: hidden;
    width: 85px;
    height: 15px;
    margin: 7px auto 0;
    text-indent: -9999px;
    background: url("../images/icon/brand_logo.png") no-repeat;
    background-size: 180px 324px;
}

.order-section.order-coupon .prdcoupon-wrap .thumb-img .brand-logo.hk {
    background-position: 0 -144px;
}

.order-section.order-coupon .prdcoupon-wrap .header-group .service::after {
    content: "";
    width: 100%;
    clear: both;
}

.order-section.order-coupon .prdcoupon-wrap .service .info-button {
    display: inline-block;
    position: relative;
    vertical-align: top;
    background-color: #fff;
    line-height: 26px;
}

.order-section.order-coupon .prdcoupon-wrap .service .info-button::before {
    content: "";
    display: inline-block;
    width: 64px;
    height: 15px;
    background-image: url("../images/common/goods/smartpay.png");
    background-size: 64px 15px;
}

.order-section.order-coupon .prdcoupon-wrap .service .info-button .line-icons {
    margin-left: 4px;
    vertical-align: -1px;
}

.order-section.order-coupon .prdcoupon-wrap .name {
    margin-top: 8px;
    font-size: 16px;
}

.order-section.order-coupon .prdcoupon-wrap .name .sub-name {
    display: block;
    font-size: 12px;
}

.order-section.order-coupon .prdcoupon-wrap .size {
    margin-top: 8px;
    font-size: 14px;
}

.order-section.order-coupon .prdcoupon-wrap .footer-group {
    margin-top: 12px;
}

.order-section.order-coupon .prdcoupon-wrap .footer-group .price {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
}

.order-section.order-coupon .prdcoupon-wrap .footer-group .price em {
    display: inline-block;
    font-weight: 400;
    padding-right: 1px;
    font-size: 16px;
    vertical-align: -1px;
    line-height: 20px;
}

.order-section.order-coupon .prdcoupon-wrap .footer-group .count {
    position: relative;
    margin-left: 5px;
    padding-left: 5px;
    font-size: 14px;
}

.order-section.order-coupon .prdcoupon-wrap .footer-group .count::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 1px;
    height: 16px;
    background-color: #2a3138;
}

.order-section.order-coupon .card {
    border: none;
}

.order-section.order-coupon .card .product-area {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 124px;
    padding: 16px 0 16px 124px;
}

.order-section.order-coupon .card .product-area .thumb-wrap .thumb-holder .brands-logo {
    background-color: rgba(255, 255, 255, 0.9);
}

.order-section.order-coupon .card .product-area .thumb-wrap .thumb-holder .service-package-img { transform: scale(0.8);}

.order-section.order-coupon .card .product-area .description-area {
    padding-left: 16px;
}

.btn-smart-pay-info .smart-pay-img {
    height: 20px;
}

.order-section.order-coupon .product-list > li {
    border-bottom: 1px solid #f2f2f7;
    padding-top: 16px;
    padding-bottom: 16px;
}

.order-section.order-coupon .apply-coupon {
    display: flex;
    align-items: center;
    height: auto;
    margin-top: 8px;
    padding: 9px 12px;
    border: 1px solid #d9dbdc;
    border-radius: 4px;
    background-color: #f9f9fa;
}

.order-section.order-coupon .apply-coupon .title {
    font-size: 12px;
    color: #fe6a2b;
    margin-right: 10px;
}

.order-section.order-coupon .apply-coupon em {
    font-size: 14px;
    line-height: 20px;
}

.order-section.order-coupon .foot-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 32px;
    margin-top: 8px;
}

.order-section.order-coupon .foot-wrap .discount {
    display: inline-block;
    padding-right: 5px;
    white-space: nowrap;
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
}

.order-section.order-coupon .foot-wrap .discount em {
    display: inline-block;
    padding-right: 1px;
    font-size: 20px;
    vertical-align: -1px;
    line-height: 20px;
    font-weight: 400;
}

.order-section.order-coupon .foot-wrap del {
    display: inline-block;
    white-space: nowrap;
    line-height: 20px;
    font-size: 14px;
    color: #a0a6af;
}

.order-section.order-coupon .input-group {
    margin-top: 8px;
}

.order-section.store-visit {
    margin-top: 0;
}

.smart-pickup-place dt {
    font-size: 0;
    padding: 12px 0 8px;
}

.smart-pickup-place dt h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.smart-pickup-place dt .btn-re {
    width: 80px;
}

.smart-pickup-place dd {
    font-size: 0;
    background: #f9f9fa;
    border-radius: 4px;
    padding: 10px 12px;
    position: relative;
    cursor: default;
    overflow: hidden;
    border: 1px solid transparent;
}

.smart-pickup-place.edit-mode dd {
    cursor: pointer;
    border: 1px solid #d9dbdc;
}

.smart-pickup-place.edit-mode dd p {
    padding-right: 20px;
}

.smart-pickup-place.edit-mode dd:after {
    content: "\e92e";
    font-family: 'LineIcons';
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    color: #fe6a2b;
    color: #2a3138;
    pointer-events: none;
}

.smart-pickup-same-place {
    padding: 16px 0;
}

.smart-pickup-same-place .btn-item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

/* .order-section .store-calendar {
    height: 0;
    margin-top: 0;
    padding: 0;
}

.order-section .store-calendar.active {
    height: auto;
    margin-top: -16px;
    padding-bottom: 20px;
} */
.order-section.store-require {
    padding-left: 0;
    padding-right: 0;
}

.order-section .store-calendar .month {
    font-size: 16px;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 12px;
}

.order-section .store-calendar .date-inner {
    padding: 0 8px;
    border-top: 1px solid #d9dbdc;
    border-bottom: 1px solid #d9dbdc;
    background-color: #f9f9fa;
}

.order-section .store-calendar .date-inner .swiper-slide {
    width: 40px;
}

.order-section .store-calendar .date-inner .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 75px;
    text-align: center;
}

.order-section .store-calendar .date-inner .swiper-slide .date-week {
    font-size: 12px;
    color: #5b6068;
}

.order-section .store-calendar .date-inner .swiper-slide .date-num {
    padding-bottom: 10px;
    font-size: 14px;
    color: #2a3138;
}

.order-section .store-calendar .date-inner .date-list .today {
    background-color: #fff;
}

.order-section .store-calendar .date-inner .date-list .today::before {
    content: "오늘";
    display: block;
    font-size: 11px;
    color: #fe6a2b;
    font-weight: 500;
}

.order-section .store-calendar .date-inner .date-list li.date-disable {
    pointer-events: none;
}

.order-section .store-calendar .date-inner .date-list .date-disable .date-num {
    color: #c0c6ce;
}

.order-section .store-calendar .date-inner .date-list .on {
    background-color: #fe6a2b;
    color: #fff;
}

.order-section .store-calendar .date-inner .date-list .on::before {
    content: "장착일";
    display: block;
    font-size: 11px;
    color: #fff;
}

.order-section .store-calendar .date-inner .date-list .on .date-week {
    color: #fff;
}

.order-section .store-calendar .date-inner .date-list .on .date-num {
    color: #fff;
}

.order-section .store-calendar .timecheck-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 15px 0;
}

.order-section .store-calendar .store-calendar-button button {
    display: block;
    width: 50%;
    margin: auto;
}

.timecheck-wrap .time-item {
    overflow: hidden;
    display: block;
    position: relative;
    width: 23.5%;
    margin-bottom: 5px;
    cursor: default;
}

.timecheck-wrap .time-item input {
    width: 0;
    height: 0;
    position: absolute;
    top: -100px;
}

.timecheck-wrap .time-item .label-txt {
    display: block;
    border: 1px solid #2a3138;
    border-radius: 4px;
    font-size: 12px;
    color: #2a3138;
    line-height: 33px;
    text-align: center;
}

.timecheck-wrap .time-item input[type="radio"]:disabled ~ .label-txt {
    border: 1px solid #d9dbdc;
    font-size: 12px;
    color: #c0c6ce;
}

.timecheck-wrap .time-item input[type="radio"]:checked ~ .label-txt {
    border: 1px solid #fe6a2b;
    background-color: #fe6a2b;
    color: #fff;
}

.reserve-wrap {
    text-align: right;
    padding: 0 15px 20px;
}

.reserve-wrap .active-reserve {
    font-size: 12px;
}

.reserve-wrap .disabled-reserve {
    font-size: 12px;
    margin-left: 12px;
}

.reserve-wrap .active-reserve::after,
.reserve-wrap .disabled-reserve::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 8px;
    margin-left: 4px;
    border: 1px solid #2a3138;
    border-radius: 2px;
}

.reserve-wrap .disabled-reserve::after {
    border: 1px solid #d9dbdc;
}

.order-section.order-car {
    margin-top: 0;
}

/* .order-section.order-car .input-box { background: #f9f9fa;} */
.order-section.order-car .input-box:disabled,
.order-section.order-car .input-box.disabled,
.order-section.order-car .form-control.disabled {
    opacity: 1;
}

.order-section.order-car .input-box:disabled ~ .tools,
.order-section.order-car .input-box.disabled ~ .tools {
    display: none;
}

.order-section.order-car select {
    background-color: #fff;
}

.order-section.order-car select:disabled {
    background-color: #f9f9fa;
    color: #5b6068;
}

.order-section.order-car input {
    background-color: #fff;
}

.order-section.order-car input:read-only {
    background-color: #f9f9fa;
    color: #5b6068;
}

.order-section.order-price .order_step {
    padding-top: 20px;
    border-top: 0;
}

.order-section.order-price .order_step h6 {
    padding: 0;
}

.order-section.order-price .order_step > .cont_box {
    padding: 15px 0;
}

.order-section.order-price .order_button {
    padding: 0;
}

.order-section.order-price .order_step > .tit2 .f_right {
    right: 0;
}

/* order list end */
/*=accordion-item--------------------------------------------------------------------*/
.accordion-item {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    font-size: 0;
}

.accordion-item .accordion-btn {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    font-size: 0;
    -webkit-tap-highlight-color: transparent;
}

.accordion-item .accordion-btn.dp-inblock {
    display: inline-block;
    width: auto;
    padding-right: 36px;
}

.accordion-item .accordion-btn .line-icons.chev-down {
    position: absolute;
    top: 50%;
    right: 8px;
    transition: transform 0.2s;
    transform: translateY(-50%) translateZ(0) rotate(0deg);
    color: #2a3138;
}

.accordion-item.on .accordion-btn .line-icons.chev-down {
    transform: translateY(-50%) translateZ(0) rotate(180deg);
}

.accordion-item .accordion-btn:active .line-icons.chev-down {
    color: #2a3138;
}

.accordion-item .accordion-cont {
    display: none;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.accordion-item.on .accordion-cont {
    display: block;
}

.accordion-item .accordion-cont.swap-default {
    display: block;
}

.accordion-item.on .accordion-cont.swap-default {
    display: none;
}

.accordion-item .accordion-cont.swap-on {
    display: none;
}

.accordion-item.on .accordion-cont.swap-on {
    display: block;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=cart--- --------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.cart-goods-list > li:not(:first-of-type) {
    margin-top: 8px;
}

.cart-goods-list .card .product-area {
    padding-top: 0;
    padding: 0 16px 16px 124px;
}

.cart-goods-list .card .product-area .thumb-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 124px;
    transform: translateY(0);
    overflow: hidden;
}

.cart-total {
    background: #fff;
    padding: 12px 20px;
    padding-bottom: calc(12px + constant(safe-area-inset-bottom));
    padding-bottom: calc(12px + env(safe-area-inset-bottom));
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    left: 0;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=search by tire size --------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.tab-item.on-modal-with-header + .size-search-result {
    padding-top: 45px;
}

/* class size-search-result add show or hide trigger */
/* thick-step (default step) */
.size-search-result.thick-step .explan.thick,
.size-search-result.thick-step .size-result.thick {
    display: block;
}

/* flat-step */
.size-search-result.flat-step .visual.thick,
.size-search-result.flat-step .explan.flat,
.size-search-result.flat-step .size-result.flat {
    display: block;
}

/* inch-step */
.size-search-result.inch-step .visual.thick,
.size-search-result.inch-step .visual.flat,
.size-search-result.inch-step .explan.inch,
.size-search-result.inch-step .size-result.inch {
    display: block;
}

/* last-step */
.size-search-result.last-step .visual.thick,
.size-search-result.last-step .visual.flat,
.size-search-result.last-step .visual.inch,
.size-search-result.last-step .pick-size,
.size-search-result.last-step .size-search-step .another-check,
.size-search-result.last-step .size-search-step .button-wrap {
    display: block;
}

/* another-step */
.size-search-result.another-step .explan.thick,
.size-search-result.another-step .front-size,
.size-search-result.another-step .size-result.thick {
    display: block;
}

/* both-step */
.size-search-result.both-step .front-size,
.size-search-result.both-step .reverse-size,
.size-search-result.both-step .size-search-step .another-check,
.size-search-result.both-step .size-search-step .button-wrap {
    display: block;
}

/* default hide */
/*.size-search-result .tire-visual .visual {
  display: none;
}*/
/*.size-search-result .explan-wrap .explan {
  display: none;
}*/
/*.size-search-result .pick-size {
    display: none;
}*/
/*.size-search-result .front-size {
  display: none;
}*/
/*.size-search-result .reverse-size {
  display: none;
}*/
/*.size-search-result .size-search-step .size-result {*/
/*  display: none;*/
/*}*/
.size-search-result .size-search-step .another-check,
.size-search-result .size-search-step .button-wrap {
    display: none;
}

.size-search-result .size-search-step.done .another-check,
.size-search-result .size-search-step.done .button-wrap {
    display: block;
}

.size-search-result .size-search-visual .tire-visual {
    position: relative;
    width: auto;
    height: 170px;
    background-image: url("../images/common/tire_size_search_01.png");
    background-repeat: no-repeat;
    background-position: center 79px;
    background-size: 452px 452px;
    background-color: #eceeef;
}

/*.size-search-result.thick-step .size-search-visual .tire-visual {
    background-image: url('../images/common/tire_size_search_01.png');
}

.size-search-result.flat-step .size-search-visual .tire-visual {
    background-image: url('../images/common/tire_size_search_02.png');
}

.size-search-result.inch-step .size-search-visual .tire-visual {
    background-image: url('../images/common/tire_size_search_03.png');
}

.size-search-result.last-step .size-search-visual .tire-visual {
    background-image: url('../images/common/tire_size_search_04.png');
}

.size-search-result.another-step .size-search-visual .tire-visual {
    background-image: url('../images/common/tire_size_search_01.png');
}

.size-search-result.both-step .size-search-visual .tire-visual {
    background-image: url('../images/common/tire_size_search_05.png');
}*/
.size-search-result .tire-visual .visual {
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    color: #fe6a2b;
    line-height: 100%;
}

.size-search-result .tire-visual .visual:empty {
    display: none;
}

.size-search-result .tire-visual .visual.thick {
    top: 103px;
    left: calc(50% - 50px);
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
}

.size-search-result .tire-visual .visual.flat {
    top: 100px;
    left: 50%;
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
}

.size-search-result .tire-visual .visual.inch {
    top: 104px;
    left: calc(50% + 33px);
    -webkit-transform: rotate(14deg);
    transform: rotate(14deg);
}

.size-search-result .explan-wrap .explan {
    position: absolute;
    top: 130px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.size-search-result .pick-size {
    position: absolute;
    top: 13px;
    left: 50%;
    width: auto;
    height: auto;
    transform: translateX(-50%);
}

.size-search-result .pick-size:empty {
    display: none;
}

.size-search-result .pick-size .another-result {
    position: relative;
    width: 290px;
    height: 35px;
    margin: auto;
    padding: 0 20px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    line-height: 35px;
}

.size-search-result .another-result.researching {
    display: none;
}

.size-search-result .another-result + .another-result {
    margin-top: 8px;
}

.size-search-result .another-result .label-txt {
    font-size: 16px;
}

.size-search-result .another-result .label-txt::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 15px;
    margin: 0 4px 0 8px;
    background-color: #2a3138;
    vertical-align: -1px;
}

.size-search-result .another-result .size {
    font-size: 16px;
    color: #fe6a2b;
}

.size-search-result .another-result button {
    position: absolute;
    right: 8px;
    top: 0;
    border-radius: 20px;
    background-color: transparent;
    font-size: 12px;
}

.size-search-result .another-result button .refresh {
    top: -1px;
    margin-left: 4px;
}

/* 20241210 start */
.size-search-result .tip-msg {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #5b6068;
    position: absolute;
    top: 28px;
    pointer-events: none;
}

.size-search-result:has(.another-result) .tip-msg { display: none; }

.size-search-result .tip-msg em { font-weight: 500; color: #fe6a2b;}
/* 20241210 end */

.size-search-step .step-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 12px 17px;
    background-color: #ffffff;
}

.size-search-step .step-list li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin: 0 3px;
    text-align: center;
    line-height: 38px;
    border-radius: 4px;
    background-color: #f2f2f7;
    font-size: 14px;
    color: #a0a6af;
}

.size-search-step .step-list li.step {
    border: 1px solid #fe6a2b;
    background-color: #fff;
    color: #fe6a2b;
}

.size-search-step .step-list li.check {
    border: 1px solid #d9dbdc;
    background-color: #fff;
    color: #2a3138;
}

.size-search-step .step-list li.check::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 30px;
    display: inline-block;
    width: 5px;
    height: 9px;
    margin-top: -6.5px;
    border: 1px solid #fe6a2b;
    border-left-width: 0;
    border-top-width: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.size-search-step .size-result {
    background-color: #f9f9fa;
}

.size-result .size-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 12px 10px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.size-result .size-list:empty {
    display: none;
}

.size-result .size-list .size {
    overflow: hidden;
    width: 20%;
    margin-bottom: 8px;
    padding: 0 2px;
    height: 45px;
    text-align: center;
}

.size-result .size-list .size-button {
    width: 100%;
    height: 45px;
    padding: 0;
    border: 1px solid #d9dbdc;
    border-radius: 4px;
    line-height: 43px;
}

.size-result .size-list .size-button span {
    font-size: 18px;
    color: #5b6068;
}

.size-search-step .another-check {
    text-align: center;
}

.size-search-step .another-check .check-item {
    margin-bottom: 11px;
}

.size-search-step .another-check .label-txt {
    font-size: 14px;
    color: #5b6068;
}

.size-search-step .button-wrap {
    padding-top: 20px;
    border-top: 1px solid #f2f2f7;
    text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=smart pickup address search-------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.address-search-header {
    position: sticky;
    position: -webkit-sticky;
    top: 1px;
    z-index: 1001;
    background: #fff;
    border-bottom: 1px solid #d9dbdc;
}

.address-search-result-list {
    padding-bottom: 32px;
}

.address-search-result-list > li {
    padding: 0;
    margin-top: 16px;
    background: #fff;
    border: 1px solid #d9dbdc;
    border-radius: 4px;
    overflow: hidden;
}

.address-search-result-list > li.accordion-item.on {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.address-search-result-list > li .btn-item.btn-free {
    padding: 8px 12px;
    border: none;
    background: transparent;
}

.smart-pickup-history-list {
    padding-bottom: 32px;
}

.smart-pickup-history-list > li {
    padding: 0;
    margin-top: 16px;
    background: #fff;
    border: 1px solid #d9dbdc;
    border-radius: 4px;
    overflow: hidden;
}

.smart-pickup-history-list > li.accordion-item.on {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.smart-pickup-history-list > li .btn-item.btn-free {
    padding: 8px 12px;
    border: none;
    background: transparent;
}

.address-search-detail-input {
    background: #fff;
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    left: 0;
}

.model-search-swiper {
    position: fixed;
    top: calc(48px + 45px);
    padding: 12px 20px;
    width: 100%;
    background-color: #fff;
    z-index: 10;
}

.tab-item.on-modal-with-header {
    position: fixed;
    top: 48px;
    z-index: 800;
}

.modal-scroller .searching-car-view.has-tab {
    margin-top: 102px;
    padding-bottom: 0px;
}

.search-car-by-model {
    padding-top: 64px;
}

.search-car-by-model .step-contents {
    display: none;
}

.search-car-by-model.brands .step-contents.brands {
    display: block;
}

.search-car-by-model.models .step-contents.models {
    display: block;
}

.search-car-by-model.models .step-contents.models .model-select > li > .model-select-item {
    padding: 0 4px;
}

.search-car-by-model.models .step-contents.models .model-select > li > .model-select-item .label-txt {
    font-size: 12px;
}

.search-car-by-model.detailed-models .step-contents.detailed-models {
    display: block;
}

.search-car-by-model.fuel .step-contents.fuel {
    display: block;
}

.search-car-by-model.years .step-contents.years {
    display: block;
}

.search-car-by-model .step-contents.fuel .fuel-select-item.on {
    background-color: #fe6a2b;
    border-color: transparent;
    color: #ffffff;
}

.search-car-by-model .step-contents.years .done-view {
    display: none;
}

.search-car-by-model .step-contents.years .done-hidden {
    display: block;
}

.search-car-by-model .step-contents.years.done .done-view {
    display: block;
}

.search-car-by-model .step-contents.years.done .done-hidden {
    display: none;
}

.search-car-by-model .step-contents.years .dummy-box {
    height: 130px;
}

/*step-contents years done*/
.search-car-by-model .step-button {
    padding: 0 30px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #a0a6af;
    border-radius: 4px;
    border: 1px solid #f2f2f7;
    background-color: #f2f2f7;
    width: 120px;
    pointer-events: none;
    white-space: nowrap;
}

.search-car-by-model .step-button.step {
    border: 1px solid #fe6a2b;
    background-color: #fff;
    color: #fe6a2b;
    pointer-events: auto;
}

.search-car-by-model .step-button.check {
    border: 1px solid #d9dbdc;
    background-color: #fff;
    color: #2a3138;
    pointer-events: auto;
}

.search-car-by-model .step-button.check::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 14px;
    margin-left: 30px;
    display: inline-block;
    width: 5px;
    height: 9px;
    margin-top: -6.5px;
    border: 1px solid #fe6a2b;
    border-left-width: 0;
    border-top-width: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.search-car-by-model .model-search-swiper .step-button {
    min-width: 120px;
}

.tab-item.on-search-modal {
    padding: 0;
}

.model-search-swiper .swiper-slide {
    display: inline-block;
    width: auto;
}

.model-search-swiper .swiper-slide .line-icons {
    font-weight: bold;
}

.model-search-swiper .swiper-slide .btn-item {
    width: 100px;
    padding: 0px 10px;
}

.model-search-swiper .swiper-slide .line-icons {
    display: inline-block;
}

/*.model-search-swiper .swiper-slide .check{*/
/*   position:absolute;*/
/*   top:13px;*/
/*   right:8px;*/
/*}*/
.model-select-wrap {
    width: 100%;
    /*background-color:#f9f9fa;*/
}

.searching-car-view + .model-select-wrap, .select-opt-list + .model-select-wrap {
    margin-top: 0px;
}

.model-select-wrap .searching-result-select-bx {
    border-top: 1px solid #f9f9fa;
    padding-top: 0px;
}

/*.guide-tip-bx + .searching-result-select-bx{
    padding-top:134px;
    padding-bottom:149px;
}*/
.model-select-wrap .searching-result-select-bx .txt-noti {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 145px;
    text-align: center;
}

.company-sel li {
    position: relative;
    border-bottom: 1px solid #f2f2f7;
}

.company-sel li:nth-of-type(10):after {
    content: '';
    display: block;
    width: calc(100% - 40px);
    height: 0;
    border-bottom: 1px solid #d9dbdc;
    position: absolute;
    transform: translateX(-50%);
    bottom: -1px;
    left: 50%;
}

.company-sel .divide-line:before {
    content: '';
    display: block;
    width: calc(100% - 40px);
    height: 0;
    border-bottom: 1px solid #d9dbdc;
    position: absolute;
    left: 20px;
    bottom: -1px;
}

.company-sel li a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.company-sel li a.on {
    font-weight: 500;
    color: #fe6a2b;
}

/* 20240229 start */
.brand-select {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 20px 32px;
    margin: 0;
    list-style: none;
}

.brand-select dt {
    width: 100%;
    height: auto;
    position: relative;
    line-height: 20px;
    font-size: 14px;
    margin-top: 32px;
}

.brand-select dd {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
}

.brand-select dd .brand-select-item {
    appearance: none;
    flex: 0 0 calc((100% - 8px) / 3);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border: none;
    border-radius: 4px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    background: #F9F9FA;
}

.brand-select dd .brand-select-item:active { background: rgba(0,0,0,0.05); }

.brand-select dd .brand-select-item.on { background: #fe6a2b; border-color: transparent; color: #fff;}

.model-select-wrap .step-contents:not(:has(.brands)) .model-select .model-select-item {
    background-color: #F9F9FA;
    border-color: transparent;
}

.model-select-wrap .step-contents:not(:has(.brands)) .model-select .model-select-item.on { background-color: #fe6a2b; }

.search-car-by-model .step-contents.fuel .fuel-select-item {
    background-color: #F9F9FA;
    border-color: transparent;
}

.search-car-by-model .step-contents.fuel .fuel-select-item.on {
    background-color: #fe6a2b;
    border-color: transparent;
    color: #fff;
}
/* 20240229 end */

.model-select-wrap .txt-noti {
    padding-left: 20px;
    padding-top: 7px;
    font-size: 10px;
    color: #a0a6af;
}

.model-select-wrap .cs_menu01 li a {
    border-radius: 4px;
    background-color: #fff;
}

.model-select-wrap .model-select .model-select-item .label-txt {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.model-select-wrap .model-select .model-select-item.on {
    background-color: #fe6a2b;
    color: #ffffff;
    border-color: transparent;
}

.sel-car-lst {
    /*padding:26px 10px 30px 20px;*/
}

.sel-car-lst li {
    float: left;
    width: 50%;
    /*padding:0px 10px 30px 0px;*/
    margin-bottom: 30px !important;
}

.sel-car-lst li .radio-item {
    display: block;
    background-color: #fff;
    height: 90px;
}

.sel-car-lst li .labelling {
    width: 100%;
    padding: 0px;
    padding-right: 12px;
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
    letter-spacing: -0.6px;
    height: 36px;
    line-height: 18px;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
}

.sel-car-lst li .radio-item .img-holder {
    height: 88px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 0px;
}

.full-bt-lst {
    padding-top: 20px;
    padding-bottom: 150px;
}

.full-bt-lst li {
    padding: 5px 20px 0px 20px;
    margin-top: 5px;
}

.full-bt-lst li .btn-item {
    width: 100%;
}

.mycar-link-wrap {
    margin: 16px 6px 0;
    text-align: right;
}

.mycar-link-wrap .mycar-link {
    font-size: 12px;
}

.card.card-time-deal .price-wrap .price {
    display: inline-block;
    margin-right: 4px;
}

.card.card-time-deal .price-wrap .discount {
    display: inline-block;
}

/*!
Tstation-mobile
Tstation Platform System Team
2.1.3

*/
.membership-resign .list-style-disc > *::before {
    color: #fe6a2b;
    width: 14px;
    height: 14px;
    transform: scale(0.5);
    font-size: 12px;
    left: 0;
    top: 0;
}

.membership-resign .list-info li {
    font-size: 12px;
    padding-left: 6px;
}

.membership-resign .list-info li::before {
    content: '';
    width: 4px;
    height: 1px;
    background: #fe6a2b;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
}

.membership-resign h3,
.membership-resign h3 label {
    font-size: 16px;
}

.membership-resign .hero-seciotn {
    padding: 4px 0 32px;
    background-color: #f9f9fa;
    text-align: center;
}

.membership-resign .hero-seciotn .hero {
    font-size: 16px;
}

.membership-resign .hero-seciotn .subcopy {
    margin-top: 8px;
}

.membership-resign .headline-wrap {
    line-height: 40px;
    border-bottom: 1px solid #d9dbdc;
}

.membership-resign .headline-wrap h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
}

.membership-resign .distance-border::before {
    content: "";
    display: block;
    height: 10px;
    background-color: #eceeef;
}

.out-button-popup .btn-item {
    width: 49%;
}

.out-more-popup {
    position: relative;
}

.out-more-popup .out-more {
    position: absolute;
    right: 20px;
    bottom: -16px;
    z-index: 1;
    text-decoration: underline;
}

.modal-body .searching-car-view {
    border-bottom: none;
}

.searching-car-view .txt-info .details {
    margin-top: 3px;
    color: #5b6068;
    font-size: 12px;
    letter-spacing: -0.36px;
    text-align: center;
}

.searching-car-view.sm .img-holder {
    height: 120px;
    background-position: 50% 50%;
}

.searching-car-view.sm .txt-info {
    padding-top: 22px;
    color: #2a3138;
}

.select-opt-list {
    padding: 0px 20px;
}

.select-opt-list li {
    margin-bottom: 10px;
}

.select-opt-list .form-control label {
    display: inline-block;
    width: 15%;
}

.form-control .primary-star:before {
    display: inline-block;
    padding-right: 2px;
    content: '*';
    color: #fe6a2b;
    font-size: 16px;
}

.select-opt-list .form-control .input-group {
    display: inline-block;
    width: 84%;
}

.guide-tip-bx {
    position: relative;
    padding: 4px 20px 0px 20px;
    z-index: 1;
}

.guide-tip-bx.top .tooltip-bx {
    position: absolute;
    top: 8px;
    left: 50%;
    width: calc(100% - 40px);
    background-color: #5b6068;
    border: 1px solid #f2f2f7;
    border-radius: 20px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    transform: translateX(-50%);
    opacity: 0;
    animation: anim-guide-tip 4s ease-in-out;
}

.guide-tip-bx.top.off .tooltip-bx {
    animation: fadeIn .5s forwards;
    animation-name: opacityDown;
}

@keyframes anim-guide-tip {
    10% {
        top: 0;
        opacity: 1;
    }
    90% {
        top: 0;
        opacity: 1;
    }
    100% {
        top: 8px;
        opacity: 0;
    }
}

@keyframes anim-today-tip {
    10% {
        top: 100%;
        opacity: 1;
    }
    90% {
        top: 100%;
        opacity: 1;
    }
    100% {
        top: calc(100% + 8px);
        opacity: 0;
    }
}

.guide-tip-bx.top .tooltip-bx .msg {
    padding: 7px 20px;
    color: #ffffff;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
}

.guide-tip-bx.top .tooltip-bx:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: -9px;
    left: 50%;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f2f2f7;
}

.guide-tip-bx.top .tooltip-bx:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #5b6068;
    top: -8px;
    left: 50%;
}

/*car number search*/
.search-car-by-number .search-car-before {
    display: block;
}

.search-car-by-number .search-car-after {
    display: none;
}

.search-car-by-number.done .search-car-before {
    display: none;
}

.search-car-by-number.done .search-car-after {
    display: block;
}

.number-select-wrap {
    padding-bottom: 62px;
    /*border-top:1px solid #f2f2f7;*/
}

.number-select-wrap .check-item .label-txt {
    font-size: 11px;
    line-height: 14px;
}

.number-search-wrap {
    padding: 30px 20px 0 20px;
}

.number-search-wrap.bg-gradient {
    background: white;
    background: linear-gradient(180deg, white 0%, #f9f9fa 100%);
}

.number-search-wrap .searching-car-view.has-tab {
    margin-top: 18px;
}

.number-search-wrap .searching-car-view.default:before {
    width: 90%;
    max-width: 300px;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
}

.searching-car-view.my-model {
    padding-top: 60px;
    padding-bottom: 30px;
}

.searching-car-view.my-model .img-holder {
    position: relative;
    height: 130px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.searching-car-view.my-model .img-holder {
    content: '';
    display: block;
    width: 500px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(236, 237, 237, 0.2));
    z-index: 0;
}

.number-search-wrap .select-opt-list {
    padding: 0px;
}

.number-search-wrap .button-wrap {
    padding: 40px 0 16px 0;
}

.my-car-search-wrap {
    padding: 28px 20px 0px 20px;
    border-top: 1px solid #f2f2f7;
}

.my-car-search-wrap .my-car-search-before {
    display: block;
}

.my-car-search-wrap .my-car-search-after {
    display: none;
}

.my-car-search-wrap.done .my-car-search-before {
    display: none;
}

.my-car-search-wrap.done .my-car-search-after {
    display: block;
}

.my-car-search-wrap h3 {
    font-size: 14px;
}

.my-car-search-wrap .button-wrap {
    margin-top: 12px;
}

.mycar-select-item + .button-wrap {
    margin-top: 20px;
}

.my-car-search-wrap .my-car-selected {
    overflow: hidden;
    padding: 0px;
    text-align: center;
}

.my-car-search-wrap .my-car-selected .info {
    position: static;
    transform: none;
    display: inline-block;
}

.my-car-search-wrap .my-car-selected .img-holder {
    display: inline-block;
    width: auto;
    height: 85px;
}

.my-car-search-wrap .my-car-selected p {
    text-align: left;
}

.my-car-search-wrap .mycar-select-item {
    width: 100%;
    height: 60px;
    background-color: #f2f2f7;
}

.my-car-search-wrap .mycar-select-swiper {
    padding: 10px 20px 0 20px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.my-car-search-wrap .mycar-select-swiper .swiper-slide {
    width: 44px;
    font-size: 0;
}

.my-car-search-wrap .mycar-select-swiper .btn-item {
    width: 44px;
    height: 44px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.my-car-search-wrap .mycar-select-swiper .btn-item.on:after {
    content: "\e90f";
    font-family: 'LineIcons' !important;
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 8px;
    background: #58c1c7;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}

/* 매장상세 */
.store-hero-section::after,
.store-info-section::after,
.store-deal-section::after,
.store-service-section::after {
    content: "";
    display: block;
    height: 10px;
    background-color: #eceeef;
    clear: both;
}

.store-detail-swiper img {
    width: 100%;
}

.store-detail-swiper .swiper-pagination-bullet {
    opacity: 1;
    background-color: #fff;
}

.store-detail-swiper .swiper-pagination-bullet-active {
    background-color: #ff803b;
}

/* 20230130 start */
.store-hero-section .hero-info {
    position: relative;
    display: block;
    margin: 20px;
}

.store-hero-section .hero-info .feature-badge-wrap {
    position: relative;
    font-size: 0;
    line-height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.store-hero-section .hero-info .feature-badge-wrap .feature-badge {
    display: inline-block;
    width: auto;
    height: 21px;
    vertical-align: middle;
}
/* 20230130 end */

.store-hero-section .hero-info .flags {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.store-hero-section .hero-info .flags li {
    margin: 0 0 0 4px;
}

.store-hero-section .hero-info .flag.flag-superior-store {
    background-color: #ff8c27;
}

.store-hero-section .hero-info .flag.flag-smart-pickup {
    background-color: #1996ee;
}

/* 20230130 start */
.store-hero-section .interest-store-wrap.right {
    transform: translate(10px, -10px);
}



.store-hero-section .hero-info .franchisee {
    margin-top: 16px;
}

.store-hero-section .hero-info .franchisee .headcopy {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 32px;
    font-size: 0;
}

.store-hero-section .hero-info .franchisee .headcopy .name {
    font-size: 20px;
    font-weight: normal;
    word-break: break-all;
    line-height: 20px;
}

.store-hero-section .hero-info .star-wrap {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.store-hero-section .hero-info .star-wrap::before {
    content: '\e933';
    font-family: 'LineIcons';
    display: inline-block;
    color: #ffa200;
    vertical-align: middle;
}

.store-hero-section .hero-info .franchisee .headcopy .info {
    display: flex;
    margin-left: 12px;
    border-top: none;
}

.store-hero-section .hero-info .franchisee .headcopy .km {
    position: relative;
    margin-right: 4px;
    padding-right: 4px;
    font-size: 12px;
}

.store-hero-section .hero-info .franchisee .headcopy .km::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
    width: 1px;
    height: 16px;
    background-color: #333;
}

.store-hero-section .hero-info .franchisee .headcopy .open {
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.store-hero-section .hero-info .franchisee .headcopy .open:before {
    content: '';
    display: flex;
    width: 0;
    height: 14px;
    border-left: 1px solid #2a3138;
    margin: 0 8px; 
}


.store-hero-section .hero-info .store-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    margin-top: 16px;
}

.store-hero-section .hero-info .store-meta > span {
    display: inline-block;
    width: auto;
    height: 14px;
    line-height: 14px;
    padding: 0 4px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background-color: #5b6068;
    border-radius: 2px;
}

.store-hero-section .hero-info .store-meta > span.great-store {
    background-color: #ff8c27;
}
/* 20230130 end */

.store-info-section .store-manager {
    position: relative;
    margin: 20px 16px 0;
    padding-top: 48px;
}

.store-info-section .store-manager .manager-photo {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50px;
    width: 96px;
    height: 96px;
    border: 2px solid #eceeef;
    border-radius: 100%;
    background-image: url("../images/common/empty-manager.png");
    background-position: center;
}

.store-info-section .store-manager .manager-photo img {
    display: block;
    width: 100%;
}

.store-info-section .store-manager .manager-photo .inner {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.store-info-section .store-manager .manager-info {
    padding: 65px 8px 35px;
    background-color: #f9f9fa;
    border-radius: 4px;
}

.store-info-section .info-list {
    padding: 0 16px;
}

.store-info-section .info-list .items {
    position: relative;
    padding: 25px 0 25px 48px;
    border-bottom: 1px solid #f2f2f2;
}

.store-info-section .info-list .items:last-child {
    border-bottom: 0;
}

.store-info-section .info-list .items > .line-icons {
    position: absolute;
    left: 0;
    top: 20px;
}

.store-info-section .benefit-wrap {
    margin: 0 20px;
    padding: 16px 0 20px;
    border-top: 1px solid #f2f2f2;
}

.store-info-section .benefit-wrap .hash-list {
    overflow: hidden;
}

.store-info-section .benefit-wrap .hash-list::after {
    content: "";
    display: block;
    clear: both;
}

.store-info-section .benefit-wrap .hash-list .hash {
    float: left;
    margin: 0 8px 4px 0;
    padding: 0 4px;
    border-radius: 4px;
    background-color: #f2f2f7;
    line-height: 30px;
}

.store-info-section .benefit-wrap .hash-list .hash::before {
    content: "\0023";
    display: inline-block;
}

.store-deal-section .headcopy-wrap .headcopy {
    margin: 12px 0 8px;
    padding: 8px 20px;
    border-bottom: 1px solid #f2f2f2;
}

.store-deal-section .headcopy-wrap .subcopy {
    padding: 8px 20px;
}

.store-deal-section .ts-deal-card-list {
    padding: 16px 20px;
    background-color: #ffa841;
}

.store-deal-section .ts-deal-card-list > ul > li + li {
    margin-top: 8px;
}

.store-service-section .headcopy-wrap .headcopy {
    margin: 12px 0 8px;
    padding: 8px 20px;
    border-bottom: 1px solid #f2f2f2;
}

.store-service-section .headcopy-wrap .tab-item {
    height: 34px;
    line-height: 34px;
}

.store-service-section .headcopy-wrap .tab-item > a {
    line-height: 34px;
}

.store-service-section .service-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8px 20px 28px;
}

.store-service-section .service-list .service {
    width: 25%;
    margin-top: 20px;
    padding: 0 8px;
    text-align: center;
    line-height: 125%;
    font-size: 12px;
    color: #5b6068;
}

.store-service-section .service-list .service .line-icons {
    width: 100%;
    margin-bottom: 4px;
}

.store-customer-section .headcopy-wrap .headcopy {
    margin: 12px 0 8px;
    padding: 8px 20px;
    border-bottom: 1px solid #f2f2f2;
}

.customer-card-list {
    padding: 12px 16px;
}

.customer-card-list .customer-card {
    margin-bottom: 8px;
    padding: 12px;
    border-radius: 4px;
}

.customer-card-list .customer-card.my-review {
    padding-top: 6px;
}

.customer-card-list .customer-card .review-delete-area {
    display: block;
    width: 100%;
    height: auto;
    text-align: right;
}

.customer-card-list .customer-card .review-delete-area .review-delete-btn {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 6px;
    background-color: #5b6068;
    color: #ffffff;
    font-size: 0;
    border-radius: 2px;
}

.customer-card-list .customer-card .review-delete-area .review-delete-btn .label {
    font-size: 11px;
    font-weight: 500;
}

.customer-card-list .customer-card .review-delete-area .review-delete-btn > span {
    vertical-align: middle;
}

.customer-card-list .customer-card > .review-delete-area + ul {
    margin-top: 5px;
}

.customer-card-list .customer-card .name {
    position: relative;
    padding-right: 12px;
    margin-right: 8px;
}

.customer-card-list .customer-card .name::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 12px;
    margin-top: -6px;
    background-color: #777a7e;
}

.store-customer-button button {
    width: 48%;
}

.store-customer-button button .more-count {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

.store-customer-section .sort-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 34px;
    padding: 0 20px;
    line-height: 34px;
    border-bottom: 1px solid #d9dbdc;
}

.store-customer-section .sort-item a {
    display: inline-block;
    margin-right: 16px;
    font-size: 12px;
    line-height: 34px;
}

.store-customer-section .sort-item a.on {
    color: #fe6a2b;
}

.store-customer-section .more-review {
    line-height: 34px;
}

.store-customer-section .more-review .line-icons {
    top: -1px;
}

.deal-store-map {
    border-top: 1px solid #d9dbdc;
    border-bottom: 1px solid #d9dbdc;
}

.deal-bottom-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 801;
    padding: 12px 20px;
    padding-bottom: calc(28px + constant(safe-area-inset-bottom));
    padding-bottom: calc(28px + env(safe-area-inset-bottom));
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px -5px 5px #eee;
}

.deal-bottom-fixed .button-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    text-align: center;
}

.deal-bottom-fixed .button-wrap button {
    width: 49%;
}

/* 매장상세 */
/* 20230130 start */
.store-search-checked {
    padding: 16px;
}

.store-search-checked .radio-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.store-search-checked .radio-wrap .check-item {
    margin: 0;
    flex: 1 1 30%;
}

.store-search-checked .radio-wrap .check-item .label-txt { font-size: 12px; font-weight: 500;}
/* 20230130 start */

.store-accordian-wrap .info {
    display: none;
}

.store-accordian-wrap.active .info {
    display: block;
}

.store-accordian-wrap .headline {
    position: relative;
    padding: 0 20px;
    border-bottom: 1px solid #f2f2f7;
    font-size: 12px;
    font-weight: 400;
    line-height: 36px;
}

.store-accordian-wrap .headline::after {
    content: "";
    position: absolute;
    top: 3px;
    right: 20px;
    bottom: 0;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto 0;
    border: 1px solid #2a3138;
    border-left-width: 0;
    border-top-width: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    z-index: 1;
}

.store-accordian-wrap.active .headline::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.store-accordian-wrap .headline .info-circle {
    top: -1px;
    margin-right: 4px;
}

.store-accordian-wrap .info {
    background-color: #fff;
    padding: 12px 20px;
}

.store-accordian-wrap .info .rowgroup {
    position: relative;
    padding: 6px 0;
    padding-left: 90px;
}

.store-accordian-wrap .info .rowgroup::after {
    content: "";
    display: table;
    clear: both;
}

.store-accordian-wrap .info .rowgroup .rowheader {
    position: absolute;
    left: 0;
    top: 4px;
    width: 70px;
    height: 25px;
    margin: 0 10px 0 15px;
    color: #fe6a2b;
    font-size: 12px;
    line-height: 23px;
    font-weight: 500;
}

.store-accordian-wrap .info .rowgroup .rowheader.allmyt-store {
    height: auto;
    text-align: left;
}

.store-accordian-wrap .info .rowgroup .rowheader.allmyt-store img {
    width: 55px;
    height: 18px;
}

.store-accordian-wrap .info .rowgroup .cell {
    position: relative;
    min-height: 25px;
    font-size: 12px;
}

.store-sort-wrap {
    background-color: #fff;
}

.store-search .line-icons {
    top: -1px;
}

.store-search .sort-result-section .benefit-wrap .benefit {
    margin: 0 0 0 4px;
}

.store-search .sort-result-section .benefit-wrap.third-benefit .benefit {
    margin: 0 0 4px 4px;
}

.findloacal-section {
    display: flex;
    margin: 12px 20px 36px;
}

.findloacal-section .cell {
    flex: auto;
}

.findloacal-section .cell.button-wrap {
    flex: none;
}

/*방문 예약*/
.order-section .sub-headline {
    margin-top: 15px;
    padding-left: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f2f2f7;
}

.order-section .opt-checkbox-lst {
    overflow: hidden;
}

.order-section .opt-checkbox-lst li {
    float: left;
    width: 50%;
}

.order-section .opt-checkbox-lst .labelling {
    letter-spacing: -0.3px;
}

.order-section .noti-coupon-bx {
    padding: 18px 0px 4px 0px;
}

.order-section .noti-coupon-bx .btn-item {
    width: 100%;
}

.complete-reserve-msg {
    padding-top: 5px;
    text-align: center;
}

.complete-reserve-msg .calendar-ico {
    color: #fe6a2b;
    text-align: center;
}

.complete-reserve-msg .info-txt {
    margin-top: 15px;
    font-size: 16px;
    line-height: 23px;
}

.complete-reserve-msg .noti-txt {
    margin-top: 13px;
    color: #5b6068;
    font-size: 12px;
    line-height: 16px;
}

.complete-btns {
    display: flex;
    padding: 0px 4px;
    justify-content: space-between;
}

.complete-btns .btn-item {
    padding-left: 10px;
    padding-right: 10px;
    width: 49%;
    letter-spacing: -0.35px;
}

.goods_detail .tab.sticky {
    top: 49px;
}

.modal-item .review_write .ip_txt01 {
    min-height: 200px;
}

.modal-item .review_write ol li.select01 {
    z-index: 1;
}

.bg-dotted-bottom {
    background: url("../images/common/bg_border_dotteds.png") repeat-x left bottom;
    background-size: 4px 1px;
}

.comment-accordion-wrap .recommend-icon {
    text-align: center;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.comment-accordion-wrap .recommend-icon::before {
    content: "";
    display: block;
    margin: 0 auto 16px;
}

.comment-accordion-wrap .recommend-icon.step-first::before {
    width: 35px;
    height: 34px;
    background: url("../images/common/step1_easy_icon.svg") no-repeat left top;
    background-size: 35px 34px;
}

.comment-accordion-wrap .recommend-icon.step-second::before {
    width: 133px;
    height: 26px;
    background: url("../images/common/step2_easy_smartpay.png") no-repeat left top;
    background-size: 133px 26px;
}

.comment-accordion-wrap .recommend-icon.step-third::before {
    width: 38px;
    height: 37px;
    background: url("../images/common/step3_easy_icon.svg") no-repeat left top;
    background-size: 38px 37px;
}

.comment-accordion-wrap ol {
    text-align: center;
}

.comment-accordion-wrap ol > li {
    text-align: center;
}

.comment-accordion-wrap ol > li::after {
    display: block;
    content: '\e918';
    font-family: LineIcons;
    width: 14px;
    height: 14px;
    margin: auto;
    font-size: 14px;
    line-height: 14px;
    transform: rotate(180deg);
}

.comment-accordion-wrap ol > li:last-child::after {
    display: none;
}

.comment-accordion-wrap .easy-list > li p {
    letter-spacing: -.5px;
}

/* 쿠폰 다운로드 확인 */
.coupon-download-btn {
    background: #f2f2f7;
    border-top: 1px solid #f2f2f7;
}

.coupon-download-btn.btn-ol:active div {
    color: #fff;
}

.coupon-download-btn .icon-holder {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #d9dbdc;
    vertical-align: middle;
    border-radius: 50%;
    position: relative;
}

.coupon-download-btn .icon-holder .line-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.coupon-download-btn.downloaded {
    color: #a0a6af;
    pointer-events: none;
}

.coupon-download-btn .icon-holder .line-icons:nth-of-type(1) {
    opacity: 1;
}

.coupon-download-btn .icon-holder .line-icons:nth-of-type(2) {
    display: none;
}

.coupon-download-btn.downloaded .icon-holder .line-icons:nth-of-type(1) {
    opacity: 0.1;
}

.coupon-download-btn.downloaded .icon-holder .line-icons:nth-of-type(2) {
    display: inline-block;
}

.coupon-download-btn .label-txt-holder {
    display: inline-block;
    width: auto;
    line-height: inherit;
    vertical-align: middle;
    position: relative;
    font-size: 0;
}

.coupon-download-btn .label-txt-holder .label-txt {
    display: inline-block;
    line-height: 110%;
    vertical-align: middle;
}

.coupon-download-btn .label-txt-holder .label-txt:nth-of-type(1) {
    display: inline;
}

.coupon-download-btn .label-txt-holder .label-txt:nth-of-type(2) {
    display: none;
}

.coupon-download-btn.downloaded .label-txt-holder .label-txt:nth-of-type(1) {
    display: none;
}

.coupon-download-btn.downloaded .label-txt-holder .label-txt:nth-of-type(2) {
    display: inline;
    color: #a0a6af;
}

/* 쿠폰 다운로드 확인 */
.coupon-download-btn.downloaded:disabled {
    opacity: 1;
    border-color: rgba(42, 49, 56, 0.3);
}

.coupon-download-btn.downloaded:disabled .label-txt {
    opacity: .3;
}

.coupon-download-btn .before {
    display: inline-block;
}

.coupon-download-btn .after {
    display: none;
}

.coupon-download-btn.downloaded .before {
    display: none;
}

.coupon-download-btn.downloaded .after {
    display: inline-block;
    color: #fe6a2b;
}

.filter-wrap .info-button {
    background-color: transparent;
}

.brand-lineup-wrap {
    position: relative;
    background-color: #151617;
}

.brand-lineup-wrap.bg-lineup-tire {
    padding-top: 120px;
    padding-bottom: 194px;
    background-image: url("../images/common/bg_lineup_tire.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center -32px;
}

.brand-lineup-wrap .brand-logo {
    width: 165px;
    height: 35px;
    margin: auto;
    background-image: url("../images/common/logo_hankooktire.png");
    background-repeat: no-repeat;
    background-size: 165px auto;
    background-position: bottom;
}

.brand-lineup-wrap .brand-lineup-link {
    margin: 24px 20px 0;
}

.brand-lineup-wrap .brand-lineup-link li:first-child::after {
    content: "";
    display: block;
    width: 180px;
    height: 1px;
    margin: auto;
    background-color: #fff;
}

.brand-lineup-wrap .brand-lineup-link li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.brand-carinfo-wrap {
    position: relative;
}

.brand-carinfo-wrap .brand-carinfo-tabs {
    text-align: center;
    padding-top: 20px;
}

.brand-carinfo-wrap .brand-carinfo-tabs li {
    display: inline-block;
    margin: 0 2px;
}

.brand-carinfo-wrap .brand-carinfo-tabs li a {
    display: inline-block;
    line-height: 30px;
    border: 1px solid #d9dbdc;
    font-size: 14px;
    width: 80px;
    border-radius: 4px;
}

.brand-carinfo-wrap .brand-carinfo-tabs li a.active {
    line-height: 30px;
    background-color: #fe6a2b;
    border: 1px solid #fe6a2b;
    color: #fff;
}

.brand-carinfo-wrap .sedan-position-map {
    overflow: hidden;
    position: relative;
    height: 720px;
    margin-top: 16px;
    background: url("../images/common/bg_position_maps.png") repeat left top;
    background-size: 20px 20px;
}

.brand-carinfo-wrap .description {
    max-width: 352px;
    margin: auto;
    padding-top: 20px;
    font-size: 12px;
    text-align: center;
}

.brand-carinfo-wrap .button-wrap {
    margin-top: 20px;
    text-align: center;
}

.sedan-position-map::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: inset 0 -24px 24px 24px #f2f2f7;
}

.sedan-position-map .sedan-guid-premium::before {
    content: "";
    position: absolute;
    top: 80px;
    left: 50%;
    bottom: 0;
    width: 2px;
    height: 100%;
    background-color: #cacbce;
    transform: translate(-50%, 0);
}

.sedan-position-map .location-map {
    position: absolute;
    font-size: 12px;
    z-index: 1;
}

.sedan-position-map .sedan-guid-premium .high {
    top: 52px;
    left: 50%;
    transform: translate(-50%, 0);
}

.sedan-position-map .sedan-guid-premium .lower {
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
}

.sedan-position-map .sedan-guid-braking::before {
    content: "";
    position: absolute;
    top: 530px;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(0.25turn, #fe6a2b, #cab590, #5eb0b5);
}

.sedan-position-map .sedan-guid-braking .high {
    top: 534px;
    left: 20px;
}

.sedan-position-map .sedan-guid-braking .lower {
    top: 534px;
    right: 20px;
}

.sedan-position-map .map-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    padding: 12px 20px;
    line-height: 45px;
    line-height: 45px;
    box-shadow: inset 0 40px 8px 0px #f2f2f7;
}

.sedan-position-map .map-header .headcopy {
    font-size: 14px;
    letter-spacing: -.5px;
}

.sedan-position-map .map-header .sub-headcopy {
    padding-left: 8px;
    font-size: 11px;
}

.map_tire_list {
    position: relative;
}

.map_tire_list .sedan_tire {
    position: absolute;
    z-index: 11;
}

.map_tire_list .sedan_tire a {
    display: block;
    height: 88px;
}

.map_tire_list .sedan_tire.info_h462 {
    left: calc(50% + 130px);
    top: 77px;
    width: 106px;
    height: 111px;
    background-image: url("../images/common/tire_cs_h462.png");
    background-size: 106px 111px;
    transform: translate(-50%, 0);
}

.map_tire_list .sedan_tire.info_h123 {
    left: calc(50% + 113px);
    top: 192px;
    width: 88px;
    height: 111px;
    background-image: url("../images/common/tire_cs_h123.png");
    background-size: 86px 111px;
    transform: translate(-50%, 0);
}

.map_tire_list .sedan_tire.info_k127 {
    left: calc(50% - 123px);
    top: 77px;
    width: 106px;
    height: 113px;
    background-image: url("../images/common/tire_cs_k127.png");
    background-size: 106px 113px;
    transform: translate(-50%, 0);
}

.map_tire_list .sedan_tire.info_k120 {
    left: calc(50% - 87px);
    top: 188px;
    width: 90px;
    height: 112px;
    background-image: url("../images/common/tire_cs_k120.png");
    background-size: 90px 112px;
    transform: translate(-50%, 0);
}

.map_tire_list .sedan_tire.info_h750 {
    left: 50%;
    top: 245px;
    width: 88px;
    height: 112px;
    background-image: url("../images/common/tire_cs_h750.png");
    background-size: 88px 112px;
    transform: translate(-50%, 0);
}

.map_tire_list .sedan_tire.info_h308 {
    left: calc(50% + 78px);
    top: 304px;
    width: 88px;
    height: 112px;
    background-image: url("../images/common/tire_cs_h308.png");
    background-size: 88px 112px;
    transform: translate(-50%, 0);
}

.map_tire_list .sedan_tire.info_h436 {
    left: calc(50% + 113px);
    top: 413px;
    width: 88px;
    height: 110px;
    background-image: url("../images/common/tire_cs_h436.png");
    background-size: 88px 110px;
    transform: translate(-50%, 0);
}

.map_tire_list .sedan_tire.info_h449 {
    left: calc(50% + 52px);
    top: 522px;
    width: 86px;
    height: 111px;
    background-image: url("../images/common/tire_cs_h449.png");
    background-size: 86px 111px;
    transform: translate(-50%, 0);
}

.suv-position-map .map-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    padding: 12px 20px;
    line-height: 45px;
    box-shadow: inset 0 40px 8px 0px #f2f2f7;
}

.suv-position-map .map-header .headcopy {
    font-size: 14px;
    letter-spacing: -.5px;
}

.suv-position-map .map-header .sub-headcopy {
    padding-left: 8px;
    font-size: 11px;
}

.brand-carinfo-wrap .suv-position-map {
    overflow: hidden;
    position: relative;
    height: 720px;
    margin-top: 16px;
    background: url("../images/common/bg_position_maps.png") repeat left top;
    background-size: 20px 20px;
}

.suv-position-map::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: inset 0 -24px 24px 24px #f2f2f7;
}

.suv-position-map .suv-guid-premium::before {
    content: "";
    position: absolute;
    top: 80px;
    left: calc(50% - 50px);
    bottom: 0;
    width: 2px;
    height: 100%;
    background-color: #cacbce;
    transform: translate(-50%, 0);
}

.suv-position-map .location-map {
    position: absolute;
    font-size: 12px;
    z-index: 1;
}

.suv-position-map .suv-guid-premium .high {
    top: 52px;
    left: calc(50% - 50px);
    transform: translate(-50%, 0);
}

.suv-position-map .suv-guid-premium .lower {
    bottom: 10px;
    left: calc(50% - 50px);
    transform: translate(-50%, 0);
}

.suv-position-map .suv-guid-braking::before {
    content: "";
    position: absolute;
    top: 528px;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(0.25turn, #fe6a2b, #cab590, #5eb0b5);
}

.suv-position-map .suv-guid-braking .high {
    top: 534px;
    left: 20px;
}

.suv-position-map .suv-guid-braking .lower {
    top: 534px;
    right: 20px;
}

.map_tire_list .suv_tire {
    position: absolute;
    z-index: 11;
}

.map_tire_list .suv_tire a {
    display: block;
    height: 88px;
}

.map_tire_list .suv_tire.info_rt05 {
    left: calc(50% - 138px);
    top: 296px;
    width: 88px;
    height: 126px;
    background-image: url("../images/common/tire_cs_rt05.png");
    background-size: 88px 126px;
    transform: translate(-50%, 0);
}

.map_tire_list .suv_tire.info_rf11 {
    left: calc(50% - 50px);
    top: 296px;
    width: 88px;
    height: 124px;
    background-image: url("../images/common/tire_cs_rf11.png");
    background-size: 88px 124px;
    transform: translate(-50%, 0);
}

.map_tire_list .suv_tire.info_ra45 {
    left: calc(50% + 34px);
    top: 412px;
    width: 90px;
    height: 112px;
    background-image: url("../images/common/tire_cs_ra45.png");
    background-size: 90px 112px;
    transform: translate(-50%, 0);
}

.map_tire_list .suv_tire.info_ra33 {
    left: calc(50% + 65px);
    top: 296px;
    width: 88px;
    height: 112px;
    background-image: url("../images/common/tire_cs_ra33.png");
    background-size: 88px 112px;
    transform: translate(-50%, 0);
}

.map_tire_list .suv_tire.info_rh17 {
    left: calc(50% + 104px);
    top: 180px;
    width: 106px;
    height: 111px;
    background-image: url("../images/common/tire_cs_rh17.png");
    background-size: 106px 111px;
    transform: translate(-50%, 0);
}

.map_tire_list .suv_tire.info_k127a {
    left: calc(50% + 125px);
    top: 64px;
    width: 106px;
    height: 111px;
    background-image: url("../images/common/tire_cs_k127a.png");
    background-size: 106px 111px;
    transform: translate(-50%, 0);
}

.map_tire_list .suv_tire.info_rh15 {
    left: calc(50% + 8px);
    top: 523px;
    width: 88px;
    height: 112px;
    background-image: url("../images/common/tire_cs_rh15.png");
    background-size: 88px 112px;
    transform: translate(-50%, 0);
}

.more-view-container {
    position: relative;
    height: 260px;
    overflow: hidden;
    padding-bottom: 64px;
}

.more-view-container.on {
    height: auto;
}

.more-view-container .btn-more-view-container {
    position: absolute;
    display: block;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px 0;
    text-align: center;
    background: linear-gradient(to top, white 6%, rgba(255, 255, 255, 0));
}

.more-view-container.on .btn-more-view-container .btn-more-view .line-icons {
    transform: rotate(180deg);
}

.smarthero-section {
    overflow: hidden;
    height: 320px;
    padding: 24px 20px 36px;
    background-image: url(../images/common/bg-membership-benefit-kv.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 321px;
    background-color: #aed7da;
}

.smarthero-section .nowrap {
    word-break: keep-all;
    white-space: nowrap;
}

.smarthero-section .herocopy {
    padding-right: 40px;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: -1px;
    word-break: keep-all;
}

.smarthero-section .herocopy strong {
    font-weight: 700;
    letter-spacing: 0;
}

.smarthero-section .hero-thumb {
    height: 140px;
}

.smarthero-section .subcopy {
    font-size: 16px;
    font-weight: 400;
}

.smarthero-section .subcopy strong {
    font-weight: 500;
}

.smartbuy-section .nowrap {
    word-break: keep-all;
    white-space: nowrap;
}

.smartbuy-section .headcopy {
    position: relative;
    padding: 16px 20px;
    background-color: #5eb0b5;
    font-weight: 300;
    color: #fff;
}

.smartbuy-section .headcopy strong {
    display: block;
    margin-top: 8px;
    font-size: 20px;
    font-weight: 500;
}

.smartbuy-section .headcopy .icon-wrap {
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background-color: #fff;
    border-radius: 25px;
}

.smartbuy-section .headcopy .icon-wrap.icon-smartbuy::before {
    content: "";
    display: block;
    width: 25px;
    height: 18px;
    margin: 16px auto;
    background: url("../images/common/icon_smart_buy.svg") 50% 50% no-repeat;
    background-size: 25px auto;
}

.smartbuy-section .smartbuy-swiper {
    overflow: hidden;
    padding: 8px 36px 48px;
    text-align: center;
}

.smartbuy-swiper .smart-item .item-headcopy {
    font-size: 20px;
    color: #5eb0b5;
    line-height: 56px;
}

.smartbuy-swiper .smart-item img {
    width: 100%;
}

.smartbuy-swiper .smart-item .item-description {
    margin-top: 12px;
    font-size: 14px;
    color: #5b6068;
}

.smartbuy-swiper .smart-item .point {
    color: #5eb0b5;
}

.smartservice-section .nowrap {
    word-break: keep-all;
    white-space: nowrap;
}

.smartservice-section .headcopy {
    position: relative;
    padding: 16px 20px;
    background-color: #fe6a2b;
    font-weight: 300;
    color: #fff;
}

.smartservice-section .headcopy strong {
    display: block;
    margin-top: 8px;
    font-size: 20px;
    font-weight: 500;
}

.smartservice-section .headcopy .icon-wrap {
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background-color: #fff;
    border-radius: 25px;
}

.smartservice-section .headcopy .icon-wrap.icon-smartservice::before {
    content: "";
    display: block;
    width: 28px;
    height: 26px;
    margin: 11px auto;
    background: url("../images/common/icon_smart_service.svg") 50% 50% no-repeat;
    background-size: 28px auto;
}

.smartservice-section .smartservice-swiper {
    overflow: hidden;
    padding: 8px 36px 48px;
    text-align: center;
}

.smartservice-swiper .smart-item .item-headcopy {
    font-size: 20px;
    color: #fe6a2b;
    line-height: 56px;
}

.smartservice-swiper .smart-item img {
    width: 100%;
}

.smartservice-swiper .smart-item .item-description {
    margin-top: 12px;
    font-size: 14px;
    color: #5b6068;
}

.smartservice-swiper .smart-item .point {
    color: #fe6a2b;
}

.smartlive-section .nowrap {
    word-break: keep-all;
    white-space: nowrap;
}

.smartlive-section .headcopy {
    position: relative;
    padding: 16px 20px;
    background-color: #6d80f5;
    font-weight: 300;
    color: #fff;
}

.smartlive-section .headcopy strong {
    display: block;
    margin-top: 8px;
    font-size: 20px;
    font-weight: 500;
}

.smartlive-section .headcopy .icon-wrap {
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background-color: #fff;
    border-radius: 25px;
}

.smartlive-section .headcopy .icon-wrap.icon-smartlive::before {
    content: "";
    display: block;
    width: 33px;
    height: 15px;
    margin: 17px auto;
    background: url("../images/common/icon_smartlive.svg") 50% 50% no-repeat;
    background-size: 33px auto;
}

.smartlive-section .smartlive-swiper {
    overflow: hidden;
    padding: 8px 36px 48px;
    text-align: center;
}

.smartlive-swiper .smart-item .item-headcopy {
    font-size: 20px;
    color: #6d80f5;
    line-height: 56px;
}

.smartlive-swiper .smart-item img {
    width: 100%;
}

.smartlive-swiper .smart-item .item-description {
    margin-top: 12px;
    font-size: 14px;
    color: #5b6068;
}

.smartlive-swiper .smart-item .point {
    color: #6d80f5;
}

.smarlegal-section .headcopy {
    position: relative;
    padding: 10px 20px 0;
    font-size: 14px;
    line-height: 55px;
}

.smarlegal-section .headcopy::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 10px;
    background-color: #eceeef;
}

.smarlegal-section .smarlegal-list {
    padding: 20px;
    background-color: #f9f9fa;
}

.smarlegal-section .smarlegal-list li {
    position: relative;
    padding: 0 0 20px 8px;
    font-size: 12px;
    color: #5b6068;
}

.smarlegal-section .smarlegal-list li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 2px;
    height: 2px;
    background-color: #000;
}

.shopping-tip-wrap {
    position: relative;
}

.shopping-tip-wrap .shopping-tip-tabs {
    text-align: center;
    padding-top: 20px;
}

.shopping-tip-wrap .shopping-tip-tabs li {
    display: inline-block;
    margin: 0 2px;
}

.shopping-tip-wrap .shopping-tip-tabs li a {
    display: inline-block;
    line-height: 30px;
    border: 1px solid #d9dbdc;
    font-size: 14px;
    width: 80px;
    border-radius: 4px;
}

.shopping-tip-wrap .shopping-tip-tabs li a.active {
    line-height: 30px;
    background-color: #fe6a2b;
    border: 1px solid #fe6a2b;
    color: #fff;
}

.shopping-tip-wrap .shopping-tip-description {
    margin: 24px 0 8px;
    padding: 0 20px;
    text-align: center;
}

.shopping-tip-step-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    height: 56px;
    background-color: #fff;
    box-shadow: 0px 4px 4px #ddd;
}

.shopping-tip-step-wrap .shopping-tip-step {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 320px;
    margin: auto;
}

.shopping-tip-step li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.shopping-tip-step li.step-line::before {
    content: "";
    position: absolute;
    left: -50%;
    top: 18px;
    display: block;
    width: 200%;
    height: 2px;
    background-color: #5eb0b5;
    z-index: -1;
}

.shopping-tip-step li .step {
    position: relative;
    display: block;
    width: 80px;
    height: 50px;
    margin: auto;
    padding-top: 8px;
    text-align: center;
}

.shopping-tip-step li .step::before,
.shopping-tip-step li .step::after {
    content: "";
    overflow: hidden;
    display: block;
}

.shopping-tip-step li .step::before {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #c0c6ce;
    margin: auto;
}

.shopping-tip-step li .step.active::before {
    background-color: #5eb0b5;
}

.shopping-tip-step li .step::after {
    position: absolute;
    left: 50%;
    top: 11px;
    width: 6px;
    height: 6px;
    margin-left: -7px;
    border-radius: 14px;
    border: 4px solid  #fff;
    z-index: 1;
}

.shopping-tip-step li .step .copy {
    font-size: 12px;
    color: #a0a6af;
}

.shopping-tip-step li .step.active .copy {
    color: #2a3138;
}

.shopping-tip-container .step-info,
.shopping-tip-container .step {
    font-size: 0;
}

.shopping-tip-container .step-info img,
.shopping-tip-container .step img {
    display: block;
    width: 100%;
}

.brand-tireinfo-wrap {
    position: relative;
}

.brand-tireinfo-wrap .brand-tireinfo-tabs {
    position: relative;
    padding-top: 20px;
    text-align: center;
}

.brand-tireinfo-wrap .brand-tireinfo-tabs li {
    display: inline-block;
    margin: 0 2px 8px;
}

.brand-tireinfo-wrap .brand-tireinfo-tabs li a {
    display: inline-block;
    line-height: 30px;
    border: 1px solid #d9dbdc;
    font-size: 14px;
    border-radius: 4px;
    white-space: nowrap;
    padding: 0 8px;
    max-width: 100px;
}

.brand-tireinfo-wrap .brand-tireinfo-tabs li a.active {
    line-height: 30px;
    background-color: #fe6a2b;
    border: 1px solid #fe6a2b;
    color: #fff;
}

.brand-tireinfo-wrap .brand-tireinfo-tabs.center-tabs {
    max-width: 240px;
    margin: 0 auto 12px;
}

.brand-tireinfo-wrap .brand-tireinfo-tab-wrap {
    border-bottom: 1px solid #d9dbdc;
    margin: 0 20px;
}

.brand-tireinfo-swiper {
    padding: 40px 20px;
}

.card.card-brand-tireinfo {
    width: 152px;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.card.card-brand-tireinfo .time-deal-limit {
    font-size: 12px;
}

.card.card-brand-tireinfo .time-deal-limit > * {
    vertical-align: middle;
}

.card.card-brand-tireinfo .card-inner {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
    overflow: hidden;
    background-color: #ffffff;
}

.card.card-brand-tireinfo .card-inner .compare-check .icon-holder {
    width: 28px;
    height: 28px;
    top: 2px;
    left: 2px;
}

.card.card-brand-tireinfo .card-inner .thumb-wrap {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 8px;
    text-align: center;
}

.card.card-brand-tireinfo .card-inner .thumb-wrap .thumb-holder {
    position: relative;
    display: inline-block;
    width: 80px;
    height: auto;
}

.card.card-brand-tireinfo .card-inner .thumb-wrap .thumb-holder img {
    width: 100%;
    height: auto;
}

.card.card-brand-tireinfo .card-inner .thumb-wrap .thumb-holder .brands-logo {
    height: 24px;
    background-size: auto 16px;
}

.card.card-brand-tireinfo .card-inner .description-area {
    display: block;
    width: 100%;
    height: auto;
    font-size: 11px;
    padding: 8px;
}

.card.card-brand-tireinfo .card-inner .description-area .model {
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.card.card-brand-tireinfo .card-inner .description-area .model-sub {
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.card.card-brand-tireinfo .card-inner .description-area .size {
    letter-spacing: -.5px;
}

.brand-tireinfo-container .con img {
    display: block;
    width: 100%;
}

.brand-tire-swiper-wrap {
    background-color: #f2f2f7;
}

.brand-tire-swiper-wrap .description-area .more-link {
    display: block;
    text-align: right;
}

.brand-tirevideo-wrap {
    position: relative;
    width: 100%;
    height: auto;
    transition: all ease-in-out .15s;
}

.brand-tirevideo-wrap .brand-tirevideo {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    transition: all ease-in-out .15s;
}

.brand-tirevideo-wrap .brand-tirevideo.brand-tirevideo-chart {
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 4px;
}

.brand-tirevideo-wrap .brand-tirevideo .thumb-area {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 2px 4px 0 rgba(16, 19, 20, 0.16);
    background-color: #E9E9E9;
}

/* 16:9 */
.brand-tirevideo-wrap .brand-tirevideo .thumb-area:before {
    display: block;
    content: '';
    padding-top: 56.25%;
}

.brand-tirevideo-wrap .brand-tirevideo .thumb-area.ration-16x9:before {
    padding-top: 56.25%;
}

.brand-tirevideo-wrap .brand-tirevideo .thumb-area.ration-1x1:before {
    padding-top: 100%;
}

.brand-tirevideo-wrap .brand-tirevideo .thumb-area.ration-3x2:before {
    padding-top: 66.6666666667%;
}

.brand-tirevideo-wrap .brand-tirevideo .thumb-area.ration-4x3:before {
    padding-top: 75%;
}

.brand-tirevideo-wrap .brand-tirevideo .thumb-area > iframe {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    /*object-fit: cover;*/
}

.smarthero-section.thumb-kv-car::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 204px;
    width: 341px;
    height: 91px;
    background: url(../images/common/membership-benefit-car.png) left top no-repeat;
    background-size: 341px auto;
    transform: translateX(-50%);
}

.smarthero-section .circle-gallery-wrap {
    position: absolute;
    right: 64px;
    top: 156px;
}

.smarthero-section .copy-kv-wrap {
    position: absolute;
    right: 103px;
    top: 103px;
    width: 235px;
    height: 123px;
    background: url(../images/common/bg-copy-kv.png) left top no-repeat;
    background-size: 235px auto;
}

.smarthero-section .copy-kv-content {
    position: relative;
    height: 123px;
    margin: 20px;
}

.smarthero-section .copy-kv {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    color: #fff;
    font-size: 14px;
    text-align: right;
    line-height: 125%;
}

.smarthero-section .copy-kv em {
    display: block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 8px;
}

.smarthero-section .copy-kv.copy-car {
    opacity: 0;
}

.smarthero-section .copy-kv.copy-map {
    opacity: 0;
}

.smarthero-section .copy-kv.copy-sale {
    opacity: 0;
}

.circle-gallery-animation {
    position: relative;
    height: 362px;
    width: 362px;
    box-sizing: border-box;
    border-radius: 100%;
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.circle-gallery-animation::before {
    content: "";
    position: absolute;
    left: -8px;
    top: -8px;
    height: 376px;
    width: 376px;
    border-radius: 100%;
    background-color: #fff;
    opacity: .3;
}

.circle-gallery-animation .icon-kv {
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-animation: arrowcar 12s  ease-in-out infinite;
    animation: arrowcar 12s ease-in-out infinite;
}

.circle-gallery-animation .icon-kv::before {
    position: absolute;
    content: "";
    background-size: 55px 57px;
    width: 55px;
    height: 57px;
    margin: -23px -23px;
    transform-origin: center;
    z-index: 1;
}

.circle-gallery-animation .arrow-car {
    -webkit-animation: arrowcar 12s  ease-in-out infinite;
    animation: arrowcar 12s ease-in-out infinite;
}

.circle-gallery-animation .arrow-map {
    -webkit-animation: arrowmap 12s  ease-in-out infinite;
    animation: arrowmap 12s ease-in-out infinite;
}

.circle-gallery-animation .arrow-sale {
    -webkit-animation: arrowsale 12s  ease-in-out infinite;
    animation: arrowsale 12s ease-in-out infinite;
}

.circle-gallery-animation .arrow-car::before {
    background-image: url(../images/common/icon-kv-car.png);
    background-repeat: no-repeat;
    -webkit-animation: scalecar 12s ease-in-out infinite;
    animation: scalecar 12s ease-in-out infinite;
}

.circle-gallery-animation .arrow-map::before {
    background-image: url(../images/common/icon-kv-map.png);
    background-repeat: no-repeat;
    -webkit-animation: scalemap 12s ease-in-out infinite;
    animation: scalemap 12s ease-in-out infinite;
}

.circle-gallery-animation .arrow-sale::before {
    background-image: url(../images/common/icon-kv-sale.png);
    background-repeat: no-repeat;
    -webkit-animation: scalesale 12s ease-in-out infinite;
    animation: scalesale 12s ease-in-out infinite;
}

.smarthero-section .copy-kv.copy-car {
    -webkit-animation: copycar 12s ease-in-out infinite;
    animation: copycar 12s ease-in-out infinite;
}

.smarthero-section .copy-kv.copy-map {
    -webkit-animation: copymap 12s ease-in-out infinite;
    animation: copymap 12s ease-in-out infinite;
}

.smarthero-section .copy-kv.copy-sale {
    -webkit-animation: copysale 12s ease-in-out infinite;
    animation: copysale 12s ease-in-out infinite;
}

@keyframes arrowcar {
    0% {
        transform: rotate(360deg);
        opacity: 0;
    }
    10% {
        transform: rotate(330deg);
        opacity: 1;
    }
    30% {
        transform: rotate(330deg);
        opacity: 1;
    }
    40% {
        transform: rotate(300deg);
        opacity: 1;
    }
    60% {
        transform: rotate(300deg);
        opacity: 1;
    }
    70% {
        transform: rotate(270deg);
        opacity: 1;
    }
    90% {
        transform: rotate(270deg);
        opacity: 1;
    }
    100% {
        transform: rotate(240deg);
        opacity: 0;
    }
}

@keyframes arrowmap {
    0% {
        transform: rotate(330deg);
        opacity: 0;
    }
    10% {
        transform: rotate(300deg);
        opacity: 1;
    }
    30% {
        transform: rotate(300deg);
        opacity: 1;
    }
    40% {
        transform: rotate(270deg);
        opacity: 1;
    }
    60% {
        transform: rotate(270deg);
        opacity: 1;
    }
    70% {
        transform: rotate(240deg);
        opacity: 1;
    }
    90% {
        transform: rotate(240deg);
        opacity: 1;
    }
    100% {
        transform: rotate(210deg);
        opacity: 0;
    }
}

@keyframes arrowsale {
    0% {
        transform: rotate(300deg);
        opacity: 0;
    }
    10% {
        transform: rotate(270deg);
        opacity: 1;
    }
    30% {
        transform: rotate(270deg);
        opacity: 1;
    }
    40% {
        transform: rotate(240deg);
        opacity: 1;
    }
    60% {
        transform: rotate(240deg);
        opacity: 1;
    }
    70% {
        transform: rotate(210deg);
        opacity: 1;
    }
    90% {
        transform: rotate(210deg);
        opacity: 1;
    }
    100% {
        transform: rotate(180deg);
        opacity: 0;
    }
}

@keyframes scalecar {
    0% {
        transform: scale(0.8) rotate(0deg);
    }
    10% {
        transform: scale(0.8) rotate(30deg);
    }
    30% {
        transform: scale(0.8) rotate(30deg);
    }
    40% {
        transform: scale(0.8) rotate(60deg);
    }
    60% {
        transform: scale(0.8) rotate(60deg);
    }
    70% {
        transform: scale(1) rotate(90deg);
    }
    90% {
        transform: scale(1) rotate(90deg);
    }
    100% {
        transform: scale(0.8) rotate(120deg);
    }
}

@keyframes scalemap {
    0% {
        transform: scale(0.8) rotate(30deg);
    }
    10% {
        transform: scale(0.8) rotate(60deg);
    }
    30% {
        transform: scale(0.8) rotate(60deg);
    }
    40% {
        transform: scale(1) rotate(90deg);
    }
    60% {
        transform: scale(1) rotate(90deg);
    }
    70% {
        transform: scale(0.8) rotate(120deg);
    }
    90% {
        transform: scale(0.8) rotate(120deg);
    }
    100% {
        transform: scale(0.8) rotate(150deg);
    }
}

@keyframes scalesale {
    0% {
        transform: scale(0.8) rotate(60deg);
    }
    10% {
        transform: scale(1) rotate(90deg);
    }
    30% {
        transform: scale(1) rotate(90deg);
    }
    40% {
        transform: scale(0.8) rotate(120deg);
    }
    60% {
        transform: scale(0.8) rotate(120deg);
    }
    70% {
        transform: scale(0.8) rotate(150deg);
    }
    90% {
        transform: scale(0.8) rotate(150deg);
    }
    100% {
        transform: scale(0.8) rotate(180deg);
    }
}

@keyframes copysale {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes copymap {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    55% {
        opacity: 1;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes copycar {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* 2021-04-07 */
.order-section.order-coupon .apply-coupon .noti {
    overflow: hidden;
    display: inline-block;
    padding-left: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 20px;
    letter-spacing: 0;
    font-size: 12px;
    color: #fe6a2b;
}

/* 2021-04-09 start */
.order-section.store-visit .list-size-equal .labelling {
    line-height: normal;
    padding-bottom: 12px;
}

.order-section.store-visit .icon-directly input[type="radio"] ~ .labelling::before {
    content: "";
    display: block;
    width: 48px;
    height: 22px;
    margin: 19px auto 10px;
    background-image: url(../images/common/spr_icon_lego.svg);
    background-size: 48px 49px;
    background-position: left top;
}

.order-section.store-visit .icon-directly input[type="radio"]:checked ~ .labelling::before {
    background-position: left bottom;
}

.order-section.store-visit .icon-pickup input[type="radio"] ~ .labelling::before {
    content: "";
    display: block;
    width: 26px;
    height: 31px;
    margin: 14px auto 6px;
    background-image: url(../images/common/spr_icon_pick.svg);
    background-size: 26px 66px;
    background-position: left top;
}

.order-section.store-visit .icon-pickup input[type="radio"]:checked ~ .labelling::before {
    background-position: left bottom;
}

.pickup-description {
    position: relative;
    padding: 8px 0 28px;
}

.pickup-description::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: 0;
    width: 277px;
    height: 126px;
    background-size: auto 126px;
    background-image: url(../images/common/bg_popup_smartpickup.png);
    background-repeat: no-repeat;
}

.smartpickup-line::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    position: relative;
    top: 3px;
    margin: 0 2px 0 6px;
    background-color: #a0a6af;
}

/* 2021-04-09 end */
/* 2021-04-13 start */
#sidebar .mc-logout {
    background-color: #a0a6af;
    color: #fff;
    line-height: 21px;
}

.coupon-card .coupon-card-info p:last-child {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

/* 2021-04-13 end */
/* 2021-04-15 start */
#loginForm .login-button-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#loginForm .login-button-wrap button {
    margin-right: 5px;
}

#loginForm .login-button-wrap a {
    margin-left: 5px;
}

.member .login_02.sns-login-wrap {
    margin-bottom: 0;
}

.member .sns-login-wrap .sns_logo {
    padding-bottom: 20px;
}

.member .login_03.login-more-wrap {
    margin-top: 70px;
    padding: 25px 0 15px;
    background-color: #f2f2f7;
}

.member .login_03.login-more-wrap ul {
    display: flex;
    margin: 0 20px;
}

.member .login_03.login-more-wrap ul li {
    flex: 1;
    float: none;
    width: auto;
    padding: 0 !important;
}

.member .login_03.login-more-wrap ul > li a {
    display: block;
    padding: 0;
    text-align: center;
}

.member .login_03.login-more-wrap ul > li.sub.last:after {
    top: 4px;
    height: 22px;
}


/* 2022-11-02 추가 */
.member .login_03.login-more-wrap.normal {
	margin-top: 50px;
	padding: 25px 0;
	background: #fff;
}

.member .login_03.login-more-wrap.normal .nomal-login {
	padding: 0 20px;
}

.member .login_03.login-more-wrap.normal .nomal-login .logo {
	width: 150px;
	margin: 0 auto;
}

.member .login_03.login-more-wrap.normal .nomal-login .logo img {
	width: 100%;
	height: auto;
}

.member .login_03.login-more-wrap.normal .nomal-login .btnS01 {
	width: 100%;
	margin-top: 10px;
	border-color: #fe6a2b;
	color: #fe6a2b;
}

/* 2021-04-15 end */
/* 2021-04-29 start */
/* .btn-item.btn-shadow {
    border-color: #d9dbdc !important;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 16%);
    background-color: #f9f9fa;
}

.btn-item.btn-subcopy .line-icons {
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%) translateY(0);
}

.btn-item.btn-subcopy .subcopy {
    position: absolute;
    bottom: 2px;
    margin: 0;
    font-size: 10px;
    width: 100%;
    text-align: center;
}
*/
.btn-item.btn-subcopy .subcopy {
    display: none;
}

.mycar-more-path {
    position: relative;
}

.mycar-more-path::after {
    position: absolute;
    display: inline-block;
    content: '\e917';
    font-family: 'LineIcons';
    width: 24px;
    height: 29px;
    font-size: 24px;
    line-height: 29px;
    bottom: -2px;
    right: -20px;
}

/* 2021-04-29 end */
/* 2021-05-13 start */
.tab_cont .review_list .tire {
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
}

/* 2021-05-13 end */
/* 마이페이지(all my t)*/
.myname-viwer .name-bx a,
.myname-viwer .name-bx {
    color: #5b6068;
}

.myname-viwer .name-bx span {
    font-size: 15px;
}

.myname-viwer .name-bx .copy-allmyt {
    font-weight: bold;
    color: #5b6068;
}

.myname-viwer .btn-allmyt {
    width: 118px;
    height: 36px;
    background-size: 98px 26px;
    background-image: url(../images/common/btn_allmyt_mypage.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.subtit-allmyt {
    width: 81px;
    height: 24px;
    font-size: 0;
}

.details-barcode-pass {
    position: absolute;
    right: 40px;
    top: 8px;
    color: #53b7b4;
}

.tire-self-sreach-wrp .go-my-membership {
    position: relative;
    background: none;
    padding: 0;
}

.tire-self-sreach-wrp .go-my-membership img {
    overflow: hidden;
    display: block;
    width: 100%;
    border-radius: 4px;
    font-size: 0;
}

.allmyt-smartstore {
    display: inline-block;
    width: 93px;
    height: 21px;
    margin-right: 3px;
    background-image: url("../images/common/img_allmyt_store.png");
    background-size: 93px 21px;
    background-position: left 50%;
    background-repeat: no-repeat;
    line-height: 21px;
    font-size: 0;
}

.icon-allmytpass-coupon {
    width: 45px;
    height: 14px;
    display: inline-block;
    background: url(../images/common/img_allmyt_fff.png) no-repeat 50% 50%;
    background-size: 45px 14px;
    font-size: 0 !important;
}

.main-landing-popup .content-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    width: 100%;
    height: 100%;
    padding: 0;
}

.main-landing-popup .content-wrap .contents {
    position: relative;
    height: 100%;
    /*    padding-bottom: 60px;*/
}

/* line 15818, src/project/mobile/assets/styles/style_mc.scss */
.main-landing-popup .content-wrap .swiper-container {
    height: 100%;
    background-color: #fff;
}

/* line 15823, src/project/mobile/assets/styles/style_mc.scss */
.landing-popup-swiper .swiper-slide {
    /* background: rgb(174,215,218);
    background: linear-gradient(183deg, rgba(174,215,218,1) 0%, rgba(185,219,223,1) 35%, rgba(228,237,241,1) 100%); */
}

.landing-popup-swiper .swiper-slide .img-amt {
    height: 100%;
    position: relative;
}

/* .landing-popup-swiper .swiper-slide .img-amt::after  {
    content: "";
    left: 0;
    top: 0;
    bottom: 60px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(0deg, rgba(228,237,241,1) 0%, rgba(228,237,241,.8) 15%, rgba(228,237,241,.1) 25%, rgba(228,237,241,0) 100%);
} */
/* line 15845, src/project/mobile/assets/styles/style_mc.scss */
.landing-popup-swiper .swiper-slide .img-amt img {
    width: 100%;
}

/* line 15849, src/project/mobile/assets/styles/style_mc.scss */
.landing-popup-swiper .swiper-slide .img-amt .more-link {
    display: block;
}

/* line 15858, src/project/mobile/assets/styles/style_mc.scss */
.main-landing-popup .pagination-wrap {
    width: 40px;
    height: 20px;
    position: absolute;
    top: 84%;
    left: 50%;
    margin-left: -20px;
}

/* line 15867, src/project/mobile/assets/styles/style_mc.scss */
.main-landing-popup .pagination-wrap .swiper-pagination {
    width: 40px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

/* line 15877, src/project/mobile/assets/styles/style_mc.scss */
.main-landing-popup .close-section .check-item .icon-holder::before {
    border-radius: 20px;
}

/* line 15881, src/project/mobile/assets/styles/style_mc.scss */
.main-landing-popup .check-item .icon-holder .line-icons.square::before {
    content: "\e912" !important;
}

/* line 15885, src/project/mobile/assets/styles/style_mc.scss */
.main-landing-popup .close-section {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 60px;
    padding: 8px 10px;
}

/* line 15892, src/project/mobile/assets/styles/style_mc.scss */
.main-landing-popup .close-section button {
    background-color: #fff;
    padding: 0 20px;
    height: 32px;
}

/* allmyt benefit */
/* 2021-06-11 adplayer css */
/* line 15901, src/project/mobile/assets/styles/style_mc.scss */
.adplay-wrap {
    width: 100%;
    background-color: #000;
}

/* line 15905, src/project/mobile/assets/styles/style_mc.scss */
.adplayer::before {
    display: block;
    content: '';
    padding-top: 56.25%;
}

/* line 15910, src/project/mobile/assets/styles/style_mc.scss */
.adplayer.ration-16x9::before {
    padding-top: 56.25%;
}

/* line 15914, src/project/mobile/assets/styles/style_mc.scss */
.adplayer > iframe {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    /*object-fit: cover;*/
}

/* 2021-06-11 adplayer css end */
/* line 15904, src/project/mobile/assets/styles/style_mc.scss */
.amt-benefit-swiper .swiper-slide {
    width: auto;
    height: 450px;
}

/* line 15905, src/project/mobile/assets/styles/style_mc.scss */
.amt-benefit-swiper .swiper-slide .smart-item {
    position: relative;
    margin-top: 32px;
    text-align: center;
}

/* line 15906, src/project/mobile/assets/styles/style_mc.scss */
.amt-benefit-swiper .swiper-slide .smart-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(187, 187, 187, 0.1);
    z-index: 1;
    border-radius: 16px;
    transition: all 1s;
}

/* line 15907, src/project/mobile/assets/styles/style_mc.scss */
.amt-benefit-swiper .swiper-slide .smart-item img {
    width: 137px;
}

/* line 15908, src/project/mobile/assets/styles/style_mc.scss */
.amt-benefit-swiper .swiper-slide.swiper-slide-active .smart-item::after {
    background-color: rgba(0, 0, 0, 0);
    transition: all 1s;
}

/* line 15909, src/project/mobile/assets/styles/style_mc.scss */
.amt-benefit-swiper::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 8px;
    width: 200px;
    height: 348px;
    margin-left: -100px;
    background-image: url(../images/allmyt/bg_mframe.png);
    background-size: 200px 348px;
    z-index: 1;
    pointer-events: none; /* [task]swiper update */
}

/* line 15912, src/project/mobile/assets/styles/style_mc.scss */
.smart-item {
    position: relative;
}

/* line 15914, src/project/mobile/assets/styles/style_mc.scss */
.item-description {
    position: absolute;
    top: 310px;
    left: -30%;
    right: -30%;
    width: auto;
    line-height: 30px;
    border-radius: 30px;
    margin: 0 -30%;
    z-index: 1;
    font-size: 12px;
    text-align: center;
    opacity: 0;
    transition: all 0.5s;
}

/* line 15930, src/project/mobile/assets/styles/style_mc.scss */
.item-description::before {
    content: "";
    height: 0;
    width: 0;
    top: -8px;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    border: 8px solid transparent;
    border-top-width: 0;
    border-bottom-color: #2a3138;
}

.swiper-slide-active .item-description {
    background-color: #2a3138;
    color: #fff;
    opacity: 1;
    animation-delay: 1.5s;
    animation: bounce 1s;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

/* line 15958, src/project/mobile/assets/styles/style_mc.scss */
.amt-benefit-section.amt-swiper-section {
    border-bottom: 1px solid #a0a6af;
}

/* line 15959, src/project/mobile/assets/styles/style_mc.scss */
.amt-benefit-section .headcopy {
    position: relative;
    font-size: 18px;
    margin-top: 32px;
    padding: 0 20px;
    line-height: 25px;
    letter-spacing: -1px;
}

/* line 15960, src/project/mobile/assets/styles/style_mc.scss */
.amt-benefit-section .headcopy .swiper-pagination {
    width: auto;
    font-size: 12px;
    left: unset;
    bottom: 0;
    top: unset;
    right: 20px;
}

/* line 15961, src/project/mobile/assets/styles/style_mc.scss */
.amt-benefit-section.amt-tile-section {
    border-bottom: 1px solid #f2f2f7;
    padding-bottom: 48px;
}

/* line 15962, src/project/mobile/assets/styles/style_mc.scss */
.amt-benefit-section .tile-list {
    overflow: hidden;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* line 15963, src/project/mobile/assets/styles/style_mc.scss */
.amt-benefit-section .tile-list .tile-wrap {
    width: 50%;
}

/* line 15964, src/project/mobile/assets/styles/style_mc.scss */
.amt-benefit-section .tile-wrap .tile {
    margin-top: 20px;
}

/* line 15965, src/project/mobile/assets/styles/style_mc.scss */
.amt-benefit-section .tile-wrap:nth-child(odd) .tile {
    margin-right: 4px;
}

/* line 15966, src/project/mobile/assets/styles/style_mc.scss */
.amt-benefit-section .tile-wrap:nth-child(even) .tile {
    margin-left: 4px;
}

/* line 15967, src/project/mobile/assets/styles/style_mc.scss */
/* 20211206 // */
.amt-benefit-section .tile-wrap .photo {
    overflow: hidden;
    border-radius: 4px;
}

/* // 20211206 */
/* line 15968, src/project/mobile/assets/styles/style_mc.scss */
.amt-benefit-section .tile-wrap .photo img {
    width: 100%;
}

/* line 15969, src/project/mobile/assets/styles/style_mc.scss */
.amt-benefit-section .tile-wrap .tit {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
}

/* line 15970, src/project/mobile/assets/styles/style_mc.scss */
.amt-benefit-section .tile-wrap .description {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    color: #5b6068;
}

/* line 15971, src/project/mobile/assets/styles/style_mc.scss */
.amt-benefit-section .tile-wrap .btn-item {
    margin-top: 8px;
}

/* line 15972, src/project/mobile/assets/styles/style_mc.scss */
.amt-benefit-section .tile-wrap .btn-item .line-icons {
    top: -1px;
}

/* line 15973, src/project/mobile/assets/styles/style_mc.scss */
.amt-benefit-section .headcopy-icon {
    position: absolute;
    right: 20px;
    top: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #5eb0b5;
    border-radius: 50px;
}

/* line 15974, src/project/mobile/assets/styles/style_mc.scss */
.amt-benefit-section .headcopy-icon .icon-smartbuy::before {
    content: "";
    display: block;
    width: 25px;
    height: 18px;
    margin: 16px auto;
    background: url(../images/common/icon_smart_buy.svg) 50% 50% no-repeat;
    background-size: 25px auto;
}

/* line 15984, src/project/mobile/assets/styles/style_mc.scss */
.amt-benefit-section .headcopy-icon .icon-smartservice::before {
    content: "";
    display: block;
    width: 30px;
    height: 24px;
    margin: 11px auto;
    background: url(../images/allmyt/amt-benefit-icon2.png) 50% 50% no-repeat;
    background-size: 30px auto;
}

/* line 15994, src/project/mobile/assets/styles/style_mc.scss */
.amt-benefit-section .headcopy-icon .icon-smartdrive::before {
    content: "";
    display: block;
    width: 33px;
    height: 15px;
    margin: 16px auto;
    background: url(../images/allmyt/amt-benefit-icon3.png) 50% 50% no-repeat;
    background-size: 33px auto;
}

/* line 16004, src/project/mobile/assets/styles/style_mc.scss */
.amt-benefit-section.amt-banner-section .bg-banner-amtcarjoin {
    overflow: hidden;
    position: relative;
}

.amt-benefit-section.amt-banner-section .bg-banner-amtcarjoin img {
    width: 100%;
}

.amt-benefit-section.amt-banner-section .bg-banner-amtcarjoin .button-wrap {
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 13%;
}

/* line 16021, src/project/mobile/assets/styles/style_mc.scss */
.amtlegal-section .headcopy::before {
    display: none;
}

.main-landing-popup .swiper-next {
    position: absolute;
    top: 50%;
    right: 0px;
    z-index: 1;
}

.main-landing-popup .swiper-next .line-icons {
    color: #fff;
}

.main-landing-popup .swiper-prev {
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 1;
}

.main-landing-popup .swiper-prev .line-icons {
    color: #fff;
}

.main-landing-popup .swiper-prev.swiper-button-disabled,
.main-landing-popup .swiper-next.swiper-button-disabled {
    opacity: 0;
}

.pickup-kv-section .image-container {
    display: block;
    width: auto;
    overflow: hidden;
    margin: 20px;
    border-radius: 8px;
}

.gift-apply-page .form-control label {
    color: #5b6068;
}

.gift-apply-page .division-line {
    position: relative;
    padding-right: 16px !important;
}

.gift-apply-page .division-line::after {
    content: "";
    position: absolute;
    right: 4px;
    top: 50%;
    display: block;
    width: 8px;
    height: 1px;
    background-color: #5b6068;
}

.gift-apply-page option:disabled {
    color: #ddd;
}

.gift-apply-page .gift-terms-section {
    overflow: hidden;
}

.gift-apply-page .gift-terms-section .list .table-wrap {
    overflow: auto;
    width: 100%;
    height: 110px;
    border: 1px solid #e6e6e6;
}

.gift-apply-page .gift-terms-section .tbl {
    border-top: 1px solid #d9dbdc;
}

.gift-apply-page .gift-terms-section .tbl > table th {
    background: #f9f9fa;
    border-right: 1px solid #d9dbdc;
    border-bottom: 1px solid #d9dbdc;
    color: #2a3138;
}

.gift-apply-page .gift-terms-section .tbl > table td {
    border-right: 1px solid #d9dbdc;
    border-bottom: 1px solid #d9dbdc;
    color: #2a3138;
}

.gift-apply-page .gift-terms-section .agree_container table {
    text-indent: initial !important;
}

.gift-apply-page .gift-terms-section .tbl {
    margin: 5px 0 10px;
}

.gift-apply-page .gift-terms-section .tbl > table {
    width: 100%;
}

.gift-apply-page .gift-terms-section .tbl > table tr th:last-of-type {
    border-right: 0;
}

.gift-apply-page .gift-terms-section .tbl > table th {
    padding: 5px 10px;
    background: #f2f2f2;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    color: #000;
    font-size: 11px;
    text-align: center;
}

.gift-apply-page .gift-terms-section .tbl > table td {
    padding: 5px 10px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    color: #333333;
    font-size: 11px;
    vertical-align: top;
}

.gift-apply-page .gift-terms-section .tbl > table tr td:last-of-type {
    border-right: 0;
}

.typeinfo-list {
    overflow: hidden;
}

.typeinfo-list li {
    position: relative;
    padding-left: 12px;
}

.typeinfo-list .dotted::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 8px;
    display: inline-block;
    width: 2px;
    height: 2px;
    border-radius: 2px;
    background-color: #000;
}

.sign-banner-wrap img {
    display: block;
    width: 100%;
    font-size: 0;
}

/* 2021-06-23 landingpage-banner-wrap end */
.kv-blackdeal-section {
    position: relative;
    padding-bottom: 28px;
}

.kv-blackdeal-section .deal-swiper {
    overflow: hidden;
    position: relative;
}

.kv-blackdeal-section .swiper-slide img {
    width: 100%;
}

.kv-blackdeal-section .control-wrap {
    position: absolute;
    right: 50%;
    bottom: 4px;
    z-index: 1;
    transform: translateX(50%);
}

.kv-blackdeal-section .control-wrap .control-flex {
    position: relative;
    display: flex;
    padding-left: 42px;
}

.kv-blackdeal-section .control-wrap .control-flex .swiper-pagination {
    left: 0;
    bottom: 0;
}

.kv-blackdeal-section .control-wrap .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin-right: 12px;
    background-color: #d9dbdc;
}

.kv-blackdeal-section .control-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fe6a2b;
}

.kv-blackdeal-section .control-wrap .play-button {
    overflow: hidden;
    display: none;
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #d9dbdc;
    cursor: pointer;
}

.kv-blackdeal-section .control-wrap .play-button.active {
    display: block;
}

.kv-blackdeal-section .control-wrap .play-button.swiper-button-play::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #2a3138;
    transform: translate(-50%, -50%);
}

.kv-blackdeal-section .control-wrap .play-button.swiper-button-pause::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 50%;
    display: inline-block;
    width: 2px;
    height: 8px;
    transform: translateY(-50%);
    background-color: #2a3138;
}

.kv-blackdeal-section .control-wrap .play-button.swiper-button-pause::after {
    content: "";
    position: absolute;
    right: 4px;
    top: 50%;
    display: inline-block;
    width: 2px;
    height: 8px;
    transform: translateY(-50%);
    background-color: #2a3138;
}

/* 20220316 start // */
.store-location-list-wrapper .allmyt-store {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    padding: 4px;
    padding-top: 48px;
    font-size: 11px;
    color: #fff;
    z-index: 1;
    background: black;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}

/* // 20220316 end */
.store-location-list-wrapper .allmyt-store .allmyt-copy {
    display: inline-block;
    padding-left: 4px;
    line-height: 20px;
}

.store-location-list-wrapper .allmyt-store .allmyt-img {
    display: inline-block;
    width: 67px;
    vertical-align: bottom;
}

.store-location-list-wrapper .allmyt-store .allmyt-img img {
    height: 21px;
}

.store-location-list-wrapper .swiper-pagination-bullet {
    background-color: #a0a6af;
}

.store-location-list-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #2a3138;
}

/* 20220316 // */
.store-location-list-item .right .btn-item.btn-neutral {
    padding: 0px 8px 0 28px;
    white-space: nowrap;
}

/* // 20220316 */
.store-location-list-item .right .btn-item .chev-right {
    margin-left: 0;
}

.main-storesearch-empty {
    overflow: hidden;
    position: relative;
    height: 165px;
    font-size: 12px;
    text-align: center;
    color: #a0a6af;
    background-color: #f9f9fa;
    border-radius: 4px;
}

.main-storesearch-empty::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 208px;
    height: 119px;
    background-image: url("../images/common/bg_store_empty.png");
    background-size: 208px auto;
    bottom: 0;
    right: 0;
}

/* 20220316 // */
.main-storesearch-empty .empty-copy {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.main-storesearch-empty .empty-copy::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto 8px;
    background-image: url("../images/common/icon_search_fail.png");
    background-size: 32px auto;
}

/* // 20220316 */
.main-storesearch-empty .empty-copy .btn-item.btn-neutral.btn-inv {
    background-color: transparent;
}

.cscenter_main .cs_menu02 li.r3 a:before {
    line-height: 28px;
    font-size: 26px;
    content: "\e998";
    font-family: 'LineIcons';
    text-align: center;
    background: none;
}

.coupon-card .coupon-card-info {
    overflow: hidden;
}

.coupon-card .coupon-card-type-bar {
    min-height: 18px;
}

.coupon-card .haaer-label-use {
    position: absolute;
    left: 0;
    top: 0;
}

.coupon-card .haaer-label-use::before {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    height: 0px;
    border-bottom: 72px solid transparent;
}

.coupon-card .haaer-label-use.online::before {
    border-left: 72px solid #fe6a2b;
}

.coupon-card .haaer-label-use.online-store::before {
    border-left: 72px solid #5eb0b5;
}

.coupon-card .haaer-label-use.store::before {
    border-left: 72px solid #cbb58f;
}

.coupon-card .haaer-label-use .label-txt {
    position: absolute;
    left: 6px;
    top: 8px;
    width: 32px;
    height: 32PX;
    color: #fff;
    font-weight: 500;
    transform: rotate(-45deg);
    z-index: 1;
    line-height: 110%;
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: keep-all;
}

.coupon-card .haaer-label-group {
    position: absolute;
    right: 8px;
    top: 10px;
}

.coupon-card .haaer-label-group .label-txt {
    display: block;
    line-height: 110%;
}

.txt-online {
    color: #fe6a2b;
    font-weight: 500;
}

.txt-online-store {
    color: #58c1c7;
    font-weight: 500;
}

.txt-store {
    color: #cbb58f;
    font-weight: 500;
}

.coupon-card .coupon-card-info .coupon-card-shop-list.store-deal {
    text-align: right;
}

.coupon-card .coupon-card-info .coupon-card-shop-list.store-deal .badge-inv {
    padding: 0 4px;
    line-height: 16px;
}

/* // 1101 쿠폰 UI개선*/
/* 20211028 // */
.suggest-group .suggest-item.allard2021 {
    width: 45px;
    height: 58px;
    margin-top: 8px;
    background-image: url("../images/goods/badge_allard2021.png");
    background-size: contain;
}

.suggest-group .suggest-item.auto2020_ex {
    width: 40px;
    height: 89px;
    margin-top: 8px;
    background-image: url("../images/goods/badge_auto2020_ex.png");
    background-size: contain;
}

.suggest-group .suggest-item.auto2020_good {
    width: 40px;
    height: 89px;
    margin-top: 8px;
    background-image: url("../images/goods/badge_auto2020_good.png");
    background-size: contain;
}

.suggest-group .suggest-item.auto2021 {
    width: 40px;
    height: 65px;
    margin-top: 8px;
    background-image: url("../images/goods/badge_auto2021.png");
    background-size: contain;
}

.suggest-tooltip-container {
    position: relative;
    display: inline-block;
}

.suggest-tooltip {
    display: none;
    position: absolute;
    border-radius: 4px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #2ed0ff;
    box-shadow: 0 2px 4px 0 rgba(160, 166, 175, 0.7);
    color: #2a3138;
    width: 164px;
    height: auto;
    z-index: 800;
    text-align: left;
    font-size: 12px;
}

.suggest-tooltip-container:hover .suggest-tooltip {
    display: block;
}

.suggest-tooltip-container .suggest-tooltip::before,
.suggest-tooltip-container .suggest-tooltip::after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
}

.suggest-tooltip-container.right .suggest-tooltip {
    margin-left: 10px;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
}

.suggest-tooltip-container.right .suggest-tooltip::after {
    top: 50%;
    left: -10px;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: transparent #fff transparent transparent;
}

.suggest-tooltip-container.right .suggest-tooltip::before {
    top: 50%;
    left: -13px;
    margin-top: -6px;
    border-style: solid;
    border-width: 6px 6px 6px 6px;
    border-color: transparent #2ed0ff transparent transparent;
}

.suggest-tooltip-container.f-top .suggest-tooltip {
    top: 0;
    transform: translateY(0);
}

.suggest-tooltip-container.f-top .suggest-tooltip:after {
    top: 14px;
}

.suggest-tooltip .suggest-tooltip-header {
    display: block;
    letter-spacing: -.5px;
}

.suggest-tooltip .suggest-tooltip-body {
    display: block;
    white-space: normal;
    letter-spacing: -.5px;
}

/* //20211028 */
/* 20211116 //*/
.menu-slide-sty-swiper .menu-slide-child.new-page::before {
    content: "NEW";
    position: absolute;
    display: block;
    left: 0;
    top: 8px;
    font-size: 10px;
    line-height: 100%;
    font-weight: bold;
    color: #58c1c7;
}

.menu-slide-sty-swiper .menu-slide-child.new::after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fe6a2b;
    position: absolute;
    top: 14px;
    right: -2px;
    font-size: 10px;
    font-weight: 400;
}

/* 20211116 //*/
/* 20211213 start // */
/* 20220316 // */

/* 20230130 start */
.check-interest {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    vertical-align: middle;
    cursor: default;
}

.check-interest:active {
    background: rgba(0,0,0,0.05);
}

.check-interest input {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    opacity: 0;
}

.check-interest .labelling {
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    opacity: 0;
}

.check-interest .icon-holder {
    display: inline-block;
    width: inherit;
    height: inherit;
    text-align: center;
    position: relative;
    font-size: 0;
    pointer-events: none;
}

.check-interest.txt-right .icon-holder {
    left: auto;
    right: 6px;
}

.check-interest .icon-holder span:nth-of-type(1) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #c0c6ce;
}

.check-interest .icon-holder span:nth-of-type(2) {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fe6a2b;
}

.check-interest input[type="checkbox"]:checked ~ .icon-holder span:nth-of-type(1) { display: none; }
.check-interest input[type="checkbox"]:checked ~ .icon-holder span:nth-of-type(2) { display: inline-block; }

.check-interest .label-txt {
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 14px;
    vertical-align: middle;
    font-size: 10px;
    letter-spacing: 0;
    color: #c0c6ce;
}
/* 
.check-interest .icon-holder .heart-fill {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../images/common/icon_hart_off.png") no-repeat 50% 50%;
    background-size: 37px 36px;
}

.check-interest input[type="checkbox"]:checked ~ .icon-holder .heart-fill {
    background: url("../images/common/icon_hart_active.png") no-repeat 50% 50%;
    background-size: 37px 36px;
}

.check-interest .icon-holder .bg-hart-fill {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../images/common/bg_hart.png") no-repeat 50% 50%;
    background-size: 40px 40px;
}

.check-interest input[type="checkbox"]:checked ~ .icon-holder .bg-hart-fill {
    background: url("../images/common/bg_hart_active.png") no-repeat 50% 50%;
    background-size: 40px 40px;
} */
/* 20230130 end */

.check-interest .labelling {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}

/* // 20220316 */
.check-interest .labelling:active {
    background: rgba(0, 0, 0, 0.05);
}

.check-interest input:disabled ~ .icon-holder {
    pointer-events: none;
    opacity: 0.3;
}

.check-interest input:disabled ~ .labelling {
    pointer-events: none;
    opacity: 0.3;
}

.check-interest.no-disabled-style input:disabled ~ .icon-holder {
    opacity: 1;
}

.check-interest.no-disabled-style input:disabled ~ .labelling {
    opacity: 1;
}

/* 20220316// */
.interest-store-wrap.right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.interest-store-wrap.middle {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -20px;
}

.store-register .interest-store-wrap.right {
    transform: translate(0, -8px);
}

/* //20220316*/
.form-control .input-group .tools > .search-submit .search {
    font-size: 20px;
}

.interest-nodata .img-icons {
    margin: auto;
}

.img-icons.icon-tstore-gray {
    display: block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 50% 50%;
    background-image: url(../images/mypage/icon_tstore_gray.png);
    background-size: 25px auto;
}

/* 20220316// */
.img-icons.icon-bg-hart {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 50% 50%;
    background-image: url(../images/common/bg_hart.png);
    background-size: 40px auto;
    vertical-align: middle;
}

.img-icons.icon-hart {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 50% 50%;
    background-image: url(../images/common/icon_hart.png);
    background-size: 20px auto;
    vertical-align: middle;
}

/* //20220316 */
.interest-location-list-wrapper {
    display: block;
    height: auto;
}

.interest-location-list-wrapper .swiper-slide > div {
    padding-right: 16px;
}

.interest-location-list-wrapper .swiper-slide > div:first-child .store-location-list-item {
    border-bottom: 1px solid #d9dbdc;
}

.interest-location-list-wrapper .interest-location-list-item {
    border-bottom: 1px solid #D9DBDC;
}

.interest-location-list-wrapper .interest-location-list-item:last-child {
    border-bottom: 0;
}

/* 20220316// */
.interest-location-list-item {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 112px;
    padding: 16px 0;
}

.interest-location-list-item .info-area {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    min-height: 90px;
    padding-left: 96px;
}

.interest-location-list-item .info-area .thumb-position {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: auto;
}

.interest-location-list-item .info-area .thumb-area {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    background-color: #E9E9E9;
    border-radius: 4px;
    background-size: contain;
    background-position: top;
    background-image: url("../images/common/shop_default.png");
}

/* //20220316 */
.interest-location-list-item .info-area .thumb-area:before {
    display: block;
    content: '';
    padding-top: 56.25%;
}

.interest-location-list-item .info-area .thumb-area.ration-16x9:before {
    padding-top: 56.25%;
}

.interest-location-list-item .info-area .thumb-area.ration-1x1:before {
    padding-top: 100%;
}

.interest-location-list-item .info-area .thumb-area.ration-3x2:before {
    padding-top: 66.6666666667%;
}

.interest-location-list-item .info-area .thumb-area.ration-4x3:before {
    padding-top: 75%;
}

.interest-location-list-item .info-area .thumb-area > img {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
}

.interest-location-list-item .info-area .info .title {
    font-size: 16px;
    font-weight: 400;
}

.interest-location-list-item .info-area .info ul.meta > li {
    display: inline-block;
}

.interest-location-list-item .info-area .info ul.meta > li > span {
    vertical-align: middle;
    font-size: 12px;
}

.interest-location-list-item .info-area .info ul.meta > li:after {
    display: inline-block;
    content: '';
    width: 1px;
    height: 10px;
    vertical-align: middle;
    background-color: #E9E9E9;
    margin: 0 8px;
}

.interest-location-list-item .info-area .info ul.meta > li:last-child:after {
    content: none;
}

/* 20220316 // */
.interest-location-list-item .info-area .info .description {
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
}

/* // 20220316 */
.interest-location-list-item .action-area {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-left: 120px;
    margin-top: 12px;
}

.interest-location-list-item .action-area .left {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.interest-location-list-item .action-area .left ul li {
    display: inline-block;
}

/* 20220316 // */
.interest-location-list-wrapper .allmyt-store {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    padding: 8px;
    padding-top: 48px;
    font-size: 11px;
    color: #fff;
    z-index: 1;
    background: black;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}

.interest-location-list-wrapper .allmyt-store .allmyt-copy {
    display: inline-block;
    padding-left: 4px;
    line-height: 20px;
}

.interest-location-list-wrapper .allmyt-store .allmyt-img {
    display: inline-block;
    width: 67px;
    vertical-align: bottom;
}

.interest-location-list-wrapper .allmyt-store .allmyt-img img {
    height: 20px;
}

/* // 20220316 */
.interest-location-list-wrapper .swiper-pagination-bullet {
    background-color: #a0a6af;
}

.interest-location-list-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #2a3138;
}

.interest-location-list-item .right .btn-item.btn-neutral {
    padding: 0px 4px 0 16px;
    white-space: nowrap;
}

.interest-location-list-item .right .btn-item .chev-right {
    margin-left: 0;
}

.store-hero-section .benefit-wrap {
    display: inline-block;
    font-size: 0;
    vertical-align: top;
    line-height: 24px;
}

.store-hero-section .benefit-wrap .benefit {
    display: inline-block;
    margin-right: 4px;
    padding: 0 4px;
    border-radius: 2px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    line-height: 16px;
    letter-spacing: 0;
    vertical-align: middle;
}

.store-hero-section .benefit.benefit-safe {
    background-color: #cbb58f;
}

/* !* 안심서비스 */
.store-hero-section .benefit.benefit-smart {
    background-color: #ffa200;
}

/* !* 스마트케어 */
.store-hero-section .benefit.benefit-superior-store {
    background-color: #f88c27;
}

/* !* 우수매장 */
.store-hero-section .benefit.benefit-smart-pickup {
    background-color: #7abec2;
}

/* !* 픽업서비스 */
.store-hero-section .benefit.benefit-imported-car {
    background-color: #008bec;
}

/* !* 수입차정비 */
.interest-location-list-item .benefit-wrap {
    display: block;
    font-size: 0;
    vertical-align: top;
    line-height: 24px;
}

.interest-location-list-item .benefit {
    display: inline-block;
    margin-right: 4px;
    padding: 0 4px;
    border-radius: 2px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    line-height: 16px;
    letter-spacing: 0;
    vertical-align: middle;
}

.interest-location-list-item .benefit-wrap .benefit.great-store {
    background-color: #ff8c27;
}

.interest-location-list-item .benefit-wrap .benefit.smart-pickup {
    background-color: #6eb8bc;
}

.interest-location-list-item .benefit-wrap .benefit.deal-store {
    background-color: #cbb58f;
}

/* 20250610 start */
.store-filter-section {
    width: 100%;
    height: auto;
    padding: 16px 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px 12px;
}

.store-filter-section .check-item {
    display: inline-flex;
    align-items: center;
    width: auto;
    position: relative;
    gap: 8px;
}

.store-filter-section .check-item .labelling:active { background: transparent;}

.store-filter-section .check-item .icon-holder {
    position: relative;
    top: auto;
    left: auto;
}

.store-filter-section .check-item .labelling {
    padding: 0;
    flex: none; /* 20250725 */
}

.store-filter-section .check-item .label-img {
    width: 72px;
    height: 20px;
}

.service-available-date {
    padding: 0;
    min-height: 24px;
    display: inline-flex;
    position: relative;
    align-items: center;
}

.service-available-date span {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}

.service-available-date.today-service { color: #008bec; }

.service-available-date.today-service:before {
    content: '';
    flex: none;
    display: block;
    width: 86px;
    height: 24px;
    background-image: url('../images/common/store_search/icon_today_service_bi.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 6px;
}

.service-available-date.t-baro-delivery { color: #FFA200; }

.service-available-date.t-baro-delivery:before {
    content: '';
    flex: none;
    display: block;
    width: 86px;
    height: 24px;
    background-image: url('../images/common/store_search/icon_t_baro_delivery_bi.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 6px;
}
/* 20250610 end */

/* 20220210 // */
.todayservice-trigger {
    display: flex;
    align-items: center;
}

.todayservice-trigger.disabled {
    pointer-events: none;
    opacity: .5;
}

.todayservice-trigger .toggle-switch {
    padding: 0;
}

.todayservice-trigger .toggle-switch .switch-track {
    width: 34px;
    box-shadow: inset 0px 1px 2px rgba(160, 166, 175, 0.7);
}

.todayservice-trigger .toggle-switch .switch-track, .todayservice-trigger .toggle-switch input:checked ~ .switch-track {
    border: 0;
    padding: 2px;
}

.icon-todayservice-78 {
    display: inline-block;
    padding-left: 77px;
    background-image: url("../images/common/store_search/icon_today_service_78.png");
    background-position: left 50%;
    background-size: 78px 24px;
    background-repeat: no-repeat;
}

.card-todayservice-wrap {
    padding-bottom: 4px;
}

.card-todayservice-wrap .label-txt {
    color: #008bec;
    line-height: 24px;
}

.icon-todayservice-86 {
    display: inline-block;
    height: 24px;
    padding-left: 90px;
    background-image: url("../images/common/store_search/icon_today_service_86.png");
    background-position: left -4px;
    background-size: 86px 32px;
    background-repeat: no-repeat;
}

.todayservice-empty-box {
    display: table;
    width: 100%;
    min-height: 100px;
    height: auto;
    text-align: center;
}

.todayservice-empty-box .middler {
    display: table-cell;
    vertical-align: middle;
}

.todayservice-empty-box .middler > .line-icons {
    color: #d9dbdc;
}

.todayservice-empty-box .middler > .empty-msg {
    font-size: 12px;
    color: #a0a6af;
    margin-top: 8px;
}

.todayservice-empty-box .middler {
    pointer-events: unset;
}

.order-section .store-calendar .date-day-wrap .month {
    margin: 0;
}

.order-section .store-calendar .date-day-wrap .fast-button {
    background-color: transparent;
}

.date-day-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon-todayservice-empty {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-image: url("../images/common/store_search/icon_todayservice_empty.png");
    background-position: left 50%;
    background-size: 48px 48px;
    background-repeat: no-repeat;
}

.card-todayservice-wrap .error-circle {
    top: -1px;
    margin-right: 2px;
}

.card-todayservice-wrap p:first-child {
    margin-top: 4px;
}

/* //20220210 */
/* 20220616 // */
/* 20220316 // */
.bg-hart-mystore {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url("../images/common/icon_hart.png") no-repeat left top;
    background-size: 20px auto;
}

.mystore-cta-wrap .mystore-cta-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mystore-cta-wrap .btn-item.btn-s {
    padding: 0 4px 0 12px;
}

/* // 20220616 */
/* // 20220316 */
/* 20220404// */
.noti-legal-area {
    padding: 12px 8px;
    background-color: #f9f9fa;
}

.noti-legal-area .smarlegal-list {
    margin-top: 6px;
}

.noti-legal-area .smarlegal-list li {
    position: relative;
    padding-left: 6px;
}

.noti-legal-area .smarlegal-list li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 2px;
    height: 2px;
    background-color: #fe6a2b;
}

/* //20220404 */
/* 20220420// */
.review-card .thumb-area .thumb-image.photo-empty {
    background-image: url(../images/common/thumb_photo_empty.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #eceeef;
    background-position: center top;
    border-radius: 4px;
}

/* //20220420 */
/* 20220425// */
.form-control.form-control-inline label.top-fixed {
    top: 20px;
}

/* // 20220425 */
/* 20220502 // */
.salecheck-tooltip-wrap {
    display: flex;
}

.guide-tip-bx.left {
    position: relative;
    padding: 4px 20px 0px 20px;
    z-index: 1;
}

.guide-tip-bx.left .tooltip-bx {
    position: absolute;
    top: -6px;
    left: 68px;
    width: 120px;
    background-color: #5b6068;
    border-radius: 4px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    transform: translateX(-50%);
    opacity: 0;
    animation: anim-guide-left-tip 4s ease-in-out;
}

.guide-tip-bx.left.off .tooltip-bx {
    animation: fadeIn .5s forwards;
    animation-name: opacityDown;
}

@keyframes anim-guide-left-tip {
    10% {
        left: 72px;
        opacity: 1;
    }
    90% {
        left: 72px;
        opacity: 1;
    }
    100% {
        left: 68px;
        opacity: 0;
    }
}

.guide-tip-bx.left .tooltip-bx .msg {
    padding: 8px;
    color: #ffffff;
    font-size: 12px;
    line-height: 15px;
}

.guide-tip-bx.left .tooltip-bx:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid #5b6068;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 14px;
    left: -16px;
}

/* //20220502 */
/* 20220622 // */
.store-maps .rescan-button-wrap {
    display: none;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 22px;
    transform: translateX(-50%);
}

/* 20230130 start */
.store-maps .rescan-button-wrap.active {
    display: block;
    z-index: 10;
}
/* 20230130 end */

.store-maps .rescan-button-wrap .btn-rescan {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}

/* // 20220622 */
/* 20220524 // */
.line-icons.bg-bullet::before {
    z-index: 2;
    color: #fff;
    margin-left: -2px;
}

.line-icons.bg-bullet::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background-color: #fe6a2b;
}

.icon-word-copy {
    position: relative;
    padding-left: 20px;
}

.icon-word-copy .line-icons {
    position: absolute;
    left: 0;
}

/* //20220524 */
/* 20220525 // */
.banner-goods-detail-wrap {
    min-width: 220px;
    max-width: 375px;
    margin: auto;
}

.banner-goods-detail-wrap a {
    display: block;
}

.banner-goods-detail-wrap a img {
    width: 100%;
}

/* // 20220525 */
/* 20220620// */
.key-visual-button-area {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: 32px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    font-size: 0;
    text-align: center;
    pointer-events: none;
    background-image: linear-gradient(180deg, rgba(42, 49, 56, 0), rgba(42, 49, 56, 0.3));
}

.key-visual-button-area .key-visual-button-wrap .swiper-pagination {
    display: flex;
    align-items: center;
    position: relative;
}

.key-visual-button-area .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
}

.key-visual-button-area .key-visual-button-wrap {
    position: relative;
    display: flex;
}

.key-visual-button-area .swiper-controller {
    font-size: 0;
    padding: 4px 8px;
}

.key-visual-button-area .swiper-controller button {
    width: 21px;
    background-color: transparent;
    pointer-events: all;
}

.key-visual-button-area .swiper-controller button img {
    width: 100%;
}

/* //20220620 */
/* 20220622 // */
.map-pointer-fixed {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
}

.map-pointer-fixed::before {
    content: "";
    background-color: #000;
    width: 32px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.map-pointer-fixed::after {
    content: "";
    background-color: #000;
    width: 1px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.map-mylocation-wrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    padding: 16px 20px 0;
}

/* 20230130 start */
.map-mylocation-panel {
    position: relative;
    min-height: 52px;
    padding: 6px 12px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.9);
}
/* 20230130 end */

.map-mylocation-wrap .info {
    font-size: 12px;
}

.map-mylocation-wrap .info strong {
    font-size: 12px;
    font-weight: normal;
    color: #008bec;
}

.map-mylocation-wrap .subinfo.icon-local {
    margin-top: 8px;
    padding-left: 25px;
    font-size: 12px;
    background-image: url("../images/common/icon_location.png");
    background-size: 13px 20px;
    background-position: 4px 50%;
    background-repeat: no-repeat;
}

.map-mylocation-wrap .subinfo .explan-copy {
    display: inline-block;
    padding: 0 8px;
    border-radius: 20px;
    background-color: #f2f2f7;
    font-size: 11px;
    line-height: 20px;
}

.map-mylocation-wrap .subinfo {
    margin-top: 2px;
}

.map-mylocation-wrap .subinfo .street {
    color: #008bec;
    font-weight: bold;
}

.map-mylocation-wrap .location-button {
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border-radius: 4px;
    background-image: url("../images/common/store_search/icon_location_20.png");
    background-size: 24px 24px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
}

/* 20230130 start */
.map-legend-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.map-legend-panel {
    position: relative;
    width: auto;
    min-height: 32px;
    padding: 6px 16px;
    border-radius: 0 4px 0 0;
    background-color: #fff;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 8px 16px;
}

.map-legend-panel .map-legend {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.map-legend-panel .map-legend > span {
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
}
/* 20230130 end */

.map-empty-msg-wrap {
    display: none;
}

.map-empty-msg-wrap.active {
    display: block;
}

.map-empty-msg-wrap .map-empty-dimmed {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(2, 2, 2, 0.4);
    z-index: 1;
}

.map-empty-msg-wrap .map-empty-msg-pannel {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 320px;
    padding: 30px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    z-index: 2;
}

.map-empty-msg-wrap .map-empty-msg-pannel .button-popup-close {
    position: absolute;
    right: 8px;
    top: 8px;
    background-color: transparent;
}

.map-empty-msg-wrap .map-empty-msg-pannel .around-popup-more {
    background-color: transparent;
}

.middle-flex {
    display: flex;
    align-items: center;
}

/* // 20220622 */
/* 20220627 // */
.txt-blue {
    color: #008bec;
}

/* // 20220627 */
/* 20220629 // */
.brands-logo.laufenn-new {
    background-image: url("../images/goods/linelogo_laufenn_badge.png"), url("../images/goods/linelogo_laufenn.png");
    background-position: right 50%,
 50% 50%;
    background-size: auto 35px,
 auto 24px;
    background-repeat: no-repeat,
 no-repeat;
}

.card-ts-deal-black-detail .brands-logo.lf {
    background-image: url("../images/goods/linelogo_laufenn.png");
    background-position: 50% 50%;
    background-size: auto 24px;
    background-repeat: no-repeat;
}

.laufenn-excla-info {
    margin-top: 4px;
    padding-left: 70px;
    background-image: url("../images/goods/icon_excla_hk.png");
    background-position: left 2px;
    background-size: auto 16px;
    background-repeat: no-repeat;
    color: #4a2785;
    font-size: 11px;
    font-weight: 300;
    line-height: 16px;
}

/* // 20220629 */
#container.store {
    padding-bottom: 0;
}

/* 20220706 // */
.gift-agree-area {
    display: flex;
    justify-content: space-between;
}

/* // 20220706 */
/*  200220715 //*/
.brands-logo.lf {
    background-image: url("../images/goods/linelogo_laufenn.png");
    background-position: 50% 50%;
    background-size: auto 18px;
    background-repeat: no-repeat;
}

.brandLogo.lf {
    background-image: url("../images/goods/linelogo_laufenn.png");
    background-position: 50% 50%;
    background-size: auto 14px;
    background-repeat: no-repeat;
}

/*  // 200220715 */
/* 20220719 // */
.icon-safeprivacy-info {
    position: relative;
    line-height: 16px;
    padding-left: 20px;
}

.icon-safeprivacy-info .line-icons {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-45%);
}

/* // 20220719 // */
/* 20220721 // */
.reviewer-control {
    display: flex;
    justify-content: space-between;
}

.review-detail .reviewer-control.panel-hidden {
    margin-bottom: 72px;
}

.good-checkbox {
    display: flex;
    width: auto;
    height: auto;
    height: 24px;
    font-size: 0;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    vertical-align: middle;
}

.good-checkbox .labelling {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
}

.good-checkbox .icon-holder {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    border: 1px solid #d9dbdc;
    border-radius: 12px;
}

.good-checkbox .icon-holder .icon-good {
    display: inline-block;
    width: 100%;
    height: auto;
    padding-left: 28px;
    padding-right: 8px;
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: 8px 50%;
    background-image: url("../images/common/review/icon_good.png");
}

.good-checkbox .icon-holder .good-count {
    line-height: 22px;
    color: #a0a6af;
}

.good-checkbox .label-txt {
    display: inline-block;
    line-height: 22px;
}

/* 20220726 // */
.good-checkbox input[type="checkbox"]:checked ~ .icon-holder .good-count {
    color: white;
}

.good-checkbox input[type="checkbox"]:checked ~ .icon-holder {
    border-color: #fe6a2b;
    background-color: #fe6a2b;
}

/* // 20220726 */
.good-checkbox input[type="checkbox"]:checked ~ .icon-holder .icon-good {
    background-image: url("../images/common/review/icon_good_checked.png");
}

.reviewer-control .controlbox-list-wrap {
    position: relative;
}

.reviewer-control .controlbox-list-wrap .controlbox-toggle {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 16px auto;
    background-position: 50% 50%;
    background-image: url("../images/common/review/button_controlbox_toggle.png");
}

/* 20220726// */
.reviewer-control .controlbox-list-wrap .controlbox-list {
    position: absolute;
    right: 0;
    top: 24px;
    border: 1px solid #d9dbdc;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
    z-index: 10;
}

/* //20220726 */
.reviewer-control .controlbox-list-wrap .controlbox-list .controlbox-button {
    display: block;
    width: 72px;
    background-color: #fff;
    text-align: center;
}

.reviewer-control .controlbox-list-wrap .controlbox-list .controlbox-button .label-txt {
    line-height: 32px;
}

.reviewer-control .controlbox-list-wrap .controlbox-list li + li .controlbox-button {
    border-top: 1px solid #d9dbdc;
}

.controlbox-panel {
    padding: 20px;
    background-color: #f9f9fa;
    background: #f9f9fa;
    background: linear-gradient(0deg, #f9f9fa 75%, #f9f9fa 98%, #efefef 100%);
}

.controlbox-panel .controlbox-headcopy {
    position: relative;
}

.controlbox-panel .controlbox-headcopy .controlbox-close {
    position: absolute;
    background-color: transparent;
    right: -12px;
    top: -12px;
}

.controlbox-panel textarea {
    border: 1px solid #f9f9f9;
}

.controlbox-panel textarea::placeholder {
    font-size: 11px;
    color: #a0a6af;
}

.goods_detail .review_list .date {
    padding-top: 8px;
    text-align: left;
}

.goods_detail .review_list .cont {
    padding: 8px 0 10px;
}

/* 20220726// */
.customer-card-list .item {
    position: relative;
    margin-bottom: 16px;
}

/* //20220726 */
/* //20220721 */
/* 20220726// */
.review-detail .thumb-area .review-break {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #f2f2f7;
}

.review-detail .review-contents .review-text {
    overflow: hidden;
    position: relative;
}

.review-detail .review-contents .review-text.block-height-fix {
    height: 320px;
}

.review-detail .review-contents .review-break {
    position: absolute;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 240px;
    object-fit: cover;
    background-color: white;
    z-index: 1;
}

.customer-card-list .item .review-break {
    position: absolute;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 168px;
    padding-bottom: 8px;
    object-fit: cover;
    background-color: #f9f9fa;
    z-index: 1;
}

.goods_detail .review_list li .review-break {
    position: absolute;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 240px;
    object-fit: cover;
    background-color: white;
    z-index: 1;
}

.review-detail .review-contents .review-break.active {
    display: flex;
}

.customer-card-list .item .review-break.active {
    display: flex;
}

.goods_detail li .review-break.active {
    display: flex;
}

.customer-card-list .item.block-height-fix {
    height: 220px;
}

.goods_detail .review_list li.block-height-fix {
    overflow: hidden;
    height: 320px;
}

.review-detail .review-contents .review-text.block-height-fix .contents {
    overflow: hidden;
    height: 40px;
    font-size: 0;
}

.customer-card-list .item.block-height-fix .review-contents {
    overflow: hidden;
    height: 40px;
    font-size: 0;
}

.goods_detail .review_list li.block-height-fix .cont {
    overflow: hidden;
    height: 40px;
    font-size: 0;
}

/* //20220726 */
/* 20220725 // */
.freeday-service-section li + li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    right: 80px;
    display: block;
    height: 1px;
    background-color: #fff;
}

/* // 20220725 */





/* 2022-10-21 마모도 측정 */
.biz-container .inner {
	padding: 0 15px;
}

.biz-container .inner.swiper {
	padding: 0 10px 0 15px;
}

.biz-container .divider {
	width: 100%;
	border: 5px solid #eceeef;
}

.biz-container .tab-set .tit {
	z-index: 801;
}

.biz-container .tab-link {
	z-index: 799;
}

.biz-container .tab-link>a {
	width: 33.333%;
}

/* 2022-11-28 수정 시작  */
.tire-wear .no-data {
	padding: 70px 0;
	text-align: center;
}
.tire-wear .no-data .icon {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(../images/icon/icon-notice.png) no-repeat 0 0;
	background-size: 100%;
}
.tire-wear .no-data .txt {
	margin-top: 15px;
	font-size: 16px;
}
.tire-wear .no-data .txt span {
	color: #fe6a2b;
}
.tire-wear .no-data .cmt{
	margin-top: 20px;
	font-size: 12px;
	color: #a0a6af;
}
/* 2022-11-28 수정 끝 */

.tire-wear .tab-set {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 40px 0 20px 0;
	padding: 0 20px;
}

.tire-wear .inner {
	padding: 0 15px;
}

.tire-wear .inner.swiper {
	padding: 0 10px 0 15px;
}

.tire-wear .tab-set .tit {
	font-size: 16px;
	color: #2a3138;
	font-weight: 500;
}

.tire-wear .tab-set .tit strong {
	color: #fe6a2b;
}

.tire-wear .tab-set .tab-link {
	width: auto;
	padding: 0;
}

.tire-wear .tab-set .tab-link>a {
	width: inherit;
}

.mycar-management-wrp .mycar-info-txt .btn-item {
	width: 90px;
	height: 25px;
	margin-top: 10px;
	line-height: 25px;
}

.tire-wear.tire-check .mycar-management-wrp .mycar-info-txt .btn-item .label-txt {
	font-size: 11px;
}

/* 2022-11-16 수정 시작 */
.tire-wear.tire-check .mycar-management-wrp .mycar-info-area .mycar-info-img .img-holder {
	background-size: auto 100%;
}
/* 2022-11-16 수정 끝 */

/* 20230904 start */
.tire-wear.tire-check .mycar-management-wrp .mycar-info-area .img-update-btn {
    background: rgba(0,0,0,0.5);
    color: #fff;
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translateX(-50%) translateY(-50%);
    padding-left: 8px;
    padding-right: 4px;
    white-space: nowrap;
    pointer-events: all;
    z-index: 2;
}
/* 20230904 end */

.tire-wear.tire-check .banner {
	width: 100%;
	min-height: 220px;
	background-color: #f2f2f7;
}

.tire-wear.tire-check .banner img {
	width: 100%;
	height: inherit;
}

.tire-wear.tire-check .tire-check-wrap {
	padding: 20px 0;
	background: #f9f9fa;
}

.tire-wear.tire-check .tire-check-wrap .btn-box {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
	padding: 0 15px;
}

.tire-wear.tire-check .tire-check-box {
	margin-top: 10px;
}

.tire-wear.tire-check .tire-check-box:first-child {
	margin-top: 0;
}

.tire-wear.tire-check .tire-check-box .list {
	width: calc(100% - 40px);
	margin: 0 auto;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.tire-wear.tire-check .tire-check-box .list dt {
	margin: 0 20px;
}
.tire-wear.tire-check .tire-check-box .list dt.on {
	border-bottom: 1px solid #d9dbdc;
}

.tire-wear.tire-check .tire-check-box .list dt a {
	display: inline-flex;
	align-items: center;
	padding: 15px 0;
}

.tire-wear.tire-check .tire-check-box .list dt a::before {
	content: '';
	display: inline-flex;
	width: 21px;
	height: 21px;
	margin-right: 5px;
	background: url("../images/icon/icon-round-check.svg") no-repeat 0 0;
	background-size: 100%;
}

/* 2022-11-15 수정 시작 */
.tire-wear.tire-check .tire-check-box .list:first-child dd{
	height: 170px;
}
/* 2022-11-15 수정 끝 */

.tire-wear.tire-check .tire-check-box .list dd {
	height: 150px;
}

.tire-wear.tire-check .tire-check-box .list dd span {
	color: #fe6a2b;
}

.tire-wear.tire-check .tire-check-box .list dd.bg01 {
	background: url("../images/common/bg_tire01.png") no-repeat right bottom;
	background-size: 80px auto;
}

.tire-wear.tire-check .tire-check-box .list dd.bg02 {
	background: url("../images/common/bg_tire02.png") no-repeat right bottom;
	background-size: 80px auto;
}

.tire-wear.tire-check .tire-check-box .list dd.bg03 {
	background: url("../images/common/bg_tire03.png") no-repeat right bottom;
	background-size: 80px auto;
}

.tire-wear.tire-check .btn-area {
	padding: 0 20px;
}

.tire-wear.tire-check .btn-area .btn-item {
	margin-top: 25px;
	height: 48px;
	border-radius: 24px;
}

/* 2022-11-16 수정 시작 */
.tire-wear.tire-check .txt-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.tire-wear.tire-check .txt-wrap .txt{
	margin-top: 20px;
	font-size: 14px;
	color: #2a3138;
	font-weight: 500;
}

.tire-wear.tire-check .txt-wrap .btn-item{
	width: 220px;
  margin-top: 15px;
}

.tire-wear.tire-check .register-wrap {
	margin-top: 25px;
	padding: 25px 20px;
	background: #f2f2f7;
	border-radius: 4px;
}

.tire-wear.tire-check .register-wrap .tit {
	font-size: 16px;
	color: #2a3138;
	font-weight: 500;
	text-align: center;
}

/* 2022-11-16 수정 시작 */
.tire-wear.tire-check .register-wrap .btn-item {
	height: 48px;
	margin-top: 15px;
	border-radius: 25px;
}
/* 2022-11-16 수정 끝 */

.tire-wear.tire-check .register-wrap .cmt-list {
	margin-top: 10px;
}

.tire-wear.tire-check .register-wrap .cmt-list li {
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #fe6a2b;
}

.tire-wear.tire-check .register-wrap .cmt-list li::before {
	content: '';
	display: inline-flex;
	width: 2px;
	height: 2px;
	margin-right: 4px;
	background: #fe6a2b;
	border-radius: 2px;
}

.tire-wear.tire-check .register-box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 20px;
}

.tire-wear.tire-check .register-box .add-btn {
	width: calc(50% - 5px);
	height: 140px;
	background: #fff url("../images/icon/icon-add.png") no-repeat 50% 50%;
	background-size: 30%;
	border-radius: 2px;
	border: 1px dashed #d9dbdc;
}

.tire-wear.tire-check .register-box .add-btn img {
	width: 100%;
	height: 140px;
	object-fit: cover;
}

.tire-wear.tire-check .register-box .add-btn:first-child {
	background: #eceeef;
  border: 1px solid #c0c6ce;
}

.tire-wear.tire-check .register-box .add-btn:first-child .label-txt {
	display: flex;
	justify-content: center;
	font-weight: 700;
	margin-top: -8px;
}

.tire-wear.tire-check .register-box .add-btn:first-child::before {
	content: '';
	display: inline-flex;
	width: 48px;
	height: 48px;
	background: url("../images/icon/icon-camera.png") no-repeat 0 0;
	background-size: 100%;
}

.tire-wear.tire-check .register-box .add-btn:nth-child(even) {
	margin-left: 10px;
}

.tire-wear.tire-check .register-box .add-btn:nth-child(3) {
	margin-top: 10px;
}

.tire-wear.tire-check .register-box .add-btn:nth-child(4) {
	margin-top: 10px;
}

.tire-wear.tire-check .guide-wrap {
	margin-top: 25px;
}

.tire-wear.tire-check .guide-wrap .tit {
	font-size: 16px;
	color: #2a3138;
	font-weight: 500;
}

.tire-wear.tire-check .guide-wrap .guide-list {
	margin-top: 20px;
	padding-bottom: 55px;
}

.tire-wear.tire-check .guide-wrap .guide-list li {
	position: relative;
	font-size: 12px;
	margin: 10px 0 0 10px;
}

.tire-wear.tire-check .guide-wrap .guide-list li:first-child {
	margin-top: 0;
}

.tire-wear.tire-check .guide-wrap .guide-list li::before {
	content: '';
	position: absolute;
	top: 10px;
	left: -7px;
	width: 2px;
	height: 2px;
	margin-right: 4px;
	background: #2a3138;
	border-radius: 2px;
}
/* 2022-11-16 수정 끝 */

.tire-wear.tire-result-box .check-list-wrap {
	padding-top: 20px;
	background-color: #f9f9fa;
}

.tire-wear.tire-result-box .check-list-wrap .list-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: 1px solid #d9dbdc;
}

.tire-wear.tire-result-box .check-list-wrap .list-top .total {
	font-size: 16px;
}

.tire-wear.tire-result-box .check-list-wrap .list-top .total strong {
	color: #fe6a2b;
}

.tire-wear.tire-result-box .check-list-wrap .list-top .date {
	font-size: 14px;
}

.tire-wear.tire-result-box .check-list-wrap .cmt {
	margin-top: 10px;
	font-size: 12px;
}

.tire-wear.tire-result-box .check-list-wrap .check-list {
	margin-top: 20px;
}

.tire-wear.tire-result-box .check-list-wrap .check-list li {
	display: flex;
	width: 100%;
	min-height: 175px;
	margin-top: 10px;
	border-radius: 4px;
	border: 1px solid #d9dbdc;
}

.tire-wear.tire-result-box .check-list-wrap .check-list li .state-box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 50%;
	padding: 15px;
	background-color: #fff;
	text-align: right;
}

.tire-wear.tire-result-box .check-list-wrap .check-list li .state-box .state-wrap .txt {
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: 700;
}

.tire-wear.tire-result-box .check-list-wrap .check-list li .state-box .state-wrap span {
	font-size: 12px;
}

.tire-wear.tire-result-box .check-list-wrap .check-list li .state-box .txt-wrap .txt {
	font-size: 12px;
	font-weight: 700;
}

.tire-wear.tire-result-box .check-list-wrap .check-list li .state-box .date {
	font-size: 12px;
	font-weight: 700;
}

.tire-wear.tire-result-box .check-list-wrap .check-list li .state-box .state-wrap strong {
	font-size: 16px;
}

/* 2022-11-17 수정 시작 */
.tire-wear.tire-result-box .check-list-wrap .check-list li .state-box span.fc-r {
	color: #f73400;
}

.tire-wear.tire-result-box .check-list-wrap .check-list li .state-box span.fc-o {
	color: #ffa200;
}

.tire-wear.tire-result-box .check-list-wrap .check-list li .state-box span.fc-g {
	color: #059c4c;
}
/* 2022-11-17 수정 끝 */

.tire-wear.tire-result-box h3 {
	margin: 35px 0 20px 0;
	padding-bottom: 13px;
	border-bottom: 1px solid #d9dbdc;
	font-size: 16px;
	color: #2a3138;
	font-weight: 700;
}

.tire-wear.tire-result-box .tit-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 20px 0;
	padding: 15px 0;
	border-bottom: 1px solid #d9dbdc;
}

.tire-wear.tire-result-box .tit-wrap .tit {
	font-size: 16px;
	color: #2a3138;
	font-weight: 700;
}

.tire-wear.tire-result-box .tit-wrap a {
	display: inline-flex;
	align-items: center;
}

.tire-wear.tire-result-box .tit-wrap.tip {
	justify-content: flex-start;
}

.tire-wear.tire-result-box .tit-wrap.tip .tooltip-container {
	margin-left: 5px;
}

.tire-wear.tire-result-box .tab-set {
	margin-top: 20px;
	padding: 0;
}

.tire-wear.tire-result-box .tab-set .tit {
	font-weight: 700;
}

.tire-wear.tire-result-box .notice-box {
	width: 100%;
	margin-top: 20px;
	padding: 20px;
	background-color: #f9f9fa;
	border-radius: 4px;
}

.tire-wear.tire-result-box .notice-box::before {
	display: flex;
	content: '';
	width: 60px;
	height: 60px;
	margin: 0 auto;
	background: url("../images/icon/icon-notice.png") no-repeat 0 0;
	background-size: 100%;
}

.tire-wear.tire-result-box .notice-box strong {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
	font-size: 16px;
	color: #fe6a2b;
	text-align: center;
}

.tire-wear.tire-result-box .notice-box p {
	font-size: 12px;
	padding-top: 10px;
	text-align: center;
}

.tire-wear.tire-result-box .guide-img {
	background-color: #f9f9fa;
	border-radius: 4px;
}

.tire-wear.tire-result-box .guide-img img {
	width: 100%;
	min-height: 160px;
}

.tire-wear.tire-result-box .guide-wrap {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 12px;
}

.tire-wear.tire-result-box .guide-wrap .guide-img {
	width: calc(50% - 6px);
}

.tire-wear.tire-result-box .guide-wrap .guide-img img {
	width: 100%;
	max-height: 140px;
	border-radius: 4px;
	object-fit: cover;
}

.tire-wear.tire-result-box .guide-wrap .guide-img:first-child {
	position: relative;
}

.tire-wear.tire-result-box .guide-wrap .guide-img:first-child img {
	border: 2px solid #2ed0ff;
}

.tire-wear.tire-result-box .guide-wrap .guide-img:first-child::before {
	position: absolute;
	content: '';
	width: 25px;
	height: 25px;
	bottom: 0;
	left: 0;
	margin: 5px;
	background: url(../images/icon/icon_check_blue.png) no-repeat 0 0;
	background-size: 100%;
}

.tire-wear.tire-result-box .guide-wrap .guide-img:last-child {
	position: relative;
	margin-left: 12px;
}

.tire-wear.tire-result-box .guide-wrap .guide-img:last-child img {
	border: 2px solid #f73400;
}

.tire-wear.tire-result-box .guide-wrap .guide-img:last-child::before {
	position: absolute;
	content: '';
	width: 25px;
	height: 25px;
	bottom: 0;
	left: 0;
	margin: 5px;
	background: url(../images/icon/icon_x_red.png) no-repeat 0 0;
	background-size: 100%;
}

.tire-wear.tire-result-box .guide-list {
	margin-top: 20px;
}

.tire-wear.tire-result-box .guide-list li {
	position: relative;
	font-size: 12px;
	margin-left: 5px;
}

.tire-wear.tire-result-box .guide-list li::before {
	position: absolute;
	content: '';
	top: 10px;
	left: -5px;
	width: 2px;
	height: 2px;
	background: #2a3138;
	border-radius: 2px;
}

.tire-wear.tire-result-box .tire-result-swiper{
	height: 250px;
}

/* 2022-11-15 수정 시작 */
.tire-wear.tire-result-box .btn-area {
	display: flex;
	justify-content: center;
	margin-top: 25px;
}

.tire-wear.tire-result-box .btn-area .btn-item.more {
	width: 167px;
	height: 40px;
}
/* 2022-11-15 수정 끝 */

/* 2022-11-16 수정 시작 */
.tire-wear.tire-result-box .btn-area .btn-item {
	display: block;
	/* margin: 0 auto; */
	height: 48px;
	border-radius: 25px;
}
/* 2022-11-16 수정 끝 */

.tire-wear.tire-result-box .btn-area .btn-item .label-txt strong {
	color: #fe6a2b;
}

.tire-wear.tire-result-box .btn-box {
	display: flex;
	justify-content: center;
}

/* 2022-11-10 수정 시작 */
.tire-wear.tire-result-box .btn-box .btn-item {
	width: 167px;
	margin-top: 20px;
}
/* 2022-11-10 수정 끝 */

.tire-wear.tire-result-box .status-box {
	position: relative;
	margin-top: 25px;
	border-radius: 4px;
	text-align: center;
}

.tire-wear.tire-result-box .status-box .color-box {
	display: inline-flex;
	align-items: center;
	justify-content: space-around;
	width: 63px;
	height: 22px;
	margin-top: 20px;
	padding: 5px;
	background-color: #2a3138;
	border-radius: 11px;
}

.tire-wear.tire-result-box .status-box .color-box span {
	display: inline-flex;
	margin-left: 5px;
	width: 14px;
	height: 14px;
	border-radius: 15px;
}

.tire-wear.tire-result-box .status-box .color-box span:first-child {
	margin-left: 0;
}

.tire-wear.tire-result-box .status-box .cmt-box {
	margin: 15px 0;
}

.tire-wear.tire-result-box .status-box .cmt-box strong {
	font-size: 18px;
	font-weight: 500;
}

.tire-wear.tire-result-box .status-box .cmt-box p {
	margin-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}

.tire-wear.tire-result-box .status-box .info-wrap {
	background: linear-gradient(to bottom, #fff 0%, #d9dbdc 100%);
}

.tire-wear.tire-result-box .status-box .info-wrap .img-set {
	position: relative;
	width: 700px;
	height: auto;
	margin: 0 auto;
}

.tire-wear.tire-result-box .status-box .info-wrap .img-set img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* 2022-11-24 수정 시작 */
.tire-wear.tire-result-box .status-box .info-wrap .tooltip-txt {
	position: absolute;
	left: 70%;
	top: 0;
	width: 170px;
	height: 60px;
	padding: 10px;
	background-color: rgba(42, 49, 56, 0.8);
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
}
/* 2022-11-24 수정 끝 */

.tire-wear.tire-result-box .status-box .info-wrap .tooltip-txt::after {
	position: absolute;
	content: '';
	display: block;
	width: 0;
	bottom: 27px;
	left: -8px;
	border-style: solid;
	border-width: 0 5px 8px 5px;
	border-color: rgba(42, 49, 56, 0.8) transparent;
	transform: rotate(272deg) translateX(0px);
}

@media all and (max-width: 767px) {
	.tire-wear.tire-result-box .status-box .info-wrap .img-set {
		width: 360px;
		height: auto;
	}

	/* 2022-11-24 수정 시작 */
	.tire-wear.tire-result-box .status-box .info-wrap .tooltip-txt {
		width: 110px;
    left: inherit;
    right: 3px;
    font-size: 12px;
	}
	/* 2022-11-24 수정 끝 */

	.tire-wear.tire-result-box .status-box .info-wrap .tooltip-txt::after {
		bottom: 22px;
	}
}

.tire-wear.tire-result-box .status-box.perfect .color-box .blue {
	background-color: #23dee7;
}

.tire-wear.tire-result-box .status-box.perfect .color-box .brown {
	background-color: #ffa200;
	opacity: .3;
}

.tire-wear.tire-result-box .status-box.perfect .color-box .purple {
	background-color: #f73400;
	opacity: .3;
}

.tire-wear.tire-result-box .status-box.perfect .tooltip-txt {
	top: -16%;
}

@media all and (max-width: 767px) {
	.tire-wear.tire-result-box .status-box.perfect .tooltip-txt {
		top: -16%;
	}
}

.tire-wear.tire-result-box .status-box.good .color-box .blue {
	background-color: #23dee7;
}

.tire-wear.tire-result-box .status-box.good .color-box .brown {
	background-color: #ffa200;
	opacity: .3;
}

.tire-wear.tire-result-box .status-box.good .color-box .purple {
	background-color: #f73400;
	opacity: .3;
}

.tire-wear.tire-result-box .status-box.good .tooltip-txt {
	top: 21%;
}

@media all and (max-width: 767px) {
	.tire-wear.tire-result-box .status-box.good .tooltip-txt {
		top: 15%;
	}
}

.tire-wear.tire-result-box .status-box.bad .color-box .green {
	background-color: #62bf00;
	opacity: .3;
}

.tire-wear.tire-result-box .status-box.bad .color-box .yellow {
	background-color: #ffa200;
}

.tire-wear.tire-result-box .status-box.bad .color-box .purple {
	background-color: #f73400;
	opacity: .3;
}

.tire-wear.tire-result-box .status-box.bad .tooltip-txt {
	top: 34%;
}

@media all and (max-width: 767px) {
	.tire-wear.tire-result-box .status-box.bad .tooltip-txt {
		top: 28%;
	}
}

.tire-wear.tire-result-box .status-box.danger .color-box .green {
	background-color: #62bf00;
	opacity: .3;
}

.tire-wear.tire-result-box .status-box.danger .color-box .brown {
	background-color: #ffa200;
	opacity: .3;
}

.tire-wear.tire-result-box .status-box.danger .color-box .red {
	background-color: #f73400;
}

/* 2022-11-24 수정 시작 */
.tire-wear.tire-result-box .status-box.danger .tooltip-txt {
	top: inherit;
  bottom: 0;
}
/* 2022-11-24 수정 끝 */

.tire-wear.tire-result-box .status-wrap {
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
}

.tire-wear.tire-result-box .status-wrap .swiper-pagination {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.tire-wear.tire-result-box .status-wrap .swiper-pagination .swiper-pagination-bullet {
	margin: 0 4px;
	background-color: #aaafb8;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.tire-wear.tire-result-box .status-wrap .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #fe6a2b;
}

.tire-wear.tire-result-box .status-result-swiper {
	overflow: visible;
	width: auto;
}

.tire-wear.tire-result-box .status-result-swiper .swiper-slide img {
	width: 100%;
	min-height: 200px;
}

.tire-wear.tire-result-box .service-wrap {
	margin-top: 20px;
	padding: 20px;
	background-color: #f9f9fa;
}

.tire-wear.tire-result-box .service-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
	padding: 15px 20px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.tire-wear.tire-result-box .service-box .txt {
	font-size: 16px;
	font-weight: 700;
	text-align: right;
}

.tire-wear.tire-result-box .service-box .txt span {
	color: #fe6a2b;
}

.tire-wear.tire-result-box .service-box .icon {
	padding: 7px;
	background-color: #f2f2f7;
	border-radius: 36px;
}

.tire-wear.tire-result-box .service-box .icon.service::before {
	display: inline-flex;
	align-items: center;
	content: '';
	width: 36px;
	height: 36px;
	background: url("../images/icon/icon-service.svg") no-repeat 0 0;
	background-size: 100%;
}

.tire-wear.tire-result-box .service-box .icon.shop::before {
	display: inline-flex;
	align-items: center;
	content: '';
	width: 36px;
	height: 36px;
	background: url("../images/icon/icon-search-tire.svg") no-repeat 0 0;
	background-size: 100%;
}

.tire-wear.tire-result-box .service-box:first-child {
	margin-top: 0;
}

.tire-wear.tire-result-box .recommend-check-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.tire-wear.tire-result-box .recommend-check-list li {
	width: calc(50% - 5px);
	margin-top: 5px;
	border-radius: 4px;
	border: 1px solid #d9dbdc;
}

.tire-wear.tire-result-box .recommend-check-list li:nth-child(odd) {
	margin-left: 10px;
}

.tire-wear.tire-result-box .recommend-check-list li a {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 12px 8px;
}

.tire-wear.tire-result-box .recommend-check-list li a .lft {
	display: flex;
	align-items: center;
}

.tire-wear.tire-result-box .recommend-check-list li a .rgt {
	text-align: right;
}

.tire-wear.tire-result-box .recommend-check-list li a .rgt .date {
	padding-bottom: 5px;
}

.tire-wear.tire-result-box .recommend-check-list li a strong {
	font-size: 20px;
	color: #58c1c7;
	font-weight: 300;
}

.tire-wear.tire-result-box .recommend-check-list li a p {
	font-size: 13px;
}

.tire-wear.tire-result-box .recommend-check-list li a .txt {
	font-size: 13px;
}

.tire-wear.tire-result-box .recommend-check-list li.large {
	width: 100%;
	margin-left: 0;
}

.tire-wear.tire-result-box .recommend-check-list li.large a {
	align-items: flex-end;
}

.tire-wear.tire-result-box .recommend-check-list li.large a .date {
	margin-left: 5px;
}

.tire-wear.tire-result-box .recommend-check-list li:first-child {
	margin-top: 0;
}

.tire-wear.tire-result-box .recommend-check-list.type2 li {
	width: calc(50% - 5px);
	margin: 0 0 10px 0;
}

.tire-wear.tire-result-box .recommend-check-list.type2 li:nth-child(even) {
	margin-left: 10px;
}

.tire-wear.tire-result-box .recommend-check-list.type2 li:nth-child(odd) {
	margin-left: 0;
}

.tire-wear.tire-result-box .recommend-check-list.type2 li a {
	align-items: center;
	height: 62px;
}

.tire-wear.tire-result-box .recommend-check-list.type2 li a .txt {
	margin-left: 10px;
}

.tire-wear.tire-result-box .recommend-check-list.type2 li a .rgt {
	display: inline-flex;
}

.tire-wear.tire-result-box .recommend-check-list.type2 li a .icon {
	width: 26px;
	height: 26px;
}

.tire-wear.tire-result-box .recommend-check-list.type2 li a .icon.tire {
	background: url("../images/icon/icon-tire-check.svg") no-repeat 0 0;
	background-size: 100%;
}

.tire-wear.tire-result-box .recommend-check-list.type2 li a .icon.pressure {
	background: url("../images/icon/icon-pressure.svg") no-repeat 0 0;
	background-size: 100%;
}

.tire-wear.tire-result-box .recommend-check-list.type2 li a .icon.oil {
	background: url("../images/icon/icon-oil.svg") no-repeat 0 0;
	background-size: 100%;
}

.tire-wear.tire-result-box .recommend-check-list.type2 li a .icon.battery {
	background: url("../images/icon/icon-battery.svg") no-repeat 0 0;
	background-size: 100%;
}

.tire-wear.tire-result-box .recommend-check-list.type2 li a .icon.washer {
	background: url("../images/icon/icon-washer.svg") no-repeat 0 0;
	background-size: 100%;
}

.tire-wear.tire-result-box .recommend-check-list.type2 li a .icon.arrow {
	width: 22px;
	height: 22px;
	background: url("../images/icon/icon-arrow-gray.png") no-repeat 0 0;
	background-size: 100%;
}

/* 2022-11-16 수정 시작 */
.tire-wear.tire-result-box .check-list li .tire-result-swiper {
	width: 50%;
	height: 175px;
}
/* 2022-11-16 수정 끝 */

.tire-wear.tire-result-box .tire-result-swiper .swiper-slide {
	width: auto;
	max-width: 100%;
	margin-right: 0;
}

.tire-wear.tire-result-box .tire-result-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tire-wear.tire-result-box .tire-result-swiper .swiper-pagination-bullet {
	background-color: #fff;
}

.tire-wear.tire-result-box .tire-result-swiper .swiper-pagination-bullet-active {
	background-color: #fe6a2b;
}

.tire-wear.tire-result-box .recommend-item-swiper .swiper-slide {
	border: 1px solid #f9f9fa;
}

.tire-wear.tire-result-box .recommend-item-swiper .card-wrap {
	display: flex;
	align-items: center;
	box-shadow: 0 2px 4px 0 rgba(160, 166, 175, 0.7);
}

.tire-wear.tire-result-box .recommend-item-swiper .card-wrap .thumb-area img {
	position: relative;
	width: auto;
	max-height: 110px;
}

.tire-wear.tire-result-box .recommend-item-swiper .card-wrap .thumb-area .logo {
	position: absolute;
  top: 78px;
  left: 0;
	width: 110px;
	height: 30px;
	background: #fff;
	opacity: .8;
}

.tire-wear.tire-result-box .recommend-item-swiper .card-wrap .thumb-area .logo.hk::after {
	position: absolute;
	content: '';
	top: 9px;
  left: 24px;
	width: 67px;
	height: 16px;
	background: #fff url("../images/common/logo-hk.png") no-repeat 0 0;
	background-size: 100%;
	opacity: .8;
}

.tire-wear.tire-result-box .recommend-item-swiper .card-wrap .info-area {
	display: inline-flex;
	justify-content: space-between;
	flex-direction: column;
	width: 100%;
	height: 110px;
	padding: 15px 15px 15px 10px;
	background-color: #f9f9fa;
}

.tire-wear.tire-result-box .recommend-item-swiper .card-wrap .info-area .txt {
	font-size: 12px;
}

/* 2022-11-16 수정 시작 */
.tire-wear.tire-result-box .recommend-item-swiper .card-wrap .info-area .model {
	width: 100%;
	height: 40px;
}

.tire-wear.tire-result-box .recommend-item-swiper .card-wrap .info-area .model img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* .tire-wear.tire-result-box .recommend-item-swiper .card-wrap .info-area .model.ventus {
	width: 150px;
	height: 40px;
	background: url("../images/common/sample/DPN_ventus_s2_as.png") no-repeat 0 0;
	background-size: 100%;
} */
/* 2022-11-16 수정 끝 */

.tire-wear.tire-result-box .recommend-item-swiper .card-wrap .info-area .top-info {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.tire-wear.tire-result-box .recommend-item-swiper .card-wrap .info-area .top-info .model {
	font-size: 16px;
}

.tire-wear.tire-result-box .recommend-item-swiper .card-wrap .info-area .top-info .sale {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin-left: 5px;
	padding: 0 5px;
	border-radius: 30px;
	border: 1px solid #fe6a2b;
	font-size: 10px;
	color: #fe6a2b;
}

.tire-wear.tire-result-box .recommend-item-swiper .card-wrap .info-area .price-wrap .price {
	font-size: 16px;
	color: #fe6a2b;
}

.tire-wear.tire-result-box .recommend-item-swiper .card-wrap .info-area .price-wrap .discount {
	margin-left: 5px;
	font-size: 12px;
	color: #a0a6af;
	text-decoration: line-through;
}

.register-guide-box-popup .guide-img {
	background-color: #f9f9fa;
	border-radius: 4px;
}

.register-guide-box-popup .guide-img img {
	width: 100%;
	min-height: 140px;
}

.register-guide-box-popup .guide-wrap {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 12px;
}

.register-guide-box-popup .guide-wrap .guide-img {
	width: calc(50% - 6px);
}

.register-guide-box-popup .guide-wrap .guide-img img {
	width: 100%;
	max-height: 140px;
	border-radius: 4px;
	object-fit: cover;
}

.register-guide-box-popup .guide-wrap .guide-img:first-child {
	position: relative;
}

.register-guide-box-popup .guide-wrap .guide-img:first-child img {
	border: 2px solid #2ed0ff;
}

.register-guide-box-popup .guide-wrap .guide-img:first-child::before {
	position: absolute;
	content: '';
	width: 25px;
	height: 25px;
	bottom: 0;
	left: 0;
	margin: 5px;
	background: url(../images/icon/icon_check_blue.png) no-repeat 0 0;
	background-size: 100%;
}

.register-guide-box-popup .guide-wrap .guide-img:last-child {
	position: relative;
	margin-left: 12px;
}

.register-guide-box-popup .guide-wrap .guide-img:last-child img {
	border: 2px solid #f73400;
}

.register-guide-box-popup .guide-wrap .guide-img:last-child::before {
	position: absolute;
	content: '';
	width: 25px;
	height: 25px;
	bottom: 0;
	left: 0;
	margin: 5px;
	background: url(../images/icon/icon_x_red.png) no-repeat 0 0;
	background-size: 100%;
}

.register-guide-box-popup .guide-list {
	margin-top: 20px;
}

.register-guide-box-popup .guide-list li {
	position: relative;
	font-size: 12px;
	margin-left: 5px;
}

.register-guide-box-popup .guide-list li::before {
	position: absolute;
	content: '';
	top: 10px;
	left: -5px;
	width: 2px;
	height: 2px;
	background: #2a3138;
	border-radius: 2px;
}

.biz-add-pic-popup {
	display: flex;
	align-items: center;
	width: 100%;
}

.biz-add-pic-popup .btn {
	width: calc(50% - 5px);
	height: 140px;
	background-color: #eceeef;
	border: 1px solid #c0c6ce;
	border-radius: 2px;
}

.biz-add-pic-popup .btn .label-txt {
	display: flex;
	justify-content: center;
	font-weight: 700;
	margin-top: -8px;
}

.biz-add-pic-popup .btn::before {
	content: '';
	display: inline-flex;
	width: 48px;
	height: 48px;
	background: url("../images/icon/icon-camera.png") no-repeat 0 0;
	background-size: 100%;
}

.biz-add-pic-popup .btn:last-child {
	margin-left: 10px;
}

.biz-add-pic-popup .btn:last-child::before {
	content: '';
	display: inline-flex;
	width: 48px;
	height: 48px;
	background: url("../images/icon/icon-gallery.png") no-repeat 0 0;
	background-size: 100%;
}

/* quick메뉴 5개 고정형 2022-11-14 수정 시작 */
.biz-quick-item-fix {
  z-index: 1001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
/* 2022-11-14 수정 시작 */
.biz-quick-item-fix .tit {
	z-index: 500;
	position: absolute;
	right: 8px;
	bottom: 70px;
	bottom: calc(70px + constant(safe-area-inset-bottom));
	bottom: calc(70px + env(safe-area-inset-bottom));
	width: 48px;
	height: 48px;
	border-radius: 48px;
	background: transparent;
	box-sizing: border-box;
	transition: all 0.4s;
	pointer-events: all;
}
.biz-quick-item-fix .tit.c-type1 a{
	background: #c0c6ce;
}
.biz-quick-item-fix .tit.c-type2 a{
	background: #5eb0b5;
}
.biz-quick-item-fix .tit.c-type3 a{
	background: #cbb58f;
}
.biz-quick-item-fix .tit.c-type4 a{
	background: #ffa200;
}
.biz-quick-item-fix .tit.c-type5 a{
	background: #6d80f5;
}
.biz-quick-item-fix .tit.disabled a{
	opacity: 0.6;
}
.biz-quick-item-fix .tit > a {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	font-size: 20px;
	color: #fff;
}
/* .biz-quick-item-fix .tit.partner > a {
	background: #fff;
	box-shadow: 0 2px 4px 2px rgba(0,0,0,.4);
} */
.biz-quick-item-fix .tit.partner > a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* 2022-11-14 수정 끝 */
.biz-quick-item-fix .btn-quick {
  z-index: 500;
  position: absolute;
  right: 10px;
  bottom: 16px;
  bottom: calc(16px + constant(safe-area-inset-bottom));
  bottom: calc(16px + env(safe-area-inset-bottom));
  width: 48px;
  height: 48px;
  border-radius: 28px;
  background: #2a3138;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  transition: all 0.4s;
  pointer-events: all;
}

.biz-quick-item-fix .btn-quick .quick-wheel {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 40px;
  height: 40px;
  background: #2a3138;
  border-radius: 28px;
  transition: all 0.4s 0.1s;
}

.biz-quick-item-fix .btn-quick .quick-wheel::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  background: url("../images/icon/quick_wheel.svg") no-repeat 0 0;
  background-size: 100%;
}

.biz-quick-item-fix .btn-quick .quick-wheel-motion {
  width: 40px;
  height: 40px;
  margin-left: 5px;
  background: url("../images/icon/quick_wheel_blk.svg") no-repeat 0 0;
  background-size: 100%;
  opacity: 0;
  transition: all 0.4s 0.1s;
}

.biz-quick-item-fix .btn-quick .quick-skid {
  position: absolute;
  bottom: 7px;
  left: 31px;
  width: 0;
  height: 8px;
  background: url("../images/icon/quick_skid.svg") no-repeat 0 0;
  background-size: 100% 8px;
  opacity: 0;
  transition: all 0.4s;
}

.biz-quick-item-fix .btn-quick:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.biz-quick-item-fix .quick-info-swiper {
  z-index: 500;
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.biz-quick-item-fix .quick-info-swiper .quick-info-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}

.biz-quick-item-fix .quick-info-swiper .quick-info-wrapper .swiper-slide .info-image {
  width: 45%;
  text-align: center;
}

.biz-quick-item-fix .quick-info-swiper .quick-info-wrapper .swiper-slide .info-image img {
  width: 80%;
  height: auto;
  object-fit: contain;
}

.biz-quick-item-fix .quick-info-swiper .quick-info-wrapper .swiper-slide .info-cmt {
  width: 55%;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
}

.biz-quick-item-fix .quick-info-swiper .quick-info-wrapper .swiper-slide .swiper-slide-shadow-left,
.biz-quick-item-fix .quick-info-swiper .quick-info-wrapper .swiper-slide .swiper-slide-shadow-right {
  display: none;
}

.biz-quick-item-fix .quick-info-swiper .swiper-button-prev, .biz-quick-item-fix .quick-info-swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-size: 100%;
  opacity: 1;
}

.biz-quick-item-fix .quick-info-swiper .swiper-button-prev.swiper-button-disabled, .biz-quick-item-fix .quick-info-swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
}

.biz-quick-item-fix .quick-info-swiper .swiper-button-next, .biz-quick-item-fix .quick-info-swiper .swiper-container-rtl .swiper-button-prev {
  background-image: url("../images/icon/quick-arrow-next.svg");
}

.biz-quick-item-fix .quick-info-swiper .swiper-button-prev, .biz-quick-item-fix .quick-info-swiper .swiper-container-rtl .swiper-button-next {
  background-image: url("../images/icon/quick-arrow-prev.svg");
}

.biz-quick-item-fix .quick-menu-round {
  z-index: 499;
  position: absolute;
  bottom: 0;
  bottom: calc(0px + constant(safe-area-inset-bottom));
  bottom: calc(0px + env(safe-area-inset-bottom));
  right: -240px;
  width: 240px;
  height: 245px;
  transition: all 0.2s;
}

.biz-quick-item-fix .quick-menu-round .round-inactive {
  position: relative;
  width: 414px;
  height: 414px;
  background: url("../images/icon/menu-quick-round-inactive.svg") no-repeat 0 0;
  background-size: 100%;
  transition: all 0.4s 0.1s;
}

.biz-quick-item-fix .quick-menu-round .round-inactive .round-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 216px;
  height: 216px;
  background: url("../images/icon/menu-quick-round-inner.svg") no-repeat 0 0;
  background-size: 100%;
}

.biz-quick-item-fix .quick-menu-round .round-inactive .quick-menu-list {
  position: absolute;
  top: 0;
  left: 0;
}

.biz-quick-item-fix .quick-menu-round .round-inactive .quick-menu-list > li {
  position: absolute;
  text-align: center;
}

.biz-quick-item-fix .quick-menu-round .round-inactive .quick-menu-list > li .txt-set {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.biz-quick-item-fix .quick-menu-round .round-inactive .quick-menu-list > li .txt-set .quick-icon {
  width: 28px;
  height: 28px;
  margin: 0 auto;
  opacity: 0.3;
}

.biz-quick-item-fix .quick-menu-round .round-inactive .quick-menu-list > li .txt-set .quick-icon img {
  width: 100%;
  height: auto;
}

.biz-quick-item-fix .quick-menu-round .round-inactive .quick-menu-list > li .txt-set .cmt {
  margin-top: 0;
  font-size: 10px;
  color: #fff;
}

.biz-quick-item-fix .quick-menu-round .round-inactive .quick-menu-list > li .txt-set .badge {
  position: absolute;
  top: -5px;
  right: -6px;
  width: 16px;
  height: 16px;
  line-height: 15px;
  padding: 0;
  border-radius: 50%;
  opacity: 1;
}

/* 2022-11-22 수정 시작 */
.biz-quick-item-fix .quick-menu-round .round-inactive .quick-menu-list > li .txt-set .beta-badge {
  position: absolute;
  top: -12px;
  left: 11px;
  width: 30px;
}
/* 2022-11-22 수정 끝 */

.biz-quick-item-fix .quick-menu-round .round-inactive .quick-menu-list > li .txt-set .badge.act {
  opacity: 0;
}

.biz-quick-item-fix .quick-menu-round .round-inactive .quick-menu-list > li::before {
  content: '';
  display: block;
  width: 76px;
  height: 77px;
  background: url("../images/icon/menu-quick-round-active.svg") no-repeat 0 0;
  opacity: 0;
  transition: all 0.1s;
}

.biz-quick-item-fix .quick-menu-round .round-inactive .quick-menu-list > li::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fe6a2b;
  opacity: 0;
  transition: all 0.1s;
}

.biz-quick-item-fix .quick-menu-round .round-inactive .quick-menu-list > li:nth-child(5) {
  top: 13px;
  left: 168px;
}

.biz-quick-item-fix .quick-menu-round .round-inactive .quick-menu-list > li:nth-child(5) .txt-set .quick-icon {
  background: url("../images/icon/icon-quick-alarm-white.svg") no-repeat 0 0;
  background-size: 100%;
}

.biz-quick-item-fix .quick-menu-round .round-inactive .quick-menu-list > li:nth-child(4) {
  top: 26px;
  left: 107px;
  transform: rotate(-23deg);
}

.biz-quick-item-fix .quick-menu-round .round-inactive .quick-menu-list > li:nth-child(4) .txt-set {
  transform: translate(-50%, -50%) rotate(23deg);
}

.biz-quick-item-fix .quick-menu-round .round-inactive .quick-menu-list > li:nth-child(4) .txt-set .quick-icon {
  background: url("../images/icon/icon-quick-tirecheck-white.svg") no-repeat 0 0;
  background-size: 100%;
}

.biz-quick-item-fix .quick-menu-round .round-inactive .quick-menu-list > li:nth-child(3) {
  top: 61px;
  left: 56px;
  transform: rotate(-46deg);
}

.biz-quick-item-fix .quick-menu-round .round-inactive .quick-menu-list > li:nth-child(3) .txt-set {
  transform: translate(-50%, -50%) rotate(46deg);
}

.biz-quick-item-fix .quick-menu-round .round-inactive .quick-menu-list > li:nth-child(3) .txt-set .quick-icon {
  background: url("../images/icon/icon-quick-my-white.svg") no-repeat 0 0;
  background-size: 100%;
}

.biz-quick-item-fix .quick-menu-round .round-inactive .quick-menu-list > li:nth-child(2) {
  top: 114px;
  left: 24px;
  transform: rotate(-69deg);
}

.biz-quick-item-fix .quick-menu-round .round-inactive .quick-menu-list > li:nth-child(2) .txt-set {
  transform: translate(-50%, -50%) rotate(69deg);
}

.biz-quick-item-fix .quick-menu-round .round-inactive .quick-menu-list > li:nth-child(2) .txt-set .quick-icon {
  background: url("../images/icon/icon-quick-customer-white.svg") no-repeat 0 0;
  background-size: 100%;
}

.biz-quick-item-fix .quick-menu-round .round-inactive .quick-menu-list > li:nth-child(1) {
  top: 175px;
  left: 14px;
  transform: rotate(-92deg);
}

.biz-quick-item-fix .quick-menu-round .round-inactive .quick-menu-list > li:nth-child(1) .txt-set {
  transform: translate(-50%, -50%) rotate(92deg);
}

.biz-quick-item-fix .quick-menu-round .round-inactive .quick-menu-list > li:nth-child(1) .txt-set .quick-icon {
  opacity: 1;
}

.biz-quick-item-fix .quick-menu-round .round-inactive .quick-menu-list > li:nth-child(1) .txt-set .quick-icon img {
  width: 100%;
  height: 28px;
  object-fit: contain;
}

.biz-quick-item-fix .quick-menu-round .round-inactive .quick-menu-list > li.on::before {
  opacity: 1;
}

.biz-quick-item-fix .quick-menu-round .round-inactive .quick-menu-list > li.on::after {
  opacity: 1;
}

.biz-quick-item-fix .quick-menu-round .round-inactive .quick-menu-list > li.on .txt-set .cmt {
  color: #fe6a2b;
}

.biz-quick-item-fix .quick-menu-round .round-inactive .quick-menu-list > li.on .quick-icon {
  opacity: 1;
}

.biz-quick-item-fix .quick-menu-round .round-inactive .quick-menu-list > li.on:nth-child(5) .quick-icon {
  background: url("../images/icon/icon-quick-alarm-orange.svg") no-repeat 0 0;
  background-size: 100%;
}

.biz-quick-item-fix .quick-menu-round .round-inactive .quick-menu-list > li.on:nth-child(4) .txt-set .quick-icon {
  background: url("../images/icon/icon-quick-tirecheck-orange.svg") no-repeat 0 0;
  background-size: 100%;
}

.biz-quick-item-fix .quick-menu-round .round-inactive .quick-menu-list > li.on:nth-child(3) .txt-set .quick-icon {
  background: url("../images/icon/icon-quick-my-orange.svg") no-repeat 0 0;
  background-size: 100%;
}

.biz-quick-item-fix .quick-menu-round .round-inactive .quick-menu-list > li.on:nth-child(2) .txt-set .quick-icon {
  background: url("../images/icon/icon-quick-customer-orange.svg") no-repeat 0 0;
  background-size: 100%;
}

.biz-quick-item-fix .product-list {
  z-index: 500;
  position: absolute;
  bottom: 10px;
  right: 215px;
  width: 140px;
  padding: 5px 10px;
  background: #fff;
  border-radius: 5px;
  transition: all 0.1s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.biz-quick-item-fix .product-list::after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 8px;
  top: 80%;
  right: -16px;
  transform: rotate(-180deg);
  border-color: transparent #fff transparent transparent;
}

.biz-quick-item-fix .product-list > li > a {
  display: flex;
  padding: 5px;
}

.biz-quick-item-fix .product-list > li .thumb-wrap {
  position: relative;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}

.biz-quick-item-fix .product-list > li .thumb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.biz-quick-item-fix .product-list > li .thumb-wrap .brands-logo {
  height: 15px;
  background-size: 100% auto;
}

.biz-quick-item-fix .product-list > li .description-area {
  width: 100%;
  margin-left: 5px;
}

.biz-quick-item-fix .product-list > li .description-area .model {
  font-size: 10px;
  color: #2a3138;
  line-height: 1.3;
}

.biz-quick-item-fix .product-list > li .description-area .discount {
  font-size: 11px;
  color: #a0a6af;
  line-height: 1.3;
}

.biz-quick-item-fix .product-list > li .description-area .price {
  font-size: 11px;
  font-weight: bold;
  color: #2a3138;
  line-height: 1.3;
}

.biz-quick-item-fix .product-list.on {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.biz-quick-item-fix .alarm-list {
  z-index: 500;
  position: absolute;
  bottom: 230px;
  right: 17px;
  width: 90px;
  background: #fff;
  border-radius: 5px;
  transition: all 0.1s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.biz-quick-item-fix .alarm-list::after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 8px;
  top: 95%;
  right: 8px;
  transform: rotate(-91deg);
  border-color: transparent #fff transparent transparent;
}

.biz-quick-item-fix .alarm-list > li {
  padding: 5px 10px 0 10px;
}

.biz-quick-item-fix .alarm-list > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.biz-quick-item-fix .alarm-list > li > a .menu {
  font-size: 11px;
}

.biz-quick-item-fix .alarm-list > li > a .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  font-size: 12px;
}

.biz-quick-item-fix .alarm-list > li:last-child {
  padding-bottom: 5px;
}

.biz-quick-item-fix .alarm-list.on {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.biz-quick-item-fix .dim {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
}

.biz-quick-item-fix.on {
  pointer-events: all;
}

.biz-quick-item-fix.on .btn-quick {
  width: 104px;
  background: #fff;
}

.biz-quick-item-fix.on .btn-quick .quick-wheel {
  transform: rotate(180deg);
}

.biz-quick-item-fix.on .btn-quick .quick-wheel::before {
  background: url("../images/icon/quick_close.svg") no-repeat 0 0;
  background-size: 100%;
}

.biz-quick-item-fix.on .btn-quick .quick-wheel-motion {
  opacity: 1;
  transform: rotate(-360deg);
}

.biz-quick-item-fix.on .btn-quick .quick-skid {
  width: 38px;
  opacity: 1;
}

.biz-quick-item-fix.on .quick-menu-round {
  right: 0;
}

.biz-quick-item-fix.on .quick-menu-round .round-inactive {
  transform: rotate(-360deg);
}

.biz-quick-item-fix.on .quick-info-swiper {
  opacity: 1;
  visibility: visible;
}

.biz-quick-item-fix.on .dim {
  opacity: 1;
  pointer-events: all;
}
/* 2022-11-11 수정 끝 */

/* quick 메뉴 롤링형 */
.biz-quick-item {
	z-index: 1001;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
/* 2022-11-14 수정 시작 */
.biz-quick-item .tit {
	z-index: 500;
	position: absolute;
	right: 8px;
	bottom: 70px;
	bottom: calc(70px + constant(safe-area-inset-bottom));
	bottom: calc(70px + env(safe-area-inset-bottom));
	width: 48px;
	height: 48px;
	border-radius: 48px;
	background: transparent;
	box-sizing: border-box;
	transition: all 0.4s;
	pointer-events: all;
}
.biz-quick-item .tit.c-type1 a{
	background: #c0c6ce;
}
.biz-quick-item .tit.c-type2 a{
	background: #5eb0b5;
}
.biz-quick-item .tit.c-type3 a{
	background: #cbb58f;
}
.biz-quick-item .tit.c-type4 a{
	background: #ffa200;
}
.biz-quick-item .tit.c-type5 a{
	background: #6d80f5;
}
.biz-quick-item .tit.disabled a{
	opacity: 0.6;
}

/* 2022-11-23 수정 시작 */
.biz-quick-item .tit > a {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	font-size: 20px;
	color: #fff;
	box-shadow: 0 2px 4px rgba(0 ,0 ,0 ,0.3);
}
/* 2022-11-23 수정 끝 */
/* .biz-quick-item .tit.partner > a {
	background: #fff;
	box-shadow: 0 2px 4px 2px rgba(0,0,0,.4);
} */
.biz-quick-item .tit.partner > a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* 2022-11-14 수정 끝 */
.biz-quick-item .btn-quick {
	z-index: 500;
	position: absolute;
	right: 10px;
	bottom: 16px;
	bottom: calc(16px + constant(safe-area-inset-bottom));
	bottom: calc(16px + env(safe-area-inset-bottom));
	width: 48px;
	height: 48px;
	border-radius: 28px;
	background: #2a3138;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	transition: all 0.4s;
	pointer-events: all;
}

.biz-quick-item .btn-quick .quick-wheel {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 40px;
	height: 40px;
	background: #2a3138;
	border-radius: 28px;
	transition: all 0.4s 0.1s;
}

.biz-quick-item .btn-quick .quick-wheel::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 32px;
	height: 32px;
	background: url("../images/icon/quick_wheel.svg") no-repeat 0 0;
	background-size: 100%;
}

.biz-quick-item .btn-quick .quick-wheel-motion {
	width: 40px;
	height: 40px;
	margin-left: 5px;
	background: url("../images/icon/quick_wheel_blk.svg") no-repeat 0 0;
	background-size: 100%;
	opacity: 0;
	transition: all 0.4s 0.1s;
}

.biz-quick-item .btn-quick .quick-skid {
	position: absolute;
	bottom: 7px;
	left: 31px;
	width: 0;
	height: 8px;
	background: url("../images/icon/quick_skid.svg") no-repeat 0 0;
	background-size: 100% 8px;
	opacity: 0;
	transition: all 0.4s;
}

.biz-quick-item .btn-quick:focus {
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

.biz-quick-item .quick-info {
	z-index: 490;
	position: absolute;
	top: 35%;
	left: 0;
	width: 100%;
	height: 105px;
	opacity: 0;
	visibility: hidden;
}

.biz-quick-item .quick-info .quick-swiper>li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: opacity .1s ease-in-out, transform 0s .1s linear, visibility 0s .1s linear, -webkit-transform 0s .1s linear;
	transition: opacity .1s ease-in-out, transform 0s .1s linear, visibility 0s .1s linear, -webkit-transform 0s .1s linear;
}

.biz-quick-item .quick-info .quick-swiper>li .swipe-set {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0 40px;
	box-sizing: border-box;
}

.biz-quick-item .quick-info .quick-swiper>li .swipe-set .info-image {
	width: 45%;
	text-align: center;
}

.biz-quick-item .quick-info .quick-swiper>li .swipe-set .info-image img {
	width: 80%;
	height: auto;
	object-fit: contain;
}

.biz-quick-item .quick-info .quick-swiper>li .swipe-set .info-cmt {
	width: 55%;
	flex-shrink: 0;
	font-size: 17px;
	line-height: 1.4;
	color: #fff;
}

.biz-quick-item .quick-info .quick-swiper>li.active {
	position: static;
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity .4s .15s ease-in-out, visibility 0s linear, -webkit-transform .4s .15s ease-in-out;
	transition: opacity .4s .15s ease-in-out, transform .4s .15s ease-in-out, visibility 0s linear;
}

.biz-quick-item .quick-info .swipe-btn {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
}

.biz-quick-item .quick-info .swipe-btn .btn-prev {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: url("../images/icon/quick-arrow-prev.svg") no-repeat 0 0;
	background-size: 100%;
}

.biz-quick-item .quick-info .swipe-btn .btn-next {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: url("../images/icon/quick-arrow-next.svg") no-repeat 0 0;
	background-size: 100%;
}

.biz-quick-item .quick-rotate {
	z-index: 499;
	position: absolute;
	bottom: -140px;
	right: -400px;
	width: 380px;
	height: 380px;
	transition: all 0.2s;
	pointer-events: all;
}

.biz-quick-item .quick-rotate .draggable {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.biz-quick-item .quick-rotate .rotate {
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 50%;
	background: #2a3138;
	border: 10px solid #000;
	transition: all 0.3s 0.1s;
}

.biz-quick-item .quick-rotate .rotate .round-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 54%;
	height: 54%;
	border: 10px solid #000;
	border-radius: 50%;
	background: url("../images/icon/menu-quick-round-inner.svg") no-repeat 0 0;
	background-size: 100%;
}

.biz-quick-item .quick-rotate .rotate .quick-menu-list {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	margin: 15px 12px;
}

.biz-quick-item .quick-rotate .rotate .quick-menu-list>li {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50px;
	height: 50px;
}

.biz-quick-item .quick-rotate .rotate .quick-menu-list>li .quick-txt-set {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

.biz-quick-item .quick-rotate .rotate .quick-menu-list>li .quick-txt-set .quick-icon {
	position: relative;
	width: 28px;
	height: 28px;
	margin: 0 auto;
	opacity: 0.3;
}

.biz-quick-item .quick-rotate .rotate .quick-menu-list>li .quick-txt-set .quick-icon img {
	width: auto;
	height: 100%;
}

.biz-quick-item .quick-rotate .rotate .quick-menu-list>li .quick-txt-set .quick-icon img.active {
	display: none;
}

/* 2022-11-23 수정 시작 */
.biz-quick-item .quick-rotate .rotate .quick-menu-list>li .quick-txt-set .cmt {
	width: 102%;
	margin-top: 0;
	font-size: 10px;
	color: #fff;
	text-align: center;
}
/* 2022-11-23 수정 끝 */

/* 2022-11-22 수정 시작 */
.biz-quick-item .quick-rotate .rotate .quick-menu-list>li .quick-txt-set .beta-badge{
	position: absolute;
	top: -12px;
  left: 23px;
  width: 30px;
}
/* 2022-11-22 수정 끝 */

.biz-quick-item .quick-rotate .rotate .quick-menu-list>li .quick-txt-set>.badge {
	position: absolute;
	top: -3px;
	right: 5px;
	width: 16px;
	height: 16px;
	line-height: 15px;
	padding: 0;
	border-radius: 50%;
	opacity: 1;
}

.biz-quick-item .quick-rotate .rotate .quick-menu-list>li .quick-txt-set>.badge.act {
	opacity: 0;
}

.biz-quick-item .quick-rotate .rotate .quick-menu-list>li.product .quick-txt-set .quick-icon {
	opacity: 1;
}

.biz-quick-item .quick-rotate .rotate .quick-menu-list>li.product,
.biz-quick-item .quick-rotate .rotate .quick-menu-list>li.alarm {
	z-index: 2;
}

.biz-quick-item .quick-rotate .rotate .quick-menu-list>li.active-slide .quick-txt-set .quick-icon {
	opacity: 1;
}

.biz-quick-item .quick-rotate .rotate .quick-menu-list>li.active-slide .quick-txt-set .quick-icon img.def {
	display: none;
}

.biz-quick-item .quick-rotate .rotate .quick-menu-list>li.active-slide .quick-txt-set .quick-icon img.active {
	display: block;
}

.biz-quick-item .quick-rotate .rotate .quick-menu-list>li.active-slide .quick-txt-set .cmt {
	color: #fe6a2b;
}

.biz-quick-item .quick-rotate .rotate .quick-menu-list>li.active-slide::after {
	bottom: -26px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 1;
}

.biz-quick-item .quick-product-list {
	z-index: 500;
	position: absolute;
	bottom: 0;
	left: -140px;
	width: 140px;
	padding: 5px 10px;
	background: #fff;
	border-radius: 5px;
	transition: all 0.1s;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.biz-quick-item .quick-product-list::after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 8px;
	top: 80%;
	right: -16px;
	transform: rotate(-180deg);
	border-color: transparent #fff transparent transparent;
}

.biz-quick-item .quick-product-list>li>a {
	display: flex;
	padding: 5px;
}

.biz-quick-item .quick-product-list>li .thumb-wrap {
	position: relative;
	flex-shrink: 0;
	width: 36px;
	height: 36px;
}

.biz-quick-item .quick-product-list>li .thumb-wrap img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.biz-quick-item .quick-product-list>li .thumb-wrap .brands-logo {
	height: 15px;
	background-size: 100% auto;
}

.biz-quick-item .quick-product-list>li .description-area {
	width: 100%;
	margin-left: 5px;
}

.biz-quick-item .quick-product-list>li .description-area .model {
	font-size: 10px;
	color: #2a3138;
	line-height: 1.3;
}

.biz-quick-item .quick-product-list>li .description-area .discount {
	font-size: 11px;
	color: #a0a6af;
	line-height: 1.3;
}

/* 2022-11-23 수정 시작  */
.biz-quick-item .quick-product-list>li .description-area .price {
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	color: #2a3138;
	line-height: 1.3;
	text-align: center;
}
/* 2022-11-23 수정 끝 */

.biz-quick-item .quick-product-list.on {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
/* 2022-11-10 수정 시작  */
.biz-quick-item .quick-menu-list li.product.no-data .quick-product-list::after {
  top: 25%;
}

.biz-quick-item .quick-menu-list li.product.no-data .quick-product-list > li > a {
  align-items: center;
}

.biz-quick-item .quick-menu-list li.product.no-data .quick-product-list > li .icon.nodata {
  padding: 0;
}

.biz-quick-item .quick-menu-list li.product.no-data .quick-product-list > li .icon.nodata::before {
  display: inline-flex;
  content: '';
  width: 37px;
  height: 37px;
  margin: 0;
  background: url(../images/icon/icon_nodata.png) no-repeat 0 0;
  background-size: 100%;
}

.biz-quick-item .quick-menu-list li.product.no-data .quick-product-list > li .txt {
  margin-left: 5px;
  font-size: 10px;
  line-height: 1.4;
  text-align: left;
}
/* 2022-11-10 수정 끝  */

.biz-quick-item .quick-alarm-list {
	z-index: 500;
	position: absolute;
	bottom: 60px;
	left: -60px;
	width: 90px;
	background: #fff;
	border-radius: 5px;
	transition: all 0.1s;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.biz-quick-item .quick-alarm-list::after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 8px;
	top: 95%;
	right: 8px;
	transform: rotate(-91deg);
	border-color: transparent #fff transparent transparent;
}

.biz-quick-item .quick-alarm-list>li {
	padding: 5px 10px 0 10px;
}

.biz-quick-item .quick-alarm-list>li>a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.biz-quick-item .quick-alarm-list>li>a .menu {
	font-size: 11px;
}

.biz-quick-item .quick-alarm-list>li>a>.badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	font-size: 12px;
}

.biz-quick-item .quick-alarm-list>li:last-child {
	padding-bottom: 5px;
}

.biz-quick-item .quick-alarm-list.on {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.biz-quick-item .dim {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	pointer-events: none;
}

.biz-quick-item.on {
	pointer-events: all;
}

.biz-quick-item.on .btn-quick {
	width: 104px;
	background: #fff;
}

.biz-quick-item.on .btn-quick .quick-wheel {
	transform: rotate(180deg);
}

.biz-quick-item.on .btn-quick .quick-wheel::before {
	background: url("../images/icon/quick_close.svg") no-repeat 0 0;
	background-size: 100%;
}

.biz-quick-item.on .btn-quick .quick-wheel-motion {
	opacity: 1;
	transform: rotate(-360deg);
}

.biz-quick-item.on .btn-quick .quick-skid {
	width: 38px;
	opacity: 1;
}

.biz-quick-item.on .quick-info {
	opacity: 1;
	visibility: visible;
}

.biz-quick-item.on .quick-rotate .draggable .rotate {
	transform: rotate(-360deg);
}

.biz-quick-item.on .dim {
	opacity: 1;
	pointer-events: all;
}

.tire-wear.tire-result-box .btn-item {
	display: block;
	/* width: 170px; */
	/* margin: 20px auto; */
}

.tire-wear #accordion.list dt {
	position: relative;
}

.tire-wear #accordion.list dt a {
	/* display: block; */
	width: 100%;
	/* padding: 15px 20px; */
	font-size: 16px;
	color: #2a3138;
	font-weight: 700;
}

.tire-wear #accordion.list dt a .icon::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 13px;
	right: 0;
	width: 24px;
	height: 24px;
	background: url("../images/icon/icon_accordion_arrow.svg") no-repeat 0 0;
	background-size: 100%;
}

.tire-wear #accordion.list dt.on a .icon::before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.tire-wear #accordion.list dd {
	padding: 15px 20px;
	background-color: #fff;
	font-size: 12px;
	color: #2a3138;
}

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

/* 2022-10-24 고객상담 */
/* 2022-10-31 검색결과 */
.biz-container.faq .faq-search {
	padding: 15px 20px;
	border-bottom: 1px solid #f2f2f7;
}

.biz-container.faq .faq-search .search-box {
	position: relative;
}

.biz-container.faq .faq-search .search-box .ip-txt01 {
	padding: 6px 45px 6px 10px;
	height: 40px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #d9dbdc;
	color: #2a3138;
	font-size: 14px;
	line-height: 20px;
}

.biz-container.faq .faq-search .search-box .btn {
	overflow: hidden;
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	padding: initial;
	top: 0px;
	right: 0px;
	border: 0;
	font-size: 0;
	color: transparent;
	text-align: center;
}

.biz-container.faq .faq-search .search-box .btn::before {
	display: inline-block;
	content: '';
	width: 20px;
	height: 20px;
	margin: initial;
	padding: initial;
	background: url("../images/icon/icon_cscenter.png") no-repeat 0 0;
	background-size: 250px 200px;
	vertical-align: middle;
	background-position: -52px 0;
}

.biz-container.faq .search-result-wrap {
	padding: 20px 0;
	background-color: #f9f9fa;
}

.biz-container.faq .search-result-wrap .search-result-box {
	padding: 0 20px;
	border-radius: 4px;
	background-color: #fff;
}

.biz-container.faq .search-result-wrap .search-result-box .no-data {
	padding: 70px 0;
	text-align: center;
}

.biz-container.faq .search-result-wrap .search-result-box .no-data .icon {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(../images/icon/icon-notice.png) no-repeat 0 0;
	background-size: 100%;
}

.biz-container.faq .search-result-wrap .search-result-box .no-data .txt {
	margin-top: 15px;
	font-size: 16px;
}

.biz-container.faq .search-result-wrap .search-result-box .no-data .txt span {
	color: #fe6a2b;
}

.biz-container.faq .search-result-wrap .search-result-box .no-data .cmt {
	margin-top: 20px;
	font-size: 12px;
	color: #a0a6af;
}

.biz-container.faq .search-result-wrap .list-top {
	justify-content: flex-start;
	margin: 0 0 30px 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px solid #d9dbdc;
	font-size: 16px;
}

.biz-container.faq .search-result-wrap .list-top strong {
	color: #fe6a2b;
	padding-right: 5px;
}

.biz-container.faq .search-result-wrap .search-list li {
	padding: 15px 0;
	border-top: 1px solid #f2f2f7;
	font-size: 14px;
}

.biz-container.faq .search-result-wrap .search-list li:first-child {
	border-top: none;
}

.biz-container.faq .search-result-wrap .search-list li span {
	color: #fe6a2b;
}

.customer-center .inner {
	padding: 0 15px;
}

/* 2022-11-23 수정 시작 */
.customer-center .cscenter-top {
	background-color: #fff;
}

.customer-center .cscenter-top .banner {
	padding: 25px 10px 25px 0;
}

.customer-center .cscenter-top .banner .inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.customer-center .cscenter-top .banner img {
	width: 70px;
	height: 60px;
}

.customer-center .cscenter-top .faq {
	background-color: #f9f9fa;
}

.customer-center .cscenter-top .banner .tit-set .btn-item {
	margin-top: 10px;
}
/* 2022-11-23 수정 끝 */

.customer-center .cscenter-top .banner .tit-set .tit {
	font-size: 16px;
	font-weight: 600;
}

.customer-center .cscenter-top .banner .tit-set .cmt {
	margin-top: 6px;
	font-size: 12px;
	font-weight: 400;
}

.customer-center .cscenter-top .faq {
	padding-bottom: 20px;
}

.customer-center .cscenter-top .faq .faq-list li {
	width: 100%;
}

.customer-center .cscenter-top .faq .faq-list li a {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 10px 0;
}

.customer-center .cscenter-top .faq .faq-list li a .tit {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 100px;
	max-height: 80px;
	padding: 10px 0;
	background-color: #fff;
	border-radius: 6px;
}

.customer-center .cscenter-top .faq .faq-list li a .tit .icon.shopping::before {
	content: '';
	display: inline-flex;
	width: 40px;
	height: 40px;
	background: url("../images/icon/icon-faq-shopping.svg") no-repeat 0 0;
	background-size: 100%;
}

.customer-center .cscenter-top .faq .faq-list li a .tit .icon.change::before {
	content: '';
	display: inline-flex;
	width: 40px;
	height: 40px;
	background: url("../images/icon/icon-faq-change.svg") no-repeat 0 0;
	background-size: 100%;
}

.customer-center .cscenter-top .faq .faq-list li a .tit .icon.search::before {
	content: '';
	display: inline-flex;
	width: 40px;
	height: 40px;
	background: url("../images/icon/icon-faq-search.svg") no-repeat 0 0;
	background-size: 100%;
}

.customer-center .cscenter-top .faq .faq-list li a .tit .label-txt {
	font-size: 12px;
	color: #fe6a2b;
	font-weight: 600;
}

.customer-center .cscenter-top .faq .faq-list li a .con {
	width: calc(100% - 100px);
	margin-left: 15px;
	font-size: 12px;
	color: #2a3138;
}

.customer-center .cscenter-top .faq .faq-list li a::after {
	content: '';
	display: inline-flex;
	width: 20px;
	height: 20px;
	background: url("../images/icon/icon-arrow.png") no-repeat 0 0;
	background-size: 100%;
}

/* 2022-11-23 수정 시작 */
.customer-center .cscenter-top .consulting-call {
	display: none;
	/* display: flex; */
	align-items: center;
	justify-content: space-between;
	padding: 30px 0;
}
/* 2022-11-23 수정 끝 */

.customer-center .cscenter-top .consulting-call .info {
	position: relative;
	padding-left: 35px;
	font-size: 13px;
	color: #2A3138;
	line-height: 1.2;
}

.customer-center .cscenter-top .consulting-call .info::before {
	display: inline-block;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: url("../images/icon/icon-call.svg") no-repeat 0 0;
	background-size: 100%;
}

.customer-center .cscenter-top .consulting-call .btn-area {
	display: flex;
	align-items: center;
	margin-left: 10px;
}

.customer-center .cscenter-top .consulting-call .btn-area .btn-item {
	width: 90px;
	height: 30px;
	padding: 0 15px;
	border-color: #d9dbdc;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}

.customer-center .cscenter-top .consulting-call .btn-area .btn-item:last-child {
	margin-left: 5px;
}

.customer-center .cscenter_main .notice-list {
	margin-top: 10px;
}

.customer-center .cscenter_main .notice-list li .part {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background-color: #fe6a2b;
}

.customer-center .cscenter_main .notice-list li .part .chip {
	font-size: 12px;
	font-weight: 400;
	color: #fff;
}

.customer-center .cscenter_main .notice-list li .part .date {
	font-size: 12px;
	font-weight: 400;
}

.customer-center .cscenter_main .notice-list li .txt {
	margin-top: 10px;
}

.customer-center .consulting-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	padding: 15px 20px;
	background-color: #f2f2f7;
	border-radius: 12px;
}

.customer-center .consulting-banner img {
	width: 60px;
	height: 50px;
}

.customer-center .consulting-banner h3.tit {
	font-size: 16px;
	font-weight: 600;
}

.customer-center .consulting-faq {
	margin: 15px 0 30px 0;
}

.customer-center .consulting-faq .faq-list li {
	width: 100%;
	border-top: 1px solid #f2f2f7;
}

.customer-center .consulting-faq .faq-list li:first-child {
	border-top: none;
}

.customer-center .consulting-faq .faq-list li a {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 10px 0;
}

.customer-center .consulting-faq .faq-list li a .tit {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 100px;
	max-height: 80px;
	padding: 10px 0;
	background-color: #f9f9fa;
	border-radius: 6px;
}

.customer-center .consulting-faq .faq-list li a .tit .icon.shopping::before {
	content: '';
	display: inline-flex;
	width: 40px;
	height: 40px;
	background: url("../images/icon/icon-faq-shopping.svg") no-repeat 0 0;
	background-size: 100%;
}

.customer-center .consulting-faq .faq-list li a .tit .icon.change::before {
	content: '';
	display: inline-flex;
	width: 40px;
	height: 40px;
	background: url("../images/icon/icon-faq-change.svg") no-repeat 0 0;
	background-size: 100%;
}

.customer-center .consulting-faq .faq-list li a .tit .icon.search::before {
	content: '';
	display: inline-flex;
	width: 40px;
	height: 40px;
	background: url("../images/icon/icon-faq-search.svg") no-repeat 0 0;
	background-size: 100%;
}

.customer-center .consulting-faq .faq-list li a .tit .label-txt {
	font-size: 12px;
	color: #fe6a2b;
	font-weight: 600;
}

.customer-center .consulting-faq .faq-list li a .con {
	width: calc(100% - 100px);
	margin-left: 15px;
	font-size: 12px;
	color: #2a3138;
}

.customer-center .consulting-faq .faq-list li a::after {
	content: '';
	display: inline-flex;
	width: 20px;
	height: 20px;
	background: url("../images/icon/icon-arrow.png") no-repeat 0 0;
	background-size: 100%;
}

.customer-center .consulting-call {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0;
}

.customer-center .consulting-call .info {
	position: relative;
	padding-left: 35px;
	font-size: 13px;
	color: #2A3138;
	line-height: 1.2;
}

.customer-center .consulting-call .info::before {
	display: inline-block;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	background: url("../images/icon/icon-call.svg") no-repeat 0 0;
	background-size: 100%;
}

.customer-center .consulting-call .btn-area {
	display: flex;
	align-items: center;
	margin-left: 10px;
}

.customer-center .consulting-call .btn-area .btn-item {
	width: 90px;
	height: 30px;
	padding: 0 15px;
	border-color: #d9dbdc;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}

.customer-center .consulting-call .btn-area .btn-item:last-child {
	margin-left: 5px;
}

.customer-center.faq .list-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}

.customer-center.faq .list-top .stit {
	font-size: 14px;
}

.customer-center.faq .list-top .btn-more {
	font-size: 12px;
}

.customer-center.faq .list-top .btn-more::after {
	display: inline-flex;
	content: '';
	width: 16px;
	height: 16px;
	background: url("../images/icon/icon-arrow.png") no-repeat 0 3px;
	background-size: 100%;
}

.customer-center.faq .faq-wrap {
	padding: 20px;
	background: #f9f9fa;
}

.customer-center.faq .faq-wrap .faq-box {
	margin-top: 20px;
	padding: 10px 10px 20px 10px;
	background: #fff;
	border-radius: 4px;
}

.customer-center.faq .faq-wrap .faq-box .tit {
	display: flex;
	align-items: center;
	height: 50px;
	background-color: #2a3138;
	border-radius: 2px;
	font-size: 16px;
	color: #fff;
}

.customer-center.faq .faq-wrap .faq-box .tit.inquiry01::before {
	display: inline-flex;
	content: '';
	width: 24px;
	height: 24px;
	margin: 0 10px;
	background: url("../images/icon/icon-inquiry01.svg") no-repeat 0 0;
	background-size: 100%;
}

.customer-center.faq .faq-wrap .faq-box .tit.inquiry02::before {
	display: inline-flex;
	content: '';
	width: 24px;
	height: 24px;
	margin: 0 10px;
	background: url("../images/icon/icon-inquiry02.svg") no-repeat 0 0;
	background-size: 100%;
}

.customer-center.faq .faq-wrap .faq-box .list-top .mycar {
	display: flex;
	align-items: center;
}

.customer-center.faq .faq-wrap .faq-box .list-top .mycar .mycar-select-item {
	overflow: hidden;
	/* width: 140px; */
	width: 170px;
	margin-left: 10px;
	padding: 5px 10px;
	background-color: #f2f2f7;
	border-radius: 4px;
}

.customer-center.faq .faq-wrap .faq-box .list-top .mycar .mycar-select-item .swiper-slide .btn-item {
	/* width: 25px;
    height: 25px;
    line-height: 25px; */
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	/* background-size: 40px; */
	background-size: 55px;
	background-repeat: no-repeat;
}

.customer-center.faq .faq-wrap .faq-box .list-top .mycar .mycar-select-item .swiper-slide .btn-item.on::after {
	display: inline-block;
	position: absolute;
	content: "\e90f";
	top: -1px;
	right: 0;
	width: 10px;
	height: 10px;
	background: #58c1c7;
	border-radius: 50%;
	color: #fff;
	font-size: 10px;
	font-family: 'LineIcons', sans-serif !important;
	line-height: 10px;
	pointer-events: none;
}
.customer-center.faq .faq-wrap .faq-box .list-top .mycar {
  display: flex;
  align-items: center;
}

.customer-center.faq .faq-wrap .faq-box .list-top .mycar .mycar-select-item {
  overflow: hidden;
  width: 175px;
  margin-left: 10px;
  padding: 5px 10px;
  background-color: #f2f2f7;
  border-radius: 4px;
}

.customer-center.faq .faq-wrap .faq-box .list-top .mycar .mycar-select-item .swiper-slide .btn-item {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-size: 55px;
  background-repeat: no-repeat;
}

.customer-center.faq .faq-wrap .faq-box .list-top .mycar .mycar-select-item .swiper-slide .btn-item.on::after {
  display: inline-block;
  position: absolute;
  content: "\e90f";
  top: -1px;
  right: 0;
  width: 10px;
  height: 10px;
  background: #58c1c7;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  font-family: "LineIcons", sans-serif !important;
  line-height: 10px;
  pointer-events: none;
}

.customer-center.faq .faq-wrap .faq-box .list-top .mycar .mycar-select-item.no-swipe {
  padding-left: 20px;
  padding-right: 92px;
}

.customer-center.faq .faq-wrap .faq-box .list-top .mycar .mycar-select-item.no-swipe .btn-swiper-nav {
  display: none;
}

.customer-center.faq .faq-wrap .faq-box .list-top .mycar .mycar-select-item.no-swipe .mycar-select-swiper .swiper-slide + .swiper-slide {
  margin-left: 20px;
}

.customer-center.faq .faq-wrap .faq-box .list-top .mycar .mycar-select-item.no-swipe .add-btn-wrap {
  right: 20px;
}

.customer-center.faq .faq-wrap .faq-box .list-top .mycar .mycar-select-item.no-swipe {
  padding: 0 12px;
}

.customer-center.faq .faq-wrap .faq-box .list-top .mycar .mycar-select-item.no-swipe .mycar-select-swiper {
  width: 252px;
  max-width: 252px;
}

.customer-center.faq .faq-wrap .faq-box .inner {
	padding: 0 5px;
}

.customer-center.faq .faq-wrap .faq-box:first-child {
	margin-top: 0;
}

.customer-center.faq .faq-wrap .faq-box:last-child .faq-list {
	border-top: 1px solid #d9dbdc;
}

.customer-center.faq .faq-search {
	padding: 15px 20px;
	border-bottom: 1px solid #f2f2f7;
}

.customer-center.faq .faq-search .search-box {
	position: relative;
}

.customer-center.faq .faq-search .search-box .ip-txt01 {
	padding: 6px 45px 6px 10px;
	height: 40px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #d9dbdc;
	color: #2a3138;
	font-size: 14px;
	line-height: 20px;
}

.customer-center.faq .faq-search .search-box .btn {
	overflow: hidden;
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	padding: initial;
	top: 0px;
	right: 0px;
	border: 0;
	font-size: 0;
	color: transparent;
	text-align: center;
}

.customer-center.faq .faq-search .search-box .btn::before {
	display: inline-block;
	content: '';
	width: 20px;
	height: 20px;
	margin: initial;
	padding: initial;
	background: url("../images/icon/icon_cscenter.png") no-repeat 0 0;
	background-size: 250px 200px;
	vertical-align: middle;
	background-position: -52px 0;
}

.customer-center.faq .faq-list {
	margin-top: 15px;
}

.customer-center.faq .faq-list li {
	height: 55px;
	border-top: 1px solid #f2f2f7;
}

.customer-center.faq .faq-list li:first-child {
	border-top: none;
}

.customer-center.faq .faq-list li>a {
	display: flex;
	align-items: center;
	height: 100%;
}

/* 2022-11-17 수정 시작 */
.customer-center.faq .faq-list li>a .chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	height: 20px;
	border-radius: 4px;
	border: 1px solid #c0c6ce;
	font-size: 11px;
	color: #c0c6ce;
	text-align: center;
}

.customer-center.faq .faq-list li>a .txt {
	overflow: hidden;
	text-overflow: ellipsis;
	width: calc(100% - 50px);
	margin-left: 10px;
	font-size: 14px;
	color: #2a3138;
	white-space: nowrap;
}
/* 2022-11-17 수정 끝 */

.customer-center.faq .faq-menu {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5px;
	width: 100%;
}

.customer-center.faq .faq-menu li {
	width: 100%;
	height: 80px;
}

.customer-center.faq .faq-menu li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 14px 0;
	border: 1px solid #d9dbdc;
	border-radius: 4px;
	font-size: 12px;
}

.customer-center.faq .faq-menu li a::before {
	content: '';
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 30px;
	text-align: center;
}

.customer-center.faq .faq-menu li.on a {
	border-color: #fe6a2b;
	color: #fe6a2b;
	font-weight: 700;
}

.customer-center.faq .faq-menu li.on.icon1 a:before {
	background: url("../images/icon/icon_tire_active.png") no-repeat 50% 0;
	background-size: 32px 100%;
}

.customer-center.faq .faq-menu li.on.icon2 a:before {
	background: url('../images/icon/icon_mount_active.png') no-repeat 50% 0;
	background-size: 32px 100%;
}

.customer-center.faq .faq-menu li.on.icon3 a:before {
	background: url('../images/icon/icon_order_active.png') no-repeat 50% 0;
	background-size: 32px 100%;
}

.customer-center.faq .faq-menu li.on.icon4 a:before {
	background: url('../images/icon/icon_cancel_active.png') no-repeat 50% 0;
	background-size: 32px 100%;
}

.customer-center.faq .faq-menu li.on.icon5 a:before {
	background: url('../images/icon/icon_member_active.png') no-repeat 50% 0;
	background-size: 32px 100%;
}

.customer-center.faq .faq-menu li.on.icon6 a:before {
	background: url('../images/icon/icon_etc_active.png') no-repeat 50% 0;
	background-size: 32px 100%;
}

.customer-center.faq .faq-menu li.icon1 a:before {
	background: url("../images/icon/icon_tire.png") no-repeat 50% 0;
	background-size: 32px 100%;
}

.customer-center.faq .faq-menu li.icon2 a:before {
	background: url('../images/icon/icon_mount.png') no-repeat 50% 0;
	background-size: 32px 100%;
}

.customer-center.faq .faq-menu li.icon3 a:before {
	background: url('../images/icon/icon_order.png') no-repeat 50% 0;
	background-size: 32px 100%;
}

.customer-center.faq .faq-menu li.icon4 a:before {
	background: url('../images/icon/icon_cancel.png') no-repeat 50% 0;
	background-size: 32px 100%;
}

.customer-center.faq .faq-menu li.icon5 a:before {
	background: url('../images/icon/icon_member.png') no-repeat 50% 0;
	background-size: 32px 100%;
}

.customer-center.faq .faq-menu li.icon6 a:before {
	background: url('../images/icon/icon_etc.png') no-repeat 50% 0;
	background-size: 32px 100%;
}

.customer-center.faq .btn-area {
	display: flex;
	justify-content: center;
	margin: 30px 0;
}

.customer-center.faq .btn-area .btn-item {
	padding: 0 40px;
}

.customer-center.faq .btn-area .btn-item strong {
	color: #fe6a2b;
	font-weight: 500;
}

.customer-center.reply .tit {
	padding: 20px 0;
	font-size: 14px;
}

.customer-center.reply .stit {
	padding: 30px 0 15px 0;
	font-size: 14px;
}

.customer-center.reply .tab-set {
	padding: 0;
}

.customer-center.reply .tab-set .tit {
	padding: 10px 0;
}

.customer-center.reply .divider {
	margin-top: 30px;
}

.customer-center.reply .faq-wrap .tit {
	padding: 20px;
	color: #fe6a2b;
}

.customer-center.reply .faq-wrap .txt {
	padding: 20px;
	background-color: #f2f2f7;
	border-top: 1px solid #d9dbdc;
	border-bottom: 1px solid #d9dbdc;
	font-size: 12px;
	color: #2a3138;
	word-break: keep-all;
}

/* 2022-11-24 수정 시작 */
.customer-center.reply .faq-wrap .txt img{
	display: block;
	width: auto !important;
	height: 210px !important;
	max-width: 100% !important;
	object-fit: cover;
}
/* 2022-11-24 수정 끝 */

/* 2022-11-17 수정 시작 */
.customer-center.reply .faq-wrap .txt img{
	width: 100%;
	height: auto;
}
/* 2022-11-17 수정 끝 */

.customer-center.reply .recommend-wrap .recommend-goods-swiper .swiper-slide {
	border-radius: 4px;
	border: 1px solid #d9dbdc;
}

.customer-center.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .goods-area {
	display: flex;
	align-items: center;
}
.customer-center.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .goods-area .thumb {
	position: relative;
	border-right: 1px solid #d9dbdc;
}

/* 2022-11-25 수정 시작 */
.customer-center.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .goods-area .thumb img {
	z-index: -1;
	position: relative;
	bottom: 0;
	width: auto;
	max-height: 120px;
}
/* 2022-11-25 수정 끝 */

.customer-center.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .goods-area .thumb .logo {
	position: absolute;
	top: 90px;
	width: 120px;
	height: 30px;
	background: #fff;
	opacity: .8;
}

.customer-center.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .goods-area .thumb .logo.hk::after {
	position: absolute;
	content: '';
	top: 9px;
	left: 24px;
	width: 67px;
	height: 16px;
	background: #fff url("../images/common/logo-hk.png") no-repeat 0 0;
	background-size: 100%;
	opacity: .8;
}

.customer-center.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .goods-area .info {
	padding: 5px 0 0 5px;
}

.customer-center.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .goods-area .info .top-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.customer-center.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .goods-area .info .top-wrap .sale {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin-left: 10px;
	background-color: #fff;
	border: 1px solid #fe6a2b;
	border-radius: 30px;
	font-size: 10px;
	color: #fe6a2b;
}

.customer-center.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .goods-area .info .top-wrap .model {
	width: 120px;
}
/* 2022-11-10 수정 시작 */
.customer-center.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .goods-area .info .top-wrap .model img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}
.customer-center.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .goods-area.no-price .info .top-wrap .model {
	width: 80%;
}
/* 2022-11-10 수정 끝 */
.customer-center.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .goods-area .info .chip-wrap {
	margin-top: 10px;
}

.customer-center.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .goods-area .info .chip-wrap .chip {
	padding: 0 5px;
	font-size: 10px;
	border-radius: 4px;
	border: 1px solid #d9dbdc;
}

.customer-center.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .goods-area .info .price {
	margin: 5px 0 0 5px;
	font-size: 16px;
	font-weight: 700;
	color: #fe6a2b;
}

.customer-center.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .goods-area .info .price span {
	margin-left: 2px;
	font-size: 12px;
	font-weight: 400;
	color: #d9dbdc;
	text-decoration: line-through;
}

.customer-center.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .coupon-area {
	padding: 10px;
	background-color: #f2f2f7;
	border-top: 1px solid #d9dbdc;
}

.customer-center.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .coupon-area .coupon-card .haaer-label-use.online::before {
	border-bottom: 70px solid transparent;
	border-left: 70px solid #fe6a2b;
}

.customer-center.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .coupon-area .coupon-card .haaer-label-use.online .label-txt {
	top: 5px;
}

.customer-center.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .coupon-area .coupon-card::after {
	background-color: #F2F2F7;
}

.customer-center.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .coupon-area .coupon-card::before {
	background-color: #F2F2F7;
}

.customer-center.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .coupon-area .coupon-card .coupon-card-info {
	border: 1px solid #d9dbdc;
	border-right: 0 !important;
}

.customer-center.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .coupon-area .coupon-card .coupon-card-info .cmt {
	margin-top: 5px;
}

.customer-center.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .coupon-area .coupon-card .coupon-card-action {
	border: 1px solid #d9dbdc;
	border-left: 0 !important;
}

.customer-center.reply .banner {
	margin-top: 20px;
}

.customer-center.reply .banner a {
	width: auto;
	max-height: 280px;
}

.customer-center.reply .banner img {
	width: 100%;
	height: 100%;
}

.customer-center .chk-area {
	margin-top: 20px;
}

.customer-center .chk-area .check-item .label-txt {
	font-size: 14px;
	color: #2a3138;
	font-weight: 500;
}

.customer-center .chk-area .cmt {
	margin-left: 36px;
	font-size: 12px;
	color: #a0a6af;
}

.customer-center .tab-set {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 40px 0 20px 0;
	padding: 0 20px;
}

.customer-center .tab-set .tit {
	font-size: 16px;
	color: #2a3138;
	font-weight: 500;
}

.customer-center .tab-set .tit strong {
	color: #fe6a2b;
}

.customer-center .tab-set .tab-link {
	width: auto;
	padding: 0;
}

.customer-center .tab-set .tab-link>a {
	width: inherit;
}

.customer-center .table-top .date {
	font-size: 14px;
	color: #2a3138;
	font-weight: 500;
}

.customer-center .table-top .cmt {
	margin-top: 5px;
	font-size: 12px;
	color: #a0a6af;
}

.customer-center .table-area {
	margin-top: 40px;
	padding-bottom: 40px;
}

.customer-center .table-area .table thead {
	width: 100%;
	background-color: #f9f9fa;
	border-top: 1px solid #2a3138;
	border-bottom: 1px solid #d9dbdc;
}

.customer-center .table-area .table thead th {
	padding: 20px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}

.customer-center .table-area .table thead th.right {
	text-align: right;
}

.customer-center .table-area .table tbody tr {
	padding: 0 20px;
	border-top: 1px solid #d9dbdc;
}

.customer-center .table-area .table tbody tr:first-child {
	border-top: none;
}

.customer-center .table-area .table tbody td {
	padding: 20px 0 10px 0;
}

.customer-center .table-area .table tbody td .chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 20px;
	border-radius: 4px;
	border: 1px solid #5b6068;
	font-size: 11px;
	font-weight: 500;
}

.customer-center .table-area .table tbody td .chip.buying {
	border: 1px solid #fe6a2b;
	color: #fe6a2b;
}

.customer-center .table-area .table tbody td:first-child {
	padding-left: 20px;
}

.customer-center .table-area .table tbody td:last-child {
	padding-right: 20px;
}

.customer-center .table-area .table tbody td:last-child strong {
	font-size: 16px;
}

.customer-center .table-area .table tbody td:last-child .date {
	font-size: 11px;
	color: #5b6068;
}

.customer-center .table-area .table tbody td:last-child .date span::before {
	content: '';
	display: inline-flex;
	width: 1px;
	height: 8px;
	margin: 0 4px;
	padding-bottom: 2px;
	background-color: #5b6068;
}

.customer-center .table-area .table tbody td.txt {
	padding-left: 10px;
	font-size: 14px;
	text-align: left;
}

.customer-center .table-area .table tbody td.right {
	text-align: right;
}

.customer-center .btn-area {
	display: flex;
	justify-content: center;
}

.customer-center .btn-area .btn-item .label-txt strong {
	color: #fe6a2b;
	font-weight: 500;
}

.customer-center .mypage-view-box {
	margin-top: 20px;
}

.customer-center .mypage-view-box .name {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.customer-center .mypage-view-box .name .txt {
	font-size: 16px;
	color: #5b6068;
	line-height: 25px;
}

.customer-center .mypage-view-box .name .txt span {
	font-size: 20px;
	color: #fe6a2b;
}

.customer-center .mypage-view-box .name .logo {
	position: relative;
}

.customer-center .mypage-view-box .name .logo img {
	position: absolute;
	right: 10px;
}

.customer-center .mypage-view-box .name .logo .line-icons {
	left: 40%;
}

.customer-center .mypage-view-box .info-box {
	margin-top: 20px;
	padding: 12px 14px 15px 14px;
	background-color: #f2f2f7;
	border-radius: 4px;
}

.customer-center .mypage-view-box .info-box .info-list {
	display: flex;
	align-items: center;
	width: 100%;
}

.customer-center .mypage-view-box .info-box .info-list li {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 33.3333%;
	padding: 0 10px;
	border-left: 1px solid #d9dbdc;
}

.customer-center .mypage-view-box .info-box .info-list li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.customer-center .mypage-view-box .info-box .info-list li:first-child {
	padding-top: 20px;
	border-left: none;
}

.customer-center .mypage-view-box .info-box .info-list li .num {
	font-size: 18px;
}

.customer-center .mypage-view-box .info-box .info-list li .num span {
	font-size: 24px;
}

.customer-center .mypage-view-box .info-box .info-list li .txt {
	margin-top: 5px;
	font-size: 12px;
}

.customer-center .mypage-view-box .info-box .info-list li .btn-item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 85px;
	height: 20px;
	margin-top: 5px;
	padding: 0 5px;
	border-radius: 4px;
	border: 1px solid #fe6a2b;
}

.customer-center .mypage-view-box .info-box .info-list li .btn-item .label-txt {
	font-size: 10px;
}

.customer-center .mypage-view-box .info-box .info-list li .btn-item .label-txt span {
	color: #fe6a2b;
}

.customer-center .mypage-view-box .info-box .info-list li .btn-item:active {
	background: #fff;
	color: #2a3138;
}

.customer-center .mypage-store {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d9dbdc;
}

.customer-center .mypage-store .name {
	font-size: 12px;
}

.customer-center .mypage-store .name strong {
	font-size: 14px;
	color: #fe6a2b;
	text-decoration: underline;
}

.customer-center .mypage-store .btn-item {
	width: 110px;
	height: 30px;
	padding: 0;
	border-radius: 15px;
}

.customer-center .mypage-store .btn-item .label-txt {
	font-size: 12px;
	padding-left: 5px;
}

.customer-center .mypage-menu-box .menu-wrap.on {
	display: none;
}

.customer-center .mypage-menu-box .menu-list {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0;
}

.customer-center .mypage-menu-box .menu-list li {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 25%;
	margin-top: 25px;
}

.customer-center .mypage-menu-box .menu-list li:nth-child(1) {
	margin-top: 0;
}

.customer-center .mypage-menu-box .menu-list li:nth-child(2) {
	margin-top: 0;
}

.customer-center .mypage-menu-box .menu-list li:nth-child(3) {
	margin-top: 0;
}

.customer-center .mypage-menu-box .menu-list li:nth-child(4) {
	margin-top: 0;
}

.customer-center .mypage-menu-box .menu-list li .txt {
	font-size: 12px;
}

.customer-center .mypage-menu-box .menu-list li .icon {
	display: flex;
	justify-content: center;
}

.customer-center .mypage-menu-box .menu-list li .icon::before {
	display: inline-flex;
	content: '';
	width: 32px;
	height: 32px;
}

.customer-center .mypage-menu-box .menu-list li .icon.order::before {
	background: url("../images/icon/icon_order-mypage.svg") no-repeat 0 0;
	background-size: 100%;
}

.customer-center .mypage-menu-box .menu-list li .icon.cancel::before {
	background: url("../images/icon/icon_cancel-mypage.svg") no-repeat 0 0;
	background-size: 100%;
}

.customer-center .mypage-menu-box .menu-list li .icon.e-receipt::before {
	background: url("../images/icon/icon_e-receipt-mypage.svg") no-repeat 0 0;
	background-size: 100%;
}

.customer-center .mypage-menu-box .menu-list li .icon.review::before {
	background: url("../images/icon/icon_review-mypage.svg") no-repeat 0 0;
	background-size: 100%;
}

.customer-center .mypage-menu-box .menu-list li .icon.consult::before {
	background: url("../images/icon/icon_consult-mypage.svg") no-repeat 0 0;
	background-size: 100%;
}

.customer-center .mypage-menu-box .menu-list li .icon.safe::before {
	background: url("../images/icon/icon_safe-mypage.svg") no-repeat 0 0;
	background-size: 100%;
}

.customer-center .mypage-menu-box .menu-list li .icon.visit::before {
	background: url("../images/icon/icon_calendar-mypage.svg") no-repeat 0 0;
	background-size: 100%;
}

.customer-center .mypage-menu-box .menu-list li .icon.event::before {
	background: url("../images/icon/icon_event-mypage.svg") no-repeat 0 0;
	background-size: 100%;
}

.customer-center .mypage-menu-box .menu-list li .icon.info::before {
	background: url("../images/icon/icon_info-mypage.svg") no-repeat 0 0;
	background-size: 100%;
}

.customer-center .mypage-menu-box .menu-list li .icon.compare::before {
	background: url("../images/icon/icon_compare-mypage.svg") no-repeat 0 0;
	background-size: 100%;
}

.customer-center .mypage-menu-box .menu-list li .icon.restocking::before {
	background: url("../images/icon/icon_restocking-mypage.svg") no-repeat 0 0;
	background-size: 100%;
}

.customer-center .mypage-menu-box .menu-list li .icon.pickup::before {
	background: url("../images/icon/icon_pickup-mypage.svg") no-repeat 0 0;
	background-size: 100%;
}

.customer-center .mypage-menu-box .btn-area .btn-item {
	display: flex;
	align-items: center;
	background: #fff;
	color: #2a3138;
}

.customer-center .mypage-menu-box .btn-area .btn-item.open {
	display: none;
}

.customer-center .mypage-menu-box .btn-area .btn-item.open.on {
	display: block;
}

.customer-center .mypage-menu-box .btn-area .btn-item.close {
	display: none;
}

.customer-center .mypage-menu-box .btn-area .btn-item.close.on {
	display: block;
}

.customer-center .mypage-tab {
	margin-top: 35px;
}

.customer-center .mypage-tab .tab-link {
	position: relative;
	top: 0;
	padding: 0;
}

.customer-center .mypage-tab .tab-link>a {
	padding: 0;
	font-size: 14px;
	color: #a0a6af;
}

.customer-center .mypage-tab .tab-link>a.on {
	color: #fe6a2b;
}

.customer-center .mypage-tab .tab-con {
	margin-top: 15px;
}

.customer-center .mypage-tab .tab-con .top-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.customer-center .mypage-tab .tab-con .top-area .cmt {
	font-size: 12px;
	color: #5b6068;
}

.customer-center .mypage-tab .tab-con .top-area a {
	display: flex;
	align-items: center;
	color: #fe6a2b;
}

.customer-center .mypage-tab .tab-con .state-list {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 15px;
}

.customer-center .mypage-tab .tab-con .state-list li {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 20%;
	height: 50px;
	margin: 0 3px;
	padding: 2px;
	background-color: #f2f2f7;
	border-radius: 4px;
}

.customer-center .mypage-tab .tab-con .state-list li .num {
	font-size: 18px;
}

.customer-center .mypage-tab .tab-con .state-list li .txt {
	font-size: 12px;
}

.customer-center .mypage-review {
	margin-top: 65px;
	padding: 15px 0;
	background-color: #f9f9fa;
}

.customer-center .mypage-review .tit a {
	font-size: 16px;
}

.customer-center .mypage-review .tit a strong {
	color: #fe6a2b;
}

.customer-center .mypage-review .tit a .line-icons {
	line-height: 22px;
}

.customer-center .mypage-review p {
	margin-top: 20px;
	font-size: 12px;
}

.customer-center .mypage-review .cmt {
	display: flex;
	align-items: center;
	margin-top: 5px;
	font-size: 12px;
	color: #fe6a2b;
	font-weight: 500;
}

.customer-center .mypage-review .cmt .line-icons {
	color: #fe6a2b;
}

.customer-center .mypage-review .cmt .line-icons::before {
	padding-left: 5px;
	transform: translateX(-40%) translateY(-50%) rotate(180deg);
}

.customer-center .mypage-review .card-area {
	margin-top: 20px;
}

.customer-center .mypage-review .card-area .card-list {
	display: flex;
	align-items: center;
}

.customer-center .mypage-review .card-area .card-list li {
	max-width: 125px;
	min-height: 185px;
	margin-left: 10px;
	padding: 10px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #d9dbdc;
}

.customer-center .mypage-review .card-area .card-list li:first-child {
	margin-left: 0;
}

.customer-center .mypage-review .card-area .card-list li .thumb img {
	width: 100%;
	height: auto;
}

.customer-center .mypage-review .card-area .card-list li .brands-logo {
	bottom: 115px;
	height: 25px;
	padding: 0 15px;
	background: rgba(255, 255, 255, 0.7);
}

.customer-center .mypage-review .card-area .card-list li .brands-logo.hk::before {
	display: inline-flex;
	content: '';
	width: 120px;
	height: 15px;
	background: url("../images/common/logo-hk.png") no-repeat 15px 5px;
	background-size: 50%;
}

.customer-center .mypage-review .card-area .card-list li .name {
	font-size: 11px;
}

.customer-center .mypage-review .card-area .card-list li p {
	font-size: 12px;
}

.customer-center .mypage-review .card-area .card-list li .btm-area {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.customer-center .mypage-review .card-area .card-list li .btm-area .date {
	font-size: 12px;
	color: #a0a6af;
}

.customer-center .mypage-review .card-area .card-list li .btm-area .date.d-day {
	color: #fe6a2b;
}

.customer-center .mypage-review .card-area .card-list li .btm-area .review {
	position: relative;
	width: 30px;
	height: 30px;
	background-color: #2a3138;
	border-radius: 30px;
}

.customer-center .mypage-review .card-area .card-list li .btm-area .review::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-flex;
	content: '';
	width: 24px;
	height: 24px;
	background: url("../images/icon/icon_review_white.png") no-repeat 0 0;
	background-size: 100%;
}

.customer-center.setting .inner {
	padding: 0 10px;
}

.customer-center.setting .tab-link {
	position: relative;
	top: 0;
	padding: 0;
}

.customer-center.setting .tab-link>a {
	width: 25%;
	padding: 0 8px;
	color: #a0a6af;
}

.customer-center.setting .tab-link>a.on {
	color: #fe6a2b;
}

.customer-center.setting .native-setting-section::before {
	margin-bottom: 0;
}

.customer-center.setting .native-setting-section .rowgroup {
	border-top: 1px solid #d9dbdc;
}

.customer-center.setting .native-setting-section .rowgroup:first-child {
	border-top: none;
}

.customer-center.setting .native-setting-section .rowgroup .row {
	padding: 20px 0;
}

.customer-center.setting .app-settings-page {
	padding: 10px 0;
}

.customer-center.setting .app-settings-page .version-setting-section {
	margin-top: -10px;
}

.customer-center.setting .app-settings-page .notice-setting-section .row {
	padding: 10px 0;
}

.customer-center.setting .app-settings-page .notice-setting-section .row .radio-item .label-txt {
	font-weight: 700;
}

.customer-center.setting .app-settings-page .notice-setting-section .row .radio-item .label-txt span {
	color: #aed7da;
}

.customer-center.setting .app-settings-page .notice-setting-section .row .cmt {
	margin-left: 36px;
	font-size: 11px;
	color: #5b6068;
}

.customer-center .pay-selector-wrap table.pay-calculator td strong {
	color: #059c4c;
	font-weight: 400;
}

.customer-center .pay-selector-wrap table.pay-calculator td strong span {
	color: #5b6068;
}

.customer-center .order-section.order-coupon .apply-coupon em span {
	color: #059c4c;
}



.order_detail .tit-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 20px 12px;
}

.order_detail .tit-wrap h6 {
	font-size: 15px;
	font-weight: 500;
}

.order_detail .tit-wrap .btn-item {
	padding: 0 10px;
}

.order_detail .tit-wrap .btn-item .label-txt {
	font-size: 12px;
}

.biz-container.setting .inner {
	padding: 0 10px;
}

.biz-container.setting .tab-link {
	position: relative;
	top: 0;
	padding: 0;
}

.biz-container.setting .tab-link>a {
	width: 25%;
	padding: 0 8px;
	color: #a0a6af;
}

.biz-container.setting .tab-link>a.on {
	color: #fe6a2b;
}

.biz-container.setting .native-setting-section::before {
	margin-bottom: 0;
}

.biz-container.setting .native-setting-section .rowgroup {
	border-top: 1px solid #d9dbdc;
}

.biz-container.setting .native-setting-section .rowgroup:first-child {
	border-top: none;
}

.biz-container.setting .native-setting-section .rowgroup .row {
	padding: 20px 0;
}

.biz-container.setting .app-settings-page {
	padding: 10px 0;
}

.biz-container.setting .app-settings-page .version-setting-section {
	margin-top: -10px;
}

.biz-container.setting .app-settings-page .notice-setting-section .row {
	padding: 10px 0;
}

.biz-container.setting .app-settings-page .notice-setting-section .row .radio-item .label-txt {
	font-weight: 700;
}

.biz-container.setting .app-settings-page .notice-setting-section .row .radio-item .label-txt span {
	color: #aed7da;
}

.biz-container.setting .app-settings-page .notice-setting-section .row .cmt {
	margin-left: 36px;
	font-size: 11px;
	color: #5b6068;
}

.biz-app-shake-popup {
	text-align: center;
}

.biz-app-shake-popup .title-set {
	padding-bottom: 22px;
	border-bottom: 1px solid #d9dbdc;
}

.biz-app-shake-popup .title-set .title {
	font-size: 16px;
	color: #2a3138;
	font-weight: bold;
}

.biz-app-shake-popup .shake-content {
	padding: 22px 0 0;
}

.biz-app-shake-popup .shake-content .info-set {
	display: flex;
	align-items: center;
	justify-content: center;
}

.biz-app-shake-popup .shake-content .info-set .icon {
	flex-shrink: 0;
	width: 60px;
	height: 18px;
	line-height: 1;
}

.biz-app-shake-popup .shake-content .info-set .icon img {
	width: auto;
	height: 100%;
}

.biz-app-shake-popup .shake-content .info-set .txt {
	margin-left: 5px;
	font-size: 16px;
	color: #aed7da;
	font-weight: bold;
}

.biz-app-shake-popup .shake-content .barcode {
	padding: 20px 0;
}

.biz-app-shake-popup .shake-content .barcode img {
	width: 100%;
	height: 120px;
	object-fit: scale-down;
}

.biz-app-shake-popup .shake-content .user-info {
	font-size: 12px;
	color: #5b6068;
}

.biz-shake-popup .pop-header .tit-set {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #d9dbdc;
}

.biz-shake-popup .pop-header .tit-set .tit {
	font-size: 16px;
	color: #2a3138;
	font-weight: 700;
}

.biz-shake-popup .pop-header .tit-set .btn-item .line-icons {
	margin-left: 14px;
}

.biz-shake-popup .pop-content {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.biz-shake-popup .pop-content .shake-img {
	width: 160px;
	height: 160px;
}

.biz-shake-popup .pop-content .shake-img img {
	width: 100%;
	height: auto;
}

.biz-shake-popup .pop-content .txt {
	margin-left: 20px;
	font-size: 12px;
	color: #2a3138;
	line-height: 1.4;
}

/* 2022-10-28 전자영수증*/
.biz-container .chk-area {
	margin-top: 20px;
}

.biz-container .chk-area .check-item .label-txt {
	font-size: 14px;
	color: #2a3138;
	font-weight: 500;
}

.biz-container .chk-area .cmt {
	margin-left: 36px;
	font-size: 12px;
	color: #a0a6af;
}

.biz-container .tab-set {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 40px 0 20px 0;
	padding: 0 20px;
}

.biz-container .tab-set .tit {
	font-size: 16px;
	color: #2a3138;
	font-weight: 500;
}

.biz-container .tab-set .tit strong {
	color: #fe6a2b;
}

.biz-container .tab-set .tab-link {
	width: auto;
	padding: 0;
}

.biz-container .tab-set .tab-link>a {
	width: inherit;
}

.biz-container .table-top .date {
	font-size: 14px;
	color: #2a3138;
	font-weight: 500;
}

.biz-container .table-top .cmt {
	margin-top: 5px;
	font-size: 12px;
	color: #a0a6af;
}

.biz-container .table-area {
	margin-top: 40px;
	padding-bottom: 40px;
}

.biz-container .table-area .table thead {
	width: 100%;
	background-color: #f9f9fa;
	border-top: 1px solid #2a3138;
	border-bottom: 1px solid #d9dbdc;
}

.biz-container .table-area .table thead th {
	padding: 20px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}

.biz-container .table-area .table thead th.right {
	text-align: right;
}

.biz-container .table-area .table tbody tr {
	padding: 0 20px;
	border-top: 1px solid #d9dbdc;
}

.biz-container .table-area .table tbody tr:first-child {
	border-top: none;
}

.biz-container .table-area .table tbody td {
	padding: 20px 0 10px 0;
}

.biz-container .table-area .table tbody td .chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 20px;
	border-radius: 4px;
	border: 1px solid #5b6068;
	font-size: 11px;
	font-weight: 500;
}

.biz-container .table-area .table tbody td .chip.buying {
	border: 1px solid #fe6a2b;
	color: #fe6a2b;
}

.biz-container .table-area .table tbody td:first-child {
	padding-left: 20px;
}

.biz-container .table-area .table tbody td:last-child {
	padding-right: 20px;
}

.biz-container .table-area .table tbody td:last-child strong {
	font-size: 16px;
}

.biz-container .table-area .table tbody td:last-child .date {
	font-size: 11px;
	color: #5b6068;
}

.biz-container .table-area .table tbody td:last-child .date span::before {
	content: '';
	display: inline-flex;
	width: 1px;
	height: 8px;
	margin: 0 4px;
	padding-bottom: 2px;
	background-color: #5b6068;
}

.biz-container .table-area .table tbody td.txt {
	padding-left: 10px;
	font-size: 14px;
	text-align: left;
}

.biz-container .table-area .table tbody td.right {
	text-align: right;
}

.biz-container .btn-area {
	display: flex;
	justify-content: center;
}

.biz-container .btn-area .btn-item .label-txt strong {
	color: #fe6a2b;
	font-weight: 500;
}

.biz-container.reply .tit {
	padding: 20px 0;
	font-size: 14px;
}

.biz-container.reply .stit {
	padding: 30px 0 15px 0;
	font-size: 14px;
}

.biz-container.reply .divider {
	margin-top: 30px;
}

.biz-container.reply .faq-wrap .tit {
	padding: 20px;
	color: #fe6a2b;
}

.biz-container.reply .faq-wrap .txt {
	padding: 20px;
	background-color: #f2f2f7;
	border-top: 1px solid #d9dbdc;
	border-bottom: 1px solid #d9dbdc;
	font-size: 12px;
	color: #2a3138;
	word-break: keep-all;
}

.biz-container.reply .recommend-wrap .recommend-goods-swiper .swiper-slide {
	border-radius: 4px;
	border: 1px solid #d9dbdc;
}

.biz-container.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .goods-area {
	display: flex;
	align-items: center;
}

.biz-container.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .goods-area .thumb {
	position: relative;
	border-right: 1px solid #d9dbdc;
}

.biz-container.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .goods-area .thumb img {
	z-index: -1;
	position: relative;
	bottom: -20px;
	width: auto;
	max-height: 120px;
}

.biz-container.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .goods-area .thumb .logo {
	position: absolute;
	top: 95px;
	width: 120px;
	height: 30px;
	background: #fff;
	opacity: .8;
}

.biz-container.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .goods-area .thumb .logo.hk::after {
	position: absolute;
	content: '';
	top: 9px;
	left: 24px;
	width: 67px;
	height: 16px;
	background: #fff url("../images/common/logo-hk.png") no-repeat 0 0;
	background-size: 100%;
	opacity: .8;
}

.biz-container.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .goods-area .info {
	padding: 5px 0 0 5px;
}

.biz-container.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .goods-area .info .top-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.biz-container.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .goods-area .info .top-wrap .sale {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin-left: 10px;
	background-color: #fff;
	border: 1px solid #fe6a2b;
	border-radius: 30px;
	font-size: 10px;
	color: #fe6a2b;
}

.biz-container.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .goods-area .info .top-wrap .model {
	width: 120px;
}

.biz-container.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .goods-area .info .top-wrap .model img {
	width: 100%;
	height: 100%;
}

.biz-container.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .goods-area .info .chip-wrap {
	margin-top: 10px;
}

.biz-container.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .goods-area .info .chip-wrap .chip {
	padding: 0 5px;
	font-size: 10px;
	border-radius: 4px;
	border: 1px solid #d9dbdc;
}

.biz-container.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .goods-area .info .price {
	margin: 5px 0 0 5px;
	font-size: 16px;
	font-weight: 700;
	color: #fe6a2b;
}

.biz-container.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .goods-area .info .price span {
	margin-left: 2px;
	font-size: 12px;
	font-weight: 400;
	color: #d9dbdc;
	text-decoration: line-through;
}

.biz-container.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .coupon-area {
	padding: 10px;
	background-color: #f2f2f7;
	border-top: 1px solid #d9dbdc;
}

.biz-container.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .coupon-area .coupon-card .haaer-label-use.online::before {
	border-bottom: 70px solid transparent;
	border-left: 70px solid #fe6a2b;
}

.biz-container.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .coupon-area .coupon-card .haaer-label-use.online .label-txt {
	top: 5px;
}

.biz-container.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .coupon-area .coupon-card::after {
	background-color: #F2F2F7;
}

.biz-container.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .coupon-area .coupon-card::before {
	background-color: #F2F2F7;
}

.biz-container.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .coupon-area .coupon-card .coupon-card-info {
	border: 1px solid #d9dbdc;
	border-right: 0 !important;
}

.biz-container.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .coupon-area .coupon-card .coupon-card-info .cmt {
	margin-top: 5px;
}

.biz-container.reply .recommend-wrap .recommend-goods-swiper .swiper-slide a .coupon-area .coupon-card .coupon-card-action {
	border: 1px solid #d9dbdc;
	border-left: 0 !important;
}

.biz-container.reply .banner {
	margin-top: 20px;
}

.biz-container.reply .banner a {
	width: auto;
	max-height: 280px;
}

/* 2022-11-23 수정 시작 */
.biz-container.reply .banner img {
	width: 100%;
	height: auto;
}
/* 2022-11-23 수정 끝 */

.biz-container.reply .tab-set {
	margin-top: 20px;
	padding: 0;
}

.biz-container.reply .tab-set .tit {
	font-weight: 700;
}


.biz-container.e-receipt .cmt-box {
	margin-top: 20px;
}

.biz-container.e-receipt .cmt-box .date {
	font-size: 14px;
}

.biz-container.e-receipt .cmt-box .cmt {
	font-size: 12px;
	color: #a0a6af;
}

.biz-container.e-receipt .tab-set {
	margin-bottom: 0;
}

.biz-container.e-receipt .tab-set .tab-link>a.on::after {
	display: none;
}

.biz-container.e-receipt .list-area {
	padding: 0 15px;
	background-color: #f9f9fa;
}

.biz-container.e-receipt .list-area .e-receipt-list li {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 15px 0;
	border-top: 1px solid #d9dbdc;
}

.biz-container.e-receipt .list-area .e-receipt-list li:first-child {
	border-top: none;
}

.biz-container.e-receipt .list-area .e-receipt-list li .chip-box {
	flex-shrink: 0;
}

.biz-container.e-receipt .list-area .e-receipt-list li .chip-box .chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 20px;
	border-radius: 4px;
	border: 1px solid #5b6068;
	font-size: 11px;
}

.biz-container.e-receipt .list-area .e-receipt-list li .chip-box .chip.buy {
	color: #fe6a2b;
	border-color: #fe6a2b;
}

.biz-container.e-receipt .list-area .e-receipt-list li .con-set {
	width: 100%;
	margin: 0 8px;
}

.biz-container.e-receipt .list-area .e-receipt-list li .con-set .date {
	display: inline-flex;
	align-items: center;
	font-size: 11px;
	color: #5b6068;
}

.biz-container.e-receipt .list-area .e-receipt-list li .con-set .date span::before {
	content: '|';
	padding: 0 5px;
}

.biz-container.e-receipt .list-area .e-receipt-list li .con-set .con {
	flex-shrink: 0;
	font-size: 13px;
}

.biz-container.e-receipt .list-area .e-receipt-list li .price {
	width: 20%;
	font-size: 13px;
}

.biz-container.e-receipt .list-area .e-receipt-list li .btn-item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 30px;
	margin: 0 8px;
	border-radius: 4px;
}

.biz-container.e-receipt .list-area .e-receipt-list li .btn-item .label-txt {
	font-size: 11px;
}

.biz-container.e-receipt .btn-area {
	margin-top: 40px;
}

.biz-container .mypage-view-box {
	margin-top: 20px;
}

.biz-container .mypage-view-box .name {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.biz-container .mypage-view-box .name .txt {
	font-size: 16px;
	color: #5b6068;
	line-height: 25px;
}

.biz-container .mypage-view-box .name .txt span {
	font-size: 20px;
	color: #fe6a2b;
}

.biz-container .mypage-view-box .name .logo {
	position: relative;
}

.biz-container .mypage-view-box .name .logo img {
	position: absolute;
	right: 10px;
}

.biz-container .mypage-view-box .name .logo .line-icons {
	left: 40%;
}

.biz-container .mypage-view-box .info-box {
	margin-top: 20px;
	padding: 12px 14px 15px 14px;
	background-color: #f2f2f7;
	border-radius: 4px;
}

.biz-container .mypage-view-box .info-box .info-list {
	display: flex;
	align-items: center;
	width: 100%;
}

.biz-container .mypage-view-box .info-box .info-list li {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 33.3333%;
	padding: 0 10px;
	border-left: 1px solid #d9dbdc;
}

.biz-container .mypage-view-box .info-box .info-list li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.biz-container .mypage-view-box .info-box .info-list li:first-child {
	padding-top: 20px;
	border-left: none;
}

.biz-container .mypage-view-box .info-box .info-list li .num {
	font-size: 18px;
}

.biz-container .mypage-view-box .info-box .info-list li .num span {
	font-size: 24px;
}

.biz-container .mypage-view-box .info-box .info-list li .txt {
	margin-top: 5px;
	font-size: 12px;
}

.biz-container .mypage-view-box .info-box .info-list li .btn-item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 85px;
	height: 20px;
	margin-top: 5px;
	padding: 0 5px;
	border-radius: 4px;
	border: 1px solid #fe6a2b;
}

.biz-container .mypage-view-box .info-box .info-list li .btn-item .label-txt {
	font-size: 10px;
}

.biz-container .mypage-view-box .info-box .info-list li .btn-item .label-txt span {
	color: #fe6a2b;
}

.biz-container .mypage-view-box .info-box .info-list li .btn-item:active {
	background: #fff;
	color: #2a3138;
}

.biz-container .mypage-store {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d9dbdc;
}

.biz-container .mypage-store .name {
	font-size: 12px;
}

.biz-container .mypage-store .name strong {
	font-size: 14px;
	color: #fe6a2b;
	text-decoration: underline;
}

.biz-container .mypage-store .btn-item {
	width: 110px;
	height: 30px;
	padding: 0;
	border-radius: 15px;
}

.biz-container .mypage-store .btn-item .label-txt {
	font-size: 12px;
	padding-left: 5px;
}

.biz-container .mypage-menu-box .menu-wrap.on {
	display: none;
}

.biz-container .mypage-menu-box .menu-list {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0;
}

.biz-container .mypage-menu-box .menu-list li {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 25%;
	margin-top: 25px;
}

.biz-container .mypage-menu-box .menu-list li:nth-child(1) {
	margin-top: 0;
}

.biz-container .mypage-menu-box .menu-list li:nth-child(2) {
	margin-top: 0;
}

.biz-container .mypage-menu-box .menu-list li:nth-child(3) {
	margin-top: 0;
}

.biz-container .mypage-menu-box .menu-list li:nth-child(4) {
	margin-top: 0;
}

.biz-container .mypage-menu-box .menu-list li .txt {
	font-size: 12px;
}

.biz-container .mypage-menu-box .menu-list li .icon {
	display: flex;
	justify-content: center;
}

.biz-container .mypage-menu-box .menu-list li .icon::before {
	display: inline-flex;
	content: '';
	width: 32px;
	height: 32px;
}

.biz-container .mypage-menu-box .menu-list li .icon.order::before {
	background: url("../images/icon/icon_order-mypage.png") no-repeat 0 0;
	background-size: 100%;
}

.biz-container .mypage-menu-box .menu-list li .icon.cancel::before {
	background: url("../images/icon/icon_cancel-mypage.png") no-repeat 0 0;
	background-size: 100%;
}

.biz-container .mypage-menu-box .menu-list li .icon.e-receipt::before {
	background: url("../images/icon/icon_e-receipt-mypage.png") no-repeat 0 0;
	background-size: 100%;
}

.biz-container .mypage-menu-box .menu-list li .icon.review::before {
	background: url("../images/icon/icon_review-mypage.png") no-repeat 0 0;
	background-size: 100%;
}

.biz-container .mypage-menu-box .menu-list li .icon.consult::before {
	background: url("../images/icon/icon_consult-mypage.svg") no-repeat 0 0;
	background-size: 100%;
}

.biz-container .mypage-menu-box .menu-list li .icon.safe::before {
	background: url("../images/icon/icon_safe-mypage.svg") no-repeat 0 0;
	background-size: 100%;
}

.biz-container .mypage-menu-box .menu-list li .icon.visit::before {
	background: url("../images/icon/icon_calendar-mypage.svg") no-repeat 0 0;
	background-size: 100%;
}

.biz-container .mypage-menu-box .menu-list li .icon.event::before {
	background: url("../images/icon/icon_event-mypage.svg") no-repeat 0 0;
	background-size: 100%;
}

.biz-container .mypage-menu-box .menu-list li .icon.info::before {
	background: url("../images/icon/icon_info-mypage.svg") no-repeat 0 0;
	background-size: 100%;
}

.biz-container .mypage-menu-box .menu-list li .icon.compare::before {
	background: url("../images/icon/icon_compare-mypage.svg") no-repeat 0 0;
	background-size: 100%;
}

.biz-container .mypage-menu-box .menu-list li .icon.restocking::before {
	background: url("../images/icon/icon_restocking-mypage.svg") no-repeat 0 0;
	background-size: 100%;
}

.biz-container .mypage-menu-box .menu-list li .icon.pickup::before {
	background: url("../images/icon/icon_pickup-mypage.svg") no-repeat 0 0;
	background-size: 100%;
}

.biz-container .mypage-menu-box .btn-area .btn-item {
	display: flex;
	align-items: center;
	background: #fff;
	color: #2a3138;
}

.biz-container .mypage-menu-box .btn-area .btn-item.open {
	display: none;
}

.biz-container .mypage-menu-box .btn-area .btn-item.open.on {
	display: block;
}

.biz-container .mypage-menu-box .btn-area .btn-item.close {
	display: none;
}

.biz-container .mypage-menu-box .btn-area .btn-item.close.on {
	display: block;
}

.biz-container .mypage-tab {
	margin-top: 35px;
}

.biz-container .mypage-tab .tab-link {
	position: relative;
	top: 0;
	padding: 0;
}

.biz-container .mypage-tab .tab-link>a {
	padding: 0;
	font-size: 14px;
	color: #a0a6af;
}

.biz-container .mypage-tab .tab-link>a.on {
	color: #fe6a2b;
}

.biz-container .mypage-tab .tab-con {
	margin-top: 15px;
}

.biz-container .mypage-tab .tab-con .top-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.biz-container .mypage-tab .tab-con .top-area .cmt {
	font-size: 12px;
	color: #5b6068;
}

.biz-container .mypage-tab .tab-con .top-area a {
	display: flex;
	align-items: center;
	color: #fe6a2b;
}

.biz-container .mypage-tab .tab-con .state-list {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 15px;
}

.biz-container .mypage-tab .tab-con .state-list li {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 20%;
	height: 50px;
	margin: 0 3px;
	padding: 2px;
	background-color: #f2f2f7;
	border-radius: 4px;
}

.biz-container .mypage-tab .tab-con .state-list li .num {
	font-size: 18px;
}

.biz-container .mypage-tab .tab-con .state-list li .txt {
	font-size: 12px;
}

.biz-container .mypage-review {
	margin-top: 65px;
	padding: 15px 0;
	background-color: #f9f9fa;
}

.biz-container .mypage-review .tit a {
	font-size: 16px;
}

.biz-container .mypage-review .tit a strong {
	color: #fe6a2b;
}

.biz-container .mypage-review .tit a .line-icons {
	line-height: 22px;
}

.biz-container .mypage-review p {
	margin-top: 20px;
	font-size: 12px;
}

.biz-container .mypage-review .cmt {
	display: flex;
	align-items: center;
	margin-top: 5px;
	font-size: 12px;
	color: #fe6a2b;
	font-weight: 500;
}

.biz-container .mypage-review .cmt .line-icons {
	color: #fe6a2b;
}

.biz-container .mypage-review .cmt .line-icons::before {
	padding-left: 5px;
	transform: translateX(-40%) translateY(-50%) rotate(180deg);
}

.biz-container .mypage-review .card-area {
	margin-top: 20px;
}

.biz-container .mypage-review .card-area .card-list {
	display: flex;
	align-items: center;
}

.biz-container .mypage-review .card-area .card-list li {
	max-width: 125px;
	min-height: 185px;
	margin-left: 10px;
	padding: 10px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #d9dbdc;
}

.biz-container .mypage-review .card-area .card-list li:first-child {
	margin-left: 0;
}

.biz-container .mypage-review .card-area .card-list li .thumb img {
	width: 100%;
	height: auto;
}

.biz-container .mypage-review .card-area .card-list li .brands-logo {
	bottom: 115px;
	height: 25px;
	padding: 0 15px;
	background: rgba(255, 255, 255, 0.7);
}

.biz-container .mypage-review .card-area .card-list li .brands-logo.hk::before {
	display: inline-flex;
	content: '';
	width: 120px;
	height: 15px;
	background: url("../images/common/logo-hk.png") no-repeat 15px 5px;
	background-size: 50%;
}

.biz-container .mypage-review .card-area .card-list li .name {
	font-size: 11px;
}

.biz-container .mypage-review .card-area .card-list li p {
	font-size: 12px;
}

.biz-container .mypage-review .card-area .card-list li .btm-area {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.biz-container .mypage-review .card-area .card-list li .btm-area .date {
	font-size: 12px;
	color: #a0a6af;
}

.biz-container .mypage-review .card-area .card-list li .btm-area .date.d-day {
	color: #fe6a2b;
}

.biz-container .mypage-review .card-area .card-list li .btm-area .review {
	position: relative;
	width: 30px;
	height: 30px;
	background-color: #2a3138;
	border-radius: 30px;
}

.biz-container .mypage-review .card-area .card-list li .btm-area .review::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-flex;
	content: '';
	width: 24px;
	height: 24px;
	background: url("../images/icon/icon_review_white.png") no-repeat 0 0;
	background-size: 100%;
}

.biz-e-receipt-popup .top-area {
	z-index: 100;
	position: sticky;
	top: 0px;
	left: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 15px 20px;
	background: #fff;
}

.biz-e-receipt-popup .top-area .logo {
	width: 150px;
	height: 35px;
	background: url("../images/popup/logo_t.png") no-repeat 0 0;
	background-size: 100%;
}

.biz-e-receipt-popup .top-area .btn-download {
	background: none;
}

.biz-e-receipt-popup .top-area .btn-download .line-icons::before {
	display: inline-flex;
	content: '';
	width: 24px;
	height: 24px;
	background: url("../images/icon/icon-download.png") no-repeat 0 0;
	background-size: 100%;
}

.biz-e-receipt-popup .tit {
	padding: 10px 0 15px;
	font-size: 14px;
	font-weight: 600;
	color: #2a3138;
}

.biz-e-receipt-popup .tit.top {
	padding: 0px 15px 0px;
}

.biz-e-receipt-popup .con-area .receipt-list {
	margin: 0 15px;
	padding: 15px 0;
	border-top: 1px dashed #5b6068;
}

.biz-e-receipt-popup .con-area .receipt-list li {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 8px;
}

.biz-e-receipt-popup .con-area .receipt-list li .stit {
	font-size: 12px;
}

.biz-e-receipt-popup .con-area .receipt-list li .con {
	font-size: 12px;
	text-align: right;
}

.biz-e-receipt-popup .con-area .receipt-list li .con span {
	color: #5b6068;
}

.biz-e-receipt-popup .con-area .receipt-list li .con span.line {
	color: #2a3138;
	text-decoration: underline;
}

.biz-e-receipt-popup .con-area .receipt-list li .con.fc-o {
	color: #fe6a2b;
}

.biz-e-receipt-popup .con-area .receipt-list li:last-child {
	padding-bottom: 0;
}

.biz-e-receipt-popup .con-area .receipt-list.no-bd {
	border-top: none;
}

.biz-e-receipt-popup .con-area .receipt-list.bg {
	margin: 0;
	padding: 15px;
	background-color: #f9f9fa;
}

.biz-e-receipt-popup .con-area .receipt-list.total li.bold {
	margin: 10px 0;
}

.biz-e-receipt-popup .con-area .receipt-list.total li.none {
	margin-top: 0;
}

.biz-e-receipt-popup .con-area .receipt-list.total li strong {
	font-size: 16px;
	font-weight: 700;
}

.biz-e-receipt-popup .con-area .inner {
	padding: 0 15px;
}

.biz-e-receipt-popup .pop-table {
	padding: 15px 15px 0;
}

.biz-e-receipt-popup .pop-table table {
	table-layout: fixed;
	width: 100%;
	text-align: right;
	word-break: break-all;
}

.biz-e-receipt-popup .pop-table table th {
	padding: 5px 0px;
	font-size: 14px;
	font-weight: 500;
	word-break: break-all;
	border-bottom: 1px dashed #5b6068;
}

.biz-e-receipt-popup .pop-table table td {
	padding: 5px 0px;
	font-size: 12px;
	line-height: 1.3;
	word-break: break-all;
}

.biz-e-receipt-popup .btm-area {
	margin: 0 auto;
	padding: 0 15px;
}

.biz-e-receipt-popup .btm-area .cmt {
	padding-top: 20px;
	margin-bottom: 10px;
	border-top: 1px dashed #5b6068;
	text-align: center;
	font-size: 11px;
	color: #5b6068;
}

.biz-e-receipt-popup .btm-area .cmt:last-child {
	border-top: none;
	border-bottom: 1px dashed #5b6068;
	padding: 0px 0 20px;
}

.biz-e-receipt-popup .btm-area .cmt a {
	font-size: 11px;
	color: #5b6068;
}

.biz-container .pay-selector-wrap table.pay-calculator td strong {
	color: #059c4c;
	font-weight: 400;
}

.biz-container .pay-selector-wrap table.pay-calculator td strong span {
	color: #5b6068;
}

.biz-container .order-section.order-coupon .apply-coupon em span {
	color: #059c4c;
}

.biz-join-popup .pop-header .btn-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}

.biz-join-popup .pop-header .btn-wrap .btn-item .line-icons {
	margin-left: 14px;
}

.biz-join-popup .pop-content {
	margin-top: 30px;
	text-align: center;
}

.biz-join-popup .pop-content span {
	color: #fe6a2b;
}

.biz-login-popup2 .pop-header .btn-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}

.biz-login-popup2 .pop-header .btn-wrap .btn-item .line-icons {
	margin-left: 14px;
}

.biz-login-popup2 .pop-content {
	margin-top: 10px;
	text-align: center;
}

.biz-login-popup2 .pop-content .icon {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(../images/icon/icon-notice-blk.png) no-repeat 0 0;
	background-size: 100%;
}

.biz-login-popup2 .pop-content .txt {
	margin: 10px 0 20px 0;
	font-size: 12px;
}

.biz-login-popup2 .pop-content strong {
	font-size: 14px;
}

/* 방문예약내역 */
.biz-container .reserve_detail .reserve_info2 dt {
	position: relative;
}

.biz-container .reserve_detail .reserve_info2 dt .btn-item {
	position: absolute;
	right: 10px;
	top: 8px;
	line-height: 21px;
}

/* navbar */
/* 2022-11-23 수정 시작 */
.navbar.beta {
	position: relative;
}
.navbar.beta .beta-badge{
	position: absolute;
	right: 50px;
	top: 20px;
	width: 35px;
	height: 15px;
	transform: translateY(-50%);		
}
.navbar.beta .beta-badge img{
	width: 100%;
	height: auto;	
}
/* 2022-11-23 수정 끝 */

/* 2022-12-02 수정 시작 */
.coupon-online.coupon-card .coupon-card-action {
	background: #5eb0b5;
}

.coupon-online.coupon-card .coupon-card-action .download-after{
	display: none;
}

.coupon-online.coupon-card .coupon-card-action .download-before{
	display: block;
}

.coupon-online.coupon-card .coupon-card-action.comp{
	background: #f2f2f7;
}

.coupon-online.coupon-card .coupon-card-action.comp .download-after{
	display: block;
}

.coupon-online.coupon-card .coupon-card-action.comp .download-before{
	display: none;
}

.coupon-online.coupon-card .coupon-card-action .download-before .download-btn .icon{
	display: inline-flex;
	justify-content: center;
	width: 20px;
	height: 20px;
	background: url(../images/icon/icon_download.png) no-repeat 0 0;
	background-size: 100%;
}

.coupon-online.coupon-card .coupon-card-action .download-before .download-btn .label-txt {
	margin-top: 5px;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
}

.coupon-online.coupon-card .coupon-card-action .download-before .date{
	margin-top: 5px;
  font-size: 10px;
  font-weight: 400;
  color: #fff;
}
/* 2022-12-02 수정 끝 */

/* 2022-12-09 수정 시작 */
/* 로그인 계정 만료 */
.biz-container.expire .txt-wrap {
  font-size: 14px;
  text-align: center;
}

.biz-container.expire .txt-wrap .txt {
  margin-top: 25px;
  color: #2a3138;
}

.biz-container.expire .txt-wrap .date {
  margin-top: 25px;
  color: #2a3138;
}

.biz-container.expire .txt-wrap .date span {
  color: #fe6a2b;
}

.biz-container.expire .txt-wrap p {
	margin-top: 15px;
  font-size: 12px;
  color: #5b6068;
}

.biz-container.expire .txt-wrap p strong{
	font-weight: 500;
}

.biz-container.expire .login-wrap {
  margin-top: 25px;
  border-top: 1px solid #d9dbdc;
}

.biz-container.expire .login-wrap .tit {
  padding: 15px 0;
  font-size: 14px;
  color: #2a3138;
  font-weight: 500;
}

.biz-container.expire .login-wrap .id-list li {
  padding-top: 5px;
}

.biz-container.expire .login-wrap .id-list li:first-child {
  padding-top: 0;
}

.biz-container.expire .login-wrap .id-list li .labelling strong {
  display: block;
  font-size: 12px;
  color: #5b6068;
  font-weight: 400;
}

/* 2022-12-29 수정 시작 */
.biz-container.expire .login-wrap .id-list li .labelling strong .status{
  font-size: 12px;
	color: #f73400;
}
/* 2022-12-29 수정 끝 */

.biz-container.expire .login-wrap .sns-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.biz-container.expire .login-wrap .sns-list li {
  margin-left: 15px;
}

.biz-container.expire .login-wrap .sns-list li:first-child{
  margin-left: 0;
}

.biz-container.expire .login-wrap .sns-list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.biz-container.expire .login-wrap .sns-list li a span {
  margin-top: 10px;
  font-size: 12px;
  color: #2a3138;
}

.biz-container.expire .login-wrap .sns-list li .snskakao {
  width: 45px;
  height: 45px;
}

.biz-container.expire .login-wrap .sns-list li .snsnaver {
  width: 45px;
  height: 45px;
}

.biz-container.expire .login-wrap .sns-list li .snsapple {
  width: 45px;
  height: 45px;
}

.biz-container.expire .login-wrap p {
  margin-top: 40px;
  font-size: 12px;
  text-align: center;
}

.biz-container.expire .login-wrap .btn-area {
  margin-top: 10px;
}

.biz-container.expire .login-wrap .btn-area .btn-item {
  height: 48px;
  border-radius: 24px;
}

.biz-container.expire .btn-area {
  margin-top: 70px;
}

/* sns */
.biz-container .snskakao{
	background: url('../images/icon/icon_sns_kakao.png') no-repeat 0 0 !important;
	background-size: 100% !important;
}

.biz-container .snsnaver{
	background: url('../images/icon/icon_sns_naver.png') no-repeat 0 0 !important;
	background-size: 100% !important;
}

.biz-container .snsapple{
	background: url('../images/icon/icon_sns_apple.png') no-repeat 0 0 !important;
	background-size: 100% !important;
}

/* 애플계정 로그인 추가 */
.sns_logo .snsapple{
	width: 45px;
	height: 45px;
	background: url(../images/icon/icon_sns_apple.png) no-repeat 0 0;
	background-size: 100%;	
}

#loginForm .login-button-wrap.login button a{
	margin-left: 0;
}

#loginForm .login-button-wrap.login button {
	margin-right: 0;
}

#loginForm .login-button-wrap.login button {
	margin-left: 10px;
}

/* popup */
/* 휴면 해제 안내 팝업 */
.login-dormant-popup .pop-content {
  text-align: center;
}

.login-dormant-popup .pop-content .txt {
  font-size: 14px;
  color: #2a3138;
}

.login-dormant-popup .pop-content .info {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  color: #5b6068;
}

.login-dormant-popup .pop-content .btn-area {
  margin-top: 25px;
}

.login-dormant-popup .pop-content .btn-area .btn-item {
  width: 180px;
  cursor: pointer;
}

/* 로그인 계정 이용불가 안내 팝업 */
.login-impossible-popup .pop-content {
  text-align: center;
}

.login-impossible-popup .pop-content .txt {
  font-size: 14px;
  color: #2a3138;
}

.login-impossible-popup .pop-content .txt span{
  font-weight: 500;
}

.login-impossible-popup .pop-content .info {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  color: #5b6068;
}

.login-impossible-popup .pop-content .btn-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.login-impossible-popup .pop-content .btn-area .btn-item {
  width: 215px;
  cursor: pointer;
}

.login-impossible-popup .pop-content .btn-area .btn-item:last-child {
  margin-top: 8px;
}

.login-impossible-popup .pop-content .btn-area .btn-item:last-child .label-txt{
  font-size: 12px;
}

/* 로그인 계정 전환 완료 팝업 */
.login-change-popup .pop-content {
  text-align: center;
}

.login-change-popup .pop-content .sns-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-change-popup .pop-content .sns-wrap .snskakao {
  width: 45px;
  height: 45px;
  background: url(../images/icon/icon_sns_kakao.png) no-repeat 0 0;
  background-size: 100%;
}

.login-change-popup .pop-content .sns-wrap .snsfacebook {
  width: 45px;
  height: 45px;
  background: url(../images/common/icon_sns.png) no-repeat 0 -82px;
  background-size: 150px 180px;
  vertical-align: middle;
}

.login-change-popup .pop-content .sns-wrap .snsnaver {
  width: 45px;
  height: 45px;
  background: url(../images/icon/icon_sns_naver.png) no-repeat 0 0;
  background-size: 100%;
}

.login-change-popup .pop-content .sns-wrap .snsgoogle {
  width: 45px;
  height: 45px;
  background: url(../images/common/icon_sns.png) no-repeat 0 -131px;
  background-size: 150px 180px;
  vertical-align: middle;
}

/* 2022-12-28 수정 시작 */
.login-change-popup .pop-content .sns-wrap .snsemail {
  width: 45px;
  height: 45px;
  background: #fff url(../images/icon/icon_sns_email.png) no-repeat 0 0;
  background-size: 100%;
}
/* 2022-12-28 수정 끝 */

/* 2022-12-29 수정 시작 */
.login-change-popup .pop-content .sns-wrap .snsapple {
  width: 45px;
  height: 45px;
  background: url(../images/icon/icon_sns_apple.png) no-repeat 0 0;
  background-size: 100%;
}
/* 2022-12-29 수정 끝 */

.login-change-popup .pop-content .txt {
  margin-top: 20px;
  font-size: 14px;
  color: #2a3138;
}

.login-change-popup .pop-content .info {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  color: #5b6068;
}

.login-change-popup .pop-content .txt span{
  font-weight: 500;
}

.login-change-popup .pop-content .info span{
  font-weight: 500;
}

.login-change-popup .pop-content .btn-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.login-change-popup .pop-content .btn-area .btn-item {
  width: 180px;
  cursor: pointer;
}
/* 2022-12-09 수정 끝 */



/* 20230313 start */
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=digital-warranty------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.digital-warranty-intro-section {
    background: linear-gradient(to top right, #fff, #F2F2F7);
    padding-bottom: calc(80px + env(safe-area-inset-bottom));
}

.digital-warranty-intro-section .swiper-indicator {
    font-weight: 100;
    font-size: 32px;
    line-height: 100%;
    transform: scaleX(0.7);
    transform-origin: 0 50%;
}

.digital-warranty-intro-section .swiper-indicator span { line-height: 100%; }

.digital-warranty-intro-section .swiper-indicator .active-slide-number {
    font-size: 64px;
    line-height: 48px;
}

.digital-warranty-intro-swiper {
    overflow: visible;
}

.digital-warranty-intro-swiper .swiper-wrapper {
    align-items: stretch;
}

.digital-warranty-intro-swiper a.swiper-slide {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.16);
    padding: 16px;
    padding-bottom: 28px;
}

.digital-warranty-intro-swiper a.swiper-slide:active { background: #ECEEEF; }

.digital-warranty-intro-swiper .swiper-slide:nth-of-type(1) { --dw-key-color: #FFA200; }
.digital-warranty-intro-swiper .swiper-slide:nth-of-type(2) { --dw-key-color: #FE6A2B; }
.digital-warranty-intro-swiper .swiper-slide:nth-of-type(3) { --dw-key-color: #008BEC; }
.digital-warranty-intro-swiper .swiper-slide:nth-of-type(4) { --dw-key-color: #6D80F5; }
.digital-warranty-intro-swiper .swiper-slide:nth-of-type(5) { --dw-key-color: #00B3C5; }
.digital-warranty-intro-swiper .swiper-slide.closing { --dw-key-color: #FE6A2B; }

.digital-warranty-intro-swiper .swiper-slide .title-area h4 {
    color: var(--dw-key-color);
    font-size: 16px;
    font-weight: 700;
}

.digital-warranty-intro-swiper .swiper-slide .title-area .dw-symbol {
    width: 40px;
    height: 40px;
}

.digital-warranty-intro-swiper .swiper-slide .summary {
    font-size: 26px;
    font-weight: 200;
    margin-top: 20px;
    margin-right: -16px;
    letter-spacing: -1px;
}

.digital-warranty-intro-swiper .swiper-slide .summary em {
    color: var(--dw-key-color);
    font-weight: 700;
}

.digital-warranty-intro-swiper .swiper-slide .closing-txt {
    font-size: 24px;
    font-weight: 200;
    line-height: 38px;
    letter-spacing: -1px;
    display: flex;
    align-items: center;
}

.digital-warranty-intro-swiper .swiper-slide .closing-txt em {
    color: var(--dw-key-color);
    font-weight: 700;
}

.digital-warranty-intro-swiper .swiper-slide .closing-txt img {
    height: 28px;
    margin-left: 8px;
    margin-right: 2px;
}

.digital-warranty-intro-swiper .swiper-slide hr.short {
    display: block;
    width: 32px;
}

.digital-warranty-intro-swiper .swiper-slide.closing {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 16px;
    align-self: stretch;
    height: auto;
}

.digital-warranty-intro-section .animated-arrow {
    width: 24px;
    height: 24px;
    position: relative;
    transform-origin: 0 50%;
    transform: scaleX(0.75);
    color: #FE6A2B;
    opacity: 0;
    transition: all 0.3s;
}

.digital-warranty-intro-section .animated-arrow.on {
    opacity: 1;
}

.digital-warranty-intro-section .animated-arrow .line-icons {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}

.digital-warranty-intro-section .animated-arrow .line-icons:nth-of-type(1) {
    left: 14px;
    color: rgb(254,106,43,1);
    animation: swiper-hint-arrow-anim 2.4s cubic-bezier(0.645, 0.045, 0.355, 1.000) infinite;
}
.digital-warranty-intro-section .animated-arrow .line-icons:nth-of-type(2) {
    left: 7px;
    color: rgb(254,106,43,0.6);
    animation: swiper-hint-arrow-anim 2.4s 0.08s cubic-bezier(0.645, 0.045, 0.355, 1.000) infinite;
}
.digital-warranty-intro-section .animated-arrow .line-icons:nth-of-type(3) {
    left: 0;
    color: rgb(254,106,43,0.3);
    animation: swiper-hint-arrow-anim 2.4s 0.16s cubic-bezier(0.645, 0.045, 0.355, 1.000) infinite;
}

@keyframes swiper-hint-arrow-anim {
    0% { transform: translateX(0) translateZ(0); opacity: 1; }
    25% {  transform: translateX(30%) translateZ(0); opacity: 0; }
    25.1% {  transform: translateX(-50%) translateZ(0); opacity: 0; }
    50% {  transform: translateX(0) translateZ(0); opacity: 1; }
    100% { transform: translateX(0) translateZ(0); opacity: 1; }
}

.digital-warranty-detail-section {
    padding-bottom: 48px;
}

.digital-warranty-detail-section .accent-box {
    width: auto;
    height: auto;
    margin-left: -12px;
    margin-right: -12px;
    background: #f2f2f7;
    border-radius: 12px;
    overflow: hidden;
}

.digital-warranty-detail-header h3 {
    font-size: 23px !important;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 32px;
}

.digital-warranty-lnb {
    width: 100%;
    height: auto;
    padding: 20px 16px;
    background: #fff;
    overflow-x: scroll;
    overflow-x: overlay;
    line-height: 100%;
    font-size: 0;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    position: relative;
    z-index: 701;
}

.digital-warranty-lnb::-webkit-scrollbar { opacity: 0; }
.digital-warranty-lnb::-webkit-scrollbar:horizontal{ height: 0; }

.digital-warranty-lnb nav {
    width: 100%;
    height: auto;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    transition: all 0.3s;
    position: relative;
    font-size: 0;
}

.digital-warranty-lnb.sticky {
    padding: 12px 16px;
    background: rgba(249,249,250,0.94);
    border-bottom: 1px solid #F2F2F7;
    position: absolute;
    top: 100%;
    bottom: auto;
    z-index: 700;
    transform: translateY(-100%) translateZ(0);
    transition: transform 0s;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}
.digital-warranty-lnb.sticky.on {
    position: fixed;
    top: 48px;
    bottom: auto;
    z-index: 702;
    transform: translateY(0) translateZ(0);
    transition: transform 0.3s;
}

.digital-warranty-lnb.sticky nav {
    width: auto;
    flex-wrap: nowrap;
}

.digital-warranty-lnb.sticky nav .btn-item {
    height: 32px;
    line-height: 30px;
    border-radius: 16px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-color: transparent;
}

.digital-warranty-lnb nav .btn-item {
    border-color: #D9DBDC;
    color: #5B6068;
    padding: 0 16px !important;
    white-space: nowrap;
    border-radius: 4px;
}

.digital-warranty-lnb nav .btn-item .label-txt { white-space: nowrap; font-size: 14px; font-weight: 500; }

.digital-warranty-lnb nav .btn-item:nth-of-type(1).act { --dw-key-color: #FFA200; }
.digital-warranty-lnb nav .btn-item:nth-of-type(2).act { --dw-key-color: #FE6A2B; }
.digital-warranty-lnb nav .btn-item:nth-of-type(3).act { --dw-key-color: #008BEC; }
.digital-warranty-lnb nav .btn-item:nth-of-type(4).act { --dw-key-color: #6D80F5; }
.digital-warranty-lnb nav .btn-item:nth-of-type(5).act { --dw-key-color: #00B3C5; }

.digital-warranty-lnb nav .btn-item.act { background: var(--dw-key-color); color: #fff; border-color: transparent; }
.digital-warranty-lnb.sticky nav .btn-item.act { background: #fff; color: var(--dw-key-color); border-color: transparent; }

.digital-warranty-notice-section {
    padding: 20px;
}

.digital-warranty-notice-section .accordion-item {
    width: 100%;
    height: auto;
    position: relative;
    user-select: none;
    overflow: visible;
}

.digital-warranty-notice-section .accordion-item dl {
    list-style: none;
    margin: 0;
    overflow: visible;
}

.digital-warranty-notice-section .accordion-item dl dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 8px 0;
    padding-right: 4px;
    border-bottom: 1px solid #A0A6AF;
}

.digital-warranty-notice-section .accordion-item dl dt .chev-wrap {
    width: 24px;
    height: 24px;
    transform: translateZ(0);
    transition: all 0.2s;
    position: relative;
}

.digital-warranty-notice-section .accordion-item dl dt.act .chev-wrap {
    transform: translateZ(0) rotate(90deg);
}

.digital-warranty-notice-section .accordion-item dl dt .chev-wrap .line-icons { position: relative; transform: scaleX(0.75);}

.digital-warranty-notice-section .accordion-item dl dt.act ~ dd { display: block; }

.digital-warranty-notice-section .accordion-item dl dd {
    display: none;
    list-style: none;
    margin: 0;
    padding: 16px 0 32px;
}

.digital-warranty-notice-section .accordion-item dl:last-of-type dd { padding-bottom: 0;}

.digital-warranty-notice-section .accordion-item .list-style-disc li { line-height: 14px; }

.digital-warranty-notice-section .accordion-item .list-style-disc li:not(:first-of-type) { margin-top: 8px; }

.digital-warranty-detail-section .ion-header {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.digital-warranty-detail-section .ion-header h3 {
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.5px;
    flex: none;
    padding-right: 12px;
}

.digital-warranty-detail-section .ion-header img {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 156px;
    margin-right: -8px;
}

.ion-mileage-process {
    overflow: visible;
    padding-top: 12px;
    padding-bottom: 8px;
}

.ion-mileage-process .swiper-slide {
    display: inline-flex;
    width: auto;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.ion-mileage-process .swiper-slide img {
    width: 60px;
    height: 60px;
}

.ion-mileage-process .description-card {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px;
    letter-spacing: -0.5px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.12);
    position: relative;
    margin-top: -4px;
}

.ion-mileage-process .swiper-slide:not(:last-of-type) .description-card:after {
    content: "\e917";
    font-family: 'LineIcons';
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    color: #00B3C5;
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateX(50%) translateY(-50%);
}

.ion-mileage-process .swiper-slide.final-step { margin-right: 0 !important; }

.ion-mileage-process .swiper-slide.final-step .description-card {
    color: #fff;
    background: linear-gradient(180deg, #009FAF 0%, #2FD3E3 100%);
}

.ion-mileage-compensation li {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    padding-left: 24px;
}

.ion-mileage-compensation li:before {
    content: "\e911";
    font-family: 'LineIcons';
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    color: #00B3C5;
    transform: translateX(-24px) scale(1,1);
}

.ion-mileage-compensation li p { line-height: 20px; }

.ion-mileage-compensation li .btn-item {
    display: block;
    width: auto;
    border-color: #00B3C5;
    color: #00B3C5;
    margin-left: 0;
    margin-right: 12px;
    font-weight: 500;
}

.my-warranty-tire-swiper {
    overflow: visible;
}

.my-warranty-tire-swiper .swiper-slide {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 8px;
    padding: 16px;
}

.my-warranty-tire-swiper .swiper-controller {
    display: flex;
    align-items: center;
    width: 112px;
    height: 24px;
    position: relative;
    margin: 16px auto 0;
    padding: 0;
    background: #fff;
    border-radius: 12px;
}

.my-warranty-tire-swiper .swiper-controller .swiper-pagination {
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #5b6068;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    position: relative;
    top: auto;
    left: auto;
    user-select: none;
}

.my-warranty-tire-swiper .swiper-controller .swiper-pagination .swiper-pagination-current { color: #2a3138; }

.my-warranty-tire-swiper .swiper-controller .swiper-button-prev,
.my-warranty-tire-swiper .swiper-controller .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    width: 40px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    margin: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    color: #2a3138;
    opacity: 1;
}

.my-warranty-tire-swiper .swiper-controller .swiper-button-prev { left: 0; }
.my-warranty-tire-swiper .swiper-controller .swiper-button-next { right: 0; }

.my-warranty-tire-swiper .swiper-controller .swiper-button-disabled { opacity: 0.2;}

.my-warranty-tire-swiper .swiper-slide hr {
    display: block;
    height: 0;
    border: none;
    outline: none;
    border-top: 1px dashed #D9DBDC;
    margin: 0;
    padding: 0;
    margin-left: 104px;
    margin-right: 0;
}

.my-warranty-tire-swiper .swiper-slide .install-tire,
.my-warranty-tire-swiper .swiper-slide .install-car {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.my-warranty-tire-swiper .swiper-slide .thumb-area {
    flex: none;
    width: 104px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.my-warranty-tire-swiper .swiper-slide .install-tire .thumb-area .thumb-holder {
    width: 80px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.my-warranty-tire-swiper .swiper-slide .install-tire .thumb-area .thumb-holder .tire-img {
    width: 100%;
    height: auto;
}

.my-warranty-tire-swiper .swiper-slide .install-tire .thumb-area .thumb-holder .ci-img {
    width: auto;
    height: 14px;
}

.my-warranty-tire-swiper .swiper-slide .install-tire.keeping .thumb-area .thumb-holder .tire-img { opacity: 0.3;}

.my-warranty-tire-swiper .swiper-slide .install-tire.keeping .thumb-area .thumb-holder:after {
    content: '보관 중';
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    padding: 0 8px;
    border-radius: 10px;
    background: #fe6a2b;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.my-warranty-tire-swiper .swiper-slide .install-car .thumb-area {
    padding-left: 12px;
}
.my-warranty-tire-swiper .swiper-slide .install-car .thumb-area .thumb-holder {
    width: 56px;
    height: 56px;
    position: relative;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-color: #fff;
    border: 1px solid #D9DBDC;
}

.my-warranty-tire-swiper .swiper-slide .install-car.no-data .thumb-area .thumb-holder {
    background-image: url('../images/common/mycar_dummy.png'), linear-gradient(180deg, #FFFFFF 0%, #EFEFEF 100%) !important;
    box-shadow: inset 0px 3px 4px rgba(0, 0, 0, 0.04);
    border: none !important;
}

.my-warranty-tire-swiper .swiper-slide .info-area {
    width: 100%;
}

.my-warranty-tire-swiper .swiper-slide .install-tire .info-area {
    min-height: 94px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
}
/* 20230313 update#1 start */
.my-warranty-tire-swiper .swiper-slide .install-tire .info-area .tire-bi {
    display: block;
    width: 100%;
    max-width: 200px;
    height: auto;
    font-size: 13px;
    font-weight: 700;
}
/* 20230313 update#1 end */

.my-warranty-tire-swiper .swiper-slide .install-car .info-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    overflow: hidden;
}

.my-warranty-tire-swiper .swiper-slide .install-car .info-area .badge-l {
    font-size: 11px;
}
.my-warranty-tire-swiper .swiper-slide .install-car .info-area .model-n-number {
    width: 100%;
    min-width: 0;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    overflow: hidden;
}

.my-warranty-tire-swiper .swiper-slide .install-car .info-area .model-n-number .model {
    flex: 0 1 auto;
    min-width: 0;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.my-warranty-tire-swiper .swiper-slide .install-car .info-area .model-n-number .number {
    flex: 0 0 auto;
}

.my-warranty-tire-swiper .swiper-slide .install-car .info-area .model-n-number .number:before {
    content: '|';
    display: inline-block;
    margin: 0 4px;
    color: #A0A6AF;
}

.my-warranty-tire-swiper .swiper-slide .btn-remove-install-card {
    position: absolute;
    top: 8px;
    right: 8px;
}

.my-warranty-tire-empty {
    width: 100%;
    height: 232px;
    background: #F9F9FA;
    border-radius: 8px;
    padding: 48px 0 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.my-warranty-state-card-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items:flex-start;
    justify-content: flex-start;
    gap: 8px;
}

.my-warranty-state-card-list > li {
    flex: 0 1 calc((100% - 16px)/3);
    align-self: stretch;
}

.my-warranty-state-card-list > li:nth-of-type(1) { --dw-key-color: #FFA200; }
.my-warranty-state-card-list > li:nth-of-type(2) { --dw-key-color: #FE6A2B; }
.my-warranty-state-card-list > li:nth-of-type(3) { --dw-key-color: #008BEC; }
.my-warranty-state-card-list > li:nth-of-type(4) { --dw-key-color: #6D80F5; }
.my-warranty-state-card-list > li:nth-of-type(5) { --dw-key-color: #00B3C5; }

.my-warranty-state-card-list > li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    border-radius: 4px;
    background: transparent;
    pointer-events: none;
    padding: 16px 8px;
    padding-bottom: 12px;
    font-size: 12px;
    letter-spacing: -0.5px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    transform: translateZ(0) scale(0);
    opacity: 0;
}

.my-warranty-state-card-list > li a.change-motion {
    animation: dw-change-motion 0.4s forwards;
}

@keyframes dw-change-motion {
    0% { transform: translateZ(0) scale(0.5); opacity: 0; }
    100% { transform: translateZ(0) scale(1); opacity: 1; }
}


.my-warranty-state-card-list > li a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px dashed #D9DBDC;
    border-radius: inherit;
    box-sizing: border-box;
}

/* 20230313 update#3 start */
.my-warranty-state-card-list > li a.status-ongoing:active
.my-warranty-state-card-list > li a.status-no-dot:active,
.my-warranty-state-card-list > li a.status-notyet:active {
    background: #ECEEEF;
}
/* 20230313 update#3 end */

.my-warranty-state-card-list > li a * { user-select: none; pointer-events: none;}

.my-warranty-state-card-list > li a .dw-bi-area {
    width: 100%;
    height: 52px;
    padding: 20px 0 0;
    margin-bottom: 8px;
    position: relative;
}

.my-warranty-state-card-list > li a.dw-ion.status-ongoing .dw-bi-area { padding: 8px 0 0;}
.my-warranty-state-card-list > li a.dw-ion.status-expired .dw-bi-area { padding: 20px 0 0;}
.my-warranty-state-card-list > li a.status-notyet .dw-bi-area {
    height: auto;
    padding-top: 4px;
    margin-bottom: 0;
}

.my-warranty-state-card-list > li a .dw-bi {
    width: 32px;
    height: 32px;
    opacity: 0.4;
}
.my-warranty-state-card-list > li a.status-expired .dw-bi { filter: grayscale(1); opacity: 0.7; }
/* 20230313 update#3 start */
.my-warranty-state-card-list > li a.status-ongoing .dw-bi,
.my-warranty-state-card-list > li a.status-no-dot .dw-bi,
.my-warranty-state-card-list > li a.status-notyet .dw-bi { opacity: 1; }
/* 20230313 update#3 end */

.my-warranty-state-card-list > li a .dw-bi-area .dw-indicator {
    width: 72px;
    height: 52px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

/* 20230313 update#3 start */
.my-warranty-state-card-list > li a.status-ongoing .dw-bi-area .dw-indicator,
.my-warranty-state-card-list > li a.status-no-dot .dw-bi-area .dw-indicator { display: block; }
/* 20230313 update#3 end */

.my-warranty-state-card-list > li a .dw-bi-area .dw-indicator .circ-chart svg {
    transform: rotate(162deg);
}

.my-warranty-state-card-list > li a .dw-bi-area .dw-indicator .circ-chart svg .chart-track {
    fill: transparent;
    stroke: #d9dbdc;
    stroke-width: 4;
    stroke-linecap: round;
}

.my-warranty-state-card-list > li a .dw-bi-area .dw-indicator .circ-chart svg .chart-fill {
    fill: transparent;
    stroke: var(--dw-key-color);
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 0 0;
    /* transition: opacity 0s, stroke-dasharray 1.6s; */
}

.my-warranty-state-card-list > li a .dw-bi-area .dw-indicator .step-progress-chart {
    display: flex;
    gap: 2px;
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
}

.my-warranty-state-card-list > li a .dw-bi-area .dw-indicator .step-progress-chart div {
    width: 20px;
    height: 2px;
    background: #d9dbdc;
}

.my-warranty-state-card-list > li a .dw-bi-area .dw-indicator .step-progress-chart[data-step="1"] div:nth-of-type(1) { background: #00B3C5; }
.my-warranty-state-card-list > li a .dw-bi-area .dw-indicator .step-progress-chart[data-step="2"] div:nth-of-type(1),
.my-warranty-state-card-list > li a .dw-bi-area .dw-indicator .step-progress-chart[data-step="2"] div:nth-of-type(2) { background: #00B3C5; }
.my-warranty-state-card-list > li a .dw-bi-area .dw-indicator .step-progress-chart[data-step="3"] div:nth-of-type(1),
.my-warranty-state-card-list > li a .dw-bi-area .dw-indicator .step-progress-chart[data-step="3"] div:nth-of-type(2),
.my-warranty-state-card-list > li a .dw-bi-area .dw-indicator .step-progress-chart[data-step="3"] div:nth-of-type(3) { background: #00B3C5; }




.my-warranty-state-card-list > li a h4 {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    min-height: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #A0A6AF;
    position: relative;
}
/* 20230313 update#3 start */
.my-warranty-state-card-list > li a.status-ongoing h4,
.my-warranty-state-card-list > li a.status-no-dot h4,
.my-warranty-state-card-list > li a.status-notyet h4 { color: #2a3138; }
/* 20230313 update#3 end */
.my-warranty-state-card-list > li a.status-notyet h4 { margin-bottom: 8px; font-size: 0; line-height: 0; }

.my-warranty-state-card-list > li a.status-notyet h4:before {
    white-space: pre-wrap;
    font-size: 12px;
    letter-spacing: -1px;
    line-height: 14px;
}

.my-warranty-state-card-list > li a.dw-ease.status-notyet h4:before { content: '안심서비스를\A가입해 주세요!'; }
.my-warranty-state-card-list > li a.dw-ion.status-notyet h4:before { content: '주행거리 보증가입\A을 신청해 주세요!'; }

.my-warranty-state-card-list > li a .status-msg {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    font-size: 0;
    line-height: 100%;
}

.my-warranty-state-card-list > li a .status-msg span {
    display: inline-block;
    line-height: 16px;
    font-size: 12px;
    font-weight: 500;
}


/* 20230313 update#3 start */
.my-warranty-state-card-list > li a.status-ongoing,
.my-warranty-state-card-list > li a.status-no-dot,
.my-warranty-state-card-list > li a.status-notyet { pointer-events: all; }
.my-warranty-state-card-list > li a.status-ongoing,
.my-warranty-state-card-list > li a.status-no-dot,
.my-warranty-state-card-list > li a.status-notyet,
.my-warranty-state-card-list > li a.status-expired { background: #fff; }
.my-warranty-state-card-list > li a.status-ongoing:before,
.my-warranty-state-card-list > li a.status-no-dot:before,
.my-warranty-state-card-list > li a.status-notyet:before,
.my-warranty-state-card-list > li a.status-expired:before { display: none; }
/* 20230313 update#3 end */

.my-warranty-state-card-list > li a .status-msg .msg-txt { display: none; }
.my-warranty-state-card-list > li a.status-ongoing .status-msg .msg-txt { display: inline-block; }
.my-warranty-state-card-list > li a .status-msg:after {
    content: '비적용 워런티';
    display: inline-block;
    line-height: 16px;
    font-size: 12px;
    color: #5B6068;
    font-weight: 700;
}
/* 20230313 update#3 start */
.my-warranty-state-card-list > li a.status-no-dot .status-msg:after {
    content: '제조일로 부터 6년';
    color: #2a3138;
    font-weight: 500;
}
/* 20230313 update#3 end */

.my-warranty-state-card-list > li a.status-expired .status-msg:after {
    content: '보증만료';
    color: #D03333;
    font-weight: 500;
}

.my-warranty-state-card-list > li a.status-notyet .status-msg:after {
    content: '가입신청';
    padding: 0 12px;
    line-height: 24px;
    border-radius: 12px;
    background: #2a3138;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
}

.my-warranty-state-card-list > li a.status-ongoing .status-msg:after { display: none; }

.my-warranty-detail .install-info {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 16px 0;
}


.my-warranty-detail .install-info .thumb-area {
    flex: none;
    width: 132px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px;
}

.my-warranty-detail .install-info .thumb-area .thumb-holder {
    width: 100px;
    height: 72px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.my-warranty-detail .install-info .info-area {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    overflow: hidden;
}

.my-warranty-detail .install-info .info-area .badge-l {
    font-size: 11px;
}

.my-warranty-detail .install-info .info-area .badge-s {
    font-size: 11px;
    font-weight: 700;
    vertical-align: baseline;
}

.my-warranty-detail .install-info .info-area .model-n-number {
    width: 100%;
    min-width: 0;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    overflow: hidden;
}

.my-warranty-detail .install-info .info-area .model-n-number .model {
    flex: 0 1 auto;
    min-width: 0;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.my-warranty-detail .install-info .info-area .model-n-number .number {
    flex: 0 0 auto;
    font-size: 14px;
}

.my-warranty-detail .install-info .info-area .model-n-number .number:before {
    content: '|';
    display: inline-block;
    margin: 0 4px;
    color: #A0A6AF;
}

.my-warranty-detail .state-card {
    width: 100%;
    height: auto;
    position: relative;
    padding: 16px;
    border-radius: 8px;
    background: #F9F9FA;
    border: 1px solid #F2F2F7;
    box-shadow: 0 4px 8px rgba(0,0,0,0.12);
}

.my-warranty-detail .state-card.dw-quality { --dw-key-color: #FFA200; }
.my-warranty-detail .state-card.dw-ease { --dw-key-color: #FE6A2B; }
.my-warranty-detail .state-card.dw-happy30 { --dw-key-color: #008BEC; }
.my-warranty-detail .state-card.dw-cord { --dw-key-color: #6D80F5; }
.my-warranty-detail .state-card.dw-ion { --dw-key-color: #00B3C5; }

.my-warranty-detail .state-card h4 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-top: -8px;
    margin-left: -8px;
}

.my-warranty-detail .state-card h4 .dw-bi {
    width: 32px;
    height: 32px;
}

.my-warranty-detail .state-card h4 span {
    font-size: 14px;
    font-weight: 500;
}

.my-warranty-detail .state-card .ongoing-info {
    width: 100%;
    height: auto;
    position: relative;
}

.my-warranty-detail .state-card .ongoing-info .summary-txt {
    font-weight: 500;
    font-size: 13px;
    text-align: right;
}

.my-warranty-detail .state-card .ongoing-info .summary-txt em {
    font-size: 20px;
}

.my-warranty-detail .state-card .ongoing-info .graph-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 8px;
}

.my-warranty-detail .state-card .ongoing-info .graph-wrap .graph {
    width: 100%;
    height: 4px;
    background: #fff;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.my-warranty-detail .state-card .ongoing-info .graph-wrap .graph .fill {
    width: 100%;
    height: 4px;
    background: var(--dw-key-color);
    transform-origin: 0 50%;
    position: relative;
    transition: all 0.4s;
}

.my-warranty-detail .state-card .ongoing-info .graph-wrap .graph .fill:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--dw-key-color);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateX(50%) translateY(-50%);
}

.my-warranty-detail .state-card .ongoing-info .graph-wrap .graph-caption {
    float: right;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.my-warranty-detail .state-card .ongoing-info .due-date {
    font-size: 12px;
    font-weight: 700;
    margin-top: 8px;
}

.my-warranty-detail .state-card .ongoing-info .due-date em {
    font-weight: 500;
    color: #5b6068;
}

.my-warranty-detail .state-card .ongoing-info .expected-coupon {
    font-size: 12px;
    font-weight: 500;
    margin-top: 8px;
}

.my-warranty-detail .state-card .ongoing-info .expected-coupon em {
    font-weight: 700;
    font-size: 16px;
}

.my-warranty-detail .state-card .btn-item {
    display: block;
    margin: 24px -8px -8px;
    border-color: #ECEEEF;
}

/* 20230313 update#3 start */
.my-warranty-detail .state-card .btn-item.tooltip-btn {
    margin: 0;
    padding: 0;
    border-color: transparent;
}
/* 20230313 update#3 end */

.other-warranty {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}

.other-warranty .btn-item {
    flex: 0 1 calc((100% - 8px)/2);
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

.other-warranty .btn-item .dw-bi {
    width: 24px;
    height: 24px;
}

.other-warranty .btn-item .label-txt { margin-left: 8px;}

.other-warranty .btn-item .line-icons {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}

.ion-exchange-step .btn-item {
    width: 100%;
    height: auto;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: #D9DBDC;
    background: #f9f9fa;
    color: #5B6068;
    padding: 12px;
    margin-top: 16px;
    text-align: left;
    pointer-events: none;
}

.ion-exchange-step .btn-item.status-ready,
.ion-exchange-step .btn-item.status-attention,
.ion-exchange-step .btn-item.status-done {
    pointer-events: all;
    color: #2a3138;
    background: #fff;
}

.ion-exchange-step .btn-item.status-attention { border-color: #fe6a2b; }
.ion-exchange-step .btn-item.status-done { border-color: #00B3C5; }

.ion-exchange-step .btn-item .header {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: inherit;
}

.ion-exchange-step .btn-item .header h4 {
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
}

.ion-exchange-step .btn-item .header:after {
    content: '등록대기';
    line-height: 20px;
    font-size: 11px;
    font-weight: 700;
    padding: 0 12px;
    color: #fff;
    border-radius: 2px;
    background: #C0C6CE;
    position: relative;
}

.ion-exchange-step .btn-item.status-ready .header:after,
.ion-exchange-step .btn-item.status-attention .header:after { background: #2a3138; }
.ion-exchange-step .btn-item.status-done .header:after { content: '등록완료'; background: #00B3C5; }


.ion-exchange-step .btn-item .footer {
    width: 100%;
    height: auto;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    color: inherit;
    position: relative;
}

.ion-exchange-step .btn-item .footer:after {
    content: "\e905";
    font-family: 'LineIcons';
    display: none;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
}

.ion-exchange-step .btn-item.status-ready .footer:after,
.ion-exchange-step .btn-item.status-done .footer:after { display: inline-block; }

.ion-exchange-step .btn-item .footer .status-msg { color: inherit; }

.ion-exchange-step .btn-item .footer .status-msg p {
    font-size: 11px;
    line-height: 16px;
}




.my-warranty-ion-reg h3 {
    font-size: 23px !important;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -1px;
}

.my-warranty-ion-reg .reg-form {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 16px;
}

.my-warranty-ion-reg .reg-form .form-group {
    display: block;
    width: 100%;
    height: auto;
    background: #F2F2F7;
    border-radius: 8px;
    padding: 16px;
    margin-top: 16px;
}

.my-warranty-ion-reg .reg-form .form-group h4 {
    display: block;
    margin-left: -4px;
    margin-right: -4px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #D9DBDC;
    padding-bottom: 8px;
    letter-spacing: -0.5px;
}

.my-warranty-ion-reg .reg-form .form-group .input-wrap {
    width: 100%;
    height: auto;
    position: relative;
}


.warranty-ion-reg-exception-link .btn-ion-reg-exception-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
    height: 84px;
    padding: 0;
    padding-left: 24px;
    padding-right: 20px;
    border-radius: 8px;
    border-color: #D9DBDC;
    text-align: left;
}

.warranty-ion-reg-exception-link .btn-ion-reg-exception-link + .btn-ion-reg-exception-link { margin-top: 16px; }

.warranty-ion-reg-exception-link .btn-ion-reg-exception-link .thumb-area {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.warranty-ion-reg-exception-link .btn-ion-reg-exception-link .thumb-area .dw-bi {
    width: 40px;
    height: 40px;
}

.warranty-ion-reg-exception-link .btn-ion-reg-exception-link .thumb-area .ion-lineup {
    width: 56px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    mix-blend-mode: darken;
}

.warranty-ion-reg-exception-link .btn-ion-reg-exception-link .thumb-area .line-icons.warranty-ion {
    color: #A0A6AF;
}

.warranty-ion-reg-exception-link .btn-ion-reg-exception-link .thumb-area .line-icons.check-circle-inv {
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -2px;
    right: -6px;
    color: #fe6a2b;
}

.warranty-ion-reg-exception-link .btn-ion-reg-exception-link .caption-area {
    flex: 1 0 auto;
}

.warranty-ion-reg-exception-link .btn-ion-reg-exception-link .caption-area h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.warranty-ion-reg-exception-link .btn-ion-reg-exception-link .caption-area p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #5b6068;
    margin-top: 4px;
}



.receipt-input-method .receipt-input-method-1,
.receipt-input-method .receipt-input-method-2 {
    display: none;
    width: 100%;
    height: auto;
    position: relative;
}

.receipt-input-method .receipt-input-method-1.on,
.receipt-input-method .receipt-input-method-2.on { display: block;}

.receipt-input-method .receipt-search-item-wrap {
    width: 100%;
    height: 42px;
    position: relative;
}

.receipt-input-method .receipt-search-item {
    width: 100%;
    height: auto;
    max-height: 42px;
    position: relative;
    overflow: hidden;
    background: #fff;
    
    border-radius: 4px;
    transition: all 0.3s;
    z-index: 1;
}

.receipt-input-method .receipt-search-item.on {
    position: absolute;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    max-height: 422px;
}

.receipt-input-method .receipt-search-item .receipt-search-btn {
    width: 100%;
    height: 42px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    user-select: none;
}


.receipt-input-method .receipt-search-item .receipt-search-btn .label-txt {
    line-height: 20px;
    position: relative;
}

.receipt-input-method .receipt-search-item .receipt-search-btn:active .line-icons:after {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: rgba(0,0,0,0.05);
    border-radius: 50%;
}

.receipt-input-method .receipt-search-item .receipt-search-result {
    width: 100%;
    height: auto;
    background: #fff;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.receipt-input-method .receipt-search-item .receipt-search-result:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    border-top: 1px solid #f9f9fa;
    position: absolute;
    top: 0;
    left: 0;
}

.receipt-input-method .receipt-search-item .receipt-search-result .loading {
    flex: 0 0 auto;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.receipt-input-method .receipt-search-item .receipt-search-result .loading .spinner {
    width: 24px;
    height: 24px;
}

.receipt-input-method .receipt-search-item .receipt-search-result .empty {
    flex: 0 0 auto;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.receipt-input-method .receipt-search-item .receipt-search-result .result {
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.receipt-input-method .receipt-search-item .receipt-search-result .result-summary {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    padding: 8px 16px;
}

.receipt-input-method .receipt-search-item .receipt-search-result .receipt-select-btn {
    flex: 0 0 auto;
}

.receipt-input-method .receipt-search-item .receipt-search-result ul {
    flex: 1 1 auto;
    max-height: 300px;
    overflow: auto;
}

.receipt-input-method .receipt-search-item .receipt-search-result ul::-webkit-scrollbar { opacity: 0; width: 0;}

.receipt-input-method .receipt-search-item .receipt-search-result ul > li:not(:first-of-type):before {
    content: '';
    display: block;
    height: 0;
    border-top: 1px dashed #2a3138;
    position: absolute;
    top: 0;
    left: 44px;
    right: 16px;
}

.receipt-input-method .receipt-search-item .receipt-search-result ul > li .receipt-detail-btn {
    position: absolute;
    top: 14px;
    right: 8px;
}

.receipt-input-method .receipt-search-item .receipt-search-result .radio-item {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 0;
}

.receipt-input-method .receipt-search-item .receipt-search-result .radio-item input[type=radio] {
    top: 0;
    opacity: 0;
}

.receipt-input-method .receipt-search-item .receipt-search-result .radio-item * { user-select: none; }

.receipt-input-method .receipt-search-item .receipt-search-result .radio-item .icon-holder {
    left: 16px;
    top: 16px;
}

.receipt-input-method .receipt-search-item .receipt-search-result .radio-item .labelling {
    display: block;
    width: 100%;
    height: auto;
    padding: 16px 20px;
    padding-left: 48px;
}

.receipt-input-method .receipt-search-item .receipt-search-result .radio-item .labelling .label-txt { margin-bottom: 8px;}

.receipt-input-method .receipt-selected {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.receipt-input-method .receipt-selected .selected-card {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background: #fff;
    border-radius: 4px;
    padding: 16px 16px 20px;
    margin-top: 8px;
}

.receipt-input-method .receipt-selected .selected-card hr {
    border-top: 1px dashed #2a3138;
    margin-top: 12px;
    margin-bottom: 8px;
}

.receipt-input-method .receipt-selected .selected-card .receipt-detail-btn {
    position: absolute;
    top: 14px;
    right: 8px;
}

.photo-uploader-item {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    list-style: none;
    padding: 0 8px;
}

.photo-uploader-item:after { display: none; }

.photo-uploader-item > .cell {
    flex: 0 1 calc((100% - 8px)/2);
    padding: 0;
    margin: 0;
}

.photo-uploader-item  .ratio-box {
    position: relative;
    width: 100%;
    padding-top: 75%;
}


.photo-uploader-item .ratio-box .box-cont-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.photo-uploader-item .ratio-box .box-cont-wrap .btn-item {
    width: 100%;
    height: 100%;
    background: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 0;
}

.photo-uploader-item .ratio-box .box-cont-wrap .upload-btn { background: #fff; }

.photo-uploader-item .ratio-box .box-cont-wrap .btn-item .label-txt {
    margin: 0;
}

.photo-uploader-item .photo-slot {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.photo-uploader-item .photo-slot:before {
    content: "\e9a1";
    box-sizing: border-box;
    font-family: 'LineIcons';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 32px;
    font-size: 32px;
    border-radius: inherit;
    border: 1px dashed #D9DBDC;
    color: #C0C6CE;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.photo-uploader-item .photo-slot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.mileage-input .forecast-mileage-radio-group {
    gap: 8px 4px;
    flex-wrap: wrap;
}

.mileage-input .forecast-mileage-radio-group .radio-item {
    flex: 0 1 calc((100% - 12px)/4);
    background: #fff;
}

.mileage-input .forecast-mileage-radio-group .radio-item:before {
    content: '';
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #D9DBDC;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.mileage-input .forecast-mileage-radio-group .radio-item input { top: 0; opacity: 0; }

.mileage-input .forecast-mileage-radio-group .radio-item input:checked ~ .labelling { background: #2a3138; color: #fff;}
.mileage-input .forecast-mileage-radio-group .radio-item .labelling {
    width: 100%;
    padding: 6px 0;
    text-align: center;
}

.mileage-input .forecast-mileage .direct-input { display: none; }
.mileage-input .forecast-mileage .direct-input.on { display: flex; }


.mileage-input .calc-expected-reward .calc-result {
    width: 100%;
    height: 56px;
    background: rgba(255,255,255,0.6);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.mileage-input .calc-expected-reward .calc-result p {
    width: 100%;
}


.applied-digital-warranty-badge-wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px 4px;
}

.applied-digital-warranty-badge {
    display: inline-flex;
    width: auto;
    height: 28px;
    align-items: center;
    justify-content: flex-start;
    padding: 0 8px;
    border-radius: 4px;
    background: #F2F2F7;
}

.applied-digital-warranty-badge .dw-bi {
    width: 20px;
    height: 20px;
}

.applied-digital-warranty-badge .label-txt {
    font-size: 11px;
    font-weight: 500;
    margin-left: 2px;
}





.digital-warranty-filter {
    width: 100%;
    height: auto;
    padding: 16px 20px;
    overflow-x: scroll;
    overflow-x: overlay;
    overflow-y: visible;
    line-height: 100%;
    font-size: 0;
    transition: all 0.3s;
    position: relative;
}

.digital-warranty-filter::-webkit-scrollbar { opacity: 0;}
.digital-warranty-filter::-webkit-scrollbar:horizontal{ height: 0; }

.digital-warranty-filter .scroll-cont {
    width: auto;
    height: auto;
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 8px;
    transition: all 0.3s;
    position: relative;
    font-size: 0;
    overflow: visible;
}

.digital-warranty-filter .scroll-cont .btn-item.btn-free {
    width: 80px;
    height: 88px;
    line-height: 100%;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.digital-warranty-filter.as-btn .scroll-cont .btn-item.btn-free {
    border-color: #D9DBDC;
}


.digital-warranty-filter .scroll-cont .btn-item {
    border-color: #D9DBDC;
    color: #2a3138;
    padding: 0 !important;
    white-space: nowrap;
    border-radius: 4px;
}
.digital-warranty-filter .scroll-cont .btn-item .dw-bi { width: 32px; height: 32px; }

.digital-warranty-filter .scroll-cont .btn-item .label-txt {
    font-size: 12px;
    line-height: 14px;
    margin-top: 8px;
    min-height: 28px;
    display: flex;
    align-items: center;
}

.digital-warranty-filter .scroll-cont .btn-item.act { border-color: #FE6A2B; }

.digital-warranty-filter .scroll-cont .btn-item.act:after {
    content: "\e911";
    font-family: 'LineIcons';
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    position: absolute;
    top: 1px;
    left: 1px;
    color: #FE6A2B;
}





.digital-warranty-filter-chips {
    width: 100%;
    height: auto;
    padding: 8px 20px 16px;
    overflow-x: scroll;
    overflow-x: overlay;
    overflow-y: visible;
    line-height: 100%;
    font-size: 0;
    transition: all 0.3s;
    position: relative;
}

.digital-warranty-filter-chips::-webkit-scrollbar { opacity: 0;}
.digital-warranty-filter-chips::-webkit-scrollbar:horizontal{ height: 0; }

.digital-warranty-filter-chips .scroll-cont {
    width: auto;
    height: auto;
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 8px;
    transition: all 0.3s;
    position: relative;
    font-size: 0;
    overflow: visible;
}

.digital-warranty-filter-chips .scroll-cont .btn-item {
    white-space: nowrap;
}



.digital-warranty-tire-list {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 0 20px;
}

.digital-warranty-tire-list .tire-item {
    width: 100%;
    height: auto;
    min-height: 136px;
    margin-top: 32px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    -webkit-tap-highlight-color: transparent;
    border-radius: 8px;
}

.digital-warranty-tire-list .tire-item:active { }

.digital-warranty-tire-list .tire-item .thumb-area {
    flex: none;
    width: 136px;
    height: 136px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
/* 20230313 update#1 start */
.digital-warranty-tire-list .tire-item .thumb-area .thumb-holder {
    width: 136px;
    height: 136px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 8px;
    background: #fff;
}
/* 20230313 update#1 end */

.digital-warranty-tire-list .tire-item .thumb-area .badge-holder {
    width: 136px;
    height: 136px;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.digital-warranty-tire-list .tire-item .thumb-area .thumb-holder .tire-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.digital-warranty-tire-list .tire-item .info-area {
    width: 100%;
    
}

.digital-warranty-tire-list .tire-item .info-area .badge-wrap {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.digital-warranty-tire-list .tire-item .info-area .badge-wrap .badge {
    line-height: 16px;
    border-radius: 8px;
    padding: 0 8px;
    font-size: 11px;
    font-weight: 700;
}

.digital-warranty-tire-list .tire-item .info-area .tire-name {
    width: 100%;
    height: auto;
    position: relative;
}
/* 20230313 update#1 start */
.digital-warranty-tire-list .tire-item .info-area .tire-name .tire-bi {
    display: block;
    width: 100%;
    max-width: 200px;
    height: auto;
    font-size: 13px;
    font-weight: 700;
}
/* 20230313 update#1 end */

.digital-warranty-tire-list .tire-item .info-area .user-feedback {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 8px;
}

.digital-warranty-tire-list .tire-item .info-area .user-feedback .rating-count {
    line-height: 18px;
    font-size: 12px;
    font-weight: 700;
    margin-left: 6px;
}

.digital-warranty-tire-list .tire-item .info-area .user-feedback hr.vertical {
    display: inline-block;
    height: 12px;
    border-left: 1px solid #A0A6AF;
    margin: 0 8px;
}

.digital-warranty-tire-list .tire-item .info-area .user-feedback .review-count {
    line-height: 18px;
    font-size: 12px;
}


.digital-warranty-tire-list .tire-item .info-area .usp-msg {
    font-size: 11px;
    line-height: 16px;
    color: #5B6068;
    margin-top: 8px;
}

.digital-warranty-tire-list .tire-item .info-area .applied-digital-warranty {
    display: flex;
    padding: 12px 4px 4px;
    margin-top: 8px;
    color: #A0A6AF;
    border-top: 1px solid #D9DBDC;
    gap: 4px;
}

/* 20230313 end */


/* 20240219 start */
.my-warranty-state-card-list > li a.status-done {
    pointer-events: all;
    background: #fff;
}

.my-warranty-state-card-list > li a.status-done:before { display: none; }
.my-warranty-state-card-list > li a.status-done .dw-bi {
    filter: grayscale(1);
    opacity: 0.7;
}
.my-warranty-state-card-list > li a.status-done h4 { color: #2a3138; }
.my-warranty-state-card-list > li a.dw-ease.status-done { pointer-events: all; }


.my-warranty-state-card-list > li a.dw-ease.status-done .status-msg:before {
    content: '사용만료';
    color: #D03333;
    font-weight: 500;
    display: inline-block;
    line-height: 16px;
    font-size: 12px;
    vertical-align: middle;
}
.my-warranty-state-card-list > li a.dw-ease.status-done .status-msg:after {
    content: "\e917";
    font-family: 'LineIcons';
    display: inline-block;
    color: #D03333;
    font-weight: 400;
    line-height: 16px;
    font-size: 16px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    position: absolute;
}

.my-warranty-detail .state-card .ongoing-info .opt-info {
    line-height: 20px;
    font-size: 13px;
    font-weight: 400;
    margin-top: 0;
}

.my-warranty-detail .state-card .ongoing-info .opt-info em {
    font-weight: 500;
    color: #fe6a2b;
}

.my-warranty-detail .state-card .ongoing-info .opt-info-detail {
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    margin-top: 0;
}

.my-warranty-detail .state-card .ongoing-info .opt-info-detail em {
    font-weight: 500;
}

.my-warranty-detail .state-card .ongoing-info .service-history {
    width: 100%;
    height: auto;
    position: relative;
}

.dw-ease-grade-info {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 8px;
    margin-top: 20px;
}

.dw-ease-grade-info .grade-card {
    flex: 1 0 0;
    min-width: 0;
    height: auto;
    background: #F9F9FA;
    border: 1px solid #F2F2F7;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 8px 12px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.dw-ease-grade-info .grade-card .title-area {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.dw-ease-grade-info .grade-card .title-area .dw-bi {
    flex: none;
    width: 32px;
    height: 32px;
}

.dw-ease-grade-info .grade-card .descrition-area {
    width: 100%;
    height: auto;
    min-height: 48px;
    position: relative;
    font-size: 12px;
    line-height: 16px;
}

.dw-ease-grade-info .grade-card .descrition-area .txt-black { color: #000;}

.dw-ease-grade-info .grade-card .target-pattern {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #000;
    border-top: 1px solid #D9DBDC;
    padding: 16px 0;
}

.dw-ease-grade-info .grade-card .btn-area {
    margin-bottom: 0;
    margin-top: auto;
}

.modal-item:has(.unbound-modal-cont) .modal-pannel,
.modal-item:has(.unbound-modal-cont) .modal-pannel .modal-body,
.modal-item:has(.unbound-modal-cont) .modal-pannel .modal-body .modal-scroller { overflow: visible; }

.unbound-modal-cont .btn-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-100%);
}

.unbound-modal-cont .btn-modal-close .label-txt {
    position: absolute;
    top: 50%;
    left: -8px;
    transform: translateX(-100%) translateY(-50%);
    margin: 0;
}

.unbound-modal-cont .btn-modal-close .line-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 0;
}
/* 20240219 end */




/* 20230331 start */
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=survey----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.survey-main-header .hash-badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}

.survey-main-header .hash-badges .badge {
    font-size: 12px;
    padding: 0 12px;
    line-height: 28px;
    border-radius: 4px;
}

.survey-main-benefit .default-benefit {
    width: 100%;
    height: auto;
    position: relative;
    list-style: none;
}

.survey-main-benefit .default-benefit:after { display: none; }

.survey-main-benefit .default-benefit li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 6px;
    border-bottom: 1px solid #D9DBDC;
}

.survey-main-benefit .default-benefit li:not(:first-of-type) {
    margin-top: 16px;
}

.survey-main-benefit .default-benefit li .survey-category {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.survey-main-benefit .default-benefit li .survey-category .line-icons {
    color: #FFA200;
}

/* 20230331 update start */
.survey-main-benefit .default-benefit li .benefit-badge {
    width: 112px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    color: #fe6a2b;
    position: relative;
    transform: translateX(4px);
}

.survey-main-benefit .default-benefit li .benefit-badge:before {
    content: "\e905";
    font-family: 'LineIcons';
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    font-weight: 400;
    transform: translateX(-4px);
}

.survey-main-benefit .bonus-benefit {
    background: #F9F9FA;
    border-radius: 4px;
    padding: 16px 0 16px 80px;
    margin-top: 24px;
    position: relative;
    overflow: hidden;
}

.survey-main-benefit .bonus-benefit .bonus-benefit-img {
    width: 56px;
    height: auto;
    position: absolute;
    top: 8px;
    left: 12px;
}
/* 20230331 update end */

.btn-survey-start .line-icons {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}



.survey-qna {
    padding-top: 32px;
    padding-bottom: calc(48px + env(safe-area-inset-bottom));
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
}

.survey-qna .upper-area {
    width: 100%;
    height: auto;
    flex: 1 0 auto;
    min-height: 0;
}

.survey-qna .lower-area {
    width: 100%;
    flex: 0 0 auto;
    min-height: 0;
    padding-left: 24px;
    padding-top: 12px;
}

.survey-step-progress {
    width: 100%;
    height: auto;
    position: relative;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 24px;
    gap: 16px;
    counter-reset: list-number;
}

.survey-step-progress:after { display: none; }

.survey-step-progress > li {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid transparent;
    background: #D9DBDC;
    position: relative;
    counter-increment: list-number;
}

.survey-step-progress > li:before {
    content: counter(list-number);
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.survey-step-progress > li.on { border: 1px solid #fe6a2b; background: #fff; }
.survey-step-progress > li.on:before { color: #fe6a2b; }

.survey-step-progress > li.done { background: #fe6a2b; }
.survey-step-progress > li.done:before { content: "\e912"; font-family: 'LineIcons'; font-size: 24px; }

.survey-step-progress > li:not(:last-of-type):after {
    content: '';
    display: block;
    width: 12px;
    height: 0;
    border-top: 1px solid #a0a6af;
    position: absolute;
    top: 50%;
    right: -3px;
    transform: translateX(100%) translateY(-50%);
}

.survey-qna-swiper {
    padding: 16px 0;
}

.survey-qna-swiper .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
}

.survey-qna-swiper .swiper-slide {
    width: 100%;
    padding: 20px 0;
    padding-left: 24px;

}

.survey-qna-swiper .question {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.5px;
}

.survey-qna-swiper .answer {
    padding-top: 24px;
    padding-right: 24px;
    counter-reset: answer-number;
}

.survey-qna-swiper .answer .btn-item {
    width: 100%;
    height: auto;
    padding: 4px;
    padding-left: 48px;
    line-height: 24px;
    min-height: 32px;
    text-align: left;
    border: none;
    counter-increment: answer-number;
}

.survey-qna-swiper .answer .btn-item:not(:first-of-type) { margin-top: 16px;}

.survey-qna-swiper .answer .btn-item.on,
.survey-qna-swiper .answer .btn-item:active { color: #fe6a2b; }
.survey-qna-swiper .answer .btn-item.on:after,
.survey-qna-swiper .answer .btn-item:active:after { border: 1px solid #fe6a2b; }

.survey-qna-swiper .answer .btn-item:active:before { display: none; }

.survey-qna-swiper .answer .btn-item:after {
    content: counter(answer-number , upper-alpha);
    display: inline-block;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #2a3138;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.survey-qna-swiper .answer .btn-item .label-txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.5px;
}

.survey-qna-swiper .answer .btn-item .label-txt .small {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.survey-complete-header {
    background: #F9F9FA;
    padding: 32px 24px 88px;
    text-align: center;
    overflow: hidden;
}


.survey-complete-header h3 {
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.75px;
}



.survey-cate-step-progress {
    width: 100%;
    height: auto;
    position: relative;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2px;
    padding: 0;
    margin-top: 24px;
    overflow: visible;
}

.survey-cate-step-progress:after { display: none; }

.survey-cate-step-progress > div {
    flex: none;
    width: 96px;
    height: 96px;
    padding: 0;
    border-radius: 50%;
    position: relative;
    overflow: visible;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #FE6A2B;
    background: #FE6A2B;
    color: #fff;
}

.survey-cate-step-progress > div.on {
    border: 1px solid #FE6A2B;
    background: #FE6A2B;
    color: #fff;
}

.survey-cate-step-progress > div.on ~ div {
    border: 1px solid #F2F2F7;
    background: #fff;
    color: #A0A6AF;
}

.survey-cate-step-progress > div:before {
    content: '방금! 고객님의\A쿠폰함으로 전달완료!';
    white-space: pre-wrap;
    display: inline-block;
    width: 120%;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 16px;
    color: #FE6A2B;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%) translateY(100%) translateZ(0);
    opacity: 0;
}

.survey-cate-step-progress > div.on:before { animation: survey-cate-step-progress-coupon-anim 1.2s 0.4s ease forwards; }

@keyframes survey-cate-step-progress-coupon-anim {
    0% { opacity: 0; }
    20% { opacity: 1; }
    40% { opacity: 0; }
    60% { opacity: 1; }
    80% { opacity: 0; }
    100% { opacity: 1; }
}

.survey-cate-step-progress > div.on ~ div:after { display: none; }
.survey-cate-step-progress > div:after {
    content: "\e9aa";
    font-family: 'LineIcons';
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    background: #2a3138;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.survey-cate-step-progress > div .line-icons {
    color: inherit;
}

.survey-cate-step-progress > div p {
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    text-align: center;
    margin-top: 4px;
    color: inherit;
}

.survey-cate-step-progress > hr {
    flex: 1 1 auto;
    display: block;
    width: auto;
    height: 0;
    border: none;
    outline: none;
    border-top: 1px solid #A0A6AF;
    margin: 0;
    padding: 0;
}


.survey-next-benefit {
    padding-top: 24px;
    padding-left: 28px;
}

.survey-next-benefit.bonus {
    padding-bottom: 24px;
}

.survey-next-benefit.bonus:after {
    content: '';
    display: block;
    border-bottom: 1px solid #D9DBDC;
    width: auto;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
}

.survey-next-benefit.bonus .bonus-benefit-img {
    width: 75px;
    height: auto;
    position: absolute;
    bottom: 0;
    right: 45px;
}


.btn-item.btn-survey-next-step {
    padding-left: 16px;
    padding-right: 40px;
    transform: translateX(0) translateZ(0);
    animation: next-step-attention-anim 2.4s 3s ease-out infinite;
    border: none;
}

@keyframes next-step-attention-anim {
    0% { transform: translateX(0) translateZ(0); }
    8% { transform: translateX(0) translateZ(0); }
    20% { transform: translateX(-12%) translateZ(0); }
    28% { transform: translateX(0) translateZ(0); }
    40% { transform: translateX(-12%) translateZ(0); }
    48% { transform: translateX(0) translateZ(0); }
    100% { transform: translateX(0) translateZ(0); }
}

.btn-item.btn-survey-next-step .label-txt {
    text-decoration: underline;
}


.btn-item.btn-survey-next-step .icon-holder {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    border-radius: 50%;
    background: #2a3138;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.btn-item.btn-survey-next-step .icon-holder .line-icons {
    position: absolute;
    top: 4px;
    right: 4px;
    transform: translateX(0) translateZ(0);
}


/* 20230331 end */




/* 20230412 start */
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=smartpay-intro--------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.smartpay-intro {
    width: 100%;
    height: auto;
    position: relative;
    padding: 32px 20px;
    border-bottom: 8px solid #ECEEEF;
}

.smartpay-intro .kv-img {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}

.smartpay-intro .txt-wrap {
    line-height: 28px;
    letter-spacing: -1px;
    font-weight: 350;
}

.smartpay-intro .smartpay-bi {
    width: auto;
    height: 30px;
    margin-bottom: 3px;
}

.smartpay-advantage {
    width: 100%;
    height: auto;
    position: relative;
    padding: 32px 20px 40px;
}

.smartpay-advantage h3 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
}

.smartpay-advantage h3 .line-icons {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background: #2a3138;
    color: #fff;
}

.smartpay-advantage .tip {
    min-height: 20px;
    line-height: 16px;
    padding: 2px 0;
    padding-left: 38px;
    position: relative;
    font-size: 12px;
}

.smartpay-advantage .tip:before {
    content: 'Tip';
    display: inline-block;
    width: 32px;
    height: 20px;
    line-height: 20px;
    border-radius: 4px 0 8px 4px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    background: #FE6A2B;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.smartpay-advantage .infographic-box1 {
    width: 100%;
    height: auto;
    border-radius: 8px;
    background: #F9F9FA;
    padding: 28px 8px 8px;
}

.smartpay-advantage .infographic-box1 .infographic-img {
    display: block;
    width: 299px;
    margin: 0 auto;
}

.smartpay-advantage .infographic-box2 {
    width: 100%;
    height: auto;
}

.smartpay-advantage .infographic-box2 .infographic-img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

/* 20230412 end */



/* 20230628 start */
.cs-recruit {
    width: 100%;
    height: auto;
    padding: 0 16px 40px;
}

.cs-recruit section { border-bottom: 1px solid #d9dbdc; }
.cs-recruit section:after { display: none; }
.cs-recruit .summary-deco {
    width: 66px;
    position: absolute;
    bottom: 0;
    right: 20px;
}

.cs-recruit .recruit-step {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.cs-recruit .recruit-step .step {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    text-align: center;
}

.cs-recruit .recruit-step .step .img-wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.cs-recruit .recruit-step .step:not(:last-of-type) .img-wrap:after {
    content: "\e905";
    font-family: 'LineIcons';
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateX(50%) translateY(-50%);
}

.cs-recruit .recruit-step .step .img-wrap img {
    width: 80px;
    height: 80px;
}

.cs-recruit .recruit-step .step > p {
    font-size: 12px;
    line-height: 16px;
}


.cs-recruit .apply-step {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 36px;
    padding: 12px 16px;
}

.cs-recruit .apply-step .step {
    flex: none;
    width: 100%;
    height: 48px;
    border-radius: 24px;
    border: 1px solid #d9dbdc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
}

.cs-recruit .apply-step .step:not(:last-of-type):after {
    content: "\e903";
    font-family: 'LineIcons';
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%) translateY(50%);
}

.input-box[type=file]::file-selector-button {
    height: 22px;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #d9dbdc;
    border-radius: 2px;
    padding: 0 12px ;
    background-color: #fff;
    transition: 1s;
}
/* 20230628 end */



/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=[task]UX개선----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=tire-list-item--------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.tire-list-item {
    width: 164px;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    -webkit-tap-highlight-color: transparent;
}

.tire-list-item:active .thumb-area:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.1);
    border-radius: inherit;
    pointer-events: none;
}

.tire-list-item .brand-area {
    width: 100%;
    height: 24px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.tire-list-item .brand-area .brand-logo {
    width: auto;
    height: 16px;
}

.tire-list-item .thumb-area {
    width: 100%;
    height: 124px;
    position: relative;
    background: #F2F2F7;
    border-radius: 4px;
}

.tire-list-item .thumb-area .img-layer {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
}

.tire-list-item .thumb-area .img-layer img {
    width: auto;
    height: 85%;
}

.tire-list-item .thumb-area .brand-layer {
    width: 100%;
    height: auto;
    padding-right: 6px;
    position: absolute;
    top: 6px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.tire-list-item .thumb-area .brand-layer .brand-logo {
    width: auto;
    height: 12px;
}

.tire-list-item .thumb-area .badge-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: inherit;
}

.tire-list-item .thumb-area .badge-layer .badge-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 4px;
    gap: 2px;
}

.theme-items .tire-list-item.soldout .thumb-area:after,
.theme-items .tire-list-item.soldout:active .thumb-area:after,
.related-product .tire-list-item.soldout .thumb-area:after,
.related-product .tire-list-item.soldout:active .thumb-area:after,
.tire-list:not(.compare-mode ) .tire-list-item.soldout .thumb-area:after,
.tire-list:not(.compare-mode ) .tire-list-item.soldout:active .thumb-area:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: rgba(0,0,0,0.48);
    position: absolute;
    top: 0;
    left: 0;
}

.theme-items .tire-list-item.soldout .thumb-area:before,
.related-product .tire-list-item.soldout .thumb-area:before,
.tire-list:not(.compare-mode ) .tire-list-item.soldout .thumb-area:before {
    content: '현재 품절상품입니다';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.5px;
    white-space: nowrap;
    z-index: 1;
}

.circle-badge {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(141deg, #5B6068 0%, #202021 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
    font-weight: 700;
    line-height: 10px;
    text-align: center;
    letter-spacing: -0.5px;
}

.circle-badge[data-badge-group="ranking"] { background: linear-gradient(141deg, #5B6068 0%, #202021 100%); }
.circle-badge[data-badge-group="event"] { background: linear-gradient(180deg, #FE6A2B, #EA5507); border-radius: 8px; }
.circle-badge[data-badge-group="selection"] { background: linear-gradient(141deg, #9CA9FF 0%, #485DE5 100%); }
.circle-badge[data-badge-group="specialty"] { background: linear-gradient(141deg, #00B3C5 0%, #007E8A 100%); }
.circle-badge[data-badge-group="winter"] { background: linear-gradient(141deg, #ACDDFF 6.76%, #2DA9FF 83.75%); }
.circle-badge[data-badge-group="best-parts"] { background: linear-gradient(141deg, #FFA200 0%, #FF8A00 100%); }
.circle-badge[data-badge-group][style*="background-image"] {
    border-radius: 0;
    font-size: 0;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.tire-list-item .thumb-area .badge-layer .oe-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 8px;
    gap: 2px;
    position: absolute;
    right: 0;
    bottom: 0;
    user-select: none;
    pointer-events: none;
}

.tire-list-item .thumb-area .badge-layer .oe-wrap .maker-bi {
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 8px;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.16);
}

.tire-list-item .thumb-area .compare-layer {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.4);
    border-radius: inherit;
    z-index: 2;
}

.compare-mode .tire-list-item .thumb-area .compare-layer { display: flex; }

.tire-list-item .thumb-area .compare-layer:before {
    content: '';
    font-family: 'LineIcons';
    display: inline-block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    box-shadow: inset 0 0 0 1px #D9DBDC;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    position: absolute;
    top: 8px;
    left: 8px;
    color: #fe6a2b;
}

.tire-list-item.compare-pick .thumb-area .compare-layer:before {
    content: "\e90f";
}

.tire-list-item .thumb-area .compare-layer:after {
    content: '비교를 원하는 상품을\A선택해 주세요.';
    white-space: pre-wrap;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
}

.tire-list-item .info-area {
    width: 100%;
    height: auto;
    position: relative;
}

.tire-list-item .info-area .badge-wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 4px;
    gap: 4px;
}

.tire-list-item [data-badge] {
    flex: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    line-height: 12px;
    padding: 0 4px;
    font-size: 9px;
    font-weight: 700;
    border-radius: 2px;
    border: 1px solid transparent;
    background: #F2F2F7;
    color: #5B6068;
    vertical-align: middle;
}

.tire-list-item [data-badge="new"] { background: #D03333; color: #fff; }
.tire-list-item [data-badge="new"]:before { content: 'NEW';}

.tire-list-item [data-badge="premium"] { background: #fff; color: #FE6A2B; border-color: #FE6A2B;}
.tire-list-item [data-badge="premium"]:before { content: '프리미엄';}

.tire-list-item [data-badge="standard"] { background: #fff; color: #FFA200; border-color: #FFA200; }
.tire-list-item [data-badge="standard"]:before { content: '스탠다드';}

.tire-list-item [data-badge="economy"] { background: #fff; color: #A0A6AF; border-color: #A0A6AF; }
.tire-list-item [data-badge="economy"]:before { content: '이코노미'; }

.tire-list-item [data-badge="sport"]:before { content: '고속/제동성';}
.tire-list-item [data-badge="comfort"]:before { content: '정숙/승차감';}

.tire-list-item [data-badge="oe"] { background: #2a3138; color: #fff; }
.tire-list-item [data-badge="oe"]:before { content: 'OE 공급';}

.tire-list-item [data-badge="online-only"] { color: #6D80F5; font-weight: 700; letter-spacing: -0.5px; }
.tire-list-item [data-badge="online-only"]:before { content: '온라인 ONLY';}


.tire-list-item .info-area .product-name {
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
    line-height: 20px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
    padding-right: 12px;
}

.tire-list-item .info-area .product-name [data-badge] { margin-right: 4px; }
.tire-list-item .info-area .product-name .name-txt ~ [data-badge] { margin-right: 0; margin-left: 4px; }

.tire-list-item .info-area .product-name .name-txt {
    flex: 0 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tire-list-item .info-area .product-size {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-top: 4px;
}

.tire-list-item .info-area .product-price {
    font-size: 14px;
    font-weight: 700;
    margin-top: 4px;
}

.tire-list-item .info-area .product-price .discount-rate { color: #FE6A2B; font-weight: 700; margin-right: 4px; font-size: 12px; }

.tire-list-item .info-area .product-price .price { float: none; font-size: 14px; }

.tire-list-item .info-area .rating-wrap {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 11px;
    margin-top: 4px;
}

.tire-list-item .info-area .rating-wrap .rating {
    display: inline-block;
    width: 48px;
    height: 10px;
    background: url('../images/common/rating-off.svg') no-repeat;
    background-position: 0 50%;
    background-size: 48px auto;
    overflow: hidden;
    line-height: initial;
    font-size: 0;
    text-align: left; /* 20250813 */
}

.tire-list-item .info-area .rating-wrap .rating span {
    display: inline-block;
    width: 100%;
    height: 10px;
    background: url('../images/common/rating-on.svg') no-repeat;
    background-position: 0 50%;
    background-size: 48px auto;
    overflow: hidden;
}

.tire-list-item .info-area .rating-wrap .rating-point {
    margin-left: 2px;
    font-weight: 700;
}

.tire-list-item .info-area .rating-wrap .review-count {
    margin-left: 4px;
    font-weight: 500;
    color: #A0A6AF;
}



/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=bottom-sheet-item-----------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.bottom-sheet-item {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 800;
    pointer-events: none;
}

.bottom-sheet-item :where(.dim, .sheet-dim) {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.3s;
    opacity: 0;
    pointer-events: none;
}

.bottom-sheet-item.on :where(.dim, .sheet-dim) {
    opacity: 1;
    pointer-events: all;
}
.bottom-sheet-item :where(.dim, .sheet-dim).no-anim {
    transition: none;
}


.bottom-sheet-item .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.bottom-sheet-item .swiper-container .swiper-slide.dummy {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.bottom-sheet-item .sheet-layer {
    width: 100%;
    height: auto;
    pointer-events: all;
}

.bottom-sheet-item .sheet {
    width: 100%;
    height: auto;
    max-height: calc(100vh - 98px);
    background: #fff;
    border-radius: 8px 8px 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}

.bottom-sheet-item .sheet .sheet-header {
    flex: none;
    width: 100%;
    padding: 32px 20px 16px;
    background: #fff;
    position: relative;
}

.bottom-sheet-item .sheet .sheet-header:before {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background: #D9DBDC;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    user-select: none;
}

.bottom-sheet-item .sheet .sheet-header:after {
    content: '';
    display: block;
    width: auto;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    border-top: 1px solid #d9dbdc;
}

.bottom-sheet-item .sheet .sheet-action {
    flex: none;
    width: 100%;
    padding: 16px 20px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    position: relative;
}

.bottom-sheet-item .sheet .sheet-action:after {
    content: '';
    display: block;
    width: auto;
    height: 0;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    border-top: 1px solid #d9dbdc;
}

.bottom-sheet-item .sheet .sheet-body {
    flex: 1 1 auto;
    width: 100%;
    height: auto;
    min-height: 132px;
    padding: 16px 20px 20px;
    background: #fff;
    overflow: auto;
}

.bottom-sheet-item .sheet h4 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    pointer-events: none;
    user-select: none;
}

.bottom-sheet-item .sheet h4 + h4 {
    border-top: 1px solid #d9dbdc;
    margin-top: 16px;
    padding-top: 24px;
}

.bottom-sheet-item .sheet h4 > span {
    flex: 0 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px;
    font-size: 14px;
    vertical-align: middle;
    position: relative;
    margin: 0;
}

.bottom-sheet-item .sheet h4 > span:is(.tire-size, .quantity) {
    flex: none;
    margin-right: 12px;
}

.bottom-sheet-item .sheet h4 .front-rear-badge {
    flex: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0 8px;
    border-radius: 2px;
    background: #fe6a2b;
    color: #fff;
    margin-left: auto;
}

.bottom-sheet-item .sheet h4 .front-rear-badge.standby { background: #5B6068; }

.bottom-sheet-item .sheet[data-filter] { display: none; }
.bottom-sheet-item .sheet[data-filter].on { display: flex; }

.bottom-sheet-item .sheet[data-filter] .sheet-header h4 { gap: 0;}
.bottom-sheet-item .sheet[data-filter] .sheet-header h4 > span + span:before {
    content: "\e917";
    font-family: 'LineIcons';
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    vertical-align: middle;
    margin: 0 2px;
}

.bottom-sheet-item .sheet[data-filter] .sheet-body .local-sorter {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.bottom-sheet-item .sheet[data-filter] .sheet-body .local-sorter .sort-btn {
    -webkit-tap-highlight-color: transparent;
    background: transparent;
    width: auto;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    user-select: none;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.bottom-sheet-item .sheet[data-filter] .sheet-body .local-sorter .sort-btn + .sort-btn:before {
    content: '';
    display: inline-flex;
    width: 0;
    height: 16px;
    border-left: 1px solid #D9DBDC;
    pointer-events: none;
    margin: 0 12px;
}

.bottom-sheet-item .sheet[data-filter] .sheet-body .local-sorter .sort-btn:active { color: #fe6a2b; }

.bottom-sheet-item .sheet[data-filter] .sheet-body .local-sorter .sort-btn.on {
    font-weight: 500;
    color: #fe6a2b;
}

.bottom-sheet-item .sheet .sheet-body .filter-group {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}

.bottom-sheet-item .sheet .sheet-body .filter-group.col-2,
.bottom-sheet-item .sheet .sheet-body .filter-group.col-3,
.bottom-sheet-item .sheet .sheet-body .filter-group.col-4,
.bottom-sheet-item .sheet .sheet-body .filter-group.col-5,
.bottom-sheet-item .sheet .sheet-body .filter-group.col-6,
.bottom-sheet-item .sheet .sheet-body .filter-group.col-free {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 8px;
}

.bottom-sheet-item .sheet .sheet-body .filter-group.col-2 > [class*='-item'] {
    flex: 0 0 calc((100% - 8px) / 2);
    min-width: 0;
}

.bottom-sheet-item .sheet .sheet-body .filter-group.col-3 > [class*='-item'] {
    flex: 0 0 calc((100% - 16px) / 3);
    min-width: 0;
}

.bottom-sheet-item .sheet .sheet-body .filter-group.col-4 > [class*='-item'] {
    flex: 0 0 calc((100% - 24px) / 4);
    min-width: 0;
}

.bottom-sheet-item .sheet .sheet-body .filter-group.col-5 > [class*='-item'] {
    flex: 0 0 calc((100% - 32px) / 5);
    min-width: 0;
}

.bottom-sheet-item .sheet .sheet-body .filter-group.col-6 > [class*='-item'] {
    flex: 0 0 calc((100% - 42px) / 6);
    min-width: 0;
}

.bottom-sheet-item .sheet .sheet-body .filter-group .labelling { border-radius: inherit; }

.bottom-sheet-item .sheet .sheet-body .filter-group .btn-item {
    padding: 0;
}

.bottom-sheet-item .sheet .sheet-body .filter-group .check-item,
.bottom-sheet-item .sheet .sheet-body .filter-group .check-item *,
.bottom-sheet-item .sheet .sheet-body .filter-group .radio-item,
.bottom-sheet-item .sheet .sheet-body .filter-group .radio-item * { touch-action: manipulation; }

.bottom-sheet-item .sheet .sheet-body .filter-group .check-item .label-txt {
    font-size: 12px;
    margin-left: 4px;
}

.bottom-sheet-item .sheet .sheet-body .filter-group .radio-item .label-txt {
    font-size: 12px;
    margin-left: 4px;
}

.bottom-sheet-item .sheet[data-order] { display: none; }
.bottom-sheet-item .sheet[data-order].on { display: flex; }

.bottom-sheet-item .sheet h4 + .order-quantity { margin-top: 16px;}

.bottom-sheet-item .sheet .order-quantity {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.bottom-sheet-item .sheet .order-quantity:has(+ h4) { margin-bottom: 16px;}

.bottom-sheet-item .sheet .order-quantity .radio-item.btn-type { flex: 1 1 0; }
.bottom-sheet-item .sheet .order-quantity .radio-item.btn-type .labelling { width: 100%; border-color: #2a3138; }
.bottom-sheet-item .sheet .order-quantity .radio-item.btn-type input:checked ~ .labelling { border-color: transparent; }
.bottom-sheet-item .sheet .order-quantity .radio-item.btn-type input:disabled ~ .labelling { border-color: #d9dbdc; }

.bottom-sheet-item .sheet .sheet-body .smartpay-installment-month {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.bottom-sheet-item .sheet .sheet-body .smartpay-installment-month .radio-item.btn-type {
    min-height: 28px;
    border-radius: 2px;
    flex: none;
}

.bottom-sheet-item .sheet .sheet-body .smartpay-installment-month .radio-item.btn-type .labelling {
    width: 100%;
    border-color: #fe6a2b;
    color: #fe6a2b;
    line-height: 26px;
    padding: 0 24px;
}

.bottom-sheet-item .sheet .sheet-body .smartpay-installment-month .radio-item.btn-type input:checked ~ .labelling {
    color: #fff;
}

.bottom-sheet-item .sheet .sheet-body .smartpay-installment-month .radio-item.btn-type .labelling .label-txt {
    font-size: 12px;
    font-weight: 500;
}

.bottom-sheet-item .sheet .sheet-body .smartpay-installment-month .radio-item.btn-type input:checked ~ .labelling .label-txt:after {
    content: "\e912";
    font-family: 'LineIcons';
    font-size: 20px;
    line-height: 20px;
    position: absolute;
}

.bottom-sheet-item .sheet .sheet-body .order-price-info {
    width: 100%;
    height: auto;
    position: relative;
}

.bottom-sheet-item .sheet .sheet-body .order-quantity ~ .order-price-info { margin-top: 16px; }

.bottom-sheet-item .sheet .sheet-body .order-price-info .row {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.bottom-sheet-item .sheet .sheet-body .order-price-info .row:not(:first-of-type) { margin-top: 8px; }

.bottom-sheet-item .sheet .sheet-body .order-price-info .row .title-area,
.bottom-sheet-item .sheet .sheet-body .order-price-info .row .price-area {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.bottom-sheet-item .sheet .sheet-body .order-price-info .row .title-area { font-size: 12px; }
.bottom-sheet-item .sheet .sheet-body .order-price-info .row .price-area { font-size: 14px; font-weight: 500; }

.bottom-sheet-item .sheet .sheet-body .order-price-info .row.final-purchase .title-area { font-size: 14px; font-weight: 500; }
.bottom-sheet-item .sheet .sheet-body .order-price-info .row.final-purchase .price-area { font-size: 18px; line-height: 24px; }

.bottom-sheet-item .sheet .sheet-body .order-price-info .row.coupon-tip {
    padding-top: 16px;
    border-top: 1px dashed #d9dbdc;
}

.bottom-sheet-item .sheet .sheet-body .order-price-info .row.coupon-tip .title-area { color: #008BEC; font-weight: 500; }

.bottom-sheet-item .sheet .sheet-body .size-select-control {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 12px;
}

.bottom-sheet-item .sheet .sheet-body .size-select-control .btn-item {
    flex: 1 0 0;
    min-width: 0;
}

.bottom-sheet-item .sheet .sheet-body .size-select-control .btn-item:disabled {
    background: #f2f2f7;
    color: #a0a6af !important;
    border-color: transparent;
    opacity: 1;
}

.bottom-sheet-item .sheet .sheet-body .size-select-control .btn-item.on {
    border-color: #fe6a2b;
    color: #fe6a2b;
}

.bottom-sheet-item .sheet .sheet-body .size-select-control .btn-item .label-txt {
    transform-origin: 0 0;
}

.bottom-sheet-item .sheet .sheet-body .size-select-control .btn-item[data-selected-size] .label-txt {
    position: absolute;
    top: 4px;
    left: 4px;
    transform: translateX(0) translateY(0) translateZ(0) scale(0.7);
    transition: all 0.2s;
    
}

.bottom-sheet-item .sheet .sheet-body .size-select-control .btn-item[data-selected-size=""] .label-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transition: all 0s;
}

.bottom-sheet-item .sheet .sheet-body .size-select-control .btn-item[data-selected-size=""].on .label-txt {
    color: #fe6a2b;
}

.bottom-sheet-item .sheet .sheet-body .size-select-control .btn-item:not([data-selected-size=""]).on { border-color: #d9dbdc; color: #2a3138; }

.bottom-sheet-item .sheet .sheet-body .size-select-control .btn-item[data-selected-size]:after {
    content: attr(data-selected-size);
    font-size: 18px;
    font-weight: 700;
    color: #fe6a2b;
}



.bottom-sheet-item .sheet .sheet-body .size-select {
    width: auto;
    height: auto;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    gap: 20px;
    padding: 0 20px;
    margin-left: -20px;
    margin-right: -20px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}

.bottom-sheet-item .sheet .sheet-body .size-select::-webkit-scrollbar { display: none;}

.bottom-sheet-item .sheet .sheet-body .size-select .filter-group {
    flex: none;
    scroll-snap-align: center;
    scroll-snap-stop: always;
}

.bottom-sheet-item .sheet .sheet-body .size-select .filter-group .btn-item.on { color: #fe6a2b; }
.bottom-sheet-item .sheet .sheet-body .size-select .filter-group .btn-item.on:after {
    content: '';
    display: block;
    width: 80%;
    height: 1px;
    background: #fe6a2b;
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
}


.bottom-fix-item {
    width: 100%;
    height: auto;
    padding: 16px 20px;
    padding-bottom: calc(16px + constant(safe-area-inset-bottom));
    padding-bottom: calc(16px + env(safe-area-inset-bottom));
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 900;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    transition: all 0.3s;
}

.bottom-fix-item.no-anim {
    transition: none;
}




/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=shopping-tire-list----------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.shopping-tire-list {
    position: relative;
}

.shopping-tire-list .display-basis-section {
    width: 100%;
    height: 72px;
    position: sticky;
    top: 0;
    z-index: 700;
    padding: 0 20px;
    margin-top: 20px;
    pointer-events: none;
    transition: all 0.3s;
}

.shopping-tire-list .display-basis-section.stuck {
    padding: 0;
}

.shopping-tire-list .display-basis-section.stuck .display-basis-container {
    height: 60px;
    border-radius: 0;
    padding: 0 12px;
}

.shopping-tire-list .display-basis-section .display-basis-container {
    width: 100%;
    height: 72px;
    position: relative;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    pointer-events: all;
    transition: all 0.3s;
}

.shopping-tire-list .display-basis-section .display-basis-container .thumb-area {
    flex: none;
}
.shopping-tire-list .display-basis-section .display-basis-container .thumb-area .thumb-holder {
    width: 68px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    position: relative;
}

.shopping-tire-list .display-basis-section .display-basis-container .thumb-area .thumb-holder .line-icons {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.shopping-tire-list .display-basis-section .display-basis-container .info-area {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0;
}

.shopping-tire-list .display-basis-section .display-basis-container .info-area .tire-size {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
}

.shopping-tire-list .display-basis-section .display-basis-container .info-area .txt-16 { transition: all 0.3s;}
.shopping-tire-list .display-basis-section.stuck .display-basis-container .info-area .txt-16 { font-size: 14px; }

.shopping-tire-list .display-basis-section .display-basis-container .info-area .tire-size span { flex: none;}

.shopping-tire-list .display-basis-section .display-basis-container .btn-area {
    flex: none;
}

.shopping-tire-list .store-pick-section {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 20px 20px;
    margin-top: 8px;
}

.shopping-tire-list .store-pick-section .btn-item {
    background: #F2F2F7;
}

.shopping-tire-list .store-pick-section .btn-item .label-txt { font-size: 12px;}
.shopping-tire-list .store-pick-section .btn-item .label-txt em { font-weight: 500;}

/* 20240223 start */
.shopping-tire-list .tire-size-tab-section {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 0;
    margin-top: 8px;
    margin-bottom: 20px;
    background: #fff;
    position: sticky;
    top: 60px;
    z-index: 700;
    
}

.shopping-tire-list .tire-size-tab-section:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: -1px;
    left: 0;
}
/* 20240223 end */

.shopping-tire-list .tire-size-tab {
    width: 100%;
    height: auto;
    position: relative;
    border-bottom: 1px solid #d9dbdc;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.shopping-tire-list .tire-size-tab .position-indicator {
    flex: none;
    width: 48px;
    height: 36px;
}

.shopping-tire-list .tire-size-tab .position-indicator svg {
    width: 100%;
    height: auto;
}

.shopping-tire-list .tire-size-tab .position-indicator svg .car-body,
.shopping-tire-list .tire-size-tab .position-indicator svg .front-tire,
.shopping-tire-list .tire-size-tab .position-indicator svg .rear-tire { fill: #cacbce; }

.shopping-tire-list .tire-size-tab .position-indicator[data-tire-position="front"] svg .front-tire { fill: #fe6a2b; }
.shopping-tire-list .tire-size-tab .position-indicator[data-tire-position="rear"] svg .rear-tire { fill: #fe6a2b; }

.shopping-tire-list .tire-size-tab .btn-item {
    flex: 1 0 0;
    min-width: 0;
    padding: 0 12px;
    color: #5b6068;
}

.shopping-tire-list .tire-size-tab .btn-item.on {
    color: #fe6a2b;
}

.shopping-tire-list .tire-size-tab .btn-item.on:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #fe6a2b;
    position: absolute;
    left: 0;
    bottom: -2px;
}



.shopping-tire-list .theme-section {
    width: 100%;
    height: auto;
    position: relative;
    padding: 20px;
}

.shopping-tire-list .theme-section .theme-filter {
    margin-left: -20px;
    margin-right: -20px;
    padding: 12px 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    overflow: auto;
}

.shopping-tire-list .theme-section .theme-filter::-webkit-scrollbar { display: none;}

.shopping-tire-list .theme-section .theme-filter .btn-item { flex: none; color: #5b6068; }
.shopping-tire-list .theme-section .theme-filter .btn-item.on {
    border-color: #fe6a2b;
    color: #fe6a2b;
}

.shopping-tire-list .theme-section .theme-items {
    min-height: 236px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 8px 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
    overflow: auto;
    scroll-behavior: smooth;
}

.shopping-tire-list .theme-section .theme-items::-webkit-scrollbar { display: none;}

.shopping-tire-list .theme-section .theme-items .tire-list-item {
    flex: none;
}

.shopping-tire-list .theme-section .product-not-found {
    width: 100%;
    height: 245px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 8px;
    border-bottom: 1px solid #d9dbdc;
}



.shopping-tire-list .tire-list-section {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 24px;
}

.tire-list-filter-position-anchor {
    height: 0;
    position: relative;
}

.shopping-tire-list .tire-list-section .tire-list-filter {
    padding: 8px 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    overflow: auto;
    background: #fff;
    position: sticky;
    top: 59px;
    z-index: 600;
}
/* 20240223 start */
.shopping-tire-list:has(.tire-size-tab-section) .tire-list-section .tire-list-filter {
    top: 96px;
}
/* 20240223 end */
.shopping-tire-list .tire-list-section .tire-list-filter::-webkit-scrollbar { display: none;}

.shopping-tire-list .tire-list-section .tire-list-filter.stuck {
    box-shadow: 0 1px 0 #d9dbdc;
}

.shopping-tire-list .tire-list-section .tire-list-filter .result {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

.shopping-tire-list .tire-list-section .tire-list-filter .result .result-txt {
    font-size: 12px;
    white-space: nowrap;
}

.shopping-tire-list .tire-list-section .tire-list-filter .result .result-txt em {
    font-weight: 700;
    color: #fe6a2b;
}

.shopping-tire-list .tire-list-section .tire-list-filter .filter-btn {
    flex: none;
    color: #5b6068;
    white-space: nowrap;
    padding-right: 12px;
}
.shopping-tire-list .tire-list-section .tire-list-filter .filter-btn.on {
    border-color: #fe6a2b;
    color: #fe6a2b;
    font-weight: 500;
}

.shopping-tire-list .tire-list-section .tire-list-func {
    width: 100%;
    height: auto;
    position: relative;
    padding: 8px 20px;
    border-top: 8px solid #F2F2F7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    
}

.shopping-tire-list .tire-list-section .tire-list-func .compare-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
}

.shopping-tire-list .tire-list-section .tire-list-func .compare-item .toggle-switch {
    border-radius: 16px;
    -webkit-tap-highlight-color: transparent;
    display: inline-flex;
    align-items: center;
    padding-right: 8px;
}

.shopping-tire-list .tire-list-section .tire-list-func .compare-item .toggle-switch span { font-size: 12px; margin-left: 4px; }

.shopping-tire-list .tire-list-section .tire-list-func .sroter-item select.input-box {
    border-color: transparent;
    font-size: 12px;
    font-weight: 500;
    text-align:right;
    padding-left: 4px;

}

.shopping-tire-list .tire-list-section .tire-list-func .sroter-item .form-control {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.shopping-tire-list .tire-list-section .tire-list-func .sroter-item .form-control .input-group .tools {
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.shopping-tire-list .tire-list-section .tire-list {
    width: 100%;
    height: auto;
    position: relative;
    padding: 20px;
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px 8px;
}

.shopping-tire-list .tire-list-section .tire-list .product-not-found {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 8px;
    border-bottom: 1px solid #d9dbdc;
}

.shopping-tire-list .tire-list-section .tire-list .tire-list-item {
    width: auto;
    min-width: 0;
    flex: 0 0 calc((100% - 8px) / 2);
}

.shopping-tire-list .tire-list-section .compare-trigger {
    width: 100%;
    height: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: sticky;
    bottom: calc(0px + constant(safe-area-inset-bottom));
    bottom: calc(0px + env(safe-area-inset-bottom));
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%) translateZ(0);
    transition: all 0.3s;
    z-index: 10;
}

.shopping-tire-list .tire-list-section .compare-trigger.on {
    height: 56px;
    transform: translateY(0) translateZ(0);
    opacity: 1;
    pointer-events: all;
}






/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=tire-compare----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.modal-item[data-ref="compare-modal"]  .modal-pannel .modal-body .modal-scroller,
.modal-item[data-ref="compare-ptrn-modal"]  .modal-pannel .modal-body .modal-scroller { height: 100%; }
.modal-item[data-ref="compare-modal"]  .modal-pannel .modal-body .modal-scroller > .container,
.modal-item[data-ref="compare-ptrn-modal"]  .modal-pannel .modal-body .modal-scroller > .container { height: 100%; }
.modal-item[data-ref="compare-modal"]  .modal-pannel .modal-action,
.modal-item[data-ref="compare-ptrn-modal"]  .modal-pannel .modal-action { z-index: 3; }

.compare-product {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: auto;
    --compare-item-width: 124px;
}

.compare-product-caution {
    width: 100%;
    height: 84px;
    background: #fff;
    position: fixed;
    position: sticky;
    top: 0;
    left: 0;
    padding: 16px;
    /* box-shadow: 0 -1px 0 #d9dbdc; */
    /* border-bottom: 1px solid #d9dbdc; */
    /* z-index: 2; */
}

.compare-product-caution:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #d9dbdc;
    position: absolute;
    left: 0;
    bottom: 0;
}

.compare-product-caution .msg-box {
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #008BEC;
}

.compare-product-caution .msg-box p {
    font-size: 10px;
    color: #008BEC;
    line-height: 16px;
}

.compare-product .compare-item-wrap {
    --compare-item-width: inherit;
    display: inline-block;
    white-space: nowrap;
    width: auto;
    min-width: 0;
    max-width: none;
    height: auto;
    font-size: 0;
}

.compare-product .compare-item {
    display: inline-flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    width: var(--compare-item-width);
    padding-bottom: calc(20px + constant(safe-area-inset-bottom));
    padding-bottom: calc(20px + env(safe-area-inset-bottom));
}

.compare-product.target-fix .compare-item:first-of-type {
    position: sticky;
    left: 0;
    z-index: 2;
}

.compare-product .compare-item .thumb-wrap {
    --compare-item-width: inherit;
    flex: none;
    width: 100%;
    min-width: 0;
    height: auto;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    display: block;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 1;
}

.compare-product.target-fix:after {
    --compare-item-width: inherit;
    content: '';
    display: block;
    width: 8px;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: var(--compare-item-width);
    background: linear-gradient(90deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    pointer-events: none;
    z-index: 1;
}

.compare-product .compare-item .thumb-wrap a {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    background: #fff;
    padding: 16px 12px 12px;
    -webkit-tap-highlight-color: transparent;
}

.compare-product .compare-item .thumb-wrap a:after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    left: 12px;
    right: 12px;
    bottom: 0;
    border-bottom: 1px solid #d9dbdc;
}

.compare-product .compare-item .thumb-wrap .thumb-area {
    width: 100%;
    height: 100px;
    position: relative;
    background: #F2F2F7;
    border-radius: 4px;
}

.compare-product .compare-item .thumb-wrap a:active .thumb-area:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.1);
}

.compare-product .compare-item .thumb-wrap .thumb-area .img-layer {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
}

.compare-product .compare-item .thumb-wrap .thumb-area .img-layer img {
    width: auto;
    height: 75%;
    transform: translateY(4px);
}

.compare-product .compare-item .thumb-wrap .thumb-area .brand-layer {
    width: 100%;
    height: auto;
    padding-right: 6px;
    position: absolute;
    top: 6px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.compare-product .compare-item .thumb-wrap .thumb-area .brand-layer .brand-logo {
    width: auto;
    height: 12px;
}

.compare-product .compare-item .thumb-wrap .product-name {
    width: 100%;
    height: 32px;
    line-height: 16px;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    margin-top: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    
}

.compare-product .compare-item .info-wrap {
    --compare-item-width: inherit;
    flex: none;
    width: 100%;
    min-width: 0;
    height: auto;
    padding: 20px 12px;
    margin: 0;
    text-align: center;
    background: #fff;
    display: block;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
}

.compare-product .compare-item .info-wrap[data-grade]:before {
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 24px);
    height: 20px;
    border-radius: 10px;
    background: #F2F2F7;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin: -8px auto -16px;
}

.compare-product .compare-item .info-wrap[data-grade="premium"]:before { content: '프리미엄'; background: #FE6A2B; }
.compare-product .compare-item .info-wrap[data-grade="standard"]:before { content: '스탠다드'; background: #FFA200; }
.compare-product .compare-item .info-wrap[data-grade="economy"]:before { content: '이코노미'; background: #C0C6CE; }

.compare-product .compare-item .info-wrap .basic-info {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.compare-product .compare-item .info-wrap .basic-info > div {
    display: block;
    width: 100%;
    height: auto;
    font-size: 12px;
    line-height: 20px;
    position: relative;
}

.compare-product .compare-item .info-wrap .basic-info > div em {
    font-weight: 700;
}

.compare-product .compare-item .info-wrap .basic-info .price {
    font-size: 14px;
    font-weight: 500;
    color: #2a3138;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 4px;
}

.compare-product .compare-item .info-wrap .basic-info .price .discount-rate { flex: none; font-size: 11px; font-weight: 700; color: #fe6a2b; }
.compare-product .compare-item .info-wrap .basic-info .price span:not(.discount-rate) {
    flex: 1 0 0;
    min-width: 0;
    text-align: right;
}

.compare-product .compare-item .info-wrap .basic-info .price .discount-rate:empty ~ span,
.compare-product .compare-item .info-wrap .basic-info .price span:not(.discount-rate):only-child { text-align: center;}

.compare-product.target-fix .compare-item .info-wrap .basic-info .price span[data-price-difference]:after {
    flex: none;
    content: attr(data-price-difference);
    --price-difference: attr(data-price-difference);
    display: block;
    position: relative;
    width: 100%;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #a0a6af;
    margin-top: 4px;
}

.compare-product.target-fix .compare-item .info-wrap .basic-info .price span[data-price-difference^="+"]:after { color: #FE6A2B; }
.compare-product.target-fix .compare-item .info-wrap .basic-info .price span[data-price-difference^="-"]:after { color: #008BEC; }

.compare-product .compare-item .info-wrap .basic-info .rating {
    display: block;
    width: 100%;
    height: auto;
    background: none;
    overflow: visible;
    line-height: 20px;
    color: #a0a6af;
}

.compare-product .compare-item .info-wrap .basic-info .rating em { color: #2a3138; }

.compare-product .compare-item .info-wrap .basic-info .warranty {
    min-height: 48px;
    line-height: 16px;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.compare-product .compare-item .info-wrap .basic-info .warranty span {
    display: inline-flex;
    line-height: 16px;
    position: relative;
    font-size: 11px;
    vertical-align: middle;
    color: #2A3138;
}

.compare-product .compare-item .info-wrap .basic-info .warranty:empty:after {
    content: '없음';
    display: inline-flex;
    line-height: 16px;
    position: relative;
    font-size: 11px;
    vertical-align: middle;
    color: #A0A6AF;
}

.compare-product .compare-item .info-wrap .basic-info .warranty span:not(:last-of-type):after {
    content: ',\00a0';
    line-height: 16px;
    text-align: center;
    line-height: 16px;
    vertical-align: middle;
}


.compare-product .compare-item .info-wrap .evaluate-info {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.compare-product .compare-item .info-wrap .evaluate-info .total-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    line-height: 24px;
    background: #fff;
    font-weight: 700;
    font-size: 12px;
    color: #A0A6AF;
    text-align: center;
    background: #F2F2F7;
    border-radius: 4px;
}

.compare-product .compare-item .info-wrap .basic-info + .evaluate-info .total-rating {
    border-bottom: 1px solid #d9dbdc;
    padding-bottom: 8px;
    background: none;
    border-radius: 0;
}

.compare-product .compare-item .info-wrap .evaluate-info .total-rating:not(:empty):before {
    content: '\e933';
    font-family: 'LineIcons';
    font-size: 10px;
    color: #FFA200;
    margin-right: 8px;
}

.compare-product .compare-item .info-wrap .evaluate-info .total-rating:empty:before {
    content: '리뷰 데이터 부족';
    font-size: 10px;
    font-weight: 500;
    color: #A0A6AF;
}


.compare-product .compare-item .info-wrap .evaluate-info .total-rating em {
     color: #2a3138;
     margin-right: 4px;
}

.compare-product .compare-item .info-wrap .evaluate-info .evaluate-item {
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
}

.compare-product .compare-item .info-wrap .evaluate-info .evaluate-item .rating {
    display: inline-block;
    width: 20px;
    height: auto;
    font-weight: 500;
    font-size: 12px;
    color: #FFA200;
    text-align: center;
    background: none;
}

.compare-product .compare-item .info-wrap .evaluate-info .evaluate-item .rating:empty:before {
    content: '-';
    font-weight: 500;
    color: #A0A6AF;
}


.compare-product .compare-item .info-wrap .evaluate-info .evaluate-item[data-grade*="A"] .grade { color: #00B3C5; }
.compare-product .compare-item .info-wrap .evaluate-info .evaluate-item[data-grade*="B"] .grade { color: #FFA200; }
.compare-product .compare-item .info-wrap .evaluate-info .evaluate-item[data-grade*="C"] .grade { color: #A0A6AF; }

.compare-product .compare-item .info-wrap .evaluate-info .evaluate-item .labelling {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    font-size: 11px;
    padding-left: 8px;
}

.compare-product .compare-item .info-wrap .performance-factor-info {
    width: 100%;
    height: auto;
    position: relative;
    list-style: none;
    border-radius: 4px;
    background: #F9F9FA;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 0;
    gap: 8px;
}

.compare-product .compare-item .info-wrap .performance-factor-info li {
    width: 100%;
    height: auto;
    position: relative;
    padding: 4px 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
}

.compare-product .compare-item .info-wrap .performance-factor-info li .title,
.compare-product .compare-item .info-wrap .performance-factor-info li .value {
    font-weight: 500;
    line-height: 16px;
}

.compare-product .compare-item .info-wrap .performance-factor-info li .title { font-size: 11px; color: #2a3138; }
.compare-product .compare-item .info-wrap .performance-factor-info li .value { font-size: 12px; color: #5B6068; }




/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=shopping-tire-detail & shopping-auto-service-detail-------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
:is(.shopping-tire-detail, .shopping-auto-service-detail) ~ #layerFullPopup { z-index: 2100; }
:is(.shopping-tire-detail, .shopping-auto-service-detail) .tab-item[data-scroll-tracking] { padding: 0; transition: all 0.2s; z-index: 700; }
:is(.shopping-tire-detail, .shopping-auto-service-detail) .tab-item[data-scroll-tracking].hide { transform: translateY(-100%) translateZ(0); }
:is(.shopping-tire-detail, .shopping-auto-service-detail) .tab-item[data-scroll-tracking] .indicator { display: none !important; }
:is(.shopping-tire-detail, .shopping-auto-service-detail) .tab-item[data-scroll-tracking] a { font-size: 14px; color: #2a3138; padding: 0; }
:is(.shopping-tire-detail, .shopping-auto-service-detail) .tab-item[data-scroll-tracking] a.on { color: #fe6a2b; }
:is(.shopping-tire-detail, .shopping-auto-service-detail) .tab-item[data-scroll-tracking] a.on:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #fe6a2b;
    position: absolute;
    left: 0;
    bottom: 0;
}

#productKeyInfo {
    scroll-margin-top: 95px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .base-layer {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 28px 20px 0;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .info-area {
    flex: 1 0 50%;
    min-height: 180px;
    padding: 16px 0 0 0;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .info-area .brand-logo {
    display: block;
    width: auto;
    height: 18px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .info-area :is(.tire-name, .product-name) {
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 8px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .info-area :is(.tire-name, .product-name).new:before {
    content: 'NEW';
    display: inline-block;
    width: auto;
    height: 20px;
    line-height: 20px;
    padding: 0 4px;
    border-radius: 2px;
    background: #D03333;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    margin-right: 8px;
    margin-top: 2px;
    vertical-align: top;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .info-area :is(.tire-size, .product-spec) {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    margin-top: 4px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .info-area :is(.tire-size, .product-spec):empty { display: none; }

:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .info-area .property-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    gap: 4px;
    margin-top: 24px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .info-area .property-wrap > span {
    flex: 0 0 auto;
    background: #F2F2F7;
    border-radius: 2px;
    line-height: 20px;
    font-size: 11px;
    padding: 0 8px;
    color: #5B6068;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .info-area .rating-wrap {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 11px;
    margin-top: 8px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .info-area .rating-wrap .rating {
    display: inline-block;
    width: 48px;
    height: 10px;
    background: url('../images/common/rating-off.svg') no-repeat;
    background-position: 0 50%;
    background-size: 48px auto;
    overflow: hidden;
    line-height: initial;
    font-size: 0;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .info-area .rating-wrap .rating span {
    display: inline-block;
    width: 100%;
    height: 10px;
    background: url('../images/common/rating-on.svg') no-repeat;
    background-position: 0 50%;
    background-size: 48px auto;
    overflow: hidden;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .info-area .rating-wrap .rating-point {
    margin-left: 2px;
    font-weight: 700;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .info-area .rating-wrap .review-count {
    margin-left: 4px;
    font-weight: 500;
    color: #A0A6AF;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .thumb-area {
    flex: 1 0 50%;
    height: 180px;
    align-self: stretch;
    position: relative;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .thumb-area .img-layer {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
    overflow: visible;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .thumb-area .img-layer img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .thumb-area .badge-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: inherit;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .video-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    pointer-events: none;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .video-layer .video-control {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 480px;
    overflow: hidden;
    pointer-events: none;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .video-layer .video-control:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    bottom: 16px;
    background: #000;
    pointer-events: none;
    transform: translateZ(0) scale(1);
    transition: all 0.4s ease-out;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .video-layer.on .video-control:before {
    transform: translateZ(0) scale(40);
    transition: all 0.4s ease-in;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .video-layer .video-control-btn {
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    bottom: 16px;
    -webkit-tap-highlight-color: transparent;
    pointer-events: all;
    color: #fff;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .video-layer .video-control-btn:active { background: rgba(255,255,255,0.1);}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .video-layer .video-holder {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 480px;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .video-layer.on .video-holder { opacity: 1; transition: all 0.4s 0.4s; }

:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .video-layer .video-holder video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .video-layer .video-holder .ratio-container {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 56.25%;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .video-layer .video-holder .ratio-container #thumbYTPlayer,
:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .video-layer .video-holder .ratio-container #thumbVideoPlayer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .video-layer.on .video-holder .ratio-container #thumbYTPlayer,
:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .video-layer.on .video-holder .ratio-container #thumbVideoPlayer { pointer-events: all; }

:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .video-layer .video-control .video-control-btn { pointer-events: all; opacity: 1; transition: opacity 0.4s; }
:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .video-layer.on .video-control .video-control-btn { pointer-events: none; opacity: 0; }

:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .video-layer .video-control .video-control-btn .blind {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    font-size: 0;
    pointer-events: none;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .video-layer .video-holder .video-control-btn { pointer-events: none; }
:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .video-layer.on .video-holder .video-control-btn { pointer-events: all; }

:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .soldout-layer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.6);
    padding-top: 28px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .hero-section .soldout-layer p {
    width: auto;
    height: auto;
    padding: 12px 24px;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    background: rgba(0,0,0,0.7);
    border-radius: 20px;
}


:is(.shopping-tire-detail, .shopping-auto-service-detail) .badges-section {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 8px 20px 0;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .badges-section:after { display: none; }

:is(.shopping-tire-detail, .shopping-auto-service-detail) .badges-section .circle-badge { flex: none; }

:is(.shopping-tire-detail, .shopping-auto-service-detail) .badges-section .oe-wrap {
    flex: 1 0 0;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .badges-section .oe-wrap .oe-info {
    flex: 0 1 auto;
    min-width: 0;
    width: auto;
    height: 36px;
    background: #F2F2F7;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    text-align: right;
    padding: 0 8px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .badges-section .oe-wrap .oe-info .txt-area {
    flex: 0 1 auto;
    min-width: 0;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .badges-section .oe-wrap .oe-info .txt-area p {
    font-size: 11px;
    line-height: 14px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .badges-section .oe-wrap .oe-info .txt-area .model {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .badges-section .oe-wrap .oe-info .maker-bi {
    flex: none;
    width: 32px;
    height: 32px;
}


:is(.shopping-tire-detail) .unspecified-price-section {
    padding: 16px 20px 40px;
}

:is(.shopping-auto-service-detail) .unspecified-price-section {
    padding: 40px 20px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .unspecified-price-section .most-mounted {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 16px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .unspecified-price-section .most-mounted .label {
    flex: none;
    line-height: 20px;
    font-size: 11px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .unspecified-price-section .most-mounted .models {
    flex: 1 0 0;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .unspecified-price-section .most-mounted .models > span {
    display: inline-block;
    width: auto;
    line-height: 20px;
    background: #5b6068;
    border-radius: 10px;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    padding: 0 8px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .unspecified-price-section .unspecified-price-info {
    width: 100%;
    padding: 16px;
    background: #f9f9fa;
    border-radius: 4px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .unspecified-price-section .unspecified-price-info p {
    color: #fe6a2b;
    font-size: 11px;
    line-height: 16px;
    margin-top: 2px;
}

:is(.shopping-tire-detail) .price-section {
    padding: 40px 20px;
}

:is(.shopping-auto-service-detail) .price-section {
    padding: 24px 20px 40px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .purchase-type {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .purchase-type .col {
    flex: 1 1 0;
    min-width: 0;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .purchase-type h4 {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 4px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .purchase-type .col.disabled h4 {
    color: #C0C6CE;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .purchase-type .purchase-type-item {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .purchase-type .purchase-type-item input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .purchase-type .purchase-type-item .labelling {
    width: 100%;
    height: 60px;
    position: relative;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #D9DBDC;
    padding: 8px 16px 8px 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    user-select: none;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .purchase-type .purchase-type-item .labelling * { user-select: none; }

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .purchase-type .purchase-type-item .labelling:before,
:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .purchase-type .purchase-type-item .labelling:after {
    content: '';
    display: block;
    border-radius: 50%;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .purchase-type .purchase-type-item .labelling:before {
    width: 16px;
    height: 16px;
    border: 1px solid #d9dbdc;
    top: 8px;
    left: 8px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .purchase-type .col.disabled .labelling:before { background: #f2f2f7; }
:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .purchase-type .col.disabled .labelling,
:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .purchase-type .col.disabled .labelling * { color: #C0C6CE !important; }

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .purchase-type .purchase-type-item .labelling:after {
    width: 6px;
    height: 6px;
    top: 13px;
    left: 13px;
    background: #fe6a2b;
    transform: translateZ(0) scale(0);
    transition: all 0.2s;
}



:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .purchase-type .purchase-type-item input:checked ~  .labelling:after { transform: translateZ(0) scale(1); }

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .purchase-type .purchase-type-item input:checked ~ .labelling {
    background: #FE6A2B;
    border-color: transparent;
    color: #fff;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .purchase-type .purchase-type-item .labelling .upper-area,
:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .purchase-type .purchase-type-item .labelling .lower-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .purchase-type .purchase-type-item .labelling .upper-area {
    font-size: 14px;
    font-weight: 500;
    height: 28px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .purchase-type .purchase-type-item .labelling .upper-area em { font-size: 18px; }

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .purchase-type .purchase-type-item .labelling .lower-area {
    font-size: 12px;
    height: 16px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .purchase-type .purchase-type-item input:checked ~ .labelling .upper-area { color: #fff; }
:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .purchase-type .purchase-type-item input:checked ~ .labelling .lower-area { color: #fff; }

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .purchase-type .purchase-type-item .labelling .accent { color: #fe6a2b; }
:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .purchase-type .purchase-type-item input:checked ~ .labelling .accent { color: inherit; }

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .purchase-type .purchase-type-item .labelling .txt-throughline { color: #a0a6af; }
:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .purchase-type .purchase-type-item input:checked ~ .labelling .txt-throughline { color: inherit; }

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .purchase-type .smartpay-na {
    width: 100%;
    height: 60px;
    background: #F9F9FA;
    border-radius: 4px;
    color: #a0a6af;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

:is(.shopping-tire-detail) .price-section .maximum-benefit {
    margin-top: 16px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .maximum-benefit[data-purchase-type="common"] .purchase-type-common { display: block;}
:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .maximum-benefit[data-purchase-type="common"] .purchase-type-smartpay { display: none;}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .maximum-benefit[data-purchase-type="smartpay"] .purchase-type-smartpay { display: block;}
:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .maximum-benefit[data-purchase-type="smartpay"] .purchase-type-common { display: none;}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .maximum-benefit .btn-coupon-modal-open.btn-gray {
    background: #a0a6af;
}

/* [task]UX개선(가격/쿠폰) start */
:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .maximum-benefit .accordion-item { overflow: visible; }
:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .maximum-benefit .accordion-cont { overflow: visible; }

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .maximum-benefit .accordion-btn {
    padding-right: 24px;
}

:is(.shopping-tire-detail) .price-section .maximum-benefit .accordion-btn .line-icons.chev-down { right: 0;}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .maximum-benefit .benefit-summary {
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    gap: 8px;
}

:is(.shopping-auto-service-detail) .price-section .maximum-benefit .benefit-summary {
    display: inline-flex;
    width: auto;
    justify-content: flex-start;
}

:is(.shopping-auto-service-detail) .price-section .maximum-benefit .benefit-summary ~ .line-icons {
    right: auto;
    margin-left: 4px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .maximum-benefit .benefit-summary .left-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 500;
}
:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .maximum-benefit .benefit-summary .right-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    font-weight: 500;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .maximum-benefit .benefit-detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    border-top: 1px dashed #d9dbdc;
    padding: 12px 0;
    margin-top: 8px;
    color: #5B6068;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .maximum-benefit .benefit-detail p {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.5px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .maximum-benefit .benefit-summary .title {
    flex: 1 1 0;
    min-width: 0;
    font-weight: 400;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .maximum-benefit .benefit-summary .title em { font-weight: 700; }

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .maximum-benefit .benefit-summary .discount-rate {
    font-size: 12px;
    font-weight: 700;
    color: #FF6D00;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .maximum-benefit .benefit-summary del {
    font-size: 12px;
    font-weight: 500;
    color: #5b6068;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .maximum-benefit .benefit-summary .maximum-benefit-price {
    flex: none;
    color: #FF6D00;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .maximum-benefit .benefit-summary .maximum-benefit-price em { font-size: 24px;}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .maximum-benefit .accordion-cont {
    background: #F9F9FA;
    padding: 16px;
    margin-top: 8px;
    border-top: 1px dashed #d9dbdc;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .maximum-benefit .accordion-cont .benefit-detail-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .maximum-benefit .accordion-cont .benefit-detail-row:not(:first-of-type) {
    margin-top: 8px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .maximum-benefit .accordion-cont .benefit-detail-row .col {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .maximum-benefit .accordion-cont .benefit-detail-row .col .line-icons.check {
    color: #00B3C5;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .maximum-benefit .accordion-cont .benefit-detail-row .tooltip-container { font-size: 0;}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .maximum-benefit .accordion-cont .benefit-detail-row .col:has(.tip-msg) { flex-wrap: wrap; }
:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .maximum-benefit .accordion-cont .benefit-detail-row .col .tip-msg {
    flex: 1 0 100%;
    min-width: 0;
    line-height: 16px;
    font-size: 11px;
    color: #5b6068;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .maximum-benefit .accordion-cont .benefit-detail-row.total {
    border-top: 1px dashed #d9dbdc;
    padding-top: 8px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .price-section .maximum-benefit .accordion-cont .benefit-detail-row.total .col:nth-of-type(2) {
    font-size: 14px;
    color: #fe6a2b;
}

.modal-item[data-ref="coupon-download-modal"] .modal-pannel,
.modal-item[data-ref="coupon-download-modal"] .modal-pannel .modal-body,
.modal-item[data-ref="coupon-download-modal"] .modal-pannel .modal-body .modal-scroller { overflow: visible; }

.coupon-download-modal-cont {
    padding: 16px 24px 32px;
}

.coupon-download-modal-cont .btn-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-100%);
}

.coupon-download-modal-cont .btn-modal-close .label-txt {
    position: absolute;
    top: 50%;
    left: -8px;
    transform: translateX(-100%) translateY(-50%);
    margin: 0;
}

.coupon-download-modal-cont .btn-modal-close .line-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 0;
}

.coupon-download-modal-cont .coupon-list {
    width: 100%;
    height: auto;
    position: relative;
    list-style: none;
    padding: 0;
    margin-top: 24px;
}


.coupon-download-modal-cont .coupon-list > li {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.coupon-download-modal-cont .coupon-list > li:not(:first-of-type) { margin-top: 16px; }

.coupon-download-modal-cont .coupon-list .txt-area {
    flex: 1 0 0;
    min-width: 0;
}

.coupon-download-modal-cont .coupon-list .txt-area .coupon-name {
    font-weight: 500;
    line-height: 20px;
}

.coupon-download-modal-cont .coupon-list .txt-area .coupon-status {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.coupon-download-modal-cont .coupon-list .status-download-done .txt-area .coupon-status {
    color: #00B3C5;
    font-weight: 500;
}

.coupon-download-modal-cont .coupon-list .btn-area {
    flex: none;
    padding-right: 12px;
}

.coupon-download-modal-cont .coupon-list .btn-coupon {
    appearance: none;
    width: 120px;
    height: 56px;
    position: relative;
    border: 1px solid transparent;
    background: #2a3138;
    border-radius: 2px;
    padding: 10px 0;
    padding-right: 44px;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

.coupon-download-modal-cont .coupon-list .btn-coupon:active {
    background: #373c41;
}


.coupon-download-modal-cont .coupon-list .btn-coupon:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    right: -0.5px;
    top: 50%;
    transform: translateX(50%) translateY(-50%);
}

.coupon-download-modal-cont .coupon-list .btn-coupon:before {
    content: "\e91e";
    font-family: 'LineIcons';
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    color: #fff;
}

.coupon-download-modal-cont .coupon-list .status-download-done .btn-coupon {
    border: 1px solid #d9dbdc;
    background: #f9f9fa;
    pointer-events: none;
}

.coupon-download-modal-cont .coupon-list .status-download-done .btn-coupon:before {
    content: "\e911";
    color: #00B3C5;
}

.coupon-download-modal-cont .coupon-list .status-download-done .btn-coupon:after {
    border: 1px solid transparent;
    border-left: 1px solid #d9dbdc;
    border-top: 1px solid #d9dbdc;
    transform: translateX(50%) translateY(-50%) rotate(-45deg);
}

.coupon-download-modal-cont .coupon-list .status-download-done .btn-coupon .labelling {
    color: #C0C6CE;
}


.coupon-download-modal-cont .coupon-list .btn-coupon .labelling {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.coupon-download-modal-cont .coupon-list .btn-coupon .labelling .label-txt {
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.5px;
}

.coupon-download-modal-cont .coupon-list .btn-coupon .labelling .label-txt em {
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
}

.coupon-download-modal-cont .coupon-list:has(~ .coupon-apply-price-info) {
    margin-bottom: 24px;
}

.coupon-download-modal-cont .coupon-apply-price-info {
    width: 100%;
    height: auto;
    position: relative;
    padding: 16px 12px;
    background: #F9F9FA;
    border-top: 1px dashed #d9dbdc;
}

.coupon-download-modal-cont .coupon-apply-price-info .row {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.coupon-download-modal-cont .coupon-apply-price-info .row:not(:first-of-type) { margin-top: 8px; }

.coupon-download-modal-cont .coupon-apply-price-info .row .price-area {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.coupon-download-modal-cont .coupon-apply-price-info .row .price-area { font-size: 12px; font-weight: 500; }

.coupon-download-modal-cont .coupon-apply-price-info .row .title-area { display: block; font-size: 0; line-height: 20px; word-break: break-all; }
.coupon-download-modal-cont .coupon-apply-price-info .row .title-area > span:not(.line-icons) {
    font-weight: 500;
    font-size: 12px;
    vertical-align: middle;
}

.coupon-download-modal-cont .coupon-apply-price-info .row .title-area .line-icons.check-small {
    flex: none;
    color: #00B3C5;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 24px;
}

.coupon-download-modal-cont .coupon-apply-price-info .row.final-purchase {
    border-top: 1px solid #d9dbdc;
    padding-top: 8px;
    margin-top: 12px;
}
.coupon-download-modal-cont .coupon-apply-price-info .row.final-purchase .title-area { font-size: 12px; }
.coupon-download-modal-cont .coupon-apply-price-info .row.final-purchase .price-area { font-size: 16px; line-height: 20px; }
/* [task]UX개선(가격/쿠폰) end */



:is(.shopping-tire-detail, .shopping-auto-service-detail) .promo-section {
    padding: 16px 20px 8px;
    overflow: hidden;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .promo-section:before {
    content: '';
    display: block;
    width: auto;
    height: 0;
    border-top: 1px solid #d9dbdc;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .promo-section .header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 20px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .promo-section .header h4 { line-height: 20px; font-weight: 500; }

:is(.shopping-tire-detail, .shopping-auto-service-detail) .promo-section .related-promo-banner-swiper {
    width: 100%;
    height: auto;
    overflow: visible;
    padding: 8px 0;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .promo-section .related-promo-banner-swiper .swiper-slide {
    border-radius: 4px;
    overflow: hidden;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .warranty-section {
    padding: 16px 20px 8px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .warranty-section:before {
    content: '';
    display: block;
    width: auto;
    height: 0;
    border-top: 1px solid #d9dbdc;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .promo-section + .warranty-section:before { display: none; }

:is(.shopping-tire-detail, .shopping-auto-service-detail) .warranty-section .header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 20px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .warranty-section .header h4 { line-height: 20px; font-weight: 500; }

/* 20240219 update#3 start */
:is(.shopping-tire-detail, .shopping-auto-service-detail) .warranty-section .applicated-warranty {
    width: 100%;
    height: auto;
    overflow: visible;
    line-height: 100%;
    font-size: 0;
    position: relative;
    padding: 8px 0;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .warranty-section .applicated-warranty::-webkit-scrollbar { display: none;}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .warranty-section .applicated-warranty .scroll-cont {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 8px;
    position: relative;
    font-size: 0;
    overflow: visible;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .warranty-section .applicated-warranty .scroll-cont .warranty-chip {
    flex: 0 0 calc((100% - 16px) / 3);
    width: auto;
    height: 80px;
    line-height: 100%;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #F2F2F7;
    color: #2a3138;
    padding: 0 !important;
    white-space: nowrap;
    user-select: none;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .warranty-section .applicated-warranty .scroll-cont .warranty-chip:active { background: rgba(42,49,56,0.04);}
/* 20240219 update#3 end */

:is(.shopping-tire-detail, .shopping-auto-service-detail) .warranty-section .applicated-warranty .scroll-cont .warranty-chip .dw-bi { width: 32px; height: 32px; user-select: none; }

:is(.shopping-tire-detail, .shopping-auto-service-detail) .warranty-section .applicated-warranty .scroll-cont .warranty-chip .label-txt {
    font-size: 12px;
    line-height: 14px;
    margin-top: 4px;
    min-height: 28px;
    display: flex;
    align-items: center;
    user-select: none;
}

.warranty-info-modal-cont img {
    display: block;
    width: 100%;
}



:is(.shopping-tire-detail, .shopping-auto-service-detail) .evaluate-section {
    border-top: 8px solid #ECEEEF;
    padding: 40px 20px;
    margin-top: 16px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .evaluate-section .evaluate-wrap {
    width: 100%;
    height: auto;
    position: relative;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .evaluate-section .evaluate-wrap h4 {
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .evaluate-section .performance-evaluate {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .evaluate-section .performance-evaluate .evaluate-item {
    flex: 0 1 calc((100% - 12px) / 4);
    width: auto;
    height: 86px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 4px;
    background: #F2F2F7;
    gap: 8px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .evaluate-section .performance-evaluate .evaluate-item .grade {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    border-radius: 50%;
    background: #fff;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .evaluate-section .performance-evaluate .evaluate-item[data-grade*="A"] .grade { color: #00B3C5; }
:is(.shopping-tire-detail, .shopping-auto-service-detail) .evaluate-section .performance-evaluate .evaluate-item[data-grade*="B"] .grade { color: #FFA200; }
:is(.shopping-tire-detail, .shopping-auto-service-detail) .evaluate-section .performance-evaluate .evaluate-item[data-grade*="C"] .grade { color: #A0A6AF; }

:is(.shopping-tire-detail, .shopping-auto-service-detail) .evaluate-section .performance-evaluate .evaluate-item .labelling {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    font-size: 11px;
    font-weight: 500;
}


:is(.shopping-tire-detail, .shopping-auto-service-detail) .evaluate-section .etc-evaluate .bar {
    width: 100%;
    height: 24px;
    border-radius: 2px;
    background: #D9DBDC;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px 0 16px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .evaluate-section .etc-evaluate .bar:not(:first-of-type) {
    margin-top: 4px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .evaluate-section .etc-evaluate .bar .fill {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, #FFA300 0%, #FF6D00 100%);
    transform-origin: 0% 50%;
    border-radius: 2px 0 0 2px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .evaluate-section .etc-evaluate .bar .score {
    font-size: 12px;
    position: relative;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .evaluate-section .etc-evaluate .bar .label-txt {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    position: relative;
}




:is(.shopping-tire-detail, .shopping-auto-service-detail) .compare-section {
    border-top: 8px solid #ECEEEF;
    padding: 40px 20px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .compare-section .compare-wrap {
    width: 100%;
    height: auto;
    position: relative;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .compare-section .compare-wrap h4 {
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 16px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .compare-section .vs-product {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 4px;
    background: #F9F9FA;
    padding: 16px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .compare-section .vs-product .vs-item {
    flex: 1 1 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    text-align: center;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .compare-section .vs-product .vs-item .thumb-area {
    width: 100%;
    height: 144px;
    position: relative;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .compare-section .vs-product .vs-item:last-of-type .thumb-area:before {
    content: 'VS';
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateX(-50%) translateY(-50%);
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .compare-section .vs-product .vs-item .thumb-area .img-layer {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .compare-section .vs-product .vs-item .thumb-area .img-layer img {
    width: auto;
    height: 75%;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .compare-section .vs-product .vs-item .thumb-area .brand-layer {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .compare-section .vs-product .vs-item .thumb-area .brand-layer .brand-logo {
    width: auto;
    height: 18px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .compare-section .vs-product .vs-item .info-area {
    min-height: 64px;
    justify-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .compare-section .vs-product .vs-item .info-area .product-name { word-break: break-all; font-weight: 700; }

:is(.shopping-tire-detail, .shopping-auto-service-detail) .compare-section .vs-product .vs-item .info-area .btn-item { white-space: nowrap;}




:is(.shopping-tire-detail, .shopping-auto-service-detail) .compare-section .related-product {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
    overflow: auto;
    scroll-behavior: smooth;
}
:is(.shopping-tire-detail, .shopping-auto-service-detail) .compare-section .related-product::-webkit-scrollbar { display: none;}
:is(.shopping-tire-detail, .shopping-auto-service-detail) .compare-section .related-product .tire-list-item { flex: none; width: 132px; }
:is(.shopping-tire-detail, .shopping-auto-service-detail) .compare-section .related-product .tire-list-item .info-area .product-name { font-size: 12px; padding-right: 8px;}
:is(.shopping-tire-detail, .shopping-auto-service-detail) .compare-section .related-product .tire-list-item .thumb-area { height: 118px;}
:is(.shopping-tire-detail, .shopping-auto-service-detail) .compare-section .related-product .tire-list-item .thumb-area .img-layer img { height: 75%; transform: translateY(4px); }
:is(.shopping-tire-detail, .shopping-auto-service-detail) .compare-section .related-product .tire-list-item .thumb-area .brand-layer { padding-right: 8px; top: 8px; }


#productReview {
    border-top: 8px solid #ECEEEF;
    padding: 40px 0;
    scroll-margin-top: 86px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .review-dashboard-section {
    padding: 24px 20px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .review-dashboard-section .review-dashboard {
    width: 100%;
    height: auto;
    position: relative;
    background: #F9F9FA;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .review-dashboard-section .review-dashboard .total-score {
    flex: none;
    width: 112px;
    height: 112px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .review-dashboard-section .review-dashboard .total-score .score {
    font-size: 42px;
    font-weight: 300;
    line-height: 100%;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .review-dashboard-section .review-dashboard .total-score .rating {
    margin-top: 8px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .review-dashboard-section .review-dashboard .total-score .reviews {
    margin-top: 4px;
    font-size: 12px;
    line-height: 20px;
    color: #a0a6af;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .review-dashboard-section .review-dashboard .total-score .reviews em {
    color: #2a3138;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .review-dashboard-section .review-dashboard .itemize-score .item {
    width: 100%;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-right: 16px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .review-dashboard-section .review-dashboard .itemize-score .item:not(:first-of-type) {
    margin-top: 4px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .review-dashboard-section .review-dashboard .itemize-score .item .label-txt { line-height: 20px; font-size: 12px; }

:is(.shopping-tire-detail, .shopping-auto-service-detail) .review-dashboard-section .review-dashboard .itemize-score .item .rating-wrap {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .review-dashboard-section .review-dashboard .itemize-score .item .rating-wrap .score {
    flex: none;
    width: 20px;
    text-align: right;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .review-dashboard-section .keyword-review-sum {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 16px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .review-dashboard-section .keyword-review-sum:empty { display: none; }
:is(.shopping-tire-detail, .shopping-auto-service-detail) .review-dashboard-section .keyword-review-sum:not(:has(*)) { display: none; }

:is(.shopping-tire-detail, .shopping-auto-service-detail) .review-dashboard-section .keyword-review-sum .item {
    width: 100%;
    height: 28px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 11px;
    margin-top: 8px;
    background: #F9F9FA;
    border-radius: 4px;
    overflow: hidden;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .review-dashboard-section .keyword-review-sum .item .fill {
    height: 100%;
    background: #E3E9FF;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    top: 0;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .review-dashboard-section .keyword-review-sum .item [data-icon] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    border-radius: 4px;
    border: none;
    font-size: 11px;
    line-height: 16px;
    padding: 4px 8px;
    color: #000;
    position: relative;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .review-dashboard-section .keyword-review-sum .item .sum {
    font-weight: 500;
    font-size: 11px;
    margin-right: 8px;
    position: relative;
}
:is(.shopping-tire-detail, .shopping-auto-service-detail) .review-dashboard-section .keyword-review-sum .item .sum em { font-size: 14px; }


.review-list-section .review-list-tab {
    width: 100%;
    height: auto;
    position: relative;
    border-bottom: 1px solid #d9dbdc;
    padding: 0 20px;
    margin-top: 8px;
    font-size: 0;
    display: none;
}

.review-list-section .review-list-tab .btn-item {
    padding: 0 12px;
    color: #5b6068;
}

.review-list-section .review-list-tab .btn-item.on {
    color: #fe6a2b;
}

.review-list-section .review-list-tab .btn-item.on:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #fe6a2b;
    position: absolute;
    left: 0;
    bottom: -2px;
}


.review-list-section .review-list-console {
    width: 100%;
    height: auto;
    position: relative;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}

.review-list-section .review-list-console:after {
    content: '';
    display: block;
    width: auto;
    height: 0;
    border-bottom: 1px solid #d9dbdc;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.review-list-section .review-list-console .toggle-switch {
    border-radius: 16px;
    -webkit-tap-highlight-color: transparent;
    display: inline-flex;
    align-items: center;
    padding-right: 8px;
}

.review-list-section .review-list-console .toggle-switch span { font-size: 12px; margin-left: 4px; }

.review-list-section .review-list-console .sroter-item {
    margin-left: auto;
    margin-right: 0;
}

.review-list-section .review-list-console .sroter-item select.input-box {
    border-color: transparent;
    font-size: 12px;
    font-weight: 500;
    text-align:right;
    padding-left: 4px;

}

.review-list-section .review-list-console .sroter-item .form-control {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.review-list-section .review-list-console .sroter-item .form-control .input-group .tools {
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.review-list-section .review-list-wrap {
    width: 100%;
    height: auto;
    position: relative;
}

.review-list-section .review-list-wrap[data-review-type="common"] .review-type-common { display: block;}
.review-list-section .review-list-wrap[data-review-type="common"] .review-type-simple { display: none;}

.review-list-section .review-list-wrap[data-review-type="simple"] .review-type-simple { display: block;}
.review-list-section .review-list-wrap[data-review-type="simple"] .review-type-common { display: none;}


.review-list-section .review-list {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 16px;
}

.review-list-section .review-list:has(.review-item) { padding: 0 20px; }

.review-list-section .review-list .review-article {
    margin-top: 16px;
}

.review-list-section .review-list .review-not-found {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 8px;
    border-bottom: 1px solid #d9dbdc;
}

.review-item {
    width: 100%;
    height: auto;
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #d9dbdc;
}

.review-item:not(:first-of-type) {
    margin-top: 8px;
}

.review-item .review-header {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    align-items: flex-start;
    justify-content: space-between;
}


.review-item .review-header .rating-wrap {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 4px;
    gap: 4px;
}

.review-item .review-header .rating-wrap .rating {
    width: 60px;
    height: 14px;
    background-size: 60px auto;
    background-position: 0 50%;
}

.review-item .review-header .rating-wrap .rating span {
    height: 14px;
    background-size: 60px auto;
    background-position: 0 50%;
}

.review-item .review-header .rating-wrap .score {
    flex: none;
    text-align: right;
    line-height: 24px;
    font-size: 12px;
    font-weight: 500;
}


.review-item .review-header .left-area {
    flex: 1 1 auto;
    min-width: 0;
    padding: 4px 0;
    font-size: 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 4px;
    line-height: 24px;
}

.review-item .review-header .left-area span {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.review-item .review-header .left-area .date:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 12px;
    border-left: 1px solid #d9dbdc;
}

.review-item .review-header .left-area .tire {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}

.review-item .review-header .right-area {
    flex: none;
    margin-right: -8px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.review-item .review-header .right-area .thumbup-btn {
    border-color: #C0C6CE;
    color: #a0a6af;
}

.review-item .review-header .right-area .thumbup-btn.on {
    border-color: transparent;
    background: #fe6a2b;
    color: #fff;
}

.review-item .review-header .right-area .thumbup-btn .label-txt { font-size: 11px;}

.review-item .review-header .popup-menu-item {
    width: auto;
    height: auto;
    position: relative;
}

.review-item .review-header .popup-menu-item:hover .popup-menu-pannel { display: block;}

.review-item .review-header .popup-menu-item .popup-menu-pannel {
    display: none;
    width: 72px;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #d9dbdc;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    z-index: 1;
}

.review-item .review-header .popup-menu-item .popup-menu-pannel .btn-item {
    padding: 0;
}

.review-item .review-header .popup-menu-item .popup-menu-pannel .btn-item:not(:last-of-type) {
    border-bottom: 1px solid #d9dbdc;
}

.review-item .review-declare-form {
    display: none;
    background: #F9F9FA;
    padding: 20px;
    margin-top: 8px;
}

.review-item.status-declare .review-declare-form { display: block; }

.review-item .review-declare-form textarea::placeholder { font-size: 11px;}

.review-item .review-declare-form .close-btn {
    position: absolute;
    background-color: transparent;
    right: -12px;
    top: -12px;
}

.review-item .review-body {
    padding: 8px 0;
    position: relative;
}

.review-item .review-body .review-photo {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
    padding-bottom: 8px;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    overflow: auto;
    scroll-behavior: smooth;
}

.review-item .review-body .review-photo::-webkit-scrollbar { display: none; }

.review-item .review-body .review-photo .img-holder {
    flex: none;
    width: 80px;
    height: 60px;
    border-radius: 2px;
    overflow: hidden;
}

.review-item .review-body .review-photo .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-item .review-body .review-txt {
    font-size: 11px;
}

.review-item .review-body .review-txt p { line-height: 150%;}

.review-item .review-body .review-simple {
    width: 100%;
    height: auto;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 8px;
}

.review-item .review-body .review-simple > li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: 4px;
    font-size: 12px;
}

.review-item .review-body .review-simple > li:not(:first-of-type) {
    margin-top: 6px;
}

.review-item .review-body .review-simple > li:before {
    content: "\e912";
    font-family: 'LineIcons';
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    color: #5EB0B5;
}

.review-item .store-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 20px;
    padding: 0 8px;
    border: 1px solid #fe6a2b;
    color: #fe6a2b;
    font-size: 11px;
    border-radius: 2px;
}

.review-item .review-block {
    position: absolute;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: -20px;
    right: -20px;
    object-fit: cover;
    background-color: rgba(255,255,255,0.9);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 1;
}

.review-item.status-block .review-block { display: flex;}



.review-item .review-footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-top: 8px;
}

.review-item .review-footer .left-area {
    flex: none;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.review-item .review-footer .left-area span {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.review-item .review-footer .left-area .date:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 12px;
    border-left: 1px solid #d9dbdc;
}

.review-item .review-footer .right-area {
    flex: 1 1 auto;
    min-width: 0;
}

.review-item .review-footer .right-area .tire {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
}


#productDetailInfo {
    border-top: 8px solid #ECEEEF;
    padding: 20px 0 72px;
    scroll-margin-top: 86px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .product-detail-info-section {
    position: relative;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .product-detail-info-section .product-info {
    display: block;
    width: 100%;
    height: auto;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .product-detail-info-section .product-info .ckEditor {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .product-detail-info-section .product-info .ckEditor > img {
    width: 100%;
    height: auto;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .product-detail-info-section .product-info .ckEditor .iframe-container {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .product-detail-info-section .product-info .ckEditor .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .product-detail-info-section .product-noti {
    display: block;
    width: auto;
    height: auto;
    padding: 24px 20px;
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    background: #F9F9FA;
    border-radius: 8px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .product-detail-info-section .product-noti ol {
    list-style: none;
    width: 100%;
    height: auto;
    position: relative;
    padding: 12px 0 0;
    margin: 0;
    margin-top: 12px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .product-detail-info-section .product-noti ol * { font-family: 'NotoSansKR','Malgun Gothic',sans-serif !important; font-size: 11px !important; }

:is(.shopping-tire-detail, .shopping-auto-service-detail) .product-detail-info-section .product-noti ol + ol {
    border-top: 1px dashed #D9DBDC;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .product-detail-info-section .product-noti ol > li {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: 16px;
    font-size: 11px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .product-detail-info-section .product-noti ol > li:not(:first-of-type) { margin-top: 8px;}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .product-detail-info-section .product-noti ol > li .tit {
    flex: none;
    width: 100px;
    position: relative;
    line-height: 16px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .product-detail-info-section .product-noti ol > li .tit:before {
    content: '·';
    margin-right: 2px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .product-detail-info-section .performance-factor {
    width: 100%;
    height: auto;
    padding: 0 20px;
    --key-color: #2a3138;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .product-detail-info-section .performance-factor:empty {
    display: none;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .product-detail-info-section .performance-factor ul {
    width: 100%;
    height: auto;
    position: relative;
    --key-color: inherit;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px 0;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .product-detail-info-section .performance-factor ul:after { display: none;}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .product-detail-info-section .performance-factor ul > li {
    flex: 0 1 50%;
    min-width: 0;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0 8px;
    --key-color: inherit;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .product-detail-info-section .performance-factor ul > li .title {
    --key-color: inherit;
    flex: none;
    width: 64px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 14px;
    background: var(--key-color);
    color: #fff;
    font-weight: 500;
    font-size: 11px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .product-detail-info-section .performance-factor ul > li .value-wrap {
    flex: 1 1 auto;
    line-height: 28px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .product-detail-info-section .performance-factor ul > li .value-wrap .value {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 4px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .product-detail-info-section .performance-factor ul > li .value-wrap .value em {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .product-detail-info-section .product-size.goods_detail {
    padding: 0 20px;
    margin-top: 40px;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .product-detail-info-section .product-size.goods_detail .inner {
    border: none;
    padding: 0;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .product-detail-info-section .product-size.goods_detail .inner .tbl02 { margin: 0;}




.smartpay-standby {
    display: none;
    width: auto;
    height: auto;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 700;
    --compact-transition-dur: 0.3s;
}

:is(.shopping-tire-detail, .shopping-auto-service-detail) .smartpay-standby {
    bottom: calc(20px + 16px + 46px + env(safe-area-inset-bottom));
}

.smartpay-standby.on {
    display: block;
}

.smartpay-standby .btn-item {
    --compact-transition-dur: inherit;
    border-radius: 2px;
    width: 22px;
    height: 22px;
    line-height: 20px;
    position: absolute;
    top: -2px;
    right: 0;
    transform: translateY(-100%) translateZ(0);
    opacity: 1;
    transition: all var(--compact-transition-dur);
    pointer-events: all;
}

.smartpay-standby .card {
    --compact-transition-dur: inherit;
    width: 100px;
    height: 142px;
    position: relative;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.12), inset 0 0 0 0 #D9DBDC;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: all var(--compact-transition-dur);
    transform-origin: 50% 0;
    z-index: 1;
}

.smartpay-standby .card.compact {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.smartpay-standby .card.compact ~ .btn-item {
    transform: translateY(0) translateZ(0);
    opacity: 0;
    pointer-events: none;
}

.smartpay-standby .card.compact .smartpay-standby-item {
    transform: translateY(-39px) translateZ(0);
}

.smartpay-standby-item {
    --compact-transition-dur: inherit;
    flex: none;
    width: 100px;
    height: auto;
    position: relative;
    padding: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all var(--compact-transition-dur);
    transform: translateY(0) translateZ(0);
}

.smartpay-standby-item > h5 {
    --compact-transition-dur: inherit;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 8px;
    white-space: nowrap;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--compact-transition-dur);
}

.smartpay-standby .card.compact h5 { opacity: 0; }

.smartpay-standby-item .thumb-area {
    --compact-transition-dur: inherit;
    width: 100%;
    height: 68px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--compact-transition-dur);
}

.smartpay-standby .card.compact .thumb-area { transform: translateY(0) translateZ(0) scale(0.7); }
.smartpay-standby .card.compact .thumb-area .brand-layer { opacity: 0;}

.smartpay-standby-item .thumb-area .img-layer {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
}

.smartpay-standby-item .thumb-area .img-layer img {
    width: auto;
    height: 100%;
}

.smartpay-standby-item .thumb-area .brand-layer {
    --compact-transition-dur: inherit;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--compact-transition-dur);
}

.smartpay-standby-item .thumb-area .brand-layer .brand-logo {
    width: auto;
    height: 10px;
}

.smartpay-standby-item .info-area {
    --compact-transition-dur: inherit;
    width: 84px;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
    transition: all var(--compact-transition-dur);
}

.smartpay-standby .card.compact .info-area { opacity: 0; }

.smartpay-standby > .front-rear-indicator,
.smartpay-standby-item .info-area .front-rear-indicator {
    flex: none;
    display: inline-block;
    width: auto;
    height: 16px;
    line-height: 16px;
    border-radius: 2px;
    background: #fe6a2b;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    padding: 0 4px;
}

.smartpay-standby > .front-rear-indicator {
    --compact-transition-dur: inherit;
    position: absolute;
    bottom: -4px;
    left: -2px;
    z-index: 1;
    transition: all var(--compact-transition-dur);
    opacity: 0;
    pointer-events: none;
}

.smartpay-standby .card.compact ~ .front-rear-indicator { opacity: 1; }

.smartpay-standby-item .info-area .product-name {
    flex: 1 0 0;
    line-height: 16px;
    font-size: 10px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 32px;
}






/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=auto-service-list-item------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.auto-service-list-item {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    -webkit-tap-highlight-color: transparent;
}

.auto-service-list-item.section-product {
    border: none;
    background-color: transparent;
    border-radius: 0;
}

.auto-service-list-item:active .thumb-area:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.1);
    border-radius: inherit;
}

.auto-service-list-item .brand-area {
    width: 100%;
    height: 24px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.auto-service-list-item .brand-area .brand-logo {
    width: auto;
    height: 16px;
}

.auto-service-list-item .thumb-area {
    width: 100%;
    height: 124px;
    position: relative;
    background: #f2f2f7;
    border-radius: 4px;
}

.auto-service-list-item .thumb-area .img-layer {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
}

.auto-service-list-item .thumb-area .img-layer img {
    width: auto;
    height: 100%;
}

.auto-service-list-item .thumb-area .brand-layer {
    width: 100%;
    height: auto;
    padding-right: 6px;
    position: absolute;
    top: 6px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.auto-service-list-item .thumb-area .brand-layer .brand-logo {
    width: auto;
    height: 12px;
}

.auto-service-list-item .thumb-area .badge-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: inherit;
}

.auto-service-list-item .thumb-area .badge-layer .badge-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 4px;
    gap: 2px;
}


.auto-service-list:not(.compare-mode ) .auto-service-list-item.soldout .thumb-area:after,
.auto-service-list:not(.compare-mode ) .auto-service-list-item.soldout:active .thumb-area:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: rgba(0,0,0,0.48);
    position: absolute;
    top: 0;
    left: 0;
}

.auto-service-list:not(.compare-mode ) .auto-service-list-item.soldout .thumb-area:before {
    content: '현재 품절상품입니다';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.5px;
    white-space: nowrap;
    z-index: 1;
}

.auto-service-list-item .thumb-area .badge-layer .oe-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 8px;
    gap: 2px;
    position: absolute;
    right: 0;
    bottom: 0;
    user-select: none;
    pointer-events: none;
}

.auto-service-list-item .thumb-area .badge-layer .oe-wrap .maker-bi {
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 8px;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.16);
}

.auto-service-list-item .thumb-area .compare-layer {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.4);
    border-radius: inherit;
    z-index: 2;
}

.compare-mode .auto-service-list-item .thumb-area .compare-layer { display: flex; }

.auto-service-list-item .thumb-area .compare-layer:before {
    content: '';
    font-family: 'LineIcons';
    display: inline-block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    box-shadow: inset 0 0 0 1px #D9DBDC;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    position: absolute;
    top: 8px;
    left: 8px;
    color: #fe6a2b;
}

.auto-service-list-item.compare-pick .thumb-area .compare-layer:before {
    content: "\e90f";
}

.auto-service-list-item .thumb-area .compare-layer:after {
    content: '비교를 원하는 상품을\A선택해 주세요.';
    white-space: pre-wrap;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
}

.auto-service-list-item .info-area {
    width: 100%;
    height: auto;
    position: relative;
}

.auto-service-list-item .info-area .badge-wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 4px;
    gap: 4px;
}

.auto-service-list-item [data-badge] {
    flex: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    line-height: 12px;
    padding: 0 4px;
    font-size: 9px;
    font-weight: 700;
    border-radius: 2px;
    border: 1px solid transparent;
    background: #F2F2F7;
    color: #5B6068;
    vertical-align: middle;
}

.auto-service-list-item [data-badge="new"] { background: #D03333; color: #fff; }
.auto-service-list-item [data-badge="new"]:before { content: 'NEW';}

.auto-service-list-item [data-badge="premium"] { background: #fff; color: #FE6A2B; border-color: #FE6A2B;}
.auto-service-list-item [data-badge="premium"]:before { content: '프리미엄';}

.auto-service-list-item [data-badge="standard"] { background: #fff; color: #FFA200; border-color: #FFA200; }
.auto-service-list-item [data-badge="standard"]:before { content: '스탠다드';}

.auto-service-list-item [data-badge="economy"] { background: #fff; color: #A0A6AF; border-color: #A0A6AF; }
.auto-service-list-item [data-badge="economy"]:before { content: '이코노미'; }

.auto-service-list-item [data-badge="sport"]:before { content: '고속/제동성';}
.auto-service-list-item [data-badge="comfort"]:before { content: '정숙/승차감';}

.auto-service-list-item [data-badge="oe"] { background: #2a3138; color: #fff; }
.auto-service-list-item [data-badge="oe"]:before { content: 'OE 공급';}

.auto-service-list-item [data-badge="online-only"] { color: #6D80F5; font-weight: 700; letter-spacing: -0.5px; }
.auto-service-list-item [data-badge="online-only"]:before { content: '온라인 ONLY';}

.auto-service-list-item [data-badge="gasoline"]:before { content: '가솔린';}
.auto-service-list-item [data-badge="diesel"]:before { content: '디젤';}


.auto-service-list-item .info-area .product-name {
    width: 100%;
    min-width: 0;
    max-height: 40px;
    /* display: flex;
    align-items: center; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 20px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    margin-top: 8px;
    padding-right: 12px;
}

.auto-service-list-item .info-area .product-name [data-badge] { margin-right: 4px; }
.auto-service-list-item .info-area .product-name .name-txt ~ [data-badge] { margin-right: 0; margin-left: 4px; }

.auto-service-list-item .info-area .product-name .name-txt {
    /* flex: 0 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
    line-height: 20px;
    word-break: break-all;
}

.auto-service-list-item .info-area .product-size {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-top: 4px;
}

.auto-service-list-item .info-area .product-price {
    font-size: 14px;
    font-weight: 700;
    margin-top: 4px;
}

.auto-service-list-item .info-area .product-price .discount-rate { color: #FE6A2B; font-weight: 700; margin-right: 4px; font-size: 12px; }

.auto-service-list-item .info-area .product-price .price { float: none; font-size: 14px; }
.auto-service-list-item .info-area .product-price del { float: none; font-size: 12px; font-weight: 400; margin-left: 4px; }

.auto-service-list-item .info-area .rating-wrap {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 11px;
    margin-top: 4px;
}

.auto-service-list-item .info-area .rating-wrap .rating {
    display: inline-block;
    width: 48px;
    height: 10px;
    background: url('../images/common/rating-off.svg') no-repeat;
    background-position: 0 50%;
    background-size: 48px auto;
    overflow: hidden;
    line-height: initial;
    font-size: 0;
}

.auto-service-list-item .info-area .rating-wrap .rating span {
    display: inline-block;
    width: 100%;
    height: 10px;
    background: url('../images/common/rating-on.svg') no-repeat;
    background-position: 0 50%;
    background-size: 48px auto;
    overflow: hidden;
}

.auto-service-list-item .info-area .rating-wrap .rating-point {
    margin-left: 2px;
    font-weight: 700;
}

.auto-service-list-item .info-area .rating-wrap .review-count {
    margin-left: 4px;
    font-weight: 500;
    color: #A0A6AF;
}

.auto-service-list-item .info-area .selling-point-msg {
    padding: 12px 0;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    color: #5b6068;
}

.other-result:has(.auto-service-list-item) .swiper-slide {
    width: 156px;
}

.other-result:has(.auto-service-list-item) .compare {
    position: absolute;
    right: 0;
    top: 24px;
    z-index: 5;
}

.other-result:has(.auto-service-list-item) .compare .check-item .labelling {
    padding: 8px 28px 8px 4px;
}

.other-result:has(.auto-service-list-item) .compare .check-item .label-txt { color: #5b6068; font-size: 12px; }

.other-result:has(.auto-service-list-item) .compare .check-item .icon-holder {
    left: auto;
    right: 8px;
}



/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=shopping-auto-service-list--------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
#container.display {
    background: #fff;
}

.goods-list-wrap .section.auto-service-list .other-result {
    background: #fff;
    min-height: 245px;
}

.goods-list-wrap .section .other-result:has(.auto-service-list-item) {
    background: #fff;
}

.goods-list-wrap {
    position: relative;
    padding-top: 0;
}

.goods-list-wrap .display-basis-section {
    width: 100%;
    height: 72px;
    position: sticky;
    top: 0;
    z-index: 700;
    padding: 0 20px;
    margin-top: 20px;
    pointer-events: none;
    transition: all 0.3s;
}

.goods-list-wrap .display-basis-section.stuck {
    padding: 0;
}

.goods-list-wrap .display-basis-section.stuck .display-basis-container {
    height: 60px;
    border-radius: 0;
    padding: 0 12px;
    box-shadow: 0 1px 0 #d9dbdc;
}

.goods-list-wrap .display-basis-section .display-basis-container {
    width: 100%;
    height: 72px;
    position: relative;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    pointer-events: all;
    transition: all 0.3s;
}

.goods-list-wrap .display-basis-section .display-basis-container .thumb-area {
    flex: none;
}
.goods-list-wrap .display-basis-section .display-basis-container .thumb-area .thumb-holder {
    width: 68px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    position: relative;
}

.goods-list-wrap .display-basis-section .display-basis-container .thumb-area .thumb-holder .line-icons {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.goods-list-wrap .display-basis-section .display-basis-container .info-area {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0;
}

.goods-list-wrap .display-basis-section .display-basis-container .info-area .tire-size {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
}

.goods-list-wrap .display-basis-section .display-basis-container .info-area .txt-16 { transition: all 0.3s;}
.goods-list-wrap .display-basis-section.stuck .display-basis-container .info-area .txt-16 { font-size: 14px; }

.goods-list-wrap .display-basis-section .display-basis-container .info-area .tire-size span { flex: none;}

.goods-list-wrap .display-basis-section .display-basis-container .btn-area {
    flex: none;
}



.goods-list-wrap .store-pick-section {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 20px 20px;
    margin-top: 8px;
}

.goods-list-wrap .store-pick-section .btn-item {
    background: #F2F2F7;
}

.goods-list-wrap .store-pick-section .btn-item .label-txt { font-size: 12px;}
.goods-list-wrap .store-pick-section .btn-item .label-txt em { font-weight: 500;}


/* photo review swiper */
.photo .swiper-container .swiper-pagination { font-size: 0; }
.photo .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color: #2a3138; }
.photo .swiper-container .swiper-pagination .swiper-pagination-bullet { background-color: #aaafb8; }


.goods-list-wrap .swiper-slide:has(.search-battery-slide):only-child {
    width: 100%;
}

.goods-list-wrap .swiper-slide:has(.search-battery-slide) {
    height: auto;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.goods-list-wrap .search-battery-slide {
    width: 100%;
    height: 245px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 16px;
    padding: 20px 0;
}

.goods-list-wrap .search-battery-slide .icon-img {
    width: 48px;
    height: 48px;
    margin-bottom: -8px;
}

.goods-list-wrap .search-battery-slide > p {
    color: #5b6068;
    font-size: 12px;
    line-height: 16px;
}

.goods-list-wrap .section .other-result:has(.other-result-nodata) { background: #fff; padding: 0;}

.goods-list-wrap .other-result-nodata {
    width: 100%;
    height: 245px;
    background: #fff;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-align: center;
}

.goods-list-wrap .other-result-nodata > .line-icons { color: #fe6a2b; }

.goods-list-wrap .other-result-nodata .empty-msg p {
    line-height: 24px;
    color: #5b6068;
    font-size: 16px;
    font-weight: 400;
}

.goods-list-wrap .other-result-nodata .empty-msg p.sub {
    color: #a0a6af;
    font-size: 12px;
    font-weight: 400;
}


.display-sort-wrap:has(~ .auto-service-list-func) {
    border-bottom: none;
}


.goods-list-wrap .auto-service-list-func {
    width: 100%;
    height: auto;
    position: relative;
    padding: 8px 20px;
    border-top: 8px solid #F2F2F7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    
}

.goods-list-wrap .auto-service-list-func .compare-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
}

.goods-list-wrap .auto-service-list-func .compare-item .toggle-switch {
    border-radius: 16px;
    -webkit-tap-highlight-color: transparent;
    display: inline-flex;
    align-items: center;
    padding-right: 8px;
}

.goods-list-wrap .auto-service-list-func .compare-item .toggle-switch span { font-size: 12px; margin-left: 4px; }

.goods-list-wrap .auto-service-list-func .sroter-item select.input-box {
    border-color: transparent;
    font-size: 12px;
    font-weight: 500;
    text-align:right;
    padding-left: 4px;

}

.goods-list-wrap .auto-service-list-func .sroter-item .form-control {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.goods-list-wrap .auto-service-list-func .sroter-item .form-control .input-group .tools {
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.auto-service-list .compare-trigger {
    width: 100%;
    height: 0;
    overflow: visible;
    position: relative;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}

.auto-service-list .compare-trigger.on {
    height: 40px;
    opacity: 1;
    pointer-events: all;
}

.auto-service-list .compare-trigger .btn-item {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(16px) translateZ(0);
    transition: all 0.3s;
}

.auto-service-list .compare-trigger.on .btn-item {
    transform: translateX(-50%) translateY(0) translateZ(0);
}


.auto-service-list .hero-wrap .headcopy {
    font-size: 16px;
    font-weight: 500;
    color: #2a3138;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;

}

.auto-service-list .hero-wrap .headcopy small {
    font-size: 12px;
    font-weight: 400;
    margin-left: 8px;
    color: #2a3138;
}

.auto-service-list .hero-wrap .subcopy {
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: #5b6068;
    font-weight: 400;
}



.modal-item .modal-body .modal-scroller:has(.battery-search),
.modal-item .modal-body .modal-scroller:has(.battery-search) > .container {
    height: 100%;
}

.battery-search {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.battery-search .battery-search-step-nav {
    flex: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    background: #fff;
    padding: 16px 16px 24px;
}

.battery-search .battery-search-step-nav .btn-item {
    width: 132px;
    background: #f2f2f7;
    color: #a0a6af;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
}

.battery-search .battery-search-step-nav .btn-item.act {
    border-color: #fe6a2b;
    color: #fe6a2b;
    background: #fff;
}

.battery-search .battery-search-step-nav .btn-item:has(~ .act) {
    border-color: #D9DBDC;
    color: #2a3138;;
    background: #fff;
    justify-content: space-between;
    pointer-events: all;
}

.battery-search .battery-search-step-nav .btn-item:has(~ .act):after {
    content: '\e90f';
    font-family: 'LineIcons';
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    color: #fe6a2b;
}

.battery-search .battery-search-step-swiper {
    flex: 1 0 0;
    min-height: 0;

    width: 100%;
    height: 100%;
}

.battery-search .battery-search-step-swiper .swiper-wrapper {
    height: 100%;
}

.battery-search .battery-search-step-swiper .swiper-slide {
    padding: 32px 16px;
    height: 100%;
    overflow: auto;
    /* align-self: stretch; */
}

.battery-search .battery-type-slide { background: #fff; }
.battery-search .battery-spec-slide { background: #F9F9FA; }

.battery-search .battery-type-radio-item {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-top: 8px;
    -webkit-tap-highlight-color: transparent;
    background: #fff;
    border-radius: 8px;
}

.battery-search .battery-type-radio-item input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    top: -1px;
    visibility: hidden;
}

.battery-search .battery-type-radio-item input:checked ~ .labelling { border-color: #fe6a2b; }

.battery-search .battery-type-radio-item .labelling {
    width: 100%;
    min-height: 132px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 12px 16px 12px 24px;
    border: 1px solid #d9dbdc;
    border-radius: 8px;
    pointer-events: none;
}

.battery-search .battery-type-radio-item:active .labelling { background: rgba(0,0,0,0.06); }

.battery-search .battery-type-radio-item .labelling .info-area {
    flex: 1 0 0;
    min-width: 0;
}

.battery-search .battery-type-radio-item .labelling .info-area hgroup {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.battery-search .battery-type-radio-item .labelling .info-area hgroup h4 {
    color: #000;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.5px;
}

.battery-search .battery-type-radio-item .labelling .info-area hgroup [data-badge] {
    flex: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    line-height: 12px;
    padding: 0 8px;
    font-size: 11px;
    font-weight: 500;
    border-radius: 2px;
    border: 1px solid transparent;
    color: #5B6068;
    vertical-align: middle;
}
.battery-search .battery-type-radio-item .labelling .info-area hgroup [data-badge="premium"]:before { content: '프리미엄'; }
.battery-search .battery-type-radio-item .labelling .info-area hgroup [data-badge="premium"] { color: #FE6A2B; border-color: #FE6A2B; }

.battery-search .battery-type-radio-item .labelling .info-area hgroup [data-badge="standard"]:before { content: '스탠다드'; }
.battery-search .battery-type-radio-item .labelling .info-area hgroup [data-badge="standard"] { color: #FFA200; border-color: #FFA200; }

.battery-search .battery-type-radio-item .labelling .info-area hgroup [data-badge="economy"]:before { content: '이코노미'; }
.battery-search .battery-type-radio-item .labelling .info-area hgroup [data-badge="economy"] { color: #A0A6AF; border-color: #A0A6AF; }

.battery-search .battery-type-radio-item .labelling .info-area .desc {
    font-size: 12px;
    line-height: 16px;
    color: #5b6068;
    margin-top: 8px;
}

.battery-search .battery-type-radio-item .labelling .thumb-area {
    flex: none;
    width: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.battery-search .battery-type-radio-item .labelling .thumb-area img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
}

.battery-search .type-indicator {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.battery-search .type-indicator .sub-title {
    font-size: 12px;
    line-height: 16px;
}

.battery-search .type-indicator .tip {
    font-size: 11px;
    line-height: 16px;
    color: #5b6068;
}

.battery-search .type-indicator h4 {
    font-size: 18px;
    line-height: 28px;
    padding: 8px 0;
}

.battery-search .type-indicator .dummy-img {
    width: 112px;
    height: 112px;
}

.battery-search .battery-spec-radio-group {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
    margin-top: 16px;
}

.battery-search .battery-spec-radio-group:not(:has(*)) {
    height: 92px;
    border-radius: 8px;
    background: rgba(255,255,255,0.8);
    border: 1px solid #f2f2f7;
}

.battery-search .battery-spec-radio-group:not(:has(*)):before {
    content: '세부 규격을 불러오고 있습니다.';
    color: #a0a6af;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation: battery-search-wait-anim 2s infinite;
}

@keyframes battery-search-wait-anim {
    0% { opacity: 1; }
    40% { opacity: 0; }
    80% { opacity: 1; }
    100% { opacity: 1; }
}

.battery-search .battery-spec-radio-item {
    flex: 0 0 calc((100% - 12px) / 4);
    min-width: 0;
    display: block;
    width: auto;
    height: auto;
    position: relative;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    background: #fff;
    border-radius: 4px;
}

.battery-search .battery-spec-radio-item input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    top: -1px;
    visibility: hidden;
}

.battery-search .battery-spec-radio-item input:checked ~ .labelling { border-color: #fe6a2b; }

.battery-search .battery-spec-radio-item .labelling {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9dbdc;
    border-radius: 4px;
    pointer-events: none;
}

.battery-search .battery-spec-radio-item:active .labelling { background: rgba(0,0,0,0.06); }


/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=shopping-auto-service-detail------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.shopping-auto-service-detail #productReview {
    padding: 20px 0 40px;
}

#productReview.goods_detail .review_top {
    border-top: none;
    padding: 0 20px 20px;
}

#productDetailInfo.goods_detail .inner {
    border-top: none;
    padding: 0 0 20px;
}

.tire-shopping-hook {
    position: relative;
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid #d9dbdc;
}

.tire-shopping-hook:before {
    content: '';
    display: block;
    width: 100%;
    height: 40%;
    position: absolute;
    top: 100px;
    lefT: 0;
    background: linear-gradient(#f2f2f7, #fff);
}

.tire-shopping-hook img {
    width: 160px;
    margin-bottom: 12px;
}

.goods_detail .review_top .unitR2 .star02 {
    margin-left: 12px;
    color: #2a3138;
    font-size: 16px;
}





/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=[task]UX개선(메인)-----------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.swiper-container .progress-bullet-pagination {
    width: 100%;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    gap: 4px;
    position: relative;
    overflow: hidden;
}

.swiper-container .progress-bullet-pagination .swiper-pagination-bullet {
    --progress: 0;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #C0C6CE;
    margin: 0;
    overflow: hidden;
    position: relative;
    transition: all 0.2s;
}

.swiper-container .progress-bullet-pagination .swiper-pagination-bullet-active {
    --progress: 0;
    width: 16px;
}

.swiper-container .progress-bullet-pagination .swiper-pagination-bullet-active:before {
    --progress: inherit;
    content: '';
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: #fe6a2b;
    transform-origin: 0 50%; 
    transform: translateZ(0) scaleX(var(--progress));
}

.main-basis {
    width: 100%;
    background: #2a3138;
}

.main-basis.case-general {
    height: auto;
    position: relative;
    padding: 16px 20px;
    box-shadow: 0 -2px 0 0 #2a3138;
}
.main-basis.case-specific {
    height: 88px;
    z-index: 700;
    position: sticky;
    top: 0;
    transition: height 0.2s;
    overflow: hidden;
    box-shadow: 0 -2px 0 0 #2a3138;
    padding: 8px 20px 24px;
    will-change: auto;
}

.main-basis.case-specific.stuck .basis-car { transform: translateY(8px); }

.main-basis.case-general .search-field-btn {
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    background: transparent;
    width: 100%;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    background: #F9F9FA;
    border-radius: 20px;
    text-align: center;
    gap: 8px;
}

.main-basis.case-general .search-field-btn * { user-select: none; }

.main-basis.case-general .search-field-btn:after {
    content: '\e92e';
    font-family: 'LineIcons';
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    pointer-events: none;
}

.main-basis.case-general .search-field-btn:active { background: rgba(255,255,255,0.9); }

.main-basis.case-general .search-field-btn p {
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-basis.case-general .search-field-btn p.placeholder { color: #5b6068; }

.main-basis.case-general .start-add-car-btn:active { background: rgba(255,255,255,0.05);}

.main-basis.case-specific .basis-car {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s;
}

.main-basis.case-specific .basis-car .basis-car-change-btn {
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    background: transparent;
    flex: 0 1 auto;
    min-width: 0;
    padding-right: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    text-align: left;
}

.main-basis.case-specific .basis-car .basis-car-change-btn * { user-select: none; }

.main-basis.case-specific .basis-car .basis-car-change-btn .thumb-holder {
    flex: none;
    width: 56px;
    height: 56px;
    border: 1px solid #D9DBDC;
    border-radius: 50%;
    background-color: #fff;
    background-image: url('../images/common/mycar_dummy.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 50%;
}

.main-basis.case-specific .basis-car .basis-car-change-btn .info-area {
    flex: 1 1 auto;
    min-width: 0;
    color: #fff;
}

.main-basis.case-specific .basis-car .basis-car-change-btn .info-area .car-model {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-basis.case-specific .basis-car .basis-car-change-btn .info-area .car-number {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.main-basis.case-specific .basis-car .basis-car-change-btn .info-area .car-number:after {
    content: '\e915';
    font-family: 'LineIcons';
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    transition: all 0.2s;
    transform: translateZ(0) rotate(0);
}

.main-basis.case-specific .basis-car .basis-car-change-btn.on .info-area .car-number:after {
    transform: translateZ(0) rotate(180deg);
}

.main-basis.case-specific .basis-car .basis-car-change-btn .info-area .car-number span {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    position: relative;
}

.main-basis.case-specific .basis-car .shopping-start-btn {
    flex: none;
    width: 138px;
    padding-left: 16px;
    padding-right: 12px;
    font-weight: 500;
}

.main-basis.case-specific .basis-car .shopping-start-btn:active { background: rgba(255,255,255,0.05);}

.main-basis.case-specific:has(.basis-car-change-btn.on) { height: 164px; }

.my-garage {
    width: 100%;
    height: auto;
    padding-top: 28px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    transition: all 0.2s;
}

.my-garage .my-car-list-area {
    flex: 1 1 auto;
    min-width: 0;
}

.my-garage .my-car-list-area .car-slot-swiper { overflow: visible; }

.my-garage .my-car-list-area .car-slot-swiper .slot-btn {
    -webkit-tap-highlight-color: transparent;
    appearance: none;
    width: 48px;
    height: 48px;
    position: relative;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 50%;
}

.my-garage .my-car-list-area .car-slot-swiper .slot-btn.my-car-btn:active:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(42,49,56,0.1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.my-garage .my-car-list-area .car-slot-swiper .slot-btn .thumb-holder {
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #D9DBDC;
    border-radius: 50%;
    background-color: #fff;
    background-image: url('../images/common/mycar_dummy.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 50%;
}

.my-garage .my-car-list-area .car-slot-swiper .slot-btn.act { pointer-events: none; }

.my-garage .my-car-list-area .car-slot-swiper .slot-btn.act .thumb-holder:after {
    content: '\e912';
    display: inline-block;
    font-family: 'LineIcons';
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #00B3C5;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(1px) translateY(-1px);
    z-index: 1;
}

.my-garage .my-car-list-area .car-slot-swiper .slot-btn.add-car-btn {
    background-image: linear-gradient(#D0D3DE, #fff);
}

.my-garage .my-car-list-area .car-slot-swiper .slot-btn.add-car-btn:active {
    background-image: linear-gradient(#D0D3DE, #D0D3DE);
}

.my-garage .my-car-list-area .car-slot-swiper .slot-btn.add-car-btn:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 50%;
    background-image: url('../images/common/mycar_dummy.png');
    mix-blend-mode: multiply;
}

.my-garage .my-car-list-area .car-slot-swiper .slot-btn.add-car-btn:after {
    content: '\e900';
    display: inline-block;
    font-family: 'LineIcons';
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
}


.main-contents {
    width: 100%;
    height: auto;
    z-index: 1;
    background: #fff;
    padding-top: 24px;
}

.main-banner-section {
    overflow: hidden;
    padding: 0 20px 12px;
}

.main-banner-section > h1 { display: none; }

.main-banner-swiper {
    width: 100%;
    overflow: visible;
}

.main-banner-swiper .swiper-slide {
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 312/164;
}

.main-banner-swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 312/164;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0.05);
}

.main-banner-swiper .swiper-slide img {
    width: 100%;
    height: auto;
}

.brand-gate-section {
    overflow: hidden;
    padding: 4px 20px 40px;
}

.brand-gate-section > h1 {
    font-size: 16px;
}

.brand-gate-swiper {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
    overflow: auto;
    scroll-behavior: smooth;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}

.brand-gate-swiper::-webkit-scrollbar { display: none;}

.brand-gate-swiper .gate-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    padding-top: 24px;
    position: relative;
}

.brand-gate-swiper h1 { display: none; }

.brand-gate-swiper .gate-group h1 {
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
    color: #5B6068;
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
}

.brand-gate-swiper .gate-group h1.txt-primary { color: #fe6a2b; }

.brand-gate-swiper .swiper-slide {
    flex: none;
    display: block;
    width: 64px;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}

.brand-gate-swiper .swiper-slide .thumb-area {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    overflow: hidden;
    background: #F9F9FA;
    position: relative;
}

.brand-gate-swiper .swiper-slide .thumb-area > img {
    display: block;
    width: 100%;
    height: 100%;
}

.brand-gate-swiper .swiper-slide .thumb-area:after {
    content: '';
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid rgba(160,166,175,0.1);
    pointer-events: none;
}

.brand-gate-swiper .swiper-slide:active .thumb-area:after {
    background: rgba(42,49,56,0.1);
}

.brand-gate-swiper .swiper-slide .title-area {
    margin-top: 4px;
    text-align: center;
    color: #000;
}

.brand-gate-swiper .swiper-slide .title-area p {
    font-size: 11px;
    line-height: 16px;
}

.brand-gate-swiper .divider {
    width: 0;
    height: 64px;
    border-left: 1px solid #D9DBDC;
}


.recommend-tire-section {
    overflow: hidden;
    padding: 24px 20px 40px;
}

.recommend-tire-section > h1 {
    font-size: 16px;
}

.recommend-tire-section > h1 .title-graphic {
    width: 24px;
    height: 24px;
    margin-left: 8px;
    display: inline-block;
    position: relative;
}

.recommend-tire-section > h1 .tooltip-container { left: 4px;}

.recommend-tire-section .tire-size-tab {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 16px;
}

.recommend-tire-section .tire-size-tab .size-tab-btn {
    flex: none;
    color: #5b6068;
}
.recommend-tire-section .tire-size-tab .size-tab-btn.act { color: #fe6a2b; border-color: #fe6a2b; }

.recommend-tire-section .tire-size-tab ~ .recommend-tire-swiper { margin-top: 16px;}

.recommend-tire-swiper {
    height: auto;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 24px;
    padding: 0 20px;
    overflow: auto;
    scroll-behavior: smooth;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}

.recommend-tire-swiper::-webkit-scrollbar { display: none;}

.recommend-tire-swiper .tire-list-item {
    flex: none;
    width: 148px;
}

.recommend-tire-swiper .tire-list-item .thumb-area { overflow: hidden;}

.main-best-badge {
    height: 24px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #000;
    border-radius: 0 0 4px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    top: 0px;
    left: 0px;
}

.recommend-tire-swiper .tire-list-more {
    width: 148px;
    height: auto;
    align-self: stretch;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 12px;
    -webkit-tap-highlight-color: transparent;
}

.recommend-tire-swiper .tire-list-more:active { background: rgba(0,0,0,0.05);}

.recommend-tire-swiper .tire-list-more > p {
    font-size: 12px;
    line-height: 18px;
}

.recommend-tire-swiper .tire-list-more > .line-icons {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #2a3138;
    color: #fff;
    font-size: 24px;
    margin-top: 12px;
}



.best-review-section {
    overflow: hidden;
    padding: 24px 20px 40px;
}

.best-review-section > h1 {
    font-size: 16px;
}

.best-review-section > h1 .title-graphic {
    width: 24px;
    height: 24px;
    margin-left: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.best-review-swiper {
    overflow: visible;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 16px;
    height: auto;
    background: #F2F2F7;
    padding: 16px 20px;
}

.best-review-swiper .swiper-slide {
    width: 308px;
    height: auto;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    text-align: left;
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    overflow: hidden;
    position: relative;
    user-select: none;
}

.best-review-swiper .swiper-slide:has(.best-review-card) {
    padding: 0;
    background: transparent;
    overflow: visible;
}

.best-review-swiper .swiper-slide .best-review-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    text-align: left;
    background: #fff;
    border-radius: 8px;
    padding: 16px;
}

.best-review-swiper .swiper-slide * { user-select: none; }

.best-review-swiper .swiper-slide:active {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.best-review-swiper .swiper-slide:has(.best-review-card):active {
    box-shadow: none;
}

.best-review-swiper .swiper-slide .best-review-card:active {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.best-review-swiper .swiper-slide .header-area {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    user-select: none;
}

.best-review-swiper .swiper-slide .header-area .review-product {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.best-review-swiper .swiper-slide .header-area .review-product .thumb-holder {
    flex: none;
    width: 60px;
    height: 48px;
    position: relative;
}

.best-review-swiper .swiper-slide .header-area .review-product .thumb-holder img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0.9);
}

.best-review-swiper .swiper-slide .header-area .review-product .info {
    flex: 1 1 auto;
    min-width: 0;
}

.best-review-swiper .swiper-slide .header-area .review-product .info .brand-logo {
    width: auto;
    height: 14px;
}

.best-review-swiper .swiper-slide .header-area .review-product .info .product-name {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.best-review-swiper .swiper-slide .header-area .review-photo {
    flex: none;
    width: 48px;
    height: 48px;
    border-radius: 4px;
    overflow: hidden;
}

.best-review-swiper .swiper-slide .header-area .review-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.best-review-swiper .swiper-slide .middle-area {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    user-select: none;
    margin-top: 16px;
}

.best-review-swiper .swiper-slide .middle-area .writer {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    gap: 4px;
}

.best-review-swiper .swiper-slide .middle-area .writer .name {
    flex: none;
    font-weight: 500;
    line-height: 16px;
}

.best-review-swiper .swiper-slide .middle-area .writer .car {
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #5B6068;
    line-height: 16px;
    padding-left: 4px;
    margin-left: 4px;
    position: relative;
    border-left: 1px solid #d9dbdc;
}

.best-review-swiper .swiper-slide .middle-area .rating-wrap {
    flex: none;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 11px;
}

.best-review-swiper .swiper-slide .middle-area .rating-wrap .rating {
    display: inline-block;
    width: 48px;
    height: 10px;
    background: url('../images/common/rating-off.svg') no-repeat;
    background-position: 0 50%;
    background-size: 48px auto;
    overflow: hidden;
    line-height: initial;
    font-size: 0;
}

.best-review-swiper .swiper-slide .middle-area .rating-wrap .rating span {
    display: inline-block;
    height: 10px;
    background: url('../images/common/rating-on.svg') no-repeat;
    background-position: 0 50%;
    background-size: 48px auto;
    overflow: hidden;
}

.best-review-swiper .swiper-slide .middle-area .rating-wrap .rating-point {
    margin-left: 2px;
    font-weight: 500;
    line-height: 16px;
}

.best-review-swiper .swiper-slide .cont-area {
    margin-top: 8px;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.best-review-swiper .swiper-slide .cont-area p {
    min-height: 48px;
    line-height: 16px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.best-review-swiper .swiper-slide .cont-area:has(.keyword-review) p {
    min-height: 0;
    max-height: 32px;
    -webkit-line-clamp: 2;
}


.best-review-swiper .swiper-slide .cont-area .keyword-review {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px 4px;
    padding: 8px 0;
    margin-bottom: 8px;
}

.best-review-swiper .swiper-slide .cont-area .keyword-review:empty { display: none; }
.best-review-swiper .swiper-slide .cont-area .keyword-review:not(:has(*)) { display: none; }

.best-review-swiper .swiper-slide .cont-area p ~ .keyword-review { margin-top: 8px; }

.best-review-swiper .swiper-slide .cont-area .keyword-review > span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    border-radius: 4px;
    border: none;
    background: #F2F2F7;
    font-size: 11px;
    line-height: 16px;
    padding: 4px 8px;
    color: #000;
}

.best-review-swiper .swiper-slide .cont-area:after {
    content: '더보기';
    display: inline-block;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    padding: 0 8px;
    font-size: 12px;
    background: #F2F2F7;
    align-self: flex-end;
    margin-top: 8px;
}

.best-review-swiper .swiper-slide:has(.footer-area) .cont-area:after { display: none; }

.best-review-swiper .swiper-slide .footer-area {
    margin-top: auto;
    margin-bottom: 0;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.best-review-swiper .swiper-slide .footer-area:not(:has(.write-time)) { justify-content: flex-end; }

.best-review-swiper .swiper-slide .footer-area .write-time {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.best-review-swiper .swiper-slide .footer-area .write-time .title {
    flex: none;
    font-size: 11px;
    line-height: 20px;
}

.best-review-swiper .swiper-slide .footer-area .write-time .value-badge {
    flex: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    border-radius: 4px;
    color: #fff;
    background: #fe6a2b;
    padding: 0 8px;
}

.best-review-swiper .best-review-card .footer-area .write-time .value-badge[data-range="10"] { background: #ffa200; }
.best-review-swiper .best-review-card .footer-area .write-time .value-badge[data-range="20"] { background: #FF9709; }
.best-review-swiper .best-review-card .footer-area .write-time .value-badge[data-range="30"] { background: #FF8F0F; }
.best-review-swiper .best-review-card .footer-area .write-time .value-badge[data-range="40"] { background: #FF8715; }
.best-review-swiper .best-review-card .footer-area .write-time .value-badge[data-range="50"] { background: #FF7E1C; }
.best-review-swiper .best-review-card .footer-area .write-time .value-badge[data-range="60"] { background: #FF7523; }
.best-review-swiper .best-review-card .footer-area .write-time .value-badge[data-range="70"] { background: #fe6a2b; }

.best-review-swiper .swiper-slide .footer-area:after {
    content: '더보기';
    display: inline-block;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    padding: 0 8px;
    font-size: 12px;
    background: #F2F2F7;
    align-self: flex-end;
}

.best-review-swiper .review-block {
    position: absolute;
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    background-color: rgba(255,255,255,0.9);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border-radius: 8px;
    z-index: 1;
}

.best-review-swiper .status-block ~ .review-block { display: flex;}


.best-review-swiper .review-more {
    width: 148px !important;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 12px;
    -webkit-tap-highlight-color: transparent;
}

.best-review-swiper .review-more:active { background: rgba(0,0,0,0.05); box-shadow: none;}

.best-review-swiper .review-more > p {
    font-size: 12px;
    line-height: 18px;
}

.best-review-swiper .review-more > .line-icons {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #2a3138;
    color: #fff;
    font-size: 24px;
    margin-top: 12px;
}


.sub-banner-section {
    padding: 24px 0 20px;
}

.sub-banner-swiper {
    width: 100%;
    overflow: hidden;
}

.sub-banner-swiper .swiper-slide {
    overflow: hidden;
    aspect-ratio: 375/120;
}

.sub-banner-swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0.05);
}

.sub-banner-swiper .swiper-slide img {
    width: 100%;
    height: auto;
}

.sub-banner-swiper .swiper-slide:before {
    content: '지금 확인하기';
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    right: 20px;
    bottom: 16px;
    pointer-events: none;
    user-select: none;
    color: #fff;
    transform: translateX(-28px);
}

.sub-banner-swiper .swiper-slide:after {
    content: '\e9be';
    font-family: 'LineIcons';
    display: inline-flex;
    align-items: center;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    position: absolute;
    right: 20px;
    bottom: 16px;
    pointer-events: none;
    user-select: none;
    color: #fff;
}

.sub-banner-swiper .sub-banner-pagination {
    height: 20px;
    padding: 0 20px;
}


.curation-section {
    overflow: hidden;
    padding: 24px 20px 40px;
}

.curation-section > h1 {
    font-size: 16px;
}

.curation-tile-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    height: 268px;
    gap: 8px;
    margin-top: 20px;
}

.curation-tile-list .tile-item {
    flex: 1 0 84px;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    width: calc((100% - 8px) / 2);
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    background-image: linear-gradient(#E9E9F1 0%, #F6F6FB 50%);
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 12px;
    user-select: none;
    position: relative;
    overflow: hidden;
}

.curation-tile-list .tile-item:active { background-image: linear-gradient(#E9E9F1 0%, #F6F6FB 120%); }

.curation-tile-list .tile-item:nth-child(1) { flex: 1 0 176px; padding: 16px; }

.curation-tile-list .tile-item h2 {
    font-size: 14px;
    line-height: 16px;
    position: relative;
    z-index: 1;
}

.curation-tile-list .tile-item img { position: absolute; transform-origin: 100% 100%; transform: scale(0.3333); }
.curation-tile-list .tile-item:nth-child(1) img { bottom: 32px; right: 18px; }
.curation-tile-list .tile-item:nth-child(2) img { bottom: 16px; right: 14px; }
.curation-tile-list .tile-item:nth-child(3) img { bottom: 14px; right: 12px; }
.curation-tile-list .tile-item:nth-child(4) img { bottom: 10px; right: 10px; }
.curation-tile-list .tile-item:nth-child(5) img { bottom: 12px; right: -6px; }



/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=positioning-map-------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
:has(.positioning-map) .navbar { position: relative;}
.positioning-map .tab.scrollable-tab {
    
    
    z-index: 700;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #fff;
    padding: 0;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
    overflow: hidden;
    font-size: 0;
    transition: all 0.2s;
}

.positioning-map .tab.scrollable-tab:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #f2f2f7;
}

.positioning-map .tab.scrollable-tab .scroll-wrap {
    width: 100%;
    padding: 0 16px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}
.positioning-map .tab.scrollable-tab .scroll-wrap::-webkit-scrollbar { display: none; }
.positioning-map .tab.scrollable-tab .indicator { display: none !important; }
.positioning-map .tab.scrollable-tab a {
    appearance: none;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    min-width: 0;
    white-space: nowrap;
    font-size: 12px;
    color: #2a3138;
    padding: 0 12px;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    background: transparent;
}

.positioning-map .tab.scrollable-tab a:active {
    background: rgba(0, 0, 0, 0.05);
}
.positioning-map .tab.scrollable-tab a.on { color: #fe6a2b; }
.positioning-map .tab.scrollable-tab a.on:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #fe6a2b;
    position: absolute;
    left: 0;
    bottom: 0;
}

.positioning-map .property-tab {
    width: 100%;
    height: auto;
    position: relative;
    padding: 16px 20px 8px;
    background: #F9F9FA;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.positioning-map .property-tab .btn-item.on {
    border-color: #fe6a2b;
    color: #fe6a2b;
}

.positioning-map .diagram-section {
    width: 100%;
    height: auto;
    position: relative;
    padding: 16px 24px 32px 12px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
}

.positioning-map .diagram-section:after { display: none; }

.positioning-map .diagram-section .y-axis-bar {
    flex: 0 0 auto;
    min-width: 0;
    width: 20px;
    align-self: stretch;
    position: relative;
    background: linear-gradient(#00B3C5, #FFA200);
    border-radius: 10px;
    pointer-events: none;
    user-select: none;
}

.positioning-map .diagram-section .y-axis-bar * { pointer-events: none; user-select: none; }

.positioning-map .diagram-section .y-axis-bar .upper {
    width: 100%;
    height: calc(100% - 72px);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 8px 0;
}

.positioning-map .diagram-section .y-axis-bar .lower {
    width: 100%;
    height: calc(100% - 72px);
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 8px 0;
}


.positioning-map .diagram-section .y-axis-bar :is(.upper-label, .lower-label) {
    width: 20px;
    height: 60px;
    position: sticky;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
}

.positioning-map .diagram-section .y-axis-bar .upper-label { align-items: flex-start; top: 55px; }
.positioning-map .diagram-section .y-axis-bar .lower-label { align-items: flex-end; bottom: 10px; }

.positioning-map .diagram-section .y-axis-bar .upper-label:before {
    content: '\e906';
    font-family: 'LineIcons';
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    font-weight: 400;
}

.positioning-map .diagram-section .y-axis-bar .lower-label:after {
    content: '\e903';
    font-family: 'LineIcons';
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    font-weight: 400;
}

.positioning-map .diagram-section .y-axis-bar .upper-label .label-txt {
    position: absolute;
    top: 20px;
    left: 50%;
    transform-origin: 0% 50%;
    transform: translateY(-50%) rotate(90deg);
}

.positioning-map .diagram-section .y-axis-bar .lower-label .label-txt {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform-origin: 100% 50%;
    transform: translateX(-100%) translateY(50%) rotate(90deg);
}

.positioning-map .diagram-section:has(.positioning-map-product-list > li:only-child) .y-axis-bar :is(.upper-label, .lower-label) { display: none; }

.positioning-map-product-list {
    flex: 1 1 auto;
    min-width: 0;
    height: auto;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

.positioning-map-product-list:after { display: none; }

.positioning-map-product-list > li {
    width: 100%;
    height: auto;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #d9dbdc;
}

.positioning-map-product-list > li:not(:first-of-type) {
    margin-top: 16px;
}

.positioning-map-product-list a {
    display: block;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    height: auto;
    position: relative;
    text-decoration: none;
}

.positioning-map .diagram-section:not(:has(.y-axis-bar)) .positioning-map-product-list a {
    padding-right: 32px;
}

.positioning-map-product-list a img {
    flex: none;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 77/26;
}

.positioning-map-product-list a:after {
    content: '\e9be';
    font-family: 'LineIcons';
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    color: #000;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.positioning-map-product-list a:before {
    content: '';
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    background: rgba(0,0,0,0.06);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) scale(0);
    transition: all 0.2s;
}

.positioning-map-product-list a:active:before {
    transition: all 0s;
    transform: translateY(-50%) scale(1.6);
}

.positioning-map .positioning-map-cont-item { scroll-margin-top: 45px; }
.positioning-map:not(:has(.positioning-map-cont-item:target)) .positioning-map-cont-item[data-car-category="sedan"] { display: block; }
.positioning-map .positioning-map-cont-item:not(:target) { display: none; }
.positioning-map .positioning-map-cont-item:target { display: block; }

.positioning-map .positioning-map-cont-item .diagram-section { display: none; }
.positioning-map .positioning-map-cont-item[data-active-cont-nth="1"] .diagram-section:nth-of-type(1) { display: flex; }
.positioning-map .positioning-map-cont-item[data-active-cont-nth="2"] .diagram-section:nth-of-type(2) { display: flex; }




/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=ts-shopping-guide-----------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
:has(.ts-shopping-guide) :is(body, #wrap) {
    height: 100%;
}

.ts-shopping-guide {
    width: 100%;
    overflow: hidden;
    height: calc(100% - 60px);
    padding-bottom: 0 !important;
}

.ts-shopping-guide-swiper {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

.ts-shopping-guide-swiper .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: relative;
}

.ts-shopping-guide-swiper .guide-list {
    background: #fff;
}

.ts-shopping-guide-swiper .guide-list .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.4);
}

.ts-shopping-guide-swiper .guide-list .navbar {
    z-index: 1;
}

.ts-shopping-guide-swiper .guide-detail {
    background: #fff;
    z-index: 2 !important;
}

.ts-shopping-guide-swiper .guide-detail .navbar {
    z-index: 1;
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-bottom: none;
}

.ts-shopping-guide-swiper .guide-detail .navbar .back-to-list-btn {
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 1;
    transform: translateY(-50%);
    padding: 0 8px;
}

.ts-shopping-guide-swiper .guide-list hgroup {
    width: 100%;
    height: auto;
    padding: 28px 104px 24px 24px;
    position: relative;
    color: #000;
}

.ts-shopping-guide-swiper .guide-list hgroup p { font-size: 16px; line-height: 24px; }
.ts-shopping-guide-swiper .guide-list hgroup h3 { font-size: 20px; line-height: 32px; margin-top: 4px; }
.ts-shopping-guide-swiper .guide-list hgroup .title-graphic {
    width: 88px;
    height: auto;
    position: absolute;
    top: 16px;
    right: 16px;
}

.ts-shopping-guide-swiper .guide-list .btn-group {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 20px 32px;
}

.ts-shopping-guide-swiper .guide-list .btn-group .btn-item {
    text-align: left;
    width: 100%;
    height: 60px;
    border-radius: 4px;
    background: #F9F9FA;
    margin-top: 8px;
    padding-left: 12px;
    padding-right: 8px;
    color: #000;
}

.ts-shopping-guide-swiper .guide-list .btn-group .btn-item .label-txt { font-size: 14px; }
.ts-shopping-guide-swiper .guide-list .btn-group .btn-item .label-txt em { font-weight: 700; color: #fe6a2b; }
.ts-shopping-guide-swiper .guide-list .btn-group .btn-item .line-icons {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}


.ts-shopping-guide-swiper .guide-detail section {
    display: none;
    width: 100%;
    height: auto;
}

.ts-shopping-guide-swiper .guide-detail[data-guide-detail="1"] section:nth-of-type(1) { display: block; }
.ts-shopping-guide-swiper .guide-detail[data-guide-detail="2"] section:nth-of-type(2) { display: block; }
.ts-shopping-guide-swiper .guide-detail[data-guide-detail="3"] section:nth-of-type(3) { display: block; }
.ts-shopping-guide-swiper .guide-detail[data-guide-detail="4"] section:nth-of-type(4) { display: block; }
.ts-shopping-guide-swiper .guide-detail[data-guide-detail="5"] section:nth-of-type(5) { display: block; }

.ts-shopping-guide-swiper .guide-detail section .detail-cont {
    width: 100%;
    height: auto;
    padding: 16px 20px 32px;
    position: relative;
}

.ts-shopping-guide-swiper .guide-detail section .detail-cont hgroup h3 {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #000;
}

.ts-shopping-guide-swiper .guide-detail section .detail-cont hgroup h3 em { color: #fe6a2b;}

.ts-shopping-guide-swiper .guide-detail section .detail-cont hgroup p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 8px;
    color: #5b6068;
}

.ts-shopping-guide-swiper .guide-detail section .detail-cont .popup-btn {
    -webkit-tap-highlight-color: transparent;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    position: absolute;
    border-radius: 2px;
}

.ts-shopping-guide-swiper .guide-detail section .detail-cont .popup-btn:active { background: rgba(0,0,0,0.06);}



/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=[task]UX개선(기획전)---------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=deal-main-------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.deal-main {
    position: relative;
    padding-top: 24px;
}

.deal-list-section {
    overflow: hidden;
    padding-bottom: 40px;
}

.deal-list-section > h1 {
    font-size: 16px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 20px;
}

.deal-list-section > h1 .title-graphic {
    width: 24px;
    height: 24px;
    margin-left: 8px;
    position: relative;
}

.deal-list-section .deal-banner-thumb-swiper {
    background: #F2F2F7;
    padding: 12px 20px;
}

.deal-list-section .deal-banner-thumb-swiper .swiper-slide {
    width: 100px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-style: solid;
    border-color: #d9dbdc;
    border-radius: 4px;
    color: #5b6068;
    background: #fff;
    user-select: none;
    overflow: hidden;
}

.deal-list-section .deal-banner-thumb-swiper .swiper-slide:active:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(42,49,56,0.1);;
}

.deal-list-section .deal-banner-thumb-swiper .swiper-slide.swiper-slide-thumb-active {
    border-color: transparent;
    background: #2a3138;
    color: #fff;
}

.deal-list-section .deal-banner-thumb-swiper .swiper-slide .label-txt {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    user-select: none;
}

.deal-list-section .deal-banner-swiper {
    padding: 16px 20px 32px;
}

.deal-list-section .deal-banner-swiper a {
    display: block;
    -webkit-tap-highlight-color: transparent;
}

.deal-list-section .deal-banner-swiper .label-area {
    height: 48px;
    padding: 8px 0;
}

.deal-list-section .deal-banner-swiper .label-area .label-holder {
    width: 72px;
    height: 32px;
    border-radius: 36px;
    border: 1px solid #F2F2F7;
    background-color: #F9F9FA;
    background-position: center;
    background-size: 72px auto;
    background-repeat: no-repeat;
    background-image: url('../images/common/deal_label_ts.png');
}

.deal-list-section .deal-banner-swiper .banner-holder {
    aspect-ratio: 1;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.deal-list-section .deal-banner-swiper a:active .banner-holder:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.1);
    pointer-events: none;
}

.deal-list-section .deal-banner-swiper .banner-holder img {
    display: block;
    width: 100%;
}

.deal-list-section .deal-banner-swiper .title-area {
    padding: 8px;
}

.deal-list-section .deal-banner-swiper .title-area h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.deal-list-section .deal-banner-swiper .title-area .hooking-msg {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #5b6068;
    margin-top: 8px;
}



/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=deal-detail-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
:has(.deal-detail) .navbar { position: relative;}
.deal-detail .tab-item.scrollable-tab {
    width: 100%;
    padding: 0;
    transition: all 0.2s;
    z-index: 700;
    top: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.deal-detail .tab-item.scrollable-tab:before { border-bottom: 1px solid #f2f2f7; }

.deal-detail .tab-item.scrollable-tab .scroll-wrap {
    width: 100%;
    padding: 0 16px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}
.deal-detail .tab-item.scrollable-tab .scroll-wrap::-webkit-scrollbar { display: none; }
.deal-detail .tab-item.scrollable-tab .indicator { display: none !important; }
.deal-detail .tab-item.scrollable-tab a {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    min-width: 0;
    white-space: nowrap;
    font-size: 12px;
    color: #2a3138;
    padding: 0 12px;
    position: relative;
    -webkit-tap-highlight-color: transparent;
}

.deal-detail .tab-item.scrollable-tab a:active {
    background: rgba(0, 0, 0, 0.05);
}
.deal-detail .tab-item.scrollable-tab a.on { color: #fe6a2b; }
.deal-detail .tab-item.scrollable-tab a.on:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #fe6a2b;
    position: absolute;
    left: 0;
    bottom: 0;
}

.deal-detail .deal-info-section {
    background: #fff;
}

.deal-detail .deal-info-section img {
    display: block;
    width: 100%;
}

.deal-detail .deal-notice-section {
    background: #fff;
    border-bottom: 8px solid #F2F2F7;
}

.deal-detail .deal-notice-section .accordion-btn {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    gap: 4px;
}

.deal-detail .deal-notice-section .accordion-btn .line-icons.chev-down {
    position: relative;
    right: auto;
    top: auto;
    transform: translateZ(0) rotate(0deg);
}

.deal-detail .deal-notice-section .accordion-item.on .accordion-btn .line-icons.chev-down { transform: translateZ(0) rotate(180deg); }

.deal-detail .deal-notice-section .accordion-btn .label-txt {
    font-size: 14px;
    font-weight: 500;
}

.deal-detail .deal-notice-section .accordion-cont {
    padding: 4px 16px 20px;
}

.deal-detail .deal-notice-section .accordion-cont .editor-cont {
    padding: 16px;
    border-radius: 8px;
    background: rgba(255,255,255,0.6);
    background: #F9F9FA;
    font-size: 11px;
}

.deal-detail .deal-notice-section .accordion-cont .editor-cont * { color: #5b6068;}

.deal-detail .deal-notice-section .accordion-cont .editor-cont ul > *:before {
    content: '●';
    position: absolute;
    display: inline-block;
    width: 16px;
    line-height: inherit;
    font-size: inherit;
    text-align: center;
    vertical-align: middle;
    color: inherit;
    transform: translateX(-100%) scale(0.3, 0.3);
}

.deal-detail .deal-notice-section .accordion-cont .editor-cont ul li { line-height: 16px; color: #5b6068; padding-left: 16px; margin: 8px 0; }


.deal-detail .display-basis-section {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d9dbdc;
    position: sticky;
    top: 45px;
    background: #fff;
    z-index: 690;
    margin-top: 16px;
    box-shadow: 0 -1px 0 0 #fff;
}

.deal-detail .display-basis-section .display-basis-container {
    flex: 1 0 0;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.deal-detail .display-basis-section .display-basis-container .search-field-btn {
    flex: 1 0 0;
    min-width: 0;
    background: #F2F2F7;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.deal-detail .display-basis-section .display-basis-container:has(.search-field-btn) ~ .search-btn { display: none; }

.deal-detail .display-basis-section .display-basis-container .basis-size-btn {
    flex: none;
    height: 28px;
    line-height: 26px;
    border-radius: 14px;
    padding-left: 12px;
    border-color: #d9dbdc;
    color: #5b6068;
}

.deal-detail .display-basis-section .display-basis-container .basis-size-btn.on {
    background: #2a3138;
    border-color: transparent;
    color: #fff;
    pointer-events: none;
}

.deal-detail .display-basis-section .display-basis-container .basis-size-btn svg {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 24px;
}

.deal-detail .display-basis-section .display-basis-container .basis-size-btn svg path,
.deal-detail .display-basis-section .display-basis-container .basis-size-btn svg circle { fill: #cacbce; }

.deal-detail .display-basis-section .display-basis-container .basis-size-btn.on svg path,
.deal-detail .display-basis-section .display-basis-container .basis-size-btn.on svg circle { fill: #fff; }

.deal-detail .display-basis-section .display-basis-container .basis-size-btn[data-tire-position="front"] svg circle:nth-of-type(1) { fill: #fe6a2b; }
.deal-detail .display-basis-section .display-basis-container .basis-size-btn[data-tire-position="rear"] svg circle:nth-of-type(2) { fill: #fe6a2b; }

.deal-detail .display-basis-section .search-btn {
    flex: none;
    position: relative;
    left: 4px;
}


.deal-detail .tire-list-section .tire-list-func {
    width: 100%;
    height: auto;
    position: relative;
    padding: 20px 20px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    
}

.deal-detail .tire-list-section .tire-list-func .compare-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
}

.deal-detail .tire-list-section .tire-list-func .compare-item .toggle-switch {
    border-radius: 16px;
    -webkit-tap-highlight-color: transparent;
    display: inline-flex;
    align-items: center;
    padding-right: 8px;
}

.deal-detail .tire-list-section .tire-list-func .compare-item .toggle-switch span { font-size: 12px; margin-left: 4px; }

.deal-detail .tire-list-section .tire-list-func .sroter-item select.input-box {
    border-color: transparent;
    font-size: 12px;
    font-weight: 500;
    text-align:right;
    padding-left: 4px;

}

.deal-detail .tire-list-section .tire-list-func .sroter-item .form-control {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.deal-detail .tire-list-section .tire-list-func .sroter-item .form-control .input-group .tools {
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.deal-detail .tire-list-section .tire-list {
    width: 100%;
    height: auto;
    position: relative;
    padding: 20px;
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px 8px;
}

.deal-detail .tire-list-section .tire-list .product-not-found {
    width: 100%;
    height: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 24px;
    border-bottom: 1px solid #d9dbdc;
}

.deal-detail .tire-list-section .tire-list .tire-list-item {
    width: auto;
    min-width: 0;
    flex: 0 0 calc((100% - 8px) / 2);
}

.deal-detail .tire-list-section .compare-trigger {
    width: 100%;
    height: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: sticky;
    bottom: calc(0px + constant(safe-area-inset-bottom));
    bottom: calc(0px + env(safe-area-inset-bottom));
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%) translateZ(0);
    transition: all 0.3s;
    z-index: 10;
}

.deal-detail .tire-list-section .compare-trigger.on {
    height: 56px;
    transform: translateY(0) translateZ(0);
    opacity: 1;
    pointer-events: all;
}




/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=local-deal-list-------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.deal-detail.local-deal {
    background: #F2F2F7;
}
.deal-detail.local-deal .local-deal-list-section {
    width: 100%;
    height: auto;
    position: relative;
    border-top: 16px solid #fff;;
}

.deal-detail.local-deal .deal-notice-section {
    border-bottom: 1px solid #d9dbdc;
}

.local-deal-list-filter-position-anchor {
    height: 0;
    position: relative;
}

.deal-detail.local-deal .local-deal-list-section .local-deal-list-filter {
    padding: 8px 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    overflow: auto;
    background: #fff;
    position: sticky;
    top: 45px;
    z-index: 600;
}

.deal-detail.local-deal .local-deal-list-section .local-deal-list-filter::-webkit-scrollbar { display: none;}

.deal-detail.local-deal .local-deal-list-section .local-deal-list-filter.stuck {
    box-shadow: 0 1px 0 #d9dbdc;
}

.deal-detail.local-deal .local-deal-list-section .local-deal-list-filter .result {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

.deal-detail.local-deal .local-deal-list-section .local-deal-list-filter .result .result-txt {
    font-size: 12px;
    white-space: nowrap;
}

.deal-detail.local-deal .local-deal-list-section .local-deal-list-filter .result .result-txt em {
    font-weight: 700;
    color: #fe6a2b;
}

.deal-detail.local-deal .local-deal-list-section .local-deal-list-filter .filter-btn {
    flex: none;
    color: #5b6068;
    white-space: nowrap;
    padding-right: 12px;
}
.deal-detail.local-deal .local-deal-list-section .local-deal-list-filter .filter-btn.on {
    border-color: #fe6a2b;
    color: #fe6a2b;
    font-weight: 500;
}

.deal-detail.local-deal .local-deal-list-section .local-deal-list {
    width: 100%;
    height: auto;
    position: relative;
    padding: 24px 20px 40px;
}

.deal-detail.local-deal .local-deal-list-section .local-deal-list .local-deal-list-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #d9dbdc;
    padding: 16px;
}

.deal-detail.local-deal .local-deal-list-section .local-deal-list .local-deal-list-item:not(:first-child) { margin-top: 8px;}

.deal-detail.local-deal .local-deal-list-section .local-deal-list .local-deal-list-item:active {
    background: #F9F9FA;
}

.deal-detail.local-deal .local-deal-list-section .local-deal-list .local-deal-list-item .thumb-area {
    flex: none;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.deal-detail.local-deal .local-deal-list-section .local-deal-list .local-deal-list-item .thumb-area .line-icons {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    color: #000;
}

.deal-detail.local-deal .local-deal-list-section .local-deal-list .local-deal-list-item .info-area {
    flex: 1 0 0;
    min-width: 0;
}

.deal-detail.local-deal .local-deal-list-section .local-deal-list .local-deal-list-item .info-area .store-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.deal-detail.local-deal .local-deal-list-section .local-deal-list .local-deal-list-item .info-area .store-info .location-badge {
    height: 16px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFA200;
    border-radius: 2px;
    color: #FFA200;
    font-size: 9px;
    font-weight: 500;
    line-height: 10px;
}

.deal-detail.local-deal .local-deal-list-section .local-deal-list .local-deal-list-item .info-area .store-info .store-name {
    line-height: 16px;
    font-size: 14px;
    font-weight: 500;
}

.deal-detail.local-deal .local-deal-list-section .local-deal-list .local-deal-list-item .info-area .service-info { margin-top: 8px; }

.deal-detail.local-deal .local-deal-list-section .local-deal-list .local-deal-list-item .info-area .service-info p {
    font-size: 16px;
    line-height: 20px;
}

.deal-detail.local-deal .local-deal-list-section .local-deal-list .local-deal-list-item .info-area .date-info { margin-top: 8px; }

.deal-detail.local-deal .local-deal-list-section .local-deal-list .local-deal-list-item .info-area .date-info p {
    font-size: 12px;
    line-height: 16px;
    color: #5b6068;
}


.deal-detail.local-deal .local-deal-list-section .local-deal-list .product-not-found {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 24px;
    border-bottom: 1px solid #d9dbdc;
    text-align: center;
}

.bottom-sheet-item .sheet[data-filter] .sheet-body .filter-group.local-deal-location-filter {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
}
.bottom-sheet-item .sheet[data-filter] .sheet-body .filter-group.local-deal-location-filter .radio-item.btn-type {
    flex: 0 0 calc((100% - 12px) / 4);
    min-width: 0;
}
.bottom-sheet-item .sheet[data-filter] .sheet-body .filter-group.local-deal-location-filter .radio-item.btn-type .labelling {
    width: 100%;
    border-color: transparent;
    background: #f9f9fa;
}

.bottom-sheet-item .sheet[data-filter] .sheet-body .filter-group.local-deal-location-filter .radio-item.btn-type input:checked ~ .labelling {
    background: #fe6a2b;
}

.bottom-sheet-item .sheet[data-filter] .sheet-body .filter-group.local-deal-location-filter .radio-item.btn-type input:disabled ~ .labelling {
    opacity: 1;
}

.bottom-sheet-item .sheet[data-filter] .sheet-body .filter-group.local-deal-location-filter .radio-item.btn-type input:disabled ~ .labelling .label-txt {
    opacity: 0.3;
}

.bottom-sheet-item .sheet[data-filter] .sheet-body .filter-group.local-deal-location-filter .radio-item.btn-type .label-txt {
    margin: 0 auto;
}

.bottom-sheet-item .sheet[data-filter] .sheet-body .filter-group.local-deal-location-filter .radio-item.btn-type .icon-holder { display: none; }






/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=[task]UX개선(리뷰)-----------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=mypage-myreview-------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.review-goods-recommend-swiper .swiper-slide {
    height: auto;
    align-self: stretch;
}

.review-goods-recommend-swiper .review-goods-recommend {
    min-height: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    -webkit-tap-highlight-color: transparent;
}

.review-goods-recommend-swiper .review-goods-recommend:active { box-shadow: 0 4px 8px rgba(0,0,0,0.1);}

.review-goods-recommend-swiper .review-goods-recommend .action-hint {
    width: 100%;
    height: auto;
    position: relative;
    padding: 12px 0;
    text-align: center;
    margin-top: auto;
    margin-bottom: 0;
}

.review-goods-recommend-swiper .available-review-more {
    width: 148px;
    height: auto;
    align-self: stretch;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 4px;
    -webkit-tap-highlight-color: transparent;
}

.review-goods-recommend-swiper .available-review-more:active { background: rgba(0,0,0,0.05);}

.review-goods-recommend-swiper .available-review-more > p {
    font-size: 12px;
    line-height: 18px;
}

.review-goods-recommend-swiper .available-review-more > .line-icons {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #2a3138;
    color: #fff;
    font-size: 24px;
    margin-top: 12px;
}


#wrap:has(.mypage-myreview) {
    background: #F2F2F7;
}

.mypage-myreview .head-section {
    width: 100%;
    height: auto;
    position: relative;
    padding: 32px 16px 0;
    background: #fff;
}

.mypage-myreview .head-section hgroup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
}

.mypage-myreview .head-section hgroup h3 {
    font-size: 20px;
    line-height: 28px;
}

.mypage-myreview .head-section hgroup .title-icon {
    width: 56px;
    height: auto;
    margin-right: -8px;
}

.mypage-myreview .head-section .review-info-box {
    width: 100%;
    height: auto;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 28px;
}

.mypage-myreview .head-section .review-info-box > li {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 8px;
    background: #F2F2FF;
    padding: 16px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
}

.mypage-myreview .head-section .review-info-box > li:not(:first-of-type) { margin-top: 8px; }

.mypage-myreview .head-section .review-info-box > li .bullet-icon {
    flex: none;
    width: 40px;
    height: 40px;
}

.mypage-myreview .head-section .review-info-box > li .cont-wrap {
    flex: 1 0 0;
    min-width: 0;
    min-height: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 16px;
}

.mypage-myreview .head-section .review-info-box > li .cont-wrap p {
    font-size: 12px;
    line-height: 16px;
    color: #5b6068;
}

.mypage-myreview .head-section .review-info-box > li .cont-wrap p em { font-weight: 500; color: #2a3138;}

.mypage-myreview .head-section .review-info-box > li .cont-wrap .infographic-benefit {
    width: auto;
    height: 100px;
    margin-left: -20px;
}

.mypage-myreview .review-notice-section {
    background: #fff;
    padding-top: 12px;
    padding-bottom: 8px;
}

.mypage-myreview .review-notice-section .accordion-item {
    border-bottom: 8px solid #F2F2F7;
}

.mypage-myreview .review-notice-section .accordion-btn {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    gap: 4px;
}

.mypage-myreview .review-notice-section .accordion-btn .line-icons.chev-down {
    position: relative;
    right: auto;
    top: auto;
    transform: translateZ(0) rotate(0deg);
}

.mypage-myreview .review-notice-section .accordion-item.on .accordion-btn .line-icons.chev-down { transform: translateZ(0) rotate(180deg); }

.mypage-myreview .review-notice-section .accordion-btn .label-txt {
    font-size: 14px;
    font-weight: 500;
}

.mypage-myreview .review-notice-section .accordion-cont {
    padding: 4px 16px 20px;
}

.mypage-myreview .review-notice-section .accordion-cont .notice-box {
    border-radius: 8px;
    background: #F9F9FA;
    font-size: 11px;
    padding: 16px;
    
}

.mypage-myreview .review-notice-section .accordion-cont * { color: #5b6068;}

.mypage-myreview .review-notice-section .accordion-cont .list-style-disc > li {
    padding-left: 16px;
    line-height: 16px;
    margin: 8px 0;
}


.mypage-myreview .review-tab-section {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 0;
    background: #fff;
    position: sticky;
    top: 50px;
    z-index: 700;
}

.mypage-myreview .review-tab-section:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: -1px;
    left: 0;
}

.mypage-myreview .review-tab-section .review-tab {
    width: 100%;
    height: auto;
    position: relative;
    border-bottom: 1px solid #d9dbdc;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.mypage-myreview .review-tab-section .review-tab .btn-item {
    flex: 1 0 0;
    min-width: 0;
    padding: 0;
    color: #5b6068;
}

.mypage-myreview .review-tab-section .review-tab .btn-item.on {
    color: #fe6a2b;
    font-weight: 500;
}

.mypage-myreview .review-tab-section .review-tab .btn-item.on:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #fe6a2b;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.mypage-myreview .review-list-section {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 16px;
}

.mypage-myreview .review-list-section .item-not-found {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 24px;
    text-align: center;
}

:is(.available-review-item, .my-review-item) {
    width: 100%;
    height: auto;
    position: relative;
    background: #fff;
    padding: 16px 16px 20px;
}

:is(.available-review-item, .my-review-item):not(:first-of-type) { margin-top: 8px; }


 .review-target {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 12px;
    background: #F2F2F7;
    border-radius: 4px;
}


 .review-target .thumb-area {
    -webkit-tap-highlight-color: transparent;
    flex: none;
    width: 76px;
    height: 76px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    pointer-events: none;
}

 .review-target .thumb-area:active { background: rgba(0,0,0,0.06);}

 .review-target .thumb-area .img-layer {
    width: 64px;
    height: 64px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
}

 .review-target .thumb-area .img-layer img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

 .review-target .thumb-area .brand-layer {
    width: 64px;
    height: 12px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

 .review-target .thumb-area .brand-layer img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

 .review-target .info-area {
    flex: 1 0 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
}

 .review-target .info-area :where(.product-info, .option-info, .equipment-info) {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.review-target .info-area .product-info {
    flex-wrap: wrap;
    gap: 4px 8px;
}

 .review-target .info-area .product-info .name {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.review-target .info-area .product-info .cate-badge {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.review-target .info-area .product-info .cate-badge span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 20px;
    border-radius: 10px;
    background: #fff;
    color: #A0A6AF;
    font-size: 11px;
    font-weight: 500;
    padding: 0 8px;
}

.review-article .review-target .info-area .product-info .cate-badge span {
    background: #F2F2F7;
}

 .review-target .info-area :where(.size, .quantity) {
    font-size: 12px;
    line-height: 16px;
}

 .review-target .info-area .equipment-info {
    margin-top: 8px;
}

 .review-target .info-area .store {
    width: auto;
    height: 20px;
    padding: 0 8px;
    border: 1px solid #fe6a2b;
    border-radius: 2px;
    color: #fe6a2b;;
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

 .review-target .info-area .date {
    color: #5b6068;
    font-size: 11px;
    line-height: 16px;
}

.available-review-item .review-status {
    width: 100%;
    height: auto;
    position: relative;
    padding: 12px 0 0;
}

.available-review-item .review-status .status-msg p {
    font-size: 12px;
    line-height: 16px;
}

.available-review-item .review-status .status-action {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    padding: 0 8px;
    margin-top: 16px;
}

.available-review-item .review-status .status-action .progress-item .step-indicator {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.available-review-item .review-status .status-action .progress-item .step-indicator .step {
    flex: none;
    width: 22px;
    height: 22px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    --status-color: #d9dbdc;
}

.available-review-item .review-status .status-action .progress-item .step-indicator .step.done { --status-color: #00B3C5; }
.available-review-item .review-status .status-action .progress-item .step-indicator .step.on { --status-color: #fe6a2b; }

.available-review-item .review-status .status-action .progress-item .step-indicator .step:before {
    font-family: 'LineIcons';
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    color: var(--status-color);
}

.available-review-item .review-status .status-action .progress-item .step-indicator .step.done:before { content: '\e9aa'; }
.available-review-item .review-status .status-action .progress-item .step-indicator .step.on:before { content: '\e9c7'; }
.available-review-item .review-status .status-action .progress-item .step-indicator .step.missed:before { content: '\e9c9'; }

.available-review-item .review-status .status-action .progress-item .step-indicator .step:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: var(--status-color);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.available-review-item .review-status .status-action .progress-item .due-date {
    font-size: 11px;
    line-height: 16px;
    color: #5b6068;
    margin-top: 8px;
}

.available-review-item .review-status .status-action .progress-item .due-date em {
    color: #2a3138;
    font-weight: 700;
}

.available-review-item .review-status .status-action .btn-item.btn-s { height: 28px; line-height: 26px; border-radius: 2px;}

.review-composition {
    width: 100%;
    height: auto;
    position: relative;
    padding: 12px 0 0;
}

.review-composition .header {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}

.review-composition .body {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    padding: 16px 0;
}

.review-composition .footer {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.review-composition .rating-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.review-composition .rating-item .date {
    font-size: 11px;
    line-height: 16px;
    color: #5b6068;
}

.review-composition .rating-item .btn-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.review-composition .rating-item .rating-btn {
    -webkit-tap-highlight-color: transparent;
    appearance: none;
    background: transparent;
    padding: 0;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    text-align: left;
    line-height: 20px;
    height: 20px;
}

.review-composition .rating-item .rating-btn:active { background: rgba(0,0,0,0.06);}

.review-composition .rating-item .rating-btn * { user-select: none; }

.review-composition .rating-item .rating-btn:after {
    content: '\e915';
    font-family: 'LineIcons';
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    transition: all 0.2s;
}

.review-composition .rating-item .rating-btn.on:after { transform: translateZ(0) rotate(-180deg); }

.review-composition .rating-item:has(.rating-btn.on) .rating-detail { display: flex; }

.review-composition .rating-item .rating-detail {
    display: none;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px 28px;
    padding: 8px 12px;
    background: #fff;
    margin-top: 8px;
}

.review-composition .rating-item .rating-detail .rating-wrap {
    flex: 0 0 calc((100% - 28px) / 2);
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.review-composition .rating-item .rating-detail .rating-title {
    flex: 1 0 0;
    min-width: 0;
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
}

.review-composition .rating-item .rating-detail .rating {
    flex: none;
}

.review-composition .rating-item .rating-point,
.review-composition .rating-wrap .rating-point {
    flex: none;
    font-size: 11px;
    line-height: 16px;
    font-weight: 500;
}

.review-composition .write-time {
    font-size: 11px;
    line-height: 16px;
    color: #5b6068;
}

.review-composition .write-time em { color: #2a3138; font-weight: 500;}

.review-composition .text-review {
    font-size: 11px;
    line-height: 16px;
    word-break: break-all;
}

.review-composition .keyword-review {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
}

.review-composition .keyword-review:empty { display: none; }
.review-composition .keyword-review:not(:has(*)) { display: none; }

.review-composition .keyword-review > span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    border-radius: 4px;
    border: 1px solid #d9dbdc;
    background: #fff;
    font-size: 11px;
    line-height: 16px;
    padding: 4px 8px;
    color: #000;
}

[data-icon]:before {
    --icon-size: 16px;
    --icon-sheet-row: 5;
    content: '';
    display: block;
    width: var(--icon-size);
    height: var(--icon-size);
    background-image: url('../images/icon/keyword_review_icon_sheet.png');
    background-size: auto calc(var(--icon-size) * var(--icon-sheet-row));
    background-repeat: no-repeat;
}

[data-icon^="price"]:before { background-position-y: calc(var(--icon-size) * 0); }
[data-icon^="product"]:before { background-position-y: calc(var(--icon-size) * -1); }
[data-icon^="recommend"]:before { background-position-y: calc(var(--icon-size) * -2); }
[data-icon^="service"]:before { background-position-y: calc(var(--icon-size) * -3); }
[data-icon^="braking"]:before { background-position-y: calc(var(--icon-size) * -4); }

[data-icon$="val-1"]:before { background-position-x: calc(var(--icon-size) * 0); }
[data-icon$="val-2"]:before { background-position-x: calc(var(--icon-size) * -1); }
[data-icon$="val-3"]:before { background-position-x: calc(var(--icon-size) * -2); }
[data-icon$="val-4"]:before { background-position-x: calc(var(--icon-size) * -3); }
[data-icon$="val-5"]:before { background-position-x: calc(var(--icon-size) * -4); }


.review-composition .photo-review {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
}

.review-composition .photo-review .img-holder {
    flex: none;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 4px;
}

.review-composition .photo-review .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-composition .footer .write-time { color: #2a3138;}

.review-composition .footer .btns-wrap {
    flex: none;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

.review-composition .footer .btns-wrap .btn-item.btn-s { height: 28px; line-height: 26px; border-radius: 2px; }



/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=review-main-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.review-main .review-intro-section {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding-top: 24px;
}

.review-main .review-intro-section > h1 {
    font-size: 16px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 20px;
}

.review-main .review-intro-section > h1 .title-graphic {
    width: 24px;
    height: 24px;
    margin-left: 8px;
    position: relative;
}

.review-main .review-intro-section .hero-img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 8px;
}

.review-main .review-intro-section .hero-anim {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    aspect-ratio: 375/212;
}

.review-main .review-intro-section .hero-anim .hero-bg {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.review-main .review-intro-section .hero-anim .hero-swiper {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.review-main .review-intro-section .hero-anim .hero-swiper .swiper-wrapper {
    transition-timing-function: ease-in-out;
}

.review-main .review-intro-section .hero-anim .hero-swiper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.review-main .review-intro-section .hero-anim .hero-swiper .swiper-slide .hero-tire {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 50% 80%;
    transform: translateZ(0) scale(1);
    transition: all 0.1s ease-out;
}

.review-main .review-intro-section .hero-anim .hero-swiper.move .swiper-slide .hero-tire {
    transform: translateZ(0) scale(1.2);
    transition: all 0.1s ease-in;
}

.review-main .review-intro-section .hero-anim .hero-swiper .swiper-slide .hero-msg {
    display: block;
    width: 61.866%;
    height: auto;
    position: absolute;
    top: 2%;
    left: 50%;
    transform-origin: 50% 120%;
    transform: translateX(-50%) translateY(0) translateZ(0) scale(1);
    opacity: 1;
    transition: all 0.4s 0.2s cubic-bezier(0.000, 1.030, 0.600, 1.515);
}

.review-main .review-intro-section .hero-anim .hero-swiper.move .swiper-slide .hero-msg {
    transition: all 0s ease-in;
    transform: translateX(-50%) translateY(40px) translateZ(0) scale(1);
    opacity: 0;
}


.review-main .brand-filter-section {
    width: 100%;
    height: auto;
    position: relative;
    padding: 32px 20px;
    overflow: hidden;
}


.review-main .brand-filter-scroller {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
    overflow: auto;
    scroll-behavior: smooth;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
}

.review-main .brand-filter-scroller::-webkit-scrollbar { display: none;}

.review-main .brand-filter-scroller .brand-filter-btn {
    flex: none;
    display: block;
    width: 82px;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    background: transparent;
}

.review-main .brand-filter-scroller .brand-filter-btn .thumb-area {
    width: 82px;
    height: 42px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #F9F9FA;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-main .brand-filter-scroller .brand-filter-btn .thumb-area > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-main .brand-filter-scroller .brand-filter-btn .thumb-area:has(img[src*='bi_full_on_dark.svg']) {
    background: linear-gradient(#000, #666);
}
.review-main .brand-filter-scroller .brand-filter-btn .thumb-area > img[src*='bi_full_on_dark.svg'] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(0.8);
}

.review-main .brand-filter-scroller .brand-filter-btn .thumb-area:after {
    content: '';
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid rgba(160,166,175,0.1);
    pointer-events: none;
}

.review-main .brand-filter-scroller .brand-filter-btn:active .thumb-area:after {
    background: rgba(42,49,56,0.1);
}

.review-main .brand-filter-scroller .brand-filter-btn .title-area {
    margin-top: 4px;
    text-align: center;
}

.review-main .brand-filter-scroller .brand-filter-btn .title-area p {
    font-size: 11px;
    line-height: 16px;
    color: #5b6068;
}

.review-main .brand-filter-scroller .brand-filter-btn.on .title-area p { font-weight: 700; color: #fe6a2b; }


.review-main .review-list-section .review-list-filter {
    padding: 8px 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    overflow: auto;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 600;
}

.review-main .review-list-section .review-list-filter::-webkit-scrollbar { display: none;}

.review-main .review-list-section .review-list-filter.stuck {
    box-shadow: 0 1px 0 #d9dbdc;
}

.review-main .review-list-section .review-list-filter .result {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

.review-main .review-list-section .review-list-filter .result .result-txt {
    font-size: 12px;
    white-space: nowrap;
}

.review-main .review-list-section .review-list-filter .result .result-txt em {
    font-weight: 700;
    color: #fe6a2b;
}

.review-main .review-list-section .review-list-filter .filter-btn {
    flex: none;
    color: #5b6068;
    white-space: nowrap;
    padding-right: 12px;
}
.review-main .review-list-section .review-list-filter .filter-btn.on {
    border-color: #fe6a2b;
    color: #fe6a2b;
    font-weight: 500;
}

.review-main .review-list-section .review-list-func {
    width: 100%;
    height: auto;
    position: relative;
    padding: 8px 20px;
    border-top: 8px solid #F2F2F7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    
}

.review-main .review-list-section .review-list-func .same-mycar-review-btn {
    border-radius: 16px;
    -webkit-tap-highlight-color: transparent;
    display: inline-flex;
    align-items: center;
    padding-right: 8px;
}

.review-main .review-list-section .review-list-func .same-mycar-review-btn span { font-size: 12px; margin-left: 4px; }

.review-main .review-list-section .review-list-func .sroter-item {
    margin-left: auto;
    margin-right: 0;
}

.review-main .review-list-section .review-list-func .sroter-item select.input-box {
    border-color: transparent;
    font-size: 12px;
    font-weight: 500;
    text-align:right;
    padding-left: 4px;

}

.review-main .review-list-section .review-list-func .sroter-item .form-control {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.review-main .review-list-section .review-list-func .sroter-item .form-control .input-group .tools {
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.review-main .review-list-section .review-list {
    width: 100%;
    height: auto;
    position: relative;
    padding: 24px 16px;
}

.review-main .review-list-section .review-list .review-article:not(:first-of-type) { margin-top: 16px; }


.review-main .review-list-section .review-list .review-not-found {
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 8px;
    border-bottom: 1px solid #d9dbdc;
}

.review-article {
    width: 100%;
    height: auto;
    position: relative;
    padding: 12px 12px 24px;
    background: #F9F9FA;
    border: 1px solid #F2F2F7;
    border-radius: 8px;
    overflow: hidden;
}

.modal-item:not([data-ref="all-review-modal"]) .modal-pannel:has(.review-article) {
    background: #F9F9FA;
}

.modal-item:not([data-ref="all-review-modal"]) .review-article {
    padding: 16px 16px 24px;
    border-radius: 0;
    border: none;
}

.modal-item:not([data-ref="all-review-modal"]) .review-article .review-composition {
    padding: 32px 0 24px;
}

.modal-item:not([data-ref="all-review-modal"]) .review-article .review-composition .rating-item .rating-btn:disabled { pointer-events: none; }
.modal-item:not([data-ref="all-review-modal"]) .review-article .review-composition .rating-item .rating-btn:disabled ~ .rating-detail { display: flex; }
.modal-item:not([data-ref="all-review-modal"]) .review-article .review-composition .rating-item .rating-btn:disabled:after { display: none; }
.modal-item:not([data-ref="all-review-modal"]) .review-article .review-composition .review-timing { margin-top: 24px; }
.modal-item:not([data-ref="all-review-modal"]) .review-article .review-composition .text-review { max-height: none; }
.modal-item:not([data-ref="all-review-modal"]) .review-article .review-composition .text-review p {
    max-height: none;
    display: block;
    overflow: hidden;
}

.modal-item:not([data-ref="all-review-modal"]) .review-article .review-photo-swiper {
    width: auto;
    height: auto;
    aspect-ratio: 3/2;
    overflow: hidden;
    margin-top: -16px;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 16px;
}
.modal-item:not([data-ref="all-review-modal"]) .review-article .review-photo-swiper .swiper-pagination {
    bottom: 8px;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-item:not([data-ref="all-review-modal"]) .review-article .review-photo-swiper .swiper-pagination-bullet { background: #D9DBDC; }
.modal-item:not([data-ref="all-review-modal"]) .review-article .review-photo-swiper .swiper-pagination-bullet-active { background: #fe6a2b;}
.modal-item:not([data-ref="all-review-modal"]) .review-article .review-photo-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-item:not([data-ref="all-review-modal"]) .review-article .review-photo-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}


.review-article .review-target {
    -webkit-tap-highlight-color: transparent;
    padding: 8px 8px 16px;
    background: #fff;
    border-radius: 4px;
}

.review-article .review-target:active { box-shadow: 0 4px 8px rgba(0,0,0,0.1); }

.review-article .review-target .info-area .equipment-info { margin-top: 4px; }

.review-article .review-composition {
    padding: 16px 0 0;
}

.review-article:not(:has(.review-target)) .review-composition { padding: 0; }

.review-article .review-composition .reviewer-wrap {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
}

.review-article .review-composition .reviewer-wrap .reviewer {
    flex: 1 0 0;
    min-width: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    font-size: 12px;
}

.review-article.best-review .review-composition .reviewer-wrap .reviewer:before {
    flex: none;
    content: 'BEST';
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    border-radius: 2px;
    background: #fe6a2b;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
}

.review-article .review-composition .reviewer-wrap .reviewer .name {
    flex: none;
    display: inline-block;
    line-height: 20px;
    font-weight: 500;
}

.review-article .review-composition .reviewer-wrap .reviewer .car {
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: 20px;
    color: #5b6068;
    gap: 8px;
}

.review-article .review-composition .reviewer-wrap .reviewer .car:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 16px;
    border-left: 1px solid #a0a6af;
    position: relative;
    top: 2px;
}

.review-article .review-composition .reviewer-wrap .reviewer .store {
    width: auto;
    height: 20px;
    padding: 0 8px;
    border: 1px solid #fe6a2b;
    border-radius: 2px;
    color: #fe6a2b;
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
    margin-left: auto;
    white-space: nowrap; /* 20251015 */
}

.review-article .review-composition .reviewer-wrap .popup-menu-item {
    width: auto;
    height: auto;
    position: relative;
    position: absolute;
    top: -6px;
    right: -8px;
}

.review-article .review-composition .reviewer-wrap .popup-menu-item .popup-trigger-btn { background: transparent; }

.review-article .review-composition .reviewer-wrap .popup-menu-item:hover .popup-menu-pannel { display: block;}

.review-article .review-composition .reviewer-wrap .popup-menu-item .popup-menu-pannel {
    display: none;
    width: 72px;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #d9dbdc;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    z-index: 1;
}

.review-article .review-composition .reviewer-wrap .popup-menu-item .popup-menu-pannel .btn-item {
    padding: 0;
}

.review-article .review-composition .reviewer-wrap .popup-menu-item .popup-menu-pannel .btn-item:not(:last-of-type) {
    border-bottom: 1px solid #d9dbdc;
}

.review-article .review-composition .review-timing {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 8px;
}

.review-article .review-composition .review-timing p {
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.review-article .review-composition .review-timing p em {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    font-weight: 500;
}

.review-article .review-composition .review-timing p em:before {
    content: '\e9c8';
    font-family: 'LineIcons';
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    font-weight: 400;
}

.review-article .review-composition .review-timing .graph {
    --fill: attr(data-fill);
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: #d9dbdc;
    margin-top: 6px;
    overflow: hidden;
    position: relative;
}

.review-article .review-composition .review-timing .graph .fill {
    display: block;
    width: 0;
    height: 100%;
    background: #fe6a2b;
    position: absolute;
    top: 0;
    left: 0;
}

.review-article .review-composition .text-review {
    width: 100%;
    height: auto;
    max-height: 54px;
    overflow: hidden;
    position: relative;
}

.review-article .review-composition .text-review.clamped.on {
    max-height: none;
}

.review-article .review-composition .text-review p {
    font-size: 12px;
    line-height: 18px;
    word-break: break-all;
    position: relative;
}

.review-article .review-composition .text-review:not(:has(p)) { display: none; }
.review-article .review-composition .text-review:has(p:empty) { display: none; }

.review-article .review-composition .text-review p .space {
    display: inline-block;
    width: 20px;
    height: 1px;
    line-height: 1px;
}

.review-article .review-composition .text-review .expand-btn {
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #2a3138;
    border-radius: 50%;
    background: transparent;
    border: none;
    outline: none;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(6px) translateY(6px);
    z-index: 1;
}

.review-article .review-composition .text-review .expand-btn:after {
    content: '\e915';
    font-family: 'LineIcons';
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    transform: translateZ(0) rotate(0deg);
    transition: all 0.2s;
}

.review-article .review-composition .text-review.clamped.on .expand-btn:after {
    transform: translateZ(0) rotate(-180deg);
}

.review-article .review-composition .text-review.clamped:before {
    content: '⋯';
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 80px;
    height: 18px;
    background: linear-gradient(90deg, rgba(249,249,250,0), rgba(249,249,250,1) 60%);
    font-size: 12px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 32px;
    pointer-events: none;
    z-index: 1;
}

.review-article .review-composition .text-review.clamped.on:before { display: none; }

.review-article .review-composition .text-review.clamped:after {
    content: '\e915';
    font-family: 'LineIcons';
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateZ(0) rotate(0deg);
    transition: all 0.2s;
    pointer-events: none;
    z-index: 1;
}

.review-article .review-composition .text-review.clamped.on:after {
    transform: translateZ(0) rotate(180deg);
}

.review-article .review-composition .text-review .btn-item {
    background: transparent;
}

.review-article .review-composition .keyword-review > span {
    border: 1px solid #f2f2f7;
}


.review-article .review-composition .footer {
    justify-content: flex-start;
}
.review-article .review-composition .thumbup-btn {
    border-color: #C0C6CE;
    color: #a0a6af;
}

.review-article .review-composition .thumbup-btn.on {
    border-color: transparent;
    background: #fe6a2b;
    color: #fff;
}

.review-article .review-composition .thumbup-btn .label-txt { font-size: 12px;}


.review-article .review-declare-form {
    display: none;
    width: 100%;
    background: #F9F9FA;
    padding: 20px 0;
    margin-top: 8px;
}

.review-article.status-declare .review-declare-form { display: block; }

.review-article .review-declare-form textarea::placeholder { font-size: 11px;}

.review-article .review-declare-form .close-btn {
    position: absolute;
    background-color: transparent;
    right: -12px;
    top: -12px;
}


.review-article .review-block {
    position: absolute;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    background-color: rgba(249,249,250,0.9);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 1;
}

.review-article.status-block .review-block { display: flex;}




/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=review-reg------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
:has(.review-reg) #footer { display: none !important; }

.review-reg {
    padding-top: 50px;
}

.review-reg .target-section {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    padding: 16px 20px;
}

.review-reg .target-section:after { display: none; }

.review-reg .target-section .thumb-area {
    flex: none;
    width: 76px;
    height: 76px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    pointer-events: none;
    background: #F2F2F7;
}

.review-reg .target-section .thumb-area .img-layer {
    width: 60px;
    height: 60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
}

.review-reg .target-section .thumb-area .img-layer img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.review-reg .target-section .thumb-area .brand-layer {
    width: 60px;
    height: 12px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-reg .target-section .thumb-area .brand-layer img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

.review-reg .target-section .info-area {
    flex: 1 0 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.review-reg .target-section .info-area p {
    font-size: 12px;
    line-height: 18px;
}

.review-reg .target-section .info-area p em {
    color: #fe6a2b;
    font-weight: 500;
}

.review-reg .step-indicator-section {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 16px 20px;
}

.review-reg .step-indicator-section:after { display: none; }

.review-reg .step-indicator-section .step-indicator {
    flex: none;
    width: 60px;
    height: 60px;
    position: relative;
    background: #F2F2F7;
    border: 1px solid transparent;
    border-radius: 12px;
    user-select: none;
}

.review-reg .step-indicator-section .step-indicator:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: 4px;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    
}

.review-reg .step-indicator-section .step-indicator:nth-of-type(1):before { background-image: url('../images/icon/icon_review_step_rating.png'); }
.review-reg .step-indicator-section .step-indicator:nth-of-type(2):before { background-image: url('../images/icon/icon_review_step_keyword.png'); }
.review-reg .step-indicator-section .step-indicator:nth-of-type(3):before { background-image: url('../images/icon/icon_review_step_text.png'); }
.review-reg .step-indicator-section .step-indicator:nth-of-type(4):before { background-image: url('../images/icon/icon_review_step_photo.png'); }

.review-reg .step-indicator-section .step-indicator.option { opacity: 0.2; }

.review-reg .step-indicator-section:has(.step-indicator.on) .step-indicator:has(~ .step-indicator.on) {
    background: #fff;
    opacity: 1;
}

.review-reg .step-indicator-section:has(.step-indicator.on) .step-indicator:has(~ .step-indicator.on):before { background-image: url('../images/icon/icon_review_step_done.png'); }

.review-reg .step-indicator-section .step-indicator.on {
    background: #fff;
    border-color: #fe6a2b;
    opacity: 1 !important;
}

.review-reg .step-indicator-section .step-indicator > p {
    width: 100%;
    font-size: 11px;
    line-height: 12px;
    text-align: center;
    color: #000;
    user-select: none;
    position: absolute;
    left: 0;
    bottom: 8px;
}

.review-reg .step-swiper-section {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 24px; 
}

.review-reg .step-swiper-section .review-step-swiper {
    width: 100%;
}

.review-reg .step-swiper-section .review-step-swiper .prev-step-btn {
    line-height: 26px;
    height: 28px;
    border-radius: 14px;
    padding: 0 8px 0 2px;
    position: absolute;
    bottom: 0;
    left: 20px;
    z-index: 2;
    background: transparent;
    opacity: 0;
    pointer-events: all;
    transition: all 0.3s;
}

.review-reg .step-swiper-section .review-step-swiper .prev-step-btn.on { opacity: 1; pointer-events: all; }

.review-reg .step-swiper-section .review-step-swiper .prev-step-btn .line-icons {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    background: #2a3138;
    color: #fff;
}

.review-reg .review-step {
    padding: 16px 20px 0;
    overflow: hidden;
    height: auto;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.review-reg .review-step hgroup {
    flex: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.review-reg .review-step hgroup .is-required {
    display: inline-block;
    width: auto;
    height: 16px;
    line-height: 16px;
    border-radius: 8px;
    background: #fe6a2b;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    padding: 0 8px;
}

.review-reg .review-step.option hgroup .is-required {
    background: transparent;
    color: #00B3C5;
    font-size: 14px;
    padding: 0;
}

.review-reg .review-step hgroup h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.5px;
    margin-top: 8px;
}

.review-reg .review-step hgroup p {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 4px;
}

.review-reg .review-step .input-wrap {
    flex: 1 0 auto;
    min-height: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.review-reg .review-step .list-style-disc { flex: none; margin-top: 8px;}

.review-reg .review-step .list-style-disc > li {
    line-height: 16px;
    padding-left: 16px;
    font-size: 11px;
    color: #5b6068;
}

.review-reg .review-step .list-style-disc > *:before { width: 16px; }

.review-reg .review-step .action-btns {
    width: 100%;
    margin-top: auto;
    margin-bottom: 0;
    padding-top: 32px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    opacity: 1;
    pointer-events: none;
    transition: all 0.3s;
    z-index: 2;
    position: relative;
}

.review-reg .review-step .action-btns.on {
    opacity: 1;
    pointer-events: all;
    transition: all 0.3s 0.3s;
}

.review-reg .review-step .action-btns .btn-item.btn-s {
    width: 80px;
    line-height: 26px;
    height: 28px;
}

.review-reg .review-step .mileage-input {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 32px;
}

.review-reg .review-step .mileage-input .radio-item.btn-type {
    flex: 0 0 calc((100% - 8px) / 2);
}

.review-reg .review-step .mileage-input .radio-item.btn-type .labelling {
    width: 100%;
    line-height: 34px;
    padding: 0;
    border-radius: inherit;
    border: 1px solid #d9dbdc;
    text-align: center;
    pointer-events: none;
}

.review-reg .review-step .mileage-input .radio-item.btn-type:active .labelling { background: rgba(0,0,0,0.05);}

.review-reg .review-step .mileage-input .radio-item.btn-type input:checked ~ .labelling {
    background: transparent;
    border-color: #fe6a2b;
    color: #2a3138;
}

.review-reg .review-step .rating-input {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 28px;
}

.review-reg .review-step .rating-input .category {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 24px 0 8px;
    margin-top: 12px;
}

.review-reg .review-step .rating-input h4 {
    font-size: 14px;
    line-height: 20px;
}

.review-reg .review-step .rating-input .star-rating {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    gap: 4px;
}

.review-reg .review-step .rating-input .star-rating input {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
}

.review-reg .review-step .rating-input .star-rating .star {
    -webkit-tap-highlight-color: transparent;
    display: block;
    width: 24px;
    height: 24px;
    font-size: 0;
    background-image: url('../images/icon/icon_star_rating.png');
    background-size: cover;
    background-position: 0 50%;
    position: relative;
}

.review-reg .review-step .rating-input .star-rating .star:active:before,
.review-reg .review-step .rating-input .star-rating:has(.star:active) .star:has(~ .star:active):before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.4);
    background-image: url('../images/icon/icon_star_rating.png');
    background-size: cover;
    background-position: 100% 50%;
    opacity: 0.3;
    pointer-events: none;
}


.review-reg .review-step .rating-input .star-rating:has(input:checked[value="1"]) .star:is(:nth-of-type(1)) { background-position: 100% 50%;}
.review-reg .review-step .rating-input .star-rating:has(input:checked[value="2"]) .star:is(:nth-of-type(1), :nth-of-type(2)) { background-position: 100% 50%;}
.review-reg .review-step .rating-input .star-rating:has(input:checked[value="3"]) .star:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3)) { background-position: 100% 50%;}
.review-reg .review-step .rating-input .star-rating:has(input:checked[value="4"]) .star:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4)) { background-position: 100% 50%;}
.review-reg .review-step .rating-input .star-rating:has(input:checked[value="5"]) .star:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5)) { background-position: 100% 50%;}




.review-reg .review-step .keyword-input {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 28px;
}

.review-reg .review-step .keyword-input .scroller {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    overflow: scroll;
}

.review-reg .review-step .keyword-input .scroller::-webkit-scrollbar { display: none; }

.review-reg .review-step .keyword-input .category {
    flex: 0 0 auto;
    min-width: 0;
    height: auto;
}

.review-reg .review-step .keyword-input h4 {
    font-size: 14px;
    line-height: 16px;
}

.review-reg .review-step .keyword-input .btns-wrap {
    margin-top: 12px;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}


.review-reg .review-step .keyword-input .btns-wrap .check-item .labelling {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    border-radius: 4px;
    border: 1px solid #d9dbdc;
    background: #fff;
    font-size: 11px;
    line-height: 16px;
    padding: 8px;
    color: #000;
    pointer-events: none;
}

.review-reg .review-step .keyword-input .btns-wrap .check-item:active .labelling { background: rgba(0,0,0,0.05);}

.review-reg .review-step .keyword-input .btns-wrap .check-item input:checked ~ .labelling { border-color: #fe6a2b; }

.review-reg .review-step .text-input {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 16px;
}

.review-reg .review-step .text-input textarea {
    width: 100%;
    height: 196px;
    line-height: 20px;
    font-size: 12px;
    resize: none;
    padding: 12px;
    border-radius: 2px;
    border: 1px solid #F2F2F7;
    background: #f9f9fa;
}

.review-reg .review-step .text-input textarea:focus { border-color: #fe6a2b;}

.review-reg .review-step .text-input textarea::placeholder { font-size: 12px; color: #A0A6AF; }

.review-reg .review-step .text-input .limit {
    font-size: 11px;
    line-height: 16px;
    position: absolute;
    right: 8px;
    bottom: 4px;
    color: rgba(160,166,175,0.8);
}

.review-reg .review-step .photo-input {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 24px;
}

.review-reg .review-step .photo-input .file-upload-btn {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
}

.review-reg .review-step .photo-input .file-upload-btn input {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.review-reg .review-step .photo-input .file-upload-btn .labelling {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #2a3138;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.review-reg .review-step .photo-input .file-upload-btn:active .labelling { background: #2a3138; color: #fff;}

.review-reg .review-step .photo-input .file-upload-btn .labelling .label-txt {
    font-size: 14px;
    line-height: 16px;
}

.review-reg .review-step .photo-input .thumb-container {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 16px;
}

.review-reg .review-step .photo-input .thumb-container .thumb-holder {
    flex: 1 0 calc((100% - 16px) / 3);
    min-width: 0;
    height: 80px;
    overflow: hidden;
    position: relative;
    border: 1px solid #F2F2F7;
    border-radius: 4px;
}

.review-reg .review-step .photo-input .thumb-container .thumb-holder:before {
    content: '\e9a1';
    font-family: 'LineIcons';
    color: #C0C6CE;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
}

.review-reg .review-step .photo-input .thumb-container .thumb-holder .img-layer {
    width: 100%;
    height: 100%;
    position: relative;
}

.review-reg .review-step .photo-input .thumb-container .thumb-holder .img-layer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-reg .review-step .photo-input .thumb-container .thumb-holder .img-layer:empty ~ .remove-btn { display: none; }

.review-reg .review-step .photo-input .thumb-container .thumb-holder .remove-btn {
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #000;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}


.review-complete {
    width: 100%;
    padding: 60px 0;
    text-align: center;
}

.review-complete h3 {
    font-size: 18px;
    line-height: 28px;
}

.review-complete .benefit-info {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 16px;
}

.review-complete .benefit-info img {
    width: 180px;
    height: auto;
    aspect-ratio: 3/2;
}

.review-complete .benefit-info .msg-box {
    padding: 8px 24px;
    border-radius: 8px;
    background: #F2F2F7;
    margin-top: 4px;
}

.review-complete .benefit-info .msg-box p { font-size: 12px; line-height: 16px;}

.review-goods-recommend .goods-img .opacity-bx {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 1 !important;
    background: rgba(255,255,255,0.7) !important;
}

.review-goods-recommend .goods-img .opacity-bx .brand-logo {
    width: auto;
    height: 16px;
}

dl.unit02 dt .flag_02 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    margin-left: 0;

    display: flex;
    width: 100%;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.7);
    align-items: center;
    justify-content: center;
}

dl.unit02 dt .flag_02 .brand-logo {
    width: auto;
    height: 16px;
}





/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=genesis---------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.genesis-pickup-gate {
    width: 100%;
    height: auto;
    padding-top: 96px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.genesis-pickup-gate .bi {
    width: 108px;
}

.genesis-pickup-gate .title-msg {
    width: 100%;
    height: auto;
    line-height: 22px;
    font-size: 12px;
    margin-top: 28px;
}

.genesis-pickup-gate .title-msg em { font-weight: 700;}

.genesis-pickup-gate .input-wrap {
    padding: 0 48px;
    margin-top: 48px;
}

.genesis-pickup-gate .input-box {
    border-color: #A0A6AF;
    background: #f9f9fa;
    text-align: center;
}

.genesis-pickup-gate .input-box::placeholder { font-size: 12px; color: #A0A6AF; }
.genesis-pickup-gate .input-box:focus { border-color: #5b6068; }
.genesis-pickup-gate .input-box:focus::placeholder { font-size: 0; }

.genesis-pickup-gate .noti {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: #5b6068;
    margin-top: 16px;
}

.genesis-pickup-gate .noti p {
    font-size: 11px;
    line-height: 18px;
    margin-top: 4px;
}

.genesis-pickup-gate .confirm-btn {
    width: 120px;
    margin-top: 80px;
}

#main:has(.genesis-pickup-detail) {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}
.genesis-pickup-detail .pickup-history-section::after { display: none; }


.modal-item:has(.size-confirm) .modal-pannel .modal-header { box-shadow: none; padding-left: 48px; padding-right: 0; }
.modal-item:has(.size-confirm) .modal-pannel .modal-header .btn-popup-close {
    right: auto;
    left: 6px;
}

.modal-item:has(.size-confirm) .modal-pannel .modal-header .btn-popup-close .line-icons.close {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 32px;
}

.modal-item:has(.size-confirm) .modal-pannel .modal-header .btn-popup-close .line-icons.close:before { content: '\e916';}

.size-confirm {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    height: auto;
    padding: 12px 20px 96px;
}

.size-confirm .primary-msg {
    font-size: 18px;
    text-align: center;
}

.size-confirm .selected-size {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    margin-top: 16px;
    gap: 8px;
}


.size-confirm .selected-size .label-txt { font-size: 14px;}

.size-confirm .selected-size .size-txt-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    position: relative;
}

.size-confirm .selected-size:has(.size-txt-wrap .size-txt:nth-child(2)) {
    flex-direction: column;
}

.size-confirm .selected-size .size-txt-wrap:has(.size-txt:nth-child(2)) .size-txt:nth-child(1):after {
    content: '';
    display: inline-block;
    width: 0;
    height: 20px;
    border-right: 1px solid #C0C6CE;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.size-confirm .selected-size .size-txt-wrap:has(.size-txt:nth-child(2)) .size-txt:nth-child(1):before {
    content: '전륜';
    font-size: 14px;
}

.size-confirm .selected-size .size-txt-wrap:has(.size-txt:nth-child(2)) .size-txt:nth-child(2):before {
    content: '후륜';
    font-size: 14px;
}

.size-confirm .selected-size .size-txt-wrap:has(.size-txt:nth-child(2)) .size-txt { font-size: 20px; }

.size-confirm .selected-size .size-txt {
    display: inline-flex;
    line-height: 24px;
    font-size: 24px;
    font-weight: 500;
    gap: 4px;
    color: #fe6a2b;
}

.size-confirm .selected-size .btn-reselect {
    height: 28px;
    line-height: 26px;
    border-radius: 14px;
    padding: 0 4px 0 12px;
    background: #f2f2f7;
}

.size-confirm .selected-size:has(.size-txt-wrap .size-txt:nth-child(2)) ~ .tip-img { margin-top: 20px; }

.size-confirm .tip-img {
    width: 100%;
    margin-top: 40px;
    user-select: none;
}

/* 20250117 start */
.size-confirm .btn-container:has(.btn-size-confirm) {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 16px 20px;
    padding-bottom: calc(16px + constant(safe-area-inset-bottom));
    padding-bottom: calc(16px + env(safe-area-inset-bottom));
}
/* 20250117 end */

.size-confirm .btn-size-confirm {
    background: #000;
}
.size-confirm .btn-size-confirm .label-txt { margin-left: 40px;}
.size-confirm .btn-size-confirm .line-icons { margin-left: 16px;}



/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=[task]UX개선(검색)-----------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
body:has(#searchPopup.on) { height: 100%; overflow: hidden; }

#searchPopup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #FE6A2B;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 2000;
    pointer-events: none;
    opacity: 0;
    transform: translateY(80px) translateZ(0);
    transition: all 0.2s;
}

#searchPopup.on {
    pointer-events: all;
    opacity: 1;
    transform: translateY(0) translateZ(0);
}

#searchPopup *:not(input, select) { user-select: none; }

#searchPopup .search-header {
    flex: none;
    width: 100%;
    height: auto;
    padding: 0;
    background: #FE6A2B;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

#searchPopup .search-header .navbar {
    width: 100%;
    height: 60px;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    border-bottom: none;
    padding: 0 16px;
    background: transparent;
    z-index: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#searchPopup .search-header .navbar h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

#searchPopup .search-header .navbar .btn-item.btn-close {
    flex: none;
    margin: 0 -4px 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

#searchPopup .search-header .navbar .btn-item.btn-close:active:before { background: rgba(255,255,255,0.1); }

#searchPopup .search-header .search-input-wrap {
    width: 100%;
    padding: 8px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}

#searchPopup .size-search-input-wrap {
    width: 100%;
    padding: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}

#searchPopup .size-search-input-wrap.on { display: flex; }

#searchPopup .bottom-sticky {
    width: auto;
    height: auto;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    background: rgba(254,106,43,0.6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    z-index: 1;
}

#searchPopup .btn-container {
    width: 100%;
    height: auto;
    padding: 8px 0 12px;
    padding-bottom: calc(12px + constant(safe-area-inset-bottom));
    padding-bottom: calc(12px + env(safe-area-inset-bottom));
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

#searchPopup .btn-container .btn-item {
    flex: 1 0 0;
    min-width: 0;
}

#searchPopup .btn-container .btn-item:only-child { flex: none; }

#searchPopup .search-input-item {
    flex: none;
    display: none;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 40px;
    padding: 0 4px 0 16px;
    border-radius: 500px;
    position: relative;
    background: #fff;
    overflow: hidden;
}


#searchPopup .search-input-item.on { display: flex; }

#searchPopup .search-input-item input {
    flex: 1 0 0;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: inherit;
    position: relative;
    font-size: 14px;
    color: #2a3138;
    border: none;
    outline: none;
    padding: 0 8px;
    background: transparent;
    caret-color: #fe6a2b;
    line-height: 32px;
    vertical-align: middle;
}

#searchPopup .search-input-item .btn-clear {
    flex: none;
    display: inline-block;
    margin-right: 4px;
}

#searchPopup .search-input-item input:placeholder-shown ~ .btn-clear { display: none; }

#searchPopup .search-input-item .btn-clear .line-icons {
    color: #2a3138;
    border-radius: 100px;
    font-size: 16px;
}

#searchPopup .search-input-item input::placeholder {
    font-size: 14px;
    color: #A0A6AF;
}

#searchPopup .search-input-item input:read-only {
    font-size: 14px;
    color: #A0A6AF;
}

#searchPopup .search-input-item:after {
    content: "\e92e";
    font-family: 'LineIcons';
    --size: 32px;
    width: var(--size);
    height: var(--size);
    line-height: var(--size);
    text-align: center;
    font-size: 20px;
    color: #2a3138;
    pointer-events: none;
    margin-right: 4px;
    display: none;
}

#searchPopup .search-input-item:has(input:placeholder-shown):after { display: block; }
#searchPopup .search-input-item:has(input:read-only):after { display: none !important; }
#searchPopup .search-input-item[data-input-sequence="car-number-search"]:has(input:placeholder-shown):after { display: none !important; }



#searchPopup .search-input-item .search-type-chip {
    flex: none;
    width: auto;
    height: 24px;
    padding-left: 8px;
    border-radius: 4px;
    background: #2a3138;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    overflow: hidden;
    overflow-x: clip;
    white-space: nowrap;
}

#searchPopup .search-input-item:has([data-is-done="true"]) .search-type-chip {
    background: transparent;
    color: #A0A6AF;
    padding: 0;
    font-size: 0;
}

#searchPopup .search-input-item:has([data-is-done="true"]) .search-type-chip > span { display: none; }
#searchPopup .search-input-item:has([data-is-done="true"]) .search-type-chip:before { font-size: 12px; }

#searchPopup .search-input-item.by-size:has([data-is-done="true"]):not(:has(~ .search-input-item.by-size)) .search-type-chip:before { content: ''; }



#searchPopup .search-input-item.by-size:has([data-is-done="true"]):has(~ .search-input-item.by-size) .search-type-chip:before { content: '전륜 사이즈 : '; }

#searchPopup .search-input-item.by-size ~ .search-input-item.by-size:has([data-is-done="true"]) .search-type-chip:before { content: '후륜 사이즈 : '; }

#searchPopup .search-input-item:has([data-is-done="true"]) .search-type-chip .btn-item { display: none; }


#searchPopup [data-differ-front-rear="false"] .search-input-item.by-size:nth-of-type(1) { display: flex; }
#searchPopup [data-differ-front-rear="false"] .search-input-item.by-size:nth-of-type(2) { display: none; }

#searchPopup [data-differ-front-rear="true"] .search-input-item.by-size:nth-of-type(1) { display: flex; }
#searchPopup [data-differ-front-rear="true"] .search-input-item.by-size:nth-of-type(2) { display: flex; }

#searchPopup [data-differ-front-rear="false"] .search-input-item.by-size:has([data-is-done="true"]) .search-type-chip:before { content: '' !important; }

#searchPopup .btn-add-rear-size {
    display: none;
    margin: 0 auto;
    padding: 0 24px;
}

#searchPopup .btn-add-rear-size.on { display: inline-block; }

#searchPopup .btn-add-rear-size:active:before { background: rgba(255,255,255,0.1);}

#searchPopup .btn-add-rear-size .line-icons.size-28 {
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 20px;
    margin-left: 8px;
}

#searchPopup .search-input-item.user-name:has(input:placeholder-shown):after { display: none; }

#searchPopup .search-input-item.user-name input:disabled { background: transparent; }

#searchPopup .search-input-item.user-name input::placeholder { color: #A0A6AF; }

#searchPopup .search-input-item.user-name input:placeholder-shown ~ .btn-submit {
    background: #A0A6AF;
    pointer-events: none;
    width: 32px;
}

#searchPopup [data-input-sequence="car-number-search"].on:has(input:placeholder-shown) ~ [data-input-sequence="owner-search"] .btn-submit {
    background: #A0A6AF;
    pointer-events: none;
    width: 32px;
}

#searchPopup .search-input-item.user-name .btn-submit {
    flex: none;
    width: 72px;
    transition: all 0.2s;
}

#searchPopup .search-input-item.user-name .btn-submit .spinner {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 0;
    opacity: 0;
}

#searchPopup .search-header:has(.waiting) .search-input-item { pointer-events: none; }
#searchPopup .search-header:has(.waiting) .search-input-item input { color: #A0A6AF; }

#searchPopup .search-input-item.user-name.waiting {
    pointer-events: none;
}

#searchPopup .search-input-item.user-name.waiting input {
    color: #A0A6AF;
}

#searchPopup .search-input-item.user-name.waiting .btn-submit {
    background: #A0A6AF;
    pointer-events: none;
    width: 32px;
}

#searchPopup .search-input-item.user-name.waiting .btn-submit .line-icons.arrow-right { opacity: 0; }

#searchPopup .search-input-item.user-name.waiting .btn-submit .spinner { opacity: 1; }





#searchPopup .recent-search {
    display: none;
    width: 100%;
    height: auto;
    padding: 12px 20px 0;
    background: #FE6A2B;
    border-bottom: 1px dashed #fff;
}

#searchPopup .recent-search:not(:has(.chip)) { display: none; }
#searchPopup .recent-search.on:not(:has(.chip)) { display: none; }
#searchPopup .recent-search.on { display: block; }
#searchPopup .search-body:has([data-sequence="result-car-model"].on) .recent-search { display: none; }
#searchPopup .search-body:has([data-sequence="result-car-model-cartype"].on) .recent-search { display: none; }

#searchPopup .recent-search h5 {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}

#searchPopup .recent-search .chips-wrap {
    width: auto;
    height: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: -20px;
    margin-right: -20px;
    padding: 8px 20px 12px;
    gap: 8px;
    -webkit-overflow-scrolling: touch;
    transform: translateZ(0);
}

#searchPopup .recent-search .chips-wrap::-webkit-scrollbar { display: none; }

#searchPopup .recent-search .chip {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: 24px;
    border-radius: 12px;
    background: rgba(255,255,255,0.24);
    white-space: nowrap;
    color: #fff;
    user-select: none;
    box-shadow: inset 0 0 0 1px #fff;

}

#searchPopup .recent-search .chip * { user-select: none; }

#searchPopup .recent-search .chip:has(.label-txt:active) { background: rgba(255,255,255,0.3);}

#searchPopup .recent-search .chip:has(.btn-remove:active) { background: rgba(255,255,255,0.12); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.6); }
#searchPopup .recent-search .chip:has(.btn-remove:active) .label-txt { opacity: 0.4; text-decoration: line-through; }

#searchPopup .recent-search .chip .label-txt {
    display: inline-block;
    width: auto;
    max-width: 200px;
    height: 24px;
    line-height: 24px;
    padding: 0 4px 0 12px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#searchPopup .recent-search .chip .btn-remove {
    appearance: none;
    display: inline-block;
    width: auto;
    height: 24px;
    padding: 0 8px 0 4px;
    background: transparent;
    color: #fff;
    margin: 0;
    border: none;
    outline: none;
    border-radius: 0 12px 12px 0;
}

#searchPopup .recent-search .chip .btn-remove:active:before { display: none; }



#searchPopup .search-body {
    flex: 1 0 0;
    min-height: 0;
    width: 100%;
    overflow: auto;
    position: relative;
}

#searchPopup .choose-search-type {
    width: 100%;
    height: auto;
    position: relative;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}

#searchPopup .choose-search-type > p { margin-bottom: 8px;}

#searchPopup .choose-search-type .btn-item {
    width: 200px;
    background: transparent;
    padding: 0 8px 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    border-radius: 500px;
}

#searchPopup .choose-search-type .btn-item:active:before { background: rgba(255,255,255,0.1);}

#searchPopup .choose-search-type .btn-item .label-txt {
    font-weight: 700;
    line-height: 20px;
    border-bottom: 1px dotted #fff;
}

#searchPopup .choose-search-type .btn-item .line-icons {
    border-radius: 500px;
    border: 1px solid #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
}




#searchPopup .data-container {
    display: none;
    width: 100%;
    height: auto;
    position: relative;
    color: #fff;
    padding: 24px 20px;
    overflow: clip;
}

#searchPopup .data-container.on { display: block; }

#searchPopup .data-container:has(.car-model-result) {
    display: block;
    height: 0;
    padding: 0 20px !important;
}

#searchPopup .data-container:has(.car-model-result).on { height: auto; }

#searchPopup .data-container.loading {
    padding: 60px 0;
    text-align: center;
}

#searchPopup .data-container.loading * {
    display: none;
}

#searchPopup .data-container.loading:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 32px;
    height: 32px;
    position: relative;
    background-image: url('../images/common/spinner_w.svg');
    background-size: 32px;
    background-position: center;
    background-repeat: no-repeat;
    user-select: none;
    pointer-events: none;
}

#searchPopup .data-container.no-result {
    padding: 60px 0;
    text-align: center;
}

#searchPopup .data-container.no-result * {
    display: none;
}

#searchPopup .data-container.no-result::before {
    content: '\e96f';
    font-family: 'LineIcons';
    display: block;
    margin: 0 auto;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 32px;
    color: #fff;
    user-select: none;
    pointer-events: none;
}

#searchPopup .data-container.no-result::after {
    content: '검색 결과가 없습니다.';
    display: block;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    margin-top: 8px;
    user-select: none;
    pointer-events: none;
}


#searchPopup .choose-mycar .car-mockup {
    display: block;
    width: 178px;
    height: auto;
    margin: 40px auto;
    mix-blend-mode: luminosity;
}

#searchPopup .car-model-card {
    background: #fff;
    height: 40px;
    border-radius: 20px;
    transition: all 0.3s;
}

#searchPopup .data-container.on .car-model-card {
    height: auto;
    height: calc-size(auto, size);
    border-radius: 16px;
}

#searchPopup .data-container.on .car-model-card [data-fade-in] {
    opacity: 1;
    transform: translateX(0) translateY(0) translateZ(0);
}

#searchPopup .car-model-card [data-fade-in] {
    opacity: 0;
    transform: translateX(0) translateY(12px) translateZ(0);
    transition-duration: 0.4s;
    transition-property: opacity, transform;
    transition-timing-function: ease-out;
}

#searchPopup .car-model-card [data-fade-in="1"] { transition-delay: calc(0.3s + 0.2s * 1); }
#searchPopup .car-model-card [data-fade-in="2"] { transition-delay: calc(0.3s + 0.2s * 2); }
#searchPopup .car-model-card [data-fade-in="3"] { transition-delay: calc(0.3s + 0.2s * 3); }
#searchPopup .car-model-card [data-fade-in="5"] { transition-delay: calc(0.3s + 0.2s * 5); }
#searchPopup .car-model-card [data-fade-in="6"] { transition-delay: calc(0.3s + 0.2s * 6); }
#searchPopup .car-model-card [data-fade-in="4"] {
    transition-delay: calc(0.3s + 0.2s * 4);
    transform: translateX(24px) translateY(0) translateZ(0);
    transition-duration: 0.6s;
}

#searchPopup .car-model-card .detail-select-list {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 16px;
}

#searchPopup .car-model-card .detail-select-list .select-row {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

#searchPopup .car-model-card .detail-select-list .select-row h6 {
    flex: none;
    display: inline-block;
    width: 60px;
    font-size: 12px;
    font-weight: 500;
}

#searchPopup .car-model-card .detail-select-list .select-row .select-item {
    flex: 1 0 0;
    min-width: 0;
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 8px;
    background: #f2f2f7;
}

#searchPopup .car-model-card .detail-select-list .select-row .select-item:after {
    content: '\e915';
    font-family: 'LineIcons';
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    pointer-events: none;
}

#searchPopup .car-model-card .detail-select-list .select-row .input-box {
    width: 100%;
    height: auto;
    padding: 6px 8px;
    padding-right: 24px;
    font-size: 12px;
    line-height: 20px;
    color: #2a3138;
    border: none;
    border-radius: 8px;
    background: transparent;
    position: relative;
    text-overflow: ellipsis;
}

#searchPopup .car-model-card .detail-select-list .select-row .input-box:disabled {
    pointer-events: none;
    color: #a0a6af;
}

#searchPopup .car-model-card .detail-select-list .select-row .select-item:has(.input-box:disabled):after { color: #d9dbdc;}

#searchPopup .car-model-card:has(option:checked:disabled) ~ .shopping-option { display: none; }



#searchPopup :where(.mycar-card, .car-model-card) {
    width: 100%;
    height: auto;
    position: relative;
    padding: 24px 16px 16px;
    overflow: hidden;
    user-select: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
}

#searchPopup :where(.mycar-card, .car-model-card) * { user-select: none; }

#searchPopup .mycar-card {
    padding-bottom: 8px;
    margin-bottom: 40px;
    background: #fff;
    border-radius: 16px;
}

#searchPopup :where(.mycar-card, .car-model-card) .car-model-info {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

#searchPopup :where(.mycar-card, .car-model-card) hgroup {
    flex: 1 0 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 1;
}

#searchPopup :where(.mycar-card, .car-model-card) hgroup h4 { line-height: 20px; font-size: 16px; font-weight: 500; color: #000; }
#searchPopup :where(.mycar-card, .car-model-card) hgroup h5 {
    line-height: 20px;
    font-size: 12px;
    margin-top: 4px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

#searchPopup :where(.mycar-card, .car-model-card) .btn-item.btn-reg-mycar {
    height: 28px;
    line-height: 26px;
    border-radius: 100px;
    padding: 0 12px;
    border-color: #d9dbdc;
    margin-top: 16px;
}

#searchPopup :where(.mycar-card, .car-model-card) .btn-item.btn-reg-mycar .line-icons { color: #d9dbdc; }

#searchPopup :where(.mycar-card, .car-model-card) .btn-item.btn-reg-mycar.on { color: #fe6a2b; }
#searchPopup :where(.mycar-card, .car-model-card) .btn-item.btn-reg-mycar.on .line-icons { color: #fe6a2b; }

#searchPopup :where(.mycar-card, .car-model-card) .img-holder {
    flex: 1 0 50%;
    align-self: stretch;
    background-size: auto 72px;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 72px;
}

#searchPopup :where(.mycar-card, .car-model-card) .mycar-list {
    align-self: stretch;
    width: auto;
    height: 48px;
    margin-top: 16px;
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: scroll;
    white-space: nowrap;
}

#searchPopup :where(.mycar-card, .car-model-card) .mycar-list::-webkit-scrollbar { display: none; }

#searchPopup :where(.mycar-card, .car-model-card) .mycar-list .mycar-btn {
    flex: none;
    -webkit-tap-highlight-color: transparent;
    appearance: none;
    width: 48px;
    height: 48px;
    position: relative;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 50%;
}

#searchPopup :where(.mycar-card, .car-model-card) .mycar-list .mycar-btn .thumb-holder {
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #D9DBDC;
    border-radius: 50%;
    background-color: #fff;
    background-image: url('../images/common/mycar_dummy.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 50%;
}

#searchPopup :where(.mycar-card, .car-model-card) .mycar-list .mycar-btn.act .thumb-holder:after {
    content: '\e912';
    display: inline-block;
    font-family: 'LineIcons';
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #00B3C5;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(1px) translateY(-1px);
    z-index: 1;
}

#searchPopup :where(.mycar-card, .car-model-card) .mycar-list .mycar-btn:active:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(42, 49, 56, 0.1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#searchPopup :where(.mycar-card, .car-model-card) .shopping-start-btn {
    padding-left: 12px;
    padding-right: 8px;
    margin-right: -8px;
}

#searchPopup :where(.mycar-card, .car-model-card) .shopping-start-btn .label-txt { font-size: 12px; font-weight: 500;}





#searchPopup .suggestion-list {
    width: 100%;
    height: auto;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #fff;
}

#searchPopup .suggestion-list li {
    width: 100%;
    height: auto;
    padding: 0;
    line-height: 24px;
    position: relative;
    color: #fff;
    font-size: 0;
    vertical-align: middle;
}

#searchPopup .suggestion-list li *,
#searchPopup .suggestion-list li *:before,
#searchPopup .suggestion-list li *:after { user-select: none; }

#searchPopup .suggestion-list li:not(:first-of-type) { margin-top: 16px; }
#searchPopup .suggestion-list li:not(:first-of-type):has(.detail-model-result) { margin-top: 24px; }


#searchPopup .common-result {
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    width: auto;
    height: auto;
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    text-align: left;
}

#searchPopup .common-result .label-txt {
    vertical-align: middle;
    display: inline;
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    user-select: none;
    color: #fff;

    background-image: linear-gradient(#fff 0 0);
    background-position: 0 100%;
    background-size: 0% 1px;
    background-repeat: no-repeat;
    transition: background-size 0.1s, background-position 0s 0.1s;
}

#searchPopup .common-result:active .label-txt {
    background-position: 100% 100%;
    background-size: 100% 1px;
}

#searchPopup .common-result .label-txt:has(em) { color: rgba(255,255,255,0.6); }
#searchPopup .common-result .label-txt em { color: #fff; }




#searchPopup .size-option-list-wrap {
    width: 100%;
    height: auto;
    position: relative;
    text-align: left;
    padding: 24px 0;
}

#searchPopup .size-option-list-wrap .btn-size-check-tooltip {
    margin-bottom: 12px;
    padding: 0 4px;
}

#searchPopup .size-option-list-wrap .btn-size-check-tooltip .label-txt {
    border-bottom: 1px dotted #fff;
    font-weight: 700;
}

#searchPopup .size-option-list-wrap .size-option-list {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
    padding-left: 8px;
}

#searchPopup .size-option-list-wrap .size-option-list .size-radio-item {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: auto;
    position: relative;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}

#searchPopup .size-option-list-wrap .size-option-list .size-radio-item input {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

#searchPopup .size-option-list-wrap .size-option-list .size-radio-item .icon-holder {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #d9dbdc;
    background-color: #fff;
    margin-right: 8px;
    position: relative;
}

#searchPopup .size-option-list-wrap .size-option-list .size-radio-item .icon-holder:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fe6a2b;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0);
    transition: all 0.2s;
}

#searchPopup .size-option-list-wrap .size-option-list .size-radio-item input:checked ~ .icon-holder:before {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
}

#searchPopup .size-option-list-wrap .size-option-list .size-radio-item .label-txt {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 20px;
}

#searchPopup .size-option-list-wrap .size-option-list .size-radio-item:has(.label-txt:nth-of-type(2)) .label-txt:nth-of-type(1) {
    border-right: 1px solid #fff;
    padding-right: 6px;
    margin-right: 6px;
}

#searchPopup .size-option-list-wrap .size-option-list .size-radio-item:has(.label-txt:nth-of-type(2)) .label-txt:nth-of-type(1):before {
    content: '전륜';
    white-space: pre;
    font-size: 14px;
    line-height: 20px;
    margin-right: 4px;
}

#searchPopup .size-option-list-wrap .size-option-list .size-radio-item:has(.label-txt:nth-of-type(2)) .label-txt:nth-of-type(2):before {
    content: '후륜 ';
    white-space: pre;
    font-size: 14px;
    line-height: 20px;
    margin-right: 4px;
}

#searchPopup .size-radio-item.basic-size:after {
    content: '기본 옵션';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 700;
    background: #fff;
    color: #fe6a2b;
    vertical-align: middle;
    padding: 0 8px;
    margin-left: 8px;
    white-space: nowrap;
}

#searchPopup .size-caution {
    width: auto;
    height: auto;
    border-top: 1px dashed #fff;
    padding: 8px 0;
    line-height: 18px;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    user-select: none;
    text-align: center;
}

#searchPopup .select-brand {
    width: 100%;
    height: auto;
    position: relative;
    color: #fff;
}

#searchPopup .select-brand h4 {
    font-size: 12px;
    font-weight: 700;
    padding-left: 16px;
}

#searchPopup .select-brand h4:not(:first-of-type) { margin-top: 40px; }

#searchPopup .select-brand .brand-list {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px 8px;
    margin-top: 20px;
}

#searchPopup .select-brand .brand-list button {
    flex: 0 0 calc((100% - 24px) / 4);
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    background: transparent;
    border: none;
    outline: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    text-align: center;
    color: #fff;
}

#searchPopup .select-brand .brand-list button .emblem-holder {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.16);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#searchPopup .select-brand .brand-list button:active .emblem-holder {
    background-color: #f2f2f7;
}

#searchPopup .select-brand .brand-list button .emblem-holder img {
    width: 80%;
    height: 80%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    user-select: none;
}

#searchPopup .select-brand .brand-list button p {
    font-size: 10px;
    font-weight: 700;
}

#searchPopup .detail-model-result {
    width: 100%;
    height: auto;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    background: transparent;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
    color: #fff;
    text-align: left;
    user-select: none;
}

#searchPopup .detail-model-result * { user-select: none; }

#searchPopup .detail-model-result .img-holder {
    flex: none;
    width: 72px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

#searchPopup .detail-model-result .label-holder {
    flex: 1 0 0;
    min-width: 0;
    width: auto;
    height: auto;
    color: #fff;
}

#searchPopup .detail-model-result .label-txt {
    display: inline;
    font-size: 14px;
    font-weight: 500;
    background-image: linear-gradient(#fff 0 0);
    background-position: 0 100%;
    background-size: 0% 1px;
    background-repeat: no-repeat;
    transition: background-size 0.1s, background-position 0s 0.1s;
}

#searchPopup .detail-model-result:active .label-txt {
    background-position: 100% 100%;
    background-size: 100% 1px;
}

#searchPopup .detail-model-result .label-txt:has(em) { color: rgba(255,255,255,0.6);}
#searchPopup .detail-model-result .label-txt em { color: #fff; }


#searchPopup .select-size {
    width: 100%;
    height: auto;
    position: relative;
}

#searchPopup .select-size .caution-txt {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 28px;
    color: #fff;
}

#searchPopup .select-size .caution-txt em { font-weight: 700;}

#searchPopup .select-size .size-list {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px 8px;
}

#searchPopup .size-btn {
    flex: 0 0 calc((100% - 32px) / 5);
    width: auto;
    height: 40px;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    background: #fff;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #000;
    text-align: center;
    user-select: none;
    border-radius: 4px;
}

#searchPopup .size-btn:active { background: #f2f2f7; }

#searchPopup [data-size-step] [data-size-group] { display: none; }
#searchPopup [data-size-step="1"] [data-size-group="1"] { display: flex; }
#searchPopup [data-size-step="2"] [data-size-group="2"] { display: flex; }
#searchPopup [data-size-step="3"] [data-size-group="3"] { display: flex; }




/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=[task]UX개선(쇼룸)-----------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.showroom-main {
    position: relative;
    padding-top: 16px;
}

.showroom-main-swiper-section {
    width: 100%;
    height: auto;
    position: relative;
}

.showroom-main-swiper-section h1 {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    padding-left: 36px;
}

.showroom-main-swiper-section h1 em { font-weight: 700; }

.showroom-main-swiper {
    width: 100%;
    height: auto;
    position: relative;
    padding: 16px 36px;
}

.showroom-main-swiper .swiper-slide {
    width: 100%;
    height: 360px;
    overflow: clip;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    backface-visibility: hidden;
}

.showroom-main-swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: calc(100% - 72px);
    position: relative;
    overflow: hidden;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: all 0.3s;
    background: #A0A6AF;
    transform: translateZ(0);
    border-radius: 12px;
}

.showroom-main-swiper .swiper-slide.swiper-slide-active a {
    height: 100%;
}

.showroom-main-swiper .img-holder {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: clip;
    position: relative;
    mix-blend-mode: multiply;
    transform: translateZ(0);
}

.showroom-main-swiper .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: translateZ(0) scale(1.2);
    animation: showroomMainBanner linear 8s infinite alternate;
    animation-play-state: paused;
}

.showroom-main-swiper .swiper-slide.swiper-slide-active .img-holder img {
    animation-play-state: running;
}

@keyframes showroomMainBanner {
    0% { transform: translateZ(0) scale(1.2); }
    100% { transform: translateZ(0) scale(1); }
}

.showroom-main-swiper .swiper-slide.swiper-slide-active hgroup {
    opacity: 1;
    transform: translateY(0) translateZ(0);
}

.showroom-main-swiper hgroup {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 100px;
    text-align: center;
    user-select: none;
    opacity: 0;
    transform: translateY(40px) translateZ(0);
    transition: all 0.4s ease-out;
}

.showroom-main-swiper hgroup:before {
    content: 'SHOWROOM';
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.showroom-main-swiper hgroup h2 {
    font-size: 30px;
    font-weight: 800;
    line-height: 36px;
    margin-top: 8px;
    letter-spacing: -0.5px;
}

.showroom-main-swiper hgroup h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 16px;
    letter-spacing: -0.5px;
}


.showroom-brands-section {
    width: 100%;
    height: auto;
    position: relative;
    padding: 24px 16px;
}

.showroom-brands-section h2 {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}

.showroom-brands-section h2 em { font-weight: 700; }

.showroom-brands {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 16px;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
}

.showroom-brands a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    height: 52px;
    padding: 4px;
    padding-right: 16px;
    gap: 8px;
    background: #f2f2f7;
    border-radius: 100px;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    text-decoration: none;
}

.showroom-brands a:active {
    background: #eceeef;
}

.showroom-brands a .bi-holder {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
}

.showroom-brands a .bi-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.showroom-brands a .label-txt {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}


.showroom-detail {
    position: relative;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.showroom-detail-header-section {
    width: 100%;
    height: auto;
    position: relative;
    padding: 16px 16px 8px;
}

.showroom-detail-header-section:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #d9dbdc;
    margin-top: 16px;
}

.showroom-detail-header-section h1 {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
}

.showroom-detail-header-section .date {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 8px;
    color: #a0a6af;
}

.showroom-detail-hero-section {
    width: auto;
    height: 392px;
    margin: 16px;
    background: linear-gradient(#fff 20%, #3F4349);
    border-radius: 12px;

}

.showroom-detail-hero-section .cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
    border-radius: inherit;
}

.showroom-detail-hero-section .txt-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 36px 24px;
}

.showroom-detail-hero-section h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
}

.showroom-detail-hero-section h1:before {
    content: "SHOWROOM";
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    position: absolute;
    top: -8px;
    left: 0;
    transform: translateY(-100%);
}

.showroom-detail-hero-section .summary {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 16px;
}

.showroom-detail-benefit-section {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    padding: 16px;
    user-select: none;
}

.showroom-detail-benefit-section h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.showroom-detail-benefit-section h2:before {
    content: "BENEFIT";
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
}

.showroom-benefit-coupon {
    width: auto;
    height: 116px;
    padding: 12px 24px 12px 20px;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    color: #000;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
}

.showroom-benefit-coupon:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 50'%3E%3Cpath d='M16,50c0-3.5-2.1-6.7-5.3-8.3C4.3,38.6,0,32.3,0,25S4.3,11.4,10.7,8.3c3.3-1.6,5.3-4.8,5.3-8.3v50Z' fill='%23fff'/%3E%3C/svg%3E"), linear-gradient(#000, #000);
    mask-size:  auto 43.1%, 100%;
    mask-repeat: no-repeat;
    mask-position: 100% 50%, 50%;
    mask-composite: exclude;
    background-image: linear-gradient(#FFA35D, #FE6A2B);
    background-size: calc(100% - 1px);
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.showroom-benefit-coupon:active {
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.1));
}

.showroom-benefit-coupon * {
    user-select: none;
    position: relative;
}

.showroom-benefit-coupon .coupon-accent {
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: #000;
}

.showroom-benefit-coupon .coupon-accent .coupon-rate {
    font-size: 24px;
    font-weight: 400;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.showroom-benefit-coupon .coupon-accent .coupon-rate em {
    font-size: 42px;
    font-weight: 500;
    line-height: 1;
}

.showroom-benefit-coupon .coupon-accent .download-label {
    width: auto;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #000;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    padding: 0 16px;
}

.showroom-benefit-coupon .coupon-msg {
    font-size: 11px;
    font-weight: 300;
    margin-top: 16px;
    line-height: 16px;
    text-align: left;
}

.showroom-detail-benefit-section .coupon-notice {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 12px;
}

.showroom-detail-benefit-section .coupon-notice p {
    font-size: 11px;
    font-weight: 300;
}


.showroom-detail-body-section {
    width: 100%;
    height: auto;
    position: relative;
    user-select: none;
}

.showroom-detail-body-section * { user-select: none; }

.showroom-story {
    width: 100%;
    height: auto;
    position: relative;
    padding: 40px 0;
}

.showroom-story .story-img-area {
    width: auto;
    height: auto;
    position: relative;
    background: #A0A6AF;
}

.showroom-story .story-img-area .story-img {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

.showroom-story .product-anchor {
    width: 0;
    height: 0;
    position: absolute;
    z-index: 1;
    transition: all 0s 0.3s ease;
}

.showroom-story .product-anchor.act {
    z-index: 10;
    transition: all 0s ease;
}

.showroom-story .product-anchor:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    outline: 1px solid #fff;
    outline-offset: 2px;
    opacity: 0;
    transition: all 0.3s 0.3s ease;
}

.showroom-story .product-anchor.act:before {
    opacity: 1;
    transition: all 0.3s ease;
}


.showroom-story .product-anchor .anchor-point {
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) translateZ(0);
    transition: all 0.3s 0.3s ease;
}

.showroom-story .product-anchor.act .anchor-point {
    transition: all 0.3s ease;
}

.showroom-story .product-anchor .anchor-point:before {
    content: '';
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(217,217,217,0.6);
    border-radius: 100px;
    transform: translateX(-50%) translateY(-50%) scale(0.6);
    animation: ripple-pulse-scale 1.2s infinite cubic-bezier(0.165, 0.840, 0.440, 1.000), ripple-pulse-opacity 1.2s infinite linear;
    opacity: 1;
    transition: all 0.6s 1s;
}

.showroom-story .product-anchor.act .anchor-point:before {
    animation: none;
    opacity: 0;
    width: 0;
    height: 0;
    transition: all 0.6s;
}

@keyframes ripple-pulse-scale {
    0% { transform: translateX(-50%) translateY(-50%) scale(0.6); }
    100% { transform: translateX(-50%) translateY(-50%) scale(1.2); }
}

@keyframes ripple-pulse-opacity {
    0% { opacity: 1; }
    30% { opacity: 1; }
    100% { opacity: 0; }
}

.showroom-story .product-anchor .anchor-point:after {
    content: '\e9bd';
    font-family: "LineIcons";
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(1);
    transition: all 0.3s 0.6s ease;
}

.showroom-story .product-anchor.act .anchor-point:after {
    transform: translateX(-50%) translateY(-50%) scale(0);
    transition: all 0.3s ease;
}

.showroom-story .product-anchor .story-product-card {
    width: 0;
    height: 0;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0,0,0,0.4);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) translateZ(0);
    border-radius: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    will-change: auto;
    transition: all 0.3s 0.3s ease;
}

.showroom-story .product-anchor.act .story-product-card {
    width: 134px;
    height: 212px;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.showroom-story .product-anchor .story-product-card > * {
    transform: translateY(16px) translateZ(0);
    transition: all 0.3s;
    opacity: 0;
}

.showroom-story .product-anchor.act .story-product-card > * {
    transform: translateY(0) translateZ(0);
    transition: all 0.3s 0.3s;
    opacity: 1;
}

.showroom-story .product-anchor .showroom-product-item {
    width: 134px;
}

.showroom-story .product-anchor .showroom-product-item .thumb-area { height: 88px; border-radius: 0; }
.showroom-story .product-anchor .showroom-product-item .thumb-area .img-layer img { transform: scale(0.94);}
.showroom-story .product-anchor .showroom-product-item .info-area {
    padding: 0 10px;
    margin-top: 6px;
}

.showroom-story .product-anchor .showroom-product-item .info-area:after {
    content: '상품보기';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    text-align: center;
    line-height: 16px;
    border-top: 1px solid #D9DBDC;
    margin-top: 6px;
    padding: 6px 0 8px;
}


.showroom-story p {
    margin-top: 16px;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    color: #000;
}

.showroom-story p + p { margin-top: 8px;}

.showroom-story .inline-gutter {
    display: inline-block;
    width: 100%;
    height: 0;
    line-height: 0;
}

.showroom-detail-closing-section {
    width: 100%;
    height: auto;
    position: relative;
    user-select: none;
}


.showroom-story-products {
    width: 100%;
    height: auto;
    position: relative;
    padding: 24px 16px;
}

.showroom-story-products h3 {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
}

.showroom-story-products h3 em { font-weight: 700;}

.showroom-story-products .product-list.scroll-x {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: 16px;
}

.showroom-story-products .product-list.scroll-x::-webkit-scrollbar { display: none; }

.showroom-product-item {
    flex: none;
    display: block;
    width: 104px;
    height: auto;
    background: #fff;
    border-radius: 8px;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

.showroom-product-item * { user-select: none;}

.showroom-product-item .thumb-area {
    width: 100%;
    height: 102px;
    border-radius: 8px;
    background: #f2f2f7;
    overflow: hidden;
    position: relative;
}

.showroom-product-item:active .thumb-area:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.1);
    pointer-events: none;
}

.showroom-product-item .thumb-area .brand-logo {
    width: auto;
    height: 12px;
    position: absolute;
    top: 8px;
    right: 8px;
}

.showroom-product-item .thumb-area .brand-logo ~ .img-layer {
    transform: translateY(8px);
}

.showroom-product-item .thumb-area .img-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.showroom-product-item .thumb-area .img-layer img {
    width: auto;
    height: 100%;
    transform: scale(0.8);
}

.showroom-product-item .info-area {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 8px;
}

.showroom-product-item .info-area .product-name {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.showroom-product-item .info-area .product-size {
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    margin-top: 4px;
}

.showroom-product-item .info-area .product-price {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 4px;
}

.showroom-product-item .info-area .product-price .origin-price {
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    color: #5b6068;
    text-decoration: line-through;
}

.showroom-product-item .info-area .product-price .discount-price {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 4px;
    margin-top: 2px;
}

.showroom-product-item .info-area .product-price .price {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    float: none;
}

.showroom-product-item .info-area .product-price .discount-rate {
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    color: #fe6a2b;
}


.showroom-story-brands {
    width: 100%;
    height: auto;
    position: relative;
    padding: 24px 16px;
}

.showroom-story-brands h3 {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
}

.showroom-story-brands h3 em { font-weight: 700;}


.showroom-story-footer {
    width: 100%;
    height: auto;
    position: relative;
    padding: 24px 16px;
}

.showroom-story-footer .pagination-nav {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
    padding: 0 6px;
}

.showroom-story-footer .pagination-nav :is(.prev-side, .next-side) {
    flex: 0 0 calc((100% - 60px) / 2);
    min-width: 0;
}

.showroom-story-footer .pagination-nav .prev-side { text-align: left; }
.showroom-story-footer .pagination-nav .prev-side a { align-items: flex-start; }

.showroom-story-footer .pagination-nav .next-side { text-align: right; }
.showroom-story-footer .pagination-nav .next-side a { align-items: flex-end; }

.showroom-story-footer .pagination-nav a {
    display: inline-flex;
    max-width: 100%;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

.showroom-story-footer .pagination-nav a * { user-select: none; }

.showroom-story-footer .pagination-nav a span {
    display: flex;
    position: relative;
    font-weight: 700;
    color: #000;
    transition: all 0.2s;
}

.showroom-story-footer .pagination-nav .prev-side a span:before {
    content: '\e916';
    font-family: 'LineIcons';
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #2a3138;
}

.showroom-story-footer .pagination-nav .next-side a span:after {
    content: '\e917';
    font-family: 'LineIcons';
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #2a3138;
}

.showroom-story-footer .pagination-nav a .title {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #5b6068;
}

.showroom-story-footer .pagination-nav .prev-side a:active span { transform: translateX(-6px) translateZ(0); }
.showroom-story-footer .pagination-nav .next-side a:active span { transform: translateX(6px) translateZ(0); }
.showroom-story-footer .pagination-nav a:active .title { text-decoration: underline; }

.showroom-story-footer .btn-wrap {
    margin-top: 24px;
}

.showroom-story-footer .btn-wrap .btn-item {
    background: #000;
}


.showroom-brand {
    position: relative;
}

:root:has(.showroom-brand) {
    scroll-behavior: smooth;
}

.showroom-brand-hero-section {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    background-color: #5B6068;
    user-select: none;
}

.showroom-brand-hero-section * { user-select: none; }

.showroom-brand-hero-section .hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
}

.showroom-brand-hero-section .cover-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    padding: 20px 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.showroom-brand-hero-section .cover-layer:before {
    content: 'BRAND';
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 12px;
}

.showroom-brand-hero-section .bi-img {
    display: block;
    width: auto;
    height: 40px;
}

.showroom-brand-hero-section .summary {
    font-size: 12px;
    line-height: 18px;
    margin-top: 12px;
}

.showroom-brand-benefit-section {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    padding: 32px 16px;
    user-select: none;
    background: #F2F2F7;
}

.showroom-brand-benefit-section h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.showroom-brand-benefit-section h2:before {
    content: "BENEFIT";
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
}

.showroom-brand-benefit-section .coupon-notice {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 12px;
}

.showroom-brand-benefit-section .coupon-notice p {
    font-size: 11px;
    font-weight: 500;
}

.brand-benefit-coupon {
    width: auto;
    min-width: 200px;
    height: 116px;
    padding: 12px 32px 12px 20px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33 116'%3E%3Cpath d='M33,82.9c0-3.5-2-6.7-5.2-8.3-6.1-3.1-10.3-9.4-10.3-16.7s4.2-13.6,10.3-16.7c3.2-1.6,5.2-4.8,5.2-8.3V0H15.7v28.5C6,35.1.2,46,.2,58s5.8,22.9,15.5,29.5v28.5h17.3v-33.1h0Z' fill='%23EA5507'/%3E%3C/svg%3E"), linear-gradient(#fff, #fff);
    background-size: auto 100%, calc(100% - 16px) 100%;
    background-repeat: no-repeat;
    background-position: 100% 50%, 0% 50%;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    color: #000;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}

.brand-benefit-coupon:active {
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.06));
}

.brand-benefit-coupon[data-brand="mc"] { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33 116'%3E%3Cpath d='M33,82.9c0-3.5-2-6.7-5.2-8.3-6.1-3.1-10.3-9.4-10.3-16.7s4.2-13.6,10.3-16.7c3.2-1.6,5.2-4.8,5.2-8.3V0H15.7v28.5C6,35.1.2,46,.2,58s5.8,22.9,15.5,29.5v28.5h17.3v-33.1h0Z' fill='%23003972'/%3E%3C/svg%3E"), linear-gradient(#fff, #fff);}

.brand-benefit-coupon[data-brand="ct"] { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33 116'%3E%3Cpath d='M33,82.9c0-3.5-2-6.7-5.2-8.3-6.1-3.1-10.3-9.4-10.3-16.7s4.2-13.6,10.3-16.7c3.2-1.6,5.2-4.8,5.2-8.3V0H15.7v28.5C6,35.1.2,46,.2,58s5.8,22.9,15.5,29.5v28.5h17.3v-33.1h0Z' fill='%23FF8C27'/%3E%3C/svg%3E"), linear-gradient(#fff, #fff);}

.brand-benefit-coupon[data-brand="pi"] { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33 116'%3E%3Cpath d='M33,82.9c0-3.5-2-6.7-5.2-8.3-6.1-3.1-10.3-9.4-10.3-16.7s4.2-13.6,10.3-16.7c3.2-1.6,5.2-4.8,5.2-8.3V0H15.7v28.5C6,35.1.2,46,.2,58s5.8,22.9,15.5,29.5v28.5h17.3v-33.1h0Z' fill='%23E8101E'/%3E%3C/svg%3E"), linear-gradient(#fff, #fff);}

.brand-benefit-coupon[data-brand="bs"] { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33 116'%3E%3Cpath d='M33,82.9c0-3.5-2-6.7-5.2-8.3-6.1-3.1-10.3-9.4-10.3-16.7s4.2-13.6,10.3-16.7c3.2-1.6,5.2-4.8,5.2-8.3V0H15.7v28.5C6,35.1.2,46,.2,58s5.8,22.9,15.5,29.5v28.5h17.3v-33.1h0Z' fill='%23231815'/%3E%3C/svg%3E"), linear-gradient(#fff, #fff);}

.brand-benefit-coupon[data-brand="gy"] { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33 116'%3E%3Cpath d='M33,82.9c0-3.5-2-6.7-5.2-8.3-6.1-3.1-10.3-9.4-10.3-16.7s4.2-13.6,10.3-16.7c3.2-1.6,5.2-4.8,5.2-8.3V0H15.7v28.5C6,35.1.2,46,.2,58s5.8,22.9,15.5,29.5v28.5h17.3v-33.1h0Z' fill='%23004A91'/%3E%3C/svg%3E"), linear-gradient(#fff, #fff);}

.brand-benefit-coupon[data-brand="lf"] { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 33 116'%3E%3Cpath d='M33,82.9c0-3.5-2-6.7-5.2-8.3-6.1-3.1-10.3-9.4-10.3-16.7s4.2-13.6,10.3-16.7c3.2-1.6,5.2-4.8,5.2-8.3V0H15.7v28.5C6,35.1.2,46,.2,58s5.8,22.9,15.5,29.5v28.5h17.3v-33.1h0Z' fill='%234B2885'/%3E%3C/svg%3E"), linear-gradient(#fff, #fff);}


.brand-benefit-coupon * { user-select: none; }

.brand-benefit-coupon .brand-logo {
    width: auto;
    height: 16px;
    margin-left: -10px;
    margin-right: auto;
    margin-top: -4px;
}

.brand-benefit-coupon .coupon-accent {
    width: auto;
    height: auto;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #000;
}

.brand-benefit-coupon .coupon-accent .coupon-rate {
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.brand-benefit-coupon .coupon-accent .coupon-rate em {
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
}

.brand-benefit-coupon .download-label {
    width: auto;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #000;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    padding: 0 16px;
}

.brand-benefit-coupon.status-used {
    pointer-events: none;
    filter: none;
}

.brand-benefit-coupon.status-used .download-label {
    font-size: 0;
    background: #C0C6CE;
}
.brand-benefit-coupon.status-used .download-label:after {
    content: '사용 완료';
    font-size: 11px;
}

.showroom-brand-best-seller-section {
    width: 100%;
    height: auto;
    position: relative;
    padding: 40px 0;
}

.showroom-brand-best-seller-section h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #000;
}

.brand-best-seller-swiper {
    width: 100%;
    height: auto;
    margin-top: 16px;
    counter-reset: bestseller-ranking;
}

.brand-best-seller-swiper .swiper-slide {
    width: auto;
}

.brand-best-seller-swiper .swiper-slide .tire-list-item:after {
    counter-increment: bestseller-ranking;
    content: counter(bestseller-ranking);
    font-size: 20px;
    font-weight: 500;
    width: 32px;
    height: 32px;
    line-height: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.brand-best-seller-swiper .tire-list-item {
    width: 200px;
    text-align: center;
}

.brand-best-seller-swiper .tire-list-item .thumb-area {
    background: transparent;
    height: 200px;
}

.brand-best-seller-swiper .tire-list-item .thumb-area .img-layer img { height: 100%; }
.brand-best-seller-swiper .tire-list-item .info-area { margin-top: 8px;}
.brand-best-seller-swiper .tire-list-item .info-area .badge-wrap { justify-content: center;}
.brand-best-seller-swiper .tire-list-item .info-area .product-name { justify-content: center; padding: 0;}
.brand-best-seller-swiper .tire-list-item .info-area .rating-wrap { justify-content: center;}

.showroom-brand-lineup-section {
    width: 100%;
    height: auto;
    position: relative;
    padding: 40px 0 0;
    color: #000;
}

.showroom-brand-lineup-section h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #000;
}

.showroom-brand-lineup-section .brand-lineup {
    width: 100%;
    height: auto;
    position: relative;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
}

.showroom-brand-lineup-section .lineup-summary {
    width: 100%;
    padding: 0 20px;
}

.showroom-brand-lineup-section .lineup-summary h3 {
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    color: #000;
}

.showroom-brand-lineup-section .lineup-summary h3:nth-of-type(2) {
    font-size: 16px;
    line-height: 20px;
    margin-top: 16px;
}

.showroom-brand-lineup-section .lineup-summary .summary-img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 8px;
}

.showroom-brand-lineup-section .lineup-summary p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 12px;
}

.showroom-brand-lineup-section .lineup-summary .tags {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
    margin-top: 12px;
}

.showroom-brand-lineup-section .lineup-summary .tags > span {
    flex: none;
    width: auto;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fe6a2b;
    border-radius: 100px;
    padding: 0 12px;
    color: #f26a2b;
    font-weight: 700;
    font-size: 11px;
}

.showroom-brand-lineup-section .lineup-products {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.lineup-product-list.scroll-x {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: auto;
    padding: 0 20px;
}

.lineup-product-list.scroll-x::-webkit-scrollbar { display: none; }

.showroom-brand-lineup-section .lineup-features {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.showroom-brand-lineup-section .lineup-features .swiper-container:not(.swiper-tabs) {
    width: 100%;
    height: auto;
    background: linear-gradient(#A0A6AF, #434549);
}

.showroom-brand-lineup-section .lineup-features .swiper-tabs {
    width: 100%;
    height: auto;
    background: transparent;
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 2;
    pointer-events: none;
}

.showroom-brand-lineup-section .lineup-features .swiper-tabs .swiper-wrapper {
    width: 100%;
    transform: translateX(0) !important;
    justify-content: center;
}

.showroom-brand-lineup-section .lineup-features .swiper-tabs .swiper-slide {
    width: auto;
    height: 32px;
    padding: 0 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid transparent;
    color: #d9dbdc;
    pointer-events: all;
}

.showroom-brand-lineup-section .lineup-features .swiper-tabs .swiper-slide.swiper-slide-thumb-active {
    border-bottom: 2px solid #fe6a2b;
    font-weight: 700;
    color: #fff;
}

.showroom-brand-lineup-section .lineup-features .swiper-pagination {
    position: relative;
    bottom: auto;
}

.showroom-brand-lineup-section .lineup-features .swiper-pagination .swiper-pagination-bullet { background: #d9dbdc; }
.showroom-brand-lineup-section .lineup-features .swiper-pagination .swiper-pagination-bullet-active { background: #2a3138; }


.showroom-brand-review-section {
    width: 100%;
    height: auto;
    position: relative;
    padding: 40px 0;
}

.showroom-brand-review-section h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #000;
}





.brand-review-list {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    padding: 0 20px;
    margin-top: 40px;
}

.brand-review-list .brand-review-item {
    width: 100%;
    height: auto;
    position: relative;
}

.brand-review-list .brand-review-item * { user-select: none; }

.brand-review-list .best-review-card {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    text-align: left;
    background: #F9F9FA;
    border-radius: 8px;
    padding: 16px;
}

.brand-review-list .best-review-card:active {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.brand-review-list .best-review-card .header-area {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    user-select: none;
}

.brand-review-list .best-review-card .header-area .review-product {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.brand-review-list .best-review-card .header-area .review-product .thumb-holder {
    flex: none;
    width: 60px;
    height: 48px;
    position: relative;
}

.brand-review-list .best-review-card .header-area .review-product .thumb-holder img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0.9);
}

.brand-review-list .best-review-card .header-area .review-product .info {
    flex: 1 1 auto;
    min-width: 0;
}

.brand-review-list .best-review-card .header-area .review-product .info .brand-logo {
    width: auto;
    height: 14px;
}

.brand-review-list .best-review-card .header-area .review-product .info .product-name {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.brand-review-list .best-review-card .header-area .review-photo {
    flex: none;
    width: 48px;
    height: 48px;
    border-radius: 4px;
    overflow: hidden;
}

.brand-review-list .best-review-card .header-area .review-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-review-list .best-review-card .middle-area {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    user-select: none;
    margin-top: 16px;
}

.brand-review-list .best-review-card .middle-area .writer {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    gap: 4px;
}

.brand-review-list .best-review-card .middle-area .writer .name {
    flex: none;
    font-weight: 500;
    line-height: 16px;
}

.brand-review-list .best-review-card .middle-area .writer .car {
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #5B6068;
    line-height: 16px;
    padding-left: 4px;
    margin-left: 4px;
    position: relative;
    border-left: 1px solid #d9dbdc;
}

.brand-review-list .best-review-card .middle-area .rating-wrap {
    flex: none;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 11px;
}

.brand-review-list .best-review-card .middle-area .rating-wrap .rating {
    display: inline-block;
    width: 48px;
    height: 10px;
    background: url('../images/common/rating-off.svg') no-repeat;
    background-position: 0 50%;
    background-size: 48px auto;
    overflow: hidden;
    line-height: initial;
    font-size: 0;
}

.brand-review-list .best-review-card .middle-area .rating-wrap .rating span {
    display: inline-block;
    height: 10px;
    background: url('../images/common/rating-on.svg') no-repeat;
    background-position: 0 50%;
    background-size: 48px auto;
    overflow: hidden;
}

.brand-review-list .best-review-card .middle-area .rating-wrap .rating-point {
    margin-left: 2px;
    font-weight: 500;
    line-height: 16px;
}

.brand-review-list .best-review-card .cont-area {
    margin-top: 8px;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.brand-review-list .best-review-card .cont-area p {
    min-height: 32px;
    line-height: 16px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.brand-review-list .review-block {
    position: absolute;
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    background-color: rgba(249,249,250,0.9);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border-radius: 8px;
    z-index: 1;
}

.brand-review-list .best-review-card.status-block ~ .review-block { display: flex;}




/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=[task]UX개선(매장)-----------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=매장검색---------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/

:has(.store-search-module) .bottom-sheet-item { z-index: 2800;}
.store-search-module {
    width: 100%;
    height: auto;
}

.store-search-module .tab-item{
    position: sticky;
    top: 0;
    z-index: 900;
}

.tabnav.shopSearchNav {
    top: 0;
}

.layer_box .tabnav.shopSearchNav {
    position: sticky;
    top: 50px;
    z-index: 1000;
}

.layer_box:has(.tabnav.shopSearchNav) { overflow: visible;}

.store-filter-section .btn-store-filter {
    margin-right: 0;
    margin-left: auto;
}
.mylocation-wrap {
    padding: 16px 20px 0;
}
.store-filter-section + .mylocation-wrap {
    padding: 8px 20px 0;
}

.mylocation-panel {
    background: #f2f2f7;
    margin: 0;
    padding: 8px 8px 8px 16px;
}


.mylocation-wrap .subinfo .explan-copy { padding: 0; }
.mylocation-wrap .location-button { background-color: transparent; }

.store-sort-wrap {
    margin-top: 12px;
    border-bottom: none;
    position: relative;
    align-items: center;
}

.store-sort-wrap:after {
    content: '';
    display: block;
    width: auto;
    height: 0;
    border-bottom: 1px solid #d9dbdc;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
}

.store-sort-wrap .btn-store-filter {
    margin-right: 0;
    margin-left: auto;
}

.store-sort-wrap .btn-sort::after { display: none; }
.store-sort-wrap .btn-sort {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding: 0;
}

.sort-result-section {
    background: #f2f2f7;
}

.sort-result-section .store-list {
    padding: 16px 20px 24px;
}

.list-alert-icon {
    width: 66px;
}

.sort-result-section:has(.store-list .store-list-item) {
    background: #fff;
}

.map-legend-panel { gap: 6px 8px; flex-wrap: nowrap; }
.map-legend-panel .map-legend { gap: 4px; white-space: nowrap; }
.map-legend-panel .map-legend img { width: 14px; height: 20px; }

.store-search-area {
    padding: 16px 20px 12px;
    margin-top: 0;
    background: #f2f2f7;
}

.store-filter-section + .store-search-area { margin-top: 8px; }

.store-filter-section[style*="display:none"] + .store-search-area,
.store-filter-section[style*="display: none"] + .store-search-area { margin-top: 0; }

.store-search-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.store-search-form .input-area {
    flex: 1 0 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}

.store-search-form .region-search-section {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 4px;
}
.store-search-form .region-search-section:after { display: none;}

.store-search-form .btn-search-store {
    flex: none;
    width: 80px;
}

.modal-item .middler a { pointer-events: all; }

.store-list-item {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 8px 0 24px;
    border-bottom: 1px solid #d9dbdc;
    margin-top: 16px;
    display: block;
    user-select: none;
}

.store-list-item * { user-select: none; }

.store-list-item.disable .brand-indicator,
.store-list-item.disable .body,
.store-list-item.disable .footer {
    opacity: 0.4;
}

.store-list-item.disable .brand-indicator,
.store-list-item.disable .body,
.store-list-item.disable .body *,
.store-list-item.disable .footer,
.store-list-item.disable .footer * { pointer-events: none !important; }

.store-list-item.on-map {
    width: calc(100% - 40px);
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
    border-bottom: none;
    z-index: 0;
}
.store-list-item.on-map .header { padding: 0 8px 0 16px; }
.store-list-item.on-map .body { border-radius: 0;}
.store-list-item.on-map .footer { padding: 0 8px; }

.card-store-list  > ul > li .store-list-item { margin-top: 0;}

.store-list-item .header {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.store-list-item .header .brand-indicator {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.store-list-item .header .brand-indicator img {
    display: none;
    width: auto;
    height: 16px;
}

.store-list-item .header .brand-indicator .ts { display: block; }
.store-list-item[data-store-type="amt"] .header .brand-indicator .ts { display: block; }
.store-list-item[data-store-type="amt"] .header .brand-indicator .tts { display: none; }
.store-list-item[data-store-type="tts"] .header .brand-indicator .ts { display: none; }
.store-list-item[data-store-type="tts"] .header .brand-indicator .tts { display: block; }

.store-list-item[data-store-grade="excellent"] .header .brand-indicator:after {
    content: '우수매장';
    width: auto;
    height: 20px;
    display: inline-flex;
    border-radius: 100px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding-left: 8px;
    padding-right: 24px;
    background-color: #000;
    background-image: url('../images/icon/badge_store_excellence_simple.svg');
    background-size: 12px auto;
    background-position: right 8px center;
    background-repeat: no-repeat;
}

.store-list-item .header .btn-myshop {
    background: transparent;
    margin-top: -10px;
    margin-bottom: -10px;
    margin-right: -10px;
}

.store-list-item .header .btn-myshop .line-icons { color: #d9dbdc; }
.store-list-item .header .btn-myshop.on .line-icons { color: #fe6a2b; }

.store-list-item .body {
    width: 100%;
    height: auto;
    margin-top: 4px;
    background: #f9f9fa;
    padding: 16px 8px 12px;
    border-radius: 8px;
}

.store-list-item .footer {
    width: 100%;
    height: auto;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.store-list-item .footer:not(:has(.store-service-tag)) {
    align-items: center;
}

.store-list-item .info-area {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
}

.store-list-item .img-holder {
    flex: none;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #D9DBDC;
    background-image: url('../images/common/goods/@sample_store.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.store-list-item .img-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.store-list-item .txt-area {
    flex: 1 0 0;
    min-width: 0;
    width: auto;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}

.store-list-item .title-row {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

.store-list-item .title-row h4 {
    flex: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.store-list-item[data-store-type="amt"] .title-row h4:after {
    content: '';
    display: inline-block;
    width: 57px;
    height: 17px;
    line-height: 17px;
    background-image: url('../images/common/bi_allmy_t.svg');
    background-position: 0 50%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
    position: relative;
    vertical-align: middle;
    top: -1px;
}

.store-list-item[data-store-type="tts"] .title-row h4:after {
    content: '';
    display: inline-block;
    width: 72px;
    height: 17px;
    line-height: 17px;
    background-image: url('../images/common/bi_partner_t.svg');
    background-position: 0 50%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
    position: relative;
    vertical-align: middle;
    top: -1px;
}

.store-list-item .meta-row {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.store-list-item .meta-row .divider {
    width: 0;
    height: 12px;
    border: none;
    margin: 0;
    padding: 0;
    border-left: 1px solid #5b6068;
}

.store-list-item .rating-point {
    flex: none;
    width: auto;
    height: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    font-size: 12px;
    font-weight: 500;
}

.store-list-item .rating-point:before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    background-image: url('../images/icon/star_on.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.store-list-item .open-times {
    flex: none;
    width: auto;
    height: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    font-size: 12px;
}

.store-list-item .review-count {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.store-list-item .review-count:before {
    content: '\e929';
    font-family: 'LineIcons';
    --size: 16px;
    width: var(--size);
    height: var(--size);
    line-height: var(--size);
    font-size: var(--size);
}

.store-list-item .location-row {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px;
}

.store-list-item .address-row {
    font-size: 0;
    padding-bottom: 2px;
}

.store-list-item .address-row span:not(.distance) {
    display: inline;
    font-size: 12px;
    line-height: 16px;
    color: #5b6068;
    vertical-align: middle;
}

.store-list-item .distance {
    flex: none;
    width: auto;
    height: 16px;
    line-height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    color: #008BEC;
    vertical-align: middle;
    margin-right: 4px;
}

.store-list-item .distance.no-location-info {
    color: #a0a6af;
    font-size: 10px;
}

.store-list-item .distance.no-location-info:after { display: none; }
.store-list-item .distance:after { content: '거리'; }

.store-list-item .reviews {
    flex: none;
    width: auto;
    height: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    font-size: 12px;
    font-weight: 500;
}

.store-list-item .reviews:before {
    content: '\e929';
    font-family: 'LineIcons';
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    display: inline-block;
}

.store-list-item .btn-store-detail {
    border-color: #F2F2F7;
    color: #000;
}

.store-list-item .btn-store-detail .label-txt { font-size: 11px;}



.store-list-item .tag-area {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}

.store-list-item .tag-wrap {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
}

.store-list-item .tag-wrap:not(:has(.store-service-tag)) { display: none; }

.store-service-tag {
    width: auto;
    height: 20px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    background: rgba(46,208,255,0.16);
    color: #008BEC;
    padding: 0 4px;
    font-size: 10px;
    font-weight: 500;
}

.store-service-tag:before {
    font-family: 'LineIcons';
    --size: 16px;
    width: var(--size);
    height: var(--size);
    line-height: var(--size);
    font-size: var(--size);
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}

.store-service-tag[data-store-icon="repair"]:before { content: '\e9cf';}
.store-service-tag[data-store-icon="ev-specialty"]:before { content: '\e9ce';}
.store-service-tag[data-store-icon="ev-charge"]:before { content: '\e9cd';}

.service-available-date {
    padding: 0;
    min-height: 20px;
    display: inline-flex;
    position: relative;
    align-items: center;
}

.service-available-date span {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.service-available-date span em { font-weight: 700;}

.service-available-date.today-service { color: #2a3138; }

.service-available-date.today-service:before {
    content: '';
    flex: none;
    display: block;
    width: 72px;
    height: 20px;
    background-image: url('../images/common/store_search/icon_today_service_bi.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 6px;
}

.service-available-date.t-baro-delivery { color: #2a3138; }

.service-available-date.t-baro-delivery:before {
    content: '';
    flex: none;
    display: block;
    width: 72px;
    height: 20px;
    background-image: url('../images/common/store_search/icon_t_baro_delivery_bi.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 6px;
}

.store-list-item .btn-pick-store {
    width: 80px;
    flex: none;
}

.store-list-item.recent-visit .btn-pick-store:before {
    content: '최근 방문';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 20px;
    background: #fe6a2b;
    color: #fff;
    white-space: nowrap;
    font-size: 10px;
    padding: 0 8px;
    border-radius: 100px;
    position: absolute;
    top: 4px;
    right: 0;
    left: auto;
    transform: translateX(6px) translateY(-100%);
    pointer-events: none;
}

.store-list-item.recent-visit .btn-pick-store:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid #fe6a2b;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    top: 3px;
    left: 50%;
}

.btn-item[data-count-badge]:after {
    content: attr(data-count-badge);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: auto;
    min-width: 16px;
    height: 16px;
    background: #fe6a2b;
    color: #fff;
    border-radius: 100px;
    font-size: 11px;
    padding: 0 4px;
    position: absolute;
    top: -2px;
    right: -3px;
    pointer-events: none;
}

#layerFullPopup .tab-item {
    z-index: 9;
}




/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=매장상세---------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.modal-item:has(.photo-view-modal) .dim {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background: rgba(0,0,0,0.7);
}
.modal-item:has(.photo-view-modal) .modal-pannel {
    background: transparent;
    pointer-events: none;
}

.modal-item:has(.photo-view-modal) :is(.modal-scroller, .modal-scroller > .container) { height: 100%; max-height: 100% !important; }

.photo-view-modal {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.photo-view-modal .btn-modal-close {
    position: absolute;
    top: 4px;
    right: 6px;
    pointer-events: all;
    z-index: 10;
}

.photo-view-modal-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.photo-view-modal-swiper .swiper-wrapper { pointer-events: none; }

.photo-view-modal-swiper .swiper-slide {
    overflow: hidden;
    pointer-events: none;
}

.photo-view-modal-swiper .swiper-zoom-container { pointer-events: none; }

.photo-view-modal-swiper .swiper-slide img { pointer-events: all; }

.photo-view-modal-swiper .swiper-pagination {
    bottom: 8px;
}

.photo-view-modal-swiper .swiper-pagination .swiper-pagination-bullet { background: rgba(255,255,255,0.3);}
.photo-view-modal-swiper .swiper-pagination .swiper-pagination-bullet-active { background: rgba(255,255,255,1);}

.navbar .btn-share {
    background: transparent !important;
}
.navbar .btn-myshop {
    position: absolute;
    top: 3px;
    right: 44px;
    background: transparent !important;
}
.navbar .btn-myshop.on .line-icons.heart { color: #fe6a2b; }
.navbar .btn-myshop.on .line-icons.heart:before { content: '\e923';}

:root:has(.store a[href^="#"]) {
    scroll-behavior: smooth;
}

.modal-item:has(.store-detail-module) .modal-pannel .modal-header .btn-popup-close .line-icons.close:before { content: '\e904';}
.modal-item:has(.store-detail-module) .modal-scroller { scroll-behavior: smooth;}

.store section h3 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 1.5;
}

.store-map-layer {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: sticky;
    top: 0;
    background: #f9f9fa;
}

.store-content-layer {
    width: 100%;
    height: auto;
    padding-bottom: 48px;
    position: relative;
    background: #fff;
    border-top: 1px solid #f2f2f7;
    z-index: 4;
}

.store-content-layer section:after { display: none; }

.store-basic-section header {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    padding: 32px 20px 20px;
}

.store-basic-section[data-store-grade="excellent"] header { padding-top: 48px;}

.store-basic-section header hgroup {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.store-basic-section header hgroup:before {
    content: '';
    display: block;
    width: 100%;
    height: 16px;
    background-image: url('../images/common/bi_full.svg');
    background-position: 0 50%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.store-basic-section[data-store-type="ts"] header hgroup:before { background-image: url('../images/common/bi_full.svg'); }
.store-basic-section[data-store-type="amt"] header hgroup:before { background-image: url('../images/common/bi_full.svg'); }
.store-basic-section[data-store-type="tts"] header hgroup:before { background-image: url('../images/common/bi_tts.svg'); }

.store-basic-section[data-store-grade="excellent"] header:after {
    content: '';
    display: block;
    width: 32px;
    height: 40px;
    background-image: url('../images/icon/badge_store_excellence.svg');
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 20px;
    pointer-events: none;
}

.store-basic-section header h2 {
    display: inline-block;
    font-size: 20px;
    line-height: 1.2;
    color: #000;
}

.store-basic-section[data-store-type="amt"] header h2:after {
    content: '';
    display: inline-block;
    width: 68px;
    height: 20px;
    line-height: 20px;
    background-image: url('../images/common/bi_allmy_t.svg');
    background-position: 0 50%;
    background-size: contain;
    background-repeat: no-repeat;
    color: transparent;
    vertical-align: middle;
    margin-left: 8px;
    position: relative;
    top: -2px;
}

.store-basic-section[data-store-type="tts"] header h2:after {
    content: '';
    display: inline-block;
    width: 82px;
    height: 20px;
    line-height: 20px;
    background-image: url('../images/common/bi_partner_t.svg');
    background-position: 0 50%;
    background-size: contain;
    background-repeat: no-repeat;
    color: transparent;
    vertical-align: middle;
    margin-left: 8px;
    position: relative;
    top: -2px;
}

.store-basic-section .contact {
    width: 100%;
    margin-top: 24px;
}

.store-basic-section .contact address {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    font-style: normal;
}

.store-basic-section .contact address p {
    font-size: 12px;
    color: #5b6068;
}

.store-basic-section .contact a {
    color: #fe6a2b;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    -webkit-tap-highlight-color: transparent;
}

.store-basic-section .contact a span {
    text-decoration: underline;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.store-basic-section .contact a:after {
    content: '\e917';
    font-family: 'LineIcons';
    --size: 20px;
    width: var(--size);
    height: var(--size);
    line-height: var(--size);
    font-size: var(--size);
}

.store-basic-section .rating-area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 20px;
}

.store-basic-section .rating-area .rating-point {
    font-size: 12px;
    line-height: 16px;
}

.store-basic-section .rating-area .review-count {
    font-size: 12px;
    line-height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.store-basic-section .rating-area .review-count:before {
    content: '\e929';
    font-family: 'LineIcons';
    --size: 16px;
    width: var(--size);
    height: var(--size);
    line-height: var(--size);
    font-size: var(--size);
}

.store-business-hours-section {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-top: 1px dashed #d9dbdc;
    border-bottom: 1px dashed #d9dbdc;
}

.store-business-hours-section .overview {
    width: 100%;
    height: auto;
    padding: 16px 20px;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.store-business-hours-section .overview:after {
    content: '\e915';
    font-family: 'LineIcons';
    --size: 20px;
    width: var(--size);
    height: var(--size);
    line-height: var(--size);
    font-size: var(--size);
    position: absolute;
    top: 16px;
    right: 20px;
    transition: all 0.3s;
    pointer-events: none;
}

.store-business-hours-section .overview.expand:after {
    transform: translateZ(0) rotate(180deg);
    pointer-events: none;
}

.store-business-hours-section .overview .business-status {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.store-business-hours-section .overview .status-label {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: #008BEC;
}

.store-business-hours-section .overview .status-label.off { color: #D03333; }
.store-business-hours-section .overview .status-label.off:before { color: #a0a6af; }

.store-business-hours-section .overview .status-label:before {
    content: '\e935';
    font-family: 'LineIcons';
    --size: 20px;
    width: var(--size);
    height: var(--size);
    line-height: var(--size);
    font-size: var(--size);
}

.store-business-hours-section .overview .time {
    font-size: 12px;
    line-height: 20px;
}

.store-business-hours-section .overview .off-day {
    font-size: 12px;
    line-height: 20px;
    color: #a0a6af;
    margin-top: 4px;
}

.store-business-hours-section .detail {
    width: 100%;
    height: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 2px;
    padding: 0 20px;
    overflow: hidden;
    transition: all 0.3s;
}

.store-business-hours-section .overview.expand ~ .detail {
    padding: 0 20px 16px;
    height: auto;
    height: calc-size(auto, size);
}


.store-business-hours-section .detail .row {
    flex: none;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    color: #000;
    text-align: center;
    list-style: none;
    overflow: hidden;
}

.store-business-hours-section .detail .row:first-of-type { border-radius: 8px 8px 0 0;}
.store-business-hours-section .detail .row:last-of-type { border-radius: 0 0 8px 8px;}

.store-business-hours-section .detail .row dt {
    flex: none;
    width: 100px;
    padding: 4px 8px;
    background: #f2f2f7;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.store-business-hours-section .detail .row dd {
    flex: 1 0 0;
    min-width: 0;
    padding: 4px 8px;
    background: #f9f9fa;
    font-size: 12px;
    white-space: wrap;
    text-align: left;
}

.store-business-hours-section .detail .row dd.off {
    color: #D03333;
    font-weight: 500;
}

.store-introduction-section {
    width: 100%;
    height: auto;
    padding: 16px;
}

.store-introduction-section p {
    font-size: 12px;
    line-height: 20px;
}

.store-introduction-section .tag-wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
    margin-top: 16px;
}

.store-promotion-section {
    padding: 32px 20px 16px;
}

.store-promotion-section ul {
    margin-top: 8px;
}

.store-promotion-section:not(:has(ul li)) { display: none;}

.store-promotion-section ul:not(:has(li)):before {
    content: '진행 중인 이벤트가 없습니다.';
    display: block;
    text-align: center;
    font-size: 11px;
    color: #a0a6af;
    background: #f9f9fa;
    padding: 24px 0;
    border-radius: 8px;
}

.store-promotion-section ul:after { display: none; }

.store-promotion-section ul li {
    border-bottom: 1px dashed #d9dbdc;
}

.store-promotion-section a {
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 0;
    gap: 4px;
    position: relative;
}

.store-promotion-section a:active p { text-decoration: underline; }

.store-promotion-section a:after {
    content: '\e917';
    font-family: 'LineIcons';
    --size: 20px;
    width: var(--size);
    height: var(--size);
    line-height: var(--size);
    font-size: var(--size);
    margin-left: auto;
    margin-right: 0;
}

.store-promotion-section a .label {
    flex: none;
    width: 100px;
    color: #008BEC;
    font-size: 12px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    line-height: 20px
}

.store-promotion-section a .label:before {
    content: '\e9c3';
    font-family: 'LineIcons';
    --size: 20px;
    width: var(--size);
    height: var(--size);
    line-height: var(--size);
    font-size: var(--size);
}

.store-promotion-section a p {
    font-size: 12px;
    line-height: 16px
}

.store-photo-section {
    padding: 16px 20px;
}

.store-photo-swiper {
    width: auto;
    margin-top: 16px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}

.store-photo-swiper .swiper-slide {
    width: 132px;
    height: 96px;
    border-radius: 8px;
    overflow: hidden;
}

.store-photo-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.store-specialized-services-section {
    padding: 16px 20px;
}

.store-specialized-services-section ul {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
}

.store-specialized-services-section ul:not(:has(li)):before {
    content: '특화 서비스를 설정하지 않았습니다.';
    display: block;
    width: 100%;
    text-align: center;
    font-size: 11px;
    color: #a0a6af;
    background: #f9f9fa;
    padding: 24px 0;
    border-radius: 8px;
}

.store-specialized-services-section ul:after { display: none; }

.store-specialized-services-section ul li {
    width: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.store-specialized-services-section ul li .line-icons { color: #5b6068;}

.store-specialized-services-section ul li .label {
    width: 100%;
    word-break: break-all;
    text-align: center;
    font-size: 11px;
    line-height: 14px;
}


.store-serviceable-list-section {
    padding: 16px 20px;
}

.store-serviceable-list-section .serviceable-list-wrap {
    margin-top: 16px;
    width: 100%;
    border-radius: 8px;
    padding: 8px 16px;
    background: #f9f9fa;
    font-size: 0;
    line-height: 1;
}

.store-serviceable-list-section .serviceable-list-wrap:not(:has(span)):before {
    content: '정비항목을 설정하지 않았습니다.';
    display: block;
    width: 100%;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
    color: #a0a6af;
    background: #f9f9fa;
    padding: 16px 0;
    border-radius: 8px;
}

.store-serviceable-list-section .serviceable-list-wrap span {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #000;
}

.store-serviceable-list-section .serviceable-list-wrap span:not(:last-of-type):after {
    content: '/';
    margin-left: 4px;
    margin-right: 4px;
}

.store-service-cost-section {
    padding: 16px 20px;
}

.store-service-cost-section ul {
    margin-top: 16px;
    color: #000;
}

.store-service-cost-section ul li {
    font-size: 12px;
}

.store-service-cost-section .store-service-cost-note {
    margin-top: 16px;
    color: #000;
    font-size: 12px;
}

.store-service-cost-section .store-service-cost-note:empty:before {
    content: '부가 비용 정보가 없습니다.';
    display: block;
    text-align: center;
    font-size: 11px;
    color: #a0a6af;
    background: #f9f9fa;
    padding: 24px 0;
    border-radius: 8px;
}

.store-customer-section {
    scroll-margin: 50px;
}

.modal-item .store-customer-section {
    scroll-margin: 0;
}

.store-customer-section header {
    padding: 32px 20px 0;
}

.store-customer-section header .sort-wrap {
    padding: 0;
    margin-top: 8px;
}

.store-rating .category {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    gap: 16px;
    margin-bottom: 16px;
}

.store-rating h4 {
    font-size: 14px;
    line-height: 20px;
}

.store-rating .star-rating {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    gap: 4px;
}

.store-rating .star-rating input {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
}

.store-rating .star-rating .star {
    -webkit-tap-highlight-color: transparent;
    display: block;
    width: 24px;
    height: 24px;
    font-size: 0;
    background-image: url('../images/icon/icon_star_rating.png');
    background-size: cover;
    background-position: 0 50%;
    position: relative;
}

.store-rating .star-rating .star:active:before,
.store-rating .star-rating:has(.star:active) .star:has(~ .star:active):before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.4);
    background-image: url('../images/icon/icon_star_rating.png');
    background-size: cover;
    background-position: 100% 50%;
    opacity: 0.3;
    pointer-events: none;
}


.store-rating .star-rating:has(input:checked[value="1"]) .star:is(:nth-of-type(1)) { background-position: 100% 50%;}
.store-rating .star-rating:has(input:checked[value="2"]) .star:is(:nth-of-type(1), :nth-of-type(2)) { background-position: 100% 50%;}
.store-rating .star-rating:has(input:checked[value="3"]) .star:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3)) { background-position: 100% 50%;}
.store-rating .star-rating:has(input:checked[value="4"]) .star:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4)) { background-position: 100% 50%;}
.store-rating .star-rating:has(input:checked[value="5"]) .star:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3), :nth-of-type(4), :nth-of-type(5)) { background-position: 100% 50%;}

.customer-card-list:not(:has(.item )):after {
    content: '등록된 리뷰가 없습니다.';
    display: block;
    text-align: center;
    font-size: 11px;
    color: #a0a6af;
    background: #f9f9fa;
    padding: 24px 0;
    border-radius: 8px;
}





/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=[task]UX개선(마이페이지)------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.color-icons {
    --size: 32px;
    --sheet-row: 0;
    --sheet-col: 0;
    display: inline-block;
    width: var(--size);
    height: var(--size);
    background-image: url('../images/icon/color_icons_sheet.png');
    background-size: calc(var(--size) * 10) auto;
    background-repeat: no-repeat;
    background-position: calc((var(--sheet-col) - 1) * -1 * var(--size)) calc((var(--sheet-row) - 1) * -1 * var(--size));
}

.color-icons.size-24 { --size: 24px; }
.color-icons.size-40 { --size: 40px; }
.color-icons.size-48 { --size: 48px; }

.color-icons.coupon { --sheet-row: 1; --sheet-col: 1; }
.color-icons.gift-box { --sheet-row: 1; --sheet-col: 2; }
.color-icons.rocket { --sheet-row: 1; --sheet-col: 3; }
.color-icons.clipboard { --sheet-row: 1; --sheet-col: 4; }
.color-icons.receipt { --sheet-row: 1; --sheet-col: 5; }
.color-icons.folder { --sheet-row: 1; --sheet-col: 6; }
.color-icons.alarm { --sheet-row: 1; --sheet-col: 7; }
.color-icons.pencil { --sheet-row: 1; --sheet-col: 8; }
.color-icons.tstation-shop { --sheet-row: 1; --sheet-col: 9; }
.color-icons.care { --sheet-row: 1; --sheet-col: 10; }

.color-icons.search { --sheet-row: 2; --sheet-col: 1; }
.color-icons.cancel { --sheet-row: 2; --sheet-col: 2; }
.color-icons.clipboard-check { --sheet-row: 2; --sheet-col: 3; }
.color-icons.headset { --sheet-row: 2; --sheet-col: 4; }
.color-icons.user { --sheet-row: 2; --sheet-col: 5; }
.color-icons.tstation-pin { --sheet-row: 2; --sheet-col: 6; }
.color-icons.medal { --sheet-row: 2; --sheet-col: 7; }
.color-icons.comment { --sheet-row: 2; --sheet-col: 8; }
.color-icons.image { --sheet-row: 2; --sheet-col: 9; }
.color-icons.check { --sheet-row: 2; --sheet-col: 10; }

.color-icons.tire { --sheet-row: 3; --sheet-col: 1; }
.color-icons.oil { --sheet-row: 3; --sheet-col: 2; }
.color-icons.fuel { --sheet-row: 3; --sheet-col: 3; }
.color-icons.hand-money { --sheet-row: 3; --sheet-col: 4; }
.color-icons.hand-wrench { --sheet-row: 3; --sheet-col: 5; }
.color-icons.hand-key { --sheet-row: 3; --sheet-col: 6; }
.color-icons.hand-thumbs-up { --sheet-row: 3; --sheet-col: 7; }
.color-icons.hand-tstation-mobile { --sheet-row: 3; --sheet-col: 8; }
.color-icons.battery { --sheet-row: 3; --sheet-col: 9; }
.color-icons.wiper { --sheet-row: 3; --sheet-col: 10; }

.color-icons.filter { --sheet-row: 4; --sheet-col: 1; }
.color-icons.alignment { --sheet-row: 4; --sheet-col: 2; }
.color-icons.tire-replace { --sheet-row: 4; --sheet-col: 3; }

[data-ref="membership-card-modal"] .dim {
    background: rgba(0,0,0,0.85);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

[data-ref="membership-card-modal"] .modal-pannel {
    border: none;
    background: transparent;
    box-shadow: none;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.4));
    -webkit-filter: drop-shadow(0 4px 8px rgba(0,0,0,0.4));
}

[data-ref="membership-card-modal"] h3 {
    position: absolute;
    top: -8px;
    left: 4px;
    color: #fff;
    font-size: 14px;
    transform: translateY(-100%);
}

[data-ref="membership-card-modal"] .membership-card-wrap {
    padding: 0;
    border-radius: 16px;
}

.modal-item[data-ref="all-menu-modal"] .modal-pannel {
    background: #2a3138;
    color: #fff;
}

.modal-item[data-ref="all-menu-modal"] .modal-pannel .modal-header {
    background: #2a3138;
    box-shadow: none;
    color: #fff;
}

.modal-item[data-ref="all-menu-modal"] .modal-pannel * {
    color: #fff;
}

.allmyt-all-menu-container {
    width: 100%;
    height: auto;
    padding: 32px 20px 48px;
    padding-bottom: calc(48px + constant(safe-area-inset-bottom));
    padding-bottom: calc(48px + env(safe-area-inset-bottom));
}

.allmyt-all-menu-container .menu-group + .menu-group {
    margin-top: 56px;
}

.allmyt-all-menu-container .menu-group h4 {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #d9dbdc;
}

.allmyt-all-menu-container .menu-group .btns-wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px 0;
    margin-top: 8px;
}

.allmyt-all-menu-container .menu-group .btn-item {
    flex: 0 0 50%;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 6px 8px;
    background: transparent;
    border-radius: 8px;
    border: none;
    text-align: left;
}

.allmyt-all-menu-container .menu-group .btn-item .color-icons {
    flex: none;
}

.allmyt-all-menu-container .menu-group .btn-item .label-txt {
    font-size: 12px;
    line-height: 16px;
}

.allmyt-all-menu-container .menu-group .btn-item:active:before { background: rgba(255,255,255,0.06);}

.allmyt-all-menu-container .menu-group .btn-item[data-counter-badge]:after {
    content: attr(data-counter-badge);
    display: inline-block;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 9px;
    font-weight: 700;
    color: #fff;
    background: #fe6a2b;
    border-radius: 100px;
    text-align: center;
    padding: 0 4px;
    box-sizing: border-box;
}

.allmyt-all-menu-container .menu-group .btn-item:is([data-counter-badge=""]):after { display: none;}



.my-allmyt {
    width: 100%;
    height: auto;
    padding: 16px;
}

.my-allmyt .content-box {
    width: 100%;
    height: auto;
    background: #f2f2f7;
    border-radius: 16px;
    padding: 24px 12px 28px;
}

.my-allmyt .content-box + .content-box { margin-top: 24px; }

.my-allmyt hgroup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding-left: 4px;
}

.my-allmyt hgroup:not(:has(.btn-item)) {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.my-allmyt hgroup h3 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.my-allmyt hgroup h4 {
    font-size: 14px;
    line-height: 20px;
}

.my-allmyt hgroup em { font-weight: 500;}

.my-allmyt .my-regular-shop {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    margin-top: 16px;
    padding-left: 4px;
}

.my-allmyt .my-regular-shop h5 {
    font-size: 12px;
    line-height: 24px;
    display: inline-block;
}

.my-allmyt .my-regular-shop .btn-item {
    border: none;
    line-height: 24px;
    background: transparent;
    padding: 0 2px;
    display: inline-flex;
    align-items: center;
}

.my-allmyt .my-regular-shop .btn-item .label-txt {
    line-height: 1;
}

.my-allmyt .frequent-menu {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 16px;
    padding: 16px 16px 24px;
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px 0;
}

.my-allmyt .frequent-menu .btn-item {
    width: 25%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 12px 0 8px;
    border-radius: 8px;
}

.my-allmyt .frequent-menu .btn-item .label-txt {
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    white-space: nowrap;;
}

.my-allmyt .frequent-menu .btn-item .line-icons {
    font-size: 28px;
    color: #000;
}

.my-allmyt .frequent-menu .btn-item[data-counter-badge]:after {
    content: attr(data-counter-badge);
    display: inline-block;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 9px;
    font-weight: 700;
    color: #fff;
    background: #fe6a2b;
    border-radius: 100px;
    text-align: center;
    padding: 0 4px;
    position: absolute;
    top: 4px;
    left: calc(50% + 8px);
    pointer-events: none;
    box-sizing: border-box;
}

.my-allmyt .frequent-menu .btn-item:is([data-counter-badge=""]):after { display: none;}

.my-allmyt .order-status {
    margin-top: 28px;
}

.my-allmyt .order-status ul {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 16px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 12px;
    list-style: none;
}

.my-allmyt .order-status ul > li {
    flex: 1 0 0;
    min-width: 0;
}

.my-allmyt .order-status ul > li:not(:last-of-type):after {
    content: '';
    display: block;
    width: 0;
    height: 24px;
    border-right: 1px solid #f2f2f7;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;
}

.my-allmyt .order-status ul .btn-item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 8px 0;
    border-radius: 8px;
    pointer-events: none;
    color: #000;
}

.my-allmyt .order-status ul .btn-item.act {
    color: #fe6a2b;
    pointer-events: all;
}

.my-allmyt .order-status ul .btn-item.act .label-txt { font-weight: 500;}

.my-allmyt .order-status ul .btn-item .count {
    font-size: 18px;
    line-height: 20px;
}

.my-allmyt .order-status ul .btn-item .label-txt {
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    white-space: nowrap;
}

.my-allmyt .my-car {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    margin-top: 32px;
}

.my-allmyt .my-car .car-info-area {
    width: 100%;
    height: auto;
    position: relative;
}

.my-allmyt .my-car .car-info-area .car-number {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.my-allmyt .my-car .car-info-area .car-number h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.my-allmyt .my-car .car-info-area .car-number .badge {
    color: #008BEC;
    border-color: #008BEC;
    border-radius: 100px;
}

.my-allmyt .my-car .car-info-area .car-number .badge.not-verified {
    -webkit-tap-highlight-color: transparent;
    color: #5b6068;
    border-color: #5b6068;
    display: inline-flex;
    align-items: center;
}

.my-allmyt .my-car .car-info-area .car-number .badge.not-verified:active {
    background: rgba(0,0,0,0.06);
}

.my-allmyt .my-car .car-info-area .car-number .badge.not-verified:after {
    content: '\e917';
    font-family: 'LineIcons';
    --size: 14px;
    width: var(--size);
    height: var(--size);
    line-height: var(--size);
    font-size: var(--size);
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
}

.my-allmyt .my-car .car-info-area .car-model {
    width: 100%;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.my-allmyt .my-car .car-info-area .car-model .model {
    font-weight: 500;
}

.my-allmyt .my-car-swiper {
    width: auto;
    height: auto;
    margin-left: -16px;
    margin-right: -16px;
    padding: 24px 16px;
    position: relative;
}

.my-allmyt .my-car-swiper .swiper-slide {
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.my-allmyt .my-car-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.my-allmyt .my-car-swiper .swiper-button-prev,
.my-allmyt .my-car-swiper .swiper-button-next {
    -webkit-tap-highlight-color: transparent;
    width: 32px;
    height: 32px;
    background: transparent;
    border-radius: 100px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

.my-allmyt .my-car-swiper .swiper-button-prev:active,
.my-allmyt .my-car-swiper .swiper-button-next:active { background: rgba(0,0,0,0.1);}

.my-allmyt .my-car-swiper .swiper-button-prev:before,
.my-allmyt .my-car-swiper .swiper-button-next:before {
    
    font-family: 'LineIcons';
    --size: 24px;
    width: var(--size);
    height: var(--size);
    line-height: var(--size);
    font-size: var(--size);
    color: #000;
}

.my-allmyt .my-car-swiper .swiper-button-prev:before { content: '\e916'; }
.my-allmyt .my-car-swiper .swiper-button-next:before { content: '\e917'; }

.my-allmyt .my-car-swiper .swiper-button-disabled { display: none;}

.my-allmyt .my-car-swiper .swiper-pagination-bullet { background: #d9dbdc;}
.my-allmyt .my-car-swiper .swiper-pagination-bullet-active { background: #f26a2b;}

.my-allmyt .my-car .empty-msg {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 24px 16px;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.my-allmyt .my-car .empty-msg .dummy-car-holder {
    width: 100%;
    height: 100px;
    background-image:url('../images/common/mycar_number_dummy.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.my-allmyt .my-car .service-area {
    width: 100%;
    height: auto;
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.my-allmyt .my-car .service-area .btn-item {
    width: 25%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    padding: 8px 0 4px;
    border-radius: 8px;
}

.my-allmyt .my-car .service-area .btn-item .label-txt {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    white-space: nowrap;;
}



.my-allmyt .my-car-check {
    width: auto;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;;
    -webkit-overflow-scrolling: touch;
    margin-top: 8px;
    margin-left: -12px;
    margin-right: -12px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.my-allmyt .my-car-check::-webkit-scrollbar { display: none; }

.my-allmyt .my-car-check.disabled .btn-item {
    pointer-events: none;
    background: rgba(255,255,255,0.7)
}

.my-allmyt .my-car-check.disabled .btn-item .color-icons {
    filter: saturate(0);
    -webkit-filter: saturate(0);
    opacity: 0.4;
}

.my-allmyt .my-car-check.disabled .btn-item .label-txt { color: #d9dbdc !important; }
.my-allmyt .my-car-check.disabled .btn-item .d-day { color: #d9dbdc !important; }

.my-allmyt .my-car-check .btn-item {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 8px;
}

.my-allmyt .my-car-check .btn-item:active:after { pointer-events: none;}

.my-allmyt .my-car-check .btn-item .txt-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2px;
}

.my-allmyt .my-car-check .btn-item .label-txt {
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    color: #000;
}

.my-allmyt .my-car-check .btn-item .d-day {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #00B3C5;
    white-space: nowrap;
}

.my-allmyt .my-car-check .btn-item .d-day.caution { color: #D03333; }

.my-allmyt .my-car-tire {
    margin-top: 16px;
}

.my-allmyt .my-car-tire .install-tire {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.my-allmyt .my-car-tire .install-tire .thumb-area {
    flex: none;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.my-allmyt .my-car-tire .install-tire .thumb-area .thumb-holder {
    width: 80px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.my-allmyt .my-car-tire .install-tire .thumb-area .thumb-holder .tire-img {
    width: 100%;
    height: auto;
}

.my-allmyt .my-car-tire .install-tire .thumb-area .thumb-holder .ci-img {
    width: auto;
    height: 14px;
}

.my-allmyt .my-car-tire .install-tire .info-area {
    min-height: 94px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
}

.my-allmyt .my-car-tire .install-tire .info-area .date {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #000;
}

.my-allmyt .my-car-tire .install-tire .info-area .tire-bi {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.my-allmyt .my-car-tire .install-tire .info-area .size {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    font-size: 14px;
    line-height: 20px;
}

.my-allmyt .my-car-tire .install-tire + .install-tire { margin-top: 16px; }

.my-allmyt .my-car-tire .install-tire:has(+ .install-tire) .size:after,
.my-allmyt .my-car-tire .install-tire + .install-tire .size:after {
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    color: #fff;
    background: #fe6a2b;
    border-radius: 4px;
    padding: 0 6px;
}

.my-allmyt .my-car-tire .install-tire:has(+ .install-tire) .size:after { content: '전륜'; }
.my-allmyt .my-car-tire .install-tire + .install-tire .size:after { content: '후륜'; }





/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=sidebar---------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
#sidebar {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    pointer-events: none;
    opacity: 0;
}

#sidebar.init {
    opacity: 1;
}

#sidebar.on {
    pointer-events: all;
}

#sidebar .dim {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}

#sidebar .dim.no-anim {
    transition: none;
}

#sidebar .sidebar-swiper {
    width: 100%;
    height: 100%;
}

#sidebar .sidebar-swiper .swiper-slide.dummy {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

#sidebar .sidebar-swiper .swiper-slide.sidebar-pannel-layer {
    width: 100%;
    height: 100%;
    pointer-events: all;
}

#sidebar .sidebar-pannel {
    width: 100% !important;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
}

#sidebar .sidebar-pannel .fixed-area {
    height: auto;
    padding: 0 !important;
    overflow: hidden;
    flex: 0 0 auto;
    border-bottom: 1px solid #d9dbdc;
}

#sidebar .sidebar-pannel .scroll-area {
    width: 100%;
    height: auto;
    overflow: auto;
    flex: 1 1 auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0 !important;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

#sidebar .header {
    width: 100%;
    height: 60px;
    position: relative;
    padding: 6px;
    background: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#sidebar .header .btn-close-sidebar {
    position: relative;
    top: auto;
    right: auto;
    width: 44px;
    height: 44px;
}

#sidebar .header .btn-item.min-w .badge {
    left: calc(50% + 2px);
    bottom: calc(50% + 2px);
}

#sidebar .main {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0 16px 28px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px 8px;
}

#sidebar .login-box {
    flex: 1 0 100%;
    border-radius: 16px;
    background-image: url('../images/icon/sidebar_login_box_deco.png'), linear-gradient(90deg, #FFF4DE, #FFD8AE);
    background-size: 64px, 100%; 
    background-position: calc(100% - 64px) 60%, 50%;
    background-repeat: no-repeat;
    padding: 16px 16px 12px;
    position: relative;
}

#sidebar .login-box .btn-item.pos-abs {
    top: 16px;
    right: 16px;
}

#sidebar :is(.coupon-box, .event-box) {
    -webkit-tap-highlight-color: transparent;
    flex: 0 0 calc((100% - 8px) / 2);
    height: 56px;
    background-color: #EDEDFF;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.5px;
}

#sidebar :is(.coupon-box, .event-box):active {
    filter: brightness(0.96);
    -webkit-filter: brightness(0.96);
}

#sidebar :is(.coupon-box, .event-box) :is(.color-icons, .label-txt) { position: relative; }
#sidebar :is(.coupon-box, .event-box) .label-txt { margin-right: 8px;}

#sidebar :is(.coupon-box, .event-box):before {
    font-family: 'LineIcons';
    --size: 120px;
    width: var(--size);
    height: var(--size);
    line-height: var(--size);
    font-size: var(--size);
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    color: #fff;
    opacity: 0.5;
}

#sidebar .coupon-box:before { content: '\e9c3'; transform: translateX(8px) translateY(68px) rotate(-45deg); }
#sidebar .event-box:before { content: '\e960'; transform: translateX(20px) translateY(56px) rotate(-45deg); }


#sidebar .search-box {
    -webkit-tap-highlight-color: transparent;
    flex: 1 0 100%;
    border-radius: 16px;
    background: #F9F9FA;
    border: 1px solid #F2F2F7;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px 0 16px;
    margin-top: 20px;
}

#sidebar .search-box:active {
    filter: brightness(0.96);
    -webkit-filter: brightness(0.96);
}

#sidebar .search-box p {
    font-size: 12px;
    line-height: 16px;
    color: #5b6068;
}

#sidebar .menu-cate {
    flex: none;
    width: 132px;
    height: 100%;
    padding: 16px;
    padding-bottom: calc(36px + constant(safe-area-inset-bottom));
    padding-bottom: calc(36px + env(safe-area-inset-bottom));
    position: sticky;
    top: 0;
    background: #f2f2f7;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
}

#sidebar .menu-cate .btn-item {
    border-radius: 12px;
    color: #5b6068;
    padding: 0;
    background: transparent;
}
#sidebar .menu-cate[data-menu-cate="tire"] .btn-item:nth-of-type(1) { background: #fff; color: #2a3138; }
#sidebar .menu-cate[data-menu-cate="auto-service"] .btn-item:nth-of-type(2) { background: #fff; color: #2a3138; }
#sidebar .menu-cate[data-menu-cate="common"] .btn-item:nth-of-type(3) { background: #fff; color: #2a3138; }

#sidebar .menu-cate .btn-item:active:before { display: none; }

#sidebar .menu-cate .btn-item .label-txt { font-size: 14px;}

#sidebar .menu-container {
    flex: 1 0 0;
    min-width: 0;
    padding-top: 24px;
    padding-left: 32px;
    padding-right: 20px;
    padding-bottom: calc(36px + constant(safe-area-inset-bottom));
    padding-bottom: calc(36px + env(safe-area-inset-bottom));
}

#sidebar .menu-container .menu-group { display: none; }

#sidebar .menu-container h4 {
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #a0a6af;
    margin-bottom: 8px;
}

#sidebar .menu-container h4:not(:first-of-type) {
    margin-top: 32px;
}

#sidebar .menu-container .btns-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
}

#sidebar .menu-container .btns-wrap a {
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    border-radius: 8px;
    line-height: 32px;
    font-size: 14px;
    font-weight: 400;
    padding: 0 8px;
    margin-left: -8px;
}

#sidebar .menu-container .btns-wrap a:active { background: rgba(0,0,0,0.06); }

#sidebar .menu-cate[data-menu-cate="tire"] ~ .menu-container .menu-group:nth-of-type(1) { display: block; }
#sidebar .menu-cate[data-menu-cate="auto-service"] ~ .menu-container .menu-group:nth-of-type(2) { display: block; }
#sidebar .menu-cate[data-menu-cate="common"] ~ .menu-container .menu-group:nth-of-type(3) { display: block; }




/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=[task]UX개선(휠얼라인먼트 패키지)----------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.order-package-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    gap: 8px;
}

.order-package-item .thumb-area {
    -webkit-tap-highlight-color: transparent;
    flex: none;
    width: 76px;
    height: 76px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.order-package-item .thumb-area .img-layer {
    width: 60px;
    height: 60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
}

.order-package-item .thumb-area .img-layer img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.order-package-item .info-area {
    flex: 1 0 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
}

.order-package-item .info-area .package-info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.order-package-item .info-area .package-info .name {
    font-size: 14px;
    font-weight: 500;
}

.order-package-item .info-area .package-info .badge {
    background: #2ED0FF;
    line-height: 20px;
    border-radius: 4px;
}

.order-package-item .info-area .package-option {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.order-package-item .info-area .package-option .select-item {
    width: 100%;
    position: relative;
}

.order-package-item .info-area .package-option .select-item:after {
    content: '\e915';
    font-family: 'LineIcons';
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    pointer-events: none;
}

/* 20251024 start */
.input-box.wheelalignment-package-select:has(option.txt-blue:checked) {
    color: #008bec;
}
.input-box.wheelalignment-package-select:is(:focus, :focus-within) option:not(.txt-blue) {
    color: #2a3138;
}
/* 20251024 end */




/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*=패밀리쿠폰 가이드--------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
:root:has(.family-coupon-guide) {
    scroll-behavior: smooth;
}

:root:has(.family-coupon-guide) .navbar {
    position: relative;
}

.family-coupon-guide {
    width: 100%;
    height: auto;
    color: #000;
    user-select: none;
}

.family-coupon-guide .hero-section {
    width: 100%;
    height: auto;
}

.family-coupon-guide .scroll-nav {
    width: 100%;
    height: auto;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1px;
    margin-top: 1px;
    position: sticky;
    top: 0;
    z-index: 3;
}

.family-coupon-guide .scroll-nav a {
    display: block;
    flex: 1 0 0;
    min-width: 0;
    padding: 8px 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #000;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.family-coupon-guide .scroll-nav a:active {
    background: #1a1a1a;
}

.family-coupon-guide .scroll-nav a:after {
    content: '\e9be';
    font-family: 'LineIcons';
    --size: 20px;
    width: var(--size);
    height: var(--size);
    line-height: var(--size);
    font-size: var(--size);
    transform: rotate(90deg);
}

.family-coupon-guide .guide-section {
    width: 100%;
    height: auto;
    scroll-margin-top: 120px;
}

.family-coupon-guide .guide-section:after { display: none; }

.family-coupon-guide #familyApprovalSection { margin-top: 40px; }
.family-coupon-guide #howToUseSection { margin-top: 60px; }
.family-coupon-guide #giftCouponSection { margin-top: 60px; }
.family-coupon-guide #amtBenefitSection { margin-top: 60px; }
.family-coupon-guide #faqSection { margin-top: 80px; }


.family-coupon-guide .section-title {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    color: #000;
}

.family-coupon-guide .section-title .numbering {
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
}

.family-coupon-guide .section-title .sub-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}

.family-coupon-guide .section-title h3 {
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
}

.family-coupon-guide .section-title .deco {
    width: 80px;
}

.family-coupon-guide .section-summary {
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 16px;
    padding: 16px 24px;
    background: #f2f2f7;
    border-radius: 24px;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    color: #000;
}

.family-coupon-guide .section-summary em {
    font-weight: 700;
    color: #0080FF;
}

.family-coupon-guide .section-action {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}

.family-coupon-guide .section-detail {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 36px;
}

.family-coupon-guide .swiper-container .swiper-slide {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    --img-size: 151px;
    width: calc(var(--img-size) + 88px);
}

.family-coupon-guide.family90 .swiper-container {
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
}
.family-coupon-guide.family90 .swiper-container .swiper-slide {
    --img-size: 100%;
    width: auto;
}

.family-coupon-guide .swiper-container .swiper-slide:not(:last-of-type):after {
    content: '\e917';
    font-family: 'LineIcons';
    --size: 24px;
    width: var(--size);
    height: var(--size);
    line-height: var(--size);
    font-size: var(--size);
    position: absolute;
    top: 120px;
    right: 0;
    transform: translateX(50%) translateY(-50%);
    color: #000;
}

.family-coupon-guide.family90 .swiper-container .swiper-slide:after {
    display: none !important;
}

.family-coupon-guide .swiper-container .swiper-slide img {
    display: block;
    --img-size: inherit;
    width: var(--img-size);
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}

.family-coupon-guide .swiper-container .swiper-slide p {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    color: #000;
    opacity: 0;
    transform: translateY(-20px) translateZ(0);
    transition: all 0.4s 0.2s ease;
}

.family-coupon-guide .swiper-container .swiper-slide.swiper-slide-active img {
    filter: drop-shadow(0 8px 8px rgba(0,0,0,0.12));
    -webkit-filter: drop-shadow(0 8px 8px rgba(0,0,0,0.12));
}

.family-coupon-guide .swiper-container .swiper-slide.swiper-slide-active p {
    opacity: 1;
    transform: translateY(0) translateZ(0);
}

.family-coupon-guide .swiper-container.family-coupon-amt-benefit-swiper:after { display: none; }
.family-coupon-guide .swiper-container.family-coupon-amt-benefit-swiper .swiper-slide {
    --img-size: 100%;
    width: 247px;
}
.family-coupon-guide .swiper-container.family-coupon-amt-benefit-swiper .swiper-slide:after { display: none; }
.family-coupon-guide .swiper-container.family-coupon-amt-benefit-swiper .swiper-slide.swiper-slide-active img {
    filter: none;
    -webkit-filter: none;
}



.family-coupon-guide .img-grid-container {
    width: 100%;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 0;
}

.family-coupon-guide .img-grid-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    --img-size: 126px;
    position: relative;
}

.family-coupon-guide .img-grid-item:nth-of-type(odd):not(:last-of-type):after {
    content: '\e905';
    font-family: 'LineIcons';
    --size: 16px;
    width: var(--size);
    height: var(--size);
    line-height: var(--size);
    font-size: var(--size);
    position: absolute;
    top: 100px;
    right: 0;
    transform: translateX(50%) translateY(-50%);
    color: #000;
}

.family-coupon-guide .img-grid-item img {
    display: block;
    --img-size: inherit;
    width: var(--img-size);
    position: relative;
    z-index: 1;
}

.family-coupon-guide .img-grid-item p {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    color: #000;
    letter-spacing: -0.5px;
}

.family-coupon-guide .accordion-container {
    margin-top: 24px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.family-coupon-guide .accordion-item {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #d9dbdc;
}

.family-coupon-guide .accordion-btn {
    background: transparent;
    width: 100%;
    padding: 16px 40px 16px 24px;
    text-align: left;
}

.family-coupon-guide .accordion-btn:after {
    content: '\e915';
    font-family: 'LineIcons';
    --size: 24px;
    width: var(--size);
    height: var(--size);
    line-height: var(--size);
    font-size: var(--size);
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateX(0) translateY(-50%) rotate(0);
    color: #000;
    transition: all 0.2s ease;
}

.family-coupon-guide .accordion-btn.act:after {
    transform: translateX(0) translateY(-50%) rotate(180deg);
}

.family-coupon-guide .accordion-btn:active {
    background: rgba(0,0,0,0.06);
}

.family-coupon-guide .accordion-btn p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
    letter-spacing: -0.5px;
}

.family-coupon-guide .accordion-btn p:before {
    content: 'Q. ';
    font-weight: 700;
}

.family-coupon-guide .accordion-btn.act ~ .accordion-cont {
    height: auto;
    height: calc-size(auto, size);
    padding: 8px 16px 16px;
}

.family-coupon-guide .accordion-cont {
    display: block;
    padding: 0 16px;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.family-coupon-guide .accordion-cont p {
    width: 100%;
    padding: 12px 12px 16px;
    background: #f2f2f7;
    border-radius: 12px;
    font-size: 12px;
    line-height: 20px;
    color: #000;
}

.family-coupon-guide .accordion-cont p:before {
    content: 'A. ';
    font-weight: 700;
}

.family-coupon-guide .caution-msg {
    margin-top: 32px;
    color: #fe6a2b;
    font-size: 12px;
    line-height: 16px;
    vertical-align: middle;
    letter-spacing: -0.5px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    padding: 0 16px;
}

.family-coupon-guide .caution-msg:before {
    content: '\e953';
    font-family: 'LineIcons';
    --size: 16px;
    width: var(--size);
    height: var(--size);
    line-height: var(--size);
    font-size: var(--size);
    vertical-align: middle;
}

.modal-item:has(.webtoon-modal) .modal-pannel,
.modal-item:has(.webtoon-modal) .modal-pannel .modal-header { background: transparent; box-shadow: none; border: none; }
.modal-item:has(.webtoon-modal) .modal-pannel .modal-header .btn-popup-close { color: #fff; margin-top: 4px; right: 0; }
.modal-item:has(.webtoon-modal) .modal-pannel .modal-header .btn-popup-close .line-icons:before {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 32px;
}
.modal-item:has(.webtoon-modal) .modal-pannel .modal-header .btn-popup-close .line-icons:after {
    content: '닫기';
    position: absolute;
    top: 50%;
    left: -4px;
    transform: translateX(-100%) translateY(-50%);
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    vertical-align: middle;
    white-space: nowrap;
}
.modal-item:has(.webtoon-modal) .modal-pannel .modal-header + .modal-body .modal-scroller {
    max-height: calc(var(--vh, 1vh) * 100 - 96px) !important;
    margin: 0 auto;
    border-radius: 4px;
    background: #fff;
}