@charset "utf-8";

html, body {
	font-family: Arial,Verdana,sans-serif;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	height: 100%;
}

.logBox {
	display: flex;
	justify-content: center; /* 수평 중앙 정렬 */
	align-items: center; /* 수직 중앙 정렬 */
	height: 100vh; /* 세로 중앙 정렬을 위한 높이 지정 */
}

.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: #6f6b69;
	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 #008fd5;
	color: #5c6b7b
}

.inpBox input#hiddenAccntPw:focus, .inpBox input#forgotAccntEmail:focus
	{
	border-bottom: 1px solid #008fd5;
	color: #5c6b7b
}
/*focus out 일때 #값을 .class값으로 변경했습니다.*/
.inpBox input.hiddenAccntId, .inpBox input.forgotAccntId {
	border-bottom: 1px solid #008fd5;
	color: #5c6b7b
}

.inpBox input.hiddenAccntPw, .inpBox input.forgotAccntEmail {
	border-bottom: 1px solid #008fd5;
	color: #5c6b7b
}

.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: 40px;
	text-indent: 10px;
	width: 100%;
	background: #fff;
	color: #5c6b7b;
	border: 1px solid #fff;
	font-weight: 500;
	-ms-ime-mode: disabled
}

.inpBox input::-ms-input-placeholder {
	color: #a4a5a5;
}

.inpBox input::-webkit-input-placeholder {
	color: #a4a5a5;
}

.inpBox input::-moz-placeholder {
	color: #a4a5a5;
}

.logBox {
	width: 50%;
	height: 50%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 500px;
	height: 800px;
	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 {
	width: 272px;
	height: 730px;
}


#loginDiv h1 {
	font-size: 26px;
	color: #676767;
	font-weight:lighter;
	text-align: center;
	padding: 40px 0;
}

.loginSubText {
	font-family: inherit;
	font-size: 31px;
	font-weight: lighter;
	text-align: center;
	height: 31px
}

.copylogo {
	width: 100%;
	margin: auto;
	position: absolute;
	bottom: 8%;
	text-align: center;
}

.inpBox {
	width: 270px;
}

.inpBox li {
 	margin-bottom: 0px;
}

.radioBox {
	font-size: 17px;
	width: 250px;
	text-align: center;
	margin-top:65px;
}

.radioBox li {
	display: inline-block;
	font-size: 16px;
	font-weight:600;
	color: #5c6b7b;
	vertical-align: middle;
}

.radio {
	width: 20px;
	height: 20px;
	cursor: pointer;
	display: inline-block;
	background: transparent url('../../front/images/bt_radiobox_lgn.png')
		no-repeat;
	vertical-align: middle;
	margin-right: 5px;
}

.radio_selected {
	cursor: pointer;
	display: inline-block;
	background: transparent url('../../front/images/bt_radiobox_lgn_on.png')
		no-repeat;
}

.forgotId {
	color: #5F6B79;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}

.forgotId:HOVER {
	color: #46525e;
}

.BtLogin {
	margin-top: 24px;
	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 #008fd5;
	color: #fff;
	font-size: 17px;
	font-family: inherit;
/* 	font-family: 'Roboto', Arial !important; */
	cursor: pointer;
	background: #008fd5;
	font-weight: 400;
	width: 215px
}

.btClassLogin:HOVER {
	background: #47c6ef;
	border: 1px solid #47c6ef;
}

.btClassForgot {
	padding: 10px;
	border: 1px solid #008fd5;
	color: #fff;
	font-size: 17px;
	font-family: inherit;
/* 	font-family: 'Roboto', Arial !important; */
	cursor: pointer;
	background: #008fd5;
	font-weight: 400;
	width: 150px
}

.hr-container {
	width: 100%;
	display: table;	
}
.hr-box {
	display: table-cell;
}
.hr-box-a {
	width: 85px;
}
.hr-box-b {
	width: auto;	
}
.hr-box-c {
	width: 85px;
}
.hr-line {
	padding: 20px 30px 10px 30px;
	/* border: 1px solid red; */
}
.line {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	/* border: 1px solid red; */
}
.line:before {
	display: inline-block;
	margin: 0 10px 3px 0;
	height: 1px;
	content: " ";
	text-shadow: none;
	background-color: #bcbec0;
	width: 115px;
}
.line:after {
	display: inline-block;
	margin: 0 0 3px 10px;
	height: 1px;
	content: " ";
	text-shadow: none;
	background-color: #bcbec0;
	width: 115px;
}

.newLine {
	display: flex;
	flex-basis: 100%;
	align-items: center;
	font-size: 14px;
	margin: 24px 0px;
}
.newLine::before {
	content: "";
	flex-grow: 1;
	background-color: rgba(0,0,0,0.35);
	height: 1px;
	margin-right: 5px;
	font-size: 0px;
	line-height: 0px;
}
.newLine:after {
	content: "";
	flex-grow: 1;
	background-color: rgba(0,0,0,0.35);
	height: 1px;
	margin-left: 5px;
	font-size: 0px;
	line-height: 0px;
}

/*
.BtAADLogin{
	border: 1px solid blue;
}
*/

.imgAadLogin{
	margin-top: 1px;
	border:#ffffff 2px solid;
}

/* .imgAadLogin:HOVER {
	border:#47c6ef 2px solid;
	border:#F00 2px solid;
} */

.btClassForgot:HOVER {
	background:#47c6ef;
	border: 1px solid #47c6ef;
}

.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;
}

