@charset "UTF-8";

/* 멤버쉽 css */

.layout-member-wrap{
    display:block;
    margin:70px 14px 50px;
}
.member-title-wrap{
    text-align: center;
    margin-bottom:20px;
}
.member-title-wrap .title2{
    font-size:30px;
    font-weight: 700;
    display: inline-block;
}
.member-box{
    border:1px solid #b1b1b1;
    padding:40px 30px;
    border-radius:4px;
    margin:0 30px;
    box-shadow: 5px 5px 5px #d1d1d1;
}
.member-box ul li{
    margin-bottom:10px;
}
.member-box input{
    height:40px;
    border-radius:3px;
}
.btn-login-wrap{
    margin-top:20px;
}




.input-wrap + .input-wrap,
.input-wrap + .input-flex-wrap,
.input-flex-wrap + .input-wrap{
    margin-top:6px;
}
.input-big input{
    width:100%;
    height:48px;
}

.login-wrap input + input{
    margin-top:4px;
}
.login-btn{
    margin-top: 10px;
}
.login-link{
    margin-top:20px;
    text-align: center;
}
.login-link ul li{
    display:inline-block;
    position: relative;
    padding:0 16px;
}
.login-link ul li a{
    color:#333;
    font-weight:500;
    font-size: 13px;
}
.login-link ul li + li:before{
    content:'';
    display:inline-block;
    width:1px;
    background: #000;
    height:12px;
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
}

/* 아이디/비번찾기 */
.layout-member-wrap .title-description{
    font-size:14px;
    text-align: center;
    margin-top:10px;
}

.agree-email{
    text-align: center;
    margin-bottom:var(--margin-top-basic);
    margin-top:var(--margin-top-basic);
}
.agree-email .notice{
    margin-top:var(--margin-top-basic);
    margin-bottom:10px;
}





/* meda 쿼리 */
@media screen and (min-width: 600px) {
    .layout-member-wrap{
        width:600px;
        margin:70px auto;
    }
}


/* 확대보기 팝업 */
.layer-popup-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 9999;
}

.layer-popup-wrap .popup-content {
    position: absolute;
    display: block;
    top: 10px;
    left: 50%;
    width: 1280px;
    max-height:960px;
    transform: translateX(-50%);
    background-color: #fff;

}
.layer-popup-wrap.open{
    display: block;
}
.popup-header{
    position: relative;
    padding: 15px;
    text-align: left;
    background-color: #2cade2;
    font-size: 16px;
    color: #ffffff;
}

.close-popup{
    position: absolute;
    right:10px;
    top:50%;
    transform: translateY(-50%);
}

.pop-thumb-list{
    background: #fff;
    padding:10px;
    height:60px;
}

.car-image.swiper{
    height:960px;
}
.car-image .swiper-slide {
    width:1280px;
    height:960px;
    background-size: cover;
    background-position: center;
    text-align: center;
    overflow: hidden;
  }
  .car-image .swiper-slide  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


.layer-popup-wrap .mySwiper {
    box-sizing: border-box;
    padding: 10px;
}

.layer-popup-wrap .mySwiper .swiper-slide {
width:60px;
height:40px;
opacity: 0.4;
overflow: hidden;
}

.layer-popup-wrap .mySwiper .swiper-slide-thumb-active {
opacity: 1;
}

.pop-thumb-list .swiper-slide img {
display: block;
width: 100%;
height: 100%;
}

.pop-thumb-list .swiper-button-next{

}

.pop-thumb-list .swiper-button-prev:after,
.pop-thumb-list .swiper-button-next:after{
    font-size: 14px;
    color:#fff;
    font-weight: 700;
    background: rgba(0, 0, 0, .9);
    border-radius:50%;
    width:24px;
    height:24px;
    text-align: center;
    line-height: 24px;
}



/* pop-login, join */
.layer-popup-wrap .login{
    top:50%;
    transform: translate(-50%, -50%);
    width:90%;
    height:auto;
    background:none;
}
.login-text{
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
}


.memberform-box{
    width: 100%;
    padding: 30px 30px;
    border: 1px solid #cbcbcb;
    box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.04);
    border-radius: 0.5rem;
    box-sizing: border-box;
    display: inline-block;
    background: #fff;
}
.member-title {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: #828282;
}
.member-title-small {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    vertical-align: baseline;
}
.description-text {
    color: #303030;
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
}

.loginform{
    padding-bottom:20px;
}
/* join */
.joinform{
    
    padding-top:20px;
    border-top:1px solid #eee;
}
.joinform li,
.loginform li{
    display: flex;
    align-items: center;
    flex-wrap:wrap;
}
.joinform .input-list{
    width:100%;
}

.joinform .memberform-box input{
    height:50px;
    border-radius:8px;
    width:100%;
}
.btn-certi{
    width:120px;
    height:30px;
    margin-left: 4px;
}

.joinform .join-input-box,
.loginform .join-input-box{
    width:74%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}
.joinform .join-input-box input[type=text],
.loginform .join-input-box input[type=text]{
    border-radius:3px;
    padding:0 4px;
}
.joinform .input-label,
.loginform .input-label{
    display: inline-block;
    width:26%;
    font-size: 14px;
}
.input-label2{
    width:220px;
    color: red;
}
.join-input-box.subbox .btn-resend{
    width:150px;
    height:36px;
    margin-left: 4px;
}
.joinform .join-input-box.subbox input{
    height:36px;
    
}
.join-input-box.subbox .btn-certi{
    width:150px;
    height:36px;
    margin-left: 4px;
}
.certi-time{
    display: inline-block;
    margin-left: 4px;
    width:100px;
    color: #0066CC;
}
.joinform .join-input-box.subbox2{
    margin-left: 0;
    width:100%;
    color: red;
    height:36px;
}
.popup-close{
    position: absolute;
    right:10px;
    top:10px;
    color: #666;
}
.popup-close .btn-close{
    color: #666;
}

.popup-close .btn-close:before{
    content: "\f659";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 700 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    font-size: 30px;
    color: #666;
}

.input-list li {
    margin-bottom: 6px;
}