@charset "utf-8";
/* header */
.header_wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 55;
    background-color: #fff;
}

.header {
    width: 100%;
    height: 56px;
    padding: 14px 6px;
    box-sizing: border-box;
}

.header h1, .header h1 a {
    display: inline-block;
    line-height: 1;
    font-size: 100%;
}

.header h1 a {
    padding: 5px 10px;
}

.header h1 img {
    max-width: 66px;
    height: auto;
}

.sub_header_title {
    display: none;
}

.utill {
    position: absolute;
    right: 12px;
    top: 13px;
    font-size: 0;
}

.utill li {
    display: inline-block;
    vertical-align: top;
    margin-left: 7px;
}

.utill li:first-child {
    margin-left: 0;
}

.utill button {
    position: relative;
    width: 21px;
    height: 21px;
    padding: 5px;
    text-indent: -9999px;
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: content-box;
    cursor: pointer;
}

.utill button.btn_search {
    background-size: 20px;
    background-image: url("../images/common/icon_search.svg");
}

.utill button.btn_cart {
    background-image: url("../images/common/icon_cart.svg");
}

.utill button.btn_home {
    margin-right: 3px;
    background-size: 23px;
    background-position: 50% 35%;
    background-image: url("../images/common/icon_home.svg");
}

.utill button .count {
    position: absolute;
    right: 1px;
    top: -4px;
    display: block;
    min-width: 16px;
    padding: 0 5px;
    height: 16px;
    border-radius: 50px;
    text-indent: 0;
    line-height: 14px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    background-color: #da2128;
    box-sizing: border-box;
}

.utill button.btn_cart .count {
    right: -3px;
}

/* 햄버거 메뉴 */
#sidemenu_wrapper {
    position: fixed;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    z-index: 998;
    overflow: auto;
    font-family: 'font_ns', 'AppleGothic', sans-serif;
}

.hd .btn_wrap {
    position: relative;
    height: 60px;
    padding: 18px 0 0 20px;
    box-shadow: 0.5px 0.5px 1px 0 #dbdbdb;
    box-sizing: border-box;
}

.btn_sidemenu_back {
    width: 24px;
    height: 24px;
    background: url("../images/common/icon_back.svg") 0 0 no-repeat;
    background-size: contain;
    text-indent: -9999px;
}

.btn_wrap ul {
    position: absolute;
    right: 10px;
    top: 18px;
    font-size: 0;
}

.btn_wrap li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}

.btn_wrap li button {
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.btn_wrap li .btn_alarm {
    background-image: url("../images/common/btn_alarm.png");
}

.btn_wrap li .btn_cart {
    background-image: url("../images/common/btn_cart.png");
}

.btn_wrap li .ico_noti {
    position: absolute;
    right: 0;
    top: -8px;
    min-width: 16px;
    padding: 0 4px;
    height: 16px;
    line-height: 14px;
    font-weight: 500;
    border-radius: 50px;
    color: #fff;
    font-size: 10px;
    background-color: #da2128;
    box-sizing: border-box;
}

.btn_wrap li .btn_alarm .ico_noti {
    right: 6px;
}

.btn_wrap li .btn_cart .ico_noti {
    right: 0;
}

.hd .cont {
    position: relative;
    width: 100%;
    padding: 28px 16.5px 20px;
    box-sizing: border-box;
}

.hd .cont p {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.55;
    color: #1a1818;
}

.hd .cont .guest_label {
    display: block;
    width: auto;
    height: 16px;
    margin-bottom: 8px;
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.hd .cont p .random_text {
    display: block;
    font-weight: normal;
    font-size: 20px;
}

.hd .cont .btn_mypage {
    position: absolute;
    right: 16px;
    top: 26px;
    width: 32px;
    height: 32px;
    background: url("../images/common/icon_mypage.png");
    background-size: contain;
    text-indent: -9999px;
}

.noti_badge {
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    background-color: #ffa12c;
    border-radius: 50%;
}

.hd .cont .btn_mypage .noti_badge {
    left: 50%;
    top: -6px;
    margin-left: -2px;
}

.hd .cont .btn_my_benefit {
    margin-top: 18px;
    width: 115px;
    height: 32px;
    border-radius: 70px;
    text-align: left;
}

.hd .cont .btn_my_benefit span {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    padding-left: 30px;
    font-size: 11px;
    color: #fff;
    line-height: 1;
    background: url("../images/common/icon_arrow_w.png") calc(100% - 12px) 50% no-repeat;
    background-size: contain;
}

.hd .cont .btn_my_benefit em {
    position: absolute;
    left: 5px;
    top: -5px;
    display: block;
    width: 21px;
    height: 21px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    border-radius: 50%;
    background-color: #fff;
    box-sizing: border-box;
}

.hd .cont_btn_list {
    text-align: center;
    width: 100%;
    margin-top: 35px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    box-sizing: border-box;
}

.hd .cont_btn_list li {
    position: relative;
    float: left;
    width: 50%;
}

.hd .cont_btn_list li img {
    width: 20px;
    margin-right: 4px;  
}

.hd .cont_btn_list li a {
    display: block;
    padding: 14px 0;
    font-size: 13px;
    color: #313131;
}

.hd .cont_btn_list li:first-child::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 11.5px;
    background-color: #dbdbdb;
}

.hd_banner {
    width: calc(100% - 32px);
    height: 72px;
    margin: 0 auto 20px;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

/* 비회원일때 */
.hd.no_login p a {
    display: block;
    font-size: 20px;
    background: url("../images/common/icon_more.png") calc(100% - 2px) 43% no-repeat;
    background-size: 6px;
}

.hd.no_login p a span {
    display: block;
    padding-top: 2px;
    line-height: 2;
    font-size: 12px;
    color: #777;
    font-weight: normal;
}

/* 조건별 */
.hd.grade01 .cont .guest_label {
    background-image: url("../images/common/icon_guest1.png");
}

.hd.grade02 .cont .guest_label {
    background-image: url("../images/common/icon_guest2.png");
}

.hd.grade03 .cont .guest_label {
    background-image: url("../images/common/icon_guest3.png");
}

.hd.grade04 .cont .guest_label {
    background-image: url("../images/common/icon_guest4.png");
}

.hd.grade99 .cont .guest_label {
    background-image: url("../images/common/icon_guest99.png");
}

.hd.no_login .cont .guest_label {
    background-image: url("../images/common/icon_no_guest.png");
}

.hd.grade01 .cont p strong {
    color: #52ae32; 
}

.hd.grade02 .cont p strong {
    color: #a7a9ac;
}

.hd.grade03 .cont p strong {
    color: #a8996e;
}

.hd.grade04 .cont p strong {
    color: #543fb2;
}

.hd.grade99 .cont p strong {
    color: #003770;
}

.hd.grade01 .cont .btn_my_benefit {
    background-color: #52ae32;
}

.hd.grade01 .cont .btn_my_benefit em {
    color: #52ae32;
}

.hd.grade02 .cont .btn_my_benefit {
    background-color: #a7a9ac;
}

.hd.grade02 .cont .btn_my_benefit em {
    color: #a7a9ac;
}

.hd.grade03 .cont .btn_my_benefit {
    background-color: #a8996e;
}

.hd.grade03 .cont .btn_my_benefit em {
    color: #a8996e;
}

.hd.grade04 .cont .btn_my_benefit {
    background-color: #543fb2;
}

.hd.grade04 .cont .btn_my_benefit em {
    color: #543fb2;
}

.hd.grade99 .cont .btn_my_benefit,
.hd.grade99 .cont .member-text {
    display: none;
}

.hd.no_login .btn_mypage,
.hd.no_login .cont .btn_my_benefit {
    display: none;
}

.sidemenu_tab .nav_list {
    height: 60px;
    border: 1px solid #dbdbdb;
    border-right: 0;
    border-left: 0;
    text-align: center;
    box-sizing: border-box;
}

.sidemenu_tab .nav_list li {
    float: left;
    width: 25%;
    height: 100%;
    line-height: 60px;
    cursor: pointer;
    box-sizing: border-box;
}

.sidemenu_tab .nav_list li span {
    position: relative;
    display: inline;
    font-size: 13px;
    color: #313131;
}

.sidemenu_tab .nav_list li .noti_badge {
    top: -3px;
    right: 0;
}

.sidemenu_tab .nav_list li.on {
    border-bottom: 2px solid #ffa12c;
}

.sidemenu_tab .nav_list li.on span {
    font-weight: bold;
}

.nav_tab {
    display: none;
}

/* 메뉴-카테고리 */
.m_category_list {
    padding: 16px 0;
    font-size: 0;
    text-align: center;
}

.m_category_list li {
    display: inline-block;
    vertical-align: middle;
}

.m_category_list li:nth-child(2) {
    margin: 0 6px;
}

.m_category_list li img {
    display: block;
    width: 108px;
    margin-bottom: 8px;
}

.m_category_list li a {
    font-size: 12px;
    color: #313131;
}


#gnb ul {
    border-bottom: 1px solid #eee;
}

#gnb li {
    float: left;
    width: 25%;
    height: 84px;
    padding-top: 16px;
    text-align: center;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    box-sizing: border-box;
    font-size: 12px;
    color: #313131;
}

