@charset "UTF-8";
.step, .btn {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn {
  cursor: pointer;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 30px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.m-b-100 {
  margin-bottom: 100px;
}

.m-b-120 {
  margin-bottom: 120px;
}

.check-label {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 2px solid #BBC1D0;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.check-label:hover {
  border: 2px solid #2F66F4;
}

.check-box-input:checked + label {
  border: 2px solid #2F66F4;
}
.check-box-input:checked + label::after {
  content: "";
  background: url(/img/check_btn_blue.png);
  background-size: 75% auto;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: fade-in 0.2s ease-out;
          animation: fade-in 0.2s ease-out;
  background-repeat: no-repeat;
  background-position: center;
  animation: fade-in 0.2s ease-out;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#accident-page, #accident-form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 20px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -1px;
}

#accident-page {
  background-color: #FAFAFA;
}
#accident-page #accident-top-container {
  height: 180px;
  margin: 40px 0px;
  position: relative;
  -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.04);
          box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.04);
  background-color: #c6ccd8;
  border-radius: 15px;
  color: #fff;
}
#accident-page #accident-top-container #top-banner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 0px 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#accident-page #accident-top-container #top-banner .top-banner-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("https://tosstoss-s3-imgs.s3.ap-northeast-2.amazonaws.com/web_image/accident_list_top_banner.png");
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://tosstoss-s3-imgs.s3.ap-northeast-2.amazonaws.com/web_image/accident_list_top_banner.png");
  background-position: center center;
  overflow: hidden;
  background-repeat: repeat-x;
  background-size: cover;
  border-radius: 15px;
  z-index: 1;
}
#accident-page #accident-top-container #top-banner .top-banner-title, #accident-page #accident-top-container #top-banner .top-banner {
  position: relative;
  z-index: 2;
}
#accident-page #accident-top-container #top-banner .top-banner-title {
  line-height: 30px;
  margin-bottom: 10px;
}
#accident-page #accident-top-container #top-banner .top-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 44px;
  background: #333333;
  border-radius: 7px;
}
#accident-page #accident-top-container #top-banner .top-banner:hover {
  background-color: #000;
}
#accident-page #accident-body-container {
  max-width: 1600px;
  margin: 0 auto;
  font-weight: 600;
  margin-bottom: 30px;
}
#accident-page #accident-body-container #body-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  #accident-page #accident-body-container #body-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#accident-page #accident-body-container #body-nav .nav-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #51545C;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
#accident-page #accident-body-container #body-nav .nav-left .order-count {
  color: #2F66F4;
}
#accident-page #accident-body-container #body-nav .nav-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 44px;
  padding: 14px 30px;
  color: #fff;
  background-color: #2F66F4;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 140px;
      flex-basis: 140px;
  max-width: 140px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#accident-page #accident-body-container #body-nav .nav-right:hover {
  background-color: #0047FF;
}
#accident-page #accident-body-container #request-histories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#accident-page #accident-body-container #request-histories .request-history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  #accident-page #accident-body-container #request-histories .request-history {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
#accident-page #accident-body-container #request-histories .request-history div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#accident-page #accident-body-container #request-histories .request-history .history-left-area {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  overflow: hidden;
}
#accident-page #accident-body-container #request-histories .request-history .history-left-area .history-order-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
#accident-page #accident-body-container #request-histories .request-history .history-left-area .history-order-info .infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#accident-page #accident-body-container #request-histories .request-history .history-left-area .history-order-info .infos .info-titles {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  font-weight: 400;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#accident-page #accident-body-container #request-histories .request-history .history-left-area .history-order-info .infos .info-description {
  max-width: 600px;
  font-weight: 400;
  background: #FAFAFA;
  border-radius: 7px;
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  #accident-page #accident-body-container #request-histories .request-history .history-left-area .history-order-info .infos {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #accident-page #accident-body-container #request-histories .request-history .history-left-area .history-order-info .description-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #accident-page #accident-body-container #request-histories .request-history .history-left-area .history-order-info .description-box .info-titles {
    -ms-flex-preferred-size: 30px;
        flex-basis: 30px;
  }
  #accident-page #accident-body-container #request-histories .request-history .history-left-area .history-order-info .description-box .info-description {
    width: 100%;
  }
}
#accident-page #accident-body-container #request-histories .request-history .history-order-state {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
#accident-page #accident-body-container #request-histories .request-history .history-order-state .state-true {
  color: #2F66F4;
}
#accident-page #accident-body-container #request-histories .request-history .history-order-state .state-false {
  color: #BA4646;
}
#accident-page #accident-body-container #request-histories .request-history .history-order-options {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #51545C;
}
@media screen and (max-width: 800px) {
  #accident-page #accident-body-container #request-histories .request-history .history-order-options {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#accident-page #accident-body-container #request-histories .request-history .history-order-options .option {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 30px;
  width: 116px;
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  border-radius: 7px;
}
#accident-page #accident-body-container #request-histories .request-history .history-order-options .option:hover {
  border-color: #51545C;
}
#accident-page #accident-body-container #request-histories .request-history .history-order-options .cancle {
  color: #2F66F4;
  border-color: #2F66F4;
}
#accident-page #accident-body-container #request-histories .request-history .history-order-options .cancle:hover {
  border-color: #2F66F4;
  background-color: #2F66F4;
  color: #fff;
}

