@charset "utf-8";

/*
 * 공통 반응형 보정
 * 기존 1240px PC 디자인은 유지하고, 그 아래 화면에서만 유동형으로 전환한다.
 */

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

img,
video,
canvas,
iframe {
    max-width: 100%;
}

img,
video {
    height: auto;
}

input,
select,
textarea,
button {
    max-width: 100%;
}

.tbl_wrap,
.tbl_head01,
.tbl_frm01 {
    max-width: 100%;
}

@media (max-width: 1279px) {
    #hd,
    #wrapper,
    #ft {
        width: 100% !important;
        min-width: 0 !important;
    }

    #hd_pop,
    #hd_wrapper,
    #tnb .inner,
    #gnb,
    #gnb .gnb_wrap,
    #hd_menu,
    #container_wr,
    #container,
    #ft_wr,
    #ft_copy,
    .inner_wrap,
    .inner_wrap2 {
        width: 100% !important;
        max-width: 1240px;
    }

    #hd_wrapper > .inner_wrap,
    #gnb .gnb_wrap,
    .inner_wrap,
    .inner_wrap2,
    #ft_wr {
        padding-right: clamp(16px, 3vw, 30px);
        padding-left: clamp(16px, 3vw, 30px);
    }

    #hd_wrapper > .inner_wrap {
        display: flex;
        align-items: center;
        gap: clamp(18px, 3vw, 42px);
    }

    .hd_logo {
        float: none !important;
        flex: 0 0 170px;
        width: 170px !important;
    }

    .hd_sch_wr {
        float: none !important;
        flex: 1 1 360px;
        width: auto !important;
        min-width: 220px;
        margin-left: 0 !important;
    }

    .hd_login {
        float: none !important;
        flex: 0 1 auto;
    }

    .hd_login li {
        margin-left: clamp(10px, 1.5vw, 22px);
    }

    .hd_login a {
        font-size: 14px;
        white-space: nowrap;
    }

    #gnb {
        margin: 0 auto;
    }

    #gnb .gnb_wrap {
        display: flex;
        align-items: center;
        overflow: visible;
    }

    #gnb .gnb_cateall {
        flex: 0 0 auto;
    }

    #gnb #gnb_1dul {
        display: flex;
        float: none !important;
        flex: 1 1 auto;
        min-width: 0;
        margin-left: clamp(10px, 2vw, 32px);
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    #gnb #gnb_1dul::-webkit-scrollbar {
        display: none;
    }

    #gnb .gnb_1dli {
        float: none !important;
        flex: 0 0 auto;
    }

    #gnb .gnb_1da {
        padding-right: clamp(15px, 2.3vw, 30px);
        padding-left: clamp(15px, 2.3vw, 30px);
        font-size: clamp(16px, 1.7vw, 19px);
        white-space: nowrap;
    }

    #gnb_all,
    .gnb_sub_layer {
        left: clamp(16px, 3vw, 30px) !important;
        width: calc(100% - clamp(32px, 6vw, 60px)) !important;
        max-height: min(72vh, 620px);
        overflow-y: auto;
    }

    .sub_inner {
        width: 100%;
        max-width: 100%;
    }

    #theme_marquee_wrap,
    .premium_pc_wrapper,
    .gold_pc_wrapper,
    .silver_pc_wrapper,
    .wide_inner,
    .green_inner {
        width: 100% !important;
        max-width: 1200px;
    }

    #theme_marquee_wrap,
    .main_section,
    .wide_inner,
    .green_inner {
        padding-right: clamp(16px, 3vw, 30px) !important;
        padding-left: clamp(16px, 3vw, 30px) !important;
    }

    .gold_pc_wrapper,
    .silver_pc_wrapper {
        padding-right: 0;
        padding-left: 0;
    }

    #hd_menu {
        display: flex;
        margin-right: auto;
        margin-left: auto;
    }

    #hd_menu button#menu_open {
        flex: 0 0 240px;
        width: 240px;
    }

    #hd_menu .hd_menu {
        display: flex;
        float: none;
        flex: 1 1 auto;
        width: auto;
    }

    #hd_menu .hd_menu li {
        float: none;
        flex: 1 1 20%;
        width: auto;
    }

    #ft_copy {
        margin-right: auto;
        margin-left: auto;
    }

    #bo_attend,
    .shop_info,
    .shop_more {
        max-width: 100%;
    }

    #bo_attend {
        width: 100% !important;
    }

    .tbl_wrap,
    .tbl_head01,
    .tbl_frm01 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .tbl_wrap table,
    .tbl_head01 table,
    .tbl_frm01 table {
        max-width: none;
    }

    #ft_wr {
        display: flex;
        align-items: flex-start;
        gap: clamp(40px, 8vw, 120px);
    }

    .ft_logo,
    .ft_company {
        float: none !important;
    }

    .ft_company {
        flex: 1 1 auto;
        min-width: 0;
        margin-left: 0 !important;
    }

    .ft_menu,
    .ft_link {
        display: flex;
        flex-wrap: wrap;
        gap: 12px 28px;
    }

    .ft_menu li,
    .ft_link li {
        float: none !important;
        margin: 0 !important;
    }
}

