@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');
html {overflow-x: hidden; overflow-y: scroll;}
#site {background-color: #fff;word-break: keep-all !important;padding-top: 90px;}
#site > .container{width: 100%; padding: 0;}
/* 폰트 설정 */
#site, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'Roboto', 'notokr', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}

/* 상단 네비게이션 */

.navbar.navbar-inverse{
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 5px 0 5px rgba(0,0,0,0.1);
}
.navbar-header .navbar-brand{
    display: block;
    padding: 0;
    font-size: 20px;
    margin-left: 0 !important;
    height: auto;
    position: relative;
    margin-top: 15px;
}
.navbar-header .navbar-brand img{
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
}
.navbar-header .navbar-brand:after{
    content: '대학원전기컴퓨터공학과';
    display: block;
    font-size: 13px;
    color: #0066b3;
    font-weight: 500;
    letter-spacing: 0.146em;
    vertical-align: middle;
    margin-top: 2px;
    margin-left: 9px;
}
.nav.navbar-nav > li > a{
    display: block;
    height: 100%;
    padding: 35px 32px;
    font-size: 18px;
    color: #333;
    font-weight: 500;
}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a{
    color: #0066B3 !important;
    background: none !important;
}
.nav.navbar-nav li .dropdown-menu{
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
    background: rgba(0, 0, 0, 0.75);
    padding: 0;
    margin: 0;
    border: none;
    display: block;
    border-radius: 0;
    overflow: hidden;
    transition: height .2s ease;
    height: 0;
    z-index: 0;
}
.nav.navbar-nav li .dropdown-menu > li > a{
    padding: 10px 20px;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    color: #ddd;
    letter-spacing: -0.015em;
}
.navbar-inverse .navbar-nav .dropdown-menu li {
    height: 0;
    transition: height .2s ease;
    z-index: 0;
}
.navbar-inverse .navbar-nav>li:hover .dropdown-menu, .navbar-inverse .navbar-nav>li:focus .dropdown-menu {
    height: auto;
    z-index: 99;
}
.navbar-inverse .navbar-nav>li:hover .dropdown-menu li, .navbar-inverse .navbar-nav>li:focus .dropdown-menu li {
    height: 40px;
}
.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
    background: #0095dd !important;
    color: #fff;
}
@media (max-width: 767px){
    #site{
        padding-top: 80px;
    }
    .navbar-header .navbar-brand {
        margin-left: 15px !important;
        margin-top: 10px;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #0066B3;
        background: #0066B3;
        margin: 23px 15px 23px 0;
        border-radius: 0;
    }
    .navbar-inverse .navbar-toggle:hover, 
    .navbar-inverse .navbar-toggle:focus{
        border-color: #0066B3;
        background: #0066B3;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #ddd;
    }
    .nav.navbar-nav > li > a {
        padding: 15px 32px;
        text-align: center;
    }
    .nav.navbar-nav li .dropdown-menu {
        left: auto;
        right: auto;
        transform: translate(0, 0);
        z-index: 0;
        display: none;
    }
    .nav.navbar-nav li.open .dropdown-menu{
        display: block;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #site{
        
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #site{
        
    }
}

/* //상단 네비게이션 */

/* 슬라이드 영역 */


@media (max-width: 767px){
    
}
@media (min-width: 768px) and  (max-width: 991px){
    
}
@media (min-width: 992px) and  (max-width: 1199px){
    
}
/* //슬라이드 영역 */

/* 메인 중단영역 */

#main_wrapper{
    background: #f4f4f4;
}
#main_wrapper > section{
    padding: 40px 0;
}
#main_wrapper > section#main-partner{
    padding: 0 0 20px;
}
.main-title {
    padding-bottom: 0 !important;
}
.main-title .row > div {
    padding: 0 10px;
}
.main-title .row {
    margin: 0 -10px;
}
.m_link{
    display: block;
    color: #fff;
    padding: 50px 30px 20px;
    text-align: center;
    height: 260px;
}
.m_link:hover{
    text-decoration: none;
    color: #fff;
}
.m_link:nth-child(1){
    background: #0BA1EA;
    margin-bottom: 20px;
}
.m_link:nth-child(2){
    background: #7e8791 url(/public/img/main/main-introduce_bg.png) no-repeat center / cover;
}

.m_link i{
    display: block;
    font-size: 48px;
    width: 115px;
    height: 115px;
    line-height: 115px;
    background: rgba(0,0,0,0.15);
    border-radius: 50%;
    margin: 0 auto 25px;
    padding-top: 28px;
}
.m_link i::before {
    display: none;
}
.m_link span{
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -0.034em;
}

