@import url("https://fonts.googleapis.com/css?family=Titillium+Web");
@import url("https://fonts.googleapis.com/css?family=Aldrich");

@font-face {
  font-family: "myfont";
  src: url("../innergigabyteimages/AORUS.woff") format("woff");
  font-weight: bold;
}

body {
  background: #000;
  padding: 0;
  margin: 0;
}
.InnerGIGABYTEContent {
  font-family: 'Titillium Web', arial, sans-serif, Microsoft JhengHei;
  font-size: 30px;
  padding: 0;
  margin: 0;
  background: #000;
  color: #fff;
}

.InnerGIGABYTEContent img {
  width: 100%;
  outline: none;
  border: 0;
}

.InnerGIGABYTEContent .frame {
  margin: 0 auto;
  padding: 0em 0;
  overflow: hidden;
  width: 1366px;
}

.InnerGIGABYTEContent .frame.full {
  width: 100%;
}

.InnerGIGABYTEContent .title {
  font-size: 2em;
  line-height: 0.8em;
  color: #fff;
  margin-top: 4%;
  font-family: 'myfont', arial, sans-serif, Microsoft JhengHei;
}

.InnerGIGABYTEContent .text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #ccc;
  font-family: 'Titillium Web', arial, sans-serif, Microsoft JhengHei;
}
.InnerGIGABYTEContent .note {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5em;
  margin-left: 0.4em;
  text-indent: -0.4em;
  color: #bbb;
}

.InnerGIGABYTEContent p {
  margin: 0.5em 0;
}

.InnerGIGABYTEContent .table {
  /*display: table;*/
  /*min-height:500px;*/
  overflow: visible;
}
.InnerGIGABYTEContent .table .cell {
  display: table-cell;
  vertical-align: middle;
}
.InnerGIGABYTEContent .table .cell_HIDE {
  display: none;
  vertical-align: middle;
}
.InnerGIGABYTEContent .table .cell_SHOW {
  display: table-cell;
  vertical-align: middle;
}
.InnerGIGABYTEContent .table .cell .left {
  float: left;
  margin-left: 5%;
  /*margin-right:4%;*/
  text-align: left;
}
.InnerGIGABYTEContent .table .cell .right {
  float: right;
  margin-right: 5%;
  /*margin-left:4%;*/
  text-align: left;
}
.InnerGIGABYTEContent .table .cell .center {
  /*padding:1em 10% 0;*/
  padding: 0em 30px 0;
  /*min-height:400px;*/
  overflow: visible;
}
.InnerGIGABYTEContent .table .cell .offsetRight {
  margin-right: -25%;
}
.InnerGIGABYTEContent .table .cell .offsetLeft {
  margin-left: -25%;
}

.InnerGIGABYTEContent .table .img {
  margin-top: 30px;
}
.InnerGIGABYTEContent .table .side {
  width: 10%;
  display: block;
}
.InnerGIGABYTEContent .table .margin0auto {
  margin-left: auto;
  margin-right: auto;
}
.InnerGIGABYTEContent .table .break {
  clear: both;
}
.InnerGIGABYTEContent .table .col1,
.InnerGIGABYTEContent .table .col1s,
.InnerGIGABYTEContent .table .col1l {
  width: 9.5%;
}
.InnerGIGABYTEContent .table .col2,
.InnerGIGABYTEContent .table .col2s,
.InnerGIGABYTEContent .table .col2l {
  width: 19%;
}
.InnerGIGABYTEContent .table .col3,
.InnerGIGABYTEContent .table .col3s,
.InnerGIGABYTEContent .table .col3l {
  width: 28.5%;
}
.InnerGIGABYTEContent .table .col4,
.InnerGIGABYTEContent .table .col4s,
.InnerGIGABYTEContent .table .col4l {
  width: 38%;
}
.InnerGIGABYTEContent .table .col5,
.InnerGIGABYTEContent .table .col5s,
.InnerGIGABYTEContent .table .col5l {
  width: 47.5%;
}
.InnerGIGABYTEContent .table .col52,
.InnerGIGABYTEContent .table .col52s {
  width: auto;
}
.InnerGIGABYTEContent .table .col6,
.InnerGIGABYTEContent .table .col6s,
.InnerGIGABYTEContent .table .col6l {
  width: 40%;
}
.InnerGIGABYTEContent .table .col7,
.InnerGIGABYTEContent .table .col7s,
.InnerGIGABYTEContent .table .col7l {
  width: 66.5%;
}
.InnerGIGABYTEContent .table .col8,
.InnerGIGABYTEContent .table .col8s,
.InnerGIGABYTEContent .table .col8l {
  width: 76%;
}
.InnerGIGABYTEContent .table .col9,
.InnerGIGABYTEContent .table .col9s,
.InnerGIGABYTEContent .table .col9l {
  width: 85.5%;
}
.InnerGIGABYTEContent .table .col10,
.InnerGIGABYTEContent .table .col10s,
.InnerGIGABYTEContent .table .col10l {
  width: 95%;
}
.InnerGIGABYTEContent .fade {
  position: relative;
  overflow: auto;
  display: block;
}
.InnerGIGABYTEContent .fade .pic2 {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: 3;
}
.InnerGIGABYTEContent .img-large {
  display: block;
}
.InnerGIGABYTEContent .img-small {
  display: none;
}

