@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
html,
body {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  text-align: left;
  overflow: visible;
  font-size: 13px;
  color: #0f0f0f;
  background-color: #191B27;
  font-family: "微軟正黑體", "Arial","Verdana",  "Microsoft JhengHei", "Geneva", "sans-serif"; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .pace:after {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    display: block; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #000000;
  position: fixed;
  z-index: 200000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px; }

/*共用屬性*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: inherit; }

a:hover {
  color: inherit; }

a img {
  border: none; }

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

/*泛用表格*/
.t {
  display: table; }

.t ul {
  display: table-row; }

.t li {
  padding: 0px;
  margin: 0px;
  display: table-cell;
  list-style: none;
  vertical-align: middle; }

dl dt,
dl dd {
  float: left; }

/*定義區塊*/
.container {
  margin: auto;
  position: relative;
  z-index: 100;
  width: 1200px;
  max-width: 100%; }

.content {
  background-color: #ffffff;
  position: relative; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  min-height: 1px;
  float: left; }

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66666667%; }

.col-10 {
  width: 83.33333333%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66666667%; }

.col-7 {
  width: 58.33333333%; }

.col-6 {
  width: 50%; }

.col-5 {
  width: 41.66666667%; }

.col-4 {
  width: 33.33333333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.66666667%; }

.col-1 {
  width: 8.33333333%; }

span.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

span.plus {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border: 1px solid #b9b9b9;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  margin-right: 3px;
  position: relative; }
  span.plus:after {
    content: "";
    width: 70%;
    height: 1px;
    background-color: #000;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  span.plus:before {
    content: "";
    height: 70%;
    width: 1px;
    background-color: #000;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }

.pic {
  position: relative;
  font-size: 0; }
  .pic > span {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center; }
    .pic > span:before {
      content: ' ';
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle; }
    .pic > span > img, .pic > span > iframe, .pic > span > div {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
    .pic > span > iframe {
      width: 100%;
      height: 100%; }

.cf:after,
.row:after,
dl:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden; }

header {
  position: relative;
  z-index: 1000; }
  header #top {
    text-align: right;
    font-size: 13px;
    line-height: 2;
    color: #DDD; }
    header #top a {
      display: inline-block;
      margin-right: 5px; }
      header #top a:hover {
        text-decoration: underline; }
  header #logo {
    text-align: center;
    padding: 20px 0; }
    header #logo a {
      position: relative;
      display: inline-block; }
  header nav {
    width: 100%;
    background-color: #000000; }
    header nav > ul {
      text-align: center;
      font-size: 0; }
      header nav > ul > li {
        display: inline-block;
        color: #AAAAAA;
        font-size: 16px;
        min-height: 45px;
        line-height: 45px;
        padding: 0 15px;
        position: relative;
        z-index: 100; }
        header nav > ul > li:hover, header nav > ul > li.active {
          color: #fff; }
        header nav > ul > li > ul {
          position: absolute;
          text-align: center;
          min-width: 100%;
          left: 0;
          float: left;
          max-height: 0;
          overflow: hidden;
          transition: all .3s linear;
          z-index: 0;
          background-color: #000000; }
          header nav > ul > li > ul.open {
            max-height: 500px;
            transition: all .3s linear; }
          header nav > ul > li > ul li {
            border-bottom: 1px solid #222222; }
            header nav > ul > li > ul li a {
              padding: 15px;
              color: #AAAAAA;
              word-break: break-all;
              white-space: nowrap; }
            header nav > ul > li > ul li:hover {
              background-color: #222; }

#banner .banner_img {
  width: 100%;
  height: 0;
  padding-bottom: 45.8%;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }

#banner .slick-prev {
  top: 0;
  bottom: 0;
  margin: auto;
  left: -40px;
  width: 35px;
  height: 50px;
  background-image: url(../_img/arrow_prev.png);
  background-position: 50% 50%;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat; }
  #banner .slick-prev:before {
    display: none; }

#banner .slick-next {
  top: 0;
  bottom: 0;
  margin: auto;
  right: -40px;
  width: 35px;
  height: 50px;
  background-image: url(../_img/arrow_next.png);
  background-position: 50% 50%;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat; }
  #banner .slick-next:before {
    display: none; }

#slogan {
  text-align: center;
  margin: 8px 0; }

@font-face {
  font-family: 'AlienLeague';
  src: url("fonts/alien5.eot");
  src: url("fonts/alien5.eot?#iefix") format("embedded-opentype"), url("fonts/alien5.woff") format("woff"), url("fonts/alien5.ttf") format("truetype"), url("fonts/alien5.svg#alien5") format("svg");
  font-weight: normal;
  font-style: normal; }

