@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');

.pi_all,
.media-popup {
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 10;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    overflow-y: auto;
    color: #545454;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -1px;
    font-size: 12px;
}

.media-popup {
    display: flex;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.media-popup img {
    max-width: 100%
}

.contents {
    height: 100%;
    overflow: hidden;
    margin: 20px 20px;
}

.pi_all.hide,
.media-popup.hide {
    display: none;
}

.wrap {
    height: 88%;
    overflow: auto;
}

.pi_all .all {
    max-width: 680px;
    background: #fff;
    height: auto;
    padding: 20px 20px;
}

.clo318dde {
    color: #318dde !important
}

.clo021b6a {
    color: #021b6a !important;
    font-weight: bold
}

.tit_wrap h2 {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    padding-bottom: 25px;
}

.box_wrap01 {
    background: #eaf3fc;
    color: #545454;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.box_wrap {
    border: 1px solid #e2e2e2;
    color: #545454;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.box_wrap02 p {
    margin-top: 10px;
}

.box_wrap02 {
    margin-bottom: 20px;
}

.all_ch h2 {
    padding-bottom: 15px;
    font-size: 15px;
}

.all_btn_wrap {
    float: right
}

.all_btn_wrap button {
    width: 94px;
    padding: 4px 10px 5px;
    color: #fff;
    background: #8c9192;
    border-radius: 4px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
}

.all_btn_wrap button.all_btn_no {}

.all_btn_wrap button.all_btn_ye {
    margin-left: 5px
}

.all_btn_wrap button:hover {
    background: #318dde;
}

.all_btn_wrap button.check {
    background: #318dde;
}


.table_wrap table {
    border: 1px solid #ccc;
    width: 100%;
}

.table_wrap table tr td {
    color: #545454;
    font-weight: bold;
    padding: 8px 15px 10px;
    border-bottom: 1px solid #ccc;
    line-height: 1.5;
    font-size: 13px
}

.table_wrap table tr td:first-child {
    background: #eaf3fc;
    width: 41%;
}

.box_wrap03 .table_wrap table tr td b {
    color: #545454;
    font-weight: 400
}

.table_tit::before {
    content: "";
    width: 2px;
    height: 14px;
    background: #021b6a;
    position: absolute;
    margin-left: -10px;
    margin-top: 4px;
}

.table_tit {
    font-size: 14px;
    color: #222;
    font-weight: bold;
    padding-bottom: 10px;
    margin-left: 10px;
    position: relative;
}

.box_wrap04 b {
    font-size: 14px;
}

.box_wrap04 span.dkstla {
    background: #64BC54;
    border-radius: 50px;
    color: #fff;
    padding: 0px 10px;
    font-size: 12px;
    display: inline-block;
    /* width: 64px; */
    font-weight: 400;
    margin-left: 10px;
    margin-top: 2px;
}

.box_wrap04 table {
    margin-bottom: 10px;
}

.box_wrap04 p a {
    text-decoration: underline
}

.ch_box_wrap {
    padding: 5px 10px 10px;
    background: #e2e2e2;
    border-radius: 0 0 5px 5px;
    color: #222;
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: -13px;
    overflow: hidden;
}

.ch_box_wrap h4 {
    font-weight: bold;
    margin-bottom: 10px;
}

.ch_box_wrap span.unline {
    text-decoration: underline
}


/* 체크박스 */
.ch_box_ch {
    float: right;
    margin-top: -3px;
}

.btn-chk.type1 {
    display: inline-block;
    margin: 0 15px;
}

.btn-chk.type1 input+label:before {
    width: 13px;
    height: 8px;
    left: 3px;
    top: 25%;
    border: 3px solid #fff;
    border-top: 0;
    border-right: 0;
}

.btn-chk.type1 input:checked+label:after {
    background: #318dde;
    border: 1px solid #318dde;
}

.btn-chk.type1 input+label:after {
    width: 18px;
    height: 18px;
    border-radius: 3px;
}

.btn-chk.type1 label {
    color: #222;
    font-size: 12px;
    font-weight: 500
}

/* button */
.btn-chk input {
    display: none;
}

.btn-chk input:checked+label:before {
    border-color: #fff;
    z-index: 1;
}

.btn-chk input:checked+label:after {
    background: #fff;
    border: 2px solid #318dde;
}

.btn-chk input+label {
    position: relative;
    padding-left: 22px;
}

.btn-chk input+label:before,
.btn-chk input+label:after {
    content: "";
    display: inline-block;
    position: absolute;
}

.btn-chk input+label:before {
    width: 11px;
    height: 6px;
    left: 5px;
    top: 32%;
    border: 2px solid #fff;
    border-top: 0;
    border-right: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: auto;
}

.btn-chk input+label:after {
    top: 2px;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #8c9192;
    margin: auto;
    background: #fff;
}

/**/
.finish_wrap {
    max-width: 900px;
    /* margin: -30px auto 20px; */
}

.finish {
    /*    position: fixed;*/
    background: #318dde;
    color: #fff;
    padding: 12px 0;
    font-size: 17px;
    text-align: center;
    max-width: 900px;
    bottom: 70px;
    cursor: pointer;
}



.popup-close {
    position: absolute;
    z-index: 103;
    top: -8px;
    right: -5px;
    width: 30px;
    border: 0 none;
    padding: 5px;
}