﻿@charset "utf-8";
/* CSS Document */

body { margin:0; }

.font7 {
	color:#464646;
	font-family:"굴림";
	font-size:8pt;
	font-weight:bold;
}

.font8 {
	color:#464646;
	font-family:"굴림";
	font-size:9pt;
	font-weight:bold;
}
.font8_1 {
	color:#ffffff;
	font-family:"굴림";
	font-size:9pt;
	font-weight:bold;
}
.font9 {
	color:#717171;
	font-family:"굴림";
	font-size:9pt;
	font-weight:bold;
}
.font10 {
	color:#000000;
	font-family:"굴림";
	font-size:11pt;
	font-weight:bold;
}
.font11 {
	color:#464646;
	font-family:"굴림";
	font-size:10pt;
padding-top:2px;
}
.font12 {
	color:#ffffff;
	font-family:"굴림";
	font-size:9pt;
	font-weight:bold;
}
.font13 {
	color:#ffffff;
	font-family:"굴림";
	font-size:9pt;
	line-height:15px
}

.font11_01 {
	color:#464646;
	font-family:"굴림";
	font-size:10pt;
	padding-left:60px;
	padding-top:4px;
	padding-bottom: 4px;
	padding-right: 10px;
	text-align: right;
}

.form-control {
height:27px;

}

.jumbotron {
 background: #524f4f;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #201e1e, #524f4f);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #201e1e, #524f4f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
width:100%;
font-family: '돋움', sans-serif;
border-radius: 10px;
import url;'https://fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap');
}
.jumbotron-sm { padding-top: 24px;
padding-bottom: 24px; }
.jumbotron small {
color: #FFF;
}

.material_list_group .material_list_group_item {
  color: #fff;
  font-weight: 400;
  border-radius: 0;
  background-color: #020b7a;
  -webkit-transition: background-color 0.2s ease-out 0s;
  transition: background-color 0.2s ease-out 0s;
}
.material_list_group .material_list_group_item:hover {
  background-color: #0415e6;
}
