@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", "Noto Sans TC", sans-serif;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: #000000;
  font-size: 1rem;
  line-height: 1.425rem;
  text-decoration-line: underline;
}
a:hover {
  color: #333333;
}
a:visited:hover {
  color: #333333;
}

a:hover {
  color: unset;
  text-decoration: none;
}

section {
  overflow: initial;
  padding: 0;
}

.t-title {
  font-size: 1.8rem;
  line-height: 250%;
}

.t-title-first {
  font-size: 1.75rem;
  line-height: 175%;
}

.t-title-sec {
  font-size: 1.5rem;
  line-height: 150%;
}

.t-title-third {
  font-size: 1.125rem;
  line-height: 150%;
}

.t-txt {
  font-size: 1rem;
  line-height: 175%;
}

.t-w-bold, .t-title, .t-title-first, .t-title-sec, .t-title-third {
  font-weight: bold;
}

.t-w-light {
  font-weight: lighter;
}

.t-w-normal {
  font-weight: normal;
}

.t-w-500, a.t-brdcrmb-active {
  font-weight: 500;
}

.t-w-400 {
  font-weight: 400;
}

.t-txt-sec {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

a.t-brdcrmb, a.t-brdcrmb-active {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
a.t-brdcrmb:hover, a.t-brdcrmb-active:hover {
  color: #000000;
}
a.t-brdcrmb:visited:hover, a.t-brdcrmb-active:visited:hover {
  color: #000000;
}

.t-c-fr {
  color: #178bd4;
}

.t-c-bk {
  color: #09d18b;
}

.t-c-g {
  color: #959595;
}

.t-c-dg {
  color: #434343;
}

.t-c-b {
  color: #000000;
}

.t-c-err {
  color: #C42319;
}

.t-c-white {
  color: #ffffff;
}

.t-gradient {
  background-image: linear-gradient(to right, #178bd4, #09d18b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

a.mybtn {
  text-decoration: none;
}

a.div-link {
  text-decoration: none;
}

a.bk-news {
  border: 1px solid #000000;
  background-color: #ffffff;
  padding: 30px 45px;
  text-decoration: none;
}

.icon {
  width: 24px;
}

.icon[alt=alert] {
  width: 18px;
}

.icon-container {
  display: inline-block;
  margin-left: 8px;
  position: relative;
  width: 20px;
  height: 20px;
  overflow: hidden;
}
.icon-container .icon {
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 100%;
}

.my-tooltip, .my-tooltip-left {
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  padding: 8px;
}
.my-tooltip::after, .my-tooltip-left::after {
  content: attr(data-tooltip);
  position: absolute;
  top: calc(100% + 4px);
  left: -50%;
  z-index: 99;
  width: max-content;
  max-width: 200px;
  letter-spacing: 1.5px;
  background-color: #076ca6;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 8px;
  display: block;
  opacity: 0;
  transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  transform: scale(0);
  text-align: left;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.my-tooltip:hover::after, .my-tooltip-left:hover::after {
  opacity: 1;
  transform: scale(1);
}
.my-tooltip:hover, .my-tooltip-left:hover {
  background-color: #e0e0e0;
}
.my-tooltip img, .my-tooltip-left img {
  width: 24px;
}

.my-tooltip-left::after {
  right: -120%;
  left: unset;
}

.my-card, .comment-board, .my-modal {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.my-card.link, .link.comment-board, .link.my-modal {
  background-size: cover;
  background-position: 0 center;
}
.my-card.link.highlight, .link.highlight.comment-board, .link.highlight.my-modal {
  color: #ffffff;
}

.my-card p, .comment-board p, .my-modal p, .my-card span, .comment-board span, .my-modal span {
  text-decoration: none;
}

.my-case a {
  text-decoration: none;
}

.mainSec {
  margin-bottom: 160px;
}
.mainSec::before {
  content: "";
  display: block;
  margin-top: -150px;
  height: 150px;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .mainSec {
    margin-bottom: 80px;
  }
}

.mainPar {
  max-width: 720px;
}

.display-txt {
  font-size: 60px;
  color: #178bd4;
}

.grid {
  display: grid;
}

.grid-4c {
  grid-template-columns: repeat(4, 1fr);
  column-gap: 3rem;
  row-gap: 3rem;
}

.state-ongoing {
  border-radius: 50%;
  background-color: #FEBA0B;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 0.5rem;
}

.lock-scroll {
  overflow: hidden;
}

.scrollable {
  overflow: scroll;
}

.mybtn {
  font-size: 1rem;
  font-weight: bold;
  height: fit-content;
  line-height: 1.425rem;
  border-radius: 16px;
  text-align: center;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  text-decoration: none;
}
.mybtn:active {
  transform: scale(1.15);
}
.mybtn:focus {
  outline: none;
}

.mybtn:disabled {
  opacity: 0.3;
  cursor: initial;
}

.mybtn-fr {
  color: #ffffff;
  background-color: #178bd4;
  border: 0px solid transparent;
  box-shadow: 0px 6px 10px rgba(51, 152, 219, 0.35);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.mybtn-fr:not([disabled]):hover {
  color: #ffffff;
  background-color: #076ca6;
  border: 0px solid transparent;
}
.mybtn-fr:not([disabled]):hover {
  box-shadow: 0px 3px 5px rgba(51, 152, 219, 0.65);
}

.mybtn-bk {
  color: #ffffff;
  background-color: #09d18b;
  border: 0px solid transparent;
  box-shadow: 0px 6px 10px rgba(111, 167, 7, 0.35);
}
.mybtn-bk:not([disabled]):hover {
  color: #ffffff;
  background-color: #006b7b;
  border: 0px solid transparent;
}
.mybtn-bk:not([disabled]):hover {
  box-shadow: 0px 2px 5px rgba(111, 167, 7, 0.65);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.mybtn-fr.mybtn-highlight {
  color: #178bd4;
  background-color: #ffffff;
  border: 0px solid transparent;
}
.mybtn-fr.mybtn-highlight:not([disabled]):hover {
  color: #076ca6;
  background-color: #ffffff;
  border: 0px solid transparent;
}

.mybtn-bk.mybtn-highlight {
  color: #09d18b;
  background-color: #ffffff;
  border: 0px solid transparent;
}
.mybtn-bk.mybtn-highlight:not([disabled]):hover {
  color: #006b7b;
  background-color: #ffffff;
  border: 0px solid transparent;
}

.mybtn-outlined {
  font-weight: 500;
  color: #000000;
  background-color: transparent;
  border: 1px solid #000000;
}
.mybtn-outlined:not([disabled]):hover {
  color: #000000;
  background-color: #e0e0e0;
  border: 1px solid #000000;
}

.mybtn-outlined.mybtn-highlight {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.mybtn-outlined.mybtn-highlight:not([disabled]):hover {
  color: #ffffff;
  background-color: #076ca6;
  border: 1px solid #ffffff;
}

.mybtn-err {
  color: #ffffff;
  background-color: #C42319;
  border: 0px solid transparent;
}
.mybtn-err:not([disabled]):hover {
  color: #ffffff;
  background-color: #AA0707;
  border: 0px solid transparent;
}

.mybtn-outlined.mybtn-err {
  color: #C42319;
  background-color: transparent;
  border: 1px solid #C42319;
}
.mybtn-outlined.mybtn-err:not([disabled]):hover {
  color: #AA0707;
  background-color: #e0e0e0;
  border: 1px solid #AA0707;
}

.mybtn-cta {
  text-decoration: none;
  font-size: 42px;
  color: #ffffff;
  background: linear-gradient(90deg, #178bd4 0%, #00b4b7 50%, #178bd4 100%);
  background-size: 200% 200%;
  width: 100%;
  padding: 2rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  transition: background-position 2s cubic-bezier(0.22, 1, 0.36, 1);
  border-radius: 8px;
}
.mybtn-cta:hover {
  background-position: 100% 100%;
}
.mybtn-cta p {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.mybtn-cta img {
  padding-left: 1rem;
  width: 4rem;
  max-width: 72px;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.mybtn-cta:active {
  transform: none;
}
.mybtn-cta:hover {
  color: #ffffff;
}
.mybtn-cta:hover img {
  transform: translateX(20px);
}
.mybtn-cta:visited:hover {
  color: #ffffff;
}

.mybtn-txt, .mybtn-back, .sv-drft, .mybtn-secondary {
  color: #000000;
  background-color: transparent;
  border: 0px solid transparent;
  border-radius: 0.5rem;
  transition: none;
  min-width: unset;
  padding: 0.5rem 0.75rem;
  display: inline-flex;
  align-items: center;
}
.mybtn-txt:not([disabled]):hover, .mybtn-back:not([disabled]):hover, .sv-drft:not([disabled]):hover, .mybtn-secondary:not([disabled]):hover {
  color: #000000;
  background-color: #e0e0e0;
  border: 0px solid transparent;
}
.mybtn-txt > img, .mybtn-back > img, .sv-drft > img, .mybtn-secondary > img {
  padding-right: 0.5rem;
}
.mybtn-txt:active, .mybtn-back:active, .sv-drft:active, .mybtn-secondary:active {
  transform: none;
}
.mybtn-txt:focus, .mybtn-back:focus, .sv-drft:focus, .mybtn-secondary:focus {
  background-color: #e0e0e0;
}

.mybtn-txt.active, .active.mybtn-back, .active.sv-drft, .active.mybtn-secondary {
  background-color: #e0e0e0;
  font-weight: bold;
}

.mybtn-secondary {
  padding: 0.25rem 0.75rem;
  text-decoration: none;
  color: #000000;
  background-color: transparent;
  border: 1px solid #000000;
  font-size: 0.75rem;
  border-radius: 1.75rem;
}
.mybtn-secondary:not([disabled]):hover {
  color: #000000;
  background-color: #e0e0e0;
  border: 1px solid #000000;
}
.mybtn-secondary .icon {
  width: 1.75rem;
}

.sv-drft {
  padding: 0.5rem 1.5rem;
  color: #ffffff;
  background-color: transparent;
  border: 0px solid transparent;
  background: linear-gradient(82.59deg, #178bd4 1.09%, #00b4b7 162.85%);
  font-size: 0.75rem;
  border-radius: 1.75rem;
}
.sv-drft:not([disabled]):hover {
  color: #ffffff;
  background-color: transparent;
  border: 0px solid transparent;
}

.mybtn.small {
  font-size: 0.8rem;
  font-weight: 500;
  text-decoration: none;
}
.mybtn.small > img {
  width: 1.5rem;
  padding-right: 0.25rem;
}

.mybtn-outlined.small {
  padding: 0.25rem 1rem;
}

.mybtn-close {
  background-color: #333333;
  background-image: url("../img/icons/close.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  color: #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  right: -80px;
  top: 50px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 1;
  cursor: pointer;
}
.mybtn-close:hover {
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.55);
  opacity: 0.75;
}

.mybtn-back {
  color: #000000;
  background-color: transparent;
  border: 1px solid #000000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  justify-content: center;
}
.mybtn-back:not([disabled]):hover {
  color: #000000;
  background-color: #e0e0e0;
  border: 1px solid #000000;
}
.mybtn-back > img {
  padding: 0;
  width: 100%;
}
.mybtn-back:focus {
  outline: none;
}

.go-top {
  position: fixed;
  right: 3.125vw;
  z-index: 99;
  bottom: 4.625vh;
  border-radius: 50%;
  background: linear-gradient(0deg, #178bd4 0%, #09d18b 50%, #178bd4 100%);
  background-size: 200% 200%;
  width: 58px;
  height: 58px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transform: scale(0);
  pointer-events: none;
}
.go-top > img {
  width: 60%;
  fill: #ffffff;
}
.go-top:hover {
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.55);
  background-position: 100% 100%;
}

.go-top.show {
  transform: scale(1);
  pointer-events: auto;
}

.process-img {
  position: relative;
  background: linear-gradient(#efefef, #efefef) padding-box, linear-gradient(45deg, #178bd4, #09d18b) border-box;
  border: 6px solid transparent;
  border-radius: 50%;
  opacity: 0.5;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  filter: grayscale(70%);
  perspective: 800px;
}
.process-img:nth-child(1) {
  grid-column: 1/2;
}
.process-img:nth-child(2) {
  grid-column: 2/3;
}
.process-img:nth-child(3) {
  grid-column: 3/4;
}
.process-img:nth-child(4) {
  grid-column: 4/5;
}
.process-img:hover, .process-img.active {
  opacity: 1;
  filter: grayscale(0%);
  box-shadow: 0px 3px 5px rgba(51, 152, 219, 0.65);
}
.process-img:hover img:nth-child(1), .process-img.active img:nth-child(1) {
  opacity: 0;
  transform: rotate3d(0, 1, 0, 180deg);
}
.process-img:hover img:nth-child(2), .process-img.active img:nth-child(2) {
  opacity: 1;
  transform: rotate3d(0, 1, 0, 360deg);
}
.process-img::before {
  content: attr(data-quant);
  padding: 0.2rem 0.6rem;
  border-radius: 20px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translate(0%, -50%);
  line-height: 1.15;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.process-img img {
  width: 100%;
  transition-duration: 1s;
}
.process-img img:nth-child(1) {
  transform: rotate3d(0);
  opacity: 1;
}
.process-img img:nth-child(2) {
  position: absolute;
  left: 0;
  transform: rotate3d(0, 1, 0, 180deg);
  opacity: 0;
}

.left-nav {
  background-color: #ffffff;
  display: inline-block;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  border-radius: 0 70px 70px 0;
  padding: 25px;
  position: fixed;
  left: 0;
  top: 25vh;
  z-index: 99;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateX(-100%);
}
.left-nav ul {
  list-style: none;
  padding-left: 0;
}
.left-nav a {
  text-decoration: none;
  color: #434343;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.left-nav a.active {
  color: #000000;
  font-weight: bold;
}
@media only screen and (max-width: 968px) {
  .left-nav {
    display: none;
  }
}

.left-nav.show {
  transform: translateX(0);
}

#header {
  padding: 0.75rem 4.64vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fafafa;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
@media only screen and (max-width: 590px) {
  #header {
    padding: 10px 20px;
  }
}
#header .mybtn {
  line-height: 225%;
  min-width: unset;
}
#header .mybtn.mybtn-highlight {
  margin-left: 1.5rem;
}
@media only screen and (max-width: 968px) {
  #header .mybtn.mybtn-highlight {
    margin-left: 0;
    margin-top: 2rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    width: 100%;
    display: inline-block;
  }
}

.logo {
  width: calc(40px + 50 * (100vw - 320px) / 1600);
}

.nav {
  display: flex;
}
.nav > ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 968px) {
  .nav > ul {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 32px;
    height: 100vh;
    width: 100vw;
    background-color: #ffffff;
    transform: translateX(100%);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    overflow-y: scroll;
  }
  .nav > ul > li {
    padding: 20px 12px;
  }
}
.nav li {
  list-style: none;
  padding: 10px 21px;
}
.nav li:hover {
  cursor: pointer;
}
.nav a {
  text-decoration: none;
}

.nav .mybtn.mybtn-fr {
  padding: 0 21px;
}

.nav li[id] a, .nav li[id] span {
  position: relative;
  font-weight: 500;
}
.nav li[id] a::after, .nav li[id] span::after {
  width: 10px;
  height: 10px;
  content: "";
  background-color: #178bd4;
  position: absolute;
  bottom: -17.5px;
  left: 50%;
  transform: translate(-50%, 100%);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav li[id] a:hover::after, .nav li[id] span:hover::after {
  transform: translate(-50%, 0);
  opacity: 1;
}
.nav li[id].active > a, .nav li[id].active > span {
  color: #000000;
}
.nav li[id].active > a::after, .nav li[id].active > span::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.sub-menu {
  cursor: pointer;
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}
.sub-menu a::after {
  display: none;
}

.sub-menu-drop {
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  z-index: 99;
  position: absolute;
  top: 8px;
  left: 16px;
  transition: top 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.1s easeInOut;
  padding-left: 0;
  border-radius: 8px;
  background-color: #ffffff;
  min-width: 140px;
  text-align: center;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.sub-menu-drop li {
  cursor: pointer;
  padding: 1rem;
}
.sub-menu-drop li:hover {
  background-color: #e2e2e2;
}
.sub-menu-drop button {
  background: none;
  border: none;
}
.sub-menu-drop button:focus {
  outline: none;
}

.sub-menu-drop.open {
  pointer-events: auto;
  top: 2rem;
  opacity: 1;
}

.nav > ul.open {
  background: linear-gradient(82.59deg, #178bd4 1.09%, #00b4b7 162.85%);
}
.nav > ul.open li[id] > a {
  color: #ffffff;
}
.nav > ul.open li[id] > a::after {
  background-color: #ffffff;
  right: -1.5rem;
  top: 50%;
  bottom: unset;
  left: unset;
}
@media only screen and (max-width: 1368px) {
  .nav > ul.open {
    transform: translateX(0);
  }
  .nav > ul.open > li:first-child() {
    text-align: right;
    padding: 8px 8px 0 0;
    margin-bottom: 4vh;
  }
}
.nav > ul.open li[id].active > a {
  color: #ffffff;
}
.nav > ul.open li[id].active > a::after {
  transform: translate(0, -50%);
}

.hmbg, .cancel {
  display: none;
}
@media only screen and (max-width: 968px) {
  .hmbg, .cancel {
    display: inline;
  }
}

.mb-login {
  display: none;
}
@media only screen and (max-width: 968px) {
  .mb-login {
    display: inline-block;
    margin-right: 21px;
  }
}

.dsk-login {
  padding-left: 21px;
}
@media only screen and (max-width: 968px) {
  .dsk-login {
    display: none;
  }
}

.page-nav {
  text-align: center;
  padding-bottom: 3rem;
}
.page-nav button {
  margin: 0.5rem;
  border: none;
  padding: 12px 20px;
  background-color: #434343;
  transition: 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  color: #ffffff;
}
.page-nav button:hover {
  background-color: #C8C8C8;
}

#content {
  width: calc(100% - 270px);
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
#content > article {
  padding: 18px 0 96px 0;
}

#content.active {
  width: 100%;
}
#content.active > article {
  width: 65%;
}

.header-side {
  width: 270px;
  height: 100vh;
  position: fixed;
  z-index: 99;
  transition: margin 1s cubic-bezier(0.22, 1, 0.36, 1);
  background-color: #ededed;
}
@media only screen and (max-width: 768px) {
  .header-side {
    width: 340px;
  }
}
.header-side::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: linear-gradient(82.59deg, #178bd4 1.09%, #00b4b7 162.85%);
}
.header-side .mybtn-fr, .header-side .mybtn-bk {
  padding: 0.5rem;
}
.header-side .mybtn-outlined {
  padding: 0.25rem 0.5rem;
  float: right;
}
@media only screen and (max-width: 768px) {
  .header-side .mybtn-outlined {
    float: none;
    margin-bottom: 20px;
  }
}
.header-side header {
  padding: 30px 20px 20px 20px;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .header-side header {
    padding: 30px;
  }
}

.header-side-bk::before {
  background: linear-gradient(82.59deg, #00b4b7 1.09%, #178bd4 162.85%);
}

.header-side.hidden {
  margin-left: -270px;
}
@media only screen and (max-width: 768px) {
  .header-side.hidden {
    margin-left: -340px;
  }
}

.nav-side {
  display: block;
  height: 100%;
}
.nav-side figure {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .nav-side figure {
    display: block;
  }
}
.nav-side > ul {
  display: block;
  padding-left: 0;
}
.nav-side > ul .mybtn:hover {
  background-color: #ffffff;
}
.nav-side > ul .icon:not(.subMenutoggle) {
  margin: 0 0.75rem;
}
.nav-side li {
  text-align: left;
  padding: 6px 12px 6px 3px;
  display: block;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .nav-side li {
    padding: 9px 18px 9px 3px;
  }
}
.nav-side li > span {
  position: relative;
}
.nav-side li > span::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #178bd4;
  position: absolute;
  right: -32px;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: top 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-side li > span.active::after {
  opacity: 1;
}
.nav-side a[aria-expanded=false] {
  color: #000000;
}
.nav-side a[aria-expanded=false] .subMenutoggle {
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-side a[aria-expanded=true] .subMenutoggle {
  transform-origin: 50% 50%;
  transform: rotate(-90deg) translateX(5px);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-side a {
  text-decoration: none;
}

.nav-side-bk li > span::after {
  background-color: #09d18b;
}

#sideNavigationGroup {
  max-height: unset;
  overflow-y: auto;
}

@media only screen and (max-height: 768px) {
  #sideNavigationGroup {
    max-height: 55vh;
  }
}
.side-submenu {
  border-radius: 12px;
  padding: 4px 0;
}
.side-submenu li {
  margin: 4px 8px;
}
.side-submenu li:hover {
  background-color: #e0e0e0 !important;
}
.side-submenu .mybtn {
  font-weight: 500;
  padding-left: 2rem;
}

.my-tabs {
  margin-bottom: 24px;
}
.my-tabs > .nav-item.active {
  position: relative;
}
.my-tabs > .nav-item.active::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.my-tabs > .nav-item.active > a {
  color: #000000;
}
.my-tabs a {
  color: #434343;
}
.my-tabs a:hover {
  color: #434343;
}
.my-tabs .nav-link.active {
  color: #000000;
  background-color: unset;
  border: none;
  border-bottom: 3px solid #000000;
}

.more-action {
  width: 12px;
  border: none;
  position: relative;
}
.more-action img {
  width: 100%;
}
.more-action:focus {
  outline: none;
}
.more-action .sub-menu-drop {
  left: -150px;
}

.more-action.my-tooltip::after, .more-action.my-tooltip-left::after {
  left: unset;
  right: 150%;
  top: 10%;
}

.division-or {
  position: relative;
}
.division-or::after {
  content: attr(data-content);
  background-color: #efefef;
  padding: 0.5rem;
  color: #434343;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slides-btn {
  background-color: #333333;
  color: #ffffff;
  padding: 120px 40px;
  display: inline-block;
  transition: all 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  left: -100px;
}
@media only screen and (max-width: 768px) {
  .slides-btn {
    left: unset;
    right: unset;
    padding: 16px;
    background-color: #C8C8C8;
  }
}
.slides-btn:hover {
  cursor: pointer;
  background-color: #4d4d4d;
}

.slides-btn:nth-child(2) {
  left: unset;
  right: -100px;
}

@media only screen and (max-width: 768px) {
  .slides-btn img {
    filter: invert(1);
  }
}

.slides-btn-container {
  position: absolute;
  top: 120px;
  width: 100%;
  opacity: 0.75;
}
@media only screen and (max-width: 768px) {
  .slides-btn-container {
    position: sticky;
    top: 70vh;
    z-index: 99;
    margin-left: -48px;
    width: calc(100% - 24px);
  }
}

.accordion-container {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .accordion-container {
    margin-top: 56px;
  }
}

.plus-icon span {
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: black;
  transition: 0.3s ease-in-out;
}
.plus-icon span:nth-child(1) {
  transform-origin: center center;
  transform: translateX(100%) rotate(90deg);
}

.my-accordion {
  margin-bottom: 32px;
}
.my-accordion.is-open ul {
  opacity: 1;
  margin-top: 28px;
}
.my-accordion.is-open .plus-icon span:nth-child(1) {
  transform: translateX(100%) rotate(0);
}
.my-accordion .accordion-header {
  padding-bottom: 8px;
  border-bottom: 1px solid black;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.my-accordion .accordion-header > h4 {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
}
.my-accordion:hover .accordion-header {
  color: rgba(0, 0, 0, 0.7);
}
.my-accordion ul {
  margin: 0;
  opacity: 0;
  height: 0;
  overflow: hidden;
  list-style: none;
  transition: all 0.5s ease-in-out;
}
.my-accordion ul li {
  margin-bottom: 24px;
  position: relative;
}
.my-accordion ul li::after {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #178bd4;
  width: 8px;
  height: 8px;
  position: absolute;
  left: -24px;
  top: 8px;
}
@media only screen and (max-width: 768px) {
  .my-accordion ul li {
    flex-direction: column;
  }
}

.inp, .inp[type=radio] {
  -webkit-appearance: none;
  border: none;
  box-shadow: 0 0 0 1px #434343;
  transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  width: 250px;
  border-radius: 4px;
}
.inp:focus, .inp:active, .inp:checked {
  outline: none;
  box-shadow: 0 0 0 2px #000000;
}
.inp:hover:not(:disabled) {
  background-color: #e2e2e2;
}

.inp[type=text], .inp[type=password], textarea, .inp[type=date], .inp[type=email] {
  padding: 8px 12px;
}

textarea {
  min-height: 290px;
}

.inp[type=checkbox], .inp[type=radio] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-right: 0.5rem;
}
.inp[type=checkbox]:hover, .inp[type=radio]:hover {
  box-shadow: 0 0 0 2px #000000;
}
.inp[type=checkbox]:checked, .inp[type=radio]:checked {
  background: url("../img/icons/check_front.svg");
  box-shadow: 0 0 0 2px #178bd4;
}
.inp[type=checkbox]:checked:hover, .inp[type=radio]:checked:hover {
  background: url("../img/icons/check_hover_front.svg");
}
.inp[type=checkbox].inp-bk:checked, .inp.inp-bk[type=radio]:checked {
  background: url("../img/icons/check_back.svg");
  box-shadow: 0 0 0 2px #09d18b;
}
.inp[type=checkbox].inp-bk:checked:hover, .inp.inp-bk[type=radio]:checked:hover {
  background: url("../img/icons/check_hover_back.svg");
}

.inp[type=radio] {
  border-radius: 50%;
}
.inp[type=radio]:checked {
  background: url("../img/icons/radio_front.svg");
}
.inp[type=radio]:checked:hover {
  background: url("../img/icons/radio_hover_front.svg");
}
.inp[type=radio].inp-bk:checked {
  background: url("../img/icons/radio_back.svg");
}
.inp[type=radio].inp-bk:checked:hover {
  background: url("../img/icons/radio_hover_back.svg");
}

.dpd-container {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.dpd-container .dpd-head {
  position: relative;
  padding: 0 8px;
}
.dpd-container .dpd-head::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -50%);
  top: unset;
  bottom: -6px;
}
.dpd-container .dpd-head::before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  top: unset;
  bottom: -40px;
}
.dpd-container .dpd-head .icon:nth-child(2) {
  top: -30px;
  left: 0px;
}
.dpd-container .dpd-lists {
  position: absolute;
  left: 0;
  top: 20px;
  opacity: 0;
  background-color: #178bd4;
  pointer-events: none;
  min-width: 150px;
  width: max-content;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  border-radius: 8px;
  padding: 4px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 99;
  overflow: scroll;
  max-height: 350px;
}
.dpd-container:hover .dpd-lists {
  opacity: 1;
  cursor: pointer;
  pointer-events: initial;
}
.dpd-container:hover .icon {
  transform: translate(0px, 30px);
}

.dpd-list {
  padding: 8px 16px;
  border-radius: 8px;
  opacity: 0.8;
  color: #ffffff;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.dpd-list:hover {
  background-color: rgba(3, 44, 68, 0.4);
}

/* table  */
.my-table-container {
  overflow: scroll;
}
.my-table-container.wide {
  display: flex;
}
@media only screen and (max-width: px) {
  .my-table-container.wide {
    justify-content: center;
  }
}
.my-table-container table, .my-table-container td, .my-table-container th {
  border-collapse: collapse;
}
.my-table-container .table {
  width: 100%;
  max-width: 100vw;
  table-layout: fixed;
}
.my-table-container .table-heads {
  width: 100%;
  padding-bottom: 6px;
  border-bottom: 2px solid #000000;
}
.my-table-container .table-head {
  text-align: left;
}
.my-table-container .table-head th {
  width: fit-content;
  padding-left: 24px;
  position: relative;
}
.my-table-container .table-head th::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #178bd4;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.my-table-container .table-rows tr {
  width: 100%;
  padding: 16px 4px;
}
.my-table-container .table-rows.striped tr:nth-of-type(even) {
  background-color: #e0e0e0;
}
.my-table-container td {
  padding: 10px 4px 10px 8px;
}
.my-table-container td:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
}

.my-table .dpd-container {
  margin-bottom: 48px;
}

.my-paginations {
  margin: 0 auto;
  margin-top: 32px;
  text-align: center;
  cursor: pointer;
}
.my-paginations .pagination {
  margin: 0 8px;
  padding-bottom: 6px;
  border-radius: 0;
}
.my-paginations .pagination:focus, .my-paginations .pagination:active, .my-paginations .pagination.active {
  border-bottom: 5px solid #076ca6;
}

.inp-file {
  color: #434343;
  background-image: url("../img/icons/upload.svg");
  background-repeat: no-repeat;
  background-size: 1.3rem;
  background-position: 0.69rem 0.55rem;
}
.inp-file > input[type=file] {
  display: none;
}

.js-value {
  padding-left: 1.75rem;
}

.inp-file.has {
  color: #000000;
  background-image: url("../img/icons/upload_has.svg");
}

.inp-file-bk.has {
  background-image: url("../img/icons/upload_has_bk.svg");
}

.my-select {
  background-image: url(../img/icons/downselect.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 95% 50%;
}
.my-select select {
  padding: 8px 38px 8px 12px;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.my-select select:focus {
  outline: none;
}

.search {
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 1.5px solid #C8C8C8;
  transition: 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.search:hover {
  border-color: #434343;
}

.progress-container .node {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #C8C8C8;
  position: relative;
  z-index: 1;
  text-align: center;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.progress-container .node.active {
  background-color: #178bd4;
  color: #ffffff;
}
.progress-container .base {
  width: 100%;
  height: 8px;
  background-color: #C8C8C8;
  position: relative;
  top: -18px;
  overflow: hidden;
}
.progress-container .base .progress {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  width: 0%;
  height: 100%;
  background-color: #178bd4;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.5ss;
}
.progress-container .descrp {
  position: absolute;
  left: 0;
  top: -36px;
  width: max-content;
  text-align: center;
  color: #434343;
}

.node.active + .descrp {
  font-weight: 600;
  color: #000000;
}

.btn-ctrl {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #178bd4;
  margin: 16px;
  color: #178bd4;
  font-weight: bold;
}
.btn-ctrl:hover {
  background-color: #ffffff;
}

.carousel {
  width: 850px;
}

.carousel-sec {
  display: flex;
}
.carousel-sec .content {
  max-height: 30vh;
  overflow: scroll;
}

.add-file-item {
  text-align: center;
  padding: 12px;
  border-radius: 4px;
  color: #a2a2a2;
  border: 2px solid #bbbbbb;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.add-file-item:hover {
  background-color: #e0e0e0;
  color: #888888;
  border-color: #a2a2a2;
}

.file-item {
  border-left: 4px solid #178bd4;
}
.file-item.group {
  border-color: #e0e0e0;
}

.snake {
  width: 100%;
  height: auto;
  background-color: #178bd4;
  color: #ffffff;
  border-radius: 50px;
  padding: 16px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  width: 50vw;
  z-index: 99;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.snake button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.25rem;
  border: none;
  background-color: transparent;
  font-size: 0.75rem;
}
.snake.hide {
  opacity: 0;
  transform: translateX(-50%) translateY(10px);
}

.my-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  min-width: 300px;
}
.my-modal.hide {
  opacity: 0;
  transform: translateX(-50%);
  pointer-events: none;
}

.comment-board {
  padding-top: 80px;
  z-index: 99;
  position: fixed;
  left: 0;
  top: 0;
  width: 80vw;
  height: 100vh;
  min-width: 560px;
  max-width: 1000px;
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition-duration: 0.8s;
  transform: translateX(-100%);
  border-radius: 0 8px 8px 0;
  background-color: #efefef;
}
.comment-board.show {
  transform: translateX(0);
}
.comment-board .mybtn-close {
  right: 50px;
  top: 50px;
  box-shadow: none;
}
.comment-board .scrollable {
  max-height: calc(100vh - 260px);
}

.comment {
  padding: 12px;
  margin: 8px 0;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}
.comment:hover {
  background-color: #e0e0e0;
}

#contentBefLog article {
  width: 100%;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #contentBefLog article {
    padding-bottom: 48px;
  }
}
@media only screen and (max-width: 590px) {
  #contentBefLog {
    padding: 0;
  }
}

#database, #data {
  display: block;
}
#database > span, #data > span {
  color: #000000;
  font-weight: 500;
}
@media only screen and (max-width: 968px) {
  #database > span, #data > span {
    color: #ffffff;
  }
}
@media only screen and (max-width: 968px) {
  #database, #data {
    display: none;
  }
}
#database .sub-menu-drop, #data .sub-menu-drop {
  width: 140%;
  top: 2.125rem;
}

.my-side {
  display: none;
  color: #ffffff;
  font-weight: 500;
  padding: 20px 12px;
}
@media only screen and (max-width: 968px) {
  .my-side {
    display: block;
  }
}
.my-side li {
  padding: 0;
}
.my-side .icon {
  width: 24px;
  margin: 0 0 0.25rem 0.25rem;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.my-side:not(.collapsed) .icon {
  transform: rotate(180deg);
}

.my-sideSub li {
  margin: 1.5rem 0;
}
.my-sideSub a:first-of-type > li {
  margin: 0;
}
.my-sideSub span {
  padding-left: 1.5rem;
  color: #ffffff;
  font-size: 1rem;
}

.footer {
  padding: 78px 0;
  border-top: 1px solid #000;
}
.footer .icon {
  margin: 1rem 0.75rem;
}
@media only screen and (max-width: 768px) {
  .footer .icon {
    margin: 0.25rem;
  }
}
.footer .nchc {
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  .footer .nchc {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .footer li.d-flex {
    flex-direction: column;
    margin: 0 0 2rem 0 !important;
    align-items: baseline !important;
  }
}

@media only screen and (max-width: 768px) {
  .copyright {
    margin-top: 60px;
  }
}

#mainBefLog {
  padding-top: 150px;
}
@media only screen and (max-width: 768px) {
  #mainBefLog {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#newsSec figure {
  min-width: 380px;
  max-width: 380px;
  overflow: hidden;
  margin: 0 2rem 0 0;
}
@media only screen and (max-width: 968px) {
  #newsSec figure {
    max-width: unset;
    margin: 0;
    height: 190px;
    width: 100%;
  }
}
#newsSec .news {
  display: flex;
  flex-wrap: nowrap;
  height: 220px;
  margin: 2rem 0 3rem 0;
  padding-bottom: 2rem;
  border-bottom: 1px solid #C8C8C8;
}
@media only screen and (max-width: 968px) {
  #newsSec .news {
    flex-wrap: wrap;
    height: unset;
  }
}