@media (max-width: 1023px) {
    #hd_wrapper > .inner_wrap {
        flex-wrap: wrap;
        gap: 16px 24px;
    }

    .hd_logo {
        flex-basis: 150px;
        width: 150px !important;
    }

    .hd_sch_wr {
        flex: 1 1 calc(100% - 180px);
    }

    .hd_login {
        display: flex;
        flex: 1 0 100%;
        justify-content: flex-end;
        height: auto;
    }

    #gnb .gnb_cateall button {
        font-size: 17px;
    }

    #gnb .gnb_cateall button img {
        margin-right: 10px;
    }

    .gnb_all_cate,
    .gnb_all_cate:last-child {
        float: none !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0;
        padding: 18px 0 !important;
        border-right: 0 !important;
        border-bottom: 1px solid #eee;
    }

    .gnb_all_cate h3,
    .gnb_all_cate ul {
        padding-left: 0 !important;
    }

    .comm_group_wrap {
        flex-wrap: wrap;
        gap: 20px;
    }

    .comm_section {
        flex: 1 1 calc(50% - 20px);
    }

    .shop_info,
    .shop_more {
        float: none !important;
        width: 100% !important;
    }

    .shop_more {
        margin-top: 32px;
    }

    #side_menu {
        display: none;
    }

    #aside {
        position: static !important;
        float: none !important;
        width: 100% !important;
        margin: 24px 0 !important;
    }

    #container .is_index {
        margin-left: 0 !important;
    }

    #ft_wr .ft_cnt {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .course_view ul li .pd_r1,
    .course_view ul li .pd_r2 {
        padding-right: 0;
    }

    .course_price {
        position: static;
        display: flex;
        justify-content: flex-end;
        gap: 12px;
        margin-top: 10px;
    }

    .at_photo,
    .at_shop {
        float: none !important;
        width: 100% !important;
        height: auto !important;
    }

    .at_photo {
        max-width: 360px;
        margin: 0 auto 20px;
    }

    .at_photo img {
        margin: 0;
    }

    #ft_wr {
        flex-direction: column;
        gap: 24px;
        padding-top: 45px;
        padding-bottom: 55px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 0.8125em;
    }

    #hd_wrapper {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    #hd_wrapper > .inner_wrap {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .hd_logo {
        width: 100% !important;
        height: 40px;
        justify-content: center;
    }

    .hd_logo img {
        width: 135px;
    }

    .hd_sch_wr {
        width: 100% !important;
        min-width: 0;
    }

    .hd_login {
        width: 100%;
        justify-content: center;
        gap: 8px 18px;
        overflow-x: auto;
    }

    .hd_login li {
        flex: 0 0 auto;
        margin: 0;
    }

    .hd_login a {
        font-size: 12px;
    }

    #gnb .gnb_wrap {
        padding-right: 0;
        padding-left: 0;
    }

    #gnb .gnb_cateall button {
        min-height: 54px;
        padding-left: 16px;
        line-height: 54px;
    }

    #gnb .gnb_cateall button img {
        width: 18px;
    }

    #gnb .gnb_cateall button span {
        margin-right: 6px;
        font-size: 15px;
    }

    #gnb #gnb_1dul {
        margin-left: 8px;
    }

    #gnb .gnb_1dli {
        line-height: 54px;
    }

    #gnb .gnb_1da {
        padding-right: 14px;
        padding-left: 14px;
        font-size: 15px;
    }

    #gnb_all,
    .gnb_sub_layer {
        top: 54px !important;
        left: 12px !important;
        width: calc(100% - 24px) !important;
        padding: 18px !important;
    }

    #gnb_all {
        margin-top: 0 !important;
    }

    #tnb .inner {
        display: flex;
        justify-content: space-between;
        gap: 16px;
        padding: 0 16px;
        overflow-x: auto;
    }

    #hd_define,
    #hd_qnb {
        display: flex;
        float: none;
        flex: 0 0 auto;
    }

    #hd_wrapper:has(> #logo) {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 16px;
        padding: 20px 16px;
    }

    #hd_wrapper > #logo {
        float: none;
        align-self: center;
        padding: 0;
    }

    #hd_wrapper > .hd_sch_wr {
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100% !important;
        padding: 0;
    }

    #hd_wrapper > .hd_login {
        position: static !important;
        grid-column: 2;
        grid-row: 1;
        align-self: center;
        width: auto;
    }

    #hd_sch #sch_str {
        width: calc(100% - 54px);
    }

    #hd_sch #sch_submit {
        width: 54px;
    }

    #hd_menu {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    #hd_menu button#menu_open {
        flex-basis: 145px;
        width: 145px;
        white-space: nowrap;
    }

    #hd_menu .hd_menu {
        flex: 0 0 520px;
    }

    .region_list {
        justify-content: flex-start;
    }

    .region_list li a {
        padding: 8px 12px;
        font-size: 13px;
    }

    .comm_section {
        flex: 1 1 100%;
        padding-right: 0;
        border-right: 0;
        border-bottom: 1px solid #eee;
        padding-bottom: 18px;
    }

    .comm_section:last-child {
        border-bottom: 0;
    }

    .main_lat_hd {
        margin-top: 62px;
        margin-bottom: 24px;
    }

    .main_lat_hd h3 {
        font-size: clamp(21px, 6vw, 25px);
        line-height: 1.25;
    }

    .main_lat_hd span {
        padding: 0 10px;
        font-size: 14px;
        line-height: 1.55;
        word-break: keep-all;
    }

    #theme_marquee_wrap,
    .main_section,
    .wide_inner,
    .green_inner,
    .inner_wrap,
    .inner_wrap2 {
        padding-right: 16px !important;
        padding-left: 16px !important;
    }

    .slider_wr {
        margin: 24px auto !important;
        padding: 0 16px !important;
    }

    .main-banner-swiper {
        padding-bottom: 44px !important;
    }

    .slide_card {
        height: clamp(320px, 105vw, 460px) !important;
        border-radius: 12px;
    }

    .main-banner-swiper .swiper-button-next,
    .main-banner-swiper .swiper-button-prev {
        display: none;
    }

    .all_menu_fixed_top {
        left: 16px;
        width: 94px;
    }

    .m_col_stack.first_col {
        width: 94px;
        margin-left: 16px;
    }

    .m_theme_btn {
        min-width: 122px;
        padding: 0 17px;
        font-size: 13px;
    }

    .modal_ui_box {
        width: calc(100% - 32px);
        padding: 26px 18px;
        border-radius: 18px;
    }

    .modal_ui_grid {
        grid-template-columns: 1fr;
    }

    .new_shop_wide_section,
    #wide_review_green {
        padding-top: 44px !important;
        padding-bottom: 50px !important;
    }

    .section_header_white,
    .green_header {
        align-items: center;
        gap: 16px;
        margin-bottom: 24px;
    }

    .title_group h2,
    .green_title h2 {
        font-size: 24px !important;
    }

    .swiper_nav_custom,
    .green_nav {
        flex: 0 0 auto;
    }

    .btn-prev-new,
    .btn-next-new,
    .gv-prev,
    .gv-next {
        width: 38px;
        height: 38px;
    }

    .att_tab .tabnav {
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .att_tab .tabnav li {
        float: none;
        flex: 0 0 132px;
        width: auto;
    }

    .att_tab .tabnav li a {
        padding: 0 12px;
        font-size: 14px;
        white-space: nowrap;
    }

    .my_stats ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .my_stats li {
        float: none;
        width: 100%;
        border-bottom: 1px solid #dadada;
    }

    .my_shop_cf .cf_head {
        padding-right: 132px;
        line-height: 1.45;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .my_shop_cf li {
        padding-left: 0;
        white-space: normal;
    }

    .my_shop_cf li strong {
        position: static;
        display: inline-block;
        width: 86px;
    }

    .at_write {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        align-items: center;
    }

    .at_write .at_name,
    .at_write .at_submit {
        margin-left: 0;
    }

    #map_page,
    #container_map {
        height: min(70vh, 520px);
    }

    .gps_title {
        height: auto;
        margin-bottom: 12px;
    }

    .gps_title .geo_ca_btn {
        margin-top: 8px;
        margin-left: 4px;
    }

    #bo_w {
        padding-top: 18px;
    }

    #bo_w .tbl_shop,
    #bo_w .tbl_shop tbody,
    #bo_w .tbl_shop tr,
    #bo_w .tbl_shop th,
    #bo_w .tbl_shop td {
        display: block;
        width: 100% !important;
    }

    #bo_w .tbl_shop th {
        padding: 18px 0 8px;
        border-bottom: 0;
        font-size: 15px;
    }

    #bo_w .tbl_shop td {
        padding: 0 0 16px;
    }

    #bo_w .w_address .frm_address,
    #bo_w .frm_req .req_title .frm_input,
    #bo_w .frm_req .menu_frm {
        width: 100% !important;
    }

    #bo_w .type_num3 .rv_select input + label,
    #bo_w .type_num4 .rv_select input + label,
    #bo_w .type_num5 .rv_select input + label,
    #bo_w .type_num6 .rv_select input + label {
        width: calc(50% - 10px) !important;
    }

    #bo_w .w_times .times_start,
    #bo_w .w_times .times_end {
        float: none;
        display: inline-block;
        margin: 0 8px 8px 0;
    }

    .shop_w_head,
    .shop_w_list,
    .shop_w_agree {
        padding-right: 18px;
        padding-left: 18px;
    }

    .bo_v_right,
    .bo_v_com,
    .bo_vc_w_info,
    .bo_vc_w .btn_confirm {
        float: none;
        width: 100%;
    }

    #bo_v_sns {
        float: none;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        width: 100%;
    }

    #bo_v_sns li {
        float: none;
        width: auto;
        margin-right: 0;
    }

    #ft_wr {
        padding-right: 20px;
        padding-left: 20px;
    }

    .ft_menu {
        margin-bottom: 24px;
        gap: 10px 18px;
    }

    .ft_menu li {
        font-size: 14px;
    }

    .ft_link {
        gap: 8px 14px;
    }

    .ft_link li,
    .ft_copy {
        font-size: 12px;
        line-height: 1.5;
    }
}

/* Thin three-line icon for the theme menu. */
#theme_marquee_wrap .all_menu_fixed_top i::before {
    content: "" !important;
    display: block;
    width: 30px;
    height: 22px;
    background:
        linear-gradient(var(--mc-primary), var(--mc-primary)) 0 2px / 100% 2px no-repeat,
        linear-gradient(var(--mc-primary), var(--mc-primary)) 0 10px / 100% 2px no-repeat,
        linear-gradient(var(--mc-primary), var(--mc-primary)) 0 18px / 100% 2px no-repeat;
}

.mobile_account_menu {
    display: none;
}

@media (max-width: 767px) {
    #hd_wrapper {
        padding: 6px 0 8px !important;
    }

    #hd_wrapper > .inner_wrap {
        gap: 7px !important;
    }

    .hd_logo {
        height: 36px !important;
    }

    .hd_logo img {
        width: 128px !important;
    }

    #hd_wrapper .hd_login {
        display: none !important;
    }

    #gnb_all {
        position: fixed !important;
        top: 0 !important;
        right: auto !important;
        left: 0 !important;
        z-index: 1002 !important;
        width: min(86vw, 340px) !important;
        height: 100vh !important;
        height: 100dvh !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 66px 20px 30px !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        border: 0 !important;
        border-radius: 0 20px 20px 0 !important;
        background: #fff !important;
        box-shadow: 16px 0 40px rgba(15, 23, 42, .18) !important;
    }

    .gnb_cateall .gnb_close {
        position: fixed !important;
        top: 12px;
        left: 14px;
        z-index: 1004;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        min-height: 42px !important;
        padding: 0 !important;
        border-radius: 50%;
        background: #f1f5f9 !important;
        font-size: 0 !important;
        line-height: 42px !important;
    }

    .gnb_cateall .gnb_close::before {
        content: "\00d7";
        color: var(--mc-ink);
        font-size: 30px;
        font-weight: 300;
        line-height: 1;
    }

    .gnb_cateall .gnb_close img,
    .gnb_cateall .gnb_close span {
        display: none !important;
    }

    .mobile_account_menu {
        display: block;
        margin-bottom: 24px;
        padding-bottom: 20px;
        border-bottom: 1px solid var(--mc-line);
    }

    .mobile_account_menu strong {
        display: block;
        margin-bottom: 10px;
        color: #94a3b8;
        font-size: 11px;
        letter-spacing: .12em;
    }

    .mobile_account_menu ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .mobile_account_menu li {
        margin: 0 !important;
    }

    .mobile_account_menu a {
        display: flex;
        align-items: center;
        min-height: 42px;
        padding: 0 10px;
        border-radius: 10px;
        color: #334155;
        background: #f8fafc;
        font-size: 13px;
        font-weight: 600;
    }

    .mobile_account_menu a i {
        width: 22px;
        color: var(--mc-primary);
        font-size: 16px;
    }
}

