@charset "utf-8";
@import url('https://font.elice.io/css?family=Elice+DX+Neolli');

/* 상단 타이틀 */
#wrap {
  min-width: 100%;
  margin: 0 auto;
}

.visual-container {
  display: flex;
  position: relative;
  width: 100%;
  height: 1400px;
  align-items: flex-start;
  justify-content: center;
  background: #002246 url(../images/2606_top_wide.jpg) no-repeat 50% 0;
  background-size: cover;
}

/* OCEAN : 가장 거대한 기록 최대 20% 할인 */
.content-01 {
  background-color: #0A518F;
  padding: 100px 0;
  text-align: center;
}

.content-01 .topcopy {
  color: #95CEE9;
  text-align: center;
  font-family: "Elice DX Neo lli";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -0.64px;
  margin-bottom: 20px;
}

.content-01 .headcopy {
  color: #FFF;
  text-align: center;
  font-family: "Jalnan 2";
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

.content-01 .headcopy span {
  color: #FFDC19;
}

.content-01 .date {
  display: inline-block;
  margin: 0 auto;
  padding: 12px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  background: #00325E;
  color: #FFF;
  text-align: center;
  font-family: "Elice DX Neolli";
  font-size: 26px;
  line-height: 120%;
  /* 31.2px */
  letter-spacing: -0.52px;
  margin: 32px 0 52px;
}

.content-01 .date span {
  color: #FFDC19;
}

.content-01 .pd-wrap {
  display: flex;
  justify-content: center;
  gap: 0 40px;
}

.content-01 .pd-wrap li {
  position: relative;
}

.content-01 .pd-wrap li .best {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 90px;
  height: 90px;
  background: url(../images/icon_best.svg) no-repeat 50% 50%;
}

.content-01 .pd-wrap li .bestgalaxy {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 90px;
  height: 90px;
  background: url(../images/icon_bestgalaxy.svg) no-repeat 50% 50%;
}

.content-02 {
  background-color: #D1ECFF;
  padding: 100px 0;
  text-align: center;
  text-align: center;
}

.content-02 .title {
  color: #222;
  text-align: center;
  font-family: "Elice DX Neolli";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 38.4px */
  letter-spacing: -0.64px;
}

.content-02 .benefit-img {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.content-02 .title {
  color: #222222;
  font-size: 48px;
}

.content-02 .title .small-t {
  font-size: 32px;
}

.content-02 .title .blue-t {
  color: #3F4FFD;
  font-size: 38px;
  line-height: 120%;
  /* 45.6px */
  margin: 12px 0 32px;
}

.content-03 .title-container {
  background-color: #AC3AA0;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 60px 0;
}

.content-03 .title-container::after {
  content: '';
  position: absolute;
  left: 50%;
  width: 104px;
  height: 46px;
  background-image: url(../images/subtract.png);
  transform: translate(-50%, 60px);
  background-repeat: no-repeat;
  background-position: bottom center;
}

.content-03 .title-container .copy {
  font-family: 'GmarketSans';
  font-size: 42px;
  line-height: 130%;
}

.content-03 .title-container .yellow-t {
  color: #FFDC19;
}

/* 구매하기 */
.content-04 {
  padding: 100px 0px;
  background: #F0D9EB;
}

.content-04 .product-section {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.content-04 .product-section .pd-btn {
  position: relative;
}

.content-04 .product-section .pd-btn button {
  position: absolute;
  right: 30px;
  bottom: 42px;
}

.buy_btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 22px;
  border-radius: 999px;
  border: 2px solid #AC3AA0;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  animation: buy_btn_blink 1.6s infinite;
  width: 240px;
  height: 62px;
  justify-content: center;
}

.buy_btn_arrow {
  font-size: 42px;
  font-weight: normal;
  margin-bottom: 12px;
}

/* 깜빡이면서 색상 반전 */
@keyframes buy_btn_blink {
  0% {
    background: #ffffff;
    color: #AC3AA0;
  }

  45% {
    background: #ffffff;
    color: #AC3AA0;
  }

  55% {
    background: #AC3AA0;
    color: #ffffff;
  }

  100% {
    background: #AC3AA0;
    color: #ffffff;
  }

}

.content-05 {
  position: relative;
  display: flex;
  padding: 100px 0;
  flex-direction: column;
  align-items: center;
  color: #2A2D38;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  gap: 16px;
  font-family: "Elice DX Neolli";
}

.content-05 img {
  margin-bottom: 48px;
}

.content-05 .list {
  display: flex;
  gap: 20px;
  width: 1000px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 48px;
}

.content-05 .list li img {
  width: 100%;
}

.content-05 .purple {
  color: #642E9E;
}


/* OCEAN : 가장 거대한 기록 */
.ocean-container {
  display: flex;
  padding: 80px 0px 100px 0;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  background: #040001;
}

.ocean-container .cont-tit {
  color: #fff;
  text-align: center;
  font-family: "Elice DX Neolli";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 28.8px */
  letter-spacing: -0.48px;
}

.ocean-container .sky {
  color: #86E6FF;
  text-align: center;
  font-family: "Elice DX Neolli";
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 69.6px */
  letter-spacing: 1.16px;
  margin: 4px 0 12px;
}

.ocean-container .date {
  color: #FFF;
  text-align: center;
  font-family: "Elice DX Neolli";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 33.6px */
  letter-spacing: -0.56px;
}

.ocean-container .list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin: 48px 0;
}

.ocean-container .btm-t {
  font-size: var(--48, 48px);
  color: #55B0C8;
  text-align: center;
  font-weight: 500;
}

.ocean-container .btm-t .block {
  background-color: #1E7490;
  font-family: "Elice DX Neolli";
  font-size: var(--48, 48px);
  font-style: normal;
  line-height: 120%;
  /* 57.6px */
  letter-spacing: -0.96px;
  display: inline-block;
  color: #fff;
}


/* 세살버릇 영역 */
.graph-container {
  display: flex;
  padding: 100px 0px;
  flex-direction: column;
  align-items: center;
  background: #e0f3ff;
  align-items: center;
  color: #2A2D38;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 60px;
  gap: 16px;
}

.graph-container .point {
  font-size: 40px;
  font-weight: 700;
  color: #033bc9;
}

.graph-container .graph-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

/* 우리 아이 책을 안 읽어요 */
.global-news {
  display: flex;
  width: 100%;
  padding: 80px 0;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background: #F5EEE4;
}

.global-news .title-wrap .tt {
  display: block;
  font-family: "SBaggro";
  font-size: 48px;
  font-weight: 900;
  color: #493D9E;
  padding-bottom: 15px;
}

.global-news .title-wrap .point {
  font-family: "SBaggro";
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  color: #575A63;
  padding-bottom: 30px;
}

.global-news .device-pc img {
  max-width: 1080px;
  padding-bottom: 60px;
}

.global-news .text-wrap.old-story {
  color: #2A2D38;
  text-align: center;
  font-family: NanumMyeongjo;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
}

.global-news .text-wrap.old-story .name {
  color: #73757B;
  text-align: center;
  font-family: Paperlogy;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
}


/* 후기 */
.photo-container {
  display: flex;
  padding: 120px 0px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  background: #D7E2FF;
}

.photo-container .title-wrap {
  margin: 0 auto;
  padding: 40px 0 0 0;
  font-size: 32px;
  line-height: 40px;
  color: #575A63;
  text-align: center;
  font-weight: 500;
}

.photo-container .title-wrap .point {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #2A2D38;
}


/* 혜택 크게 보기 */
.benefit-container {
  display: flex;
  padding: 100px 0px;
  flex-direction: column;
  align-items: center;
}

.benefit-container .bene-app-wrap img {
  max-width: 100%;
}

.benefit-container .title{
  font-family: "Elice DX Neolli";
  position: relative;
  z-index: 10;
}

.benefit-container .title div:nth-child(1) {
  color: #2F68D2;
  font-family: "Elice DX Neolli";
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.56px;
  padding: 10px 40px;
  border-radius: 99px;
  border: 3px solid #2F68D2;
  background: #FFF;
  display: inline-block;
  margin-bottom: 40px;
}

.benefit-container .title span {
  color: #183C8B;
}

.benefit-container .title div:nth-child(2) {
  color: #1D6CFF;
  text-align: center;
  font-family: "Elice DX Neolli";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.12px;
}

.benefit-container .title div:nth-child(3) {
  color: #124BC7;
  text-align: center;
  font-family: "Elice DX Neolli";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
}



.bene-app-wrap.sc01-img {margin: -80px 0 -80px;}
.bene-app-wrap.sc02-img {margin: -40px auto 0; width: 80%;}
.bene-app-wrap.sc03-img {margin:  40px 0 0;}
.bene-app-wrap.sc04-img {margin: -40px 0 -80px;}

.benefit-container.sc01 {background: #EDFFFE;}
.benefit-container.sc02 {background: #FFF6E9;}
.benefit-container.sc03 {background: #edffec;}
.benefit-container.sc04 {background: #E4F7FF;}

.benefit-container .device-pc {
  text-align: center;
}


/* 내셔널지오그래픽 키즈 매거진 슬라이드 */
.preview-container {
  display: flex;
  padding: 80px 0px 100px 0;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  background: #FFF;
}

.preview-container .title-wrap {
  margin: 0 auto;
  padding: 40px 0 0 0;
  font-size: 32px;
  line-height: 40px;
  color: #575A63;
  text-align: center;
}

.preview-container .title-wrap .point {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #2A2D38;
}


/* 잡지 롤링 */
.magazine-container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: url(../images/bg_earth.jpg) 50% 100px no-repeat #282829;
  text-align: center;
}

.magazine-container .magazine-section {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 20px 0;
  font-size: 0;
  text-align: center;
}

.magazine-container .magazine-section .title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 0 0 20px 0;
  color: #FFF;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 56px;
  box-sizing: border-box;
}

.magazine-container .magazine-section .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 0 20px 60px;
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
  box-sizing: border-box;
}

.magazine-container .magazine-section img {
  display: block;
  margin: 0 auto;
  border-radius: 4px;
}

#magazine-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 420px;
  padding: 40px 0;
}

.magazine {
  width: 7530px;
  /* 보여야 하는 이미지 + 클론이미지 전체 합 */
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  animation: bannermove 36s linear infinite;
}

.magazine>div {
  flex: 0 0 auto;
  width: 266px;
  height: 386px;
  margin: 0 20px 0 0;
  line-height: 386px;
  background-color: #282829;
  vertical-align: top;
  text-align: center;
}

.magazine img {
  width: 100%;
  height: 100%;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.8);
}

