@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gothic+A1:wght@200;300;400;500;600;700&display=swap");
@font-face {
  font-family: "CWDangamAsac-Bold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/CWDangamAsac-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #fff;
}

.inner {
  width: 90%;
  margin: auto;
  position: relative;
}

/* Mobile */
/* Tablet */
/* PC */
@media screen and (min-width: 1280px) {
  .inner {
    width: 1200px;
  }
}
header {
  width: 100%;
  top: 0;
  background-color: #000;
  border-top: 2px solid black;
  border-bottom: 1px solid #c8c8c8;
  z-index: 3;
}
header .inner {
  position: relative;
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .inner .menu-bar .menu-bar-menu {
  position: absolute;
  top: 120px;
  left: -10%;
  transform: translateX(4%);
  width: 100vw;
  height: calc(100vh - 120px);
  background-color: #3ea548;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
header .inner .menu-bar .menu-bar-menu li {
  position: relative;
  margin-left: 130px;
  display: inline-block;
  font-family: "Gothic A1";
  font-weight: 800;
}
header .inner .menu-bar .menu-bar-menu li ::after {
  position: absolute;
  left: -80px;
  transform: scale(0.8);
  transition: 0.3s ease-in;
  transform-origin: 70px;
  content: url("../image/header_logo.svg");
}
header .inner .menu-bar .menu-bar-menu li:hover ::before {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 2px;
  width: 90%;
  background-color: #fff;
}
header .inner .menu-bar .menu-bar-menu li:hover ::after {
  transform: rotate(15deg) scale(0.8);
}
header .inner .menu-bar .menu-bar-menu li a {
  font-size: 10vw;
}
header .inner .menu-bar .menu-hidden {
  display: none;
}
header .inner .menu-bar .menu-icon {
  display: block;
  font-size: 30px;
  color: #fff;
}

/* Mobile */
/* Tablet */
/* PC */
@media screen and (min-width: 1280px) {
  header .inner .menu-bar .menu-bar-menu {
    position: static;
    height: 120px;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 350px;
    flex-direction: row;
  }
  header .inner .menu-bar .menu-bar-menu li {
    margin-left: 0px;
  }
  header .inner .menu-bar .menu-bar-menu li ::after {
    content: "";
    position: static;
  }
  header .inner .menu-bar .menu-bar-menu li:hover ::before {
    width: 100%;
  }
  header .inner .menu-bar .menu-bar-menu li a {
    font-size: 16px;
  }
  header .inner .menu-bar .menu-icon {
    display: none;
  }
}
footer {
  height: 150px;
  background-color: #3ea548;
  display: flex;
  align-items: center;
  font-size: 14px;
  overflow: hidden;
}
footer .inner {
  display: flex;
  justify-content: flex-start;
}
footer .inner .foo_logo {
  width: 22vw;
  max-width: 180px;
}
footer .inner .foo_logo img {
  width: 100%;
}
footer .inner .footer-text-box {
  margin-left: 10vw;
  color: #fff;
  line-height: 1.5;
}
footer .inner .footer-text-box p:first-child {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.font-color--white {
  color: white;
}

header .inner .menu-bar .menu-bar-menu li a {
  color: #fff;
}

section[class^=main-section].main-section-1 {
  height: calc(100vh - 120px);
  width: 100%;
  background-color: #000;
  overflow: hidden;
}
section[class^=main-section].main-section-1 .inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
section[class^=main-section].main-section-1 .inner .hidden-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section[class^=main-section].main-section-1 .inner .hidden-text.start {
  animation: pop 0.3s ease-in;
}
@keyframes pop {
  from {
    scale: 0;
  }
  to {
    scale: 1;
  }
}
section[class^=main-section].main-section-1 .inner .hidden-text li {
  text-align: center;
  padding: 30px 30px;
  border: 3px solid #000;
  color: #000;
  position: absolute;
  cursor: pointer;
}
section[class^=main-section].main-section-1 .inner .hidden-text li:nth-child(odd) {
  background-color: #ff6652;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 40px;
}
section[class^=main-section].main-section-1 .inner .hidden-text li:nth-child(even) {
  background-color: #ffe11d;
  font-family: "Gothic A1";
  font-weight: 600;
  font-size: 40px;
  border-radius: 100%;
}
section[class^=main-section].main-section-1 .inner .hidden-text li:nth-child(1) {
  left: -500px;
  bottom: 250px;
  transform: rotate(20deg);
  background-color: rgb(47, 132, 230);
}
section[class^=main-section].main-section-1 .inner .hidden-text li:nth-child(2) {
  right: -650px;
  bottom: -300px;
  transform: rotate(40deg);
}
section[class^=main-section].main-section-1 .inner .hidden-text li:nth-child(3) {
  left: 200px;
  bottom: -200px;
  transform: rotate(-10deg);
  background-color: #ffae22;
}
section[class^=main-section].main-section-1 .inner .hidden-text li:nth-child(4) {
  bottom: -300px;
  transform: rotate(-20deg);
  background-color: #3ea548;
}
section[class^=main-section].main-section-1 .inner .hidden-text li:nth-child(5) {
  right: -650px;
  bottom: 0px;
  transform: rotate(-40deg);
  background-color: rgb(47, 132, 230);
}
section[class^=main-section].main-section-1 .inner .hidden-text li:nth-child(6) {
  left: -600px;
  bottom: 150px;
  transform: rotate(-40deg);
}
section[class^=main-section].main-section-1 .inner .hidden-text li:nth-child(7) {
  left: 250px;
  bottom: 180px;
  transform: rotate(30deg);
  background-color: #3ea548;
}
section[class^=main-section].main-section-1 .inner .hidden-text li:nth-child(8) {
  left: 0px;
  bottom: 160px;
  transform: rotate(-10deg);
  background-color: #ffae22;
}
section[class^=main-section].main-section-1 .inner .hidden-text li:nth-child(9) {
  left: -500px;
  bottom: -80px;
  transform: rotate(-60deg);
}
section[class^=main-section].main-section-1 .inner .hidden-text li:nth-child(10) {
  right: -650px;
  bottom: 100px;
  transform: rotate(60deg);
  background-color: #ff6652;
}
section[class^=main-section].main-section-1 .inner .hidden-text li:nth-child(11) {
  left: -250px;
  bottom: 100px;
  transform: rotate(20deg);
  background-color: #3ea548;
}
section[class^=main-section].main-section-1 .inner .hidden-text li:nth-child(12) {
  left: 330px;
  bottom: 270px;
  transform: rotate(0deg);
  background-color: #a93fd1;
}
section[class^=main-section].main-section-1 .inner .hidden-text li:nth-child(13) {
  left: 50px;
  bottom: -100px;
  transform: rotate(-30deg);
  background-color: #fb6bbf;
}
section[class^=main-section].main-section-1 .inner .hidden-text li:nth-child(14) {
  left: 40px;
  bottom: -400px;
  transform: rotate(30deg);
  background-color: rgb(47, 132, 230);
}
section[class^=main-section].main-section-1 .inner .hidden-text li:nth-child(15) {
  left: -300px;
  bottom: -350px;
  transform: rotate(-40deg);
}
section[class^=main-section].main-section-1 .inner .hidden-text li:nth-child(16) {
  left: -650px;
  bottom: -120px;
  transform: rotate(70deg);
  background-color: #fb6bbf;
}
section[class^=main-section].main-section-1 .inner .hidden-text li:nth-child(17) {
  left: -600px;
  bottom: -300px;
  transform: rotate(10deg);
  background-color: #3ea548;
}
section[class^=main-section].main-section-1 .inner .hidden-text li:nth-child(18) {
  right: 0px;
  top: 80px;
  transform: rotate(-10deg);
  background-color: #a93fd1;
}
section[class^=main-section].main-section-1 .inner .hidden-text li:nth-child(19) {
  left: 50%;
  top: 30%;
  transform: translate(-50%, -70%);
  background-color: #fff;
  border: 3px solid #000;
  padding: 15px;
  font-size: 36px;
  font-weight: 700;
  color: #000;
  min-width: 330px;
  animation: infoMouseover 2s ease-in infinite;
}
@keyframes infoMouseover {
  100% {
    margin-top: -5px;
  }
  50% {
    margin-top: 5px;
  }
  0% {
    margin-top: -5px;
  }
}
section[class^=main-section].main-section-1 .inner .hidden-text li:nth-child(20) {
  right: -700px;
  bottom: -60px;
}
section[class^=main-section].main-section-1 .inner .hidden-text li:nth-child(21) {
  right: 100px;
  bottom: 240px;
}
section[class^=main-section].main-section-1 .inner .hidden-text li:nth-child(22) {
  left: -700px;
  bottom: 60px;
}
section[class^=main-section].main-section-1 .inner .hidden-text li:nth-child(23) {
  right: 670px;
  top: 200px;
  background-color: rgb(47, 132, 230);
}
section[class^=main-section].main-section-1 .inner .hidden-text li:nth-child(24) {
  left: 0px;
  bottom: 270px;
  background-color: #a93fd1;
}
section[class^=main-section].main-section-1 .inner .hidden-text .hide {
  display: none;
}
section[class^=main-section].main-section-1 .inner .text-box {
  color: #fff;
  text-align: center;
  font-family: "CWDangamAsac-Bold";
  font-size: 5rem;
  margin-bottom: 100px;
}
section[class^=main-section].main-section-1 .inner .text-box .brand-intro {
  font-size: 16px;
  line-height: 1.6;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 40px;
}
section[class^=main-section].main-section-1 .inner .arrow {
  position: absolute;
}
section[class^=main-section].main-section-1 .inner .arrow .arrow-bottom::before {
  border: 4px solid #fff;
  border-right: 0;
  border-bottom: 0;
}
section[class^=main-section].main-section-1 .inner .brand-story {
  display: block;
  position: absolute;
  right: -50px;
  bottom: 180px;
  transition: 2s;
  animation: rotate_image 10s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes rotate_image {
  100% {
    transform: rotate(360deg);
  }
}
section[class^=main-section].main-section-2 .inner .title-second > div {
  display: flex;
  justify-content: space-between;
}
section[class^=main-section].main-section-2 .inner .arrow {
  left: 50%;
  transform: translate(-50%, 420%);
}
section[class^=main-section].main-section-2 .inner .arrow .arrow-bottom::before {
  border: 4px solid #3ea548;
  border-right: 0;
  border-bottom: 0;
}
section[class^=main-section].main-section-3 {
  width: 100%;
  overflow: hidden;
  background-color: #e0e0e0;
}
section[class^=main-section].main-section-3 .inner {
  height: 100vh;
}
section[class^=main-section].main-section-3 .inner .character {
  height: 60%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
section[class^=main-section].main-section-3 .inner .character li:nth-child(1) {
  cursor: pointer;
  bottom: -5%;
  z-index: 2;
  transform-origin: center bottom;
  animation: dance 3.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
@keyframes dance {
  0% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
section[class^=main-section].main-section-3 .inner .character li:nth-child(2) {
  transform-origin: bottom;
  animation: jump 3s cubic-bezier(0.53, 0.03, 0.6, 0.99) infinite;
  left: 22%;
}
@keyframes jump {
  0% {
    transform: translate(0, -8%);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -8%);
  }
}
section[class^=main-section].main-section-3 .inner .character li:nth-child(3) {
  animation: wobble 3.5s ease-out infinite;
  right: 20%;
  bottom: -5%;
  z-index: 1;
}
@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-3%, 0, 0) rotate(-1deg);
  }
  30% {
    transform: translate3d(3%, 0, 0) rotate(2deg);
  }
  45% {
    transform: translate3d(-3%, 0, 0) rotate(-2deg);
  }
  60% {
    transform: translate3d(2%, 0, 0) rotate(1deg);
  }
  75% {
    transform: translate3d(-1%, 0, 0) rotate(-1deg);
  }
  100% {
    transform: none;
  }
}
section[class^=main-section].main-section-3 .inner .character li:nth-child(4) {
  transform-origin: bottom;
  animation: dance_jump 3s ease-out infinite;
  right: 0;
}
@keyframes dance_jump {
  0% {
    transform: none;
  }
  15% {
    transform: rotate(-3deg);
  }
  30% {
    transform: rotate(3deg);
  }
  45% {
    transform: rotate(-3deg);
  }
  60% {
    transform: translate3d(0, -5%, 0);
  }
  75% {
    transform: translate3d(0, 1%, 0);
  }
  85% {
    transform: translate3d(0, -3%, 0);
  }
  100% {
    transform: none;
  }
}
section[class^=main-section] .inner {
  height: inherit;
}
section[class^=main-section] .inner .title-second {
  padding: 60px 0 50px;
}
section[class^=main-section] .inner .title-second h3 {
  font-family: "Montserrat";
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3.5rem;
  color: #3ea548;
}
section[class^=main-section] .inner .title-second > div p {
  font-size: 16px;
  color: #999;
  line-height: 26px;
}
section[class^=main-section] .inner .title-second > div a {
  color: #3ea548;
}
section[class^=main-section] .inner .title-second > div .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  transition: 0.5s;
  margin-top: 70px;
}
section[class^=main-section] .inner .title-second > div .btn:hover {
  transform: scale(1.1);
}
section[class^=main-section] .inner .title-second > div .btn::before {
  content: "테스트 바로가기 ▸";
  z-index: 1;
  font-family: "CWDangamAsac-Bold";
  font-size: 28px;
}
section[class^=main-section] .inner .title-second > div .btn .circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
}
section[class^=main-section] .inner .title-second > div .btn .circle.circle-1 {
  right: 0px;
}
section[class^=main-section] .inner .title-second > div .btn .circle.circle-2 {
  right: 60px;
}
section[class^=main-section] .inner .title-second > div .btn .circle.circle-3 {
  right: 120px;
}
section[class^=main-section] .inner .title-second > div .btn .circle.circle-4 {
  right: 180px;
}
section[class^=main-section] .inner .title-second > div .btn.btn--white .circle {
  background-color: #fff;
}
section[class^=main-section] .inner .plant-category {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 130px;
}
section[class^=main-section] .inner .plant-category a {
  display: block;
  height: 100%;
  width: 100%;
}
section[class^=main-section] .inner .plant-category > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 350px;
}
section[class^=main-section] .inner .plant-category > div.box1 {
  background-color: #e0e0e0;
  position: relative;
  overflow: hidden;
}
section[class^=main-section] .inner .plant-category > div.box1 a {
  color: #000;
}
section[class^=main-section] .inner .plant-category > div.box1 img {
  position: absolute;
  transform-origin: bottom;
  right: -20px;
  bottom: 15px;
  width: 58%;
  mix-blend-mode: multiply;
  transition: 1s;
}
section[class^=main-section] .inner .plant-category > div:last-child {
  margin-top: 16px;
  height: 500px;
}
section[class^=main-section] .inner .plant-category > div .box2 {
  height: 49%;
  background-color: #ff6652;
}
section[class^=main-section] .inner .plant-category > div .mini-box {
  display: flex;
  justify-content: space-between;
  height: 48%;
}
section[class^=main-section] .inner .plant-category > div .mini-box .box3,
section[class^=main-section] .inner .plant-category > div .mini-box .box4 {
  width: 49%;
}
section[class^=main-section] .inner .plant-category > div .mini-box .box3 {
  background-color: #3ea548;
}
section[class^=main-section] .inner .plant-category > div .mini-box .box4 {
  background-image: url("../image/home_sect2_interior.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-size 1s ease;
}
section[class^=main-section] .inner .plant-category > div .mini-box .box4 a {
  display: flex;
  justify-content: center;
  align-items: center;
}
section[class^=main-section] .inner .plant-category div[class^=box] {
  position: relative;
  border-radius: 20px;
  padding: 40px 30px;
  font-family: "Montserrat";
}
section[class^=main-section] .inner .plant-category div[class^=box]:hover img {
  transform: scale(1.05);
}
section[class^=main-section] .inner .plant-category div[class^=box]:hover.box4 {
  background-size: 110%;
}
section[class^=main-section] .inner .plant-category div[class^=box]:hover .arrow-move {
  animation: hiddenContentsEven 1.5s ease-in infinite;
}
@keyframes hiddenContentsEven {
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
  50% {
    transform: translateX(10px);
    opacity: 0.5;
  }
  0% {
    transform: translateX(0px);
    opacity: 1;
  }
}
section[class^=main-section] .inner .plant-category div[class^=box] a p {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem;
}
section[class^=main-section] .inner .plant-category div[class^=box] a span {
  display: block;
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.5rem;
}
section[class^=main-section] .inner .plant-category div[class^=box] a .arrow-move {
  position: absolute;
  right: 50px;
  bottom: 25px;
  transition: 1.5s;
}
section[class^=main-section] .inner .plant-category div[class^=box] a .arrow-move .arrow-right {
  position: relative;
  width: 32px;
  height: 32px;
  transform: rotate(135deg);
}
section[class^=main-section] .inner .plant-category div[class^=box] a .arrow-move .arrow-right::before {
  position: absolute;
  content: "";
  height: 100%;
  border: 3px solid #fff;
  border-right: 0;
  border-bottom: 0;
}
section[class^=main-section] .inner .plant-category div[class^=box] a .arrow-move .arrow-right::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 3px;
  background-color: #fff;
  transform-origin: 0 100%;
  transform: rotate(45deg);
}
section[class^=main-section] .inner .arrow {
  position: absolute;
  bottom: 7%;
  animation: scroll_bottom 1s ease-in infinite;
}
@keyframes scroll_bottom {
  from {
    bottom: 7%;
    opacity: 1;
  }
  to {
    opacity: 0;
    bottom: 5%;
  }
}
section[class^=main-section] .inner .arrow .arrow-bottom {
  cursor: pointer;
  position: relative;
  width: 32px;
  height: 32px;
  transform: rotate(225deg);
}
section[class^=main-section] .inner .arrow .arrow-bottom::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-right: 0;
  border-bottom: 0;
}