#home_menu .container {
  text-align: justify;
  font-size: 0;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }
  #home_menu .container:after {
    content: '.';
    width: 100%;
    visibility: hidden;
    display: inline-block; }

#home_menu .item {
  display: inline-block;
  vertical-align: middle;
  width: 32.5%;
  height: 0;
  padding-bottom: 41.667%;
  position: relative;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all .3s linear; }
  #home_menu .item:after {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 47, 77, 0);
    z-index: 100;
    transition: all .3s linear; }
  #home_menu .item:hover:after {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 47, 77, 0.5);
    z-index: 100;
    transition: all .3s linear; }
  #home_menu .item .text {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 500;
    font-size: 0; }
    #home_menu .item .text:before {
      content: ' ';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      height: 100%;
      visibility: hidden; }
    #home_menu .item .text .text-row {
      display: inline-block;
      vertical-align: middle;
      max-width: 100%; }
  #home_menu .item .title {
    font-size: 20px;
    color: #fff;
    text-align: center; }
    #home_menu .item .title span {
      font-size: 38px;
      font-family: 'Open Sans Condensed','AR Fruda Sans';
      color: rgba(255, 255, 255, 0.5);
      display: block;
      margin-top: 20px;
      margin-bottom: 40px; }

#index_block {
  margin-top: 40px; }
  #index_block .visitors {
    text-align: center; }
    #index_block .visitors .img {
      padding: 0 2px;
      width: 25px; }
  #index_block .guests {
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
    color: #414246;
    font-weight: bold; }

footer {
  text-align: center;
  margin-top: 20px; }
  footer #footer_nav {
    text-align: center;
    font-size: 0;
    padding-top: 30px;
    padding-bottom: 30px; }
    footer #footer_nav li {
      display: inline-block;
      font-size: 13px;
      color: #878787;
      padding-left: 15px;
      padding-right: 15px; }
      footer #footer_nav li:hover a {
        text-decoration: underline; }
      footer #footer_nav li + li {
        border-left: 1px solid; }
  footer #copyright {
    font-size: 0; }
    footer #copyright img, footer #copyright .text {
      display: inline-block;
      vertical-align: middle; }
    footer #copyright .text {
      padding-left: 5px; }
      footer #copyright .text .copyright {
        font-size: 15px;
        color: #666666; }
        footer #copyright .text .copyright span {
          font-size: 13px;
          padding-left: 5px; }
      footer #copyright .text .design {
        color: #878787;
        font-size: 13px;
        text-align: left;
        opacity: .3;
        margin-top: 10px; }

main {
  padding-top: 50px; }
  main.min_main {
    padding-top: 0; }

article {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto; }

h2 {
  text-align: center;
  margin-bottom: 45px; }
  h2 p {
    font-size: 20px;
    color: #fff; }
    h2 p span {
      font-size: 38px;
      color: rgba(255, 255, 255, 0.5);
      display: block;
      margin-top: 10px;
      margin-bottom: 20px;
      font-family: 'Open Sans Condensed','AR Fruda Sans'; }

.l_more2 {
  font-size: 18px;
  text-align: center; }
  .l_more2 a {
    display: block;
    margin: 0 auto;
    width: 220px;
    max-width: 100%;
    height: 40px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.8);
    position: relative;
    overflow: hidden;
    font-size: 15px;
    font-family: 'Open Sans Condensed','AR Fruda Sans'; }
    .l_more2 a:after {
      content: ' ';
      width: 500px;
      height: 500px;
      position: absolute;
      background-color: #fff;
      left: -500px;
      top: -500px;
      z-index: -1;
      transition: all .3s linear;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .l_more2 a:hover {
      color: rgba(0, 0, 0, 0.5); }
      .l_more2 a:hover:after {
        left: 0;
        top: -170px;
        transition: all .7s linear; }

.l_more {
  font-size: 18px;
  text-align: center; }
  .l_more a {
    display: block;
    margin: 0 auto;
    width: 220px;
    max-width: 100%;
    height: 40px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.8);
    background-color: transparent;
    font-family: 'Open Sans Condensed','AR Fruda Sans';
    transition: all .3s linear; }
    .l_more a:hover {
      background-color: rgba(255, 255, 255, 0.8);
      color: #000;
      transition: all .3s linear; }

.l_more3 {
  font-size: 18px;
  text-align: center; }
  .l_more3 a {
    display: none;
    margin: 0 auto;
    width: 220px;
    max-width: 100%;
    height: 40px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.8);
    background-color: transparent;
    font-family: 'Open Sans Condensed','AR Fruda Sans';
    transition: all .3s linear; }
    .l_more3 a:hover {
      background-color: rgba(255, 255, 255, 0.8);
      color: #000;
      transition: all .3s linear; }

