@charset "UTF-8";
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
header {
  background-color: #122D43;
  padding: 26px 0;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  header {
    padding: 16px 0;
  }
}
header .area {
  display: flex;
  justify-content: space-between;
}
header .area h1 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  header .area h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 374.98px) {
  header .area h1 {
    font-size: 5.3475935829vw;
  }
}
header .area div {
  display: flex;
  gap: 9px;
}
@media screen and (max-width: 991.98px) {
  header .area div {
    gap: 8px;
  }
}
@media screen and (max-width: 991.98px) {
  header .area div img {
    width: 24px;
  }
}
header .area div p {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 991.98px) {
  header .area div p {
    font-size: 20px;
  }
}
@media screen and (max-width: 374.98px) {
  header .area div p {
    font-size: 5.3475935829vw;
  }
}

#section01 {
  background: url("/img/3100/sec01_bg.svg") no-repeat center;
  background-size: cover;
  padding: 127px 0 111px;
}
@media screen and (max-width: 991.98px) {
  #section01 {
    padding: 70px 0 114px;
    background: url("/img/3100/sec01_bg_m.svg") no-repeat center;
    background-size: cover;
  }
}
#section01 h2 {
  font-size: 36px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  #section01 h2 {
    font-size: 28px;
  }
}

#section02 {
  margin-top: -42px;
}
#section02 .con-area .top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 991.98px) {
  #section02 .con-area .top {
    grid-template-columns: repeat(1, 1fr);
    gap: 14px;
  }
}
#section02 .con-area article {
  background-color: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06), 0 2px 8px rgba(0, 0, 0, 0.04);
  position: relative;
  margin-bottom: 20px;
  padding: 72px 0 32px;
}
@media screen and (max-width: 991.98px) {
  #section02 .con-area article {
    margin-bottom: 14px;
    padding: 47px 0 24px;
  }
}
#section02 .con-area article h3 {
  top: 0;
  left: 50%;
  background-color: #0085AD;
  padding: 10px 17px;
  border-radius: 0 0 18px 18px;
  position: absolute;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  transform: translateX(-50%);
}
@media screen and (max-width: 991.98px) {
  #section02 .con-area article h3 {
    font-size: 12px;
    padding: 6px 17px;
  }
}
#section02 .con-area article span {
  text-align: center;
  display: block;
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}
@media screen and (max-width: 991.98px) {
  #section02 .con-area article span {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 374.98px) {
  #section02 .con-area article span {
    font-size: 3.743315508vw;
  }
}
#section02 .con-area article p {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}
@media screen and (max-width: 991.98px) {
  #section02 .con-area article p {
    font-size: 16px;
    line-height: 22px;
  }
}
#section02 .con-area article .img-area img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 349.98px) {
  #section02 .con-area article .img-area img {
    width: 90%;
  }
}
#section02 .arr {
  margin: 55px auto 77px;
  display: block;
}
@media screen and (max-width: 991.98px) {
  #section02 .arr {
    width: 17px;
    margin: 41px auto 50px;
  }
}

#section03 {
  background: url("/img/3100/sec03_bg.svg") no-repeat center;
  background-size: cover;
  padding: 180px 0;
}
@media screen and (max-width: 991.98px) {
  #section03 {
    padding: 170px 0;
    background: url("/img/3100/sec03_bg_m.svg") no-repeat center;
    background-size: cover;
  }
}
#section03 h2 {
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  #section03 h2 {
    font-size: 24px;
  }
}

