@charset "utf-8";

/*학과별 반응형 CSS*/

@media (max-width:768px){/*↓↓↓↓↓↓↓↓아래부터 내용을 기재하세요.↓↓↓↓↓↓↓↓*/

#m-nav span{background-color:#000000;}
.d_width #topsns{position: relative; width:100%; right:auto;}
#topsns:after{content:''; display: block; clear:both;}
#topsns a{width:33.3333%; float:left; border-radius:0; margin:0; height:60px;}
#topsns .ico-facebook{background-size:50px;}
#topsns .ico-instagram:before{width:50px; height:50px; background-size:50px; margin-top:5px;}

/*입학안내, 졸업 후 진로*/
.main-bnr		{margin:5px 0;}
.main-bnr:after {content:''; display:block; clear:both;}
.main-bnr a		{width:50%; float:left; height:120px;}
.main-bnr .tit	{font-size:20px;}
.main-bnr .txt	{display: none;}
.main-bnr a.bg1, .main-bnr a.bg2{background-image: none; border:none;}
.main-bnr a.bg1{border-right:1px dashed #ffffff;}

#main_title_editarea{margin:10px 0 20px 0;}
#main_title_editarea img{width:95%;}

.mnoticetop2{margin-top:0;}

.main-quick{margin-top:10px;}

/*서브페이지*/
#tmp_history2 .cont{margin:0; padding-top:260px;}
#tmp_history2 .img{left:0; margin:0 auto;}
.board_list table tbody td.writer:before{content: "\f007"; font-family: FontAwesome; color: #ccc; margin-right: 5px;}
.board_list table tbody td.date:before {content: "\f017"; font-family: FontAwesome; color: #ccc; margin-right: 5px; padding:0; border:none;}
.gallery2 a{height:40px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; word-wrap: normal;}


/* 모바일배너 */
#main_title_editarea img{width: 100%;}
.mob_login i{color:#000;}


}/*↑↑↑↑↑↑위에까지 내용을 기재하세요.↑↑↑↑↑↑↑↑*/