.new_main_section-1 .main-section-in {
  padding: 51px 15px 40px;
}

.new_main_section-1 .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.new_main_section-1 .section-title .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.new_main_section-1 .section-title .title-box > span {
  color: #333;
  font-family: "Spoqa Han Sans Neo";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.48px;
}

.new_main_section-1 .section-title .title-box > strong {
  color: #333;
  font-family: "Spoqa Han Sans Neo";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.48px;
}

.new_main_section-1 .section-title .description-box {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.new_main_section-1 .section-title .description-box .description {
  color: #333;
  text-align: right;
  font-family: "Spoqa Han Sans Neo";
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.39px;
}

.new_main_section-1 .section-title .description-box .description-day {
  color: #696F8C;
  text-align: right;
  font-family: "Noto Sans KR";
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
}

.new_main_section-1 .section-content {
  margin-top: 30px;
}

.new_main_section-1 .section-content .slick-list {
  padding: 10px 0;
}

.new_main_section-1 .section-content .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.new_main_section-1 .section-content .section-content-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(51, 51, 51, 0.08);
          box-shadow: 0px 0px 11px 0px rgba(51, 51, 51, 0.08);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.new_main_section-1 .section-content .section-content-item > .item_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: 100%;
}

.new_main_section-1 .section-content .section-content-item > .item_header > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  background: #F1F2F4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.new_main_section-1 .section-content .section-content-item > .item_header .day {
  color: #696F8C;
  font-family: "Noto Sans KR";
  font-size: 10px;
  font-weight: 400;
}

.new_main_section-1 .section-content .section-content-item > .item_header .icon {
  width: 42px;
  height: 18px;
  padding: 4px 6px;
  gap: 2px;
}

.new_main_section-1 .section-content .section-content-item > .item_header .icon > svg {
  width: auto;
  height: 100%;
}

.new_main_section-1 .section-content .section-content-item > .item_body {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.new_main_section-1 .section-content .section-content-item > .item_body > .title {
  color: #333;
  font-family: "Spoqa Han Sans Neo";
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.48px;
}

.new_main_section-1 .section-content .section-content-item > .item_body > .description {
  margin-top: 3px;
  overflow: hidden;
  color: #696F8C;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: "Spoqa Han Sans Neo";
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.39px;
  max-height: 2.8em;
}

.new_main_section-1 .section-content .section-content-item > .item_body > .sub_description {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.new_main_section-1 .section-content .section-content-item > .item_body > .sub_description > .share_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.new_main_section-1 .section-content .section-content-item > .item_body > .sub_description > .share_box > .icon {
  width: 18px;
  height: 18px;
}

.new_main_section-1 .section-content .section-content-item > .item_body > .sub_description > .share_box > .icon > svg {
  width: 100%;
  height: auto;
}

.new_main_section-1 .section-content .section-content-item > .item_body > .sub_description > .share_box > .txt {
  margin-left: 3px;
  color: #4D5E80;
  font-family: "Noto Sans KR";
  font-size: 12px;
  font-weight: 400;
}

.new_main_section-1 .section-content .section-content-item > .item_body > .sub_description > .rt7 {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.new_main_section-1 .section-content .section-content-item > .item_body > .sub_description > .rt7 > .day {
  color: #696F8C;
  font-family: "Spoqa Han Sans Neo";
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.3px;
}

.new_main_section-1 .section-content .section-content-item > .item_body > .sub_description > .rt7 > .txt {
  margin-top: 2px;
  color: #F83838;
  font-family: "Spoqa Han Sans Neo";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.new_main_section-1 .section-content .section-content-item > .item_footer {
  position: relative;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}

.new_main_section-1 .section-content .section-content-item > .item_footer > .main-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  height: 40px;
  padding: 14px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  background: #FFF1F1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #F83838;
  text-align: center;
  font-family: "Spoqa Han Sans Neo";
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.36px;
}

.new_main_section-1 .section-content .section-content-item > .item_sub {
  margin: -20px -20px 0;
  padding: 111px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../imgs/main/img_main_card_bg.png") no-repeat center 0/contain;
}

.new_main_section-1 .section-content .section-content-item > .item_sub > .title {
  color: #333;
  text-align: center;
  font-family: "Spoqa Han Sans Neo";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.48px;
}

.new_main_section-1 .section-content .section-content-item > .item_sub > .description {
  margin-top: 3px;
  color: #696F8C;
  text-align: center;
  font-family: "Spoqa Han Sans Neo";
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.36px;
}

.new_main_section-1 .section-content .section-content-item-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-size: 0;
  line-height: 0;
}

.new-main-section-4 {
  position: relative;
}

.new-main-section-4 .main-section-in {
  padding-top: 40px;
}

.new-main-section-4::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #F6F7F9;
}
/*# sourceMappingURL=new_main.css.map */