@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@media (min-width: 1921px) {
  .campaign-wrap {
    font-size: 16px;
  }
}

.hiddenTxt {
  width: 0;
  height: 0;
  font-size: 0;
  text-indent: 9999999px;
  opacity: 0;
}

.campaign-wrap {
  width: 120em;
  margin: 0 auto;
  overflow-x: auto;
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", sans-serif;
  color: #121212;
  letter-spacing: -0.075em;
  overflow: hidden !important;
  font-size: calc((16 / 1920) * 100vw);
}

.campaign-wrap * {
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", sans-serif;
}

.campaign-wrap .inner {
  width: 90em;
  margin: 0 auto;
}

.btn:active, .link:active {
  transition: all 0.3s;
  scale: 0.95;
}

.campaign-wrap img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.campaign-wrap .content1 {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 60.9375em;
  background: url(../images/contentBg1.jpg) top center no-repeat;
  background-size: cover;
}

.campaign-wrap .content1 .inner {
  padding-left: 5.75em;
}

.campaign-wrap .content1 .content1_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 29.4375em;
  justify-content: center;
}

.campaign-wrap .content1 .txt {
  display: inline-block;
  margin-top: 2.1538461538em;
  font-size: 1.625em;
  line-height: 1.7307692308em;
  text-align: center;
}

.campaign-wrap .content1 .btn {
  width: 29.5em;
  height: 8.3125em;
  margin-top: 5em;
  display: block;
  background: url("../images/kiteBtn_off.png") left bottom no-repeat;
  background-size: contain;
  cursor: pointer;
  position: relative;
}

.campaign-wrap .content1 .btn:hover,
.campaign-wrap .content1 .btn:active {
  background-image: url(../images/kiteBtn_on.png);
}

.campaign-wrap .content1 .btn .img {
  position: absolute;
  left: 1em;
  bottom: -5%;
}

.campaign-wrap .content1 .btn .img.off {
  width: 10.1875em;
  opacity: 0;
  animation: ease-in-out 0.8s 0.4s forwards content1ImgAni;
}

.campaign-wrap .content1 .btn .img.on {
  position: absolute;
  left: 1em;
  bottom: -5%;
  width: 9.875em;
  opacity: 0;
}

.campaign-wrap .content1 .btn:hover .img.off,
.campaign-wrap .content1 .btn:active .img.off {
  opacity: 0 !important;
}

.campaign-wrap .content1 .btn:hover .img.on,
.campaign-wrap .content1 .btn:active .img.on {
  opacity: 1;
  bottom: 4px;
  transition: all 0.8s;
}

@keyframes content1ImgAni {
  100% {
    bottom: 4px;
    opacity: 1;
  }
}

.campaign-wrap .content2 .video {
  width: 70.4375em;
  aspect-ratio: 16/9;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7.1875em;
  border-radius: 0.3125em;
  background-color: #000;
  overflow: hidden;
}

.campaign-wrap .content2 .video iframe {
  border-radius: 0.3125em;
  overflow: hidden;
}

