main, footer {
  overflow: hidden;
}

#fvContainer {
  height: 1080px;
  position: relative;
}

.fvImg {
  height: 100%;
}

.fvImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.fvText {
  width: 499px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}







#aboutContainer {
  width: 90%;
  max-width: 940px;
  margin: 40px auto 0;
}

#aboutContainer h3 {
  font-size: 24px;
  letter-spacing:   1.5px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}

.aboutContents {
  margin-top: 50px;
  display: flex;
  gap: 0 30px;
}

.aboutImg {
  width: 494px;
}

.aboutText {
  width: 405px;
  font-weight: 500;
}

.moreBtn {
  width: 247px;
  height: 45px;
  margin-top: 30px;
  border-radius: 23px;
  background: #5182bd;
}

.moreBtn a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: bold;
  color: #fff;
}







#serviceContainer {
  position: relative;
}

.serviceBack {
  width: 100%;
  min-width: 1900px;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  position: absolute;
  top: 0;
  z-index: -1;
}

.serviceContenttsContainer {
  width: 90%;
  max-width: 920px;
  padding: 150px 0 200px;
  margin: 0 auto;
  position: relative;
}

.serviceDeco {
  width: 283.27px;
  position: absolute;
  top: -22px;
  right: -180px;
}

.title h2 {
  font-size: 32px;
  letter-spacing: 2px;
  color: #0b3774;
}

.title p {
  margin-top: 5px;
  line-height: 1.8;
  font-weight: bold;
  letter-spacing: 0.8px;
}

.service {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
}

.serviceImgContainer {
  width: 252.2px;
}

.service .moreBtn {
  width: 202px;
  margin: 13px auto 0;
  position: relative;
}
.service .moreBtn::after {
  content: "";
  width: 1px;
  height: 13px;
  background: #5182bd;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.serviceListContainer {
  width: 640px;
}

.serviceList {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 14px;
}

.serviceList li {
  width: 204px;
  height: 64px;
  background: #60b2c1;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14.5px;
  font-weight: bold;
  letter-spacing: 0.7px;
  color: #fff;
}

.serviceListContainer p {
  margin-top: 15px;
  font-weight: 500;
}






#columnContainer {
  margin-top: -170px;
  position: relative;
}
#columnContainer::after {
  content: "";
  width: 100%;
  height: 50%;
  background: #eaeae1;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}

.columnBack {
  width: 100%;
  min-width: 1900px;
  position: absolute;
  top: 0;
  z-index: -1;
}

.columnContentsContainer {
  width: 90%;
  max-width: 920px;
  margin: 0 auto;
  padding: 150px 0 180px;
  position: relative;
}

.columnDeco {
  width: 102px;
  position: absolute;
  top: 45px;
  left: 60px;
}

#columnContainer .title {
  text-align: right;
}

#columnContainer .title h2 {
  color: var(--fontColor);
}

.columnContents {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  gap: 0 25px;
}

.column {
  width: 290px;
}

.column a {
  color: var(--fontColor);
}

.columnText {
  margin-top: 5px;
}

.columnInfo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
}

.columnCategory {
  display: flex;
  justify-content: 0 10px;
}

.columnCategory li {
  width: 57px;
  height: 18px;
  background: #000;
  border-radius: 4px;
  font-size: 14.4px;
  letter-spacing: 2px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.columnDate {
  font-size: 14.4px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.columnTitle dt {
  font-size: 17px;
  letter-spacing: 0.8px;
  line-height: 1.4;
  font-weight: 500;
}

.columnTitle dd {
  margin-top: 5px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#columnContainer .moreBtn {
  margin: 30px auto 0;
}








#newsContainer {
  margin-top: -100px;
  background: #fff;
  position: relative;
}

.newsContentsContainer {
  width: 90%;
  max-width: 850px;
  margin: 0 auto;
  padding: 80px 0 0;
  position: relative;
}

.newsDeco {
  width: 221.7px;
  position: absolute;
  top: 100px;
  right: 0px;
}

#newsContainer h2 {
  color: var(--fontColor);
}

.newsContents {
  margin: 30px 0 0 60px
}

.news {
  width: 350px;
}
.news:nth-of-type(2) {
  margin: 40px auto 0;
}
.news:nth-of-type(3) {
  margin: 40px 0 0 auto;
}

#newsContainer .news a {
  color: var(--fontColor);
}

.newsDate {
  font-size: 14.4px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.news p {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.newsUnderline {
  transform: translateY(-5px);
}

#newsContainer .moreBtn {
  margin: 60px auto 0;
}