.InnerGIGABYTEContent .imgscale {
  cursor: pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.InnerGIGABYTEContent .imgscale:hover {
  transform: scale(1.4, 1.4);
  -webkit-transform: scale(1.4, 1.4);
}
.InnerGIGABYTEContent .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent .table .col6l {
    width: 50%;
  }
  .InnerGIGABYTEContent .table .col52,
  .InnerGIGABYTEContent .table .col52s {
    width: auto;
  }
  .InnerGIGABYTEContent .frame {
    width: 960px;
  }
  
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent .frame {
    width: 640px;
    padding: 1.5em 0;
  }
  .InnerGIGABYTEContent .table .col52,
  .InnerGIGABYTEContent .table .col52s {
    width: 95%;
  }
  .InnerGIGABYTEContent .title {
    font-size: 1.3em;
    line-height: 1.1em;
  }
  .InnerGIGABYTEContent .text {
    font-size: 20px;
    line-height: 26px;
    margin-top: 1em;
  }
  .InnerGIGABYTEContent .note {
    font-size: 0.5em;
    line-height: 1.5em;
    margin-top: 1.2em;
  }
  
  .InnerGIGABYTEContent .table .col5,
  .InnerGIGABYTEContent .table .col5s,
  .InnerGIGABYTEContent .table .col5l {
    width: 95%;
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent .table .col6l {
    width: auto;
  }
  .InnerGIGABYTEContent .frame {
    padding: 1em 0;
    width: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .InnerGIGABYTEContent .title {
    font-size: 1.2em;
  }
  .InnerGIGABYTEContent .text {
    font-size: 20px;
    line-height: 30px;
    margin-top: 1em;
  }
  .InnerGIGABYTEContent .note {
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 1.2em;
  }
  .InnerGIGABYTEContent .table {
    display: block;
  }
  .InnerGIGABYTEContent .table .cell {
    display: block;
  }
  .InnerGIGABYTEContent .table .cell_HIDE {
    display: block;
  }
  .InnerGIGABYTEContent .table .cell_SHOW {
    display: none;
  }
  .InnerGIGABYTEContent .table .col1l,
  .InnerGIGABYTEContent .table .col2l,
  .InnerGIGABYTEContent .table .col3l,
  .InnerGIGABYTEContent .table .col4l,
  .InnerGIGABYTEContent .table .col5l,
  .InnerGIGABYTEContent .table .col6l,
  .InnerGIGABYTEContent .table .col7l,
  .InnerGIGABYTEContent .table .col8l,
  .InnerGIGABYTEContent .table .col9l,
  .InnerGIGABYTEContent .table .col10l {
    width: 100%;
    margin: 0;
  }
  .InnerGIGABYTEContent .table .col1,
  .InnerGIGABYTEContent .table .col2,
  .InnerGIGABYTEContent .table .col3,
  .InnerGIGABYTEContent .table .col4,
  .InnerGIGABYTEContent .table .col5,
  .InnerGIGABYTEContent .table .col6,
  .InnerGIGABYTEContent .table .col7,
  .InnerGIGABYTEContent .table .col8,
  .InnerGIGABYTEContent .table .col9,
  .InnerGIGABYTEContent .table .col10 {
    width: 90;
    margin: 0 0;
  }
  .InnerGIGABYTEContent .table .col1s,
  .InnerGIGABYTEContent .table .col2s,
  .InnerGIGABYTEContent .table .col3s,
  .InnerGIGABYTEContent .table .col4s,
  .InnerGIGABYTEContent .table .col5s,
  .InnerGIGABYTEContent .table .col6s,
  .InnerGIGABYTEContent .table .col7s,
  .InnerGIGABYTEContent .table .col8s,
  .InnerGIGABYTEContent .table .col9s,
  .InnerGIGABYTEContent .table .col10s {
    width: 60%;
    margin: 0 20%;
  }
  .InnerGIGABYTEContent .table .cell .left,
  .InnerGIGABYTEContent .table .cell .right,
  .InnerGIGABYTEContent .table .cell .center {
    float: inherit;
    margin: 4% 0;
    text-align: left;
  }
  .InnerGIGABYTEContent .table .cell .center {
    padding: 0 0 0;
  }
  .InnerGIGABYTEContent .table .cell .offsetRight,
  .InnerGIGABYTEContent .table .cell .offsetLeft {
    margin-right: 0;
    margin-left: 0;
  }
  .InnerGIGABYTEContent .table .side {
    display: none;
  }
  .InnerGIGABYTEContent .img-large {
    display: none;
  }
  .InnerGIGABYTEContent .img-small {
    display: block;
  }
  
}

.InnerGIGABYTEContent .conbox {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.InnerGIGABYTEContent .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.InnerGIGABYTEContent .maintext {
  bottom: 4%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.InnerGIGABYTEContent .maintext .title {
  font-family: 'myfont', sans-serif, Microsoft JhengHei;
  font-size: 3vw;
  line-height: 4.4vw;
  text-shadow: 0 0 2px #00ccff, 0 0 4px #127bb2, 0 0 30px #00e1ff;
  
}

@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent .maintext {
    position: static;
  }
  .InnerGIGABYTEContent .maintext .title {
    font-size: 40px;
    line-height: 50px;
  }
 
}

/*titlebar*/
.InnerGIGABYTEContent .titlesection {
  overflow: hidden;
}
.InnerGIGABYTEContent .bghover {
  position: relative;
}
.InnerGIGABYTEContent .titlebar {
  font-size: 1.6em;
  line-height: 1.3em;
  font-family: 'myfont', 'Arial', 'cwTeXHei', 'Microsoft JhengHei';
  color: #fff;
  text-align: center;
  padding-top: 4%;
}
.InnerGIGABYTEContent .linebg {
  font-size: 1.6em;
  line-height: 1.3em;
  font-family: 'myfont', 'Arial', 'cwTeXHei', 'Microsoft JhengHei';
  color: #fff;
  text-align: center;
  margin-top: -10px;
  padding: 0px 0px 30px 0px;
  background-image: url("../innergigabyteimages/line.png");
  background-position: top center;
  background-repeat: no-repeat;
}


@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent .titlebar {
    font-size: 1.2em;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent .titlebar {
    font-size: 30px;
    line-height: 40px;
    margin-top: 10%;
  }
}

/* table */
.InnerGIGABYTEContent .model_table {
  margin-top: 4%;
  background: #2c2c2c;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  border: 4px solid #000;
  border-collapse: collapse;
  font-family: 'Titillium Web', arial, sans-serif, Microsoft JhengHei;
  font-size: 20px;
  text-align: center;
  margin-bottom: 2%;
}
.InnerGIGABYTEContent .model_table thead {
  background: #787878;
  border-right: none;
  border-left: none;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}
.InnerGIGABYTEContent .model_table th {
  text-align: center;
}
.InnerGIGABYTEContent .model_table td {
  border-bottom: 4px solid #000;
  border-right: 4px solid #000;
  padding: 20px;
  vertical-align: middle;
  text-align: center;
}
.InnerGIGABYTEContent .model_table td:first-child {
  background: #464646;
}
.InnerGIGABYTEContent .model_table td:first-child + td {
  width: 25%;
}
.InnerGIGABYTEContent .model_table th, .InnerGIGABYTEContent td {
  border: 4px solid #000;
  padding: 20px;
}
.InnerGIGABYTEContent .model_table .modelno {
  color: #0094FF;
  font-size: 22px;
}
.InnerGIGABYTEContent .model_table .modelnosmall {
  color: #fff;
  font-size: 16px;
  margin-top: 4px;
  text-align: center;
}
.InnerGIGABYTEContent #ssdlist .note {
  font-size: 16px;
  color: #fff;
}
.InnerGIGABYTEContent #ssdlist {
  margin-top: 4%;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent {
    /* table */
  }
  .InnerGIGABYTEContent .model_table {
    width: 100%;
  }
  .InnerGIGABYTEContent #ssdlist .title {
    font-size: 2em;
  }
  .InnerGIGABYTEContent .model_table thead {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 960px) {
  .InnerGIGABYTEContent {
    /* table */
  }
  .InnerGIGABYTEContent .model_table {
    width: 60%;
  }
  .InnerGIGABYTEContent #ssdlist .title {
    font-size: 1.2em;
  }
  .InnerGIGABYTEContent .model_table thead {
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
  }
  .InnerGIGABYTEContent .model_table th, .InnerGIGABYTEContent td {
    padding: 10px;
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent {
    /* table */
  }
  .InnerGIGABYTEContent .model_table td:first-child + td {
    width: 100%;
  }
  .InnerGIGABYTEContent #ssdlist .frame {
    width: 90%;
  }
  .InnerGIGABYTEContent .model_table {
    width: 100%;
  }
  .InnerGIGABYTEContent .model_table {
    font-size: 20px;
  }
  .InnerGIGABYTEContent .model_table tr {
    border: 1px solid #fff;
  }
  .InnerGIGABYTEContent .model_table th {
    display: none;
  }
  .InnerGIGABYTEContent .model_table td {
    display: block;
    border: none;
  }
  .InnerGIGABYTEContent .model_table td:before {
    content: attr(data-th) " : ";
    margin-right: 10px;
    color: #fff;
  }
  .InnerGIGABYTEContent .model_table th, .InnerGIGABYTEContent td {
    text-align: left;
  }
  .InnerGIGABYTEContent .model_table .modelno {
    font-size: 24px;
  }
}