@media only screen and (max-width: 968px) {
  .news-content {
    margin-top: 1rem;
  }
}

#logoutContainer {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  justify-content: flex-end;
}

#logout {
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0.25rem 0.5rem;
  font-size: 0.65rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #logout {
    font-size: 0.85rem;
  }
}
#logout > .icon {
  width: 1.5rem;
}
#logout:hover {
  background-color: #C8C8C8;
}

#sidebarToggle {
  position: absolute;
  left: 100%;
  top: 0;
  height: 97px;
  background-color: #d6d6d6;
  border-radius: 0 0.5rem 0.5rem 0;
  border: 1.5px solid #e0e0e0;
  border-left: none;
  transition: all 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}
#sidebarToggle > img {
  padding: 0;
  width: 1.25rem;
  opacity: 0.5;
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  max-width: unset;
}

#sidebarToggle:hover > img {
  opacity: 1;
}

#sidebarToggle.active {
  transform-origin: left 50%;
  border-color: #178bd4;
}
#sidebarToggle.active > img {
  transform: rotate(180deg);
}

#topNav {
  padding: 16px 160px;
  background-color: #efefef;
  position: sticky;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 98;
}
@media only screen and (max-width: 1500px) {
  #topNav {
    padding: 16px 70px 20px 65px;
  }
}
@media only screen and (max-width: 768px) {
  #topNav {
    padding: 75px 24px 35px 80px;
  }
}
#topNav .my-card, #topNav .my-modal, #topNav .comment-board {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#topNav > * {
  margin: 0.75rem 0;
}

