@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: #efb40f;
  text-shadow: none;
  overflow: hidden;
  cursor: pointer;
  border: solid 1px #efb40f;
  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: 20%;
  left: 38%;
  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: 80vw;
  }
}

@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%;
  }

}

#wrap {
  width: 100%;
  min-width: 1280px;
  min-height: 788px;
  overflow: hidden;
}

.news_inner {
  width: 1200px;
  background: #fbf3ec;
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 30px;
}

.news_detail_title {
  background: #46271a;
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding-left: 30px;
  padding-right: 60px;
  display: flex;
}

.news_detail_content {
  padding: 40px 60px;
  min-height: 395px;
  font-size: 16px;
  color: #333;
}
.news_detail_content p {
  line-height: 24px;
  margin-bottom: 10px;
  font-size: 18px;
}


.banklist ul,.banklist ul li{ list-style:none;margin:0 auto;padding:0;}
.banklist ul{margin-top:10px}
.banklist ul li{position:relative;height:45px;line-height:45px;float:left;overflow:hidden;}
.banklist ul li label b{top:0;left:0;position:absolute;display:block;width:180px;height:45px;background-color:#fff;opacity:0;filter: "alpha(opacity=0)"; /* IE 8 */   filter: alpha(opacity=0);   /* IE 4-7 */   zoom: 1; }

.mytable{margin-top:10px;margin-bottom:10px;text-align: left;font-family: MingLiu, sans-serif;color: #333;}
.mytable tr{}
.mytable tr td{height:25px;line-height:25px;text-align: left; vertical-align:middle;padding-left:8px}
.mytable a{color:#cc0000}
.mytable a:link {color: #cc0000;text-decoration: none;}
.mytable a:visited {color: #302f2f;text-decoration: none;}
.mytable a:hover {text-decoration: none;color: #a3a3a3;}
.mytable a:active {color: #302f2f;text-decoration: none;}

img{margin:0;padding:0;border:0;vertical-align:top;}

.table_c {text-align: left;}
.table_c table{border-right:1px solid #e3d6d6;border-bottom:1px solid #e3d6d6;}
.table_c table td{border-left:1px solid #e3d6d6;border-top:1px solid #e3d6d6;font-size: 14px; padding: 10px 100px 10px 10px;}