@charset "UTF-8";

html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  font-family: 'OpenSans-Regular', Arial, 'sans-serif', 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體';
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

* {
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  text-decoration: none;
  vertical-align: top;
  max-width: 100%;
  height: auto !important;
}

a {
  color: #333;
  outline: none;
  display: inline-block;
}

a, a:visited, a:hover, a:focus, a:active {
  text-decoration: none;
}

/* ---- 共用 ---- */
.edit-wrap,
.editor-style {
  font-size: 16px;
  color: #373a3c;
  line-height: 30px;
  letter-spacing: .1rem;
}
.edit-wrap p,
.editor-style p {
  margin: 0;
  padding: 10px 0;
  font-size: 16px;
  letter-spacing: .1rem;
  line-height: 2.2;
}
.editor-style p {
  color: #666;
}
.edit-wrap img {
  margin: 25px 0;
  overflow: hidden;
}

.editor-style .ti {
  margin: 0;
  font-size: 23px;
  color: #0395d9;
  font-weight: bold;
  line-height: 32px;
}
@media all and (max-width:1279px) {
  .editor-style .ti {
    font-size: 20px;
    line-height: 28px;
  }
}
@media all and (max-width:1079px) {
  .edit-wrap p,
  .editor-style p {
    line-height: 28px;
  }
  .editor-style .ti {
    font-size: 18px;
    line-height: 24px;
  }
}
@media all and (max-width:991px) {
  .edit-wrap p,
  .editor-style p {
    padding: 5px 0;
  }
  .edit-wrap img,
  .editor-style img {
    margin: 5px 0 10px;
  }
  .editor-style .pic {
    text-align: center;
  }
}
@media all and (max-width:767px) {
  .editor-style .ti {
    font-size: 18px;
    line-height: 24px;
  }
}

.temp-h-plt,
.temp-h-tlp {
  padding: 30px 0;
}
.temp-v-tlp,
.temp-picgroup {
  padding: 30px 0;
}

/* 左圖右文 + 左文右圖 */
.temp-h-plt .pic,
.temp-h-tlp .pic {
  text-align: center;
}
.temp-h-plt .pic img,
.temp-h-tlp .pic img {
  margin: 0;
}

