@media (min-width:1200px) {


    /* ¿À½Ã´Â±æ */
    .m11 .map_wrapper {
      height: 550px;
      position: relative;
      z-index: 1;
      box-shadow: 0px 0px 22px -9px #2d2d2d;

}
    .m11 .top{
      background: #fff;
      padding: 50px 50px;
      margin-top: 50px;
      font-size:0px;
      border-radius: 20px;
    }
    .m11 .top p:nth-child(1){
      display: inline-block;
      width: 25%;
      font-size: 30px;
      font-weight: 500;
      vertical-align: middle;
    }
    .m11 .top p:nth-child(2){
      display: inline-block;
      width: 40%;
      font-size: 20px;
      line-height: 32px;
      vertical-align: middle;
    }
    .m11 .top .link_box{
      display: inline-block;
      width: 35%;
      font-size: 0px;
      vertical-align: middle;
    }
    .m11 .top .link_box a{
      border: 1px solid #ccc;
      background: #fff;
      display: inline-block;
      width:45%;
      margin-right: 10%;
      font-size: 20px;
      line-height: 32px;
      vertical-align: middle;
      box-sizing: border-box;
      text-align: center;
      padding: 10px;
      transition: all 0.3s;
    }
    .m11 .top .link_box a img{
      vertical-align: middle;
      padding-right: 10px;
    }
    .m11 .top .link_box a:nth-child(1):hover{
      background: #ffedbd;
    }
    .m11 .top .link_box a:nth-child(2):hover{
      background: #d4ffe1;
    }
    .m11 .top .link_box a:nth-child(2){
      margin-right: 0%;
    }


  .m11 .bottom{margin-top:50px;}
  .m11 .bottom .left{float:left; width: 60%; padding-right: 100px; box-sizing:border-box;}
  .m11 .bottom .right{float:right;  width:40%;  box-sizing:border-box;}
  .m11 .bottom .left .bt > li{transition: all 0.3s; display: inline-block; margin-right: 30px; padding: 0 20px; opacity: 0.4;}
  .m11 .bottom .left .bt > li a{font-size: 24px;}
  .m11 .bottom .left .bt > li a img{margin-right: 10px;}
  .m11 .bottom .left .bt > li.on{ opacity: 1;}
  .m11 .bottom .left .bt > li:hover{opacity: 1;}
  .m11 .bottom .left .pg{border-top:1px solid #ccc; margin-top: 20px; padding-top:20px; }
  .m11 .bottom .left .pg > li{padding: 20px; display: none; }
  .m11 .bottom .left .pg > li.on{display: block;; }
  .m11 .bottom .left .bus p{
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .m11 .bottom .left .bus ul{

      margin-bottom: 50px;

  }
  .m11 .bottom .left .bus ul li{
    margin-bottom: 15px;
    font-size: 20px;
    position: relative;
    padding-left: 50px;
  }
  .m11 .bottom .left .bus ul li span{
    padding:5px 0px;
    position: absolute;
    left:0px;
    width: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
  }
  .m11 .bottom .left .bus ul li span.s1{
    background: #667ff9;
  }
  .m11 .bottom .left .bus ul li span.s2{
    background: #85d993;
  }
  .m11 .bottom .left .bus ul li span.s3{
    background: #f86e55;
  }


  .m11 .bottom .left .metro p:nth-child(1){
    font-size: 24px;
    position: relative;
    padding-left: 50px;
    font-weight: 500;
    color: #69cccc;
    width:25%;
    float: left;
    box-sizing: border-box;
  }
  .m11 .bottom .left .metro p:nth-child(2){
    font-size: 20px;
    line-height: 30px;
    position: relative;
    width:75%;
    float: left;
    word-break: keep-all;
    box-sizing: border-box;
    padding-left: 10px;
  }
  .m11 .bottom .left .metro p:nth-child(1) span{
    padding:5px 0px;
    position: absolute;
    left:0px;
    width: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
  }
  .m11 .bottom .left .metro p:nth-child(1) span.s1{
    background: #69cccc;
  }


  .m11 .bottom .right .parking{ padding: 30px; border: 1px solid #ccc; border-top:5px solid #fed63e;}
  .m11 .bottom .right .parking p:nth-child(1){
    font-size: 24px;
    position: relative;
    margin-bottom: 20px;
    font-weight: 500;
  }
  .m11 .bottom .right .parking p:nth-child(2){
    font-size: 20px;
    line-height: 40px;
  }



  .map_wrapper .map_wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }

  .map_wrapper .radius_border {
    border: 1px solid #919191;
  }

  .map_wrapper .custom_typecontrol {
    position: absolute;
    top: 10px;
    right: 10px;
    overflow: hidden;
    width: 130px;
    height: 30px;
    margin: 0;
    padding: 0;
    z-index: 1;
    font-size: 12px;
  }

  .map_wrapper .custom_typecontrol span {
    display: block;
    width: 65px;
    height: 30px;
    float: left;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
  }

  .map_wrapper .custom_typecontrol .btn {
    background: #fff;
    background: linear-gradient(#fff, #e6e6e6);
  }

  .map_wrapper .custom_typecontrol .btn:hover {
    background: #f5f5f5;
    background: linear-gradient(#f5f5f5, #e3e3e3);
  }

  .map_wrapper .custom_typecontrol .btn:active {
    background: #e6e6e6;
    background: linear-gradient(#e6e6e6, #fff);
  }

  .map_wrapper .custom_typecontrol .selected_btn {
    color: #fff;
    background: #425470;
    background: linear-gradient(#425470, #5b6d8a);
  }

  .map_wrapper .custom_typecontrol .selected_btn:hover {
    color: #fff;
  }

  .map_wrapper .custom_zoomcontrol {
    position: absolute;
    top: 50px;
    right: 10px;
    width: 36px;
    height: 80px;
    overflow: hidden;
    z-index: 1;
    background-color: #f5f5f5;
  }

  .map_wrapper .custom_zoomcontrol span {
    display: block;
    width: 36px;
    height: 40px;
    text-align: center;
    cursor: pointer;
  }

  .map_wrapper .custom_zoomcontrol span img {
    width: 15px;
    height: 15px;
    padding: 12px 0;
    border: none;
  }

  .map_wrapper .custom_zoomcontrol span:first-child {
    border-bottom: 1px solid #bfbfbf;
  }

  .map_wrapper .wrap {
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 288px;
    height: 132px;
    margin-left: -144px;
    text-align: left;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.5;
  }

  .map_wrapper .wrap .info {
    width: 286px;
    height: 120px;
    border-bottom: 2px solid #cee0e2;
    border-right: 1px solid #cee0e2;
    overflow: hidden;
    background: #fff;
  }

  .map_wrapper .wrap .info:nth-child(1) {
    border: 0;
    box-shadow: 0px 1px 2px #888;
  }

  .map_wrapper .wrap .info:after {
    content: '';
    position: absolute;
    margin-left: -12px;
    left: 50%;
    bottom: 0;
    width: 22px;
    height: 12px;
    background: url('http://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white.png')
  }

  .map_wrapper .wrap .info .title01 {
    padding: 5px 0 0 10px;
    height: 30px;
    background: #e4e4e4;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: bold;
  }

  .map_wrapper .wrap .info .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #888;
    width: 17px;
    height: 17px;
    background: url('http://t1.daumcdn.net/localimg/localimages/07/mapapidoc/overlay_close.png');
  }

  .map_wrapper .wrap .info .close:hover {
    cursor: pointer;
  }

  .map_wrapper .wrap .info .body {
    position: relative;
    overflow: hidden;
  }

  .map_wrapper .wrap .info .desc {
    position: relative;
    margin: 13px 0 0 90px;
    height: 75px;
    white-space: initial;
  }

  .map_wrapper .wrap .info .desc p {
    margin-bottom: 5px;
    white-space: initial;
    word-break: keep-all;
    font-size: 16px;
  }

  .map_wrapper .wrap .info .desc a {
    color: #27579f;
    font-size: 15px;
  }

  .map_wrapper .wrap .info .img {
    position: absolute;
    top: 6px;
    left: 5px;
    width: 73px;
    height: 71px;
    line-height: 71px;
    border: 1px solid #ddd;
    color: #888;
    text-align: center;
  }

  .map_wrapper .wrap .info .img img {
    width: 80%;
    vertical-align: middle;
  }

  /* //¸Ê Á¤º¸ */



}




@media (max-width:1199px) {
  /* ¿À½Ã´Â±æ */
  .m11 .map_wrapper {
    height: 250px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 22px -9px #2d2d2d;

}
  .m11 .top{
    background: #fff;
    padding: 30px 30px;
    margin-top: 30px;
    font-size:0px;
    border-radius: 20px;
  }
  .m11 .top p:nth-child(1){
    display: inline-block;
    width: 40%;
    font-size: 22px;
    font-weight: 500;
    vertical-align: middle;
  }
  .m11 .top p:nth-child(2){
    display: inline-block;
    width: 60%;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 22px;
    vertical-align: middle;
  }
  .m11 .top .link_box{
    font-size: 0px;
    margin-top: 30px;
    vertical-align: middle;
  }
  .m11 .top .link_box a{
    border: 1px solid #ccc;
    background: #fff;
    display: inline-block;
    width:45%;
    margin-right: 10%;
    font-size: 14px;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
    padding: 5px;
    transition: all 0.3s;
  }
  .m11 .top .link_box a img{
    vertical-align: middle;
    padding-right: 10px;
    height: 24px;
  }
  .m11 .top .link_box a:nth-child(1):hover{
    background: #ffedbd;
  }
  .m11 .top .link_box a:nth-child(2):hover{
    background: #d4ffe1;
  }
  .m11 .top .link_box a:nth-child(2){
    margin-right: 0%;
  }


.m11 .bottom{margin-top:50px;}
.m11 .bottom .left{ box-sizing:border-box; margin-bottom: 30px;}
.m11 .bottom .right{ box-sizing:border-box;}
.m11 .bottom .left .bt {font-size: 0px; padding: 0 15px;}
.m11 .bottom .left .bt > li{transition: all 0.3s; display: inline-block; width:50%;  opacity: 0.4; box-sizing:border-box; text-align:center;}
.m11 .bottom .left .bt > li a{font-size: 20px; display: inline-block;}
.m11 .bottom .left .bt > li a img{margin-right: 10px; height: 24px; vertical-align: middle;}
.m11 .bottom .left .bt > li.on{ opacity: 1;}
.m11 .bottom .left .bt > li:hover{opacity: 1;}
.m11 .bottom .left .pg{border-top:1px solid #ccc; margin-top: 20px; padding-top:15px; }
.m11 .bottom .left .pg > li{padding: 15px; display: none; }
.m11 .bottom .left .pg > li.on{display: block;; }
.m11 .bottom .left .bus p{
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}
.m11 .bottom .left .bus ul{

    margin-bottom: 20px;

}

.m11 .bottom .left .bus ul:last-child{

    margin-bottom: 0px;

}
.m11 .bottom .left .bus ul li{
  margin-bottom: 10px;
  font-size: 14px;
  position: relative;
  padding-left: 40px;
}
.m11 .bottom .left .bus ul li span{
  padding:3px 0px;
  position: absolute;
  left:0px;
  width: 30px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  top:-2px;
}
.m11 .bottom .left .bus ul li span.s1{
  background: #667ff9;
}
.m11 .bottom .left .bus ul li span.s2{
  background: #85d993;
}
.m11 .bottom .left .bus ul li span.s3{
  background: #f86e55;
}

.m11 .bottom .left .metro p:nth-child(1){
  font-size: 16px;
  position: relative;
  padding-left: 40px;
  font-weight: 500;
  color: #69cccc;
  width:30%;
  float: left;
  box-sizing: border-box;
}
.m11 .bottom .left .metro p:nth-child(2){
  font-size: 14px;
  line-height: 22px;
  position: relative;
  width:70%;
  float: left;
  word-break: keep-all;
  box-sizing: border-box;
  padding-left: 10px;
}
.m11 .bottom .left .metro p:nth-child(1) span{
  padding:5px 0px;
  position: absolute;
  left:0px;
  width: 30px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
}
.m11 .bottom .left .metro p:nth-child(1) span.s1{
  background: #69cccc;
}


.m11 .bottom .right .parking{ padding: 15px; border: 1px solid #ccc; border-top:5px solid #fed63e;}
.m11 .bottom .right .parking p:nth-child(1){
  font-size: 16px;
  position: relative;
  margin-bottom: 10px;
  font-weight: 500;
}
.m11 .bottom .right .parking p:nth-child(2){
  font-size: 14px;
  line-height: 26px;
  word-break: keep-all;
}


  .map_wrapper .map_wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }

  .map_wrapper .radius_border {
    border: 1px solid #919191;
  }

  .map_wrapper .custom_typecontrol {
    position: absolute;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 100px;
    height: 20px;
    margin: 0;
    padding: 0;
    z-index: 1;
    font-size: 12px;
  }

  .map_wrapper .custom_typecontrol span {
    display: block;
    width: 50px;
    height: 20px;
    float: left;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    font-size: 11px;
  }

  .map_wrapper .custom_typecontrol .btn {
    background: #fff;
    background: linear-gradient(#fff, #e6e6e6);
  }

  .map_wrapper .custom_typecontrol .btn:hover {
    background: #f5f5f5;
    background: linear-gradient(#f5f5f5, #e3e3e3);
  }

  .map_wrapper .custom_typecontrol .btn:active {
    background: #e6e6e6;
    background: linear-gradient(#e6e6e6, #fff);
  }

  .map_wrapper .custom_typecontrol .selected_btn {
    color: #fff;
    background: #425470;
    background: linear-gradient(#425470, #5b6d8a);
  }

  .map_wrapper .custom_typecontrol .selected_btn:hover {
    color: #fff;
  }

  .map_wrapper .custom_zoomcontrol {
    position: absolute;
    bottom: 50px;
    right: 10px;
    width: 25px;
    height: 60px;
    overflow: hidden;
    z-index: 1;
    background-color: #f5f5f5;
  }

  .map_wrapper .custom_zoomcontrol span {
    display: block;
    width: 25px;
    height: 30px;
    text-align: center;
    cursor: pointer;
  }

  .map_wrapper .custom_zoomcontrol span img {
    width: 12px;
    height: 12px;
    padding: 10px 0;
    border: none;
  }

  .map_wrapper .custom_zoomcontrol span:first-child {
    border-bottom: 1px solid #bfbfbf;
  }

  .map_wrapper .wrap {
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 288px;
    margin-left: -144px;
    text-align: left;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.5;
    padding-bottom: 12px;
  }

  .map_wrapper .wrap .info {
    width: 100%;
    border-bottom: 2px solid #cee0e2;
    border-right: 1px solid #cee0e2;
    background: #fff;
  }

  .map_wrapper .wrap .info:nth-child(1) {
    border: 0;
  }

  .map_wrapper .wrap .info:after {
    content: '';
    position: absolute;
    margin-left: -12px;
    left: 50%;
    bottom: 1px;
    width: 22px;
    height: 12px;
    background: url('http://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white.png')
  }

  .map_wrapper .wrap .info .title01 {
    color: #393939;
    padding: 5px 0 0 10px;
    height: 30px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0px 1px 1px #a0a0a0;
  }

  .map_wrapper .wrap .info .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #888;
    width: 17px;
    height: 17px;
    background: url('http://t1.daumcdn.net/localimg/localimages/07/mapapidoc/overlay_close.png');
  }

  .map_wrapper .wrap .info .close:hover {
    cursor: pointer;
  }

  .map_wrapper .wrap .info .body {
    display: none;
  }

  .map_wrapper .wrap .info .desc {
    color: #393939;
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }

  .map_wrapper .wrap .info .desc p {
    margin-bottom: 5px;
    white-space: initial;
    word-break: keep-all;
  }

  .map_wrapper .wrap .info .desc a {
    color: #27579f;
    font-size: 15px;
  }

  .map_wrapper .wrap .info .img {
      display: inline-block;
      padding: 10px;
      vertical-align: middle;
      border: 1px solid #ddd;
      color: #888;
      text-align: center;
  }

  .map_wrapper .wrap .info .img img {
    vertical-align: middle;
    width: 50px;
  }

  /* //¸Ê Á¤º¸ */




}
