﻿@charset "UTF-8";
@font-face {
  font-family: "Noto Sans TC";
  src: url("../fonts/NotoSansTC/NotoSansTC-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../fonts/NotoSansTC/NotoSansTC-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../fonts/NotoSansTC/NotoSansTC-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* 引入其他scss，顯示連結的檔案類型圖案 */
/* ===================================================================*/
/* 幫連結加上小圖案，在政府資訊公開的網頁有使用到
======================================================================*/
.more-text a {
  font-size: 1em;
}
.more-text a[target=_blank]:after {
  content: "";
  margin-right: 5px;
  content: url(../images/icons/link.gif);
}
.more-text a[href$=".txt"]:after {
  content: url(../images/icons/icon_txt.gif);
}
.more-text a[href$=".pdf"]:after {
  content: url(../images/icons/icon_pdf.gif);
}
.more-text a[href$=".rar"]:after, .more-text a[href$=".zip"]:after, .more-text a[href$=".7z"]:after {
  content: url(../images/icons/rar.gif);
}
.more-text a[href$=".doc"]:after, .more-text a[href$=".docx"]:after {
  content: url(../images/icons/icon_doc.gif);
}
.more-text a[href$=".jpg"]:after, .more-text a[href$=".jpeg"]:after, .more-text a[href$=".png"]:after, .more-text a[href$=".gif"]:after, .more-text a[href$=".bmp"]:after {
  content: url(../images/icons/icon_pic.gif);
}
.more-text a[href^="mailto:"]:after {
  content: url(../images/icons/icon_mailto.gif);
}
.more-text a[href^=".xlsx"]:after, .more-text a[href^=".xls"]:after {
  content: url(../images/icons/icon_excel.gif);
}

html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-weight: 400;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

strong {
  font-weight: 700;
}

.Shadow-md {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.Shadow-sm {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}

.border-radius-4 {
  opacity: 1;
  border-radius: 4px;
}

.border-radius-6 {
  opacity: 1;
  border-radius: 6px;
}

.border-radius-12 {
  opacity: 1;
  border-radius: 12px;
}

:root {
  --bs-primary: $secondaryBlue-800; /* 視覺色 */
  --bs-primary-rgb: 5, 54, 123; /* 同色的 RGB */
}

a {
  text-decoration: none;
  color: rgb(0, 0, 0);
}
a:hover, a:focus, a:focus-visible, a:active {
  text-decoration: none;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.btn {
  box-shadow: unset;
}
.btn:hover, .btn:focus, .btn:focus-visible, .btn:active, .btn:first-child:active {
  color: rgb(0, 0, 0);
  background-color: rgb(223, 195, 131);
  border-color: rgb(216, 166, 79);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border-color: rgb(216, 166, 79);
}

.btn-primary {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border-color: rgb(216, 166, 79);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:focus-visible, .btn-primary:active, .btn-primary:first-child:active {
  background-color: rgb(216, 166, 79);
}

.btn-secondary {
  background-color: rgb(0, 38, 101);
  border-color: rgb(108, 132, 183);
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:focus-visible, .btn-secondary:active, .btn-secondary:first-child:active {
  color: rgb(216, 166, 79);
  background-color: rgb(0, 38, 101);
  border-color: rgb(108, 132, 183);
}

.HighLightClass {
  background-color: rgb(216, 166, 79);
}

.home-padding {
  background-color: transparent;
  padding: 0;
}
@media (min-width: 992px) {
  .home-padding {
    padding: 0 60px;
  }
}

.header-top {
  width: 100%;
  height: 30px;
  background-color: rgb(5, 54, 123);
}
.header-top a {
  color: rgb(255, 255, 255);
}
.header-top > div {
  border-right: 1px solid white;
}

.logo-bar {
  background-color: rgb(0, 38, 101);
  width: 100%;
  height: 88px;
  padding: 0px 15px;
}
@media (min-width: 992px) {
  .logo-bar {
    padding: 0px 60px;
  }
}

.FontZoomArea {
  gap: 8px;
  opacity: 1;
  padding: 4px;
}

.searchArea .btn {
  font-size: 0.88rem;
}
.searchArea .btn-primary {
  background-color: rgb(216, 166, 79);
}
.searchArea .fa-magnifying-glass {
  color: rgb(45, 45, 45);
}
.searchArea .more-search-btn {
  border-color: rgb(108, 132, 183);
  color: rgb(255, 255, 255);
}

#navArea {
  z-index: 1050;
}
#navArea .dropdown-menu .dropdown-item {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
}

#header {
  position: relative;
}
#header .mobile-menu-btn {
  position: absolute;
  top: 60px;
  right: 15px;
  border: 1px solid rgb(108, 132, 183);
  background-color: rgb(0, 38, 101);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
  font-size: 1rem;
}
#header .mobile-menu-btn i {
  color: rgb(255, 255, 255);
}

#navArea {
  position: relative;
  background-color: rgb(245, 245, 245);
}
#navArea .navbar-collapse, #navArea .navbar-collapse.collapsing {
  height: auto !important;
  transition: none !important;
}
#navArea .navbar-collapse {
  position: fixed;
  top: 0;
  left: 0;
  width: 80%;
  max-height: 80%;
  overflow-y: auto;
  background-color: rgb(0, 38, 101);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
}
#navArea .navbar-nav {
  flex-direction: column;
}
#navArea .dropdown-menu {
  position: static;
  float: none;
  border: 0;
  box-shadow: none;
  background-color: rgb(5, 54, 123);
  padding: 0;
  margin: 0;
}
#navArea .nav-link {
  color: rgb(255, 255, 255);
  padding: 16px 20px;
}
#navArea .nav-link:hover, #navArea .nav-link:focus, #navArea .nav-link:focus-visible, #navArea .nav-link.show {
  color: rgb(216, 166, 79);
  border: unset;
}
#navArea .dropdown-item {
  color: rgb(255, 255, 255);
  padding: 16px 20px;
  border-radius: unset;
}
#navArea .dropdown-item:hover, #navArea .dropdown-item:focus, #navArea .dropdown-item:focus-visible, #navArea .dropdown-item.show {
  background-color: unset;
  border: unset;
  box-shadow: unset;
  color: rgb(216, 166, 79);
}

