@charset "utf-8";
/*print-page popup*/
.btn_box{position: absolute; width:100%; display: flex; justify-content: center;padding: 20px 0;margin-top: -70px;}
.print_body{width:100%; height:100%;display: flex;align-items: center;justify-content: center;min-height: 848px;}
.print_main{width: 395px; display: flex; flex-flow: column; align-items: center; min-height: 522px; background-image: url('/site/kr/img/print_background.png'); background-repeat: no-repeat; background-size: cover; -webkit-print-color-adjust:exact; padding: 29px;}
.h_title{font-size: 18px; color: #000;font-weight: bold;padding: 25px 0;border-bottom: 4px double #cccccc;width: 100%;text-align: center;}
.mid_contents{width: 110%;position: relative; height: 197px; background-image: url('/site/kr/img/mid_contents.png'); background-repeat: no-repeat; background-position: center; -webkit-print-color-adjust:exact;}
.contents_info_text, .contents_info_sign{font-size: 16px;text-align: center; margin-top: 35px; color: #000;}
.contents_info_text span, .contents_info_sign span{color:#c90f0f; font-weight: bold;}
.bottom_contents{border-top: 1px dotted #9f9f9b;margin-top: 20px; width:100%;}
.bottom_linner{font-size: 13px;color: #848484;text-align: center;margin: 12px 0;}
.bottom_linner::before{content: ""; position: absolute; background: #848484; width: 4px; height: 1px;margin-top: 10px;margin-left: -7px;}
.logo_img{width:100%; height:70px;background-image: url(/kr/img/common/logo.png); background-repeat: no-repeat; background-position: center; -webkit-print-color-adjust:exact;}

/*print page 관련 */
.delay_info li{padding-left: 25px;margin: 5px 0;}
.delay_info li::before{content: "";width: 10px;height: 2px;background: #494949;position: absolute;left: 10px;margin-top: 12px;}
.info_box{background: #f8f8f8;width: 100%;padding: 20px 0; margin: 20px 0 10px;}
.time_select{height: 50px;width: 30%;border-radius: 6px;max-width: 120px;}
.select_search{width: 50%;max-width: 220px;height: 50px;border-radius: 7px;background-color: #fff;background-image: url('/site/kr/img/select_arrow.png');background-position: 96% 50%;font-size: 16px;font-weight: bold;}


/*media query*/
@media (max-width:1300px) {
    div .search_result > div{font-size: 14px;}
}
@media (max-width:1280px){
    .search-box .img_title::before{top:107px;}
    /* div .railroad-map{overflow-x: overlay;} */
}
@media (max-width:945px){
    div .search_result > div{font-size: 12px; line-height: 22px;}
    div .search_result{padding: 0 20px; height: 90px; display: grid;}
    div .search-box{height: 220px;padding: 0 20px;}
    div .search_result .timer::after, div .search_result .distance::after{width: 0px;}
    .search_result .distance{padding: 0px;}
    form .stationSelector{width: 49%; margin-bottom: 13px;}
    .search-box .search{width: 28%;}
    .search-box .total_map{width: 40%;}
    .search-box .img_title::before{left: 16px;top:91px;}
}
@media (max-width:615px){
    div .search-box h1{font-size: 14px; padding: 26px 0px 15px 30px;}
    .popup_main .contents{max-height: 650px;}
}
@media (max-width:400px){
    div .search-box{padding: 0 5px 20px; position: relative;}
    div .search_result div img{margin: 0 5px;}
    .search-box .img_title::before{ left: 0px;top: 14px;}
    div .search_result{padding: 11px 0; height: 110px; }
    div .search_result div span{margin: 0 0px 0 2px;}
}
/*modal*/
.popup_main{
    position: fixed;
    display: none;
    z-index: 9999;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.8);
  }
  .contents{
    display: block;
    position: fixed;
    opacity: 1;
    z-index: 9999999;
    width: 80%;
    height: 980px;
    max-width: 1000px;
    background-color: #fff;
    overflow-y: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .top_title{
    display: flex;
    background: #3a76be;
    width: 100%;
    height: 50px;
  }
  .btn-close{
    margin-left: auto;
  }
  .pop_title{
    padding-left: 20px;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    line-height: 47px;
  }
  .tab-content{
    padding: 20px;
  }
  .station_title{
    padding: 0;
    margin-right: 4px;
    border-top: 0;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
  }
  .station_title::before{
    content: '';
    display: inline-block;
    position: relative;
    top: 10px;
    width: 19px;
    height: 4px;
    margin-right: 8px;
    background: #3a76be;
    vertical-align: top;
  }
  .toggle-tab{
    float: right;
    margin: 20px 20px 0 0;
  }
  .toggle-tab button {
    display: table-cell;
    min-width: 75px;
    height: 26px;
    border: 1px solid #91ba9f;
    border-radius: 1px;
    line-height: 24px;
    background: #f7f7f7;
    text-align: center;
    color: #444444;
  }
  .toggle-tab button.active {
      background: #3a76be;
      border-color: #3a76be;
      color: #fff;
  }
  
  .board-view.data {
      margin: 20px 0;
      border-color: #666666;
      border-bottom: 1px solid #e9e9e9;
  }
  .board-view thead th {
      height: 39px;
      padding: 0;
      border-bottom: 1px solid #cccccc;
      line-height: 1.2;
      text-align: center;
      background: #fafafa;
      color: #7a7a7a;
  }
  .board-view.data tbody th {
      padding-left: 0;
      text-align: center;
      background: #f4fbf5;
      border-bottom: 1px solid #e9e9e9;
  }
  .board-view.data td {
      height: 39px;
      padding: 0;
      border-left: 1px solid #e9e9e9;
      line-height: 1;
      text-align: center;
      color: #666666;
  }
  .board-view td {
      height: 49px;
      border-bottom: 1px solid #e9e9e9;
      color: #444444;
  }
  .popup-content .board-view.data td {
      line-height: 1.3;
  }
  .board-view {
      border-top: 2px solid #639c7c;
      width: 100%;
      border-collapse: collapse;
      border-spacing: 0;
  }
  .board-view tr td,
  .board-view tr th{
    vertical-align: middle;
  }
  .textR{text-align: right !important; padding-right: 10px !important;}
  .textC{text-align: center !important;}
  .textL{text-align: left !important; padding-left: 10px !important;}
  .btn_cofirm{display: flex;justify-content: center;}
  .btn_cofirm > button { width: 100%;}
.search-box{width: 100%; height: 178px;background-color: #3a76be;    display: flex;flex-flow: column;justify-content: center;padding: 0 69px;border-radius: 10px 10px 0 0;}
.stationSelector{width: 30%;height: 66px; border-radius: 7px; background-color: #fff;background-image: url('/site/kr/img/select_arrow.png');background-position: 96% 50%; font-size: 16px; font-weight: bold;}
.search{height: 66px;width: 11%;border-radius: 6px;}
.total_map{height: 66px;width: 15%;border-radius: 6px;}
.search-box .search{border-color: #144796;background-color: #144796;}
.search-box .search:hover{background-color: #fff; color:#144796;}
.line_img::before{content:"";position: absolute; background-image: url('/site/kr/img/line_icons.png') !important; width: 30px; height: 30px;}
.img_title::before{left: 65px;top: 182px;background-position-x: -6px;}
.search-box h1{padding: 15px 0px 15px 30px;font-size: 16px;color: #fff;}
.select_show{background-image: url('/site/kr/img/select_arrow_over.png');} 
.bf_line::before{content: '';position:absolute; width: 0.5px;height: 40px;background: #aac5e7;top: 10px;}
.start .select-station{background:#184294;}
.arrival .select-station{background:#d04469;}
.station-11{float: right !important;} /*11번째 끝으로 변경*/
.search_result{width: 100%;height: 69px;background: #2262af;padding: 0 69px;display: flex;align-items: center;}
.search_result > div {font-size: 15px;font-weight: bold;color: #fff;}
.search_result div img {margin: 0 10px; vertical-align: -2px;}
.search_result .timer::after,
.search_result .distance::after{content: ""; width: 1px; height: 17px; position: absolute; background: #fff;margin-top: 4px;}
.distance{ padding: 0 20px;}
.search_result div span {color: #fafd00; margin: 0 20px 0 10px;}
.line li.station-11 .start-marker,
.line li.station-11 .arrival-marker{left: 20px;}
.left{left: 21px !important;}
.wid100{width: 100px !important;}
.railroad-map {
    position: relative;
    /* border: 1px solid #dddddd; */
    border-top: 0;
    height: 175px;
    background: #f8f8f8;
    overflow-x: overlay;
}

.railroad-map:before {
    content: '';
    display: block;
    position: absolute;
    top: 88px;
    left: 71px;
    width: 898px;
    height: 2px;
    background: #3c74c7;
}

.line:before {
    content: '';
    display: block;
    clear: both;
}

.line {
    position: absolute;
    top: 7px;
    left: 32px;
    width: 984px;
    margin: 0 auto;
}

.line > li {
    position: relative;
    float: left;
    width: 83px;
    height: 155px;
    text-align: center;
}

.line > li strong {
    display: block;
}

/*샛강 9호선 */
.station-4401 .select-station{width: 28px; height: 28px; background: url(/site/common/img/state_9.png) no-repeat;}
/*대방 1호선 */
.station-4402 .select-station{width: 28px; height: 28px; background: url(/site/common/img/state_1.png) no-repeat;}
/*보라매 7호선 */
.station-4404 .select-station{width: 28px; height: 28px; background: url(/site/common/img/state_7.png) no-repeat;}
/*신림 2호선 */
.station-4408 .select-station{width: 28px; height: 28px; background: url(/site/common/img/state_2.png) no-repeat;}

li .select-station {
    position: relative;
    top: 69px;
    width: 13px;
    height: 13px;
    border: none;
    padding: 0;
    border-radius: 7px;
    background: #3c74c7;
    font-size: 0;
    overflow: hidden;
}

/* .line > li .select-station:hover {
    background: #be603b;
} */

.line > li strong {
    display: block;
    position: relative;
    top: 80px;
    color: #2d3134;
    font-size: 14px;
	line-height: 1;  
}

.line > li:last-child strong{padding:0 5px}
/* .line > li.on strong { 
    color: #be603b;
} */

/* .line > li.on .select-station {
    background: #be603b;
} */

/* button-bar */
.line li.on .button-bar {
    display: block;
}
.line .wid100.on:not(:last-child) .button-bar {
    display: block;
    left: 20px;
}
.line .wid100.on:nth-last-child(2) .button-bar {
    display: block;
    left: -75px;
}
.line .wid100.on:nth-last-child(2) .button-bar::after {
    left: 117px;

}
.line .wid100.on:last-child .button-bar {
    display: block;
    top: 0;
    left: -161px;
}
.line .wid100.on:last-child .button-bar::after{
    left: auto;
    right: 22px;
}
.button-bar {
    display: none;
    position: absolute;
    top: 0;
    left: 11px;
    border-left: 1px solid #dddddd;
    box-shadow: 0px 0px 13px #558ccf;
    z-index: 3;
    border-radius: 5px;
    outline: #fff auto 1px;
}

.line li.station-03.on .button-bar {
    left: 20px;
}
.line li.station-10.on .button-bar {
    left: -4px;
}

/* .line li.station-11.on .button-bar {
    left: -93px;
} */

.line li.station-11.on .button-bar {
    left: -168px;
}

.button-bar:after {
    content: '';
    display: block;
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: -8px;
    left: 22px;
    z-index: -1;
    background: #fff;
    box-shadow: 0px 0 7px #548ad0;
    transform: rotate(45deg);
}

.button-bar li {
    display: table-cell;
    border-left: 0;
}

.button-bar li button {
    width: 60px;
    height: 60px;
    border: 0;
    border-radius: 0;
    background: #fff;
    font-size: 15px;
    font-weight: 500;
    color: #2f3236;
}

.button-bar li button:hover,
.button-bar li button:active {
    border: 2px solid #558ccf;
    z-index: 2;
    border-radius: 5px;
    color: #558ccf;
}

.button-bar li button:before {
    content: '';
    display: block;
    position: relative;
    top: -4px;
    width: 22px;
    height: 22px;
    margin: 0 auto 2px auto;
    background-image: url('/site/kr/img/btn_icons.png');
}

.button-bar li:nth-child(1) button:before {
    background-position: 0 0;
}

.button-bar li:nth-child(2) button:before {
    background-position: -62px 0;
}

.button-bar li:nth-child(3) button:before {
    background-position: -123px 0;
}

.button-bar li:nth-child(4) button:before {
    background-position: -185px 0;
}

.button-bar li:nth-child(1) button:hover:before,
.button-bar li:nth-child(1) button:active:before {
    background-position: 0 -22px;
}

.button-bar li:nth-child(2) button:hover:before,
.button-bar li:nth-child(2) button:active:before {
    background-position: -62px -22px;
}

.button-bar li:nth-child(3) button:hover:before,
.button-bar li:nth-child(3) button:active:before {
    background-position: -123px -22px;
}

.button-bar li:nth-child(4) button:hover:before,
.button-bar li:nth-child(4) button:active:before {
    background-position: -185px -22px;
}

/* marker */
.start-marker,
.arrival-marker {
    display: none;
    position: absolute;
    top: 1px;
    left: 12px;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    /* background: #be603b; */
    font-weight: 500;
    text-align: center;
    color: #fff;
    z-index: 2;
}
.start .start-marker{
    background: #184294;
}
.arrival .arrival-marker{
    background: #d04469;
}
.start-marker:before{
    content: '';
    display: block;
    width: 22px;
    height: 23px;
    background-image: url('/site/kr/img/start.png');
    margin: 7px auto 3px auto; 
}
.arrival-marker:before {
    content: '';
    display: block;
    width: 22px;
    height: 23px;
    background-image: url('/site/kr/img/arrival.png');
    margin: 7px auto 3px auto;
}

/* .button-bar:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -11px;
    left: 23px;
    width: 14px;
    height: 11px;
    overflow: hidden;
} */

.station-10 .button-bar:after {
    left: 45px
}

/* .station-11 .button-bar:after {
    left: 128px
} */

.station-11 .button-bar:after {
    left: 209px
}

.start-marker:after{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: -8px;
    left: 22px;
    background: #184294;
    z-index:-1;
    transform: rotate(45deg);
}
.arrival-marker:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: -8px;
    left: 22px;
    z-index:-1;
    background: #d04469;
    transform: rotate(45deg);
}

.start-marker:before {
    background-position: 0 -22px;
}

.arrival-marker:before {
    background-position: -22px -22px;
}

li.start .start-marker,
li.arrival .arrival-marker {
    display: block;
}

/* station-content */
.station-content p.guide {
    color: #639c7c;
}

/* station-nav */
.guide + .station-nav {
    margin-top: -3px;
}

.station-nav {
    margin-bottom: 30px;
}

.station-nav li {
    display: table-cell;
    height: 84px;
    text-align: center;
}

.station-nav li a {
    display: block;
    width: 81px;
    height: 84px;
    border: 1px solid #d0ded4;
    border-right: 0;
    border-radius: 1px;
    line-height: 133px;
    text-align: center;
    color: #666666;
}

.station-nav li:nth-child(2) a,
.station-nav li:nth-child(4) a,
.station-nav li:nth-child(6) a,
.station-nav li:nth-child(8) a,
.station-nav li:nth-child(12) a {
    width: 80px;
}

.station-nav li:nth-child(12) a {
    border-right: 1px solid #d0ded4;
}

.station-nav li.on a,
.station-nav li a:hover {
    color: #fff;
    border-radius: 1px;
}

.station-nav li:nth-child(1) a {
    background-position: 0 0;
}

.station-nav li:nth-child(2) a {
    background-position: -82px 0;
}

.station-nav li:nth-child(3) a {
    background-position: -166px 0;
}

.station-nav li:nth-child(4) a {
    background-position: -241px 0;
}

.station-nav li:nth-child(5) a {
    background-position: -325px 0;
}

.station-nav li:nth-child(6) a {
    background-position: -406px 0;
}

.station-nav li:nth-child(7) a {
    background-position: -488px 0;
}

.station-nav li:nth-child(8) a {
    background-position: -569px 0;
}

.station-nav li:nth-child(9) a {
    background-position: -651px 0;
}

.station-nav li:nth-child(10) a {
    background-position: -733px 0;
}

.station-nav li:nth-child(11) a {
    background-position: -816px 0;
}

.station-nav li:nth-child(12) a {
    background-position: -897px 0;
}

.station-nav li.on:nth-child(1) a,
.station-nav li:nth-child(1) a:hover {
    background-position: -1px -86px;
}

.station-nav li.on:nth-child(2) a,
.station-nav li:nth-child(2) a:hover {
    background-position: -82px -86px;
}

.station-nav li.on:nth-child(3) a,
.station-nav li:nth-child(3) a:hover {
    background-position: -166px -86px;
}

.station-nav li.on:nth-child(4) a,
.station-nav li:nth-child(4) a:hover {
    background-position: -241px -86px;
}

.station-nav li.on:nth-child(5) a,
.station-nav li:nth-child(5) a:hover {
    background-position: -325px -86px;
}

.station-nav li.on:nth-child(6) a,
.station-nav li:nth-child(6) a:hover {
    background-position: -406px -86px;
}

.station-nav li.on:nth-child(7) a,
.station-nav li:nth-child(7) a:hover {
    background-position: -488px -86px;
}

.station-nav li.on:nth-child(8) a,
.station-nav li:nth-child(8) a:hover {
    background-position: -569px -86px;
}

.station-nav li.on:nth-child(9) a,
.station-nav li:nth-child(9) a:hover {
    background-position: -651px -86px;
}

.station-nav li.on:nth-child(10) a,
.station-nav li:nth-child(10) a:hover {
    background-position: -733px -86px;
}

.station-nav li.on:nth-child(11) a,
.station-nav li:nth-child(11) a:hover {
    background-position: -816px -86px;
}

.station-nav li.on:nth-child(12) a,
.station-nav li:nth-child(12) a:hover {
    background-position: -897px -86px;
}

h3.station {
    margin-top: 12px;
    padding: 0;
    margin-right: 4px;
    margin-bottom: 14px;
    border-top: 0;
    font-size: 24px;
    color: #000000;
}

h3.station:before {
    content: '';
    display: inline-block;
    position: relative;
    top: 5px;
    width: 19px;
    height: 4px;
    margin-right: 8px;
    background: #80a880;
    vertical-align: top;
}

h3.station + sub {
    position: relative;
    top: 1px;
    font-size: 14px;
    letter-spacing: 0;
    color: #7a7a7a;
}

.board-view.data + .board-view.data {
    margin-top: 20px;
    border-top: 2px solid #666666;
}

.board-view.data tbody th.textC {
    border-left: 1px solid #e9e9e9;
}

