@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+KR:wght@300;400;500;700&display=swap');

body {font-family:'Noto Sans KR', sans-serif, 'Malgun Gothic', dotum, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-family:'Noto Sans KR', sans-serif, 'Malgun Gothic', dotum, sans-serif}
input, button {font-family:'Noto Sans KR', sans-serif, 'Malgun Gothic', dotum, sans-serif;}
textarea, select {font-family:'Noto Sans KR', sans-serif, 'Malgun Gothic', dotum, sans-serif;}

#hd{
    position: relative;
    border-top:4px solid #266a2d;
    border-bottom: 1px solid #266a2d;
    background:none;
    box-shadow: 0px 3px 8px 3px rgba(0, 0, 0, 0.2);
    z-index: 10;
    width: 100%;
    background: #fff;
}
#hd.on{
    position: fixed;
}
/*#hd:after{
    position: absolute;
    content: '';
    clear:both;
    display: block;
    left:0;
    height: 0px;
    background: #000;
    width: 100%;
    z-index: 9;
    box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.2);
}*/
#tnb,.hd_sch_wr,#aside,.hd_login{display: none;}

#hd_wrapper{
    height: 104px;
}
#logo {
    padding: 27px 0 0;
    z-index: 1;
    position: absolute;
}
#logo a img {
    /*display: block;
    width:301px;
    height: 52px;*/
    transition: all .4s;
}
#logo a:hover img {
    opacity: .6;
}
#gnb{
    /*float: right;*/
    /*width: 500px;*/
    /*position: absolute;*/
    width:100%;
}

#gnb .gnb_wrap{
    width:100%;
    /*position:absolute;*/
    /*padding-left: 20%;*/
    right: 0;
    /*z-index: 0;*/
}
#gnb #gnb_1dul {
    border-bottom:none;
    float: right;
    font-size: 18px;
    
}
.gnb_1da{
    font-weight: 400;
    color:#057323;
}

#gnb .gnb_1dli {
    /*float: right;*/
    padding: 24px 54px 0;
}
#gnb .gnb_1dli:after{
    content: '';
    position: absolute;
    right:0;
    top: 45px;
    display: block;
    width:1px;
    background: #999;
    height: 10px;
}
#gnb .gnb_1dli:first-child:after,#gnb .gnb_1dli:last-child:after{
    width:0px;
}
#gnb .gnb_1dli:hover > a,#gnb .gnb_1dli a:focus,#gnb .gnb_1dli a:hover{

    color:#057323;
}
#gnb .gnb_1dli .bg{
    display: none;
}
.gnb_2dul {
    top:70px;
    width: 150px;
    
}
#gnb .gnb_1dli:nth-child(4) .gnb_2dul {
    width: 180px;
    margin-left: 18px;
}
.gnb_1dli .gnb_2dul {
    margin-left: 34px;
}
.gnb_1dli:nth-child(3) .gnb_2dul {
    margin-left: -20px;
}



#gnb .gnb_1dli:nth-child(3){
    padding-left: 0;
}

#gnb .gnb_1dli.gnb_mnal{/*전체메뉴열기*/
    display: none;
    padding: 0;
}
#gnb_all {
    width:100%;
    left: 0;
    top: 105px;
}
#gnb .gnb_1dli.gnb_map{
    float: right;
    padding-right: 0;
}
#gnb .gnb_1dli.gnb_map a{
    display: block;
    width: 126px;
    height: 36px;
    background: #50b848;
    color: #fff;
    text-align: center;
    line-height: 36px;
    margin-top: 10px;
    border-radius: 8px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}
#gnb .gnb_1dli.gnb_map a:hover{
    background: #008e3c;
}
.gnb_2da {
    color:#979797;
    font-size: 15px;
}

/*section visual*/
.visual{
    /*border:1px solid #000;*/
    background: url(/images/main_11.jpg);
}
.visual .slide li{
    position: relative; 
    width: 100%;
    height: 734px;
    text-align: center; 
    color: #000;
    
}
/*내용*/
#container_wr{
    padding: 0 50px;
}
#container{
    width:100%;
    margin: 32px 0 0;
    min-height: auto;
    font-size: 1.2em;
}
#container > ul{
    position: relative;
    width:346px;
    height: 300px;
    border:1px solid #dfdfdf;
    float: left;
    margin-right: 31px;
    overflow: hidden;
}
#container > ul > li{
    position: relative;
}
#container > ul:last-child{
    margin-right: 0;
}
#container > ul .li_top{
    width:100%;
    height: 155px;
    /*border-top:1px  solid #dfdfdf;
    border-left:1px  solid #dfdfdf;
    border-right:1px  solid #dfdfdf;*/
    overflow: hidden;
    /*transition: all .4s;*/

}
#container > ul > li> a{
    display: block;
    width:100%;
    height: 100%;
    position: relative;
    z-index: 7;
}
#container > ul .li_top img{

    
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

