@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html{
  font-size: 10px;
}
body{
  width: 100%;
  height: auto;
  position: relative;
  font-size: 1.6rem;
  background: rgb(255,255,255);
}
body *{
  line-height: 1.35;
  word-break: keep-all;
}
.montserrat{
  font-family: "Montserrat", sans-serif !important;
}
.sub-wrap *, .main-wrap *, body *{
  font-family: 'Pretendard', 'sans-serif';
  word-break: keep-all;
}
img{
  max-width: 100%;
}
:root {
  --color-point : rgb(0,37,132);
  --btn-bg: ; 
}
.text-center{
  text-align: center !important;
}
.mobile{
  display: none !important;
}
b{
  font-weight: bold;
}

@media(max-width:1600px){
  html{
    font-size: 8.8px;
  }
}
@media(max-width:1024px){
  .pc{
    display: none !important;
  }
  .mobile{
    display: block !important;
  }
  html{
    font-size: 10px;
  }
}

@media(max-width:360px){
  html{
    font-size: 8px;
  }
}

/*  */

.inner{
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .inner { max-width: 720px; }
}
@media (min-width: 992px) {
  .inner { max-width: 960px; }
}
@media (min-width: 1200px) {
  .inner { max-width: 1140px; }
}

/* inner */

.mt80{
  margin-top: 8rem;
}
.mt60{
  margin-top: 6rem;
}
.mt30{
  margin-top: 3rem;
}
.mb80{
  margin-bottom: 8rem;
}
.mb60{
  margin-bottom: 6rem;
}
.mb30{
  margin-bottom: 3rem;
}
.con-line{
  display: flex;
  flex-wrap: wrap;
}

@media(max-width:1024px){
  .mt80{
    margin-top: 4rem;
  }
  .mt60{
    margin-top: 3rem;
  }
  .mt30{
    margin-top: 1.6rem;
  }
  .mb80{
    margin-bottom: 4rem;
  }
  .mb60{
    margin-bottom: 3rem;
  }
  .mb30{
    margin-bottom: 1.6rem;
  }
}

/* 공통 */


.mapbox{width: 100%;height: 50rem;}
.mapbox .wrap_map{height: 100%;}
.mapbox .root_daum_roughmap{width:100% !important;height: 100% !important;}
.mapbox .map_border{display: none;}
.mapbox .root_daum_roughmap .wrap_map{
  height: 50rem;
}

.mapbox .root_daum_roughmap .wrap_controllers,
.mapbox .root_daum_roughmap .cont
{
  display: none !important;
}

@media(max-width:1024px){
  .mapbox, .mapbox .root_daum_roughmap .wrap_map{height: 30rem;}
}

/* 다음지도 */

#bo_v_share{
  display: none !important;
}
#bo_v_atc{
  margin-top: 2rem;
}
.bo_inner{
  margin-top: 13rem;
  margin-bottom: 13rem;
}
.sub-cate ul,
#bo_cate_ul
{
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 4rem;
}

.sub-cate li a,
#bo_cate_ul li a
{
  display: block;
  padding: 1rem 2rem;
  border: solid 1px rgb(206, 206, 206);
  font-size: 1.6rem;
  font-weight: 600;
  color: rgb(62, 62, 62);
  border-radius: 5px;
  transition: 0.2s;
  text-transform: uppercase;
}

.sub-cate li.active a ,
#bo_cate_ul li #bo_cate_on
{
  border: none;
  color: rgb(255,255,255);
  background: linear-gradient(128deg, rgb(160, 203, 58) -4%, rgb(105, 161, 64) 101%);
}

#bo_cate_ul li:hover a:not(#bo_cate_on),
.sub-cate li:not(.active):hover a{
  border: 1px solid rgb(149, 195, 59);
  color: rgb(149, 195, 59);
}


@media(max-width:1024px){
  .bo_inner{
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}

@media(max-width:767px){
  .sub-cate ul,
  #bo_cate_ul
  {
    gap: 0.6rem;
    margin-bottom: 2rem;
  }

  .sub-cate li a,
  #bo_cate_ul li a
  { 
    padding: 0.8rem 1rem;
    font-size: 1.4rem;
  }
}

@media(max-width:390px){
  .sub-cate ul,
  #bo_cate_ul
  {
    gap: 0.4rem;
  }
  .sub-cate li,
  #bo_cate_ul li{
    width: calc(50% - 0.2rem);
  }
  .sub-cate li a,
  #bo_cate_ul li a{
    text-align: center;
  }
}

/* 게시판 */