@media (min-width: 992px) {
  #navArea {
    position: static;
    width: 100% !important;
  }
  #navArea .navbar-collapse {
    position: static;
    width: 100%;
    height: auto;
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    overflow: visible;
  }
  #navArea .navbar-nav {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
  }
  #navArea .nav-link, #navArea .dropdown-toggle {
    color: inherit;
  }
  #navArea .nav-link {
    padding: 6px 10px;
  }
  #navArea .nav-link:hover, #navArea .nav-link:focus, #navArea .nav-link:focus-visible, #navArea .nav-link.show {
    background-color: rgb(239, 225, 193);
    color: inherit;
    box-shadow: unset;
  }
  #navArea .dropdown-menu {
    position: absolute;
    background-color: #fff;
    box-shadow: unset;
  }
  #navArea .dropdown-menu li {
    padding: 5px;
  }
  #navArea .dropdown-item {
    color: inherit;
    padding: 6px 10px;
    box-shadow: unset;
  }
  #navArea .dropdown-item:hover, #navArea .dropdown-item:focus, #navArea .dropdown-item:focus-visible, #navArea .dropdown-item.show {
    background-color: rgb(239, 225, 193);
    color: rgb(0, 0, 0);
  }
}
#contentArea {
  background-color: rgb(245, 245, 245);
}

#contentArea1 {
  background-color: rgb(255, 255, 255);
}

#swiperArea {
  width: 100%;
}
#swiperArea .carousel-control-next, #swiperArea .carousel-control-prev {
  width: 40px;
  height: 40px;
  top: 45%;
  bottom: unset;
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 50%;
}
#swiperArea .carousel-control-prev {
  left: 15px;
}
#swiperArea .carousel-control-next {
  right: 15px;
}
#swiperArea .fa-solid {
  color: rgba(0, 0, 0, 0.5);
}
#swiperArea .carousel-indicators {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #swiperArea .carousel-indicators {
    margin-bottom: 10px;
  }
}
#swiperArea .carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgb(216, 166, 79);
  margin-bottom: 10px;
  border: 0;
}
#swiperArea .swiper-pagination-bullet-active {
  background: rgb(216, 166, 79);
}

