@charset "utf-8";

/* 메인배너 */
.main_swipe .swiper-slide {
    width: 100%;
    padding-bottom: 25px;
}

.main_swipe .swiper-slide > a {
    display: block;
    width: 100%;
}

.main_swipe .thum img {
    width: 100%;
}

.main_swipe .desc {
    position: relative;
    height: 212.77px;
    padding-top: 84px;
    margin: -137px 16.5px 0px;
    box-sizing: border-box;
}

.main_swipe .desc img {
    display: block;
    position: absolute;
    left: 1px;
    top: 0;
}

.main_swipe .desc img.icon_go {
    left: -5px;
}

.main_swipe .desc img.icon_wow,
.main_swipe .desc img.icon_hot {
    top: 17px;
}

.main_swipe .desc h3 {
    line-height: 1.4;
    font-weight: bold;
    font-size: 27px;
    color: #000;
}

.main_swipe .desc p {
    padding-top: 9px;
    line-height: 1.65;
    font-size: 13px;
    color: #313131;
}

.percent_dot {
    display: block;
    position: absolute;
    bottom: 20vw;
    right: 11px;
    z-index: 10;
    width: 72px;
    height: 72px;
    margin-bottom: -19px;
    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);
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.main_swipe .swiper-slide-active .percent_dot {
    -webkit-animation: flip2 1s;
    animation: flip2 1s; 
}

@keyframes flip2{
    50% {
        margin-bottom: -19px;
    }
    80% {
        margin-bottom: 29px;
    }
    100% {
        margin-bottom: -19px;
    }
}

.main_swipe .swiper-slide .percent_dot span {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    overflow: hidden;
    background-color: #da2128;
    border: 6px solid #fff;
    border-radius: 50%;
}

.main_swipe .swiper-slide-active .percent_dot span {
    -webkit-animation: flip3 1s;
    animation: flip3 1s; 
}

