
body.login {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../../img/hs/bg_sanghan01_01.jpg) bottom no-repeat #1c1d21;
	background-size: cover;
}

@keyframes float-ani{
	0%{opacity:0;transform:translateY(10px);}
	100%{opacity:1;transform:translateY(0);}
}

@keyframes shine-ani{
	0%{filter:brightness(.9);}
	50%{filter:brightness(1.3);}
	100%{filter:brightness(.9);}
}

@keyframes float-ani2{
	0%{transform:translateY(20px);}
	50%{transform:translateY(0px);}
	100%{transform:translateY(20px);}
}

body.login>section {top: auto;bottom: 66px;left: auto;padding: 0;background: rgba(0, 0, 0, 0);}

body.login>section>h2 {
	display: block;
	background: url(../../img/hs/logo_sanghan01.png) center bottom no-repeat;
	width: 930px;
	height: 440px;
	animation: float-ani 1.3s both ease, shine-ani 2s both ease infinite;
	background-size: contain;
	margin-bottom: 108px;
}

body.login>section>div {
	width: 100%;
	position: relative;
}

body.login section form {
	width: 500px;
	padding: 30px;
	margin: 0 auto;
	text-align: center;
	border-radius: 8px;
	animation: float-ani 1s ease both .3s;
}

body.login section form input {
	width: 100%;
	height: 40px;
	margin: 3px auto;
}

body.login section form button {
	height: 50px;
	margin: 2px 1px;
}

body.login>section>div .btn_primary {
	width: 150px;
	color: #fff;
	border: 1px solid #000;
	background: url(../../img/hs/btn_bg_red.jpg) center center no-repeat;
	background-size: 100% 100%;
}

body.login>section>div .btn_secondary {
	width: 100px;
	color: #fff;
	background: url(../../img/hs/btn_bg_yello.jpg) center center no-repeat;
	background-size: 100% 100%;
}

body {
	height: 100%;
	background: url(../../img/hs/bg_sanghan01_02.jpg) #1c1d21 center top no-repeat;
}

.btn_primary {
	height: 30px;
	background-image: linear-gradient(to right, #f7be10 0%, #ff5625 51%, #f7be10 100%);	
	background-size: 200% auto;
	text-transform: uppercase;
	transition: 0.5s;
	color: #fff;
	padding: 0 1em;
}
.btn_secondary {
	height: 30px;
	background-image: linear-gradient(to right, #f180d1 0%, #5c95f4 51%, #f180d1 100%);
	background-size: 200% auto;
	text-transform: uppercase;
	transition: 0.5s;
	color: #fff;
	padding: 0 1em;
}
.btn_primary:hover, .btn_secondary:hover {
	background-position: right center;
}

/*.btn_gray {
	height: 24px;
	background: #444;
	color: #fff;
	border-radius: .3rem;
	font-size: 1rem;
	padding: 0 1.5em;
}*/

header {
	background: rgb(0 0 0 / 24%);
	backdrop-filter: blur(1px);
}

header>.container {
	overflow:hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header>.container .logo {
	position:relative;
	top: 0px;
	width: 420px;
	height: 122px;
	background-image: url(../../img/hs/logo_vertical_sanghan01.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	float: left;
	background-position: 0;
	margin-bottom: 10px;
	filter: drop-shadow(2px 4px 6px black);
}

header>.container .login {
	position: relative;
	z-index: 2;
	width: 697px;
	text-align: right;
	float: right;
}

.main .notice_text>div .btn_primary{color: #333;}

header>.container .login button{margin: 3px;}

header nav>ul>li{transition: all 0s ease}
header .notice_header ul li, .main .notice_text>div{text-shadow: 0 0 10px #000}

.btn_primary{background-image:linear-gradient(to right, #007eff 0%, #352284 51%, #251e32 100%);background-size:200% auto;}
.btn_secondary{background-image:linear-gradient(to right, #eb7700 0%, #dd3500 51%, #ff9800 100%);background-size:200% auto;}
section.sub .container{background:rgb(0 0 0 / 74%);}
.main .notice_text:after{height:30%;background:linear-gradient(to bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, .0));}