#breakingNewsArea {
  background-color: rgb(0, 38, 101);
  width: 100%;
  opacity: 1;
  border-bottom-width: 1px;
  color: rgb(255, 255, 255);
  padding: 16px;
}
#breakingNewsArea .breakingNewsArea {
  border-radius: 12px;
}
#breakingNewsArea .mascot-news {
  background-color: rgb(17, 64, 135);
  padding: 8px 16px;
  border-radius: 12px;
}
#breakingNewsArea .breakingNews-text {
  position: relative;
  color: white;
  padding: 10px 20px;
  display: inline-block;
}
#breakingNewsArea .breakingNews-text::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid rgb(216, 166, 79);
}
#convenienceArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgb(0, 38, 101);
  color: rgb(255, 255, 255);
  border-top: 1px solid rgb(108, 132, 183);
}
@media (min-width: 768px) {
  #convenienceArea {
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
  }
}
#convenienceArea .convenience-text {
  position: relative;
  height: auto;
  margin: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  word-break: keep-all;
}
#convenienceArea .convenience-text .left-line {
  border-left: 8px solid rgb(216, 166, 79);
  padding-left: 12px;
}
#convenienceArea .convenience-text span {
  color: rgb(216, 166, 79);
}
#convenienceArea .convenience-six > div {
  outline: 1px solid rgb(108, 132, 183);
}
#convenienceArea .convenience-six > div a {
  padding: 15px 0;
  color: rgb(255, 255, 255);
}
#convenienceArea .convenience-six > div a:hover, #convenienceArea .convenience-six > div a:focus, #convenienceArea .convenience-six > div a:focus-visible {
  border: 1px solid rgb(194, 149, 63);
}
#convenienceArea .convenience-six > div > span {
  padding-top: 10px;
}

.area-title-text {
  width: 100%;
  padding-top: 70px;
  color: rgb(0, 0, 0);
}
.area-title-text .divider + span {
  color: rgb(216, 166, 79);
}
.area-title-text .divider {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.area-title-text .divider::before, .area-title-text .divider::after {
  content: "";
  flex: 1;
  height: 1px;
  width: 40px;
  background-color: rgb(216, 166, 79);
  margin: 0 10px;
}
.area-title-text .divider img {
  width: 25px;
  height: auto;
  display: block;
}

#newsArea {
  background-color: rgb(245, 245, 245);
}
#newsArea .nav-tabs {
  border: unset;
  padding-bottom: 25px;
}
#newsArea .nav-tabs .nav-link {
  border: 1px solid rgb(216, 166, 79);
  border-radius: unset;
  margin: 0px 8px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
  max-width: 200px;
  color: rgb(64, 64, 64);
}
#newsArea .nav-tabs .nav-link:hover, #newsArea .nav-tabs .nav-link:focus, #newsArea .nav-tabs .nav-link:focus-visible, #newsArea .nav-tabs .nav-link.active {
  background-color: rgb(216, 166, 79);
  color: rgb(26, 26, 26);
}
#newsArea #NewsTabsContent {
  margin: 0 16px;
  background-color: rgb(255, 255, 255);
  min-height: 478px;
}
#newsArea #NewsTabsContent a:hover, #newsArea #NewsTabsContent a:focus, #newsArea #NewsTabsContent a:focus-visible {
  border: 1px solid rgb(194, 149, 63);
}
#newsArea #NewsTabsContent h5 {
  line-height: 160%;
}
#newsArea #NewsTabsContent img {
  height: 240px;
  max-width: fit-content;
  max-height: fit-content;
}
#newsArea #NewsTabsContent .news-card-img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
}
#newsArea #NewsTabsContent .row-cols-3 > div {
  padding: 10px;
}
#newsArea #NewsTabsContent .card {
  border: 0;
  padding: 10px;
}
#newsArea #NewsTabsContent .card-body {
  line-height: 160%;
  padding: 12px 0;
}
#newsArea #NewsTabsContent .card-body .date-text {
  margin-top: 12px;
  border-top: 1px solid rgb(231, 231, 231);
}
#newsArea #NewsTabsContent .card-body .date-text .see-more {
  color: rgb(115, 115, 115);
}

.unitn-text {
  color: rgb(0, 0, 0);
  background-color: rgb(247, 240, 224);
  width: fit-content;
}
.unitn-text i {
  color: rgb(216, 166, 79);
}

