@charset "utf-8";



/* ─────────────────────────────────────────────────
										user.skin.php
───────────────────────────────────────────────── */
.bo_list_user{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;}
.bo_list_user .inner{background:rgba(255,255,255,0.95);margin-top:-110px;}
.bo_list_user .inner .mySearch{}
.bo_list_user .inner .mySearch .help-label{text-align:center;font-size:20px;font-family:var(--pretendard);font-weight:600;margin-bottom:10px;}
.bo_list_user .inner .mySearch .inpSet{display:flex;align-items:center;--form-radius:0;--btn-radius:0;--form-height:60px;--btn-height:60px;}
.bo_list_user .inner .mySearch .inpSet #wr_hp{border:5px solid var(--mainColor);font-size:17px;font-family:var(--pretendard);font-weight:600;}
.bo_list_user .inner .bo_btnSet .btn_write{width:100%;height:50px;}



/* ─────────────────────────────────────────────────
										list.skin.php
───────────────────────────────────────────────── */
.state_tag{}
.state_tag.complete{background:var(--blue) !important;}















/* ─────────────────────────────────────────────────
										view.skin.php
───────────────────────────────────────────────── */
.tbl_view{}
.tbl_view table{width:100%;border-collapse:collapse;border-spacing:0}
.tbl_view table th, .tbl_view table td{}
.tbl_view table th{background:#6f809a;color:#fff;border:1px solid #60718b;font-weight:normal;text-align:center;padding:8px 5px;width:190px}
.tbl_view table td{border:1px solid #d6dce7;padding:10px 15px;text-align:left;line-height:1.6em}
.tbl_view table td .tag{background:rgba(0,0,0,0.04);padding:3px 7px;border-radius:3px;display:inline-flex;align-items:center;justify-content:center;}
.tbl_view table td .tag + .tag{margin-left:5px;}
.tbl_view table td .file_ul{}
.tbl_view table td .file_ul li{position:relative;font-size:13px;color:#000;white-space:nowrap;display:flex;align-items:center;gap:6px;}
.tbl_view table td .file_ul li:before{content:'';width:15px;height:15px;background:url('../../../css/img/icon_cloud.svg') no-repeat center / 100% auto;display:inline-flex;margin-top:2px;}
.tbl_view table td .file_ul li a{color:inherit;font-weight:var(--bold);font-weight:400;font-size:14px;line-height:2em;color:#656565;word-wrap:normal;width:auto !important}
.tbl_view table td .file_ul li a:hover{text-decoration:underline !important;color:#000}
.tbl_view table td .file_ul li .fileSize{font-family:var(--font-num);font-size:11px;opacity:0.7;margin-left:5px;}
.tbl_view table td .bo_v_img img{max-width:100%;max-height:500px;}

#_view_comment{position:relative;}
#_view_comment .listCo{position:relative;}
#_view_comment .listCo .co_btnSet{position:absolute;right:0px;top:0;z-index:99999;}
#_view_comment .listCo .co_btnSet ul{display:inline-flex;align-items:center;gap:10px}
#_view_comment .listCo .co_btnSet li a{font-size:0;}
#_view_comment .listCo .co_btnSet li a:before{color:rgba(71,78,103,0.5);}
#_view_comment .listCo .co_btnSet li a:hover:before{color:rgba(71,78,103,0.9);}
#_view_comment .listCo .co_btnSet li a.co_edit:before{content:'\e995';font-family:'myfont';font-size:16px;}
#_view_comment .listCo .co_btnSet li a.co_del:before{content:'\e965';font-family:'myfont';font-size:16px;}
#_view_comment #bo_vc_empty{margin:0;padding:25px;text-align:center;color:#585858}


#bo_vc_w.cmt_amt{display:none;border:1px solid red}
._adm_comment_form{position:relative;display:flex;align-items:center;flex-direction:column;gap:8px;font-size:12px;--form-height:32px;}
._adm_comment_form textarea{width:100%;font-size:13px;background:#fff;padding:10px 13px;width:100%;height:auto;min-height:180px;max-height:350px;line-height:1.4em;}
._adm_comment_form ._form_btnSet{width:100%;display:flex;align-items:center;justify-content:flex-end;gap:5px;}
._adm_comment_form .btnComment{font-size:12px;width:70px;height:34px;border:0;background:rgba(53,57,69,0.5);background:var(--mainColor);color:#fff;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;}
._adm_comment_form .btnClose{font-size:12px;width:60px;height:34px;border:0;background:rgba(53,57,69,0.3);color:#fff;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;}

.area_form ._adm_comment_form{margin-top:15px;}











/* ─────────────────────────────────────────────────
										write.skin.php
───────────────────────────────────────────────── */
#form_agree{}
#form_agree #boSetting.btnSetting{position:absolute;top:-10px;left:-10px;}