#container > ul:nth-child(3) .li_top{
    height: 82px;
    background: url(/images/main_20.jpg);
    background-size: 100%;
    background-position: center;
    
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}

#container > ul .li_top a{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width:100%;
    height: 100%;

    overflow: hidden;
    background: #000;
    opacity: 0;
    z-index: 199;
}

#container > ul:hover  .li_top img{
    
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

}
#container > ul > li{
    position: relative;
    overflow: hidden;
}
#container > ul:before{
    position: absolute;
    display: block;
    content: '더보기+';
    left: 50%;
    top: 50%;
    
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    z-index: 6;
    opacity: 0;
    
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
    text-shadow:1px 1px 5px #000;
}
#container > ul:hover:before{
    opacity: 1;
}
#container > ul:after{
    position: absolute;
    content: '';
    display: block;
    width:346px;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0;
    z-index: 1;
    
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    transition: all .4s;
}
#container > ul:hover:after{
    opacity: 0.2;
}

#container > ul:last-child:before,#container > ul:last-child:after{
    content: '';
    opacity: 0;
    display: none;
}
#container > ul .li_bottom{
    width:100%;
    height: 143px;
    
    /*border-left:1px  solid #dfdfdf;
    border-right:1px  solid #dfdfdf;
    border-bottom:1px  solid #dfdfdf;*/
    text-align: center;
    /*background: #efefef;*/
}
/*더보기*/
#container > ul:nth-child(3) .li_top .link_plus{
    position: absolute;
    display: block;
    left: 59px;
    top: 22px;
    width:228px;
    height:40px;
    background: #fff;
    border: 1px solid #b1c4cc;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 400;
    opacity: 1;
    transition: all .4s;
}

#container > ul:nth-child(3) .li_top .link_plus > span{
    /*position: relative*/
    display: inline-block;
    width:30px;
    height:30px;
    background: #50b848;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    margin: 4px 10px 0 5px;
    font-size: 18px;
    /*font-weight: bold;*/
    color: #fff;

}
#container > ul:nth-child(3) .li_top .link_plus p{
    position: absolute;
    display: inline-block;
    right:0;
    top:0px;
    font-size: 12px;
    color: #fff;
    width:68px;
    height: 18px;
    background: #bdbebe;
    line-height: 18px;
    text-align: center;
    border-radius: 9px;
    margin: 10px 10px 0 0;
    transition: all .4s;
}
#container > ul:nth-child(3) .li_top .link_plus:hover{
    color:#50b848;
}
#container > ul:nth-child(3) .li_top .link_plus:hover p{
    background: #555;
}
#container > ul:nth-child(3) .li_top .link_plus p span{
    font-size: 4px;
}
/*더보기*/
#container > ul:nth-child(3) .li_bottom{

    height: 216px;
}
#container > ul .li_bottom h3{
    padding-top: 16px;
    font-size: 26px;
    font-weight: 700;
    color: #303030;
    position: relative;
}
#container > ul .li_bottom h3:after{
    content: '';
    position: absolute;
    clear: both;
    left:50%;
    top: 52px;
    width: 40%;
    
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    background: #50b848;
}
#container > ul:nth-child(2) .li_bottom h3:after{
    width: 76%;
}
#container > ul .li_bottom h3 span{
    color: #008e3c;
}
#container > ul .li_bottom p{
    padding: 10px 30px 0;
    font-size: 18px;
    font-weight: 300;
    color: #717171;
    line-height: 27px;
    letter-spacing: -.4px;
}

#container_title{
    display: none;
}

#container ul.animated{
    animation-name: active_scroll;
}

@keyframes active_scroll{
    0%{
        
        -moz-transform: translateY(10%);
        -webkit-transform: translateY(10%);
        -ms-transform: translateY(10%);
        transform: translateY(10%);
        opacity: 0;}
    10%{
        
        -moz-transform: translateY(10%);
        -webkit-transform: translateY(10%);
        -ms-transform: translateY(10%);
        transform: translateY(10%);
        opacity: 0;}
}


.latest_top_wr{
    margin: 0;
}
.swiper-slide{
    overflow: hidden;
}

.swiper-slide > img{
    position: absolute;
    left:50%;
    
    
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
}