@keyframes flip3{
    50% {
        -webkit-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    80% {
        -webkit-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    100% {
        -webkit-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

.percent_dot span.dot_percent {
    position: relative;
    font-size: 14px;
    line-height: 64px;
    font-family:'font_gs', 'AppleGothic', sans-serif;
}

.percent_dot span.dot_percent::before {
    content: '~';
    font-size: 14px;
    color: #fff;
}

.percent_dot span.dot_text {
    font-size: 12px;
    line-height: 59px;
}

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

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

/* 메인 탑링크 */
.main_top_link {
    margin-bottom: -10px;
    padding: 28px 16.5px 0px;
}

.main_top_link li {
    float: left;
    width: 20%;
}

.main_top_link li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.main_top_link li img {
    width: 100%;
    max-width: 68px;
}

.main_top_link li p {
    padding: 4px 0 0 4px;
    font-size: 12px;
    color: #313131;
}

.main_top_link li:first-child p {
    padding-right: 21px;
    padding-left: 0;
}

.main_top_link li:nth-child(2) p {
    padding-right: 10px;
    padding-left: 0;
}

.main_top_link li:last-child p {
    padding-left: 16px;
}

/* 메인 라이브커머스 */
.main_item {
    position: relative;
    padding-top: 44px;
    font-family:"font_ns", "AppleGothic", sans-serif;
}

.live_swiper {
    width: calc(100% - 16.5px);
    margin-left: 16.5px;
}

.live_swiper .swiper-slide {
    width: 168px;
    height: 336px;
}

.live_swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.live_swiper .thum {
    position: relative;
    width: 100%;
    height: 252px;
    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;
}

.live_swiper .thum::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 24, 24, 0.5);
}

.live_swiper .thum > img,
.live_swiper .thum > video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.live_swiper .open_now {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-63%);
    z-index: 1;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.open_now p {
    padding-top: 24px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.open_now .open_time {
    display: block;
    padding-top: 1px;
    font-size: 27px;
    font-family:'font_gs', 'AppleGothic', sans-serif;
}

.special_label {
    background-image: url("../../images/common/label_special.png");
}

/* onair */
.live_swiper .onair .thum::after {
    background-color: rgba(26, 24, 24, 0.1);
}

.onair .live_count, .onair .live_info {
    position: absolute;
    z-index: 1;
    left: 12px;
}

.onair .live_count {
    top: 12px;
    height: 20px;
    padding: 1px 8px 0 41px;
    border-radius: 25px;
    background: url("../images/main/icon_live.png") 0 0 rgba(26, 24, 24, 0.5) no-repeat;
    background-size: auto 100%;
    color: #fff;
    font-size: 11px;
    box-sizing: border-box;
}

.onair .live_count strong {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    font-size: 10px;
}

.onair .live_info {
    bottom: 12px;
    width: calc(100% - 24px);
    height: 44px;
    padding: 0 6px 0 50px;
    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);
    box-sizing: border-box;
    overflow: hidden;
    background-color: rgba(26, 24, 24, 0.8);
}

.onair .live_info img {
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
}

.onair .live_info > div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.onair .live_info h3 {
    color: #c1c1c1;
    font-size: 10px;
    font-weight: 300;
}

.onair .live_info p {
    padding-top: 2px;
    color: #fff;
    font-size: 10px;
}

.onair .live_info .percent {
    padding-right: 1px;
}

.onair .live_info p span {
    display: inline-block;
    vertical-align: top;
}

.live_swiper .desc {
    padding-top: 7px;
}

.live_swiper .desc .brand_title {
    margin-top: 12px;
}

.live_swiper .desc > h3 {
    line-height: 1.6;
    font-size: 14px;
    font-weight: normal;
}

/* 메인 핫딜 */
.main_hotdeal {
    padding: 28px 0 44px ;
}

.main_hotdeal .horizontal_list {
    padding: 0 16.5px 12px;
}

/* 메인 펀딩 */
.main_funding {
    padding-top: 8px;
}

.funding_label {
    background-image: url("../images/common/label_funding.png");
}

/* today */
.today_header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 56px;
    padding: 11px 0;
    box-sizing: border-box;
}

.today_header h1 {
    width: 0;
    height: 0;
    display: none;
    visibility: hidden;
}

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

.today_header li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 68px;
}

.today_header li:nth-child(2) {
    padding: 0 53px;
}

.today_header li a {
    padding: 7px 0;
    font-size: 14px;
    font-weight: bold;
    color: #1a1818;
    font-family:'font_gs', 'AppleGothic', sans-serif;
}

.today_header li.on::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 2px;
    background-color: #1a1818;
    border-radius: 40px;
}

.today_header.sticky {
    background-color: #fff;
    box-sizing: border-box;
}

.today_main {
    position: relative;
    -webkit-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
}

.today_main .swiper-container {
    -webkit-transition: .8s ease-in-out;
    transition: .8s ease-in-out;
}

