
.board_wrap {
    max-width: 1540px;
    padding: 0 20px;
    margin: 0 auto !important;
}

.board_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
}

#bo_list_total {
    color: #000 !important;
    font-size: 1.6rem !important;
    font-weight: 500;
    line-height: 1.5 !important;
}

.board_top_box {
    text-align: center;
    padding: 50px 20px;
    border-top: 2px solid #000;
    border-bottom: 1px solid #e1e1e1;
}

.board_title {
    font-size: 3rem;
}

.board_title h1 {
    font-weight: 500;
    word-wrap: break-word;
}

.board_date {
    font-size: 1.5rem;
    color: #808080;
    margin-top: 20px;
}

.board_box tbody {
    border-top: 2px solid #000;
}

.board_td {
    padding: 40px 60px 40px 10px!important;
    height: auto !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.board_tit {
    font-size: 2.2rem;
}

.board_tit a {
    line-height: 1.2;
    font-weight: 600;
}

#bo_list .td_num2 {
    width: 100px;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 600;
    color: #333;
}

.board_arrow i {
    font-size: 2.5rem;
    color: #d3d3d3;
    transition: .3s;
}

.board_total_top #bo_list_total {
    margin: 20px 0 10px;
}

.board_box tr {
    transition: .3s;
}

.board_box tr:hover {
    background: #f9f9f9;
}

.board_box tr:hover .board_arrow i {
    color: #6b5c5c;;
    transform: translateX(15px);
}

.board_box .board_date {
    margin-top: 15px;
}

.cont_tr {
    height: 200px !important;
}

.link_td #wr_content {
    border: none;
    border-bottom: 1px solid #d0d3db;
    padding: 5px 10px !important;
    height: 50px !important;
}

.link_td #wr_content:focus {
    border-bottom-color: #343471;
}

#wr_content {
    border: 1px solid #d0d3db;
    padding: 20px !important;
    height: 200px !important;
    resize: none;
}

#wr_content:focus {
    border-color: #343471;
}

.chk_box input[type="checkbox"] + label:hover {
    color: #000;
    cursor: pointer;
}

.board_left {
    padding: 0 8px 0 0;
}

/* 카테고리 */
#ca_name {
    border-bottom: 1px solid #d0d3db;
    background: #fff;
    color: #000;
    vertical-align: middle;
    padding: 5px 10px;
    transition: .3s;
    width: 100%;
    height: 50px;
    border-radius: 0;
}

#ca_name:focus {
    outline: none;
    border-bottom-color: #343471;
}

#bo_cate_ul {
    display: flex;
    justify-content: center;
    padding: 0 20px;
    margin-bottom: 150px;
}

#bo_cate_ul li {
    margin: 0 8px;
}

#bo_cate a {
    display: block;
    line-height:48px;
    width: 180px;
    padding: 0 15px;
    border-radius: 30px;
    background: #f4f4f4;
    color: #898989;
    font-size: 1.7rem;
    text-align: center;
    transition: .3s ease;
}

#bo_cate a:hover {
    background: #393971;
    color: #ffffff;
}

#bo_cate #bo_cate_on {
    z-index: 2;
    background: #1d1d51;
    color: #fff;
    font-weight: 500;
}

/* 게시판 검색창 */
.bo_sch_wrap {display: flex;justify-content: space-between;width: 100%;align-items: flex-end;padding-top: 146px;padding-bottom: 100px;}
.bo_sch_wrap form {display: flex;justify-content: center;}
.bo_sch_wrap h2 {cursor: pointer;font-size: 40px;font-weight: 500;}

.bo_sch {border: 1px solid transparent;display: flex; justify-content: flex-end;}
.bo_sch:after {display:block;visibility:hidden;clear:both;content:""}
.bo_sch legend {background:red}
.bo_sch .bo_form {display: flex;max-width: 668px;justify-content: flex-end;}
.bo_sch .selectbox {position: relative;}
.bo_sch select {padding:0 10px;border:0;width:110px;height:50px;outline: none; border-bottom: 1px solid;position: relative;cursor: pointer;font-size: 16px;}
.selectbox::after {
    content: '';
    display: block;
    position: absolute;
    top: 17px;
    right: 12px;
    background: #fff;
    width: 7px;
    height: 7px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    cursor: pointer;
}

