@charset "UTF-8";
.is_mo {
  display: none;
}

.wrapper {
  margin: 0 auto;
  max-width: 100%;
}

.section01 {
  background: linear-gradient(180deg, rgba(255, 146, 146, 0.4) 0%, rgba(255, 146, 146, 0) 66.71%), #fff2f1;
}
.section01 .content {
  max-width: 784px;
  margin: 0 auto;
  padding: 22px 30px 100px 30px;
  background: url(../images/img_nameplate.png) no-repeat right -80px top;
}
.section01 .textBox {
  margin-top: 52px;
}
.section01 .textBox p {
  text-align: left;
  color: #373737;
  font-family: "Gmarket Sans";
  font-size: 58px;
  font-weight: 300;
  line-height: 78px; /* 117.241% */
  letter-spacing: -2.32px;
}
.section01 .textBox p b .red {
  color: #ee2e20;
}
.section01 .textBox p .badge {
  color: #fff;
  font-family: "Gmarket Sans";
  font-size: 58px;
  padding: 8px 10px 0 10px;
  line-height: 60px; /* 117.241% */
  display: inline-block;
  letter-spacing: -2.32px;
  background: #ee2e20;
}
.section01 .infoBox {
  margin-top: 118px;
}
.section01 .infoBox .title {
  padding-top: 158px;
  margin-bottom: 78px;
  background: url(../images/section01_tit_bg.png) no-repeat center top;
}
.section01 .infoBox .title strong {
  color: #2a2c30;
  font-family: "Gmarket Sans";
  font-size: 58px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: -2.32px;
}
.section01 .infoBox .title strong span {
  color: #ee2e20;
}
.section01 .infoBox .infoList ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.section01 .infoBox .infoList li {
  padding-left: 70px;
  background: url(../images/section01_info_titBg.svg) no-repeat left center;
}
.section01 .infoBox .infoList li .box {
  width: 400px;
  padding: 20px 0;
  border-radius: 18px;
  background: #fff;
  color: #2a2c30;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 39.993px;
  letter-spacing: -0.64px;
}
.section01 .infoBox .infoList li .box span {
  color: #ee2e20;
}
.section01 .infoBox .infoList li.right {
  padding: 0 70px 0 0;
  background-position: right center;
}
.section01 .bottomTit {
  margin-top: 68px;
  color: #2a2c30;
  text-align: center;
  font-family: "Gmarket Sans";
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 126.316% */
  letter-spacing: -1.52px;
}
.section01 .bottomTit span {
  color: #fff;
  font-family: "Gmarket Sans";
  padding: 4px 4px 0 4px;
  display: inline-block;
  background: #ee2e20;
}

.section02 {
  padding: 70px 0 72px 0;
}
.section02 .titleBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
.section02 .titleBox .info {
  display: inline-block;
  margin-top: 30px;
  color: #626262;
  text-align: center;
  font-family: Pretendard;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.56px;
}
.section02 .titleBox .desc {
  margin-top: 20px;
  color: #2a2c30;
  font-family: "Gmarket Sans";
  font-size: 58px;
  font-style: normal;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: -2.32px;
}
.section02 .titleBox .desc span {
  color: #ee2e20;
  font-family: "Gmarket Sans";
  font-size: 58px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: -2.32px;
}
.section02 .phone {
  display: flex;
  position: relative;
  justify-content: center;
}
.section02 .phone .phoneImg {
  max-width: 600px;
}
.section02 .phone .imgBox {
  display: flex;
  gap: 60px;
  align-items: center;
  position: absolute;
  bottom: 0;
  padding: 40px 78px;
  border-radius: 30.18px;
  background: #2a2c30;
}
.section02 .phone .imgBox p {
  text-align: left;
  color: #fff;
  font-family: "Gmarket Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px; /* 181.25% */
  letter-spacing: -1.28px;
}
.section02 .phone .imgBox p b {
  color: #fff;
  font-family: "Gmarket Sans";
  font-size: 48px;
  font-style: normal;
  line-height: 58px;
  letter-spacing: -1.92px;
}
.section02 .phone .imgBox p b.yellow {
  color: #fcff49;
}

