@charset "utf-8";
/* 251214 수정 */
.board_common_section {
    width: 100%;
}
.sub_page_title {
    margin-bottom: 30px;
}
.board_common_box_wrapper {
    padding: 50px;
    border-radius: 30px;
    border: 1px solid #DDD;
    background: #FFF;
}
.essential_notice {
    margin: 0 0 10px 10px;
    color: #333;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}
.requiredMark { 
    color: #E53034 !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 162.5%;
}
.sub_com_dashed_box {
    background: #F7F7F7 !important;
}

.section-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 133.333%;
    margin-bottom: 10px;
}
#captcha {
}
.m_captcha {
}
.captcha_wrap_box {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
}
#captcha_info {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 185.714%;
    letter-spacing: -0.42px;
}
.captcha_wrap {
    display: flex;
    gap: 10px;
    align-items: center;
}

#captcha_img {
    width: 160px;
    height: 60px;
    border-radius: 5px;
    border: 1px solid #DDD;
}
#captcha_key {
    width: 150px;
    height: 60px;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #DDD;
}

.board_wrap input[type="radio"], input[type="checkbox"] { 
    width: 20px;
    height: 20px;
    accent-color: #004DC8;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}


.bot_btn_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.board_wrap {
    margin-bottom: 80px;
}
.board_wrap_box {
    margin-bottom: 80px;
}
.board_wrap table { width:100%; border-spacing:0; border-collapse:collapse; }
.board_wrap table tbody {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.board_wrap tr {
    color: #000;
    border-radius: 10px;
    border: 1px solid #DDD;
    background: #FFF;
}
.board_wrap th { 
    width: 350px;
    height: 70px;
    padding: 10px 20px;
    border-radius: 10px 0 0 10px;
    background: #F7F7F7;

    align-content: center;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 127.778%;
}
.board_wrap td {
    align-content: center;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 125%;
    padding: 0 15px;
}
.board_wrap_form {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 25px;
}
.board_common_box_wrapper > .board_wrap_form:last-child {
    margin-bottom: 0;
}
.board_wrap_form .li_tit {
    display: flex;
    gap: 10px;
    width: 200px;
    color: #222;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 127.778%;
}
.board_wrap_form .li_form {
    flex: 1;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 150%;
    margin: 5px 0;
}

.board_wrap .option-checkbox-wrap > li,
.board_wrap .option-radio-wrap > li {
    display: inline-block;
    margin: 5px 30px 0 0;
}

.board_wrap .board_wrap_form textarea,
.board_wrap .board_wrap_form select,
.board_wrap .board_wrap_form .frm_input { 
    border-radius: 5px;
    border: 1px solid #CFCFCF;
}
.board_wrap .board_wrap_form textarea {
    width:100%; height:150px; padding:10px; resize:none;
}
.board_wrap .board_wrap_form select,
.board_wrap .board_wrap_form .frm_input {
    width: 400px;
    height: 45px;
    padding:0 10px;
}

#zip {
    width: 284px;
}

.li_form_addr_wrap {
    display: flex;
    align-items: center;
    gap: 5px;
}
.addr_btn_style {
}
.agree-chk-box {
    text-align: center;
    padding: 20px 0;
    border-radius: 10px;
    border: 1px solid #DDD;
    background: #F5FEFF;

    color: #222;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 144.444%;
}
#agree .agree-sub-content {
    max-height: 200px;
    color: #222;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 144.444%;
    overflow-y: scroll;
    margin-bottom: 20px;
}
.agree-content .board_common_box_wrapper {
    margin-bottom: 30px;
}
.option_sub_txt_des {
    margin-top: 5px;
}
#canvas {
    width: 100% !important;
    max-width: 300px !important;
}
/* 251214 수정 완료 */