.today_main .swiper-slide {
    width: 100%;
    height: calc(100vh - 52px);
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.today_main.on {
    margin-top: -120px;
    height: 156px;
}

.today_main.on .swiper-container {
    margin-top: -120px;
    height: 156px;
}

.today_main .desc {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

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

.today_main h2 span {
    display: block;
    margin-top: 30px;
    padding-bottom: 12px;
    font-size: 11px;
    font-weight: bold;
    color: #1a1818;
}

.today_main p {
    padding: 12px 0 24px;
    font-size: 14px;
    line-height: 1.8;
    color: #1a1818;
}

.today_main a {
    display: block;
    width: 116px;
    height: 40px;
    margin: auto;
    line-height: 38px;
    text-align: center;
    font-size: 13px;
    color: #1a1818;
    border: 1px solid #1a1818;
    border-radius: 25px;
    box-sizing: border-box;
}

.today_main .swiper-pagination {
    line-height: 1;
}

.today_main .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: #c1c1c1;
    border-radius: 50px;
    opacity: 1 !important;
    margin: 0 2px !important;
}

.today_main .swiper-pagination-bullet-active {
    width: 16px;
    background-color: #1A1818;
}

.today_content {
    padding-top: 56px;
}

.today_item {
    position: relative;
    box-sizing: border-box;
}

.today_place {
    padding-left: 16.5px;
}

.place_title {
    position: absolute;
    left: 16.5px;
    top: 0;
    z-index: 2;
    width: 116px;
    height: 100%;
    padding-top: 6px;
    box-sizing: border-box;
}

.place_title > img {
    display: block;
    width: 107px;
}

.place_title h2 {
    padding-top: 13px;
    font-size: 16px;
    font-weight: bold;
    color: #1a1818;
    line-height: 1.35;
    word-break: keep-all;
}

.place_title h2 span {
    display: block;
    font-weight: normal;
    padding-top: 13px;
    font-size: 12px;
    color: #777;
}

.place_title a {
    display: block;
    width: 84px;
    height: 32px;
    margin-top: 20px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #313131;
    border-radius: 40px;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
}

.place_title a img {
    display: inline-block;
    vertical-align: middle;
    height: 12px;
    margin: -3px 1px 0 5px;
}

.place_swiper {
    margin-left: 116px;
    width: calc(100% - 116px);
}

.place_swiper .swiper-slide {
    width: 168px;
    height: 252px;
    box-sizing: border-box;
}

.place_swiper .swiper-slide a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 13px 12px 0;
    border-radius: 4px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.place_swiper h3 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.place_swiper h3 span {
    display: block;
    padding-bottom: 4px;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
}

.place_swiper .black h3,
.place_swiper .black h3 span {
    color: #1a1818;
}

.place_swiper p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
}

.place_swiper p span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8)
}

.place_swiper .place_swipe1 p {
    background-color: rgba(54, 42, 25, 0.8);
} 

.place_swiper .place_swipe2 p {
    background-color: rgba(143, 79, 66, 0.8);
} 

.place_swiper .place_swipe3 p {
    background-color: rgba(51, 97, 167, 0.8);
}

.place_swiper .place_swipe4 p {
    background-color: rgba(229, 89, 89, 0.8);
}

/* today_오늘추천 */
.today_recommend {
    padding-top: 40px;
}

.recommend_nav {
    padding: 0 8px 22px;
    text-align: center;
    font-size: 0;
}

.recommend_nav li {
    display: inline-block;
    vertical-align: middle;
    width: 56px;
    margin: 0 7.6px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #313131;
}

.recommend_nav li span {
    display: block;
    width: 100%;
    height: 56px;
    margin-bottom: 9px;
    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-repeat: no-repeat;
    background-position: center;
    background-size: 56px;
    text-indent: -9999px;
    border: 2px solid transparent;
    box-sizing: border-box;
}

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

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

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

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

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

.recommend_nav li.on span {
    font-weight: bold;
    border-color: #f3484a;
}

.recommend_tab {
    padding-left: 16.5px;
    padding-bottom: 18px;
}

.recommend_swiper .swiper-slide {
    width: 100%;
    height: 600px;
    height: 578px;
}

.recommend_swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.recommend_swiper .thum {
    width: 100%;
    height: 240px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.recommend_swiper .desc {
    position: relative;
    width: 100%;
    margin-top: -22px;
    padding-right: 16.5px;
    box-sizing: border-box;
}

.recommend_swiper .desc h2 {
    line-height: 1.45;
    font-size: 24px;
    font-weight: bold;
    color :#000;
}

.recommend_swiper .desc .label_new {
    position: absolute;
    right: 12px;
    top: 3px;
}

.recommend_swiper .desc p {
    padding-top: 7px;
    font-size: 14px;
    color: #313131;
    line-height: 1.75;
}

.recommend_swiper .desc .tag_list {
    font-size: 0;
    padding-top: 17px;
}

.brand_box {
    position: relative;
    width: calc(100% - 16.5px);
    height: 68px;
    margin-top: 20px;
    padding-left: 68px;
    border: 1px solid #dbdbdb;
    border-radius: 4px; 
    box-sizing: border-box;
}

.brand_box > img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 68px;
    height: 100%;
}

