#mainContents {
    width: 100%;
    /* min-height: 200vh; */
    overflow: hidden;
}
#Wrap {
    height: 100%;
}
/* #mainContents .mainBG {
    background-color: #EFF7FF;
    background-size: 50px;
    padding: 70px 350px 0px;
} */
#mainContents .mainBG {
    width: 100%;
    background-color: #2AA197;
    background-image: url('/@resource/images/common/flex/png/bgCardCircle.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
    /* background-size: 50px; */
    padding: 70px 350px 0px;
}

#mainContents .mainBG .contentBox {
    width: 100%;
    max-width: 1156px;
    margin: 0px auto;
    /* padding: 40px 0px 100px; */
}

#mainContents .mainBG ul h4 {
    font-size: 3.2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    word-break: keep-all;
}

#mainContents .mainBG ul p {
    font-size: 2rem;
    color: #fff;
}


/*============================================*/
#mainContents article {width: 1200px;margin: 0 auto;}
#mainContents .myboardWrap {width: 100%; display: flex; flex-wrap: wrap;justify-content: space-between;margin-top:-120px;}

/* myboard */
#mainContents .myboard {width: 60%; margin-right: 10px; background-color: #f5f5f5;padding: 4.8rem;    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);}
#mainContents .my_tit {font-size: 2rem;font-weight: 600;}

#mainContents .my_message {display: flex;align-items: center; margin-top: 2%;}
#mainContents .my_message .time {
    width: 24px;
    height: 24px;
    margin-right: 2%;
    background: url(/@resource/images/common/flex/svg/ico_time.svg) no-repeat;
}
#mainContents .my_message >div {margin-right: 2%;width: 50%;}
#mainContents .my_message p {font-size: 1.6rem;}
#mainContents .my_message .mybtn {
    background-color: #3366FF;
    display: flex;
    align-items: center;
    padding: 0.8rem 2.4rem;
    margin-left: auto;
}
#mainContents .my_message .mybtn > a {font-size: 1.6rem;color: #fff;}
#mainContents .my_stuTime {
    width: 100%;
    background-color: #fff;
    margin-top: 3%;
    padding: 5%;
    display: flex;
    justify-content: space-around;
}
#mainContents .my_stuTime .line {border-right: 2px solid #ddd;padding: 0;}
#mainContents .my_stuTime div {
    padding: 0 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
#mainContents .my_stuTime div:last-child {border: none;}
#mainContents .my_stuTime div h6 {font-size: 2.4rem;}
#mainContents .my_stuTime div p {font-size: 1.6rem;}

/* 수강율 */
#mainContents .myboard_R {
    width: 39%;
    padding: 4.8rem 3%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    background-color:#fff;
}
#mainContents .myboard_R .my_Dday {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 4%;
    margin-bottom: 6%;
    border-bottom: 1px solid #f5f5f5;
}

span.Nday { 
    background-color: #fff;
    border: 1px solid #000;    
}

span.dday {
    background-color: #000;
    color: #fff;    
}

span.dEND {
    background-color: #f5f5f5;padding: 0 16px; border: 1px solid #ddd;
}


#mainContents .myboard_R .my_Dday .dday {background-color: #232323;color: #fff;}
#mainContents .myboard_R .my_Dday .end {background-color: #f5f5f5;padding: 0 16px; border: 1px solid #ddd;}
#mainContents .myboard_R .my_Dday div {
    padding: 0 8px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #232323;
    border-radius: 30px;
    font-size: 1.4rem;
    margin-right: 2%;
}
#mainContents .myboard_R .my_Dday span.ddaybox {
    padding: 0 8px;
    min-width: 58px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    border: 1px solid #232323;
    border-radius: 30px;
    font-size: 1.4rem;
    margin-right: 2%;
}
#mainContents .myboard_R .my_Dday p {font-size: 1.6rem;}
#mainContents .myboard_R .my_Dday p span {font-size: 1.6rem;}

#mainContents .myboard_R .my_course {display: flex; justify-content: space-between;margin-bottom: 10%;}
#mainContents .myboard_R .my_course .course_L, .course_R {display: flex;align-items: center;}
#mainContents .myboard_#studyR .my_course .course_L h6, .course_R p {font-size: 1.8rem;font-weight: 600; margin-right: 5px;}
#mainContents .myboard_R .my_course .course_R .warning {cursor: pointer;}
#mainContents .myboard_R .my_course .course_L h6 {font-size: 1.6rem;}
#mainContents .myboard_R .my_course .course_L p {font-size: 1.6rem;}

