@charset "utf-8";
body {
    color: #a4a4a4;
    font-family: Dotum,Helvetica,AppleGothic,Sans-serif;
    font-size: 12px;
    line-height: 16px
}

button {
    border: 0;
    background: transparent;
    cursor: pointer
}

img {
    border: 0 none;
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
dl {
    margin: 0;
    padding: 0
}

ul,
dl,
ol {
    list-style: none
}

* {
    -webkit-text-size-adjust: none
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
    overflow-y: hidden !important
}

body {
    background-color: #0e1022;
}

a {
    color: #5b5b5b
}

#div_nctop {
    min-width: 1130px;
    margin: 0;
    padding: 0
}

#wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 3;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.containerG{
	overflow-y:hidden !important;
}
.mov {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}
.movie {
    position: absolute;
    width: 100%;
    height: 100%;
}

.movie video {}

.mov .pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: url("/pr/aion/update/immortal/img/pattern.png") no-repeat 0 0;
	background-size:100% 100%;
}

.bg li {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden
}

.bg .bgZoom {
    width: 100%;
    height: 100%
}

.bg .bgZoom img {
    position: absolute;
    left: 0;
    top: 0
}
.bg li:after{
	content:"";
	display:block;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
	opacity:0;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	-webkit-transition: opacity 1s;
    transition: opacity 1s;
}
.bg .scene01 {
    /*background: url("/pr/aion/update/immortal/img/bg_01.jpg") 50% 0 no-repeat*/
}

.bg .scene0201 {
    background: url("/pr/aion/update/immortal/img/bg_0201.jpg") 50% 33px no-repeat
}
.bg .scene0201.blur:after {
	opacity:1;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    background: url("/pr/aion/update/immortal/img/bg_0201_blur.jpg") 50% 33px no-repeat
}

.bg .scene0202 {
    background: url("/pr/aion/update/immortal/img/bg_0202.jpg") 50% 33px no-repeat
}
.bg .scene0202.blur:after {
	opacity:1;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    background: url("/pr/aion/update/immortal/img/bg_0202_blur.jpg") 50% 33px no-repeat
}

.bg .scene0203 {
    background: url("/pr/aion/update/immortal/img/bg_0203.jpg") 50% 33px no-repeat
}
.bg .scene0203.blur:after {
	opacity:1;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    background: url("/pr/aion/update/immortal/img/bg_0203_blur.jpg") 50% 33px no-repeat
}

.bg .scene03 {
    background: url("/pr/aion/update/immortal/img/bg_03.jpg") 50% 33px no-repeat
}

.bg .scene0401 {
    background: url("/pr/aion/update/immortal/img/bg_0401.jpg") 50% 33px no-repeat
}
.bg .scene0402 {
    background: url("/pr/aion/update/immortal/img/bg_0402.jpg") 50% 33px no-repeat
}

#header {
    position: relative;
    margin: 0 auto;
    z-index: 900
}

#header .go-index {
    display: block;
    position: absolute;
    top: 49px;
    left: 139px;
    width: 140px;
    height: 25px;
    z-index: 900;
    background: url("/pr/aion/update/immortal/img/bi.png") no-repeat 0 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
	display:none;
}

#header .go-homepage {
    display: block;
    position: absolute;
    top: 48px;
    left: 48px;
    width: 71px;
    height: 25px;
    background: url("/pr/aion/update/immortal/img/ci.png") no-repeat 0 0;
    z-index: 1000;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
}

#header .sns {
    display: none;
    position: absolute
}

#overflow-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

#scroll-container {
    position: relative;
    top: 0
}

#scroll-container .section {
    opacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
    overflow: hidden
}

#scroll-container .section.active {
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible
}

.h-scroll-control-ui {
    position: relative;
    height: 100%
}

.h-scroll-control-ui.full-width {
    top: 0;
    left: 0;
    width: 100%
}

.h-scroll-control-ui.full-height {
    top: 0;
    left: 0;
    height: 100%
}