.brand_box .brnad_dec {
    padding: 5px 55px 5px 8px;
}

.brand_box .brnad_dec h2 {
    font-size: 12px;
    font-weight: normal;
    color: #313131;
}

.brand_box .brnad_dec h2 span {
    letter-spacing: -1px;
}

.brand_box .brnad_dec .price {
    padding-top: 2px;
}

.brand_box .like_number {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    padding: 10px 0;
    text-align: center;
    font-size: 11px;
    color: #999;
    font-family:'font_gs', 'AppleGothic', sans-serif;
    border-left: 1px solid #dbdbdb;
    box-sizing: border-box;
}

.brand_box .like_number::before {
    content: '';
    display: block;
    width: 12px;
    height: 14px;
    margin: 5px auto 0;
    background: url("../images/common/icon_like.png") 0 0 no-repeat;
    background-size: 100% 10px;
}

.brand_box .like_number.on::before {
    background-image: url("../images/common/icon_like_on.png");
}

.today_item .swiper-pagination {
    line-height: 1;
}

.today_item .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    opacity: 1 !important;
    background-color: #c1c1c1;
    border-radius: 50px;
    margin: 0 2px !important;
}

.today_item .swiper-pagination-bullet-active {
    width: 16px;
    background-color: #1A1818;
}

.recommend_swiper > .swiper-pagination-bullets {
    bottom: 16px;
}

/* today_핫딜 */
.today_hotdeal {
    border-top: 12px solid #eee;
}
.today_hotdeal .title_label_wrap .label {
    background-image: url("../images/common/label_choice.png");
}

.hotdeal_card {
    display: none;
}

.hotdeal_card_tab {
    position: relative;
    width: 100%;
    height: 68.27vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hotdeal_card_tab .brand_list {
    position: absolute;
    bottom: 15px;
    left: 0;
    margin-left: 16px;
    width: calc(100% - 16px);
}

.hotdeal_card_tab .brand_item {
    width: 232px;
}

.hotdeal_card_nav {
    padding: 19px 0;
    text-align: center;
    font-size: 0;
}

.hotdeal_card_nav li {
    display: inline-block;
    vertical-align: top;
    height: 82px;
    font-size: 12px;
    font-weight: bold;
    color: #c1c1c1;
    box-sizing: border-box;
}

.hotdeal_card_nav li:nth-child(2n) {
    margin: 0 16vw;
}

.hotdeal_card_nav li span {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 4px;
    text-indent: -9999px;
    background-size: 60px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
}

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

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

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

.hotdeal_card_nav li.on {
    color: #313131;
}

.hotdeal_card_nav li.on span {
    border: 2px solid #f3484a;
}

.hotdeal_nav1.on span {
    background-image: url("../images/today/hotdeal_nav1_on.png");
}

.hotdeal_nav2.on span {
    background-image: url("../images/today/hotdeal_nav2_on.png");
}

.hotdeal_nav3.on span {
    background-image: url("../images/today/hotdeal_nav3_on.png");
}

/* today_오늘의 추천 아이템 */
.today_hot_item {
    padding: 28px 0 18px;
}

.today_hot_item .title_text_wrap {
    padding-bottom: 11px;
}

.hot_swiper {
    width: calc(100% - 33px);
    padding-top: 14px;
    margin: auto;
    padding-bottom: 22px;
}

.hot_swiper .card {
    width: 100%;
    margin: 0;
}

.hot_swiper .swiper-pagination-bullets {
    bottom: 0;
}

.hot_swiper .label_new {
    position: absolute;
    left: -3px;
    top: -18px;
    z-index: 2;
    width: 40px;
    height: 40px;
}

/* today_오늘의 키워드 */
.today_keyword {
    margin-top: -5px;
}

.keyword_box {
    position: relative;
    margin-top: 12.5px;
    height: 324px;
    padding: 0 16.5px;
}

.keyword_box .item {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 104px;
    height: 104px;
    margin: -102px 0 0 -73px;
    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);
}

