@charset "utf-8";
/* CSS Document */

html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans TC', sans-serif, "微軟正黑體";
  height: 100%;
  box-sizing: border-box;
}

a {
  cursor: pointer;
}

div,
p,
span,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
table,
td,
th,
img {
  margin: 0;
  padding: 0;
  border: none;
}

ul,
ol,
li {
  list-style: none;
}

img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: auto;
  vertical-align: 0;
  display: block;
}

.pc-show {
  display: block;
}

.m-show {
  display: none;
}

.wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
  background-color: #f7f7f7;
}

header {
  position: relative;
  background-color: rgb(255, 255, 255);
  padding-left: 200px;
  height: 66px;
  width: 100%;
  z-index: 9;
  border-bottom: 6px solid transparent;
  border-width: 0 0 6px 0;
  -o-border-image: linear-gradient(to right, #ff9600 0%, #ff0000 100%);
  border-image: linear-gradient(to right, #ff9600 0%, #ff0000 100%);
  border-image-slice: 1;
}

header h1 {
  position: absolute;
  width: 180px;
  height:33px;
  background: url(../images/pscnet_logo.png) no-repeat center center;
  background-size: 180px auto;
  top: 14px;
}

header h1 a {
  width: 100%;
  height: 100%;
  display: block;
}

.topBN {
  width: 100%;
  height: auto;
  margin: auto;
}

.topBN img {
  width: 100%;
  height: auto;
}

.kv {
  padding-top: 16px;
  position: relative;
  background: #ffd982;
  /* Old browsers */
  background: -moz-linear-gradient(0deg, #ffd982 0%, #ffebc6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(0deg, #ffd982 0%, #ffebc6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(0deg, #ffd982 0%, #ffebc6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd982', endColorstr='#ffebc6', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.kv h2 {
  position: relative;
  color: #333;
  font-weight: 700;
  text-align: center;
}

.kv-img {
  position: relative;
  margin: auto;
  margin-top: 10px;
  max-width: 1920px;
}

.kv-img img:nth-child(1) {
  position: relative;
  z-index: 2;
}

.kv-img img:nth-child(2) {
  width: 100%;
  position: relative;
  z-index: 2;
}

.kv-img:before {
  content: "";
  width: 100%;
  position: absolute;
  background-color: #fff;
  bottom: 0px;
}

.section {
  max-width: 1000px;
  margin: auto;
}

.section > p {
  color: rgb(87, 81, 81);
  font-size: 25px;
  font-weight: 500;
  margin: 1.5rem auto;
}

.section ol {
  margin-bottom: 2em;
  padding: 2em;
  border-radius: 10px;
  background-color: #fff;

}

.section ol li.title {
  width: 100%;
  color: rgb(65, 59, 59);
  font-size: 20px;
  padding: .4em 1em;
  text-align: left;
  border-radius: 6px;
  background: #fceabb;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.section ol li.title:before {
  content: "";
  background-color: rgb(224, 71, 0);
  width: 4px;
  height: 18px;
  display: inline-block;
  margin-right: 0.5rem;
}

.section ol p {
  font-size: 19px;
  padding-left: 1em;
  padding-right: 1em;
  color: #444;
  margin-bottom: 1em;
  margin-top: 1em;
}

.section .tips {
  margin: 0 1em 3em 1em;
  background-color: #f6f6f6;
  padding: 1.4em;
  border-radius: 0 10px 0 10px;
}

.section .tips h6 {
  font-size: 20px;
  margin-bottom: 1.2em;
  color: rgb(224, 71, 0);
}

.section .tips .tips-item {
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #555;
}

.section .tips .tips-item .tips-item-box+.tips-item-box:before {
  content: "";
  background-color: rgb(182, 182, 182);
  width: 1px;
  height: 22px;
  display: inline-block;
  margin-right: 2rem;
}

.section .tips .tips-item .fa {
  position: relative;
  vertical-align: middle;
  margin-top: -3px;
  color: #777;
}
.tips-item-box{
  font-size: 1.1rem;
}
footer {
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
  border-bottom: 6px solid transparent;
    border-width: 0 0 6px 0;
    border-image: linear-gradient(to right, #ff9600 0%, #ff0000 100%);
    border-image-slice: 1;
    background: #f9f9f9 url(../images/footer_bg.png) right center no-repeat;
    box-sizing: border-box;
}

footer a {
  color: #ffd000;
}

footer a:hover {
  color: #fff;
}

footer span {
  color: #888888;
}

/* tabs start ---------------------------------------------*/

#tab-panel {
  top: 0;
  width: 100%;
  margin: auto;
  background-color: #fff;
  padding: 2em;
  border-radius: 10px;
  margin-top: 1em;
  margin-bottom: 1em;
}

#tab-panel .tabs {
  overflow: hidden;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #f08300;
  background-color: #fff;
  color: #444;
}

#tab-panel .tabs a {
  float: left;
  display: block;
  width: 50%;
  padding: 8px 0;
  font-size: 16px;
  box-sizing: border-box;
  transition: all .3s;
}

#tab-panel .tabs a.active {
  background: #f08300;
  color: #fff;
}

