body {
    overflow: hidden;
}

img {
    height: auto;
}

a:hover {
    text-decoration: none;
}

.wrap {
    position: relative;
    margin-top: 179px;
}

.container {
    position: relative;
    width: 995px;
    margin: 0 auto;
}

.main_title {
    text-align: center;
    font-size: 22px;
    padding-bottom: 43px;
    margin-top: 133px;
}

.more_btn_wrap {
    position: absolute;
    right: 0;
    top: 4px;
}

.more_btn_wrap a {
    padding: 7px 10px;
    border: 1px solid #eaebed;
    border-radius: 18px;
}

.more_btn_wrap span {
    font-size: 15px;
    color: #555555;
}

.m_nav {
    margin: 60px auto 0 auto;
}

.m_nav ul {
    display: flex;
    justify-content: space-between;
    margin: 0 -13px;
}

.m_nav ul li {
    width: 213px;
    margin: 0 13px;
    text-align: center;
}

.m_nav ul li img {
    width: 100%;
}

.m_nav ul li span {
    display: block;
    border: 1px solid #eeeeee;
    padding: 20px 0;
    border-top: 0;
    font-size: 16px;
}

.tab_item a {
    position: relative;
}

.scroll_item_content,
.tab_item_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -13px -60px;
}

.scroll_item,
.tab_item {
    width: calc(25% - 26px);
    margin: 0 13px 60px;
}

.scroll_item a {
    position: relative;
    display: block;
    text-align: center;
}

.item_image {
    position: relative;
}

.item_name,
.tab_item_name {
    margin-top: 8px;
}
.item_name span,
.tab_item_name span {
    display: block;
    height: 45px;
    padding: 0 10px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: center;
}

.item_detail,
.itab_tem_detail {
    margin-top: 40px;
}

.item_name,
.fixed_price,
.price_wrap {
    text-align: center;
}
.fixed_price {
    text-decoration: line-through;
    color: #999;
    font-weight: normal;
    font-size: 13px;
    margin: 2px 0;
}
.price_wrap .discount_rate {
    font-size: 15px;
    color: #ee2f49;
    font-weight: bold;
}

.price_wrap .item_price {
    background: #fff;
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 0;
    font-weight: bold;
    color: #323232;
    font-size: 15px;
}

.price_wrap .item_price .number {
    font-size: 15px;
}

#item_tab_wrap {
    margin: 133px 0;
}

#tab_btn ul {
    display: flex;
    justify-content: center;
    margin-bottom: 43px;
}

#tab_btn ul li {
    position: relative;
    margin: 0 10px;
    font-size: 19px;
    color: #b5b5b5;
    font-weight: bold;
    cursor: pointer;
}
#tab_btn ul li.active {
    color: #000;
}
#tab_btn ul li:before {
    display: none;
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 3px;
    background-color: #000;
}
#tab_btn ul li.active:before {
    display: block;
}

.tab_item_menu.kpop,
.tab_item_menu.kstyle {
    display: none;
}

.bx-wrapper .bx-pager {
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    right: 0 !important;
}

.event_items {
    display: flex;
    justify-content: space-between;
}
.event_item {
    width: 310px;
}

.event_item_name {
    padding: 8px 0;
    font-weight: bold;
    color: #323232;
    font-size: 15px;
}

.event_item_name {
    font-weight: bold;
    color: #323232;
    font-size: 15px;
}

.sub_item_name {
    color: #999;
    font-weight: normal;
    font-size: 15px;
}

.event_item img {
    width: 100%;
}

.pc_preorder_dday_text {
    position: absolute;
    left: 20%;
    top: 79%;
    width: 140px;
}

.pn_wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 80px;
}

.pn_btn {
    display: block;
}

.pn_text {
    display: block;
    padding: 4px 14px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

b.pn_text {
    color: #ee2f49;
}

.pn_img {
    display: inline-block;
    height: 11px;
    padding: 0 14px;
}

.pn_img.left {
    transform: rotate(180deg);
}

.pn_img.top {
    padding-top: 7px;
}
.pn_img.bottom {
    padding-bottom: 7px;
}