@charset "UTF-8";
/******************************************************************************
webfont
******************************************************************************/
/*
	Licensed under SIL OPEN FONT LICENSE Version 1.1
	NotoSansJP-Regular.otf: Copyright 2012 Google Inc. All Rights Reserved.
	NotoSansJP-Medium.otf: Copyright 2012 Google Inc. All Rights Reserved.
	NotoSansJP-Bold.otf: Copyright 2012 Google Inc. All Rights Reserved.
	Copyright 2012 Google Inc. All Rights Reserved.
*/
/* ============================================ */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/******************************************************************************
base
******************************************************************************/
body {
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #373737;
  font-size: 3.7333333333vw;
  font-weight: 400;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
}
body > img {
  position: absolute;
  display: none;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
  transform: scale(0);
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

div, p, ul, ol, dl, li, dt, dd {
  word-break: break-all;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

tr, th, td {
  word-break: break-all;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style-type: none;
}

img {
  border: none;
  vertical-align: top;
}

form {
  margin: 0;
  padding: 0;
}

input, select, textarea {
  background: #fff;
  box-sizing: content-box;
  caret-color: #373737;
}

select {
  -webkit-appearance: menulist;
  appearance: menulist;
}

label {
  cursor: pointer;
}

a,
a:visited,
a:hover,
a:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  outline: none !important;
}

[class^="btn-"] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
}
[class^="btn-"] a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
[class^="btn-"] a span {
  display: none;
}
[class^="btn-"] a img {
  width: 100%;
  height: auto;
}

.develop-footer-code {
  overflow: hidden;
  height: 0;
}

:placeholder-shown {
  color: #666;
}

::-webkit-input-placeholder {
  color: #666;
}

:-moz-placeholder {
  color: #666;
  opacity: 1;
}

::-moz-placeholder {
  color: #666;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

:focus:placeholder-shown {
  color: transparent;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

:focus::-ms-input-placeholder {
  color: transparent;
}

:focus::placeholder {
  color: transparent;
}

/******************************************************************************
GNB
******************************************************************************/
#gnb-container {
  position: relative;
  z-index: 1000;
  min-width: auto;
  display: none;
}
#gnb-container #gnb2 {
  min-width: auto;
}

