body {background:#efefef;}



div#wrap {
	position:relative;
	width:1000px;
	margin:100px auto 0;
}
header {
	height:60px;
	background:#fff;
}
#wrap h1.h1 {
	padding-left:40px;
	height:60px;
	line-height:68px;	
}
#wrap h1.h1 img{
	margin-top:5px;
}
div#wrapLogin {
	height:400px;
}
div.loginForm {
	float:left;
	padding:70px 100px;
	width:300px;
	height:260px;
}
div.loginForm h2 {
	margin-bottom:12px;
	color:#fff;
	font-size:48px;
}
div.loginForm:nth-child(1) {background:rgba(25,199,213,0.9);}
div.loginForm:nth-child(2) {background:rgba(34,79,99,0.9);}

div.loginForm label {
	display:inline-block;
	margin-bottom:5px;
}
i.loginId,
i.loginPass {
	display:inline-block;
	width:49px;
	height:43px;
	border-right:1px solid #a0adb9;
}



i.loginId {
	background:url(../../../images/loginBu.png) no-repeat left top;	
}
i.loginPass {
	background:url(../../../images/loginBu.png) no-repeat left bottom;
}
input.loginText {
	box-sizing:border-box;
	padding-left:12px;	
	width:250px;
	height:43px;
	border:none;
	font-size:15px;
}
button.loginBtn {
	position:relative;
	margin-bottom:4px;
	width:300px;
	height:42px;
	color:#fff;
	font-size:16px;
}
button.loginBtn:active {
	top:1px;
	left:1px;
}
button.loginBtn.typeA {
	background:#2d687f;	
	border-top:1px solid #6ac7d3;
	border-left:1px solid #6ac7d3;
	border-right:1px solid #0c5a61;
	border-bottom:1px solid #0c5a61;	
}
button.loginBtn.typeB {
	background:#17d7f1;	
	border-top:1px solid #7adfe9;
	border-left:1px solid #7adfe9;
	border-right:1px solid #081216;
	border-bottom:1px solid #081216;	
}

span.saveOpt {
	color:#fff;
	font-size:14px;
}
a.findIdPw{
	color:#fff;
	line-height: 30px;
	text-decoration: none;
	position: relative;
}
.findIdPw:before{
	position: absolute;
	left: -19px;
	top: -1px;
	width: 16px;
	height: 16px;
	background: url(../../../images/iconCaution.png) no-repeat 0 -48px;
	content: "";
}
div#wrapLoginInfo {
	height:250px;
	background:#fff;
}
div.loginInfo {
	position:relative;
	padding:37px 0 0;
	width:33.3%;
	float:left;
	font-size:13px;
}
div.loginInfo img {
	display:block;
	margin:0 auto 11px;
}
div.loginInfo:nth-child(1)>p {padding-left:90px;}
div.loginInfo:nth-child(2)>p {padding-left:70px;}
div.loginInfo:nth-child(3)>ul {padding-left:70px;}

div.loginInfo:before {
	content:"";
	display:block;
	position:absolute;
	height:163px;
	left:0px;
	top:38px;
	border-left:1px solid #ddeaec;
}
div.loginInfo:first-child:before {
	content:none;
}
footer.footer {
	padding:30px 0;
	background:#fff;	
	text-align:center;
}