/* Match all-theme modal icons to the main icon system. */
.modal_ui_grid li a > span {
    display: inline-flex !important;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 10px !important;
    color: var(--mc-primary);
    font-family: FontAwesome !important;
    font-size: 0 !important;
    line-height: 30px;
}

.modal_ui_grid li a > span::before {
    font-size: 22px;
    line-height: 30px;
}

.modal_ui_grid li:nth-child(1) a > span::before { content: "\f005"; }
.modal_ui_grid li:nth-child(2) a > span::before { content: "\f043"; }
.modal_ui_grid li:nth-child(3) a > span::before { content: "\f06c"; }
.modal_ui_grid li:nth-child(4) a > span::before { content: "\f256"; }
.modal_ui_grid li:nth-child(5) a > span::before { content: "\f186"; }
.modal_ui_grid li:nth-child(6) a > span::before { content: "\f182"; }
.modal_ui_grid li:nth-child(7) a > span::before { content: "\f004"; }
.modal_ui_grid li:nth-child(8) a > span::before { content: "\f2cd"; }
.modal_ui_grid li:nth-child(9) a > span::before { content: "\f1ad"; }
.modal_ui_grid li:nth-child(10) a > span::before { content: "\f007"; }
.modal_ui_grid li:nth-child(11) a > span::before { content: "\f017"; }
.modal_ui_grid li:nth-child(12) a > span::before { content: "\f18c"; }
.modal_ui_grid li:nth-child(13) a > span::before { content: "\f0ac"; }
.modal_ui_grid li:nth-child(14) a > span::before { content: "\f0d0"; }
.modal_ui_grid li:nth-child(15) a > span::before { content: "\f1d8"; }
.modal_ui_grid li:nth-child(16) a > span::before { content: "\f2cd"; }
.modal_ui_grid li:nth-child(17) a > span::before { content: "\f015"; }
.modal_ui_grid li:nth-child(18) a > span::before { content: "\f2b5"; }
.modal_ui_grid li:nth-child(19) a > span::before { content: "\f0c0"; }
.modal_ui_grid li:nth-child(20) a > span::before { content: "\f21e"; }
.modal_ui_grid li:nth-child(21) a > span::before { content: "\f004"; }

/* Theme menu redesign: compact, consistent line icons, no icon blocks. */
#theme_marquee_wrap {
    width: calc(100% - 32px) !important;
    max-width: 920px !important;
    gap: 0 !important;
    margin: 10px auto 30px !important;
    padding: 4px 0 !important;
}

#theme_marquee_wrap .all_menu_fixed_top,
#theme_marquee_wrap .m_theme_btn {
    height: 70px !important;
    gap: 5px !important;
    padding: 5px 2px !important;
    color: #334155 !important;
    background: transparent !important;
    font-size: 12px !important;
}

#theme_marquee_wrap .all_menu_fixed_top:hover,
#theme_marquee_wrap .m_theme_btn:hover,
#theme_marquee_wrap .m_theme_btn:focus {
    color: var(--mc-primary) !important;
    background: transparent !important;
    transform: none !important;
}

#theme_marquee_wrap .all_menu_fixed_top i,
#theme_marquee_wrap .m_theme_btn b {
    width: auto !important;
    height: 36px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    color: var(--mc-primary) !important;
    background: transparent !important;
    font-family: FontAwesome !important;
    font-size: 0 !important;
    font-weight: normal !important;
    line-height: 36px !important;
}

#theme_marquee_wrap .all_menu_fixed_top i {
    font-size: 31px !important;
}

#theme_marquee_wrap .m_theme_btn b::before {
    display: block;
    font-size: 31px;
    line-height: 36px;
}

#theme_marquee_wrap .m_col_stack:nth-child(1) .m_theme_btn b::before { content: "\f005"; }
#theme_marquee_wrap .m_col_stack:nth-child(2) .m_theme_btn:first-child b::before { content: "\f043"; }
#theme_marquee_wrap .m_col_stack:nth-child(2) .m_theme_btn:last-child b::before { content: "\f06c"; }
#theme_marquee_wrap .m_col_stack:nth-child(3) .m_theme_btn:first-child b::before { content: "\f256"; }
#theme_marquee_wrap .m_col_stack:nth-child(3) .m_theme_btn:last-child b::before { content: "\f186"; }
#theme_marquee_wrap .m_col_stack:nth-child(4) .m_theme_btn:first-child b::before { content: "\f182"; }
#theme_marquee_wrap .m_col_stack:nth-child(4) .m_theme_btn:last-child b::before { content: "\f004"; }

@media (max-width: 767px) {
    #theme_marquee_wrap {
        width: 100% !important;
        gap: 0 !important;
        margin: 0 auto 18px !important;
        padding: 2px 6px !important;
    }

    #theme_marquee_wrap .all_menu_fixed_top,
    #theme_marquee_wrap .m_theme_btn {
        height: 64px !important;
        gap: 3px !important;
        padding: 3px 1px !important;
        font-size: 11px !important;
    }

    #theme_marquee_wrap .all_menu_fixed_top i,
    #theme_marquee_wrap .m_theme_btn b {
        height: 34px !important;
        line-height: 34px !important;
    }

    #theme_marquee_wrap .all_menu_fixed_top i,
    #theme_marquee_wrap .m_theme_btn b::before {
        font-size: 29px !important;
        line-height: 34px !important;
    }
}

/* Final mobile-header overrides: keep after legacy responsive rules. */
@media (max-width: 767px) {
    #hd_wrapper {
        padding: 11px 0 16px !important;
        border: 0 !important;
        background: transparent !important;
    }

    #hd_wrapper > .inner_wrap {
        gap: 10px 8px !important;
        padding: 0 16px !important;
    }

    #hd_wrapper .hd_logo {
        height: 38px !important;
        margin: 0 !important;
    }

    #hd_wrapper .hd_logo img {
        width: 132px !important;
        filter: brightness(0) invert(1) !important;
    }

    #hd_wrapper .hd_sch_wr {
        justify-self: stretch !important;
        width: 100% !important;
        height: 46px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 1px solid rgba(255, 255, 255, .30) !important;
        border-radius: 15px !important;
        background: rgba(255, 255, 255, .16) !important;
    }

    #hd_sch,
    #hd_sch form,
    #hd_sch #sch_stx,
    #hd_sch #sch_submit {
        height: 44px !important;
    }

    #hd_sch #sch_stx {
        padding-left: 46px !important;
        color: #fff !important;
        background: transparent !important;
        font-size: 13px !important;
        line-height: 44px !important;
    }

    #hd_sch #sch_submit {
        width: 44px !important;
        color: #fff !important;
        line-height: 44px !important;
    }

    #hd_sch #sch_submit::before {
        line-height: 44px !important;
    }

    #theme_marquee_wrap {
        display: none !important;
    }
}

/* 2026-08-05 mobile-home information architecture */
.mobile_home_hub,
.mobile_account_shortcut {
    display: none;
}

