#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: var(--gray-500);
}

#header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  height: 100px;
  max-width: 1320px;
  padding: 0 20px;
}

#header .logo {
  width: 150px;
  height: 25px;
}

#header .gnb-wrap {
  margin: 0 auto;
}
#header .gnb {
  width: 568px;
  display: flex;
  justify-content: space-between;
  gap: 0 66px;
}
#header .gnb > li {
  position: relative;
}
#header .gnb > li > a {
  color: #fff;
  display: block;
  line-height: 100px;
  font-weight: 700;
}
#header .gnb > li:hover > a {
  color: var(--point-color1);
}
#header .gnb .depth2 {
  position: absolute;
  left: -30px;
  top: 85px;
  padding: 28px 30px;
  background: #fff;
  white-space: nowrap;
  max-height: 0;
  overflow: hidden;
  padding: 0 30px;
  transition: all 0.3s;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
#header .gnb > li:hover > .depth2 {
  max-height: 380px;
  padding: 28px 30px;
}
#header .gnb .depth2 a {
  color: var(--gray-500);
}
#header .gnb .depth2 a:hover {
  color: var(--point-color1);
}
#header .gnb .depth2 li + li {
  margin-top: 18px;
}

#header .click {
  background: var(--point-color2);
  width: 100px;
  height: 35px;
  border-radius: 8px;
}
#header .click a {
  display: block;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-weight: 700;
}

#header .link {
  display: flex;
  justify-content: space-between;
  width: 128px;
  text-align: center;
  margin-left: 100px;
}
#header .link .insta::before {
  content: '';
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  background: url(../images/instagram-line-w.png) no-repeat center bottom;
  background-size: 23px 23px;
  width: 23px;
  height: 23px;
  margin-bottom: 3px;
}
#header .link .owner::before {
  content: '';
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  background: url(../images/lock-line-w.png) no-repeat center top;
  background-size: 20px 23px;
  width: 20px;
  height: 23px;
  margin-bottom: 3px;
}
#header .link .insta:hover::before {
  background: url(../images/instagram-line-p.png) no-repeat center;
  background-size: 23px 23px;
}
#header .link .owner:hover::before {
  background: url(../images/lock-line-p.png) no-repeat center top;
  background-size: 20px 23px;
}
#header .link .insta p:hover {
  color: var(--point-color1);
}
#header .link .owner p:hover {
  color: var(--point-color1);
}
#header .link p {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}

#header .open-btn {
  display: none;
}
#header .m-menu-wrap {
  display: none;
}

/* ---------------------------------------------------- */

#container {
  padding-top: 100px;
}
.main-slider {
  text-align: center;
}
.main-slider img {
  width: 100%;
}
.main-slider video {
  vertical-align: top;
  width: 100%;
}
.main-slider .swiper-pagination {
  width: 100%;
  bottom: 10px;
  text-align: center;
}
.main-slider .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid var(--point-color1);
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.main-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--point-color2);
  width: 36px;
  border-radius: 10px;
}

/* ------------------------------------------------------------ */