/* 노트북 로그인 레이어 팝업 */
#layerPopFullScreen {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:9999;
	background:rgba(0,0,0,0.7);
}
#layerPopFullScreen article {
	display:none;
	box-sizing:border-box;
	margin:150px auto 0;
	width:580px;
	height:380px;
	background:url(../../../images/bgLayerPopFullScreen.png) no-repeat center 55px, #3ca8c0;
	text-align:center;
}
#textFullScreen {
	margin-top:182px;
}
#layerPopFullScreen .btn-set {
	margin-top:25px;
}
button.btn {
	box-sizing:border-box;
	display:inline-block;
	position:relative;
	margin-right:8px;
	padding:11px 0;
	width:73px;
	line-height:1;
	border-width:1px;
	border-style:solid;
	transition:all 0.15s ease 0s;
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
}
button.btn:focus {
	outline:0;
}
button.btn.active,
button.btn:hover {
	text-decoration:none;
}
button.btn:active {
	top:1px;
	left:1px;
}
button.btn * {
	vertical-align:middle;
}
button.btn.btn-input {
	border:1px solid #e89a06;
	background: #f4d144; /* Old browsers */
	background: linear-gradient(135deg, #f4d144 0%,#f1c209 100%); /* W3C */
	color:#fff;
}
button.btn.btn-input:hover {
	background: #f7c742; /* Old browsers */
	background: linear-gradient(135deg,  #f7c742 0%,#edaa00 100%); /* W3C */
}
button.btn-ng {
	background:#9b9ea0;
	border-color:#898e90;
	color:#fff;
}
button.btn-ng:hover {
	background:#898e90;
}
button.btn.btn-last {
	margin-right:0px;
}

article.pop {
	position:absolute;
	top:150px;
	left:calc(50% - 225px);
	z-index:9999;
	box-sizing:border-box;
	width:400px;
	background:#fff;
	border:1px solid #636273;
	box-shadow:5px 5px 5px rgba(0,0,0,0.15);
}
article.pop header h1 {
	position:relative;
	margin-top:0px !important;
	padding-left:24px;
	height:45px;
	background:url(images/bgPopHeader.png) no-repeat right top, #2c2e42;
	color:#fff;
	font-size:16px;
	font-weight:normal;
	line-height:45px;
	cursor:move;
}
article.pop.test header h1 img {
	margin-top:11px;
}
article.pop.update header h1:after {
	content:url(images/labelUpdate.png);
	position:absolute;
	top:-1px;
	right:-1px;
}
article.pop div.body {
	box-sizing:border-box;
	padding:0px 20px 45px;
	height:525px;
}
article.pop h2 {
	color:#6779a5;
	font-size:35px;
	font-weight:normal;
	text-align:center;
}
article.pop.update h2 {
	padding-top:105px;
	background:url(images/bgPopBodyUpdate.png) no-repeat center top;
}
article.pop.test h2 {
	padding-top:85px;
	background:url(images/bgPopBodyTest.png) no-repeat center top;
}
article.pop h2 strong {
	color:#2a2a5e;
}
article.pop p {
	margin-top:10px;
	color:#535e73;
	text-align:center;
}
article.pop p.subtitle {
	color:#4075bd;
	font-size:16px;
}
article.pop ul.list {
	margin-top:20px;
	padding:15px;
	background:#e2f3fa;
	color:#262733;
	/*list-style-image:url(images/buPopList.png);*/
	list-style-position:inside;
}
article.pop ul.list>li+li {
	margin-top:3px;
}
article.pop ul.list ul {
	display:inline-block;
}
article.pop ul.list ul>li:before {
	content:'- ';
}
article.pop ul.list>li>* {
	vertical-align:top;
}
article.pop footer {
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	padding-right:8px;
	height:30px;
	line-height:30px;
	background:#d2d5da;
	text-align:right;
}
article.pop footer input.checkbox[type="checkbox"] {
	top:0px;
}
article.pop footer input.checkbox[type="checkbox"] + .label,
article.pop footer input.checkbox[type="checkbox"] + .label:before {
	box-sizing:border-box;
	width:18px;
	height:18px;
	line-height:18px
}
article.pop footer input.checkbox[type="checkbox"] + .label {
	top:0px;
}
article.pop footer input.checkbox[type="checkbox"] + .label:before {
	border:1px solid #adb8c0;
	color:#95c332;
	font-size:14px;	
}

body{
	background-color:#f3f5ff;
}

#loginForm .login-wrapper{
	position: relative;
	width:887px;
     height: 597px;
	margin: 0px auto;
	margin-top:190px;
	overflow: visible;
}

#loginForm .login-wrapper:after{
	content:'';
	display:block;
	clear:both;
}

#loginForm h1{
	height:70px;
	margin-top:90px;
	text-align: center;
	margin-bottom:0;
}

