@charset "UTF-8";
/** gaming team by Mia**/
/** 2019 / 03 / 20 v6 **/
/**/
/**/
/**/
/**/
/* gaming team*/
/* 戰隊列表start */

#msi_gaming_team h2 {
  font-size: var(--title-xl);
  font-weight: bold;
  color: var(--color-gaming);
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  text-transform: uppercase; }

#msi_gaming_team h3 {
  font-size: var(--title-lg);
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.5em; }

#msi_gaming_team h4 {
  font-size: var(--title-md);
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.5em; }

#msi_gaming_team h5 {
  font-size: var(--title-sm);
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.5em; }

p {
  color: #fff;
  line-height: 1.5em; }

#msi_gaming_team {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("//asset.msi.com/global/picture/team/gaming-team-banner.jpg") 50% 0 no-repeat;
  background-size: 100%;
  padding-bottom: 8%;
  background-color: #000;}

.gaming_team_header {
  width: 100%;
  padding: 9.5% 30px 5%;
  text-align: center; }
  .gaming_team_header h2 {
    margin-bottom: 46px;
    color: red; }
  .gaming_team_header .msi_slogan {
    margin-bottom: 16px; }
    .gaming_team_header .msi_slogan img {
      width: 100%;
      max-width: 560px; }
  .gaming_team_header p {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    text-align: center; }

