#shContainer {
  display: flex;
  width: 100%;
  height: 100vh;
  min-width: 1024px;
  min-height: 50vw;
  /* border: 3px solid black; */
  /* background-color: gray; */
}

#mainPage {
  width: 100%;
  background-color: var(--story-blue);
  display: flex;
  flex-direction: column;
}

.mainGnbBack {
  height: 80px;
  background-color: var(--story-blue);
}

#mainPage-nameplate {
  /* Npx */
  /* vw : N / 19.2 */
  /* padding-left: 300px; */
  padding-left: 15.625vw;
  /* padding-right: 300px; */
  padding-right: 15.625vw;
  /* padding-top: 150px; */
  padding-top: 7.8125vw;
  display: flex;
  flex-direction: row;
}
#sh-np-text {
  flex: 9;
}
#sh-np-text-makeYourNation {
  font-family: "ONE Mobile";
  font-weight: 800;
  /* font-size: 20px; */
  font-size: 1.0417vw;
  color: var(--story-yellow);
}
#sh-np-text-yourReality {
  font-family: "ONE Mobile";
  font-weight: 800;
  /* font-size: 30px; */
  font-size: 1.5625vw;
  color: white;
  /* margin-top: 10px; */
  margin-top: 0.5208vw;
}
#sh-np-text-storynation {
  font-family: "ONE Mobile POP";
  /* font-size: 70px; */
  font-size: 3.6458vw;
  color: white;
  /* margin-top: 25px; */
  margin-top: 1.3021vw;
}
#sh-np-text-desc {
  font-family: "ONE Mobile";
  /* font-weight: 800; */
  /* font-size: 24px; */
  font-size: 1.25vw;
  color: white;
  line-height: 1.82vw;
  /* margin-top: 45px; */
  margin-top: 2.34375vw;
}
#sh-np-text-desc-mobile {
  display: none;
}

#sh-np-appDownload {
  flex: 7;
  display: flex;
  justify-content: end;
  align-items: center;
}
#sh-np-appDownloadBtn {
  /* width: 500px; */
  width: 26.04167vw;
  /* height: 100px; */
  height: 5.2083vw;
  /* border: 1px solid white; */
  border: 0.2604vw solid white;
  /* border-radius: 50px; */
  border-radius: 999px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#sh-np-adb-text {
  font-family: "ONE Mobile";
  font-weight: 800;
  /* font-size: 36px; */
  font-size: 1.8229vw;
  color: white;
}
#sh-np-adb-icon {
  width: 1.2589vw;
  height: 1.5625vw;
  /* margin-left: 32px; */
  margin-left: 1.6667vw;
}

#mainPage-event {
  margin-left: 15.625vw;
  margin-right: 15.625vw;
  margin-top: 6.9271vw;
  /* padding-left: 2.6042vw; */
  /* padding-right: 2.6042vw; */
  height: 5.2083vw;
  /* background-color: white; */
  background-color: var(--story-blue);
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--story-blue);
  font-family: "ONE Mobile";
  font-weight: 800;
  font-size: 1.5625vw;
  background-color: white;
}
#mainPage-event-img-pc {
  display: flex;
  width: 100%;
}
#mainPage-event-img-mobile {
  display: none;
}

#sh-mp-ev-text {
  flex: 1;
}
#sh-mp-ev-link {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: end;
}

#sh-mp-ev-arrow {
  width: 1.5625vw;
  height: 1.5625vw;
  margin-left: 1.04167vw;
}

#mainPage-browze {
  font-family: "ONE Mobile";
  font-weight: 800;
  font-size: 2.0833vw;
  padding-left: 15.625vw;
  margin-top: 5.625vw;
  color: white;
}
#mainPage-swiper {
  margin-top: 5.1042vw;
  margin-bottom: 8.8021vw;
}
#mainPage-scrollDown {
  display: none;
}
.swiper {
  width: 100%;
  /* height: 34.2188vw; */
}
/* .swiper-wrapper {
  transform: translate3d(7.8125vw, 0px, 0px);
} */
.swiper-slide {
  width: 22.8125vw;
  height: 34.2188vw;
  /* border: 1px solid white; */
  margin-right: 2.6042vw;
}

.swiper-slide-container {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.swiper-slide-container-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.swiper-slide-container-shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0;
  transition: 0.2s opacity;
  z-index: 2;
}
.swiper-slide-container:hover .swiper-slide-container-shadow {
  opacity: 0.7;
}

.swiper-slide-container-text {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.2s opacity;
  z-index: 3;
  display: flex;
  flex-direction: column-reverse;
  padding-left: 1.5625vw;
  padding-right: 1.5625vw;
}
.swiper-slide-container:hover .swiper-slide-container-text {
  opacity: 1;
}

.swiper-slide-container-text-title {
  font-family: "NotoSansKR";
  font-weight: 500;
  color: white;
  font-size: 1.5625vw;
  margin-bottom: 1.6146vw;
}

