.special-0-container{
    width: 100%;
    height: auto;
}
.s-container{
    padding: 12px 4% 0;
    background: #ffffff;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    position: relative;
    top: -1em;
}
.s-container-top{
    border-bottom: 1px solid #E8E8E8;
}
.special-0-title{
    color: #000000;
    font-size: 1.1em;
    line-height: 1.5em;
    padding-bottom: 10px;
}
.special-0-information{
    color: #777777;
    font-size: 0.8125em;
    line-height: 1.5em;
    padding-bottom: 10px;
}
/*nav*/
.swiper-container{
    width: 100%;
    max-width: 750px;
    margin: 0 auto 0;
    height: 46px;
    background: #ffffff;
    z-index: 9;
}
.media_column_name{
    font-size: 1em;
    line-height: 46px;
    text-align: center;
}
.media_column_name span{
    border: 1px solid #E8E8E8;
    padding: 5px 8px;
}
.swiper-slide{
    width: auto;
    padding: 0 2%;
}
.swiper-slide:first-of-type{
    padding-left: 4%;
}
.swiper-slide:last-of-type{
    padding-right: 4%;
}
.swiper-slide.nav-active{
    color: #427EDA;
}
.special_list{
    width: 94%;
    /*height: 400px;*/
    /*background: linen;*/
    margin: 0 auto;
}
.swiper-position-container{
    width: 100%;
    height: 46px;
    margin-top: -0.8em;
}
.special_list_blank{
    width: 100%;
    height: 6px;
    background-color: #F6F7F9;
}
.special_list_title_bar{
    padding-top: 0.5em;
}
.special_list_title{
    font-size: 1em;
    color: #000000;
    font-weight: 600;
    padding-left: 1.2em;
    background-image: url("../images/icon-special-standard-title-bar.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0.9em;
}
.special_list_more{
    color: #8E8E8E;
    float: right;
    font-size: 0.9em;
}