.main-blend {
  margin-top: 150px;
  position: relative;
  height: 645px;
  display: flex;
  align-items: center;
  z-index: 0;
  overflow: hidden;
  background: url(../images/coffee.jpg) no-repeat left center / 50%;
}
.main-blend::before {
  content: '';
  display: block;
  position: absolute;
  left: calc(50% - 145px);
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--point-color1);
  z-index: -1;
}
.main-blend::after {
  content: '';
  display: block;
  position: absolute;
  left: calc(50% - 145px);
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 308px;
  background: var(--gray-500);
  z-index: -1;
}
.main-blend .inner {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.main-blend .txt {
  color: #fff;
  text-align: right;
}
.main-blend .txt strong {
  font-size: 28px;
  font-weight: 700;
}
.main-blend .txt h2 {
  font-size: 64px;
  font-weight: 700;
  color: var(--point-color1);
  margin-bottom: 10px;
}
.main-blend .txt p {
  font-size: 18px;
  font-weight: 500;
}

/* ----------------------------------------------------- */

.main-menu .menu-wrap {
  padding: 150px 0;
  margin: 0 auto;
  position: relative;
}
.main-menu .menu-wrap .menu-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.main-menu .menu-wrap .menu-inner::before {
  position: absolute;
  right: 190px;
  top: 110px;
  width: 136px;
  height: 111px;
  content: '';
  display: block;
  background: url(../images/JInsim_B\ 2.png) no-repeat center center;
}
.main-menu .menu-wrap .menu-inner::after {
  position: absolute;
  left: 172px;
  bottom: 170px;
  width: 136px;
  height: 111px;
  content: '';
  display: block;
  background: url(../images/JInsim_P2\ 1.png) no-repeat center center;
}
.main-menu .menu-wrap h1 {
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  color: var(--gray-500);
  margin-bottom: 100px;
}
.main-menu .menu-photo {
  display: flex;
  justify-content: space-between;
}

.main-menu .menu-name {
  display: flex;
  margin-top: -30px;
}
.main-menu .menu-name li {
  width: 1280px;
}
.main-menu .menu-name a {
  display: block;
  font-weight: 700;
  color: var(--gray-500);
  text-align: center;
  margin: 0 auto;
  padding: 15px 0;
}
.main-menu .menu-name li:nth-child(1) a {
  width: 140px;
  height: 60px;
  border-radius: 30px;
  background: #dced5d;
}
.main-menu .menu-name li:nth-child(1):hover a {
  color: #dced5d;
  background: #fff;
  border: 2px solid #dced5d;
}
.main-menu .menu-name li:nth-child(2) a {
  display: block;
  width: 140px;
  height: 60px;
  text-align: center;
  border-radius: 30px;
  background: #ff8000;
}
.main-menu .menu-name li:nth-child(2):hover a {
  color: #ff8000;
  background: #fff;
  border: 2px solid #ff8000;
}
.main-menu .menu-name li:nth-child(3) a {
  display: block;
  width: 140px;
  height: 60px;
  text-align: center;
  border-radius: 30px;
  background: #f4d29c;
}
.main-menu .menu-name li:nth-child(3):hover a {
  color: #f4d29c;
  background: #fff;
  border: 2px solid #f4d29c;
}

.main-menu .menu-name li:nth-child(4) a {
  display: block;
  width: 140px;
  height: 60px;
  text-align: center;
  border-radius: 30px;
  background: #d06b2e;
}
.main-menu .menu-name li:nth-child(4):hover > a {
  color: #d06b2e;
  background: #fff;
  border: 2px solid #d06b2e;
}

.main-menu .more {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
.main-menu .more button {
  width: 150px;
  height: 60px;
  font-size: 24px;
  font-weight: 700;
  color: var(--point-color2);
  border: 2px solid var(--point-color2);
  border-radius: 7px;
  background: #fff;
  gap: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}
.main-menu .more button::after {
  content: '';
  width: 13px;
  height: 20px;
  background: url(../images/arrow-p.png) no-repeat center;
}
.main-menu .more button:hover {
  background: var(--point-color1);
  color: #fff;
}
.main-menu .more button:hover::after {
  background-image: url(../images/arrow-w.png);
}

.main-menu .m-menu-wrap {
  display: none;
}
/* -------------------------------------------------------------------------- */

.main-app {
  position: relative;
}
.main-app .inner {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  display: flex;
}

.main-app .jinsim1 {
  position: absolute;
  left: 25px;
  bottom: 87px;
  z-index: -1;
}
.main-app .jinsim2 {
  position: absolute;
  right: 15px;
  top: 377px;
  z-index: -1;
}

.main-app .txt-left {
  position: absolute;
  left: 0;
  top: 270px;
  text-align: right;
}

.main-app .txt-left h2 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}
.main-app .txt-left p {
  font-size: 32px;
  font-weight: 700;
  color: var(--gray-500);
}
.main-app .txt-left span {
  color: #fff;
}
.main-app .txt-right {
  position: absolute;
  right: 0;
  bottom: 150px;
  text-align: right;
}
.main-app .txt-right a {
  font-size: 18px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.main-app .txt-right a::after {
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../images/google-play.png) no-repeat;
}
.main-app .txt-right p {
  font-size: 23px;
  font-weight: 500;
  color: var(--gray-500);
}
.main-app .txt-right strong {
  font-weight: 700;
  color: #fff;
}

.main-app .iphone {
  width: 100%;
}
.main-app::before {
  content: '';
  display: block;
  position: absolute;
  top: 170px;
  left: 0;
  width: 50%;
  height: 300px;
  background: var(--point-color1);
  z-index: -1;
}
.main-app::after {
  display: block;
  position: absolute;
  bottom: 87px;
  right: 0;
  content: '';
  width: 50%;
  height: 300px;
  background: var(--point-color1);
  z-index: -1;
}

/* ------------------------------------------------------------------------- */
.main-event {
  margin-top: 150px;
  padding: 0 38px;
  text-align: center;
}
.main-event .inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.main-event .inner h2 {
  font-size: 64px;
  font-weight: 700;
  padding-bottom: 100px;
}
.main-event .event {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.main-event .event li:first-child {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}
.main-event .event img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
}

/* --------------------------------------------------------------------- */

.main-sns-slider {
  margin-top: 150px;
  background: var(--gray-500);
  overflow: hidden;
  position: relative;
  padding: 90px 0;
  height: 722px;
}
.main-sns-slider::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 420px);
  height: 50%;
  background: var(--gray-500);
  z-index: 10;
}
.main-sns-slider .inner {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
}