.swiper-slide-container-text-content {
  font-family: "NotoSansKR";
  font-weight: 500;
  color: #c3c3c3;
  font-size: 1.04167vw;
  margin-bottom: 1.04167vw;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.swiper-button-prev {
  background: url(image/swiper_prev_btn.png) no-repeat;
  background-size: 100% auto;
  background-position: center;
  left: 2.6042vw;
  width: 2.6042vw;
  height: 5.2083vw;
}
.swiper-button-next {
  background: url(image/swiper_next_btn.png) no-repeat;
  background-size: 100% auto;
  background-position: center;

  right: 2.6042vw;
  width: 2.6042vw;
  height: 5.2083vw;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.contentCover {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.contentGnbBack {
  height: 80px;
}

.contentSnsLink{
  display: flex;
  justify-content: flex-end;
  margin-top: min(max(-100px, -20vh), -10vw);
  padding-right: min(max(85.33px, 9vw), 20vh);
}

.contentPage {
  width: 100%;
  height: 100%;
  /* min-height: 640px; */
  display: flex;
  flex-direction: row;
}

.contentPage__textArea {
  flex: 1;
  display: flex;
  align-items: center;
  z-index: 2;
}

.contentPage__textArea__blank {
  width: 31.25%;
  height: 100%;
}
.contentPage__textArea__text {
  width: 68.75%;
}
.contentPage__textArea__text__content {
  font-family: "NotoSansKR";
  /* 30px */
  /* [px = 30 * 1024 / 1920] = 30 / 1.875 */
  /* [vw = 30 / 1920 * 100] = 30 / 19.2 */
  /* [vh = 30 / 10] */
  font-size: min(max(16px, 1.5625vw), 3vh);
  /* overflow: hiddlen; */
  white-space: nowrap;
}
.contentPage__textArea__text__title {
  font-family: "ONE Mobile";
  font-weight: 800;
  /* 100px */
  font-size: min(max(53.33px, 5.2083vw), 10vh);

  /* 75px */
  /* margin-top: min(max(39.46px, 3.90625vw), 7.5vh); */

  /* 45px */
  margin-top: min(max(24px, 2.3436vw), 4.5vh);
  color: var(--story-blue);
}
.contentPage__textArea__text__content__mobile {
  display: none;
}
.contentPage__textArea__text__desc {
  font-family: "NotoSansKR";
  /* 20px */
  font-size: min(max(10.66px, 1.0416vw), 2vh);
  /* margin-top 95px */
  margin-top: min(max(50.67px, 4.9479vw), 9.5vh);
}

.contentPage__imageArea {
  flex: 1;
  display: flex;
  align-items: end;
  position: relative;
}
.contentPage__imageArea__img__right {
  position: absolute;
  height: 100%;
  left: 5.626%;
  bottom: 0;
}
.contentPage__imageArea__img__left {
  position: absolute;
  height: 100%;
  right: 5.626%;
  bottom: 0;
}

.flexPCRowMCol {
  flex-direction: row;
}

.flexPCRowreverseMCol {
  flex-direction: row-reverse;
}

.flexPCRowMColReverse {
  /* flex-direction: row; */
  flex-direction: row;
}

.flexPCRowreverseMColReverse {
  /* flex-direction: row-reverse; */
  flex-direction: row-reverse;
}

.footerPage {
  width: 100%;
  background-color: #efefef;
  /* height: 100%; */
  /* min-height: 500px; */
  display: flex;
  flex-direction: column;

  /* Npx */
  /* [px = N * 1024 / 1920] = N / 1.875 */
  /* [vw = N / 1920 * 100] = N / 19.2 */
  /* [vh = N / 10] */

  /* padding-left: 85px; */
  padding-left: min(max(45.33px, 4.4271vw), 8.5vh);
  padding-top: min(max(133.33px, 13.0208vw), 25vh);
  padding-bottom: min(max(29.33px, 2.8646vw), 5.5vh);
}

.footerPage__corp {
  font-family: "NotoSansKR";
  font-weight: 900;
  /* font-size: 24px; */
  font-size: min(max(12.8px, 1.25vw), 2.4vh);
}
.footerPage__info {
  font-family: "NotoSansKR";
  /* font-size: 18px; */
  font-size: min(max(9.6px, 0.9375vw), 1.8vh);
  /* margin-top: 10px; */
  margin-top: min(max(5.33px, 0.5208vw), 1vh);
  /* line-height: 30px; */
  line-height: min(max(16px, 1.5625vw), 3vh);
}

#fp-nav.right {
  /* 100px */
  right: min(max(53.33px, 5.2083vw), 10vh);
}

#fp-nav ul {
  /* display: none; */
  opacity: 0;
  transition: 0.2s opacity;
  /* transition-delay: 0.2s display; */
}

#fp-nav ul li:first-child {
  display: none;
}
#fp-nav ul li:last-child {
  display: none;
}

