﻿

.wrap{
    margin-top: 0 !important;
        padding-top: 0;
}
.container{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-bottom: 0;
        height: 100vh;
    min-height: unset;
}
.container>div{
    width: 90%;
}

.chk_box{
    display: flex;
    align-items: center;
    margin-top: 1rem;
}
.chk_box strong {
    margin-left: 0.3rem;
    font-size: 0.87rem;
    color: #636363;
}


/*field 버튼*/
.field, .rfield{
    display: flex;
    align-items: center;
}
.field{
    justify-content: space-between;
    margin-top: 2rem;
}
.field > a{
    text-decoration: underline;
    text-underline-offset: 3px;
     color: #626262;
    font-size: 0.87rem; 
}
.rfield a, .rfield span{
    color: #626262;
    margin-left: 0.5rem;
    font-size: 0.87rem;
    cursor: pointer;
}
.rfield span{
    color: #E5E5E5;
}


.btn1 {
  transition: background 0.3s ease;
}
.btn1.active {
  background: var(--main-color);
  cursor: pointer;
}