@charset "utf-8";
@import url('font.css');
@import url('common.css');

/* ============================================================
   n_moa.css — "Fresh Premium" Design
   밝고 깔끔한 프리미엄 디자인
   Primary: #6366F1 → #8B5CF6 (indigo-violet gradient)
   Secondary: #F97316 (orange for prices/CTAs)
   ============================================================ */

/* === BASE RESETS === */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    background: #f5f5f7;
    font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #1a1a2e;
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.not_scroll {
    overflow: hidden;
}

.wrapper {
    max-width: 480px;
    margin: 0 auto;
    position: relative;
    min-height: 100%;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul::after {
    display: table;
    clear: both;
    content: "";
}

img {
    max-width: 100%;
    vertical-align: middle;
}

h3 {
    margin-bottom: 10px;
    font-size: 1.4em;
    font-weight: 600;
}

.hidden {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    overflow: hidden;
}

#list_fm,
#moa_list_fm {
    display: none;
}


/* === BOTTOM NAV === */
#bottom_area {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.bottom_box {
    max-width: 480px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
    padding-bottom: env(safe-area-inset-bottom);
}

.bottom_box ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 8px 0;
}

.box_li_1,
.box_li_2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    color: #94a3b8;
    padding: 6px 0;
    transition: color 0.2s ease;
}

.box_li_1 a,
.box_li_2 a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    color: #94a3b8;
    text-decoration: none;
    gap: 4px;
}

.box_li_1 .on,
.box_li_2 .on {
    color: #6366F1;
}

.box_li_1 .on a,
.box_li_2 .on a {
    color: #6366F1;
}

