/***contents***/
.icon1 {
    background: url("/images/contents/icon_dot_v.png") no-repeat left 11px;
    background-size: 0.23rem;
    padding-left: 0.6rem;
}


/*titicon*/
.tit_icon1 {
    background: url("/images/contents/icon1.gif") no-repeat 3px top;
    background-size: 0.7rem;
    padding-top: 0.6rem;

}

.tt_icon1 {
    background: url("/images/contents/icon_dot1_black.png") no-repeat left 10px;
    background-size: 0.21rem;
    line-height: 1.45rem;
}

.tt_icon1_r {
    background: url("/images/contents/icon_dot1_black.png") no-repeat right 10px;
    background-size: 0.21rem;
    line-height: 1.45rem;
}

@media (max-width: 1024px) {
    .tt_icon1_r {
        background: url("/images/contents/icon_dot1_black.png") no-repeat left 10px;
        background-size: 0.21rem;
        line-height: 1.45rem;
    }
}


.tt_icon2 {
    background: url("/images/contents/icon_dot_v.png") no-repeat left 10px;
    background-size: 0.25rem;
    padding-left: 10px;
    line-height: 1.45rem;
}

.tt_icon3 {
    background: url("/images/contents/icon_dot1_black.png") no-repeat left 7px;
    background-size: 0.21rem;
}

.tt_icon4 {
    background: url("/images/contents/icon_dot_w.png") no-repeat left 11px;
    background-size: 0.21rem;
}



/****1회사소개***/
/**회사개요**/
.company_icon>li::after {
    display: block;
    content: "";
    padding-bottom: 100%;
}

.company_icon>li {
    transform: scale(1.1);
}

.company_icon>li p:nth-child(2) {
    font-family: 'NanumSquareNeo';
    font-weight: 800;
    line-height: 20px;
}

