@charset "utf-8";

/* 게시판 목록 */
#bo_list {position:relative;margin-bottom:20px}
#bo_list:after {display:block;visibility:hidden;clear:both;content:""}
#bo_list .td_board {width:120px;text-align:center}
#bo_list .td_chk {width:30px;text-align:center;}
#bo_list .td_date {width:60px;text-align:center}
#bo_list .td_datetime {text-align:center}
#bo_list .td_group {width:100px;text-align:center}
#bo_list .td_mb_id {width:100px;text-align:center}
#bo_list .td_mng {width:80px;text-align:center}
#bo_list .td_name {width: 10rem;color: #999;}
#bo_list .td_nick {width:100px;text-align:center}
#bo_list .td_num {width:50px;text-align:center}
#bo_list .td_num2 {width:50px;text-align:center}
#bo_list .td_numbig {width:80px;text-align:center}
#bo_list .txt_active {color:#5d910b}
#bo_list .txt_expired {color:#ccc}
#bo_list .item {height:8rem;background: #fff;border-radius: 3rem;box-shadow:70px 70px 130px rgb(39 49 108 / 20%);margin-bottom: 2rem;place-content:center;transition: all .5s;border:2px solid #fff;cursor: pointer;padding:2rem;}
#bo_list .notice {text-align: center;color:#666;}
#bo_list .notice .tag01 {width: 3.5rem;margin-right:0;}
#bo_list .bo_cate_link {background: transparent;position: relative;padding: 0;line-height:initial;letter-spacing: -0.1rem;}
#bo_list .bo_cate_link > a{color:#333;position: relative;}
#bo_list .bo_cate_link > a:before {content: "";width: 100%;position: absolute;bottom: -0.1rem;left: 0;height: 0.1rem;background: #ddd;transition:all .5s;}
#bo_list .profile_img {display: none;}
#bo_list .gw-icon {width: 2rem;height: 2rem;border-radius: 50%;background: #222;display: inline-block;position:relative;color:#fff;transition: all .3s ease;cursor: pointer;}
#bo_list .bo_tit .gw-title-wrap {text-overflow: ellipsis;overflow: hidden;white-space: nowrap;width: 30rem;display: inline-block;position: relative;}
#bo_list .item> img {position: absolute;left: 5.5rem;top: 50%;transform: translateY(-50%);}
#bo_list .item:hover{border-color: var(--gw-main-color);}
#bo_list .item .gw-flex-btw:nth-of-type(2) {width: 80%;}
#bo_list .btn-02{background: #0000FF;box-shadow: 0 2px 6px 0 rgba(0,0,255,.2);cursor: pointer;}
#bo_list .icon-wrap {min-width: 4.5rem;}
#bo_list .sv_wrap > a {color: #999;}
#bo_list_item .gw-right {width: 57rem;}
#bo_list_item .td_subject{gap:1rem;}



#bo_cate {margin:25px 0}
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {display:inline-block;padding:2px}
#bo_cate a {display:block;line-height:28px;padding:5px 15px;border-radius:30px;color:#6794d3}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none;background:#3a8afd;color:#fff}
#bo_cate #bo_cate_on {z-index:2;background:#3a8afd;color:#fff;font-weight:bold;}
.td_subject img {margin-left:5px}

