﻿
/* opacity를 토글하는 keyframes */
@keyframes fadeSwap01 {
  0% { opacity: 1; }
  40% { opacity: 1; } /* 0.4초 정지 */
  62.5% { opacity: 0; } /* 0.5초 동안 fade out */
  100% { opacity: 0; }
}

@keyframes fadeSwap02 {
  0% { opacity: 0; }
  40% { opacity: 0; } /* 대기 */
  62.5% { opacity: 1; } /* fade in */
  100% { opacity: 1; }
}

/* 상단 타이틀 */
#eBookGuideWrap { position:relative;background-color:#fff; }
#eBookGuideWrap * { font-family:'ptd','Malgun Gothic','Apple SD Gothic Neo',AppleGothic,'돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif; }
#eBookGuideWrap .intro { position:relative;height:180vh;background-color:#fff; }
#eBookGuideWrap .intro .introTit { position:sticky;top:0;height:100svh; } 
#eBookGuideWrap .intro .introTit .tit_bg { transition:all .6s;transition-timing-function:ease-in-out; }
#eBookGuideWrap .intro .introTit .tit_bg { position:absolute;left:0;top:0;right:0;bottom:0; } 
.fixedGnb #eBookGuideWrap .intro .introTit .tit_bg { position:absolute;left:0;top:57px;right:0;bottom:54px; } 
#eBookGuideWrap .intro .introTit .tit_bg .bgRow { position:absolute;left:0;top:0;right:0;bottom:0;opacity:0;animation:backgroundSlide 12s infinite; }
#eBookGuideWrap .intro .introTit .tit_bg .bgRow:after { content:"";position:absolute;left:0;top:0;right:0;bottom:0;background-color:rgba(0,0,0,0.7); }
#eBookGuideWrap .intro .introTit .tit_bg .bgRow.bgRow01 { background:url('https://image.yes24.com/sysimage/renew/eBookGuide_v2/bgTop01_m.png')no-repeat center top;background-attachment:fixed;background-size:cover;animation-delay:0s; }
#eBookGuideWrap .intro .introTit .tit_bg .bgRow.bgRow02 { background:url('https://image.yes24.com/sysimage/renew/eBookGuide_v2/bgTop02_m.png')no-repeat center top;background-attachment:fixed;background-size:cover;animation-delay:4s; }
#eBookGuideWrap .intro .introTit .tit_bg .bgRow.bgRow03 { background:url('https://image.yes24.com/sysimage/renew/eBookGuide_v2/bgTop03_m.png')no-repeat center top;background-attachment:fixed;background-size:cover;animation-delay:8s; }

@keyframes backgroundSlide {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    } 
    33% {
        opacity: 1;
    } 
    43% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    } 
}

#eBookGuideWrap .intro .introTit .tit_txt .txt_msg { line-height:70px;font-size:60px;font-weight:700;color:#fff;text-align:center; } 
#eBookGuideWrap .intro .introTit .tit_txt .txt_msg .titMov { position:absolute;left:0;right:0;top:50%;z-index:2; }
#eBookGuideWrap .intro .introTit .tit_txt .txt_msg .titMov { opacity:0;transform:translateY(-15px);transition:opacity 1s, transform .8s;transition-timing-function:ease; } 
#eBookGuideWrap .intro .introTit .tit_txt .txt_msg .titMov.titMov01 { margin-top:-162px; }
#eBookGuideWrap .intro .introTit .tit_txt .txt_msg .titMov.titMov02 { margin-top:-92px; }
#eBookGuideWrap .intro .introTit .tit_txt .txt_msg .titMov.titMov03 { margin-top:-93px;line-height:50px;font-size:40px;font-weight:700;color:#fff; }
#eBookGuideWrap .intro.active .introTit .tit_txt .txt_msg .titMov { opacity:1;transform:translateY(0);transition:opacity .8s, transform .8s;transition-timing-function:ease; }
#eBookGuideWrap .intro.active .introTit .tit_txt .txt_msg .titMov.titMov01 { transition-delay:.3s; }
#eBookGuideWrap .intro.active .introTit .tit_txt .txt_msg .titMov.titMov02 { transition-delay:.6s; }
#eBookGuideWrap .intro.active .introTit .tit_txt .txt_msg .titMov.titMov03 { opacity:0;transform:translateY(-30px);transition:opacity .8s, transform .8s;transition-timing-function:ease; }
#eBookGuideWrap .intro.active .introTit .tit_txt .txt_msg.down .titMov.titMov01 { opacity:0;transition-delay:.3s;transform:translateY(0); }
#eBookGuideWrap .intro.active .introTit .tit_txt .txt_msg.down .titMov.titMov02 { opacity:0;transition-delay:.3s;transform:translateY(0); }
#eBookGuideWrap .intro.active .introTit .tit_txt .txt_msg.down .titMov.titMov03 { opacity:1;transition-delay:.3s;transform:translateY(0); }
 
