@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);



@font-face {
    font-family: 'Wave';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2404@1.0/WavvePADO-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Wave';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2404@1.0/WavvePADO-Bold.woff2') format('woff2');
    font-weight: 700; 
    font-display: swap;
}

@font-face {
    font-family: 'Wave';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2404@1.0/WavvePADO-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

body {
    font-family: 'Wave', sans-serif;
}


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, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	line-height:160%;
}
body {font-family: 'Wave', sans-serif; font-size:14px; color:#666; }
address { font-style:normal;}
a { display:block;}
html, body { height:100%;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, select {
    vertical-align:initial;
}

img { 
	border:none;
	vertical-align:top;
}

.clearfix:after { 
	content:"";
	display:block;
	clear:both;
}
a:link, a:visited { color:#666; text-decoration:none;}
a:active, a:hover { color:#666; text-decoration:underline;}

.site-wrap { height:100%;}

/*hidden*/
.hidden { position:absolute; left:-9999px; font-size:1px; width:1px; height:1px; line-height:0; }

/*스킵메뉴*/
#skip_menu { width:300px; position:absolute; z-index:9999;}
#skip_menu a { position:absolute; top:-100px;}
#skip_menu a:hover,
#skip_menu a:active,
#skip_menu a:focus { position:absolute; top:0; width:300px; height:20px; 
    display:block; background:#333; color:#fff; text-align:center; font-size:16px; font-weight:bold;}


/* pagination */
.pagination {
    margin-top: 30px;
}

.pagination>ul {
    text-align: center;
}

.pagination>ul>li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.pagination>ul>li:last-of-type {
    margin-right: 0;
}

.pagination>ul>li>a {
    width: 40px;
    height: 40px;
    border: 1px solid #d7d7d7;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    /* display: block; */
}

.pagination>ul>li.active>a {
    color: #777;
    background-color: #f7f7f9;
}

.pagination>ul>li img {
    vertical-align: inherit;
}

/* btn */
.btn {
    text-align: right;
    margin-top: 30px;
}

.btn>div {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
}

.btn>div>a {
    width: 80px;
    height: 54px;
    color: #999;
    background-color: #f7f7f9;
    border: 1px solid #ddd;
    display: inline-block;
    text-align: center;
    padding: 0 1rem;
    border-radius: 8px;
    /* vertical-align: middle; */
    line-height: 54px;
}
.btn>div.write>a {
    background-color: #333;
    color: #fff;
}

.btn>div.reply>a {
    background-color: #59c06a0f;
    color: #59c06a;
    border: 1px solid #59c06a;
}

.btn>div.delete>a {
    border: 1px solid #ca4621;
    color: #ca4621;
    background: #ca46210f;
}

.btn>div.modify>a {
    background-color: #558bed0f;
    color: #558bed;
    border: 1px solid #558bed;
}
.btn>div button {
    width: 80px;
    height: 54px;
    border: none;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    border-radius: 8px;
}

.btn>div.write>button {
    background-color: #333;
    border-radius: 8px;
    color: #fff;
    min-width: 150px;
}

.btn>div.delete>button {
    border: 1px solid #ca4621;
    color: #ca4621;
    background: #ca46210f;
}

.btn>div.modify>button {
    background-color: #558bed0f;
    color: #558bed;
    border: 1px solid #558bed;
}


 

/* 공지사항 list*/
.default_bd_list .tbl {
    font-size: 16px;
    width: 100%;
    border-top: 2px solid #696969;
}
.default_bd_list .tbl thead {
    width: 100%;
    border-bottom: 2px solid #696969;
    color:#222;
}

.default_bd_list .num_col {
    width: 5%;
}

.default_bd_list .tbl thead>tr {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 1rem 0;
}

.default_bd_list .tbl thead th {
    padding: 1.5rem 0
}

.default_bd_list .writer_col {
    width: 8%;
}

.default_bd_list .date_col {
    width: 10%;
}

.default_bd_list .hit_col {
    width: 5%;
}

.default_bd_list .list {
    border-bottom: 1px solid #d7d7d7;
}

.default_bd_list .list td {
    padding: 1rem 0;
    vertical-align: middle;
}

.default_bd_list td.num {
    padding: 10px;
    box-sizing: border-box;
    color: #a3a3a3;
}

.default_bd_list td.tit {
    text-align: left;
    color: #333;
}

.default_bd_list td.tit a {
    color: #333;
    display: inline-block;
}

.default_bd_list td.writer {
    color: #555;
}

.default_bd_list td.date {
    color: #555;
}

.default_bd_list td.hit {
    color: #555;
}

.default_bd_list td.tit .new_icon {
    color: #fff;
    background-color: #12b3fd;
    font-size: 14px;
    padding: 2px 4px;
    border-radius: 5px;
    margin-left: 10px;
}

.default_bd_list tbody tr:hover {
    background-color: #f2f2f2;
}

.default_bd_list td.tit:hover .board {
    text-decoration: underline;
}

/* 공지사항 view */
.default_bd_view .top {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d7d7d7;
}

.default_bd_view .tit>p {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 20px;
    word-wrap: break-word;
}

.default_bd_view .tit>p br {
    display: none;
}

.default_bd_view .info>ul>li {
    display: inline-block;
    margin-right: 15px;
}

.default_bd_view .info>ul>li span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    color: #555;
}

.default_bd_view .info>ul>li img {
    vertical-align: middle;
}

.default_bd_view .con {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d7d7d7;
    word-wrap: break-word;
}

.default_bd_view .link {
    display:inline-block;
    margin-bottom:12px;
    border-radius:50px;
}

.default_bd_view .link a {
    display:block;
    color:#C4302B;
    text-align:center;
    padding:8px 24px;
    border:1px solid #C4302B;
    border-radius:50px;
    background-color:#c4302b10;
    box-sizing:border-box;
    transition:0.2s;
}

.default_bd_view .link a:hover {
    color:#fff;
    background-color:#C4302B;
}

.default_bd_view .upload {
    background-color: #f2f2f2;
    padding: 1rem;
    margin-bottom: 30px;
}

.default_bd_view .upload>a {
    display: inline-block;
    color: #333;
    margin-left: 15px;
    font-weight: 500;
}

.default_bd_view .upload>a:hover {
    color: #12b3fd;
}

.default_bd_view .upload>p {
    font-weight: 500;
    color: #555;
}

.default_bd_view .upload>span {
    border-right: 1px solid #a5a5a5;
    padding-right: 17px;
}

.default_bd_view .upload img {
    padding-right: 5px;
}

.default_bd_view .prevNext dl:first-of-type {
    border-top: 1px solid #d7d7d7;
}

.default_bd_view .prevNext dl {
    border-bottom: 1px solid #d7d7d7;
    padding: 1rem;
}

.default_bd_view .prevNext dt {
    display: inline-block;
    color: #555;
    padding-right: 15px;
    padding-left: 20px;
}

.default_bd_view .prevNext dd {
    display: inline-block;
    width: calc(100% - 150px);
    vertical-align: middle;
}

.default_bd_view .prevNext dd>a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.default_bd_view .prevNext dd>a:hover {
    text-decoration: underline;
}

.default_bd_view .pn_list .prev {
    background: url('/design/default/img/sub/toPrev.png') no-repeat center left;
}

.default_bd_view .pn_list .next {
    background: url('/design/default/img/sub/toNext.png') no-repeat center left;
}

/* 공지사항 post */
.default_bd_post input {
    border: none; padding:0 20px; box-sizing: border-box;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    padding: 0 10px;
    height: 44px;
    box-sizing: border-box;
    display: inline-block;margin-left:10px;    border-radius: 0.375rem;
}
.form_box ul {
    border-top:2px solid #222;
}
.form_box ul li {
    display: flex;
    border-bottom: 1px solid #d7d7d7;
    align-items: center;
}

.default_bd_post label {
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    background-color: #e7e7e7;
    padding: 13px 18px;
    text-align: center;
    border-bottom: 1px solid #fff;
    vertical-align: top;
}
.default_bd_post select {
    display:inline-block;
    height: 44px;
    width:130px;
    margin:0 8px 0;
}

.default_bd_post #bd_title {
    width: calc(100% - 274px);
    border: 1px solid #d7d7d7;
    border-radius:2px;
    padding:0 10px;
    height:44px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 0.375rem; ;
}

.default_bd_post #cke_bd_content {
    width: calc(100% - 122px);
    display: inline-block;
    vertical-align: top;
    /* margin-left: -4px; */
}

.default_bd_post .cont_label {
    height: 477px;
    line-height: 477px;
}

.default_bd_post .upload_li {
    border-bottom: 1px solid #d7d7d7;
}

.default_bd_post input[type="file"] {
    padding-left: 10px
}

.default_bd_post .link_li {
    border-bottom:1px solid #d7d7d7;
}

.default_bd_post .link_li input[type=text] {
    border: 1px solid #d7d7d7;
    border-radius:2px;
    padding:0 10px;
    height:44px;
    width:250px;
    box-sizing: border-box;
    display: inline-block;
    margin-left:10px;
    border-radius: 0.375rem;
}