.keyword_box .item.item1 {
    width: 148px;
    height: 148px;
    z-index: 10;
    -webkit-animation: fifth-item 3s infinite;
    animation: fifth-item 3s infinite;
}

.keyword_box.on .item::after,
.keyword_box.on .item2::before,
.keyword_box.on .item5::before {
    content: '';
    position: absolute;
    opacity: 0;
    right:  0;
    top: 0;
    border-radius: 50%;
}

.keyword_box.on .item2::after {
    width: 4px;
    height: 4px;
    background-color: #60bc46;
    transform: matrix(1, 0, 0, 1, -152, 64);
    animation: key_dot 0.5s forwards;
    animation-delay: 0.5s;
}

@keyframes key_dot {
    100% {
        opacity: 1;
        transform: translate3d(-106px, 5px, -1025px);
    }
}

.keyword_box.on .item2::before {
    width: 4px;
    height: 4px;
    background-color: #db2128;
    transform:  translate3d(-100px, 147px, -1025px);
    animation: key_dot2 0.5s forwards;
    animation-delay: 0.6s;
}

@keyframes key_dot2 {
    100% {
        opacity: 1;
        transform: translate3d(0px, 96px, -1025px);
    }
}

.keyword_box.on .item3::after {
    width: 12px;
    height: 12px;
    background-color: #0e77c3;
    transform: matrix(1, 0, 0, 1, -122, 27);
    animation: key_dot3 0.5s forwards;
    animation-delay: 0.7s;
}

@keyframes key_dot3 {
    100% {
        opacity: 1;
        transform: translate3d(-60px, -20px, -1025px);
    }
}

.keyword_box.on .item4::after {
    width: 8px;
    height: 8px;
    background-color: #db2128;
    transform: translate3d(43px, 30px, -1025px);
    animation: key_dot4 0.5s forwards;
    animation-delay: 0.7s;
}

@keyframes key_dot4 {
    100% {
        opacity: 1;
        transform: translate3d(16px, 50px, -1025px);
    }
}

.keyword_box.on .item5::before {
    width: 4px;
    height: 4px;
    opacity: 1;
    background-color: #60bc46;
    transform: translate3d(3px, 126px, -1025px);
    animation: key_dot5 0.5s forwards;
    animation-delay: 0.5s;
}

@keyframes key_dot5 {
    100% {
        opacity: 1;
        transform: translate3d(-98px, 135px, -1025px);
    }
}

.keyword_box.on .item5::after {
    width: 16px;
    height: 16px;
    opacity: 1;
    background-color: #ffa12c;
    transform: translate3d(46px, 70px, -1025px);
    animation: key_dot6 0.5s forwards;
    animation-delay: 0.5s;
}

@keyframes key_dot6 {
    100% {
        opacity: 1;
        transform: translate3d(20px, 7px, -1025px);
    }
}

.keyword_box .item img {
    width: 100%;
    border-radius: 50%;
}

.icon_pick {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    transform: translate(7%, 30%);
}

.icon_pick img {
    width: 53px;
}

.keyword_desc {
    margin-top: -47px;
    text-align: center;
}

.keyword_desc h3 {
    font-size: 13px;
    color: #313131;
    font-weight: normal;
}

.keyword_desc h3 strong {
    display: block;
    padding-bottom: 5px;
    font-size: 16px;
}

.btn_keyword_more {
    margin: 25px auto 0;
    height: 40px;
    padding: 0 27.5px;
    border-radius: 25px;
    border: 1px solid #777;
    box-sizing: border-box;
}

.btn_keyword_more span {
    position: relative;
    display: block;
    margin-top: -1px;
    font-size: 13px;
    color: #313131;
}

.btn_keyword_more span::before {
    content: '#';
    margin-right: -2px;
    margin-left: 2px;
}