/* 내용 공통 */
.eBookGuideSec { padding:50px 15px; }
.eBookGuideSec .tit_txtGrp { padding-bottom:35px;text-align:center; }
.eBookGuideSec .tit_txtGrp .tit_sup { line-height:24px;font-size:18px;font-weight:700;color:#0080ff; }
.eBookGuideSec .tit_txtGrp .txt_tit { line-height:32px;font-size:26px;font-weight:700;color:#000; }
.eBookGuideSec .tit_txtGrp .tit_sup+.txt_tit { margin-top:7px; }

  
/* eBook 뷰어 주요 기능 */
.eBookGuideSec.guideFunc { padding:0 0 50px; } 
.guideFunc .guideFuncRow { position:relative;width:100%;overflow:hidden; } 
.guideFunc .guideFuncRow .swiper-container { margin:0 auto;padding:0 30px;width:auto;overflow:visible; } 
.guideFunc .guideFuncRow .swiper-container .swiper-slide { width:250px; } 
.guideFunc .guideFuncRow .funcSet { box-sizing:border-box;position:relative;padding:34px 0 20px 20px;height:344px;overflow:hidden;border-radius:16px;text-align:left; }
.guideFunc .guideFuncRow .funcSet:after { content:"";position:absolute;left:20px;bottom:20px;width:30px;height:30px;border-radius:50%;background:#fff url('https://image.yes24.com/sysimage/renew/eBookGuide_v2/bl_plus.svg') no-repeat center center;background-size:20px; }
.guideFunc .guideFuncRow .funcSet.func01 { background-color:#ECECEC; }
.guideFunc .guideFuncRow .funcSet.func02 { background-color:#666; }
.guideFunc .guideFuncRow .funcSet.func03 { background-color:#0088FF; }
.guideFunc .guideFuncRow .funcSet.func04 { background-color:#ECECEC; }
.guideFunc .guideFuncRow .funcSet.func05 { background-color:#1C2125; }
.guideFunc .guideFuncRow .funcSet.func06 { background-color:#0088FF; }
.guideFunc .guideFuncRow .funcSet.func07 { background-color:#666; } 
.guideFunc .guideFuncRow .funcSet .funcTxt .txt_tit { line-height:30px;font-size:24px;font-weight:700;color:#000; } 
.guideFunc .guideFuncRow .funcSet.func02 .funcTxt .txt_tit { color:#fff; } 
.guideFunc .guideFuncRow .funcSet.func03 .funcTxt .txt_tit { color:#fff; } 
.guideFunc .guideFuncRow .funcSet.func05 .funcTxt .txt_tit { color:#fff; }
.guideFunc .guideFuncRow .funcSet.func06 .funcTxt .txt_tit { color:#fff; }
.guideFunc .guideFuncRow .funcSet.func07 .funcTxt .txt_tit { color:#fff; } 
.guideFunc .guideFuncRow .funcSet .funcTxt .txt_sup { line-height:20px;font-size:14px;font-weight:300;color:#666; }  
.guideFunc .guideFuncRow .funcSet.func02 .funcTxt .txt_sup { color:#fff; } 
.guideFunc .guideFuncRow .funcSet.func03 .funcTxt .txt_sup { color:#fff; } 
.guideFunc .guideFuncRow .funcSet.func05 .funcTxt .txt_sup { color:#fff; } 
.guideFunc .guideFuncRow .funcSet.func06 .funcTxt .txt_sup { color:#fff; } 
.guideFunc .guideFuncRow .funcSet.func07 .funcTxt .txt_sup { color:#fff; } 
.guideFunc .guideFuncRow .funcSet .funcTxt .txt_tit+.txt_sup { margin-top:6px; }  
.guideFunc .guideFuncRow .funcSet .funcIco { position:absolute;bottom:60px;right:0; }     
.guideFunc .guideFuncRow .funcSet .funcIco img { width:150px;height:150px; }     
.guideFunc .guideFuncRow .funcSet .lnk_pop { position:absolute;left:0;bottom:0;top:0;right:0;z-index:2;text-indent:-9999em; } 
.guideFunc .guideFuncRow .funcPagen { position:relative;margin:0 auto;max-width:750px; }
.guideFunc .guideFuncRow .funcPagen .pagenRow { margin-top:20px;line-height:0;font-size:0;text-align:right; }
.guideFunc .guideFuncRow .funcPagen .pagenRow .pagen { display:inline-block;width:30px;height:30px;margin-left:10px;vertical-align:top; }
.guideFunc .guideFuncRow .funcPagen .pagenRow .pagen em { display:block;width:30px;height:30px;overflow:hidden;line-height:0;font-size:0;color:transparent; }
.guideFunc .guideFuncRow .funcPagen .pagenRow .pagen.prev em { background:url('https://image.yes24.com/sysimage/renew/eBookGuide_v2/btn_pagen_lft.svg') no-repeat left top; }
.guideFunc .guideFuncRow .funcPagen .pagenRow .pagen.next em { background:url('https://image.yes24.com/sysimage/renew/eBookGuide_v2/btn_pagen_rgt.svg') no-repeat left top; }
.guideFunc .guideFuncRow .funcPagen .pagenRow .pagen a.swiper-button-disabled { opacity:0; }
/* eBook 뷰어 주요 기능_팝업 */
.guideFunc .guideFuncPopArea { display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex; }  
.guideFunc .guideFuncPopArea { flex-direction: column;flex-wrap: nowrap;justify-content: center;align-items: center; }  
.guideFunc .guideFuncPopArea { position:fixed;left:0;top:0;right:0;bottom:0;z-index:99999999;background-color:rgba(0,0,0,0.7); }  
.guideFunc .guideFuncPopArea:not(.funcPopOn) { z-index:-1; }  
.guideFunc .guideFuncPopArea .guideFuncPop { position:relative;margin:20px;max-width:480px;width:calc(100% - 40px) !important;max-height:622px;height:100%;border-radius:16px;box-sizing:border-box;overflow:hidden;background-color:#fff; }  
.guideFunc .guideFuncPopArea .guideFuncPop .funcPop_close { position:absolute;right:0;top:0;z-index:2; }  
.guideFunc .guideFuncPopArea .guideFuncPop .funcPop_close a { display:block;padding:10px; }  
.guideFunc .guideFuncPopArea .guideFuncPop .funcPop_close a .btn_popClose { display:block;width:30px;height:30px;overflow:hidden;line-height:0;font-size:0;color:transparent;background:url('https://image.yes24.com/sysimage/renew/eBookGuide_v2/btn_close_pop.svg') no-repeat left top; }  
.guideFunc .guideFuncPopArea .guideFuncPop .funcPop_body .funcSet .funcTxt { box-sizing:border-box;padding:30px 20px 0;height:172px;text-align:left; }  
.guideFunc .guideFuncPopArea .guideFuncPop .funcPop_body .funcSet .funcTxt .txt_ico img { height:30px; } 
.guideFunc .guideFuncPopArea .guideFuncPop .funcPop_body .funcSet .funcTxt .txt_ico+.txt_tit { margin-top:10px; } 
.guideFunc .guideFuncPopArea .guideFuncPop .funcPop_body .funcSet .funcTxt .txt_tit { line-height:30px;font-size:24px;font-weight:700;color:#000; } 
.guideFunc .guideFuncPopArea .guideFuncPop .funcPop_body .funcSet .funcTxt .txt_tit+.txt_des { margin-top:12px; } 
.guideFunc .guideFuncPopArea .guideFuncPop .funcPop_body .funcSet .funcTxt .txt_des { line-height:20px;font-size:14px;font-weight:400;color:#666;word-break:keep-all;word-wrap:break-word; } 
.guideFunc .guideFuncPopArea .guideFuncPop .funcPop_body .funcSet .funcTxt .txt_cmt { line-height:20px;font-size:14px;font-weight:400;color:#666;word-break:keep-all;word-wrap:break-word; }  
.guideFunc .guideFuncPopArea .guideFuncPop .funcPop_body .funcSet .funcTxt .txt_lnk { display:inline-block;vertical-align:top;padding-top:8px;line-height:20px;font-size:14px;color:#0080ff; }
.guideFunc .guideFuncPopArea .guideFuncPop .funcPop_body .funcSet .funcImg { position:relative;margin:30px 0 0 0;height:330px;overflow:hidden;text-align:left; }   
.guideFunc .guideFuncPopArea .guideFuncPop .funcPop_body .funcSet:not(.func01) .funcImg:after { content:'';position:absolute;left:0;top:0;right:0;bottom:0;z-index:2;background-color:rgba(255,255,255,0); }   
.guideFunc .guideFuncPopArea .guideFuncPop .funcPop_body .funcSet.func05 .funcImg .mov { position:relative;transform:translateX(20px); }  
.guideFunc .guideFuncPopArea .guideFuncPop .funcPop_body .funcSet.func05 .funcImg .mov:before { content: "";position:absolute;left:0;top:0;width:280px;inset:0;background: url('https://image.yes24.com/sysimage/renew/eBookGuide_v2/mov_intro01.gif') center 15px/cover no-repeat;mask-image: url('https://image.yes24.com/sysimage/renew/eBookGuide_v2/bg_mask.png');mask-repeat: no-repeat;mask-position: center top;mask-size: cover;-webkit-mask-image: url('https://image.yes24.com/sysimage/renew/eBookGuide_v2/bg_mask.png');-webkit-mask-repeat: no-repeat;-webkit-mask-position: center top;-webkit-mask-size: cover; }  
.guideFunc .guideFuncPopArea .guideFuncPop .funcPop_body .funcSet .funcImg .swiper-container { z-index:1;margin:0 auto;width:280px;height:450px;overflow:visible; }  
.guideFunc .guideFuncPopArea .guideFuncPop .funcPop_body .funcSet .funcImg .swiper-container .swiper-slide { width:280px;height:450px; }  
.guideFunc .guideFuncPopArea .guideFuncPop .funcPop_body .funcSet .funcImg .swiper-container .swiper-slide img { width:280px; }  
.guideFunc .guideFuncPopArea .guideFuncPop .funcPop_body .funcSet .funcImg div { margin:0 auto;width:280px; }  
.guideFunc .guideFuncPopArea .guideFuncPop .funcPop_body .funcSet .funcImg div img { width:100%; }  
.guideFunc .guideFuncPopArea .guideFuncPop .funcPop_body .funcSet .funcImg .rollImgSet { display:block;position:relative;height:450px; }  
.guideFunc .guideFuncPopArea .guideFuncPop .funcPop_body .funcSet .funcImg .rollImgSet .imgSet { position:absolute;left:0;top:-122px;height:450px;opacity:0;transition:opacity 0.5s ease; }
.guideFunc .guideFuncPopArea .guideFuncPop .funcPop_body .funcSet .funcImg .rollImgSet img { height:450px; }   
.guideFunc .guideFuncPopArea .guideFuncPop .funcPop_body .funcSet .funcImg .swiper-container .swiper-slide:not(.swiper-slide-active) .rollImgSet .imgSet01 { opacity:1; }   
.guideFunc .guideFuncPopArea .guideFuncPop .funcPop_body .funcSet .funcImg .swiper-container .swiper-slide-active .rollImgSet .imgSet { animation-duration:1.8s;animation-timing-function: ease;animation-iteration-count: infinite; }  
.guideFunc .guideFuncPopArea .guideFuncPop .funcPop_body .funcSet .funcImg .swiper-container .swiper-slide-active .rollImgSet .imgSet.imgSet01 { animation-name:fadeSwap01; }  
.guideFunc .guideFuncPopArea .guideFuncPop .funcPop_body .funcSet .funcImg .swiper-container .swiper-slide-active .rollImgSet .imgSet.imgSet02 { animation-name:fadeSwap02; }  
.guideFunc .guideFuncPopArea .guideFuncPop .rollPopPagenGrp { padding:0 25px;height:90px;box-sizing:border-box; } 
.guideFunc .guideFuncPopArea .guideFuncPop .rollPopPagenGrp { display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex; }
.guideFunc .guideFuncPopArea .guideFuncPop .rollPopPagenGrp { justify-content:space-between;align-items:center; }  
.guideFunc .guideFuncPopArea .guideFuncPop .rollPopPagenGrp .pagen { padding-bottom:0; } 
.guideFunc .guideFuncPopArea .guideFuncPop .rollPopPagenGrp .pagen a { display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex; } 
.guideFunc .guideFuncPopArea .guideFuncPop .rollPopPagenGrp .pagen a { flex-direction: row;flex-wrap: nowrap;align-items: center; } 
.guideFunc .guideFuncPopArea .guideFuncPop .rollPopPagenGrp .pagen a { height:30px;text-decoration:none; } 
.guideFunc .guideFuncPopArea .guideFuncPop .rollPopPagenGrp .pagen a .pagen_txt { line-height:30px;font-size:20px;font-weight:700;color:#000; } 
.guideFunc .guideFuncPopArea .guideFuncPop .rollPopPagenGrp .pagen a .bl_pagen { display:inline-block;width:30px;height:30px;overflow:hidden;border-radius:50px;text-indent:-9999em; } 
.guideFunc .guideFuncPopArea .guideFuncPop .rollPopPagenGrp .pagen.prev a .bl_pagen { margin-right:10px;background:#f8f8f8 url('https://image.yes24.com/sysimage/renew/eBookGuide_v2/btn_pagenPop_lft.svg') no-repeat center center; } 
.guideFunc .guideFuncPopArea .guideFuncPop .rollPopPagenGrp .pagen.next a .bl_pagen { margin-left:10px;background:#f8f8f8 url('https://image.yes24.com/sysimage/renew/eBookGuide_v2/btn_pagenPop_rgt.svg') no-repeat center center; } 
.guideFunc .guideFuncPopArea .guideFuncPop .rollPopPagenGrp .pagen a.swiper-button-disabled { opacity:0; }
@media screen and (max-height:662px) {
	.guideFunc .guideFuncPopArea .guideFuncPop .funcPop_body .funcSet .funcImg { margin:calc((30 * 100vh) / 662) 0 0 0;height:calc((330 * 100vh) / 662); }   
	.guideFunc .guideFuncPopArea .guideFuncPop .funcPop_body .funcSet.func05 .funcImg .mov { transform:translateX(calc((20 * 100vh) / 662)); }  
	.guideFunc .guideFuncPopArea .guideFuncPop .funcPop_body .funcSet.func05 .funcImg .mov:before { width:calc((280 * 100vh) / 662);inset:0;background: url('https://image.yes24.com/sysimage/renew/eBookGuide_v2/mov_intro01.gif') center calc((15 * 100vh) / 662)/cover no-repeat; }  
	.guideFunc .guideFuncPopArea .guideFuncPop .funcPop_body .funcSet .funcImg .swiper-container { margin:0 auto;width:calc((280 * 100vh / 662));height:calc((450 * 100vh) / 662);overflow:visible; }  
	.guideFunc .guideFuncPopArea .guideFuncPop .funcPop_body .funcSet .funcImg .swiper-container .swiper-slide { width:calc((280 * 100vh / 662));height:calc((450 * 100vh) / 662); }  
	.guideFunc .guideFuncPopArea .guideFuncPop .funcPop_body .funcSet .funcImg .swiper-container .swiper-slide img { width:calc((280 * 100vh / 662)); }  
	.guideFunc .guideFuncPopArea .guideFuncPop .funcPop_body .funcSet .funcImg .rollImgSet { height:calc((450 * 100vh) / 662); }  
	.guideFunc .guideFuncPopArea .guideFuncPop .funcPop_body .funcSet .funcImg .rollImgSet .imgSet { height:calc((450 * 100vh) / 662 ); }
	.guideFunc .guideFuncPopArea .guideFuncPop .funcPop_body .funcSet .funcImg .rollImgSet img { height:calc((450 * 100vh) / 642 ); }   
	.guideFunc .guideFuncPopArea .guideFuncPop .rollPopPagenGrp { padding:0 25px;height:calc( 100% - 172px - calc((360 * 100vh) / 662) );box-sizing:border-box; } 
}

/* eBook 주요 혜택 */
.eBookGuideSec.guideBene { padding:50px 0;background-color:#F7F7F7; }
.guideBene .guideBeneRow { margin:0 auto; }  
.guideBene .guideBeneRow .guideBeneLi { padding:0 15px; }
.guideBene .guideBeneRow .guideBeneLi .swiper-slide { width:224px;height:224px; }
.guideBene .guideBeneRow .guideBeneLi .beneSet { position:relative;box-sizing:border-box;padding:30px;width:224px;height:224px;border-radius:20px;text-align:left;background-color:#fff; }
.guideBene .guideBeneRow .guideBeneLi .beneSet:after { content:"";position:absolute;left:20px;bottom:20px;width:30px;height:30px;border-radius:50%;text-indent:-9999em;background:#f8f8f8 url('https://image.yes24.com/sysimage/renew/eBookGuide_v2/bl_arrowS.svg') no-repeat center center;background-size:20px; }
.guideBene .guideBeneRow .guideBeneLi .beneSet .txt_tit { line-height:30px;font-size:26px;font-weight:700;color:#000; }
.guideBene .guideBeneRow .guideBeneLi .beneSet .txt_tit+.txt_des { margin-top:9px; }
.guideBene .guideBeneRow .guideBeneLi .beneSet .txt_des { line-height:24px;font-size:18px;font-weight:400;color:#666; } 
.guideBene .guideBeneRow .guideBeneLi .beneSet .goToLnk { position:absolute;left:0;bottom:0;top:0;right:0; }

/* eBook FAQ */
.eBookGuideSec.guideFaq { background-color:#fff; } 
.guideFaq .guideFaqRow { margin:0 auto;text-align:left; } 
.guideFaq .guideFaqRow .yesToggleDl { -webkit-transition:all .45s cubic-bezier(.165,.84,.44,1);transition:all .45s cubic-bezier(.165,.84,.44,1); }
.guideFaq .guideFaqRow .yesToggleDl { border-radius:3px;background-color:#f8f8f8; }
.guideFaq .guideFaqRow .yesToggleDl+.yesToggleDl { margin-top:5px; }
.guideFaq .guideFaqRow .yesToggleDl dt a { padding:10px 15px;line-height:20px;font-size:14px;font-weight:400;border:none;background-color:transparent; } 
.guideFaq .guideFaqRow .yesToggleDl dt a .bl_arr_tog { -webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out; }
.guideFaq .guideFaqRow .yesToggleDl dt a .bl_arr_tog { position:absolute;top:50%;right:5px;margin-top:-10px;width:20px;height:20px;overflow:hidden;text-indent:-9999em;transform:rotate(90deg);background:url('https://image.yes24.com/sysimage/renew/eBookGuide_v2/bl_arrowS.svg') no-repeat center center;background-size:20px; } 
.guideFaq .guideFaqRow .yesToggleDl.toggleOn dt a .bl_arr_tog { transform:rotate(0.75turn); }
.guideFaq .guideFaqRow .yesToggleDl dd { padding:0 0 15px 0;border:none;word-break:keep-all;word-wrap:break-word;background-color:transparent; }
.guideFaq .guideFaqRow .yesToggleDl dd .yesToggleDd { position:relative;margin:0 15px; }
.guideFaq .guideFaqRow .yesToggleDl dd .yesToggleDd:after { content:"";position:absolute;left:0;right:0;top:0;height:1px;background-color:#eee; }
.guideFaq .guideFaqRow .yesToggleDl dd .yesToggleDd .togTxt { padding-top:9px;line-height:20px;font-size:14px;font-weight:400;color:#666; }  
.guideFaq .guideFaqRow .yesToggleDl dd .yesToggleDd .goToLnk_li .cont_tit { padding:3px 0 8px;line-height:18px;font-size:12px;font-weight:700;color:#333; }
.guideFaq .guideFaqRow .yesToggleDl dd .yesToggleDd .goToLnk_li ul { display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex; }
.guideFaq .guideFaqRow .yesToggleDl dd .yesToggleDd .goToLnk_li ul { gap:5px; } 
.guideFaq .guideFaqRow .yesToggleDl dd .yesToggleDd .goToLnk_li ul li a { display:block;box-sizing:border-box;position:relative;padding:6px 5px;width:75px;height:30px;border-radius:3px;text-decoration:none;background-color:#fff; }
.guideFaq .guideFaqRow .yesToggleDl dd .yesToggleDd .goToLnk_li ul li a em.li_txt { line-height:18px;font-size:12px;font-weight:400;color:#666; }
.guideFaq .guideFaqRow .yesToggleDl dd .yesToggleDd .goToLnk_li ul li a em.bl_arrow { position:absolute;right:5px;top:10.5px;width:9px;height:9px;text-indent:-9999em;background:url('https://image.yes24.com/sysimage/renew/eBookGuide_v2/bl_arrS.svg') no-repeat left top; }
.guideFaq .guideFaqRow .yesToggleDl dd .yesToggleDd .togItem { padding-top:12px; }
.guideFaq .guideFaqRow .yesToggleDl dd .yesToggleDd .togItem .itemRow { display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex; }
.guideFaq .guideFaqRow .yesToggleDl dd .yesToggleDd .togItem .itemRow { align-items:center; }
.guideFaq .guideFaqRow .yesToggleDl dd .yesToggleDd .togItem .itemRow { position:relative;border-radius:3px;overflow:hidden;background-color:#fff; }
.guideFaq .guideFaqRow .yesToggleDl dd .yesToggleDd .togItem .itemRow:before { content:"";position:absolute;left:0;top:0;bottom:0;width:70px;background-color:#ebebeb; }
.guideFaq .guideFaqRow .yesToggleDl dd .yesToggleDd .togItem .itemRow+.itemRow { margin-top:5px; }
.guideFaq .guideFaqRow .yesToggleDl dd .yesToggleDd .togItem .itemRow .row_item { box-sizing:border-box;position:relative;width:70px;height:100%;z-index:2;text-align:center; }
.guideFaq .guideFaqRow .yesToggleDl dd .yesToggleDd .togItem .itemRow .row_item p { height:18px;line-height:18px;font-size:12px;font-weight:400;color:#333; }
.guideFaq .guideFaqRow .yesToggleDl dd .yesToggleDd .togItem .itemRow .row_value { box-sizing:border-box;padding:13px 15px;width:calc(100% - 70px); }
.guideFaq .guideFaqRow .yesToggleDl dd .yesToggleDd .togItem .itemRow .row_value .row_txt { line-height:18px;font-size:12px;font-weight:400;color:#666; }
.guideFaq .guideFaqRow .yesToggleDl dd .yesToggleDd .togImgGrp { display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex; }
.guideFaq .guideFaqRow .yesToggleDl dd .yesToggleDd .togImgGrp { flex-wrap:wrap;gap:5px; } 
.guideFaq .guideFaqRow .yesToggleDl dd .yesToggleDd .togImgGrp { max-width:750px; } 
.guideFaq .guideFaqRow .yesToggleDl dd .yesToggleDd .togImgGrp .togImg { flex:1 1 0;object-fit:contain; } 
.guideFaq .guideFaqRow .yesToggleDl dd .yesToggleDd .togImgGrp .imgTxt { padding:18px 0 0;line-height:18px;font-size:12px;font-weight:400;color:#333; }
.guideFaq .guideFaqRow .yesToggleDl dd .yesToggleDd .togImgGrp .imgTxt .bl_next { padding:0 40px; }
.guideFaq .guideFaqRow .yesToggleDl dd .yesToggleDd .togImgGrp + .togItem .itemRow { height:50px;background-color:transparent; }
.guideFaq .guideFaqRow .yesToggleDl dd .yesToggleDd .togImgGrp + .togItem .row_item { padding:11px 0;height:50px; }
.guideFaq .guideFaqRow .yesToggleDl dd .yesToggleDd > .togImg { padding-top:12px;max-width:480px; } 
.guideFaq .guideFaqRow .yesToggleDl dd .yesToggleDd .togImg img { width:100%; }
.guideFaq .guideFaqRow .yesToggleDl dd .yesToggleDd .togTxt+.togImgGrp { padding-top:21px; }
.guideFaq .guideFaqRow .yesToggleDl dd .yesToggleDd .togImg+.togTxt { padding-top:18px; }
.guideFaq .guideFaqRow .yesToggleDl dd .yesToggleDd .togTxt+.togItem { padding-top:18px; }
.guideFaq .guideFaqRow .yesToggleDl dd .yesToggleDd .togAlertArea { padding-top:18px; }
.guideFaq .guideFaqRow .yesToggleDl dd .yesToggleDd .togAlertArea * { line-height:18px;font-size:12px;font-weight:400;color:#666; }
.guideFaq .guideFaqRow .yesToggleDl dd .yesToggleDd .togAlertArea .togAlertLi li { padding:0 0 0 15px;text-indent:-15px; } 
.guideFaq .guideFaqRow .yesToggleDl dd .yesToggleDd .togAlertArea .togAlertLi li .bl_rnd { display:inline-block;vertical-align:top;width:15px;text-indent:0; }
 
/* eBook 지금 바로 시작해 보세요 */
.eBookGuideSec.guideStart { padding-top:0;background-color:#fff; }
.guideStart .tit_txtGrp { padding-bottom:20px; } 
.guideStart .guideStartRow { display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex; }
.guideStart .guideStartRow { justify-content:center;gap:35px; }
.guideStart .guideStartRow .yesStartDl { position:relative;text-align:center; } 
.guideStart .guideStartRow .yesStartDl dt { margin:0 auto;width:80px;height:80px;border-radius:50%; }
.guideStart .guideStartRow .yesStartDl:nth-child(1) dt { background:#f6f6f6 url('https://image.yes24.com/sysimage/renew/eBookGuide_v2/ico_goToBtn01.png?v=250723') no-repeat center center;background-size:cover; }
.guideStart .guideStartRow .yesStartDl:nth-child(2) dt { background:#f6f6f6 url('https://image.yes24.com/sysimage/renew/eBookGuide_v2/ico_goToBtn02.png?v=250723') no-repeat center center;background-size:cover; }
.guideStart .guideStartRow .yesStartDl:nth-child(3) dt { background:#f6f6f6 url('https://image.yes24.com/sysimage/renew/eBookGuide_v2/ico_goToBtn03.png?v=250723') no-repeat center center;background-size:cover; }
.guideStart .guideStartRow .yesStartDl dd .start_tit { padding-top:8px;line-height:26px;font-size:18px;font-weight:700;color:#000; }
.guideStart .guideStartRow .yesStartDl dd .start_txt { line-height:20px;font-size:14px;font-weight:400;color:#666; }
.guideStart .guideStartRow .yesStartDl dd .start_lnk { position:absolute;left:0;right:0;top:0;bottom:0;text-indent:-9999em; }