#heroBanner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 95vh;
  max-height: 747px;
  margin-top: 120px;
  margin-bottom: 100px;
  background-image: url("../img/twbk_hero.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  #heroBanner {
    margin-bottom: 0;
    height: 55vh;
    background-position: bottom;
    background-size: contain;
  }
}

#introText {
  text-align: center;
  width: 100%;
  max-width: 640px;
  padding: 0 32px;
  margin-top: 50px;
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  #introText {
    margin-top: -100px;
  }
}
#introText h1 {
  font-size: 95px;
}
@media only screen and (max-width: 768px) {
  #introText h1 {
    font-size: 70px;
  }
}

#statisticsDiv {
  margin-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  #statisticsDiv > div {
    margin: 32px 0;
  }
}
#statisticsDiv::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: 1px;
  background-color: #000;
  opacity: 0.15;
}
@media only screen and (max-width: 768px) {
  #statisticsDiv::after {
    width: 100%;
    height: 1px;
  }
}

@media only screen and (max-width: 768px) {
  #specimenSec > div {
    justify-content: center !important;
  }
}
#specimenSec .my-card, #specimenSec .my-modal, #specimenSec .comment-board {
  max-width: 250px;
}
@media only screen and (max-width: 768px) {
  #specimenSec .my-card, #specimenSec .my-modal, #specimenSec .comment-board {
    max-width: 80vw;
    width: 80%;
  }
}
#specimenSec .my-card:nth-child(3), #specimenSec .my-modal:nth-child(3), #specimenSec .comment-board:nth-child(3) {
  position: relative;
}
#specimenSec .my-card:nth-child(3)::before, #specimenSec .my-modal:nth-child(3)::before, #specimenSec .comment-board:nth-child(3)::before {
  content: "";
  display: block;
  width: 195px;
  height: 175px;
  background-color: #ffffff;
  position: absolute;
  right: -50px;
  bottom: -40px;
  z-index: -1;
  border-radius: 8px;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 3px 7px rgba(23, 139, 212, 0.35);
}
@media only screen and (max-width: 768px) {
  #specimenSec .my-card:nth-child(3)::before, #specimenSec .my-modal:nth-child(3)::before, #specimenSec .comment-board:nth-child(3)::before {
    display: none;
  }
}

