@charset "UTF-8";


/* float 해제  */
.clear-float:after {
    content: "";
    display: block;
    clear: both;
}

.krds-breadcrumb-wrap .breadcrumb {
    margin-top: 23px;
}

.mb16 {
    margin-bottom: 16px;
}

#sub-container {
    flex : 1;
    padding: 0 24px;
    padding-bottom: 50px;
}

#sub-container .main-content {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

/* left  */
#sub-container .main-content .left-tab-area {
    width: 250px;
    float: left;
}

#sub-container .krds-side-navigation .custom {
    font-weight: normal;
}

#sub-container .left-tab-area .krds-side-navigation .lnb-list .lnb-item .custom:after {
    width: 0;
}




/* right  */
#sub-container .main-content .right-content {
    width : calc(100% - 315px);
    float: right;
}

#sub-container .main-content .right-content .content h2 {
    margin-bottom: 35px;
    color: #014195;
}

#sub-container .main-content .right-content .content .left-content {
    /*float: left;*/
    width: 100%;
    padding-top: 15px;
}

#sub-container .main-content .right-content .content .left-content img {
    /*float: left;*/
    width : 30%;
    border-radius: 12px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}

#sub-container .main-content .right-content .content .c-right-content {
    /*float: right;*/
    width: 100%;
    padding-top: 1%;
}
#sub-container .main-content .right-content .content .c-right-content.all {
    float: none;
    width: 100%;
}
#sub-container .main-content .right-content .content .c-top-content {
    margin-bottom: 20px;
    color: #17a2b8;
}

#sub-container .main-content .right-content .content .c-bot-content .c-bot-content-text {
    margin-bottom: 20px;
    line-height: 1.5;
}
#sub-container .main-content .right-content .content .c-bot-content .c-bot-content-text b {
    color: #17a2b8;

}
#sub-container .main-content .right-content .content .c-bot-content .c-bot-content-text p {
    margin-top: 4px;
}

#sub-container .main-content .right-content .content .c-bot-content .c-bot-content-text .name {
    color: #000;
}

#sub-container .krds-side-navigation .custom.on {
    font-weight: 700;
    background: #eef2f7;
}

.welcome {
    width: 100%;
    border-radius: 6px;
}
.top-tit {
    width: 60%;
    float: right;
    top: 257px;
    position: relative;
    display: block;
    padding-right: 20px;
    right: 50px;
    font-size: 20px;
    letter-spacing: -1px;
    font-weight: bold;
    color: #014195;
    border-left: 5px solid #014195;
    padding-left: 12px;
}

/*content-1  */
#content-1 .content1>h2 {
    margin-bottom: 30px;
    color: #014195;
}

#content-1 .c-bot-content .c-bot-content-text {
    margin-bottom: 20px;
    line-height: 1.5;
}
#content-1 .c-bot-content .c-bot-content-text img {
    width: 100%;
}
#content-1 .c-bot-content .c-bot-content-text p {
    margin-top: 4px;
}

#content-1 .c-bot-content .c-bot-content-text .name {
    color: #000;
}
#content-1 .c-bot-content .c-bot-content-text > ul > li {
    margin-bottom: 10px;
}
#content-1 .c-bot-content .c-bot-content-text > ul > li::marker {
    margin-left: 20px;
}



/*#content2  */
#content-2 .content2 h2{
    margin-bottom: 30px;
    color: #014195;
}
#content-2 .content2 .content2-top {
    margin-bottom: 20px;
}
#content-2 .content2 .content2-top h2{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 4px;
}
#content-2 .content2 .content2-top h2>span {
    color: #6495ed;
}
#content-2 .content2 .content2-top> p {
    font-size: 17px;
    font-weight : 600;
    color: #a9a9a9;
    margin-bottom: 10px;
}

#content-2 .content2 .content2-bot h2{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 4px;
}
#content-2 .content2 .content2-bot h2>span {
    color: #6495ed;
}
#content-2 .content2 .content2-bot> p {
    font-size: 17px;
    font-weight : 600;
    color: #a9a9a9;
    margin-bottom: 10px;
}

#content-2 .c-bot-content .c-bot-content-text {
    margin-bottom: 20px;
    line-height: 1.5;
}
#content-2 .c-bot-content .c-bot-content-text b {
    font-weight: 700;
    font-size: 20px;

}
#content-2 .c-bot-content .c-bot-content-text p {
    margin-top: 4px;
}

.boxType01 {
    text-align: center;
}









/* content-3 */

#content-3 .content-3>h2 {
    margin-bottom: 30px;
    color: #014195;
}

#content-3 .table tr td:nth-child(3) {
    text-align: left;
    width: 35%;
}


#content-3 .cont3-table-list .table-item {
    display: flex;
    align-items: center;
    padding: 20px;
    border: 1px solid #dedede;
    margin-bottom: 10px;
    border-radius: 6px;
}
#content-3 .cont3-table-list .table-item .con3-item-l  {
    width : 20%;
    margin-right: 36px;
}
#content-3 .cont3-table-list .table-item .con3-item-l img{
    /* width: 180px; */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
}
#content-3 .cont3-table-list .table-item .con3-item-l p {
    margin-top: 10px;
    text-align: center;
}
#content-3 .cont3-table-list .table-item .con3-item-l p > span{
    font-weight: 700;
}
#content-3 .cont3-table-list .table-item .con3-item-r p {
    font-size: 15px;
}
#content-3 .cont3-table-list .table-item .con3-item-r .desc {
    min-height: 200px;
}
#content-3 .cont3-table-list .table-item .con3-item-r .num {
    margin-top: 16px;
    font-weight: bold;
}
.item-l p {
    background-color: #eef2f7;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
    color: #063a74;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 모바일 테이블  */

.content1-table .m-table-cover {
    width: 100%;
    margin-bottom: 80px;

}
.content1-table .m-table-cover .m-table {
    width : 100%;
    border-collapse: collapse;
    font-size: 15px;

}

.content1-table .m-table-cover .info-bot p:nth-child(1){
    font-weight: bold;
    margin-right : 10px;
}
.m-table td {
    padding: 6px 0;
}
.m-table thead tr {
    border-top : 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
}
.m-table tr th {
    border-right: 1px solid #bebebe;
    font-weight: normal;
}
.m-table thead tr td {
    border-right: 1px solid #bebebe;
}
.m-table thead tr td:last-child {
    border-right: 0;
}
.m-table tbody tr {
    border-bottom: 1px solid #bebebe;
}
.m-table tbody tr td {
    border-right: 1px solid #bebebe;
}
.m-table tbody tr td:last-child {
    border-right: 0;
}
.content1-table .m-table-cover .info-bot {
    display: flex;
    align-items: center;
    margin-top: 4px;
}
.content1-table .m-table-cover tr td {
    text-align: center;
}
.content1-table .m-table-cover tbody tr td:nth-child(2) {
    text-align: left;
}
.content1-table .m-table-cover tr td:nth-child(2) {
    padding-left: 30px;
}

.m-table-cover thead tr td {
    background: #eef2f7;
    color: #000;
    font-weight: bold;
}

.link {
    background: #5b9bd5;
    border: none;
    color: #fff;
    padding: 6px 16px;
    cursor: pointer;
    border-radius: 6px;
    font-size: 14px;
}
.ml10 {
    margin-left: 10px;
}
.mt4 {
    margin-top: 4px;
}








/* 미디어쿼리  */
@media screen and (max-width: 440px) {
    .content1-table .m-table-cover .info-bot {
        flex-direction: column;
        align-items: stretch;
    }
    .content1-table .m-table-cover tr td:nth-child(2) {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 768px) {
    #content-3 .cont3-table-list .table-item .con3-item-l p {
        font-size: 14px;
    }
    #content-3 .cont3-table-list .table-item .con3-item-r p {
        font-size: 14px;
    }
    #content-3 .cont3-table-list .table-item .con3-item-l {
        margin-right: 20px;
    }
    #content-3 .cont3-table-list .table-item .con3-item-r .desc {
        min-height: unset;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #content-3 .cont3-table-list .table-item .con3-item-r .num {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1024px) {
    body {
        font-size: var(--krds-mobile-font-size-body-small);
    }
    #sub-container .main-content .left-tab-area {
        display: none;
    }
    #sub-container .main-content .right-content {
        width: auto;
        float: none;

    }
    #sub-container .main-content .right-content .content .left-content {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }
    #sub-container .main-content .right-content .content .c-right-content {
        float: none;
        width: auto;
    }

    #content-1 .content1>h2 {
        font-size: 20px;
    }
    #content-1 .content1 .content1-table>h2 {
        font-size: 16px;
    }
    #content-1 .content1 .content1-table>p {
        font-size: 15px;
    }
    #content-3 .table td img {
        width: 60px;
    }
    #content-3 .table tr td:nth-child(3) {
        width: 50%;
    }

    #content-3 .cont3-table-list .table-item .con3-item-l img{
        width: 100%;
    }


    .table-list .table-item .item-tit {
        display: flex;
        justify-content: center;
    }
    .table-list .table-item .item-tit>p {
        font-weight: 700;
        font-size: 15px;
    }
    .table-list .table-item .item-tit .date {
        margin-left: 20px;
        font-size: 13px;
    }
    .table-list .table-item .item-tit .date > span{
        font-weight: 700;
    }
    .content1-table .table-item .con1-item-l>h2 {
        font-size: 15px;
    }
    .content1-table .table-item .con1-item-r>div {
        font-size: 13px;
    }

    #content-1 .content1 .content1-tab ul .tabs {
        font-size: 1.7rem !important;
        height: 4.5rem !important;
    }
    #content-2 .content2 .content2-bot >h2 {
        font-size: 15px;
    }
    #content-2 .content2 .content2-bot >p {
        font-size: 15px;
    }
    #content-2 .content2 .content2-top >h2 {
        font-size: 15px;
    }
    #content-2 .content2 .content2-top >p {
        font-size: 15px;
    }
    #content-2 .content2 .content2-tab ul .tabs {
        font-size: 1.7rem !important;
        height: 4.5rem !important;
    }




    /* 모바일테이블  */
    .content1-table .m-table-cover {
        width: 100%;
    }
    .content1-table .m-table-cover .m-table {
        width : 100%;
        border-collapse: collapse;
        font-size : 13px;
    }


}





/* rule */

/* float 해제  */
.clear-float:after {
    content: "";
    display: block;
    clear: both;
}


#sub-container2 {
    flex : 1;
    padding : 0 24px;
    padding-bottom: 50px;
}

#sub-container2 .main-content {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;


}

/* left  */
#sub-container2 .main-content .left-tab-area {
    width: 250px;
    float: left;
}

#sub-container2 .krds-side-navigation .custom {
    font-weight: normal;
}

#sub-container2 .left-tab-area .krds-side-navigation .lnb-list .lnb-item .custom:after {
    width: 0;
}
#sub-container2 .left-tab-area .krds-side-navigation .lnb-list > li.lnb-item:nth-child(5) .custom:after {
    width: 20px;
    background: red;
}



/* right  */
#sub-container2 .main-content .right-content {
    width : calc(100% - 315px);
    float: right;
}

#sub-container2 .main-content .right-content .content-1>h2 {
    margin-bottom: 30px;
    color: #014195;
}
#sub-container2 .main-content .right-content .content-1 ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0 6px;
    border-bottom: 1px solid #ddd;
}

#sub-container2 .main-content .right-content .content-1 ul li>h2 {
    font-size: 18px;
    font-weight: 600;
    color: #7e7e7e;
}
#sub-container2 .main-content .right-content .content-1 ul li a button {
    padding: 0 28px;
}
#sub-container2 .main-content .right-content .content-1 ul li:nth-child(3) a button {
    padding: 0 12px;
}





#sub-container2 .c-bot-content .c-bot-content-text {
    margin-bottom: 20px;
    line-height: 1.5;
}
#sub-container2 .c-bot-content .c-bot-content-text:nth-child(1),
#sub-container2 .c-bot-content .c-bot-content-text:nth-child(3) {
    font-size: 20px;
}
#sub-container2 .c-bot-content .c-bot-content-text b {
    font-weight: 700;


}
#sub-container2 .c-bot-content .c-bot-content-text p {
    margin-top: 4px;
}
#sub-container2 .c-bot-content .c-bot-content-text p a {
    text-decoration: underline;
}
#sub-container2 .c-bot-content .c-bot-content-text .name {
    color: #000;
}













#sub-container2 .krds-side-navigation .custom.on {
    font-weight: 700;
}



















/* 미디어 쿼리 */