.swiper-slide .txt{
    position: absolute;
    left:50%;
    top:160px;
    margin-left: -260px;
    
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
.swiper-slide .txt p:nth-child(1){
    
}

.swiper-slide .txt p:nth-child(3){
    display: block;
    padding-left: 75px;
    margin-top: 14px;
}

.swiper-slide.swiper-slide-active .txt p:nth-child(1){
    animation: text01 1s;
}
@keyframes text01{
    0%{margin-left:-100px;opacity: 0;}
    20%{margin-left: -100px;opacity: 0;}
}


.swiper-slide .txt p:nth-child(2){
    display: block;
    padding-left: 75px;
    margin-top: 20px;
}
.swiper-slide.swiper-slide-active .txt p:nth-child(2){
    animation: text02 1s 1s;
    animation-fill-mode: backwards;
}
@keyframes text02{
    0%{margin-left:100px;opacity: 0;}
    20%{margin-left: 100px;opacity: 0;}
}

.swiper-slide .txt p:nth-child(3){
    display: block;
    padding-left: 75px;
    margin-top: 12px;
}
.swiper-slide.swiper-slide-active .txt p:nth-child(3){
    animation: text03 1s 2s;
    animation-fill-mode: backwards;
}
@keyframes text03{
    0%{margin-left:-100px;opacity: 0;}
    20%{margin-left: -100px;opacity: 0;}
}

.swiper-button-next,.swiper-button-prev{
    width:50px;
    height: 50px;
    border:1px solid #fff;
    color:#fff;
    left:50%;
    margin-left: -420px;
    top:60%;
}
.swiper-button-prev{
    margin-left: -469px;
}
.swiper-button-next:after{
    content: '>';
    font-size: 24px;
}
.swiper-button-prev:after{
    content: '<';
    font-size: 24px;
}
.swiper-pagination-bullet{
    width:16px;
    height: 16px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #50b848;
}


#ft {
    background: none;
}
#ft_wr{
    width:100%;
    max-width:none;
    position: relative;
}
#ft_wr .gong{
    float: right;
    margin-top: -4px;
}
#ft_wr .gong a{
    display: inline-block;
    padding: 0 5px;
}
#ft_link > a{
    color: #303030;
}
#ft_wr #ft_link{
    margin: 10px auto;
    width: 1200px;
    /*background: #f5f5f5;*/
    float: none;
    z-index: 2;
    padding-left: 312px;

}
#ft_wr .ft_cnt{
    padding: 0;
}
#ft_wr #ft_company{
    margin: 42px auto 0;
    width: 1200px;
    /*background: #f5f5f5;*/
    float: none;
    /*z-index: 2;*/
}
#ft_company h2{
    float: left;
    display: inline-block;
    margin-bottom:0;
    vertical-align: top;
    /*text-indent: -9999px;
    width:301px;
    height: 52px;
    background: url(/images/main_36.jpg) no-repeat;*/
}
#ft_company h2 > a img{
    transition: all .4s;
}
#ft_company h2 > a:hover img{
    opacity: .6;
}
.ft_info_table{
    float: left;
    border: 0;
    color: #303030;
    width: 65%;
    margin-left: 40px;
        margin-top: 5px;
    font-size: 14px;
}
.ft_info_table td{
    border: 0;
}
.ft_info_table td:first-child{
    width:260px;
}
.ft_info_table td.last_td{
    height:40px;
    color:#999;
}
.ft_info_table td.td_width{
    width:150px;
}
#ft_company .ft_info{
    display: inline-block;
    padding: 6px 0 0 40px;
    font-size: 14px;
    color: #303030;
    line-height: 24px;
}
#ft_wr #ft_link:after{
    width: 100%;
    position: absolute;
    content: '';
    display: block;
    clear: both;
    height:49px;
    left: 0;
    top: 40px;
    background: #f5f5f5;
    z-index: -1;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
#ft_wr #ft_link > a{
    display: inline-block;
    padding:0 33px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

#ft_wr #ft_link > a:after{
    content: '';
    position: absolute;
    right:0;
    top: 10px;
    display: block;
    width:1px;
    background: #999;
    height: 10px;
}
#ft_wr #ft_link > a:nth-child(3):after{
    width:0px;
}
#ft_wr .notice.ft_cnt{
    display: none;
    
}