div.row {
    float: none !important;
}
.itemSection, .licenseWrap {
    display: none;
}
/* 리스트 (list) */
#bo_list { width: 100%; margin-bottom:50px; }
#bo_list table { width:100%; border-spacing:0; border-collapse:collapse;  }
#bo_list th { height:50px; border-top:2px solid #111; border-bottom:1px solid #ccc; padding:0 10px; vertical-align: middle; }
#bo_list td { height:50px; border-bottom:1px solid #cccccc; padding:0px 10px; }
#bo_list .list_tbl_wrap { min-height: 400px; }
#bo_list .list_btn_Wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
/* 상세보기(view) */
#bo_v {
    width:100%;
    margin-bottom:30px;
}
#bo_v_top {
    display: flex;
    justify-content: space-between;
}
/* 기본 테이블 write and view */
/* 251214 주석처리 */
/* .board_wrap .first_form { border-top:1px solid #c0c0c0; } */
/* .board_wrap .board_wrap_form { display:table; width:100%'' } */
/* .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 { display:table; width:100%; border-collapse: collapse; height:30px; padding:10px 0; margin:0px; font-size:16px; color:#777777; border-bottom:1px solid #e3e3e3; }
.board_wrap .board_wrap_form li { line-height:30px}
.board_wrap .li_tit { position:relative; width:170px;text-align:left;font-weight:bold;border-right:1px solid #e3e3e3;background:#f8f8f8; vertical-align: middle; } */

/* 251214 주석처리 */
/* .board_wrap .li_tit .requiredMark { 
    position: absolute; 
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    color: #E53034 !important;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 162.5%;
} */

/* 251214 주석처리 */
/* .board_wrap .li_tit > label { display: block; padding:0 10px 0 5px;} */