.h-scroll-control-ui .subnav, 
.h-scroll-control-ui .subnav2 {
    position: absolute;
    top: 185px;
    left: 0;
    height: 28px;
    margin: 0;
    z-index: 1002;
    display:inline-block;
	padding-left:50px;
	border-bottom:1px solid rgba(255,255,255,0.1);
}

.h-scroll-control-ui .subnav li,
.h-scroll-control-ui .subnav2 li{
    float: left;
    height: 100%;
	margin-right:30px;
}
.h-scroll-control-ui .subnav li:last-child,
.h-scroll-control-ui .subnav2 li:last-child{
	margin-right:0;
}
.h-scroll-control-ui .subnav a,
.h-scroll-control-ui .subnav2 a{
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
	vertical-align:middle;
	text-decoration:none;
	position:relative;
	background:url("/pr/aion/update/immortal/img/menu.png") no-repeat 0 0;
}
.h-scroll-control-ui .subnav a:after,
.h-scroll-control-ui .subnav2 a:after{
	content:"";
	display:block;
	height:1px;
	width:0%;
	position:absolute;
	bottom:-1px;
	background:#3498db;
	-webkit-transition: width 0s;
    transition: width 0s;
}
.h-scroll-control-ui .subnav a.active,
.h-scroll-control-ui .subnav2 a.active{
	color:#3498db;
}
.h-scroll-control-ui .subnav a.active:after,
.h-scroll-control-ui .subnav2 a.active:after{
	width:100%;
	-webkit-transition: width 1s;
    transition: width 1s;
}
.h-scroll-control-ui .subnav a.m1{
	background-position:0 -500px;
	width:66px;
}
.h-scroll-control-ui .subnav a.m2{
	background-position:-100px -500px;
	width:71px;
}
.h-scroll-control-ui .subnav a.m3{
	background-position:-200px -500px;
	width:74px;
}
.h-scroll-control-ui .subnav a.m1.active{
	background-position:0 -550px;
}
.h-scroll-control-ui .subnav a.m2.active{
	background-position:-100px -550px;
}
.h-scroll-control-ui .subnav a.m3.active{
	background-position:-200px -550px;
}
.h-scroll-control-ui .subnav2 a.m1{
	background-position:-300px -500px;
	width:170px;
}
.h-scroll-control-ui .subnav2 a.m2{
	background-position:-500px -500px;
	width:164px;
}
.h-scroll-control-ui .subnav2 a.m1.active{
	background-position:-300px -550px;
}
.h-scroll-control-ui .subnav2 a.m2.active{
	background-position:-500px -550px;
}
.h-scroll-container {
    position: relative;
    display: block;
    height: 100%;
    *zoom: 1
}

.h-scroll-container:after {
    display: block;
    clear: both;
    content: ""
}

.h-scroll-container .contents {
    height: 100%;
    float: left;
    opacity: 0.5;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    visibility: visible
}