#mainContents .myboard_R .my_courseLine {width: 100%;}
/*#mainContents .myboard_R .my_courseLine .pin {width: 58%;animation: stack 2s 1;}*/
#mainContents .progress-bar {width: 100%;height: 10px;border-radius: 30px; background-color: #f5f5f5;}
#mainContents .progress {width: 0;height: 10px;border-radius: 30px;background-color: #3366FF;/*animation:stack 2s 1;*/ }
#mainContents .progress:not(.myprogress) {width: 30%;height: 10px;border-radius: 30px;background-color: #3366FF;/*animation:stack 2s 1;*/ }
@keyframes stack {
    /*
    0% {width: 0%;}
    100%{width: 30%;}
    */
}



/*============================================*/
/* 중간박스 */
/* #mainContents .cradSection {
    padding-bottom: 60px;
} */
#mainContents .cradSection {
  display:none;
} 


#mainContents .boxwrap {
    width: 100%;
    max-width: 1156px;
    padding: 0px 20px;
    box-sizing: content-box;
    margin: 0px auto;
}

#mainContents .conWrap {
    display: flex;
    margin-top: -36px;
}

#mainContents .conWrap li {
    width: 33.33%;
    padding: 28px;
    border-radius: 8px;
    border: solid 1px #ddd;
    background-color: #fff;
    transition: all 0.2s ease-in 0s;
    cursor: pointer;
}

#mainContents .conWrap li + li {
    margin-left: 20px;
}

#mainContents .conWrap li:hover {
    border: 1px solid #3366ff;
}

#mainContents .conWrap li .topSpot {
    display: flex;
    margin-bottom: 7px;
}

#mainContents .conWrap li .topSpot .link {
    margin-left: auto;
}

#mainContents .conWrap li .tit {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
}

#mainContents .conWrap li .sub {
    margin-top: 4px;
    font-size: 16px;
    line-height: 28px;
}
/* 박스아이콘 */
.topSpot i {
    width: 40px;
    height: 40px;
    overflow: hidden;
}
.topSpot i img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/* ======================================================== */
#mainContents .wrap {
    width: 1300px;
    margin: 0 auto;
    /* overflow: hidden; */
}
#notice {
    width: 100%;
    /* height: 100vh; */
    max-width: 100% !important;
    box-sizing: content-box;
}
/* #mainContents .myboardWrap {width: 100%; display: flex; flex-wrap: wrap;justify-content: space-between;}
.myboardWrap {position: relative;} */

.slick-list.draggable {
    width: 90%;
    margin: 0 auto;
}

/* 필수 온라인과정 */
#study {
    padding-top: 70px;
}
#study.studyIng {
    position: relative;
    margin: 0 0 40px;
}
#study.studyIng.comp {
    margin: 0;
}
#study > h5 {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 70px 0 0 75px;
}
#study > h5 > span {
    font-size: 2.2rem;
    font-weight: 700;
    color: #3366ff;
}

.thumb_txt {
    margin-left: 5px;
}
.thumb_title {
    margin-left: 5px;
}
.Erunning .eduWrap {
    margin-left: 5px;
}

/* 공지사항 */
/* .noticeWrap {} */
.noticeWrap {
    width: 90%;
    margin: 70px auto;
}

.noticeWrap > div {
    display: flex;
    justify-content: space-between;
    margin: 140px 0 0px;
    padding: 0 0 24px;
    border-bottom: 1px solid #f5f5f5;
}

.noticeWrap > div h5 {
    font-size: 2.2rem;
    font-weight: 700;
}

.noticeWrap > div p {
    color: #bcbcbc;
    font-size: 1.6rem;
    text-decoration: underline;
    cursor: pointer;
}
.noticeWrap > div p:hover {
    font-weight: 700;
}

.noticeList li {
    display: flex;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5;
    padding: 22px 0;
}
.noticeList li a {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.noticeList li span {
    font-size: 1.6rem;
    color: #707070;
}
.noticeList li p {
    font-size: 1.8rem;
    margin-left: 24px;
}
.noticeList li p:hover {
    font-weight: 700;
}

/* =================== 팝업 ======================== */
.modalBg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
#warningPOP ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#warningPOP {
    position: absolute;
    top: 33%;
    left: 66%;
    width: 280px;
    padding: 16px;
    border: 1px solid #707070;
    border-radius: 10px;
    background-color: #fff;
    display: none;
}
#warningPOP .warningTxt {
    width: 215px;
    font-size: 1.4rem;
}
#warningPOP .delete {
    cursor: pointer;
}

