@charset "UTF-8";

*,
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 16px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    height: 100%;
    
}

ul,
ol,
li {
    list-style-type: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    word-break: break-all;
}

table th,
table td {
    vertical-align: middle;
}

legend,
caption,
.skip,
.hidden {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    font-size: 1;
    line-height: 0;
    overflow: hidden;
}

a:link,
a:visited {
    text-decoration: none;
}

em,
address {
    font-style: normal;
}

img {
    vertical-align: top;
}

button,
input {
    cursor: pointer;
}

.wrap {
    position: relative;
    max-width: 2560px;
    
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

/* 헤더 */
.header {
    z-index: 10;
    position: absolute;
    top: 20px;
    width: 100%;
    padding: 10px 50px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
}


.logo > a {
  position: relative;
  display: block;
  width: 225px;
  height:82px;
  background: url("../images/logo.png") no-repeat center;
 background-size:cover;
}



.menu-wrap {
    padding-top:5px;
}

.menu {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.menu__button {
  float: left;
}

.menu__button--1 {
  width: 234px;
  height: 54px;
    margin-right: 11px;
}
.menu__button--1 a{
    background:url('../images/right_menu_start.jpg') no-repeat center;
}

.menu__button--2 {
  width: 54px;
  height: 54px;
}
.menu__button--2 a{
    background:url('../images/right_menu_home.jpg') no-repeat center;
}
.menu__button--3 {
  width: 54px;
  height: 54px;
  margin-left: 11px;
  
}
.menu__button--3 a{
  background:url('../images/right_menu_login.jpg') no-repeat center;  
}

.menu__button--4 {
    float: right;
  width: 147px;
  height: 29px;
  margin-top: 11px;
  clear: both;
  background:url('../images/right_menu_close.png') no-repeat center;
}


.menu__button > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.install {
  position: absolute;
  display: none;
  width: 232px;
  height: 146px;
  background-image: url("https://common-cdn-api.joycityglobal.com/fs2/resources/renew_9/images/install.jpg");
  background-repeat: no-repeat;
}

.install > a {
  position: absolute;
  display: block;
}

.install__button {
  left: 2px;
  bottom: 2px;
  width: 228px;
  height: 50px;
}

.install__close-button {
  right: 2px;
  top: 2px;
  width: 24px;
  height: 24px;
}

/* 메인 */
.main {
    position: relative;
    width: 100%;
    height: 930px;
    overflow: hidden;
    background-image: url("../images/intro_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.main__area {
    position: relative;
    width: 1200px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;

}

.scroll_wrap {
    position: relative;
    margin-top: 880px;
    width: 50px;
    height: 50px;
    text-align: center;


}

a.scroll_down {
    color: #fff;
    font-size: 18px;
    opacity: 0.6;
}

a.scroll_down:hover {
    opacity: 1;
}

a.scroll_down span {
    position: absolute;
    bottom: 70px;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}

a.scroll_down span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
}

a.scroll_down span::after {
    position: absolute;
    bottom: -18px;
    left: 50%;
    width: 18px;
    height: 18px;
    content: '';
    margin-left: -9px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

@-webkit-keyframes sdb {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


/* 푸터 */
.footer {
    position: relative;
    width: 100%;
    height: 110px;
    overflow: hidden;
    background-color: #20232b;
}



/* 암막효과 */
.dim {
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

/*top 버튼*/





/*sub2*/
.section1 {
    position: relative;
    width: 100%;
    height: 1616px;
    overflow: hidden;
    background: url("../images/section_1.png") no-repeat center;
}

.section2 {
    position: relative;
    width: 100%;
    height: 2226px;
    overflow: hidden;
    background: url("../images/section_2.png") no-repeat center;
}
.section3 {
    position: relative;
    width: 100%;
    height: 1118px;
    overflow: hidden;
    background: url("../images/section_3.png") no-repeat center;
}
.section4 {
    position: relative;
    width: 100%;
    height: 1238px;
    overflow: hidden;
    background: url("../images/section_4.png") no-repeat center;
}
.section4_open {
    position: relative;
    width: 100%;
    height: 1880px;
    overflow: hidden;
    background: url("../images/section_4_new.png") no-repeat center;
}

.navi_cont{
    position:fixed; 
    top:50%; 
    right:30px;
	width: 225px;
	height: 341px;
    transform: translate(0%,-50%);
	background: url("../images/rnb_bg.png") no-repeat center;
}
.navi_cont ul{
    position: relative;
    /*background:rgba(145,106,255,0.8);*/
   padding:10px 10px 0;;
}

.navi_cont ul li{
     width:100%;
    
    display: flex;
    justify-content: center;
    align-items: center;

    
}


.navi_cont ul li a{
    width:182px;
    height:64px;
    position:relative;
    display: block;
    border-bottom:1px solid #3f218e;
    
}
.navi_cont ul li:nth-child(1) a{
    background: url(../images/bullet_menu_01.png) center no-repeat;
}
.navi_cont ul li:nth-child(2) a{
    background: url(../images/bullet_menu_02.png) center no-repeat;
}
.navi_cont ul li:nth-child(3) a{
   background: url(../images/bullet_menu_03.png) center no-repeat;
}
.navi_cont ul li:nth-child(4) a{
   background: url(../images/bullet_menu_04.png) center no-repeat;
 
}
.navi_cont ul li a:hover::after{
    content:"";
    position: absolute;
    right:0;
    top:0;
    display: block;
    width:214px;
    height:64px;
    
}
.navi_cont ul li:nth-child(1) a:hover::after{
    background: url('../images/bullet_menu_01_on.png') center no-repeat;
}
.navi_cont ul li:nth-child(2) a:hover::after{
    background: url('../images/bullet_menu_02_on.png') center no-repeat;
}
.navi_cont ul li:nth-child(3) a:hover::after{
    background: url('../images/bullet_menu_03_on.png') center no-repeat;
}
.navi_cont ul li:nth-child(4) a:hover::after{
    background: url('../images/bullet_menu_04_on.png') center no-repeat;
}
.navi_cont ul li.on a::after{
    content:"";
    position: absolute;
    right:0;
    top:0;
    display: block;
    width:214px;
    height:64px;
    
}
.navi_cont ul li:nth-child(1).on a::after{
    background: url('../images/bullet_menu_01_on.png') center no-repeat;
    
}
.navi_cont ul li:nth-child(2).on a::after{
    background: url('../images/bullet_menu_02_on.png') center no-repeat;
    
}
.navi_cont ul li:nth-child(3).on a::after{
    background: url('../images/bullet_menu_03_on.png') center no-repeat;
    
}
.navi_cont ul li:nth-child(4).on a::after{
    background: url('../images/bullet_menu_04_on.png') center no-repeat;
    
}
.top_btn_wrap{
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:10px;
    /*background:rgba(145,106,255,0.8);*/
}
.go_top{
    width:182px;
    height:36px;
    background: url(../images/go_top_btn.png) center no-repeat;    
    cursor:pointer;
}
.go_top:hover{
    background: url(../images/go_top_btn_hover.png) center no-repeat;
    
}
















