#sub_content {
  margin: 0 auto;
}
/* 배경 비디오 스타일 */
.video-background {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

.video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.mo-image {
  display: none;
}

/* 내용 스타일 */
.content {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  max-width: 1920px;
  /* width: 100%; */
  height: 950px;
  padding: 40px;
  margin-bottom: 50px;
}
.content-image {
  margin: 0 auto;
  position: relative;
  max-width: 1920px;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.image-01 {
  max-width: 1230px;
  width: 100%;
  margin-bottom: 250px;
}
.image-02 {
  max-width: 1300px;
  width: 100%;
}
.content-slide {
  margin: 0 auto;
  margin-top: 150px;
  position: relative;
  max-width: 1300px;
  width: 100%;
  text-align: center;
  display: flex;
  gap: 40px;
  margin-bottom: 200px;
}
.content-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  gap: 10px;
  background-color: #000;
  color: #fff;
  height: 200px;
  margin-bottom: 250px;
  padding-bottom: 300px;
  text-align: center;
}
.slide-wrap > img {
  max-width: 940px;
  width: 100%;
  height: auto;
}
.slide-bg {
  width: 140px;
  height: auto;
}
.side-bg {
  position: relative;
}
.arrow {
  position: absolute;
  /* left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */
  width: 50px;
}
.left-btn {
  left: 50px;
  top: 40%;
  z-index: 999;
}
.right-btn {
  right: 50px;
  top: 40%;
  z-index: 999;
}
.content-input {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 300px;
  background: #2266c6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  z-index: 9999;
}

.main-bg-title > p {
  font-size: 52px;
  line-height: 72px;
  font-family: "Pretendard";
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.main-bg-title > img {
  width: 450px;
  margin-bottom: 40px;
}
.main-bg-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.content-input h2 {
  font-size: 38px;
  font-family: "Pretendard";
  font-weight: 800;
  color: #fff;
}
.input {
  display: flex;
  gap: 10px;
}
.input > input {
  all: unset;
  width: 410px;
  height: 75px;
  padding: 23px 26px;
  background-color: #154993;
  color: #8cb4ec;
  box-sizing: border-box;
  border-radius: 15px;
}
.input > input::placeholder {
  color: #8cb4ec;
}
.input > .btn {
  width: 210px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6fa7f7;
  color: #0e4da5;
  font-size: 24px;
  font-family: "Pretendard";
  font-weight: 800;
  border-radius: 15px;
}

img {
  width: 100%;
}

.btn > img {
  cursor: pointer;
}

.btn_coupon {
  font-family: "Pretendard";
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #0190ff;
  border-bottom: 2px solid #0190ff;
}

section p {
  font-size: 18px;
  color: #000;
  line-height: 28px;
  font-family: "Pretendard";
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 30px;
}
section h1 {
  font-size: 28px;
  color: #000;
  line-height: 34px;
  font-family: "Pretendard";
  font-weight: 700;
  margin-top: 40px;
}

.coupon {
  margin-bottom: 50px;
  height: 40px;
}

.comment {
  margin-bottom: 50px;
}
.comment > h1 {
  font-family: "Pretendard";
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
}

.comment > h1 > img {
  width: 25px !important;
  height: 22px !important;
}

.comment_list {
  border-bottom: 1px solid #dedede;
  padding-top: 20px;
  padding-left: 15px;
}
.comment_list:last-child {
  border-bottom: 0px;
  padding-top: 20px;
  padding-left: 15px;
}

.comment_list.reply {
  border-bottom: 1px solid #cacaca;
  padding-top: 20px;
  padding-left: 30px;
  background-color: #e1e1e1;
}
.comment_id > img {
  width: 11px !important;
  height: 13px !important;
  margin-top: 4px;
  margin-right: 6px;
  margin-bottom: 15px;
}
.comment_id {
  font-family: "Pretendard";
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #929292;
}
.comment_content {
  font-family: "Pretendard";
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #000;
}
.comment_date {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "Pretendard";
  font-weight: 600;
  font-size: 12px;
  line-height: 28px;
  color: #929292;
}
.comment_reply {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "Pretendard";
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  color: #515151;
}

.comment_reply span {
  color: #000;
  font-weight: bold;
  font-size: 14px;
}

.input_area {
  background-color: #000;
  padding: 20px;
}
.input_area > .name {
  display: block;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 6px;
}
.input_area > .tel {
  display: block;
  width: 100%;
  margin-bottom: 6px;
}
.input_area > .tel {
  display: flex;
  justify-content: space-between;
  /* flex-wrap: wrap; */
}
.input_area > .name input {
  width: 100%;
  height: 60px;
  padding-left: 10px;
  font-size: 22px;
  font-weight: 600;
}
.input_area > .tel input,
select {
  max-width: 183px;
  width: 100%;
  height: 60px;
  padding-left: 10px;
  font-size: 22px;
  font-weight: 600;
  box-sizing: border-box;
}

input[type="checkbox"] + label {
  display: inline-block;
  cursor: pointer;
  height: 100%;
  width: 100%;
  border: none;
  line-height: normal;
  text-align: left;
  font-size: 16px;
  color: #929292;
  line-height: 28px;
  font-weight: 600;
  font-family: "Pretendard";
}
.chk__checked .check_wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #929292;
  margin-top: 8px;
}
.chk__checked a {
  color: #8b8b8b;
  font-size: 16px;
}
.chk__checked #check_btn {
  display: none;
}
.chk__checked #check_btn + label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #1e1b1b;
  vertical-align: middle;
  background-color: #fff;
  margin-right: 10px;
}
.chk__checked #check_btn:checked + label:before {
  content: "";
  background-color: #00a2ff;
  background-image: url(/image/ico/ico_chked.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}

