@charset "utf-8";

	/** Login Page - 2018.04.11 By Jw **/
	@font-face {
		  font-family: 'Nanum';
		  font-style: normal;
		  font-weight: normal;
		  src: url(font/NanumBarunGothic.eot), url(font/NanumBarunGothic.ttf);
	}
	
	@font-face {
			  font-family: 'Nanum';
			  font-style: normal;
			  font-weight: bold;
			  src: url(font/NanumBarunGothicBold.eot), url(font/NanumBarunGothicBold.ttf);
	}


	/** [Color ] **/
	html,body {
		background-color: #f2f2f2;
		font-family: 'Nanum', Arial !important;
	}

	.login_header > .site_title {
		background-image: url(../images/logo.png);
		background-repeat : no-repeat;
		background-size: 120px 40px;
		background-position : 5px 0px;
	} 
	
	.login_header > .timeInfo  {
		color: #767575;
	}

	.login_contents {
		background-color: #fff;
		border-top: 5px solid #0068b7;
		
		-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3), -3px 3px 5px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3), -3px 3px 5px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3), -3px 3px 5px 0px rgba(0, 0, 0, 0.3);
	}
	
	.login_contents  .info_text {
		color: #afaeae;
	}

	.login_info > div > input::-webkit-input-placeholder { 
   		color: #a7a7a7;
	}
	
	.login_info > div > input::-moz-placeholder { 
   		color: #a7a7a7;
	}
	
	.login_info > div > input:-ms-input-placeholder { 
  	 	color: #a7a7a7;
	}
	
	.login_info > div > input::placeholder { 
  	 	color: #a7a7a7;
	}
	
	.login_info > div > input {
		color: #767575;
		border: 1px solid #d0d0d0;
	}
		
	.login_info span {
		position:relative;
		display:block;
		
		top: -25px;	
		left: 12px;
		
		width: 25px;
	}

	.login_info span{
		font-size: 13px;
		color: #cacaca;
	}
	
	.login_info div input[type="text"]:focus + span,
	.login_info div input[type="password"]:focus + span{
		color: #a7a7a7;
	}

	.login_action > input[type="button"]{
		background-color: #4798f3;
		color: #fff;
	}
	
	.login_action > input[type="button"]:hover{
		background-color: #65a8f3;
	}
	
	.login_last > a {
		color: #6a6868;
	}

	.notice_text {
		border-bottom: 2px solid #0068b7;
		color: #767575;
	}
	
	.notice_text > i {
		color: #0068b7;
	}
	
	.notice a {
		color: #767575;
	}

	.banner div {
		background-color: #fff;
		
		-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1), -1px 1px 2px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.1), -1px 1px 2px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1), -1px 1px 2px 0px rgba(0, 0, 0, 0.1);
	}
	
	.banner div:first-child {
		border-top: 5px solid #da7fd5; 
		background-image: url(../images/banner2.png);
	}
	
	.banner div:last-child {
		border-top: 5px solid #3f96ca; 
		background-image: url(../images/banner1.png);
	}

	/** [Wrap] */
	#loginWrap {
		width: 880px;
		margin: 0px auto;
		margin-top : 10%;
	}

	/** [Header] */
	.login_header > .site_title {
		font-size: 27px;
		font-weight: 900;
		
		line-height : 45px;
		vertical-align : bottom;
		
		min-height: 50px;
		
		display: inline-block;
		padding-left: 135px;
	} 
	
	.login_header > .timeInfo  {
		float: right;
		
		font-size: 10pt;
		font-weight: bold;
		
		margin-right: 10px;
		margin-top: 22px;
	}
	
	/** [Contents] */
	
	.login_contents {
		height: 270px;
	}
	
	.login_left {
		height: 270px;
		width: 370px;
		
		float: left;
	}
	
	.login_right {
		height: 270px;
		width: 510px; 
		
		float:left;
	}
	
	.login_contents  .info_text {
		float: right;
		
		font-size: 10pt;
		font-weight: bold;
		
		margin-top: 10px;
		margin-bottom: 20px;
		margin-right: 20px;
	}
	
	.login_info{
		margin:0px auto;
		margin-top: 5px;
		width: 85%;	
	}
	
	.login_action {
		margin:0px auto;
		margin-top: 15px;
		width: 85%;	
	}
	
	.login_info > div > input {
		width: 80%;
		height: 15px;
		padding: 10px 16px;
		padding-left : 46px;
		padding-right : 11px;
		
		font-size: 15px;
		
		border-radius: 5px;
	}
	
	.login_info > div:last-child {
		margin-top: -5px;
	}
	
	.login_info span {
		position:relative;
		display:block;
		
		top: -25px;	
		left: 12px;
		
		width: 25px;
	}
	
	.login_action > input[type="button"]{
		border-style: none;
		border-radius: 5px;
		
		padding: 14px 18px;
		width: 100%;	
		
		font-size: 15px;
		font-weight : 500;
	}
	
	.login_action > input[type="button"]:hover{
		cursor: pointer;
	}
	
	.login_last {
		margin:0px auto;
		margin-top: 20px;
		width: 85%;	
	
		font-size: 12px;
		text-align: right;
	}
	
	.login_last > a {
		text-decoration: underline;
	}
	
	/** [Footer] */
	
	.login_footer {
		height: 50px;
		margin-top: 20px;
	}
	
	.login_footer > .notice {
		height: 50px;
		width: 370px;
		
		float: left;
	}
	
	.notice_text {
		width: 90%;
		margin-left : 10px;
		
		font-size: 12px;
		font-weight: bold;
		line-height: 25px;
		
		padding-left: 5px;
	}
	
	.notice_text > i {
		margin-right: 5px;
	}
	
	.notice > ul {
		list-style : disc;
		padding-left : 45px;
		font-size: 12px;
		
	}
	
	.notice ul li {
		margin-top: 7px;
	}	
	
	.notice a {
		text-decoration: none;
		font-weight: 600;
	}

	.notice a:hover {
		text-decoration: underline;
	}
	
	.banner div {
		width:242px;
		height: 110px;
		float: left;
		
		margin-top : 22px;
		
		cursor: pointer;
	}
	
	.banner div:first-child {
		margin-right: 20px;
		margin-left: 2px;
	}
	
	/** [Carousel] */
	
	.slide_container {
		max-width : 510px;
		position: relative;
		margin : auto;
		
		overflow: hidden;
	}
	
	.slide_item {
		display: none;
		transition : 0.6s ease;
	}
	
	.dot {
		cursor: pointer;
		height: 12px;
		width : 12px;
		margin: 0 2px;
		background-color: rgba(0, 0, 0, 0.2);
		border-radius: 50%;
		display: inline-block;
		transition : background-color 0.6s ease;
	}
	
	.active, .dot:hover {
		background-color: rgba(0, 0, 0, 0.5);
	}
	
	.slide_button{
		position:relative;
		text-align: center;
		
		top: -30px;
	}
	
	.fade {
		-webkit-animation-name: fade;
		-webkit-animation-duration: 1.5s;
		animation-name: fade;
		animation-duration: 1.5s;
	}
	
	
	@-webkit-keyframes fade {
  		from {opacity: 0.4} 
 	 	to {opacity: 1}
	}
	
	@keyframes fade {
  		from {opacity: 0.4} 
  		to {opacity: 1}
	}
	
	.login_type_container {
		margin-top: 5px;
		padding: 10px 30px;
	}
	
	.login_type_container .radio_list_item:first-child {
		margin-right: 20px !important;
	}
	
	.login_type_container .radio_label {
		font-size: 16px !important;
	}
	
	#kovan_link {
		margin-top: 10px;
		padding-left: 10px;
	}
	
	#kovan_link > a {
		text-decoration: none;
		color: #4d8cc1;
		font-weight: bold;
		font-size: 14px;
	}
	
	#kovan_link span {
		font-size: 13px;
		color: #5a5a5a;
	}
