@charset "utf-8";

#notice {
    padding: 80px 0;
    background-color: #dff2ff;
}
#notice h2 {
    font-size: 2.5rem;
    letter-spacing: 5px;
    color: #009eff;
    text-align: center;
    margin-bottom: 50px;
}
#notice h3 {
    font-size: 2rem;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 40px;
}
#notice h4 {
    font-size: 1.5rem;
    line-height: 1.3;
    letter-spacing: 0.2rem;
    padding-left: 10px;
    margin-bottom: 25px;
    border-left: 3px solid #009EFF;
}
#notice div.inner {
    color: #14141e;
    background-color: #fff;
    border-radius: 25px;
    text-align: left;
    padding: 50px;
}
#notice .notice-sec{
    padding-top: 30px;
    border-top: 1px solid #e8e8e8;
}
#notice p {
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
    margin-bottom: 25px;
}

@media screen and (max-width: 750px) {
    #notice {
        padding: 9.2vh 15px;
    }
    #notice h2 {
        font-size: 2.2rem;
        letter-spacing: 4px;
        margin-bottom: 40px;
    }
    #notice h3 {
        font-size: 1.5rem;
        letter-spacing: 2px;
        text-align: center;
        margin-bottom: 30px;
    }
    #notice h3 br {
        display: none;
    }
    #notice div.inner {
        border-radius: 15px;
        padding: 25px 15px;
    }
}