@import url("https://fonts.googleapis.com/css?family=Aldrich");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
@font-face {
  font-family: "myfont";
  src: url("../innergigabyteimages/AORUS.woff") format("woff");
  font-weight: bold;
}
body {
  background: #F2F2F2;
  color: #000;
}

.InnerGIGABYTEContent {
  /*features start*/
}
.InnerGIGABYTEContent body {
  font-family: 'Open Sans', sans-serif, Microsoft JhengHei;
  font-size: 30px;
  padding: 0;
  margin: 0;
}
.InnerGIGABYTEContent img {
  width: 100%;
  outline: none;
  border: 0;
}
.InnerGIGABYTEContent .frame {
  margin: 0 auto;
  padding: 0em 0;
  overflow: hidden;
  width: 1366px;
}
.InnerGIGABYTEContent #playBtn {
  cursor: pointer;
}
.InnerGIGABYTEContent .frame.full {
  width: 100%;
}
.InnerGIGABYTEContent .title {
  font-size: 50px;
  line-height: 1.6em;
  color: #DEE2E7;
  margin-top: 4%;
  font-family: 'Aldrich','Arial', 'cwTeXHei', 'Microsoft JhengHei';
}
.InnerGIGABYTEContent .text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #666666;
  font-family: 'Open Sans', sans-serif, Microsoft JhengHei;
}
.InnerGIGABYTEContent .note {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.25em;
  margin-left: 0.4em;
  text-indent: -0.4em;
  color: #A1A7AF;
  font-family: 'Open Sans', sans-serif, Microsoft JhengHei;
}
.InnerGIGABYTEContent .video {
  height: 0;
  overflow: hidden;
  position: relative;
  margin: auto;
  padding-bottom: 56.25%;
  /* 16:9 */
}
.InnerGIGABYTEContent .video video,
.InnerGIGABYTEContent .video iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.InnerGIGABYTEContent p {
  margin: 0.5em 0;
}
.InnerGIGABYTEContent .mainbar {
  width: 100%;
  background: #111;
  overflow: auto;
  height: 140px;
  font-size: 15px;
  line-height: 22px;
  color: #666;
  border-bottom: #111 solid 1px;
  text-align: center;
  transition: all 300ms ease-in-out;
}
.InnerGIGABYTEContent .mainbar:hover {
  height: 150px;
  background: #000;
  color: #CCC;
  border-bottom: #ec6c00 solid 1px;
}
.InnerGIGABYTEContent .mainbar p {
  padding: 20px 0 0 0;
  font-size: 36px;
  line-height: 40px;
}
.InnerGIGABYTEContent .mainbar .btn a {
  color: #666;
  margin-left: 1em;
  margin-right: 1em;
}
.InnerGIGABYTEContent .mainbar .btn a:hover {
  color: #ec6c00;
}
.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 .cell .btn a {
  color: #fff;
  background-color: #036;
  border-radius: 5px;
  box-shadow: 0px 0px 16px #046fcc inset;
  padding: 8px 16px;
  text-decoration: none;
  -o-transition: background .10s linear;
  -webkit-transition: background .10s linear;
  -moz-transition: background .10s linear;
  transition: background .10s linear;
}
.InnerGIGABYTEContent .table .cell .btn a:hover {
  background-color: #03C;
}
.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 #header {
  position: relative;
  /*height: 504px;*/
  background-repeat: no-repeat;
            /*min-height: 500px;
*/
}
.InnerGIGABYTEContent #header .title {
  margin: 0 auto;
  width: auto;
  z-index: 11;
  left: 50%;
  top: 50%;
  position: absolute;
  color: #fff;
  margin: -67px 0 0 13px;
            /*border-radius: 5px;
*/
}
.InnerGIGABYTEContent #header .frame {
  padding-top: 0;
}
.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;
  }
  .InnerGIGABYTEContent #header {
    background-color: #000;
    /* background-image: url(../images/header_1366.jpg);*/
    background-position: center;
    position: relative;
    /*height: 700px;*/
  }
}
@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: 0.7em;
    line-height: 1.2em;
    margin-top: 1em;
  }
  .InnerGIGABYTEContent .note {
    font-size: 0.5em;
    line-height: 1.5em;
    margin-top: 1.2em;
  }
  .InnerGIGABYTEContent #header {
    background-color: #000;
    background-position: center;
    position: relative;
  }
  .InnerGIGABYTEContent #header .title {
    width: auto;
    font-size: 1.1em;
    margin-top: -24px;
  }
  .InnerGIGABYTEContent #header .frame {
    padding: 0em 0 1em;
  }
  .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: 15px;
    line-height: 1.4em;
    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 #header {
    background-color: #000;
    background-position: center 80px;
    background-repeat: no-repeat;
    position: relative;
  }
  .InnerGIGABYTEContent #header .title {
    font-size: 0.8em;
    margin: 7px 0 0 -128px;
  }
}

