.pop_terms_area{
    display:none;
    max-width: 758px;
    width:100%;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    background: #FFF;
    position: absolute;
    top:100px;
    left:50%;
    margin-left:-379px;
    
    z-index:9;
}

.pop_terms_top_tit_area{
    display: flex;
    width: 100%;
    height: 85px;
    padding: 0 24px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E5E7EB;
    background: #FFF;
}

.pop_terms_top_tit_box{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.pop_terms_top_tit_box > span {
    color: #101828;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

.pop_terms_top_close_btn{
    display: flex;
    width: 36px;
    height: 36px;
    padding: 8px 8px 0 8px;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 10px;
    cursor:pointer;
}

.pop_terms_top_close_btn > span {
    height: 20px;
    flex-shrink: 0;
    align-self: stretch;
}

.pop_terms_cont_area{
    width:100%;
    
    padding:32px 0px 32px 32px;

}

.cont_text{
    color: rgba(16, 24, 40, 0.70);
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
}

.cont_date{
    color:#101828B2;
}

.cont_top_cont{
    color: #101828;
}

.cont_text_title{
    color: #101828;
    font-weight: 600;
    
}

.cont_text_body{
    padding:0 32px;
}

.cont_text_body ul li {
  color: #101828;
  padding-top:5px;
}

.cont_text_body ul li::marker {
  font-size: 15px;
  color: #101828;
}


.pop_terms_bottom_close{
    display: flex;
    width: 758px;
    height: 84px;
    padding: 25px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-top: 1px solid #E5E7EB;
    background: #FFF;
}

.pop_terms_bottom_close_btn {
    display: flex;
    height: 48px;
    padding: 7px 45px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 10px;
    background: #004030;
    cursor:pointer;
}

.pop_terms_bottom_close_btn  > span{
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
 }

  @media (max-width: 620px) {

    .pop_terms_area{
        /*max-width: 320px;*/
        width:100%;
        flex-direction: column;
        align-items: flex-start;
        flex-shrink: 0;
        background: #FFF;
        position: absolute;
        top:0px;
        left:50%;
        /*  */margin-left:0;
        z-index:9;
        transform: translate(-50%);
    }


    .pop_terms_bottom_close{
        
        width: 100%;
        
    }

    .pop_terms_cont_area{
        width: 100%;
        padding: 32px 6%;
    }


  }