.gaming_team_list {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .gaming_team_list .team_wrap {
    width: 300px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border: 8px solid transparent;
    margin-bottom: 30px; }
    .gaming_team_list .team_wrap:hover {
      border: 8px solid #BF0000; }
    .gaming_team_list .team_wrap .team_logo {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 100%; }
      .gaming_team_list .team_wrap .team_logo img {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute; }
    .gaming_team_list .team_wrap .team_info {
      padding: 16px 26px;
      -webkit-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      background-color: #171717; }
    .gaming_team_list .team_wrap:hover .team_info {
      background-color: #BF0000; }
    .gaming_team_list .team_wrap .more_btn {
      -webkit-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      /* font-weight: bold;*/
      color: red; }
    .gaming_team_list .team_wrap:hover .more_btn {
      color: #000; }

.gaming_team_list:nth-of-type(4) .team_wrap {
  width: 228px;
  position: relative;
  z-index: 2; }
  .gaming_team_list:nth-of-type(4) .team_wrap::after {
    display: block;
    content: '';
    position: absolute;
    background-color: #171717;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .gaming_team_list:nth-of-type(4) .team_wrap:hover::after {
    background-color: #BF0000; }

.pic_loading {
  position: relative; }
  .pic_loading::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("http://storge-asset.msi.com/global/picture/team/loading-animation-online-2.svg"), -webkit-gradient(linear, left top, right top, from(#171717), to(#171717));
    background-image: url("http://storge-asset.msi.com/global/picture/team/loading-animation-online-2.svg"), -webkit-linear-gradient(left, #171717, #171717);
    background-image: url("http://storge-asset.msi.com/global/picture/team/loading-animation-online-2.svg"), -o-linear-gradient(left, #171717, #171717);
    background-image: url("http://storge-asset.msi.com/global/picture/team/loading-animation-online-2.svg"), linear-gradient(to right, #171717, #171717);
    background-position: 50% 50%, 50% 0;
    background-repeat: no-repeat;
    background-size: 45px, 100%;
    z-index: -1; }

/* 戰隊列表 mobile start */
@media (max-width: 1440px) {
  .gaming_team_list {
    padding: 0 15px; } }

@media (max-width: 1280px) {
  .gaming_team_list {
    padding: 0 5%; }
    .gaming_team_list .team_wrap {
      width: 230px; } }

@media (max-width: 768px) {
  #msi_gaming_team {
    background-size: 300%;
    background-attachment: fixed; }
  .gaming_team_list {
    padding: 0 15px; }
  .gaming_team_list .team_wrap {
    width: 50%; } }

@media (max-width: 480px) {
  .gaming_team_header {
    width: 100%;
    padding: 9.5% 30px 5%;
    text-align: center; }
    .gaming_team_header h2 {
      font-size: 36px;
      line-height: 1em;
      margin-bottom: 26px; }
  .gaming_team_list {
    padding: 0 15px; }
    .gaming_team_list .team_wrap {
      width: 50%;
      border: 4px solid transparent;
      margin-bottom: 18px; }
      .gaming_team_list .team_wrap:hover {
        border: 4px solid #BF0000; }
      .gaming_team_list .team_wrap .team_info {
        padding: 10px 16px; } }

@media (max-width: 413px) {
  .gaming_team_list .team_wrap {
    width: 100%; } }

/* 戰隊列表 end */
/* >-------------------------------------------------< */
/* >-------------------------------------------------< */
/* 戰隊內容 start */
:root {
  --linear-gradient-color: repeating-linear-gradient(135deg, #333333, #333333 10px, transparent 10px, transparent 20px, #333333 20px, #333333 24px)
; }

#msi_team_content {
  background: url(../images/content_bg.jpg) top center;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; }

h2.section_title {
  color: #fff;
  font-weight: bold;
  position: relative;
  margin-bottom: 3.5%;
  text-align: center;
  text-transform: none;
  z-index: 1; }

h2.section_title::before {
  content: "";
  position: absolute;
  left: calc(50% - 100px);
  bottom: 0;
  width: 200px;
  height: 40px;
  background: var(--linear-gradient-color);
  z-index: -1;
  opacity: .7; }

section.team_info {
  width: 100%;
  padding: 3% 0;
  background: black;
  /* Old browsers */
  background: -moz-linear-gradient(top, black 0%, rgba(17, 17, 17, 0) 86%);
  background: -webkit-linear-gradient(top, black 0%, rgba(17, 17, 17, 0) 86%);
  background: linear-gradient(to bottom, black 0%, rgba(17, 17, 17, 0) 86%); }
  section.team_info .banner_img {
    width: 100%;
    max-width: 1920px;
    position: relative;
    height: 0;
    padding-bottom: 25%;
    margin: 0 auto; }
    section.team_info .banner_img img {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute; }
  section.team_info .info_wrap {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: flex; }
    section.team_info .info_wrap .team_logo {
      width: 250px;
      height: 250px;
      flex-grow: 0;
      flex-shrink: 0;
      border: 8px solid #000; }
      section.team_info .info_wrap .team_logo img {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute; }
    section.team_info .info_wrap .team_intro {
      padding: 16px 40px; }
      section.team_info .info_wrap .team_intro h2{
        color: #fff;
        padding-bottom: 10px;
        font-weight: bold;
      }
      section.team_info .info_wrap .team_intro a{
        color: var(--color-gaming);
        text-decoration: underline;
      }
      section.team_info .info_wrap .team_intro a:hover{
        color: var(--color-gaming);
        text-decoration: none;
      }
      section.team_info .info_wrap .team_intro p {
        color: #ccc; }

section.team_member {
  padding: 3% 0; }

.member_wrap {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.member_intro {
  width: 290px;
  margin: 16px 16px 24px;
  text-align: center; }
  .member_intro .member_pic {
    width: 290px;
    height: 290px;
    border-bottom: 10px solid #2d2d2d;
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat; }
    .member_intro .member_pic:hover {
      border-bottom: 10px solid #BF0000; }
    .member_intro .member_pic img {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute; }
  .member_intro .member_title {
    padding: 12px 0 0;
    color: red; }

section.team_achievemrnt {
  padding: 3% 0 0;
  background: #171717;
  /* Old browsers */
  background: -moz-linear-gradient(top, #171717 0%, #000000 50%, #171717 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #171717 0%, #000000 50%, #171717 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #171717 0%, #000000 50%, #171717 100%); }
  section.team_achievemrnt .group:after {
    content: "";
    display: table;
    clear: both; }
  section.team_achievemrnt .fullwidth {
    width: 100%; }
  section.team_achievemrnt .timeline {
    width: 100%;
    max-width: 60rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-bottom: 4rem;
    padding-left: 2rem;
    background-image: linear-gradient(#999999, #999999);
    background-size: 2px 100%;
    background-position: 50% 1rem;
    background-repeat: no-repeat; }
    @media (max-width: 40rem) {
      section.team_achievemrnt .timeline {
        background-position: 2rem 0; } }
  section.team_achievemrnt .timeline .item {
    position: relative;
    display: block;
    width: 50%;
    float: left;
    clear: both;
    margin-top: -1rem; }
    @media (max-width: 40rem) {
      section.team_achievemrnt .timeline .item {
        width: 100%;
        float: none;
        margin-top: 0;
        margin-bottom: 3rem; } }
    section.team_achievemrnt .timeline .item:before {
      content: '';
      position: absolute;
      top: 0.3rem;
      width: 1rem;
      height: 1rem;
      border-radius: 50%;
      background-color: #e6e6e6; }
    section.team_achievemrnt .timeline .item:hover:before {
      background-color: #999999; }
  section.team_achievemrnt .timeline .item:first-child {
    margin-top: 0; }
  section.team_achievemrnt .timeline .item:nth-child(odd) {
    float: right;
    padding-left: 2rem; }
    section.team_achievemrnt .timeline .item:nth-child(odd):before {
      left: -0.5rem; }
  section.team_achievemrnt .timeline .item:nth-child(even) {
    padding-right: 2rem; }
    @media (max-width: 40rem) {
      section.team_achievemrnt .timeline .item:nth-child(even) {
        padding-right: 0;
        padding-left: 2rem; } }
    section.team_achievemrnt .timeline .item:nth-child(even):before {
      right: -0.5rem; }
      @media (max-width: 40rem) {
        section.team_achievemrnt .timeline .item:nth-child(even):before {
          left: -0.5rem; } }
  section.team_achievemrnt .timeline .item h3 {
    display: block;
    margin-bottom: 1rem;
    color: #f00; }
  section.team_achievemrnt .timeline .item:nth-child(even) h3 {
    text-align: right; }
    @media (max-width: 40rem) {
      section.team_achievemrnt .timeline .item:nth-child(even) h3 {
        text-align: left; } }
  section.team_achievemrnt .timeline .item li{
    color: var(--color-gray-300);
  }

section.feed_content {
  padding: 5% 0; }

.grid {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto; }
  .grid .grid-item,
  .grid .grid-sizer {
    width: 25%; }
  .grid .grid-item {
    position: relative;
    float: left;
    padding-bottom: 14.0625%;
    background: #101010;
    cursor: pointer;
    height: 0;
    overflow: hidden;
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1) inset; }
    .grid .grid-item img {
      width: 100%;
      height: auto;
      top: 0;
      left: 0;
      position: absolute;
      right: 0;
      bottom: 0;
      display: block;
      margin: auto; }
    .grid .grid-item::before {
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      z-index: 20;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      background-color: rgba(0, 0, 0, 0.6);
      opacity: 0;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    .grid .grid-item:hover::before {
      opacity: 1; }
    .grid .grid-item::after {
      content: '\f0c1';
      width: 46px;
      height: 46px;
      display: block;
      position: absolute;
      z-index: 21;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      font-family: 'FontAwesome';
      font-size: 26px;
      line-height: 42px;
      text-align: center;
      vertical-align: middle;
      color: #fff;
      opacity: 0;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    .grid .grid-item.youtube-box::after, .grid .grid-item.twich-box::after {
      content: '\f144';
      font-size: 40px; }
    .grid .grid-item:hover::after {
      opacity: .8; }
  .grid .size-xl {
    width: 50%;
    padding-bottom: 28.125%; }
  .grid .icon::after {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    z-index: 21;
    right: 0;
    bottom: 0;
    font-family: 'FontAwesome';
    font-size: 26px;
    line-height: 46px;
    text-align: center;
    color: #fff; }
  .grid .twitter-box {
    background-color: #1DA1F2; }
    .grid .twitter-box .twitter-text {
      padding: 30px 30px 0;
      display: -webkit-box;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .grid .twitter-box .icon::after {
      content: '\f099';
      background-color: #1DA1F2; }
  .grid .youtube-box .icon::after {
    content: '\f16a';
    background-color: #ff0000; }
  .grid .instagram-box .icon::after {
    content: '\f16d';
    background-color: #E1306C; }
  .grid .twich-box .icon::after {
    content: '\f1e8';
    background-color: #6441A5; }
  .grid .news-box .icon::after {
    font-size: 22px;
    content: '\f1ea';
    background-color: #2D2D2D; }

#feed_modal {
  position: fixed;
  z-index: 30;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.95); }
  #feed_modal .close_btn {
    position: absolute;
    z-index: 30;
    top: 10px;
    right: 25px;
    font-size: 35px;
    color: #fff;
    cursor: pointer; }
    #feed_modal .close_btn:hover {
      color: #999;
      text-decoration: none; }
  #feed_modal .modal_photo {
    position: relative;
    height: 100vh; }
    #feed_modal .modal_photo img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      max-width: 90vw;
      max-height: 80vh; }
  #feed_modal .modal_social {
    width: 100%;
    max-width: 615px;
    margin: 0 auto;
    margin-top: 5%;
    background-color: #fff; }
    #feed_modal .modal_social .social_header {
      position: relative;
      z-index: 10;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      height: 90px;
      padding: 0 5%; }
      #feed_modal .modal_social .social_header .social_icon {
        width: 100px; }
        #feed_modal .modal_social .social_header .social_icon::after {
          display: block;
          width: 45px;
          font-family: 'FontAwesome';
          font-size: 36px;
          text-align: center;
          color: #fff; }
      #feed_modal .modal_social .social_header .social_userPhoto {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        display: inline-block;
        background-position: 50% 50%;
        background-size: 100%;
        background-repeat: no-repeat;
        margin-top: 50px;
        -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.6); }
      #feed_modal .modal_social .social_header .social_btn {
        display: inline-block;
        color: #fff;
        padding: 5px 25px;
        border-radius: 30px;
        border: 1px solid #fff; }
    #feed_modal .modal_social.instagram .social_icon::after {
      content: '\f16d'; }
    #feed_modal .modal_social.instagram .social_btn:hover {
      color: #6C46C5;
      background-color: #fff; }
    #feed_modal .modal_social.instagram .social_header {
      background: #fcaf45;
      /* Old browsers */
      background: -moz-linear-gradient(-45deg, #fcaf45 0%, #e1306c 32%, #833ab4 71%, #405de6 99%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, #fcaf45 0%, #e1306c 32%, #833ab4 71%, #405de6 99%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, #fcaf45 0%, #e1306c 32%, #833ab4 71%, #405de6 99%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    #feed_modal .modal_social.twitter .social_icon::after {
      content: '\f099'; }
    #feed_modal .modal_social.twitter .social_btn:hover {
      color: #0f5179;
      background-color: #fff; }
    #feed_modal .modal_social.twitter .social_header {
      background: #1da1f2;
      /* Old browsers */
      background: -moz-linear-gradient(-45deg, #1da1f2 0%, #0f5179 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, #1da1f2 0%, #0f5179 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, #1da1f2 0%, #0f5179 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    #feed_modal .modal_social .social_container {
      width: 100%;
      padding: 10%;
      background-color: #fff; }
      #feed_modal .modal_social .social_container img {
        width: 100%; }
      #feed_modal .modal_social .social_container .likes {
        font-size: 14px;
        color: #262626;
        font-weight: bold;
        padding: 10px 0; }
      #feed_modal .modal_social .social_container .article_text .user_name {
        color: #262626;
        font-weight: bold;
        padding-right: 6px; }
  #feed_modal .modal_video {
    padding: 5% 15%; }
  #feed_modal .video_wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56%;
    height: 0; }
    #feed_modal .video_wrap iframe {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: transparent; }

/* 戰隊內容 mobile start */
@media (mix-width: 1920px) {
  section.team_info .banner_img {
    width: 1920px;
    height: 475px; } }

@media (max-width: 1200px) {
  .grid .grid-item,
  .grid .grid-sizer {
    width: 50%; }
  .grid .grid-item {
    padding-bottom: 28.2%; }
  .grid .size-xl {
    width: 100%;
    padding-bottom: 56.2%; } }

@media (max-width: 768px) {
  section.team_info .banner_img {
    width: 100%;
    padding-bottom: 30%; }
  section.team_info .info_wrap {
    flex-direction: column;
    align-items: center; }
    section.team_info .info_wrap .team_intro {
      padding: 16px 40px;
      text-align: center; }
  .member_intro {
    width: calc( 50% - 32px);
    max-width: 290px;
    margin: 16px 16px 24px; }
    .member_intro .member_pic {
      width: 100%;
      height: auto;
      padding-bottom: 97.22%; }
  .grid .grid-item,
  .grid .grid-sizer {
    width: 100%; }
  .grid .grid-item {
    padding-bottom: 56.2%; }
  .grid .size-xl {
    width: 100%;
    padding-bottom: 56.2%; } }

@media (max-width: 480px) {
  .member_intro {
    width: calc( 50% - 32px);
    max-width: 290px;
    margin: 16px 8px 24px; }
    .member_intro .member_pic {
      width: 100%;
      height: auto;
      padding-bottom: 97.22%; }
  section.team_achievemrnt .date_slider,
  section.team_achievemrnt .event_slider {
    width: 100%;
    margin: 0 auto; }
    section.team_achievemrnt .date_slider .year_num.now,
    section.team_achievemrnt .event_slider .year_num.now {
      font-size: 46px;
      color: red;
      opacity: 1; }
  h2 {
    font-size: 30px; }
  h5 {
    font-size: 16px; }
  #feed_modal .modal_photo {
    position: relative;
    height: 100vh; }
    #feed_modal .modal_photo img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      max-width: 90vw;
      max-height: 80vh; }
  #feed_modal .modal_social {
    margin-top: 17%; }
  #feed_modal .modal_video {
    position: relative;
    padding: 0;
    height: 100vh; }
  #feed_modal .video_wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    padding-bottom: 56%;
    height: 0; } }

/* 戰隊內容 end */
/* >-------------------------------------------------< */
/* >-------------------------------------------------< */
/* 戰隊新聞 start */
.content_wrap {
  text-align: center; }

section.news_content {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  margin-top: 3%;
  text-align: left; }
  section.news_content .news_article_wrap {
    padding: 0 48px 3%;
    border-bottom: 1px solid #878787; }
  section.news_content .Breadcrumb {
    color: #fff; }
    section.news_content .Breadcrumb span {
      color: #f00;
      font-weight: bold;
      padding: 0 8px; }

.article_header .article_overview {
  color: #878787;
  padding: 8px 0; }

.article_header .article_date_author {
  color: #fff; }
  .article_header .article_date_author .date {
    padding: 0 8px 0 0; }
    .article_header .article_date_author .date::before {
      content: '';
      display: inline-block;
      width: 60px;
      height: 1px;
      background-color: #fff;
      vertical-align: middle;
      margin-right: 8px; }
  .article_header .article_date_author .author {
    color: #f00;
    padding: 0 8px; }

.article_content {
  padding: 60px 0 0 0; }
  .article_content p {
    color: #ddd; }
  .article_content .article_photo {
    width: 100%;
    max-width: 100%;
    padding: 0 0 24px;
    text-align: center; }
    .article_content .article_photo .photo_wrap {
      display: inline-block;
      text-align: left; }
    .article_content .article_photo img {
      max-width: 100%;
      width: 100%; }
    .article_content .article_photo .photo_info {
      color: #878787;
      font-size: 14px;
      padding: 4px 0 8px; }
      .article_content .article_photo .photo_info::before {
        content: '▲';
        padding: 0 4px; }

.news_others_wrap {
  text-align: center;
  padding: 3% 48px; }
  .news_others_wrap h3 {
    text-align: left; }
  .news_others_wrap h3::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 32px;
    background-color: #f00;
    margin-right: 8px;
    vertical-align: -16%; }
  .news_others_wrap .others_content_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .news_others_wrap .others_content {
    display: inline-block;
    width: 30%;
    margin: 32px 4px 0; }
    .news_others_wrap .others_content:hover .others_text {
      color: #f00; }
  .news_others_wrap .others_photo {
    position: relative;
    width: 100%;
    padding-bottom: 68.4%; }
    .news_others_wrap .others_photo img {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute; }
  .news_others_wrap .others_date {
    font-size: 14px;
    color: #878787;
    padding: 8px 0;
    text-align: left; }
  .news_others_wrap .others_text {
    text-align: left;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out; }

section.news_info {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 250px;
  text-align: right;
  margin-top: 3%; }
  section.news_info .team_logo {
    position: relative;
    width: 100%;
    padding-bottom: 100%; }
    section.news_info .team_logo img {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute; }
  section.news_info .social_navbar {
    display: inline-block;
    width: 50px;
    font-size: 22px;
    color: #ddd;
    text-align: center;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: -webkit-transform .8s ease-in-out;
    -o-transition: transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
    transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out; }
    section.news_info .social_navbar li a {
      color: #ddd; }
      section.news_info .social_navbar li a:hover {
        color: #f00; }
    section.news_info .social_navbar .like_num {
      font-size: 16px;
      padding: 16px 0 8px;
      text-align: center; }
    section.news_info .social_navbar .like_btn {
      margin-bottom: 10px; }
      section.news_info .social_navbar .like_btn a {
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        border: 1px solid #ddd;
        line-height: 46px;
        padding: 0; }
        section.news_info .social_navbar .like_btn a:hover {
          border: 1px solid #f00; }
    section.news_info .social_navbar .facebook_share a,
    section.news_info .social_navbar .twitter_share a,
    section.news_info .social_navbar .bookmark_btn a,
    section.news_info .social_navbar .youtube_btn a,
    section.news_info .social_navbar .instagram_btn a,
    section.news_info .social_navbar .twitch_btn a {
      width: 100%;
      display: block;
      padding: 8px 4px; }
  section.news_info .sticky {
    position: fixed;
    margin-left: -50px;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    top: 0; }

/* 戰隊新聞 mobile start */
@media (max-width: 1360px) {
  section.news_info {
    max-width: 180px; } }

@media (max-width: 1200px) {
  section.news_info,
  section.news_content {
    display: block;
    margin-top: 0; }
  section.news_info {
    padding: 3% 48px 0;
    width: 100%;
    max-width: 100%;
    text-align: left; }
    section.news_info::after {
      display: block;
      content: "";
      clear: both; }
    section.news_info .team_logo {
      display: none;
      width: 150px;
      height: 150px;
      padding-bottom: 0;
      margin: 0 auto; }
    section.news_info .social_navbar {
      float: right;
      width: 250px;
      text-align: right;
      margin: 0; }
      section.news_info .social_navbar li {
        display: inline-block; }
      section.news_info .social_navbar .like_btn {
        text-align: center; }
    section.news_info .sticky {
      position: relative;
      margin-left: 0px;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px);
      top: 0; } }

@media (max-width: 768px) {
  section.news_content {
    margin-top: 3%; }
    section.news_content .news_article_wrap {
      padding: 0 15px 3%; }
  section.news_info {
    display: none; }
  .news_others_wrap {
    padding: 3% 15px; }
  .news_others_wrap .others_content_wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .news_others_wrap .others_content {
    width: 44%;
    margin: 32px 2% 0; } }

@media (max-width: 480px) {
  section.news_content {
    margin-top: 6%; }
  .article_content {
    padding: 24px 0 0 0; }
    .article_content .article_photo {
      padding: 0; }
      .article_content .article_photo .photo_info {
        padding: 4px 0 0px; }
  .news_others_wrap .others_content_wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .news_others_wrap .others_content {
    width: 80%;
    margin: 16px 2% 0; }
  .article_header .article_date_author .date::before {
    width: 20px; } }

/* 戰隊新聞 end */
