/*===== PAGE CONTENT =====*/
.page-area {
  margin: 110px 0 100px 0;
}

.page-banner-inner {
  position: absolute;
  left: 10%;
  top: 20%;
  width: 520px;
}

.page-banner img {
  position: relative;
  display: block;
  top: 70px;
  height: 400px;
  width: 100%;
  object-fit: cover;
  -webkit-border-bottom-right-radius: 200px;
  -webkit-border-bottom-left-radius: 200px;
  -moz-border-radius-bottomright: 200px;
  -moz-border-radius-bottomleft: 200px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 200px;
}

.page-banner-inner h3 {
  font-size: 40px;
}

.page-banner-inner p {
  font-size: 16px;
  line-height: 1.8;
}

.page-banner-title {
  color: #3c3d40;
  font-size: 40px;
  padding: 0 0 10px 0;
  letter-spacing: 1px;
}

.page-banner-text {
  letter-spacing: 1px;
  padding: 0 0 50px 0;
}

.text {
  color: #3c3d40;
  line-height: 30px;
  text-align: justify;
}

a.text-point {
  color: #e75000;
  font-weight: bold;
}

.text-point:hover {
  opacity: 0.7;
}

.card-header {
  padding: 5px;
}

.btn-link {
  color: #3c3d40;
  font-size: 18px;
}

.btn-link:hover {
  text-decoration: none;
  color: #0067f4;
}

.card-body {
  color: #3c3d40;
  /* padding: 15px 10px 0 20px; */
}

.card-body ol {
  padding: 5px 5px 5px 15px;
}

.card-body a {
  color: #3c3d40;
  line-height: 1.8em;
}

.card-body a:hover {
  text-decoration: none;
  color: #0067f4;
}

.contact-profile {
  padding: 50px 0 50px 0;
  background-color: #f2f2f2;
}

.contact-profile-list {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  min-height: 240px;
  box-shadow: 0px 5px 20px 1px #d1cfcf;
  -webkit-box-shadow: 0px 5px 20px 1px #d1cfcf;
  -moz-box-shadow: 0px 5px 20px 1px #d1cfcf;
  -o-box-shadow: 0px 5px 20px 1px #d1cfcf;
}

.contact-profile-list p {
  color: #3c3d40;
  font-size: 16px;
}

.contact-profile-title {
  font-size: 25px;
  color: #3c3d40;
}

.contact-profile-text a {
  color: #3c3d40;
}

.contact-profile-text:hover {
  opacity: 0.7;
}

/*===========================
         CONTENT
===========================*/

.icon-back a {
  width: 40px;
  height: 40px;
}

.border-line {
  border-bottom: 1px solid #6c6f73;
}

.icon-back:hover {
  opacity: 0.7;
}

.share-btn img {
  width: 35px;
  height: 35px;
  margin: 2px;
  border-radius: 3px;
}

.share-btn:hover {
  opacity: 0.7;
}

/*===========================
      DOMAIN NAMES
===========================*/
.domain-names-search {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
}

.domain-names-search-inner {
  padding: 20px;
  background-color: #fff;
}

.domain-names-search,
.domain-names-area h5 {
  font-size: 18px;
  background-color: #f2f4f7;
}

.domain-names-area {
  height: 280px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
}

.domain-names-area-inner {
  padding: 10px 10px 10px 20px;
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  margin-top: 10px;
}

.domain-names-category h5 {
  font-size: 18px;
  background-color: #f2f4f7;
}

.domain-names-category {
  height: 400px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
}

.domain-names-category-inner {
  padding: 10px 10px 10px 20px;
  width: 100%;
  height: 320px;
  overflow-y: scroll;
  margin-top: 10px;
}

.domain-names-list {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
}

.domain-names-list-inner {
  padding: 10px 10px 10px 20px;
  width: 100%;
  height: 905px;
  overflow-y: scroll;
  margin-top: 10px;
}

.domain-names-list-inner li {
  padding: 8px;
  border-bottom: 1px solid #d9d9d9;
}

/* Blog 網頁專欄 */
article {
  color: #333;
}
article h1 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 4rem;
}

article h2 {
  margin: 72px 0 8px 0;
  line-height: 3rem;
  font-size: 2.5rem;
  font-weight: 700;
}

article h3 {
  margin: 40px 0 8px 0;
  line-height: 2rem;
  font-size: 1.5rem;
  font-weight: 500;
}

article h4 {
  margin: 32px 0 8px 0;
  font-size: 1.25rem;
  font-weight: 500;
}