.imgbox {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*
.imgbox>img {
    height: 100%;
    width: auto;
    object-fit: cover;
}
*/

/**회사개요**/
/**연혁**/
.history {
    position: relative;
}

.history>ul {
    position: relative;
    width: 100%;
    background: url("/images/contents/1_3_bar1.jpg") repeat-y 50% top;
}

.history>ul>li {
    position: relative;
    padding-bottom: 0rem;
}

.history>ul>li:last-child {
    padding-bottom: 0;
}

.history>ul>li div.hisbar {
    position: absolute;
    width: 4rem;
    background: url("/images/contents/1_3_bar2.jpg") repeat-x left 40%;
    z-index: 3;
}

.history>ul>li div.hisbar>span.hisdot {
    position: relative;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    background: #fff;
    border: 5px solid #7165e5;
    border-radius: 1.4rem;
    -webkit-border-radius: 1.4rem;
    -moz-border--radius: 1.4rem;
}

.history>ul>li>dl.histxt {
    position: relative;
    top: -0.1rem;
}

.history>ul>li>dl.histxt>dt {
    font-family: "GmarketSans";
    color: #7165e5;
    font-weight: 500;
}

.history>ul>li>dl.histxt>dd:nth-child(2) {
    margin-top: 0.3rem;
}



.history>ul>li>dl.histxt>dd {
    margin-top: 0.5rem;
    color: #666;
    word-break: keep-all;
}


/*right 정렬 li홀수*/
.history>ul>li:nth-child(odd) {
    position: relative;
    margin-left: 50%;
}

.history>ul>li:nth-child(odd) .hisicon {
    background: url("/images/contents/icon_dot_v.png") no-repeat left 12px;
    background-size: 0.25rem;
    padding-left: 0.7rem;
}

.history>ul>li:nth-child(odd)>dl.histxt {
    padding-left: 4.5rem;
}

.history>ul>li:nth-child(odd)>div.hisbar {
    left: -0.7rem;
}

/*left 정렬 li짝수*/
.history>ul>li:nth-child(even) {
    position: relative;
    margin-right: 50%;
    text-align: right;
}

.history>ul>li:nth-child(even) .hisicon {
    background: url("/images/contents/icon_dot_v.png") no-repeat right 14px;
    background-size: 0.25rem;
    padding-right: 0.7rem;
}

.history>ul>li:nth-child(even)>dl.histxt {
    padding-right: 4.5rem;
}

.history>ul>li:nth-child(even)>div.hisbar {
    right: -0.7rem;
}


/*마지막 검적색 라인 없앰*/
.history>ul>li>div.history_bg {
    position: absolute;
    top: 1.4rem;
    width: 3rem;
    height: calc(100% - 1.4rem);
    z-index: 1;
    background: #fff;
}

.history>ul>li:nth-child(odd)>div.history_bg {
    left: -0.5rem;
}

.history>ul>li:nth-child(even)>div.history_bg {
    right: -0.5rem;
}

/*주요연혁 모바일 이하 적용*/
@media (max-width: 768px) {

    .history>ul {
        position: relative;
        width: 100%;
        background: url("/images/contents/1_3_bar1.jpg") repeat-y left top;
    }

    .history>ul>li {
        position: relative;
        padding-bottom: 1.5rem;
    }

    .history>ul>li div.hisbar {
        width: 2rem;
    }

    .history>ul>li>dl.histxt {
        top: -0.2rem;
    }

    .history>ul>li>dl.histxt>dd:nth-child(2) {
        margin-top: 0.5rem;
    }

    .history>ul>li>dl.histxt>dd {
        margin-top: 0.3rem;
    }

    /*right 정렬 li홀수*/
    .history>ul>li:nth-child(odd) {
        position: relative;
        margin-left: 0;
    }

    .history>ul>li:nth-child(even)>dl.histxt,
    .history>ul>li:nth-child(odd)>dl.histxt {
        padding-left: 2rem;
    }

    /*right 정렬 li홀수*/
    .history>ul>li:nth-child(even)>dl.histxt {
        padding-right: 0;
    }

    .history>ul>li:nth-child(even) {
        position: relative;
        margin-right: 0;
        text-align: left;
    }

    .history>ul>li:nth-child(even)>div.hisbar {
        left: -0.7rem;
    }

    .history>ul>li:nth-child(even) .hisicon,
    .history>ul>li:nth-child(odd) .hisicon {
        background: url("/images/contents/icon_dot_v.png") no-repeat left 9px;
        background-size: 0.21rem;
        padding-left: 0.5rem;
        padding-right: 0;
    }

    .history>ul>li:nth-child(odd)>div.history_bg {
        left: -0.5rem;
    }

    .history>ul>li:nth-child(even)>div.history_bg {
        left: -0.5rem;
    }
}



/*진행실적*/
.his_point {
    position: absolute;
    left: 30%;
    top: 40%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    transform: rotate(-7deg) !important;
    /*animation-name: stemp;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: ease;*/
}

/*
@keyframes stemp {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    40% {
        transform: scale(1.5);
        opacity: 0.4;
    }

    80% {
        transform: scale(1);
        opacity: 0.8;
    }

    100% {
        transform: scale(1);
        transform: rotate(-7deg);
        opacity: 1;
    }
}
*/
@media (max-width: 680px) {
    .his_point {
        left: 10%;
        top: 30%;
    }
}

/*진행실적*/
/**연혁**/

/**오시는길**/
.map>iframe {
    width: 100%;
    height: 30rem;
}

@media (max-width: 680px) {
    .map>iframe {
        height: 15rem;
    }
}

/**오시는길**/

/****1회사소개***/
/****2과학적배경***/
/**유전학**/
span.point_box1 {
    display: inline-block;
    padding: 0 0.8rem;
    line-height: 2.8rem;
    height: 2.5rem;
    background: #8b80f8;
    font-family: "GmarketSans";
    color: #fff;
    transform-origin: center;
    transform: rotate(-3deg) !important;
}

.dna_icon>li::after {
    display: block;
    content: "";
    padding-bottom: 100%;
}

/**유전학**/
/**피문학**/
.num_box {
    position: relative;
    text-align: center;
    display: inline-block;
    color: #7165e5;
    font-size: 0.65rem;
    font-family: "GmarketSans";
    font-weight: 600;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border: 1px solid #7165e5;
}

/**피문학**/
/****2과학적배경***/
/****3gfat***/
/**gfat개요**/
/*gfat도형*/
.gfat_diagram {
    position: relative;
}

.gfat_diagram .circle {
    position: relative;
    width: 500px;
    height: 500px;
    margin: 0 auto;
}

.gfat_ttbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.gfat_ttbox>div {
    position: absolute;
    z-index: 1;
    color: #7165e5;
}

.gfat_ttbox>div>p {
    font-family: 'NanumSquareNeo';
    color: #7165e5;
    font-weight: 700;
    letter-spacing: -0.05rem;
}

.gfat_ttbox>.tt1 {
    top: -40px;
    left: 50%;
    transform: translatex(-50%);
}

.gfat_ttbox>.tt2 {
    top: 100px;
    right: -45px;
}

.gfat_ttbox>.tt3 {
    bottom: 100px;
    right: -108px;
}

.gfat_ttbox>.tt4 {
    bottom: -40px;
    left: 50%;
    transform: translatex(-50%);
}

.gfat_ttbox>.tt5 {
    bottom: 100px;
    left: -100px;
}

.gfat_ttbox>.tt6 {
    top: 100px;
    left: -75px
}


@media (max-width: 780px) {
    .gfat_diagram .circle {
        width: 400px;
        height: 400px;
    }

    .gfat_ttbox>div>p {
        font-size: 16px;
        line-height: 22px;
    }


    .gfat_ttbox>.tt1 {
        top: -30px;
    }

    .gfat_ttbox>.tt2 {
        right: -60px;
    }

    .gfat_ttbox>.tt3 {
        right: -115px;
        width: 125px;
    }

    .gfat_ttbox>.tt4 {
        bottom: -34px;
    }

    .gfat_ttbox>.tt5 {
        left: -83px;
        width: 100px;
    }

    .gfat_ttbox>.tt6 {
        left: -70px;
        width: 100px;
    }
}

@media (max-width: 640px) {
    .gfat_diagram {
        background: red;
    }

    .gfat_diagram .circle {
        width: 150px;
        min-height: 100px;
        padding: 1rem;
    }


    .gfat_ttbox>div>p {
        font-size: 14px;
        line-height: 18px;
    }

    .gfat_ttbox>.tt1 {
        top: -45px;
    }

    .gfat_ttbox>.tt2 {
        top: 50px;
        right: -25px;
        width: 50px;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .gfat_ttbox>.tt3 {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        align-items: center;
        bottom: 0px;
        right: -50px;
        width: 90px;
    }

    .gfat_ttbox>.tt4 {

        bottom: -28px;
    }

    .gfat_ttbox>.tt5 {
        bottom: 50px;
        left: -25px;
        width: 50px;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .gfat_ttbox>.tt6 {
        top: 50px;
        left: -30px;
        width: 50px;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .gfat_ttbox>.tt3>p,
    .gfat_ttbox>.tt5>p,
    .gfat_ttbox>.tt6>p {
        text-align: center;
    }
}



/*gfat도형*/


.gfat_stemp {
    position: absolute;
    bottom: -1rem;
    left: 50%;
    margin-left: -30%;
    width: 60%;
    text-align: center;
}

.gfat_arrow {
    background: url("/images/contents/3_1_arrowbg1.png") no-repeat center center;
    background-size: 100%;
}

@media (max-width: 780px) {
    .gfat_arrow {
        background: url("/images/contents/3_1_arrowbg2.png") no-repeat center center;
        background-size: 3.5rem;
        height: 6rem;
    }
}

/**gfat개요**/
/**다중능력 현재성 검사**/
@media (max-width: 780px) {
    .gfat_table {
        min-width: 34rem !important;
    }
}



/**다중능력 현재성 검사**/

/**기타 현재성검사**/
.other_stemp {
    position: absolute;
    left: 50%;
    top: 35%;
    width: 70%;
    margin-left: -35%;
}

@media (max-width: 780px) {
    .other_stemp {
        width: 90%;
        margin-left: -45%;
    }
}


/**기타 현재성검사**/

/****3gfat***/
/****4프로그램***/
.program_box>li>p:first-child>img {
    width: 100%;
}

@media (min-width: 1024px) {
    .program_box>li>p:first-child>img {
        transition: all 0.2s;
    }

    /*
    .program_box>li:hover>p {
        overflow: hidden;
        border-radius: 1rem
    }
*/
    .program_box>li:hover>p:first-child>img {
        transform: scale(1.2);
        transition: all 0.5s;
    }

    .program_box>li:hover>p:nth-child(2),
    .program_box>li:hover>div:nth-child(2)>p:first-child {
        color: #7165e5;
        text-decoration: underline;
    }
}


/**진로탐색과정**/
.program_jop,
.program_jop>div {
    position: relative;
}


/*loadmap*/
.loadmap {
    position: relative;
}

.load_circle {
    position: relative;
    width: 215px;
    height: 215px;
    border-radius: 100rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
}

.load_ttbox {
    position: relative;
    z-index: 5;
    top: -20px;
    width: calc(100% + 30px);
}

.load_ttbox>li {
    position: relative;
    width: 100%;
    border-radius: 100rem;
    background: #fff;
}

.load_ttbox>li>p {
    word-break: break-all
}

.load_ttbox>li:nth-child(1),
.load_ttbox>li:nth-child(4) {
    left: -80px;
}

.load_ttbox>li:nth-child(2),
.load_ttbox>li:nth-child(3) {
    left: -30px;
}


.load_ttbox>li>img {
    object-fit: contain;
}

@media (max-width: 1024px) {
    .loadmap {
        flex-direction: column;
        align-items: center;
    }

    .load_circle {
        width: 200px;
        height: 200px;
    }

    .load_ttbox {
        top: 0px;
        margin-top: 1rem;
        width: 100%;
    }

    .load_ttbox>li:nth-child(1),
    .load_ttbox>li:nth-child(4) {
        left: 0px;
    }

    .load_ttbox>li:nth-child(2),
    .load_ttbox>li:nth-child(3) {
        left: 0px;
    }
}

/*loadmap*/

/*자유학기제와 고교학점제 완벽 대비*/
.high_scholl {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
}

.highbox {
    width: 180px;
    text-align: center;
    color: #fff;
    border-radius: 100rem;
}

@media (max-width: 1024px) {
    .high_scholl {
        flex-direction: column;
    }

    .highbox {
        width: 110px;
    }
}

/*자유학기제와 고교학점제 완벽 대비*/

/*특장점6_높은체험만족도그래프*/
.jap_graph {
    position: relative;
}

.jap_graph>ul {
    width: 80%;
    left: 10%;
    position: absolute;
    bottom: 1.65rem;
}

/*특장점6_높은체험만족도그래프*/

/**진로탐색과정**/

/**가족/부모/양육상담**/
.jop_point1 {
    position: absolute;
    right: 2rem;
    top: -5rem;
    color: #fff;
    /*border: 2px solid #7165e5;
    background: #fff;*/
}

@media (max-width: 680px) {
    .jop_point1 {
        margin-top: 0.5rem;
        position: relative;
        right: 0;
        top: 0;
    }
}

/**가족/부모/양육상담**/
/**취업박람회 및 행사**/
.job_process {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

}

.job_ttbox {
    background: url("/images/contents/4_3_8_arrow_bg1.png") no-repeat center bottom;
}

.job_ttbox dt,
.job_ttbox dd,
.job_ttbox p {
    font-family: 'NanumSquareNeo';
    font-weight: 800;
    letter-spacing: -0.03rem;
}

.job_ttbox p.imgp {
    border: 2px solid #7165e5;
}

.job_ttbox>dt {
    background: #fff;
    border: 2px solid #7165e5;
}


/**취업박람회 및 행사**/
/**20231006자기주도학습워크샵**/
.program_arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.probox {
    position: relative;
    width: 100%;
}

.probox>li {
    display: flex;
    justify-content: space-between;
}

.pro_imgbox {
    position: relative;
    background: #f1f3fa;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    font-weight: 500;
    letter-spacing: -0.03rem;
    border-radius: 0.5rem;
    color: rgb(30 41 59);
}

@media (max-width: 1024px) {
    .probox>li {
        flex-direction: column;
    }

    .probox>li:nth-child(1),
    .probox>li:nth-child(4) {
        flex-direction: column-reverse;
    }

    .probox>li:nth-child(1)>dl,
    .probox>li:nth-child(4)>dl,
    .probox>li:nth-child(5)>dl {
        text-align: left !important;
        width: 100%;
    }

    .pro_imgbox {
        flex-shrink: 0;
    }
}

.pro_exttbox {
    position: relative;
    width: 95%;
    margin: 0 auto;
    z-index: 1;
    top: -30px;
}

.pro_exttbox>ul,
.pro_exttbox>div {
    position: absolute;
}

.pro_exttbox>ul:first-child {
    left: 0;
    top: -20px;
}

.pro_exttbox>ul:last-child {
    right: 0;
}

@media (max-width: 1024px) {
    .pro_exttbox {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        align-items: center;
    }

    .pro_exttbox>ul,
    .pro_exttbox>div {
        position: relative;
    }

    .pro_exttbox>ul:first-child {
        left: 0;
        top: 0px;
        margin-top: 2rem;
    }

    .pro_exttbox>div {
        margin-top: 0.5rem;
    }

    .pro_exttbox>ul:last-child {
        left: 0;
        top: 0px;
        margin-top: 0.5rem;
    }
}

/**20231006자기주도학습워크샵**/
/****4프로그램***/

/****5자격증***/
/**자격증 소개**/
a.btn_veiw1 {
    display: inline-block;
    background: #7165e5;
    color: #fff;
    font-family: 'NanumSquareNeo';
    line-height: 3rem;
}

a.btn_veiw2 {
    display: inline-block;
    border: 1px solid #7165e5;
    color: #7165e5;
    font-weight: 800;
    font-family: 'NanumSquareNeo';
    line-height: 3rem;
}



@media (min-width: 1024px) {

    a.btn_veiw1:hover,
    a.btn_veiw2:hover {
        color: #fff;
        background: #292075;
        transition: all 0.2s;
        text-decoration: underline;
    }

}


.certtox p.certit>span {
    display: inline-block;
    width: 7rem;
    text-align: center;
    font-family: 'NanumSquareNeo';
    color: rgb(99 102 241);
    border: 1px solid rgb(99 102 241);
    font-weight: 800;
    flex-basis: 1;
    line-height: 2.2rem;
}

@media (max-width: 680px) {
    .certtox p.certit>span {
        width: 5.5rem;
        line-height: 1.8rem;
    }
}

/**자기주도학습**/
.study_box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.study_circlebox {
    position: absolute;
    text-align: center;
    top: 35px;
}

.study_circlebox>li>p {
    font-family: 'NanumSquareNeo';
    font-weight: 800;
}

.study_circlebox>li {
    position: relative;
    width: 150px;
    height: 150px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    border-radius: 100rem;
}

.study_circlebox>li:nth-child(1),
.study_circlebox>li:nth-child(4) {
    border: 3px solid #7165e5;
}

.study_circlebox>li:nth-child(2),
.study_circlebox>li:nth-child(3) {
    border: 3px solid #a07dfd
}

.study_circlebox>li:nth-child(2) {
    top: 40px;
    left: -200px;
}


.study_circlebox>li:nth-child(3) {
    top: -110px;
    right: -200px;
}


.study_circlebox>li:nth-child(4) {
    top: -100px;
}


.study_circle {
    width: 400px;
    height: 400px;
    border: 13px solid #b3b0cc;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.study_circle>p,
.study_circle>p>span {
    font-family: 'NanumSquareNeo';
    letter-spacing: -0.07rem;
    color: #000;
}

@media (max-width: 1024px) {
    .study_circle {
        width: 280px;
        height: 280px;
    }


    .study_circlebox>li {
        width: 120px;
        height: 120px;
    }


    .study_circlebox>li:nth-child(2) {
        top: 25px;
        left: -140px;
    }

    .study_circlebox>li:nth-child(3) {
        top: -85px;
        right: -140px;
    }

}

@media (max-width: 500px) {
    .study_circle {
        width: 180px;
        height: 180px;
        border: 8px solid #b3b0cc;
        margin-top: 3.5rem !important;
        margin-bottom: 3.5rem !important;
    }

    .study_circle>p {
        font-size: 16px;
        line-height: 24px;
        width: 85px;
    }

    .study_circlebox {
        top: 25px;
    }

    .study_circlebox>li {
        width: 80px;
        height: 80px;
    }

    .study_circlebox>li>p {
        font-size: 12px;
        line-height: 14px;

    }

    .study_circlebox>li>p>img {
        width: 28px;
    }


    .study_circlebox>li:nth-child(2) {
        top: 7px;
        left: -80px;
    }

    .study_circlebox>li:nth-child(3) {
        top: -75px;
        right: -80px;
    }

    .study_circlebox>li:nth-child(4) {
        top: -75px;
    }


}

/**자기주도학습**/

/**GFAT결과 보고서를 통한 개인별 새밀한 학습 특성 분석**/
.learn_gfat {
    position: relative;
}


.learn_gfat>li>p.tit {
    min-height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.learn_gfat>li>p.tit>span {
    font-family: 'InkLipquid';
    letter-spacing: -0.07rem;
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
}

@media (max-width: 640px) {
    .learn_gfat>li>p.tit {
        min-height: 80px;
    }

    .learn_gfat>li>p.tit>span {
        font-size: 24px;
        line-height: 26px;
    }
}

/**GFAT결과 보고서를 통한 개인별 새밀한 학습 특성 분석**/
/*workbook*/
.workbook>li {
    border: 2px solid #7165e5;
    background: #fff;
}

.workbook>li>p.tit,
.workbook>li>p.tit>span {
    font-family: 'NanumSquareNeo';
    font-size: 22px;
    letter-spacing: -0.05rem;
}

.workbook>li:nth-child(1) {
    background: #fff url("/images/contents/5_3_2_workbg1.gif") no-repeat 90% 80%;
    background-size: 180px;
}

.workbook>li:nth-child(2) {
    background: #fff url("/images/contents/5_3_2_workbg2.gif") no-repeat 90% 80%;
    background-size: 180px;
}

.workbook>li:nth-child(3) {
    background: #fff url("/images/contents/5_3_2_workbg3.gif") no-repeat 90% 80%;
    background-size: 180px;
}

.workbook>li:nth-child(4) {
    background: #fff url("/images/contents/5_3_2_workbg4.gif") no-repeat 90% 80%;
    background-size: 180px;
}

@media (max-width: 640px) {

    .workbook>li>p.tit,
    .workbook>li>p.tit>span {
        font-family: 'NanumSquareNeo';
        font-size: 16px;
        letter-spacing: -0.05rem;
    }

    .workbook>li:nth-child(1) {
        background: #fff url("/images/contents/5_3_2_workbg1.gif") no-repeat 90% 90%;
        background-size: 90px;
    }

    .workbook>li:nth-child(2) {
        background: #fff url("/images/contents/5_3_2_workbg2.gif") no-repeat 90% 90%;
        background-size: 90px;
    }

    .workbook>li:nth-child(3) {
        background: #fff url("/images/contents/5_3_2_workbg3.gif") no-repeat 90% 90%;
        background-size: 90px;
    }

    .workbook>li:nth-child(4) {
        background: #fff url("/images/contents/5_3_2_workbg4.gif") no-repeat 90% 90%;
        background-size: 90px;
    }

}

/*workbook*/
/*okprogram*/
.okprogram>li {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.okprogram>li:nth-child(1) {
    border: 2px solid #6366f1;
}

.okprogram>li:nth-child(2) {
    border: 2px solid #8b5cf6;
}

.okprogram>li:nth-child(3) {
    border: 2px solid #3b82f6;
}

.okprogram>li:nth-child(4) {
    border: 2px solid #0ea5e9;
}


.okprogram>li>div.okimg {
    position: absolute;
    top: 100px;
    right: -10px;
}

.okbox>dt {
    height: 120px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.okbox p.tit1 {
    font-family: "GmarketSans";
    color: #fff;
    opacity: 0.6;
    font-size: 18px;
    font-weight: 700;
}

.okbox p.tit2,
.okbox p.tit2>span {
    font-family: 'NanumSquareNeo';
    font-size: 25px;
    color: #fff;
}

.okbox p.step {
    display: inline-block;
    font-family: "GmarketSans";
    color: #fff;
    font-size: 13px;
    border-radius: 100rem;
    line-height: 33px;
    height: 30px;
    width: 75px;
    text-align: center;
}

.okbox p.steptt {
    font-family: 'NanumSquareNeo';
    font-size: 20px;
    letter-spacing: -0.05rem;
    font-weight: 700;
}

@media (max-width: 640px) {

    .okprogram>li>div.okimg {
        top: 90px;
        right: 0px;
    }

    .okbox>dt {
        height: 80px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .okbox p.tit1 {
        font-size: 12px;
        font-weight: 600;
    }

    .okbox p.tit2,
    .okbox p.tit2>span {
        font-size: 18px;
    }

    .okbox p.step {
        font-size: 11px;
        line-height: 27px;
        height: 25px;
        width: 60px;
    }

    .okbox p.steptt {
        font-size: 16px;
    }


}

/*okprogram*/
/**자격증 소개**/
/**과정안내**/
/*
.process_bg {
    background: url("/images/contents/5_1_2_imgbg1.png") no-repeat right bottom;
    background-size: 15rem;
}*/


/**과정안내**/

/****5자격증***/
/****6가맹계약***/
/* 센터 찾기*/
.mapbox,
.mapbox>p {
    position: relative;
}

.mapbox>p.map_select>a {
    position: absolute;
    z-index: 1;
    transition: all, 0.2s;
}

.mapbox>p.map_select>a>span {
    opacity: 0.7;
    font-weight: 500;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}

@media (min-width: 1024px) {
    .mapbox>p.map_select>a:hover {
        opacity: 1;
    }

    .mapbox>p.map_select>a:hover>span {
        color: #292075;
        border-bottom: 2px solid #292075;
        opacity: 1;
    }
}

@media (max-width: 550px) {
    .mapbox>p.map_select>a>span {
        font-size: 12px;
    }
}

.mapbox>p.map_select>img {
    position: relative;
    z-index: 0;
    opacity: 0.5;
}

.map_tt1 {
    left: 25%;
    top: 13%;
}

.map_tt2 {
    left: 25%;
    top: 19%;
}

.map_tt3 {
    left: 55%;
    top: 16%;
}

.map_tt4 {
    left: 18%;
    top: 35%;
}

.map_tt5 {
    left: 21.5%;
    top: 41.5%;
}

.map_tt6 {
    left: 40%;
    top: 32%;
}

.map_tt7 {
    left: 60%;
    top: 39%;
}

.map_tt8 {
    left: 63%;
    top: 50.5%;
}

.map_tt9 {
    left: 26.5%;
    top: 50.5%;
}

.map_tt10 {
    left: 19.5%;
    top: 68.5%;
}

.map_tt11 {
    left: 22.5%;
    top: 63.2%;
}

.map_tt12 {
    left: 52.5%;
    top: 59%;
}

.map_tt13 {
    left: 73.5%;
    top: 63.5%;
}

/* 세종특별자치시 */
.map_tt14 {
    left: 12%;
    top: 38%;
}

/* 제주도 */
.map_tt15 {
    left: 14%;
    top: 95%;
}

/* 인천광역시  */
.map_tt16 {
    left: 16%;
    top: 22%;
}

/* 울산광역시  */
.map_tt17 {
    left: 78%;
    top: 56%;
}

/* 해외  */
.map_tt18 {
    left: 50%;
    top: 80%;
}


/* 센터 찾기*/
/* 계약 프로세스 */
.process_box {
    display: grid;
    grid-template-columns: repeat(23, minmax(0, 1fr));
}

.process_box>li {
    text-align: center;
}

@media (max-width: 1024px) {
    .process_box {
        display: grid;
        grid-template-columns: repeat(16, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    .process_box {
        display: grid;
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .process_box {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

/* 계약 프로세스 */
/* 센터 운영 비전 */
.vision_box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;

}

.vision_box>li {
    position: relative;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.vision_box>li>.vis_icon {
    width: 8.5rem;
    height: 8.5rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'NanumSquareNeo';
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    flex-shrink: 0;
}

.vision_box>li.vision2 {
    top: 5em;
    left: -13rem;
}

.vision_box>li.vision3 {
    margin-top: -6rem;
    right: -13rem;
}


@media (max-width: 640px) {
    .vision_box>li>.vis_icon {
        width: 4.5rem;
        height: 4.5rem;
        font-size: 0.9rem;
    }

    .vision_box>li.vision2 {
        top: 1em;
        left: -5rem;
    }

    .vision_box>li.vision3 {
        margin-top: -6rem;
        right: -5rem;
    }
}

.vision_tit {
    position: absolute;
    width: 25rem;
    height: 25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 10rem;
    left: 50%;
    margin-left: -12.5rem;
    background: #fff url("/images/contents/6_3vision_bg.jpg") center center;
    background-size: cover;
}

.vision_tit>p,
.vision_tit>p>span {
    font-family: "GmarketSans";
    font-size: 30px;
    line-height: 35px;
}

.vision_tit>p>img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

@media (max-width: 640px) {
    .vision_tit {
        width: 12rem;
        height: 12rem;
        top: 7rem;
        left: 50%;
        margin-left: -6rem;
    }

    .vision_tit>p,
    .vision_tit>p>span {
        font-family: "GmarketSans";
        font-size: 18px;
        line-height: 22px;
    }

}

/* 센터 운영 비전 */
/****5자격증***/
/****6가맹계약***/


/****7마이페이지***/

@media (max-width: 640px) {
    .select_tab {
        position: absolute;
        width: 100%;
        background: #fff;
    }
}

/*마이페이지메인*/
.mygird1>li {
    background: #f5f6fa;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s;
}

.mygird2>li {
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s;
}

.mygird2>li>p>img {
    opacity: 0.8;
}

@media (min-width: 1024px) {
    .mygird1>li:hover {
        position: relative;
        background: #7165e5;
        box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.25);
        z-index: 1;

    }

    .mygird1>li:hover>p {
        color: #fff;
    }

    .mygird1>li:hover>p>img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

    .mygird2>li:hover {
        position: relative;
        border: 1px solid #7165e5;
        box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.1);
        z-index: 1;
    }

    .mygird2>li:hover>p {
        color: #7165e5;
        font-weight: 500;
    }

    .mygird2>li:hover>p>img {
        opacity: 1;
    }

}

/*마이페이지메인*/
/* 다중능력검사 기록*/
.btn_my1 {
    display: inline-block;
    font-size: 0.85rem;
    line-height: 12px;
    color: #7165e5;
    border: 1px solid #7165e5;
}



.btn_my2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 1024px) {
    .btn_my1:hover {
        color: #fff;
        background: #7165e5;
    }

    .btn_my2:hover {
        background: #000;
    }
}

/* 다중능력검사 기록*/


/* 아이파스 보고서_pop_gfatmain*/

.pop_gfatmain {
    min-width: 250px;
    max-width: 800px;
    width: 100%;
}

.pop_gfatmain>header {
    position: relative !important;
    width: 100%;
    background: #ebeff8;
    height: auto !important;
}

/* 아이파스 보고서_pop_gfatmain*/
/*아이파스 검사 실시_pop*/
.pop_testbox {
    min-width: 250px;
    max-width: 600px;
    width: 100%;
}

/*아이파스 검사 실시_pop*/


/****7마이페이지***/
/****faq***/

.num {
    position: relative;
    display: inline-block;
    color: #7165e5;
    padding-left: 0.6rem;
    font-size: 0.9rem;
    font-weight: 600;
    width: 2rem;
    height: 2rem;
    line-height: 2.15rem;
    background: #f1f3fa;
}



/*faq_list*/
.faqbox>li>.q {
    border-bottom: 1px solid #ddd;
}


.faqbox .q a.trigger {
    position: relative;
    background: url('/images/contents/faq_arrow.png') no-repeat right center;
    background-size: 13px;
}

.faqbox .hide .q a.trigger,
.faqbox .hide .q a.trigger:active,
.faqbox .hide .q a.trigger:focus {
    position: relative;
    background: url('/images/contents/faq_arrow.png') no-repeat right center;
    background-size: 13px;
    z-index: 1;
}

.faqbox .show .q a.trigger {
    position: relative;
    background: url('/images/contents/faq_arrow_on.png') no-repeat right center;
    background-size: 13px;
}

.faqbox .q a.trigger:hover,
.faqbox .q a.trigger:active,
.faqbox .q a.trigger:focus {
    background: url('/images/contents/faq_arrow_on.png') no-repeat right center;
    background-size: 13px;
}

/*faq_list*/
/*page*/
.page {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.page>li {
    width: 3rem;
    height: 3rem;
    line-height: 2.7rem;
    text-align: center;
    cursor: pointer;
    margin: 0 0.1rem;
    border: 1px solid #ddd;
    color: #999;
}

.page>li.sel,
.page>li:hover {
    background: #7165e5;
    border: 1px solid #7165e5;
    text-decoration: underline;
    color: #fff;
    font-weight: 900;
}

.page>li>img {
    width: auto;
}

/*모바일*/
@media (max-width: 600px) {

    .page>li {
        width: 2rem;
        height: 2rem;
        line-height: 1.8rem;
    }

    .page>li.imgswap {
        line-height: 1.6rem;
    }
}

/*page*/
/****faq***/



/****회원관리***/
/**login**/
.login {
    position: relative;
    min-width: 200px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

/**login**/
/**find**/
.tab a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    background: #ebeff8;
    color: #4c5a81;
}



.tab a>span {
    font-size: 16px;
    line-height: 3rem;
    letter-spacing: -0.02rem
}

/*20231101*/
a>span.tab_mytt {
    font-size: 16px;
    line-height: 1.5rem;
    letter-spacing: -0.02rem;
    /*    text-wrap: nowrap;*/
}

/*20231101*/
.tab a:focus,
.tab a:focus::after {
    background: #000;
    color: #fff;
}

/*
.tab a:focus {
    outline: 0;
}
*/
.tab a::after {
    z-index: 1;
}

/*20231101*/
.tab li.sel a,
a.tab_select,
.tab #current a,
.tab #current a::after {
    background: #000;
    color: #fff;
    z-index: 3;
    font-weight: 500;
    box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.3);
}

/*20231101*/
.tab #current a,
.tab #current a::after {
    background: #000;
    color: #fff;
    z-index: 3;
    font-weight: 500;
    box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.3);
}

@media (min-width: 1024px) {

    .tab a:hover,
    .tab a:hover::after {
        background: #000;
        color: #fff;
    }

}

@media (max-width: 640px) {
    .tab a {
        padding: 0.5rem 0;
        line-height: 12px;
    }

    .tab a>span {
        font-size: 14px;
        line-height: 1.2rem;
    }
}

@media (max-width: 340px) {
    .tab a>span {
        font-size: 13px;
    }

    /*20231101*/
    .tab li.sel a {
        font-weight: 400;
        background: #ebeff8;
        color: #4c5a81;
        box-shadow: none;
    }

    /*20231101*/
}

/**find**/



/**join**/
.join {
    position: relative;
    min-width: 200px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

/*pc만*/
@media (min-width: 1024px) {
    a.join_btn1:hover {
        color: #000;
        border-bottom: 1px solid #000;
        font-weight: 700;
    }

    a.join_btn2:hover {
        border: 1px solid #000;
        color: #000 !important;
        font-weight: 500;
    }

    .btn_hover:hover {
        color: #fff;
        background: #322b72 !important;
        transition: all, 0.2s;
    }

    .btn_hover1:hover {
        color: #fff;
        background: #999 !important;
        transition: all, 0.2s;
    }
}

@media (min-width: 1024px) {
    .join_gfat:hover {
        background: #7165e5 !important;
        box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.3);
        transition: all, 0.2s;
    }

    .join_gfat:hover>p {
        color: #fff;
    }

    .join_gfat:hover>p:last-child {
        opacity: 0.7;
    }
}


/*btn*/
.list_selectbtn1 {
    display: inline-block;
    line-height: 1.8rem;
    font-size: 0.85rem;
    padding: 0 1rem;
    color: #7165e5;
    border: 1px solid #7165e5;
}

.list_selectbtn2 {
    display: inline-block;
    line-height: 3.5rem;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 500;
    background: #333;
}


@media (min-width: 1024px) {
    .list_selectbtn1:hover {
        background: #a4a1b9;
        border: 1px solid #a4a1b9;
        color: #fff;
    }

    .list_selectbtn2:hover {
        background: #7165e5;
    }
}

/**join**/
/****회원관리***/


/*20231122*/
/*강의실*/
.filebox input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.filebox label,
.ex_filebtn {
    display: inline-block;
    height: 50px;
    line-height: 48px;
    color: #fff;
    cursor: pointer;
}

@media (min-width: 1024px) {

    .filebox label:hover,
    .ex_filebtn:hover {
        background: #000;
    }
}

/* named upload */
.filebox .upload-name {
    display: inline-block;
    height: 50px;
    line-height: 48px;
    vertical-align: middle;
    background: #fff;
    border-radius: .25em;
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;
    text-wrap: nowrap;
}

.tdstudy {
    font-weight: 500;
    color: #000;
    font-size: 15px;
}

@media (min-width: 1024px) {
    .tdstudy:hover {
        text-decoration: underline;
    }
}

.btn_box {
    position: relative;
    top: -1px;
    display: inline-block;
    background: #a4a1b9;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
}

@media (min-width: 1024px) {
    td:hover>span.btn_box {
        background: #292075;
    }

    li>span.btn_box:hover {
        background: #292075;
    }
}

/*강의실*/
/*강의실팝업*/
.edu_warp {
    position: relative;
    max-width: 900px;
    min-width: 250px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.edu_header {
    max-width: 900px;
    min-width: 250px;
    height: auto;
    width: 100%;
}

.edu_footer {
    position: fixed;
    bottom: 0;
    max-width: 900px;
    min-width: 250px;
    width: 100%;
}

@media (min-width: 810px) {
    .edu_movie {
        height: 300px;
    }
}


@media (min-width: 640px) {
    .edu_movie {
        height: 250px;
    }
}

/**/



@media (max-width: 639px) {
    .edu_contents {
        height: 87vh;
    }

    .edu_movie {
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }

    .edu_movie>li {
        width: 100%;
    }

    .edu_movie>li:last-child {
        flex-grow: 1;
    }
}


.edu_listbox>li>p.num_box {
    width: 21px;
    height: 21px;
    font-size: 9px;
    border-radius: 3px;

}

.edu_listbox>li>p {
    font-size: 13px;
}

.edu_listbox>li.sel>p>a {
    color: #6366f1;
    font-weight: 600;
    text-decoration: underline;
}

.edu_listbox>li>p>a {
    display: inline-block;
    width: 100%;
    color: #000;
}

@media (min-width: 1024px) {
    .edu_listbox>li>p>a:hover {
        color: #7165e5;
        text-decoration: underline;
    }
}

/*강의실팝업*/
/*20231122*/

/*20240102*/

.pop_gfatmypage {
    min-width: 250px;
    max-width: 1024px;
    width: 100%;
}

.pop_gfatmypage>header {
    position: relative !important;
    width: 100%;
    background: #ebeff8;
    height: auto !important;
}

/*20240102*/
/***contents***/



/*----------------------타블렛  ----------------------*/
@media (min-width: 501px) {}

/*----------------------타블렛  ----------------------*/
/*----------------------모바일 ----------------------*/
@media (max-width: 500px) {}

/*----------------------se,폴드 ----------------------*/
@media (max-width: 340px) {}

@media print {
  #google_translate_element_m,
  .goog-te-banner-frame,
  iframe.goog-te-banner-frame {
    display: none !important;
  }
}


@media print {
  .goog-te-banner-frame {
    display: none !important;
  }
  .goog-logo-link {
    display: none !important;
  }
  .goog-te-gadget {
    display: none !important;
  }
}