.magazine>.clone {
  background-color: green;
  /* opacity:.4; */
}

@keyframes bannermove {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-50%, 0);
  }
}


/* 척척박사 내용 미리보기 */
.preview-container.ckdr {
  display: flex;
  padding: 80px 0px 100px 0;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  background: #ffb800;
}

.preview-container.ckdr .title-wrap {
  margin: 0 auto;
  padding: 40px 0 0 0;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}


/* 어워드 */
.award-container {
  display: flex;
  padding: 120px 0px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(../images/Section-6.jpg) 50% 0 no-repeat #141D3B;
  text-align: center;
  background-size: cover;
  box-sizing: border-box;
}

.award-container .award-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.award-container .award-section .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
}

.award-container .award-section .text-wrap .title {
  color: #FACC15;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: -1px;
}

.award-container .award-section .text-wrap .comment {
  color: #BFDBFE;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.award-container .award-section img {
  display: block;
  margin: 0 auto;
}

.award-container .award-section .mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

/* 일러두기 */
.notice-container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #F9FAFB;
  text-align: center;
  background-size: cover;
  font-family: 'Paperlogy', sans-serif;
}

.notice-section {
  width: 900px;
  margin: 0 auto;
  padding: 80px 0 120px;
  box-sizing: border-box;
  text-align: left;
}