@media (max-width: 767px) {
    body {
        background: #fff;
    }

    #hd {
        border: 0 !important;
        background: linear-gradient(135deg, #173b9f 0%, #2563eb 100%) !important;
        box-shadow: none !important;
    }

    #hd_wrapper {
        padding: 11px 0 16px !important;
        border: 0 !important;
        background: transparent !important;
    }

    #hd_wrapper > .inner_wrap {
        display: grid !important;
        grid-template-columns: 44px minmax(0, 1fr) 44px !important;
        grid-template-rows: 38px 46px !important;
        gap: 10px 8px !important;
        width: 100% !important;
        padding: 0 16px !important;
        box-sizing: border-box;
    }

    #hd_wrapper .mobile_gnb_open {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        grid-column: 1;
        grid-row: 1;
        align-self: center;
        justify-self: start;
        width: 36px !important;
        height: 36px !important;
    }

    #hd_wrapper .mobile_gnb_open span,
    #hd_wrapper .mobile_gnb_open::before,
    #hd_wrapper .mobile_gnb_open::after {
        background-color: #fff !important;
    }

    #hd_wrapper .hd_logo {
        grid-column: 2;
        grid-row: 1;
        align-self: center;
        justify-self: center;
        height: 38px !important;
        margin: 0 !important;
    }

    #hd_wrapper .hd_logo a {
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

    #hd_wrapper .hd_logo img {
        width: 132px !important;
        max-height: 36px;
        object-fit: contain;
        filter: brightness(0) invert(1);
    }

    .mobile_account_shortcut {
        display: flex;
        grid-column: 3;
        grid-row: 1;
        align-self: center;
        justify-self: end;
        width: 36px;
        height: 36px;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, .46);
        border-radius: 50%;
        color: #fff;
        font-size: 20px;
        text-decoration: none;
    }

    #hd_wrapper .hd_sch_wr {
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100% !important;
        height: 46px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 1px solid rgba(255, 255, 255, .30) !important;
        border-radius: 15px !important;
        background: rgba(255, 255, 255, .16) !important;
        box-shadow: none !important;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
    }

    #hd_sch,
    #hd_sch form {
        height: 44px !important;
    }

    #hd_sch #sch_stx {
        height: 44px !important;
        padding-left: 46px !important;
        color: #fff !important;
        background: transparent !important;
        font-size: 13px !important;
        line-height: 44px !important;
    }

    #hd_sch #sch_stx::placeholder {
        color: rgba(255, 255, 255, .82) !important;
        opacity: 1;
    }

    #hd_sch #sch_submit {
        width: 44px !important;
        height: 44px !important;
        color: #fff !important;
        line-height: 44px !important;
    }

    #hd_sch #sch_submit::before {
        font-size: 18px !important;
        line-height: 44px !important;
    }

    #gnb {
        height: 0 !important;
        min-height: 0 !important;
        border: 0 !important;
        background: transparent !important;
    }

    #gnb > .gnb_wrap {
        height: 0 !important;
        min-height: 0 !important;
        border: 0 !important;
    }

    #gnb #gnb_1dul {
        display: none !important;
    }

    .mobile_home_hub {
        position: relative;
        z-index: 2;
        display: block;
        width: calc(100% - 20px);
        margin: 0 auto 14px;
        padding: 19px 7px 17px;
        border: 1px solid #e7edf7;
        border-top: 0;
        border-radius: 0 0 22px 22px;
        background: #fff;
        box-shadow: 0 10px 28px rgba(15, 23, 42, .08);
        box-sizing: border-box;
    }

    .mobile_home_hub_grid {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 17px 2px;
    }

    .mobile_home_hub_grid a,
    .mobile_home_hub_grid button {
        display: flex;
        min-width: 0;
        min-height: 58px;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        gap: 8px;
        margin: 0;
        padding: 0 1px;
        border: 0;
        background: transparent;
        color: #26354c;
        font: inherit;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }

    .mobile_home_hub_grid i {
        display: flex;
        width: 34px;
        height: 32px;
        align-items: center;
        justify-content: center;
        color: #1d4ed8;
        font-size: 28px;
        font-weight: normal;
        line-height: 1;
    }

    .mobile_home_hub_grid span {
        overflow: hidden;
        max-width: 100%;
        color: #273449;
        font-size: 11px;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: -.04em;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #theme_marquee_wrap {
        display: none !important;
    }

    .slider_wr {
        width: calc(100% - 20px) !important;
        margin: 0 auto 26px !important;
        padding: 0 !important;
    }

    .main-banner-swiper {
        padding-bottom: 20px !important;
    }

    .main-banner-swiper .slide_card {
        border-radius: 18px !important;
    }

    .main-banner-swiper .swiper-button-prev,
    .main-banner-swiper .swiper-button-next {
        display: none !important;
    }

    .main_section {
        padding-top: 26px !important;
        padding-bottom: 28px !important;
    }

    .main_section > .main_lat_hd,
    #main_new > .main_lat_hd {
        align-items: flex-start !important;
        text-align: left !important;
    }

    .main_section > .main_lat_hd h3 {
        justify-content: flex-start !important;
        font-size: 21px !important;
        line-height: 1.25 !important;
        text-align: left !important;
    }

    .main_section > .main_lat_hd span {
        font-size: 12px !important;
        line-height: 1.5 !important;
        text-align: left !important;
    }

    #mobile_quick_nav {
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: calc(66px + env(safe-area-inset-bottom)) !important;
        padding-bottom: env(safe-area-inset-bottom);
        border-width: 1px 0 0 !important;
        border-radius: 0 !important;
        box-shadow: 0 -5px 20px rgba(15, 23, 42, .10) !important;
        box-sizing: border-box;
    }

    #mobile_quick_nav a.on {
        color: #1d4ed8 !important;
    }

    #wrapper {
        padding-bottom: calc(72px + env(safe-area-inset-bottom)) !important;
    }
}

/* Final theme-menu cleanup: intentionally kept at EOF for cascade priority. */
#theme_marquee_wrap {
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
}

#theme_marquee_wrap .all_menu_fixed_top,
#theme_marquee_wrap .m_theme_btn {
    border: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
}

#theme_marquee_wrap .all_menu_fixed_top:hover,
#theme_marquee_wrap .m_theme_btn:hover,
#theme_marquee_wrap .m_theme_btn:focus {
    border: 0 !important;
    box-shadow: none !important;
    background: #f8fafc !important;
}

/* Final compact icon menu rules. */
#theme_marquee_wrap {
    width: calc(100% - 32px) !important;
    max-width: 920px !important;
    gap: 0 !important;
    margin: 10px auto 30px !important;
    padding: 4px 0 !important;
}

#theme_marquee_wrap .all_menu_fixed_top,
#theme_marquee_wrap .m_theme_btn {
    height: 70px !important;
    gap: 5px !important;
    padding: 5px 2px !important;
    color: #334155 !important;
    background: transparent !important;
    font-size: 12px !important;
}

#theme_marquee_wrap .all_menu_fixed_top:hover,
#theme_marquee_wrap .m_theme_btn:hover,
#theme_marquee_wrap .m_theme_btn:focus {
    color: var(--mc-primary) !important;
    background: transparent !important;
    transform: none !important;
}

#theme_marquee_wrap .all_menu_fixed_top i,
#theme_marquee_wrap .m_theme_btn b {
    width: auto !important;
    height: 36px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    color: var(--mc-primary) !important;
    background: transparent !important;
    font-family: FontAwesome !important;
    font-size: 0 !important;
    line-height: 36px !important;
}

#theme_marquee_wrap .all_menu_fixed_top i,
#theme_marquee_wrap .m_theme_btn b::before {
    font-size: 31px !important;
    line-height: 36px !important;
}

#theme_marquee_wrap .m_col_stack:nth-child(1) .m_theme_btn b::before { content: "\f005"; }
#theme_marquee_wrap .m_col_stack:nth-child(2) .m_theme_btn:first-child b::before { content: "\f043"; }
#theme_marquee_wrap .m_col_stack:nth-child(2) .m_theme_btn:last-child b::before { content: "\f06c"; }
#theme_marquee_wrap .m_col_stack:nth-child(3) .m_theme_btn:first-child b::before { content: "\f256"; }
#theme_marquee_wrap .m_col_stack:nth-child(3) .m_theme_btn:last-child b::before { content: "\f186"; }
#theme_marquee_wrap .m_col_stack:nth-child(4) .m_theme_btn:first-child b::before { content: "\f182"; }
#theme_marquee_wrap .m_col_stack:nth-child(4) .m_theme_btn:last-child b::before { content: "\f004"; }

@media (max-width: 767px) {
    #theme_marquee_wrap {
        width: 100% !important;
        margin: 0 auto 18px !important;
        padding: 2px 6px !important;
    }

    #theme_marquee_wrap .all_menu_fixed_top,
    #theme_marquee_wrap .m_theme_btn {
        height: 64px !important;
        gap: 3px !important;
        padding: 3px 1px !important;
        font-size: 11px !important;
    }

    #theme_marquee_wrap .all_menu_fixed_top i,
    #theme_marquee_wrap .m_theme_btn b {
        height: 34px !important;
        line-height: 34px !important;
    }

    #theme_marquee_wrap .all_menu_fixed_top i,
    #theme_marquee_wrap .m_theme_btn b::before {
        font-size: 29px !important;
        line-height: 34px !important;
    }
}

/* Definitive compact icon sizing. */
#theme_marquee_wrap {
    margin: 18px auto 36px !important;
    padding: 10px 16px !important;
}

#theme_marquee_wrap .all_menu_fixed_top,
#theme_marquee_wrap .m_theme_btn {
    height: 84px !important;
    gap: 5px !important;
    padding: 6px 3px !important;
    font-size: 13px !important;
}

