/* input 기본 스타일 초기화 */
input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear { display: none; }

/* input type number 에서 화살표 제거 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
/* Select box 스타일 초기화 */
select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

/* IE 에서 Select box 화살표 제거 */
select::-ms-expand { display: none; }

html {
	background: #001829;
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	height: 100vh;
	padding: 0;
	margin: 0;
}

.container input[type=button] {
	height: 50px;
	border-radius: 30px;
	background: #00dd11;
}

h1, h2, h3, h4, h5, h6, p {
	font-family: 'Noto Sans KR', sans-serif;
	color: #fff;
}

h1 {
	font-size: 90px;
	font-weight: 100;
	line-height: 100px;
}

h2 {
	font-size: 64px;
	font-weight: 100;
	line-height: 76px;
}

h3 {
	font-size: 46px;
	font-weight: 300;
	line-height: 50px;
}

h4 {
	font-size: 32px;
	font-weight: 300;
	line-height: 38px;
}

h5 {
	font-size: 22px;
	font-weight: 300;
	line-height: 26px;
}

h6 {
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
}

h1, h2 {
	text-shadow: 0px 0px 40px #0095ff;
	text-align: center;
}

.winnerCaption {
	position: relative;
	left: 0;
	top: -3px;
}

h1 {
	position: relative;
	top:-60px;
}

[class*="button-"] {
	width: 100%;
	height: 48px;
	background-color: #00dd11;
	color: #fff;
	border : none;
	border-radius: 6px;
	box-sizing: border-box;
	position: relative;
}

[class*="button-"]:hover {
	background-color: #03fc16;
}

[class*="button-"] label {
	font-family: 'Noto Sans KR', sans-serif;
	color: #001829;
	font-size: 30px;
	font-weight: 500;
	line-height: 24px;
}

.buttonAni {
	box-shadow: 0 0 20px #03fc16;
	-webkit-transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.h160 {
	height: 50px;
}

.textAlignCaption h4 {
	text-align: center;
}

.textAlignCaption h6 {
	text-align: right;
	color: rgba(255, 255, 255, 0.8);
}

h3 {
	text-align: left;
	line-height: 24px;
}


.noticeBoard {
	width: 100%;
	height: 280px;
	background: rgba(0, 0, 0, 0.2);
	margin-bottom: 100px
}

hr {
	color: #f5f5f5;
}

.pr30 {
	padding-right: 30px;
}

.pl30 {
	padding-left: 30px;
}

.textAlignCaption img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.bgChange {
	margin-top: 60px;
	margin-bottom: 60px;
	background: #0b3148;
}

.bgChange img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.h5UPposition h5 {
	position: relative;
	top: -25px;
}

.h5UPposition img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

.bgChange02 {
	margin-top: 90px;
	background: #0b3148;
}