a {
    color: #000;
}
/*#book*/
.main {
    position: relative;
    padding-top: 110px; 
}
.hidden {
    display: none;
}
nav.hidden {
    display: block;
}
#book {
    padding: 0;
}
#book > h3 {
    display: none;
}
#book > div > div > h3 > span.up {
    background-image: url('../img/arrow_up.png');
}
.bookInner {
    width: 1280px;
    margin: 0 auto;
}
    /*.side*/
.side {
    width: 200px;
    float: left;
    -ms-text-justify: 10px;
    text-indent: 28px;
    margin-top: 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.side > h3 {
    height: 54px;
    line-height: 54px;
    font-size: 1.8rem;
    color: #fff;
    background: #6ebbd7;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.side > ul > li {
    line-height: 50px;
    background: #fff;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}
.side > ul > li > a {
    display: block;
    width: 100%;
    color: #000;
    font-size: 1.5rem;
}
.side > ul > li > ul > li {
    line-height: 40px;
    background: #f7f7f7;
    font-size: 1.2rem;
}
.side > ul > li > ul > li > a {
    display: block;
    width: 100%;
}
.side > ul > li:last-of-type {
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}
.side > ul > li:last-of-type > ul > li:last-of-type {
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    display: block;
}
.side > ul > li > ul > li > ul > li {
    text-indent: 40px;
    background: #eee;
    line-height: 30px;
}
.side > ul > li > ul > li > ul > li > a {
    color: #222;
    display: block;
    width: 100%;
}
.prevent {
    cursor: default;
}
.side > div {
    width: 200px;
    text-indent: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 14px 20px;
    line-height: 1.4;
    margin-top: 10px;
}
.side > div > span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('../img/call_icon.svg') no-repeat center;
    background-size: cover;
    margin: 0 2px 0 0;
}
.side > div > em {
    display: inline-block;
    font-size: 1.4rem;
    color: #444;
    margin: 0 0 4px 0;
}
.side > div > p {
    font-size: 1.3rem;
    color: #444;
    line-height: 0.8;
    font-weight: 700;
}
.side > div > p > span:first-of-type {
    color: #24a8d8;
    font-weight: 700;
}
.side > div > p:nth-of-type(4) {
    margin-top: 12px;
}
.side > div > p:nth-of-type(4),.side > div > p:nth-of-type(5) {
    font-size: 1.2rem;
    color: #444;
    font-weight: 400;
}
    /*hover시 효과*/
    .side > ul > li:hover > a, .side > ul > li > ul > li:hover > a, .side > ul > li > ul > li > ul > li:hover > a {
        color: #24a8d8;
    }
    /*/hover시 효과*/
    /*/.side*/
    /*.cnt-wrap*/
.cnt-wrap {
    width: 970px;
    margin: 10px 0 0 10px;
    float: left;
    overflow: hidden;
}
/*.subBanner*/
.subBanner {
    width: 970px;
    height: 330px;
    float: left;
    border: 1px solid #eee;
    overflow: hidden;
    position: relative;
}
.slick-slide img {
    width: 970px;
}
.slick-dots {
    position: absolute;
    top: 300px;
}
.slick-dots > li.slick-active {
    background: #6ebbd7;
}
.slick-arrow {
    width: 100px;
    height: 150px;
    top: 30%;
}
.slick-prev {
    left: 2%;
    background-image: url('../img/arrow_left.png');
}
.slick-next {
    right: 2%;
    background-image: url('../img/arrow_right.png');
}
/*/.subBanner*/
/*.cnt*/
.cnt {
    float: left;
    margin: 10px 0 0 10px;
    color: #222;
    width: 970px;
}
.cnt > h3 {
    font-size: 3.4rem;
    background: #fff;
    text-align: center;
    padding: 30px 0;
}
.cnt > p {
    text-align: right;
    font-size: 1.2rem;
}
.cnt > p > span {
    color: #24a8d8;
}
.book-cnt {
}
.book-cnt > form {
    display: block;
    padding: 10px 0 30px 0;
}
.book-cnt > form > div {
    width: 390px;
    border: 1px solid #6ebbd7;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.book-cnt > form > div > select {
    width: 60px;
    height: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #767373;
    font-size: 1.2rem;
    border: none;
    background: url('../img/arrow_bottom_black.png') no-repeat;
    background-position: right;
    background-size: 14px auto;
    float: left;
    margin-left: 10px;
}
.book-cnt > form > div > input:first-of-type {
    display: block;
    width: 252px;
    height: 35px;
    border: none;
    font-size: 1.2rem;
    color: #666;
    float: left;
    margin-left: 10px;
}
.book-cnt > form > div > input:last-of-type {
    display: block;
    width: 35px;
    height: 35px;
    float: right;
}
.book-list-wrap {
    width: 200px;
    height: 400px;
    float: left;
    margin: 20px;
}
.book-list-wrap > a {
    display: block;
    width: 100%;
}
.book-list-wrap > a > img {
    width: 154px;
    height: 200px;
    background: #eee;
    display: block;
    margin: 20px auto;
}
.book-list-wrap > dl {
    text-align: center;
}
.book-list-wrap > dl > dt {
    font-size: 1.6rem;
    font-weight: 700;
    width: 154px;
    margin: 0 auto;
    line-height: 1.4;
}
.book-list-wrap > dl > dd:first-of-type {
    width: 154px;
    margin: 10px auto;
    font-size: 1.1rem;
    line-height: 18px;
    text-align: justify;
    overflow: hidden;
}
.book-list-wrap > dl > dd > a {
    display: block;
    width: 70px;
    height: 24px;
    font-size: 1.4rem;
    line-height: 24px;
    text-align: center;
    margin: 20px auto;
    color: #fff;   
    background: #cccccc;
    font-size: 1.2rem;
    border-radius: 10px;
}
    /*hover시 효과*/
    .book-list-wrap:hover dd > a {
        background: #24a8d8;
        -webkit-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
    }
    /*hover시 효과*/
#num-page{margin:50px auto 100px auto; text-align:center;
}
#num-page a{display:inline-block; *display:inline; zoom:1; font-size:14px;  margin: 0 4px;
position: relative;
    top: -2px;
}
#num-page a img, #num-page img {
    display: inline-block;
    margin: 0 6px;
}
#num-page a img {
    position: relative;
    top: 2px;
}
/*/.cnt*/
/*.aside*/
.aside {
    position: fixed;
    left: 50.5%;
    top: 40%;
    margin-left: 555px;
    background: #fff;
}
.aside > ul {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
}
.aside > ul > li > a {
    display: block;
    width: 76px;
    height: 90px;
    border-bottom: 1px solid #eee;
    padding: 16px 0;
    font-size: 1.1rem;
    text-align: center;
}
.aside > ul > li:last-of-type > a {
    border-bottom: none;
}
.aside > ul > li > a > span {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 10px auto;
    background: url('../img/music_sheet_icon.svg') no-repeat center;
    background-size: cover;
}
.aside > ul > li:nth-of-type(1) > a > span {
    margin: 0 18px 10px 22px;
}
.aside > ul > li:nth-of-type(2) > a > span {
    margin: 0 12px 10px 16px;
    background-image: url(../img/cart_icon.svg);
}
.aside > ul > li:nth-of-type(3) > a > span {
    background-image: url(../img/delivery_icon.svg);
}
    /*hover시 효과*/
    .aside > ul > li > a:hover {
        color: #24a8d8;
    }
    /*/hover시 효과*/