.main-sns-slider::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(50% - 420px);
  height: 50%;
  background: var(--gray-500);
  z-index: 10;
}
.main-sns-slider .inner2 {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
}

.main-sns-slider .insta {
  position: absolute;
  left: 20px;
  top: 0;
  color: #fff;
  background: var(--gray-500);
  z-index: 10;
  height: 100%;
}
.main-sns-slider .insta h2 {
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 5px;
}
.main-sns-slider .insta p {
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 85px;
}
.main-sns-slider .insta span {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  gap: 0 10px;
}
.main-sns-slider .insta span::before {
  content: '';
  display: inline-block;
  background: url(../images/instagram-line2\ 5.png) no-repeat center center;
  width: 32px;
  height: 32px;
}

.main-sns-slider .youtube {
  position: absolute;
  left: 20px;
  top: 0;
  color: #fff;
  background: var(--gray-500);
  z-index: 20;
  height: 100%;
}
.main-sns-slider .youtube h2 {
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 5px;
}
.main-sns-slider .youtube p {
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 47px;
}
.main-sns-slider .youtube span {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  gap: 0 10px;
}
.main-sns-slider .youtube span::before {
  content: '';
  display: inline-block;
  background: url(../images/youtube-line2\ 3.png) no-repeat center center;
  width: 35px;
  height: 28px;
}

.main-sns-slider .swiper {
  height: 340px;
  overflow: visible;
  margin-left: 250px;
}

.main-sns-slider .inner .swiper-slide {
  width: 200px;
}
.main-sns-slider .inner2 .swiper-slide {
  width: 359px;
}

.main-sns-slider .swiper-slide img {
  width: 100%;
  border-radius: 12px;
}

.main-sns-slider .youtube-swiper .swiper-slide {
  width: 359px;
  margin-top: 90px;
}
.main-sns-slider .youtube-swiper .swiper-slide img {
  object-fit: cover;
  border-radius: 12px;
}

/* ------------------------------------------------------------------------- */
.main-issue {
  padding: 150px 0;
  overflow: hidden;
}

.main-issue .inner {
  display: flex;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 0 27px;
}

.main-issue .news {
  width: calc(100% / 3);
  border: 2px solid #9c9c9c;
  border-radius: 30px;
  padding: 30px;
}

