/*banner*/



#banner {
    width: 100%;
}

.slogun {
    height: 145px;
    margin: 101px 6%;
}

.em {
    color: #ff164f;
}

.mainbanner {
    width: 78.02%;
    position: relative;
    overflow: hidden;   
    border-radius: 12px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.bannerbox {
    width: 1498px;
    height: 460px;
    z-index: 0;   
    border-radius: 12px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.slide {
    width: 5776px;
    height: 100%;
    /*-1448px씩 빠지게*/
    position: relative;
}

.slide li {
    float: left;
    height: 100%;
    width: 1432px;
    margin-right: 16px;
    border-radius: 12px;
    background-color: #ccc;
    overflow: hidden;
}

.slide li:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.slide li:last-child {
    margin-right: 0;
}

.slidebtn {
    position: absolute;
    bottom: 65px;
    left: 48%;
    transform: translateX(-50%)
}

.slidebtn > li {
    float: left;
    width: 16px;
    height: 16px;
    background-color: rgba(225, 225, 225, 0.8);
    border-radius: 50%;
    margin-right: 20px;
    cursor: pointer;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.8);
}

li.check {
    background-color: #ff164f;
}


.bannerbook {
    position: absolute;
    width: 100%;            
    min-width: 1168px;
    height: 580px;
    z-index: 1;
    top: 195px;
    overflow: hidden;
    pointer-events: none;
}

.slidebook {
    width: 410px;
    height: 540px;
    overflow: hidden;
    position: absolute;
    pointer-events: auto;
    left: 71%;
}

.slidebook li {
    float: left;
}




/*news*/



#news {
    width: 100%;
    height: 665px;
    margin-top: 193px;
}

#news h3 {
    width: 100%;
    height: 95px;
    border-bottom: 2px solid #000;
}

#news > div {
    height: 130px;
    margin: 25px 0;
}

.news > * {
    float: left;
}

.logobox {
    width: 130px;
    height: 130px;
}

.logobox img {
    width: 112px;
    height: 124px;
    position: relative;
    left: 9px;
}

.title {
    width: calc(100% - 160px);
    height: 100%;
    border-bottom: 1px solid #ddd;
    margin-left: 30px;
    position: relative;
}

.alignbox {
    position: relative;
    top: 8%;
}

.alignbox h5 {
    margin: auto 0;
    line-height: 2.1;
}

.alignbox h5 a:hover {
    color: #ff164f;
    text-decoration: underline;
}

.date {
    position: absolute;
    bottom: 20px;
    right: 0;
    color: #aaa;
}

#news .btn {
    margin-top: 30px;
}



/*books*/



#books {
    width: 100%;
    margin-top: 150px;
    margin-bottom: 240px;
    overflow: hidden;
}

#books h3 {
    height: 95px;
}

#books > ul {
    margin-bottom: 20px;
    overflow: hidden;
}

.book {
    width: 368px;
    height: 455px;
    float: left;
    margin-right: 16px;
    margin-bottom: 30px;
    position: relative;
}

.book img {
    width: 368px;
    position: absolute;
    border-radius: 12px;
}

.book:nth-child(3n) {
    margin-right: 0;
}

.book a {
    width: 100%;
    height: 100%;
    display: block;
}

.book h6 {
    position: absolute;
    bottom: 62px;
    text-indent: 25px;
    color: #fff;
}

.book p {
    transform: translate(19px, 405px);
}

.book .tag::after {border: none;}


.book:hover h6 {
    color: #ff164f;
}

