.contact-inquiry {
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  .contact-inquiry {
    padding: 50px 20px 0 20px;
  }
}
.contact-inquiry .ard-inquiry-form {
  width: 100%;
  max-width: 1320px;
  padding: 70px 100px;
  display: flex;
  flex-direction: column;
  grid-gap: 50px;
  background: #f0f0f0;
  border-radius: 30px;
}
@media (max-width: 1024px) {
  .contact-inquiry .ard-inquiry-form {
    padding: 20px;
  }
}
.contact-inquiry .ard-inquiry-form > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.contact-inquiry .ard-inquiry-form > .tit > h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: black;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .contact-inquiry .ard-inquiry-form > .tit > h2 {
    font-size: 21px;
  }
}
.contact-inquiry .ard-inquiry-form > .tit > h3 {
  font-size: 16px;
  font-size: 700;
  color: #888;
  text-align: center;
  word-break: keep-all;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .contact-inquiry .ard-inquiry-form > .tit > h3 {
    font-size: 14px;
    word-break: keep-all;
  }
}
.contact-inquiry .ard-inquiry-form .form-part {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}
.contact-inquiry .ard-inquiry-form .form-part .part-name {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: black;
}
.contact-inquiry .ard-inquiry-form .form-part .input-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item {
  width: 100%;
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label {
  width: 100%;
  padding-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 1024px) {
  .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > .file {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > .file > .word > h2 {
  font-size: 16px;
  color: rgba(255, 0, 0, 0.6862745098);
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > span {
  flex: 0 0 150px;
  font-size: 18px;
  font-weight: 500;
  color: #a7a7a7;
  border-right: 1px solid #ccc;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > span {
    flex: none;
    border-right: none;
  }
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > span > i {
  padding-left: 16px;
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > input {
  padding: 0 16px;
  flex: 1 1 auto;
  font-size: 18px;
  line-height: 1;
  color: gray;
  border: none;
  outline: none;
  background: transparent;
}
@media (max-width: 1024px) {
  .contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > label > input {
    flex: none;
    width: 100%;
  }
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item .types {
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 30px;
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item .types > label {
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 10px;
  font-size: 18px;
  line-height: 1;
  color: gray;
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item .types > label > input {
  width: 14px;
  height: 14px;
}
.contact-inquiry .ard-inquiry-form .form-part .input-list .input-item > textarea {
  font-family: "Pretendard Variable";
  width: 100%;
  resize: none;
  font-size: 16px;
  line-height: 1.4;
  color: gray;
  box-shadow: none;
  height: 250px;
}
.contact-inquiry .ard-inquiry-form .form-submit {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}
.contact-inquiry .ard-inquiry-form .form-submit > label {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 10px;
}
.contact-inquiry .ard-inquiry-form .form-submit > label > input {
  width: 12px;
  height: 12px;
}
.contact-inquiry .ard-inquiry-form .form-submit > label > span {
  font-size: 14px;
  line-height: 1;
  color: gray;
}
.contact-inquiry .ard-inquiry-form .form-submit > label > span > i {
  font-weight: 600;
  text-decoration: underline;
}
.contact-inquiry .ard-inquiry-form .form-submit > button {
  width: 300px;
  height: 60px;
  align-self: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  color: white;
  background-color: #3c6bd8;
  text-align: center;
  border: none;
  outline: none;
  transition: 0.3s;
}
.contact-inquiry .ard-inquiry-form .form-submit > button:hover {
  transition: 0.3s;
  background-color: #3055ac;
}

.sub_vis {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 100px;
  height: 369px;
}
@media (max-width: 1024px) {
  .sub_vis {
    margin-top: 49px;
  }
}
.sub_vis .tit {
  width: 100%;
  text-align: center;
}
.sub_vis .tit > h2 {
  font-family: "Gmarket Sans";
  font-size: 40px;
  font-weight: 700;
  color: white;
  margin-bottom: 10px;
}
.sub_vis .tit > h3 {
  font-size: 20px;
  font-weight: 500;
  color: #ececec;
}
.sub_vis .bot_nav {
  width: auto;
  position: absolute;
  bottom: 21px;
  left: 100px;
}
.sub_vis .bot_nav ul {
  display: flex;
  align-items: center;
  gap: 18px;
}
.sub_vis .bot_nav ul li {
  color: white;
  font-size: 15px;
}
.sub_vis .bot_nav ul > li:nth-of-type(3) {
  font-weight: 300;
}
.sub_vis .bot_nav ul > li:nth-of-type(5) {
  font-weight: 700;
}

.sub_con {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
  position: relative;
  margin-bottom: 108px;
}
@media (max-width: 1024px) {
  .sub_con {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
.sub_con > .wrap {
  width: 100%;
  max-width: 1570px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sub_con > .wrap > .tit {
  width: 100%;
  text-align: center;
  margin-bottom: 108px;
}
@media (max-width: 1024px) {
  .sub_con > .wrap > .tit {
    margin-bottom: 40px;
  }
}
.sub_con > .wrap > .tit > h2 {
  font-family: "Gmarket Sans";
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .sub_con > .wrap > .tit > h2 {
    font-size: 25px;
  }
}
.sub_con > .wrap > .tit > h3 {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .sub_con > .wrap > .tit > h3 {
    font-size: 14px;
    word-break: keep-all;
    padding: 0 20px;
  }
}
.sub_con > .wrap > .cus_tit {
  margin-bottom: 0;
}
.sub_con > .wrap > .word {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 87px;
}
@media (max-width: 1024px) {
  .sub_con > .wrap > .word {
    gap: 40px;
    flex-direction: column;
    padding: 0 20px;
  }
}
.sub_con > .wrap > .word > .left {
  width: 100%;
  max-width: 802px;
}
@media (max-width: 1024px) {
  .sub_con > .wrap > .word > .left > img {
    width: 100%;
  }
}
.sub_con > .wrap > .word > .right {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .sub_con > .wrap > .word > .right {
    gap: 20px;
  }
}
.sub_con > .wrap > .word > .right > .tit {
  width: 100%;
  margin-bottom: 78px;
}
@media (max-width: 1024px) {
  .sub_con > .wrap > .word > .right > .tit {
    margin-bottom: 20px;
  }
}
.sub_con > .wrap > .word > .right > .tit > h2 {
  font-family: "Gmarket Sans";
  font-size: 35px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .sub_con > .wrap > .word > .right > .tit > h2 {
    font-size: 22px;
    word-break: keep-all;
  }
}
.sub_con > .wrap > .word > .right > .word {
  width: 100%;
  margin-bottom: 112px;
}
@media (max-width: 1024px) {
  .sub_con > .wrap > .word > .right > .word {
    margin-bottom: 20px;
  }
}
.sub_con > .wrap > .word > .right > .word > h2 {
  font-size: 16px;
  font-weight: 400;
  word-break: keep-all;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .sub_con > .wrap > .word > .right > .word > h2 {
    font-size: 14px;
  }
}
.sub_con > .wrap > .word > .right > .word > h2 > span {
  font-weight: 700;
}
.sub_con > .wrap > .gray {
  position: absolute;
  width: 100%;
  height: 1000px;
  top: 27%;
  background-color: #F3F3F3;
  z-index: -1;
}
@media (max-width: 1024px) {
  .sub_con > .wrap > .gray {
    height: 1020px;
  }
}
.sub_con > .org_img_box {
  margin-bottom: 156px;
}
@media (max-width: 1024px) {
  .sub_con > .org_img_box {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .sub_con > .org_img_box > img {
    width: 100%;
  }
}
.sub_con > .contact_wrap {
  width: 100%;
  max-width: 1570px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sub_con > .contact_wrap > .contact_gray {
  position: absolute;
  width: 100%;
  height: 70%;
  top: 30.4%;
  background-color: #F3F3F3;
  z-index: -1;
}
.sub_con > .contact_wrap > .tit {
  width: 100%;
  text-align: center;
  margin-bottom: 108px;
}
@media (max-width: 1024px) {
  .sub_con > .contact_wrap > .tit {
    margin-bottom: 40px;
  }
}
.sub_con > .contact_wrap > .tit > h2 {
  font-family: "Gmarket Sans";
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .sub_con > .contact_wrap > .tit > h2 {
    font-size: 25px;
  }
}
.sub_con > .contact_wrap > .tit > h3 {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .sub_con > .contact_wrap > .tit > h3 {
    font-size: 15px;
  }
}
.sub_con > .contact_wrap > .contact_box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 87px;
}
@media (max-width: 1024px) {
  .sub_con > .contact_wrap > .contact_box {
    gap: 40px;
    flex-direction: column;
  }
}
.sub_con > .contact_wrap > .contact_box > .left {
  width: 100%;
  max-width: 802px;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
}
@media (max-width: 1024px) {
  .sub_con > .contact_wrap > .contact_box > .left {
    height: 280px;
  }
}
.sub_con > .contact_wrap > .contact_box > .left > iframe {
  width: 95%;
  height: 445px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4039215686);
}
@media (max-width: 1024px) {
  .sub_con > .contact_wrap > .contact_box > .left > iframe {
    height: 240px;
  }
}
.sub_con > .contact_wrap > .contact_box > .right {
  width: 84%;
}
@media (max-width: 1024px) {
  .sub_con > .contact_wrap > .contact_box > .right {
    padding: 0 20px;
  }
}
.sub_con > .contact_wrap > .contact_box > .right > .tit {
  width: 100%;
  margin-bottom: 43px;
}
.sub_con > .contact_wrap > .contact_box > .right > .tit > h2 {
  font-family: "Gmarket Sans";
  font-size: 70px;
  font-weight: 700;
  color: #45C2D9;
}
@media (max-width: 1024px) {
  .sub_con > .contact_wrap > .contact_box > .right > .tit > h2 {
    font-size: 40px;
  }
}
.sub_con > .contact_wrap > .contact_box > .right > .info_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 45px;
}
.sub_con > .contact_wrap > .contact_box > .right > .info_box > .info {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sub_con > .contact_wrap > .contact_box > .right > .info_box > .info > .left {
  width: 38px;
}
.sub_con > .contact_wrap > .contact_box > .right > .info_box > .info > .right > h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .sub_con > .contact_wrap > .contact_box > .right > .info_box > .info > .right > h2 {
    font-size: 15px;
    word-break: keep-all;
  }
}
.sub_con > .contact_wrap > .contact_box > .right > .info_box > .info:nth-of-type(2) {
  align-items: flex-start;
}
.sub_con > .contact_wrap > .contact_box > .right > a {
  width: 230px;
  height: 60px;
  border: 1px solid #4A98B2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  color: #4A98B2;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 45px;
}
.sub_con > .contact_wrap > .gray {
  position: absolute;
  width: 100%;
  height: 567px;
  top: 46%;
  background-color: #F3F3F3;
  z-index: -1;
}
.his_con {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .his_con {
    padding: 0 20px;
  }
}
.his_con .wrap {
  width: 100%;
  max-width: 1520px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.his_con .wrap > .tit {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .his_con .wrap > .tit {
    margin-bottom: 20px;
  }
}
.his_con .wrap > .tit > h2 {
  font-size: 50px;
  font-weight: 500;
  color: #156C77;
  font-family: "Gmarket Sans";
}
@media (max-width: 1024px) {
  .his_con .wrap > .tit > h2 {
    font-size: 30px;
  }
}
.his_con .wrap > .top {
  width: 100%;
  padding: 65px 0;
  display: flex;
  flex-direction: column;
  border-radius: 2px;
  background-color: #F5F9F9;
  margin-bottom: 95px;
}
@media (max-width: 1024px) {
  .his_con .wrap > .top {
    padding: 20px;
    margin-bottom: 40px;
  }
}
.his_con .wrap > .top > .box_wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1024px) {
  .his_con .wrap > .top > .box_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.his_con .wrap > .top > .box_wrap > .box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.his_con .wrap > .top > .box_wrap > .box > .img_box {
  height: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
  position: relative;
}
@media (max-width: 1024px) {
  .his_con .wrap > .top > .box_wrap > .box > .img_box {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .his_con .wrap > .top > .box_wrap > .box > .img_box > img {
    width: 100%;
  }
}
.his_con .wrap > .top > .box_wrap > .box > .img_box::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  background-image: url(../img/hic_cir_gray.png);
  width: 14px;
  height: 13px;
  z-index: 99;
}
@media (max-width: 1024px) {
  .his_con .wrap > .top > .box_wrap > .box > .img_box::before {
    display: none;
  }
}
.his_con .wrap > .top > .box_wrap > .box > .fst::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -35px;
  background-image: url(../img/his_2_fst.png);
  width: 24px;
  height: 24px;
  z-index: 99;
}
@media (max-width: 1024px) {
  .his_con .wrap > .top > .box_wrap > .box > .fst::before {
    display: none;
  }
}
.his_con .wrap > .top > .box_wrap > .box > .img_box::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  width: 300px;
  height: 3px;
  background-color: #A8A8A8;
  z-index: 9;
}
@media (max-width: 1024px) {
  .his_con .wrap > .top > .box_wrap > .box > .img_box::after {
    display: none;
  }
}
.his_con .wrap > .top > .box_wrap > .box > .last:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  width: 0px;
  height: 3px;
  background-color: #A8A8A8;
  z-index: 9;
}
@media (max-width: 1024px) {
  .his_con .wrap > .top > .box_wrap > .box > .last:after {
    display: none;
  }
}
.his_con .wrap > .top > .box_wrap > .box > .kor {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 135px;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .his_con .wrap > .top > .box_wrap > .box > .kor {
    margin-bottom: 25px;
    height: 100px;
  }
}
.his_con .wrap > .top > .box_wrap > .box > .kor > h2 {
  font-size: 23px;
  font-weight: 500;
  color: #156C77;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .his_con .wrap > .top > .box_wrap > .box > .kor > h2 {
    font-size: 18px;
  }
}
.his_con .wrap > .top > .box_wrap > .box > .kor > .word > h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .his_con .wrap > .top > .box_wrap > .box > .kor > .word > h2 {
    font-size: 13px;
  }
}
.his_con .wrap > .top > .box_wrap > .box > .eng {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}
.his_con .wrap > .top > .box_wrap > .box > .eng > h2 {
  font-size: 23px;
  font-weight: 500;
  color: #156C77;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .his_con .wrap > .top > .box_wrap > .box > .eng > h2 {
    font-size: 18px;
  }
}
.his_con .wrap > .top > .box_wrap > .box > .eng > .word > h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .his_con .wrap > .top > .box_wrap > .box > .eng > .word > h2 {
    font-size: 13px;
  }
}
.his_con .wrap > .top_2 > .box_wrap {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .his_con .wrap > .top_2 > .box_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
.his_con .wrap > .top_2 > .box_wrap > .box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.his_con .wrap > .top_2 > .box_wrap > .box > .img_box::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  background-image: url(../img/hic_cir_gray.png);
  width: 14px;
  height: 13px;
  z-index: 99;
}
.his_con .wrap > .top_2 > .box_wrap > .box > .fst::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -35px;
  background-image: url(../img/his_2_fst.png);
  width: 24px;
  height: 24px;
  z-index: 99;
}
.his_con .wrap > .top_2 > .box_wrap > .box > .img_box::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  width: 500px;
  height: 3px;
  background-color: #A8A8A8;
  z-index: 9;
}
.his_con .wrap > .top_2 > .box_wrap > .box > .last:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  width: 0px;
  height: 3px;
  background-color: #A8A8A8;
  z-index: 9;
}
.his_con .wrap > .top_3 > .box_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.his_con .wrap > .top_3 > .box_wrap > .box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.his_con .wrap > .top_3 > .box_wrap > .box > .img_box::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  background-image: url(../img/hic_cir_gray.png);
  width: 14px;
  height: 13px;
  z-index: 99;
}
.his_con .wrap > .top_3 > .box_wrap > .box > .fst::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -35px;
  background-image: url(../img/his_2_fst.png);
  width: 24px;
  height: 24px;
  z-index: 99;
}
.his_con .wrap > .top_3 > .box_wrap > .box > .img_box::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  width: 0px;
  height: 3px;
  background-color: #A8A8A8;
  z-index: 9;
}
.his_con .wrap > .top_3 > .box_wrap > .box > .last:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -25px;
  width: 0px;
  height: 3px;
  background-color: #A8A8A8;
  z-index: 9;
}

