@charset "utf-8";

body {
    background-color: #fff
}

#wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 10;
}

/* ——————————————————————————
 * header
/* —————————————————————————— */
#header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9991;
    transition: all 0.6s;
    transition-timing-function: cubic-bezier(.5, -0.02, 0, .99);
    -webkit-transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(.5, -0.02, 0, .99);
    color: #111;
    background: #fff;
}

.scrolled #header {
    -webkit-box-shadow: 0 0 10px 0 rgba(168, 67, 79, 0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(168, 67, 79, 0.1);
    box-shadow: 0 0 10px 0 rgba(168, 67, 79, 0.1)
}

.down #header {
    margin-top: -56px;
}

#header h1 {
    height: 56px;
    line-height: 56px;
    text-align: center;
    padding: 0 18px
}

#header h1 .logo {
    display: inline-block;
    line-height: 0;
    position: relative;
    top: 0;
    width: 170px;
    height: 56px;
}

#header h1 .logo a {
    display: block
}

#header h1 .logo img {
    width: 100%;
    background-size: cover;
}

#header h1 .logo .main_logo_tit {
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 17px;
    font-weight: 700;
}

#header h1 a.category_tit,
#header h1 span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 0 12px;
    line-height: 40px;
    margin-top: 9px;
}

#header h1 span.search_txt {
    padding: 0;
    max-width: 37%;
    white-space: nowrap;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    font-weight: 500;
}

.search_txt_01 {
    padding-right: 0 !important;
    font-weight: 600 !important;
    color: #fff;
    line-height: 37px !important;
}

.search_txt_02 {
    word-break: break-all;
    display: inline-block;
    padding: 0 20px;
    font-weight: 600 !important;
    line-height: 31px !important
}


#header h1 a.category_tit:before {
    content: '';
    width: 6px;
    height: 3px;
    display: inline-block;
    background: url("../img/ico_dropdown.png") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1.5px
}

#header .l_menu,
#header .r_menu {
    position: absolute;
    top: 0
}

#header .l_menu {
    left: 8px
}

#header .r_menu {
    right: 8px
}

#header .l_menu li,
#header .r_menu li {
    float: left
}

#header .l_menu li a,
#header .r_menu li a {
    width: 40px;
    height: 56px;
    line-height: 56px;
    display: block;
    text-align: center;
    position: relative
}

#header .l_menu li a:before,
#header .r_menu li a:before {
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 20px;
    color: #a50034
}

#header .r_menu li a em.cnt {
    display: inline-block;
    min-width: 17px;
    height: 17px;
    line-height: 17px;
    font-size: 10px;
    border-radius: 9px;
    font-weight: 700;
    background: #a50034;
    color: #fff;
    padding: 0 4px;
    letter-spacing: -0.02em;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 0
}

/* hd_scroll_menu */
#header .hd_scroll_menu {
    background: #a50034;
}

#header .hd_scroll_menu ul {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

#header .hd_scroll_menu ul li {
    flex: 0 0 auto;
}

#header .hd_scroll_menu ul li a {
    display: block;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.05em;
    padding: 0 10px;
    line-height: 46px;
    width: 100%;
    height: 100%;
}

#header .hd_scroll_menu ul li.active a {
    font-weight: 700;
    color: #fff
}

#header .hd_scroll_menu ul li.active a:before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 4px;
    background: rgba(255, 255, 255, 0.5)
}


/* ——————————————————————————
 * container
/* —————————————————————————— */
#container {
    padding: 56px 0 0
}

/* ——————————————————————————
 * footer
/* —————————————————————————— */
#footer {
    position: relative;
    background: #212529
}

#footer .ft_link ul li:before,
#footer .ft_info ul li:before {
    content: '';
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    padding-right: 18px;
    background: rgba(255, 255, 255, 0.05)
}

/* ft_link */
#footer .ft_link {
    padding: 0 18px;
    background: #212529
}

#footer .ft_link ul li {
    position: relative
}

#footer .ft_link ul li:first-child:before {
    display: none
}

#footer .ft_link ul li a {
    position: relative;
    display: block;
    color: rgba(255, 255, 255, 0.75);
    font-size: 16px;
    padding: 15px 0;
    font-weight: 700
}

#footer .ft_link ul li a:before {
    content: "\ea36";
    font-family: 'mong-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.5)
}

#footer .ft_link ul li.cs a {
    padding: 32px 0 20px
}

