@charset "utf-8";

@font-face {
	font-family: "NanumSquare_acB";
	src: url("../font/NanumSquare_acB.ttf");
}

@font-face {
	font-family: "NanumSquare_acEB";
	src: url("../font/NanumSquare_acEB.ttf");
}

@font-face {
	font-family: "NanumSquare_acLB";
	src: url("../font/NanumSquare_acLB.ttf");
}

@font-face {
	font-family: "NanumSquare_acR";
	src: url("../font/NanumSquare_acR.ttf");
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: NanumSquare_acR;
}

html, body {
	min-width: 400px;
	height: 100%;
	position: relative;
	overflow-y: hidden;
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

/* placeholder 스타일 지정 */
.form-control::placeholder {
	color: #D3D3D3;
	opacity: 1; /* 파이어폭스에서 뿌옇게 나오는 현상을 방지하기 위한 css */
}

.form-control::-webkit-input-placeholder {
	color: #D3D3D3;
}
/* IE */
.form-control:-ms-input-placeholder {
	color: #D3D3D3;
}
/* Firefox */
.form-control:-mos-input-placeholder {
	color: #D3D3D3;
}

/* Header  */
header {
	height: 10%;
	width: 100%;
	margin: auto;
	/* border-bottom: 1px solid #aaa;
	padding-bottom: 20px; */
}

.page-w {
	position: relative;
	margin: auto;
	width: 80%;
}

.logo {
	display: inline;
	position: relative;
}

.logo>a {
	width: 100%;
	height: auto;
}

.logo>a>img {
	position: relative;
	width: 700px;
	height: auto;
}

.logo_right {
	margin-top: 50px;
	vertical-align: sub;
	float: right;
	display: inline;
	position: relative;
	vertical-align: sub;
}

.logo_right>img {
	width: 250px;
}

.page-w a {
	text-decoration: none;
}

.page-w a#logout {
	right: 0;
	top: 85px;
	color: #a7a7a7;
	font-size: 18px;
	font-weight: 400;
	border: 1px solid #aaa;
	border-radius: 10px;
	padding: 3px 10px;
}

.page-w a#logout>svg {
	color: #dc520f;
	margin-right: 10px;
	font-size: 30px;
	vertical-align: text-bottom;
	line-height: 30px;
}

/* Header  */
#main_idx {
	position: relative;
	display: block;
	width: 100%;
	margin: auto;
}

#index-bg {
	width: 100%;
	height: 220px;
	position: absolute;
	bottom: 0;
	background: linear-gradient(to bottom, #af1010, #dc5500);
}

.page-w>img {
	width: 250px;
	position: absolute;
	right: 100px;
	top: 70px;
	height: auto;
}

.index-list {
	width: 90%;
	margin: auto;
	position: relative;
}

.index-list>ul>li {
	width: 32.666%;
	float: left;
	margin: 0 0.5%;
	margin-top: 10px;
}

.index-list>ul>li:first-child {
	margin-left: 0;
}

.index-list>ul>li:last-child {
	margin-right: 0;
}

.index-list>ul>li>div {
	position: relative;
	border: 1px solid #eee;
	background: #ffffff;
	padding: 15px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.index-list>ul>li>div>a {
	text-align: center;
	top: 20px;
	right: 10px;
	font-size: 40px;
	line-height: 10px;
	display: block;
}

.index-list>ul>li>div>a>h3 {
	font-size: 24px;
	color: #000;
	margin-top: 20px;
	font-weight: 800;
}

.index-list>ul>li>div>a>p {
	font-size: 18px;
	margin-top: 20px;
	color: #aaa;
}

.index-list ul li, .index-list ul li ul li {
	list-style: none;
}

.index-list>ul>li>div>ul>li>a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
	color: #000;
}

.index-list>ul>li>div>ul>li>a:hover {
	color: #c61404;
	font-weight: 800;
}

.index-list>ul>li>div>ul>li>a:hover>span {
	color: #c61404;
}

.index-list>ul>li>div>ul>li>a>span {
	position: absolute;
	right: 15px;
	color: #aaa;
	font-weight: 400;
	font-size: 14px;
}

.index-list>ul>li>div>ul>li:last-child>a {
	border: 0;
}

.index-list>ul>li>div>hr {
	background: #ffffff;
	border: 0;
}

.index-list>ul>li>div>h3 {
	font-size: 20px;
}

