@charset "utf-8";

/*학과별 반응형 CSS*/

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

.main-gnb{margin:-5px;}

.main-gnb header{height:auto;}
.main-gnb header #logo{width:100%; height:auto; padding:10px 0;}
#mgnb{display: none;}
#popupzone2{margin-top:5px;}

.main-sns, .main-about, .main-quick, .mgallery5{margin:5px 0;}

header{background:#384834;}
.main-section{padding: 0;}
.deco-main-bg{display: none;}
.main-contact:after{display: none;}

.d_width #topsns{position: relative; width:100%; right:auto;}
#topsns:after{content:''; display: block; clear:both;}
#topsns a{width:25%; 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;}
#topsns .ico-blog{background-size:50px;}
#topsns .ico-youtube{background-size:50px;}

.main-bnr		{margin: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 #FFFFCC;}

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