﻿@charset "UTF-8";
/* CSS Document */
/* ====================================================================
contents
==================================================================== */
article h2.ttl {
  height: 0;
  padding-top: 33px;
  margin-left: 30px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/news/ttl_news_pc.png) no-repeat;
  overflow: hidden;
}

/* ====================================================================
view
==================================================================== */
article .view {
  margin-top: 24px;
}
article .view .sttl {
  position: relative;
  margin: 0 30px;
  padding: 48px 150px 0;
  background-color: #fff;
}
article .view .sttl h3 {
  min-height: 46px;
  padding: 0 140px 13px 0;
  font-size: 15px;
  color: #1e1e1e;
  background: url(https://static.nexon.co.jp/nexon/ver2017/common/img_dotline_gray.png) repeat-x left bottom;
}
article .view .sttl h3 span {
  color: #0aa0d2;
}
article .view .sttl h3.important span {
  color: #ff5400;
}
article .view .sttl h3.important span::before {
  content: "重要";
  display: inline-block;
  width: 41px;
  height: 20px;
  text-align: center;
  text-indent: 0;
  background-color: #ff5500;
  color: #fff;
  line-height: 1.5;
}
article .view .sttl dl {
  position: absolute;
  top: 48px;
  right: 150px;
  width: 120px;
  font-size: 0;
  color: #788796;
}
article .view .sttl dl dt::after {
  content: "：";
}
article .view .sttl dl dt,
article .view .sttl dl dd {
  display: inline-block;
  font-size: 12px;
  line-height: 1.8;
}
article .view .text {
  margin: 0 30px;
  padding: 27px 150px 60px;
  background-color: #fff;
  word-break: break-all;
}
article .view .text em,
article .view .text em a {
  font-style: normal;
  color: #ff5400;
}

/* ====================================================================
list
==================================================================== */
article .sp-tab {
  display: none;
}

.btn-search {
  display: none;
}

article .list ul {
  margin: 0 auto;
  background: url(https://static.nexon.co.jp/nexon/ver2017/common/img_dotline_gray.png) repeat-x left bottom;
}

article .list li {
  position: relative;
  background: url(https://static.nexon.co.jp/nexon/ver2017/common/img_dotline_gray.png) repeat-x left top;
  padding: 17px 90px 14px 17px;
  text-indent: -17px;
}

article .list li::before {
  content: "・";
  color: #1e1e1e;
}

article .list li.new::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 5px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/common/icn_new.png) no-repeat;
  vertical-align: middle;
}

article .list li a {
  text-decoration: none;
  font-size: 12px;
  color: #1e1e1e;
  line-height: 1.8;
}

article .list li time {
  position: absolute;
  top: 50%;
  right: 2px;
  font-size: 12px;
  color: #788796;
  margin-top: -0.7em;
}

article .list.important {
  margin-top: 39px;
  padding: 0 30px;
}

article .list.important li span::before {
  content: "重要";
  display: inline-block;
  width: 33px;
  height: 17px;
  text-align: center;
  text-indent: 0;
  background-color: #ff5500;
  color: #fff;
  line-height: 1.5;
}

article .list.important li span,
article .list.important li a:hover {
  color: #ff5400;
}

article .list.normal li span,
article .list.normal li a:hover {
  color: #0aa0d2;
}

article .list.normal {
  position: relative;
  margin-top: 39px;
  padding-top: 51px;
}

article .list.normal > div {
  padding: 0 30px;
}

article .list.normal > div ul {
  display: none;
}

article .list.normal > div.active ul {
  display: block;
}

article .list.normal div h3 {
  position: absolute;
  top: 0;
  height: 22px;
  text-align: center;
  /*background:url(https://static.nexon.co.jp/nexon/ver2017/news/tab_news.png) no-repeat;
  text-indent:110%;
  white-space:nowrap;
  overflow:hidden;
  */
  font-size: 14px;
  color: #788796;
  cursor: pointer;
}

article .normal div.active h3,
article .normal div h3:hover {
  color: #0aa0d2;
}

article .list.normal div h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 0px;
  height: 3px;
  margin-left: 0;
  background-color: #0aa0d2;
  transition: all .2s ease-out 0s;
}

article .normal div.all h3 {
  width: 58px;
  left: 30px;
  background-position: 0 0;
}

article .normal div.all.active h3,
article .normal div.all h3:hover {
  background-position: 0 -22px;
}

article .normal div.all h3:hover::after,
article .normal div.all.active h3::after {
  width: 58px;
  margin-left: -29px;
}

