@charset "uft-8";
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);

body {
    font-family: 'Spoqa Han Sans Neo', 'sans-serif', Arial, AppleGothic, verdana, helvetica;
    font-size: 9pt;
    letter-spacing: -0.06em;
    line-height: 1.4;
    font-weight: 400;
    color: #969696;
    margin: 0;
    overflow-x: hidden;
}

input,
textarea,
button,
select,
label {
    font-family: 'Spoqa Han Sans Neo', 'sans-serif', Arial, AppleGothic, verdana, helvetica;
    border-radius: 0;
}


/* 메인롤링배너 */
.mailrollBannerWrapper{
    position: relative;
}
.mailrollBanner .slick-dots {
    display: none !important;
}

.mailrollBannerController {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 24px;
    background: linear-gradient(to top, #121212, transparent);
    z-index: 9999;
    display: flex;
    gap: 12px;
    padding: 12px;
}

.mailrollBannerController .mailrollBannerProgress {
    flex: 1;
    height: 3px;
    background: #5a5a5a;
    margin-top: 10px;
    overflow: hidden;
}

.mailrollBannerController .progress-bar {
    display: block;
    height: 100%;
    width: 0;
    background: #E0E0E0;
    transition: width 0.35s ease;
}

.mailrollBannerController .mailrollBannerNumberPager {
    color: #878787;
}

.mailrollBannerController .mailrollBannerNumberPager .active {
    color: #fff;
}

/* 퀵아이콘 */
.mainQuickIcon {
    padding: 48px 8px 0 8px;
    background-color: #121212;
}

.mainQuickIcon ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 0;
}

.mainQuickIcon li {
    width: 20%;
    text-align: center;
}

.mainQuickIcon li .ico {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    margin: 0 auto 4px auto;
    background-color: #595959;
}

.mainQuickIcon li .txt {
    color: #e0e0e0;
    font-size: 13px;
    letter-spacing: -0.8px;
}

@media screen and (min-width:400px) {
    .mainQuickIcon li .txt {
        font-size: 14px;
        letter-spacing: 0px;
    }
}

