@charset "utf-8";
/* ============================================================
SeoulAirBus stylesheet
---------------------------------------------------------------
Version : 0.9
Author : SeoulAirBus (sjHyeong)
---------------------------------------------------------------
Last Date Modified : 190408
============================================================== */


/* font-family: 'Noto Sans KR', sans-serif; */
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

/* font-family: 'Spoqa Han Sans', 'Sans-serif'; */
@import url(https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);

@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
/* @import url(https://cdn.rawgit.com/innks/NanumSquareRound/master/nanumsquareround.min.css);*/






/* ---------------------------
=common
--------------------------- */

body {
  font: 14px/1.6 'Noto Sans KR', 'Apple SD Gothic Neo', "맑은 고딕", "Malgun Gothic", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #333;
  background: #fff;
}
select,
input,
textarea,
button {
  font: 14px/1.6 'Noto Sans KR', 'Apple SD Gothic Neo', "맑은 고딕", "Malgun Gothic", Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 100%;
  margin: 0;
}
a {
  color: #333;
  text-decoration: none;
}
ul,ol {
  margin: 0;
  padding: 0;
}
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,h2,h3,h4,h5,h6 {
  font-family: NanumSquare, 'Noto Sans KR', sans-serif;
}


/* bootstrap overwrite */
/*
b,
strong {
 font-weight: 600;
}
*/
.btn {
 border-radius: 2px;
}
.btn-primary {
  background: rgb(59,61,153); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(59,61,153,1) 41%, rgba(122,202,226,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(59,61,153,1) 41%,rgba(122,202,226,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(59,61,153,1) 41%,rgba(122,202,226,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 0 none;
}
.form-control,
.form-group-sm .form-control,
.form-group-lg .form-control {
  border-radius: 2px;
  box-shadow: none;
}

.page-item.active .page-link {
  background: #3B3D99;
  border-color: #3B3D99;
}
.page-item.disabled {
  display: none;
}


h5.tinyHeading {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #111;
}
.btn.more {
  border: 1px solid #ddd;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #888;
}
.btn.more:hover {
  background: #888;
  color: #fff;
  border-color: #888;
}

.overlay {
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}


.busNoF {
  font-family: 'Spoqa Han Sans', sans-serif;
}


.bull>h4 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.5px;
  color: #3B3D99;
  margin-bottom: 30px;
}




/* ---------------------------
=layout
--------------------------- */

/* temp */
.container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

.footer {
  border-top: 5px solid #f5f5f5;
  padding: 30px 0;
  background: #f5f5f5;
}
.footer .logoAlt {
  width: 150px;

  margin-bottom: 10px;
}
.footer p {
  font-size: 12px;
  color: #A7A9AC;
  letter-spacing: -0.3px;
  line-height: 1.7;
}
.footer p b {
  color: #555;
  font-weight: 400;
}
.footer p span {
  display: inline-block;
  margin-right: 20px;
}
.footer .telInfo {

}
.footer .telInfo b {
  font-weight: 700;
}

.pageHeader {
  height: 140px;
  background: #222;
  color: #fff;
  padding-top: 85px;
  position: relative;
  margin-bottom: 20px;
}
.pageHeader h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
.pageHeader:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

/*
  background: -moz-linear-gradient(45deg, rgba(59,61,153,0.9) 0%, rgba(59,61,153,0.9) 10%, rgba(0,158,195,0.9) 90%, rgba(0,158,195,0.9) 100%);
  background: -webkit-linear-gradient(45deg, rgba(59,61,153,0.9) 0%,rgba(59,61,153,0.9) 10%,rgba(0,158,195,0.9) 90%,rgba(0,158,195,0.9) 100%);
  background: linear-gradient(45deg, rgba(59,61,153,0.9) 0%,rgba(59,61,153,0.9) 10%,rgba(0,158,195,0.9) 90%,rgba(0,158,195,0.9) 100%);
  */

  background: rgba(0,0,0,0.7);
  background: linear-gradient(45deg, rgba(59,61,153,0.9) 0%,rgba(59,61,153,0.9) 10%,rgba(0,0,0,0.7) 90%,rgba(0,0,0,0.5) 100%);
  background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.9) 100%);

}
.header_routeInfo {
  background: url(../images/bg/1.jpg) no-repeat center center;
  background-size: cover;
}
.header_how {
  background: url(../images/bg/4.jpg) no-repeat center 25%;
  background-size: cover;
}
.header_about {
  background: url(../images/bg/2.jpg) no-repeat center 45%;
  background-size: cover;
}
.header_cs {
  background: url(../images/bg/5.jpg) no-repeat center 35%;
  background-size: cover;
}


.busTypeTag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.5px;
  background: #3B3D99;
  color: #fff;
  padding: 3px 7px;
  line-height: 1;
  border-radius: 3px;
}



.aside  {

}
.bull {

}

/* sideMenu */
.sideMenu {
  max-width: 200px;
}
.sideMenu a {
  display: block;
  margin: 0 0 5px;
  padding: 10px 0;
  font-size: 14px;
  /*
  padding: 10px 15px;
  border-radius: 50px;
  */
  transition: 0.3s all;
  border-bottom: 2px solid #fff;
}
.sideMenu .current a {
  color: #3B3D99;
  font-weight: 800;
  /*
  border: 2px solid #3B3D99;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  */

  border-bottom: 2px solid #3B3D99;

}
.sideMenu a:hover {
  text-decoration: none;
  font-weight: 800;
  color: #3B3D99;
  background: #f5f5f5;
  padding-left: 5px;
}





/* sidebar */ /* mobile side panel */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 20px;
  background: #fff;
  height: 100%;
  width: 80%;
  min-width: 300px;
  max-width: 360px;
  -webkit-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 20;
  overflow-y: auto;
}
nav.sidebar.opend {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.wrap:after {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.5);
  content: '';
  opacity: 0;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  z-index: 5;
}
body.frozen {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.frozen .wrap:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.5s;
}



.navToggle {
  display: none;

  position: absolute;
  top: 12px;
  right: 15px;
  z-index: 999999;
  padding: 12px 24px 12px 0px;
  cursor: pointer;
}

