
.layout-setting.layout-con{
    max-width:none;
    background:#f5f5f5;
    padding:0;
    margin:0;
    grid-template-rows: 65px 1fr 80px;
}
.layout-setting .layout{
    display:flex;
    flex-direction: column;
    gap:7px;
}
.layout-setting .header{
    visibility: visible;  
    background:#fff;    
    padding:0 20px; 
    margin-top:0;   
}

.layout-setting .shopping_cart{
    visibility:hidden;
}
.layout-setting .footer{
    display:none;
}
.layout-setting .setting{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:6.5px;
}

.layout-setting .info_group{
    display:flex;
    flex-direction: column;
    gap:1px;
}

.layout-setting .info_wrap{
    display:flex;   
    width:100%;
    height:80px; 
    justify-content:space-between;
    align-items: center;
    background:#fff;
    padding:0 25px 0 20px
}

.layout-setting .info_text{
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 14.4px;
    color: #1F1F1F;
}

.layout-setting .gray_bar{
    width:36px;
    height:16px;
    background: #EEEBE2;
    border-radius: 25.92px;
    display:flex;
    align-items: center; 
    border:none;   
    padding:0;         
}

.layout-setting .brown_circle{
    width:22px;
    height:22px;
    background: #CB7658;   
    border-radius:50%;   
    box-shadow: 0px 0.96px 0.96px rgba(0, 0, 0, 0.14), 0px 1.92px 0.96px rgba(0, 0, 0, 0.12), 0px 0.96px 2.88px rgba(0, 0, 0, 0.2);
    position:relative;
    left:20px;
    transition:all 150ms;
}

.layout-setting .service_group{
    display:flex;
    flex-direction:column;
    gap:1px;   
}
.layout-setting .service_text{
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 14.4px;    
    color: #404040;
    height:52px;
    display:flex;    
    align-items: center;
    background:#fff;
    padding:0 25px 0 20px
}
.layout-setting .service_text:first-child{
    height:60px;
}

.layout-setting .service_text:first-child{
    font-weight:700;
}

.layout-setting .version_info{
    display:flex;
    justify-content: space-between;    
    background:#fff;
}