@charset "UTF-8";
/* CSS Document */
/* for mobile */
.m-show {
  display: none; }

/*===================共用=================*/
body {
  background: url("../images/br_01.jpg") center top;
  overflow-y: scroll; }

body p {
  font-size: 15px;
  _font-size: 15px; }

body a {
  color: #06C;
  text-decoration: none;
  outline: none;
  /* for Firefox */
  hlbr: expression(this.onFocus=this.blur());
  /* for IE */ }

@font-face {
  font-family: 'bankGothic';
  src: url("../fonts/BankGothicLightBT.otf") format("opentype"), url("../fonts/BankGothicLightBT.ttf") format("truetype"), url("../fonts/BankGothicLightBT.woff") format("woff"), url("../fonts/BankGothicLightBT.eot") format("eot"), url("../fonts/BankGothicLightBT.svg") format("svg"); }
.btn-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000; }

.br {
  display: none; }

.o-grid__item {
  display: none;
  width: 40px;
  height: 40px;
  margin: 5px 10px 0 0;
  float: right;
  padding: 0; }

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }

.c-hamburger:focus {
  outline: none; }

.c-hamburger span {
  display: block;
  position: absolute;
  top: 19px;
  left: 8px;
  right: 8px;
  height: 2px;
  background-color: #fff; }

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: ""; }

.c-hamburger span::before {
  top: -7px; }

.c-hamburger span::after {
  bottom: -7px; }

/**
 * Style 2
 * 
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.c-hamburger--htx {
  background-color: transparent; }
  .c-hamburger--htx:hover span {
    background: #fff; }
  .c-hamburger--htx:hover span::before {
    background: #fff; }
  .c-hamburger--htx:hover span::after {
    background: #fff; }

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s; }

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform; }

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform; }

/* active state, i.e. menu open */
.c-hamburger--htx.is-active span {
  background: none; }

.c-hamburger--htx.is-active span::before {
  top: 0;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s; }

/*header*/
.header {
  position: fixed;
  top: 70px;
  width: 100%;
  z-index: 998; }

.menu {
  text-align: center;
  width: 90%;
  /*max-width: 1170px;*/
  max-width: 1270px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  border-bottom: 1px solid #555;
  position: relative; }
  .menu > li {
    position: relative;
    font-size: 18px;
    text-align: center;
    padding: 0 1%;
    cursor: pointer;
    display: inline-block; }
    .menu > li:hover {
      opacity: 0.9;
      border-bottom: 5px solid #fff; }
    .menu > li:hover .popular-list {
      display: block; }
    .menu > li > a {
      color: #FFF;
      font-family: bankGothic;
      text-decoration: none;
      display: block; }

.popular-list {
  width: 100%;
  position: absolute;
  top: 55px;
  left: 0px;
  background-color: gray;
  display: none; }
  .popular-list a {
    font-size: 0.8em;
    color: #000;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border: none;
    display: block;
    transition: .3s; }
    .popular-list a:hover {
      color: #eee;
      background-color: #595959;
      border: none; }

.language-sel {
  position: absolute;
  top: 130px;
  right: 5%;
  width: 180px;
  z-index: 998;
  color: #000;
  text-align: center; }
  .language-sel:hover .lang-list {
    display: block; }

.lang-txt {
  color: #000;
  text-align: center;
  width: 180px;
  height: 36px;
  background-color: #C9C9C9;
  border-radius: 20px;
  line-height: 36px;
  position: absolute;
  top: 0px;
  z-index: 3000;
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75); }

.lang-arrow {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #000000 transparent transparent transparent; }

.lang-list {
  color: #000;
  font-size: 1em;
  position: absolute;
  top: 25px;
  width: 180px;
  padding: 12px 0 0;
  background-color: #C9C9C9;
  z-index: 5;
  display: none;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px; }
  .lang-list .lang-item:nth-child(1) {
    border: none; }

.lang-item {
  font-size: 0.9em;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border-top: 1px solid gray; }
  .lang-item a {
    color: #000;
    display: block;
    transition: .3s; }
    .lang-item a:hover {
      color: #999; }

/*廣告*/
.ad-slide {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .ad-slide a {
    display: block; }

.ad-slide .swiper-button-prev {
  width: 31px;
  height: 55px;
  background: url(../images/arrow_prev.png) no-repeat;
  left: 5%; }

.ad-slide .swiper-button-next {
  width: 31px;
  height: 55px;
  background: url(../images/arrow_next.png) no-repeat;
  right: 5%; }

.ad-slide .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #d6d6d6;
  opacity: 1; }

.ad-slide .swiper-pagination-bullet-active {
  background: #ff0; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px !important; }

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 30px !important; }

.ad-slide img {
  width: 100%;
  height: auto;
  display: block; }

.merit-group {
  width: 100%;
  border-bottom: 1px solid #000;
  overflow: hidden; }
  .merit-group a {
    width: 50%;
    float: left;
    display: inline-block;
    position: relative;
    overflow: hidden; }
    .merit-group a:hover h2 {
      top: 15%; }
    .merit-group a:hover .merit-mask {
      top: 0; }
    .merit-group a:hover .merit-txt {
      opacity: 1; }
  .merit-group img {
    width: 100%; }
  .merit-group h2 {
    text-align: center;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    position: absolute;
    top: 34%;
    font-size: 1.8em;
    line-height: 1.2;
    width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
    z-index: 1;
    transition: .5s; }
  .merit-group span {
    text-shadow: 2px 2px #000;
    font-size: 2.2em;
    font-weight: bold;
    font-family: bankGothic;
    line-height: 1.2em; }

.merit-txt-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

.merit-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 100%;
  z-index: 1;
  transition: .5s; }

.merit-txt {
  font-family: 'Roboto Condensed', sans-serif;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  opacity: 0;
  z-index: 2;
  transition: .7s; }
  .merit-txt p {
    font-size: 2em;
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 1.5; }

.merit-btn {
  font-size: 1.8em;
  color: #fff;
  padding: 20px;
  border: 1px solid #fff;
  margin: 40px auto 0;
  width: 20%; }

/*產品列表 lightbox*/
.prod-lg-box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001; }