#ft_wr  span{
    display: inline-block;
    padding: 20px 0 0 0;
    color: #979797;
    font-weight: 300;
}
#ft_wr  span.admin_login a{
    color: #fff;
    display: inline-block;
    width:54px;
    height:26px;
    padding: 0 6px;
    border: 1px solid #fff;
    border-radius: 8px;
}
#ft_wr  span.admin_login a:hover{
    color: #979797;
    border: 1px solid #979797;
}
#ft_wr  span.admin_login.on a:first-child{
    border: 1px solid #057323;
    color: #057323;
    width:68px;
}
#ft_wr  span.admin_login.on a:last-child{
    border: 1px solid #057323;
    color: #057323;
    width:54px;
}
#visit,#ft_copy{
    display: none;
}


/*subpage visual*/
.sub-visual{
    /*border:1px solid #000;*/
    background: url(/images/main_11.jpg);
    height: 250px;
    overflow: hidden;
    position: relative;
}
.sub-visual img{
    position: absolute;
    top:0;
    left:50%;
    
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform:  translateX(-50%);
    transform: translateX(-50%);
}
.sub-visual img:nth-child(2),.sub-visual img:nth-child(3){
    display:none;
}
/*
.visual .slide li{
    position: relative; 
    width: 100%;
    height: 734px;
    text-align: center; 
    color: #000;
    
}
*/

/*서브상단메뉴*/
#sir_lnb{z-index:2;width:100%;}

#sir_lnb #lnb_cate{clear:both;position:relative;border-bottom:0px solid #fff;    width: 1200px;
    margin: 0 auto;}
#sir_lnb #lnb_cate h2{position:absolute;margin:0;padding:0;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden;}
#sir_lnb #lnb_cate .sub_css > ul{
    margin: 35px 0;
}
#sir_lnb #lnb_cate .sub_css > ul > li {
    width:1200px; 
    height:79px; 
    background-image:url(/images/sub_title.png);
    text-align:center;
    font-weight:700;
    font-size:26px;
    color:#fff;
    line-height:79px;}


#sir_lnb #lnb_cate ul{overflow:hidden;margin:0;padding:0;list-style:none;}
#sir_lnb #lnb_cate > ul > li{padding:0px 0;
    position:relative;
    height:44px; float:left; width:163px; text-align:center; background-color:#f0f0f0; margin:4px; line-height:44px;

}

#sir_lnb #lnb_cate a{
    display:block;
    position:absolute;
    padding:0px;
    color:#000;
    overflow:hidden;
    left: 0;top: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 400;
    transition: all .6s;
}
#sir_lnb #lnb_cate a:hover,#sir_lnb #lnb_cate a:focus{background:#50b848;color:#fff;}

#sir_lnb #lnb_cate .lnb_cate_on a{background:#14963c;color:#fff;}

/*서브상단메뉴*/
/*sub1_1*/
#ctt_con {
    padding: 0;
    overflow: hidden;
    position: relative;
}
#ctt_con .sub_left_ul{
    display: inline-block;
    width:46%;
    height:100%;
}

#ctt_con .sub_left_ul span{
            position: absolute;
            left: 0;
            top: 0;
            display: block;
        }
        #ctt_con .sub_left_ul .sub_left_ul_img01{
            z-index: 2;
            left:40px;
            top:40px;
        }
        #ctt_con .sub_left_ul .sub_left_ul_img02{
            z-index: 1;
        }

        #ctt_con .sub_left_ul .sub_left_mobile{
                display:none;
        }

        #ctt_con .sub_right_ul{
            display: inline-block;
            width: 46%;
            position: relative;
            height: 100%;
        }

        #ctt_con .sub_right_ul{
            float: right;
            width: 54%;
            /*height: 505px;
            height: 100%;*/
        }
        
        #ctt_con .sub_right_ul span{
            /*position: absolute;
            left: 0;
            top: 0;*/
            display: inline-block;
            width:100%;
            /*text-align: right;*/
        }
        .sub_right_ul .sub_right_ul_img01{
            padding-top: 36px;
            
            /*background: url(/images/sub_05.jpg);*/
            height: 567px;
        }
        .sub_right_ul .sub_right_ul_img01 p{
            display: inline-block;
            font-size: 20px;
            line-height: 32px;
            background: url(/images/dotted/dotted_3_3_32.png);
            margin-bottom: 40px;
            font-weight: 300;
            color: #303030;
            text-align: left;
        }
        .sub_right_ul .sub_right_ul_img02{
            text-align: right;
        }
        /*애니메이션*/
        #ctt_con .sub_left_ul .sub_left_ul_img01.animated{
            animation-name: sub_left_01;
        }

        @keyframes sub_left_01{
            0%{

                -moz-transform: translateX(10%);
                -webkit-transform: translateX(10%);
                -ms-transform: translateX(10%);
                transform: translateX(10%);
                opacity: 0;}
            10%{

                -moz-transform: translateX(10%);
                -webkit-transform: translateX(10%);
                -ms-transform: translateX(10%);
                transform: translateX(10%);
                opacity: 0;}
        }

        #ctt_con .sub_left_ul .sub_left_ul_img02.animated{
            animation-name: sub_left_02;
        }

        @keyframes sub_left_02{
            0%{

                -moz-transform: translateX(-10%);
                -webkit-transform: translateX(-10%);
                -ms-transform: translateX(-10%);
                transform: translateX(-10%);
                opacity: 0;}
            10%{

                -moz-transform: translateX(-10%);
                -webkit-transform: translateX(-10%);
                -ms-transform: translateX(-10%);
                transform: translateX(-10%);
                opacity: 0;}
        }
        #ctt_con .sub_right_ul .sub_right_ul_img01.animated{
            animation-name: sub_right_01;
        }
        @keyframes sub_right_01{
            0%{

                -moz-transform: translateY(-3%);
                -webkit-transform: translateY(-3%);
                -ms-transform: translateY(-3%);
                transform: translateY(-3%);
                opacity: 0;}
            10%{

                -moz-transform: translateY(-3%);
                -webkit-transform: translateY(-3%);
                -ms-transform: translateY(-3%);
                transform: translateY(-3%);
                opacity: 0;}
        }


        #ctt_con .sub_right_ul .sub_right_ul_img02.animated{
            animation-name: sub_right_02;
            /*animation-iteration-count:1;*/
        }
        @keyframes sub_right_02{
            0%{

                -moz-transform: translateY(20%);
                -webkit-transform: translateY(20%);
                -ms-transform: translateY(20%);
                transform: translateY(20%);
                opacity: 0;}
            10%{

                -moz-transform: translateY(20%);
                -webkit-transform: translateY(20%);
                -ms-transform: translateY(20%);
                transform: translateY(20%);
                opacity: 0;}
        }