/* Mobile */
@media screen and (max-width: 767px) {
  section[class^=main-section].main-section-3 .inner .character {
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  section[class^=main-section].main-section-3 .inner .character li:nth-child(1) img {
    width: 190px;
  }
  section[class^=main-section].main-section-3 .inner .character li:nth-child(2) img {
    width: 180px;
  }
  section[class^=main-section].main-section-3 .inner .character li:nth-child(3) img {
    width: 230px;
  }
  section[class^=main-section].main-section-3 .inner .character li:nth-child(4) img {
    width: 220px;
  }
}
/* Tablet */
@media screen and (min-width: 768px) {
  section[class^=main-section] .inner .plant-category > div.box1 img {
    width: 38%;
  }
  section[class^=main-section].main-section-3 .title-second > div {
    display: flex;
    justify-content: space-between;
  }
  section[class^=main-section].main-section-3 .title-second > div .btn {
    margin-top: 0;
  }
  section[class^=main-section].main-section-3 .character li {
    position: absolute;
  }
  section[class^=main-section].main-section-3 .character li:nth-child(1) {
    bottom: -5%;
    z-index: 2;
  }
  section[class^=main-section].main-section-3 .character li:nth-child(1) img {
    width: 310px;
  }
  section[class^=main-section].main-section-3 .character li:nth-child(2) {
    left: 22%;
  }
  section[class^=main-section].main-section-3 .character li:nth-child(2) img {
    width: 280px;
  }
  section[class^=main-section].main-section-3 .character li:nth-child(3) {
    right: 20%;
    bottom: -5%;
    z-index: 1;
  }
  section[class^=main-section].main-section-3 .character li:nth-child(3) img {
    width: 380px;
  }
  section[class^=main-section].main-section-3 .character li:nth-child(4) {
    transform-origin: bottom;
    right: 0;
  }
  section[class^=main-section].main-section-3 .character li:nth-child(4) img {
    width: 350px;
  }
}
/* PC */
@media screen and (min-width: 1280px) {
  section[class^=main-section] .inner .plant-category {
    margin-bottom: 0;
    flex-direction: row;
  }
  section[class^=main-section] .inner .plant-category > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 49.5%;
    height: 550px;
  }
  section[class^=main-section] .inner .plant-category > div.box1 img {
    right: -20px;
    bottom: 15px;
    width: 78%;
  }
  section[class^=main-section] .inner .plant-category > div:last-child {
    margin-top: 0;
    height: inherit;
  }
  section[class^=main-section] .inner .plant-category > div .box2 {
    height: 49%;
  }
  section[class^=main-section] .inner .plant-category > div .mini-box {
    height: 49%;
  }
  section[class^=main-section] .inner .plant-category > div .mini-box .box3,
  section[class^=main-section] .inner .plant-category > div .mini-box .box4 {
    width: 49%;
  }
  section[class^=main-section].main-section-1 .inner .hidden-text li {
    white-space: nowrap;
  }
  section[class^=main-section].main-section-3 {
    height: 100vh;
  }
  section[class^=main-section].main-section-2 .inner .arrow {
    transform: translate(-50%, 320%);
  }
  section[class^=main-section].main-section-2 .inner .plant-category {
    margin-bottom: 100px;
  }
  section[class^=main-section].main-section-3 {
    overflow: hidden;
  }
  section[class^=main-section].main-section-3 .inner .character li {
    position: absolute;
  }
  section[class^=main-section].main-section-3 .inner .character li:nth-child(1) {
    left: -200px;
    bottom: 0px;
  }
  section[class^=main-section].main-section-3 .inner .character li:nth-child(1) img {
    width: 400px;
  }
  section[class^=main-section].main-section-3 .inner .character li:nth-child(2) {
    left: 200px;
  }
  section[class^=main-section].main-section-3 .inner .character li:nth-child(2) img {
    width: 340px;
  }
  section[class^=main-section].main-section-3 .inner .character li:nth-child(3) {
    right: 230px;
    bottom: -50px;
  }
  section[class^=main-section].main-section-3 .inner .character li:nth-child(3) img {
    width: 480px;
  }
  section[class^=main-section].main-section-3 .inner .character li:nth-child(4) {
    bottom: 70px;
    right: -200px;
    transform-origin: bottom;
  }
  section[class^=main-section].main-section-3 .inner .character li:nth-child(4) img {
    width: 450px;
  }
}/*# sourceMappingURL=home.css.map */