.main-issue .notice {
  width: calc(100% / 3);
  border: 2px solid #9c9c9c;
  border-radius: 30px;
  padding: 30px;
}

.main-issue .map {
  width: calc(100% / 3);
  border-radius: 30px;
  padding: 30px;
  background: url(../images/gps.png) no-repeat center center / cover;
  position: relative;
}

.main-issue h2 {
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 35px;
  color: var(--gray-500);
}
.main-issue p {
  font-size: 20px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 18px;
  color: var(--gray-500);
}
.main-issue .map-top {
  color: #fff;
}
.main-issue .map-txt {
  display: block;
  font-size: 24px;
}

.main-issue .map img {
  position: absolute;
  bottom: 0;
  right: -180px;
}

/* ------------------------------------------------------------------------- */

.main-award {
  height: 246px;
  background: #ffefef;
}
.main-award .swiper {
  align-items: center;
  height: 100%;
}
.main-award .swiper-slide {
  width: auto;
  display: flex;
  align-items: center;
}
.main-award .swiper-slide img {
  height: 146px;
  display: block;
}

/* ------------------------------------------------------------------------- */

#footer {
  background: var(--gray-500);
  position: relative;
}

#footer .inner {
  max-width: 1280px;
  margin: 0 auto;
  color: #fff;
}

#footer .top {
  display: flex;
  justify-content: space-between;
  height: 90px;
  align-items: center;
}
#footer .list {
  display: flex;
  gap: 0 20px;
}
#footer .list a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
#footer .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
}
#footer .link a {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
#footer .bottom {
  height: 242px;
  display: flex;
  align-items: center;
  gap: 0 38px;
  position: relative;
}
#footer .bottom img {
  width: 145px;
  height: 115px;
}
#footer .bottom .address {
  display: flex;
  font-size: 16px;
  font-weight: 400;
}
#footer .bottom .number {
  display: flex;
  margin-bottom: 34px;
  font-size: 16px;
  font-weight: 400;
}

#footer .inner .bottom li + li::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #fff;
  margin: 0 10px;
}

#footer .m-footer {
  display: none;
}

/* ======================================================================= */