/*조직도*/

.ctt_sub1_3 #ctt_con{
    background: url(/images/cl.jpg) no-repeat;
    background-size: 80%;
    background-position: center top;
}
        #container_wr #ctt_con .jigik{
            text-align: center;
            /*position: absolute;*/
            left:300px;
            width:200px;
            /*border: 1px solid #000;*/
            margin: 0 auto;

        }

        #container_wr #ctt_con .jigik p{
            display: block;
            position: relative;
            width:200px;
            height:70px;
            background: #c5d4e8;
            line-height:70px;
            text-align: center;
            border-radius: 35px;
            font-size: 30px;
            font-weight: 700;
            color: #1b4e8d;
            margin-bottom: 120px;

        }
 
        #container_wr #ctt_con .jigik p.animated{
            animation-name: jigikp;
            /*animation-iteration-count:1;*/
        }
        @keyframes jigikp{
            0%{

                -moz-transform: translateX(-10%);
                -webkit-transform: translateX(-10%);
                -ms-transform: translateX(-10%);
                transform: translateX(-10%);
                opacity: 0;}
            10%{

                -moz-transform: translateX(-10%);
                -webkit-transform: translateX(-10%);
                -ms-transform: translateY(-10%);
                transform: translateX(-10%);
                opacity: 0;}
        }
        
        #container_wr #ctt_con .jigik .gamsa.animated{
            animation-name: jigikp2;
            /*animation-iteration-count:1;*/
        }
        @keyframes jigikp2{
            0%{

                -moz-transform: translateX(10%);
                -webkit-transform: translateX(10%);
                -ms-transform: translateX(10%);
                transform: translateX(10%);
                opacity: 0;}
            10%{

                -moz-transform: translateX(10%);
                -webkit-transform: translateX(10%);
                -ms-transform: translateY(10%);
                transform: translateX(10%);
                opacity: 0;}
        }

        #container_wr #ctt_con .jigik p:first-child{
            background: #3c7ac7;
            color: #fff;
        }
        
        
        #container_wr #ctt_con .jigik p:after{
            content: '';
            position: absolute;
            display: block;
            width:1px;
            height:100px;
            background: #999;
            top:80px;
            left:100px;
        }
        #container_wr #ctt_con .jigik p:nth-child(3){
            margin-bottom: 0;
        }
        #container_wr #ctt_con .jigik p:nth-child(3):after{
            width:0;
        }
        
        #container_wr #ctt_con .jigik .gamsa{
            position: absolute;
            left: 720px;
            top:95px;
            background: #fe9d14;
            z-index: 100;
            color:#fff;
        }
        
        
        #container_wr #ctt_con .jigik .gamsa:after{
            content: '';
            position: absolute;
            display: block;
            width:160px;
            height:1px;
            background: #999;
            top:35px;
            left:-175px;
        }