#tab-panel .tab-content {
  height: 300px;
}

#tab-panel .tab-content li:nth-child(2) {
  padding-top: 4em;
}

#tab-panel .tab-content>li {
  display: none;
  padding: 10px 0 0;
  font-size: 16px;
  line-height: 25px;
}

/* tabs end ---------------------------------------------*/

.section .tab-content .tab-item {
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #555;
  text-align: center;
}

.section .tab-content .tab-item .tips-item-box span {
  display: block;
  margin-top: 1em;
}

.section .tab-content .tab-item .tips-item-box span .fa {
  color: rgb(224, 0, 0);
}

/*---------------------------------------------*/

@media screen and (max-width: 768px) {

  .pc-show {
    display: none;
  }

  .m-show {
    display: block;
  }

  .wrap {
    background-color: #fff;
    margin: 0;
    padding: 0;
  }

  header {
    height: 60px;
    padding-left: 0;
  }

  header h1 {
    top: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .topBN {
    width: 100%;
    height: auto;
    margin: auto;
  }

  .section {
    max-width: 800px;
  }

  .section > p {
    font-size: 22px;
    margin: 1rem auto;
    text-align: center;
  }

  .section ol {
    padding: .5em 1.2em;
    border-radius: 0px;
    margin-bottom: 0;
  }

  .section ol li.title {
    font-size: 19px;
  }

  .section .tips {
    margin: 0 1em 1.5em 1em;
    border-radius: 10px;
    padding: 1.1em;
    color: #555;
  }

  .section .tips h6 {
    font-size: 19px;
    margin-bottom: 1.4em;
  }

  .section .tips .tips-item {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    justify-content: space-around;
    align-items: center;
  }

  .section .tips .tips-item .fa {
    margin-top: 0;
  }

  .section .tips .tips-item .tips-item-box+.tips-item-box:before {
    content: "";
    background-color: rgb(224, 224, 224);
    width: 100%;
    height: 1px;
    display: block;
    margin-right: 0;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  #tab-panel {
    width: 100%;
    border-radius: 10px;
    margin-top: 0;
    margin-bottom: 0;
    background-color: transparent;
    padding: 0;
  }

  #tab-panel .tab-content {
    height: auto;
  }

  #tab-panel .tab-content li:nth-child(2) {
    padding-top: 0;
  }

  .section .tab-content .tab-item {
    display: block;
    padding-bottom: 0;
  }

  .section .tab-content .tab-item .tips-item-box span {
    margin-bottom: 1em;
    margin-top: 0;
  }

  footer {
    height: auto;
    padding: 16px;
    line-height: 1.6;
  }

  footer span {
    margin-right: 0;
    display: block;
  }
}

@media screen and (max-width: 320px) {
  .pc-show {
    display: none;
  }

  .m-show {
    display: block;
  }

  .section > p {
    font-size: 21px;
  }

  .section ol p {
    font-size: 17px;
  }

  .section .tips h6 {
    font-size: 18px;
  }

  .section ol li.title {
    font-size: 19px;
    padding: .2em 1em;
  }

  .section .tips {
    margin: 0 .6em 1em .6em;
    padding: 1em;
  }
}