.jt-step2-section {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.jt-step2-section .container {
  width: 100%;
  height: auto;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
}
@media (max-width: 768px) {
  .jt-step2-section .container {
    gap: 36px;
  }
}
@media (max-width: 480px) {
  .jt-step2-section .container {
    gap: 24px;
  }
}
.jt-step2-section .container .selected-cates {
  height: auto;
  padding: 24px 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  background: #0F185D;
}
@media (max-width: 768px) {
  .jt-step2-section .container .selected-cates {
    padding: 1rem;
  }
}
.jt-step2-section .container .selected-cates .cate-name {
  flex: 0 0 auto;
  font-size: 20px;
  color: white;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .jt-step2-section .container .selected-cates .cate-name {
    font-size: 16px;
  }
}
.jt-step2-section .container .service-step-02 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
@media (max-width: 768px) {
  .jt-step2-section .container .service-step-02 {
    gap: 36px;
  }
}
@media (max-width: 480px) {
  .jt-step2-section .container .service-step-02 {
    gap: 24px;
  }
}
.jt-step2-section .container .service-step-02 .row-group {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 768px) {
  .jt-step2-section .container .service-step-02 .row-group {
    gap: 36px;
  }
}
@media (max-width: 480px) {
  .jt-step2-section .container .service-step-02 .row-group {
    gap: 24px;
  }
}
.jt-step2-section .container .service-step-02 .row-group .row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 480px) {
  .jt-step2-section .container .service-step-02 .row-group .row {
    gap: 1rem;
  }
}
.jt-step2-section .container .service-step-02 .row-group .row .row-tit {
  position: relative;
  padding-left: 36px;
  font-size: 30px;
  font-weight: 800;
  color: #136AA4;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .jt-step2-section .container .service-step-02 .row-group .row .row-tit {
    padding-left: 28px;
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .jt-step2-section .container .service-step-02 .row-group .row .row-tit {
    padding-left: 20px;
    font-size: 20px;
  }
}
.jt-step2-section .container .service-step-02 .row-group .row .row-tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: #136AA4;
}
@media (max-width: 768px) {
  .jt-step2-section .container .service-step-02 .row-group .row .row-tit::before {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 480px) {
  .jt-step2-section .container .service-step-02 .row-group .row .row-tit::before {
    width: 8px;
    height: 8px;
  }
}
.jt-step2-section .container .service-step-02 .row-group .row .date-wrap {
  width: 100%;
  padding-left: 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .jt-step2-section .container .service-step-02 .row-group .row .date-wrap {
    padding-left: 28px;
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  .jt-step2-section .container .service-step-02 .row-group .row .date-wrap {
    padding-left: 20px;
    gap: 20px;
  }
}
.jt-step2-section .container .service-step-02 .row-group .row .date-wrap .date-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 28px;
}
@media (max-width: 768px) {
  .jt-step2-section .container .service-step-02 .row-group .row .date-wrap .date-row {
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .jt-step2-section .container .service-step-02 .row-group .row .date-wrap .date-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.jt-step2-section .container .service-step-02 .row-group .row .date-wrap .date-row .date-name {
  flex: 0 0 auto;
  font-size: 24px;
  font-weight: 700;
  color: black;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .jt-step2-section .container .service-step-02 .row-group .row .date-wrap .date-row .date-name {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .jt-step2-section .container .service-step-02 .row-group .row .date-wrap .date-row .date-name {
    flex: unset;
    width: 100%;
    font-size: 16px;
  }
}
.jt-step2-section .container .service-step-02 .row-group .row .date-wrap .date-row .d-select-group {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .jt-step2-section .container .service-step-02 .row-group .row .date-wrap .date-row .d-select-group {
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  .jt-step2-section .container .service-step-02 .row-group .row .date-wrap .date-row .d-select-group {
    flex: unset;
    width: 100%;
    gap: 12px;
  }
}
.jt-step2-section .container .service-step-02 .row-group .row .date-wrap .date-row .d-select-group > label {
  flex: 1 1 30%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .jt-step2-section .container .service-step-02 .row-group .row .date-wrap .date-row .d-select-group > label {
    gap: 8px;
  }
}
@media (max-width: 480px) {
  .jt-step2-section .container .service-step-02 .row-group .row .date-wrap .date-row .d-select-group > label {
    width: 100%;
    height: auto;
  }
}
.jt-step2-section .container .service-step-02 .row-group .row .date-wrap .date-row .d-select-group > label select {
  flex: 1 1 auto;
  height: 40px;
  border: 1px solid #aaa;
  font-size: 24px;
  color: #3D3D3D;
}
@media (max-width: 768px) {
  .jt-step2-section .container .service-step-02 .row-group .row .date-wrap .date-row .d-select-group > label select {
    height: 36px;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .jt-step2-section .container .service-step-02 .row-group .row .date-wrap .date-row .d-select-group > label select {
    height: 28px;
    font-size: 16px;
  }
}
.jt-step2-section .container .service-step-02 .row-group .row .date-wrap .date-row .d-select-group > label > span {
  flex: 0 0 auto;
  font-size: 24px;
  font-weight: 700;
  color: black;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .jt-step2-section .container .service-step-02 .row-group .row .date-wrap .date-row .d-select-group > label > span {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .jt-step2-section .container .service-step-02 .row-group .row .date-wrap .date-row .d-select-group > label > span {
    font-size: 16px;
  }
}
.jt-step2-section .container .service-step-02 .row-group .row .only-one-input {
  width: 100%;
  padding-left: 36px;
}
@media (max-width: 768px) {
  .jt-step2-section .container .service-step-02 .row-group .row .only-one-input {
    padding-left: 28px;
  }
}
@media (max-width: 480px) {
  .jt-step2-section .container .service-step-02 .row-group .row .only-one-input {
    padding-left: 20px;
  }
}
.jt-step2-section .container .service-step-02 .row-group .row .only-one-input input[type=text] {
  width: 100%;
  height: 40px;
  min-width: 50px;
  padding: 0 12px;
  border: 1px solid #aaa;
  font-size: 20px;
  color: #3D3D3D;
}
@media (max-width: 768px) {
  .jt-step2-section .container .service-step-02 .row-group .row .only-one-input input[type=text] {
    height: 36px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .jt-step2-section .container .service-step-02 .row-group .row .only-one-input input[type=text] {
    height: 28px;
    font-size: 16px;
  }
}
.jt-step2-section .container .service-step-02 .row-group .row .multiple-input-group {
  width: 100%;
  padding-left: 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .jt-step2-section .container .service-step-02 .row-group .row .multiple-input-group {
    padding-left: 28px;
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .jt-step2-section .container .service-step-02 .row-group .row .multiple-input-group {
    padding-left: 20px;
    gap: 14px;
  }
}
.jt-step2-section .container .service-step-02 .row-group .row .multiple-input-group .each-input-row {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.jt-step2-section .container .service-step-02 .row-group .row .multiple-input-group .each-input-row .each-name {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  color: black;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .jt-step2-section .container .service-step-02 .row-group .row .multiple-input-group .each-input-row .each-name {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .jt-step2-section .container .service-step-02 .row-group .row .multiple-input-group .each-input-row .each-name {
    margin-bottom: 8px;
    font-size: 16px;
  }
}
.jt-step2-section .container .service-step-02 .row-group .row .multiple-input-group .each-input-row input[type=text] {
  width: 100%;
  height: 40px;
  min-width: 50px;
  padding: 0 12px;
  border: 1px solid #aaa;
  font-size: 20px;
  color: #3D3D3D;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .jt-step2-section .container .service-step-02 .row-group .row .multiple-input-group .each-input-row input[type=text] {
    height: 36px;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .jt-step2-section .container .service-step-02 .row-group .row .multiple-input-group .each-input-row input[type=text] {
    height: 28px;
  }
}
.jt-step2-section .container .service-step-02 .row-group .row .multiple-input-group .each-input-row input[type=text]:not(:last-child) {
  margin-bottom: 4px;
}
.jt-step2-section .container .service-step-02 .row-group .row .multiple-input-group .each-input-row .type-choice-group {
  width: 100%;
  height: auto;
  padding: 16px 12px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  border: 1px solid #aaa;
}
.jt-step2-section .container .service-step-02 .row-group .row .multiple-input-group .each-input-row .type-choice-group > label {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.jt-step2-section .container .service-step-02 .row-group .row .multiple-input-group .each-input-row .type-choice-group > label > span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #3d3d3d;
}
.jt-step2-section .container .service-step-02 .row-group .row .multiple-input-group .each-input-row .type-choice-group .amount-info {
  width: 100%;
  height: auto;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.jt-step2-section .container .service-step-02 .row-group .row .multiple-input-group .each-input-row .type-choice-group .amount-info > input {
  width: 100%;
  height: 32px;
  max-width: 120px;
  min-width: 20px;
  margin: 0;
  padding: 0 10px;
  font-size: 14px;
}
.jt-step2-section .container .service-step-02 .row-group .row .multiple-input-group .each-input-row .type-choice-group .amount-info > input:disabled {
  background: #ddd;
}
.jt-step2-section .container .service-step-02 .row-group .row .multiple-input-group .each-input-row .type-choice-group .amount-info > p {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.jt-step2-section .container .service-step-02 .row-group .row .multiple-input-group .each-input-row .type-choice-group .amount-info > p > span {
  position: relative;
  padding-left: 12px;
  font-size: 14px;
  line-height: 1.4;
  word-break: keep-all;
  color: #464646;
}
.jt-step2-section .container .service-step-02 .row-group .row .multiple-input-group .each-input-row .type-choice-group .amount-info > p > span::before {
  content: "*";
  position: absolute;
  left: 0;
  font-size: 14px;
  line-height: 1.4;
  word-break: keep-all;
  color: #464646;
}
.jt-step2-section .container .service-step-02 .step-control-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.jt-step2-section .container .service-step-02 .step-control-box * {
  flex: 1 1 40%;
  height: 70px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: 600;
  color: white;
  word-break: keep-all;
  text-align: center;
  border: none;
}
@media (max-width: 768px) {
  .jt-step2-section .container .service-step-02 .step-control-box * {
    height: 52px;
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .jt-step2-section .container .service-step-02 .step-control-box * {
    height: 48px;
    font-size: 18px;
  }
}
.jt-step2-section .container .service-step-02 .step-control-box *.submit {
  background: #136AA4;
}
.jt-step2-section .container .service-step-02 .step-control-box *.go-back {
  background: #A41313;
}
.jt-step2-section .container .service-check-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
@media (max-width: 768px) {
  .jt-step2-section .container .service-check-wrap {
    gap: 36px;
  }
}
@media (max-width: 480px) {
  .jt-step2-section .container .service-check-wrap {
    gap: 24px;
  }
}
.jt-step2-section .container .service-check-wrap .row-group {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 768px) {
  .jt-step2-section .container .service-check-wrap .row-group {
    gap: 36px;
  }
}
@media (max-width: 480px) {
  .jt-step2-section .container .service-check-wrap .row-group {
    gap: 24px;
  }
}
.jt-step2-section .container .service-check-wrap .row-group .row {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 480px) {
  .jt-step2-section .container .service-check-wrap .row-group .row {
    gap: 1rem;
  }
}
.jt-step2-section .container .service-check-wrap .row-group .row .row-tit {
  position: relative;
  padding-left: 36px;
  font-size: 30px;
  font-weight: 800;
  color: #136AA4;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .jt-step2-section .container .service-check-wrap .row-group .row .row-tit {
    padding-left: 28px;
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .jt-step2-section .container .service-check-wrap .row-group .row .row-tit {
    padding-left: 20px;
    font-size: 20px;
  }
}
.jt-step2-section .container .service-check-wrap .row-group .row .row-tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: #136AA4;
}
.jt-step2-section .container .service-check-wrap .row-group .row .check-content-box {
  width: 100%;
}
.jt-step2-section .container .service-check-wrap .row-group .row .check-content-box .emph-content {
  padding-left: 36px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: black;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .jt-step2-section .container .service-check-wrap .row-group .row .check-content-box .emph-content {
    padding-left: 28px;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .jt-step2-section .container .service-check-wrap .row-group .row .check-content-box .emph-content {
    padding-left: 20px;
    font-size: 16px;
  }
}
.jt-step2-section .container .service-check-wrap .row-group .row .detail-infos {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .jt-step2-section .container .service-check-wrap .row-group .row .detail-infos {
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  .jt-step2-section .container .service-check-wrap .row-group .row .detail-infos {
    gap: 12px;
  }
}
.jt-step2-section .container .service-check-wrap .row-group .row .detail-infos .info-row {
  width: 100%;
  padding-left: 36px;
  padding-bottom: 12px;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid rgba(19, 106, 164, 0.5);
}
@media (max-width: 768px) {
  .jt-step2-section .container .service-check-wrap .row-group .row .detail-infos .info-row {
    padding-left: 28px;
  }
}
@media (max-width: 480px) {
  .jt-step2-section .container .service-check-wrap .row-group .row .detail-infos .info-row {
    padding-left: 20px;
    padding-bottom: 8px;
    flex-direction: column;
    gap: 8px;
  }
}
.jt-step2-section .container .service-check-wrap .row-group .row .detail-infos .info-row .info-name {
  flex: 0 0 30%;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: black;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .jt-step2-section .container .service-check-wrap .row-group .row .detail-infos .info-row .info-name {
    flex: 0 0 200px;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .jt-step2-section .container .service-check-wrap .row-group .row .detail-infos .info-row .info-name {
    flex: unset;
    font-size: 1rem;
    line-height: 20px;
  }
}
.jt-step2-section .container .service-check-wrap .row-group .row .detail-infos .info-row .info-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 24px;
  line-height: 28px;
  color: #707070;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .jt-step2-section .container .service-check-wrap .row-group .row .detail-infos .info-row .info-content {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .jt-step2-section .container .service-check-wrap .row-group .row .detail-infos .info-row .info-content {
    flex: unset;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
}
.jt-step2-section .container .service-check-wrap .step-control-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.jt-step2-section .container .service-check-wrap .step-control-box * {
  flex: 1 1 40%;
  height: 70px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: 600;
  color: white;
  word-break: keep-all;
  text-align: center;
  border: none;
}
@media (max-width: 768px) {
  .jt-step2-section .container .service-check-wrap .step-control-box * {
    height: 52px;
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .jt-step2-section .container .service-check-wrap .step-control-box * {
    height: 48px;
    font-size: 18px;
  }
}
.jt-step2-section .container .service-check-wrap .step-control-box *.submit {
  background: #136AA4;
}
.jt-step2-section .container .service-check-wrap .step-control-box *.go-back {
  background: #A41313;
}

.submit-result-page {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 32px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: white;
  z-index: 800;
}
@media (max-width: 768px) {
  .submit-result-page {
    padding: 24px 0;
  }
}
.submit-result-page .container {
  width: 90%;
  height: auto;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.submit-result-page .container .top-logo {
  width: auto;
  height: auto;
  margin-bottom: 44px;
}
@media (max-width: 768px) {
  .submit-result-page .container .top-logo {
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .submit-result-page .container .top-logo {
    width: 60%;
    margin-bottom: 24px;
  }
}
.submit-result-page .container .top-logo > img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media (max-width: 480px) {
  .submit-result-page .container .top-logo > img {
    width: 100%;
  }
}
.submit-result-page .container .center-image {
  width: auto;
  height: auto;
  margin-bottom: 44px;
}
@media (max-width: 768px) {
  .submit-result-page .container .center-image {
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .submit-result-page .container .center-image {
    width: 100%;
    margin-bottom: 24px;
  }
}
.submit-result-page .container .center-image > img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media (max-width: 480px) {
  .submit-result-page .container .center-image > img {
    width: 100%;
  }
}
.submit-result-page .container > p {
  margin-bottom: 44px;
  font-size: 28px;
  font-weight: 600;
  color: #707070;
  word-break: keep-all;
  text-align: center;
  letter-spacing: 3px;
}
@media (max-width: 768px) {
  .submit-result-page .container > p {
    margin-bottom: 32px;
  }
}
@media (max-width: 480px) {
  .submit-result-page .container > p {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
.submit-result-page .container .back-to-first {
  width: 100%;
  height: 70px;
  max-width: 300px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: 600;
  color: white;
  line-height: 1;
  text-align: center;
  word-break: keep-all;
  background: #A41313;
}
@media (max-width: 768px) {
  .submit-result-page .container .back-to-first {
    height: 52px;
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .submit-result-page .container .back-to-first {
    height: 48px;
    font-size: 20px;
  }
}/*# sourceMappingURL=sub.css.map */