<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*********************/
/*board  width : %		 */
/*********************/
 .wrest {width:auto;}
.board .wp5 {width:5%;}
.board .wp7 {width:7%;}
.board .wp10 {width:10%;}
.board .wp13 {width:13%;}
.board .wp15 {width:15%;}
.board .wp20 {width:20%;}
.board .wp25 {width:25%;}
.board .wp30 {width:30%;}
.board .wp35 {width:35%;}
.board .wp40 {width:40%;}
.board .wp45 {width:45%;}
.board .wp50 {width:50%;}
.board .wp55 {width:55%;}
.board .wp60 {width:60%;}
.board .wp65 {width:65%;}
.board .wp70 {width:70%;}
.board .wp75 {width:75%;}
.board .wp80 {width:80%;}
.board .wp85 {width:85%;}
.board .wp90 {width:90%;}
.board .wp95 {width:95%;}
.board .wp99 {width:99%;}
.board .wp100 {width:100%;}

/*********************/
/*board  width : px 			 */
/*********************/
.board .wpx55 {width:55px;}
.board .wpx60 {width:60px;}
.board .wpx70 {width:70px;}
.board .wpx80 {width:80px;}
.board .wpx82 {width:82px;}
.board .wpx100 {width:100px;}
.board .wpx110 {width:110px;}
.board .wpx130 {width:130px;}
.board .wpx150 {width:150px;}
.board .wpx184 {width:184px;}
.board .wpx199 {width:199px;}
.board .wpx210 {width:210px;}
.board .wpx299 {width:299px;}
.board .wpx300 {width:300px;}
.board .wpx320 {width:320px;}
.board .wpx330 {width:330px;}
.board .wpx340 {width:340px;}
.board .wpx379 {width:379px;}
.board .wpx550 {width:550px;}
.board .wpx595 {width:595px;}
.board .wpx600 {width:600px;}
.board .wpx738 {width:738px;}
.board .wpx770 {width:770px;}
.board .wpx820 {width:820px;}