.cus_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 673px;
  background-position: center;
  background-size: cover;
  background-image: url(../img/cus_sub.png);
  gap: 20px;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .cus_wrap {
    height: 383px;
  }
}
.cus_wrap > div {
  display: grid;
  gap: 20px;
}
.cus_wrap > div > .cus_box {
  width: 308px;
  height: 229px;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.337254902);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cus_wrap > div > .cus_box > .img_box {
  width: auto;
  height: 95px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.cus_wrap > div > .cus_box > h2 {
  font-size: 18px;
  font-weight: 600;
  color: #707070;
  margin-bottom: 40px;
}
.cus_wrap > div > .cus_box > a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 700;
}
.cus_wrap > .top {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .cus_wrap > .top {
    display: none;
  }
}
.cus_wrap > .bot {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .cus_wrap > .bot {
    display: none;
  }
}
.cus_wrap > .swiper {
  display: none;
}
@media (max-width: 1024px) {
  .cus_wrap > .swiper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
.cus_wrap > .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cus_wrap > .swiper .swiper-slide .del_box {
  width: 300px;
  height: 275px;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.337254902);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 40px;
}
.cus_wrap > .swiper .swiper-slide .del_box > .img_box {
  width: auto;
  height: 95px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.cus_wrap > .swiper .swiper-slide .del_box > h2 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.5;
}

