@media (max-width: 1500px) {
  .sec .inner {
    max-width: 1380px;
    padding: 0 40px;
  }
}

@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;
  }
  #hd_wrapper {
    height: 70px;
    padding: 30px 20px;
  }
  #hd_wrapper.fixed #logo {
    top: 17px;
  }
  #hd_wrapper.fixed #gnb {
    top: 0;
  }
  #hd_wrapper.fixed #mobile-nav-open {
    top: 25px;
  }
  #ft,
  #hd,
  #wrapper {
    min-width: auto;
  }
  #dark-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100;
  }
  #hd_pop {
    height: auto;
  }
  .hd_pops_top {
    top: 0;
  }
  .hd_pop_wrap {
    position: fixed;
    width: 90%;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    z-index: 1000;
  }
  .hd_pops:nth-of-type(2) {
    margin-left: 0;
  }
  .hd_pops_con {
    width: 100% !important;
    height: 100% !important;
  }
  .hd_pops_con img {
    width: 100%;
  }

  .hd_pops_footer .hd_pops_close i {
    position: relative;
    top: -1px;
  }

  #logo {
    position: absolute;
    top: 25px;
    left: 20px;
    width: 100px;
  }
  #logo img {
    width: 100%;
  }
  #mobile-nav-open {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 25px;
    transition: 0.3s all;
  }
  #mobile-nav-open img {
    width: 100%;
  }

  #gnb {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    display: none !important;
    min-width: auto;
    width: 90vw;
    height: 100vh;
    z-index: 1000;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.8);
    transform: none;
  }
  #gnb #gnb_1dul {
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }
  #gnb #gnb_1dul a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
  }
  #gnb .gnb_1dli {
    float: none;
  }
  .head-mobile-btn {
    position: absolute;
    top: 29px;
    right: 15px;
    display: flex;
    align-items: center;
    gap: 14px;
    z-index: 1001;
    cursor: pointer;
  }
  .head-mobile-btn img {
    width: 20px;
  }
  .gnb-header {
    padding: 20px;
    border-bottom: 1px solid #939393;
  }

  .gnb-header .gnb-logo {
    width: 100px;
  }
  .gnb-header .gnb-logo img {
    width: 100%;
  }
  .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 {
    padding: 0 10px;
  }

  #hd.fixed #logo {
    top: 16px;
    width: 100px;
  }

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

  .sns-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 19px;
    padding: 10px;
  }

  .sns-icons li {
    width: 20%;
  }

  .sns-icons li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-size: 10px;
  }

  .sns-icons li a img {
    width: 30px;
  }

  .sec02 .swiper-button-prev {
    left: 5px !important;
  }

  .sec02 .swiper-button-next {
    right: 5px !important;
  }

  .sec02 .swiper-wrapper {
    padding: 30px 40px !important;
  }
  .sec04 .item01 {
    margin-bottom: 5.33vw;
  }
  .sec04 .item01 .video {
    margin: 5.33vw 2.08vw 0;
    border-radius: 6.13vw;
  }

  .sec04 .gif {
    padding: 0 3.73vw;
  }

  .sec04 .item02 {
    margin-bottom: 5.33vw;
  }

  .sec07 .inner {
    flex-direction: column;
    padding: 0;
  }

  .sec07 .inner .left {
    width: 100%;
    margin-bottom: 20px;
  }

  .sec07 .inner .right {
    width: 100%;
  }

  .sec07 #map {
    height: 400px;
  }

  #section8 {
    display: none;
  }

  .swiper-container.main-visual {
    height: auto;
  }
  .swiper-container.main-visual .swiper-slide {
    /* max-height: 720px;
        overflow: hidden; */
  }
  .swiper-container.main-visual .swiper-slide > img {
    width: 100%;
    height: auto;
  }
  #m-map {
    width: 100%;
    height: 500px;
  }
  .section07 .inner-wrapper img {
    width: 60%;
  }
  .section08 {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
  }
  .section08 .form-wrap .img {
    display: none !important;
  }
  .contact-toggle-btn {
    width: 180px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .contact-toggle-btn img {
    width: 100%;
  }
  .section08 .form-wrap {
    display: none;
  }
  .section08 .form .input-wrap {
    width: 100%;
    margin-left: 0;
  }
  .section08 .text-box {
    width: 100%;
    margin-left: 0;
  }
  .section08 .btn-wrap {
    width: 100%;
    margin-left: 0;
    height: auto;
  }
  .section08 .form-wrap {
    padding: 30px 20px;
  }
  .section08 .form .input-row label {
    display: block;
    float: none;
    line-height: 30px;
    font-size: 15px;
  }
  .section08 .form .input-col {
    width: 100%;
    float: none;
  }
  .section08 .text-box {
    margin-top: 20px;
    height: 100px;
  }
  .section08 .text-box textarea {
    font-size: 14px;
  }
  .section08 .policy-text {
    margin-top: 10px;
  }
  .section08 .policy-text p,
  .section08 .policy-text span {
    display: inline-block;
  }
  .section08 .agree-btn-wrap {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 5px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .section08 .submit-btn {
    width: 100%;
    height: 50px;
    margin-top: 20px;
    line-height: 50px;
  }

  .title h3 {
    font-size: 16px;
  }

  .fregister_agree input[type="checkbox"] + label em {
    font-size: 14px;
  }

  .register_form_inner ul {
    padding: 0;
  }

  .register .btn_confirm .btn_submit,
  .register .btn_confirm .btn_close {
    height: 50px !important;
    line-height: 50px !important;
    font-size: 16px;
  }

  .register_form_inner ul .colGroup {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }

  .register_form_inner li {
    width: 100%;
    padding-right: 0;
  }

  #fregisterform .form_01 div {
    margin-bottom: 10px;
  }

  .register_form_inner dd input {
    font-size: 16px;
  }
  /* 게시판 */
  #page-visual ~ #location {
    position: relative;
    padding: 0 34px;
    background-color: #dcdcdc;
    z-index: 99;
  }
  #location:before {
    display: none;
  }
  #location > .section {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    font-size: 16px;
    line-height: 60px;
    letter-spacing: -0.05em;
    background-color: #dcdcdc;
    z-index: 1;
  }
  #location .depth {
    width: 100%;
    font-weight: 600;
    position: relative;
    text-align: center;
  }
  #location .depth > a {
    position: relative;
    padding: 0 55px;
    white-space: nowrap;
    z-index: 1;
  }
  #location .depth:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 32px;
    height: 60px;
    background-position: -13px center;
    background-repeat: no-repeat;
    z-index: 0;
  }
  #location > .section:after {
    content: "";
    display: block;
    clear: both;
  }

  #bo_list {
    padding: 0 15px;
  }
  #bo_list .bo_tit {
    padding: 10px;
  }
  .bo_tit {
    display: block;
    color: #000;
    font-weight: bold;
  }
  #bo_list .bo_tit .listImg {
    display: block;
    margin: 0 10px 10px 0;
  }
  #bo_list .bo_tit .listImgA img {
    width: 100% !important ;
  }
  #bo_list .bo_tit .listSbjA {
    display: block;
    overflow: hidden;
    padding: 5px;
  }
  #bo_list .bo_tit a.listSbjA strong {
    font-size: 18px;
  }
  #bo_list .bo_tit .listCont {
    font-weight: normal;
    font-style: normal;
    margin-top: 0;
    font-size: 14px;
    display: block;
    padding: 5px 0;
    color: #999;
  }
  #bo_list .bo_tit .listInfo {
    font-weight: normal;
    text-decoration: none;
    font-size: 11px;
    color: #ddd;
    display: block;
    margin-top: 5px;
  }
  .fix_btn {
    position: fixed;
    z-index: 99;
    bottom: 65px;
    right: 15px;
    background: #52b5f5;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    border-radius: 50% !important;
    font-size: 1.8em;
    line-height: 50px !important;
  }
  .gall_row .col-gn-3 {
    width: 100% !important;
  }

  #contentsWrap,
  .register {
    max-width: 90vw;
  }

  /* 게시판ㅇ */

  #ft_wr,
  #ft_copy {
    width: 100%;
  }
  .ft_info {
    font-size: 13px;
  }
  .ft_logo img {
    width: 120px;
  }

  #ft .inner {
    flex-direction: column;
  }

  .ft-info {
    flex-direction: column;
    row-gap: 0;
    align-items: center;
    text-align: center;
  }

  .ft-info .row {
    flex-direction: row;
    column-gap: 10px;
  }

  .ft-info li {
    justify-content: center;
  }

  #ft .copy {
    font-size: 10px;
  }
}

@media (max-width: 425px) {
  #main-visual .swiper-slide-active .visual-text01 {
    transform: translateY(150px);
  }
}
@media (max-width: 375px) {
  #main-visual .swiper-slide-active .visual-text01 {
    transform: translateY(140px);
  }
}
@media (max-width: 320px) {
  #main-visual .swiper-slide-active .visual-text01 {
    transform: translateY(120px);
  }
}
@media (min-width: 768px) and (max-height: 901px) {
  #main-visual .visual-text01 img {
    width: 80%;
  }
  #main-visual .visual-text02 img {
    width: 90%;
  }
  #main-visual .visual-text03 img {
    width: 90%;
  }
  #main-visual .swiper-slide-active .visual-text02 {
    opacity: 1;
    transform: translateY(50px);
  }
}