#footer .ft_link ul li.cs a:before {
    display: none
}

#footer .ft_link ul li.cs h3 {
    font-size: 15px;
    font-weight: 700
}

#footer .ft_link ul li.cs em {
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.5);
}

#footer .ft_link ul li.cs p {
    font-size: 36px;
    color: #fff;
    line-height: 1;
    margin-top: 6px;
    letter-spacing: 0;
    font-weight: 700
}

#footer .ft_link ul li .add_logo {
    display: block;
    width: 70px;
    position: absolute;
    right: 0;
    top: 30px;
}


/* ft_info */
#footer .ft_info {
    padding: 0 18px
}

#footer .ft_info .ft_accd {
    position: relative
}

#footer .ft_info .ft_accd ul li .tit a {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 54px;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.7)
}

#footer .ft_info .ft_accd ul li.active .tit a {
    border-radius: 10px 10px 0 0
}

#footer .ft_info .ft_accd ul li .tit a:after,
#footer .ft_info .ft_accd ul li .tit a:before {
    display: block;
    position: absolute;
    top: 50%;
    width: 7px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

#footer .ft_info .ft_accd ul li .tit a:before {
    right: 2px
}

#footer .ft_info .ft_accd ul li .tit a:after {
    right: 7px
}

#footer .ft_info .ft_accd ul li .tit a:after,
#footer .ft_info .ft_accd ul li.active .tit a:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#footer .ft_info .ft_accd ul li .tit a:before,
#footer .ft_info .ft_accd ul li.active .tit a:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#footer .ft_info .ft_accd ul li .cont {
    padding: 0 0 20px
}

#footer .ft_info .ft_accd ul li .cont dl {
    padding: 3px 0 0
}

#footer .ft_info .ft_accd ul li .cont dl dd,
#footer .ft_info .ft_accd ul li .cont dl dt {
    float: left;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: -0.025em
}

#footer .ft_info .ft_accd ul li .cont dl dt {
    width: 32%
}

#footer .ft_info .ft_accd ul li .cont dl dd {
    width: 68%;
    color: rgba(255, 255, 255, 0.3)
}

#footer .ft_info .ft_accd ul li .cont dl dd a {
    color: rgba(255, 255, 255, 0.3)
}

@media screen and (max-width: 420px) {
    #footer .ft_info .ft_accd ul li .cont dl dt {
        width: 45%;
    }

    #footer .ft_info .ft_accd ul li .cont dl dd {
        width: 55%;
    }
}


/* ft_copy */
#footer .ft_copy {
    padding: 14px 18px;
    color: rgba(255, 255, 255, 0.15);
    background: #1a1e21;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase
}

/* ft_menu */
#footer .ft_menu {
    background: #1a1e21;
    text-align: center;
}

#footer .ft_menu ul {
    font-size: 0;
}

#footer .ft_menu ul li {
    display: inline-block;
    margin: 0 10px;
}

#footer .ft_menu ul li a {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    line-height: 40px;
}


/* ——————————————————————————
 * bottom_fix
/* —————————————————————————— */
.bottom_fix,
.bottom_fix .floating,
.bottom_fix .list_bottom {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: all 0.6s cubic-bezier(.5, -0.02, 0, .99);
    -webkit-transition: all 0.6s cubic-bezier(.5, -0.02, 0, .99)
}

.down .bottom_fix,
.lastScroll .bottom_fix,
.lastScroll .bottom_fix .list_bottom {
    transform: translateY(calc(env(safe-area-inset-bottom) + 64px));
    -webkit-transform: translateY(calc(env(safe-area-inset-bottom) + 64px));
}

.lastScroll .bottom_fix .list_bottom {
    opacity: 0
}

.bottom_fix {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9980;
}

/* bar */
.bottom_fix .bar {
    width: 100%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.08) 0 0 0 1px;
    position: relative;
    /* 아이폰X 하단 대응 */
    padding-bottom: env(safe-area-inset-bottom);
}

.bottom_fix .bar.cart_bar {
    height: 64px;
    background: #a50034;
    display: flex;
    justify-content: space-between;
    padding: 0 16px;
    align-items: center;
}

.bottom_fix .bar.cart_bar p {
    color: #FFF;
    font-size: 13px;
    line-height: 30px;
}

.bottom_fix .bar.cart_bar p span {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
}

.bottom_fix .bar.cart_bar p:last-child {
    display: flex;
    gap: 4px;
    align-items: center;
}