.content3 {
  height: 35.625em;
  background: url("../images/contentBg2.jpg") center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.content3 .inner {
  padding-left: 19em;
}

.content3 p {
  font-size: 1.625em;
  line-height: 1.6923076923em;
  color: #000;
}

.content3 p + p {
  margin-top: 1.6153846154em;
}

.content4 {
  height: 50.625em;
  background: url("../images/contentBg3.jpg") center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.content4 .inner {
  padding-left: 11.2em;
}

.content4 .logo {
  display: block;
  width: 27.25em;
  margin-left: 2.3125em;
}

.content4 p {
  margin-top: 2.1153846154em;
  margin-left: 2.4615384615em;
  font-size: 1.625em;
  line-height: 1.6923076923em;
}

.content4 .character {
  display: block;
  width: 33.9375em;
  height: 20.375em;
  margin-top: 3.625em;
  background: url("../images/content4_character_v2.png") center center no-repeat;
  background-size: contain;
}

.content5 {
  height: 81.9375em;
  overflow: hidden;
  background: url("../images/content5_bg_v2.png") center center no-repeat;
  background-size: cover;
}

.content5 .inner {
  position: relative;
  height: 100%;
}

.content5 p {
  margin-bottom: 1.2em;
  font-size: 1.625em;
  line-height: 1.6923076923em;
  text-align: center;
}

.content5 .img {
  display: block;
  width: 30.75em;
  margin-top: 3.6em;
}

.content5 .right {
  float: right;
  margin-top: 6.875em;
}

.content5 .left {
  position: absolute;
  left: 3.625em;
  bottom: 6.3125em;
}

.content5 .left p {
  margin-bottom: 0;
}

.content6 {
  position: relative;
  height: 69.5625em;
  width: 100%;
  background-color: #fbf2e7;
}

.content6_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url("../images/content6_bg_v2.png") center center no-repeat;
  background-size: contain;
}

.content6 .inner {
  position: relative;
  z-index: 2;
}

.content6 .txtBox {
  position: relative;
  width: 54.9375em;
}

.content6 .txtBox p {
  position: absolute;
  left: 4.0769230769em;
  bottom: -0.7692307692em;
  font-size: 1.625em;
  line-height: 1.6923076923em;
}

.content6 .btn {
  cursor: pointer;
  position: absolute;
  top: 5.3125em;
  right: 4.4375em;
  display: block;
  width: 19.75em;
  height: 15.9375em;
  background: url("../images/content6Btn_off_v2.png") center center no-repeat;
  background-size: contain;
}

.content6 .btn:hover {
  background-image: url("../images/content6Btn_on_v2.png");
}

.content6 .btn span {
  width: 0;
  height: 0;
  overflow: hidden;
  text-indent: 99999px;
  opacity: 0;
}

.content7 {
  padding-bottom: 5.8125em;
  background: url("../images/content7_bg.jpg") center bottom no-repeat;
  background-size: cover;
}

.content7 h2 {
  text-align: center;
}

.content7 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5em 3.1em;
}

.content7 .list .img {
  display: block;
}

.content7 .list .img img {width:100%}

.content7 .list li {
  max-width: 20.3125em;
  width: 100%;
  padding-bottom: 1.875em;
  background: #0c0101;
  overflow: hidden;
  border-radius: 0 0 0.625em 0.625em;
}

.content7 .list li .con {
  padding: 0 1.875em;
}

.content7 .list li .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 0.25em;
  height: 3.75em;
  color: #fff7df;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.25;
  margin-bottom: 1.3333333333em;
  border-bottom: 1px solid rgba(253, 251, 248, 0.5);
  font-weight: 700; 
}

.content7 .list li .tit small {
  font-size: 0.875em;
}

.content7 .list li .txt {
  width: 90%;
  margin: 0 auto;
  color: #fff;
  opacity: 0.85;
  line-height: 1.5789473684em;
  font-size: 1.1875em;
  letter-spacing: -0.075em;
}

.content7 .link {
  display: block;
  width: fit-content;
  margin: 2.9545454545em auto 0;
  text-align: center;
  font-size: 1.375em;
  border-bottom: 1px solid #121212;
  transition: all 0.3s;
  cursor: pointer;
  color: #121212;
}

.content7 .link:hover {
  font-weight: bold;
}

.content8 {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  height: 33.75em;
  background: url("../images/content8_bg.jpg") center center no-repeat;
  background-size: cover;
  text-align: center;
}

.content8 .logo {
  display: block;
  margin: 0 auto;
  width: 13.1875em;
}

.content8 p {
  margin-top: 2em;
  color: #fff;
  opacity: 0.92;
  font-size: 1.5em;
  line-height: 1.75em;
}

.content8 .link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2.2916666667em auto 0;
  width: 10.7083333333em;
  height: 2.4166666667em;
  border-radius: 0.4166666667em;
  background-color: #000;
  font-size: 1.5em;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.content8 .link:hover {
  background-color: #fff7df;
  color: #c92428;
  font-weight: bold;
}

.content9 {
  padding: 6.25em 0 6em;
}

.content9 .inner {
  padding: 0 8.75em;
}

.content9 h2 {
  text-align: center;
  width: 16.3125em;
  margin: 0 auto;
}

.content9 .qnaList {
  width: 72.375em;
  margin-top: 7.25em;
  margin-left: auto;
  margin-right: auto;
}

.content9 .qnaList li {
  padding: 0 2em;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
}

.content9 .qnaList li:last-child {
  border: 0;
}

.content9 .qnaList li + li {
  margin-top: 3em;
}