.editor {
  line-height: 1.6;
  color: #CCCCCC;
  margin-top: 20px; }
  .editor.editor_online {
    margin-bottom: 50px; }
  .editor.editor_band {
    font-size: 18px; }
  .editor img {
    max-width: 100%;
    height: auto !important; }

.l_page {
  text-align: center;
  font-size: 1.5em;
  line-height: 30px;
  padding: 1% 0;
  clear: both; }
  .l_page a {
    display: inline-block;
    padding: 5px;
    min-width: 30px;
    color: #656565;
    transition: all .2s linear; }
    .l_page a.selected, .l_page a:hover {
      background: #000000;
      color: #FFFFFF;
      transition: all .5s linear; }
    .l_page a.prev {
      margin-right: 20px; }
    .l_page a.next {
      margin-left: 20px; }

.fancybox-skin {
  box-shadow: none;
  background: none; }

.fancybox-opened .fancybox-skin {
  box-shadow: none;
  background: none; }

.fancybox-close {
  top: 0;
  right: 0; }

#about section {
  text-align: center;
  margin-bottom: 100px; }
  #about section.block1 > p {
    line-height: 30px;
    color: #CCCCCC;
    width: 516px;
    padding: 0 5%;
    margin: 0 auto;
    max-width: 100%; }
  #about section > .title {
    font-size: 20px;
    color: #fff;
    margin: 20px 0; }
  #about section.block2 .idea-row {
    font-size: 0;
    margin-top: 20px; }
    #about section.block2 .idea-row img, #about section.block2 .idea-row .right {
      display: inline-block;
      vertical-align: middle; }
    #about section.block2 .idea-row img {
      width: 25%; }
    #about section.block2 .idea-row .right {
      text-align: left;
      width: 74%;
      padding-left: 5%; }
      #about section.block2 .idea-row .right .title {
        font-size: 20px;
        color: #fff;
        margin-bottom: 10px; }
      #about section.block2 .idea-row .right .info {
        font-size: 15px;
        color: #cccccc;
        line-height: 30px;
        margin-bottom: 30px; }
  #about section.block3 {
    background-color: #21212C;
    padding: 30px; }
    #about section.block3 p {
      color: #cccccc;
      text-align: left;
      line-height: 30px;
      font-size: 15px; }
  #about section.block4 {
    font-size: 0; }
    #about section.block4 img, #about section.block4 .right {
      display: inline-block;
      vertical-align: middle; }
    #about section.block4 img {
      width: 43.5%; }
    #about section.block4 .right {
      width: 55%;
      text-align: left;
      padding-left: 3%; }
      #about section.block4 .right .title {
        font-size: 20px;
        color: #fff;
        margin-bottom: 20px; }
      #about section.block4 .right .info {
        font-size: 15px;
        color: #cccccc;
        line-height: 30px; }

article.news-row {
  padding-left: 9.5%;
  padding-right: 9.5%; }
  article.news-row.online {
    padding: 0; }
  article.news-row h3 {
    text-align: center;
    font-size: 20px;
    color: #FFF; }
  article.news-row .youtube-row {
    margin-top: 3%; }
    article.news-row .youtube-row .pic {
      width: 100%;
      padding-bottom: 56%;
      height: 0; }

.news_list_item {
  font-size: 0; }
  .news_list_item a {
    font-size: 15px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    padding: 5px 10px;
    margin-top: 10px;
    border: 1px solid #454A6B;
    background-color: #454A6B;
    border-radius: 5px;
    transition: all .3s linear; }
    .news_list_item a:hover, .news_list_item a.active {
      background-color: transparent;
      border: 1px solid #fff;
      transition: all .3s linear; }

.news_list li {
  padding: 20px 0;
  margin-top: 20px;
  border-bottom: 1px solid #333333;
  width: 100%; }
  .news_list li a {
    display: inline-block;
    width: 100%;
    line-height: 20px;
    overflow: hidden; }
    .news_list li a:hover span.text {
      text-decoration: underline; }
    .news_list li a span {
      float: left;
      line-height: 20px;
      display: inline-block; }
      .news_list li a span.date {
        color: #999999;
        font-size: 13px; }
      .news_list li a span.class {
        color: #000000;
        font-size: 13px;
        background-color: #454a6b;
        padding: 0 8px;
        margin: 0px 10px; }
      .news_list li a span.text {
        color: #fff;
        font-size: 15px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 80%; }

.news_list.inner li a span.text {
  display: block;
  float: none;
  width: 100%;
  margin-top: 50px;
  font-size: 18px;
  text-overflow: clip;
  overflow: hidden;
  white-space: normal; }

#news .l_more {
  margin-top: 100px; }
  #news .l_more a {
    font-size: 18px;
    transition: all .3s linear; }
    #news .l_more a:hover {
      background-color: #fff;
      color: #454a6b;
      transition: all .3s linear; }