@media screen and (max-width: 768px) {
    #sub-container2 .main-content .right-content .content-1 ul li>h2 {
        font-size: 15px;
    }
}

@media screen and (max-width: 1023px) {
    #sub-container2 .left-tab-area {
        display: none;
        width: auto;
        float: none;
    }
    #sub-container2 .main-content .right-content {
        width: auto;
        float: none;
    }
}


















/* act */

/* float 해제  */
.clear-float:after {
    content: "";
    display: block;
    clear: both;
}



#sub-container3 {
    flex : 1;
    padding : 0 24px;
    padding-bottom: 50px;
}

#sub-container3 .main-content {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;


}

/* left  */
#sub-container3 .main-content .left-tab-area {
    width: 250px;
    float: left;
}

#sub-container3 .krds-side-navigation .custom {
    font-weight: normal;
}

#sub-container3 .left-tab-area .krds-side-navigation .lnb-list .lnb-item .custom:after {
    width: 0;
}

#sub-container3 .krds-side-navigation .custom.on {
    font-weight: 700;
}


/* right  */
#sub-container3 .main-content .right-content {
    width : calc(100% - 315px);
    float: right;
    /* display: none; */
}

#sub-container3 .right-content .content>h2 {
    color: #014195;
    margin-bottom: 30px;
}
#sub-container3 .right-content .content {

}
/* #sub-container3 .right-content .content>div {
	display: flex;
	align-items: center;
	justify-content: center;
} */

.table {
    border-collapse: collapse;
    text-align: center;
    color: #7e7e7e;
}
.table td {
    padding: 6px 0;
}
.table thead tr {
    border-top : 3px solid #4b97d2;
    border-bottom: 1px solid #bebebe;
}
.table tr th {
    border-right: 1px solid #bebebe;
    font-weight: normal;
}
.table thead tr td {
    border-right: 1px solid #bebebe;
}
.table thead tr td:last-child {
    border-right: 0;
}
.table tbody tr {
    border-bottom: 1px solid #bebebe;
}
.table tbody tr td {
    border-right: 1px solid #bebebe;
}
.table tbody tr td:last-child {
    border-right: 0;
}

.table td {
    border-right: 0 !important;
}
.table tbody tr td:nth-child(2) {
    text-align: left;
    padding-left: 30px;
}
.table tbody tr td:nth-child(2):hover {
    text-decoration: underline;
}

.search {
    display: flex;
    align-items: center;
    justify-content : center;
    gap : 10px;
    margin-top: 30px;
}

/* 모바일 테이블  */
#sub-container3 .right-content .table-list > ul {
    border-top : 1px solid #000;
}
#sub-container3 .right-content .table-list .table-item {
    border-bottom : 1px solid #dedede;
    padding: 10px;
    display: flex;
    align-items : center;
}
/* 모바일 테이블  */
.table-list{
    margin-top: 50px;
}
.right-content .table-list > ul {
    border-top : 1px solid #000;
}
.right-content .table-list .table-item {
    border-bottom : 1px solid #dedede;
    padding: 10px;
    display: flex;
    align-items : center;
}
.table-item.noti {
    background-color: #eef2f7;
}
.item-l.noti p {
    background: #8aa0c4;
    color: #fff;
}
.item-l {
    width: 50px;
    text-align: center;
}
.item-r {
    margin-left: 25px;
}
.item-r .item-t {
    margin-bottom: 6px;
}
.item-r .item-t > h2 {
    font-size: 18px;
    color: #333 !important;
    margin-bottom: 5px !important;
}
.item-r .item-b{
    display: flex;
    align-items: center;
}
.item-r .item-b p {
    margin-right: 10px;
    padding : 0 4px 0 0;
    position: relative;
    font-size: 15px;
}
.item-r .item-b p:after {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #dedede;
    display: block;
    position: absolute;
    right: -3px;
    top : 50%;
    transform : translateY(-50%);

}
.item-r .item-b p:last-child {
    margin-right: 0;
}
.item-r .item-b p:last-child:after {
    width: 0;
}


/* 페이징 */
#paging {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    margin-top:20px;
}
#paging a {
    padding: 7px 14px;
}
#paging strong {
    padding: 7px 14px;
}
#paging strong {
    color: #fff;
    font-weight: bold;
    background-color: #063a74;
    border-radius: 5px
}
#paging a:hover {
    font-weight:bold;
    background-color: #eef2f7;
    border-radius: 5px;
}

.board-list-btn a {
    float: right;
}
.board-list-btn {
    margin-top: 15px;
}
.krds-btn.primary.small {
    background-color: #063a74;
    border: 1px solid #063a74;
    font-weight: 500;
}
.krds-btn.primary.small.del{
    background-color: #f8dfdc;
    color: #ff6b6b;
    border: 1px solid #f8dfdc;
}
.searchBtn {
    margin-bottom: 16px;
}

/* 미디어 쿼리 */

@media screen and (max-width: 768px) {
    #sub-container3 .main-content .right-content .content-1 ul li>h2 {
        font-size: 15px;
    }
}

@media screen and (max-width: 1023px) {
    #sub-container3 .left-tab-area {
        display: none;
        width: auto;
        float: none;
    }
    #sub-container3 .main-content .right-content {
        width: auto;
        float: none;
    }
}












































/* hope */

#sub-container4 {
    flex: 1;
    padding : 0 24px;
    padding-bottom: 50px;
}
#sub-container4 .main-content {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
#sub-container4 .main-content #subcontent4 .content>h2 {
    margin-bottom: 30px;
    color: #014195;
}



/* left  */
#sub-container4 .main-content .left-tab-area {
    width: 250px;
    float: left;
}

#sub-container4 .krds-side-navigation .custom {
    font-weight: normal;
}

#sub-container4 .left-tab-area .krds-side-navigation .lnb-list .lnb-item .custom:after {
    width: 0;
}

#sub-container4 .krds-side-navigation .custom.on {
    font-weight: 700;
}


/* right  */
#sub-container4 .main-content .right-content {
    width : calc(100% - 315px);
    float: right;
    /* display: none; */
}

#sub-container4 .right-content .content>h2 {
    color: #014195;
    margin-bottom: 30px;
}

/* #sub-container4 .right-content .content>div {
	display: flex;
	align-items: center;
	justify-content: center;
} */
#sub-container4 .c-bot-content {
    background: #ebebe8;
    padding: 10px;
    border-radius: 12px;
    margin-bottom: 20px;
    border: 1px solid #000;
}

#sub-container4 .c-bot-content .c-bot-content-text {
    /* margin-bottom: 20px; */
    line-height: 1.5;
}
#sub-container4 .c-bot-content .c-bot-content-text b {
    font-weight: 700;

}
#sub-container4 .c-bot-content .c-bot-content-text p {
    margin-top: 4px;
}

/* 모바일 테이블  */
#sub-container4 .right-content .table-list > ul {
    border-top : 1px solid #000;
}
#sub-container4 .right-content .table-list .table-item {
    border-bottom : 1px solid #dedede;
    padding: 10px;
    display: flex;
    align-items : center;
}



/* 미디어 쿼리 */

@media screen and (max-width: 768px) {
    #sub-container4 .main-content .right-content .content-1 ul li>h2 {
        font-size: 15px;
    }
}

@media screen and (max-width: 1023px) {
    #sub-container4 .left-tab-area {
        display: none;
        width: auto;
        float: none;
    }
    #sub-container4 .main-content .right-content {
        width: auto;
        float: none;
    }
}

/* sub css 추가*/


/* 인사말 css 추가 */

.match-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -100px;
    padding: 25px 25px;
    border-radius: 9px;
    background: url(/images/iei/common/sub_bg06.gif) repeat center;
}
#sub-container .main-content .right-content .content .left-content {
    position: relative;
}
@media screen and (max-width: 1024px) {
    .match-text {
        position: static;
        transform: translateX(0px);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px 25px;
    }
    .job-title {
        font-size: 22px !important;
    }
}

@media screen and (max-width: 570px) {
    .job-title {
        font-size: 15px !important;
    }
}

/* 탭 공통 css */

.sub-page-cont {
    padding-top: 0 !important;
}

.tab-page {
    margin-bottom: 30px !important;
}
.clfix:after {
    content: '';
    clear: both;
    display: block;
}
.tab-page .tabs{
    color: #464c53;
    font-weight : bold;
    font-size : 1.9rem;
    border: 1px solid #b1b8be;
    transition : 0.3s ease-in-out;
    flex: 1 1 0px;
    height: 5.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: calc(25% - 1px);
}

/* 교수용 탭 S */
.tab-page .tab{
    color: #464c53;
    font-weight : bold;
    font-size : 1.9rem;
    border: 1px solid #b1b8be;
    transition : 0.3s ease-in-out;
    flex: 1 1 0px;
    height: 5.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: calc(25% - 1px);
}

.tab-page .tab:is(:nth-child(1), :nth-child(5)) {
    border-radius: 6px 0 0 6px;
}
.tab-page .tab:is(:nth-child(4), :nth-child(8)) {
    border-radius: 0 6px 6px 0;
}


.tab-page .tab.on {
    color: #fff;
    background-color: #063a74;
    border: 1px solid #063a74;
    transition : 0.3s ease-in-out;
}
.tab-page .tab button{
    transition : none;
}

/* 교수용 탭 E */



.tab-page .tabs3 {
    width: calc(33% - 1px);
}
.tab-page .tabs4 {
    width: calc(25% - 1px);
}
.tab-page .tabs5 {
    width: calc(20% - 1px);
}
.tab-page .tabs6 {
    width: calc(16.6% - 1px) !important;
}
.tab-page .tabs7 {
    width: calc(14.2% - 1px) !important;
}

/* 250711 추가 */
@media screen and (max-width: 768px) {
    .tab-page .tabs7 {
        width: calc(25% - 1px) !important;
    }
}

.tab-page .tabs:nth-child(1) {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.tab-page .tabs:nth-child(4) {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.tab-page .tabs.on {
    color: #fff;
    background-color: #063a74;
    border: 1px solid #063a74;
    transition : 0.3s ease-in-out;
}
.tab-page .tabs button{
    transition : none;
}
.h4-title {
    font-size: 22px;
    color: #014195;
    font-weight: 500;
    border-left: 5px solid #014195;
    padding-left: 12px;
    line-height: 28px;
}
:focus {
    outline: none;
    box-shadow: none;
}
/*.h4-title:before {*/
/*    content: "";*/
/*    width: 4px;*/
/*    height: 2rem;*/
/*    background-color: #014195;*/
/*    display: inline-block;*/
/*    margin: 0 6px 3px 0;*/
/*    vertical-align: middle;*/
/*}*/
.sub-tit {
    color: #5c5c5c;
    font-size: 16px;
    margin: 40px 0;
    font-weight: 500;
    padding: 20px 20px;
    background-color: #f7f7f7;
    border-radius: 6px;
}
@media screen and (max-width: 768px) {
    #tab-ch .tab-page > li > a {
        font-size: 13px !important;
    }
    #tab-ch2 .tab-page > li > a {
        font-size: 13px !important;
    }
}


/* 탭의 하위 탭 공통 */
.tabs2-3-1 {
    padding: 0 10px 3px;
    float: left;
}
.tabs2-3-1 a {
    padding: 0 15px 6px;
}
.tabs2-3-1.on a{
    color: #063a74;
    border-bottom: 5px solid #063a74;
    font-weight: bold;
}
.tab-page2-3-1 {
    border-bottom: 1px solid #b1b8be;
    font-size: 15px;
    min-width: 480px;
}

/*교육과정 css*/
#tab-ch .sub-page-cont {
    display: none;
}
#tab-ch .sub-page-cont.db {
    display: block ;
}

#tab-ch .tab-page > li > a{display: table-cell;vertical-align: middle;width: 100%;font-size: 16px;}

/* 탭 js 사용 안하는 경우 */
#tab-ch2 .sub-page-cont {
    /*display: none;*/
}
#tab-ch2 .sub-page-cont.db {
    display: block ;
}

#tab-ch2 .tab-page > li > a{display: table-cell;vertical-align: middle;width: 100%;font-size: 14px;}

/* 교양실 소개 */


