/** BREADCRUMB ============================================*/
.gv_breadcrumb_box {
  position: relative;
  overflow: hidden;
  background: #dfdfdf;
  line-height: 20px;
}
.gv_breadcrumb_box .breadcrumb-nav {
  padding: 0;
  margin: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .gv_breadcrumb_box .breadcrumb-nav {
    overflow-x: scroll;
    white-space: nowrap;
  }
}
.gv_breadcrumb_box .breadcrumb-nav p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .gv_breadcrumb_box .breadcrumb-nav p {
    white-space: nowrap;
  }
}
.gv_breadcrumb_box .breadcrumb-nav span,
.gv_breadcrumb_box .breadcrumb-nav a {
  font-family: var(--primary-Font);
  font-size: 13px;
  font-weight: 400;
  color: var(--primary-Color);
  line-height: normal;
}
.gv_breadcrumb_box .breadcrumb-nav span.separator {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .gv_breadcrumb_box .breadcrumb-nav span.separator {
    margin: 0 6px;
  }
}
.gv_breadcrumb_box .breadcrumb-nav span.last {
  color: #333;
}
.gv_breadcrumb_box .breadcrumb-nav a:hover {
  color: var(--primary-Color);
}

/** CONTENT ============================================*/
/** Desc */
.desc {
  font-family: var(--primary-Font);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
  word-wrap: break-word;
}
.desc h1 {
  font-size: 25px;
  margin-bottom: 1rem;
}
.desc h2 {
  font-size: 23px;
  margin-bottom: 1rem;
}
.desc h3 {
  font-size: 21px;
  margin-bottom: 1rem;
}
.desc h4 {
  font-size: 18px;
}
.desc h5 {
  font-size: 17px;
  margin-bottom: 1rem;
}
.desc h6 {
  font-size: 16px;
  margin-bottom: 1rem;
}
.desc img {
  max-width: 100%;
  height: auto;
}
.desc table {
  border: 1px solid #ddd;
  width: 100%;
  margin-bottom: 16px !important;
}
.desc table tr th {
  padding: 6px 12px;
  border: 1px solid #e0e0e0;
  font-weight: 500;
  text-transform: uppercase;
  background: #f6f6f6;
  color: var(--primary-Color);
}
.desc table tr td {
  padding: 6px 12px;
  border: 1px solid #ddd;
  color: #000;
}
.desc table tr:nth-child(even) td {
  background: #f6f6f6;
}
.desc table tr:first-child td {
  color: var(--primary-Color);
}
.desc .aligncenter {
  max-width: 100%;
  float: none;
  margin: auto;
  display: block;
}
.desc .aligncenter img {
  max-width: 100%;
  height: auto;
}
.desc .alignleft {
  max-width: 100%;
  float: left;
  display: inline-block;
  margin-right: 15px;
}
.desc .alignleft img {
  max-width: 100%;
  height: auto;
}
.desc .alignright {
  max-width: 100%;
  float: right;
  display: inline-block;
  margin-left: 15px;
}
.desc .alignright img {
  max-width: 100%;
  height: auto;
}

