/*** #banner.home ***/
#banner[class*=home] > .inner > .box1 {
  height: 100%;
  width: 100%;
}
#banner[class*=home] > .inner > .box1 > .box1 {
  height: 100%;
  width: 100%;
}
#banner[class*=home] > .inner > .box1 > .box1 > .lst1 {
  height: 100%;
  width: 100%;
}
#banner[class*=home] > .inner > .box1 > .box1 > .lst1 > [class^=itm] {
  height: 100%;
  width: 100%;
  position: relative;
}
#banner[class*=home] > .inner > .box1 > .box1 > .lst1 > [class^=itm]::after {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: rgba(24, 24, 24, 0.2);
  content: "";
  display: block;
  position: absolute;
  z-index: 101;
}
#banner[class*=home] > .inner > .box1 > .box1 > .lst1 > [class^=itm] > .img1 {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
#banner[class*=home] > .inner > .box1 > .box1 > .lst1 > [class^=itm].swiper-slide-active > .img1, #banner[class*=home] > .inner > .box1 > .box1 > .lst1 > [class^=itm].swiper-slide-duplicate-active > .img1, #banner[class*=home] > .inner > .box1 > .box1 > .lst1 > [class^=itm].swiper-slide-prev > .img1 {
  animation: zoomUp 8s linear 0s 1 normal both;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
#banner[class*=home] > .inner > .box1 > .box2 {
  height: auto;
  width: 100%;
  padding: 0rem 1.5rem;
  left: 0;
  position: absolute;
  top: 10rem;
  z-index: 102;
}
@media screen and (min-width: 768px) {
  #banner[class*=home] > .inner > .box1 > .box2 {
    padding: 0rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner[class*=home] > .inner > .box1 > .box2 {
    padding: 0rem 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  #banner[class*=home] > .inner > .box1 > .box2 {
    top: 14.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner[class*=home] > .inner > .box1 > .box2 {
    top: 19rem;
    width: calc(100% - 26.5rem);
  }
}
#banner[class*=home] > .inner > .box1 > .box2 > [class^=par] {
  height: auto;
  width: 100%;
  color: #ffffff;
  font-size: 1.04rem;
  letter-spacing: 0.05em;
  line-height: 1.76;
}
@media screen and (min-width: 768px) {
  #banner[class*=home] > .inner > .box1 > .box2 > [class^=par] {
    font-size: 1.19rem;
    line-height: 2.16;
  }
}
@media screen and (min-width: 1200px) {
  #banner[class*=home] > .inner > .box1 > .box2 > [class^=par] {
    font-size: 1.35rem;
    line-height: 2;
  }
}
#banner[class*=home] > .inner > .box1 > .box3 {
  display: none;
}
@media screen and (min-width: 1200px) {
  #banner[class*=home] > .inner > .box1 > .box3 {
    display: block;
    position: absolute;
    right: 0;
    top: 14rem;
    width: 24rem;
    z-index: 103;
  }
}
@media screen and (min-width: 1200px) and (max-height: 768px) {
  #banner[class*=home] > .inner > .box1 > .box3 {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  #banner[class*=home] > .inner > .box1 > .box3 > [class^=box] {
    height: auto;
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner[class*=home] > .inner > .box1 > .box3 > [class^=box] > .lst1 {
    height: auto;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  #banner[class*=home] > .inner > .box1 > .box3 > [class^=box] > .lst1 > [class^=itm] {
    padding: 0.625rem 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner[class*=home] > .inner > .box1 > .box3 > [class^=box] > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 1.25rem;
  }
}
#banner[class*=home] > .inner > .box1 > .box3 > [class^=box] > .lst1 > [class^=itm] > .lnk1 {
  height: auto;
  width: 100%;
  font-size: 1.04rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  align-items: center;
  display: flex;
}
@media screen and (min-width: 768px) {
  #banner[class*=home] > .inner > .box1 > .box3 > [class^=box] > .lst1 > [class^=itm] > .lnk1 {
    font-size: 1.12rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #banner[class*=home] > .inner > .box1 > .box3 > [class^=box] > .lst1 > [class^=itm] > .lnk1 {
    font-size: 1.2rem;
    line-height: 2;
  }
}
#banner[class*=home] > .inner > .box1 > .box3 > [class^=box] > .lst1 > [class^=itm] > .lnk1 > .elm1 {
  height: auto;
  width: auto;
  margin-right: 0.75rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #banner[class*=home] > .inner > .box1 > .box3 > [class^=box] > .lst1 > [class^=itm] > .lnk1 > .elm1 {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner[class*=home] > .inner > .box1 > .box3 > [class^=box] > .lst1 > [class^=itm] > .lnk1 > .elm1 {
    margin-right: 1.25rem;
  }
}
#banner[class*=home] > .inner > .box1 > .box3 > [class^=box] > .lst1 > [class^=itm] > .lnk1 > .elm1 > .img1 {
  display: block;
  height: auto;
  width: 2.25rem;
}
@media screen and (min-width: 1200px) {
  #banner[class*=home] > .inner > .box1 > .box3 > [class^=box] > .lst1 > [class^=itm] > .lnk1 > .elm1 > .img1 {
    width: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner[class*=home] > .inner > .box1 > .box3 > [class^=box] > .lst1 > [class^=itm] > .lnk1 > .elm1 > .img1 {
    width: 3.75rem;
  }
}
#banner[class*=home] > .inner > .box1 > .box3 > [class^=box] > .lst1 > [class^=itm] > .lnk1 > .elm2 {
  height: auto;
  width: auto;
  display: block;
}
#banner[class*=home] > .inner > .box1 > .box3 > [class^=box] > .lst1 > [class^=itm] > .lnk1 > .elm2 > .elm1 {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #ffffff;
  display: block;
  font-family: "Marcellus SC", serif;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #banner[class*=home] > .inner > .box1 > .box3 > [class^=box] > .lst1 > [class^=itm] > .lnk1 > .elm2 > .elm1 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #banner[class*=home] > .inner > .box1 > .box3 > [class^=box] > .lst1 > [class^=itm] > .lnk1 > .elm2 > .elm1 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