article .normal div.general h3 {
  width: 44px;
  left: 99px;
  background-position: -125px 0;
}

article .normal div.general.active h3,
article .normal div.general h3:hover {
  background-position: -125px -22px;
}

article .normal div.general h3:hover::after,
article .normal div.general.active h3::after {
  width: 44px;
  margin-left: -22px;
}

article .normal div.accounting h3 {
  width: 44px;
  left: 154px;
  background-position: -180px 0;
}

article .normal div.accounting.active h3,
article .normal div.accounting h3:hover {
  background-position: -180px -22px;
}

article .normal div.accounting.active h3::after,
article .normal div.accounting h3:hover::after {
  width: 44px;
  margin-left: -22px;
}

article .normal div.press h3 {
  width: 110px;
  left: 209px;
  background-position: -235px 0;
}

article .normal div.press.active h3,
article .normal div.press h3:hover {
  background-position: -235px -22px;
}

article .normal div.press.active h3::after,
article .normal div.press h3:hover::after {
  width: 110px;
  margin-left: -55px;
}

/* ====================================================================
search
==================================================================== */
.search {
  position: absolute;
  top: -4px;
  right: 0;
}

.search .input {
  display: inline-block;
}

.search .input input {
  box-sizing: border-box;
  width: 200px;
  height: 25px;
  border: solid 1px #b4b4b4;
  margin-right: 8px;
  padding: 0 6px;
}

.search .input .btn.submit {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 0;
  padding-top: 25px;
  vertical-align: middle;
}

.search .input .btn.submit a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://static.nexon.co.jp/nexon/ver2017/news/btn_search.png) no-repeat center top;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}

.search .input .btn.submit a:hover {
  background-position: center bottom;
}