article h4::before {
  content: "\25AA";
  color: #333;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

article p {
  line-height: 1.8rem;
  font-size: 1rem;
  letter-spacing: 0.4px;
}

@media (max-width: 991.98px) {
  article h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.blog-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  background-color: #e1f0ff;
  border-left: 4px solid #a0d0ff;
  color: #0056cf;
}

.blog-img-top {
  width: 100%;
  border-radius: 6px;
}

.blog-info {
  margin: 10px 0;
  color: #666;
}

.blog-img-author {
  padding: 5px;
  background-color: #dceaff;
  border-radius: 50%;
}

.figure-box {
  background: #f7f7f7;
  margin: 2rem 0;
  padding: 1rem;
  text-align: center;
}

.blog-preface {
  padding: 50px 30px 0 30px;
  background-color: #ffffff;
  color: #6c6f73;
  font-style: italic;
}

.text-highlight {
  font-weight: 700;
}

.blog-link {
  color: #0067f4;
  text-decoration: underline;
}

.blog-link:hover {
  color: #0056cf;
  text-decoration: underline;
}

kbd {
  margin: 0px 0.1em;
  padding: 0.1em 0.6em;
  border-radius: 3px;
  border: 1px solid rgb(204, 204, 204);
  color: rgb(51, 51, 51);
  line-height: 1.4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  display: inline-block;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px #ffffff;
  background-color: rgb(247, 247, 247);
  -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-shadow: 0 1px 0 #fff;
}

/* Blog Contents 專欄目錄 */
.blog-contents {
  background: #f9f9f9;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  display: table;
  margin: 40px 0;
  padding: 10px 20px;
  position: relative;
  width: auto;
}

.blog-contents .title {
  font-size: 24px;
  line-height: 48px;
  margin-right: 8px;
}

.blog-contents {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.blog-contents button {
  width: 48px;
  height: 48px;
}

.blog-contents button:focus {
  box-shadow: none;
}

.blog-contents a:hover {
  color: #0067f4;
}

.blog-contents ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.blog-contents ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

.blog-contents ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

.blog-contents li ol > li {
  margin: 0;
}

.blog-contents li ol > li:before {
  content: counters(item, ".") " ";
}

/* Blog Table 專欄表格 */
.blog-table {
  margin: 20px 0;
}

.blog-table thead {
  background-color: #1089ff;
  color: #fff;
}

.blog-table .table > :not(:first-child) {
  border-top: none;
}

/* 頁面標題 */
.page-title {
  margin: 50px auto 50px auto;
  font-size: 35px;
}

.page-content {
  min-height: 700px;
}

.page-content h4 {
  color: #008cc3;
  border-bottom: 1px solid #d9d9d9;
}

.page-content p {
  line-height: 1.8;
  text-align: justify;
}

.page-content img {
  max-width: 100%;
}

/* FAQ */
.sidenav {
  width: 100%;
  height: 600px;
  overflow-y: auto;
}

.sidenav a,
.menu-btn {
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  font-size: 15px;
  color: #373c3a;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
}

.sidenav a:hover,
.menu-btn:hover {
  background-color: #e8f8ff;
}

.menu-btn {
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  font-size: 16px;
  color: #373c3a;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
}

button:focus {
  border: none;
}

.menu-btn .bi-plus {
  float: right;
  padding-right: 5px;
}

.menu-btn button {
  border: none;
}

.dropdown-container {
  font-size: 16px;
  display: none;
  color: #919191;
  background-color: #eee;
}

.faq-right {
  position: fixed;
  top: 20%;
  z-index: 2;
  height: calc(100vh - 7rem);
  overflow-y: auto;
}

.faq-right ul li {
  padding: 5px;
}

/* HOTNEWS */
.post-img {
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 1;
}

.post-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  -webkit-transition: all 1.5s ease-out;
  -moz-transition: all 1.5s ease-out;
  -ms-transition: all 1.5s ease-out;
}

.img-link {
  width: 100%;
  height: 100%;
}

.post-title {
  font-size: 30px;
  line-height: 1.5;
  text-align: left;
  margin-top: 5px;
  color: #fff;
}

.post-title a:hover {
  color: #eee;
}

.post-content {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
  color: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  text-align: left;
  padding: 25px;
}

.post-content h2 {
  text-shadow: 0px 0px 6px #333333;
}

.hotnews {
  font-size: 14px;
  padding: 5px;
  border-radius: 3px;
  background-color: #e75000;
  color: #fff;
}

.knowledge {
  font-size: 14px;
  padding: 5px;
  border-radius: 3px;
  background-color: #0dcaf0;
  color: #fff;
}

.hotnews:hover {
  color: #eee;
}

.focus {
  position: relative;
  display: block;
  border: 1px solid #d9d9d9;
  height: 117px;
  width: 100%;
}

.focus-list {
  display: table-cell;
  padding: 10px;
}

.focus-content {
  position: absolute;
  right: 0;
  width: 430px;
}

.focus-title {
  font-size: 20px;
  line-height: 1.6;
  margin: 10px 15px 10px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.focus-title a:hover {
  color: #006fb9;
}

.focus-img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  object-fit: contain;
}

.focus-img img {
  max-width: 185px;
  min-width: 185px;
  height: auto;
}

.knowledge:hover {
  color: #eee;
}

.card-title {
  font-size: 20px;
  line-height: 1.6;
  width: 100%;
}

.card-title a:hover {
  color: #006fb9;
}

.card-title-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.hotnews-date {
  font-size: 14px;
}

/* FORM DOWNLOAD */
.upload {
  width: 100%;
  padding: 20px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}

.outline-dashed {
  border: 1px dashed #c2c6cc;
}

.upload-img {
  position: relative;
  width: 150px;
  height: 150px;
  text-align: center;
  cursor: pointer;
  background: #eeeeee;
  margin-right: 5px;
}

#upload-input {
  display: none;
}

.upload-icon {
  color: #6c6f73;
  font-weight: bold;
  font-size: 24px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 35%;
}
