@font-face {
  font-family: "Hall Fetica";
  src: url("../fonts/HallFetica.eot?") format("eot"), url("../fonts/HallFetica.woff") format("woff"),
    url("../fonts/HallFetica.ttf") format("truetype"),
    url("../fonts/HallFetica.svg#HallFetica") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "agency";
  src: url("../fonts/ufonts.com_agency-fb.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSansHant-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Futura LT Bold";
  src: url("../fonts/futura_lt_bold_1_.eot?") format("eot"),
    url("../fonts/futura-lt-bold.woff") format("woff"),
    url("../fonts/futura-lt-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Vrinda";
  src: url("../fonts/Vrinda.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*
	mixin
*/
/* line 156, ../sass/_basic.scss */
.bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(22, 22, 22, 0.95);
  z-index: -1;
  top: 0;
  left: 0;
}

/*
some variables
*/
@-webkit-keyframes move {
  /* line 184, ../sass/_basic.scss */
  from {
    background-position: 0 50%;
  }

  /* line 185, ../sass/_basic.scss */
  to {
    background-position: -100% 50%;
  }
}

@keyframes move {
  /* line 189, ../sass/_basic.scss */
  from {
    background-position: 0 50%;
  }

  /* line 190, ../sass/_basic.scss */
  to {
    background-position: -100% 50%;
  }
}

@-webkit-keyframes hoverPop {
  /* line 195, ../sass/_basic.scss */
  from {
    transform: scale(1);
  }

  /* line 196, ../sass/_basic.scss */
  to {
    transform: scale(1.5);
  }
}

@keyframes hoverPop {
  /* line 200, ../sass/_basic.scss */
  from {
    transform: scale(1);
  }

  /* line 201, ../sass/_basic.scss */
  to {
    transform: scale(1.5);
  }
}

@-webkit-keyframes w {
  /* line 207, ../sass/_basic.scss */
  0% {
    top: calc((100% - 30px) / 2);
    left: calc((100% - 30px) / 2);
    width: 30px;
    height: 30px;
    opacity: 1;
  }

  /* line 214, ../sass/_basic.scss */
  99% {
    opacity: 1;
  }

  /* line 217, ../sass/_basic.scss */
  100% {
    top: calc((100% - 2100px) / 2);
    left: calc((100% - 2100px) / 2);
    width: 2100px;
    height: 2100px;
    opacity: 0;
  }
}

@keyframes w {
  /* line 226, ../sass/_basic.scss */
  0% {
    top: calc((100% - 30px) / 2);
    left: calc((100% - 30px) / 2);
    width: 30px;
    height: 30px;
    opacity: 1;
  }

  /* line 233, ../sass/_basic.scss */
  99% {
    opacity: 1;
  }

  /* line 236, ../sass/_basic.scss */
  100% {
    top: calc((100% - 2100px) / 2);
    left: calc((100% - 2100px) / 2);
    width: 2100px;
    height: 2100px;
    opacity: 0;
  }
}

@-webkit-keyframes boundDown {
  /* line 248, ../sass/_basic.scss */
  from {
    height: 0;
    transform: translateY(-100vh);
  }

  /* line 253, ../sass/_basic.scss */
  to {
    height: 100vh;
    transform: translateY(0);
  }
}

@keyframes boundDown {
  /* line 262, ../sass/_basic.scss */
  from {
    height: 0;
  }

  /* line 266, ../sass/_basic.scss */
  to {
    height: 100vh;
  }
}

@keyframes fadeInFromNone {
  /* line 272, ../sass/_basic.scss */
  0% {
    display: none;
    opacity: 0;
  }

  /* line 277, ../sass/_basic.scss */
  1% {
    display: block;
    opacity: 0;
  }

  /* line 282, ../sass/_basic.scss */
  100% {
    display: block;
    opacity: 0.2;
  }
}

@-webkit-keyframes fadeInFromNone {
  /* line 287, ../sass/_basic.scss */
  0% {
    display: none;
    opacity: 0;
  }

  /* line 292, ../sass/_basic.scss */
  1% {
    display: block;
    opacity: 0;
  }

  /* line 297, ../sass/_basic.scss */
  100% {
    display: block;
    opacity: 0.2;
  }
}

@keyframes fadeInFromNone5 {
  /* line 304, ../sass/_basic.scss */
  0% {
    display: none;
    opacity: 0;
  }

  /* line 309, ../sass/_basic.scss */
  1% {
    display: block;
    opacity: 0;
  }

  /* line 314, ../sass/_basic.scss */
  100% {
    display: block;
    opacity: 0.5;
  }
}

@-webkit-keyframes fadeInFromNone5 {
  /* line 319, ../sass/_basic.scss */
  0% {
    display: none;
    opacity: 0;
  }

  /* line 324, ../sass/_basic.scss */
  1% {
    display: block;
    opacity: 0;
  }

  /* line 329, ../sass/_basic.scss */
  100% {
    display: block;
    opacity: 0.5;
  }
}

@keyframes fadeInFromNone10 {
  /* line 335, ../sass/_basic.scss */
  0% {
    display: none;
    opacity: 0;
  }

  /* line 340, ../sass/_basic.scss */
  1% {
    display: block;
    opacity: 0;
  }

  /* line 345, ../sass/_basic.scss */
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fadeInFromNone10 {
  /* line 350, ../sass/_basic.scss */
  0% {
    display: none;
    opacity: 0;
  }

  /* line 355, ../sass/_basic.scss */
  1% {
    display: block;
    opacity: 0;
  }

  /* line 360, ../sass/_basic.scss */
  100% {
    display: block;
    opacity: 1;
  }
}

/* line 366, ../sass/_basic.scss */
.leftRight {
  -webkit-animation-name: leftRight;
  -webkit-animation-duration: 0.3s;
  animation-name: leftRight;
  animation-duration: 0.3s;
}

@-webkit-keyframes leftRight {
  /* line 374, ../sass/_basic.scss */
  50% {
    transform: translateX(-65%) translateY(-50%);
  }

  /* line 377, ../sass/_basic.scss */
  100% {
    transform: translateX(50%) translateY(-50%);
  }
}

@keyframes leftRight {
  /* line 382, ../sass/_basic.scss */
  50% {
    transform: translateX(-65%) translateY(-50%);
  }

  /* line 385, ../sass/_basic.scss */
  100% {
    transform: translateX(50%) translateY(-50%);
  }
}

@-webkit-keyframes zoom {
  /* line 392, ../sass/_basic.scss */
  50% {
    transform: scale(1.3);
  }

  /* line 395, ../sass/_basic.scss */
  100% {
    transform: scale(1);
  }
}

@keyframes zoom {
  /* line 400, ../sass/_basic.scss */
  50% {
    transform: scale(1.3);
  }

  /* line 403, ../sass/_basic.scss */
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes fadeUp {
  /* line 410, ../sass/_basic.scss */
  0% {
    transform: translateY(50%);
    opacity: 0;
  }

  /* line 414, ../sass/_basic.scss */
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes fadeUp {
  /* line 420, ../sass/_basic.scss */
  0% {
    transform: translateY(50%);
    opacity: 0;
  }

  /* line 424, ../sass/_basic.scss */
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

@-webkit-keyframes load1 {
  /* line 432, ../sass/_basic.scss */
  0% {
    background: #fb7677;
  }

  /* line 433, ../sass/_basic.scss */
  25%,
  50%,
  75%,
  100% {
    background: #6c6e8d;
  }
}

@keyframes load1 {
  /* line 436, ../sass/_basic.scss */
  0%,
  100% {
    background: #fb7677;
  }

  /* line 437, ../sass/_basic.scss */
  25%,
  50%,
  75% {
    background: #6c6e8d;
  }
}

@-webkit-keyframes load2 {
  /* line 440, ../sass/_basic.scss */
  0%,
  100% {
    background: #fb7677;
  }

  /* line 441, ../sass/_basic.scss */
  25%,
  50%,
  75% {
    background: #6c6e8d;
  }
}

@keyframes load2 {
  /* line 444, ../sass/_basic.scss */
  25% {
    background: #fb7677;
  }

  /* line 445, ../sass/_basic.scss */
  0%,
  50%,
  75%,
  100% {
    background: #6c6e8d;
  }
}

@-webkit-keyframes load3 {
  /* line 448, ../sass/_basic.scss */
  50% {
    background: #fb7677;
  }

  /* line 449, ../sass/_basic.scss */
  0%,
  25%,
  75%,
  100% {
    background: #6c6e8d;
  }
}

@keyframes load3 {
  /* line 452, ../sass/_basic.scss */
  50% {
    background: #fb7677;
  }

  /* line 453, ../sass/_basic.scss */
  0%,
  25%,
  75%,
  100% {
    background: #6c6e8d;
  }
}

@-webkit-keyframes load4 {
  /* line 456, ../sass/_basic.scss */
  75% {
    background: #fb7677;
  }

  /* line 457, ../sass/_basic.scss */
  0%,
  25%,
  50%,
  100% {
    background: #6c6e8d;
  }
}

@keyframes load4 {
  /* line 460, ../sass/_basic.scss */
  75% {
    background: #fb7677;
  }

  /* line 461, ../sass/_basic.scss */
  0%,
  25%,
  50%,
  100% {
    background: #6c6e8d;
  }
}

/* line 5, ../sass/news.scss */
#newsLists {
  width: 45%;
  height: 100vh;
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  background: #ffffff;
}
/* line 13, ../sass/news.scss */
#newsLists:before {
  position: absolute;
  content: "";
  width: 30%;
  height: 100%;
  display: block;
  right: 0;
  transform: translateX(65%);
  background: url(../img/news_bg.png);
  background-size: 110% auto;
  pointer-events: none;
}
/* line 25, ../sass/news.scss */
#newsLists:after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 100%;
  left: -37px;
  background: #fff;
  z-index: 250;
  top: 0;
}

/* line 37, ../sass/news.scss */
#topNews {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
/* line 42, ../sass/news.scss */
#topNews:before {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 40%;
  display: block;
  position: absolute;
  background: #ffffff;
  z-index: 19;
}
/* line 53, ../sass/news.scss */
#topNews .postlist_content {
  width: 120vw;
  height: 100%;
  position: relative;
}
/* line 58, ../sass/news.scss */
#topNews #imgBG {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-image: url(../img/bg_blur.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}
/* line 66, ../sass/news.scss */
#topNews #imgBG:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background: #002231;
  opacity: 0.3;
  z-index: 8;
  pointer-events: none;
}

/* line 77, ../sass/news.scss */
#topNewsLists {
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  overflow: hidden;
}
/* line 83, ../sass/news.scss */
#topNewsLists .topPost {
  height: 100%;
  position: relative;
  width: 100vw;
  float: left;
  overflow: hidden;
}
/* line 89, ../sass/news.scss */
#topNewsLists .topPost .mainVision {
  position: fixed;
  right: 0;
  z-index: 1;
  height: 100%;
  width: 60vw;
  opacity: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 101, ../sass/news.scss */
