/* 폼 */

.form .form-body {
    padding: 10px;
}

/* 기본 사항 */
/* 의뢰하기에서 사용하여 공통으로 뺐다. 2016년 3월 1일 */

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.display-none,
.display-hide {
  display: none !important;
}

/* 매물정보 우측 */

.tab-content {
  background: #FAFAFA;
}

.list_widget {
  letter-spacing:-1px;  
  overflow: hidden;
  margin-left: 0;
  border: 1px solid #ddd;
  border: 1px solid rgba(0,0,0,0.1);
  list-style: none;

  background-color: transparent;
  -webkit-box-shadow: 0 1px 1px rgba(255,255,255,0.95);
  box-shadow: 0 1px 1px rgba(255,255,255,0.95);
}

.list_widget li {
  position:relative;
  border-bottom: 1px solid #ddd;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 0.65em 0.85em;
  line-height: 1.5;
  -webkit-box-shadow: 0 1px 1px rgba(255,255,255,0.95);
  box-shadow: 0 1px 1px rgba(255,255,255,0.95);
}

.list_widget .img_wrapper {
  height: 60px;
  -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #ddd;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  -webkit-transition: border 0.3s ease,box-shadow 0.3s ease;
  transition: border 0.3s ease,box-shadow 0.3s ease;  
  -ms-behavior: url(/assets/plugin/backgroundsize.min.htc);
}

.list_widget  .title {
  letter-spacing:0px; 
  font-weight:bold;
  font-size:12px;
}

.list_widget li:after {
    content:"";
    display: table;
    clear: both;
}

