@charset "utf-8";
@import url(./default.css);


/* 회원가입페이지1 */
.wrap-all{
    width: 25%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 30px;
    padding: 4% 2% 3% 2%;
    background-color: #fff;
}
.wrap-all form label{
    display: block;
}
.wrap-all .logo{
    margin: 0 auto 5%;
    max-width: 200px;
}
.wrap-all h1{
    text-align: center;
    margin-bottom: 12%;
    font-size: 30px;
    letter-spacing: 1.5px;
    color: #474747;
    font-family: 'pret-r';
}
.wrap-all form input{
    accent-color: #474747 !important;
    display: inline-block;
}
.wrap-all form label{
    font-size: 20px;
    display: block;
}
input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 3%;
    margin-bottom: 7px;
}

.wrap-all form a{
    color: #000;   
    display: inline-block;
}
.wrap-all form a:hover{
    color: #474747;
}
.wrap-all form a::after{
    content:'';
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #000;
}
.wrap-all form a:hover::after{
    background-color: #474747; 
}
.flex{
    display: flex;
    align-items: center;
    margin-bottom: 7%;
}

.flex:nth-child(4){
    margin-bottom: 12%;
}

.wrap-all button{
    width: 200px;
    height: 56px;
    line-height: 56px;
    color: #fff;
    background-color: #474747;
    margin: 0 auto;
    display: block;
    margin-top: 5%;
    border: none;
    border-radius: 5px;
    font-size: 20px;
}

button{
    cursor: pointer;
}


/* 회원가입페이지2 */

.wrap-all2{
    width: 25%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 2px solid #635959;
    border-radius: 15px;
    padding: 2% 2% 2% 2%;
    display: none;
}

.wrap-all2 .logo{
    margin: 0 auto 5%;
    max-width: 200px;
}

.wrap-all2 h1{
    text-align: center;
    margin-bottom: 12%;
    letter-spacing: 0.05em;
    font-size: 30px;
    color: #474747;
    font-family: 'pret-r';
}

/* 이용약관부분  */

.terms-wrap h1{
    text-align: center;
    padding-top: 5%;
    font-weight: 400;
}
.terms-wrap .close_btn {position: absolute; top: 18%; right: 30%; text-align: center;}    /*닫기버튼*/
.terms-wrap .close_btn img {
    width: 70%;
    filter: grayscale(1) brightness(0.3);
}
@media (max-width:768px){
    .terms-wrap .close_btn {position: absolute; top: 2.5%; right: 5%; text-align: center;}
    .terms-wrap h1{
        font-size: 26px;
    }
}


.wrap-all2 .acinfo:nth-child(2){
    position: relative;
}
.wrap-all2 .acinfo:nth-child(2) button{
    position: absolute;
    top: 48%;
    right: 8%;
    background-color: #474747;
    color: #fff;
    border: none;
    padding: 1.5%;
    border-radius: 5px;
}
/* 이용약관 아코디언부분 */
.accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px 0;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    width: 100%;
    border-bottom: 2px solid #474747;
   font-family: 'GowunDodum-Regular';
   font-size: 20px;
  }

  .accordion_box{
    margin: 0 auto;
    margin-top: 7%;
    width: 40%;
    margin-bottom: 5%;
  }


  
  /* Style the accordion panel. Note: hidden by default */

  .panel {
    background-color: white;
    display: none;
    overflow: hidden;
    padding: 4%;
    background-color: rgba(226,226,226,0.3);
    transition: all 0.7s;
  }
  .panel p{
    word-break: keep-all;
    width: 100%;
    line-height: 35px;
    font-size: 14px;
    font-family: 'GowunDodum-Regular';
   margin-right: 0 !important;
    color: rgba(0,0,0,0.7);
    word-break: keep-all;
  }

  .accordion:after {
    content: ''; /* Unicode character for "plus" sign (+) */
    display: block;
    background-image: url(/images/common/acco_arrow.png);
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
    width: 17px;
    height: 15px;
  }
  
  .active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
  }

 .acinfo{
    display: block;
    width: 85%;
    margin: 0 auto;
    margin-bottom: 3%;
 }
 .acinfo label{
    display: block;
    margin-bottom: 10px;
 }
 .acinfo input, .acinfo select{
    width: 95%;
    height: 45px;
 }
 .wrap-all2 #ac_submit{
    width: 50%;
    height: 56px;
    line-height: 56px;
    color: #fff;
    background-color: #474747;
    margin: 40px auto 0;
    display: block;
    margin-top: 5%;
    border: none;
    border-radius: 10px;
    font-size: 20px;
 }
 .acinfo a{
    display:inline-block;
    color: #000;
    margin-top: 7px;
    border: 2px solid #707070;
    font-size: 14px;
    width: 90px;
    height: 24px;
    line-height: 24px;
    text-align: center;
 }
 .acinfo a:hover{
    background-color: #474747;
    color: #fff;
 }

