#title_area{
    background-image: url(../img/community/title_bg.png);
}

#content01{
    width: 100%;
    height: auto;
    overflow: hidden;
}

#content01 ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}

#content01 .tab a{
    display: block;
    width: 100%;
    border-top: 4px solid #aaa;
    text-align: center;
    padding: 20px 0;
    color: #aaa;
    box-sizing: border-box;
}

#content01 .tab li.active a{
    border-top: 4px solid #fc6c93;
    color: #fc6c93;
}

@media (max-width:1024px) {
    #title_area{
        margin-top: 50px;
    }
    
    
    header{ 
        height: 50px; 
        background: #fff; 
        transition: 0.3s;
    }

    header .hbottom{
        top: 0;
    }

    header .mo-reserv{
        margin: 8px 0;
    }
    
    header .mologo{
        margin: 7px auto;
    }
    
    header .h-mo-logo{
        display: none;
    }
    
    header .h-scroll-logo{
        display: block;
    }
    
    header #panelbtn{
        margin: 5px 0;
    }
    
    header #panelbtn span{
        background-color: #333;
    }

}


@media (max-width:540px) {
    #content01 .tab a{
        padding: 10px 0;
    }
    
    #content01 iframe{
        height: 500px!important;
    }
    
    
    
}