#MainCarousel .carousel-caption{
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
    top: auto;
    bottom: 0;
    transform: translateY(0);
    text-shadow: none;
}
#MainCarousel .carousel-caption h1{
    margin-bottom: 25px;
    margin-top: 5px;
    font-weight: 700;
    font-size: 42px;
}
#MainCarousel .carousel-caption p{
    margin-top: 5px;
    font-size: 22px;
    font-weight: 300;
    color: #bce9ff;
}
#MainCarousel .carousel-indicators{
    margin: 0;
    left: 0;
    right: 0;
    width: auto;
}
#MainCarousel .carousel-indicators > li{
    width: 12px;
    height: 12px;
    border: 0;
    background: rgba(255,255,255,0.4);
    margin: 0 3px;
    vertical-align: middle;
}
#MainCarousel .carousel-indicators > li.active{
    background: #fff;
}
#MainCarousel .carousel-indicators > li:last-child{
    background: rgba(0,0,0,0.5);
    text-align: center;
    line-height: 14px;
    width: 25px;
    height: 25px;
    position: relative;
    border-radius: 50%;
    font-size: 10px;
}
#MainCarousel .carousel-indicators > li:last-child button{
    display: block;
    background: none;
    border: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#section_ea5d2f {

}
#section_ea5d2f > .container > .row{
    margin: 0;
}
#section_ea5d2f .board_box_blog, #section_ea5d2f .board_box_blog2 {
    padding: 0;
    margin: 0 0 30px !important;
}
#section_ea5d2f .board_box_blog{
    width: 50%;
}
#section_ea5d2f .board_box_blog[data-bd-id="news01"]{
    padding-left: 15px;
}
#section_ea5d2f .board_box_blog[data-bd-id="board01"]{
    padding-right: 15px;
}
#section_ea5d2f .board_box_blog:last-child, #section_ea5d2f .board_box_blog2:last-child{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0 !important;
}
#section_ea5d2f .board_box_blog .page-header, #section_ea5d2f .board_box_blog2 .page-header{
    padding: 0;
    margin: 0;
    border: 0;
}
#section_ea5d2f .board_box_blog .page-header h4, #section_ea5d2f .board_box_blog2 .page-header h4{
    font-size: 26px;
    margin: 0 0 15px;
    letter-spacing: -0.06em;
    font-weight: 500;
}
#section_ea5d2f .board_box_blog .page-header a, #section_ea5d2f .board_box_blog2 .page-header a{
    display: none;
}
#section_ea5d2f .board_box_blog .table_blog dd{
    width: 50%;
    position: relative;
    float: left;
    padding: 0;
    height: 175px;
    border-bottom: 0;
}
#section_ea5d2f .board_box_blog .table_blog dd .left{
    width: auto;
    float: none;
    height: 100%;
}
#section_ea5d2f .board_box_blog .table_blog dd .left a{
    display: block;
    height: 100%;
}
#section_ea5d2f .board_box_blog .table_blog dd .left a .thumb{
    width: 100%;
    height: 100%;
}
#section_ea5d2f .board_box_blog .table_blog dd .right{
    width: auto;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,102,179,0.9);
    padding: 25px 25px;
    color: #fff;
    transition: all .3s ease;
    cursor: pointer;
}
#section_ea5d2f .board_box_blog .table_blog dd .right .cate{
    background: rgb(30,82,121);
    line-height: 1;
    padding: 3px 4px 2px;
    vertical-align: middle;
    display: inline-block;
    float: none;
    border: 0;
    color: #fff;
}
#section_ea5d2f .board_box_blog .table_blog dd:nth-child(1) .right, #section_ea5d2f .board_box_blog .table_blog dd:nth-child(8) .right {
    background: rgba(40,135,204,1);
}
#section_ea5d2f .board_box_blog .table_blog dd:nth-child(2) .right, #section_ea5d2f .board_box_blog .table_blog dd:nth-child(7) .right {
    background: rgba(71,161,226,1);
}
#section_ea5d2f .board_box_blog .table_blog dd:nth-child(3) .right, #section_ea5d2f .board_box_blog .table_blog dd:nth-child(6) .right {
    background: rgba(40,135,204,1);
}
#section_ea5d2f .board_box_blog .table_blog dd:nth-child(4) .right, #section_ea5d2f .board_box_blog .table_blog dd:nth-child(5) .right {
    background: rgba(21,118,189,1);
}
#section_ea5d2f .board_box_blog .table_blog dd:hover .right{
    background: rgb(30,82,121);
}
#section_ea5d2f .board_box_blog .table_blog dd:hover .right .cate{
    background: rgb(71 161 226);
}
#section_ea5d2f .board_box_blog .table_blog dd .right .title{
    padding: 0;
    margin: 0;
}
#section_ea5d2f .board_box_blog .table_blog dd .right .title a{
    font-size: 20px;
    font-weight: 400;
}
#section_ea5d2f .board_box_blog .table_blog dd .right .title a:hover{
    color: #fff;
    text-decoration: none;
}
#section_ea5d2f .board_box_blog .table_blog dd .right .text{
    
}
#section_ea5d2f .board_box_blog .table_blog dd .right .text p{
    color: #fff;
    height: 70px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 10px 0 0;
    opacity: 0.75;
    font-weight: 300;
}
#section_ea5d2f .board_box_blog .table_blog dd:hover .right .text p {
    color: #fff;
    opacity: 1;
}
#section_ea5d2f .board_box_blog .table_blog dd .right .info{
    position: absolute;
    bottom: 14px;
    right: 25px;
    margin: 0;
    opacity: 0.8;
}
#section_ea5d2f .board_box_blog .table_blog dd .right .info > span{
    color: #fff;
}
@media(min-width: 768px){
    #section_ea5d2f .board_box_blog2 .col-md-4{width: 25%;}
}

