#content {
  /* margin-top: 120px; */
}

.marquee {
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  display: inline-block;
  animation: marquee 14s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
section {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.main-bg {
  margin: 0 auto;
  max-width: 1780px;
  width: 100%;
  height: 1000px;
  background: url(/image/site/main_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 250px;
}

.main-bg-text {
  color: #fff;
  padding-left: 100px;
  padding-top: 80px;
}
.main-bg-text h2 {
  width: 1100px;
  font-size: 100px;
  font-weight: 800;
  line-height: 110px;
}
.main-bg-text p {
  width: 700px;
  font-size: 28px;
  font-weight: 500;
  line-height: 44px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.main-bg-text a {
  font-size: 20px;
  font-weight: 700;
  padding: 18px 38px;
  border-radius: 30px;
  color: #000;
  background-color: #fff;
}
.title {
  width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title h2 {
  font-size: 78px;
  font-weight: 800;
}
.title p {
  width: 550px;
  font-size: 22px;
  font-weight: 500;
  color: #747474;
}

section.service {
  position: relative;
  width: 100%;
  height: 1400px;
  background: url(/image/site/service_bg.png);
  /* background-size: cover; */
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: bottom;
  margin-bottom: 250px;
  /* overflow: hidden; */
}
.swiper-container {
  width: 1440px;
  height: 100%;
  margin: 0 auto;
}
.service-list {
  position: relative;
  width: 100%;
  margin-top: 65px;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
.service-list .list-box {
  position: relative;
  flex-shrink: 0;
  width: 450px !important;
  height: 450px !important;
}
.list-box .text-area {
  position: absolute;
  left: 45px;
  bottom: 45px;
  color: #fff;
}
.list-box i {
  position: absolute;
  color: #fff;
  right: 45px;
  bottom: 45px;
  font-size: 36px;
}
.text-area h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 21px;
}
.text-area p {
  width: 340px;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
}
.bottom-title {
  position: absolute;
  width: 100%;
  bottom: -64px;
  font-size: 185px;
  font-weight: 900;
  color: #ffffff80;
  white-space: nowrap;
  overflow: hidden;
}
.bottom-title h2 {
  bottom: -50px;
}
section.community {
  margin-bottom: 230px;
}
.board-list {
  width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 65px;
}
.board-list > ul > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 36px 40px;
  border: 1px solid #cacaca;
  border-radius: 25px;
  margin-bottom: 22px;
  transition: all 0.3s ease;
}
.board-list > ul > li > a p.com_title {
  font-size: 26px;
  font-weight: 500;
  color: #000;
  transition: color 0.3s ease;
}
.board-list > ul > li > a p.com_date {
  font-size: 18px;
  font-weight: 500;
  color: #aeaeae;
  transition: color 0.3s ease;
}
.board-list > ul > li > a:hover {
  border: 1px solid #fff;
  box-shadow: 0px 4px 12.5px 0px #00000040;
}
.board-list > ul > li > a:hover p.com_title {
  color: #1191d0; /* 마우스 오버 시 텍스트 색상 */
}
.board-list > .more {
  display: flex;
  flex-direction: row-reverse;
}
.board-list > .more > a {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

section.contact {
  margin-bottom: 250px;
}
.contact-area {
  width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 65px;
  display: flex;
  gap: 75px;
}
#daumRoughmapContainer1737446757256 {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.contact-map .location {
  background-color: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 30px 40px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.contact-map .location p {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  gap: 20px;
}
.contact-map .location p:last-child {
  gap: 17px;
}
.contact-form {
  width: 640px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}
.contact-form input {
  width: 100%;
  height: 75px;
  border: 1px solid #cacaca;
  border-radius: 10px;
  font-family: "Pretendard";
  font-size: 20px;
  font-weight: 500;
  color: #b7b7b7;
  padding: 20px 25px;
}
.contact-form textarea {
  width: 100%;
  height: 225px;
  border: 1px solid #cacaca;
  border-radius: 10px;
  font-family: "Pretendard";
  font-size: 20px;
  font-weight: 500;
  color: #b7b7b7;
  padding: 20px 25px;
}
.chk__checked {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.chk__checked .check_wrap {
  display: flex;
  align-items: center;
}
.chk__checked #check_btn {
  display: none;
}
input[type="checkbox"] + label {
  display: inline-block;
  cursor: pointer;
  height: 100%;
  width: 100%;
  border: none;
  line-height: normal;
  text-align: center;
  font-size: 18px;
}
.chk__checked #check_btn + label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #1e1b1b;
  vertical-align: middle;
  background-color: #fff;
}
.chk__checked #check_btn ~ label span {
  color: #8b8b8b;
  font-size: 16px;
  margin-left: 10px;
}
.chk__checked a {
  color: #8b8b8b;
  font-size: 16px;
}
.chk__checked #check_btn:checked + label:before {
  content: "";
  background-color: #fff;
  background-image: url(/image/ico/ico_chked.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
}
.contact-form .input-box {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.contact-form a.submit {
  width: 100%;
  font-size: 22px;
  font-weight: 800;
  color: #1191d0;
  border: 1px solid #1191d0;
  border-radius: 10px;
  padding: 19px 0;
  text-align: center;
}
.main-bottom {
  margin: 0 auto;
  width: 100%;
  height: 1000px;
  background: url(/image/site/main_bottom.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-top: 100px;
  text-align: center;
}
.main-bottom h2 {
  font-size: 62px;
  font-weight: 800;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}
.main-bottom p {
  font-size: 24px;
  font-weight: 500;
  color: #1191d0;
  margin-bottom: 60px;
}
.main-bottom a {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #000;
  padding: 18px 38px;
  border-radius: 30px;
}

@media screen and (max-width: 1024px) {
  .text-area h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .main-bg-text {
    padding-left: 0 !important;
    padding-top: 0 !important;
  }
  section.main-bg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
    margin-bottom: 100px !important;
  }
  .main-bg-text {
    text-align: center;
  }
  .main-bg-text h2 {
    margin: 0 auto;
    width: 360px !important;
    font-size: 44px !important;
    line-height: 50px !important;
    margin-bottom: 30px;
  }
  .main-bg-text p {
    margin: 0 auto;
    width: 300px !important;
    font-size: 18px !important;
    line-height: 26px !important;
    margin-bottom: 45px;
  }
  .main-bg-text a {
    font-size: 16px !important;
    line-height: 36px !important;
    padding: 20px 38px !important;
  }
  .title {
    width: 100% !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .title h2 {
    font-size: 40px !important;
  }
  .title p {
    width: 100%;
    font-size: 18px !important;
  }
  .service-list {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .service-list .list-box {
    width: 100% !important;
    height: 100% !important;
  }
  .text-area p {
    display: none;
  }
  .swiper-container {
    padding: 0 20px !important;
  }
  section.service {
    background-size: auto 300px;
    height: 850px !important;
    margin-bottom: 120px;
  }
  .bottom-title {
    font-size: 60px;
    bottom: -31px;
  }
  .board-list {
    width: 100%;
    margin-top: 30px;
  }
  .board-list > ul > li > a {
    width: 100%;
    padding: 18px 23px;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 12px;
    border-radius: 10px;
  }
  .board-list > ul > li > a p.com_title {
    font-size: 18px;
  }
  .board-list > ul > li > a p.com_date {
    font-size: 14px;
  }
  .board-list > .more > a {
    font-size: 16px;
  }
  section.community {
    margin-bottom: 115px;
  }
  .contact-area {
    margin-top: 30px;
    width: 100%;
    flex-direction: column;
  }
  #daumRoughmapContainer1737446757256 {
    width: 100% !important;
    height: 360px !important;
  }
  .contact-map .location {
    padding: 15px 20px;
  }
  .contact-map .location p {
    font-size: 16px;
  }
  .contact-form {
    width: 100%;
  }
  .contact-form .input-box {
    gap: 10px;
  }
  .contact-form input {
    padding: 10px 13px;
    height: 60px;
    font-size: 16px;
  }
  .contact-form textarea {
    padding: 10px 13px;
    font-size: 16px;
    height: 150px;
  }
  .contact-form a.submit {
    padding: 18px 0;
    font-size: 16px;
  }
  section.contact {
    margin-bottom: 130px;
  }
  .main-bottom {
    padding-top: 0;
    height: 500px;
  }
  .main-bottom h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .main-bottom p {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .main-bottom a {
    font-size: 16px;
    padding: 18px 38px;
    border-radius: 25px;
  }
  .text-area h2 {
    margin-bottom: 0;
  }
  .list-box .text-area {
    left: 20px;
    top: 20px;
  }
  .list-box i {
    right: 20px;
    bottom: 20px;
    font-size: 18px;
  }
}
