/*         __________    _________   ___   ___   ___   ___
/*        /___   ___/|_/___   ___/|_/  /|_/  /|_/  /|_/  /|
/*        |_/  / ___|/ |_/  / ___|//  /_//  / //  / //  / /
/*       / /  / /       /  / /    /_____   / //  / //  / /
/*      / /  / /       /  / /     |____/  / //  /_//  / /
/*     / /__/ /       /__/ /          /__/ //________/ /
/*    /  |__|/ I M E  |__|/ A B L E   |__|/ |________|/
/*   /***********************************************/
/*  /**       Copyright (C) KimGiBeom 2019        **/
/* /**           kkb912002@unist.ac.kr           **/
/*/***********************************************/
@charset "utf-8";

@font-face {
 font-family: 'NanumBarunGothic';
 src: url(../font/NanumBarunGothicWeb.eot);
 src: url(../font/NanumBarunGothicWeb.eot?#iefix) format('embedded-opentype'),
      url(../font/NanumBarunGothicWeb.woff) format('woff'),
      url(../font/NanumBarunGothicWeb.ttf) format('truetype');
}

body {
	background-color:#3d5a95;
	background-image:url(../img/bg.jpg);
	background-position:top center;
	background-repeat:repeat;
	font-family: NanumBarunGothic;
	color:#111;
	font-size:14px;
	margin: 0;
}
#intro a.logo{
	color:#000;
	text-decoration:none;
}
#intro a.logo:visited{
	color:#000;
}
#intro a.logo:hover{
	color:#000;
}
#intro p{
	font-size:16px;
}

a{
	color:#FACC2A;
	text-decoration:none;
}
a:visited{
	color:#FACC2A;
}
a:hover{
	color:#FFDD55;
}

.content_wrapper{
	min-width:1250px;
	margin: 20px 20px;
	padding: 10px 17px;
	background-color:rgba(240,240,240,0.6);
}
.univ_list{
	margin-top:30px;
}
.univ_case{
	padding:10px 10px 0 10px;
	margin-left:10px;
	float:left;
	-webkit-transition: .2s background-color ease-in-out;
	 -moz-transition: .2s background-color ease-in-out;
	   -o-transition: .2s background-color ease-in-out;
	transition: .2s background-color ease-in-out;
}
.univ_case:hover{
	background-color:rgba(100,100,100,0.1);
}
.univ_list .img{
	width:180px;
	height:180px;
	margin-bottom:10px;
}
.univ_text{
	font-size:18px;
	text-align:center;
}
.univ_text p{
	font-size:12px;
	color:#777;
	margin-top:3px;
}
.univ_case a{
	color:#333;
	text-decoration:none;
}
.univ_case a:visited{
	color:#333;
}
.univ_case a:hover{
	color:#55F;
}
.clear{
	clear:both;
}