@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;}
#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 {width:50%;background: #fff;border-radius: 3rem;box-shadow: 70px 70px 130px rgb(39 49 108 / 20%);margin: calc(.5 * var(--gw-gutter-x)) calc(-.5 * var(--gw-gutter-x));place-content:center;transition: all .5s;border:2px solid #fff;padding: calc(1.5 * var(--gw-gutter-x));}
#bo_list .notice {text-align: center;color:#666;}
#bo_list .notice .tag01 {width: 3.5rem;margin-right:0;}
#bo_list .bo_cate_link > a{color:#333;position: relative;}
#bo_list .bo_cate_link > a:hover{text-decoration: none;}
#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 .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 .tbl_head01{margin: 0;}

#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;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_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 {display:inline-block;vertical-align: super;}
#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%;margin-left: 0.5rem;vertical-align:middle;font-family:'Montserrat_B', sans-serif;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_list .item .main-btn{position:relative;border: 3px solid #ddd;border-radius:100%;width: 3.75rem;height: 3.75rem;color:#ddd;}
#bo_list .item:hover .main-btn{border: 3px solid #1454FF;color:#1454FF;}
#bo_list .gw-img {padding:0;}
#bo_list .gw-img > img {width: 100%;height: 100%;object-fit: cover;}
#bo_list .gw-position-1{right:0;}
#bo_list .gw-position-2{top:-50%;left:0;}


.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;position: relative;}
#bo_v:before {content: "";width: 100%;height: calc(100% - 200vh);background: #fff;position: absolute;bottom: 100vh;left: 0;z-index: -100;}
#bo_v .project-view {width: 100%;}
#bo_v .project-view > img {width: 100%;object-fit: cover;}
#bo_v .tag01 {box-shadow: 10px 10px 50px rgba(77,82,168,.3);}

/* qr */
#bo_v .qr-img-wrap > img {width: 9rem;border: 1px solid #e6e6e6;border-radius: 1rem}
#bo_v .qr-img-wrap {min-height: auto;}

/* con08 */
#bo_v .con08 {height: 26rem;}
#bo_v .con08 > a{width: 100%;height: 100%;overflow: hidden;}
#bo_v .con08 .next-link{z-index: -100;}
#bo_v .con08 .next-link > img{transition: all .5s;}
#bo_v .con08 .next-link:before {content: "";display: block;position: absolute;top: 0;left: 0;background: rgba(0,0,0,0.8);z-index: 100;width: 100%;height: 100%;}
#bo_v .con08 > a:hover img{transform: scale(1.2);}
#bo_v .con08 .next-tag01{padding: 0.5rem 0.75rem;border-radius:0.5rem;background:rgba(255,255,255,0.8);color: var(--gw-000);}

#bo_v 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); transition: all .3s;}


#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_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 .wr_content {width: 100%;}
#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;}
#bo_w .contents_add_wrap {padding: calc(1.5 * var(--gw-gutter-x));}
#bo_w .bbs-sub-wrap {width: 100%;padding: calc(1.5 * var(--gw-gutter-x));background: #fff;border: 1px solid #ddd;color: #080a14;border: 3px solid #f6f6f6;border-radius: 3rem;margin-bottom: calc(1.5 * var(--gw-gutter-x));}
#bo_w .bbs-sub-wrap:last-child {margin-bottom: 0;}
#bo_w .write_div02{padding-bottom: 1.5rem;border-bottom:1px solid #ddd;}





/* 게시판 - 공통 */
.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 .gw-img{height: 15rem;}
    #bo_list .bo_tit .gw-title-wrap{width: 20rem;}

    /*view------------------------------------------------------------------------------------------------------------------ */
    #bo_v .text-wrap {flex-direction: column;gap: 1.5rem;align-items: center;text-align: center;}

}

@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:0rem; right:-1.5rem; 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;}

    /*view------------------------------------------------------------------------------------------------------------------ */
    #bo_v .con08 {height: 18rem;}
    #bo_v .con08 .next-link > img{transition: none;}
    #bo_v .con08 > a:hover img{transform: scale(1);}

}

@media screen and (max-width: 768px) {
      /*list------------------------------------------------------------------------------------------------------------------ */
      #sch{width:100% !important;}
      #bo_list .item{width:100%;display: block;margin:0;margin-bottom: 1.5rem;transition: none;}
      #bo_list .item:last-child{margin-bottom: 0;}
      #bo_list .item:hover{border-color: transparent;}
      #bo_list .item:hover .main-btn{border: 3px solid #ddd;color:#ddd;}
      #bo_list .item > .gw-flex-btw{width: 100%;}
      #bo_list .td_chk{margin-right: 0.5rem;}
      #bo_list .td_datetime{width: auto;}
      #bo_list_item .td_subject{flex-direction: column;gap: 0.5rem;}
      

    /*write------------------------------------------------------------------------------------------------------------------ */
    #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 .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_top {padding: 0 calc(1.5 * var(--gw-gutter-x));}
    

}

@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: 10rem;}
    
    .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;}


    /*write------------------------------------------------------------------------------------------------------------------ */
    .more_opt li{width: 100%;}
    #bo_w .bo_w_tit #btn_autosave{display: none;}


    /*view------------------------------------------------------------------------------------------------------------------ */
    #bo_v{padding-top: calc(2 * var(--gw-gutter-x));}
    #bo_v:before{bottom:110vh;}
    #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 .text-con > br{display: none;}
    #bo_v .text-wrap .gw-col-4 {width: 100% !important;}
}


@media screen and (max-width: 320px) {

}