@media (max-width: 1200px) {
  #header {
    height: 80px;
  }
  #header .inner {
    height: 80px;
  }

  #header .logo {
    width: 150px;
    height: 25px;
    flex-shrink: 0;
  }

  #header .link {
    justify-content: end;
    width: 100%;
    gap: 0 30px;
  }
  #header .link .insta {
    display: flex;
    align-items: center;
    gap: 0 5px;
  }
  #header .link .owner {
    display: flex;
    align-items: center;
    gap: 0 5px;
  }
  #header .open-btn {
    display: block;
    width: 24px;
    height: 29px;
    border: none;
    background: url(../images/m-menu.svg) no-repeat center center;
  }
  #header .m-menu-wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(100% - 200px);
    height: 100%;
    overflow: auto;
    background: #fff;
    z-index: 10;
    padding-bottom: 60px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 80px;
  }
  #header .m-menu-wrap .m-top {
    height: 80px;
    padding: 43px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header .m-top .m-gnb-wrap {
    position: absolute;
    left: 43px;
    top: 130px;
    justify-content: space-between;
    align-items: center;
  }

  #header .m-menu-wrap .close-btn {
    width: 28px;
    height: 28px;
    background: url(../images/x-close.svg) no-repeat center center;
    border: none;
  }

  #header .gnb-wrap {
    display: none;
  }
  #header .click {
    display: none;
  }

  #header .m-gnb-wrap {
    padding: 30px 30px;
  }
  #header .m-gnb li {
    font-size: 24px;
    font-weight: 700;
    color: var(--gray-500);
    padding: 10px 20px;
  }
  #header .m-gnb .depth2 li {
    font-size: 18px;
    font-weight: 400;
  }
  #header .m-gnb .depth2 li:hover a {
    color: var(--point-color2);
    font-weight: 500;
  }
  #header .m-gnb .depth2 a {
    display: block;
    line-height: 50px;
  }
  #header .m-click-wrap {
    padding: 0 43px;
  }
  #header .m-click {
    background: var(--point-color2);
    width: 100%;
    border-radius: 5px;
    text-align: center;
  }
  #header .m-click a {
    display: block;
    line-height: 56px;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
  }

  /* ------------------------------------------------ */

  #container {
    padding-top: 80px;
  }

  .main-slider .swiper-slide {
    aspect-ratio: 786 / 450;
  }
  .main-slider .swiper-slide img,
  .main-slider .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .main-slider .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .main-slider .swiper-pagination .swiper-pagination-bullet-active {
    width: 25px;
    border-radius: 10px;
  }

  /* -------------------------------------------------- */

  .main-blend {
    height: 422px;
    margin-top: 70px;
  }
  .main-blend::before {
    left: calc(50% - 59px);
  }
  .main-blend::after {
    height: 202px;
    left: calc(50% - 59px);
  }
  .main-blend .txt strong {
    font-size: 20px;
  }
  .main-blend .txt h2 {
    font-size: 48px;
    margin-bottom: 10px;
  }
  .main-blend .txt p {
    font-size: 14px;
  }
  /* ------------------------------------------------------- */

  .main-menu .m-menu-wrap {
    display: block;
    margin-top: 100px;
    position: relative;
    padding: 0 20px;
  }

  .main-menu .m-menu-wrap h1 {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    color: var(--gray-500);
    margin-bottom: 50px;
  }

  .main-menu .m-menu-wrap .m-menu-inner::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 0;
    width: 136px;
    height: 111px;
    background: url(../images/JInsim_B\ 2.png) no-repeat center center;
  }
  .main-menu .m-menu-wrap .m-menu-inner::after {
    content: '';
    position: absolute;
    left: 20px;
    bottom: 100px;
    width: 136px;
    height: 111px;
    background: url(../images/JInsim_P2\ 1.png) no-repeat center center;
  }

  .main-menu .m-menu-wrap .menu-photo1,
  .main-menu .m-menu-wrap .menu-photo2 {
    display: flex;
    justify-content: center;
    gap: 0 27px;
  }
  .main-menu .m-menu-wrap .menu-name1 {
    padding-bottom: 40px;
  }
  .main-menu .m-menu-wrap .menu-name1,
  .main-menu .m-menu-wrap .menu-name2 {
    display: flex;
    justify-content: center;
    margin-top: -30px;
    gap: 0 187px;
  }

  .main-menu .m-menu-wrap .menu-name1 a,
  .main-menu .m-menu-wrap .menu-name2 a {
    display: block;
    font-weight: 700;
    color: var(--gray-500);
    text-align: center;
    margin: 0 auto;
    padding: 15px 0;
  }
  .main-menu .m-menu-wrap .menu-name1 li:nth-child(1) a {
    width: 140px;
    height: 60px;
    border-radius: 30px;
    background: #dced5d;
  }
  .main-menu .m-menu-wrap .menu-name1 li:nth-child(1):hover a {
    color: #dced5d;
    background: #fff;
    border: 2px solid #dced5d;
  }
  .main-menu .m-menu-wrap .menu-name1 li:nth-child(2) a {
    display: block;
    width: 140px;
    height: 60px;
    text-align: center;
    border-radius: 30px;
    background: #ff8000;
  }
  .main-menu .m-menu-wrap .menu-name1 li:nth-child(2):hover a {
    color: #ff8000;
    background: #fff;
    border: 2px solid #ff8000;
  }
  .main-menu .m-menu-wrap .menu-name2 li:nth-child(1) a {
    display: block;
    width: 140px;
    height: 60px;
    text-align: center;
    border-radius: 30px;
    background: #f4d29c;
  }
  .main-menu .m-menu-wrap .menu-name2 li:nth-child(1):hover a {
    color: #f4d29c;
    background: #fff;
    border: 2px solid #f4d29c;
  }

  .main-menu .m-menu-wrap .menu-name2 li:nth-child(2) a {
    display: block;
    width: 140px;
    height: 60px;
    text-align: center;
    border-radius: 30px;
    background: #d06b2e;
  }
  .main-menu .m-menu-wrap .menu-name2 li:nth-child(2):hover > a {
    color: #d06b2e;
    background: #fff;
    border: 2px solid #d06b2e;
  }

  .main-menu .m-menu-wrap .more {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
  }
  .main-menu .m-menu-wrap .more button {
    width: 150px;
    height: 60px;
    font-size: 24px;
    font-weight: 700;
    color: var(--point-color2);
    border: 2px solid var(--point-color2);
    border-radius: 7px;
    background: #fff;
    gap: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
  }
  .main-menu .m-menu-wrap .more button::after {
    content: '';
    width: 13px;
    height: 20px;
    background: url(../images/arrow-p.png) no-repeat center;
  }
  .main-menu .more button:hover {
    background: var(--point-color1);
    color: #fff;
  }
  .main-menu .m-menu-wrap .more button:hover::after {
    background: url(../images/arrow-w.png) no-repeat center;
  }

  .main-menu .menu-wrap {
    display: none;
  }
  /* ------------------------------------------------------- */

  .main-app {
    padding: 0 20px;
  }

  .main-app::before {
    top: 50px;
  }
  .main-app::after {
    bottom: 50px;
  }

  .main-app .txt-left {
    top: 150px;
    left: 50px;
    text-align: center;
  }
  .main-app .txt-left h2 {
    font-size: 40px;
  }
  .main-app .txt-left p {
    font-size: 30px;
  }

  .main-app .iphone {
    width: 500px;
    margin: 0 auto;
  }

  .main-app .txt-right {
    bottom: 115px;
  }
  .main-app .txt-right a {
    font-size: 18px;
  }
  .main-app .txt-right p {
    font-size: 20px;
  }

  .main-app .jinsim1 {
    bottom: 80px;
  }
  .main-app .jinsim2 {
    top: 280px;
  }

  /* ------------------------------------------------------- */

  .main-sns-slider .inner .insta {
    padding-right: 15px;
  }
  .main-sns-slider .inner2 .youtube {
    padding-right: 25px;
  }

  /* ------------------------------------------------------- */

  .main-issue {
    padding: 100px 0;
  }
  .main-issue .inner {
    position: relative;
    flex-wrap: wrap;
    gap: 27px;
  }
  .main-issue .news {
    width: calc(50% - 14px);
  }
  .main-issue .notice {
    width: calc(50% - 14px);
  }
  .main-issue .map {
    width: 100%;
    height: 340px;
    background: url(../images/gps3.png) no-repeat center center / cover;
  }
  .main-issue .map img {
    position: absolute;
    bottom: 0;
    right: 10px;
    padding: 15px;
    text-align: right;
  }

  /* ------------------------------------------------------- */

  #footer {
    padding: 0 20px;
  }
  #footer .list {
    font-size: 14px;
    gap: 0 40px;
  }
}