.prod-group {
  width: 90%;
  margin: 0 auto;
  position: relative; }
  .prod-group h3 {
    color: #ffcc00;
    font-size: 35px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    padding: 20px 0; }
  .prod-group .btn-close-photo {
    top: 10px;
    right: 0; }

.prod-list {
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  width: 100%;
  direction: rtl; }
  .prod-list li {
    text-align: center; }
  .prod-list li.prod-tit {
    color: #fff !important;
    line-height: 50px;
    border-bottom: 1px solid #4c3b02; }
  .prod-list li:nth-child(1n) {
    color: #a7a7a7; }
    .prod-list li:nth-child(1n) a {
      color: #a7a7a7; }
  .prod-list li:nth-child(2n) {
    color: #ffcc00;
    background: rgba(70, 70, 70, 0.8); }
    .prod-list li:nth-child(2n) a {
      color: #ffcc00; }
  .prod-list a {
    display: block;
    padding: 15px 0;
    border: 1px solid transparent;
    transition: .3s;
    position: relative; }
    .prod-list a:hover {
      border: 1px solid #F00; }
    .prod-list a:hover .learn-more {
      opacity: 1; }
  .prod-list div {
    display: inline-block;
    vertical-align: middle; }

.learn-more {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: .3s; }
  .learn-more img {
    width: auto;
    height: 100%; }

.learn-txt {
  color: #fff;
  font-size: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  position: absolute;
  top: 35%;
  right: 6%; }

.prod-img {
  width: 10%; }
  .prod-img img {
    width: 100%;
    display: inline-block; }

.prod-name {
  width: 10%; }

.prod-size {
  width: 5%;
  direction: ltr }

.prod-reso {
  width: 13%; }

.prod-view {
  width: 13%; }

.prod-resp {
  width: 15%; }

.prod-refresh {
  width: 14%; }

.prod-gaming {
  width: 15%; }

/*切兩邊圖的lightbox*/
.mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none; }

.btn-close {
  width: 42px;
  height: 65px;
  position: absolute;
  right: -52px;
  top: 40px;
  background: url("../images/albums_btn_close.png") no-repeat;
  background-size: 100%;
  cursor: pointer; }

.full-lg-box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }

.full-left-box {
  width: 80%;
  background: url("../images/br_00red.jpg") center top repeat-y;
  margin: 0 auto;
  padding: 60px 0 0;
  position: relative; }
  .full-left-box h3 {
    font-size: 40px;
    text-align: center;
    color: #fff;
    font-family: bankGothic;
    margin: 0 auto 20px;
    text-transform: uppercase; }

.full-txt-box {
  padding: 0 0 20px 0; }
  .full-txt-box h4 {
    font-size: 32px;
    font-family: 'Source Sans Pro', sans-serif;
    width: 30%;
    line-height: 45px;
    color: #a4664d;
    padding: 0 30px 0 0px;
    text-align: right;
    display: inline-block;
    vertical-align: top; }
  .full-txt-box p {
    font-family: 'Roboto Condensed', sans-serif;
    color: #e9e9e9;
    letter-spacing: 1px;
    font-size: 18px;
    border-right: 1px solid #a4664d;
    text-align: right;
    width: 50%;
    line-height: 1.5;
    padding: 10px 30px 0 30px;
    display: inline-block;
    vertical-align: top; }

.full-txt-line {
  border-top: 1px solid #4D2200; }

.full-img {
  width: 86%;
  display: block;
  margin: 0 auto 15px; }

.full-img-border {
  border: 1px solid #FFC000; }

.full-img-txt {
  text-align: center;
  font-size: 22px;
  color: #ffc000;
  font-family: 'Roboto Condensed', sans-serif;
  width: 49%;
  display: inline-block;
  padding: 0 0 15px; }

.full-img-txt span{
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
}

.more-prod {
  font-family: 'Roboto Condensed', sans-serif;
  width: 94%;
  text-align: right;
  display: inline-block;
  margin: 0 0 40px; }
  .more-prod img {
    display: inline-block;
    vertical-align: middle; }

.more-btn {
  font-size: 18px;
  color: #ffffff;
  padding: 2px 8px;
  background: url("../images/bg_btn_getmore.png") no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle; }

.monitor-box {
  margin: 15px auto; }

.monitor {
  width: 30%;
  margin: 0 1% 15px;
  display: inline-block;
  vertical-align: top; }
  .monitor img {
    width: 100%; }
  .monitor p {
    font-size: 1.3em;
    font-weight: 500;
    color: #ffc000;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 10px 0 10px 11%; }
  .monitor ul {
    font-size: 1.1em;
    color: #fff;
    line-height: 1.5;
    list-style-type: disc;
    font-family: 'Roboto Condensed', sans-serif;
    padding-right: 3%;
    margin-left: 13%; }

.hd-list {
  width: 80%;
  margin: 0 auto 20px; }

.hd-box {
  width: 49%;
  display: inline-block;
  vertical-align: top; }
  .hd-box p {
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 15px 0; }

.hd-l-box {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px; }
  .hd-l-box img {
    width: 100%;
    border: 1px solid #ffc000; }
  .hd-l-box p {
    font-size: 20px;
    color: #ffc000;
    font-family: 'Roboto Condensed', sans-serif; }

.hd-l-box span{
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
}

.hd-r-box {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin: 0 -2px; }
  .hd-r-box img {
    width: 100%;
    border: 1px solid #ffc000; }
  .hd-r-box p {
    font-size: 20px;
    color: #ffc000;
    font-family: 'Roboto Condensed', sans-serif; }


.hd-r-box span{
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
}





/*兩邊圖的右邊lg*/
.vet-box {
  width: 80%;
  margin: 0 auto; }
  .vet-box p {
    text-align: center;
    padding: 15px 0; }

/*Upgrade your in-game*/
.upgrade-group {
  background-color: #000; }
  .upgrade-group h2 {
    color: #f3bc00;
    text-align: center;
    font-size: 40px;
    padding: 40px 0;
    font-family: bankGothic; }
  .upgrade-group h3 {
    color: #f3bc00;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    padding: 40px 0 20px;
    font-family: 'Source Sans Pro', sans-serif; }

.upgrade-menu {
  width: 85%;
  border-bottom: 1px solid #2f2b22;
  margin: 0 auto;
  overflow: hidden; }
  .upgrade-menu li {
    text-align: center;
    color: #F00;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
    width: 24.9%;
    float: left; }
  .upgrade-menu li.no_line {
    border-right: none; }
  .upgrade-menu a {
    width: 100%;
    display: block;
    padding: 20px 0;
    color: #d9232e;
    cursor: pointer;
    text-decoration: none; }
  .upgrade-menu span {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300; }
  .upgrade-menu a.btm_in {
    color: #FFF;
    text-decoration: none;
    border-bottom: 3px solid white; }

.upgrade-sub-box {
  width: 90%;
  margin: 0 auto;
  position: relative;
  padding: 0 0 50px; }

.upgrade-sub-txt {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  margin: 0 0 30px; }
  .upgrade-sub-txt span {
    font-size: 15px;
    line-height: 50px; }

.hero {
  text-align: center;
  margin: 0; }

.screen {
  width: 35%;
  margin: 0 5% 0 0;
  display: inline-block;
  vertical-align: middle; }
  .screen img {
    width: 100%; }

.screen-control {
  width: 36%;
  display: inline-block;
  vertical-align: middle; }

.toggle {
  width: 29%;
  margin-right: 3%;
  cursor: pointer;
  opacity: 1;
  transition: .3s;
  display: inline-block; }
  .toggle:hover {
    opacity: 0.7; }
  .toggle img {
    width: 100%;
    height: auto; }

.toggle.on {
  box-shadow: 0 0 20px red; }

.gamevisual-box {
  margin: 10px auto 0; }

.gamevisual-g {
  width: 78%;
  display: inline-block;
  vertical-align: middle; }

.gamevisual-g.on {
  opacity: 1; }

.gamevisual-txt-group {
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  width: 23%;
  display: inline-block;
  vertical-align: middle; }
  .gamevisual-txt-group h4 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px; }
  .gamevisual-txt-group p {
    font-size: 18px;
    font-weight: 300; }

.gamevisual-img {
  width: 70%;
  margin: 0 0 0 2%;
  display: inline-block;
  vertical-align: middle; }
  .gamevisual-img img {
    width: 100%;
    height: auto; }

.gamevisual-btns {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  float: right; }
  .gamevisual-btns li {
    width: 45%;
    height: 40px;
    line-height: 40px;
    margin: 0 5% 5% 0;
    float: left; }
  .gamevisual-btns a {
    text-align: center;
    display: block;
    color: #CB091C;
    text-decoration: none;
    border: 1px solid #AA0C18;
    transition: .3s; }
    .gamevisual-btns a:hover {
      color: #CB091C;
      background-color: #400A0D; }
  .gamevisual-btns a.active {
    color: #CB091C;
    background-color: #400A0D; }

.more-eye-group {
  text-align: center;
  margin: 0 auto 20px;
  overflow: hidden; }

.more-eye-txt-group {
  text-align: left;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  font-family: 'Source Sans Pro', sans-serif;
  width: 30%;
  display: inline-block;
  vertical-align: top; }
  .more-eye-txt-group span {
    font-size: 15px;
    line-height: 50px; }

.more-eye-img {
  text-align: left;
  width: 50%;
  margin: 0 0 0 3%;
  display: inline-block;
  vertical-align: top; }
  .more-eye-img img {
    width: 80%; }

.ergonomic-btns {
  width: 10%;
  display: inline-block;
  vertical-align: middle; }
  .ergonomic-btns li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 0 5%; }
  .ergonomic-btns a {
    text-align: center;
    display: block;
    color: #CB091C;
    text-decoration: none;
    border: 1px solid #AA0C18;
    transition: .3s; }
    .ergonomic-btns a:hover {
      color: #CB091C;
      background-color: #400A0D; }
  .ergonomic-btns a.active {
    color: #CB091C;
    background-color: #400A0D; }

.flicker-free {
  text-align: center;
  width: 80%;
  margin: 0 auto; }
  .flicker-free img {
    width: 50%;
    display: inline-block;
    margin: 0 3% 0 0;
    vertical-align: middle; }

.flcker-txt {
  text-align: left;
  width: 40%;
  display: inline-block;
  vertical-align: middle; }
  .flcker-txt h4 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300; }
  .flcker-txt p {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif; }

.play-in-comfort {
  text-align: center;
  width: 90%;
  margin: 0 auto; }
  .play-in-comfort > img {
    width: 63%;
    display: inline-block;
    vertical-align: middle; }
  .play-in-comfort ul {
    text-align: center;
    width: 35%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden; }
  .play-in-comfort li {
    width: 45%;
    float: left;
    padding: 0 2.5%;
    margin-bottom: 30px; }
  .play-in-comfort p {
    color: #f3bc00;
    margin: 5px 0; }

.pros-recommend-group {
  background-color: #463c35; }
  .pros-recommend-group h2 {
    color: #f3bc00;
    text-align: center;
    font-size: 40px;
    padding: 40px 0;
    font-family: bankGothic; }
  .pros-recommend-group ul {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50px; }
  .pros-recommend-group li {
    width: 19%;
    display: inline-block;
    vertical-align: top; }
  .pros-recommend-group a {
    display: block; }
  .pros-recommend-group p {
    color: #ffd104;
    font-size: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    padding-top: 30px; }
  .pros-recommend-group span {
    color: #FFF;
    font-weight: 300; }

.pros-more {
  text-align: center;
  color: #FFF;
  font-size: 32px;
  font-weight: 300;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 0 0 40px;
  cursor: pointer; }
  .pros-more img {
    display: inline-block; }

.people-group {
  position: relative; }
  .people-group ul {
    background: url("../images/br_02.jpg") center top no-repeat;
    background-size: cover;
    overflow: hidden; }
  .people-group li {
    float: left;
    position: relative;
    cursor: pointer; }
    .people-group li:hover .people-on {
      opacity: 1; }
  .people-group img {
    width: 100%; }

/*
.p01 {
  width: 23.6%; }

.p02 {
  width: 26.35%; }

.p03 {
  width: 26.45%; }

.p04 {
  width: 23.55%; }
*/

.people-on {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: .3s; }


.large-txt {
  font-size: 1.8em;
  font-weight: bold; }

.people-lg-box {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0; }
  .people-lg-box img {
    width: 100%; }

.people-info {
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  color: red;
  line-height: 26px;
  width: 38%;
  padding: 1%;
  background: #0A0606;
  position: absolute;
  bottom: 44%;
  left: 50%;
  margin-left: -16%; }
  .people-info img {
    width: 15%;
    float: right;
    margin: -10px 0 0; }

.people-info03 {
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  color: red;
  line-height: 26px;
  width: 38%;
  padding: 3% 1% 1%;
  background: #0A0606;
  position: absolute;
  bottom: 60.2%;
  left: 50%;
  margin-left: -13%; }
  .people-info03 img {
    width: 15%;
    float: right;
    margin: -10px 0 0; }

.people-info04 {
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  color: red;
  line-height: 26px;
  width: 38%;
  padding: 1%;
  background: #0A0606;
  position: absolute;
  bottom: 46%;
  left: 50%;
  margin-left: -13%; }
  .people-info04 img {
    width: 15%;
    float: right;
    margin: -10px 0 0; }

.people-info05 {
  bottom: 65%;
  left: 53%;
}
.people-info06 {
  bottom: 65%;
  left: 53%;
}

.people-close {
  color: #fff;
  width: 100px;
  position: absolute;
  top: -32px;
  right: 0;
  font-size: 30px;
  cursor: pointer;
  background: url("../images/gamer_back.png") right center no-repeat;
  background-size: 25%; }

.goodies-for-u-group h2 {
  color: #f3bc00;
  text-align: center;
  font-size: 40px;
  padding: 40px 0;
  font-family: bankGothic; }
.goodies-for-u-group h3 {
  font-size: 32px;
  color: #FFF;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif; }

.wall-papers {
  text-align: center;
  width: 96%;
  margin: 0 auto; }
  .wall-papers li {
    width: 30%;
    margin: 10px 1.25% 40px 1.25%;
    display: inline-block;
    vertical-align: top; }
  .wall-papers img {
    width: 100%;
    border: 1px solid #f4b801; }

.download-size {
  text-align: left;
  line-height: 82px;
  font-size: 18px; }
  .download-size a {
    width: 24%;
    color: #FFF;
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block; }
    .download-size a:hover {
      text-decoration: underline; }

.gallery-group {
  background-color: #000;
  padding-bottom: 100px; }
  .gallery-group h2 {
    color: #f3bc00;
    text-align: center;
    font-size: 40px;
    padding: 40px 0;
    font-family: bankGothic; }

.gallery-box {
  text-align: center; }

.video-box {
  width: 58%;
  height: 100%;
  padding-bottom: 30.5%;
  vertical-align: top;
  margin: 0 auto;
  position: relative; }
  .video-box iframe {
    width: 100%;
    height: 94%;
    padding: 0;
    margin: 6% 0 0;
    position: absolute;
    top: 0;
    left: 0; }

.video-btn-group {
  text-align: right;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: -72px; }
  .video-btn-group img {
    width: 48%;
    display: inline-block; }

/*.btn-open-video {
  width: 35%;
  height: 70%;
  display: block;
  position: absolute;
  top: 10%;
  right: 5%; }*/

.btn-open-video {
  padding: 10px;
  border: 1px solid red;
  border-radius: 5px;
  margin-top: 10px;
  display: block;
  width: 100px;
  float: right;
  color: red;
  text-align: center;
  }

.btn-open-full {
  color: #fff;
  font-size: 1.2em;
  text-align: left;
  width: 30%;
  display: block;
  position: absolute;
  top: 25%;
  left: 2%; }

.album-box {
  width: 57%;
  height: 100%;
  vertical-align: top;
  margin: 0 auto;
  position: relative;
  margin: 0 0 0 -16%; }
  .album-box img {
    width: 100%; }

.btn-open-album {
  display: block;
  width: 200px;
  height: 50px;
  position: absolute;
  left: 30%;
  top: 0;
  z-index: 10; }

.btn-close-album {
  font-size: 1em;
  color: #fff;
  padding-left: 10px;
  background: url("../images/back_arrow.png") 0 5px no-repeat;
  position: absolute;
  right: 0px;
  top: 0;
  cursor: pointer; }

.album-list-box {
  text-align: center;
  width: 70%;
  padding: 30px 0 0;
  margin: 150px auto 0 auto;
  position: relative;
  overflow: hidden; }

.album-cover {
  font-family: 'Roboto Condensed', sans-serif;
  width: 22%;
  margin: 0 2% 40px 2%;
  display: inline-block;
  vertical-align: top;
  cursor: pointer; }
  .album-cover img {
    width: 100%; }
  .album-cover h3 {
    font-size: 1.2em;
    font-weight: 600;
    text-align: right;
    margin: 10px 0;
    color: #fff; }
  .album-cover p {
    font-size: 1em;
    color: #5c5c5c;
    text-align: right;
    line-height: 1.2; }

.slide-photo-lg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000; }

.slide-photo-box {
  width: 60%;
  margin: 8% auto 0;
  position: relative; }

.btn-close-photo {
  width: 42px;
  height: 65px;
  position: absolute;
  right: -45px;
  top: 0px;
  cursor: pointer; }
  .btn-close-photo img {
    width: 100%; }

.swiper-slide {
  background-size: cover;
  background-position: center; }

.gallery-top, .gallery-top2, .gallery-top3, .gallery-top4, .gallery-top5, .gallery-top6, .gallery-top7 {
  height: 500px;
  width: 100%; }


@media screen and (min-width: 1600px) {
.gallery-top, .gallery-top2, .gallery-top3, .gallery-top4, .gallery-top5, .gallery-top6, .gallery-top7 {
  height: 600px;}
}
@media screen and (min-width: 1900px) {
.gallery-top, .gallery-top2, .gallery-top3, .gallery-top4, .gallery-top5, .gallery-top6, .gallery-top7 {
  height: 700px;}
}


.gallery-thumbs, .gallery-thumbs2, .gallery-thumbs3, .gallery-thumbs4, .gallery-thumbs5, .gallery-thumbs6, .gallery-thumbs7 {
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  padding: 10px 0; }
  .gallery-thumbs .swiper-slide, 
  .gallery-thumbs2 .swiper-slide, 
  .gallery-thumbs3 .swiper-slide, 
  .gallery-thumbs4 .swiper-slide, 
  .gallery-thumbs5 .swiper-slide, 
  .gallery-thumbs6 .swiper-slide, 
  .gallery-thumbs7 .swiper-slide {
    width: 80px;
    height: 100%;
    opacity: 0.4;
    border: 1px solid #fff;
    box-sizing: border-box; }
  .gallery-thumbs .swiper-slide-active, 
  .gallery-thumbs2 .swiper-slide-active, 
  .gallery-thumbs3 .swiper-slide-active, 
  .gallery-thumbs4 .swiper-slide-active, 
  .gallery-thumbs5 .swiper-slide-active, 
  .gallery-thumbs6 .swiper-slide-active, 
  .gallery-thumbs7 .swiper-slide-active {
    opacity: 1;
    border: 5px solid #fff;
    box-sizing: border-box; }

/*footer*/
.footer {
  width: 90%;
  background: #242424;
  padding: 10px 5% 0 5%;
  margin: 0 auto; }
  .footer ul {
    width: 28%;
    display: inline-block;
    vertical-align: top; }
  .footer ul.community {
    width: 13%; }
  .footer h5 {
    font-size: 22px;
    font-weight: normal;
    color: #e9ede8;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 95px; }
  .footer a, .footer p {
    color: #e9ede8;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 28px; }
  .footer p {
    color: #d6d4d2; }

.footer-bottom {
  width: 100%;
  padding: 70px 0;
  overflow: hidden; }

.lange {
  color: #d6d4d2;
  font-size: 20px;
  line-height: 28px;
  background: url(../images/icon_b.jpg) 0 0 no-repeat;
  padding-left: 40px;
  float: left; }

.computer {
  float: right;
  color: #979c9d; }

@media screen and (max-width: 1300px) {
  .menu {
    width: 100%; }
    .menu li {
      font-size: 1em;
      padding: 0 0.5%; }

  .merit-group h2 {
    font-size: 1.5em; }
  .merit-group span {
    font-size: 2em; }

  .merit-txt p {
    font-size: 1.5em; }

  .merit-btn {
    font-size: 1.4em;
    width: 40%;
    padding: 15px; }

  .full-left-box {
    width: 100%; }

  .btn-close {
    top: 10px;
    right: 10px; }

  .pros-recommend-group ul {
    width: 96%; }
  .pros-recommend-group p {
    font-size: 1.2em;
    padding-top: 15px; }

  .pros-more {
    font-size: 1.8em; }
    .pros-more img {
      width: 6%; }

  .people-txt {
    width: 120px;
    height: auto;
    bottom: 50px;
    right: 10px; }
    .people-txt p {
      font-size: 1em;
      margin-bottom: 23px; }
    .people-txt p.mar-10 {
      bottom: 5px; }

  .large-txt {
    font-size: 1.4em; }

  .download-size {
    line-height: 52px; }

  .people-lg-box {
    top: 22%; }

  .slide-photo-box {
    width: 80%; } }





@media screen and (max-width: 1200px) {
  .download-size a {
    width: 30%;
  }
}




@media screen and (max-width: 1000px) {
  .merit-txt {
    top: 54%; }
    .merit-txt p {
      font-size: 1.2em; }

  .merit-btn {
    font-size: 1.2em;
    width: 30%;
    margin: 30px auto 0; }

  .monitor p {
    font-size: 1em;
    margin: 10px 0 10px 11%; }

  .upgrade-menu {
    width: 96%; }
    .upgrade-menu a {
      padding: 10px 0; }

  .screen {
    width: 45%; }

  .screen-control {
    width: 45%; }

  .upgrade-sub-box {
    width: 90%; }

  .upgrade-sub-txt {
    font-size: 1em;
    margin: 0 0 15px; }
    .upgrade-sub-txt span {
      font-size: 0.8em; }

  .people-info {
    width: 50%;
    margin: 0 0 0 -29%; }

  #user02 .people-info {
    margin: 0 0 0 -15%; }

  .people-info04 {
    width: 50%;
    margin: 0 0 0 -12%; }

  .people-info05 {
    width: 50%;
    margin: 0 0 0 -12%; }

  .people-info06 {
    width: 50%;
    margin: 0 0 0 -12%; }

  .play-in-comfort {
    width: 96%; }

  .gamevisual-g {
    width: 70%; }

  .gamevisual-txt-group {
    width: 40%; }
    .gamevisual-txt-group h4 {
      font-size: 1.4em;
      margin-bottom: 5px; }
    .gamevisual-txt-group p {
      font-size: 1em; }

  .gamevisual-img {
    width: 56%; }

  .gamevisual-btns {
    width: 28%; }

  .more-eye-txt-group {
    font-size: 1em; }
    .more-eye-txt-group span {
      font-size: 0.8em; }

  .more-eye-img {
    width: 45%; }
    .more-eye-img img {
      width: 90%; }

  .ergonomic-btns {
    width: 15%; }

  .flicker-free {
    width: 96%; }
    .flicker-free img {
      width: 55%; }

  .flcker-txt h4 {
    margin-bottom: 10px; }
  .flcker-txt p {
    font-size: 1em; }

  .goodies-for-u-group h3 {
    font-size: 1.6em;
    margin: 0 0 10px; }

  .wall-papers li {
    margin: 10px 1.25% 15px 1.25%; }

  .album-list-box {
    width: 96%; }

  .btn-close-album {
    background: url("../images/back_arrow.png") 0 2px no-repeat; } 


  .download-size a {
    width: 48%;
  }

  }








@media screen and (max-width: 880px) {
  .o-grid__item {
    display: block; }

  #overview-aside-nav {
    display: none; }

  .ad-slide {
    margin: 50px 0 0; }

  .header {
    height: 50px;
    background: #000;
    top: 0; }

  .menu {
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    border: none;
    padding: 8px 0;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 900;
    display: none; }
    .menu li {
      font-size: 1.6em;
      width: 100%;
      padding: 0; }
    .menu > li:hover {
      opacity: 1;
      border: none; }

  .popular-list {
    position: static; }
    .popular-list li {
      border-bottom: 1px solid #999; }
    .popular-list a {
      font-size: 0.4em;
      padding: 10px 0; }

  .language-sel {
    display: none; }

  .prod-group {
    width: 100%; }
    .prod-group h3 {
      font-size: 1.8em; }
    .prod-group .btn-close-photo {
      width: 35px;
      height: 58px;
      right: 10px; }

  .prod-list {
    font-size: 0.9em; }

  .learn-txt {
    font-size: 1.3em;
    top: 29%; }

  .merit-group h2 {
    font-size: 1.2em;
    line-height: 1.6;
    top: 30%; }
  .merit-group span {
    font-size: 1.5em; }

  .merit-txt {
    top: 58%; }
    .merit-txt p {
      font-size: 1em; }

  .merit-btn {
    font-size: 1.1em;
    padding: 8px;
    margin: 10px auto 0; }

  .full-txt-box h4 {
    font-size: 1.8em; }

  .hd-box p {
    font-size: 1em;
    line-height: 1.5;
    padding: 15px 20px; }
  .hd-box br {
    display: none; }

  .hd-l-box p, .hd-r-box p {
    font-size: 0.8em;
    padding: 15px 0; }

  .upgrade-group h2 {
    font-size: 2.2em;
    padding: 40px 0 20px; }

  .upgrade-menu {
    width: 100%; }
    .upgrade-menu li {
      font-size: 1.1em; }
    .upgrade-menu span {
      font-size: 0.7em; }

  .upgrade-sub-box h3 {
    font-size: 1.4em;
    padding: 30px 0 20px; }

  .gamevisual-btns {
    width: 100%;
    text-align: center;
    margin: 0 auto 20px;
    float: none; }
    .gamevisual-btns li {
      width: 30%;
      margin: 0 1% 15px;
      float: none;
      display: inline-block; }

  .gamevisual-g {
    text-align: center;
    width: 100%; }

  .gamevisual-box {
    width: 96%;
    margin: 0 auto; }

  .gamevisual-txt-group {
    text-align: center;
    width: 100%;
    margin: 0 0 20px; }

  .gamevisual-img {
    width: 80%;
    margin: 0 auto; }

  .more-eye-txt-group {
    width: 100%; }

  .more-eye-img {
    width: 60%;
    display: block;
    margin: 0 auto 20px; }
    .more-eye-img img {
      width: 100%; }

  .ergonomic-btns {
    width: 100%;
    margin: 0 auto 10px; }
    .ergonomic-btns li {
      width: 16%;
      margin: 0 1%;
      display: inline-block; }

  .flicker-free {
    text-align: center; }
    .flicker-free img {
      width: 80%;
      margin: 0; }

  .flcker-txt {
    text-align: center;
    width: 100%;
    margin: 20px 0 0; }
    .flcker-txt h4 {
      font-size: 1.4em; }
    .flcker-txt p {
      font-size: 1em;
      font-family: 'Source Sans Pro', sans-serif;
      line-height: 1.5;
      font-weight: 300; }

  .pros-recommend-group h2 {
    font-size: 2.2em; }
  .pros-recommend-group p {
    font-size: 1.1em; }

  .people-lg-box {
    top: 35%; }

  .people-info {
    width: 80%;
    margin: 0 0 0 -40%;
    bottom: 56%; }

  .people-info05 {
    width: 45%;
    margin: 0 0 0 -12%;
  }

  .people-info06 {
    width: 45%;
    margin: 0 0 0 -12%;
  }


  #user02 .people-info {
    margin: 0 0 0 -40%;
    bottom: 60%; }

  .goodies-for-u-group h2 {
    font-size: 2.2em; }

  .wall-papers li {
    width: 42%;
    margin: 10px 2%; }

  .gallery-group h2 {
    font-size: 2.2em; }

  .gallery-top, .gallery-top2, .gallery-top3 {
    height: 380px; }

  .footer h5 {
    font-size: 1em;
    line-height: 45px; }
  .footer p {
    font-size: 0.8em;
    line-height: 20px; }
  .footer a {
    font-size: 0.8em; }

  .footer-bottom {
    padding: 40px 0; }

  .lange {
    font-size: 1em;
    width: 150px;
    margin: 0 auto 10px;
    line-height: 25px;
    padding-left: 30px;
    background-size: 16%;
    float: none; }

  .computer {
    text-align: center;
    font-size: 0.8em;
    float: none; } }













@media screen and (max-width: 680px) {
  .ad-slide .swiper-button-next {
    width: 20px;
    height: 30px;
    background-size: contain; }
  .ad-slide .swiper-button-prev {
    width: 20px;
    height: 30px;
    background-size: contain; }
  .ad-slide .swiper-pagination-bullet {
    width: 8px;
    height: 8px; }

  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 20px !important; }

  .prod-tit {
    display: none; }

  .prod-img {
    width: 55%;
    float: left;
    margin: 0 0 10px; }

  .prod-name {
    font-size: 2em;
    float: left;
    width: 30%;
    text-align: left;
    margin: 50px 0 10px 3%; }

  .prod-size {
    font-size: 1.2em;
    float: left;
    width: 30%;
    text-align: left;
    margin: 0 0 0 3%; }
    .prod-size::before {
      content: 'Size:';
      color: #ccc;
      display: block; }

  .prod-reso {
    font-size: 1.2em;
    width: 38%;
    text-align: left;
    padding: 0 5%;
    margin: 0 0 25px; }
    .prod-reso::before {
      content: 'Resolution:';
      color: #ccc;
      display: block; }

  .prod-view {
    font-size: 1.2em;
    width: 38%;
    text-align: left;
    padding: 0 5%;
    margin: 0 0 25px; }
    .prod-view::before {
      content: 'Viewing Angle:';
      color: #ccc;
      display: block; }

  .prod-resp {
    font-size: 1.2em;
    width: 38%;
    text-align: left;
    padding: 0 5%;
    margin: 0 0 25px; }
    .prod-resp::before {
      content: 'Response Time:';
      color: #ccc;
      display: block; }

  .prod-refresh {
    font-size: 1.2em;
    width: 38%;
    text-align: left;
    padding: 0 5%;
    margin: 0 0 25px; }
    .prod-refresh::before {
      content: 'Refresh Rate:';
      color: #ccc;
      display: block; }

  .prod-gaming {
    font-size: 1.2em;
    width: 87%;
    text-align: left;
    padding: 0 5%;
    margin: 0 0 25px; }
    .prod-gaming::before {
      content: 'Gaming Features:';
      color: #ccc;
      display: block; }

  .m-show {
    display: block; }

  .m-hide {
    display: none; }

  .merit-group a {
    width: 100%; }
  .merit-group h2 {
    font-size: 1.6em;
    line-height: 1.5; }
  .merit-group span {
    font-size: 2em; }

  .merit-txt p {
    font-size: 1.2em; }

  .merit-btn {
    font-size: 1.3em;
    padding: 15px; }

  .full-left-box h3 {
    font-size: 1.8em; }

  .btn-close {
    width: 30px;
    height: 50px; }

  .full-txt-box {
    width: 90%;
    margin: 0 auto; }
    .full-txt-box h4 {
      text-align: center;
      font-size: 1.6em;
      width: 100%;
      padding: 0; }
    .full-txt-box p {
      text-align: center;
      font-size: 1em;
      width: 100%;
      padding: 10px 0 0;
      border: none;
      line-height: 1.4; }

  .upgrade-group h2 {
    font-size: 1.7em;
    padding: 20px 0; }

  .upgrade-menu {
    width: 60%; }
    .upgrade-menu li {
      width: 100%; }

  .upgrade-sub-box {
    display: block !important; }

  .ergonomic-btns li {
    height: 30px;
    line-height: 30px; }
  .ergonomic-btns a {
    font-size: 0.6em; }

  .play-in-comfort img {
    width: 100%; }
  .play-in-comfort ul {
    width: 100%; }

  .screen {
    width: 80%;
    margin: 0 0 20px; }

  .screen-control {
    width: 70%; }

  .toggle {
    width: 26%;
    margin: 2%; }

  .pros-recommend-group h2 {
    font-size: 1.7em;
    padding: 20px 0; }
  .pros-recommend-group ul {
    padding-bottom: 10px; }
  .pros-recommend-group li {
    width: 28%;
    margin: 0 2% 30px; }

  .pros-more {
    font-size: 1.2em; }
    .pros-more img {
      width: 10%; }

  .p01 {
    width: 47.2%; }

  .p02 {
    width: 52.7%; }

  .p03 {
    width: 52.8%;
    margin: -10% 0 0; }

  .p04 {
    width: 47%;
    margin: -10% 0 0; }

/*  .people-txt {
    width: 90%;
    left: 5%;
    right: 0;
    bottom: 70px; }
    .people-txt p {
      font-size: 0.6em; }
    .people-txt hr {
      margin: 5px auto; }
*/
  .large-txt {
    font-size: 1em; }

  .people-close {
    font-size: 1.4em; }

  .people-lg-box {
    top: 10%; }
    .people-lg-box > img {
      width: 140%;
      margin: 20% 0 0 -41%; }

  .people-info {
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: auto;
    padding: 2%; }

  #user02 > img {
    width: 180%;
    margin: 20% 0 0 -10%; }

  .people-info03 {
    width: 80%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: auto;
    padding: 2%;
    margin-left: -41%; }

  #user03 > img {
    width: 180%;
    margin: 0 0 0 -3%; }

  .people-info04 {
    width: 80%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: auto;
    padding: 2%;
    margin-left: -41%; }

  #user04 > img {
    width: 180%;
    margin: 9% 0 0 -19%; }


  .people-info05 {
    width: 80%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: auto;
    padding: 2%;
    margin-left: -41%; }

  #user05 > img {
    width: 180%;
    margin: 45% 0 0 -19%; }


  .people-info06 {
    width: 80%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: auto;
    padding: 2%;
    margin-left: -41%; }

  #user06 > img {
    width: 180%;
    margin: 45% 0 0 -19%; }


  .m-hide {
    display: none !important; }

  .nav_li_04 {
    display: none; }

  /*.goodies-for-u-group {
    display: none; }*/
    .goodies-for-u-group h2 {
      font-size: 1.7em;
      padding: 20px 0; }
    .goodies-for-u-group h3 {
      font-size: 1.2em; }

  .download-size {
    font-size: 0.7em;
    line-height: 30px; }

  .gallery-group {
    padding-bottom: 0 0 50px; }
    .gallery-group h2 {
      font-size: 1.7em;
      padding: 20px 0; }

  .gallery-box {
    overflow: hidden; }

  .video-box {
    width: 100%;
    min-height: 300px;
    float: right;
    padding: 0;
    margin: 0 0 44px; }
    .video-box iframe {
      height: 100%;
      margin: 0; }

  .video-btn-group {
    bottom: -50px; }
    .video-btn-group img {
      width: 70%; }

  .album-box {
    width: 100%;
    float: left;
    margin: 0; }

  .btn-open-album {
    width: 100%;
    height: 100%;
    left: 0; }

  .album-cover {
    width: 28%; }

  .btn-close-photo {
    width: 32px;
    height: 50px;
    right: -40px; }

  .gallery-top, .gallery-top2, .gallery-top3 {
    height: 330px; }

  .footer {
    text-align: center; }
    .footer ul {
      text-align: center;
      width: 42%;
      margin: 0 0 20px; }
    .footer ul.community {
      width: 42%; } }
@media screen and (max-width: 480px) {
  .ad-slide .swiper-button-next {
    width: 20px;
    height: 20px; }
  .ad-slide .swiper-button-prev {
    width: 20px;
    height: 20px; }

  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px !important; }

  .merit-group h2 {
    text-align: center;
    font-size: 1.2em; }
  .merit-group span {
    font-size: 1.8em; }

  .merit-txt {
    top: 55%; }
    .merit-txt p {
      font-size: 1em; }

  .merit-btn {
    font-size: 1.1em;
    padding: 10px 8px; }

  .full-left-box h3 {
    padding: 0 15px; }

  .full-txt-line {
    padding: 20px 0 0; }

  .full-txt-box h4 {
    line-height: 25px; }
  .full-txt-box p {
    margin: 0 0 20px; }

  .full-img-txt {
    font-size: 0.9em; }

  .monitor-box {
    width: 90%; }

  .monitor {
    width: 100%;
    margin: 0 0 15px; }

  .hd-box {
    width: 100%; }

  .people-close {
    top: -20px;
    right: -30px; }

  .people-info {
    font-size: 0.8em;
    line-height: 20px;
    top: 10%; }

  .people-lg-box {
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    top: 0; }
    .people-lg-box > img {
      width: 210%;
      margin: 80% 0 0 -93%; }

  #user02 > img {
    width: 210%;
    margin: 65% 0 0 -22%; }

  .people-info03 {
    font-size: 0.8em;
    line-height: 20px;
    top: 10%; }

  #user03 > img {
    width: 230%;
    margin: 30% 0 0 -22%; }

  .people-info04 {
    font-size: 0.8em;
    line-height: 20px;
    top: 10%; }

  #user04 > img {
    width: 240%;
    margin: 55% 0 0 -40%; }

  .people-txt {
    width: 45%;
    left: auto;
    right: 2%;
    bottom: 50px; }

  .album-cover {
    width: 80%;
    margin: 0 0 20px; }
    .album-cover h3 {
      font-size: 1em; }

  .btn-close-photo {
    top: -60px;
    right: 10px; }

  .slide-photo-box {
    width: 100%;
    margin: 70px auto 0; }

  .gallery-top, .gallery-top2, .gallery-top3 {
    height: 250px; }

  .wall-papers li {
    width: 45%; }

  .download-size {
    font-size: 0.6em; }
    .download-size a {
      width: 100%; } }