.chk__checked #check_btn2 {
  display: none;
}
.chk__checked #check_btn2 + label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #1e1b1b;
  vertical-align: middle;
  background-color: #fff;
  margin-right: 10px;
}
.chk__checked #check_btn2:checked + label:before {
  content: "";
  background-color: #00a2ff;
  background-image: url(/image/ico/ico_chked.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}

.chk__checked #check_btn3 {
  display: none;
}
.chk__checked #check_btn3 + label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #1e1b1b;
  vertical-align: middle;
  background-color: #fff;
  margin-right: 10px;
}
.chk__checked #check_btn3:checked + label:before {
  content: "";
  background-color: #00a2ff;
  background-image: url(/image/ico/ico_chked.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}

.chk__checked #check_btn4 {
  display: none;
}
.chk__checked #check_btn4 + label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #1e1b1b;
  vertical-align: middle;
  background-color: #fff;
  margin-right: 10px;
}
.chk__checked #check_btn4:checked + label:before {
  content: "";
  background-color: #00a2ff;
  background-image: url(/image/ico/ico_chked.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}

.popup {
  /* display: none; */
}
.privacy_pop {
  display: none;
}
.popup.on {
  display: block !important;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  z-index: 9999;
  overflow-y: scroll;
  height: 100%;

  -ms-overflow-style: none; /* 인터넷 익스플로러 */
  scrollbar-width: none; /* 파이어폭스 */
}
.pop__wrap {
  padding: 12px;
}
.privacy_pop.on {
  display: block !important;
  position: fixed;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  z-index: 9999;
  overflow-y: scroll;
  height: 100%;

  -ms-overflow-style: none; /* 인터넷 익스플로러 */
  scrollbar-width: none; /* 파이어폭스 */
}

.privacy_pop.on::-webkit-scrollbar {
  display: none; /* 크롬, 사파리, 오페라, 엣지 */
}

.popup > .pop__wrap {
  margin: 0 auto;
  max-width: 600px;
  width: auto;
}

.privacy_pop > .pop__wrap {
  margin: 0 auto;
  max-width: 600px;
  width: auto;
}

.popup > .pop__wrap > .close {
  width: 100%;
  text-align: right;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-top: 5%;
}

.privacy_pop > .pop__wrap > .close {
  width: 100%;
  text-align: right;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px !important;
}

.privacy_pop > .pop__wrap {
  margin: 0 auto;
  max-width: 600px;
  width: auto;
}
.privacy_pop > .pop__wrap > .close {
  width: 100%;
  text-align: right;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-top: 10%;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "" !important;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 870px;
}

/* 팝업 창 */
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .content {
    height: 400px;
    padding: 20px;
    margin-bottom: 10px;
  }
  .main-bg-title p {
    width: 240px;
    font-size: 24px;
    line-height: 34px;
    margin: 0 auto;
  }
  .main-bg-title img {
    width: 190px;
  }
  .mo-image {
    display: block;
  }
  .pc-image {
    display: none;
  }
  .slide-bg {
    width: 50px;
    height: 500px;
  }
  .arrow {
    width: 25px;
  }
  .content-slide {
    gap: 20px;
    margin-bottom: 50px;
    margin-top: 50px;
    padding-bottom: 200px;
  }
  .slide-wrap > img {
    /* max-width: 235px; */
    /* width: 100%; */
    height: auto;
  }
  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px !important;
  }
  .content-input {
    box-sizing: border-box;
    padding: 15px 0;
    height: 200px;
    gap: 15px;
  }
  .content-input h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .input {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
  }
  .input > input {
    width: 170px;
    height: 45px;
  }
  .input > .btn {
    width: 100%;
    height: 60px;
    grid-column: auto / span 2;
    /* grid-area: footer; */
  }
  .mo-01 {
    margin-bottom: 100px;
  }
  .left-btn {
    left: 5px;
    top: 30%;
    z-index: 999;
  }
  .right-btn {
    right: 5px;
    top: 30%;
    z-index: 999;
  }
  .content-image {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .main-bg-title {
    /* top: 40%; */
  }
  .popup {
    width: 280px;
    top: 94%;
  }
  .content-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    background-color: #000;
    color: #fff;
    height: 150px;
    margin-bottom: 250px;
    padding-bottom: 200px;
    text-align: center;
  }
}
