table, tr, td {font-family: 'NanumGothic', '나눔고딕','NanumGothicWeb', '맑은 고딕', 'Malgun Gothic', Dotum, Arial, sans-serif;}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin:0; padding:0; }
html, body {
width:100%; 
font-family: 'NanumGothic', '나눔고딕','NanumGothicWeb', '맑은 고딕', 'Malgun Gothic', Dotum, Arial, sans-serif;
}

html, body {padding:0; margin:0; width:100%;height: 100%;} 
#container {
width: 880px;
margin: 0 auto;
}


a, a:hover {
      text-decoration: none;
    }



.board {
  display: inline-block;
  width: 211px;
  height: 200px;
  margin: 0;
  padding: 0;
  /* float: left; */
  border: 1px solid #eee;
  margin-bottom: 7px;
	  margin-left: 1px;
}

div#visual {
  display: inline-block;
  width: 440px;
  float: left;
  padding-right: 7px;
}

div#right_area {
  display: inline-block;
  width: 433px;
    
}

div#ban_area {
  display: inline-block;
  width: 604px;
  height: 201px;
  padding: 10px;  float: left;  margin: 7px 7px 10px 0;  border: 1px solid #eee;
}

div#ban_area>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

div#customer {
  display: inline-block;  margin-top: 8px;
}

ul#info_list li {
  padding: 10px 0;
}

span.national {
  background-color: #56A3F3;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 5px;
}

span.blue {
  padding: 5px 10px;
  background-color: #CFE1F4;
  border-radius: 5px;
  margin-left: 5px;
}

span.orange {
  padding: 5px 10px;
  background-color: #F4DECF;
  border-radius: 5px;
  margin-left: 5px;
}

span.green {
  padding: 5px 10px;
  background-color: #E4F4CF;
  border-radius: 5px;
  margin-left: 5px;
}

.sub_tit {
  font-size: 20px;
  font-family: Nanum-Gothic, '나눔고딕', 돋움;
  color: #555555; font-weight:bold;padding: 20px 10px 10px;
}

.tap_on {
  font-size: 14px;
  font-weight: bold;
  font-family: Nanum-Gothic, '나눔고딕', 돋움;
  color: #55a3f2;
  padding: 10px;
  text-align: center;  background-color: #F4F9FF;
}

.tap_off {
 font-size: 14px;
  font-weight: bold;
  font-family: Nanum-Gothic, '나눔고딕', 돋움;
  color: #777;
  padding: 20px;
  width:348;
  height:24;
  text-align:center;
  bgcolor:#f5f5f5;

}

.btn_go {
  /* height: 25; */
  width: 150;
  vertical-align: middle;
  color: #ffffff;
  background-color: #55a3f2;
  border-width: 1pt;
  border-color: #4a7eb3;
  font-size: 14px;
  font-family: 나눔고딕;
  font-weight: bold;
  border-style: solid;
  cursor: hand;
  cursor: pointer;
  padding: 15px;
  border-radius: 5px;
}

.input_st {
  font-size: 13px;
  text-align: right;
  border-width: 1pt;
  border-color: #aaaaaa;
  border-style: solid;
  padding: 6px;
  border-radius: 5px;
  width: 120px;
  margin-bottom: 20px;
}