body.login {
	background: url(/image/mgmt/login/login-bg.jpg) no-repeat center / cover;
}
header.login {
	background: none;
	box-shadow: none;
}
header.login .head-logo {
	background: none;
	box-shadow: none;
	padding: 0;
}
header.login .head-lang {
	border: none;
	background: none;
	overflow: inherit;
}
header .head-lang li {
	font-size: 16px;
	width: 35px;
}
header .head-lang li a {
	position: relative;
	color: #888;
}
header.login .head-lang li.current a {
	background: none;
	color: #000;
	cursor: default;
	pointer-events: none;
}
header.login .head-lang li.current a::before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 10px;
	top: -3px;
	left: 50%;
	margin: 0 0 0 -3px;
	background: #28A584;
}
.ex-login main.login {
	background: none;
	padding: 80px 50px 50px 50px;
	margin: 0;
}
.ex-login .login-kv-logo {
	width: 100%;
	max-width: 440px;
	padding: 0;
	margin: 0 auto 40px;
}
.ex-login .login-kv-logo img {
	max-width: none;
}
.login-bg {
	position: relative;
  display: flex	;
  width: 100vw;
  max-width: 500px;
  height: calc(100vh - 215px);
  gap: 30px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.login-deco {
	position: absolute;
	margin: 0 auto;
	z-index: 1;
}
.login-main {
	position: relative;
	z-index: 2;
}
.deco-01 {
	max-width: 400px;
	top: calc(50% - 220px);
	left: -470px;
}
.deco-02 {
	max-width: 380px;
	top: calc(50% - -20px);
	right: -450px;
}
main.login form {
	border-radius: 20px;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 7%);
}
.item-content02 {
  background: #FFF;
  width: 468px;
  text-align: center;
  padding: 40px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #05172C;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
	border-radius: 20px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 7%);
}
main.login form dl:not(:last-child) {
  margin: 0;
}
input:-internal-autofill-selected {
  box-shadow: 0 0 0px 1000px #EBF5F0 inset;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="date"],
input[type="url"] {
	height: 50px;
	border: none;
	border-radius: 6px;
	font-size: 16px;
	padding-left: 15px;
	background: #EBF5F0;
}
main.login form .btn {
	width: 165px;
	height: 50px;
	background: linear-gradient(90deg, #28A584 0%, #40AECB 100%);
	box-shadow: none;
	transition: 0.3s ease;
	margin: 30px auto 0;
}
main.login form .btn:hover {
	opacity: 0.6;
}
.login-txtlink a {
	display: block;
	color: #000;
	margin: 35px 0 0 0;
}
footer {
	background: none;
}
footer .foot-copy {
	color: #498890;
	font-weight: normal;
}
main.login form .form-note {
	display: block;
	font-size: 12px;
}
.ttl-h2 {
	line-height: 1.2;
	font-size: 24px;
	font-size: 1.7142857143rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.ttl-h2-main {
	display: block;
}
.ttl-h2-en {
	display: block;
	font-size: 16px;
	margin: 10px 0 0 0;
}
.txt {
	font-size: 15px;
	font-size: 1.0714285714rem;
	line-height: 1.5;
	margin-bottom: 30px;
}
.ipt-submit .btn {
	width: 165px;
	height: 50px;
	background: linear-gradient(90deg, #28A584 0%, #40AECB 100%);
	box-shadow: none;
	transition: 0.3s ease;
	margin: 30px auto 0;
}