@charset "UTF-8";
/*  메인 페이지 스타일 파일입니다. */
.main {
  position: relative;
  min-width: 1200px;
}
.main__row {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: row;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: auto;
}
.main__row-display {
  width: 100%;
}
.main__row--full {
  min-width: 1200px;
  max-width: 100%;
  display: block;
  margin-block-end: 120px;
}
.main__row--full .swiper {
  min-width: 1200px;
}
.main__row--full .skin-banner__skeleton {
  height: 500px;
}
.main__row--banner-grid {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 440px 200px;
  gap: 20px 24px;
  margin-block-end: 120px;
}
.main__row--banner-single {
  width: 100%;
  display: block;
  margin-block-end: 120px;
}

.skin-banner--main-left ~ .main__row-display {
  flex: 1;
  min-width: calc(816px - 24px);
}

.store-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 0;
  background: #f4f4f4;
}

.store-text {
  padding: 50px 40px;
}

.store-text h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
}

.store-text p {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 40px;
  color: #444;
}

.store-text p:first-of-type {
  margin-bottom: 8px;
}

.store-btn {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid #222;
  color: #222;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
}

.store-btn:hover {
  background: #222;
  color: #fff;
}

.store-image {
  background-image: url('/assets/images/GOCHUK.PNG');
  background-size: cover;
  background-position: center;
  height: 380px;
}