/*/.aside*/
@media screen and (min-width:320px) and (max-width:480px) {
    nav.hidden {
        display: none;
    }
    header label {
        color: transparent;
        background: url('../img/more_icon_black.svg') no-repeat center;
        background-size: contain;
        width: 22px;
        height: 22px;
        position: absolute;
        top: 13px;
        right: 56px;
        cursor: pointer;
    }
    .main {
        padding-top: 50px;
    }
    .bookInner {
        width: 100%;
    }
    .side {
        width: 100%;
        margin-top: 0;
        border: none;
    }
    .side > h3 {
        height: 45px;
        line-height: 45px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        width: 100%;
        text-align: center;
        position: relative;
        cursor: pointer;
        text-indent: 0;
    }
    .side > h3 > span {
        display: inline-block;
        content: " ";
        width: 45px;
        height: 45px;
        background: url('../img/call_white_icon.svg') no-repeat center;
        background-size: 40%;
        position: absolute;
        top: 0;
    }
    .side > h3 > span:first-of-type {
        left: 0;
    }
    .side > h3 > span:last-of-type {
        background-image: url('../img/arrow_bottom.png');
        right: 0;
    }
    .side > ul {
        width: 100%;
        margin: 0;
        background: #fff;
        position: absolute;
        z-index: 2;
    }
    .up {
       display: none;
    }
    .side > ul > li {
        width: 100%;
        line-height: 40px;
        text-align: center;
        background: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #eee;
        text-indent: 0;
    }
    .side > ul > li:last-of-type {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        overflow: hidden;
        border-bottom: 1px solid #d9d9d9;
    }
    .side > ul > li > ul > li > ul > li {
        text-indent: 0;
        line-height: 30px;
    }
    .side > div {
        margin-top: 0;
        position: absolute;
        z-index: 1;
        background: #fff;
        height: 157px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        z-index: 2;
    }
    .cnt-wrap {
        clear: both;
        width: 100%;
        margin: 0;
    }
    .cnt > h3 {
        font-size: 2.4rem;
    }
    .subBanner {
        width: 100%;
        height: auto;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .slick-slide img {
        width: 100%;
    }
    .slick-dots {
        top: 85%;
    }
    .slick-dots > li {
        width: 12px;
        height: 12px;
        margin: 0 4px;
    }
    .slick-arrow {
        width: 75px;
        height: 150px;
        top: 13%;
        z-index: 1;
    }
    .slick-prev {
        left: 0;
    }
    .slick-next {
        right: 0;
    }
    .cnt {
        margin: 0 2.5%;
        width: 95%;
    }
    .book-cnt > form {
        padding: 0;
    }
    .book-cnt > form > div {
        width: 290px;
        margin: 0 auto;
    }
    .book-cnt > form > div > input:first-of-type {
        width: 172px;
    }
    .book-list-wrap {
        width: 40%;
        height: 400px;
        margin: 5%;
    }
    .book-list-wrap > a > img {
        width: 95%;
        height: auto;
        margin: 5px auto;
    }
    
    .book-list-wrap > dl > dt {
        width: 100%;
    }
    .book-list-wrap > dl > dd:first-of-type {
        width: 100%;
    }

    .aside {
        width: 100%;
        margin-left: 0;
        position: fixed;
        left: auto;
        right: 0;
        top: auto;
        bottom: 0;
        z-index: 3;
    }
    .aside > ul {
        border-radius: 0;
        border: none;
        border-top: 1px solid #ccc;
    }
    .aside > ul > li {
        width: 33.333%;
        height: 40px;
        float: left;
        line-height: 39px;
        border-right: 1px solid #d9d9d9;
    }
    .aside > ul > li > a {
        width: 100%;
        height: 100%;
        border-bottom: none;
        padding: 0;
        font-size: 1.3rem;
    }
    .aside > ul > li > a > span {
        display: none;
    }
    .aside > ul > li > ul > li {
        border-right: 1px solid #ccc;
    }
    /*hover시 효과*/
    .aside > ul > li > a:hover {
        color: #000;
    }
    /*/hover시 효과*/
    #num-page{
        margin: 30px auto 50px auto;
    }
}
/*/#book*/