#topNewsLists .topPost.active .mainVision {
  -webkit-animation: zoom 60s infinite;
  -moz-animation: zoom 60s infinite;
  animation: zoom 60s infinite;
  opacity: 1;
  transition: opacity 0.5s;
}
/* line 108, ../sass/news.scss */
#topNewsLists .topPost.pause .mainVision {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
  transform: scale(1.05);
}
/* line 111, ../sass/news.scss */
#topNewsLists .topPost.pause .mainVision:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background: #002231;
  opacity: 0.3;
  z-index: 8;
  pointer-events: none;
}
/* line 127, ../sass/news.scss */
#topNewsLists .topPost .content {
  position: absolute;
  color: white;
  z-index: 20;
  bottom: 15%;
  width: 100%;
  left: 0;
  cursor: pointer;
  max-width: 1280px;
  right: 0;
  margin: 0 auto;
}
/* line 138, ../sass/news.scss */
#topNewsLists .topPost .content .title {
  font-size: 23pt;
  width: 36%;
  position: absolute;
  top: 0;
  left: 54%;
  transform: translateY(-100%);
  font-weight: bold;
  line-height: 35px;
}
/* line 148, ../sass/news.scss */
#topNewsLists .topPost .content .article {
  margin-top: 12px;
  line-height: 20px;
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-spacing: inherit;
  width: 42%;
  margin-left: 54%;
}
/* line 157, ../sass/news.scss */
#topNewsLists .topPost .content .article p {
  margin: 0;
}
/* line 162, ../sass/news.scss */
#topNewsLists .topPost .info {
  position: absolute;
  bottom: -16px;
  width: 65%;
  left: 54%;
  z-index: 10;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 10pt;
  cursor: pointer;
  transform: translateY(100%);
}
/* line 173, ../sass/news.scss */
#topNewsLists .topPost .info .weekday {
  margin-left: 8px;
}
/* line 176, ../sass/news.scss */
#topNewsLists .topPost .info .category {
  font-size: 10pt;
  font-family: "Hall Fetica";
  margin-left: 28px;
  position: relative;
}
/* line 181, ../sass/news.scss */
#topNewsLists .topPost .info .category:before {
  content: "";
  position: absolute;
  display: block;
  height: 6px;
  width: 6px;
  transform: rotate(45deg);
  top: 4px;
  left: -18px;
}
/* line 193, ../sass/news.scss */
#topNewsLists .topPost .info .category[category="server"]:before {
  background: #f7a476;
}
/* line 193, ../sass/news.scss */
#topNewsLists .topPost .info .category[category="bug_issue"]:before {
  background: #f6cf5a;
}
/* line 193, ../sass/news.scss */
#topNewsLists .topPost .info .category[category="update"]:before {
  background: #88e14c;
}
/* line 193, ../sass/news.scss */
#topNewsLists .topPost .info .category[category="news"]:before {
  background: #7bd2f2;
}

