@media (min-width:1200px) {



   .map_wrapper {
      height: 100%;
      position: relative;

   }
    

  .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: 10px;
    bottom: 65px;
    text-align: left;
  }

   .map_wrapper .wrap:before {
    content: "6F";
    position: absolute;
    left: -50px;
    bottom: -15px;
    display: block;
    font-size: 12px;
    background: #fd298e;
    border-radius: 50%;
    padding: 8px;
    color: #fff;
    font-weight: bold;
	box-shadow:3px 3px rgba(0,0,0,0.5);
  }

  .map_wrapper .wrap .info {
    width: 230px;
	height:80px;
	position:relative;
	background:url(/img/mark_name.png) center no-repeat;
	background-size:cover;
    overflow: hidden;
  }

  .map_wrapper .wrap .info img {
    width:140px;
	position:absolute;
	left:20px; top:15px;
  }

 
  .map_wrapper .wrap .info .close {
    position: absolute;
    top: 16px;
    right: 28px;
    color: #888;
    width: 15px;
    height: 15px;
    background: url('http://t1.daumcdn.net/localimg/localimages/07/mapapidoc/overlay_close.png');
	background-size:cover;
  }

  .map_wrapper .wrap .info .close:hover {
    cursor: pointer;
  }


  /* //¸Ê Á¤º¸ */



}





