body {
    background-color: #EFEFEF;
    font-size: 18px;
    font-family: English;
}

.g-bd-wrap {
    background: #fff url(../images/gdec_head.png) center no-repeat;
    background-size: 100%  100%;
    width: 100%;
    height: 450px;
}
.second-area{
    background: #FFF;
}
.second-calendar{
    display: flex;
    height: 70px;
    border-bottom: 2px solid #EAEAEA;
    flex-wrap: wrap;
}
.calendar-date{
    width: 25%;
    font-size: 20px;
    color: #878787;
    cursor: pointer;
    margin: 0 auto;
}
.left-button>a{
    background: #3FB8D7;
    border-radius: 25px;
    width: 250px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    color: #FFF;
    /*letter-spacing: 3px;*/
}
.active{
    background-color: #306FC2;
    color: #FFF;
}
.second-content-area{
    width: 100%;
    margin-bottom: 50px;
}
.second-content{
    /* width: 90%;*/
    padding-top: 10px;
    display: flex;
    border-bottom: 1px solid #EAEAEA;
    margin: 0 20px;
}
.second-content-left{
    width: 40%;
    padding-top: 10px;
    /*padding-left: 20px;*/
}
.second-content-right{
    width: 60%;
    padding-left: 50px;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.last-p{
    margin-bottom: 30px;
}
@media (min-width: 1200px) {
    .display-mobile{display: none; }
    .container { width: 1200px; }
    .page-header {
        padding-bottom: 9px;
        margin: 20px 0 20px;
        text-align: center;
        color: #0F5FB0;
        border-bottom: 0px;
    }
    .first-area{
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 40px;
        margin-bottom: 40px;
        height: 330px;
    }
    .div-left {
        flex: 1 1 0;
    }
    .div-right {
        /*width: 48%;*/
        margin-left: 24px;
        float: right;
    }
    .first-content-title{
        color: #268dea;
        margin-bottom: 20px;
    }
    .first-content{
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 40px;
    }
    .left-button{
        display: flex;
        height: 40px;
    }
    .second-title{
        color: #000;
        font-size: 20px;
        margin-bottom: 30px;
        text-align: center;
    }
    .occupied{
        width: 70%;
    }
}
@media (max-width: 768px) {
    .display-pc{display: none; }
    .occupied{display: none; }
    .g-bd-wrap {
        background: #fff url(../images/gdec_head.png) center no-repeat;
        background-size: 100%  100%;
        width: 100%;
        height: 110px;
    }
    .first-content{
        font-size: 16px;
    }
    .first-content-title{
        color: #268dea;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .left-button{
        text-align: right;
    }
    .second-title{
        margin-top: 24px;
        text-align: center;
        margin-bottom: 10px;
    }
    .calendar-date{
        width: 24%;
        font-size: 15px;
        color: #878787;
        cursor: pointer;
        margin: 0 auto;
    }
    .active{
        background-color: #306FC2;
        color: #FFF;
    }
}