/* line 201, ../sass/news.scss */
#topNews_nav {
  position: fixed;
  bottom: 8%;
  z-index: 10;
  width: 100%;
  max-width: 1280px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* line 210, ../sass/news.scss */
#topNews_nav .nav_content {
  left: 54%;
  height: 25px;
  padding: 0px 70px;
  min-width: 80px;
  text-align: center;
  position: absolute;
  transform: translateX(8px);
}
/* line 219, ../sass/news.scss */
#topNews_nav .pre,
#topNews_nav .next {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
/* line 225, ../sass/news.scss */
#topNews_nav .dot {
  display: inline-block;
  height: 25px;
  width: 25px;
  margin: 0 5px;
}
/* line 230, ../sass/news.scss */
#topNews_nav .dot:before {
  content: "";
  height: 8px;
  width: 8px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  margin: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
/* line 241, ../sass/news.scss */
#topNews_nav .dot.active:before {
  border: none;
  background: #ffffff;
}
/* line 245, ../sass/news.scss */
#topNews_nav .dot:hover:before {
  height: 10px;
  width: 10px;
}
/* line 250, ../sass/news.scss */
#topNews_nav .next {
  right: 0;
  left: auto;
}

/* line 256, ../sass/news.scss */
.rtl {
  width: 100%;
  height: calc(100vh - 190px);
  direction: rtl;
  padding: 0 0 10% 0;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  margin-top: 175px;
  margin-left: -24px;
  position: relative;
}

/* line 268, ../sass/news.scss */
#postList {
  position: relative;
  width: 100%;
  min-height: 100px;
  overflow: hidden;
  box-sizing: border-box;
  direction: ltr;
}
/* line 275, ../sass/news.scss */
#postList:before {
  content: "";
  position: fixed;
  display: block;
  width: 45%;
  left: 0;
  height: 140px;
  pointer-events: none;
  bottom: 0;
  z-index: 50;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

/* line 291, ../sass/news.scss */
#typeNav {
  position: absolute;
  top: 50px;
  height: 115px;
  width: 265px;
  right: 0;
  font-family: "Hall Fetica";
  display: none;
}
@media (max-width: 800px) {
  /* line 291, ../sass/news.scss */
  #typeNav {
    display: none;
  }
}
/* line 302, ../sass/news.scss */
#typeNav #nowStatus {
  position: absolute;
  right: 20px;
  width: 120px;
  height: 120px;
  overflow: hidden;
  cursor: pointer;
}
/* line 308, ../sass/news.scss */
#typeNav #nowStatus .border {
  width: 120px;
  height: 120px;
  position: absolute;
  cursor: pointer;
  transform: scale(0.7);
  transition: transform 0.1s;
}
/* line 315, ../sass/news.scss */
#typeNav #nowStatus .close {
  position: absolute;
  height: 10px;
  width: 10px;
  bottom: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