#section_ea5d2f .board_box_blog2 .inner{
    transition: all .3s ease;
}
#section_ea5d2f .board_box_blog2 .inner:hover{
    border-color: rgba(21,118,189,1)
}
#section_ea5d2f .board_box_blog2 .inner .bottom{
    background: #0BA1EA;
    transition: all .3s ease;
    color: #fff
}
#section_ea5d2f .board_box_blog2 .inner:hover .bottom{
    background: rgba(21,118,189,1)
}
#section_ea5d2f .board_box_blog2 .inner .bottom .info span{
    color: #fff;
}
#main-partner .box{
    position: relative;
}
#main-partner .partner-slide{
    position: relative;
    padding: 12px 12px 12px 140px;
    background: #fff;
    border: 1px solid #eaeaea;
}
#main-partner .partner-slide .slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0 1px;
}
#main-partner .partner-slide .slick-list .slick-slide{
    float: left;
    padding: 0 5px;
}
.slick-prev {
    left: 2%;
}
.slick-next {
    right: auto;
    left: 8%;
}
.slick-prev:before, .slick-next:before{
    color: #333;
}
.play-btn {
    position: absolute;
    top: 50%;
    left: 58px;
    border: none;
    font-size: 23px;
    background: transparent;
    color: #959595;
    transform: translateY(-50%);
    font-size: 17px;
    text-align: center;
    padding: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
@media (max-width: 767px){
    #MainCarousel .item {
        height: 59vw;
    }
    #MainCarousel .carousel-caption {
        padding: 5px 5px;
        height: 32vw;
    }
    #MainCarousel .carousel-indicators {
        bottom: 5px;
    }
    #MainCarousel .carousel-caption p {
        font-size: 4vw;
    }
    #MainCarousel .carousel-caption h1 {
        font-size: 6vw;
    }
    .m_link:nth-child(1) {
        margin-bottom: 0px;
    }
    #section_ea5d2f .board_box_blog .table_blog dd{
        width: 100%;
    }
    .board_box_blog .table_blog dd .right .info span{
        display: inline-block;
    }
    .slick-next {
        left: 10%;
    }
    .play-btn {
        left: 20%;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    
}
@media (min-width: 992px) and  (max-width: 1199px){
    
}
/* //메인 중단영역 */

/* 서브페이지 */