.section03 {
  background: #f8f9fd;
  padding: 70px 0;
}
.section03 .titlebox {
  padding-top: 148px;
  margin-bottom: 60px;
  background: url(../images/img_section03_tit.png) no-repeat center top;
}
.section03 .titlebox p {
  color: #2a2c30;
  text-align: center;
  font-family: "Gmarket Sans";
  font-size: 58px;
  font-style: normal;
  font-weight: 400;
  line-height: 72px; /* 124.138% */
  letter-spacing: -2.32px;
}
.section03 .reviewBox .reviewItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 476px;
  margin: 0 auto;
  padding: 32px 0;
  border-radius: 16px;
  background: #e5e9ff;
}
.section03 .reviewBox .reviewItem .tit {
  margin-bottom: 24px;
  color: #2a2c30;
  text-align: center;
  font-family: Pretendard;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px; /* 123.077% */
}
.section03 .reviewBox .reviewItem .tit span {
  color: #5471ff;
}
.section03 .reviewBox .reviewItem .textBox {
  margin-top: 24px;
}
.section03 .reviewBox .reviewItem .textBox .top {
  margin-bottom: 14px;
  color: #2a2c30;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
  letter-spacing: -0.4px;
}
.section03 .reviewBox .reviewItem .textBox .top strong {
  color: #7f86ae;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 136.364% */
  letter-spacing: -0.44px;
}
.section03 .reviewBox .reviewItem .textBox .desc {
  color: #2a2c30;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
}
.section03 .reviewBox .reviewItem .textBox .desc b {
  font-weight: 700;
}
.section03 .reviewBox .reviewItem + .reviewItem {
  margin-top: 30px;
  background: #f0ecff;
}
.section03 .reviewBox .reviewItem + .reviewItem .tit span {
  color: #7861ff;
}
.section03 .noti {
  margin-top: 60px;
  color: #787878;
  text-align: center;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 123.077% */
  letter-spacing: -0.52px;
}
.section03 .noti span {
  color: #2a2c30;
}

.section04 {
  padding: 70px 0;
  background: #fff2f1;
}
.section04 .titleBox {
  margin-bottom: 104px;
  padding-top: 134px;
  background: url(../images/img_section04_tit.png) no-repeat center top;
}
.section04 .titleBox .tit {
  color: #2a2c30;
  text-align: center;
  font-family: "Gmarket Sans";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 66px; /* 171.429% */
  letter-spacing: -1.68px;
}
.section04 .titleBox .tit b {
  color: #2a2c30;
  font-family: "Gmarket Sans";
  font-size: 58px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: -2.32px;
}
.section04 .titleBox .tit b .red {
  color: #ee2e20;
}
.section04 .titleBox .tit b .low {
  font-weight: 400;
}
.section04 .titleBox .infoText {
  margin-top: 32px;
  color: #626262;
  text-align: center;
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.56px;
}
.section04 .titleBox .infoText span {
  color: #2a2c30;
  font-weight: 600;
}
.section04 .titleBox .infoText span.red {
  color: #ee2e20;
}
.section04 .arrowBox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 712px;
  height: 380px;
  margin: 0 auto;
  border-radius: 16px;
}
.section04 .arrowBox img {
  position: relative;
  z-index: 1;
}
.section04 .arrowBox .arrow {
  position: absolute;
  left: 37%;
  top: 70px;
}
.section04 .arrowBox::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: #d8d8d8;
}
.section04 .arrowBox + .arrowBox {
  margin-top: 104px;
}
.section04 .arrowBox + .arrowBox .arrow {
  left: 53%;
}
.section04 .arrowBox + .arrowBox .tit span {
  left: 26px;
}
.section04 .arrowBox + .arrowBox::after {
  background: #ffe6e6;
}
.section04 .arrowBox .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: -46px;
}
.section04 .arrowBox .tit span {
  display: inline-block;
  position: absolute;
  left: 36px;
  top: 2px;
  color: #fff;
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 39.993px; /* 142.831% */
}
.section04 .info {
  margin-top: 60px;
  color: #626262;
  text-align: center;
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.56px;
}
.section04 .info b {
  color: #2a2c30;
}
.section04 .info b span {
  color: #ee2e20;
}

