@charset "utf-8";
.document__content__sideLeft {
    position: absolute;
    top: 25px;
    left: 50%;
    width: 154px;
    margin-left: -686px;
    z-index: 1100;
    background: #fff;
    font-family: 'Pretendard', -apple-system, 'Malgun Gothic', sans-serif;
    font-size: 12px;
    line-height: 1.4;
}

.document__content__sideRight {
    position: absolute;
    z-index: 10;
    width: 100px;
    top: 25px;
    left: 50%;
    margin-left: 531px;
}

body:has(.search-filter) .document__content__sideLeft,
body:has(.search-filter) .document__content__sideRight {
    top: 63px;
}

body:has(.search-filter) .document__content__sideRight.fixed {
    position: fixed;
    top: 25px;
}

/* =============================
   Aside Feelway TV
============================= */
.asideFeelwayTv img {
    vertical-align: top;
}

/* =============================
   Question Badge (마이메뉴란? 툴팁)
============================= */
.asideMyStatus .box-question-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    position: relative;
    height: 40px;
    font-size: 12px;
    color: #555;
    cursor: pointer;
}

.asideMyStatus .icon-question-badge {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0;
    vertical-align: top;
    background: url("/tobe/resource/image/icon/icon_16by16_ques.png") no-repeat center;
}

.asideMyStatus .question-badge-after {
    display: none;
    position: absolute;
    left: -10px;
    top: 27px;
    width: 270px;
    padding: 15px;
    padding-right: 25px;
    border: 1px solid #666;
    font-size: 12px;
    line-height: 18px;
    background-color: #fff;
    word-break: keep-all;
    z-index: 11;
    color: #222;
}

.asideMyStatus .box-question-badge.active .question-badge-after {
    display: block;
    padding-right: 30px !important;
    top: 40px;
    left: 15px;
    box-sizing: border-box;
}

.asideMyStatus .question-badge-after .icon-close {
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url(https://icon.feelway.com/recent/mo/common/button/btn_close06.png) no-repeat center/100%;
    opacity: .7;
    border: none;
    cursor: pointer;
}

.asideMyStatus .question-badge-after .asideMyStatus__tooltip__list {
    color: #999;
    font-size: 13px;
    line-height: 1.6;
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

.asideMyStatus .question-badge-after .asideMyStatus__tooltip__list > li {
    position: relative;
    padding-left: 8px;
    margin: 0 0 10px;
}

.asideMyStatus .question-badge-after .asideMyStatus__tooltip__list > li:last-child {
    margin-bottom: 0;
}

.asideMyStatus .question-badge-after .asideMyStatus__tooltip__list > li::before {
    content: "";
    width: 2px;
    height: 2px;
    position: absolute;
    left: 0;
    top: .7em;
    background-color: #a7a7a7;
}

.asideMyStatus .asideMyStatus__arrow {
    position: absolute;
    top: -9px;
    left: 24px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #666;
}

.asideMyStatus .asideMyStatus__arrow::after {
    content: "";
    position: absolute;
    left: -6px;
    top: 2px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fff;
}

/* =============================
   Coupon Area
============================= */
.asideCouponArea {
    list-style: none;
    padding: 0;
    margin: 0;
}

.asideCouponArea li {
    padding: 0;
}

.asideCouponArea li img {
    width: 100%;
}

/* =============================
   My Status
============================= */
.asideMyStatus {
    padding: 0 12px;
    border: 1px solid #ebebeb;
    text-align: center;
    font-size: 13px;
    color: #555;
    line-height: 18px;
}

.asideMyStatus__headline {
    font-size: 13px;
    font-family: 'Pretendard SemiBold';
    font-weight: 600;
    color: #222;
    padding: 14px 0 6px;
    border-bottom: 2px solid #169dab;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.asideMyStatus__edit {
    display: block;
    font-size: 11px;
    color: #999;
    text-decoration: none;
    margin-bottom: 10px;
    line-height: normal;
}

.asideMyStatus__edit:hover {
    color: #169dab;
}

/* =============================
   My Menu Help
============================= */
.asideMyStatus__mymenuHelp {
    position: relative;
}
.asideMyStatus__mymenuHelp > .button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    height: 40px;
    color: #555;
    font-size: 12px;
    cursor: pointer;
}

.asideMyStatus__mymenuHelp > .button::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    background: url("//www.feelway.com/tmp_assets/tobe/resource/image/icon/icon_16by16_ques.png")
        no-repeat center;
}
.asideMyStatus__mymenuHelp .asideMyStatus__mymenuHelp__textList {margin-top: 10px;}
.asideMyStatus__mymenuHelp .asideMyStatus__mymenuHelp__textList li {
    position: relative;
    padding-left: 8px;
    color: #999;
    font-size: 13px;
    line-height: 20px;
    word-break: keep-all;
}

