/* 책 상세 페이지 레이아웃 */
.store_book_view_wrap {
    display: flex; 
    position: relative; 
    width: 1140px; 
    margin: 0 auto; 
    margin-top: 20px;
}

.store_book_view_wrap_l {
    flex: 1; 
    width: 880px;
}
/* // 책 상세 페이지 레이아웃 */

.store_product_box, .store_product_box_img, .store_product_box_img img {
    width: 340px;
}

.store_product_box_img {
    margin-bottom: 10px;
}

.store_view_area {
    border: none;
    background: none;
}

.store_product_box_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dcdcdc;
    border-radius: 12px;
    padding: 10px 0;
    gap: 5px;
}

.store_product_box_btn a {
    background: none;
    margin: 0;
}

.store_product_info_box {
    padding-top: 0;
    width: 540px;
}

.insight-share {
    margin: 0;
}

.insight-share a:hover {
    cursor: pointer;
}

.type_badge_wrapper {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.type_badge {
    color: #01a28a;
    border: 1px solid #01a28a;
    border-radius: 8px;
    width: 57px;
    height: 26px;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    font-weight: 800;
}

.ebook_badge {
    color: #D7A63C;
    border: 1px solid #D7A63C;
}

.store_product_info_box h3 {
    margin: 15px 0;
}

.store_product_info_box .info_area {
    flex-direction: row-reverse;
}

.store_product_info_box .info_list {
    border: none;
    margin: 0;
    padding: 0;
}

.store_product_info_box .info_list li {
    padding-bottom: 17px;
}

.store_product_info_box .info_list strong {
    background: none;
    padding: 0;
}

.link_ver {
    color: #222;
    font-weight: 400;
}

.link_ver:hover {
    text-decoration: none;
}

.level {
    display: flex;
    align-items: center;
}

.level div {
    display: flex;
    gap: 8px;
}

.level div span {
    background-color: #f5f5f5;
    color: #8f8f8f;
    border-radius: 6px;
    padding: 0 8px;
}

.level span.step_level {
    color: #01a28a;
    background-color: #e8faf7;
}

.btn_ver {
    background: none;
    color: #222;
    border: none;
    text-align: left;
    font-weight: 400;
    line-height: 0;
}

.btn_ver:active {
    top: 0;
}

.review_pop-layer .layer_con_box {
    height: 88%;
}

.misprint_pop-layer .layer_con_box {
    height: 650px;
}
