/* container --------------------------------------------------------------- */
.container {
  padding: 0;
}

.container h2 {
  height: 166px;
  margin: 0 0 34px 0;
  padding: 0 0 0 45px;
  font-size: 40px;
  line-height: 166px !important;
  color: #1f4878;
  border-bottom: 3px solid #4a82c3;
}

.menu1 .container h2 {
  background: url(../img/bg_sub_h2_001.png) no-repeat;
  background-size: cover;
}

.menu2 .container h2 {
  background: url(../img/bg_sub_h2_002.png) no-repeat;
  background-size: cover;
}

.menu3 .container h2 {
  background: url(../img/bg_sub_h2_003.png) no-repeat;
  background-size: cover;
}

.menu4 .container h2 {
  background: url(../img/bg_sub_h2_004.png) no-repeat;
  background-size: cover;
}

.menu5 .container h2 {
  background: url(../img/bg_sub_h2_005.png) no-repeat;
  background-size: cover;
}

.menu6 .container h2 {
  background: url(../img/bg_sub_h2_006.png) no-repeat;
  background-size: cover;
}

/* snb */
/*
.container .snb {
  float: left;
  width: 204px;
}
*/
.container .snb ul {
  margin: 0 0 30px 0;
  border-top: 1px solid #c0c0c0;
}

.container .snb li {
  border-bottom: 1px solid #c0c0c0;
}

.container .snb li a {
  display: block;
  padding: 7px 0 7px 28px;
  font-size: 13px;
  font-weight: bold;
  color: #1f4878;
}

.container .snb li.active a {
  color: #fff;
  background: #4a82c3 url(../img/bu_snb.png) no-repeat 13px center;
}

.container .snb li a:active, .container .snb li a:hover, .container .snb li a:focus {
  color: #fff;
  background-color: #4a82c3;
}

.container .snb li ul {
  margin: 0;
  padding: 3px 0;
}

.container .snb li li {
  border-bottom: none;
}

.container .snb li li a {
  padding: 3px 0 3px 40px;
  font-size: 12px;
}

.container .snb li.active li a {
  color: #1f4878;
  background: none;
}

.container .snb li li a:active, .container .snb li li a:hover, .container .snb li li a:focus, .container .snb li li.active a {
  color: #d4007e;
  background: none;
}

/* content ----------------------------------------------------------------- */

#content {
  width: 72%;
  float: left;
  margin: 0 0 0 30px;
  padding: 0 10px 0 10px;
  font-size: 12px;
}


#content h3 {
  margin-top: -5px;
  font-size: 24px;
  font-weight: bold;
  color: #1f4878;
}

#content .path {
  position: absolute;
  top: -30px;
  right: 0;
  text-align: right;
}

#content .desc {
  padding: 0 0 30px 0;
  font-weight: bold;
  color: #797979;
}

#content .section {
  position: relative;
  padding: 0 0 30px 0;
}

#content .section h4 {
  clear: both;
  margin: 0 0 12px 0;
  padding: 0 0 0 23px;
  font-size: 14px;
  line-height: 16px !important;
  color: #1f4878;
  background: url(../img/bu_subtitle.png) no-repeat;
}

#content .section h4 .normal {
  font-size: 12px;
  color: #4c4c4c;
}

#content .section .note {
  min-height: 52px;
  margin: 0 0 15px 30px;
  padding: 14px 14px 14px 100px;
  background: #f2f2f2 url(../img/bg_note2.png) no-repeat 0 bottom;
}

#content .section .ul li {
  padding: 0 0 0 15px;
  font-weight: normal;
  background: url(../img/bu_sub_gray.png) no-repeat 8px center;
}

#content .section .ul li.strong {
  background: none;
}

#content .section .ul2 li {
  padding: 0 0 3px 15px;
  font-weight: normal;
  background: url(../img/bu_rect.png) no-repeat 8px 8px;
}

#content .section a.dn {
  padding-left: 24px;
  color: #4a82c3;
  background: url(../img/bg_dn.png) no-repeat 0 center;
}

#content .section table.board {
  width: 100%;
  border-top: 2px solid #eeaacc;
  border-bottom: 2px solid #ccc;
  table-layout: fixed;
}

#content .section table.board .num {
  width: 50px;
}


#content .section table.board .date, #content .section table.data .date {
  width: 100px;
}

#content .section table.board .count {
  width: 60px;
}

#content .section table.board .text {
  padding: 20px;
}

#content .section table.board th, #content .section table.board td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
}

#content .section table.board th {
  text-align: center;
  background: #fafafa;
}

#content .section table.board tbody tr:hover {
  background: #f5f5f5;
}

