@charset "utf-8";

/*
 * Copyright    :    ONEDAYNET.CO.KR
 * SOLUTION     :    HYSSENCE 3.0 PLUS
 * File         :    skin.css
 * SUMMARY      :    스킨 디자인(메인)
 */

/* 본 소스는 모두 (주)상상너머의 지적 재산이며, 이에 대해 무단도용 및 수정 재배포/재편집등을 절대 금하며 적발 시 법적 대응을 할 것임을 경고합니다. */


/* 상하단 -------------------------------------------------------------------------------------------------------------------------------- */

/* 헤더 ======================================== */
.sc_Header {
    background: #fff;
    box-sizing: border-box;
    padding: 20px 0 0;
    position: relative;
}

.sc_Header:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #f0f0f0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1
}

.sc_Header li {
    list-style: none;
}

.sc_Header .wrapping {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0 24px;
}

/* 1행: 로고 + 인라인 검색 + 유틸 */
.sc_Header .header_row_top {
    padding-bottom: 16px;
    align-items: center;
    flex-wrap: nowrap;
}

.sc_Header .logo_box {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 200px;
}

.sc_Header .logo_box a {
    font-size: 0;
}

.sc_Header .logo_box .tx {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.3;
    text-align: left;
}

.sc_Header .logo_box img {
    max-width: 100%;
    max-height: 44px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.sc_Header .header_search_inline {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 720px;
}

.sc_Header .header_inline_search_form {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.sc_Header .header_inline_input {
    width: 100%;
    box-sizing: border-box;
    height: 44px;
    padding: 0 48px 0 16px;
    border: 2px solid #ddd;
    border-radius: 24px;
    font-size: 15px;
    color: #333;
    background: #fff;
}

.sc_Header .header_inline_input:focus {
    outline: none;
    border-color: #bbb;
}

.sc_Header .header_inline_input::placeholder {
    color: #999;
}

.sc_Header .btn_header_inline_search {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: transparent url('../images/skin/header_search.svg') center no-repeat;
    background-size: 22px !important;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden;
}

.sc_Header .other_menu {
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 0 6px;
}

.sc_Header .other_menu .user_link {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 0 4px;
}

.sc_Header .other_menu .user_link .menu {
    font-size: 13px;
    color: #333;
    font-weight: 600;
    padding: 8px 6px;
    box-sizing: border-box;
    line-height: 1;
    white-space: nowrap;
}

.sc_Header .other_menu .icon_link {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.sc_Header .other_menu .icon_link li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sc_Header .other_menu .icon_link .btn {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 25px !important;
    width: 44px;
    height: 44px;
    position: relative;
}

.sc_Header .other_menu .icon_link .btn_search {
    background-image: url('../images/skin/header_search.svg');
}

.sc_Header .other_menu .icon_link .btn_cart {
    background-image: url('../images/skin/header_cart.svg');
}

.sc_Header .other_menu .icon_link .cart_num {
    position: absolute;
    right: 0px;
    top: 3px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #000;
    background: #000;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border-radius: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/* 2행: 버거 + GNB */
.sc_Header .header_row_nav {
    padding: 10px 0 18px;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px solid #eee;
}

.sc_Header .header_row_nav .gnb_menu {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0 12px;
    min-width: 0;
}

.sc_Header .gnb_menu .btn_slide {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: transparent url('../images/skin/header_slide.svg') center center no-repeat;
    background-size: 22px !important;
    margin-left: 0;
}

.sc_Header .gnb_menu .nav_box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
    min-width: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.sc_Header .gnb_menu .nav_box_left {
    flex: 1;
    overflow-x: auto;
}

.sc_Header .gnb_menu .nav_box_right {
    flex: 0 0 auto;
    margin-left: auto;
    overflow-x: visible;
    gap: 0 6px;
}

.sc_Header .gnb_menu .nav_box::-webkit-scrollbar {
    display: none;
}

.sc_Header .gnb_menu .nav_box .nav_li {
    position: relative;
    flex-shrink: 0;
}

.sc_Header .gnb_menu .nav_box .first_menu {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    white-space: nowrap;
    padding: 10px 12px;
    box-sizing: border-box;
    line-height: 1;
}

.sc_Header .gnb_menu .nav_box .hit .first_menu {
    color: #e19b54;
}

.sc_Header .gnb_menu .depth_box {
    position: absolute;
    left: 0;
    top: 100%;
    padding-top: 8px;
    z-index: 300;
    min-width: 160px;
    display: none;
}

.sc_Header .gnb_menu .depth_box ul {
    border-top: 2px solid #333;
    background: #f5f5f5;
    padding: 12px 0;
    box-sizing: border-box;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
}

.sc_Header .gnb_menu .depth_box .second_menu {
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
}

.sc_Header .gnb_menu .depth_box .tx {
    font-size: 14px;
    color: #555;
    font-weight: 500;
    white-space: nowrap;
    position: relative;
}

.sc_Header .gnb_menu .depth_box .tx:before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: #333;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
}

.sc_Header .search_open {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 400;
    background: #fff;
    visibility: hidden;
}

.sc_Header .search_open {
    padding: 50px 0;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
}

.sc_Header .search_open .inner {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.sc_Header .search_open .tit {
    font-size: 35px;
    font-weight: 600;
    color: #000;
    line-height: 1;
}

.sc_Header .search_open .form_box {
    position: relative;
    margin-top: 20px;
    width: 100%;
}

.sc_Header .search_open .input_search {
    border-bottom: 2px solid #000;
    width: 100%;
    box-sizing: border-box;
    padding-right: 60px;
    font-size: 19px;
    height: 60px;
    color: #000;
}

.sc_Header .search_open .input_search:focus {
    border-color: #e19b54;
}

.sc_Header .search_open .btn_search {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 50px;
    z-index: 1;
    background: transparent url('../images/skin/header_search.svg') center no-repeat;
    background-size: 25px !important;
}

.sc_Header .search_open .close_btn {
    margin-top: 30px;
    width: 30px;
    height: 30px;
    background: transparent url('../images/skin/header_close.svg') center no-repeat;
    background-size: 14px !important;
}

.sc_Header .search_open .keyword_box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 15px;
    max-height: 100px;
    overflow: hidden;
    gap: 5px
}

.sc_Header .search_open .keyword_box .link {
    padding: 0 10px;
    box-sizing: border-box;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 5px;
}

.sc_Header .search_open .keyword_box .tx {
    font-size: 12px;
    color: #888;
    line-height: 1;
    position: relative;
}

.sc_Header .search_open.if_search_open {
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    visibility: visible;
}

.sc_Header .search_open.if_search_open {
    transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
}

.sc_Header .category {
    overflow: hidden;
    display: none;
    position: relative;
    z-index: 2;
    margin-top: 5px;
}

.sc_Header .category .swipe_box {}

.sc_Header .category .swipe_box ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    width: max-content;
    gap: 10px
}

.sc_Header .category li.type_event {
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
}

.sc_Header .category li.type_event:before {
    content: '';
    width: 1px;
    height: 14px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
}

.sc_Header .category li.type_event+li.type_event {
    padding-left: 0;
}

.sc_Header .category li.type_event+li.type_event:before {
    display: none;
}

.sc_Header .category li.type_event .ctg {
    opacity: 0.35;
    filter: alpha(opacity=35);
    -ms-filter: alpha(opacity=35);
}

.sc_Header .category li.type_event.hit .ctg {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
}

.sc_Header .category .ctg {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    padding-right: 10px;
}

.sc_Header .category .ctg strong {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 55px;
    position: relative;
    padding: 0 1px;
}

.sc_Header .category .ctg strong:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #e19b54;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: none;
}

.sc_Header .category .hit .ctg {
    color: #e19b54;
}

.sc_Header .category .hit .ctg strong:before {
    display: inline-block;
}

body.if_main .sc_Header:before {
    display: none;
}


/* 푸터 ======================================== */
.sc_Footer {
    background: #111;
    margin-top: 100px;
    padding-bottom: 100px;
}

.sc_Footer li {
    list-style: none;
}

.sc_Footer .layout_fix {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px 50px
}

.sc_Footer .menu_box {
    width: 100%;
    border-bottom: 1px solid #222;
    padding: 20px 0;
}

.sc_Footer .menu_box ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px;
}

