@font-face {
    font-family: Metal;
    src: url('metal_lord-webfont.woff2') format('woff2'),
	url('metal_lord-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Chick;
    src: url('chick___-webfont.woff2') format('woff2'),
	url('chick___-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Pistoleer;
    src: url('pistoleer-webfont.woff2') format('woff2'),
	url('pistoleer-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
	
	margin: 0;
	padding: 0;
}

body {

	font-family: Montserrat;
	color: black;
	/* background: #f2f2f2; */
	background: #d3d3d3;
	/* background: #b3b3b3; */

}

a:link {
    text-decoration: none;
	color: #343641;
	
}
a:visited {
    text-decoration: none;
	color: #343641;
	
}
a:hover {
    text-decoration: none;
	color: darkred;
	
}
a:active {
    text-decoration: none;
	color: darkred;
    
}

.header {
	font-family:'Nanum+Myeongjo',sans-serif; 
	text-shadow: 2px 2px 2px #f2f2f2; 
	/* text-shadow: -2px 3px #6abfa5; */
	font-size: 40px;
	/* font-weight:bold; */
	width: 50%;
	margin: 10px auto 0px;
	color: #343641;
	/* background: #f7b0ad; */
	/* background:#b43f11; */
	background:#d3d3d3;
	text-align: center;
	border-top: 2px solid #3B71CA;
	/* border-bottom: 5px solid #3B71CA; */
	border-left: 1px solid #3B71CA;
	border-right: 1px solid #3B71CA;
	/* border-bottom: none; */
	border-radius: 10px 10px 0px 0px;
	padding: 5px 20px 5px 20px;
}
.header2 {
	font-family:'Nanum+Myeongjo',sans-serif; 
	text-shadow: 2px 2px 2px #f2f2f2; 
	font-size: 20px;
	/* text-shadow: -2px 3px #6abfa5; */
	/* width: 50%; */
	margin: 10px auto 0px;
	color: #343641;
	/* background: #f7b0ad; */
	/* background:#b43f11; */
	/* background:#e6e6e6; */
	text-align: center;
	/* border-top: 2px solid #3B71CA; */
	/* border-bottom: 5px solid #3B71CA; */
	/* border-left: 1px solid #3B71CA; */
	/* border-right: 1px solid #3B71CA; */
	/* border-bottom: none; */
	/* border-radius: 10px 10px 0px 0px; */
	padding: 5px 20px 5px 20px;
}
h1{
	
	text-decoration: none;
}


.form {
	width: 50%;
	margin: 0px auto;
	padding: 20px;
	border: 1px solid #3B71CA;
	border-bottom: none;
	background: #F8F8FF;
	border-radius: 0px 0px 0px 0px;
}

.content {
	width: 50%;
	margin: 0px auto;
	padding: 20px;
	/* border: 1px solid #3B71CA; */
	/* background: #F8F8FF; */
	background: #d3d3d3;
	border-radius: 0px 0px 0px 0px;
	/* border-top: 5px solid #3B71CA;
	border-bottom: 5px solid #3B71CA; */
	border-left: 1px solid #3B71CA;
	border-right: 1px solid #3B71CA;
	/* border-bottom: 2px solid #3B71CA; */
}

.center {
	text-align: center;
	padding-left: 0px;
}

.input-group {
	margin: 10px 0px 0px 0px;
	/* background: #d3d3d3; */
}

.input-group label {
	display: block;
	color: black;
	text-align: left;
	margin: 3px;
}

.input-group input {
	height: 40px;
	width: 50%;
	background: #f2f2f2;
	/* background: red; */
	padding: 10px 10px 8px 10px;
	font-size: 15px;
	border-radius: 5px;
	border: 1px solid #3B71CA;
}


.input-group textarea {
	height: 60px;
	width: 80%;
	padding: 10px 10px 10px 10px;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid #3B71CA;
    margin-bottom: 1em;
}

.btn {
	padding: 10px;
	font-size: 15px;
	color: white;
	background: #3B71CA;
	border: 1px solid gray;
	border-radius: 5px;
}

.footer {
	/* font-family: Chick, sans-serif; */
	font-family:'Stylish',sans-serif; 
	text-shadow: 2px 2px 2px grey; 
	font-size: 20px;
	/* text-shadow: -2px 2px #6abfa5; */
	width: 50%;
	margin: 0px auto 20px;
	color: #343641;
	/* background: #f7b0ad; */
	/* background:#b43f11; */
	background:#d3d3d3;
	text-align: center;
	/* border-top: 5px solid #3B71CA; */
	border-bottom: 2px solid #3B71CA;
	border-left: 1px solid #3B71CA;
	border-right: 1px solid #3B71CA;
	
	/* border-bottom: none; */
	border-radius: 0px 0px 10px 10px;
	padding: 5px 0px 5px 2px;	
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #3B71CA;
    margin: 1em 0;
    padding: 0; 
}

.shout-group {    
    text-align: left;
    text-decoration: none;
    color: black;   
}

.shout-group label {    
    text-decoration: none;
    font-size: 95%; 
    
}

p {
    text-align: left;
    text-decoration: none;
    color: dimgray;
    font-size: 90%;
    margin-top: 4px;
}

span {   
    text-decoration: none;
    color: darkslategray;
    font-size: 95%;
    border-bottom: 1px solid #ccc;  
}

.error {
	width: 70%;
	background: #E7F9E5;
	margin: 0px auto;
	text-align: center;
	padding: 10px;
	border: 1px solid red;
	border-radius: 5px 5px 5px 5px;
}

.erms {   
    text-decoration: none;
    color: darkred;
    font-size: 95%;  
}

.logout {   
	width: 60%;
	margin: 0px auto;
    text-decoration: none;
	text-align: center;
    color: darkslategray;
    font-size: 95%;
    border-radius: 5px 5px 5px 5px;
	border: 1px solid #3B71CA;
	padding: 10px;
	background: #E7F9E5;	
}

/* Media Query */
@media screen and (max-width: 600px){
	.nword{
		font-size:14px;
	}
	body, .header, .form, .content, .footer, h1, .input-group, .input-group input{
		margin: 0 auto;
		padding: 0;
		text-align: center;
		width: 99%;
	}
	
	.input-group input {
		height: 40px;
		width: 50%;
		background: #E7F9E5;
		padding: 10px;
		font-size: 15px;
		border-radius: 5px;
		border: 1px solid #3B71CA;
	}
	.content {
	padding-top: 15px;
		
	}
	
	.header{
		font-family:'Stylish',sans-serif; 
		font-size: 2rem;
		text-decoration: none;
		padding-top: 15px;
	}
	
	.footer{
		font-family:'Stylish',sans-serif; 
		font-size: 1.5rem;
		text-decoration: none;
		padding-top: 15px;
	}
	
}

@media screen and (min-width: 601px){
	.nword{
		font-size:24px;
	}
	body, .header, .form, .content, .footer, h1, .input-group, .input-group input{
		margin: 0 auto;
		padding: 0;
		text-align: center;
		width: 99%;
	}
	
	.input-group input {
		height: 40px;
		width: 50%;
		background: #E7F9E5;
		padding: 10px;
		font-size: 15px;
		border-radius: 5px;
		border: 1px solid #3B71CA;
	}
	.content {
	padding-top: 15px;
		
	}
	
	.header{
		font-family:'Stylish',sans-serif; 
		font-size: 2rem;
		text-decoration: none;
		padding-top: 15px;
	}
	
	.footer{
		font-family:'Stylish',sans-serif; 
		font-size: 1.5rem;
		text-decoration: none;
		padding-top: 15px;
	}
	
}

/* .gutter-2 .row {
	margin-right: 0px;
	margin-left: 0px;
		}
.gutter-2 > [class^="col-"], .gutter-2 > [class^=" col-"] {
	padding-right: 0px;
	padding-left: 0px;
		}	 */
.left{
	text-align: left;
	/* float:left;
	margin-left:10px; */
}
.right{
	text-align: right;
	/* float:right;
	margin-right:10px; */
}
.row.no-gutter {
	margin-left: 0;
	margin-right: 0;
  } 
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
padding-right: 0;
padding-left: 0;
}
.circle-singleline1 {
	/* margin: 20px; */
	  width: 20px;
	  height: 16px;
	  border-radius: 50%;
	  /* font-size: 15px; */
	  line-height: 10px;
	  text-align: center;    
	  background: #404040;
	  color: #fff;
  }   
.circle-singleline {
	/* margin: 20px; */
	  width: 20px;
	  height: 16px;
	  border-radius: 50%;
	  /* font-size: 15px; */
	  line-height: 10px;
	  text-align: center;    
	  background: #8c8c8c;
	  color: #fff;
  }    
/* .circle-singleline2 {

	width: 20px;
	height: 16px;
	border-radius: 50%;
	font-size: 15px;
	line-height: 10px;
	text-align: center;    
	background: #b3b3b3;
	color: #fff;
  }    */
  .overflow_text {
  width: 99%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}