* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: EQ Headline;
}

@font-face {
  font-family: "EQ Headline";
  src: url("../fonts/EQHeadline-Light.woff2") format("woff2"),
    url("../fonts/EQHeadline-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "EQ Headline";
  src: url("../fonts/EQHeadline-Regular.woff2") format("woff2"),
    url("../fonts/EQHeadline-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "EQ Headline";
  src: url("../fonts/EQHeadline-RegularItalic.woff2") format("woff2"),
    url("../fonts/EQHeadline-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "EQ Headline";
  src: url("../fonts/EQHeadline-Bold.woff2") format("woff2"),
    url("../fonts/EQHeadline-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SC Asset TH";
  src: url("../fonts/SCAssetTH-Italic.woff2") format("woff2"),
    url("../fonts/SCAssetTH-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

header img {
  width: 100%;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
}

.intro-section {
  margin-top: -10px;
  background-image: url("../assets/bgImg1.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 800px;
  display: flex;
  align-items: center;
}
.intro-content {
  color: white;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro-content-left {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.intro-content-left h1 {
  font-size: 55px;
}
.intro-content h2 {
  font-size: 35px;
}
.intro-content h2:nth-of-type(1),
.intro-content h2:nth-of-type(3) {
  font-weight: 300;
}
.intro-content-right {
  width: 40%;
}
.intro-content-right img {
  width: 100%;
}
.slider {
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slides img {
  width: 100%;
  border-radius: 5px;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  user-select: none;
  border: none;
  background-color: rgba(0, 0, 0, 0.4);
}

.next {
  right: 0;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.type-desc-section {
  background-image: url("../assets/bgImg2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 800px;
  display: flex;
  align-items: center;
}
.type-desc-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.type-upper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.type-container {
  flex: 1;
  display: flex;
  justify-content: center;
}
.type-upper img {
  width: 450px;
}
.type-lower h2 {
  text-align: center;
  color: #666666;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.5;
}

.introvert-section {
  width: 100%;
  min-height: 700px;
  padding: 4rem 0;
  background-color: #8ab7bf;
  display: flex;
  align-items: center;
}
.introvert-content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  color: white;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 24px;
  line-height: 1.3;
}
.introvert-content h2 {
  font-weight: 300;
  width: 70%;
}
.introvert-content img {
  width: 30%;
  margin-bottom: 1rem;
}
.introvert-lower-content h2 {
  width: 70%;
  margin: 0 auto;
}
.introvert-house {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.introvert-house-detail img {
  width: 100%;
}
.introvert-house-detail h2 {
  font-weight: 600;
}
.extrovert-section {
  width: 100%;
  min-height: 700px;
  padding: 4rem 0;
  background-color: #f8b66c;
  display: flex;
  align-items: center;
}
.extrovert-content {
  display: flex;
  flex-direction: column;
  color: white;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 24px;
  line-height: 1.3;
}
.extrovert-content h2 {
  font-weight: 300;
  width: 70%;
  margin: 0 auto;
}
.extrovert-content img {
  width: 30%;
  margin-bottom: 1rem;
}
.extrovert-house {
  margin-top: 2rem;
}
.extrovert-house-detail img {
  width: 50%;
}
.extrovert-house-detail h2 {
  font-weight: 600;
}
.survey-content {
  width: 100%;
  min-height: 700px;
  padding: 4rem 0;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.survey-content img {
  width: 80%;
  height: 100%;
  margin: 0 auto;
}

.register-section {
  width: 100%;
  margin: 0 auto;
}

.actionForm {
  max-width: 980px;
  margin: 2rem auto 0 auto;
  padding: 1rem;
}

.project-list {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.proj-card {
  width: 250px;
  min-height: 300px;
  overflow: hidden;
  margin: 1rem 0 1rem 0;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  position: relative;
  user-select: none;
}
.proj-card img {
  width: 100%;
}
.proj-card p:first-of-type {
  margin: 5px 0 0 5px;
  color: #f37a21;
  line-height: 1;
  font-weight: 600;
}
.proj-location {
  margin: 0 0 0 5px;
}
.proj-price {
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.checkmark {
  position: absolute;
  bottom: 5px;
  right: 10px;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #f37a1f;
  cursor: pointer;
}
.checkmark:hover {
  background-color: #ccc;
}
input:checked ~ .checkmark {
  background-color: #fff;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
input:checked ~ .checkmark:after {
  display: block;
}
.checkmark:after {
  top: 1.5px;
  left: 1.5px;
  width: 15px;
  height: 15px;
  background: #f37a1f;
}
.survey-content h2 {
  margin-top: 1rem;
  font-size: 40px;
  font-weight: 300;
}
/* .survey-content span {
  font-size: 45px;
  background-color: #666666;
  padding: 2px 3rem;
  color: white;
  border-radius: 3rem;
} */
.survey-content .regsiter-btn {
  text-transform: uppercase;
  margin-top: 5rem;
  font-size: 60px;
  background-color: #f37a21;
  padding: 0.2rem 3rem;
  border-radius: 4rem;
  color: white;
}
.divide-line {
  width: 100%;
  background-color: #666666;
  height: 1px;
  margin: 2rem 0;
}
.survey-content .project-text {
  text-align: center;
  line-height: 1.3;
}
.survey-content .project-date {
  font-weight: bold;
  font-size: 55px;
}

.inputForm {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 20px;
}
.inputForm input,
select {
  width: 100%;
  padding: 0.5rem 0.5rem;
}
.submitForm {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}
.submitForm div:last-of-type {
  width: 100%;
  margin-top: 1rem;
}

input[type="submit"] {
  width: 100%;
  background-color: #f37a1f;
  color: #fff;
  padding: 1rem;
  border: none;
  border-radius: 0;
  font-size: 1.1rem;
}
select,
option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="checkbox"],
input[type="submit"],
input[type="radio"] {
  outline: none;
}
input[type="checkbox"],
input[type="submit"] {
  cursor: pointer;
}
input:focus {
  outline: none;
}
input[type="radio"] {
  display: none;
}

.active {
  display: block;
}
#consentText {
  color: #f37a1f;
  cursor: pointer;
}
.popUp {
  position: fixed;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  height: 600px;
  margin: 0 auto;
  border: 1px solid #303030;
  box-shadow: 5px 5px 5px #757575c0;
  display: none;
  z-index: 50;
  overflow: hidden;
}
#closePopup {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 25px;
  height: 25px;
  border: none;
  background-color: #f37a21;
  color: #fff;
  z-index: 100;
}
.popupConsent {
  background-color: #fff;
  color: #000;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  margin: 1rem auto 1rem auto;
  z-index: 100;
  padding: 1rem;
}

@media only screen and (max-width: 1199px) {
  .intro-content-left {
    padding: 1rem;
  }
  .intro-content-right {
    padding: 1rem;
  }
  .intro-content-left h1 {
    font-size: 32px;
  }
  .intro-content h2 {
    font-size: 27px;
  }
  .type-upper img {
    width: 350px;
  }
  .type-lower h2 {
    font-size: 28px;
    padding: 1rem;
  }
}

@media only screen and (max-width: 845px) {
  .intro-content {
    flex-direction: column;
  }
  .intro-content-left {
    width: 100%;
    text-align: center;
    gap: 1rem;
    padding: 1rem;
  }
  .intro-content-right {
    width: 100%;
    padding: 1rem;
  }
  .intro-content-left h1 {
    font-size: 25px;
  }
  .intro-content h2 {
    font-size: 20px;
  }
  .type-desc-section {
    min-height: 600px;
    display: flex;
    align-items: center;
  }
  .type-desc-content {
    gap: 0.5rem;
  }
  .type-upper img {
    width: 175px;
  }
  .type-lower h2 {
    font-size: 20px;
    padding: 1rem;
  }
  .introvert-content {
    gap: 2rem;
  }
  .introvert-content h2 {
    padding: 0.5rem;
    font-size: 20px;
    width: 100%;
  }

  .introvert-content img {
    width: 40%;
    margin-bottom: 0.5rem;
  }
  .introvert-lower-content h2 {
    width: 100%;
    margin: 0 auto;
  }
  .introvert-house {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-direction: column;
    padding: 1rem;
  }
  .introvert-house-detail img {
    width: 100%;
  }
  .introvert-house-detail h2 {
    font-weight: 600;
    font-size: 30px;
  }
  .extrovert-section {
    min-height: 400px;
  }
  .extrovert-content {
    padding: 1rem;
  }
  .extrovert-content h2 {
    font-size: 20px;
    margin-top: 1rem;
    width: 100%;
  }
  .extrovert-content img {
    width: 40%;
    margin-bottom: 0.5rem;
  }
  .extrovert-house-detail img {
    width: 100%;
  }
  .extrovert-house-detail h2 {
    font-weight: 600;
    font-size: 30px;
  }
  .survey-content .regsiter-btn {
    font-size: 40px;
  }
  .project-list {
    justify-content: center;
  }
  .inputForm {
    grid-template-columns: repeat(1, 1fr);
  }
}