.fa-calendar {
  color: rgb(216, 166, 79);
}

.text-ellipsis-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-ellipsis-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#contentArea2 {
  background-color: rgb(0, 38, 101);
  margin-top: -120px;
}

.bg-balance {
  position: relative;
  overflow: hidden;
  background-image: url(../images/bg-libra.svg);
  background-repeat: no-repeat;
  background-position: right -60px top 0%;
}

#sixArea {
  width: 100%;
  margin-top: 120px;
}
#sixArea .area-title-text h2 {
  color: rgb(255, 255, 255);
}
#sixArea .sixArea-content {
  padding: 0.5rem;
  margin: 0;
}
@media (min-width: 992px) {
  #sixArea .sixArea-content {
    padding: 0 100px;
  }
}
#sixArea .card {
  padding: 0;
  border-radius: unset;
  background-color: rgb(0, 38, 101);
  border: 1px solid rgb(108, 132, 183);
  color: rgb(255, 255, 255);
}
#sixArea .card h5 {
  border-left: 5px solid rgb(216, 166, 79);
  padding: 3px 8px;
}
#sixArea .card .card-body {
  padding: 20px 16px;
}
#sixArea .card .date-text {
  padding-top: 30px;
}
#sixArea .card .see-more {
  padding: 10px 40px;
  border: 1px solid rgb(216, 166, 79);
}

#friendshipArea {
  width: 100%;
}
#friendshipArea .swiper-outer {
  position: relative;
  overflow: visible;
  margin-top: 30px;
}
#friendshipArea h2 {
  color: rgb(255, 255, 255);
}
#friendshipArea #friendship-swiper {
  width: 80%;
  position: relative;
  overflow: hidden;
}
#friendshipArea #friendship-swiper .swiper-slide img {
  width: 100%;
  height: 65px;
  display: block;
  border-radius: 8px;
}
#friendshipArea .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}
#friendshipArea .swiper-slide img:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}
#friendshipArea .swiper-button-prev,
#friendshipArea .swiper-button-next {
  background-image: none;
  position: absolute;
  top: 60px;
  transform: translateY(-50%);
  z-index: 99;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 992px) {
  #friendshipArea .swiper-button-prev,
  #friendshipArea .swiper-button-next {
    display: flex;
  }
}
#friendshipArea #friendship-prev {
  left: 50px;
}
@media (min-width: 1200px) {
  #friendshipArea #friendship-prev {
    left: 75px;
  }
}
#friendshipArea #friendship-next {
  right: 50px;
}
@media (min-width: 1200px) {
  #friendshipArea #friendship-next {
    right: 75px;
  }
}
#friendshipArea .swiper-navigation-icon {
  display: none;
}
#friendshipArea .swiper-pagination {
  position: relative;
  top: 5px;
}
#friendshipArea .swiper-pagination-bullet-active {
  background: rgb(216, 166, 79);
}

#mascotArea {
  background-color: rgb(0, 38, 101);
  padding-top: 60px;
}

#footerArea {
  padding-bottom: 20px;
  background-color: rgb(231, 210, 162);
  border-top: 10px solid rgb(216, 166, 79);
  padding-top: 55px;
}
@media (min-width: 992px) {
  #footerArea {
    padding-bottom: 70px;
    border-bottom: 1px solid rgb(216, 166, 79);
  }
}

