@charset "utf-8";
/* CSS Document */

@import url(../../css/notosanskr.css);
@import url(http://fonts.googleapis.com/css?family=Lusitana);
@import url('http://fonts.googleapis.com/css?family=Nanum+Myeongjo:400,700,800&display=swap');

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block;}
a:link, a:visited, a:active { text-decoration:none; color:#636363; }
a:hover { text-decoration:none;color:#589a00 }
form { display:block; margin:0px; padding:0px; }
input[type=text], textarea, input[type=password], select{border:1px solid #ddd;padding:5px; border-radius:3px; background:#f6f6f6;box-sizing:border-box; width: 100%; }
input[type=text]:focus, textarea:focus, input[type=password]:focus, select:focus { background: #fff; }
[data-role=fieldcontain] { margin: 3px 0px; border:0px; padding: 0px; }

table {border-collapse:collapse;border-spacing:0px;}
table td{ vertical-align: middle; }
table th{ vertical-align: middle; text-align: center }

.blackr5{ background:#000; border-radius:5px; color:#fff; border:1px solid #000; font-weight:bold; cursor:pointer }
.blackr5:hover {color:#000;background:#fff;border:1px solid #ccc;}
.bluer5{ background:#5969f7; border-radius:5px; color:#fff; border:1px solid #5969f7; font-weight:bold; cursor:pointer }
.bluer5:hover {color:#5969f7;background:#fff;border:1px solid #ccc;}
.greenr5{ background:#39b54a; border-radius:5px; color:#fff; border:1px solid #39b54a; font-weight:bold; cursor:pointer }
.greenr5:hover {color:#39b54a;background:#fff;border:1px solid #ccc;}
.atype {background:transparent; border:0px; display:inline; cursor:pointer; font-size:inherit; padding:0px; color:#636363 }
.atype:hover { color:#589a00; }
.black3 { cursor:pointer;font-size:90%; line-height:200%; display:inline-block; padding:0px 8px; vertical-align:1px; border:1px solid #000; background:#000; color:#fff; font-weight:bold; border-radius:3px; }
.black3:hover { border:1px solid #000; background:#555; }

.hiden{ display:none; }
.ui-field-contain>.ui-mini{ margin: 0px; }


/*레이아웃----------------------------------------------------*/
body > article { background: #fff !important; }
#header { font-family: "Noto Sans KR;"; letter-spacing: -0.02em; background: #0072bb; border:0px }
#header>h1 { text-shadow:none; color:#FFF; }
#header>h1>a{ color:#fff; }
#header>a>img { padding:0.6em; opacity:0.5; }
#pnHead{ margin: -1em; padding-top: 1px; border-bottom: 1px solid #DDD; position: relative; overflow: auto; background: #0072bb; font-family: "Noto Sans KR;"}
#pnHead>h1{ margin: 0px; text-shadow:none; padding: 0.7em 0; font-size: 1em; text-align: center; color:#fff; font-weight: 400; }
#pnHead>h1>img{ width:21px; vertical-align:text-bottom; display: inline-block;}
#pnHead>a>img { position: absolute; z-index: auto; right: 0.6em; top:0.6em; opacity: 0.5; }

#nav{ margin-top: 40px; }
#nav>a{ display: block; font-weight: bold; padding:8px 10px; color:#000; border-bottom: 1px solid #cfcfcf; }
#nav>div { border:1px solid #ccc; border-top:0px; border-bottom-left-radius:10px; border-bottom-right-radius:10px; background:#f1f1f1; font-size:90%; padding:8px 10px; }
#nav>div>a { display:block; color:#000; font-size:100%; font-weight:bold; opacity:0.7; padding:8px 10px; }
#nav>div>a.onmenu { opacity:1; color:#0072BB; background:url(../../mobile/images/arrow_blue.png) no-repeat 10px 50%; background-size:7px 10px; text-indent:10px }
#nav>div>a:not(:last-child){ border-bottom:1px dotted #bbb; } 

#contsw{ position: relative; background:#fff; padding:10px; letter-spacing: -0.02em }
#contsw>h1{ border-bottom: 1px solid #ccc; padding: 8px 0px; margin-bottom: 10px; font-size: 110%; font-family: "Noto Sans KR"; font-weight: 500; }

footer{ background: #fff; padding: 20px 0px 30px 0px; text-align: center; font-size: 80%; font-family: "Noto Sans KR"; color:#777; border-top:1px solid #ddd; letter-spacing: -0.03em; }
footer>div{ margin: 10px auto; color:#000;  }

/*사용자정의 아이콘*/
.ui-icon-dtgLock{ background:url(../../board/icon/basic/adm_open.png) no-repeat 50% 50%; border-radius: 3px; }
.ui-icon-dtgOpen{ background:url(../../board/icon/basic/adm_rock.png) no-repeat 50% 50%; border-radius: 3px; }
.bnS{
	cursor:pointer;font-size:100%; line-height:120%; font-weight:bold; display:inline-block; padding:5px 8px;
	border:1px solid #b1b1b1;border-radius:3px;color:#636363;
	background:#f1f1f1 linear-gradient(#ffffff, #e6e6e6);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e6e6e6));
	background:-moz-linear-gradient(top, #ffffff, #e6e6e6);
}
.bnM{
	cursor:pointer;font-size:100%; line-height:120%; font-weight:bold; display:inline-block; padding:5px 20px;
	border:1px solid #b1b1b1;border-radius:3px; color:#636363;
	background:#f1f1f1 linear-gradient(#ffffff, #e6e6e6);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e6e6e6));
	background:-moz-linear-gradient(top, #ffffff, #e6e6e6);
}
.bnB{
	cursor:pointer;line-height:120%;font-weight:bold;padding:10px; color:#636363;
	border:1px solid #b1b1b1;border-radius:5px;
	background:#f1f1f1 linear-gradient(#ffffff, #e6e6e6);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e6e6e6));
	background:-moz-linear-gradient(top, #ffffff, #e6e6e6);
}
.bnSimg{
	cursor:pointer;line-height:120%; display:inline-block; padding:5px;
	border:1px solid #b1b1b1;border-radius:3px;
	background:#f1f1f1 linear-gradient(#ffffff, #e6e6e6);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#e6e6e6));
	background:-moz-linear-gradient(top, #ffffff, #e6e6e6);
}
.bnSimg>img{ vertical-align: top;}

/* 탭 */
.tab { position: relative; border-bottom: 1px solid #ddd; vertical-align: top; margin: 15px 0px; height: 35px}
.tab>a { 
	display: inline-block; padding: 10px 10px; border-right: 1px solid #ddd; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;
	line-height: 130%; letter-spacing: -0.03em; text-align: center; height: 14px; background: #f9f9f9; vertical-align: middle;
	color:#555 !important; font-weight: 400; font-family: "Noto Sans KR" ;
}
.tab>a:first-of-type{ border-left: 1px solid #ddd; margin-left: 5px}
.tab>a.tabon { background: #fff; border-bottom: 1px solid #fff; border-top:2px solid #0072BB; height: 13px; font-weight: bold; color:#000; }


/*사이트 정의 ----------------------------------------------------*/
.pagez{ letter-spacing: -0.02em; word-break: keep-all; padding-bottom: 20px; line-height: 140%;  }
.pagez ul, .pagez ol{ margin: 10px 0px 10px 20px; line-height: 140%; }
.pagez li{ padding: 2px 0px;}
.pagez ol li>ul{ list-style: disc; }
.hdtype1{ margin: 20px 0px;}
.hdtype1>h1{ font-family: "Noto Sans KR"; font-size: 130%; font-weight: 500; letter-spacing: -0.03em; color:#000; padding: 10px 0px; }
.hdtype1>h1+div{ margin: 10px 0px; line-height: 140%;}
.hdtype2{ margin: 20px 0px;}
.hdtype2>h1{ font-family: "Noto Sans KR"; font-size: 125%; font-weight: 500; letter-spacing: -0.03em; color:#18A8E1; padding: 10px 0px; }
.hdtype2>h1+div{ margin: 10px 0px; line-height: 140%;}
.imgbox10{ border:1px solid #ccc; padding: 9px; }
.imgbox10>img{ display: block; width: 100%; }
.map>h1{ margin: 20px 0px 5px 0px; font-family: "Noto Sans KR"; font-size: 120%; color:#000; font-weight: 500; }
.map>h2{ font-family: "Noto Sans KR"; font-size: 110%; font-weight: 500; }
.desc{ padding: 20px; border-bottom: 1px solid #ccc; font-family: "Noto Sans KR"; font-size: 110%; font-weight: 300;  }
.desc>img{ display: inline-block; float: left; padding-right: 15px; }
.descbox{ padding: 20px; background: #f7f7f7; border:1px solid #ccc; }
.boxtype{ border:7px solid #eee; padding: 20px; }
.asterisk2{ margin: 10px 15px; text-indent: -15px; }

table.lropen{ width: 100%; border-top:1px solid #ddd; }
table.lropen td, table.lropen th{ border-bottom: 1px solid #ddd; padding: 10px 0px; }
table.lropen td:not(:last-child), table.lropen th:not(:last-child){ border-right: 1px solid #ddd;}
table.lrclose{ width: 100%; border:1px solid #ddd; }
table.lrclose td, table.lrclose th{ border-bottom: 1px solid #ddd; padding: 10px 0px; }
table.lrclose td:not(:last-child), table.lrclose th:not(:last-child){ border-right: 1px solid #ddd;}

.rflbox{ overflow: auto; }
.rflbox>p{ float: left; display:inline-block; width:140px; text-align: center; border:1px solid #ddd; color:#18A8E1; padding: 15px 5px; border-radius: 10px; font-family: "Noto Sans KR"; font-weight: 500; font-size: 95%; }
.rflbox>img{ float: left; display:inline-block; padding: 15px 5px 20px 5px; }

#pgz0101>img{ width: 100%; }

#pgz0102>div:first-of-type{ width: 100%; height: 450px; background: url(/images/img0102_2022.png) no-repeat center #ECEDF2; border-top: 2px solid #2D82BB;}

#pgz0102>h1{ font-family: "Noto Sans KR"; font-weight: 500; font-size: 180%; line-height: 130%; margin:30px 0px 20px 0px; letter-spacing: -0.05em; color:#000; }
#pgz0102>h2{ font-family: "Noto Sans KR"; font-weight: 300; font-size: 160%; line-height: 130%; padding: 20px 0px;  }
#pgz0102>h2>span{ color:#18A8E1; font-weight: 400; }
#pgz0102>div:last-child{ text-align: right; padding: 20px 0px; font-size: 130%; font-family: "Noto Sans KR" }
#pgz0102>div.imgbox10{ margin: 20px 0px; }

#history{ width: 100%; }
#history td:first-child{ font-family: "Lusitana"; text-align: center; font-size: 200%; padding: 0px 30px; color:#000;  }
#history td:last-child{ padding: 15px; }
#history td{ border-bottom:1px dotted #ddd; }
#history thead{ background: #0072BB; line-height: 35px; color:#fff; text-shadow: 0px 0px 0px; font-size: 0.9em; }

.tt{display: block; margin:5px 0px; padding: 10px; background: #00ADE5; border-radius: 30px; font-family: "Noto Sans KR"; font-size: 125%; font-weight: 600; color:#fff; text-shadow: 1px 1px 1px #000; text-align: center; }
#ort01{ background: #0077BB}
.ttbox{ border:2px solid #18A7E3; border-radius:30px; margin: 5px; padding: 10px; background: #f7f7f7; text-align: center }
.ttbox>h1{font-family: "Noto Sans KR"; font-size: 125%; font-weight: 500; color:#fff; text-shadow: 1px 1px 1px #000; height: 35px; line-height: 35px; text-align: center; background:#00ACBA; border-radius: 30px; }
.ttbox>ul{ list-style: none; margin: 10px 0px; }
.ttbox>ul>li{ padding: 0px; margin: 0px;}
#ort06>h1{ background: #0080BA; }
#ort07>h1{ background: #0096BB; }
#ort07>h1{ background: #00ACBA; }
#ort07>h1{ background: #00BBA6; }
.tinbox{ margin:5px 0px; padding: 20px; border:1px solid #ccc; border-radius: 10px; min-height: 350px; }
.tinbox>h1{font-family: "Noto Sans KR"; font-size: 125%; font-weight: 500; color:#fff; text-shadow: 1px 1px 1px #000; height: 35px; line-height: 35px; text-align: center; background:#434d5a; border-radius: 5px; }

.tinbox>h2{font-family: "Noto Sans KR"; font-size: 115%; font-weight: 500; color:#fff; text-shadow: 1px 1px 1px #000; height: 35px; line-height: 35px; text-align: center; background:#239175; border-radius: 5px }

.tinbox>ul{ list-style: none; margin-left: 0px; text-align: center; }
.tinbox>ul>li{ border-bottom: 1px dotted #ccc; line-height: 35px; }

#pgz0105 table{ text-align: center; font-size: 0.6em;  }
#pgz0105 table>thead{ background: #f7f7f7; border-top:3px solid #0080BB }

#pgz0107>div{text-align: center; }
#pgz0107 thead{background: #f7f7f7; border-top:3px solid #0080BB}

#pgz0204B table>thead{ background: #f7f7f7; font-family: "Noto Sans KR"; }
#pgz0204B td:first-child{ text-align: center; }

#pgz0205A table{ text-align: center; width: 100%;  }
#pgz0205A table td{ padding: 30px 0px; vertical-align: top;}
#pgz0205A table td>p{ display: inline-block; }
#pgz0205A table td>div{ border-top:1px solid #ccc; margin:20px 20px 0px 20px; padding:10px 0px; font-family: "Noto Sans KR"; font-weight: 500; font-size: 110%;}
#pgz0205A table td>div>span{ font-family: "Malgun Gothic"; font-weight: normal; font-size: 87%; }

#pgz0205B table {text-align: center; }
#pgz0205B table th{ font-family: "Noto Sans KR"; font-weight: 500; background: #f7f7f7; }

#pgz0602>.hdtype1>table{ border-top:3px solid #0080BB; margin:20px auto; }
#pgz0602>.hdtype1>table td:first-child{ background: #f7f7f7; font-family: "Noto Sans KR"; font-weight: 400; text-align: center; }
#pgz0602>.hdtype1>table td{ padding-left:10px; padding-right: 10px; }

#pgz0603>.hdtype1>table{ border-top:3px solid #0080BB; margin:20px auto; }
#pgz0603>.hdtype1>table td:first-child{ background: #f7f7f7; font-family: "Noto Sans KR"; font-weight: 400; text-align: center;}
#pgz0603>.hdtype1>table td{ padding-left:10px; padding-right: 10px; }

#pgz0604>.hdtype1>div>table{ border-top:3px solid #0080BB; margin:10px auto; font-family: "Noto Sans KR"; text-align: center; }
#pgz0604>.hdtype1>div>table>thead{ background: #f7f7f7;  font-weight: 500; }
#pgz0604>.hdtype1>div>table td:not(:first-child){ font-family:"Lusitana"; font-weight: 500; color:#000;  }

#pgz0606 .boxtype{ margin-top: 20px; }




/*board-admlogin----------------------------------------------*/
#admlogin>section:first-child{ padding:10px;border-bottom:1px solid #ccc;}
#admlogin>section:nth-child(2){ width:267px;margin:30px auto;}
#admlogin>section:nth-child(2)>h1{border-bottom:1px dotted #ccc;padding-bottom:5px; margin-bottom:10px; font-size: 110%; color:#000; letter-spacing: -0.02em;}
#admlogin>section:nth-child(2)>h1>span{ color:#aaa; font-weight: normal; font-size: 70%;}
#admlogin>section:nth-child(2)>form{ overflow: auto; }
#admlogin>section:nth-child(2)>form>div{ width: 150px; float: left;}
#admlogin>section:last-child{ padding:10px;border-top:1px solid #ccc;}
#floginbn{ padding:24px 23px; margin: 3px; letter-spacing: -0.03em; }

/*board-write  ----------------------------------------------*/
#bsagree { padding: 1em; border: 1px solid #ccc; border-radius:3px; height: 100px; overflow-y: auto; margin-top:1em; background: #f9f9f9; }
#bsagree + div { margin: 3px 0px 10px 0px; }
#bsagree + div > label { border:0px; border-radius: 0px; background: #fff; border-bottom: 1px solid #ddd; }
#DD_CONTENT{ height: 200px; }
#if_upload { border:0px; width:100%; height:39px; margin:3px 0px; overflow: hidden; }
.smtzone{ text-align: right; margin: 8px 0px }
.smtzone>.ui-mini{ margin:0px; }

/*board-list  ----------------------------------------------*/
#wrapSearch{ padding:10px; background: #f1f1f1; border-top:1px solid #ccc; border-bottom: 1px solid #ccc; font-size: 85%; }
#wrapSearch>form{ display: inline;}
#wrapSearch>a{ color:#636363; vertical-align:baseline; }
#keyword{ width: 120px; background: #fff;  }
#bbsList>ul{ list-style: none; }
#bbsList>ul>li{ border-bottom:1px solid #ddd; padding: 10px 0px; font-size: 90%; letter-spacing: -0.03em;  }
#bbsList>ul>li>a, #bbsList>ul>li>.scrl{ font-weight: bold; color:#636363;}
#bbsList>ul>li>div{ color:#a59c8e; font-size: 80%; }
#bbsList>ul>li>div>a{ font-weight: normal; color:inherit; }
#multisys{ padding: 7px 13px; border-bottom: 1px solid #ccc; display: none; font-size: 80%; }
#multisys > .black3 { margin-right:1px;}
#pagezone { padding: 10px 0px; }

#pwbox { display:none; position:absolute; z-index:500; top:0px; left:0px;box-shadow: 3px 3px 3px #e6e6e6; font-size: 90%; }
#pwbox > span { position:relative; z-index:501; }
#pwbox > span > img { position:absolute; z-index:502; top:-7px; left:185px; }
#pwbox>section:first-of-type { border:1px solid #ccc; border-radius:5px; padding:15px; color:#636363; background:#fff; line-height: 230%; }
#boxtitle { border-bottom:1px solid #ccc; padding-bottom:8px; color:#000; line-height: normal;  }
#inputpass{ width: 130px;}
.viewfile{ cursor: pointer; }

#filebox{ position:absolute;z-index:auto;background:#fff;padding:5px 15px 10px 15px;border:1px solid #bbb; border-radius:5px; box-shadow: 3px 3px 3px #e6e6e6; font-size: 90%; }
#filebox>img:nth-of-type(1){float:left;margin-top:-13px;display:inline-block;}
#filelist {list-style:none; margin-top:5px}
#filelist>li{ line-height:250%;}
#filelist>li:not(:last-child){ border-bottom:1px dotted #ccc; }
#filelist>li>img{vertical-align:middle;}
#fileQue{ width: 0px; height: 0px; }
#downframe{ width: 0px; height: 0px;}

/*board-view  ----------------------------------------------*/
#viewbn{ font-size: 85%; text-align: right; margin: 1em 0em; border-top:1px solid #ccc; padding:1em 0em; }
#viewbn>.ui-mini{ margin-right:0px; }
#bbsView>h1{ font-size: 120%; letter-spacing: -0.03em; color:#000; padding:8px 0px; border-bottom:1px dotted #ccc; }
#bbsView>h1+div{ font-size: 90%; color:#999; padding:8px 0px; border-bottom: 1px solid #ddd; margin-bottom: 10px; }
#bbsfilezn>img {vertical-align: middle; }

#depositView>h1{ font-size: 120% !important; font-family: "Noto Sans KR"; text-shadow: 0px 0px 0px #e6e6e6;  }

/*pagezone*/
.pagezone { color:#ccc; text-align:center; padding:10px }
.pagezone > a, .pagezone > span { margin:0px 2px; }
.pagezone > a:visited{ color:#666; }
.backblue { background:#0087cd; color:#fff; }