@import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,700");
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  background-color: #0e131a;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

#wrap {
  position: relative;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 104px;
  background-color: black;
  z-index: 1000;
}

#header #logo {
  position: absolute;
  top: 28px;
  left: 50%;
  margin-left: -860px;
}

#header #logo a {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1776px -209px;
  width: 174px;
  height: 49px;
}

#header #lnb [data-lnb] a {
  display: block;
  padding: 15px;
}

#header #lnb [data-lnb="benefit"] {
  margin-right: 89px;
}

#header #lnb [data-lnb="benefit"] a .txt {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1621px -471px;
  width: 72px;
  height: 16px;
}

#header #lnb [data-lnb="benefit"] a:hover .txt, #header #lnb [data-lnb="benefit"] a.active .txt {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1539px -471px;
  width: 72px;
  height: 16px;
}

#header #lnb [data-lnb="introduce"] {
  margin-right: 82px;
}

#header #lnb [data-lnb="introduce"] a .txt {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1703px -471px;
  width: 58px;
  height: 16px;
}

#header #lnb [data-lnb="introduce"] a:hover .txt, #header #lnb [data-lnb="introduce"] a.active .txt {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1771px -471px;
  width: 58px;
  height: 16px;
}

#header #lnb [data-lnb="homepage"] a {
  padding: 10px 0;
}

#header #lnb [data-lnb="homepage"] a .txt {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1496px -380px;
  width: 221px;
  height: 26px;
}

#header #lnb [data-lnb="homepage"] a:hover .txt, #header #lnb [data-lnb="homepage"] a.active .txt {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1727px -380px;
  width: 221px;
  height: 26px;
}

#header #lnb .lnb_list {
  position: absolute;
  top: 29px;
  left: 50%;
  width: 1200px;
  margin-left: -600px;
  text-align: center;
  font-size: 0;
}

#header #lnb .lnb_list li {
  display: inline-block;
  vertical-align: top;
}

.content_page {
  position: relative;
  width: 100%;
  height: 1080px;
  overflow: hidden;
}

#main {
  background: url(../images/background_benefit.jpg) no-repeat center top;
}

#main #mainTitle {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -511px 0px;
  width: 975px;
  height: 428px;
  position: absolute;
  top: 291px;
  left: 50%;
  margin-left: -487px;
  z-index: 100;
}

#main #mainTitle h2, #main #mainTitle h3, #main #mainTitle p {
  display: none;
}

#main .icon_mouse_scroll {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1496px -471px;
  width: 33px;
  height: 51px;
  position: absolute;
  top: 869px;
  left: 50%;
  margin-left: -16px;
  z-index: 100;
}

#main .icon_mouse_scroll:after {
  content: "Arrow";
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1918px -323px;
  width: 13px;
  height: 8px;
  position: absolute;
  top: 57px;
  left: 50%;
  margin-left: -6px;
}

#main #mainVideo {
  position: relative;
  z-index: 50;
}

#main #mainVideo:after {
  content: "Cover";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1080px;
  background-color: #0e161f;
  opacity: 0.3;
  z-index: 10;
}

#main #mainVideo iframe {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  margin-left: -960px;
}

#benefit {
  background: url(../images/background_benefit.jpg) no-repeat center top;
}

#benefit .title {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -571px -1155px;
  width: 754px;
  height: 31px;
  position: absolute;
  top: 244px;
  left: 50%;
  margin-left: -377px;
  opacity: 0;
}

#benefit #benefitList {
  position: absolute;
  top: 337px;
  left: 50%;
  width: 1152px;
  margin-left: -576px;
  text-align: center;
  font-size: 0;
  z-index: 100;
}

#benefit #benefitList li {
  opacity: 0;
  display: inline-block !important;
  margin-bottom: 36px;
  vertical-align: top;
}

#benefit #benefitList [data-benefit="free"] .txt {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -511px -701px;
  width: 561px;
  height: 216px;
}

#benefit #benefitList [data-benefit="operator"] {
  margin-left: 29px;
}

#benefit #benefitList [data-benefit="operator"] .txt {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -511px -438px;
  width: 561px;
  height: 253px;
  margin-top: -37px;
}

#benefit #benefitList [data-benefit="accessory"] .txt {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: 0px -940px;
  width: 561px;
  height: 252px;
  margin-top: -36px;
}

#benefit:after {
  content: "Character";
  position: absolute;
  top: 150px;
  left: 50%;
  z-index: 10;
  margin-left: -930px;
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: 0px 0px;
  width: 501px;
  height: 930px;
}

#introduce {
  background: url(../images/background_introduce.jpg) no-repeat center top;
}

#introduce .title {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: 0px -1598px;
  width: 564px;
  height: 138px;
  position: absolute;
  top: 423px;
  left: 50%;
  margin-left: -282px;
}

#introduce #introduceSlide {
  position: absolute;
  top: 588px;
  left: 50%;
  margin-left: -576px;
  width: 1152px;
  height: 357px;
}

#introduce #introduceSlide [data-slide-item="0"] .title_img .img_01 {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: 0px -1417px;
  width: 481px;
  height: 171px;
}

#introduce #introduceSlide [data-slide-item="0"] .title_img .img_02 {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -491px -1417px;
  width: 481px;
  height: 171px;
}

#introduce #introduceSlide [data-slide-item="0"] .list {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1496px 0px;
  width: 463px;
  height: 199px;
  position: absolute;
  top: 49px;
  left: 653px;
}

#introduce #introduceSlide [data-slide-item="1"] .title_img {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -571px -940px;
  width: 576px;
  height: 205px;
}

#introduce #introduceSlide [data-slide-item="1"] .list {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -586px -1202px;
  width: 524px;
  height: 198px;
  position: absolute;
  top: 49px;
  left: 603px;
}

