html,body,.wrap{width:100%;height:100%;}
body,body *{margin:0;padding:0;font-family:'Malgun Gothic';box-sizing:border-box;}
a{text-decoration:none;}
ul,ol,li{list-style:none;}
em{font-style:normal;}
.ico{background:url(/gs/resources/images/bg_am.png) no-repeat 0 19px;cursor:pointer;text-indent:-5000px;}
button{cursor:pointer;border:0;}
.btn{height:30px;overflow:hidden;border-radius:2px;}

/*** header ***/
header{min-height:55px;background:#0c4c8a;position:relative;}
h1:not(.blockUI h1){height:55px;background:#0c4c8a;color:#fff;text-indent:-5000px;}
h1 a{height:55px;margin-left:20px;width:201px;background:url(/gs/resources/images/bg_apm.png) no-repeat 0 0;display:block;}

/*** contents ***/
.contents{height:calc(100% - 55px);overflow:auto;}
section{padding:25px 20px;}
h2{color:#333;font-size:24px;}

/*** aside ***/
aside{width:221px;height:calc(100% - 55px);background:url(/gs/resources/images/bg_aside.gif) repeat-y right top;float:left;display:inline;position:relative;}
nav{padding:0 20px;}
nav li{margin-top:25px;background:url(/gs/resources/images/bg_dot.gif) no-repeat left 10px;padding-left:10px;}
nav li span{width:18px;height:18px;display:inline-block;margin-right:10px;}
nav li button{float:right;display:inline;width:10px;height:18px;}
.btn_arrow_close{background-position:-244px -45px;} /* depth2 접기 */
.btn_arrow_open{background-position:-224px -45px;} /* depth2 펼치기 */
nav li a{font-size:14px;color:#333;}
nav li a *{vertical-align:middle;}
nav li a:hover, nav .on a{color:#0c4c8a;}

nav .depth2{display:none;}
nav .depth2.on{display:block;}
nav .depth2 li{margin-top:15px;padding-left:39px;background:url(/gs/resources/images/bg_dash.gif) no-repeat 30px center;}
nav .depth2 li a{font-size:13px;color:#797979;}
nav .depth2 li a:hover{color:#0c4c8a;}

/*** table ***/
table{width:100%;border-collapse:collapse;font-size:13px;border-top:1px solid #a6a6a6;table-layout:fixed;}

/*** t_list ***/
.btns{text-align:right;margin-top:14px;margin-bottom:10px;}
.btn_write{width:60px;color:#444;background:#fff;border:1px solid #b6b6b6;}
.t_list{text-align:center;}
.t_list th{height:38px;border-bottom:1px solid #dadada;color:#333333;}
.t_list td{height:38px;border-bottom:1px solid #eee;color:#696969;}
.t_list td a{color:#696969;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;display:inline-block;}
.t_list td a:hover{color:#0c4c8a;text-decoration:underline;}
.t_list .t_size{text-align:right; padding-right:10px;}
.t_list .t_att{background:url(/gs/resources/images/ico_file.png) no-repeat; text-indent:-5000px; width:20px; height:20px; display:inline-block;}
.t_list .t_sbj{text-align:left; padding-left:30px;}

/*** t_write ***/
.btn_save,.btn_cancel{width:50px;}
.btn_save{background:#0c4c8a;color:#fff;border:1px solid #0c4c8a;}
.btn_cancel{color:#444;background:#fff;border:1px solid #b6b6b6;}
.t_write td{padding:9px 5px 9px 0;}
.t_write td *{vertical-align:middle;}
.t_write th,.t_write td{border-bottom:1px solid #eeeeee;}
.txt{width:100%;border:1px solid #dddddd;height:37px;}
.txt_comment{height:182px;}
label{margin-right:20px;margin-left:4px;}
.txt_size{width:200px;}

/*** paging ***/
.paging{width:100%;text-align:center;margin-top:20px;position:relative;}
.paging li {display:inline-block; padding:3px 3px;}
.paging li a{display:inline-block;}
.paging li a{min-width:33px;height:33px;border:1px solid #ddd;font-size:13px;color:#999;overflow:hidden;line-height:33px;vertical-align:middle;}
.paging .active a{background:#fff;color:#0c4c8a;border:1px solid #0c4c8a;}
.paging .p_current a{background:#fff;color:#0c4c8a;border:1px solid #0c4c8a;}
.paging .prev{text-indent:-5000px;background:url(/gs/resources/images/bg_btns.png) no-repeat; background-position:-31px 0px;}
.paging .next{text-indent:-5000px;background:url(/gs/resources/images/bg_btns.png) no-repeat; background-position:-62px 0px;}
.paging .p_first a,.paging .p_prev a,.paging .p_next a,.paging .p_last a{text-indent:-5000px;background:url(/gs/resources/images/bg_btns.png) no-repeat;}
.paging .p_first a{background-position:0 0px;}
.paging .p_prev a{background-position:-31px 0px;}
.paging .p_next a{background-position:-62px 0px;}
.paging .p_last a{background-position:-93px 0px;}
.paging p{position:absolute;left:0;top:9px;font-size:12px;color:#777;}
.paging p *{font-size:12px;color:#404040;}
.paging .p_num *{font-size:11px;}
.paging .p_num{font-size:11px;vertical-align:middle;margin-left:5px;color:#777777;position:absolute;right:0;top:9px;}
.paging .p_num span{color:#000;}
