/* BACK CSS */
@charset "utf-8";

@import url("fonts.css");

html, body {
	font-family: 'Roboto', 'NotoSans', sans-serif;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	height: 100%;
}

.logBoxWrap {
	min-width: 1250px; /*반드시 최소값을 명시해준다.*/
	_margin-left: -1250px;
	_zoom: 1;
	z-index: 4;
	height: 100%;
	width: 100%;
	min-height: 800px
}

.logBoxWrap:after {
	display: block;
	clear: both;
	content: '';
}

.logBoxWrap>div {
	float: left;
}

.h-div {
	height: 100%;
	background: #555466;
	width: 62.5%;
	position: relative;
}

.h-div2 {
	height: 100%;
	background: #fff;
	width: 37.5%;
	position: relative;
}

fieldset, img {
	border: 0;
}

strong {
	font-weight: bold;
}

button {
	margin: 0;
	padding: 0;
	border: none;
}

li {
	list-style: none;
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #666;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	outline: 0
}

textarea {
	resize: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* header */
#wrapLogin {
	min-width: 600px;
	/* 	_margin-left: -600px; */
	_zoom: 1;
	z-index: 1;
	min-height: 450px;
	overflow: hidden;
	display: block;
	height: 93%;
}
/*default일때*/
.inpBox input#hiddenAccntId, .inpBox input#forgotAccntId {
	border-bottom: 1px solid #bcbec0;
}

.inpBox input#hiddenAccntPw, .inpBox input#forgotAccntEmail {
	border-bottom: 1px solid #bcbec0;
}
/*focus over 일때*/
.inpBox input#hiddenAccntId:focus, .inpBox input#forgotAccntId:focus {
	border-bottom: 1px solid #0078ff;
	color: #5c6b7b
}

.inpBox input#hiddenAccntPw:focus, .inpBox input#forgotAccntEmail:focus
	{
	border-bottom: 1px solid #0078ff;
	color: #5c6b7b
}
/*focus out 일때 #값을 .class값으로 변경했습니다.*/
.inpBox input.hiddenAccntId, .inpBox input.forgotAccntId {
	border-bottom: 1px solid #0078ff;
	color: #5c6b7b
}

.inpBox input.hiddenAccntPw, .inpBox input.forgotAccntEmail {
	border-bottom: 1px solid #0078ff;
	color: #5c6b7b
}



input#googleTfaValidationCode::-webkit-outer-spin-button,
input#googleTfaValidationCode::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}


.inpBox input {
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 16px;
	height: 35px;
	text-indent: 10px;
	width: 100%;
	background: #fff;
	color: #c1c2c4;
	border: 1px solid #fff;
	font-weight: 400;
	-ms-ime-mode: disabled
}

.inpBox input::-ms-input-placeholder {
	color: #c1c2c4;
}

.inpBox input::-webkit-input-placeholder {
	color: #c1c2c4;
}

.inpBox input::-moz-placeholder {
	color: #c1c2c4;
}

.logBox {
	width: 50%;
	height: 50%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 500px;
	height: 700px;
	overflow: hidden;
}

.loginTitle {
	padding-left: 12.4%;
	padding-top: 15%;
	font-family: 'ipecs';
	color: #fff;
	font-size: 26px;
}

.loginTitle p {
	margin-top: 20px
}

.logcopoy {
	font-size: 11px;
	/* 	color: #fff; */
	/* 	opacity: 0.6; */
	position: absolute;
	left: 12.4%;
	bottom: 8%;
	color: #ccc
}

#loginDiv h1 {
	font-size: 25px;
	color: #676767;
	font-weight: 400;
	text-align: center;
	padding: 40px 0;
}


.loginSubText {
	font-family: inherit;
	font-size: 31px;
	font-weight: lighter;
	text-align: center;
	height: 31px
}

/* Google 2FA start */
.googleTfaDiv .inpBox{
	width: 100%;
}


img#googleTfaQrcode {
	width:250px;
	height:250px;
	margin-left:25px;
	margin-right:25px;
}

.googleTfaDiv .inpBox input {
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 16px;
	height:44px;
	line-height:44px;
	width:290px;
	background: #fff;
	color: #c1c2c4;
	border: 1px solid #000;
	border-radius:3px;
	-ms-ime-mode: disabled;
	text-align: center;
	margin-top: 10px
}

.googleTfaDiv h1 {
	font-size: 26px;
	color: #5C6B7B;
	font-weight: 400;
	text-align: center;
	padding: 19px 0;
	font-family: 'Roboto', 'NotoSans', sans-serif;
}

.googleTfaQrcodeHeight{
	min-height: 65px;
}


.googleTfaDiv .googleTfaQrcodeInfoLi {
	font-size: 18px;
	text-align: center;
	color: #434343;
	font-weight: 400;
	margin-top: 14px
	font-family: 'Roboto', 'NotoSans', sans-serif;
}

.googleTfaDiv .googleTfaQrcodeLi {
	margin-top: 10px;
	text-align: center;
}