#theme_marquee_wrap .all_menu_fixed_top i,
#theme_marquee_wrap .m_theme_btn b {
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    border-radius: 14px !important;
    background: #f1f5ff !important;
    font-size: 25px !important;
    line-height: 44px !important;
}

@media (max-width: 767px) {
    .main-banner-swiper {
        padding-bottom: 22px !important;
    }

    #theme_marquee_wrap {
        gap: 4px !important;
        margin: 0 auto 24px !important;
        padding: 6px 10px !important;
    }

    #theme_marquee_wrap .all_menu_fixed_top,
    #theme_marquee_wrap .m_theme_btn {
        height: 72px !important;
        gap: 3px !important;
        padding: 4px 2px !important;
        font-size: 11px !important;
    }

    #theme_marquee_wrap .all_menu_fixed_top i,
    #theme_marquee_wrap .m_theme_btn b {
        width: 38px !important;
        height: 38px !important;
        border-radius: 12px !important;
        font-size: 22px !important;
        line-height: 38px !important;
    }
}

/* Larger, clearer theme icons. */
#theme_marquee_wrap .all_menu_fixed_top,
#theme_marquee_wrap .m_theme_btn {
    height: 84px !important;
    gap: 5px !important;
    font-size: 13px !important;
}

#theme_marquee_wrap .all_menu_fixed_top i,
#theme_marquee_wrap .m_theme_btn b {
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    border-radius: 15px !important;
    background: #f1f5ff !important;
    font-size: 25px !important;
    line-height: 44px !important;
}

#theme_marquee_wrap .all_menu_fixed_top i {
    color: var(--mc-primary) !important;
    font-size: 23px !important;
}

@media (max-width: 767px) {
    .main-banner-swiper {
        padding-bottom: 22px !important;
    }

    #theme_marquee_wrap {
        gap: 4px !important;
        margin-top: 0 !important;
        margin-bottom: 24px !important;
        padding: 6px 10px !important;
    }

    #theme_marquee_wrap .all_menu_fixed_top,
    #theme_marquee_wrap .m_theme_btn {
        height: 72px !important;
        gap: 3px !important;
        padding: 4px 2px !important;
        font-size: 11px !important;
    }

    #theme_marquee_wrap .all_menu_fixed_top i,
    #theme_marquee_wrap .m_theme_btn b {
        width: 38px !important;
        height: 38px !important;
        border-radius: 12px !important;
        font-size: 22px !important;
        line-height: 38px !important;
    }

    #theme_marquee_wrap .all_menu_fixed_top i {
        font-size: 21px !important;
    }
}

/* 2026-08-05 focused fix 01: compact banner + simple theme icons */
#theme_marquee_wrap {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 12px;
    max-width: 1200px;
    margin: 18px auto 36px;
    padding: 10px 16px !important;
    overflow: visible;
    border: 0;
    border-radius: 20px;
    background: #fff !important;
}

#theme_marquee_wrap .marquee_view_container,
#theme_marquee_wrap .marquee_track_box,
#theme_marquee_wrap .m_col_stack {
    display: contents;
}

#theme_marquee_wrap .marquee_view_container {
    mask-image: none;
    -webkit-mask-image: none;
}

#theme_marquee_wrap .marquee_track_box {
    width: auto;
    animation: none !important;
    transform: none !important;
}

#theme_marquee_wrap .all_btn_space,
#theme_marquee_wrap .m_col_stack:nth-child(n+5) {
    display: none !important;
}

#theme_marquee_wrap .all_menu_fixed_top,
#theme_marquee_wrap .m_theme_btn {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100% !important;
    min-width: 0 !important;
    height: 86px;
    margin: 0 !important;
    padding: 10px 6px;
    color: #475569 !important;
    border: 1px solid var(--mc-line) !important;
    border-radius: 16px;
    background: #fff !important;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04) !important;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

#theme_marquee_wrap .all_menu_fixed_top:hover,
#theme_marquee_wrap .m_theme_btn:hover,
#theme_marquee_wrap .m_theme_btn:focus {
    color: var(--mc-primary) !important;
    border-color: #b7c9f8 !important;
    background: var(--mc-primary-soft) !important;
    transform: translateY(-2px);
}

#theme_marquee_wrap .all_menu_fixed_top i,
#theme_marquee_wrap .m_theme_btn b {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0;
    border-radius: 12px;
    color: var(--mc-primary);
    background: var(--mc-primary-soft);
    font-size: 19px;
    font-style: normal;
}

@media (max-width: 767px) {
    .slider_wr {
        margin: 18px auto 24px !important;
        padding: 0 14px !important;
    }

    .slide_card {
        height: 238px !important;
        min-height: 0 !important;
        border-radius: 14px !important;
    }

    .slide_card .img_box,
    .slide_card .img_box img {
        height: 100% !important;
    }

    .slide_card .img_box img {
        object-fit: cover;
    }

    .main-banner-swiper {
        padding-bottom: 34px !important;
    }

    #theme_marquee_wrap {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
        margin: 0 auto 38px;
        padding: 14px !important;
        border-radius: 0;
    }

    #theme_marquee_wrap .all_menu_fixed_top,
    #theme_marquee_wrap .m_theme_btn {
        height: 78px;
        gap: 6px;
        padding: 8px 3px;
        border-radius: 13px;
        font-size: 11px;
    }

    #theme_marquee_wrap .all_menu_fixed_top i,
    #theme_marquee_wrap .m_theme_btn b {
        width: 32px;
        height: 32px;
        border-radius: 10px;
        font-size: 17px;
    }
}

@media (max-width: 479px) {
    .slide_card {
        height: 220px !important;
    }
}

@media (max-width: 479px) {
    #hd_sch #sch_stx {
        padding-left: 42px;
        font-size: 13px;
    }

    #gnb .gnb_cateall button span {
        display: none;
    }

    #gnb .gnb_cateall button img:last-child {
        display: none;
    }

    .comm_list {
        grid-template-columns: 1fr;
    }

    .main_lat_hd h3 img {
        height: 24px;
    }

    .section_header_white,
    .green_header {
        align-items: flex-end;
    }

    .title_group h2,
    .green_title h2 {
        font-size: 21px !important;
    }

    .btn-prev-new,
    .btn-next-new,
    .gv-prev,
    .gv-next {
        width: 34px;
        height: 34px;
    }

    .my_stats ul {
        grid-template-columns: 1fr;
    }

    .my_shop_cf .cf_head {
        padding-right: 20px;
    }

    .my_shop_cf .cf_jump {
        position: static;
        width: calc(100% - 40px);
        margin: 10px 20px 0;
    }

    #bo_w .type_num2 .rv_select input + label,
    #bo_w .type_num3 .rv_select input + label,
    #bo_w .type_num4 .rv_select input + label,
    #bo_w .type_num5 .rv_select input + label,
    #bo_w .type_num6 .rv_select input + label {
        width: 100% !important;
        margin-right: 0;
    }

    .course_price {
        justify-content: flex-start;
    }

    .course_price span {
        width: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* 2026-08-05 visual refresh: calm navy/blue system */
:root {
    --mc-primary: #1d4ed8;
    --mc-primary-dark: #163fae;
    --mc-primary-soft: #eff6ff;
    --mc-ink: #172033;
    --mc-muted: #64748b;
    --mc-line: #e2e8f0;
    --mc-surface: #ffffff;
    --mc-surface-soft: #f6f8fc;
    --mc-radius: 16px;
    --mc-shadow: 0 12px 34px rgba(30, 64, 175, 0.08);
}

html {
    background: var(--mc-surface-soft);
}

body {
    color: var(--mc-ink);
    background: var(--mc-surface);
    letter-spacing: -0.015em;
}

a,
button,
input,
select,
textarea {
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

#hd {
    border-bottom-color: var(--mc-line);
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.02);
}

#hd_wrapper {
    border-bottom-color: transparent;
}

.hd_sch_wr {
    border-color: #cbd5e1 !important;
    border-radius: 14px !important;
    background: #fff;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
}

.hd_sch_wr:focus-within {
    border-color: var(--mc-primary) !important;
    box-shadow: 0 0 0 4px rgba(29, 78, 216, 0.10);
}

#hd_sch #sch_stx {
    color: var(--mc-ink);
}

#hd_sch #sch_stx::placeholder {
    color: #94a3b8;
}

#hd_sch #sch_submit,
.gnb_cateall button,
.gnb_1da,
.hd_login a {
    color: var(--mc-ink);
}

#gnb {
    border-top: 1px solid var(--mc-line);
    border-bottom: 1px solid var(--mc-line);
}

.gnb_1da,
.gnb_cateall button {
    font-weight: 650;
}

.gnb_1da:hover,
.gnb_1da:focus,
.gnb_on,
.hd_login a:hover {
    color: var(--mc-primary) !important;
}