.section05 {
  padding: 70px 0;
}
.section05 .titleBox {
  padding-top: 154px;
  margin-bottom: 60px;
  background: url(../images/img_section05_tit.png) no-repeat center top;
}
.section05 .titleBox p {
  margin-bottom: 20px;
  color: #626262;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.56px;
}
.section05 .titleBox strong {
  color: #2a2c30;
  font-family: "Gmarket Sans";
  font-size: 58px;
  font-style: normal;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: -2.32px;
}
.section05 .titleBox strong .red {
  color: #ee2e20;
}
.section05 .boxList {
  display: flex;
  flex-wrap: wrap;
  max-width: 712px;
  margin: 0 auto;
  gap: 20px;
}
.section05 .boxList li {
  display: flex;
  flex-direction: column;
  width: calc(50% - 10px);
  height: 336px;
  padding: 30px;
  border-radius: 14px;
  text-align: left;
  background: #f8f4f4;
}
.section05 .boxList li .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 30px;
  border-radius: 50px;
  color: #fff;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 72.727% */
  background: #ee2e20;
}
.section05 .boxList li p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  color: #2a2c30;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
}
.section05 .boxList li p span {
  color: #ee2e20;
  text-align: center;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 93.75% */
}
.section05 .boxList li .img {
  display: flex;
  justify-content: right;
  margin-top: auto;
}
.section05 .boxList li .img img {
  margin-top: auto;
  filter: drop-shadow(7px 10px 22px rgba(58, 57, 57, 0.3));
}
.section05 .boxList li:nth-child(2), .section05 .boxList li:nth-child(3) {
  background: #fff0f0;
}

.section06 {
  padding: 70px 0;
  background: #fffafa;
}
.section06 .titleBox {
  padding-top: 156px;
  background: url(../images/img_section06_tit.png) no-repeat center top;
}
.section06 .titleBox p {
  margin-bottom: 30px;
  color: #626262;
  text-align: center;
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.56px;
}
.section06 .titleBox strong {
  color: #ee2e20;
  font-family: "Gmarket Sans";
  font-size: 52px;
  font-style: normal;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: -2.08px;
}
.section06 .titleBox strong .black {
  color: #2a2c30;
}
.section06 .video {
  max-width: 712px;
  margin: 60px auto;
  width: 100%;
}
.section06 .video .inner {
  position: relative;
  padding-top: 56.25%;
}
.section06 .video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section06 .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section06 .text p {
  background-color: #2a2c30;
  color: #fff;
  padding-top: 6px;
  font-family: "Gmarket Sans";
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: -1.52px;
}
.section06 .text p b {
  color: #ee2e20;
}
.section06 .text p.red {
  background-color: #ee2e20;
}
.section06 .text p + p {
  margin-top: 4px;
}

.section07 {
  padding: 70px 0;
  background: #f8f9fd;
}
.section07 .titleBox {
  padding-top: 160px;
  margin-bottom: 60px;
  background: url(../images/img_section07_tit.png) no-repeat center top;
}
.section07 .titleBox p {
  color: #2a2c30;
  text-align: center;
  font-family: "Gmarket Sans";
  font-size: 58px;
  font-weight: 500;
  line-height: 72px; /* 124.138% */
  letter-spacing: -2.32px;
}
.section07 .titleBox p .red {
  color: #ee2e20;
}
.section07 .titleBox span {
  display: inline-block;
  margin-top: 20px;
  color: #626262;
  text-align: center;
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.56px;
}
.section07 .cahtBox {
  display: flex;
  justify-content: center;
  gap: 36px;
}
.section07 .cahtBox img {
  border-radius: 20px;
}