#banner[class*=home] > .inner > .box1 > .box3 > [class^=box] > .lst1 > [class^=itm] > .lnk1 > .elm2 > .elm2 {
  font-size: 1.04rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #ffffff;
  display: block;
}
@media screen and (min-width: 768px) {
  #banner[class*=home] > .inner > .box1 > .box3 > [class^=box] > .lst1 > [class^=itm] > .lnk1 > .elm2 > .elm2 {
    font-size: 1.12rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #banner[class*=home] > .inner > .box1 > .box3 > [class^=box] > .lst1 > [class^=itm] > .lnk1 > .elm2 > .elm2 {
    font-size: 1.2rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1200px) {
  #banner[class*=home] > .inner > .box1 > .box3 > [class^=box].box1 > .lst1 > .itm1 {
    background-color: rgba(161, 104, 154, 0.9);
  }
}
@media screen and (min-width: 1200px) {
  #banner[class*=home] > .inner > .box1 > .box3 > [class^=box].box1 > .lst1 > .itm2 {
    background-color: rgba(128, 137, 30, 0.9);
  }
}
@media screen and (min-width: 1200px) {
  #banner[class*=home] > .inner > .box1 > .box3 > [class^=box].box1 > .lst1 > .itm3 {
    background-color: rgba(148, 74, 83, 0.9);
  }
}
@media screen and (min-width: 1200px) {
  #banner[class*=home] > .inner > .box1 > .box3 > [class^=box].box1 > .lst1 > .itm4 {
    background-color: rgba(196, 121, 98, 0.9);
  }
}
@media screen and (min-width: 1200px) {
  #banner[class*=home] > .inner > .box1 > .box3 > [class^=box].box2 > .lst1 > .itm1 {
    background-color: rgba(62, 115, 179, 0.9);
  }
}
@media screen and (min-width: 1200px) {
  #banner[class*=home] > .inner > .box1 > .box3 > [class^=box].box2 > .lst1 > .itm2 {
    background-color: rgba(185, 156, 64, 0.9);
  }
}
@media screen and (min-width: 1200px) {
  #banner[class*=home] > .inner > .box1 > .box3 > [class^=box].box2 > .lst1 > .itm3 {
    background-color: rgba(229, 151, 178, 0.9);
  }
}
#banner[class*=home] > .inner > .box1 > .box4 {
  padding: 0rem 1.5rem;
  bottom: 1.5rem;
  display: flex;
  height: auto;
  left: 0;
  position: absolute;
  width: calc(100% - 5.5rem);
  z-index: 104;
}
@media screen and (min-width: 768px) {
  #banner[class*=home] > .inner > .box1 > .box4 {
    padding: 0rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner[class*=home] > .inner > .box1 > .box4 {
    padding: 0rem 2.5rem;
  }
}
@media screen and (min-aspect-ratio: 1/1) and (max-width: 767px) {
  #banner[class*=home] > .inner > .box1 > .box4 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #banner[class*=home] > .inner > .box1 > .box4 {
    bottom: 2rem;
    width: calc(100% - 7rem);
  }
}
@media screen and (min-width: 768px) and (min-aspect-ratio: 1/1) {
  #banner[class*=home] > .inner > .box1 > .box4 {
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  #banner[class*=home] > .inner > .box1 > .box4 {
    bottom: 2.5rem;
    width: calc(100% - 26.5rem);
  }
}
#banner[class*=home] > .inner > .box1 > .box4 > [class^=box] {
  height: 6.5rem;
  max-width: 35rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #banner[class*=home] > .inner > .box1 > .box4 > [class^=box] {
    height: 8.5rem;
    max-width: 37.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner[class*=home] > .inner > .box1 > .box4 > [class^=box] {
    height: 10.5rem;
    max-width: 40rem;
    width: calc(50% - 1.25rem);
  }
}
#banner[class*=home] > .inner > .box1 > .box4 > [class^=box]:nth-of-type(2) {
  display: none;
}
@media screen and (min-width: 1200px) {
  #banner[class*=home] > .inner > .box1 > .box4 > [class^=box]:nth-of-type(2) {
    display: block;
    margin-left: 2.5rem;
  }
}
#banner[class*=home] > .inner > .box1 > .box4 > [class^=box] > .lnk1 {
  height: 100%;
  width: 100%;
  border-radius: 0.75rem;
  padding: 0.75rem 0.75rem;
  border: 0.1rem solid #ffffff;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #banner[class*=home] > .inner > .box1 > .box4 > [class^=box] > .lnk1 {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner[class*=home] > .inner > .box1 > .box4 > [class^=box] > .lnk1 {
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  #banner[class*=home] > .inner > .box1 > .box4 > [class^=box] > .lnk1 {
    padding: 1rem 1rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner[class*=home] > .inner > .box1 > .box4 > [class^=box] > .lnk1 {
    padding: 1.25rem 1.25rem;
  }
}
#banner[class*=home] > .inner > .box1 > .box4 > [class^=box] > .lnk1.hov {
  transition: opacity 0.35s;
}
#banner[class*=home] > .inner > .box1 > .box4 > [class^=box] > .lnk1.hov:hover {
  opacity: 0.5;
}
#banner[class*=home] > .inner > .box1 > .box4 > [class^=box] > .lnk1 > .box1 {
  height: auto;
  width: calc(100% - 6.5rem);
}
@media screen and (min-width: 768px) {
  #banner[class*=home] > .inner > .box1 > .box4 > [class^=box] > .lnk1 > .box1 {
    width: calc(100% - 8.5rem);
  }
}
@media screen and (min-width: 1200px) {
  #banner[class*=home] > .inner > .box1 > .box4 > [class^=box] > .lnk1 > .box1 {
    width: calc(100% - 10.5rem);
  }
}
#banner[class*=home] > .inner > .box1 > .box4 > [class^=box] > .lnk1 > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 0.91rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  #banner[class*=home] > .inner > .box1 > .box4 > [class^=box] > .lnk1 > .box1 > .hdr1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner[class*=home] > .inner > .box1 > .box4 > [class^=box] > .lnk1 > .box1 > .hdr1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  #banner[class*=home] > .inner > .box1 > .box4 > [class^=box] > .lnk1 > .box1 > .hdr1 {
    font-size: 0.98rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #banner[class*=home] > .inner > .box1 > .box4 > [class^=box] > .lnk1 > .box1 > .hdr1 {
    font-size: 1.05rem;
    line-height: 2;
  }
}
#banner[class*=home] > .inner > .box1 > .box4 > [class^=box] > .lnk1 > .box1 > .hdr2 {
  height: auto;
  width: 100%;
  font-size: 1.17rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #ffffff;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #banner[class*=home] > .inner > .box1 > .box4 > [class^=box] > .lnk1 > .box1 > .hdr2 {
    font-size: 1.26rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #banner[class*=home] > .inner > .box1 > .box4 > [class^=box] > .lnk1 > .box1 > .hdr2 {
    font-size: 1.35rem;
    line-height: 2;
  }
}
#banner[class*=home] > .inner > .box1 > .box4 > [class^=box] > .lnk1 > .box2 {
  height: 5rem;
  width: 5rem;
}
@media screen and (min-width: 768px) {
  #banner[class*=home] > .inner > .box1 > .box4 > [class^=box] > .lnk1 > .box2 {
    height: 6.5rem;
    width: 6.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #banner[class*=home] > .inner > .box1 > .box4 > [class^=box] > .lnk1 > .box2 {
    height: 8rem;
    width: 8rem;
  }
}
#banner[class*=home] > .inner > .box1 > .box4 > [class^=box] > .lnk1 > .box2 > .img1 {
  height: 100%;
  width: 100%;
  display: block;
}
#banner[class*=home] > .inner > .box1 > .box4 > [class^=box] > .lnk1.type2 > .box1 {
  width: 100%;
}

