/*프리텐다드*/
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-display: swap;
}

/* 윙배너 */
.wing_banner{position: fixed; right: 0; bottom: 15%; z-index: 5;}
.wing_banner a{display:block;padding:5px 0; }
.wing_banner a img{border-top-left-radius: 14px;box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); border-bottom-left-radius: 14px;border:1px solid #00ddff;}

.lec_new_red > span {background-color:#FF4D4F !important; border: 1px solid #FF4D4F !important;} /* NEW 아이콘 */
.logo_company {position: absolute; right:0;} 
.mo {display:none;}
.evt_wrp .lec_buy .buy_btn{width:100%;}

/* 75% 달성 팝업 */
.visual_banner_wrp{
    position: relative;
    width:1200px;
    margin:0 auto;
}
.visual_banner_bnee{
    right:163px !important;
}
.visual_banner{
        position: absolute;
        right:0;
        top:70px;
        width:150px;
        height:150px;
        z-index: 4;
        animation: floatUpDown 3s ease-in-out infinite;
    }
      /* 위아래로 움직이는 애니메이션 */
      @keyframes floatUpDown {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-15px); }
    100% { transform: translateY(0); }
    }


    .visual_banner_2{
        right: -62px;
        top: -232px;
    }

    .visual_banner img {
    width: 170px;
    display: block;
    }

@media screen and (max-width: 1200px) {
    .visual_banner_wrp{
        width:100%;
        padding:0 20px;
    }
    .evt_wrp .tabs_lec{
        width:100% !important;
    }
    .evt_wrp .lec_wrp{
        width:100% !important;
    }

}
.proof-area{
margin: 10px auto;
background: #fff;
width: 30%;
text-align: center;
border-radius: 5px;
background-color: #212121;
color:#fff;
padding:5px;
box-shadow: 0 6px 12px rgba(0,0,0,0.3);
border: 1px solid #333;
}
 
.proof-btn {
background: none;
border: none;
font-size: 14px;
cursor: pointer;
}


/* 모달 기본 숨김 */
.modal {
display: none;
position: fixed;
z-index: 999;
left: 0;
top: 0;
width: 100%;
height: 100%;
position: relative;
}

/* 모달 내용 */
.modal-content {
background: #fff;
margin: 15px auto;
padding: 20px 30px;
border-radius: 8px;
width: 300px;
text-align: center;
font-size: 15px;
line-height: 1.5;
box-shadow: 0 6px 12px rgba(0,0,0,0.3);
position: absolute;
right: 0;
}

.modal-content p {
margin: 0;
font-weight: 600;
color: #333;
}

/* 닫기 버튼 */
.close {
position: absolute;
right: 20px;
top: 20px;
font-size: 24px;
font-weight: bold;
color: #333;
cursor: pointer;
}

.bg_025{
    background: url('https://image.engineerlab.co.kr/data/www/engr/promotion/2025/1202/bg_025.png') 
    no-repeat top center; background-size: cover;
    aspect-ratio: 1920 / 1226;
}

.review_notice{
    color: #fff; margin-top: 10px; text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.review_list_wrp{
    width:1200px;
    margin:20px auto;
    display: flex;
    justify-content: right;
}
.review_list{
    width:60%;
    display: flex;
    justify-content: right;
    flex-direction: column;
    gap:30px;
}