/** Entry Content */
.entry-content {
  font-family: var(--primary-Font);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  word-wrap: break-word;
}
.entry-content a {
  color: var(--primary-Color);
}
.entry-content a:hover {
  text-decoration: underline;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content img.emoji {
  float: left;
  margin-right: 6px;
  height: 22px;
  width: 22px;
}
.entry-content h1 {
  font-size: 25px;
  margin-bottom: 1rem;
}
.entry-content h2 {
  font-size: 23px;
  margin-bottom: 1rem;
}
.entry-content h3 {
  font-size: 21px;
  margin-bottom: 1rem;
}
.entry-content h4 {
  font-size: 18px;
}
.entry-content h5 {
  font-size: 17px;
  margin-bottom: 1rem;
}
.entry-content h6 {
  font-size: 16px;
  margin-bottom: 1rem;
}
.entry-content iframe {
  max-width: 100%;
  margin-bottom: 1rem;
}
.entry-content object {
  max-width: 100%;
  margin-bottom: 1rem;
}
.entry-content ol, .entry-content ul {
  padding-left: 24px;
  margin-bottom: 1rem;
}
.entry-content table {
  border: 1px solid #ddd;
  width: 100%;
  margin-bottom: 16px !important;
}
.entry-content table tr th {
  padding: 6px 12px;
  border: 1px solid #e0e0e0;
  font-weight: 500;
  text-transform: uppercase;
  background: var(--primary-Color);
  color: #fff;
}
.entry-content table tr td {
  padding: 6px 12px;
  border: 1px solid #ddd;
  color: #000;
}
.entry-content table tr:nth-child(even) td {
  background: #f6f6f6;
}
.entry-content .aligncenter {
  max-width: 100%;
  float: none;
  margin: auto;
  display: block;
  margin-bottom: 1rem;
}
.entry-content .aligncenter img {
  max-width: 100%;
  height: auto;
}
.entry-content .alignleft {
  max-width: 100%;
  float: left;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 1rem;
}
.entry-content .alignleft img {
  max-width: 100%;
  height: auto;
}
.entry-content .alignright {
  max-width: 100%;
  float: right;
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 1rem;
}
.entry-content .alignright img {
  max-width: 100%;
  height: auto;
}
.entry-content .wp-caption-text {
  background: #fdfdfd;
  text-align: center;
  margin-bottom: 13px;
  font-style: italic;
  padding: 6px;
  font-size: 13px;
}

/** Paginate Nav */
.paginate-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.paginate-nav ul > li {
  display: inline-block;
  position: relative;
  padding: 0 4px;
}
.paginate-nav ul > li span, .paginate-nav ul > li a {
  height: 40px;
  width: 40px;
  background: #f0f0f0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  color: #212529;
  font-weight: 600;
}
.paginate-nav ul > li span i, .paginate-nav ul > li a i {
  position: relative;
  width: 16px;
  height: 9px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.paginate-nav ul > li a.prev i {
  background-image: url("../images/svg/ick-prev.svg");
}
.paginate-nav ul > li a.next i {
  background-image: url("../images/svg/ick-next.svg");
}
.paginate-nav ul > li span.current {
  background: var(--primary-Color);
  color: #fff;
}
.paginate-nav ul li.prv-link a i, .paginate-nav ul li.prv-link span i {
  background-image: url("../images/svg/ick-prev.svg");
}
.paginate-nav ul li.nxt-link a i, .paginate-nav ul li.nxt-link span i {
  background-image: url("../images/svg/ick-next.svg");
}
.paginate-nav ul li.active a, .paginate-nav ul li.active span {
  background: #008CA5;
  color: #fff;
}

/** Paginav Product */
.woocommerce nav.woocommerce-pagination ul {
  display: flex !important;
  flex-wrap: wrap;
  border: 0 !important;
  margin: 0 !important;
  white-space: unset !important;
  justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul > li {
  border: 0 !important;
  padding: 0 4px !important;
  float: none !important;
}
.woocommerce nav.woocommerce-pagination ul > li span, .woocommerce nav.woocommerce-pagination ul > li a {
  height: 40px;
  width: 40px;
  background: #f0f0f0 !important;
  border-radius: 8px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  color: #000 !important;
  font-weight: 600;
}
.woocommerce nav.woocommerce-pagination ul > li span i, .woocommerce nav.woocommerce-pagination ul > li a i {
  position: relative;
  width: 16px;
  height: 9px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.woocommerce nav.woocommerce-pagination ul > li span:hover, .woocommerce nav.woocommerce-pagination ul > li a:hover {
  background: var(--primary-Color) !important;
  color: #fff !important;
}
.woocommerce nav.woocommerce-pagination ul > li a.prev i {
  background-image: url("../images/svg/ick-prev.svg");
}
.woocommerce nav.woocommerce-pagination ul > li a.next i {
  background-image: url("../images/svg/ick-next.svg");
}
.woocommerce nav.woocommerce-pagination ul > li span.current {
  background: var(--primary-Color) !important;
  color: #fff !important;
}

/** TOC BOX */
.toc-box {
  border: 1px solid #ccc;
  background: #f9f9f9;
  padding: 15px;
  margin-bottom: 20px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  min-width: 450px;
}
@media (max-width: 575px) {
  .toc-box {
    min-width: unset;
    width: 100%;
    padding: 12px;
  }
}
.toc-box .toc-heading strong {
  font-size: 16px;
}
.toc-box .toc-heading .toc-toggle {
  background: var(--primary-Color);
  color: white;
  border: none;
  padding: 6px 9px;
  margin-bottom: 0px;
  margin-left: 20px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
}
.toc-box .toc-list {
  list-style: none;
  margin-top: 12px;
  border-top: 1px solid rgba(204, 204, 204, 0.8);
  padding-top: 16px;
  padding-left: 20px;
  padding-right: 20px;
}
.toc-box .toc-list li {
  margin-bottom: 4px;
}
.toc-box .toc-list > li > a {
  font-size: 14px;
  font-weight: 600;
}
.toc-box .toc-list ul {
  padding-left: 20px;
  margin-top: 4px;
  margin-bottom: 3px;
  font-size: 12px;
}
.toc-box .toc-list a {
  color: #000;
}
.toc-box .toc-list a:hover {
  color: var(--second-Color);
}

/** BUTTON PC */
.gvc-button-group {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  background: #fff;
  gap: 0px;
  box-shadow: 0px 0px 3px 0px rgba(255, 255, 255, 0.05);
}
@media (max-width: 767px) {
  .gvc-button-group {
    display: none;
  }
}
.gvc-button-group > a {
  display: flex;
  height: 42px;
  width: 42px;
  background: var(--primary-Color);
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s;
  margin: 0px 0 1px;
}
.gvc-button-group > a:nth-child(2n) {
  background: var(--second-Color);
}
.gvc-button-group > a i {
  height: 18px;
  width: 18px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  filter: brightness(0) invert(1);
}
.gvc-button-group > a:hover {
  background: var(--second-Color);
}
.gvc-button-group button {
  border: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
  display: flex;
  height: 42px;
  width: 42px;
  background: #043352;
  align-items: center;
  justify-content: center;
  display: none;
}
.gvc-button-group button svg {
  height: 18px;
  width: 18px;
  fill: #fff;
}
.gvc-button-group button.show {
  display: flex;
}

.gvx-button-group {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: var(--primary-Color);
  padding: 10px 16px;
  border-top: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  gap: 2px;
  width: 100%;
}
@media (min-width: 768px) {
  .gvx-button-group {
    display: none;
  }
}
.gvx-button-group a {
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1;
}
.gvx-button-group a i {
  height: 21px;
  width: 21px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  filter: brightness(0) invert(1);
}
.gvx-button-group a span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  padding-top: 6px;
  white-space: nowrap;
}

/** Copy */
.gvx-footer-copy {
  background: var(--primary-Color);
  color: #fff;
  padding: 8px 0;
}
.gvx-footer-copy .copy {
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  font-weight: 400;
}

/** Overlay */
.gvx-overlay-box {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99990;
  background: rgba(0, 0, 0, 0.355);
}/*# sourceMappingURL=style.css.map */