.del_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  gap: 40px;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .del_wrap {
    padding: 0 20px;
  }
}
.del_wrap > .info_box {
  width: 100%;
  max-width: 1100px;
  padding: 34px;
  display: flex;
  align-items: flex-start;
  height: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3647058824);
  gap: 35px;
}
@media (max-width: 1024px) {
  .del_wrap > .info_box {
    flex-direction: column;
    align-items: center;
  }
}
.del_wrap > .info_box > .left {
  width: 100%;
  max-width: 360px;
  height: 250px;
  background-color: #F8F8F8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 35px;
}
.del_wrap > .info_box > .left > img {
  width: 100%;
  max-width: 300px;
}
.del_wrap > .info_box > .right {
  width: 100%;
  max-width: 610px;
  display: flex;
  flex-direction: column;
}
.del_wrap > .info_box > .right > .tit {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .del_wrap > .info_box > .right > .tit {
    justify-content: center;
    flex-direction: column;
  }
}
.del_wrap > .info_box > .right > .tit > h2 {
  font-size: 30px;
  font-weight: 800;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .del_wrap > .info_box > .right > .tit > h2 {
    font-size: 20px;
    text-align: center;
  }
}
.del_wrap > .info_box > .right > .tit > h3 {
  font-size: 18px;
  font-weight: 500;
  color: #5a5a5a;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .del_wrap > .info_box > .right > .tit > h3 {
    font-size: 14px;
  }
}
.del_wrap > .info_box > .right > .word {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .del_wrap > .info_box > .right > .word {
    flex-direction: column;
    gap: 20px;
  }
}
.del_wrap > .info_box > .right > .word > .left {
  width: 90px;
}
.del_wrap > .info_box > .right > .word > .left > h2 {
  font-size: 17px;
  font-weight: 500;
  color: #5a5a5a;
}
@media (max-width: 1024px) {
  .del_wrap > .info_box > .right > .word > .left > h2 {
    font-size: 14px;
  }
}
.del_wrap > .info_box > .right > .word > .right {
  width: 100%;
  max-width: 540px;
}
.del_wrap > .info_box > .right > .word > .right > h2 {
  font-size: 16px;
  font-weight: 500;
  word-break: keep-all;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .del_wrap > .info_box > .right > .word > .right > h2 {
    font-size: 12px;
  }
}
.del_wrap > .info_box > .right > .word_2 {
  margin-bottom: 0;
}
.del_wrap > .info_box > .right > .word_2 > .link_wrap {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 540px;
}
.del_wrap > .info_box > .right > .word_2 > .link_wrap > .right {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-right: 40px;
}
@media (max-width: 1024px) {
  .del_wrap > .info_box > .right > .word_2 > .link_wrap > .right {
    margin-right: 20px;
  }
}
.del_wrap > .info_box > .right > .word_2 > .link_wrap > .right .link_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1024px) {
  .del_wrap > .info_box > .right > .word_2 > .link_wrap > .right .link_box {
    gap: 20px;
  }
}
.del_wrap > .info_box > .right > .word_2 > .link_wrap > .right .link_box > h2 {
  width: 175px;
  font-weight: 700;
  font-size: 16px;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .del_wrap > .info_box > .right > .word_2 > .link_wrap > .right .link_box > h2 {
    font-size: 13px;
    width: auto;
  }
}
.del_wrap > .swiper {
  display: none;
}
@media (max-width: 1024px) {
  .del_wrap > .swiper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
.del_wrap > .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.del_wrap > .swiper .swiper-slide .del_box {
  width: 300px;
  height: 275px;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.337254902);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 40px;
}
.del_wrap > .swiper .swiper-slide .del_box > .img_box {
  width: auto;
  height: 95px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.del_wrap > .swiper .swiper-slide .del_box > h2 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.5;
}