.subHeader {
    height: 260px;
    background-image: url(/public/img/sub/sub_title.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.subHeader .container{
    height: 100%;
    position: relative;
}
.subHeader .container h2{
    text-align: center;
    color: #fff;
    font-size: 42px;
    margin: 0;
    position: absolute;
    left: 15px;
    top: 35%;
    letter-spacing: 0em;
    font-weight: 700;
}
.subHeader .container .breadcrumb{
    padding: 0;
    margin: 0;
    background: none;
    position: absolute;
    left: 20px;
    top: 57%;
}
.breadcrumb>li+li:before {
    padding: 0 2px;
    opacity: 0.7;
}
.subHeader .container .breadcrumb > li{
    color: #fff;
    font-size: 13px;
}
.subHeader .container .breadcrumb > li > a{
    color: #fff;
    opacity: 0.65;
}

.subMenu{
    background: rgba(0,0,0,0.3);
    position: relative;
    margin-top: -46px;
}
.subMenu .nav{
    
}
.subMenu .nav > li{
    margin: 0;
}
[id^="About"] .subMenu .nav > li{
    width: 25%;
}
[id^="Prof"] .subMenu .nav > li, [id^="Labs"] .subMenu .nav > li{
    width: calc(100% / 6);
}
[id^="Graduate"] .subMenu .nav > li, [id^="News"] .subMenu .nav > li{
    width: calc(100% / 3);
}
[id^="Board"] .subMenu .nav > li{
    width: calc(100% / 4);
}
[id^="Business"] .subMenu {
    margin-top: -52px;
}
[id^="Business"] .subMenu .nav > li{
    width: calc(100% / 6);
}
[id^="Business"] .subMenu .nav > li > a{
    font-size: 14px;
    padding: 16px 0;
}
[id^="Business"] .subMenu .nav > li:nth-child(5) > a{
    padding: 6px 0;
}
.subMenu .nav > li > a{
    color: #fff;
    font-size: 16px;
    padding: 12px 0;
    text-align: center;
    border-radius: 0;
}
.subMenu .nav > li:hover > a, .subMenu .nav > li > a:hover, .subMenu .nav > li > a:focus{
    background: #000;
}
.subMenu .nav > li.active > a{
    color: #fff;
    background: #1e8aff !important;
}

.subContent{
    padding-top: 60px;
    padding-bottom: 120px;
}
.subContent_title{
    text-align: center;
    font-size: 38px;
    margin: 0;
    letter-spacing: -0.06em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 70px;
}
.subContent_title::after{
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #0BA1EA;
    margin: 40px auto;
    display: none;
}
.subContent .content{
    padding-bottom: 60px;
}
.subContent .content:last-child {
    padding-bottom: 0;
}
.subContent .content h4{
    font-size: 25px;
    font-weight: 500;
    padding-left: 22px;
    position: relative;
    margin: 0 0 25px;
    letter-spacing: -0.034em;
}
.subContent .content h4::before{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #3176e2;
    box-shadow: 6px 6px 0px #4bd3dc;
    position: absolute;
    left: 0;
    top: 4px;
}
.subContent .content p{
    font-size: 16px;
}
.subContent .content ol > li:nth-child(1)::before{content: '1';}
.subContent .content ol > li:nth-child(2)::before{content: '2';}
.subContent .content ol > li:nth-child(3)::before{content: '3';}
.subContent .content ol > li:nth-child(4)::before{content: '4';}
.subContent .content ol > li:nth-child(5)::before{content: '5';}
.subContent .content ol > li:nth-child(6)::before{content: '6';}
.subContent .content ol > li:nth-child(7)::before{content: '7';}
.subContent .content ol > li:nth-child(8)::before{content: '8';}
.subContent .content ol > li:nth-child(9)::before{content: '9';}
.subContent .content ol > li:nth-child(10)::before{content: '10';}
.subContent .content ol > li:nth-child(11)::before{content: '11';}
.subContent .content ol > li:nth-child(12)::before{content: '12';}
.subContent .content ol > li:nth-child(13)::before{content: '13';}
.subContent .content ol > li:nth-child(14)::before{content: '14';}
.subContent .content ol > li:nth-child(15)::before{content: '15';}
.subContent .content ol > li:nth-child(16)::before{content: '16';}

.subContent .content .li_dash{
    padding: 15px;
    background: #fafafa;
}
.subContent .content .li_dash li{
    padding-left: 15px;
    position: relative;
    font-size: 16px;
    line-height: 1.6;
}
.subContent .content .li_dash li::before{
    content: '-';
    position: absolute;
    top: 0;
    left: 0;
}

#About03 .li_dot, #Graduate02 .con1 .li_dot, #About02 .con3 .li_dash{
    padding: 30px 40px;
    background: url(/public/img/sub/ptn.png);
    position: relative;
    border: 0;
}
#About03 .li_dot::before, #Graduate02 .con1 .li_dot::before, #About02 .con3 .li_dash::before {content: '';display: block;width: calc(100% - 14px);height: calc(100% - 14px);background: #fff;position: absolute;left: 7px;top: 7px;}
.subContent .content .li_dot{
    border: 5px solid #eee;
    padding: 20px 30px;
    margin-bottom: 20px;
}
.subContent .content .li_dot li{
    position: relative;
    font-size: 16px;
    line-height: 28px;
    padding-left: 15px;
    letter-spacing: -0.02em;
}
.subContent .li_dot li a:hover {
    background: #777;
    text-decoration: none;
}
.subContent .content .li_dot li::before{
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    background: #aaa;
    border-radius: 50%;
}
.li_dot li a{
    display: inline-block;
    padding: 6px 7px 5px;
    line-height: 1;
    vertical-align: middle;
    background: #3c86f6;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-left: 17px;
}


.subContent .content .memo{
    margin: 10px 0 0;
    font-size: 15px;
    font-weight: 400;
    color: #5c7db0;
}
.subContent .content .memo a,
.subContent .content .duty{
    background: #23527c;
    color: #fff;
    display: inline-block;
    padding: 5px 10px 2px;
    margin-right: 3px;
    border-radius: 4px;
}
.subContent .content .memo a + br +a{margin-top: 4px;}
.subContent .content .memo a.download{

}
.subContent .content .note{
    color: #999;
    font-size: 14px;
    text-align: right;
    margin: 10px 0 0;
}

.table.table_default.table_inha{
    border-top: 2px solid #666;
    margin-bottom: 0;
}
.table.table_default.table_inha tr{
    border-bottom: 1px solid #ddd;
}
.table.table_default.table_inha tr th, .table.table_default.table_inha tr td{
    padding: 14px 15px;
    white-space: normal;
    text-overflow: initial;
    border-left: 1px solid #eaeaea;
    border-top: 0;
    font-size: 15px;
    border-bottom: 1px solid #eaeaea;
    color: #555;
    background: #fff;
    line-height: 1.3em;
}
.table.table_default.table_inha tr th:last-child, .table.table_default.table_inha tr td:last-child{
    border-right: 1px solid #ddd;
}
.table.table_default.table_inha tr th{font-weight: 500;background: #f8f8f8;color: #333;}
.table.table_default.table_inha tr td{

}
#About01 .con1 .row > div:nth-child(1)::before {
    content: "";
    display: block;
    border: 7px solid #2385f3;
    width: 96px;
    height: 96px;
    box-sizing: border-box;
    position: absolute;
    left: 15px;
    top: 0;
    z-index: -1;
}
#About01 .con1 .row > div:nth-child(1) {
    position: relative;
    padding-top: 35px;
    padding-left: 50px;
    padding-right: 30px;
}

