.preview_notice {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 60px;
    background-color: #cccccc;
    text-align: center;
    line-height: 60px;
    opacity: 0.8;
}

#new_sc_area .book_sc_area {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

#new_sc_area .book_sc_area .book_cover {
    width: 100%;
    height: auto;
    max-width: 394px;
    margin: 0 auto;
    margin-bottom: 37px;
}

#new_sc_area .book_sc_area .book_cover > img {
    width: auto;
    max-width: 100%;
}

#new_sc_area .book_sc_area .book_title {
    text-align: center;
    margin-bottom: 10px;
}

#new_sc_area .book_sc_area .book_title > h2 {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.1rem;
    word-break: keep-all;
}

#new_sc_area .book_sc_area .book_auther {
    text-align: center;
}

#new_sc_area .book_sc_area .book_auther > p {
    font-size: 1rem;
    color: #d14126;
    line-height: 1rem;
}

#new_sc_area .book_txt {
    position: absolute;
    top: 0;
    right: 0;
    width: 192px;
}

.m_book_txt {
    display: none;
}

#new_sc_area .book_txt > p {
    font-size: 0.8rem;
    line-height: 1.4rem;
    color: #d14126;
    letter-spacing: -0.1px;
    text-align: left;
    word-break: keep-all;
}

#new_sc_area .book_txt > p.article_intro {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #c8c8c8;
    color: #000000;
}

#new_sc_area .book_list_con {
    width: 100%;
    max-width: 596px;
    margin: 0 auto;
    height: auto;
    position: relative;
}

#new_sc_area .book_list_con > li {
    border-top: 1px solid #c8c8c8;
    padding: 16px 0;
    overflow: hidden;
    position: relative;
}

#new_sc_area .book_list_con > li.new {

}

#new_sc_area .book_list_con > li:last-of-type {
    border-bottom: 1px solid #c8c8c8;
}

#new_sc_area .book_list_con > li > a {
    display: block;
    width: 100%;
    height: auto;
}

#new_sc_area .book_list_con > li > a:hover {
    color: #d14126;
}

#new_sc_area .book_list_con > li > a.book_active {
    color: #d14126;
}

#new_sc_area .book_list_con > li > a .book_list_title {
    float: left;
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
    display: inline-block;
}

#new_sc_area .book_list_con > li > a .book_list_title > .number {
    display: inline-block;
    position: relative;
    float: left;
    padding-right: 10px;
    margin-right: 10px;
}

#new_sc_area .book_list_con > li > a .book_list_title > .number::after {
    content: '';
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
        transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 16px;
    background-color: #000;
}

#new_sc_area .book_list_con > li > a .book_list_title > p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#new_sc_area .book_list_con > li.new > a .book_list_title > p:after {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #d14126;
    border-radius: 5rem;
    display: inline-block;
    margin-bottom: 2px;
    margin-left: 7px;
    vertical-align: middle;
}

#new_sc_area .book_list_con > li > a .book_list_data {
    float: right;
    width: 90px;
    text-align: right;
    display: inline-block;
}

#new_sc_area .book_list_con > li > a .book_list_data > span {
    font-size: 0.8rem;
    color: #c8c8c8;
    font-weight: 300;
}

#new_sc_area .book_list_con > li.new > a .book_list_data > span {
    color: #d14126;
}




/*상세내용_본문*/
#new_sc_area .cont_sc_con {
    margin-bottom: 30px;
}

#new_sc_area .contents_sc_area {
    width: 100%;
    max-width: 596px;
    margin: 0 auto;
}

#new_sc_area .cont_title {
    width: 100%;
    text-align: center;
}

#new_sc_area .cont_title .cont_number {
    margin-bottom: 10px;
}

#new_sc_area .cont_title .cont_number > p {
    font-size: 1rem;
    color: #d14126;
    line-height: 1rem;
}

#new_sc_area .cont_title .cont_sub_title {
    margin-bottom: 80px;
}

#new_sc_area .cont_title .cont_sub_title > h2 {
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 300;
    word-break: keep-all;
}

#new_sc_area .cont_txt_area {
    width: 100%;
    height: auto;
    position: relative;
}

#new_sc_area .cont_txt_area .cont_txt_box {
    width: auto;
    height: auto;
    margin-bottom: 45px;
    position: relative;
}

#new_sc_area .cont_txt_area .cont_txt_box > .content {
    text-align: left;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.8rem;
}

#new_sc_area .cont_txt_area .cont_txt_box > .content * {
    font-family: '정인자' !important;
}

#new_sc_area .cont_txt_area .cont_txt_box > .content b {
    font-weight: bold;
}

#new_sc_area .cont_txt_area .cont_txt_box > .content img {
    max-width: 100%;
}

#new_sc_area .cont_txt_area .cont_txt_box > .article_info {
    position: relative;
    margin-top: 60px;
    padding-bottom: 20px;
    width: 100%;
    color: #e55329;
    font-size: 0.8rem;
    line-height: 1.4rem;
    word-break: keep-all;
}

#new_sc_area .cont_txt_area .cont_txt_box > .article_info::after {
    content: '';
    display: block;
    clear: both;
}

