/*
@import url(/bb/www/css/nanumgothic.css);

body, table, input, textarea, select, button {
  font-family: 'Nanum Gothic', sans-serif;
}

body {
  font-size: 12px;
  color: #4c4c4c;
  background: url(../img/bg_body.png) repeat-x 0 80px;
}
*/

body {
  font-size: 12px;
}

h1, h2, h3, h4, h5, p, form, dl, dd {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1 !important;
  font-weight: 500 !important;
}

hr, caption, legend {
  display: none !important;
}

a, img, input, select, button {
  vertical-align: middle;
}

a {
  color: #4d4d4d;
  text-decoration: none;
}

a:active, a:hover, a:focus {
  outline: none;
}

a.a {
  color: #33f;
  text-decoration: underline;
}

a:active, a:focus, area:active, area:focus {
  outline:none;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p.p {
  padding: 7px 0;
}

caption.show {
  display: table-caption !important;
  padding: 0;
  text-align: right;
  color: #222;
}

iframe {
  border: none;
}

input:focus{
  outline:none;
}

.hide, .display-none {
  display: none;
}

.bold {
  font-weight: bold;
}

.strong {
  color: #d4007e;
}

.strong2 {
  color: #1f4878;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.position-relative {
  position: relative;
}

.bu_sea {
  padding: 0 0 0 8px;
  background: url(../img/bu_sea.png) no-repeat 3px center;
}

.ime-mode-active {
  ime-mode: active;
}

.dp {
  width: 80px;
  margin-right: 2px;
  text-align: center;
}


/* ¹öÆ° -------------------------------------------------------------------- */
.ui-btn, .ui-btn * {
  position: relative;
  margin: 0;
  padding: 0;
  display: -moz-inline-stack;
  display: inline-block;
  text-decoration: none !important;
  border: 0;
  white-space: nowrap;
  background: url(../img/bg_btn.png) no-repeat;
  overflow: visible;
}

.ui-btn {
  margin-right: 13px;
  outline: none;
}

.ui-btn * {
  left: 13px;
  font-size: 12px;
  font-weight: normal;
  vertical-align: top;
  cursor: pointer;
  _cursor: hand;
}

.ui-btn.ui-btn1, .ui-btn.ui-btn1 * {
  height: 27px;
  line-height: 27px;
}

.ui-btn.ui-btn1 * {
  padding: 0 20px 0 7px;
  background-position: right top;
}

.ui-btn.ui-btn1:active, .ui-btn.ui-btn1:hover, .ui-btn.ui-btn1:focus {
  background-position: left -27px;
}

.ui-btn.ui-btn1 *:active, .ui-btn.ui-btn1 *:hover, .ui-btn.ui-btn1 *:focus {
  background-position: right -27px;
}

.ui-btn.ui-btn2, .ui-btn.ui-btn2 * {
  height: 24px;
  line-height: 22px;
  background-position: left -54px;
}

.ui-btn.ui-btn2 * {
  padding: 0 30px 0 7px;
  background-position: right -54px;
}

.ui-btn.ui-btn2-2 {
  margin-right: 5px;
  color: #222;
}

.ui-btn.ui-btn2-2 * {
  left: 5px;
  padding: 0 20px 0 5px;
}

.ui-btn.ui-btn3, .ui-btn.ui-btn3 * {
  height: 18px;
  line-height: 18px;
  background-position: left -78px;
}

.ui-btn.ui-btn3 {
  margin-right: 5px;
}

.ui-btn.ui-btn3 * {
  left: 5px;
  padding: 0 10px 0 5px;
  color: #fff;
  background-position: right -78px;
}

.ui-btn.ui-btn-close, .ui-btn.ui-btn-close * {
  height: 27px;
  line-height: 27px;
  background-position: left -96px;
}

.ui-btn.ui-btn-close * {
  padding: 0 13px 0 13px;
  background-position: right -96px;
}

.ui-btn.ui-btn4, .ui-btn.ui-btn4 * {
  height: 27px;
  line-height: 27px;
  background-position: left -123px;
}

.ui-btn.ui-btn4 * {
  padding: 0 13px 0 0;
  background-position: right -123px;
}

.ui-btn.ui-btn5, .ui-btn.ui-btn5 * {
  height: 24px;
  line-height: 24px;
  background-position: left -150px;
}

.ui-btn.ui-btn5 * {
  padding: 0 13px 0 23px;
  background-position: right -150px;
}

.ui-btn.ui-btn-del, .ui-btn.ui-btn-del * {
  height: 24px;
  line-height: 22px;
  background-position: left -174px;
}

.ui-btn.ui-btn-del * {
  padding: 0 30px 0 7px;
  background-position: right -174px;
}


/* Æû ---------------------------------------------------------------------- */
.ui-form {
  overflow: hidden;
  position: relative;
  height: 27px;
  margin: 25px 1px 0 1px;
  padding: 0 0 0 10px;
  line-height: 27px;
  background: url(../img/bg_quicksearch_find_bs.png) no-repeat;
}

.ui-form label {
  font-weight: bold;
}

.ui-form input {
  width: 115px;
  margin: 0 0 2px 0;
  padding: 0;
  font-weight: bold;
  color: #0076ff;
  border: none;
  background: #f7f7f7;
}

.ui-form button {
  float: right;
}

.ui-form.ui-form2 {
  margin: 16px;
  background: url(../img/bg_popup_search.png) no-repeat;
}

.ui-form.ui-form2 input {
  width: 80px;
}


/* table ------------------------------------------------------------------- */
table.center th {
  text-align: center;
}

table.data {
  width: 100%;
  border-top: 2px solid #eeaacc;
  border-bottom: 2px solid #ccc;
}

table.data tr > *:first-child {
  border-left: none;
}

table.data tr > *:last-child {
  border-right: none;
}

table.data th, table.data td {
  padding: 5px;
  border: 1px solid #ccc;
}

table.data th {
  text-align: center;
  background: #fafafa;
}

table.data .brn {
  border-right: none;
}

table.data .bln {
  border-left: none;
}

table.data.center td {
  text-align: center;
}


/* wrap -------------------------------------------------------------------- */
#wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}


/* header ------------------------------------------------------------------ */
/*
#header {
  position: relative;
  height: 120px;
}

#header h1 {
  position: absolute;
  top: 11px;
  left: 18px;
}

#header h1 a, #header h1 img {
  display: block;
}

#header .account {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 14px;
}

#header .account li {
  float: left;
  margin: 6px 0;
  padding: 0 7px;
  border-left: 1px solid #646464;
}

#header .account li:first-child {
  border-left: none;
}

#header .account a:active, #header .account a:hover , #header .account a:focus {
  color: #d4007e;
}


#header .gnb {
  position: absolute;
  top: 80px;
  left: 47px;
}
*/
header .navbar-header {
  z-index: 99999;
}

header .account {
  position: absolute;
  right: 10px;
  margin: 0 !important;
  padding: 0 !important;
}

header .account li, header .account li a {
  padding: 3px 6px !important;
}

#header .gnb li {
  position: relative;
  float: left;
}

