/*공통*/
#container{padding-bottom:170px;background: #F8F8F8;}
.gw-bbs-con{margin:0 auto;width: 1200px;}

.more_opt {display: none;position:absolute;top: 45px;right:0;background: #fff;border: 1px solid #ddd;z-index: 100;box-shadow: 70px 70px 130px rgb(39 49 108 / 20%);}
.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 {border-bottom:1px solid #f1f1f1;padding:10px;float:inherit;width:154px;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:#666;text-align: left;}
.more_opt li:hover a,
.more_opt li:hover button {color:#000}
.more_opt li i {float:right;line-height:20px}

/* 페이징 */
.pg_wrap {display: flex;align-items: center;place-content: center;font-family:'Poppins_SB', sans-serif;}  
.pg {text-align:center;display: flex;}
.pg_page,.pg_current { min-width: 15px;height: 30px;padding: 0 3px;margin: 0 6px;text-align: center;}
.pg_page{color:#999 !important;}
.pg_current{border-bottom:2px solid #000;}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_start {text-indent:-999px;overflow:hidden;padding:0;background: url('img/gw-bbs-start.png') no-repeat 50% 50%;background-size: cover;}
.pg_prev {text-indent:-999px;overflow:hidden;padding:0;display:none;}
.pg_end {text-indent:-999px;overflow:hidden;padding:0;background: url("img/gw-bbs-end.png") no-repeat 50% 50%;background-size: cover;}
.pg_next {text-indent:-999px;overflow:hidden;padding:0;display:none;}

/*list*/
#gw-bo-list .search-container {padding:80px 0;position: relative;width: 700px;margin: 0 auto;display: flex;gap: 15px;}
#gw-bo-list .search-container button {position: absolute;right: 17px;top:50%;transform:translateY(-50%);}
#gw-bo-list .sch_input {padding:12px 17px;height:55px;border: 2px solid #ddd;border-radius: 5px;background: #fff;}
#gw-bo-list .sch_input::placeholder{text-align: left;font-family:"NotoKr_M", sans-serif; color:#666;}
#gw-bo-list .sch_input:focus{text-align: left;border-color: #000;}
input[type="text"]:not(:focus) {text-align: left;}
#bo_cate_on{background: #fff;box-shadow: 0 15px 10px rgba(34, 34, 34, .02);color: var(--main-color);}
#bo_cate ul {zoom:1;}
.gw-table01 .chk_box {width: 60px;}
#gw-bo-list .td_num2 {width: 130px;}
#gw-bo-list .td_name {width: 140px;}
#gw-bo-list .td_num {width: 110px;}
#gw-bo-list .td_datetime {width: 110px;}
#gw-bo-list .profile_img {display: none;}
#gw-bo-list .gw-table01 .td_subject > a {display: inline-block;vertical-align: middle;}
#gw-bo-list .bo_cate_link {margin-right:5px;color:var(--main-color);transition: all .3s;}
#gw-bo-list .bo_tit {font-size: var(--main-title04);overflow: hidden;text-overflow: ellipsis;white-space: nowrap;word-wrap: normal;width: 350px;}
#gw-bo-list .btn_bo_user > li {position: relative;}
#gw-bo-list .btn_bo_user{place-content: center;align-items:flex-start;}
#gw-bo-list .icon-wrap {position: absolute;right: 0;top: 50%;transform: translateY(-50%);font-size: 20px;color: #000;display:flex;gap:5px;}
#gw-bo-list .new_icon {font-size:14px;font-family: 'Poppins_SB', sans-serif;color: #fff;width: 20px;height: 20px;display: block;text-align: center;line-height: 20px;background:  var(--main-color);}
#gw-bo-list .icon-wrap .fa-download:before {content: "\eb7c";font-family: xeicon;}
#gw-bo-list .icon-wrap .fa-link:before {content: "\e9c0";font-family: xeicon;}
#gw-bo-list .fa-lock:before {content: "\e964";font-family: xeicon;}
#gw-bo-list .cnt_cmt {color: var(--main-color);}
#gw-bo-list .gw-table01 tbody tr{position:relative;transition: all .5s;}
#gw-bo-list .gw-table01 tbody tr.on{background: #fff;}
#gw-bo-list .gw-table01 td{transition: all .3s;color: #000;}
#gw-bo-list .gw-table01 .td_subject {transition: all .3s;}
#gw-bo-list .gw-table01 .td_subject:hover{cursor:pointer;}
#gw-bo-list .gw-table01 .td_subject:hover .bo_cate_link {background: var(--main-color);color: #fff !important;}
#gw-bo-list .gw-empty-list{border-top: 2px solid #000;}
#gw-bo-list .gw-empty-list {padding: 40px 0;border-bottom: 1px solid #ddd;border-top:2px solid #ddd;}
#gw-bo-list .gw-empty-list > h3 {font-size: var(--main-title03);}

/*view*/
#gw-bo-v{padding-top: 120px;}
#gw-bo-v .profile_img {display: none;}
#bo_v_info .profile_info{text-align: center;padding-bottom: 40px;margin-bottom: 40px;border-bottom: 1px solid #ddd;}
#bo_v_atc {min-height: 250px;border: 2px solid #ddd;border-radius: 5px;background: #fff;padding: 20px;}
#gw-bo-v .bo_v_nb{padding-top:60px;margin-bottom:60px;align-items:center;border-top: 1px solid #ddd;text-align: center;}
#gw-bo-v .bo_v_nb > li > a {display: block;width: 100%;transition: all .3s;text-transform: uppercase;font-size: var(--main-title04);}
#gw-bo-v .bo_v_nb > li > .list-btn {display:inline-block;width: 60px;height: 60px;background: #000;color: #fff;position: relative;box-shadow: 0 20px 30px rgba(0, 0, 0, .05);transition: all .3s;}
#gw-bo-v .bo_v_nb > li > .list-btn:hover {background: var(--main-color);}
#gw-bo-v .bo_v_nb > li > a.disabled-link {color: #ccc;}
#gw-bo-v .btn_bo_user {place-content: center;align-items:flex-start;}
#bo_v_link .gw-box01 {margin-bottom: 30px;}
#bo_v_link .gw-box01:last-child {margin-bottom: 60px;}
#bo_v_link .gw-box01 .gw-flex {align-items: center;gap: 10px;}
.gw-empty-list {padding: 40px 0;border-bottom: 1px solid #ddd;border-top:2px solid #ddd;}
.gw-empty-list > h3 {font-size: var(--main-title03);}
#wr_content{background: #fff;}
#bo_vc .cmt_contents {background: #fff;}
#bo_vc .gw-box02 {border: 2px solid #ddd;margin-bottom: 20px;}
#bo_v_sns{place-content: center;}
#bo_v_sns > li {width: 40px;height: 40px;line-height:40px;border: 1px solid #ddd;}
#bo_v_sns > li > a {display: block;width: 100%;height: 100%;color: #666;}
#bo_v_sns > li > a.disabled {color: #ccc;}
#bo_v_act {place-content: center;}
#bo_vc_w .bo_vc_w_wr input{background: #fff;}
#gw-bo-v .bo_v_nb > li > a{position: relative;}
#gw-bo-v .bo_v_nb > li:not(:nth-of-type(2)) >a:before {content: "";display: block;width: 100%;height: 3px;background: var(--main-color);position: absolute;top: -80px;opacity: 0;transition: all .3s;}
#gw-bo-v .bo_v_nb > li:not(:nth-of-type(2)) >a:hover:before{opacity: 1;}
#gw-bo-v .bo_v_nb > li > .prev > i {transition: all .3s;}
#gw-bo-v .bo_v_nb > li > .prev:hover{color: var(--main-color);}
#gw-bo-v .bo_v_nb > li > .prev:hover > i {transform: translateX(-10px);}
#gw-bo-v .bo_v_nb > li > .next > i {transition: all .3s;}
#gw-bo-v .bo_v_nb > li > .next:hover{color: var(--main-color);}
#gw-bo-v .bo_v_nb > li > .next:hover > i {transform: translateX(10px);}
#gw-bo-v .bo_v_nb > li:not(:nth-of-type(2)) >a.disabled-link:before {opacity: 0;}
#gw-bo-v .bo_v_nb > li > .disabled-link:hover > i {transform: translateX(0);}




/* 게시판 쓰기 */
#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_wrapper .gw-btn03 {position: absolute;right: 17px;top: 50%;transform: translateY(-50%);}
#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 #ddd;background:#fff;box-shadow:70px 70px 130px rgb(39 49 108 / 20%);}
#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 #ddd;list-style:none;overflow-y:scroll;height:130px;border-bottom:1px solid #ddd}
#autosave_pop li {padding:10px;border-bottom:1px solid #fff;background:#f3f3f3;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;color:#999;font-family: 'Poppins_R', sans-serif;}
.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}


/*글쓰기*/
#gw-bo-w{padding-top: 120px;}
#gw-bo-w .gw-sub-top-banner .bg{background: url(../../../../../img/gw-apply-banner.jpg) no-repeat center;background-size: cover;background-attachment: fixed;}
#gw-bo-w .gw-bbs-con{align-items: flex-start;}
#gw-bo-w .gw-bbs-title{width: 26.316%;font-size: var(--main-title03);line-height:1.5;font-family: "NotoKr_B", sans-serif;}
#gw-bo-w .gw-bbs-inner{width: 73.685%;}
#gw-bo-w .gw-bbs-inner-title{font-size: var(--main-title04);font-family: "NotoKr_M", sans-serif;line-height:1.5;font-weight: 500;margin-bottom: 50px;}
#gw-bo-w .process-list li {padding:30px 0;display:flex; align-items:center; gap:50px;border-top:1px solid rgba(0,0,0,0.1);}
#gw-bo-w .process-list li:first-of-type {border-top:2px solid #000;}
#gw-bo-w .process-list li:last-of-type {border-bottom:1px solid rgba(0,0,0,0.1);}
#gw-bo-w .process-list .step {padding:5px;position: relative; display:flex; justify-content:center; align-items:center; border-radius:50px; background: #e40717; color: #fff; width: 80px;font-family: 'Poppins_SB', sans-serif;}
#gw-bo-w .process-list li:last-of-type .step:after {display:none;}
#gw-bo-w .process-list .tit-box {display:flex; align-items:center; gap:1rem;width: 300px;}
#gw-bo-w .process-list .icon-box {width: 3rem;height: 3rem;}
#gw-bo-w .process-list .icon-box img{width: 100%;object-fit: cover;}
#gw-bo-w .process-tit {font-size:var(--main-title04); color: #333; font-family: "NotoKr_B", sans-serif;}
#gw-bo-w .process-list .txt-box{width:calc(100% - 500px);}
#gw-bo-w .process-list .txt-box span {position: relative; color: #666; line-height:1.6;}
#gw-bo-w .process-list .txt-box span:after {position:absolute; content:""; display: block; right: -2px; top: 50%; transform:translateY(-50%); width: 2px; height: 1.2rem; background: #eee; }
#gw-bo-w .process-list .txt-box span:last-child:after{display: none;}
#gw-bo-w .process-list li.active {background-color:#f8f8f8;}
#gw-bo-w > form > div:not(:last-child) {border-bottom: 1px solid #ddd;}
#gw-bo-w > form input {margin-top:10px;background: #fff;}
#gw-bo-w dl {display: table;width:100%;margin-bottom: 10px;background-color:#fff;border-radius:8px;}
#gw-bo-w dt {display: table-cell;position:relative;width:130px;vertical-align: top;height:70px;padding-left: 3.44%;line-height: 70px;letter-spacing: -0.05em;color:#111;font-weight: 500;}
#gw-bo-w dd {display: table-cell;vertical-align: middle;padding:0 3.33%;}
#gw-bo-w dd > input {border: none;height: 70px;border:0;color:#9b9b9b;font-weight: 500;background-color:#fff;width:100%;}
#gw-bo-w dt:after {content: "";position:absolute;height:15px;width:1px;background-color:rgba(158,158,158,0.3);right:0;top:29px;}
#gw-bo-w dt.required {background-position-y: 10px !important;background-position-x: 20px !important;}
#gw-bo-w .file-name {background: #fff;width: calc(80% - 3px);}
#gw-bo-w .file-name .num {border-bottom: 1px solid #000;margin-left: 10px;}
#gw-bo-w .file_del {position: absolute;right: 17px;top: 50%;transform: translateY(-50%);}
#gw-bo-w .gw-box02{height:240px;border:2px solid #ddd;overflow-y:scroll;font-size:16px;line-height:1.75;}
#gw-bo-w .gw-box02::-webkit-scrollbar {width: 8px;}
#gw-bo-w .gw-box02::-webkit-scrollbar-track {background: #ddd;}
#gw-bo-w .gw-box02::-webkit-scrollbar-thumb {background: #888; border-radius: 4px;}
.btn_cke_sc{font-size:14px;}
.cke_sc_def{font-size:14px;}



@media screen and (max-width:1280px){
    #container{padding-bottom:120px;}
    .gw-bbs-con{width: 100%;padding: 0 40px;}

    /*write*/
    #gw-bo-w{width: 100%;}
    #gw-bo-w .gw-bbs-con{flex-direction: column;gap: 1rem;}
    #gw-bo-w .gw-bbs-title{width: 100%;}
    #gw-bo-w .gw-bbs-inner{width: 100%;}
}

@media screen and (max-width:1200px){
    #gw-bo-list .bo_cate_link{margin-bottom:10px;}
}

@media screen and (max-width:1024px){
    .gw-bbs-con{width: 100%;padding: 0 20px;}

    /*list*/
    #gw-bo-list .search-container{padding: 60px 0;width:100%;}
    #gw-bo-list .bo_cate_link{margin-bottom:0px;}
    #gw-bo-list .icon-wrap{right:20px;}

    /*view*/
    #gw-bo-v .btn_bo_user > li{flex: 1;}

    /*write*/
    #gw-bo-w .gw-sub-top-banner .bg{background-attachment:initial !important;}
    #gw-bo-w .process-list li{flex-direction: column;align-items: flex-start;gap: 1rem;}
    #gw-bo-w .process-list .tit-box{width: 100% !important;}
    #gw-bo-w .process-list .txt-box{width: 100% !important;}
}

@media screen and (max-width:768px){
    #container{padding-bottom:60px;}

    /*list*/
    #gw-bo-list{padding-top: 120px;}
    #gw-bo-list .gw-table01 .td_chk {text-align: left;}
    #gw-bo-list .gw-table01 .td_subject{display: flex;align-items:center;}
    #gw-bo-list .bo_cate_link{margin-right:10px;position: relative;left: auto;top: auto;transform: translateY(0);}
    #gw-bo-list .bo_tit{padding-left: 0;}
    #gw-bo-list .icon-wrap{right: 20px;}
    #gw-bo-list .btn_bo_user > li{flex: 1;}
}

@media screen and (max-width:576px){
    /*공통*/
    .pg_page, .pg_current{height: 25px;}
    
    /*말풍선*/
    .sv_on{left:auto;right: 0;}
    .sv_wrap .sv:before{left:auto;right: 15px;}
    .sv_wrap .sv:after{left:auto;right: 15px;}

    /*list*/
    #gw-bo-list .search-container{padding: 40px 0;width: 100%;flex-wrap: wrap;}
    #gw-bo-list .icon-wrap{right: 10px;}
    #gw-bo-list .bo_tit{width: 200px;}
    #gw-bo-list .btn_bo_user{width: 100%;flex-direction:column;}
    #gw-bo-list .btn_bo_user > li{flex: 1;font-size: 12px;}
    #gw-bo-list .gw-table01 .td_subject{flex-direction:column;align-items:flex-start;}
    #gw-bo-list .bo_cate_link{margin-right: 0;margin-bottom: 5px;}
    #gw-bo-list .icon-wrap{right:10px;}

    /*write*/
    #gw-bo-w > form > div {flex-direction: column;}
    #gw-bo-w > form > div .gw-w-15 {width: 100% !important;margin-bottom: 10px;}
    #gw-bo-w > form > div .gw-w-85 {width: 100% !important;flex-wrap: wrap;}
    #gw-bo-w > form > div > .gw-w-50:first-child {border-bottom: 1px solid #ddd;padding-bottom: 10px;}
    #gw-bo-w .gw-box02{height: 40vw;}
    #gw-bo-w .file-name{width: calc(75% - 3px);}
    .gw-file-input-button{width: 25% !important;}
    .btn_cke_sc{font-size:12px;}
    .cke_sc_def{font-size:12px;}
    .cke_sc_def dd{text-align:center;}
    #gw-bo-w dl {padding:1rem;flex-direction:column;gap:1rem;width:100%;height:auto;display:flex;align-items: flex-start;}
    #gw-bo-w dl dt {padding-left: 0;height: auto;line-height: initial;width: 100%;}
    #gw-bo-w dt:after{display: none;}
    #gw-bo-w dt.required {background-position-y: -3px !important;background-position-x: right !important;}
    #gw-bo-w dl dd {padding-left: 0;padding-top: 1rem;border-top: 1px dashed rgba(0, 0, 0, 0.1);width: 100%;}
    #gw-bo-w dd > input{padding:0;height: auto;}
    #gw-bo-w .bo_v_option {flex-direction: column;align-items: flex-start;}


    /*view*/
    #gw-bo-v .sv_wrap .sv {right: auto;left: 0;}
    #gw-bo-v .sv_wrap .sv:before {left: 15px;right: auto;}
    #gw-bo-v .sv_wrap .sv:after {left: 15px;right: auto;}
    #bo_vc .cm_wrap > .gw-flex-btw {flex-direction: column;gap: 10px;text-align:center;}
    #bo_vc .cmt_contents{margin-bottom: 0 !important;}
    #gw-bo-v .bo_v_nb{margin-bottom: 30px;}
    #gw-bo-v .gw-btn0102 {width: 100% !important;}
    #gw-bo-v .btn_bo_user{width: 100%;flex-direction:column;}
    #gw-bo-v .btn_bo_user > li{flex: 1;font-size: 12px;}
    #bo_v_info .profile_info{padding-bottom: 20px;margin-bottom: 20px;font-size: 12px;}
    #gw-bo-v .bo_v_nb {padding-top: 30px;}
    #gw-bo-v .bo_v_nb > li:not(:nth-of-type(2)) >a:before{top: -50px;}
    .more_opt li{width:122px;}
}

@media screen and (max-width:375px){
	 /*list*/
	.pg_page, .pg_current{margin:0 3px;}

    /*view*/
    #gw-bo-v .bo_v_nb > li > .list-btn{width:50px;height:50px;}
}