.board_wrap .li_form .help { display: block; font-size:15px; }
.board_wrap .li_form table { width:100%; border-spacing:0; border-collapse:collapse; }
.board_wrap .li_form th { height:34px; text-align:center; background:#eeeeee; border:1px solid #cccccc; }
.board_wrap .li_form td { height:30px; text-align:left; border:1px solid #cccccc; padding:5px 10px; }
.board_wrap .li_form tbody tr:hover {background: #FFFFDB;}

/* 251214 주석처리 */
/* .board_wrap .board_wrap_form textarea,
.board_wrap .board_wrap_form select,
.board_wrap .board_wrap_form .frm_input { border:1px solid #ccc; font-size: 16px; }
.board_wrap .board_wrap_form textarea {width:100%; height:150px; padding:10px; resize:none;}
.board_wrap .board_wrap_form select,
.board_wrap .board_wrap_form .frm_input { height:40px; padding:0 10px; } */

.board_wrap .board_wrap_form a {text-decoration:none}
.board_wrap .board_wrap_form select { -webkit-appearance: auto !important; }
.board_wrap .visit_form{line-height:18px !important}
.board_wrap .visit_tit { position:relative; display:block; margin:20px 0px 10px 0px; padding-left:6px; font-weight:bold; vertical-align:middle; color:#555; }
.board_wrap .visit_tit:first-child { margin-top:0 }
.board_wrap .visit_label{ display:inline-block; width:50%; text-indent:10px; line-height:120%; font-weight: 400 !important; font-size: 16px; }
.board_wrap .visit_label input{ vertical-align:middle; }
/* 251214 수정 */
.board_wrap label { cursor:pointer; font-size:16px !important;}

.board_wrap .li_form_tit{padding-left:20px}
.board_wrap h3.tit_second{margin-top:50px}

/* 251214 주석처리 */
/* .board_wrap input[type="radio"], input[type="checkbox"] { margin:0 !important; } */

/* 251214 주석처리 */
/* .board_wrap input[type="radio"]:checked + label,
.board_wrap input[type="checkbox"]:checked + label { color: #2E3990; } */

.board_wrap legend { display:none; }

/* 251214 주석처리 */
/* .board_wrap_captcha { border: 1px solid #c0c0c0; padding: 10px; } */

.board_wrap .option-checkbox-wrap,

.board_wrap .option-radio-wrap { padding:0px; }
/* 251214 주석처리 */
/* .board_wrap .option-checkbox-wrap > li,
.board_wrap .option-radio-wrap > li { display: inline-block;}
.board_wrap .option-checkbox-wrap > li > label { padding:0 20px 0 0; }  */

/* 251214 주석처리 */
/* .board_wrap .option-radio-wrap > li > label { padding:0px 20px 0 5px; font-weight: normal; } */

.board_wrap .cmsForm,
.board_wrap .transferForm,
.board_wrap .appointForm { display: none; }
.board_wrap .subTitle { border:1px solid #c0c0c0; padding: 20px; }

/* 251214 주석처리 */
/* .section-title { border-left: 3px solid #2E3990; margin:30px 0 5px 0; padding:3px 10px; font-size:16px !important; } */
/* .section-title > .requiredMark { color:#FF8811; font-size:10px; } */

.cmsHelp { width:100%; border:1px solid #ccc; background:#eee; border-radius: 5px; padding:20px; margin-bottom:20px; }
.board_wrap .option-block > .option-checkbox-wrap > li {
    display: block;
}
.list-style-number > ul {
    width: 100%;
    margin-left: 30px;
    list-style: decimal;
    font-size: 16px;
}
.list-style-number > ul > li {
    margin:7px 0;
}

/* 251214 주석처리 */
/* .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 .helpBox {
    width: 100%;
    background: #efefef;
    border:1px solid #cfcfcf;
    padding: 5px 10px;
} */

/* 검색 */
#bo_list .bo_list_sch_box {
    background-color:#F4F4F4;
    border-radius:50px;
    display:flex;
    align-items:center;
    padding:5px 10px;
    gap:20px;
    max-width: 400px;
    width:100%;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: space-between;
}
#bo_list .bo_list_sch_box .sch_bar {
    border:none;
}
#bo_list .bo_list_sch_box .sch_input {
    background-color:unset;
    border:none;
    height:38px;
    font-size:1em;
    color:#444;
}
#bo_list .bo_list_sch_box .sch_input::placeholder {
    color:#444;
}
#bo_list .bo_list_sch_box .sch_btn {
    width:26px;
    height:26px;
    background-image:url(../img/search.png);
    background-repeat:no-repeat;
    background-position:center center;
    border:none;
}
.board_common_box_wrapper_gray {
    background: #F7F7F7;
}

/* 자동등록방지 */
#captcha_mp3 { background:#333; color:#fff; height:50px; padding:0 5px; }

/* 251214 주석처리 */
/* #captcha_info { display: none; }
#captcha_key { font-size: 30px; font-weight: bold; color:#2E3990; width:130px; } */

/* 동의 */
/* 251214 주석처리 */
/* #agree { width:100%; border:1px solid #ccc; border-top:3px solid #2E3990; 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 50px 0; border-bottom:1px solid #888; margin-bottom:50px; }
#agree .agree-sub-title {
    color: #1A3050;
    font-family: Paperlogy;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -0.72px;
    margin-bottom: 20px;
}
#agree .agree-sub-title .agreeChk { display:inline-block; margin-left: 20px; float: right; }
#agree .agree-sub-title .agreeChk label { padding-left:5px; }

/* 251214 주석처리 */
/* #agree .agree-sub-content {
    padding:10px 20px;
    line-height:150%;
    height: 150px;
    overflow-y: auto;
    border:1px solid #ccc;
} */

#agree .agree-sub-content ul { padding-left:20px; list-style:decimal; }
#agree .agree-sub-content ul li { display: list-item; padding:4px 0; list-style:decimal; }
#agree .agree-sub-content ul li span { display: block; padding-left: 0px; }
#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:#2E3990; }
#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; }

#agree-etc-content {
    width: 100%;
    border: 1px solid #ccc;
    padding: 30px 50px;
}
#agree-etc-content ul {  }
#agree-etc-content ul li { display: list-item !important; padding:4px 0 !important; list-style:circle; }

.tp-list { line-height: 100%; }
.tp-list > ul { font-size:14px; list-style:circle !important; }
.tp-list > ul > li { display: list-item !important; padding:0 !important;list-style:circle !important;}

/* 251214 주석처리 */
/* .agree-chk-box {
    width: 100%;
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #FFFFDD;
} */

#finish {
    height: 60px;
    padding:0 25px;
    background: #0089D2;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    border: 0px;
}
#finish:hover {
    background: #01679e;
}

