label {
  display: block;
}

input[type=checkbox]:checked {
  background-image: url(https://feelmaker.co.kr/img/join/checkbox-on.svg);
}

input[type=checkbox] {
  width: 22px;
  height: 22px;
  background-image: url(https://feelmaker.co.kr/img/join/checkbox.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  vertical-align: middle;
}

.wrap {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  padding-top: 50px;
}

.wrap .list_top_bg {
  width: 1500px;
  height: 320px;
  overflow: hidden;
  margin: 40px auto 40px;
  border-radius: 10px;
}

.wrap .list_top_bg .special_img{
  width: 100%;
}

.wrap .list_top_bg .list_banner {
  width: 100%;
  position: relative;
}

.wrap .list_top_bg .list_banner .list_banner_desc {
  text-align: left;
  color: #fff;
  text-shadow: 2px 2px 6px #b3b7cb;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}

.wrap .list_top_bg .list_banner .list_banner_desc .title {
  font-size: 35px;
  font-family: 'Noto_B';
}

.wrap .list_top_bg .list_banner .list_banner_desc .sub_title {
  font-size: 38px;
  font-family: 'Noto_M';
  margin-top: 20px;
}

.wrap .list_top_bg .list_banner .list_banner_desc .text {
  font-size: 16px;
  margin-top: 8px;
}

.wrap .list_top_bg .list_banner .banner-movie {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0);
}

.wrap .list_top_bg .list_banner .banner-movie-title {
  padding: 10px 10px 8px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  right: 7%;
  top: 30px;
  z-index: 10;
}

.wrap .list_top_bg .list_banner .swiper-slide {
  display: flex;
  background-color: #333;
}

.wrap .list_top_bg .list_banner .swiper-pagination-fraction {
  width: 50px;
  height: 25px;
  border-radius: 13px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  left: auto;
  right: 15px;
  bottom: 13px;
}

.wrap .list_top_bg .list_banner .mo {
  display: none;
}

.wrap .list_top_mood {
  width: 100%;
  height: 584px;
  background-color: #f5f5f5;
  margin-bottom: 0;
  margin: 0 auto;
}

.wrap .list_top_mood div.mood_wrap {
  width: 1500px;
  height: 584px;
  display: inline-block;
}

.wrap .list_top_mood div.mood_wrap p.mood_txt {
  margin: 80px 0px;
  font-size: 32px;
  font-family: 'Noto_M';
}

.wrap .list_top_mood div.mood_wrap p.mood_txt_mo {
  display: none;
}

.wrap .list_top_mood div.mood_wrap p.mood_txt_mo_title {
  display: none;
}

.wrap .list_top_mood div.mood_wrap ul.mood_con li.mood_item_mo {
  display: none;
}

.wrap .list_top_mood div.mood_wrap ul.mood_con {
  display: flex;
  gap: 28px;
  justify-content: center;
}

.wrap .list_top_mood div.mood_wrap ul.mood_con li {
  width: 227px;
  height: 263px;
  position: relative;
  cursor: pointer;
}

.wrap .list_top_mood div.mood_wrap ul.mood_con li div:nth-child(1) {
  width: 227px;
  height: 227px;
  background-color: #fff;
  border-radius: 100%;
  transition: background-color 0.3s ease;
}

.wrap .list_top_mood div.mood_wrap ul.mood_con li:hover div:nth-child(1),
.wrap .list_top_mood div.mood_wrap ul.mood_con li.mood_sel div:nth-child(1) {
  background-color: #2C3038;
}

.wrap .list_top_mood div.mood_wrap ul.mood_con li div:nth-child(2) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  height: 264px;
}

.wrap .list_top_mood div.mood_wrap ul.mood_con li div:nth-child(2) img {
  width: 170px;
  height: 228px;
  border-radius: 10px;
  object-fit: cover;
  transition: margin-top 0.3s ease, box-shadow 0.3s ease;
}

.wrap .list_top_mood div.mood_wrap ul.mood_con li div:nth-child(2) img:hover {
  margin-top: -10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.wrap .list_top_mood div.mood_wrap ul.mood_con li div:nth-child(2) p {
  font-family: 'Pretendard';
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.193;
  letter-spacing: 0;
  text-align: center;
  color: #333333;
  margin: 17px 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.wrap .list_top_sp {
  height: auto;
}

.wrap .list_top_sp .mo {
  display: none;
}

.wrap .list_topbg {
  padding: 100px 0 0 0;
  text-align: center;
  background: none;
  position: relative;
}

.wrap .list_topbg img {
  height: 58px;
  display: block;
  margin: 0 auto 10px;
}

.wrap .list_topbg p {
  color: #333;
  font-size: 16px;
  margin: 10px 0;
  line-height: 26px;
}

.wrap .list_topbg p font {
  font-size: 18px;
  color: #000;
  font-family: 'mon_B';
  letter-spacing: normal;
  margin: 0 0 10px 0;
  display: block;
}

.wrap .list_topbg span.tag_search {
  color: #fff;
  background-color: #eac784;
  font-size: 12px;
  padding: 7px 15px;
  border-radius: 3px;
  cursor: pointer;
  letter-spacing: 0px;
  font-family: 'noto_r';
}

.wrap .list_topbg span.tag_search:hover {
  color: #fff;
  background-color: #ffcb66;
}

.wrap .content {
  width: 1500px;
  margin: 0 auto 50px;
  display: inline-block;
}

.wrap .content.mypage_content {
  margin: 80px auto 50px;
}

.wrap .content .content_menu {
  width: 100%;
  margin: 0 auto;
  height: auto;
  display: inline-block;
  text-align: left;
  border-bottom: 1px solid #e0e5eb;
}

.wrap .content .content_menu a {
  display: inline-block;
}

.wrap .content .content_menu li {
  padding: 15px 0;
  margin-right: 32px;
  float: none;
  display: inline-block;
  text-align: center;
  background-color: transparent;
  border-radius: 0;
  color: #6a7685;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.wrap .content .content_menu.hall_mood li {
  width: 61px;
}

.wrap .content .content_menu li font {
  color: #f9484d;
}

.wrap .content .content_menu li:hover {
  color: #293341;
}

.wrap .content .content_menu li.cate_sel {
  background-color: transparent !important;
  color: #293341;
  border-bottom: 2px solid #293341;
  font-weight: 500;
}

.wrap .content .wedTypelist {
  width: 100%;
  display: inline-block;
  text-align: right;
  margin-top: 26px;
  margin-bottom: 12px;
  position: relative;
}

.wrap .content .wedTypelist span {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin: 0;
  text-align: center;
  border: 1px solid #c2c2c2;
  border-radius: 30px;
  color: #767D82;
  padding: 0px 15px;
  cursor: pointer;
  font-size: 13px;
}

.wrap .content .wedTypelist span i {
  vertical-align: middle;
  font-size: 12px;
}

.wrap .content .wedTypelist ul {
  position: absolute;
  top: 40px;
  right: -10px;
  background: #fff;
  z-index: 99;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgb(17 12 46 / 15%) 0px 20px 50px 0px;
  display: none;
}

.wrap .content .wedTypelist ul li {
  text-align: center;
  color: #767D82;
  padding: 12px 15px;
  font-size: 13px;
  text-align: left;
  width: 140px;
  cursor: pointer;
}

.wrap .content .wedTypelist ul li:hover {
  background: #f6f6f6;
}

.wrap .content .wedTypelist ul li.cate_sel {
  background: #f6f6f6;
}

.wrap .content .wedTypelist ul li font{
  font-size: 10px;
  color: #e59c4e;
  border: 1px solid #e59c4e;
  border-radius: 5px;
  padding: 3px 5px;
  vertical-align: text-top;
  margin-left: 10px;
  background: #fff0E2;
}

.wrap .content .prd_count {
  width: 1500px;
  text-align: left;
  margin-top: 60px;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.60);
  font-family: 'Pretendard-Medium';
}

.wrap .content .prd_count font {
  color: #000;
}

.wrap .content .content_menu.opening li {
  width: 50%;
}

.wrap .content .content_menu.opening .txt {
  background-color: #f7ad61;
  font-size: 13px;
  color: #ffffff;
  padding: 2px 9px;
  border-radius: 20px;
  vertical-align: top;
}

.wrap .content .content_menu.wedding .s_link .txt {
  background-color: #f7ad61;
  font-size: 13px;
  color: #ffffff;
  padding: 2px 9px;
  border-radius: 20px;
  vertical-align: top;
}

.wrap .content .content_menu.wedding .s_link .s_txt {}

.wrap .content .content_menu .m_mood {
  display: none;
}

.page {
  width: 100%;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.page li {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #f1f1f1;
  margin: 2px;
}

.page li.page_no {
  background-color: #303030;
  color: #fff;
  box-shadow: 0px 5px 15px rgba(17, 17, 17, 0.3);
}

.page li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.page li a svg {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page li.page_no a {
  color: #fff;
}

.mypage_search {
  margin-top: 30px;
}

.mypage_search li {}

.mypage_search li input {
  border: 2px solid #e1e1e1;
  padding: 2px 10px;
  border-radius: 5px;
}

.mypage_search li a {
  background-color: #303030;
  color: #fff;
  box-shadow: 0px 5px 15px rgba(17, 17, 17, 0.3);
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 5px;
}

.top_font {
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  width: 75px;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  padding: 8px 10px;
  margin-left: 15px;
  font-family: 'noto_m';
  color: #333;
}

.top_font:hover {
  background: #fff;
}

.wrap.retouch .content {
  margin: 0 auto 50px;
}

.wrap .wedding_hall_title {
  font-family: 'Noto Sans';
  font-size: 32px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.362;
  letter-spacing: -0.64px;
  text-align: center;
  color: #333333;
}


@media screen and (max-width:1200px) {
  .wrap .list_top_bg {
    width: 100%;
    height: 220px;
  }

  .wrap .content {
    width: 100%;
  }
}
