@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
/* Reset */

html,

html {
    /* overflow-y: scroll; */
    font-size: 18px
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
form,
fieldset,
p,
button {
    margin: 0;
    padding: 0
}

body,
h1,
h2,
h3,
h4,
input,
button,
p,
a {
    font-size: 18px
}

.en{
	font-family: tahoma;
}
.ja{
	font-family: "Noto Sans KR", sans-serif !important;
}
.kr{
	font-family: "Noto Sans KR", sans-serif !important;
}
.zh-hans{
	font-family: "Noto Sans KR", sans-serif !important;
}
.zh-hant{
	font-family: "Noto Sans KR", sans-serif !important;
}

body {
	width: 100%;
    height: 100vh;
	 background-color: #000;
    text-align: center;
    *word-break: break-all;
    -ms-word-break: break-all;
  background:#0d0d0d url('https://common-cdn-api.s3.ap-northeast-1.amazonaws.com/3on3/balance%20patch/2023/0920/images/bg.jpg') center no-repeat;
  background-size: cover;
}

img,
fieldset,
iframe {
    border: 0 none
}

li {
    list-style: none
}

input,
select,
button {
    vertical-align: middle
}

img {
    vertical-align: top
}

i,
em,
address {
    font-style: normal
}

label,
button {
    cursor: pointer
}

button {
    margin: 0;
    padding: 0;
    background: none;
    outline: none;
    border: 0
}

a {
    font-weight: bold;
    color: #faba01;
    text-decoration: none
}

a:hover {
    font-weight: bold;
    color: #fd434e;
    text-decoration: none
}


.content {
  height: 100%;
  position: relative;
  text-align: center;
}

.section_main{
  position: relative;
  left: 0;
  top: 0;
  z-index: 200;
  width: 100%;
  height: 100vh;
 /* background: url('https://common-cdn-api.joycityglobal.com/3on3/cb/images/pattern.png') repeat left top;*/
}
.main_inCon{
  position: absolute;
  left: 0;
  top: 48%;
  margin: 0 0 0 0;
  width: 100%;
  z-index: 200;
  text-align: center;
  box-sizing: border-box;
}

.section_dec{
	position: relative;
	padding-top: 100px;
}
.section_dec p{
	padding-top: 40px;
	color:#fff;
	font-size:18px;
	font-weight: bold;
	line-height: 1.4em;
	padding-bottom: 150px;
}
.section_info{
	position: absolute;
    left: 0;
	width: 100%;
	text-align: center;
	height:auto;
}

#btn_top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 100;
}

@media all and (max-width:1341px) {
	.section_info img{
    width: 100%;
  }

}



/* 900px 이하일 때 */
@media all and (max-width:900px) {
	.main_inCon img{
    width: 80%;
  }
	.section_info img{
    width: 100%;
  }
		#btn_top{
		display: none;
	}
}

@media all and (max-width:900px) and (orientation: landscape) { 
  body{
    background-attachment: fixed;
  }
}