.h-scroll-container .contents.active {
    opacity: 1;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible
}
.info-date{
	position:absolute;
	z-index:100;
	top:-17px;
	right:-64px;
	background:url("/pr/aion/update/immortal/img/bg_ballon.png") no-repeat 0 0;
	width:94px;
	height:37px;
	text-align:center;
	line-height:27px;
	padding-bottom:6px;
	color:#fff;
	font-size:12px;
	font-weight:400;
	display:none;
	text-indent:0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

.ly-container{
	z-index: 10000;
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.ly-container.ly-movie{
	background-color: #000;
}
.ly-container .movie-fram{
	position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ly-container .movie-frame iframe{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.ly-container .ly-close {
    position: absolute;
    top: 60px;
    right: 50px;
    z-index: 1002;
    width: 38px;
    height: 38px;
    border: 0 none;
    background: url("/pr/aion/update/immortal/img/btn-close.png") no-repeat 0 0;
    font: 0/0 100%;
    text-indent: -9999px;
    color: transparent;
    white-space: nowrap;
    overflow: hidden;
}
.containerG  .closeG{
    width: 38px;
    height: 38px;
    background: url("/pr/aion/update/immortal/img/btn-close.png") no-repeat 0 0;
    top: 20px;
    right: 50px;
}
.containerG .imgPrevG{
    width:100px;
    height: 100px;
    margin-top:-50px;
}
.containerG .imgPrevG span{
    width: 50px;
    height: 100px;
    left:50px;
    /*opacity:1;filter:alpha(opacity = 100);*/
    background: url("/pr/aion/update/immortal/img/btn_slide_prev.png") no-repeat 0 0;
}
.containerG .imgNextG{
    width:100px;
    height: 100px;
    margin-top:-50px;
}
.containerG .imgNextG span{
    width: 50px;
    height: 100px;
    right:50px;
    /*opacity:1;filter:alpha(opacity = 100);*/
    background: url("/pr/aion/update/immortal/img/btn_slide_next.png") no-repeat 0 0;
}
.containerG .imgPrevG.highlightNavG span,
.containerG .imgNextG.highlightNavG span{
    /*opacity:1;filter:alpha(opacity = 100);*/
}
.containerG .imgPrevG.highlightNavG span{left:30px;}
.containerG .imgNextG.highlightNavG span{right:30px;}
#controller {
    position: fixed;
    right: 50px;
    width: 444px;
	display:none;
}

#controller ul {
    position: absolute;
    top: 40px;
    right: 0;
    width: 446px;
    z-index: 1002;
	overflow:hidden;
	border:1px solid #333;
}

#controller ul li {
    display: block;
	width: 148px;
    height: 42px;
    padding:0;
	float: left;
	border-right:1px solid #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
#controller ul li.m1,
#controller ul li.m2{
	width:149px;
}
#controller ul li.m3{
	border-right:0;
}