#content .section table.board.detail tbody tr:hover {
  background: none;
}

#content .section table.board tbody td a:active, #content .section table.board tbody td a:focus, #content .section table.board tbody td a:hover {
  color: #d4007e;
}

#content .section table.board div.ellipsis {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overow: ellipsis;
}

#content .section table.board .attach {
  display: inline-block;
  padding: 0 0 0 20px;
  background: url(../img/bg_file.png) no-repeat 0 center;
}

#content.login .section .note {
  width: 600px;
  height: 78px;
  margin: 0 auto;
  padding: 16px 0 0 104px;
  background: url(../img/bg_note.png) no-repeat 25px 0;
}

#content.login .section form, #content.login .section>div {
  overflow: hidden;
  width: 590px;
  margin: 0 auto;
  padding: 26px 10px;
  border: 3px solid #ccc;
}

#content.login .section form fieldset {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 90px 19px 90px;
  border-bottom: 1px dotted #ccc;
}

#content.login .section form fieldset label {
  display: inline-block;
  width: 100px;
  font-weight: bold;
  text-align: right;
}

#content.login .section form fieldset p {
  padding: 0 0 7px 0;
}

#content.login .section form fieldset #loginid, #content.login .section form fieldset #loginpwd {
  width: 134px;
  height: 27px;
  padding: 0 5px;
  line-height: 27px;
  border: none;
  background: url(../img/bg_login_input.png) no-repeat;
}

#content.login .section form fieldset #loginid_1 {
  width: 33px;
  _width: 31px; /* IE6 HACK */
}

#content.login .section form fieldset #loginid_2 {
  width: 50px;
}

#content.login .section form fieldset #loginid_3 {
  width: 50px;
}

/* IE9 HACK */
:root #content.login .section form fieldset #loginid_2 {
  width: 49px;
}

:root #content.login .section form fieldset #loginid_3 {
  width: 49px;
}
/* end HACK */

#content.login .section form fieldset .btn {
  position: absolute;
  top: -1px;
  right: 150px;
}

#content.login .section .memberhelp {
  float: left;
  width: 250px;
  margin: 0 0 0 30px;
  padding: 0 0 0 10px;
  background: url(../img/bu_sub.png) no-repeat 3px 6px;
}

#content.login .section .memberhelp .ui-btn {
  margin-top: 5px;
}

#content.join .section .note {
  width: 622px;
  height: 80px;
  margin: 0 auto;
  padding: 32px 0 0 83px;
  text-align: center;
  background: url(../img/bg_note_join.png) no-repeat;
}

#content.join .section .forminfo {
  margin-top: -10px;
  text-align: right;
}

#content.join .section table.data2 {
  margin-top: 20px;
}

#content.join .section table.data th {
  width: 130px;
  text-align: left;
}

#content.join .section td p {
  padding: 10px 20px;
}

#content.passfind .section form fieldset {
  padding: 0 105px 19px 105px;
}

#content.join .section form fieldset #mphone_1 {
  width: 30px;
  _width: 26px; /* IE6 HACK */ 
}

#content.join .section form fieldset #mphone_2 {
  width: 40px;
}

#content.join .section form fieldset #mphone_3 {
  width: 40px;
}

/* IE9 HACK */
:root #content.join .section form fieldset #mphone_1 {
}

:root #content.join .section form fieldset #mphone_2 {
}

:root #content.join .section form fieldset #mphone_3 {
}
/* end HACK */

#content.passfind .section form .btn {
  display: block;
  text-align: center;
}

#content.mypage {
  padding: 0 0 20px 0;
}

#content.mypage .section {
  float: left;
  padding: 0 0 0 20px;
}

#content.mypage .sec02 {
  padding: 0;
}
#content.mypage .section .btnadd {
  position: absolute;
  top: 0;
  right: 0;
}

#content.mypage .section table.data {
  width: 228px;
}

#content.mypage .section th.no {
  width: 36px;
}

#content.mypage .section th.action {
  width: 45px;
}

#content.mypage .section td a {
  color: #55e;
}

#content.menu020103 .section table.data th {
  width: 14.28%;
}

#content.nsbus .section ul.selectweek {
  overflow: hidden;
  position: relative;
  width: 426px;
  height: 31px;
  margin: 0 auto 16px auto;
  background: url(../img/bg_selectweek.png) no-repeat;
}

#content.nsbus .section ul.selectweek li {
  position: absolute;
}

#content.nsbus .section ul.selectweek li.prev {
  top: 2px;
  left: 2px;
}

#content.nsbus .section ul.selectweek li.next {
  top: 2px;
  right: 2px;
}