/* line 324, ../sass/news.scss */
#typeNav #nowStatus > span {
  position: absolute;
  top: 50%;
  right: 50%;
  color: #999999;
  transition: all 0.2s;
  width: 90px;
  text-align: center;
}
/* line 333, ../sass/news.scss */
#typeNav #nowStatus .divider {
  position: absolute;
  top: 50%;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  width: 75%;
  height: 2px;
  background: #999999;
  margin: 0 auto;
  transition: width 0.15s;
}
/* line 343, ../sass/news.scss */
#typeNav #nowStatus .status {
  transform: translateX(50%) translateY(40%);
}
/* line 345, ../sass/news.scss */
#typeNav #nowStatus .status:before {
  content: "ALL";
  text-transform: uppercase;
}
/* line 350, ../sass/news.scss */
#typeNav #nowStatus .text_category {
  transform: translateX(50%) translateY(-110%);
}
/* line 354, ../sass/news.scss */
#typeNav #typeSwitch {
  list-style: none;
  text-align: right;
  position: absolute;
  right: 155px;
  padding: 0;
  font-size: 12pt;
  width: 10px;
  margin: 10px 0;
  z-index: 50;
  overflow: hidden;
}
/* line 365, ../sass/news.scss */
#typeNav #typeSwitch li {
  transition: all 0.2s;
  margin: 0 0 9px;
  text-transform: uppercase;
  color: rgba(71, 82, 88, 0.5);
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  box-sizing: border-box;
  position: relative;
  transform: translateX(100%);
}
/* line 376, ../sass/news.scss */
#typeNav #typeSwitch li:after {
  content: "";
  height: 2px;
  width: 1px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: 0 auto;
}
/* line 386, ../sass/news.scss */
#typeNav #typeSwitch li:hover:after {
  width: 100%;
  transition: width 0.2s;
}
/* line 392, ../sass/news.scss */
#typeNav #typeSwitch li:hover.server:after {
  background: #f7a476;
}
/* line 392, ../sass/news.scss */
#typeNav #typeSwitch li:hover.bug_issue:after {
  background: #f6cf5a;
}
/* line 392, ../sass/news.scss */
#typeNav #typeSwitch li:hover.update:after {
  background: #88e14c;
}
/* line 392, ../sass/news.scss */
#typeNav #typeSwitch li:hover.news:after {
  background: #7bd2f2;
}
/* line 401, ../sass/news.scss */
#typeNav:hover #nowStatus .border {
  transform: scale(1);
}
/* line 404, ../sass/news.scss */
#typeNav:hover #nowStatus .status {
  transform: translateX(50%) translateY(-50%);
}
/* line 407, ../sass/news.scss */
#typeNav:hover #nowStatus .divider {
  width: 0;
}
/* line 410, ../sass/news.scss */
#typeNav:hover #nowStatus .text_category {
  transform: translateX(-80%) translateY(-110%);
}
/* line 414, ../sass/news.scss */
#typeNav:hover #typeSwitch {
  width: 100px;
}
/* line 416, ../sass/news.scss */
#typeNav:hover #typeSwitch li {
  transform: translateX(0);
}
/* line 421, ../sass/news.scss */
#typeNav:hover #typeSwitch li.server {
  transition-delay: 0.2s;
}
/* line 421, ../sass/news.scss */
#typeNav:hover #typeSwitch li.bug_issue {
  transition-delay: 0.3s;
}
/* line 421, ../sass/news.scss */
#typeNav:hover #typeSwitch li.update {
  transition-delay: 0.4s;
}
/* line 421, ../sass/news.scss */
#typeNav:hover #typeSwitch li.news {
  transition-delay: 0.5s;
}
/* line 137, ../sass/_basic.scss */
#typeNav.server #nowStatus .status:before {
  content: "SERVER";
}
/* line 141, ../sass/_basic.scss */
#typeNav.server #nowStatus .divider {
  background: #f7a476;
}
/* line 144, ../sass/_basic.scss */
#typeNav.server #typeSwitch {
  margin: 20px 0;
}
/* line 147, ../sass/_basic.scss */
#typeNav.server #typeSwitch li.server {
  transform: translateX(100%);
}
/* line 151, ../sass/_basic.scss */
#typeNav.server:hover .border path {
  fill: #f7a476;
}
/* line 152, ../sass/_basic.scss */
#typeNav.server:hover #nowStatus .status:before {
  color: #ffffff;
}
/* line 137, ../sass/_basic.scss */
#typeNav.bug_issue #nowStatus .status:before {
  content: "BUG ISSUE";
}
/* line 141, ../sass/_basic.scss */
#typeNav.bug_issue #nowStatus .divider {
  background: #f6cf5a;
}
/* line 144, ../sass/_basic.scss */
#typeNav.bug_issue #typeSwitch {
  margin: 20px 0;
}
/* line 147, ../sass/_basic.scss */
#typeNav.bug_issue #typeSwitch li.bug_issue {
  transform: translateX(100%);
}
/* line 151, ../sass/_basic.scss */
#typeNav.bug_issue:hover .border path {
  fill: #f6cf5a;
}
/* line 152, ../sass/_basic.scss */
#typeNav.bug_issue:hover #nowStatus .status:before {
  color: #ffffff;
}
/* line 137, ../sass/_basic.scss */
#typeNav.update #nowStatus .status:before {
  content: "UPDATE";
}
/* line 141, ../sass/_basic.scss */
#typeNav.update #nowStatus .divider {
  background: #88e14c;
}
/* line 144, ../sass/_basic.scss */
#typeNav.update #typeSwitch {
  margin: 20px 0;
}
/* line 147, ../sass/_basic.scss */
#typeNav.update #typeSwitch li.update {
  transform: translateX(100%);
}
/* line 151, ../sass/_basic.scss */
#typeNav.update:hover .border path {
  fill: #88e14c;
}
/* line 152, ../sass/_basic.scss */
#typeNav.update:hover #nowStatus .status:before {
  color: #ffffff;
}
/* line 137, ../sass/_basic.scss */
#typeNav.news #nowStatus .status:before {
  content: "NEWS";
}
/* line 141, ../sass/_basic.scss */
#typeNav.news #nowStatus .divider {
  background: #7bd2f2;
}
/* line 144, ../sass/_basic.scss */
#typeNav.news #typeSwitch {
  margin: 20px 0;
}
/* line 147, ../sass/_basic.scss */
#typeNav.news #typeSwitch li.news {
  transform: translateX(100%);
}
/* line 151, ../sass/_basic.scss */
#typeNav.news:hover .border path {
  fill: #7bd2f2;
}
/* line 152, ../sass/_basic.scss */
#typeNav.news:hover #nowStatus .status:before {
  color: #ffffff;
}