.asideMyStatus__mymenuHelp .asideMyStatus__mymenuHelp__textList li::before {
    content: "";
    width: 2px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0.7em;
    background-color: #a7a7a7;
}

/* =============================
   My Menu
============================= */
.asideMyStatus__mymenu {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 10px;
    text-align: left;
}

.asideMyStatus__mymenu__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.asideMyStatus__mymenu__list > li {
    padding: 0;
    letter-spacing: 0;
    line-height: normal;
}

.asideMyStatus__mymenu__list > li::before {
    display: none;
}

.asideMyStatus__mymenu__list > li.myFeel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: static;
    padding: 4px 0;
    font-size: 12px;
    color: #555;
    letter-spacing: 0;
    line-height: normal;
}

.asideMyStatus__mymenu__list > li.myFeel::before {
    display: none;
}

.asideMyStatus__mymenu__list > li.myFeel a {
    text-decoration: none;
    color: #555;
}

.asideMyStatus__mymenu__list > li.myFeel a:hover {
    color: #169dab;
}

.asideMyStatus__mymenu__list .count {
    font-family: 'Pretendard SemiBold';
    font-weight: 600;
    color: #169dab;
}

.asideMyStatus__mymenu__list .feel-coupon-count {
    font-size: 12px;
    font-family: 'Pretendard';
    font-weight: 400;
}

.asideMyStatus__mymenu__list .myid {
    text-decoration: underline;
}

.asideMyStatus__mymenu__list .warning {
    margin: 3px 0 0;
    color: #dc5757;
    font-size: 13px;
}


.asideMyStatus__mymenu__list > li.feel-virtual-acount {
    margin-top: 8px;
    padding-top: 8px;
    padding-left: 0;
    border-top: 1px solid #eee;
    color: #555;
    line-height: normal;
    font-size: 12px;
}

.asideMyStatus__mymenu__list > li.feel-virtual-acount::before {
    display: none;
}

.asideMyStatus__mymenu__list .feel-virtual-acount__id {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 12px;
    font-family: 'Pretendard SemiBold';
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    white-space: nowrap;
}

.asideMyStatus__mymenu__list .feel-virtual-acount__name {
    display: inline-block;
    max-width: calc(100% - 42px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
}

.asideMyStatus__mymenu__list .feel-virtual-acount ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.asideMyStatus__mymenu__list .feel-virtual-acount ul li {
    font-size: 11px;
    color: #666;
    line-height: 1.8;
    display: flex;
    gap: 4px;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
}

.asideMyStatus__mymenu__list .feel-virtual-acount ul li::before {
    display: none;
}

.asideMyStatus__mymenu__list .feel-virtual-acount .bank {
    color: #999;
    flex-shrink: 0;
}

.asideMyStatus__mymenu__list .feel-virtual-acount .number {
    margin-left: 0;
    text-decoration: none;
    font-family: 'Consolas', monospace;
    letter-spacing: 0;
    font-size: 10px;
}

.asideMyStatus__mymenu__list .feel-virtual-info::before {
    display: none;
}

.asideMyStatus__mymenu__list .feel-virtual-info .warning {
    margin-top: 0;
    font-size: 12px;
}

/* =============================
   Menu List (배경 밖 메뉴 링크)
============================= */
.asideMyStatus__menu__list {
    list-style: none;
    padding: 13px 10px;
    margin: 0 0 10px;
    text-align: left;
    background-color: #f7f7f7;
}

.asideMyStatus__menu__list li {
    padding: 0;
}

.asideMyStatus__menu__link {
    font-size: 12px;
    font-family: 'Pretendard';
    font-weight: 400;
    color: #444;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 0;
}

.asideMyStatus__menu__link::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transform: rotate(45deg);
    flex-shrink: 0;
}

.asideMyStatus__menu__link:hover {
    color: #169dab;
}

/* =============================
   Inner Ads
============================= */
.asideFellwayInnerAds {
    margin: 5px 0 0;
}

.asideFellwayInnerAds__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.asideFellwayInnerAds__list li {
    padding: 5px 0 0 0;
    margin: 0 auto 0;
}

.asideFellwayInnerAds__list li:first-child {
    margin: 0;
}

.asideFellwayInnerAds__list li a {
    display: block;
}

.asideFellwayInnerAds__list li a img {
    display: block;
    vertical-align: top;
}

