
body.login {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../../img/hs/bg_login_rolex.png) bottom no-repeat, linear-gradient(to bottom, #191619, #555555);
	background-size: 100% 100%, cover; /* °¡·Î´Â 100%, ¼¼·Î´Â auto, ±×¶óµ¥ÀÌ¼ÇÀº cover */
	background-repeat: no-repeat; /* ÀÌ¹ÌÁö ¹Ýº¹ ¹æÁö */
}

@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: 86px;left: auto;padding: 0;background: rgba(0, 0, 0, 0);}

body.login > section > h2 {
	display: block;
	background: url(../../img/hs/logo_rolex.png?v=2) center bottom no-repeat;
	width: 60%;
	height: 150px;
	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/main_bg_thx.png) #191619 center top no-repeat;
	background-size: 100% 132%;
}

.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 / 67%);
	backdrop-filter: blur(1px);
}

header>.container {
	overflow:hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

	header > .container .logo {
		position: relative;
		top: 0px;
		left: 4%;
		width: 280px;
		height: 92px;
		background-image: url(../../img/hs/logo_rolex.png?v=2);
		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}

/*.main .notice_text>div{width:1200px;margin:0 auto;position:relative;}
.main .notice_text>div:before{content:'';position: absolute;bottom: -107px;left: -80px;background: url(../../img/hs/img_nwm_left.png) 0 0 no-repeat;background-size: contain;width: 370px;height: 340px;pointer-events: none;user-select: none;z-index: -1;animation: float-ani 1.3s both ease;}
.main .notice_text>div:after{content:'';position: absolute;bottom: -90px;right: -140px;background: url(../../img/hs/img_nwm_right.png) 0 0 no-repeat;background-size: contain;width: 370px;height: 340px;pointer-events: none;user-select: none;z-index: -1;animation: float-ani 1.3s both ease}*/
/*.main .notice_text{display:none}*/
/*.main .container{padding-top:30px;}*/