@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
hr {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@keyframes zoom_in {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  font-family: "Noto Sans KR", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

html {
  font-size: 16px;
  font-family: "Noto Sans KR", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  word-break: keep-all;
}

body {
  background-color: #fafafa;
}
body.modal-mode {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
  background: #000000;
}

::-webkit-scrollbar-thumb {
  background: #808080;
  border: none;
  border-radius: 0.5rem;
}

.container {
  scroll-snap-type: y mandatory;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
}

.page {
  height: 100vh;
  width: 100vw;
  scroll-snap-align: start;
  transition: 1s all;
}

@media (min-width: 1201px) and (max-width: 1439px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  html {
    font-size: 11px;
  }
}
@media (max-width: 599px) {
  html {
    font-size: 10px;
  }
}
nav {
  position: fixed;
  width: 100%;
  z-index: 15;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
}
nav > img:first-child {
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  padding: 1.5rem 2rem;
}
nav > img:last-child {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  padding: 1.5rem 2rem;
}

.active-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 38, 38, 0.7333333333);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.active-container.active {
  display: flex;
}
.active-container.hide {
  display: none;
}
.active-container > .menu {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
.active-container > .menu > p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
  color: #ffffff;
  cursor: pointer;
}
.active-container > .menu > p:hover {
  color: #808080;
  transition: 0.3s ease-out;
}
.active-container > .contact-info {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6rem;
  border-left: 0.1px solid #4c4c4c;
}
.active-container > .contact-info > .info-contents {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  justify-content: center;
  align-items: start;
}
.active-container > .contact-info > .info-contents > .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-left: 1rem;
}
.active-container > .contact-info > .info-contents > .content-wrap > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.active-container > .contact-info > .info-contents > .content-wrap > div > p:first-child {
  width: 4rem;
  color: #555;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
}
.active-container > .contact-info > .info-contents > .content-wrap > div > p:last-child {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}
.active-container > .contact-info > .info-contents > .social-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.active-container > .contact-info > .info-contents > .social-wrap > p {
  color: #555;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
  padding-left: 1rem;
}
.active-container > .contact-info > .info-contents > .social-wrap > button {
  border: none;
  background-color: transparent;
  color: #ffffff;
  text-align: left;
  cursor: pointer;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.japanese-text {
  word-break: break-word;       /* ´Ü¾î °æ°è¿¡¼­ ÁÙ¹Ù²Þ */
  overflow-wrap: break-word;    /* ¿À·¡µÈ ºê¶ó¿ìÀú ´ëÀÀ */
  white-space: normal;          /* nowrap ¹æÁö */
}


@media (min-width: 600px) and (max-width: 767px) {
  .active-container {
    flex-direction: column;
  }
  .active-container > .menu {
    width: 100%;
    height: 100%;
  }
  .active-container > .contact-info {
    display: none;
  }
}
@media (max-width: 599px) {
  .active-container {
    flex-direction: column;
  }
  .active-container > .menu {
    width: 100%;
    height: 100%;
  }
  .active-container > .contact-info {
    display: none;
  }
}
footer.basic-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  padding: 2rem 0;
}
footer.basic-footer > .footer-mg {
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-direction: row;
  max-width: 90%;
  width: inherit;
}
footer.basic-footer > .footer-mg > .footer-wrap {
  display: flex;
  align-items: center;
  gap: 2rem;
}
footer.basic-footer > .footer-mg > .footer-wrap > img {
  width: 6rem;
  height: 6rem;
}
footer.basic-footer > .footer-mg > .footer-wrap > .footer-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
footer.basic-footer > .footer-mg > .footer-wrap > .footer-info > p:first-child {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
}
footer.basic-footer > .footer-mg > .footer-wrap > .footer-info > p:nth-child(2) {
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffffff;
}
footer.basic-footer > .footer-mg > .footer-wrap > .footer-info > .footer-contact {
  display: flex;
  gap: 3rem;
}
footer.basic-footer > .footer-mg > .footer-wrap > .footer-info > .footer-contact > div {
  display: flex;
}
footer.basic-footer > .footer-mg > .footer-wrap > .footer-info > .footer-contact > div > p:first-child {
  width: 5rem;
  color: #555;
  font-size: 1.25rem;
  font-weight: 700;
}
footer.basic-footer > .footer-mg > .footer-wrap > .footer-info > .footer-contact > div > p:last-child {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 400;
}
footer.basic-footer > .footer-mg > .copyright {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
}

