/* 로그인 */

html,
body {
    background-color: #f4f4f4 !important;
}

.mbskin_box {
    border: 0 !important;
}

#login_fs {
/*
    padding: 35px;
    padding-top: 80px;
    background: url("../../../img/main/logo-white.png")  50% -22px;
    background-repeat: no-repeat;
*/
/*    background-position: 50% 10%;*/
}

.mb_log_cate h2 {
    width: 50%;
    float: left;
    padding: 20px 0;
    text-align: center;
    font-size: 15px;
    font-weight: 900;
    margin-top: 4px;
    margin-bottom: 0;
}

.mb_log_cate .join {
    width: 50%;
    float: left;
    padding: 20px 0;
    text-align: center;
    background: #ececec;
    color: #6e6e6e;
    font-size: 15px;
    font-weight: 900;
}

#mb_login #login_fs .btn_submit {
    /*    margin: 0 0 15px;*/
    margin-top: 5px;
    border-radius: 0;
    /* min-width: 100px; */
    height: 55px;
    line-height: 55px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 600;
    background-color: #2f3d5d;
    border-color: #2f3d5d;
    color: #fff;
    transition: 0.5s;
    border-radius: 10px;
}

#mb_login #login_fs .btn_submit:hover {
    border-color: #465d93;
    background-color: #465d93;
    color: #fff;
}

#mb_login #login_fs .frm_input {
    border: 0;
    box-shadow: none;
    background-color: #f4f4f4;
    border-radius: 0;
    height: 55px;
    line-height: 55px;
    padding-left: 15px;
    border-radius: 10px;
}

#login_password_lost {
    display: inline-block;
    border: 1px solid #ddd;
    color: #000;
    border-radius: 1px;
    padding: 4px 12px;
    line-height: 20px;
    font-size: 14px;
}

#login_info .login_if_auto label {
    vertical-align: baseline;
    padding-left: 0;
    font-size: 14px;
    font-weight: normal;
}

#sns_login .sns-naver,
#sns_login .sns-kakao,
#sns_login .sns-facebook,
#sns_login .sns-google,
#sns_login .sns-twitter,
#sns_login .sns-payco {
    border-radius: 0 !important;
    border-bottom: 0 !important;
}


/* 회원정보 찾기 */

.new_win #win_title {
    font-size: 1.3em;
    height: 50px;
    line-height: 30px;
    padding: 10px 20px;
    color: #000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 900;
    margin-top: 0;
    background-color: #465d93;
    color: #fff;
}

.new_win #win_title h1 {
    margin-top: 0;
}

.new_win .new_win_con {
    margin: 0;
    padding: 10px 20px;
}

#find_info #mb_email {
    margin: 10px 0;
    background-color: #fff;
}

.new_win .btn_submit {
    padding: 0 20px;
    height: 35px;
    font-weight: bold;
    font-size: 1.083em;
    border-radius: 0;
    background-color: #465d93;
}

.new_win .btn_close {
    height: 37px;
    width: 70px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 0;
}


/* 회원가입 약관 */

#fregister p {
    position: relative;
    text-align: center;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    background: #646982;
    margin: 0;
    border-radius: 0;
    font-weight: bold;
}

#fregister p:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 50px;
    border-radius: 5px 0 0 5px;
    background-color: transparent;
}

#sns_register h2 {
    float: left;
    display: inline-block;
    text-align: left;
    width: 50%;
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
    font-size: 14px !important;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 0;
}

#sns_register .sns-icon {
    border-radius: 3em !important;
}

#fregister h2 {
    text-align: left;
    padding: 20px;
    border-bottom: 1px #eee solid;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 0;
    margin-top: 0;
    /*    background-color: #fcfcfc;*/
    background-color: #fff;
}

#fregister_private table td {
    border: 1px solid #e7e9ec;
    padding: 10px;
    border-top: 0;
    font-size: 13px;
}

#fregister_chkall {
    position: relative;
    text-align: center;
    background: #fff;
    line-height: 50px;
    border: 1px solid #ddd;
    border-radius: 0;
    margin-bottom: 15px;
}

#fregister_chkall label {
    margin-bottom: 0;
}

.register .btn_confirm .btn_submit,
.register .btn_confirm .btn_close {
    float: left;
    height: 50px !important;
    width: 49.5%;
    font-weight: bold;
    font-size: 1.083em;
    border-radius: 0;
}

.register .btn_confirm .btn_submit {
    border: 0;
    background: #2f3d5d;
    border: 1px #2f3d5d solid;
    color: #fff;
    cursor: pointer;
    line-height: 32px !important;
    transition: 0.6s;
}

.register .btn_confirm .btn_submit:hover {
    border-color: #465d93;
    background-color: #465d93;
}


/* 회원가입 창 */

.register_form_inner {
    border: 0;
}

#register_form h2 {
    padding: 20px;
    border-bottom: 1px solid #eee;
    background-color: #8492b3;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 900;
}
#register_form h2:before {
    font-family: FontAwesome;
        content: "\f058";
    padding-right: 8px;
}
.register_form_inner ul {
    padding: 20px;
    background-color: #fff;
}

