@charset "UTF-8";


@font-face {
    font-family: 'NanumBarunGothic';
    src: url('./font/NanumBarunGothic.otf') format('truetype');
}
@font-face {
    font-family: 'NanumBarunGothicOTF-Bold';
    src: url('./font/NanumBarunGothicBold.otf') format('truetype');
}
@font-face {
    font-family: 'Inter';
    src: url('./font/Inter-Regular.ttf') format('truetype');
}


/*chrome div 영역클릭(focus)시 mobile에서 block 되는 현상 수정*/
body{    
    display: flex;
    justify-content: center;

}
*:focus {
    outline: none;
    outline-style: none;
    box-shadow: none;
}
input::placeholder{
color:#808080;
}

input,select{
padding: 10px;
box-sizing: border-box;
}
input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: transparent;
}

footer{
    background-color: #a3c5e5;
    height: 80px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color:white;
    line-height: 1.5;
    font-family: 'NanumBarunGothicOTF-Bold';
}
.input-auth_number{
    width: 100%;
    position: relative;
}
#time-out{
    position: absolute;
    padding: 17px 0px;
    font-size: 14px;
    color: red;
    right: 10px;
    top:0px;
    display: none;
}

footer>p:nth-child(2){
    font-family: 'NanumBarunGothic';
}

.layout-container{
    min-width: 320px;
    max-width: 524px;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color:#000000;
}

.box{
    /* padding: 30px 20px 0px 20px; */
    padding: 20px;
    /* background-color: aqua; */
    /* min-height: 470px; */
    line-height: 1.31;
}
.box-header{
    margin-top: 10px;
}
.pd-20{
    padding: 20px !important;
}
.text-title{
    font-size: 28px;
    font-family: 'NanumBarunGothic';
}

.box-content{
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -0.16px;
    color:#00000080;
    font-family: 'NanumBarunGothic';
}
.text-sub{
    font-family: 'NanumBarunGothic' !important;
    word-break: auto-phrase;
}
.font-black{
    color:#000000;
    font-family: 'NanumBarunGothicBold';
}
.mgt-100{
    margin-top:100px;
}
.text{}

.list{
    margin-top:5px;
    margin-left: 23px;
    list-style-type: disc;
    
}
.list-item{
    /* margin-top:15px; */
    line-height: 1.5;
    word-break: auto-phrase;
}
.state-highlight{
    color:red;
}
.layout-actions{
    display: flex;
    flex-direction: column;
    gap:10px;
    padding: 20px 0px;
    align-items: center;
    margin-top:20px;
}

/*버튼에 대한 정의*/
.btn{
    height: 40px;
    border-radius: 5px;
    border:none;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: -0.18px;
}
.btn-primary{
    color: #ffffff;
    background-color: #2b40ab;
    font-size: 18px;
    width: 100%;
    height: 45px;
}
.btn-primary:disabled{
    color:#aeaeae;
    background-color: #eeeeee;
}
.btn-close{
    color: #777777;
    background-color: #eeeeee;
    font-size: 18px;
    width: 100%;
    height: 45px;
}
.btn-prev{
    color: #777777;
    background-color: #eeeeee;
    font-size: 18px;
    width: 100%;
    height: 45px;
}

/*font 및 bold 처리에 대한 정의*/
.f-16{
    font-size: 16px;
}
.fw-16{
    font-weight: bold;
    font-size: 16px;
}
.fw-bold{
    font-weight: bold;
}
.area-telecom{
    margin-top:10px;
    display: flex;
    line-height: 3;
    text-align: center;
    /* gap: 5px; */
}
.btn-telecom{
    width: 100%;
    font-size: 16px;
    height: 50px;
    border: 1px solid;
    /* border-radius: 6px; */
    cursor: pointer;
    background: #ffffff;
    border-color: #b7b7b7;
    color:#808080;
    font-family: MalgunGothic;
}
.btn-telecom:disabled{
    width: 100%;
    font-size: 17px;
    height: 50px;
    border: 1px solid;
    /* border-radius: 6px; */
    cursor: default;
    background: #ffffff;
    border-color: #b7b7b7;
}
.b-active{
    color:white;
    background-color: #44494f;
    font-family: MalgunGothic;
}
.b-skt{
    border-radius: 4px 0px 0px 4px;
}
.b-kt{
    
}
.b-lgu{
    border-radius: 0px 4px 4px 0px;
}
.b-auth_req{
    width: 120px;
    height: 50px;
    font-size: 18px;
    border-radius: 0px 4px 4px 0px;
    font-weight: bold;
    color: #fff;
    background-color: #2b40ab;
}
.b-auth_req:disabled{
    font-size: 17px;
    height: 50px;
    border: 1px solid;
    /* border-radius: 6px; */
    cursor: default;
    border-color: #b7b7b7;
    background-color: #eeeeee;
    color:#aeaeae;
}
.form-field{
    margin-top:15px;

}
.auth_input_label{
    font-family: 'NanumBarunGothic';
}
.input-wrapper{
    display: flex;
    flex-direction: column;
    margin-top:10px;
}
.div-wrapper{
    width: 100%;
    background-color: #eeeeee;
    height: 50px;
    border-radius: 6px;
    border:1px solid #cecece;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    box-sizing: border-box;
    letter-spacing: 1px;
}
.i-txt{
    width: 100%;
    border:1px solid #cecece;
    box-sizing: border-box;
    height: 50px;
    border-radius: 6px;
    font-size: 16px;
    font-family: MalgunGothic;
    letter-spacing: -1.28px;
}
.i-select{
    width: 100%;
    border:1px solid #cecece;
    box-sizing: border-box;
    height: 50px;
    border-radius: 6px;
    margin-bottom:10px;
    color:#808080;
}

.n-bd-right{
    border-radius: 6px 0px 0px 6px;
}

.phone-auth_number{
    
}
.phone-auth__checknum{
    border-radius: 6px;
}

.phone-auth__form-label{
    color:#000000;
    font-size: 16px;
    font-family: Inter;
}



.chk-wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
}
.terms-wrapper{
    cursor: pointer;
    font-size: 15px;
    font-family: Inter;
}

#chk{
    display: none;
}
/* off */
#chk+label{ 
    width: 24px;
    height: 24px;
    background-repeat: no-repeat; /* 반복 방지 */
    background-image: url('./images/checkbox_off.svg'); /*off 이미지*/
}
/* on */
#chk:checked+label{
    width: 24px;
    height: 24px;
    background-repeat: no-repeat; /* 반복 방지 */
    background-image: url('./images/checkbox_on.svg'); /*on 이미지*/
}
.terms-field{
    margin-top:15px;
    margin-right: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}
.flex-row{
    display: flex;
    flex-direction: row;
}
.note-wrapper > span{
    font-size: 14px;
    color:#a9a9a9;
}
.bank-text{
    display: none;
}



@media (max-width: 420px) {
    .layout-container{
       max-width: 375px;
       height: calc(100vh - 70px);
   }
    .text-title {
        font-size: 22px;
        font-family: 'NanumBarunGothic';
    }
    .phone-auth__form-label {
        font-size: 14px;
    }
    .terms-wrapper{
        font-size: 14px;
    }

}

@media (min-width: 421px) {
   .btn-primary, .btn-close, .btn-prev{
    width: 297px;
   }
}