#marketing section .title {
  font-size: 20px;
  color: #fff;
  line-height: 2; }

#marketing section p {
  color: #CCCCCC;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 30px; }

#marketing .marketing_img1 {
  float: right;
  padding-left: 20px; }

#guide section p {
  text-align: center;
  color: #fff;
  font-size: 15px;
  margin: 150px 0; }

.brand-row .top_text {
  font-size: 16px;
  color: #fff;
  margin-bottom: 50px;
  text-align: center; }

.brand-row > ul li {
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  width: 32%;
  margin: 20px 0.5%;
  height: 0;
  padding-bottom: 25%;
  font-size: 0;
  cursor: pointer;
  overflow: hidden; }
  .brand-row > ul li:hover > span > div:before {
    top: -100%;
    transition: all .3s linear; }
  .brand-row > ul li:hover > span > div .title, .brand-row > ul li:hover > span > div .text {
    opacity: 0;
    transition: all .3s linear; }
  .brand-row > ul li > span > div {
    width: 80%;
    margin: 0 auto;
    line-height: 1.6; }
    .brand-row > ul li > span > div:before {
      content: ' ';
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3);
      left: 0;
      top: 0;
      z-index: 10;
      transition: all .3s linear; }
    .brand-row > ul li > span > div .title, .brand-row > ul li > span > div .text {
      opacity: 1;
      transition: all .3s linear; }
    .brand-row > ul li > span > div .title {
      font-size: 18px;
      color: #fff;
      margin-bottom: 20px;
      position: relative;
      z-index: 100; }
    .brand-row > ul li > span > div .text {
      font-size: 15px;
      color: #fff;
      text-align: left;
      position: relative;
      z-index: 100; }

.form li {
  width: 100%;
  font-size: 0;
  margin: 20px 0; }
  .form li label, .form li input, .form li select {
    display: inline-block;
    vertical-align: middle;
    color: #CCCCCC;
    font-size: 15px;
    line-height: 30px; }
  .form li textarea {
    background-color: transparent;
    width: 78%;
    vertical-align: top;
    line-height: 30px;
    color: #CCCCCC; }
  .form li select, .form li option {
    background: #000000; }
  .form li input, .form li .select {
    border: 1px solid #CCCCCC;
    background-color: transparent; }
    .form li input.send_button, .form li .select.send_button {
      width: 220px;
      height: 40px;
      border: 1px solid #cccccc;
      line-height: 38px;
      font-size: 16px;
      font-family: 'Open Sans Condensed','AR Fruda Sans';
      color: #cccccc;
      background-color: transparent;
      margin: 0 auto;
      display: block;
      text-align: center;
      cursor: pointer;
      margin-top: 40px;
      transition: all .3s linear; }
      .form li input.send_button:hover, .form li .select.send_button:hover {
        background-color: #ccc;
        color: #000;
        transition: all .3s linear; }
  .form li label.necessary {
    position: relative; }
    .form li label.necessary:before {
      content: '*';
      position: absolute;
      left: -10px; }
  .form li a {
    color: #CCCCCC;
    text-decoration: underline;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    margin-left: 1%; }
  .form li img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5%;
    cursor: pointer; }

.login-row .login, .login-row .join, .login-row .logined {
  float: left;
  width: 50%;
  height: 450px;
  position: relative;
  background-color: #21212C; }
  .login-row .login:before, .login-row .join:before, .login-row .logined:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background-image: linear-gradient(left, #7F7F7F, rgba(127, 127, 127, 0) 20%); }
  .login-row .login:after, .login-row .join:after, .login-row .logined:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-image: linear-gradient(top, #7F7F7F, rgba(127, 127, 127, 0) 20%); }
  .login-row .login .title, .login-row .join .title, .login-row .logined .title {
    font-size: 26px;
    color: #CCCCCC;
    text-align: center;
    margin: 50px 0; }
    .login-row .login .title.min_title, .login-row .join .title.min_title, .login-row .logined .title.min_title {
      margin: 22px 0; }

.login-row .logined {
  width: 100%; }
  .login-row .logined div.text, .login-row .logined div.pay_info {
    color: #CCC;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    padding: 50px 0px 0px 0px; }
    .login-row .logined div.text span, .login-row .logined div.pay_info span {
      display: inline-block;
      color: #FFFFFF;
      padding: 0px 5px; }
  .login-row .logined div.pay-row {
    text-align: center;
    vertical-align: top; }
    .login-row .logined div.pay-row div.pay_info {
      width: 200px;
      max-width: 50%;
      margin: auto;
      text-align: left;
      vertical-align: top;
      display: inline-block; }
      .login-row .logined div.pay-row div.pay_info input[type=submit] {
        border: 1px #CCC solid;
        width: 120px;
        text-align: center;
        cursor: pointer;
        font-size: 15px;
        margin-top: 20px;
        height: 40px;
        line-height: 37px;
        background: #FFF;
        border-radius: 10px; }
  .login-row .logined div.button {
    max-width: 95%;
    width: 500px;
    margin: 30px auto; }
    .login-row .logined div.button li {
      width: 50%;
      color: #FFFFFF;
      text-align: center;
      font-size: 15px;
      line-height: 180%; }
      .login-row .logined div.button li a {
        display: block;
        width: 120px;
        text-align: center;
        margin: 20px auto;
        padding: 10px;
        border: 1px #CCC solid;
        border-radius: 10px; }

.login-row .login .form {
  width: 80%;
  margin: 0 auto; }
  .login-row .login .form li label {
    width: 18%; }
  .login-row .login .form li input {
    width: 60%; }
  .login-row .login .form li.verification input {
    width: 30%; }

.login-row .join > p, .login-row .join > ul {
  font-size: 15px;
  color: #ccc;
  line-height: 25px;
  width: 50%;
  margin: 0 auto; }

.login-row .join .l_more {
  text-align: center;
  margin-top: 30px; }
  .login-row .join .l_more a {
    transition: all .3s linear; }
    .login-row .join .l_more a:hover {
      background-color: #ccc;
      color: #000;
      transition: all .3s linear; }

.login-row .block1 {
  text-align: center; }
  .login-row .block1 .title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 50px; }
  .login-row .block1 .info {
    font-size: 15px;
    color: #cccccc;
    line-height: 30px;
    margin-bottom: 150px; }

#join .join-row {
  border: 1px solid #ccc;
  padding: 5%;
  width: 90%;
  margin: 0 auto; }
  #join .join-row p {
    color: #ccc;
    font-size: 15px;
    line-height: 1.6; }
    #join .join-row p span {
      display: block;
      color: #fff;
      margin-top: 30px; }
  #join .join-row ul {
    margin-bottom: 30px; }
    #join .join-row ul li {
      font-size: 18px;
      color: #ccc;
      line-height: 1.6; }