#gnb li:nth-child(4n) {
    border-right: 0;
}

#gnb li img {
    display: block;
    width: 32px;
    margin: 0 auto 8px;
}

.m_planning_box {
    padding: 21px 0 60px 16.5px;
}

.m_planning_box h2 {
    padding: 18px 16px 18px 0;
    font-size: 16px;
    color: #1a1818;
    background: url("../images/common/icon_more.png") calc(100% - 18px) 50% no-repeat;
    background-size: 6px;
}

.m_planning_swiper .swiper-slide {
    width: 335px;
    height: 338px;
    box-sizing: border-box;
}

.m_planning_swiper .thum {
    width: 100%;
    height: 250px;
}

.m_planning_swiper .desc {
    position: relative;
    padding-top: 12px;
}

.m_planning_swiper .desc h3 {
    padding-right: 103px;
    font-size: 16px;
    color: #313131;
}

.m_planning_swiper .desc p.text {
    padding-right: 48px;
    font-size: 13px;
    color: #313131;
    line-height: 1.7;
}

.m_planning_swiper .desc p.date {
    padding-top: 15px;
    font-size: 12px;
    color: #999;
}

.m_planning_swiper .desc .point {
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
    color: #da2128;
    font-size: 19px;
    font-weight: bold;
}

/* 메뉴 - 추천상품 */
.m_recommend .brand_recommend_swiper {
    margin-left: 13.5px;
}

.m_recommend .vertical_list {
    padding: 0 13.5px;
}

.m_recommend .vertical_list .vertical_item {
    float: left;
    height: auto;
}

/* 메뉴 - 이벤트전 */
.m_event_box {
    padding: 20px 16px 50px;
}

.m_event_box h2 {
    padding: 18px 0;
    font-size: 16px;
    color: #1a1818;
    background: url("../images/common/icon_more.png") calc(100% - 4px) 50% no-repeat;
    background-size: 6px;
}

.m_event_box .event_list {
    position: relative;
    width: 100%;
    height: 32vw;
    margin-bottom: 11px;
    box-sizing: border-box;
    cursor: pointer;
}

.m_event_box .event_list img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: auto;
    height: 100%;
    object-fit: cover;
}

.m_event_box .event_list:last-child {
    margin-bottom: 0;
}

.event_empty, .m_life_empty {
    display: none;
    padding-bottom: 12px;
    text-align: center;
}

.event_empty img, .m_life_empty img {
    margin-top: 25px;
    width: 140px;
}

.event_empty p, .m_life_empty p {
    margin-top: -20px;
    font-size: 16px;
    color: #000;
}

/* 메뉴 - 이럴때 */
.m_life {
    padding: 36px 0 21px;
}

.m_life_box {
    padding: 0 0 39px 16px;
}

.m_life_box h3 {
    margin-top: 20px;
    line-height: 1.5;
    background: url("../images/common/icon_more.png") calc(100% - 4px) 50% no-repeat;
    background-size: 6px;
}

.m_life_box h3 span {
    display: block;
    padding-right: 74px;
    font-size: 16px;
    font-family: 'font_ms', 'Nanum Myeongjo', sans-serif;
}

.m_life_swiper .swiper-slide,
.m_life_swiper2 .swiper-slide {
    width: 160px;
    height: 272px;
}

.m_life_swiper .swiper-slide a,
.m_life_swiper2 .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

/* 메뉴 공통 - 공지사항 */
.m_notice {
    padding: 18px 16px;
    background: url("../images/common/icon_more.png") calc(100% - 20px) 50% no-repeat;
    background-size: 6px;
}

.m_notice h2 {
    font-size: 13px;
    color: #000;
}

.icon_new {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 3px;
    margin-top: -2px;
    width: 34px;
    height: 16px;
    background: url("../images/common/icon_new.png") 0 0 no-repeat;
    background-size: contain;
    text-indent: -9999px;
}

