/* 이 학과에만 적용되도록 수정 */

/* 로고 2 */ 
#header h1.logoBox2 {position:absolute; left:50%; top:80px; margin-left:-700px; z-index:20;}
#header h1.logoBox2 a {display: flex;height:36px;line-height:50px;align-items: center;}
#header h1.logoBox2 a span{display:block; float:left;}
#header h1.logoBox2 a .logo {width:140px; height:36px; overflow:hidden; text-indent:-99999%; background:url('/CW9999/images/common/logo_gc.svg') no-repeat; background-size:contain;}
#header h1.logoBox2 a .name{position:relative; line-height: 1.0;padding-left:6px;margin-left:4px; font-size:1.0em; margin-bottom:17px;/*font-size:18px;*/font-family: 'Pretendard'; font-weight:600; color:#000;word-break: auto-phrase;max-width: 170px;}
#header h1.logoBox2 a .name::before{content:"";position:absolute;left:0;top: 50%;transform: translateY(-50%);width:1px;height:17px;background:#999;}

/********** Media quary **********/
@media screen and (max-width:1420px) {
	/* 로고 2 */ 
	#header h1.logoBox2{left:2%; margin-left:0;}
}


@media screen and (max-width:1200px) {
	/* 로고 2 */ 
	#header h1.logoBox2{top:60px; left:2.5%;}/* 200414 */
}

@media screen and (max-width:860px) {	
}


@media screen and (max-width:560px) {	
	/* 로고 2 */ 
	#header h1.logoBox2 a .logo {width: 30px;height: 33px;background-size: cover;background-position: left;}
	#header h1.logoBox2 a .name{font-size: 15px;padding-left:0;max-width: 213px;word-break: auto-phrase;text-overflow: unset;white-space: normal;line-height: 1.2;margin-top: 0;}
	#header h1.logoBox2 a .name::before{display:none;}
}