@charset "utf-8";

/* 내용관리 */
#ctt {margin:10px 0;padding:10px; margin:0 auto;}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con { min-height: 500px;}
#ctt_con img{max-width:100%;}
.ctt_img {text-align:center}



.tab-menu li a{color:#fff; display:block;}
.tab-menu li a:hover{background:#abbcd2; color:#fff;}

.tab-menu li:nth-child(2) a{color:#333;}
.tab-menu li:nth-child(2) a:hover{background:#abbcd2; color:#fff;}

.root_daum_roughmap_landing{margin:0 auto !important;}
.contact-title{text-align:center; font-size:20px; font-weight:500; border-bottom:1px solid #f1f1f1; padding:0 0 20px; margin:0 0 10px;}

.padding-40{padding:20px;}

/* Animation */

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 1;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}




