@charset "utf-8";

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

.ctt_admin {
    width:100%;
    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:26px !important;color:#405ba9;font-weight: 600 !important;padding:16px 0 12px 0;}
.c_tit1 i {color:#748ac8;}

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

.s_img1 {float:right;width:45%;}

.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:500;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;}

.sc_img1 {display: block !important;}
.sc_img1 img {width:100%;margin-bottom:25px !important;}
.sc_img2 {display: none !important;}

@media screen and (max-width:921px){
    #ctt_con {padding:8px 0px !important;width:100% !important;line-height:26px !important;font-size:15px !important;}
    #ctt_con p {padding:8px 0;line-height:26px !important;}
    #ctt_con b {font-weight: 600 !important;color:#1099a2;}  
    .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 !important;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;}

    .s_img1 {float: none;text-align: center;width: 100%;}
    .s_img1 img {width: 98% !important;}
    
    .sc_img1 {display: none !important;}
    .sc_img2 {display: block !important;text-align: center;margin-bottom:35px !important;}
    .sc_img2 img {width: 98%;}
}