.content9 .qnaList li .qnaList_btn {
  display: flex;
  align-items: center;
  margin-bottom: 1.8461538462em;
  font-size: 1.625em;
  font-weight: 700;
  line-height: 1;
  position: relative;
  width: 100%;
  cursor: pointer;
  color: #121212;
}

.content9 .qnaList li .qnaList_btn::after {
  content: "";
  display: block;
  width: 0.8076923077em;
  height: 0.4615384615em;
  background: url("../images/arrow_bottom.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0.6538461538em;
  transform: translateY(-50%);
  cursor: pointer;
}

.content9 .qnaList li .qnaList_btn > span {
  opacity: 0.3;
}

.content9 .qnaList li .qnaList_btn > span::before {
  content: "Q.";
  display: inline-block;
  margin-right: 1.2307692308em;
}

.content9 .qnaList li .qnaList_btn.on > span, .content9 .qnaList li .qnaList_btn:hover > span {
  opacity: 1;
}

.content9 .qnaList li .qnaList_btn.on .pointColor {
  color: #d31a2f;
}

.content9 .qnaList li .qnaList_btn.on::after {
  background-image: url("../images/arrow_top.png");
}

.content9 .qnaList li:first-child .qnaList_con {
  display: block;
}

.content9 .qnaList li .qnaList_con {
  display: none;
  margin-bottom: 2.4761904762em;
}

.content9 .qnaList li p {
  padding: 0 2.4761904762em;
  font-size: 1.3125em;
  line-height: 1.8em;
  font-weight: 300;
}

.content9 .qnaList li .qnaList_con4 {
  padding: 0 3.9375em 0 3em;
}

.content9 .qnaList li .qnaList_con4 p {
  margin-top: 1.619047619em;
  padding-left: 0;
}

.content9 .qnaList li .qnaList_con4 .img {
  display: inline-block;
  width: 100%;
  margin-top: 0.375em;
}

.content10 {
  height: 81.25em;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  background: url("../images/content10_bg.jpg") center center no-repeat;
  background-size: cover;
  overflow: hidden;
}

.content10 .txt span img {
  padding-bottom: 13px;
}

.content10 .inner {
  width: 85.0625em;
}

.content10 .txt {
  width: 100%;
  font-size: 1.875em;
  line-height: 1.6666666667em;
  margin-bottom: 2.8em;
}

.content10 .txt span {
  display: inline-block;
  vertical-align: middle;
  width: 5.3333333333em;
  margin-right: 0.0666666667em;
}

.content10 .tit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  font-size: 2em;
  margin-bottom: 1.25em;
  text-align: center;
}

.content10 .tit::before, .content10 .tit::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1a1a1a;
}

.content10 .tit h2 {
  min-width: 18.75em;
  font-size: 0.9em;
}

.content10 .tit span {
  display: inline-block;
  vertical-align: text-top;
  margin-right: 0.125em;
  width: 5em;
}

.content10 .infoTxt {
  text-align: right;
  font-size: 1em;
  opacity: 0.5;
  color: #1a1a1a;
}

.content10 ul {
  margin-top: 1.4375em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.1875em;
}

.content10 ul li img {
  width: 41.4375em;
}

.capyRight {
  height: 9em;
  background-color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.capyRight img {
  width: 20.375em;
}

.floationgBtn {
  position: fixed;
  bottom: 2.5em;
  right: 6.25em;
  width: 15.0625em;
  height: 15.9375em;
  background: url("../images/floationg_off.png") center bottom no-repeat;
  background-size: contain;
  z-index: 10;
  animation: floationImgAni 1.3s ease-in-out infinite alternate;
}

.floationgBtn:hover {
  background-image: url("../images/floationg_on.png");
}

.floationgBtn .hiddenTxt {
  width: 0;
  height: 0;
  display: block;
  text-indent: 999999px;
  font-size: 0;
  opacity: 0;
  overflow: hidden;
}

.floationgBtn .img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 12.3125em;
}

@keyframes floationImgAni {
  100% {
    bottom: 1.875em;
  }
}
[data-aos=fadeIn] {
  opacity: 0;
  transition-property: opacity;
}

[data-aos=fadeIn].aos-animate {
  opacity: 1;
}

@media all and (max-width: 1536px) {
  .content7 h2 {
    width: 50em;
    margin: 0 auto;
  }
  .content7 h2 img {
    display: inline-block;
    margin-right: -2.5em;
  }
}