@charset "utf-8";



/* 내용관리 */

/* #ctt {margin:10px 0;padding:20px;background:#fff} */

.ctt_admin {text-align:right; display: none;}

#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#ctt_con {margin-top: 100px; padding:10px 0;line-height:1.6em}

#ctt_con img{max-width:100%;height:auto}

.ctt_img {text-align:center}



.instruct_wrap {
    gap: 60px;
    margin-bottom: 70px;
}

.inst_img {
    width: 390px;
    height: 380px;
    position: relative;
    overflow: hidden;
}

.inst_img img{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width: 110%;
}

.inst_txt {
    padding-top: 15px;
}
.inst_txt h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
    color:#515151;
    position: relative;
}
.inst_txt > h2:after {
    content: "";
    position: absolute;
    bottom: -17px;
    left:0;
    width: 63px;
    height: 5px;
    background: #DC5134;
}
.inst_txt h2 span{
    font-size: 24px;
    font-weight: 500;
}
.career {
    margin-bottom: 35px;
}
.career h2 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 10px;
}
.career p {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 10px;
}

.instruct_img_wrap {
    flex-wrap: wrap;
    gap: 10px;
}
.instruct_img_wrap > div {
    width: calc((100% / 4) - 7px);
}
.instruct_img_wrap > div img {
    width: 100%;
}

@media (max-width:1000px) {
    .instruct_img_wrap > div {
        width: calc((100% / 3) - 7px);
    }
}

@media (max-width:600px) {

    .instruct_wrap {
        flex-direction: column;
        gap: 6vw;
        margin-bottom: 20px;
    }
    .inst_img {
        width: 60vw ;
        height: 60vw ;

    }

    .inst_txt h2 {
        font-size: 7vw;
        margin-bottom: 14vw;
    }

    .inst_txt h2 span {
        font-size: 4vw !important;
    }

    .career h2 {
        font-size: 6vw;
        margin-bottom: 10px;
    }
    .career p {
        font-size: 3.5vw;
    }
    

    .instruct_img_wrap > div {
        width: calc((100% / 2) - 7px);

    }


}