/* =============================
   Recommend Product
============================= */
.asideRecommendProduct {
    margin: 5px 0 0;
}

/* =============================
   Regist Page
============================= */
.asideRegistPage {
    padding: 8px 12px;
    margin: -1px 0;
    border: 1px solid #ebebeb;
}

.asideRegistPage .link {
    display: block;
    text-align: center;
    padding: 6px 0;
    border: 1px dashed #ccc;
    border-radius: 6px;
    font-size: 11px;
    color: #999;
    text-decoration: none;
}

.asideRegistPage .link:hover {
    border-color: #169dab;
    color: #169dab;
    background: #f0fafb;
}

/* =============================
   Quick Nav
============================= */
.asideQuickNav {
    border: 1px solid #e6e6e6;
    text-align: center;
    background-color: #fff;
}

.asideQuickNav__list li {
    border-top: 1px solid #e6e6e6;
}

.asideQuickNav__list li:first-child {
    border-top: 0;
}

.asideQuickNav__list li .link {
    display: block;
    font-size: 12px;
    color: #888;
    height: 28px;
    line-height: 28px;
}

.asideQuickNav__list li button.link {
    width: 100%;
}

/* =============================
   Current Product
============================= */
.asideCurrentProduct {
    padding: 10px 0;
    border: 1px solid #e6e6e6;
    border-top: none;
    text-align: center;
    background-color: #fff;
}

.asideCurrentProduct .link--more {
    display: block;
    color: #999;
    font-size: 11px;
}

.asideCurrentProduct__headline {
    margin: 0 0 10px;
    color: #555;
    font-size: 12px;
    font-family: "Pretendard";
    font-weight: 400;
}

.asideCurrentProduct__list {
    margin: 0 0 10px;
}

.asideCurrentProduct__list li {
    margin: 10px 0 0;
}

.asideCurrentProduct__list li:first-child {
    margin-top: 0;
}

.asideCurrentProduct__list li .link {
    display: block;
}

.asideCurrentProduct__list li .link img {
    margin: 0 auto;
}
.asideCurrentProduct__empty {
    padding: 0 5px;
    font-size: 11px;
    word-break: keep-all;
    color: #666;
}

/* =============================
   Button Top
============================= */
.asideButtonTop {
    background: #4d4d4d;
    color: #fff;
    font-size: 13px;
    font-family: "Pretendard SemiBold";
    font-weight: 600;
    text-align: center;
    width: 100%;
    height: 36px;
}

.asideButtonTop span {
    display: inline-block;
    background: url("//www.feelway.com/tmp_assets/tobe/resource/image/icon/icon_10by6_arrowtop.png")
        no-repeat left center;
    padding: 0 0 0 13px;
}

/* =============================
   Bottom Banner
============================= */
.asideBottomBanner {
    margin: 20px 0 0;
}

/* =============================
   우측 윙배너 팝업 스타일
============================= */
.wingLayer {
    position: relative;
}

.wingLayer--anchored {
    position: static;
}

.wingLayer__dim {
    position: fixed;
    inset: 0;
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: default;
}

.wingLayer--anchored .wingLayer__dim {
    display: none;
}

.wingLayer__panel {
    position: fixed;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #5e5e5e;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.wingLayer--anchored .wingLayer__panel {
    position: absolute;
    left: auto !important;
    right: calc(100% + 12px);
}

.wingLayer__panel--interestGoods,
.wingLayer__panel--interestSearch {
    width: 356px;
    min-height: 0;
}

.wingLayer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 15px 0 10px;
    margin: 0 15px;
    border-bottom: 1px solid #5e5e5e;
}

.wingLayer__title {
    color: #222;
    font-size: 16px;
    font-family: "Pretendard SemiBold";
    font-weight: 600;
    line-height: 1.2;
}

.wingLayer__titleLink {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: inherit;
    text-decoration: none;
}

.wingLayer__titleArrow {
    display: inline-block;
    width: 7px;
    height: 12px;
    background: url("//icon.feelway.com/recent/mo/module/icon/titleLinkArrIcon.png")
        no-repeat center;
    background-size: 7px 12px;
}

.wingLayer__close {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0;
    background: url('https://www.feelway.com/src/images/1.5/icon-layer-close-b.svg') no-repeat center /
        16px;
}

.wingLayer__body {
    flex: 1 1 auto;
    padding: 12px;
    overflow: hidden;
}

.wingLayer__panel--interestGoods .wingLayer__body {
    padding: 16px 15px 24px;
    flex: 0 0 auto;
    overflow: visible;
}

.wingLayer__panel--interestSearch .wingLayer__body {
    padding: 16px 15px 24px;
}