#header .gnb a {
  display: block;
  padding: 0 12px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}

#header .gnb a:active, #header .gnb a:hover, #header .gnb a:focus, #header .gnb a.active {
  background: #1f4878;
}

#header .gnb li ul {
  position: absolute;
  padding: 5px 0;
  border: 1px solid #4a82c3;
  border-top: none;
  background: #fff;
  z-index: 1000;
}

#header .gnb li ul li {
  float: none;
  padding: 0 20px;
}

#header .gnb li ul a {
  display: block;
  width: 120px;
  height: 30px;
  padding: 0;
  font-size: 13px;
  line-height: 30px;
  white-space: nowrap;
  border-top: 1px solid #d9d9d9;
  color: #1f4878;
}

#header .gnb li.m3 ul a {
  width: 150px;
}

#header .gnb li.m4 ul a {
  width: 145px;
}

#header .gnb li ul li:first-child a {
  border-top: none;
}

#header .gnb li ul a:active, #header .gnb li ul a:hover, #header .gnb li ul a:focus, #header .gnb li ul a.active {
  color: #d4007e;
  background: #fff;
}

#header .menumap {
  position: absolute;
  bottom: 5px;
  right: 0;
}

#header .menumap li {
  float: left;
  margin: 0 0 0 5px;
}

#header .menumap li a {
  display: block;
  overflow: hidden;
  width: 75px;
  height: 0;
  padding: 75px 0 0 0;
  background: url(../img/bg_menumap.png) no-repeat;
}

#header .menumap li.m2 a {
  background-position: -75px 0;
}

#header .menumap li.m3 a {
  background-position: -150px 0;
}

#header .menumap li.m4 a {
  background-position: -225px 0;
}

#header .menumap li.m5 a {
  background-position: -300px 0;
}

#header .menumap li.m1 a:active, #header .menumap li.m1 a:hover, #header .menumap li.m1 a:focus  {
  background-position: 0 -75px;
}

#header .menumap li.m2 a:active, #header .menumap li.m2 a:hover, #header .menumap li.m2 a:focus {
  background-position: -75px -75px;
}

#header .menumap li.m3 a:active, #header .menumap li.m3 a:hover, #header .menumap li.m3 a:focus {
  background-position: -150px -75px;
}

#header .menumap li.m4 a:active, #header .menumap li.m4 a:hover, #header .menumap li.m4 a:focus {
  background-position: -225px -75px;
}

