/**sub css**/
.fc_point {
    color: #f08200;
}

/* 서브 배경 */
.sub_visual_bg {
    height: 450px;
    overflow: hidden;
    position: relative;
}

.sub_visual_bg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.sub_bg_txt {
    letter-spacing: 5px;
    top: 40% !important;
}
/* sub title */
.layout_wrapper h2.sub_title {
    font-size: 40px;
    margin-bottom: 67px;
    padding-top: 75px;
    font-family:'noto-m';
    text-align:center;
    font-weight: 500;
}
/* header_top */
.subNav_wrap {
    width: 100%;
    background-color: #fff;
    position: absolute;
    height: 59px;
    left: 0;
    bottom: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    z-index: 10;
}
.subNav_wrap.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
}
.subNav {
    width: 1100px;
    height: 59px;
    line-height: 59px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    color: #333;
    font-family: 'noto-m';
    z-index: 1;
}

.subNav>li {
    float: left;
    width: 135px;
    text-align: center;
}

.subNav li a {
    display: block;
    border: 1px solid #ddd;
    border-top: 0;
}

.subNav .subNavHome {
    width: 59px;
    height: 59px;
    background: #193989 url(/images/sub/ico_home.png) no-repeat;
    text-indent: -9999px;
    border-right: 0;
}

.subNav .subNavMenu {
    width: 250px;
    text-align: left;
    text-indent: 20px;
}

.subNavMenu>a {
    background: url(/images/sub/ar_snb.png) no-repeat right center;
}

.snb {
    background: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.09);
}

.subNavMenu:hover .snb {
    max-height: 750px;
}

.snb li:hover a {
    background: url(/images/sub/ar_snb.png) no-repeat right center;
}


.sub_line {
    width: 90px;
    border-top: 2px solid #193989;
    margin-top: -10px;
    padding-bottom: 50px;
}

