@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:3px 0;line-height:26px !important;}
#ctt_con b {font-weight: 700 !important;color:#3d57a0 !important;}
#ctt_con b i {color:#9caee0 !important;}
#ctt_himg img, #ctt_timg img, #ctt_con img {max-width:96% !important;height:auto}
.ctt_img {text-align:center}

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

.w_msg {width:100%;border:#ddd solid 1px;border-radius: 4px;padding:10px;text-align: center;margin-bottom:30px;}
.w_msg img {width:60%;margin:0px;padding:0px;}
.w_msg p {font-size:20px;color:#1099a2 !important;font-weight: 500;margin:0px 0 30px 0 !important;letter-spacing: -1px;text-align: center;}

.w_tit1 {font-size:24px;color:#405ba9;font-weight: 500;padding:26px 0 20px 0;letter-spacing: -1px;}
.w_tit1 i {color:#9caee0 !important;}

.w_img2 {margin-left:30px !important;}
.w_img2 img {float:right;width:280px;border-radius: 8px;}

.w_img3 {width:96%;margin: 0 auto;}
.w_img4 {width:96%;margin: 0 auto;}

.w_bx1 {width:100%;border:#ccc solid 1px;margin-bottom:25px;border-radius: 6px;}
.w_bx1 .w_bxtit1 {background: #768cca;color:#fff;font-size:22px;font-weight: 500;letter-spacing: -1px;padding-left:20px !important;}
.w_bx1 .w_bxtit1 i {color:#c3d2ff !important;padding:0 6px 0 16px !important;}
.w_bx1 .w_bxsub1 {font-size:24px;color:#4676a3;font-weight: 400;letter-spacing: -1px;line-height: 18px !important;margin:8px 22px !important;}
.w_bx1 .w_bxsub2 {font-size:17px;color:#555;font-weight: 400;letter-spacing: 0px;line-height: 18px !important;}

.w_img_pc {display: block !important;}
.w_img_mb {display: none !important;}

.w_bold {font-weight: 600 !important;color:#3d57a0 !important;}
.w_bold i {color:#9caee0 !important;}

@media screen and (max-width:921px){

    .w_img_pc {display: none !important;}
    .w_img_mb {display: block !important;}

    .w_msg img {width:80%;margin:0px;padding:0px;}
    .w_msg p {font-size:18px;color:#1099a2 !important;font-weight: 500;padding:0px 0 40px 0 !important;letter-spacing: -1px;text-align: center;}
    
    .w_img2 {height:280px;align-items:center; display: flex; justify-content:center;overflow: hidden;border-radius: 8px !important;margin-left:0px !important; }
    .w_img2 img {float:none;width:100%;}

    .w_img3 {width:100%;margin: 0 auto;}

    .w_bx1 {width:100%;border:#ccc solid 1px;margin-bottom:25px;border-radius: 6px;}
    .w_bx1 .w_bxtit1 {background: #768cca;color:#fff;font-size:18px;font-weight: 500;letter-spacing: -1px;padding-left:20px !important;}
    .w_bx1 .w_bxtit1 i {color:#c3d2ff !important;padding:0 6px 0 16px !important;}
    .w_bx1 .w_bxsub1 {font-size:20px;color:#333;font-weight: 400;letter-spacing: -1px;line-height: 18px !important;margin:5px 20px !important;}
    .w_bx1 .w_bxsub2 {font-size:15px;color:#555;font-weight: 500;letter-spacing: 0px;line-height: 18px !important;}

    .w_bold {font-weight: 600 !important;color:#3d57a0 !important;}
    .w_bold i {color:#9caee0 !important;}

}