/*** #main.home ***/
#main[class*=home] {
  margin: 6rem 0rem;
}
@media screen and (min-width: 768px) {
  #main[class*=home] {
    margin: 8rem 0rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] {
    margin: 10rem 0rem;
  }
}
#main[class*=home] > .inner {
  height: auto;
  width: 100%;
}
#main[class*=home] > .inner > .sec1 {
  height: auto;
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec1 {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec1 {
    margin-bottom: 10rem;
  }
}
#main[class*=home] > .inner > .sec1 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 42rem;
  padding: 0 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec1 > .inner {
    max-width: 76.8rem;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec1 > .inner {
    max-width: 120rem;
    padding: 0 2.5rem;
  }
}
#main[class*=home] > .inner > .sec1 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec1 > .inner > .box1 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec1 > .inner > .box1 {
    margin-bottom: 5rem;
  }
}
#main[class*=home] > .inner > .sec1 > .inner > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 1.82rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec1 > .inner > .box1 > .hdr1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec1 > .inner > .box1 > .hdr1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec1 > .inner > .box1 > .hdr1 {
    font-size: 1.96rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec1 > .inner > .box1 > .hdr1 {
    font-size: 2.1rem;
    line-height: 2;
  }
}
#main[class*=home] > .inner > .sec1 > .inner > .box1 > .hdr2 {
  height: auto;
  width: 100%;
  font-size: 1.56rem;
  letter-spacing: 0.1em;
  color: #181818;
  font-family: "Marcellus SC", serif;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec1 > .inner > .box1 > .hdr2 {
    font-size: 1.68rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec1 > .inner > .box1 > .hdr2 {
    font-size: 1.8rem;
  }
}
#main[class*=home] > .inner > .sec1 > .inner > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec1 > .inner > .box2 {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec1 > .inner > .box2 {
    margin-bottom: 10rem;
  }
}
#main[class*=home] > .inner > .sec1 > .inner > .box2 > .par1 {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec1 > .inner > .box2 > .par1 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec1 > .inner > .box2 > .par1 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec1 > .inner > .box2 > .par1 {
    text-align: center;
  }
}
#main[class*=home] > .inner > .sec1 > .inner > .box3 {
  height: auto;
  width: 100%;
}
#main[class*=home] > .inner > .sec1 > .inner > .box3 > .lst1 {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec1 > .inner > .box3 > .lst1 > [class^=itm] {
    height: auto;
    width: 100%;
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec1 > .inner > .box3 > .lst1 > [class^=itm] {
    width: calc(50% - 1.25rem);
  }
}
#main[class*=home] > .inner > .sec1 > .inner > .box3 > .lst1 > [class^=itm]:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec1 > .inner > .box3 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec1 > .inner > .box3 > .lst1 > [class^=itm]:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec1 > .inner > .box3 > .lst1 > [class^=itm]:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 2.5rem;
  }
}
#main[class*=home] > .inner > .sec1 > .inner > .box3 > .lst1 > [class^=itm] > .img1 {
  height: auto;
  width: 100%;
  display: block;
}
#main[class*=home] > .inner > .sec2 {
  height: auto;
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec2 {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec2 {
    margin-bottom: 10rem;
  }
}
#main[class*=home] > .inner > .sec2 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 42rem;
  padding: 0 1.5rem;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec2 > .inner {
    max-width: 76.8rem;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec2 > .inner {
    max-width: 120rem;
    padding: 0 2.5rem;
  }
}
#main[class*=home] > .inner > .sec2 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box1 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box1 {
    margin-bottom: 5rem;
  }
}
#main[class*=home] > .inner > .sec2 > .inner > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  color: #181818;
  font-family: "Marcellus SC", serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box1 > .hdr1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box1 > .hdr1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box1 > .hdr1 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box1 > .hdr1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box1 > .hdr1 {
    text-align: left;
  }
}
#main[class*=home] > .inner > .sec2 > .inner > .box1 > .hdr2 {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #181818;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box1 > .hdr2 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box1 > .hdr2 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box1 > .hdr2 {
    text-align: left;
  }
}
#main[class*=home] > .inner > .sec2 > .inner > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2 {
    margin-bottom: 5rem;
  }
}
#main[class*=home] > .inner > .sec2 > .inner > .box2::after {
  background-image: url("../images/bg_home_sec2.png");
  bottom: -6rem;
  content: "";
  display: block;
  height: 95%;
  left: calc(50% - 50vw);
  position: absolute;
  width: 100vw;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2::after {
    bottom: -8rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2::after {
    bottom: -10rem;
  }
}
#main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 {
    margin-bottom: 5rem;
  }
}
#main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box1 {
  margin: -0.75rem -0.75rem;
  height: auto;
  position: relative;
  width: calc(100% + 1.5rem);
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box1 {
    margin: -1rem -1rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box1 {
    margin: -1.25rem -1.25rem;
  }
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box1 {
    width: calc(100% + 2rem);
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box1 {
    width: calc(100% + 2.5rem);
  }
}
#main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 {
  height: auto;
  width: 100%;
}
#main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box] {
  height: auto;
  width: 100%;
  padding: 0.75rem 0.75rem;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box] {
    padding: 1rem 1rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box] {
    padding: 1.25rem 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box] {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box] {
    width: 33.333%;
  }
}
#main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box] > .lnk1 {
  height: auto;
  width: 100%;
  background-color: #ffffff;
  display: block;
}
#main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box] > .lnk1 > .box1 {
  height: auto;
  width: 100%;
}
#main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box] > .lnk1 > .box1 > .img1 {
  height: auto;
  width: 100%;
  display: block;
}
#main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box] > .lnk1 > .box2 {
  height: auto;
  width: 100%;
  padding: 0.75rem 0.75rem;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box] > .lnk1 > .box2 {
    padding: 1rem 1rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box] > .lnk1 > .box2 {
    padding: 1.25rem 1.25rem;
  }
}
#main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .hdr1 {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #181818;
  font-weight: 600;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .hdr1 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box] > .lnk1 > .box2 > .hdr1 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
