body#news #news-area .inner #error a, body#news #news-area .btn-more, #article #detail-wrapper .link .news .btn-news, #article #detail-wrapper #error a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 350px;
  height: 70px;
  margin: 0 auto;
  font-size: 16px;
  color: #ffffff;
  background: #333333;
  border-radius: 5px; }
  body#news #news-area .inner #error a:hover, body#news #news-area .btn-more:hover, #article #detail-wrapper .link .news .btn-news:hover, #article #detail-wrapper #error a:hover {
    opacity: .8; }
  body#news #news-area .inner #error a span, body#news #news-area .btn-more span, #article #detail-wrapper .link .news .btn-news span, #article #detail-wrapper #error a span {
    position: relative;
    padding-left: 30px; }
    body#news #news-area .inner #error a span::before, body#news #news-area .btn-more span::before, #article #detail-wrapper .link .news .btn-news span::before, #article #detail-wrapper #error a span::before {
      background-image: url(/assets/common/sprites/icons/sprite.png);
      background-position: -54px -54px;
      width: 21px;
      height: 21px;
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }

body#news {
  background: #ffffff; }
  body#news > header, body#news > footer, body#news #app-header {
    min-width: 900px; }
  body#news #news-area {
    max-width: 1240px;
    min-width: 900px;
    margin: 140px auto 0; }
    body#news #news-area h2 {
      width: 158px;
      margin: 0 0 15px 20px;
      line-height: 1; }
    body#news #news-area .inner {
      width: calc(100% - 40px);
      margin: 0 20px;
      padding: 20px;
      background: #e6e6e6;
      border-radius: 10px;
      box-sizing: border-box; }
      body#news #news-area .inner #error {
        width: 100%;
        margin: 100px 0;
        text-align: center; }
        body#news #news-area .inner #error a {
          margin-top: 20px; }
    body#news #news-area nav {
      margin: 0 0 35px 20px; }
      body#news #news-area nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        body#news #news-area nav ul li {
          margin-right: 15px; }
      body#news #news-area nav [class^=icon-category] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 120px;
        height: 30px;
        font-size: 12px;
        color: #ffffff;
        border-radius: 5px; }
        body#news #news-area nav [class^=icon-category]:hover {
          opacity: .8; }
    body#news #news-area #news-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body#news #news-area #news-list li {
        width: 32%;
        background: #ffffff; }
        body#news #news-area #news-list li:nth-child(n + 4) {
          margin-top: 20px; }
        body#news #news-area #news-list li:nth-child(3n + 1) {
          margin-right: 2%; }
        body#news #news-area #news-list li:nth-child(3n) {
          margin-left: 2%; }
        body#news #news-area #news-list li#no-posts {
          width: 100%;
          margin: 0;
          text-align: center;
          background: none; }
      body#news #news-area #news-list a {
        position: relative;
        display: block; }
        body#news #news-area #news-list a:hover .imt-thumb,
        body#news #news-area #news-list a:hover [class^=icon-category] {
          opacity: .8; }
        body#news #news-area #news-list a .icon {
          display: block;
          position: absolute;
          top: -5px;
          left: -2%; }
        body#news #news-area #news-list a .is_new {
          background: url("../../images/common/icon_new.png");
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat;
          width: 42px;
          height: 17px; }
        body#news #news-area #news-list a .is_update {
          background: url("../../images/common/icon_update.png");
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat;
          width: 62px;
          height: 20px; }
      body#news #news-area #news-list .imt-thumb {
        width: 100%; }
      body#news #news-area #news-list .time {
        position: relative;
        margin: 15px;
        font-size: 12px; }
        @media (max-width: 980px) {
          body#news #news-area #news-list .time {
            font-size: 10px; } }
      body#news #news-area #news-list [class^=icon-category] {
        width: 30.18868%;
        max-width: 112px;
        min-width: 90px;
        height: 19px;
        line-height: 1;
        padding-top: 3px;
        display: block;
        color: #ffffff;
        text-align: center;
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 5px;
        box-sizing: border-box; }
      body#news #news-area #news-list .title {
        min-height: 85px;
        padding: 0 15px; }
    body#news #news-area .btn-more {
      margin-top: 20px; }
    body#news #news-area [class^=icon-category].icon-category0 {
      background: #1da1f2; }
    body#news #news-area [class^=icon-category].icon-category1 {
      background: #78c846; }
    body#news #news-area [class^=icon-category].icon-category2 {
      background: #07f7d3; }
    body#news #news-area [class^=icon-category].icon-category3 {
      background: #3257b7; }
    body#news #news-area [class^=icon-category].icon-category4 {
      background: #ff7800; }
    body#news #news-area [class^=icon-category].icon-category5 {
      background: #e6001e; }