/*장학생선정*/
#ctt_con{
    text-align: center;
}
#ctt_con > h3{
    display: inline-block;
    width:200px;
    height:60px;
    background: #3c7ac7;
    line-height:60px;
    text-align: center;
    border-radius: 35px;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    
}
#ctt_con > h3:nth-of-type(2){
    margin: 50px 0 30px;
}
#ctt_con .sunbal{
    margin: 30px 0;
}
#ctt_con .sunbal h3{
    position: relative;
    display: inline-block;
    line-height: 60px;
    width:200px;
    height:60px;
    /*background: #efefef;
    border-radius: 5px;*/
    font-size: 18px;
    margin: 0px 3px;
    /*z-index: 2;*/
    text-align: center;
    font-weight: 300;
    
}
#ctt_con .sunbal span{
    display: block;
    position: relative;
    z-index: 3;
    font-size: 24px;
    height: 100px;
    line-height: 100px;
    color: #1b4e8d;
}
#ctt_con .sunbal h3:before{
    content: '▶';
    position: absolute;
    display: block;
    width:10px;
    height:10px;
    /*border-radius: 50px;
    background: #efefef;*/

    top: 23px;
    left: 200px;
    color:#999;
    /*transform: translateX(-50%);*/
    /*z-index: 0;*/
}
#ctt_con .sunbal h3:last-child:before{
    content: ''
}
#ctt_con .sunbal h3:after{
    content: '';
    position: absolute;
    display: block;
    width:100px;
    height:100px;
    border-radius: 50px;
    background: #e2ebf6;

    top:0px;
    left:50%;
    transform: translateX(-50%);
    z-index: 0;
}
#ctt_con .sunbal h3:nth-child(2n):after{
    background: #c5d4e8;
}
#ctt_con .sunbal h3{
    animation-name: sunbal_h3;
            /*animation-iteration-count:1;*/
        }
        @keyframes sunbal_h3{
            0%{

                -moz-transform: translateY(30%);
                -webkit-transform: translateY(30%);
                -ms-transform: translateY(30%);
                transform: translateY(30%);
                opacity: 0;}
            10%{

                -moz-transform: translateY(30%);
                -webkit-transform: translateY(30%);
                -ms-transform: translateY(30%);
                transform: translateY(30%);
                opacity: 0;}
        }
/*#ctt_con .sunbal span:after{
    content: "&#xe852;";
    display: block;
    left:0;
    top: 0;
}*/
#ctt_con .sunbal2{
    border: 1px solid #a7b8cd;
}
#ctt_con .sunbal2 ul{
    border-bottom: 1px solid #a7b8cd;
    overflow: hidden;
}
#ctt_con .sunbal2 li{
    float:left;
    font-size: 18px;
    font-weight: 300;
    height:50px;
    line-height: 50px;
    
}
#ctt_con .sunbal2 ul:nth-child(1) .sunbal2_title,#ctt_con .sunbal2 ul:nth-child(2) .sunbal2_title,#ctt_con .sunbal2 ul:nth-child(5) .sunbal2_title,#ctt_con .sunbal2 ul:nth-child(6) .sunbal2_title{
    letter-spacing: 5px;
}
#ctt_con .sunbal2 ul:nth-child(3) .sunbal2_title{
    letter-spacing: 8px;
}
#ctt_con .sunbal2 .sunbal2_title{
    width:30%;
    font-weight: 400;
    background: #e2ebf6;
    color: #1b4e8d;
}
#ctt_con .sunbal2 .sunbal2_con{
    margin-left:5%;
    width:65%;
    text-align: left;
}
#ctt_con .sunbal2 ul:nth-child(4) li{
    padding-top:10px;
    height:80px;
    line-height: 30px;
    padding-right: 8px;
}

/*장학금지급실적*/
#ctt_con > h3.h3_size{
    width:250px;
    margin: 0px 0px 50px;
}
#ctt_con .gigub{
    width:100%;
    border: 1px solid #a7b8cd;
}
#ctt_con .gigub li{
    float: left;
    width:25%;
    font-size: 18px;
    font-weight: 300;
    height:50px;
    line-height: 50px;
    border-left:1px solid #a7b8cd;
    
}
#ctt_con .gigub li:nth-child(4n+1){
    border-left:0;
}
#ctt_con .gigub .sunbal2_title{
    font-weight: 400;
    background: #e2ebf6;
    color: #1b4e8d;
}
#ctt_con .gigub ul{
    border-bottom: 1px solid #a7b8cd;
    overflow: hidden;
}



