/*풀페이지 스크롤 효과*/
html,
body {
    width: 100%;
    height: 100vh;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    font-family: 'Noto Sans KR', sans-serif;
}

#fullpage {
    position: relative;
    top: 0px;
    z-index: 9;
    width: 100%;
    height: 100%;
}

.fullsection {
    width: 100%;
    height: 100%;
    position: relative;
}

.full1 {
    background-image: url(../img/main_bg.jpg);
    background-size: cover;
}

.full2 {
    background-image: url(../img/main_banner_bg.jpg);
    background-size: cover;
}

.full2 {}

ul.marketing_bg {}

ul.marketing_bg li {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: 100%;
    display: none;
}

ul.marketing_bg li.on {
    display: block;
}

ul.marketing_bg li img {
    width: 100%;
    height: 100%;
}

.full4 {
    background-image: url(../img/fullPage_bg03.jpg);
    background-size: cover;
}

.full5 {
    background-image: url(../img/fullPage_bg04.jpg);
    background-size: cover;
}

.full5 {
    background: #fff;
    background-size: cover;
}

#fullpage>span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 4em;
    font-weight: bold;
}

.full2 span {
    color: #000;
}

/*풀페이지 불릿*/
.fullpage_num ul,
.fullpage_num li {
    margin: 0;
    padding: 0;
    list-style: none
}

.fullpage_num {
    position: fixed;
    right: 50%;
    top: 50%;
    transform: translate(620px, -50%);
    z-index: 1000000
}

.fullpage_num li {
    width: 6px;
    height: 6px;
    margin-bottom: 20px;
    border-radius: 15px;
    background-color: #ccc;
    cursor: pointer;
}

.fullpage_num ul li.on {
    background: #e60012;
}