@charset "utf-8";

/*네비게이션바*/
.header {
	position: relative;
	width: 100%;
	height: 130px;
	min-width: 1000px;
	z-index: 9999;
}
.header .gnb {
	width: 1000px;
	margin: 15px auto;
}
.header .logo {
	float: left;
}
.header .logo a {
	display: block;
	width: 190px;
	height: 65px;
	background: url('../img/main_logo.png') 0 no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}

.sort_list_triple {
	
	float: right;
	overflow: hidden;
	margin-top: -25px;
}

.sort_list_triple li {
	float: left;
	margin-left: 10px;
	z-index: 9999;
}

.header .logBox {
	float: right;
	margin-top: 15px;
	width: 500px;
	position: absolute;
	right: 450px;
	top: 5px;
}
.header .logBox .log_area {
	overflow: hidden;
	margin-bottom: 5px;
	font-size: 12px;
	float: right;

}
.header .logBox .log_area input {
	float: left;
	width: 100px;
	height: 26px;
	margin-right: 3px;
	padding-left: 5px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	padding-left: 20px;
}

 .log_area input[type="submit"] {
	background: #333;
	color: #fff;
	text-align: center;
	 padding-left: 0!important;
}

.header .logBox .log_area input:focus {
	border-color: #1e3aa2;
}
.header .logBox .btnLogin {
	float: left;
	width: 100px;
	height: 26px;
	text-transform: uppercase;
	overflow: hidden;
}
.header .logBox .btnLogin a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 26px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	background: #333;
	transition: opacity .3s;
}

.header .logBox .btnLogin a:hover {
	opacity: 0.8;
}
.header .logBox .func {
	display: flex;
	width: 450px;
	font-size: 13px;
	justify-content: flex-end;
	align-items: center;
	float:right;
}
.header .logBox .func input {
	margin-right: 3px;
	
}
.header .logBox .func label {
	color: #888;
}
.header .logBox .func .search {
	margin-left: 20px;
}

.id {
	background: url(../img/input_id.png) no-repeat 5% 50%;
}

.pw {
	background: url(../img/input_pw.png) no-repeat 5% 50%;
}
.lnbWrap {
	position: absolute;
	left: 0;
	top: 86px;
	width: 100%;
}
.lnbWrap::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 50px;
	background: #1e3aa2;
}
.lnb {
	overflow: hidden;
	position: relative;
	width: 1000px;
	margin: 0 auto;
	z-index: 2;
}
.lnb > ul > li {
	position: relative;
	float: left;
	width: 14.2857%;
	line-height: 50px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}
.lnb > ul > li::before, .lnb > ul > li:first-child::after {
	content: '';
	position: absolute;
	display: block;
	right: 0;
	top: 20px;
	width: 1px;
	height: 10px;
	background: rgba(255,255,255,0.3);
}
.lnb > ul > li:first-child::after {
	right: static;
	left: 0;
}
.lnb > ul > li > a {
	display: block;
	color: #fff;
}
.sec {
	display: none;
	width: 100%;
	min-height: 170px;
	padding-top: 10px;
}
.sec li {
	line-height: 27px;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
}
.sec li a {
	color: #000;
}

/*로그인 시 로그인박스*/

.info_area {
	float: right;
	margin-top: -15px;
}

.btn_area {
	margin-top: 3px;
	display: block;
	float: right;
}

.btnLogout {
	display: inline-block;
	width: 80px;
	height: 25px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	background: #333;
	transition: opacity .3s;
	padding: 0 10px;
	float: right;
	margin-left: 7px;
	margin-top: 5px;
}   

.btnLogout a {
	display: block;
	line-height: 25px;
	color: #fff!important;
	text-align: center;
	border-radius: 5px;

	transition: opacity .3s;
}

.btn_mypage {
	display: inline-block;
	width: 80px;
	height: 25px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	background: #f0f0f0;
	transition: opacity .3s;
	padding: 0 5px;
	float: right;
	margin-left: 7px;
	margin-top: 5px;
}   

.btn_mypage a {
	display: block;
	line-height: 25px;
	color: #333!important;
	text-align: center;
	border-radius: 5px;

	transition: opacity .3s;
}


.log_line {
	position: relative;
	display: inline-block;
	width: 1px;
	height: 10px;
	background: #e0e0e0;
	margin: 0 10px;
}


/*//네비게이션바*/

