/*콘텐츠 버튼*/
.right_btnbox {
    position: absolute;
    right: 0;
    display: flex;
    justify-content: end;
}

.right_btnbox>li {
    margin-right: 3px;
}

.right_btnbox>:last-child {
    margin-right: 0;
}

.btn_base1 {
    display: inline-block;
    line-height: 35px;
    color: #fff !important;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.1px;
    border-radius: 5px;
}

.btn_base2 {
    display: inline-block;
    line-height: 30px;
    color: #fff !important;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.1px;
    border-radius: 5px;
}

.bg_red1 {
    background: #FF0000;
}

.bg_blue1 {
    background: #3f4874;
}

.bg_blue2 {
    background: #172046;
}

.bg_gray1 {
    background: #a1a1a1;
}

.btn_base1:hover,
.btn_base2:hover {
    background: #d53524;
}

/*콘텐츠 버튼*/


/*교육비 신청 팝업*/
.layer_popbox {
    position: fixed !important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
	overflow-x: hidden;
}

.layer_popbox>.popcon {
    position: relative;
    z-index: 5;
    border-radius: 20px;
    overflow: hidden;
    max-width: 800px;
    min-width: 250px;
    width: 95%;
    background: #fff;
    max-height: 95%;
    display: flex;
    flex-direction: column;
}

.layer_popbox>.popcon>dt {
    position: relative;
    background: #d53524;
    color: #fff;
    text-align: center;
    padding: 25px 10px;
    font-size: 28px;
    font-weight: 700;
    border-bottom: 2px solid #000;
    flex-shrink: 0;
}

.popcon_close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.popcon_close>svg {
    stroke: #fff;
    opacity: 0.7;
}

.popcon_close:hover>svg {
    opacity: 1;
}


.layer_popbox>.popcon>dd.con {
    flex-grow: 1;
    overflow-y: auto;
	overflow-x: hidden;
    padding: 25px;
}


@media (max-width:600px) {
    .layer_popbox>.popcon>dt {
        padding: 15px 10px;
        font-size: 20px;
    }

    .layer_popbox>.popcon>dd.con {
        flex-grow: 1;
        overflow-y: auto;
        padding: 15px 10px;
    }

}

.layer_popbox>.popcon>dd.bottom {
    flex-shrink: 0;
    text-align: center;
    padding-bottom: 15px;
}

.layer_popbox>.popcon>dd.bottom>a {
    display: inline-block;
    line-height: 45px;
    font-size: 14px;
    background: #000;
    color: #fff;
    padding: 0 30px;
    border-radius: 10px;
}

.layer_popbox>.popcon>dd.bottom>a:hover {
    background: #d53524;
}


.layer_popbox>.popbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 0;
}





/*팝업내용*/
.flex {
    display: flex;
    align-content: center;
}

.grow {
    flex-grow: 1;
}

.line_box,
.info_box {
    box-sizing: border-box;
}

.line_box {
    background: #f5f5f5;
    padding: 25px;
    border-radius: 10px;
    line-height: 22px;
}

.info_box {
    width: 100%;

}

.info_box td,
.info_box th {
    font-size: 14px;
    padding: 10px;
    border: 1px solid #ddd;
}

.info_box th {
    text-align: left;
    color: #d53524;
    background: #f5f5f5;
}


.info_box th.th1 {
    color: #243261;
}

.selectbox {
    height: 35px;
    color: #555;
    font-size: 13px;
    outline: 1px solid #ddd;
    border-radius: 5px;
    border: none;
}

.selectbox:focus {
    color: #d53524;
    outline: 1px solid #d53524;
    background: #fff;
}


.inputbox {
    height: 35px;
    color: #555;
    font-size: 13px;
    outline: 1px solid #ddd;
    border-radius: 5px;
    border: none;
	padding: 0 15px;
}

.inputbox:focus {
    color: #000;
    outline: 1px solid #d53524;
    background: #fff;
}

.intt1 {
    display: inline-block;
    height: 35px;
    border: 1px solid #ddd;
    padding: 0 13px;
    border-radius: 5px;
}

.intt1:focus {
    color: #333;
    border: 1px solid #333;
    outline: none;
}



/*서명*/
.agee_box {
    text-align: center;
}

.agee_tit {
    font-size: 19px;
    letter-spacing: -0.3px;
    font-weight: 700;
}

/*개인정보동의 리스트*/

.agee_tt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    line-height: 24px;
    column-gap: 15px;
    padding: 10px;
    border-radius: 5px;
    background: #f7f7f7;
    border: 1px solid #eee;
}

@media (max-width:600px) {
    .agee_tt {
        justify-content: start;
        padding: 10px;
    }
}

.agee_tt>p {
    font-size: 13px;
}

.agee_tt>p>span.icon {
    position: relative;
    top: 2px;
    color: #d53524;
    font-weight: 700;
    font-size: 16px;
}



/*서명*/
.agee_signbox {
    display: grid;
    width: 100%;
    gap: 15px;
    box-sizing: border-box;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}



@media (max-width:600px) {
    .agee_signbox {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

#bcPaint {
    width: 300px;
    margin: 0 auto;
    height: 130px;
    background: url("/Webhtml/images/sign_txt.png") no-repeat center;
    border: 1px solid #ddd;
    background-size: 150px;
    border-radius: 10px;
}

#img_signature {
    position: absolute !important;
    width: 125px;
    right: 0;
    height: auto;
}


.bcPaint-palette-color {
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    margin: 0 5px;
}

#bcPaint-palette>.selected {
    border: 2px solid #343a40;
}

.btn_sign {
	z-index:99;
	margin-top:15px;
	position:relative;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    height: 55px;
    border: none;
    font-size: 14px;
    padding: 0 30px;
    border-radius: 5px;

}

.btn_sign:hover {
    background: #d53524;
}

/*팝업내용*/


.check_txt {
    padding: 10px;
    border-radius: 5px;
    background: #f7f7f7;
    border: 1px solid #eee;
}

.flex_bet {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.check_txt>div>.chttox {
    text-align: left;
    margin-top: 10px;
    background: #fff;
    padding: 10px;
}

.ch {
    display: flex;
    align-items: center;
}


.check1 {
    position: relative;
    width: 20px;
    height: 20px;
    appearance: none;
    background: #ccc url('/images/input_check1.png') no-repeat center center;
    background-size: 8px;
    border-radius: 5px;
    margin-right: 5px;
}

.check1:checked {
    background: #d53524 url('/images/input_check1.png') no-repeat center center;
    background-size: 8px;
}

.check1:checked~span {
    font-weight: 800;
}

/*교육비 신청 팝업*/