.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 {
	overflow: visible;
	line-height: normal;
	width: 300px
}

.layer_dialog .divpop_header {
	margin: 0;
	line-height: 30px;
	padding-left: 0px;
	background-color: #008fd5;
	height: 30px;
	padding-top: 1px \9;
	color: #FFF;
	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_dialog .divpop_header_ico {
	line-height: 32px;
	padding-left: 12px;
	font-weight: bold;
}

.layer_dialog .divpop_contents {
	position: relative;
	border: 1px solid #000;
	background: #fff;
	text-align: center;
}

.layer_dialog .divpop_body {
	color: #444;
	line-height: 14px;
	overflow: hidden;
	min-height: 30px;
	max-width: 250px;
	vertical-align: middle;
	display: inline-block;
	margin-top: 15px;
}

.layer_dialog .divpop_close {
	float: right;
	cursor: pointer;
	margin-top: 2px;
	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;
	background: url(../images/blank.png) no-repeat;
}

.layer_dialog .btClass {
	padding: 3px 13px 3px 10px;
	background: #0d618d;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	font-family: inherit;
}

.layer_dialog .btClass:HOVER {
	padding: 3px 13px 3px 10px;
	background: #47c6ef;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	font-family: inherit;
}

.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: 27px;
	width: 30px;
	vertical-align:middle;
	background: transparent url(../images/dialog/warning.png) no-repeat;
}

.dialog_warning {
	display: inline-block;
	border: none;
	height: 27px;
	width: 30px;
	vertical-align:middle;
	background: transparent url(../images/dialog/warning.png) no-repeat;
}

.dialog_inform {
	display: inline-block;
	height: 27px;
	width: 27px;
	vertical-align:middle;
	background: transparent url(../images/dialog/inform.png) no-repeat;
}

.dialog_confirm {
	display: inline-block;
	border: none;
	height: 27px;
	width: 27px;
	vertical-align:middle;
	background: transparent url(../images/dialog/confirm.png) no-repeat;
}

.dialog_prompt {
	display: inline-block;
	border: none;
	height: 24px;
	width: 24px;
	vertical-align:middle;
	background: transparent url(../images/dialog/alert_blue.png) no-repeat;
}

.dialog_error {
	display: inline-block;
	border: none;
	height: 27px;
	width: 27px;
	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;
}

 /*INPUT 검정 테두리 제거*/
input:focus, textarea:focus, select:focus, option:focus {
    outline:none !important;
}

#twoFADiv {
	width: 350px;
	height: 730px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#otpInit {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#link-content {
	width: 120px;
	height: 120px;
	margin-top: 16px;
}

#secretShow {
	color: #5C6B7B;
	margin-top: 7px;
	font-size: 18px;
	text-align: center;
}

#otpErrorShow {
	margin-top: 13px;
	visibility: hidden;
	color:red;
	font-size: 15px;
	text-align: center;
}

#otpCode {
	text-align: center;
	border: 1px solid #000000;
	border-radius: 3px;
	color: #434343;
	width: 280px;
	height: 44px;
	letter-spacing: 10px;
}