.b_home_ico,
.b_compass_ico,
.b_search_ico,
.b_faq_ico {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.b_home_ico img,
.b_compass_ico img,
.b_search_ico img,
.b_faq_ico img {
    width: 24px;
    height: 24px;
}


/* === HEADER - HOME === */
.Nheader_top {
    background: #fff;
    padding: 20px 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.main_logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

a.main_logo_link {
    font-size: 1.8rem;
    font-weight: 800;
    background: linear-gradient(135deg, #6366F1, #8B5CF6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none;
    letter-spacing: -0.02em;
}

.moa_logo_ment {
    font-size: 0.85rem;
    color: #94a3b8;
    margin-top: 4px;
    text-align: center;
}


/* === SEARCH BAR === */
.moa_main_nsearch {
    background: #f1f5f9;
    border-radius: 14px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    margin: 16px;
    gap: 8px;
    transition: background 0.2s ease;
}

.moa_main_nsearch:active {
    background: #e2e8f0;
}

.moa_main_nsearch_txt {
    color: #94a3b8;
    font-size: 0.9rem;
    flex: 1;
}

.moa_main_nsearch_ico {
    filter: brightness(0) saturate(100%) invert(67%) sepia(7%) saturate(500%) hue-rotate(180deg);
    width: 20px;
    height: 20px;
}

.moa_main_nsearch_ico img {
    width: 20px;
    height: 20px;
}


/* === EVENT AREA / STATS === */
.Nmain_event_area {
    background: linear-gradient(135deg, #6366F1, #8B5CF6);
    border-radius: 20px;
    margin: 0 16px;
    padding: 24px 20px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.Nmain_event_area::after {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.moa_main_ment_n {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.moa_main_ment_n a {
    color: #fff;
    text-decoration: none;
}

.home_dong_nm {
    font-weight: 700;
}

#shop_cnt {
    font-weight: 700;
    font-size: 1.3rem;
}

.main_moa_near_btn {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 12px;
    text-align: center;
    margin-top: 16px;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    display: block;
    transition: background 0.2s ease;
}

.main_moa_near_btn:active {
    background: rgba(255, 255, 255, 0.3);
}


/* === CATEGORY MENU === */
.header_bottom_vietnam {
    padding: 16px 0 8px;
    background: #fff;
}

.viet_n_menuaa {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.viet_n_menuaa::-webkit-scrollbar {
    display: none;
}

.viet_n_menu {
    display: flex;
    gap: 8px;
    padding: 0 16px;
}

.viet_n_menu_item {
    min-width: 72px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 10px 12px;
    font-size: 0.85rem;
    color: #475569;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.viet_n_menu_item a {
    color: inherit;
    text-decoration: none;
}

.viet_n_menu_item:active {
    background: #6366F1;
    color: #fff;
    border-color: #6366F1;
}


/* === SHOP LIST AREA === */
.moa_m_body_wrap {
    background: #f5f5f7;
}

.moa_m_body {
    padding: 0;
}

.moa_m_list {
    padding: 0;
}

.main_near_title {
    padding: 20px 16px 12px;
}

.main_near_title h1 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a2e;
}

.moa_m_body_list_a {
    padding: 0 12px 90px;
}

.moa_m_body_list_a ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}


/* === SHOP CARD (list_common) === */
li.moa_item {
    width: calc(50% - 6px);
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    list-style: none;
}

li.moa_item:active {
    transform: scale(0.98);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
}

.moa_n_list_shopImg_a {
    width: 100%;
    height: auto;
    display: block;
}

.moa_n_list_shopImg {
    width: 100%;
    height: 140px;
    overflow: hidden;
    position: relative;
}

.moa_n_list_shopImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s ease;
}

.moa_n_list_shopSub {
    width: 100%;
    padding: 12px;
    background: #fff;
}

.moa_n_list_shopSub ul {
    display: flex;
    flex-direction: column;
}

li.icon {
    display: flex;
    align-items: center;
    gap: 6px;
}

.viet_Mshop_icon {
    display: flex;
    align-items: center;
    gap: 4px;
}

.app_title {
    font-size: 0.75rem;
    color: #6366F1;
    font-weight: 600;
}

li.title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a1a2e;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 6px;
    display: block;
    width: 100%;
}

li.info {
    font-size: 0.75rem;
    color: #94a3b8;
    margin-top: 4px;
}

li.info .Sstar {
    vertical-align: middle;
}

li.adress {
    font-size: 0.75rem;
    color: #94a3b8;
    margin-top: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    width: 100%;
}

li.slist_won {
    font-size: 0.75rem;
    color: #94a3b8;
    text-decoration: line-through;
    text-align: right;
    margin-top: 8px;
}

li.pay {
    font-size: 1rem;
    font-weight: 700;
    color: #F97316;
    text-align: right;
}


/* === STAR RATINGS (PRESERVED) === */
.s_star_wrap {
    display: inline-block;
    width: 60px;
    height: 11.5px;
    background: url(https://img.msgmoa.net/images/ico/ico_10.png) no-repeat 0 0;
    background-size: 60px;
    vertical-align: middle;
}

.s_star_wrap .star {
    height: 18px;
    background: url('https://img.msgmoa.net/images/ico/ico_11.svg') no-repeat 0 0;
    background-size: 60px;
}

.s_star_wrap.star01 .star { width: 20%; }
.s_star_wrap.star01_2 .star { width: 30%; }
.s_star_wrap.star02 .star { width: 40%; }
.s_star_wrap.star02_2 .star { width: 50%; }
.s_star_wrap.star03 .star { width: 60%; }
.s_star_wrap.star03_2 .star { width: 70%; }
.s_star_wrap.star04 .star { width: 80%; }
.s_star_wrap.star04_2 .star { width: 90%; }
.s_star_wrap.star05 .star { width: 100%; }


/* === CO ICONS (PRESERVED) === */
.viet_Mshop_icon div.S_matong {
    width: 23px;
    height: 23px;
    background: url('https://msgmoa.net/images/co/6.jpg');
    background-repeat: no-repeat;
    background-size: 23px;
    border-radius: 4px;
}

.viet_Mshop_icon div.S_hitai {
    width: 23px;
    height: 23px;
    background: url('https://msgmoa.net/images/co/8.jpg');
    background-repeat: no-repeat;
    background-size: 23px;
    border-radius: 4px;
}

.viet_Mshop_icon div.S_heally {
    width: 23px;
    height: 23px;
    background: url('https://msgmoa.net/images/co/10.jpg');
    background-repeat: no-repeat;
    background-size: 23px;
    border-radius: 4px;
}

.viet_Mshop_icon div.S_mamap {
    width: 23px;
    height: 23px;
    background: url('https://msgmoa.net/images/co/5.jpg');
    background-repeat: no-repeat;
    background-size: 23px;
    border-radius: 4px;
}


/* === MORE BUTTON === */
.main_more_wrap {
    text-align: center;
    padding: 20px 0;
}

.main_more_btn {
    background: #fff;
    border: 2px solid #6366F1;
    color: #6366F1;
    font-weight: 600;
    border-radius: 14px;
    padding: 12px 32px;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-block;
}

.main_more_btn:hover {
    background: #6366F1;
    color: #fff;
}

.main_more_btn:active {
    background: #4f46e5;
    border-color: #4f46e5;
    color: #fff;
}


/* === POLICY AREA (footer) === */
.moa_main_policy_area {
    background: #f8fafc;
    padding: 24px 16px 40px;
    border-top: 1px solid #e2e8f0;
}

.moa_main_policy_area li.my_policy {
    font-size: 0.8rem;
    color: #94a3b8;
    margin-bottom: 4px;
}

.moa_main_policy_area li.my_policy a {
    color: #6366F1;
    text-decoration: none;
}

.moa_main_policy_area li.my_guide {
    font-size: 0.75rem;
    color: #b0b8c4;
    margin-top: 12px;
    line-height: 1.5;
}


/* === HEADER TOP BAR (LIST / DETAIL) === */
.Nm23_top {
    display: flex;
    align-items: center;
    height: 56px;
    padding: 0 16px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.m23_top_back {
    flex-shrink: 0;
}

.m23_top_back a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f1f5f9;
    transition: background 0.2s ease;
}

.m23_top_back a:active {
    background: #e2e8f0;
}

.m23_top_back img.svgicon_arrow {
    width: 18px;
    height: 18px;
}

.m23_top_adress {
    flex: 1;
    padding: 0 12px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a1a2e;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.m23_top_search {
    flex-shrink: 0;
}

.m23_top_search a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f1f5f9;
    transition: background 0.2s ease;
}

.m23_top_search a:active {
    background: #e2e8f0;
}

.m23_top_search img.svgicon_home {
    width: 18px;
    height: 18px;
}


/* === LIST PAGE FILTER === */
.moa_new_list_info_area {
    background: #fff;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
}

.moa_new_map_filter_step1 {
    position: relative;
}

ul.new_map_filter_step1_sw {
    display: flex;
    gap: 8px;
    padding: 0 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

ul.new_map_filter_step1_sw::-webkit-scrollbar {
    display: none;
}

.filter_icon_s2 {
    padding: 8px 16px;
    border-radius: 20px;
    background: #f1f5f9;
    font-size: 0.85rem;
    color: #475569;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    flex-shrink: 0;
}

.filter_icon_s2.on {
    background: #6366F1;
    color: #fff;
}

.filter_icon_s2_subbox {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid #e2e8f0;
    z-index: 10;
    position: absolute;
    top: 100%;
    left: 16px;
    right: 16px;
    margin-top: 8px;
    overflow: hidden;
}

.filter_icon_s2_sub_kr {
    padding: 12px 16px;
    font-size: 0.9rem;
    color: #1a1a2e;
    cursor: pointer;
    transition: all 0.2s ease;
}

.filter_icon_s2_sub_kr:hover {
    background: #f1f5f9;
    color: #6366F1;
}

.filter_icon_s2_sub_kr:active {
    background: #eef2ff;
    color: #6366F1;
}


/* === LIST PAGE INTRO === */
.moa_list_intro {
    background: #fff;
    padding: 20px 16px;
    margin: 12px;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.moa_list_intro_tit {
    font-weight: 700;
    font-size: 1rem;
    color: #6366F1;
    margin-bottom: 8px;
}

.moa_list_intro_txt {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 6px;
}

.moa_list_intro_hl {
    color: #6366F1;
    font-weight: 600;
}

.moa_list_intro_note {
    font-size: 0.78rem;
    color: #94a3b8;
    margin-top: 10px;
}


/* === DETAIL PAGE HEADER === */
header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

header.m_header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
}

header .container {
    max-width: 480px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    height: 52px;
}

.btn-back,
.btn-home {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f1f5f9;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease;
}

.btn-back:active,
.btn-home:active {
    background: #e2e8f0;
}

.btn-back img,
.btn-home img {
    width: 18px;
    height: 18px;
}


/* === DETAIL PAGE SHOP IMAGE === */
section.shopImg_area {
    margin-top: -52px;
    position: relative;
}

.main_swiper_menu {
    width: 100%;
}

.shopImg_Swiper {
    overflow: hidden;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f7;
}

.swiper-slide img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    background: #6366F1;
    opacity: 1;
}


/* === DETAIL PAGE CONTENTS === */
.detail_contents {
    background: #fff;
    border-radius: 24px 24px 0 0;
    margin-top: -20px;
    position: relative;
    z-index: 2;
    padding: 24px 20px 20px;
}

.shop_title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1a1a2e;
    line-height: 1.3;
}

.shop_title p {
    margin: 0 0 4px;
}

.shop_title em {
    font-size: 0.85rem;
    font-weight: 500;
    color: #6366F1;
    font-style: normal;
}

.shop_score {
    font-size: 0.9rem;
    color: #64748b;
    margin-top: 8px;
    font-weight: 500;
}

.shop_score img {
    vertical-align: middle;
    margin-right: 4px;
}

.shop_time {
    font-size: 0.9rem;
    color: #64748b;
    margin-top: 12px;
}

.shop_time em {
    color: #1a1a2e;
    font-weight: 600;
    margin-left: 8px;
    font-style: normal;
}

.shop_welcome_t {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-top: 24px;
}

.shop_welcome {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
    margin-top: 8px;
}

.detail_middle_line {
    height: 8px;
    background: #f5f5f7;
}


/* === DETAIL CONTENTS BODY === */
.detail_contents_body {
    padding: 24px 20px;
    background: #fff;
}

.shop_sub_title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 16px;
}


/* === COURSE TABLES === */
.n_course_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 16px;
    overflow: hidden;
    margin-top: 12px;
    border: 1px solid #e2e8f0;
}

.n_course_title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #6366F1;
    padding: 14px 16px;
    background: #f8fafc;
}