#index-image {
	margin: auto;
	width: 90%;
	height: 650px;
	background: url(../image/main.jpg);
	background-size: cover;
	background-position: center;
}

#login-bg {
	width: 100%;
	height: 100%;
	display: flex;
}

.login-bg:after {
	display: block;
	content: '';
	width: 100%;
	height: 450px;
	position: absolute;
	top: 0;
	z-index: 0;
}

.table {
	width: 95%;
	margin: auto;
}

.table thead tr th {
	background: #f5f5f5;
	border-top: 3px solid #e20000;
}

.table tbody tr td:nth-child(2) {
	text-align: left;
}

.building-menu {
	position: relative;
	overflow: hidden;
}

.building-menu>li {
	float: left;
	margin: 0 10px;
	font-size: 20px;
}

.building-menu>li>a {
	color: #8c8c8c;
	font-weight: 600;
}

.building-menu>li>a.on {
	color: #565656;
	border-bottom: 6px solid #484848;
}

.top-menu-type {
	position: relative;
	width: 95%;
	display: block;
	margin-left: 3%;
}

.top-menu-type>h3 {
	font-size: 30px;
	color: #000000;
	font-weight: 800;
	text-align: left;
	margin-left: 1%;
}

.top-menu {
	/* 
	float: left; right : 0;
	text-align: right;
	right: 0; */
	position: relative;
	display: flex;
	margin: auto;
	width: 95%;
	padding-bottom: 10px;
	display: flex;
}

.top-menu>h3 {
	font-size: 30px;
	color: #000000;
	font-weight: 800;
	margin-left: 10px;
	margin-right: 10px;
}

.top-menu>p {
	margin-top: 0.5rem;
}

.top-menu .opt {
	position: absolute;
	right: 0;
	display: flex;
}

.top-menu>h3 {
	display: flex;
}

.top-menu .sub-title {
	font-size: 15px;
	vertical-align: sub;
}

.top-menu>a {
	display: flex;
}

.top-menu .search-form {
	display: flex;
}

.top-menu>input[type=text] {
	width: 200px;
	height: 40px;
	vertical-align: middle;
	border-radius: 5px;
	border: 1px solid #aaa;
	padding-left: 10px;
}

table a {
	color: #212529;
}

#login-box {
	width: 400px;
	height: auto;
	background: #ffffff;
	margin: auto;
	padding: 20px;
	text-align: center;
	z-index: 100;
	border-radius: 30px;
}

#login-box img {
	width: 60%;
	margin: 0 20%;
}

#login-box a {
	margin-top: 20px;
	background: #b1b1b1;
	color: #ffffff;
	width: 100%;
	font-size: 20px;
	height: 50px;
	line-height: 40px;
	border: 0;
}

#login-box>h3 {
	font-size: 20px;
	display: block;
	padding: 10px 0px;
	color: #000000;
	border-radius: 20px;
}

.btn-primary, .btn-primary:active, .btn-primary:visited, .btn-primary:focus
	{
	background: #ffffff;
	color: #666;
	border-color: #c3c3c3;
}

.btn-primary:hover {
	background: linear-gradient(to right, #960000, #dc2700);
	color: #ffffff;
}

.page-link {
	color: #737373;
}

.nav-link {
	color: #636363;
	background: #ffffff;
}

.page-link:hover, .nav-link:hover {
	color: #ffffff;
	font-weight: 800;
	background: #ff0018;
}

.page-link:hover {
	font-weight: 400;
}

#login-box input {
	margin-top: 20px;
	background: #fff;
	height: 50px;
	border-left : 0px;
	border-right : 0px;
	border-top : 0px;
	border-bottom: 1px solid #dddddd;
	/* border-radius: 10px;
	border: 0;
	border: 1px solid #dddddd; */
}

aside.left-menu .logo {
	width: 180px;
	height: 180px;
	display: block;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
}

aside.left-menu .logo>img {
	width: 70%;
	margin: 0 15%;
	height: auto;
}

aside.left-menu {
	width: 15%;
	height: 100%;
	float: left;
}

aside.left-menu>h3 {
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
	display: none;
}

aside.left-menu>ul>li {
	width: 90%;
	margin: 0 5%;
	font-size: 24px;
	text-align: right;
	background: #ffffff;
}

aside.left-menu>ul>li>a {
	color: #333;
	font-weight: 800;
}

aside.left-menu>ul>li>a:hover {
	color: #dc0000;
	background: #ffffff;
}

