@charset "utf-8";

@font-face {
    font-family: 'Noto Sans KR';
    src: url(../../font/NotoSansKR-Regular.ttf) format("truetype");
}

@font-face {
    font-family: '비앤빛 라식체';
    src: url(../../font/BnviitLasik.ttf) format('truetype');
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans KR';
}

a:any-link {
    text-decoration: none;
}

ul {
    list-style: none;
}

img {
    vertical-align: top;
}

.hidden {
    position:absolute;
    text-indent: -9999px;
}

#fonT {
    font-family: '비앤빛 라식체';
}

/********************************************************/

#wrap {
    width: auto;
    min-width: 1280px;
    margin: 0 auto;
    background: url(../img/main_back.jpg) center;
    background-size: cover;
}

/********************************************************/

header {
    position: relative;
    width: 100%;
    background-color: #f4f4f4;
}

#headerimg {
    width: 100%;
    height: 200px;
    background: url(../img/headerback.png) repeat-x;
    background-size: contain;
    overflow: hidden;
}

#headerimg img {
    width: 1920px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}

/********************************************************/

#contentwrap {
    margin-top: -100px;
    width: 100%;
}

#banner {
    width: 100%;
    height: 550px;
    overflow: hidden;
    position: relative;
}

#banner > .slide {
    width: 300%;
    position: relative;
    left: 0;
}

#banner > .slide > li {
    float: left;
    width: 33.333333%;
    height: 550px;
}

#banner > .slide > li > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#banner > .slide > li > a > img {
    width: 1920px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.checkbtn {
    position: absolute;
    bottom: 30px;
    left: 49%;
    transform: translateX(-50%);
}

.checkbtn > li {
    float: left;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 30px;
    cursor: pointer;
}

li.check {
    background-color: red;
}

/********************************************************/

#game {
    width: 100%;
    height: 550px;
    background-color: #ccc;
}

#gametext {
    padding-top: 50px;
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

#gametext h3 {
    padding-bottom: 20px;
    font-size: 20pt;
    font-weight: 600;
}

#gametext a {
    position: absolute;
    bottom: 25px;
    right: 10px;
    font-size: 14pt;
    font-weight: 400;
    color: #4e4e4e;
}

.poster {
    width: 1280px;
    margin: 0 auto;
}

.poster li {
    width: 17.5%;
    float: left;
    margin-right: 3%;
}

.poster li:last-child {
    margin: 0;
}

.poster li img {
    width: 100%;
}

.poster li p {
    text-align: center;
    padding-top: 40px;
    color: #000;
    font-size: 16pt;
    font-weight: 500;
}

/********************************************************/

#homevideo {
    width: 100%;
    height: 880px;
}

#homevideo video {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1280px;
    border-radius: 30px;
}
