@charset "utf-8"; 
/* 상단 타이틀 */
#wrap{min-width: 100%; margin: 0 auto;}
.visual-container { display: flex; position:relative; width: 100%; height: 1200px; align-items: flex-start; justify-content: center; background: #C5EEF2 url(../images/2604_top_pc.jpg?v2) no-repeat 50% 0;}

/* 새학기 최대 20% 할인 */
.content-01{background-color: #247414; padding: 64px 0; text-align: center; font-family: 'GmarketSans'} 
.content-01 .topcopy{font-size: 54px; font-weight: 300; color: #FFF9CA; margin-bottom: 16px;}
.content-01 .topcopy span{font-weight: 500;}
.content-01 .headcopy{font-size: 90px; font-weight: 800; color: #ffffff;margin-bottom: 16px;}
.content-01 .headcopy span{color: #FFF189;}
.content-01 .date{display: inline-flex; justify-content: center; align-items: center; padding: 21px 56px 18px; background-color: #2D5325; font-size: 36px; color: #D5E8BD; font-weight: 600; border-radius: 999px; margin-bottom: 50px;}
.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: #ffe100; padding: 64px 0; text-align: center; font-family: 'GmarketSans'; text-align: center;} 
.content-02 .title{font-size: 40px; font-weight: 800; margin-bottom: 32px;}
.content-02 .benefit-img{display: flex; gap: 20px; justify-content: center;}
.content-02 .title {color:#247414;}

.content-03 .title-container {background-color: #2D5325; 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-04 {padding: 100px 0px; background: #EDF2D6;}
.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 #428734; background: #ffffff; color: #428734; 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: #428734;
  }
  45% {
    background: #ffffff;
    color: #428734;
  }
  55% {
    background: #428734;
    color: #ffffff;
  }
  100% {
    background: #428734;
    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; }
.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%;}

/* 세살버릇 영역 */
.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.sc01{background: #fffadc;}
.benefit-container.sc02{background: #ffecf2;}
.benefit-container.sc03{background: #edffec;}
.benefit-container .title{font-family: 'Maplestory'; font-size: 45px; font-weight: 700; padding: 40px 0 45px;}
.benefit-container .device-pc{text-align: center;}
.benefit-container.sc01 .title{color: #593D00;}
.benefit-container.sc01 .title span{color: #AF7800;}
.benefit-container.sc02 .title{color: #C04F00;}
.benefit-container.sc02 .title span{color: #F37C25;}
.benefit-container.sc03 .title{color: #105E00;}
.benefit-container.sc03 .title span{color: #1DAD00;}
.benefit-container.sc02 .btmcopy{display: inline-flex; justify-content: center; align-items: center; background: #EEDFD1; padding: 6px 32px; border-radius: 999px; color: #B25A1C; font-size: 36px; line-height: 54px; font-weight: bold; margin-top: 10px; font-family: 'GounBatang';}


/* 내셔널지오그래픽 키즈 매거진 슬라이드 */
.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;}
