
html {
    background-color: #F0F0F0;
}

.logo_lp {
    padding: 16px 0;
    text-align: center;
}

#wrapper #header #verytop.contents-inner #loginmenumag {
    margin-top: 0;
}

#loginmenumag a {
    text-decoration: none;
}

#wrapper .main-contents #mainbody {
    padding: 20px 0;
}

#wrapper .main-contents #mainbody .main-single.panel {
    box-shadow: 0 0 0 rgba(0,0,0,.05);
}

#wrapper .main-contents #mainbody .row {
    margin: 0;
}

.content-lp {
    padding: 0 40px;
}

.title h1 {
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 2px solid #FFA12B;
    font-weight: bold;
}

.school-year {
    margin-bottom: 20px;
}

.school-year p {
    display: inline-block;
    border: 1px solid;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 5px 20px;
    font-size: 16px;
}

.image-lp {
    padding: 0 90px;
}

.image-lp img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

.description {
    margin-top: 25px;
    /*height: 350px;*/
}

.description p.des_show {
    margin-bottom: 0;
}

.description .des_hide {
    filter: blur(3.5px);
    -ms-filter: blur(3.5px);
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
}

.description pre {
    border: none;
    background: white;
    white-space: pre-wrap;
    font-family: inherit;
    font-size: 16px;
}

.description p {
    font-size: 16px;
}

.description p.more {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.description pre::before {
    content: "";
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #CCCCCC;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #CCCCCC;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #CCCCCC;
}

.login-lp, .signUp-lp {
    padding: 0 25px;
}

.headerLg h1, .headerSg h1 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: #4e4e9e;
    padding: 10px 0;
    color: #ffffff;
}

/*.form-login-lp, .contentSg {*/
/*    padding: 0 15px;*/
/*}*/

.note {
    padding: 0;
}

.form-login-lp ul li {
    margin-bottom: 13px;
}

.form-login-lp ul li p, .headerLg .note {
    font-size: 16px;
    color: #0c89c3;
    line-height: 1.6;
}

.form-login-lp ul li input {
    display: inline-block;
    width: 100%;
    padding: 10px;
    border: 1px solid;
    /*border-radius: 5px;*/
    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    font-size: 16px;
}

.form-login-lp ul li button {
    display: block;
    width: 54%;
    margin: auto;
    padding: 10px;
    border: 1px solid transparent;
    font-size: 18px;
    background: #ffa12b;
    color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.description::after {
    content: '';
}

.description p {
    white-space: pre-wrap;
}

.form-login-lp ul li input:focus, .form-login-lp ul li button:focus {
    outline: none;
}

.button-login a {
    margin-top: 20px;
    display: grid;
    text-align: center;
    color: black;
    text-decoration: underline;
}

.contentSg .note {
    font-size: 16px;
    line-height: 1.6;
}

.form-login-lp .note, .contentSg .note {
    color: #111111;
    text-align: center;
}

.contentSg > div {
    width: 54%;
    margin: auto;
}

.contentSg .btn-sign-up {
    color: #fff;
    background-color: #FFA12B;
    display: block;
    font-size: 18px;
    padding: 10px 0px;
}

.contentSg .btn-sign-up i {
    margin-left: 8px;
    font-size: 24px;
}

.blue-page.page20 footer.footer {
    padding-top: 0;
}

.blue-page.page20 footer.footer div.footer-link {
    padding-top: 15px;
}

.blue-page.page20 footer.footer p.footer__copy {
    margin-bottom: 0;
}

#custom-form {
    padding: 0;
}

/*section .inputText .input-txt:focus {*/
/*    background-color: none;*/
/*}*/

.circle .c_txt1 {
    color: #111111;
    font-weight: bold;
}

.circle .c_txt2 {
    color: #4e4e9e;
    font-size: 14px;
    font-weight: bold;
}

.banner_sg {
    position: relative;
}

.banner_sg .circle {
    position: absolute;
    bottom: 6px;
    left: 35px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    background: #fff;
    border: 3px solid #4e4e9e;
    padding: 6px;
}

.banner_sg .text_sg h1 {
    padding-left: 43px;
}

.triangle-bottom_left {
    transform: rotate(14deg);
    bottom: 20px;
    left: 96px;
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 13px solid #ffffff;
    border-right: 13px solid transparent;
}

#wrapper .main-contents .main-single .account-lp {
    margin-top: 40px;
}

.account-lp .more {
    text-align: center;
    padding: 25px 40px;
    font-size: 24px;
    font-weight: bold;
    z-index: 999;
}

.form-login-lp ul li.button-login {
    padding-top: 10px;
}

.button-sign_up {
    padding-top: 10px;
}

/*#wrapper .main-contents #mainbody .main-single .row.account-lp {*/
/*    margin-top: -100px;*/
/*}*/

.cover_hide {
    position: relative;
}

.cover_hide .more {
    position: absolute;
    top: 50%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    z-index: 999;
}

@media screen and (max-width: 576px) {
    #wrapper .main-contents #mainbody {
        padding: 10px 0;
    }

    .content-lp {
        padding: 0 20px;
    }

    .title h1 {
        font-size: 16px;
    }

    .school-year {
        margin-bottom: 10px;
    }

    .school-year p {
        font-size: 14px;
    }

    .image-lp {
        padding: 0;
    }

    /*.form-login-lp, .contentSg {*/
    /*    padding: 0 15px;*/
    /*}*/

    .form_sg {
        padding: 0;
    }

    .login-lp, .signUp-lp {
        padding: 0;
    }

    .account-lp .more {
        padding: 40px;
        font-size: 22px;
        margin-top: -50px;
    }

    .form-login-lp .note, .contentSg .note {
        text-align: left;
        font-size: 15px;
    }

    .account-lp {
        padding: 0 5px;
    }

    p.note {
        padding-left: 0;
        padding-right: 0;
    }

    .image-lp img {
        max-height: 330px;
    }

    .cover_hide .more {
        font-size: 22px;
    }
}

@media screen and (max-width: 414px) {
    .banner_sg .circle {
        left: 40px;
        width: 60px;
        height: 60px;
    }

    .circle .c_txt2 {
        font-size: 11px;
    }

    .banner_sg .text_sg h1 {
        padding-left: 24px;
    }

    .triangle-bottom_left {
        left: 94px;
    }

    .description .d2 {
        height: 725px;
    }
}

@media screen and (max-width: 375px) {
    /*.banner_sg .circle {*/
    /*    width: 50px;*/
    /*    height: 50px;*/
    /*    line-height: 15px;*/
    /*    left: 30px;*/
    /*}*/

    /*.banner_sg .circle span {*/
    /*    font-size: 14px;*/
    /*}*/
    .banner_sg .text_sg h1 {
        padding-left: 55px;
    }

    .triangle-bottom_left {
        transform: rotate(10deg);
        bottom: 20px;
        left: 93px;
        border-bottom: 11px solid #ffffff;
        border-right: 11px solid transparent;
    }

    .account-lp .more {
        margin-top: -90px;
    }

}

@media screen and (max-width: 360px) {
    .banner_sg .circle {
        left: 20px;
    }

    .triangle-bottom_left {
        left: 73px;
    }

    .banner_sg .text_sg h1 {
        padding-left: 32px;
    }
}

@media screen and (max-width: 320px) {
    .banner_sg .circle {
        left: 14px;
    }

    .triangle-bottom_left {
        left: 68px;
    }

    .headerLg h1, .headerSg h1 {
        font-size: 16px;
    }
}
