@font-face {
font-family: 'NanumBarunGothic';
  src: url('font/NanumBarunGothic.eot'); /* IE9 Compat Modes */
  src: url('font/NanumBarunGothic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/NanumBarunGothic.woff') format('woff'), /* Modern Browsers */
       url('font/NanumBarunGothic.ttf')  format('truetype'), /* Safari, Android, iOS */
}
.hover_bkgr_fricc{
	font-family: 'NanumBarunGothic';
    background:rgba(0,0,0,0.9);
    cursor:pointer;
    display:none;
    height:100%;
	width:100%;
    position:absolute;
    text-align:center;
    top:0;
	margin:auto;
    z-index:10000;
    width:100%;
    border: 1px solid #ccc;
    position:fixed;
}
.hover_bkgr_fricc .helper{
	font-family: 'NanumBarunGothic';
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div {
	font-family: 'NanumBarunGothic';
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 720px;
    min-height: 100px;
    vertical-align: middle;
    width: 100%;
    position: relative;
    border-radius: 8px;
	padding:20px;
	text-align:center;
}
.popupCloseButton {
	font-family: 'NanumBarunGothic';
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup{
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
}
.container_div{
	width:600px; 
	height: auto; 
	margin:auto; 
	float:center;
	border-radius: 25px;
	text-align: center;
}
.container_div2{
	font-family: 'NanumBarunGothic';
	width:600px; 
	height: auto; 
	margin:0 auto; 
	border-radius: 25px;
	text-align: center;
	background-color:red;
}
.popUp{
	font-family: 'NanumBarunGothic';
	margin:0 auto;
	float:center;
	display:none;
	width: 400px;
	position: absolute;
	text-align: center;
	top:22%;
	left:23%;
	right:30%;
	background-color:	#DCDCDC;
	vertical-align: middle;
}
.input1{
	font-family: 'NanumBarunGothic';
  background:#ecf0f1;
  border: #ccc 1px solid;
  border-bottom: #ccc 2px solid;
  padding: 8px;
  width:98%;
  color:#AAAAAA;
  margin-top:10px;
  font-size:1em;
  border-radius:6px;
  padding-top:15px;
  padding-bottom:15px;
}
.cover{
	width: 80%;
	margin: auto;
	margin-bottom:5px;
	margin-top:10px;
	text-align:center
}
.name{
	width:48%;
	display:inline-block;
	text-align: center;
}
#sched{
	width:48%;
	margin-bottom:15px;
	text-align: center;
	vertical-align: middle;tab
	float:center;
}
input[type=date]{
	width:30%;
	border-radius: 10px;
	height: 50px;
}
.top_logo{
	width:200px;
	height:64px;
}
select{
	width:30%;
	border-radius: 10px;
	height: 50px;
}
.button2 {
    background-color: 	#025bb9; 
    color: white; 
    border: 1px solid 	black;
	border-radius: 6px;
	width: 100%;
	height: 56px;
	font-size: 22px;
}
div label input {
   margin-right:100px;
}
body {
    font-family:sans-serif;
}
.tab {
    overflow: hidden;
    border: .5px solid #ccc;
	padding: 0;
	text-align:center;
}
.error{
	display: none;
	margin-left: 10px;
}		
.error2{
	display: none;
	margin-left: 10px;
	font-size:14px;
	color: #1E9BEB;
}
.error3{
	display: none;
	margin-left: 10px;
	font-size:14px;
	color: #ff944d;
}
.error_show{
	color: #ff944d;
	font-size: 14px;
	margin-left: 12px;
}
.note{
	font-size:14px;
	color: gray;
}
.note2{
	font-size:14px;
	color: #1E9BEB;
}
input.formInvalid::-webkit-input-placeholder {
   color: #ff0000;
   font-weight:900;
   opacity: 0.8;
}
/* Style the buttons inside the tab */
.tab button {
	margin:auto;
    background-color: #F0F0F0;
    float: center;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
	width:32%;
	height: 50px;
	margin-bottom:2px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #025bb9;
	color: white;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #025bb9;
	color: white;
}

/* Style the tab content */
.tabcontent {
    display: none;
	margin-bottom:10px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
	text-align:center;
	float:center;
}
.tabday{
	border: 1px solid #ccc;
	width: 122px;
	height: 50px;
	background-color: white;
}
.tabday:hover{
	background-color: #025bb9;
	border: 1px solid #ccc;
	color: white;
}
.tabdone{
	border: 1px solid #ccc;
	width: 122px;
	height: 50px;
	pointer-events: none;
	color: #D3D3D3;
	text-decoration: line-through;
	background-color:white;
}
.tabday:focus{
	background-color: #025bb9;
	border: 1px solid #ccc;
	color: white;
}


.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.icon {
  padding: 10px;
  background: dodgerblue;
  color: white;
  min-width: 50px;
  text-align: center;
}

.input-field {
  width: 100%;
  padding: 10px;
  border: 1px solid gray;
}

.input-field:focus {
  border: 2px solid dodgerblue;
}

/* Set a style for the submit button */
.btn {
  background-color: dodgerblue;
  color: white;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}