#gnb_all,
.gnb_sub_layer {
    border-color: var(--mc-line) !important;
    border-radius: var(--mc-radius);
    box-shadow: var(--mc-shadow) !important;
}

.region_list li a {
    color: #475569 !important;
    border-color: var(--mc-line) !important;
    background: var(--mc-surface-soft) !important;
}

.region_list li a:hover,
.region_list li a:focus {
    color: #fff !important;
    border-color: var(--mc-primary) !important;
    background: var(--mc-primary) !important;
}

.comm_section h4,
.comm_list li a:hover {
    color: var(--mc-primary) !important;
}

.slider_wr {
    margin-top: 44px !important;
    margin-bottom: 50px !important;
}

.slide_card {
    overflow: hidden;
    border-radius: 18px !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.11);
}

.main-banner-swiper .swiper-pagination-bullet-active {
    background: var(--mc-primary) !important;
}

#theme_marquee_wrap {
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
}

.all_menu_fixed_top {
    background: var(--mc-ink) !important;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.16) !important;
}

.m_theme_btn {
    color: #475569 !important;
    border-color: var(--mc-line) !important;
    background: #fff !important;
    box-shadow: 0 3px 12px rgba(15, 23, 42, 0.04) !important;
}

.m_theme_btn:hover,
.m_theme_btn:focus {
    color: var(--mc-primary) !important;
    border-color: #93b4ff !important;
    background: var(--mc-primary-soft) !important;
    transform: translateY(-1px);
}

.main_lat_hd {
    margin-top: 76px;
}

.main_lat_hd h3,
.title_group h2,
.green_title h2 {
    color: var(--mc-ink) !important;
    letter-spacing: -0.035em;
}

.main_lat_hd span,
.title_group p,
.green_title p {
    color: var(--mc-muted) !important;
}

.premium_pc_wrapper li,
.gold_pc_wrapper li,
.silver_pc_wrapper li,
.new_shop_wide_section .swiper-slide,
#wide_review_green .swiper-slide {
    border-color: var(--mc-line) !important;
    border-radius: var(--mc-radius) !important;
    background: #fff;
    box-shadow: 0 8px 26px rgba(15, 23, 42, 0.06);
}

.item_info .item_name {
    color: var(--mc-ink);
    font-weight: 700;
}

.item_info .item_address {
    color: var(--mc-muted);
}

.item_more,
button.item_more,
.btn_more,
.more_btn {
    min-height: 46px;
    color: var(--mc-ink) !important;
    border-color: #cbd5e1 !important;
    border-radius: 999px !important;
    background: #fff !important;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

.item_more:hover,
button.item_more:hover,
.btn_more:hover,
.more_btn:hover {
    color: #fff !important;
    border-color: var(--mc-primary) !important;
    background: var(--mc-primary) !important;
}

.new_shop_wide_section,
#wide_review_green {
    background: var(--mc-surface-soft) !important;
}

.btn-prev-new,
.btn-next-new,
.gv-prev,
.gv-next {
    color: var(--mc-ink) !important;
    border: 1px solid var(--mc-line) !important;
    background: #fff !important;
    box-shadow: 0 5px 14px rgba(15, 23, 42, 0.06);
}

.btn-prev-new:hover,
.btn-next-new:hover,
.gv-prev:hover,
.gv-next:hover {
    color: #fff !important;
    border-color: var(--mc-primary) !important;
    background: var(--mc-primary) !important;
}

.btn_submit,
.pg_current,
.rank_menu li:first-child span,
.rank_tab li:first-child,
.recommend_tab li:first-child {
    border-color: var(--mc-primary) !important;
    background: var(--mc-primary) !important;
}

.btn_submit:hover {
    background: var(--mc-primary-dark) !important;
}

#ft {
    margin-top: 72px;
    border-top: 1px solid var(--mc-line);
    background: #f1f5f9;
}

#ft_wr,
.ft_menu li,
.ft_link li,
.ft_copy {
    color: #64748b;
}

.ft_menu li {
    color: var(--mc-ink);
    font-weight: 650;
}

@media (max-width: 767px) {
    #hd_wrapper {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .hd_sch_wr {
        border-radius: 12px !important;
        box-shadow: none;
    }

    #gnb {
        background: rgba(255, 255, 255, 0.96);
    }

    .slider_wr {
        margin-top: 20px !important;
        margin-bottom: 34px !important;
    }

    #theme_marquee_wrap {
        padding-top: 14px !important;
        padding-bottom: 14px !important;
    }

    .main_lat_hd {
        margin-top: 52px;
    }

    .premium_pc_wrapper li,
    .gold_pc_wrapper li,
    .silver_pc_wrapper li,
    .new_shop_wide_section .swiper-slide,
    #wide_review_green .swiper-slide {
        border-radius: 14px !important;
        box-shadow: 0 6px 20px rgba(15, 23, 42, 0.06);
    }

    #ft {
        margin-top: 52px;
    }
}

/* Final theme-menu cleanup: absolute last rule. */
#theme_marquee_wrap {
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
}

#theme_marquee_wrap .all_menu_fixed_top,
#theme_marquee_wrap .m_theme_btn {
    border: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
}

#theme_marquee_wrap .all_menu_fixed_top:hover,
#theme_marquee_wrap .m_theme_btn:hover,
#theme_marquee_wrap .m_theme_btn:focus {
    border: 0 !important;
    box-shadow: none !important;
    background: #f8fafc !important;
}

/* Production theme-menu finish. */
.main_section > .item_more,
.main_section > .item_more:hover {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.new_shop_wide_section .swiper-slide,
#wide_review_green .swiper-slide {
    border: 1px solid #e2e8f0 !important;
    box-shadow: none !important;
}

#wide_review_green .swiper-slide {
    overflow: hidden !important;
}

#wide_review_green .gv_card,
#wide_review_green .gv_card:hover {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
}

/* Desktop category button and expanded menu. */
@media (min-width: 768px) {
    #gnb .gnb_cateall button {
        height: 60px;
        padding: 0 14px;
        border: 0;
        border-radius: 10px;
        color: #172033;
        background: #fff;
        font-size: 0;
        font-weight: 800;
        line-height: 60px;
        transition: color .18s ease, background-color .18s ease;
    }

    #gnb .gnb_cateall button > img {
        display: none !important;
    }

    #gnb .gnb_cateall button::before {
        display: inline-block;
        width: 22px;
        height: 16px;
        background:
            linear-gradient(#1d4ed8, #1d4ed8) 0 0 / 100% 2px no-repeat,
            linear-gradient(#1d4ed8, #1d4ed8) 0 7px / 100% 2px no-repeat,
            linear-gradient(#1d4ed8, #1d4ed8) 0 14px / 100% 2px no-repeat;
        content: "";
        vertical-align: middle;
    }

    #gnb .gnb_cateall button::after {
        display: inline-block;
        width: 7px;
        height: 7px;
        margin: -4px 2px 0 3px;
        border-right: 2px solid #1d4ed8;
        border-bottom: 2px solid #1d4ed8;
        content: "";
        transform: rotate(45deg);
        vertical-align: middle;
    }

    #gnb .gnb_cateall button span {
        display: inline-block;
        margin: 0 10px 0 12px;
        color: inherit;
        font-size: 17px;
        line-height: 60px;
        vertical-align: middle;
    }

    #gnb .gnb_cateall button:hover,
    #gnb .gnb_cateall button:focus {
        color: #1d4ed8;
        background: #f5f8ff;
    }

    #gnb .gnb_cateall .gnb_close,
    #gnb .gnb_cateall .gnb_close:hover,
    #gnb .gnb_cateall .gnb_close:focus {
        color: #1d4ed8;
        border-radius: 0;
        background:
            linear-gradient(#1d4ed8, #1d4ed8) center bottom / calc(100% - 28px) 2px no-repeat,
            #fff;
        box-shadow: none;
    }

    #gnb .gnb_cateall .gnb_close::after {
        margin-top: 5px;
        transform: rotate(225deg);
    }

    #gnb_all {
        height: auto !important;
        padding: 24px !important;
        overflow: hidden !important;
        border: 1px solid #dfe7f2 !important;
        border-radius: 14px !important;
        background: #fff !important;
        box-shadow: 0 16px 38px rgba(15, 23, 42, .10) !important;
    }

    #gnb_all::after {
        display: block;
        clear: both;
        content: "";
    }

    #gnb_all > .gnb_all_cate,
    #gnb_all > .gnb_all_cate:last-child {
        float: left !important;
        height: auto !important;
        min-height: 270px;
        padding: 0 24px !important;
        border-right: 1px solid #e8edf4 !important;
        box-sizing: border-box;
    }

    #gnb_all > .gnb_all_cate:nth-child(2) { width: 62% !important; }
    #gnb_all > .gnb_all_cate:nth-child(3) {
        width: 38% !important;
        border-right: 0 !important;
    }

    #gnb_all .gnb_all_cate h3 {
        margin: 0 0 12px;
        padding: 0 0 12px !important;
        border-bottom: 1px solid #e8edf4;
        color: #172033;
        font-size: 16px;
        font-weight: 800;
        line-height: 1.3;
    }

    #gnb_all .gnb_all_cate h3::before {
        display: inline-block;
        width: 4px;
        height: 15px;
        margin-right: 8px;
        border-radius: 999px;
        background: #1d4ed8;
        content: "";
        vertical-align: -2px;
    }

    #gnb_all .gnb_all_cate ul {
        display: grid;
        margin: 0;
        padding: 0 !important;
        gap: 3px 10px;
    }

    #gnb_all > .gnb_all_cate:nth-child(2) ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #gnb_all > .gnb_all_cate:nth-child(3) ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #gnb_all .gnb_all_cate li {
        float: none !important;
        width: auto !important;
        margin: 0 !important;
        color: #475569;
        font-size: 13px;
        line-height: 1.35;
    }

    #gnb_all .gnb_all_cate li a {
        display: block;
        padding: 7px 8px;
        border-radius: 7px;
        color: #475569;
        font-size: 13px;
        line-height: 1.35;
        transition: color .15s ease, background-color .15s ease;
    }

    #gnb_all .gnb_all_cate li a:hover,
    #gnb_all .gnb_all_cate li a:focus {
        color: #1d4ed8;
        background: #eef4ff;
    }
}