/* 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:#2E3990 !important;}
#ui-datepicker-div td:first-child a {color:red;}
#ui-datepicker-div td:last-child a {color:#2E3990;}
#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;}

.pg_wrap {
	width: 100%;
}
.pg {
	flex-wrap: wrap;
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: center;
}
.pg_page, .pg_current {
	display: flex;
	width: 45px;
	height: 45px;
	min-width: 30px;
	padding: 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 999px;
	border: 1px solid #DDD;
	background: #FFF;

	color: #333;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.8px;
}
.pg_current {
	color: #FFF;
	background: #1A3050;
}
.pg_next, .pg_end, .pg_start {
	font-size: 14px;
}

#fboardlist {
    width: 100%;
    padding: 50px;
    border-radius: 50px;
    background: #FFF;
    box-shadow: 5px 5px 30px 0 rgba(54, 87, 92, 0.15);
}

#fboardlist .txt-left a {
    display: inline-block;
}

#bo_list td {
    vertical-align: middle;
}

/* jQuery 달력 스타일 변경 끝 */
@media (min-width:1500px) {
}
@media (max-width:1499px) and (min-width:1100px) {
}
@media (max-width:1300px) {
}
@media (max-width:1099px) and (min-width:780px) {
}
/* 251214 반응형 적용 */
@media (max-width: 1023px) {
    .board_common_box_wrapper {
        padding: 30px;
    }
    .board_wrap th {
        width: 300px;
    }
    #fboardlist {
        padding: 30px;
    }
}
@media (max-width:768px) {
    /* 251214 반응형 적용 */
    .board_common_box_wrapper {
        padding: 20px;
    }
    .board_wrap th {
        width: 215px;
    }
    .board_wrap .board_wrap_form select, .board_wrap .board_wrap_form .frm_input {
        width: 100%;
    }


    #bo_list table {
        width:100%;
        border-spacing:0 !important;
        border-collapse:collapse !important;
        border: 0px !important;
    }
    #bo_list table col {
        width:100%;
    }
    #bo_list table thead {
        display: none;
    }
    #bo_list table tbody td {
        width: 100%;
        display: flex;
        align-items: center;
        background: #efefef;
        padding: 0px !important;
        font-size: 14px;
        line-height: 100%;
        text-align: left !important;
        height: 100% !important;
        margin: -1px !important;
        align-items: stretch;
        border: 1px solid #ccc;
    }
    #bo_list table tbody tr {
        display: block;
        margin-bottom: 15px !important;
    }
    #bo_list table tbody tr td:before {
        display: inline-block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 80px;
        font-weight: 700;
        content: attr(data-label);
        border-right: 1px solid #ccc;
        background: #efefef;
        padding: 8px 5px;
    }
    #bo_list table tbody tr td > span{
        display: flex;
        align-items: center;
        background: #fff;
        width: 100%;
        padding: 5px 5px 5px 10px;
        text-align: left;
    }
    .mircenter,
    #bbs {
        /* padding: 0 10px; */
    }
    .board_wrap .board_wrap_form {
        display: block;
        height: auto;
        padding: 0px;
        margin-bottom: 25px;
    }

    /* 251214 주석처리 */
    /* .board_wrap .board_wrap_form li {
        display: block;
    } */

    .board_wrap .board_wrap_form li input[type="text"] {
        width: 100%;
    }
}

@media (max-width:640px) {
    /* 251214 반응형 적용 */
    .board_wrap tr {
        display: flex;
        flex-direction: column;
    }
    .board_wrap th {
        width: 100%;
        border-radius: 10px 10px 0 0;
        height: 60px;
    }
    .board_wrap td {
        padding: 0 20px;
        height: 60px;
    }
    #agree .parent-agree .parent-agree-name span {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 5px;
        margin-bottom: 20px;
    }
    .sub_page_title {
        margin-bottom: 20px;
    }
    .board_wrap_box {
        margin-bottom: 50px;
    }

    /* 251214 주석처리 */
    /* .board_wrap .board_wrap_form {
        border: 1px solid #e3e3e3;
    }
    .board_wrap > ul {
        margin-bottom:15px;
    }
    .board_wrap > ul > li {
        display: block;
    }
    .board_wrap .li_tit {
        width: unset;
        border-right: 0px;
    }
    .board_wrap .li_form {
        padding:10px;
    }
    .agree-sub-title .agreeChk {
        display: block;
        width: 100%;
        text-align: right;
        margin-left:0 !important;
    }
    #agree {
        padding:15px;
    }
    .event_wrap {
        width: 98%;
    }
    .option-radio-wrap li {
        padding:5px 0;
    } */
}

/* 251214 주석처리 */
/* .bottom_btn_css {
    display:flex;
    align-items:center;
    justify-content:center;
}
.bottom_btn_css .ck_btn,
.bottom_btn_css .ck_btn_a {
    margin:0 5px;
} */