@import url("../font/Pretendard.css");

/* basic */
* {
  margin: 0;
  padding: 0;
  font-family: "Pretendard", sans-serif;
  word-break: keep-all;
  background-repeat: no-repeat;
  background-size: cover;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  color: #1c1c1c;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

img {
  display: block;
}

.content {
  width: 100%;
  position: relative;
}

section {
  width: 100%;
  position: relative;
}

#wrap {
  width: 80%;
  margin: 0 auto;
}

/*서브 : intro*/
#intro {
  position: relative;
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center;
}

#intro .text_box {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#intro .text_box h1 {
  font-weight: 800;
  font-size: 4rem;
  line-height: 4.6rem;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}

#intro .text_box p {
  font-size: 2.2rem;
  font-weight: 600;
}

/* 서브:콘텐츠 */
#content {
  padding: 150px 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}

#main_title {
  text-align: center;
  font-size: 3.8rem;
  line-height: 5rem;
  font-weight: 900;
  position: relative;
}

#main_title::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(133.29deg, #469bff 12.75%, #465dff 84.27%);
}

#sub_title {
  font-size: 3rem;
  font-weight: 800;
  line-height: 3.6rem;
  margin-bottom: 30px;
}

#sub_title span {
  color: #465dff;
}

/* 서브:콘텐츠박스 */
.con_box {
  width: 100%;
  padding-top: 100px;
}

.con_box span {
  color: #465dff;
}

/* 버튼 세팅 */
/* button:not(.btn_zoom_in, .btn_zoom_out, .img_zoom){ */
/* button:not(.wrap_btn_zoom > button){ */
/* button:not(.wrap_btn_zoom){ */
/* button:not(.map button){ */
button{
  width: 250px;
  height: 60px;
  border-radius: 30px;
  background-color: #959ea4;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  border: none;
  margin-top: 50px;
  margin-right: 20px;
  cursor: pointer;
}

button a {
  display: block;
  font-size: 1.6rem;
  color: #fff;
}

@media screen and (max-width: 1204px) {
  #intro .text_box h1 {
    font-size: 3.8rem;
  }

  #main_title {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 1180px) {
  .con_box {
    padding-top: 60px;
  }
}

@media screen and (max-width: 1024px) {
  #wrap {
    width: 90%;
  }
}

@media screen and (max-width: 860px) {
  #content {
    padding: 100px 0;
  }

  #intro {
    height: 400px;
  }

  #intro .text_box h1 {
    font-size: 3.6rem;
    line-height: 4.6rem;
    margin-bottom: 0;
  }

  #main_title {
    font-size: 3.4rem;
  }

  #sub_title {
    font-size: 2.8rem;
  }

  #intro .text_box p {
    font-size: 2rem;
  }
}

@media screen and (max-width: 860px) {
  .con_box {
    padding-top: 30px;
  }

  #sub_title {
    font-size: 2.6rem;
    line-height: 3.2rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 650px) {
  #intro .text_box {
    width: 80%;
  }
}

@media screen and (max-width: 568px) {
  #intro {
    height: 400px;
  }

  #intro .text_box h1 {
    font-size: 3.4rem;
    line-height: 4.6rem;
    margin-bottom: 0;
  }

  #main_title {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 460px) {
  #content {
    padding: 60px 0;
  }

  #intro {
    height: 320px;
  }

  #intro .text_box h1 {
    font-size: 3rem;
    line-height: 4rem;
    margin-bottom: 0;
  }

  #intro .text_box p {
    font-size: 1.8rem;
  }

  #main_title {
    font-size: 2.8rem;
  }
}
