* {
    margin: 0;
    padding: 0;
}

.box {
    height: 100vh;
}

#bgSwiper {
    height: 100%;
}

/*
#bgSwiper .swiper-wrapper .swiper-slide {
    height: 100%;
}
#bgSwiper .swiper-wrapper .swiper-slide img{
    height: 100%;
    width: 100%;
} */

#bgSwiper .swiper-wrapper .img1 {
    background-image: url(./../images/jjw_banner01.png?v=1.2);
    background-position: center;
    background-size: cover;
}

#bgSwiper .swiper-wrapper .img2 {
    background-image: url(./../images/jjw_banner02.png?v=1.2);
    background-position: center;
    background-size: cover;
}

#bgSwiper .swiper-wrapper .img3 {
    background-image: url(./../images/jjw_banner03.png?v=1.2);
    background-position: center;
    background-size: cover;
}

#bgSwiper .swiper-wrapper .img4 {
    background-image: url(./../images/jjw_banner04.png?v=1.2);
    background-position: center;
    background-size: cover;
}

#bgSwiper .swiper-wrapper .img5 {
    background-image: url(./../images/jjw_banner05.png?v=1.2);
    background-position: center;
    background-size: cover;
}

.box .login-box {
    background-color: white;
    width: 348px;
    height: 310px;
    position: fixed;
    top: 50%;
    right: 15%;
    z-index: 100;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 33px 26px 77px;
}

.box .login-box .login-title {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 33px;
}

.box .login-form-box {
    display: flex;
}

.box .login-form-box .logo {
    position: fixed;
    top: 10px;
    left: 40px;
}

.box .login-form-box .login-input-item {
    width: 346px;
    display: flex;
    align-items: center;
    height: 40px;
    border: 1px solid rgba(229, 229, 229, 1);
    margin-top: 16px;
}

.box .login-form-box .login-input-item .login-input {
    width: 100%;
    height: 100%;
}

.box .login-form-box .login-input-item input {
    height: 100%;
    width: calc(100% - 20px);
}

.login-left .login-left-img {
    width: 500px;
    height: 500px;
}

.login-left .login-left-img img {
    width: 100%;
    height: 100%;
}

.login-right {
    width: 500px;
    height: 500px;
    background-color: white;
}

.login-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form-box-checked {
    width: 346px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
    height: 40px;
}

.submit-btn {
    width: 346px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #2C85EA;
    border: none;
}

.icon {
    width: 45px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(229, 229, 229, 1);
}

footer {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #F6F6F6;
    font-weight: 400;
    z-index: 200;
}

.logo {
    z-index: 10000;
    position: fixed;
    top: 10px;
    left: 40px;
}

a {
    text-decoration: none;
}

a:link {
    color: #F6F6F6;
    text-decoration: underline;
}

a:visited {
    color: #F6F6F6;
    text-decoration: none;
}

a:hover {
    color: #F6F6F6;
    text-decoration: none;
}

a:active {
    color: #F6F6F6;
    text-decoration: none;
}