.bottom_fix .bar.cart_bar p em {
    display: inline-flex;
    width: 20px;
    height: 20px;
    font-size: 14px;
    background: #FFF;
    color: #a50034;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.bottom_fix .bar ul {
    height: 64px
}

.bottom_fix .bar ul li {
    width: 33.333333%;
    float: left
}

.bottom_fix .bar ul.ico_menu li a {
    display: block;
    color: #222;
    text-align: center
}

.bottom_fix .bar ul.ico_menu li a span {
    display: block;
    font-size: 22px;
    margin: 12px 0 5px
}

.bottom_fix .bar ul.ico_menu li a p {
    font-size: 11px
}

/* floating */
.bottom_fix .floating {
    opacity: 0;
    z-index: 10;
    position: absolute;
    right: 10px;
    bottom: 80px;
    /* 아이폰X 하단 대응 */
    bottom: calc(env(safe-area-inset-bottom) + 80px);
}

.scrolled .bottom_fix .floating {
    opacity: 1
}

.bottom_fix .floating a,
.bottom_fix .floating button {
    display: block;
    margin-top: 8px
}

.bottom_fix .floating .btn_top {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(39, 39, 39, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.05)
}

.bottom_fix .floating .btn_top i {
    display: block;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin-top: -2px
}

.bottom_fix .floating .btn_kakao {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FFDE00;
    border: 1px solid rgba(255, 255, 255, 0.05)
}

.bottom_fix .floating .btn_kakao i {
    display: block;
    font-size: 20px;
    color: #000
}

.bottom_fix .floating .btn_business,
.bottom_fix .floating .btn_partnership {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #a50034;
    border: 1px solid #a50034;
    color: #FFF;
    word-break: keep-all;
    text-align: center;
    font-size: 13px;
    line-height: 1.1;
    padding-top: 4px;
}

/* bar_view */
.bottom_fix .bar_view {
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.12);
    border-top: rgba(0, 0, 0, 0.1)
}

.bottom_fix .bar_view .view_botom ul {
    padding: 8px 4px
}

.bottom_fix .bar_view .view_botom ul li {
    width: 50%;
    padding: 0 4px
}

.bottom_fix .bar_view .view_botom li a {
    padding: 0
}

.bottom_fix .bar_view .view_botom li a span {
    font-size: 20px
}

/* list_bottom */
.bottom_fix .list_bottom {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    text-align: center;
    /* 아이폰X 하단 대응 */
    bottom: calc(env(safe-area-inset-bottom) + 80px);
}

.bottom_fix .list_bottom > ul {
    height: 40px;
    line-height: 38px;
    display: inline-block;
    background: #fff;
    border: 1px solid #e4e4e4;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
    border-radius: 2em;
    overflow: hidden
}

.bottom_fix .list_bottom > ul > li {
    float: left
}

.bottom_fix .list_bottom > ul > li.filter a {
    display: block;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.025em;
    padding: 0 15px 0 20px;
    border-right: 1px solid #eee
}

.bottom_fix .list_bottom > ul > li.filter.on a:before {
    content: '';
    width: 4px;
    height: 4px;
    display: inline-block;
    background: #e60031;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 8px
}

.bottom_fix .list_bottom > ul > li.filter a span {
    width: 14px;
    line-height: 38px;
    font-size: 14px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: bottom
}

.bottom_fix .list_bottom > ul > li.sort .slt_sort .selectric {
    border: none;
    background: transparent
}

.bottom_fix .list_bottom > ul > li.sort .slt_sort .selectric .label {
    position: relative;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: #2d2d2d;
    line-height: 38px;
    height: 38px;
    padding: 0 20px 0 15px
}

.bottom_fix .list_bottom > ul > li.sort .slt_sort .selectric .label:before {
    content: "\ea2b";
    font-family: 'mong-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 38px;
    font-size: 14px;
    vertical-align: bottom;
    margin-right: 6px
}

.bottom_fix .list_bottom > ul > li.sort .slt_sort .selectric .button {
    display: none
}


/* ——————————————————————————
 * 카테고리
/* —————————————————————————— */
.category #container {
    padding: 0 !important
}

#aside {
    min-height: 640px;
    padding-left: 70px
}

#aside .aside_close {
    width: 40px;
    height: 56px;
    line-height: 56px;
    display: block;
    text-align: center;
    position: fixed;
    top: 0;
    right: 8px;
    z-index: 9999
}