.section08 {
  padding: 70px 0;
  background: #1f2227;
}
.section08 .titleBox {
  margin-bottom: 150px;
}
.section08 .titleBox span {
  color: #888;
  text-align: center;
  font-family: Pretendard;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.76px;
}
.section08 .titleBox p {
  margin-top: 30px;
  color: #fff;
  text-align: center;
  font-family: "Gmarket Sans";
  font-size: 58px;
  font-style: normal;
  font-weight: 400;
  line-height: 72px; /* 124.138% */
  letter-spacing: -2.32px;
}
.section08 .titleBox p b {
  color: #ee2e20;
}
.section08 .chartBox {
  display: flex;
  max-width: 750px;
  margin: 0 auto;
  gap: 80px;
}
.section08 .chartBox .chartItem {
  position: relative;
  width: calc(50% - 40px);
  height: 660px;
  border-radius: 30px;
}
.section08 .chartBox .chartItem .arrow {
  position: absolute;
  left: 50%;
  top: -80px;
  z-index: 10;
  transform: translateX(-50%);
  padding: 12px 20px;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 88.889% */
  letter-spacing: -0.54px;
  border-radius: 10.5px;
  background: #50555e;
}
.section08 .chartBox .chartItem .arrow svg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -28%;
}
.section08 .chartBox .chartItem .arrow::after {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -92%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  border: 2px solid #ff4335;
  border-radius: 100px;
  content: "";
  background-color: #1f2227;
  z-index: 10;
}
.section08 .chartBox .chartItem .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 30%;
  padding-top: 52px;
  border-radius: 30px 30px 0 0;
  box-shadow: 4px 4px 10px 0px rgba(42, 44, 48, 0.4) inset;
  background: linear-gradient(to bottom, #eaeaea 50%, #1f2227 100%);
}
.section08 .chartBox .chartItem .bg span {
  color: #2a2c30;
  text-align: center;
  font-family: Pretendard;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 88.889% */
  letter-spacing: -0.72px;
}
.section08 .chartBox .chartItem.red::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px dashed #ff4335;
  border-radius: 30px 30px 0 0;
  border-bottom: none;
}
.section08 .chartBox .chartItem.red::before {
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  content: "";
  width: 4px;
  height: 100%;
  background-image: radial-gradient(circle, #ff4433 10%, transparent 20%);
  background-size: 4px 20px; /* 점 크기 및 간격 조정 */
  background-repeat: repeat-y; /* 세로 반복 */
}
.section08 .chartBox .chartItem.red .bg {
  background: linear-gradient(to bottom, #ff4335 50%, #1f2227 100%);
}
.section08 .chartBox .chartItem.red .bg::after {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  background-color: #ff4335;
  transform: translate(-50%, -50%);
  content: "";
  width: 24px;
  height: 24px;
  border: 4px solid #fff;
  border-radius: 100px;
}
.section08 .chartBox .chartItem.red .bg span {
  color: #fff;
}
.section08 .chartBox.aos-animate .chartItem .bg {
  transition: height 1.5s ease;
  height: 100%;
}
.section08 .chartBox.aos-animate .chartItem.red .bg {
  height: 60%;
  transition: height 1.5s ease;
}
.section08 .infoBox {
  display: inline-flex;
  margin-top: 70px;
  padding: 24px 40px 16px 40px;
  border-radius: 20px;
  background: #5e646e;
  color: #fff;
  text-align: center;
  font-family: "Gmarket Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px; /* 125% */
  letter-spacing: -1.92px;
}

.section09 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 0;
  background: #1f2227;
}
.section09 .tit {
  margin-bottom: 60px;
  color: #fff;
  text-align: center;
  font-family: "Gmarket Sans";
  font-size: 58px;
  font-style: normal;
  font-weight: 400;
  line-height: 72px; /* 124.138% */
  letter-spacing: -2.32px;
}
.section09 .tit b {
  color: #ee2e20;
}

.section10 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 70px 0 160px 70px;
  background: #2a2c30;
}
.section10 .inner {
  position: relative;
}
.section10 .inner img {
  max-width: 668px;
  height: auto;
  border-radius: 40px;
}
.section10 .inner .titlebox strong {
  color: #414141;
  text-align: center;
  font-size: 50px;
  font-weight: 800;
  line-height: normal;
}
.section10 .inner .titlebox strong span {
  color: #ee2e20;
}
.section10 .inner .textBox {
  position: absolute;
  left: 50%;
  top: 162px;
  width: 100%;
  transform: translateX(-50%);
  max-width: 664px;
}
.section10 .inner .textBox .titlebox {
  margin-bottom: 30px;
}
.section10 .inner .textBox .titlebox i {
  position: relative;
}
.section10 .inner .textBox .titlebox i b {
  position: relative;
  z-index: 1;
}
.section10 .inner .textBox .titlebox i::after {
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  height: 8px;
  background-color: #fcff49;
  content: "";
}
.section10 .inner .textBox p {
  padding-top: 50px;
  background: url(../images/icon_cricelCheck.png) no-repeat center top;
  color: #414141;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 36.34px;
}
.section10 .inner .textBox p strong {
  color: #414141;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 36.34px; /* 139.77% */
}
.section10 .inner .textBox p strong span {
  color: #ff4335;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: 36.34px;
}
.section10 .inner .textBox p + p {
  margin-top: 30px;
}
.section10 .inner .textBox p:last-child {
  margin-top: 54px;
}
.section10 .actionBox {
  width: 100%;
  max-width: 702px;
  padding-top: 480px;
  background: url(../images/img_section10_bg.png) no-repeat center top;
}
.section10 .actionBox span {
  color: #fff;
  text-align: center;
  font-family: "Gmarket Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section10 .actionBox p {
  color: #fff;
  font-family: "Gmarket Sans";
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.section10 .actionBox p b {
  color: #ee2e20;
}
.section10 .actionBox button {
  margin-top: 60px;
  padding: 34px 60px;
  border-radius: 8px;
  background: #ee2e20;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.64px;
}

.rollingList {
  position: relative;
  margin-top: 96px;
}
.rollingList ul li {
  display: flex;
  padding: 30px 60px;
  border-radius: 22.132px;
  background: #fff;
}
.rollingList ul li.swiper-slide-active {
  box-shadow: 0px 0px 20.12px 0px rgba(255, 146, 146, 0.2);
}
.rollingList .textBox {
  display: flex;
  flex: 1;
  margin-left: 26px;
}
.rollingList .textBox .top {
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: center;
  gap: 6px;
}
.rollingList .textBox .top span {
  color: #787878;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.rollingList .textBox .top strong {
  color: #2a2c30;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.rollingList .textBox .price {
  display: flex;
  margin-left: auto;
  align-items: center;
  color: #2a2c30;
  font-family: Pretendard;
  font-size: 42px;
  font-weight: 700;
  line-height: 42px; /* 100% */
  gap: 6px;
}
.rollingList .textBox .price span {
  color: #ee2d20;
  font-size: 54px;
  line-height: 54px; /* 100% */
}
.rollingList::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 640px;
  height: 15px;
  flex-shrink: 0;
  border-radius: 22.132px;
  background: #fff8f8;
  box-shadow: 0px 0px 20.12px 0px rgba(255, 146, 146, 0.2);
  transform: translateX(-50%);
}

