@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 !important;
  }
}

/* 공통영역 */

.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 !important;
  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 !important;
}

.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: 59.8125em;
  background: url(../images/contentBg1.png) top center no-repeat;
  background-size: cover;
}

.campaign-wrap .content1 .inner {
  padding-left: 9.1875%;
}

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

.campaign-wrap .content1 .content1_logo {
  display: block;
  margin-bottom: 2.95em;
}

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

.campaign-wrap .content1 .btn {
  width: 27.625em;
  height: 8.3125em;
  margin-top: 3.85em;
  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: 1.85em;
  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: 2em;
  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;
}


/* 스토리1 영역 */

.content3-1 {
  height: 68.3125em;
  background: url("../images/contentBg3.png") center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.content3-1 .inner {
  display: flex;
  justify-content: space-between;
  width: 90em;
  height: 56.25em;
}

.content3-1 .left {
  padding-left: 6.25em;
  padding-top: 1.45em;
}

.content3-1 .left > h3 {
  display: block;
  margin-left: -2em;
}

.content3-1 .right {
  display: flex;
  margin-right: -16px;
  flex-direction: column;
  justify-content: space-between;
}

.content3-1 p {
  margin-top: 2.1em;
  font-size: 1.625em;
  line-height: 1.6923076923em;
  color: #121212;
}

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

.content3-1 .subtxt {
  position: relative;
  margin-top: 5.125em;
}

.content3-1 .subtxt::before {
  content: "";
  position: absolute;
  top: -1.5625em;
  left: 0;
  width: 629px;
  height: 1px;
  background: #707070;
  opacity: .5;
}

.content3-1 .subtxt_title {
  display: block;
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 0.35em;
}

.content3-1 .subtxt_desc {
  display: block;
  font-size: 1.0625em;
  font-weight: 400;
  margin-left: 0.55em;
  line-height: 1.675em;
}


/* 스토리2 영역 */

.content3-2 {
  height: 55.375em;
  background: url("../images/contentBg3-2.png") center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.content3-2 .inner {
  display: flex;
  justify-content: space-between;
  width: 90em;
  height: 40.625em;
}

.content3-2 .left {
  margin-right: -16px;
}

.content3-2 .right {
  padding-left: 6.25em;
}

.content3-2 .right > h3 {
  display: block;
  margin-left: -2.4em;
}

.content3-2 p {
  margin-top: 2.1em;
  font-size: 1.625em;
  line-height: 1.6923076923em;
  color: #121212;
}

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

.content3-2 .subtxt {
  position: relative;
  margin-top: 3.75em;
  margin-left: 1em;
}

.content3-2 .subtxt::before {
  content: "";
  position: absolute;
  top: -1.5625em;
  left: 0;
  width: 29.8125em;
  height: 1px;
  background: #707070;
  opacity: .5;
}

.content3-2 .subtxt_desc {
  display: block;
  font-size: 1.0625em;
  font-weight: 400;
  text-align: center;
  line-height: 1.675em;
}


/* 스토리3 영역 */

.content3-3 {
  height: 68.375em;
  display: flex;
  justify-content: left;
  align-items: center;
}

.background-container {
  position: relative;
}

.background-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 1440px;
  min-width: 1440px;
  height: 1094px;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: -1;
}

.content3-3 .inner {
  width: 90em;
}

.content3-3 .left {
  padding-left: 6.25em;
}

.content3-3 .left > h3 {
  display: block;
}

.content3-3 p {
  margin-top: 2.1em;
  font-size: 1.625em;
  line-height: 1.6923076923em;
  color: #121212;
}

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

.content3-3 .content3-3_txt2 {
  display: block;
  margin-left: -1.2em;
  margin-top: 1.8153846154em;
}


/* 스토리4 영역 */

.content3-4 {
  height: 66.75em;
  background: url("../images/contentBg3-4.png") center center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content3-4 .inner {
  display: flex;
  justify-content: end;
  width: 90em;
  height: 51.25em;
}

.content3-4 .right {
  margin-left: 7.6em;
}

.content3-4 .right > h3 {
  display: block;
  margin-left: -2.15em;
}

.content3-4_slide {
  margin: 2.1875em 0 3.125em;
}

.content3-4_slide > span {
  text-align: center;
  position: relative;
  display: inline-block;
  color: #000;
  background-color: #fff;
  height: 2.5em;
  vertical-align: bottom;
  overflow: hidden;
  border: 6px solid #d31a2f;
  padding: .45em 1.5em;
  margin: 0 8px 0 18px;
}

.content3-4_slide > span > span {
  display: block;
  animation: animateWords 7s infinite ease;
  font-family: "Pretendard";
  font-weight: 700;
  font-size: 1.75em;
  border: 0;
  height: 2.5em;
  padding-top: 7px;
  background-color: transparent;
}

@keyframes animateWords {
0% {
  transform: translateY(0%);
}

33% {
  transform: translateY(-100%);
}

66% {
  transform: translateY(-200%);
}

100% {
  transform: translateY(-300%);
}
}

.content3-4 p {
  margin-left: -.45em;
  margin-top: 2.1em;
  font-size: 1.625em;
  line-height: 1.6923076923em;
  color: #121212;
}

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

.content3-4 .subtxt {
  position: relative;
  margin-top: 5.5em;
}

.content3-4 .subtxt::before {
  content: "";
  position: absolute;
  top: -1.8153846154em;
  left: 0;
  width: 33.3125em;
  height: 1px;
  background: #707070;
  opacity: .5;
}

.content3-4 .subtxt_desc {
  display: block;
  font-size: 1.0625em;
  font-weight: 400;
}


/* 어린이식당 리뷰 영역 */

.content4 {
  width: 100%;
  height: 56.75em;
  background-color: #fdfbf8;
}

.content4 .inner {
  padding: 6.25em;
  width: 77.5625em;
}

.content4 .inner .content4_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4em;
}

.tab_btn .btn {
  font-size: 1.4375em;
  padding: .85em 3em;
  background: #fff;
  border-radius: 1.5625em;
  border: 3px solid #121212;
  color: #121212 !important;
}

.tab_btn .btn > h4 {
  font-weight: 700;
}

.tab_btn .btn.active {
  background-color: #121212 !important;
  border: 0;
}

.tab_btn .btn.btn_01 {
  margin-right: 1em;
}

.tab_btn .btn.active > h4 {
  color: #fff !important;
  font-weight: 700;
}

.content4 .inner .content4_bottom {
  font-size: 0;
}

.content4 .inner .content4_bottom > div {
  filter: drop-shadow(0px 0px 10px rgba(18, 18, 18, 0.2));
}

.content4 .inner .content4_bottom .cont_02 {
  display: none;
}


/* 어린이식당 식단 및 후원독려 영역 */

.content5 {
  width: 100%;
  height: 61.0625em;
  background-color: #fff;
}

.content5 .content5_txt {
  margin-top: 2em;
  font-size: 1.5625em;
  line-height: 2em;
  text-align: center;
}

.content5 .btn {
  margin: 0 auto;
  width: 27.625em;
  height: 8.3125em;
  margin-top: 3.85em;
  display: block;
  background: url("../images/kiteBtn_off.png") left bottom no-repeat;
  background-size: contain;
  cursor: pointer;
  position: relative;
}

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

.content5 .btn .img {
  position: absolute;
  left: 1.85em;
  bottom: -5%;
}

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

.content5 .btn .img.on {
  position: absolute;
  left: 2em;
  bottom: -5%;
  width: 9.875em;
  opacity: 0;
}

.content5 .btn:hover .img.off,
.content5 .btn:active .img.off {
  opacity: 0 !important;
}

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


/* 어린이에게 행복한 한 끼를 선물해 주세요 영역 */

.content6 {
  position: relative;
  width: 100%;
  height: 59.125em;
  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: 4em;
  bottom: -0.8692307692em;
  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-color: #fdfbf8;
}

.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 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;
  margin-bottom: 1.3333333333em;
  border-bottom: 1px solid rgba(253, 251, 248, 0.5);
  font-weight: 700;
}

.content7 .list li .tit2 {
  line-height: 1.25em !important;
}

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


/* FAQ 영역 */

.content9 {
  padding: 6.25em 0 6em;
  color: #121212 !important;
}

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

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

.content9 .qnaList {
  width: 72.375em;
  margin-top: 7.25em;
  margin-left: auto;
  margin-right: auto;
  color: #121212 !important;
}

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

.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 !important;
}

.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.8em;
  font-size: 1.3125em;
  line-height: 1.8em;
  font-weight: 300;
  color: #121212 !important;
}

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

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

.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 .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 .txt span img {
  padding-bottom: 13px;
}

.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;
  top: 8.5em;
  right: 2.4em;
  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: 49%;
  transform: translateX(-50%);
  width: 12.3125em;
}

@keyframes floationImgAni {
  100% {
    top: 7em;
  }
}

[data-aos=fadeIn] {
  opacity: 0;
  transition-property: opacity;
}

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


@media (max-width: 1536px) {
  .content3-2 .right {
    padding-left: 10.85em;
  }  
}

.content4_top .tab_btn {border-bottom:0}