/******************************************************************************
wrapper
******************************************************************************/
/******************************************************************************
header
******************************************************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 0;
  padding-top: 12.2666666667%;
}
header h1 {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  margin: 1.0666666667% 0% 1.0666666667% 3.4666666667%;
  width: 19.2%;
}
header h1 img {
  width: 100%;
  height: auto;
}
header .band {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 0;
  padding-top: 12.2666666667%;
  background: -webkit-linear-gradient(left, #00ccff 0%, #ffd000 50%, #ff7b00 100%);
  background: linear-gradient(to right, #00ccff 0%, #ffd000 50%, #ff7b00 100%);
  border-bottom: solid 2px #000;
}
header .band::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
}
header .band .inner {
  width: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
}
header .band .btn-menu {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 5.6%;
  height: 0;
  padding-top: 4.8%;
  margin: 3.6% 3.6% 0% 0%;
  cursor: pointer;
}
header .band .btn-menu::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 0;
  padding-top: 9.5238095238%;
  margin-top: 0;
  transform: rotateZ(0deg);
}
header .band .btn-menu::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 0;
  padding-top: 9.5238095238%;
  margin-bottom: 0;
  transform: rotateZ(0deg);
}
header .band .btn-menu span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  width: 100%;
  height: 0;
  padding-top: 9.5238095238%;
  opacity: 1;
}
header .user {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  margin-top: 12.2666666667%;
  width: 100%;
  pointer-events: none;
}
header .user .before .btn-login {
  position: absolute;
  top: 0;
  right: 0;
  width: 14.6666666667%;
  height: 0;
  padding-top: 8%;
  margin: -10.1333333333% 13.3333333333% 0% 0%;
  pointer-events: all;
}
header .user .before .btn-login a {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/common/btn_hd_login.png) no-repeat center center;
  background-size: contain;
}
header .user .before .btn-login a:hover {
  background-position: center center !important;
}
header .user .after {
  overflow: hidden;
}
header .user .after .avatar {
  position: absolute;
  top: 0;
  right: 0;
  width: 7.4666666667%;
  height: 0;
  padding-top: 7.4666666667%;
  margin: -9.8666666667% 13.3333333333% 0% 0%;
  background: #ffb751;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  pointer-events: all;
}
header .user .after .avatar img {
  position: absolute;
  top: 0;
  left: 0;
  margin: -17.8571428571% 0% 0% -35.7142857143%;
  width: 171.4285714286%;
  height: 171.4285714286%;
}
header .user .notset {
  overflow: hidden;
}
header .user .notset .avatar {
  position: absolute;
  top: 0;
  right: 0;
  width: 7.4666666667%;
  height: 0;
  padding-top: 7.4666666667%;
  margin: -9.8666666667% 13.3333333333% 0% 0%;
  overflow: hidden;
  cursor: pointer;
  pointer-events: all;
}
header .user .notset .avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header .user .maintenance p {
  position: absolute;
  top: 0;
  right: 0;
  width: 24.5333333333%;
  height: 0;
  padding-top: 3.7333333333%;
  margin: -8% 13.3333333333% 0% 0%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/common/bg_hd_maintenance.png) no-repeat 0 0;
  background-size: contain;
}
header .user .maintenance p span {
  display: none;
}
header .user .buttons {
  position: relative;
  width: 100%;
  background: #000;
  padding-top: 3.4666666667%;
  border-bottom: solid 1px #505050;
  pointer-events: none;
  transform: translateY(-110%);
  pointer-events: all;
}
header .user .buttons li {
  pointer-events: all;
  padding-top: 12%;
  border-top: solid 1px #505050;
}
header .user .buttons li a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-left: 4.8%;
  height: 0;
  padding-top: 7.4666666667%;
}
header .user .buttons li.btn-mynote a::before {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/common/btn_hd_mynote.png) no-repeat 0 0;
  background-size: contain;
  width: 22.9333333333%;
}
header .user .buttons li.btn-community a::before {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/common/btn_hd_community.png) no-repeat 0 0;
  background-size: contain;
  width: 53.8666666667%;
}
header .user .buttons li.btn-pointcharge a::before {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/common/btn_hd_pointcharge.png) no-repeat 0 0;
  background-size: contain;
  width: 43.7333333333%;
}
header .user .buttons li.btn-logout a::before {
  background: url(https://static.nexon.co.jp/maplestory/ver2021/common/btn_hd_logout.png) no-repeat 0 0;
  background-size: contain;
  width: 27.7333333333%;
}
header nav {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background: #000;
  transform: translateY(-120%);
  min-height: 101vh;
  overflow: hidden;
}
header nav ul {
  position: relative;
  width: 100%;
  font-size: 4vw;
}
header nav ul li {
  position: relative;
}
header nav ul li p {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 12%;
  cursor: pointer;
}
header nav ul li p::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-left: 4%;
  height: 0;
  padding-top: 7.4666666667%;
}
header nav ul li p span {
  display: none;
}
header nav ul li a {
  color: #fff;
  padding: 3.2% 0% 3.2% 0%;
  border-top: dotted 1px #505050;
}
header nav ul li ul {
  position: relative;
}
header nav ul li ul::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  margin: -6.1333333333% 4.5333333333% 0% 0%;
  background: #fff;
  width: 4%;
  height: 0;
  padding-top: 0.5333333333%;
  transform: rotateZ(0deg);
  pointer-events: none;
}
header nav ul li ul::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  margin: -7.8666666667% 6.2666666667% 0% 0%;
  background: #fff;
  width: 0.5333333333%;
  height: 0;
  padding-top: 4%;
  transform: rotateZ(0deg);
  pointer-events: none;
}
header nav ul li ul li {
  width: 100%;
  display: none;
}
header nav ul li ul.open::before {
  transform: rotateZ(-180deg);
}
header nav ul li ul.open::after {
  transform: rotateZ(-270deg);
}
header nav > ul {
  padding-top: 15.7333333333%;
  border-bottom: solid 1px #505050;
  margin-bottom: 40%;
}
header nav > ul > li {
  border-top: solid 1px #505050;
}
header nav > ul > li > ul > li > a {
  padding-left: 9.6%;
}
header nav > ul > li > ul > li > ul > li > a {
  padding-left: 14.4%;
}
header nav .menu-notice > p::before {
  width: 22.9333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/common/btn_gm_notice.png) no-repeat 0 0;
  background-size: contain;
}
header nav .menu-notice ul .active a {
  color: #000;
  background: #a4d05b;
}
header nav .menu-gameguide > p::before {
  width: 32.8%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/common/btn_gm_gameguide.png) no-repeat 0 0;
  background-size: contain;
}
header nav .menu-gameguide ul .active a {
  color: #000;
  background: #e4d01b;
}
header nav .menu-job > p::before {
  width: 23.2%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/common/btn_gm_job.png) no-repeat 0 0;
  background-size: contain;
}
header nav .menu-job ul .active a {
  color: #000;
  background: #ffcd00;
}
header nav .menu-community > p::before {
  width: 32.5333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/common/btn_gm_community.png) no-repeat 0 0;
  background-size: contain;
}
header nav .menu-community ul .active a {
  color: #000;
  background: #ffbc00;
}
header nav .menu-support > p::before {
  width: 22.9333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/common/btn_gm_support.png) no-repeat 0 0;
  background-size: contain;
}
header nav .menu-support ul .active a {
  color: #000;
  background: #ffa400;
}
header.openmenu {
  position: absolute;
}
header.openmenu .band::before {
  opacity: 1;
}
header.openmenu .btn-menu::before {
  transform: rotateZ(-315deg);
  margin-top: 38.0952380952%;
}
header.openmenu .btn-menu::after {
  transform: rotateZ(315deg);
  margin-bottom: 38.0952380952%;
}
header.openmenu .btn-menu span {
  opacity: 0;
}
header.openmenu nav {
  transform: translateY(0%);
  position: absolute;
}
header.openmenu nav ul li ul::before, header.openmenu nav ul li ul::after {
  transition: transform 0.3s ease;
}
header.openuser .band::before {
  opacity: 1;
}
header.openuser .user .after .buttons,
header.openuser .user .notset .buttons {
  transform: translateY(0%);
}
header.animation .band::before {
  transition: opacity 0.4s ease 0.1s;
}
header.animation .band .btn-menu::before, header.animation .band .btn-menu::after,
header.animation .band .btn-menu span {
  transition: all 0.4s ease 0s;
}
header.animation .user .after .buttons,
header.animation .user .notset .buttons {
  transition: transform 0.2s ease 0.1s;
}
header.animation nav {
  transition: transform 0.4s ease 0s;
}
header.openmenu.animation .band::before {
  transition: opacity 0.3s ease 0s;
}
header.openmenu.animation nav ul li ul::before, header.openmenu.animation nav ul li ul::after {
  transition: none;
}

header.openmenu ~ main,
header.openmenu ~ footer {
  display: none;
}

header.openmenu.animation ~ main,
header.openmenu.animation ~ footer {
  display: block;
}

/******************************************************************************
main
******************************************************************************/
main {
  position: relative;
  z-index: 10;
  margin: 12.2666666667% 0% 8% 0%;
  overflow: hidden;
}
main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  padding-top: 41.3333333333%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/common/bg_body.png) repeat-x center top;
  background-size: auto 100%;
}