.googleTfaDiv .googleTfaQrcodeStringLi {
	margin-top: -3px;
	margin-bottom: 45px;
	font-size: 15px;
	text-align: center;
	color: #5C6B7B;
	font-family: 'Roboto', 'NotoSans', sans-serif;
}

.googleTfaDiv .googleTfaQrcodeDigitLi {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color: #434343;
	font-family: 'Roboto', 'NotoSans', sans-serif;
}

.googleTfaDiv .googleTfaQrcodeNotValidLi {
	font-size: 15px;
	color:#FE1440;
	text-align: center;
	font-family: 'Roboto', 'NotoSans', sans-serif;
}

.googleTfaDiv .googleTfaValidationCode {
	-webkit-text-security: circle;
	color: #676767;
}

.googleTfaDiv .error {
	position: relative;
	height: 40px;
	width:100%;
	margin: 0 auto;
	text-align: center;
	padding-top:10px
}

/*step2로 넘어갈때 변하는 css*/
.googleTfaDiv .error-auto {
	height: 85px;
}


/* Google 2FA end */

.copylogo {
	width: 100%;
	margin: auto;
	position: absolute;
	bottom: 8%;
	text-align: center;
}

.inpBox {
	width: 300px;
	margin: 0 auto;
}

.inpBox li {
	margin-bottom: 3px;
}

.radioBox {
	width: 339px;
	margin: 0 auto;
}

.radioBox li {
	display: inline-block;
}

.forgotId {
	color: #5c6b7b;
	text-align: center;
	font-size: 15px;
	cursor: pointer;
}

.forgotId:HOVER {
	color: #46525e;
}

.BtLogin {
	text-align: center;
}

#fail_message {
	height: 51px;
	font-size: 12px;
	color: #47c6ef;
	text-align: center;
	line-height: 140%;
}

/*button */
.btClassLogin {
	padding: 10px;
	border: 1px solid #0078ff;
	color: #fff;
	font-size: 17px;
/* 	font-family: inherit; */
	font-family: 'Roboto', Arial !important;
	cursor: pointer;
	background: #0078ff;
	font-weight: 400;
	width: 150px
}

.btClassLogin:HOVER {
	background: #59a7ff;
}


.btClassForgot {
	padding: 10px;
	border: 1px solid #0078ff;
	color: #fff;
	font-size: 17px;
/* 	font-family: inherit; */
	font-family: 'Roboto', Arial !important;
	cursor: pointer;
	background: #0078ff;
	font-weight: 400;
	width: 150px
}

.btClassForgot:HOVER {
	background: #59a7ff;
}

.btClassForgot_g {
	padding: 10px;
	border: 1px solid #b1b3b6;
	font-size: 17px;
/* 	font-family: inherit; */
	font-family: 'Roboto', Arial !important;
	cursor: pointer;
	background: #fff;
	font-weight: 400;
	color: #414042;
	width: 150px
}

.btClassForgot_g:HOVER {
	background: #b1b3b6;
	color: #414042;
}

.btClassCancelGoogleTfa {
	padding: 10px;
	border: 1px solid #b1b3b6;
	font-size: 17px;
	font-family: 'Roboto', Arial !important;
	cursor: pointer;
	background: #fff;
	font-weight: 400;
	color: #414042;
	width: 150px
}

.btClassCancelGoogleTfa:HOVER {
	background: #b1b3b6;
	color: #414042;
}






.btClass {
	padding: 17px 15px;
	border: 1px solid #0d618d;
	background: #0d618d;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	font-family: inherit;
	cursor: pointer;
}

.btClass:HOVER {
	padding: 17px 15px;
	border: 1px solid #47c6ef;
	background: #47c6ef;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	font-family: inherit;
	cursor: pointer;
}

/* layer popup */
.layer_divpop {
	overflow: visible;
	line-height: normal;
}

.layer_divpop .divpop_header {
	margin: 0;
	line-height: 40px;
	padding-left: 0px;
	background-color: #c4c4c4;
	height: 40px;
	padding-top: 1px \9;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	cursor: move;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	padding-right: 7px;
}

.layer_divpop .divpop_header_ico {
	line-height: 32px;
	padding-left: 12px;
	font-weight: bold;
}

.layer_divpop .divpop_contents {
	position: relative;
	border: 1px solid #000;
	background: #fff;
}

.layer_divpop .divpop_body {
	color: #444;
	line-height: 14px;
	overflow: hidden
}

.layer_divpop .divpop_close {
	float: right;
	cursor: pointer;
	margin-top: 5px;
	height: 26px;
	width: 26px;
	background: url(../images/popup_close.png) no-repeat;
}

.layer_divpop .divpop_close_none {
	float: right;
	cursor: pointer;
	margin-top: 5px;
	height: 26px;
	width: 26px;
	background: url(../images/blank.png) no-repeat;
}

.divpop_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .5;
	-ms-filter: "alpha(opacity=60)";
	background: rgb(0, 0, 0);
}

/* layer dialog */
/* layer dialog */
.layer_dialog {
	overflow: visible;
	line-height: normal;
	width: 400px;
}