#main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box] > .lnk1.hov > .box1 {
  overflow: hidden;
  position: relative;
}
#main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box] > .lnk1.hov > .box1::after {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: rgba(24, 24, 24, 0);
  content: "";
  display: block;
  position: absolute;
  transition: background 0.35s ease-out;
}
#main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box] > .lnk1.hov > .box1 > .img1 {
  transition: opacity 0.35s ease-out, transform 0.35s ease-out;
}
#main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box] > .lnk1.hov:hover > .box1::after {
  background-color: rgba(24, 24, 24, 0.4);
}
#main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box1 > .box1 > [class^=box] > .lnk1.hov:hover > .box1 > .img1 {
  opacity: 0.5;
  transform: scale(1.05);
}
#main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box2 {
  height: auto;
  width: auto;
  bottom: calc(100% + 1.5rem);
  position: absolute;
  right: 0;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box2 {
    bottom: calc(100% + 2rem);
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box2 {
    bottom: calc(100% + 2.5rem);
  }
}
#main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box2 > .lst1 {
  height: auto;
  width: 100%;
  display: flex;
}
#main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm] {
  height: auto;
  width: auto;
}
#main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
  margin-right: 0.375rem;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm]:not(:last-of-type) {
    margin-right: 0.625rem;
  }
}
#main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1 {
  border-radius: 0.75rem;
  background-color: #a1689a;
  display: block;
  height: 3rem;
  position: relative;
  width: 3rem;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1 {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1 {
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1 {
    height: 4rem;
    width: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1 {
    height: 5rem;
    width: 5rem;
  }
}
#main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1 > .img1 {
  height: auto;
  width: 100%;
  display: block;
  height: auto;
  left: 35%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
}
#main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1.hov {
  transition: background 0.35s ease-out;
}
#main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box2 > .lst1 > [class^=itm] > .lnk1.hov:hover {
  background-color: #81497a;
}
#main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box0 {
  height: auto;
  width: 100%;
  padding: 9rem 0rem;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box0 {
    padding: 12rem 0rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box0 {
    padding: 15rem 0rem;
  }
}
#main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box0 > .par1 {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box0 > .par1 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2 > .box1 > .box0 > .par1 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
#main[class*=home] > .inner > .sec2 > .inner > .box2 > .box2 {
  height: auto;
  width: 100%;
}
#main[class*=home] > .inner > .sec2 > .inner > .box2 > .box2 > .lnk1 {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 2.56;
  background-color: #a1689a;
  border: 0.2rem solid #181818;
  color: #ffffff;
  display: block;
  font-family: "Marcellus SC", serif;
  font-weight: 700;
  height: auto;
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 15rem;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2 > .box2 > .lnk1 {
    font-size: 1.4rem;
    line-height: 2.88;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2 > .box2 > .lnk1 {
    font-size: 1.5rem;
    line-height: 3.2;
  }
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2 > .box2 > .lnk1 {
    border: 0.25rem solid #181818;
    width: 20rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2 > .box2 > .lnk1 {
    border: 0.3rem solid #181818;
    width: 25rem;
  }
}
#main[class*=home] > .inner > .sec2 > .inner > .box2 > .box2 > .lnk1::after {
  background: url("../images/ico_arrow_right_02.svg") center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 0.5rem;
  left: calc(100% - 0.5rem);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2 > .box2 > .lnk1::after {
    height: 0.75rem;
    left: calc(100% - 0.75rem);
    width: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2 > .box2 > .lnk1::after {
    height: 1rem;
    left: calc(100% - 1rem);
    width: 4rem;
  }
}
#main[class*=home] > .inner > .sec2 > .inner > .box2 > .box2 > .lnk1.hov {
  transition: background 0.35s, color 0.35s;
}
#main[class*=home] > .inner > .sec2 > .inner > .box2 > .box2 > .lnk1.hov::after {
  transition: transform 0.35s;
}
#main[class*=home] > .inner > .sec2 > .inner > .box2 > .box2 > .lnk1.hov:hover {
  background-color: #81497a;
}
#main[class*=home] > .inner > .sec2 > .inner > .box2 > .box2 > .lnk1.hov:hover::after {
  transform: translate(0.25rem, -50%);
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2 > .box2 > .lnk1.hov:hover::after {
    transform: translate(0.375rem, -50%);
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec2 > .inner > .box2 > .box2 > .lnk1.hov:hover::after {
    transform: translate(0.5rem, -50%);
  }
}
#main[class*=home] > .inner > .sec3 {
  height: auto;
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec3 {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec3 {
    margin-bottom: 10rem;
  }
}
#main[class*=home] > .inner > .sec3 > .inner {
  height: auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#main[class*=home] > .inner > .sec3 > .inner > [class^=box] {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec3 > .inner > [class^=box] {
    width: 33.333%;
  }
}
#main[class*=home] > .inner > .sec3 > .inner > [class^=box]:not(:last-of-type) {
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec3 > .inner > [class^=box]:not(:last-of-type) {
    margin-bottom: 0;
  }
}
#main[class*=home] > .inner > .sec3 > .inner > [class^=box] > .lnk1 {
  height: auto;
  width: 100%;
  display: block;
  position: relative;
}
#main[class*=home] > .inner > .sec3 > .inner > [class^=box] > .lnk1 > .box1 {
  height: auto;
  width: 100%;
  position: relative;
}
#main[class*=home] > .inner > .sec3 > .inner > [class^=box] > .lnk1 > .box1::after {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: rgba(24, 24, 24, 0.2);
  content: "";
  display: block;
  position: absolute;
}
#main[class*=home] > .inner > .sec3 > .inner > [class^=box] > .lnk1 > .box1 > .img1 {
  height: auto;
  width: 100%;
  display: block;
}
#main[class*=home] > .inner > .sec3 > .inner > [class^=box] > .lnk1 > .box2 {
  height: auto;
  width: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#main[class*=home] > .inner > .sec3 > .inner > [class^=box] > .lnk1 > .box2 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 2.08rem;
  letter-spacing: 0.1em;
  color: #ffffff;
  font-family: "Marcellus SC", serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec3 > .inner > [class^=box] > .lnk1 > .box2 > .hdr1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec3 > .inner > [class^=box] > .lnk1 > .box2 > .hdr1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec3 > .inner > [class^=box] > .lnk1 > .box2 > .hdr1 {
    font-size: 2.24rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec3 > .inner > [class^=box] > .lnk1 > .box2 > .hdr1 {
    font-size: 2.4rem;
  }
}
#main[class*=home] > .inner > .sec3 > .inner > [class^=box] > .lnk1 > .box2 > .hdr2 {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec3 > .inner > [class^=box] > .lnk1 > .box2 > .hdr2 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec3 > .inner > [class^=box] > .lnk1 > .box2 > .hdr2 {
    font-size: 1.5rem;
  }
}
#main[class*=home] > .inner > .sec3 > .inner > [class^=box] > .lnk1.hov > .box1 {
  overflow: hidden;
}
#main[class*=home] > .inner > .sec3 > .inner > [class^=box] > .lnk1.hov > .box1::after {
  transition: background 0.35s ease-out;
}
#main[class*=home] > .inner > .sec3 > .inner > [class^=box] > .lnk1.hov > .box1 > .img1 {
  transition: transform 0.35s ease-out;
}
#main[class*=home] > .inner > .sec3 > .inner > [class^=box] > .lnk1.hov:hover > .box1::after {
  background-color: rgba(24, 24, 24, 0.4);
}
#main[class*=home] > .inner > .sec3 > .inner > [class^=box] > .lnk1.hov:hover > .box1 > .img1 {
  transform: scale(1.05);
}
#main[class*=home] > .inner > .sec4 {
  height: auto;
  width: 100%;
  margin-bottom: 9rem;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec4 {
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec4 {
    margin-bottom: 15rem;
  }
}
#main[class*=home] > .inner > .sec4 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 42rem;
  padding: 0 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec4 > .inner {
    max-width: 76.8rem;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec4 > .inner {
    max-width: 120rem;
    padding: 0 2.5rem;
  }
}
#main[class*=home] > .inner > .sec4 > .inner::after {
  background-image: url("../images/bg_home_sec4.png");
  bottom: -3rem;
  content: "";
  display: block;
  height: 75%;
  right: calc(50% - 50vw);
  position: absolute;
  width: 100vw;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec4 > .inner::after {
    bottom: -4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec4 > .inner::after {
    bottom: -5rem;
    width: calc(50% + 50vw - 12.5rem);
  }
}
#main[class*=home] > .inner > .sec4 > .inner > .box1 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box1 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box1 {
    margin-bottom: 0;
    width: 20rem;
  }
}
#main[class*=home] > .inner > .sec4 > .inner > .box1 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 1.5rem;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  color: #181818;
  font-family: "Marcellus SC", serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box1 > .hdr1 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box1 > .hdr1 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box1 > .hdr1 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box1 > .hdr1 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box1 > .hdr1 {
    text-align: left;
  }
}
#main[class*=home] > .inner > .sec4 > .inner > .box1 > .hdr2 {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  color: #181818;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box1 > .hdr2 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box1 > .hdr2 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box1 > .hdr2 {
    text-align: left;
  }
}
#main[class*=home] > .inner > .sec4 > .inner > .box2 {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box2 {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box2 {
    margin-bottom: 0;
    width: calc(100% - 30rem);
  }
}
#main[class*=home] > .inner > .sec4 > .inner > .box2 > .box1 {
  height: auto;
  width: 100%;
  padding: 1.5rem 1.5rem;
  border-radius: 0.75rem;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box2 > .box1 {
    padding: 2rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box2 > .box1 {
    padding: 2.5rem 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box2 > .box1 {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box2 > .box1 {
    border-radius: 1.25rem;
  }
}
#main[class*=home] > .inner > .sec4 > .inner > .box2 > .box1 > [class^=box] {
  height: auto;
  width: 100%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box2 > .box1 > [class^=box] {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box2 > .box1 > [class^=box] {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box2 > .box1 > [class^=box] {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box2 > .box1 > [class^=box] {
    width: calc(50% - 2.5rem);
  }
}
#main[class*=home] > .inner > .sec4 > .inner > .box2 > .box1 > [class^=box]:nth-of-type(-n+2) {
  display: none;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box2 > .box1 > [class^=box]:nth-of-type(-n+2) {
    display: block;
  }
}
#main[class*=home] > .inner > .sec4 > .inner > .box2 > .box1 > [class^=box]:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box2 > .box1 > [class^=box]:nth-of-type(3) {
    margin-bottom: 0;
  }
}
#main[class*=home] > .inner > .sec4 > .inner > .box2 > .box1 > [class^=box] > .lnk1 {
  height: auto;
  width: 100%;
  display: block;
}
#main[class*=home] > .inner > .sec4 > .inner > .box2 > .box1 > [class^=box] > .lnk1 > .box1 {
  border-radius: 50%;
  height: auto;
  margin: 0 25% 1.5rem;
  overflow: hidden;
  width: 50%;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box2 > .box1 > [class^=box] > .lnk1 > .box1 {
    margin: 0 25% 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box2 > .box1 > [class^=box] > .lnk1 > .box1 {
    margin: 0 25% 2.5rem;
  }
}
#main[class*=home] > .inner > .sec4 > .inner > .box2 > .box1 > [class^=box] > .lnk1 > .box1 > .img1 {
  height: auto;
  width: 100%;
  display: block;
}
#main[class*=home] > .inner > .sec4 > .inner > .box2 > .box1 > [class^=box] > .lnk1 > .box2 {
  height: auto;
  width: 100%;
}
#main[class*=home] > .inner > .sec4 > .inner > .box2 > .box1 > [class^=box] > .lnk1 > .box2 > .hdr1 {
  height: auto;
  width: 100%;
  font-size: 1.04rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #484848;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box2 > .box1 > [class^=box] > .lnk1 > .box2 > .hdr1 {
    font-size: 1.12rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box2 > .box1 > [class^=box] > .lnk1 > .box2 > .hdr1 {
    font-size: 1.2rem;
    line-height: 2;
  }
}
#main[class*=home] > .inner > .sec4 > .inner > .box2 > .box1 > [class^=box] > .lnk1 > .box2 > .hdr2 {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #181818;
  font-weight: 600;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box2 > .box1 > [class^=box] > .lnk1 > .box2 > .hdr2 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box2 > .box1 > [class^=box] > .lnk1 > .box2 > .hdr2 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
