* {
  color: #333;
}
.clear::after {
  content: "";
  display: block;
  clear: both;
}
.w1250 {
  width: 1250px;
  margin: 0 auto;
}
.forweb {
  display: block;
}
.formobile {
  display: none;
}

.menu_wrap {
  /*width: 1300px;*/
  margin: 0 auto;
}

.title_area {
  text-align: center;
  padding: 100px 0;
}
.title_area .main_title {
  font: normal normal bold 60px Montserrat;
  color: #ff6600;
}
.title_area .sub_title {
  font: normal normal 500 33px Noto Sans KR;
  line-height: 80px;
}

.nav {
  display: flex;
  justify-content: center;
}
.nav li {
  height: 30px;
  line-height: 30px;
  font: normal normal bold 18px Noto Sans KR;
  text-align: center;
  margin: 10px 0;
  padding: 0 30px;
  border-right: 1px solid #afafaf;
}
.nav li:last-child {
  border-right: none;
}
.nav li a:hover,
.nav li.act a {
  color: #ff6600;
}

.posterSwiperwrap {
  padding: 100px 0;
  box-sizing: border-box;
}
.posterSwiper_top {
  width: 100%;
  max-width: 1120px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.posterSwiper2 {
  width: 595px;
  margin: auto;
}
.posterSwiper2 img {
  width: 100%;
}

.posterSwiper_bot {
  position: relative;
  padding-bottom: 59px;
}

.posterSwiper .swiper-slide {
  box-sizing: border-box; /* 요소의 패딩과 테두리를 포함한 전체 너비 설정 */
  float: left; /* 아이템을 좌측으로 정렬 */
  cursor: pointer;
  border: 3px solid transparent;
}

.posterSwiper .active {
  border: 3px solid #ff6600;
}

.posterSwiper .swiper-slide:hover {
  border: 3px solid #ff6600;
}

.posterSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.swiper-button-next {
  background-image: url(/image/common/arrow_right.png);
  background-size: cover;
  width: 50px;
  height: 50px;
}
.swiper-button-prev {
  background-image: url(/image/common/arrow_left.png);
  background-size: cover;
  width: 50px;
  height: 50px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0;
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}

.swiper-button-next::after {
  display: none;
}
.swiper-button-prev::after {
  display: none;
}

.mo_dn {
  display: none;
}
.pc_dn {
  display: flex;
}

.menu_introduce_wrap {
  padding: 100px 0;
}
.menu_introduce {
}

.menu_introduce .swiper-item {
  display: none;
}

.menu_introduce .active {
  display: inline-block;
}

.menu_introduce li {
  width: 25%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: inline-block;
  text-align: center;
  position: relative;
  border: 3px solid transparent;
  box-sizing: border-box;
}
.menu_introduce li a {
  width: 100%;
  height: 100%;
  display: block;
}
.menu_introduce li img {
  width: 100%;
}
.menu_introduce li .title {
  font: normal normal bold 18px Noto Sans KR;
  margin-top: 10px;
}
.menu_introduce li .sub_title {
  font: normal normal normal 14px Noto Sans KR;
  margin-top: 3px;
  color: #767676;
}

.menu_introduce li .badgeContainer {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 13.5%;
  bottom: 35%;
  gap: 20px;
}

.menu_introduce li .badge {
  display: flex;
  background-color: #ffb32c;
  width: 45px;
  height: 45px;
  text-align: center;
  font: normal normal 800 14px Montserrat;
  color: #ffffff;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}

.menu_introduce li .hover_img1 {
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #ff6600;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.8;
  display: none;
}
.menu_introduce li .hover_img1::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url("/image/site/sub/menu/search.png");
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  display: none;
}
.menu_introduce li:hover {
  border: 3px solid #ff6600;
}
.menu_introduce li:hover .hover_img1,
.menu_introduce li:hover .hover_img1::after {
  display: block;
}

@media screen and (max-width: 1200px) {
  .w1250 {
    width: 720px;
    margin: 0 auto;
  }
  .menu_wrap {
    width: calc(100% - 30px);
  }

  .nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .nav {
    flex-wrap: wrap;
  }
  .nav li {
    display: inline-block;
    width: 33%;
    padding: 0;
  }
  .nav li:nth-child(3n) {
    border-right: none;
  }

  .title_area {
    padding: 80px 0;
  }
  .title_area .main_title {
    font-size: 45px;
  }
  .title_area .sub_title {
    font-size: 33px;
    line-height: 30px;
    margin-top: 22px;
  }

  .posterSwiperwrap {
    padding: 100px 0;
  }
  .posterSwiper_top {
    max-width: 1120px;

    margin-right: auto;
    margin-left: auto;
  }
  .posterSwiper2 {
    width: 550px;
  }

  .posterSwiper_bot {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 44px;
  }

  .posterSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
  }

  .mo_dn {
    display: flex;
  }
  .pc_dn {
    display: none;
  }

  .menu_introduce_wrap .w1250 {
    width: 100%;
  }

  .menu_introduce li {
    width: 33%;
  }
  .menu_introduce li .sub_title,
  .menu_introduce li .title {
    font-size: 15px;
  }
}

@media screen and (max-width: 720px) {
  .w1250 {
    width: 100%;
  }

  .nav li {
    font-size: 13px;
  }

  .title_area .main_title {
    font-size: 33px;
  }
  .title_area .sub_title {
    font-size: 24px;
  }

  .posterSwiperwrap {
    padding: 20px 0;
  }

  .posterSwiper2 {
    width: 80%;
  }
  .posterSwiper2 img {
    width: 100%;
  }

  .menu_introduce li {
    width: 50%;
  }

  .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 450px) {
  .w1250 {
    width: 90%;
  }
  .posterSwiper_bot {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
  }

  .menu_introduce li .sub_title,
  .menu_introduce li .title {
    font-size: 13px;
  }
  .swiper-button-next {
    width: 25px;
    height: 25px;
  }
  .swiper-button-prev {
    width: 25px;
    height: 25px;
  }
}