#new_sc_area .cont_txt_area .cont_txt_box > .article_info .article_title{
    float: left;
    margin-right: 100px;
}

#new_sc_area .cont_txt_area .cont_txt_box > .article_info .author_name{
    position: absolute;
    bottom: 20px;
    right: 0;
}

#new_sc_area .cont_txt_area .cont_txt_box > .info_text {
    padding-top: 15px;
    border-top: 1px solid #c8c8c8;
}

#new_sc_area .cont_txt_area .cont_txt_box > .content > p {
    word-break: keep-all;
    text-indent: 1rem;
    letter-spacing: -0.1px;
}

#new_sc_area .cont_txt_area .cont_txt_box > .content a.sup {
    position: relative;
    margin-right: .3rem;
    cursor: help;
}

#new_sc_area .cont_txt_area .cont_txt_box > .content span.sup_no {
    position: absolute;
    font-size: .6rem;
    font-weight: 600;
    color: #d14126;
    right: -5px;
    top: -8px;
}





#new_sc_area .cont_txt_area .cont_txt_btn {
    width: 100%;
    min-height: 26px;
    position: relative;
}

#new_sc_area .cont_txt_area .cont_txt_btn .btn_lt {
    float: left;
}

#new_sc_area .cont_txt_area .cont_txt_btn .btn_list {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}

#new_sc_area .cont_txt_area .cont_txt_btn .btn_rt {
    float: right;
}

#new_sc_area .cont_txt_area .cont_txt_btn .btn_lt img,
#new_sc_area .cont_txt_area .cont_txt_btn .btn_rt img {
    width: 91px;
}

#new_sc_area .cont_txt_area .cont_txt_btn .btn_list img {
    width: 60px;
}


.new_bot_txt {
    width: 100%;
    background-color: #fff;
    position: fixed;
    bottom: -50%;
    left: 0;
    right: 0;
    z-index: 99;
}

.new_bot_txt .cont_bot_txt {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    background-color: #fff;
    bottom: 0;
    padding-top: 20px;
    padding-bottom: 17px;
}

.new_bot_txt .cont_bot_txt .cont_bot_line {
    width: 100%;
    height: 1px;
    background-color: #d14126;
    display: block;
    margin-bottom: 10px;
}

.new_bot_txt .cont_bot_txt .bot_txt_con {
    width: auto;
    height: auto;
    position: relative;
}

.new_bot_txt .cont_bot_txt .bot_txt_con > li {
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    clear: both;
}

.new_bot_txt .cont_bot_txt .bot_txt_con > li:last-of-type {
    margin-bottom: 0;
}

.new_bot_txt .cont_bot_txt .bot_txt_con > li > p {
    font-size: 1rem;
    line-height: 1.7rem;
    font-weight: 300;
    color: #d14126;
}

.new_bot_txt .cont_bot_txt .bot_txt_con > li > p > a {
    color: #d14126;
}

.new_bot_txt .cont_bot_txt .bot_txt_con > li > p > .bot_number {
    margin-right: .3rem;
    display: inline-block;
}

/*상세내용_본문 end*/

/* 소개페이지 */
#new_sc_area .about_content {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.7em;
}

#new_sc_area .about_content dl dt,
#new_sc_area .about_content dl dd {
    float:left;
}
#new_sc_area .about_content dl dt {
    clear: both;
    display: inline-block;
    width: 60px;
}
#new_sc_area .about_content dl:after {
    content: '';
    display: block;
    clear: both;
}
/* 소개페이지 */

@media all and (max-width:881px) {
    #new_sc_area .book_txt {
        width: 22%;
    }
}

@media all and (max-width:801px) {
    .book_txt {
        display: none;
    }

    .m_book_txt {
        display: block;
        margin-top: 16px;
        width: 100%;
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
    }

    .m_book_txt > p {
        font-size: 1rem;
        line-height: 1.7rem;
        color: #d14126;
        letter-spacing: -0.1px;
        text-align: left;
        word-break: keep-all;
    }

    .m_book_txt > p.article_intro {
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid #c8c8c8;
        color: #000000;
        white-space:normal;
        text-align:center;
    }
    .m_book_txt > p.article_intro>span {
        display:block;
        text-align:left;
        margin-top:10px
    }

    #new_sc_area .book_sc_area {
        margin-bottom: 16px;
    }

    #new_sc_area .book_sc_area .book_cover {
        margin-bottom: 16px;
    }

    #new_sc_area .book_list_con > li > a .book_list_title {
        width: 90%;
    }
    #new_sc_area .book_list_con > li.new > a .book_list_title > p:after {
        display: none;
    }

    #new_sc_area .book_list_con > li > a .book_list_data {
        display: none;
    }

    .new_bot_txt .cont_bot_txt {
        padding-left: 15px;
        padding-right: 15px;
    }

    #new_sc_area .book_list_con > li.new:after {
        content: '';
        width: 5px;
        height: 5px;
        background-color: #d14126;
        border-radius: 5rem;
        display: inline-block;
        float: right;
        margin-top: 6px;
        margin-right: 7px;
        letter-spacing: -0.1px;
    }

    #new_sc_area .cont_txt_area .cont_txt_box > .content > p {
        text-align: left;
    }
}

@media all and (max-width:481px) {}