#accident-form #accident-form-steps {
  margin-bottom: 100px;
}
@media (max-width: 1400px) {
  #accident-form #accident-form-steps {
    margin-bottom: unset;
  }
}
#accident-form #accident-form-steps .progress {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media (max-width: 1400px) {
  #accident-form #accident-form-steps .progress {
    display: none;
  }
}
#accident-form #accident-form-steps .progress .step {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #EEE;
  letter-spacing: -1px;
  color: #BBC1D0;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#accident-form #accident-form-steps .progress .step .step-name {
  width: 100%;
  text-align: center;
}
#accident-form #accident-form-steps .progress .active {
  color: #fff;
  background-color: #51545C;
}
#accident-form #accident-form-steps .progress .arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 29px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='30' viewBox='0 0 17 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 2L14.5 15L1.5 28' stroke='%23E7E7E7' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
#accident-form #accident-post-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#accident-form #accident-post-form form {
  display: contents;
}
#accident-form #accident-post-form .form-section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  margin-bottom: 90px;
}
#accident-form #accident-post-form .form-section .section-title {
  color: #51545C;
  text-align: center;
}
#accident-form #accident-post-form .form-section .section-title .title {
  font-size: 20px;
  font-weight: 600;
}
#accident-form #accident-post-form .form-section .section-title .desc {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  word-break: keep-all;
}
#accident-form #accident-post-form .form-section .section-input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media (max-width: 768px) {
  #accident-form #accident-post-form .form-section .section-input-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px 0px;
  }
}
#accident-form #accident-post-form .form-section .section-input-box textarea {
  resize: none;
  width: 720px;
  height: 300px;
}
#accident-form #accident-post-form .form-section .section-input-box .box-input {
  width: 300px;
}
@media (max-width: 768px) {
  #accident-form #accident-post-form .form-section .section-input-box .box-input {
    width: auto;
  }
}
#accident-form #accident-post-form .form-section .section-input-box input {
  height: 40px;
  text-align: center;
}
#accident-form #accident-post-form .form-section .section-input-box input::-webkit-input-placeholder {
  text-align: center;
}
#accident-form #accident-post-form .form-section .section-input-box input::-moz-placeholder {
  text-align: center;
}
#accident-form #accident-post-form .form-section .section-input-box input:-ms-input-placeholder {
  text-align: center;
}
#accident-form #accident-post-form .form-section .section-input-box input::-ms-input-placeholder {
  text-align: center;
}
#accident-form #accident-post-form .form-section .section-input-box input::placeholder {
  text-align: center;
}
#accident-form #accident-post-form .form-section .section-input-box input, #accident-form #accident-post-form .form-section .section-input-box textarea {
  font-family: "Pretendard Variable";
  font-weight: 600;
  border: 2px solid #BBC1D0;
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 12px 14px;
  color: #373F57;
  border-radius: 7px;
  letter-spacing: -1px;
}
#accident-form #accident-post-form .form-section .section-input-box input::-webkit-input-placeholder, #accident-form #accident-post-form .form-section .section-input-box textarea::-webkit-input-placeholder {
  font-weight: 500;
  color: #BBC1D0;
}
#accident-form #accident-post-form .form-section .section-input-box input::-moz-placeholder, #accident-form #accident-post-form .form-section .section-input-box textarea::-moz-placeholder {
  font-weight: 500;
  color: #BBC1D0;
}
#accident-form #accident-post-form .form-section .section-input-box input:-ms-input-placeholder, #accident-form #accident-post-form .form-section .section-input-box textarea:-ms-input-placeholder {
  font-weight: 500;
  color: #BBC1D0;
}
#accident-form #accident-post-form .form-section .section-input-box input::-ms-input-placeholder, #accident-form #accident-post-form .form-section .section-input-box textarea::-ms-input-placeholder {
  font-weight: 500;
  color: #BBC1D0;
}
#accident-form #accident-post-form .form-section .section-input-box input::placeholder, #accident-form #accident-post-form .form-section .section-input-box textarea::placeholder {
  font-weight: 500;
  color: #BBC1D0;
}
#accident-form #accident-post-form .form-section .section-input-box input:focus, #accident-form #accident-post-form .form-section .section-input-box textarea:focus {
  outline: none !important;
  border: 2px solid #2F66F4;
}
#accident-form #accident-post-form .form-section .section-input-box input:valid, #accident-form #accident-post-form .form-section .section-input-box textarea:valid {
  border: 2px solid #373F57;
}
#accident-form #accident-post-form .form-section .section-input-box .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 40px;
  background: #51545C;
  color: #fff;
  border-radius: 7px;
}
#accident-form #accident-post-form .form-section .section-input-box .btn:hover {
  background-color: #000;
}
#accident-form #accident-post-form .form-section .section-input-box .valid-order {
  margin: 60px 0px;
}
@media (max-width: 768px) {
  #accident-form #accident-post-form .form-section .section-input-box .valid-order {
    margin: unset;
  }
}
#accident-form #accident-post-form .form-section .section-desc {
  width: 720px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 40px;
  background: #F7F7F7;
  border-radius: 15px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #accident-form #accident-post-form .form-section .section-desc {
    width: unset;
    font-size: 12px;
    max-width: 720px;
  }
}
#accident-form #accident-post-form .form-section .section-desc h1 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
}
#accident-form #accident-post-form .form-section .section-desc p {
  color: #51545C;
  line-height: 30px;
}
#accident-form #accident-post-form .form-section .section-desc p span {
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}
#accident-form #accident-post-form .form-section #refund_desc_2 {
  display: none;
}
#accident-form #accident-post-form .form-section .section-img-box {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 920px;
  min-height: 270px;
  background-color: #FFFFFF;
  border: 1px solid #EEE;
  -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.04);
          box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
  padding: 60px 118px;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  #accident-form #accident-post-form .form-section .section-img-box {
    width: 100%;
    min-height: unset;
    padding: 20px;
  }
}
#accident-form #accident-post-form .form-section .section-img-box:last-child {
  margin-bottom: unset;
}
#accident-form #accident-post-form .form-section .section-img-box .title {
  font-size: 18px;
}
#accident-form #accident-post-form .form-section .section-img-box > .desc {
  font-size: 15px;
  margin-bottom: 60px;
}
#accident-form #accident-post-form .form-section .section-img-box > .desc-red {
  font-size: 16px;
  font-weight: 600;
  color: #BA4646;
}
#accident-form #accident-post-form .form-section .section-img-box .img-preview-none {
  font-weight: 500;
  font-size: 15px;
  color: #BBC1D0;
  margin-bottom: 40px;
}
#accident-form #accident-post-form .form-section .section-img-box .upload-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #51545C;
  color: #fff;
  border-radius: 7px;
  min-width: 116px;
  padding: 0px 14px;
  height: 36px;
}
#accident-form #accident-post-form .form-section .section-img-box .upload-btn:hover {
  background-color: #000;
}
#accident-form #accident-post-form .form-section .section-img-box .img-previews {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  margin: 40px 0px;
}
#accident-form #accident-post-form .form-section .section-img-box .img-previews .img-preview {
  width: 160px;
  height: 160px;
  background-color: #EFF1F4;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 7px;
  margin-bottom: 10px;
  position: relative;
}
#accident-form #accident-post-form .form-section .section-img-box .img-previews .img-preview p {
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: 5px;
  text-align: center;
  color: #BA4646;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
}
#accident-form #accident-post-form .form-section .section-img-box .img-previews .img-preview p:hover {
  text-decoration: underline;
}
#accident-form #accident-post-form .form-section .section-img-box .example-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 10px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  #accident-form #accident-post-form .form-section .section-img-box .example-imgs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#accident-form #accident-post-form .form-section .section-img-box .example-imgs .example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  #accident-form #accident-post-form .form-section .section-img-box .example-imgs .example {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
  }
}
#accident-form #accident-post-form .form-section .section-img-box .example-imgs .example .desc {
  margin-top: unset;
  font-size: 16px;
  font-weight: 600;
}
#accident-form #accident-post-form .form-section .section-img-box .example-imgs .example .example-img {
  width: 100%;
  height: auto;
  background: #EFF1F4;
  padding-bottom: 100%;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
