@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");
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 {
  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;
}

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;
}

@font-face {
  font-family: "NORD";
  src: url("../fonts/NORD-Medium.eot");
  src: url("../fonts/NORD-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NORD-Medium.woff2") format("woff2"), url("../fonts/NORD-Medium.woff") format("woff"), url("../fonts/NORD-Medium.svg#NORD-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  font-family: Pretendard, sans-serif;
  word-break: keep-all;
  scroll-behavior: smooth;
}

.englishTitle, .visitMallButton > .content > .textContainer > h1, .topMsgContainer > .content > .text > h1 {
  font-family: "NORD";
  font-weight: 500;
}

.headTitleContainer, .brandsContainer > .head, .creatorCommerceContainer > .creatorListContainer > .head, .portfolioContainer > .head, .clientsContainer > .head {
  width: 100%;
  text-align: center;
  margin-bottom: 35px;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .headTitleContainer, .brandsContainer > .head, .creatorCommerceContainer > .creatorListContainer > .head, .portfolioContainer > .head, .clientsContainer > .head {
    margin-bottom: 20px;
  }
}
.headTitleContainer > h1, .brandsContainer > .head > h1, .creatorCommerceContainer > .creatorListContainer > .head > h1, .portfolioContainer > .head > h1, .clientsContainer > .head > h1 {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .headTitleContainer > h1, .brandsContainer > .head > h1, .creatorCommerceContainer > .creatorListContainer > .head > h1, .portfolioContainer > .head > h1, .clientsContainer > .head > h1 {
    font-size: 18px;
  }
}

.swiper {
  width: 100%;
  max-width: 1920px;
  padding: 0 120px !important;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .swiper {
    padding: 0 30px !important;
  }
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.swiper-slide:hover > .blackWhiteFilter > img {
  filter: grayscale(0);
}
.swiper-slide:hover > .creator > .content {
  border: 1px solid #58c933;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.swiper-slide > .imgContainer {
  width: 100%;
  height: 400px;
  max-height: 400px;
  overflow: hidden;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .swiper-slide > .imgContainer {
    height: 340px;
    max-height: 340px;
  }
}
.swiper-slide > .imgContainer > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-slide > .blackWhiteFilter > img {
  filter: grayscale(100%);
  transition: filter 0.2s ease-in-out;
}
.swiper-slide > .textContainer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}
.swiper-slide > .textContainer > .content {
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
  background: rgba(13, 12, 17, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 10px;
}
.swiper-slide > .textContainer > .content > p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.swiper-slide > .textContainer > .content > .careerList {
  width: 100%;
  margin-top: 10px;
}
.swiper-slide > .textContainer > .content > .careerList > ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
}
.swiper-slide > .textContainer > .content > .careerList > ul > li {
  width: 100%;
}
.swiper-slide > .textContainer > .content > .careerList > ul > li > p {
  width: 100%;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}
.swiper-slide > .creator > .content {
  padding: 20px;
  background: rgba(13, 12, 17, 0.8);
  border: 1px solid transparent;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  transition: border 0.2s ease-in-out;
}

.swiper-pagination {
  width: 100%;
  position: relative !important;
  bottom: 0 !important;
  margin-top: 20px;
}
.swiper-pagination > .swiper-pagination-bullet {
  border: 1px solid #fff;
}
.swiper-pagination > .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.4) !important;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

html,
body {
  background: #0d0c11;
  -webkit-font-smoothing: antialiased;
}

