/* 기본 노말라이징 */
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  color: inherit;
  font-family: "Spoqa Han Sans Neo";
  font-weight: 400;
  letter-spacing: -0.05em;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
input,
select,
textarea {
  font-family: "Spoqa Han Sans Neo";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
}
textarea {
  resize: none;
}
select::-ms-expand {
  display: none;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}
table {
  width: 100%;
  border-collapse: collapse;
}
button {
  border: none;
  border-radius: 0;
  background: transparent;
  display: block;
  font-size: inherit;
  cursor: pointer;
  box-sizing: border-box;
}

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

/* 옵션 */
body {
  overflow-x: hidden;
  background: #9bc7f1;
  direction: ltr;
  -webkit-text-size-adjust: none;
  word-break: keep-all;
  word-wrap: break-word;
  scroll-behavior: smooth;
}
body.active {
  overflow-y: hidden;
}
.con {
  margin: 0 auto;
  max-width: 1280px;
  box-sizing: border-box;
  padding: 0 20px;
}
.img-box > img {
  width: 100%;
  display: block;
}
.k-cell::after {
  content: "";
  display: block;
  clear: both;
}
.cell {
  float: left;
  box-sizing: border-box;
}
.cell-right {
  float: right;
  box-sizing: border-box;
}
.none {
  display: none;
}
.block {
  display: block;
}
.inblock {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inflex {
  display: inline-flex;
}
.ais {
  align-items: flex-start;
}
.aic {
  align-items: center;
}
.aie {
  align-items: flex-end;
}
.jcs {
  justify-content: flex-start;
}
.jcc {
  justify-content: center;
}
.jce {
  justify-content: flex-end;
}
.jcsb {
  justify-content: space-between;
}
.fdc {
  flex-direction: column;
}
.fdcr {
  flex-direction: column-reverse;
}
.fww {
  flex-wrap: wrap;
}
.tdu {
  text-decoration: underline;
}
.tdm {
  text-decoration: line-through;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.zi1 {
  z-index: 1;
}
.zi2 {
  z-index: 2;
}
.zi3 {
  z-index: 3;
}
.zi4 {
  z-index: 4;
}
.zi5 {
  z-index: 5;
}
.zi6 {
  z-index: 6;
}
.zi7 {
  z-index: 7;
}
.zi8 {
  z-index: 8;
}
.zi9 {
  z-index: 9;
}
.zi10 {
  z-index: 10;
}
.zi100 {
  z-index: 100;
}
.zi1000 {
  z-index: 1000;
}
.zi10000 {
  z-index: 10000;
}
.xy-middle {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.x-middle {
  left: 50%;
  transform: translateX(-50%);
}
.y-middle {
  top: 50%;
  transform: translateY(-50%);
}
.xy-tl {
  top: 0;
  left: 0;
}
.xy-tr {
  top: 0;
  right: 0;
}
.xy-bl {
  bottom: 0;
  left: 0;
}
.xy-br {
  bottom: 0;
  right: 0;
}
.x-l {
  left: 0;
}
.x-r {
  right: 0;
}
.y-t {
  top: 0;
}
.y-b {
  bottom: 0;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.wsn {
  white-space: nowrap;
}
.cp {
  cursor: pointer;
}
.bsb {
  box-sizing: border-box;
}
.mgc {
  margin: 0 auto;
}
.bdr4 {
  border-radius: 4px;
}
.bdr6 {
  border-radius: 6px;
}
.bdr8 {
  border-radius: 8px;
}
.bdr10 {
  border-radius: 10px;
}
.bdr12 {
  border-radius: 12px;
}
.bdr16 {
  border-radius: 16px;
}
.bdr20 {
  border-radius: 20px;
}
.bdr20 {
  border-radius: 30px;
}
.bdr50 {
  border-radius: 50%;
}
.w100per {
  width: 100%;
}
.h100per {
  height: 100%;
}
.wh100per {
  width: 100%;
  height: 100%;
}
span,
a {
  display: block;
}
.tl {
  font-weight: 300;
}
.tr {
  font-weight: 400;
}
.tm {
  font-weight: 500;
}
.tsb {
  font-weight: 600;
}
.tb {
  font-weight: 700;
}
.tbb {
  font-weight: 900;
}
.ex::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
  transform: translateX(-50%);
  transform: translateY(-50%);
}
button {
  position: relative;
  overflow: hidden;
}
button span {
  position: relative;
  z-index: 6;
}
button .hover {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
}
button:hover .hover {
  background: rgba(0, 0, 0, 0.12);
}

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

/* 고정 버튼 */
.fix-btn {
  height: 114.8px;
  background: #0e2f51;
  box-shadow: 0px 5.6px 16.8px 0px #00000026;
}
.fix-btn .inner-box {
  width: 504px;
  box-sizing: border-box;
  padding-right: 22.4px;
  padding-left: 28px;
}
.fix-btn .inner-box .left-box .text-img-box {
  width: 257.6px;
}
.fix-btn .inner-box .right-box .btn-box {
  width: 158.6px;
  height: 65px;
  box-sizing: border-box;
  border: 1px solid #fff;
  background: #042344;
  gap: 4.2px;
}
.fix-btn .inner-box .right-box .btn-box .img-box {
  width: 22.4px;
}
.fix-btn .inner-box .right-box .btn-box h1 {
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.06em;
}
.fix-btn .inner-box .right-box .btn-box h2 {
  font-size: 22.4px;
  line-height: 22.4px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.06em;
}

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

/* 메인 비주얼 영역 */
.main-visual-area {
  margin-top: 114.8px;
  width: 100%;
  height: 1154px;
  background-color: #EBF7FF;
  overflow: hidden;
}
.main-visual-area .bg-wrap {
  width: 1290.8px;
  height: 100%;
  top: 0;
}
.main-visual-area .bg-wrap .bg-box {
  width: 100%;
  top: 0;
}
.main-visual-area .bg-wrap .gra-box {
  width: 110px;
  height: 100%;
  top: 0;
}
.main-visual-area .bg-wrap .gra-box-1 {
  background: linear-gradient(90deg, #ebf7ff 0%, rgba(235, 247, 255, 0) 100%);
  left: -1px;
}
.main-visual-area .bg-wrap .gra-box-2 {
  background: linear-gradient(270deg, #ebf7ff 0%, rgba(235, 247, 255, 0) 100%);
  right: -1px;
}
.main-visual-area .bg-wrap .gra-box-3 {
  width: 100%;
  height: 450px;
  bottom: 0;
  background: linear-gradient(360deg, #042445 0%, rgba(10, 89, 171, 0) 100%);
}
.main-visual-area .con {
  max-width: 467.6px;
  height: 100%;
  padding: 0;
}
.main-visual-area .img-box-1 {
  width: 435.3999938964844px;
  top: 65.8px;
}
.main-visual-area .part-img-box {
  width: 417.1999816894531px;
  top: 245px;
}
.main-visual-area .card-bg-box {
  width: 280px;
  top: 519.4px;
}
.main-visual-area .card-img-box {
  width: 158.2px;
  top: 283.23px;
}
.main-visual-area .card-img-box-1 {
  right: 82px;
  transform: rotate(3deg);
}
.main-visual-area .card-img-box-2 {
  left: 82px;
  transform: rotate(-3deg);
}
.main-visual-area .list-wrap {
  width: 100%;
  top: 596.19px;
}
.main-visual-area .list-wrap .uniform-img-box {
  width: 126px;
  top: -50.19px;
  right: -14.7px;
}
.main-visual-area .list-wrap .list-inner {
  width: 100%;
}
.main-visual-area .list-wrap .list-inner .list-box {
  background-color: #f7f5ef;
  box-sizing: border-box;
  border-top: 1px solid #d11030;
  position: relative;
}
.main-visual-area .list-wrap .list-inner .list-box > h1 {
  box-sizing: border-box;
  padding: 5.6px 11.2px 5.6px 16.8px;
  background-color: #d11030;
  font-size: 17px;
  line-height: 18px;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.main-visual-area .list-wrap .list-inner .list-box > h1::after {
  content: "";
  display: block;
  width: 19.6px;
  height: 29.4px;
  background: url(../../static/images/members_43benefit_2510//sub-title-tri.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
}
.main-visual-area .list-wrap .list-inner .list-box .cnt-wrap {
  box-sizing: border-box;
  padding: 46.2px 16.8px 16.8px 16.8px;
}
.main-visual-area .list-wrap .list-inner .list-box .cnt-wrap h1 {
  font-size: 20px;
  line-height: 120%;
  color: #444;
  white-space: nowrap;
}
.main-visual-area .list-wrap .list-inner .list-box .cnt-wrap h1 > span.mini {
  font-size: 15px;
}
.main-visual-area .list-wrap .list-inner .list-box .cnt-wrap h1 > span.rc {
  color: #d11030;
}

/* list-box-1 */
.main-visual-area .list-wrap .list-inner .list-box-1 .cnt-wrap .text-wrap {
  gap: 8.4px;
}
.main-visual-area .list-wrap .list-inner .list-box-1 .cnt-wrap .text-wrap .img-box {
  width: 28px;
  min-width: 28px;
}

/* list-box-2 */
.main-visual-area .list-wrap .list-inner .list-box-2 .cnt-wrap .text-wrap {
  gap: 8.4px;
}
.main-visual-area .list-wrap .list-inner .list-box-2 .cnt-wrap .text-wrap .text-box {
  gap: 2.8px;
}
.main-visual-area .list-wrap .list-inner .list-box-2 .cnt-wrap .text-wrap .text-box > span {
  box-sizing: border-box;
  padding-left: 21px;
  font-size: 15px;
  line-height: 120%;
  color: #444;
}

.main-visual-area button {
  width: 100%;
  top: 998.6px;
  overflow: initial;
}
.main-visual-area button .inner-box {
  width: 100%;
  height: 75.6px;
  background: #042344;
  box-sizing: border-box;
  border: 1px solid #fff;
}
.main-visual-area button .inner-box h1 {
  font-size: 22.4px;
  line-height: 22.4px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.06em;
}
.main-visual-area p {
  top: 1084px;
  left: 0;
  width: 100%;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  letter-spacing: -0.05em;
  text-shadow: 0px 2.8px 5.6px #0000005c;
}

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

/* 컨텐츠 영역-1 */
.cnt-area-1 {
  box-sizing: border-box;
  padding: 36.4px 0;
  overflow: hidden;
}
.cnt-area-1 .con {
  max-width: 504px;
  padding: 0 25.2px;
  gap: 25.2px;
}
.cnt-area-1 .title-wrap {
  gap: 25.2px;
}
.cnt-area-1 .title-wrap .title-img-box {
  width: 116.4px;
}
.cnt-area-1 .list-wrap {
  width: 100%;
  backdrop-filter: blur(25.19999885559082px);
}
.cnt-area-1 .list-wrap .list-inner {
  width: 100%;
}
.cnt-area-1 .list-wrap .list-inner .list-box {
  background-color: #f7f5ef;
  box-sizing: border-box;
  border-top: 1px solid #c02d37;
  position: relative;
}
.cnt-area-1 .list-wrap .list-inner .list-box > h1 {
  box-sizing: border-box;
  padding: 5.6px 11.2px 5.6px 16.8px;
  background-color: #d11030;
  font-size: 15.4px;
  line-height: 19px;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.cnt-area-1 .list-wrap .list-inner .list-box > h1::after {
  content: "";
  display: block;
  width: 19.6px;
  height: 29.4px;
  background: url(../../static/images/members_43benefit_2510//sub-title-tri.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: calc(100% - 1px);
}
.cnt-area-1 .list-wrap .list-inner .list-box .cnt-wrap {
  box-sizing: border-box;
  padding: 41.4px 16.8px 18.2px 16.8px;
}
.cnt-area-1 .list-wrap .list-inner .list-box .cnt-wrap h1 {
  font-size: 20px;
  line-height: 28px;
  color: #444;
  white-space: nowrap;
}
.cnt-area-1 .list-wrap .list-inner .list-box .cnt-wrap h1 > span.mini {
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.7px;
}
.cnt-area-1 .list-wrap .list-inner .list-box .cnt-wrap h1 > span.rc {
  color: #d11030;
}
.cnt-area-1 .list-wrap .list-inner .list-box .cnt-wrap .date-wrap {
  gap: 8.4px;
}
.cnt-area-1 .list-wrap .list-inner .list-box .cnt-wrap .date-wrap .date-box {
  box-sizing: border-box;
  padding: 1.4px 4.2px;
  border-radius: 2.8px;
  background: #44444414;
  font-size: 14px;
  line-height: 18.2px;
  color: #444444c7;
}
.cnt-area-1 .list-wrap .list-inner .list-box .cnt-wrap .date-wrap p {
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.7px;
  color: #444;
}
.cnt-area-1 .list-wrap .list-inner .list-box .cnt-wrap .star-text-wrap {
  gap: 2.8px;
}
.cnt-area-1 .list-wrap .list-inner .list-box .cnt-wrap .star-text-wrap > li .text-1 {
  font-size: 15px;
  line-height: 18px;
  color: #222;
  width: 9.4px;
  min-width: 9.4px;
}
.cnt-area-1 .list-wrap .list-inner .list-box .cnt-wrap .star-text-wrap > li .text-2 {
  font-size: 15px;
  line-height: 18px;
  color: #222;
  width: 100%;
}
.cnt-area-1 .list-wrap .list-inner .list-box .cnt-wrap .num-text-wrap {
  gap: 11.2px;
}
.cnt-area-1 .list-wrap .list-inner .list-box .cnt-wrap .num-text-wrap > li {
  gap: 5.6px;
}
.cnt-area-1 .list-wrap .list-inner .list-box .cnt-wrap .num-text-wrap > li .num-img-box {
  width: 12.6px;
  min-width: 12.6px;
}
.cnt-area-1 .list-wrap .list-inner .list-box .cnt-wrap .num-text-wrap > li .text-box {
  width: 100%;
}

/* 🟡 컨텐츠 영역-1-1 */
.cnt-area-1-1 {
  background: linear-gradient(180deg, #aedcf8 0%, #bde9ff 100%);
}
/* 🟠 list-box-1 */
.cnt-area-1-1 .list-wrap .list-inner .list-box-1 .cnt-wrap .text-wrap .star-text-wrap {
  margin-top: 2.8px;
}
/* 🟠 list-box-2 */
.cnt-area-1-3 .list-wrap .list-inner .list-box-2-coupon > h1 {
  gap: 5.6px;
  display: inline-flex;
  align-items: center;
  background: rgba(209, 16, 48, 0.88);
}
.cnt-area-1-3 .list-wrap .list-inner .list-box-2-coupon > h1::after {
  opacity: 0.88;
}
.cnt-area-1-3 .list-wrap .list-inner .list-box-2-coupon > h1 > .img-box {
  width: 15.4px;
}
.cnt-area-1-3 .list-wrap .list-inner .list-box-2-coupon .cnt-wrap {
  padding: 41.4px 0 0 0;
}
.cnt-area-1-3 .list-wrap .list-inner .list-box-2-coupon .cnt-wrap > .img-box {
  width: 453.6000061035156px;
}

/* 🟡 컨텐츠 영역-1-2 */
.cnt-area-1-2 {
  background: linear-gradient(180deg, #aedcf8 0%, #bde9ff 100%);
}
.cnt-area-1-2 .title-wrap .text-img-box {
  width: 341.20001220703125px;
}
/* 🟠 list-box-1 */
.cnt-area-1-2 .list-wrap .list-inner .list-box-1 .cnt-wrap .text-wrap .num-text-wrap > li .text-box .date-wrap {
  margin-top: 8.4px;
}
.cnt-area-1-2 .list-wrap .list-inner .list-box-1 .cnt-wrap .star-text-wrap {
  margin-top: 5.6px;
}
.cnt-area-1-2 .list-wrap .list-inner .list-box-1 .cnt-wrap .star-text-wrap > li .text-1 {
  color: #d62b47;
}
.cnt-area-1-2 .list-wrap .list-inner .list-box-1 .cnt-wrap .select-benefit-title-wrap {
  width: 434px;
  min-width: 434px;
  margin-top: 16.8px;
  margin-left: -26px;
}
.cnt-area-1-2 .list-wrap .list-inner .list-box-1 .cnt-wrap .select-benefit-title-wrap h2 {
  width: 145px;
  height: 33.6px;
  border-radius: 8.4px;
  background: #f5eae5;
  font-size: 19.6px;
  color: #c21733;
}
.cnt-area-1-2 .list-wrap .list-inner .list-box-1 .cnt-wrap .select-benefit-option-wrap {
  margin-top: 14px;
  margin-left: -26px;
}
.cnt-area-1-2 .list-wrap .list-inner .list-box-1 .cnt-wrap .select-benefit-option-wrap .select-benefit-option-box {
  width: 217px;
  min-width: 217px;
  gap: 11.2px;
}
.cnt-area-1-2 .list-wrap .list-inner .list-box-1 .cnt-wrap .select-benefit-option-wrap .select-benefit-option-box h3 {
  font-size: 19.6px;
  line-height: 120%;
  color: #444;
}
.cnt-area-1-2 .list-wrap .list-inner .list-box-1 .cnt-wrap .select-benefit-option-wrap .select-benefit-option-box h3 > span {
  font-size: 14px;
}
.cnt-area-1-2 .list-wrap .list-inner .list-box-1 .cnt-wrap .btn-wrap {
  width: 434px;
  min-width: 434px;
  margin-top: 11.2px;
  margin-left: -26px;
}
.cnt-area-1-2 .list-wrap .list-inner .list-box-1 .cnt-wrap .btn-wrap button {
  width: 217px;
  height: 44.2px;
  box-sizing: border-box;
  border: 1px solid #fff;
  background: #042344;
  gap: 5.6px;
}
.cnt-area-1-2 .list-wrap .list-inner .list-box-1 .cnt-wrap .btn-wrap button > span {
  font-size: 15.4px;
  line-height: 18.2px;
  color: #fff;
  letter-spacing: -0.06em;
}
.cnt-area-1-2 .list-wrap .list-inner .list-box-1 .cnt-wrap .benefit-wrap {
  width: 434px;
  min-width: 434px;
  margin-top: 14px;
  margin-left: -26px;
  gap: 2.8px;
  background-color: #f3dbd970;
  border-radius: 11.2px;
  box-sizing: border-box;
  padding: 11.2px 0;
}
.cnt-area-1-2 .list-wrap .list-inner .list-box-1 .cnt-wrap .benefit-wrap > span {
  font-size: 15.4px;
  line-height: 115%;
  color: #d62b47;
}
.cnt-area-1-2 .list-wrap .list-inner .list-box-1 .cnt-wrap .benefit-wrap > p {
  font-size: 15.4px;
  line-height: 125%;
  color: #222;
  letter-spacing: -0.7px;
}
.cnt-area-1-2 .list-wrap .list-inner .list-box-1 .cnt-wrap .benefit-wrap > p > span {
  font-size: 19.6px;
  line-height: 25.2px;
  color: #d62b47;
}

/* 🟡 컨텐츠 영역-1-3 */
.cnt-area-1-3 {
  background: linear-gradient(180deg, #aedcf8 0%, #bde9ff 100%);
}
.cnt-area-1-3 .title-wrap .text-img-box {
  width: 362.6000061035156px;
}
/* 🟠 list-box-1 */
.cnt-area-1-3 .list-wrap .list-inner .list-box-1 .cnt-wrap {
  padding: 0 !important;
}
.cnt-area-1-3 .list-wrap .list-inner .list-box-1 .cnt-wrap > .img-box {
  width: 100%;
}
/* 🟠 list-box-3 */
.cnt-area-1-3 .list-wrap .list-inner .list-box-3 .cnt-wrap .text-wrap .num-text-wrap > li .text-box .date-wrap {
  margin-top: 8.4px;
}

/* 🟡 컨텐츠 영역-1-4 */
.cnt-area-1-4 {
  background: linear-gradient(180deg, #aedcf8 0%, #bde9ff 100%);
}
.cnt-area-1-4 .title-wrap .text-img-box {
  width: 330px;
}

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

/* 컨텐츠 영역-2 */
.cnt-area-2 {
  background: linear-gradient(94.86deg, #e7f5ff 0%, #fefafa 100%);
  box-shadow: 0px 5.6px 16.8px 0px #00000026;
  overflow: hidden;
}
.cnt-area-2 .con {
  max-width: 504px;
  padding: 33.6px;
}
.cnt-area-2 .cloud-img-box-1 {
  width: 308px;
  top: 33.6px;
  left: 33.6px;
}
.cnt-area-2 .cloud-img-box-2 {
  width: 277.2px;
  top: 33.6px;
  right: -85.4px;
}
.cnt-area-2 .img-box-1 {
  width: 203px;
}
.cnt-area-2 .img-box-2 {
  width: 159px;
  margin-top: 16.4px;
}

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

/* 컨텐츠 영역-3 */
.cnt-area-3 {
  box-sizing: border-box;
  padding: 36px 0 50px 0;
  background: #171717;
}
.cnt-area-3 .con {
  width: 100%;
  max-width: 1000px;
  padding: 0;
}
.cnt-area-3 .title-box {
  gap: 8px;
  box-sizing: border-box;
  padding-left: 11px;
  margin: 0 0 14px 0;
}
.cnt-area-3 .title-box .img-box {
  width: 25px;
}
.cnt-area-3 .title-box h1 {
  font-size: 19.6px;
  line-height: 28px;
  font-weight: 700;
  color: #ffffff;
}
.cnt-area-3 .text-area {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cnt-area-3 .text-area > li > h2 {
  font-size: 16.8px;
  line-height: 22.4px;
  letter-spacing: -0.7px;
  font-weight: 700;
  color: #ffffff;
}
.cnt-area-3 .text-area > li .text-box > li {
  box-sizing: border-box;
  padding-left: 24px;
  font-size: 16.8px;
  line-height: 22.4px;
  letter-spacing: -0.7px;
  color: #ffffff;
  position: relative;
  word-break: break-all;
}
.cnt-area-3 .text-area > li .text-box > li:not(.text-ef-1):after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #ffffff;
  position: absolute;
  top: 8.7px;
  left: 9.5px;
  border-radius: 50%;
}
.cnt-area-3 .text-area > li .text-box > li.text-ef-1::after {
  content: "※";
  display: block;
  font-size: 16.8px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 4.5px;
}

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

/* 모달 영역 */
.modal-wrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #04234494;
  backdrop-filter: blur(19.6px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.modal-wrap.active {
  visibility: visible;
  opacity: 1;
}
.modal-wrap .modal-box {
  width: 453.6px;
  background: #fff;
  box-sizing: border-box;
  padding: 33.6px 16.8px;
  backdrop-filter: blur(25.19999885559082px);
  border-top: 1px solid #c02d37;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.3s ease-out;
}
.modal-wrap.active .modal-box {
  transform: translateY(0);
  opacity: 1;
}
.modal-wrap .modal-box .title-img-box {
  width: 314.79998779296875px;
}
.modal-wrap .modal-box .text-wrap {
  gap: 16.8px;
  margin-top: 25.2px;
}
.modal-wrap .modal-box .text-wrap > li {
  gap: 5.6px;
}
.modal-wrap .modal-box .text-wrap > li .img-box {
  width: 12.6px;
  min-width: 12.6px;
}
.modal-wrap .modal-box .text-wrap > li p {
  font-size: 16.8px;
  line-height: 22.4px;
  letter-spacing: -0.7px;
  color: #444;
}


.bg-box {
  height: 1051px;
}
.bg-img-front {
  position: absolute;
  z-index: 2;
}
.bg-img-bot {
  position: absolute;
  z-index: 1;
  bottom: -390px;
}

.top-cnt {
  padding: 28.2px 16.8px 16.8px 16.8px !important;
}

.cnt-area-1-4 {
  position: relative;
}
.deco-wrap {
  position: absolute;
  top: 0;
  width: 504px;
  left: 50%;
  transform: translateX(-50%);
}
.txt-deco {
  position: absolute;
  width: 123px;
  top: 0;
}

.txt-deco.kv {
  width: 80px;
  right: 6%;
}