/******************************************************************************
article
******************************************************************************/
article {
  position: relative;
  z-index: 5;
  padding: 0 4%;
  font-size: 1.6vw;
}
article h2 {
  text-align: center;
  font-size: 5.6vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  padding-top: 7.8260869565%;
}
article .breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 5.7971014493%;
  overflow: hidden;
}
article .breadcrumb li {
  background: #373737;
  font-size: 2vw;
  color: #fff;
  padding: 1.1594202899% 1.7391304348% 1.7391304348% 2.8985507246%;
  position: relative;
  line-height: 1;
}
article .breadcrumb li::before {
  content: '>';
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0.3em;
  font-size: 2.4vw;
  line-height: 1;
}
article .breadcrumb li:first-child {
  border-radius: 50px 0 0 50px;
}
article .breadcrumb li:first-child::before {
  content: normal;
}
article .breadcrumb li:last-child {
  padding-right: 2.8985507246%;
  border-radius: 0 50px 50px 0;
}
article .breadcrumb li a {
  color: #fff;
}
article h3 {
  border-top: solid 2px #373737;
  background: #f6f6f6;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  margin-top: 5.7971014493%;
  padding: 5.7971014493% 0% 3.768115942% 3.768115942%;
  border-bottom: solid 1px #e8e8e8;
}
article section .inner > div {
  padding-top: 5.7971014493%;
  margin: 0 1.4492753623%;
}
article .totop {
  display: none;
}

/******************************************************************************
side-menu
******************************************************************************/
.side-menu {
  display: none;
}

/******************************************************************************
footer
******************************************************************************/
footer {
  position: relative;
  z-index: 5;
  background: #373737;
  font-size: 2.1333333333vw;
  color: #fff;
  text-align: center;
  padding-bottom: 17.3333333333%;
  line-height: 1;
}
footer::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(https://static.nexon.co.jp/maplestory/ver2021/common/nexon.png) no-repeat 0 0;
  background-size: contain;
  width: 5.6%;
  height: 0;
  padding-top: 5.3333333333%;
  margin-bottom: 6%;
}
footer a {
  text-decoration: underline;
}
footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 85.3333333333%;
  margin: 0 auto;
  padding-top: 5.8666666667%;
}
footer ul li {
  position: relative;
  margin: 0.4em 0.4em 0 0;
  padding-right: 0.6em;
}
footer ul li::after {
  content: '|';
  font-size: 0.8em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
footer ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
footer ul li:last-child::after {
  content: normal;
}
footer p {
  margin-top: 4.5333333333%;
}
footer p a {
  color: #0aa0d2;
}

/******************************************************************************
コミュニティポイント
******************************************************************************/
.login-point {
  width: 275px;
  height: 330px;
  position: fixed;
  z-index: 1000;
  left: 0;
  bottom: -376px;
}
.login-point::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: url(https://static.nexon.co.jp/maplestory/ver2017/common/bg_login_char.png) no-repeat 0 0;
  background-size: contain;
  width: 140px;
  height: 220px;
}
.login-point .inner {
  position: absolute;
  top: 0;
  left: 35px;
  z-index: 5;
  background: url(https://static.nexon.co.jp/maplestory/ver2017/common/bg_login_point.png) no-repeat 0 0;
  background-size: 100%;
  width: 240px;
  height: 225px;
  transform-origin: left bottom;
  transform: scale(0.1);
}
.login-point .inner p {
  font-size: 0;
  overflow: hidden;
}
.login-point .inner p .point {
  position: absolute;
  top: 50px;
  left: 60px;
  display: block;
  font-size: 40px;
  font-weight: 500;
  color: #ee3000;
  line-height: 1;
}
.login-point .inner p .total-point {
  position: absolute;
  top: 129px;
  left: 70px;
  display: block;
  width: 40px;
  font-size: 18px;
  font-weight: 500;
  color: #665030;
  text-align: right;
  line-height: 1;
}
.login-point.open {
  bottom: -46px;
}
.login-point.open .inner {
  transform: scale(1);
}
.login-point.animation {
  transition: all 0.3s ease 0.3s;
}
.login-point.animation .inner {
  transition: all 0.6s cubic-bezier(0.5, -0.2, 0, 0.6) 0s;
}
.login-point.open.animation {
  transition: all 0.3s cubic-bezier(0, 0.4, 0.5, 1.2);
}
.login-point.open.animation .inner {
  transition: all 0.3s cubic-bezier(0, 0.4, 0.5, 1.2) 0.3s;
}

/******************************************************************************
colorbox
******************************************************************************/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30001;
  overflow: visible !important;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
  text-align: center;
}

#cboxLoadedContent {
  overflow: auto;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox:focus {
  outline: none;
}

#cboxClose {
  outline: none;
  border: none;
  opacity: 1;
  background: url(https://static.nexon.co.jp/maplestory/ver2017/sub/btn_modal_close.png) no-repeat 0 0;
  margin-top: 15px;
  width: 110px;
  height: 32px;
  z-index: 30002;
  white-space: nowrap;
  text-indent: 110%;
  overflow: hidden;
}
#cboxClose:hover {
  background-position: 0 100%;
}