#accident-form #accident-post-form #step_0, #accident-form #accident-post-form #step_1, #accident-form #accident-post-form #step_2, #accident-form #accident-post-form #step_3, #accident-form #accident-post-form #step_4, #accident-form #accident-post-form #step_5 {
  display: none;
}
#accident-form #accident-post-form #step_3 #site_url::-webkit-input-placeholder {
  font-weight: 500;
  color: #BBC1D0;
}
#accident-form #accident-post-form #step_3 #site_url::-moz-placeholder {
  font-weight: 500;
  color: #BBC1D0;
}
#accident-form #accident-post-form #step_3 #site_url:-ms-input-placeholder {
  font-weight: 500;
  color: #BBC1D0;
}
#accident-form #accident-post-form #step_3 #site_url::-ms-input-placeholder {
  font-weight: 500;
  color: #BBC1D0;
}
#accident-form #accident-post-form #step_3 #site_url::placeholder {
  font-weight: 500;
  color: #BBC1D0;
}
#accident-form #accident-post-form #step_3 #site_url:focus {
  outline: none !important;
  border: 2px solid #2F66F4;
}
#accident-form #accident-post-form #step_3 #site_url:valid {
  border: 2px solid #373F57;
}
#accident-form #accident-post-form #step_4 .section-input-box {
  margin: 60px 0px;
}
#accident-form #accident-post-form #step_4 .refund-type-box {
  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;
  margin-bottom: 100px;
  gap: 10px;
}
#accident-form #accident-post-form #step_4 .refund-type-box .refund-btn {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 230px;
  padding: 14px;
  border: 1px solid #c4c4c4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 999px;
  color: #51545C;
  cursor: pointer;
}
#accident-form #accident-post-form #step_4 .refund-type-box .refund-btn:hover {
  border: 1px solid #51545C;
}
#accident-form #accident-post-form #step_4 .refund-type-box .active {
  background-color: #51545C;
  border: 1px solid #51545C;
  color: #fff;
  cursor: unset;
}
#accident-form #accident-post-form #step_1 .accident-type-btn {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 140px;
  padding: 8px 14px;
  border: 1px solid #c4c4c4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 999px;
  text-align: center;
  color: #51545C;
  cursor: pointer;
}
#accident-form #accident-post-form #step_1 .accident-type-btn:hover {
  border: 1px solid #51545C;
}
#accident-form #accident-post-form #step_1 .active {
  background-color: #51545C;
  border: 1px solid #51545C;
  color: #fff;
  cursor: unset;
}
#accident-form #accident-post-form #step_5 .accident-req-info, #accident-form #accident-post-form #step_5 .accordion-group, #accident-form #accident-post-form #step_5 .payment-style {
  background-color: #f6f6f6;
  color: #333333;
  padding: 44px 40px;
  max-width: 920px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 15px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  #accident-form #accident-post-form #step_5 .accident-req-info, #accident-form #accident-post-form #step_5 .accordion-group, #accident-form #accident-post-form #step_5 .payment-style {
    padding: 22px 20px;
  }
}
#accident-form #accident-post-form #step_5 .accident-req-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
#accident-form #accident-post-form #step_5 .accident-req-info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#accident-form #accident-post-form #step_5 .accident-req-info .info-row .info-sub-title, #accident-form #accident-post-form #step_5 .accident-req-info .info-column .info-sub-title {
  font-weight: 600;
  font-size: 15px;
}
#accident-form #accident-post-form #step_5 .accident-req-info .info-row {
  padding: 20px 0px;
  font-weight: 600;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#accident-form #accident-post-form #step_5 .accident-req-info .info-row:first-child {
  padding: 0px;
}
#accident-form #accident-post-form #step_5 .accident-req-info .info-row .info-title {
  font-size: 16px;
}
#accident-form #accident-post-form #step_5 .accident-req-info .info-row .info-date {
  font-size: 14px;
}
#accident-form #accident-post-form #step_5 .accident-req-info .info-row .info-numbers {
  font-size: 18px;
}
#accident-form #accident-post-form #step_5 .accident-req-info .row-end {
  margin-bottom: 30px;
  border-bottom: 1px solid #C4C4C4;
}
#accident-form #accident-post-form #step_5 .accident-req-info .info-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
#accident-form #accident-post-form #step_5 .accident-req-info .info-column .info-accident_desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -1px;
  max-height: 170px;
  word-wrap: break-word;
  overflow-y: auto;
  padding: 10px;
  background-color: #EEE;
  border-bottom: 1px solid #C4C4C4;
}
#accident-form #accident-post-form #step_5 .accident-req-imgs-container {
  width: 100%;
  max-width: 920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#accident-form #accident-post-form #step_5 .accident-req-imgs-container .accordion-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0px;
  border-bottom: 3px solid #51545C;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 40px;
}
#accident-form #accident-post-form #step_5 .accident-req-imgs-container .accordion-menu .arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 52px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='22' height='12' viewBox='0 0 22 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 9.5L11 2.5L3 9.5' stroke='%2351545C' stroke-width='3' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  cursor: pointer;
}
#accident-form #accident-post-form #step_5 .accident-req-imgs-container .accident-req-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
#accident-form #accident-post-form #step_5 .accident-req-imgs-container .accident-req-imgs .req-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#accident-form #accident-post-form #step_5 .accident-req-imgs-container .accident-req-imgs .req-imgs .req-imgs-title {
  padding: 14px 0px;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #C4C4C4;
}
#accident-form #accident-post-form #step_5 .accident-req-imgs-container .accident-req-imgs .req-imgs .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 10px;
}
#accident-form #accident-post-form #step_5 .accident-req-imgs-container .accident-req-imgs .req-imgs .imgs img {
  width: 160px;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #FFFFFF;
  border-radius: 7px;
}
#accident-form #accident-post-form #step_5 .payment-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
#accident-form #accident-post-form #step_5 .payment-style .refund-type, #accident-form #accident-post-form #step_5 .payment-style .refund-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#accident-form #accident-post-form #step_5 .payment-style .req-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#accident-form #accident-post-form #step_5 .payment-style .req-imgs .req-imgs-title {
  padding: 14px 0px;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #C4C4C4;
}
#accident-form #accident-post-form #step_5 .payment-style .req-imgs .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 10px;
}
#accident-form #accident-post-form #step_5 .payment-style .req-imgs .imgs img {
  width: 160px;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #FFFFFF;
  border-radius: 7px;
}
#accident-form #accident-post-form #step_5 .payment-style .refund-type {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  #accident-form #accident-post-form #step_5 .payment-style .refund-type {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
  }
}
#accident-form #accident-post-form #step_5 .payment-style .refund-type .title {
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
}
@media (max-width: 768px) {
  #accident-form #accident-post-form #step_5 .payment-style .refund-type .title {
    text-align: center;
  }
}
#accident-form #accident-post-form #step_5 .payment-style .refund-type .types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#accident-form #accident-post-form #step_5 .payment-style .refund-type .refund-btn {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 160px;
  padding: 8px 14px;
  border: 1px solid #c4c4c4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 999px;
  text-align: center;
  color: #51545C;
  cursor: pointer;
}
#accident-form #accident-post-form #step_5 .payment-style .refund-type .refund-btn:hover {
  border: 1px solid #51545C;
}
#accident-form #accident-post-form #step_5 .payment-style .refund-type .active {
  background-color: #51545C;
  border: 1px solid #51545C;
  color: #fff;
  cursor: unset;
}
#accident-form #accident-post-form #step_5 .payment-style .refund-amount {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 600;
}
#accident-form #accident-post-form #step_5 .payment-style .title {
  font-size: 16px;
  font-weight: 600;
}
#accident-form #accident-post-form #step_5 .payment-style .refund-req-amount {
  color: #333333;
  font-size: 26px;
}
#accident-form #accident-post-form #step_5 > p span {
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}
#accident-form #accident-detail-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 360px;
}
#accident-form #accident-detail-form .state-false {
  color: #BA4646;
}
#accident-form #accident-detail-form .state-true {
  color: #2F66F4;
}
#accident-form #accident-detail-form form {
  display: contents;
}
#accident-form #accident-detail-form .form-section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  margin-bottom: 90px;
}
#accident-form #accident-detail-form .form-section .section-title {
  color: #51545C;
  text-align: center;
}
#accident-form #accident-detail-form .form-section .section-title .title {
  font-size: 20px;
  font-weight: 600;
}
#accident-form #accident-detail-form .form-section .section-title .desc {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
#accident-form #accident-detail-form .form-section .section-input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
#accident-form #accident-detail-form .form-section .section-input-box textarea {
  resize: none;
  width: 720px;
  height: 300px;
}
#accident-form #accident-detail-form .form-section .section-input-box input {
  height: 40px;
  text-align: center;
}
#accident-form #accident-detail-form .form-section .section-input-box input::-webkit-input-placeholder {
  text-align: center;
}
#accident-form #accident-detail-form .form-section .section-input-box input::-moz-placeholder {
  text-align: center;
}
#accident-form #accident-detail-form .form-section .section-input-box input:-ms-input-placeholder {
  text-align: center;
}
#accident-form #accident-detail-form .form-section .section-input-box input::-ms-input-placeholder {
  text-align: center;
}
#accident-form #accident-detail-form .form-section .section-input-box input::placeholder {
  text-align: center;
}
#accident-form #accident-detail-form .form-section .section-input-box input, #accident-form #accident-detail-form .form-section .section-input-box textarea {
  font-weight: 600;
  border: 2px solid #BBC1D0;
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 12px 14px;
  color: #373F57;
  border-radius: 7px;
  letter-spacing: -2px;
}
#accident-form #accident-detail-form .form-section .section-input-box input::-webkit-input-placeholder, #accident-form #accident-detail-form .form-section .section-input-box textarea::-webkit-input-placeholder {
  font-weight: 600;
  color: #BBC1D0;
}
#accident-form #accident-detail-form .form-section .section-input-box input::-moz-placeholder, #accident-form #accident-detail-form .form-section .section-input-box textarea::-moz-placeholder {
  font-weight: 600;
  color: #BBC1D0;
}
#accident-form #accident-detail-form .form-section .section-input-box input:-ms-input-placeholder, #accident-form #accident-detail-form .form-section .section-input-box textarea:-ms-input-placeholder {
  font-weight: 600;
  color: #BBC1D0;
}
#accident-form #accident-detail-form .form-section .section-input-box input::-ms-input-placeholder, #accident-form #accident-detail-form .form-section .section-input-box textarea::-ms-input-placeholder {
  font-weight: 600;
  color: #BBC1D0;
}
#accident-form #accident-detail-form .form-section .section-input-box input::placeholder, #accident-form #accident-detail-form .form-section .section-input-box textarea::placeholder {
  font-weight: 600;
  color: #BBC1D0;
}
#accident-form #accident-detail-form .form-section .section-input-box input:focus, #accident-form #accident-detail-form .form-section .section-input-box textarea:focus {
  outline: none !important;
  border: 2px solid #2F66F4;
}
#accident-form #accident-detail-form .form-section .section-input-box input:valid, #accident-form #accident-detail-form .form-section .section-input-box textarea:valid {
  border: 2px solid #373F57;
}
#accident-form #accident-detail-form .form-section .section-input-box .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 40px;
  background: #51545C;
  color: #fff;
  border-radius: 7px;
}
#accident-form #accident-detail-form .form-section .section-input-box .btn:hover {
  background-color: #000;
}
#accident-form #accident-detail-form .form-section .section-input-box .valid-order {
  margin: 60px 0px;
}
#accident-form #accident-detail-form .form-section .section-desc {
  width: 720px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 40px;
  background: #F7F7F7;
  border-radius: 15px;
  margin: 0 auto;
}
#accident-form #accident-detail-form .form-section .section-desc h1 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
}
#accident-form #accident-detail-form .form-section .section-desc p {
  color: #51545C;
  line-height: 30px;
}
#accident-form #accident-detail-form .form-section .section-desc p span {
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}
#accident-form #accident-detail-form .form-section .section-img-box {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 920px;
  min-height: 270px;
  background-color: #FFFFFF;
  border: 1px solid #EEE;
  -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.04);
          box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
  padding: 60px 118px;
  margin-bottom: 40px;
}
#accident-form #accident-detail-form .form-section .section-img-box:last-child {
  margin-bottom: unset;
}
#accident-form #accident-detail-form .form-section .section-img-box .title {
  font-size: 18px;
}
#accident-form #accident-detail-form .form-section .section-img-box > .desc {
  font-size: 15px;
  margin-bottom: 60px;
}
#accident-form #accident-detail-form .form-section .section-img-box > .desc-red {
  font-size: 16px;
  font-weight: 600;
  color: #BA4646;
}
#accident-form #accident-detail-form .form-section .section-img-box .img-preview-none {
  font-weight: 500;
  font-size: 15px;
  color: #BBC1D0;
  margin-bottom: 40px;
}
#accident-form #accident-detail-form .form-section .section-img-box .upload-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #51545C;
  color: #fff;
  border-radius: 7px;
  min-width: 116px;
  padding: 0px 14px;
  height: 36px;
}
#accident-form #accident-detail-form .form-section .section-img-box .upload-btn:hover {
  background-color: #000;
}
#accident-form #accident-detail-form .form-section .section-img-box .img-previews {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  margin: 40px 0px;
}
#accident-form #accident-detail-form .form-section .section-img-box .img-previews .img-preview {
  width: 160px;
  height: 160px;
  background-color: #EFF1F4;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 7px;
  margin-bottom: 10px;
  position: relative;
}
#accident-form #accident-detail-form .form-section .section-img-box .img-previews .img-preview p {
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: 5px;
  text-align: center;
  color: #BA4646;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
}
#accident-form #accident-detail-form .form-section .section-img-box .img-previews .img-preview p:hover {
  text-decoration: underline;
}
#accident-form #accident-detail-form .form-section .section-img-box .example-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 10px;
  margin-bottom: 60px;
}
#accident-form #accident-detail-form .form-section .section-img-box .example-imgs .example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#accident-form #accident-detail-form .form-section .section-img-box .example-imgs .example .desc {
  margin-top: unset;
  font-size: 16px;
  font-weight: 600;
}
#accident-form #accident-detail-form .form-section .section-img-box .example-imgs .example .example-img {
  width: 100%;
  height: auto;
  background: #EFF1F4;
  padding-bottom: 100%;
}
#accident-form #accident-detail-form #step_5 .modify-btn {
  background: #51545C;
  border-radius: 5px;
  padding: 6px 14px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  margin-left: 10px;
  cursor: pointer;
}
#accident-form #accident-detail-form #step_5 .modify-btn:hover {
  background: #000;
}
#accident-form #accident-detail-form #step_5 #refund_amount {
  all: unset;
  color: #333333;
  font-size: 26px;
  font-family: "Pretendard Variable";
  font-weight: 600;
  letter-spacing: -1.5px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: unset;
  width: 100px;
  border: 1px solid #373F57;
  outline: none;
  display: none;
}
#accident-form #accident-detail-form #step_5 #refund_amount:focus {
  outline: none;
  border: 1px solid #2F66F4;
}
#accident-form #accident-detail-form #step_5 #accident_desc {
  resize: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -1px;
  max-height: 170px;
  word-wrap: break-word;
  overflow-y: auto !important;
  padding: 10px;
  background-color: #EEE;
  border: none;
  border-bottom: 1px solid #C4C4C4;
  font-family: "Pretendard Variable";
  display: none;
}
#accident-form #accident-detail-form #step_5 #accident_desc:focus {
  outline: none;
  border: 2px solid #2F66F4;
}
#accident-form #accident-detail-form #step_5 .info-numbers-modify {
  all: unset;
  border-bottom: 2px solid #51545C;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
}
#accident-form #accident-detail-form #step_5 .info-numbers-modify:focus {
  border-bottom: 2px solid #2F66F4;
}
#accident-form #accident-detail-form #step_5 .accident-req-info, #accident-form #accident-detail-form #step_5 .accordion-group, #accident-form #accident-detail-form #step_5 .payment-style {
  background-color: #f6f6f6;
  color: #333333;
  padding: 44px 40px;
  max-width: 920px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  border-radius: 15px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#accident-form #accident-detail-form #step_5 .accident-req-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}