/* ------------------------------------------------------- */

@media (max-width: 768px) {
  .main-slider .swiper-slide {
    aspect-ratio: 360 / 250;
  }

  .main-blend {
    height: 460px;
    background-position: bottm bottom;
    background-size: 100% auto;
  }
  .main-blend .inner {
    margin-bottom: 200px;
  }
  .main-blend::before {
    height: 260px;
    top: 0;
    left: 0;
    width: 100%;
  }
  .main-blend::after {
    height: 147px;
    top: 28%;
    left: 0;
    width: 100%;
  }
  .main-blend .txt strong {
    font-size: 14px;
  }
  .main-blend .txt h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .main-blend .txt p {
    font-size: 11px;
  }

  .main-menu .m-menu-wrap .m-menu-inner::after {
    bottom: 0;
  }
  .main-menu .m-menu-wrap .more {
    margin-bottom: 50px;
  }

  /* -------------------------------------------------------- */

  .main-app::before {
    width: 100%;
    top: 50px;
  }
  .main-app::after {
    width: 100%;
    bottom: 0;
    z-index: 0;
  }
  .main-app .inner {
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
  }
  .main-app .txt-left {
    top: 100px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
  }
  .main-app .iphone {
    margin-top: 250px;
    margin-bottom: 250px;
  }
  .main-app .txt-right {
    bottom: 80px;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
  }
  .main-app .jinsim1,
  .main-app .jinsim2 {
    display: none;
  }

  .main-event {
    margin-top: 50px;
  }
  .main-event .inner h2 {
    padding-bottom: 50px;
  }
  .main-event .event {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 50px;
    gap: 20px;
  }
  .main-event .event img {
    border-radius: 23px;
  }

  .main-issue .inner {
    flex-direction: column;
    gap: 20px 0;
    position: relative;
  }
  .main-issue .news,
  .main-issue .notice {
    width: 100%;
  }

  .main-issue .news h2,
  .main-issue .notice h2 {
    font-size: 40px;
  }

  .main-issue .news p,
  .main-issue .notice p {
    font-size: 20px;
  }

  .main-issue .map {
    position: static;
    width: 100%;
    transform: none;
    height: 340px;
    background: url(../images/gps3.png) no-repeat center center;
  }
  .main-issue .map h2 {
    padding-bottom: 10px;
  }

  /* -------------------------------------------------------- */
  .main-sns-slider {
    margin: 0;
    padding-top: 30px;
  }
  .main-sns-slider::before,
  .main-sns-slider::after {
    display: none;
  }

  .main-sns-slider .swiper {
    margin-left: 0;
    height: 150px;
  }
  .main-sns-slider .inner2 {
    margin-top: 50px;
  }

  .main-sns-slider .insta {
    position: static;
    padding: 0 20px;
  }
  .main-sns-slider .insta h2 {
    font-size: 24px;
  }
  .main-sns-slider .insta p {
    padding-bottom: 25px;
    font-size: 12px;
  }
  .main-sns-slider .insta span {
    padding-bottom: 20px;
    font-size: 12px;
    gap: 0 5px;
  }
  .main-sns-slider .insta span::before {
    background-size: 20px 20px;
  }
  .main-sns-slider .youtube {
    position: static;
    padding: 0 20px;
  }
  .main-sns-slider .youtube h2 {
    font-size: 24px;
  }
  .main-sns-slider .youtube p {
    padding-bottom: 25px;
    font-size: 12px;
  }
  .main-sns-slider .youtube span {
    padding-bottom: 20px;
    font-size: 12px;
    gap: 0 5px;
  }
  .main-sns-slider .youtube span::before {
    background-size: 25px 20px;
  }

  .main-sns-slider .inner .swiper-slide {
    width: 120px;
  }
  .main-sns-slider .inner2 .swiper-slide {
    width: 196px;
  }

  /* -------------------------------------------------------- */

  #footer .inner {
    display: none;
  }

  #footer .m-footer {
    display: block;
    padding: 1ch 0;
  }

  #footer .m-footer .m-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
  }

  #footer .m-footer .m-top img {
    width: 75px;
    height: 63px;
  }

  #footer .m-footer .m-link {
    display: flex;
    gap: 0 10px;
  }

  #footer .m-footer .m-link img {
    width: 32px;
    height: 32px;
  }

  #footer .m-footer .m-bottom {
    flex-wrap: wrap;
    font-size: 14px;
  }

  #footer .m-footer .m-bottom .list {
    padding-bottom: 20px;
    word-break: keep-all;
  }

  #footer .m-bottom .m-txt-wrap {
    font-size: 14px;
    color: #fff;
  }

  #footer .m-bottom .m-txt-wrap .m-address {
    padding-bottom: 10px;
  }
  #footer .m-bottom .m-txt-wrap .m-number {
    padding-bottom: 10px;
  }
  #footer .m-bottom .m-txt-wrap .m-copyright {
    padding-bottom: 10px;
    word-break: keep-all;
  }
}