/* settingPOP */
#settingPOP {
    width: 576px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: none;
    position: fixed;
}
#settingPOP ul {
    padding: 32px 32px;
}
#settingPOP .settingTxt {
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #f5f5f5;
}
#settingPOP .settingTxt h1 {
    font-size: 3.2rem;
}
#settingPOP .settingTxt h5 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-top: 8px;
}
#settingPOP .settingTxt p {
    font-size: 1.6rem;
    margin-top: 8px;
    color: #bcbcbc;
}

#settingPOP .settingTeg {
    margin-top: 44px;
}
#settingPOP .settingTeg p {
    font-size: 2.2rem;
    font-weight: 600;
    color: #3366ff;
}
#settingPOP .Teg {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
}
#settingPOP .I_con {
    height: 36px;
    line-height: 36px;
    padding: 0px 16px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 1.6rem;
    font-weight: 600;
    color: #777;
    margin: 8px 4px 0 0;
    border-radius: 30px;
    cursor: pointer;
}
.settingON {
    background-color: #3366ff !important;
    border: none;
    color: #fff !important;
    font-weight: 700;
}
#settingPOP .saveBtn {
    cursor: pointer;
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #3366ff;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    margin: 100px auto 0;
}
#settingPOP .saveBtn:hover {
    background-color: #245dea;
}

/* moviePOP */

/* 스크롤바 */
#moviePOP > ul::-webkit-scrollbar {
    width: 6px;
}
#moviePOP > ul::-webkit-scrollbar-thumb {
    height: 30%;
    background: #bcbcbc;
    border-radius: 10px;
}
#moviePOP > ul::-webkit-scrollbar-track {
    background: none;
}

/* 묶음영상 */
#moviePOP .movieWrap_tit h5 {
    font-size: 2.4rem;
    font-weight: 600;
}

/* 썸네일 */
#moviePOP .thumbnail {
    width: 100%;
    position: relative;
}
#moviePOP .thumbnail .thumb_photo {
    width: 100%;
    /* height: 152px; */
    border-radius: 5px;
    overflow: hidden;
    filter: brightness(50%);
}
#moviePOP .thumbnail .thumb_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}
#moviePOP .thumbnail .thumb_play {
    position: absolute;
    top: 50px;
    left: 46%;
    width: 0;
    height: 0;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    border-left: 30px solid #fff;
    border-right: 30px solid transparent;
}
#moviePOP .thumbnail .thumb_tiem {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: #232323;
    padding: 3px 5px;
    border-radius: 2px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
}
#moviePOP .thumb_title {
    width: 60%;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2rem;
    margin-left: 2%;
}

#mainContents .myboard_Mo {
    display: none;
}

@media only screen and (max-width: 1440px) {
    #study.studyIng .prev.icon {
        position: absolute;
        left: -5.6%;
        top: 50%;
    }
    #study.studyIng .next.icon {
        position: absolute;
        right: -5.6%;
        top: 50%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #mainContents {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    #mainContents article {
        width: 90%;
        margin: 0 auto;
        border: 1px solid sandybrown;
    }
    #mainContents .myboard {
        width: 55%;
        background-color: #f7f7f7;
        padding: 3rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    #mainContents .my_stuTime div {
        padding: 0 5%;
    }
    #mainContents .myboard_R {
        width: 43%;
        padding: 4.8rem 3%;
    }

    #mainContents .my_message > div {
        width: 63%;
    }
    #mainContents .my_message p {
        font-size: 1.5rem;
    }

    /* 슬라이드 버튼 */
    #study.studyIng .prev.icon {
        position: absolute;
        left: -5.6%;
        top: 48%;
    }
    #study.studyIng .next.icon {
        position: absolute;
        right: -5.6%;
        top: 48%;
    }

    /* 슬라이드 버튼 */
    #study.recommend .prev.icon {
        position: absolute;
        left: -5.6%;
        top: 8%;
    }
    #study.recommend .next.icon {
        position: absolute;
        right: -5.6%;
        top: 8%;
    }

    /* 슬라이드 버튼 */
    #study.new .prev.icon {
        position: absolute;
        left: -5.6%;
        top: 22%;
    }
    #study.new .next.icon {
        position: absolute;
        right: -5%;
        top: 22%;
    }

    /* 슬라이드 버튼 */
    #study.TOPedu .prev.icon {
        position: absolute;
        left: -5.6%;
        top: 46%;
    }
    #study.TOPedu .next.icon {
        position: absolute;
        right: -5%;
        top: 46%;
    }

    #keywordWrap {
        padding: 5%;
    }
    #keywordWrap > div {
        width: 100%;
        margin-top: 2%;
    }
    #keywordWrap .AItegBtn div {
        cursor: pointer;
    }

    /* ======================== ai태그 ui ========================================================== */
    /* 심플타입 */
    #study .Simple {
        width: 100%;
    }
    #study .Simple .thumbnail {
        width: 100%;
        overflow: hidden;
    }

    /* #keywordWrap .AIteg {width: 128%;} */
    #keywordWrap .AItegBtn .prev {
        top: 135px;
        left: 4%;
    }
    #keywordWrap .AItegBtn .next {
        top: 135px;
        left: 92%;
    }
}