#content.nsbus .section ul.selectweek li.week {
  top: 2px;
  left: 0px;
  width: 100%;
  line-height: 27px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

#content.nsbus .section table thead tr {
  border-bottom: 2px solid #eeaacc;
}

#content.nsbus .section table thead tr .weekday1 {
  color: #f00;
}

#content.nsbus .section table thead tr .weekday7 {
  color: #00f;
}

#content.nsbus .section table tbody tr td select {
  width: 90px;
}

#content.nsbustimetable .section table {
  margin-bottom: 15px;
}

#content.nsbustimetable .section table caption {
  margin-top: -15px;
}

#content.nsbustimetable .section table thead tr {
  border-top: 2px solid #eeaacc;
}

#content.timeschedule form {
  height: 80px;
  margin: 0 0 0 21px;
  padding: 8px 0 0 100px;
  background: url(../img/bg_note_join.png) no-repeat;
}

#content.timeschedule .sec02 {
  clear: both;
  overflow: hidden;
}

#content.timeschedule .section td.blue {
  color: #00f;
}

#content.timeschedule .section td .bsNm {
  font-weight: bold;
}

#content.busstat .section .chart {
  height: 400px;
}

#content.busstat .section .chart .flotr-legend-label {
  font-size: 12px;
}

#content.busstat .section .matrix td {
  text-align: right;
}

#content.buscom .section p.p {
  padding-top: 0;
  text-align: right;
}

#content.buscom .section th.c1 {
  width: 90px;
}

#content.buscom .section th.c2 {
  width: 200px;
}

#content.buscom .section th.c3 {
  width: 90px;
}

#content.buscom .section td.c4 {
  text-align: left !important;
}

#content.busstat .sec01 table {
  width: 460px;
}

#content.busstat .sec01 th {
  width: 30%;
}

#content.busstat .sec01 td {
  width: 35%;
  text-align: center;
}

#content.busstat .section {
  padding-bottom: 45px !important;
}

#content.busstat .section p {
  text-align: right;
}

#content.busstat .section .flotr-grid-label {
  font-size: 12px !important;
  letter-spacing: -1px;
}

#content.busstat .section .flotr-grid-label-y {
  margin: 0 0 0 -6px;
}

#content.busstat .section #chart4 .flotr-grid-label-x.last {
  margin: 0 0 0 -10px;
}

#content.busstat .section #chart5 .flotr-grid-label-x.last {
  margin: 0 0 0 -5px;
}

#content.bit .section form {
  padding: 5px 0;
  text-align: right;
}

#content.bms1 .sectionwrap {
  position: relative;
  margin: 0 0 30px 0;
  padding: 36px;
  border: 1px solid #b0c4dc;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  background: #f2f2f2;
}

#content.bms1 .sectionwrap .section {
  padding-bottom: 20px;
}

#content.bms1 .sectionwrap .section h4 {
  margin-bottom: 8px;
}

#content.bms1 .sectionwrap .sec03 {
  padding-bottom: 0;
}

#content.bms1 .sectionwrap .video {
  position: absolute;
  top: 40px;
  right: 40px;
  text-align: right;
}

#content.bms1 .sectionwrap .video #player {
  width: 320px;
  height: 240px;
  border: 1px solid #000;
}

#content.bms2 .section ul li {
  height: 80px;
  padding: 0 0 0 120px;
  font-weight: bold;
}

#content.bms2 .section ul ul {
  padding: 5px 0 0 0;
}

#content.bms2 .section ul ul li {
  height: auto;
  padding: 0 0 0 15px;
  font-weight: normal;
  background: url(../img/bu_sub_gray.png) no-repeat 8px center;
}

#content.bms2 .sec0201 {
  background: url(../img/bms2_01.gif) no-repeat;
}

#content.bms2 .sec0202 {
  background: url(../img/bms2_02.gif) no-repeat;
}

#content.bms2 .sec0203 {
  background: url(../img/bms2_03.gif) no-repeat;
}

#content.bms2 .sec0301 {
  background: url(../img/bms2_04.gif) no-repeat;
}

#content.bms2 .sec0302 {
  background: url(../img/bms2_05.gif) no-repeat;
}

#content.bms2 .sec0303 {
  background: url(../img/bms2_06.gif) no-repeat;
}

#content.faq .answer {
  background: #f8f8f8;
}

#content.infor .panel {
  height: 432px;
  margin-bottom: 0;
  border: none;
  border-radius: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#content.infor .section th {
  width: 100px;
}

#content.infor .section input {
  width: 120px;
}

#content.infor .section .subject input, #content.infor .section .text textarea {
  width: 612px
}

