@charset "UTF-8";
@font-face {
  font-family: "NanumSquareNeoBold";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.eot);
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.ttf) format("truetype");
}
:root {
  --pri-col: #f13d28;
}

.pri-col {
  color: var(--pri-col);
}

.fw-700 {
  font-weight: 700;
}

.is_mo {
  display: none;
}

.wrapper {
  margin: 0 auto;
  max-width: 100%;
  padding: 80px 0 200px 0;
}

.titleBox {
  text-align: left;
}
.titleBox .tit {
  color: #000;
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px; /* 135% */
  letter-spacing: -0.8px;
}

.meritzItem {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 360px;
  border-radius: 30px;
  background: #fff;
}

.mertiz-item-div {
  display: flex;
  padding: 0px 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.mertiz-item-div span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  border-radius: 52px;
  background: #f6f6f6;
}
.mertiz-item-div p {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 131.818% */
  letter-spacing: -0.44px;
}

.infoText {
  margin-top: 50px;
  text-align: left;
  color: #898989;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 100% */
  letter-spacing: -0.44px;
}

section {
  max-width: 720px;
  margin: 0 auto;
}

.tags {
  display: inline-flex;
  gap: 14px;
}
.tags span {
  display: inline-block;
  padding: 0 10px;
  height: 36px;
  border-radius: 6px;
  background: #f2f6fc;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #43678e;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 148.556% */
  letter-spacing: -0.36px;
}

.section01 .titleBox {
  margin-bottom: 30px;
}
.section01 .titleBox .tit {
  font-weight: 600;
}
.section01 .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  color: #898989;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 100% */
  letter-spacing: -0.44px;
}
.section01 .textBox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
}
.section01 .textBox dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  width: 100%;
  height: 142px;
  border-radius: 20px;
  border: 1px solid #e5e8f2;
  background: #fff;
  padding-left: 114px;
}
.section01 .textBox dl::before {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 84px;
  height: 84px;
  content: "";
  background-size: contain;
}
.section01 .textBox dl.item01 dt {
  color: #f00;
}
.section01 .textBox dl.item01 dd p {
  color: #f00;
}
.section01 .textBox dl.item01::before {
  background-image: url(../images/icon_item01.png);
}
.section01 .textBox dl.item02::before {
  background-image: url(../images/icon_item02.png);
}
.section01 .textBox dl.item03::before {
  background-image: url(../images/icon_item03.png);
}
.section01 .textBox dl.item04::before {
  background-image: url(../images/icon_item04.png);
}
.section01 .textBox dl dt {
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 162.171% */
  letter-spacing: -0.399px;
}
.section01 .textBox dl dd {
  text-align: left;
  margin-top: 4px;
}
.section01 .textBox dl dd p {
  margin-bottom: 4px;
  text-align: left;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 131.818% */
  letter-spacing: -0.49px;
}
.section01 .textBox dl dd span {
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px; /* 131.818% */
  letter-spacing: -0.426px;
}

.descText {
  text-align: left;
  margin-top: 20px;
  color: #898989;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 127.273% */
  letter-spacing: -0.44px;
}