.m_notice p a {
    display: block;
    padding: 5px 44px 0 0;
    font-size: 13px;
    color: #313131;
}

.m_info {
    padding: 0 16px;
}

.m_info li {
    position: relative;
    padding: 24px 0 19px 111px;
    font-size: 13px;
    color: #313131;
}

.m_info li.cs {
    padding-left: 114px;
    border-bottom: 1px solid #dbdbdb;
}

.m_info li h3 {
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 13px;
    color: #1a1818;
}

.m_info li a {
    display: block;
    color: #313131;
}

.m_info li.cs a {
    padding-bottom: 3px;
    font-size: 14px;
    font-weight: bold;
}

.m_info li.cs span {
    position: relative;
    padding-left: 9px;
}

.m_info li.cs span::before {
    content: '';
    position: absolute;
    left: 3px;
    top: 5px;
    width: 1px;
    height: 11px;
    background-color: #313131;
}

.m_info li.store {
    padding-top: 20px;
    background: url("../images/common/icon_more.png") calc(100% - 4px) 50% no-repeat;
    background-size: 6px;
}

.m_info li.store a {
    padding-left: 18px;
    background: url("../images/common/icon_map.png") 0 50% no-repeat;
    background-size: contain;
}

.m_utill {
    margin: 26px 16.5px;
    border: 1px solid #dbdbdb;
    background-color: #f8f8f8;
    border-radius: 4px;
    font-size: 0;
    text-align: center;
}

.m_utill img {
    vertical-align: middle;
    margin-top: -2px;
    width: 16px;
    margin-right: 6px;
}

.m_utill a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 14px 0 15px;
    font-size: 13px;
    color: #313131;
    box-sizing: border-box;
}

.m_utill .btn_setting::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: #dbdbdb;
}

/* 네비게이션 */
.nav_v3 {
    padding-left: 16.5px;
}

.menu_swiper .swiper-slide {
    width: auto;
}

.menu_swiper .swiper-slide a {
    position: relative;
    padding: 11px 9px 13px 13px;
    font-size: 14px;
    color: #000;
}

.menu_swiper .swiper-slide a.on {
    font-weight: bold;
}

.menu_swiper .swiper-slide a.on::after {
    content:'';
    position: absolute;
    left: 7px;
    bottom: 0;
    width: calc(100% - 19px);
    height: 2px;
    border-radius: 4px;
    background-color: #f3484a;
}

.menu_swiper .swiper-slide:first-child a.on::after {
    left: 0;
    width: calc(100% - 8px);
}

.menu_swiper .swiper-slide:first-child a {
    padding-left: 0;
}

.menu_swiper .swiper-slide em {
    position: absolute;
    right: 3px;
    top: 5px;
    display: block;
    width: 7px;
    height: 6px;
    background: url("../images/common/icon_hart.png") 0 0 no-repeat;
    background-size: 7px;
}

/* sub header */
.header.sub_header {
    position: relative;
    padding: 0 135px 0 44px;
    border-bottom: 1px solid #dbdbdb;
}

.header.sub_header h1 {
    display: none;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0;
    text-indent: -9999px;
    overflow: hidden;
    visibility: hidden
}

.header.sub_header ~ .nav_v3 {
    display: none;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0;
    text-indent: -9999px;
    overflow: hidden;
    visibility: hidden
}

.header.sub_header .sub_header_title {
    display: block;
    height: 100%;
}

.sub_header_title h2 {
    font-size: 16px;
    line-height: 56px;
    font-weight: 500;
    color: #1a1818;
}

.sub_header_title .btn_back {
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-45%);
    width: 9px;
    height: 17px;
    padding: 5px 10px;
    text-indent: -9999px;
    background: url("../images/common/icon_back.svg") center no-repeat;
    background-size: 9px;
    box-sizing: content-box;
}

/* footer*/
.footer {
    margin-top: 44px;
    padding-bottom: 128px;
    background-color: #f8f8f8;
}

.footer .event_banner1 {
    padding-top: 0;
}

.footer_nav {
    margin-left: -9px;
    padding: 10px 16.5px;
}

.footer_nav li {
   float: left;
}

.footer_nav li a {
    position: relative;
    padding: 6px 6px 6px 8px;
    font-size: 11px;
    color: #777;
}

.footer_nav li strong {
    padding-left: 2px;
    color: #1a1818;
}

.footer_nav li a::after {
    content: '';
    position: absolute;
    right: -2px;
    top: 10px;
    width: 1px;
    height: 10px;
    background-color: #dbdbdb;
}

.footer_nav li:last-child a::after {
    display: none;
}

.footer_content {
    padding: 17px 16.5px 0;
    border-top: 1px solid #dbdbdb;
}

.footer_content h2 img {
    width: 153px;
    display: inline-block;
    vertical-align: bottom;
}

.footer_content dl {
    padding: 33px 0 32px;
}

.footer_content dt {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 13px;
    color: #1a1818;
}

.footer_content dd {
    font-size: 11px;
    color: #313131;
}

.footer_content dd .line {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 9px;
    margin: -4px 4px 0 7px;
    background-color: #313131;
}

.footer_content dd strong {
    display: block;
    padding: 0 0 4px 18px;
    font-size: 12px;
    color: #313131;
    background: url("../images/common/icon_tel.svg") 1px 2px no-repeat;
    background-size: 13.4px;
}

.footer_content dd strong img {
    width: 13px;
    padding: 0 1px;
}

.footer_content .btn_cont {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 13px;
    color: #000;
    font-weight: bold;
}

.footer_content .btn_cont .arrow {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 100%;
    margin: -3px 0 0 5px;
    text-indent: -9999px;
    background: url("../images/common/icon_down_more.svg") center no-repeat;
    background-size: 11px;
    transition: all 0.5s;
    overflow: hidden;
}

.footer_content .btn_cont.on .arrow {
    transform: rotate(180deg);
}

.footer_content .btn_cont img {
    width: 9px;
    vertical-align: middle;
    transition: all 0.5s;
}

.footer_content address {
    display: none;
    padding-top: 12px;
    line-height: 1.6;
    font-size: 10px;
    color: #999;
}

.footer_content address.on {
    display: block;
}

.footer_content .btn_cont.on img {
    transform: rotate(180deg);
}

.footer_content address span {
    display: block;
    font-size: 10px;
    color: #999;
    line-height: 1.6;
}

.footer_content .copy {
    padding: 28px 0 10px;
}

.footer_text {
    padding-top: 11px;
    border-top: 1px solid #dbdbdb;
}