/* line 436, ../sass/news.scss */
#typeNavMobile {
  display: none;
  position: fixed;
  top: 0;
  min-height: 25px;
  width: calc(100% - 120px);
  background: #ffffff;
  line-height: 25px;
  padding: calc(5vh + 10px) 0 20px 30px;
  z-index: 40;
  list-style: none;
}
@media (max-width: 800px) {
  /* line 436, ../sass/news.scss */
  #typeNavMobile {
    /*
    		display: block;
    */
  }
}
/* line 452, ../sass/news.scss */
#typeNavMobile:after {
  content: "";
  display: block;
  left: 0;
  width: 100%;
  height: 15px;
  bottom: -15px;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FF00FFFF');
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, white),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background-image: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
/* line 467, ../sass/news.scss */
#typeNavMobile > div {
  float: left;
  font-family: "Hall Fetica";
  text-transform: uppercase;
  margin: 0 7px 15px;
  position: relative;
  cursor: pointer;
  color: #a8adb0;
}
/* line 475, ../sass/news.scss */
#typeNavMobile > div:after {
  content: "";
  height: 2px;
  width: 1px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: 0 auto;
}
/* line 484, ../sass/news.scss */
#typeNavMobile > div .back {
  position: absolute;
  top: -20px;
  font-size: 22pt;
  width: 100%;
  text-align: center;
  display: none;
}
/* line 492, ../sass/news.scss */
#typeNavMobile > div.active {
  color: #475258;
}
/* line 494, ../sass/news.scss */
#typeNavMobile > div.active:after {
  width: 100%;
  transition: width 0.2s;
}
/* line 498, ../sass/news.scss */
#typeNavMobile > div.active .back {
  display: block;
}
/* line 503, ../sass/news.scss */
#typeNavMobile > div.active.server:after {
  background: #f7a476;
}
/* line 503, ../sass/news.scss */
#typeNavMobile > div.active.bug_issue:after {
  background: #f6cf5a;
}
/* line 503, ../sass/news.scss */
#typeNavMobile > div.active.update:after {
  background: #88e14c;
}
/* line 503, ../sass/news.scss */
#typeNavMobile > div.active.news:after {
  background: #7bd2f2;
}

