﻿/*

* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
:root {
  --container-height: 248px;
}


* { box-sizing: border-box; }
*/

body {
	background: #e2e2ea;
	margin: 0;
	padding: 0;
	font-family:, sans-serif;
	font-family: 'Noto Sans KR','Malgun Gothic', 'New Gulim', sans-serif,Arial,;
	user-select: none;
	font-weight: 300;
	-webkit-font-smoothing: none;
	-moz-osx-font-smoothing: grayscale;
	color: #222;
}
.container{
	width: 960px;
		margin: 0 auto;
	line-height: 1.5;
	background: #fefeff;
	padding: 5px;
	position: relative;
}
.content {
	max-width: 690px;
	margin: 0 auto;
	line-height: 1.5;
	background: #fefeff;
	padding: 5px;
	position: relative;
	*/
}
.section {
  margin: 1.5em 0;
  padding: 0 0.5em;
  
}
.section a, .section a:link {
  color: #000;
}
.section a:visited {
  color: #444;
}
.section a:hover, .section a:active {
  color: #a0a0a0;
}

p, ul > li, ol > li {
  margin: 0 0 0.75em 1em;
}

blockquote {
  margin-left: -1em;
  margin-right: -1em;
  border-left: 4px solid #ababab;
  padding: 0.25em 0.75em;
  font-size: 150%;
}
blockquote > cite {
  display: block;
  margin-top: 1.5em;
  font-variant: italics;
  font-size: 16px;
  color: #ababab;
}

pre {
  display: block;
  padding: 0.5em;
  background-color: #ebebeb;
}

input[type="text"], input[type="password"] {
	border:1px solid #CCC;
	background:#FFF;
	/*margin:0 0 5px; */
	padding:3px;
	width: 6rem;
}

input[type="submit"], .submit-label {
    background: #b9b9b9;
    font-weight: 400;
    border: none;
}
.image-p > img {
  display: block;
  max-width: 100%;
}
.image-p > .caption {
  display: block;
  width: 100%;
  font-size: 80%;
  border-bottom: 1px solid #ababab;
  color: #0000ab;
}
table {
  font-family: New Gulim, Malgun Gothic, arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #ededed;
  text-align: left;
  padding: 4px;
}

tr:nth-child(even) {
  background-color: #fdfdff;
}
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

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

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

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.tabcontent.active{
	display: block;
}
.list {
  max-height: var(--container-height);
  border: 1px solid #eaeaea;
  border-radius: 1px;
  scroll-snap-type: y mandatory;
  overscroll-behavior-y: contain;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-timeline: listTimeline vertical;
}

.list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fefefe;
}

.list li {
  padding: 1px;
  font-size: 80%;
  /* border-top: 1px solid #fefefe; */
  scroll-snap-align: start;
}

.list li:first-child {
  border: 0;
}

/*-------*/

.content h3 {
  text-align: center;
  font-size: 20px;
  margin: 0 0;
  font-weight: 400;
}
.scr_content .inner-container {
  position: relative;
}
.scr_content {
  position: relative;
  min-height: 250px;
}
.scr_content .over-container {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0.02;
}

.scr_content:hover .over-container {
        opacity: 0.9;
        /*border: 2px inset skyblue;*/
}
.section h3 {
	color: #34E;
	display: inline;
	font-size: 30px;
	font-weight: 400;
}

.section h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

.circle_center {
  background: #FF7A59;
  color: #ffffff;
  width: 32px;
  height: 32px;
  font-size: 24px;
  padding: 3px 8px;
  margin: 3px;
  border-radius: 50%;
  align-items: center;
  text-align: center;
}
.content {
	/*display: flex;
    align-items: flex-start;
    justify-content: flex-start;
	flex-wrap: wrap;

	*/
	/*
	max-width: 810px;
	margin: 1rem 0 0 1rem;
    padding: 5px 5px;
    margin: 1rem 2rem 1rem 0;
    border: 1px inset #999;
	color: #222;
	box-shadow: 0 2px #808280, 0 4px #efefef;
	*/
}
label {
    display: inline-block;
	border:	none;
	padding:1px;
    /*margin: 0 0 0 0.5rem;*/
    width: 4rem;
	font-size: 80%;
    text-align: center;
}

.text-muted {
  color: #6c757d !important;
  font-size: 90%;
}

.hint {
    padding: 2px 0 0 6px;
    margin: 0.5rem 2rem 1rem 0;
	color: #2345EF;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
/* tooglr */
 
.toggleSwitch {
  width: 80px;
  height: 24px;
  display: block;
  position: relative;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 0 16px 3px rgba(0 0 0 / 15%);
  cursor: pointer;
  margin: 30px;
}

	.toggleSwitch .toggleButton {
		width: 32px;
		height: 32px;
		position: absolute;
		top: 50%;
		left: 4px;
		transform: translateY(-50%);
		border-radius: 50%;
		/*background: #f03d3d;*/
		background: #d1d1dd;
	}

#toggle:checked ~ .toggleSwitch {
  background: #d1d1dd;
}

#toggle:checked ~ .toggleSwitch .toggleButton {
  left: calc(100% - 36px);
  background: #efefff;
}

.toggleSwitch, .toggleButton {
  transition: all 0.2s ease-in;
}  



#login-screen {
    width: 100%;
    height: 100%;
    position: absolute;
	display: none;
    top: 0;
    left: 0;
    background: #008080;
    z-index: 9999999999;
    align-items: center;
    justify-content: center;
}

@media print {
	*,
	*::before,
	*::after {
		text-shadow: none !important;
		box-shadow: none !important;
	}

	a:not(.btn) {
		text-decoration: underline;
	}
	* {
		background-image: none !important;
	}
	/*
	img, svg {
		display: none !important;
	}

	*/

		img.print, svg.print {
			display: block;
			max-width: 100%;
		}
	.row {
		display: block;
	}

	.page-break {
		page-break-after: always;
	}
	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	pre {
		white-space: pre-wrap !important;
	}

	pre,
	blockquote {
		border: 1px solid #adb5bd;
		page-break-inside: avoid;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	@page {
		size: a3;
	}

	body {
		min-width: 992px !important;
	}

	.container {
		min-width: 992px !important;
	}

	.badge {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse !important;
	}

		.table td,
		.table th {
			background-color: #fff !important;
		}

	.table-bordered th,
	.table-bordered td {
		/*border: 1px solid #dee2e6 !important;*/
		border: 1px solid #ffffff !important;
	}

	.table-dark {
		color: inherit;
	}

		.table-dark th,
		.table-dark td,
		.table-dark thead th,
		.table-dark tbody + tbody {
			/*border-color: #dee2e6;*/
			border-color: #ffffff;
		}
}