.footer .sns_wrap {
    padding-top: 21px;
}

.footer .sns_wrap li {
    float: left;
}

.footer .sns_wrap li + li {
    margin-left: 12px;
}

.footer .sns_wrap li a {
    display: block;
    width: 32px;
    height: 32px;
    box-sizing: border-box;
}

.footer .sns_wrap li img {
    max-width: 100%;
    height: auto;
}

/* app bar*/
.app_bar {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 55;
    width: 100%;
    height: 52px;
    padding: 6px 2px;
    border-top: 1px solid #dbdbdb;
    background-color: #fff;
    box-sizing: border-box;
    transition: bottom 0.2s;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}

.app_bar.on {
    bottom: -65px;
}

.app_bar_menu {
    text-align: center;
    font-size: 0;
}

.app_bar_menu li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    padding: 8px;
    margin: 1px 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.app_bar_menu li.app_cart.new::before {
    content: "";
    position: absolute;
    left: 17px;
    top: -2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #f3484a;
}

.app_bar_menu li img {
    width: 20px;
    margin-left: -1px;
}

.app_bar_menu li.app_home img {
    width: 23px;
}

.app_bar_menu li.app_search img {
    margin-left: 0;
}

.app_bar_menu li.app_cart img {
    width: 21px;
    margin-left: -2px;
}

.app_bar_menu li.app_menu img {
    width: 19px;
    padding-top: 2px;
    margin-left: -2px;
}

.app_bar_menu li.live {
    position: relative;
    width: 80px;
    margin: 0 13px 0 22px;
}

.app_bar_menu li.live a {
    width: 100%;
}

.app_bar_menu li.live img {
    position: absolute;
    top: -18px;
    left: -4px;
    width: 100%;
    height: auto;
}

.app_bar.today {
    padding-top: 7px;
}

.today .app_bar_menu li {
    margin: 1px 17px;
}

.heart_wrap {
    position: absolute;
    left: 30px;
    top: 11px;
    width: 14px;
    height: 14px;
}

.heart_wrap .heart {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    line-height: 1;
}

.heart_wrap .heart path {
    fill:#e42229;
    stroke: transparent !important;
}

.heart_wrap .heart svg {
    width: 100%;
    margin: 0;
}

.heart_wrap .heart1 {
   z-index: 10;
   animation: bounc 1s 0.45s linear infinite;
   -webkit-animation: bounc 1s 0.45s linear infinite;
}

.heart_wrap .heart1 path {
    animation: bounc1 1s 0.45s linear infinite;
    -webkit-animation: bounc1 1s 0.45s linear infinite;
}

.heart_wrap .heart2 {
    z-index:9;
    animation: bounc 1s 0.3s linear infinite;
    -webkit-animation: bounc 1s 0.3s linear infinite;
}

.heart_wrap .heart2 path {
    animation: bounc1 1s 0.3s linear infinite;
    -webkit-animation: bounc1 1s 0.3s linear infinite;
}

.heart_wrap .heart3 {
    z-index: 8;
    animation: bounc 1s 0.15s linear infinite;
    -webkit-animation: bounc 1s 0.15s linear infinite;
 }
 
.heart_wrap .heart3 path {
    animation: bounc1 1s 0.15s linear infinite;
    -webkit-animation: bounc1 1s 0.15s linear infinite;
}
 
@keyframes bounc {
    0% {
       width: 4px;
    }
    9% {
       width: 4px;
    }
    10% {
       width: 7px;
    }
    19% {
       width: 7px;
    }
    20% {
       width: 8px;
    } 
    29% {
        width: 8px;
    }
    30% {
       width: 10px;
    }
    39% {
       width: 10px;
    }
    40% {
       width: 14px;
    }
    50% {
       width: 14px;
    }
    60% {
       width: 14px;
    }
    61% {
       width: 10px;
    }
    70% {
       width: 10px;
    }
    71% {
       width: 9px;
    } 
    80% {
        width: 9px;
    }
    81% {
       width: 6px;
    }
    90% {
       width: 6px;
    }
    91% {
       width: 4.5px;
    }
    100% {
       width: 4.5px;
    }
 }

 @keyframes bounc1 {
    0% {
        fill:#fff;
    }
    9% {
        fill:#fff;
    }
    10% {
        fill:#ffcbd1;
    }
    19% {
        fill:#ffcbd1;
    }
    20% {
        fill:#e96c6f;
    } 
    29% {
         fill:#e96c6f;
    }
    30% {
        fill:#f3484a;
    }
    39% {
        fill:#f3484a;
    }
    40% {
        fill:#e42229;
    }
    50% {
        fill:#e42229;
    }
    60% {
        fill:#e42229;
    }
    61% {
        fill:#f3484a;
    }
    70% {
        fill:#f3484a;
    }
    71% {
        fill:#e96c6f;
    } 
    80% {
         fill:#e96c6f;
    }
    81% {
        fill:#ffcbd1;
    }
    90% {
        fill:#ffcbd1;
    }
    91% {
        fill:#fff;
    }
    100% {
        fill:#fff;
    }
}

@-webkit-keyframes bounc1 {
    0% {
        fill:#fff;
    }
    9% {
        fill:#fff;
    }
    10% {
        fill:#ffcbd1;
    }
    19% {
        fill:#ffcbd1;
    }
    20% {
        fill:#e96c6f;
    } 
    29% {
        fill:#e96c6f;
    }
    30% {
        fill:#f3484a;
    }
    39% {
        fill:#f3484a;
    }
    40% {
        fill:#e42229;
    }
    50% {
        fill:#e42229;
    }
    60% {
        fill:#e42229;
    }
    61% {
        fill:#f3484a;
    }
    70% {
        fill:#f3484a;
    }
    71% {
        fill:#e96c6f;
    } 
    80% {
        fill:#e96c6f;
    }
    81% {
        fill:#ffcbd1;
    }
    90% {
        fill:#ffcbd1;
    }
    91% {
        fill:#fff;
    }
    100% {
        fill:#fff;
    }
}

.float_wrap {
    position: absolute;
    right: 20px;
    bottom: 80px;
    transition: all 0.5s;
}

.float_wrap.on {
    bottom: 130px;
}

.float_wrap a {
    display: block;
    overflow: visible;
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 0.9;
    box-shadow: 0 2px 12px 0 rgba(26, 24, 24, 0.1);
    background-color: #fff;
    border: solid 1px #dbdbdb;
    transition: all 0.2s;
    box-sizing: border-box;
}