#About01 .greeting{
    padding: 70px 0px 0 50px;
}
#About01 .greeting > p{
    font-size: 17px;
    margin-bottom: 25px;
    line-height: 1.65em;
    letter-spacing: -0.034em;
    text-align: justify;
}
#About01 .greeting > p:first-child::before {
    content: '';
    display: block;
    width: 60px;
    border-top: 10px dotted #b7d4fa;
    margin: 0 0 25px;
}
.greeting p.epil{
    text-align: right !important;
    margin-top: 50px;
}
.greeting p.epil b{
    display: block;
    font-size: 20px;
}
#About02 p {
    font-size: 17px;
    line-height: 1.6em;
    letter-spacing: -0.034em;
    word-break: keep-all;
    text-align: justify;
    padding-right: 10px;
}
#About02 .con1 p, #About02 .con4 p{padding-right: 50px;}
#About03 .li_dot li{padding-bottom: 2px;}
#About03 .li_dot li::after{
    content: '';
    display: table;
    clear: both;
}
#About02 .con3 .li_dash li {
    font-weight: 500;
}
#About04 .con1 .container {
    text-align: center;
}
.li_location{
    padding: 0;
    margin: 30px 0 0 0;
    display: inline-block;
}
.li_location li{
    font-size: 20px;
    padding: 10px 36px;
    display: inline-block;
}
.li_location li > span{
    color: #1b66b6;
    display: inline-block;
    font-weight: 700;
    letter-spacing: -0.06em;
    font-size: 17px;
    position: relative;
    text-align: left;
    margin-right: 25px;
}
.li_location li > span::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #4bd3dc;
    position: absolute;
    top: 2px;
    left: -10px;
}
[id^="Prof"] .nav-tabs{
    border: 0;
    width: 40%;
    margin: 0 auto 50px;
}
[id^="Prof"] .nav-tabs > li{
    width: 49%;
    border: 0;
    margin: 0 3px 0 0;
}
[id^="Prof"] .nav-tabs > li:last-child {
    margin: 0;
}
[id^="Prof"] .nav-tabs > li > a{
    border: 0;
    margin: 0;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    color: #777;
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 15px 15px;
    background: #f2f2f2;
}
[id^="Prof"] .nav-tabs > li:hover > a{border: 1px solid #ccc;color: #333;}
[id^="Prof"] .nav-tabs > li.active > a{
    border: 1px solid #62a9f5;
    color: #4a7cbc;
    font-weight: 700;
    background: #fff;
}
[id^="Prof"] .prof{
    border-top: 1px solid #999;
    padding: 20px 0;
    height: 260px;
}
[id^="Prof"] .prof img{
    width: 25%;
    float: left;
    padding: 5px;
    /* border: 1px solid #ccc; */
}
[id^="Prof"] .prof dl{
    float: left;
    padding-left: 35px;
    margin: 0;
    width: 75%;

}
[id^="Prof"] .prof dl dt{
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: 500;
    letter-spacing: -0.034em;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
[id^="Prof"] .prof dl dt small{
    color: #084cb8;
    font-weight: 300;
    letter-spacing: 0;
    margin-left: 5px;
}
[id^="Prof"] .prof dl dd{
    font-size: 14px;
    position: relative;
    padding-left: 90px;
    padding-top: 3px;
    padding-bottom: 3px;
    min-height: 27px;
}
[id^="Prof"] .prof dl dd span{
    color: #2a6693;
    display: block;
    width: 70px;
    font-weight: 600;
    position: absolute;
    left: 0;
    padding-left: 10px;
}
[id^="Prof"] .prof dl dd span::before {
    content: '';
    display: block;
    width: 5px;
    height: 3px;
    background: #6596bf;
    position: absolute;
    left: 0;
    top: 7px;
}
[id^="Prof"] .prof dl dd a{
    color: #0066B3;
}

[id^="Labs"] .labs{
    border: 1px solid #ddd;
    padding: 30px 35px;
    margin-bottom: 20px;
    box-shadow: 3px 3px 0px 0px #eef3f8;
    position: relative;
}
[id^="Labs"] .labs::before {
    content: '';
    display: block;
    width: 5px;
    height: 28px;
    background: #1f8afc;
    position: absolute;
    left: 0;
}
[id^="Labs"] .labs img{
    border: 1px solid #eee;
}
[id^="Labs"] .labs dl{
    padding-right: 80px;
    margin-bottom: 0;
}
[id^="Labs"] .labs dl dt{
    font-size: 24px;
    margin-bottom: 25px;
    letter-spacing: -0.034em;
    font-weight: 500;
}
[id^="Labs"] .labs dl dt small{
    font-weight: 300;
    letter-spacing: 0em;
    font-size: 15px;
    padding-left: 15px;
}
[id^="Labs"] .labs dl dd{
    font-size: 16px;
    padding: 4px 0 4px 100px;
    position: relative;
}
[id^="Labs"] .labs dl dd span{
    display: block;
    font-weight: 600;
    color: #2a6693;
    position: absolute;
    left: 10px;
    font-size: 14px;
}
[id^="Labs"] .labs dl dd span::before {
    content: '';
    display: block;
    width: 5px;
    height: 3px;
    background: #6596bf;
    position: absolute;
    left: -10px;
    top: 7px;
}
[id^="Labs"] .labs dl dd .li-labs{
    padding: 0;
    margin: 0;
}
[id^="Labs"] .labs dl dd .li-labs > li{
    padding-left: 12px;
    position: relative;
    font-size: 15px;
    margin-bottom: 3px;
}
[id^="Labs"] .labs dl dd .li-labs > li::before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #999;
    position: absolute;
    left: 0;
    top: 7px;
}
[id^="Labs"] .labs dl dd a{
    
}


[id^="Graduate"] .inner{
    /* padding: 0 0 40px; */
}
[id^="Graduate"] .inner h5{
    font-size: 22px;
    font-weight: 700;
    color: #333;
    display: inline-block;
    margin: 0 0 15px;
    position: relative;
    padding-left: 14px;
    letter-spacing: -0.034em;
}
[id^="Graduate"] .inner h5::before {
    content: '';
    display: block;
    width: 8px;
    height: 3px;
    background: #666;
    position: absolute;
    top: 9px;
    left: 0;
}
[id^="Graduate"] .li_inner{
    margin: 0;
    /* border: 1px solid #ddd; */
    padding: 25px 25px;
    background: #f4f4f4;
}
[id^="Graduate"] .li_inner > li{
    position: relative;
    font-size: 16px;
    padding: 5px 0 5px 25px;
    letter-spacing: -0.034em;
}
[id^="Graduate"] .li_inner > li .table.table_default.table_inha{
    margin-top: 10px;
}
[id^="Graduate"] .li_inner > li .table.table_default.table_inha dl{
    margin: 0;
}
[id^="Graduate"] .li_inner > li::before{
    position: absolute;
    left: 0;
    top: 6px;
    font-weight: 500;
    color: #fff;
    display: block;
    padding: 0;
    text-align: center;
    background: #aabbc8;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    font-size: 13px;
}
[id^="Graduate"] .li_inner > li .table-responsive {
    margin-bottom: 20px;
}
[id^="Graduate"] .li_inner .li_dot {
    background: #fff;
    margin-top: 5px;
    padding: 15px 20px;
    border: 0;
}
[id^="Graduate"] .li_inner .li_dot li {
    font-size: 15px;
    padding-left: 12px;
    line-height: 24px;
}
[id^="Graduate"] .li_inner .li_dot li::before {
    top: 8px;
}
[id^="Graduate"] .subContent .content p.alert{
    font-size: 17px;
    font-weight: 500;
    color: #0166b3;
    border: 0;
    padding: 0 0 0 16px;
    position: relative;
    letter-spacing: -0.034em;
}
[id^="Graduate"] .subContent .content p.alert::before{
    content: '∴';
    position: absolute;
    left: 0;
    font-weight: 900;
}
[id^="Graduate"] .deeper{
    margin-bottom: 30px;
    margin-top: 30px;
}
[id^="Graduate"] .deeper > h6{
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 600;
    color: #3176E2;
    display: inline-block;
    border-bottom: 1px solid;
}

#Graduate01 .table.table_default.table_inha .li_dot {
    border: 0;
    padding: 0;
}
#Graduate01 .table.table_default.table_inha li::before {
    width: 4px;
    height: 4px;
    top: 8px;
}
#Graduate01 .table.table_default.table_inha li{
    font-size: 14px;
    line-height: 22px;
    padding-left: 10px;
}