.layer_dialog .divpop_header {
	margin: 0;
	background-color: #eef1f3;
	/* 	padding: 10px 10px 0 10px; */
	padding-top: 1px \9;
	color: #333a5a;
	font-size: 15px;
	text-align: left;
	cursor: move;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	/* 	border-bottom: 1px solid #dbdbdb; */
	font-weight: 500
}

.layer_dialog .divpop_header_ico {
	line-height: 32px;
	padding-left: 12px;
	font-weight: bold;
}

.layer_dialog .divpop_contents {
	position: relative;
	border: 2px solid #5f5f5f;
	background: #fff;
	text-align: center;
}

.layer_dialog .divpop_body {
	color: #444;
	line-height: 16px;
	overflow: hidden;
/* 	min-height: 50px; */
	max-width: 360px;
	width: 360px;
	vertical-align: middle;
	display: inline-block;
	margin: 20px 20px 10px 20px;
	word-wrap: break-word;
}

.layer_dialog .divpop_body .divpop_span_wrapper {
	width: 36px;
	height: 36px;
	display: inline-block;
/* 	vertical-align: top; */
}

.layer_dialog .divpop_body .divpop_text_wrapper {
	/* 	word-break: break-all; */
	word-break: normal;
	max-width: 85%;
	display: inline-block;
	vertical-align: middle !important;
}

.layer_dialog .divpop_close {
	float: right;
	cursor: pointer;
	margin-top: 10px;
	height: 26px;
	width: 26px;
	background: url(../images/popup_close.png) no-repeat;
}

.layer_dialog .divpop_close_none {
	float: right;
	cursor: pointer;
	margin-top: 2px;
	height: 26px;
	width: 26px;
}

.layer_dialog .btClass {
	padding: 4px 10px;
	border: 1px solid #0078ff;
	color: #0078ff;
	font-size: 14px;
	font-family: inherit;
	cursor: pointer;
	background: #fff;
	font-weight: 400
}

.layer_dialog .btClass:HOVER {
	padding: 4px 10px;
	border: 1px solid #1181ff;
	color: #fff;
	font-size: 14px;
	font-family: inherit;
	cursor: pointer;
	background: #59a7ff;
}

.layer_dialog .btClassCancel {
	padding: 4px 10px;
	border: 1px solid #b1b3b6;
	font-size: 14px;
	font-family: inherit;
	cursor: pointer;
	background: #fff;
	font-weight: 400;
	color: #414042;
}

.layer_dialog.btClassCancel:HOVER {
	padding: 4px 10px;
	border: 1px solid #b1b3b6;
	font-size: 14px;
	font-family: inherit;
	cursor: pointer;
	background: #b1b3b6;
	font-weight: 400;
	color: #414042;
}

.dialog_bottom {
	margin-right: 14px;
	margin-bottom: 14px;
}

.btBox {
	margin-top: 12px;
	height: 25px;
}

.btBox span {
	font-size: 14px;
	vertical-align: middle;
	line-height: 180%;
	margin-right: 20px;
}

.btBox span b {
	color: #2377ff;
}

.btBox li {
	float: right;
	padding-left: 6px;
}

.dialog_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .5;
	-ms-filter: "alpha(opacity=60)";
	background: rgb(0, 0, 0);
}

.dialog_alert {
	display: inline-block;
	height: 36px;
	width: 36px;
	vertical-align: middle;
	background: transparent url(../images/dialog/warning.png) no-repeat;
}

.dialog_warning {
	display: inline-block;
	border: none;
	height: 36px;
	width: 36px;
	vertical-align: middle;
	background: transparent url(../images/dialog/warning.png) no-repeat;
}

.dialog_inform {
	display: inline-block;
	height: 36px;
	width: 36px;
	vertical-align: middle;
	background: transparent url(../images/dialog/inform.png) no-repeat;
}

.dialog_confirm {
	display: inline-block;
	border: none;
	height: 36px;
	width: 36px;
	vertical-align: middle;
	background: transparent url(../images/dialog/confirm.png) no-repeat;
}

.dialog_prompt {
	display: inline-block;
	border: none;
	height: 36px;
	width: 36px;
	vertical-align: middle;
	background: transparent url(../images/dialog/alert_blue.png) no-repeat;
}

.dialog_error {
	display: inline-block;
	border: none;
	height: 36px;
	width: 36px;
	vertical-align: middle;
	background: transparent url(../images/dialog/error.png) no-repeat;
}

.dialog_text {
	height: 15px;
	width: 100px;
}

/* info */
.infoBox {
	background: #f5f8d0;
	padding:20px 10px;
	font-size: 13px;
	color: #c66b6b;
	letter-spacing: -0.3px;
	border: 1px solid #c8c8c8;
	margin: 0 10px 8px 10px;
	line-height:140%;
	font-family: 'Roboto', Arial !important;
}

.mainT {
	font-size: 20px;
	color: #975814;
	text-align: center;
	font-weight: 500;
	font-style: italic;
	border-bottom: 1px solid #975814;
	width: 180px;
	margin: 0 auto;
	margin-bottom: 10px;
	font-family: 'Roboto', Arial !important;
}

.perfectScrollbardiv {
	width: 400px;
	height: 120px;
	position: relative;
	overflow: auto;
}