@charset "euc-kr";
/* reset */
@import url(reset.css);

@font-face{
	font-family: 'NanumGothic';
    src: url('NanumGothic.eot');
	src: url('NanumGothic.eot?#iefix') format('embedded-opentype'),
         url('NanumGothic.woff') format('woff'),
         url('NanumGothic.ttf') format('truetype');
}

@font-face{
	font-family: 'NanumBarunGothic';
    src: url('NanumBarunGothic.eot');
	src: url('NanumBarunGothic.eot?#iefix') format('embedded-opentype'),
         url('NanumBarunGothic.woff') format('woff'),
         url('NanumBarunGothic.ttf') format('truetype');
}
@font-face {font-family: 'NanumGothic'; src: url('NanumGothic.eot');}  
@font-face {font-family: 'NanumBarunGothic'; src:url('NanumGothicExtraBold.eot');}


html, body {
	height: 100%;
}
body { 
	text-align: center;
	font-size: 75%;
	font-family: 'NanumGothic', 'NanumBarunGothic', "µ¸¿ò", Dotum, sans-serif;
	color: #000;
	list-style: none;
	line-height: 1.7em;
	border: 0px solid blue;
	outline: 0;
}

/* ½ºÅµ³×ºñ°ÔÀÌ¼Ç */
.skip_navigation a {
	display: block; 
	height: 1px; 
	width: 1px; 
	margin: 0 -1px -1px 0; 
	padding: 0; 
	overflow: hidden; 
	font-size:0; 
	line-height:0;
}

.skip_navigation a:hover,
.skip_navigation a:active,
.skip_navigation a:focus {
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 20px; 
	line-height: 20px; 
	vertical-align: middle; 
	font-size: 14px; 
	font-weight: bold; 
	text-align: center; 
	background: #000; 
	color: #fff;
	z-index: 1000000
}


.blind {
	visibility: hidden; 
	overflow: hidden; 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 0; 
	height: 0; 
	font-size: 0; 
	line-height: 0
}

/* ÀüÃ¼ */
.wrapper {
	position: relative;
	padding: 0; 
	text-align: left; 
	font-size: 1em; 
	border: 0px solid red;
	min-width: 1200px;
	background: url(../make_img/pass/bg01.gif) repeat;
}

.wrapper h1 {
	position: absolute;
	top: 78px;
	left: 50%;
	width: 228px;

	margin-left: -114px;
}
.header {
	height: 400px;
	text-align: center;
	border: 0px solid red;
}

.header .gnb {
	background: #fff;
	height: 29px;
	border: 0px solid red;
}

.header .gnb ul {
	text-align: right;
	width: 1200px;
	height: 29px;
	margin: 0 auto;
	overflow: hidden;
}

.header .gnb ul li {
	display: inline-block;
	vertical-align: middle;
	margin-left: -3px;
	*display: inline;
	*zoom: 1;
	*margin-left: 0;
}

.header p {
	position: relative;
	padding-top: 33px;
	width: 1056px;
	height: 287px;
	left: 54px;
	margin: 0 auto;
}

.header p img {
	display: block;
}

.container {
	width: 1200px;
	margin: 0 auto 86px auto;
	overflow: hidden;
	border: 0px solid red;
}

.container02 {
	width: 1124px;
	background: #fff;
	margin: 0 auto 86px auto;
	padding: 58px 38px 150px 38px;
	overflow: hidden;
	border: 0px solid red;
}

/* winner */
.winner_info {
	float: left;
	width: 355px;
}

.winner_info .winner_photo {
	margin-bottom: 37px;
	border: 0px solid red;
}
.winner_info .winner_photo img {
	display: block;
}

.winner_info .winner_info {
	margin-bottom: 18px;
	border: 0px solid red;
	overflow: hidden;
}

.winner_info .winner_info strong {
	float: left;
	display: inline-block;
	vertical-align: bottom;
	font-size: 42px;
	line-height: 50px;
	color: #00afb5;
	font-weight: bold;
}

