
h1, h2, h3, h4, h5, p {
  margin: 0px;
}

section h1 {
  font-size: 79px;
	line-height: 79px;
}

section h2 {
  font-size: 2rem;
  line-height: 2.5rem;
}

section p {
  font-size: 1rem;
  line-height: 1.25rem;
}

.max-width-1200, .max-width-500, .max-width-800, .max-width-1600, .max-width-650, .max-width-350, .max-width-1000,.max-width-900,.max-width-1400 {
  margin-right: auto;
  margin-left: auto;
}

.max-width-1600 {
  max-width: 1600px;
}

.max-width-1400 {
  max-width: 1400px;
}

.max-width-1200 {
  max-width: 1200px;
}

.max-width-1000 {
  max-width: 1000px;
}
.max-width-900 {
  max-width: 900px;
}

.max-width-800 {
  max-width: 800px;
}

.max-width-650 {
  max-width: 650px;
}

.max-width-500 {
  max-width: 500px;
}

.max-width-350 {
  max-width: 350px;
}

.vga {
  width: 100%;
}

section {
  width: 100%;
  padding: 80px 1rem;
  box-sizing: border-box;
  font-family: Rubik, sans-serif, Microsoft JhengHei;
}

.margin-title-distance {
  margin-bottom: 30px;
}

.margin-distance {
  margin-bottom: 80px;
}

.bgc-black {
  background-color: #000;
  color: #fff;
}

.bgc-white {
  background-color: #fff;
	color: #000;
}

.separate {
  font-size: 0px;
  width: 100%;
  box-sizing: border-box;
}
.separate > * {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0px 10px;
}
.separate .separate-1-3 {
  width: 33.33%;
}
.separate .separate-2-3 {
  width: 66.66%;
}
.separate .separate-1-2 {
  width: 50%;
}
.separate .separate-1-4 {
  width: 25%;
  padding: 0px 7px;
}
.separate .separate-1-5 {
  width: 20%;
  padding: 0px 7px;
}

.picture {
  width: 100%;
  vertical-align: top;
}
.picture img {
  width: 100%;
  display: block;
}

.sensor {
  position: relative;
  top: 10px;
  opacity: 0;
}

.opacitychange{
	position: relative;
}

.sensor[data-type="right"] {
  position: relative;
  top: 0px;
  opacity: 1;
  right: -50px;
}

#catchasp{
  display: none;
}

/* .loading-page {
  position: fixed;
  background: #000000;
  opacity: 0.9;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
}
.loading-page img {
  width: 250px;
  height: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
} */
.loading-page,.loading-page img{
  display: none;
}

section[data-id="#section-header"]{
	padding: 0px 1rem;
}

#section-header .separate-1-3, #section-header .separate-2-3 {
  vertical-align: middle;
}

#section-header .separate-1-3{
  padding: 20px 0px ;
}

.guild-bar {
  text-align: center;
  background-color: #3E3E3E;
  font-family: serifRubik, sans-serif, 微軟正黑體;
  width: 100%;
  z-index: 99;
  height: 56px;
	display: block;
	border-bottom: 2px solid #DADADA ;

}
.guild-bar a {
  display: inline-block;
  height: 56px;
  line-height: 56px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  color: #fff;
  vertical-align: middle;
  color: #838383;
	border-bottom: 2px solid #DADADA ;
	font-size: 15px;
}
.guild-bar a:nth-child(1) {
  background-color: #333;
}
.guild-bar a.logo {
  opacity: 0;
	transition: .5s;
}
.guild-bar img {
  height: 30px;
  max-width: none;
  vertical-align: middle;
  width: 123px;
  transition: 0.5s;
}


#section-design .separate-1-3, #section-design .separate-2-3 {
  vertical-align: middle;
}
#section-design .separate-1-3,#section-design .separate-2-3{
  padding: 0px 0px;
  }


.explosion {
  width: 100%;
  padding: 80px 0rem 100px 0rem;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #000;
  transition: 0.5s;
  height: initial;
  font-family: Rubik, sans-serif, 微軟正黑體;
}
.explosion * {
  box-sizing: border-box;
}

