html {overflow-x: hidden; overflow-y: auto; -ms-overflow-style: -ms-autohiding-scrollbar;}
h1, h2, h3, h4, h5, p {
  margin: 0px;
}

section h1 {font-size: 3.5em; font-weight: 700;}
section h2 {font-size: 2.5rem; font-weight: 600;}
section h3 {font-size: 2em; font-weight: 500;}
section .gpu-tabpanel h3 {color: white;}
section h4 {font-size: 1.75em;}
section h5 {font-size: 1.5em;}
section h6 {font-size: 1.25em; font-weight: 500;}
section p {font-size: 1.15rem; line-height: 1.5rem;}
section #section-header .separate-1-3 p {padding-top: 15px;}

.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: 'Rajdhani', 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: 18px;
  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: 40px 0px 0px 0px;
  margin-left: -7%;
}

.guild-bar {
  text-align: center;
  background-color: #3E3E3E;
  font-family: 'Rajdhani', 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: 1.15rem;
}
.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;
}
#section-design #classificationForHref .mac-dock h3 {
  font-size: 1.5em;
}


.explosion {
  width: 100%;
  padding: 80px 0rem 105px 0rem;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #000;
  transition: 0.5s;
  height: initial;
  font-family: 'Rajdhani', sans-serif, '微軟正黑體';
}
.explosion * {
  box-sizing: border-box;
}

.explosion-box {
  width: 100%;
  padding-top: 200px;
  padding-bottom: 20px;
  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: 1.15rem;
}
.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: 1.15rem;
  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.25rem;
  line-height: 27px;
}
.pictures ul, .pictures div.up-side {
  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: 2px 8px;
  font-size: 13px;
  line-height: 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;
}

#EVGAContent button {
  border:none;
  background-color:transparent;
  outline:none;
  font-family: 'Rajdhani', sans-serif, 'Microsoft JhengHei';
}

.bombIcon1 {position: absolute; width: 45px; top: -5px; left: -33px;}
.bombIcon2 {position: absolute; width: 45px; top: -5px; left: -33px;}
.bombIcon3 {position: absolute; width: 45px; top: -5px; left: -33px;}
.bombIcon4 {position: absolute; width: 45px; top: -5px; left: -33px;}
.bombIcon5 {position: absolute; width: 45px; top: -5px; left: -33px;}
.bombIcon6 {position: absolute; width: 45px; top: -5px; left: -33px;}
.bombIcon7 {position: absolute; width: 45px; top: -5px; left: -33px;}


