/* CUSTOM VARIABLE */
/*TRANSITION*/
/*BREAKPOINT*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
.headSection {
  margin-bottom: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 1600px) {
  .headSection {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .headSection {
    margin-bottom: 15px;
  }
}

.headSection h2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 34px;
  font-weight: bold;
  color: #004821;
  line-height: 1.3;
}

@media screen and (min-width: 1600px) {
  .headSection h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .headSection h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .headSection h2 {
    font-size: 28px;
  }
}

.headSection h2 span {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #482D1D;
  position: relative;
  top: 5px;
}

@media screen and (min-width: 1600px) {
  .headSection h2 span {
    font-size: 18px;
  }
}

@media screen and (max-width: 1200px) {
  .headSection h2 span {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .headSection h2 span {
    font-size: 10px;
    top: 3px;
  }
}

.headSection a {
  font-size: 17px;
  font-weight: bold;
  color: #004821;
}

@media screen and (min-width: 1600px) {
  .headSection a {
    font-size: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .headSection a {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .headSection a {
    font-size: 15px;
  }
}

.firstSection {
  background-color: #F0F0EE;
  padding: 47px 5.45% 53px 3.29%;
}

@media screen and (max-width: 1200px) {
  .firstSection {
    padding: 40px 5%;
  }
}

@media screen and (max-width: 767px) {
  .firstSection {
    padding: 30px 5% 40px;
  }
}

.firstSection .inner ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .firstSection .inner ul {
    display: block;
  }
}

.firstSection .inner ul li {
  width: 47.5%;
  background-color: #FFF;
  position: relative;
  top: 0;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .firstSection .inner ul li {
    width: 100%;
    margin-bottom: 5%;
  }
  .firstSection .inner ul li:last-child {
    margin-bottom: 0;
  }
}

.firstSection .inner ul li a {
  padding: 16px;
  display: flex;
  justify-content: flex-start;
}

@media screen and (min-width: 1600px) {
  .firstSection .inner ul li a {
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  .firstSection .inner ul li a {
    padding: 10px;
  }
}

.firstSection .inner ul li a .img {
  width: 100px;
  height: 100px;
  margin-right: 16px;
  overflow: hidden;
}

@media screen and (min-width: 1600px) {
  .firstSection .inner ul li a .img {
    width: 150px;
    height: 150px;
    margin-right: 20px;
  }
}

.firstSection .inner ul li a .img div {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  transform: scale(1);
}

.firstSection .inner ul li a .blog-text {
  flex: 1;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  padding-top: 6px;
  color: #004821;
}

@media screen and (max-width: 1200px) {
  .firstSection .inner ul li a .blog-text {
    padding-top: 0;
  }
}

.firstSection .inner ul li a .blog-text p {
  display: none;
}

.firstSection .inner ul li a .blog-text span {
  font-size: 18px;
  display: block;
  margin-bottom: 16px;
  line-height: 1.2;
}

@media screen and (min-width: 1600px) {
  .firstSection .inner ul li a .blog-text span {
    font-size: 22px;
  }
}

@media screen and (max-width: 1200px) {
  .firstSection .inner ul li a .blog-text span {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .firstSection .inner ul li a .blog-text span {
    font-size: 12px;
    margin-bottom: 5px;
  }
}

.firstSection .inner ul li a .blog-text h3 {
  font-weight: bold;
}

@media screen and (min-width: 1600px) {
  .firstSection .inner ul li a .blog-text h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .firstSection .inner ul li a .blog-text h3 {
    font-size: 14px;
  }
}

.firstSection .inner ul li:hover {
  top: 5px;
}

.firstSection .inner ul li:hover a .img div {
  transform: scale(1.05);
}

.secondSection {
  padding: 47px 5.45% 47px 3.29%;
}

@media screen and (max-width: 1200px) {
  .secondSection {
    padding: 40px 5%;
  }
}

@media screen and (max-width: 767px) {
  .secondSection {
    padding: 30px 5% 15px;
  }
}

.secondSection .inner ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .secondSection .inner ul {
    justify-content: space-between;
  }
}

.secondSection .inner ul li {
  width: 31.5%;
  margin-right: 2.75%;
  margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
  .secondSection .inner ul li {
    width: 31.6%;
    margin-right: 2.5%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .secondSection .inner ul li {
    width: 47.5%;
    margin-right: 0;
    margin-bottom: 7.5%;
  }
}

.secondSection .inner ul li:nth-child(3), .secondSection .inner ul li:nth-child(6), .secondSection .inner ul li:nth-child(9) {
  margin-right: 0;
}

.secondSection .inner ul li a {
  display: block;
  position: relative;
  top: 0;
  transition: all 0.3s ease;
}

.secondSection .inner ul li a .img {
  width: 100%;
  height: 16.7vw;
  margin-bottom: 24px;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .secondSection .inner ul li a .img {
    height: 17.5vw;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .secondSection .inner ul li a .img {
    height: 32vw;
    margin-bottom: 10px;
  }
}

.secondSection .inner ul li a .img div {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  transform: scale(1);
}

.secondSection .inner ul li a h2 {
  font-weight: bold;
  color: #004821;
}

@media screen and (max-width: 1200px) {
  .secondSection .inner ul li a h2 {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .secondSection .inner ul li a h2 {
    font-size: 14px;
  }
}

.secondSection .inner ul li a:hover {
  top: 5px;
}

.secondSection .inner ul li a:hover .img div {
  transform: scale(1.05);
}

.thirdSection {
  margin-bottom: 24px;
}

@media screen and (max-width: 1200px) {
  .thirdSection {
    margin-bottom: 15px;
  }
}

.thirdSection .map {
  width: 100%;
  height: 26.5vw;
  overflow: hidden;
}

@media screen and (min-width: 1600px) {
  .thirdSection .map {
    height: 32.5vw;
  }
}

@media screen and (max-width: 1200px) {
  .thirdSection .map {
    height: 35vw;
  }
}

@media screen and (max-width: 767px) {
  .thirdSection .map {
    height: 50vw;
  }
}

.thirdSection .map iframe {
  width: 100%;
  height: 100%;
}

.fourSection .inner {
  position: relative;
}

.fourSection .inner .bg img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .fourSection .inner .bg {
    display: none;
  }
}

.fourSection .inner .bg.smartphone {
  display: none;
}

@media screen and (max-width: 767px) {
  .fourSection .inner .bg.smartphone {
    display: block;
  }
}

.fourSection .inner .bg iframe {
  width: 100%;
  height: 38vw;
}

@media screen and (min-width: 1600px) {
  .fourSection .inner .bg iframe {
    height: 40.5vw;
  }
}

@media screen and (max-width: 1200px) {
  .fourSection .inner .bg iframe {
    height: 37.5vw;
  }
}

@media screen and (max-width: 1000px) {
  .fourSection .inner .bg iframe {
    height: 49.5vw;
  }
}

@media screen and (max-width: 767px) {
  .fourSection .inner .bg iframe {
    height: 100vw;
  }
}

.fourSection .inner a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 299px;
  height: 73px;
  border-radius: 10px;
  background-color: #FFF9EB;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #004821;
  transition: all 0.3s ease;
}

.fourSection .inner a:hover {
  top: calc(50% + 5px);
}

@media screen and (min-width: 1600px) {
  .fourSection .inner a {
    width: 375px;
    height: 80px;
    border-radius: 15px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .fourSection .inner a {
    width: 250px;
    height: 60px;
    font-size: 12px;
  }
}

.fourSection .inner a i {
  font-size: 28px;
  margin: 0 8px;
  margin-left: 10px;
}

@media screen and (min-width: 1600px) {
  .fourSection .inner a i {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .fourSection .inner a i {
    font-size: 24px;
  }
}

/*# sourceMappingURL=top.css.map */