/*공통영역*/
.pagew {
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.main_font {
	font-family: 'Noto Sans KR';
	font-weight: 500;
	font-size: 18px;
	color: #333333;
}

.main_font2 {
	font-family: 'Noto Sans KR';
	font-weight: 400;
	font-size: 14px;
	color: #333333;
}

.sub_font {
	font-family: 'Noto Sans KR';
	font-weight: 400;
	font-size: 14px;
	color: #888888;
}

.sub_font2 {
	font-family: 'Noto Sans KR';
	font-weight: 300;
	font-size: 13px;
	color: #8E8E8E;
}

.sub_font3 {
	font-family: 'Noto Sans KR';
	font-weight: 300;
	font-size: 13px;
	color: #bdbdbd;
}

.bold {
	font-weight: 700;
}
/*//공통영역*/

/*메인화면*/
/*메인-비주얼*/
.main_vis {
	background: #dfe1f3 url(../img/main_bg.png) no-repeat center;
	height: 380px;
}

.vis_img_area {
	width: 1400px;
	max-width: 1400px;
	margin: 0 auto;
}

.vis_img_01 {
	display: inline-block;
}

.vis_img_02 {
	display: inline-block;
	float: right;
}

.vis_img_text {
	display: inline-block;
	margin: 0 auto;
}

/*서브-비주얼*/
.sub_vis {
	background: #dfe1f3 url(../img/sub_bg.png) no-repeat center;
	height: 200px;
}

.sub_img_area {
	width: 1000px;
	max-width: 1000px;
	margin: 0 auto;
	height: 200px;
	overflow: hidden;
}

.vis_img_01 {
	display: inline-block;
}

.vis_img_text {
	display: inline-block;
	margin: 0 auto;
}

/*메인-공지사항*/
.notice {
	width: 35%;
	height: 230px;
	margin-top: 70px;
	float: left;
}

.notice_title {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 15px;
}

.notice_title a {
	float: right;
	margin-right: 5px;
}

.font_blue {
	color: #2d4fd0;
}

.notice_content {
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
}

.notice_content li{
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.notice_content  a{
	display: inline-block;
	max-width: 80%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-left: 5px;
}

.new_content {
	display: inline-block;
	margin-left: 5px;
	color:#fff;
	width: 13px;
	height: 13px;
	line-height: 13px;
	text-align: center;
	background: #e81313;
	border-radius: 3px;
	font-size: 11px;
	font-weight: 600;
}

.date {
	float: right;
	margin-right: 5px;

}
/*메인-서비스메뉴*/
.service {
	width: 60%;
	float: right;
	margin-top: 70px;
}

.quick_list {
	float: left;
	width: 25%;
	text-align: center;
	display: block;
}

.quick_list span {
	display: block;
}

.quick_list img {
	display: inline-block;
	margin-bottom: 5px;
}

.sns {
	float: right;
	width: 60%;
	margin-top: 20px;
	margin-bottom: 50px;
}

.sns_area {
	position:relative;
	float:left;
	width: 50%;
	height: 95px;
	border: 1px solid #e1e1e1;
	margin-top: 15px;
}

.sns_area:last-child {
	margin-left: -1px;
}

.sns_area img{
	position:absolute;
	display: inline-block;
	left: 20px;
	top: 20px;
}

.sns_title {
	width: 200px;
	position: relative;
	display: block;
	left: 90px;
	top: 27px;
}

.sns_title span {
	margin-top: 3px;
}

.font_green {
	color: #4fc53d;

}

.font_red{
	color: #e81313;

}

/*랭킹*/
.rank {
	display: inline-block;
	width: 70%;
	overflow: hidden;
	margin-bottom: 20px;
}

.rank>span {
	float: left;
}

.ranking_font {
	font-size: 18px;
	display: inline-block;
	margin-right: 5px;
	font-weight: 300;
}

.tab-content.current::-webkit-scrollbar {
	background: #f5f5f5;
	width: 100%;
}

.tab-content.current::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,0.08);
	border-radius: 10px;
	background-clip: padding-box;
	border: 5px solid transparent;
}

.content_box {
	display: inline-block;
	position: relative;
	width: 270px;
	overflow: hidden;
	margin: 0 7px;
}

.rank_title {
	font-size: 15px;
	display: block;
	text-align: center;
	margin-bottom: 10px;
	line-height: 15px;
}

.rank_content {
	width: 100%;
	position: relative;
	float: left;
	margin-right: 15px;
}

.rank_name {
	display: block;
	padding: 10px 15px 5px 15px;
	background: #fff;
	border-radius: 5px;
	overflow-y:auto;
	overflow-x: hidden;
	height: 170px;
}

.rank_name *{ font-size: 14px}
#tab-2 .content_box {
	width: 320px;
}


.rank_name.current::-webkit-scrollbar {
	background: #f5f5f5;
}

.rank_name.current::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,0.08);
	border-radius: 10px;
	background-clip: padding-box;
	border: 5px solid transparent;
}

.rank_name h3 {
	display: inline-block;
	width: 55%;
	overflow:hidden;
	padding-top: 6px;
	white-space: pre-wrap;
	word-break: break-all;
}

.rank_name h2 {
	float: left;
	width: 33.3%;
	color: #1e3aa2;
	text-align: center;
	padding-bottom: 5px;
	font-weight: 500;
	border-bottom: 1px solid #f0f0f0;
}