.agree-wrap {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
.agree-wrap > input {
  width: 16px;
  height: 16px;
}
.agree-wrap > p {
  font-size: 16px;
  line-height: 1;
  color: #000;
}
.agree-wrap > p > em {
  padding-bottom: 2px;
  font-weight: 600;
  border-bottom: 1px solid black;
  cursor: pointer;
  font-style: normal;
}

.agree-wrap_2 {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
.agree-wrap_2 > input {
  width: 16px;
  height: 16px;
}
.agree-wrap_2 > p {
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
.agree-wrap_2 > p > em {
  padding-bottom: 2px;
  font-weight: 600;
  border-bottom: 1px solid black;
  cursor: pointer;
  font-style: normal;
}

.policy-modal-background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  visibility: hidden;
  opacity: 0;
  z-index: 900;
  transition: 0.2s all ease-in-out;
}
.policy-modal-background.on {
  visibility: visible;
  opacity: 1;
}

.policy-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  max-width: 0;
  max-height: 0;
  padding: 50px 30px;
  background: white;
  border: 2px solid black;
  opacity: 0;
  visibility: hidden;
  z-index: 901;
  transition: 0.2s all ease-in-out;
}
.policy-modal.on {
  max-width: 80vw;
  max-height: 80vh;
  opacity: 1;
  visibility: visible;
}
.policy-modal .container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.policy-modal .container .modal-title-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.policy-modal .container .modal-title-area > img {
  width: auto;
  height: 28px;
}
.policy-modal .container .modal-title-area > h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: black;
  word-break: keep-all;
}
.policy-modal .container .modal-content-area {
  position: relative;
  width: 100%;
  flex: 1 1 auto;
  overflow: hidden;
}
.policy-modal .container .modal-content-area > p {
  width: 100%;
  height: 100%;
  padding: 10px;
  overflow: auto;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  word-break: keep-all;
}
.policy-modal .container .modal-content-area > p > em {
  font-weight: 600;
  font-size: 17px;
  color: #000;
}
.policy-modal .container .modal-content-area > p > span {
  position: relative;
  padding-left: 16px;
}
.policy-modal .container .modal-content-area > p > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 9px;
  height: 9px;
  border: 3px solid #000;
  border-radius: 500rem;
  background: transparent;
}
.policy-modal .container .modal-content-area::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 5px;
  background: transparent;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2745098039);
}
.policy-modal .container .modal-content-area::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 5px;
  background: transparent;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2745098039);
}
.policy-modal .container .confirm-close-modal {
  padding: 10px 25px;
  border: 2px solid black;
  background: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: black;
  border-radius: 500rem;
  transition: 0.2s all ease-in-out;
}
.policy-modal .container .confirm-close-modal:hover {
  background: black;
  color: white;
}