.vga .bgc-black #section-header .separate-1-3 h2.h2Title {font-size: 3.5em; font-weight: 700; line-height: 1.2em;}
.vga .rgb-glow-header {position: absolute; top: -2px; left: 0;}
.vga .hue-animation {animation: color-hue 3s 0.2s linear infinite;}
.vga .bgc-black #section-header .separate-2-3 .picture img {width: 90%; margin-top: 5%;}
.vga .bgc-black #section-design .separate-2-3 .picture img {width: 65%; float: right; margin: -33% 4% 0% 0%;}
.vga .bgc-black #section-design .separate-2-3 .picture canvas {width: 65%; float: right; margin: -33% 4% 0% 0%;}
.vga .bgc-white a:focus-visible img {outline: 2px dashed #000; border-radius: 2rem; outline-offset: 1px;}

@media (max-width: 1450px) {
  .vga .bgc-black #section-header .separate-1-3 {padding: 20px 0px 0px 0px; margin-left: -7%;}
  .vga .bgc-black #section-header .separate-1-3 h1 {line-height: 1.2em;}
  .vga .bgc-black #section-header .separate-1-3 h2 {line-height: 1.2em;}
  section #section-header .separate-1-3 p {padding-top: 10px;}
}
@media (max-width: 1300px) {
  .vga .bgc-black #section-header .separate-1-3 {padding: 20px 0px 0px 0px; margin-left: -7%;}
  .vga .bgc-black #section-header .separate-1-3 h1 {line-height: 1em;}
  .vga .bgc-black #section-header .separate-1-3 h2 {font-size: 2.1rem; line-height: 1em;}
  section #section-header .separate-1-3 p {padding-top: 5px; font-size: 1rem; line-height: 1.2rem;}
}
@media (max-width: 1050px) {
  .vga .bgc-black #section-header .separate-1-3 {padding: 20px 0px 0px 0px; margin-left: -7%;}
  .vga .bgc-black #section-header .separate-1-3 h1 {font-size: 3rem; line-height: 0.9em;}
  .vga .bgc-black #section-header .separate-1-3 h2 {font-size: 1.37rem; line-height: 0.9em;}
  section #section-header .separate-1-3 p {padding-top: 5px; font-size: 1rem; line-height: 1.2rem;}
}


.d-flex {display: flex}
.carousel-icon {margin: 0px 15px 0 0;}
.carousel-icon img {width: 76px;}
.description {margin-top: -3px;}
.description h2 {font-size: 1.5rem; font-weight: 600;}
.description p {font-size: 0.9rem; line-height: 1rem;}
.carousel-wrapper {position: relative; background-color: #000; width: 100%;	height: 100px; text-align: left; margin: 0 auto 0px; padding: 30px 0 120px 0; border-bottom: 2px solid #2a2a2a;}
.carousel-wrapper .carousel-item {position: absolute; top: 0; bottom: 0; left: 0; right: 0; padding: 32px 238px;	opacity: 0;	transition: all 0.5s ease-in-out;}
.carousel-wrapper .carousel-item .arrow {position: absolute; top: 0; display: block; width: 50px; height: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); background: url("https://images.evga.com/common/carousel-arrow-dark.png") 50% 50%/20px no-repeat;}
.carousel-wrapper .carousel-item .arrow.arrow-prev {left: 0;}
.carousel-wrapper .carousel-item .arrow.arrow-next {right: 0; -webkit-transform: rotate(180deg); transform: rotate(180deg);}
.carousel-wrapper .carousel-item.light {color: white;}
.carousel-wrapper .carousel-item.light .arrow {background: url("https://images.evga.com/common/carousel-arrow-light.png") 50% 50%/20px no-repeat;}
@media (max-width: 480px) {.carousel-wrapper .carousel-item .arrow, .carousel-wrapper .carousel-item.light .arrow {background-size: 10px; background-position: 10px 50%;}}
.carousel-wrapper [id^="target-item"] {display: none;}
.carousel-wrapper .item-1 {z-index: 2; opacity: 1;}
.carousel-wrapper *:target ~ .item-1 {opacity: 0;}
.carousel-wrapper #target-item-1:target ~ .item-1 {opacity: 1;}
.carousel-wrapper #target-item-2:target ~ .item-2, .carousel-wrapper #target-item-3:target ~ .item-3, .carousel-wrapper #target-item-4:target ~ .item-4, .carousel-wrapper #target-item-5:target ~ .item-5, .carousel-wrapper #target-item-6:target ~ .item-6, .carousel-wrapper #target-item-7:target ~ .item-7, .carousel-wrapper #target-item-8:target ~ .item-8, .carousel-wrapper #target-item-9:target ~ .item-9, .carousel-wrapper #target-item-10:target ~ .item-10, .carousel-wrapper #target-item-11:target ~ .item-11, .carousel-wrapper #target-item-12:target ~ .item-12, .carousel-wrapper #target-item-13:target ~ .item-13, .carousel-wrapper #target-item-14:target ~ .item-14, .carousel-wrapper #target-item-15:target ~ .item-15, .carousel-wrapper #target-item-16:target ~ .item-16, .carousel-wrapper #target-item-17:target ~ .item-17, .carousel-wrapper #target-item-18:target ~ .item-18, .carousel-wrapper #target-item-19:target ~ .item-19 {z-index: 3; opacity: 1;}


@keyframes color-hue {
 from {-webkit-filter: hue-rotate(0deg); filter: hue-rotate(0deg);}
 to {-webkit-filter: hue-rotate(359deg); filter: hue-rotate(359deg);}
}

.gallery-popup .fancybox-title {font-size: 15px;}

.detail-info .separate-50 {width: 50%}
.detail-info .d-flex {display: flex;}
.type-icon {position: relative; top: 0%; left: 0%; margin: 5px 0 0 0; display: flex;}
.type-icon img {width: 100%; height: 100%; margin-right: 1px;}
.type-icon img:nth-child(2) {width: 55px; margin: 10px 0 0 60px;}


@media (max-width: 1600px) {
  .carousel-wrapper .carousel-item {padding: 32px 55px;}
}
@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, .pictures div.up-side {
    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, .pictures div.up-side {
    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%);
  }

  .bombIcon1, .bombIcon2, .bombIcon3, .bombIcon4, .bombIcon5, .bombIcon6, .bombIcon7 {display: none;}
}
@media (max-width: 950px) {
  .vga .bgc-black #section-header .separate-1-3, .vga .bgc-black #section-header .separate-2-3 {width: 100%; padding: 0px 0px 0px 0px; margin-left: 0%;}
  .vga .bgc-black #section-design .separate-1-3, .vga .bgc-black #section-design .separate-2-3 {width: 100%; padding: 0px 0px 0px 0px; margin-left: 0%;}
  .vga .bgc-black #section-design .separate-2-3 .picture img, .vga .bgc-black #section-header .separate-2-3 .picture img {width: 100%; float: none; margin: 0 auto; transform: scale(0.8);}
  .vga .bgc-black #section-design .separate-2-3 .picture canvas {width: 100%; float: none; margin: 0 auto; transform: scale(0.8);}
  .vga .rgb-glow-header {position: absolute; top: 0px; left: 0;}
}
@media (max-width: 900px) {
  section .slider-detail {
    padding-bottom: 45px;
  }
  .slider-precision ul {
    bottom: 24% !important;
  }
}
@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: 1.15rem;
    line-height: 1.4rem;
  }

  .pictures .pic {
    width: 60%;
  }
  .pictures ul, .pictures div.up-side {
    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: left;
  text-justify: inter-ideograph;
}

.button-group {
  width: 100%;
  text-align: left;
  margin-left: 7%;
}

