@charset "utf-8";

/* 컨택 내용 시작 */

body {
  background-color: #fff;
}

.main_visual {
  height: 650px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .main_visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
/* .main_visual .hidden {
    overflow: hidden;
} */
.main_visual h3 {
  /* display: flex;
    align-items: center;
    justify-content: center; */
  font-family: "Bricolage Grotesque-Bold";
  font-size: 10rem;
  font-weight: 700;
  transition: transform 0.3s ease, top 0.3s ease, color 0.3s ease;
  animation: reveal 3s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
@keyframes reveal {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}

/* sc10 contact*/
.sc10_container {
  width: 100%;
  margin: 0 auto;
  /* text-align: center; */
  color: #000;
  display: flex;
  justify-content: space-between;
}
.sc10_container ul.info {
  padding-top: 40px;
}
.left_section {
  width: 41.7%;
  padding: 40px 40px 40px 100px;
  background-color: black;
  color: #fff;
  /* height: 100%; */
}
.left_section .sticky {
  position: sticky;
  top: 150px;
  left: 0;
  height: 835px;
}
.sticky h3 {
  font-size: 3.5625rem;
  font-weight: 700;
  margin-bottom: 28px;
}
.sticky p {
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 8rem;
}
.sticky h5 {
  font-size: 2.5rem;
  font-weight: 700;
}
.sticky span {
  font-size: 20px;
  margin: 10px 0 40px;
  font-weight: 500;
  display: block;
}
.sc10_wrap {
  width: 50%;
  padding: 40px 60px 0 0;
}
.sc10_top {
  padding-top: 10%;
  padding-bottom: 4%;
  display: flex;
  justify-content: space-between;
}
.sc10_top h2 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 8.125rem;
  letter-spacing: 2;
}

.sc10_top_left h2 {
  position: relative;
}
.sc10_top_left .has-animation {
  display: inline-block;
}

/* has-animation */
.has-animation {
  position: relative;
}
.has-animation p,
.has-animation img {
  opacity: 0;
}
.has-animation.animate-in p,
.has-animation.animate-in img {
  animation: textHidden 0.1s 0.9s forwards;
}
.has-animation.animate-in:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -10;
}
.has-animation.animate-in:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 100%;
  z-index: -20;
  background-color: #5da2ff;
}
.has-animation.animate-in:before {
  background-color: #000;
}
.has-animation.animate-in:after {
  animation-delay: 0.5s;
  height: 45%;
}
.has-animation.animation-ltr.animate-in:before {
  animation: revealLTR 1.2s ease;
}
.has-animation.animation-ltr.animate-in:after {
  animation: revealLTR_2 1s 1s ease;
  animation-fill-mode: forwards;
}

@keyframes revealLTR {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0%;
    left: 100%;
  }
}
@keyframes revealLTR_2 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.sc10_p1 {
  font-family: Pretendard-Medium;
  font-size: 2rem;
  margin-top: 3%;
  margin-bottom: 4%;
}
.sc10_top_right {
  background-color: #4068ee;
  width: 130px;
  height: 196px;
  position: relative;
}
.sc10_p2 {
  font-family: Pretendard-Medium;
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  display: inline-block;
  /* vertical-align: bottom; */
  position: absolute;
  bottom: 0;
  padding: 0 23.5% 10% 23%;
}
.sc10_bottom {
  max-width: 152rem;
  width: 100%;
  margin: 0 auto;
}
.sc10_bottom .formbox {
  display: flex;
  flex-direction: column;
}
.formbox .category h3::after {
  content: "중복선택가능";
  color: #999;
  font-size: 20px;
  font-weight: 400;
  margin-left: 50px;
  word-break: keep-all;
}
.sc10_bottom .formbox .tag_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 80px;
  gap: 12px;
  row-gap: 12px;
}
.sc10_bottom .formbox .tag_wrap > label {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 16px 32px;
  font-size: 20px;
  transition: 0.2s;
  cursor: pointer;
}
.sc10_bottom .formbox .tag_wrap > label:has(input:checked) {
  background-color: #1500ff;
  color: #fff;
  border: 1px solid #1500ff;
}
.sc10_bottom .formbox .tag_wrap .tag {
  display: none;
  font-family: "Pretendard";
}
.sc10_bottom .formbox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 10rem;
}
.sc10_bottom .formbox ul li::after {
  display: block;
  clear: both;
  content: "";
}
.sc10_bottom .formbox ul li {
  /* width: calc(100%/2 - 10rem/2); */
  width: 48%;
  height: 6rem;
  /* float: left; */
  display: flex;
  align-items: center;
  border-bottom: 3px solid #000;
  /* margin-right: 10rem;
    margin-bottom: 10rem; */
  position: relative;
  z-index: 10;
}
.formbox ul li:nth-of-type(2n) {
  margin-right: 0;
}
.formbox ul li .formbox_head {
  width: 20%;
  min-width: fit-content;
  /* box-sizing: border-box; */
}
.formbox ul li .formbox_head p {
  font-family: Pretendard-Bold;
  font-size: 19px;
}
.formbox ul li .formbox_cont {
  margin-left: 3rem;
  width: 80%;
}
.formbox ul li .formbox_cont input {
  width: 100%;
  border: none;
  padding: 10px 0 10px 10px;
  box-sizing: border-box;
  font-size: 17px;
  background: transparent;
  outline-style: none;
  color: #000;
}
.formbox input::placeholder {
  font-family: Pretendard-Regular;
  color: rgb(202, 202, 202);
}
.formbox h3 {
  margin-bottom: 5rem;
  font-weight: 600;
  font-size: 3rem;
  font-family: Pretendard-Bold;
  text-align: left;
}
.formbox .sc10_textarea textarea::placeholder {
  font-family: Pretendard-Regular;
}
.formbox .sc10_textarea textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 2rem;
  border: 3px solid #9d9d9d;
  font-size: 16px;
  /* resize: none;  */
  /* transition: height 0.3s;  */
  height: 20rem;
  margin-bottom: 5rem;
  outline-style: none;
  line-height: 150%;
}
.form_bottom {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 10rem;
}
.form_bottom_left {
  display: flex;
  align-items: center;
  height: 24px;
}