.wingLayer__state {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #444;
    font-size: 12px;
    line-height: 1.5;
    word-break: keep-all;
}

.wingLayer__panel--interestSearch .wingLayer__state,
.wingLayer__panel--interestGoods .wingLayer__state {
    min-height: 88px;
}

.wingLayerContent {
    width: 100%;
}

.wingLayerContent--goods {
    min-height: 0;
}

.wingLayerGoodsList {
    width: 100%;
    max-height: 324px; 
    overflow-y: hidden; 
    scrollbar-gutter: auto;
}

.wingLayerGoodsList.moreItem {
    overflow-y: auto; 
    scrollbar-gutter: stable;
}

.wingLayerGrid
.wingLayerContent--search {
    min-height: 150px;
}

.wingLayerGrid {
    display: grid;
    gap: 18px;
}

.wingLayer__panel--interestGoods .wingLayerGrid--col3 {
    grid-template-columns: repeat(3, 96px);
    justify-content: center;
}

.wingLayerGrid__item {
    display: block;
}

.wingLayerGrid__link {
    display: block;
    width: 96px;
    height: 96px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
}

.wingLayerGrid__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #f3f3f3;
}

.wingLayerSearchList {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wingLayerSearchList__item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 3px 0;
}

.wingLayerSearchList__icon {
    display: inline-flex;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin-top: 3px;
}

.wingLayerSearchList__icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.wingLayerSearchList__link {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    flex: 1 1 auto;
    color: #333;
    line-height: 1.4;
    text-decoration: none;
    padding: 1px 0;
}

.wingLayerSearchList__main {
    min-width: 0;
    max-width: 175px;
    color: #222;
    font-family: "Pretendard";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wingLayerSearchList__chip {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    height: 20px;
    padding: 0 6px;
    border-radius: 4px;
    background: #eee;
    color: #222;
    font-family: "Pretendard";
    font-size: 12px;
    line-height: 1.3;
}

.wingLayer__foot {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px 40px;
}

.wingLayer__moreBtn {
    min-width: 230px;
    height: 34px;
    padding: 0 18px;
    border-radius: 24px;
    border: 1px solid var(--gray-800, #999);
    background: var(--white, #FFF);
    color: var(--black-1200, #222);
    font-size: 14px;
    line-height: 1.4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.wingLayer__panel--interestGoods .wingLayer__moreBtn {
    min-width: 170px;
}

.wingLayer__moreBtn:disabled {
    border-color: var(--gray-200, #F5F5F5);
    background: var(--gray-200, #F5F5F5);
    color: var(--gray-800, #999);
    cursor: default;
}

.wingLayer__moreBtnIcon {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
}

/* 인기 검색어 */
.asideKeywordRanking {
    border-bottom: 0;
    background: #fff;
}

.asideKeywordRanking__list:has(.asideKeywordRanking__link) {
    padding: 15px 10px;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
}

.asideKeywordRanking__link {
    display: grid;
    grid-template-columns: 8px minmax(0, 1fr) 20px;
    align-items: center;
    column-gap: 3px;
}

.asideKeywordRanking__item + .asideKeywordRanking__item {
    margin-top: 10px;
}

.asideKeywordRanking__rank {
    color: #222;
    font-size: 11px;
    line-height: 1;
}

.asideKeywordRanking__keyword {
    min-width: 0;
    color: #8d8d8d;
    font-size: 11px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: -0.5px;
}

.asideKeywordRanking__change {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 9px;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: -0.4px;
}

.asideKeywordRanking__change--up {
    color: #e60012;
}

.asideKeywordRanking__change--down {
    color: #9b9b9b;
}

.asideKeywordRanking__change--same {
    
    color: #9b9b9b;
}

.asideKeywordRanking__symbol {
    display: inline-block;
    margin-right: 1px;
    font-size: 8px;
    line-height: 1;
}

.asideKeywordRanking__change--up .asideKeywordRanking__symbol::before {
    content: "▲";
}

.asideKeywordRanking__change--down .asideKeywordRanking__symbol::before {
    content: "▼";
}

.asideKeywordRanking__change--same .asideKeywordRanking__symbol::before {
    content: "-";
}

.asideKeywordRanking__value {
    display: inline-block;
}

.asideKeywordRanking__item--more {
    margin-top: 10px;
    padding-top: 4px;
}
.asideKeywordRanking__more {
    display: block;
    text-align: center;
    font-size: 11px;
    color: #8d8d8d;
    text-decoration: none;
    line-height: 1;
}
.asideKeywordRanking__more:hover {
    color: #169dab;
}