#Graduate01 .li-degree{padding-left: 30px;}
#Graduate01 .li-degree > li{
    position: relative;
    font-size: 18px;
    padding: 5px 0 5px 20px;
    margin-bottom: 15px;
}
#Graduate01 .li-degree > li > span{
    display: block;
    padding-left: 16px;
    position: relative;
}
#Graduate01 .li-degree > li > span::before {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 2px;
    background: #333;
    left: 2px;
    top: 10px;
}
#Graduate01 .li-degree > li::before{
    position: absolute;
    left: 0;
    font-weight: 600;
    color: #333;
}
#Graduate01 .li-degree > li:nth-child(1):before{
    content: '1';
}
#Graduate01 .li-degree > li:nth-child(2):before{
    content: '2';
}
#Graduate01 .con6 dl dt{
    font-size: 18px;
    padding-left: 5px;
    letter-spacing: -0.034em;
    font-weight: 700;
}
#Graduate01 .con6 dl dd{
    position: relative;
    padding: 3px 0 3px 25px;
    font-size: 16px;
    letter-spacing: -0.034em;
}
#Graduate01 .con6 dl dd:nth-child(2)::before{
    content: '①';
}
#Graduate01 .con6 dl dd:nth-child(3)::before{
    content: '②';
}
#Graduate01 .con6 dl dd:nth-child(4)::before{
    content: '③';
}
#Graduate01 .con6 dl dd::before{
    display: block;
    position: absolute;
    left: 5px;
    top: 2px;
}
#Graduate01  .content .memo + .inner {
    padding-top: 40px;
}
[id^="Graduate"] .inner + .inner {
    padding-top: 40px;
}
#Graduate02 .table.table_default.table_inha tr td {
    padding: 8px 15px;
}
#Graduate03 .subject{
    border: 1px solid #d1d8df;
    margin-bottom: 20px;
    box-shadow: 3px 3px 0px 0px #eef3f8;
}
#Graduate03 .subject h5{
    margin: 0;
    padding: 30px 0 0 98px;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    /* background: #f4f4f4; */
    position: relative;
    padding-left: 110px;
    letter-spacing: -0.034em;
}
#Graduate03 .subject h5 span{
    display: inline-block;
    vertical-align: middle;
    padding: 5px 8px;
    background: #1f8afc;
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 25px;
    top: 25px;
    letter-spacing: 0;
}
#Graduate03 .subject p{
    margin: 0;
    padding: 20px 25px;
}
#Graduate03 .subject .li_inner{
    margin-bottom: 15px;
    background: #f8f8f8;
    margin-bottom: 0;
    padding: 15px 25px;
    border-top: 1px solid #eee;
}
#Graduate03 .subject .li_dash{
    margin: 0;
    border-top: 1px solid #eee;
}
#Graduate03 .subject .li_inner li {
    font-size: 15px;
}
#Graduate03 .subject .li_dash li {
    font-size: 15px;
    padding-left: 25px;
}
#Graduate03 .subject .li_dash li::before {
    left: 12px;
}
.category_wrap ul li a {
    font-size: 17px;
    font-weight: 400;
    padding: 10px 0 0;
    color: #666;
    border: 0;
}
.category_wrap ul li.on a, .category_wrap ul li.on a:hover, .category_wrap ul li.on a:focus {
    color: #3485D7;
    border-top: 2px solid #3485D7;
    font-weight: 500;
}
.category_wrap ul li a:hover, .category_wrap ul li a:focus {
    border-top: 2px solid #999;
}

