/**** 지도 api overay ******/
.google_map{width:100% !important;height:550px !important;}
#api{width:100% !Important;height:550px !Important}
.customoverlay {position:relative;bottom:70px;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:#141f2d;}
.footer .ctt{}
.use_wrap{border-bottom:1px solid rgba(255,255,255,0.5)}
.use{display:flex;border-left:1px solid rgba(255,255,255,0.5)}
.use a{width:25%;display:block;text-align:center;opacity:0.9;color:#fff;font-size:17px;padding:30px 0;border-right:1px solid rgba(255,255,255,0.5)}
.user a:hover{text-decoration:underline;}
.ft_info{padding:80px 0;}
.ft_info h2{color:#fff;text-align:Center;}
.ft_info div{display:flex;flex-wrap:wrap;justify-content:center;margin-top:30px;}
.ft_info span{margin-right:10px;}
.ft_info p{display:flex;font-size:14px;color:#fff;opacity:0.6;line-height:1.5em;margin-right:30px;}

/* 푸터 팝업 css */
.hidden{overflow:hidden !Important}
.pop_bg{width:100%;height:100%;background:rgba(0,0,0,0.3);position:fixed;top:0;left:0;z-index:9999}
.pop{z-index:99999;width:800px;height:800px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;overflow-y:scroll;padding:50px;padding-top:0;}
.pop_ctt{margin-top:0px;}
.pop_ctt div{}
.pop_ctt h2{font-size:14px;margin-top:25px;}
.pop_ctt p{font-size:12px;line-height:23px;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:14px !Important;color:#666 !Important;}
.pop_ctt table p, .pop_ctt table span{font-size:14px !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:16px !important;color:#000 !Important;font-weight:bold;}
.close{background:#fff;display:Flex;justify-content:space-between;position:sticky;top:0;padding:45px 0 25px 0;border-bottom:1px solid #e4e4e4;width:100%;}
.close b{font-size:16px;}
.close svg{width:15px;cursor:pointer;}
/* 푸터 팝업 css 끝 */

@media screen and (max-width:799px){
  #api{height:300px !Important}
  .footer .ctt{flex-wrap:wrap;}
  .ft_logo{width:180px}
  .use{margin-top:20px;width:100%;display:flex;flex-wrap:wrap;gap:0;}
  .use a{font-size:13px;width:50%;margin:0;padding:10px 0;}
  .use a:nth-child(n+3){border-top:1px solid rgba(255,255,255,0.5)}
  .ft_info{padding:40px 0 120px 0;width:100%;}
  .ft_info span{width:100px;font-size:12px;}
  .ft_info h2{text-align:left;}
  .ft_info div{justify-content:left}
  .ft_info  p{padding-bottom:5px;}
  .ft_info  b, .ft_info  p{font-size:12px;font-weight:400}
  /* 팝업 */
  .pop{width:90%;height:400px;padding:25px;padding-top:0}
  .close{padding:20px 0}
}

