/* ----- CONTACT ----- */
#CONTACT .sec_label {
  font-size: clamp(17px, 0.94vw, 18px);
  font-weight: 600;
}
#CONTACT .sec_tit {
  font-size: clamp(29px, 2.08vw, 40px);
  line-height: 1.4; /* 56px */
  white-space: nowrap;
  font-weight: 600;
}
#CONTACT .box1 .links {
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(10px, 1.04vw, 20px);
}
#CONTACT .box1 .links a {
  width: clamp(95px, 7.81vw, 150px);
  height: clamp(85px, 6.77vw, 130px);
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  font-weight: 600;
  font-size: clamp(14px, 0.83vw, 16px);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
#CONTACT .box1 .links a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1c42d8;
  filter: blur(15px);
  transition: transform 0.5s ease, filter 0.7s;
  transform: scaleY(0);
  transform-origin: bottom;
}
#CONTACT .box1 .links i {
  margin-bottom: clamp(14px, 1.3vw, 25px);
  width: clamp(30px, 2.29vw, 44px);
  height: clamp(26px, 2.08vw, 40px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
#CONTACT .box1 .links i.naver {
  background-image: url(../img/naver_ico.svg);
}
#CONTACT .box1 .links i.kakao {
  background-image: url(../img/kakao_ico.svg);
}
#CONTACT .box1 .links i.location {
  background-image: url(../img/location_ico.svg);
}
#CONTACT .box1 .links span {
  width: 100%;
  position: relative;
  z-index: 1;
}
#CONTACT .box1 .links a:hover {
  color: #fff;
}
#CONTACT .box1 .links a:hover::after {
  transform: scaleY(1);
  transform-origin: top;
  filter: blur(0);
}
#CONTACT .box1 .links a:hover i.naver {
  background-image: url(../img/naver_w_ico.svg);
}
#CONTACT .box1 .links a:hover i.kakao {
  background-image: url(../img/kakao_w_ico.svg);
}
#CONTACT .box1 .links a:hover i.location {
  background-image: url(../img/location_w_ico.svg);
}
#CONTACT .box2 {
  width: clamp(700px, 36.46vw, 700px);
}
#CONTACT form {
  font-size: clamp(15px, 0.83vw, 16px);
}
#CONTACT form fieldset {
  gap: 20px;
}
#CONTACT form dl {
  gap: 10px 20px;
}
#CONTACT form dt {
  font-size: clamp(18px, 0.94vw, 18px);
  font-weight: 500;
}
#CONTACT form dd {
  font-size: clamp(14px, 0.73vw, 14px);
  color: #999999;
}
#CONTACT form select,
#CONTACT form input,
#CONTACT form textarea {
  border-radius: 4px;
  border: 1px solid #eee;
  width: 100%;
}
#CONTACT form select,
#CONTACT form input {
  height: clamp(45px, 2.6vw, 50px);
  padding: 0 clamp(10px, 0.78vw, 15px);
}
#CONTACT form select:focus,
#CONTACT form input:focus {
  outline: none;
}
#CONTACT form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 11px 6px;
  background-image: url(../img/down_arrow.svg);
}
#CONTACT form textarea {
  height: 120px;
  padding: 15px;
}
#CONTACT form textarea:focus {
  outline: 1px solid transparent;
}
#CONTACT form .w_25 {
  width: calc((100% - 60px) / 4);
}
#CONTACT form .full {
  width: 100%;
}
#CONTACT form .required_wrap {
  position: relative;
}
#CONTACT form .required_wrap label {
  position: absolute;
  left: clamp(15px, 0.78vw, 15px);
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 0.2s ease;
}
#CONTACT form .required_wrap input:focus + label,
#CONTACT form .required_wrap input:not(:placeholder-shown) + label {
  opacity: 0;
  visibility: hidden;
}
#CONTACT form .submit_btn {
  line-height: 60px;
  color: #fff;
  background: var(--color-point);
  border-radius: 4px;
}
#CONTACT form .agree_wrap label {
  font-size: 14px;
  color: #666;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
}
#CONTACT form .agree_wrap label::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#CONTACT form .agree_wrap input:checked + label::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  background-image: url(../img/check_ico.svg);
}

/* ----------------------------- */
/* --------------RWD------------ */
/* ----------------------------- */
@media (max-width: 1200px) {
  #CONTACT .box2 {
    width: clamp(500px, 58.33vw, 700px);
    margin-left: 20px;
  }
  #CONTACT form .w_25 {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 750px) {
  #CONTACT .sec_label {
    font-size: clamp(15px, 3.47vw, 26px);
    font-weight: 600;
  }
  #CONTACT .sec_tit {
    font-size: clamp(24px, 7.2vw, 54px);
    line-height: 1.33; /* 72px */
    font-weight: 600;
    white-space: wrap;
  }
  #CONTACT .container {
    flex-wrap: wrap;
    gap: clamp(60px, 8vw, 60px);
  }
  #CONTACT .box {
    width: 100%;
  }
  #CONTACT .box1 .links {
    gap: clamp(5px, 2.67vw, 20px);
    padding: 0 10px;
  }
  #CONTACT .box1 .links a {
    width: 99%;
    height: unset;
    aspect-ratio: 1/1;
    font-size: clamp(12px, 3.2vw, 24px);
  }
  #CONTACT .box1 .links i {
    width: clamp(27px, 6.67vw, 50px);
    height: clamp(27px, 6.67vw, 50px);
    margin-bottom: clamp(5px, 3.33vw, 25px);
  }
  #CONTACT form {
    font-size: clamp(15px, 4vw, 30px);
  }
  #CONTACT form fieldset {
    gap: clamp(10px, 4vw, 30px);
  }
  #CONTACT form dl {
    display: flex;
    gap: 5px;
  }
  #CONTACT form dt {
    font-size: clamp(16px, 4vw, 30px);
  }
  #CONTACT form dd {
    font-size: clamp(14px, 2.93vw, 22px);
    letter-spacing: -0.03em;
  }
  #CONTACT form .w_25 {
    width: 100%;
  }
  #CONTACT form select,
  #CONTACT form input {
    padding: 0 clamp(10px, 4vw, 30px);
    height: clamp(50px, 16vw, 120px);
  }
  #CONTACT form select {
    background-repeat: no-repeat;
    background-position: right clamp(10px, 4vw, 30px) center;
    background-size: clamp(13px, 2.93vw, 22px) clamp(8px, 1.87vw, 14px);
  }
  #CONTACT form textarea {
    height: clamp(180px, 32vw, 240px);
    padding: clamp(10px, 4vw, 30px);
    word-break: break-all;
  }
  #CONTACT form .submit_btn {
    line-height: clamp(50px, 16vw, 120px);
  }
  #CONTACT form .agree_wrap label {
    font-size: clamp(11px, 3.73vw, 28px);
    padding-left: clamp(22px, 5.6vw, 42px);
  }
  #CONTACT form .agree_wrap label::before {
    width: clamp(17px, 4vw, 30px);
    height: clamp(17px, 4vw, 30px);
  }
  #CONTACT form .agree_wrap input:checked + label::before {
    background-size: clamp(11px, 2.4vw, 18px) clamp(15px, 2vw, 15px);
  }
}