#controller ul a {
    display: block;
    width: 148px;
    height: 42px;	
	text-align:center;
    margin: 0;
    padding: 0;
	text-indent:-9999px;
    overflow: hidden;
	text-decoration:none;
	position:relative;
	background:url("/pr/aion/update/immortal/img/menu.png");
}
#controller ul li.active a{
	color:#fff;
}
#controller ul li.active a:after{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	transition:all 130ms cubic-bezier(.165,.84,.44,1);
	visibility:visible;
}
#controller ul li.m1 a{
	background-position:0 -400px
}
#controller ul li.m2 a{
	background-position:-150px -400px
}
#controller ul li.m3 a{
	background-position:-300px -400px
}
#controller ul li.m1.active a,
#controller ul li.m1 a:hover{
	background-position:0 -450px
}
#controller ul li.m2.active a,
#controller ul li.m2 a:hover{
	background-position:-150px -450px
}
#controller ul li.m3.active a,
#controller ul li.m3 a:hover{
	background-position:-300px -450px
}
#navigationList{
	position: fixed;
    right: 50px;
	bottom: 50px;
    width: 448px;
}
#navigationList .navigation-list{
	display:inline-block;
	width:448px;
	height:44px;
	vertical-align:top;
}
#navigationList .navigation-list > li{
	float:left;
}
#navigationList .navigation-list > li.n1{
}
#navigationList .navigation-list > li.n2{
	margin-left:-1px;
}
#navigationList .navigation-list > li.n3{
	margin-left:-1px;
}
#navigationList .navigation-list .navigation-list-item{
	width:150px;
	height:44px;
    position: relative;	
}
#navigationList .sub-navigation .sub-list-item{
	width:150px;
	height:44px;
    position: relative;	
}
#navigationList .navigation-list .navigation-list-item .menu,
#navigationList .navigation-list .navigation-list-item .button{
	position: relative;
	width:148px;
	height:42px;
	display:block;
	text-align: center;
    margin: 0;
    padding: 0;
    text-decoration: none;
	border:1px solid #333;
	z-index:51;
	background:url("/pr/aion/update/immortal/img/menu.png");
	text-indent:-9999px;
}
#navigationList .navigation-list .navigation-list-item .button{
	z-index:50;
}
#navigationList .navigation-list .navigation-list-item .menu{
	width:148px;
	height:42px;
	cursor:pointer;
}
#navigationList .navigation-list .navigation-list-item .menu span{
	position:relative;
	z-index:51;
}
#navigationList .navigation-list .navigation-list-item.active .menu,
#navigationList .navigation-list .navigation-list-item .sub-navigation .sub-list-item .group-sns:hover,
#navigationList .sub-navigation .sub-list-item > .button:hover{
	color:#fff;
	background-color:rgba(0,0,0,0.5);
}
#navigationList .navigation-list .navigation-list-item .nm1{
	background-position: 0 0;
}
#navigationList .navigation-list .navigation-list-item .nm101{
	background-position: 0 -50px;
}
#navigationList .navigation-list .navigation-list-item .nm102{
	background-position: 0 -100px;
}
#navigationList .navigation-list .navigation-list-item .nm103{
	background-position: 0 -150px;
}
#navigationList .navigation-list .navigation-list-item .nm104{
	background-position: 0 -200px;
}
#navigationList .navigation-list .navigation-list-item .nm105{
	background-position: 0 -250px;
}
#navigationList .navigation-list .navigation-list-item .nm106{
	background-position: 0 -300px;
}
#navigationList .navigation-list .navigation-list-item .nm107{
	background-position: 0 -350px;
}
#navigationList .navigation-list .navigation-list-item .nm2{
	background-position: -300px 0;
}
#navigationList .navigation-list .navigation-list-item .nm201{
	background-position: -300px -50px;
}
#navigationList .navigation-list .navigation-list-item .nm202{
	background-position: -300px -100px;
}
#navigationList .navigation-list .navigation-list-item .nm3{
	background-position: -600px 0;
}
#navigationList .navigation-list .navigation-list-item.active .nm1{
	background-position: -150px 0;
}
#navigationList .navigation-list .navigation-list-item .nm101:hover{
	background-position: -150px -50px;
}
#navigationList .navigation-list .navigation-list-item .nm102:hover{
	background-position: -150px -100px;
}
#navigationList .navigation-list .navigation-list-item .nm103:hover{
	background-position: -150px -150px;
}
#navigationList .navigation-list .navigation-list-item .nm104:hover{
	background-position: -150px -200px;
}
#navigationList .navigation-list .navigation-list-item .nm105:hover{
	background-position: -150px -250px;
}
#navigationList .navigation-list .navigation-list-item .nm106:hover{
	background-position: -150px -300px;
}
#navigationList .navigation-list .navigation-list-item .nm107:hover{
	background-position: -150px -350px;
}
#navigationList .navigation-list .navigation-list-item.active .nm2{
	background-position: -450px 0;
}
#navigationList .navigation-list .navigation-list-item .nm201:hover{
	background-position: -450px -50px;
}
#navigationList .navigation-list .navigation-list-item .nm202:hover{
	background-position: -450px -100px;
}
#navigationList .navigation-list .navigation-list-item.active .nm3{
	background-position: -750px 0;
}
#navigationList .navigation-list .navigation-list-item .sub-navigation{
	position:absolute;
	bottom:100%;
	width:150px;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:0;
	z-index:50;
}
#navigationList .navigation-list .navigation-list-item.active .sub-navigation{
	display:block;
}
#navigationList .navigation-list .navigation-list-item.n1.active .sub-navigation{
	height:301px;
}
#navigationList .navigation-list .navigation-list-item.n2.active .sub-navigation{
	height:86px;
}
#navigationList .navigation-list .navigation-list-item.n3.active .sub-navigation{
	height:43px;
}
#navigationList .navigation-list .navigation-list-item .sub-navigation .sub-list-item{
	margin-bottom:-1px;
}
#navigationList .navigation-list .navigation-list-item .sub-navigation .sub-list-item .group-sns{
	overflow:hidden;
	text-align:center;
	display:block;
	width:148px;
	height:29px;
	line-height:1;
	padding:7px 0 6px;
	text-indent:0;
	background:none;
}
#navigationList .navigation-list .navigation-list-item .sub-navigation .sub-list-item .group-sns a{
	text-decoration:none;
	display:inline-block;
	position:relative;
	z-index:52;
}
#navigationList .navigation-list .navigation-list-item .sub-navigation .sub-list-item .group-sns .icon{
	display:inline-block;
	vertical-align:middle;
	padding:5px 7px;
}
#navigationList .navigation-list .navigation-list-item .sub-navigation .sub-list-item .group-sns a .button-label{
	display:inline-block;
	background:url("/pr/aion/update/immortal/img/sns.png") no-repeat 0 0;
	text-indent:-9999px;
	vertical-align:middle;
}
#navigationList .navigation-list .navigation-list-item .sub-navigation .sub-list-item .group-sns a .facebook{
	width:8px;
	height:15px;
	background-position:0 0;
}
#navigationList .navigation-list .navigation-list-item .sub-navigation .sub-list-item .group-sns a .twitter{
	width:17px;
	height:15px;
	background-position:-29px 0;
}
#navigationList .navigation-list .navigation-list-item .sub-navigation .sub-list-item .group-sns a .kakao{
	width:8px;
	height:15px;
	background-position:-67px 0;
}
#navigationList .navigation-list .navigation-list-item .sub-navigation .sub-list-item .group-sns a:hover .facebook{
	background-position:0 -20px;
}
#navigationList .navigation-list .navigation-list-item .sub-navigation .sub-list-item .group-sns a:hover .twitter{
	background-position:-29px -20px;
}
#navigationList .navigation-list .navigation-list-item .sub-navigation .sub-list-item .group-sns a:hover .kakao{
	background-position:-67px -20px;
}
.m-button{
	position:relative;
	color:#888;
}
.m-button:hover{
	color:#fff;
}
.m-button:after{
	content:"";
	position:absolute;
	top:25%;
	left:25%;
	bottom:25%;
	right:25%;
	background:rgba(0,0,0,0.5);
	visibility: hidden;
	transition-duration: 0s;
	z-index:-1;
}
.m-button:hover:after{
	top:0;
	bottom:0;
	left:0;
	right:0;
	transition:all 130ms cubic-bezier(.165,.84,.44,1);
	visibility:visible;
}
.section {
    position: relative
}