#bo_v_info .profile_info .pf_img{
    display: none;
}




/*반응형*/
/*1200px*/
@media screen and (max-width:1200px){
    /*body{
        overflow: hidden;
    }
    
    #hd_wrapper{
        width:100%;
        padding: 0 20px;
    }
    #gnb .gnb_1dli {
        padding: 24px 24px 0;
    }

    #container > ul {
        width: 32%;
        margin-right: 2%;
    }

    #container > ul .li_top img {
        width: 100%;
    }

    #container > ul:after {
        width: 100%;
    }

    #hd, #wrapper, #ft {
        min-width: auto;
    }
    #container > ul .li_top {
        height:auto;
    }

    #container > ul .li_bottom h3:after {
        width: 115px;
    }
    
    #container > ul:nth-child(2) .li_bottom h3:after {
        width: 216px;
        top:48px;
    }
    #container > ul:nth-child(3) .li_top {
        height: auto;
    }
    #container > ul:nth-child(3) .li_top img {
        height: 100%;
    }
    
    #container > ul:nth-child(3) .li_top .link_plus {

        left: 50%;
        top: 50%;
        width: 200px;
        height: 40px;
        font-size: 20px;
        transform: translate(-50%, -50%);
    }
    #container > ul:nth-child(3) .li_top .link_plus p {
        width: 60px;
    }

    #container > ul:nth-child(3) .li_bottom {
        height: auto;
    }
    #container > ul .li_bottom{
        height:auto;
    }
    #container > ul .li_bottom p{
        padding: 18px 24px 0;
    }
    #container > ul .li_bottom h3 {
        padding-top: 10px;
        font-size: 22px;
    }
    
    #container > ul .li_bottom h3:after{
        top: 45px;
    }
    #container > ul:before {
        font-size: 32px;
        z-index: 20;
    }
    
    
    #container_wr {
        padding: 0 20px;
        width: 100%;
    }
    
    #ft_copy {
        width: auto;
    }

    #ft_wr #ft_link {
        width: 100%;

    }

    #ft_wr #ft_company {
        width: 100%;
    }

    
    

    #sir_lnb #lnb_cate{
        width:100%;
    }
    
    #sir_lnb #lnb_cate .sub_css > ul > li {
        width: 100%;
        background-position: center;
    }
    #ctt_con .sub_right_ul span{
        text-align: right;
    }
    .sub_right_ul .sub_right_ul_img01 p {

        text-align: left;
    }
    #ctt_con .sub_left_ul .sub_left_ul_img01,#ctt_con .sub_left_ul .sub_left_ul_img02{
        width: 40%;
    }
    #ctt_con .sub_left_ul .sub_left_ul_img01 img,#ctt_con .sub_left_ul .sub_left_ul_img02 img{
        width: 100%;
    }
    #ctt_con .sub_right_ul{
        width: 50%;
    }*/

}
@media screen and (max-width:1000px){

    
    /*#gnb .gnb_1dli.gnb_map,#gnb .gnb_1dli.gnb_al_li_plus{
        display:none;
    }
    #gnb .gnb_1dli.gnb_mnal {
        display: block;
        padding: 24px 0 0 0;
    }
    #gnb .gnb_menu_btn{
        background: #50b848;
        border-radius: 6px;
        width: 55px;
    }
    #gnb .gnb_1dli:after{
        width:0;
    }
    
    #gnb_all {
        width: 60%;
        left: auto;
        right: 0;
        top: 0;
        height: 100%;
        position: fixed;
        border: 0px solid #c5d6da;
    }
    #gnb .gnb_close_btn {
        background: transparent;
        color: #000;
        right: 0;
        position: absolute;
        font-size: 44px;
        left: -60px;
    }
    #gnb_all h2 {
        font-size: 2em;
        padding: 25px 40px;
    }
    
    #gnb_all .gnb_al_li {
        float: none;
        width: 100%;
        min-height: auto;
        padding: 20px 0 20px 40px;
        border-left: 0px solid #e7eeef;
    }
    
    #gnb_all .gnb_al_li li {
        line-height: 2.6em;
    }
    
    #gnb_all .gnb_al_li li a {
        font-size: 1.6em;
    }
    #gnb_all .gnb_al_li .gnb_al_a {
        font-size: 2em;
        margin-bottom: 15px;
        font-weight: 400;
    }
    
    .visual .slide li{
        height: 534px;
    }
    
    .sub-visual img:nth-child(1),.sub-visual img:nth-child(3){
        display:none;
    }
    .sub-visual img:nth-child(2){
        display:block;
    }
    
    .swiper-slide > img{
        height:100%;
    }
    .swiper-slide .txt {
        left: 57%;
        top: 70px;
        margin-left: -220px;
    }
    
    .swiper-slide .txt p img {
        width: 390px;
    }
    .swiper-slide .txt p:nth-child(1) img {
        width: 450px;
    }
    .swiper-slide .txt p:nth-child(2),.swiper-slide .txt p:nth-child(3){
        padding-left: 45px;
    }

    .swiper-button-prev{
        margin-left: -389px;
        top: 63%;
        left: 60%;
    }
    .swiper-button-next{
        margin-left: -340px;
        top: 63%;
        left: 60%;
    }
    
    
    #container > ul {
        height: 280px;
    }
    #ctt_con .sub_left_ul .sub_left_ul_img01{
        top: 30px;
    }
    
    .sub_right_ul .sub_right_ul_img01{
        padding-top:0;
    }
    .sub_right_ul .sub_right_ul_img01{
        height:auto;
    }
    #ft_wr #ft_link {
        padding-left:0;
    }
    #ft_wr .gong {
        margin-right: 15px;
    }
    #ft_wr .gong a img{
        height: 34px;
    }
    #ft_company h2 {
        display: block;
        margin-bottom: 5px;
        margin-left: 40px;
    }
    #ft_wr #ft_link > a {
        padding: 0 24px;
    }
    #ft_wr #ft_link > a:first-child{
        padding-left: 40px;
    }
    
    .root_daum_roughmap.root_daum_roughmap_landing os_mac{
        width:100%;
    }*/
    
    
    
    

}
/*768px*/
@media screen and (max-width:768px){
    
    /*.sub-visual img:nth-child(1),.sub-visual img:nth-child(2){
        display:none;
    }
    .sub-visual img:nth-child(3){
        display:block;
    }
    
    
    #sir_lnb #lnb_cate > ul > li {
        width:47%;
        margin:1% 2% 1% 2%;
    }
    #sir_lnb #lnb_cate > ul > li:nth-child(2n + 1 ){
        margin:1% 1% 1% 2%;
    }
    #sir_lnb #lnb_cate > ul > li:nth-child(2n + 2 ){
        margin:1% 2% 1% 1%;
    }
    #ft_wr #ft_link > a{
        padding: 0 20px;
    }
    

    
    #sir_lnb #lnb_cate .lnb_cate_on a{
        font-size: 1.4em;
    }
    #ctt_con .sub_left_ul .sub_left_ul_img01{
        display:none;
    }
    #ctt_con .sub_left_ul .sub_left_ul_img02{
        display:none;
    }
    #ctt_con .sub_left_ul .sub_left_mobile{
        display:block;
        position: relative;
        margin: 0 0 40px 0;
    }
    #ctt_con .sub_right_ul{
        float: none;
        width:100%
    }
    .root_daum_roughmap.root_daum_roughmap_landing.os_mac{
        width:100%
    }
    #ft_wr .gong{
        padding: 17px 35px 0;
        float:none;
    }
    #ft_wr #ft_link:after{
        height: 99px;
    }*/
    
}

