@media (max-width: 1024px) {
/* 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: 20px auto 0;
}

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

.aboutContents {
  margin-top: 30px;
  /* display: flex; */
  gap: 30px 0;
  flex-direction: column;
}

.aboutImg {
  /* width: 494px; */
  margin: 0 auto;
}

.aboutText {
  width: 100%;
}

.moreBtn {
  /* width: 247px;
  height: 45px; */
  margin: 30px auto 0;
  /* 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: initial;
  /* height: 100%;
  object-fit: cover;
  object-position: top center;
  position: absolute;
  top: 0;
  z-index: -1; */
}

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

.serviceDeco {
  width: 200px;
  /* position: absolute; */
  top: 10px;
  right: 0px;
}

/* .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;
  padding: 0 20px 30px;
  box-sizing: border-box;
  /* display: flex; */
  justify-content: flex-start;
  /* align-items: center; */
  gap: 20px 0;
  flex-direction: column;
  position: relative;
}
.service::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 126.1px);
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  z-index: -1;
}

/* .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: 100%;
  max-width: 640px;
  display: flex;
  flex-direction: column-reverse;
}

.serviceList {
  margin-top: 20px;
  /* display: flex;
  flex-wrap: wrap;
  gap: 15px 14px; */
  justify-content: center;
}

.serviceList li {
  /* width: 204px; */
  height: 45px;
  /* background: #60b2c1; */
  border-radius: 0px;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  font-size: 14px;
  line-height: 1.2;
  /* font-weight: bold;
  letter-spacing: 0.7px;
  color: #fff; */
}

.serviceListContainer p {
  margin-top: 0px;
  text-align: center;
  /* font-weight: 500; */
}






#columnContainer {
  margin-top: -120px;
  /* position: relative; */
}
#columnContainer::after {
  /* content: "";
  width: 100%; */
  height: 70%;
  /* background: #eaeae1;
  position: absolute; */
  top: 30%;
  /* left: 0;
  z-index: -1; */
}

.columnBack {
  /* width: 100%; */
  min-width: initial;
  /* position: absolute;
  top: 0;
  z-index: -1; */
}

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

.columnDeco {
  width: 70px;
  /* position: absolute; */
  top: -30px;
  left: 50%;
  transform: translateX(-20%);
}

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

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

.columnContents {
  max-width: 450px;
  margin: 30px auto 0;
  /* display: flex;
  justify-content: space-between; */
  gap: 40px 0;
  flex-direction: column;
}

.column {
  width: 100%;
}

/* .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;
} */

.newsDeco {
  width: 160px;
  position: absolute;
  top: -50px;
  right: 22%;
}

#newsContainer h2 {
  /* color: var(--fontColor); */
  text-align: center;
}

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

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

/* #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;
} */

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

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

}
















@media (max-width: 560px) {
/* main, footer {
  overflow: hidden;
} */

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

.fvImg {
  height: 100%;
}

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

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







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

#aboutContainer h3 {
  font-size: 18px;
  letter-spacing:   0.5px;
  /* font-weight: 500;
  line-height: 1.8; */
  text-align: left;
}

.aboutContents {
  margin-top: 20px;
  /* display: flex; */
  gap: 20px 0;
  /* flex-direction: column; */
}

.aboutImg {
  width: 100%;
  max-width: 330px;
  /* margin: 0 auto; */
}

.aboutText {
  width: 100%;
  font-size: 14.5px;
  letter-spacing: 0.5px;
}

.moreBtn {
  width: 198px;
  height: 36px;
  /* margin: 30px auto 0; */
  border-radius: 16px;
  /* background: #5182bd; */
}

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







#serviceContainer {
  margin-top: 20px;
  /* position: relative; */
}

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

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

.serviceDeco {
  width: 170px;
  /* position: absolute; */
  top: 10px;
  right: 0px;
  z-index: -1;
}

.title {
  text-align: center;
}

.title h2 {
  font-size: 27px;
  letter-spacing: 1.5px;
  /* color: #0b3774; */
}

.title p {
  margin-top: 3px;
  font-size: 14px;
  /* line-height: 1.8; */
  /* font-weight: bold; */
  letter-spacing: 0.5px;
}

.service {
  margin-top: 30px;
  padding: 0 20px 30px;
  /* box-sizing: border-box; */
  /* display: flex; */
  /* justify-content: flex-start; */
  /* align-items: center; */
  gap: 10px 0;
  /* flex-direction: column;
  position: relative; */
}
/* .service::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 126.1px);
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  z-index: -1;
} */

.serviceImgContainer {
  /* width: 252.2px; */
}

.service .moreBtn {
  /* width: 202px; */
  margin: 3px 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: 100%;
  max-width: 640px;
  display: flex;
  flex-direction: column-reverse;
} */

.serviceList {
  margin-top: 15px;
  /* display: flex;
  flex-wrap: wrap; */
  gap: 7px 0px;
  /* justify-content: center; */
}

.serviceList li {
  width: 236px;
  height: 32px;
  /* background: #60b2c1; */
  /* border-radius: 0px; */
  /* display: flex;
  justify-content: center;
  align-items: center; */
  /* font-size: 14px;
  line-height: 1.2; */
  /* font-weight: bold;
  letter-spacing: 0.7px;
  color: #fff; */
}

.serviceListContainer p {
  /* margin-top: 0px;
  text-align: center; */
  font-size: 14px;
  line-height: 1.4;
  /* font-weight: 500; */
}






#columnContainer {
  margin-top: -120px;
  /* position: relative; */
}
#columnContainer::after {
  /* content: "";
  width: 100%; */
  height: 70%;
  /* background: #eaeae1;
  position: absolute; */
  top: 30%;
  /* left: 0;
  z-index: -1; */
}

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

.columnContentsContainer {
  width: 84%;
  /* max-width: 920px;
  margin: 0 auto; */
  padding: 120px 0 180px;
  /* position: relative; */
}

.columnDeco {
  width: 71.3px;
  /* position: absolute; */
  top: -30px;
  left: 50%;
  transform: translateX(-20%);
}

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

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

.columnContents {
  max-width: 450px;
  margin: 30px auto 0;
  /* display: flex;
  justify-content: space-between; */
  gap: 40px 0;
  flex-direction: column;
}

.column {
  width: 100%;
}

/* .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;
} */

.newsDeco {
  width: 155px;
  /* position: absolute; */
  top: -70px;
  right: 7%;
}

/* #newsContainer h2 {
  color: var(--fontColor);
  text-align: center;
} */

.newsContents {
  margin: 25px auto 0;
}

.news {
  width: 100%;
  /* margin: 0 auto; */
}
.news:nth-of-type(2) {
  margin: 25px auto 0;
}
.news:nth-of-type(3) {
  margin: 25px auto 0;
}

/* #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;
} */

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

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

}