.n_course_item {
    padding: 0 12px 12px;
}

.dayNight {
    display: flex;
    gap: 8px;
    margin-top: 8px;
    list-style: none;
    padding: 0;
}

.c_day {
    flex: 1;
    background: #fefce8;
    border: 1px solid #fef08a;
    border-radius: 12px;
    padding: 12px;
    text-align: right;
}

.c_day--empty {
    background: transparent;
    border: none;
}

.c_day_1 {
    font-size: 0.75rem;
    color: #64748b;
    margin-right: 8px;
}

.c_day_2 {
    font-size: 0.75rem;
    color: #94a3b8;
    margin-bottom: 4px;
}

.c_day_2 em {
    text-decoration: line-through;
    font-style: normal;
}

.c_day_3 {
    font-weight: 700;
    color: #F97316;
    font-size: 1rem;
}

.c_percent {
    color: #ef4444;
    font-weight: 700;
}


/* === LOCATION === */
.shop_adress {
    font-size: 0.9rem;
    color: #64748b;
    margin-top: 12px;
    line-height: 1.5;
}

.shop_adress_map {
    border-radius: 16px;
    overflow: hidden;
    margin-top: 12px;
}


/* === REVIEWS === */
.review_area ul {
    list-style: none;
    padding: 0;
}

