
body {
	height: 100%;
	background: linear-gradient(45deg, #dfb2e9 0%, #77ade2 100%)
}

.login-cont-wrap {
	font-size: 14px;
	min-height: 650px
}
.login-cont-wrap::before {
	content: '';
	background: #dfb2e9;
	background: linear-gradient(45deg, #dfb2e9 0%, #77ade2 100%);
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

.cont-center {
	text-align: center;
	height: 90%;
	display: table;
	width: 100%;
	position: absolute
}

.cont-middle {
	vertical-align: middle;
	display: table-cell;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.login-circle {
	z-index: 1;
	width: 100%;
	position: relative;
	border-radius: 20px;
	max-width: 560px;
	margin: 0 auto;
	padding: 109px 0 70px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-height: 560px;
	height: 100%;
	text-align: center;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

.login-circle::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 100%;
	border-radius: 100%;
	background-color: #3a7ee1;
	width: 100%;
	display: inline-block;
	z-index: -1
}

.lgn-content {
	position: relative;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.lgn-tit {
	font-size: 10em;
	color: #4a0196;
	opacity: .66;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	z-index: 2;
	font-family: "Gmarket Sans";
	font-weight: 600;
	line-height: 130%;
	letter-spacing: -3px;
	-webkit-transition: .3s ease;
	transition: .3s ease
}

.txt-lgn-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.lgn-logo {
	position: relative;
	left: 48%;
	transform: translateX(-50%);
	width: 500px;
	height: 85px;
	background: url("../images/common/logo.svg") no-repeat center;
	background-size: contain;
	text-indent: -99999px;
	display: inline-block;
}

.login-circle-txt {
	max-width: 440px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto
}

.lgn-input-wrap {
	padding: 0 20px;
	margin-top: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px
}

.lgn-input-wrap .item {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #fff;
	text-align: left;
	font-size: 0;
	margin-top: 13px
}

.lgn-input-wrap .item:first-child {
	margin-top: 0
}

.lgn-input-wrap .item>* {
	font-size: 1.71em
}

.lgn-input-wrap .item label {
	color: #062b61;
	vertical-align: middle;
	display: inline-block;
	width: 70px;
	font-size: 24px;
	font-weight: 500
}

.lgn-input-wrap .item .inp-box {
	vertical-align: middle;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: calc(100% - 70px)
}

.lgn-input-wrap .item .lgn-inp {
	display: inline-block;
	font-size: 24px;
	background-color: transparent;
	width: 100%;
	border: 0;
	outline: none;
	font-weight: 300;
	color: #000
}

.lgn-input-wrap .item select.lgn-inp {
	min-width: auto;
	font-size: 20px
}

.lgn-input-wrap .lgn-btn-box {
	margin-top: 20px
}

.lgn-input-wrap .lgn-btn {
	-webkit-transition: .3s ease;
	transition: .3s ease;
	font-size: 1.88em;
	font-weight: 400;
	width: 100%;
	background-color: #1f5ab0;
	color: #fff;
	border-radius: 100px;
	height: 82px;
	display: inline-block
}

.lgn-input-wrap .lgn-btn::after {
	content: '';
	-webkit-transition: .3s ease;
	transition: .3s ease;
	display: inline-block;
	width: 11px;
	height: 21px;
	background: url("../images/common/ico_arrow.png") no-repeat center;
	vertical-align: middle;
	margin-left: 18px
}

.lgn-input-wrap .lgn-btn:hover {
	background-color: #154da0
}

.lgn-input-wrap .lgn-btn:hover::after {
	margin-left: 25px
}

.lgn-bottom-txt {
	color: #062b61;
	margin-top: 26px;
	font-size: 1.71em
}

.lgn-footer {
	margin: 34px auto 0;
	max-width: 1000px;
	width: 100%
}

.circle-txt-wrap {
	font-size: 1.25em;
	width: 1200px;
	padding-top: calc(100% + 30px);
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
	padding-bottom: 30px
}

.circle-txt {
	font-size: 1.25em;
	color: #062b61
}

.add-logo-wrap li {
	display: inline-block;
	margin: 0 20px;
	vertical-align: middle
}

.add-logo-wrap a {
	display: block
}

.add-logo-wrap img {
	width: 125px
}

.lgn-inp:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px #3a7ee1 inset;
	-webkit-text-fill-color: #000
}

.lgn-inp:-webkit-autofill, .lgn-inp:-webkit-autofill:hover, .lgn-inp:-webkit-autofill:focus,
	.lgn-inp:-webkit-autofill:active {
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s
}

@media screen and (max-width: 1200px) {
	.lgn-tit {
		font-size: 5em
	}
	.circle-txt br {
		display: none
	}
	.circle-txt-wrap {
		width: 100%
	}
}

@media screen and (max-width: 768px) {
	.login-circle-txt {
		max-width: 370px
	}
	.lgn-bottom-txt {
		font-size: 1.5em
	}
}

@media screen and (max-width: 500px) {
	.lgn-tit {
		font-size: 3em
	}
	.lgn-logo {
		width: 330px;
	}
	.login-circle {
		padding-bottom: 30px;
		background-color: #3a7ee1;
		padding-top: 40px
	}
	.login-circle::before {
		border-radius: 20px;
		padding-top: 0;
		opacity: 0
	}
	.circle-txt-wrap {
		position: absolute;
		left: 0;
		width: 100%;
		top: calc(100% + 30px);
		padding-top: 0;
		-webkit-transform: none;
		transform: none
	}
	.circle-txt {
		font-size: 15px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 10px
	}
	.lgn-input-wrap .lgn-btn {
		font-size: 1.3em;
		height: 52px
	}
	.lgn-bottom-txt {
		font-size: 1.3em
	}
	.lgn-footer {
		margin-top: 15px
	}
	.lgn-content {
		padding-bottom: 100px
	}
	.lgn-input-wrap .item label {
		font-size: 17px
	}
	.add-logo-wrap li {
		margin: 0 5px
	}
}

@media screen and (max-height: 650px) {
	.lgn-content {
		margin-top: 50px
	}
}