html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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: 16px;
  line-height: 1.6;
  font-family: sans-serif;
  /*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;
}

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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 30px;
  background-color: #797984;
  border-top: #000 1px solid;
  border-left: #000 1px solid;
  color: #F1F5FF;
}
table th, table td {
  border-right: #000 1px solid;
  border-bottom: #000 1px solid;
  padding: 3px 10px;
  font-size: 14px;
}
table th {
  font-weight: bold;
}
table thead {
  white-space: nowrap;
}
table thead th {
  text-align: left;
  background-color: #363743;
  color: #F6F9FF;
  padding: 5px 10px;
  font-size: 16px;
}
table tbody th {
  background-color: #656671;
  color: #F6F9FF;
  text-align: left;
}
table .thumb {
  background-color: #fff;
  width: 220px;
  text-align: center;
}
table .nowrap {
  white-space: nowrap;
}

/* common
----------------------------------------------------------*/
* {
  -webkit-font-smoothing: antialiased;
}

html {
  background: #000;
  color: #47432c;
  min-width: 960px;
}

p {
  line-height: 1.7;
}

img {
  vertical-align: bottom;
}

a {
  color: #000401;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.inner::after {
  clear: both;
  content: "";
  display: table;
}
.inner .main {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
}
.inner .main:last-child {
  margin-right: 0;
}
.inner .sub {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
}
.inner .sub:last-child {
  margin-right: 0;
}
.inner .half {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
.inner .half:last-child {
  margin-right: 0;
}

.section {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
.section::after {
  clear: both;
  content: "";
  display: table;
}
.section h4 {
  font-size: 24px;
  color: #fff;
  line-height: 56px;
  margin-bottom: 34px;
  padding-left: 50px;
  background: url(../img/contents_h4_bg.png) center center no-repeat;
}
.section .sub, .section .main {
  margin-bottom: 40px;
}

.section.last {
  margin-bottom: 0;
}

.step01 {
  background: url(../img/contents_mark_step01.png) left top no-repeat;
  padding: 10px 0 0 70px;
}

.step02 {
  background: url(../img/contents_mark_step02.png) left top no-repeat;
  padding: 10px 0 0 70px;
  clear: both;
  margin-bottom: 65px;
  min-height: 58px;
}

.step03 {
  background: url(../img/contents_mark_step03.png) left top no-repeat;
  padding: 10px 0 0 70px;
}

.step04 {
  background: url(../img/contents_mark_step04.png) left top no-repeat;
  padding: 10px 0 0 70px;
}

.note, .note li {
  font-size: 12px;
  display: inline-block;
  margin-left: 15px;
  color: #E1D5C4;
  text-align: left;
}

.attention {
  text-align: left;
  list-style-type: disc;
  width: 90%;
  margin: 0 auto;
}
.attention li {
  font-size: 14px;
  text-indent: -1em;
  line-height: 1.5;
  padding-left: 1em;
}

/* common
----------------------------------------------------------*/
#gungho {
  width: 100%;
  height: 31px;
  background: #fff;
  border-bottom: 4px solid #ccc;
}
#gungho .inner {
  width: 1000px;
  height: 31px;
  margin: 0 auto;
  position: relative;
}
#gungho #ragnarok {
  position: absolute;
  top: 0;
  left: 0;
}
#gungho #roInfo {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  line-height: 31px;
}
#gungho #roInfo li {
  float: left;
  margin-right: 15px;
}
#gungho #roInfo li a {
  font-size: 12px;
  color: #555;
  text-decoration: underline;
}
#gungho #roInfo li a:hover {
  text-decoration: none;
}

#sns {
  position: absolute;
  top: 10px;
  right: 0;
  line-height: 48px;
  text-align: right;
  text-indent: initial;
}
#sns li {
  display: inline-block;
}

#pagetop {
  position: absolute;
  bottom: -20px;
  right: 10%;
}
#pagetop:hover {
  bottom: -8px;
}

/* footer
----------------------------------------------------------*/
#footerWrap {
  background: url(../img/common/footer_bg_repeat.jpg) repeat;
  margin: 30px 0 0 0;
  height: 808px;
}

#footer {
  position: relative;
  top: -30px;
  padding-top: 75px;
  color: #fff;
  background: url(../img/common/footer_bg_wave.jpg) top center no-repeat;
}
#footer .inner {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}
#footer .inner::after {
  clear: both;
  content: "";
  display: table;
}
#footer .inner h2 {
  text-align: center;
  padding: 15px 0 0;
}
#footer .inner ul {
  width: 940px;
  margin: 0 auto;
  font-size: 0;
}
#footer .inner li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  vertical-align: top;
  margin-bottom: 20px;
}
#footer .inner li:last-child {
  margin-right: 0;
}
#footer .inner li:nth-child(3n) {
  margin-right: 0;
}
#footer .inner li:nth-child(3n+1) {
  clear: left;
}
#footer .inner li .thumb {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 270px;
}
#footer .inner li .thumb img {
  width: 100%;
  height: auto;
}
#footer .inner li h3 {
  font-size: 20px;
}
#footer .inner li p {
  font-size: 14px;
  line-height: 22px;
}
#footer .aside {
  background: #000;
}
#footer .startRO {
  text-align: center;
  font-size: 14px;
  margin-bottom: 40px;
}
#footer .startRO a {
  text-decoration: underline;
  font-size: 14px;
  color: #fff;
}
#footer .startRO a:hover {
  opacity: .8;
}
#footer .f-sns {
  margin: 0 auto;
  padding: 20px 0;
  width: 655px;
  font-size: 0;
}
#footer .f-sns li {
  display: inline-block;
  margin-left: 55px;
  width: 300px;
}
#footer .f-sns li:first-child {
  margin-left: 0;
}
#footer .f-sns li a:hover {
  opacity: .8;
}
#footer .credit {
  text-align: center;
  font-size: 12px;
  padding-bottom: 20px;
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
html {
  background: url(../img/common/bubble.png) center repeat-y, url(../img/index/bg_ocean_contents.jpg) repeat;
}

