/* line-height 를 주지마세요 */
@import url('/codefont/notosanskr.css');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-style: normal;
}

html, body {
	width:100%;
	height:100%;
}
body {
	padding: 0px;
	margin: 0 auto;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5fb7fb+0,4ca6fa+100 */
	background: #5fb7fb; /* Old browsers */
	background: -moz-linear-gradient(top,  #5fb7fb 0%, #4ca6fa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #5fb7fb 0%,#4ca6fa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #5fb7fb 0%,#4ca6fa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fb7fb', endColorstr='#4ca6fa',GradientType=0 ); /* IE6-9 */
}

body, input, button {
	font-family : 'Noto Sans KR', 'Open Sans', dotum, gulim;
	font-size: 18px;
	font-weight: 400;
	color: #707070;
}
button {
	cursor:pointer;
}
input:focus, button:focus {
	outline:none;
}

#wrap {
	position:relative;
	width:100%;
	height:100%;
	min-height:740px;
	text-align:center;
}

.bg {
	position:fixed;
	z-index:1;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
.bgimage {
	background-image: url('/img/login_bg.jpg');
	background-size: cover;
	background-position: 60% 50%;
}
@-webkit-keyframes zoom-bg {
	0% {
    -ms-transform: scale(1, 1);
    transform: scale(1, 1) translateZ(1px);
  }
	100% {
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1) translateZ(1px);
  }
}
@-moz-keyframes zoom-bg {
	0% {
    -ms-transform: scale(1, 1);
    transform: scale(1, 1) translateZ(1px);
  }
	100% {
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1) translateZ(1px);
  }
}
@-o-keyframes zoom-bg {
	0% {
    -ms-transform: scale(1, 1);
    transform: scale(1, 1) translateZ(1px);
  }
	100% {
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1) translateZ(1px);
  }
}
@keyframes zoom-bg {
	0% {
    -ms-transform: scale(1, 1);
    transform: scale(1, 1) translateZ(1px);
  }
	100% {
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1) translateZ(1px);
  }
}

.bg-ani {
	-webkit-animation: zoom-bg 15s linear infinite alternate; /* Safari 4+ */
	-moz-animation:    zoom-bg 15s linear infinite alternate; /* Fx 5+ */
	-o-animation:      zoom-bg 15s linear infinite alternate; /* Opera 12+ */
	animation:         zoom-bg 15s linear infinite alternate; /* IE 10+, Fx 29+ */
}


.logo {
	position:absolute;
	z-index:100;
	top:10%;
	left:50%;
	width:280px;
	height:200px;
	margin-left:-140px;
	background:url(/img/logo.png) no-repeat 50% 50%;
}
.logo h1 {
	 position:absolute !important;  
	 width:1px; 
	 height:1px; 
	 overflow:hidden;
	 clip:rect(1px 1px 1px 1px); /* IE6, IE7 */
	 clip:rect(1px, 1px, 1px, 1px);
}

#loginBox {
	position: absolute;
	z-index:100;
	top:46%;
	left:50%;
	width:260px;
	min-height:240px;
	margin-left:-130px;
}
.idpw {
	clear:both;
	width:100%;
	height:50px;
	box-sizing:border-box;
	margin:8px 0px;
	padding:10px 20px;
	background-color:#8fcefe;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
}
.idpw .idpw_input {
	float:left;
	width:79%;
}
input[type=text], input[type=email], input[type=password] {
	width:100%;
	height:30px;
	color:#000;
	border:0;
	background-color:transparent;
}

input::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

input::placeholder {
  color: #fff;
}

.idpw .idpw_title {
	float:left;
	display:inline-block;
	width:30px;
	height:30px;
	margin-right:15px;
}
.i_id {
	background-image:url(/img/icons/i_email.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}
.i_pw {
	background-image:url(/img/icons/i_password.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}

button.bt_login {
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#fff;
	font-size:24px;
	font-weight:600;
	background-color:#314dc2;
	border:0;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
}

.search-wrap {
	clear:both;
	position:relative;
	width:100%;
	box-sizing:border-box;
	padding:0 20px;
}
.search-wrap > div {
	float:left;
	position:relative;
	width:42%;
	line-height:18px;
	text-align:center;
	font-size:16px;
	color:#fff;
}
.search-wrap .line {
	width:58%;
}
.search-wrap > div.line:after {
	border-right: 1px solid #a3d4ff; 
	content: ""; 
	margin: 0px auto; 
	position: absolute; 
	top: 3px;
	right: 0px; 
	bottom: 0px; 
	width: 1px;
	height:12px;
}
.search-wrap a {
	color:#fff;
	text-decoration:none;
}

#copyright {
	position:absolute;
	z-index:100;
	bottom:-192px;
	left:0;
	width:100%;
	box-sizing:border-box;
	padding:20px 15px 10px 15px;
	text-align:center;
	font-size:15px;
	color:#454545;
	background-color:#edeef1;
}
.copy-inner {
	width:100%;
	text-align:left;
}
.copy-inner p {
	margin:3px 0px;
}
.copy-inner span {
	margin-left:8px;
}
.copy-inner .copy-utilmenu {
	clear:both;
	margin-bottom:12px;
}
.copy-inner .copy-utilmenu a {
	display:inline-block;
	color: inherit;
	text-decoration:none;
}
.copy-inner .copy-utilmenu a:hover {
	color: inherit;
}
.copy-inner .copy-utilmenu a:before {
	content:"";
	display:inline-block;
	height:10px;
	margin:0px 10px;
	border-left:1px solid #c0c0c0;
}
.copy-inner .copy-utilmenu a:first-child:before {
	margin:0;
	border-left:0px;
}


@media (min-width:768px) {
	.logo {
		top:20%;
	}
}