/***
Misc tools
***/
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-bottom-space {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.no-top-space {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.no-space {
  margin: 0 !important;
  padding: 0 !important;
}
.no-text-shadow {
  text-shadow: none !important;
}

.padding-top-5 {
  padding-top: 5px !important;
}
.padding-top-10 {
  padding-top: 10px !important;
}
.padding-top-15 {
  padding-top: 15px !important;
}
.padding-top-20 {
  padding-top: 20px !important;
}
.padding-top-25 {
  padding-top: 25px !important;
}
.padding-top-30 {
  padding-top: 30px !important;
}
.padding-top-35 {
  padding-top: 35px !important;
}
.padding-top-40 {
  padding-top: 40px !important;
}
.padding-top-45 {
  padding-top: 45px !important;
}
.padding-top-50 {
  padding-top: 50px !important;
}
.padding-top-60 {
  padding-top: 60px !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-25 {
  margin-bottom: 25px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-bottom-35 {
  margin-bottom: 35px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}
.margin-bottom-60 {
  margin-bottom: 60px !important;
}
.margin-bottom-65 {
  margin-bottom: 65px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-left-0 {
  margin-left: 0 !important;
}
.margin-right-0 {
  margin-right: 0 !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}

.padding-left-0 {
  padding-left: 0 !important;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-right-30 {
  padding-right: 30px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.min-hight500 {
  min-height: 500px;
}

/* 매물 클릭할 수 있도록 손 모양을 보여주자! */

.view_product {
  cursor: pointer;
}

.view_product > div {
  pointer-events:none;
}

/* 매물 목록 */

/* 지하철 */
.subway_map {
  white-space:nowrap;
  margin-left:3px;
  position:relative;
  border-radius:10px;
  display: inline;
  color:white;
  font-size:12px;
  padding:3px 6px 3px 4px; 
  box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
  text-shadow: 0 0 4px rgba(0,0,0,0.8);
}

.subway_map2 {
  white-space:nowrap;
  margin-left:3px;
  position:relative;
  border-radius:10px;
  display: inline;
  color:white;
  font-size:12px;
  padding:5px; 
  box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
  text-shadow: 0 0 4px rgba(0,0,0,0.8);
}


div.subway{
  border:none;
  display: inline;
  margin: 0px;
}
.subway {
  /*letter-spacing:-2px;*/
  /*white-space:nowrap;*/
  border-radius:50%;
  font-size:13px;
  padding:2px 6px; 
  text-align: center;
  margin-right:5px;
  /*box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
  text-shadow: 0 0 4px rgba(0,0,0,0.8);*/
}

/* 상단형태 검색 바 */
#subway_modal #local_section,
#subway_modal #hosun_section,
#subway_modal #station_section,
#address_modal #sido_section,
#address_modal #gugun_section,
#address_modal #dong_section{
  position: relative;
  width: 110px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 400px;
}

#subway_modal #local_section ul li div button,
#subway_modal #hosun_section ul li div button,
#subway_modal #station_section ul li div button,
#address_modal #sido_section ul li div button,
#address_modal #gugun_section ul li div button,
#address_modal #dong_section ul li div button{
  width: 110px;
}

#subway_modal .modal-dialog,
#address_modal .modal-dialog{
  margin-top: 150px;
  width:100%;
  max-width: 350px;
}

.select_label .active{
  color: #337ab7;
}

.top_search .dropdown-menu{
  margin:0;
}

.top_search .btn-link{
  color:#333;
  font-weight:bold;
  text-decoration:none !important;
  /*border-right: 1px solid #9FACB8;*/
  padding: 0px 8px;
}

.top_search .btn-link:hover{
  /*border-right: 1px solid #9FACB8;*/
  padding-left: 8px;
}

.top_search .btn-link:last-child {border-right:none}

.multiselect-container label.checkbox{
  padding:3px 20px 3px 40px;
}

.multiselect-container label.radio{
  padding:7px 20px 7px 10px;
}

.top_search .btn{
  outline: none !important;
}

.top_search .price-range li{
  color:black;
  padding:10px 15px 5px 10px;
  cursor:pointer;
}
.top_search .price-range li:hover{
  background:#f3f3f3;
}
.top_search .price-range li.active:hover{
  background:#337ab7;
  color:#fff;
}

.top_search .price_select_label{
  font-weight:bold;
  padding:10px 0px 10px 10px;
}
#price-min, #price-max{
  margin:0;
}


/** 로고 우측에 멘트 표시 영역 **/
.call_box {
  font-size:15px;
  font-weight:bold;
  padding-left:10px;
  padding-top: 13px;
  display:inline-block;
  color:#676767;
}

.call_box big {
  font-size:24px;
  font-family:Arial;
  color:#232323;
}

.call_box .desc{
  font-size:12px;
  color:#676767;
  font-weight:bold;
}

.call_box .ment {
  padding-top:15px;
  font-size:16px;
  color:#676767;
  font-weight:500;  
}

/** zoho tabs **/

.z-tabs .inside {
    padding: 0;
}

.z-tabs .inside li {
    border-bottom: 1px dotted #E6E6E6;
    padding: 0px;
    list-style: none;
    background: 0;
    line-height: 1em;
    overflow: hidden;
    font-size: 12px;
    margin-left: 0;
    margin: 7px 0;
    border-left: 3px solid rgb(204, 204, 204);
    border-left: 3px solid #fff;
    padding-left: 3px;
}

.z-tabs .inside li img.thumbnail, .z-accordion .inside li img.thumbnail {
    border: 1px solid #DDD;
    padding: 4px;
    background-color: #FFF;
    float: left;
    margin: 0 9px 5px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}

.boxes.inside .thumbnail {
    height: 50px;
    width: 50px;
    -moz-box-shadow: 4px 4px 0 0 #F0F0F0;
    -webkit-box-shadow: 4px 4px 0 0 #F0F0F0;
    box-shadow: 4px 4px 0 0 #F0F0F0;
}

.z-tabs .inside li a, .z-accordion .inside li a {
    color: #555;
    font-size: 12px;
    line-height: 18px;
    padding: 0;
}

.z-tabs .inside li span.meta, .z-accordion .inside li span.meta {
    display: block;
    font-size: 11px;
    line-height: 20px;
    text-transform: normal;
    color: #999;
}

.display-none,
.display-hide {
  display: none;
}

.input-group-addon label {margin:0px;}

input[type=checkbox], input[type=radio] {
    width: 17px;
    height: 17px;
    vertical-align: middle;
}

/* 가격선택시 라벨 float:left 안 해주면 carrot이 줄바꿈이 되어버린다. */
.price_range{
  padding:0px 10px 0 10px;
  display:none;
}

.price_label {
    float: left;
  }


/* Reales Theme Buttons */

.btn {
    border-radius: 2px;
    text-decoration: none;
}
.btn-round {
    border-radius: 50px;
}
.btn-o {
    border-width: 1px;
    border-style: solid;
}
.btn-gray {
    background-color: #999;
    color: #fff;
}
.btn-o.btn-gray {
    background-color: transparent;
    color: #999;
    border-color: #999;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
    background-color: #333;
    color: #fff;
}
.btn-o.btn-gray:hover,
.btn-o.btn-gray:focus,
.btn-o.btn-gray:active,
.btn-o.btn-gray.active,
.open > .dropdown-toggle.btn-o.btn-gray {
    background-color: #999;
    color: #fff;
}
.btn-white {
    background-color: #fff;
    color: #999;
}
.btn-o.btn-white {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
    background-color: #fff;
    color: #333;
}
.btn-o.btn-white:hover,
.btn-o.btn-white:focus,
.btn-o.btn-white:active,
.btn-o.btn-white.active,
.open > .dropdown-toggle.btn-o.btn-white {
    background-color: #fff;
    color: #333;
}
.btn-black {
    background-color: #333;
    color: #fff;
}
.btn-o.btn-black {
    background-color: transparent;
    color: #333;
    border-color: #333;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.open > .dropdown-toggle.btn-black {
    background-color: #000;
    color: #fff;
}
.btn-o.btn-black:hover,
.btn-o.btn-black:focus,
.btn-o.btn-black:active,
.btn-o.btn-black.active,
.open > .dropdown-toggle.btn-o.btn-black {
    background-color: #000;
    color: #fff;
}
.btn-green {
    background-color: #0eaaa6;
    color: #fff;
}
.btn-o.btn-green {
    background-color: transparent;
    color: #0eaaa6;
    border-color: #0eaaa6;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
    background-color: #068b85;
    color: #fff;
}
.btn-o.btn-green:hover,
.btn-o.btn-green:focus,
.btn-o.btn-green:active,
.btn-o.btn-green.active,
.open > .dropdown-toggle.btn-o.btn-green {
    background-color: #0eaaa6;
    color: #fff;
}
.btn-blue {
    background-color: #1d82aa;
    color: #fff;
}
.btn-o.btn-blue {
    background-color: transparent;
    color: #1d82aa;
    border-color: #1d82aa;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
    background-color: #086492;
    color: #fff;
}
.btn-o.btn-blue:hover,
.btn-o.btn-blue:focus,
.btn-o.btn-blue:active,
.btn-o.btn-blue.active,
.open > .dropdown-toggle.btn-o.btn-blue {
    background-color: #1d82aa;
    color: #fff;
}
.btn-magenta {
    background-color: #9b156e;
    color: #fff;
}
.btn-o.btn-magenta {
    background-color: transparent;
    color: #9b156e;
    border-color: #9b156e;
}
.btn-magenta:hover,
.btn-magenta:focus,
.btn-magenta:active,
.btn-magenta.active,
.open > .dropdown-toggle.btn-magenta {
    background-color: #7e115f;
    color: #fff;
}
.btn-o.btn-magenta:hover,
.btn-o.btn-magenta:focus,
.btn-o.btn-magenta:active,
.btn-o.btn-magenta.active,
.open > .dropdown-toggle.btn-o.btn-magenta {
    background-color: #9b156e;
    color: #fff;
}
.btn-yellow {
    background-color: #eab134;
    color: #fff;
}
.btn-o.btn-yellow {
    background-color: transparent;
    color: #eab134;
    border-color: #eab134;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open > .dropdown-toggle.btn-yellow {
    background-color: #dfa412;
    color: #fff;
}
.btn-o.btn-yellow:hover,
.btn-o.btn-yellow:focus,
.btn-o.btn-yellow:active,
.btn-o.btn-yellow.active,
.open > .dropdown-toggle.btn-o.btn-yellow {
    background-color: #eab134;
    color: #fff;
}
.btn-red {
    background-color: #ea3d36;
    color: #fff;
}
.btn-o.btn-red {
    background-color: transparent;
    color: #ea3d36;
    border-color: #ea3d36;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.open > .dropdown-toggle.btn-red {
    background-color: #d22a2a;
    color: #fff;
}
.btn-o.btn-red:hover,
.btn-o.btn-red:focus,
.btn-o.btn-red:active,
.btn-o.btn-red.active,
.open > .dropdown-toggle.btn-o.btn-red {
    background-color: #ea3d36;
    color: #fff;
}
.btn-facebook {
    background-color: #43609c;
    color: #fff;
}
.btn-o.btn-facebook {
    background-color: transparent;
    color: #43609c;
    border-color: #43609c;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
    background-color: #395285;
    color: #fff;
}
.btn-o.btn-facebook:hover,
.btn-o.btn-facebook:focus,
.btn-o.btn-facebook:active,
.btn-o.btn-facebook.active,
.open > .dropdown-toggle.btn-o.btn-facebook {
    background-color: #43609c;
    color: #fff;
}
.btn-twitter {
    background-color: #55acee;
    color: #fff;
}
.btn-o.btn-twitter {
    background-color: transparent;
    color: #55acee;
    border-color: #55acee;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
    background-color: #4993cc;
    color: #fff;
}
.btn-o.btn-twitter:hover,
.btn-o.btn-twitter:focus,
.btn-o.btn-twitter:active,
.btn-o.btn-twitter.active,
.open > .dropdown-toggle.btn-o.btn-twitter {
    background-color: #55acee;
    color: #fff;
}
.btn-google {
    background-color: #dd4b39;
    color: #fff;
}
.btn-o.btn-google {
    background-color: transparent;
    color: #dd4b39;
    border-color: #dd4b39;
}
.btn-google:hover,
.btn-google:focus,
.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
    background-color: #c44433;
    color: #fff;
}
.btn-o.btn-google:hover,
.btn-o.btn-google:focus,
.btn-o.btn-google:active,
.btn-o.btn-google.active,
.open > .dropdown-toggle.btn-o.btn-google {
    background-color: #dd4b39;
    color: #fff;
}
.btn-pinterest {
    background-color: #cb2027;
    color: #fff;
}
.btn-o.btn-pinterest {
    background-color: transparent;
    color: #cb2027;
    border-color: #cb2027;
}
.btn-pinterest:hover,
.btn-v:focus,
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
    background-color: #b51d22;
    color: #fff;
}
.btn-o.btn-pinterest:hover,
.btn-o.btn-pinterest:focus,
.btn-o.btn-pinterest:active,
.btn-o.btn-pinterest.active,
.open > .dropdown-toggle.btn-o.btn-pinterest {
    background-color: #cb2027;
    color: #fff;
}
.btn-icon {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 36px;
    text-align: center;
}
.btn-icon.btn-lg {
    width: 41px;
}
.btn-icon.btn-sm {
    width: 31px;
}
.btn-icon.btn-xs {
    width: 22px;
}
.btn-icon.btn-round {
    border-radius: 50%;
}
.btn > .state, .btn.active > .state-active {
    display: inline-block;
}
.btn.active > .state, .btn > .state-active {
    display: none;
}
.text-gray {
  color: #999;
}
a.text-gray:hover {
  color: #333;
}
.text-green {
  color: #0eaaa6;
}
a.text-green:hover {
  color: #068b85;
}
.text-blue {
  color: #1d82aa;
}
a.text-blue:hover {
  color: #086492;
}
.text-magenta {
  color: #9b156e;
}
a.text-magenta:hover {
  color: #7e115f;
}
.text-yellow {
  color: #eab134;
}
a.text-yellow:hover {
  color: #dfa412;
}
.text-red {
  color: #ea3d36;
}
a.text-red:hover {
  color: #d22a2a;
}
.bg-green {
    color: #fff;
    background-color: #0eaaa6;
}
a.bg-green:hover {
    background-color: #068b85;
}
.bg-red {
    color: #fff;
    background-color: #ea3d36;
}
a.bg-red:hover {
    background-color: #d22a2a;
}
.bg-blue {
    color: #fff;
    background-color: #1d82aa;
}
a.bg-blue:hover {
    background-color: #086492;
}
.bg-yellow {
    color: #fff;
    background-color: #eab134;
}
a.bg-yellow:hover {
    background-color: #dfa412;
}
.bg-magenta {
    color: #fff;
    background-color: #9b156e;
}
a.bg-magenta:hover {
    background-color: #7e115f;
}

/* step : 매물상세화면에서 예약 버튼을 클릭하면 상단에 단계 도식이 표시된다.*/

.bs-wizard {margin-top: 40px;}

.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }


/* 레이아웃 */

._container {
  width:1170px;
  margin-right: auto;
  margin-left: auto;  
  padding-right: 15px;
  padding-left: 15px;
}

._container:after, ._container:before {
  display: table;
  content: " ";
  clear:both;
}


/** 홈 스타일 **/

.home_section {
  padding:65px 0px 65px 0px;
}
.home_section .text-center {
  padding-bottom:40px;
}

label.error {
  font-size:12px;
  color: red;
}

/* 홈 테마 바로기가 */
.theme .cell {
  background-size: cover !important;
    -ms-behavior: url(/assets/plugin/backgroundsize.min.htc); 
  border-radius:0px;  
  font-size:16px;
  text-align:center;
  margin-bottom:20px;
  height:310px;
  background-position: center center !important;
  /*box-shadow: 0 0 10px 6px #000;*/
}


.cell_holder {
  opacity :0;
  width:100%;
  height:100%;
  border:1px solid #cacaca;
  -webkit-transition:opacity 0.5s;
    -moz-transition:opacity 0.5s;
    -o-transition:opacity 0.5s;
    -ms-transition:opacity 0.5s;
    transition:opacity 0.5s;
  padding:20px;
  margin:0px;
  z-index:2;
}

.cell_holder:hover {
  cursor:pointer;
  background-color:#111;
  opacity:0.3;
}