@media screen and (min-width:768px) and (max-width: 1199px) {


  .map_wrapper {

      height: 100%;
      position: relative;

   }
      .map .top{
        background: #efefef;
        padding: 30px 30px;
        margin-top: 50px;
        font-size:0px;
        border-radius: 0 20px 0 20px;
      }
      .map .top p:nth-child(1){
        display: inline-block;
        width: 40%;
        font-size: 26px;
        
        vertical-align: middle;
      }
      .map .top p:nth-child(2){
        display: inline-block;
        width: 60%;
        padding-left: 20px;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 24px;
        vertical-align: middle;
      }
      .map .top .link_box{
        font-size: 0px;
        margin-top: 30px;
        vertical-align: middle;
      }
      .map .top .link_box a{
        border: 1px solid #ccc;
        background: #fff;
        display: inline-block;
        width:45%;
        margin-right: 10%;
        font-size: 16px;
        vertical-align: middle;
        box-sizing: border-box;
        text-align: center;
        padding: 10px;
        transition: all 0.3s;
      }
      .map .top .link_box a img{
        vertical-align: middle;
        padding-right: 10px;
      }
      .map .top .link_box a:nth-child(1):hover{
        background: #ffedbd;
      }
      .map .top .link_box a:nth-child(2):hover{
        background: #d4ffe1;
      }
      .map .top .link_box a:nth-child(2){
        margin-right: 0%;
      }


    .map .bottom{margin-top:50px;}
	
  .map .tit01{font-size:24px; margin-bottom:20px;}
  .map .tit01 img{vertical-align:middle; margin-right:10px; height:30px;}
    .map .bottom .left{float:left; width: 60%; padding-right: 50px; box-sizing:border-box;}
    .map .bottom .right{float:right;  width:40%;  box-sizing:border-box;}
  .map .bottom .left .bt{font-size:0px;}
  .map .bottom .left .bt > li{transition: all 0.3s; text-align:center; border-bottom:4px solid #ccc; padding-bottom:10px;  display: inline-block; width:50%;  box-sizing:border-box;}
  .map .bottom .left .bt > li a{font-size:18px;}
  .map .bottom .left .bt > li.on{border-bottom:4px solid #cc8282;}
  .map .bottom .left .bt > li.on a{color:#cc8282;}
  .map .bottom .left .bt > li:hover{border-bottom:4px solid #cc8282;}
  .map .bottom .left .bt > li.hover a{color:#cc8282;}
  .map .bottom .left .pg{ }
  .map .bottom .left .pg > li{padding: 20px; display: none; }
  .map .bottom .left .pg > li.on{display: block;; }



.map .bottom .left .bus{
    
  }
  .map .bottom .left .bus p{
  
    font-size: 16px;
	line-height:24px;
	
	margin-bottom:50px;
	word-break:keep-all;
	box-sizing:border-box;
	position:relative;
	padding-left:20px;
	margin-bottom:20px;
  }
  .map .bottom .left .bus p:before{
    display:inline-block;
	content:"";
	width:12px;
	height:12px;
	border-radius:50%;
	background:#cc8282;
	vertical-align:middle;
	position:absolute;
	left:0px;
	top:5px;
  }
  .map .bottom .left .bus ul{
 
	margin-bottom:35px;
	word-break:keep-all;
	box-sizing:border-box;
  }
  .map .bottom .left .bus ul:last-child{
	margin-bottom:0px;
  }
  .map .bottom .left .bus ul li{
   display:inline-block;  
    font-size: 12px;
	line-height:20px;
	margin:0 5px 5px 0px;
	border-radius:0 5px 0 5px;
	border:1px solid #ccc;
	padding:7px;
  }



  .map .bottom .right .car{ padding: 20px 20px 10px 20px; border: 1px solid #ccc; border-top:5px solid #cc8282; font-size: 0px;}
  .map .bottom .right .car p{
	font-size: 16px;
	line-height:24px;
	word-break:keep-all;
	box-sizing:border-box;
	position:relative;
	padding-left:20px;
	margin-bottom:20px;
    
  }
  .map .bottom .right .car p:before{
     display:inline-block;
	content:"";
	width:12px;
	height:12px;
	border-radius:50%;
	background:#cc8282;
	vertical-align:middle;
	position:absolute;
	left:0px;
	top:5px;
  }
  .map .bottom .right .car ul{
    display:inline-block;
	margin-bottom:20px;
	word-break:keep-all;
	box-sizing:border-box;
  }
  .map .bottom .right .car ul:last-child{
	margin-bottom:0px;
  }
  .map .bottom .right .car ul li{
   display:inline-block;  
    font-size: 12px;
	line-height:18px;
	margin:0 5px 10px 0px;
  }
  .map .bottom .right .car ul li:after{
   display:inline-block;
	content:"";
	width:15px; 
	height:10px; 
	background:url(/img/arrow_04.png) no-repeat center;
	background-size:cover;
	vertical-align:middle;
	margin-left:5px;
	
  }
  .map .bottom .right .car ul li:last-child:after{
   display:none;
  }







  .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: 10px;
    bottom: 65px;
    text-align: left;
  }

 .map_wrapper .wrap:before {
    content: "6F";
    position: absolute;
    left: -50px;
    bottom: -15px;
    display: block;
    font-size: 12px;
    background: #fd298e;
    border-radius: 50%;
    padding: 8px;
    color: #fff;
    font-weight: bold;
	box-shadow:3px 3px rgba(0,0,0,0.5);
  }

  .map_wrapper .wrap .info {
    width: 230px;
	height:80px;
	position:relative;
	background:url(/img/mark_name.png) center no-repeat;
	background-size:cover;
    overflow: hidden;
  }

  .map_wrapper .wrap .info img {
    width:140px;
	position:absolute;
	left:20px; top:15px;
  }

 
  .map_wrapper .wrap .info .close {
    position: absolute;
    top: 16px;
    right: 28px;
    color: #888;
    width: 15px;
    height: 15px;
    background: url('http://t1.daumcdn.net/localimg/localimages/07/mapapidoc/overlay_close.png');
	background-size:cover;
  }

  .map_wrapper .wrap .info .close:hover {
    cursor: pointer;
  }




  /* //¸Ê Á¤º¸ */



}


@media (max-width:767px) {
  .map_wrapper {
      height: 100%;
      position: relative;

   }

  .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: 10px;
    bottom: 65px;
    text-align: left;
  }


.map_wrapper .wrap:before {
    content: "6F";
    position: absolute;
    left: -50px;
    bottom: -15px;
    display: block;
    font-size: 12px;
    background: #fd298e;
    border-radius: 50%;
    padding: 8px;
    color: #fff;
    font-weight: bold;
	box-shadow:3px 3px rgba(0,0,0,0.5);
  }
 


  .map_wrapper .wrap .info {
    width: 170px; 
	height:59px;
	position:relative;
	background:url(/img/mark_name.png) center no-repeat;
	background-size:cover;
    overflow: hidden;
  }

  .map_wrapper .wrap .info img {
    width:100px;
	position:absolute;
	left:20px; top:10px;
  }

 
  .map_wrapper .wrap .info .close {
    position: absolute;
    top: 14px;
    right: 22px;
    color: #888;
    width: 10px;
    height: 10px;
    background: url('http://t1.daumcdn.net/localimg/localimages/07/mapapidoc/overlay_close.png');
	background-size:cover;
  }

  .map_wrapper .wrap .info .close:hover {
    cursor: pointer;
  }
  /* //¸Ê Á¤º¸ */




}