.contact__agree .agree__txt,
.contact__agree .agree__conBtn {
  display: inline-block;
  vertical-align: middle;
}
.contact__agree .agree__txt input {
  display: none;
}

.contact__agree .agree__txt label .icon,
.contact__agree .agree__txt label .txt {
  display: inline-block;
  vertical-align: middle;
}
.contact__agree .agree__txt label .icon {
  width: 24px;
  height: 24px;
  border: 1px solid #000; /* 기본 테두리 검정색 */
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  background-color: transparent; /* 배경색 제거 */
  cursor: pointer;
}
.contact__agree .agree__txt label .icon i {
  font-size: 24px; /* 아이콘 크기 조정 */
  /* color: transparent; 기본적으로 아이콘 숨김 */
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.contact__agree .agree__txt input:checked + label .icon i {
  color: #1500ff; /* 체크되었을 때 아이콘 색상을 흰색으로 변경 */
}

.contact__agree .agree__txt label .txt {
  font-size: 18px;
  margin-left: 8px;
  color: #999;
}

.contact__agree .agree__conBtn {
  padding: 4px 0;
  border: none;
  border-bottom: 1px solid #000;
  background-color: transparent;
  color: #000;
  font-weight: 700;
  margin-left: 15px;
  cursor: pointer;
  font-size: 15px;
}

.form_bottom_right {
  text-align: center;
}
.form_bottom_right button {
  padding: 20px 40px;
  /* line-height: 10rem; */
  background-color: transparent;
  border: 1px solid black;
  border-radius: 100px;
  cursor: pointer;
  font-size: 4.375rem;
  position: relative;
  z-index: 1;
  color: black;
}

/* map 오시는길 */
.contact_map_container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 6%;
}
.contact_map_wrap {
  max-width: 152rem;
  width: 100%;
  margin: 0 auto;
}
.contact_map_wrap p {
  font-family: Pretendard-Bold;
  font-size: 4.4rem;
  margin-bottom: 4%;
}
.contact_map_wrap span {
  font-family: Pretendard-Light;
  font-size: 2rem;
  color: #707070;
}
.contact_map_bottom {
  margin-top: 4%;
}
.root_daum_roughmap {
  width: 100% !important;
}

