@media (max-width: 1641px) {
  #hd_wrapper {
    padding: 12px 20px;
    column-gap: 60px;
  }

  #logo img {
    height: 44px;
  }

  #gnb #gnb_1dul {
    column-gap: 30px;
  }

  .gnb_1da {
    font-size: 15px;
  }

  .hd_login {
    right: 20px;
  }

  .hd_login a img {
    height: 28px;
  }

  #page-visual {
    margin-top: 79px;
  }

  .sec02 {
    padding-bottom: 130px;
  }

  .sec02 .swiper-slide .desc {
    margin-top: 30px;
    font-size: 18px;
  }

  .sec04 {
    padding-bottom: 200px;
  }

  .ft-logo img {
    height: 44px;
  }
}
@media (max-width: 768px) {
  .pc-show {
    display: none !important;
  }

  .pc-f-show {
    display: none !important;
  }

  .m-show {
    display: block !important;
  }

  .m-f-show {
    display: flex !important;
  }

  #ft,
  #hd,
  #wrapper {
    min-width: auto;
    margin-top: 0;
  }

  #hd {
    z-index: 1000;
  }

  #hd.fixed {
    background: #000;
  }

  #page-visual {
    margin-top: 68px;
  }
  #hd_wrapper {
    background: transparent;
  }

  .fixed #hd_wrapper {
    height: 68px;
  }

  .fixed #gnb .gnb_1dli {
    line-height: 50px;
  }

  #gnb .gnb_1dli {
    line-height: 50px;
  }

  #hd_wrapper.fixed #mobile-nav-open {
    top: 25px;
  }

  #mobile-nav-open {
    position: absolute;
    top: 24px;
    right: 20px;
    width: 25px;
    transition: 0.3s all;
  }

  #mobile-nav-open img {
    width: 100%;
  }

  #gnb {
    position: fixed;
    top: 0;
    left: 30%;
    right: 0;
    bottom: 0;
    display: none !important;
    min-width: auto;
    width: 70%;
    z-index: 1000;
    max-height: 100vh;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.8);
    transform: none;
  }

  #gnb .gnb_1dli {
    float: none;
  }

  #gnb .gnb_1dli:first-child {
    margin-bottom: 20px;
  }

  #gnb .gnb_1dli:first-child a {
    padding: 14px 0;
    padding-left: 20px;
    border-bottom: 1px solid #fff;
  }

  #gnb .gnb_1da {
    padding-left: 20px;
    font-size: 18px;
  }

  #gnb #gnb_1dul {
    flex-direction: column;
  }

  .hd_login a,
  .gnb_1da {
    color: #fff;
  }

  .nav-user {
    position: absolute;
    top: 20px;
    right: 60px;
    z-index: 1001;
    cursor: pointer;
    width: 25px;
  }

  .nav-close-btn {
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 1001;
    cursor: pointer;
    width: 25px;
  }

  .nav-user img,
  .nav-close-btn img {
    width: 100%;
  }

  .gnb-header {
    width: 80%;
    margin: 40px auto 20px;
    text-align: center;
  }

  .gnb-header .hd_login {
    position: static;
    top: auto;
    right: auto;
    display: inline-block;
    margin-bottom: 10px;
  }

  .gnb-header .call img {
    width: 100%;
  }

  .mobile-nav-footer ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: 20px 15px;
    column-gap: 5px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 19px;
  }

  .mobile-nav-footer li {
    flex: 1;
  }

  .mobile-nav-footer li img {
    width: 100%;
  }

  .main-visual .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }

  .main-visual .swiper-pagination-bullets {
    bottom: 22px !important;
  }

  .sec02 {
    padding-bottom: 80px;
  }

  .sec02 .inner-wrapper {
    padding: 0;
    padding-left: 20px;
  }

  .sec02 .swiper-container {
    padding-bottom: 20px;
  }

  .sec02 .swiper-slide .desc {
    margin-top: 10px;
    font-size: 12px;
  }

  .sec04 {
    padding-right: 0;
    padding-bottom: 80px;
  }

  .sec05 {
    padding: 0 0 80px;
  }

  .sec05 .inner > .img {
    margin-bottom: 0;
  }

  .sec05 .inner-wrapper {
    padding: 0 20px;
  }

  .sec05 .label {
    width: 280px;
    padding: 9px 0 9px 20px;
    font-size: 15px;
  }

  .sec05 .label b {
    font-size: 16px;
  }

  .sec05 .swiper-button-next {
    width: 40px;
    height: 41px;
  }
  .sec05 .swiper-button-prev {
    right: 40px;
    width: 40px;
    height: 41px;
  }

  .sec05 .swiper-button-next img,
  .sec05 .swiper-button-prev img {
    width: 9px;
  }

  .sec06 .root_daum_roughmap .wrap_map {
    height: 300px !important;
  }

  .sec06 {
    background: #d0deee;
  }

  .sec06 .sns-list ul {
    display: flex;
    gap: 10px;
    padding: 20px;
  }

  .sec06 .sns-list li {
    display: flex;
  }

  .sec06 .sns-list li img {
    max-width: 100%;
  }

  #ft_link {
    padding: 26px;
  }

  #ft_link ul {
    column-gap: 10px;
  }

  #ft_link a {
    font-size: 14px;
  }

  #ft_wr {
    flex-direction: column;
    padding: 0;
  }

  .ft-logo {
    padding: 40px 0 0;
    padding-right: 0;
  }

  #ft_wr .right {
    border: 0;
    padding: 20px;
  }

  #ft_company {
    font-size: 14px;
    text-align: center;
  }

  #ft_company ul {
    align-items: center;
    gap: 5px;
  }

  #ft_company li {
    gap: 14px;
  }

  #ft_company dt {
    margin-right: 10px;
  }

  #ft_copy {
    font-size: 12px;
    text-align: center;
    line-height: 24px;
  }

  .modal {
    width: 90%;
  }
  .hd_pops {
    top: 50vh !important;
    right: 10px !important;
    left: 10px !important;
    transform: translateY(-50%);
  }

  .hd_pops_con {
    width: 100% !important;
    height: auto !important;
  }
  .hd_pops img {
    width: 100% !important;
    max-width: initial !important;
  }
}

@media (max-width: 350px) {
  .sec02 .swiper-slide .desc {
    font-size: 10px;
  }

  #ft_link a {
    font-size: 12px;
  }

  #ft_company {
    font-size: 11px;
  }

  .sec05 .swiper-button-next {
    width: 40px;
    height: 42px;
  }
  .sec05 .swiper-button-prev {
    right: 40px;
    width: 40px;
    height: 42px;
  }

  .sec05 .label b {
    font-size: 14px;
  }

  .sec05 .label {
    padding: 10px 0 10px 10px;
    font-size: 13px;
  }
}
