section{
    flex-direction: row !important;
    margin-top: 64px;
}
.left{
    /* display: flex; */
    width: 61.5vh;
    overflow: hidden;
}
.left .swiper-slide a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.bg{
    height: calc(100vh - 64px);
}
.left-main{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.mascot{
    width: 100%;
}
.left-main p{
    color: #f4e2b7;
    font-size: 2.5vw;
    text-align: center;
    text-shadow: 2px 2px #04546b,2px 0px #04546b,2px -2px #04546b,0px -2px #04546b,-2px -2px #04546b,-2px 0px #04546b,-2px 2px #04546b,0px 2px #04546b, 4px 4px #79171b;
}
.right{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100% - 61.5vh);
    padding: 1%;
}
.right h1{
    color: #79171b;
    font-size: 4vw;
    text-shadow: 2px 2px #f4e2b7,2px 0px #f4e2b7,2px -2px #f4e2b7,0px -2px #f4e2b7,-2px -2px #f4e2b7,-2px 0px #f4e2b7,-2px 2px #f4e2b7,0px 2px #f4e2b7, 4px 4px #04546b,0px 4px #04546b;
    margin-bottom: 64px;
}
form{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 24px;
    width: 100%;
    max-width: 720px;
    margin-bottom: 32px;
}
input{
    width: 100%;
    height: 56px;
    background: #ffffff80;
    border: 2px solid #005168;
    border-radius: 8px;
    font-size: 24px;
    padding: 8px 16px;
}
::placeholder{
    color: #04546b80;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    line-height: 24px;
}
.checkbox-group{
    display: flex;
    justify-content: center;
    line-height: 24px;
}
.checkbox-group input{
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.checkbox-group a{
    text-decoration: none;
}
.btn.form-btn{
    border: none;
    width: 25%;
    height: auto;
    background: transparent;
    padding: 0;
    margin: 0 auto;
}

.registration{
    background: url(../images/1-Web_BG/A/Web_BG.webp)no-repeat center/cover;
    min-height: calc(100vh - 64px);
}
.registration .box-width{
    position: absolute;
    top: 50%;
    left: 20%;
    width: 60%;
    transform: translateY(-50%);
}
.box-width>*,
.registration-main-top img,
.registration-main-bottom img{
    display: flex;
    width: 100%;
}
.registration-main{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: url(../images/1-Web_BG/A/Web_Frame_A-middle.webp) repeat center / contain;
    padding: 0 10%;
    margin: -1px 0;
}
.registration-main h2{
    color: #f4e2b7;
    font-size: 3rem;
    text-shadow: 2px 2px #04546b,2px 0px #04546b,2px -2px #04546b,0px -2px #04546b,-2px -2px #04546b,-2px 0px #04546b,-2px 2px #04546b,0px 2px #04546b, 4px 4px #79171b;
    margin-bottom: 32px;
}
.registration-main h5{
    color: #f4e2b7;
    font-size: 2rem;
    text-shadow: 2px 2px #04546b,2px 0px #04546b,2px -2px #04546b,0px -2px #04546b,-2px -2px #04546b,-2px 0px #04546b,-2px 2px #04546b,0px 2px #04546b, 4px 4px #79171b;
}
.registration-main a{
    background: #fbf6dc;
    border: 2px solid #005269;
    color: #005269;
    padding: 8px 32px;
    margin-top: 32px;
}
.registration .mascot{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25%;
    margin: 0;
}

.sign-in .right p{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 500px){
    section{
        flex-direction: column !important;
    }
    .left{
        width: 100%;
        overflow: hidden;
    }
    .bg{
        width: 100%;
        height: auto;
    }
    .left-main{
        position: relative;
        height: 100%;
        padding: 5%;
    }
    .btn.form-btn {
        width: 75%;
    }
    .form-btn img{
        width: 100%;
    }
    .mascot{
        width: 50%;
        margin-bottom: 0%;
    }
    .left-main p{
        font-size: 8vw;
    }
    .right{
        width: 100%;
        padding: 16px 48px;
    }
    .right h1{
        font-size: 8vw;
        margin-bottom: 32px;
    }
    .checkbox-group{
        font-size: 14px;
    }

    .profile{
        padding: 16px;
    }
    .profile .top{
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0px;
    }
    .profile .left{
        padding: 0 16px;
    }
    .profile .bottom{
        grid-gap: 8px;
    }

    .box-width{
        left: 5%;
        width: 90%;
    }
    .registration-main h2{
        font-size: 1.375rem;
    }
    .registration-main h5{
        font-size: 1rem;
    }

    .sign-in .right p{
        position: relative;
        left: 0;
        transform: translateX(0);
    }
}