#accident-form #accident-detail-form #step_5 .accident-req-info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#accident-form #accident-detail-form #step_5 .accident-req-info .info-row .info-sub-title, #accident-form #accident-detail-form #step_5 .accident-req-info .info-column .info-sub-title {
  font-weight: 600;
  font-size: 15px;
}
#accident-form #accident-detail-form #step_5 .accident-req-info .info-row {
  padding: 20px 0px;
  font-weight: 600;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#accident-form #accident-detail-form #step_5 .accident-req-info .info-row:first-child {
  padding: 0px;
}
#accident-form #accident-detail-form #step_5 .accident-req-info .info-row .info-title {
  font-size: 16px;
}
#accident-form #accident-detail-form #step_5 .accident-req-info .info-row .info-date {
  font-size: 14px;
}
#accident-form #accident-detail-form #step_5 .accident-req-info .info-row .info-numbers {
  font-size: 18px;
}
#accident-form #accident-detail-form #step_5 .accident-req-info .row-end {
  margin-bottom: 30px;
  border-bottom: 1px solid #C4C4C4;
}
#accident-form #accident-detail-form #step_5 .accident-req-info .info-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
#accident-form #accident-detail-form #step_5 .accident-req-info .info-column .info-accident_desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -1px;
  max-height: 170px;
  word-wrap: break-word;
  overflow-y: auto !important;
  padding: 10px;
  white-space: pre-line;
  border-bottom: 1px solid #C4C4C4;
}
#accident-form #accident-detail-form #step_5 .accident-req-info .info-column .info-adm-accident-desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -1px;
  max-height: 170px;
  word-wrap: break-word;
  overflow-y: auto;
  padding: 10px;
  background-color: #EEE;
  white-space: pre-line;
  border-radius: 7px;
}
#accident-form #accident-detail-form #step_5 .accident-req-imgs-container {
  width: 100%;
  max-width: 920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#accident-form #accident-detail-form #step_5 .accident-req-imgs-container .accordion-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0px;
  border-bottom: 3px solid #51545C;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 40px;
}
#accident-form #accident-detail-form #step_5 .accident-req-imgs-container .accordion-menu .arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 52px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='22' height='12' viewBox='0 0 22 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 9.5L11 2.5L3 9.5' stroke='%2351545C' stroke-width='3' stroke-linecap='square'/%3E%3C/svg%3E%0A");
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  cursor: pointer;
}
#accident-form #accident-detail-form #step_5 .accident-req-imgs-container .accident-req-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
#accident-form #accident-detail-form #step_5 .accident-req-imgs-container .accident-req-imgs .req-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#accident-form #accident-detail-form #step_5 .accident-req-imgs-container .accident-req-imgs .req-imgs .req-imgs-title {
  padding: 14px 0px;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #C4C4C4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#accident-form #accident-detail-form #step_5 .accident-req-imgs-container .accident-req-imgs .req-imgs .req-imgs-title .upload-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #51545C;
  color: #fff;
  border-radius: 7px;
  font-size: 14px;
  padding: 6px 14px;
  font-weight: normal;
  height: 26px;
}
#accident-form #accident-detail-form #step_5 .accident-req-imgs-container .accident-req-imgs .req-imgs .req-imgs-title .upload-btn:hover {
  background-color: #000;
}
#accident-form #accident-detail-form #step_5 .accident-req-imgs-container .accident-req-imgs .req-imgs .imgs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 10px;
}
#accident-form #accident-detail-form #step_5 .accident-req-imgs-container .accident-req-imgs .req-imgs .imgs img {
  width: 160px;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #FFFFFF;
  border-radius: 7px;
}
#accident-form #accident-detail-form #step_5 .accident-req-imgs-container .accident-req-imgs .req-imgs .imgs p {
  width: 100%;
  margin-top: 5px;
  text-align: center;
  color: #BA4646;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
}
#accident-form #accident-detail-form #step_5 .payment-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
#accident-form #accident-detail-form #step_5 .payment-style .refund-type, #accident-form #accident-detail-form #step_5 .payment-style .refund-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#accident-form #accident-detail-form #step_5 .payment-style .req-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#accident-form #accident-detail-form #step_5 .payment-style .req-imgs .req-imgs-title {
  padding: 14px 0px;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #C4C4C4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#accident-form #accident-detail-form #step_5 .payment-style .req-imgs .req-imgs-title .upload-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #51545C;
  color: #fff;
  border-radius: 7px;
  font-size: 14px;
  padding: 6px 14px;
  font-weight: normal;
  height: 26px;
}
#accident-form #accident-detail-form #step_5 .payment-style .req-imgs .req-imgs-title .upload-btn:hover {
  background-color: #000;
}
#accident-form #accident-detail-form #step_5 .payment-style .req-imgs .imgs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 10px;
}
#accident-form #accident-detail-form #step_5 .payment-style .req-imgs .imgs img {
  width: 160px;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #FFFFFF;
  border-radius: 7px;
}
#accident-form #accident-detail-form #step_5 .payment-style .req-imgs .imgs p {
  width: 100%;
  margin-top: 5px;
  text-align: center;
  color: #BA4646;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
}
#accident-form #accident-detail-form #step_5 .payment-style .refund-type .types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#accident-form #accident-detail-form #step_5 .payment-style .refund-type .refund-btn {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 160px;
  padding: 8px 14px;
  border: 1px solid #c4c4c4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 999px;
  text-align: center;
  color: #51545C;
  cursor: pointer;
}
#accident-form #accident-detail-form #step_5 .payment-style .refund-type .refund-btn:hover {
  border: 1px solid #51545C;
}
#accident-form #accident-detail-form #step_5 .payment-style .refund-type .active {
  background-color: #51545C;
  border: 1px solid #51545C;
  color: #fff;
  cursor: unset;
}
#accident-form #accident-detail-form #step_5 .payment-style .refund-amount {
  font-weight: 600;
}
#accident-form #accident-detail-form #step_5 .payment-style .title {
  font-size: 16px;
  font-weight: 600;
}
#accident-form #accident-detail-form #step_5 .payment-style .refund-req-amount {
  color: #333333;
  font-size: 26px;
}
#accident-form #accident-detail-form #step_5 > p span {
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}
#accident-form #step-ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 120px;
}
#accident-form #step-ctrl .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 86px;
  height: 44px;
  border-radius: 6px;
  border: 1px solid #c4c4c4;
}
#accident-form #step-ctrl .btn:hover {
  border: 1px solid #51545C;
}
#accident-form #step-ctrl .next {
  border: unset;
  background: #51545C;
  color: #fff;
}
#accident-form #step-ctrl .next:hover {
  border: unset;
  background: #000;
}
#accident-form #step-ctrl #submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  background-color: #2F66F4;
  color: #fff;
}
#accident-form #step-ctrl #submit:hover {
  background-color: #0047FF;
}