.sc_Footer .menu_box .menu {
    font-size: 13px;
    padding: 5px 0;
    box-sizing: border-box;
    line-height: 1;
    color: #fff;
}

.sc_Footer .company_box {
    flex: 1;
    font-size: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px 15px;
    color: #888;
    max-width: 600px
}

.sc_Footer .company_box .site_name {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
    width: 100%;
}

.sc_Footer .company_box .txt {
    line-height: 1.3;
    word-wrap: break-word;
    word-break: keep-all;
    white-space: normal;
}

.sc_Footer .company_box .txt.type_host {
    width: 100%;
}

.sc_Footer .company_box .btn_info {
    text-decoration: underline;
}

.sc_Footer .company_box .copyright {
    margin-top: 20px;
    width: 100%;
}

.sc_Footer .auth_box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}

.sc_Footer .auth_box .pg {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}

.sc_Footer .auth_box .pg .guide {
    font-size: 11px;
    line-height: 1.4;
    text-align: right;
}

.sc_Footer .auth_box .ssl {
    background: #fff;
    height: 40px;
    box-sizing: border-box;
    border-radius: 6px;
    overflow: hidden;
}

.sc_Footer .auth_box .logo {
    border-radius: 6px;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.sc_Footer .auth_box img {
    height: 40px;
}







/* 디자인영역 -------------------------------------------------------------------------------------------------------------------------------- */

/* 메인 중간 배너 — 배경 fixed 패럴럭스(스크롤 시 배경 고정) + 카피는 layout_fix */
.sc_MainParallax {
    position: relative;
    width: 100%;
    /* overflow:hidden 은 fixed 배경 패럴럭스를 망가뜨릴 수 있어 미디어에만 적용 */
    overflow: visible;
}

.sc_MainParallax .main_parallax__inner {
    position: relative;
    max-width: 1980px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.sc_MainParallax .main_parallax__media {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: calc(500 / 1980 * 100%);
    line-height: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}

@media screen and (max-width: 900px) {
    .sc_MainParallax .main_parallax__media {
        background-attachment: scroll;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sc_MainParallax .main_parallax__media {
        background-attachment: scroll;
    }
}

.sc_MainParallax .main_parallax__copy_layer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.sc_MainParallax .main_parallax__copy_layer .layout_fix {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
}

.sc_MainParallax .main_parallax__copy {
    position: relative;
    max-width: 560px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
    pointer-events: none;
}

.sc_MainParallax .main_parallax__line {
    margin: 0 0 0.35em 0;
    font-size: clamp(13px, 1.55vw, 22px);
    font-weight: 600;
    color: #fff;
    line-height: 1.45;
    letter-spacing: -0.02em;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.sc_MainParallax .main_parallax__line:last-of-type {
    margin-bottom: 0.5em;
}

.sc_MainParallax .main_parallax__headline {
    margin: 0;
    font-size: clamp(28px, 5.2vw, 64px);
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -0.03em;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 600px) {
    .sc_MainParallax .main_parallax__copy {
        max-width: 100%;
    }

    .sc_MainParallax .main_parallax__headline {
        font-size: clamp(24px, 8vw, 40px);
    }
}

/* 그룹(간격) ======================================== */
.sc_Group {
    margin-top: 50px;
}


/* 그룹타이틀 ======================================== */
.sc_Group_tit {
    text-align: center;
    margin-bottom: 25px;
}

.sc_Group_tit .layout_fix {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sc_Group_tit .tit {
    font-size: 35px;
    color: #000;
    font-weight: 700;
    line-height: 1;
}

.sc_Group_tit .tx_info {
    font-size: 13px;
    color: #888;
    font-weight: 500;
    margin-top: 10px;
    line-height: 1;
}

.sc_Group_tit .tx_info strong {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}


/* 더보기 버튼 ======================================== */
.sc_More_btn {
    margin-top: 30px;
}

.sc_More_btn .layout_fix {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.sc_More_btn .link {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 350px;
}

.sc_More_btn .link {
    height: 50px;
    border: 1px solid #eee;
    box-sizing: border-box;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    border-radius: 5px;
    font-size: 14px;
    color: #000;
}

.sc_More_btn .link .tx {
    padding-right: 13px;
    box-sizing: border-box;
    font-weight: 500;
    background: transparent url('../images/skin/arrow_right.svg') right center no-repeat;
    background-size: 6px 10px !important;
}


/* 롤링 컨트롤러 ======================================== */
.sc_Roll_ctrl {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    gap: 0 5px;
}

.sc_Roll_ctrl.if_hide {
    display: none !important;
}

.sc_Roll_ctrl.if_show {
    display: flex;
}

.sc_Roll_ctrl .roll_prevnext {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
}

.sc_Roll_ctrl .roll_prevnext {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 6px 12px !important;
}

.sc_Roll_ctrl .roll_prevnext.prev {
    background-image: url('../images/skin/arrow_left.svg');
}

.sc_Roll_ctrl .roll_prevnext.next {
    background-image: url('../images/skin/arrow_right.svg');
}

.sc_Roll_ctrl .roll_icon {}

.sc_Roll_ctrl .roll_icon ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.sc_Roll_ctrl .roll_icon li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.sc_Roll_ctrl .roll_icon .icon {
    height: 18px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 4px;
}

.sc_Roll_ctrl .roll_icon .icon:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100px;
    border: 2px solid #aaa;
    background: #fff;
    box-sizing: border-box;
}

.sc_Roll_ctrl .roll_icon .active .icon:before {
    background: #111;
    border-color: #111;
}

.sc_Roll_ctrl .roll_pagi {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    font-size: 13px;
    gap: 2px;
    font-weight: 600;
    display: none;
    color: #aaa;
    width: 45px;
}

.sc_Roll_ctrl .roll_pagi .all {}

.sc_Roll_ctrl .roll_pagi .active {
    color: #000;
}


/* 메인 비주얼 ======================================== */
.sc_Visual {
    padding-top: 5px;
}

.sc_Visual li {
    list-style: none;
}

.sc_Visual .layout_fix {
    max-width: 100% !important;
    padding: 0 !important;
    box-sizing: border-box;
}

.sc_Visual .rolling_wrap {
    overflow: visible;
    position: relative;
    padding: 0 8px 12px;
    box-sizing: border-box;
    visibility: hidden;
}

.sc_Visual .rolling_wrap.is_ready {
    visibility: visible;
}

.sc_Visual .rolling_box {
    margin: 0 -4px;
}

.sc_Visual .rolling_box ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
}

.sc_Visual .rolling_box li {
    height: auto;
}

.sc_Visual .banner_list {
    overflow: visible;
}

.sc_Visual .banner_list .swiper-slide {
    height: auto;
    box-sizing: border-box;
}

/* 시안 555×284 비율 */
.sc_Visual .visual_layer {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100px;
    overflow: hidden;
    background: #e8e8e8;
    border-radius: 16px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, .08);
    aspect-ratio: 555 / 300;
}

.sc_Visual .visual_layer__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.sc_Visual .visual_layer__bg.this_mo {
    display: none;
}

.sc_Visual .visual_layer__gradient {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    border-radius: 16px;
}

.sc_Visual .visual_layer__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    padding: 10% 4% 5% 4%;
    box-sizing: border-box;
    pointer-events: none;
}

.sc_Visual .visual_layer__left {
    flex: 0 0 50%;
    max-width: 48%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    min-width: 0;
}

.sc_Visual .visual_layer__text {
    text-align: left;
    width: 100%;
    box-sizing: border-box;
}

.sc_Visual .visual_layer__tit {
    display: block;
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    letter-spacing: -0.03em;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .5);
}

.sc_Visual .visual_layer__sub {
    display: block;
    margin-top: 8px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 1.4;
    opacity: .95;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .45);
}