.InnerGIGABYTEContent #guaranteed {
  position: relative;
  overflow: hidden;
}
.InnerGIGABYTEContent #guaranteed .text {
  font-size: 2vw;
  color: #000;
  position: absolute;
  bottom: 22%;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.InnerGIGABYTEContent #dimension{
  overflow: hidden;
}

.InnerGIGABYTEContent #dimension img {
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #dimension img {
    width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent #guaranteed .text {
    font-size: 20px;
    position: static;
    color: #fff;
  }
  .InnerGIGABYTEContent #dimension img {
    width: 80%;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

.InnerGIGABYTEContent #efficiency .efficinote {
  text-align: center;
}
.InnerGIGABYTEContent ul li {
  list-style-type: none;
}

.InnerGIGABYTEContent #sec01 {
  position: relative;
}

.InnerGIGABYTEContent #pcie5{
  width:80%;
  margin:0 auto;
  margin-top: -5%;
}

.InnerGIGABYTEContent #pcie5 .conbox1 {
  position: relative;
  display: inline-block;
  width: 47%;  
}
.InnerGIGABYTEContent #pcie5 .conbox1 img{
  float:right;
}
.InnerGIGABYTEContent #pcie5 .conbox2 {
  display: inline-block;
  position: relative;
  width: 49%;
  padding-top: 1%;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