.btn_keyword_more img {
    vertical-align: middle;
    margin: -3px 0 0 9px;
    width: 7px;
}

/* today_베스트 아이템 */
.today_best {
    padding: 27px 0 16px;
}

.today_best .title_filter,
.today_best_brand .title_filter {
    border-bottom: 1px solid #dbdbdb;
}

.best_nav_swiper, .best_nav_swiper2 {
    width: calc(100% - 16.5px);
    margin-left: 16.5px;
    margin-top: 13px;
}

.best_nav_swiper .swiper-slide,
.best_nav_swiper2 .swiper-slide {
    width: auto;
    padding: 0 14px;
    text-align: center;
    height: 36px;
    line-height: 34px;
    font-size: 12px;
    color: #313131;
    border-radius: 40px;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
}

.best_nav_swiper .swiper-slide.on,
.best_nav_swiper2 .swiper-slide.on {
    background-color: #da2128;
    border-color: #da2128;
    color: #fff;
}

.today_best_tab {
    padding-top: 14px;
}

.today_best .horizontal_list {
    width: calc(100% - 10px);
    height: 336px;
    margin-left: 10px;
    margin-top: 9px;
    display: flex;
    flex-flow: column wrap;
    box-sizing: border-box;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

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

.today_best .horizontal_list > div {
    width: 279px;
    height: 100px;
}

.today_best .horizontal_item .thum {
    top: 1px;
}

.today_best .best_keyword {
    display: none;
}

/* today_에디터추천 */
.today_editor {
    padding-bottom: 27px;
}

.editor_swiper {
    width: calc(100% - 16.5px);
    margin-left: 16.5px;
    margin-top: 2px;
}

/* today_스페셜 에디션 */
.today_special {
    padding-top: 7px;
}

.edition_swipe {
    width: 100%;
}

.edition_swipe .swiper-slide {
    position: relative;
    width: 312.5px;
}

.edition_swipe .swiper-slide.blank {
    width: 1px;
}

.edition_swipe .swiper-slide > a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: calc(100% - 190px);
}

.edition_swipe .thum {
    position: relative;
    width: 100%;
    height: 164px;
    border-radius: 4px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

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

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

.edition_swipe .desc {
    position: relative;
    padding: 10px 0 12px;
}

.edition_swipe .desc h2 {
    font-size: 14px;
    color: #1a1818;
    font-weight: normal;
}

.edition_swipe .rating_scope {
    position: absolute;
    right: 1px;
    top: 13px;
}

.edition_swipe .desc .price {
    padding-top: 6px;
    font-size: 14px;
}

.edition_swipe .desc .percent {
    padding-right: 5px;
    font-size: 14px;
}

.edition_text {
    padding: 12px 0 20px;
    text-align: center;
    line-height: 1.65;
    font-size: 13px;
    color: #313131;
    background: url("../images/today/line.png") 0 0 no-repeat;
    background-size: 100%;
}

.edition_text::before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    margin-bottom: 6px;
    background: url("../images/today/icon_quotes.png") center no-repeat;
    background-size: auto 100%;
}

.edition_list li {
    float: left;
    width: 100px;
    height: 100px;
}

.edition_list li + li {
    margin-left: 6px;
}

.edition_list li a {
    display: block;
    width: 100%;
    height: 100%;
    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;
}

.edition_list li img {
    width: 100%;
}

/* today_베스트 브랜드 샵 */
.today_best_brand {
    padding: 29px 0 28px;
}

.best_nav_swiper2 .swiper-slide.on {
    background-color: #313131;
    border-color: #313131;
}

.best_brand_tab {
    padding-top: 16px;
}

.brand_tab_list {
    display: none;
}

.best_brand_box {
    position: relative;
}

.best_brand_title a {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    padding: 6px 16px;
    background: url("../images/common/icon_more.png") calc(100% - 15px) 50% no-repeat;
    background-size: 7px 12px;
    box-sizing: border-box;
}

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

