@charset "UTF-8";

body {
  font-family: '微軟正黑體', 'Malgun Gothic', Dotum, Tahoma, sans-serif;
  background-color: #111111;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.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;
}

/* modal */
button.close {
  opacity: 1;
  position: absolute;
  right: 0;
  width: 70px;
  height: 70px;
  font-size: 70px;
  font-weight: lighter;
  color: #9a37ff;
  text-shadow: none;
  overflow: hidden;
  cursor: pointer;
  border: solid 1px #9a37ff;
  border-radius: 70px;
  z-index: 9;
}

button.close span {
  display: block;
  margin-top: -6px;
}

button.close:hover {
  opacity: 1;
  background: url(../image/julyver_on.png) no-repeat 50% 0;
  color: #ffffff;
}

#picModal .modal-body {
  padding: 0;
  text-align: center;
}

/* modal */

/* header */
#header {
  background: url(../image/julyver_bg.jpg) no-repeat 50% 0;
  background-size: cover;
  height: calc(100vh - 65px);
  position: relative;
  padding-top: 50px;
  overflow: hidden;
}

.title {
  position: relative;
  top: 10%;
  left: 24%;
  text-align: left;
}

/* header */

/* sidebar */
.sideBtn {
  position: fixed;
  right: 50px;
  top: 100px;
  z-index: 999;
}

.sideBtn ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sideBtn ul>li {
  margin: 0 0 10px;
}

.sideBtn ul>li>a {
  display: block;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

.sideBtn ul>li>a img:hover,
.sideBtn ul>li>a img:focus {
  opacity: 0;
}

.nav>li>a:focus,
.nav>li>a:hover {
  background: none;
  outline: 0;
}

/* sidebar */

@media (max-width: 1024px) {
  .title {
    width: 20vw;
  }
}

@media (max-width: 768px) {
  .titleBox {
    margin: 0;
  }
}

@media (max-width: 480px) {

  #header {
    height: calc(100vh - 160px);
  }

  .nav>li>a>img {
    width: 20vw;
  }

  .sideBtn {
    right: 0px;
    top: 65px;
  }

  .title {
    top: 30%;
  }

}

@media (max-width: 400px) {
  #header {
    height: calc(100vh - 170px);
  }

  .title {
    top: 20%;
    left: 10%;
  }

}