.review_area li {
    padding: 16px 0;
    border-bottom: 1px solid #f1f5f9;
}

.review_area li:last-child {
    border-bottom: none;
}

.review_contents {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.5;
}

.review_member_info {
    font-size: 0.8rem;
    color: #94a3b8;
    margin-top: 8px;
}

.review_more {
    font-size: 0.9rem;
    color: #6366F1;
    font-weight: 600;
}

.r_more {
    text-align: center;
    padding: 16px 0;
}

.r_more a {
    text-decoration: none;
    color: #6366F1;
    font-weight: 600;
}


/* === CTA BUTTON === */
#call_reserve {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
}

.call_reserve-container {
    max-width: 480px;
    margin: 0 auto;
    background: #fff;
    border-top: 1px solid #f1f5f9;
    padding: 12px 16px;
    padding-bottom: env(safe-area-inset-bottom);
}

.callSend {
    display: block;
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #6366F1, #8B5CF6);
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.35);
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.callSend:active {
    transform: scale(0.98);
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.25);
}


/* === SEARCH POPUP === */
.search_pop_area {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #fff;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.search_pop_area.on {
    transform: translateX(0);
}

.pop_searh_top {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background: #fff;
    border-bottom: 1px solid #f1f5f9;
    gap: 12px;
}