/* 섹션타이틀, 전체보기 */
.main_section_tit {
    margin: 0 0 16px 16px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.main_section_more {
    position: absolute;
    top: 68px;
    right: 20px;
}

.main_section_more a {
    font-size: 13px;
    color: #c5c5c5;
}

.main_section_more a::after {
    content: " >";
    display: inline-block;
    vertical-align: top;
    margin: 0px 0 0 8px;
}

/* 국비과정 */
.main_hrd_wrap {
    position: relative;
    padding: 64px 0 0 0;
    background-color: #121212;
}

.main_hrd_wrap .main_hrd_slide {
    padding: 0 12px;
}
.main_hrd_wrap .main_hrd_slide .slick-track{
    display: flex;
    align-items: stretch;
}

.main_hrd_wrap .main_hrd_slide .slide_card {
    position: relative;
    float: none;
    width: 80vw;
    max-width: 360px;
    padding: 0 4px;
    height: auto;
}
.main_hrd_wrap .main_hrd_slide .slide_card .slide-inner{   
    height: 100%;
    background-color: #252525;
}

.main_hrd_wrap .main_hrd_slide .slide_card .photo {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.main_hrd_wrap .main_hrd_slide .slide_card .text {
    padding: 12px 12px 64px 12px;
    border-radius: 0 0 8px 8px;
}

.main_hrd_wrap .main_hrd_slide .slide_card .tag {
    padding: 0px 0 12px 0;
    border-bottom: 1px solid #414141;
}

.main_hrd_wrap .main_hrd_slide .slide_card .tag span {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
    border-radius: 4px;
    margin-right: 4px;
    line-height: 26px;
    font-size: 13px;
}

.main_hrd_wrap .main_hrd_slide .slide_card .bg-gradiunt {
    background: linear-gradient(to right, #FF69F0, #ACAEF1);
    color: #fff;
}

.main_hrd_wrap .main_hrd_slide .slide_card .tag .bg-gray {
    background-color: #4d4d4d;
    color: #C8C8C8;
}

.main_hrd_wrap .main_hrd_slide .slide_card .name {
    padding: 12px 0 0 0;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}

.main_hrd_wrap .main_hrd_slide .slide_card .hash {
    padding: 4px 0 12px 0;
    color: #969696;    
    font-size: 14px;
}

.main_hrd_wrap .main_hrd_slide .slide_card .btn {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 12px;
    padding: 0 10px 2px;
    border: 1px solid transparent;
    border-radius: 8px;
    background:
        linear-gradient(#252525, #252525),
        linear-gradient(to right, #FF69F0, #ACAEF1);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    color: #ED78F0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 42px;
    cursor: pointer;
}

/* 교육과정 */
.main_hrd2_wrap {
    position: relative;
    padding: 64px 0 0 0;
    background-color: #121212;
}

.main_hrd2_wrap .main_hrd2_list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 8px;
    padding: 0 16px;
}

.main_hrd2_wrap .main_hrd2_list li .photo {
    margin-bottom: 8px;
    border-radius: 8px;
    overflow: hidden;
}

.main_hrd2_wrap .main_hrd2_list li .photo img,
.main_hrd2_wrap .main_hrd2_list li .photo video {
    width: 100%;
    height: 48vw;
    max-height: 360px;
    object-fit: cover;
    vertical-align: top;
}

.main_hrd2_wrap .main_hrd2_list li .name {
    text-align: center;
    font-size: 15px;
    color: #fff;
}

/* 국비 신청조건 조회 모달 */
.hrd-form{
    position: fixed;
    top: 50%;
    left: 24px;
    right: 24px;
    transform: translateY(-60%);
    display: none;
    z-index: 11000;
}
.main-qna-modal-wh{
    border-radius: 8px;
    padding: 24px 20px;
    background-color: #fff;
}
.main-qna-modal-wh .branch,
.main-qna-modal-wh .lecture{
    position: absolute;
    top: -99999px;
    left: -999999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}
.main-qna-modal-wh .name{
    margin-bottom: 24px;
}
.main-qna-modal-wh dt{
    margin-bottom: 8px;
    font-size: 15px;
    color: #1e1e1e;
}
.main-qna-modal-wh dt::after{
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 4px;
    height: 4px;
    margin-left: 4px;
    margin-top: 8px;
    border-radius: 50%;
    background: #6400FF;
}
.main-qna-modal-wh dd span{
    display: block;
}
.main-qna-modal-wh .name input,
.main-qna-modal-wh .phone select,
.main-qna-modal-wh .phone input{
    width: 100%;
    height: 40px;
    border: 0;
    padding: 0 12px;
    color: #333;
    background-color: #ebebeb;
}
.main-qna-modal-wh .phone select{
    -webkit-appearance: none;
    appearance: none;
    background: #ebebeb url(/m/img/sub/inputselect_selectbg.png) no-repeat right 0 center/24px 100%;
}
.main-qna-modal-wh .phone .ph1{
    width: 64px;
}
.main-qna-modal-wh .phone .ph2{
    flex: 1;
}
.main-qna-modal-wh .phone .inputbar{
    width: 8px;
    height: 1px;
    background-color: #777;
    opacity: 0.5;
    margin: 0 4px;
}
.main-qna-modal-wh .agree_t{
    margin: 8px 0 32px 0;
}
.main-qna-modal-wh .agree_t .inputset{
    font-size: 12px;
    background-color: transparent;
}
.main-qna-modal-wh .rsbox a{
    display: block;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
    background: #6400FF;
}


/* 과정조회하기 */
.main2 .lecture-total-frmset .section.liccoast{
    padding: 64px 0 0 0;
    margin-top: 0;
    background-color: #121212;
}
.main2 .lecture-total-frmset .section.liccoast .quickInquary{
    background-color: #121212;
}
.main2 .lecture-total-frmset .section.liccoast .subject-set{
    margin-top: 0;
    padding: 0 16px;
}
.main2 .lecture-total-frmset .section.liccoast .subject-set .subject.grid2{
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: linear-gradient(45deg, #1f1f1f, #414141);
    border-radius: 8px;
    padding: 20px;
}
.main2 .lecture-total-frmset .section.liccoast .coast-inquery-list{
    position: static;
}
.main2 .lecture-total-frmset .section.liccoast .coast-inquery-list > li{
    border: 0;
    height: auto;
    margin: 0 0 24px 0;
}
.main2 .lecture-total-frmset .coast-inquery-list > li:first-child,
.main2 .lecture-total-frmset .coast-inquery-list > li:nth-child(2){
    opacity: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: -99999px;
    left: -999999px;
}
.main2 .lecture-total-frmset .section.liccoast .coast-inquery-list > li:last-child{
    margin-bottom: 0;
}
.main2 .lecture-total-frmset .section.liccoast .coast-inquery-list > li .d2{
    display: block;
}
.main2 .lecture-total-frmset .section.liccoast .coast-inquery-list > li .d2 dt{
        margin-bottom: 8px;
        padding: 0;
        font-family: inherit;
        transform: none;
        font-size: 15px;
        font-weight: 400;
        color: #fff;
}
.main2 .lecture-total-frmset .section.liccoast .coast-inquery-list > li .d2 dt::after{
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 4px;
    height: 4px;
    margin-left: 4px;
    margin-top: 8px;
    border-radius: 50%;
    background: linear-gradient(to right, #947ef4, #f545ff);
}
.main2 .lecture-total-frmset .section.liccoast .coast-inquery-list > li .d2 dd{
    padding: 0;
}
.main2 .lecture-total-frmset .section.liccoast .coast-inquery-list > li .d2 dd::before{
    display: none;
}

.main2 .lecture-total-frmset .section.liccoast .coast-inquery-list > .name .d2 dd .inputset{
    width: 100%;
    height: 48px;
    border: 0;
    border-radius: 8px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.15);
}
.main2 .lecture-total-frmset .section.liccoast .coast-inquery-list > .name .d2 dd .inputset input{
    width: 100%;
    height: 100%;
    border: 0;
    color: #fff;
    padding: 0 12px;
}
.main2 .lecture-total-frmset .section.liccoast .coast-inquery-list > li .d2 dd .inputset{
    height: 48px;
    border: 0;
    border-radius: 8px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.15);
}
.main2 .lecture-total-frmset .section.liccoast .coast-inquery-list > li .d2 dd #coast-inquery-call .inputset input{
    height: 100%;
    border: 0;
    color: #fff;
    padding: 0 12px;
}
.main2 .lecture-total-frmset .section.liccoast .coast-inquery-list > li .d2 dd #coast-inquery-call .inputbar{
    width: 8px;
    background-color: #fff;
    opacity: 0.5;
    margin: 0 4px;
}
.main2 .lecture-total-frmset .section.liccoast .coast-inquery-list > li .d2 dd #coast-inquery-call .inputset select{
    height: 48px;
    color: #fff;
}
.main2 .lecture-total-frmset .section.liccoast .rsbox a{
    display: block;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 48px;
    background: linear-gradient(to right, #947ef4, #f545ff);
}
.main2 .lecture-total-frmset .section.liccoast .agree_t{
    margin: 8px 0 32px 0;
}
.main2 .lecture-total-frmset .section.liccoast .agree_t .inputset{
    font-size: 12px;
    background-color: transparent;
}

/* 포트폴리오  */
.main_portfolio {
    position: relative;
    padding: 64px 0 0 0;
    background-color: #121212;
}

.main_portfolio .m_ptlist {
    padding: 0 8px;
}

.main_portfolio .m_ptlist .m_ptlist_card {
    width: 268px;
    padding: 0 8px;
}

.main_portfolio .m_ptlist .m_ptlist_card .simg {
    display: block;
    height: 240px;
    background-color: #eee;
    border-radius: 8px;
    overflow: hidden;
}

.main_portfolio .m_ptlist .m_ptlist_card .simg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_portfolio .m_ptlist .m_ptlist_card .txt {
    display: block;
    padding: 12px;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

/* 수강생 리뷰 */
.main_review {
    position: relative;
    padding: 64px 0 0 0;
    background-color: #121212;
}
#wrapper.newtype.lecture-total-frmset .section.archive{
    padding: 0 8px;
}

/* 수강생 인터뷰 */
.main_interview {
    position: relative;
    padding: 64px 0 0 0;
    background-color: #121212;
}
.main_interview .realStoryMBody .realStory-slide{
    padding: 0 11px;
}

.main_interview .realStoryMBody .realStory-slide .swiper-slide .stu-title {
    width: auto;
    padding: 12px;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

/* 자격증 축하 */
.main_pass_test {
    position: relative;
    padding: 64px 0 0 0;
    background-color: #121212;
}

.n_main_license_wrap .n_main_license_list {
    border: 1px solid rgba(96, 96, 96, .7);
    border-width: 1px 0
}

.n_main_license_wrap .n_main_license_list>li {
    padding: 16px 13px 16px 13px;
    font-size: 9pt;
}

.n_main_license_wrap .n_main_license_list>li+li {
    border-top: 1px solid rgba(96, 96, 96, .7);
}

.n_main_license_wrap .n_main_license_list>li .licstat_outer {
    display: flex;
    align-items: center;
}

.n_main_license_wrap .n_main_license_list>li .licstat_outer .tit {
    display: block;
    width: 120px;
    float: left;
    color: #cbcbcb;
    font-weight: 700;
    letter-spacing: -0.05em;
}

.n_main_license_wrap .n_main_license_list>li .licstat_outer .subject {
    display: block;
    flex: 1;
    letter-spacing: 0;
    color: #e0e0e0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 1%;
    letter-spacing: -0.5px;
}

.n_main_license_wrap .n_main_license_list>li .licstat_outer .heart {
    margin-left: 3px
}

.n_main_license_wrap .n_main_license_list>li .licstat_outer .hit {
    margin-left: 5px
}

.n_main_license_wrap .n_main_license_list>li .licstat_outer .hit img {
    width: 90%
}

/* 중간배너 */
.main_middle_banner{
    padding: 64px 0 0 0;
    background-color: #121212;
}

/* 세미나 */
.main_seminar_wrap {
    position: relative;
    padding: 64px 0 0 0;
    background-color: #121212;
}

.main_seminar_wrap .newMainSeminarwrap {
    padding: 0 4px;
}

.main_seminar_wrap .newMainSeminarwrap .seminarBox {
    width: 268px;
    padding: 0 4px;
}

.main_seminar_wrap .newMainSeminarwrap .seminarBox a {
    display: block;
    background-color: #252525;
    overflow: hidden;
}

.main_seminar_wrap .newMainSeminarwrap .seminarBox img {
    width: 100%;
    height: auto;
    border-radius: 4px 4px 0 0;
}

.main_seminar_wrap .newMainSeminarwrap .seminarBox .seminarTxtWrap {
    text-align: center;
}

.main_seminar_wrap .newMainSeminarwrap .seminarBox .seminarTxtWrap span{
    color: #fff;
    font-size: 15px;
}

/* 학원시설 */
.main_interrer {
    position: relative;
    padding: 64px 0 0 0;
    background-color: #121212;
}

.interrer .slick-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 2px;
    position: absolute;
    bottom: 16px;
    left: 0px;
}

.interrer .slick-dots li {
    display: inline-block;
    width: 15px;
    height: 2px;
    margin: 0px 2px;
    background-color: #b2b2b2;
}

.interrer .slick-dots li.slick-active {
    background-color: #222;
}


/* 팝업 */
.main-popup, .main-popup-qna, .main-qna-pay, .main-qna-schedule{
    position: fixed;
    top: 50%;
    left: 24px;
    right: 24px;
    transform: translateY(-60%);
    z-index: 11000;
}
.main-popup, .main-popup-qna, .main-qna-pay, .main-qna-schedule{
    display: none;
}
.main-popup .popup-box{
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    color: #121212;
}
.main-popup .popup-box .photo img{
    width: 100%;
    height: auto;
}
.main-popup .popup-box .text{
    padding: 20px;
    text-align: center;
}
.main-popup .popup-box .text .popup-title{
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
}
.main-popup .popup-box .text .popup-desc{
    margin-bottom: 16px;
    font-size: 15px;
}
.main-popup .popup-box .text .popup-btn{
    display: flex;
    gap: 8px;
}
.main-popup .popup-box .text .popup-btn button{
    flex: auto;
    height: 48px;
    border-radius: 8px;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
}
.main-popup .popup-box .text .popup-btn .open-qna{
    background-color: #6200ea;
}
.main-popup .popup-box .text .popup-btn .close-popup{
    background-color: #828282;
}
.popup-today {
    margin-top: 8px;
}
.popup-today input{
    vertical-align: top;
    width: 13px;
    height: 13px;
}
.popup-today label{
    color: #ddd;
    font-size: 13px;
}
.popup-close{
    position: absolute;
    top: 0px;
    right: 0px;
}
.popup-close img{
    width: 48px;
    height: auto;
}

.main-qna-modal-wh.wh2{
    padding-top: 36px;
}
.main-qna-modal-wh.wh2 .popup-today{
    position: absolute;
    left: 0;
    bottom: -28px;
}