.btn_top {
    display: none;
    bottom: 0;
    background: url("../images/common/icon_arrow_top.svg") center no-repeat;
    background-size: 14px 8px;
    opacity: 0;
}

.btn_history {
    margin-top: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* content */
#content {
    width: 100%;
    margin-top: 56px;
}

#wrap.main #content {
    margin-top: 100px;
}

/* 공통 */
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis_any {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.2; /* line height 바꿔주기 */
    height: 40px; /* 높이 바꿔주기 */
    word-wrap: break-word; 
    display: -webkit-box; 
    -webkit-line-clamp: 2; /* 숫자바꿔주기 */
    -webkit-box-orient: vertical;
}

/* 라벨 */
.label_new {
    display: block;
    width: 44px;
    height: 44px;
    background: url("../images/common/label_new.png") 0 0 no-repeat;
    background-size: 100% 100%;
}

/* 버튼 */
.btn_new_load {
    display: block;
    width: 238px;
    height: 48px;
    margin: auto;
    text-align: center;
    border-radius: 25px;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 13px;
    color: #313131;
}

.btn_new_load img {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 2px 0 -3px;
    width: 17px;
}

.btn_new_load span {
    padding-left: 3px;
    font-size: 12px;
    font-family:'font_gs', 'AppleGothic', sans-serif;
}

.btn_new_load strong {
    font-weight: normal;
    color: #f3484a;
}

/* 태그 리스트 */
.tag_list {
    font-size: 0;
    padding-top: 18px;
}

.tag_list li {
    display: inline-block;
    vertical-align: middle;
    height: 22px;
    line-height: 20px;
    margin-right: 6px;
    padding: 0 8px;
    font-size: 10px;
    color: #777;
    border: 1px solid #999;
    border-radius: 40px;
    box-sizing: border-box;
}

.tag_list li::before {
    content: "#";
    font-size: 10px;
    color: #777;
}

/* 브랜드 */
.brand {
    display: block;
    padding-bottom: 2px;
    font-size: 10px;
    color: #999;
    font-family:'font_gs', 'AppleGothic', sans-serif;
}

.brand_title {
    position: relative;
    padding: 6px 33px 12px;
}

.brand_title .profile {
    position: absolute;
    left: 0;
    top: 2px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #dbdbdb;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    box-sizing: border-box;
}

.brand_title h2 {
    font-size: 13px;
    color: #313131;
    font-weight: normal;
}

.brand_title.big {
    padding: 0;
    text-align: center;
}

.brand_title.big .profile {
    position: static;
    width: 100px;
    height: 100px;
    margin: auto;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.brand_title.big .btn_like {
    margin-top: 9px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-indent: -9999px;
    border: 1px solid #dbdbdb;
    background: url("../images/common/icon_like2.png") center no-repeat;
    background-size: 14px;
    box-sizing: border-box;
}

.brand_title.big .btn_like.on {
    background: url("../images/common/icon_like2_on.png") center no-repeat;
    background-size: 14px;
}

.brand_title.small {
    padding: 5px 28px 12px;
}

.brand_title.small .profile {
    width: 24px;
    height: 24px;
    top: 1px;
}

.brand_title.small h2 {
    font-size: 11px;
    color: #777;
}

.brand_title.link {
    padding: 0;
}

.brand_title.link > a {
    position: relative;
    display: block;
    width: 100%;
    padding: 9.5px 33px 12.4px 60px;
    background: url("../images/common/icon_more.png") calc(100% - 15px) 50% no-repeat;
    background-size: 7px 12px;
    box-sizing: border-box;
}

.brand_title.link .profile {
    left: 16.5px;
    top: 12px;
    width: 36px;
    height: 36px;
}

.brand_title.link h2 {
    font-size: 12px;
}

.brand_title.link h2 strong {
    display: block;
    padding-bottom: 1px;
    font-size: 13px;
    font-family:'font_gs', 'AppleGothic', sans-serif;
}

.brand_title.link .rating_scope {
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 12px;
    color: #999;
}

.price {
    padding-top: 3px;
    font-size: 11px;
    font-weight: bold;
    color: #1a1818;
    font-family:'font_gs', 'AppleGothic', sans-serif;
}

.percent {
    padding-right: 3px;
    font-size: 11px;
    font-weight: bold;
    color: #da2128;
    font-family:'font_gs', 'AppleGothic', sans-serif;
}

.discount {
    font-size: 10px;
    color: #ccc;
    text-decoration: line-through;
    font-weight: normal;
}

.swiper-container {
    position: relative;
    overflow: hidden;
}

.swiper-notification {
    display: none;
}

/* 타이틀 */
.title_label_wrap {
    position: relative;
    padding: 18px 16.5px;
}

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

.title_label_wrap .label {
    display: block;
    height: 16px;
    line-height: 1;
    text-indent: -9999px;
    background-position: 0;
    background-repeat: no-repeat;
    background-size: auto 16px;
    margin-bottom: 4px;
}

.title_label_wrap h2 {
    font-size: 16px;
    color: #1a1818;
}

.title_label_wrap .time {
    position: absolute;
    right: 16.5px;
    top: 21px;
    font-size: 16px;
    font-weight: bold;
    color: #313131;
    font-family:'font_gs', 'AppleGothic', sans-serif;
}

.title_label_wrap .time::before {
    content: "남은시간";
    display: block;
    padding-bottom: 3px;
    text-align: right;
    font-size: 10px;
    color: #999;
    font-weight: normal;
    font-family:"font_ns", "AppleGothic", sans-serif;
}

.title_label_wrap.link {
    position: relative;
    padding: 0;
}

.title_label_wrap.link a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 18px 16.5px 18px 16.5px;
    background: url("../images/common/icon_more.png") calc(100% - 20px) 50% no-repeat;
    background-size: 6px;
    box-sizing: border-box;
}

.title_label_wrap.link .time {
    right: 42px;
}

.title_logo_wrap > a {
    display: block;
    position: relative;
    width: 100%;
    padding: 18px 16.5px 18px 74px;
    background: url("../images/common/icon_more.png") calc(100% - 20px) 50% no-repeat;
    background-size: 6px;
    box-sizing: border-box;
}

.title_logo_wrap img {
    position: absolute;
    left: 16.5px;
    top: 50%;
    transform: translateY(-36%);
    background-size: contain;
    width: 46px;
}

.title_logo_wrap h2 {
    font-size: 16px;
    color: #1a1818;
}

.title_text_wrap {
    padding: 18px 16.5px 17px;
}