.reward-wrap {
  width: 100%;
  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;
  gap: 80px;
  padding: 100px 0px;
  font-family: "Pretendard Variable";
  color: #373F57;
}
@media (max-width: 800px) {
  .reward-wrap {
    gap: 30px;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.reward-wrap p,
.reward-wrap select,
.reward-wrap button,
.reward-wrap input,
.reward-wrap div,
.reward-wrap span {
  font-family: "Pretendard Variable";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  word-break: keep-all;
  letter-spacing: -1px;
}
.reward-wrap .reward-title {
  margin: auto;
}
.reward-wrap .reward-title p {
  color: #373F57;
  text-align: center;
}
.reward-wrap .reward-title p.title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}
.reward-wrap .reward-title p.sub-title {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -1px;
  color: #2755F9;
  word-break: keep-all;
  max-width: 340px;
}
@media (max-width: 360px) {
  .reward-wrap .reward-title p.sub-title {
    max-width: 230px;
  }
}
.reward-wrap .reward-body {
  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;
  gap: 120px;
  max-width: 720px;
  width: 100%;
}
@media (max-width: 1300px) {
  .reward-wrap .reward-body {
    padding: 0 60px;
  }
}
@media (max-width: 800px) {
  .reward-wrap .reward-body {
    padding: 0 20px;
    gap: 70px;
  }
}
.reward-wrap .reward-body > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reward-wrap .reward-body .section1 {
  max-width: 920px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#373F57), to(rgba(0, 0, 0, 0.6))), url("https://file.tosstoss.co.kr/web_image/accident_list_top_banner.png");
  background: linear-gradient(180deg, #373F57 0%, rgba(0, 0, 0, 0.6) 100%), url("https://file.tosstoss.co.kr/web_image/accident_list_top_banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px;
  padding: 80px 0;
  color: #fff;
}
.reward-wrap .reward-body .section1 .section1-txt-box {
  text-align: center;
  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: 0px 20px;
  gap: 40px;
  word-break: keep-all;
}
.reward-wrap .reward-body .section1 .section1-txt-box .txt {
  color: #fff;
}
.reward-wrap .reward-body .section1 .section1-txt-box .txt p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -1px;
}
.reward-wrap .reward-body .section1 .section1-txt-box .txt p.underline-text {
  font-weight: 500;
}
.reward-wrap .reward-body .section1 .section1-txt-box .fake-btn {
  max-width: 210px;
  width: 100%;
  border-radius: 10px;
  padding: 12px 16px;
  background-color: #fff;
  color: #2755F9;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}
.reward-wrap .reward-body .section2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.reward-wrap .reward-body .section2 .section2-header {
  font-weight: 600;
  font-size: 25px;
  line-height: 22px;
}
@media (max-width: 800px) {
  .reward-wrap .reward-body .section2 .section2-header {
    font-size: 18px;
  }
}
.reward-wrap .reward-body .section2 .section2-body {
  width: 100%;
}
.reward-wrap .reward-body .section2 .section2-body .section2-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.reward-wrap .reward-body .section2 .section2-body .section2-accordion .item .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  padding: 17.5px 20px;
  cursor: pointer;
}
.reward-wrap .reward-body .section2 .section2-body .section2-accordion .item .accordion-title > p {
  text-align: left;
  width: 100%;
  padding-right: 15px;
  font-weight: 600;
  font-size: 15px;
}
@media (max-width: 800px) {
  .reward-wrap .reward-body .section2 .section2-body .section2-accordion .item .accordion-title > p {
    font-size: 14px;
  }
}
.reward-wrap .reward-body .section2 .section2-body .section2-accordion .item .accordion-title .korea::after {
  content: "국내";
  font-size: 16px;
  color: #2755F9;
  padding: 8px;
  background-color: #F4F6FB;
  border-radius: 10px;
  margin-right: 10px;
}
.reward-wrap .reward-body .section2 .section2-body .section2-accordion .item .accordion-title .global::after {
  content: "해외";
  font-size: 16px;
  color: #2755F9;
  padding: 8px;
  background-color: #F4F6FB;
  border-radius: 10px;
  margin-right: 10px;
}
.reward-wrap .reward-body .section2 .section2-body .section2-accordion .item .accordion-title .common::after {
  content: "공통";
  font-size: 14px;
  color: #2755F9;
  padding: 8px;
  background-color: #F4F6FB;
  border-radius: 10px;
  margin-right: 10px;
}
.reward-wrap .reward-body .section2 .section2-body .section2-accordion .item .accordion-title .arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  width: 19px;
  height: 12px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.79883 0.144531H8.17188V13.8555H5.79883V0.144531ZM0.144531 5.79883H13.8555V8.17188H0.144531V5.79883Z' fill='%23373F57'/%3E%3C/svg%3E%0A");
}
.reward-wrap .reward-body .section2 .section2-body .section2-accordion .item .accordion-title .anime:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.reward-wrap .reward-body .section2 .section2-body .section2-accordion .item .accordion-title:hover {
  border: 1px solid #2F66F4;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.reward-wrap .reward-body .section2 .section2-body .section2-accordion .item .accordion-title.accordionTitleActive {
  border: 1px solid #2F66F4;
}
.reward-wrap .reward-body .section2 .section2-body .section2-accordion .item .accordion-title.accordionTitleActive > p {
  color: #2F66F4;
}
.reward-wrap .reward-body .section2 .section2-body .section2-accordion .accordion-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  padding: 0px 40px;
  margin: 30px 0px 60px 0px;
}
.reward-wrap .reward-body .section2 .section2-body .section2-accordion .accordion-txt > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}
.reward-wrap .reward-body .section2 .section2-body .section2-accordion .accordion-txt > div:not(:last-child) {
  padding-bottom: 22px;
  border-bottom: 1px solid #EEEEEE;
}
.reward-wrap .reward-body .section2 .section2-body .section2-accordion .accordion-txt > div div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reward-wrap .reward-body .section2 .section2-body .section2-accordion .accordion-txt > div p {
  line-height: 26px;
  font-size: 14px;
  font-weight: 600;
}
.reward-wrap .reward-body .section2 .section2-body .section2-accordion .accordion-txt > div span {
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
}
.reward-wrap .reward-body .section2 .section2-body .section2-accordion .accordion-txt.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reward-wrap .reward-body .section2 .section2-footer {
  padding: 0 20px;
}
.reward-wrap .reward-body .section2 .section2-footer > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.5px;
  text-align: center;
}
.reward-wrap .reward-body .section3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.reward-wrap .reward-body .section3 .section3-header {
  font-weight: 600;
  font-size: 25px;
  line-height: 22px;
}
@media (max-width: 800px) {
  .reward-wrap .reward-body .section3 .section3-header {
    font-size: 23px;
  }
}
.reward-wrap .reward-body .section3 .section3-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px;
  width: 100%;
}
.reward-wrap .reward-body .section3 .section3-body > .section3-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F7F9FE;
  border-radius: 10px;
  padding: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media (max-width: 720px) {
  .reward-wrap .reward-body .section3 .section3-body > .section3-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.reward-wrap .reward-body .section3 .section3-body > .section3-content .content2 {
  width: 100%;
}
@media (max-width: 800px) {
  .reward-wrap .reward-body .section3 .section3-body > .section3-content .content2 {
    max-width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.reward-wrap .reward-body .section3 .section3-body > .section3-content .content2 > div:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .reward-wrap .reward-body .section3 .section3-body > .section3-content .content2 > div:not(:last-child) {
    margin-bottom: 10px;
  }
}
.reward-wrap .reward-body .section3 .section3-body > .section3-content .content2 .content-title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 30px;
  margin-bottom: 10px;
}
.reward-wrap .reward-body .section3 .section3-body > .section3-content .content2 p {
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: -0.5px;
  color: #373F57;
}
.reward-wrap .reward-body .section3 .section3-body > .section3-content .content3 {
  max-width: 120px;
  width: 100%;
  height: 60px;
  text-align: center;
  font-weight: 600;
  line-height: 60px;
  font-size: 15px;
  color: #2755F9;
  letter-spacing: -1px;
}
.reward-wrap .reward-body .section3 .section3-body > .section3-content .content3.red-text {
  color: #F06464;
}
@media (max-width: 1300px) {
  .reward-wrap .reward-body .section3 .section3-body > .section3-content .content3 {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  .reward-wrap .reward-body .section3 .section3-body > .section3-content .content3 {
    max-width: unset;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: unset;
    line-height: unset;
  }
}
.reward-wrap .reward-body .section3 .section3-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  width: 100%;
}
.reward-wrap .reward-body .section3 .section3-footer .section3-footer-header {
  line-height: 16px;
  font-weight: 400;
  font-size: 18px;
  padding: 16px 0;
  border-bottom: 1px solid #BBC1D0;
}
.reward-wrap .reward-body .section3 .section3-footer .section3-footer-body > p {
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: #373F57;
}
.reward-wrap .reward-body .section3 .section3-footer .section3-footer-btn-box {
  text-align: center;
  margin-top: 45px;
}
.reward-wrap .reward-body .section3 .section3-footer .section3-footer-btn-box > button {
  color: #51545C;
  font-weight: 600;
  font-size: 15px;
  width: 86px;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  border-radius: 7px;
}