body#news-detail {
  background: #ffffff; }

h2 {
  width: 1200px;
  margin: 165px auto 10px; }

#article {
  width: 1200px;
  margin: 0 auto;
  border: 1px solid #b3b3b3;
  border-radius: 10px; }
  #article .category li[class^=icon-category] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 120px;
    height: 30px;
    font-size: 12px;
    color: #ffffff;
    border-radius: 5px; }
    #article .category li[class^=icon-category].icon-category0 {
      background: #1da1f2; }
    #article .category li[class^=icon-category].icon-category1 {
      background: #78c846; }
    #article .category li[class^=icon-category].icon-category2 {
      background: #07f7d3; }
    #article .category li[class^=icon-category].icon-category3 {
      background: #3257b7; }
    #article .category li[class^=icon-category].icon-category4 {
      background: #ff7800; }
    #article .category li[class^=icon-category].icon-category5 {
      background: #e6001e; }
  #article article {
    width: 900px;
    margin: 70px auto; }
    #article article .header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #article article .header .date {
        font-size: 14px;
        margin-left: 12px;
        line-height: 1; }
    #article article h1 {
      font-size: 18px;
      font-weight: bold;
      margin: 15px 0; }
    #article article section {
      min-height: 400px; }
      #article article section img {
        max-width: 100%;
        height: auto; }
      #article article section h1 {
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 20px; }
      #article article section h2 {
        font-size: 16px;
        margin-bottom: 20px; }
      #article article section h3 {
        font-size: 16px;
        margin-bottom: 10px; }
      #article article section p {
        font-size: 16px;
        margin-bottom: 20px; }
      #article article section a {
        color: #4af;
        text-decoration: underline; }
  #article #detail-wrapper {
    width: 900px;
    margin: 70px auto; }
    #article #detail-wrapper a {
      color: #337ab7; }
      #article #detail-wrapper a:hover, #article #detail-wrapper a:focus {
        color: #23527c; }
    #article #detail-wrapper .inner {
      width: 100%; }
    #article #detail-wrapper .header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #article #detail-wrapper .header .date {
        font-size: 14px;
        margin-left: 12px;
        line-height: 1; }
    #article #detail-wrapper h1 {
      font-size: 18px;
      font-weight: bold;
      margin: 15px 0; }
    #article #detail-wrapper img {
      margin-bottom: 5px;
      max-width: 100%; }
    #article #detail-wrapper .summonPickUp {
      position: relative;
      margin-bottom: 20px; }
      #article #detail-wrapper .summonPickUp img {
        margin: 0;
        display: block; }
      #article #detail-wrapper .summonPickUp .title {
        -webkit-border-image: url("../../images/pc/news/bg_pick_title.png") 0 218 0 10 stretch round;
                border-image: url("../../images/pc/news/bg_pick_title.png") 0 218 0 10 fill stretch round;
        border-width: 0px 218px 0px 10px;
        border-style: solid;
        height: 40px;
        line-height: 40px;
        color: #ffffff;
        padding-left: 6px; }
      #article #detail-wrapper .summonPickUp .imageStatusWrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        #article #detail-wrapper .summonPickUp .imageStatusWrap .mainImage {
          width: 400px;
          margin-right: 20px; }
          #article #detail-wrapper .summonPickUp .imageStatusWrap .mainImage img {
            width: 100%;
            vertical-align: top; }
        #article #detail-wrapper .summonPickUp .imageStatusWrap .status {
          width: 480px; }
          #article #detail-wrapper .summonPickUp .imageStatusWrap .status .status {
            padding: 30px 10px 0; }
          #article #detail-wrapper .summonPickUp .imageStatusWrap .status .param {
            padding: 20px 10px 0; }
          #article #detail-wrapper .summonPickUp .imageStatusWrap .status .base {
            line-height: 1;
            margin-bottom: 20px; }
            #article #detail-wrapper .summonPickUp .imageStatusWrap .status .base ul {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
            #article #detail-wrapper .summonPickUp .imageStatusWrap .status .base li.type img {
              width: 130px; }
            #article #detail-wrapper .summonPickUp .imageStatusWrap .status .base li.skill {
              position: relative;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              background: #383032;
              height: 24px;
              margin-left: 20px;
              padding: 0 10px 0 24px;
              box-sizing: border-box;
              -webkit-transform: skew(-20deg);
                      transform: skew(-20deg); }
              #article #detail-wrapper .summonPickUp .imageStatusWrap .status .base li.skill span {
                display: block;
                color: #ffffff;
                font-size: 18px;
                -webkit-transform: skew(20deg);
                        transform: skew(20deg); }
              #article #detail-wrapper .summonPickUp .imageStatusWrap .status .base li.skill::after {
                content: '';
                background: url("../../../common/images/common/news/icon_skill_share.png") no-repeat;
                background-size: contain;
                width: 24px;
                height: 24px;
                position: absolute;
                top: 0;
                left: 0;
                -webkit-transform: skew(20deg);
                        transform: skew(20deg); }
            #article #detail-wrapper .summonPickUp .imageStatusWrap .status .base li:not(.type):not(.skill) {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
              background: url("../../images/pc/news/bg_pick_status.png") no-repeat;
              background-size: contain;
              margin-right: 20px;
              width: 210px;
              height: 24px; }
              #article #detail-wrapper .summonPickUp .imageStatusWrap .status .base li:not(.type):not(.skill) span:first-child {
                width: 96px;
                box-sizing: border-box;
                text-align: center;
                padding-top: 4px;
                color: #ffffff; }
              #article #detail-wrapper .summonPickUp .imageStatusWrap .status .base li:not(.type):not(.skill) span:last-child {
                padding-right: 4px;
                font-size: 20px;
                font-weight: bold; }
          #article #detail-wrapper .summonPickUp .imageStatusWrap .status .lower-area {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
                -ms-flex-align: end;
                    align-items: flex-end;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; }
            #article #detail-wrapper .summonPickUp .imageStatusWrap .status .lower-area .total {
              width: 59%; }
            #article #detail-wrapper .summonPickUp .imageStatusWrap .status .lower-area .available-mode {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
              width: 39%;
              height: 24px;
              padding-top: 2px;
              border-bottom: 2px solid #333333;
              -webkit-transform: skew(-15deg);
                      transform: skew(-15deg); }
              #article #detail-wrapper .summonPickUp .imageStatusWrap .status .lower-area .available-mode .txt {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                background: #333333;
                padding: 0 10px; }
                #article #detail-wrapper .summonPickUp .imageStatusWrap .status .lower-area .available-mode .txt span {
                  font-size: 11px;
                  color: #ffffff;
                  white-space: nowrap;
                  -webkit-transform: skew(15deg);
                          transform: skew(15deg); }
              #article #detail-wrapper .summonPickUp .imageStatusWrap .status .lower-area .available-mode .icon {
                padding-right: 7px;
                white-space: nowrap;
                -webkit-transform: skew(15deg);
                        transform: skew(15deg); }
                #article #detail-wrapper .summonPickUp .imageStatusWrap .status .lower-area .available-mode .icon img {
                  display: inline;
                  width: 21px;
                  margin: 1px 1px;
                  vertical-align: top; }
          #article #detail-wrapper .summonPickUp .imageStatusWrap .status .total {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            border-bottom: 2px solid #012233;
            line-height: 1;
            width: 272px; }
            #article #detail-wrapper .summonPickUp .imageStatusWrap .status .total span:first-child {
              width: 136px; }
              #article #detail-wrapper .summonPickUp .imageStatusWrap .status .total span:first-child img {
                width: 100%;
                vertical-align: bottom;
                margin: 0 0 -5px -4px; }
            #article #detail-wrapper .summonPickUp .imageStatusWrap .status .total span:last-child {
              font-size: 24px;
              font-weight: bold;
              padding: 5px 4px 0 0; }
      #article #detail-wrapper .summonPickUp .thumbList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 25px 7px 0 2px; }
        #article #detail-wrapper .summonPickUp .thumbList .thumbnail {
          position: relative;
          width: 80px;
          margin-right: 8px; }
          #article #detail-wrapper .summonPickUp .thumbList .thumbnail img {
            width: 100%; }
            #article #detail-wrapper .summonPickUp .thumbList .thumbnail img.rarity {
              position: absolute;
              bottom: 5px;
              left: 50%;
              -webkit-transform: translateX(-50%);
                      transform: translateX(-50%);
              width: 64px; }
            #article #detail-wrapper .summonPickUp .thumbList .thumbnail img.icon-union {
              position: absolute;
              top: 27px;
              left: 3px;
              width: 22px; }
        #article #detail-wrapper .summonPickUp .thumbList .discription {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
          #article #detail-wrapper .summonPickUp .thumbList .discription .charaName {
            line-height: 19px;
            font-size: 14px; }
          #article #detail-wrapper .summonPickUp .thumbList .discription .cv {
            line-height: 17px;
            font-size: 10px; }
      #article #detail-wrapper .summonPickUp .explanation {
        padding-top: 30px; }
        #article #detail-wrapper .summonPickUp .explanation dl {
          padding: 20px 12px 0; }
          #article #detail-wrapper .summonPickUp .explanation dl dt {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            padding-bottom: 14px;
            margin-bottom: 15px;
            background: url("../../images/pc/news/bg_pick_line.png") repeat-x right bottom; }
            #article #detail-wrapper .summonPickUp .explanation dl dt::before {
              content: '';
              width: 117px;
              height: 4px;
              position: absolute;
              bottom: 0;
              left: 0;
              background: #303030;
              -webkit-transform: skewX(-20deg);
                      transform: skewX(-20deg); }
            #article #detail-wrapper .summonPickUp .explanation dl dt > span:last-of-type {
              -webkit-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1;
              padding-left: 4px;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
            #article #detail-wrapper .summonPickUp .explanation dl dt img {
              width: 26px;
              display: inline; }
            #article #detail-wrapper .summonPickUp .explanation dl dt .skill-cost {
              -webkit-border-image: url("../../../common/images/common/news/bg_formation.png") 0 32 2 20 stretch;
                      border-image: url("../../../common/images/common/news/bg_formation.png") 0 32 2 20 fill stretch;
              border-width: 0px 32px 2px 20px;
              border-style: solid;
              content: "";
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              position: absolute;
              right: 0;
              height: 24px;
              padding-right: 15px;
              color: #ffffff; }
              #article #detail-wrapper .summonPickUp .explanation dl dt .skill-cost > span {
                font-size: 16px; }
              #article #detail-wrapper .summonPickUp .explanation dl dt .skill-cost .txt-num {
                background: url("../../../common/images/common/news/bg_skill_cost.png") no-repeat;
                background-size: contain;
                width: 40px;
                height: 40px;
                padding-top: 15px;
                text-align: center;
                box-sizing: border-box;
                position: absolute;
                top: -8px;
                right: -40px; }
                #article #detail-wrapper .summonPickUp .explanation dl dt .skill-cost .txt-num span {
                  display: block;
                  font-size: 16px; }
          #article #detail-wrapper .summonPickUp .explanation dl dd {
            padding-bottom: 20px; }
            #article #detail-wrapper .summonPickUp .explanation dl dd:last-child {
              padding-bottom: 0; }
            #article #detail-wrapper .summonPickUp .explanation dl dd .skill-detail {
              margin-top: 5px;
              padding-top: 5px;
              border-top: 1px solid #333; }
      #article #detail-wrapper .summonPickUp.adjust .thumbList {
        margin-bottom: 20px; }
        #article #detail-wrapper .summonPickUp.adjust .thumbList .thumbnail {
          width: 112px;
          margin-right: 10px; }
        #article #detail-wrapper .summonPickUp.adjust .thumbList .discription .charaName {
          font-size: 18px; }
        #article #detail-wrapper .summonPickUp.adjust .thumbList .discription .cv {
          font-size: 14px;
          margin-top: 10px; }
      #article #detail-wrapper .summonPickUp.adjust .status .param {
        padding: 20px 10px 0; }
      #article #detail-wrapper .summonPickUp.adjust .status .base {
        line-height: 1;
        margin-bottom: 20px; }
        #article #detail-wrapper .summonPickUp.adjust .status .base ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        #article #detail-wrapper .summonPickUp.adjust .status .base li.type img {
          width: 130px; }
        #article #detail-wrapper .summonPickUp.adjust .status .base li.skill {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          background: #383032;
          height: 24px;
          margin-left: 20px;
          padding: 0 10px 0 24px;
          box-sizing: border-box;
          -webkit-transform: skew(-20deg);
                  transform: skew(-20deg); }
          #article #detail-wrapper .summonPickUp.adjust .status .base li.skill span {
            display: block;
            color: #ffffff;
            font-size: 18px;
            -webkit-transform: skew(20deg);
                    transform: skew(20deg); }
          #article #detail-wrapper .summonPickUp.adjust .status .base li.skill::after {
            content: '';
            background: url("../../../common/images/common/news/icon_skill_share.png") no-repeat;
            background-size: contain;
            width: 24px;
            height: 24px;
            position: absolute;
            top: 0;
            left: 0;
            -webkit-transform: skew(20deg);
                    transform: skew(20deg); }
        #article #detail-wrapper .summonPickUp.adjust .status .base li:not(.type):not(.skill) {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          background: url("../../images/pc/news/bg_pick_status.png") no-repeat;
          background-size: contain;
          margin-right: 20px;
          width: 210px;
          height: 24px; }
          #article #detail-wrapper .summonPickUp.adjust .status .base li:not(.type):not(.skill) span:first-child {
            width: 96px;
            box-sizing: border-box;
            text-align: center;
            padding-top: 4px;
            color: #ffffff; }
          #article #detail-wrapper .summonPickUp.adjust .status .base li:not(.type):not(.skill) span:last-child {
            padding-right: 4px;
            font-size: 20px;
            font-weight: bold; }
      #article #detail-wrapper .summonPickUp.adjust .status .total {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        border-bottom: 2px solid #012233;
        line-height: 1;
        width: 272px; }
        #article #detail-wrapper .summonPickUp.adjust .status .total span:first-child {
          width: 136px; }
          #article #detail-wrapper .summonPickUp.adjust .status .total span:first-child img {
            width: 100%;
            vertical-align: bottom;
            margin: 0 0 -5px -4px; }
        #article #detail-wrapper .summonPickUp.adjust .status .total span:last-child {
          font-size: 24px;
          font-weight: bold;
          padding: 5px 4px 0 0; }
    #article #detail-wrapper .dataBanner {
      position: relative; }
      #article #detail-wrapper .dataBanner .period {
        position: absolute;
        -webkit-transform-origin: top left;
                transform-origin: top left;
        font-size: 10px;
        line-height: 10px;
        bottom: 20px;
        left: 10px; }
        #article #detail-wrapper .dataBanner .period span {
          display: inline-block;
          position: relative;
          color: #ffffff;
          white-space: nowrap;
          text-shadow: 1px 1px 1px rgba(30, 30, 30, 0.7), 1px 1px 1px rgba(30, 30, 30, 0.7), 1px 1px 1px rgba(30, 30, 30, 0.7), 0px 0px 1px #2f2f2f, 0px 0px 1px #2f2f2f, 0px 0px 1px #2f2f2f, 0px 0px 1px #2f2f2f, 0px 0px 1px #2f2f2f, 0px 0px 1px #2f2f2f, 0px 0px 1px #2f2f2f, 0px 0px 1px #2f2f2f; }
          #article #detail-wrapper .dataBanner .period span::before {
            content: attr(title);
            position: absolute;
            top: 0;
            left: 0;
            color: #c6c6c6;
            -webkit-mask-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000); }
    #article #detail-wrapper table {
      border: 0;
      border-collapse: collapse;
      empty-cells: show;
      max-width: 100%;
      border-spacing: 0;
      overflow: scroll; }
      #article #detail-wrapper table td {
        border: 1px solid #ddd;
        background: #efefef;
        padding: 0.5em 1em;
        line-height: 1.6;
        vertical-align: middle; }
        #article #detail-wrapper table td .img-enemy {
          display: inline-block;
          width: 80px;
          height: 80px;
          margin: 4px; }
    #article #detail-wrapper #error {
      width: 100%;
      margin: 100px 0;
      text-align: center; }
      #article #detail-wrapper #error a {
        margin-top: 20px; }
    #article #detail-wrapper .lottery-odds {
      margin: 30px 5px 0; }
      #article #detail-wrapper .lottery-odds:nth-of-type(1) {
        margin-top: 10px; }
      #article #detail-wrapper .lottery-odds .main-title {
        -webkit-border-image: url("../../images/pc/news/bg_pick_title.png") 0 218 0 10 stretch round;
                border-image: url("../../images/pc/news/bg_pick_title.png") 0 218 0 10 fill stretch round;
        border-width: 0px 218px 0px 10px;
        border-style: solid;
        height: 40px;
        line-height: 40px;
        color: #ffffff;
        margin-bottom: 20px;
        padding-left: 6px; }
      #article #detail-wrapper .lottery-odds .sub-title {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-bottom: 14px;
        margin: 0 12px 15px;
        background: url("../../images/pc/news/bg_pick_line.png") repeat-x right bottom; }
        #article #detail-wrapper .lottery-odds .sub-title::before {
          content: '';
          width: 117px;
          height: 4px;
          position: absolute;
          bottom: 0;
          left: 0;
          background: #303030;
          -webkit-transform: skewX(-20deg);
                  transform: skewX(-20deg); }
      #article #detail-wrapper .lottery-odds .list-product {
        margin: 0 12px; }
        #article #detail-wrapper .lottery-odds .list-product li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin-bottom: 10px; }
          #article #detail-wrapper .lottery-odds .list-product li:last-child {
            margin-bottom: 0; }
          #article #detail-wrapper .lottery-odds .list-product li .item-wrap {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            #article #detail-wrapper .lottery-odds .list-product li .item-wrap img {
              width: 26px;
              margin: 0 5px 0 0; }
    #article #detail-wrapper #bug-list-main {
      line-height: 1.5;
      margin-bottom: 60px; }
      #article #detail-wrapper #bug-list-main .h3 {
        font-size: 28px;
        margin-top: 53px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline; }
        #article #detail-wrapper #bug-list-main .h3:nth-child(1) {
          margin-top: 33px; }
        #article #detail-wrapper #bug-list-main .h3 div {
          font-size: 14px;
          color: #b93b24;
          margin-left: 20px; }
      #article #detail-wrapper #bug-list-main .bug-list-section {
        background: #e6e6e6;
        border-radius: 10px;
        margin-top: 15px; }
        #article #detail-wrapper #bug-list-main .bug-list-section .header-area {
          padding: 37px 30px;
          position: relative;
          cursor: pointer; }
          #article #detail-wrapper #bug-list-main .bug-list-section .header-area h4 {
            font-size: 20px;
            width: 810px;
            display: inline-block; }
          #article #detail-wrapper #bug-list-main .bug-list-section .header-area .toggle-btn {
            display: inline-block;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
            right: 30px;
            width: 18px;
            height: 18px; }
            #article #detail-wrapper #bug-list-main .bug-list-section .header-area .toggle-btn::before {
              width: 18px;
              height: 18px;
              border-radius: 50%;
              background: #333333;
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              margin: auto;
              vertical-align: middle; }
            #article #detail-wrapper #bug-list-main .bug-list-section .header-area .toggle-btn::after {
              width: 10px;
              height: 10px;
              border: 5px solid transparent;
              box-sizing: border-box;
              -webkit-transform: translateX(-50%);
                      transform: translateX(-50%);
              content: '';
              position: absolute;
              left: 50%;
              bottom: 0;
              margin: auto;
              vertical-align: middle; }
            #article #detail-wrapper #bug-list-main .bug-list-section .header-area .toggle-btn.opened::after {
              border-bottom: 8.5px solid #ffffff;
              top: -7px; }
            #article #detail-wrapper #bug-list-main .bug-list-section .header-area .toggle-btn.closed::after {
              border-top: 8.5px solid #ffffff;
              top: 7px; }
        #article #detail-wrapper #bug-list-main .bug-list-section .bug-list-detail {
          display: none;
          border-top: 1px solid #bbbbbb;
          margin-top: -7px;
          margin-left: 30px;
          margin-right: 30px;
          padding-bottom: 37px;
          font-size: 14px; }
          #article #detail-wrapper #bug-list-main .bug-list-section .bug-list-detail > p {
            margin-top: 26.5px; }
          #article #detail-wrapper #bug-list-main .bug-list-section .bug-list-detail > h5 {
            font-size: 18px;
            padding: 0;
            margin: 0;
            font-weight: normal; }
            #article #detail-wrapper #bug-list-main .bug-list-section .bug-list-detail > h5:nth-child(1) {
              margin-top: 20.5px; }
            #article #detail-wrapper #bug-list-main .bug-list-section .bug-list-detail > h5:nth-child(n + 2) {
              margin-top: 25.5px; }
          #article #detail-wrapper #bug-list-main .bug-list-section .bug-list-detail > ul li {
            background: #ffffff;
            padding: 11.5px 20px;
            border-radius: 10px;
            margin-top: 10px; }
            #article #detail-wrapper #bug-list-main .bug-list-section .bug-list-detail > ul li:nth-child(1) {
              margin-top: 20px; }
          #article #detail-wrapper #bug-list-main .bug-list-section .bug-list-detail .close-btn {
            box-sizing: border-box;
            margin: 30px auto 0;
            display: block;
            width: 160px;
            height: 50px;
            color: #ffffff;
            background: #333333;
            border-radius: 10px;
            font-size: 16px;
            line-height: 50px;
            text-align: center; }
            #article #detail-wrapper #bug-list-main .bug-list-section .bug-list-detail .close-btn div {
              display: inline-block;
              position: relative;
              width: 20px;
              height: 50px;
              margin-right: 5px; }
              #article #detail-wrapper #bug-list-main .bug-list-section .bug-list-detail .close-btn div::before {
                width: 20px;
                height: 20px;
                border-radius: 50%;
                background: #ffffff;
                content: '';
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                        transform: translateY(-50%);
                left: 0;
                margin: auto;
                vertical-align: middle; }
              #article #detail-wrapper #bug-list-main .bug-list-section .bug-list-detail .close-btn div::after {
                width: 10px;
                height: 10px;
                border: 5px solid transparent;
                box-sizing: border-box;
                -webkit-transform: translateX(-50%);
                        transform: translateX(-50%);
                content: '';
                position: absolute;
                left: 50%;
                bottom: 0;
                margin: auto;
                vertical-align: middle;
                border-bottom: 8.5px solid #333333;
                top: -15%; }
        #article #detail-wrapper #bug-list-main .bug-list-section .new-icon::after {
          content: '';
          display: inline-block;
          background: url("../../images/common/icon_new.png") no-repeat;
          background-size: contain;
          width: 50px;
          height: 23px;
          -webkit-transform: translateY(20%);
                  transform: translateY(20%);
          margin-left: 10px; }
        #article #detail-wrapper #bug-list-main .bug-list-section li.new-icon::after {
          width: 33px;
          height: 15px;
          -webkit-transform: translateY(15%);
                  transform: translateY(15%); }
  #article .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px; }
    #article .link a {
      display: block;
      font-size: 0;
      color: transparent; }
      #article .link a:hover {
        opacity: .8; }
    #article .link .prev {
      width: 33%;
      text-align: left; }
      #article .link .prev .btn-prev {
        background-image: url(/assets/common/sprites/parts/sprite.png);
        background-position: -204px -82px;
        width: 16px;
        height: 42px;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: top; }
    #article .link .news {
      width: 33%;
      text-align: center; }
      #article .link .news .btn-news {
        display: inline-block;
        vertical-align: top; }
    #article .link .next {
      width: 33%;
      text-align: right; }
      #article .link .next .btn-next {
        background-image: url(/assets/common/sprites/parts/sprite.png);
        background-position: -176px -82px;
        width: 16px;
        height: 42px;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: top; }
