@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

body {
  font-family: '微軟正黑體', 'Malgun Gothic', Dotum, Tahoma, "Noto Sans KR", sans-serif;
  background-color: #111111;
  color: #fff;
  overflow-x: hidden;
}

p{
  font-family: 'Noto Sans TC', serif;
  font-weight: 600;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

:focus {
  outline: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}


ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

mark{ 
  background-color: yellow;
  font-weight:bold;
  padding: 0;
  }

.p1 {
  font-size: 20px;
  text-shadow: 0px 0px 16px #4ed6ff, 0px 0px 20px #6ef5ff;
  color: #ffffff;
}

.p2 {
  font-size: 16px;
  text-shadow: 0px 0px 6px #141415, 0px 0px 3px #23272e;
}

.p1, .p2 {
  line-height: 40px;
  padding: 0 ;
}

.navbar-inverse .navbar-nav>li>a,
.sideBtn ul>li>a {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/*navbar*/
.navbar-inverse {
  background-color: #111;
  border-color: #08080800;
}

.navbar-inverse .navbar-nav>li>a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

.navbar-inverse .navbar-nav>li>a.brandlogo {
  padding: 5px 0;
  margin-right: 20px;
}

.navbar-inverse .navbar-nav>li>a:focus {
  background-color: transparent;
  outline: none;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.navbar-inverse .navbar-nav>li>a:hover {
  background-color: #333;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar {
  display: inline-flex;
    align-items: center;
  min-height: 60px;
  margin-bottom: 0px;
  border: 0px;
}

#allbg {

  background: url(../image/glass_bg0.jpg) no-repeat 50% 0;
  background-size:cover;
  height: auto;
  width: 100%;
  position: relative;
  margin-top: 80px;
}

/* header */


.title {
  z-index: 7;
  margin-top: -100px;
  margin-bottom: -188px;
}

.titleBox img{
  animation: img_shield 1.2s ease-in-out 0s alternate infinite;
}

.title img {
  max-width: 45%;
  }

@keyframes img_shield{
  0%{
    opacity: 0.8;
  }
  100%{
    opacity: 1;
    filter: brightness(1.3);
  }
}

/* section */

section{
  padding: 13% 0 10% 0;
}

section .title{
  position: relative;
  width: 350px;
  max-width: 100%;
  margin: auto;
}

section.title-notic{
  z-index: 100;
}
section p{
  font-size: 18px;
}
section .time{
  color: #054953;
}

section .txt{
  color: rgb(39, 39, 39);
}

section .content{
  position: relative;
  width: 70%;
  margin: auto;
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 0.479);
  border-radius: 50px ;
  padding: 50px 0;
  box-shadow: 0 0 12px white;
}

section .content .work{
  position:relative;
  z-index: 1;
}

section.content-notic{
  top: -50px;
}

section .content-img{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
}

section .content-img img{
  width: 29%;
  max-width: 100%;
  margin: 1%;
  height: 100%;
}

section .s3 .content-img img {
  width: 41%;
  max-width: 100%;
  margin: 1% -5%;
  height: 100%;
}

.notic{
  width: 70%;
  text-align: left !important;
  color: #000 ;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  margin: auto;
  margin-top: 10px;
}
.notic li{
  text-align: left;
}

.form{
  content: url('../image/form.png');
  width: 95%;
}

/* sidebar */
.sideBtn {
  position: fixed;
  right: 1%;
  top: 10%;
  z-index: 999;
}

.sideBtn ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sideBtn ul>li {
  margin: 0 0 10px;
}

.sideBtn ul>li>a {
  text-align: center;
  padding: 0;
  filter: none;
}

.sideBtn ul>li>a:hover,
.sideBtn ul>li>a:focus,
.sideBtn ul>li.active a {
  outline: none;
  background: none;
  filter: drop-shadow(0px 0px 10px rgb(255, 255, 255));
}

/* sidebar */
.navbar-inverse .navbar-brand {
  padding-top: 8px;
  padding-bottom: 0;
  max-width: 220px;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  background-color: transparent;
}

.ytfb{
  width: 100%;
  max-width: 315px;
  display: inline-flex;
  align-items: center;
  padding-left: 1%;
}
/* svg 動畫 */
svg{
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
rect {
  transition: all 1s linear;
  animation-name: ring;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  filter: drop-shadow(5px 0px 5px rgb(255, 255, 255));
}

@keyframes ring {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 6000;
  }
}


@media (max-width: 1440px) {
    section {
      padding: 20% 0 10% 0;
  }
}

@media (max-width: 1024px){

  .p1, .p2 {
      padding: 0 10%;
  }
}

@media (max-width: 768px) {
  #allbg{
    overflow: hidden;
    margin-top: 0;
    background-size:auto 5200px;
  }

  .title{
    margin-bottom: -39%;
  }

  .navbar{
    display: block;
  }

  .ytfb{
    display: none;
  }

  .titleBox {
    margin-top: 0;
    overflow: hidden;
  }

  .nav>li>a>img {
    width: 20vw;
  }
  section .content {
    width: 80%;
}

  .notic{
    width: 90%;
  }
}

@media (max-width: 480px) {

  section {
    padding: 20% 0 10% 0;
  }

  .p1, .p2 {
    line-height: 30px;
    padding: 0 10%;
  }

  .p1 {
      font-size: 20px;
  }

  .p2 {
      font-size: 18px;
  }

  .sideBtn {
    right: 2%;
  }

  .navbar-inverse .navbar-brand {
    max-width: 190px;
    padding-top: 10px;
  }

  .navbar-inverse .navbar-nav>li>a {
    font-size: 14px;
  }
  section .content {
    width: 100%;
}
  section .content-img img{
    width: 80%;
  }
  section .s3 .content-img img {
    width: 110%;
    max-width: 110%;
    margin: 0;
    height: 100%;
}
.s3 .content-img img:nth-child(2)  {
  width: 94%;
}
.form{
  content:url(../image/form-mobie.png)
}
.notic {
  width: 95%;
}
section .time {
  width: 90%;
  margin: auto;
}
section .txt {
  width: 90%;
  margin: auto;
}
rect {
  stroke-width: 5px;
  width: 96%;
  height: 98%;
  x: 5;
  y: 5;
}
}

@media (max-width: 480px) {

  section {
    padding: 20% 0 10% 0;
  }

  }

@media (max-width: 428px){
  header {
      height: 70vh;
  }
  section {
    padding: 400px 0 10% 0;
  }

}

  @media (max-width: 375px){
    header {
        height: 60vh;
    }
    section {
      padding: 480px 0 10% 0;
    }
  }

  @media (max-width: 360px){

    section {
      padding: 500px 0;
  }
}