.best_brand_title strong {
    display: block;
    padding-bottom: 2px;
    font-size: 14px;
    color: #000;
    font-family:'font_gs', 'AppleGothic', sans-serif;
}

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

.best_brand_box .brand_title {
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 3;
    width: 132px;
    height: 139px;
    box-sizing: border-box;
}

.best_brand_swiper {
    margin-left: 132px;
    width: calc(100% - 132px);
}

.best_brand_swiper .swiper-slide {
    width: 100px;
    height: 139px;
}

.best_brand_swiper .thum {
    width: 100%;
    height: 100px;
}

.best_brand_swiper .desc {
    height: auto;
    padding-top: 5px;
}

.best_brand_swiper .desc h2 {
    font-size: 12px;
    font-weight: normal;
}

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

.best_brand_swiper .desc .price,
.best_brand_swiper .desc .price .percent {
    font-size: 11px;
}

.best_brand_swiper .thum .btn_like {
    right: 6px;
    bottom: 8px;
}

.brand_tab_list .btn_new_load {
    margin-top: 49px;
}

.best_brand_photo {
    padding-top: 4px;
}

.best_brand_item {
    width: calc(100% - 33px);
    margin: 0 auto 8px;
    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;
}

.best_brand_item li {
    float: left;
    width: 33.33%;
    height: 30.4vw;
}

.best_brand_item li:first-child {
    width: 66.67%;
    height: 91.2vw;
}

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

.best_brand_item li img {
    width: 100%;
    height: 100%;
}

.best_brand_photo .btn_new_load {
    margin-top: 16px;
}

/* today_오늘의 기획전 */
.special_item {
    border-top: 12px solid #eee;
}
.special_banner_box {
    padding: 12px 16.5px 0;
}

.special_banner_box > div {
    margin-bottom: 28px;
}

.special_banner_box > div > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.special_banner_box .label_new {
    width: 40px;
    height: 40px;
    position: absolute;
    left: -5px;
    top: -19px;
    z-index: 1;
}

.special_banner_box .thum {
    position: relative;
    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;
}

.special_banner_box .thums img {
    float: left;
    width: calc(26.9% - 4px);
    height: calc(50% - 3px);
    margin-bottom: 4px;
}

.special_banner_box .thums img:first-child {
    width: 73.1%;
    height: 100%;
    margin-right: 4px;
    margin-bottom: 0;
}

.special_banner_box .thums img:nth-child(3) {
    margin-bottom: 0;
}

.special_banner_box .label_box {
    position: absolute;
    left: 8px;
    bottom: 8px;
    padding-bottom: 0;
}

.special_banner_box .label_box span {
    padding: 0 9px;
    background-color: #999;
    border-color: #999;
    font-size: 10px;
    color: #fff;
}

.special_banner_box .label_box span:first-child {
    background-color: #1a1818;
    border-color: #1a1818;
}

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

.special_banner_box .desc h2 {
    font-size: 14px;
    color: #313131;
}

.special_banner_box .desc p {
    padding-top: 3px;
    font-size: 13px;
    color: #777;
}

.special_banner_box .desc span {
    position: absolute;
    right: 0;
    top: 11px;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
}

.special_banner_box .desc span::before {
    content: '~'
}

.special_banner_box .btn_new_load {
    margin-top: 1px;
}

/* 메인 펀딩 */
.main_funding {
    padding-bottom: 44px;
}

.funding_vertical_list {
    padding: 44px 16.5px 0;
}

/* 실시간 검색어 */
.main_keyword {
    padding-top: 0;
    border-top: 8px solid #eee;
}
.main_keyword .title_text_wrap img {
    display: inline-block;
    vertical-align: middle;
    width: 16.5px;
    margin: -4px 1px 0 0;
}

.main_keyword .best_keyword {
    height: 200px;
    padding-top: 14px;
}

/* 실시간 인기 */
.main_today_hot {
    padding-top: 28px;
}