.notice-section .top-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.notice-section .text-wrap,
.section-10 .size-small {
  margin-bottom: -20px;
  padding: 20px 0 0 40px;
  text-align: left !important;
}

.item-unit .title {
  padding: 6px 0 12px 0;
  font-size: 20px;
  line-height: 26px;
  font-family: 'Paperlogy', sans-serif;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: #1D1D1D;
  text-align: left;
}

.item-unit {
  margin: 0 auto;
  padding: 20px 20px 0;
  box-sizing: border-box;
}

.item-unit ul {
  text-align: left;
}

.item-unit ul li {
  padding: 0 0 0 24px;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  font-weight: 400;
  text-align: left;
  background: url(../images/li_dot.svg) no-repeat 12px 9px;
  background-size: 5px 5px;
}

.item-unit ul li.none {
  padding: 0;
  background: none;
}

.item-unit ul li+li {
  margin: 5px 0 0;
}

.notice-section .btn {
  display: inline-block;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  border-radius: 4px;
  background-color: #E4E4E4;
}

.notice-section .btn span {
  font-size: 14px;
  line-height: 26px;
  font-family: 'Paperlogy', sans-serif;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: #1D1D1D;
}

.notice-section .btn.mg-left {
  margin-left: 12px;
}

.notice-section .btn.size-small {
  font-family: 'Paperlogy', 'sans-serif';
}

.notice-section .btn.kakao {
  padding-left: 34px;
  background: url(../images/kakao_icon.svg) no-repeat 10px 2px #FAE100;
}

/*이달의 매거진 슬라이드*/



/* .slider-container { width: 1000px; margin: 0 auto; }
.slider-list { display: flex; padding: 0; margin: 0; list-style: none; transition: transform 0.5s ease-in-out; width: 100%; }
.slider-item { min-width: 320px; box-sizing: border-box; text-align: center; background-color: #fff; border-radius: 10px; margin-right: 20px; }
.slider-btn { position: absolute; top: 50%; transform: translateY(-50%); background-color: rgba(0,0,0,0.5); color: white; border: none; cursor: pointer; padding: 10px; font-size: 24px; z-index: 10; border-radius: 50%; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; transition: background-color 0.3s; }
.prev-btn { left: 50%; transform: translate(-570px, -50%); }
.prev-btn::before { content: ''; display: block; width: 10px; height: 10px; border-top: 2px solid white; border-left: 2px solid white; transform: rotate(-45deg); margin-left: 4px;}
.next-btn { right: 50%; transform: translate(570px, -50%); }
.next-btn::before { content: ''; display: block; width: 10px; height: 10px; border-top: 2px solid white; border-right: 2px solid white; transform: rotate(45deg); margin-left: -4px;} */