.navToggle:focus {
  outline: none;
}
.navToggle span,
.navToggle span:before,
.navToggle span:after {
  content: ' ';
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 50px;
  background: #444;
  cursor: pointer;
}
.navToggle span:before {
  top: -7px;
}
.navToggle span:after {
  bottom: -7px;
}
.navToggle span,
.navToggle span:before,
.navToggle span:after {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.navToggle.active span {
  background-color: transparent;
}
.navToggle.active span:before,
.navToggle.active span:after {
  top: 0;
  background: #444;
}
.navToggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navToggle.active span:after {
  top: 10px;
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}



/* sidebar */
.sidebar {
  padding-top: 50px;
}
.sidebar ul {
  margin: 0 0 40px 0;
}
.sidebar li {
  position: relative;
}
.sidebar li.groupHeading {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.5px;
  padding: 0 0 5px 0;
  margin: 0 0 15px 0;
}
.sidebar li.groupHeading:after {
  content: " ";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  left: 0;
  background: -moz-linear-gradient(-45deg, rgba(221,221,221,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(221,221,221,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(221,221,221,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.sidebar li a {
  display: block;
  font-size: 15px;
  letter-spacing: -0.5px;
  padding: 7px 10px 7px 20px;
  text-decoration: none;
  margin-bottom: 1px;
}
.sidebar li a:hover,
.sidebar li a:active,
.sidebar li.selected a {
  font-weight: 700;
  color: #3B3D99;
}
.sidebar li.selected a:before {
  content: " ";
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #45C7FF;
  margin-left: -18px;
  margin-top: 9px;
}








/* ---------------------------
=GNB
--------------------------- */
.gnb {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  background: #fff;
  z-index: 10;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  transition: all 0.5s;
}
.gnb h1 {
  float: left;
  line-height: 1;
  margin: 5px 0 0;
}
.gnb h1 a {
}
.gnb h1 a img {
  height: 22px;
  display: block;
}
.gnb .menu {
  float: right;
  margin-right: 15px;
}
.gnb .menu li {
  float: left;
  margin-left: 30px;
  font-size: 13px;
  font-weight: 600;
}
.gnb .menu li a {
  color: #4a4a4a;
  padding: 5px;
  display: block;
}
.gnb .menu li a:hover,
.gnb .menu li a.selected {
  color: #3B3D99;
  font-weight: 800;
  text-decoration: none;
}




.main .gnb {
  background: none;
  box-shadow: none;
}
.main .gnb h1 a {
  display: none;
}
.main .gnb .menu li a {
  color: #fff;
}


.main .navToggle span,
.main .navToggle span:before,
.main .navToggle span:after {
  background: #fff;
}

.main .navToggle.active span:before,
.main .navToggle.active span:after {
  background: #444;
}



/* ---------------------------
=Main
--------------------------- */

.masthead {
  /*
  height: 430px;


  */
  /*
  background: url(../images/bg/4.jpg) no-repeat center -30px;
  */
  background: url(../images/bg/1.jpg) no-repeat center center fixed;
  background-size: cover;
  padding-top: 140px;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 80px;
}
.masthead:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /*
  background: -moz-linear-gradient(45deg, rgba(59,61,153,0.6) 0%, rgba(59,61,153,0.6) 10%, rgba(0,158,195,0.7) 90%, rgba(0,158,195,0.7) 100%);
  background: -webkit-linear-gradient(45deg, rgba(59,61,153,0.6) 0%,rgba(59,61,153,0.6) 10%,rgba(0,158,195,0.7) 90%,rgba(0,158,195,0.7) 100%);
  background: linear-gradient(45deg, rgba(59,61,153,0.6) 0%,rgba(59,61,153,0.6) 10%,rgba(0,158,195,0.7) 90%,rgba(0,158,195,0.7) 100%);
  */
/*
  background: rgba(0,0,0,0.6);
*/
  background: rgba(0,0,0,0.3);

}
.masthead:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
  width: 100%;
  background: rgb(141,216,248); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(141,216,248,1) 0%, rgba(141,216,248,1) 49%, rgba(167,169,172,1) 50%, rgba(167,169,172,1) 62%, rgba(59,61,153,1) 63%, rgba(59,61,153,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(141,216,248,1) 0%,rgba(141,216,248,1) 49%,rgba(167,169,172,1) 50%,rgba(167,169,172,1) 62%,rgba(59,61,153,1) 63%,rgba(59,61,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(141,216,248,1) 0%,rgba(141,216,248,1) 49%,rgba(167,169,172,1) 50%,rgba(167,169,172,1) 62%,rgba(59,61,153,1) 63%,rgba(59,61,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.masthead h2 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 60px;
}
.masthead h2 img {
  width: 200px;
}
.masthead h2 strong {
  color: #fff;
  margin: 0 0 0 5px;
  vertical-align: bottom;
}
.masthead h2 span {
  display: block;
  font-size: 12px;
  opacity: 0.9;
  margin: 10px 0 0 0;
}

.masthead .container {
  position: relative;
  z-index: 1
}




.menuBoxes {

}
.menuBoxes .box  {
  background: #111;
  padding: 70px 30px 30px;
}
.menuBoxes .box img.ic {
  width: 30px;
  height: 30px;
}
.menuBoxes a.box {
  display: inline-block;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  top:0;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.menuBoxes a.box:hover{
  top: -10px;
  opacity: 0.9;
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}
.menuBoxes a.long {
  height: 500px;
}
.menuBoxes a.short {
  height: 235px;
}

.menuBoxes a.box strong {
  font-size: 22px;
  font-weight: 600;
  display: block;
  margin-top: 2px;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.menuBoxes a.box i {
  font-style: normal;
  font-size: 14px;
  display: block;
  letter-spacing: -0.5px;
}
.menuBoxes a.box small {
  font-size: 11px;
  letter-spacing: -0.5px;
}
.menuBoxes a.box img.ic {
  display: block;
  position: absolute;
  left: 30px;
  top: 30px;
}


.menuBoxes a.linkRoute {
  background: -moz-linear-gradient(-45deg, rgba(90,92,197,0.9) 0%, rgba(59,61,153,0.9) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(90,92,197,0.9) 0%,rgba(59,61,153,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(90,92,197,0.9) 0%,rgba(59,61,153,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
}
.menuBoxes a.linkHowto {
  background: rgba(4,159,226,0.9);
  color: #fff;
}
.menuBoxes a.linkCS {
  background: #fff;
  color: #3B3D99;
}
.menuBoxes a.linkAbout {
  background: #fff;
  margin-bottom: 30px;
  color: #3B3D99;
}







/* aside */
.adBox {
  margin-bottom: 40px;
  /* width: 90%; */
}
.adBox h5 {
  margin-bottom: 20px;
}
.adBox img {
  max-width: 100%;
  border-radius: 3px;
}
.adBox a {
  display: block;
  margin-bottom: 10px;

  transition: all 0.5s;
}
.adBox a:hover {
  opacity: 0.9;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.socialMedia {
  margin-bottom: 40px;
}
.socialMedia h5 {
  margin-bottom: 20px;
}
.socialMedia a {
  display: inline-block;
  margin-right: 10px;
}
.socialMedia a img {
  width: 24px;
  height: 24px;
}

.btn_lostItem {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 30px 20px;
  display: block;
  letter-spacing: -0.5px;
  color: #4a4a4a;
  font-size: 16px;
  margin: 60px 0 40px;
  width: 90%;
  transition: all 0.5s;
}
.btn_lostItem:hover {
  border-color: #585BCB;
  text-decoration: none;
  color: #585BCB;
}
.btn_lostItem img {
  margin-right: 15px;
  float: left;
}
.btn_lostItem span {

}
.btn_lostItem span small {
  display: block;
  color: #888;
  font-size: 12px;
}







/* bull */

.bull {
}
.bull>h5 {
  margin-bottom: 20px;
}
.bbs {
  margin: 40px 0;
  position: relative;
}
.bbs h6 {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.5px;
  color: #3B3D99;
}
.bbs li a {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 15px;
  font-size: 15px;
  color: #4a4a4a;
  letter-spacing: -0.5px;
  transition: all 0.5s;
}
.bbs li a:hover {
  background: #f5f5f5;
  text-decoration: none;
  color: #3B3D99;
  padding-left: 20px;
}
.bbs li a span {
  color: #9a9a9a;
  font-size: 13px;
  margin-left: 10px;
}

.csCenter p {
  margin-left: 15px;
  letter-spacing: -0.5px;
}
.csCenter p span {
  display: block;
}
.csCenter p span small {
  font-size: 12px;
  color: #888;
}
.bbs a.more {
  position: absolute;
  top: 0;
  right: 0;
  color: #45C7FF;
  border-color: #45C7FF;
  padding: .225rem .65rem
}

a.emotionType {
  width: 100px;
  height: 100px;
  display: inline-block;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding-top: 20px;
  margin-right: 10px;
  transition: all 0.5s;
}
a.emotionType:hover {
  border-color: #585BCB;
  border-width: 2px;
  padding-top: 19px;
  text-decoration: none;
  font-weight: 800;
}
.emotionType b {
  display: block;
  margin: 10px 0;
  font-size: 12px;
  color: #585BCB;
}
.emotionType img {
  width: 30px;
  height: 30px;
  transition: all 0.5s;
}
.emotionType:hover img {
  width: 34px;
  height: 34px;
  margin-top: -4px;
}













/* ---------------------------
=Route Info
--------------------------- */


.selectBusNo {
  /*
  height: 80px;
  */
  border-bottom: 1px solid #ddd;
  box-shadow: 0 5px 8px rgba(0,0,0,0.1);
  margin: -20px -40px 0;
  padding: 0 30px;

}
.selectBusNo ul {

  overflow: hidden;
}
.selectBusNo li {



  /*
  float: left;
  max-width: 180px;
  min-width: 145px;
  */

  padding: 5px;

}
.selectBusNo a {
  display: block;
  padding: 10px;
  text-align: center;
  /*
  min-width: 120px;
  */

  transition: all 0.5s;
  border-radius: 8px;
  border: 2px solid #fff;
}

.selectBusNo a strong {
  display: block;
  font-size: 16px;
}
.selectBusNo a small {
  font-size: 11px;
  letter-spacing: -0.5px;
  color: #4a4a4a;
}
.selectBusNo a:hover,
.selectBusNo a.selected {
  /*
  border: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  box-shadow: 0 -5px 5px rgba(0,0,0,0.1);

  background: #fff;
  position: relative;
  margin-top: 7px;

  color: #3B3D99;
  text-decoration: none;
  */

  text-decoration: none;
  border: 2px solid #3B3D99;
  color: #3B3D99;
/*
  color: #fff;

  background: rgb(59,61,153);
  background: -moz-linear-gradient(-45deg, rgba(59,61,153,1) 41%, rgba(122,202,226,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(59,61,153,1) 41%,rgba(122,202,226,1) 100%);
  background: linear-gradient(135deg, rgba(59,61,153,1) 41%,rgba(122,202,226,1) 100%);

  */
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.selectBusNo a:hover small,
.selectBusNo a.selected small {
  /*
  color: #fff;
  */
  color: #000;
  font-weight: 600;
}

.selectBusNo .busNoSelectWrap {
  display: none;
}



.busRouteInfoBox {
  margin: 40px -15px;
}
.busRouteInfoBox h4 {
  font-size: 12px;
  font-weight: 800;
  color: #3B3D99;
  margin-bottom: 0;
}


/* busInfoPanel : 1st Panel */
.busInfoPanel {
}
.bus {
  margin-bottom: 25px;
}
.bus h3 {
  font-size: 44px;
  font-weight: 600;
  color: #3B3D99;
  margin: 5px 0 5px;
}
.bus h3.alt {
  font-size: 24px;
}
.bus .routeSummary {
  font-size: 13px;
  display: block;
}
.bus .routeSummary strong {
}
.bus .routeSummary i {
  margin: 0 5px;
}

.busInfoPanel .item {
  margin-bottom: 25px;
}
.busInfoPanel .firstItem {
  margin-top: 40px;
}
.busInfoPanel h4 {
  margin-top: 20px;
}
.busInfoPanel p {
  font-size: 13px;
}
.busInfoPanel .stationPoint p span {
  display: block;
}
.busInfoPanel .stationPoint p span em {
  font-style: normal;
}
.busInfoPanel p b {
  font-weight: 800;
}


.first_last_timeTable {
  font-size: 11px;
  text-align: center;
  margin: 10px 0;
  width: 100%;
  max-width: 360px;
}
.first_last_timeTable tr.dr {
  color: #888;
}
.first_last_timeTable th,
.first_last_timeTable td {
  border-bottom: 1px solid #eee;
  padding: 5px 0;
}
.first_last_timeTable th.n {
  border: 0 none;
}


.magnetRouteMapBox {
  width: 100%;
  height: 300px;
  overflow: auto;
  border: 1px solid #eee;
  margin-top: 15px;
  border-radius: 3px;
  padding: 10px;

  display: none;
}
.magnetRouteMap {
  width: 760px;
  /*
  box-shadow: 0 0 12px rgba(0,0,0,0.1) inset;
  padding: 10px;
  */
}

.routeUtilBtns {}
.routeUtilBtns h4 {
  margin-bottom: 10px;
}
.routeUtilBtns a {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 8px 10px;
  border-radius: 4px;
  margin: 5px 0;
  font-size: 12px;
  font-weight: 600;
  max-width: 200px;
}
.routeUtilBtns a i {
  display: block;
  float: left;
  border-right: 1px solid #ddd;
  margin-right: 10px;
}
.routeUtilBtns a img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.routeUtilBtns a:hover {
  text-decoration: none;
}

.routeUtilBtns a.btn_showAllTimeTable {
  /*
  border-color: #3B3D99;
  color: #3B3D99;
  */
}

.routeUtilBtns a.weekend {
  /*
  border-color: red;
  color: red;
  */
}

.routeUtilBtns a.btn_showMap {
  /*
  border-color: #45C7FF;
  color: #45C7FF;
  */
}

.routeUtilBtns a.btn_showAllTimeTable:hover {
  /*
  background: #3B3D99;
  color: #fff;
  */
}
.routeUtilBtns a.btn_showMap:hover {
  /*
  background: #45C7FF;
  color: #fff;
  */
}




/* busInfoPanel : 2nd Panel */

.stations ul {
  padding-left: 30px;
}


li.station {
  position: relative;
  margin: 10px 0;
}
li.station:before {
  content:" ";
  background: #D8D8D8;
  width: 1px;
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -22px;
}
li.startStation:before {
  top: 50%;
}
li.endStation:before {
  bottom: 50%;
}

li.station a {
  display: block;
  border: 1px solid #ddd;
  padding: 10px 15px;
  border-radius: 8px;
  /*
  max-width: 280px;
  */
  /* transition: all 0.5s; */
}
li.station a.selected,
li.station a:hover {
  border: 2px solid #3B3D99;
  padding: 9px 14px;
  text-decoration: none;
  color: #3B3D99;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}
li.station a:hover {
}
li.station a.selected {
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}
li.station i {
  display: inline-block;
  border: 1px solid #D2D3D5;
  border-radius: 50%;
  background: #fff;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 12px;
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -8px;
}
li.station i img {
  width: 6px;
}
.station em {
  display: block;
  font-family: SpoqaHanSans, sans-serif;
  font-size: 10px;
  font-style: normal;
  color: #A7A9AC;
}
.station strong {
  display: block;
  font-size: 13px;
  font-weight: 500;
}
.station small {
  display: block;
  font-family: SpoqaHanSans, sans-serif;
  font-size: 10px;
  font-style: normal;
  color: #999;
  line-height: 1.2;
}
li.station a.selected em,
li.station a.selected small {
  color: #444;
}

li.airport {
  position: relative;
  padding-top: 50px;
}
li.airport .downArrow {
  position: absolute;
  top: -36px;
  left: -26px;
}
li.airport .ic_airport {
  width: 32px;
  float: left;
  margin-left: -30px;
}
li.airport span {
  font-size: 12px;
  font-weight: 600;
  margin: 15px 0 0 20px;
  display: block;
}






/* routeMapPanel : 3rd Panel */
.routeMap {
  border: 1px solid #ddd;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: crosshair;
  border-radius: 8px;
  margin-top: 23px;
  background: #f5f5f5;
}

.frameWrap {
  /*
  position: absolute;
  top: 37px;
  left: 30px;
  width: 360px;
  height: 90%;
  */

  position:fixed;
  right: 20px;
  bottom: 20px;
  top: 60px;
  width: 360px;
  z-index: 100;
  background: rgba(255,255,255,1) url(../images/loading_big.gif) no-repeat center center;
  background-size: 32px 32px;
  border-left: 2px solid #3B3D99;
  border-bottom: 2px solid #3B3D99;
  border-top: 2px solid #3B3D99;
  border-right: 2px solid #3B3D99;
  box-shadow: -10px 10px 30px rgba(0,0,0,0.1);
  border-radius: 8px;
}
.stationTimeTableDoc {
  width: 100%;
  height: 100%;
  border: 0 none;
  border-radius: 8px;

}
.frameWrap a {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 36px;
  height: 36px;
  text-align: center;
  padding-top: 8px;
}




/* iframe : station Time Table */

.stationTimeTable {
  padding-bottom: 220px;
}
.mobileTimeTable {
  padding-top: 80px;
}
.stationTimeTable h4 {
  font-size: 12px;
  font-weight: 800;
  color: #111;
}


.mobileHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 5px 25px rgba(100,100,100,0.1);
  border-bottom: 1px solid #ddd;
  padding: 15px;
}

.mobileHeader .btnBack {
  float: left;
  padding: 5px 17px 5px 5px;
}
.mobileHeader .bus {
  display: inline-block;
  margin-bottom: 0;
}
.mobileHeader .bus .busTypeTag {
  float: left;
  margin-right: 10px;
  margin-top: 2px;
}
.mobileHeader .bus h3 {
  font-size: 24px;
  margin: 0;
  line-height: 1;
}
.mobileHeader .bus .routeSummary {
  display: block;
  margin: 5px 0 0;
}
.mobileHeader .bus .routeSummary strong {
  font-size: 12px;
  font-weight: 400;
}



.stationTimeTable .station {
  margin: 10px 0;
  display: block;
}
.stationTimeTable .mobileStation {
  margin-left: 40px;
}

.stationTimeTable .station em {
  font-size: 12px;
  color: #444;
}
.stationTimeTable .station strong {
  font-size: 16px;
  color: #3B3D99;
  font-weight: 900;
}
.stationTimeTable .station small {
  font-size: 12px;
  color: #444;
}

.timeTableHeader {
  margin: 20px 0 30px;
}

.timeTableWrap {
  margin: 40px 0 0;
}

.timeTable {
  width: 100%;
}
.timeTable th {
  color: #555;
  padding: 10px 0;
  font-size: 12px;
}
.timeTable td {
  border-bottom: 1px solid #eee;
  color: #4A4A4A;
  font-family: SpoqaHanSans, sans-serif;
  font-size: 14px;
  padding: 10px 0;
}
.timeTable td span {
  margin-right: 8px;
}
.timeTable .time {
  font-weight: 600;
  text-align: center;
  width: 90px;
}
.timeTable .time.wk {
  width: 50px;
}
.timeTable .minutes {
  padding-left: 10px;
}
.timeTable .weekend {
  color: #C57B00;
}
.timeTable td em {
  /* color: #45C7FF; */
  font-weight: 600;
  font-style: normal;
  background: #E4F6FF;
  color: #3B3D99;
}

.timeTableTail {

}
.timeTableTail .location {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 15px 15px;
  width: 100%;
  background: rgba(255,255,255,0.9);
  border-top: 1px solid #ddd;
  box-shadow: 0 -4px 20px rgba(100,100,100,0.1);
  border-radius: 8px 8px 0 0;
}
.timeTableTail .root_daum_roughmap_landing,
.timeTableTail #map {
  width: 100% !important;
  border: 1px solid #666;
  border-radius: 4px;
}
.timeTableTail .location {
}
.timeTableTail .btn_back {
  display: block;
  border: 1px solid #3B3D99;
  padding: 15px 33px 15px 0;
  text-align: center;
  color: #3B3D99;
  font-weight: 800;
  font-size: 14px;
  margin: 10px 0 30px;
  border-radius: 50px;
}
.timeTableTail .btn_back img {
  margin: 5px 0 0 15px;;
  float: left;
}
.timeTableTail .btn_back:hover {
  text-decoration: none;
  background: #3B3D99;
  color: #fff;
}


.timeTableTail .mapUtilBtns {
  padding: 10px 0 0;
  overflow: hidden;
}
.timeTableTail .mapUtilBtns span {
  width: 33.3%;
  float: left;
  padding: 0 2px;
}
.timeTableTail .mapUtilBtns a {
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #666;
  background: #fff;
  border-radius: 4px;
  display: block;
  color: #333;
  padding-left: 28px;
  text-decoration: none;
}
.timeTableTail .mapUtilBtns a img {
  width: 16px;
  vertical-align: middle;
  margin: 0 0 0 -20px;
  float: left;
}
.timeTableTail .mapUtilBtns a:hover {
  background: #E4F7FF
}



/* 전체 시간표 */

.wholeTimeTable {

}

.wholeTimeTable h4 {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -1px;
}

.wholeTimeTable table {

}

.wholeTimeTable thead th {
  font-size: 11px;
  font-weight: 800;
  vertical-align: top;
  width: 50px;
  border-bottom: 0 none;
  border-top: 0 none;
  letter-spacing: -0.5px;
}
.wholeTimeTable thead th.no,
.wholeTimeTable tbody td.no {
  color: #888;
}
.wholeTimeTable thead th.arrived {
  color: #585BCB;
}
.wholeTimeTable thead th.departure {
  color: #45C7FF;
}
.wholeTimeTable td {
  font-size: 13px;
  font-family: SpoqaHanSans, sans-serif;
  border-top: 1px solid #e5e5e5;
  padding: .50rem;

}
.wholeTimeTable tbody td.no {
  font-size: 12px;
}

.anc_dashBus {
  background: #E4F6FF;
  color: #3B3D99;
  display: inline-block;
  font-weight: 800;
  letter-spacing: -0.5px;
  font-size: 12px;
  margin: 0 0 10px 0;
  padding: 5px;
  border-radius: 2px;

}

.wholeTimeTable .table-primary,
.wholeTimeTable .table-primary>td,
.wholeTimeTable .table-primary>th {
  background-color: #E4F6FF;
}


.wholeTimeTable tr:hover {
  background: #f5f5f5;
}



/* 전체시간표 모달, 아이프레임 */
.wholeTimeTabel_modal {

}
.wholeTimeTabel_modal .close,
.wholeTimeTabel_modal_weekend .close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 24px;
  height: 24px;
  z-index: 10;
}
.wholeTimeTabel_modal .modal-content,
.wholeTimeTabel_modal .modal-body,
.wholeTimeTabel_modal_weekend .modal-content,
.wholeTimeTabel_modal_weekend .modal-body {
  height: 100%;
}

.wholeTimeTableDoc {
  border: 0 none;
  width: 100%;
  height: 100%;
  position: relative;
}


@media (min-width: 992px) {
  .modal-xlg {
    max-width: 1380px;
    width: 90%;
    height: 95%;
  }
}


.wholeTimeTable thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 1px 2px rgba(100,100,100,0.1);
}

.stickyTable {
  overflow: auto;
  height: 75vh;
  margin: 20px 0 0;
  position: relative;

}
.stickyTable table {
  border-bottom: 2px solid #3B3D99;
}


/*
@media (max-width: 376px) {
  .stationTimeTable h4,
  .mobileHeader,
  .timeTableTail {
    display: block;
  }
  .stationTimeTable .station {
    margin-left: 40px;
  }
}
*/


.busNoWarnAnc {

  margin: 0;
  /*
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  */
  display: block;
  background: rgba(59,61,153,0.8);
  color: #fff;
}
.busNoWarnAnc span {
  display: block;
  padding: 10px;
  font-size: 11px;
}





/* ------------
  pages
------------ */

.pages {
  padding: 20px 0 180px;
}
.page-item.disabled .page-link {
  color: #3B3D99;
  background: #C5EBFB;
  border-color: #8DD8F8;
  font-weight: 800;
}


.bull .table thead th {
  border-top: 0 none;
  font-size: 13px;
  font-weight: 800;
}

/* cs center 고객센터 */

.bull .table tr {
  transition: 0.5s all;
}
.bull .table tr:hover {
  background: #f5f5f5;
}
/*
.bull .table tr:hover .title {
  padding-left: 15px;
  transition: 0.5s all;
  color: #3B3D99;
}
*/

.bull .table {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}

.bull .table .no {
  font-size: 12px;
  font-weight: 600;
  color: #888;
  width: 50px;
}
.bull .table td.title {
  font-size: 15px;
}
.bull .table td.title a {
  display: block;
  margin: -.75rem;
  padding: .75rem;
}
.bull .table .date {
  width: 105px;
  text-align: center;
}
.bull .table td.date {
  color: #888;
}
.bull .table .title a:hover {
  text-decoration: none;
  color: #3B3D99;
  font-weight: 800;
}





/* faq */

.faqList {
  /* border-top: 1px solid #ddd; */
  margin-bottom: 40px;
}

.faqList .faq {
}

.faq-header button.btn {
  border-bottom: 1px dashed #bbb;
  padding: 15px 30px 15px 60px;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 15px;
  font-weight: 800;
  color: #3B3D99;
  text-decoration: none;
  background: #f5f5f5;
  transition: all 0.5s;
  white-space: normal;
}
.faq-header button.btn:hover {
  color: #3B3D99;
  font-weight: 800;
  text-decoration: none;
}

.faq-header button.collapsed {
  color: #444;
  font-weight: 400;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.faq-body {
  padding: 15px 30px 60px 60px;
  border-bottom: 1px solid #eee;
  background: #f5f5f5;
}

.faqList .faq .headTip {
  float: left;
  font-weight: 600;
  width: 35px;
  margin-left: -35px;
}
.faqList .faq .faq-body .headTip {
  color: #777;
}


.faqList .faq .faq-body img {
  max-width: 100%;
  border-radius: 4px;
  margin: 15px 0;
}
.faqList .faq .faq-body a {
  color: #4A90E2;
  text-decoration: underline;
}





/* lostList */

.lostList {

}

a.lostItem {
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  overflow: hidden;
  padding: 15px;
  margin-bottom: 30px;
  transition: 0.3s all;
}
.lostItem .thumbMask {

  overflow: hidden;
  padding-bottom: 80.5%;

  display: block;
  margin: -15px -15px 15px;
  border-bottom: 1px solid #ddd;
}
.lostItem .desc {
}
.lostItem .desc h5 {
  margin: 0 0 5px;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lostItem .desc p {
  color: #888;
  margin: 0;
}
.lostItem .desc p .busNo {
  font-weight: 700;
  color: #585BCB;
}

a.lostItem:hover {
  text-decoration: none;
  color: #3B3D99;
  padding: 14px;
  box-shadow: 0 16px 16px rgba(0,0,0,0.1);
  border: 2px solid #3B3D99;
}

a.lostItem:hover .thumbMask {
}
a.lostItem:hover h5 {
  font-weight: 800;
}

.lostAnc .btn_lostItem {
  max-width: 300px;
  padding: 20px;
}

.lostAnc .inner {
  border-top: 1px solid #eee;
  padding-top: 20px;
}



/* csSuggestion 고객 제안 */
.csSuggestion {
  margin: 0 0 40px;
}
.csSuggestion p {
  margin: 0 -15px;
}
.csSuggestion p small {
  font-size: 14px;
  display: block;
  margin: 20px 0;
}
.csSuggestion a.emotionType {
  width: 100%;
  padding: 40px 0 35px;
  height: auto;
}
.csSuggestion a.emotionType:hover {
  padding: 39px 0 34px;
  box-shadow: 0 16px 16px rgba(0,0,0,0.1);
}

.csSuggestion .emotionType img {
  width: 48px;
  height: 48px;
}
.csSuggestion .emotionType:hover img {
  margin-top: 0;
}
.csSuggestion .emotionType b {
  font-size: 14px;
  margin-top: 15px;
}
.csSuggestion a.emotionType:hover b {
  font-weight: 800;
}

.ancTelNo {
  margin: 50px 0 20px;
  width: 200px;
  border-radius: 3px;
  border: 1px solid #eee;
  padding: 15px 15px 0;
}
.ancTelNo h6 {
  font-size: 13px;
}

.ancTelNo strong {
  font-size: 13px;
  font-weight: 700;
  font-family: SpoqaHanSans, sans-serif;
  display: block;

}
.ancTelNo img {
  float: left;
  width: 48px;
  margin: 5px 15px 5px 0;
}


/* 공지사항 */

.articleWrap {

}


.articleHeader {

}
.articleHeader h4 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 10px;
  color: #3B3D99;
}
.articleHeader .desc {
  padding: 5px;
  font-size: 14px;
  margin-bottom: 20px;
}
.articleHeader .desc .busNo {
  color: #585BCB;
  font-weight: 700;
}
.articleHeader .attach {

}
.attach h6 {
  font-size: 11px;
  color: #999;
  letter-spacing: -0.5px;
}
.attach p {
  font-size: 12px;
  font-weight: 700;
  color: #222;
  padding: 10px;
  background: #f5f5f5;
  margin-bottom: 5px;
}
.attach p img {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  vertical-align: text-bottom;
}

.articleBody {
  margin: 20px 0 40px;
  border-top: 1px solid #eee;
  padding: 30px 0;
}
.articleBody img {
  max-width: 100%;
}
.articleBody p {
  margin: 0;
}
/*
.articleBody li {
  margin-left: 40px;
}
.articleBody ul li {
  list-style: disc;
}
.articleBody ol li {
  list-style: decimal;
}
.articleBody .ql-size-large {
  font-size: 1.3em;
}
.articleBody .ql-size-huge {
  font-size: 2.3em;
}

.articleBody .ql-align-center {
  text-align: center;
}
.articleBody .ql-align-right {
  text-align: right;
}
.articleBody .ql-align-justify {
  text-align: justify;
}

.articleBody .ql-indent-1 {

}
*/

.articleBody p,
.articleBody ol,
.articleBody ul,
.articleBody pre,
.articleBody blockquote,
.articleBody h1,
.articleBody h2,
.articleBody h3,
.articleBody h4,
.articleBody h5,
.articleBody h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.articleBody ol,
.articleBody ul {
  padding-left: 1.5em;
}
.articleBody ol > li,
.articleBody ul > li {
  list-style-type: none;
}
.articleBody ul > li::before {
  content: '\2022';
}
.articleBody ul[data-checked=true],
.articleBody ul[data-checked=false] {
  pointer-events: none;
}
.articleBody ul[data-checked=true] > li *,
.articleBody ul[data-checked=false] > li * {
  pointer-events: all;
}
.articleBody ul[data-checked=true] > li::before,
.articleBody ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.articleBody ul[data-checked=true] > li::before {
  content: '\2611';
}
.articleBody ul[data-checked=false] > li::before {
  content: '\2610';
}
.articleBody li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.articleBody li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.articleBody li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.articleBody ol li:not(.ql-direction-rtl),
.articleBody ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.articleBody ol li.ql-direction-rtl,
.articleBody ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.articleBody ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.articleBody ol li:before {
  content: counter(list-0, decimal) '. ';
}
.articleBody ol li.ql-indent-1 {
  counter-increment: list-1;
}
.articleBody ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.articleBody ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.articleBody ol li.ql-indent-2 {
  counter-increment: list-2;
}
.articleBody ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.articleBody ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.articleBody ol li.ql-indent-3 {
  counter-increment: list-3;
}
.articleBody ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.articleBody ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.articleBody ol li.ql-indent-4 {
  counter-increment: list-4;
}
.articleBody ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.articleBody ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.articleBody ol li.ql-indent-5 {
  counter-increment: list-5;
}
.articleBody ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.articleBody ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.articleBody ol li.ql-indent-6 {
  counter-increment: list-6;
}
.articleBody ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.articleBody ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.articleBody ol li.ql-indent-7 {
  counter-increment: list-7;
}
.articleBody ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.articleBody ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.articleBody ol li.ql-indent-8 {
  counter-increment: list-8;
}
.articleBody ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.articleBody ol li.ql-indent-8 {
  counter-reset: list-9;
}
.articleBody ol li.ql-indent-9 {
  counter-increment: list-9;
}
.articleBody ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.articleBody .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.articleBody li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.articleBody .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.articleBody li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.articleBody .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.articleBody li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.articleBody .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.articleBody li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.articleBody .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.articleBody li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.articleBody .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.articleBody li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.articleBody .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.articleBody li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.articleBody .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.articleBody li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.articleBody .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.articleBody li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.articleBody .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.articleBody li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.articleBody .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.articleBody li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.articleBody .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.articleBody li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.articleBody .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.articleBody li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.articleBody .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.articleBody li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.articleBody .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.articleBody li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.articleBody .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.articleBody li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.articleBody .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.articleBody li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.articleBody .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.articleBody li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.articleBody .ql-video {
  display: block;
  max-width: 100%;
}
.articleBody .ql-video.ql-align-center {
  margin: 0 auto;
}
.articleBody .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.articleBody .ql-bg-black {
  background-color: #000;
}
.articleBody .ql-bg-red {
  background-color: #e60000;
}
.articleBody .ql-bg-orange {
  background-color: #f90;
}
.articleBody .ql-bg-yellow {
  background-color: #ff0;
}
.articleBody .ql-bg-green {
  background-color: #008a00;
}
.articleBody .ql-bg-blue {
  background-color: #06c;
}
.articleBody .ql-bg-purple {
  background-color: #93f;
}
.articleBody .ql-color-white {
  color: #fff;
}
.articleBody .ql-color-red {
  color: #e60000;
}
.articleBody .ql-color-orange {
  color: #f90;
}
.articleBody .ql-color-yellow {
  color: #ff0;
}
.articleBody .ql-color-green {
  color: #008a00;
}
.articleBody .ql-color-blue {
  color: #06c;
}
.articleBody .ql-color-purple {
  color: #93f;
}
.articleBody .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.articleBody .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.articleBody .ql-size-small {
  font-size: 0.75em;
}
.articleBody .ql-size-large {
  font-size: 1.2em;
}
.articleBody .ql-size-huge {
  font-size: 2.0em;
}
.articleBody .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.articleBody .ql-align-center {
  text-align: center;
}
.articleBody .ql-align-justify {
  text-align: justify;
}
.articleBody .ql-align-right {
  text-align: right;
}
.articleBody.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}



.articleFooter {

}

.articleFooter .attach {
  margin: 40px 0 20px;
  padding: 20px 0 10px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.articleFooter a.btn {
  display: block;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 10px 20px;
  margin: 20px 0 40px;
  text-align: left;
  font-size: 13px;
  width: 160px;
  text-align: center;
}
.articleFooter a.btn img {
  width: 12px;
  margin-right: 10px;
  vertical-align: middle;
}

.articleFooter a.btn:hover {
  background: #f5f5f5;
  color: #3B3D99;
  font-weight: 800;
}


.prev_next_article {
  margin-top: 80px;
}
.prev_next_article li {
  padding: 10px;
}
.prev_next_article li span {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: -0.5px;
  margin-right: 20px;
}
.prev_next_article li:first-child {
  border-bottom: 1px solid #ddd;
}
.prev_next_article li a {
  text-decoration: underline;
}








/* 찾아오시는 길 */

.mapBox {
  margin-top: -10px;
  min-height: 410px;
}
.mapBox .root_daum_roughmap {
  width: 100%;
}
.mapBox address {
  margin: 20px 5px 65px;
  border-left: 2px solid #ddd;
  padding-left: 15px;
}
.mapBox address b {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
}




/* 회사 소개 */


.about {

}

.about h3 {
  font-weight: 700;
  font-size: 16px;
}
.about h5 {
  margin: 20px 0 40px;
  line-height: 1.4;
}
.about h5 span {
  display: block;
}
.about ol {
  margin: 30px 0 30px;
}
.about ol li {
  margin: 30px 0;
  padding-left: 50px;
}
.about ol li h6 {
  font-weight: 600;
}

.about ol li h6 i {
  float: left;
  width: 32px;
  height: 32px;
  margin: 0 0 0 -50px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  font-style: normal;
  transition: all 0.8s;
  font-size: 13px;
}

.about ol li:hover h6 i {
  background: #4A90E2;
  border-color: #4A90E2;
  color: #fff;
}
.about .about_sp_img1 {
  max-width: 100%;
  width: 300px;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  float: left;
  margin: 10px;
}
.about .about_sp_img2 {
  width: 250px;
  max-width: 100%;
  margin: 10px 0 20px 30px;
  float: right;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);

}


/* 회사 연혁 */

.history {

}
.history>li {
  position: relative;
}
.history>li:after {
  position: absolute;
  content: " ";
  top: 2px;
  left: 89px;
  width: 1px;
  height: 100%;
  background: #ddd;
}
.history li .year {
  font-size: 22px;
  font-weight: 500;
  font-family: SpoqaHanSans, sans-serif;
  float: left;
  width: 80px;
  line-height: 1;
}
.history li .dot {
  position: relative;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #C5EBFB;
  border: 1px solid #8DD8F8;
  top: 2px;
  transition: all 0.3s;
}
.history li:hover .dot {
  top: -1px;
  border-color: #3B3D99;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);

}
.history .desc {
  padding-left: 85px;
  padding-bottom: 40px;
  margin-top: -25px;
}
.history .desc ol {
  padding-left: 40px;
}
.history .desc li {
  margin: 0 0 10px;
  padding-left: 50px;
}
.history .desc li b {
  width: 50px;
  float: left;
  margin-left: -50px;
}
.history .desc li img {
  max-width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 2px;
  margin: 10px 0;
}

.history li.startPoint {

}
.history li.startPoint:after {
  display: none;
}
.history li.startPoint img {
  width: 40px;
  height: 40px;
  margin-left: 70px;
  margin-top: 10px;
  opacity: 0.8;
}



/* temp */
/*
.stationTimeTable h4,
.mobileHeader,
.timeTableTail {
  display: block;
}
.stationTimeTable .station {
  margin-left: 40px;
}
*/




/* 편의성 */

.cv {

}
.cv ol li h6 {
  font-weight: 400;
  letter-spacing: -0.5px;
  font-size: 20px;
  line-height: 1.5;

}
.cv ol li h6 span {
  display: block;
}
.cv ol li h6 b {
  font-weight: 700;
}
.cv ol li {
  margin: 20px 0;
  border: 1px solid #eee;
  padding: 30px 30px 30px 80px;
  border-radius: 8px;
  transition: all 0.5s;
}
.cv ol li:hover {
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  border-color: #ddd;
}
.cv ol li p {
  font-size: 15px;
  color: #666;
  margin: 0;
}
.cv li>img {
  max-width: 100%;
  border-radius: 4px;
  margin: 10px 0 0;
}
.cv ol li .ic {
  width: 32px;
  float: left;
  margin-right: 10px;
  margin-left: -55px;
}




/* 운임, 할인정보 */

.fare table strong {
  color: #4A90E2;
  font-size: 16px;
  font-weight: 800;
}
.fare .exChild {
  font-size: 13px;
  color: #777;
}

.discount {
}
.dItem {
  border-bottom: 1px solid #eee;
  padding: 30px 0;
  padding-left: 70px;
}
.dItem li {
  list-style: circle;
  margin-left: 20px;
}
.dItem h6 {
  color: #4A90E2;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin: 10px 0 15px;
}
.dItem i img {
  margin-left: -70px;
  float: left;
}




/* ancTicketOffice 티켓 발권 안내 */

.ancTicketOffice h5 {
  /*
  font-weight: 700;
  padding-left: 20px;
  color: #4A90E2;
  letter-spacing: -1px;
  */
}
.ancTicketOffice h5:before {
  /*
  content: " ";
  position: absolute;
  width: 11px;
  height: 11px;
  background: #4A90E2;
  margin-left: -20px;
  margin-top: 6px;
  border-radius: 50%;
  */
}
.ancTicketOffice h6 {
  font-weight: 700;
  border-left: 3px solid #4A90E2;
  padding-left: 5px;
}
.ancTicketOffice img {
  max-width: 100%;
}
.ancTicketOffice .caption {
  text-align: right;
}

.ancTicketOffice ul {
  margin: 10px 0 30px;
}
.ancTicketOffice li {
  list-style: circle;
  margin: 0 0 0 20px;
}
.ancTicketOffice li b {
  color: #4A90E2;
}




/* 메일 작성 폼 */

.writingForm {
  margin-bottom: 40px;
}

.wfHeader {
  padding: 20px;
  overflow: hidden;
}
.wfHeader img {
  width: 64px;
  margin-bottom: 15px;
}
.wfHeader h4 {
  color: #585BCB;
  font-weight: 600;
}
.wfHeader h4.lost {
  color: #3B3D99;
}
.writingForm fieldset {
  border-top: 1px solid #ddd;
  padding: 20px;
}
.writingForm fieldset textarea {
  height: 250px;
}
.writingForm fieldset button {
  background-color: #585BCB;
  color: #fff;
  font-size: 15px;
  padding: 15px 30px;
  margin-bottom: 15px;
}
.writingForm label em {
  color: #45C7FF;
  font-weight: 600;
  font-size: 20px;
  font-style: normal;
}




.sendingSuccess {
  text-align: center;
  padding: 50px 0;
}
.sendingSuccess img {
  width: 80px;
  margin: 0 0 20px;
  opacity: 0.8;
}

.modal-header {
  display: block !important;
}

.modal-header .close {
  margin-top: -10px !important;
}

/* ---------------------------
=responsible
--------------------------- */


@media (max-width: 767px) {




/* layout */

  .footer {
    padding: 30px 0 20px;
  }
  .footer p {
    color: #777;
  }

  .main .gnb h1 a {
    display: block;
  }
  .gnb .menu {
    display: none;
  }
  .navToggle {
    display: block;
  }


  .pageHeader {
    /*
    height: 100px;
    padding-top: 65px;
    */
    margin-bottom: 10px;
  }
  .pageHeader h2 {
    font-weight: 800;
    padding: 0 5px;
    text-align: center;
  }

  .container-fluid {
    padding: 0 15px;
  }

  .sideMenu {
    max-width: 100%;
    margin-bottom: 30px;
    margin-top: -10px;
    text-align: center;
  }
  .sideMenu li {
    display: inline-block;
  }
  .sideMenu a {
    padding: 5px 20px;
    font-size: 13px;
    letter-spacing: -0.5px;
    border: 1px solid #eee;
    border-radius: 50px;
  }
  .sideMenu a:hover,
  .sideMenu .current a {
    background: #eee;
    border: 1px solid #ddd;
    padding: 5px 20px;
  }

  .pages {
    padding: 10px 0 80px;
  }



  /* main */
  .masthead {
    padding-top: 80px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    background-position: center center;
    background-attachment: scroll;
  }
  .masthead h2 {
    display: none;
  }
  .menuBoxes a.box {
    height: auto;
    padding: 20px 20px 40px;
    margin: 0 0 10px 0;
    min-height: 65px;
  }
  .menuBoxes a.box img.ic {
    left: auto;
    right: 20px;
    bottom: 20px;
    width: 20px;
    height: 20px;
  }
  .menuBoxes a.box strong {
    font-size: 18px;
    margin: 0 0 5px 0;
  }
  .menuBoxes a.box i {
    display: none;
  }
  .menuBoxes a.box small {
    width: 85%;
    line-height: 1.5;
    display: block;
    word-break: keep-all;
    word-wrap: break-word;
    font-size: 12px;
  }
  .menuBoxes a.short {
    /*
    width: 48.5%;
    float: left;
    */
  }
  .menuBoxes a.short small {
    width: 70%;
  }
  .menuBoxes a.linkAbout {
    margin-right: 3%;
  }
  .menuBoxes a.short img.ic {
    /*
    width: 20px;
    height: 20px;
    display: none;
    */
  }
  .adBox {
    margin-bottom: 10px;
  }
  .adBox .tinyHeading,
  .csBox .tinyHeading {
    display: none;
  }
  .btn_lostItem {
    margin: 10px 0 15px;
    width: 100%;
  }
  .bbs h6 {
    font-weight: 700;
  }
  .bbs li a {
    padding: 10px 5px;
    font-size: 14px;
  }
  .bbs a.more {
    position: static;
    margin: 5px 0;
    padding: 10px 0;
    width: 100%;
    display: block;
  }
  .csCenter {
    overflow: hidden;
  }
  .csCenter p {
    margin: 5px 0;
  }
  .csCenter p span {

  }
  .csCenter p span small {
    font-size: 13px;
    display: block;
  }

  a.emotionType {
    width: 48%;
    float: left;
    margin: 1%;;
  }




  /* routeMap */


  .selectBusNo {
    padding: 20px 15px 5px;
    margin: -20px -15px 0;
    height: auto;
    background: #eee;
    border-bottom: 1px solid #ddd;
  }
  .selectBusNo select {
    -webkit-appearance: button;
     background: #fff url(../images/down-chevron.svg) no-repeat 97% 13px;
  }
  .selectBusNo ul {
    display: none;
  }
  .selectBusNo .busNoSelectWrap {
    display: block;
    margin-bottom: 5px;
  }
  .selectBusNo select {
    font-weight: 600;
  }

  .busRouteInfoBox {
    margin: 20px -15px 60px;
  }

  .busRouteInfoBoxHeading {
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    margin-bottom: 25px;
  }
  .busTypeTag {
    vertical-align: middle;
  }
  .bus {
    /*
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    */
  }
  .bus h3 {
    display: inline-block;
    font-size: 24px;
    vertical-align: middle;
    margin-top: 4px;
    margin-left: 2px;
  }
  .bus .routeSummary {
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin: 2px 0;
  }
  .busInfoPanel p {
    margin-bottom: 0;
  }

  .busInfoPanel .item {
    width: 48%;
    display: block;
    float: left;
    margin-bottom: 15px;
  }
  .busInfoPanel .item p span {
    /*
    display: block;
    */
  }

  .busInfoPanel .firstItem {
    margin: 0;
  }
  .busInfoPanel .lastItem {
    width: 100%;
    clear: both;
  }
  .first_last_timeTable {
    max-width: 100%;
  }
  .busInfoPanel h4 {
    margin-top: 10px;
  }
  .busInfoPanel .routeUtilBtns {
    width: 100%;

  }
  .routeUtilBtns a {
    /*
    width: 49%;

    display: inline-block;
    */
    display: block;
    max-width: 100%;
    font-size: 12px;
    letter-spacing: -0.5px;
    text-align: center;

  }
  .routeUtilBtns a.btn_showAllTimeTable {
    width: 49%;
    float: left;
  }
  .routeUtilBtns a.btn_showAllTimeTable.w100 {
    width: 100%;
  }

  .routeUtilBtns a.weekend {
    margin-left: 2%;
    width: 49%;
  }


  li.station a {
    background: url(../images/ic_right_arrow.svg) no-repeat 95% center;
    padding-right: 30px;
  }
  .station strong {
    font-size: 14px;
  }


  .magnetRouteMapBox {
    display: block;
  }
  .routeMap {
    margin: 30px 0 0;
    height: 300px;

    display: none;
  }

  .overlay_loading {
    background: rgba(255,255,255,0.8) url(../images/loading_big.gif) no-repeat center center;
    background-size: 32px 32px;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
  }


  .wholeTimeTable .timeTableWrap {
    margin: 40px -15px 0;
    overflow: hidden;
    padding: 60px 15px 0;
  }
  .wholeTimeTable thead th {
    min-width: 80px;
  }
  .stickyTable {
    height: 68vh;
  }
  /*


    position: sticky;
    top: 0;
    background: #fff;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 1px 2px rgba(100,100,100,0.1);
  }

  .stickyTable {
    overflow: auto;
    margin: 20px 0 0;
    border-bottom: 1px solid #ddd;
  }
*/






  /* 회사소개 */

  .history li .year {
    font-size: 18px;
    width: 60px;
  }
  .history .desc {
    padding-left: 55px;
  }
  .history>li:after {
    left: 69px;
  }
  .history .desc li {
    padding: 0;
    font-size: 13px;
  }
  .history .desc li b {
    margin: 0;
    width: 100%;
    display: block;
    margin: 0 0 5px;
  }


  .mapBox .root_daum_roughmap {
    height: 200px;
  }




  /* 고객센터 */


  .articleBody {
    font-size: 16px;
  }

  .lostList {
    margin-bottom: 20px;
  }
  a.lostItem {
    margin-bottom: 10px;
    overflow: hidden;
  }
  .lostItem .thumbMask {
    float: left;
    padding: 0;
    width: 100px;
    height: 100px;
    margin: -15px 15px -15px -15px;
  }

  .lostItem .desc h5 {
    font-size: 15px;
  }





  .csSuggestion p small {
    margin: 0 5px 5px;
  }
  .csSuggestion a.emotionType {
    padding: 25px 15px;
    text-align: left;
  }
  .csSuggestion a.emotionType:hover {
    padding: 14px;
  }
  .csSuggestion .emotionType img {
    width: 32px;
    height: 32px;
    float: right;
  }
  .csSuggestion .emotionType b {
    margin: 5px 0 0;
    font-size: 13px;
  }

  .ancTelNo {
    display: none;
  }



  /* 운임, 할인 */
  .dItem {
    padding: 30px 0;
  }
  .dItem i img {

    margin: 0 15px 10px 5px
  }


  .dItem h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0 0;
  }
  .dItem h6 {
    font-size: 14px;
    clear: both;
    text-align: right;
    padding-right: 5px;
  }
  .dItem i img {
    width: 32px;
  }
  .dItem ul {
  }
  .dItem li {
    font-size: 13px;
    margin: 5px 0 5px 22px;
  }



  /* 편의성 */
  .cv ol li {
    padding: 30px 20px;
    margin: 10px 0;
    border-radius: 4px;
  }

  .cv ol li .ic {
    float: none;
    display: block;
    margin: 0 auto 20px;
    width: 48px;
  }
  .cv ol li h6 {
    text-align: center;
    font-size: 20px;
    margin: 0 20px 10px;
    word-break: keep-all;
  }
  .cv ol li h6 span {
    display: inline;
  }
  .cv ol li p {
    font-size: 14px;
    padding: 0 20px;
    word-break: keep-all;
    text-align: center;
  }

  /* 소개 */
  .about h5 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .about h5 span {
    display: inline;
  }
  .about .about_sp_img2 {
    float: none;
    width: 100%;
    margin: 0;
  }

}