.theme .cell .cover-wrapper{
  pointer-events:none;
  font-family: "Malgun Gothic";
  position: absolute !important;
  width: 90%;
  text-align: center;
  left: 5%;
  top: 35%;
  text-decoration: none;
  font-weight: bold;
  font-size: 28px;
  color:#ffffff;
  text-shadow:0px 0px 4px rgba(1,1,1,1);
}

.theme .cell .cover-wrapper .description {
  text-align: center;
  font-size: 15px;
  color:#ffffff;
}

/*부정클릭방지*/
#click_fraud_layer{
  top: 0px;
  left: 0px;
  border: 0px;
  display: block;
  position: absolute;
  z-index: 2147483645;
  overflow: visible;
  background-color: transparent;
}
#click_fraud_layer img{
  border: 0px;
  margin: 0px;
}
#click_fraud_layer div{
  font-size: 11px;
  text-align: center;
  padding: 1px 0px 0px;
  border: 0px;
  margin: 0px;
  background: none;
}

.rsNav.rsThumbs.rsThumbsHor {
  margin-top:10px;
  height:82px;
}

/** 매물관리 타이틀 두 줄 안되도록 하기 위한 스타일 **/
.admin_title_section {
  display:block;
  height:20px;
  overflow:hidden; 
  text-overflow: ellipsis;
}


