/**** 지도 api overay ******/
.api{width:100% !important;}
.root_daum_roughmap .cont .section.lst{display:none !Important}
.customoverlay {position:relative;bottom:58px;left:0;border-radius:6px;border: 1px solid #ccc;border-bottom:2px solid #ddd;float:left;background:#fff;}
.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;}
.customoverlay .title {display:block;text-align:center;background:#fff;;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')}


/* 푸터 */
.footer{background:#000;padding:60px 0}
.footer .ctt{}
.ft{}
.use{display:flex;gap:0 30px;}
.use a{opacity:0.6;font-size:14px;color:#fff;font-weight:500}
.ft h2{margin-top:30px;color:#fff;}
.ft_info{margin-top:15px;display:flex;flex-wrap:wrap;}
.ft_info p{margin-right:30px;color:#fff;font-weight:500;font-size:13px;}
.ft_info p span{margin-right:10px;}
.copy{font-size:13px;margin-top:15px;opacity:0.3;color:#fff;font-weight:400}

/* 푸터 팝업 css */
html.hidden,
body.hidden{
  overflow:hidden;
}
.pop_bg{width:100%;height:100%;background:rgba(0,0,0,0.7);position:fixed;top:0;left:0;z-index:9999}
.pop{z-index:999999999;width:500px;height:600px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);display: flex;
  flex-direction: column;border-radius: 10px;overflow: hidden;padding-top: 40px;}
.pop3, .pop4{width:1000px}
.pop_scroll{background:#fff;overflow-y:scroll;flex: 1;padding:25px;}
.pop_ctt{margin-top:0px;}
.pop_ctt div{}
.pop_ctt h2{font-size:13px;margin-top:25px;}
.pop_ctt p{font-size:13px;word-break:keep-all;line-height:1.7em;color:#555;margin-top:15px;}
.pop_ctt img{width:100%;}
.pop_ctt table{}
.pop_ctt table td{padding:15px;}
.pop_ctt table p{margin-top:0;font-size:13px !Important;color:#666 !Important;}
.pop_ctt table p, .pop_ctt table span{font-size:13px !Important;color:#666 !Important;font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !Important}
.pop_ctt table .pop_table_tit{background:#f8f8f8 !Important;}
.pop_ctt table .pop_table_tit span{font-size:13px !important;color:#000 !Important;font-weight:bold;}
.close{border-radius: 10px 10px 0 0;background:#000;color:#fff;display:Flex;justify-content:space-between;position:sticky;top:0;border-bottom:1px solid #e4e4e4;width:100%;padding: 20px;
  justify-content: center;}
.close b{font-size:16px;}
.close div{position:absolute;font-size:15px;color:#fff;cursor:pointer;font-weight:bold;top:-40px;right:10px;display:flex;align-items:center;gap:0 8px}
.close svg{fill: #fff;color:#fff;width:15px;}
/* 푸터 팝업 css 끝 */

@media screen and (max-width:768px){
   .ft_box{display:none;}
  .api_info {width: 90%;margin-top: 20px;}
  .api_info ul{flex-wrap:wrap}
  .api_info ul li{padding:25px;width:100% !Important;border-right:0;border-bottom:1px solid rgba(255, 255, 255, 0.3);}
  .api_info ul li:last-child{padding-bottom:0;}
  .api_info ul li p{font-size:14px}
  .api_info ul li p.f32{font-size:22px;}
  .api{height:300px !Important}
  
  .footer{padding:40px 0 100px 0;}
  .footer .ctt{flex-wrap:wrap;flex-direction:column-reverse;}
  .ft{width:100%;margin-top:30px;flex-wrap:wrap;}
  .ft_info p{margin-right:0;display:flex;width:100%;font-size:14px;padding-bottom:8px;}
  .ft_info span{width:80px;}
  .use{width:100%;gap:0 10px;justify-content:left}
  .use a{font-size:12px;}
  .copy{margin-top:30px;}

  .pop{width:90%;padding-top:40px;height:500px;}
  .close{padding:13px 0;}
  .close div{font-size:14px;top:-30px;}
  .close svg{width:12px;}
}