/* CEO Message css */
.greeting_wrapper .form_wrap {
    width: 100%;
    border-top: 2px solid #193989;
    font-size: 0;
}
.greeting_wrapper .th {
    width: 200px;
    padding: 25px 30px;
    box-sizing: border-box;
    vertical-align: top;
    text-align: left;
    font-size: 17px;
    background: #f9f9f9;
    text-align:center;
}
.greeting_wrapper .f_list {
    border-bottom: 1px solid #e5e5e5;
}
.greeting_wrapper .f_list .td {
    width: calc(100% - 200px);
    padding: 10px 30px 10px 50px;
    box-sizing: border-box;
    -mos-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 17px;
}
.greeting_wrapper .imgbox{
    width: 100%;
    position: relative;
    margin-bottom:180px;
}
.greeting_wrapper .imgbox .float-txt{
    position: absolute;
    top: 135px;
    right: 41px;
    width: 545px;
    padding: 40px 35px 45px 50px;
    background:#fff;
    box-shadow:13px 13px 32px 0 rgba(0, 0, 0, 0.1);
    box-sizing:border-box;
    -mos-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    word-break:keep-all;
}
.greeting_wrapper .imgbox .float-txt .tit{
    font-size: 26px;
    line-height: 38px;
    color:#121212;
    font-family:'noto-b';
}
.greeting_wrapper .imgbox .float-txt .txt{
    font-size:16px;
    line-height:30px;
    color:#555;
    margin-top:26px;
    letter-spacing:-0.7px;
}
/* vision css */
.vision_wrapper{
    margin-bottom: 120px;
}
.vision_wrapper .visionDiv{
    text-align:center;
    color:#fff;
}
.vision_wrapper .visionDiv .tit{
    font-size: 40px;
    line-height: 42px;
    color: #fff;
    font-family: 'noto-b';
    padding-bottom:31px;
}
.vision_wrapper .visionDiv .txt{
    font-size: 22px;
    line-height: 1.5;
}
.vision_wrapper .b_bg{
    position:absolute;
    top:0;
    left:0;
    background:rgba(0,0,0,0.5);
    width:100%;
    height: 400px;
}
.vision_wrapper .vision_group{
    position:relative;
    padding-top:130px;
    margin:130px 0;
}
.vision_wrapper .vision_group:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    margin-left: -1px;
    background: #eee;
}
.vision_wrapper .vision_group .year {
    position: relative;
    font-size: 42px;
    font-family:'noto-b';
    color: #121212;
    font-weight: 500;
    line-height: 1.2;
    display: block;
    margin-bottom: .7rem;
}
.vision_wrapper .vision_group li:first-child .year {
    color: #193989;
}
.vision_wrapper .vision_group .history_item {
    padding-left: 2.273em;
    line-height: 1.8rem;
    color: #666;
}
.vision_wrapper .vision_group .history_item b {
    position: relative;
    float: left;
    margin-left: -1.923em;
    font-size: 1.182em;
    font-weight: 700;
    letter-spacing: 0;
    color: #000;
}
.vision_group li {
    position: relative;
    min-height: 340px;
    text-align: right;
    width: 50%;
    padding-left: 142px;
    padding-right: 95px;
    margin-top: -78px;
    transition: all .3s ease;
}
.vision_group li.type2 {
    left: 50%;
    margin-top: 0px;
    padding-left: 90px;
    padding-right: 142px;
    text-align: left;
}
.vision_group li i {
    position: absolute;
    top: 0;
    right: -22px;
    width: 44px;
    height: 44px;
    border: 2px solid #eee;
    border-radius: 50%;
    box-sizing: border-box;
    background: #fff;
}
.vision_group li.type2 i {
    right: auto;
    left: -22px;
}
.vision_group li i:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ccc;
    transform: translate(-50%,-50%);
}
.vision_group li i:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 45px;
    height: 2px;
    background: #eee;
    transform: translate(-100%,-50%);
}
.vision_group li.type2 i:after {
    left: auto;
    right: 0;
    transform: translate(100%,-50%);
}
.vision_group li:first-child i:before {
    background: #193989;
}
.vision_group li:first-child i:after {
    background: #193989;
}
.vision_group li:first-child i {
    border-color: #193989;
}

/*.vision_group li.visionAction.wait-animation .year,
.vision_group li.visionAction.wait-animation .vision_item { opacity:0;}

.vision_group li.visionAction:not(.wait-animation) i { animation:showBounce 1s ease both;}
.vision_group li.visionAction:not(.wait-animation) i:after { width:45px; transition: all .3s ease .5s;}
.vision_group li.visionAction:not(.wait-animation) .year,
.vision_group li.visionAction:not(.wait-animation) .vision_item { animation:fadeInUp 1s ease .6s both;}*/