#section04 {
  padding: 180px 0;
  background-color: #F7F8F9;
}
@media screen and (max-width: 991.98px) {
  #section04 {
    padding: 100px 0;
  }
}
#section04 .area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  #section04 .area {
    flex-direction: column;
    gap: 40px;
  }
}
#section04 .area .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 70px;
}
#section04 .area .left .top h3 {
  font-size: 28px;
}
@media screen and (max-width: 991.98px) {
  #section04 .area .left .top h3 {
    text-align: center;
    font-size: 22px;
  }
}
#section04 .area .left .top .point {
  color: #fff;
  font-weight: 700;
  background-color: #0085AD;
  padding: 8px 14px;
  font-size: 36px;
  margin: 7px 0 20px;
  display: block;
}
@media screen and (max-width: 991.98px) {
  #section04 .area .left .top .point {
    font-size: 28px;
    padding: 9px 19px;
    width: fit-content;
    margin: 6px auto 20px;
  }
}
#section04 .area .left .top .desc {
  color: #424242;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 17px;
}
@media screen and (max-width: 991.98px) {
  #section04 .area .left .top .desc {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 374.98px) {
  #section04 .area .left .top .desc {
    font-size: 4.2780748663vw;
  }
}
#section04 .area .left .top .bot {
  font-size: 18px;
}
@media screen and (max-width: 991.98px) {
  #section04 .area .left .top .bot {
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    display: block;
    line-height: 1.3;
  }
}
@media screen and (max-width: 991.98px) {
  #section04 .area .left .bottom {
    display: none;
  }
}
#section04 .area .left .bottom dl {
  display: flex;
}
#section04 .area .left .bottom dl dt {
  width: 120px;
  font-size: 24px;
  font-weight: 700;
  color: #0085AD;
}
#section04 .area .left .bottom dl dd {
  font-size: 24px;
  font-weight: 700;
}
#section04 .area .right {
  padding: 34px 62px;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06), 0 2px 8px rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 1100px) {
  #section04 .area .right {
    padding: 24px 20px;
    min-width: 335px;
  }
}
@media screen and (max-width: 374.98px) {
  #section04 .area .right {
    min-width: 300px;
    padding: 15px;
  }
}
#section04 .area .right .form-row {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  #section04 .area .right .form-row {
    margin-bottom: 10px;
  }
}
#section04 .area .right .form-row label {
  font-size: 24px;
  width: 130px;
}
@media screen and (max-width: 1100px) {
  #section04 .area .right .form-row label {
    width: 100px;
  }
}
@media screen and (max-width: 991.98px) {
  #section04 .area .right .form-row label {
    font-size: 16px;
    width: 50px;
  }
}
#section04 .area .right .form-row input,
#section04 .area .right .form-row textarea {
  border: 1px solid rgba(0, 133, 173, 0.1725490196);
  border-radius: 9px;
  padding: 10px 15px;
}
@media screen and (max-width: 991.98px) {
  #section04 .area .right .form-row input,
  #section04 .area .right .form-row textarea {
    font-size: 12px;
    padding: 10px 12px;
  }
}
#section04 .area .right .form-row textarea {
  width: 100%;
  resize: none;
  height: 110px;
}
#section04 .area .right .form-row textarea::placeholder {
  color: rgba(0, 133, 173, 0.2980392157);
}
@media screen and (max-width: 991.98px) {
  #section04 .area .right .form-row textarea::placeholder {
    font-size: 12px;
  }
}
#section04 .area .right .form-row .form-field {
  max-width: 456px;
  width: 100%;
}
@media screen and (max-width: 991.98px) {
  #section04 .area .right .form-row .form-field {
    max-width: 210px;
  }
}
#section04 .area .right .form-row .form-field input {
  width: 100%;
}
#section04 .area .right .form-row .phone-field {
  display: flex;
  gap: 8px;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  #section04 .area .right .form-row .phone-field {
    gap: 1px;
    font-size: 8px;
  }
}
#section04 .area .right .checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  margin: 19px 0 10px;
}
#section04 .area .right .checkbox input {
  border: 1px solid #7b7b7b;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  #section04 .area .right .checkbox input {
    width: 16px;
    height: 16px;
  }
}
#section04 .area .right .checkbox input:checked:before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 6px;
  border-bottom: 2px solid #0085AD;
  border-right: 2px solid #0085AD;
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 5px;
}
@media screen and (max-width: 991.98px) {
  #section04 .area .right .checkbox input:checked:before {
    width: 4px;
    height: 7px;
  }
}
#section04 .area .right .checkbox p {
  font-size: 18px;
  color: #7b7b7b;
}
@media screen and (max-width: 991.98px) {
  #section04 .area .right .checkbox p {
    font-size: 12px;
  }
}
#section04 .area .right .checkbox .popup {
  background-color: #7b7b7b;
  padding: 5px 10px;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
}
#section04 .area .right .submit-btn {
  background-color: #0085AD;
  padding: 13px 0;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  width: 100%;
  border-radius: 9px;
}
@media screen and (max-width: 991.98px) {
  #section04 .area .right .submit-btn {
    font-size: 22px;
  }
}
#section04 .area .right .submit-btn.none-btn {
  background-color: #ddd;
  pointer-events: none;
}
#section04 .area .right .textarea-area {
  align-items: flex-start;
}
#section04 .area .right .textarea-area label {
  margin-top: 6px;
}
#section04 .area .bottom dl {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 991.98px) {
  #section04 .area .bottom dl {
    justify-content: center;
  }
}
#section04 .area .bottom dl dt {
  color: #0085AD;
  font-size: 18px;
  font-weight: 700;
}
#section04 .area .bottom dl dd {
  font-size: 18px;
  font-weight: 700;
}

footer {
  background-color: #122D43;
  padding: 100px;
}
@media screen and (max-width: 991.98px) {
  footer {
    padding: 60px 0;
  }
}
footer dl {
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  footer dl {
    font-size: 16px;
  }
}
footer dl dt {
  margin-bottom: 16px;
}
@media screen and (max-width: 991.98px) {
  footer dl dt {
    margin-bottom: 20px;
  }
}

.modal-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
}
.modal-wrap .overlay {
  background-color: rgba(66, 66, 66, 0.6509803922);
  width: 100%;
  height: 100%;
}
.modal-wrap .popup {
  width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 23px;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  .modal-wrap .popup {
    width: 90%;
  }
}
.modal-wrap .popup h2 {
  padding: 15px;
  background-color: #122D43;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 991.98px) {
  .modal-wrap .popup h2 {
    font-size: 18px;
  }
}
.modal-wrap .popup p {
  padding: 15px;
  word-break: keep-all;
  line-height: 1.3;
}
@media screen and (max-width: 991.98px) {
  .modal-wrap .popup p {
    font-size: 12px;
  }
}
.modal-wrap .popup .close-btn {
  padding: 5px 20px;
  margin: 0 auto 15px;
  border-radius: 5px;
  background-color: #122D43;
  color: #fff;
  display: block;
  width: fit-content;
}