footer.slim-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  padding: 2rem 0;
}
footer.slim-footer > .footer-mg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  width: inherit;
}
footer.slim-footer > .footer-mg > .footer-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
footer.slim-footer > .footer-mg > .footer-wrap > .footer-logo {
  display: flex;
  align-items: center;
  gap: 1rem;
}
footer.slim-footer > .footer-mg > .footer-wrap > .footer-logo > img {
  width: 3rem;
  height: 3rem;
}
footer.slim-footer > .footer-mg > .footer-wrap > .footer-logo > p {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
}
footer.slim-footer > .footer-mg > .footer-wrap > hr {
  height: 1rem;
  background-color: #d9d9d9;
  width: 1px;
}
footer.slim-footer > .footer-mg > .footer-wrap > .footer-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
footer.slim-footer > .footer-mg > .footer-wrap > .footer-info button {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: inline-flex;
  padding: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: radial-gradient(121% 141.42% at 0% 0%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  cursor: pointer;
}
footer.slim-footer > .footer-mg > .copyright {
  color: #808080;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 2rem;
}

@media (min-width: 600px) and (max-width: 767px) {
  footer.basic-footer > .footer-mg {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer.basic-footer > .footer-mg > .copyright {
    margin-top: 2rem;
    color: #808080;
  }
}
@media (max-width: 599px) {
  footer.basic-footer > .footer-mg {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer.basic-footer > .footer-mg > .footer-wrap > img {
    width: 5rem;
    height: auto;
  }
  footer.basic-footer > .footer-mg > .copyright {
    margin-top: 2rem;
    color: #808080;
  }
}
.container {
  background-color: #000000;
}
.container > .main {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container > .main > img {
  max-width: 80%;
  height: auto;
}
.container > .vision {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.container > .vision > img {
  position: absolute;
  max-width: 80%;
  height: auto;
}
.container > .vision > div {
  max-width: 70%;
  width: inherit;
}
.container > .vision > div > img {
  max-width: 40%;
  height: auto;
  margin-bottom: 3rem;
}
.container > .vision > div > p {
  line-height: 150%;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.25rem;
}
.container > .contents-1 {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.container > .contents-1 > img {
  position: absolute;
  max-width: 80%;
  height: auto;
}
.container > .contents-1 > p {
  font-size: 4rem;
  font-weight: 700;
  color: #ffffff;
}
.container > .contents-1 > p > span {
  color: #edb705;
}
.container > .contents-2 {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.container > .contents-2 > img {
  position: absolute;
  max-width: 200%;
  height: auto;
}
.container > .contents-2 > div {
  max-width: 80%;
  width: inherit;
}
.container > .contents-2 > div > p {
  font-size: 4rem;
  font-weight: 700;
  line-height: 130%;
  color: #ffffff;
}
.container > .contents-2 > div > p > span {
  color: #edb705;
}
.container > .contact {
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(to top, rgba(255, 255, 65, 0.2352941176), #000000);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.container > .contact > .contact-title {
  max-width: 80%;
  width: inherit;
}
.container > .contact > .contact-title > img {
  max-width: 50%;
  height: auto;
}
.container > .contact > .contact-title > p {
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  margin-top: 2rem;
}
.container > .contact > .contact-title > p > hr {
  width: 100%;
  height: 1px;
  border-width: 1px;
  background-color: #ffffff;
  margin-top: 2rem;
}
.container > .contact > .contact-info {
  display: flex;
  gap: 6rem;
  max-width: 80%;
  width: inherit;
}
.container > .contact > .contact-info > .info-contents {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.container > .contact > .contact-info > .info-contents > p {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}
.container > .contact > .contact-info > .info-contents > .content-wrap > div {
  display: flex;
  gap: 1rem;
}
.container > .contact > .contact-info > .info-contents > .content-wrap > div > p:first-child {
  width: 4rem;
  color: #555;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
}
.container > .contact > .contact-info > .info-contents > .content-wrap > div > p:last-child {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}
.container > .contact > .contact-info > .social-wrap {
  display: flex;
  flex-direction: column;
}
.container > .contact > .contact-info > .social-wrap > p {
  color: #555;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
  padding-left: 1rem;
}
.container > .contact > .contact-info > .social-wrap > button {
  border: none;
  background-color: transparent;
  color: #ffffff;
  text-align: left;
  cursor: pointer;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.container > .basic-footer {
  display: flex;
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .container > .contents-2 > div > p {
    font-size: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .container > .contents-1 > p {
    font-size: 3rem;
  }
  .container > .contents-2 > div > p {
    font-size: 3rem;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .container > .contents-1 > p {
    font-size: 3rem;
  }
  .container > .contents-2 > div > p {
    font-size: 2.5rem;
  }
}
@media (max-width: 599px) {
  .container > .main > img {
    margin-bottom: 5rem;
  }
  .container > .vision > div > p {
    font-size: 1.3rem;
    line-height: 200%;
  }
  .container > .contents-1 > p {
    font-size: 2rem;
  }
  .container > .contents-2 > div > p {
    font-size: 2rem;
    line-height: 150%;
  }
  .container > .contact > .contact-info {
    gap: 4rem;
  }
  .container > .basic-footer {
    display: none !important;
  }
}
.main-container {
  background-color: #000000;
}
.main-container > .title-container {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background: url("../../assets/pr1.png") center center no-repeat;
  background-size: cover;
}
.main-container > .title-container > div {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: inherit;
  max-width: 80%;
  z-index: 2;
}
.main-container > .title-container > div > p {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}
.main-container > .title-container > div > p:first-child {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 150%;
}
.main-container > .product-container {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-container > .product-container > .product-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: inherit;
  max-width: 80%;
}
.main-container > .product-container > .product-wrapper > p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
  color: #ffffff;
}
.main-container > .product-container > .product-wrapper > p > span {
  color: #fee600;
}
.main-container > .product-container > .product-wrapper > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-container > .product-container > .product-wrapper > img:nth-child(3) {
  display: none;
}
.main-container > .product-container > .product-wrapper > img:nth-child(2) {
  display: block;
}
.main-container > .recommend-container {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-container > .recommend-container > .recommend-wrapper {
  width: inherit;
  max-width: 80%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.main-container > .recommend-container > .recommend-wrapper > p {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 150%;
}
.main-container > .recommend-container > .recommend-wrapper > p > span {
  color: #fee600;
}
.main-container > .recommend-container > .recommend-wrapper > .contents {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.main-container > .recommend-container > .recommend-wrapper > .contents > div {
  display: flex;
  padding: 1rem 2rem;
  align-items: center;
  gap: 1rem;
  align-self: stretch;
  border-radius: 1rem;
  background: linear-gradient(90deg, #2a2a2a 0%, #000 100%);
}
.main-container > .recommend-container > .recommend-wrapper > .contents > div > p:first-child {
  color: rgba(254, 230, 0, 0.2);
  leading-trim: both;
  text-edge: cap;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 150%;
}
.main-container > .recommend-container > .recommend-wrapper > .contents > div > p {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}
.main-container > .info-container {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../../assets/pr4.png") center center no-repeat;
  background-size: cover;
  position: relative;
}
.main-container > .info-container > .info-wrapper {
  max-width: 80%;
  width: inherit;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
.main-container > .info-container > .info-wrapper > div {
  display: flex;
  gap: 3rem;
}
.main-container > .info-container > .info-wrapper > div > p {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
}
.main-container > .info-container > .info-wrapper > div > p > span {
  color: #fee600;
}
.main-container > .info-container > .info-wrapper > div > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.main-container > .info-container > .info-wrapper > div > div > p {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}
.main-container > .info-container > .info-wrapper > div:first-child {
  gap: 4.31rem;
}
.main-container > .basic-footer {
  display: flex;
}

@media (min-width: 600px) and (max-width: 767px) {
  .main-container {
    background-color: #000000;
  }
  .main-container > .product-container > .product-wrapper {
    gap: 1rem;
  }
  .main-container > .product-container > .product-wrapper > img:nth-child(3) {
    display: block;
  }
  .main-container > .product-container > .product-wrapper > img:nth-child(2) {
    display: none;
  }
}
@media (max-width: 599px) {
  .main-container {
    background-color: #000000;
  }
  .main-container > .product-container > .product-wrapper {
    gap: 1rem;
  }
  .main-container > .product-container > .product-wrapper > img:nth-child(3) {
    display: block;
  }
  .main-container > .product-container > .product-wrapper > img:nth-child(2) {
    display: none;
  }
  .main-container > .basic-footer {
    display: none;
  }
}
.service-container {
  background-color: #000000;
}
.service-container > .service-1 {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.service-container > .service-1 > .wrapper {
  max-width: 60%;
  width: inherit;
  z-index: 2;
}
.service-container > .service-1 > .wrapper > p {
  color: #ffffff;
}
.service-container > .service-1 > .wrapper > p:first-child {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 150%;
}
.service-container > .service-1 > .wrapper > p:first-child > span {
  color: #fee600;
  white-space: nowrap;
}
.service-container > .service-1 > .wrapper > p:nth-child(2) {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
}
.service-container > .service-1 > .wrapper > p:nth-child(2) > span {
  color: #fee600;
}
.service-container > .service-1 > .wrapper > button {
  background-color: transparent;
  border: 1px solid #d9d9d9;
  border-radius: 0.5rem;
  color: #ffffff;
  padding: 1rem 2rem;
  cursor: pointer;
  margin-top: 3rem;
}
.service-container > .service-1 > .wrapper > button:hover {
  background-color: rgba(128, 128, 128, 0.4039215686);
  transition: 0.5s ease-out;
}
.service-container > .service-1 > img {
  position: absolute;
  max-width: 80%;
  height: auto;
}
.service-container > .service-2 {
  width: 100vw;
  height: 100vh;
  background: url("../../assets/sv2.png") center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-container > .service-2 > .cards-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.service-container > .service-2 > .cards-wrap > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.service-container > .service-2 > .cards-wrap > div > div {
  display: flex;
  width: 13rem;
  height: 18rem;
  padding: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: radial-gradient(121% 141.42% at 0% 0%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.service-container > .service-2 > .cards-wrap > div > div > p:first-child {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
  color: #ffffff;
}
.service-container > .service-2 > .cards-wrap > div > div > p:nth-child(2) {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  color: #f2f2f2;
}
.service-container > .service-2 > .cards-wrap > div > div > p:nth-child(3) {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 150%;
  color: #f2f2f2;
}
.service-container > .service-2 > .cards-wrap > div > div > img {
  display: flex;
  padding: 0.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  cursor: pointer;
}
.service-container > .service-2 > .cards-wrap > div > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.service-container > .service-2 > .cards-wrap > div > div:nth-child(2) > div > p {
  color: #f2f2f2;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}
.service-container > .service-3 {
  width: 100vw;
  height: 100vh;
  background: url("../../assets/sv3.png") center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.service-container > .service-3 > .wrapper {
  max-width: 80%;
  width: inherit;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.service-container > .service-3 > .wrapper > .service-3-title > img {
  width: 20rem;
}
.service-container > .service-3 > .wrapper > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch;
}
.service-container > .service-3 > .wrapper > div > p {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}
.service-container > .service-3 > .wrapper > div > p:first-child {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
}
.service-container > .service-3 > .wrapper > div > button {
  background-color: transparent;
  color: #ffffff;
  display: flex;
  padding: 1rem 1.5rem 1rem 2rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid #d9d9d9;
  cursor: pointer;
}
.service-container > .service-3 > .wrapper > div > button:hover {
  background-color: rgba(128, 128, 128, 0.4039215686);
  transition: 0.5s ease-out;
}
.service-container > .service-4 {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../../assets/sv4.png") center center no-repeat;
  background-size: cover;
}
.service-container > .service-4 > .wrapper {
  max-width: 80%;
  width: inherit;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
.service-container > .service-4 > .wrapper > img {
  width: 10rem;
}
.service-container > .service-4 > .wrapper > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.service-container > .service-4 > .wrapper > div > div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.service-container > .service-4 > .wrapper > div > div > p {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}
.service-container > .service-4 > .wrapper > div > div > p:first-child {
  color: #fee600;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
}
.service-container > .service-5 {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url("../../assets/sv5.png") center center no-repeat;
  background-size: cover;
  position: relative;
}
.service-container > .service-5 > .wrapper {
  max-width: 80%;
  width: inherit;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 2rem;
}
.service-container > .service-5 > .wrapper > img {
  width: 15rem;
}
.service-container > .service-5 > .wrapper > .service-5-contents > p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  color: #ffffff;
}
.service-container > .service-5 > .wrapper > .service-5-contents > p > span {
  color: #fee600;
}
.service-container > .service-5 > .wrapper > .service-5-contents > p:last-child {
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
}
.service-container > .basic-footer {
  display: flex;
}

@media (max-width: 599px) {
  .service-container > .basic-footer {
    display: none;
  }
}/*# sourceMappingURL=index.css.map */