@charset "utf-8";
* {
  word-break: keep-all;
}
body {
  background-color: #18171c;
}
header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(24, 23, 28, 0.1);
  backdrop-filter: blur(7.5px);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
}
header button {
  color: #f2f2f2;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  display: flex;
  padding: 16px 20px;
  align-items: center;
  gap: 8px;
}
header ul {
  display: flex;
  align-items: center;
  gap: 4px;
}
header .s__row {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 80px;
}
header .main {
  position: absolute;
  left: 0;
  top: 9px;
  left: 16px;
  padding: 0;
}
.sec01 {
  background: url(../image/img_sec01_bg.png) no-repeat 50% 50%;
  background-size: cover;
  height: 100dvh;
  width: 100%;
}
.sec01 .s__row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}
.sec01 .s__row img {
  margin-top: 50px;
}
.sec01 .line01 {
  color: #fff;
  text-align: center;
  font-family: "SB Aggro";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 80px;
}
.sec01 .line02 {
  color: #fff4a4;
  text-align: center;
  font-family: "SB Aggro";
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sec01 .line02 strong {
  font-weight: 800;
}
.sec01 .line03 {
  color: #fff;
  text-align: center;
  font-family: "SB Aggro";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sec02 .s__row {
  display: flex;
  align-items: center;
  gap: 130px;
  height: 874px;
}
.sec02-right {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1;
}
.sec02 .line01 {
  color: #f2f2f2;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
}
.sec02 .line01 strong {
  font-weight: 900;
}
.sec02 .line02 {
  color: #00b2bb;
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 42px */
}
.sec03 {
  background: #204b54;
  position: relative;
}
.sec03 .s__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 650px;
}
.sec03 .line01 {
  color: #fff;
  font-family: "SB Aggro";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 31.2px */
}
.sec03 .line02 {
  color: #fff;
  font-family: "SB Aggro";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 62.4px */
}
.sec03-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sec03-right {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.sec03-right::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: linear-gradient(
    270deg,
    rgba(32, 75, 84, 0) -4.57%,
    #204b54 95.43%
  );
}
.sec03-right img {
  height: 100%;
}
.sec03-img {
  z-index: 9;
  margin-right: 25%;
}
.sec04 .s__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 180px 16px;
}
.sec04 .line01 {
  color: #f2f2f2;
  text-align: center;
  font-family: "SB Aggro";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 62.4px */
  margin-bottom: 62px;
}
.sec04 .line02 {
  color: #00b2bb;
  font-family: "SB Aggro";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.sec04 .line03 {
  color: #f2f2f2;
  text-align: center;
  font-family: "SB Aggro";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 72px */
  margin-bottom: 60px;
}
.dia {
  margin: 120px 0;
}
.graph-wrap {
  display: flex;
  gap: 26px;
  width: 100%;
  margin-top: 24px;
}
.graph-wrap > div {
  flex: 1;
}
.graph-bg {
  border-radius: 16px;
  background: #212025;
  padding: 78px 24px 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.graph-bg img {
  height: 561px;
  object-fit: contain;
}
.graph-wrap ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 50px;
}
.graph-wrap ul li {
  display: flex;
  align-items: center;
}
.graph-wrap ul p:nth-child(1) {
  width: 220px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #2c2c36;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f2f2f2;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-right: 24px;
}
.graph-wrap ul p:nth-child(2) {
  color: #f2f2f2;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  flex: 1;
}
.color-blue {
  color: #2c63ff !important;
  font-weight: bold !important;
}
.color-red {
  color: #df6b63 !important;
  font-weight: bold !important;
}
.color-green {
  color: #00b2bb !important;
  font-weight: bold !important;
}
.sec05 {
  background: #131313;
  position: relative;
}
.sec05 .s__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 750px;
}
.sec05-right {
  position: absolute;
  right: 0;
  top: 0;
}
.sec05-right > div {
  position: absolute;
  left: 0;
  color: #fff;
  left: 240px;
  top: 240px;
}
.sec05-right > div p {
  color: #fff;
  font-family: Pretendard;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  line-height: 140%;
}
.sec05-right > div p strong {
  color: #fff;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.sec05-left {
  width: 70%;
  z-index: 8;
}
.sec05-left .line01 {
  margin-bottom: 16px;
  color: #fff;
  font-family: "Kim jung chul Script";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
}
.sec05-left .line02 {
  color: #fff;
  font-family: "Kim jung chul Script";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
}
.sec04-box {
  margin: 20px 0;
  border-radius: 16px;
  background: #fff;
  padding: 30px 20px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.sec04-box li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.sec04-box li span {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 24px;
  height: 24px;

  border-radius: 24px;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec04-box li p {
  color: #131313;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
}
.sec06 .s__row {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 180px 16px;
}
.sec06 .line01 {
  color: #f2f2f2;
  text-align: center;
  font-family: "SB Aggro";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sec06 .line04 {
  color: #f2f2f2;
  text-align: center;
  font-family: "SB Aggro";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sec06 .line02 {
  color: #00b2bb;
  text-align: center;
  font-family: "SB Aggro";
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin: 16px 0;
}
.sec06 .line03 {
  color: #f2f2f2;
  text-align: center;
  font-family: "SB Aggro";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 72px */
  margin-bottom: 60px;
}
.sec-title {
  color: #fff;
  text-align: center;
  font-family: "SB Aggro";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.sec-sub {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  margin-top: 12px;
  line-height: normal;
  margin-bottom: 60px;
}
.sec07 {
  background: url(../image/img_sec07_bg.png) no-repeat 50% 50%;
}
.sec07 .s__row {
  padding: 180px 16px;
}
.sec07-table {
  border-radius: 16px;
  background-color: #fff;
}
.table-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #181818;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 20px;
  border-radius: 16px 16px 0px 0px;
  border-bottom: 1px solid #dfe4e3;
  background: #f5f7f7;
}
.table-contents-wrap {
  display: flex;
}
.table-contents {
  flex: 1;
}
.table-sub-title {
  display: flex;
  padding: 20px;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #dfe4e3;
  background: #f5f7f7;
  height: 64px;
}
.as-is .table-sub-title {
  color: #5b5b5b;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.to-be .table-sub-title {
  background: #00b2bb;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.table-contents ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 50px;
}
.to-be {
  background: #e3fafb;
  border-radius: 0px 16px 16px 0px;
}
.table-contents li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
}
.as-is li::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../image/icon_as_is.svg) no-repeat;
  background-size: contain;
}
.to-be li::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../image/icon_to_be.svg) no-repeat;
  background-size: contain;
}
.sec07-table + .sec07-table {
  margin-top: 60px;
}
.to-be li {
  color: #181818;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.sec07-bubble {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.sec07-bubble p {
  width: 50%;
  border-radius: 16px;
  background: #fff;
  padding: 8px 40px;
  color: #181818;
  text-align: center;
  font-family: "Gmarket Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 125% */
  position: relative;
  margin: 0 0 30px;
}
.sec07-bubble p::after {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../image/img_bubble.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.sec08 {
  padding: 180px 0;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 800px;
  width: 100%;
}

.faq-list li {
  display: flex;
  padding: 20px;
  align-items: flex-start;
  flex-direction: column;
  align-self: stretch;
  border-radius: 8px;
  background-color: #212025;
  cursor: pointer;
}
.sec08 .s__row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faq-list .is_active .faq-list-title {
  padding-bottom: 16px;
}
.faq-list-title {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 0px;
  transition: padding-bottom 0.3s;
}
.faq-list-title p {
  color: #f2f2f2;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
}
.faq-list-contents p {
  color: #f2f2f2;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: 180%; /* 32.4px */
}
.faq-list-contents {
  margin-left: 40px;
}
.faq-list img {
  transition: transform 0.3s;
}
.faq-list .is_active img {
  transform: rotate(45deg);
}
.faq-list .is_active .faq-list-contents {
  max-height: 700px;
}
.faq-list .faq-list-contents {
  max-height: 0px;
  transition: max-height 0.3s;
  overflow: hidden;
}
.sec09 {
  background: #00b2bb;
}
.sec09 .s__row {
  padding: 80px 16px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sec09 .line01 {
  color: #fff;
  text-align: center;
  font-family: "SB Aggro";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
}
.sec09 .line02 {
  color: #fff;
  text-align: center;
  font-family: "SB Aggro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
.sec09 .line03 {
  display: flex;
  width: 708px;
  padding: 16px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-family: "SB Aggro";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.3);
}
.sec09 .line03 + .line03 {
  margin-top: 12px;
}

.s__radio-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.s__radio {
  display: flex;
  align-items: center;
}

.s__radio input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0 none;
}
.s__radio input:focus-visible ~ label {
  outline: 2px solid #fff;
}
.s__radio input + label {
  height: 32px;
  display: block;
  background: url(../image/icon_radio_off.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
  font-size: 16px;
  padding-left: 44px;
  border-radius: 4px;
  color: #f2f2f2;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
}
.s__radio input:disabled + label {
  background: url(../image/icon_radio_off_disabled.svg) no-repeat;
  background-size: contain;
}
.s__radio input:checked + label {
  background: url(../image/icon_radio_on.svg) no-repeat;
  background-size: contain;
}
.s__radio input:checked:disabled + label {
  background: url(../image/icon_radio_on_disabled.svg) no-repeat;
  background-size: contain;
}

.s__checkbox-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.s__checkbox {
  display: flex;
  align-items: center;
}
.s__checkbox + .s__checkbox {
  margin-left: 16px;
}
.s__checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0 none;
}
.s__checkbox input:focus-visible ~ label {
  outline: 2px solid var(--black);
}
.s__checkbox input + label {
  height: 32px;
  display: block;
  background: url(../image/icon_checkbox_off.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
  font-size: 16px;
  padding-left: 44px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.s__checkbox input:disabled + label {
  background: url(../image/icon_checkbox_off_disabled.svg) no-repeat;
  background-size: contain;
}
.s__checkbox input:checked + label {
  background: url(../image/icon_checkbox_on.svg) no-repeat;
  background-size: contain;
}
.s__checkbox input:checked:disabled + label {
  background: url(../image/icon_checkbox_on_disabled.svg) no-repeat;
  background-size: contain;
}

.sec10 {
  padding: 100px 0;
  background: #212025;
  position: relative;
}
.sec10 .s__row {
  display: flex;
  flex-direction: row-reverse;
}
.sec10-right {
  width: 50%;
  padding: 0 88px;
}
.sec10-right ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sec10-right li {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sec10-right li span {
  color: #f2f2f2;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec10-right li input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #fff;
  background: #2c2c36;
  padding: 4px 8px;
}
.sec10-right .s__checkbox-wrap {
  margin-top: 60px;
}
.sec10-right .s__checkbox-wrap label {
  color: #f2f2f2;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sec10-right .send-btn {
  border-radius: 100px;
  background: #00b2bb;
  padding: 15px 78px;
  margin-top: 16px;
  color: #fff;
  font-family: "Pretendard Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 100%;
}
.sec10-left {
  background: url(../image/img_sec07_bg.png) no-repeat 50% 50%;
  background-size: cover;
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.sec10-left h2 {
  color: #fff;
  font-family: "SB Aggro";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.sec10-left p {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 162.5% */
  border-radius: 12px;
  background: #00b2bb;
  padding: 12px 16px;
}
.sec10-left p strong {
  color: #fff4a4;
}
footer .s__row {
  padding: 40px 16px;
}
footer img {
  opacity: 0.3;
}
footer p {
  color: #8f8585;

  /* LandingPage Footer/Default */
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.25px;
}
footer .line01 {
  border-top: 1px solid #848a89;
  padding-top: 24px;
  margin-top: 24px;
  margin-bottom: 4px;
}
footer .line02 {
  margin-bottom: 24px;
}
footer .line03 {
}
.floating-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
}
.terms {
  font-size: 14px;
  width: 100%;
  height: 100px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #fff;
  background: #2c2c36;
  padding: 4px 8px;
  resize: none;
  margin-top: 16px;
}
@media all and (max-width: 1600px) {
  .sec05-right > div {
    left: auto;
    top: auto;
    right: 20px;
    bottom: 120px;
  }
  .sec03-img {
    width: 250px;
    margin-right: 200px;
    transform: translateY(180px);
  }
}
@media all and (max-width: 1200px) {
  .sec02 .s__row {
    gap: 80px;
  }
}
/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1023px)*/
@media all and (max-width: 1023px) {
  header .main {
    display: none;
  }
  header .s__row {
    height: 60px;
  }
  .sec01 .line01 {
    font-size: 32px;
  }
  .sec01 .line02 {
    font-size: 48px;
  }
  .sec01 .line03 {
    font-size: 40px;
  }
  .sec02 .line01 {
    font-size: 16px;
  }
  .sec02 .line02 {
    font-size: 20px;
  }
  .sec02 .s__row {
    flex-direction: column;
    padding: 120px 16px 80px;
    gap: 50px;
  }
  .sec02 img {
    width: 300px;
  }
  .sec03 .line01 {
    font-size: 20px;
  }

  .sec03 .line02 {
    font-size: 36px;
  }
  .sec04 .line01,
  .sec04 .line02,
  .sec04 .line03 {
    font-size: 32px;
  }
  .sec04 .line01 {
    margin-bottom: 28px;
  }
  .dia {
    width: 18px;
    height: 18px;
    margin: 80px 0;
  }
  .sec05-left .line01 {
    font-size: 20px;
  }
  .sec05-left .line02 {
    font-size: 16px;
  }
  .sec04-box li p {
    font-size: 16px;
  }
  .sec06 .line01 {
    font-size: 24px;
  }
  .sec06 .line02 {
    font-size: 40px;
  }
  .sec06 .line04 {
    font-size: 36px;
  }
  .sec06 .line03 {
    font-size: 32px;
  }
  .graph-wrap ul li {
    flex-direction: column;
  }
  .graph-wrap ul p:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .graph-wrap ul {
    gap: 20px;
  }
  .graph-wrap ul {
    margin-top: 28px;
  }
  .sec10-right {
    width: 100%;
    padding: 0 16px;
  }
  .sec10-left {
    position: relative;
    background: none;
    width: 100%;
  }
  .sec10-left p {
    border-radius: 0;
    width: 100%;
    background-color: #2c2c36;
    margin-bottom: 80px;
  }
  .sec10-left p br {
    display: none;
  }
  .sec10 .s__row {
    flex-direction: column;
    padding: 0;
  }
  .sec10-left h2 {
    display: none;
  }
  .sec10 {
    padding-top: 0;
  }
  .sec-title {
    font-size: 36px;
  }
  .sec-sub {
    font-size: 16px;
  }
  .sec07-bubble p {
    font-size: 16px;
  }
  .to-be .table-sub-title {
    font-size: 20px;
  }
  .to-be li {
    font-size: 20px;
  }
  .table-contents ul {
    padding: 50px 24px;
  }
  .faq-list-title p {
    font-size: 18px;
  }
  .faq-list-contents p {
    font-size: 16px;
  }
  .sec09 .line01 {
    font-size: 32px;
  }
  .sec09 .line02 {
    font-size: 16px;
  }
  .sec09 .line03 {
    font-size: 16px;
  }
  .sec09 .line03 img {
    width: 24px;
  }
}
/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/
@media all and (max-width: 767px) {
  .s__row {
    padding: 0 24px;
  }
  .sec03 .s__row {
    flex-direction: column;
    padding-top: 88px;
    height: auto;
  }
  .sec03-right {
    position: relative;
    right: auto;
    text-align: left;
    width: calc(100% + 48px);
    height: auto;
  }
  .sec03-right img {
    width: 100%;
    object-fit: contain;
  }
  .floating-btn {
    width: 70px;
    height: 70px;
    right: 16px;
    bottom: 16px;
  }
  .sec02 img {
    width: calc(100% - 120px);
  }
  .sec02 .s__row {
    height: auto;
  }
  .sec02 .s__row {
    padding: 120px 24px 80px;
  }
  .sec03 .line02 + .line01 {
    margin-bottom: 80px;
  }
  .sec03-right::before {
    background: linear-gradient(
      0deg,
      rgba(32, 75, 84, 0) -4.57%,
      #204b54 95.43%
    );
  }
  .sec09 .line03 {
    width: 100%;
    justify-content: flex-start;
  }
  .table-contents-wrap {
    flex-direction: column;
  }
  .sec03-left p {
    text-align: center;
  }
  .sec03-img {
    width: 68%;
    margin-right: 0;
    transform: none;
  }
  .sec04-box li p {
    flex: 1;
  }
  .sec04 .line02 {
    text-align: center;
  }
  .arrow2 {
    display: none;
  }
  .graph-wrap {
    flex-direction: column;
    gap: 84px;
  }
  .sec04 .s__row {
    padding: 80px 24px;
  }
  .graph-bg img {
    height: auto;
  }
  .graph-wrap ul p:nth-child(2) {
    text-align: center;
  }
  .sec05-right {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 40px;
    width: calc(100% + 48px);
  }
  .sec05-left {
    width: 100%;
  }
  .sec05 .s__row {
    height: auto;
    flex-direction: column;
    padding-top: 80px;
  }
  .sec05-right > div {
    right: auto;
    left: 40px;
    top: 108px;
    bottom: auto;
  }
  .sec06 .s__row {
    padding: 80px 24px;
  }
  .sec07-bubble p {
    display: none;
  }
  .sec07 .s__row {
    padding: 80px 24px;
  }
  .sec07-table + .sec07-table {
    margin-top: 24px;
  }
  .to-be {
    border-radius: 0px 16px 16px 16px;
  }
  .sec08 {
    padding: 80px 0;
  }
  .sec10 {
    padding-bottom: 80px;
  }
  header button {
    padding: 16px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
  }
  header ul {
    flex: 1;
  }
  header ul li {
    flex: 1;
  }
  .faq-list-title p {
    flex: 1;
  }
}