.board form legend, .board .hidden { position: absolute !important; text-indent: -99999px; width:0 !important; height: 0 !important;top:-99999px;left:-99999px;}
input.dark { background-color: #eeeeee !important; }
#toast-container {font-family:'Nanum Gothic', '나눔고딕' ;font-size:18px;font-weight:normal;line-height:24px;}
.board .deleted, .board .deleted * { text-decoration: line-through !important; color: #999999 !important;}

.file-icon { background: url("../img/file_icon.png") no-repeat; padding-left: 30px; }  
.file-icon.bmp { background: url("../img/attach_bmp.gif") no-repeat 0 2px;  }  
.file-icon.doc { background: url("../img/attach_doc.gif") no-repeat 0 2px;  }  
.file-icon.docx { background: url("../img/attach_docx.gif") no-repeat 0 2px;  }  
.file-icon.gif { background: url("../img/attach_gif.gif") no-repeat 0 2px;  }  
.file-icon.hwp { background: url("../img/attach_hwp.gif") no-repeat 0 2px;  }  
.file-icon.jpg { background: url("../img/attach_jpg.gif") no-repeat 2px;  }  
.file-icon.pdf { background: url("../img/attach_pdf.gif") no-repeat 0 2px;  }  
.file-icon.png { background: url("../img/attach_png.gif") no-repeat 0 2px;  }  
.file-icon.ppt { background: url("../img/attach_ppt.gif") no-repeat 0 2px;  }  
.file-icon.pptx { background: url("../img/attach_pptx.gif") no-repeat 0 2px;  }  
.file-icon.txt { background: url("../img/attach_txt.gif") no-repeat 0 2px;  }  
.file-icon.xls { background: url("../img/attach_xls.gif") no-repeat 0 2px;  }  
.file-icon.xlsx { background: url("../img/attach_xlsx.gif") no-repeat 0 2px;  }  
.file-icon.zip { background: url("../img/attach_zip.gif") no-repeat 0 2px;  }  

.captcha.captchaRefresh {background: url("../img/captcha_refresh.png") no-repeat ;width: 16px; height: 16px; display: inline-block;} 
.captcha.captchaSound {background: url("../img/captcha_volume.png") no-repeat ;width: 16px; height: 16px; display: inline-block;}

.q-icon{ background: url("../img/icon_q.gif") no-repeat 5px 10px }
.a-icon{ background: url("../img/icon_a.gif") no-repeat 5px 10px }


.board .depth-1 {margin-left: 20px;}
.board .depth-2 {margin-left: 40px;}
.board .depth-3 {margin-left: 80px;}
.board .depth-4 {margin-left: 100px;}
.board .depth-5 {margin-left: 120px;}

.tagit-autocomplete.ui-menu .ui-menu-item { line-height: 24px; }
ul.tagit li.tagit-choice { line-height: 40px !important;}
ul.tagit-autocomplete.ui-widget-content { padding:5px; }

pre  {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}


.board input.file-prev-view { width: 500px; } /* 첨부 파일 미리 보기 */

.board button.btn_attach_select { /* 첨부 파일선택 버튼 */
    cursor: pointer;
    background-color: #656d78;
    display: inline-block;
    height: 39px;
    line-height: 39px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    padding: 0 15px;
    border: none;
}

.board input[type=file] { /* 첨부 파일 감추기 */
    width: 70px;
    height: 39px;
    margin-left: 2px;
    position: absolute;
    opacity: 0.0;
    filter: Alpha(opacity=0);
}

/***********************/
/* width - % */
/***********************/
.board .wp100 { width: 100%; }

/***********************/
/* common board search */
/***********************/

/* 쓰지 않는 컨트롤은 히든 처리 */
.board .search a.all, .board .search .sr-date { display: none; }

/*상단공지*/
p.topNotice input { width: 95px !important;     display: inline-block !important;}

/*첨부파일*/
.board-wrap .uploadFile {font-size: 13px;padding-left: 10px;height: 35px;line-height: 32px;box-sizing: border-box;border: 1px solid #aaa;color: #222;width: calc(100% - 125px)!important;max-width: 311px;}
.board-wrap .uploadBtnWrap	{position: relative;display: inline-block;vertical-align: top;width: 120px;   height: 30px;}
.board-wrap .outTable {position: absolute;opacity: 0;z-index: 10;height: 30px;left: 0;top: 0;    vertical-align: middle;}
.board-wrap .replaceBtn { border: 1px solid #525252;background-color: #525252;position: absolute;cursor: pointer; line-height: 32px;box-sizing: border-box;left: 0;top: 0;vertical-align: middle; color:#fff; width:100px;}
.board-wrap .mg-bt-2 { margin-bottom: 2px;}
.board-wrap .deliCon {     display: inline-block; margin: -2px 0 0 10px;width: 20px;height: 20px;background: url(../img/btn_del_file.gif) no-repeat 0 0;vertical-align: middle;}

/*등록 버튼 */
ul.btn-wrap button.submit { border: none;vertical-align: baseline;padding: 0px 47px 0;font-size: 16px;}


/*faq 파일 다운로드*/
.file-down-btn-faq {    display: block; padding: 5px 0 5px 38px; background: url(../img/ico_file_down.gif) no-repeat 0 center !important; }

/*첨부 select */
.board-write-box .attach-select , .state-selectBox{
    padding: 0 10px;
    width: 110px;
    height: 35px;
    border: 1px solid #c1c1c1;
    background: #fff url(../img/btn_select_arrow.gif) no-repeat right 12px center;
    font-weight: 300;
    box-sizing: border-box;
    color: #666;
    box-shadow: none;
    border-radius: 0;
}

p.schedule_add { text-align: right; padding: 8px 2% 5% 0 ; }
dt.replyNone {background:none !important; width: 0 !important; padding: 0;}

/* write - 게시글 복사 */
.alert, .alert h4 {
    color: #c09853;
}
.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 10px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}</pre></body></html>