@charset "UTF-8";
/* common */
@import url("https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css");
@import url("https://cdn.jsdelivr.net/gh/sun-typeface/SUIT@2/fonts/static/woff2/SUIT.css");
html {
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
}

body,
button,
p,
span {
  position: relative;
  font-family: "Spoqa Han Sans Neo", -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", dotum, "돋움", helvetica, "Apple SD Gothic Neo", sans-serif;
  letter-spacing: -0.07em;
  font-weight: 400;
}

button span,
a {
  color: #ffffff;
}

body {
  direction: ltr;
  -webkit-text-size-adjust: none;
  word-break: keep-all;
  word-wrap: break-word;
}

body,
ul,
li,
button {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
}

div,
ul,
p {
  display: block;
  position: relative;
  box-sizing: border-box;
}

img {
  border: 0;
}

p {
  margin: 0;
}

button {
  position: relative;
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
  color: rgba(60, 44, 36, 0.8);
}
button span {
  /* z-index: 10; */
}
button:hover > .hover {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 14px;
}

.hover {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
}

/* typography */
.h1 {
  font-size: 21px;
  line-height: 115%;
}

.h2 {
  font-size: 20px;
  line-height: 28px;
}

.h3 {
  font-size: 18px;
  line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.caption1 {
  font-size: 17px;
  line-height: 22px;
}

.caption2 {
  font-size: 15px;
  line-height: 22px;
}
.caption2.mid {
  font-size: 15px;
  line-height: 18px;
}

.opacity_50 {
  opacity: 0.5;
}

.opacity_55 {
  opacity: 0.55;
}

.opacity_60 {
  opacity: 0.6;
}

.opacity_80 {
  opacity: 0.8;
}

.opacity_88 {
  opacity: 0.88;
}

.opacity_90 {
  opacity: 0.9;
}

.mid {
  font-weight: 500;
}

.semi_bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.ext_bold {
  font-weight: 900 !important;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.underline {
  text-decoration: underline;
}

.break_all {
  word-break: break-all;
}

/* color */
body {
  background-color: #ece8e8;
  color: #111111;
}

.white {
  color: #ffffff;
}

.black {
  color: #000000;
}

.black2 {
  color: #464646;
}

.black3 {
  color: #232323;
}

.orange {
  color: #ec6634;
}

/* box */
.min_wrap {
  min-width: 360px;
  width: 100%;
  overflow: hidden;
}

.container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.flex_col {
  display: flex;
  flex-direction: column;
  /* -webkit-box-align: center;
  -ms-flex-align: center; */
  /* align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; */
}

.flex_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.grow {
  flex-grow: 1;
}

.only_pc {
  display: block;
}

.only_mo {
  display: none;
}

.x_center {
  left: 50%;
  transform: translateX(-50%);
}

.relative {
  position: relative;
}

.align_start {
  align-items: start !important;
}

.align_center {
  align-items: center !important;
}

/* fixed_top_button */
.fixed_top_button {
  position: fixed;
  z-index: 99;
  width: 504px;
  height: 140px;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  align-items: end;
  padding: 16.8px 11.2px;
  justify-content: center;
}
.fixed_top_button .logo {
  height: 12.6px;
}
.fixed_top_button .fixed_button {
  width: 100%;
  background: radial-gradient(102.18% 516.52% at 102.18% 100%, #add9ff 0%, #ffffff 27.74%, #f1f1ff 49.85%, #ffffff 76.7%);
  padding: 22.4px;
  box-shadow: 0px 11.2px 19.6px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 2.8px;
  padding: 16.8px 16.8px 19.6px 22.4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fixed_top_button .fixed_button .fxd-btn-txt-1 {
  width: 289.8px;
  height: 67.4px;
}
.fixed_top_button .fixed_button .btn {
  width: 123px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #005ccc;
  border-radius: 70px;
  padding: 14px 16.8px;
}
.fixed_top_button .fixed_button .btn .fxd-btn-txt-2 {
  width: 86.8px;
  height: 39px;
}

/* footer */
.footer {
  background: #ebeaea;
  width: 100%;
}
.footer .footer_content {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  gap: 14px;
  align-items: start;
  padding: 44.8px 16.8px 89.6px;
}
.footer .footer_content .title_wrap {
  justify-content: start;
  align-items: center;
  gap: 8.4px;
}
.footer .footer_content .title_wrap .icon_alert {
  width: 30.8px;
}
.footer .footer_content .title_wrap p {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.7px;
  color: #424242;
}
.footer .footer_content ul {
  list-style: none;
}
.footer .footer_content ul li {
  position: relative;
  padding-left: 24px;
  color: #424242;
  font-size: 18.2px;
  line-height: 25.2px;
  letter-spacing: -5%;
}
.footer .footer_content ul li.sm {
  font-size: 16.8px;
  line-height: 22.4px;
  letter-spacing: -0.7px;
}
.footer .footer_content ul li::before {
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #424242;
  top: 9px;
  left: 8px;
}
.footer .footer_content ul li span {
  display: flex;
  gap: 8.4px;
  font-weight: 700;
}
.footer .footer_content ul li span::before {
  content: "-";
}
.footer .footer_content .text-white {
  color: #424242;
}
.footer .footer_content .sub_title {
  font-weight: 700;
  font-size: 18.2px;
  line-height: 25.2px;
  letter-spacing: -0.7px;
  color: #424242;
}
.footer .footer_content .sub_title_sm {
  font-weight: 700;
  font-size: 16.8px;
  line-height: 22.4px;
}
.footer .footer_content .btm p {
  display: flex;
  gap: 5.6px;
  padding: 0 5.6px;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -5%;
  color: #424242;
}
.footer .footer_content .btm p::before {
  content: "※";
}

.main {
  background: url("../../static/images/loca365_58benefit_2604/pattern-kv.png"), radial-gradient(125.57% 50% at 50% 50%, #90bfea 0%, #3766ea 100%);
  height: 883px;
  padding-top: 140px;
  background-size: 15px, auto;
}
.main .main-content-wrap {
  width: 504px;
  padding: 44.8px 14px;
  position: relative;
  display: flex;
  gap: 8.4px;
  margin: auto;
}
.main .main-content-wrap .kv-deco {
  position: absolute;
}
.main .main-content-wrap .kv-deco.kv-img-3-coin {
  width: 120px;
  height: 130px;
  top: -16.8px;
  left: 207.2px;
}
.main .main-content-wrap .kv-deco.kv-img-1-pen {
  width: 196px;
  height: 382px;
  top: 380px;
  left: -127.4px;
}
.main .main-content-wrap .kv-deco.kv-img-2-pig {
  width: 135.8px;
  height: 176.4px;
  top: 585.2px;
  right: 9.8px;
}
.main .main-content-wrap .kv-deco.img-clip {
  width: 50.4px;
  height: 71.4px;
  top: 29.4px;
  right: 22.4px;
}
.main .main-content-wrap .kv-item {
  display: flex;
  flex-direction: column;
  width: 233.8px;
  backdrop-filter: blur(42px);
  border-radius: 2.8px;
  box-shadow: 0px 11.2px 19.6px 0px rgba(0, 0, 0, 0.2509803922);
}
.main .main-content-wrap .kv-item .kv-top {
  width: 100%;
  height: 66.4px;
  border-top-left-radius: 2.8px;
  border-top-right-radius: 2.8px;
}
.main .main-content-wrap .kv-item .kv-item-inner {
  padding: 22.4px 14px 26.6px;
  display: flex;
  flex-direction: column;
  gap: 22.4px;
  align-items: center;
  background: #ffffff;
  flex-grow: 1;
  border-bottom-left-radius: 2.8px;
  border-bottom-right-radius: 2.8px;
}
.main .main-content-wrap .kv-item .kv-item-inner .card-wrap {
  position: relative;
  width: 100%;
  height: 165.2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .main-content-wrap .kv-item .kv-item-inner .card-wrap .kv-deco {
  position: absolute;
}
.main .main-content-wrap .kv-item .kv-item-inner .card-wrap .card-triple {
  width: 93.47px;
  height: 148.4px;
}
.main .main-content-wrap .kv-item .kv-item-inner .card-wrap .kv-deco-1 {
  width: 176.4px;
  height: 162.4px;
  top: 5.6px;
  right: 7px;
}
.main .main-content-wrap .kv-item .kv-item-inner .card-wrap .kv-deco-2 {
  width: 196px;
  height: 154px;
  top: -5.6px;
  right: 1.4px;
}
.main .main-content-wrap .kv-item .kv-item-inner .card-wrap .card-loca-365 {
  width: 148.4px;
  height: 92.86px;
}
.main .main-content-wrap .kv-item .kv-item-inner .kv-txt-group {
  display: flex;
  flex-direction: column;
  gap: 5.6px;
  align-items: center;
}
.main .main-content-wrap .kv-item .kv-item-inner .kv-txt-group p {
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: -5%;
  color: #424242;
}
.main .main-content-wrap .kv-item .kv-item-inner .kv-txt-group p.txt-2 {
  width: 100%;
  padding-left: 23.8px;
}
.main .main-content-wrap .kv-item .kv-item-inner .kv-txt-group .kv-txt-1 {
  width: 205.8px;
  height: 88.6px;
}
.main .main-content-wrap .kv-item .kv-item-inner .kv-txt-group .kv-txt-2 {
  width: 208.6px;
  height: 89px;
}
.main .main-content-wrap .kv-item .kv-item-inner .kv-sub-txt {
  width: 205.8px;
  height: 56.6px;
}
.main .main-content-wrap .kv-item .kv-item-inner .kv-info-group {
  display: flex;
  flex-direction: column;
  gap: 12.6px;
}
.main .main-content-wrap .kv-item .kv-item-inner .kv-info-group .kv-detail-link {
  border-radius: 100px;
  height: 53.2px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 14px;
  cursor: pointer;
}
.main .main-content-wrap .kv-item .kv-item-inner .kv-info-group .kv-detail-link.triple {
  background: #ea7c37;
}
.main .main-content-wrap .kv-item .kv-item-inner .kv-info-group .kv-detail-link.loca {
  background: #ea5837;
}
.main .main-content-wrap .kv-item .kv-item-inner .kv-info-group .kv-detail-link p {
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.7px;
  color: white;
  flex-shrink: 0;
}
.main .main-content-wrap .kv-item .kv-item-inner .kv-info-group .kv-detail-link .icon-right {
  width: 14px;
  height: 11.2px;
}
.main .main-content-wrap .kv-item .kv-item-inner .kv-info-group .kv-condition-txt {
  display: flex;
  flex-direction: column;
  gap: 2.8px;
  flex-grow: 1;
  opacity: 0.7;
}
.main .main-content-wrap .kv-item .kv-item-inner .kv-info-group .kv-condition-txt p {
  display: flex;
  gap: 4.2px;
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: -5%;
  color: #424242;
}
.main .main-content-wrap .kv-item .kv-item-inner .kv-info-group .kv-condition-txt p::before {
  content: "*";
}

.body-sect {
  background: #f9fafb;
  padding-top: 61px;
  padding-bottom: 81px;
}
.body-sect .body-sect-inner {
  width: 459.2px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 58.8px;
}
.body-sect .body-sect-inner .body-item,
.body-sect .body-sect-inner .body-item-3 {
  box-shadow: 0px 11.2px 12.6px 0px rgba(66, 66, 66, 0.1490196078);
  border-radius: 2.8px;
  position: relative;
  background: white;
}
.body-sect .body-sect-inner .body-item .body-top,
.body-sect .body-sect-inner .body-item-3 .body-top {
  width: 100%;
  height: 65px;
  border-top-left-radius: 2.8px;
  border-top-right-radius: 2.8px;
}
.body-sect .body-sect-inner .body-item .img-clip,
.body-sect .body-sect-inner .body-item-3 .img-clip {
  position: absolute;
  width: 50.4px;
  height: 71.4px;
  top: -15.2px;
  right: 11.2px;
}
.body-sect .body-sect-inner .body-item .body-item-inner,
.body-sect .body-sect-inner .body-item-3 .body-item-inner {
  padding: 26.6px 33.6px 30.8px;
  display: flex;
  flex-direction: column;
  gap: 22.4px;
  border-bottom-left-radius: 2.8px;
  border-bottom-right-radius: 2.8px;
}
.body-sect .body-sect-inner .body-item .body-item-inner .body-item-header-img,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .body-item-header-img {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.body-sect .body-sect-inner .body-item .body-item-inner .body-item-header-img .sub-num,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .body-item-header-img .sub-num {
  width: 143.2px;
  height: 26px;
}
.body-sect .body-sect-inner .body-item .body-item-inner .body-item-header-img .body-img-2,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .body-item-header-img .body-img-2 {
  width: 341.6px;
  height: 561.24px;
}
.body-sect .body-sect-inner .body-item .body-item-inner .body-item-header,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .body-item-header {
  display: flex;
  flex-direction: column;
}
.body-sect .body-sect-inner .body-item .body-item-inner .body-item-header.body-item-header-2,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .body-item-header.body-item-header-2 {
  gap: 19.6px;
}
.body-sect .body-sect-inner .body-item .body-item-inner .body-item-header img,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .body-item-header img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.body-sect .body-sect-inner .body-item .body-item-inner .body-item-header img.body-img-1,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .body-item-header img.body-img-1 {
  height: 170.8px;
}
.body-sect .body-sect-inner .body-item .body-item-inner .body-item-header img.body-title-1,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .body-item-header img.body-title-1 {
  height: 45px;
}
.body-sect .body-sect-inner .body-item .body-item-inner .body-item-header img.body-img-2,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .body-item-header img.body-img-2 {
  height: 170.8px;
}
.body-sect .body-sect-inner .body-item .body-item-inner .body-item-header img.body-title-2,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .body-item-header img.body-title-2 {
  height: 86.8px;
}
.body-sect .body-sect-inner .body-item .body-item-inner .body-item-header img.body-img-3,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .body-item-header img.body-img-3 {
  height: 170.8px;
}
.body-sect .body-sect-inner .body-item .body-item-inner .body-item-header img.body-title-3,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .body-item-header img.body-title-3 {
  height: 77.4px;
}
.body-sect .body-sect-inner .body-item .body-item-inner .body-item-header .body-eve-txt-wrap,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .body-item-header .body-eve-txt-wrap {
  padding: 16.8px;
  display: flex;
  flex-direction: column;
  gap: 11.2px;
  border-radius: 5.6px;
  background: #f8f9fd;
}
.body-sect .body-sect-inner .body-item .body-item-inner .body-item-header .body-eve-txt-wrap img,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .body-item-header .body-eve-txt-wrap img {
  -o-object-fit: contain;
     object-fit: contain;
}
.body-sect .body-sect-inner .body-item .body-item-inner .body-item-header .body-eve-txt-wrap .body-eve-txt-1,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .body-item-header .body-eve-txt-wrap .body-eve-txt-1 {
  width: 358.4px;
  height: 33.6px;
}
.body-sect .body-sect-inner .body-item .body-item-inner .body-item-header .body-eve-txt-wrap .body-eve-txt-2,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .body-item-header .body-eve-txt-wrap .body-eve-txt-2 {
  width: 358.4px;
  height: 226.8px;
}
.body-sect .body-sect-inner .body-item .body-item-inner h1,
.body-sect .body-sect-inner .body-item-3 .body-item-inner h1 {
  font-weight: 700;
  font-size: 19px;
  line-height: 27px;
  letter-spacing: -0.7px;
  color: #424242;
}
.body-sect .body-sect-inner .body-item .body-item-inner h1 span,
.body-sect .body-sect-inner .body-item-3 .body-item-inner h1 span {
  font-size: 15.4px;
  line-height: 28px;
  letter-spacing: -5%;
}
.body-sect .body-sect-inner .body-item .body-item-inner h1 b,
.body-sect .body-sect-inner .body-item-3 .body-item-inner h1 b {
  color: #5581ff;
}
.body-sect .body-sect-inner .body-item .body-item-inner .cont-note,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .cont-note {
  display: flex;
  flex-direction: column;
  gap: 2.8px;
}
.body-sect .body-sect-inner .body-item .body-item-inner .cont-note p,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .cont-note p {
  display: flex;
  gap: 2.8px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.7px;
  color: #424242;
}
.body-sect .body-sect-inner .body-item .body-item-inner .cont-note p::before,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .cont-note p::before {
  content: "※";
}
.body-sect .body-sect-inner .body-item .body-item-inner .cont-item,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .cont-item {
  display: flex;
  flex-direction: column;
  gap: 11.2px;
}
.body-sect .body-sect-inner .body-item .body-item-inner .cont-item .cont-title,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .cont-item .cont-title {
  width: 128.8px;
  height: 16.8px;
}
.body-sect .body-sect-inner .body-item .body-item-inner .cont-item .cont-txt-box,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .cont-item .cont-txt-box {
  display: flex;
  flex-direction: column;
  gap: 5.6px;
}
.body-sect .body-sect-inner .body-item .body-item-inner .cont-item .cont-txt-box .desc,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .cont-item .cont-txt-box .desc {
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: -5%;
  color: #424242;
}
.body-sect .body-sect-inner .body-item .body-item-inner .cont-item .cont-txt-group,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .cont-item .cont-txt-group {
  display: flex;
  flex-direction: column;
  gap: 8.4px;
}
.body-sect .body-sect-inner .body-item .body-item-inner .cont-item .period-box,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .cont-item .period-box {
  display: flex;
  align-items: center;
  gap: 8.4px;
  color: #424242;
}
.body-sect .body-sect-inner .body-item .body-item-inner .cont-item .period-box .label,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .cont-item .period-box .label {
  padding: 5.6px;
  border-radius: 8.4px;
  background: rgba(66, 66, 66, 0.0392156863);
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -5%;
}
.body-sect .body-sect-inner .body-item .body-item-inner .cont-item .period-box .date,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .cont-item .period-box .date {
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -5%;
  vertical-align: middle;
}
.body-sect .body-sect-inner .body-item .body-item-inner .cont-item .bullet-list,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .cont-item .bullet-list {
  display: flex;
  flex-direction: column;
}
.body-sect .body-sect-inner .body-item .body-item-inner .cont-item .bullet-list .bullet-item,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .cont-item .bullet-list .bullet-item {
  display: flex;
  gap: 5.6px;
}
.body-sect .body-sect-inner .body-item .body-item-inner .cont-item .bullet-list .bullet-item .icon-star,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .cont-item .bullet-list .bullet-item .icon-star {
  width: 11.2px;
  height: 14px;
  flex-shrink: 0;
}
.body-sect .body-sect-inner .body-item .body-item-inner .cont-item .bullet-list .bullet-item p,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .cont-item .bullet-list .bullet-item p {
  font-size: 16.8px;
  line-height: 22.4px;
  letter-spacing: -0.7px;
  color: #5581ff;
}
.body-sect .body-sect-inner .body-item .body-item-inner .cont-item .bullet-list .bullet-item p b,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .cont-item .bullet-list .bullet-item p b {
  font-weight: 500;
}
.body-sect .body-sect-inner .body-item .body-item-inner .cont-item .agree-list,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .cont-item .agree-list {
  display: flex;
  flex-direction: column;
  gap: 2.8px;
}
.body-sect .body-sect-inner .body-item .body-item-inner .cont-item .agree-list .agree-item,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .cont-item .agree-list .agree-item {
  display: flex;
  gap: 2.8px;
  opacity: 0.88;
}
.body-sect .body-sect-inner .body-item .body-item-inner .cont-item .agree-list .agree-item p,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .cont-item .agree-list .agree-item p {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.7px;
  color: #424242;
}
.body-sect .body-sect-inner .body-item .body-item-inner .cont-item .benefit-list,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .cont-item .benefit-list {
  display: flex;
  flex-direction: column;
  gap: 11.2px;
}
.body-sect .body-sect-inner .body-item .body-item-inner .cont-item .benefit-list .benefit-item,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .cont-item .benefit-list .benefit-item {
  display: flex;
  gap: 11.2px;
}
.body-sect .body-sect-inner .body-item .body-item-inner .cont-item .benefit-list .benefit-item .cont-num,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .cont-item .benefit-list .benefit-item .cont-num {
  width: 39.2px;
  height: 45.6px;
  flex-shrink: 0;
}
.body-sect .body-sect-inner .body-item .body-item-inner .cont-item .benefit-list .benefit-item .benefit-item-group,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .cont-item .benefit-list .benefit-item .benefit-item-group {
  display: flex;
  flex-direction: column;
  gap: 4.2px;
}
.body-sect .body-sect-inner .body-item .body-item-inner .cont-item .benefit-list .benefit-item .benefit-item-cont,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .cont-item .benefit-list .benefit-item .benefit-item-cont {
  display: flex;
  flex-direction: column;
  gap: 2.8px;
  overflow: hidden;
}
.body-sect .body-sect-inner .body-item .body-item-inner .cont-item .benefit-list .benefit-item .benefit-item-cont.benefit-item-cont-1,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .cont-item .benefit-list .benefit-item .benefit-item-cont.benefit-item-cont-1 {
  display: flex;
  flex-direction: column;
  gap: 22.4px;
}
.body-sect .body-sect-inner .body-item .body-item-inner .cont-item .benefit-list .benefit-item .benefit-item-cont table,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .cont-item .benefit-list .benefit-item .benefit-item-cont table {
  table-layout: fixed;
  border-collapse: collapse;
}
.body-sect .body-sect-inner .body-item .body-item-inner .cont-item .benefit-list .benefit-item .benefit-item-cont table th,
.body-sect .body-sect-inner .body-item .body-item-inner .cont-item .benefit-list .benefit-item .benefit-item-cont table td,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .cont-item .benefit-list .benefit-item .benefit-item-cont table th,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .cont-item .benefit-list .benefit-item .benefit-item-cont table td {
  padding: 8.4px 0;
  border-top: 1.4px solid rgba(66, 66, 66, 0.1803921569);
  border-bottom: 1.4px solid rgba(66, 66, 66, 0.1803921569);
  border-right: 1.4px solid rgba(66, 66, 66, 0.1803921569);
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -5%;
  color: #424242;
}
.body-sect .body-sect-inner .body-item .body-item-inner .cont-item .benefit-list .benefit-item .benefit-item-cont table th:last-child,
.body-sect .body-sect-inner .body-item .body-item-inner .cont-item .benefit-list .benefit-item .benefit-item-cont table td:last-child,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .cont-item .benefit-list .benefit-item .benefit-item-cont table th:last-child,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .cont-item .benefit-list .benefit-item .benefit-item-cont table td:last-child {
  border-right: 0;
}
.body-sect .body-sect-inner .body-item .body-item-inner .cont-item .benefit-list .benefit-item .benefit-item-cont table th,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .cont-item .benefit-list .benefit-item .benefit-item-cont table th {
  background: rgba(66, 66, 66, 0.0588235294);
}
.body-sect .body-sect-inner .body-item .body-item-inner .cont-item .notice-list,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .cont-item .notice-list {
  display: flex;
  flex-direction: column;
  gap: 5.6px;
}
.body-sect .body-sect-inner .body-item .body-item-inner .cont-item .notice-list .notice,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .cont-item .notice-list .notice {
  display: flex;
  gap: 2.8px;
  font-size: 15.4px;
  line-height: 18.2px;
  letter-spacing: -5%;
  color: #424242;
}
.body-sect .body-sect-inner .body-item .body-item-inner .cont-item .notice-list .notice p,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .cont-item .notice-list .notice p {
  font-weight: 500;
}
.body-sect .body-sect-inner .body-item .body-item-inner .cont-item .notice-list .notice::before,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .cont-item .notice-list .notice::before {
  content: "*";
}
.body-sect .body-sect-inner .body-item .body-item-inner .cont-item.cont-item-6 .notice-list .notice p,
.body-sect .body-sect-inner .body-item-3 .body-item-inner .cont-item.cont-item-6 .notice-list .notice p {
  font-weight: 400;
}/*# sourceMappingURL=style.css.map */