@charset "utf-8";
@import "ionicons.min.css";

/* font */
 @font-face {
	font-family: 'NanumGothic';
	src: url('/font/NanumGothic.eot');
	src: url('/font/NanumGothic.eot?#iefix') format('embedded-opentype'),
	url('/font/NanumGothic.woff') format('woff'),
	url('/font/NanumGothic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'nanumsquareb';
	src: url('/font/nanumsquareb.eot');
	src: url('/font/nanumsquareb.eot?#iefix') format('embedded-opentype'),
	url('/font/nanumsquareb.woff2') format('woff2'),
	url('/font/nanumsquareb.woff') format('woff'),
	url('/font/nanumsquareb.ttf') format('truetype'),
	url('/font/nanumsquareb.svg#notokr-regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
 @font-face {
	font-family: 'notokr-regular';
	src: url('/font/notokr-regular.eot');
	src: url('/font/notokr-regular.eot?#iefix') format('embedded-opentype'),
	url('/font/notokr-regular.woff2') format('woff2'),
	url('/font/notokr-regular.woff') format('woff'),
	url('/font/notokr-regular.ttf') format('truetype'),
	url('/font/notokr-regular.svg#notokr-regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* reset */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 	-webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
	-webkit-overflow-scrolling: touch;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, mmenu, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font-size: 100%;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	box-sizing: border-box;  
	-ms-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
}
body {
	font:16px/1.8  'NanumGothic','nanumsquareb', 'notokr-regular', dotum, sans-seri,Gulim;
 }	color:#555;
	line-height: 1;
 	background-color: #fff;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
canvas {
	-ms-touch-action: double-tap-zoom;
}
[hidden] {
	display: none;
}
a {
	text-decoration: none;
	color: #555;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-ms-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
}
a:hover {
	text-decoration: none;
}
em, address {
  font-style:normal;
}
strong {
	font-weight: bold;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
sup, sub {
	font-size: 75%;
	line-height: 0;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
pre {
	display: block;
	overflow: auto;
}
code {
	font-family: 'Courier New', Courier, monospace;
}
ul, ol {
	list-style: none;
}
table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	word-break:break-all;
	border:0 none;
}
table th, table td {
	vertical-align:middle;
	line-height: 1.6;
}
fieldset {
  margin:0;
  padding:0;
  border:0 none;
}
caption, legend {
  position:absolute;
  left:-9999px;
  width:0;
  height:0;
  font-size:0;
  line-height:0;
  overflow:hidden;
}
img {
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
	-webkit-appearance: none;
}
button, input, select, textarea {
	vertical-align: baseline;
*vertical-align: middle;
	-webkit-border-radius: 0;
}
button, input {
	line-height: normal;
*overflow: visible;
}
table button, table input {
*overflow: auto;
}
button, input[type='button'], input[type='reset'], input[type='submit'] {
	cursor: pointer;
	-webkit-appearance: button;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-results-button, input[type='search']::-webkit-search-results-decoration {
display: none;
}
input[type='search'] {
	-webkit-appearance: textfield;
}
input[type='radio'] {
	-webkit-appearance: radio;
}
input[type='checkbox'] {
	-webkit-appearance: checkbox;
}
input::-ms-clear {
display: none;
}
input[type='password']::-ms-reveal {
display: none;
}
input, textarea{
    border: 1px solid #ddd;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
}
*:first-child+html .clearfix {
	zoom: 1;
}
.selector {
	position:absolute;
	width:0;
	height:0 !important;
	font-size:0;
	line-height:0!important;
	overflow:hidden;
	visibility:hidden;
}
/*ie9 이하*/
.browserupgrade{
    position: fixed;
    background: #333;
    color: #e4e4e4;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    padding-top: 300px;
    text-align: center;
}

.browserupgrade a{
    color: #fff;
    font-size: 30px;
}
/* layout */
#bodyWrap {
	width:100%;
	height:100%;
	background-color:#fff;
	overflow-x: hidden;
}
#container {
	position: relative;
}
#container:after {
	content:"";
	display:block;
	clear:both;
}
.inner {
	position: relative;
	max-width:68.750em;  
 	margin:0 auto ;
	letter-spacing:-0.01rem;
}
#skipNav {
	display:block;
	overflow:hidden;
	height:1px;
	width:1px;
	margin:0 -1px -1px 0;
	font-size:0;
	line-height:0;
}
.txt_ag_lf{text-align: left;}
.txt_ag_rt{text-align: right;}
.txt_ag_ct{text-align: cetner;}


/*테이블*/
.tb_wrap .tb_func{
    display: inline-block;
    width: 100%;
    margin-bottom: 0.625rem;
}

.tb_wrap .tb_func .list_info{
    float: left;
    margin-bottom: 0.625rem;
}

.tb_wrap .tb_func .search_form{
    float: right;
}

.search_form>*{
    padding: 0.3125rem 0.625rem;
    border: 1px solid #333;
    vertical-align: middle;
    height: 34px;
	font-family:'NanumGothic';

}

.tb_wrap .tb_func .search_form .search{
    width: 140px;
}

table{
    border-collapse: collapse;
}

table th, td{
    border: 1px solid #ddd;
    padding: 0.625rem;
}

.tb_st_col2{
    width: 100%;
}

.tb_st_col2{
    font-size: 0.875rem;
}

.tb_st_col2 th{
    min-width: 70px;
    text-align: left;
    background: #f3f3f3;
}

.tb_st_col2 input{
    height: 1.4375rem;
    /*line-height: 1.4375rem;*/
    vertical-align: bottom;
}

.tb_st_col2 .num{
    width: 50px;
}

.tb_st_col2 .btn{
    border-radius: 3px;
    width: 1.4375rem;
    text-align: center;
    background: #eaeaea;
    padding: 0;
}

.tb_st_col2 .txt_area td{
    padding: 0;
    border: none;
}

.tb_st_col2 .txt_area textarea{
    border-top: none;
    width: 100%;
    padding: 1.25rem;
}

.tb_st_type1{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size:  0.875rem;
    color: #666;
}

.tb_st_type1 .th{
    background: #f3f3f3;
    font-weight: bold;
    color: #333;
}

.tb_st_type1 .th:first-child,
.tb_st_type1 .td:first-child{
    border-left: none;
}

.tb_st_type1 .th:last-child,
.tb_st_type1 .td:last-child{
    border-right: none;
}

.tb_st_type1 .td .txt{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tb_st_type1 a{
    color: #666;
}

.tb_st_type2{
    width: 100%;
    table-layout: fixed;
    text-align: center;
    border-top: 2px solid #53585f;
    border-bottom: 1px solid #53585f;
}

.tb_st_type2 th,
.tb_st_type2 td{
    border: none;
}

.tb_st_type2 th{
    font-weight: bold;
    background: #fafafa;
    border-bottom: 1px solid #bdbdbd;

}

.tb_st_type2 a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bbs_navi{
    margin-top: 2.5rem;
    display: inline-block;
    width: 100%;
    font-size: 0.875rem;
}

.bbs_navi>div{
    display: inline-block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd;
}

.bbs_navi>div:first-child{
    border-top: 1px solid #ddd;
}

.bbs_navi>div a{
    color: #666;
}

.bbs_navi>div>div{
    float: left;
    padding: 0.625rem;
}

.bbs_navi .tit{
    width: 15%;
    text-align: center;
    background: #f3f3f3;
}

.bbs_navi .txt{
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
 
.bbs_paging{
    text-align: center;
    margin: 20px 0;
    font-size: 0;
}

.bbs_paging a{
    border: 1px solid #ddd;
    padding: 5px 9px;
    color: #333;
    font-size: 0.875rem;
    border-left: none;
}

.bbs_paging a:first-child{
    border-left: 1px solid #ddd;
}

.bbs_paging a.on{
    font-weight: bold;
    color: #2299ff;
}


/*버튼*/
.btn_wrap{
    text-align: center;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 60px;
}

.btn_wrap .btn{
    display: inline-block;
    padding: 10px 20px;
    font-size: 0.875rem;
}

.btn_wrap .btn.fill,
.btn_wrap .btn.vacate:hover{
    background: #333;
    color: #fff;
    font-weight: bold;
    border: 1px solid #333;
}

.btn_wrap .btn.vacate{
    border: 1px solid #333;
    color: #333;    font-weight: bold;

    background: #fff;
}

.btn_wrap .btn.fill:hover{
    background: #2299ff;
    font-weight: bold;
    border: 1px solid #2299ff;
}

.btn_wrap .btn.fill:hover,
.btn_wrap .btn.vacate:hover{
    transition: 0.4s;
 }

 @media screen and (max-width : 768px){
 
    .tb_st_type2 .writer,
    .tb_st_type2 .no{
        display: none;
    }

    .tb_st_type2 .date{
        font-size: 0.875rem;
        width: 30%;
    }
 }

 