@media only screen and (max-width: 768px) {
}

@media only screen and (min-width: 359px) and (max-width: 361px) {
    #mainContents {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    #mainContents .mainBG {
        padding: 20px;
        height: 236px;
    }
    /* 박스 */
    #mainContents .mainBG .contentBox {
        padding: 40px 0;
    }
    #mainContents .boxwrap {
        width: 90%;
        padding: 0;
    }
    #mainContents .conWrap {
        flex-wrap: wrap;
    }
    #mainContents .conWrap li {
        width: 100%;
    }
    #mainContents .conWrap li + li {
        margin: 20px 0 0;
    }
    #mainContents article {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 30%;
    }

    /* 과정 */
    #mainContents .wrap {
        width: 100%;
    }
    #mainContents .boxwrap.MO {
        width: 100%;
    }
    #study > h5 {
        margin-left: 28px;
    }
    #study {
        padding: 0;
    }
    .study {
        padding: 0 !important;
    }
    #study.studyIng {
        margin: 140px 0 40px;
    }
    #study .studyWrap {
        width: 90%;
    }
    #study .study.Simple {
        width: 176px;
    }

    /* 공지사항 */
    .noticeList li {
        flex-direction: column;
        height: auto;
        margin: 0;
        padding: 10px;
    }
    .noticeList li p {
        margin: 0;
    }
    .noticeList li a {
        display: block;
        align-items: center;
        flex-direction: row-reverse;
    }

    /* popup */
    #moviePOP .thumbnail .thumb_play {
        top: 30px;
        border-bottom: 15px solid transparent;
        border-top: 15px solid transparent;
        border-left: 25px solid #fff;
        border-right: 25px solid transparent;
    }
    #moviePOP .thumb_title {
        margin-left: 16px;
    }
    #settingPOP {
        width: 95%;
        overflow: scroll;
    }
    #settingPOP ul {
        padding: 32px 15px;
    }
    /* a#topBtn {bottom: 64px;} */

    #settingPOP .settingTeg p {
        font-size: 1.8rem;
    }
    #settingPOP .I_con {
        height: 28px;
        line-height: 28px;
        padding: 0 8px;
        font-size: 1.4rem;
    }
    #settingPOP .settingTeg {
        margin-top: 30px;
    }
    #settingPOP .Teg {
        margin-top: 16px;
    }
    #settingPOP .saveBtn {
        width: 100%;
        margin: 32px 0 0;
    }
    #warningPOP {
        position: absolute;
        top: 60%;
        left: 26%;
        display: none;
    }
}

