@charset "utf-8";
/* write.skin.php 및 view.skin.php 파일에서만 사용하는 CSS */

/* 상세보기(view.skin.php) */
#bo_v { width:100%; margin-bottom:30px; }
#bo_v_top { display: flex; justify-content: space-between; }

/* 기본 CSS (write.skin.php AND view.skin.php) */
.board_wrap { width: 100%; }
.board_wrap .first_form { border-top:1px solid #c0c0c0; }
.board_wrap label { cursor:pointer; font-size:16px !important; padding-left:10px; }
.board_wrap legend { display:none; }
.board_wrap .board_wrap_form { display:table; width:100%; border-collapse: collapse; height:30px; padding:10px 0; margin:0px; font-size:16px; color:#777777; border-bottom:1px solid #DDD; }
.board_wrap .board_wrap_form:after { display:block;clear:both;content:"" }
.board_wrap .board_wrap_form > li { display:table-cell;padding:10px;line-height:25px;text-align:left; }
.board_wrap .board_wrap_form li { line-height:30px}
.board_wrap .board_wrap_form > .li_tit { position:relative; width:170px;text-align:left;font-weight:bold;background:#F9F9F9; vertical-align: middle; }
.board_wrap .board_wrap_form > .li_tit .requiredMark { position: absolute; top: 50%; right: 10px; color:#FF8811; font-size:10px; transform: translate(0, -50%);}
.board_wrap .board_wrap_form > .li_tit > label { display: block; padding:0 10px 0 5px;}
.board_wrap .board_wrap_form > .li_form .help { display: block; font-size:15px; }
.board_wrap .board_wrap_form > .li_form table { width:100%; border-spacing:0; border-collapse:collapse; }
.board_wrap .board_wrap_form > .li_form th { height:34px; text-align:center; background:#eeeeee; border:1px solid #cccccc; }
.board_wrap .board_wrap_form > .li_form td { height:30px; text-align:left; border:1px solid #cccccc; padding:5px 10px; }
.board_wrap .board_wrap_form > .li_form tbody tr:hover {background: #FFFFDB;}
.board_wrap .board_wrap_form textarea,
.board_wrap .board_wrap_form select,
.board_wrap .board_wrap_form .frm_input { border:1px solid #ddd; font-size: 16px; }
.board_wrap .board_wrap_form select,
.board_wrap .board_wrap_form .frm_input { height:40px; padding:0 10px; }
.board_wrap .board_wrap_form textarea { width:100%; height:150px; padding:10px; resize:none; }
.board_wrap .board_wrap_form input[type="radio"],
.board_wrap .board_wrap_form input[type="checkbox"] { margin:0 !important; }
.board_wrap .board_wrap_form input[type="radio"]:checked + label,
.board_wrap .board_wrap_form input[type="checkbox"]:checked + label { color: blue; font-weight: 600; }
.board_wrap .board_wrap_form .option-checkbox-wrap,
.board_wrap .board_wrap_form .option-radio-wrap { padding:0px; }
.board_wrap .board_wrap_form .option-checkbox-wrap > li,
.board_wrap .board_wrap_form .option-radio-wrap > li { display: inline-block;}
.board_wrap .board_wrap_form .option-checkbox-wrap > li > label { padding:0 20px 0 0; }
.board_wrap .board_wrap_form .option-radio-wrap > li > label { padding:0px 20px 0 5px; font-weight: normal; }
.board_wrap table { width:100%; border-spacing:0; border-collapse:collapse; }
.board_wrap th { font-size:16px; text-align:center; background:#eeeeee; border:1px solid #cccccc; padding:8px; }
.board_wrap td { font-size:16px; text-align:center; background:#ffffff; border:1px solid #cccccc; padding:8px; }
.board_wrap .help { display:block; width: 100%; padding: 5px 0px 0px 0px; color:#888; }
.section-title { border-left: 3px solid #175d53; margin:30px 0 5px 0; padding:3px 10px; font-size:16px !important; }
.section-title > .requiredMark { color:#FF8811; font-size:10px; }

/* 자동등록방지 */
#captcha_mp3 { background:#333; color:#fff; height:50px; padding:0 5px; }
#captcha_info { display: none; }
#captcha_key { font-size: 30px; font-weight: bold; color:blue; width:130px; }

/* 동의 */
#agree { width:100%; border:1px solid #ccc; border-top:3px solid #175d53; padding:50px; font-size: 16px;}
#agree .agree-title { width:100%; padding:10px; text-align: center; font-size:22px; font-weight:bold; }
#agree .agree-top { width:100%; text-align: center; padding:20px 0 30px 0; }
#agree .agree-content { width:100%; padding: 20px 0px 20px 0; }
#agree .agree-sub-title { width:100%; padding:10px 10px; font-weight:600; border-bottom:2px solid #ccc; font-size: 18px; }
#agree .agree-sub-title .agreeChk { display:inline-block; margin-left: 20px; float: right; }
#agree .agree-sub-title .agreeChk label { padding-left:5px; }
#agree .agree-sub-content { padding:10px 20px; line-height:150%; }
#agree .agree-sub-content ul { padding-left:20px; list-style:circle; }
#agree .agree-sub-content ul li { display: list-item !important; padding:4px 0 !important; list-style:circle; }
#agree .agree-sub-content ul li span { display: block; padding-left: 30px; }
#agree .agree-bottom { width:100%; text-align: right; margin-top:30px; }
#agree .agree-btns { width:100%; text-align: right; margin-top:10px; }
#agree .option-radio-wrap label { color:blue; }
#agree .agree-sub-content .option-checkbox-wrap { list-style: none; }
#agree .agree-sub-content .option-checkbox-wrap li { display: inline-block; }

/* 만 14세 미만 보호자 동의 */
#agree .parent-agree { width:100%; padding:20px; }
#agree .parent-agree .parent-agree-title { font-size:18px; text-align: center; margin-top:20px; }
#agree .parent-agree .parent-agree-date { font-size:18px; font-weight:600; text-align: center; margin:20px 0 35px 0; }
#agree .parent-agree .parent-agree-name { font-size:16px; text-align: right; margin-top:5px; }
#agree .parent-agree .parent-agree-name span { display: block; width:100%; margin-bottom:5px; }
#agree .parent-agree .parent-agree-name input { width:100px; border:1px solid #ccc; border-radius:3px; height:30px; padding:0 10px; }
#agree .parent-agree .parent-agree-sign { text-align: right;margin-top:20px; }
#agree .agree-tail-content { padding:10px; text-align: center; background: #FFFBD5; }

/* jQuery 달력 스타일 변경 시작 */
#ui-datepicker-div { padding:0px !important;border-radius:5px;overflow: hidden;min-width:270px; }
#ui-datepicker-div table { width:98%;margin:0 auto;}
#ui-datepicker-div td span,
#ui-datepicker-div td a {text-align:center !important;border-radius:3px;}
#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {top:11px !important;cursor:pointer; }
#ui-datepicker-div th:first-child {color:red !important;}
#ui-datepicker-div th:last-child {color:blue !important;}
#ui-datepicker-div td:first-child a {color:red;}
#ui-datepicker-div td:last-child a {color:blue;}
#ui-datepicker-div td span,
#ui-datepicker-div td a:hover {background:#dd6666 !important;color:#fff !important;border:1px solid #dd6666 !important;}
#ui-datepicker-div .ui-datepicker-header { border:0px;border-radius:0;border-bottom:1px solid #aaa;padding:8px 0px;}
#ui-datepicker-div .ui-state-highlight,
#ui-datepicker-div .ui-widget-content .ui-state-highlight,
#ui-datepicker-div .ui-widget-header .ui-state-highlight {background:#0089D2 !important;border:1px solid #0089D2 !important;color:#fff !important;}
#ui-datepicker-div .ui-state-default,
#ui-datepicker-div .ui-widget-content .ui-state-default,
#ui-datepicker-div .ui-widget-header .ui-state-default {padding:6px;font-size:16px;}
#ui-datepicker-div .ui-datepicker-title select {outline:none;height:30px;border-radius:3px;cursor:pointer;font-size:14px;padding:0 10px;}
#ui-datepicker-div .ui-datepicker-year {margin-right:3px;}
/* jQuery 달력 스타일 변경 끝 */


/* 커스텀 css */
#bo_w,
#bo_v {
    margin-top:-20px;
}
.board_wrap {
    margin-bottom:30px;
}
.board_wrap .board_wrap_title {
    padding:0 20px 20px;
    border-bottom:1px solid #DDD;
    margin-bottom:20px;
}
.board_wrap .board_wrap_title p {
    font-size:1em;
    font-weight:600;
    line-height:144%;
    text-align:center;
}
.board_wrap .agreeWrap {
    display:flex;
    flex-direction:column;
    border:1px solid #ddd;
}
.board_wrap .agreeWrap .agree-title {
    padding:20px;
    background-color:#F9F9F9;
    font-size:1.11em;
    font-weight:600;
    line-height:normal;
    color:#222;
    border-bottom:1px solid #ddd;
}
.board_wrap .agreeWrap .agree-content {
    height:185px;
    overflow-y:scroll;
    padding:20px;
} 
.board_wrap .agreeWrap .agree-content .agree-content_ti {
    font-weight:600;
    line-height:1.5;
}
.board_wrap .agreeWrap .agree-content .agree-content_co {
    line-height:1.5;
}
.board_wrap .agree-chk {
    background-color:#F9F9F9;
    padding:20px;
    border:1px solid #ddd;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    margin-top:20px;
}
.board_wrap .agree-chk label {
    font-size:1em;
    font-weight:400;
}
.board_wrap .parent-agree {
    margin-top:30px;
    padding-top:30px;
    border-top:1px solid #ddd;
}
.board_wrap .info_ti {
    font-size:0.88rem;
    color:#444;
    font-weight:400;
    margin-top:5px;
}


.bottomBtns {
    display:flex;
    align-items:stretch;
    justify-content:center;
    gap:20px;
}
.bottomBtns .ck_btn {
    padding:15px 20px;
    background:#7B4992;
    border:1px solid #7B4992;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.1em;
    font-weight:700;
    text-align:center;
    color:#fff;
    height:55px;
}
.bottomBtns .ck_btn:hover {
    background:#fff!important;
    color:#7B4992!important;
    border-color:#7B4992!important;
    box-shadow:unset;
}
.bottomBtns .ck_btn_a {
    padding:15px 20px;
    background:#fff;
    border:1px solid #7B4992;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.1em;
    font-weight:700;
    text-align:center;
    color:#7B4992;
    height:55px;
}
.bottomBtns .ck_btn_a:hover {
    background:#7B4992!important;
    color:#fff!important;
    border-color:#7B4992!important;
    box-shadow:unset;
}

.adm_btn_a {
    border:1px solid #555;
    background:#555;
    color:#fff;
    font-size:0.77em;
    font-weight:600;
    border-radius:3px;
    padding:6px 8px;
}




@media (min-width:1500px) {
}

@media (max-width:1499px) and (min-width:1100px) {
}

@media (max-width:1300px) {
}

@media (max-width:1099px) and (min-width:780px) {
}

@media (max-width:640px) {
    .board_wrap .first_form {
        border: 0px;
    }
    .board_wrap .board_wrap_form {
        display: block;
        height: auto;
        padding: 0px;
        margin-bottom: 15px;
        border: 1px solid #ccc;
    }
    .board_wrap .board_wrap_form > .li_tit,
    .board_wrap .board_wrap_form > .li_form {
        display: block;
        width: 100% !important;
        border:0px !important;
    }
    .board_wrap .board_wrap_form > .li_form input[type="password"],
    .board_wrap .board_wrap_form > .li_form input[type="text"]:not(.zipcode) {
        width: 100%;
    }
}

@media (max-width:640px) {

}