@CHARSET "UTF-8";
@font-face {
    font-family: 'Noto Sans KR', sans-serif;
    font-style: normal;
    font-weight: 400;
    src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot');
    src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.ttf') format('truetype');
}
@font-face {
	font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Pretendard-SemiBold';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
.h5, h5 { font-size: 1rem; font-weight: 900;}
input, progress { accent-color: #000;}
label{cursor: pointer; margin-bottom: 0px; margin-top: 3px;}
input[type=radio]{
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    border: 1px solid #333;
    line-height: 24px;
    text-align: center;
    font-weight:bold;
    font-size:13px;
}
.modal{ background: rgba(0,0,0,0.2); }
.modal-header{ padding: 2%;}
.modal-title{ font-family: "Pretendard-SemiBold"; }
.modal-footer{ font-family: "Pretendard-SemiBold" !important; }
.modal-content { border-radius: 0.85rem; padding: 3% 2%; box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.3); }
.wrap{ padding: 1% 2% }
.agreement-col{
    font-family: "Pretendard-Regular";
    display: grid;
    grid-template-columns: 85% 20%;
    align-items: center;
    font-size: .8rem;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    justify-content: space-between;
    border-bottom: 1px solid #dee2e6
}
.agreement{ display: flex; align-items: center;}
.agreement div{ display: flex; align-items: center; margin-right: 12px; font-weight: 800;}
.agreement div input{ margin-right: 3px;}
.modal-footer{ font-family: "Pretendard-medium";border-radius: 0 0 10px 10px; border: 0px; padding: 0px; }
.modal-footer div{ padding: 7px; width: 100%; }
.modal-footer div > button{ background-color: #e6007e; width: 100%; height: 5vh; border-radius: 7px; color: #fff; font-weight: 800; border: 0px }
.modal-dialog { max-width: 700px; margin: 1.75rem auto; }

@media (max-width: 576px){
    .modal-dialog {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        position: fixed;
        bottom: 0px;
    }
    .modal-content{
        border-radius: 0.85rem 0.85rem 0 0;
        border: 0px;
        padding: 2% 1.3%
    }
    .modal-title{
        font-size: .8rem;
    }
    .agreement-col{
        font-size: .75rem;
        grid-template-columns: 65% 30%;
    }
    .agreement{
        font-size: .7rem;
        white-space: nowrap;
    }
    .modal-footer{
        padding: 0 10px;
    }
    .modal-footer div > button{
        height: 6vh
    }
    .wrap{
        padding: 9% 2%;
        height: 80vh;
        overflow: scroll
    }
}