@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');
@font-face { font-family: 'Nanum Gothic'; font-style: normal; font-weight: 400; src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Regular.eot); src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'), url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Regular.woff2) format('woff2'), url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Regular.woff) format('woff'), url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Regular.ttf) format('truetype'); } 
@font-face { font-family: 'Nanum Gothic'; font-style: normal; font-weight: 700; src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Bold.eot); src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'), url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Bold.woff2) format('woff2'), url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Bold.woff) format('woff'), url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-Bold.ttf) format('truetype'); } 
@font-face { font-family: 'Nanum Gothic'; font-style: normal; font-weight: 800; src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-ExtraBold.eot); src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'), url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-ExtraBold.woff2) format('woff2'), url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-ExtraBold.woff) format('woff'), url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v4/NanumGothic-ExtraBold.ttf) format('truetype'); }


body {
  margin: 0;
  font-family:'open sans', 'nanum gothic', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7em;
  color: #666;
  word-break: keep-all; 
  background-color: #fff; 
}

h1, h2, h3, h4, h5, h6 {
font-family: 'open sans', 'nanum gothic', sans-serif;
font-weight: 600; color: inherit;
margin:0;
}

h2 {
font-size: 2.1em; }
h3 {
font-size: 1.5em; }
h4 {
font-size: 1.2em; }
h5 {
font-size: 1.0em; }
h6 {
font-size: 0.95em; }

p {
  margin: 0;}

a, a:hover, a:focus {
  color: inherit; text-decoration:none; outline:none;
}


div {
font:inherit; color: inherit;}

ul {
list-style:none; margin:0; padding:0;}

.img_cell img {
			width:100%;}
			

.container {
  position:relative;}


table {
  width: 100%;}
  table.default th {
		text-align: center;
				padding: 10px 10px;
			}
			table.default thead {
				background: #666;
				color: #fff;
			}
			table.default td {
				padding: 10px 10px;
			}
			
			
.btn {
  color: #666;
  border: 1px solid #ccc;
  padding: 8px 30px;
  font-size: 1em;
  border-radius: 30px;
}

.btn:hover {
  color: #212529;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-small {
padding:4px 20px;}

.btn-circle {
 width:90px; height:90px; padding:0; border-radius:50%; display:table; line-height:1.5em;}

.btn-txt {
border-color:transparent; padding:0; margin-top:10px; font-weight:500;}


.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}


.modal-dialog {
}



.bg-primary {
  background-color: #007bff !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

.bg-white {
  background-color: #fff !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}
.bg-org {background:#cf762e;}


.c-primary {color:#cf762e;}
.c-org {color:#cf762e;}


.d-none {
  display: none !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

	
	.mg_10 {margin-top:10px;}
	.mg_20 {margin-top:20px;}
	.mg_30 {margin-top:30px;}
	.mg_40 {margin-top:40px;}
	.mg_50 {margin-top:50px;}
	.mg_60 {margin-top:50px;}
	
	.mt_5 {margin-top:5px;}
	.mt_10 {margin-top:10px;}
	.mt_20 {margin-top:20px;}
	.mt_30 {margin-top:30px;}
	.mt_40 {margin-top:40px;}
	.mt_50 {margin-top:50px;}
	.mt_60 {margin-top:60px;}
	
	.m-0 {margin:0px;}
	
	.mt-5 {margin-top:5px;}
	.mt-10 {margin-top:10px;}
	.mt-20 {margin-top:20px;}
	.mt-30 {margin-top:30px;}
	.mt-40 {margin-top:40px;}
	.mt-50 {margin-top:50px;}
	.mt-60 {margin-top:60px;}
	
	.ml_5 {margin-left:5px;}
	.mr_5 {margin-right:5px;}
	.mr_20 {margin-right:20px;}
	
	.ml-5 {margin-left:5px;}
	.mr-5 {margin-right:5px;}
	.mr-20 {margin-right:20px;}


.p-0 {padding:0 !important;}
	
@media (min-width: 992px) {
.p_md_10 {padding:0 10%;}
.p_md_20 {padding:0 20%;}
}


@media (min-width: 992px) {
	.w_md_60 {width:60%;}
	.w_md_70 {width:70%;}
	.w_md_80 {width:80%;}
	.w_md_90 {width:90%;}
	}
	
	
	 @media screen and (max-width: 767px) {
.col {margin-top:30px;}
.col:first-child {
margin-top:0px;}
 }


.line {background:#ddd; height:1px;}

.trans {transition:0.2s ease-out; -webkit-transition: all 0.2s ease-out;}

.bd {
border:1px solid #ddd;}

.bdrs-5px {
border-radius:5px;}
		

/* overlay */
	
	@-moz-keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	@-webkit-keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}

	@keyframes overlay-hide {
		0% {
			opacity: 1;
			z-index: 100000;
		}

		15% {
			opacity: 1;
			z-index: 100000;
		}

		99% {
			opacity: 0;
			z-index: 100000;
		}

		100% {
			opacity: 0;
			z-index: -1;
		}
	}



		body:after {
			-moz-animation: overlay-hide 0.5s ease-in forwards !important;
			-webkit-animation: overlay-hide 0.5s ease-in forwards !important;
			animation: overlay-hide 0.5s ease-in forwards !important;
			background: #ffffff;
			content: '';
			display: block;
			height: 100%;
			left: 0;
			opacity: 0;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: -1;
		}
		
		