/* line 511, ../sass/news.scss */
.post {
  direction: ltr;
  width: calc(100% - 90px);
  position: relative;
  display: block;
  height: 70px;
  padding-left: 90px;
  margin-top: 30px;
  cursor: pointer;
  color: #475258;
  text-decoration: none;
}
/* line 522, ../sass/news.scss */
.post:before {
  content: "";
  width: 80%;
  height: 1px;
  display: block;
  position: absolute;
  opacity: 0.1;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  background: -moz-linear-gradient(
    left,
    rgba(149, 149, 149, 0) 0%,
    rgba(33, 33, 33, 0.75) 22%,
    #010101 50%,
    rgba(38, 38, 38, 0.75) 83%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(149, 149, 149, 0) 0%,
    rgba(33, 33, 33, 0.75) 22%,
    #010101 50%,
    rgba(38, 38, 38, 0.75) 83%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(149, 149, 149, 0) 0%,
    rgba(33, 33, 33, 0.75) 22%,
    #010101 50%,
    rgba(38, 38, 38, 0.75) 83%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00959595', endColorstr='#00ffffff',GradientType=1 );
}
/* line 74, ../sass/_basic.scss */
.post[type="server"]:hover {
  color: #f7a476;
}
/* line 76, ../sass/_basic.scss */
.post[type="server"]:hover .title .type,
.post[type="server"]:hover .time {
  opacity: 1;
}
/* line 80, ../sass/_basic.scss */
.post[type="server"] .divider svg path {
  stroke: #f7a476;
}
/* line 74, ../sass/_basic.scss */
.post[type="bug_issue"]:hover {
  color: #f6cf5a;
}
/* line 76, ../sass/_basic.scss */
.post[type="bug_issue"]:hover .title .type,
.post[type="bug_issue"]:hover .time {
  opacity: 1;
}
/* line 80, ../sass/_basic.scss */
.post[type="bug_issue"] .divider svg path {
  stroke: #f6cf5a;
}
/* line 74, ../sass/_basic.scss */
.post[type="update"]:hover {
  color: #88e14c;
}
/* line 76, ../sass/_basic.scss */
.post[type="update"]:hover .title .type,
.post[type="update"]:hover .time {
  opacity: 1;
}
/* line 80, ../sass/_basic.scss */
.post[type="update"] .divider svg path {
  stroke: #88e14c;
}
/* line 74, ../sass/_basic.scss */
.post[type="news"]:hover {
  color: #7bd2f2;
}
/* line 76, ../sass/_basic.scss */
.post[type="news"]:hover .title .type,
.post[type="news"]:hover .time {
  opacity: 1;
}
/* line 80, ../sass/_basic.scss */
.post[type="news"] .divider svg path {
  stroke: #7bd2f2;
}
/* line 542, ../sass/news.scss */
.post .time {
  position: absolute;
  left: 28px;
  height: 100%;
  width: 50px;
  font-family: "agency";
  opacity: 0.5;
}
/* line 549, ../sass/news.scss */
.post .time .year {
  font-size: 14pt;
  letter-spacing: 2px;
}
/* line 554, ../sass/news.scss */
.post .divider {
  position: absolute;
  left: 75px;
  height: 35px;
  width: 2px;
}
/* line 559, ../sass/news.scss */
.post .divider svg {
  transform: translateX(-46%);
}
/* line 564, ../sass/news.scss */
.post .title .type {
  font-size: 10pt;
  text-transform: uppercase;
  font-family: "Hall Fetica";
  opacity: 0.5;
}
/* line 570, ../sass/news.scss */
.post .title .content {
  line-height: 30px;
  color: #64656e;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 30em;
}
/* line 581, ../sass/news.scss */
.post:hover .time {
  left: 20px;
}
/* line 584, ../sass/news.scss */
.post:hover .divider {
  width: 35px;
  left: 60px;
  background: none;
}
/* line 588, ../sass/news.scss */
.post:hover .divider svg {
  transform: translateX(3%);
}
/* line 592, ../sass/news.scss */
.post:hover .title {
  margin-left: 10px;
}

/* line 597, ../sass/news.scss */
.squareBG {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  margin: 0 auto;
  max-width: 1280px;
}

/* line 603, ../sass/news.scss */
.square {
  height: 78vh;
  width: 78vh;
  position: absolute;
  margin: 0 auto;
  right: 6.4%;
  z-index: 10;
  bottom: 36%;
  pointer-events: none;
  max-width: 800px;
  max-height: 800px;
}

/* line 615, ../sass/news.scss */
.decor_line {
  position: absolute;
  margin: 0 auto;
  right: 22.6%;
  z-index: 10;
  bottom: 68%;
}

/* ---------------------------------*/
/*  Mobile News List detail page    */
/* ---------------------------------*/
@media (max-width: 800px) {
  /* line 629, ../sass/news.scss */
  #newsListPage {
    overflow-y: auto;
    overflow-x: hidden;
  }
  /* line 632, ../sass/news.scss */
  #newsListPage .headline {
    display: none;
  }
  /* line 635, ../sass/news.scss */
  #newsListPage.showPage2 {
    overflow: hidden;
  }
  /* line 638, ../sass/news.scss */
  #newsListPage.showPage2 .scrollHint {
    color: #485258;
  }
  /* line 640, ../sass/news.scss */
  #newsListPage.showPage2 .scrollHint svg {
    top: -18px;
    bottom: auto;
  }
  /* line 643, ../sass/news.scss */
  #newsListPage.showPage2 .scrollHint svg path {
    fill: #485258;
  }
  /* line 647, ../sass/news.scss */
  #newsListPage.showPage2 .scrollHint .headline {
    display: block;
  }

  /* line 652, ../sass/news.scss */
  .showPage2 #topNews_nav {
    display: none;
  }

  /* line 655, ../sass/news.scss */
  #topNews {
    position: relative;
    z-index: 50;
  }
  /* line 658, ../sass/news.scss */
  #topNews:before {
    display: none;
  }

  /* line 664, ../sass/news.scss */
  #topNewsLists .topPost .mainVision {
    width: 100%;
    pointer-events: none;
    position: absolute;
  }
  /* line 670, ../sass/news.scss */
  #topNewsLists .topPost .content .title {
    width: 75%;
    left: 10%;
  }
  /* line 674, ../sass/news.scss */
  #topNewsLists .topPost .content .article {
    width: 80%;
    margin-left: 10%;
  }
  /* line 678, ../sass/news.scss */
  #topNewsLists .topPost .content .info {
    left: 10%;
  }

  /* line 683, ../sass/news.scss */
  #topNews_nav .nav_content {
    left: 10%;
  }

  /* line 687, ../sass/news.scss */
  .square {
    width: 85vw;
    height: 85vw;
    bottom: auto;
    top: 0;
    left: 0;
    right: auto;
    min-width: 300px;
    min-height: 300px;
    transform: translate(-15%, -15%);
  }

  /* line 698, ../sass/news.scss */
  .decor_line {
    width: 90vw;
    right: auto;
    bottom: auto;
    top: -47vw;
    left: -33vw;
    height: 90vw;
  }

  /* line 709, ../sass/news.scss */
  #topNews[category="server"] .squareBG .square path {
    stroke: #f7a476;
  }
  /* line 712, ../sass/news.scss */
  #topNews[category="server"] .decor_line path,
  #topNews[category="server"] .categoryMobile path {
    fill: #f7a476;
  }

  /* line 709, ../sass/news.scss */
  #topNews[category="bug_issue"] .squareBG .square path {
    stroke: #f6cf5a;
  }
  /* line 712, ../sass/news.scss */
  #topNews[category="bug_issue"] .decor_line path,
  #topNews[category="bug_issue"] .categoryMobile path {
    fill: #f6cf5a;
  }

  /* line 709, ../sass/news.scss */
  #topNews[category="update"] .squareBG .square path {
    stroke: #88e14c;
  }
  /* line 712, ../sass/news.scss */
  #topNews[category="update"] .decor_line path,
  #topNews[category="update"] .categoryMobile path {
    fill: #88e14c;
  }

  /* line 709, ../sass/news.scss */
  #topNews[category="news"] .squareBG .square path {
    stroke: #7bd2f2;
  }
  /* line 712, ../sass/news.scss */
  #topNews[category="news"] .decor_line path,
  #topNews[category="news"] .categoryMobile path {
    fill: #7bd2f2;
  }
}
/* ----------------------*/
/*   Post detail page    */
/* --------------------- */
/* line 731, ../sass/news.scss */
#postPage {
  overflow-x: hidden;
  overflow-y: auto;
}
/* line 734, ../sass/news.scss */
#postPage .content {
  height: auto;
  min-height: 100%;
  z-index: 2;
}
/* line 738, ../sass/news.scss */
#postPage .content:before {
  content: "";
  height: 100vh;
  width: 20px;
  right: 0;
  top: 0;
  background: #ffffff;
  position: fixed;
  display: block;
}

