@charset "utf-8";
/* CSS Document */

/* 기본 */
* {margin:0; padding:0;}
img {vertical-align:top; border:none;}
ul, ol, dl, li, dt, dd {list-style:none;}
input {border:solid 1px #d2d6db; font-size:1.2em; padding:4px;}
input[type="radio"],
input[type="checkbox"] {border:none;}
textarea {overflow:auto; padding:5px; border:solid 1px #c5c5c5; font-size:1.2em;} 

/* 팝업 */
.popup_mngPop01 {width: 100%;}

/* 검색 */
.popup_mngPop01 .search {width: 100%; height:30px; margin-bottom: 30px; text-align:right;}
.popup_mngPop01 .search input {border:1px solid #c8c8c8; margin-right:5px; font-size: 13px; color:#5e5e5e;}
.popup_mngPop01 .search select {border:1px solid #c8c8c8; margin-right:5px; padding: 3px 4px; font-size: 13px; color:#5e5e5e;}


/* 리스트 */
.popup_mngPop01 .list {margin-bottom: 30px;}
.popup_mngPop01 .list table {width: 100%; border-top:1px solid #565656;} 
.popup_mngPop01 .list table tr th {background:#f7f5f1; color:#242424; font-size: 13px; text-align:center; border-bottom:1px solid #dedede;border-right:1px solid #dedede; padding: 15px 0;line-height:140%;} 
.popup_mngPop01 .list table tr th.last {border-right:none;}
.popup_mngPop01 .list table tr td {color:#5e5e5e; font-size: 12px; text-align:center;border-bottom:1px solid #dedede;border-right:1px solid #dedede; padding: 5px 5px 5px 10px;line-height:140%;} 
.popup_mngPop01 .list table tr td.al {text-align:left;}
.popup_mngPop01 .list table tr td.last {border-right:none;}
.popup_mngPop01 .list table tr td a {color:#5e5e5e; font-size: 12px; text-decoration:none;}
.popup_mngPop01 .list table tr td a:hover {color:#5e5e5e; font-size: 12px; text-decoration:underline;}


/* 페이징 */
.popup_mngPop01 ._pagenum_ {width:100%; height: 30px; text-align: center; vertical-align: middle; font-size:13px; margin-bottom: 30px;}
.popup_mngPop01 ._pagenum_ a:link.p_num {width:30px; height: 30px; line-height: 30px;border: 1px solid #dbdbdb; color: #666666;vertical-align: middle;display: inline-block;}
.popup_mngPop01 ._pagenum_ a:hover.p_num {width:30px; height: 30px; line-height: 30px; border: 1px solid #6c5b56; color: #ffffff;background-color: #8e766f; vertical-align: middle; display: inline-block; text-decoration:none;}

/* 쓰기 */
.popup_mngPop01 .write {margin-bottom: 30px;}
.popup_mngPop01 .write table {width: 100%; border-top:1px solid #565656;} 
.popup_mngPop01 .write table tr td {color:#5e5e5e; font-size: 12px; border-bottom:1px solid #dedede;border-right:1px solid #dedede; padding: 5px 5px 5px 10px;line-height:140%;} 
.popup_mngPop01 .write table tr td.tit {background:#f7f5f1; color:#242424; font-size: 13px; text-align:center; font-weight:bold;}
.popup_mngPop01 .write table tr td.ac {text-align:center;}
.popup_mngPop01 .write table tr td.last {border-right:none;}
.popup_mngPop01 .write table tr td a {color:#5e5e5e; font-size: 12px; text-decoration:none;}
.popup_mngPop01 .write table tr td a:hover {color:#5e5e5e; font-size: 12px; text-decoration:underline;}
.popup_mngPop01 .write input {border:1px solid #c8c8c8; margin-right:5px; font-size: 13px; color:#5e5e5e;}
.popup_mngPop01 .write select {border:1px solid #c8c8c8; margin-right:5px; padding: 3px 4px; font-size: 13px; color:#5e5e5e;}

/* 버튼 */
.popup_mngPop01 .btn {text-align:center;}