.fixed-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 24px 0;
  background: #282828;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.25);
  z-index: 10;
}
.fixed-btn .btnInner {
  display: flex;
  align-items: center;
}
.fixed-btn .desc {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.66px;
}
.fixed-btn .desc span {
  color: #ff4335;
  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-family: "Spoqa Han Sans Neo";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.fixed-btn button {
  margin-left: 22px;
  display: inline-flex;
  padding: 22px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.84px;
  border-radius: 10px;
  background: #ff4335;
}

/* 화면 크기가 600px 이하일 때 */
@media screen and (max-width: 760px) {
  .is_mo {
    display: block;
  }
  .is_pc {
    display: none;
  }
  .wrapper {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }
  .fixed-btn {
    padding: 14px 14px 8px 14px;
    bottom: 2%;
    width: 92%;
    left: 4%;
    border-radius: 10px;
  }
  .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: auto;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }
  .section01 .content {
    padding: 30px 30px 26px 30px;
    background-size: 78%;
    background-position: right -70% top;
  }
  .section01 .content .logo {
    width: 50px;
  }
  .section01 .textBox {
    margin-top: 24px;
  }
  .section01 .textBox p {
    font-size: 24px;
    line-height: 36px; /* 117.241% */
    letter-spacing: -2.32px;
  }
  .section01 .textBox p .badge {
    font-size: 24px;
    padding: 4px 6px 0 4px;
    line-height: 28px; /* 117.241% */
  }
  .section01 .infoBox {
    margin-top: 33px;
  }
  .section01 .infoBox .title {
    padding-top: 62px;
    margin-bottom: 24px;
    background-size: 50px auto;
  }
  .section01 .infoBox .title strong {
    font-size: 24px;
    line-height: 30px;
  }
  .section01 .infoBox .infoList ul {
    gap: 14px;
  }
  .section01 .infoBox .infoList li {
    padding-left: 28px;
    background-size: 20px auto;
  }
  .section01 .infoBox .infoList li .box {
    width: 170px;
    padding: 8px 0;
    border-radius: 8px;
    font-family: Pretendard;
    font-size: 14px;
    line-height: 16px;
  }
  .section01 .infoBox .infoList li.right {
    padding: 0 28px 0 0;
    background-position: right center;
  }
  .section01 .bottomTit {
    margin-top: 24px;
    font-size: 16px;
    line-height: 22px; /* 126.316% */
  }
  .section01 .bottomTit span {
    padding: 2px 2px 0 2px;
  }
  .section02 {
    padding: 30px 0 34px 0;
  }
  .section02 .titleBox {
    margin-bottom: 24px;
  }
  .section02 .titleBox .emoji {
    width: 50px;
  }
  .section02 .titleBox .info {
    margin-top: 8px;
    font-size: 12px;
  }
  .section02 .titleBox .desc {
    margin-top: 8px;
    font-size: 24px;
    line-height: 30px;
  }
  .section02 .titleBox .desc span {
    font-size: 24px;
    line-height: 30px;
  }
  .section02 .phone .phonebg {
    max-width: 250px;
  }
  .section02 .phone .imgBox {
    gap: 28px;
    bottom: 0;
    padding: 16px 32px;
    border-radius: 12px;
  }
  .section02 .phone .imgBox .phoneImg {
    width: 66px;
  }
  .section02 .phone .imgBox p {
    font-size: 14px;
    line-height: 24px; /* 181.25% */
  }
  .section02 .phone .imgBox p b {
    font-size: 20px;
    line-height: 24px;
  }
  .section03 {
    padding: 30px 32px;
  }
  .section03 .titlebox {
    padding-top: 60px;
    margin-bottom: 24px;
    background-size: 50px 48px;
  }
  .section03 .titlebox p {
    font-size: 24px;
    line-height: 30px; /* 124.138% */
  }
  .section03 .reviewBox .reviewItem {
    max-width: 100%;
    padding: 18px 0;
    border-radius: 16px;
  }
  .section03 .reviewBox .reviewItem .tit {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 22px; /* 123.077% */
  }
  .section03 .reviewBox .reviewItem img {
    width: 84px;
  }
  .section03 .reviewBox .reviewItem .textBox {
    margin-top: 12px;
  }
  .section03 .reviewBox .reviewItem .textBox .top {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 16px; /* 150% */
  }
  .section03 .reviewBox .reviewItem .textBox .top strong {
    font-size: 14px;
    line-height: 16px; /* 136.364% */
  }
  .section03 .reviewBox .reviewItem .textBox .desc {
    font-size: 14px;
    line-height: 20px; /* 144.444% */
  }
  .section03 .reviewBox .reviewItem + .reviewItem {
    margin-top: 12px;
  }
  .section03 .noti {
    margin-top: 24px;
    font-size: 12px;
    line-height: 18px; /* 123.077% */
  }
  .section04 {
    padding: 30px 0;
  }
  .section04 .titleBox {
    margin-bottom: 42px;
    padding-top: 56px;
    background-size: 60px auto;
  }
  .section04 .titleBox .tit {
    font-size: 18px;
    line-height: 30px; /* 171.429% */
  }
  .section04 .titleBox .tit b {
    font-size: 24px;
    line-height: 30px;
  }
  .section04 .titleBox .infoText {
    margin-top: 12px;
    font-size: 12px;
  }
  .section04 .arrowBox {
    width: 296px;
    height: 158px;
    border-radius: 6px;
  }
  .section04 .arrowBox img {
    width: 270px;
  }
  .section04 .arrowBox .arrow {
    width: 72px;
    top: 30px;
  }
  .section04 .arrowBox .tit {
    left: 0;
    top: -46px;
  }
  .section04 .arrowBox .tit svg {
    width: 62px;
  }
  .section04 .arrowBox .tit span {
    left: 14px;
    top: 14px;
    color: #fff;
    font-size: 12px;
  }
  .section04 .arrowBox + .arrowBox {
    margin-top: 42px;
  }
  .section04 .arrowBox + .arrowBox .arrow {
    width: 72px;
  }
  .section04 .arrowBox + .arrowBox img {
    width: 192px;
  }
  .section04 .arrowBox + .arrowBox .tit svg {
    width: 122px;
  }
  .section04 .arrowBox + .arrowBox .tit span {
    left: 10px;
  }
  .section04 .info {
    margin-top: 24px;
    font-size: 12px;
    line-height: 16px;
  }
  .section05 {
    padding: 30px 32px;
  }
  .section05 .titleBox {
    padding-top: 66px;
    margin-bottom: 24px;
    background-size: 54px auto;
  }
  .section05 .titleBox p {
    margin-bottom: 8px;
    font-size: 12px;
  }
  .section05 .titleBox strong {
    font-size: 24px;
    line-height: 30px;
  }
  .section05 .boxList {
    max-width: 100%;
    gap: 8px;
  }
  .section05 .boxList li {
    width: calc(50% - 4px);
    height: 140px;
    padding: 12px 14px;
    border-radius: 6px;
  }
  .section05 .boxList li .number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-bottom: 12px;
    font-size: 10 px;
  }
  .section05 .boxList li p {
    gap: 4px;
    color: #2a2c30;
    font-family: Pretendard;
    font-size: 12px;
    line-height: 20px; /* 100% */
  }
  .section05 .boxList li p span {
    font-size: 14px;
    line-height: 14px; /* 93.75% */
  }
  .section05 .boxList li .img {
    display: flex;
    justify-content: right;
    margin-top: auto;
  }
  .section05 .boxList li .img img {
    width: 44px;
  }
  .section05 .boxList li:nth-child(2), .section05 .boxList li:nth-child(3) {
    background: #fff0f0;
  }
  .section06 {
    padding: 30px 0px;
  }
  .section06 .titleBox {
    padding-top: 64px;
    background-size: 52px auto;
  }
  .section06 .titleBox p {
    margin-bottom: 12px;
    font-size: 12px;
  }
  .section06 .titleBox strong {
    font-family: "Gmarket Sans";
    font-size: 24px;
    line-height: 32px;
  }
  .section06 .video {
    position: relative;
    margin: 24px auto;
    width: calc(100% - 64px);
  }
  .section06 .video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .section06 .text p {
    padding: 2px;
    font-size: 16px;
    font-style: normal;
    line-height: 22px;
  }
  .section06 .text p + p {
    margin-top: 4px;
  }
  .section07 {
    padding: 30px 32px;
  }
  .section07 .titleBox {
    padding-top: 64px;
    margin-bottom: 22px;
    background-size: 52px auto;
  }
  .section07 .titleBox p {
    font-size: 24px;
    line-height: 30px; /* 124.138% */
  }
  .section07 .titleBox span {
    margin-top: 8px;
    font-size: 12px;
  }
  .section07 .cahtBox {
    gap: 14px;
  }
  .section07 .cahtBox img {
    width: calc(50% - 7px);
  }
  .section08 {
    padding: 30px 0;
  }
  .section08 .titleBox {
    margin-bottom: 58px;
  }
  .section08 .titleBox span {
    font-size: 16px;
  }
  .section08 .titleBox p {
    margin-top: 8px;
    font-size: 24px;
    line-height: 30px; /* 124.138% */
  }
  .section08 .chartBox {
    max-width: 100%;
    justify-content: center;
    gap: 30px;
  }
  .section08 .chartBox .chartItem {
    position: relative;
    width: 126px;
    height: 274px;
    border-radius: 12px;
  }
  .section08 .chartBox .chartItem .arrow {
    width: 68px;
    padding: 4px 10px;
    font-size: 10px;
    line-height: 12px;
    border-radius: 4px;
    top: -32px;
    transform: translateX(-48%);
  }
  .section08 .chartBox .chartItem .arrow svg {
    width: 6px;
    bottom: -42%;
  }
  .section08 .chartBox .chartItem .arrow::after {
    display: block;
    position: absolute;
    left: 50%;
    bottom: -80%;
    width: 10px;
    height: 10px;
  }
  .section08 .chartBox .chartItem .bg {
    padding-top: 32px;
    border-radius: 12px 12px 0 0;
  }
  .section08 .chartBox .chartItem .bg span {
    font-size: 14px;
  }
  .section08 .chartBox .chartItem.red::after {
    border-radius: 12px 12px 0 0;
  }
  .section08 .chartBox .chartItem.red::before {
    background-size: 4px 10px; /* 점 크기 및 간격 조정 */
  }
  .section08 .chartBox .chartItem.red .bg::after {
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
  }
  .section08 .infoBox {
    margin-top: 40px;
    padding: 12px 16px 8px 16px;
    border-radius: 8px;
    font-size: 20px;
    line-height: 25px;
  }
  .section09 {
    padding: 30px 18px;
  }
  .section09 .tit {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px; /* 125% */
  }
  .section09 img {
    width: 100%;
  }
  .section10 {
    padding: 30px 0 100px 30px;
    background: #2a2c30;
  }
  .section10 .inner {
    width: 100%;
    max-width: 296px;
  }
  .section10 .inner img {
    width: 100%;
  }
  .section10 .inner .textBox {
    top: 14%;
  }
  .section10 .inner .textBox .titlebox {
    margin-bottom: 3%;
  }
  .section10 .inner .textBox .titlebox strong {
    font-size: 25px;
  }
  .section10 .inner .textBox .titlebox i::after {
    height: 4px;
    bottom: 4px;
  }
  .section10 .inner .textBox p {
    padding-top: 22px;
    font-size: 12px;
    line-height: 16px;
    background-size: 18px;
  }
  .section10 .inner .textBox p strong {
    font-size: 12px;
    line-height: 16px;
  }
  .section10 .inner .textBox p strong span {
    font-size: 12px;
    line-height: 16px;
  }
  .section10 .inner .textBox p + p {
    margin-top: 3.5%;
  }
  .section10 .inner .textBox p:last-child {
    margin-top: 5.5%;
  }
  .section10 .inner .textBox strong {
    font-size: 28px;
  }
  .section10 .actionBox {
    width: 100%;
    max-width: 702px;
    padding-top: 168px;
    background-size: 134px auto;
  }
  .section10 .actionBox span {
    font-size: 16px;
  }
  .section10 .actionBox p {
    font-size: 32px;
  }
  .section10 .actionBox button {
    margin-top: 24px;
    padding: 12px 26px;
    border-radius: 4px;
    font-size: 12px;
  }
  .rollingList {
    margin-top: 54px;
  }
  .rollingList ul li {
    padding: 12px 22px;
    border-radius: 10px;
  }
  .rollingList ul li i {
    display: flex;
    width: 34px;
  }
  .rollingList ul li i img {
    width: 100%;
  }
  .rollingList .textBox {
    margin-left: 10px;
  }
  .rollingList .textBox .top {
    gap: 2px;
  }
  .rollingList .textBox .top span {
    font-size: 12px;
  }
  .rollingList .textBox .top strong {
    font-size: 14px;
  }
  .rollingList .textBox .price {
    font-size: 22px;
    line-height: 22px; /* 100% */
    gap: 4px;
  }
  .rollingList .textBox .price span {
    font-size: 22px;
    line-height: 22px; /* 100% */
  }
  .rollingList::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -4px;
    width: calc(100% - 20px);
    height: 8px;
  }
}/*# sourceMappingURL=styles.css.map */