#tabs {
  text-align: center;
  margin-bottom: 40px;
}
#tabs a {
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 5px;
  behavior: url(PIE.htc);
}
#tabs a:hover {
  text-decoration: none;
}
#tabs .ui-tabs-nav li {
  display: inline-block;
  float: inherit;
  margin: 0 15px;
}

/* header
----------------------------------------------------------*/
#nav {
  height: 105px;
  background: #242639;
  border-bottom: 5px solid #090a0f;
  text-align: center;
  position: relative;
}
#nav h1, #nav p {
  position: absolute;
  left: 50%;
  top: 16px;
}
#nav p {
  margin-left: -152px;
}
#nav ul {
  background: url(../img/common/nav_bg.png) center top no-repeat;
}
#nav ul li {
  display: inline-block;
  height: 105px;
  margin: 0 15px 112px;
  padding-top: 35px;
  position: relative;
}
#nav ul li:nth-child(2) {
  margin-right: 360px;
}
#nav ul li:nth-child(2) ul {
  background: url(../img/common/nav02_sec_bg.png) center top no-repeat;
  width: 172px;
  height: 202px;
}
#nav ul li:nth-child(3) ul {
  background: url(../img/common/nav03_sec_bg.png) center top no-repeat;
  width: 150px;
  height: 133px;
}
#nav ul a {
  display: inline-block;
}
#nav ul a:hover {
  opacity: .8;
}
#nav ul ul {
  background: none;
  display: none;
  position: absolute;
  margin: 0 auto;
  left: 6px;
  padding: 14px 18px;
}
#nav ul ul li {
  display: block;
  height: auto;
  margin: 0 auto 10px;
  padding: 0 0 10px;
  text-align: left;
  border-bottom: 1px solid #4f4f4f;
}
#nav ul ul li:nth-child(2) {
  margin-right: 0;
}
#nav ul ul li:last-child {
  border: none;
}

.sec {
  background: url(../img/common/sec_header_bg2.jpg) center 105px no-repeat, url(../img/common/sec_header_bg_repeat.jpg) center 105px repeat-x;
  -pie-background: url(/special/malangdo-2015updeta/img/common/sec_header_bg2.jpg) center 105px no-repeat, url(/special/malangdo-2015updeta/img/common/sec_header_bg_repeat.jpg) center 105px repeat-x;
  behavior: url(PIE.htc);
}
.sec h1 {
  position: absolute;
  top: 215px;
  left: 50%;
}
.sec #nav {
  margin-bottom: 265px;
}
.sec #contents {
  width: 960px;
  margin: 0 auto;
}

/* contents
----------------------------------------------------------*/
#contents {
  padding-bottom: 10px;
}

/* world
----------------------------------------------------------*/
#world {
  background: url(../img/world/bg2.jpg) center 105px no-repeat, url(../img/common/sec_header_bg_repeat.jpg) center 105px repeat-x;
  -pie-background: url(/special/malangdo-2015updeta/img/world/bg2.jpg) center 105px no-repeat, url(/special/malangdo-2015updeta/img/common/sec_header_bg_repeat.jpg) center 105px repeat-x;
  behavior: url(PIE.htc);
}
#world h1 {
  margin-left: -104px;
}
#world #story {
  text-indent: -9999px;
  height: 730px;
}

/* databook
----------------------------------------------------------*/
#databook {
  background: url(../img/databook/sec_header_bg2.jpg) center 105px no-repeat, url(../img/common/sec_header_bg_repeat.jpg) center 105px repeat-x;
  -pie-background: url(/special/malangdo-2015updeta/img/databook/sec_header_bg2.jpg) center 105px no-repeat, url(/special/malangdo-2015updeta/img/common/sec_header_bg_repeat.jpg) center 105px repeat-x;
  behavior: url(PIE.htc);
}
#databook h1 {
  margin-left: -179px;
}
#databook #nav {
  margin-bottom: 180px;
}
#databook #contents h3 {
  height: 38px;
  margin-bottom: 10px;
  padding: 0 0 0 90px;
  line-height: 38px;
  color: #fff;
  background: url(../img/common/subtitle_bg.png) center top no-repeat;
}
#databook #contents table {
  width: 820px;
  margin: 0 auto 10px;
  font-size: 14px;
}
#databook #contents .mgb {
  margin-bottom: 50px;
}
#databook #contents .note, #databook #contents .note li, .note #databook #contents li {
  font-size: 14px;
  padding-left: 20px;
  font-weight: bold;
  color: #fff;
  margin-top: -5px;
}
#databook #tabs a {
  color: #833EB5;
  background: #fff;
}
#databook #tabs a:hover {
  background: #00A13F;
  color: #fff;
}