/* line 754, ../sass/news.scss */
#postPage[category="server"] .squareBG .square path {
  stroke: #f7a476;
}
/* line 757, ../sass/news.scss */
#postPage[category="server"] .decor_line path,
#postPage[category="server"] .categoryMobile path {
  fill: #f7a476;
}
/* line 761, ../sass/news.scss */
#postPage[category="server"] .deco_square .fillColor {
  stop-color: #f7a476;
}

/* line 754, ../sass/news.scss */
#postPage[category="bug_issue"] .squareBG .square path {
  stroke: #f6cf5a;
}
/* line 757, ../sass/news.scss */
#postPage[category="bug_issue"] .decor_line path,
#postPage[category="bug_issue"] .categoryMobile path {
  fill: #f6cf5a;
}
/* line 761, ../sass/news.scss */
#postPage[category="bug_issue"] .deco_square .fillColor {
  stop-color: #f6cf5a;
}

/* line 754, ../sass/news.scss */
#postPage[category="update"] .squareBG .square path {
  stroke: #88e14c;
}
/* line 757, ../sass/news.scss */
#postPage[category="update"] .decor_line path,
#postPage[category="update"] .categoryMobile path {
  fill: #88e14c;
}
/* line 761, ../sass/news.scss */
#postPage[category="update"] .deco_square .fillColor {
  stop-color: #88e14c;
}

/* line 754, ../sass/news.scss */
#postPage[category="news"] .squareBG .square path {
  stroke: #7bd2f2;
}
/* line 757, ../sass/news.scss */
#postPage[category="news"] .decor_line path,
#postPage[category="news"] .categoryMobile path {
  fill: #7bd2f2;
}
/* line 761, ../sass/news.scss */
#postPage[category="news"] .deco_square .fillColor {
  stop-color: #7bd2f2;
}

/* line 767, ../sass/news.scss */
.deco_square {
  position: absolute;
  right: 234px;
  height: 200px;
  width: 200px;
  bottom: 40px;
  z-index: 7;
  pointer-events: none;
}

/* line 777, ../sass/news.scss */
.viewPage > .content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

/* line 784, ../sass/news.scss */
.max {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 55;
  pointer-events: none;
  max-width: 1280px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

/* line 796, ../sass/news.scss */
.pageNav {
  position: absolute;
  left: 0;
  width: 7vw;
  max-width: 35px;
  box-sizing: border-box;
  height: 230px;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
}
/* line 798, ../sass/news.scss */
.pageNav#diary_nav,
.pageNav#post_nav {
  pointer-events: auto;
}
/* line 811, ../sass/news.scss */
.pageNav > div {
  height: 40px;
  position: absolute;
  width: 100%;
  cursor: pointer;
}
/* line 817, ../sass/news.scss */
.pageNav svg {
  width: 100%;
  height: auto;
}
/* line 820, ../sass/news.scss */
.pageNav svg path {
  stroke: #002231;
}
/* line 823, ../sass/news.scss */
.pageNav svg text {
  fill: #002231;
  font-size: 8pt;
}
/* line 828, ../sass/news.scss */
.pageNav .next {
  top: 0;
}
/* line 830, ../sass/news.scss */
.pageNav .next.disabled {
  opacity: 0.14;
}
/* line 833, ../sass/news.scss */
.pageNav .next text {
  display: none;
}
/* line 835, ../sass/news.scss */
.pageNav .close {
  top: 50%;
  transform: translateY(-50%);
}
/* line 838, ../sass/news.scss */
.pageNav .close svg {
  margin-top: 4px;
}
/* line 839, ../sass/news.scss */
.pageNav .close path {
  transition: transform 0.1s;
}
/* line 842, ../sass/news.scss */
.pageNav .close .toRight {
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
/* line 847, ../sass/news.scss */
.pageNav .close .toLeft {
  transform: translateX(0);
}
/* line 851, ../sass/news.scss */
.pageNav .prev {
  bottom: 0;
}
/* line 853, ../sass/news.scss */
.pageNav .prev.disabled {
  opacity: 0.2;
}
/* line 856, ../sass/news.scss */
.pageNav .prev text {
  display: none;
}
/* line 860, ../sass/news.scss */
.pageNav .close:hover path.toRight {
  transform: translateX(15px);
}
/* line 863, ../sass/news.scss */
.pageNav .close:hover path.toLeft {
  transform: translateX(-15px);
}
/* line 869, ../sass/news.scss */
.pageNav .next:hover text,
.pageNav .prev:hover text {
  display: block;
}

/* line 874, ../sass/news.scss */
#article,
#diary_article,
#article404 {
  width: 47%;
  min-height: 100%;
  position: relative;
  z-index: 30;
  padding-top: 40px;
  padding-bottom: 20%;
  padding-left: 7%;
  box-sizing: border-box;
}
/* line 883, ../sass/news.scss */
#article:after,
#article:before,
#diary_article:after,
#diary_article:before,
#article404:after,
#article404:before {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  display: block;
  height: 20%;
  pointer-events: none;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF00FFFF', endColorstr='#FFFFFFFF');
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(100%, #ffffff)
  );
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
/* line 895, ../sass/news.scss */
#article .topCover,
#diary_article .topCover,
#article404 .topCover {
  position: fixed;
  top: 0;
  left: 0;
  height: 5vh;
  width: 100%;
  background: #ffffff;
}
/* line 903, ../sass/news.scss */
#article:before,
#diary_article:before,
#article404:before {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FF00FFFF');
  background-image: -webkit-gradient(
    linear,
    50% 0%,
    50% 100%,
    color-stop(0%, #ffffff),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background-image: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  top: 5vh;
  bottom: auto;
}
/* line 910, ../sass/news.scss */
#article #article_category,
#article #diary_article_episode,
#article #article_category404,
#diary_article #article_category,
#diary_article #diary_article_episode,
#diary_article #article_category404,
#article404 #article_category,
#article404 #diary_article_episode,
#article404 #article_category404 {
  text-transform: uppercase;
  line-height: 40px;
  font-size: 10pt;
  font-weight: bold;
  letter-spacing: 2px;
  margin-left: 5px;
}
/* line 918, ../sass/news.scss */
#article #title,
#article #diary_title,
#article #title404,
#diary_article #title,
#diary_article #diary_title,
#diary_article #title404,
#article404 #title,
#article404 #diary_title,
#article404 #title404 {
  width: 100%;
  line-height: 35px;
  font-size: 23pt;
  font-weight: bold;
}
/* line 924, ../sass/news.scss */
#article #article_content,
#article #diary_article_content,
#article #article_content404,
#diary_article #article_content,
#diary_article #diary_article_content,
#diary_article #article_content404,
#article404 #article_content,
#article404 #diary_article_content,
#article404 #article_content404 {
  font-size: 12pt;
  margin-top: 30px;
  line-height: 2;
  position: relative;
}