.explosion-box {
  width: 100%;
  padding-top: 200px;
  padding-bottom: 100px;
  background: radial-gradient(center, 71% 69%, #ccc 0%, #000000 72%);
  background: -moz-radial-gradient(center, 71% 69%, #ccc 0%, #000000 72%);
  background: -webkit-radial-gradient(center, 71% 69%, #ccc 0%, #000000 72%);
  background: -o-radial-gradient(center, 71% 69%, #ccc 0%, #000000 72%);
  background: -ms-radial-gradient(center, 71% 69%, #ccc 0%, #000000 72%);
}
.explosion-box p, .explosion-box table {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  color: #eee;
  transition: 1s;
}
.explosion-box p {
  width: 70%;
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  min-height: 30px;
  padding: 10px;
	position: relative;
	z-index: 5;
	font-size: 1rem;
}
.explosion-box table {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #444;
}
.explosion-box table tr {
  border-bottom: solid 1px #444;
}
.explosion-box table td {
  padding: 10px;
  border-left: solid 1px #444;
  text-align: left;
}
.explosion-box table th {
  padding: 10px 20px;
  font-size: 1.6rem;
}

.pictures {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: 470px;
  font-size: 1rem;
  margin-bottom: 60px;
}
.pictures .pic {
  width: 26%;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  transition: 1.5s;
  transform-origin: center;
}
.pictures .pic img {
  transition: 1s;
  filter: brightness(1);
  transform: scale(1);
  width: 100%;
}
.pictures .pic:nth-child(1) {
  left: 40.2%;
  top: 11%;
}
.pictures .pic:nth-child(2) {
  left: 40.3%;
  top: 11.5%;
}
.pictures .pic:nth-child(3) {
  left: 40.4%;
  top: 12%;
}
.pictures .pic:nth-child(4) {
  left: 40.5%;
  top: 12.5%;
}
.pictures .pic:nth-child(5) {
  left: 40.6%;
  top: 13%;
}
.pictures .pic:nth-child(6) {
  left: 40.7%;
  top: 13.5%;
}
.pictures .number {
  border: solid 1.2px;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #5e78eb;
  font-size: 1.2rem;
  line-height: 27px;
}
.pictures ul {
  margin: 0px;
  padding: 0px;
  height: 100%;
  position: absolute;
  left: 20%;
  top: -25%;
}

.pictures .line {
  /* width: 40px; */
  height: 50%;
  border-left: solid 2px #5e78eb;
  /* border-top: solid 2px #5e78eb; */
}
.pictures .description {
  color: #eee;
  font-weight: bold;
  cursor: pointer;
  /* margin-bottom: 5px; */
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 4px 8px;
	font-size: 16px;
}
.pictures .data {
  padding: 8px;
  color: #fff;
  position: absolute;
  width: 500px;
  top: -40%;
  background-color: #5e78eb;
}

.floatright{
  position: relative;
  z-index: 7;
}
.floatright>p>a{
  text-decoration: underline;
}

.floatright>p>a:hover{
  color: #5e78eb;
}

.floatright >h1{
  font-size: 60px;
}


@media screen and (min-width: 1600px){
  .floatright{
    margin-right: 5rem;
  }
}
@media (min-width: 1200px){
  .floatright.forcomputer{
    display: inline-block;
    width: 60%;
    float: right;
    text-align: right;

  }
  .floatright.formobile{
    display: none;
  }
}

@media (max-width: 1200px) {
  .pictures ul {
    top: -45%;
  }
  .floatright.forcomputer{
    display: none;
  }
  .floatright.formobile{
    display: block;
    width: 100%;
    text-align: center;
    float: none;
    margin-top: 60px;
  }
  .explosion{
    padding-top: 0px ;
  }
}
@media (max-width: 1000px) {
  .pictures {
    margin-bottom: 0px;
  }
  .pictures .pic {
    width: 30%;
  }
  .pictures .line {
    height: 70%;
  }
  .pictures ul {
    left: 80%;
    top: -13%;
  }

  .explosion-box {
    margin-top: 0px;
    padding-bottom: 0px;
    background: radial-gradient(50% 21%, 75% 30%, #ccc 0%, #000000 70%);
    background: -moz-radial-gradient(50% 21%, 75% 30%, #ccc 0%, #000000 70%);
    background: -webkit-radial-gradient(50% 21%, 75% 30%, #ccc 0%, #000000 70%);
    background: -o-radial-gradient(50% 21%, 75% 30%, #ccc 0%, #000000 70%);
    background: -ms-radial-gradient(50% 21%, 75% 30%, #ccc 0%, #000000 70%);
  }

}
@media (max-width: 550px) {
  .explosion {
    padding: 0px 2rem 0px 2rem;
  }

  .explosion-box {
    background: radial-gradient(50% 21%, 75% 25%, #ccc 0%, #000000 70%);
    background: -moz-radial-gradient(50% 21%, 75% 25%, #ccc 0%, #000000 70%);
    background: -webkit-radial-gradient(50% 21%, 75% 25%, #ccc 0%, #000000 70%);
    background: -o-radial-gradient(50% 21%, 75% 25%, #ccc 0%, #000000 70%);
    background: -ms-radial-gradient(50% 21%, 75% 25%, #ccc 0%, #000000 70%);
  }
  .explosion-box table {
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .pictures .pic {
    width: 60%;
  }
  .pictures ul {
    left: 90%;
  }
}

.designpart{
  padding-bottom: 0px;
}

.classification {
  padding: 40px 0px 40px 0px;
}
.classification .separate-1-2 {
  padding: 0px 10px;
  vertical-align: bottom;
}
.classification h2 {
  text-align: left;
  font-size: 2.8rem;
  line-height: 3rem;
}
.classification p {
  text-align: justify;
  text-justify: inter-ideograph;
}

.button-group {
  width: 100%;
  text-align: right;
}

.layer-one {
  display: inline-block;
  width: 28%;
  max-width: 180px;
  margin-right: 12px;
  cursor: pointer;
  -webkit-filter: brightness(0.5);
  transition: 0.25s;
  opacity: 0.9;
}
.layer-one:hover {
  opacity: 1.8;
}

.mac-dock {
  width: 100%;
  text-align: center;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}
.mac-dock .break {
  display: none;
}

.layer-two {
  width: 11.5%;
  display: inline-block;
  transition: 0.5s;
  -webkit-filter: brightness(1);
  cursor: pointer;
  text-align: center;
}
.layer-two h5 {
  transtion: 0.5s;
}

section[data-design="choice"] {
  background: url(https://images.evga.com/concept/images/graphics/2018new/newadd/Product_BG2.jpg);
  background-size: auto 100%;
  background-repeat: repeat-x;
  overflow: hidden;
  padding-top: 0px;
}

.detail-info {
  width: 100%;
}
.detail-info .separate-1-2 {
  padding: 0px 1rem;
}
.detail-info .separate-1-2:nth-child(1) {
  float: right;
}
.detail-info .separate-1-2:nth-child(2) {
  padding-right: 5%;
  padding-top: 6.5%;
}
.detail-info .separate-1-2:nth-child(2) .margin-title-distance{
  margin-bottom: 22px;
}
.detail-info p {
  text-align: justify;
  text-justify: inter-ideograph;
}
.detail-info h4 {
  margin-bottom: 5px;
}
.detail-info a {
  display: block;
  margin-top: 20px;
  font-family: Rubik, sans-serif, "Microsoft JhengHei";
  color: #fff;
  font-weight: bold;
}

#type-name{
  font-size: 60px;
}
#type-link{
  display: inline-block;
}
#type-link:hover{
  color: rgb(155, 126, 239);
  text-decoration: underline;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .detail-info .separate-1-2:nth-child(1) {
    padding-top: 6.5%;
    padding-bottom: 4.5%;
  }
}


@media screen and (max-width: 1200px) {
  .mac-dock {
    text-align: center;
  }
  .mac-dock .break {
    display: block;
    height: 10px;
  }

  .layer-two {
    width: 20%;
    max-width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .separate .separate-1-2 {
    width: 100%;
  }

  .button-group {
    margin-top: 30px;
  }

  section[data-design="choice"] {
    background: #000;
  }

  .detail-info {
    background: black;
  }
  .detail-info .separate-1-2:nth-child(1) {
    background: url(https://images.evga.com/concept/images/graphics/2018new/newadd/Product_BG2.jpg);
    background-size: auto 100%;
    padding: 0px 2em;
  }
}
@media screen and (min-width: 600px) {
  .layer-two:hover {
    transform: scale(1.2);
    -webkit-filter: brightness(1.5);
    margin: 0 1.5em;
  }
}
@media screen and (max-width: 600px) {
  .mac-dock {
    box-sizing: border-box;
    padding: 0px 5%;
    text-align: left;
  }
  .mac-dock .break {
    display: none;
  }
  .mac-dock .picture {
    display: none;
  }
  .mac-dock .layer-two {
    width: 48%;
    margin-bottom: 16px;
  }
  .mac-dock h5 {
    font-size: 18px;
  }

  .detail-info {
    padding: 0px;
  }
}



#section-icx, #section-precision-x1, #section-gallery, #section-products {
  text-align: center;
}

#section-icx a, #section-precision-x1 a {
  text-decoration: none;
  color: #5e78eb;
}

.divider {
  width: 100%;
  height: 2px;
  background-color: purple;
  margin-top: 40px;
  margin-bottom: 40px;
}

#section-icx .picture {
  position: relative;
}
#section-icx .point {
  position: absolute;
  left: 23%;
}

#section-icx .point1 {
  bottom: 5%;
}
#section-icx .point2 {
  bottom: -1%;
}

section[data-id="#section-precision-x1"] {
  background: url(https://images.evga.com/precisionx1/bg3.jpg) repeat-y fixed;
  background-size: 100% auto;
  overflow: hidden;
  z-index: 3;
}

.slider-precision .picture{
  padding: 0px 25px;
}
.slider-precision h3{
  font-size: 32px;
}
.slider-precision p{
  font-size: 1rem;
  line-height: 1.25rem;
}

.slider-precision>button{
  top: 39%
}

.slider-precision ul{
  bottom: 24%;
}

.slider-precision ul>li{
  height: 15px;
  width: 15px;
  line-height: 15px;
  text-align: center;
  background-color: #666;
}

.slider-precision li button{
  height: 15px;
  width: 15px;
  line-height: 15px;
  text-align: center;
}
.slick-dots li button::before{
  font-size: 45px;
  height: 15px;
  width: 15px;
  line-height: 15px;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-52%);
  vertical-align: middle;
}

#section-gallery,#section-products{
	color: #000;
}
#section-gallery h2,#section-products h2{
	color: #000;
}
#section-gallery a {
  display: block;
  overflow: hidden;
}


#section-products a {
  display: block;
  cursor: pointer;
  opacity: 0.9;
  transition: 0.5s;
}
#section-products a:hover {
  opacity: 1;
}
#section-icx p {
  text-align: justify;
  text-justify:inter-ideograph;
}


/* #section-gallery */
.moredetail {
  width: 100%;
  margin: 0 auto;
}
.moredetail button{
  top: 48%;
}

section .slick-track {
  width: 100%;
}
section .slick-arrow {
  position: absolute;
  z-index: 3;
}
section .slick-next,section .slick-prev{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
}
section .slick-next {
  right: 5px;
}
section .slick-prev {
  left: 5px;
}
section .slick-list {
  width: 95%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
section .slider-detail {
  width: 100%;
}
section .slider-detail img {
  width: 100%;
  display: block;
}
section .slider-detail a {
  display: block;
  padding: 0px 1em;
}

.slick-prev:before,
.slick-next:before {
    color: #626262;
}




@media screen and (max-width: 800px) {
  .guild-bar {
    display: none;
  }
}

@media screen and (max-width: 768px) {

  section h1 {
    font-size: 60px;
  	line-height: 60px;
    text-align: center;
  }

  section h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: center;
  }

  .margin-title-distance {
    margin-bottom: 20px;
  }


  section {
    padding: 40px 1rem;
  }

  section[data-design="choice"]{
    padding-left: 0px ;
    padding-right: 0px ;
  }

  .separate > .separate-1-3, .separate .separate-2-3, .separate .separate-1-2 {
    width: 100%;
  }
  .separate > .separate-1-4, .separate > .separate-1-5 {
    width: 50%;
    margin-bottom: 30px;
  }
  .separate > .separate-2-3, .separate .separate-1-2 {
    margin-bottom: 30px;
  }

  .toleft{
    margin-top: 40px;
  }
  #section-design .separate-1-2.sensor.max-width-500 {
    display: block;
  }
  .explosion {
    padding: 0px 2rem 0px 2rem;
  }

  .classification h2 {
    text-align: center;
  }

  #section-icx .point {
    font-size: 12px;
  }
  #section-icx .point2 {
    text-align: left;
    bottom: -10%;
  }

  #section-gallery a {
    padding-left: 2rem;
    padding-right: 2rem ;
  }

}
@media screen and (max-width: 600px) {
  .separate > .separate-1-4, .separate > .separate-1-5 {
    width: 100%;
  }
  .separate > .separate-1-5 a.picture.popup-image, .separate .separate-1-4 a.picture.popup-image {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 550px){
  .slider-precision ul{
    bottom: 33%;
  }
}
@media screen and (max-width: 480px){
  .slider-precision ul{
    bottom: 40%;
  }
}