/** 라디오, 체크박스 스타일 변경 **/
.mt-radio,
.mt-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
  webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .mt-radio.mt-radio-disabled, .mt-radio.mt-checkbox-disabled,
  .mt-checkbox.mt-radio-disabled,
  .mt-checkbox.mt-checkbox-disabled {
    opacity: 0.6 ;
    filter: alpha(opacity=60) ; }
  .mt-radio > input,
  .mt-checkbox > input {
    position: absolute;
    z-index: -1;
    opacity: 0 ;
    filter: alpha(opacity=0) ; }
  .mt-radio > span,
  .mt-checkbox > span {
    border: 1px solid transparent;
    position: absolute;
    top: 0px;
    left: 0;
    height: 19px;
    width: 19px;
    background: #E6E6E6; }
    .mt-radio > span:after,
    .mt-checkbox > span:after {
      content: '';
      position: absolute;
      display: none; }
  .mt-radio:hover > input:not([disabled]) ~ span,
  .mt-radio > input:focus ~ span,
  .mt-checkbox:hover > input:not([disabled]) ~ span,
  .mt-checkbox > input:focus ~ span {
    background: #d9d9d9;
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .mt-radio > input:checked ~ span,
  .mt-checkbox > input:checked ~ span {
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #d9d9d9; }
    .mt-radio > input:checked ~ span:after,
    .mt-checkbox > input:checked ~ span:after {
      display: block; }
  .mt-radio:hover > input:not([disabled]):checked ~ span,
  .mt-radio > input:checked ~ span,
  .mt-checkbox:hover > input:not([disabled]):checked ~ span,
  .mt-checkbox > input:checked ~ span {
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #d9d9d9; }
  .mt-radio > input:disabled ~ span,
  .mt-checkbox > input:disabled ~ span {
    opacity: 0.6 ;
    filter: alpha(opacity=60) ;
    pointer-events: none; }
  .mt-radio.mt-radio-outline > span, .mt-radio.mt-checkbox-outline > span,
  .mt-checkbox.mt-radio-outline > span,
  .mt-checkbox.mt-checkbox-outline > span {
    border: 1px solid #d9d9d9;
    background: none; }
  .mt-radio.mt-radio-outline:hover > input:not([disabled]) ~ span,
  .mt-radio.mt-radio-outline > input:focus ~ span, .mt-radio.mt-checkbox-outline:hover > input:not([disabled]) ~ span,
  .mt-radio.mt-checkbox-outline > input:focus ~ span,
  .mt-checkbox.mt-radio-outline:hover > input:not([disabled]) ~ span,
  .mt-checkbox.mt-radio-outline > input:focus ~ span,
  .mt-checkbox.mt-checkbox-outline:hover > input:not([disabled]) ~ span,
  .mt-checkbox.mt-checkbox-outline > input:focus ~ span {
    border: 1px solid #d9d9d9;
    background: none; }
  .mt-radio.mt-radio-outline > input:checked ~ span, .mt-radio.mt-checkbox-outline > input:checked ~ span,
  .mt-checkbox.mt-radio-outline > input:checked ~ span,
  .mt-checkbox.mt-checkbox-outline > input:checked ~ span {
    border: 1px solid #d9d9d9;
    background: none; }
  .mt-radio.mt-radio-outline:hover > input:not([disabled]):checked ~ span,
  .mt-radio.mt-radio-outline > input:checked ~ span, .mt-radio.mt-checkbox-outline:hover > input:not([disabled]):checked ~ span,
  .mt-radio.mt-checkbox-outline > input:checked ~ span,
  .mt-checkbox.mt-radio-outline:hover > input:not([disabled]):checked ~ span,
  .mt-checkbox.mt-radio-outline > input:checked ~ span,
  .mt-checkbox.mt-checkbox-outline:hover > input:not([disabled]):checked ~ span,
  .mt-checkbox.mt-checkbox-outline > input:checked ~ span {
    border: 1px solid #d9d9d9;
    background: none; }

.mt-radio > span {
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  -ms-border-radius: 50%!important;
  -o-border-radius: 50%!important;
  border-radius: 50%!important; }
  .mt-radio > span:after {
    left: 6px;
    top: 6px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #666666; }

.mt-radio > input:disabled ~ span:after {
  background: #666666; }

th > .mt-radio.mt-radio-single,
td > .mt-radio.mt-radio-single {
  right: -5px; }

.mt-checkbox > span:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #666666;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

.mt-checkbox > input:disabled ~ span:after {
  border-color: #666666; }

.form-inline .mt-checkbox {
  margin-left: 15px;
  margin-right: 15px; }

th > .mt-checkbox.mt-checkbox-single,
td > .mt-checkbox.mt-checkbox-single {
  right: -5px; }

.mt-checkbox-list,
.mt-radio-list {
  padding: 10px 0; }
  .form-horizontal .form-group .mt-checkbox-list, .form-horizontal .form-group
  .mt-radio-list {
    padding-top: 0; }
  .mt-checkbox-list .mt-checkbox,
  .mt-checkbox-list .mt-radio,
  .mt-radio-list .mt-checkbox,
  .mt-radio-list .mt-radio {
    display: block; }

.mt-checkbox-inline,
.mt-radio-inline {
  padding: 10px 0; }
  .form-horizontal .form-group .mt-checkbox-inline, .form-horizontal .form-group
  .mt-radio-inline {
    padding-top: 8px; }
  .mt-checkbox-inline .mt-checkbox,
  .mt-checkbox-inline .mt-radio,
  .mt-radio-inline .mt-checkbox,
  .mt-radio-inline .mt-radio {
    display: inline-block;
    margin-right: 15px; }
    .mt-checkbox-inline .mt-checkbox:last-child,
    .mt-checkbox-inline .mt-radio:last-child,
    .mt-radio-inline .mt-checkbox:last-child,
    .mt-radio-inline .mt-radio:last-child {
      margin-right: 0; }

.sub_1 {border:2px solid #3B61AB;}
.sub_2 {border:2px solid #3CB44A;}
.sub_3 {border:2px solid #EE5A2A;}
.sub_4 {border:2px solid #6691C9;}
.sub_5 {border:2px solid #C4A1D8;}
.sub_6 {border:2px solid #AC774A;}
.sub_7 {border:2px solid #606D00;}
.sub_8 {border:2px solid #D81C67;}
.sub_9 {border:2px solid #AD911D;}
.sub_10 {border:2px solid #EDB217;}
.sub_11 {border:2px solid #6691C9;}
.sub_12 {border:2px solid #A8022D;}
.sub_13 {border:2px solid #24A77D;} /** 경춘 **/
.sub_14 {border:2px solid #06BAB1;} /** 경의중앙 **/
.sub_15 {border:2px solid #85DFFF;} /** 의정부 **/
.sub_16 {border:2px solid #FF9B24;} /** 공항 **/
.sub_17 {border:2px solid #EBAA11;} /** 수인 **/
.sub_18 {border:2px solid #89D800;} /** 에버라인 **/
.sub_19 {border:2px solid #2673f2;} /** 경강선 **/
.sub_21 {border:2px solid #ff9d5a;} /** 자기부상 **/
.sub_22 {border:2px solid #c6c100;} /** 우이신설 **/
.sub_23 {border:2px solid #8bc53f;} /** 서해선 **/
.sub_101 {border:2px solid #EE5A2A;}
.sub_102 {border:2px solid #3CB44A;}
.sub_103 {border:2px solid #B6971D;}
.sub_104 {border:2px solid #426FB5;}
.sub_105 {border:2px solid #893BB6;}
.sub_106 {border:2px solid #80a8d8;}
.sub_201 {border:2px solid #37B42D;}
.sub_301 {border:2px solid #F85757;} /** 대구지하철 1호선 **/
.sub_302 {border:2px solid #29C531;} /** 대구지하철 2호선 **/
.sub_303 {border:2px solid #F7BA21;} /** 대구지하철 3호선 **/
.sub_401 {border:2px solid #29C531;} /** 광주지하철 1호선 **/  

.map_sub_1 {background: #3B61AB;border-radius:4px; color:#fff;padding:2px;}
.map_sub_2 {background: #3CB44A;border-radius:4px; color:#fff;padding:2px;}
.map_sub_3 {background: #EE5A2A;border-radius:4px; color:#fff;padding:2px;}
.map_sub_4 {background: #6691C9;border-radius:4px; color:#fff;padding:2px;}
.map_sub_5 {background: #C4A1D8;border-radius:4px; color:#fff;padding:2px;}
.map_sub_6 {background: #AC774A;border-radius:4px; color:#fff;padding:2px;}
.map_sub_7 {background: #606D00;border-radius:4px; color:#fff;padding:2px;}
.map_sub_8 {background: #D81C67;border-radius:4px; color:#fff;padding:2px;}
.map_sub_9 {background: #AD911D;border-radius:4px; color:#fff;padding:2px;}
.map_sub_10 {background: #EDB217;border-radius:4px; color:#fff;padding:2px;}
.map_sub_11 {background: #6691C9;border-radius:4px; color:#fff;padding:2px;}
.map_sub_12 {background: #A8022D;border-radius:4px; color:#fff;padding:2px;}
.map_sub_13 {background: #24A77D;border-radius:4px; color:#fff;padding:2px;} /** 경춘 **/
.map_sub_14 {background: #06BAB1;border-radius:4px; color:#fff;padding:2px;} /** 경의중앙 **/
.map_sub_15 {background: #85DFFF;border-radius:4px; color:#fff;padding:2px;} /** 의정부 **/
.map_sub_16 {background: #FF9B24;border-radius:4px; color:#fff;padding:2px;} /** 공항 **/
.map_sub_17 {background: #EBAA11;border-radius:4px; color:#fff;padding:2px;} /** 수인 **/
.map_sub_18 {background: #89D800;border-radius:4px; color:#fff;padding:2px;} /** 에버라인 **/
.map_sub_19 {background: #2673f2;border-radius:4px; color:#fff;padding:2px;} /** 경강선 **/
.map_sub_21 {background: #ff9d5a;border-radius:4px; color:#fff;padding:2px;} /** 자기부상 **/
.map_sub_22 {background: #c6c100;border-radius:4px; color:#fff;padding:2px;} /** 우이신설 **/
.map_sub_23 {background: #8bc53f;border-radius:4px; color:#fff;padding:2px;} /** 서해선 **/
.map_sub_101 {background: #EE5A2A;border-radius:4px; color:#fff;padding:2px;}
.map_sub_102 {background: #3CB44A;border-radius:4px; color:#fff;padding:2px;}
.map_sub_103 {background: #B6971D;border-radius:4px; color:#fff;padding:2px;}
.map_sub_104 {background: #426FB5;border-radius:4px; color:#fff;padding:2px;}
.map_sub_105 {background: #893BB6;border-radius:4px; color:#fff;padding:2px;}
.map_sub_106 {background: #80a8d8;border-radius:4px; color:#fff;padding:2px;}
.map_sub_201 {background: #37B42D;border-radius:4px; color:#fff;padding:2px;}
.map_sub_301 {background: #F85757;border-radius:4px; color:#fff;padding:2px;} /** 대구지하철 1호선 **/
.map_sub_302 {background: #29C531;border-radius:4px; color:#fff;padding:2px;} /** 대구지하철 2호선 **/
.map_sub_303 {background: #F7BA21;border-radius:4px; color:#fff;padding:2px;} /** 대구지하철 3호선 **/
.map_sub_401 {background: #29C531;border-radius:4px; color:#fff;padding:2px;} /** 광주지하철 1호선 **/  

.sub_color_1 {color:#3B61AB;}
.sub_color_2 {color:#3CB44A;}
.sub_color_3 {color:#EE5A2A;}
.sub_color_4 {color:#6691C9;}
.sub_color_5 {color:#C4A1D8;}
.sub_color_6 {color:#AC774A;}
.sub_color_7 {color:#606D00;}
.sub_color_8 {color:#D81C67;}
.sub_color_9 {color:#AD911D;}
.sub_color_10 {color:#EDB217;}
.sub_color_11 {color:#6691C9;}
.sub_color_12 {color:#A8022D;}
.sub_color_13 {color:#24A77D;} /** 경춘 **/
.sub_color_14 {color:#06BAB1;} /** 경의중앙 **/
.sub_color_15 {color:#85DFFF;} /** 의정부 **/
.sub_color_16 {color:#FF9B24;} /** 공항 **/
.sub_color_17 {color:#EBAA11;} /** 수인 **/
.sub_color_18 {color:#89D800;} /** 에버라인 **/
.sub_color_19 {color:#2673f2;} /** 경강선 **/
.sub_color_21 {color:#ff9d5a;} /** 자기부상 **/
.sub_color_22 {color:#c6c100;} /** 우이신설 **/
.sub_color_23 {color:#8bc53f;} /** 서해선 **/
.sub_color_101 {color:#EE5A2A;}
.sub_color_102 {color:#3CB44A;}
.sub_color_103 {color:#B6971D;}
.sub_color_104 {color:#426FB5;}
.sub_color_105 {color:#893BB6;}
.sub_color_201 {color:#37B42D;}
.sub_color_301 {color:#F85757;} /** 대구지하철 1호선 **/
.sub_color_302 {color:#29C531;} /** 대구지하철 2호선 **/
.sub_color_303 {color:#F7BA21;} /** 대구지하철 3호선 **/
.sub_color_401 {color:#29C531;} /** 광주지하철 1호선 **/