﻿@charset "UTF-8";
body {
  font-family: "Noto Sans TC", "Verdana";
  font-size: 17px;
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
  background-color: #f9f9f9;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

a, button, :hover, .body, .MemberMenu a, .s_icon img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a {
  text-decoration: none;
  color: #64c2d0;
}
a:hover {
  color: #ea5d9d;
}

.span1 {
  color: #64c2d0;
}

.span2 {
  color: #ea5d9d;
}

.logo {
  display: block;
  width: 230px;
  height: 50px;
  background-image: url("../../Images/logoWeb.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 13px 0px 13px 30px;
  position: relative;
}
.logo:before {
  content: "｜會員網站";
  color: #64c2d0;
  font-size: 20px;
  position: absolute;
  right: -95px;
  top: 15px;
}
@media (max-width: 992px) {
  .logo {
    width: 151px;
    margin: 13px 0px 13px 20px;
  }
}

.body {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 16px 22px 0 rgba(75, 88, 105, 0.03);
}

.body2 {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 16px 22px 0 rgba(75, 88, 105, 0.03);
  padding: 20px;
}

.Form {
  padding: 30px;
}
.Form .k-form-submit.k-button {
  width: 33%;
  z-index: 10;
}
@media (max-width: 768px) {
  .Form .k-form-submit.k-button {
    width: 100%;
  }
}

.GridCSS .k-window {
  width: 95%;
  max-width: 1320px;
}
.GridCSS .k-window .k-edit-label {
  display: none !important;
}
.GridCSS .k-button {
  margin: 1px 0;
}

/*
.k-grid-actions {
    display: inline-block;
    margin-left: 5px;
}
*/
.SkinSelector {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
  width: 100%;
  margin: 20px auto;
}

.SkinSelector-card {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 3px solid rgba(58, 66, 66, 0.1);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  color: inherit;
  cursor: pointer;
  text-align: left;
}
.SkinSelector-card:hover {
  transform: translateY(-2px);
  border-color: rgba(100, 194, 208, 0.45);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
}
.SkinSelector-card.is-selected {
  border-color: #64c2d0;
}
.SkinSelector-card.is-selected:after {
  content: "\f26e";
  font-family: "bootstrap-icons";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 999px;
  background: #64c2d0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.SkinSelector-preview {
  display: block;
  aspect-ratio: 16/9;
  background: rgba(100, 194, 208, 0.08);
}
.SkinSelector-preview img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.SkinSelector-name {
  display: block;
  padding: 12px 14px;
  font-weight: 700;
}

@media (max-width: 576px) {
  .SkinSelector {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 12px auto;
  }
  .SkinSelector-card {
    border-width: 2px;
    border-radius: 16px;
  }
  .SkinSelector-card.is-selected:after {
    top: 6px;
    right: 6px;
    width: 20px;
    height: 20px;
    font-size: 13px;
  }
  .SkinSelector-name {
    padding: 8px;
    font-size: 13px;
    text-align: center;
  }
}
.k-edit-form-container {
  width: 100% !important;
}
@media (max-width: 768px) {
  .k-edit-form-container {
    height: 80vh !important;
    overflow-y: auto;
  }
}
.k-edit-form-container .k-edit-label {
  width: 100px;
}
.k-edit-form-container .k-edit-field {
  width: calc(100% - 120px);
}
/*



*/
@media (max-width: 768px) {
  .k-edit-label {
    text-align: left !important;
    margin: 0px !important;
  }
  .k-editor {
    display: flex !important;
    width: 100% !important;
  }
  .k-edit-form-container {
    min-width: 300px !important;
  }
  .k-edit-field {
    width: 100% !important;
  }
}
/*@media (min-width: 768px) {
    .k-edit-form-container {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .k-edit-label,
    .k-edit-field {
        width: 48%;
    }
}
@media (max-width: 767px) {
    .k-edit-label,
    .k-edit-field {
        width: 100%;
    }
}
*/
.StoreButton {
  position: relative;
  margin-top: -70px;
}
@media (max-width: 768px) {
  .StoreButton {
    margin: 0px;
  }
}

.on {
  background-color: #fff;
  border-radius: 50px;
  margin: 10px 0;
  text-align: center;
}
@media (min-width: 993px) {
  .on {
    box-shadow: 0 16px 22px 0 rgba(75, 88, 105, 0.03);
  }
}
.on i {
  font-size: 27px;
  display: block;
}

.on_login {
  background-color: #64c2d0;
  color: #fff !important;
  border-radius: 99em;
  text-align: center;
  width: 84px;
  height: 84px;
  padding-top: 6px;
}
@media (max-width: 992px) {
  .on_login {
    width: 40px;
    height: 40px;
    padding: 0px;
    position: absolute;
    top: 28px;
    right: 20px;
  }
}

main {
  z-index: 10;
  position: relative;
  margin-bottom: -10vw;
}

/*****footer*****/
.footer {
  z-index: 0;
  position: relative;
  background-color: #fff;
  width: 100%;
  padding-top: 26.5vw;
  padding-bottom: 20px;
  /* 每張圖淡入淡出交錯時段，避免白屏 */
}
.footer .footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 100% auto;
  opacity: 0;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transition: opacity 1s linear;
}
.footer .footer1 {
  background-image: url(../Images/footer.png);
  animation-name: fade1;
}
.footer .footer2 {
  background-image: url(../Images/footer2.png);
  animation-name: fade2;
}
.footer .footer3 {
  background-image: url(../Images/footer3.png);
  animation-name: fade3;
}
.footer h5, .footer a {
  position: relative;
  z-index: 10;
}
.footer a {
  color: #313131;
  opacity: 0.8;
  font-size: 15px;
}
.footer a:hover {
  text-decoration: underline;
  opacity: 1;
}
.footer .footer_app {
  width: 150px;
}
@media (max-width: 992px) {
  .footer {
    padding-bottom: 100px;
  }
  .footer h5 {
    font-size: 15px;
  }
  .footer .footer_app {
    width: 130px;
  }
}

@keyframes fade1 {
  0%, 100% {
    opacity: 1;
  }
}
@keyframes fade2 {
  0%, 26.66% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  66.66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade3 {
  0%, 60% {
    opacity: 0;
  }
  73.33% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fancybox {
  display: none;
  width: 100%;
  max-width: 800px;
}
.fancybox.fancybox-content {
  padding: 15px;
  margin: 0px;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
  /*    @media (max-width: 768px) {
      border-radius: 20px 20px 0 0;
  }*/
}

@media (max-width: 576px) {
  .fancyboxS.fancybox-content {
    padding: 15px;
  }
}

/***********bootstrap****************/
#show_password, #show_password2 {
  z-index: 100;
  font-size: 20px;
  position: absolute;
  top: -7px;
  right: 5px;
  padding: 10px;
  display: block;
  cursor: pointer;
}

.title1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 10px 15px 10px;
  font-weight: bold;
}

.MemberMenu {
  text-align: center;
}
.MemberMenu a {
  color: #313131;
  opacity: 0.8;
}
.MemberMenu a:hover {
  color: #64c2d0;
  opacity: 1;
}
.MemberMenu a i {
  font-size: 24px;
  display: block;
}

@media (max-width: 768px) {
  .RwdNO {
    display: none;
  }
}
.hvr-icon {
  display: inline-block;
}

.switchTT {
  position: relative;
  padding: 10px 0;
}
.switchTT .k-switch-label-on, .switchTT .k-switch-label-off {
  position: absolute;
  display: block;
  width: 100px;
  left: 70px !important;
  top: 13px;
}

.bgcolor0 {
  background-color: rgba(0, 0, 0, 0.05);
  color: #fff;
  font-size: 12px;
  padding: 0px 10px 1px 10px;
  border-radius: 50px;
}

.bgcolor1 {
  background-color: #fabf1b;
  color: #fff;
  font-size: 12px;
  padding: 0px 10px 1px 10px;
  border-radius: 50px;
}

.hide {
  display: none;
}

.hr {
  border: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/******WebList 首頁會員網站列表*******/
.WebList .body {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.WebList .body a {
  display: block;
}
@media (max-width: 768px) {
  .WebList .body {
    height: 330px;
  }
}
@media (max-width: 576px) {
  .WebList .body {
    height: auto;
  }
}
.WebList .body i {
  position: absolute;
  bottom: 15px;
  right: 20px;
  color: #64c2d0;
}
.WebList .body:hover {
  box-shadow: 0 0px 22px 0 rgba(98, 196, 208, 0.4);
  color: #64c2d0;
}
.WebList .body .WebBanner {
  height: 150px;
  overflow: hidden;
  display: block;
}
.WebList .body .WebBanner img {
  width: 100%;
}
.WebList .body .WebCon {
  padding: 20px;
  color: #313131;
  position: relative;
  height: 150px;
}
.WebList .body .WebText {
  font-size: 15px;
}
.WebList .SItem {
  position: absolute;
  top: 5px;
  right: 10px;
  background-color: #64c2d0;
  color: #fff;
  padding: 2px 10px;
  z-index: 10;
  border-radius: 50px;
  font-size: 13px;
}
.WebList .SItem:hover {
  background-color: #ea5d9d;
}

.Search {
  width: 40%;
  position: absolute;
  top: -70px;
  right: 120px;
}
@media (max-width: 768px) {
  .Search {
    position: relative;
    width: 100%;
    top: 10px;
    left: 0px;
  }
}

.SItemAll {
  text-align: right;
}
.SItemAll a {
  background-color: rgba(98, 196, 208, 0.2);
  color: #64c2d0;
  display: inline-block;
  padding: 2px 10px;
  z-index: 10;
  border-radius: 50px;
  font-size: 13px;
  margin: 1px;
}
.SItemAll a:hover, .SItemAll a.active {
  background-color: #64c2d0;
  color: #fff;
}
.SItemAll a.SItemClear {
  padding: 2px 20px;
}
@media (max-width: 768px) {
  .SItemAll {
    margin-top: 20px;
    text-align: left;
  }
  .SItemAll a {
    margin: 2px 0px;
  }
}
@media (max-width: 576px) {
  .SItemAll a {
    padding: 2px 0px;
    width: 24%;
    text-align: center;
  }
  .SItemAll a.SItemClear {
    padding: 2px 0px;
  }
}

#noResultsMessage img {
  width: 80%;
  max-width: 500px;
  margin: 20px auto;
}

.tabMenu {
  margin-left: 30px;
}
.tabMenu a {
  display: inline-block;
  padding: 6px 20px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background-color: rgba(98, 196, 208, 0.2);
  color: #64c2d0;
}
.tabMenu a.active {
  background-color: #64c2d0;
  color: #fff;
}
.tabMenu a:hover {
  background-color: #fff;
  color: #64c2d0;
}
@media (max-width: 768px) {
  .tabMenu {
    text-align: center;
    margin: 0px;
  }
  .tabMenu a {
    padding: 6px;
  }
}

#copyMsg {
  color: #64c2d0;
  text-align: center;
  padding: 10px;
}
#copyMsg .h1 {
  margin: 10px auto;
  overflow: hidden;
  display: block;
}