#processSec {
  padding: 140px 0;
  color: #ffffff;
  background-color: #178bd4;
  position: relative;
  margin-bottom: 90px;
}
#processSec::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/deco_data.png");
  background-repeat: no-repeat;
  background-position: 120% -180%;
  background-blend-mode: soft-light;
  opacity: 0.35;
}
@media only screen and (max-width: 1368px) {
  #processSec::before {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #processSec {
    padding: 60px 40px;
    margin: 0 -15px 90px -15px;
  }
}

#contactSec .my-card, #contactSec .my-modal, #contactSec .comment-board {
  position: relative;
}
#contactSec .my-card::after, #contactSec .my-modal::after, #contactSec .comment-board::after {
  content: "";
  display: block;
  width: 100%;
  height: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0%, -50%);
  background-color: #178bd4;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #contactSec .my-card::after, #contactSec .my-modal::after, #contactSec .comment-board::after {
    width: 50%;
    height: 25%;
  }
}

.sub-area-bg {
  padding: 12px;
  background-color: #efefef;
}

.fade-leave-active {
  position: absolute;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

#marquee {
  overflow: hidden;
  position: relative;
  padding: 48px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#marquee .banner {
  font-size: 288px;
  opacity: 0.5;
  display: inline;
  position: absolute;
  top: calc(25% - 48px);
  left: 0%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  padding: 0 32px;
  background-image: linear-gradient(to right, #178bd4, #09d18b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#marquee .banner:nth-child(1) {
  animation: marqueeFirst 60s linear 0s 1, marquee 60s linear 30s infinite;
}
#marquee .banner:nth-child(2) {
  animation: marquee 60s linear 0s infinite;
  transform: translateX(100%);
}
#marquee .my-card, #marquee .my-modal, #marquee .comment-board {
  padding: 60px;
  max-width: 600px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #marquee .my-card, #marquee .my-modal, #marquee .comment-board {
    padding: 30px;
    margin: 0 32px;
  }
}

@keyframes marqueeFirst {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(-100%);
  }
  51% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.flexable {
  display: flex;
  justify-content: center;
  align-items: center;
}

.justify-flex-start.flex-wrap > * {
  flex-basis: calc(33.33% - 10px);
  margin-bottom: 10px;
}

body {
  font-family: "Lato", "Noto Sans TC", sans-serif;
  background-color: #efefef;
  overflow-x: hidden;
  color: #000000;
}/*# sourceMappingURL=mystyle.css.map */