@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Lusitana);
@import url(../../css/notosanskr.css);

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; }

.boldgreen{ color:#39b54a;font-weight:bold; }
.boldblue{ color:#5969f7;font-weight:bold; }
.boldorange{ color:#f26522;font-weight:bold; }
.boldblack{ color:#000;font-weight:bold; }
.boldwhite{ color:#fff;font-weight:bold; }
.boldblue2{ color:#0295E5; font-weight:bold }

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

/*레이아웃----------------------------------------------------*/
html { background: #fff; }
body>div:first-child{ background-color: #fff !important; }
body > article { background: #fff !important; height: 100%; }
#header { 
	font-family: Georgia;
	background: #008EE2;
	/*
	background: linear-gradient(to bottom, #E2DDD9, #CBC0BC); 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#E2DDD9), to(#CBC0BC));
	background:-moz-linear-gradient(top, #E2DDD9, #CBC0BC); 
	*/
}
#header>h1 { text-shadow:none; color:#FFF; font-family: "Noto Sans KR"; letter-spacing: -0.03em; padding:4px 0px 4px 0px; margin:0 15%; }
#header>h1>a{ color:#fff; }
#header>h1>a>img{ vertical-align: middle; }
#header>a>img { padding:0.6em; opacity:0.5;  }
#pnHead{ 
	margin: -1em; font-family: Lusitana Georgia; padding-top: 1px; padding-left: 20px; color:#fff; border-bottom: 1px solid #DDD; position: relative; overflow: auto; 
	background: #00A0FF;
	/*
	background: linear-gradient(to bottom, #FFC22B, #F88B04);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFC22B), to(#F88B04));
	background:-moz-linear-gradient(top, #FFC22B, #F88B04);
	*/
}
#pnHead>h1{ margin: 0px; text-shadow:none; padding: 0.7em 0; font-size: 1em; }
#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:#0081CD; background:url(../../images/ico_arrow2.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; min-height: 300px; padding:10px; }
#contsw>h1{ border-bottom: 1px solid #ccc; padding: 8px 0px; margin-bottom: 10px; }

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;  }


/*사이트 정의 ----------------------------------------------------*/
.page{ line-height: 150%; letter-spacing: -0.05em; padding-bottom: 30px; word-break: keep-all;}
.page>h1 { font-size: 120%; font-family: "Noto Sans KR"; font-weight: 500; color:#000; text-align: center; padding:20px; border-bottom: 1px solid #ddd; }

.divtype1 { margin-bottom: 15px; padding-bottom: 15px; }
.divtype1>h1 { font-size: 120%;  font-weight: 400; color:#333; font-family: "Noto Sans KR";  margin:15px 0px; line-height: 140%; background: url(../../images/ico_arrow2.png) no-repeat 0% 50%; padding-left: 20px; }
.divtype1>h2 { font-size: 110%;  font-weight: 400; color:#333; font-family: "Noto Sans KR";  margin:20px 0px 10px 0px; line-height: 140%; background: url(../../images/ico_arrow4.png) no-repeat 0% 50%; padding-left: 20px; }
.divtype1>ol, .divtype1>ul{ margin-left: 20px; }
.divtype1>ol>li, .divtype1>ul>li{ padding:3px 0px }
.divtype1>ul+div{ margin:10px 0px; }
.divtype1>h2+ul>li{ padding:0px; }

.divtype2{ margin: 15px 0px; padding: 15px 20px; border:5px solid #f1f1f1; }
.divtype2>h1{ font-family: "Noto Sans KR"; font-size: 125%; margin:5px 0px 10px 0px; color:#000; font-weight: 400 }
.divtype2>ul{ margin: 5px 0px 0px 20px; }

.order{ border:1px solid #ccc; background: #f7f7f7; padding: 19px; border-radius:10px; overflow: auto;}
.order > div{ float: left; background: #fff; border:2px solid #008BDC; color:#008BDC; font-family: "Noto Sans KR"; font-weight: 500; font-size: 110%; text-align: center; min-height: 70px; padding: 20px 10px 0px 10px; border-radius: 10px; }
.order > span { float: left; display: inline-block; padding: 33px 5px;}

.order2{ border:1px solid #ccc; background: #f7f7f7; padding: 19px; border-radius:10px; overflow: auto;}
.order2 > div{ float: left; background: #fff; border:2px solid #00A99D; color:#00A99D; font-family: "Noto Sans KR"; font-weight: 500; font-size: 90%; text-align: center; min-height: 70px; padding: 20px 5px 0px 5px; border-radius: 10px; }
.order2 > span { float: left; display: inline-block; padding: 33px 5px;}

.order3{ border:1px solid #ccc; background: #f7f7f7; padding: 19px; border-radius:10px; overflow: auto;}
.order3 > div{ float: left; text-align: center; }
.order3 > div>h1{ font-size: 115%; font-family: "Noto Sans KR"; margin: 5px;  }
.order3 > span { float: left; display: inline-block; padding: 33px 10px;}

.orderns1{ 
    display: flex; flex-wrap: wrap; box-sizing: border-box; border:1px solid #ddd; border-radius: 5px; background: #f7f7f7; padding:15px 0px; justify-content: center; align-items: center; 
    font-family: "Noto Sans KR"; font-weight: 500; color:#029EF5;
}
.orderns1>div{ 
    background: #fff; border: 3px solid #029EF5; border-radius: 100px; width: 150px; height: 150px; padding:10px; text-align: center; margin: 10px 0px;
    display: flex; box-sizing: border-box; justify-content: center; align-items: center;
}
.orderns1>span{ display: inline-block; padding: 0px 10px; }

.pgfilez{ clear: both; background:#f1f1f1; border:1px solid #ccc; padding:20px 30px; border-radius: 3px; }
.pgfilez>h1{ padding-bottom: 10px; color:#333;  }
.pgfilez>img{ vertical-align: middle; }

.rposition{ position: relative; z-index: auto; }
.rposition>div { position:absolute ; z-index: auto; top:0px; right: 0px; }

.pictype{ border:1px solid #ddd; padding: 9px; display: inline-block; text-align: center; width: 42%; }
.pictype>img{ width: 100%; }
.pictype>h1{ font-size: 110%; font-family: "Noto Sans KR"; padding: 5px; font-weight: 500; }

.glrzone{ overflow: auto; }
.glrzone>div{ width: 32%; float: left; margin-bottom: 2%;}
.glrzone>div:not(:nth-of-type(3n)){ margin-right: 2%;}
.glrzone>div>div:first-child{ border:1px solid #ddd; padding: 9px 9px 20px 9px; }
.glrzone>div>div:first-child>img{ display: block; width: 100%; margin-bottom: 10px; }
.glrzone>div>div:first-child>h1{ font-size: 110%; font-family: "Noto Sans KR"; font-weight: 500; }

.rbox20p{ border:2px solid #00A99D; padding: 15px; border-bottom-right-radius: 50px; font-family: "Noto Sans KR"; font-size: 130%; overflow: auto;  }
.rbox20p>h1{ background:#0B948A; color:#fff; float: left; display: inline-block; padding: 25px; margin-right: 20px;  border-bottom-right-radius: 50px; text-shadow: none; }
.rbox20p>ul{ font-size: 80%; float: left; margin-left: 20px; line-height: 170%; }

.ltype td{ border:1px solid #ddd; padding:5px 0px;}

table.ltype1{ margin:auto; border-top:1px solid #262626; color:#555; width: 100%; }
table.ltype1>thead>tr>th { background:#f6f6f6; border-bottom:1px solid #ccc; color:#555; font-weight: 500; padding:8px 5px; font-family: "Noto Sans KR"; border-right:1px solid #ccc; }
table.ltype1>thead>tr>th:last-child{ border-right:0px; }
table.ltype1>tbody>tr>td { border-right:1px solid #ddd; border-bottom:1px solid #ddd; padding:7px 5px;  font-family: "Malgun Gothic","Myriad Pro", Dotum,  Tahoma; text-align:center }
table.ltype1>tbody>tr>td:last-child { border-right:0px; padding-left:20px }
table.ltype1 td>ul { margin:10px 0px 10px 20px }
table.ltype1 td>ul>li{ padding: 3px;}
table.ltype1 td>ul>li>h1{ font-family: "Noto Sans KR"; font-size: 105%; font-weight: 500; }

tbody.pd10>tr>td, thead.pd10>tr>th { padding-left:10px; padding-right:10px; text-align:left; } 
tbody.pd10c>tr>td, thead.pd10c>tr>th { padding-left:10px; padding-right:10px; text-align:center; } 

.history { border-top:2px solid #18A4EF; width:100%; margin-top:10px;}
.history tr>td { border-right:1px dotted #ccc; border-bottom:1px solid #ddd;padding:15px 10px; vertical-align: middle;}
.history tr>td:first-child { text-align:center; font-size:2em; letter-spacing:-0.07em; color:#0096E3; font-weight:bold; font-family: "Lusitana" }
.history tr>td:last-child { border-right:0px; }
.history tr>td>p{ text-indent: -35px;padding-left: 35px }

.tt4wd{ display: inline-block; 	text-align: justify; text-align-last: justify; -moz-text-align-last: justify; width: 55px; }
.tt5wd{ display: inline-block; 	text-align: justify; text-align-last: justify; width: 69px; }
.tt6wd{ display: inline-block; 	text-align: justify; text-align-last: justify; width: 82px; }

.graph1>div{ border:1px solid #46AAC4; border-radius: 10px; padding: 10px; margin-bottom: 10px;}
.graph1>div>h1{ text-shadow:0px 0px 0px #fff; color:#fff; padding: 5px 10px; border-radius: 5px; margin-bottom: 10px }

.fltr{margin-bottom: 10px;}

.loadImgz{ border:1px solid #ccc; position: relative; z-index: auto; margin: 10px 0px }
.loadImgz>img{ position:absolute;top:0px;left:0px;width: 100%; }


/*사이트 구조 ----------------------------------------------------*/
#pgw01_01 .order2>h1{ float: left; line-height: 70px;; min-height: 70px; padding: 10px; width: 70px;text-align: center; font-size: 120%; font-family: "Noto Sans KR"; color:#000;  }
#pgw01_01 .order2>div{ margin:10px 0px; width: 70px; }
.trp10{ text-align: right; padding: 10px 0px;}
#pgw01_01 .divtype1:not(:last-child) { border-bottom: 1px solid #ddd; }
#pgw01_01 .pgfilez{ margin:10px 0px; }

#pgw01_01_01>div:first-child{ background:#ECEDF2; margin:10px auto; }
#pgw01_01_01>div:first-child>img{ display:block; margin:auto; width:100%; }
#pgw01_01_01>h1{ font-size: 150%; line-height: 130%; color:#000; }
#pgw01_01_01>h1>span{ color:#1953a2; font-weight: 400%;}
#pgw01_01_01>div>h1{ font-size: 130%; font-weight: 400; font-family: "Noto Sans KR"; line-height: 160%; margin-top:20px; }
#pgw01_01_01>div:last-child{ text-align: right; font-size: 120%; font-weight: 400; font-family: "Noto Sans KR"; line-height: 130%; margin-top:30px}
#pgw01_01_01>div:last-child>span{ color:#000; font-size: 140%;}

#pgw01_01_02>div:first-child{ background:#ECEDF2; margin:10px auto; }
#pgw01_01_02>div:first-child>img{ display:block; margin:auto; width:100%; }
#pgw01_01_02>h1{ font-size: 150%; line-height: 130%; color:#000; }
#pgw01_01_02>h1>span{ color:#1953a2; font-weight: 400%;}
#pgw01_01_02>div>h1{ font-size: 130%; font-weight: 400; font-family: "Noto Sans KR"; line-height: 160%; margin-top:20px; }
#pgw01_01_02>div:last-child{ text-align: right; font-size: 120%; font-weight: 400; font-family: "Noto Sans KR"; line-height: 130%; margin-top:30px}
#pgw01_01_02>div:last-child>span{ color:#000; font-size: 140%;}




#pgw01_02_02>img{ display: block; width: 100%; }

#pgw01_03>table td:last-child{ text-align: left; }

#pgw02_02_01>div:first-child{ border:10px solid #34B4E6; overflow: auto;  padding: 10px; text-align: center; margin-bottom: 30px; }
#pgw02_02_01>div:first-child>p, #pgw02_02_01>div:first-child>span{ display: inline-block; vertical-align: middle; }
#pgw02_02_01>div:first-child>p{ margin-top: 20px; font-family: "Noto Sans KR"; font-weight: 500; font-size: 105%;  }
#pgw02_02_01>div:first-child>span{ padding: 0px; }

#pgw02_02_03>div>img{ border:1px solid #ccc; width: 100%; }

#pgw02_03_01>div>img{ border:1px solid #ccc; width: 100%; }

#pgw02_03_02>div>img{ border:1px solid #ccc; width: 100%; }

#pgw02_03_03>ol{ margin-left: 20px; font-size: 110%; font-family: "Noto Sans KR"; font-weight: 400; }
#pgw02_03_03>ol>li{ padding: 5px 0px; }

#pgw02_06>div:nth-of-type(2)>table td:last-child{ text-align: left; padding-left: 20px; }
#pgw02_06>div:nth-of-type(2)>table td:first-child{ background: #f7f7f7; }

#pgw02_04>div:first-child>div>table{ margin: 10px 0px; }
#pgw02_04>div:first-child>div>table td:last-child{ text-align: left; padding-left: 20px; }
#pgw02_04>div:first-child>div>table td:nth-last-of-type(3){ background: #1BA5EE; color:#C2EAFF; font-size: 120%; text-shadow:1px 1px 1px #464646;  font-weight: 500; font-family: "Noto Sans KR" }
#pgw02_04>div:last-child>h1+div{ border:10px solid #8CCFD1; overflow: auto; padding: 10px; text-align: center; margin-bottom: 30px; }
#pgw02_04>div:last-child>h1+div>p, #pgw02_04>div:last-child>h1+div>span{ display: inline-block; vertical-align: middle; }
#pgw02_04>div:last-child>h1+div>p{ margin-top: 30px; font-family: "Noto Sans KR"; font-weight: 500; font-size: 105%;  }
#pgw02_04>div:last-child>h1+div>span{ padding: 0px; }

#pgw02_05>div:first-child>div:last-child{ border:10px solid #17BBDC; overflow: auto; padding: 10px; text-align: center; margin-top: 15px; }
#pgw02_05>div:first-child>div:last-child>p, #pgw02_04>div:first-child>div:last-child>span{ display: inline-block; vertical-align: middle; }
#pgw02_05>div:first-child>div:last-child>p{ margin-top: 20px; font-family: "Noto Sans KR"; font-weight: 500; font-size: 105%;  }
#pgw02_05>div:first-child>div:last-child>span{ padding: 0px; }
#pgw02_05>div:last-child>table td:nth-child(2){ text-align: left; padding-left: 15px; }

#pgw04_01 { list-style: none; border-top:2px solid #000; margin: 15px 0px 0px 0px;}
#pgw04_01>li { border-bottom:1px solid #e1e1e1; }
#pgw04_01>li>div { padding:20px 0px;overflow:auto;  }
#pgw04_01>li>div>div:first-child>a>img{ display:block; width: 100%; }
#pgw04_01>li>div>dl>dt { padding:5px 0px 10px 0px; border-bottom: 1px dotted #ccc; margin-bottom: 10px; }
#pgw04_01>li>div>dl>dt>a { font-size:120%; font-weight:400%; color:#444; font-family:"Noto Sans KR";   }
#pgw04_01>li>div>dl>dd>dl>dd { text-align: center }
#pgw04_01>li>div>dl>dd>dl>dd>ul{ text-align: left; margin-left: 0px; list-style: none; }
#pgw04_01>li>div>dl>dd>dl>dd>a{ display: inline-block; margin-top: 10px;}

#pgw04_05 { list-style: none; border-top:2px solid #000;}
#pgw04_05>li { border-bottom:1px solid #e1e1e1; }
#pgw04_05>li>div { padding:20px 0px;overflow:auto;  }
#pgw04_05>li>div>div:first-child>a>img{ display:block; width: 100%; }
#pgw04_05>li>div>dl>dt { padding:5px 0px 10px 0px; border-bottom: 1px dotted #ccc; margin-bottom: 10px; }
#pgw04_05>li>div>dl>dt>a { font-size:120%; font-weight:400%; color:#444; font-family:"Noto Sans KR";   }
#pgw04_05>li>div>dl>dd>dl>dd { text-align: left }
#pgw04_05>li>div>dl>dd>dl>dd>ul{ text-align: left; margin-top: 10px;}
#pgw04_05>li>div>dl>dd>dl>dd>a{ display: inline-block; margin-top: 10px;}

#pgw04_03 .loadImgz>img { position: relative;}

#pgw05_01>div>div:last-child{ text-align: center; margin: 20px 0px; padding: 20px 0px; font-family: "Noto Sans KR"; font-weight: 500; font-size: 110%; border:5px solid #eee; border-radius: 10px; }
#pgw05_01>div>div:last-child>p{ display: inline-block; padding-top:10px; padding-bottom: 10px; }
#pgw05_01>div>div:last-child>p>img{ padding-bottom: 10px;}
#pgw05_01>div>div:last-child>p:not(:last-child){ padding-left:10px; padding-right: 10px; }

#pgw05_02>div>img{ width: 100%; }

#pgw05_03>div:last-of-type>div>img{ width: 100%;}

#pgw05_05>div>div.order{ margin-bottom:10px; }
#pgw05_05>div>div.order>div{ width:90px; margin-bottom: 10px; }


/*regis-list--------------------------------------------------- */
#viewPro { padding: 15px; margin:5px; border:3px solid #0DADA2; display: none; line-height: 180%; letter-spacing: -0.05em; }
#viewPro > h1 { font-family: "Noto Sans KR"; font-weight: 600; padding: 5px 0px; }
#viewPro > a, #viewPro > div {display:block; border-top:1px dotted #ddd; font-size: 85%;  }

.topdesc{ font-size: 90%; border-bottom: 1px dotted #ccc; padding: 5px;  }
#dateMove{ text-align: center; margin: 20px 0px; }
#dateMove>select{ display: inline; width: auto !important; }

.mcalendar {border-right:1px solid #ccc; border-top:1px solid #ddd; width:100%; line-height: 200%; margin-bottom: 20px; }
.mcalendar th {border:1px solid #ddd;color:#000;padding:0px;margin:0px;vertical-align:middle;background:#f7f7f7; }
.mcalendar tr:nth-of-type(2)>th:first-of-type, .mcalendar tr:nth-of-type(2)>th:last-of-type{background:#f0f1f9;color:#5969f7}
.mcalendar tr>td:first-of-type, .mcalendar tr>td:last-of-type{background:#f0f1f9;}
.mcalendar td {border:1px solid #ddd;vertical-align:top;text-align:center;padding:5px;}

.oncday{ color:#51791b; font-weight:bold }
.oncday+div{ display: none; }
.ston{ color:#005b7f; font-weight: bold; }
.stoff{ color:#f26522; font-weight: bold; }

.arr_l{ display:inline-block; width:11px; height:12px; background: url(../../images/page/prenexpage1.png) no-repeat -11px 0px; margin-right: 20px;}
.arr_l:hover{background: url(../../images/page/prenexpage2.png) no-repeat -11px 0px;}
.arr_r{ display:inline-block; width:11px; height:12px; background: url(../../images/page/prenexpage1.png) no-repeat 0px 0px; margin-left: 20px;}
.arr_r:hover{background: url(../../images/page/prenexpage2.png) no-repeat 0px 0px;}


/*regis-write--------------------------------------------------- */
#regisAgree{ height: 100px; padding:15px; background: #f7f7f7; border:1px solid #ddd; overflow-y: scroll;  }
#agrlb { line-height: 170%; border-bottom: 1px solid #ddd; display: block; padding: 10px 0px; margin-bottom: 10px;  }

#regisFW{letter-spacing: -0.05em; margin-bottom: 50px; }
#regisFW>h1{ font-size: 120%; color:#000; font-family: "Noto Sans KR"; padding: 5px 0px; border-bottom:1px solid #ddd; }
#regisFW>ul{ list-style: none; line-height: 270%; }
#regisFW>ul>li{ border-bottom: 1px dotted #ccc; padding:5px 0px; }
#regisFW>ul>li>div{ font-size: 90%; line-height: 130%; color:#999; }


/*사용자정의 아이콘-------------------------------------------------------*/
.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;}
.bbsntc{ background: #000; color:#fff !important;  text-shadow: 0px 0px 0px #fff; padding:5px; border-radius: 2px; margin-right: 10px; display: block; float: left;}
.blackspan{ display: inline-block; background: #636363; color:#ccc !important; padding: 1px 3px; font-family: "Noto Sans KR"; font-size: 85%; font-weight: 400; text-shadow: none; }
.bwplus{ display: inline-block; width: 15px; background: #313131; color:#fff; border-radius: 3px; font-weight: bold; text-align: center; line-height: 120%; text-shadow: none; }
.pd30{ display: inline-block; padding: 15px 30px; text-align: center; }
.bd1px{ border:1px solid #ddd; }
.in100img{ border:1px solid #ddd;}
.in100img>img{ display: block; width: 100%;  }
.in50img{ border:1px solid #ddd; text-align: center; padding: 5px 0px;}
.in50img>img{ display: block; width: 50%; margin: auto  }

ul.arr2{ list-style: none; }
ul.arr2>li{ background: url(../../images/ico_arrow2.png) no-repeat 0px 5px; padding-left: 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>span{ font-weight: bold; color:#636363;}
#bbsList>ul>li>div{ color:#a59c8e; font-size: 80%; margin-top:5px; }
#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: 80%; color:#999; padding:8px 0px; border-bottom: 1px solid #ddd; margin-bottom: 10px; }
#bbsfilezn>img {vertical-align: middle; }

/*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; }

/* 탭 */
.tab { position: relative; border-bottom: 1px solid #ddd; vertical-align: top; margin: 15px 0px; height: 35px; font-size: 90%;}
.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; 
}
.tab>a:visited{ color:#636363; }
.tab>a:first-of-type{ border-left: 1px solid #ddd; margin-left: 10px}
.tab>a.tabon { background: #fff; border-bottom: 1px solid #fff; border-top:2px solid #008EE2; height: 13px; font-weight: bold; color:#000; }