.section .wrap {
    position: relative;
    height: 100%;
    margin: 0 auto
}
.section .contents {
    position: relative;
	padding:264px 50px 0;
	box-sizing:border-box;
	height:100%;
}
.section .obj {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden
}

.section .label-server{
	font-size:12px; 
	text-align:center;
	display:inline-block;
	width:65px;
	height:23px;
	border-radius:10px;
	line-height:23px;
	color:#fff;
	background:#b83c26;
	font-style:normal;
	margin-bottom:10px;
}
.section .label-common{
	background:#3498db;
}
.section .sec_title{
	font-weight:600;
	font-size:50px;
	color:#fff;
	line-height:1.2;
	letter-spacing:-0.05em;
	margin-bottom:30px;
}
.section .sec_title small{
	font-weight:200;
	display:block;
	font-size:50px;
}
.section .sec_txt{
	color:rgba(136,136,136,0.8);
	font-size:16px; 
	line-height:20px;
	letter-spacing:-0.05em;
	font-weight:300;
	margin-bottom:20px;
}
.section .list{
	margin-bottom:40px;
}
.section .list > li{
	color:#3498db;
	font-size:15px;
	font-weight:300;
	position:relative;
	padding-left: 7px;
	margin-bottom:3px;
}
.section .list > li:before{
	content:"";
	position:absolute;
	width:2px;
	height:2px;
	display:block;
	top:8px;
	left:0;
	background:#55565e;
}
.section .list > li.reward{
	margin-top:20px;
}
.section .list > li strong{
	color:#fff;
	font-size:15px;
	font-weight:300;
	vertical-align:top;
	width:75px;
	display:inline-block;
}
.section .list .subList{
	display:inline-block;
}
.section .btn-powerbook{
	width:148px;
	height:42px;
	display:block;
	line-height:43px;
	text-align:center;
	text-decoration:none;
	border:1px solid #333;
	background:url("/pr/aion/update/immortal/img/btn_power.png") no-repeat 0 0;
}
.section .btn-powerbook:hover{
	background-position: 0 -50px;
}
.section1 .sec1_txt1 {
    width: 594px;
    height: 112px;
    margin: -176px 0 0 -298px;
    background: url("/pr/aion/update/immortal/img/txt_index_01.png") no-repeat 0 0;
    z-index: 20
}