.new_shop_wide_section .swiper-wrapper,
#wide_review_green .swiper-wrapper {
    background: transparent !important;
    box-shadow: none !important;
}

.new_shop_wide_section .swiper-slide {
    overflow: hidden !important;
}

.new_shop_wide_section .new_compact_card,
.new_shop_wide_section .new_compact_card:hover {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
}

@media (max-width: 767px) {
    #gnb_all,
    #gnb_all * {
        -webkit-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
    }

    #gnb_all *::selection {
        color: inherit;
        background: transparent;
    }

    #gnb_all a,
    #gnb_all button {
        -webkit-tap-highlight-color: rgba(29, 78, 216, .08);
        touch-action: manipulation;
    }

    #hd_wrapper {
        padding: 10px 0 11px !important;
    }

    #hd_wrapper > .inner_wrap {
        gap: 10px !important;
    }

    .hd_logo {
        height: 38px !important;
        margin-bottom: 2px;
    }

    .hd_logo img {
        width: 126px !important;
    }

    .mobile_gnb_open {
        top: 1px;
    }

    #hd_wrapper .hd_sch_wr {
        justify-self: center;
        width: calc(100% - 28px) !important;
        min-width: 0 !important;
        height: 42px;
        margin: 0 auto !important;
        padding: 2px !important;
        border: 1px solid #cbd5e1 !important;
        border-radius: 11px !important;
        box-shadow: none !important;
        box-sizing: border-box;
    }

    #hd_sch,
    #hd_sch form {
        height: 100%;
    }

    #hd_sch #sch_stx {
        height: 36px !important;
        padding-left: 42px !important;
        padding-right: 10px !important;
        font-size: 12px !important;
        line-height: 36px !important;
    }

    #hd_sch #sch_submit {
        width: 40px !important;
        height: 36px !important;
        color: var(--mc-primary);
        background: transparent !important;
        font-family: FontAwesome;
        font-size: 0 !important;
        line-height: 36px !important;
    }

    #hd_sch #sch_submit img {
        display: none !important;
    }

    #hd_sch #sch_submit::before {
        content: "\f002";
        font-size: 18px;
        font-weight: normal;
        line-height: 36px;
    }
}

.mobile_gnb_open {
    display: none;
}

@media (max-width: 767px) {
    #hd_wrapper > .inner_wrap {
        position: relative;
    }

    #gnb .gnb_cateall .gnb_open {
        display: none !important;
    }

    .mobile_gnb_open {
        position: absolute;
        top: 0;
        left: 14px;
        z-index: 8;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 36px;
        padding: 0;
        border: 0;
        background: transparent;
    }

    .mobile_gnb_open span,
    .mobile_gnb_open span::before,
    .mobile_gnb_open span::after {
        position: absolute;
        display: block;
        width: 24px;
        height: 2px;
        border-radius: 2px;
        background: var(--mc-primary);
        content: "";
    }

    .mobile_gnb_open span::before {
        top: -7px;
    }

    .mobile_gnb_open span::after {
        top: 7px;
    }

    #gnb .gnb_cateall {
        flex: 0 0 0 !important;
        width: 0 !important;
        overflow: visible;
    }

    #gnb #gnb_1dul {
        margin-left: 0 !important;
        padding-left: 5px;
    }

    #gnb_all,
    #gnb_all * {
        -webkit-user-select: none !important;
        user-select: none !important;
        -webkit-touch-callout: none !important;
        box-sizing: border-box;
    }

    #gnb_all {
        overscroll-behavior: contain;
        overflow-x: hidden !important;
    }

    #gnb_all .gnb_all_cate,
    #gnb_all .gnb_all_cate:last-child {
        width: 100% !important;
        max-width: 100% !important;
        padding: 18px 0 !important;
        overflow: hidden;
    }

    #gnb_all .gnb_all_cate h3,
    #gnb_all .gnb_all_cate ul,
    #gnb_all .gnb_all_cate:first-child h3,
    #gnb_all .gnb_all_cate:first-child ul {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    #gnb_all .gnb_all_cate li {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 5px 0;
        white-space: normal !important;
        overflow-wrap: anywhere;
        word-break: keep-all;
        line-height: 1.5;
    }

    #gnb_all .gnb_all_cate li a {
        display: block;
        width: 100%;
        white-space: normal !important;
        overflow-wrap: anywhere;
        word-break: keep-all;
    }

    #gnb_all .gnb_all_cate .ul_attend {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2px 14px;
    }

    #gnb_all .gnb_all_cate .ul_attend li {
        width: auto !important;
    }
}

/* Mobile quick navigation and shop-list breadcrumb polish */
#mobile_quick_nav {
    display: none;
}

@media (max-width: 767px) {
    #mobile_quick_nav {
        position: fixed;
        right: 10px;
        bottom: calc(10px + env(safe-area-inset-bottom));
        left: 10px;
        z-index: 1000;
        display: block;
        height: 62px;
        border: 1px solid rgba(203, 213, 225, .88);
        border-radius: 18px;
        background: rgba(255, 255, 255, .97);
        box-shadow: 0 12px 32px rgba(15, 23, 42, .16);
        -webkit-backdrop-filter: blur(14px);
        backdrop-filter: blur(14px);
    }

    #mobile_quick_nav ul {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        height: 100%;
        margin: 0;
        padding: 0 5px;
        list-style: none;
    }

    #mobile_quick_nav li {
        min-width: 0;
    }

    #mobile_quick_nav a,
    #mobile_quick_nav button {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 4px;
        margin: 0;
        padding: 0;
        border: 0;
        background: transparent;
        color: #7b8798;
        font: inherit;
        text-decoration: none;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }

    #mobile_quick_nav i {
        height: 19px;
        font-size: 19px;
        font-weight: normal;
        line-height: 19px;
    }

    #mobile_quick_nav span {
        font-size: 10px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: -.03em;
    }

    #mobile_quick_nav a.on,
    #mobile_quick_nav a:active,
    #mobile_quick_nav button:active {
        color: #1d4ed8;
    }

    #wrapper {
        padding-bottom: calc(84px + env(safe-area-inset-bottom));
    }

    .category_shop {
        display: flex;
        min-height: 22px;
        align-items: center;
        gap: 6px;
        margin-top: -10px !important;
        margin-bottom: 10px !important;
        padding-bottom: 8px !important;
        overflow: hidden;
        color: #64748b;
        font-size: 12px !important;
        line-height: 1.4;
        white-space: nowrap;
    }

    .category_shop a {
        min-width: 0;
        overflow: hidden;
        color: #475569;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .category_shop .nav_text {
        display: none !important;
    }
}

.modal_ui_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--mc-line);
}

.modal_ui_header > button {
    display: flex !important;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: -6px -6px -6px 0;
    padding: 0 !important;
    border-radius: 50% !important;
    color: #334155;
    background: #f1f5f9 !important;
    font-size: 26px !important;
    font-weight: 300;
    line-height: 1 !important;
}

.modal_ui_header > button:hover {
    color: var(--mc-primary);
    background: var(--mc-primary-soft) !important;
}

.mobile_account_menu {
    display: none;
}

