@charset "UTF-8";
/*! mobile 버전 - css */
@media (max-width: 1023px){
.award-book-list[class*="content-box"]::before{height:-webkit-calc(100% - 225px);height:calc(100% - 225px);height:-webkit-calc(100% - 22.5rem);height:calc(100% - 22.5rem)}
.award-book-list .round-type-tag{margin-top:5.7rem}
.award-book-list .award-book-more-list{overflow:visible;height:10.8rem;padding:0 2rem;margin:0;margin-bottom:5.2rem}
.award-book-list .award-book-more-list .swiper-slide{padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;margin-right:1.5rem;width:13rem;background-size:cover;background-position:center left}
.award-book-list .award-book-more-list .swiper-slide .txt{font-size:1.4rem;line-height:1.71;font-weight:700;color:#13af64;line-height:1.5}
.award-book-list .award-book-more-list .indicator-bx{display:none}
}
/*! pc & tablet 버전 - css */
@media (min-width: 1024px){
.award-book-list[class*="content-box"]::before{height:-webkit-calc(100% - 300px);height:calc(100% - 300px);height:-webkit-calc(100% - 30rem);height:calc(100% - 30rem)}
.award-book-list .round-type-tag{margin-top:7.7rem}
.award-book-list .award-book-more-list{width:60rem;margin:0 auto;margin-top:4rem;margin-bottom:3.5rem;padding-bottom:5rem}
.award-book-list .award-book-more-list .swiper-slide{padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center;margin-right:3rem;width:18rem;height:15rem;background-size:cover;background-position:center left}
.award-book-list .award-book-more-list .swiper-slide .txt{font-size:1.4rem;line-height:1.71;font-weight:700;color:#13af64;line-height:1.5}
.award-book-list .award-book-more-list .indicator-bx{left:50%;height:12px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}
.award-book-list .award-book-more-list .indicator-bx .swiper-pagination-bullet{background-color:#000}
.content-box.step-2 [class*="swiper-btn-round"]{margin-top:-14rem}
.content-box.step-2::before{height:-webkit-calc(100% - 340px);height:calc(100% - 340px);height:-webkit-calc(100% - 34rem);height:calc(100% - 34rem)}
.content-box.step-3 [class*="swiper-btn-round"]{margin-top:-10rem}
.content-box.step-3::before{height:-webkit-calc(100% - 270px);height:calc(100% - 270px);height:-webkit-calc(100% - 27rem);height:calc(100% - 27rem)}
}