@charset "utf-8";

/* 내용관리 */
#ctt {margin:10px 0;padding:20px;background:#fff}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_con p {padding:8px 0;line-height:28px !important;}
#ctt_con b {font-weight: 600 !important;}
#ctt_himg img, #ctt_timg img, #ctt_con img {max-width:100%;height:auto}
.ctt_img {text-align:center}

.ctt_admin {
    width:1120px;
    margin:0 auto;
    height:18px;
    text-align:right;
}

.c_msg {font-size:26px;color:#1099a2 !important;font-weight: 500;padding:30px 0 26px 0 !important;letter-spacing: -1px;}
.c_msg2 {font-size:20px;color:#333 !important;font-weight: 500;padding:20px 0 16px 0 !important;}

.c_tit1 {font-size:22px;color:#405ba9;font-weight: 600;padding:20px 0 16px 0;}
.c_tit1 i {color:#748ac8;}

.c_sub1 {font-size: 18px;font-weight: bold;padding:10px 0 6px 0;color:#947600;}

.c_table {width:100%;text-align:center;padding:0;cborder-collapse: collapse;border-bottom:#ddd solid 1px;}
.c_table th {border-top:#ddd solid 1px;background: #f1f1f1;font-weight:600;color:#405ba9;padding:5px 0;border-right:#ddd solid 1px;}
.c_table th:nth-child(1) {width:33%;}
.c_table th:nth-child(3) {width:33%;border-right:#ddd solid 0px;}
.c_table td {border-top:#ddd solid 1px;font-weight:normal;color:#333;padding:5px 0;border-right:#ddd solid 1px;}
.c_table td:nth-child(3) {border-right:#ddd solid 0px;}

@media screen and (max-width:921px){
    .c_msg {font-size:20px !important;color:#1099a2 !important;font-weight: 500;padding:20px 0 16px 0 !important;letter-spacing: -1px;line-height: 34px !important;text-align: center !important;}
    .c_msg2 {font-size:18px;color:#333 !important;font-weight: 500;padding:20px 0 16px 0 !important;text-align: center !important;}
    .c_tit1 {font-size:20px;color:#405ba9;font-weight: 600;padding:15px 0 12px 0;}
    .c_tit1 i {color:#748ac8;}

    .c_sub1 {font-size: 16px;font-weight: bold;padding:10px 0 6px 0;color:#947600;}
}