#loginForm .left,#loginForm .right{
	transition:all 0.5s ease;
}

.big-wrapper{
	width:887px;
	height:550px;
	overflow: hidden;
	position:absolute;
}
.big-big-wrapper.right.sliced{
	transform: translate(-8px, 15px);

}
.big-big-wrapper.left.sliced{
	transform: translate(7px, -15px);
}

.big-wrapper .diago1-wrapper{
	position:absolute;
	background-color:#3a5ae4;
	width:887px;
	height:550px;
	transform: skew(145deg)  translate(-330px, 0);
	overflow: hidden;
}

.diago2-wrapper{
	position:absolute;
	background-color:#3a5ae4;
	width:887px;
	height:550px;
	transform: skew(-35deg)  translate(550px, 0);
	overflow: hidden;
}

.big-wrapper .right {
	left:0px;
	top:0;
	position:absolute;
	width:887px;
	height:550px;
	background-repeat:no-repeat;
	background-position:center right;
	background-size: 100% 100%;
	transform: skew(35deg) translate(-540px, 0);
}

#loginForm .left {
	left:0;
	top:0;
	position:absolute;
	width:887px;
	height:550px;
}

#loginForm .login-row1{
	width:400px;
}

#loginForm .login-row2{
	width:336px;
}

#loginForm .login-row3{
	width:316px;
	color:#fff;
	font-size:14px;
}

#loginForm a{
	color:#fff;
}

#loginForm .systemNotice a{
	color:#333;
}
#loginForm input.checkbox[type="checkbox"] + .label::before {
	background:#fff;
}
#loginForm .login-row{
	margin-top:15px;
}

#loginForm .per{
	width:100%;
}

#loginForm .login-form-wrapper {
	margin-top: 35px;
	margin-left: 65px;
}

#loginForm input.loginText{
	transition:0.5s;
	background-color:transparent !important;
	border:none;
	color : #ffffff;
	border-bottom:1px solid #ffffff;
	/*height:40px;*/
	height:70px;
	box-sizing:border-box;font-size: 22px;
}

#loginForm input[type="text"]:focus, #loginForm input[type="password"]:focus{
	outline:none;
	background-color:transparent !important;
	border:none;
	color : #fffa69;
	border-bottom:1px solid #fffa69;
	height:70px;
	z-index:-1;/*label이 input에 가려지는 IE crossbrowsing문제 발생*/
}


#loginForm label{
	z-index:1;
	height : 70px;
}

.label{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

#loginForm #id+.label{
	background-position :0px -31px;
}

#loginForm #id:focus+.label{
	background-position : 0px 0px;
}

#loginForm #password+.label{
	background-position : -39px -31px;
}
#loginForm #password:focus+.label{
	background-position : -39px 0px;
}

#loginForm #id+.label,
#loginForm #id:focus+.label,
#loginForm #password+.label,
#loginForm #password:focus+.label
{
	width:39px;
	height:31px;
	background-image: url('images/loginIcon.png') !important;
	background-repeat:no-repeat;
}

#loginForm input[type="text"],
#loginForm input[type="password"]{
	padding-left:60px;
}

#loginForm input.checkbox[type="checkbox"]:checked+.label::before, #loginForm input.radio[type="radio"]:checked+.label::before {
	color: #3a5ae4;
	background: #fffa69;
	border-color: #fffa69;
	line-height: 16px;
}

#loginForm input.checkbox[type="checkbox"]+.label::before, #loginForm input.radio[type="radio"]+.label::before {
	background: #3a5ae4;
	border-color: #fff;
	box-shadow: none;
	color: #fff;
	font-size: 10px;
}

#loginForm label.id, #loginForm label.pw{
	font-size: 24px;
}


#loginForm .sliced-border.left{
	position:absolute;
	width:1000px;
	height:600px;
	left: -100px;
	top : -100px;
}

#loginForm .sliced-border.right{
	position:absolute;
	width:1000px;
	height:600px;
	left: 100px;
	top : 100px;
}