/* 상품3종 */
.product-three {
  display: flex;
  padding: 100px 0px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  background: #3f4d86;
}

.product-three-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}

.cont12 .title-wrap .point {
  color: #252b44;
}

.padding-tit {
  padding: 40px 0 60px 0 !important;
}

.cont-tit {
  font-size: 40px;
  font-weight: 800;
}

.event-tit {
  font-size: 64px;
  font-weight: 800;
}

.day-tit {
  font-size: 36px;
  font-weight: 800;
  background: #c28b33;
  padding: 15px 50px;
  border-radius: 40px;
}

.pdb20 {
  padding-bottom: 20px;
}

.pdb40 {
  padding-bottom: 40px;
}

.cont-tit .blue {
  color: #3f4d86;
}

.cont-05-tit {
  background: url(../images/cont-05-tit.png) #3f2819 no-repeat center center;
  margin: -100px 0 20px;
  height: 220px;
  width: 100%;
}

.cont-05-titpng {
  margin-top: -37px;
}

.cont-05-tit2 {
  background: url(../images/cont-05-tit2.png) #2878a1 no-repeat center center;
  margin: -100px 0 20px;
  height: 220px;
  width: 100%;
}

#chdr .title-wrap {
  margin: -20px 0 -20px 0;
  font-size: 32px;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.slider-container-new {
  position: relative;
  max-width: 1000px;
  margin: 10px auto;
}

.slidewrap {
  width: 100%;
  aspect-ratio: 1000 / 580;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  flex: 0 0 100%;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 8;
}

.prev {
  left: -60px;
  /* 컨테이너 밖으로 */
}

.next {
  right: -60px;
  /* 컨테이너 밖으로 */
}

.prev::before,
.next::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-top: 6px solid #999;
  border-right: 6px solid #999;
  border-radius: 4px;
}

.prev.white::before,
.next.white::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-top: 6px solid #fff;
  border-right: 6px solid #fff;
  border-radius: 4px;
}

.prev::before {
  transform: rotate(-135deg);
}

.next::before {
  transform: rotate(45deg);
}


/* 모바일에서는 너무 바깥으로 안 나가게 */
@media (max-width: 1092px) {
  .slider-container-new {
    width: 80%;
  }

  .prev {
    left: -20px;
  }

  .next {
    right: -46px;
  }

  .prev::before,
  .next::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-top: 3px solid #999;
    border-right: 3px solid #999;
    border-radius: 2px;
  }

  .prev.white::before,
  .next.white::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    border-radius: 2px;
  }
}


/* 공통사용 */
.device-pc {
  display: block;
}

.device-mobile {
  display: none;
}

.fc-yellow {
  color: #FFDA00;
}

.fc-white {
  color: #FFFFFF;
}


/* 배너 */
.banner-container { display: flex; flex-direction: column; gap: 20px; background: url(../images/banner_bg.jpg) #0d0d0d no-repeat 50% 50%;  height: 415px; align-items: flex-end; justify-content: center;}
.banner-section {width: 1000px; height: 415px;display: flex; align-items: center; margin: 0 auto; justify-content:center; color: #fff; }
.banner-text {width: auto; margin-left: auto; display: flex; gap: 16px; flex-direction: column; letter-spacing: -1px;}
.banner_text1 {font-size: 24px; line-height: 30px; font-weight: 300;}
.banner_text2 {font-size: 22px; line-height: 72px; font-weight: 600; padding-top: 20px;}
.banner_text2 strong {font-size: 54px; line-height: 38px; font-weight: 900;}
.banner-container .buy_btn_galaxy { display: inline-flex; align-items: center; gap: 8px; padding: 20px 40px; border-radius: 20px; background: #fbd504; color: #fbd504; font-size: 26px; font-weight: 600;  cursor: pointer;  animation: buy_btn_galaxy 1.6s infinite;  justify-content: center}

@keyframes buy_btn_galaxy {
  0% {background: #fbd504; color: #000; border: 2px solid #fbd504;}
  45% {background: #fbd504; color: #000; border: 2px solid #fbd504;}
  55% {background: #000; color: #fbd504; border: 2px solid #fbd504; }
  100% {background: #000; color: #fbd504; border: 2px solid #fbd504;}    
}
.banner-container .buy_btn_arrow { font-size: 52px; font-weight: normal; line-height: 28px; margin-left: 12px;}