.pop_close {
    padding: 8px;
    cursor: pointer;
    flex-shrink: 0;
}

.pop_close img {
    width: 20px;
    height: 20px;
}

.pop_search_box {
    flex: 1;
    background: #f1f5f9;
    border-radius: 14px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    height: 48px;
    border: none;
    box-shadow: none;
}

.pop_search_box input {
    border: none;
    background: transparent;
    width: calc(100% - 30px);
    font-size: 0.95rem;
    outline: none;
    color: #1a1a2e;
    font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, sans-serif;
}

.pop_search_box input::placeholder {
    color: #94a3b8;
}

.pop_search_box a {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.pop_search_box a img {
    width: 20px;
    height: 20px;
}

.research {
    padding: 12px 16px;
    font-size: 0.85rem;
    color: #6366F1;
    font-weight: 500;
    border-bottom: 1px solid #f1f5f9;
}

.pin_search_area {
    padding: 16px;
    overflow-y: auto;
}

.p_sub_title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
}

.pin_search_area ul li {
    padding: 12px 0;
    font-size: 0.9rem;
    color: #475569;
    border-bottom: 1px solid #f8fafc;
}

.pin_search_area ul li:last-child {
    border-bottom: none;
}

.keyword_tb li a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #475569;
    text-decoration: none;
    transition: color 0.2s ease;
}

.keyword_tb li a:active {
    color: #6366F1;
}


/* === DIM LAYER === */
.dim-layer .dimBg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 50;
}


/* === FAQ PAGE === */
.faq_page .wrapper {
    max-width: 480px;
    margin: 0 auto;
    background: #fff;
    min-height: 100vh;
}

.faq_page .welcome_title {
    padding: 24px 20px 12px;
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.3;
}

.faq_page .welcome_subject {
    padding: 0 20px 24px;
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
}

.faq_page .welcome_contents {
    padding: 0 20px 24px;
}

.faq_page .partner_btn {
    display: block;
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #6366F1, #8B5CF6);
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 14px;
    text-align: center;
    text-decoration: none;
    margin-bottom: 12px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.25);
}

.faq_page .partner_btn:active {
    transform: scale(0.98);
}

.faq_page .qna_btn {
    display: block;
    width: 100%;
    padding: 16px;
    background: #fff;
    color: #6366F1;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 14px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #6366F1;
    cursor: pointer;
    transition: all 0.2s ease;
}

.faq_page .qna_btn:active {
    background: #eef2ff;
}