/* 上文下圖 */
.temp-v-tlp img {
  margin: 0 0 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* 三欄圖文 */
.temp-picgroup {
  margin: 0 -10px;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}
.temp-picgroup .pic {
  display: inline-block;
  padding: 0 10px;
  width: 33.33333%;
  font-size: 1.6rem;
  letter-spacing: .1rem;
  vertical-align: top;
}
.temp-picgroup .pic img {
  margin: 0;
}
.temp-picgroup .ti {
  margin-top: 15px;
  font-size: 17px;
  line-height: 24px;
}
.temp-picgroup p {
  margin: 0;
  padding: 5px 0 0;
  line-height: 24px;
}

@media all and (max-width:1279px) {
  .temp-h-plt,
  .temp-h-tlp {
    padding: 15px 0;
  }
}
@media all and (max-width:1079px) {
  .temp-picgroup .ti {
    margin-top: 10px;
  }
}
@media all and (max-width:991px) {
  .temp-h-plt,
  .temp-h-tlp {
    padding: 15px 0;
  }
  .temp-v-tlp,
  .temp-picgroup {
    padding: 15px 0;
  }

  .temp-h-plt .pic img,
  .temp-h-tlp .pic img {
    margin-top: 5px;
  }

  .temp-v-tlp .txt {
    text-align: left;
  }
  .temp-v-tlp .ti {
    padding-top: 5px;
  }
}
@media all and (max-width:767px) {
  .temp-picgroup .pic {
    width: 50%;
  }
  .temp-picgroup .pic:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media all and (max-width:575px) {
  .temp-picgroup .pic {
    display: block;
    width: 100%;
  }
}

@media all and (min-width:992px) {
  .temp-h-plt,
  .temp-h-tlp {
    display: table;
  }
  .temp-h-plt {
    direction: rtl;
  }
  .temp-h-tlp {
    direction: ltr;
  }
  .temp-h-plt > div,
  .temp-h-tlp > div {
    display: table-cell;
    vertical-align: middle;
  }
  .temp-h-plt .pic,
  .temp-h-tlp .pic {
    width: 50%;
    max-width: 480px;
  }
  .temp-h-plt .pic img,
  .temp-h-tlp .pic img {
    width: 100%;
  }
  .temp-h-plt .txt,
  .temp-h-tlp .txt {
    width: calc(100% - 50%);
    text-align: left;
  }

  .temp-h-plt .pic {
    direction: ltr;
    text-align: left;
  }
  .temp-h-plt .txt {
    direction: ltr;
    padding: 0 1vw 0 3vw;
  }

  .temp-h-tlp .txt {
    padding: 0 3vw 0 1vw;
  }
}


/* 產品 */
.editor-features .items,
.editor-features .item {
  width: 100%;
}
.editor-features .item:not(:last-child) {
  margin-bottom: 15px;
}
.editor-features .item .box {
  padding: 40px 30px 40px;
  width: 100%;
  min-height: 350px;
  background-color: #fff;
}
.editor-features .item .icon span,
.editor-features .item .icon div {
  display: inline-block;
  vertical-align: top;
}
.editor-features .item .icon span {
  margin-right: 5px;
  padding-top: 15px;
  font-family: 'Century Gothic';
  font-size: 18px;
  color: #0395d9;
  font-weight: bold;
  letter-spacing: -1px;
}
.editor-features .item .icon div {
  position: relative;
  padding: 35px 30px 10px 0;
  max-width: 85px;
}
.editor-features .item .icon div:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
  width: calc(100% - 12px);
  height: 100%;
  border: rgba(3,149,217,.15) solid 11px;
}
.editor-features .item .icon div img {
  display: block;
  max-width: 100%;
  height: auto;
}
.editor-features .item .item-ti {
  margin: 30px 0 20px;
  font-family: 'Century Gothic', 'Microsoft JhengHei', '微軟正黑體';
  font-size: 18px;
  color: #121212;
  font-weight: bold;
}
.editor-features .item ul {
  margin: 0;
  padding: 0 0 0 23px;
}
.editor-features .item ul li {
  margin: 8px 0;
  font-size: 16px;
  color: #666;
  line-height: 22px;
  list-style-type: circle;
}
.editor-features .item ul li::marker {
  padding-left: 10px;
}
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .editor-features .item .icon {
    margin-right: 30px;
    float: left;
    width: 120px;
  }
  .editor-features .item .con {
    overflow: hidden;
  }
  .editor-features .item .box {
    min-height: auto;
  }
  .editor-features .item .item-ti {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .editor-features .item .item-ti {
    font-size: 20px;
  }
  .editor-features .item ul li {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  .editor-features {
    margin: 0 -15px;
  }
  .editor-features .items {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .editor-features .item {
    display: flex;
    display: -webkit-flex;
    padding: 0 15px;
    width: 33.333333%;
  }
  .editor-features .item .box {
    min-height: 480px;
  }
  .editor-features .item .item-ti {
    margin: 40px 0 30px;
  }
}
@media only screen and (min-width: 1367px) {
  .editor-features {
    margin: 0 -26px;
  }
  .editor-features .item {
    padding: 0 26px;
  }
  .editor-features .item .item-ti {
    margin-left: 27px;
    font-size: 22px;
  }
  .editor-features .item .txt {
    padding-left: 30px;
  }
}

/* privacy */
.edit-privacy p {
  font-size: 18px;
  color: #121212;
  margin-bottom: 25px;
}

.edit-privacy .blue {
  color: #0395d9;
  font-weight: bold;
}

.edit-privacy ul {
  margin-top: 40px;
}

.edit-privacy ul h3 {
  color: #0395d9;
  font-size: 24px;
  font-family: 'Century Gothic';
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  padding-left: 25px;
}

.edit-privacy ul h3::before {
  content: '';
  display: block;
  width: 16px;
  height: 8px;
  background: url(../images/privacy_deco.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 13px;
  left: 0;
}

.edit-privacy ul li {
  font-size: 18px;
  color: #121212;
  margin-top: 20px;
}