/* 접근권한 허용 */

.layout-access.layout-con,.layout-access_02.layout-con{
    display:flex;
    background-color:#000;
    height:100vh;
}
.layout-access .layout,.layout-access_02 .layout{
    display:flex;
}
.layout-access .header,.layout-access_02 .header  ,.layout-access .footer,.layout-access_02 .footer{
    display:none;
} 

.layout-access .main,.layout-access_02 .main{    
    display:flex;
    justify-content: center;
    align-items: center;
}
.layout-access .access,.layout-access_02 .access{
    background-color:#fff;
    border-radius:12px; 
    width:290px;     
    height:449px;        
}
.layout-access .access_white{
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:space-evenly;   
    gap:20px;
}

.layout-access .x_sign_wrap{
    width:100%;    
    text-align:right; 
    padding:15px 15px 0 0;   
}

.layout-access .x-sign{
       width:20px;
       height:20px;       
}
.layout-access .main_text_wrap{
    display:flex;
    flex-direction:column;
    align-items: center;
}
.layout-access .main_text{
    width:100%;
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 16px;
    color: #121212;
    display:flex;
    flex-direction:column;
    align-items: left;
    gap:5px;
    padding-bottom:10px;
    border-bottom:1px solid #f5f5f5;
}

.layout-access .access_check_container{   
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:15px;     
}

.layout-access .access_wrap{
    display:flex;  
    gap:14px;
    width:100%;
    height:40px;     
}

.layout-access .access_img_place{
    width:40px;
    height:40px;
    background:#f6f7fb;
    border-radius:50%;    
    display:flex;
    align-items: center; 
    justify-content: center;
}

.layout-access .access_content_place{
    display:flex;
    flex-direction:column;
    gap:8px;
}

.layout-access .access_content_main_text{
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 14px;
    color: #404040;    
}

.layout-access .access_content_sub_text{
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 12px;
    color: #9A9A9A;
}
.layout-access .access_info_wrap{
    width:100%;
    padding:20px 0;
    border-top:1px solid #f5f5f5;
    border-bottom:1px solid #f5f5f5;
    display:flex;
    flex-direction:column;
    align-items: center;
}
.layout-access .access_info{
    word-break:keep-all;
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 11px;
    color: #9A9A9A;    
    display:flex;
    flex-direction:column;  
    gap:5px;  
}

.layout-access .access_check_btn{
    position:relative;
    left:0;
    bottom:15px;
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #CB7658;
    border:none;
    background:#fff;
}
/* 접근권한 허용 완료 */
.layout-access_02 .access_02{
    background-color:#fff;
    border-radius:12px; 
    width:280px;     
    height:205px;       
}
.layout-access_02 .access_complete_title{
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 700;
    font-size: 16px;    
    color: #404040;
    text-align:center;
}
.layout-access_02 .access_complete_main_white{
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content: space-around;
}
.layout-access_02 .access_complete_content{
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 16px;
    color: #1F1F1F;
    width:182px;
    height:40px;
    text-align:center;
}
.layout-access_02 .access_complete_button_wrap{
    width:100%;    
    display:flex;
    justify-content: space-evenly;
    border-top:1px solid #f5f5f5;
    padding-top:18px;
}

.layout-access_02 .access_complete_button_wrap button{
    border:none;
    background-color:transparent;
}
.layout-access_02 .access_complete_deny{
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 16px;
    color:#ebcfb0
}
.layout-access_02 .access_complete_access{
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 16px;
    color:#cb7658;
}