.modal_2 {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.modal_content_2 {
  width: 40%;
  height: 35%;
  background: #fff;
  border-radius: 10px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  box-sizing: border-box;
  padding: 2%;
  cursor: pointer;
  color: #000;
}
.modal_content_2 dl dt {
  font-size: 3rem;
  font-family: Pretendard-Bold;
  margin-bottom: 5%;
}
.modal_content_2 dl dd span {
  color: #4068ee;
}
.modal_content_2 dl dd {
  font-family: Pretendard-Regular;
  line-height: 3rem;
}

/* contact_modal */
.contact_modal {
  cursor: pointer;
}
.contact_modal_box {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
.contact_modal_inner {
  width: 30%;
  height: 22%;
  background: #fff;
  border-radius: 10px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  box-sizing: border-box;
  padding: 2%;
  cursor: pointer;
  color: #000;
}
.contact_modal_inner p {
  font-family: Pretendard-Regular;
  text-align: center;
  line-height: 17rem;
  font-size: 1.8rem;
}

/* 반응형 */

@media screen and (max-width: 1230px) {
  html {
    font-size: 80%;
  }
  .sc10_container {
    flex-direction: column;
  }
  .left_section {
    width: 100%;
    padding: 30px;
  }
  .left_section .sticky {
    position: static;
    height: auto;
  }
  .sc10_wrap {
    width: 100%;
    padding: 30px;
  }
  .sc10_bottom {
    max-width: fit-content;
    margin: 0;
  }
  .sc10_bottom .formbox .tag_wrap > label {
    font-size: 18px;
    padding: 12px 20px;
  }
  .formbox .category h3::after {
    font-size: 15px;
  }
  .formbox ul li .formbox_head p {
    display: flex;
  }
}
@media screen and (max-width: 960px) {
  .sc10_bottom .formbox ul li {
    width: 100%;
    height: 50px;
  }
  .formbox .category h3::after {
    margin-left: 0;
  }
  .form_bottom_right button {
    padding: 10px 20px;
  }
  .contact__agree .agree__txt label .icon {
    width: 22px;
    height: 22px;
  }
  .contact__agree .agree__txt label .icon i {
    font-size: 20px;
  }

  .contact__agree .agree__txt label .txt {
    font-size: 15px;
  }
  .contact__agree .agree__conBtn {
    font-size: 14px;
  }
}
/* 800px */
@media screen and (max-width: 800px) {
  .sc10_top h2 {
    font-size: 7rem;
  }
  .sc10_p1 {
    font-size: 3rem;
    margin-top: 10%;
    margin-bottom: 10%;
  }
  .sc10_p2 {
    font-size: 2.5rem;
    margin-bottom: 10%;
  }
  .formbox ul li .formbox_head p {
    font-size: 15px;
  }
  /* .sc10_bottom .formbox ul li {
        width: calc(100%/2 - 10rem/2);
    } */
  /* .sc10_bottom {padding-left: 5%;} */
  /* .formbox ul li:nth-of-type(3n) {margin-right: 5rem;} */
  .formbox ul li:nth-of-type(5) .formbox_head {
    width: 35%;
  }
  /* .sc10_textarea {
        width: 90%;
        padding-left: 5%;
    } */
  /* .form_bottom {
        justify-content: center;
    } */

  .modal_content_2 {
    width: 80%;
    height: 40%;
    padding: 6%;
  }
}

/* 480px */
@media screen and (max-width: 480px) {
  h6 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 6rem;
  }
  .sc10_top {
    width: 90%;
    margin: 40% auto 0 auto;
    display: block;
  }
  .sc10_top h2 {
    font-size: 6.3rem;
    letter-spacing: -1px;
  }
  .sc10_top_right {
    width: 100%;
    height: 8rem;
    margin: 0 auto;
    display: none;
  }
  .sc10_p1 {
    font-size: 1.6rem;
  }
  .sc10_p2 {
    /* vertical-align: bottom; */
    padding: 7% 19%;
    margin-bottom: 0;
  }
  /* .sc10_bottom .formbox ul li {
        width: calc(100%/1 - 10rem/1);
        margin: 0 auto;
        float: none;
        margin-bottom: 7rem;
    } */
  /* .form_bottom_right button {
        width: 25rem;
        height: 7rem;
        line-height: 7rem;
    } */
  /* .form_bottom {
        display: block;
    } */
  .form_bottom_left {
    display: block;
    margin-bottom: 8%;
    text-align: center;
  }
  .form_bottom_right .contact_button {
    width: 30rem;
    height: 5rem;
    line-height: 5rem;
  }
  .form_bottom_right .button_container {
    width: 40rem;
  }

  .formbox ul li .formbox_head {
    width: 30%;
  }
  .formbox ul li:nth-of-type(2) .formbox_head {
    width: 30%;
  }
  .formbox ul li .formbox_cont input {
    font-size: 14px;
  }
  .input_5 {
    letter-spacing: -1px;
  }
  .form_bottom_right button {
    /* margin-left: 10px; */
    font-size: 13px;
  }
  .sc10_bottom .formbox .tag_wrap > label {
    padding: 8px 15px;
  }

  .formbox .sc10_textarea textarea {
    /* height: 40rem; */
  }
}

@media screen and (max-width: 390px) {
  .form_bottom_right .button_container {
    width: 23em;
  }
}