/*도현 수정*/
.lec_new_red > span {background-color:#FF4D4F ; border: 1px solid #FF4D4F ;}


.evt_wrp{position: relative; width: 100%; overflow: hidden; cursor: default; letter-spacing: 0;} 
.evt_wrp *{font-family: 'Pretendard', sans-serif;}
.evt_wrp img{width: 100%; vertical-align: top;}

.evt_wrp .inner{position: relative; width: fit-content; margin: 0 auto;}
.evt_wrp strong{font-weight: 800;}

.evt_wrp .visual{background:url('https://image.engineerlab.co.kr/data/www/engr/promotion/2025/1202/bg_2_02.png') no-repeat center center; background-size: cover; height: 839px; position: relative;}
.evt_wrp .visual .inner{height: 707px;}
.evt_wrp .visual .txt{color: #b6e3ea; font-size: 25px; letter-spacing: 10px; text-align: center; font-weight: 400; letter-spacing: 12px; text-align: center; font-weight: 300; padding-top: 100px;}
.evt_wrp .drop{background: url('https://image.engineerlab.co.kr/data/www/engr/promotion/2025/0729/imgs/bg_visual.png') repeat-x bottom; width: 100%; height: 81.5vw; position: absolute; bottom: 0; left: 0; background-size: contain;}
.evt_wrp .visual .txt{animation: text-focus-in .5s .5s cubic-bezier(.55,.085,.68,.53) both}
.evt_wrp .visual .typo{position: absolute; top: 0; left: 0; z-index: 2; animation: text-focus-in .5s 1s cubic-bezier(.55,.085,.68,.53) both}
.evt_wrp .visual .home{position: absolute; bottom: 134px; right: 110px; z-index: 2; font-size: 15px; color: #fff; width: fit-content;}
.evt_wrp .visual .home img{width: 27%;}
@keyframes text-focus-in{0%{filter:blur(5px); opacity:0}100%{filter:blur(0); opacity:1}}

.evt_wrp  [class^="bg_"] .tit{font-size: 45px; padding: 0 0 50px; text-align: center; font-weight: 900; position: relative;}
.evt_wrp .tit strong{display: block;}
.evt_wrp .tit i{color: #1c56fd;}

.evt_wrp .tabs_lec{width: 1200px; margin: 0 auto 30px; overflow: hidden; display: flex;}
.evt_wrp .tabs_lec li{display: inline-flex; width: 33.3%; text-align: center; background: #eee; border-radius: 3px; padding: 20px; font-size: 21px; cursor: pointer; margin-right: 5px; justify-content: center; align-items: center;}
.tabs_lec li.active{background: #1c56fd; font-weight: 800; color: #fff;}
.tabs_lec li:first-child{margin-left: 0;}

.evt_wrp .small{opacity: 0.65; display: block;}
.small a{text-decoration: underline; color: #000; line-height: 1.2;}

* [class^="bg_"]{position: relative; padding: 100px 0;}
.evt_wrp .bg_01{background: #243034;}
.evt_wrp .bg_02{background: #fff; position: relative;}
.evt_wrp .bg_03{background: #000;}
.evt_wrp .bg_04{background: #222;}
.evt_wrp .bg_05{background: #243034}
.evt_wrp .bnr{background: #89b7c7 url('https://image.engineerlab.co.kr/data/www/engr/promotion/2025/0729/imgs/bg_bnr.png') no-repeat center 0;}

.evt_wrp .bg_01 .tit,
.evt_wrp .bg_03 .tit,
.evt_wrp .bg_04 .tit,
.evt_wrp .bg_05 .tit,
.bg_04 .small,
.bg_04 .small a{color: #fff;}

/* 추가 bg_01 - bg_02 사이 */
.bg_01_2{background-color:#2b6171;padding:100px 0;}
.bg_01_2 .tit{color:#fff;}
.bg_01_2 .tit span{position: relative; z-index: 2;display: inline-block;}
.bg_01_2 .tit span::after{
    z-index: -1;
    content:''; 
    position: absolute; 
    bottom:-5px; 
    left:-1.5%; 
    width:103%; 
    height:30px;
    background-color:#212121;
}
.bg_01_2 .tit br {display:block !important;}
/* 슬라이드 배너 */
.bg_01_2 .slide_box{position: relative; height: 100%; text-align: center;}
.bg_01_2 .swiper-container{width: 1200px; padding-top:0;}
.swiper-arrow-prev, .swiper-arrow-next{color:#fff;}
.swiper-arrow-prev {left:-48px;}
.swiper-arrow-next {right:-48px;}
.swiper-pagination{position: absolute; bottom: -41px; left: 0; width: 100%; text-align: center;}
.swiper-pagination span{display: inline-block; width: 20px; height: 20px; background: #ccc; border-radius: 50%; margin: 0 5px;}
.swiper-pagination span.active{background: #fff;}
.sub__text{font-size:16px; color:#fff;margin-top:50px; line-height:1.5;}

.evt_wrp .review li{position: relative; background: #fff; border-radius: 10px; margin: 5px; line-height: 1.3;}
.evt_wrp .review li strong{color: #ff3c3c;}
.evt_wrp .review li em{padding-top: 10px; color: #aaa; display: block;}
.evt_wrp .review li span{position: absolute; right: 8px; bottom: 0;}

.evt_wrp .dungdung{animation: updown 1s both infinite alternate;}
.evt_wrp .blink{animation: blink 2s infinite;}
.evt_wrp .up-on-scroll{transition: transform .7s, opacity 1.7s;}

.book .inner{ width: 100%;}
.book_bnr_wrap{position: relative; width:1200px; margin: 0 auto;z-index: 1;}
.book_bnr{position: absolute; top: 0; right: 0; background: #0e8293; color: #fff;display: grid;align-items: center; border-radius: 50%; width: 110px; height: 110px; font-weight: 900;text-align: center;}
.book .inner .book-track {
    animation: bookRolling 25s linear infinite;
    width:6816px;
    display: flex;
    gap:28px;
  }

.book .inner .book-track img{
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.17));}
@keyframes bookRolling {
    0% {
      transform: translate(0,0 );
    }
    100% {
      transform: translate(-50%, 0);
    }
  }

.book_track_wrp p{
    font-size:16px;
    text-align: center;
    margin-top:20px;
    color:#808080;
}


@keyframes blink{0%{opacity: 1} 50%{opacity:.2} 100%{opacity:1}}
@keyframes updown{ 0%{transform: translateY(-5px);} 100%{transform: translateY(5px);}}

/* 표 */
.graph-bubble-wrap{
    position: relative; 
    width: fit-content; 
    margin: 0 auto;
}

.graph-bubble{
    position: absolute;
    left: -10px;
    top: 10px;
    background: #fff;
    color: #212121;
    font-size: 22px;
    border: 1px solid #ff2222;
    border-radius: 2px;
    padding: 16px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.04);
    font-weight: 400;
    z-index: 2;
    min-width: 220px;
    line-height: 1.6;
    text-align: center;
}
.graph-bubble span{
    color:#ff2222;
    font-weight: 700;
}
.graph-bubble .arrow{
    position: absolute; 
    left: 44px;
    bottom: -18px; 
    border-left: 19px solid transparent; 
    border-right: 19px solid transparent; 
    border-top: 17px solid #ff2222; 
    border-bottom: none; 
    z-index: 1;
}






/* lecture */
.evt_wrp .lec_tab{width: 1200px; margin: 0 auto; overflow: hidden;}
.evt_wrp .lec_tab li{display: inline-block;}

.evt_wrp .lec_wrp{width: 1200px; height: 353px; margin: 30px auto 0; letter-spacing: -0.5px; padding-bottom: 20px; border-bottom: 1px solid #eee;}
.evt_wrp .lec_wrp > i{font-size: 14px; font-weight: 700;}
.evt_wrp .lec_wrp .lec_tit{border-bottom: 2px solid; display: flex; padding: 5px 0 10px 0; align-items: center; position: relative;}
.evt_wrp .lec_wrp .lec_tit em{font-size: 27px; font-weight: 800;}
.evt_wrp .lec_wrp .lec_tit p{display: flex; align-items: center;}
.evt_wrp .lec_wrp .lec_tit i{margin: 0 10px 0 5px; font-size: 19px; font-weight: 700;}
.evt_wrp .lec_wrp .lec_tit span{color: #005aff; border: 1px solid #005aff; padding: 5px 10px; display: inline-block; font-size: 12px; border-radius: 5px; margin-right: 5px; font-weight: 700;}
.evt_wrp .lec_wrp .lec_tit span:last-child{background: #005aff; color: #fff;}

.evt_wrp .lec_tit .logo img{width: fit-content; height: 29px; margin-left: -10px;}
.evt_wrp .lec_tit .logo img:first-child{margin-left: 0;}

.evt_wrp .lecture{display: flex; padding: 20px 0 5px; height: 210px;}
.evt_wrp .lecture .evt{width: 30%; height: 172px; border-bottom: 1px solid #eee;}
.evt_wrp .lecture .evt > p{border-bottom: 1px solid #eee;}
.evt_wrp .lecture .evt > p:last-child{border-bottom: 0;}
.evt_wrp .lecture .evt strong{font-size: 20px; border-bottom: 1px solid #eee; display: block; padding: 8px 0}
.evt_wrp .lecture .evt p{padding: 10px 15px; max-height: 53px; min-height: 40px;}
.evt_wrp .lecture .evt p::before{content:'\0387'; padding-right: 5px; margin-left: -10px;}
.evt_wrp .lecture .evt .btn_qna{display: inline-block; color: #fff; background: #333; width: fit-content; font-size: 11px; padding: 3px 10px; margin: 2px; border-radius: 3px;}
.evt_wrp .lecture .info{background: #eef3f4; display: flex; padding: 40px; width: 70%; height: fit-content; margin-left: 1%;}

.evt_wrp .lecture .book_list{width: 60%; overflow-y: scroll; scroll-behavior: smooth; margin-right: 30px; padding-right: 20px; height: 90px;}
.evt_wrp .lecture .book_list label{display: block; padding: 3px 0 0 35px; font-size: 14px; cursor: pointer;}

.evt_wrp .lecture input{margin: 5px 5px 0 0; width: 16px; height: 16px; accent-color: #64c4c4; cursor: pointer; margin-left: -27px; vertical-align: text-bottom;}

.evt_wrp .lecture .book_list::-webkit-scrollbar{width: 7px;}
.evt_wrp .lecture .book_list::-webkit-scrollbar-track-piece{background-color: #fdf8f5;}
.evt_wrp .lecture .book_list::-webkit-scrollbar-thumb{border-radius: 8px; background-color: #ccc;}
.evt_wrp .lecture .book_list::-webkit-scrollbar-button:start{background-color: #eee;}
.evt_wrp .lecture .book_list::-webkit-scrollbar-button:end{background-color: #eee;}

.evt_wrp .lecture .tot{width: 40%; align-items: end; display: grid;}
.evt_wrp .lecture .tot p{padding: 5px 0;}
.evt_wrp .lecture .tot p i{display: inline-block; width: 50%; color: #777;}
.evt_wrp .lecture .tot p strong{display: inline-block; text-align: right; width: 48%;}
.evt_wrp .lecture .tot p:last-child strong{display: inline-block; text-align: right; font-size: 21px;}

.evt_wrp .lec_buy{display: flex; align-items: end;}
.evt_wrp .lec_buy span{width: 50%; display: inline-block; font-size: 14px; color: #777;}
.evt_wrp .lec_buy .buy_btn{text-align: right;}
.evt_wrp .lec_buy .buy_btn a{padding: 12px 0; border: 1px solid #000; width: 170px; display: inline-block; text-align: center; font-weight: 700; font-size: 17px; margin-top: 10px;}
.evt_wrp .lec_buy .buy_btn a:last-child{background: #000; color: #fff;}

.buy_notice_wrp{width:1200px; margin: 0 auto;}
.evt_wrp .buy_notice{display: block; margin: 0 auto; width: 100%; text-align: right; padding: 30px 0 0; text-decoration: underline; position: relative;}
.evt_wrp .blue{color: #005aff !important;}
.div_pop *{font-family: 'Pretendard';}
.div_pop #pop_con2 .txt-box li > strong{display: block; margin-top: 10px;}


.bg_02 .step {
    padding-top: 70px;
}

/* PC 와이드 */
@media screen and (min-width: 821px){
.evt_wrp .tit br,
.evt_wrp .visual .txt br,
.evt_wrp .small br,
.evt_wrp .tabs_lec li br,
.evt_wrp .lec_wrp .lec_tit br{display: none;}
.evt_wrp .step,
.evt_wrp .class,
.evt_wrp .review{width: 1200px; margin: 0 auto; overflow: hidden;}
.evt_wrp .review li{float: left; width: 49%; height: 250px; font-size: 18px; padding: 30px;}
.evt_wrp .review li:nth-child(even) span{left: 8px; right: unset;}
.evt_wrp .review li:nth-child(even){text-align: right;}

.evt_wrp .step li{display: inline-block; width: fit-content; margin: 8px 0 0 8px;}
.evt_wrp .step li:last-child{margin-right: 0;}

.evt_wrp .book .step li {margin: 8px 0 0 5px;}

.evt_wrp .class li{display: inline-block; width: fit-content; margin: 60px 5px 0 0;}
.evt_wrp .class li:last-child{margin-right: 0;}

.evt_wrp .bg_04 .class li{margin-right: 18px; position: relative;}
.evt_wrp .bg_04 .class li:last-child{ margin-right: 0;}
.evt_wrp .bg_04 .class li a{
    padding:5px 10px;
    border:1px solid #ccc;
    border-radius: 50px;
    color:#ccc;
    position: absolute;
    top: 107px;
    right: 228px;
    font-weight: 700;
    line-height:1;
}

.evt_wrp .bg_04 .small,
.evt_wrp .book .small{width: 1200px; margin: 0 auto; padding-top: 10px;}
}

/* 모바일 */
@media screen and (max-width: 820px) {
/* 슬라이더 추가 모바일 */
/* 추가 bg_01 - bg_02 사이 */
.bg_01_2{background-color:#2b6171;padding:100px 0;}
.bg_01_2 .tit{color:#fff;}
.bg_01_2 .tit span{position: relative; z-index: 2;display: inline-block;}
.bg_01_2 .tit span::after{
    z-index: -1;
    content:''; 
    position: absolute; 
    bottom:-5px; 
    left:-1.5%; 
    width:103%; 
    height:14px;
    background-color:#212121;
}
.bg_01_2 .tit br {display:block !important;}
/* 슬라이드 배너 */
.bg_01_2 .slide_box{position: relative; height: 100%; text-align: center; }
.bg_01_2 .swiper-container{ padding-top:0; margin: 0 auto; border-radius: 10px;}
.swiper-arrow-prev, .swiper-arrow-next{
    display:none;
}
.swiper-arrow-prev {left:0; }
.swiper-arrow-next {right:0;}
.swiper-pagination{position: absolute; bottom: -30px; left: 0; width: 100%; text-align: center;}
.swiper-pagination span{display: inline-block; width: 10px; height: 10px; 
    background: #ccc; border-radius: 50%; margin: 0 5px;
}
.swiper-pagination span.active{background: #fff;}

.sub__text{font-size:14px; margin-top:40px;}

.bg_025{background:#ebeff2;}
.review_notice{color:#808080;text-shadow: none;}
.evt_wrp .small{font-size:14px; line-height:1.2;}
.evt_wrp{letter-spacing: -1px;} 
.evt_wrp ul,
.evt_wrp .inner{width: 95%;} 

.evt_wrp .barbnr em{font-size: 19px;}
.evt_wrp .barbnr span{display: block; width: fit-content; font-size: 14px; padding: 5px 10px; position: absolute; top: -12px; left: 16px;}
.evt_wrp .barbnr a{display: block; height: unset; padding: 10px 0;}

.evt_wrp .visual{background:url('https://image.engineerlab.co.kr/data/www/engr/promotion/2025/1202/m_bg_2.jpg') 
    no-repeat top left; 
    background-size: cover; 
    width: 100%;
    height: auto;
    position: relative;
    aspect-ratio: 820 / 953; 
}
.evt_wrp .visual .inner{width: 100%; overflow: hidden; text-align: center; position: relative; height: 71vw;}
.evt_wrp .visual .inner img{width: 126%; max-width: none; position: relative; left: 50%; transform: translateX(-50%); display: block;}
.evt_wrp .visual .inner span img{width: 118%; transform: translateX(-45%);}
.evt_wrp .visual .home{font-size: 12px; right: 30px; bottom: 30px;}
.evt_wrp .visual .home img{width: 28%; display: inline-block; left: 15px;}

* [class^="bg_"]{position: relative; padding: 0 0 12%;}

.evt_wrp [class^="bg_"] .tit{font-size: 1.25rem; padding: 11% 0 5%; font-weight: 500;}
.evt_wrp .review .tit{padding-bottom: 2vw;}
.evt_wrp .tit strong{font-size: 1.6rem; padding-top: 0.5rem;}

.evt_wrp .review li{font-size: 14px; padding: 20px 15px 40px;}
.evt_wrp .review li span{width: 20%; right: 16px;}
.evt_wrp .visual .txt{font-size: 14px; letter-spacing: 0; padding: 35px 0 5px;}

.evt_wrp .con2{padding: 20px 20px 20px 0; margin-bottom: 20px;}
.evt_wrp .con2 span:last-child{margin-left: 10px;}
.evt_wrp .bg_02 p.inner{width: 65%;}

.evt_wrp .w_wrp{overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; width: 100%;}

.evt_wrp ul{display: flex; flex-wrap: nowrap; width: max-content; padding: 0 0 0 20px; margin: 0; list-style: none; scrollbar-width: none; /* Firefox */ -ms-overflow-style: none; /* IE, Edge */}
.evt_wrp .w_wrp::-webkit-scrollbar{display: none; /* Chrome, Safari, Opera */}
.evt_wrp .w_wrp li{flex: 0 0 auto; width: 300px; margin-right: 20px;}

.evt_wrp .class{width: 95%; margin: 2% auto 0; padding: 0;}
.evt_wrp .class li{padding-top: 2%;}

.evt_wrp .bg_04 .class{display: block;}
.evt_wrp .bg_04 .class li{position: relative;}
.evt_wrp .bg_04 .class li a{
    padding:5px 10px;
    border:1px solid #ccc;
    border-radius: 50px;
    color:#ccc;
    position: absolute;
    top: 38.7%;
    left: 43%;
    font-weight: 700;
    font-size:0.75rem;
    line-height: 1;
}


.evt_wrp .bnr{background-size: 152%;}

.evt_wrp .tabs_lec{width: 100%; margin: 0 auto 10px;}
.evt_wrp .tabs_lec li{font-size: 15px; padding: 7px 0; width: 30%;}

.evt_wrp .lec_wrp{width: 95%; padding: 10px 10px 20px; border-bottom: 0; height: fit-content; margin-top: 0;}
.evt_wrp .lec_wrp .lec_tit{display: block; position: relative;}
.evt_wrp .lec_wrp .lec_tit em{font-size: 19px;}
.evt_wrp .lec_wrp .lec_tit p{padding-top: 5px; display: inline-flex; }
.evt_wrp .lec_wrp .lec_tit p .lgo{position: relative;}

.evt_wrp .lec_wrp .lec_tit i{font-size: 15px; margin: 0 5px 0 0;}
.evt_wrp .lec_wrp .lec_tit span{padding: 2px 6px 0; border-radius: 3px; font-size: 11px;}

.evt_wrp .lec_tit .logo img:first-child{margin-left: -15px;}

.evt_wrp .lecture{display: block; width: 100%; height: fit-content; padding-top: 10px;}
.evt_wrp .lecture .evt{width: 100%; height: fit-content;}
.evt_wrp .lecture .evt strong{font-size: 15px; padding: 5px 0;}
.evt_wrp .lecture .info{display: block; width: 100%; padding: 0; background: none;}

.evt_wrp .lecture .book_list{height: 21vw; width: unset; padding: 6px 6px 10px; margin: 0 0 10px 0; border-bottom: 1px solid #ccc; background: #eef3f4;}
.evt_wrp .lecture .book_list label{font-size: 12px; line-height: 1.3;}
.evt_wrp .lecture input{vertical-align: bottom;}
.evt_wrp .lecture .tot{width: 100%; border-bottom: 1px solid #ccc; padding-bottom: 6px;}
.evt_wrp .lecture .tot p i{font-size: 13px;}
.evt_wrp .lec_buy .buy_btn{width: 100%; text-align: center;}
.evt_wrp .lec_buy .buy_btn a{width: 49%;}
.buy_notice_wrp{width:95%;}
.evt_wrp .buy_notice{padding: 10px 0 0; font-size:14px;}
.evt_wrp .buy_notice::after{right: 27%;}
.review_list p{font-size:14px;}

.evt_wrp .lec_buy{display: block;}
.book .inner a{width: 80px; height: 80px; top: 80px; right: 30px; font-size: 13px; right: -50px;}
.book .small{padding: 10px;}
.pop_tabWrap{width: 100% !important; margin: 0 auto;}

.div_pop .tit{margin: 20px 0 10px !important;}

.evt_wrp .bg_04 .small,
.evt_wrp .book .small{padding: 3%;}
.evt_wrp .lecture .evt p{padding: 5px; max-height: unset; min-height: unset; font-size: 14px;}
.evt_wrp .lec_buy span{width: unset; font-size: 12px; color: #777;}
.evt_wrp .lecture .tot p{padding: 2px 0;}
.book-track{width:4810px !important;}
.book-track img{width:50%;}
.visual_banner_bnee{right: 90px !important;}
.visual_banner{height:134px;}
}







/*미디어쿼리_모바일 */
@media screen and (max-width: 820px) {
/* 바텀배너 */
.bottom_banner{box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); position: fixed; bottom:0;left:0;width:100%; z-index: 100;}
.bottom_banner a{font-size:18px;font-weight: 700; justify-content: center;display:flex;width:100%; padding:15px 0;text-align: center; color:#fff;}
.bottom_banner_1{background-color:#104f70;}
.bottom_banner_2{background-color:#2935c9;border-left:1px solid #ccc;}
.logo_company{ display: block !important;position: relative;} 
.pc {display:none;}
.mo {display:flex;}
.visual_banner{
    right: 10px;
    animation: none;
    width:20%;
    top: auto; 
    bottom: -23px;
}
.visual_banner_wrp{
    position: static;
}
.visual_banner img{}
.visual_banner_2{ right: 0;
    top: 67px; animation: none;}
.proof-btn{font-size:9px;}
.proof-area{width:50%;padding:0; margin:0 auto;}
.review_list_wrp{
    width:100%;
    margin:0 auto;
}
.review_list{
    padding:0 !important;
    text-align: center;
    display:block !important;
    
    margin: 0 auto !important;
}
.review_list li {
    margin-top:20px !important;
    margin-right:0 !important;
}
.graph-bubble-wrap{
    padding:0 20px;
}
.graph-bubble{
    top:27px;
    left:14px;
    padding:10px;
    font-size:16px;
}
.book_track_wrp p{
    font-size:14px;
}
}