#join .check_text {
  text-align: center;
  margin: 20px 0; }
  #join .check_text input, #join .check_text .text {
    display: inline-block;
    vertical-align: middle; }
  #join .check_text .text {
    color: #ccc;
    font-size: 15px; }
    #join .check_text .text a {
      color: #fff;
      text-decoration: underline; }

#join .l_more {
  margin-top: 50px; }
  #join .l_more a {
    transition: all .3s linear; }
    #join .l_more a:hover {
      color: #000;
      background-color: #ccc;
      transition: all .3s linear; }

.privacy {
  background: #21212C;
  padding: 5%; }
  .privacy .title {
    font-size: 26px;
    color: #cccccc;
    text-align: center;
    margin-bottom: 50px; }
  .privacy ul li {
    color: #ccc;
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 15px; }

#data .title {
  color: #ccc;
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px; }

#data .ps {
  color: #AAA;
  font-size: 15px;
  text-align: center;
  margin-bottom: 30px; }

#data .form {
  width: 525px;
  max-width: 100%;
  margin: 0 auto; }
  #data .form li {
    width: 100%;
    font-size: 13px;
    color: #CCC; }
    #data .form li label {
      width: 20%; }
    #data .form li input {
      width: 78%; }
      #data .form li input[type=radio] {
        width: auto; }
    #data .form li.birth .select {
      border: none;
      width: 78%;
      display: inline-block;
      vertical-align: middle; }
      #data .form li.birth .select > div {
        display: inline-block;
        vertical-align: middle;
        font-size: 15px;
        color: #ccc;
        height: 100%;
        line-height: 30px; }
        #data .form li.birth .select > div select {
          background: transparent;
          border: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          border-radius: none;
          color: #ccc;
          width: 80px;
          height: 98%;
          border: 1px solid #ccc;
          display: inline-block;
          vertical-align: middle;
          margin: 0 5px;
          padding-left: 10px;
          background-image: url(../_img/arrow_down.png);
          background-repeat: no-repeat;
          background-position: 80% center; }
    #data .form li.verification input {
      width: 30%; }

#data .l_more {
  margin-top: 100px; }

#renew .title {
  color: #ccc;
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px; }

#renew .renew_list_item {
  text-align: center;
  font-size: 0; }
  #renew .renew_list_item > a {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    height: 30px;
    line-height: 30px;
    border: 1px solid transparent;
    color: rgba(255, 255, 255, 0.8);
    background-color: #454A6B;
    font-size: 15px;
    margin: 0 5px;
    transition: all .3s linear; }
    #renew .renew_list_item > a:hover {
      background-color: transparent;
      border: 1px solid rgba(255, 255, 255, 0.8);
      transition: all .3s linear; }

