.m_ft_fixed{display:none;}
.ft_fixed ul{background:#2e2f3a;display:flex;align-items:normal;width:100%;}
.ft_fixed ul li{width:50%;}
.ft_fixed ul li img{width:100%;}
.ft_fixed ul li:nth-child(2){}
.root_daum_roughmap .wrap_controllers{display:none !Important;}
.ft_api{width:90% !important;margin:10px 0 26px 0!important;}

.footer{background:#edecea;padding:60px 0;}
.ft_nav{display:flex;justify-content:center;opacity:0.8}
.ft_nav li{margin:0 20px;position:relative;}
.ft_nav li:after{width: 2px;height: 10px;background: #999;
margin: 0 10px;display: block;content: "";position: absolute;
right: -32px;top: 4px;opacity:0.5;}
.ft_nav li:last-child:after{display:none;}
.ft_nav li a{display:block;font-size:16px;color:#555;font-weight:500;}
.ft_info{display:flex;justify-content:center;margin-top:35px;padding-top:35px;border-top:1px solid #dbdbdb;}
.ft_logo{margin-right:70px;}
.ft_logo img{display:block;width:300px;}
.ft_info ul{}
.ft_info ul li{padding-bottom:10px;font-size:14px;}
.ft_info ul li span{display:inline-block;font-size:14px;font-weight:700;width:100px;}


.pop {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 1px solid #e4e4e4;
    width: 700px;
    height: 700px;
    z-index: 9999999;
    overflow: hidden;
    overflow-y: scroll;
    display: none;
  border-radius:25px;
  
}

.pop iframe{width:100%;}
.pop_ctt {
    padding: 80px;
}

.pop_ctt img {
    width: 100%;
    border-radius: 20px;
}

.pop_ctt h2 {
    font-size: 15px;
    margin-top: 15px;
}

.pop_ctt p {
    font-size: 13px;
    line-height: 23px;
    margin-top: 15px;
}

.pop .close {
    cursor: pointer;
    top: 30px;
    right: 30px;
    width: 20px;
    position: sticky;
    height: 25px;F
    float: right;
}

.pop .close img {
    width: 100%;
}

.customoverlay {position:relative;bottom:58px;border-radius:6px;border: 1px solid #ccc;border-bottom:2px solid #ddd;float:left;}
.customoverlay:nth-of-type(n) {border:0; box-shadow:0px 1px 2px #888;}
.customoverlay a {display:block;text-decoration:none;color:#000;text-align:center;border-radius:6px;font-size:14px;font-weight:bold;overflow:hidden;background: #d95050;background: #173e51 url(https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/arrow_white.png) no-repeat right 14px center}
.customoverlay .title {display:block;text-align:center;background:#fff;margin-right:35px;padding: 8px 11px;
    font-size: 13px;font-weight:bold;}
.customoverlay:after {content:'';position:absolute;margin-left:-12px;left:50%;bottom:-12px;width:22px;height:12px;background:url('https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white.png')}


.map_pop {
    display: none;
    background: #fff;
    height: 800px;
    width: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #e4e4e4;
    z-index: 9999;
    overflow: hidden;
}
.ytp-chrome-top{display:none !Important;opacity:0 !Important;}
.map_pop_close {
  padding:7px;
       position: absolute;
    right: 30px;
    top: 30px;
    width: 30px ! Important;
    display: block;
    border-radius: 50px;
    cursor: pointer;
    z-index: 10;
    background: #000;
}

.map_box_wrap {
    height: 100%;
    overflow-y: scroll;
    padding: 70px;
}

.map_pop h2 {
    font-size: 28px;
    font-weight: 800;
}

.map_pop h2 span {
    font-size: 20px;
    display: block;
    color: #ccc;
    font-weight: 400;
    margin-bottom: 5px;
}

.map_tab {
    display: flex;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

.map_tab li {
    width: 50%;
    border: 1px solid #2d5eab;
    border-right: 0;
    position: relative
}

.map_tab li img {
    position: absolute;
    top: -40px;
    left: 50px;
    width: 100px;
}


.map_tab li:last-child {
    border-right: 1px solid #2d5eab;
}
.map_tab li a {
    color: #2d5eab;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
}

.map_tab_active a {
    background: #2d5eab;
    color: #fff !important;
}

.map_ctt {
    display: none;
    margin-top: 20px;
}
.map_ctt iframe{width:100% !Important;height:100%;position:absolute;top:0;left:0;}
.map_ctt_mg img:first-child {
    margin-top: 0;
}
.map_ctt b{font-size:18px;}
.map_ctt span{    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.3px;
    font-size: 14px;
    border: 1px solid #000;
    border-radius: 50px;margin:15px 0;
    margin-right: 5px;}
.map_list{margin-bottom:20px}
.map_ctt_mg img {
    margin-top: 25px;
}

.map_pop_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

@media screen and ( max-width:799px){
  .ft_fixed{display:none;}
  .map_pop{width:90%;height:500px;}
  .map_box_wrap{padding:30px;}
  .map_pop h2 span{font-size:13px;}
  .map_pop h2{font-size:16px;}
  .map_tab li a{font-size:14px;}
  .map_ctt b {
    font-size: 14px}
  .map_ctt span{font-size:10px;width:20px;height:20px;line-height:19px;}
  .map_list{margin-bottom:5px;}
  .m_ft_fixed{display:block;background:#141731;}
  .m_ft_fixed a{display:block;width:100%;height:100%}
  .m_ft_fixed img{width:100%;}
  .mb_api{display:block;width:80% !Important;margin:10px auto !Important;}
  .footer{padding-top:0;}
  .footer .ctt{width:100% !Important;}
  .ft_nav{flex-wrap:wrap;}
  .ft_nav li{width:50%;padding:0;margin:0;border-bottom:1px solid #d7d3cb;border-right:1px solid #d7d3cb;padding: 15px 0;
}
  .ft_nav li:nth-child(2n){border-right:0;}
  .ft_nav li:after{display:none;}
  .ft_nav li a{font-size:12px;text-align:center;font-weight:500;color:#000;}
  
  .pop{width:90%;height:500px;}
  .pop_ctt{padding:40px;}
  .pop_ctt h2{font-size:14px;}
  .pop .close{width:15px;height:15px;}
  .pop_ctt p {
    font-size: 11px;
    line-height: 20px;}
  .ft_info{margin-top:0;border-top:0;padding-top:20px;padding-bottom:60px;}
  .ft_info{display:block;}
  .ft_logo{margin-right:0;}
  .ft_logo img{width:200px;margin:0 auto;}
  .ft_info ul{padding-left:20px;padding-top:20px;}
  .ft_info ul li{font-size:13px}
  .ft_info ul li span{font-size:13px;width:88px;}
  
}