:root{
    --pt-c2 : #f43142;
}
/* itme_type01 */
.itme_type01 {
    /*padding-top: 30px;*/
    /* margin-bottom: 50px; */
    display: flex;
    flex-wrap: wrap;
}

.itme_type01>li {
    width: calc(25% - 22.5px);
}
.itme_type01>li{
    margin-right:30px;
}
.itme_type01>li:nth-of-type(n + 5) {
    margin-top: 50px;
}
.itme_type01 li:nth-of-type(4n + 0) {
    margin-right: 0;
}
/* .itme_type01 li:nth-child(4n) {
    margin-right: 0;
} */

/* .main_section03 .itme_type01 > li:nth-of-type(4n) { margin-right:0; }  */

.itme_type01 .thum_img {
    display: block;
    position: relative;
    width: 100%;
    /* height: 277px;overflow: hidden;*/
    background: #fff;
}

.itme_type01 .thum_img .in_img {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    /* background-color:#f3f3f3; */
    transition: all 0.3s;
}
/* 
.itme_type01 .thum_img .in_img .hover_box {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    padding: 0 10px;
    font-weight: 500;
    opacity: 0;
    transition: all 0.4s;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0;
}
.itme_type01 .thum_img .in_img:hover .hover_box {
    opacity: 1;
} */

.itme_type01 .thum_img .item_opt {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: none;
}

.itme_type01 .thum_img .item_opt button {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: 0 0;
    outline: none;
    margin-left: 7px;
    font-size: 0;
    text-indent: -9999em;
}

/* 최근할인 등 아이콘 */


.itme_type01 .item_content {
    position: relative;
}

.itme_type01 .item_content .tagbox {
    position: absolute;
    top: -40px;
    left: 0;
    z-index: 1;
}



.itme_type01 .in_ico {
    position: absolute;
    left: 10px;
    bottom: 10px;
    display: none;
}

/* .itme_type01 .thum_img .item_opt button:hover, .itme_type01 .thum_img .item_opt button:focus, .thum_img .item_opt button.active{background-position: 0 100%;} */
.itme_type01 .thum_img .item_opt .btn_zzim {
    overflow: hidden;
    background-image: url("/img/btn/heart.png");
}

.itme_type01 .thum_img .item_opt .btn_zzim.on {
    background-image: url("/img/btn/heart_on.png");
}

.itme_type01 .thum_img .item_opt .btn_zzim.active {
    background-image: url("/img/btn/heart_on.png");
}

.itme_type01 .thum_img .item_opt .btn_zzim:hover {
    background-image: url("/img/btn/heart_on.png");
}

.itme_type01 .thum_img .item_opt .btn_vs {
    display: none;
    overflow: hidden;
    background-image: url("/img/main/btn_vs.png");
}

.itme_type01 .thum_img .item_opt .btn_vs.active {
    background-position: 0 100%;
}

.itme_type01 .thum_img .item_opt .btn_vs:hover {
    background-position: 0 100%;
}

.itme_type01 .thum_img .item_opt .btn_vsmore {
    display: none;
    position: absolute;
    top: -55px;
    right: -30px;
    margin-left: 0;
    width: 105px;
    height: 55px;
    background: url("/img/btn/vsmore.png")no-repeat left top;
}

.itme_type01 .thum_img .item_opt button.btn_vsmore:hover,
.itme_type01 .thum_img .item_opt button.btn_vsmore:focus,
.thum_img .item_opt button.btn_vsmore.active {
    background-position: 0 0;
}

.itme_type01 .item_content .ic_tit {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    overflow: hidden;
}

.itme_type01 .item_content .ic_tit strong {
    font-size: 16px;
    color: #434343;
    font-weight: 600;
}

.itme_type01 .item_content .ic_tit span {
    font-size: 14px;
    color: #838383;
    font-weight: 500;
}