.mo_header { display: none;}

/* 약관동의 최하단 메인 돌아가기, 확인 버튼 */
.terms_main_move .btn_wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
    gap: 20px;
}
.terms_main_move .btn_wrap a{
    display: inline-block;
    border-radius: 50px;
    overflow: hidden;
    background-color: #474747;
    color: #fff;
    width: 172px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}
.terms_main_move .btn_wrap a:first-of-type {
    background-color: #fff;
    color: #474747;
    border: 1px solid #474747;
}

 @media(max-width:1200px){
    .wrap-all h1{
        font-size: 25px;
    }
    .wrap-all .logo{
        width: 60%;
        margin: 0 auto;
        margin-bottom: 5%;
    }
    .wrap-all2 .logo{
        width: 40%;
        margin: 0 auto;
        margin-bottom: 5%;
    }
    .wrap-all2 .logo img{
        display: block;
        width: 100%;
    }

    .wrap-all .logo img{
        display: block;
        width: 100%;
    }
    .wrap-all form label{
        font-size: 16px;
    }
    input[type="checkbox"]{
        width: 16px;
        height: 16px;
        margin-right: 11px;
        margin-bottom: 5px;
    }
    .wrap-all button{
        width: 65%;
    }
    .wrap-all2{
        width: 40%;
    }
    .wrap-all2 h1{
        font-size: 25px;
    }
 }

 @media(max-width:768px){
    .header { display: none;}
    /* 모바일 메인으로 돌아가기 위치수정*/
    .mo_header { 
        /* display: block; */
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #474747;
        /* position: absolute; bottom: 0;
        width: 100%; */
        height: 70px;
        margin-top: 40px;
        
    }
    .mo_header .header_flex {
        position: static;
        transform: none;
        width: 100%;
    }
    .mo_header .header_flex a {
        /* width: 170px;
        margin: 40px auto;
        font-size: 12px; */
        width: 100%;
        font-size: 22px;
        margin-right: 0;
        background-color: transparent;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }
    .wrap-all, .wrap-all2{
        width: 60%;
        position: static;
        transform: none;
        margin-top: 30px;
    }
    .accordion_box{
        width: 60%;
    }
    .wrap-all2 h1{
        margin-bottom: 6%;
    }
 }

 @media(max-width:500px){
    .wrap-all2 h1{
        font-size: 18px;
    }
    .accordion{
        font-size: 16px;
    }
    .panel p{
        font-size: 12px;
    }
    .wrap-all h1{
        font-size: 21px;
    }
    .wrap-all, .wrap-all2 {
        width: 75%;
    }
    .wrap-all form label{
        /* font-size: 14px; */
    }
    input[type="checkbox"]{
        width: 14px;
        height: 14px;
    }
    .acinfo input, .acinfo select{
        height: 30px;
    }
    .wrap-all button{
        height: 50px;
        line-height: 50px;
        width: 62%;
        font-size: 16px;
    }
    .wrap-all .logo{
        width: 50%;
    }
    .accordion_box{
        width: 80%;
    }
    .wrap-all2 #ac_submit{
        /* height: 30px; */
        line-height: 30px;
    }
    .acinfo a{
        font-size: 12px;
        width: 75px;
        height: 20px;
        line-height: 20px;
    }
    .wrap-all2 .acinfo:nth-child(2) button {
        top: 52%;
    }
 }
 @media(max-width:320px){
    .wrap-all2{
        width: 80%;
    }
    .wrap-all2 h1{
        font-size: 16px;
    }
    .acinfo label{
        font-size: 14px;
    }
    .wrap-all2 .acinfo:nth-child(2) button{
        right: 6.5%;
    }
    form{
        margin: 0;
    }
    .acinfo label{
        margin-bottom: 5px;
    }
    .wrap-all h1{
        font-size: 18px;
    }
    .wrap-all button{
        height: 28px;
        line-height: 28px;
    }
 }
 