/* 게시판 목록 공통 */
.selec_chk {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}
.chk_box {position:relative}
.chk_box input[type="checkbox"] + label {position:relative;color:#676e70}
.chk_box input[type="checkbox"] + label:hover {color:#2172f8}
.chk_box input[type="checkbox"] + label span {float:left;width:15px;height:15px;display:block;background:#fff;border:1px solid #d0d4df;border-radius:3px}
.write_div .chk_box input[type="checkbox"] + label, .bo_vc_w .chk_box input[type="checkbox"] + label {padding-left:20px}
.write_div .chk_box input[type="checkbox"] + label span, .bo_vc_w .chk_box input[type="checkbox"] + label span {position:absolute;top:2px;left:0;width:15px;height:15px;display:block;margin:0;background:#fff;border:1px solid #d0d4df;border-radius:3px}
.chk_box input[type="checkbox"]:checked + label {color:#000}
.chk_box input[type="checkbox"]:checked + label span {background:url(./img/chk.png) no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px}


#bo_btn_top {}
.bo_fx {margin-bottom:5px;float:right;zoom:1}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx ul {margin:0;padding:0;list-style:none}
#bo_list_total {float:left;line-height:34px;font-size:0.92em;color:#4e546f}

.btn_bo_user {}
.btn_bo_user li {}
.btn_bo_user > li {display:inline-block;vertical-align:middle;}
.btn_bo_user > li .btn_b01 {width: 10.5rem;height: 3.5rem;}
.btn_bo_adm {float:left}
.btn_bo_adm li {float:left;margin-right:5px}
.btn_bo_user > li .btn-write {margin: 0 0.5rem;}
.btn-write:hover {border:3px solid #1454FF;border-radius:100px;}
.btn_more_opt:hover {border-radius:100px;border:3px solid #009AFF}
.btn_bo_adm input {padding:0 8px;border:0;background:#d4d4d4;color:#666;text-decoration:none;vertical-align:middle}
.bo_notice td {background:#fff6fa !important;border-bottom:1px solid #f8e6ee}
.bo_notice td a {font-weight:bold}
.notice_icon {display:inline-block;width:3.5rem;padding: 0.5rem 0.75rem;border-radius:0.5rem;margin-right:1rem;background: rgba(207,233,255,.5);color: var(--gw-main-color);}


.more_opt {display: none;position: absolute;top: -12rem;right: 0;background: #fff;border: 1px solid #ddd;z-index: 999;box-shadow: 70px 70px 130px rgb(39 49 108 / 20%);}
.more_opt:before {content: "";position: absolute;bottom: -8px;right: 13px;width: 0;height: 0;border-style: solid;border-width: 8px 6px 0 6px;border-color: #b8bfc4 transparent transparent transparent;}
.more_opt:after {content: "";position: absolute;bottom: -6px;right: 13px;width: 0;height: 0;border-style: solid;border-width: 8px 6px 0 6px;border-color: #fff transparent transparent transparent;}
.more_opt li {border-bottom:1px solid #f1f1f1;padding:10px;float:inherit;width:10.25rem;margin:0;color:#666;text-align:left}
.more_opt li:last-child {border-bottom:0}
.more_opt li button, .more_opt li a {width:100%;border:0;background:#fff;color:#6b757c;text-align: left;}
.more_opt li:hover a,
.more_opt li:hover button {color:#000}
.more_opt li i {float:right;line-height:20px}

.td_num strong {color:#000}
.bo_cate_link {display:inline-block;background:#e2eaf6;color:#3a8afd;font-weight:normal !important;height:20px;} /* 글제목줄 분류스타일 */
.bo_cate_link:hover {text-decoration:none}
.bo_tit {display:block;color:#000;font-weight:bold}
.bo_current {color:#e8180c}
#bo_list .profile_img img {border-radius:50%}
#bo_list .cnt_cmt {display: inline-block;color:var(--gw-main-color);height:1rem;vertical-align:top;}

#bo_list .bo_tit .title_icon {margin-right:2px}
#bo_list .bo_tit .fa-heart {color:#ff0000}
#bo_list .bo_tit .fa-lock {font-family:xeicon !important;display:inline-block;vertical-align: top;font-size: 1.5rem;}
#bo_list .bo_tit .fa-lock:before {content: "\e966";}
#bo_list .bo_tit .new_icon {display:inline-block;width: 1.5rem;line-height: 1.5rem;font-size: 0.9rem;color: #fff;background: var(--gw-main-color);text-align:center;border-radius: 50%;vertical-align:bottom;font-family:'Pretendard', sans-serif;font-weight:700;transition: all .3s;}
#bo_list .bo_tit .hot_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#ff0000;background:#ffb9b9;text-align:center;border-radius:2px;vertical-align:middle}
#bo_list .bo_tit .fa-caret-right {color:#bbb}
#bo_list .bo_tit .fa-download {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#daae37;background:#ffefb9;text-align:center;border-radius:2px;margin-left:5px;vertical-align:middle}
#bo_list .bo_tit .fa-link {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#b451fd;background:#edd3fd;text-align:center;border-radius:2px;margin-left:5px;vertical-align:middle}

#bo_list .bo_tit .replay-wrap > img {width: 0.8rem;height: 0.8rem;display: block;margin-right: 0.25rem;}


.bo_sch_wrap {display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:999}
.bo_sch {position:absolute;top:50%;left:50%;background:#fff;text-align:left;width:330px;max-height:300px;margin-left:-125px;margin-top:-180px;overflow-y:auto;border-radius:5px;-webkit-box-shadow:1px 1px 18px rgba(0,0,0,0.2);-moz-box-shadow:1px 1px 18px rgba(0,0,0,0.2);box-shadow:1px 1px 18px rgba(0,0,0,0.2);border:1px solid #dde7e9;background:#fff;border-radius:3px}
.bo_sch:after {display:block;visibility:hidden;clear:both;content:""}
.bo_sch h3 {padding:15px;border-bottom:1px solid #e8e8e8}
.bo_sch legend {background:red}
.bo_sch form {padding:15px;display:block}
.bo_sch select {border:0;width:100%;height:40px;border:1px solid #d0d3db;border-radius:2px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)}
.bo_sch .sch_bar {display:inline-block;width:100%;clear:both;margin-top:15px;border:1px solid #d0d3db;border-radius:2px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)}
.bo_sch .sch_input {width:250px;height:38px;border:0;padding:0;background-color:transparent;float:left}
.bo_sch .sch_btn {height:38px;float:right;color:#656565;background:none;border:0;width:40px;font-size:15px}
.bo_sch .bo_sch_cls {position:absolute;right:0;top:0;color:#b5b8bb;border:0;padding:12px 15px;font-size:16px;background:#fff}
.bo_sch_bg {background:#000;background:rgba(0,0,0,0.1);width:100%;height:100%}

/* 게시판 목록 추가 - 검색창 */
#sch {text-align:center;position:relative;margin:0 auto;}
#sch .sch_tit {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#sch .search {border-radius:3rem;background:var(--gw-sub-color);border:none;padding:0.5rem 1.5rem 0.5rem 2rem;}
#sch .sel-wrap{position:relative;width:6rem;}
#sch .sel-wrap:after{font-family:xeicon;content:"\e941"; position:absolute; top:50%; right:0; transform:translateY(-50%); display:block; width:1rem; height:1rem; z-index:0;}
#sch .sel-wrap select{width:100%;height:3.25rem;padding:0.8rem; font-size:1.125rem; font-family:"NotoKr_R"; -webkit-border-radius:0; border-radius:0; -webkit-appearance:none; -moz-appearance:none; appearance:none;background: transparent;border: none;}
#sch .sel-wrap select:focus {outline: none;}
#sch .gw-input-wrap {position: relative;width: calc(100% - 7rem);height: 3rem;line-height: 3rem;}
#sch .gw-input-wrap input{width: 90%;padding: 0;border: 0;background: transparent;}
#sch .gw-input-wrap input:focus {border: 0;}

#sch .btn_submit {width:auto;padding:0;border: none;background: transparent;color: #666;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
#sch .btn_submit > i {vertical-align: middle;}
#sch input[name="stx"]::placeholder {color: #666;font-family:"NotoKr_R",sans-serif;}

/* 게시판 목록 추가 - 카테고리 */
#bo_cate {text-align: center;}
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {display:inline-block;margin:0 0.5rem;font-family: 'NotoKr_M', sans-serif;}
#bo_cate a {display:block;padding:0.75rem 1.5rem;border-radius:3rem;background:#DFE3EB;color:#666;font-size: 1.15rem;cursor: pointer;}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none;background:var(--gw-main-color);;color:#fff;transition: all .3s;}
#bo_cate #bo_cate_on {z-index:2;background:var(--gw-main-color);color:#fff;box-shadow:0px 0px 50px rgba(20,84,255,.3);}

/* 게시판 쓰기 */
#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:4rem;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:1rem;border-top:1px solid #e9e9e9;list-style:none;overflow-y:scroll;height:7rem;border-bottom:1px solid #e8e8e8}
#autosave_pop li {padding:0.5rem;border-bottom:1px solid #fff;background:#eee;zoom:1;}
#autosave_pop li:after {display:block;visibility:hidden;clear:both;content:""}
#autosave_pop a {width:6rem;display:block;float:left;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
#autosave_pop span {display:block;float:right;font-size:0.9rem;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}

/* 게시판 읽기 */
#bo_v {margin: 0 auto;padding-top: calc(4 * var(--gw-gutter-x));}
#bo_v .tag-wrap {width: 100%;}
#bo_v .tag-wrap .tag01 {background: rgba(207,233,255,.5);color: var(--gw-main-color);margin-right: 0;}

#bo_v .bbs-con {width: 100%;padding: calc(1.5 * var(--gw-gutter-x));background: #fff;color: #080a14;border: 5px solid #f8f8f8;border-radius: 3rem;}

#bo_v_table {position:absolute;top:0;right:16px;margin:0;padding:0 5px;height:25px;background:#ff3061;color:#fff;font-weight:bold;line-height:2.2em}


#bo_v .bbs-title-wrap .top-nav{width: 3rem;height: 3rem;display: block;background: url("./img/view-nav-arrow.png") center no-repeat;background-size: cover;position: absolute;top: 50%;transform: translateY(-50%);transition: all 0.3s;cursor: pointer;}
#bo_v .bbs-title-wrap .top-nav.prev {left: 0;}
#bo_v .bbs-title-wrap .top-nav.next {right: 0;transform: translateY(-50%) rotate(180deg);}
#bo_v .bbs-title-wrap .top-nav:hover{background: url("./img/view-nav-arrow-on.png") center no-repeat;background-size: cover;}


#bo_v_title {text-align: center;line-height: 1.25;}
#bo_v_title .bo_v_cate {margin-bottom: 0.5rem;}
#bo_v_title .bo_v_cate > span:before {content: "";width: 100%;position: absolute;bottom: -0.1rem;left: 0;height: 0.1rem;background: #ddd;transition:all .5s;}
#bo_v_title .bo_v_tit {word-break: break-all;font-size: var(--gw-main-title04);}


#bo_v_info {margin:0;}
#bo_v_info h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#bo_v_info .profile_info {display:inline-block;}
#bo_v_info .profile_info .pf_img {float:left;margin-right:10px}
#bo_v_info .profile_info .pf_img img {border-radius:50%;width:50px;height:50px}
#bo_v_info .profile_info .profile_info_ct {float:left;padding:5px 0;line-height:18px}

#bo_v_info strong {}
#bo_v_info .sv_member,
#bo_v_info .sv_guest,
#bo_v_info .member,
#bo_v_info .guest {color:#999}
#bo_v_info .profile_img {display:none}
#bo_v_info .sv_member {}
#bo_v_info .if_date {}

#bo_v_file h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_file ul {margin:0;list-style:none}
#bo_v_file li {padding:15px;position:relative;margin:1rem 0;border:1px solid #dfdfdf;
    -webkit-box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%);
    -moz-box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%);
    box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%); transition: all .3s;}
#bo_v_file li i {color:#b2b2b2;font-family:xeicon;font-size: 2rem;}
#bo_v_file li i:before{content:"\eaa6"};
#bo_v_file a {display:block;text-decoration:none;word-wrap:break-word;color:#000}
#bo_v_file a:focus, #bo_v_file li:hover a, #bo_v_file a:active {text-decoration:none;color:var(--gw-main-color);}
#bo_v_file li > a {padding-left: 3rem;}
#bo_v_file img {float:left;margin:0 10px 0 0}
#bo_v_file .bo_v_file_cnt {color:#b2b2b2;font-size:0.92em}
#bo_v_file li:hover {border-color:var(--gw-main-color);color:var(--gw-main-color);}
#bo_v_file li:hover i {color:var(--gw-main-color);}



#bo_v_link h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_file ul {margin:0;list-style:none}
#bo_v_link li {padding:var(--gw-gutter-x);position:relative;border:1px solid #ddd;box-shadow:1px 1px 5px 0px hsl(232, 36%, 96%);transition: all .3s;margin:1rem 0;}
#bo_v_link li i {color:#b2b2b2;}
#bo_v_link a {display:block;text-decoration:none;word-wrap:break-word;color:#000;padding-left: 3rem;}
#bo_v_link a:focus, #bo_v_link li:hover a, #bo_v_link a:active {color:var(--gw-main-color)}
#bo_v_link .bo_v_link_cnt {color:#b2b2b2;}
#bo_v_link li:hover {border-color:var(--gw-main-color);}
#bo_v_link li:hover i {color:var(--gw-main-color)}


#bo_v_top {zoom:1}
#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 {padding:0;list-style:none;word-break:break-all;background:#fff}

#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 {padding:0;list-style:none}
#bo_v_top ul.more_opt {top: -11rem;}

.bo_v_com {}
.bo_v_com > li {}

.bo_v_nb {position:relative;margin:20px 0;clear:both;text-align:left}
.bo_v_nb:after {display:block;visibility:hidden;clear:both;content:""}
.bo_v_nb li {border-top:1px solid #f1f1f1;padding:13px}
.bo_v_nb li:last-child {border-bottom:1px solid #f1f1f1}
.bo_v_nb li:hover {background:#f6f6f6}
.bo_v_nb li i {font-size:13px;color:#b3b3b3}
.bo_v_nb li .nb_tit {display:inline-block;padding-right:20px;color:#b3b3b3}
.bo_v_nb li .nb_date {float:right;color:#b3b3b3}

#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 {width:100%;overflow:hidden;zoom:1}
#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_img a.view_image {display:block}
#bo_v_img img {margin-bottom:20px;max-width:100%;height:auto}

#bo_v_con {width:100%;word-break:break-all;overflow:hidden}
#bo_v_con a {color:#000;text-decoration:underline}
#bo_v_con img {max-width:100%;height:auto}
#bo_v_con .bo-v-con-wrap{border-radius: 1rem;border: 1px solid #ddd;overflow: hidden;border-bottom: none;}
#bo_v_con .bbs-wrap{width:100%;position:relative;border-bottom:1px solid #ddd;border-right: none;font-size:1rem;}
#bo_v_con .bbs-wrap .bbs-title {text-align: left;display: block;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;min-width: 20rem;font-size:1.15rem;font-family:'NotoKr_B' , sans-serif;position:relative;background: #F9FAFB;padding:1rem;}
#bo_v_con .bbs-wrap .bbs-v-con {padding: 1rem;width: 100%;}
#bo_v_con .bbs-v-thumbnail{padding: 1rem;border-radius: 1rem;border: 1px solid #ddd;}



#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;color:#4a5158}
#bo_v_act a:hover {background-color:#fff;color:#ff484f;border-color:#ff484f}
#bo_v_act i {font-size:1.4em;margin-right:5px}
#bo_v_act_good, #bo_v_act_nogood {display:none;position:absolute;top:30px;left:0;z-index:9999;padding:10px 0;width:165px;background:#ff3061;color:#fff;text-align:center}
#bo_v_act .bo_v_good {display:inline-block;border:1px solid #dedede;width:70px;line-height:46px;border-radius:30px}
#bo_v_act .bo_v_nogood {display:inline-block;border:1px solid #dedede;width:70px;line-height:46px;border-radius:30px}

#bo_v_sns {padding:0;list-style:none;zoom:1;float:left;display:inline-block}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns li {float:left;width:135px;margin-right:5px;text-align:left}
#bo_v_sns li a {height:35px;line-height:35px;text-align:center;border-radius:5px;color:#fff;font-size:0.95em}
#bo_v_sns li img {vertical-align:middle;margin-right:5px}
#bo_v_sns li .sns_f {display:block;background:#3b5997}
#bo_v_sns li .sns_t {display:block;background:#09aeee}
#bo_v_sns li .sns_g {display:block;background:#ea4026}
#bo_v_sns li .sns_k {display:block;background:#fbe300}

#bo_v_share {position:relative;}
#bo_v_share:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_share .btn {padding: 0.5rem 0.75rem;color:#555;font-size:1rem;border: 1px solid #ddd;border-radius: 0.5rem;}
#bo_v_share .btn:hover {background:#fff}
#bo_v_share .btn i {margin-right:0.25rem;color:#666;vertical-align:middle}

/* 목록*/
#bo_v .nav {position: relative;width: 100%;border-top: 1px solid #222;}
#bo_w .bbs-title {align-items: center;}
#bo_v .nav > li {width: calc(50% - 5rem);}
#bo_v .nav > li > a {position: relative;display: block;width: 100%;height: 100%;color: #333333;font-family: 'NotoKr_M' , sans-serif;transition: 0.3s;}
#bo_v .nav > li > a.btn-list {width:10rem;display: inline-block;padding: 0.75rem 2rem;font-family: 'NotoKr_B';font-size: 1.125rem;background:var(--gw-main-color);color: #fff;border: none;box-shadow: 23px 28px 50.22px 3.78px rgba(20, 84, 255, 0.2);}
#bo_v .nav > li > a:before {content: "";position: absolute;top: calc(-3.5rem - 1px);display: block;width: 100%;height: 3px;background: var(--gw-main-color);transition: 0.3s;transform: scale(0);}
#bo_v .nav > li > a > span {position: relative;}
#bo_v .nav > li > a > span:before {font-family:xeicon;content: "\e908";position: absolute;top: 50%;transform: translateY(-50%);display: inline-block;width: 2rem;}
#bo_v .nav > li.prev > a > span:before {left: -2.5rem;transition: 0.3s;}
#bo_v .nav > li.next > a > span:before {right: -2.5rem;transition: 0.3s; transform: translateY(-50%) rotate(180deg);}
#bo_v .nav > li > a > p {width:20rem;margin:0 auto;font-size: 1rem;color: #666;font-family: 'NotoKr_R' , sans-serif;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;word-break: keep-all;}
#bo_v .nav > li.list {width: 10rem;}
#bo_v .nav > li.list > a:before {display: none;}
#bo_v .nav > li > a:hover {color: var(--gw-main-color);}
#bo_v .nav > li.list > a:hover {color: #fff;}
#bo_v .nav > li > a:hover:before {transform: scale(1.0);}
#bo_v .nav > li > a:hover p {color: var(--gw-main-color);}
#bo_v .nav > li.prev > a:hover > span:before {}
#bo_v .nav > li.next > a:hover > span:before {}
/*비활성화*/
#bo_v .nav .disabled > a {color: #999;cursor: none;}
#bo_v .nav .disabled > a > p {color: #999;}
#bo_v .nav .disabled > a:before{display: none;}
#bo_v .nav .disabled > a:hover {color: #999;}
#bo_v .nav .disabled > a:hover p{color: #999;}




#bo_v .qr-img-wrap > img {width: 9rem;border: 1px solid #e6e6e6;border-radius: 1rem}
#bo_v .qr-img-wrap {min-height: auto;}



/* 게시판 댓글 */
.cmt_btn {width:100%;text-align:left;border:0;border-bottom:1px solid #f0f0f0;font-weight:bold;margin:30px 0 0px;padding:0 0 15px}
.cmt_btn span.total {position:relative;display:inline-block;font-size:1rem;color:var(--gw-main-color)}
.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 {color:#000}
.cmt_btn span.total:after {position:absolute;bottom:-17px;left:0;display:inline-block;background:var(--gw-main-color);content:"";width:100%;height:2px}
#bo_vc {}
#bo_vc h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc article {margin:20px 0;position:relative;border-bottom:1px solid #f0f0f0}
#bo_vc article:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc article .profile_img img {border-radius:50%}
#bo_vc article .pf_img {float:left;margin-right:10px}
#bo_vc article .pf_img img {border-radius:50%;width:50px;height:50px}
#bo_vc article .cm_wrap {float:left;max-width:870px;width:90%}
#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 .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
.bo_vc_hdinfo {color:#777}
#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc .cmt_contents {line-height:1.8em;padding:0 0 20px}
#bo_vc p a {text-decoration:underline}
#bo_vc p a.s_cmt {text-decoration:none;}
#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 > button {position:absolute;top:0;right:0;width: 3rem;height: 3rem;border-radius: 50%;padding:0;}

#bo_vc .cmt_depth .member{position: relative;}
#bo_vc .cmt_depth .member:before {font-family:xeicon;content: "\e981";display: block;width: 1rem;height: 1rem;position: absolute;left: -1rem;top: 0.25rem;}

.bo_vc_act {display:none;position:absolute;right:0;top:3rem;text-align:center;border:1px solid #ddd;margin:0;list-style:none;background:#fff;zoom:1;z-index:9999;box-shadow: 70px 70px 130px rgb(39 49 108 / 20%);;}
.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:1rem;}
.bo_vc_act li a:hover {color:var(--gw-main-color)}

#bo_vc_w {background: #F1F3F8;padding: calc(1.5 * var(--gw-gutter-x));border-radius: 3rem;}
.bo_vc_w {position:relative;display:block}
.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 .gw-comment-wrap{border: 1px solid #ddd;width:100%;min-height: 6.25rem;box-shadow: 20px 20px 50px 3px rgba(221, 221, 221, 0.2);}
#bo_vc_w .form-tit {display: inline-block;margin-bottom:0.5rem;font-family: 'NotoKr_B';}
.bo_vc_w textarea { resize: none;padding: 0.75rem;width: calc(100% - 14.25rem);min-height: 6.25rem;border: none;border-left: 1px solid #ddd;font-size: 1rem;line-height: 1.75;font-family: 'NotoKr_R' , sans-serif;overflow-x: hidden;overflow-y: auto;}
#wr_secret {}
.bo_vc_w_info {}
.bo_vc_w_info:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_w_info .gw-col-2:nth-of-type(1) .gw-input-wrap {margin-right: 1%;}
.bo_vc_w .btn_confirm {width: 8rem;height:6.25rem;line-height:6.25rem;padding: 0 1rem;text-align: center;background:#F9FAFB;}
.bo_vc_w .btn_confirm label {display:inline-block;font-size:1rem;text-align:center}
.bo_vc_w .btn_submit {background: #333;border: none;width:6.25rem;height:6.25rem;}
.bo_vc_w .btn_submit:hover{border-radius: 0;background: #000;}
.bo_vc_w .btn_confirm .secret_cm label {font-size:1rem !important}
.bo_vc_w_wr:after {display:block;visibility:hidden;clear:both;content:""}
:where(.bo_vc_w_info) p{border-bottom: 1px solid #ddd;}
.secret_cm {display:inline-block;}

#bo_vc_send_sns {display:inline-block;}
#bo_vc_sns {display:inline-block;margin:0;padding:0;list-style:none;zoom:1}
#bo_vc_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc_sns li {float:left;margin:0 5px 0 0}
#bo_vc_sns .sns_li_f {border-radius:3px;background:#3a589b;height:40px;line-height:40px;padding:0 0 0 10px}
#bo_vc_sns .sns_li_t {border-radius:3px;background:#00aced;height:40px;line-height:40px;padding:0 0 0 10px}
#bo_vc_sns .sns_li_off {background:#bbb}
#bo_vc_sns a {display:inline-block;padding:0 15px 0 5px}
#bo_vc_sns input {margin:0 5px 0 0}

/*글쓰기*/
#bo_w{margin:0 auto;}
#bo_w .bo_v_option li {display:inline-block;}
#bo_w .bo_v_option li label {vertical-align:baseline}
#bo_w .bo_v_option .chk_box input[type="checkbox"] + label span {margin-left:0;margin-right:5px}
#bo_w .bbs-wrap {width:100%;position:relative;border-bottom:1px solid #ddd;border-right: none;font-size:1rem;}
#bo_w .bbs-wrap .bbs-title {text-align: left;display: block;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;min-width: 20rem;font-size:1.15rem;font-family:'NotoKr_B' , sans-serif;position:relative;background: #F9FAFB;padding:1rem;}
#bo_w .bbs-wrap .bbs-con {padding: 1rem;width: 100%;}
#bo_w .bo_v_option {padding: 1.2rem;font-size:1.15rem;}
#bo_w .sel-wrap {width: 100%;padding: 1.2rem;position: relative;}
#bo_w .sel-wrap:after{content:""; position:absolute; top:50%; right:2rem; transform:translateY(-50%); display:block; width:1rem; height:1rem; background:url("./img/sel-arrow.svg") center no-repeat; background-size:110%; z-index:0;}
#bo_w .bo_w_info:after {display:block;visibility:hidden;clear:both;content:""}
#bo_w .bo_w_info .frm_input {float:left;}
#bo_w .wr_content.smarteditor2 iframe {background:#fff}
#bo_w .bo_w_tit {position:relative}
#bo_w .bo_w_tit .frm_input {}
#bo_w .bo_w_tit #btn_autosave {width: 10rem;height: 3.25rem;line-height: 3.25rem;position:absolute;top: 50%;right: 1rem;transform: translateY(-50%);}
#bo_w .bo_w_link label {position:absolute;top:1px;left:1px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;font-size:1.2em;text-align:center;color:#b2b2b2}
#bo_w .bo_w_link .frm_input {}
#bo_w .bo_w_flie .lb_icon {position:absolute;top:0px;left:0px;border-radius:3px 0 0 3px;height:38px;line-height:38px;width:40px;font-size:1.2em;text-align:center;color:#b2b2b2}
#bo_w .bo_w_flie .frm_file {width: 100%;}
#bo_w .bo_w_flie .file_wr {}
#bo_w .bo_w_flie .frm_input {margin:10px 0 0}
#bo_w .bo_w_flie .file_del {}
#bo_w .bo_w_flie .file_del i {color: #666;margin-left: 0.5rem;}
#bo_w .bo_w_select select {}
#bo_w .btn_submit {padding:1rem;}
#bo_w .btn_cancel {}
#bo_w .gw-input-wrap01 {border-radius: 1rem;border: 1px solid #ddd;overflow: hidden;border-bottom: none;}





/* 게시판 - 공통 */
.gw_file_origin {border: none;background: transparent;}

/*파일선택버튼*/
.file-input-container input[type="file"] {display: none;}
.file-input-container .custom-file-upload {display: inline-block;padding: 0.5rem 0.75rem;background: #000;color: #fff;cursor: pointer;}
.file-input-container .file-name {display:inline-block;font-size: 1rem;color: #333;vertical-align: middle;}


/*반응형-----------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1600px)  {

}

@media screen and (max-width: 1280px)  {
    /*list------------------------------------------------------------------------------------------------------------------ */
    #bo_list .bo_tit .gw-title-wrap{width: 20rem;}
}

@media screen and (max-width: 1024px)  {
    /*list------------------------------------------------------------------------------------------------------------------ */
    #bo_list .select-wrap {position: relative;display: inline-block;cursor: pointer;}
    #bo_list .select-wrap .selected-option {width: 100%;height:3rem;padding:0.75rem 1.5rem;font-size: 1.25rem;background: var(--gw-main-color);box-shadow: 0px 0px 50px rgba(20,84,255,.3);color: #ffff;border-radius: 3rem;}
    #selected-category > span:after{font-family:xeicon;content:"\e941"; position:absolute; top:50%; right:-1.5rem; transform:translateY(-50%); display:block; width:1rem; height:1rem; z-index:0;}
    #bo_list .select-wrap .options {display: none;position: absolute;top:4rem;z-index: 100;width: 100%;border-radius:1rem;overflow: hidden;background: #fff;box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);}
    #bo_list .select-wrap .options.show{display: block;}
    #bo_list .select-wrap .options li {padding:0;margin: 0;width: 100%;border-bottom: 1px solid #eaeaea;}
    #bo_list .select-wrap .options li:last-child{border-bottom: none;}
    #bo_cate a{background: #fff;border-radius: 0;}
    #bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active{transition: none;background: transparent;color: #666;}
    #bo_cate #bo_cate_on{background: #fff;box-shadow: none;color: var(--gw-main-color);}
    #bo_list .gw-mob-flex{display: initial;}

}

@media screen and (max-width: 768px) {
    /*list------------------------------------------------------------------------------------------------------------------ */
    #sch{width:100% !important;}
    #bo_list .item{padding:0 calc(1.5 * var(--gw-gutter-x));}
    #bo_list .item > .gw-flex-btw{width: 100%;}
    #bo_list_item .gw-right{width: 100%;flex-direction: column;align-items: flex-start;margin-left: 1rem;}
    #bo_list .td_chk{margin-right: 0.5rem;}
    #bo_list .icon-wrap{min-width: auto;flex-direction: column;}    
    #bo_list .bo_cate_link:before{bottom:-0.1rem;}
    #bo_list .td_subject{width:100%;margin-bottom:0.5rem;}
    #bo_list .td_name{text-align: left !important;width: auto;margin-right: 1rem;}
    #bo_list .td_datetime{width: auto;}
    #bo_list_item .td_subject{flex-direction: column;gap: 0.5rem;}


    /*write------------------------------------------------------------------------------------------------------------------ */
    #bo_w{width: calc(100% - 3rem);}
    #bo_w .bbs-wrap{flex-direction: column;}
    #bo_w .bbs-wrap .bbs-title{min-width: 100%;}
    #bo_w .gw-btn-wrap .gw-col-2 {width: 100% !important;}

    /*view------------------------------------------------------------------------------------------------------------------ */
    #bo_v{padding-top: calc(1.5 * var(--gw-gutter-x));}
    #bo_v .qr-img-wrap > img{width: 7rem;}
    #bo_v .nav > li > a > p{display: none;}
    #bo_v_title .bo_v_tit{width: 32rem;margin: 0 auto;}
    #bo_v_con .bbs-wrap > .gw-flex{flex-direction: column;}
    #bo_v_con .bbs-wrap .bbs-title{min-width: 100%;}


}

@media screen and (max-width: 501px) {
    .notice_icon{width: 3rem;height:2rem;line-height: 2rem;padding: 0;}

    /*list------------------------------------------------------------------------------------------------------------------ */
    #bo_list .bo_tit .gw-title-wrap{width: 15rem;}

    #bo_v_top ul{width: 100%;}
    .btn_bo_user > li{width: 100%;}
    .btn_bo_user > li .btn_b01{width: 100%;height: auto;}
    .btn_bo_user > li .btn-write {margin: 0.5rem 0;}

    #bo_list .notice .tag01{width: 3rem;height:2rem;line-height: 2rem;padding: 0;}

    /*comment------------------------------------------------------------------------------------------------------------------ */
    .bo_vc_w .gw-comment-wrap{flex-direction: column;}
    .bo_vc_w .btn_confirm{width:100%;height:auto;line-height:initial;padding:1rem;}
    .bo_vc_w textarea{width: 100%;}
    .bo_vc_w .btn_submit{width: 100%;height: auto;padding:1rem;}
    
    /*view------------------------------------------------------------------------------------------------------------------ */
    #bo_v{padding-top: calc(1.5 * var(--gw-gutter-x));}
    #bo_v_title .bo_v_tit{width: 80%;margin: 0 auto;}
    #bo_v .qr-img-wrap{filter: none;}
    #bo_v .bbs-title-wrap .top-nav{transition: none;width: 2rem;height: 2rem;}
    #bo_v_link li{flex-direction: column;}

    .more_opt li{width: 100%;}
}



@media screen and (max-width: 375px) {
    /*list------------------------------------------------------------------------------------------------------------------ */
    #bo_list .bo_tit .gw-title-wrap{width: 10rem;}
}