.title_text_wrap a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/common/icon_more.png") 99% 50% no-repeat;
    background-size: 7px 12px;
    box-sizing: border-box;
}

.title_text_wrap h2 {
    font-size: 16px;
    color: #1a1818;
    font-weight: bold;
}

.title_text_wrap p {
    padding-top: 2px;
    display: block;
    font-size: 13px;
    color: #777;
}

.title_filter {
    position: relative;
    padding: 18px 16.5px;
}

.title_filter h2 {
    font-size: 16px;
    font-weight: bold;
    color: #1a1818;
}

.title_filter .filter {
    position: absolute;
    right: 4px;
    top: 21px
}

.title_filter li {
    position: relative;
    float: left;
    width: 44px;
    height: 18.5px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18.5px 18.5px;
    cursor: pointer;
}

.filter_photo {
    background-image: url("../images/today/list_photo.png");
}

.filter_photo.on {
    background-image: url("../images/today/list_photo_on.png");
}

.filter_text {
    background-image: url("../images/today/list_text.png");
}

.filter_text.on {
    background-image: url("../images/today/list_text_on.png");
}

.title_filter li + li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 1px;
    height: 12px;
    border-radius: 8px;
    background-color: #dbdbdb;
}

/* 브랜드 리스트 */
.brand_list {
    width: 100%;
    font-size: 0;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.brand_list::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}

.brand_item {
    height: 68px;
    box-sizing: border-box;
}

.brand_list .brand_item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.brand_item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 12px 10.5px 76px;
    background-color: #fff;
    box-sizing: border-box;
}

.brand_item .thum {
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.brand_item .desc h2 {
    font-size: 11px;
    color: #313131;
    font-weight: normal;
}

.brand_item .desc .price {
    padding-top: 1px;
}

.line_notice {
    width: 100%;
    border-top: 1px dotted #c1c1c1;
    padding: 10px 0 10px 36px;
    font-size: 12px;
    color: #313131;
    background-repeat: no-repeat;
    background-size: auto 18px;
    background-position: 13px 50%;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line_notice.event {
    background-image: url("../images/today/notice_event.png");
}

.line_notice.check {
    background-image: url("../images/today/notice_check.png");
}

.line_notice.delivery {
    background-image: url("../images/today/notice_delivery.png");
    background-size: auto 23px;
}

.line_notice.price {
    background-image: url("../images/today/notice_price.png");
    background-size: auto 19px;
}

/* 카드형 */
.card {
    position: relative;
    width: calc(100% - 32px);
    margin: 0 16px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    box-sizing: border-box;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    overflow: hidden;
}

.card > a {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: calc(100% - 130px);
}

.card > .thum {
    width: 100%;
    height: 48vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.card > .desc {
    position: relative;
    padding: 10px 11px 18px;
}

.label_box {
    padding-bottom: 6px;
}

.label_box span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 7px;
    height: 20px;
    line-height: 18px;
    font-size: 10px;
    color: #777;
    border-radius: 2px;
    border: 1px solid #999;
    box-sizing: border-box;
}

.label_box span.point {
    color: #f3484a;
    border-color: #f3484a;
}

.card > .desc h2 {
    padding-right: 47px;
    line-height: 1.6;
    font-size: 14px;
    color: #1a1818;
    font-weight: normal;
}

.rating_scope {
    display: block;
    padding-left: 16px;
    font-size: 11px;
    color: #777;
    font-family:'font_gs', 'AppleGothic', sans-serif;
    background: url("../images/today/star.png") 0 50% no-repeat;
    background-size: 12px 11px;
}

.card > .desc .rating_scope {
    position: absolute;
    right: 10px;
    top: 13px;
}

.card > .desc .btn_like {
    position: absolute;
    right: 10px;
    top: 42px;
    z-index: 2;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-indent: -9999px;
    border: 1px solid #dbdbdb;
    background: url("../images/common/icon_like2.png") center no-repeat;
    background-size: 15px 13px;
    box-sizing: border-box;
}

.card > .desc .btn_like.on {
    background-image: url("../images/common/icon_like2_on.png");
}

.card > .desc .price {
    padding-top: 5px;
    font-size: 14px;
}

.card > .desc .price .percent {
    padding-right: 6px;
    font-size: 14px;
}

.card > .desc .price .discount {
    font-size: 10px;
}

.card .brand_swiper {
    width: calc(100% - 10px);
    margin-left: 10px;
    margin-bottom: 16px;
}

.card .brand_swiper .brand_item {
    width: 232px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    margin-right: 8px;
}

/* 상품 리스트 */
.horizontal_item {
    margin-bottom: 12px;
}

.horizontal_item > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 8px 0 108px;
    box-sizing: border-box;
}

.horizontal_item .thum {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
}

.horizontal_item .thum .btn_like {
    position: absolute;
    right: 6px;
    bottom: 7px;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    background: url("../images/common/icon_thum_like.png") center no-repeat;
    background-size: 100% 100%;
}

.horizontal_item .thum .btn_like.on {
    background: url("../images/common/icon_thum_like_on.png") center no-repeat;
    background-size: 100% 100%;
}

.horizontal_item .desc {
    position: relative;
    height: 100px;
    box-sizing: border-box;
}

.horizontal_item .brand {
    padding-bottom: 8px;
    font-size: 11px;
    color: #999;
    line-height: 1;
    font-weight: 500;
}

.horizontal_item h2 {
    font-weight: normal;
    font-size: 12px;
    height: auto;
    line-height: 1.4;
}

.horizontal_item .price {
    padding-top: 5px;
    font-size: 11px;
}

.horizontal_item .label_box {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-bottom: 0;
}

.horizontal_item .ranking_num {
    position: absolute;
    left: 0;
    top: -2px;
    width: 23px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #1a1818;
    font-family:'font_gs', 'AppleGothic', sans-serif;
    box-sizing: border-box;
}

.horizontal_item .ranking_num::after {
    content: "";
    display: block;
    margin: 2px auto 0;
    width: 7px;
    height: 6px;
    background-size: 7px 6px;
    background-position: center;
    background-repeat: no-repeat;
}

.horizontal_item .ranking_num.up::after {
    background-image: url("../images/today/up.png");
}

.horizontal_item .ranking_num.down::after {
    margin-top: 3px;
    background-image: url("../images/today/down.png");
}

.horizontal_item .ranking_num.stop::after {
    width: 7px;
    height: 2px;
    margin-top: 5px;
    background-size: 7px 2px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/today/stop.png");
}

.horizontal_item.ranking a {
    padding-left: 134px;
}

.horizontal_item.ranking .thum {
    left: 26px;
}

.horizontal_item.big {
    margin-bottom: 16px;
    height: 164px;
}

.horizontal_item.big > a {
    padding: 0 8px 0 173px;
}

.horizontal_item.big .thum {
    width: 164px;
    height: 100%;
    border: 0;
}

.horizontal_item.big .desc {
    padding-top: 5px;
    height: 164px;
    box-sizing: border-box;
}

.horizontal_item.big h2 {
    font-size: 14px;
}

.horizontal_item.big .price {
    padding-top: 10px;
    font-size: 14px;
}

.horizontal_item.big .percent {
    font-size: 14px;
}

.horizontal_item.big .rating_scope {
    padding-top: 7px;
    padding-left: 16px;
    background-position: 0px 10px;
    margin-left: -2px;
}

.horizontal_item.round {
    height: 152px;
}

.horizontal_item.round > a {
    padding-left: 174px;
}

.horizontal_item.round .thum {
    border-radius: 50%;
    width: 152px;
    height: 152px;
}

.horizontal_item.round .thum .btn_like {
    display: block;
    bottom: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.16);
    background: url("../images/common/icon_like2.png") center 52% #fff no-repeat;
    background-size: 14px;
    border-radius: 50%;
}