#main[class*=home] > .inner > .sec4 > .inner > .box2 > .box1 > [class^=box] > .lnk1.hov > .box1 {
  overflow: hidden;
  position: relative;
}
#main[class*=home] > .inner > .sec4 > .inner > .box2 > .box1 > [class^=box] > .lnk1.hov > .box1::after {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: rgba(24, 24, 24, 0);
  content: "";
  display: block;
  position: absolute;
  transition: background 0.35s ease-out;
}
#main[class*=home] > .inner > .sec4 > .inner > .box2 > .box1 > [class^=box] > .lnk1.hov > .box1 > .img1 {
  transition: transform 0.35s ease-out;
}
#main[class*=home] > .inner > .sec4 > .inner > .box2 > .box1 > [class^=box] > .lnk1.hov:hover > .box1::after {
  background-color: rgba(24, 24, 24, 0.4);
}
#main[class*=home] > .inner > .sec4 > .inner > .box2 > .box1 > [class^=box] > .lnk1.hov:hover > .box1 > .img1 {
  transform: scale(1.05);
}
#main[class*=home] > .inner > .sec4 > .inner > .box2 > .box0 {
  height: auto;
  width: 100%;
  padding: 9rem 0rem;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box2 > .box0 {
    padding: 12rem 0rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box2 > .box0 {
    padding: 15rem 0rem;
  }
}
#main[class*=home] > .inner > .sec4 > .inner > .box2 > .box0 > .par1 {
  height: auto;
  width: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box2 > .box0 > .par1 {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box2 > .box0 > .par1 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
#main[class*=home] > .inner > .sec4 > .inner > .box3 {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box3 {
    bottom: 0;
    left: 2.5rem;
    position: absolute;
    width: 20rem;
  }
}
#main[class*=home] > .inner > .sec4 > .inner > .box3 > .lnk1 {
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  line-height: 2.56;
  background-color: #80891e;
  border: 0.2rem solid #181818;
  color: #ffffff;
  display: block;
  font-family: "Marcellus SC", serif;
  font-weight: 700;
  height: auto;
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 15rem;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box3 > .lnk1 {
    font-size: 1.4rem;
    line-height: 2.88;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box3 > .lnk1 {
    font-size: 1.5rem;
    line-height: 3.2;
  }
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box3 > .lnk1 {
    border: 0.25rem solid #181818;
    width: 20rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box3 > .lnk1 {
    border: 0.3rem solid #181818;
    width: 25rem;
  }
}
#main[class*=home] > .inner > .sec4 > .inner > .box3 > .lnk1::after {
  background: url("../images/ico_arrow_right_02.svg") center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 0.5rem;
  left: calc(100% - 0.5rem);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box3 > .lnk1::after {
    height: 0.75rem;
    left: calc(100% - 0.75rem);
    width: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box3 > .lnk1::after {
    height: 1rem;
    left: calc(100% - 1rem);
    width: 4rem;
  }
}
#main[class*=home] > .inner > .sec4 > .inner > .box3 > .lnk1.hov {
  transition: background 0.35s, color 0.35s;
}
#main[class*=home] > .inner > .sec4 > .inner > .box3 > .lnk1.hov::after {
  transition: transform 0.35s;
}
#main[class*=home] > .inner > .sec4 > .inner > .box3 > .lnk1.hov:hover {
  background-color: #565f1c;
}
#main[class*=home] > .inner > .sec4 > .inner > .box3 > .lnk1.hov:hover::after {
  transform: translate(0.25rem, -50%);
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box3 > .lnk1.hov:hover::after {
    transform: translate(0.375rem, -50%);
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec4 > .inner > .box3 > .lnk1.hov:hover::after {
    transform: translate(0.5rem, -50%);
  }
}
#main[class*=home] > .inner > .sec5 {
  height: auto;
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec5 {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec5 {
    margin-bottom: 10rem;
  }
}
#main[class*=home] > .inner > .sec5 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 42rem;
  padding: 0 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec5 > .inner {
    max-width: 76.8rem;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec5 > .inner {
    max-width: 120rem;
    padding: 0 2.5rem;
  }
}
#main[class*=home] > .inner > .sec5 > .inner > [class^=box] {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec5 > .inner > [class^=box] {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec5 > .inner > [class^=box] {
    width: calc(50% - 2.5rem);
  }
}
#main[class*=home] > .inner > .sec5 > .inner > [class^=box]:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec5 > .inner > [class^=box]:not(:last-of-type) {
    margin-bottom: 0;
  }
}
#main[class*=home] > .inner > .sec5 > .inner > [class^=box] > .lnk1 {
  height: auto;
  width: 100%;
  display: block;
  position: relative;
}
#main[class*=home] > .inner > .sec5 > .inner > [class^=box] > .lnk1 > .box1 {
  height: auto;
  width: 100%;
  position: relative;
}
#main[class*=home] > .inner > .sec5 > .inner > [class^=box] > .lnk1 > .box1::after {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: rgba(24, 24, 24, 0.2);
  content: "";
  display: block;
  position: absolute;
}
#main[class*=home] > .inner > .sec5 > .inner > [class^=box] > .lnk1 > .box1 > .img1 {
  height: auto;
  width: 100%;
  display: block;
}
#main[class*=home] > .inner > .sec5 > .inner > [class^=box] > .lnk1 > .box2 {
  height: auto;
  width: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#main[class*=home] > .inner > .sec5 > .inner > [class^=box] > .lnk1 > .box2 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 0.75rem;
  font-size: 2.08rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #ffffff;
  font-family: "Marcellus SC", serif;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec5 > .inner > [class^=box] > .lnk1 > .box2 > .hdr1 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec5 > .inner > [class^=box] > .lnk1 > .box2 > .hdr1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec5 > .inner > [class^=box] > .lnk1 > .box2 > .hdr1 {
    font-size: 2.24rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec5 > .inner > [class^=box] > .lnk1 > .box2 > .hdr1 {
    font-size: 2.4rem;
    line-height: 2;
  }
}
#main[class*=home] > .inner > .sec5 > .inner > [class^=box] > .lnk1 > .box2 > .hdr2 {
  height: auto;
  width: 100%;
  font-size: 1.17rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec5 > .inner > [class^=box] > .lnk1 > .box2 > .hdr2 {
    font-size: 1.26rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec5 > .inner > [class^=box] > .lnk1 > .box2 > .hdr2 {
    font-size: 1.35rem;
    line-height: 2;
  }
}
#main[class*=home] > .inner > .sec5 > .inner > [class^=box] > .lnk1.hov > .box1 {
  overflow: hidden;
}
#main[class*=home] > .inner > .sec5 > .inner > [class^=box] > .lnk1.hov > .box1::after {
  transition: background 0.35s ease-out;
}
#main[class*=home] > .inner > .sec5 > .inner > [class^=box] > .lnk1.hov > .box1 > .img1 {
  transition: transform 0.35s ease-out;
}
#main[class*=home] > .inner > .sec5 > .inner > [class^=box] > .lnk1.hov:hover > .box1::after {
  background-color: rgba(24, 24, 24, 0.4);
}
#main[class*=home] > .inner > .sec5 > .inner > [class^=box] > .lnk1.hov:hover > .box1 > .img1 {
  transform: scale(1.05);
}
#main[class*=home] > .inner > .sec6 {
  height: auto;
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec6 {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec6 {
    margin-bottom: 10rem;
  }
}
#main[class*=home] > .inner > .sec6 > .inner {
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 42rem;
  padding: 0 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec6 > .inner {
    max-width: 76.8rem;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec6 > .inner {
    max-width: 120rem;
    padding: 0 2.5rem;
  }
}
#main[class*=home] > .inner > .sec6 > .inner > [class^=box] {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec6 > .inner > [class^=box] {
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec6 > .inner > [class^=box] {
    width: calc(50% - 2.5rem);
  }
}
#main[class*=home] > .inner > .sec6 > .inner > [class^=box]:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec6 > .inner > [class^=box]:not(:last-of-type) {
    margin-bottom: 0;
  }
}
#main[class*=home] > .inner > .sec6 > .inner > [class^=box] > .lnk1 {
  height: auto;
  width: 100%;
  display: block;
  position: relative;
}
#main[class*=home] > .inner > .sec6 > .inner > [class^=box] > .lnk1 > .box1 {
  height: auto;
  width: 100%;
  position: relative;
}
#main[class*=home] > .inner > .sec6 > .inner > [class^=box] > .lnk1 > .box1::after {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: rgba(24, 24, 24, 0.2);
  content: "";
  display: block;
  position: absolute;
}
#main[class*=home] > .inner > .sec6 > .inner > [class^=box] > .lnk1 > .box1 > .img1 {
  height: auto;
  width: 100%;
  display: block;
}
#main[class*=home] > .inner > .sec6 > .inner > [class^=box] > .lnk1 > .box2 {
  height: auto;
  width: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#main[class*=home] > .inner > .sec6 > .inner > [class^=box] > .lnk1 > .box2 > .hdr1 {
  height: auto;
  width: 100%;
  margin-bottom: 0.75rem;
  font-size: 2.08rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #ffffff;
  font-family: "Marcellus SC", serif;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec6 > .inner > [class^=box] > .lnk1 > .box2 > .hdr1 {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec6 > .inner > [class^=box] > .lnk1 > .box2 > .hdr1 {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec6 > .inner > [class^=box] > .lnk1 > .box2 > .hdr1 {
    font-size: 2.24rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec6 > .inner > [class^=box] > .lnk1 > .box2 > .hdr1 {
    font-size: 2.4rem;
    line-height: 2;
  }
}
#main[class*=home] > .inner > .sec6 > .inner > [class^=box] > .lnk1 > .box2 > .hdr2 {
  height: auto;
  width: 100%;
  font-size: 1.17rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #main[class*=home] > .inner > .sec6 > .inner > [class^=box] > .lnk1 > .box2 > .hdr2 {
    font-size: 1.26rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  #main[class*=home] > .inner > .sec6 > .inner > [class^=box] > .lnk1 > .box2 > .hdr2 {
    font-size: 1.35rem;
    line-height: 2;
  }
}
#main[class*=home] > .inner > .sec6 > .inner > [class^=box] > .lnk1.hov > .box1 {
  overflow: hidden;
}
#main[class*=home] > .inner > .sec6 > .inner > [class^=box] > .lnk1.hov > .box1::after {
  transition: background 0.35s ease-out;
}
#main[class*=home] > .inner > .sec6 > .inner > [class^=box] > .lnk1.hov > .box1 > .img1 {
  transition: transform 0.35s ease-out;
}
#main[class*=home] > .inner > .sec6 > .inner > [class^=box] > .lnk1.hov:hover > .box1::after {
  background-color: rgba(24, 24, 24, 0.4);
}
#main[class*=home] > .inner > .sec6 > .inner > [class^=box] > .lnk1.hov:hover > .box1 > .img1 {
  transform: scale(1.05);
}

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