.itme_type01 .item_content .ic_subject {
    font-size: 20px;
    font-weight: 600;
    color: #252525;
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
}
.itme_type01 .item_content .ic_subject b{
    display: block;
    width: 100%;
    line-height:1.4em;
    max-height: 2.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;


}
/* .itme_type01 .item_content .ic_subject+* {
    margin-top: 10px;
} */

.itme_type01 .item_content .ic_disc {
    font-size: 15px;
    line-height: 1.4em;
    max-height: 2.8em;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.itme_type01 .item_content .ic_mid .ic_subject2 {
    font-size: 14px;
    color: #999;
    display: block;
    line-height: 1.428;
}

.itme_type01 .item_content .ic_mid .ic_subject3 {
    font-size: 14px;
    color: #454545;
    display: block;
    line-height: 1.428;
}

.itme_type01 .item_content .ic_subject a {
    color: #252525;
}

.itme_type01 .item_content .ic_txt {
    display: block;
    font-size: 13px;
    color: #434343;
    line-height: 18px;
    height: 54px;
    overflow: hidden;
    font-family: "Nanum Gothic";
    margin-bottom: 8px;
}

.itme_type01 .item_content .ic_txt a {
    color: #434343;
    display: block;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.itme_type01 .item_content .ic_txt a:focus,
.itme_type01 .item_content .ic_txt a:hover {
    text-decoration: underline;
}

.itme_type01 .item_content .ic_bot {
    position: relative;
    margin-top: 15px;
}

.itme_type01 .item_content .ic_bot:after {
    content: "";
    display: block;
    clear: both;
}


.itme_type01 .item_content .ic_bot .ic_pay span{
    font-size: 20px;
}
.itme_type01 .item_content .ic_bot .ic_pay span strong {
    font-size: 1.2em;
}

.itme_type01 .item_content .ic_bot .ic_pay .hlt_txt {
    vertical-align: baseline;
    color: var(--pt-c);
    text-decoration: none;
    margin-right: 5px;
}
.itme_type01 .item_content .ic_bot .ic_pay .hlt_txt  i {
    font-weight: 500;
    font-family: 'Noto Sans KR';
    font-size: 15px;
    margin-left: 2px;
}

.itme_type01 .ic_desc{
    margin: 5px 0 20px;
}
.itme_type01 .ic_desc span{
    font-size: 1em;
    line-height: 1.333em;
    height: 2.666em;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}
.itme_type01 .item_content .ic_bot .ic_pay .above {
    font-size: 1em;
    color: #999;
    font-style: normal;
    display: inline-block;
    text-decoration: line-through;
    margin-left: 5px;
}

.itme_type01 .item_content .ic_bot .ic_color {
    float: right;
    display: none;
}

.itme_type01 .item_content .ic_bot .ic_color span {
    display: none;
    margin-left: 5px;
    width: 12px;
    height: 12px;
    overflow: hidden;
    border-radius: 50%;
}

.itme_type02 .thum_img {
    display: block;
    position: relative;
    overflow: hidden;
    /*background: #f6f6f6;*/
    margin-bottom: 16px;
}

.itme_type02 .thum_img .in_img {
    display: block;
    width: 100%;
padding-top: 100%;
transition: 0.2s all;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 10px;
}


.itme_type02 li:focus .thum_img .in_img
.itme_type02 li:hover .thum_img .in_img{
    transform: scale(1.08);
}

.itme_type02 .item_content .ic_subject a {
    color: #757575;
    overflow: hidden;
    line-height: 1.25em;
    height: 2.5em;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itme_type02 .item_content .ic_pay {
    font-size:16px;
    display: inline-block;
    color: #757575;
margin-top: 10px;   
    letter-spacing: -0.5px
}

.itme_type02 .item_content .ic_pay span {
    font-style: italic;
}

.itme_type02 .item_content .ic_pay span.hlt_txt {
    color: var(--pt-c2);
}

.itme_type02 .item_content .ic_pay strong {
    color: #252525;
    font-weight: 500;
}


/* itme_type03 */
.itme_type03 .thum_img {
    display: block;
    position: relative;
    width: 238px;
    height: 232px;
    overflow: hidden;
    background: #f6f6f6;
}

.itme_type03 .thum_img .in_img {
    display: block;
    width: 100%;
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.2s all;
    border-radius: 10px;
}

.itme_type03>li:focus .thum_img .in_img
.itme_type03>li:hover .thum_img .in_img{
    transform: scale(1.08);
}

.itme_type03 .item_content {
    padding: 20px 10px 0 10px;
}

.itme_type03 .item_content .ic_tit {
    font-style: italic;
    overflow: hidden;
    margin-bottom: 5px;
}

.itme_type03 .item_content .ic_tit strong {
    font-size: 16px;
    color: #434343;
    font-weight: 500;
}

.itme_type03 .item_content .ic_tit span {
    font-size: 14px;
    color: #434343;
    font-weight: 500;
}

.itme_type03 .item_content .ic_subject {
    height: 16px;
    font-size: 14px;
    line-height: 1.1428em;
    max-height: 2.2857em;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 300;
    margin-bottom: 10px;
}

.itme_type03 .item_content .ic_subject a {
    color: #333;
}

.itme_type03 .item_content .ic_pay {
    color: #434343;
    font-size: 12px;
    letter-spacing: -0.5px
}

.itme_type03 .item_content .ic_pay span {
    font-size: 14px;
    color: #434343;
    font-style: italic;
}

.itme_type03 .item_content .ic_pay span.hlt_txt {
    color: #e60012;
}

.itme_type03 .item_content .ic_pay strong {
    font-size: 14px;
    color: #434343;
    font-weight: 500;
}




/* paging */
.next_prev_box{
    margin-top: 30px;

}
.next_prev_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.next_prev_box ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;

}

.next_prev_box ul li .first_page {
    background-image: url("../img/btn/list_all_pr.png");
}

.next_prev_box ul li .preview {
    margin-right: 10px;
    background-image: url("../img/btn/list_pr.png");
}

.next_prev_box ul li .next {
    margin-left: 10px;
    background-image: url("../img/btn/list_ne.png");
}

.next_prev_box ul li .last_page {
    background-image: url("../img/btn/list_all_ne.png");
}

.next_prev_box ul li a {
    display: inline-block;
    width: 38px;
    height: 38px;
    border: 1px solid #dddddd;
    background-color: #fafafa;
    line-height: 38px;
    text-align: center;
    font-size: 15px;
    color: #252525;
    background-position: center;
    background-repeat: no-repeat;
}

.next_prev_box ul li:first-child {
    margin-left: 0;
}

/* .next_prev_box ul li:last-child a{
    margin-right: 0;
} */

.next_prev_box ul li a.on {
    border: 1px solid #252525;
}

.next_prev_box ul li.on a {
    border: 1px solid #252525;
}
/* contact paging */
.contact .next_prev_box {
    margin-top: 60px;
}
.item_list .next_prev_box{
    margin-top: 60px;
}

@media screen and (max-width: 850px) {


    /* */
    .next_prev_box ul li a {
        font-size: 14px;
        /* margin-left: 28px; */
    }

    .next_prev_box ul li .preview {
        margin-right: 12px;
    }

    .next_prev_box ul li .next {
        /* margin-left: 40px; */
    }

    /* 모바일 페이저 */
    .mypage_container .next_prev_box ul {
        margin-top: 30px;
    }

    .next_prev_box ul {
        margin-top: 40px;
    }

    .next_prev_box ul li {
        margin-left: 6px;
    }

    .next_prev_box ul li a {
        width: 24px;
        height: 24px;
        line-height: 22px;
        font-size: 12px;
        background-size: 24px auto;
    }

    .next_prev_box ul li .preview {
        margin-right: 8px;
    }

    .next_prev_box ul li .next {
        margin-left: 8px;
    }

}