.btn-modal-close {
  width: 110px;
  height: 32px;
  margin: 15px auto 0;
  white-space: nowrap;
  text-indent: 110%;
  overflow: hidden;
}
.btn-modal-close a {
  background: url(https://static.nexon.co.jp/maplestory/ver2017/sub/btn_modal_close.png) no-repeat 0 0;
  width: 110px;
  height: 32px;
}

.modal-wrapper {
  overflow: hidden;
  background: none;
  min-width: auto;
}

.modal article[class^="modal-"] {
  position: relative;
  max-width: 750px;
  padding: 0;
  margin: 0 auto;
  background: #fff;
}
.modal article[class^="modal-"]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  padding-top: 44.9275362319%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/common/bg_body.png) repeat-x center top;
  background-size: auto 100%;
}
.modal article[class^="modal-"] section,
.modal article[class^="modal-"] > div {
  position: relative;
  z-index: 5;
  padding: 4.347826087%;
}
.modal article[class^="modal-"] section h3,
.modal article[class^="modal-"] > div h3 {
  margin: 0;
}

div[class^="modal-"] {
  position: relative;
  max-width: 750px;
  padding: 0;
  margin: 0 auto;
  background: #fff;
}
div[class^="modal-"]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  padding-top: 44.9275362319%;
  background: url(https://static.nexon.co.jp/maplestory/ver2021/common/bg_body.png) repeat-x center top;
  background-size: auto 100%;
}
div[class^="modal-"] section,
div[class^="modal-"] .section {
  position: relative;
  z-index: 5;
  margin-top: 0px !important;
  padding: 4.347826087%;
}
div[class^="modal-"] section h3,
div[class^="modal-"] .section h3 {
  border-top: solid 2px #373737;
  background: #f6f6f6;
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  margin-top: 1.4492753623%;
  padding: 5.7971014493% 0% 3.768115942% 3.768115942%;
  border-bottom: solid 1px #e8e8e8;
  text-align: left;
}
div[class^="modal-"] section .inner,
div[class^="modal-"] .section .inner {
  margin: 0 !important;
}