/* ====================================================================
btn
==================================================================== */
.btn {
  width: 480px;
  margin: 0 auto;
}
.btn a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
}
.btn.back {
  margin-top: 30px;
  width: 300px;
}
.btn.back a {
  position: relative;
  height: 60px;
  padding: 19px 20px 0;
  background-color: #0aa0d2;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.btn.back a::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 20px;
  display: block;
  width: 12px;
  height: 19px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/common/icn_arrow_next.svg) no-repeat;
  transform: rotate(180deg);
}
.btn.back a:hover {
  background-color: #14aae5;
}
.btn.more {
  margin-top: 30px;
  width: 300px;
}
.btn.more a {
  position: relative;
  height: 60px;
  padding: 19px 20px 0;
  background-color: #0aa0d2;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.btn.more a::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 268px;
  display: block;
  width: 12px;
  height: 19px;
  background: url(https://static.nexon.co.jp/nexon/ver2017/common/icn_arrow_next.svg) no-repeat;
  transform: rotate(90deg);
}
.btn.more a:hover {
  background-color: #14aae5;
}

/* ====================================================================
Responsive
==================================================================== */
@media screen and (max-width: 1147px) and (min-width: 808px) {
  article .view .sttl {
    padding: 48px 30px 0;
  }

  article .view .sttl dl {
    right: 30px;
  }

  article .view .text {
    padding: 27px 30px 60px;
  }

  article .view .text img {
    width: 100%;
  }

  .search .input input {
    width: 100px;
  }

  .search .input .btn.submit {
    width: 48px;
  }
}
@media screen and (max-width: 1579px) and (min-width: 1148px) {
  article .view .sttl {
    padding: 48px 30px 0;
  }

  article .view .sttl dl {
    right: 30px;
  }

  article .view .text {
    padding: 27px 30px 60px;
  }
}
@media screen and (max-width: 807px) {
  .right > article {
    padding: 7.6% 0;
  }

  article h2.ttl {
    width: 50.6%;
    height: 0;
    padding-top: 7.0%;
    margin-left: 4.1%;
    background: url(https://static.nexon.co.jp/nexon/ver2017/news/ttl_news_sp.png) no-repeat;
    background-size: contain;
    overflow: hidden;
  }

  article .view {
    margin-top: 5%;
  }

  article .view .sttl {
    margin: 0 4.1%;
    padding: 4.1% 4.1% 0;
  }

  article .view .sttl h3 {
    padding: 0 0 0 0;
    font-size: 3.3vw;
    color: #1e1e1e;
    background: none;
  }

  article .view .sttl dl {
    position: static;
    width: 100%;
    padding: 2.5% 0;
    background: url(https://static.nexon.co.jp/nexon/ver2017/common/img_dotline_gray.png) repeat-x left bottom;
    text-align: right;
    font-size: 0;
    color: #788796;
  }

  article .view .sttl dt {
    margin-left: 2.7%;
  }

  article .view .sttl dt,
  article .view .sttl dd {
    font-size: 2.5vw;
    line-height: 1.8;
  }

  article .view .text {
    margin: 0 4.1%;
    padding: 4.1% 4.1% 6.6%;
    font-size: 3.3vw;
  }

  article .view .text img {
    width: 100%;
  }

  /* ====================================================================
  list
  ==================================================================== */
  article .sp-tab {
    position: relative;
    display: block;
    margin-top: 5.5%;
    background-color: #fff;
  }

  article .sp-tab {
    display: block;
    padding: 6.25% 0;
    background-color: #fff;
  }

  article .sp-tab ul {
    margin-left: 4.1%;
    font-size: 0;
  }

  article .sp-tab ul li {
    position: relative;
    display: inline-block;
    padding: 0 2.7%;
  }

  article .sp-tab ul li + li::before {
    content: "";
    position: absolute;
    top: 1vw;
    left: 0;
    display: block;
    width: 1px;
    height: 4vw;
    background-color: #b4b4b4;
  }

  article .sp-tab ul li a {
    font-size: 3.8vw;
    font-size: 3.8888888889vw;
    color: #b4b4b4;
  }

  article .sp-tab ul li.current a {
    text-decoration: none;
    color: #1e1e1e;
  }

  .btn-search {
    display: block;
    position: absolute;
    right: 4.1%;
    top: 28%;
    width: 8.3%;
    height: 0;
    padding-top: 8.3%;
  }

  .btn-search a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: solid 2px #95989a;
    background: url(https://static.nexon.co.jp/nexon/ver2017/news/icn_search_sp.png) no-repeat;
    background-size: 100% 200%;
    text-indent: 110%;
    overflow: hidden;
    white-space: nowrap;
  }

  .btn-search a.active {
    background-position: 0 100%;
  }

  article .list ul {
    margin: 0 auto;
    background: url(https://static.nexon.co.jp/nexon/ver2017/common/img_dotline_gray.png) repeat-x left bottom;
  }

  article .list li {
    position: relative;
    background: url(https://static.nexon.co.jp/nexon/ver2017/common/img_dotline_gray.png) repeat-x left top;
    padding: 4.1% 0 8.3% 4.1%;
    text-indent: -2.8%;
  }

  article .list li::before {
    content: "・";
    color: #1e1e1e;
  }

  article .list li.new::after {
    content: "";
    display: inline-block;
    width: 3.4vw;
    height: 3.4vw;
    margin-left: 1.3%;
    background: url(https://static.nexon.co.jp/nexon/ver2017/common/icn_new.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
  }

  article .list li a {
    text-decoration: underline;
    font-size: 3.3vw;
    color: #1e1e1e;
    line-height: 1.8;
  }

  article .list li span {
    font-size: 3.3vw;
  }

  article .list li time {
    position: absolute;
    top: auto;
    bottom: 1.4vw;
    right: 0;
    font-size: 2.5vw;
    color: #788796;
    margin-top: 0em;
  }

  article .list.important {
    margin-top: 5%;
    padding: 0 4.1%;
  }

  article .list.important li span::before {
    content: "重要";
    display: inline-block;
    width: 10.4%;
    height: auto;
    font-size: 3.3vw;
    text-align: center;
    text-indent: 0;
    background-color: #ff5500;
    color: #fff;
    line-height: 1.5;
  }

  article .list.normal {
    position: relative;
    margin-top: 0;
    padding-top: 0;
  }

  article .list.normal > div {
    padding: 0 4.1%;
  }

  article .list.normal > div ul {
    display: none;
  }

  article .list.normal > div.active ul {
    display: block;
  }

  article .list.normal div h3 {
    display: none;
  }

  /* ====================================================================
  search
  ==================================================================== */
  .search {
    position: relative;
    top: 0;
    margin: 0 0 5.5%;
    padding: 0 4.1%;
    background-color: #fff;
    height: 0;
    overflow: hidden;
  }

  .search.open {
    height: auto;
    padding-bottom: 5.5% !important;
  }

  .search h3 {
    width: 100%;
    padding-top: 4.0%;
    background: url(https://static.nexon.co.jp/nexon/ver2017/news/txt_keyword_sp.png) no-repeat;
    background-size: auto 100%;
  }

  .search .input {
    display: flex;
    width: 100%;
    margin-top: 0;
    padding: 0;
    background-color: #f0f1f2;
  }

  .search .input form {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    padding: 2.7%;
  }

  .search .input input {
    width: 78.5%;
    height: 5.2vw;
    margin-right: 0;
    font-size: 2.7vw;
  }

  .search .input .btn.submit {
    width: 16.6%;
    padding-top: 5.2vw;
  }

  .search .input .btn.submit a {
    background: url(https://static.nexon.co.jp/nexon/ver2017/news/btn_search_sp.png) no-repeat;
    background-size: 100% 200%;
  }

  .search .popular {
    margin-top: 4.1%;
    font-size: 2.7vw;
  }

  /* ====================================================================
  btn
  ==================================================================== */
  .btn {
    width: 100%;
  }
  .btn.back {
    margin: 5.5555555556% auto 0% auto;
    width: 69.4444444444vw;
  }
  .btn.back a {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 4.1666666667vw 3.4722222222vw 4.1666666667vw 3.4722222222vw;
    font-size: 3.8888888889vw;
  }
  .btn.back a::after {
    position: static;
    top: auto;
    left: auto;
    width: 2.3611111111vw;
    height: 3.6111111111vw;
    background: url(https://static.nexon.co.jp/nexon/ver2017/common/icn_arrow_next.svg) no-repeat;
    transform: rotate(180deg);
  }
  .btn.back a:hover {
    background-color: #14aae5;
  }
  .btn.more {
    margin: 5.5555555556% auto 0% auto;
    width: 69.4444444444vw;
  }
  .btn.more a {
    position: relative;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4.1666666667vw 3.4722222222vw 4.1666666667vw 3.4722222222vw;
    font-size: 3.8888888889vw;
  }
  .btn.more a::after {
    position: static;
    top: auto;
    left: auto;
    width: 2.3611111111vw;
    height: 3.6111111111vw;
    background: url(https://static.nexon.co.jp/nexon/ver2017/login/icn_arrow_next.svg) no-repeat;
    background-size: 100%;
    transform: rotate(90deg);
  }
  .btn.common-b, .btn.common-g {
    margin: 5.5555555556% auto 0% auto;
    width: 69.4444444444vw;
  }
  .btn.common-b a, .btn.common-g a {
    position: relative;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4.1666666667vw 3.4722222222vw 4.1666666667vw 3.4722222222vw;
    font-size: 3.8888888889vw;
  }
  .btn.common-b a::after, .btn.common-g a::after {
    position: static;
    top: auto;
    left: auto;
    width: 1.6666666667vw;
    height: 2.6388888889vw;
    background: url(https://static.nexon.co.jp/nexon/ver2017/login/icn_arrow_next.svg) no-repeat;
    background-size: 100%;
  }
  .btn.common-g a {
    flex-direction: row-reverse;
  }
  .btn.sp-back {
    position: relative;
    display: block;
    background-color: #f0f3f6;
    height: 4.1666666667vw;
  }
  .btn.sp-back > span {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 1;
    height: 4.1666666667vw;
  }
  .btn.sp-back > div {
    position: fixed;
    bottom: 0;
    z-index: 5;
    width: 100%;
    height: 4.1666666667vw;
  }
  .btn.sp-back > div > span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #f0f3f6;
  }
  .btn.sp-back > div > span a {
    position: absolute;
    top: -6.9444444444vw;
    left: 50%;
    z-index: 3;
    display: block;
    border-radius: 50%;
    padding: 5.5555555556vw 0vw 0vw 0vw;
    width: 19.4444444444vw;
    height: 19.4444444444vw;
    margin: 0vw 0vw 0vw -9.7222222222vw;
    background-color: #0aa0d2;
    text-align: center;
    font-size: 3.3333333333vw;
    font-weight: bold;
    color: #fff;
  }
  .btn.sp-back > div > span a::after {
    content: "";
    display: block;
    position: absolute;
    top: 1.3888888889vw;
    left: 50%;
    margin: 0vw 0vw 0vw -1.8055555556vw;
    width: 3.6111111111vw;
    height: 3.6111111111vw;
    background: url(https://static.nexon.co.jp/nexon/ver2017/common/icn_arrow_sp_back.svg) no-repeat;
    background-size: 100%;
  }
  .btn.sp-back > div > span::before {
    content: "";
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f0f3f6;
  }
  .btn.sp-back > div > span::after {
    content: "";
    position: absolute;
    top: -8.3333333333vw;
    left: 50%;
    z-index: 1;
    display: block;
    border-radius: 50%;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    margin: 0vw 0vw 0vw -11.1111111111vw;
    width: 22.2222222222vw;
    height: 22.2222222222vw;
    background-color: #f0f3f6;
  }
  .btn.sp-back > div::before {
    content: "";
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f0f3f6;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
  }
}