.wrapper {
  width: 100%;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  background: #0d0c11;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  padding: 35px 35px 0 35px;
  box-sizing: border-box;
  z-index: 99999;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .nav {
    padding: 35px 0 0 0;
    margin-bottom: 50px;
  }
}
.nav > .inside {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .nav > .inside {
    flex-direction: column;
    gap: 25px;
  }
}
.nav > .inside > .logo {
  cursor: pointer;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .nav > .inside > .logo {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.nav > .inside > .menus {
  display: flex;
  align-items: center;
  gap: 50px;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .nav > .inside > .menus {
    overflow-x: scroll;
    padding: 0 20px;
    box-sizing: border-box;
    gap: 25px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .nav > .inside > .menus::-webkit-scrollbar {
    display: none;
  }
}
.nav > .inside > .menus > ul {
  display: flex;
  gap: 50px;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .nav > .inside > .menus > ul {
    white-space: nowrap;
    gap: 25px;
  }
}
.nav > .inside > .menus > ul > li {
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: opacity 0.2s ease-in-out;
  /*모바일*/
  /*//모바일*/
  cursor: pointer;
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .nav > .inside > .menus > ul > li {
    font-size: 14px;
  }
}
.nav > .inside > .menus > ul > li:hover {
  opacity: 0.5;
}
.nav > .inside > .menus > .divider {
  width: 1px;
  height: 100%;
  min-height: 14px;
  background: rgba(255, 255, 255, 0.4);
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .nav > .inside > .menus > .divider {
    min-width: 1px;
  }
}

.topMsgContainer {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 60px;
  padding: 150px 20px 0 20px;
  box-sizing: border-box;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .topMsgContainer {
    flex-direction: column;
    gap: 0;
    padding: 180px 20px 0 20px;
  }
}
.topMsgContainer > .content {
  width: 100%;
}
.topMsgContainer > .content > .text {
  width: 100%;
  margin-bottom: 50px;
}
.topMsgContainer > .content > .text > h1 {
  font-size: 75px;
  color: #fff;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .topMsgContainer > .content > .text > h1 {
    font-size: 35px;
    width: 70%;
  }
}
.topMsgContainer > .content > .text > p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  margin-top: 35px;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .topMsgContainer > .content > .text > p {
    font-size: 14px;
  }
}
.topMsgContainer > .content > .button {
  display: inline-block;
  padding: 20px 35px;
  box-sizing: border-box;
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
  cursor: pointer;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .topMsgContainer > .content > .button {
    display: none;
  }
}
.topMsgContainer > .content > .button:hover {
  background: #58c933;
  border: 1px solid #58c933;
}
.topMsgContainer > .video {
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 550px;
  overflow: hidden;
  border-radius: 50px;
  /*모바일*/
  /*//모바일*/
}
.topMsgContainer > .video > .vimeoContainer {
  --video--width: 400;
  --video--height: 550;
  position: relative;
  padding-bottom: calc(var(--video--height) / var(--video--width) * 100%); /* 41.66666667% */
  overflow: hidden;
  max-width: 100%;
  background: black;
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .topMsgContainer > .video {
    width: 250px;
    height: 300px;
    border-radius: 20px;
  }
}

.meritsContainer {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  padding: 0 20px;
  box-sizing: border-box;
}
.meritsContainer > ul {
  display: flex;
  gap: 15px;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .meritsContainer > ul {
    flex-direction: column;
  }
}
.meritsContainer > ul > li {
  width: 100%;
  padding: 45px 35px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .meritsContainer > ul > li {
    padding: 25px;
  }
}
.meritsContainer > ul > li > .title {
  width: 100%;
  margin-bottom: 20px;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .meritsContainer > ul > li > .title {
    margin-bottom: 15px;
  }
}
.meritsContainer > ul > li > .title > img {
  margin-bottom: 5px;
}
.meritsContainer > ul > li > .title > h1 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .meritsContainer > ul > li > .title > h1 {
    font-size: 16px;
  }
}
.meritsContainer > ul > li > .content {
  width: 100%;
}
.meritsContainer > ul > li > .content > p {
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7);
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .meritsContainer > ul > li > .content > p {
    font-size: 13px;
  }
}