.table_video dd .inner .bottom, .table_blog2 dd .inner .top{
    border: 1px solid #ddd;
}
.table_video dd .inner .bottom, .table_blog2 dd .inner .bottom{
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-top: 0;
}


[id^="Business"] .li_biz{
    padding: 30px 40px;
    background: url(/public/img/sub/ptn.png);
    position: relative;
    border: 0;
}
[id^="Business"] .li_biz::before{
    content: '';
    display: block;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    background: #fff;
    position: absolute;
    left: 7px;
    top: 7px;
}
[id^="Business"] .li_biz > li{
    padding-left: 90px;
    position: relative;
    font-size: 18px;
    line-height: 1.8;
}
[id^="Business"] .li_biz > li > span{
    position: absolute;
    left: 0;
    font-weight: 600;
    color: #0066B3;
    display: block;
    width: 75px;
    text-align: right;
}
[id^="Business"] .li_biz > li > a{
    color: #1E8AFF;
    opacity: 0.7;
}
[id^="Business"] .li_biz > li > a:hover{
    opacity: 1;
}
#News03 colgroup{
    display: none;
}
#News03 thead{
    display: none;
}
#News03 table{
    border-top: 1px solid #333;
}
#News03 tr{
    border-bottom: 1px solid #ddd
}
#News03 td{
    border-top: 0;
    text-overflow: clip;
    overflow: inherit;
    white-space: inherit;
}
#News03 .cate{
    width: 150px;
    color: #333;
}
#News03 .writer, #News03 .regdate, #News03 .tooltip, #News03 .hits{
    display: none;
}

.text-left {
    text-align: left !important;
}
@media (max-width: 767px){
    .subHeader {
        height: 145px;
    }
    .subHeader .container h2 {
        font-size: 30px;
    }
    .subHeader .container .breadcrumb {
        top: 65%;
    }
    .subMenu{
        display: none;
    }
    .subContent_title{
        font-size: 30px;
    }
    #About01 .con1 .row > div{
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    #About01 .greeting {
        padding: 70px 0px 0 0;
    }
    #About02 .con1 p, #About02 .con4 p {
        padding-right: 0px;
    }
    .table.table_default {
        table-layout: auto;
    }
    .li_location li {
        font-size: 17px;
        display: block;
    }
    [id^="Prof"] .nav-tabs {
        width: 100%;
    }
    [id^="Prof"] .prof{
        height: auto;
    }
    [id^="Prof"] .prof img{
        float: none;
        width: auto;
        margin: 0 auto 30px;
    }
    [id^="Prof"] .prof dl {
        float: none;
        padding-left: 0;
        margin: 0;
        width: 100%;
    }
    [id^="Labs"] .labs{
        padding-bottom: 0;
    }
    [id^="Labs"] .labs dl {
        padding-right: 0;
        margin-bottom: 30px;
    }
    [id^="Labs"] .labs dl dt small {
        display: block;
        padding-left: 0;
    }
    [id^="Labs"] .labs dl dd{
        padding-left: 0;
    }
    [id^="Labs"] .labs dl dd span{
        display: block;
        position: relative;
        left: auto;
    }
    [id^="Labs"] .labs img {
        border: 1px solid #eee;
        margin-bottom: 30px;
    }
    [id^="Labs"] .labs dl dd a {
        word-break: break-all;
    }
    [id^="Graduate"] .li_inner {
        padding: 25px 15px;
    }
    [id^="Graduate"] ul.li_inner > li{
        padding-left: 0;
    }
    .subContent .content .memo {
        font-size: 13px;
    }
    [id^="Business"] .li_biz > li{
        padding-left: 0;
        margin-bottom: 10px;
        font-size: 15px;
    }
    [id^="Business"] .li_biz > li span{
        position: relative;
        left: auto;
        display: block;
        text-align: left;
    }
    .table.table_default tr .num, .table.table_default tr .regdate, .table.table_default tr .hits{display: none;}
    .board_wrapper .table.board_write_table tbody tr td .btn, .board_wrapper .table.board_write_table tbody tr td .form-control, .board_wrapper .table.board_write_table .input-group.input-group-big, .board_wrapper .table.board_write_table .form-control.form-control-big{width: 100%;}
    #list_btn{display: none;}
    #write_btn{margin: 0;}
}
@media (min-width: 768px) and  (max-width: 991px){
    
}
@media (min-width: 992px) and  (max-width: 1199px){
    
}
/* //서브페이지 */

/* 푸터 */

footer {
    text-align: left;
    padding: 0px 0 60px;
    color: #404040;
    background: #fff;
    font-size: 15px;
}
footer > .footer-nav-wrap{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 35px;
}
footer > .footer-nav-wrap > .row{
    margin: 0;
}
footer > .footer-nav-wrap > .row > div{
    padding: 0;
}
footer .footer-nav{
    padding: 0;
    margin: 0;
}
footer .footer-text p {
    letter-spacing: -0.034em;
    color: #666;
    margin-bottom: 7px;
}
footer .footer-nav::after{
    content: '';
    display: table;
    clear: both;
}
footer .footer-nav > li{
    float: left;
    margin-right: 30px;
}
footer .footer-nav > li h5{
    margin: 0;
    padding: 17px 30px 14px 24px;
    border-left: 1px solid #ddd;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    height: 47px;
}
footer .footer-nav > li h5::after{
    content: "\f2d2";
    font-family: "Font Awesome 5 Free";
    /* font-weight: 900; */
    position: absolute;
    right: 7px;
    top: 23px;
    font-size: 14px;
    transform: translateY(-50%);
    color: #ccc;
}
footer .footer-nav > li > a{
    opacity: 0.8;
    color: #666;
    line-height: 1;
    margin: 17px 0 16px;
    letter-spacing: -0.034em;
    display: block;
    font-size: 14px;
    font-weight: 500;
}
footer .footer-nav > li:nth-child(2) > a, footer .footer-nav > li:nth-child(2) > a:hover{
    color: #0066B3;
}
footer .footer-nav > li:hover > a{
    opacity: 1;
    text-decoration: none;
}
footer .footer-nav > li > a:hover {
    color: #000;
}
footer .dropdown{
    float: right;
}
footer .dropdown::after{
    content: '';
    display: table;
    clear: both;
}
footer .dropdown .btn{
    color: #fff;
    background: #3c4e60;
    padding: 15px 15px 14px 20px;
    border: 0;
    font-size: 13px;
}
footer .dropdown.open .btn.dropdown-toggle{
    color: #fff;
    background: #0066B3;
}
footer .dropdown .btn .caret{
    margin-left: 15px;
}
footer .dropdown .dropdown-menu{
    right: auto;
    left: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    border: 1px solid #aaa;
}
footer .dropdown .dropdown-menu > li{
    
}
footer .dropdown .dropdown-menu > li > a{
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
}
footer .dropdown .dropdown-menu > li:last-child > a{
    border-bottom: 0;
}
footer .footer-logo{
    
}
footer .footer-logo h1{
    margin: 0;
}
footer .footer-logo h1 > a{
    display: block;
    opacity: 0.6;
}
footer .footer-logo h1 > a > img{
    display: block;
}
footer .footer-text{

}
footer .footer-text ul{
    padding-left: 0;
    margin-bottom: 0;
}
footer .footer-text ul:after{
    content: '';
    clear: both;
    display: table;
}
footer .footer-text ul li{
    float: left;
    margin-right: 15px;
    line-height: 1.4;
    color: #777;
    font-size: 14px;
}
footer .footer-text ul li address{
    margin-bottom: 1px;
}
footer .footer-text .copyrights{
    display: block;
    font-size: 12px;
    margin-top: 10px;
    opacity: 0.7;
}

@media (max-width: 767px){
    
    footer .footer-nav {
        padding: 0;
        margin: 0 -15px;
    }
    footer .footer-nav > li{
        float: none;
        margin: 0;
    }
    footer .footer-nav > li h5{
        border-left: 0;
        border-bottom: 1px solid #ddd;
    }
    footer .footer-nav > li h5::after {
        right: 15px;
    }
    footer .footer-nav > li > a {
        padding: 0 30px 0px 24px;
    }
    footer .dropdown{
        float: left;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    
}
@media (min-width: 992px) and  (max-width: 1199px){
    
}
/* //푸터 */


.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
	margin-bottom: 10px;
}

.maintenance .big-cont {
	display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}

.member_wrapper {
    max-width: 1170px;
    margin: auto;
    padding-top: 30px;
}
.member_wrapper h1 {
    border-bottom: 1px solid #ddd;
}
/* board 추가 css */
.board_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}
.board_data_view .header_wrap .title {
    font-size: 28px;
    letter-spacing: -0.06em;
}
.board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    padding: 40px 0;
}
.board_data_view .contents_wrap p {
    font-size: 17px;
}
.board_wrapper .table.board_write_table tbody tr th {
    font-size: 15px;
    background: #f9f7f5;
    font-weight: 500;
}
.board_data_view {
    border-top: 1px solid #333;
}
.table.table_default tbody tr th.num {
    font-weight: normal;
}
.table.table_default tbody .subject a {
    font-size: 17px;
    color: #333;
}
.table.table_default tr th, .table.table_default tr td {
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}
.text-muted {
    font-size: 14px !important;
    margin-top: 8px !important;
}
.checkbox label, .radio label {
    font-size: 15px;
    letter-spacing: -0.06em;
}
.custom_checkbox+span a {
    font-weight: 500;
}
.table_blog2 dd .inner {
    border: none;
}
.member_wrapper h1 {
    border: none;
    margin-top: 0;
}
.privacy_body {
    font-size: 16px;
    line-height: 1.6em;
    padding: 0 100px;
}
.subContent .board_wrapper h4 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin: 10px 0;
}
.table.table_default thead th {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
}
.table_default {
    border-top: 1px solid #333;
}
.table.table_default tr td {
    color: #777;
}
.badge {
    padding: 6px 6px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 13px;
    margin-right: 3px;
}
.search_wrap {
    margin-bottom: 0;
}
.table_blog dd {
    padding: 25px 25px 25px 0;
}
.table_blog dd .right .title a {
    font-size: 22px;
    letter-spacing: -0.05em;
    font-weight: 500;
}
.table_blog dd .right {
    padding-left: 20px;
}
.table_blog dd .left a .thumb {
    border: 1px solid #eee;
}
.table_blog dd .right .text p {
    font-size: 15px;
    line-height: 1.4em;
}
.board_wrapper .text-center {
    font-size: 16px !important;
}
.table_blog dd .right .info {
    margin-bottom: 15px;
}
.table_blog dd .right .title {
    padding: 5px 5px 0;
}
/* board 추가 css end */