@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
@media (max-width: 768px) {
  div.web {
    display: none;
  }
}

div.mobile {
  display: none;
}

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

.popupBg, .popupHeader {
  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;
}

.desktop .appSimulate, .specialWork .swiper-slide div, .slideBtn a {
  -webkit-box-shadow: 1px 1px 5px 1px #e2e2e2;
          box-shadow: 1px 1px 5px 1px #e2e2e2;
}

/*index main*/
.index {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffd2;
}

.index main {
  padding-top: 64px;
  padding-bottom: 64px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 768px) {
  .index main {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

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

/* For 程式 */
.index form {
  display: block;
  width: 100%;
  height: 100%;
}

/* For 程式 */
.index .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 980px) {
  .index .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .index .container .stalk {
    left: 40%;
  }
  .index .container .explain {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .index .container {
    padding: 0;
  }
}

.appSimulate {
  position: relative;
  width: 50%;
  background-color: #ffffff;
}

@media (max-width: 768px) {
  .appSimulate {
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
  }
  .appSimulate::before {
    display: none;
  }
}

.desktop .appSimulate {
  border-radius: 60px;
  padding: 26px 26px 30px;
  margin-top: 150px;
  overflow: hidden;
}

.desktop .appSimulate::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/phone.png) no-repeat top left/100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.desktop .appSimulate .sTittle {
  padding-top: 50px;
}

.mobile {
  background-color: #ffffff;
  padding: 0;
}

.mobile main {
  padding-top: 30px;
}

.mobile .appSimulate {
  height: 100%;
}

.mobile .sContainer {
  height: 100%;
  margin-top: -15vh;
}

.mobile .sTittle {
  padding-top: 30px;
}

.mobile .sTittle p {
  display: block;
}

.stalk {
  position: absolute;
  left: 50px;
}

.stalk img {
  height: 150px;
  width: auto;
}

.sTittle {
  padding: 15px;
  padding-bottom: 18vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(221, 70, 106, 0.3);
  background-size: 200px;
}

.sTittle h2 {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.sTittle p {
  display: none;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  color: #424242;
  padding-top: 15px;
}

.sContainer {
  margin-top: -15vh;
}

.specialWork .swiper-slide div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 15px;
  margin: 4px;
}

.specialWork .sPhoto img {
  display: block;
  width: 100%;
}

.sHastag ul,
.sContainer section {
  font-size: 0;
}

.sHastag li {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  padding: 8px;
  margin-top: 8px;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 4px;
  background-color: #ffa031;
}

.sJob h4 {
  display: block;
  width: 100%;
  max-width: 290px;
  font-size: 24px;
  line-height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold;
  font-family: 'Noto Sans TC';
  color: #E31445;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sJob p {
  font-size: 20px;
  line-height: 30px;
  color: #424242;
  padding-left: 30px;
  background: url(../img/hand.png) no-repeat left center/auto 28px;
}

.sJob p:nth-of-type(2) {
  background-image: url(../img/time.png);
}

.slideBtn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-left: 8px;
  padding-right: 8px;
}

.slideBtn a {
  position: initial;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-top: 0;
  border-radius: 60px;
  background: url(../img/btn_undo.png) no-repeat center center/auto 40px;
  background-color: #2ea0e0;
}

.slideBtn a::after {
  opacity: 0;
}

.slideBtn .next {
  background-image: url(../img/btn_close.png);
  background-color: #646464;
}

.slideBtn .collect {
  background-image: url(../img/btn_star.png);
  background-color: #ffd84f;
}

.slideBtn .like {
  background-image: url(../img/btn_love.png);
  background-color: #ffa8a8;
}

.swiper.specialWork {
  width: 320px;
  z-index: 3;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.specialWork .swiper-slide.slideLast,
.lastBg {
  top: 0;
  left: 0;
  width: 100%;
}

.specialWork .swiper-slide.slideLast > div,
.lastBg > div {
  margin: auto;
}

.specialWork .swiper-slide.slideLast img,
.lastBg img {
  display: block;
  max-width: 320px;
  margin: auto;
}

.specialWork .swiper-slide.slideLast p,
.lastBg p {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
}

.specialWork .swiper-slide.slideLast a,
.lastBg a {
  display: block;
  max-width: 250px;
  width: 100%;
  height: 60px;
  margin: auto;
  color: #ffffff;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #ff7a00;
}

.lastBg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
}

.lastBg.open {
  display: block;
}

.lastBg > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.lastBg .popupClose {
  top: 10%;
  right: 15%;
}

@media (max-width: 768px) {
  .lastBg {
    height: 100vh;
  }
}

.explain {
  width: 75%;
  padding: 16px 24px 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.magic img {
  display: block;
  width: 80px;
  height: 80px;
  margin: auto;
}

.magic .title {
  position: relative;
  height: 24px;
  text-align: center;
  color: #fff;
  background-color: #E31445;
  border-radius: 10px 10px 0 0;
}

.magic .title img {
  position: absolute;
  display: block;
  width: 238px;
  height: auto;
  right: 0;
  bottom: 24px;
}

.magic ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15px;
  margin-bottom: 24px;
  border: 0px dotted #E31445;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}

.magic li {
  padding: 12px;
  margin-bottom: 14px;
  border: 0px solid #E31445;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 8px;
}

.magic li:hover {
  background-color: #efefef;
}

.magic li:hover h3 {
  color: #E31445;
}

.magic li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.magic h3 {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.magic p {
  width: 100%;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
  color: #636363;
  padding: 8px;
}

.magic .button {
  width: calc(100% - 12px);
  height: 50px;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
  border: 0px solid #E31445;
  border-radius: 6px;
  background-color: #E31445;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: auto;
}

.setumei h2 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #E31445;
  margin-bottom: 20px;
}

.setumei p {
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
  color: #424242;
}

.setumei ul {
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 40px;
}

.setumei li {
  padding-left: 35px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.setumei li::before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: url(../img/btn_undo.png) no-repeat center center/auto 20px;
  background-color: #2ea0e0;
}

.setumei li.next::before {
  background-image: url(../img/btn_close.png);
  background-color: #646464;
}

.setumei li.collect::before {
  background-image: url(../img/btn_star.png);
  background-color: #ffd84f;
}

.setumei li.like::before {
  background-image: url(../img/btn_love.png);
  background-color: #ffa8a8;
}

@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;
}

.clearFloat {
  clear: both;
}

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

.blackbar_s {
  width: 950px;
  height: 30px;
  margin: 0 auto;
  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;
}

.K_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;
}

.K_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: #e40077;
  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;
}

.popupBody h6 {
  font-size: 22px;
  color: #004e92;
}

.popupBody p {
  font-size: 18px;
  padding-top: 12px;
}

.popupBody .pInline {
  display: inline;
}

.popupBody button {
  display: block;
  width: calc((100% - 12px) / 2);
  height: 40px;
  background: #ff4f4f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #ffffff;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.popupBody iframe {
  display: block;
  max-width: 100%;
  width: 100%;
  margin: auto;
}

.popupBody .smallP {
  font-size: 13px;
}

.popupBody .textRight {
  text-align: end;
}

@media screen and (max-width: 768px) {
  .K_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;
  }
}
/*# sourceMappingURL=style.css.map */