@charset 'euc-kr';

@import url('https://webfontworld.github.io/pretendard/Pretendard.css');
@font-face {font-family: 'GmarketSansBold'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff'); font-weight: normal; font-style: normal;}

body, p, th, td, input, select, button, textarea, cite{font-family: 'pretendard';}

#wrapper{width: auto; min-width: 1200px; margin: 0;}

.app_guide_visual{overflow:hidden; background: url(images/app_guide_bg.png) no-repeat center 0 / cover;}
.app_guide_visual .inner{display: flex; align-items: stretch; justify-content: space-between; position: relative; width: 1200px; margin: 0 auto;}
.app_guide_visual p{padding: 95px 0; color: #fff; font-size: 56px; font-weight: 700;}
.app_guide_visual .app_box{display: flex; align-items: flex-end; position: relative;}
.app_guide_visual .app_box img{position: absolute;}
.app_guide_visual .app_box .box{position: relative; z-index: 4;}
.app_guide_visual .app_box .android{left: -128px; bottom: 148px;}
.app_guide_visual .app_box .ios{left: -210px; bottom:38px;}
.app_guide_visual .app_box .galaxy{left: -630px; bottom: 30px;}
.app_guide_visual .app_box .app1{top: -20px; left: 70px; z-index: 2;}
.app_guide_visual .app_box .app2{bottom: 5px; left: -30px; z-index: 3;}
.app_guide_visual .app_box .app3{bottom: 0px; left: 70px; z-index: 1;}
.app_guide_visual .app_box .app4{bottom: 80px; right: 0px;}
.app_guide_visual .app_box .star1{top: 20px; left: -20px;}
.app_guide_visual .app_box .star2{left: -80px; top: 130px; width: 19px;}
.app_guide_visual .app_box .star3{right: -100px; top: 150px; width: 26px;}


.app_guide_cont .inner{width: 1200px; margin: 0 auto;}

.app_guide_cont .tab{display: flex; gap: 0 10px; margin-top: 20px;}
.app_guide_cont .tab .tab_btn{display: flex; align-items: center; justify-content: center; flex: 1; padding: 12px 0; background: none; border: 1px solid #bababa; border-radius: 2em; cursor: pointer; color: #1d1d1f; font-size: 18px; font-weight: 600; transition: background 0.35s;}
.app_guide_cont .tab .tab_btn span{display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; margin-right: 8px; background: #1d1d1f; color: #fff; font-size: 12px; border-radius: 50% 50% 0 50%; line-height: 1em;}
.app_guide_cont .tab .tab_btn.active{background: #1d1d1f; border: 1px solid #1d1d1f; color:#fff;}
.app_guide_cont .tab .tab_btn.active span{background: #ff1414;}
.app_guide_cont .tab_panel{padding-top:50px;}
.app_guide_cont .tab_panel > div{display: none;}
.app_guide_cont .tab_panel > div.active{display: block;}
.app_guide_cont .tab_panel .sub_tab{display:flex; position:sticky; top:0; width:1040px; margin:0 auto; background:#fff; z-index:100;}
.app_guide_cont .tab_panel .sub_tab+.sub_tab_panel{margin-top:70px;}
.app_guide_cont .tab_panel .sub_tab a{flex:1; height:78px; padding-top:20px; font-weight:500; font-size:32px; color:#A3A8AE; text-align: center; line-height:1;}
.app_guide_cont .tab_panel .sub_tab a.active{border-bottom:7px solid #1D1D1F; font-weight:700; color:#1D1D1F;}
.app_guide_cont .tab_panel .sub_tab_panel .sub_cont{display:none;}
.app_guide_cont .tab_panel .sub_tab_panel .sub_cont.active{display:block;}

.app_cont + .app_cont{margin-top: 60px;}
.app_cont .tit_wrap{display: flex; align-items: center;}
.app_cont .tit_wrap.center{justify-content: center;}
.app_cont .tit_wrap+.step_wrap{margin-top:60px;}
.app_cont .tit_wrap .logo{margin-right: 14px;}
.app_cont .tit_wrap .tit{margin-right: 20px; color: #1d1d1f; font-size: 32px; font-weight: 700; line-height: 2.1em;}
.app_cont .tit_wrap .qrcode{width: 65px; height: 65px; margin-right: 6px;}
.app_cont .tit_wrap .qrcode img{width: 100%; object-fit: cover;}
.app_cont .tit_wrap a{background: none;}
/* .app_cont .notice_txt{position: relative; padding-left: 32px; margin: 0 0 20px 20px; color: #999; font-size: 18px;}
.app_cont .notice_txt::before{content: '!'; display: flex; align-items: center; justify-content: center; position: absolute; top: calc(50% - 11px); left: 0; width: 22px; height: 22px; background: #dfdfdf; color: #999; font-size: 18px; font-weight: 900; border-radius: 50%;} */
.app_cont .step_wrap{counter-reset:step-counter; display: grid; gap: 60px 0; /* width: 580px;  */margin: 0 auto;}
.app_cont .step_wrap > .item{counter-increment:step-counter; display: flex; flex-direction: column; align-items: center;}
.app_cont .step_wrap .tit{position: relative; padding-left: 48px; margin-bottom: 30px; color: #1d1d1f; font-size: 32px; font-weight: 700; line-height: 1.2em;}
.app_cont .step_wrap .tit::before{content:counter(step-counter); display:flex;align-items:center;justify-content:center; position:absolute;left:0;top:0; width:38px;height:38px;background:#f20000;color:#fff;border-radius:50%;font-size:18px;font-weight:900;}
.app_cont .step_wrap .tit span{color:#F20000;}
.app_cont .step_wrap .tit + div{position: relative; width: 580px; padding: 50px 40px; background: #f6f5f8; border-radius: 40px;}
.app_cont .step_wrap .img_box{overflow: hidden; width: 436px; margin: 0 auto 30px; border: 4px solid #000; border-radius: 20px;}
.app_cont .step_wrap .txt_box{color: #484848; font-size: 18px; text-align: center; line-height: 1.3em;}
.app_cont .step_wrap .txt_box p{margin-bottom: 6px; color: #222; font-size: 26px; font-weight: 700;}
.app_cont .step_wrap .txt_box strong{font-weight: 700;}
.app_cont .step_wrap .txt_box dl{display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 8px 8px; text-align: left;}
.app_cont .step_wrap .txt_box dl dt{padding: 0.4em 1em; background: #676767; color: #fff; font-size: 16px; border-radius: 2em;}
.app_cont .step_wrap .txt_box dl dt:first-child{background: #f20000;}
.app_cont .step_wrap .txt_box dl dd{font-size: 18px;}
.app_cont .step_wrap .swiper-slide .img_box{margin-bottom: 56px;}
.app_cont .step_wrap .swiper-button-next, .app_cont .step_wrap .swiper-button-prev{top: calc(283px/2 - 15px + 50px); height: 30px; margin-top: 0; color: #7e7e7e;}
.app_cont .step_wrap .swiper-button-next:after, .app_cont .step_wrap .swiper-button-prev:after{font-size: 30px; font-weight: 600;}
.app_cont .step_wrap .swiper-button-prev{left: 20px;}
.app_cont .step_wrap .swiper-button-next{right: 20px;}
.app_cont .step_wrap .swiper-pagination{display: flex; gap: 0 6px; top: calc(283px + 50px + 20px); left: 50%; transform: translateX(-50%);}
.app_cont .step_wrap .swiper-pagination-bullet{opacity: 1; width: 12px; height: 12px; background: #d9d9d9;}
.app_cont .step_wrap .swiper-pagination-bullet-active{background: #ee2a28;}
.app_cont .btn_wrap{display: flex; flex-direction: column; gap: 10px 0; width: 440px; margin: 60px auto;}
.app_cont .btn_wrap a{display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 0 10px; padding: 12px 20px; border: 1px solid #bababa; border-radius: 3em;}
.app_cont .btn_wrap a span{color: #1d1d1f; font-size: 19px;}
.app_cont .btn_wrap a span strong{font-weight: 600;}

.app_cont table{table-layout: fixed; width: 100%; margin-top: 10px; background: #f8f8f8;}
.app_cont table th{padding: 10px 0; border: 1px solid #a4a4a4; border-bottom: none; color: #1d1d1f; font-size: 18px; font-weight: 700;}
.app_cont table td{padding: 12px 40px; border: 1px solid #a4a4a4; color: #1d1d1f; font-size: 16px;}
.app_cont table td ul li{position: relative; padding-left: 12px;}
.app_cont table td ul li::before{content: ''; position: absolute; top: calc(16px*1.5/2 - 2px); left: 0; width: 4px; height: 4px; background: #1d1d1f; border-radius: 50%;}
.app_cont .step_wrap .item.v2 .txt_box{margin-top: 0; padding-bottom: 20px;}

.app_cont .setting_wrap{padding: 50px 35px; background: #f8f8f8; border-radius: 40px;}
.app_cont .setting_wrap .setting_txt{counter-reset:setting-counter; display: flex; margin-bottom: 35px;}
.app_cont .setting_wrap .setting_txt .item{counter-increment:setting-counter; flex: 1; position: relative; padding-left: 54px; }
.app_cont .setting_wrap .setting_txt .item::before{content:counter(setting-counter); display: flex;align-items:center;justify-content:center; position: absolute; top: -4px; left: 0; width:38px;height:38px;background:#767676;color:#fff;border-radius:50%;font-size:18px;font-weight:900;}
.app_cont .setting_wrap .setting_txt .item p{margin-bottom: 6px; color: #1d1d1f; font-size: 22px; font-weight: 700;}
.app_cont .setting_wrap .setting_txt .item span{color: #1d1d1f; font-size: 14px;}
.app_cont .setting_wrap .setting_img{counter-reset:setting-counter; display: grid; grid-template-columns: repeat(8, 1fr); gap: 0 10px;}
.app_cont .setting_wrap .setting_img .item{counter-increment:setting-counter;}
.app_cont .setting_wrap .setting_img .item p{margin-top: 6px; color: #1d1d1f; font-size: 13px; font-weight: 500; text-align: center;}
.app_cont .setting_wrap .setting_img .item p::before{content:counter(setting-counter)'. ';}

/* productList */
.step_wrap .view{
	position: relative;
	width:366px;
	height:48px;
	margin:0 auto;
	padding-left:40px;
	background:#f20000;
	border-radius:100px;
	font-weight:700;
	font-size:26px;
	color:#fff;
	text-align: left;
}

.step_wrap .view:before{
	content:"";
	display:block;
	position: absolute;
	top:19px;
	right:30px;
	width:15px;
	height:15px;
	background:url(images/view_arr.png) 0 0 no-repeat;
	transition:all .5s;
}
.step_wrap .view.active:before{
	top:14px;
	transform:rotate(180deg);
}

.productList {
	display:none;
    position: relative;
	width:992px;
    background: #fff;
	margin:-20px auto 0;
}

.productList .inner{
	width:auto;
	margin:0;
}

.productList .filter-container {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.productList .filter-row {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    gap: 32px;
}

.productList .filter-row:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}

.productList .filter-label {
    font-size: 20px;
    font-weight: 700;
    color: #111111;
    min-width: 40px;
    white-space: nowrap;
}

.productList .filter-options {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.productList .filter-btn {
    padding: 9px 39px;
    border-radius: 9999px;
    font-size: 19px;
    font-weight: 600;
    border: none;
    background-color: #F2F2F2;
    color: #555555;
    cursor: pointer;
}

.productList .filter-btn.active {
    background-color: #111;
    color: #fff;
}

.productList .count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 20px;
    margin: 40px auto 0;
    text-align: left;
    padding: 0 0 0 20px;
}

.productList .count strong {
    color: #111;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
}

.productList .count p {
    margin: 0;
    background: linear-gradient(90deg,#a90056 0%,#2600bd 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 16px;
    line-height: 20px;
}

.productList .count p span {
    color: #6200a0;
}

.productList .list {
    margin: 20px auto 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.productList .item {
    box-sizing: border-box;
    display: flex;
    height: 252px;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    background: #fff;
}

.productList .item .thumb_c {
    position: relative;
	overflow: hidden;
    flex: 0 0 369px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
	border-radius:20px 0 0 20px;
}

.productList .item .thumb_c .blet {
    position: absolute;
    left: 20px;
    top: 20px;
    overflow: hidden;
    border-radius: 26px;
    width: 80px;
    height: 80px;
    border: 1px solid #E4E4E4;
}

.productList .item .thumb_c .group .teacher {
    position: absolute;
    left: 50%;
    top: 35px;
    width: 320px;
    transform: translateX(-55%);
    z-index: 1;
}

.productList .item .thumb_c .group .book {
    position: absolute;
    right: 34px;
    bottom: 0;
    width: 109px;
    height: 149px;
    border: 1px solid #D8D8D8;
    z-index: 2;
}

.productList .item .body {
    position: relative;
    flex: 1;
    min-width: 0;
    padding:36px 0 0 40px;
    text-align: left;
    background: #fff;
	border-radius:0 20px 20px 0;
}

.productList .item .info .subject {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 26px;
    padding: 0 9px;
    border-radius: 4px;
    background: #35afe6;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 26px;
}

.productList .item .info .subject.math {
    background: #3BC27C;
}

.productList .item .info .subject.sci {
    background: #3BB1E6;
}

.productList .item .info .subject.soc {
    background: #C57CEA;
}

.productList .item .info .subject.his {
    background: #D79665;
}

.productList .item .info .name {
    display: block;
    margin: 12px 0 40px;
    color: #111;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -1.2px;
}

.productList .item .store{
	display:flex;
}

.productList .item .store .qrcode{
	width:65px;
	height:65px;
	margin-right:6px;
}

.productList .item .store a+.qrcode{
	margin-left:20px;
}

.productList .item .store .qrcode img{
	width:100%;
}


/* QRÆË¾÷ */
.layer_popup[data-popup="qrcode"]{display:none; position: absolute; top:547px; left:50%; transform:translateX(-50%); width:456px; padding:70px 50px 45px; background:#fff; border:3px solid #000; border-radius:30px; text-align: center;}
.layer_popup[data-popup="qrcode"].active{display:block;}
.layer_popup[data-popup="qrcode"] .popup_tit{margin-bottom:18px; font-weight:700; font-size:30px; color:#1D1D1F;}
.layer_popup[data-popup="qrcode"] .close{position: absolute; top:35px; right:35px; background:none;}

.qrcode.has_qr {
	position: relative;
}

.store_qr_popup {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 20px;
	width: 456px;
	padding: 70px 50px 45px;
	background: #fff;
	border: 3px solid #000;
	border-radius: 30px;
	text-align: center;
	z-index: 100;
}

.store_qr_popup.active {
	display: block;
}

.store_qr_popup .store_qr_tit {
	margin-bottom: 18px;
	font-weight: 700;
	font-size: 30px;
	color: #1D1D1F;
}

.store_qr_popup .store_qr_close {
	position: absolute;
	top: 35px;
	right: 35px;
	background: none;
}