.winner_info .winner_info span {
	float: left;
	padding-left: 13px;
	padding-top: 5px;
	color: #656565;
	font-size: 14px;
	font-weight: bold;
}
.winner_info .winner_comment01 {
	color: #000000;
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 17px;
}

.winner_info .winner_comment02 {
	margin-bottom: 30px;
	color: #49494c;
	font-size: 14px;
	line-height: 20px;
	font-family: 'NanumBarunGothic', "µ¸¿ò", Dotum, sans-serif;
}

.btn_back {
	display: block;
}

.btn_back img {
	display: block;
}

/* contents */
.contents {
	float: right;
	width: 725px;
}

.info_box {
	padding-bottom: 36px;
	margin-bottom: 34px;
	background: url(../make_img/pass/icon_dotted01.gif) repeat-x left bottom;
}

.info_box h2 {
	margin-bottom: 20px;
	padding-left: 31px;
	background: url(../make_img/pass/icon_bullet01.gif) no-repeat left top;
	font-size: 18px;
	color: #49494c;
	font-weight: bold;
}
.info_box p{
	font-size: 14px;
	line-height: 23px;
	color: #97989f
}

.none {
	background: transparent;
}

.imporant_word {
	font-size: 14px;
	line-height: 23px;
	color: #6b6b6b;
	text-decoration: underline;
	font-style: italic
}

.btn_top {
	position: fixed;
	top: 400px;
	left: 50%;
	margin-left: 600px;
}

/* footer */
.footer {
	padding: 36px 0;
	background: #fff;
	text-align: center;
}

.footer .company_info_area {
	border: 0px solid red;
	color: #7b7c85;
	font-family: 'NanumBarunGothic', "µ¸¿ò", Dotum, sans-serif;
}

.footer .company_info_area address,
.footer .company_info_area .university_info {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #7b7c85;
}

.footer .company_info_area strong {
	color: #49494c;
}

.footer .company_info_area .copyright {
	color: #7b7c85;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

/* ÇÕ°Ý¼ö±â ¸ñ·Ï */
.item-box {
	width: 1220px;
	border: 0px solid red;
	overflow: hidden;
}

.item-box .item {
	float: left;
	width: 284px;
	padding-right: 2px;
	padding-bottom:2px;
	margin-right: 19px;
	margin-bottom: 19px;
	background: url(../make_img/pass/bg_shadows.png) no-repeat right bottom;
}

.item-box .item .item_contents {
	width: 256px;
	padding: 14px;
	background: #fff;
	overflow: hidden;
}

.item-box .item .item_contents img {
	display: block;
	margin-bottom: 24px;
}

.item-box .item .item_contents .winner_info {
	width: 256px;
	overflow: hidden;
	border: 0px solid red;
	margin-bottom: 15px;
	font-family: 'NanumBarunGothic', "µ¸¿ò", Dotum, sans-serif;
}

.item-box .item .item_contents .winner_info .winner_major {
	float: left;
	font-size: 13px;
	color: #3c89f3;
	font-weight: bold;
}

.item-box .item .item_contents .winner_info .winner_user_info {
	float: right;
	font-size: 13px;
	color: #7b7c85;
	font-weight: bold;
}

.item-box .item .item_contents .winner_title {
	clear: both;
	color: #49494c;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 21px;
	font-family: 'NanumBarunGothic', "µ¸¿ò", Dotum, sans-serif;
}

.item-box .item .item_contents .winner_contents {
	margin-bottom: 27px;
	color: #97989f;
	line-height: 18px;
	font-family: 'NanumBarunGothic', "µ¸¿ò", Dotum, sans-serif;
}
.item-box .item .item_contents .btn_more {
	float: right;
}

.item-box .item .item_contents .btn_more a {
	display: block;
	margin: 0;
	padding: 0;
}