/*650px*/
@media screen and (max-width:650px){
    
    /*#hd_wrapper{
        padding: 0 10px;
        height: 84px;
    }
    #logo {
    padding: 21px 0 0;
    }
    #logo a img{
        width: 240px;
    }
    #gnb .gnb_1dli.gnb_mnal{
        padding: 19px 0 0 0;
    }
    #gnb .gnb_menu_btn{
        width: 45px;
        height: 45px;
    }
    #gnb_all {
        width: 80%;
    }
    #container > ul{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .sub-visual{
        height: 160px;
    }
    .sub-visual img:nth-child(3){
        height: 160px;
    }
    #sir_lnb #lnb_cate .sub_css > ul{
            margin: 20px 0 10px;
    }
    #sir_lnb #lnb_cate .sub_css > ul > li{
        height: 52px;
        background-size: 210%;
        background-repeat: no-repeat;
        font-size: 22px;
    line-height: 52px;
    }
    #ctt{
        padding:0;
    }
    #ctt_con .sub_left_ul{
        width: 100%;
    }
    
    #ft_company h2{
        margin-left: 20px;
    }
    #ft_wr #ft_link > a:first-child{
        padding-left: 20px;
    }
    #ft_wr .gong{
        padding: 17px 0 0 20px;
            margin-right: 0;
    }
    #ft_company .ft_info{
        padding: 6px 0 0 20px;
    }
    #ft_wr .gong a {
        padding: 0;
    }*/
}







