@charset "UTF-8";
@media (max-width: 768px) {
  div.web {
    display: none;
  }
}

div.mobile {
  display: none;
}

@media (max-width: 768px) {
  div.mobile {
    display: block;
  }
}

.popupBg, .popupHeader, .index1 .popAdPhoto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*index main*/
.index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  display: block;
  width: 100%;
  padding-top: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

@media (max-width: 768px) {
  main {
    padding-top: 44px;
  }
}

.ADBanner {
  background: url("../img_new/home_bg.png") center/auto 100% repeat;
}

.ADBanner img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.slogan > div {
  max-width: 900px;
}

.slogan section {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.slogan section:last-child {
  margin-top: 0;
  margin-bottom: 20px;
}

.slogan section:last-child div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.slogan section:last-child div + div {
  border-left: 1px solid #c8c8c8;
}

.slogan p {
  font-size: 16px;
  line-height: 24px;
  padding-top: 8px;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .slogan section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .slogan section img {
    display: block;
    max-width: 100%;
    margin: auto;
  }
  .slogan section:last-child {
    max-width: 320px;
    padding-bottom: 20px;
    margin: auto;
  }
  .slogan section:last-child picture {
    margin: 0;
    width: 100px;
  }
  .slogan section:last-child div {
    width: 100%;
    padding-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .slogan section:last-child div + div {
    border-left: none;
  }
}

.feature h4 {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 8px;
}

.feature p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}

.feature > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.feature > div > section:first-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.feature > div > section:last-of-type {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.feature section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.feature section > img {
  width: auto;
  height: 100%;
}

.feature.rightText > div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #ffffff;
}

.youtubePic {
  display: block;
  width: 320px;
  margin-top: 20px;
  border: 5px solid #fff;
  -webkit-box-shadow: 2px 2px 5px black;
          box-shadow: 2px 2px 5px black;
}

.youtubePic img {
  width: 100%;
}

.rightText {
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), color-stop(60%, #f5f5f5), color-stop(60%, #00bbbe), to(#00bbbe));
  background: linear-gradient(to right, #f5f5f5 0%, #f5f5f5 60%, #00bbbe 60%, #00bbbe 100%);
}

.rightText > div > section:last-of-type {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

.work05 {
  background: url("../img_new/member/work05_bg.png") no-repeat top center/auto 100%;
  background-color: #f1f1f1;
  max-height: 710px;
}

.work05Img {
  margin-right: 7px;
}

.p03 > div {
  background: url("../img_new/member/p03_iPhone01_bg.png") no-repeat top right/auto 100%;
}

.p03 section {
  position: relative;
}

.p03 section > div:last-of-type {
  position: absolute;
  top: 0;
  left: -100px;
}

.p03 section > div:last-of-type img {
  position: absolute;
  top: 0;
  left: 0;
}

.p02 section:first-of-type {
  height: 760px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p02 section:first-of-type img {
  width: auto;
  height: auto;
}

.p01 {
  background: -webkit-gradient(linear, left top, right top, from(#f5f5f5), color-stop(60%, #f5f5f5), color-stop(60%, #1b9acd), to(#1b9acd));
  background: linear-gradient(to right, #f5f5f5 0%, #f5f5f5 60%, #1b9acd 60%, #1b9acd 100%);
}

.p01 > div {
  font-size: 0;
  background: url("../img_new/member/p01_bg02b.png") no-repeat top right/auto 100%;
}

.p01 section {
  position: relative;
}

.p01 section > div:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
}

.p01 section > div:last-of-type img {
  position: absolute;
  top: 0;
  left: 0;
}

.p04 > div {
  font-size: 0;
  padding-top: 48px;
}

.p04 section {
  position: relative;
}

.p04 section > div:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
}

.p04 section > div:last-of-type img {
  position: absolute;
  top: 0;
  left: 0;
}

.downloadArea {
  background-color: /*#f1f1f1*/#ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.downloadArea > div {
  padding-top: 48px;
  padding-bottom: 24px;
  text-align: center;
  margin: auto;
  max-width: 100%;
}

.downloadArea section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.downloadArea section > div {
  margin-bottom: 20px;
}

.downloadArea section > *:nth-child(2) {
  padding-left: 16px;
}

.downloadArea section:nth-of-type(2) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.downloadArea p {
  font-size: 48px;
}

.downloadArea a {
  display: block;
}

.downloadArea a + a {
  padding-top: 16px;
}

@media (max-width: 1200px) {
  .feature > div {
    width: 100%;
  }
  .work05 {
    background-position: right top;
  }
  .work05Img {
    margin-right: -14px;
  }
  .p03 > div {
    background-position-x: 10vw;
  }
  .p03 section:first-of-type {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}

@media (max-width: 980px) {
  .movieYes123 > iframe {
    width: 100% !important;
  }
  .feature {
    overflow: hidden;
    text-align: center;
  }
  .feature .youtubePic {
    margin-left: auto;
    margin-right: auto;
  }
  .feature picture img {
    max-width: 100%;
  }
  .feature > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 48px;
  }
  .feature h4 {
    margin-bottom: 12px;
  }
  .feature p {
    line-height: 24px;
  }
  .feature.rightText {
    background: -webkit-gradient(linear, left top, right top, from(#00bbbe), color-stop(60%, #00bbbe), color-stop(60%, #00bbbe), to(#00bbbe));
    background: linear-gradient(to right, #00bbbe 0%, #00bbbe 60%, #00bbbe 60%, #00bbbe 100%);
  }
  .feature.rightText > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    color: #ffffff;
  }
  .work05 {
    background-image: url("../img_new/member/work05_bg_m.png");
    background-position: center bottom;
    background-size: auto 710px;
    max-height: initial;
  }
  .work05Img {
    margin-right: -10px;
  }
  .p03 > div {
    background-image: none;
  }
  .p03 section:first-of-type {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .p02 section:first-of-type {
    height: initial;
    padding-top: 48px;
  }
  .p02 section:first-of-type img {
    width: 100%;
    height: auto;
  }
  .p02 > div {
    padding-bottom: 48px;
  }
  .feature.p01 {
    background: -webkit-gradient(linear, left top, right top, from(#1b9acd), color-stop(60%, #1b9acd), color-stop(60%, #1b9acd), to(#1b9acd));
    background: linear-gradient(to right, #1b9acd 0%, #1b9acd 60%, #1b9acd 60%, #1b9acd 100%);
  }
  .feature.p01 > div {
    background-image: none;
  }
  .p01Img {
    margin-top: -80px;
  }
  .business01 section,
  .business02 section {
    min-width: 320px;
    padding-top: 8px;
  }
  .business01 section img,
  .business02 section img {
    width: 100%;
  }
  .business03 > div section:first-of-type {
    max-width: 100%;
    left: 0;
  }
  .business03 > div section:first-of-type img {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .feature h4 {
    line-height: 36px;
  }
  .feature p {
    font-size: 18px;
    line-height: 28px;
  }
  .feature section > img {
    width: auto;
    height: 360px;
  }
  .feature .youtubePic {
    width: 100%;
  }
  .feature picture img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: auto;
  }
  .work05 {
    background-size: auto 360px;
  }
  .work05Img {
    margin-right: -7px;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  .p03 section:first-of-type div {
    width: 350px;
  }
  .p03 section:first-of-type div:last-of-type {
    width: 380px;
    left: 0;
  }
  .p03 img {
    display: block;
    width: 100%;
    height: auto;
  }
  .p01 section:first-of-type div {
    width: 100%;
  }
  .p01 section:first-of-type div:last-of-type {
    width: 350px;
  }
  .p04 section:first-of-type div {
    width: 100%;
  }
  .p04 section:first-of-type div:last-of-type {
    left: 0;
  }
  .p04 img {
    display: block;
    width: 100%;
    height: auto;
  }
  .downloadArea {
    padding: 0 16px 0;
  }
  .downloadArea p {
    font-size: 32px;
  }
  .downloadArea section div:first-child {
    max-width: 100px;
  }
  .downloadArea section div:first-child img {
    width: 100px;
  }
  .downloadArea section div:last-child {
    max-width: 170px;
  }
  .downloadArea section div:last-child img {
    width: 100%;
  }
  .downloadArea.business {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .downloadPhoto section:first-of-type div {
    width: 100%;
  }
  .downloadPhoto section:first-of-type div:last-of-type {
    left: 0;
  }
  .downloadPhoto img {
    display: block;
    width: 100%;
    height: auto;
  }
}

/** 動畫效果 **/
.feature section:first-of-type > div > img {
  -webkit-animation: leftFadeIn 0.3s ease forwards;
          animation: leftFadeIn 0.3s ease forwards;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.feature section:first-of-type > div > img:nth-child(2) {
  -webkit-animation: rightFadeIn 0.3s 0.1s ease forwards, enlarge 0.3s 0.1s ease;
          animation: rightFadeIn 0.3s 0.1s ease forwards, enlarge 0.3s 0.1s ease;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.feature section:first-of-type > div > img:nth-child(3) {
  -webkit-animation: leftFadeIn 0.3s 0.2s ease forwards, enlarge 0.3s 0.2s ease;
          animation: leftFadeIn 0.3s 0.2s ease forwards, enlarge 0.3s 0.2s ease;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.feature section:first-of-type > div > img:nth-child(4) {
  -webkit-animation: rightFadeIn 0.3s 0.3s ease forwards, enlarge 0.3s 0.3s ease;
          animation: rightFadeIn 0.3s 0.3s ease forwards, enlarge 0.3s 0.3s ease;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.feature section:first-of-type > div > img:nth-child(5) {
  -webkit-animation: leftFadeIn 0.3s 0.4s ease forwards, enlarge 0.3s 0.4s ease;
          animation: leftFadeIn 0.3s 0.4s ease forwards, enlarge 0.3s 0.4s ease;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.feature section:first-of-type > div > img:nth-child(6) {
  -webkit-animation: rightFadeIn 0.3s 0.5s ease forwards, enlarge 0.3s 0.5s ease;
          animation: rightFadeIn 0.3s 0.5s ease forwards, enlarge 0.3s 0.5s ease;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.feature section:first-of-type > div > img:nth-child(7) {
  -webkit-animation: rightFadeIn 0.3s 0.1s ease forwards, enlarge 0.3s 0.1s ease;
          animation: rightFadeIn 0.3s 0.1s ease forwards, enlarge 0.3s 0.1s ease;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.feature section:first-of-type > div > img:nth-child(8) {
  -webkit-animation: leftFadeIn 0.3s 0.2s ease forwards, enlarge 0.3s 0.2s ease;
          animation: leftFadeIn 0.3s 0.2s ease forwards, enlarge 0.3s 0.2s ease;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.feature section:first-of-type > div > img:nth-child(9) {
  -webkit-animation: rightFadeIn 0.3s 0.3s ease forwards, enlarge 0.3s 0.3s ease;
          animation: rightFadeIn 0.3s 0.3s ease forwards, enlarge 0.3s 0.3s ease;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.feature section:first-of-type > div > img:nth-child(10) {
  -webkit-animation: leftFadeIn 0.3s 0.4s ease forwards, enlarge 0.3s 0.4s ease;
          animation: leftFadeIn 0.3s 0.4s ease forwards, enlarge 0.3s 0.4s ease;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.feature section:first-of-type > div > img:nth-child(11) {
  -webkit-animation: rightFadeIn 0.3s 0.5s ease forwards, enlarge 0.3s 0.5s ease;
          animation: rightFadeIn 0.3s 0.5s ease forwards, enlarge 0.3s 0.5s ease;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.feature > div {
  -webkit-animation: leftFadeIn 0.3s ease forwards;
          animation: leftFadeIn 0.3s ease forwards;
}

.movieYes123 {
  max-width: 853px;
  margin: 0 auto;
  margin-top: 20px;
  padding-left: 16px;
  padding-right: 16px;
}

.movieYes123 > div {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.movieYes123 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index1 .slogan {
  margin-top: 24px;
  background-color: #f3f3f3;
}

.index1 .ADBanner {
  padding-top: 48px;
}

.index1 .rightText {
  background: #f4f4f4;
}

.index1 .feature > div {
  color: #424242;
}

.business03 > div {
  padding-top: 75px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.business03 section {
  position: relative;
}

.business03 section > div:last-of-type {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.business03 section > div:last-of-type img {
  position: absolute;
  top: 0;
  left: 0;
}

.business03 section:first-of-type {
  margin-top: 8px;
  left: 100px;
}

.downloadArea.business {
  max-width: 980px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  background-color: inherit;
  padding-left: 16px;
  padding-right: 16px;
}

.downloadArea.business p {
  white-space: nowrap;
}

.downloadArea.business > div:first-child {
  padding-top: 48px;
}

.downloadArea.business section {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.downloadArea.business section > *:nth-child(2) {
  padding-left: 16px;
}

.downloadArea.business section:nth-of-type(2) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.downloadArea.business .fontSmall {
  font-size: 24px;
  padding: 8px;
}

.downloadPhoto section {
  position: relative;
}

.downloadPhoto section > div:first-of-type {
  display: block;
  max-width: 500px;
  width: 100%;
  height: 500px;
}

.downloadPhoto section > div:first-of-type img {
  -webkit-animation: rotate360 2s infinite;
          animation: rotate360 2s infinite;
}

.downloadPhoto section > div:first-of-type img:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: rotate0 2s infinite;
          animation: rotate0 2s infinite;
}

.downloadPhoto section > div:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
}

.downloadPhoto section > div:last-of-type img {
  position: absolute;
  top: 0;
  left: 0;
}

.index1 section:first-of-type > div > img {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

@-webkit-keyframes enlarge {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes enlarge {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@-webkit-keyframes rightFadeIn {
  from {
    left: 5vw;
    opacity: 0;
  }
  to {
    left: 0 0;
    opacity: 1;
  }
}

@keyframes rightFadeIn {
  from {
    left: 5vw;
    opacity: 0;
  }
  to {
    left: 0 0;
    opacity: 1;
  }
}

@-webkit-keyframes leftFadeIn {
  from {
    left: -5vw;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

@keyframes leftFadeIn {
  from {
    left: -5vw;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

@-webkit-keyframes rotate360 {
  from {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotate360 {
  from {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes rotate0 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotate0 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

/** 動畫效果 **/
.videoCheck {
  padding-top: 48px;
  padding-bottom: 48px;
  background: #eeeeee;
}

.videoCheck span {
  line-height: 1.2;
}

.videoCheck select {
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 16px;
}

div[id^="d0"] {
  display: none;
}

div[id^="d0"].on {
  display: block;
}

div[id^="d0"] > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 48px;
}

div[id^="d0"] .bigVideo {
  max-width: 800px;
  width: 100%;
  margin-right: 48px;
  cursor: pointer;
}

div[id^="d0"] h2 {
  font-size: 26px;
  line-height: 32px;
  margin-top: 16px;
}

div[id^="d0"] p {
  font-size: 16px;
  line-height: 24px;
  margin: 8px 0;
}

div[id^="d0"] .smallVideo {
  max-width: 222px;
  width: 100%;
}

div[id^="d0"] .smallVideo > div {
  margin-bottom: 16px;
  font-size: 0;
  cursor: pointer;
}

div[id^="d0"] .smallVideo img {
  width: 100%;
}

div[id^="d0"] .smallVideo .off {
  display: none;
}

div[id^="d0"] .youtubeVideo img {
  max-width: 800px;
  width: 100%;
}

@media (max-width: 768px) {
  div[id^="d0"] > div {
    padding-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  div[id^="d0"] .smallVideo {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  div[id^="d0"] .smallVideo > div {
    width: calc(50% - 4px);
  }
}

@media screen and (max-width: 320px) {
  .xheaders {
    padding: 0 12px;
  }
}

.pad {
  display: none;
}

.phone {
  display: none;
}

.web {
  display: block;
}

@media screen and (max-width: 767px) {
  .web {
    display: none;
  }
  .phone {
    display: none;
  }
  .padOnliy {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .web {
    display: none;
  }
  .pad {
    display: inline-block;
  }
  .padOnliy {
    display: none;
  }
  .phone {
    display: block;
  }
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  height: 100%;
  padding-top: 30px;
}

@media (max-width: 768px) {
  body.index2 {
    padding-bottom: 64px;
  }
}

.clearFloat {
  clear: both;
}

.theLogin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .theLogin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }
  .theLogin .loginContent {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
  }
}

.blackbar {
  width: 100%;
  height: 30px;
  position: fixed;
  top: 0;
  background-color: #000;
  z-index: 999;
}

.blackbar_s {
  width: 950px;
  height: 30px;
  margin: 0 auto;
  padding-left: 8px;
  line-height: 30px;
  font-size: 13px;
}

.blackbar_s span {
  color: #fff;
}

.blackbar_s > a {
  float: left;
}

.linkbox_r {
  width: 365px;
  float: right;
  text-align: right;
}

.text_white {
  color: #fff !important;
  text-decoration: none;
}

/*header*/
header {
  width: 100%;
  height: 60px;
  background-color: #fff;
  position: fixed;
  top: 30px;
  z-index: 4;
  border-bottom: 0px solid #007de9;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.menu {
  float: left;
  overflow: hidden;
}

.menu > li {
  float: left;
}

.menu > li a {
  display: block;
  line-height: 66px;
  height: 60px;
  color: #666;
  padding: 0 32px;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 2px solid #fff;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-bottom: 3px solid transparent;
}

.menu > li a img {
  padding: 12px 0;
}

.menu > li:not(:first-child) a:hover, li.menu_ok a {
  color: #007de9;
  border-bottom: 3px solid #007de9;
}

@media (max-width: 768px) {
  .menu > li:first-child {
    display: none;
  }
}

/*header*/
.popup {
  z-index: 9;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.popup > div:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
}

.popupBg {
  z-index: 9;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
}

.popupContent {
  border-radius: 10px;
  background: #fff;
  text-align: left;
  z-index: 10;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popupHeader {
  background: #007de9;
  color: #fff;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom: 1px solid #dee2e6;
  padding: 0.25rem 1rem;
  font-size: 18px;
}

.popupClose {
  color: #fff;
  font-size: 2rem;
  font-weight: lighter;
  background-color: transparent;
  border: 0;
  margin: -1rem -1rem -1rem auto;
  position: absolute;
  right: 25px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .popupClose {
    right: 35px;
  }
}

.popupBody {
  padding: 1rem;
}

.popupContent .adPosition {
  text-align: left;
}

.index1 .popAdPhoto img {
  max-width: 100%;
  max-height: 50vh;
  width: auto;
  height: auto;
}

.index1 .popAdSize,
.index1 .popAdPs {
  margin-top: 8px;
  padding-left: 15px;
  padding-right: 15px;
}

.index1 .popAdSize span,
.index1 .popAdPs span {
  display: block;
  font-weight: bold;
  color: #007de9;
}

.index1 .popAdPrice {
  font-size: 48px;
  font-weight: bold;
  color: #e60002;
  text-align: right;
  padding-left: 15px;
  padding-right: 15px;
}

.transform-in,
.transform-out {
  display: block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.transform-in {
  opacity: 1;
}

.transform-out {
  opacity: 0;
  display: none;
}

.slideBanner img {
  width: 100%;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  /*footer*/
  .service br {
    display: none;
  }
  .appDownload {
    width: 120px;
  }
  .appDownload span {
    display: block;
    width: 100%;
    background: #007de9;
    color: #fff;
  }
  .appDownload img {
    border: 6px solid #fff;
  }
  /*footer*/
}

@media screen and (max-width: 768px) {
  /*header*/
  .theLogin {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: auto;
  }
  header {
    top: 30px;
    height: 44px;
  }
  .menu {
    width: 100%;
  }
  .menu > li {
    width: calc(100% / 4);
    border-right: 0px solid #eee;
  }
  .menu > li a {
    font-size: 16px;
    text-align: center;
    line-height: 46px;
    height: 44px;
    padding: 0 0px;
  }
  /*header*/
  /*footer*/
  footer {
    height: 122px;
  }
  footer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  .service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8px 0;
  }
  .service li {
    padding: 0;
  }
  .service > li li {
    margin-bottom: 4px;
  }
  .serviceItem {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 14px;
  }
  .serviceItem li {
    padding: 0;
  }
  .serviceItem a {
    padding-left: 8px;
    padding-right: 8px;
  }
  .appDownload {
    display: none;
  }
  /*footer*/
  .popup > div:nth-of-type(2) {
    width: 100%;
  }
  .popupContent {
    width: 95%;
    margin: auto;
  }
  .popupContent p {
    font-size: 14px;
  }
  p.popAdPrice {
    font-size: 38px;
  }
  .popupBody {
    padding: 0.5rem;
  }
}

.padBrOn br {
  display: none;
}

@media (max-width: 768px) {
  .padBrOn br {
    display: block;
  }
}

.padBrClose br {
  display: block;
}

@media (max-width: 768px) {
  .padBrClose br {
    display: none;
  }
}

/**** 影片的彈跳視窗 ****/
/* 覆蓋(預設關閉) */
.videoPopup {
  position: fixed;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
  display: none;
  -webkit-transition: all 0.3s 0.3;
  transition: all 0.3s 0.3;
}

/* 使用class.open開啟覆蓋 */
.videoPopup.open {
  width: 100%;
  height: 100%;
  display: block;
}

/* 彈跳視窗被景色 */
.popupBg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/* 彈跳視窗的內容 */
.popupContent {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  height: auto;
  z-index: 9999;
}

/* 彈跳視窗的關閉按鈕 */
.close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 30px;
}

/* 崁入影片的外觀設定 */
.popupIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .popupContent {
    width: 95%;
  }
}

/**** End 影片的彈跳視窗 ****/
/*# sourceMappingURL=style.css.map */