#image_display {
  max-width: 100%;
}

.k-table-td img {
  max-width: 200px;
}

#image_display {
  max-width: 200px;
}

.image_display {
  max-width: 200px;
}

/******編輯器大小*******/
.k-editor {
  height: 520px;
}

.k-editor .k-editor-content {
  height: auto;
  min-height: 0;
}

#form1 .k-editor,
#form1 .k-editor .k-editor-content,
#form1 .k-editor .k-content,
#form1 .k-editor iframe,
#About {
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
}

#form1 #Intro {
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 1.7 !important;
}

@media (max-width: 767.98px) {
  .Form .k-editor {
    height: 520px;
  }
}
/*********基本資料**************/
.Form #PhotoFile-form-label {
  margin-top: 20px;
}

.Form .k-form-field:has(#Photo),
.Form .k-form-field:has(input[name=Photo]) {
  display: none;
}

/* Store/Index 的 Form 欄距 */
#form1 .k-form-field:has(#EDate),
#form1 .k-form-field:has(#SType),
#form1 .k-form-field:has(#Addr),
#form1 .k-form-field:has(#LineLink),
#form1 .k-form-field:has(#Short) {
  padding-left: 10px;
}

@media (max-width: 767.98px) {
  #form1 .k-form-field {
    grid-column: 1/-1 !important;
  }
  #form1 .k-form-field:has(#EDate),
  #form1 .k-form-field:has(#SType),
  #form1 .k-form-field:has(#Addr),
  #form1 .k-form-field:has(#LineLink),
  #form1 .k-form-field:has(#Short) {
    padding-left: 0;
  }
}
/******MCode 、清除按鈕隱藏****/
#MCode-form-label, .k-form-clear.k-button {
  display: none;
}
