@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/***********************************************
* 한양대 리뉴얼 2016 Css Import
***********************************************/

@import url("custom/dropdown.css");
@import url("custom/dropdown.ultimate.css");

/* 초기화 */				@import url("custom/reset.css");
/* 개별리셋 */			@import url("custom/custom.css");
/* 레이아웃 */			@import url("custom/layout.css");
/* 템플릿 */				@import url("custom/template.css");
/* 개별공통 */			@import url("custom/style.css");
/* 모바일용 */			@import url("custom/mobile.css");
/* 미디어 */				@import url("custom/grace_responsive.css");
/* bbs 미디어 */		@import url("custom/bbs_responsive.css");

/*** 모듈 CSS. 모듈 CSS가 추가되면 계속 추가해주셔야 합니다. ***/
/* 말줄임 */				@import url("custom/block-ellipsis.css");
/* 게시판 */				@import url("custom/portlet_bbs.css");
/* 채널H */				@import url("custom/community.css");


/***********************************************
* 한양대 리뉴얼 2016 Base
***********************************************/

/*
	@font-face {
	font-family: 'NanumGothic';
	font-style: normal;
	font-weight: 400;
	src: local('../font/NanumGothic'), local(※);
	src: url('../font/NanumGothic.eot');
	src: url('../font/NanumGothic.eot?#iefix') format('embedded-opentype'),
				url('../font/NanumGothic.woff') format('woff')
}
*/

.splash_ctr {
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

.splash_ctr .ctr_prev {
    left: -76px;
    background: url(/html-repositories/images/custom/main/visual_arw_prev.png) 0 0 no-repeat;
}

.splash_ctr > div {
    position: absolute;
    top: 205px;
    z-index: 10;
    width: 36px;
    height: 68px;
}

.splash_ctr > div > a {
    display: block;
    height: 100%;
    text-indent: -9999px;
}

.splash_ctr .ctr_next {
    right: -76px;
    background: url(/html-repositories/images/custom/main/visual_arw_next.png) 0 0 no-repeat;
}

.splash_ctr > div > a {
    display: block;
    height: 100%;
    text-indent: -9999px;
}

/* hyu style */
.hyu-bg-img {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
	min-height: 100px;
}