.hot_tag_list {
    margin-left: 16.5px;
    margin-top: 2px;
    font-size: 0;
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.hot_tag_list::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
    
.hot_tag_list > div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.main_recommend {
    padding-top: 27px;
}

.main_swipe_item1, .main_swipe_item2 {
    margin-left: 16.5px;
}

.main_swipe_item1 .vertical_item,
.main_swipe_item2 .vertical_item {
    height: 233px;
}

.main_recommend2 {
    padding-bottom: 42px;
}

/* 기획전 */
.main_special {
    padding-top: 7px;
}

.exhibition_top {
    margin-bottom: 15px;
}

.exhibition_top > a {
    position: relative;
    display: block;
    width: 100%;
    height: 212px;
    padding: 0 16px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #f8f8f8;
}

.exhibition_top .desc {
    position: relative;
    top: 50%;
    z-index: 1;
    transform: translateY(-65%);
}

.exhibition_top .desc h3 {
    font-size: 15px;
    color: #313131;
}

.exhibition_top .desc h3 img {
    display: block;
    margin-bottom: 12px;
    width: 52px;
}

.exhibition_top .desc p {
    padding-top: 12px;
    line-height: 1.6;
    font-size: 13px;
    color: #313131;
}

.exhibition_top .thum {
    position: absolute;
    right: 2px;
    top: 1px;
    width: 212px;
}

.exhibition_top .thum img {
    max-width: 100%;
}

/* 메인 이벤트 목록*/
.main_dot_event {
    padding: 28px 0 33px;
}

.main_dot_event::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 116px;
    background-color: #f8f8f8;
}

.dot_swipe {
    margin-top: 12px;
    margin-left: 13.5px;
}

.dot_swipe .swiper-slide {
    width: 110px;
}

.dot_swipe .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.dot_swipe .thum {
    width: 100%;
    height: 110px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.dot_swipe h3 {
    padding-top: 9px;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    color: #313131;
}

/* 메인 앵콜특가 */
.main_encore .horizontal_list {
    padding: 13px 16.5px 12px;
}

.main_encore .horizontal_list .horizontal_item {
    margin-bottom: 16px;
}

/* 메인 이벤트배너 */
.main_pick {
    padding-top: 29px;
}

.main_pick div a {
    position: relative;
    display: block;
    width: 100%;
    height: 160px;
    margin-bottom: 15px;
    background-color: #f8f8f8;
}

.main_pick .auto_banner a {
    height: 42.67vw;
}

.main_pick .auto_banner a > img {
    width: 100%;
    height: 100%;
}

.main_pick div:last-child a {
    margin-bottom: 0;
}

.main_pick .thum {
    position: absolute;
    top: 0;
    width: 180px;
    height: 100%;
}

.main_pick .thum img {
    width: 100%;
    height: 100%;
}

.main_pick .desc {
    position: relative;
    width: calc(100% - 180px);
    height: 100%;
    padding-top: 21px;
    text-align: center;
    box-sizing: border-box;
}

.main_pick .desc h3 {
    font-size: 15px;
    color: #313131;
}

.main_pick .desc h3 img {
    display: block;
    width: 45px;
    margin: 0 auto 8px;
}

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

.main_pick .desc .price {
    padding-top: 16px;
    font-weight: bold;
}

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

.main_pick .left_banner .thum {
    left: 0;
}

.main_pick .right_banner .thum {
    right: 0;
}

.main_pick .left_banner .desc {
    float: right;
    padding-right: 7px;
}

.main_pick .right_banner .desc {
    float: left;
    padding-left: 7px;
}

.main_editor {
    padding-top: 28px;
    padding-bottom: 8px;
}

.main_product {
    border-top: 8px solid #eee;
    padding-top: 0;
}

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

.main_product .vertical_item {
    float: left;
    width: calc(33.333% - 4px);
    margin-right: 6px;
    margin-bottom: 18px;
}

.main_product .vertical_item:nth-child(3n) {
    margin-right: 0;
}

.main_product2 {
    border-top: 0;
}