#renew .date {
  display: block;
  margin: 20px auto;
  font-size: 16px;
  text-align: center;
  color: #ccc;
  line-height: 1.6;
  position: relative;
  width: 200px; }
  #renew .date > span {
    position: absolute;
    right: -80px; }
    #renew .date > span .fa {
      margin-right: 5px; }

#member_class .title {
  font-size: 20px;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 10px;
  text-align: center; }

#member_class section {
  color: #ccc;
  text-align: center;
  line-height: 1.6;
  font-size: 15px; }

#password {
  width: 100%; }
  #password .form {
    width: 100%;
    max-width: 525px;
    margin: 0 auto; }
    #password .form li label {
      width: 20%; }
    #password .form li input {
      width: 78%; }
      #password .form li input.send_button {
        width: 220px; }
  #password .text {
    color: #CCC;
    font-size: 15px;
    text-align: center;
    padding-bottom: 50px; }

.p-row ul li {
  width: 19%;
  margin: 0 0.5%;
  float: left;
  margin-bottom: 80px; }
  .p-row ul li.online {
    width: 24%;
    margin-bottom: 23px;
    height: 400px;
    overflow: hidden;
    line-height: 16px; }
  .p-row ul li .bg {
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
    display: block; }
    .p-row ul li .bg:hover:after {
      background-color: rgba(0, 47, 77, 0);
      transition: all .3s linear; }
    .p-row ul li .bg:after {
      content: ' ';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(0, 47, 77, 0.6);
      transition: all .3s linear; }
  .p-row ul li .text-row {
    margin-top: 10px;
    padding: 0 10px; }
    .p-row ul li .text-row .name {
      font-size: 15px;
      color: #ccc; }
    .p-row ul li .text-row .introduction {
      color: #CCC;
      margin-top: 6px;
      height: 80px; }

.p-row .price_text {
  margin-top: 50px;
  width: 100%;
  color: #999999;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  background-color: #21212C;
  text-align: center; }

.p_inner #top-row .left, .p_inner #top-row .right {
  float: left; }

.p_inner #top-row .left {
  width: 30%;
  padding-right: 1%; }
  .p_inner #top-row .left .bg {
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 100%;
    height: 0; }

.p_inner #top-row .right {
  width: 70%;
  padding-left: 4%;
  color: #ccc; }
  .p_inner #top-row .right .name {
    font-size: 20px;
    margin: 30px 0; }
  .p_inner #top-row .right .intro {
    font-size: 15px;
    line-height: 1.6; }

.p_inner .title_line {
  text-align: center;
  font-size: 0;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 50px; }
  .p_inner .title_line p {
    font-size: 18px;
    color: #ccc;
    display: inline-block;
    vertical-align: middle;
    padding: 0 18px; }
  .p_inner .title_line:before {
    content: url(../_img/hr_left.jpg);
    display: inline-block;
    vertical-align: middle; }
  .p_inner .title_line:after {
    content: url(../_img/hr_right.jpg);
    display: inline-block;
    vertical-align: middle; }

.p_inner #video-row .pic {
  width: 100%;
  height: 0;
  padding-bottom: 45%; }

.p_inner #video-row .select-row {
  margin-top: 15px;
  text-align: center; }
  .p_inner #video-row .select-row .select_source {
    float: left;
    font-size: 0; }
    .p_inner #video-row .select-row .select_source p {
      font-size: 15px;
      color: #CCCCCC;
      display: inline-block;
      vertical-align: middle; }
    .p_inner #video-row .select-row .select_source img {
      display: inline-block;
      vertical-align: middle;
      margin: 0px 5px;
      cursor: pointer; }
  .p_inner #video-row .select-row .select_video {
    display: inline-block;
    margin-left: 0;
    float: right; }
    .p_inner #video-row .select-row .select_video p {
      font-size: 15px;
      color: #ccc;
      display: inline-block;
      vertical-align: middle; }
    .p_inner #video-row .select-row .select_video img {
      display: inline-block;
      vertical-align: middle;
      cursor: pointer; }

.p_inner #photo-row .slider-for .item {
  width: 100%; }
  .p_inner #photo-row .slider-for .item > .pic {
    width: 100%;
    height: 0;
    padding-bottom: 50%; }
    .p_inner #photo-row .slider-for .item > .pic span a img {
      display: inline-block; }

.p_inner #photo-row .slider-for .slick-prev, .p_inner #photo-row .slider-for .slick-next {
  width: auto;
  height: auto; }