.register_form_inner label {
    display: none;
}

li.chk_box label {
    display: block;
}

.register_form_inner ul .frm_input {
    border: 0;
    box-shadow: none;
    background-color: #f4f4f4;
    border-radius: 0;
    height: 52px;
    line-height: 52px;
    padding-left: 15px;
}

.register_form_inner .chk_li {
    padding-left: 2px;
}

.logo_img_login{max-width: 315px; text-align: center; width: 100%; margin: 0 auto;}


.login_zone{position: relative;}
.logo_absols{position: absolute; top: 3%; left: 3%; max-width: 100px; width: 100%; z-index: 8;}



.login_myswiper{border-radius: 25px;}
.login_img_box img{width: 100%; max-width: 553px;}

#mb_login{width: 49%; padding:50px}
.bg_zone_slide{width: 51%; padding:50px; padding-left: 0; padding-top: 0;}
.login_zone{display: flex; align-items: center; width: 100%; height:100vh; background:#2f3d5d; background-size: cover;}
.mb_log_cate{padding:0 35px}
.mb_log_cate h2{width: 100%; font-size:22px; color: #2f3d5d; font-weight: 700;}
.mb_log_cate .eng_h2{font-size:55px; color: #333;}
#mb_login .join {
    border-radius: 0;
    height: 55px;
    line-height: 55px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 600;
    background-color: #2f9e92;
    border-color: #2f3d5d;
    color: #fff;
    transition: 0.5s;
    display: block;
    margin-bottom:15px;
    border-radius:10px;
}


@media(min-width:991px) {
    .register {
        width: 900px;
    }
}



.bg_zone_slide .swiper-button-next, 
.bg_zone_slide .swiper-button-prev{top: auto; bottom: 0; margin-left: 0; margin-right: 0; }

.bg_zone_slide .swiper-button-prev {
    background: #2f9e92 url(../basic/img/arrow_prev_login.svg) no-repeat center;
    background-size: 20px 20px;
    z-index: 9;
    border-radius: 14px;
    width: 86px;
    height: 85px;
    left: 0;
    transition: background-color 0.3s ease;
}

.bg_zone_slide .swiper-button-next {
    background: #2f4e9e url(../basic/img/arrow_next_login.svg) no-repeat center;
    background-size: 20px 20px;
    z-index: 9;
    border-radius: 14px;
    width: 161px;
    height: 85px;
    right:  38px;
    transition: background-color 0.3s ease;
}
.bg_zone_slide .swiper-button-prev:hover {
    background-color: #2f9e92; 
}

.bg_zone_slide .swiper-button-next:hover {
    background-color: #2f4e9e; 
}

.bg_zone_slide{position: relative; overflow: hidden;}
.name_list{position: absolute; left: 0; top: 0;}
.name_list span
{display: block;
width: 276px;
height: 68px;
line-height: 68px;
text-align: center;
color: #2f3d5d;
border: 2px solid #2f3d5d;
border-radius: 35px;
font-size: 19px;
font-weight: 600;
}

.name_list span b,
.name_list span strong{font-weight: 600;}
.name_list span .blue22{color: #006cb8;}
.name_list span .blue23{color: #2f9e92;}


.bg_zone_slide .swiper-slide:not(.swiper-slide-active) {
    opacity: 0; 
    pointer-events: none; 
    transition: opacity 0.3s ease;
  }

  .bg_zone_slide .swiper-slide.swiper-slide-active {
    opacity: 1; 
    pointer-events: auto; 
  }


.bg_zone_slide .swiper-button-next.swiper-button-disabled, 
.bg_zone_slide .swiper-button-prev.swiper-button-disabled{opacity: 1;}


.info_login h4{display: flex; align-items: center; font-size: 14px; color: #2f3d5d; font-weight: 700; padding: 0 35px;}
.info_login h4 a{color: #2f3d5d;}
.info_login img{max-width: 20px; margin-right: 15px;}
.login_zone .inner{border-radius: 15px;}




@media(max-width:1200px) {
.bg_zone_slide{display: none !important;}
#mb_login{width: 100%; max-width: 550px;}
.logo_absols{top: 8%;}
.login_zone{background: #fff;}



}

@media(max-width:500px) {
    #mb_login{padding: 25px;}
    .logo_absols{top: 8%;}
    .logo_absols{max-width: 40px;}
    #login_fs{padding: 15px;}
    .info_login h4{padding: 0 15px;}
    .logo_img_login{max-width: 200px;}
}

@media(max-width:374px) {
    .logo_img_login {max-width: 170px;}
    .mb_log_cate{padding: 0;}
    #mb_login{padding: 15px;}
    .logo_absols{max-width: 40px;}
    #mb_login #login_fs .frm_input,#mb_login .join,
    #mb_login #login_fs .btn_submit{height: 50px; line-height: 50px;}

}

.swiper-button-next:after, .swiper-button-prev:after{display: none;}