/* BASIC css start */
.section.sub {
    padding-top:0px;
    border:none !important;
    font-size:0px;
    line-height:0px;
}
.benefit-banner {
    height:655px;
    background:url('/design/lovelybbb/renewal/pc/img/benefit_banner.jpg') no-repeat center center;
    background-size:cover;
    text-align:center;
}
.benefit-banner img {
    margin-top:415px;
}

.wrap-inner.benefit .benefit-tab {
    margin-bottom:20px;
}
.wrap-inner.benefit .benefit-tab a {
   display:inline-block;
   width:50%;
   border-top:1px solid #dddddd;
   border-right:1px solid #dddddd;
   border-left:1px solid #ffffff;
   border-bottom:1px solid #000000;
   color:#888888;
   font-family:"Open Sans";
   font-size:20px;
   line-height:78px;
   letter-spacing:-0.5px;
   text-align:center;
   box-sizing:border-box;
}
.wrap-inner.benefit .benefit-tab a.active {
   border-top:1px solid #000000;
   border-right:1px solid #000000;
   border-left:1px solid #000000;
   border-bottom:1px solid #ffffff;
   color:#414141;
   font-weight:bold;
}

.benefit-fixed {
    display:none;
    position:fixed;
    bottom:0px;
    left:50%;
    z-index:1001;
    width:1250px;
    margin-left:-625px;
}
/* BASIC css end */