#fp-nav ul li {
  /* 20px */
  width: min(max(10.66px, 1.0416vw), 2vh);
  height: min(max(10.66px, 1.0416vw), 2vh);
  /* 30px */
  margin: min(max(16px, 1.5625vw), 3vh);
}
#fp-nav ul li a.active span {
  /* 20px */
  width: min(max(10.66px, 1.0416vw), 2vh);
  height: min(max(10.66px, 1.0416vw), 2vh);

  margin: -2px 0 0 -2px;
  background-color: var(--story-yellow);
  /* top: 100%; */
  /* left: 100%; */
}

#fp-nav ul li:hover a.active span {
  width: min(max(10.66px, 1.0416vw), 2vh);
  height: min(max(10.66px, 1.0416vw), 2vh);
  margin: -2px 0 0 -2px;
}

#fp-nav ul li a span {
  /* 20px */
  width: min(max(10.66px, 1.0416vw), 2vh);
  height: min(max(10.66px, 1.0416vw), 2vh);
  background-color: var(--story-blue);
}
#fp-nav ul li:hover a span {
  /* 20px */
  width: min(max(10.66px, 1.0416vw), 2vh);
  height: min(max(10.66px, 1.0416vw), 2vh);
  margin: -2px 0 0 -2px;
}

.slideDetail {
  position: fixed;
  /* top: 80px; */
  top: 0;
  left: 0;
  width: 100vw;
  /* height: calc(100vh - 80px); */
  height: 100vh;
  z-index: 110;
  display: none;
}

.slideDetail__cover {
  position: relative;
  width: 100%;
  height: 100%;
}
.slideDetail__cover__upperShadow {
  display: none;
}
.slideDetail__cover__upperShadow__title {
  font-family: "NotoSansKR";
  font-weight: 500;
  color: white;
}
.slideDetail__cover__shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.85;
}
.slideDetail__cover__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.slideDetail__cover__content__imgBox {
  flex: 845;
  display: flex;
  justify-content: end;
  align-items: center;
}
.slideDetail__cover__content__img {
  width: 28.59375vw;
  margin-left: auto;
  margin-right: 0;
}
.slideDetail__cover__content__text {
  flex: 975;
  font-family: "NotoSansKR";
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5.2083vw;
}

.slideDetail__cover__content__text__title {
  font-size: 1.56vw;
  color: white;
}

.slideDetail__cover__content__text__content {
  font-size: 1.0417vw;
  color: #c3c3c3;
  margin-top: 1.5625vw;
}

.slideDetail__cover__content__exit {
  flex: 100;
}

.slideDetail__cover__content__exit__btn {
  width: 2.6042vw;
  height: 2.6042vw;
  margin-top: 2.6042vw;
  cursor: pointer;
}

.pcview {
  display: block;
}
.mobileview {
  display: none;
}

#storynation-download {
  font-family: "ONE Mobile";
  position: fixed;
  opacity: 0;
  transition: 0.2s opacity;
  /* transition-delay: 0.2s display; */
  background-color: var(--story-blue);
  /* width: 210px; */
  /* Npx */
  /* [px = N * 1024 / 1920] = N / 1.875 */
  /* [vw = N / 1920 * 100] = N / 19.2 */
  /* [vh = N / 10] */
  width: min(max(112px, 10.94vw), 21vh);
  height: min(max(112px, 10.94vw), 21vh);
  border: 5px solid white;
  border-radius: 100%;
  /* top: 180px; */
  top: min(max(96px, 9.38vw), 18vh);
  /* right: 150px; */
  right: min(max(80px, 7.8125vw), 15vh);
  display: flex;
  flex-direction: column;
  color: white;
  justify-content: center;
  align-items: center;
}

#storynation-download-icon {
  /* width: 24px; */
  width: min(max(12.8px, 1.25vw), 2.4vh);
}
#storynation-download-icon img {
  width: 100%;
}
#storynation-download-text {
  display: flex;
  text-align: center;
  /* font-size: 30px; */
  font-size: min(max(16px, 1.56vw), 3vh);
  /* line-height: 50px; */
  line-height: min(max(26.67px, 2.6vw), 5vh);
  /* margin-top: 20px; */
  margin-top: min(max(10.67px, 1.04vw), 2vh);
}
#storynation-download-text-mobile {
  display: none;
}

#kakao-channel-btn {
  position: fixed;
  /* right:90; */
  right: min(max(48px, 4.6875vw), 9vh);
  /* bottom:100; */
  bottom: min(max(53.33px, 5.21vw), 10vh);
  /* width:80; */
  width: min(max(42.67px, 4.17vw), 8vh);
  /* height:80; */
  height: min(max(42.67px, 4.17vw), 8vh);
  opacity: 0;
  transition: 0.2s opacity;
}
#kakaoIconImg {
  width: 100%;
  height: 100%;
}
