@charset "utf-8";

@font-face {font-family: 'Noto Sans KR';font-weight: 300;src: url(./font/NotoSansKR-Light.woff2) format('woff2'),url("./font/NotoSansKR-Light.woff") format('woff');}
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src: url(./font/NotoSansKR-Regular.woff2) format('woff2'),url(./font/NotoSansKR-Regular.woff) format('woff');}
@font-face {font-family: 'Noto Sans KR';font-weight: 500;src: url(./font/NotoSansKR-Medium.woff2) format('woff2'),url(./font/NotoSansKR-Medium.woff) format('woff');} 
@font-face {font-family: 'Noto Sans KR';font-weight: 700;src: url(./font/NotoSansKR-Bold.woff2) format('woff2'),url(./font/NotoSansKR-Bold.woff) format('woff');} 
@font-face {font-family: 'cafe24ss'; src: url(./font/Cafe24Ssurround.woff) format('woff');}

body {
    letter-spacing: -0.05em;
}

.enhi_ebook .enhi_ebook_wrap {
    display: flex;
    flex-direction: row;
}

.enhi_ebook .enhi_ebook_wrap > section {
    width: 50%;
}

.enhi_ebook .enhi_ebook_wrap > section + section {
    margin-left: 52px;
}

.enhi_ebook .enhi_tit {
    font-family: 'Noto Sans KR';
    font-size: 20px;
    font-weight: 500;
    height: 35px;
}

.enhi_ebook_list {
    display: flex;
    flex-direction: row;
}

.enhi_ebook_list > li {
    width: 33.3333%;
}

.enhi_ebook_list > li + li {
    margin-left: 30px;
}

.enhi_ebook_item .enhi_ebook_thumb {
    border: 1px solid #797979;
    margin-bottom: 16px;
    max-width: 160px;
    width: 100%;
}

.enhi_ebook_item .enhi_ebook_thumb img {
    width: 100%;
    height: 180px;
}

.enhi_ebook_item .enhi_ebook_title {
    color: #383838;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 14px;
    min-height: 2.6em;

    word-break: keep-all;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}  

.enhi_ebook_item .enhi_ebook_detail {
    color: #383838;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    min-height: 3.9em;

    word-break: keep-all;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.enhi_ebook_item .enhi_ebook_rating {
    background: url(../images/img_star_rating.png) left top no-repeat;
    height: 22px;
    margin-bottom: 18px;
    position: relative;
    width: 127px;
}

.enhi_ebook_item .enhi_ebook_rating_bg {
    background: #5d9eee;
    display: inline-block;
    height: 100%;
    position: relative;
    text-indent: -9999999px;
    transition: width 0.3s;
    width: 0;
    z-index: -1;
}

.enhi_ebook_item .enhi_ebook_rent_btn {
    align-items: center;
    background: #000;
    color: #fff;
    display: flex;
    font-size: 14px;
    height: 36px;
    justify-content: center;
    margin-top: 15px;
    width: 110px;
}

.enhi_ebook_item .enhi_ebook_rent_btn:hover {
    background: #707070;
}

@media (max-width:1279px){
    .enhi_ebook .enhi_ebook_wrap > section + section {
        margin-left: 30px;
    }

    .enhi_ebook_item .enhi_ebook_thumb {
        max-width: 130px;
    }
}

@media (max-width:1024px){
    .enhi_ebook .enhi_ebook_wrap {
        flex-wrap: wrap;
    }

    .enhi_ebook .enhi_ebook_wrap > section {
        width: 100%;
    }

    .enhi_ebook .enhi_ebook_wrap > section + section {
        margin-left: 0;
        margin-top: 40px;
    }

    .enhi_ebook_list > li + li {
        margin-left: 40px;
    }
}


@media (max-width:610px){
    .enhi_ebook .enhi_tit {
        font-size: 18px;
    }

    .enhi_ebook_item .enhi_ebook_thumb {
        max-width: 100px;
    }

    .enhi_ebook_list > li + li {
        margin-left: 20px;
    }

    .enhi_ebook_item .enhi_ebook_title {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .enhi_ebook_item .enhi_ebook_rating {
        background-size: contain;
        height: 16px;
        margin-bottom: 6px;
        width: 92px;
    }

    .enhi_ebook_item .enhi_ebook_detail {
        font-size: 14px;
    }

    .enhi_ebook_item .enhi_ebook_rent_btn {
        font-size: 13px;
        width: 100px;
    }
}

@media (max-width:450px) {
    .enhi_ebook_list > li + li {
        margin-left: 15px;
    } 

    .enhi_ebook_item .enhi_ebook_title {
        font-size: 14px;
    }

    .enhi_ebook_item .enhi_ebook_detail {
        font-size: 12px;
    }
}

@media (max-width:330px) {
    .enhi_ebook_item .enhi_ebook_rating {
        height: 10px;
        width: 60px;
    }
}