@charset "UTF-8";
/* CSS Document */
/*文字編輯器*/
.textEditor {
  clear: both;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: .4px;
  color: #111111;
}

.textEditor .myTitle {
  font-weight: 700;
  font-size: 20px;
  color: #51649A;
}

.textEditor a {
  color: #2098D1;
}

.textEditor img {
  max-width: 100%;
}

.textEditor ul {
  list-style: disc outside;
  padding-left: 30px;
}

.textEditor ol {
  list-style: decimal outside;
  padding-left: 18px;
}

.textEditor ol > li {
  padding-left: 10px;
}

.textEditor table {
  border-collapse: collapse;
}

.textEditor th {
  padding: 5px;
  border: 1px solid #e1e1e1;
  color: #fff;
  text-align: center;
  background-color: #51649A;
}

.textEditor td {
  padding: 5px;
  border: 1px solid #e1e1e1;
}

.textEditor hr {
  height: 1px;
  border: none;
  background: #e9e9e9;
}

.textEditor blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  border-width: 0;
  border-style: solid;
  border-color: #ccc;
}

.userMainTitle {
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 68px;
  color: #111111;
}

.userMainTitle > span {
  color: #2098D1;
}

.userSubTitle {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 30px;
  color: #111111;
}

.userInnerTitle {
  font-size: 20px;
  letter-spacing: 0;
  color: #111111;
}

.userBtn02 {
  position: relative;
}

.userBtn02 a {
  position: relative;
  padding: 15px 20px;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .4px;
  line-height: 22px;
  background-color: #111111;
  color: #FFF;
  text-decoration: none;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.userBtn02 a:after {
  content: '';
  margin-left: 20px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/btnArrow.png) no-repeat center;
}

.userBtn02 a:hover {
  background-color: #2098D1;
}

.userBtn03 a {
  position: relative;
  padding: 10px 24px;
  display: inline-block;
  font-size: 14px;
  letter-spacing: .4px;
  color: #111111;
  text-align: center;
  text-decoration: none;
  background-color: #EEE;
}

.userBtn03 a:hover {
  background-color: #FFF;
  -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
}

.topSupportList {
  padding-left: 0 !important;
}

.topSupportList li {
  list-style-type: none;
}

.topSupportList .item {
  margin-left: auto;
  margin-right: auto;
}

.topSupportList .Img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 165px;
  height: 165px;
  border: solid 1px #d1d1d1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  overflow: hidden;
}

.topSupportList img {
  display: block;
  width: 66px;
  height: 66px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.topSupportList .Txt {
  font-size: 17px;
  letter-spacing: 0;
  line-height: 28px;
  color: #111111;
  text-align: center;
}