#content.lost form.condform {
  margin: 0 0 15px 0;
  padding: 8px;
  border: 7px solid #ddd;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#content.lost table.cond {
  width: 100%;
}

#content.lost table.cond th {
  width: 50px;
}

#content.lost table.cond td {
  line-height: 1.8em;
}

#content.lost table.cond td input[type=checkbox], #content.lost table.cond td input[type=radio] {
  margin: 0;
}

#content.lost table.cond td label {
  margin: 0;
  font-weight: normal;
}

#content.lost iframe {
  overflow: hidden;
}

#content.lost ul.lostPpt li {
  float: left;
  padding: 0 20px 0 0;
}

#content.lost table.board .pic {
  width: 90px;
}

#content.lost table.board .lostppt {
  width: 100px;
}

#content.lost table.board .buscom {
  width: 100px;
}

#content.lost table.board .title {
  width: 346px;
}

#content.lost table.data th {
  width: 80px;
}

#content.lost table.data .pic {
  width: 380px;
}

#content.lost table.data textarea {
  width: 624px;
}

#content.lost table.data textarea.lostnote {
  background: url(../img/bg_lost_textarea.png) no-repeat;
}

#content.guide .capimg {
  padding-left: 24px;
}

#content.guide .section table.list {
  width: 100%;
  border-top: 2px solid #eeaacc;
  border-bottom: 2px solid #ccc;
  table-layout: fixed;
}

#content.guide .section table.list .num {
  width: 70px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #999;
}

#content.guide .section table.list .subject {
  width: 164px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #1f4878;
  background: #e6e6e6;
}

#content.guide .section table.list th, #content.guide .section table.list td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
}

#content.guide .section table.list th {
  background: #fafafa;
}

#content.guide01 .sectionwrap {
  overflow: hidden;
}

#content.guide01 .section {
  float: left;
}

#content.guide01 .section h4 {
  overflow: hidden;
  margin: 0 0 20px 0;
  padding: 0;
  height: 24px;
  font-size: 24px;
  line-height: 24px !important;
  letter-spacing: -1px;
  text-align: center;
  background: none;
}

#content.guide01 .section span.menu {
  display: block;
  margin: 0 0 7px 0;
  padding: 8px 0;
}

#content.guide01 .section a {
  display: block;
}

#content.guide01 .section a:active, #content.guide01 .section a:focus, #content.guide01 .section a:hover {
  color: #d4007e !important;
}

#content.guide01 .sec01 {
  width: 160px;
}

#content.guide01 .sec01 h4 {
  color: #60bb46;
  border-bottom: 1px solid #60bb46;
}

#content.guide01 .sec01 li {
  margin: 0 0 15px 0;
}

#content.guide01 .sec01 span.menu {
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #60bb46;
}

#content.guide01 .sec02 {
  width: 520px;
  margin: 0 0 0 22px;
  padding: 0 0 0 22px;
  border-left: 1px solid #c0c0c0;
}

#content.guide01 .sec02 h4 {
  color: #1f4878;
  border-bottom: 1px solid #1f4878;
}

#content.guide01 .sec02 li.menu {
  float: left;
  width: 160px;
  margin: 0 4px 30px 4px;
}

#content.guide01 .sec02 li.menu:nth-child(3n+1) {
  margin-left: 0;
}

#content.guide01 .sec02 li.menu:nth-child(3n+3) {
  margin-right: 0;
}

#content.guide01 .sec02 span.menu {
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #1f4878;
}

#content.guide01 .sec02 li.menu ul.g1 {
  height: 224px;
}

#content.guide01 .sec02 li.menu li {
  padding: 7px 0 7px 10px;
  border-bottom: 1px dashed #d0d0d0;
  background: url(../img/bu_sitemap.png) no-repeat 0 center;
}

#content.guide01 .sec02 li.menu li a {
  color: #1f4878;
}

#content.guide02 .section .icon {
  width: 50px;
}

#content.guide02 .section table {
  width: 100%;
  border-top: 2px solid #eeaacc;
  border-bottom: 2px solid #ccc;
  table-layout: fixed;
}

#content.guide02 .section table th, #content.guide02 .section table td {
  padding: 15px 5px;
  border-bottom: 1px solid #ccc;
}

#content.guide02 .section table th {
  background: #fafafa;
}

#content.guide03 .section .note {
  line-height: 52px;
}

#content.guide09 .section .tabs {
  padding: 20px 0 0 0;
}

#content.guide09 .section .panel li {
  clear: both;
}

#content.guide09 .section .panel li img {
  float: left;
  margin: 0 10px 10px 0;
  border: 1px solid #000;
}