.InnerGIGABYTEContent {
  max-width: 1920px;
  margin: 0 auto;
}
.InnerGIGABYTEContent .mainsecpage {
  position: relative;
  min-height: 1140px;
  background: #9397a0;
}
.InnerGIGABYTEContent #main01 {
  position: absolute;
  width: auto;
}
.InnerGIGABYTEContent .mainicon {
  position: absolute;
  background: #A1A7AF;
  padding: 2% 0% 2% 0%;
  box-shadow: 0px -12px 10px rgba(0, 0, 0, 0.3);
  width: 100%;
  margin: 0 auto;
  bottom: 0%;
}
.InnerGIGABYTEContent .mainicon img {
  width: auto;
  margin: 0 auto;
}
.InnerGIGABYTEContent .sellingbk {
  background: #e0e5eb;
}
.InnerGIGABYTEContent .sellingpoint {
  padding: 6%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 40px;
  width: 80%;
  margin: 0 auto;
  color: #666666;
}
.InnerGIGABYTEContent .sellingpoint ul li {
  list-style: disc;
  margin-left: 4%;
}
.InnerGIGABYTEContent .sellingpoint .title {
  color: #3F4246;
}
.InnerGIGABYTEContent .sellingpoint .notetext {
  font-size: 0.6em;
}
@-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 .sectionpage {
  position: relative;
}
.InnerGIGABYTEContent .secpagetitle {
  position: absolute;
  top: 30px;
  left: 0%;
  font-size: 2.6vw;
  line-height: 1.6em;
  color: #dee2e7;
  font-family: "Aldrich", "Arial", "cwTeXHei", "Microsoft JhengHei";
  border-bottom: 1px solid #dee2e7;
  padding-right: 2%;
  padding-left: 2.2%;
}
.InnerGIGABYTEContent .secpagetext {
  position: absolute;
  top: 30%;
  left: 47%;
  width: 34%;
  text-align: justify;
  font-size: 20px;
  line-height: 1.6em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #666666;
  font-family: "Open Sans", sans-serif, Microsoft JhengHei;
}
.InnerGIGABYTEContent .note {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.25em;
  margin-left: 0.4em;
  text-indent: -0.4em;
  color: #a1a7af;
  text-align: left;
  font-family: "Open Sans", sans-serif, Microsoft JhengHei;
}
.InnerGIGABYTEContent #sectionpage01 {
  background: #a2a6af;
}
.InnerGIGABYTEContent #sectionpage03 {
  background: #0e0e0e;
}
.InnerGIGABYTEContent #sectionpage01 .secpagetitle {
  text-shadow: 1px 1px 1px #666666;
}
.InnerGIGABYTEContent #sectionpage01 .secpagetext {
  background: rgba(242, 242, 242, 0.4);
  padding: 2%;
  top: 16%;
  left: 56%;
  width: 27%;
  color: #3F4246;
  min-height: 550px;
}
.InnerGIGABYTEContent #sectionpage01 .secpagebox {
  border-top: 1px solid #a1a7af;
  border-left: 1px solid #a1a7af;
  position: absolute;
  top: 14%;
  left: 55.5%;
  width: 19%;
  min-height: 550px;
}
.InnerGIGABYTEContent #sectionpage01 .secpagetext2 {
  position: absolute;
  font-size: 1.6vw;
  line-height: 1.6em;
  color: #dfe3e8;
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: "Aldrich", "Arial", "cwTeXHei", "Microsoft JhengHei";
  width: 100%;
  text-align: center;
  bottom: 4%;
}
.InnerGIGABYTEContent #sectionpage02 .secpagetext {
  top: 15%;
  left: 62%;
  width: 25%;
}
.InnerGIGABYTEContent #sectionpage02 {
  position: relative;
}
.InnerGIGABYTEContent #sectionpage02 .secdrive {
  position: absolute;
  left: 16%;
  top: 9%;
}
.InnerGIGABYTEContent #sectionpage02 .secpagetitle,
.InnerGIGABYTEContent #sectionpage03 .secpagetitle {
  border-bottom: 1px solid #a1a7af;
}
.InnerGIGABYTEContent #sectionpage02 .secpagebox {
  border-top: 1px solid #a1a7af;
  border-left: 1px solid #a1a7af;
  position: absolute;
  top: 13%;
  left: 60%;
  width: 19%;
  min-height: 460px;
}
.InnerGIGABYTEContent #sectionpage02 .secdrive img {
  width: 100%;
}
.InnerGIGABYTEContent #sectionpage02 .secpagetext01 {
  top: 3%;
  left: 65.5%;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
}
.InnerGIGABYTEContent #sectionpage02 .secpagetext02 {
  top: 30%;
  left: 65.5%;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
}
.InnerGIGABYTEContent #sectionpage02 .secpagetext03 {
  top: 39%;
  left: 65.5%;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
}
.InnerGIGABYTEContent #sectionpage02 .secpagetext04 {
  top: 70%;
  left: 65.5%;
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
}
.InnerGIGABYTEContent #sectionpage02 .secpagetitle {
  color: #a1a7af;
}
.InnerGIGABYTEContent #sectionpage03 .secpagetitle {
  color: #a1a7af;
}
.InnerGIGABYTEContent #sectionpage03 .secpagebox {
  border-top: 1px solid #a1a7af;
  border-left: 1px solid #a1a7af;
  position: absolute;
  top: 17%;
  left: 55%;
  width: 19%;
  min-height: 300px;
}
.InnerGIGABYTEContent #sectionpage03 .secpagetext {
  top: 22%;
  left: 56%;
  width: 26%;
}
.InnerGIGABYTEContent #sectionpage03 .secpagetext01 {
  top: 62%;
  left: 54%;
  width: 30%;
}
.InnerGIGABYTEContent #sectionpage03 .conbox1 {
  position: relative;
  display: inline-block;
  width: 20%;
}
.InnerGIGABYTEContent #sectionpage03 .conbox2 {
  position: relative;
  display: inline-block;
  width: 70%;
  margin-left: 8%;
}
.InnerGIGABYTEContent #sectionpage03 .secpagetext {
  color: #a1a7af;
}
.InnerGIGABYTEContent .subtitle2 {
  font-size: 36px;
  line-height: 1.6em;
  color: #a1a7af;
  margin-bottom: 0.5em;
  font-family: "Aldrich", "Arial", "cwTeXHei", "Microsoft JhengHei";
}
.InnerGIGABYTEContent .titlebar {
  position: relative;
  margin-left: 13.5%;
}
.InnerGIGABYTEContent .titleline {
  position: absolute;
  width: 10px;
  height: 0px;
  background: #dee2e7;
  transition: all 1s linear;
}
.InnerGIGABYTEContent .titlecolumn {
  width: 1px;
  position: absolute;
  height: 320px;
  background: #dee2e7;
  left: 10px;
}
.InnerGIGABYTEContent #sectionpage02 .titleline,
.InnerGIGABYTEContent #sectionpage02 .titlecolumn,
.InnerGIGABYTEContent #sectionpage03 .titleline,
.InnerGIGABYTEContent #sectionpage03 .titlecolumn {
  background: #a1a7af;
}
.InnerGIGABYTEContent #sectionpage04 {
  background: #91969f;
  padding-bottom: 4%;
}
.InnerGIGABYTEContent #sectionpage04 img {
  width: 70%;
  margin: 0 auto;
  padding-top: 8%;
  padding-bottom: 2%;
}
.InnerGIGABYTEContent .sectionpagesmall {
  display: none;
}
.InnerGIGABYTEContent .sectionpagenum {
  display: none;
}
@media screen and (max-width: 1680px) {
  .InnerGIGABYTEContent #sectionpage01 .secpagebox {
    position: absolute;
    top: 6%;
    left: 55.5%;
    width: 19%;
    min-height: 550px;
  }
  .InnerGIGABYTEContent #sectionpage01 .secpagetext {
    top: 7%;
    left: 56%;
    width: 32%;
    color: #3F4246;
    min-height: 0px;
  }
  .InnerGIGABYTEContent .mainsecpage {
    position: relative;
    min-height: 1000px;
    background: #9397a0;
  }
}
@media screen and (max-width: 1440px) {
  .InnerGIGABYTEContent .mainsecpage {
    position: relative;
    min-height: 900px;
    background: #9397a0;
  }
  .InnerGIGABYTEContent #sectionpage01 .secpagetext {
    top: 7%;
    width: 36%;
  }
  .InnerGIGABYTEContent #sectionpage01 .secpagetext2 {
    bottom: 0%;
  }
  .InnerGIGABYTEContent #sectionpage02 .secpagetext {
    top: 12%;
    width: 32%;
  }
  .InnerGIGABYTEContent #sectionpage02 .secdrive {
    left: 9%;
    top: 14%;
  }
  .InnerGIGABYTEContent #sectionpage02 .secdrive img {
    width: 80%;
  }
  .InnerGIGABYTEContent #sectionpage02 .secpagetext01 {
    top: 2%;
    left: 52%;
  }
  .InnerGIGABYTEContent #sectionpage02 .secpagetext02 {
    top: 29%;
    left: 52%;
  }
  .InnerGIGABYTEContent #sectionpage02 .secpagetext03 {
    top: 37%;
    left: 52%;
    width: 26%;
  }
  .InnerGIGABYTEContent #sectionpage02 .secpagetext04 {
    top: 68%;
    left: 52%;
  }
  .InnerGIGABYTEContent #sectionpage02 .secpagebox {
    min-height: 300px;
  }
  .InnerGIGABYTEContent #sectionpage03 .secpagebox {
    top: 11%;
    min-height: 260px;
  }
  .InnerGIGABYTEContent #sectionpage03 .secpagetext {
    top: 13%;
    left: 56%;
    width: 36%;
  }
  .InnerGIGABYTEContent #sectionpage03 .secpagetext01 {
    top: 47%;
    width: 36%;
  }
}
@media screen and (max-width: 1366px) {
  .InnerGIGABYTEContent .sellingpoint {
    padding: 6%;
    font-size: 1.4em;
    width: 80%;
  }
  .InnerGIGABYTEContent .sellingpoint .title {
    font-size: 1.4em;
    margin-bottom: 4%;
  }
  .InnerGIGABYTEContent .sellingpoint .notetext {
    font-size: 0.6em;
  }
  .InnerGIGABYTEContent .mainicon {
    position: static;
  }
  .InnerGIGABYTEContent .mainsecpage {
    min-height: auto;
  }
  .InnerGIGABYTEContent #sectionpage01 .secpagetext {
    top: 7%;
    width: 36%;
    font-size: 16px;
    line-height: 24px;
  }
  .InnerGIGABYTEContent #sectionpage02 .secdrive {
    left: 15%;
  }
  .InnerGIGABYTEContent #sectionpage02 .secdrive img {
    width: 70%;
  }
  .InnerGIGABYTEContent #sectionpage02 .secpagetext01 {
    top: 1%;
    left: 46%;
  }
  .InnerGIGABYTEContent #sectionpage02 .secpagetext02 {
    top: 28%;
    left: 46%;
  }
  .InnerGIGABYTEContent #sectionpage02 .secpagetext03 {
    top: 36%;
    left: 46%;
    width: 26%;
  }
  .InnerGIGABYTEContent #sectionpage02 .secpagetext04 {
    top: 68%;
    left: 46%;
  }
}
@media screen and (max-width: 1200px) {
  .InnerGIGABYTEContent .secpagetitle {
    position: static;
    font-size: 40px;
    line-height: 1.2em;
    color: #dee2e7;
    border-bottom: 1px solid #a1a7af;
    text-align: center;
    margin-bottom: 4%;
    padding: 6% 2% 1% 2%;
  }
  .InnerGIGABYTEContent #sectionpage01 {
    background: #fff;
  }
  .InnerGIGABYTEContent #sectionpage03 {
    background: #fff;
  }
  .InnerGIGABYTEContent #sectionpage01 .secpagetitle {
    color: #a1a7af;
    text-shadow: none;
  }
  .InnerGIGABYTEContent .titlebar {
    position: static;
    margin-left: 0%;
  }
  .InnerGIGABYTEContent .titleline,
  .InnerGIGABYTEContent .titlecolumn {
    display: none;
  }
  .InnerGIGABYTEContent #sectionpage04 {
    background: #91969f;
    min-height: 0px;
  }
  .InnerGIGABYTEContent #sectionpage04 .secpagetitle {
    color: #dee2e7;
  }
  .InnerGIGABYTEContent #sectionpage04 img {
    margin: 0 auto;
    padding-top: 4%;
    padding-bottom: 8%;
    width: 90%;
  }
  .InnerGIGABYTEContent .secpagetext {
    position: static;
    width: 100%;
  }
  .InnerGIGABYTEContent .secpagebox {
    display: none;
  }
  .InnerGIGABYTEContent #sectionpage01 .secpagetext {
    width: 90%;
    margin: 0 auto;
    min-height: auto;
    font-size: 20px;
    line-height: 1.6em;
    color: #666666;
  }
  .InnerGIGABYTEContent #sectionpage01 .secpagetext2 {
    position: static;
    font-size: 20px;
    line-height: 1.6em;
    color: #a1a7af;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 6%;
  }
  .InnerGIGABYTEContent #sectionpage02 .secpagetext {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent #sectionpage02 .secpagebox {
    border-top: 1px solid #a1a7af;
    border-left: 1px solid #a1a7af;
    position: absolute;
    top: 9%;
    left: 60%;
    width: 19%;
    min-height: 550px;
  }
  .InnerGIGABYTEContent #sectionpage02 .secdrive {
    position: static;
  }
  .InnerGIGABYTEContent #sectionpage02 .secdrive img {
    display: none;
  }
  .InnerGIGABYTEContent #sectionpage02 .secpagetext01 {
    margin-top: 10%;
    width: 100%;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
  }
  .InnerGIGABYTEContent #sectionpage02 .secpagetext02 {
    width: 100%;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
  }
  .InnerGIGABYTEContent #sectionpage02 .secpagetext03 {
    width: 100%;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
  }
  .InnerGIGABYTEContent #sectionpage02 .secpagetext04 {
    width: 100%;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 4%;
  }
  .InnerGIGABYTEContent #sectionpage03 .secpagetext {
    width: 90%;
    margin: 0 auto;
    color: #666;
  }
  .InnerGIGABYTEContent #sectionpage03 .secpagetext01 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 4%;
    margin-top: 4%;
    color: #666;
  }
  .InnerGIGABYTEContent #sectionpage03 .conbox1 {
    width: 20%;
    filter: invert(40%);
  }
  .InnerGIGABYTEContent #sectionpage03 .conbox2 {
    width: 70%;
    margin-left: 8%;
  }
  .InnerGIGABYTEContent #sectionpage04 img {
    width: 90%;
    margin: 0 auto;
  }
  .InnerGIGABYTEContent .subtitle2 {
    font-size: 30px;
    line-height: 1.6em;
    margin-bottom: 0em;
  }
  .InnerGIGABYTEContent .note {
    color: #666;
  }
  .InnerGIGABYTEContent .sectionpagenum {
    display: inline-block;
  }
  .InnerGIGABYTEContent .sectionpagebig {
    display: none;
  }
  .InnerGIGABYTEContent .sectionpagesmall {
    display: block;
  }
}