#aside .aside_close:before {
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 22px;
    color: #111
}

/* icon_menu */
#aside .icon_menu {
    width: 70px;
    padding: 30px 14px 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: #a50034;
    z-index: 10
}

#aside .icon_menu li {
    margin-top: 8px
}

#aside .icon_menu li:first-child {
    margin-top: 0
}

#aside .icon_menu li a {
    width: 42px;
    height: 42px;
    position: relative;
    text-align: center;
    font-size: 0;
    display: block;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.08);
    border-radius: 42%;
    padding: 12px
}

#aside .icon_menu li i {
    width: 16px;
    height: 16px;
    display: inline-block;
    font-size: 16px;
    color: #fff
}

#aside .icon_menu li a em.cnt {
    display: inline-block;
    min-width: 17px;
    height: 17px;
    line-height: 17px;
    font-size: 10px;
    border-radius: 9px;
    font-weight: 700;
    background: #e60031;
    color: #fff;
    padding: 0 4px;
    letter-spacing: -0.02em;
    text-align: center;
    position: absolute;
    top: -2px;
    right: -4px
}

/* nev */
#aside .nev {
    position: relative;
    padding: 40px 48px
}

#aside .category_menu > li a {
    display: block;
    position: relative;
    font-size: 21px;
    line-height: 48px;
    color: #111;
    letter-spacing: -0.05em
}

#aside .other_menu {
    position: relative;
    padding: 10px 0;
    margin-top: 15px
}

#aside .other_menu:after,
#aside .other_menu:before {
    content: '';
    width: 40px;
    height: 1px;
    display: inline-block;
    background: #e4e4e4;
    position: absolute;
    left: 0;
    top: 0
}

#aside .other_menu:after {
    top: auto;
    bottom: 0
}

#aside .other_menu li a {
    display: inline-block;
    font-size: 15px;
    line-height: 29px
}

.header_main {
    position: relative;
}

/* top_banner */
.banner_box {
    width: 100%;
    height: 75px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: linear-gradient(0deg, rgb(165, 0, 52) 0%, rgb(230, 0, 49) 100%);
}

.banner_210806 {
    height: 75px;
    width: 100%;
    background-image: url('../img/m_top_banner_210806.png');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: auto auto;
    background-size: auto 75px;
    position: relative;
}

.banner_210806 a {
    display: block;
    width: 100%;
    height: 100%;
}

.to_go_btn {
    width: 160px;
    border-radius: 100px;
    height: 35px;
    border: 1px solid #FAFF00;
    position: absolute;
    top: 60px;
    right: calc(50% - 500px);
    transition: all ease-in 0.2s;
}

.to_go_btn a {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #FAFF00;
    width: 100%;
    height: 100%;
    line-height: 35px;
    transition: all ease-in 0.2s;
}

.show {
    display: none;
}

.close_btn_box {
    width: 70px;
    height: 50px;
    position: absolute;
    top: 0;
    right: calc(50% - 700px);
    cursor: pointer;
    background: #fff;
    border-radius: 0 0 15px 15px;
    z-index: 10000;
    transition: all ease-in 0.2s;
}

.close_btn_01 {
    position: relative;
    float: left;
    width: 30px;
    margin-right: 5px;
    height: 50px;
}

.close_btn_box p {
    color: #a50034;
    font-size: 15px;
    line-height: 50px;
    width: 30px;
    margin-left: 5px;
    float: left;
    text-align: center;
}

.close_btn_01 div {
    width: 12px;
    height: 2px;
    background: #a50034;
    position: absolute;
}

.arrow_bar_01 {
    transition: all ease-in 0.2s;
    transform: translateY(24px) translateX(15px) rotate(45deg);
}

.arrow_bar_02 {
    transition: all ease-in 0.2s;
    transform: translateY(24px) translateX(8px) rotate(-45deg);
}

.close_btn_box.off {
    background: #a50034;
}

.close_btn_box.off p {
    color: #FAFF00;
}

.close_btn_box.off .close_btn_01 div {
    background: #FAFF00;
}

.close_btn_box.off .close_btn_01 .arrow_bar_01 {
    transform: translateY(24px) translateX(15px) rotate(-45deg);
}

.close_btn_box.off .close_btn_01 .arrow_bar_02 {
    transform: translateY(24px) translateX(8px) rotate(45deg);
}

.close_btn_box.off p.hide {
    display: none;
}

.close_btn_box.off p.show {
    display: block;
}
