@charset "euc-kr";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,img,
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, summary
{
    margin:0px;padding:0px;border:0px;outline:0px;font-size:100%;ackground:transparent;
}
body, textarea{ line-height:1.3; }
form { display:block }
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}
a { margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
table {border-collapse:collapse;border-spacing:0px;}
hr {display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0px;}
input, select {vertical-align:baseline;}
input[type=checkbox] { vertical-align:middle; }
iframe { display:block;}
.png24 { tmp:expression(setPng24(this)); }
 
/*--------------------------------------basic set-------------------------------------------*/

body, textarea, input[type=text],input[type=button],input[type=submit], button{ font-size:14px;font-family: "Malgun Gothic","Myriad Pro", Dotum,  Tahoma;}
select{ font-size:14px;font-family: "Malgun Gothic","Myriad Pro", Dotum,  Tahoma;}

a:link, a:visited, a:active { text-decoration:none; color:#000;	 }
a:hover { text-decoration:none;color:#589a00 }

h1{font-size:30px;font-weight:bold;}
h2{font-size:25px;font-weight:bold;}
h3{font-size:20px;font-weight:bold;}
h4{font-size:16px;font-weight:bold;}
h5{font-size:14px;font-weight:bold;}
h6{font-size:12px;font-weight:bold;}

input[type=text], textarea, input[type=password]{border-radius:3px;border:1px solid #ccc;padding:0px 1px;line-height:25px;height:25px;background:#fff;}

/*board-view*/
#mbbsView>h4 { padding:10px 10px 0px 10px; }
#mbbsView>div:nth-child(2) { padding:5px 10px;border-bottom:1px solid #ccc;overflow:auto; }
#mbbsConts {padding:10px 10px 20px 10px; border-bottom:1px solid #ccc;}

/*board-write*/
#bbsWrite {margin:10px;}
#bbsWrite textarea { border-radius:5px; }

/*board-admlogin*/
#mbbsadmWrap>div:first-child{ padding:10px;border-bottom:1px solid #ccc;}
#mbbsadmWrap>div:nth-child(2){ width:235px;margin:10px auto;}
#mbbsadmWrap>div:nth-child(2)>div:first-child{overflow:auto}
#mbbsadmWrap>div:nth-child(2)>div:first-child>h4{border-bottom:1px dotted #ccc;padding-bottom:5px}
#mbbsadmWrap>div:last-child{ padding:10px;border-top:1px solid #ccc;}
#mbbsadmWrap ul{float:left;width:160px;}

/*board-comment*/
#mbbsbodCmt{ width:100%;margin-top:20px;}
#mbbsbodCmt > h5:first-child { background:#f1f1f1;padding:5px; border-top:1px solid #ccc;border-bottom:1px solid #ccc }
#cmtWrite input[type=text], #cmtWrite input[type=password]{line-height:30px;height:30px;}