.policy-modal-background_2 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  visibility: hidden;
  opacity: 0;
  z-index: 900;
  transition: 0.2s all ease-in-out;
}
.policy-modal-background_2.on {
  visibility: visible;
  opacity: 1;
}

.policy-modal_2 {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  max-width: 0;
  max-height: 0;
  padding: 50px 30px;
  background: white;
  border: 2px solid black;
  opacity: 0;
  visibility: hidden;
  z-index: 901;
  transition: 0.2s all ease-in-out;
}
.policy-modal_2.on {
  max-width: 80vw;
  max-height: 80vh;
  opacity: 1;
  visibility: visible;
}
.policy-modal_2 .container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.policy-modal_2 .container .modal-title-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.policy-modal_2 .container .modal-title-area > img {
  width: auto;
  height: 28px;
}
.policy-modal_2 .container .modal-title-area > h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: black;
  word-break: keep-all;
}
.policy-modal_2 .container .modal-content-area {
  position: relative;
  width: 100%;
  flex: 1 1 auto;
  overflow: hidden;
}
.policy-modal_2 .container .modal-content-area > p {
  width: 100%;
  height: 100%;
  padding: 10px;
  overflow: auto;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  word-break: keep-all;
}
.policy-modal_2 .container .modal-content-area::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 5px;
  background: transparent;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2745098039);
}
.policy-modal_2 .container .modal-content-area::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 5px;
  background: transparent;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2745098039);
}
.policy-modal_2 .container .confirm-close-modal_2 {
  padding: 10px 25px;
  border: 2px solid black;
  background: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: black;
  border-radius: 500rem;
  transition: 0.2s all ease-in-out;
}
.policy-modal_2 .container .confirm-close-modal_2:hover {
  background: black;
  color: white;
}/*# sourceMappingURL=sub.css.map */