#theme_marquee_wrap .all_menu_fixed_top i::before {
    content: "" !important;
    display: block;
    width: 30px;
    height: 22px;
    background:
        linear-gradient(var(--mc-primary), var(--mc-primary)) 0 2px / 100% 2px no-repeat,
        linear-gradient(var(--mc-primary), var(--mc-primary)) 0 10px / 100% 2px no-repeat,
        linear-gradient(var(--mc-primary), var(--mc-primary)) 0 18px / 100% 2px no-repeat;
}

@media (max-width: 767px) {
    #hd_wrapper {
        padding: 6px 0 8px !important;
    }

    #hd_wrapper > .inner_wrap {
        gap: 7px !important;
    }

    .hd_logo {
        height: 36px !important;
    }

    .hd_logo img {
        width: 128px !important;
    }

    #hd_wrapper .hd_login {
        display: none !important;
    }

    #gnb_all {
        position: fixed !important;
        top: 0 !important;
        right: auto !important;
        left: 0 !important;
        z-index: 1002 !important;
        width: min(86vw, 340px) !important;
        height: 100vh !important;
        height: 100dvh !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 66px 20px 30px !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        border: 0 !important;
        border-radius: 0 20px 20px 0 !important;
        background: #fff !important;
        box-shadow: 16px 0 40px rgba(15, 23, 42, .18) !important;
    }

    .gnb_cateall .gnb_close {
        position: fixed !important;
        top: 12px;
        left: 14px;
        z-index: 1004;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        min-height: 42px !important;
        padding: 0 !important;
        border-radius: 50%;
        background: #f1f5f9 !important;
        font-size: 0 !important;
        line-height: 42px !important;
    }

    .gnb_cateall .gnb_close::before {
        content: "\00d7";
        color: var(--mc-ink);
        font-size: 30px;
        font-weight: 300;
        line-height: 1;
    }

    .gnb_cateall .gnb_close img,
    .gnb_cateall .gnb_close span {
        display: none !important;
    }

    .mobile_account_menu {
        display: block;
        margin-bottom: 24px;
        padding-bottom: 20px;
        border-bottom: 1px solid var(--mc-line);
    }

    .mobile_account_menu strong {
        display: block;
        margin-bottom: 10px;
        color: #94a3b8;
        font-size: 11px;
        letter-spacing: .12em;
    }

    .mobile_account_menu ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .mobile_account_menu li {
        margin: 0 !important;
    }

    .mobile_account_menu a {
        display: flex;
        align-items: center;
        min-height: 42px;
        padding: 0 10px;
        border-radius: 10px;
        color: #334155;
        background: #f8fafc;
        font-size: 13px;
        font-weight: 600;
    }

    .mobile_account_menu a i {
        width: 22px;
        color: var(--mc-primary);
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    #hd_wrapper {
        padding: 10px 0 11px !important;
    }

    #hd_wrapper > .inner_wrap {
        gap: 10px !important;
    }

    .hd_logo {
        height: 38px !important;
        margin-bottom: 2px;
    }

    .hd_logo img {
        width: 126px !important;
    }

    .mobile_gnb_open {
        top: 1px;
    }

    #hd_wrapper .hd_sch_wr {
        justify-self: center;
        width: calc(100% - 28px) !important;
        min-width: 0 !important;
        height: 42px;
        margin: 0 auto !important;
        padding: 2px !important;
        border: 1px solid #cbd5e1 !important;
        border-radius: 11px !important;
        box-shadow: none !important;
        box-sizing: border-box;
    }

    #hd_sch,
    #hd_sch form {
        height: 100%;
    }

    #hd_sch #sch_stx {
        height: 36px !important;
        padding-left: 42px !important;
        padding-right: 10px !important;
        font-size: 12px !important;
        line-height: 36px !important;
    }

    #hd_sch #sch_submit {
        width: 40px !important;
        height: 36px !important;
        color: var(--mc-primary);
        background: transparent !important;
        font-family: FontAwesome;
        font-size: 0 !important;
        line-height: 36px !important;
    }

    #hd_sch #sch_submit img {
        display: none !important;
    }

    #hd_sch #sch_submit::before {
        content: "\f002";
        font-size: 18px;
        font-weight: normal;
        line-height: 36px;
    }
}

#theme_marquee_wrap {
    width: calc(100% - 32px) !important;
    max-width: 920px !important;
    gap: 0 !important;
    margin: 10px auto 30px !important;
    padding: 4px 0 !important;
}

#theme_marquee_wrap .all_menu_fixed_top,
#theme_marquee_wrap .m_theme_btn {
    height: 70px !important;
    gap: 5px !important;
    padding: 5px 2px !important;
    color: #334155 !important;
    background: transparent !important;
    font-size: 12px !important;
}

#theme_marquee_wrap .all_menu_fixed_top:hover,
#theme_marquee_wrap .m_theme_btn:hover,
#theme_marquee_wrap .m_theme_btn:focus {
    color: var(--mc-primary) !important;
    background: transparent !important;
    transform: none !important;
}

#theme_marquee_wrap .all_menu_fixed_top i,
#theme_marquee_wrap .m_theme_btn b {
    width: auto !important;
    height: 36px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    color: var(--mc-primary) !important;
    background: transparent !important;
    font-family: FontAwesome !important;
    font-size: 0 !important;
    line-height: 36px !important;
}

#theme_marquee_wrap .all_menu_fixed_top i,
#theme_marquee_wrap .m_theme_btn b::before {
    font-size: 31px !important;
    line-height: 36px !important;
}

#theme_marquee_wrap .m_col_stack:nth-child(1) .m_theme_btn b::before { content: "\f005"; }
#theme_marquee_wrap .m_col_stack:nth-child(2) .m_theme_btn:first-child b::before { content: "\f043"; }
#theme_marquee_wrap .m_col_stack:nth-child(2) .m_theme_btn:last-child b::before { content: "\f06c"; }
#theme_marquee_wrap .m_col_stack:nth-child(3) .m_theme_btn:first-child b::before { content: "\f256"; }
#theme_marquee_wrap .m_col_stack:nth-child(3) .m_theme_btn:last-child b::before { content: "\f186"; }
#theme_marquee_wrap .m_col_stack:nth-child(4) .m_theme_btn:first-child b::before { content: "\f182"; }
#theme_marquee_wrap .m_col_stack:nth-child(4) .m_theme_btn:last-child b::before { content: "\f004"; }

@media (max-width: 767px) {
    #theme_marquee_wrap {
        width: 100% !important;
        margin: 0 auto 18px !important;
        padding: 2px 6px !important;
    }

    #theme_marquee_wrap .all_menu_fixed_top,
    #theme_marquee_wrap .m_theme_btn {
        height: 64px !important;
        gap: 3px !important;
        padding: 3px 1px !important;
        font-size: 11px !important;
    }

    #theme_marquee_wrap .all_menu_fixed_top i,
    #theme_marquee_wrap .m_theme_btn b {
        height: 34px !important;
        line-height: 34px !important;
    }

    #theme_marquee_wrap .all_menu_fixed_top i,
    #theme_marquee_wrap .m_theme_btn b::before {
        font-size: 29px !important;
        line-height: 34px !important;
    }
}
@media (max-width: 1023px) {
    #gnb .gnb_cateall .gnb_category_toggle {
        display: none !important;
    }
}
/* Mobile-only shop contact actions used by home and shop result thumbnails. */
.mc_mobile_contact_actions { display:none !important; }

@media (max-width:767px) {
    .mc_mobile_contact_actions {
        display:flex !important;
        flex:0 0 auto;
        gap:7px;
        width:100%;
        padding:0 14px 14px;
        box-sizing:border-box;
        background:inherit;
    }

    .mc_mobile_contact_actions a {
        display:block;
        flex:1;
        min-width:0;
        height:40px;
        border-radius:9px;
        font-size:13px;
        font-weight:800;
        line-height:38px;
        text-align:center;
        text-decoration:none !important;
        box-sizing:border-box;
    }

    .mc_mobile_contact_actions .mc_contact_sms {
        border:1px solid #c6d4e9;
        color:#31517d !important;
        background:#f6f8fc;
    }

    .mc_mobile_contact_actions .mc_contact_tel {
        border:1px solid #2263e5;
        color:#fff !important;
        background:#2263e5;
    }

    .premium_pc_wrapper .p_inner_content > .p_card_link,
    .gold_pc_wrapper .g_inner_content > a { height:auto; flex:1 1 auto; }
    .premium_pc_wrapper .mc_mobile_contact_actions { background:#fffdf3; }
    .gold_pc_wrapper .mc_mobile_contact_actions { background:#fffaf0; }
    .silver_pc_wrapper .s_list > li { padding-bottom:12px !important; }
    .silver_pc_wrapper .mc_mobile_contact_actions { padding:0 0 2px; background:#fff; }
}