.InnerGIGABYTEContent #pcie5 .conbox1 {  
  width: 100%;  
}
.InnerGIGABYTEContent #pcie5 .conbox1 img{
  float:none;
}
.InnerGIGABYTEContent #pcie5 .conbox2 {  
  width: 100%;
  padding-top: 0%;
  vertical-align: top;
}
}

.InnerGIGABYTEContent #keyfeature{
  overflow: hidden;
}

.InnerGIGABYTEContent #keyfeature .keycon {
  padding-top: 8%;
}
.InnerGIGABYTEContent #keyfeature ul li {
  list-style: disc;
  margin-left: 4%;
}

.InnerGIGABYTEContent .edmdw {
  margin-top: 6%;
}
.InnerGIGABYTEContent .edmdw a {
  background-color: #005ceb;
  border-radius: 10px;
  color: #fff;
  padding: 2%;
  font-family: "myfont", Arial, Helvetica, sans-serif;
  text-decoration: none;
  transition: all 0.3s linear;
}
.InnerGIGABYTEContent .edmdw:hover a {
  background-color: #00a2ff;
}
.InnerGIGABYTEContent #dimension {
  overflow: hidden;
}
.InnerGIGABYTEContent #dimension .dimensionbox {
  width: 86%;
  margin: 0 auto;
}