.sc_Visual .visual_layer__sub2 {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    line-height: 1.35;
    opacity: .88;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
}

.sc_Visual .visual_layer__thumbs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    width: 100%;
    box-sizing: border-box;
}

.sc_Visual .visual_layer__thumb_wrap {
    flex: 0 0 auto;
    width: 90px;
    height: 90px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .22);
    background: rgba(255, 255, 255, .12);
}

.sc_Visual .visual_layer__thumb {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
}

.sc_Visual .visual_layer__thumbs .visual_layer__thumb_wrap:only-child {
    width: 70px;
    height: 70px;
}

.sc_Visual .visual_layer__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    font-size: 0;
    border-radius: 16px;
    pointer-events: auto;
}

.sc_Visual .sc_Roll_ctrl {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    z-index: 10;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin: 10px auto 0 !important;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 100px;
    padding: 0 4px;
    height: 32px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}

.sc_Visual .sc_Roll_ctrl .roll_prevnext {
    width: 28px;
    height: 28px;
    background-size: 5px 10px !important;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.sc_Visual .sc_Roll_ctrl .roll_prevnext:hover {
    opacity: 1;
}

.sc_Visual .sc_Roll_ctrl .roll_prevnext.prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 10'%3E%3Cpath d='M5 1L1 5l4 4' stroke='%23fff' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.sc_Visual .sc_Roll_ctrl .roll_prevnext.next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 10'%3E%3Cpath d='M1 1l4 4-4 4' stroke='%23fff' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.sc_Visual .sc_Roll_ctrl .roll_icon {}

.sc_Visual .sc_Roll_ctrl .roll_icon .icon {
    height: 28px;
    padding: 0 3px;
}

.sc_Visual .sc_Roll_ctrl .roll_icon .icon:before {
    width: 6px;
    height: 6px;
    border: none;
    background: rgba(255, 255, 255, 0.4);
    transition: all 0.3s;
}

.sc_Visual .sc_Roll_ctrl .roll_icon .active .icon:before {
    background: #fff;
    width: 18px;
    border-color: transparent;
}

.sc_Visual .sc_Roll_ctrl .roll_pagi {
    display: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
    font-weight: 500;
    width: auto;
    padding: 0 2px;
    gap: 1px;
}

.sc_Visual .sc_Roll_ctrl .roll_pagi .active {
    color: #fff;
    font-weight: 700;
}

.sc_Visual .sc_Roll_ctrl .roll_pagi .under {
    opacity: 0.4;
}

.sc_Visual .sc_Roll_ctrl .roll_pause {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    margin: 0;
    transition: background 0.2s;
    flex-shrink: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.sc_Visual .sc_Roll_ctrl .roll_pause:hover {
    background: rgba(255, 255, 255, 0.1);
}

.sc_Visual .sc_Roll_ctrl .roll_pause .pause_icon {
    position: relative;
    width: 8px;
    height: 10px;
}

.sc_Visual .sc_Roll_ctrl .roll_pause .pause_icon:before,
.sc_Visual .sc_Roll_ctrl .roll_pause .pause_icon:after {
    content: "";
    position: absolute;
    top: 0;
    width: 2.5px;
    height: 100%;
    background: #fff;
    border-radius: 1px;
}

.sc_Visual .sc_Roll_ctrl .roll_pause .pause_icon:before {
    left: 0;
}

.sc_Visual .sc_Roll_ctrl .roll_pause .pause_icon:after {
    right: 0;
}

.sc_Visual .sc_Roll_ctrl .roll_pause.is_paused .pause_icon:before,
.sc_Visual .sc_Roll_ctrl .roll_pause.is_paused .pause_icon:after {
    display: none;
}

.sc_Visual .sc_Roll_ctrl .roll_pause.is_paused .pause_icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #fff;
    background: none;
}


/* 메인 2단 배너 ======================================== */
.sc_Ad {}

.sc_Ad li {
    list-style: none;
}

.sc_Ad .rolling_wrap {
    overflow: hidden;
}

.sc_Ad .rolling_box {
    margin-left: -20px;
}

.sc_Ad .rolling_box ul {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
}

.sc_Ad .rolling_box li {
    width: 50%;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex-direction: column;
    height: auto;
}

.sc_Ad .banner_list {}

.sc_Ad .banner {
    margin-left: 20px;
    flex: 1;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex-direction: column;
}

.sc_Ad .banner .img_box {
    overflow: hidden;
    position: relative;
    font-size: 0;
}

.sc_Ad .banner .img_box img {
    width: 100%;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.sc_Ad .banner .txt_box {
    text-align: center;
    padding: 30px 15px;
    box-sizing: border-box;
    line-height: 1.4;
    font-size: 14px;
    border: 1px solid #f2f2f2;
    border-top: 0;
}

.sc_Ad .banner .txt_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    flex: 1
}

.sc_Ad .banner .txt_box .tit {
    font-size: 1.6em;
    color: #000;
    font-weight: 700;
    word-wrap: break-word;
    word-break: keep-all;
    white-space: normal;
}

.sc_Ad .banner .txt_box .text {
    color: #888;
    word-wrap: break-word;
    word-break: keep-all;
    white-space: normal;
}

.sc_Ad .banner .txt_box .btn_view {
    box-sizing: border-box;
    margin-top: 15px;
}

.sc_Ad .banner .txt_box .btn_view .tx {
    font-size: 13px;
    color: #333;
    font-weight: 600;
    line-height: 1;
    border-bottom: 1px solid #333;
    box-sizing: border-box;
}

.sc_Ad .roll_icon {
    display: block !important;
}

.sc_Ad .roll_icon .icon:before {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.sc_Ad .roll_icon .active .icon:before {
    width: 50px;
}


/* 메인 1단 배너 ======================================== */
.sc_Single {}

.sc_Single li {
    list-style: none;
}

.sc_Single .rolling_wrap {
    position: relative;
    overflow: hidden;
}

.sc_Single .rolling_box {}

.sc_Single .banner_list {}

.sc_Single .banner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    overflow: hidden;
}

.sc_Single .banner img {
    width: 100%;
}


/* 메인 리뷰 ======================================== */
.sc_Review {
    overflow: hidden;
    background: #f9f9f9;
    padding: 100px 0;
}

.sc_Review li {
    list-style: none;
}

.sc_Review .rolling_wrap {
    overflow: hidden;
}

.sc_Review .rolling_box {
    margin-left: -30px;
}

.sc_Review .rolling_box .ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
}