.layer-one {
  display: inline-block;
  width: 28%;
  max-width: 180px;
  margin-right: 10px;
  margin-bottom: 16px;
  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 h3 {
  transition: 0.2s;
}

section[data-design="choice"] {
  background: url(https://images.evga.com/concept/images/graphics/2020new/newadd/Product_BG2.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  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: 4%;
  padding-bottom: 4%;
}
.detail-info .separate-1-2:nth-child(2) .margin-title-distance{
  margin-bottom: 22px;
  color: #000;
}
.detail-info .separate-1-2:nth-child(2) .type{
  color: #000;
}
.detail-info p {
  text-align: left;
  text-justify: inter-ideograph;
  font-weight: 500;
}
.detail-info h4 {
  margin-bottom: 5px;
}
.detail-info a {
  display: block;
  margin-top: 20px;
  font-family: 'Rajdhani', sans-serif, 'Microsoft JhengHei';
  font-weight: bold;
  color: #000;
}

#type-name{
  font-size: 60px;
  color: #000;
}
#type-link{
  display: inline-block;
}
#type-link:hover{
  color: #212121;
  text-decoration: underline;
}

/* ADA */
.sr-only {border: 0; clip: rect(0,0,0,0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}

@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: linear-gradient(to bottom, #000, #000, #000);
  }
  .detail-info .separate-1-2:nth-child(1) {
    background: url(https://images.evga.com/concept/images/graphics/2020new/newadd/Product_BG2.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0px 2em;
  }
  #type-name{
    color: #fff;
  }
  .detail-info a {
    color: #fff;
  }
  .detail-info .separate-1-2:nth-child(2) .margin-title-distance{
    color: #fff;
  }
  .detail-info .separate-1-2:nth-child(2) .type{
    color: #fff;
  }

  .type-icon img {width: 80%; height: 80%;}
  .type-icon img:nth-child(2) {width: 45px; margin: 0;}
}
@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: center;
  }
  .mac-dock .break {
    display: none;
  }
  .mac-dock .picture {
    display: none;
  }
  .mac-dock .layer-two {
    width: 48%;
    margin-bottom: 16px;
  }
  .mac-dock h3 {
    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%;
  font-size: 1.15em;
}

#section-icx .point1 {
  bottom: 5%;
}
#section-icx .point2 {
  bottom: -1%;
}

section[data-id="#section-precision-x1"] {
  background: url(https://images.evga.com/concept/images/graphics/2020New/newadd/bg3.jpg) fixed;
  background-size: 100% auto;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 3;
}

.slider-precision .picture{
  padding: 0px 25px;
}
.slider-precision h3{
  font-size: 32px;
}
.slider-precision p{
  font-size: 1.15rem;
  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: left;
  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: #fff;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev::before {
  content: "❮";
}
.slick-next::before {
  content: "❯";
}*/
.slide-feature-icons .slide {
    /* padding: 32px 238px; */
    display: flex !important;
    justify-content: center;
}
    .slide-feature-icons .slide .description {
        text-align:left;
    }
.slider-precision > button {
    top: 39%;
}
.slider-precision .slick-next:focus, .slider-precision .slick-prev:focus {
  top: 39%;
}
.moredetail button {
  top: 48%;
}
.moredetail .slick-next:focus, .moredetail .slick-prev:focus {
  top: 48%;
}




@media screen and (max-width: 800px) {
  .guild-bar {
    display: none;
  }
}

@media screen and (max-width: 768px) {

  .description h2 {text-align: left;}

  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: 13px;
  }
  #section-icx .point1 {
    text-align: left;
    bottom: 4%;
  }
  #section-icx .point2 {
    text-align: left;
    bottom: -2.5%;
  }

  #section-gallery a {
    padding-left: 2rem;
    padding-right: 2rem ;
  }

}
@media screen and (max-width: 600px) {

  .description h2 {font-size: 1.0rem; line-height: 1.6rem; text-align: left;}
  .description p {font-size: 0.8rem; line-height: 1.0rem;}

  .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%;
  }
  #section-icx .point {
    font-size: 11px;
    line-height: 1.1;
  }
  #section-icx .point1 {
    bottom: 2%;
  }
  #section-icx .point2 {
    bottom: -5%;
  }
}
@media screen and (max-width: 480px){
  .carousel-wrapper .carousel-item {padding: 36px 36px;}
  .description h2 {font-size: 1.0rem; line-height: 1.6rem; text-align: left;}
  .description p {font-size: 0.8rem; line-height: 1.0rem;}
  .carousel-icon img {width: 68px;}

  .slider-precision ul{
    bottom: 40%;
  }
  #icon-description .description h3 {font-size: 1.2em; line-height: 1; margin-bottom: 10px;}
}
@media screen and (max-width: 452px){
  #section-icx .point {
    transform: scale(0.8);
  }
  #section-icx .point1 {
    left: 18%;
    bottom: 0%;
  }
  #section-icx .point2 {
    left: 15.5%;
    bottom: -18%;
  }
}
@media screen and (max-width: 426px){
  .description h2 {font-size: 0.8rem; line-height: 0.9rem;}
  .description p {font-size: 0.7rem; line-height: 0.85rem; margin-top: 5px;}
}