/* wallpaper
----------------------------------------------------------*/
#wallpaper {
  background: url(../img/wallpaper/sec_header_bg2.jpg) center 105px no-repeat, url(../img/common/sec_header_bg_repeat.jpg) center 105px repeat-x;
  -pie-background: url(/special/malangdo-2015updeta/img/wallpaper/sec_header_bg2.jpg) center 105px no-repeat, url(/special/malangdo-2015updeta/img/common/sec_header_bg_repeat.jpg) center 105px repeat-x;
  behavior: url(PIE.htc);
}
#wallpaper h1 {
  margin-left: -249px;
}
#wallpaper .section {
  color: #f9eedc;
  width: 842px;
  margin: 0 auto 40px;
  padding: 35px 0;
  background: url(../img/common/content_box_bg_top.png) center top no-repeat, url(../img/common/content_box_bg_bottom.png) center bottom no-repeat;
}
#wallpaper .section .inner {
  width: 830px;
  margin: 0 auto;
  padding: 0 39px;
  text-align: center;
  background: url(../img/common/content_box_bg_repeat.png) 0 0 repeat-y;
}
#wallpaper .section .inner p {
  text-align: left;
}
#wallpaper .innerSection {
  padding: 30px 46px;
  border-radius: 10px;
  background: #3c2318;
  border: 2px solid #684333;
  overflow: hidden;
  clear: both;
}
#wallpaper .innerSection h3 {
  margin-bottom: 10px;
  text-align: left;
}
#wallpaper .innerSection p {
  line-height: 1.5;
}
#wallpaper .main {
  margin-bottom: 20px;
}
#wallpaper .sub {
  text-align: center;
  height: 312px;
  padding: 50px 0 40px;
}
#wallpaper .sub li {
  margin-bottom: 10px;
}
#wallpaper #illustInfo {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 18px 30px;
  clear: both;
}
#wallpaper #illustInfo::after {
  clear: both;
  content: "";
  display: table;
}
#wallpaper #illustInfo h3 {
  margin-bottom: 16px;
}
#wallpaper #comments {
  font-size: 14px;
  margin: 30px 0 10px;
  padding: 20px;
  position: relative;
  background: #2c1f1a;
  border-radius: 30px;
}
#wallpaper #comments h4 {
  position: absolute;
  top: -11px;
  left: -10px;
  padding-left: 0;
}
#wallpaper #comments p {
  font-size: 15px;
  padding-top: 30px;
}
#wallpaper .link a {
  color: #fff;
}

/*add
----------------------------------------------------------*/
#nav {
  min-width: 1035px;
}
#nav ul li ul {
  padding-top: 3px;
}
#nav ul li ul li {
  margin: 0;
  padding: 0;
}
#nav ul li ul li a {
  display: block;
  padding: 10px 0;
}

#enchant .section .innerSection {
  margin-bottom: 50px;
}
#enchant .notetxt {
  margin-top: -1em;
  margin-bottom: 1em;
}
#enchant h3 {
  background: url(../img/common/ttl_bg.png) no-repeat center center;
  height: 38px;
  line-height: 38px;
  margin-top: 3em;
  margin-bottom: 2em;
}
#enchant h4 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
  line-height: 1;
  padding-left: 10px;
}
#enchant table .red td {
  color: #e61f1f;
  font-weight: bold;
}
#enchant .main {
  float: none;
  width: inherit;
}
#enchant .sub {
  float: right;
  margin-right: 0;
  margin-left: 20px;
  padding-top: 20px;
}

.subMenu {
  text-align: center;
  margin-bottom: 30px;
}
.subMenu li {
  width: inherit !important;
  float: none;
  display: inline-block;
  margin: 0 10px;
}
.subMenu li a {
  font-size: 16px;
  padding: 10px 20px;
  line-height: 1.2em;
  border-radius: 5px;
  display: inline-block;
  font-weight: bold;
  background: #313131 !important;
  color: #fff !important;
  border: 1px solid #6A95C1;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
}
.subMenu li a:hover {
  color: #888 !important;
  text-decoration: none;
}

/*databook
----------------------------------------------------------*/
#databook #contents {
  padding-top: 85px;
}
#databook #contents #tabs {
  margin-bottom: 30px;
}

/*root
----------------------------------------------------------*/
#tabfoot_btn {
  text-align: center;
  margin-top: 10px;
  margin-left: -10px;
}
#tabfoot_btn li {
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 8px;
  width: 360px;
  text-align: center;
  background: #3c2318;
  border: 2px solid #231711;
  display: inline-block;
  border-radius: 10px;
}
#tabfoot_btn li:hover {
  border: 2px solid #684333;
}
