@charset "UTF-8";

@font-face {
	font-family: 'Noto Sans L';
	font-style: normal;
	font-weight: 100;
	src: url('/font/notokr-light.eot');
	src: url('/font/notokr-light.eot?#iefix') format('embedded-opentype'),
			url('/font/notokr-light.woff2') format('woff2'),
			url('/font/notokr-light.woff') format('woff');
}
@font-face {
	font-family: 'Noto Sans R';
	font-style: normal;
	font-weight: 300;
	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');
}
@font-face {
	font-family: 'Noto Sans M';
	font-style: normal;
	font-weight: 500;
	src: url('/font/notokr-medium.eot');
	src: url('/font/notokr-medium.eot?#iefix') format('embedded-opentype'),
			url('/font/notokr-medium.woff2') format('woff2'),
			url('/font/notokr-medium.woff') format('woff');
}
@font-face {
	font-family: 'Noto Sans B';
	font-style: normal;
	font-weight: 700;
	src: url('/font/notokr-bold.eot');
	src: url('/font/notokr-bold.eot?#iefix') format('embedded-opentype'),
			url('/font/notokr-bold.woff2') format('woff2'),
			url('/font/notokr-bold.woff') format('woff');
}
@font-face {
	font-family: 'Monsori';
	font-style: normal;
	font-weight: 700;
	src: url('/font/TmonFont/TmonMonsori.eot');
	src: url('/font/TmonFont/TmonMonsori.eot?#iefix') format('embedded-opentype'),
			url('/font/TmonFont/TmonMonsori.woff2') format('woff2'),
			url('/font/TmonFont/TmonMonsori.ttf') format('truetype'),
			url('/font/TmonFont/TmonMonsori.woff') format('woff');
}
@font-face {
	font-family: 'Jalnan';
	font-style: normal;
	font-weight: 700;
	src: url('/font/Jalnan/Jalnan.eot');
	src: url('/font/Jalnan/Jalnan.eot?#iefix') format('embedded-opentype'),
			url('/font/Jalnan/Jalnan.woff2') format('woff2'),
			url('/font/Jalnan/Jalnan.ttf') format('truetype'),
			url('/font/Jalnan/Jalnan.woff') format('woff');
}

:root {
    font-size:12px;
}

html { overflow-y:scroll;}
html, body {
    width:100%;
    height:100%;
    margin:0;
    padding:0px;
    font-size:14px;
    font-family:'Noto Sans', Arial, sans-serif;
    color:#333;
}

body,table,tr,th,td,form,input,select,textarea,button,ul,li,div,label,img,a{box-sizing:border-box;}
input, textarea, pre, form, select, table, th, td, em {
    font-family:'Noto Sans', Arial, sans-serif;
}

form { margin:0px; }
img { border:0px; } 