.p_inner #photo-row .slider-for .slick-prev {
  left: -50px; }
  .p_inner #photo-row .slider-for .slick-prev:before {
    content: url(../_img/arrow_prev.png); }

.p_inner #photo-row .slider-for .slick-next {
  right: -50px; }
  .p_inner #photo-row .slider-for .slick-next:before {
    content: url(../_img/arrow_next.png); }

.p_inner #photo-row .slider-nav .item {
  padding-left: 10px;
  padding-right: 10px; }
  .p_inner #photo-row .slider-nav .item > .pic {
    width: 100%;
    padding-bottom: 50%;
    height: 0; }

.p_inner #message-row .title_line {
  text-align: center; }
  .p_inner #message-row .title_line p {
    display: inline-block;
    padding: 0;
    margin: 0 1%; }

.p_inner #message-row a.message_add {
  color: #CCC;
  display: block;
  margin: auto;
  margin-bottom: 30px;
  text-align: center;
  padding: 5px;
  font-size: 13px;
  border: 1px #CCC solid;
  border-radius: 10px;
  width: 120px; }
  .p_inner #message-row a.message_add:hover {
    background: #FFFFFF;
    color: #353535; }

.p_inner #message-row a.message_upd {
  color: #CCC;
  display: block;
  margin: auto;
  margin-bottom: 30px;
  text-align: center;
  padding: 5px;
  font-size: 13px;
  border: 1px #CCC solid;
  border-radius: 10px;
  width: 120px; }
  .p_inner #message-row a.message_upd:hover {
    background: #FFFFFF;
    color: #353535; }

.p_inner #message-row .text {
  color: #CCC;
  text-align: center;
  line-height: 160%; }

.p_inner #message-row .message_list li {
  background-color: #21212C;
  color: #ccc;
  padding: 3%;
  margin-bottom: 1px; }
  .p_inner #message-row .message_list li .info-row {
    font-size: 15px;
    margin-bottom: 15px; }
    .p_inner #message-row .message_list li .info-row > div {
      display: inline-block;
      vertical-align: middle; }
    .p_inner #message-row .message_list li .info-row .date {
      color: #999;
      margin: 0 10px; }
  .p_inner #message-row .message_list li .text {
    font-size: 13px;
    line-height: 1.6; }

.p_inner #message-row .message_list .l_page {
  padding: 5px;
  text-align: center;
  line-height: 30px;
  color: #aaa;
  font-size: 13px; }
  .p_inner #message-row .message_list .l_page a {
    display: inline-block;
    text-align: center;
    width: 30px; }
    .p_inner #message-row .message_list .l_page a:hover, .p_inner #message-row .message_list .l_page a.selected {
      color: #FFF; }

#message {
  padding: 20px;
  font-size: 15px;
  line-height: 160%;
  color: #656565;
  text-align: left; }
  #message.min_message {
    padding: 0;
    font-size: 14px; }
  #message div.t {
    width: 100%; }
    #message div.t li {
      padding: 10px 5px;
      vertical-align: top; }
      #message div.t li.left {
        width: 10em;
        text-align: right; }
      #message div.t li input, #message div.t li textarea {
        border: 1px #CCCCCC solid;
        background: #EEEEEE;
        width: 100%;
        height: 30px;
        line-height: 30px; }
      #message div.t li textarea {
        height: 120px; }
  #message div.button {
    text-align: center;
    padding: 10px; }
    #message div.button input {
      width: 120px;
      height: 40px;
      line-height: 38px;
      text-align: center;
      color: #FFFFFF;
      background: #FFC802;
      margin: 5px;
      border: 1px #CCCCCC solid;
      cursor: pointer;
      border-radius: 20px; }
  #message article {
    width: 100%; }
    #message article .login {
      width: 100%; }

@media only screen and (max-width: 1200px) {
  #banner .slick-prev {
    left: 0;
    z-index: 500; }
  #banner .slick-next {
    right: 15px; } }

@media only screen and (max-width: 960px) {
  .p_inner .title_line:before, .p_inner .title_line:after {
    content: none; }
  .p_inner #photo-row .slider-for .slick-prev {
    left: 0;
    z-index: 500; }
  .p_inner #photo-row .slider-for .slick-next {
    right: 0; } }