@media only screen and (min-width: 362px) and (max-width: 380px) {
    #mainContents {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
    #mainContents .mainBG {
        padding: 20px;
        height: 236px;
    }
    /* 박스 */
    #mainContents .mainBG .contentBox {
        padding: 40px 0;
    }
    #mainContents .boxwrap {
        width: 90%;
        padding: 0;
    }
    #mainContents .conWrap {
        flex-wrap: wrap;
    }
    #mainContents .conWrap li {
        width: 100%;
    }
    #mainContents .conWrap li + li {
        margin: 20px 0 0;
    }
    #mainContents article {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 30%;
    }

    /* 과정 */
    #mainContents .wrap {
        width: 100%;
    }
    #mainContents .boxwrap.MO {
        width: 100%;
    }
    #study > h5 {
        margin-left: 28px;
    }
    #study {
        padding: 0;
    }
    .study {
        padding: 0 !important;
    }
    #study.studyIng {
        margin: 140px 0 40px;
    }
    #study .studyWrap {
        width: 90%;
    }
    #study .study.Simple {
        width: 176px;
    }

    /* 공지사항 */
    .noticeList li {
        flex-direction: column;
        height: auto;
        margin: 0;
        padding: 10px;
    }
    .noticeList li p {
        margin: 0;
    }
    .noticeList li a {
        display: block;
        align-items: center;
        flex-direction: row-reverse;
    }

    /* popup */
    #moviePOP .thumbnail .thumb_play {
        top: 30px;
        border-bottom: 15px solid transparent;
        border-top: 15px solid transparent;
        border-left: 25px solid #fff;
        border-right: 25px solid transparent;
    }
    #moviePOP .thumb_title {
        margin-left: 16px;
    }
    #settingPOP {
        width: 95%;
        overflow: scroll;
    }
    #settingPOP ul {
        padding: 32px 15px;
    }
    /* a#topBtn {bottom: 64px;} */

    #settingPOP .settingTeg p {
        font-size: 1.8rem;
    }
    #settingPOP .I_con {
        height: 28px;
        line-height: 28px;
        padding: 0 8px;
        font-size: 1.4rem;
    }
    #settingPOP .settingTeg {
        margin-top: 30px;
    }
    #settingPOP .Teg {
        margin-top: 16px;
    }
    #settingPOP .saveBtn {
        width: 100%;
        margin: 32px 0 0;
    }
    #warningPOP {
        position: absolute;
        top: 60%;
        left: 26%;
        display: none;
    }
}

@media only screen and (min-width: 376px) and (max-width: 480px) {
    #mainContents {
        width: 100%;

        margin: 0 auto;
        overflow: hidden;
    }
    #mainContents .mainBG {
        padding: 20px;
        height: 236px;
    }
    /* 박스 */
    #mainContents .mainBG .contentBox {
        padding: 40px 0;
    }
    #mainContents .boxwrap {
        width: 90%;
        padding: 0;
    }
    #mainContents .conWrap {
        flex-wrap: wrap;
    }
    #mainContents .conWrap li {
        width: 100%;
    }
    #mainContents .conWrap li + li {
        margin: 20px 0 0;
    }
    #mainContents article {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 30%;
    }

    /* 과정 */
    #mainContents .wrap {
        width: 100%;
    }
    #mainContents .boxwrap.MO {
        width: 100%;
    }
    #study > h5 {
        margin-left: 28px;
    }
    #study {
        padding: 0;
    }
    .study {
        padding: 0 !important;
    }
    #study.studyIng {
        margin: 140px 0 40px;
    }
    #study .studyWrap {
        width: 90%;
    }
    #study .study.Simple {
        width: 176px;
    }

    /* 공지사항 */
    .noticeList li {
        flex-direction: column;
        height: auto;
        margin: 0;
        padding: 10px;
    }
    .noticeList li p {
        margin: 0;
    }
    .noticeList li a {
        display: block;
        align-items: center;
        flex-direction: row-reverse;
    }

    /* popup */
    #moviePOP .thumbnail .thumb_play {
        top: 30px;
        border-bottom: 15px solid transparent;
        border-top: 15px solid transparent;
        border-left: 25px solid #fff;
        border-right: 25px solid transparent;
    }
    #moviePOP .thumb_title {
        margin-left: 16px;
    }
    #settingPOP {
        width: 95%;
        overflow: scroll;
    }
    #settingPOP ul {
        padding: 32px 15px;
    }
    /* a#topBtn {bottom: 64px;} */

    #settingPOP .settingTeg p {
        font-size: 1.8rem;
    }
    #settingPOP .I_con {
        height: 28px;
        line-height: 28px;
        padding: 0 8px;
        font-size: 1.4rem;
    }
    #settingPOP .settingTeg {
        margin-top: 30px;
    }
    #settingPOP .Teg {
        margin-top: 16px;
    }
    #settingPOP .saveBtn {
        width: 100%;
        margin: 32px 0 0;
    }
    #warningPOP {
        position: absolute;
        top: 60%;
        left: 26%;
        display: none;
    }
}

@media only screen and (min-width: 400px) and (max-width: 421px) {
    #Simple .AIstudy {
        grid-template-columns: repeat(auto-fill, minmax(156px, 1fr));
    }
    #study .study.Simple {
        width: 156px;
    }
}
@media only screen and (min-width: 375px) and (max-width: 399px) {
    #Simple .AIstudy {
        grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
    }

    #study .study.Simple {
        width: 145px;
    }
}