/******************************************************************************
プレゼントモーダル
******************************************************************************/
.modal .modal-present {
  width: 100%;
  padding: 0;
}
.modal .modal-present section {
  width: 100%;
  padding: 4.347826087%;
}
.modal .modal-present section .inner h3 {
  margin-top: 0;
}
.modal .modal-present section .inner .txt {
  text-align: center;
}
.modal .modal-present section .inner .txt p {
  color: #754a0b;
  font-size: 16px;
  font-weight: bold;
}
.modal .modal-present section .inner .btn-info {
  width: 174px;
  height: 32px;
  margin: 5.7971014493% auto 0;
}
.modal .modal-present section .inner .btn-info a {
  background: url(https://static.nexon.co.jp/maplestory/ver2017/common/btn_modal_info.png) no-repeat 0 0;
  width: 100%;
  height: 100%;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}

@media (min-width: 1025px) {
  /******************************************************************************
  base
  ******************************************************************************/
  body {
    font-size: 18px;
  }

  /******************************************************************************
  GNB
  ******************************************************************************/
  #gnb-container {
    min-width: 1200px;
    display: block;
  }
  #gnb-container #gnb2 {
    min-width: 1200px;
  }

  /******************************************************************************
  wrapper
  ******************************************************************************/
  .wrapper {
    min-width: 1200px;
  }

  /******************************************************************************
  header
  ******************************************************************************/
  header {
    position: absolute;
    top: 35px;
    height: auto;
    padding-top: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
  }
  header::before {
    content: '';
    position: absolute;
    top: 76px;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.9);
  }
  header h1 {
    position: relative;
    margin: 8px 1px 8px 18px;
    width: 121px;
    min-width: 121px;
    height: 59px;
  }
  header .band {
    position: absolute;
    height: 78px;
    padding-top: 0;
    min-width: 1200px;
  }
  header .band .inner {
    min-width: 1200px;
    width: 1200px;
    position: relative;
    height: 76px;
    margin: 0 auto;
  }
  header .band .btn-menu {
    display: none;
  }
  header .user {
    display: none;
  }
  header nav {
    position: relative;
    background: none;
    padding-top: 0;
    transform: translateY(0);
    z-index: 30;
    transition: none;
    width: 1060px;
    min-height: auto;
    margin: 0;
  }
  header nav > ul {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    border-bottom: none;
  }
  header nav > ul > li {
    margin-top: 0;
    width: 200px;
    border-top: none;
    cursor: default;
  }
  header nav > ul > li p {
    width: 100%;
    height: 76px;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    margin: 0 auto;
    cursor: default;
  }
  header nav > ul > li p::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 30px;
    padding-top: 0;
    margin-left: 0;
  }
  header nav > ul > li a {
    padding: 0;
    border-top: none;
    font-size: 15px;
  }
  header nav > ul > li ul {
    position: relative;
    display: block;
    text-align: center;
    display: none;
    padding-bottom: 16px;
  }
  header nav > ul > li ul::before, header nav > ul > li ul::after {
    content: normal;
  }
  header nav > ul > li ul li {
    margin: 0 auto 12px;
    width: 100%;
    display: block;
  }
  header nav > ul > li > ul > li > a {
    padding-left: 0;
  }
  header nav > ul > li > ul > li ul {
    display: none;
  }
  header nav .menu-notice p::before {
    width: 87px;
  }
  header nav .menu-notice ul .active a {
    color: #fff;
    background: none;
  }
  header nav .menu-notice a:hover,
  header nav .menu-notice ul .active a:hover {
    color: #a4d05b;
  }
  header nav .menu-gameguide {
    width: 220px;
  }
  header nav .menu-gameguide p::before {
    width: 122px;
  }
  header nav .menu-gameguide ul .active a {
    color: #fff;
    background: none;
  }
  header nav .menu-gameguide a:hover,
  header nav .menu-gameguide ul .active a:hover {
    color: #e4d01b;
  }
  header nav .menu-job p::before {
    width: 87px;
  }
  header nav .menu-job ul .active a {
    color: #fff;
    background: none;
  }
  header nav .menu-job a:hover,
  header nav .menu-job ul .active a:hover {
    color: #ffcd00;
  }
  header nav .menu-community {
    width: 220px;
  }
  header nav .menu-community p::before {
    width: 118px;
  }
  header nav .menu-community ul .active a {
    color: #fff;
    background: none;
  }
  header nav .menu-community a:hover,
  header nav .menu-community ul .active a:hover {
    color: #ffbc00;
  }
  header nav .menu-support {
    width: 220px;
  }
  header nav .menu-support p::before {
    width: 87px;
  }
  header nav .menu-support ul .active a {
    color: #fff;
    background: none;
  }
  header nav .menu-support a:hover,
  header nav .menu-support ul .active a:hover {
    color: #ffa400;
  }
  header.slide::before {
    height: calc(100% - 76px);
  }
  header.slide .band::before {
    opacity: 1;
  }
  header.animation::before {
    transition: height 0.1s cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
  }
  header.animation .band::before {
    transition: opacity 0.15s ease 0.15s;
  }
  header.slide.animation::before {
    transition: height 0.1s cubic-bezier(0.42, 0, 0.58, 1);
  }
  header.slide.animation .band::before {
    transition: opacity 0.2s ease 0s;
  }
  header.fixed {
    position: fixed;
    top: 0;
  }

  /******************************************************************************
  main
  ******************************************************************************/
  main {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    margin: 76px 0 0;
    padding-bottom: 120px;
  }
  main::before {
    height: 310px;
    padding-top: 0;
  }
  main.single .side-menu {
    display: none;
  }
  main.single h2 {
    text-align: center;
    margin-left: 0;
  }

  /******************************************************************************
  article
  ******************************************************************************/
  article {
    order: 2;
    position: relative;
    z-index: 15;
    width: 880px;
    padding: 0;
    font-size: 12px;
  }
  article h2 {
    text-align: left;
    font-size: 48px;
    padding-top: 70px;
    margin-left: 64px;
  }
  article .breadcrumb {
    margin-top: 36px;
  }
  article .breadcrumb li {
    font-size: 15px;
    padding: 6px 12px 10px 20px;
  }
  article .breadcrumb li::before {
    font-size: 18px;
  }
  article .breadcrumb li:last-child {
    padding-right: 20px;
  }
  article h3 {
    font-size: 28px;
    margin-top: 30px;
    padding: 40px 0px 26px 30px;
  }
  article section .inner > div {
    padding: 20px 0 0 0;
    margin: 0 10px;
  }
  article .totop {
    position: fixed;
    left: 50%;
    margin-left: 600px;
    bottom: 30px;
    width: 32px;
    height: 32px;
    background: #373737;
  }
  article .totop::before {
    content: '';
    position: absolute;
    top: 13px;
    left: 13px;
    width: 14px;
    height: 3px;
    background: #fff;
    transform: rotateZ(45deg);
    pointer-events: none;
  }
  article .totop::after {
    content: '';
    position: absolute;
    top: 13px;
    right: 13px;
    width: 14px;
    height: 3px;
    background: #fff;
    transform: rotateZ(-45deg);
    pointer-events: none;
  }
  article .totop a {
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }

  /******************************************************************************
  side-menu
  ******************************************************************************/
  .side-menu {
    order: 1;
    display: block;
    position: relative;
    z-index: 10;
    width: 280px;
    margin-right: 40px;
  }
  .side-menu .function-area {
    margin-top: 130px;
    margin-bottom: 40px;
  }
  .side-menu .function-area .before .btn-login {
    position: relative;
    z-index: 5;
    background: #fff;
    width: 276px;
    height: 276px;
    border-radius: 50%;
    margin: 0 auto;
  }
  .side-menu .function-area .before .btn-login::before {
    content: '';
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(https://static.nexon.co.jp/maplestory/ver2021/common/btn_sd_login_01.png) no-repeat 0 0;
    background-size: contain;
    width: 236px;
    height: 236px;
    pointer-events: none;
    transition: none;
  }
  .side-menu .function-area .before .btn-login::after {
    content: '';
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateY(0deg);
    background: url(https://static.nexon.co.jp/maplestory/ver2021/common/btn_sd_login_02.png) no-repeat 0 0;
    background-size: contain;
    width: 236px;
    height: 236px;
    pointer-events: none;
  }
  .side-menu .function-area .before .btn-login:hover::after {
    transform: translate(-50%, -50%) rotateY(360deg);
    transition: all 0.5s ease;
  }
  .side-menu .function-area .before .btn-login p {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    margin: 10px;
    width: 256px;
    height: 256px;
    border-radius: 50%;
    overflow: hidden;
  }
  .side-menu .function-area .before .btn-login p a {
    width: 400%;
    height: 400%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(at 0% 0%, #f7cc08 38%, rgba(247, 204, 8, 0) 52%), radial-gradient(at 100% 0%, #fb9500 40%, rgba(251, 149, 0, 0) 52%), radial-gradient(at 100% 100%, #31dd48 40%, rgba(49, 221, 72, 0) 52%), radial-gradient(at 0% 100%, #29cfc3 44%, rgba(41, 207, 195, 0) 52%), #f7cc08;
    animation: login-button 30s linear infinite;
    transform-origin: 50% 50%;
  }
  .side-menu .function-area .after .avatar {
    width: 192px;
    margin: 0 auto;
    padding-top: 50px;
  }
  .side-menu .function-area .after .avatar img {
    width: 192px;
    height: 192px;
    image-rendering: pixelated;
    image-rendering: -webkit-crisp-edges;
    image-rendering: -moz-crisp-edges;
  }
  .side-menu .function-area .after .info .name {
    width: 100%;
    text-align: center;
    font-weight: 500;
  }
  .side-menu .function-area .after .info .status {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    background: #fff;
    margin-top: 16px;
  }
  .side-menu .function-area .after .info .status li {
    margin-left: 35px;
    width: 105px;
  }
  .side-menu .function-area .after .info .status li:nth-of-type(1), .side-menu .function-area .after .info .status li:nth-of-type(2) {
    margin-bottom: 16px;
  }
  .side-menu .function-area .after .info .status li.notice {
    position: relative;
    padding-left: 30px;
  }
  .side-menu .function-area .after .info .status li.notice::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(https://static.nexon.co.jp/maplestory/ver2021/common/icn_notice.png) no-repeat 0 0;
    width: 26px;
    height: 22px;
  }
  .side-menu .function-area .after .info .status li.notice a {
    color: #ff0000;
    text-decoration: underline;
  }
  .side-menu .function-area .after .info .status li.message {
    position: relative;
    padding-left: 34px;
  }
  .side-menu .function-area .after .info .status li.message::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(https://static.nexon.co.jp/maplestory/ver2021/common/icn_message.png) no-repeat 0 0;
    width: 26px;
    height: 22px;
  }
  .side-menu .function-area .after .info .status li.message a {
    color: #ff0000;
    text-decoration: underline;
  }
  .side-menu .function-area .after .info .status li.empty::after {
    content: '';
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .side-menu .function-area .after .info .status li.empty a {
    color: #272727;
    text-decoration: none;
  }
  .side-menu .function-area .after .info .points {
    margin-top: 16px;
    background: #e7e7e7;
    padding: 6px;
  }
  .side-menu .function-area .after .info .points dt {
    font-weight: 400;
    margin-bottom: 6px;
  }
  .side-menu .function-area .after .info .points dd {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    background: #fff;
    text-align: center;
  }
  .side-menu .function-area .after .info .points dd p {
    width: 200px;
  }
  .side-menu .function-area .after .info .points dd .btn-change {
    position: relative;
    width: 68px;
    height: 25px;
    background: #e7e7e7;
  }
  .side-menu .function-area .after .info .points dd .btn-change a {
    background: #be5aff;
    transition: all 0.2s ease-out;
  }
  .side-menu .function-area .after .info .points dd .btn-change a:hover {
    background: #cd7dff;
    transform: translateY(-2px);
    box-shadow: 0em 0.2em 0.8em 0.05em rgba(0, 0, 0, 0.1);
  }
  .side-menu .function-area .after .info .points dd .btn-change a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 38px;
    height: 14px;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/common/btn_fn_change.png) no-repeat 0 0;
    background-size: contain;
  }
  .side-menu .function-area .after .info .buttons {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
  }
  .side-menu .function-area .after .info .buttons li {
    position: relative;
    width: 135px;
    height: 28px;
  }
  .side-menu .function-area .after .info .buttons li a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96px;
    height: 16px;
  }
  .side-menu .function-area .after .info .buttons li.btn-mynote a {
    background: #00c8ff;
    transition: all 0.2s ease-out;
  }
  .side-menu .function-area .after .info .buttons li.btn-mynote a:hover {
    background: #46d7ff;
    transform: translateY(-2px);
    box-shadow: 0em 0.2em 0.8em 0.05em rgba(0, 0, 0, 0.1);
  }
  .side-menu .function-area .after .info .buttons li.btn-mynote a::before {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/common/btn_fn_mynote.png) no-repeat 0 0;
    background-size: contain;
  }
  .side-menu .function-area .after .info .buttons li.btn-logout a {
    background: #969696;
    transition: all 0.2s ease-out;
  }
  .side-menu .function-area .after .info .buttons li.btn-logout a:hover {
    background: #b4b4b4;
    transform: translateY(-2px);
    box-shadow: 0em 0.2em 0.8em 0.05em rgba(0, 0, 0, 0.1);
  }
  .side-menu .function-area .after .info .buttons li.btn-logout a::before {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/common/btn_fn_logout.png) no-repeat 0 0;
    background-size: contain;
  }
  .side-menu .function-area .notset .avatar {
    width: 192px;
    margin: 0 auto;
    padding-top: 50px;
  }
  .side-menu .function-area .notset .avatar img {
    width: 192px;
    height: 192px;
    image-rendering: pixelated;
    image-rendering: -webkit-crisp-edges;
    image-rendering: -moz-crisp-edges;
  }
  .side-menu .function-area .notset .info .txt {
    width: 100%;
    text-align: center;
    font-weight: 500;
    margin: 50px auto 60px;
  }
  .side-menu .function-area .notset .info .buttons {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
  }
  .side-menu .function-area .notset .info .buttons li {
    position: relative;
    width: 135px;
    height: 28px;
  }
  .side-menu .function-area .notset .info .buttons li a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96px;
    height: 16px;
  }
  .side-menu .function-area .notset .info .buttons li.btn-mynote a {
    background: #00c8ff;
    transition: all 0.2s ease-out;
  }
  .side-menu .function-area .notset .info .buttons li.btn-mynote a:hover {
    background: #46d7ff;
    transform: translateY(-2px);
    box-shadow: 0em 0.2em 0.8em 0.05em rgba(0, 0, 0, 0.1);
  }
  .side-menu .function-area .notset .info .buttons li.btn-mynote a::before {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/common/btn_fn_mynote.png) no-repeat 0 0;
    background-size: contain;
  }
  .side-menu .function-area .notset .info .buttons li.btn-logout a {
    background: #969696;
    transition: all 0.2s ease-out;
  }
  .side-menu .function-area .notset .info .buttons li.btn-logout a:hover {
    background: #b4b4b4;
    transform: translateY(-2px);
    box-shadow: 0em 0.2em 0.8em 0.05em rgba(0, 0, 0, 0.1);
  }
  .side-menu .function-area .notset .info .buttons li.btn-logout a::before {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/common/btn_fn_logout.png) no-repeat 0 0;
    background-size: contain;
  }
  .side-menu .function-area .maintenance .avatar {
    width: 275px;
    height: 275px;
    margin: 0 auto;
    background: url(https://static.nexon.co.jp/maplestory/ver2021/common/bg_sd_maintenance.png) no-repeat 0 0;
  }
  .side-menu .function-area .maintenance .avatar p {
    display: none;
  }
  .side-menu .menu-area {
    margin-bottom: 20px;
    border-top: solid 2px #373737;
    border-right: solid 1px #d8d8d8;
    border-bottom: solid 1px #d8d8d8;
    border-left: solid 1px #d8d8d8;
    padding: 36px 20px 20px 20px;
  }
  .side-menu .menu-area > p {
    position: relative;
    font-weight: 700;
    text-align: left;
    font-size: 24px;
    padding-left: 16px;
    margin-bottom: 36px;
  }
  .side-menu .menu-area > p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #21daed;
    width: 10px;
    height: 18px;
    border-radius: 30% / 25%;
  }
  .side-menu .menu-area ul {
    font-size: 16px;
  }
  .side-menu .menu-area ul li {
    margin: 16px 0;
    position: relative;
  }
  .side-menu .menu-area ul li p {
    padding-left: 12px;
  }
  .side-menu .menu-area ul li p::before {
    content: '-';
    position: absolute;
    top: -2px;
    left: 0;
  }
  .side-menu .menu-area ul li a {
    padding-left: 12px;
  }
  .side-menu .menu-area ul li a::before {
    content: '-';
    position: absolute;
    top: -2px;
    left: 0;
  }
  .side-menu .menu-area ul li a::after {
    content: '>';
    position: absolute;
    top: -2px;
    right: 0;
  }
  .side-menu .menu-area ul li a:hover {
    color: #00aadc;
  }
  .side-menu .menu-area ul li.active a {
    color: #00aadc;
  }
  .side-menu .menu-area ul li ul li a {
    margin-left: 14px;
  }
  .side-menu .menu-area ul li ul li a::before {
    content: normal;
  }
  .side-menu .official-banner li {
    width: 280px;
    height: 80px;
  }
  .side-menu .official-banner .btn-official-twitter a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/common/btn_official_twitter.png) no-repeat 0 0;
    transition: all 0.2s ease-out;
  }
  .side-menu .official-banner .btn-official-twitter a:hover {
    transform: translateY(-2px);
    box-shadow: 0em 0.2em 0.8em 0.05em rgba(0, 0, 0, 0.1);
  }
  .side-menu .official-banner .btn-official-youtube {
    margin-top: 20px;
  }
  .side-menu .official-banner .btn-official-youtube a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/common/btn_official_youtube.png) no-repeat 0 0;
    transition: all 0.2s ease-out;
  }
  .side-menu .official-banner .btn-official-youtube a:hover {
    transform: translateY(-2px);
    box-shadow: 0em 0.2em 0.8em 0.05em rgba(0, 0, 0, 0.1);
  }
  .side-menu .official-banner .btn-official-discord {
    margin-top: 20px;
  }
  .side-menu .official-banner .btn-official-discord a {
    background: url(https://static.nexon.co.jp/maplestory/ver2021/common/btn_official_discord.png) no-repeat 0 0;
    transition: all 0.2s ease-out;
  }
  .side-menu .official-banner .btn-official-discord a:hover {
    transform: translateY(-2px);
    box-shadow: 0em 0.2em 0.8em 0.05em rgba(0, 0, 0, 0.1);
  }

  /******************************************************************************
  footer
  ******************************************************************************/
  footer {
    font-size: 12px;
    padding-bottom: 110px;
    height: 240px;
  }
  footer::after {
    width: 42px;
    height: 40px;
    padding-top: 0;
    margin-bottom: 55px;
  }
  footer a {
    text-decoration: none;
  }
  footer a:hover {
    text-decoration: underline;
  }
  footer ul {
    width: 100%;
    padding-top: 40px;
  }
  footer p {
    margin-top: 16px;
  }

  /******************************************************************************
  colorbox
  ******************************************************************************/
  div[class^="modal-"] section,
  div[class^="modal-"] .section {
    padding: 30px;
  }
  div[class^="modal-"] section h3,
  div[class^="modal-"] .section h3 {
    font-size: 28px;
    margin-top: 10px;
    padding: 40px 0px 26px 30px;
  }
}
/******************************************************************************
animation
******************************************************************************/
@keyframes login-button {
  0% {
    transform: translate(-50%, -50%) rotateZ(0deg);
    transform-origin: 50% 50%;
  }
  10% {
    transform: translate(-50%, -50%) rotateZ(72deg);
    transform-origin: 60% 60%;
  }
  20% {
    transform: translate(-50%, -50%) rotateZ(144deg);
    transform-origin: 60% 40%;
  }
  30% {
    transform: translate(-50%, -50%) rotateZ(216deg);
    transform-origin: 40% 60%;
  }
  40% {
    transform: translate(-50%, -50%) rotateZ(288deg);
    transform-origin: 40% 40%;
  }
  50% {
    transform: translate(-50%, -50%) rotateZ(360deg);
    transform-origin: 50% 50%;
  }
  60% {
    transform: translate(-50%, -50%) rotateZ(288deg);
    transform-origin: 60% 60%;
  }
  70% {
    transform: translate(-50%, -50%) rotateZ(216deg);
    transform-origin: 60% 40%;
  }
  80% {
    transform: translate(-50%, -50%) rotateZ(144deg);
    transform-origin: 40% 60%;
  }
  90% {
    transform: translate(-50%, -50%) rotateZ(72deg);
    transform-origin: 40% 40%;
  }
  100% {
    transform: translate(-50%, -50%) rotateZ(0deg);
    transform-origin: 50% 50%;
  }
}
