@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: 600 !important;color:#405ba9 !important;}
#ctt_himg img, #ctt_timg img, #ctt_con img {max-width:100%;height:auto}
.ctt_img {text-align:center}

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

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

/*�고쁺*/
.history_area {position: relative;width: 100%;padding-top: 37px;margin-bottom:30px;}
.history_area .history_point {position: absolute;left: 50%;top: 0;margin-left: -5px;bottom: 20px;width:8px;background-color: #f6f6f6;overflow: hidden;}
/*.history_area .history_point span {position: absolute;display: block;top: 0;width: 100%;height: 200px; background-color:#039}*/
.history_area dl {width: 50%;padding-right: 94px;padding-left: 20px;box-sizing:border-box;}
.history_area div:nth-child(odd) dl {padding-right: 20px;padding-left: 94px;}
.history_area dt {margin-bottom: 20px;font-size:40px;font-weight: 500;color:#457da0;}
.history_area dd strong {display: block;padding-bottom: 12px;font-size: 20px;line-height: 1.6;color: #1a1a1a;font-weight: 500;}
.history_area dd p {display: block;}
.history_area dd .img_box {display: block;margin-top: 39px;}
.right {text-align: right;}
.left {text-align: left;}
.fr {float: right;}
.img_box img { max-width: 100%;border-radius: 6px;}
@media (max-width: 960px){
    .history_area .history_point {left: 6px;margin-left: 0;width:4px;top:0;bottom:0px;background-color: #ddd;overflow: hidden;}
    .history_area dl {float: none !important;width: 100%;padding-right: 0;padding-left: 30px;text-align: left;}
    .history_area div:nth-child(odd) dl {/* padding-right: 0; */padding-left: 30px;}
    .history_area div + div {margin-top: 40px;}
    .history_area div:nth-child(2) {margin-top: 0;}
    .history_area dt {margin-bottom: 20px;font-size:28px;}
    .history_area dd .img_box {margin-top: 20px;}   
}


@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: 500 !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;color:#405ba9;font-weight: 600;padding:15px 0 12px 0;}
    .c_tit1 i {color:#748ac8;}

}