@charset "utf-8";
#bo_list,#bo_v,#bo_w{ opacity: 0; -webkit-animation: txtUp 0.6s ease-in-out 0.2s 1 forwards; animation: txtUp 0.6s ease-in-out 0.2s 1 forwards; }

/* 게시판 기본 설정 */
#char_count_desc {display:block;margin:0 0 5px;padding:0}
#char_count_wrap {margin:5px 0 0;text-align:right}
#char_count {font-weight:bold}
#autosave_wrapper {position:relative}
#autosave_pop {display:none;z-index:10;position:absolute !important;top:34px;right:0;width:350px;height:auto !important;height:180px;max-height:180px;border:1px solid #565656;background:#fff;
-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)}
#autosave_pop:before {content:"";position:absolute;top:-8px;right:45px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #000 transparent}
#autosave_pop:after {content:"";position:absolute;top:-7px;right:45px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
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:center;margin:0 !important}
#autosave_pop button {margin:0;padding:0;border:0}
#autosave_pop ul {padding:15px;border-top:1px solid #e9e9e9;list-style:none;overflow-y:scroll;height:130px;border-bottom:1px solid #e8e8e8}
#autosave_pop li {padding:8px 5px;border-bottom:1px solid #fff;background:#eee;zoom:1}
#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;font-size:0.92em;font-style:italic;color:#999}
.autosave_close {cursor:pointer;width:100%;height:30px;background:none;color:#888;font-weight:bold;font-size:0.92em}
.autosave_close:hover {background:#f3f3f3;color:#3597d9}
.autosave_content {display:none}
.autosave_del {background:url(./img/close_btn.png) no-repeat 50% 50%;text-indent:-999px;overflow:hidden;height:20px;width:20px}

/* 관리자 버튼 */
#btn_bo_user{ width: 100%; margin-bottom: 30px; }
#btn_bo_user ul{ display: flex; align-items: center; justify-content: flex-end; }
#btn_bo_user ul li{ text-align:center; margin-left: 10px;}
#btn_bo_user ul > li > *{ display: inline-block; height: 37px; font-size:14px; font-weight:400; line-height: 35px; color: #4b4b4b; border: 1px solid #dedede; padding: 0 20px; background-color: #fff; border-radius:0; }
#btn_bo_user ul > li > .btn_admin{ color: #0075c2; border: 1px solid #0075c2; }

/* 게시판 목록 공통 */
.selec_chk { display: none; }
.chk_box {position:relative}
.chk_box input[type="checkbox"] + label { position:relative; font-size: 14px; font-weight: 400; color: #797979; letter-spacing: -0.5px; line-height: 25px; cursor: pointer; }
.chk_box input[type="checkbox"] + label span{ display: inline-block; width: 25px; height: 25px; background: #f8f8f8; border: 1px solid #ddd; border-radius: 8px; vertical-align: -7px; margin-right: 10px; }
.chk_box input[type="checkbox"]:checked + label span{ background: url(/img/ico_board_check.png) no-repeat center center, #0075c2; border: 1px solid #0075c2; }


/* 게시판 댓글 */
.cmt_btn {width:100%; text-align:left; border: none; background:#fff; padding-bottom: 15px; margin-top: 50px; border-bottom: 1px solid #e6e6e6; }
.cmt_btn span.total{ position:relative;display:inline-block; margin-right:5px; font-size:18px; font-weight: 500; color:#0075c2; letter-spacing: -0.8px; }
.cmt_btn span.cmt_more{ float:right; display:inline-block;width:15px;height:10px;background:url(./img/btn_cmt.png) no-repeat right 2px;margin-top:5px}
.cmt_btn_op span.cmt_more{ background-position:right -8px; }
.cmt_btn b{ font-size:1.2em; color:#000; }
#bo_vc article { position:relative; padding-top: 20px; border-bottom: 1px solid #e6e6e6; }
#bo_vc article .cm_top{ display: flex; align-items: center; margin-bottom: 10px; }
#bo_vc article .cm_top > .pf_img{ margin-right:10px; }
#bo_vc article .cm_top > .pf_img img {border-radius:50%;width:50px;height:50px}
#bo_vc article .cm_top > p{ font-size: 15px; font-weight: 500; color: #111; letter-spacing: -0.5px; }
#bo_vc article .cm_top > p span:last-of-type{ display: inline-block; font-weight: 300; color: #666; margin-left: 5px; }
#bo_vc article .cm_wrap{ width: 100%; }
#bo_vc header {position:relative;width:100%}
#bo_vc header:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc header .profile_img {display:none}
#bo_vc header .icon_reply {position:absolute;top:15px;left:-20px}
.bo_vc_hdinfo {color:#777}
#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc .cmt_contents { font-size: 15px; font-weight: 400; color: #111; letter-spacing: -0.5px; line-height: 30px; }
#bo_vc p a {text-decoration:underline}
#bo_vc p a.s_cmt {text-decoration:underline;color:#ed6479}
#bo_vc_empty {margin:0;padding:80px 0 !important;color:#777;text-align:center}
#bo_vc #bo_vc_winfo {float:left}
#bo_vc .bo_vl_opt {position:absolute; top: 20px; right:0; }
.bo_vc_act {display:none;position:absolute;right:0;top:40px;width:58px;text-align:right;border:1px solid #b8bfc4;margin:0;list-style:none;background:#fff;zoom:1;z-index:9999}
.bo_vc_act:before {content:"";position:absolute;top:-8px;right:5px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #b8bfc4 transparent}
.bo_vc_act:after {content:"";position:absolute;top:-6px;right:5px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
.bo_vc_act li {border-bottom:1px solid #f0f0f0}
.bo_vc_act li:last-child {border-bottom:0}
.bo_vc_act li a {display:inline-block;padding:10px 15px}
.bo_vc_act li a:hover {color:#3a8afd}
.bo_vc_w { position:relative; display:block; margin-top: 20px; }
.bo_vc_w:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.bo_vc_w #char_cnt {display:block;margin:0 0 5px}
.bo_vc_w textarea {width: 100%; height: 120px; font-size: 16px; font-weight: 400; color: #111; letter-spacing: -0.5px; padding: 20px; border: 1px solid #e6e6e6; border-radius: 0; outline: none; resize: none; transition: all 0.2s ease-in-out; }
.bo_vc_w textarea:focus,
.bo_vc_w textarea:focus-visible{ border: 1px solid #0075c2; }
.bo_vc_w .btn_confirm { width: 100%; margin-top: 10px; }





/*! ========== L I S T ========== */
#bo_list{ position:relative; }
#bo_list .table_wrap{ margin-bottom: 75px; }
#bo_list .table_wrap table{ width: 100%; border-collapse: collapse; border-top: 2px solid #000000; }
#bo_list .table_wrap table caption{ display: none; }
#bo_list .table_wrap table tr{ border-bottom: 1px solid #e6e6e6; transition: all 0.2s ease-in-out; }
#bo_list .table_wrap table thead tr th{ height: 65px; font-size: 17px; font-weight: 700; color: #111111; letter-spacing: -0.5px; text-align: center; padding: 15px; }
#bo_list .table_wrap table thead tr th a{ display: block; }
#bo_list .table_wrap table tbody tr:hover{ background-color: #f8f8f8; }
#bo_list .table_wrap table tbody tr.bo_notice{ background-color: #f3faf3; }
#bo_list .table_wrap table tbody tr td{ height: 65px; font-size: 15px; font-weight: 400; color: #111111; letter-spacing: -0.5px; text-align: center; padding: 15px 0; }
#bo_list .table_wrap table tbody tr td .notice_icon{ display: inline-block; width: 40px; height: 40px; background: url(/img/ico_bell.png) no-repeat center center,#0075c2; border-radius: 50%; text-indent: -9999px; }
#bo_list .table_wrap table tbody tr td.td_subject{ text-align: left; padding: 15px 30px; }
#bo_list .table_wrap table tbody tr td .bo_tit a{ display: inline-block; border-bottom: 1px solid transparent; transition: all 0.1s ease-in-out; }
#bo_list .table_wrap table tbody tr td .bo_tit a:hover{ color: #0075c2; border-bottom: 1px solid #0075c2; }
#bo_list .table_wrap table tbody tr td .new_icon{ position: relative; display: inline-block; font-size: 12px; color: #111111; padding-left: 8px; margin-left: 2px; z-index: 10; }
#bo_list .table_wrap table tbody tr td .new_icon::before{ position: absolute; left: 0; top: -2px; width: 15px; height: 12px; background: url(/img/ico_new_heart.png) no-repeat center center; background-size: contain; content: ''; display: block; z-index: -1; }
#bo_list .table_wrap table tbody tr td .secret_icon{ display: inline-block; width: 10px; height: 13px; background: url(/img/ico_lock.png) no-repeat center center; background-size: contain; text-indent: -9999px; vertical-align: -5px; margin-left: 5px; }
#bo_list .table_wrap table tbody tr td .comment_off{ color: #aeaeae; }
#bo_list .table_wrap table tbody tr td .comment_on{ color: #0075c2; }


/*! ========== V I E W ========== */
#bo_v > #bo_v_title{ padding: 35px 30px; border-top: 2px solid #000000; }
#bo_v > #bo_v_title > h3{ font-size: 30px; font-weight: 400; color: #000000; letter-spacing: -2px; line-height: 40px; }
#bo_v > #bo_v_title > p{ font-size: 14px; font-weight: 300; color: #333333; margin-top: 10px; }
#bo_v > #bo_v_title > p span{ display: inline-block; margin-left: 10px; }
#bo_v > #bo_v_atc{ padding: 50px 30px; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; }
#bo_v > #bo_v_atc #bo_v_img img{ max-width: 100%; }
#bo_v > #bo_v_atc #bo_v_con img{ max-width: 100%; }
#bo_v > #bo_v_atc #bo_v_con{ font-size: 15px; font-weight: 400; color: #111; letter-spacing: -0.5px; line-height: 30px; }


/*! ========== W R I T E ========== */
#bo_w .write_div{ margin-bottom: 10px; }
#bo_w .write_div ul{ display: flex; justify-content: space-between; }
#bo_w .write_div ul li{ width: 49.5%; }
#bo_w .write_div .form_input{ width: 100%; height: 50px; font-size: 16px; font-weight: 400; color: #111; letter-spacing: -0.5px; padding: 0 20px; border: 1px solid #ececec; border-radius: 0; outline: none; transition: all 0.2s ease-in-out; }
#bo_w .write_div .form_input:focus,
#bo_w .write_div .form_input:focus-visible,
#bo_w .write_div textarea:focus,
#bo_w .write_div textarea:focus-visible{ border: 1px solid #0075c2; }
#bo_w .write_div .form_input::placeholder,
#bo_w .write_div textarea::placeholder{ font-size: 14px; color: #797979; }
#bo_w .write_div textarea{ width: 100%; height: 200px; font-size: 16px; font-weight: 400; color: #111; letter-spacing: -0.5px; padding: 20px; border: 1px solid #ececec; border-radius: 0; outline: none; resize: none; transition: all 0.2s ease-in-out; }
#bo_w .write_div .btn_frmline{ display: none; }
.btn_confirm{ text-align: center; margin-top: 50px; }
.btn_confirm #btn_submit{ display: inline-block; height: 55px; font-size: 16px; font-weight: 400; color: #0075c2; letter-spacing: -0.5px; line-height: 55px; border: 1px solid #f4f4f4; padding: 0 60px; border-radius: 10px; background-color: #f8f8f8; transition: all 0.2s ease-in-out; }
.btn_confirm #btn_submit:hover{ color: #fff; border: 1px solid #0075c2; background-color: #0075c2; }