.section1 .sec1_txt2 {
    width: 594px;
    height: 40px;
	overflow:hidden;
    margin: 0 0 0 -298px;
    background: url("/pr/aion/update/immortal/img/txt_index_02.png") no-repeat 0 0;
    z-index: 20
}

.section1 .sec1_txt3 {
    width: 594px;
    height: 41px;
	overflow:hidden;
    margin: 67px 0 0 -298px;
    background: url("/pr/aion/update/immortal/img/txt_index_03.png") no-repeat 0 0;
    z-index: 20
}
.section1 .sec1_power {
	top:auto;
	bottom:83px;
	left:50px;
	z-index:50;
}
.section1 .wrap-scroll-down {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    z-index: 35
}

.section1 .wrap-scroll-down .btnBelow {
    display: block;
    width: 69px;
    height: 36px;
    background: url("/pr/aion/update/immortal/img/btn_below.png") no-repeat 0 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.section2 .contents {
    position: relative;
	padding:264px 50px 0;
	box-sizing:border-box;
}
.section2 .sec201_txt1 {
	top:264px;
	left:48px;
	width:530px;
	height:391px;
	background: url("/pr/aion/update/immortal/img/txt_section201_01.png") no-repeat 0 0;
}
.section2 .sec201_power {
	top:705px;
	left:50px;
}
.section2 .sec201_thum{
	 position:absolute;
	 top: 199px;
	 right:50px;
	 overflow:hidden;
	 width:909px;
	 height:652px;
}
.section2 .sec201_thum > ul > li{
	position:absolute;
	overflow:hidden;
	border:1px solid rgba(175,175,175,0.2);
}
.section2 .sec201_thum > ul > li.t1{
	top:0;
	left:0;
}
.section2 .sec201_thum > ul > li.t2{
	top:251px;
	left:0;
}
.section2 .sec201_thum > ul > li.t3{
	top:456px;
	left:0;
}
.section2 .sec201_thum > ul > li.t4{
	top:251px;
	left:489px;
}
.section2 .sec201_thum > ul > li > ul > li > a{
	width:95px;
	height:23px;
	line-height:25px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-12.5px;
	margin-left:-48.5px;
	font-size:12px;
	text-align:center;
	border:1px solid rgba(139,157,178,0.59);
	background:rgba(0,0,0,0.59);
	color:#fff;
	border-radius:12px;
	text-decoration:none;
}
.section2 .sec201_thum > ul > li > ul > li > a:hover{
	background:#2980b9;
	border:1px solid #2980b9;
}
.section2 .sec201_thum > ul > li > ul > li > span{
	display:none;
}

.section2 .sec202_txt1 {
	top:264px;
	left:48px;
	width:635px;
	height:409px;
	background: url("/pr/aion/update/immortal/img/txt_section202_01.png") no-repeat 0 0;
}
.section2 .sec202_power {
	top:722px;
	left:50px;
}
.section2 .sec202_thum{
	 position:absolute;
	 top: 276px;
	 right:50px;
	 overflow:hidden;
	 width:909px;
	 height:494px;
}
.section2 .sec202_thum > ul > li{
	position:absolute;
	overflow:hidden;
	border:1px solid rgba(175,175,175,0.2);
}
.section2 .sec202_thum > ul > li.t1{
	top:0;
	left:0;
}
.section2 .sec202_thum > ul > li.t2{
	top:251px;
	left:0;
}
.section2 .sec202_thum > ul > li > ul > li > a{
	width:95px;
	height:23px;
	line-height:25px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-12.5px;
	margin-left:-48.5px;
	font-size:12px;
	text-align:center;
	border:1px solid rgba(139,157,178,0.59);
	background:rgba(0,0,0,0.59);
	color:#fff;
	border-radius:12px;
	text-decoration:none;
}
.section2 .sec202_thum > ul > li > ul > li > a:hover{
	background:#2980b9;
	border:1px solid #2980b9;
}
.section2 .sec202_thum > ul > li > ul > li > span{
	display:none;
}

.section2 .sec203_txt1 {
	top:264px;
	left:48px;
	width:566px;
	height:355px;
	background: url("/pr/aion/update/immortal/img/txt_section203_01.png") no-repeat 0 0;
}
.section2 .sec203_power {
	text-indent:0;
	top:669px;
	left:50px;
}
.section2 .sec203_thum{
	 position:absolute;
	 top: 276px;
	 right:50px;
	 overflow:hidden;
	 width:909px;
	 height:494px;
}
.section2 .sec203_thum > ul > li{
	position:absolute;
	overflow:hidden;
	border:1px solid rgba(175,175,175,0.2);
}
.section2 .sec203_thum > ul > li.t1{
	top:0;
	left:0;
}
.section2 .sec203_thum > ul > li.t2{
	top:251px;
	left:0;
}
.section2 .sec203_thum > ul > li > ul > li > a{
	width:95px;
	height:23px;
	line-height:25px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-12.5px;
	margin-left:-48.5px;
	font-size:12px;
	text-align:center;
	border:1px solid rgba(139,157,178,0.59);
	background:rgba(0,0,0,0.59);
	color:#fff;
	border-radius:12px;
	text-decoration:none;
}
.section2 .sec203_thum > ul > li > ul > li > a:hover{
	background:#2980b9;
	border:1px solid #2980b9;
}
.section2 .sec203_thum > ul > li > ul > li > span{
	display:none;
}
.section2 .sec201_thum > ul > li .btn-movie,
.section2 .sec202_thum > ul > li .btn-movie,
.section2 .sec203_thum > ul > li .btn-movie{
	display:block;
	width:62px;
	height:62px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-31px 0 0 -31px;
	text-indent:-9999px;
	text-decoration:none;
	background: url("/pr/aion/update/immortal/img/btn_movie.png") no-repeat 0 0;
}
.section3 .sec3_txt1 {
	top:264px;
	left:48px;
	width:580px;
	height:288px;
	background: url("/pr/aion/update/immortal/img/txt_section3_01.png") no-repeat 0 0;
}
.section3 .sec3_power {
	top:601px;
	left:50px;
}
.section3 .sec3_character1 {
    width: 554px;
    height: 606px;
    margin: -172px 0 0 349px;
    background: url("/pr/aion/update/immortal/img/obj_section3_01.png") no-repeat 0 0;
    z-index: 13
}
.section3 .sec3_character2 {
    width: 533px;
    height: 438px;
    margin: 85px 0 0 102px;
    background: url("/pr/aion/update/immortal/img/obj_section3_02.png") no-repeat 0 0;
    z-index: 15
}
.section3 .sec3_character3 {
    width: 542px;
    height: 387px;
    margin: 136px 0 0 -325px;
    background: url("/pr/aion/update/immortal/img/obj_section3_03.png") no-repeat 0 0;
    z-index: 14
}
.section3 .sec3_character4 {
    width: 359px;
    height: 479px;
    margin: -46px 0 0 -97px;
    background: url("/pr/aion/update/immortal/img/obj_section3_04.png") no-repeat 0 0;
    z-index: 12
}
.section3 .sec3_character5 {
    width: 990px;
    height: 545px;
    margin: -310px 0 0 -30px;
    background: url("/pr/aion/update/immortal/img/obj_section3_05.png") no-repeat 0 0;
    z-index: 11
}
.section3 .sec3_character6 {
    width: 497px;
    height: 572px;
    margin: -476px 0 0 445px;
    background: url("/pr/aion/update/immortal/img/obj_section3_06.png") no-repeat 0 0;
    z-index: 10
}

.section4 .sec401_txt1 {
	top:264px;
	left:48px;
	width:608px;
	height:208px;
	background: url("/pr/aion/update/immortal/img/txt_section401_01.png") no-repeat 0 0;
}
.section4 .sec401_power {
	top:523px;
	left:50px;
}
.section4 .sec401_obj1{
	width: 830px;
    height: 631px;
    margin: -315px 0 0 0;
	left:auto;
	right:50px;
	overflow:visible;
    background: url("/pr/aion/update/immortal/img/obj_section401_01.png") no-repeat 100% 0;
}
.section4 .sec401_obj2{
	width: 411px;
    height: 136px;
	top:3px;
	left:0;
    background: url("/pr/aion/update/immortal/img/obj_section401_02.png") no-repeat 100% 0;
}
.section4 .sec401_obj3{
	width: 411px;
    height: 136px;
	top:150px;
	left:0;
    background: url("/pr/aion/update/immortal/img/obj_section401_03.png") no-repeat 100% 0;
}
.section4 .sec401_obj4{
	width: 411px;
    height: 136px;
	top:296px;
	left:0;
    background: url("/pr/aion/update/immortal/img/obj_section401_04.png") no-repeat 100% 0;
}
.section4 .sec402_txt1 {
	top:264px;
	left:48px;
	width:583px;
	height:208px;
	background: url("/pr/aion/update/immortal/img/txt_section402_01.png") no-repeat 0 0;
}
.section4 .sec402_power {
	top:523px;
	left:50px;
}
.section4 .sec402_obj1{
	width: 947px;
    height: 590px;
	left:auto;
	right:50px;
    margin: -294px 0 0 0;
	overflow:visible;
    background: url("/pr/aion/update/immortal/img/obj_section402_01.png") no-repeat 100% 0;
}
.section4 .sec402_obj2{
	width: 381px;
    height: 196px;
	top:0;
	left:0;
    background: url("/pr/aion/update/immortal/img/obj_section402_02.png") no-repeat 100% 0;
}
.section4 .sec402_obj3{
	width: 381px;
    height: 196px;
	top:207px;
	left:0;
    background: url("/pr/aion/update/immortal/img/obj_section402_03.png") no-repeat 100% 0;
}
.section4 .sec402_obj4{
	width: 381px;
    height: 176px;
	top:414px;
	left:0;
    background: url("/pr/aion/update/immortal/img/obj_section402_04.png") no-repeat 100% 0;
}
#footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 900
}

#footer address {
    display: block;
    position: absolute;
    bottom: 64px;
    left: 50px;
    width: 228px;
    height: 10px;
    background: url("/pr/aion/update/immortal/img/copyright.png") 0 0 no-repeat;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden
}

#footer .sns {
    display:none;
}

.loading-container{   
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #11131c;
    display: block;
    z-index: 100000;
    overflow: hidden;
}
.loading-container .loading-wrap{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 94px;
    margin-top: -47px;
    margin-left: -125px;
    background: url(/pr/aion/update/immortal/img/loading_bg.png) 0 bottom no-repeat;
}
.loading-container .loading-wrap #loading{
	position:absolute;
	bottom:0;
	background: url(/pr/aion/update/immortal/img/loading_bi.jpg) 0 bottom no-repeat;
    width: 100%;
    height: 0%;
}
.loading-container .loading-txt{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 372px;
    height: 16px;
    margin-top: -8px;
    margin-left: -186px;
    font: 0/0 100%;
    text-indent: -9999px;
    color: transparent;
    white-space: nowrap;
    overflow: hidden;
    background: url(/pr/aion/update/immortal/img/loading_txt.png) 0 0 no-repeat;
    margin-top: 81px;
}