@media only screen and (max-width: 1080px){
    .page2-content{
        width: 100%;
        height: auto;
        background: rgba(11, 146, 224, 0.2);
        padding: 1rem;
        margin-top: 10px;
        float: none;
    }
    .area-container{
        height: auto;
    }
    .container-a h4,.container-b h4,.container-c h4{
        margin-top: 0;
    }
    .slide img{
        width: 100%;
    }
    .about-panel{
        width: 100%;
        height: 130px;
        overflow: visible;
        margin-top: 10px;
    }
    .about-panel a{
        width: 100%;
        text-align: center !important;
    }
    .about-panel a:first-child {
        width: 100%;
        text-indent: 0;
        display: none;
    }
    .container-a img,.container-b img,.container-c img{
        display: none;
    }
    .hidden-xs{
        display: block !important;
    }

    .area-circle{
        margin: 0;
    }
    .area-container,.page2-content{
        width: 100%;
    }
    .page3-panel{
        display: none;
    }
    .page3-panel-mobile{
        display: block;
    }
    /*.page3-panel-mobile p{*/
        /*display: none;*/
    /*}*/
    .page2-content h4{
        text-align: center;
    }
    .page3-panel-mobile .page2-content{
        color : #FFF;
        background: rgba(11, 146, 224, 0.4);
    }
    .page3-panel-mobile .page2-content p{
        text-align: center;
    }
    .page4-a img{
        display: none;
    }
    .page4-content{
        text-align: center;
        margin-left: 0;
        margin-top: 0;
        float: none;
        background: rgba(11, 146, 224, 0.2);
        margin-bottom: 20px;
        padding: 0.5rem;
    }
    .result-box {
        width: 100%;
        height: auto;
        margin-left: 0;
    }
    .page5-panel h1{
        text-align: center;
        left: 0;
    }
    .page5-panel{
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .scroll-btn{
        display: none;
    }
    .team-panel:nth-child(odd){
        margin-left:20px !important;
    }
    .about-page{
        min-height: 0;
        top:0;
    }
    .footer{
        position: relative;
        bottom: 0;
    }
    .pc-slide{
        display: none;
    }
    .mobile-slide{
        display: block;
    }
}
@media only screen and (min-width: 1080px){
    .page3-panel{
        display: block;
    }
    .page3-panel-mobile{
        display: none;
    }
    .pc-slide{
        display: block;
    }
    .mobile-slide{
        display: none;
    }

}