.horizontal_item.round .thum .btn_like.on {
    background: url("../images/common/icon_like2_on.png") center 52% #fff no-repeat;
    background-size: 14px;
}

.horizontal_item.round .desc {
    padding-top: 6px;
    height: 152px;
}

.horizontal_item.round h2 {
    font-size: 14px;
}

.horizontal_item.round .price {
    padding-top: 10px;
    font-size: 14px;
}

.horizontal_item.round .price .percent {
    font-size: 14px;
}

.horizontal_item.round .rating_scope {
    margin-top: 6px;
}

.horizontal_item.round .label_box {
    bottom: 6px;
}

.vertical_item {
    width: 140px;
    height: 242px;
    box-sizing: border-box;
}

.vertical_item > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.vertical_item .thum {
    position: relative;
    width: 100%;
    height: 140px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    overflow: hidden;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.vertical_item .thum button {
    position: absolute;
    bottom: 7px;
}

.vertical_item .thum .btn_like {
    right: 7px;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
    background-image: url("../images/common/icon_thum_like.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.vertical_item .thum .btn_like.on {
    background-image: url("../images/common/icon_thum_like_on.png");
}

.vertical_item .thum .btn_file {
    left: 8px;
    padding: 0 8px 0 24px;
    height: 24px;
    border-radius: 40px;
    background: url("../images/today/icon_file.png") 6px 50% rgba(26, 24, 24, 0.6) no-repeat;
    background-size: 13px 13px;
    font-family:'font_gs', 'AppleGothic', sans-serif;
    font-size: 11px;
    color: #fff;
    box-sizing: border-box;
}

.vertical_item .desc {
    position: relative;
    height: calc(100% - 140px);
    padding-top: 7px;
    box-sizing: border-box;
}

.vertical_item .desc h3 {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5;
}

.vertical_item .desc .price {
    padding-top: 2px;
    font-size: 12px;
}

.vertical_item .desc .price .percent {
    padding-right: 5px;
}

.vertical_item .desc .label_box {
    position: absolute;
    bottom: 1px;
    left: 0;
    padding-bottom: 0;
}

.vertical_item.small,
.vertical_item.small .desc {
    height: auto;
}

.vertical_item.small .thum {
    height: 29.335vw;
}

.vertical_item.small .desc {
    padding-top: 9px;
    padding-left: 3px
}

/* 펀딩 */
.funding_item {
    padding-left: 16.5px;
}

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

.funding_item .thum {
    position: relative;
    width: 100%;
    height: 50.134vw;
    border-radius: 4px 0 0 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.funding_item .thum .label_thum_funding {
    position: absolute;
    right: 8px;
    top: 12px;
    text-indent: -9999px;
    width: 93px;
    height: 52px;
    background: url("../images/funding/label_funding.png") center no-repeat;
    background-size: 100%;
}

.funding_item .thum .btn_like {
    display: block;
    position: absolute;
    bottom: -16px;
    right: 16px;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.16);
    background: url("../images/common/icon_like2.png") center 52% #fff no-repeat;
    background-size: 14px;
    border-radius: 50%;
}

.funding_item .thum .btn_like.on {
    background: url("../images/common/icon_like2_on.png") center 52% #fff no-repeat;
    background-size: 14px;
}

.funding_item .desc {
    position: relative;
    padding: 11px 16.5px 4px 0;
}

.funding_item .desc > h2 {
    height: auto;
    font-size: 18px;
    color: #313131;
    line-height: 1.5;
}

.funding_item .label_box {
    padding-bottom: 7px;
}

.funding_item .desc .text {
    padding-top: 6px;
    height: auto;
    -webkit-line-clamp: 3;
    line-height: 1.65;
    font-size: 13px;
    color: #313131;
}

.funding_item .brand_title {
    margin-top: 12px;
    padding: 7px 32px 12px;
}

.funding_item .brand_title h2 {
    font-size: 11px;
    color: #777;
}

.funding_item .price {
    position: absolute;
    right: 16.5px;
    bottom: 14px;
    font-size: 14px;
    font-family: "font_ns", "AppleGothic", sans-serif;
    color: #1a1818;
} 

.funding_item .progress_wrap {
    padding-right: 16.5px;
}

.progress_bar {
    position: relative;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background-color: #dbdbdb;
}

.progress_bar .inner {
    width: auto;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f3484a;
    border-radius: 4px;
}

.progress_info {
    position: relative;
    padding-top: 8px;
}

.progress_info p {
    font-size: 13px;
    font-weight: 500;
    color: #313131;
}


.progress_info p strong {
    font-size: 12px;
    color: #313131;
    font-family:'font_gs', 'AppleGothic', sans-serif;
}

.remaining_list {
    position: absolute;
    right: 0;
    top: 7px;
}

.remaining_list li {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #313131;
}

.remaining_list li + li {
    position: relative;
    padding-left: 9px;
}

.remaining_list li + li::before {
    content: '';
    width: 2px;
    height: 2px;
    position: absolute;
    left: 3px;
    top: 9px;
    border-radius: 50%;
    background-color: #313131;
}

.remaining_list li span {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    font-size: 12px;
    font-weight: bold;
    color: #313131;
}

.remaining_list li img {
    width: 13px;
    margin-top: -1px;
    vertical-align: middle;
}

.remaining_list li .percent {
    color: #f3484a;
}

.vertical_item.funding {
    float: left;
    width: calc(50% - 3px);
    height: auto;
    margin-bottom: 28px;
}

.vertical_item.funding:nth-child(2n) {
    margin-left: 6px;
}

.vertical_item.funding .thum {
    height: 44.8vw;
}

.vertical_item.funding .desc .btn_like {
    display: block;
    position: absolute;
    top: -15px;
    right: 8px;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.16);
    background: url("../images/common/icon_like2.png") center 52% #fff no-repeat;
    background-size: 14px;
    border-radius: 50%;
}

.vertical_item.funding .desc .btn_like.on {
    background: url("../images/common/icon_like2_on.png") center 52% #fff no-repeat;
    background-size: 14px;
}

.vertical_item.funding .desc {
    height: auto;
    padding: 10px 0 20px;
}

.vertical_item.funding .desc .brand {
    padding-bottom: 6px;
}

.funding_price {
    position: relative;
    padding-top: 6px;
}

.funding_price .goal_percent {
    padding-bottom: 12px;
    font-size: 12px;
    color: #f3484a;
}

.funding_price .goal_percent .percent {
    padding-right: 1px;
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle;
}

.funding_price .goal_percent img {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
}

.funding_price .price {
    position: absolute;
    right: 0;
    bottom: -6px;
}

.funding_price .progress_bar {
    width: calc(100% - 60px);
}

.funding_goal_time {
    position: relative;
    padding-top: 12px;
    font-size: 12px;
    color: #1a1818;
    background: url("../images/common/dash.png") 0 0 no-repeat;
    background-size: 100%;
}

.funding_goal_time::before {
    content: "펀딩 마감까지";
    font-size: 12px;
    color: #c1c1c1;
}

.funding_goal_time strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    color: #1a1818;
    font-weight: normal;
    margin: -3px 2px 0 0;
}

