@import "https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:300,400";
/* colors */
/* tab setting */
/* breakpoints */
/* selectors relative to radio inputs */

#output .text-1{
	margin-left:0%;
	font-size:24px;
	line-height:40px;
    font-family: 'Roboto Condensed', sans-serif, '微軟正黑體', Microsoft JhengHei;
    font-family: 'Roboto Condensed', '微軟正黑體' !important;
}
#output .text-2{
	margin-left:0%;
	font-size:24px;
	line-height:40px;
    font-family: 'Roboto Condensed', sans-serif, '微軟正黑體', Microsoft JhengHei;
    font-family: 'Roboto Condensed', '微軟正黑體' !important;
}
#output .text-3{
	margin-left:0%;
	font-size:24px;
	line-height:40px;
    font-family: 'Roboto Condensed', sans-serif, '微軟正黑體', Microsoft JhengHei;
    font-family: 'Roboto Condensed', '微軟正黑體' !important;
}

button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none; }

.tabs-hdmi {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
  overflow: hidden;
  width:100%;
  }
  .tabs-hdmi [class^="tab"] label,
  .tabs-hdmi [class*=" tab"] label {
    color: #efedef;
    cursor: pointer;
    display: block;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 0.5em;
    padding: 1em 0;
    text-align: center; }
  .tabs-hdmi [class^="tab"] [type="radio"],
  .tabs-hdmi [class*=" tab"] [type="radio"] {
    border-bottom: 1px solid rgba(1, 237, 239, 0.5);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .tabs-hdmi [class^="tab"] [type="radio"]:hover, .tabs-hdmi [class^="tab"] [type="radio"]:focus,
    .tabs-hdmi [class*=" tab"] [type="radio"]:hover,
    .tabs-hdmi [class*=" tab"] [type="radio"]:focus {
      border-bottom: 1px solid #1ffee3; }
    .tabs-hdmi [class^="tab"] [type="radio"]:checked,
    .tabs-hdmi [class*=" tab"] [type="radio"]:checked {
      border-bottom: 2px solid #1ffee3; }
    .tabs-hdmi [class^="tab"] [type="radio"]:checked + div,
    .tabs-hdmi [class*=" tab"] [type="radio"]:checked + div {
      opacity: 1; }
    .tabs-hdmi [class^="tab"] [type="radio"] + div,
    .tabs-hdmi [class*=" tab"] [type="radio"] + div {
      display: block;
      opacity: 0;
      padding: 2rem 0;
      width: 90%;
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }
  .tabs-hdmi .tab-2 {
    width: 100%; }
    .tabs-hdmi .tab-2 [type="radio"] + div {
      width: 100%;
      margin-left: 100%; }
    .tabs-hdmi .tab-2 [type="radio"]:checked + div {
      margin-left: 0; }
    .tabs-hdmi .tab-2:last-child [type="radio"] + div {
      margin-left: 100%; }
    .tabs-hdmi .tab-2:last-child [type="radio"]:checked + div {
      margin-left: -100%; }



.tabs-hdmi {
  left: 0%;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  position: relative;
  padding: 0px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  border-radius: 0px;
  min-width: 240px;
}
.tabs-hdmi input[name="control"] {
  display: none;
}
.tabs-hdmi .content section h2,
.tabs-hdmi ul li label {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #1ffee3;
  margin-left:0px;
  border-bottom: 1px solid;
  z-index: 4;
  width:60%;
}
.tabs-hdmi ul {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width:80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
  margin-left:15%;
  padding-right:5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tabs-hdmi ul li {
  box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 25%;
  padding: 0 10px;
  text-align: center;
}
.tabs-hdmi ul li label {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #adadad;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tabs-hdmi ul li label br {
  display: none;
}
.tabs-hdmi ul li label svg {
  fill: #1ffee3;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tabs-hdmi ul li label:hover, .tabs-hdmi ul li label:focus, .tabs-hdmi ul li label:active {
  outline: 0;
  color: #1ffee3;
}
.tabs-hdmi ul li label:hover svg, .tabs-hdmi ul li label:focus svg, .tabs-hdmi ul li label:active svg {
  fill: #1ffee3;
}
.tabs-hdmi .slider {
  position: relative;
  width: 14%;
  padding-left:152px;
  -webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs-hdmi .slider .indicator {
  position: relative;
  width: 84%;
  max-width: 100%;
  margin: -5px 100%;
  height: 1px;
  background: #1ffee3;
  border-radius: 1px;
}
.tabs-hdmi .content {
  width:100%;
  margin-top: 30px;
}
.tabs-hdmi .content section {
  display: none;
  -webkit-animation-name: content;
          animation-name: content;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  line-height: 1.4;
}
.tabs-hdmi .content section h2 {
  color: #1ffee3;
  display: none;
}
.tabs-hdmi .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #1ffee3;
  margin-top: 5px;
  left: 1px;
}
.tabs-hdmi input[name="control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: #1ffee3;
}
.tabs-hdmi input[name="control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
  fill: #1ffee3;
}


@media screen and (max-width: 1680px) {

.tabs-hdmi .slider {
  position: relative;
  width: 13%;
  padding-left:152px;
  -webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs-hdmi .slider .indicator {
  position: relative;
  width: 85%;
  max-width: 100%;
  margin: -5px 100%;
  height: 1px;
  background: #1ffee3;
  border-radius: 1px;
}

.tabs-hdmi ul li label {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #adadad;
  margin-left:0px;
  border-bottom: 1px solid;
  z-index: 4;
  width:70%;
}


}


@media screen and (max-width: 1366px) {

#output .text-1{
	margin-left:0%;
	font-size:20px;
}
#output .text-2{
	margin-left:0%;
	font-size:20px;
}
#output .text-3{
	margin-left:0%;
	font-size:20px;
}
	
.tabs-hdmi ul {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width:80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
  margin-left:12%;
  padding-right:5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tabs-hdmi ul li {
  box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 25%;
  padding: 0 10px;
  text-align: center;
}

.tabs-hdmi .slider {
  position: relative;
  width: 15%;
  padding-left:5%;
  -webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs-hdmi .slider .indicator {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top:-5px;
  margin-left:195px;
  height: 1px;
  background: #1ffee3;
  border-radius: 1px;
}


}


@media (max-width: 1100px) {
  .tabs-hdmi ul li label {
    white-space: initial;
  }
  .tabs-hdmi ul li label br {
    display: initial;
  }
  .tabs-hdmi ul li label svg {
    height: 1.5em;
  }

#output .text-1{
	margin-left:0%;
	font-size:16px;
	line-height:20px;
}
#output .text-2{
	margin-left:0%;
	font-size:16px;
	line-height:20px;
}
#output .text-3{
	margin-left:0%;
	font-size:16px;
	line-height:20px;
}
	
.tabs-hdmi ul {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width:84%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
  margin-left:10%;
  padding-right:5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tabs-hdmi ul li {
  box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 30%;
  padding: 0 10px;
  text-align: center;
}

.tabs-hdmi .slider {
  position: relative;
  width: 15%;
  padding-left:5%;
  -webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs-hdmi .slider .indicator {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top:-5px;
  margin-left:195px;
  height: 1px;
  background: #1ffee3;
  border-radius: 1px;
}


}


@media screen and (max-width: 960px) {

#output .text-1{
	margin-left:10%;
}
#output .text-2{
	margin-left:5%;
}
#output .text-3{
	margin-left:7%;
}

.tabs-hdmi ul {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width:80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
  margin-left:10%;
  padding-right:5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tabs-hdmi ul li {
  box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 25%;
  padding: 0 10px;
  text-align: center;
}

.tabs-hdmi .slider {
  position: relative;
  width: 17%;
  padding-left:3%;
  -webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs-hdmi .slider .indicator {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top:-5px;
  margin-left:105px;
  height: 1px;
  background: #1ffee3;
  border-radius: 1px;
}

}


@media (max-width: 640px) {

  .tabs-hdmi input[name="control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs-hdmi input[name="control"]:nth-of-type(1):checked ~ .slider {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.tabs-hdmi input[name="control"]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: block;
}
.tabs-hdmi input[name="control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #1ffee3;
}
.tabs-hdmi input[name="control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
  fill: #1ffee3;
}
@media (max-width: 640px) {
  .tabs-hdmi input[name="control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs-hdmi input[name="control"]:nth-of-type(2):checked ~ .slider {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.tabs-hdmi input[name="control"]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block;
}
.tabs-hdmi input[name="control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #1ffee3;
}
.tabs-hdmi input[name="control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
  fill: #1ffee3;
}
@media (max-width: 640px) {
  .tabs-hdmi input[name="control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs-hdmi input[name="control"]:nth-of-type(3):checked ~ .slider {
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}
.tabs-hdmi input[name="control"]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
  display: block;
}
.tabs-hdmi input[name="control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  cursor: default;
  color: #428BFF;
}
.tabs-hdmi input[name="control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
  fill: #428BFF;
}
@media (max-width: 640px) {
  .tabs-hdmi input[name="control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs-hdmi input[name="control"]:nth-of-type(4):checked ~ .slider {
  -webkit-transform: translateX(300%);
          transform: translateX(300%);
}
.tabs-hdmi input[name="control"]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
  display: block;
}
@-webkit-keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media (max-width: 640px) {
  .tabs-hdmi ul li label {
    padding: 5px;
    border-radius: 0px;
  }
  .tabs-hdmi ul li label span {
    display: none;
  }
  .tabs-hdmi .slider {
    display: none;
  }
  .tabs-hdmi .content {
    margin-top: 20px;
  }
  .tabs-hdmi .content section h2 {
    display: block;
  }
  
  #output .text-1{
	margin-left:70%;
}
#output .text-2{
	margin-left:13%;
}
#output .text-3{
	margin-left:0%;
}

.tabs-hdmi ul {
	border:#F90004 1px solid;
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width:90%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
  margin-left:0%;
  padding-right:0%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tabs-hdmi ul li {
	border:#F000FF 1px solid;
  box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 15%;
  padding: 0 10px;
  text-align: center;
}

.tabs-hdmi .slider {
	border:#F000FF 1px solid;
  position: relative;
  width: 17%;
  padding-left:5%;
  -webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs-hdmi .slider .indicator {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top:-5px;
  margin-left:85px;
  height: 1px;
  background: #1ffee3;
  border-radius: 1px;
}

}