.bo_sch .sch_bar {position: relative;display:inline-block;width:240px;clear:both;outline: none; border-bottom: 1px solid;height:50px;}
.sch_bar input {padding-left: 6px;font-size: 15px;background: transparent;line-height: 40px;width: 75%;border: none;outline: none;}
.sch_bar input:focus {border: none;outline: 1px solid transparent;}

.bo_sch .sch_input {width:174px;height:50px;border:0;padding:0;background-color:transparent;float:left;font-size: 16px;margin-left: 6px;}
.bo_sch .sch_input::placeholder {font-size: 16px;font-family: 'Pretendard', 'Noto Sans KR', sans-serif;color: #b8b8b8;}
.sch_btn {
    width: 16px;
    height: 17px;
    background: none;
    border: 0;
    margin-right: 10px;
    position: absolute;
    right: 0;
    top: 16px;
}
.bo_sch .bo_sch_cls {position:absolute;right:5%;top:10%;color: #585858;}
.bo_sch_bg {background:#000;background:rgba(0,0,0,0.1);width:100%;height:100%}
.bo_sch label {width: auto; padding: 20px 10px 10px 10px;}
.bo_sch .sound_only {display: inline-block;font-size: 16px;}
.bo_sch .fa-solid, .fas {font-size: 15px;}

/* 버튼 */
a.btn01, .btn {
    display:inline-block;
    color: #343471;
    border: 1px solid #d5cccb;
    cursor: pointer;
    font-size: 1.6rem;
    width: 100px;
    margin: 0 10px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    transition: .3s;
}

a.btn01:focus, a.btn01:hover {border-color: #343471;}

.btn_confirm {
    display: flex;
    justify-content: flex-end;
    text-align: center;
}

.btn_submit {
    border: 0;
    background: #343471;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    font-size: 1.6rem;
    width: 150px;
    margin: 0 10px;
    text-align: center;
    transition: .3s;
}

.btn_submit:hover {
    background: #1d1d51;
}

.btn_cancel, .btn_close {
    color: #343471;
    border: 1px solid #d5cccb;
    cursor: pointer;
    padding: 15px;
    font-size: 1.6rem;
    width: 150px;
    margin: 0 10px;
    transition: .3s;
    text-align: center;
}

.btn_cancel:hover, .btn_close:hover {
    border-color: #343471;
}

a.btn_frmline, button.btn_frmline {
    display: inline-block;
    width: 128px;
    padding: 0 5px;
    height: 40px;
    border: 0;
    background: #5f617d;
    color: #fff;
    text-decoration: none;
    vertical-align: top;
    font-size: 1.4rem;
    text-align: center;
    position: absolute;
    top: 60px;
    right: 0px;
    z-index: 2;
} /* 우편번호검색버튼 등 */

.btn_frmline span {
    display: inline-block;
}

/* 게시판용 버튼 */
.btn_b01, .btn_admin  {
    display:inline-block;
    color: #343471;
    border: 1px solid #d5cccb;
    cursor: pointer;
    text-align: center;
    font-size: 1.6rem;
    width: 100px;
    margin: 0 10px;
    line-height: 40px;
    height: 40px;
    transition: .3s;
}

.btn_b01.active {
    color: #fff;
    background: #343471;
    border: 1px solid transparent;
    font-size: 1.8rem;
    width: 175px;
    line-height: 50px;
    height: 50px;
}

.btn_b01.active:hover {
    background: #1d1d51;
}

.btn_b01:hover, .btn_admin:hover  {border-color: #343471;}

a.btn_b02 {
    border: 0;
    background: #343471;
    color: #fff;
    cursor: pointer;
    font-size: 1.6rem;
    width: 100px;
    margin: 0 10px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    transition: .3s;
}

a.btn_b02:focus, a.btn_b02:hover {background: #1d1d51;}


.all_chk  {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

#chkall {
    margin-right: 7px;
}

.chk_box label {
    font-size: 1.5rem;
    display: inline-block;
}

.gall_box .chk_box {
    position: absolute;
    padding: 15px;
    z-index: 5;
}

.more_opt {
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px 5px;
    margin-top: 12px;
    position: absolute;
    left: 50%;
    width: 100px;
    transform: translateX(-50%);
    z-index: 99;

    display: none;
}

.more_opt:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #b8bfc4 transparent;
}

.more_opt:after {
    content: "";
    position: absolute;
    top: -6px;
    right: 13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #fff transparent;
}

.more_opt li {
    float: inherit !important;
    margin: 0 0 7px 0;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px;
}

.more_opt li:last-child {
    border: none;
    margin: 0;
}

.more_opt li button {
    color: #333;
    font-size: 1.5rem;
    transition: .3s;
}

.more_opt li button:hover {
    color: #000;
    font-weight: 500;
}

.btn_none {
    display: none !important;
    opacity: 0;
    visibility: hidden;
}

.btn_bo_user {padding: 23px 0 !important;display: flex;justify-content: flex-end;float:none !important;position: relative;}
.btn_bo_user li {position: relative;}

#autosave_pop {display:none;z-index:10;position:absolute;top:100px;right:0;padding:8px;width:350px;height:auto !important;height:180px;max-height:180px;border:1px solid #737373;background:#fff;overflow-y:scroll}
html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
#autosave_pop strong {position:absolute;font-size:0;line-height:0;overflow:hidden}
#autosave_pop div {text-align:right}
#autosave_pop button {margin:0;padding:0;border:0;background:transparent}
#autosave_pop ul {margin:10px 0;padding:0;border-top:1px solid #e9e9e9;list-style:none}
#autosave_pop li {padding:8px 5px;border-bottom:1px solid #e9e9e9;zoom:1;font-size: 1.3rem;}
#autosave_pop li:after {display:block;visibility:hidden;clear:both;content:""}
#autosave_pop a {display:block;float:left}
#autosave_pop span {display:block;float:right}
.autosave_close {cursor:pointer}
.autosave_content {display:none}

/* 레이아웃 크기 지정 */
#hd, #wrapper, #ft {min-width:1200px}

#hd_wrapper,
#tnb .inner,

#gnb .gnb_wrap,
#container_wr,
#ft_wr {width:1200px}

/* 상단 레이아웃 */
#hd {background:#212020}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#tnb {border-bottom:1px solid #383838;margin:0 auto}
#tnb:after {display:block;visibility:hidden;clear:both;content:""}
#tnb .inner {margin:0 auto}

#hd_wrapper {position:relative;margin:0 auto;height:140px;zoom:1}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

#logo {float:left;padding:30px 0 0}

.hd_sch_wr {float:left;padding:30px 0;width:445px;margin-left:65px}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch {border-radius:30px;overflow:hidden}
#hd_sch #sch_stx {float:left;width:385px;height:45px;padding-left:10px;border-radius:30px 0 0 30px;background:#2c2c2c;border:0;border-right:0;font-size:1.25em;color:#fff}
#hd_sch #sch_submit {float:left;width:60px;height:45px;border:0;background:#2c2c2c;color:#fff;border-radius:0 30px 30px 0;cursor:pointer;font-size:16px}

#hd_define {float:left}
#hd_define:after {display:block;visibility:hidden;clear:both;content:""}
#hd_define li {float:left;font-size:1.083em;line-height:14px;border-right:1px solid #4a4a4a;position:relative;text-align:center;margin:15px 10px 15px 0;padding-right:10px}
#hd_define li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_define li a {display:inline-block;color:#919191}
#hd_define li.active a {color:#fff}


#hd_qnb {float:right;text-align:right}
#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_qnb li {float:left;font-size:1.083em;line-height:14px;border-right:1px solid #4a4a4a;position:relative;text-align:center;margin:15px 10px 15px 0;padding-right:10px}
#hd_qnb li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_qnb li span {display:block;margin-top:5px;font-size:0.92em}
#hd_qnb li a {display:inline-block;color:#919191}
#hd_qnb .visit .visit-num {display:inline-block;line-height:16px;padding:0 5px;margin-left:5px;border-radius:10px;background:#da22f5;color:#fff;font-size:10px}

.hd_login {position:absolute;right:0;top:60px}
.hd_login li {float:left;margin:0 5px;border-left:1px solid #616161;padding-left:10px;line-height:13px}
.hd_login li:first-child {border-left:0}
.hd_login a {color:#fff}


/* 중간 레이아웃 */
#wrapper {}
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr {margin:0 auto;zoom:1}
#aside {float:right;width:235px;padding:0;height:100%;margin:20px 0 20px 20px}

#container {position:relative;float:left;min-height:500px;height:auto !important;margin:20px 0;font-size:1em;width:930px;zoom:1}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {font-size:1.333em;margin:0 auto;font-weight:bold}
#container_title span {margin:0 auto 10px;display:block;line-height:30px}

.lt_wr {width:32%}
.lt_wr:nth-child(3n+1) {clear:both}
.latest_wr {margin-bottom:20px}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}
.latest_top_wr {margin:0 -10px 20px}
.latest_top_wr:after {display:block;visibility:hidden;clear:both;content:""}

/* 하단 레이아웃 */
#ft {background:#212020;margin:0 auto;text-align:center}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft_wr {max-width:1240px;margin:0;padding:40px 0;position:relative;display:inline-block;text-align:left}
#ft_wr:after {display:block;visibility:hidden;clear:both;content:""}
#ft_wr .ft_cnt {width:25%;float:left;padding:0 20px}

#ft_link {text-align:left}
#ft_link a {display:block;color:#fff;line-height:2em;font-weight:bold}
#ft_company h2 {font-size:1.2em;margin-bottom:20px}
#ft_company {font-weight:normal;color:#e3e3e3;line-height:2em}
#ft_catch {margin:20px 0 10px}
#ft_copy {text-align:center;width:1200px;margin:0 auto;padding:20px 0;color:#5b5b5b;font-size:0.92em;border-top:1px solid #383838}
#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;background:rgba(255,255,255,0.5)}
#top_btn:hover {border-color:#3059c7;background:#3059c7;color:#fff}

/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove .win_desc {text-align:center;display:block}
#copymove .tbl_wrap {margin:20px}
#copymove .win_btn {padding:0 20px 20px}
.copymove_current {
    float: right;
    background: #ff3061;
    padding: 0 7px !important;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;width:0;height:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span {display:none}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha2.png') no-repeat 0 0 ; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* ckeditor 태그 기본값 */
#bo_v_con ul {display:block;list-style-type:disc;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con ol {display:block;list-style-type:decimal;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con li {display:list-item}


/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:1;overflow:hidden}
.tbl_head01 thead th {padding:20px 0;font-weight:normal;border-bottom:1px solid #ececec;height:40px}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 tr {
    border-bottom:1px solid #e1e1e1;
}
.tbl_head01 td {color:#666;padding:10px 5px;;line-height:1.4em;height:60px;word-break:break-all}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px;padding: 50px 0;border-top: 2px solid #000;position: relative;}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0;font-size: 1.7rem;}
.tbl_frm01 tr {height: 50px; margin-bottom: 30px; display: block;position: relative;}
.tbl_frm01 th {min-width:125px;height: 50px;padding:0 8px;border-left:0;text-align:left;font-weight: 500;}
.tbl_frm01 th label {font-weight: 500;}
.tbl_frm01 td {width: 100%;padding: 0 8px;}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border-bottom:1px solid #d0d3db;background:#fff;color:#000;vertical-align:middle;padding:5px 10px;transition: .3s;}
.wr_content textarea:focus, .tbl_frm01 textarea:focus, .form_01 textarea:focus, .frm_input:focus {outline: none;border-bottom-color: #343471;}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:50px;width: 100%;}

.full_input {width:100%}
.half_input {width:49.5%}
.twopart_input {width:385px;margin-right:10px}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;border: none;padding-top: 12px;font-size: 1.5rem;cursor: pointer;}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본 리스트*/
.list_01 ul {border-top:1px solid #ececec}
.list_01 li {border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
.list_01 li:nth-child(odd) {background:#f6f6f6}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover {background:#f9f9f9}
.list_01 li.empty_li {text-align:center;padding:20px 0;color:#666}

/*폼 리스트*/
.form_01 h2 {font-size:1.167em}
.form_01 li {margin-bottom:10px}
.form_01 ul:after,
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 .left_input {float:left}
.form_01 .margin_input {margin-right:1%}
.form_01 textarea {height:100px;width:100%}
.form_01 .frm_label {display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {
    padding: 30px 0 !important;
    color: #333;
    text-align: center;
    width: 100%;
    font-size: 1.6rem;
}
.empty_list {
    padding: 30px 0 !important;
    color: #333;
    text-align: center;
    width: 100%;
    font-size: 1.6rem;
}

/* 필수입력 */
/* .required, textarea.required {background-image:url('../img/require.png') !important;background-repeat:no-repeat !important;background-position:right top !important} */

/* 테이블 항목별 정의 */
.td_board {width:80px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:80px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center}
.new_win .cert_btn {margin-bottom:30px;text-align:center}
.new_win .btn_close {padding:0 20px;height:45px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}

/* 검색결과 색상 */
/* .sch_word {color:#fff;background:#ff005a;padding:2px 5px 3px;line-height:18px;margin:0 2px} */

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
.sv_wrap .sv:before {content:"";position:absolute;top:-6px;left:15px;width:0;height:0;border-style:solid;border-width:0 6px 6px 6px;border-color:transparent transparent #333 transparent}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0 10px;line-height:30px;width:100px;font-weight:normal;color:#bbb}
.sv_wrap .sv a:hover {background:#000;color:#fff}
.sv_member {color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.board_page {
    margin: 0 auto;
    width: 100%;
    margin-top: 50px;
    font-size: 1.6rem;
}
.pg_wrap {width: 100%;}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg_wrap a {
    min-width: 38px;
}
.pg {text-align:center}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {
    color: #939393;
    height: 40px;
    line-height: 40px;
    padding: 0px 12px;
    min-width: 30px;
    text-decoration: none;
    transition: .3s;
}
.pg_page:hover {
    color: #616161;
}
.pg_start {text-indent:-999px;overflow:hidden;background:url('/img/pg_start.png') no-repeat 50% 50%;}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('/img/pg_prev.png') no-repeat 50% 50%;}
.pg_end {text-indent:-999px;overflow:hidden;background:url('/img/pg_end.png') no-repeat 50% 50%;}
.pg_next {text-indent:-999px;overflow:hidden;background:url('/img/pg_next.png') no-repeat 50% 50%;}

.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {
    transition: .3s;
    filter: brightness(0);
}

.pg_current {
    color: #2b2523;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding: 0px 13px;
    min-width: 30px;
    text-decoration: none;}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

/* file, link */

.board_resource ul {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.resource_txt {
    font-size: 1.5rem;
    padding: 20px;
    min-width: 91px;
    text-align: center;
}

.resource_box {
    border-left: 1px solid #eee;
}

.board_resource li {
    padding: 20px;
    font-size: 1.5rem;
}

.board_resource li strong {
    display: inline-block;
}

.board_resource li a {
    display: flex;
}

.board_resource li a:hover strong {
    font-weight: 500;
}

.board_resource li a > i {
    margin-right: 8px;
    font-size: 1.8rem;
    color: #a59b98;
}

#bo_v_info {padding:0 0 10px;border-bottom:1px solid #ddd}
#bo_v_info strong {display:inline-block;margin:0 15px 0 5px;font-weight:normal}
#bo_v_info .sv_member,
#bo_v_info .sv_guest,
#bo_v_info .member,
#bo_v_info .guest {font-weight:bold}

#bo_v_file img {float:left;margin:0 10px 0 0}
.bo_v_file_cnt {display:inline-block;margin:0 0 3px 16px}

.bo_v_link_cnt {display:inline-block;margin:0 0 3px 16px}

#bo_v_top {
    padding:30px 0 20px 0;
    zoom:1;
    max-width: 1540px;
    padding: 30px 20px 20px;
    margin: 0 auto 10px !important;
}

#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_top h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_top ul {margin:0;padding:0;list-style:none}

#bo_v_bot {zoom:1}
#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_bot h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_bot ul {margin:0;padding:0;list-style:none}

/* 이전글 다음글 */
.bo_v_nb {
    max-width: 1540px;
    padding: 60px 20px 30px;
    margin: 0 auto !important;
}

.bo_v_nb li {
    display: flex;
    font-size: 1.6rem;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #e4e4e4;
}
.bo_v_nb li:first-child {
    border-top: 1px solid #e4e4e4;
}
.bo_v_nb li span {
    display: inline-block;
    width: 90px;
    text-align: center;
    border-right: 1px solid #e4e4e4;
    color: #333;
}
.bo_v_nb li a {width: 100%;padding: 0 30px;color: #333;transition: .3s; white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.bo_v_nb li a:hover {color: #000;font-weight: 500;}
.bo_v_com {float:right;width: auto;display: block;}

.bo_v_com.active {
    width: 100%;
    display: flex;
    justify-content: center;
}

.bo_v_com li {float:left;margin-left:5px}


#bo_v_atc {min-height:200px;height:auto !important;height:200px;} 
#bo_v_atc_title {position:absolute;font-size:0;line-height:0;overflow:hidden}

#bo_v_img {margin: 30px 30px;width: 96%;overflow:hidden;zoom:1}
#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_img img {margin-bottom:20px;max-width:100%;height:auto}

#bo_v_img a.view_image {
    text-align: center;
}

.board_con {line-height:1.7em;word-break:break-all;overflow:hidden;margin: 50px 30px;font-size: 1.7rem;}
#bo_v_con a {color:#000;text-decoration:underline}
#bo_v_con img {max-width:100%;height:auto}

#bo_v_act {margin-bottom:30px;text-align:center}
#bo_v_act .bo_v_act_gng {position:relative}
#bo_v_act a {margin-right:5px;vertical-align:middle}
#bo_v_act strong {color:#ff3061}
#bo_v_act_good, #bo_v_act_nogood {display:none;position:absolute;top:30px;left:0;padding:10px 0;width:165px;background:#ff3061;color:#fff;text-align:center}

#bo_v_sns {margin:0 0 20px;padding:0;list-style:none;zoom:1}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns li {float:left;margin:0 5px 0 0}

.bo_notice .notice_icon {
    display: inline-block;
    line-height: 25px;
    border-radius: 5px;
    font-weight: bold;
    color: #615552;
}

.bo_notice td {
    background: #f5f5f5 !important;
}

@media only screen and (max-width:1050px) {
    #bo_cate a {
        width: 140px;
    }
}

@media only screen and (max-width:1024px) {
    #bo_v_top ul, .btn_bo_user {
        display: flex;
        width: 100%;
        justify-content: center !important;
        flex-wrap: wrap;
        float: none !important;
    }
   
    .bo_v_com > li, .btn_bo_user li {
        margin-left: 0 !important;
        margin-bottom: 10px;
    }

    .board_date {
        font-size: 1.9rem;
    }

    .board_con {
        font-size: 2rem;
    }

    .bo_v_nb li {
        font-size: 1.9rem;
    }

    .btn_b01, .btn_admin {
        font-size: 1.8rem;
    }

    .btn_submit, .btn_cancel, .btn_close {
        font-size: 1.8rem;
    }

    .more_opt li button {
        font-size: 1.8rem;
    }

    #bo_cate a {
        font-size: 1.9rem;
    }

    .board_page {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width:768px) {
    #bo_list .td_num2 {
        width: 70px;
    }

    .board_td {
        padding: 40px 50px 40px 10px!important;
    }

    #bo_list {
        padding: 0;
    }

    .notice_sch {
        padding: 0 20px;
    }

    .notice_total {
        padding: 0 20px;
    }
}

@media only screen and (max-width:700px) {
    #bo_cate_ul li {
        margin: 0 5px;
    }

    #bo_cate a {
        width: 120px;
    }
}

@media only screen and (max-width:650px) {
    .btn_submit, .btn_cancel, .btn_close {
        font-size: 1.7rem;
    }

    #bo_list .td_num2 {
        width: 60px;
    }

    .board_td {
        padding: 40px 40px 40px 10px!important;
    }
}

@media only screen and (max-width:570px) {
    #bo_cate a {
        line-height: 42px;
        width: 95px;
    }
}

@media only screen and (max-width:550px) {
    .tbl_frm01 th {
        min-width: 75px;
    }
    
    .btn_confirm {
        justify-content: center;
    }

    #bo_v {
        padding: 0;
    }

    #bo_w {
        padding: 0;
    }

    #bo_list .td_num2 {
        width: 60px;
    }

    .board_td {
        padding: 40px 30px 40px 10px!important;
    }

    .board_arrow i {
        font-size: 2.2rem;
    }

    a.btn_frmline, button.btn_frmline {
        margin: 0 8px;
    }

    .btn_submit, .btn_cancel, .btn_close {
        width: 120px;
        padding: 10px;
    }

    #bo_list_total {
        font-size: 1.8rem !important;
    }

    .btn_bo_user {
        padding: 35px 0 !important;
    }

    .bo_v_nb {
        max-width: 1540px;
        padding: 30px 0;
        margin: 0 auto !important;
    }

    .bo_v_nb li a {
        padding: 0 20px;
    }

    .btn_b01.active {
        font-size: 2rem;
    }

    /* page */
    .board_page {
        font-size: 2rem;
    }

    .pg_page {
        height: 30px;
        line-height: 30px;
        padding: 0px 10px;
    }

    .pg_wrap a {
        min-width: 30px;
    }
}


@media only screen and (max-width:500px) {
    .board_top {
        align-items: flex-start;
        flex-direction: column-reverse;
    }

    .board_title {
        font-size: 2.7rem;
    }

    .bo_sch {
        width: 100%;
    }

    .bo_sch .bo_form {
        width: 100%;
    }

    .bo_sch .sch_bar {
        width: 100%;
    }

    .bo_sch select {
        width: 90px;
    }

    .board_top {
        margin-bottom: 15px;
    }

    #bo_list_total {
        padding-top: 40px;
    }

    #bo_cate {
        overflow: scroll;
    }

    #bo_cate_ul {
        justify-content: flex-start;
        padding: 0;
    }
}

@media only screen and (max-width:425px) {
    .bo_sch .bo_form {
        width: 100%;
    }

    .bo_sch .sch_bar {
        width: 100%;
    }

    .bo_sch select {
        width: 90px;
    }
}

@media only screen and (max-width:375px) {
    .tbl_frm01 th {
        min-width: 45px;
    }

    #bo_list .td_num2 {
        width: 55px;
    }

    .board_td {
        padding: 40px 20px 40px 10px!important;
    }

    .board_title {
        font-size: 2.5rem;
    }

    /* page */
    .pg_page {
        height: 27px;
        line-height: 27px;
        padding: 0px 8px;
    }

    .pg_wrap a {
        min-width: 27px;
    }
}