#header .menumap li.m5 a:active, #header .menumap li.m5 a:hover, #header .menumap li.m5 a:focus {
  background-position: -300px -75px;
}

/* container --------------------------------------------------------------- */
#container {
  overflow: hidden;
  position: relative;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #cecece;
}


/* content --------------------------------------------------------------- */
/*
#content {
  position: relative;
}
*/
.arrlist {
  position: relative;
}

.arrlist .bsnm {
  overflow: hidden;
  width: 250px;
  padding: 0 0 0 15px;
  font-weight: bold;
  white-space: nowrap;
  background: url(../img/bu_circle.png) no-repeat 0 center;
}

.arrlist .viewmap {
  position: absolute;
  top: 0;
  right: 0;
}

.arrlist .viewmap a {
  display: block;
  padding: 0 0 0 20px;
  background: url(../img/btn_view.gif) no-repeat 0 center;
}

.arrlist ul {
  overflow: auto;
  height: 75px;
  margin: 2px 0 0 0;
  border-top: 1px solid #c6c2c3;
}

.arrlist ul li {
  height: 24px;
  border-bottom: 1px solid #c6c2c3;
}

.arrlist ul li.arr_notice {
  height: auto;
}

.arrlist ul li > span {
  overflow: hidden;
  font-weight: bold;
}

.arrlist ul .route_no {
  display: block;
  float: left;
  width: 60px;
  height: 20px;
  margin: 2px 0 0 0;
  padding: 0 0 0 7px;
  line-height: 20px;
  color: #fff;
}

.arrlist ul .arr_state {
  display: block;
  float: left;
  width: 45px;
  height: 20px;
  margin: 2px 6px 0 0;
  padding: 0 14px 0 0;
  text-align: right;
  line-height: 20px;
  color: #fffe89;
}

.arrlist ul .cur_pos {
  display: block;
  font-weight: normal;
  line-height: 24px;
  white-space: nowrap;
  color: #000;
}

.arrlist ul .route_note {
  color: #777;
}

.arrlist ul .st .route_no {
  border-right: 1px solid #db0000;
  background: url(../img/bg_arrbus.png) no-repeat;
}

.arrlist ul .st .arr_state {
  background: url(../img/bg_arrbus.png) no-repeat right top;
}

.arrlist ul .nm .route_no {
  border-right: 1px solid #787878;
  background: url(../img/bg_arrbus.png) no-repeat 0 -20px;
}

.arrlist ul .nm .arr_state {
  background: url(../img/bg_arrbus.png) no-repeat right -20px;
}

.arrlist ul .cur_pos.busDN {
  padding-left: 24px;
  background: url(../img/icon_busDN.png) no-repeat 0 2px;
}

.arrlist ul .cur_pos.busNC {
  padding-left: 24px;
  background: url(../img/icon_busNC.png) no-repeat 0 2px;
}

.arrlist ul .cur_pos.busDC {
  padding-left: 45px;
  background: url(../img/icon_busDC.png) no-repeat 0 2px;
}

.arrlist ul .noop {
  height: auto;
  padding: 3px 0;
}

ul.ui-autocomplete {
  overflow: auto !important;
}

ul.autocomplete-arr {
  width: 188px !important;
  max-height: 98px !important;
}

ul.autocomplete-sdsrc {
  width: 204px !important;
  max-height: 98px !important;
}

ul.autocomplete-sddst {
  width: 204px !important;
  max-height: 98px !important;
}

#BusComId, #frmRoute select {
  height: 29px;
}

/* footer ------------------------------------------------------------------ */
#footer {
  position: relative;
  padding: 0 0 10px 0;
}

#footer .logo {
  display: block;
  margin: 0 0 10px 0;
}

#footer .tel {
  position: absolute;
  top: 0;
  left: 188px;
  height: 35px;
  padding: 0 0 0 40px;
  font-size: 11px;
  background: url(../img/bg_tel.png) no-repeat;
}

#footer .tel td {
  padding: 2px 0;
}

#footer .tel td.l {
  padding-right: 5px;
  text-align: right;
  border-right: 1px solid #dfdede;
}

#footer .tel td.r {
  padding-left: 5px;
  text-align: left;
}

#footer .tel td.t {
  font-weight: bold;
  border-bottom: 1px solid #dfdede;
}

#footer .tel .strong {
  color: #008299;
}

#footer .relsite {
  position: absolute;
  top: 0;
  right: 0;
}

#footer .relsite select {
  height: 18px;
}

#footer .copyright {
  font-size: 10.5px;
  color: #9a9a9a;
}

#footer .policy {
  margin: 3px 0 0 0;
  font-size: 10.5px;
  font-weight: bold;
}
