@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}


.guide_info {
    gap:20px;
    flex-wrap: wrap;
    margin-top: 80px;
    margin-bottom: 40px;
}
.guide_info div {
    flex: 0 1 calc((100% / 4) - 15px);
    border:1px solid #ddd;
    position: relative;
    height: 185px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 22px;
    font-weight: 500;
}
.guide_info div img {
    position: absolute;
    left: 50%;
    top:-20px;
    transform: translateX(-50%);
}   

.guide_info div:nth-child(1) {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -1px;
    color:#515151 !important;
}
.guide_info_txt p {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
}


@media (max-width:1200px) {

    .guide_info {
        flex-wrap: wrap;
    }
    .guide_info div {
        flex: 0 1 calc((100% / 2) - 15px);
        margin-bottom: 30px;
    }
}

@media (max-width:600px) {
    .guide_info div {
        flex: 0 1 100%;
    }
    .guide_info_txt p {
        font-size: 4.5vw;
    }
}