@media only screen and (max-width: 768px) {
  #phone_icon .button {
    display: block;
    position: absolute;
    top: 40px;
    right: 30px;
    width: 30px;
    height: 20px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.5);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: 99999;
    cursor: pointer; }
    #phone_icon .button:before, #phone_icon .button:after {
      content: "";
      position: absolute;
      top: 20%;
      width: 100%;
      height: 3px;
      background: rgba(255, 255, 255, 0.5) none repeat scroll 0% 0%; }
    #phone_icon .button:after {
      content: "";
      top: 60%; }
    #phone_icon .button.action {
      display: block;
      width: 30px;
      height: 20px;
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      border-bottom: medium none !important;
      transition: all 0.5s ease 0s; }
      #phone_icon .button.action:before {
        top: 50%;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transition: all 0.5s ease 0s; }
      #phone_icon .button.action:after {
        top: 50%;
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transition: all 0.5s ease 0s; }
  header {
    position: relative; }
    header #top {
      display: none; }
    header nav {
      max-height: 0;
      overflow: hidden;
      transition: all .3s linear; }
      header nav.open {
        max-height: 800px;
        transition: all .3s linear; }
      header nav ul li {
        width: 100%;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
        header nav ul li.menu_member {
          padding: 0; }
        header nav ul li a {
          display: block; }
        header nav ul li > ul {
          position: relative; }
          header nav ul li > ul.open {
            margin-top: 1px;
            float: none; }
          header nav ul li > ul li a {
            padding: 0; }
  #home_menu .item {
    background-repeat: no-repeat;
    margin: 0 auto; }
    #home_menu .item:after {
      content: ' ';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-color: rgba(0, 47, 77, 0.5);
      z-index: 100;
      transition: all .3s linear; }
  #home_menu .item .title span {
    font-size: 25px; }
  .news_list li a span.text {
    display: block;
    width: 100%;
    text-overflow: clip;
    white-space: normal;
    line-height: 1.6;
    margin-top: 10px; }
  .p-row ul li {
    width: 32%; }
  .brand-row > ul li {
    width: 49%;
    padding-bottom: 40%; }
  .login-row {
    width: 100%; }
    .login-row .login, .login-row .join {
      float: none;
      width: 100%;
      height: auto;
      padding: 19px 10px; } }

@media only screen and (max-width: 640px) {
  #home_menu .item {
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding-bottom: 80%; }
    #home_menu .item:after {
      content: ' ';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background-color: rgba(0, 47, 77, 0.5);
      z-index: 100;
      transition: all .3s linear; }
  footer #footer_nav {
    display: none; }
  footer #copyright img, footer #copyright .text {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 0; }
  footer #copyright .text .copyright, footer #copyright .text .design {
    text-align: center; }
  footer #copyright .text .copyright span {
    display: block;
    margin-top: 5px; }
  footer #copyright img {
    margin: 10px auto; }
  #about section {
    padding-left: 2%;
    padding-right: 2%; }
    #about section.block2 .idea-row img {
      width: auto;
      display: block;
      margin-bottom: 20px;
      margin: 0 auto; }
    #about section.block2 .idea-row .right {
      display: block;
      width: 100%;
      padding: 0; }
    #about section.block4 img {
      display: none; }
    #about section.block4 .right {
      display: block;
      width: 100%;
      padding: 0; }
  .p-row ul li {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%; }
    .p-row ul li.online {
      width: 48%; }
  #marketing .marketing_img1 {
    display: none; }
  #marketing section {
    padding-left: 2%;
    padding-right: 2%; }
  .login-row .join > p, .login-row .join > ul {
    width: 100%;
    padding-left: 20%; }
  .form li {
    padding-left: 10px;
    padding-right: 10px; }
    .form li label {
      font-size: 20px;
      width: 100% !important; }
      .form li label.min_label {
        width: 18% !important; }
    .form li input, .form li textarea {
      width: 100% !important;
      display: block; }
      .form li input.min_input, .form li textarea.min_input {
        display: inline-block;
        width: 60% !important; }
    .form li.verification img {
      margin-left: 0;
      margin-top: 10px; }
      .form li.verification img.min_checkment {
        margin-left: 1%;
        margin-top: 0; }
    .form li a {
      margin-top: 10px; }
  #data .form li {
    margin: 10px 0; }
    #data .form li label {
      width: 100%;
      margin-bottom: 5px; }
    #data .form li input {
      width: 100%; }
    #data .form li.birth .select {
      display: block;
      width: 100%; }
      #data .form li.birth .select > div select {
        width: 60px;
        font-size: 10px; }
    #data .form li.verification input {
      display: inline-block;
      vertical-align: middle; }
  #join .check_text input, #join .check_text .text {
    display: inline; }
  .logined .button {
    width: 300px !important; } }

@media only screen and (max-width: 480px) {
  .form li {
    margin: 17px 0; }
    .form li label.min_label {
      width: 30% !important; }
    .form li input.send_button {
      margin-top: 2px; }
  #banner .slick-prev,
  #banner .slick-next {
    width: 20px;
    height: 40px; }
  #banner .slick-prev {
    left: 0; }
  #banner .slick-next {
    right: 0; }
  .login-row .login {
    padding: 1px 10px; }
  .p-row .price_text {
    height: auto; } }