.section02 {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 60px 0 50px 0;
  border-bottom: 1px solid rgba(137, 137, 137, 0.231372549);
}
.section02 .heroImg {
  position: relative;
}
.section02 .heroImg .heroTextBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 76px;
}
.section02 .heroImg .tit {
  display: inline-block;
  text-align: center;
  font-family: "Gmarket Sans";
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -1.16px;
  background: linear-gradient(180deg, #fff 0%, #ffd175 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section02 .heroImg .desc {
  display: inline-block;
  margin-top: 10px;
  text-align: center;
  font-family: "Gmarket Sans";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px; /* 100% */
  letter-spacing: -0.84px;
  background: linear-gradient(180deg, #fff 0%, #ffd175 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section02 .heroImg .info {
  display: inline-block;
  margin-top: 14px;
  color: #fdffef;
  text-align: center;
  text-shadow: 0 0 8px rgba(113, 16, 16, 0.5);
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 109.091% */
  letter-spacing: -0.44px;
}
.section02 .heroImg .boxText {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 390px;
  height: 72px;
  margin-top: 26px;
  border-radius: 10px;
  background: #a10000;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 109.091% */
  letter-spacing: -0.623px;
}
.section02 .heroImg .moneyBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -60px;
}
.section02 .heroImg .moneyBox img {
  max-width: 374px;
}
.section02 .heroImg .moneyBox .countBox {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 26px 24px 10px 24px;
  margin-top: -40px;
  border-radius: 34px;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 109.091% */
  letter-spacing: -0.592px;
  background: url(../images/img_messageBox.png) no-repeat left center;
  background-size: 100%;
}
.section02 .heroImg .moneyBox .countBox span {
  font-size: 34px;
  line-height: 34px; /* 109.091% */
  font-weight: 700;
}
.section02 .heroImg .animation {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
}
.section02 .list_det_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section02 .list_det_top h3 {
  color: #302626;
  text-align: center;
  font-family: "Gmarket Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.8px;
  margin-bottom: 60px;
}
.section02 .list_det_top .textbox {
  display: flex;
  height: 211px;
  padding: 44px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.07);
  margin-bottom: 46px;
  color: #646464;
  text-align: center;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 41px; /* 157.692% */
  letter-spacing: -0.52px;
}
.section02 .list_det_top .meritz_list {
  display: flex;
  height: 200px;
  padding: 0px 72px;
  align-items: center;
  gap: 42px;
  align-self: stretch;
  border-radius: 15px;
  margin-bottom: 34px;
}
.section02 .list_det_top .meritz_list:nth-child(1) {
  background: #f0fccf;
}
.section02 .list_det_top .meritz_list:nth-child(1) span {
  color: #0daa54;
}
.section02 .list_det_top .meritz_list:nth-child(2) {
  background: #fffcd5;
}
.section02 .list_det_top .meritz_list:nth-child(2) span {
  color: #ff8527;
}
.section02 .list_det_top .meritz_list:nth-child(3) {
  background: #d8e2ff;
}
.section02 .list_det_top .meritz_list:nth-child(3) span {
  color: #4170ff;
}
.section02 .list_det_top .meritz_list:nth-child(4) {
  background: #fff2ed;
  color: #ff2d2d;
}
.section02 .list_det_top .meritz_list div {
  color: #4c4c4c;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
  letter-spacing: -0.64px;
  text-align: left;
}
.section02 .list_det_top .meritz_list div span {
  color: #ff2d2d;
}
.section02 .list_det_top .meritz_list h5 {
  text-align: left;
  color: #766363;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 33.6px */
}
.section02 .list_det_top .partners_list {
  display: flex;
  height: 200px;
  padding: 0px 72px;
  align-items: center;
  gap: 42px;
  align-self: stretch;
  border-radius: 15px;
  background: #fff2ed;
  margin-bottom: 34px;
}
.section02 .list_det_top .partners_list p {
  color: #4c4c4c;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
  letter-spacing: -0.64px;
}
.section02 .list_det_top .partners_list p span {
  color: #ff2d2d;
}
.section02 .process {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section02 .process .process_box {
  border-radius: 20px;
  background: #f6f6f6;
  width: 26%;
  height: 242px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section02 .process .process_box p {
  text-align: center;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 113.636% */
  letter-spacing: -0.44px;
  margin-top: 20px;
  height: 20%;
  padding-left: 0;
}
.section02 .process .process_box p:after {
  display: none;
}
.section02 .infoText {
  margin-top: 0;
}
.section02 .subTit {
  text-align: left;
  padding-left: 90px;
  color: #686868;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
  background: url(../images/img_cal.png) no-repeat left center/auto 100%;
}
.section02 .subTit span {
  color: #de1d07;
}
.section02 .textBox {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.section02 .textBox dl dt {
  padding-left: 30px;
  margin-bottom: 20px;
  text-align: left;
  color: #000;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 123.077% */
  letter-spacing: -0.52px;
  background: no-repeat left center/20px auto;
}
.section02 .textBox dl dt.icon01 {
  background-image: url(../images/icon_fix.png);
}
.section02 .textBox dl dt.icon02 {
  background-image: url(../images/icon_user.png);
}
.section02 .textBox dl dt.icon03 {
  background-image: url(../images/icon_desc.png);
}
.section02 .textBox dl dt.icon04 {
  background-image: url(../images/icon_msg.png);
}
.section02 .textBox dl dt span {
  margin-left: 10px;
  color: #898989;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.52px;
}
.section02 .textBox dl dd {
  display: flex;
  flex-direction: column;
}
.section02 .textBox dl dd p {
  position: relative;
  padding-left: 40px;
  text-align: left;
  color: #000;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px; /* 123.077% */
  letter-spacing: -0.52px;
}
.section02 .textBox dl dd p::after {
  display: block;
  position: absolute;
  left: 16px;
  top: 12px;
  width: 6px;
  height: 6px;
  background-color: #000;
  content: "";
  border-radius: 100%;
}
.section02 .textBox dl dd p.infoText {
  text-align: left;
  color: #898989;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.44px;
}
.section02 .textBox dl dd p.gap {
  margin-bottom: 50px;
}
.section02 .textBox dl dd p.noDot {
  padding-left: 0;
}
.section02 .textBox dl dd p.noDot::after {
  display: none;
}

.section03 {
  padding: 60px 0 50px 0;
}
.section03 .noti_time {
  width: 100%;
  height: auto;
  margin: auto 0 30px;
}
.section03 .noti_time img {
  width: 100%;
  height: auto;
  margin: auto;
  display: flex;
  width: 362px;
  height: 372px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 28px;
}
.section03 .noti_time h2 {
  color: #302626;
  text-align: center;
  font-family: "Gmarket Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px; /* 140% */
  letter-spacing: -0.8px;
  margin-top: 28px;
}
.section03 .noti_time p {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 127.273% */
  letter-spacing: -0.44px;
  margin-top: 28px;
}
.section03 .titleBox {
  margin-bottom: 50px;
}
.section03 .tags {
  display: flex;
  gap: 14px;
}
.section03 .tags .tag {
  display: flex;
  padding: 12px 18px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 3px solid #ff8a7d;
  background: #ffe5e2;
  color: #991b1b;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 83.333% */
}
.section03 .tags .tag.yellow {
  border: 3px solid #f3e522;
  background: #fffde2;
  color: #7e5800;
}
.section03 .tags .tag.blue {
  color: #2474ba;
  border: 3px solid #79bffc;
  background: #d8edff;
}
.section03 .tags .tag.purple {
  color: #2c41af;
  border: 3px solid #7d92ff;
  background: #e2e7ff;
}

.section04 {
  padding: 60px 0 50px 0;
  border-bottom: 1px solid rgba(137, 137, 137, 0.231372549);
}
.section04 .titleBox {
  margin-bottom: 50px;
}

.section05 {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 60px 0 50px 0;
  border-bottom: 1px solid rgba(137, 137, 137, 0.231372549);
}
.section05 .info {
  padding-left: 100px;
  text-align: left;
  color: #000;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
  letter-spacing: -0.48px;
  background: url(../images/icon_m.png) no-repeat left center;
}
.section05 .textBox {
  text-align: left;
}
.section05 .textBox .title {
  background: url(../images/icon_poket.png) no-repeat left center/auto 100%;
  padding-left: 46px;
  color: #000;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 123.077% */
  letter-spacing: -0.52px;
}
.section05 .textBox .title span {
  color: #de1d07;
}
.section05 .textBox p {
  margin-top: 20px;
  color: #000;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 123.077% */
  letter-spacing: -0.52px;
}
.section05 .infoText {
  margin-top: 0;
}

.fixed-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 0;
  background: #000;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.25);
  z-index: 10;
}
.fixed-btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  margin-right: 50px;
}
.fixed-btn .btnInner {
  align-items: center;
}
.fixed-btn .desc {
  color: #de1d07;
  text-align: center;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.66px;
}
.fixed-btn .time {
  display: flex;
  margin-left: 22px;
}
.fixed-btn .time .number {
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-family: "NanumSquare Neo OTF";
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -1.5px;
}
.fixed-btn button {
  margin-left: 82px;
  display: inline-flex;
  padding: 30px 40px;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.9px;
  border-radius: 10px;
  background: #de1d07;
}

/* 화면 크기가 600px 이하일 때 */
@media screen and (max-width: 760px) {
  .is_pc {
    display: none;
  }
  .wrapper {
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 16px 120px 16px;
  }
  .titleBox {
    text-align: left;
  }
  .titleBox .tit {
    font-size: 20px;
    line-height: 27px;
  }
  .tags {
    display: inline-flex;
    gap: 4px;
  }
  .tags span {
    display: inline-block;
    padding: 0 4px;
    height: 18px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 14px; /* 148.556% */
  }
  .meritzItem {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
  }
  .meritzItem .mertiz-item-div {
    padding: 0px 16px;
    gap: 8px;
  }
  .meritzItem .mertiz-item-div span {
    width: 80px;
    height: 80px;
    border-radius: 26px;
  }
  .meritzItem .mertiz-item-div span img {
    width: 40px;
  }
  .meritzItem .mertiz-item-div p {
    font-size: 12px;
    line-height: 16px; /* 131.818% */
  }
  .meritzItem h2 img {
    height: 100%;
  }
  .infoText {
    margin-top: 32px;
    font-size: 11px;
    line-height: 14px; /* 100% */
  }
  .section01 .titleBox {
    margin-bottom: 32px;
  }
  .section01 .titleBox .tit {
    font-size: 18px;
  }
  .section01 .info {
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 20px; /* 100% */
  }
  .section01 .textBox {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 8px 10px;
  }
  .section01 .textBox dl {
    height: 80px;
    border-radius: 10px;
    padding-left: 80px;
  }
  .section01 .textBox dl::before {
    position: absolute;
    left: 10px;
    width: 50px;
    height: 50px;
  }
  .section01 .textBox dl.item01::before {
    background-size: 50px auto;
  }
  .section01 .textBox dl.item02::before {
    background-size: 50px auto;
  }
  .section01 .textBox dl.item03::before {
    background-size: 50px auto;
  }
  .section01 .textBox dl.item04::before {
    background-size: 50px auto;
  }
  .section01 .textBox dl dt {
    font-size: 12px;
    line-height: 14px; /* 162.171% */
  }
  .section01 .textBox dl dd p {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 18px; /* 131.818% */
  }
  .section01 .textBox dl dd span {
    margin-top: 0px;
    font-size: 10px;
    line-height: 14px; /* 131.818% */
  }
  .descText {
    margin-top: 10px;
    font-size: 12px;
    line-height: 14px;
  }
  .section02 {
    gap: 24px;
    padding: 39px 0 24px 0;
  }
  .section02 .heroImg .heroTextBox {
    height: 100%;
    padding-top: 34px;
  }
  .section02 .heroImg .tit {
    font-size: 24px;
    line-height: 26px;
  }
  .section02 .heroImg .desc {
    margin-top: 6px;
    font-size: 20px;
    line-height: 22px; /* 100% */
  }
  .section02 .heroImg .info {
    margin-top: 6px;
    font-size: 12px;
    line-height: 14px; /* 109.091% */
  }
  .section02 .heroImg .boxText {
    width: 180px;
    height: 40px;
    margin-top: 12px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 16px; /* 109.091% */
  }
  .section02 .heroImg .moneyBox {
    margin-top: -20px;
  }
  .section02 .heroImg .moneyBox img {
    max-width: 130px;
  }
  .section02 .heroImg .moneyBox .countBox {
    gap: 2px;
    padding: 12px 10px 4px 12px;
    margin-top: -20px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 16px; /* 109.091% */
  }
  .section02 .heroImg .moneyBox .countBox span {
    font-size: 16px;
    line-height: 16px; /* 109.091% */
  }
  .section02 .heroImg .animation {
    position: absolute;
    bottom: -20px;
  }
  .section02 .list_det_top h3 {
    font-size: 20px;
    margin-bottom: 33px;
    line-height: 27px;
  }
  .section02 .list_det_top img {
    width: 125px;
  }
  .section02 .list_det_top .meritz_list {
    padding: 0px 20px;
    gap: 18px;
    height: 115px;
    border-radius: 7px;
    margin-bottom: 17px;
  }
  .section02 .list_det_top .meritz_list img {
    width: 50px;
  }
  .section02 .list_det_top .meritz_list div {
    font-size: 16px;
  }
  .section02 .list_det_top .meritz_list h5 {
    font-size: 12px;
  }
  .section02 .list_det_top .partners_list {
    padding: 0px 20px;
    gap: 18px;
    height: 100px;
    margin-bottom: 17px;
    border-radius: 7px;
  }
  .section02 .list_det_top .partners_list img {
    width: 65px;
  }
  .section02 .list_det_top .partners_list p {
    font-size: 18px;
  }
  .section02 .list_det_top .partners_list h5 {
    font-size: 20px;
  }
  .section02 .list_det_top .textbox {
    height: 105px;
    font-size: 13px;
    line-height: 20px;
    padding: 22px 10px;
    margin-bottom: 23px;
    border-radius: 7px;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
  }
  .section02 .list_det_top .textbox:last-child {
    margin-bottom: 0;
  }
  .section02 .subTit {
    text-align: left;
    padding-left: 40px;
    font-size: 16px;
    line-height: 20px; /* 133.333% */
    background-size: 34px auto;
  }
  .section02 .textBox {
    gap: 24px;
  }
  .section02 .textBox dl dt {
    padding-left: 16px;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 16px;
    background-size: 11px;
  }
  .section02 .textBox dl dt span {
    margin-left: 8px;
    font-size: 16px;
  }
  .section02 .textBox dl dd {
    display: flex;
    flex-direction: column;
  }
  .section02 .textBox dl dd p {
    position: relative;
    padding-left: 20px;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: -0.52px;
  }
  .section02 .textBox dl dd p::after {
    left: 10px;
    top: 7px;
    width: 4px;
    height: 4px;
  }
  .section02 .textBox dl dd p.gap {
    margin-bottom: 20px;
  }
  .section02 .process img {
    width: 16px;
  }
  .section02 .process .process_box {
    height: 121px;
    border-radius: 10px;
  }
  .section02 .process .process_box img {
    width: 58px;
  }
  .section02 .process .process_box p {
    font-size: 11px;
    line-height: 16px;
    margin-top: 10px;
  }
  .section03 {
    padding: 30px 0 24px 0;
  }
  .section03 .titleBox {
    margin-bottom: 24px;
  }
  .section03 .tags {
    gap: 10px;
  }
  .section03 .tags .tag {
    display: flex;
    padding: 6px 10px;
    border: 2px solid #ff8a7d;
    font-size: 14px;
  }
  .section03 .noti_time h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .section03 .noti_time p {
    font-size: 11px;
    line-height: 14px;
    margin-top: 14px;
  }
  .section03 .noti_time img {
    width: 143px;
    height: auto;
  }
  .section04 {
    padding: 30px 0 24px 0;
  }
  .section04 .titleBox {
    margin-bottom: 24px;
  }
  .section05 {
    gap: 24px;
    padding: 30px 0 24px 0;
  }
  .section05 .info {
    padding-left: 40px;
    font-size: 16px;
    line-height: 20px;
    background-size: 34px auto;
  }
  .section05 .textBox .title {
    padding-left: 24px;
    font-size: 16px;
    line-height: 20px;
    background-size: auth 100%;
    letter-spacing: -0.52px;
  }
  .section05 .textBox p {
    margin-top: 12px;
    font-size: 16px;
    line-height: 20px; /* 123.077% */
    letter-spacing: -0.52px;
  }
  .section05 .infoText {
    margin-top: 0;
  }
  .fixed-btn {
    padding: 14px;
    bottom: 2%;
    width: 92%;
    left: 4%;
    border-radius: 10px;
  }
  .fixed-btn .inner {
    display: flex;
    padding: 0;
    width: 100%;
  }
  .fixed-btn .icon {
    width: 24px;
    margin-right: 8px;
  }
  .fixed-btn .btnInner {
    display: flex;
    flex: 1;
    text-align: center;
    flex-direction: column;
  }
  .fixed-btn .btnInner .desc {
    font-size: 14px;
  }
  .fixed-btn .btnInner .desc span {
    font-size: 14px;
  }
  .fixed-btn .btnInner .time {
    margin-left: 0;
  }
  .fixed-btn .btnInner .number {
    font-size: 30px;
  }
  .fixed-btn button {
    display: flex;
    padding: 14px 20px;
    margin-left: 0;
    width: calc(100% - 200px);
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }
}/*# sourceMappingURL=styles.css.map */