@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;
  background: url(../images/fuca_bg.jpg) no-repeat center top;
  background-size: cover;
  color: #fff;
}

p {
  font-family: 'Noto Sans TC', serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 3rem;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

:focus {
  outline: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

ol,
ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h2{
  margin-top: 0rem;
}

p a{
  color: #dfa98c;
}

.p1 {
  font-size: 24px;
  color: #ffc6bd;
}

.p2 {
  font-size: 16px;
  text-shadow: 0px 0px 16px #141415, 0px 0px 20px #23272e;
  ;
  text-align: center;
}

.p1,
.p2 {
  font-weight: normal;
  line-height: 24px;
  padding: 0 22%;
}


/* header */
header {
  padding: 60px 0 1% 0;
}

.title {
  z-index: 7;
  margin-top: 4rem;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  pointer-events: none;
  z-index: 0;
}

/* header */

#s1 {
  background: url(../images/fuca_bg2.png) no-repeat 50% 0;
  background-size: cover;
  padding: 200px 0 200px 0; 
}

#s2 {
  padding: 1% 0;
}

/* 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;
}

.sideBtn ul>li>a:hover,
.sideBtn ul>li>a:focus,
.sideBtn ul>li.active a {
  outline: none;
  background: none;
  animation: rubberBand .5s ease-in-out;
}

.c31 {
  max-width: 1440px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 6rem;
}

.c31 img {
  margin: 0;
}

.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%;
}

.love{
  text-align: left;
  display: inline-block;
  max-width: 800px;
}

.guntext{
  margin: 40px;

}

@media (max-width: 1920px) {}

@media (max-width: 1440px) {}

@media (max-width: 1024px) {

  .p1,
  .p2 {
    padding: 0 10%;
  }
}

@media (max-width: 768px) {

  header {
    height: auto;
  }

  .navbar {
    display: block;
  }

  .ytfb {
    display: none;
  }

  .titleBox {
    margin: 0;
  }

  .nav>li>a>img {
    width: 20vw;
  }
}

@media (max-width: 480px) {

  section {
    padding: 5% 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;
  }
}

@media (max-width: 425px) {
  #weaponSpec {
    transform: translateY(0%);
  }

}

@media (max-width: 375px) {
  /* header {
    height: 60vh;
  } */
}