@charset "utf-8";
.fc-319a39 {
  color: #319a39;
}

.bg-319a39 {
  background-color: #319a39;
}

.fc-403f3f {
  color: #403f3f;
}

header {
  position: relative;
  padding: 32px 0 48px;
  z-index: 999;
}

.call_box {
  border: 2px solid #319a39;
  border-radius: 50px;
  padding: 7px;
}

.call_icon {
  width: 45px;
  height: 45px;
}

.hd_tel {
  padding: 0 15px;
}

.hd_quick_menu {
  top: 0;
  right: -20px;
}

.hd_quick_menu nav ul {
  width: 440px;
}

.hd_quick_menu nav ul li a {
  color: #5d5d5d;
  padding: 5px 15px;
  transition: 0.2s all ease-in-out;
}

.hd_quick_menu nav ul li a:hover {
  color: #319a39;
}

.quick_type1 {
  color: #fff !important;
  background-color: #125814;
  border-radius: 50px;
}

.sub_menu_login {
  display: none;
}

.sub_menu_login {
  background-color: #125814;
  border-radius: 10px;
  padding: 20px;
  min-width: 89px;
  text-align: center;
  top: 30px;
  /* 가운데 정렬을 위한 수정 */
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; /* 텍스트 줄바꿈 방지 */
}

.sub_menu_login2 {

}

.sub_menu_login a {
  color: #fff !important;
  transition: 0.2s all ease-in-out;
}

.sub_menu_login a:hover {
  font-weight: bolder;
}

.nav_first {
  margin-top: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #d7d7d7;
}

.nav_first nav ul li {
  color: #222;
  transition: 1s all ease-in-out;
}

.nav_first nav ul li a:hover {
  color: #319a39;
}

.nav_seconde {
  background-color: #fff;
  padding: 25px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 9999;
  width: 100%;
}

.nav_seconde nav ul li {
  color: #222;
  transition: 1s all ease-in-out;
}

.nav_seconde nav ul li a:hover {
  font-weight: bold !important;
  color: #319a39;
}

#sitemap {
  display: none;
}

/* mobile */
@media screen and (max-width: 853px) {
  header {
    position: relative;
    padding: 32px 0;
    z-index: 999;
  }
  .logo img{
    width:150px
  }

  .m_absol_call {
    position: absolute;
    left: 159px;
    top: 0;
  }
  .call_icon {
    width: 30px;
    height: 30px;
  }
  .call_icon img{
    width:20px;
  }
  .call_box {
    border: 2px solid #319a39;
    border-radius: 50px;
    padding: 3px;
  }
  .hd_tel {
    padding: 0px 6px;
  }
  /* site_map */
  #sitemap {
    display: block;
    width: 100%;
    height: 100vh;
    background: linear-gradient(-113deg, rgba(16, 31, 18, 0.8), #116f35);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999999;
    transform: translateX(100%);
    transition: transform 0.8s;
  }

  #sitemap.show {
    transform: translateX(0);
  }
  header .close_btn {
    display: flex
  ;
    justify-content: flex-end;
    padding-right: 20px;
    padding-top: 39px;
  }

header .close_btn i {
    font-size: 25px;
  }

  .st_box {
    padding: 6vh 15% 0;
    overflow: auto;
    width: 100%;
    height: 60%;
  }

  .st_menu ul {
    width: 100%;
    display: none;
  }

  .st_menu p {
    padding: 15px 0;
  }

  .st_menu li {
    padding: 10px 0;
  }

  .mobile_menu {
    top: 12px;
    right: 0;
  }


}

/* tablet 세로기준 */
@media screen and (min-width: 854px) and (max-width: 1024px) {
  header {
    position: relative;
    padding: 32px 0;
    z-index: 999;
  }
  .logo img{
    width:150px
  }

  .m_absol_call {
    position: absolute;
    left: 159px;
    top: 0;
  }
  .call_icon {
    width: 30px;
    height: 30px;
  }
  .call_icon img{
    width:20px;
  }
  .call_box {
    border: 2px solid #319a39;
    border-radius: 50px;
    padding: 3px;
  }
  .hd_tel {
    padding: 0px 6px;
  }
  /* site_map */
  #sitemap {
    display: block;
    width: 100%;
    height: 100vh;
    background: linear-gradient(-113deg, rgba(16, 31, 18, 0.8), #116f35);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999999;
    transform: translateX(100%);
    transition: transform 0.8s;
  }

  #sitemap.show {
    transform: translateX(0);
  }

  header .close_btn {
    display: flex;
    justify-content: flex-end;
    padding-right: 16px;
    padding-top: 25px;
  }

  header .close_btn i {
    font-size: 25px;
  }

  .st_box {
    padding: 6vh 15% 0;
    overflow: auto;
    width: 100%;
    height: 100%;
  }

  .st_menu ul {
    width: 100%;
    display: none;
  }

  .st_menu p {
    padding: 15px 0;
  }

  .st_menu li {
    padding: 10px 0;
  }

  .mobile_menu {
    top: 12px;
    right: 0;
  }
}

/* 태블릿 아이패드미니 가로부터 ~ , 노트북 : 11인치  ~ 15인치 */
@media screen and (min-width: 1025px) and (max-width: 1440px) {
}
