main {
  overflow: hidden;
}

#fvContainer {
  padding: 150px 0 0;
  text-align: center;
  color: var(--primaryColor);
  display: flex;
  justify-content: center;
  gap: 0 20px;
}

.fvContents {
  position: relative;
  color: var(--primaryColor);
}

.fvTitle span:first-of-type {
  display: block;
  font-size: 60px;
  letter-spacing: 1px;
  line-height: 1.2;
  position: relative;
}

.fvTitle span:first-of-type::after {
  content: "";
  display: block;
  width: 183px;
  height: 5px;
  background: var(--primaryColor);
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
}

.fvTitle span:last-of-type {
  margin-top: 45px;
  display: block;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1.4;
  font-weight: bold;
}

.fvImg {
  width: 132px;
  position: absolute;
  top: 20px;
  left: calc(100% + 50px);
}







#newsContainer {
  width: 90%;
  max-width: 900px;
  margin: 120px auto 0;
}

#newsContainer .title {
  display: flex;
  align-items: center;
  gap: 0 50px;
}

.title h2 span:last-of-type {
  margin-top: 10px;
  display: block;
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: bold;
}

#newsContainer .title img {
  width: 294px;
}

.newsContents {
  margin-top: 70px;
}

.news {
  padding: 30px 0;
  border-bottom: 4px dotted #C8C8C8;
  display: flex;
  font-weight: bold;
}
.news:first-of-type {
  border-top: 4px dotted #C8C8C8;
}

.news dt {
  flex: 0 0 180px;
  margin-top: 6px;
  color: var(--primaryColor);
  line-height: 1.1;
}

.news dt span:first-of-type {
  font-size: 16px;
  display: block;
}

.news dt span:last-of-type {
  font-size: 32px;
}

#newsContainer .moreBtn {
  margin-right: 0;
}







@media (max-width: 1024px) {
#fvContainer {
  padding: 100px 0 0;
  /* background: var(--primaryColor);
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center; */
}

.fvContents {
  /* position: relative; */
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.fvTitle {
  margin-top: 20px;
}

/* .fvTitle span:first-of-type {
  display: block;
  font-size: 60px;
  letter-spacing: 1px;
  line-height: 1.2;
  position: relative;
}

.fvTitle span:first-of-type::after {
  content: "";
  display: block;
  width: 183px;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
}

.fvTitle span:last-of-type {
  margin-top: 45px;
  display: block;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1.4;
  font-weight: bold;
} */

.fvImg {
  width: 120px;
  position: static;
  /* top: 30px;
  left: calc(100% + 20px); */
}







#newsContainer {
  /* width: 90%;
  max-width: 900px; */
  margin: 80px auto 0;
}

/* #newsContainer .title {
  display: flex;
  align-items: center;
  gap: 0 50px;
}

.title h2 span:last-of-type {
  margin-top: 10px;
  display: block;
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: bold;
}

#newsContainer .title img {
  width: 294px;
}

.newsContents {
  margin-top: 70px;
}

.news {
  padding: 30px 0;
  border-bottom: 4px dotted #C8C8C8;
  display: flex;
  font-weight: bold;
}
.news:first-of-type {
  border-top: 4px dotted #C8C8C8;
}

.news dt {
  flex: 0 0 180px;
  margin-top: 6px;
  color: var(--primaryColor);
  line-height: 1.1;
}

.news dt span:first-of-type {
  font-size: 16px;
  display: block;
}

.news dt span:last-of-type {
  font-size: 32px;
}

#newsContainer .moreBtn {
  margin-right: 0;
} */
}










@media (max-width: 560px) {
#fvContainer {
  padding: 76px 0 0;
  /* background: var(--primaryColor);
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center; */
}

.fvContents {
  /* position: relative; */
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.fvTitle {
  margin-top: 20px;
}

.fvTitle span:first-of-type {
  /* display: block; */
  font-size: 38px;
  letter-spacing: 0.5px;
  line-height: 1;
  /* position: relative; */
}

.fvTitle span:first-of-type::after {
  /* content: "";
  display: block; */
  width: 116px;
  height: 4px;
  /* background: #fff;
  position: absolute;
  left: 50%; */
  bottom: -23px;
  /* transform: translateX(-50%); */
}

.fvTitle span:last-of-type {
  margin-top: 39px;
  /* display: block; */
  font-size: 20px;
  letter-spacing: 0.5px;
  /* line-height: 1.4;
  font-weight: bold; */
}

.fvImg {
  width: 80px;
  position: static;
  /* top: 30px;
  left: calc(100% + 20px); */
}







#newsContainer {
  /* width: 90%;
  max-width: 900px; */
  margin: 50px auto 0px;
}

#newsContainer .title {
  /* display: flex;
  align-items: center; */
  gap: 25px;
}

.title h2 span:last-of-type {
  margin-top: 5px;
  /* display: block; */
  font-size: 20px;
  letter-spacing: 1px;
  /* font-weight: bold; */
}

#newsContainer .title img {
  width: 75px;
  margin-top: 10px;
}

.newsContents {
  margin-top: 30px;
}

.news {
  padding: 28px 0 25px;
  /* border-bottom: 4px dotted #C8C8C8; */
  /* display: flex; */
  /* font-weight: bold; */
  flex-direction: column;
}
/* .news:first-of-type {
  border-top: 4px dotted #C8C8C8;
} */

.news dt {
  flex: 0 1 auto;
  margin-top: 0px;
  /* color: var(--primaryColor);
  line-height: 1.1; */
}

/* .news dt span:first-of-type {
  font-size: 16px;
  display: block;
}

.news dt span:last-of-type {
  font-size: 32px;
} */

.news dd {
  margin-top: 15px;
  font-size: 17px;
  line-height: 1.8;
}

#newsContainer .moreBtn {
  margin-right: auto;
  margin-top: 40px;
}

}