table { border-spacing:0; border:0; border-collapse: collapse; }
input[type="text"], input[type="password"], textarea, select { padding:5px 10px; border:1px solid #ddd; }
a, button, input[type="button"], input[type="submit"], label { cursor:pointer; }
input[type="checkbox"] { position:relative; top:2px; }

a:link, a:visited, a:active { text-decoration:none; color:#222; }
a:hover { text-decoration:underline; }

a.menu:link, a.menu:visited, a.menu:active { text-decoration:none; color:#222; }
a.menu:hover { text-decoration:none; }

.member {font-weight:bold;color:#888888;}
.guest  {font-weight:normal;color:#888888;}

.lh { line-height: 150%; }
.jt { text-align:justify; }

.li { font-weight:bold; font-size:18px; vertical-align:-4px; color:#66AEAD; }

.ul { list-style-type:square; color:#66AEAD; }

label{cursor:hand;display:inline-block;padding:0px;vertical-align:middle;}

.contain { width:100%; margin:0 auto; }

.onclick{cursor:pointer;}
.chk{width:13px;height:13px;padding:0;margin:-2px 0px 0px 0px;vertical-align:middle;}
.radio{width:13px;height:13px;padding:0;margin:-4px 0px 0px 0px;vertical-align:middle;}
.hide{display:none;}
.uline{text-decoration:none;border-bottom: 1px solid;}
.noneBg{background:none !important;}
.hand{cursor:pointer;}
.top { vertical-align:top; }

.select { border:1px solid #D8D8D8; }
.selected { background-color:#ff5353; color:#FFFFFF; }

.bold { font-weight:bold; }

.center { text-align:center; }
.left   { text-align:left; }
.right  { text-align:right; }

.in { background-color:#feffd7; }

.number { ime-mode:disabled; }
.required { color:#FF0000; }
.readonly { background-color:#EFEFEF; }
.use { background-color:#c0dedf; }
.none { display:none; }

.div50 { position:absolute;width:100%;height:100%;left:0px;top:0px;background-color:#464646;filter:alpha(opacity=50);text-align:center; }

.line01 { background-image:url(../images/line01.gif); background-repeat:repeat-x; background-position:bottom left; height:1px; }
.line02 { background-image:url(../images/line02.gif); background-repeat:repeat-x; background-position:bottom left; height:1px; }

.copyright { text-align:center; vertical-align:middle; padding-top:30px; padding-bottom:30px; }

.write_head { text-align:right; color:#494949; padding:0px 10px 0px 0px; background-color:#f8fafc; border-bottom:1px solid #e0e1e6; }
.write_con  { text-align:left; color:#494949; padding:10px 0px 10px 10px; border-bottom:1px solid #e0e1e6; }

.td_tit     { text-align:right; color:#5f5f5f; padding:0px 10px 0px 0px; background-color:#fafafa; border-bottom:1px solid #e6e6e6; }
.td_head    { text-align:center; color:#5f5f5f; background-color:#fafafa; border-bottom:1px solid #e6e6e6; }
.td_con     { text-align:left; color:#9e9e9e; padding:5px 0px 5px 10px; border-bottom:1px solid #e6e6e6; }
.td_center  { text-align:center; color:#9e9e9e; padding:5px 0px; border-bottom:1px solid #e6e6e6; }

.top_line     { background-image:url(../images/top_line.gif); background-repeat:repeat-x; background-position:top; }
.bottom_line  { background-image:url(../images/bottom_line.gif); background-repeat:repeat; vertical-align:bottom; }

.color01 { color:#7161eb; }
.color02 { color:#6184c6; }
.color03 { color:#c78485; }

.bg0 { background-color:#ffffff; }
.bg1 { background-color:#f9f9f9; }

a.btnAdm { background:#ff0000; color:#fff; display:inline-block; width:auto; padding:8px 16px; position:fixed; bottom:10px; left:10px; z-index:10000; }

.boxBtn { display:block; margin:25px auto; overflow:hidden; text-align:center; }
.fleft { float:left; }
.fright { float:right; }

.btn_black { background:#000; color:#fff; border:1px solid #000; padding:10px 20px; margin:2px; }
.btn_white { background:#fff; color:#000; border:1px solid #000; padding:10px 20px; margin:2px; }

.boxBtnWrite { display:block; margin:25px auto; overflow:hidden; text-align:center; }
.boxBtnWrite input[type="submit"] { background:#000; color:#fff; padding:12px 30px; font-size:14px; border:1px solid #000; }
.boxBtnWrite input[type="button"] { background:#fff; color:#000; padding:12px 30px; font-size:14px; border:1px solid #000; }

.wd100 { width:100%; }

.tbl_title { font-size:14px; padding:10px; font-weight:bold; }
.tbl_title2 { font-size:14px; padding:10px; font-weight:bold; border-bottom:2px solid #222; }

.tbl_write { width:100%; border-bottom:1px solid #222; }
.tbl_write tr th { width:26%; text-align:right; padding:15px 0px; font-size:16px; }
.tbl_write tr td { text-align:left; padding:15px; font-size:16px; }
.tbl_write tr td input[type='text'],
.tbl_write tr td input[type='number'],
.tbl_write tr td input[type='password'],
.tbl_write tr td select { border:1px solid #ddd; padding:5px 10px; line-height:160%; font-size:16px; }
.tbl_write tr td select { padding:10px; line-height:100%; }
.tbl_write tr td textarea { border:1px solid #ddd; padding:5px 10px; line-height:160%; width:100%; font-size:16px; }
.tbl_write tr.gray td label { display:inline-block; padding:5px 0px; }
.tbl_write tr th,
.tbl_write tr td { border-bottom:1px solid #ddd; }
.tbl_write tr.gray th,
.tbl_write tr.gray td { background:#f9f9f9; }
.tbl_write tr.line th,
.tbl_write tr.line td { border-bottom:1px solid #222; }
.tbl_write tr.line2 th,
.tbl_write tr.line2 td { border-top:1px solid #222; }

.tbl_view { border-bottom:1px solid #222; width:100%; }
.tbl_view tr th { border-bottom:1px solid #ddd; padding:15px; font-size:14px; background:#f9f9f9; line-height:160%; width:120px; }
.tbl_view tr td { border-bottom:1px solid #ddd; padding:15px; font-size:14px; line-height:160%; }
.tbl_view tr:last-child th,
.tbl_view tr:last-child td { border-bottom:0; }
.tbl_view tr.line th,
.tbl_view tr.line td { border-bottom:1px solid #222; }
.tbl_view tr td input[type='text'],
.tbl_view tr td input[type='password'],
.tbl_view tr td select { border:1px solid #ddd; padding:5px 10px; }

#writeContents { width:800px; margin:30px auto; }
#writeContents img { max-width:800px; }
#galleryContents { padding:40px 0px; text-align:center; border-bottom:1px solid #222; margin-bottom:15px; }

.boxTotal { padding:10px 0px; }
.tbl_list { width:100%; }
.tbl_list tr th { border-bottom:1px solid #ddd; padding:10px 5px; background:#f9f9f9; font-size:14px; }
.tbl_list tr td { border-bottom:1px solid #ddd; padding:10px 0px; text-align:center; font-size:14px; }
.tbl_list .td_num { width:80px; }
.tbl_list .checkbox { width:50px; }
.tbl_list .td_name { width:100px; }
.tbl_list .td_hit { width:100px; }
.tbl_list .td_datetime { width:100px; }
.tbl_list .td_card { width:100px; color:#ed553b; }
.tbl_list .td_subject { text-align:left; }
.tbl_list .td_subject strong { color:#ed553b; }
.tbl_list .td_download { width:100px; }
.tbl_list .td_download .btn_download { background:#666; color:#fff; border:1px solid #666; line-height:100%; padding:5px 10px; }
.tbl_list .td_tip { padding-left:20px; text-align:left; }
.tbl_list .td_filesize { width:150px; }
.tbl_list .td_standard { width:150px; }
.tbl_list .td_category { width:200px; }
.tbl_list .td_content { padding:25px; text-align:left; background:#f9f9f9; }
.tbl_list .td_content li { display:block; padding:10px; }
.tbl_list .td_content li:last-child { border-bottom:0; }
.tbl_list .td_content .btn { display:inline-block; float:right; margin-top:15px; background:#888; color:#fff; padding:5px 10px; font-size:12px; }
.tbl_list tr.list td:last-child { background:url('/images/arr_open.png') no-repeat center right 15px; }
.tbl_list tr.open td:last-child { background:url('/images/arr_close.png') no-repeat center right 15px; }

.tbl_finish { width:100%; }
.tbl_finish tr td.td_thumb { width:340px; }
.tbl_finish tr td.td_thumb img { width:100%; }
.tbl_finish tr td.td_data { text-align:left; padding-left:30px; vertical-align:top; }
.tbl_finish tr td.td_data .txt_subject { font-size:20px; padding-bottom:5px; margin-bottom:30px; border-bottom:1px dashed #aaa; }
.tbl_finish tr td.td_data .txt_subject a.btn_modify { display:inline-block; float:right; background:#666; border:1px solid #666; color:#fff; padding:3px 6px; font-size:12px; }
.tbl_finish tr td.td_data .txt_wr_content,
.tbl_finish tr td.td_data .txt_wr_1,
.tbl_finish tr td.td_data .txt_wr_2,
.tbl_finish tr td.td_data .txt_wr_3 { font-size:14px; width:94%; margin:0 auto; margin-bottom:10px; }
.tbl_finish tr td.td_data .txt_wr_content { margin-bottom:25px; color:#000; }
.tbl_finish tr td.td_data dl dt { color:#ed553b; font-weight:bold; }

.tbl_gallery { width:100%; margin-top:25px; }
.tbl_gallery tr td { text-align:center; }
.tbl_gallery tr td img { margin-bottom:10px; }
.tbl_gallery tr td.td_paper div { text-align:center; margin-bottom:25px; }

.boxSch { background:#f5f5f5; text-align:center; padding:15px; border-bottom:1px solid #222; font-size:0; }
.boxSch table { width:100%; }
.boxSch table tr td:nth-child(1) { width:30%; text-align:left; }
.boxSch table tr td:nth-child(2) {width:40%;  text-align:center; }
.boxSch table tr td:nth-child(3) { width:30%; text-align:right; }
.boxSch input[type="text"] { border:1px solid #ccc; padding:8px 10px; line-height:160%; width:260px; }
.boxSch input[type="submit"] { border:1px solid #000; background:#000; color:#fff; padding:8px 10px; line-height:160%; }

.boxPages { text-align:center; margin-top:25px; }
.boxPages b { display:inline-block; padding:5px 10px; border:1px solid transparent; line-height:100%; }
.boxPages a { display:inline-block; padding:5px 10px; border:1px solid #ccc; line-height:100%; }

#variableFiles tr th,
#variableFiles tr td { padding:0; border:0; }

#commentContents { margin-top:25px; }

.boxTitle { border-bottom:2px solid #000; font-size:18px; margin-top:25px; line-height:200%; }
.boxTitle2 { font-size:18px; margin-top:25px; line-height:200%; }

#subContent { margin-top:40px; }

.subTitle { font-size:18px; padding-bottom:5px; text-align:left; border-bottom:2px solid #222; }
#dataCnt { font-size:13px; color:#777; margin-left:3px; }

label { cursor:pointer; }

.boxSearch { border:5px solid #efefef; padding:20px; margin:25px 0px; }
.boxSearch table tr th,
.boxSearch table tr td { font-size:14px; padding:5px; }
.boxSearch table tr td label { margin-right:3px; }
.boxSearch table tr td label input { position:relative; top:2px; }
.boxSearch table tr td input[type='text'] { border:1px solid #ccc; font-size:14px; padding:5px 10px; }
.boxSearch table tr td .date { width:120px; text-align:center; }
.boxSearch table tr td .keyword { width:252px; }
.boxSearch table tr td .boxLabel { background:#ddd; padding:5px 10px; border-radius:4px; -o-border-radius:4px; -webkit-border-radius:4px; -ms-border-radius:4px; -moz-border-radius:4px; }
.boxSearch table tr td .boxLabel input { display:none; }
.boxSearch table tr td .boxLabel.selected { background:#ed553b; color:#fff; }
.boxSearch table tr td #btn_submit { width:100%; height:76px; border:0px; color:#fff; background:#222; }
.boxSearch table tr td:nth-child(1) { width:120px; }
.boxSearch table tr td:nth-child(3) { width:260px; }
.boxSearch table tr td:nth-child(4) { width:76px; }

.btn1 { background:#666; border:1px solid #666; color:#fff; padding:5px 10px; margin:2px; }

select { vertical-align:top; }

.empty { text-align:center; padding:10px 0px !important; }

.ui-widget-content .ui-state-default { text-align:center; }
.ui-datepicker-calendar > tbody td.ui-datepicker-week-end:first-child a { color: #ff0000; }
.ui-datepicker-calendar > tbody td.ui-datepicker-week-end:last-child a { color: #0000ff; }
.ui-widget-content .holiday-color .ui-state-default { color:#fff !important; background:#f22200; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover { color: #fff !important; }
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { color: #777620 !important; }
.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all::after { content:'빨간 배경은 손 없는 날'; color:#f22200; text-align:center; margin:7px auto; padding-top:7px; display:block; font-size:12px; border-top:1px solid #ddd; }