.sc_Review .rolling_box .li {
    width: 20%;
}

.sc_Review .review_list {}

.sc_Review .review_box {
    margin-left: 30px;
}

.sc_Review .review_box .photo {
    border-radius: 20px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    isolation: isolate;
}

.sc_Review .review_box .photo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.sc_Review .review_box .photo:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

.sc_Review .review_box .photo:before {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    border-radius: 20px;
    box-sizing: border-box;
}

.sc_Review .review_box .photo img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.sc_Review .review_box .photo .icon_h {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 1px;
    background: #fff;
    z-index: 10;
}

.sc_Review .review_box .photo .icon_h {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.sc_Review .review_box .photo .icon_v {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: 0;
    background: #fff;
    z-index: 10;
}

.sc_Review .review_box .photo .icon_v {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.sc_Review .about_item {
    padding: 10px 0;
    box-sizing: border-box;
    gap: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.sc_Review .about_item .thumb {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    overflow: hidden;
    flex: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sc_Review .about_item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sc_Review .about_item .info {
    color: #666;
    font-size: 13px;
}

.sc_Review .about_item .info .name {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.sc_Review .about_item .info .price {
    margin-top: 5px;
    line-height: 1;
    font-weight: 600;
}

.sc_Review .rv_info {
    border-top: 1px solid #eee;
    padding-top: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer
}

.sc_Review .rv_info .mark {
    position: relative;
    width: 80px;
    height: 20px;
}

.sc_Review .rv_info .mark .star {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 16px !important;
    background: transparent url('../images/skin/item_star.svg') left center repeat-x;
}

.sc_Review .rv_info .mark .star.this_base {
    z-index: 1;
    opacity: 0.2;
    filter: alpha(opacity=20);
    -ms-filter: alpha(opacity=20);
}

.sc_Review .rv_info .mark .star.this_value {
    z-index: 2;
}

.sc_Review .rv_info .tx_conts {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4;
    color: #333;
    font-weight: 500;
}

.sc_Review .rv_info .writer {
    color: #aaa;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    font-size: 12px;
}

.sc_Review .rv_info .writer .id {}

.sc_Review .rv_info .writer .date {}


/* 메인 고객센터 ======================================== */
.sc_Service {
    overflow: hidden;
}

.sc_Service li {
    list-style: none;
}

.sc_Service .inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    border: 2px solid #eee;
    box-sizing: border-box;
}

.sc_Service dl {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    text-align: center;
    flex: 1;
    padding: 50px 15px;
    box-sizing: border-box;
    gap: 40px;
    border-left: 1px solid #eee;
}

.sc_Service dl:first-of-type {
    border-left: 0;
}

.sc_Service dt {
    line-height: 1;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 5px
}

.sc_Service dd {
    font-size: 13px;
}

.sc_Service .icon_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 15px;
}

.sc_Service .icon_box img {
    height: 40px;
}

.sc_Service .tit_en {
    font-size: 17px;
    color: #000;
    font-weight: 700;
}

.sc_Service .tit_ko {
    color: #999;
    font-weight: 500;
}

.sc_Service .btn_order {
    font-weight: 500;
    color: #000;
    height: 40px;
    border: 1px solid #222;
    box-sizing: border-box;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.sc_Service .btn_order {
    padding: 0 30px;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #fff;
}

.sc_Service .tel {
    font-size: 21px;
    color: #000;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    position: relative;
}

.sc_Service .open_time {
    color: #888;
    line-height: 1.4;
    margin-top: 5px;
    word-wrap: break-word;
    word-break: keep-all;
    white-space: normal;
}

.sc_Service .bank_list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px
}

.sc_Service .bank_list li {
    position: relative;
    color: #888;
    line-height: 1.3;
    word-wrap: break-word;
    word-break: keep-all;
    white-space: normal;
}

.sc_Service .sns_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.sc_Service .sns_list li {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sc_Service .sns_list .btn_sns {
    width: 36px;
    height: 36px;
    border: 1px solid transparent;
    box-sizing: border-box;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    border-radius: 100px;
}

.sc_Service .sns_list .btn_sns img {
    width: 100%;
}







/* 상품영역(메인) -------------------------------------------------------------------------------------------------------------------------------- */

/* 메인 MD's Pick ======================================== */
.sc_Md {
    overflow: hidden;
}

.sc_Md li {
    list-style: none;
}

.sc_Md .tab_box {
    margin-bottom: 20px;
}

.sc_Md .tab_box .layout_fix {
    text-align: center;
}

.sc_Md .tab_box .swipe_box {
    display: inline-block;
    max-width: 100%
}

.sc_Md .tab_box .swipe_box ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 10px;
    flex-wrap: nowrap;
    width: max-content;
}

.sc_Md .tab_box .tab {
    font-size: 15px;
    font-weight: 500;
    color: #888;
    padding: 0 15px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 100px;
}

.sc_Md .tab_box .tab {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.sc_Md .tab_box .hit .tab {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff;
}

.sc_Md .rolling_wrap {
    overflow: hidden;
}


/* 메인 카테고리 베스트 ======================================== */
.sc_Ctg {
    overflow: hidden;
}

.sc_Ctg li {
    list-style: none;
}

.sc_Ctg .tab_box {
    margin-bottom: 20px;
}

.sc_Ctg .tab_box .inner {
    text-align: center;
    border: 1px solid #f2f2f2;
    border-left: 0;
    border-right: 0;
}

.sc_Ctg .tab_box .swipe_box {
    display: inline-block;
    max-width: 100%
}

.sc_Ctg .tab_box .swipe_box ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    gap: 15px;
    flex-wrap: nowrap;
    width: max-content;
}

.sc_Ctg .tab_box .tab {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    box-sizing: border-box;
}

.sc_Ctg .tab_box .tab strong {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 60px;
    padding: 0 15px;
}

.sc_Ctg .tab_box .tab strong:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background: #000;
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
}

.sc_Ctg .tab_box .hit .tab {
    color: #000 !important;
}

.sc_Ctg .tab_box .hit .tab strong:before {
    width: 100%;
}

.sc_Ctg .category_item {}

/* 프로그램용 클래스 */
.sc_Ctg .rolling_wrap {
    overflow: hidden;
}


/* 메인 상품 ======================================== */
.sc_Item {}

.sc_Item+.sc_Item {
    border-top: 1px solid #eee;
    padding-top: 100px;
}


/* 메인 타임세일 ======================================== */
.sc_Time {
    overflow: hidden;
}

.sc_Time li {
    list-style: none;
}

.sc_Time .rolling_wrap {
    overflow: hidden;
}



/* 배너 반응형이미지 */
img.this_pc {}

img.this_mo {
    display: none;
}