/* line 932, ../sass/news.scss */
#shareArea,
#diary_shareArea {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

/* line 939, ../sass/news.scss */
.timeMax {
  height: 100%;
  width: 100%;
  position: absolute;
  max-width: 1280px;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  margin: 0 auto;
}

/* line 945, ../sass/news.scss */
.rightWord {
  position: absolute;
  right: 60px;
  font-size: 118pt;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
  color: #485258;
  font-family: Futura LT Bold;
  line-height: 148px;
}

/* line 957, ../sass/news.scss */
.share_content {
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  max-width: 1280px;
  margin: 0 auto;
  pointer-events: none;
}

/* line 964, ../sass/news.scss */
.shareBtns {
  height: 100px;
  width: 100px;
  position: absolute;
  right: 450px;
  top: calc(50% + 188px);
  overflow: hidden;
  pointer-events: initial;
}
/* line 972, ../sass/news.scss */
.shareBtns .fa {
  color: #ffffff;
  position: absolute;
  top: 0;
  font-size: 18pt;
  margin: 17px 20px;
  left: 0;
  pointer-events: none;
}
/* line 980, ../sass/news.scss */
.shareBtns .fa.fa-facebook {
  margin: 55px 60px;
}
/* line 984, ../sass/news.scss */
.shareBtns .mobile.btns {
  display: none;
}
/* line 987, ../sass/news.scss */
.shareBtns path {
  cursor: pointer;
}

/* line 991, ../sass/news.scss */
#backtoList {
  position: fixed;
  top: calc(50% + 266px);
  font-size: 12pt;
  text-transform: uppercase;
  right: 0;
  color: #485258;
  max-width: 1280px;
  left: 0;
  margin: 0 auto;
  text-align: right;
  box-sizing: border-box;
  padding-right: 69px;
  font-weight: bold;
}
/* line 1005, ../sass/news.scss */
#backtoList span {
  cursor: pointer;
}

/* line 1010, ../sass/news.scss */
.categoryMobile {
  display: none;
  width: 15vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media (max-width: 800px) {
  /* line 1010, ../sass/news.scss */
  .categoryMobile {
    display: block;
  }
}

/* line 1022, ../sass/news.scss */
.mobileRight {
  position: fixed;
  color: #475258;
  z-index: 150;
  font-family: Futura LT Bold;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  right: 8px;
  top: calc(20vh + 40vw);
  display: none;
}
@media (max-width: 800px) {
  /* line 1022, ../sass/news.scss */
  .mobileRight {
    display: block;
  }
}

@media (max-width: 800px) {
  /* line 1039, ../sass/news.scss */
  #newsLists {
    width: 100%;
    position: relative;
  }

  /* line 1043, ../sass/news.scss */
  .rtl {
    width: 100%;
    left: -20px;
    right: 0;
    margin: calc(7vh + 60px) auto 0;
    height: 90%;
  }

  /* line 1050, ../sass/news.scss */
  #postList {
    width: 92%;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 10%;
  }
  /* line 1055, ../sass/news.scss */
  #postList .post .title .content {
    width: 90%;
  }

  /* line 1060, ../sass/news.scss */
  .pageNav {
    position: fixed;
    left: 3vw;
  }

  /* line 1065, ../sass/news.scss */
  #shareArea {
    display: none;
  }

  /* line 1068, ../sass/news.scss */
  .share_content {
    z-index: 50;
  }

  /* line 1071, ../sass/news.scss */
  .shareBtns {
    height: auto;
    width: 10vw;
    top: 26vw;
    right: 0;
  }
  /* line 1076, ../sass/news.scss */
  .shareBtns .fa {
    display: none;
  }
  /* line 1083, ../sass/news.scss */
  .shareBtns .btns {
    display: none;
  }
  /* line 1086, ../sass/news.scss */
  .shareBtns .mobile.btns {
    display: block;
    width: 100%;
  }

  /* line 1091, ../sass/news.scss */
  #article {
    width: 90%;
    padding-left: 15vw;
  }

  /* line 1095, ../sass/news.scss */
  #backtoList {
    display: none;
  }

  /* line 1098, ../sass/news.scss */
  #newsLists:after {
    left: -20px;
  }

  /* line 1101, ../sass/news.scss */
  #postList:before {
    width: 100%;
  }
}
@media (max-width: 800px) and (orientation: landscape) {
  /* line 1071, ../sass/news.scss */
  .shareBtns {
    width: 10vh;
    top: 26vh;
  }
}