@media (min-width: 992px) {
  .footerArea1 {
    margin: 40px;
  }
}
.footerArea1 i {
  margin-right: 8px;
  color: rgb(231, 210, 162);
  background-color: rgb(216, 166, 79);
  border: 5px solid rgb(216, 166, 79);
  width: 25px;
}
.footerArea1 .footer-logo {
  padding-bottom: 20px;
}
.footerArea1 .footer-contact {
  padding: 20px 0;
  border-top: 1px solid rgb(216, 166, 79);
  border-bottom: 1px solid rgb(216, 166, 79);
}
.footerArea1 .footer-contact-btn {
  padding: 20px 0;
  border-bottom: 1px solid rgb(216, 166, 79);
}
@media (min-width: 992px) {
  .footerArea1 .footer-contact-btn {
    border-bottom: none;
  }
}
.footerArea1 .footer-contact-btn i {
  color: rgb(255, 255, 255);
}
.footerArea1 .btn-white {
  margin: 6px 0;
  background-color: white;
}
.footerArea1 .footerArea1-map {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footerArea1 .iframe-map {
  padding-bottom: 20px;
}
.footerArea1 .footer-other a {
  display: block;
  color: rgb(0, 0, 0);
  font-size: 0.88rem;
  text-decoration: underline;
}
.footerArea1 .footer-other div {
  padding-bottom: 20px;
}
.footerArea1 .footer-other div img {
  padding-right: 15px;
}

.footerArea2 {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .footerArea2 {
    padding-bottom: 60px;
    border-top: 1px solid rgb(216, 166, 79);
  }
}
.footerArea2 .btn {
  width: 100%;
  color: rgb(0, 0, 0);
  padding: 12px 0;
  background-color: unset;
}
.footerArea2 .collapse-body {
  padding-top: 20px;
  background-color: rgb(231, 210, 162);
  border: 0;
}
@media (min-width: 992px) {
  .footerArea2 .collapse-body .mt-lg-20 {
    padding-top: 20px;
  }
}
.footerArea2 .collapse-body h4 {
  font-size: 1rem;
  border-left: 6px solid rgb(216, 166, 79);
  padding: 6px 10px;
}
.footerArea2 .collapse-body a {
  color: rgb(45, 45, 45);
}
.footerArea2 .collapse-body i {
  color: rgb(216, 166, 79);
  font-size: 0.35rem;
  vertical-align: 0.575em;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .footerArea2 .collapse {
    display: block !important;
    height: auto !important;
    visibility: visible;
  }
  .footerArea2 .collapse-btn {
    display: none !important;
  }
}

#gotocontent {
  position: absolute;
  padding: 4px;
  color: white;
  background-color: rgb(0, 38, 101);
  font-size: 0.7em;
  margin-left: -300px;
}
#gotocontent:focus {
  margin-left: 0;
}

.btntoTop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 44px;
  height: 44px;
  border-radius: 2px;
  color: white;
  background-color: rgb(216, 166, 79);
  text-align: center;
  line-height: 40px;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.btntoTop.active {
  opacity: 1;
}
.btntoTop.active:hover {
  opacity: 0.8;
}

.handicaphidden {
  position: absolute;
  text-indent: -99999999px;
}

#breadcrumbs {
  padding-bottom: 40px;
}

#editpage-Area {
  background-color: rgb(245, 245, 245);
  padding-bottom: 80px !important;
}
@media (min-width: 992px) {
  #editpage-Area {
    padding: 0px 56px;
  }
}
#editpage-Area a:hover, #editpage-Area a:focus, #editpage-Area a:focus-visible, #editpage-Area a:active {
  border: 1px solid rgb(0, 38, 101);
}
#editpage-Area .editpage-title .area-title-text {
  padding-top: 40px;
}
#editpage-Area .title-area h1 {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 140%;
}
#editpage-Area .title-area p.text-center {
  font-weight: 400;
  font-size: 0.88rem;
  line-height: 160%;
  color: rgb(82, 82, 82);
  padding-bottom: 20px;
}
#editpage-Area .title-area p.text-center span {
  color: rgb(216, 166, 79);
  margin: 0 6px;
}
#editpage-Area .editpage-content {
  background-color: rgb(245, 245, 245);
}
#editpage-Area .editpage-content .first-div {
  padding: 40px 16px;
  background-color: rgb(255, 255, 255);
}
@media (min-width: 992px) {
  #editpage-Area .editpage-content .first-div {
    padding: 40px 60px;
  }
}
#editpage-Area .editpage-content .sub-text {
  padding: 20px;
  background-color: rgb(245, 245, 245);
  border-left: 8px solid rgb(231, 231, 231);
  line-height: 160%;
}
#editpage-Area .editpage-content .more-text {
  padding-top: 20px;
}

.shareArea a {
  color: rgb(0, 38, 101);
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///D:/CRMRWD/Mjib_All/WebOut_www/scss/_mjibvariables.scss%22,%22file:///D:/CRMRWD/Mjib_All/WebOut_www/scss/home.scss%22,%22file:///D:/CRMRWD/Mjib_All/WebOut_www/scss/_iconlist.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%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%22%7D */