
.hidden_scroll{
	overflow:hidden;
}
#intro_wrap{
	position:fixed;
	left:0;
	top:0;
	overflow:hidden;
	width:100%;
	height:100%;
	z-index:1100;
	font-size:16px;
	display:none;
}
#intro_wrap.play{
	display:block;
}
.halfbg {
    height: 50vh;
    width: 100%;
    background: #000;
}
.halfbg.top {
    position: absolute;
    top: 0;
    left: 0;
}

.halfbg.bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}

.abs {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
}
.abs2 {
    overflow: hidden;
    position: absolute;
    color: #fff;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrap1, .wrap2, .wrap3, .wrap4, .wrap5 {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
svg#raon_logo {
    height: 4vh;
    margin-left: 0.3vh;
    margin-top: 1.7vh;
}
svg#hexagon {
    height: 26%;
    z-index: 10;
}
svg#raon_logo .cls-1 {
    fill: #fff;
}
svg#R {
    height: 6.3%;
    margin-left: 12vh;
    margin-top: 6.2vh;
}


/* #0 - about raon txt */

@font-face {
    font-family: 'nexon';
    src: url('./fonts/NEXON\ Lv1\ Gothic\ Low\ OTF.woff') format('woff');
    font-weight: normal;
}
@font-face {
    font-family: 'nexon';
    src: url('./fonts/NEXON\ Lv1\ Gothic\ Low\ OTF\ Bold.woff') format('woff');
    font-weight: bold;
}

/*크롬 첫 문구 나오는 시간*/
.wrap4 .block {
    width: 100%;
    opacity: 1;
    margin-top: -4vh;
    animation: showUp 3s ease-out 0s forwards;
}
@keyframes showUp {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.wrap4 .letter {
    font-size: 1.5em;
    font-family: 'nexon';
    letter-spacing: -0.03em;
    fill: #fff;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.wrap4 .mobile {
    display: inline;
}
.wrap4 .big-txt{
    font-size: 1.5em;
    text-align: center;
    width: 100%;
}
.wrap4 .big-txt .letter{
    font-weight: bold;
    letter-spacing: -0.03em;
}

.wrap4 .letter.pd {
    padding: 0 2%;
}
.wrap4 .top-txt {
    text-align: center;
    padding-right: 24.5em;
    margin-bottom: 3vh;
}
.wrap4 .term {
    width: 0.5%;
    display: inline-block;
}
@media only screen and (max-width: 1024px) {
    body {
        font-size: 14px;
    }
    .wrap4 .top-txt {
        text-align: center;
        padding: 0;
    }
    .wrap4 .big-txt {
        font-size: 1.4em;
        text-align: center;
        width: 100%;
        line-height: 2.2em;
    }
    .wrap4 .mobile {
        display: block;
        margin-top: 0.14em;
    }
    .wrap4 .block {
        width: 100%;
        margin-top: 0;
    }
}
@media only screen and (max-width: 640px) {
    body {
        font-size: 10px;
    }
	.wrap4 .big-txt {
        font-size: 1em;
    }
}












/* #1 - logo show */
.wrap1 {
    animation: show 1.2s ease-out 2.8s forwards;
    opacity: 0;
}
@keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
}

/* #2 - logo out */
svg#raon_logo {
    animation: outAni 0.5s ease-out 4s forwards;
}
@keyframes outAni {
    0% {opacity: 1;}
    100% {opacity: 0;}
}




/* #3 - hexagon draw */
svg#hexagon .cls-2 {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: 1.5s cubic-bezier(0.55, -0.01, 0.27, 0.97) 3.5s 1 normal forwards running dash
}
@keyframes dash {
    from {
      stroke-dashoffset: 1000;
    }
    to {
      stroke-dashoffset: 0;
    }
}


/* #4 - x draw */
svg#hexagon .cls-3 {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
	animation: xani 1.8s ease-in-out 4s forwards
}
@keyframes xani {
    from {
      stroke-dashoffset: 1000;
    }
    to {
      stroke-dashoffset: 0;
    }
}

/* #5 - R writing */
svg#R .cls-5 {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
	animation: rAni 1.8s ease-in-out 5s forwards;
}
@keyframes rAni {
    from {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
    }
}


/* #7 - all hide */
.abs {
    animation: hideAni 0.8s cubic-bezier(0.21, 0.81, 1, 1) 6s forwards;
}
@keyframes hideAni {
    from {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
    to {
        opacity: 0;
        -webkit-filter: blur(3px);
        filter: blur(3px);
    }
}

#contents {
    width: 100%;
    height: 100%;
    background: #558879;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3em;
    color: #fff;
}






/* 익스 버전 */
.ie_symbol{display:none;}
body.browser_ie .ie_symbol{
	display:block; 
	position:absolute;
	left:50%; 
	top:50%; 
	margin-left:-75px;
	margin-top:-75px; 
	width:150px; 
	opacity:0;
}

body.browser_ie .abs, 
body.browser_ie .abs2, 
body.browser_ie .halfbg {
	
}
/*
body.browser_ie .ex {
    background: #000;
    display: block;
}
body.browser_ie .ex svg#raon_logo {
    min-height: 37px;
    animation: hideAni 1s ease-out 2s forwards !important;
}
body.browser_ie .ex .wrap1 {
    animation: show 1s ease-out 0s forwards;
    opacity: 0;
}
*/
body.browser_ie .ie_symbol{
	animation: show 1s ease-out 2.8s forwards;
}

body.browser_ie .ie_symbol img{
	animation: hideAni 1.5s ease-out 4s forwards;
}

body.browser_ie .abs {
   display:none;
}

