/* 약관동의 페이지 */
.layout-agree > .main {
    margin-bottom: 0 !important;
}

.layout-agree > .layout {
    display: flex !important;
    flex-direction: column;
}

.layout-agree > .layout > footer {
    display: none;
}

.layout-agree .header{
    visibility: visible; 
}

.layout-agree .shopping_cart{
    display:none;
}
.layout-agree .agree{
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
    gap:36px;
}
.layout-agree .agree_line,.layout-agree .register_line{
    width:100%;
    height:0;
    border:1px solid  #F5F5F5;;
}

.layout-agree .agree_line_fill{
    width:20%;
    height:0;
    border:1px solid #000000;
}

.layout-agree .agree_form{
    height: 100%;
    display:flex;
    flex-direction:column;
    gap:20px;
}
.layout-agree .agree_content{
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 400;
    font-size: 16px;
    color: #1F1F1F;
    word-break:keep-all;  
    display:flex;
    flex-direction:column;
    gap:5px;  
}
.layout-agree .agree_line_cut{
    width:100%;
    height:0px;
    border:1px solid #f6f6f6;    
}
.layout-agree .agree_divide1{
    display:flex;
    flex-direction:column;
    gap:42px;
}
.layout-agree .agree_divide2{
    height: 100%;
    display:flex;
    flex-direction:column;
    gap:16px;
}

.agree_divide2 > span {
    flex: 1;
}

.layout-agree .agree_all_check_label,.layout-agree .agree_divide_check_label{
    display:flex;
    flex-direction:row;
    align-items:center;    
    gap:10px;
}

.layout-agree input[type="checkbox"]{
    display:none;
}  
.layout-agree input[type="checkbox"] + label{   
    width:20px;
    height:20px;     
    padding:3px;
    content:url("../img/check.svg");    
}
.layout-agree input[type="checkbox"]:checked + label{
    content:url("../img/checked.svg");
}
.layout-agree input[id="allCheck"] + label{    
    border:1px solid #C8C8C8;
    border-radius:2px;
}
.layout-agree input[id="allCheck"]:checked + label{
    border:1px solid #1f1f1f;
}  

.layout-agree .agree_agreement{
    margin-left:10px;    
    color:#000;
    text-decoration:underline;
}

.layout-agree .agree_submit{   
    width:100%;
    height:60px;
    background: #E6DDDB;  
    color:#fff;
    font-family: 'Spoqa Han Sans Neo';
    font-weight: 500;
    font-size: 16px;  
    text-align: center;  
    border:none;  
}