/*의사소통교실*/
.tab-page2-5 .tabs:nth-child(1) {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.tab-page2-5 .tabs:nth-child(4) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.tab-page2-5 .tabs:nth-child(6) {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}


/* 교양영어실 */

.tab-page2-5-2 .tabs:nth-child(1) {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.tab-page2-5-2 .tabs:nth-child(3) {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

/* 교양수학실 */
.tab-page2-5-3 .tabs:nth-child(1) {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.tab-page2-5-3 .tabs:nth-child(4) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.tab-page2-5-3 .tabs:nth-child(5) {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

/* 교양물리실 */
.tab-page2-5-5 .tabs:nth-child(1) {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.tab-page2-5-5 .tabs:nth-child(4) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.tab-page2-5-5 .tabs:nth-child(7) {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

/* 글로벌 css */

.tab-page4-4 .tabs:nth-child(4) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.tab-page4-4 .curr7 {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

/* 글로벌 교수 소개 */
.tab-page4-3 .tabs:nth-child(2) {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.teacher-list .tc-info .tc-detail-btn > button {
    width: 100px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    padding: 0 12px;
    line-height: 40px;
    border: 1px solid #2c405b;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}
.teacher-list .tc-info .tc-detail-btn > button:hover {
    background: #2c405b;
    color: #fff;
    border: 1px solid #2c405b;
}
.copy-mail {
    width: 77px;
    height: 25px;
    border: 1px solid #2c405b;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    font-weight: 500;
    margin-left: 15px;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}
.copy-mail:hover {
    background: #2c405b;
    color: #fff;
    border: 1px solid gray;
}
.other-info > li > a {
    display: inline-block;
}

/* lnb style 추가 */

.lnb-btn.lnb-link {
    color: #686868;
    font-size: 15px !important;
    font-weight: 500 !important;
    padding: 8px 25px !important;
}
.lnb-subitem:not(:last-child) {
    border-bottom: 1px dotted #c9ced5;
}
.lnb-subitem:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 17px;
    width: 3px;
    height: 3px;
    background: #999;
    border-radius: 50%;
}
.lnb-subitem {
    position: relative;
}
.lnb-subitem.active {
    border-bottom: 1px dotted #063a74;
}
.lnb-subitem.active > a {
    color: #063a74;
    font-weight: bold;
}



/* 조직도 css  */

.org {
    margin: 40px 0;
}

.org-list {
    display: flex;
    justify-content: center;
}
.mt {
    margin-top: 20px;
}
.mr200 {
    margin-right: 200px;
}
.child {
    border: 1px solid #063a74;
    border-radius: 6px;
    display: block;
    text-align: center;
    width: 100px;
    height: 50px;
    background-color: #063a74;
}
.child > h2 {
    color: #eef2f7 !important;
    font-size: 16px;
    line-height: 50px;
}
.o1{position: relative;}
.o1::after{
    content: '';
    width: 1px;
    height: 102px;
    display: block;
    background: #838b9b;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -102px;
    z-index: 1;
}
.o2{position: relative;}
.o2::after{
    content: '';
    width: 52px;
    height: 1px;
    display: block;
    background: #838b9b;
    position: absolute;
    right: -52px;
    bottom: 20px;
    z-index: 1;
}
.title {
    width: 100%;
    height: 55px;
    border: 1px solid #8aa0c4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #8aa0c4;
}
.title > span {
    color: #eef2f7;
    font-weight: 700;
    word-break: break-all;
    font-size: 16px;
}
.line {
    content: '';
    width: 71%;
    height: 1px;
    background: #838b9b;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
}
.org-bot::before {
    content: '';
    width: 1px;
    height: 23px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -22px;
    background: #838b9b;
}
.org-bot-list {
    z-index: 1;
    width: 100%;
    display: flex;
    align-self: center;
    justify-content: center;
    margin-top: 50px;
    flex-wrap: wrap;
}
.org-bot-list::after {
    content: '';
    display: block;
    clear: both;
}
.org-bot {
    position: relative;
    margin-right: 6px;
    width: 23%;
    float: left;

}
.org-bot-list .org-bot:last-child {
    margin-right: 0;
}
.org-bot::before {
    left: 50%;
}
.child-bot-area {
    margin-top: 50px;
    padding-left: 19%;
}
.child-bot-cover {
    display: grid;
    gap: 42px;
    grid-template-columns: repeat(4, 1fr);
}
.cbc1 {
    margin-bottom: 50px;
}
.child-bot {
    border: 1px solid #8aa0c4;
    border-radius: 6px;
    text-align: center;
    height: 50px;
    position: relative;
    z-index: 1;
    background: #eef2f7;
    border-right: 3px solid #8aa0c4;
    border-bottom: 3px solid #8aa0c4;
}
.child-bot:after {
    content: '';
    width: 42px;
    height: 1px;
    position: absolute;
    left: -42px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background: #838b9b;
}
.child-bot h2 {
    color: #8aa0c4 !important;
    font-size: 14px;
    line-height: 47px;
}
.child-bot p {
    color: #000;
    padding: 4px 0;
}
.pt{
    height: 185px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.o4-1::after {
    content: '';
    width: 1px;
    height: 176px;
    background: #838b9b;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -176px;
}


@media screen and (max-width: 768px) {
    .child > h2 {
        font-size: 15px;
    }
    .child-bot h2 {
        font-size: 15px;
    }
    .child-bot-cover {
        display: grid;
        gap: 42px;
        grid-template-columns: repeat(2, 1fr);
    }
    .cb1:after,
    .cb3:after,
    .cb5:after,
    .cb7:after {
        width: 35px;
        left: -35px;
    }
    .o4-1::after {
        height: 360px;
        bottom: -360px;
    }
}
@media screen and (max-width: 500px) {
    .cb1:after,
    .cb3:after,
    .cb5:after,
    .cb7:after {
        width: 20px;
        left: -20px;
    }
}

@media screen and (max-width: 670px) {
    .line{width: 73%;}
    .title > span {font-size: 14px; padding: 6px;}
}

/* 모바일 버전 css 수정 */
@media screen and (max-width: 750px) {
    .teacher-list > ul > li {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .teacher-list .tc-info {
        width: 100%;
        text-align: center;
        margin-top: 20px;
        margin-left: 0;
    }
    .teacher-list .tc-info .tc-detail-btn {
        position: static !important;
    }
    .teacher-list .tc-info .other-info {
        margin-bottom: 10px;
    }
}

/* 교수소개 서브탭 css 수정 */
.prof-sub-tab{
    height: 50px;
    overflow-x: auto;
}


/* 일단 넣고 나중에 고칠 sub css  -----------------------------------------------------------------*/
.table-out{border-top: 2px solid #283d49;overflow-x: auto;}

/*.table-col{min-width: 650px;}*/
.table-col thead tr th{padding: 12px 10px;border-top: 1px solid #cccccc;border-right: 1px solid #cccccc;font-weight: normal; font-size: 16px;line-height: 20px;color: #666666;background: #eef2f7;}
.table-col thead tr:first-child th{border-top: none;}
.table-col thead tr th:last-child{border-right: none;}
.table-col tbody tr td{text-align: center;padding: 7px 10px;border-bottom: 1px solid #cccccc;border-right: 1px solid #cccccc;font-size: 15px;line-height: 19px;color: #000000;}
.table-col tbody tr td:last-child{border-right: none;}
.table-col tbody tr:first-child td{background: url("https://www.uos.ac.kr/images/engineering/sub/table_bg01.gif") repeat-x left top;}


@charset "utf-8";
.mtp15{margin-top: 15px !important;}
.mtp20{margin-top: 20px !important;}
.mtp25{margin-top: 25px !important;}
.mtp40{margin-top: 40px !important;}
.mtp60{margin-top: 60px !important;}
.sub-content{width: 1200px;margin: 0 auto;padding: 60px 0 80px;}
.sc-left{float: left;width: 250px;}
.sc-left .menu-title{padding-left: 17px;font-family: "NotoSans-Medium";font-weight: normal;font-size: 24px;line-height: 29px;color: #000000;background: url("https://www.uos.ac.kr/images/clacds/sub/sub_bg01.gif") no-repeat left 13px;}
.left-menu{margin-top: 20px;}
.left-menu > li{border-left: 1px solid #dcdcdc;border-right: 1px solid #dcdcdc;border-bottom: 1px solid #dcdcdc;}
.left-menu > li:first-child{border-top: 1px solid #dcdcdc;}
.left-menu > li > a{display: block;padding: 16px 19px;font-family: "NotoSans-Regular";font-size: 18px;line-height: 22px;color: #555555;background: url("https://www.uos.ac.kr/images/clacds/sub/sub_bg02.gif") no-repeat 95% 22px;}
.left-menu > li > a:hover{color: #46bf9e;}
.left-menu > li.on > a{font-family: "NotoSans-Medium";color: #ffffff;background: #46bf9e url("https://www.uos.ac.kr/images/clacds/sub/sub_bg03.gif") no-repeat 95% 22px;}
.left-menu > li > ul{display: none;background: #fafafa;}
.left-menu > li > ul > li{background: url("https://www.uos.ac.kr/images/clacds/sub/sub_bg07.gif") repeat-x left top;}
.left-menu > li > ul > li:first-child{background: none;}
.left-menu > li > ul > li > a{display: block;padding: 16px 19px;font-size: 16px;line-height: 20px;}
.left-menu > li > ul > li > a:hover{color: #46bf9e;}
.left-menu > li > ul > li > a:hover > span{background: url("https://www.uos.ac.kr/images/clacds/sub/sub_bg09.gif") no-repeat left 8px;}
.left-menu > li > ul > li > a > span{display: block;padding: 0 12px;background: url("https://www.uos.ac.kr/images/clacds/sub/sub_bg08.gif") no-repeat left 8px;}
.left-menu > li > ul > li.crt > a{font-family: "NotoSans-Regular";color: #46bf9e;background: url("https://www.uos.ac.kr/images/clacds/sub/sub_bg04.gif") no-repeat 94% 22px;}
.left-menu > li > ul > li.crt > a > span{display: block;background: url("https://www.uos.ac.kr/images/clacds/sub/sub_bg09.gif") no-repeat left 8px;}


.left-menu2{margin-top: 20px;}
.left-menu2 > li{border-left: 1px solid #dcdcdc;border-right: 1px solid #dcdcdc;border-bottom: 1px solid #dcdcdc;}
.left-menu2 > li:first-child{border-top: 1px solid #dcdcdc;}
.left-menu2 > li > a{display: block;padding: 16px 19px;font-family: "NotoSans-Regular";font-size: 18px;line-height: 22px;color: #555555;background: url("https://www.uos.ac.kr/images/clacds/sub/sub_bg12.gif") no-repeat 93% 22px;}
.left-menu2 > li > a:hover{color: #46bf9e;}
.left-menu2 > li.on > a{font-family: "NotoSans-Regular";color: #555555;background: url("https://www.uos.ac.kr/images/engineering/sub/sub_bg12.gif") no-repeat 93% 22px;}
.left-menu2 > li.crt2 > a{font-family: "NotoSans-Medium";color: #ffffff;background: #46bf9e url("https://www.uos.ac.kr/images/clacds/sub/sub_bg16.png") no-repeat 93% 22px;}
.left-menu2 > li > a > span{padding: 0 12px;background: url("https://www.uos.ac.kr/images/clacds/sub/sub_bg08.gif") no-repeat left 12px;}
.left-menu2 > li.crt2 > a > span{background: url("https://www.uos.ac.kr/images/clacds/sub/sub_bg14.gif") no-repeat left 12px;}

.sc-right{float: right;width: 900px;}
.page-title{padding-bottom: 11px;border-bottom: 1px solid #000000;}
.page-title .title-name{float: left;font-weight: normal;font-family: "NotoSans-Medium";font-size: 30px;line-height: 35px;color: #000000;}
.page-title .nav{float: right;margin-top: 10px;}
.page-title .nav > li{float: left;padding: 2px 11px 2px 17px;font-size: 14px;line-height: 31px;background: url("https://www.uos.ac.kr/images/clacds/sub/sub_bg05.gif") no-repeat left center;}
.page-title .nav > li:first-child{padding-left: 20px;background: url("https://www.uos.ac.kr/images/clacds/sub/home.gif") no-repeat left;}
.page-title .nav > li:last-child{color: #333333;}
.sub-page-cont{padding-top: 50px;}

/*텍스트 양식 시작*/
.p-txt{font-size: 16px;line-height: 27px;letter-spacing: -1px;margin-bottom: 20px; display: flex;align-items: baseline;}
.p-txt02{font-size: 16px;line-height: 27px;letter-spacing: -1px;margin-bottom: 20px; display: flex;align-items: baseline;}
.p-txt.blue{color: #46bf9e;}
.p-txt .ft-bld{font-family: "NotoSans-Regular";color: #222222;}
/*.p-txt02{font-family: "NotoSans-Regular";font-size: 16px;line-height: 20px;color: #000;}*/
.p-txt03{padding-left: 10px;font-size: 16px;line-height: 27px;letter-spacing: -1px;}
.p-txt04{padding-left: 35px;font-size: 16px;line-height: 27px;letter-spacing: -1px;}
.p-txt05{font-family: "NotoSans-Regular";font-size: 16px;line-height: 20px;}
.p-txt b,
.p-txt strong,
.p-txt02 b{
    display: contents;
}
.p-txt span {
    display: inline-block;
    text-align: center;
    margin: 9px 5px 0 0;
    background: #063a74;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    color: #eef2f7;
    font-weight: 700;
    font-size: 14px;
    padding-top: 3px;
    flex-shrink: 0;
}
.p-txt02 span{
    display: inline-block;
    text-align: center;
    margin: 9px 5px 0 0;
    background: #8aa0c4;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    color: #eef2f7;
    font-weight: 700;
    font-size: 14px;
    padding-top: 1px;
    flex-shrink: 0;
}
/*텍스트 양식 끝*/

/*버튼 양식*/
.btn-area{padding: 25px 0;}
.btn-area a{display: inline-block;padding: 10px 30px;font-size: 17px;line-height: 21px;}
.btn-area a.btn01{color: #ffffff;background: #46bf9e;}
.btn-area a.btn01:hover{background: #044ba9;}
.btn-area a.btn02{color: #ffffff;background: #7e8b92;}
.btn-area a.btn02:hover{background: #7e8284;}
/*버튼 양식 끝*/

/*페이징 양식 시작*/
.paging{margin: 0 auto;text-align: center;margin: 30px 0;line-height: 33px;}
.paging a{display: inline-block;height: 33px;padding: 0px 13px;border: 1px solid #dcdcdc;text-align: center;line-height: 33px;font-size: 15px;vertical-align: top;}
.paging a img{vertical-align: top; position: relative; top: 10px;}
.paging .on{border: 1px solid #014195;font-family: "NotoSans-Medium";color: #fff;background: #014195;}
.paging a:hover{color: #014195;}
.paging a:hover.on{color: #fff;}
.paging a.img {border: 0;padding: 0;}
/*페이징 양식 끝*/

/*페이지 하단 정보 시작*/
.para-info{margin-top: 80px;background: #eef2f7 url("https://www.uos.ac.kr/images/engineering/sub/sub_bg10.gif") no-repeat left center;}
.para-info ul{padding: 23px 83px;}
.para-info ul li{float: left;padding: 0 12px 0 11px;font-size: 16px;line-height: 20px;background: url("https://www.uos.ac.kr/images/engineering/sub/sub_bg11.gif") no-repeat left center;}
.para-info ul li:first-child{background: none;}
.para-info ul li span{font-family: "NotoSans-Regular";display: inline-block;margin-right: 8px;}
/*페이지 하단 정보 끝*/

/*학장 인사말*/
.img-box01{position: relative;margin-bottom: 33px;}
.img-box01 .match-text{position:absolute;right: 28px;bottom: -100px;padding: 23px 25px;border-radius: 9px;background: url("https://www.uos.ac.kr/images/clacds/sub/sub_bg06.gif") repeat center;}
.match-text .job-title{font-family: "NotoSans-Regular";font-size: 15px;line-height: 21px;color: rgba(255,255,255,0.7);}
.match-text .jt-name{font-family: "NotoSans-Regular";font-size: 36px;line-height: 41px;color: #ffffff;}

/*소개 및 연혁*/
/*.h4-title{font-weight: normal;font-family: "NotoSans-Regular";font-size: 30px;line-height: 37px;color: #46bf9e;}*/
.img-txt-box{margin-top: 20px;}
.img-txt-box .left-img{float: left;}
.img-txt-box .right-img{float: left;width: calc(100% - 310px);padding-top: 10px;margin-left: 30px;}
.img-txt-box .right-img > p{position: relative;padding-left: 65px;font-size: 14px;line-height: 22px;color: #666666;}
.img-txt-box .right-img > p > span{position: absolute;left: 0px;top: 0px;font-family: "NotoSans-Regular";color: #333333;}

.h5-title {
    font-size: 17px;
    background: #eef2f7;
    border-radius: 6px;
    padding: 4px 10px;
    color: #8aa0c4;
}
h6 {
    font-size: 16px;
    font-weight: bold;
    color: #2c3e50;
    margin-top: 24px;
    margin-bottom: 8px;
}
.sub03 {
    margin-bottom: 16px;
    letter-spacing: -1px;
    font-size: 16px;
}
.sub03 ul {
    padding-left: 10px;
    margin-top: 4px;
}
.group {
    background-color: #f1f1f1;
    padding: 10px;
    margin: 8px 0;
    border-left: 4px solid #8aa0c4;
    font-size: 1.5rem;
}
.note {
    font-size: 1.4rem;
    color: #777;
}
.inn {
    padding: 5px 10px;
}
.pretty-list {
    margin-top: 1rem;
    padding-left: 1.2rem;
    list-style: none;
}

.pretty-list li {
    position: relative;
    padding-left: 1.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.5;
    font-size: 15px;
    letter-spacing: -0.8px;
}

.pretty-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 2px;
    color: #8aa0c4;
    font-size: 1.1rem;
}

/*학과장인사말*/
.h4-wid01{/*width: 700px;*/ width: auto;}
.signature{
    text-align: right;
    font-size: 22px;
    font-weight: bold;
    color: #014195;
}
.signature span{
    margin-right: 10px;
    color: #5c5c5c;
    font-size: 18px;
}
.inner-cont {
    border: 1px solid #eef2f7;
    margin: 40px 0;
    padding: 20px 40px 40px 40px;
    border-radius: 6px;
    position: relative;
}
.inner-cont img {
    width: 50px;
    top: -40px;
    position: relative;
}

/* 교육과정 */
.tab-menu4{display: inline-block;box-shadow: 2px 2px 2px rgba(0,0,0,0.1);}
.tab-menu4 > li{float: left;text-align: center;margin-left: -1px;border: 1px solid #c9c9c9;}
.tab-menu4 > li.on{border: 1px solid #46bf9e;margin-right: 1px;}
.tab-menu4 > li > a{display: block;padding: 15px 40px;font-size: 17px;line-height: 21px;}
.tab-menu4 > li.on > a{font-family: "NotoSans-Regular";color: #46bf9e;}

/*전자전기컴퓨터공학부 커뮤니티 공지사항*/
.tab-menu{border-radius: 9px 0 9px 0;}
.tab-menu > li{float: left;text-align: center;width: calc(25% - 1.25px);margin-left: -1px;border: 1px solid #c9c9c9;}
.tab-menu.div33 > li{width: calc(33% - 1.25px);}
.tab-menu.div44 > li{width: calc(25% - 1.25px);}
.tab-menu.div55 > li{width: calc(20% - 1.25px);}
.tab-menu > li:first-child{border-radius: 9px 0 0 0;}
.tab-menu > li:last-child{border-radius: 0 0 9px 0;}
.tab-menu > li.on{border: 1px solid #46bf9e;margin-right: 1px;}
.tab-menu > li > a{display: block;padding: 15px 0;font-size: 17px;line-height: 21px;}
.tab-menu > li.on > a{font-family: "NotoSans-Regular";color: #46bf9e;}

/*사무실 및 시설*/
.img-txt-box{margin-top: 20px;}
.img-txt-box .left-img{float: left;}
.img-txt-box .right-img{float: left;width: calc(100% - 310px);padding-top: 10px;margin-left: 30px;}
.img-txt-box .right-img > p{position: relative;padding-left: 65px;font-size: 14px;line-height: 22px;color: #666666;}
.img-txt-box .right-img > p > span{position: absolute;left: 0px;top: 0px;font-family: "NotoSans-Regular";color: #333333;}


/* 커뮤니티 */
.table-up{margin-top: 20px;}
.page-info{float: left;padding-top: 10px;}
.page-info p{font-family: "NotoSans-Regular";font-size: 16px;line-height: 20px;}
.search-box {float: right;}
.search-box > *{margin: 5px 0;}
.search-box select{float: left;width: 120px;height: 40px;border: 1px solid #e5e5e5;font-size: 15px;}
.search-box input{width: 150px;margin: 5px;float: left;height: 38px;padding: 0 15px;border: 1px solid #e5e5e5;font-size: 15px;}
.search-box a{display: inline-block;float: left;height: 40px;line-height: 40px;text-align: center;color: #fff;font-size: 15px;background: #46bf9e;width: 50px;}

.table-style{border-top: 2px solid #283d49;margin-top: 20px;}
.table-style ul{width: 100%;}
.table-style ul.on li.tb-wid01{color: #46bf9e;}
.table-style ul.on li.tb-wid02 a{color: #46bf9e;}
.table-style .tb-wid01{width: calc(10% - 20px)}
.table-style .tb-wid02{width: calc(50% - 20px)}
.table-style .tb-wid03{width: calc(15% - 20px)}
.table-style .tb-wid04{width: calc(10% - 20px); overflow: hidden; text-overflow: ellipsis;}
.table-style .tb-wid05{width: calc(15% - 20px)}
.table-style .tb-wid01_2{width: calc(8% - 20px)}
.table-style .tb-wid02_2{width: calc(15% - 20px)}
.table-style .tb-wid03_2{width: calc(44% - 20px)}
.table-style .tb-wid04_2{width: calc(13% - 20px)}
.table-style .tb-wid05_2{width: calc(10% - 20px)}
.table-style .tb-wid06_2{width: calc(10% - 20px)}
.table-style .tb-wid02_3{width: calc(57% - 1px)}
.tb-head{background: #eef2f7 url("https://www.uos.ac.kr/images/engineering/sub/sub_bg16.gif") repeat-x left bottom;}
.tb-head ul li{text-align: center;float: left;padding: 15px 10px;font-size: 16px;line-height: 20px;background: url("https://www.uos.ac.kr/images/engineering/sub/sub_bg15.gif") no-repeat left center;}
.tb-head ul li:first-child{background: none;}
.tb-body ul{border-bottom: 1px solid #cccccc;}
.tb-body ul li{text-align: center;float: left;padding: 15px 10px;}
.tb-body ul li.tb-wid02 a{display: inline-block;max-width: 90%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.tb-body ul li.tb-wid02 a:hover{color: #46bf9e;}

/*전자전기컴퓨터공학부 커뮤니티 공지사항 상세보기*/
.art-info{font-size: 14px;line-height: 18px;color: #555555;}
.art-info .art-info-name{margin-right: 5px;}
.art-info .art-info-date{margin-right: 5px;}
.art-cont{padding: 30px 0;border-top: 1px solid #cecece;border-bottom: 1px solid #cecece;}
.art-cont .art-title{margin-bottom: 30px;font-family: "NotoSans-Regular";font-size: 16px;line-height: 20px;color: #000000;}
.art-cont .p-cont-txt{padding-left: 7px;font-size: 14px;line-height: 22px;color: #555555;background: url("https://www.uos.ac.kr/images/engineering/sub/sub_bg17.gif") no-repeat left 12px;}
.art-cont .p-cont-txt2{font-size: 14px;line-height: 22px;color: #555555;}
.art-cont .p-cont-txt span{font-family: "NotoSans-Regular";color: #222222;}

/*전자전기컴퓨터공학부 커뮤니티 포토갤러리*/
.gal-area{padding: 25px 0;border-top: 2px solid #283d49;}
.gal-area > ul > li{float: left;width: calc(20% - 20px);padding: 15px 10px;}
.gal-area > ul > li > .gal-img{display: block;text-align: center;overflow: hidden;}
.gal-area > ul > li > .gal-img img{width: 100%;height: 127px;transition: all 0.2s ease-in-out;}
.gal-area > ul > li:hover > .gal-img img{transform: scale(1.1,1.1);}
.gal-area > ul > li > .gal-txt{display: block;width: 100%;margin-top: 10px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 16px;line-height: 20px;color: #010101;}
.gal-area > ul > li:hover > .gal-txt{color: #46bf9e;}
.aci-name{text-align: center;padding: 10px 0 30px;font-size: 14px;line-height: 22px;color: #555555;}

/*학과 교수 소개 목록*/
.tab-menu2{display: inline-block;border-radius: 9px 0 9px 0;box-shadow: 2px 2px 2px rgba(0,0,0,0.1);}
.tab-menu2 > li{float: left;text-align: center;margin-left: -1px;border: 1px solid #c9c9c9;}
.tab-menu2 > li:first-child{border-radius: 9px 0 0 0;}
.tab-menu2 > li:last-child{border-radius: 0 0 9px 0;}
.tab-menu2 > li.on{border: 1px solid #46bf9e;margin-right: 1px;}
.tab-menu2 > li > a{display: block;padding: 15px 80px;font-size: 15px;line-height: 21px;}
.tab-menu2 > li > a:hover{color: #46bf9e;}
.tab-menu2 > li.on > a{font-family: "NotoSans-Regular";color: #46bf9e;}
.teacher-list{/*border-top: 2px solid #283d49;*/}
.teacher-list > ul > li{position: relative;padding: 30px 0 35px;border-bottom: 1px solid #d2d2d2;}
.teacher-list .tc-img{float: left;}
.teacher-list .tc-img a{display: block;overflow: hidden; border-radius: 6px; border-radius: 6px; box-shadow: 3px 3px 5px rgba(0,0,0,0.25);}
.teacher-list .tc-img a img{max-width: 200px;transition: all 0.2s ease-in-out; border-radius: 6px;}

/* 20250703 이미지 css 수정*/
.teacher-list .tc-img a img{width: 200px;height: 250px;object-fit: cover;}

.teacher-list .tc-img a:hover img{transform: scale(1.1,1.1);}
.teacher-list .tc-info{float: left;width: calc(100% - 277px);padding-top: 0px;margin-left: 35px;}
.teacher-list .tc-info .tc-name{font-size: 25px; color: #063a74; font-weight: 700;}
.tc-study {color: #777;font-weight: 500; font-size: 15px;}
.teacher-list .tc-info .other-info{margin-top: 10px;}
.teacher-list .tc-info .other-info li{font-size: 16px;line-height: 25px;color: #333333;}
.teacher-list .tc-info .other-info li a{color: #333333;}
.teacher-list .tc-info .tc-detail-btn{position: absolute;right: 0px;top: 40px;display: inline-block;}
.prof-icon { top: 5px; position: relative; width: 14px;}

/*학과 교수 소개 상세보기*/
.tab-menu3{border-radius: 9px 0 9px 0;}
.tab-menu3 > li{float: left;text-align: center;width: calc(25% - 1.25px);margin-left: -1px;border: 1px solid #c9c9c9;}
.tab-menu3 > li:first-child{border-radius: 9px 0 0 0;}
.tab-menu3 > li:last-child{border-radius: 0 0 9px 0;}
.tab-menu3 > li.on{border: 1px solid #46bf9e;margin-right: 1px;}
.tab-menu3 > li > a{display: block;padding: 15px 0;font-size: 17px;line-height: 21px;}
.tab-menu3 > li > a:hover{color: #46bf9e;}
.tab-menu3 > li.on > a{font-family: "NotoSans-Regular";color: #46bf9e;}
.tm3-cont{display: none;padding: 30px 0 20px;}
.tm3-cont.on{display: block;}

/*학과 교육과정(대학)*/
.tab-menu4{display: inline-block;box-shadow: 2px 2px 2px rgba(0,0,0,0.1);}
.tab-menu4 > li{float: left;text-align: center;margin-left: -1px;border: 1px solid #c9c9c9;}
.tab-menu4 > li.on{border: 1px solid #46bf9e ;margin-right: 1px;}
.tab-menu4 > li > a{display: block;padding: 15px 40px;font-size: 17px;line-height: 21px;}
.tab-menu4 > li.on > a{font-family: "NotoSans-Regular";color: #46bf9e;}

/*공과대학 교과과정*/
.tab-menu5 > li{float: left;text-align: center;width: calc(20% - 1.25px);margin-left: -1px;border: 1px solid #c9c9c9;}
.tab-menu5 > li.on{border: 1px solid #46bf9e;margin-right: 1px;z-index: 10;}
.tab-menu5 > li > a{display: block;padding: 15px 0;font-size: 17px;line-height: 21px;}
.tab-menu5 > li > a:hover{color: #46bf9e;}
.tab-menu5 > li.on > a{font-family: "NotoSans-Regular";color: #46bf9e;}

/*기계정보공학과 과내시설*/
.gal-box{padding: 10px 0;border-top: 2px solid #283d49;border-bottom: 1px solid #dfdfdf;margin-top: 10px;}
.gal-list > li{float: left;width: calc(25% - 9px);padding: 15px 0;margin-left: 12px;}
.gal-list > li:first-child{margin-left: 0px;}
.gal-list > li a{display: block;}
.gal-list > li .gal-img{width: 100%;overflow: hidden;}
.gal-list > li .gal-img img{width: 100%;transition: all 0.3s ease-in-out;}
.gal-list > li .gal-img:hover > img{transform: scale(1.1,1.1);}
.gal-list > li .gal-txt{text-align: center;padding-top: 20px;margin: 0 auto;max-width: 180px;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 15px;line-height: 19px;color: #000000;}

/*기계정보공학과 학생회 소개*/
.img-box03{text-align: center;padding: 15px 0;}


/* 공통게시판 뷰 첨부파일 */
.art-info-file > a {
    color: #1b4fb4;
}

.art-info-file {
    position: relative;
    float: right;
    margin-top: -10px
}

.fileLyaer {
    display: none;
    position: absolute;
    right: 361px;
    top: 367px;
    border: #848484 solid 1px;
    background-color: #fff;
    padding: 20px 10px 10px;
}

.fileLyaer .close {
    position: absolute;
    right: 10px;
    top: 4px;
}

.fileLyaer a {
    white-space: nowrap;
    font-size: 13px;
    display: inline-block;
    padding-top: 5px
}

.fileLyaer a:hover {
    text-decoration: underline
}


/* 게시판 글쓰기 */
.clearfix:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;line-height: 0;font-size: 0;}
.txr{text-align: right !important;}

.art-info-file {position: relative;float: right;margin-top: -10px}
.art-info-file > a {color: #1b4fb4;}

.p-txt .blue {color: #46bf9e;}
.txl {text-align: left !important;}

@media screen and (max-width: 768px) {
    .img-box01 .match-text{bottom: -50px;}
}

@media screen and (max-width: 570px) {
    .img-box01{margin-bottom: 120px;}
    .img-box01 .match-text{left: 0px;right: auto;bottom: -110px;padding: 15px;}
    .match-text .jt-name{font-size: 22px;line-height: 27px;}
}


/* 공통게시판 뷰 첨부파일 */
.art-info-file > a {
    color: #1b4fb4;
}

.art-info-file {
    position: relative;
    float: right;
    margin-top: -10px;
}

.fileLyaer {
    display: none;
    position: absolute;
    right: 361px;
    top: 367px;
    border: #848484 solid 1px;
    background-color: #fff;
    padding: 20px 10px 10px;
}

.fileLyaer .close {
    position: absolute;
    right: 10px;
    top: 4px;
}

.fileLyaer a {
    white-space: nowrap;
    font-size: 13px;
    display: inline-block;
    padding-top: 5px
}

.fileLyaer a:hover {
    text-decoration: underline
}

.pos-f{position: relative;}
.pos-s{position: absolute;left: 0px;top: 25px;}

.table-out05{border-top: 2px solid #283d49;}
.table-row tbody tr th{padding: 12px 10px;border-right: 1px solid #cccccc;border-bottom: 1px solid #cccccc;font-weight: 500;font-size: 15px;line-height: 20px;color: #686868;background: #eef2f7;}
.table-row tbody tr th label{font-weight: bold;font-size: 16px;line-height: 20px;color: #666666;}
.table-row tbody tr td{padding: 12px 10px;border-right: 1px solid #cccccc;border-bottom: 1px solid #cccccc;font-size: 15px;line-height: 19px;color: #555555;  word-break: break-word;white-space: normal;}
.table-row tbody tr td:last-child{border-right: none;}
.table-row tbody tr td input[type=text]{height: 30px;line-height: 30px;}
.table-row tbody tr td textarea{width: 100%;height: 200px;}
.table-row tbody tr td p.file{padding: 2px 0;}
.table-row tbody tr td p.add-file{padding: 2px 0;}
.table-row tbody tr td p.add-file a{font-size: 14px;line-height: 18px;color: #333333;text-decoration: underline;}
.table-row tbody tr td p.add-file a:hover{color: #46bf9e;}

.table-row .col01{width: 20%;}
.table-row .col02{width: 80%;}

.ipt-wid01{width: 70% !important;}
.ipt-wid100{width: 100% !important;}
.radio-box{display: inline-block;margin: 5px 0;}
.radio-span{margin: 0 7px;}
.radio-span label{margin-left: 5px;font-size: 15px;line-height: 19px;color: #555555;}


.hide			{display:none !important}
input[type='text'],
input[type='password'],
input[type='file'],
textarea, select{
    display:inline-block;
    padding:0 5px;
    height:40px;
    line-height:35px;
    box-sizing:border-box;
    border:1px solid #9e9e9e;
    background: transparent;
    /* 	width:100%; */
    border-radius:0;
}
input[type='file']{width:50%;}


.txc{text-align: center !important;}
.txl{text-align: left !important;}
.txr{text-align: right !important;}

.p-txt3{font-size: 20px;line-height: 20px;color: #000000;}
.ul-txt > li{padding-left: 10px;font-family: "NotoSans-Light";font-size: 15px;line-height: 19px;color: #666666;background: url("https://www.uos.ac.kr/images/clacds/sub/ul_txt_bg01.gif") no-repeat left 9px;}

.img-out{margin-top: 10px;}
.img-out img{margin: 5px;}

.tab-menu5-2 > li{float: left;text-align: center;width: 150px;margin-left: -1px;border: 1px solid #c9c9c9;}
.tab-menu5-2 > li.on{border: 1px solid #46bf9e;margin-right: 1px;z-index: 10;}
.tab-menu5-2 > li > a{display: block;padding: 15px 0;font-size: 17px;line-height: 21px;}
.tab-menu5-2 > li > a:hover{color: #46bf9e;}
.tab-menu5-2 > li.on > a{font-family: "NotoSans-Regular";color: #46bf9e;}

.process li {float:left;margin-bottom:30px;}

.it-box{margin: 20px 0;}
.it-box .left-img{float: left;width: 175px;}
.it-box .right-txt{float: right;width: calc(100% - 195px);}

.gal-list{border-top: 2px solid #283d49;}
.gal-list > ul > li{position: relative;padding: 30px 0 35px;border-bottom: 1px solid #d2d2d2;}
.gal-list > ul > li > .gl-img{float: left;width: 114px;}
.gal-list > ul > li > .gl-img img{width: 114px;}
.gal-list > ul > li > .gl-info{float: right;width: calc(100% - 150px);}
.gal-list > ul > li > .gl-info2{float: right;width: calc(100% - 20px)!important;}
.gal-list > ul > li > .gl-info .gl-name{font-size: 20px;line-height: 24px;color: #333333;}
.gal-list > ul > li > .gl-info .other-info{margin-top: 15px;}
.gal-list > ul > li > .gl-info .gl-detail-btn{position: absolute;right: 0px;top: 40px;display: inline-block;padding: 7px 15px;border: 1px solid #000;font-family: "NotoSans-Light";font-size: 14px;line-height: 20px;color: #000;}
.gal-list > ul > li > .gl-info .gl-detail-btn2{position: inherit;right: 0px;top: 60px;display: inline-block;padding: 7px 15px;border: 1px solid #000;font-family: "NotoSans-Light";font-size: 14px;line-height: 20px;color: #000;}


.gl-detail-box{padding: 30px 0;border-bottom: 1px solid #d2d2d2;}

@media screen and ( max-width: 768px ){
    .gal-list > ul > li > .gl-info .gl-detail-btn{position: static;margin-top: 15px;}
}

@media screen and ( max-width: 699px ){
    .process li {width:50%;}
    .process li.two {padding-right:10%;box-sizing:border-box;}
    .process li.three {margin-left:-6%;box-sizing:border-box;}
    .process li img {width:100%;}
}

@media screen and ( max-width: 400px ){
    .it-box .left-img{float: none;width: 100%;}
    .it-box .right-txt{float: none;width: 100%;margin-top: 15px;}
    .gal-list > ul > li > .gl-img{float: none;margin: 0 auto;}
    .gal-list > ul > li > .gl-info{float: none;width: 100%;margin: 15px auto 0;}
}

.notice-txt {color: #1b4fb4;}
.notice-txtR {color: #ff6b6b;}

.search-box.free > a{display: block;width: 45px;height: 30px;line-height: 30px;background: #46bf9e;text-align: center;border-radius: 2px;box-shadow:1px 2px 10px rgba(0,0,0,0.2);font-size: 14px;color: #fff;font-weight: 700;}
.search-box.free select{float: left;padding-left: 5px;border: 1px solid #cfd4da;background: #fff;width: 80px;height: 31px;line-height: 31px;font-size: 13px;}
.search-box.free input{padding-left: 5px;border: 1px solid #cfd4da;background: #fff;width: 200px;height: 31px;line-height: 31px;}
.sc-left .menu-title > a{font-size: 30px;color: #333;font-family: 'NanumSquare';font-weight: 700;}
.page-title .title-name.free{font-size: 28px;color: #444;font-family: 'NanumSquare';font-weight: 700;}
.page-title .title-name.free > span{display: inline-block;background: url("https://www.uos.ac.kr/images/clacds/sub/bl.jpg") no-repeat left center;padding-left: 15px;}
.left-menu2 > li.ons > a{background: #46bf9e url("https://www.uos.ac.kr/images/clacds/sub/sub_bg13.gif") no-repeat 93% 22px;color: #fff;}
.sc-left .menu-title.free{padding-left: 0;font-family: 'NanumSquare';font-weight: 700;font-size: 30px;line-height: 30px;color: #333;background: none;}

/*2020-10-21*/
.sub1-calendar{background: #8aa0c4; padding: 30px 20px 0;box-sizing: border-box; border-radius: 6px;}
.sub1-calendar *{box-sizing: border-box;}
.sub1-calendar > dl{}
.sub1-calendar > dl > dt,
.sub1-calendar > dl > dd{position: relative;}
.sub1-calendar > dl > dt{padding: 0 70px 6px;border-bottom: 1px solid #abbad4;}
.sub1-calendar > dl > dd{padding: 30px 70px;}
.sub1-calendar #prev,
.sub1-calendar #next{position: absolute;top: 50%;margin-top: -23px;display: block;}
.sub1-calendar #prev{left: 0;}
.sub1-calendar #next{right: 0;}
.sub1-calendar .year-month{position: absolute;left: 0;top: 0;color: #fff;font-size: 15px;font-weight: 800;line-height: 18px;letter-spacing: -1px;}
.sub1-calendar .remarks{position: absolute;right: 0;bottom: 6px;}
.sub1-calendar .remarks > li{color: #fff;font-size: 12px;padding-left: 18px;line-height: 14px;margin-top: 6px;}
.sub1-calendar .remarks > li:first-child{margin: 0;}
.sub1-calendar .remarks > li.bg1{background: url("https://www.uos.ac.kr/clacds/images/sub/sub1in2_bg1.png") no-repeat left center;}
.sub1-calendar .remarks > li.bg2{background: url("https://www.uos.ac.kr/clacds/images/sub/sub1in2_bg2.png") no-repeat left center;}
.sub1-calendar .week-list:after,
.sub1-calendar .day-list:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
.sub1-calendar .week-list > li,
.sub1-calendar .day-list > li{float: left;width: calc(100% / 7);padding: 0 5px;text-align: center;color: #fff;font-size: 14px;font-weight: 800;line-height: 18px;}
.sub1-calendar .day-list{margin-top: -25px;}
.sub1-calendar .day-list > li{position: relative;font-size: 30px;line-height: 26px;margin-top: 25px;}
.sub1-calendar .day-list > li > a{color: #fff;font-size: 30px;line-height: 26px;}
.sub1-calendar .week-list > li:nth-child(7n-6),
.sub1-calendar .day-list > li:nth-child(7n-6){color: #f8dfdc;}
.sub1-calendar .week-list > li:nth-child(7n),
.sub1-calendar .day-list > li:nth-child(7n){color: #cbeaf6;}
.sub1-calendar-popup{display: none;position: absolute;left: 0;top: 35px;z-index: 9;width: 534px;text-align: left;background: #fff;border-radius: 10px;overflow: hidden;box-shadow: 2px 2px 8px #000;}
.sub1-calendar-popup > .top-title{position: relative;background: #20b49e;padding: 15px 48px 12px 20px;}
.sub1-calendar-popup > .top-title > .close{position: absolute;top: 50%;right: 10px;margin-top: -14px;}
.sub1-calendar-popup > .top-title > h3{font-size: 22px;line-height: 24px;}
.sub1-calendar-popup > .cld-pop-cent{padding: 35px 20px;}
.sub1-calendar-popup > .cld-pop-cent > ul{text-align: center;}
.sub1-calendar-popup > .cld-pop-cent > ul > li{color: #555;font-size: 18px;line-height: 20px;margin-top: 10px;}
.sub1-calendar-popup > .cld-pop-cent > ul > li:first-child{margin-top: 0;}
.sub1in2-title1{color: #333;font-size: 25px;font-weight: 800;line-height: 25px;margin: 45px 0 20px;}
.sub1in2-title1 > strong{display: inline-block;color: #46bf9e;font-weight: 800;}
.txet-right{text-align: right; margin: 20px 0;}
.list-bg1{}
.list-bg1 > li{position: relative;padding-left: 12px;color: #666;font-size: 15px;line-height: 18px;margin-top: 8px;}
.list-bg1 > li:before{position: absolute;top: 0;left: 0;content: "-";}
.list-bg1 > li:first-child{margin-top: 0;}
.list-bg1 > li a{word-break: break-all;}
.list-ping{}
.list-ping > li{display: table;margin-top: 8px;color: #666;font-size: 15px;line-height: 18px;}
.list-ping > li:first-child{margin-top: 0;}
.list-ping > li > *:first-child{display: table-cell;vertical-align: top;white-space: nowrap;padding-right: 5px;}
a.sub1in2-bnt1{
    display: inline-block;
    color: #063a74;
    font-size: 15px;
    line-height: 15px;
    padding: 15px 17px;
    border-radius: 6px;
    border: 2px solid #063a74;
    font-weight: bold;
}
.sub1in2-bnt1:hover {
    color: #fff;
    background: #063a74;
}
a.sub1in2-bnt2{
    display: inline-block;
    width: 105px;
    padding: 5px 10px;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    border-radius: 4px;
    box-sizing: border-box;
    background: #8aa0c4;
    font-weight: bold;
    border: 1px solid #8aa0c4;
}
.sub1in2-bnt2.red {
    background: #f8dfdc;
    color: #ff6b6b;
    border: 1px solid #f8dfdc;
}
.sub1in2-bnt2:hover {
    background: #fff;
    border: 1px solid #8aa0c4;
    color: #8aa0c4;
}
.sub1in2-bnt2.red:hover {
    background: #fff;
    color: #ff6b6b;
    border: 1px solid #f8dfdc;
}
a.sub1in2-bnt2.green{color: #c1fdca;}
a.sub1in2-bnt2.green:hover{
    background-color: #8aa0c4;
    cursor: no-drop;
}
.sub1in3-table{margin-top: 10px;border-top: 1px solid #dee2e6; margin: 30px 0 50px 0;}
.sub1in3-table th,
.sub1in3-table td{font-size: 15px;line-height: 18px;padding: 12px 10px;border-bottom: 1px solid #dee2e6;border-right: 1px solid #dee2e6;}
.sub1in3-table th:last-child,
.sub1in3-table td:last-child{border-right: 0;}
.sub1in3-table thead th{
    background: #eef2f7;
    /*border-bottom: 2px solid #dee2e6;*/
}
.sub1in3-table th{color: #555;font-weight: 800;}
.sub1in3-table td{
    color: #686868;
    text-align: center;
    height: 50px;
    font-weight: 500;
    font-size: 14px;
}
.num_list li {
    display: flex;
    padding: 5px 20px;
}
.num_list li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background-color: #063a74;
    margin-right: 15px;
    font-size: 13px;
    font-weight: 700;
    color: #eef2f7;
    flex-shrink: 0;
    border-radius: 50%;
}
.guide_tit {
    font-size: 17px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    margin-bottom: 12px;
    margin-left: 20px;
    background: #8aa0c4;
    color: #fff;
    padding: 0 15px;
    border-radius: 6px;
}
.tip {
    font-size: 13px;
    color: #ff6b6b;
    margin-left: 40px;
}
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}
/* 헤더 팝업 S */

.krds-modal .modal-dialog2 {
    display:flex;
    align-items:center;
    justify-content:flex-start;
    flex-direction:row;
    position:relative;
    z-index:1020;
    width:var(--krds-modal--size-large);
    height:100%;
    min-height:var(--krds-modal--size-min-height);
    margin:0 auto;
    width: 120rem;
}
.krds-modal .modal-dialog2.modal-sm {
    max-width:var(--krds-modal--size-small)
}
.krds-modal .modal-dialog2.modal-md {
    max-width:var(--krds-modal--size-medium)
}
.krds-modal .modal-dialog2.modal-lg {
    max-width:var(--krds-modal--size-large)
}
.krds-modal .modal-dialog2 .modal-content {
    display:flex;
    align-items:center;
    justify-content:flex-start;
    flex-direction:column;
    position:relative;
    width:100%;
    max-height:80%;
    background-color:var(--krds-modal--wrap-color-surface);
    border-radius:var(--krds-modal--wrap-radius);
    border:var(--krds-modal--border-width) solid var(--krds-modal--wrap-color-border);
    color:var(--krds-modal--color-text);
    outline-color:transparent;
    transition:outline-color .1s;
    box-shadow:var(--krds-modal--wrap-shadow)
}
.krds-modal .modal-dialog2 .modal-content>:not(.btn-close) {
    width:100%
}
.krds-modal .modal-dialog2 .modal-content:focus {
    box-shadow:var(--krds-box-shadow-outline-inset);
    outline-offset:.4rem
}
.krds-modal .modal-dialog2 .modal-header {
    width:100%;
    background-color:inherit;
    border-top-left-radius:inherit;
    border-top-right-radius:inherit;
    padding-top:var(--krds-modal--header-padding-top);
    padding-inline:var(--krds-modal--padding)
}
.krds-modal .modal-dialog2 .modal-header .modal-title {
    display:-webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    font-size:20px;
    font-weight:500;
}
.krds-modal .modal-dialog2 .modal-conts {
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    flex-direction:column;
    position:relative;
    overflow-y:auto;
    width:100%;
    padding: 30px;
}
.krds-modal .modal-dialog2 .modal-conts::-webkit-scrollbar {
    width:.8rem
}
.krds-modal .modal-dialog2 .modal-conts::-webkit-scrollbar-thumb {
    background-color:var(--krds-light-color-element-secondary-light);
    border-radius:.8rem
}
.krds-modal .modal-dialog2 .modal-conts::-webkit-scrollbar-track {
    background-color:var(--krds-light-color-element-secondary-lighter)
}
.krds-modal .modal-dialog2 .modal-conts>* {
    width:100%
}
.krds-modal .modal-dialog2 .modal-conts .conts-area {
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    flex-direction:column;
    gap:var(--krds-modal--conts-gap)
}
.krds-modal .modal-dialog2 .modal-conts .conts-area>* {
    width:100%
}
.krds-modal .modal-dialog2 .modal-btn {
    display:flex;
    align-items:center;
    justify-content:flex-end;
    flex-direction:row;
    gap:var(--krds-modal--btn-gap);
    padding:var(--krds-modal--btn-padding-top) var(--krds-modal--padding) var(--krds-modal--padding)
}
.krds-modal .modal-dialog2 .modal-btn .krds-btn {
    min-width:var(--krds-modal--btn-size-min-wdith)
}
.krds-modal .modal-dialog2 .modal-btn.multi-conts {
    justify-content:space-between
}
.krds-modal .modal-dialog2 .btn-close {
    position:absolute;
    top:var(--krds-modal--btn-close-position);
    right:var(--krds-modal--btn-close-position);
    z-index:901
}
.krds-modal[data-type=full] {
    background-color:var(--krds-modal--full-popup-surface)
}
.krds-modal[data-type=full] .modal-dialog2 {
    width:100%;
    height:100%;
    margin:0 auto;
    padding:0
}
@media (max-width:767px) {
    .krds-modal:not([data-type=bottom-sheet]) .modal-dialog2 {
        width:var(--krds-modal--mobile-width);
        height:var(--krds-modal--mobile-height);
        min-height:var(--krds-modal--mobile-height);
        margin:var(--krds-modal--mobile-gap) auto
    }
    .krds-modal:not([data-type=bottom-sheet]) .modal-dialog2 .modal-header {
        padding:var(--krds-modal--mobile-header-padding-top) var(--krds-modal--mobile-padding) 0
    }
    .krds-modal:not([data-type=bottom-sheet]) .modal-dialog2 .modal-header .modal-title {
        font-size:var(--krds-modal--header-mobile-font-size)
    }
    .krds-modal:not([data-type=bottom-sheet]) .modal-dialog2 .modal-content {
        max-height:100%
    }
    .krds-modal:not([data-type=bottom-sheet]) .modal-dialog2 .modal-conts {
        padding-inline:var(--krds-modal--mobile-padding);
        padding-bottom:0
    }
    .krds-modal:not([data-type=bottom-sheet]) .modal-dialog2 .modal-conts .conts-area>* {
        width:100%
    }
    .krds-modal:not([data-type=bottom-sheet]) .modal-dialog2 .modal-btn {
        padding:var(--krds-modal--mobile-btn-padding-top) var(--krds-modal--mobile-padding) var(--krds-modal--mobile-btn-padding-bottom)
    }
    .krds-modal:not([data-type=bottom-sheet]) .modal-dialog2 .btn-close {
        top:var(--krds-modal--mobile-btn-close-position);
        right:var(--krds-modal--mobile-btn-close-position)
    }
    .krds-modal[data-type=full] {
        --krds-modal--full-mobile-btn-close-size:var(--krds-size-height-4)
    }
    .krds-modal[data-type=full] .modal-dialog2 {
        width:100%;
        height:100%;
        margin:0 auto
    }
    .krds-modal[data-type=full] .modal-dialog2 .btn-close {
        width:var(--krds-modal--full-mobile-btn-close-size);
        height:var(--krds-modal--full-mobile-btn-close-size)
    }
}
[data-krds-mode=high-contrast] .krds-modal {
    --krds-modal--border-width:var(--krds-high-contrast-border-width-variable-regular);
    --krds-modal--color-text:var(--krds-high-contrast-color-text-basic);
    --krds-modal--wrap-color-surface:var(--krds-high-contrast-color-surface-white-subtler);
    --krds-modal--wrap-color-border:var(--krds-high-contrast-color-border-gray);
    --krds-modal--wrap-shadow:0 0 0.2rem 0 var(--krds-high-contrast-color-alpha-shadow2),0 1.6rem 2.4rem 0 var(--krds-high-contrast-color-alpha-shadow3);
    --krds-modal--color-dim:var(--krds-high-contrast-color-background-dim);
    --krds-modal--full-popup-surface:var(--krds-high-contrast-color-surface-secondary-subtler)
}
[data-krds-mode=high-contrast] .krds-modal .modal-dialog2 .modal-conts::-webkit-scrollbar {
    width:.8rem
}
[data-krds-mode=high-contrast] .krds-modal .modal-dialog2 .modal-conts::-webkit-scrollbar-thumb {
    background-color:var(--krds-high-contrast-color-element-secondary-light);
    border-radius:.8rem
}
[data-krds-mode=high-contrast] .krds-modal .modal-dialog2 .modal-conts::-webkit-scrollbar-track {
    background-color:var(--krds-high-contrast-color-element-secondary-lighter)
}
@media (prefers-color-scheme:dark) {
    [data-krds-mode=theme] .krds-modal {
        --krds-modal--border-width:var(--krds-high-contrast-border-width-variable-regular);
        --krds-modal--color-text:var(--krds-high-contrast-color-text-basic);
        --krds-modal--wrap-color-surface:var(--krds-high-contrast-color-surface-white-subtler);
        --krds-modal--wrap-color-border:var(--krds-high-contrast-color-border-gray);
        --krds-modal--wrap-shadow:0 0 0.2rem 0 var(--krds-high-contrast-color-alpha-shadow2),0 1.6rem 2.4rem 0 var(--krds-high-contrast-color-alpha-shadow3);
        --krds-modal--color-dim:var(--krds-high-contrast-color-background-dim);
        --krds-modal--full-popup-surface:var(--krds-high-contrast-color-surface-secondary-subtler)
    }
    [data-krds-mode=theme] .krds-modal .modal-dialog2 .modal-conts::-webkit-scrollbar {
        width:.8rem
    }
    [data-krds-mode=theme] .krds-modal .modal-dialog2 .modal-conts::-webkit-scrollbar-thumb {
        background-color:var(--krds-high-contrast-color-element-secondary-light);
        border-radius:.8rem
    }
    [data-krds-mode=theme] .krds-modal .modal-dialog2 .modal-conts::-webkit-scrollbar-track {
        background-color:var(--krds-high-contrast-color-element-secondary-lighter)
    }
}
/* 헤더 팝업 E */

/* 모달 박스 */
.modal-dialog {
    background: #fff;
    margin: 8rem auto;
    padding: 0;
    border-radius: 6px;
    max-width: 600px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.3s ease;
}
.modal-header {
    padding: 12px 24px;
    border-bottom: 1px solid #dee2e6;
    background-color: #f8f9fa;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px 6px 0 0;
}

.modal-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.modal-header .btn {
    background: none;
    border: none;
    font-size: 14px;
    cursor: pointer;
}

.modal-body {
    padding: 24px;
}

.form-group {
    margin-bottom: 16px;
}

.form-row {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.form-row .form-group {
    margin-bottom: 0;
    flex: 1;
    min-width: 80px;
}
.form-row .form-group.col-md-3:first-child {
    flex: 0 0 80px;
}

input.form-control, select.form-control {
    width: 100%;
    /*padding: 8px 10px;*/
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    padding-left: 10px;
}
.form-group label {
    color: #063a74;
    font-weight: bold;
}
.error {
    font-size: 13px;
    color: #ff6b6b;
    margin-top: 4px;
    font-weight: 500;
}

.modal-footer {
    padding: 16px 24px;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}
.btn {
    padding: 8px 16px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

.btn-primary {
    background-color: #8aa0c4;
    color: white;
}

.btn-secondary {
    background-color: #6c757d;
    color: white;
}
.btn.btn-danger.btn-sm {
    background: #f8dfdc;
    color: #ff6b6b;
    border: 1px solid #f8dfdc;
    padding: 4px 16px;
    margin-left: 10px;
    font-weight: 500;
    font-size: 15px;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.character {
    width: 60px;
    margin-top: -40px;
    animation: float 3s ease-in-out infinite;
    transition: transform 0.3s ease;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media screen and (max-width: 768px){
    .sub1-calendar{width: 100%;}
    .sub1-calendar .day-list > li{position: static;}
    .sub1-calendar-popup{left: 50%;top: auto;margin: 12px 0 0 -267px;}
    .sub1in2-table.scroll{width: 100%;overflow-x: auto;}
    .sub1in2-table.scroll > table{min-width: 800px;}
}

@media screen and (max-width: 550px){
    .sub1-calendar{position: relative;padding: 30px 10px 0;}
    .sub1-calendar > dl > dt,
    .sub1-calendar > dl > dd{position: static;}
    .sub1-calendar > dl > dt{padding: 0 10px 6px;}
    .sub1-calendar > dl > dd{padding: 25px 10px;}
    .sub1-calendar .year-month{position: static;text-align: center;font-size: 25px;line-height: 25px;margin-bottom: 40px;}
    .sub1-calendar #prev,
    .sub1-calendar #next{top: 20px;margin-top: 0;width: 40px;}
    .sub1-calendar #prev{left: 15px;}
    .sub1-calendar #next{right: 15px;}
    .sub1-calendar .remarks{right: 10px;top: 70px;bottom: auto;}
    .sub1-calendar .remarks > li{float: left;margin: 0 0 0 20px;}
    .sub1-calendar .day-list > li{font-size: 20px;line-height: 22px;margin-top: 25px;}
    .sub1-calendar .day-list > li > a{font-size: 20px;line-height: 22px;}
    .sub1-calendar-popup{width: calc(100% - 20px);left: 10px;margin-left: 0;}
    .sub1-calendar-popup > .top-title > h3{font-size: 18px;line-height: 20px;}
    .sub1-calendar-popup > .cld-pop-cent{padding: 30px 15px;}
    .sub1-calendar-popup > .cld-pop-cent > ul > li{font-size: 16px;line-height: 18px;}
}




/* 11-12 */
/* css : padding */
.p00     {padding:0px !important}
.p05     {padding:5px !important}
.p10     {padding:10px !important}
.p20     {padding:20px !important}
.p30     {padding:30px !important}

.t00     {padding-top:0px !important}
.t03     {padding-top:3px !important}
.t05     {padding-top:5px !important}
.t07     {padding-top:7px !important}
.t10     {padding-top:10px !important}
.t15     {padding-top:15px !important}
.t20     {padding-top:20px !important}
.t25     {padding-top:25px !important}
.t30     {padding-top:30px !important}
.t35     {padding-top:35px !important}
.t40     {padding-top:40px !important}
.t45     {padding-top:45px !important}
.t50     {padding-top:50px !important}

.r00     {padding-right:0px !important}
.r05     {padding-right:5px !important}
.r10     {padding-right:10px !important}
.r15     {padding-right:15px !important}
.r20     {padding-right:20px !important}
.r25     {padding-right:25px !important}
.r30     {padding-right:30px !important}

.b00     {padding-bottom:0px !important}
.b05     {padding-bottom:5px !important}
.b10     {padding-bottom:10px !important}
.b15     {padding-bottom:15px !important}
.b20     {padding-bottom:20px !important}
.b25     {padding-bottom:25px !important}
.b30     {padding-bottom:30px !important}
.b40     {padding-bottom:40px !important}

.l00     {padding-left:0px !important}
.l05     {padding-left:5px !important}
.l10     {padding-left:10px !important}
.l15     {padding-left:15px !important}
.l20     {padding-left:20px !important}
.l22     {padding-left:22px !important}
.l25     {padding-left:25px !important}
.l30     {padding-left:30px !important}
.l55     {padding-left:55px !important}

/* css : margin */
.m00     {margin:0px !important}
.m10     {margin:10px !important}
.m20     {margin:20px !important}
.m30     {margin:30px !important}

.mt00    {margin-top:0px !important}
.mt03    {margin-top:3px !important}
.mt05    {margin-top:5px !important}
.mt07    {margin-top:7px !important}
.mt10    {margin-top:10px !important}
.mt15    {margin-top:15px !important}
.mt20    {margin-top:20px !important}
.mt25    {margin-top:25px !important}
.mt30    {margin-top:30px !important}
.mt35    {margin-top:35px !important}
.mt40    {margin-top:40px !important}
.mt45    {margin-top:45px !important}
.mt50    {margin-top:50px !important}
.mt60    {margin-top:60px !important}
.mt75    {margin-top:75px !important}

.mr00    {margin-right:0px !important}
.mr10    {margin-right:10px !important}
.mr15    {margin-right:15px !important}
.mr20    {margin-right:20px !important}
.mr25    {margin-right:25px !important}
.mr30    {margin-right:30px !important}

.ml00    {margin-left:0px !important}
.ml05    {margin-left:5px !important}
.ml10    {margin-left:10px !important}
.ml15    {margin-left:15px !important}
.ml20    {margin-left:20px !important}
.ml25    {margin-left:25px !important}
.ml30    {margin-left:30px !important}
.ml45    {margin-left:45px !important}

.mb00    {margin-bottom:00px !important}
.mb05    {margin-bottom:5px !important}
.mb10    {margin-bottom:10px !important}
.mb15    {margin-bottom:15px !important}
.mb20    {margin-bottom:20px !important}
.mb25    {margin-bottom:25px !important}
.mb30    {margin-bottom:30px !important}

.mt_05   {margin-top:-5px !important}
.mt_10   {margin-top:-10px !important}
.mt_15   {margin-top:-15px !important}
.mt_20   {margin-top:-20px !important}
.mt_25   {margin-top:-25px !important}
.mt_30   {margin-top:-30px !important}
.mt_34   {margin-top:-34px !important}

.ml_05   {margin-left:-5px !important}
.ml_10   {margin-left:-10px !important}
.ml_15   {margin-left:-15px !important}
.ml_20   {margin-left:-20px !important}
.ml_25   {margin-left:-25px !important}
.ml_30   {margin-left:-30px !important}

.tab-page{margin-bottom: 40px;margin-left: -1px;}
.tab-page > li{float: left;margin-left: 1px;margin-bottom: 1px;height: 55px;text-align: center;display: table;}
/*.tab-page > li > a{display: table-cell;vertical-align: middle;width: 100%;height: 55px;background: #f8f8f8;font-size: 16px;color: #333;}*/
/*.tab-page > li.on > a{background: #46bf9e;color: #fff;}*/
.tab-page2 > li{width: calc(50% - 3px);border: 1px solid #46bf9e;}
.tab-page3 > li{width: calc(33.33% - 3px);border: 1px solid #46bf9e;}
.tab-page4 > li{width: calc(25% - 3px);border: 1px solid #46bf9e;}
.tab-page5 > li{width: calc(20% - 3px);border: 1px solid #46bf9e;}
/*.tab-page6 > li{width: calc(18% - 15px);;border: 1px solid #46bf9e;}*/
.tab-page7 > li{width: calc(16% - 18px);border: 1px solid #46bf9e;}
.tab-page-f > li{width: calc(20% - 3px);border: 1px solid #46bf9e;}
/* //11-12 */

/* FAQ 아코디언 게시판 */
/* 게시판 리스트 */
.listType {
    border-top: #dcdcdc solid 1px;
}

.listType > li {
    clear: both;
    border-bottom: #dcdcdc solid 1px;
    padding: 15px 20px;
    vertical-align: top;
    /*background: url("https://www.uos.ac.kr/images/admission/icon/icon_num.png") 20px center no-repeat;*/
}

.listType > li.on {
    /*background: url("https://www.uos.ac.kr/images/admission/icon/icon_notice.png") 20px center no-repeat;*/
}

.listType > li > a {
    color: #686868;
    font-size: 17px;
    line-height: 32px;
    display: inline-block;
    margin: 5px 0 0 0;
    vertical-align: top;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}
.listType > li > a:hover{
    color: #063a74;
}

.listType > li > span {
    display: inline-block;
    text-align: center;
    margin: 9px 5px 0 0;
    background: #063a74;
    width: 25px;
    height: 25px;
    border-radius: 4px;
    color: #eef2f7;
    font-weight: 700;
    font-size: 14px;
    padding-top: 3px;
}

.listType.view > li:first-child > span {
    display: inline-block;
    width: 50px;
    text-align: center;
    margin: 10px 5px 0 0;
}

.listType.view > li > span {
    width: auto;
    display: inline
}

/*.listType > li:hover {*/
/*    background-color: #eef6f8*/
/*}*/

.listType > li.on > span {
    color: #fff
}

.listType > li > ul {
    float: right;
    margin-top: 5px;
    width: 330px
}

.listType > li ul > li {
    float: left;
    color: #888888;
    line-height: 24px;
    padding: 5px 10px 0 10px
}

.listType > li ul > li.file {
    padding: 5px 0 0px 15px;
    position: relative;
    float: right
}

.listType > li > ul:after {
    content: "";
    display: block;
    clear: both;
}

.listType.view > li > ul {
    width: 100%
}

.listType.faq > li > a {
    width: 60%
}

/* [s] 2017-06-28 */
.listType > li ul > li {
    float: left;
    color: #888888;
    line-height: 24px;
    padding: 5px 10px 0 10px;
    background: url("https://www.uos.ac.kr/images/admission/icon/tit_bar.png") 0 center no-repeat;
}

.listType > li ul > li:first-child, .listType > li ul > li:last-child { /* 얘는 추가되는 거에요. */
    background-image: none;
}


.trtype01 {
    border-top: 1px solid #cdd1d5;
    height: 50px;
}
.trtype01.radio {
    border-bottom: 1px solid #cdd1d5;
}
.trtype01 th {
    background-color: #eef2f7;
}
.trtype01 td {
    padding: 10px;
}
.right-btns {
    float: right;
}
input[type="text"].in2 {
    display: inline-block;
    padding: 0 5px;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    border: 1px solid #bbbbbb;
    background: transparent;
    width: 90%;
    border-radius: 5px;
}
.trtype01 th label{
    font-size: 15px;
    font-weight: 500;
}
.trtype01 td label{
    display: inline-block;
}
input[type="radio"].ra1{
    position:inherit !important;
    accent-color: #063a74;
    width: 1em !important;
    height: 0.9em !important;
    cursor: pointer;
}
input[type="checkbox"].board-checkbox{
    position:inherit !important;
    accent-color: #8aa0c4;
    width: 1em !important;
    height: 0.9em !important;
    cursor: pointer;
    vertical-align: middle;
}
input[type="file"].f_num {
    border: none;
    padding-left: 10px;
    font-size: 13px;
    height: 35px;
}
.defaultBtn {
    font-size: 14px;
    background-color: #8aa0c4;
    color: #fff;
    padding: 4px 10px;
    font-weight: 500;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
}
.del-red {
    color: #ff6b6b;
    font-size: 13px;
    font-weight: bold;
    padding-left: 10px;
}
.defaultBtn:hover{
    background-color: #063a74;
    color: #fff;
}
.board-top {
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px dotted #8a949e;
}
.content.view {
    border-top: 1px solid #8a949e;
}
.board-content{
    border-bottom: 1px solid #8a949e;
    padding: 30px;
}
.board-title{
    font-size: 20px;
}
.board-info p {
    color: #5c5c5c;
    font-size: 15px;
    display: inline-block;
}

#post-date-0::before {
    content: '|';
    margin: 0 8px;
    color: #8a949e;
}
.board-files-space{
    margin-top: 10px;
    background-color: #f7f7f7;
    padding: 5px 10px;
    border-radius: 6px;
}
.board-files{
    color: #5c5c5c;
    font-size: 14px;
    font-weight: 500;
}
.board-list-btn2 {
    margin-top: 10px;
}
.dbtn2 {
    font-size: 14px;
    background-color: #eef2f7;
    padding: 2px;
    border-radius: 3px;
}
/* 갤러리 게시판 S */
.listGallery{
    display: flex;
    gap: 0 20px;
    flex-wrap: wrap;
    padding: 60px 0 0 0;
    border-top: 1px solid #8a949e;
    border-bottom: 1px solid #8a949e;
}
.listGallery > li {
    margin: 0 0 50px 0;
    width: calc(25% - 15px);
}
.listGallery > li > a {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 66.5%;
    overflow: hidden;
    margin: 0 0 10px 0;
    border: 1px solid #eef2f7;
    border-radius: 6px;
}
.listGallery > li > a img {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    min-height: 100%;
    width: 100%;
}
.listGallery > li > p {
    padding: 10px 0 0 0;
}
.listGallery > li > p a{
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
}
.listGallery > li > p a:hover{
    color: #063a74;
}
/* 갤러리 게시판 E */

/* [e] 2017-06-28 */

/* 게시판 리스트_모바일 */
@media screen and ( max-width: 990px ) {
    .listType > li > a {
        width: 38%;
    }

    .listType.faq.type2 > li > a {
        width: 33%;
    }

    .listType.faq > li > a {
        width: 50%
    }
}

@media screen and ( max-width: 750px ) {
    .listType > li > a {
        width: 85% !important;
    }

    .listType > li {
        padding: 10px 10px;
        background-position: 10px center
    }

    .listType > li.on {
        background-position: 10px center
    }

    .listType > li > span {
        margin-top: 15px
    }

    .listType > li > a {
        line-height: 22px;
        margin: -35px 0 0 60px;
        position: relative
    }

    .listType.faq > li.q > a.fileDown {
        position: static !important;
        margin: 0
    }

    .listType > li > ul {
        float: none;
        margin: -37px 0 0 50px;
        width: auto
    }

    .listType > li ul > li.file {
        float: right;
        margin-top: -15px
    }
    .top-tit {
        top: 1px;
        left: 10px;
    }
    .teacher-list .tc-info{
        width: 100%;
        margin-left: 5px;
        margin-top: 15px;
    }
    /*. listGalleryli .imgBox span.bg {display:none;}*/
    /*.listGallery {padding:20px 0 0;}*/
    /*.listGallery li {width:49.4%;padding:0 1% 20px;}*/

    .listGallery{padding-top: 30px;}
    .listGallery > li{margin-bottom: 25px; width: calc(50% - 10px);}
    .listGallery > li p a{font-size: inherit;}
}

/* 게시판 뷰 */
.listType.view > li:first-child {
    background-image: none;
    font-size: 18px;
    padding: 15px 30px;
    color: #333333;
    background-color: #eef6f8;
}

.listType.view > li:first-child > span {
    font-size: 18px;
    color: #333333;
    width: 100%;
    text-align: left;
    margin: 5px 0 0 0;
    box-sizing: border-box;
}

.listType.view > li:first-child > ul {
    float: none;
    margin-left: -10px
}

.listType.view > li:after {
    clear: both;
    content: '';
    display: block
}

.listType.view > li > ul {
    margin-top: 0
}

.listType.view > li.contBox {
    background: none !important;
    line-height: 27px;
    padding: 40px 30px
}

.listType.view li {
    word-break: break-all;
}

.listType.view > li > ul > li.file {
    position: relative;
    line-height: 18px
}

.listType.faq > li.f {
    cursor: pointer;
}

.listType.faq > li.q {
    display: none;
    background: none /* #f8f8f8   - FAQ 배경색 삭제 */;
    padding: 15px 30px 15px 55px;
    word-break: break-all;
    background: #eef2f7;
    color: #686868;
    font-size: 16px;
}

/*.listType.faq > li.q:hover {*/
/*    background: #fff*/
/*}*/

/*.listType.faq > li.q:hover {background:#f8f8f8}  - FAQ 배경색 삭제*/
.listType.faq.type2 > li > a > img {
    margin-right: 5px
}

.listType.faq.type2 .acceptImg {
    margin-left: 35px;
}

.listType.faq.type2 > li.q {
    position: relative;
}

.listType.faq.type2 > li.q > p {
    font-size: 18px;
    color: #333
}

.listType.faq.type2 > li.q > p > img {
    margin-right: 7px
}

.listType.faq.type2 > li.q > p > span {
    color: #0d4b97;
    font-size: 18px;
}

.listType.faq.type2 > li.q > div {
    margin: 15px 0 0 20px
}

.listType.faq.type2 > li.q > div > * {
    height: 29px;
    line-height: 29px;
    box-sizing: border-box;
}

.listType.faq.type2 > li.q > div > input {
    width: 117px;
    border: 1px solid #c9c9c9;
}

.listType.faq.type2 > li.q > div > a {
    color: #fff;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    width: 85px;
    background: #6c6c6c
}

.listType.faq.type2 > li.q > div > a.btnCancle {
    background: #b8b8b8
}

.listType.faq.type2 > li.q > ul {
    position: absolute;
    top: 10px;
    right: 20px
}

.listType.faq.type2 > li > ul {
    width: 220px
}

.listType.faq.type2 > li > a {
    width: 58%
}

.listType.faq > li > ul {
    width: 260px
}

/* 게시판 보기_모바일 */
@media screen and ( max-width: 999px ) {
    .listType.view > li:first-child {
        padding: 15px 15px
    }

    .listType.view > li.contBox {
        padding: 20px 15px;
        line-height: 25px
    }

    .listType.view > li:first-child > span {
        width: 80%;
    }

    .listType.faq.type2 > li > a {
        width: 50%
    }

    .listType.view > li ul > li.file {
        margin-top: 0
    }
}

@media screen and ( max-width: 830px ) {
    .listType.faq > li > ul {
        width: auto
    }

    .listType.faq.type2 > li > a {
        width: 45%
    }
}

@media screen and ( max-width: 750px ) {
    .listType.faq.type2 > li.q > ul {
        margin: 0
    }

    .listType.faq.type2 .acceptImg {
        margin: -104px 0 0 60px;
    }

    .listType.faq.type2 > li.f > span {
        line-height: 30px;
        height: 50px
    }

    .listType.faq.type2 > li.f > ul {
        margin: -60px 0 0 50px;
    }

    .listType.faq.type2 > li.f > img + ul {
        margin: -80px 0 0 120px;
    }

    .listType.faq.type2 > li.f > a {
        width: 35%;
        margin: -61px 0 0 60px;
    }
}

@media screen and ( max-width: 699px ) {
    .listType.view > li:first-child {
        padding: 10px 15px
    }

    .listType.faq.type2 > li > ul li {
        width: auto
    }

    .listType.faq.type2 > li.q {
        padding: 15px 30px 15px 70px;
    }

    .listType.faq.type2 > li.q > ul {
        position: static !important;
        float: none;
        margin: 4px 0 0;
    }

    .listType.faq.type2 > li.q > ul > li.file {
        margin-top: 0
    }

    .listType.faq.type2 > li.q > div {
        margin: 10px 0 0 20px;
    }

    .listType.faq.type2 > li.q > div > * {
        height: 20px;
        line-height: 20px;
    }

    .listType.faq.type2 > li.q > div input {
        width: 40%
    }

    .listType.faq.type2 > li.q > div a {
        width: 43px
    }
}

/* 교수소개의 이메일 uos.ac.kr 를 임의로 지정 */

.teacher-list .tc-info .other-info li:last-child img:nth-child(2) {
    vertical-align: text-top;
}