.faq_page .faq_header_img {
    height: 200px;
    overflow: hidden;
    background: linear-gradient(135deg, #6366F1, #8B5CF6);
}

.faq_page .faq_header_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* === SEARCH LIST PAGE === */
.ms_keyword {
    color: #6366F1;
    font-size: 0.9rem;
    font-weight: 600;
}

.search_effect h1 b {
    color: #6366F1;
}


/* === TIME GUIDE === */
.time_guide {
    font-size: 0.85rem;
    color: #64748b;
    padding: 8px 0;
    line-height: 1.5;
}


/* === MINI LOGO / COPYRIGHT (legacy) === */
.mini_logo {
    width: 100%;
    height: 10px;
    position: relative;
    text-align: center;
}

.mini_logo h1 {
    top: 8px;
    right: 10px;
    font-size: 0.75rem;
    position: absolute;
    color: #94a3b8;
}

.copyright {
    width: 100%;
    padding: 10px;
    color: #94a3b8;
    font-size: 0.8rem;
    line-height: 20px;
    background: #f8fafc;
    height: 100%;
}


/* === BODY CONTENTS (legacy) === */
.body_contents {
    width: 100%;
    position: relative;
}

.logo {
    width: 100%;
    background: #fff;
    height: 30px;
    padding: 10px;
    text-align: center;
    font-size: 1rem;
    line-height: 30px;
}

.logo h1 {
    font-weight: bold;
}


/* === SEARCH AREA (legacy) === */
.search_area {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 20px;
}

.search_box {
    padding: 7px;
    width: 100%;
    border-radius: 25px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    font-size: 0.9rem;
    min-height: 50px;
    line-height: 33px;
    background: #fff;
}

.search_box input {
    border: 1px solid #e2e8f0;
    width: 80%;
    border-radius: 8px;
    padding: 4px 8px;
    outline: none;
}

.search_box a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    float: right;
    margin-top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_box a img {
    margin-top: -7px;
}


/* === MENU AREA (legacy) === */
.menu_area {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f1f5f9;
    height: 50px;
    font-size: 0.9rem;
    padding: 0 0 0 10px;
}

.menu_area ul li {
    float: left;
    margin-right: 5px;
    font-size: 0.75rem;
    text-align: center;
    padding: 8px;
    color: #475569;
    transition: all 0.2s ease;
}

.menu_area ul li.on {
    background: #6366F1;
    color: #fff;
    border-radius: 20px;
    padding: 8px;
}


/* === SHOP LIST (legacy) === */
.shop_list {
    padding: 20px;
}

.shop_info {
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    border: none;
    margin-bottom: 20px;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.shop_info img.shop_img {
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    height: 200px;
}

.shop_info div.pin_guide {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 0.8rem;
    margin-top: -26px;
    width: 100%;
    padding: 5px 10px 5px 5px;
    text-align: right;
}

.shop_info div.pin_guide em {
    float: left;
    margin-left: 5px;
}

.shop_info div.pin_guide em img {
    margin-top: -2px;
}

.shop_info div.shop_title {
    width: 100%;
    padding: 10px 10px 0 10px;
    font-size: 1.15rem;
    font-weight: bold;
    color: #1a1a2e;
}

.shop_info div.shop_sub_info {
    width: 100%;
    font-size: 0.8rem;
    padding: 6px 10px 10px 10px;
    color: #64748b;
}

.shop_info div.shop_sub_info img {
    margin-top: -3px;
}

.shop_info div.shop_sub_info em {
    text-decoration: underline;
    text-underline-position: under;
}

.shop_list_pay {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    font-weight: 600;
    color: #F97316;
}

.shop_list_pay em {
    text-decoration: line-through;
    color: #94a3b8;
    margin-left: 5px;
    font-weight: 300;
    font-style: normal;
}

.shop_list_pay i {
    font-size: 0.9rem;
    font-weight: 300;
    color: #94a3b8;
    float: right;
    font-style: normal;
}

.shop_list_comment {
    width: 100%;
    border-top: 1px solid #f1f5f9;
    font-size: 0.8rem;
    padding: 10px 0 10px 10px;
    color: #475569;
}

.shop_list_comment div {
    width: 95%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.shop_list_comment img {
    margin-top: -2px;
    margin-right: 5px;
}

.shop_list_comment b {
    float: right;
    margin-right: 10px;
}


/* === LIST TOP AREA === */
.list_top_area {
    width: 100%;
    padding: 0 0 0 16px;
    font-weight: bold;
    background: #fff;
    z-index: 10;
    font-size: 1.2rem;
    height: 60px;
    line-height: 60px;
    color: #1a1a2e;
}