.funding_goal_time strong.time {
    font-weight: bold;
    color: #da2128;
    margin-right: 4px;
}

.card_item {
    width: 140px;
    height: 212px;
    padding-top: 19px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 8px;
    box-sizing: border-box;
}

.card_item a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
}

.card_item .thum {
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
}

.card_item .desc {
    padding-top: 8px;
}

.card_item .desc h3 {
    font-size: 13px;
    font-weight: bold;
    color: #f3484a;
}

.card_item .desc p {
    padding-top: 6px;
    font-size: 13px;
    color: #313131;
}



/* 키워드 */
.best_keyword {
    margin-bottom: 0;
    width: 100%;
    height: 340px;
    padding: 22px 16.5px 0;
    column-count: 2;
    -webkit-column-count: 2;
    column-gap: 28px;
    -webkit-column-gap: 28px;
    box-sizing: border-box;
    overflow: hidden;
}

.best_keyword li {
    margin-bottom: 27px;
}

.best_keyword li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 40px;
    box-sizing: border-box;
}

.best_keyword .ranking {
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    width: 16px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    color: #1a1818;
    font-family:'font_gs', 'AppleGothic', sans-serif;
}

.best_keyword li p {
    padding-right: 18px;
    line-height: 1;
    font-weight: 500;
    font-size: 13px;
    color: #313131;
}

.best_keyword li a::after {
    content: '';
    position: absolute;
    right: 9px;
    top: 50%;
    width: 7px;
    height: 6px;
    background-image: url("../images/today/stop.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.best_keyword li.up a::after {
    transform: translateY(-50%);
    background-image: url("../images/today/up.png");
}

.best_keyword li.down a::after {
    transform: translateY(-50%);
    background-image: url("../images/today/down.png");
}

.best_keyword li.new a::after {
    content: '신규';
    right: 4px;
    width: auto;
    height: auto;
    transform: translateY(-52%);
    background: none;
    font-size: 10px;
    color: #2b8acc;
}

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

.event_banner img {
    width: 100%;
}

/* 연관상품 팝업 */
.relation_wrapper {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    z-index: 102;
    border-radius: 12px 12px 0 0;
    background-color: #fff;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    transition: all 0.5s;
}

.relation_wrapper.on {
    bottom: 0;
}

.relation_wrapper h2 {
    padding: 18px 0;
    font-size: 16px;
    color: #1a1818;
    font-weight: 500;
    text-align: center;
}

.pop_close {
    display: block;
    position: absolute;
    right: 6px;
    top: 22px;
    width: 17px;
    height: 17px;
    padding: 5px;
    text-indent: -9999px;
    background: url("../images/common/pop_close.svg") 0 0 no-repeat;
    background-size: 17px;
}

.relation_wrapper .vertical_list {
    padding: 0 16.5px;
    max-height: 522px;
    overflow-y: auto;
}

.relation_wrapper .vertical_item {
    float: left;
    width: 168px;
    height: auto;
    margin-bottom: 25px;
}

.relation_wrapper .vertical_item .thum {
    height: 168px;
}

.relation_wrapper .vertical_item:nth-child(2n) {
    margin-left: 6px;
}

.relation_wrapper .vertical_item .desc h3 {
    font-size: 14px;
}

.relation_wrapper .vertical_item .desc .price,
.relation_wrapper .vertical_item .desc .price .percent {
    font-size: 13px;
}

.relation_wrapper .vertical_item .desc .price {
    padding-top: 8px;
}

.relation_wrapper .vertical_item .thum .btn_like {
    width: 28px;
    height: 28px;
}

.vertical_item.soldout .thum::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 24, 24, 0.6);
}

.soldout_box {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.soldout_box h3 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.soldout_box .btn_relation {
    position: static !important;
    height: 32px;
    padding: 0 10px;
    margin-top: 12px;
    font-size: 12px;
    color: #313131;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 40px;
    box-sizing: border-box;
}

.soldout_box .btn_relation img {
    width: 16px;
    margin-top: -2px;
}

.vertical_item.soldout .thum .btn_like {
    display: none;
}

.vertical_item.soldout .desc h3,
.vertical_item.soldout .desc .price,
.vertical_item.soldout .desc .price .percent {
    color: #c1c1c1;
}

#dim {
    position: fixed;
    top: 0;
    right: 0; 
    bottom: 0; 
    left: 0; 
    z-index: 101; 
    background-color:rgba(0, 0, 0, 0.8);
}

.swiper-scrollbar {
    width: calc(100% - 16.5px);
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px !important;
    opacity: 1 !important;
    border-radius: 0;
    background-color: #dbdbdb;
}

.swiper-scrollbar-drag {
    background-color:#ff8a08;
    border-radius:0;
}