.s
{
	float:left;
	position:absolute;
}
.s1{
	top:100px;
	left:0;
	transition:top 0.5s ease;
	height: 267px;
	margin-left:100px;
	width: 2px;
	background-color: #3a5ae4;
}

.big-big-wrapper.left.sliced .s1{
	top:60px;
	height: 267px;
}

.s2{
	top: 266px;
	margin-left:100px;
	transition:left 0.5s ease;
	margin-top: 382px;
	width: 275px;
	height: 2px;
	left:0px;
	background-color:#3a5ae4;
}


.big-big-wrapper.left.sliced .s2{
	top: 266px;
	left:-40px;

}

.s3{
	transition:top 0.5s ease , left 0.5s ease;
	width: 2px;
	transform: skew(145deg) translateX(358px);
	height: 300px;
	top: 100px;
	left: 383px;
	background-color:#3a5ae4;
}


.big-big-wrapper.left.sliced .s3{
	top:60px;left: 412px;
	transform: skew(145deg) translateX(358px);
}

.s4{
	position:absolute;
	height:2px;
	width:50px;
	top: -100px;
	transition:top 0.5s ease , left 0.5s ease ;
	left: 185px;
	background-color:#3a5ae4;
}

.big-big-wrapper.sliced .s4{
	top: -100px;
	left: 280px;
}

.s5{
	transition:top 0.5s ease;
	position:absolute;
	height:275px;
	width:2px;
	top:0;
	left:285px;
	background-color:#3a5ae4;
}

.big-big-wrapper.sliced .s5{
	top:210px;
	left:285px;
}


.s3:before{}
.s3:after{}

.ss{
	width: 367px;
}
.sss{
	left:500px;
	width:144px;
}
.s:after{
	clear:both;
	display:block;
	content:'';
}


.btn-wrapper{
	position:absolute;
	width:100px;
	height:100px;
	border:none;
	color:white;
}

.btn-wrapper:before{

}


.submit-wrapper{
	position: absolute;
	height: 100px;
	border: none;
	color: white;
	left: 410px;
	top: 372px;
	z-index:1;
}

#loginForm .submit-wrapper.error{
	cursor: pointer;
}

#loginForm .submit-wrapper #loading {
	display:none;
	z-index: 1;
	position: absolute;
	width: 60px;
	height: 60px;
	border: 2px solid rgba(255,255,255,.3);
	border-radius: 50%;
	border-right-color: #fff;
	border-left-color: #fff;
	border-bottom-color: #fff;
	left: 18px;
	top: 18px;
	transition:0.2s;
}

#loginForm .submit-wrapper.loading #loading{
	animation:bigger 0.3s ease, spin 1.2s 0.3s ease infinite;
}

#loginForm .submit-wrapper #btn-login{
	position: absolute;
	left: 0;
	top: 0;
}

#loginForm .submit-wrapper.loading #btn-login:after{
	animation:smaller 0.5s;
	opacity:0;
}


#loginForm .btn-wrapper.sliced #btn-login{
	animation:bigger 0.7s;
}


#loginForm .submit-wrapper.loading #btn-login:after{
	opacity: 0;
}

#loginForm .submit-wrapper.error #btn-login:after{
	opacity: 0;
}


#loginForm .submit-wrapper.error #btn-login{
	z-index:-1;
}

#loginForm .submit-wrapper.success #btn-login:before{
	background-color:#00bcd4;
}

#loginForm .submit-wrapper.success #btn-login:after{
	transition:0.3s;
	background-color:#eb206d;
	background:url('images/btnChecked.png') no-repeat center center, #eb206d;
	animation: bigger 0.3s;
}

#loginForm .submit-wrapper.success #btn-login{
	transition:0.3s;
	background-color:#eb206d;
}
#loginForm #btn-login:after{
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	content:'';
	position:absolute;top: -1px;
	left: -1px;
	transition:0.3s;
	background-color:#eb206d;
	background:url('images/logoLogin.png') no-repeat center center, #eb206d;
	border-radius: 100%;
	width:100px;
	height:100px;
	opacity:1;
	transform-origin:center center;
}