.rank_name h4 {
	display: inline-block;
	float: left;
	width: 33.3%;
	color: #5A5A5A;
	text-align: center;
	white-space: pre-wrap;
	word-break: break-all;
	margin-bottom: 7px;
}

.rank_name li {
	position: relative;
	margin-bottom: 5px;
	overflow: hidden;
}

.high_rank {
	display: block;
	float: left;

	margin: 2px 0;
	width: 12%;
	height: 25px;
	background: url(../img/high_rank.png) no-repeat left;
	word-break: break-all;
	color: #fff;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 9px;
	vertical-align: middle;
    line-height: 20px
}


.row_rank {
	display: block;
	float: left;
	height: 25px;
	margin: 1px 0;
	width: 15px;
	background: url(../img/row_rank.png) no-repeat left 3px;
	word-break: break-all;
	color: #000;
	text-align: center;
	margin-right: 5px;
	padding-top: 3px;
	font-size: 9px;
	vertical-align: middle;
    line-height: 25px
}


.rank_value {
	display: inline-block;
	padding-top: 5px;
	color: #e81313;
	float: right;
	width: 30%;
	white-space: pre-line;
	overflow: hidden;
	word-break: break-all;
	vertical-align: middle;
	text-align: right;
	padding-right: 2px;
}

.rank_value_row {
	display: inline-block;
	padding-top: 5px;
	color: #888888;
	float: right;
	width: 30%;
	white-space: pre-line;
	overflow: hidden;
	word-break: break-all;
	text-align: right;
	padding-right: 2px;
}

/**/
.container{
	width: 500px;
	margin: 0 auto;
}



ul.tabs{
	display: inline-block;
	position: relative;
	float: left;
	margin-left: 20px;
	width: 70%;
	height: 30px;
	margin-bottom: 20px;
}
ul.tabs li{
	display: inline-block;
	width: 80px;
	height: 30px;
	background: #fff;
	border-radius: 5px;
	color: #888888;
	font-weight: 400;
	text-align: center;
	margin: 0 5px;	
	line-height: 30px;
	cursor: pointer;
}

ul.tabs li.current{
	display: inline-block;
	width: 80px;
	height: 30px;
	background: #1e3aa2;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	margin: 0 5px;
	line-height: 30px;
	cursor: pointer;
}

.tabs span {
	position: absolute;
	right:0;
	top: 20px;
}

.tab-content{
	display: none;
	background: #ededed;
	padding: 15px;
}

.tab-content.current{
	display: inline-block;
	position: relative;
	padding: 15px 15px 25px 15px;
	overflow-x: auto;
	overflow-y: hidden;
	background: #f5f5f5;
	width: 100%;
	height: 235px;
	margin-bottom: 20px;
	white-space: nowrap;
}

/*분원소개*/
.campus_intro {
	display: inline-block;
	width: 30%;
	padding-left: 30px;
	float: right;
	box-sizing: border-box;
	overflow: hidden;
	position: absolute;
	height: 280px;
}

.intro_title {
	padding-bottom: 20px;
	padding-top: 3px;
}

.swiper-container {
      width: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

.paging {
	
	float: right;
	padding-left: 50px;
	padding-top: 10px;
}

.paging_left{
	display: inline-block;
	position: absolute;
	right: 110px;
}

.paging_number {
	position: absolute;
	background: url(../img/paging_number.png) no-repeat center;
	right: 40px;
}

.paging_number span {
	margin: 0 10px;
}

.paging_right {
	display: inline-block;
	position: absolute;
	right: 0;
}
/*footer*/

.footer_w {
	border-top: 1px solid #e1e1e1;
	height: 50px;
	overflow: hidden;
}

.campus_basic {
	overflow: hidden;
}

.campus_basic li {
	float:left;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	overflow: hidden;
	position: relative;
}

.line {
	position: relative;
	display: inline-block;
	width: 1px;
	height: 10px;
	background: #cccccc;
	margin-top: 10px;
	margin: 0 20px;
}

.footer_g {
	background: #f5f5f5;
	height: 215px;
	border-top: 1px solid #e1e1e1;
	padding-top: 30px;
}

.campus_logo {
	display: inline-block;
	float: left;
	background: url(../img/footer_logo.png) no-repeat ;
	z-index: 9999;
	width: 20%;
	height: 150px;
}

.campus_info{
	display: inline-block;
	width: 80%;
	float: left;
	padding-top: 15px;
}

.info_top {
	display: block;
	margin-bottom: 10px;
}

.info_top span {
	margin-right: 15px;
}

.info_bottom {
	float: left;
	display: inline-block;
	width: 50%;
	padding-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.info_bottom b {
	margin: 0 3px;
}



/*//메인화면*/