.InnerGIGABYTEContent #BiCS4 img {
  width: 56vw;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent #sec01 .sec01list {
    right: 2%;
    top: 18%;
  }
  .InnerGIGABYTEContent #sec02img {
    position: absolute;
    left: 12%;
    top: 66%;
    width: 16%;
  }
  .InnerGIGABYTEContent #keyfeature .keycon {
    padding-top: 4%;
  }
  .InnerGIGABYTEContent #ssdcon .ssdimg .title {
    position: absolute;
    background: #000;
    padding: 1%;
    font-size: 20px;
    line-height: 26px;
  }
  .InnerGIGABYTEContent #ssdcon .textnote {
    top: 46%;
    font-size: 13px;
  }
  .InnerGIGABYTEContent #ssdcon .ssdimgtitle01 {
    top: 12%;
    width: 20%;
  }
  .InnerGIGABYTEContent #ssdcon .ssdimgtitle02 {
    top: 35%;
    width: 24%;
  }
  .InnerGIGABYTEContent #ssdcon .ssdimgtitle03 {
    top: 10%;
    left: 80%;
    width: 26%;
  }
  .InnerGIGABYTEContent #ssdcon .ssdimgtitle04 {
    top: 27%;
    left: 80%;
    width: 26%;
  }
 
}
@media screen and (max-width: 960px) {

  .InnerGIGABYTEContent #efficiency .frame {
    position: static;
  }
  .InnerGIGABYTEContent #efficiency .efficinote {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #sec01 .sec01list {
    position: static;
    font-size: 20px;
    line-height: 30px;
    width: 100%;
  }
  .InnerGIGABYTEContent #sec02img {
    position: static;
    margin: 0 auto;
    width: auto;
  }
  .InnerGIGABYTEContent #ssdcon .ssdimg {
    min-height: auto;
  }
  .InnerGIGABYTEContent #ssdcon .ssdimg .title {
    position: static;
    padding: 0%;
    font-size: 24px;
    line-height: 30px;
  }
  

  .InnerGIGABYTEContent #BiCS4 img {
    width: 100%;
  }
}



.InnerGIGABYTEContent .utilityimg img {
  width: auto;
  margin: 0 auto;
  margin-top: 1%;
}

.InnerGIGABYTEContent #gcc{
  margin-top: 1.5%;
}

.InnerGIGABYTEContent #gcc .conbox1 {
  position: relative;
  display: inline-block;
  width: 27%;
  vertical-align: top;
}
.InnerGIGABYTEContent #gcc .conbox2 {
  position: relative;
  display: inline-block;
  width: 71%;
  margin-left: 1%;
}
.InnerGIGABYTEContent #gcc .conbox2 ol li {
  list-style: disc;
  margin-left: 2%;
}
.InnerGIGABYTEContent .LMbtn {
  margin: 3% 0% 1% 24%;
}
.InnerGIGABYTEContent .LMbtn .LMbtnlink {
  border: solid 1px #ff6400;
  background-color: rgba(50, 50, 50, 0.6);
}
.InnerGIGABYTEContent .LMbtn a {
  color: #ff6400;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  padding: 10px 30px;
  transition: all 250ms ease-in-out;
}
.InnerGIGABYTEContent .LMbtn .LMbtnlink:hover {
  color: #ffffff;
  background-color: #000;
}
.InnerGIGABYTEContent #gcc .conbox2 .text {
  margin-top: 0px;
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent .utilityimg img {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent .LMbtn {
    margin: 0 auto;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 640px) {
  .InnerGIGABYTEContent #gcc .conbox1 {
    width: 100%;
    margin-bottom: 2%;
  }
  .InnerGIGABYTEContent #gcc .conbox2 {
    width: 100%;
  }
  .InnerGIGABYTEContent .utilityimg img {
    width: 100%;
  }
  .InnerGIGABYTEContent .edmdw a {   
    padding: 16px;    
  }
}


/* End .InnerGIGABYTEContent */