#introduce #introduceSlide .controller {
  position: absolute;
  top: 271px;
  left: 652px;
}

#introduceB {
  background: url(../images/background_introduceB.jpg) repeat center bottom;
  background-attachment: fixed;
}

#introduceB .title {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -574px -1598px;
  width: 558px;
  height: 138px;
  position: absolute;
  top: 423px;
  left: 50%;
  margin-left: -576px;
}

#introduceB #introduceSlideB {
  position: absolute;
  top: 588px;
  left: 50%;
  margin-left: -576px;
  width: 1152px;
  height: 357px;
}

#introduceB #introduceSlideB [data-slide-item="0"] .title_img .img_01 {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1473px -1417px;
  width: 480px;
  height: 171px;
}

#introduceB #introduceSlideB [data-slide-item="0"] .title_img .img_02 {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -982px -1417px;
  width: 481px;
  height: 171px;
}

#introduceB #introduceSlideB [data-slide-item="0"] .list {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1496px -209px;
  width: 270px;
  height: 161px;
  position: absolute;
  top: 49px;
  left: 653px;
}

#introduceB #introduceSlideB [data-slide-item="1"] .title_img {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: 0px -1202px;
  width: 576px;
  height: 205px;
}

#introduceB #introduceSlideB [data-slide-item="1"] .list {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1142px -1598px;
  width: 491px;
  height: 126px;
  position: absolute;
  top: 49px;
  left: 603px;
}

#introduceB #introduceSlideB .controller {
  position: absolute;
  top: 271px;
  left: 652px;
}

.slide [data-slide-item] .title_img {
  position: relative;
  display: block;
}

.slide [data-slide-item] .title_img.single {
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 22px 22px 16px rgba(0, 0, 0, 0.35);
}

.slide [data-slide-item] .title_img.double .img_01 {
  position: absolute;
  top: 0;
  left: 135px;
  box-shadow: 22px 22px 16px rgba(0, 0, 0, 0.35);
}

.slide [data-slide-item] .title_img.double .img_02 {
  position: absolute;
  top: 139px;
  left: 0;
  box-shadow: 22px 22px 16px rgba(0, 0, 0, 0.35);
}

.controller {
  overflow: hidden;
}

.controller button {
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
  float: left;
  cursor: pointer;
  outline: none;
}

.controller .prev {
  width: 45px;
  height: 45px;
  border: solid 1px #50575e;
  text-align: center;
}

.controller .prev .controller_arr {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1938px -268px;
  width: 10px;
  height: 13px;
  margin: 0 auto;
  vertical-align: top;
}

.controller .prev:hover {
  background-color: #4f555c;
}

.controller .prev:hover .controller_arr {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1918px -291px;
  width: 10px;
  height: 13px;
}

.controller .next {
  width: 45px;
  height: 45px;
  border: solid 1px #50575e;
  border-left: 0;
  text-align: center;
}

.controller .next .controller_arr {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1918px -268px;
  width: 10px;
  height: 13px;
  margin: 0 auto;
  vertical-align: top;
}

.controller .next:hover {
  background-color: #4f555c;
}

.controller .next:hover .controller_arr {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1938px -291px;
  width: 10px;
  height: 13px;
}

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  text-align: center;
  font-size: 0;
}

#footer #ubisoft {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1638px -416px;
  width: 75px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 38px;
  margin-bottom: 20px;
}

#footer #neowiz {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1723px -416px;
  width: 89px;
  height: 15px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 50px;
  margin-bottom: 24px;
}

#footer #copy {
  display: inline-block;
  font-size: 12px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 300;
  color: #9b9b9b;
  vertical-align: bottom;
  margin-right: 92px;
  line-height: 21px;
  margin-bottom: 22px;
}

#footer #footLink {
  display: inline-block;
  vertical-align: bottom;
  overflow: hidden;
  margin-bottom: 27px;
}

#footer #footLink li {
  margin-left: 10px;
  float: left;
}

#footer #footLink .r6s_facebook a {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1776px -268px;
  width: 132px;
  height: 45px;
}

#footer #footLink .r6s_youtube a {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1496px -416px;
  width: 132px;
  height: 45px;
}

#footer #footLink .r6s_twitch a {
  display: block;
  font-size: 0;
  background-image: url(../images/img-sprites.png);
  background-position: -1776px -323px;
  width: 132px;
  height: 45px;
}

#interview {
  background: url(../images/background_benefit.jpg) no-repeat center top;
}

#interview .title {
  text-align: center;
  padding-top: 170px;
}

#interview .title strong {
  display: block;
  font-size: 42px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
  color: #f7c30e;
  line-height: 80px;
}

#interview .title span {
  display: block;
  font-size: 22px;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 50px;
}

#interview #interviewArea #interviewModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2000;
}

#interview #interviewArea #interviewModal .ivideo {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 1000px;
  height: 563px;
  margin: -250px 0 0 -500px;
  z-index: 1000;
}

#interview #interviewArea #interviewModal #interviewMask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 900;
}

#interview #interviewArea .controller {
  position: absolute;
  top: 390px;
  left: 50%;
  margin: 0 0 0 -400px;
  border: 0;
  padding: 0;
  width: 800px;
  height: 450px;
  text-indent: -9999px;
  background: url(../images/ubisoft_cover.png) no-repeat center;
  background-size: auto 70%;
  background-color: #000;
  cursor: pointer;
  outline: none;
}

#interview #interviewArea .controller:hover:before {
  content: "Cover";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 100;
}

#interview #interviewArea .controller:hover .btn_interview_bnr {
  background: url(../images/icon_play.png) no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  text-indent: -9999px;
  z-index: 120;
}
