/* Common */
.content_wrap {
    min-height: calc(100vh - 475px);
}
.w_container {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    box-sizing: border-box;
}
.mt23 {
    margin-bottom: 23px;
}
.mb8 {
    margin-bottom: 8px;
}
.w_deco_none {
    text-decoration: none;
}
.w_page_title_sub {
    margin-top: 50px;
    margin-bottom: 50px;
}
.w_progress_bar {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    border-radius: 10px;
    background: #DEDEDE;
    overflow: hidden;
}
.w_progress {
    width: 0;
    height: 5px;
    background-color: #3838ED;
    border-radius: 10px;
    overflow: hidden;
}
/* Header */
header {
    /*border-bottom: 1px solid #DEDEDE;*/
}
header .w_container {
    display: flex;
    align-items: center;
    gap: 32px;
    /*height: 50px;*/
    height: 74px;
}
.w_logo {
    display: block;
    width: 68px;
}
.w_logo img {
    width: 100%;
    height: 100%;
}
.search_wrap {
    position: relative;
    padding: 3px 10px;
    width: 450px;
    height: 30px;
    border-radius: 50px;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
}
.search_wrap fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
.search_wrap input[type=text] {
    width: calc(100% - 50px);
    height: 100%;
    box-sizing: border-box;
    border: none;
    outline: none;
}
.w_btn_search {
    display: block;
    width: 24px;
}
.w_btn_search img {
    display: block;
    width: 100%;
}
.w_search_common .w_btn_search {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.w_gnb {
    display: flex;
    margin-left: auto;
}
.w_nav_list {
    display: flex;
    align-items: center;
    gap: 36px;
    margin: 0;
    padding: 0;
}
.w_nav_list li {
    display: block;
}
.w_nav_item a {
    color: #000;
    font-size: 15px;
    font-weight: 350;
    text-decoration: none;
}
.w_nav_item_big {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-right: 57px;
}
.w_nav_item_big img {
    height: 16px;
}
.w_nav_item_big span {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
}
.w_nav_list_icon {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0 0 0 42px;
    padding: 0;
}
.w_nav_item_icon {
    display: block;
}
.w_nav_item_icon img {
    display: block;
    width: 24px;
}
.w_nav_item_icon_big img {
    width: 32px;
    height: 32px;
}

/* Lnb */
.w_lnb_cate {
    /*display: none;*/
    margin-bottom: 15px;
    padding: 15px 0 0;
    border-bottom: 1px solid #DEDEDE;
}
.w_nav_lnb {
    display: flex;
    gap: 24px;
}
.w_item_lnb_cate {
    padding: 0 2px 15px;
    /*min-width: 45px;*/
    /*color: #969696;*/
    /*font-size: 14px;
    font-weight: 600;*/
    /*text-align: center;*/
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: 400;
}
.w_item_lnb_cate.w_on {
    color: #000;
    border-bottom: 3px solid #000;
}

/* Footer */
footer {
    margin-top: 150px;
    background: #eee;
}
footer .w_container {
    display: flex;
    padding: 40px 0;
}
.w_logo_footer {
    margin-right: 54px;
    width: 59px;
}
.w_logo_footer img {
    width: 100%;
}
.w_footer_cnt {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.w_footer_cnt:last-of-type {
    margin-left: 170px;
}
.w_footer_cnt strong {
    font-size: 12px;
    font-weight: 700;
}
.w_footer_cnt span {
    font-size: 12px;
    font-weight: 500;
}
.w_footer_cnt a {
    color: #000;
    font-size: 12px;
    font-weight: 500;
}


/* Button */
.w_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

/* Book List */
.w_book_list {
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
    margin: 0;
    padding: 0;
}
.w_item_book {
    display: block;
    position: relative;
    width: 144px;
    text-align: left;
}
.w_item_book a {
    text-decoration: none;
}
.w_item_book_img {
    display: block;
    width: 100%;
    /*height: 222px;
    object-fit: cover;*/
    /*box-shadow: 7px 7px 20px 5px rgba(0, 0, 0, 0.15);*/
    box-shadow: 5px 5px 15px 3px rgba(0, 0, 0, 0.15);
}
.w_item_book_title {
    margin: 20px 0 7px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.w_item_book_author {
    margin: 0;
    color: #969696;
    font-size: 12px;
}
.w_book_ol {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0;
    padding: 0;
}
.w_item_box_book {
    display: block;
    position: relative;
    margin-right: 20px;
    padding: 0 15px 0 160px;
    width: 300px;
    height: 192px;
    box-sizing: border-box;
    border-radius: 15px;
    border: 1px solid #c4c4c4;
}
.w_item_box_book:nth-child(3n) {
    margin-right: 0;
}
.w_item_box_book a {
    text-decoration: none;
}
.w_item_box_img {
    margin: 0;
    width: 102px;
    height: 148px;
    border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
    top: 23px;
    left: 32px;
    box-shadow: 5px 5px 15px 3px rgba(0, 0, 0, 0.15);
}
.w_item_box_img img {
    width: 100%;
    /*height: 100%;
    object-fit: cover;*/
}
.w_item_box_top {
    display: flex;
    align-items: flex-start;
    padding-bottom: 7px;
    margin-bottom: 15px;
    border-bottom: 1px solid #c4c4c4;
}
.w_item_box_rank {
    margin-top: 12px;
    color: #4856f7;
    font-family: "Times New Roman";
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
}
.w_item_box_tag {
    margin-top: 45px;
    margin-left: 19px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 6px 10px;
    border: 1px solid #3838ED;
    border-radius: 5px;
    color: #3838ED;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    box-sizing: border-box;
}
.w_item_box_title {
    margin: 0 0 7px;
    color: #000;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
}
.w_item_box_author {
    color: #969696;
    font-size: 14px;
    font-weight: 400;
}
.w_section_book_swiper {
    position: relative;
    margin: -12px -12px 0 -12px;
}
.w_section_book_swiper .swiper {
    padding: 12px 12px 0 12px;
}
.w_book_swiper {
    margin: 0;
    padding: 0;
}
.w_section_book_swiper .w_swiper_btn {
    top: 91px;
    transform: none;
}

.w_book_list_type1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin: 0;
    padding: 0;
}
.w_item_book_type1 {
    display: flex;
    align-items: end;
    gap: 20px;
    width: calc(50% - 20px);
    text-decoration: none;
}
.w_item_book_type1:last-of-type {
    margin-bottom: 0;
}
.w_item_book_type1 a {
    text-decoration: none;
}
.w_item_book_img_type1 {
    position: relative;
    /*width: 180px;
    height: 200px;*/
    width: 140px;
}
.w_item_book_img_type1 .w_item_book_component_myebook {
    top: 15px;
}
.w_item_book_img_type1 .w_item_book_img {
    /*height: 100%;
    object-fit: contain;*/
}
.w_item_book_info_type1 {
    width: calc(100% - 200px);
}
.w_item_book_title_type1 {
    margin: 0 0 8px;
}
.w_item_book_title_type1 a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.w_item_book_author_type1 {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: #969696;
}
.w_btn_reg_knowledge_type1 {
    margin-top: 20px;
    width: 145px;
    height: 40px;
    border: 1px solid #3838ED;
    border-radius: 40px;
    color: #3838ED;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    box-sizing: border-box;
}
.w_btn_reg_knowledge_type1.w_off {
    border: none;
    background: #DEDEDE;
    color: #969696;
    pointer-events: none;
}
.w_item_book_period_type1 {
    margin-top: 34px;
}
.w_item_book_period_type1 .w_item_book_period_text {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
}
.w_item_book_period_type1 .w_bar {
    width: 100%;
    height: 10px;
    border-radius: 10px;
    background: #DEDEDE;
    overflow: hidden;
}
.w_item_book_period_type1 .w_bar_active {
    height: 10px;
    display: block;
    background: #3838ED;
    border-radius: 10px;
}

.w_btn_buy_link {
    width: 145px;
    height: 40px;
    background-color: #3838ED;
    border-radius: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    box-sizing: border-box;
}


/* Swiper */
.swiper {
    overflow: hidden;
}
.w_swiper_btn {
    transform: translateY(-50%);
    margin: 0;
    width: 40px;
    height: 40px;
    background-image: none;
}
.w_swiper_btn img {
    width: 100%;
}
.swiper-button-next {
    right: -20px;
}
.swiper-button-prev {
    left: -20px;
}

/* Page Title */
.w_page_title_common {
    margin: 0 auto 40px;
    height: 157px;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 32px 0 0 100px;
}
.w_page_title_common h2 {
    margin: 0 0 4px 2px;
    color: #000;
    font-size: 30px;
    font-weight: 800;
    line-height: 54px;
}
.w_page_title_common p {
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}

.w_section_ctrl {
    display: flex;
    align-items: center;
    gap: 25px;
    padding-left: 53px;
}
.w_section_ctrl_searchresult {
    justify-content: center;
    padding: 0;
    gap: 0;
}
/* Search Common */
.w_search_common {
    position: relative;
    width: 734px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 50px;
    border: 1px solid #969696;
}
.w_search_common input[type=text] {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 100px 10px 40px;
    background: transparent;
    border: none;
    outline: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.w_search_common .w_btn_search {
    right: 28px;
}

/* Tab */
.w_tab_sort {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 110px;
}
.w_item_tab_sort {
    display: block;
    color: #969696;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
.w_line {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.w_item_tab_sort:last-of-type:after {
    display: none;
}
.w_item_tab_sort.w_on {
    color: #000;
    font-weight: 700;
}

.w_section_list_common {
    margin-top: 39px;
}
.w_section_list_total {
    margin-bottom: 27px;
    font-size: 20px;
    font-weight: 600;
    color: #969696;
}

.w_item_book_ect {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
}
.w_item_book_rating {
    display: flex;
    align-items: center;
    color: #3F3F3F;
    font-size: 14px;
    font-weight: 400;
}
.w_item_book_component {
    display: flex;
    align-items: center;
}
.w_item_book_component svg {
    margin: 0 2px;
}
.w_item_book_ect img {
    width: 16px;
}

/* Toast Message */
.w_toast_msg {
    display: none;
    align-items: center;
    gap: 12px;
    position: fixed;
    bottom: 79px;
    left: 50%;
    transform: translateX(-50%);
    padding: 24px 35px 24px 20px;
    width: 400px;
    height: 50px;
    box-sizing: border-box;
    background-color: #626262;
    border-radius: 10px;
    color: #fff;
}
.w_toast_msg.w_on {
    display: flex;
}
.w_toast_msg img {
    width: 20px;
}
.w_toast_msg span {
    font-size: 14px;
}
.w_toast_msg a {
    margin-left: auto;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.w_section_type2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 150px;
}
.w_section_left {
    width: 665px;
}
.w_box_border {
    border: 1px solid #dedede;
    border-radius: 10px;
}
.w_section_right {
    width: 265px;
}
.w_box_border_top {
    display: flex;
    justify-content: space-between;
}
.w_btn_del_all img {
    width: 24px;
}
.w_order_prod_list figure {
    margin: 0 0 0 24px;
    width: 102px;
    /*height: 141px;*/
}
.w_order_prod_list figure img {
    width: 100%;
    /*height: 100%;
    object-fit: cover;*/
}

.w_layer_common {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
}
.w_layer_common:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.w_layer {
    width: 385px;
    height: 220px;
    border-radius: 15px;
    background: #fff;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 55px 0 29px;
}
.w_layer h3 {
    margin: 0 0 64px;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.w_layer h3 + p {
    margin: -52px 0 33px;
    text-align: center;
}
.w_layer .w_btn_wrap {
    justify-content: center;
    gap: 10px;
}
.w_layer .w_btn_cancel {
    width: 135px;
    height: 48px;
    background: #DEDEDE;
    border-radius: 40px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
}
.w_layer .w_btn_del {
    width: 184px;
    height: 48px;
    background: #3838ED;
    border-radius: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.w_layer_tit {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    top: 32px;
    left: 45px;
}
.w_layer_desc {
    margin: 0;
    text-align: center;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}



.w_mypage_title {
    margin: 75px 0 30px;
}
.w_mypage_title img {
    width: 40px;
}
.w_mypage_title h4 {
    margin: 15px 0 0;
    font-size: 24px;
    font-weight: 700;
}
.w_customer_title h4 {
    margin: 0;
}
.w_lnb_sub {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 30px;
}
.w_lnb_sub a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    height: 48px;
    border-radius: 40px;
    border: 1px solid #c8c8c8;
    background: #fff;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    box-sizing: border-box;
}
.w_lnb_sub a.w_on {
    background: #3838ED;
    border: none;
    color: #fff;
    font-weight: 700;
}

.w_mypage_title_icon {
    display: flex;
    align-items: center;
    gap: 15px;
}
.w_mypage_title_icon h4 {
    margin: 0;
}

.w_empty_cnt {
    display: block;
    margin-top: 88px;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #3f3f3f;
    text-align: center;
}
.w_empty_cnt_btn {
    margin-top: 41px;
}

/* Paging */
.paging_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.paging_wrap img {
    width: 24px;
}
.pager_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 0;
    padding: 0;
}
.pager_nav li {
    display: block;
}
.pager_nav li a {
    color: #969696;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}
.pager_nav li a.on {
    color: #000;
}

/* Swiper */
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0;
}

@media screen and (max-width: 690px) {

    .w_lnb_cate {
        margin-bottom: 20px;
        padding-top: 0;
    }
    .w_nav_lnb {
        white-space: nowrap;
        overflow-x: auto;
        /*margin: 0 -20px;
        padding: 0 20px;*/
        margin: 0 -17.5px;
        padding: 0 17px;
    }
    .w_nav_lnb::-webkit-scrollbar {
        display: none;
    }
    .w_nav_list li.w_nav_item_login {
        display: none;
    }

    /* Footer */
    footer .w_container {
        flex-direction: column;
        padding: 34px 30px 90px;
    }
    .w_footer_cnt {
        margin-top: 30px;
        gap: 13px;
    }
    .w_footer_cnt:last-of-type {
        margin-top: 40px;
        margin-left: 0;
    }

    .w_page_title_common {
        margin-bottom: 24px;
        padding: 30px 0 0 24px;
        height: 157px;
    }
    .w_page_title_common h2 {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 15px;
    }
    .w_page_title_common p {
        font-size: 14px;
        line-height: 18px;
    }

    .w_item_book {
        /*width: 147px;*/
        width: calc(50% - 20px);
    }
    .w_item_book_title {
        margin: 16px 0 8px;
        font-size: 14px;
    }
    .w_item_book_author {
        font-size: 12px;
    }
    .w_swiper_btn_wrap {
        display: none;
    }

    .w_book_swiper .w_item_book {
        width: 107px;
    }

    .w_section_list_common {
        margin-top: 12px;
    }
    .w_section_list_total {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .w_book_list {
        gap: 0;
        justify-content: space-between;
    }

    .w_section_ctrl {
        padding: 0;
        position: relative;
        flex-direction: column;
        gap: 24px;
        align-items: end;
    }
    .w_search_common {
        width: 100%;
    }
    .w_tab_sort {
        width: 91px;
    }
    .w_item_tab_sort {
        font-size: 14px;
    }

    .w_empty_cnt {
        font-size: 15px;
        font-weight: 400;
        color: #000;
    }

    .w_section_list_common {
        margin-top: -17px;
    }

    .w_section_type2 {
        flex-direction: column;
        gap: 40px;
    }
    .w_section_left {
        width: 100%;
    }
    .w_box_border {
        border-radius: 10px;
    }
    .w_section_right {
        width: 100%;
    }


    .w_mypage_title {
        margin: 40px 0 32px;
    }
    .w_mypage_title img {
        margin-bottom: 14px;
        width: 32px;
    }
    .w_mypage_title h4 {
        font-size: 16px;
        margin: 0;
    }

    .w_mypage_title_icon img {
        margin: 0;
    }

    .w_book_list_type1 {
        /*flex-direction: column;*/
    }
    .w_item_book_type1 {
        /*width: 100%;*/
        width: calc(50% - 20px);
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .w_item_book_img_type1 {
        /*width: 209px;*/
        width: 100%;
    }
    .w_item_book_title_type1 a {
        font-size: 14px;
    }
    .w_item_book_author_type1 {
        font-size: 12px;
    }
    .w_item_book_info_type1 {
        width: 100%;
    }
    .w_item_book_info_type1 .w_btn_wrap {
        flex-direction: column;
        gap: 10px;
        align-items: baseline;
        margin-top: 10px;
    }
    .w_btn_reg_knowledge_type1 {
        margin: 0;
        width: 100%;
        height: 30px;
        font-size: 12px;
    }
    .w_item_book_period_type1 {
        margin-top: 15px;
    }
    .w_item_book_period_type1 .w_item_book_period_text {
        font-size: 12px;
    }



}