aside .log-out {
	margin: 0 5%;
	margin-top: 20px;
	width: 90%;
}

section .section-c>h3 {
	font-size: 20px;
	font-weight: 800;
	margin-top: 20px;
	padding: 10px;
	color: #ab2121;
}

section .section-c {
	margin: 20px 0;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

#register-building div.test-group {
	border-bottom: 1px solid #aaa;
	position: relative;
	padding: 20px;
	margin-left: 10px;
}

#register-building div.test-group>h3 {
	font-size: 24px;
	font-weight: 800;
}

#register-building div.test-group>p {
	color: #aaa;
}

#register-building div.test-group a {
	position: absolute;
	top: 40px;
	display: block;
	width: 140px;
	height: 40px;
	border: 1px solid #aaa;
	text-align: center;
	border-radius: 5px;
	line-height: 40px;
	color: #333;
	right: 0;
}

#register-building div.test-group .radio {
	width: 400px;
	right: 0;
	position: absolute;
	top: 30px;
}

#register-building div.test-group .radio input[type=radio] {
	width: 10%;
	float: left;
	height: 20px;
	vertical-align: middle;
}

#register-building div.test-group .radio label {
	width: 40%;
	height: 30px;
	vertical-align: middle;
	float: left;
}

#register-building>h3, #notice-list>h3, #notice-register>h3 {
	font-size: 30px;
	color: #000000;
	font-weight: 800;
	text-align: left;
	margin: 20px;
	margin-left: 10px;
}

#notice-contents>h6 {
	position: absolute;
	right: 30px;
	color: #ab2121;
	top: 20px;
}

#notice-register {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

#notice-register form>label {
	text-align: left;
	display: block;
}

.form-group {
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 95%;
	margin: auto;
}
/* 	margin-bottom: 60px; */
.form-style {
	margin-top: 10px;
	margin-bottom: 10px;
}

.contact-form {
	width: 48%;
	float: left;
	margin: 1%;
}

form.form-1, form.form-2 {
	width: 48%;
	float: left;
	margin: 1%;;
}

form.form-1>label, form.form-2>label {
	font-size: 16px;
	margin-top: 20px;
	display: block;
	font-weight: 800;
	text-align: left;
}

#register-building {
	margin-top: 30px;
	position: relative;
	width: 85%;
	float: right;
}

#notice-list, #main-user-list {
	margin-top: 30px;
	text-align: center;
	position: relative;
	width: 85%;
	float: right;
}

#notice-list table>tbody>tr, #main-user-list table>tbody>tr {
	transition: all 0.2s ease;
}

#notice-list table>tbody>tr>td:nth-child(2)>a, #main-user-list table>tbody>tr>td:nth-child(2)>a
	{
	color: #000;
	text-decoration: none;
}

#notice-list table>tbody>tr:hover, #main-user-list table>tbody>tr:hover
	{
	background: #e6f1f5;
}

#notice-list>nav {
	position: relative;
	width: 100%;
	text-align: center;
}

#notice-list>nav>a {
	position: absolute;
	right: 10px;
}

#notice-list>nav>ul {
	position: relative;
	width: 70%;
	margin: auto;
	margin-top: 20px;
	text-align: center;
}

#notice-list>nav>ul>li {
	display: inline-block;
}

#notice-register>a {
	margin-top: 20px;
}

#notice-register>button {
	margin-top: 20px;
}

.pagination {
	display: block;
}

/*  */
.table td, .table th {
	height: 60px;
	vertical-align: middle;
}

/* The switch - the box around the slider */
.switch {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 24px;
	margin-top: 10px;
}

/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #2196F3;
}

input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
	-webkit-transform: translateX(66px);
	-ms-transform: translateX(66px);
	transform: translateX(66px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.search-area {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 2px solid #edeef2;
	height: 70px;
}

.search-area .search-form {
	float: right;
	vertical-align: middle;
	display: inline-block;
	padding: 10px 10px 0 0;
	line-height: 35px;
}

.search-area .board-count {
	float: left;
	position: relative;
	color: #ab2121;
	font-weight: 400;
	padding: 10px 0 0 30px;
	line-height: 35px;
	display: inline-block;
	vertical-align: middle;
}

.search-area .search-form .search-btn {
	background: url(../image/icon-search03.png) no-repeat 0 0;
	width: 38px;
	height: 38px;
}