/* 연혁 css */
.history_wrapper .history_group{
    position:relative;
    padding-top:130px;
}
.history_wrapper .history_group:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -20px;
    bottom: 0;
    width: 2px;
    z-index: -1;
    margin-left: -1px;
    background: #eee;
}
.history_wrapper .history_group .year {
    position: relative;
    font-size: 42px;
    font-family:'noto-b';
    color: #121212;
    font-weight: 500;
    line-height: 1.2;
    display: block;
    margin-bottom: .7rem;
}
.history_wrapper .history_group .history_item {
    padding-left: 2.273em;
    line-height: 1.8rem;
    color: #666;
}
.history_wrapper .history_group .history_item b {
    position: relative;
    float: left;
    margin-left: -1.923em;
    font-size: 1.182em;
    font-weight: 700;
    letter-spacing: 0;
    color: #000;
}
.history_group li {
    position: relative;
    min-height: 340px;
    text-align: right;
    width: 50%;
    padding-left: 142px;
    padding-right: 95px;
    margin-top: -78px;
    transition: all .3s ease;
}
.history_group li.type2 {
    left: 50%;
    margin-top: 0px;
    padding-left: 90px;
    padding-right: 142px;
    text-align: left;
}
.history_group li i {
    position: absolute;
    top: 0;
    right: -22px;
    width: 44px;
    height: 44px;
    border: 2px solid #eee;
    border-radius: 50%;
    box-sizing: border-box;
    background: #fff;
}
.history_group li.type2 i {
    right: auto;
    left: -22px;
}
.history_group li i:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ccc;
    transform: translate(-50%,-50%);
}
.history_group li i:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 45px;
    height: 2px;
    background: #eee;
    transform: translate(-100%,-50%);
}
.history_group li.type2 i:after {
    left: auto;
    right: 0;
    transform: translate(100%,-50%);
}
.img_ani1{position:absolute; top:30px; right:25%; overflow:hidden; width:110px; height:110px;}
.img_ani1 img{width:90px; height:90px; display:block; margin:0 auto;}
.img_ani2{position:absolute;top:220px; left:22%; overflow:hidden; width:110px; height:110px;}
.actionType{
    transform:rotateZ(360deg);
    -webkit-transform:rotateZ(360deg);
    -moz-transform:rotateZ(360deg);
    
    animation: circleRotate2 linear 15s infinite;
    -webkit-animation: circleRotate2 linear 15s infinite;
    -moz-animation: circleRotate2 linear 15s infinite;
}

    @-webkit-keyframes circleRotate2 {
        0% {
            -webkit-transform: rotateZ(360deg);
            -moz-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
        }
        50% {
            -webkit-transform: rotateZ(180deg);
            -moz-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
        }
        100% {
            -webkit-transform: rotateZ(0deg);
            -moz-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
        }}
    @keyframes circleRotate2 {
        0% {
            -webkit-transform: rotateZ(360deg);
            -moz-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
        }
        50% {
            -webkit-transform: rotateZ(180deg);
            -moz-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
        }
        100% {
            -webkit-transform: rotateZ(0deg);
            -moz-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
            }}
                
    /* 주요 사업내용 css */
    .tb_01 tbody td{
        font-size:16px;
    }
    .buinessInfo_wrapper .form_wrap {
        width: 100%;
        border-top: 2px solid #193989;
        font-size: 0;
    }
    .buinessInfo_wrapper .th {
        width: 200px;
        padding: 25px 30px;
        box-sizing: border-box;
        vertical-align: top;
        text-align: left;
        font-size: 17px;
        background: #f9f9f9;
        text-align:center;
    }
    .buinessInfo_wrapper .f_list {
        border-bottom: 1px solid #e5e5e5;
    }
    .buinessInfo_wrapper .f_list .td {
        width: calc(100% - 200px);
        padding: 25px 30px;
        box-sizing: border-box;
        -mos-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        font-size: 17px;
        text-align: center;
    }
    .buinessInfo li{
        float: left;
        width: 33.3%;
        padding: 7px;
        cursor: pointer;
    }
    .buinessInfo li .thumb_nail{
        padding: 23px 0;
        background: #f5f5f5;
    }
    .buinessInfo li .cont_desc{
        text-align: left;
        padding: 17px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        border-top: 1px solid #e3e3e3;
        background: #fff;
        height: 88px;
    }
    .buinessInfo li  .thumb_nail img {
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
    }
    .buinessInfo li .thumb_nail:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
    
    /* 제품소개 css */
    .productInfo_wrapper .form_wrap {
        width: 100%;
        border-top: 2px solid #193989;
        font-size: 0;
    }
    .productInfo_wrapper .th {
        width: 200px;
        padding: 25px 30px;
        box-sizing: border-box;
        vertical-align: top;
        text-align: left;
        font-size: 17px;
        background: #f9f9f9;
        text-align:center;
    }
    .productInfo_wrapper .f_list {
        border-bottom: 1px solid #e5e5e5;
    }
    .productInfo_wrapper .f_list .td {
        width: calc(100% - 200px);
        padding: 25px 30px;
        box-sizing: border-box;
        -mos-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        font-size: 17px;
        text-align: center;
    }
    .productInfo li{
        float: left;
        width: 33.3%;
        padding: 7px;
        cursor: pointer;
    }
    .productInfo li .thumb_nail{
        padding: 25px 40px;
        background: #f5f5f5;
    }
    .productInfo li .cont_desc{
        text-align: center;
        padding: 17px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        border-top: 1px solid #e3e3e3;
        background: #fff;
        height: 62px;
    }
    .productInfo li  .thumb_nail img {
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
    }
    .productInfo li .thumb_nail:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
    .buinessInfo_datail .form_wrap{
        border-top:2px solid #193989;
    }
    .buinessInfo_datail .th {
        width: 245px;
        padding: 16px 30px;
        box-sizing: border-box;
        vertical-align: top;
        text-align: left;
        font-size: 15px;
        background: #f9f9f9;
        text-align:center;
    }
    .buinessInfo_datail .f_list {
        border-bottom: 1px solid #e5e5e5;
    }
    .buinessInfo_datail .f_list .td {
        width: calc(100% - 200px);
        padding: 15px 30px;
        box-sizing: border-box;
        -mos-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        font-size: 17px;
        text-align: left;
    }
    .btn_download{
        width: 250px;
        display: block;
        margin: 0 auto;
        text-align: left;
        font-size: 18px;
        color: #fff;
        font-weight: 400;
        line-height: 1.5;
        padding: 20px 30px;
        margin-top: 40px;
        box-sizing: border-box;
        background: url(/images/sub/ico_download.png) right 30px center no-repeat,#f08200;
    }
    .pdt_detail_img img{
        max-width: 100%;
    }
    /* 자료실 */
    /* 회사소개서 */
    .company_introduce .logo{
        position: absolute;
        top:50px;
        left: 50%;
        margin-left: -77px;
    }
    .company_introduce .title{
        position: absolute;
        bottom:150px;
        left: 50%;
        margin-left: -80px;
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        border: 2px solid #f08200;
        background: #f08200;
        border-radius: 3px;
        width: 160px;
        height: 45px;
        line-height: 45px;
        letter-spacing: -0.05em;
    }
    .company_introduce .title p{
        color:#fff;
    }
    
    /**갤러리 css**/
    .galley_dt_title {
        border-top: 2px solid #072241;
    }
    
    .list_btn {
        
    }
    
    .list_btn:hover,
    .list_btn:focus {
        background: #121212;
        border: 1px solid #121212;
        color: #fff;
        transition: all 0.5s;
    }
    
    .list_btn:hover:before {
        width: 100%;
    }
    
    .gallery_img {
        width: 100%;
        height: 250px
    }
    
    
    /**테이블 게시판 형태*/
    .board_list table{
        width:100%;
        table-layout: fixed;
    }
    .board_list thead th {
        border-top: 1px solid #1c2640;
        border-bottom: 1px solid #e8e8e8;
        text-align: center;
        height: 50px;
        padding: 2px 5px;
        font-size: 16px;
        background: #f7f7f7;
        font-family: noto-m;
        box-sizing:border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .board_list tbody td {
        text-align: center;
        font-size: 15px;
        padding: 14px 7px;
        border-bottom: 1px solid #e8e8e8;
        word-break:keep-all;
        cursor:pointer;
        box-sizing:border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    /**줄바꿈**/
    .board_list tbody td a{
        word-break: break-all;
        text-align: justify;
    }
    
    /**내 신청 버튼*/
    .my_apply_view{
        background:#333;
        color:#fff;
    }
    .my_apply_before{
        color:#888;
        background:#fff;
        border:1px solid #e8e8e8;
    }
    .common_p{
        font-size:14px;
        line-height:26px;
        padding:3px 7px;
        font-family:'noto-m';
        letter-spacing:-0.03em;
        text-align:center;
        border-radius:5px;
        cursor:pointer;
    }
    
    .user_area span{
        background: url(/images/m/ico/bbs_list_line.gif) no-repeat left center;
        padding: 0 6px;
    }
    .user_area span:first-child{
        padding-left: 0;
        background: none;
    }
    
    /**교육 동영상 플레이 리스트*/
    .edu_play_view{
        width:100%;
        height:500px;
        overflow:hidden;
        background:#fff;
        border:1px solid #e8e8e8;
        border-radius:20px;
    }
    
    
    /****/
    .btn_new_img {
        position: relative;
        top: 0px;
        left: 4px;
    }
    .board_detail_page {
        border-top: 1px solid #1c2640;
        border-bottom: 1px solid #e8e8e8;
        padding: 24px 0;
        overflow: hidden;
    }
    
    /**온라인문의*/
    .agree_box {
        border-top: 2px solid #072241;
        height: 290px;
    }
    
    .agree_area input[type="checkbox"]+label span {
        display: inline-block;
        width: 25px;
        height: 25px;
        vertical-align: -9px;
        background: url(/images/btn/ico_checkbox_off.png) left top no-repeat;
        cursor: pointer;
    }
    
    .agree_area input[type="checkbox"] {
        display: none;
    }
    
    .agree_area input[type="checkbox"]:checked+label span {
        background: url(/images/btn/ico_checkbox_on.png) left top no-repeat;
    }
    
    .table-form {
        border-top: 2px solid #1c2640;
    }
    
    .input_400 {
        width: 400px;
    }
    
    input[type="text"],
    input[type="password"],
    input[type="file"] {
        resize: none;
        vertical-align: middle;
        padding-left:8px;
    }
    
    input::placeholder {
        font-family: noto-r;
        font-size: 15px;
        color: #888;
    }
    input{
        font-family: noto-r;
        font-size: 15px;
        border: 1px solid #ddd;
    }
    
    .online_textarea {
        min-height: 200px;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        resize: none;
    }
    
    .file_area input {
        opacity: 0;
        -webkit-appearance: none;
    }
    
    input[type="file"] {
        width: 100%;
        padding: 0;
        line-height: normal;
    }
    
    .submit_button {
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    
    .submit_button:hover input[type="button"] {
        background: #121212;
        border: 1px solid #121212;
        color: #fff;
        transition: all 0.5s;
    }
    
    /**질문과 답변 검색창*/
    .notice_search_box {
        width: 100%;
        border: 1px solid #ddd;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 20px 220px;
        margin-bottom: 20px;
        background: #ffffff;
    }
    
    .notice_search_box select {
        width: 20%;
        height: 40px;
        border: 1px solid #ddd;
        background: #ffffff;
        font-size: 15px;
        line-height: 15px;
        color: #454545;
        vertical-align: 0px;
    }
    
    .notice_search_box input {
        width: 50%;
        height: 40px;
        border: 1px solid #ddd;
        background: #ffffff;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin-top: -2px;
        font-size: 15px;
        line-height: 15px;
        color: #454545;
        padding: 0 10px;
    }
    
    .notice_search_box button {
        width: 28%;
        height: 40px;
        border: none;
        background: #121212;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        font-size: 15px;
        line-height: 15px;
        font-weight: bold;
        color: #ffffff;
    }
    
    
    /* 도시재생대학 참여신청 */
    .table-form tbody tr th {
        padding-left: 25px;
    }
    
    .table-form tbody tr td {
        padding-left: 20px;
    }
    
    /**페이지버튼*/
    .page_wrap {
        margin: 65px 0 0;
    }
    
    
    /**사업소개*/
    .project-img-list li{
        margin-bottom:20px;
    }
    .project-img-list .img-box{
        overflow:hidden;
        border-radius:20px;
        border: 1px solid #e8e8e8;
    }
    .project-img-list li .inner{
        padding:0 8px;
    }
    .project-img-list .desc{
        display: block;
        text-align: center;
        font-family: 'noto-m';
        font-size: 20px;
        margin-top: 16px;
        color: #333;
    }
