.cate_all {
    width: 100%;
    background: #edf0f8;
}
  
.cate_all .cate_inner {
    width: 1300px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 35px;
}

.section {
    overflow: hidden;
}

.class_recom {
    padding: 45px 0 35px 0;
}

.top_padding {
    padding-top: 20px;
}


/* 메인아이콘배너 시작 */
.main_ibanner {
    width: 100%; max-width: 1180px;
    margin: 0px auto 0; padding-left: 10px; padding-right: 10px;
    position: relative;
    z-index: 7;
}

.main_ibanner ul {
    display: flex; justify-content: center;
    width: 100%;
    margin: 0 auto; 
    background: #fff; overflow: hidden;
}
.main_ibanner li{display:flex; align-items:center;}
.main_ibanner a {display: flex; width: 100%; padding: 16px;}
.main_ibanner a:hover {color: #6279d8;}
.main_ibanner a dt {
    font-size: 1.2rem;
    font-weight:600;
}
.main_ibanner a dd {
    font-size:1rem;
    color:#444;
}

.main_ibanner a dt,
.main_ibanner a dl {
    text-align: left;
}
.main_ibanner .remote:hover {
    color: #fff776;
}

.main_ibanner li{width: 25%;}

.main_ibanner .call {
    font-size: 1.5rem;
    font-weight: 600;
    color: #6279d8;
}

.main_ibanner img {
    width: auto !important;
    height: auto !important;
}
/* 메인아이콘배너 끝 */

@media (min-width:981px){
    .main_ibanner a dl,
    .main_ibanner a div {float: left; margin-left: 15px;}
}
@media (max-width:980px){
    .main_ibanner a{flex-direction: column; align-items: center; padding: 10px 0px;}
    .main_ibanner a dt,
    .main_ibanner a dl {text-align: center;}
}
@media (max-width:900px){
    .main_ibanner{margin-top: 20px;}
}
@media (max-width:600px){
    .main_ibanner{padding-left: 20px; padding-right: 20px;}
}
@media (min-width:561px){
    .main_ibanner ul {
        border: 1px solid #eee; border-radius: 10px; box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    }
    .main_ibanner li:not(:last-child) {border-right: 1px solid #dfdfdf;}
}
@media (max-width:560px){
    .main_ibanner{display: none;}
    .main_ibanner ul{display: none;}
}
  
  
/* 전체과정 */
.cate_inner {
    width: 1300px;
    position: relative;
}

.cate_title {
    position: relative;
    padding-top: 35px;
    text-align: center;
}

.cate_title h2 {
    color: #444;
    font-size: 27px;
    font-weight: 500;
}

.cate_title h2:before {
    content: "";
    display: block;
    clear: both;
    background: #444;
    height: 3px;
    width: 40px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.cate {
    padding: 5px 0;
    border-top: 1px solid #ccc;
    text-align: left;
}

.cate:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.cate h3 {
    width: 150px;
    float: left;
    color: #444;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
}

.cate ul {
    width: 1130px;
    float: right;
    margin-left: 10px;
}

.cate li {
    float: left;
    width: 14.2%;
    height: 30px;
    line-height: 30px;
}

.cate li a {
    color: #444;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 87%;
    display: block;
}

/* 카운트 */
.count_wrap {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}

.count_wrap strong {
    color: red;
}

.count {
    color: red;
    font-size: 30px;
}


/* 추천강의 */
.class_list {
    width: 100%;
}

.class_inner {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.recommend_title {
    position: relative;
    padding-top: 35px;
    text-align: center;
}

.recommend_title h2 {
    font-size: 27px;
}

.recommend_title h2:before {
    background: #000;
    display: block;
    clear: both;
    content: "";
    width: 30px;
    height: 3px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.class_list .handle {
    margin-top: 10px;
    display: block;
    clear: both;
    content: "";
    position: relative;
}

.class_ {
    width: 100%;
}

.class_list .handle ul {
    margin: 0 auto;
    text-align: center;
}

.class_list .handle li {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    display: inline-block;
    background: #cccccc;
}

.class_list .handle .handle_active {
    background: #eb0000;
}

.list_line {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    box-sizing: border-box;
}

.class {
    width: 20%;
    float: left;
    display: block;
    padding-bottom: 30px;
    overflow: hidden;
    padding: 5px 10px;
    box-sizing: border-box;
}

.class_ {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.class_thumb {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
}

.thumb_badge {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px !important;
    height: 50px !important;
}

.classJik_ {
    width: 100%;
    height: 260px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.class_thumbJik {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.class_title dt {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    padding: 13px 0 0 0;
}

.class_title dd {
    text-align: center;
    font-size: 15px;
    color: #848484;
    padding: 0;
}

.class_ img {
    width: 100%;
    transition: all .5s;
}

/* 직장인필수과정 */
.essential_title h2:before {
    background: #000;
    display: block;
    clear: both;
    content: "";
    width: 30px;
    height: 3px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.essential_title {
    position: relative;
    padding-top: 35px;
    text-align: center;
}

.essential_title h2 {
    font-size: 27px;
}

.slick-initialized .slick-slide {}

/* 배너 */
.banner_zone {
    width: 100%;
}

.banner_inner {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.banner_m {
    display: none;
}

/* 공지사항 */
.board_article h3 {
    font-size: 27px;
    padding-bottom: 25px;
    display: inline-block;
}

.board_article li:first-child {
    border-top: 1px solid #d8d8d8;
}

.board_article li {
    border-bottom: 1px solid #d8d8d8;
    text-align: left;
}

.board_article li a {
    background: url(/images/common/btn_dot.png)no-repeat left center;
    line-height: 52px;
    padding: 0 0 0 15px;
    width: 93%;
    overflow: hidden;
    display: block;
    font-size: 17px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.board_inner {
    margin: 0 auto;
    position: relative;
}

.board_article {
    float: left;
    width: 33%;
    box-sizing: border-box;
    padding-right: 40px;
    margin-top: 40px;
    padding-left: 10px;
}

.board_zone .button {
    position: relative;
    top: 0;
    float: right;
    width: 28px;
    height: 28px;
    background: #fff;
    border: 1px solid #d8d8d8;
    font-size: 23px;
    color: #a1a1a1;
    text-align: center;
    line-height: 28px;
}

/* 이벤트 */
.board_inner div:nth-child(3) {
    padding-right: 0;
}

.board_zone h3 {
    font-size: 27px;
    padding-bottom: 25px;
    display: inline-block;
}

.event_article {
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-top: 40px;
}

.event_article img {
    width: 100%;
}

.review_article {
    float: left;
    width: 33%;
    padding-right: 0;
    margin-top: 40px;
    box-sizing: border-box;
}

.review {
    width: 417px;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    padding: 0 12px;
}

.review li {
    background: url(/images/common/review_bg.png)no-repeat;
    height: 35px;
    line-height: 35px;
    margin: 14px 0;
    padding-left: 10px;
}

.review li img {
    float: right;
    margin: 10px 40px 0 0;
}

/* 고객센터 */
.call_zone {
    width: 1263px;
    margin: 0 auto;
}

.call_inner {
    margin: 0 auto;
    position: relative;
}

.call_article {
    border: 1px solid #d6d6d6;
    position: relative;
    padding: 23px 7px;
    margin: 60px 0;
}

.call_inner li {
    float: left;
    width: 20%;
    text-align: center;
}

.call_article h3 {
    font-size: 45px;
    color: #eb0000;
    letter-spacing: -3px;
    font-family: roboto;
    font-weight: 600;
}

.call_article .time {
    font-size: 16px;
    color: #3b3b3b;
    font-weight: 400;
    display: block;
}

.review_article .bank {
    font-size: 14px;
    margin-top: 10px;
    background: #edf5ff;
    padding: 5px 0 0 17px;
    margin-right: 10px;
    color: #375175;
    border-radius: 20px;
    line-height: 35px;
}

.review_article .bank .bank_number {
    font-size: 22px;
    font-weight: 500;
}

.call_article span {
    color: #626262;
}

.call_article div {
    margin-bottom: 7px;
}

.call_article a:hover span {
    color: #eb336e;
}

.call_article a .main_faq {
    background: url(/images/main/btn_faq.gif)no-repeat center 10%;
    height: 63px;
}

.call_article a:hover .main_faq {
    background: url(/images/main/btn_faq_over.gif)no-repeat center 10%;
    height: 63px;
}

.call_article a:hover .main_1on1 {
    background: url(/images/main/btn_1on1_over.gif)no-repeat center 10%;
    height: 63px;
}

.call_article a .main_1on1 {
    background: url(/images/main/btn_1on1.gif)no-repeat center 10%;
    height: 63px;
}

.call_article a:hover .main_b2b {
    background: url(/images/main/btn_b2b_over.gif)no-repeat center 10%;
    height: 63px;
}

.call_article a .main_b2b {
    background: url(/images/main/btn_b2b.gif)no-repeat center 10%;
    height: 63px;
}

.call_article a:hover .main_coupon {
    background: url(/images/main/btn_coupon_over.gif)no-repeat center 10%;
    height: 63px;
}

.call_article a .main_coupon {
    background: url(/images/main/btn_coupon.gif)no-repeat center 10%;
    height: 63px;
}

/***********************  pop up  ***********************/
.pop-wrap {border: 0;}
.pop-contents {
    position: relative;
    background: #000;
    text-align: left; padding: 5px;
}
.pop-footer {
    position: relative;
    color: #fff; background: #000;
    height: 30px; line-height: 2em;
    text-align: left; padding-left: 10px;
}
.pop-footer .check {
    font-size: 12px; line-height: 2em;
    width: 10px; height: 10px;
    margin-top: 10px; margin-left: 10px;
}
.pop-footer a {
    float: right; display: block; width: auto;
    margin-right: 10px;
    font-size: 13px; font-weight: 600;
    color: #fff;
}
/* 팝업 끝 */

/* 국가전문기술자격 시작 */
.main_public_lic{padding-top: 3rem; padding-bottom: 3rem;}
.main_public_lic .tabbutton button{
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px; border-radius: 8px;
    color:#ffffff; background-color: #626262;
    transition: background-color 0.3s;
}
.main_public_lic .tabbutton button.expert>.butBg{opacity: .7;}
.main_public_lic .tabbutton button::before {content: ''; opacity: 0;
    display: block; width: 0; height: 86%;
    position: absolute; top: 7%; left: 0;
    background: #ffffff; box-shadow: 0 0 40px 10px #ffffff;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg)
}
@keyframes sh02 {
    from {opacity: 0;left: 0}
    50% {opacity: 1}
    to {opacity: 0;left: 100%}
}
.main_public_lic .tabbutton button:hover::before {
    -webkit-animation: .5s linear sh02;
    -moz-animation: .5s linear sh02;
    animation: .5s linear sh02
}
.main_public_lic .tabbutton button.active{
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    background-color: #243137;
}
.main_public_lic .tabbutton button>.btnCont{display: flex; align-items: center; justify-content: center; height: 66px;}
.main_public_lic .tabbutton button h2{font-size: 20px;}
.main_public_lic .tabbutton button>.btnBg{height: 0; overflow: hidden;transition: .4s cubic-bezier(.54,.05,.38,.95);}
.main_public_lic .tabbutton button.expert.active>.btnBg{background-image: url(/images/main/glbg1.jpg);}
.main_public_lic .tabbutton button.engineer.active>.btnBg{background-image: url(/images/main/glbg2.jpg);}


.main_public_lic .tabcontents{flex: 1; height: 350px; overflow-y: auto;}
.main_public_lic .tabcontents::-webkit-scrollbar {width: 6px;}
.main_public_lic .tabcontents::-webkit-scrollbar-thumb {background: #a1a1a1;border-radius: 3px;}
.main_public_lic .tabcontents::-webkit-scrollbar-track {background: #dfdfdf;border-radius: 3px;}

.main_public_lic .tabcontents>div{display: none; opacity: 0; transition: .3s;}
.main_public_lic .tabcontents>.active{display: block; opacity: 1; height: 100%;}
.main_public_lic .tabcontents ul{height: 100%;}
.main_public_lic .tabcontents li {
    padding-bottom: 6px;
}
.main_public_lic .plItem{
    border: 1px solid #ddd; border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}
.main_public_lic .plThumb{position: relative; 
    width: 120px; flex-shrink: 0;
    background-size: cover; background-position: center;
    border-radius: 4px;
}
.main_public_lic .plThumb>div{width: 100%; height: 0; padding-bottom: 60%;}

.main_public_lic .plCate h3{
    font-size: 18px;
    width: calc(100% - 2px);
    padding: 4px 8px; margin-left: 2px;
    border-bottom: 1px solid #ddd; border-radius: 4px;
    color: #fff;
    background: linear-gradient(to right,#309dcf 0%,#6294f6 100%);
}
.main_public_lic .plItem{overflow: hidden;}
.main_public_lic .plDeps{padding: 7px 7px 5px;}
.main_public_lic .plCate .plDepsItem{
    position: relative;
    display: flex; align-items: center;
    padding: 4px 2px;
}
.main_public_lic .plCate .plSub{display: flex; align-items: center; flex-wrap: wrap;}
.main_public_lic .plCate .plTit{
    width: 100%; font-weight: 600;
}

.main_public_lic .plCate .before_price{color: #aaa; margin-right: 6px; font-size: 1rem;}
.main_public_lic .plCate a:hover{color: inherit;}
@media (min-width:1101px){
    .main_public_lic .plDeps{display: flex; flex-wrap: wrap;}
    .main_public_lic .plCate .plDepsItem{width: 50%;}
    .main_public_lic .plCate .plTit{height: 38px; -webkit-line-clamp: 2;}
}
@media (max-width:1100px) and (min-width:641px){
    .main_public_lic .plCate .plTit{height: 20px; -webkit-line-clamp: 1;}
}
@media (min-width:861px){
    .mpl_tabindex{display: flex;}
    .main_public_lic .tabbutton{flex-shrink: 0; width: 250px;}
    .main_public_lic .tabbutton button.active>.btnBg{width: 100%; height: 210px; opacity: .6;
        border-radius: 4px; background-size: cover; background-position: center;
    }
    .main_public_lic .tabcontents ul{padding: 0 4px 0 12px}
    
}
@media (max-width:860px){
    .main_public_lic .tabbutton{display: flex; gap: 4px;}
    .main_public_lic .tabcontents ul{padding-right: 4px;}
}
@media (max-width:640px) and (min-width:501px){
    .main_public_lic .plCate .plTit{height: 38px; -webkit-line-clamp: 2;}
}
@media (min-width:501px){
    .main_public_lic .tabbutton button h2{margin-left: 10px;}
    .main_public_lic .plCate .plTit{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;}
    .main_public_lic .plCate .plSub{padding-left: 10px;}
}
@media (max-width:500px){
    .main_public_lic .tabbutton button span{display: none;}
    .main_public_lic .plCate .plDepsItem{border-bottom: 1px solid #ddd;}
    .main_public_lic .plCate .plDepsItem:last-child{border-bottom:0;}
    .main_public_lic .plThumb{display: none;}
}

/* 국가전문기술자격 끝*/

/* 디지털전문자격과정 시작 */
.main_course {padding-top: 4rem; padding-bottom: 3rem; background-color: #fafafa;}
.main_course_list {position: relative;}
.course_slide {border: 0; max-width: 1180px; margin-left: -12px; margin-right: -12px;}
.course_card {
    float: left;
    width: 280px; height: 100%; max-width: 70vw;
    display: flex; flex-direction: column;
    padding: 12px; margin: 0;
}
.course_card>*{
    position: relative;
    border-radius: 10px;
    box-shadow: 1px 1px 7px 1px #aaaaaa;
    overflow: hidden; height: 100%;
    background-color: #fff;
}
.course_card a:hover{
    color:#888;
    transition: 0.5s;
}
.course_card a:hover .card-image {
    opacity: 80%;
    transition: 0.5s;
}
.card-con {
    padding: 20px 12px;
    display: flex; flex-direction: column; justify-content: space-between;
}
.card-image>img {width: 100%;}
.card-image .class_badge{position: absolute; right: 0; padding: 8px 12px;}
.course_header {padding-bottom: 15px;}
.course_header .course_title {display: flex; flex-wrap: wrap; align-items: center; gap:6px; font-size: 1.8rem; font-weight: 700;}
.cousre_title_subtxt {
    font-size: 1.1rem; font-weight: 500;
    line-height: 1.6;
}
.main_class_title>h1,
.main_class_title>h3 {
    line-height: 1.25; font-size: 1.25rem; font-weight: 700;
    display: -webkit-box; text-overflow: ellipsis; overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main_course_content {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    height: 100%;
}
.before_price {
    text-decoration: line-through;
    color:#999;
}
.final_price {font-size: 1.2rem; font-weight: 500;}
/* 디지털전문자격과정 끝 */


.class_badge>*{
    display: inline-block;
    color: #fff;  font-weight: 400; font-size: 0.7rem;
    padding: 4px 8px; border-radius: 6px;
}    
.devel_badge {background-color: #4111f3;}
.new_badge {background-color: #9c11f3;}


.board_zone {
    display: flex; flex-wrap: wrap; justify-content: space-between; align-content: stretch; gap: 20px;
    padding-top: 3rem; padding-bottom: 3rem;
}
.index_new_badge {
    background-color:#421dca;
    color: #fff;
    padding: 0px 12px 2px;
    border-radius: 8px;
    font-size: 25px;
    font-weight: 500; 
}
.board-item1 {
    flex: 2;
}

.board-item2 {
    flex: 1;
    background: no-repeat calc(100% - 20px) calc(100% - 20px);
    background-image: url(/images/main/main-event-background.png);
    box-shadow: 1px 1px 7px 1px #aaaaaa;
}

.board-item3 {
    flex: 1;
    background: no-repeat calc(100% - 20px) calc(100%);
    background-image: url(/images/main/main-call-background.png);
    box-shadow: 1px 1px 7px 1px #aaaaaa;
}


.main_notice {
    width: 90%;
    border: 1px solid #d4d4d4;
    border-radius: 15px;
    box-shadow: 1px 1px 7px 1px #aaaaaa;
    padding: 25px 20px;
}

.main_notice_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #d4d4d4;
}

.main_notice_title h1 {
    font-size: 1.4rem;
    font-weight: 700;
}

.btn_more {
    border: 1px solid;
    padding: 3px 10px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 1rem;
}

.main_notice_con {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 15px;

}

.main_notice_con_title {
    float: left;
    display: inline-block;
    width: 78%;
    font-size: 1rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main_notice_con_time {
    float: right;
    display: inline-block;
    width: 20%;
    font-size: 1rem;
}

.main_event {
    background-color: #d9cffd;
    border-radius: 15px;
    padding: 1.5rem;
}

.main_call {
    background-color: #cfdefd;
    border-radius: 15px;
    padding: 25px;
}

.main_call span {
    font-size: 1rem;
}

.board-item-txt>h1 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 10px;
}

/* 바우처 슬라이드 시작 */
.main_voucher {
    padding-top: 50px; padding-bottom: 50px;
    background-color: #f6f0ff;
}

.main_voucher_con {
    display: flex;
}

.main_voucher_img {
    width: 50%;
    background: no-repeat calc(100% - 20px) calc(100%);
    background-image: url(/images/main/main-voucher-img.png);
    background-size: min(39.9vw, 448px);
    padding-bottom: min(38.3vw, 28rem);
}

.main_voucher_img h1 {
    width: 85%;
    font-size: 2rem;
    font-weight: 700;
    word-break: keep-all;
    margin-bottom: 0.5em;
}

.voucher_slider {
    position: relative;
    width: 44%;
    height: 100%;
    margin-left: 6%;
}

.voucher_slider>.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    display: none;
}

.wrapper {
    width: 100%;
    height: 100%;
}

.voucher-swiper {
    width: 100%;
    height: min(58.6vw, 600px);
    overflow: hidden;
}

.voucher-swiper>.swiper-wrapper>.swiper-slide {
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 15px;
}

.voucher-slide-con {
    display: flex;
    width: 100%;
    height: 100%;
}

.voucher-slide-con h1 {
    font-size: 1.4rem;
    font-weight: 700;

}

.main-voucher-thumb {
    width: 33%;
    margin: 3% 0 3% 3%;
    overflow: hidden;
}

.main-voucher-thumb img {
    width: 100%;
}

.main-voucher-txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 58%;
    margin: 3%;
}

.main-voucher-txt>a {
    color: #fff;
}

.main-voucher-txt>a:hover {
    color: #4111f3;
}

.voucherpack-con {
    font-size: 0.9rem;
    word-break: keep-all;
    line-height: 1.2;
}

.voucherpack-btn {
    display: inline-block;
    background-color: #4111f3;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 2.8rem;
    text-align: center;
}

/* 평생교육바우처 슬라이드 끝 */