#loginForm #btn-login{
	transition:0.3s;
	background-color:#eb206d;
	border:1px solid transparent;
	border-radius: 100%;
	width:100px;
	height:100px;
	opacity:1;
	transform-origin:center center;
	animation-fill-mode:forwards;
}


#loginForm .submit-wrapper.loading .errorMsg{
	transition:none;
}

#loginForm .submit-wrapper.loading .errorMsg:after{

}
#loginForm .submit-wrapper.loading .errorMsg:before{

}

#loginForm .submit-wrapper.error .errorMsg{
	display:block;
	z-index:2;
	height:100px;
	text-align: center;
	box-sizing: border-box;
}

#loginForm .submit-wrapper.error .errorMsg>div {
	display: block;
	left: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	vertical-align: middle;
	padding-left: 27px;
	padding-right: 27px;
}

#loginForm .submit-wrapper .errorMsg:before{
	content:'';
	display:inline-block;
	width:200px;
	height:100px;
	transition:0.5s;
	width:0px;
	background-color:#eb206d;
	margin-left: 50px;
}


#loginForm .submit-wrapper.error .errorMsg:before{
	vertical-align: center;
	width: 250px;
	z-index:2;
	height:100px;
	text-align: center;
	box-sizing: border-box;
}




#loginForm .submit-wrapper .errorMsg:after{
	position:absolute;
	top:0px;
	left:0px;
	transition:0.5s;
	content:'';
	display:inline-block;
	margin-left:0px;
	width:100px;
	height:100px;
	border-radius: 100%;	background-color:#eb206d;
	border:1px solid transparent;
	z-index: -1;    line-height: 1;
	margin-right: 8px;
	padding: 11px 15px;
	box-sizing: border-box;
}

#loginForm .submit-wrapper.error .errorMsg:after{
	left: 250px;
}


@keyframes loginAnima {
	0% {
		opacity: 0.5;
		transform: scale(1);
	}

	30% {
		opacity: 1;
		transform: scale(1) rotateX(180deg);
	}

	100% {
		opacity: 1;
		transform: scale(1) rotateX(360deg);
	}
}

#loginForm .submit-wrapper.loading #loading{
	display:inline-block;
}

#loginForm .logininfo{
	font-style:normal;
	color:white;
	margin-left:65px;
	position: absolute;
	bottom: 34px;
	line-height:1;
}

@keyframes spin {
	to { transform: rotate(360deg); }
}


@-webkit-keyframes spin {
	to { transform: rotate(360deg); }
}


@keyframes bigger {
	0% { transform: scale(0); }
	100% { transform: scale(1); }
}
@keyframes smaller {
	0% { transform: scale(1); }
	100% { transform: scale(0); }
}


@keyframes visibler {
	0% { opacity:0; }
	100% { opacity:1; }
}

/* chrome autocomplete 노랑색으로 변하는 이벤트 차단*/

#loginForm input:-webkit-autofill,
#loginForm input:-webkit-autofill:hover,
#loginForm input:-webkit-autofill:focus
#loginForm input:-webkit-autofill,
#loginForm textarea:-webkit-autofill,
#loginForm textarea:-webkit-autofill:hover
#loginForm textarea:-webkit-autofill:focus,
#loginForm select:-webkit-autofill,
#loginForm select:-webkit-autofill:hover,
#loginForm select:-webkit-autofill:focus {
	-webkit-text-fill-color: #fffa69 !important;
	-webkit-box-shadow: 0 0 0px 1000px transparent inset;
	transition: background-color 5000s ease-in-out 0s;
}

/*IE X버튼 차단*/
#loginForm input::-ms-clear {
	display: none;
}

/*IE password icon 차단*/
#loginForm input::-ms-reveal {
	display: none;
}

#loginForm .login-form-logo {
	position: relative;
	margin-left: 65px;
	bottom: 40px;
	text-align: left;
}

#loginForm .login-form-logo .login-form-logo-text{
	font-size: 20px;
	color: #ffffff;
	position: absolute;
	top: 75px;
}