.renewal-terms3 .header-wrap {
  background-color: #FB0303;
  width: 100%;
  height: 241px;
  position: relative;
}
.renewal-terms3 .header-wrap .close-img {
  position: absolute;
  right: 48px;
  top: 49px;
  cursor: pointer;
}
.renewal-terms3 .header-wrap .header-txtwrap {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
}
.renewal-terms3 .header-wrap .header-txtwrap .header-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 810px;
  position: absolute;
  bottom: 34px;
}
.renewal-terms3 .header-wrap .header-txtwrap .header-content .header-title {
  color: #fff;
  font-size: 20px;
  display: inline-block;
}
.renewal-terms3 .header-wrap .header-txtwrap .header-content .header-subtitle {
  margin-top: 4px;
  color: #fff;
  font-size: 33px;
  font-weight: 500;
  font-family: "Noto Sans KR";
}
.renewal-terms3 .header-wrap .header-txtwrap .header-content .summary-img {
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}
.renewal-terms3 .header-wrap .header-txtwrap .header-content .summary-img .summary-title {
  font-size: 15px;
  font-weight: 400;
  font-family: "Noto Sans KR";
  color: #fff;
}
.renewal-terms3 .header-wrap .header-txtwrap .header-content .summary-img img {
  position: relative;
  top: 1px;
}
.renewal-terms3 .terms-txt-wrap {
  font-weight: 350;
  line-height: 35px;
  color: #fff;
  width: 100%;
  max-width: 810px;
  margin: 85px auto 0;
  padding-right: 58px;
  overflow-y: auto;
  font-size: 16px;
  height: calc(100vh - 240px);
  padding-bottom: 240px;
}
.renewal-terms3 .terms-txt-wrap::-webkit-scrollbar {
  width: 8px;
  border-radius: 3px;
}
.renewal-terms3 .terms-txt-wrap::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 3px;
  background: transparent;
}
.renewal-terms3 .terms-txt-wrap::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #fec800;
  border: 1px solid #fec800;
}
.renewal-terms3 .terms-txt-wrap .blue-font {
  color: #00B0F0;
}
.renewal-terms3 .step-nav-wrap {
  position: fixed;
  top: 324px;
  width: 200px;
  right: 287px;
}
.renewal-terms3 .step-nav-wrap .stepper-box {
  width: 200px;
  position: relative;
}
.renewal-terms3 .step-nav-wrap .stepper-box .step-list-wrap:before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 100%;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 7px;
  z-index: -1;
}
.renewal-terms3 .step-nav-wrap .stepper-box .step-list-wrap .step-list {
  display: flex;
  align-items: center;
  padding-top: 19px;
  cursor: pointer;
}
.renewal-terms3 .step-nav-wrap .stepper-box .step-list-wrap .step-list:first-child {
  padding-top: 0;
}
.renewal-terms3 .step-nav-wrap .stepper-box .step-list-wrap .step-list .step-i {
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 12px;
}
.renewal-terms3 .step-nav-wrap .stepper-box .step-list-wrap .step-list .step-i.on {
  border: 1px solid #00B0F0;
  background: #00B0F0;
}
.renewal-terms3 .step-nav-wrap .stepper-box .step-list-wrap .step-list .txt {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.terms-total-wrap {
  width: 100%;
  height: 100%;
  display: flex;
}
.terms-total-wrap .terms-left {
  position: relative;
  width: 100%;
  max-width: 824px;
}
.terms-total-wrap .terms-left .terms-left-box {
  position: absolute;
  top: 50%;
  right: 65px;
  transform: translateY(-50%);
}
.terms-total-wrap .terms-left .terms-left-box .terms-left-txt {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
}
.terms-total-wrap .terms-left .terms-left-box .terms-left-txt-sub {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.terms-total-wrap .terms-right {
  position: relative;
  width: 100%;
  height: 100%;
}
.terms-total-wrap .terms-right img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 2025-08-06 */
.new-page-contact {
  min-height: unset !important;
  background-size: unset !important;
  position: unset !important;
  overflow: unset !important;
  display: flex;
  flex-direction: column;
}
.new-page-contact .contact-header {
  width: 100%;
  height: 165px;
  background: #131313;
  position: relative;
  flex: none;
}
.new-page-contact .contact-header .contact-header-txtbox {
  position: absolute;
  left: 47px;
  bottom: 21px;
}
.new-page-contact .contact-header .contact-header-txtbox .new-txt-title {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
  font-family: "Segoe UI", sans-serif;
}
.new-page-contact .contact-header .contact-header-txtbox .new-txt-stitle {
  color: #fff;
  font-family: "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 14px;
}
.new-page-contact .contact-header .new-logo-wrap {
  position: absolute;
  top: 29px;
  right: 28px;
}
.new-page-contact .new-agree-wrap {
  flex: 1;
  min-height: calc(100vh - 165px);
  -ms-overflow-style: none;
}
.new-page-contact .new-agree-wrap::-webkit-scrollbar {
  display: none;
}
.new-page-contact .new-agree-wrap .new-agree-txt {
  background: #fff;
  height: 100vh;
}
.new-page-contact .new-agree-wrap .new-agree-txt p {
  font-size: 13px;
  padding: 45px;
  line-height: 25px;
  font-weight: 400;
}
.new-page-contact .new-agree-wrap .new-agree-txt p .bold-txt {
  font-weight: 700;
}
.new-page-contact .new-agree-wrap .new-agree-txt p .bold-txt-center {
  font-weight: 700;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.new-page-contact .new-agree-wrap .new-agree-txt p .bold-txt-right {
  font-weight: 700;
  text-align: right;
  display: inline-block;
  width: 100%;
}
.new-page-contact .new-sns-wrap {
  background-color: #131313;
  flex: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
}
.new-page-contact .new-sns-wrap .new-sns-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.new-page-contact .new-sns-wrap .new-sns-content.print-sns {
  position: relative;
  top: -6px;
}
.new-page-contact .new-sns-wrap .new-sns-content .contact-list {
  display: flex;
  align-items: center;
  gap: 11px;
}
.new-page-contact .new-sns-wrap .new-sns-content .contact-list .txt {
  font-size: 11px;
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
}
.new-page-contact .new-sns-wrap .new-sns-content .contact-list.before-contact {
  position: relative;
}
.new-page-contact .new-sns-wrap .new-sns-content .contact-list.before-contact:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 36px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #fff;
}

/*# sourceMappingURL=new_terms.css.map */