.intermissionContainer {
  width: 100%;
  max-width: 1200px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 200px;
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .intermissionContainer {
    margin-top: 80px;
  }
}
.intermissionContainer > .imgContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.intermissionContainer > .imgContainer > img {
  animation: spin 4s linear infinite;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .intermissionContainer > .imgContainer > img {
    width: 200px;
    height: 200px;
  }
}
.intermissionContainer > .textContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.intermissionContainer > .textContainer > h1 {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .intermissionContainer > .textContainer > h1 {
    font-size: 30px;
  }
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.intermissionText {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 160px;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .intermissionText {
    margin-top: 25px;
    margin-bottom: 80px;
    padding: 0 50px;
  }
}
.intermissionText > p {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  /*모바일*/
  /*//모바일*/
}
.intermissionText > p > span {
  color: #58c933;
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .intermissionText > p {
    font-size: 15px;
  }
}

.clientsContainer {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 160px;
  padding: 0 20px;
  box-sizing: border-box;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .clientsContainer {
    margin-bottom: 80px;
  }
}
.clientsContainer > ul {
  width: 100%;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .clientsContainer > ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.clientsContainer > ul > li {
  padding: 10px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.clientsContainer > ul > li > img {
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .clientsContainer > ul > li > img {
    height: 24px;
  }
}

.portfolioContainer {
  width: 100%;
  margin-bottom: 160px;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .portfolioContainer {
    margin-bottom: 80px;
  }
}
.portfolioContainer > .listContainer {
  width: 100%;
}

.creatorCommerceContainer {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  padding: 160px 0;
  box-sizing: border-box;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .creatorCommerceContainer {
    padding: 80px 0;
  }
}
.creatorCommerceContainer > .headTitleContainer, .brandsContainer.creatorCommerceContainer > .head, .creatorCommerceContainer > .creatorListContainer.creatorCommerceContainer > .head, .clientsContainer.creatorCommerceContainer > .head, .portfolioContainer.creatorCommerceContainer > .head {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 0 20px;
  box-sizing: border-box;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .creatorCommerceContainer > .headTitleContainer, .brandsContainer.creatorCommerceContainer > .head, .creatorCommerceContainer > .creatorListContainer.creatorCommerceContainer > .head, .clientsContainer.creatorCommerceContainer > .head, .portfolioContainer.creatorCommerceContainer > .head {
    flex-direction: column;
    padding: 0 20px;
    gap: 30px;
    margin-bottom: 80px;
  }
}
.creatorCommerceContainer > .headTitleContainer > .imgContainer, .brandsContainer.creatorCommerceContainer > .head > .imgContainer, .creatorCommerceContainer > .creatorListContainer.creatorCommerceContainer > .head > .imgContainer, .clientsContainer.creatorCommerceContainer > .head > .imgContainer, .portfolioContainer.creatorCommerceContainer > .head > .imgContainer {
  width: 60%;
  height: 265px;
  border-radius: 50px;
  overflow: hidden;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .creatorCommerceContainer > .headTitleContainer > .imgContainer, .brandsContainer.creatorCommerceContainer > .head > .imgContainer, .creatorCommerceContainer > .creatorListContainer.creatorCommerceContainer > .head > .imgContainer, .clientsContainer.creatorCommerceContainer > .head > .imgContainer, .portfolioContainer.creatorCommerceContainer > .head > .imgContainer {
    width: 100%;
    height: 150px;
    border-radius: 30px;
  }
}
.creatorCommerceContainer > .headTitleContainer > .imgContainer > img, .brandsContainer.creatorCommerceContainer > .head > .imgContainer > img, .creatorCommerceContainer > .creatorListContainer.creatorCommerceContainer > .head > .imgContainer > img, .clientsContainer.creatorCommerceContainer > .head > .imgContainer > img, .portfolioContainer.creatorCommerceContainer > .head > .imgContainer > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.creatorCommerceContainer > .headTitleContainer > .textContainer, .brandsContainer.creatorCommerceContainer > .head > .textContainer, .creatorCommerceContainer > .creatorListContainer.creatorCommerceContainer > .head > .textContainer, .clientsContainer.creatorCommerceContainer > .head > .textContainer, .portfolioContainer.creatorCommerceContainer > .head > .textContainer {
  width: 40%;
  text-align: left;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .creatorCommerceContainer > .headTitleContainer > .textContainer, .brandsContainer.creatorCommerceContainer > .head > .textContainer, .creatorCommerceContainer > .creatorListContainer.creatorCommerceContainer > .head > .textContainer, .clientsContainer.creatorCommerceContainer > .head > .textContainer, .portfolioContainer.creatorCommerceContainer > .head > .textContainer {
    width: 100%;
    text-align: center;
  }
}
.creatorCommerceContainer > .headTitleContainer > .textContainer > h1, .brandsContainer.creatorCommerceContainer > .head > .textContainer > h1, .creatorCommerceContainer > .creatorListContainer.creatorCommerceContainer > .head > .textContainer > h1, .clientsContainer.creatorCommerceContainer > .head > .textContainer > h1, .portfolioContainer.creatorCommerceContainer > .head > .textContainer > h1 {
  font-size: 50px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .creatorCommerceContainer > .headTitleContainer > .textContainer > h1, .brandsContainer.creatorCommerceContainer > .head > .textContainer > h1, .creatorCommerceContainer > .creatorListContainer.creatorCommerceContainer > .head > .textContainer > h1, .clientsContainer.creatorCommerceContainer > .head > .textContainer > h1, .portfolioContainer.creatorCommerceContainer > .head > .textContainer > h1 {
    font-size: 30px;
  }
}
.creatorCommerceContainer > .headTitleContainer > .textContainer > p, .brandsContainer.creatorCommerceContainer > .head > .textContainer > p, .creatorCommerceContainer > .creatorListContainer.creatorCommerceContainer > .head > .textContainer > p, .clientsContainer.creatorCommerceContainer > .head > .textContainer > p, .portfolioContainer.creatorCommerceContainer > .head > .textContainer > p {
  font-size: 20px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .creatorCommerceContainer > .headTitleContainer > .textContainer > p, .brandsContainer.creatorCommerceContainer > .head > .textContainer > p, .creatorCommerceContainer > .creatorListContainer.creatorCommerceContainer > .head > .textContainer > p, .clientsContainer.creatorCommerceContainer > .head > .textContainer > p, .portfolioContainer.creatorCommerceContainer > .head > .textContainer > p {
    font-size: 14px;
  }
}
.creatorCommerceContainer > .creatorListContainer {
  width: 100%;
}
.creatorCommerceContainer > .creatorListContainer > .listContainer {
  width: 100%;
}

.brandsContainer {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 160px;
  padding: 0 20px;
  box-sizing: border-box;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .brandsContainer {
    margin-top: 80px;
  }
}
.brandsContainer > .listContainer {
  width: 100%;
}
.brandsContainer > .listContainer > ul {
  width: 100%;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  /*타블렛*/
  /*//타블렛*/
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .brandsContainer > .listContainer > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .brandsContainer > .listContainer > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.brandsContainer > .listContainer > ul > li {
  height: 200px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .brandsContainer > .listContainer > ul > li {
    height: 160px;
  }
}
.brandsContainer > .listContainer > ul > li > .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.brandsContainer > .listContainer > ul > li > .logo > img {
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .brandsContainer > .listContainer > ul > li > .logo > img {
    height: 20px;
  }
}
.brandsContainer > .listContainer > ul > li > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 12, 17, 0.7);
}
.brandsContainer > .listContainer > ul > li > .imgContainer {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.brandsContainer > .listContainer > ul > li > .imgContainer > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.2s ease-in-out;
}
.brandsContainer > .listContainer > ul > li:hover > .imgContainer > img {
  transform: scale(1.2);
}

.visitMallButton {
  width: 100%;
  max-width: 1920px;
  padding: 120px;
  box-sizing: border-box;
  border-radius: 2000px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: background 0.2s ease-in-out;
  margin-left: auto;
  margin-right: auto;
  margin-top: 160px;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .visitMallButton {
    border-radius: 80px;
    padding: 60px 35px;
    margin-top: 80px;
  }
}
.visitMallButton:hover {
  background: rgba(255, 255, 255, 0.05);
}
.visitMallButton > .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .visitMallButton > .content {
    flex-direction: column;
    gap: 25px;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.visitMallButton > .content > .textContainer > h1 {
  font-size: 55px;
  color: #fff;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .visitMallButton > .content > .textContainer > h1 {
    font-size: 35px;
  }
}
.visitMallButton > .content > .textContainer > p {
  font-size: 25px;
  color: #fff;
  margin-top: 25px;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .visitMallButton > .content > .textContainer > p {
    font-size: 20px;
  }
}
.visitMallButton > .content > .ico > img {
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .visitMallButton > .content > .ico > img {
    height: 50px;
  }
}

.fullDivider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 160px 0;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .fullDivider {
    margin: 80px 0;
  }
}

.contactContainer {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.contactContainer > .head {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
.contactContainer > .head > h1 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
.contactContainer > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 0 20px;
  box-sizing: border-box;
}
.contactContainer > ul > li {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 45px 25px;
  box-sizing: border-box;
  color: #fff;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .contactContainer > ul > li {
    padding: 25px;
  }
}
.contactContainer > ul > li > .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}
.contactContainer > ul > li > .content > h1 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .contactContainer > ul > li > .content > h1 {
    font-size: 14px;
  }
}
.contactContainer > ul > li > .content > p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .contactContainer > ul > li > .content > p {
    font-size: 18px;
    text-align: center;
  }
}
.contactContainer > ul > .row {
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .contactContainer > ul > .row {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
.contactContainer > ul > .lastRow {
  grid-column-start: 1;
  grid-column-end: 3;
}

.footer {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 160px;
  padding: 0 20px;
  box-sizing: border-box;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .footer {
    margin-top: 80px;
  }
}
.footer > .content {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 30px;
  padding: 60px 0 160px 0;
  box-sizing: border-box;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .footer > .content {
    flex-direction: column;
    padding: 30px 0 80px 0;
  }
}
.footer > .content > .info {
  width: 100%;
}
.footer > .content > .info > ul {
  display: flex;
  gap: 5px;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .footer > .content > .info > ul {
    flex-direction: column;
  }
}
.footer > .content > .info > ul > li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer > .content > .info > ul > li > h1 {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}
.footer > .content > .info > ul > li > p {
  font-size: 13px;
  color: #fff;
}
.footer > .content > .info > ul > li:after {
  content: ".";
  color: #fff;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .footer > .content > .info > ul > li:after {
    display: none;
  }
}
.footer > .content > .info > ul > li:last-child:after {
  content: "";
}
.footer > .content > .copyright {
  white-space: nowrap;
  font-size: 13px;
  color: #fff;
  text-align: right;
  /*모바일*/
  /*//모바일*/
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .footer > .content > .copyright {
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */