@charset "UTF-8";
/*
Theme Name: GeoSystem Theme
Theme URI: http://peterosea.com/
Description: A child theme for Twenty Nineteen.
Author: peterosea
Author URI: http://peterosea.com/
Template: twentynineteen
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;500;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700&display=swap");
[x-cloak] {
  display: none !important;
}

body div, body li, body a, body p {
  font-family: "Montserrat", "Noto Sans KR", sans-serif;
  line-height: 1.4em;
  font-weight: 400;
  font-size: 16px;
  word-break: keep-all;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Montserrat", "Noto Sans KR", sans-serif;
  word-break: keep-all;
  font-weight: 500;
}
body._opened {
  overflow: hidden;
}

.font_eng, body.home .slider_main .inner_wrap ._title, body.home .slider_main .slider_nav_wrap .item_nav, .modal .modal-header .modal-title, .modal table th, .modal table td, body.search .site-content .result_list .navigation.pagination .nav-links > *, body.by-business.page-template .site-content.container .page-content-section .page_title ._title, body.by-business.page-template .site-content.container .page-content-section ul.data_grp li ._description, body.by-business.page-template .site-content.container .page-content-section .section_title ._title, body.single-products .site-content > .container_inner section.main_info_grp .title_grp ._title, body.single-products .site-content > .container_inner section.compare_grp table th, body.single-products .site-content > .container_inner section.compare_grp table td, body.archive .list_container.col_1_3 .item-product .post_title h4, body.archive .list_container.col_1_3 .item-product .post_title span, footer#site-footer .text_wrap .copyright, #masthead.site-header.product_category .txt_category .page_title, .go_top > label {
  font-family: "Montserrat", "Noto Sans KR", sans-serif !important;
  letter-spacing: -0.02em;
}

html, body {
  height: 100%;
}

ul, li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

::placeholder {
  color: #999;
  font-size: 16px;
}

input:focus, textarea:focus {
  outline: none;
}

input.bg-transparent {
  background-color: transparent;
}

.thumb_bg, body.single-products .site-content > .container_inner section.main_info_grp .slider_product .slick-arrow {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 100%;
}

.icon_bg, .floating_banner .btn_grp .btn, .btn._pd_detail:after, .btn._download:before {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

a {
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
  text-decoration: none;
}

a:focus,
button:focus,
input:focus {
  outline: none;
}

a.text-white {
  color: #fff;
}
a.text-white:hover {
  color: #fff;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: all 0.3s;
}
.btn._download:before {
  content: "";
  background-image: url("/wp-content/themes/geosystem-2022-09-01/src/img/icon/ic_btn_down.png");
  padding: 0;
  width: 20px;
  height: 18px;
  margin-right: 12px;
}
.btn._pd_detail:after {
  content: "";
  background-image: url("/wp-content/themes/geosystem-2022-09-01/src/img/icon/ic_arrow_w_go.png");
  width: 7px;
  height: 14px;
  margin-left: -5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.btn._pd_detail:hover:after {
  opacity: 1;
  visibility: visible;
  margin-left: 10px;
}
.btn:hover {
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.2);
}
.btn._acc-list {
  background-color: #4c84db;
  border-radius: 0;
  font-size: 18px;
  font-weight: 500;
}

.box_shadow {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

.box_line, body.single-products .site-content > .container_inner section.relative_grp .products ._item:hover .thumb_bg, body.single-products .site-content > .container_inner section.relative_grp .products ._item:hover section.main_info_grp .slider_product .slick-arrow, body.single-products .site-content > .container_inner section.main_info_grp .slider_product section.relative_grp .products ._item:hover .slick-arrow, body.archive .list_container.col_1_3 .item-product:hover .thumbnail {
  border: 1px solid #ddd;
}

.dropbox svg {
  width: 24px;
  height: 24px;
}

table.board {
  width: 100%;
}

.not_ready_inc {
  position: relative;
}
.not_ready_inc span.not_ready {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: #555;
  color: #fff;
  font-size: 12px;
  border-radius: 100px;
  padding: 0px 10px;
  bottom: 50%;
  left: 50%;
  transition: all 0.3s;
  display: flex;
  z-index: 2;
}
.not_ready_inc:hover span.not_ready {
  visibility: visible;
  opacity: 1;
}

.body_container {
  width: 100%;
}
.body_container .container_inner {
  display: flex;
  width: 100%;
  max-width: 1080px;
  flex-direction: column;
}
.body_container .site-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
}
.body_container .site-content.container {
  position: relative;
}
@media (min-width: 576px) {
  .body_container .site-content.container {
    max-width: 90%;
  }
}
.body_container .site-content .container_inner {
  position: relative;
}

.responsive_video {
  width: 100%;
  margin: 0 auto;
}
.responsive_video .video-container {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.3%;
}
.responsive_video .video-container iframe {
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.go_top {
  position: absolute;
  bottom: 0;
  left: calc(50% + 640px);
  width: 76px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #151e2b;
  flex-direction: column;
  cursor: pointer;
}
@media (max-width: 1480px) {
  .go_top {
    display: none;
  }
}
.go_top .icon {
  background-image: url("/wp-content/themes/geosystem-2022-09-01/src/img/icon/ic_gotop.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 9px;
}
.go_top > label {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1em;
  margin-top: 5px;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.floating_banner {
  position: fixed;
  top: 218px;
  z-index: 90;
  left: calc(50% + 580px);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
}
@media (max-width: 1480px) {
  .floating_banner {
    display: none;
  }
}
.floating_banner.current {
  position: fixed;
  top: 60px !important;
}
.floating_banner .recent_posts {
  background-color: #fff;
  box-shadow: 2px 7px 5px rgba(0, 0, 0, 0.1);
  width: 94px;
  transition: all 0.3s;
  animation: fadein 0.3s ease-in;
}
.floating_banner .recent_posts .title {
  font-size: 14px;
  width: 100%;
  height: 60px;
  background-color: #0a79a6;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floating_banner .recent_posts ul {
  padding: 10px;
  transition: all 0.3s;
  animation: fadein 0.3s ease-in;
}
.floating_banner .recent_posts ul li.item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.floating_banner .recent_posts ul li.item:hover {
  box-shadow: 2px 6px 5px rgba(0, 0, 0, 0.1);
}
.floating_banner .recent_posts ul li.item:last-child {
  margin-bottom: 0;
}
.floating_banner .recent_posts ul li.item > a {
  width: 70px;
  height: 70px;
  display: flex;
}
.floating_banner .recent_posts ul li.no_cookie {
  font-size: 13px;
  text-align: center;
  color: #999;
}
.floating_banner .recent_posts ul ._name {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}
.floating_banner .btn_grp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: 60px;
}
.floating_banner .btn_grp .btn {
  background-color: #0a79a6;
  border-radius: 200px;
  display: flex;
  width: 65px;
  height: 65px;
  background-size: auto;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.floating_banner .btn_grp .btn.btn_inquiry {
  background-image: url("/wp-content/themes/geosystem-2022-09-01/src/img/icon/ic_contact.png");
}
.floating_banner .btn_grp .btn.btn_remote {
  background-image: url("/wp-content/themes/geosystem-2022-09-01/src/img/icon/ic_remote.png");
}
.floating_banner .btn_grp .btn span {
  width: auto;
  transition: all 0.3s;
  opacity: 0;
  font-size: 15px;
  display: flex;
  color: #fff;
  line-height: 1.4em;
  margin-right: -100px;
}
.floating_banner .btn_grp .btn:hover {
  width: 146px;
  padding-right: 20px;
  margin-left: -95px;
  justify-content: flex-end;
  background-position: 25px center;
}
.floating_banner .btn_grp .btn:hover span {
  opacity: 1;
  margin-left: 15px;
  margin-right: 0;
}
.floating_banner .btn_grp .btn.btn_remote:hover {
  width: 176px;
  margin-left: -110px;
}
.floating_banner .chat_wrap {
  justify-content: flex-end;
  width: 65px;
  display: flex;
  position: absolute;
  bottom: -65px;
  right: 14px;
  transition: all 0.3s;
  cursor: pointer;
}
.floating_banner .chat_wrap .chat_bot {
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  margin-bottom: 0;
  margin-right: 0;
  background-color: #0a79a6;
  border-radius: 200px;
  display: flex;
  width: 100%;
  height: 65px;
}
.floating_banner .chat_wrap .chat_bot span {
  width: auto;
  transition: all 0.3s;
  opacity: 0;
  font-size: 13px;
  display: flex;
  color: #fff;
  line-height: 1.4em;
  margin-right: -100px;
}
.floating_banner .chat_wrap:hover {
  width: 186px;
  padding-left: 10px;
}
.floating_banner .chat_wrap:hover span {
  opacity: 1;
  margin-left: 15px;
  margin-right: 0;
}

body.home .floating_banner {
  left: calc(50% + 660px);
}

.reseller-login .login-box .login-btn {
  margin-top: 20px;
}
.reseller-login .login-box .login-btn .submit_button {
  border-radius: 0;
  background-color: #4c84db;
  padding: 12px 20px;
  color: #fff;
}
.reseller-login .login-box .login-form-bottom {
  margin-top: 20px;
}
.reseller-login .login-box .validation_message ._description {
  color: #c33939;
  font-size: 15px;
  text-align: center;
}
.reseller-login .login-box .login-form.validation_message .input:placeholder-shown {
  border: 1px solid #c33939;
}

.introduction-items > div.introduction-item {
  margin-bottom: 1px;
}

@media (max-width: 960px) {
  .vision-items .vision-item {
    display: flex;
  }
  .vision-items .vision-item:nth-child(1), .vision-items .vision-item:nth-child(3) {
    justify-content: flex-end;
  }
  .vision-items .vision-item .inner {
    width: 60%;
  }
}
@media (max-width: 960px) and (max-width: 640px) {
  .vision-items .vision-item .inner {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .vision-items .vision-item .item-header img {
    width: 100%;
  }
}

.peter.page-inner .acc-search .searchandfilter > ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.peter.page-inner .acc-search .searchandfilter > ul .sf-field-taxonomy-acc_cat {
  display: none;
}
.peter.page-inner .acc-search .searchandfilter > ul .sf-field-search {
  width: 60%;
}
.peter.page-inner .acc-search .searchandfilter > ul .sf-field-post-meta-models {
  width: 30%;
  padding-right: 10px;
}
.peter.page-inner .acc-search .searchandfilter > ul .sf-field-post-meta-models .chosen-container {
  width: 100% !important;
}
.peter.page-inner .acc-search .searchandfilter > ul .sf-field-post-meta-models .chosen-single {
  padding: 18px;
  border-radius: 0;
  background: none;
  border-color: #707070;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.peter.page-inner .acc-search .searchandfilter > ul .sf-field-post-meta-models .chosen-single > span {
  font-size: 18px;
}
.peter.page-inner .acc-search .searchandfilter > ul .sf-field-post-meta-models .chosen-single > div {
  font-family: "Font Awesome 5 Pro";
  position: relative;
  width: 15px;
  height: 15px;
  right: 0;
  font-weight: 400;
}
.peter.page-inner .acc-search .searchandfilter > ul .sf-field-post-meta-models .chosen-single > div:before {
  content: "\f078";
  font-size: 16px;
}
.peter.page-inner .acc-search .searchandfilter > ul .sf-field-post-meta-models .chosen-single > div > b {
  background: none;
  display: none;
}
.peter.page-inner .acc-search .searchandfilter > ul .sf-field-post-meta-models .chosen-single .chosen-search-input {
  height: 44px;
}
.peter.page-inner .acc-search .searchandfilter > ul .sf-field-post-meta-models .chosen-results {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.peter.page-inner .acc-search .searchandfilter > ul .sf-field-post-meta-models .chosen-results > li {
  margin-right: 0;
  display: block;
  width: 100%;
  padding: 8px 0;
}
.peter.page-inner .acc-search .searchandfilter > ul .sf-field-post-meta-models .chosen-results > li.active-result.result-selected {
  display: none;
}
.peter.page-inner .acc-search .searchandfilter > ul .sf-field-submit {
  width: 10%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  transform: none;
  height: auto;
}
.peter.page-inner .acc-search .searchandfilter > ul .sf-field-submit input {
  color: #000;
  border-radius: 0;
  height: 62px;
  width: 100%;
  font-size: 24px;
  padding: 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
}

.page-content-section.ask-repair .infor {
  font-size: 18px;
  padding: 30px;
  border: 1px solid #ddd;
  color: #777;
  text-align: center;
}
.page-content-section.ask-repair .infor b {
  color: #111;
  font-weight: normal;
}

.admin_only {
  display: none;
}

body.logged-in.admin-bar .admin_only {
  display: inherit;
}

.page-content-section.error_404 {
  padding-top: 220px;
}
.page-content-section.error_404 .error_404_img {
  display: flex;
  justify-content: center;
}
.page-content-section.error_404 .error_404_content {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.page-content-section.error_404 .error_404_content p {
  text-align: center;
  font-size: 17px;
  font-weight: 300;
}
.page-content-section.error_404 .btn_go_home {
  margin-top: 30px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 0;
}

.go_top {
  position: absolute;
  bottom: 0;
  left: calc(50% + 640px);
  width: 76px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #151e2b;
  flex-direction: column;
  cursor: pointer;
}

@media (max-width: 1480px) {
  .go_top {
    display: none;
  }
}
.go_top .icon {
  background-image: url("/wp-content/themes/geosystem-2022-09-01/src/img/icon/ic_gotop.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 9px;
}

.go_top > label {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1em;
  margin-top: 5px;
}

.body_container .modal .modal_shadow {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  animation-duration: 0.5s;
  animation-name: fadein;
}

.breadcrumb_wrap {
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
}
.breadcrumb_wrap ul {
  display: flex;
  height: 74px;
  align-items: center;
}
.breadcrumb_wrap li {
  display: flex;
  align-items: center;
}
.breadcrumb_wrap li a {
  margin-right: 20px;
  transition: all 0.3s;
}
.breadcrumb_wrap li span {
  display: inline-block;
  background-image: url("/wp-content/themes/geosystem-2022-09-01/src/img/icon/ic_arrow_bread.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 4px;
  height: 7px;
  margin-right: 20px;
}
.breadcrumb_wrap li.link_home {
  padding-left: 20px;
}
.breadcrumb_wrap li.link_home > a:hover {
  opacity: 0.6;
}
.breadcrumb_wrap li.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.breadcrumb_wrap li.breadcrumb > a {
  font-size: 13px;
  border-radius: 100px;
  background-color: #f8f8f8;
  padding: 5px 20px;
}
.breadcrumb_wrap li.breadcrumb > a:hover {
  background-color: #4c84db;
  color: #fff;
}
.breadcrumb_wrap li.link_cat > a {
  margin-right: 5px;
}
.breadcrumb_wrap .ic_home {
  display: inline-block;
  background-image: url("/wp-content/themes/geosystem-2022-09-01/src/img/icon/ic_home.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 14px;
  height: 16px;
}

.category-filter {
  display: flex;
  gap: 20px;
}
.category-filter.admin_only {
  display: none;
}
.category-filter .filter-section {
  display: flex;
}
.category-filter .filter-section.filter_second_level {
  min-width: 200px;
}
.category-filter .filter-section.filter_third_level {
  width: 100%;
}
.category-filter .filter-section.filter_third_level .no-categories {
  font-size: 14px;
  padding: 0;
  gap: 8px;
  display: flex;
  align-items: center;
  color: #9ea3ad;
  width: 100%;
  justify-content: center;
  line-height: 1.2em;
  border: 1px solid #ddd;
}
.category-filter .filter-section.filter_third_level .no-categories > span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9ea3ad;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  color: #fff;
  font-weight: 900;
  font-size: 11px;
}
.category-filter .custom-select {
  position: relative;
  width: 100%;
}
.category-filter .custom-select .select-selected {
  background-color: #fff;
  padding: 18px;
  font-size: 16px;
  border: 1px solid #9ea3ad;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.category-filter .custom-select .select-selected:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  font-size: 16px;
  transition: all 0.3s;
}
.category-filter .custom-select .select-selected.select-arrow-active:after {
  transform: rotate(180deg);
}
.category-filter .custom-select .select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  padding: 12px 5px;
  z-index: 99;
  border: 1px solid #d2d6db;
  margin-top: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.category-filter .custom-select .select-item {
  padding: 12px 15px;
  cursor: pointer;
  transition: all 0.3s;
}
.category-filter .custom-select .select-item:hover {
  background-color: #f5f5f5;
}
.category-filter .custom-select .select-item.selected {
  background-color: #f0f0f0;
}
.category-filter .custom-select .select-hide {
  display: none;
}
.category-filter .category-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.category-filter .category-item {
  margin-bottom: 0;
  background-color: #fff;
  display: flex;
  width: 100%;
}
.category-filter .radio-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
  width: 100%;
  justify-content: center;
}
.category-filter .radio-label input[type=radio] {
  display: none;
}
.category-filter .radio-label .radio-custom {
  position: relative;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  border-right: none;
}
.category-filter .radio-label input[type=radio]:checked + .radio-custom {
  background-color: #4c84db;
  color: #fff;
  border: 1px solid transparent;
}
.category-filter .category-item:last-child .radio-label .radio-custom {
  border-right: 1px solid #ddd;
}

body.logged-in.admin-bar .category-filter.admin_only {
  display: flex;
}

body .peter.page-inner .gform_wrapper ul li.gfield.privacy-agree .gfield_consent_description {
  font-size: 14px;
}
body .peter.page-inner .gform_wrapper ul li.gfield input {
  background-color: #f3f3f3;
  color: #000;
}
body .peter.page-inner .gform_wrapper ul li.gfield.half label.gfield_label {
  display: flex;
}
body .peter.page-inner .gform_wrapper ul li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0;
}
body .peter.page-inner .gform_wrapper ul li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0;
}
body .peter.page-inner .gform_wrapper ul li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding: 0;
  grid-column-start: 2;
  grid-column-end: 3;
  display: grid;
}
body .peter.page-inner .gform_wrapper .gform_page_footer input[type=submit], body .peter.page-inner .gform_wrapper .gform_footer input[type=submit].button {
  font-size: 15px;
  font-weight: bold;
  padding: 10px 40px;
}
body .peter.page-inner .gform_wrapper .gform_footer a {
  font-size: 15px;
}
body .peter.page-inner .gform_wrapper.gform_validation_error ul li.gfield {
  gap: 10px;
  padding: 10px;
  margin-bottom: 0 !important;
  border-top: none;
  margin-top: 0;
  display: grid;
  grid-template-columns: 2fr 8fr;
}
body .peter.page-inner .gform_wrapper.gform_validation_error .gfield_error .gfield_label {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

/*
Theme Name: GeoSystem Theme
Theme URI: http://peterosea.com/
Description: A child theme for Twenty Nineteen.
Author: peterosea
Author URI: http://peterosea.com/
Template: twentynineteen
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
body.single-products #masthead.site-header .top_wrapper .nav_main > ul > li.menu-item-object-product_category > a, body.tax-product_category #masthead.site-header .top_wrapper .nav_main > ul > li.menu-item-object-product_category > a {
  color: #69c0ff;
}

@media (max-width: 960px) {
  #masthead.site-header.page .nav_page > ul {
    margin-left: 0;
    margin-right: 0;
  }
  #masthead.site-header.page .nav_page ul > li {
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  #masthead.site-header.page .nav_page > ul {
    flex-wrap: wrap;
  }
  #masthead.site-header.page .nav_page > ul > li.current_page_item:after {
    content: none;
  }
}
@media (max-width: 480px) {
  #masthead.site-header.page {
    height: auto;
  }
  #masthead.site-header.page .nav-bg {
    height: 120px;
  }
  #masthead.site-header.page .txt_page {
    padding: 40px 20px;
  }
  #masthead.site-header.page .txt_page .page_title {
    font-size: 38px;
    line-height: 1.2em;
  }
  #masthead.site-header.page .txt_page .desc {
    font-size: 14px;
    line-height: 1.6em;
  }
  #masthead.site-header.page ul > li > a {
    line-height: 55px;
  }
}

.repair-steps-box .repair-steps-detail .step-info {
  justify-content: center;
}

.repair-service-detail .repair-service-item .item-image {
  justify-content: center;
  text-align: center;
  display: flex;
}
.repair-service-detail .repair-service-item .item-txt {
  text-align: center;
}

.before-ask-repair.modal-box {
  min-height: auto;
}

#masthead.site-header {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
#masthead.site-header .container_inner {
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  z-index: 9;
}
@media (max-width: 1280px) {
  #masthead.site-header .container_inner {
    max-width: 90%;
  }
}
#masthead.site-header:before, #masthead.site-header:after {
  content: none;
}
#masthead.site-header.product_category, #masthead.site-header.buisness_category {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#masthead.site-header .top_wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100px;
  position: relative;
}
@media (max-width: 960px) {
  #masthead.site-header .top_wrapper {
    justify-content: space-between;
  }
}
#masthead.site-header .top_wrapper .logo svg {
  width: 120px;
}
@media (max-width: 480px) {
  #masthead.site-header .top_wrapper .logo {
    width: 100px;
  }
}
#masthead.site-header .top_wrapper .navigation {
  flex: auto;
}
#masthead.site-header .top_wrapper .navigation ul {
  margin: 0;
  display: flex;
  justify-content: center;
}
#masthead.site-header .top_wrapper .navigation ul li > a {
  line-height: 1em;
  display: block;
  padding: 20px 10px;
}
#masthead.site-header .top_wrapper #site-navigation.nav_main > ul > li {
  margin-right: 20px;
}
#masthead.site-header .top_wrapper #site-navigation.nav_main > ul > li > a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s;
}
#masthead.site-header .top_wrapper #site-navigation.nav_main > ul > li > a:hover {
  color: #69c0ff;
}
#masthead.site-header .top_wrapper #site-navigation.nav_main > ul > li.current-menu-parent > a, #masthead.site-header .top_wrapper #site-navigation.nav_main > ul > li.current-menu-item > a {
  color: #69c0ff;
}
#masthead.site-header .top_wrapper #site-navigation.nav_main li.menu-item.only_footer {
  display: none;
}
@media (max-width: 960px) {
  #masthead.site-header .top_wrapper #site-navigation.nav_main {
    display: none;
  }
}
#masthead.site-header .top_wrapper #site-navigation.nav_main .menu-item {
  position: relative;
}
#masthead.site-header .top_wrapper #site-navigation.nav_main .menu-item .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 75px;
  display: flex;
  flex-direction: column;
  z-index: 9;
  border-top: 2px solid #69c0ff;
  min-width: 160px;
  left: calc(50% - 80px);
  transition: all 0.3s;
  padding: 20px 0;
  background-color: #151e2b;
}
#masthead.site-header .top_wrapper #site-navigation.nav_main .menu-item .sub-menu:hover {
  opacity: 1;
  visibility: visible;
}
#masthead.site-header .top_wrapper #site-navigation.nav_main .menu-item .sub-menu > li {
  margin-right: 0;
}
#masthead.site-header .top_wrapper #site-navigation.nav_main .menu-item .sub-menu a {
  background-color: #151e2b;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 12px;
  cursor: pointer;
}
#masthead.site-header .top_wrapper #site-navigation.nav_main .menu-item .sub-menu a:hover {
  color: #69c0ff;
}
#masthead.site-header .top_wrapper #site-navigation.nav_main .menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
#masthead.site-header .top_wrapper #mobile-navigation.nav_mobile, #masthead.site-header .top_wrapper .menu_burger {
  display: none;
}
@media (max-width: 960px) {
  #masthead.site-header .top_wrapper #mobile-navigation.nav_mobile, #masthead.site-header .top_wrapper .menu_burger {
    display: flex;
  }
}
#masthead.site-header .top_wrapper #mobile-navigation.nav_mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #151e2b;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  height: 100%;
}
#masthead.site-header .top_wrapper #mobile-navigation.nav_mobile._opened {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
#masthead.site-header .top_wrapper #mobile-navigation.nav_mobile > ul {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 80px 40px 60px;
  overflow: auto;
  justify-content: flex-start;
}
#masthead.site-header .top_wrapper #mobile-navigation.nav_mobile > ul > li.menu-item-has-children > a {
  cursor: pointer;
}
#masthead.site-header .top_wrapper #mobile-navigation.nav_mobile > ul > li > a {
  font-size: 24px;
  color: #fff;
  display: inline-flex;
  flex-direction: column;
}
#masthead.site-header .top_wrapper #mobile-navigation.nav_mobile > ul > li > a:hover {
  color: #69c0ff;
}
#masthead.site-header .top_wrapper #mobile-navigation.nav_mobile > ul > li > a:focus {
  text-decoration: none;
}
#masthead.site-header .top_wrapper #mobile-navigation.nav_mobile > ul > li.current-menu-item > a, #masthead.site-header .top_wrapper #mobile-navigation.nav_mobile > ul > li.current-menu-parent > a {
  color: #69c0ff;
}
#masthead.site-header .top_wrapper #mobile-navigation.nav_mobile > ul > li.current-menu-item > a:after, #masthead.site-header .top_wrapper #mobile-navigation.nav_mobile > ul > li.current-menu-parent > a:after {
  content: "";
  border-bottom: 2px solid #69c0ff;
  margin-top: 15px;
}
#masthead.site-header .top_wrapper #mobile-navigation.nav_mobile > ul ul.sub-menu {
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.5s;
  padding: 0;
}
#masthead.site-header .top_wrapper #mobile-navigation.nav_mobile > ul ul.sub-menu > li > a {
  color: #fff;
  font-size: 16px;
  padding: 10px;
}
#masthead.site-header .top_wrapper #mobile-navigation.nav_mobile > ul ul.sub-menu > li > a:hover {
  color: #69c0ff;
}
#masthead.site-header .top_wrapper #mobile-navigation.nav_mobile > ul ul.sub-menu > li.current-menu-item > a {
  color: #69c0ff;
}
#masthead.site-header .top_wrapper #mobile-navigation.nav_mobile > ul ul.sub-menu._opened {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 10px 0;
}
#masthead.site-header .top_wrapper #mobile-navigation.nav_mobile > ul > li.current-menu-item ul.sub-menu, #masthead.site-header .top_wrapper #mobile-navigation.nav_mobile > ul > li.current-menu-parent ul.sub-menu {
  height: auto;
  opacity: 1;
  visibility: visible;
}
#masthead.site-header .top_wrapper .nav_side {
  width: 220px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 101;
  align-items: center;
}
@media (max-width: 960px) {
  #masthead.site-header .top_wrapper .nav_side {
    width: auto;
  }
}
#masthead.site-header .top_wrapper .nav_side .link_logout {
  color: #fff;
  font-size: 13px;
  margin-right: 20px;
  font-weight: bold;
}
@media (max-width: 480px) {
  #masthead.site-header .top_wrapper .nav_side .link_logout {
    margin-right: 10px;
  }
}
#masthead.site-header .top_wrapper .nav_side .link_store {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 6px 10px 8px 12px;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in 0.3s;
  cursor: pointer;
}
#masthead.site-header .top_wrapper .nav_side .link_store:hover {
  background-color: rgb(0, 0, 0);
}
#masthead.site-header .top_wrapper .nav_side .link_store.not_ready .text {
  position: relative;
  overflow: hidden;
}
#masthead.site-header .top_wrapper .nav_side .link_store.not_ready .off {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all ease-in 0.3s;
}
#masthead.site-header .top_wrapper .nav_side .link_store.not_ready .on {
  transition: all ease-in 0.3s;
  opacity: 1;
}
#masthead.site-header .top_wrapper .nav_side .link_store.not_ready:hover .off {
  opacity: 1;
}
#masthead.site-header .top_wrapper .nav_side .link_store.not_ready:hover .on {
  opacity: 0;
}
@media (max-width: 960px) {
  #masthead.site-header .top_wrapper .nav_side .link_store {
    font-size: 18px;
    padding: 8px 20px 8px 22px;
  }
}
#masthead.site-header .top_wrapper .nav_side .link_store:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-image: url("src/img/icon/ic_store.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
@media (max-width: 480px) {
  #masthead.site-header .top_wrapper .nav_side .link_store {
    font-size: 15px;
    padding: 8px 10px 8px 12px;
  }
}
#masthead.site-header .top_wrapper .nav_side .btn_search {
  width: 34px;
  height: 34px;
  margin-left: 20px;
  background-image: url("src/img/icon/ic_search.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  cursor: pointer;
}
@media (max-width: 480px) {
  #masthead.site-header .top_wrapper .nav_side .btn_search {
    margin-left: 10px;
  }
}
#masthead.site-header .top_wrapper .nav_side .menu_burger {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 5px;
  cursor: pointer;
  margin-right: -5px;
  margin-left: 20px;
  transition: all 0.3s;
  min-height: 40px;
  z-index: 99;
}
#masthead.site-header .top_wrapper .nav_side .menu_burger._clicked {
  margin-left: 14px;
}
#masthead.site-header .top_wrapper .nav_side .menu_burger > span {
  display: inline-block;
  width: 24px;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s;
}
#masthead.site-header .top_wrapper .nav_side .menu_burger > span:first-child {
  transform: translateY(-8px);
}
#masthead.site-header .top_wrapper .nav_side .menu_burger > span:nth-child(3) {
  transform: translateY(8px);
}
#masthead.site-header .top_wrapper .nav_side .menu_burger._clicked > span {
  width: 30px;
}
#masthead.site-header .top_wrapper .nav_side .menu_burger._clicked > span:first-child {
  transform: rotate(-45deg) translateY(3px);
}
#masthead.site-header .top_wrapper .nav_side .menu_burger._clicked > span:nth-child(2) {
  opacity: 0;
}
#masthead.site-header .top_wrapper .nav_side .menu_burger._clicked > span:nth-child(3) {
  transform: rotate(45deg) translateY(-3px);
}
@media (max-width: 480px) {
  #masthead.site-header .top_wrapper .nav_side .menu_burger {
    margin-left: 10px;
  }
}
#masthead.site-header .top_wrapper .search_wrap {
  top: 120px;
  position: fixed;
  right: auto;
  box-shadow: 2px 7px 5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  width: 100%;
  max-width: 1080px;
}
@media (max-width: 1280px) {
  #masthead.site-header .top_wrapper .search_wrap {
    width: 90%;
  }
}
#masthead.site-header .top_wrapper .search_wrap .search-form {
  display: flex;
}
#masthead.site-header .top_wrapper .search_wrap .search-form > label {
  margin-bottom: 0;
  display: flex;
  width: 80%;
}
#masthead.site-header .top_wrapper .search_wrap .search-field {
  border: none;
  height: 80px;
  font-size: 26px;
  width: 100%;
  padding: 10px 30px;
  color: #000;
}
#masthead.site-header .top_wrapper .search_wrap .search-field:focus {
  outline: none;
}
#masthead.site-header .top_wrapper .search_wrap .search-field::placeholder {
  font-size: 22px;
  color: #aaa;
}
#masthead.site-header .top_wrapper .search_wrap .search-submit {
  background-color: #000;
  border-radius: 0;
  font-size: 22px;
  height: 80px;
  width: 20%;
  color: #fff;
}
#masthead.site-header.buisness_category {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}
#masthead.site-header.buisness_category li.menu-item-object-business_category a {
  color: #69c0ff;
}
#masthead.site-header.product_category {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}
@media (max-width: 768px) {
  #masthead.site-header.product_category {
    height: auto;
  }
}
#masthead.site-header.product_category li.menu-item-object-product_category a {
  color: #69c0ff;
}
#masthead.site-header.product_category .txt_category {
  text-align: center;
  color: #fff;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 960px) {
  #masthead.site-header.product_category .txt_category {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  #masthead.site-header.product_category .txt_category {
    padding: 20px 0px;
  }
}
@media (max-width: 640px) {
  #masthead.site-header.product_category .txt_category {
    padding: 0px 0px 20px;
  }
}
#masthead.site-header.product_category .txt_category .page_title {
  font-size: 42px;
  font-weight: 900;
  margin-top: 0;
}
#masthead.site-header.product_category .txt_category .page_title:before {
  content: none;
}
@media (max-width: 768px) {
  #masthead.site-header.product_category .txt_category .page_title {
    font-size: 38px;
    line-height: 1.2em;
  }
}
#masthead.site-header.product_category .txt_category .desc {
  font-size: 14px;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  #masthead.site-header.product_category .txt_category .desc {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media (max-width: 640px) {
  #masthead.site-header.product_category .txt_category .desc > br {
    display: none;
  }
}
#masthead.site-header.product_category .nav_category {
  width: 100%;
}
@media (max-width: 960px) {
  #masthead.site-header.product_category .nav_category {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  #masthead.site-header.product_category .nav_category {
    padding-bottom: 20px;
  }
}
#masthead.site-header.product_category .nav_category ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #masthead.site-header.product_category .nav_category ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#masthead.site-header.product_category .nav_category li.menu-item {
  padding-right: 15px;
}
#masthead.site-header.product_category .nav_category li.menu-item:last-child {
  padding-right: 0;
}
@media (max-width: 768px) {
  #masthead.site-header.product_category .nav_category li.menu-item {
    width: 20%;
  }
  #masthead.site-header.product_category .nav_category li.menu-item:nth-child(5), #masthead.site-header.product_category .nav_category li.menu-item:last-child {
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  #masthead.site-header.product_category .nav_category li.menu-item {
    width: 33.33%;
  }
  #masthead.site-header.product_category .nav_category li.menu-item:nth-child(5) {
    padding-right: 15px;
  }
  #masthead.site-header.product_category .nav_category li.menu-item:nth-child(3), #masthead.site-header.product_category .nav_category li.menu-item:nth-child(6), #masthead.site-header.product_category .nav_category li.menu-item:last-child {
    padding-right: 0;
  }
}
#masthead.site-header.product_category .nav_category a {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
  position: relative;
  transition: all 0.3s;
}
#masthead.site-header.product_category .nav_category a .menu-icon {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  #masthead.site-header.product_category .nav_category a .menu-icon {
    margin-bottom: 10px;
  }
}
#masthead.site-header.product_category .nav_category a .menu-icon.hover {
  display: none;
}
#masthead.site-header.product_category .nav_category a .name {
  font-size: 14px;
  margin-bottom: 45px;
  transition: all 0.3s;
  text-align: center;
}
@media (max-width: 768px) {
  #masthead.site-header.product_category .nav_category a .name {
    margin-bottom: 20px;
  }
}
#masthead.site-header.product_category .nav_category a:hover .menu-icon {
  display: none;
}
#masthead.site-header.product_category .nav_category a:hover .menu-icon.hover {
  display: block;
}
#masthead.site-header.product_category .nav_category a:hover .name {
  color: #69c0ff;
}
#masthead.site-header.product_category .nav_category .menu-item.active a:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 20px solid transparent;
  border-right: 20px solid #fff;
  transform: rotate(225deg);
  position: absolute;
  bottom: -10px;
}
@media (max-width: 768px) {
  #masthead.site-header.product_category .nav_category .menu-item.active a:after {
    content: none;
  }
}
#masthead.site-header.product_category .nav_category .menu-item.active a .menu-icon {
  display: none;
}
#masthead.site-header.product_category .nav_category .menu-item.active a .menu-icon.hover {
  display: block;
}
#masthead.site-header.product_category .nav_category .menu-item.active a .name {
  color: #69c0ff;
}
#masthead.site-header.products {
  background-color: #151e2b;
}

/*
Theme Name: GeoSystem Theme
Theme URI: http://peterosea.com/
Description: A child theme for Twenty Nineteen.
Author: peterosea
Author URI: http://peterosea.com/
Template: twentynineteen
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
footer#site-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #151e2b;
}
footer#site-footer .container_inner {
  padding: 40px 0;
  display: flex;
  margin-bottom: 0;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
}
@media (max-width: 1280px) {
  footer#site-footer .container_inner {
    margin-left: 40px;
    margin-right: 40px;
    max-width: 90%;
  }
}
@media (max-width: 960px) {
  footer#site-footer .container_inner {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 480px) {
  footer#site-footer .container_inner {
    margin-left: 0;
    margin-right: 0;
  }
}
footer#site-footer .modal-dialog.modal-dialog-centered {
  max-width: 800px;
}
footer#site-footer .col_1_2 {
  display: flex;
  margin-right: 20px;
  flex-direction: column;
}
footer#site-footer .col_1_2:last-child {
  margin-right: 0;
}
footer#site-footer .col_1_2.align_center {
  justify-content: center;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 960px) {
  footer#site-footer .col_1_2.align_center {
    justify-content: space-between;
  }
}
@media (max-width: 480px) {
  footer#site-footer .col_1_2.align_center {
    flex-direction: column;
  }
}
@media (max-width: 960px) {
  footer#site-footer .col_1_2 {
    width: 100%;
    margin-right: 0;
  }
}
footer#site-footer .family_wrap {
  display: flex;
  gap: 30px;
}
footer#site-footer .family_wrap .logo_partner {
  opacity: 0.15;
  max-height: 27px;
}
footer#site-footer .text_wrap {
  margin-top: 20px;
}
footer#site-footer .text_wrap .copyright {
  font-size: 12px;
  color: #6b7078;
}
footer#site-footer .text_wrap .description {
  font-size: 12px;
  color: #6b7078;
  line-height: 1.5em;
  margin: 8px 0;
}
footer#site-footer .text_wrap .menu_wrap {
  display: flex;
  margin-bottom: 10px;
}
footer#site-footer .text_wrap .menu_wrap > div {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  padding: 0;
  margin-right: 30px;
}
footer#site-footer .text_wrap .menu_wrap > div:hover {
  text-decoration: underline;
}
footer#site-footer .subscribe #stb_subscribe {
  background-color: transparent;
  border: none;
  padding: 0;
}
footer#site-footer .subscribe #stb_subscribe .stb_form {
  display: flex;
  position: relative;
  flex-direction: column;
}
footer#site-footer .subscribe #stb_subscribe .stb_form .stb_inner {
  display: flex;
  align-items: center;
}
footer#site-footer .subscribe #stb_subscribe .stb_form .stb_form_set {
  width: 70%;
  padding-bottom: 0;
}
footer#site-footer .subscribe #stb_subscribe .stb_form #stb_email {
  vertical-align: middle;
  padding: 12px 15px;
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
footer#site-footer .subscribe #stb_subscribe .stb_form #stb_email::placeholder {
  font-size: 14px;
  color: #777;
}
footer#site-footer .subscribe #stb_subscribe .stb_form .stb_form_set_submit {
  padding-top: 0;
  padding-left: 0;
}
footer#site-footer .subscribe #stb_subscribe .stb_form .stb_form_submit_button {
  height: 44px;
  background-color: rgb(85, 102, 125);
  border-radius: 0;
}
footer#site-footer .subscribe #stb_subscribe .stb_form .stb_form_policy {
  padding-bottom: 0;
  padding-top: 10px;
}
footer#site-footer .subscribe #stb_subscribe .stb_form .stb_form_policy > label {
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.4);
}
footer#site-footer .subscribe #stb_subscribe .stb_form .stb_form_policy > label input {
  border: none;
  vertical-align: middle;
}
footer#site-footer .subscribe #stb_subscribe .stb_form .stb_form_policy #stb_form_modal_open {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.4);
}
footer#site-footer .subscribe #stb_subscribe .stb_form .stb_form_policy .stb_form_msg_error {
  display: block;
  position: absolute;
  top: -68px;
  padding: 0;
  height: 27px;
}
footer#site-footer .subscribe #stb_subscribe .stb_form .stb_form_result.success {
  position: absolute;
  top: -40px;
  color: #fff;
}
footer#site-footer .subscribe #stb_subscribe .stb_form .stb_form_result.success p {
  color: #fff;
}
footer#site-footer .subscribe #stb_subscribe .stb_form .stb_form_modal_title:before {
  content: none;
}
footer#site-footer .subscribe #stb_subscribe .stb_form .privacy_policy_wrap {
  padding: 0 20px;
}
footer#site-footer .subscribe #stb_subscribe .stb_form .privacy_policy_wrap iframe {
  border: 1px solid #ccc;
}
footer#site-footer ul.sns_grp {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
footer#site-footer ul.sns_grp svg {
  fill: #fff;
}
footer#site-footer ul.sns_grp li.sns {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}
footer#site-footer ul.sns_grp li.sns.fb {
  background-image: url("/wp-content/themes/geosystem-2022-09-01/src/img/icon/ic_sns_fb.png");
}
footer#site-footer ul.sns_grp li.sns.insta {
  background-image: url("/wp-content/themes/geosystem-2022-09-01/src/img/icon/ic_sns_insta.png");
}
footer#site-footer ul.sns_grp li.sns.youtube > a {
  display: flex;
}
footer#site-footer ul.sns_grp li.sns:last-child {
  margin-right: 0;
}

/*
Theme Name: GeoSystem Theme
Theme URI: http://peterosea.com/
Description: A child theme for Twenty Nineteen.
Author: peterosea
Author URI: http://peterosea.com/
Template: twentynineteen
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
body.archive .site-content .container_inner {
  padding: 80px 0;
}
body.archive .category_wrap {
  width: 100%;
}
body.archive .product-list {
  position: relative;
  row-gap: 50px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
body.archive .compare_btn_wrap {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: flex-end;
  z-index: 2;
}
body.archive .compare_btn_wrap .btn.do_compare {
  border: solid 1px #d2d6db;
  font-size: 14px;
  color: #9ea3ad;
  width: 98px;
  height: 42px;
  cursor: pointer;
  transition: all 0.3s;
}
body.archive .compare_btn_wrap .btn.do_compare:hover {
  border-color: #69c0ff;
  color: #69c0ff;
}
body.archive .list_wrap {
  display: flex;
  flex-direction: column;
  padding: 0 0 60px;
  border-bottom: 1px solid #aaa;
}
body.archive .list_wrap:last-child {
  border-bottom: none;
}
body.archive .label_new {
  position: absolute;
  left: -5px;
  top: 30px;
  background-color: #cf4d4d;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  line-height: 1em;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
}
body.archive .child_title {
  position: relative;
}
body.archive .child_title h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 900;
}
body.archive .child_title .line {
  width: 40px;
  height: 4px;
  background-color: #0a79a6;
  margin-top: 24px;
  display: inline-block;
}
body.archive .list_container.col_1_3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 60px;
  margin-top: 40px;
}
body.archive .list_container.col_1_3 .item-product {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0;
  margin: 0;
  row-gap: 15px;
}
@media (max-width: 1280px) {
  body.archive .list_container.col_1_3 .item-product {
    width: 32%;
    margin: 0 2% 40px 0;
  }
}
@media (max-width: 768px) {
  body.archive .list_container.col_1_3 .item-product {
    width: 49%;
  }
  body.archive .list_container.col_1_3 .item-product:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  body.archive .list_container.col_1_3 .item-product {
    width: 100%;
    margin-right: 0;
  }
}
body.archive .list_container.col_1_3 .item-product .thumbnail {
  width: 100%;
  padding: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #ccc;
  margin-bottom: 0px;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.archive .list_container.col_1_3 .item-product .thumbnail img {
  display: block;
  width: auto;
  height: auto;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}
body.archive .list_container.col_1_3 .item-product:hover .thumbnail {
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
}
body.archive .list_container.col_1_3 .item-product .post_title {
  line-height: 1.4em;
  padding: 0;
  width: 100%;
  margin-top: 10px;
}
body.archive .list_container.col_1_3 .item-product .post_title h4, body.archive .list_container.col_1_3 .item-product .post_title span {
  font-size: 24px;
}
body.archive .list_container.col_1_3 .item-product .post_title h4 {
  margin: 0;
  line-height: 1em;
  font-weight: 700;
}
body.archive .list_container.col_1_3 .item-product .post_title span {
  font-weight: 500;
}
body.archive .list_container.col_1_3 .item-product p.excerpt {
  font-size: 14px;
  color: #9ea3ad;
  line-height: 1.4em;
  padding: 0;
  width: 100%;
}
@media (max-width: 960px) {
  body.archive .list_container.col_1_3 .item-product p.excerpt {
    padding: 0;
  }
}
body.archive.term-laser-scanner .product-list {
  margin-top: 25px;
}
body.archive.term-laser-scanner .list_wrap .child_title {
  height: 42px;
  display: flex;
  align-items: center;
}
body.archive.term-laser-scanner .list_container.col_1_3 {
  margin-top: 20px;
}

/*
Theme Name: GeoSystem Theme
Theme URI: http://peterosea.com/
Description: A child theme for Twenty Nineteen.
Author: peterosea
Author URI: http://peterosea.com/
Template: twentynineteen
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
body.single-products .site-content > .container_inner {
  margin-bottom: 40px;
}
body.single-products .site-content > .container_inner .product_wrap {
  padding-top: 60px;
}
body.single-products .site-content > .container_inner .product_wrap h5.title_section {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 20px 0;
}
body.single-products .site-content > .container_inner section.main_info_grp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  padding-bottom: 80px;
  min-height: 720px;
}
body.single-products .site-content > .container_inner section.main_info_grp .col_1_2 {
  flex-shrink: 3;
  flex-basis: 600px;
}
@media (max-width: 1280px) {
  body.single-products .site-content > .container_inner section.main_info_grp .col_1_2 {
    flex-basis: 55%;
  }
}
@media (max-width: 960px) {
  body.single-products .site-content > .container_inner section.main_info_grp .col_1_2 {
    flex-basis: 100%;
  }
}
body.single-products .site-content > .container_inner section.main_info_grp .col_2_2 {
  flex-shrink: 1;
  flex-basis: 400px;
}
@media (max-width: 1280px) {
  body.single-products .site-content > .container_inner section.main_info_grp .col_2_2 {
    width: 40%;
  }
}
@media (max-width: 960px) {
  body.single-products .site-content > .container_inner section.main_info_grp .col_2_2 {
    width: 100%;
    flex-basis: 100%;
  }
}
body.single-products .site-content > .container_inner section.main_info_grp > * {
  display: flex;
  flex-direction: column;
}
body.single-products .site-content > .container_inner section.main_info_grp .title_grp ._title {
  font-size: 44px;
  line-height: 1em;
}
body.single-products .site-content > .container_inner section.main_info_grp .title_grp ._slogan {
  font-size: 16px;
  color: #222222;
  margin-top: 10px;
  font-weight: 300;
}
body.single-products .site-content > .container_inner section.main_info_grp .infotext_grp .spec_image {
  margin-top: 60px;
}
body.single-products .site-content > .container_inner section.main_info_grp .infotext_grp .spec_grp {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}
body.single-products .site-content > .container_inner section.main_info_grp .infotext_grp .spec_grp ._spec {
  display: flex;
  flex-direction: column;
  width: 33.33%;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  padding: 15px;
}
body.single-products .site-content > .container_inner section.main_info_grp .infotext_grp .spec_grp ._spec > b {
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 500;
  letter-spacing: -0.05em;
}
body.single-products .site-content > .container_inner section.main_info_grp .infotext_grp .spec_grp ._spec > span {
  font-size: 13px;
  word-break: break-word;
  color: #999999;
  line-height: 1.4em;
  padding-top: 10px;
}
body.single-products .site-content > .container_inner section.main_info_grp .infotext_grp .spec_grp.specs_1, body.single-products .site-content > .container_inner section.main_info_grp .infotext_grp .spec_grp.specs_2 {
  border-top: none;
}
body.single-products .site-content > .container_inner section.main_info_grp .infotext_grp .spec_grp.specs_1 ._spec, body.single-products .site-content > .container_inner section.main_info_grp .infotext_grp .spec_grp.specs_2 ._spec {
  border-top: 1px solid #e8e8e8;
}
body.single-products .site-content > .container_inner section.main_info_grp .infotext_grp .spec_grp.specs_1 ._spec {
  width: 100%;
}
body.single-products .site-content > .container_inner section.main_info_grp .infotext_grp .spec_grp.specs_2 ._spec {
  width: 50%;
}
body.single-products .site-content > .container_inner section.main_info_grp .infotext_grp .feature_grp {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}
body.single-products .site-content > .container_inner section.main_info_grp .infotext_grp .feature_grp ._feature {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
body.single-products .site-content > .container_inner section.main_info_grp .infotext_grp .feature_grp ._feature:first-child {
  margin-top: 0;
}
body.single-products .site-content > .container_inner section.main_info_grp .infotext_grp .feature_grp ._feature > b {
  font-size: 20px;
  font-weight: 500;
}
body.single-products .site-content > .container_inner section.main_info_grp .infotext_grp .feature_grp ._feature > span {
  font-size: 16px;
  font-weight: 300;
  padding-top: 10px;
  line-height: 1.4em;
}
body.single-products .site-content > .container_inner section.main_info_grp .media_grp {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 960px) {
  body.single-products .site-content > .container_inner section.main_info_grp .media_grp {
    position: relative;
    margin-top: 40px;
  }
}
body.single-products .site-content > .container_inner section.main_info_grp .media_grp .btn_wrap {
  margin-top: 60px;
}
body.single-products .site-content > .container_inner section.main_info_grp .media_grp .btn_wrap .item_btn {
  margin-bottom: 20px;
}
body.single-products .site-content > .container_inner section.main_info_grp .media_grp .btn_wrap .btn {
  border-radius: 100px;
  background-color: #4c84db;
  width: 100%;
  padding: 15px;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s;
}
body.single-products .site-content > .container_inner section.main_info_grp .slider_product {
  position: relative;
}
body.single-products .site-content > .container_inner section.main_info_grp .slider_product .slick-list {
  width: 400px;
}
@media (max-width: 960px) {
  body.single-products .site-content > .container_inner section.main_info_grp .slider_product .slick-list {
    width: 100%;
  }
}
body.single-products .site-content > .container_inner section.main_info_grp .slider_product .slick-dots {
  display: flex;
  justify-content: center;
  font-size: 0;
  margin-top: 40px;
}
body.single-products .site-content > .container_inner section.main_info_grp .slider_product .slick-dots > li {
  margin-right: 10px;
}
body.single-products .site-content > .container_inner section.main_info_grp .slider_product .slick-dots > li.slick-active button {
  background-color: #555;
}
body.single-products .site-content > .container_inner section.main_info_grp .slider_product .slick-dots > li:last-child {
  margin-right: 0;
}
body.single-products .site-content > .container_inner section.main_info_grp .slider_product .slick-dots button {
  border-radius: 50%;
  background-color: #ddd;
  width: 10px;
  height: 10px;
  font-size: 0;
  padding: 0;
}
body.single-products .site-content > .container_inner section.main_info_grp .slider_product .slick-arrow {
  position: absolute;
  bottom: -5px;
  width: 30px;
  height: 22px;
  z-index: 9;
  font-size: 0;
  background-color: transparent;
  padding: 0;
}
body.single-products .site-content > .container_inner section.main_info_grp .slider_product .slick-arrow.slick-next {
  background-image: url("/wp-content/themes/geosystem-2022-09-01/src/img/icon/ic_arrow_tail.png");
  right: 0;
}
body.single-products .site-content > .container_inner section.main_info_grp .slider_product .slick-arrow.slick-prev {
  background-image: url("/wp-content/themes/geosystem-2022-09-01/src/img/icon/ic_arrow_tail.png");
  transform: rotate(180deg);
  left: 0;
}
body.single-products .site-content > .container_inner section.media_grp {
  padding-top: 80px;
  border-top: 1px solid #e8e8e8;
  margin-bottom: 80px;
}
body.single-products .site-content > .container_inner section.media_grp .videos_grp {
  margin-bottom: 60px;
}
body.single-products .site-content > .container_inner section.media_grp .videos_grp .video {
  display: flex;
  flex-direction: row;
  padding: 30px 0;
  border-bottom: 1px solid #e8e8e8;
}
body.single-products .site-content > .container_inner section.media_grp .videos_grp .video:first-child {
  padding-top: 0;
}
@media (max-width: 640px) {
  body.single-products .site-content > .container_inner section.media_grp .videos_grp .video {
    flex-direction: column;
  }
}
body.single-products .site-content > .container_inner section.media_grp .videos_grp .video h5 {
  font-size: 22px;
  margin-left: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  body.single-products .site-content > .container_inner section.media_grp .videos_grp .video h5 {
    font-size: 22px;
    margin-left: 0;
    line-height: 1.4em;
  }
}
body.single-products .site-content > .container_inner section.media_grp .videos_grp .video:hover h5 {
  color: #4c84db;
}
body.single-products .site-content > .container_inner section.media_grp .videos_grp .video ._video {
  position: relative;
  min-width: 150px;
  padding-bottom: 87px;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  body.single-products .site-content > .container_inner section.media_grp .videos_grp .video ._video {
    width: 100%;
    min-width: 100%;
    padding-bottom: 56.25%;
  }
}
body.single-products .site-content > .container_inner section.media_grp .videos_grp .video ._video iframe, body.single-products .site-content > .container_inner section.media_grp .videos_grp .video ._video object, body.single-products .site-content > .container_inner section.media_grp .videos_grp .video ._video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.single-products .site-content > .container_inner section.media_grp .videos_grp .video ._video._wp_video {
  padding-bottom: 0;
}
body.single-products .site-content > .container_inner section.media_grp .videos_grp .video._active {
  flex-direction: column;
}
body.single-products .site-content > .container_inner section.media_grp .videos_grp .video._active ._video {
  width: 100%;
  padding-bottom: 56.25%;
}
body.single-products .site-content > .container_inner section.media_grp .videos_grp .video._active h5 {
  font-size: 30px;
  margin: 20px 0;
}
@media (max-width: 640px) {
  body.single-products .site-content > .container_inner section.media_grp .videos_grp .video._active h5 {
    font-size: 22px;
  }
}
body.single-products .site-content > .container_inner section.media_grp .videos_grp .video .wp-video, body.single-products .site-content > .container_inner section.media_grp .videos_grp .video video.wp-video-shortcode, body.single-products .site-content > .container_inner section.media_grp .videos_grp .video .mejs-container, body.single-products .site-content > .container_inner section.media_grp .videos_grp .video .mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
}
body.single-products .site-content > .container_inner section.media_grp .videos_grp .video .mejs-container {
  padding-top: 56.25%;
}
body.single-products .site-content > .container_inner section.media_grp .videos_grp .video .wp-video, body.single-products .site-content > .container_inner section.media_grp .videos_grp .video video.wp-video-shortcode {
  max-width: 100% !important;
}
body.single-products .site-content > .container_inner section.media_grp .videos_grp .video video.wp-video-shortcode {
  position: relative;
}
body.single-products .site-content > .container_inner section.media_grp .videos_grp .video .mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body.single-products .site-content > .container_inner section.media_grp .videos_grp .video .mejs-controls {
  display: none;
}
body.single-products .site-content > .container_inner section.media_grp .videos_grp .video .mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}
body.single-products .site-content > .container_inner section.media_grp .scroll_photos.photos_wrap {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  padding: 20px 0 40px;
  width: 100%;
  cursor: grab;
}
body.single-products .site-content > .container_inner section.media_grp .scroll_photos.photos_wrap ._photo {
  min-width: 450px;
  width: 100%;
  margin-right: 20px;
}
body.single-products .site-content > .container_inner section.media_grp .scroll_photos.photos_wrap ._photo .thumb_bg, body.single-products .site-content > .container_inner section.media_grp .scroll_photos.photos_wrap ._photo section.main_info_grp .slider_product .slick-arrow, body.single-products .site-content > .container_inner section.main_info_grp .slider_product section.media_grp .scroll_photos.photos_wrap ._photo .slick-arrow {
  padding-bottom: 65%;
}
body.single-products .site-content > .container_inner section.media_grp .scroll_photos.photos_wrap.with_line_wrap .thumb_bg, body.single-products .site-content > .container_inner section.media_grp .scroll_photos.photos_wrap.with_line_wrap section.main_info_grp .slider_product .slick-arrow, body.single-products .site-content > .container_inner section.main_info_grp .slider_product section.media_grp .scroll_photos.photos_wrap.with_line_wrap .slick-arrow {
  border: 1px solid #e8e8e8;
}
body.single-products .site-content > .container_inner section.compare_grp {
  padding-top: 80px;
  border-top: 1px solid #e8e8e8;
  margin-bottom: 80px;
}
body.single-products .site-content > .container_inner section.compare_grp table {
  margin-bottom: 0;
}
body.single-products .site-content > .container_inner section.compare_grp table thead tr:first-child th, body.single-products .site-content > .container_inner section.compare_grp table thead tr:first-child td {
  border-top: 1px solid #707070;
}
body.single-products .site-content > .container_inner section.compare_grp table thead tr:last-child th, body.single-products .site-content > .container_inner section.compare_grp table thead tr:last-child td {
  border-bottom: 1px solid #707070;
}
body.single-products .site-content > .container_inner section.compare_grp table th, body.single-products .site-content > .container_inner section.compare_grp table td {
  text-align: center;
  font-size: 15px;
  word-break: keep-all;
  border-color: #dddddd;
  line-height: 1.4em;
  padding: 10px;
}
body.single-products .site-content > .container_inner section.compare_grp table th img, body.single-products .site-content > .container_inner section.compare_grp table td img {
  max-height: 200px;
  width: auto;
}
body.single-products .site-content > .container_inner section.compare_grp table th {
  font-weight: bold;
  width: 13%;
}
body.single-products .site-content > .container_inner section.compare_grp table th:first-child {
  width: auto;
}
body.single-products .site-content > .container_inner section.compare_grp table td {
  font-weight: 500;
}
body.single-products .site-content > .container_inner section.compare_grp table.th_2col th {
  width: 15%;
}
body.single-products .site-content > .container_inner section.compare_grp table.th_2col th:first-child, body.single-products .site-content > .container_inner section.compare_grp table.th_2col th:nth-child(2) {
  width: auto;
}
body.single-products .site-content > .container_inner section.compare_grp table.less_img th {
  width: 18%;
}
body.single-products .site-content > .container_inner section.relative_grp {
  padding-top: 80px;
  border-top: 1px solid #e8e8e8;
  margin-bottom: 80px;
}
body.single-products .site-content > .container_inner section.relative_grp .products {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  width: 100%;
  padding-bottom: 40px;
}
body.single-products .site-content > .container_inner section.relative_grp .products ._item {
  max-width: 247px;
  min-width: 247px;
  width: 100%;
  margin-right: 30px;
}
body.single-products .site-content > .container_inner section.relative_grp .products ._item h6 {
  font-size: 22px;
  margin: 20px 0 6px;
  line-height: 1.2em;
}
body.single-products .site-content > .container_inner section.relative_grp .products ._item .thumb_bg, body.single-products .site-content > .container_inner section.relative_grp .products ._item section.main_info_grp .slider_product .slick-arrow, body.single-products .site-content > .container_inner section.main_info_grp .slider_product section.relative_grp .products ._item .slick-arrow {
  border: 1px solid #e8e8e8;
  transition: all 0.4s;
}
body.single-products .site-content > .container_inner section.relative_grp .products ._item ._description {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}
/*
Theme Name: GeoSystem Theme
Theme URI: http://peterosea.com/
Description: A child theme for Twenty Nineteen.
Author: peterosea
Author URI: http://peterosea.com/
Template: twentynineteen
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
body.by-business.page-template p {
  margin-bottom: 0;
}
body.by-business.page-template #masthead.site-header.page:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  background-color: #19377a;
  z-index: 1;
}
body.by-business.page-template .site-content.container {
  max-width: none;
}
body.by-business.page-template .site-content.container .container_inner {
  max-width: none;
}
body.by-business.page-template .site-content.container .page-content-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 80px 0;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 0;
}
body.by-business.page-template .site-content.container .page-content-section.last-section {
  border-bottom: none;
  margin-bottom: 70px;
}
body.by-business.page-template .site-content.container .page-content-section ._title:before {
  content: none;
}
body.by-business.page-template .site-content.container .page-content-section .section_inner {
  max-width: 1080px;
  width: 100%;
}
body.by-business.page-template .site-content.container .page-content-section .page_title {
  text-align: center;
}
body.by-business.page-template .site-content.container .page-content-section .page_title ._title {
  font-size: 50px;
  font-weight: bold;
}
body.by-business.page-template .site-content.container .page-content-section .page_title ._description {
  font-size: 16px;
  color: #222222;
  font-weight: 300;
  line-height: 1.6;
}
@media (max-width: 768px) {
  body.by-business.page-template .site-content.container .page-content-section .page_title ._title {
    font-size: 38px;
    line-height: 1.2em;
  }
}
@media (max-width: 960px) {
  body.by-business.page-template .site-content.container .page-content-section .col_1_2 {
    width: 100%;
  }
}
body.by-business.page-template .site-content.container .page-content-section .btn_wrap {
  margin-top: 20px;
}
body.by-business.page-template .site-content.container .page-content-section .btn_wrap .btn._pd_detail {
  border-radius: 100px;
  background-color: #4c84db;
  color: #fff;
  font-size: 16px;
  padding: 13px;
}
body.by-business.page-template .site-content.container .page-content-section .video_wrap {
  margin-top: 60px;
}
body.by-business.page-template .site-content.container .page-content-section .gallery {
  margin-top: 60px;
  justify-content: flex-start;
  margin-bottom: 0;
}
body.by-business.page-template .site-content.container .page-content-section .gallery ._title {
  font-size: 20px;
  margin-bottom: 25px;
}
body.by-business.page-template .site-content.container .page-content-section .gallery ul {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
}
@media (max-width: 640px) {
  body.by-business.page-template .site-content.container .page-content-section .gallery ul {
    flex-wrap: wrap;
  }
}
body.by-business.page-template .site-content.container .page-content-section .gallery ul li {
  width: 100%;
  max-width: 50%;
  margin-right: 0.5%;
}
body.by-business.page-template .site-content.container .page-content-section .gallery ul li:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  body.by-business.page-template .site-content.container .page-content-section .gallery ul li {
    max-width: 49%;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  body.by-business.page-template .site-content.container .page-content-section .gallery ul li img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  body.by-business.page-template .site-content.container .page-content-section .gallery ul li {
    max-width: none;
    padding-right: 0;
  }
}
body.by-business.page-template .site-content.container .page-content-section ul.data_grp {
  background-color: rgba(76, 132, 219, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  margin-top: 80px;
}
body.by-business.page-template .site-content.container .page-content-section ul.data_grp li {
  width: 100%;
  max-width: 33%;
  border-right: 1px solid rgba(112, 112, 112, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
body.by-business.page-template .site-content.container .page-content-section ul.data_grp li:last-child {
  border-right: none;
}
body.by-business.page-template .site-content.container .page-content-section ul.data_grp li ._title {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 30px;
}
body.by-business.page-template .site-content.container .page-content-section ul.data_grp li ._description {
  font-size: 14px;
  color: #222222;
  margin-top: 8px;
  text-align: center;
  font-weight: 300;
}
@media (max-width: 640px) {
  body.by-business.page-template .site-content.container .page-content-section ul.data_grp {
    flex-direction: column;
  }
  body.by-business.page-template .site-content.container .page-content-section ul.data_grp li {
    max-width: none;
    border-right: none;
  }
}
body.by-business.page-template .site-content.container .page-content-section .detail_info {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
body.by-business.page-template .site-content.container .page-content-section .detail_info ul {
  width: 50%;
}
@media (max-width: 768px) {
  body.by-business.page-template .site-content.container .page-content-section .detail_info ul {
    width: 100%;
  }
}
body.by-business.page-template .site-content.container .page-content-section .detail_info ul li {
  font-size: 14px;
  color: #222222;
  display: flex;
  align-items: flex-start;
  font-weight: 300;
  margin-bottom: 8px;
}
body.by-business.page-template .site-content.container .page-content-section .detail_info ul li:before {
  content: "";
  width: 2px;
  height: 2px;
  background-color: #000;
  border-radius: 50px;
  display: inline-block;
  margin-right: 10px;
  margin-top: 9px;
}
body.by-business.page-template .site-content.container .page-content-section .section_title ._title {
  font-size: 40px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.by-business.page-template .site-content.container .page-content-section .section_title ._title:after {
  content: "";
  width: 60px;
  height: 4px;
  background-color: #222222;
  display: inline-block;
  margin-top: 30px;
}
body.by-business.page-template .site-content.container .page-content-section .section_title ._description {
  font-size: 16px;
  color: #222222;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 30px;
}
body.by-business.page-template.forensic .product_intro_grp {
  margin-top: 100px;
}
body.by-business.page-template.forensic .product_intro_grp li.product {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-self: space-between;
  margin-bottom: 80px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 80px;
}
body.by-business.page-template.forensic .product_intro_grp li.product:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
body.by-business.page-template.forensic .product_intro_grp li.product .col_1_2:first-child {
  width: 100%;
  max-width: 640px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  body.by-business.page-template.forensic .product_intro_grp li.product .col_1_2:first-child {
    max-width: none;
    margin-bottom: 30px;
  }
}
body.by-business.page-template.forensic .product_intro_grp li.product .col_1_2:last-child {
  width: 100%;
  max-width: 370px;
}
@media (max-width: 768px) {
  body.by-business.page-template.forensic .product_intro_grp li.product .col_1_2:last-child {
    max-width: none;
  }
}
body.by-business.page-template.forensic .product_intro_grp li.product .spec {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  body.by-business.page-template.forensic .product_intro_grp li.product .spec {
    flex-wrap: wrap;
  }
}
body.by-business.page-template.forensic .product_intro_grp li.product .spec ._title {
  font-size: 24px;
}
body.by-business.page-template.forensic .product_intro_grp li.product .spec p._description {
  font-size: 16px;
  line-height: 1.6;
  color: #222222;
  margin-top: 25px;
  font-weight: 300;
}
body.by-business.page-template.forensic .product_intro_grp li.product .spec .detail_info ul {
  width: 100%;
}
@media (max-width: 768px) {
  body.by-business.page-template.forensic .product_intro_grp li.product .spec .photo_wrap img {
    width: 100%;
  }
}
body.by-business.page-template.railway .section_product ul.products li.product {
  margin-bottom: 60px;
}
body.by-business.page-template.railway .section_product ul.products li.product:last-child {
  margin-bottom: 0;
}
body.by-business.page-template.railway .section_product ul.products ._title {
  font-size: 24px;
}
body.by-business.page-template.railway .section_product ul.products .detail_info {
  margin-top: 30px;
}
body.by-business.page-template.railway .section_product ul.products .detail_info ul {
  width: 100%;
}
body.by-business.page-template.railway .section_product ul.products ._photo {
  margin-top: 40px;
}

/*
Theme Name: GeoSystem Theme
Theme URI: http://peterosea.com/
Description: A child theme for Twenty Nineteen.
Author: peterosea
Author URI: http://peterosea.com/
Template: twentynineteen
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
body.search header.site-header.search {
  background-image: url("/wp-content/themes/geosystem-2022-09-01/src/img/bg_head_search.jpg");
  background-blend-mode: multiply;
  background-color: #516077;
}
body.search header.site-header.search .search_txt {
  padding-bottom: 110px;
  padding-top: 60px;
}
body.search header.site-header.search .search_txt .page_title {
  font-size: 42px;
  font-weight: 900;
  margin-top: 0;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}
body.search header.site-header.search .search_txt .page_title:before {
  content: none;
}
body.search .site-content .container_inner {
  padding: 100px 0;
}
body.search .site-content .main_section .search-form {
  display: flex;
  border: 1px solid #999;
  justify-content: space-between;
}
body.search .site-content .main_section .search-form label {
  width: 80%;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
body.search .site-content .main_section .search-form label:hover {
  border-color: #555;
}
body.search .site-content .main_section .search-form .search-field {
  padding: 20px 30px;
  font-size: 28px;
  background-color: transparent;
  border: none;
  width: 100%;
}
body.search .site-content .main_section .search-form .search-field:focus {
  outline: none;
}
body.search .site-content .main_section .search-form .search-field::placeholder {
  font-size: 22px;
}
body.search .site-content .main_section .search-form .search-submit {
  width: 20%;
  border-radius: 0;
  background-color: #000;
  color: #fff;
  transition: all 0.2s;
}
body.search .site-content .main_section .search-form .search-submit:hover {
  border: 5px solid #fff;
}
body.search .site-content .result_list {
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.search .site-content .result_list h2.keyword_wrap {
  font-weight: 300;
  margin: 80px 0;
  font-size: 28px;
  text-align: center;
}
body.search .site-content .result_list h2.keyword_wrap:before {
  content: none;
}
body.search .site-content .result_list h2.keyword_wrap .search_keyword {
  font-weight: bold;
}
body.search .site-content .result_list h2.keyword_wrap .number {
  font-weight: bold;
}
body.search .site-content .result_list h2.keyword_wrap ._description {
  font-size: 16px;
  color: #999;
  margin-top: 10px;
}
body.search .site-content .result_list .article_grp.results {
  border-top: 1px solid #ddd;
}
body.search .site-content .result_list .item-search {
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #e8e8e8;
}
body.search .site-content .result_list .item-search .col_1_4 {
  width: 25%;
  padding-right: 40px;
}
body.search .site-content .result_list .item-search .col_1_4 .thumb_bg {
  background-position: center center;
  padding-bottom: 80%;
  width: 100%;
}
body.search .site-content .result_list .item-search .col_3_4 {
  width: 75%;
}
body.search .site-content .result_list .item-search.no-thumbnail .col_1_4 {
  display: none;
}
body.search .site-content .result_list .item-search.no-thumbnail .col_3_4 {
  width: 100%;
}
body.search .site-content .result_list .item-search ._title h3 {
  font-size: 28px;
  font-weight: bold;
}
body.search .site-content .result_list .item-search ._excerpt p {
  font-size: 16px;
  line-height: 1.6em;
  color: #777;
  margin-bottom: 0;
}
body.search .site-content .result_list .navigation.pagination .nav-links {
  width: 100%;
  margin: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.search .site-content .result_list .navigation.pagination .nav-links > * {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.search .site-content .result_list .navigation.pagination .nav-links .page-numbers {
  padding: 8px 15px;
  font-size: 16px;
  line-height: 1.2em;
}
body.search .site-content .result_list .navigation.pagination span.page-numbers.current {
  color: #4c84db;
}
body.search .site-content .result_list .navigation.pagination .nav-next-text, body.search .site-content .result_list .navigation.pagination .nav-prev-text {
  display: none;
}
body.search .site-content .result_list .navigation.pagination a.page-numbers {
  color: #000;
  font-weight: 500;
  transition: all 0.2s;
}
body.search .site-content .result_list .navigation.pagination a.page-numbers:hover {
  text-decoration: underline;
}
body.search .site-content .result_list .navigation.pagination a.page-numbers.next, body.search .site-content .result_list .navigation.pagination a.page-numbers.prev {
  border: 1px solid #e8e8e8;
  padding: 8px;
}
body.search .site-content .result_list .navigation.pagination a.page-numbers.next:hover, body.search .site-content .result_list .navigation.pagination a.page-numbers.prev:hover {
  text-decoration: none;
  background-color: #e8e8e8;
}
body.search .site-content .result_list .navigation.pagination a.page-numbers.next {
  margin-left: 20px;
}
body.search .site-content .result_list .navigation.pagination a.page-numbers.prev {
  margin-right: 20px;
}
body.search .site-content .searchform input {
  padding: 20px 30px !important;
  font-size: 28px;
  background-color: transparent;
  width: 100%;
  color: #111 !important;
  border: 1px solid #000 !important;
}
body.search .site-content .searchform button {
  background-color: #000;
  width: 20%;
}
body.search .site-content .searchform button:after {
  content: attr(value);
}
body.search .site-content .searchform button svg {
  display: none;
}

.search_el.global {
  width: 100%;
}
.search_el.global form {
  display: flex;
  padding: 10px 0 0;
}
.search_el.global form input {
  padding: 10px 0;
}

/*
Theme Name: GeoSystem Theme
Theme URI: http://peterosea.com/
Description: A child theme for Twenty Nineteen.
Author: peterosea
Author URI: http://peterosea.com/
Template: twentynineteen
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
.popup {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  transition: all 0.5s;
  animation-duration: 0.5s;
  animation-name: fadein;
  overflow-y: auto;
  padding: 20px 0;
  flex-wrap: wrap;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.popup ._container {
  max-width: 1000px;
  justify-content: center;
  z-index: 99;
  margin-right: 20px;
}
.popup ._container:nth-last-child(2) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .popup ._container {
    margin: 0 20px 20px;
  }
}
.popup ._content {
  width: auto;
  border-radius: 0;
  border: none;
  background-color: transparent;
}
.popup ._body {
  padding: 0;
}
.popup ._footer {
  background-color: #000;
  border: none;
  padding: 0 10px;
  justify-content: space-between;
  display: flex;
}
.popup button.btn {
  margin: 0;
  color: #fff;
}

.modal_shadow {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
  animation-duration: 0.5s;
  animation-name: fadein;
}

.modal.in {
  opacity: 1;
  display: flex !important;
  align-items: center;
}
.modal .modal-backdrop {
  z-index: unset;
}
.modal .modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal .modal-dialog {
  max-width: 920px;
  width: 80%;
}
@media (max-width: 640px) {
  .modal .modal-dialog {
    width: 94%;
  }
}
.modal .modal-content {
  border-radius: 0;
  border: none;
}
.modal .modal-header {
  border: none;
  padding-bottom: 0;
  padding-top: 20px;
}
.modal .modal-header .modal-title {
  font-size: 21px;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 960px) {
  .modal.compare_wrap .modal-body {
    overflow: auto;
  }
}
.modal table {
  margin-bottom: 0;
}
.modal table thead tr:first-child th, .modal table thead tr:first-child td {
  border-top: 1px solid #000;
}
.modal table thead tr:last-child th, .modal table thead tr:last-child td {
  border-bottom: 1px solid #000;
}
.modal table th, .modal table td {
  text-align: center;
  border-left: none;
  border-right: none;
  word-break: keep-all;
  border-color: #dddddd;
  border-bottom: 1px solid #bbb;
  line-height: 1.4em;
  padding: 5px 10px;
  font-size: 13px;
}
.modal table th img, .modal table td img {
  max-height: 200px;
  width: 100%;
}
.modal table th {
  font-weight: bold;
  width: 18%;
}
.modal table th:first-child {
  width: auto;
}
.modal table td {
  font-weight: 500;
}
.modal table.column_4 th {
  width: 16%;
}
.modal table.column_4 td {
  width: 28%;
}

/*
Theme Name: GeoSystem Theme
Theme URI: http://peterosea.com/
Description: A child theme for Twenty Nineteen.
Author: peterosea
Author URI: http://peterosea.com/
Template: twentynineteen
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
body.home .body_container {
  position: relative;
}
body.home .body_container header#masthead.site-header.home {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
body.home .body_container .site-content.full_width {
  max-width: none;
  padding: 0;
}
body.home .body_container .site-content.full_width .container_inner {
  max-width: none;
  position: relative;
}
body.home .body_container p {
  margin-bottom: 0;
}
@media (max-width: 1480px) {
  body.home .floating_banner {
    display: none;
  }
}
body.home .slider_main {
  position: relative;
}
@keyframes zoom {
  0% {
    transform: scale(1, 1) translateZ(1px);
    opacity: 1;
  }
  80% {
    transform: scale(1.2, 1.2) translateZ(1px);
    opacity: 1;
  }
  99% {
    transform: scale(1.25, 1.25) translateZ(1px);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1) translateZ(1px);
    opacity: 0.7;
  }
}
body.home .slider_main .slide.item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
@media (max-width: 960px) {
  body.home .slider_main .slide.item {
    height: 60vh;
  }
}
body.home .slider_main .slide.item > .bg_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: zoom 20s linear infinite;
  animation-fill-mode: forwards;
  z-index: -1;
}
@media (max-width: 480px) {
  body.home .slider_main .slide.item > .bg_img {
    animation: none;
  }
}
@media (max-width: 480px) {
  body.home .slider_main .slide.item {
    align-items: flex-end;
    padding-bottom: 60px;
  }
}
@keyframes textMove {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(25px);
  }
}
@keyframes textMove-out {
  0% {
    transform: translateX(25px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes goStraight {
  0% {
    height: 5px;
    width: 60px;
    opacity: 1;
  }
  80% {
    height: 2px;
    width: 80%;
    opacity: 1;
  }
  100% {
    height: 1px;
    width: 100%;
    opacity: 0;
  }
}
body.home .slider_main .inner_wrap {
  width: 100%;
  max-width: 1080px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
@media (max-width: 1280px) {
  body.home .slider_main .inner_wrap {
    max-width: 90%;
  }
}
body.home .slider_main .inner_wrap > a {
  animation: textMove-out 0.2s linear;
}
body.home .slider_main .inner_wrap ._title {
  font-size: 64px;
  font-weight: bold;
}
body.home .slider_main .inner_wrap ._title:before {
  content: none;
}
body.home .slider_main .inner_wrap ._title:after {
  content: "";
  background-color: #fff;
  display: block;
  height: 4px;
  margin-top: 30px;
  width: 60px;
}
@media (max-width: 960px) {
  body.home .slider_main .inner_wrap ._title {
    font-size: 54px;
  }
}
@media (max-width: 768px) {
  body.home .slider_main .inner_wrap ._title {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  body.home .slider_main .inner_wrap ._title {
    font-size: 34px;
  }
}
body.home .slider_main .inner_wrap ._subcopy {
  font-size: 32px;
  margin-top: 30px;
  line-height: 1.4em;
  letter-spacing: -0.06em;
}
@media (max-width: 960px) {
  body.home .slider_main .inner_wrap ._subcopy {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  body.home .slider_main .inner_wrap ._subcopy {
    font-size: 20px;
    line-height: 1.6em;
  }
}
@media (max-width: 480px) {
  body.home .slider_main .inner_wrap ._subcopy {
    font-size: 16px;
  }
}
body.home .slider_main .inner_wrap:hover a {
  animation: textMove 0.3s linear;
  animation-fill-mode: forwards;
}
body.home .slider_main .inner_wrap:hover a:first-child {
  animation-delay: 0s;
}
body.home .slider_main .inner_wrap:hover a:nth-child(2) {
  animation-delay: 0.15s;
}
body.home .slider_main .slider_nav_wrap {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 640px) {
  body.home .slider_main .slider_nav_wrap {
    display: none;
  }
}
body.home .slider_main .slider_nav_wrap .slider_nav_inner {
  width: 100%;
  max-width: 1080px;
  display: flex;
  justify-content: center;
}
body.home .slider_main .slider_nav_wrap .item_nav {
  cursor: pointer;
  color: #fff;
  opacity: 0.5;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px 20px;
  transition: all 0.3s;
  font-weight: 500;
}
body.home .slider_main .slider_nav_wrap .item_nav._active {
  color: #69c0ff;
  font-weight: bold;
  opacity: 1;
  border-color: #69c0ff;
}
body.home .site-content > .container_inner > section {
  padding: 100px 0;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  body.home .site-content > .container_inner > section {
    padding: 80px 0;
  }
}
body.home .site-content > .container_inner > section.fix_width > div, body.home .site-content > .container_inner > section.fix_width > ul {
  width: 100%;
  max-width: 1080px;
}
@media (max-width: 1280px) {
  body.home .site-content > .container_inner > section.fix_width > div, body.home .site-content > .container_inner > section.fix_width > ul {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
}
body.home .site-content > .container_inner > section.wide_width > div, body.home .site-content > .container_inner > section.wide_width > ul {
  width: 100%;
  max-width: 1280px;
}
@media (max-width: 1280px) {
  body.home .site-content > .container_inner > section.wide_width > div, body.home .site-content > .container_inner > section.wide_width > ul {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
}
body.home .site-content > .container_inner > section .copy_grp ._title {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.05em;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 40px;
}
body.home .site-content > .container_inner > section .copy_grp ._title:after {
  content: "";
  width: 60px;
  height: 4px;
  background-color: #252d3a;
  margin-top: 30px;
}
@media (max-width: 768px) {
  body.home .site-content > .container_inner > section .copy_grp ._title {
    font-size: 32px;
  }
}
body.home .site-content > .container_inner > section .copy_grp ._description {
  font-size: 16px;
  line-height: 1.6em;
  text-align: center;
  font-weight: 300;
}
body.home .site-content > .container_inner > section.business_wrap {
  padding-bottom: 60px;
}
body.home .site-content > .container_inner > section.business_wrap .item_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 100px;
}
@media (max-width: 768px) {
  body.home .site-content > .container_inner > section.business_wrap .item_list {
    margin-top: 80px;
  }
}
body.home .site-content > .container_inner > section.business_wrap li.item {
  max-width: 330px;
  width: 33%;
  margin-right: 420px;
  padding-bottom: 80px;
  margin-bottom: 60px;
}
body.home .site-content > .container_inner > section.business_wrap li.item:last-child, body.home .site-content > .container_inner > section.business_wrap li.item:nth-child(3) {
  margin-right: 0;
}
body.home .site-content > .container_inner > section.business_wrap li.item:nth-child(2) {
  position: absolute;
  left: calc(50% - 165px);
  top: calc(50% - 180px);
  margin-right: 0;
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  body.home .site-content > .container_inner > section.business_wrap li.item {
    max-width: 420px;
    width: 30%;
    margin-right: 40%;
  }
  body.home .site-content > .container_inner > section.business_wrap li.item:nth-child(2) {
    left: calc(50% - 145px);
    width: 290px;
  }
}
@media (max-width: 960px) {
  body.home .site-content > .container_inner > section.business_wrap li.item {
    max-width: none;
    width: 47%;
    margin-right: 6%;
    margin-bottom: 30px;
  }
  body.home .site-content > .container_inner > section.business_wrap li.item:nth-child(3) {
    margin-right: 6%;
  }
  body.home .site-content > .container_inner > section.business_wrap li.item:nth-child(2) {
    width: 47%;
    position: relative;
    margin-right: 0;
    left: auto;
    top: auto;
  }
  body.home .site-content > .container_inner > section.business_wrap li.item:nth-child(4) {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  body.home .site-content > .container_inner > section.business_wrap li.item {
    width: 100%;
    margin-right: 0;
  }
  body.home .site-content > .container_inner > section.business_wrap li.item:nth-child(2), body.home .site-content > .container_inner > section.business_wrap li.item:nth-child(3), body.home .site-content > .container_inner > section.business_wrap li.item:nth-child(4) {
    width: 100%;
    margin-right: 0;
  }
}
body.home .site-content > .container_inner > section.business_wrap li.item .overay {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgb(255, 255, 255);
  color: #000;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 300;
}
body.home .site-content > .container_inner > section.business_wrap li.item.not_yet:hover .overay {
  visibility: visible;
  opacity: 1;
}
body.home .site-content > .container_inner > section.business_wrap li.item > a {
  display: flex;
  flex-direction: column;
  position: relative;
}
body.home .site-content > .container_inner > section.business_wrap li.item.not_yet > a {
  pointer-events: none;
}
body.home .site-content > .container_inner > section.business_wrap li.item .thumb_bg {
  padding-bottom: 66%;
  width: 100%;
  transition: all 0.3s;
  background-size: 100%;
}
body.home .site-content > .container_inner > section.business_wrap li.item .txt_grp {
  position: absolute;
  width: 100%;
  max-width: 270px;
  background-color: #fff;
  padding: 20px;
  right: 0;
  bottom: -80px;
  transition: all 0.3s;
}
body.home .site-content > .container_inner > section.business_wrap li.item .txt_grp ._title {
  font-size: 24px;
  font-weight: 900;
  text-align: left;
}
body.home .site-content > .container_inner > section.business_wrap li.item .txt_grp ._title.with_arrow {
  background-image: url(/wp-content/themes/geosystem-2022-09-01/src/img/icon/ic_arrow_tail.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto;
}
body.home .site-content > .container_inner > section.business_wrap li.item .txt_grp ._description {
  font-size: 14px;
  line-height: 1.4em;
  color: #6b7078;
  margin: 15px 0 0 0;
}
body.home .site-content > .container_inner > section.business_wrap li.item:hover .txt_grp {
  bottom: -70px;
}
body.home .site-content > .container_inner > section.business_wrap li.item:hover .thumb_bg {
  background-size: 110%;
}
body.home .site-content > .container_inner > section.product_wrap {
  background-image: url(/wp-content/themes/geosystem-2022-09-01/src/img/bg_main_products.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #62799e;
  background-blend-mode: soft-light;
  padding-top: 140px;
}
@media (max-width: 768px) {
  body.home .site-content > .container_inner > section.product_wrap {
    padding-top: 80px;
  }
}
body.home .site-content > .container_inner > section.product_wrap .copy_grp ._title, body.home .site-content > .container_inner > section.product_wrap .copy_grp ._description {
  color: #fff;
}
body.home .site-content > .container_inner > section.product_wrap .copy_grp ._title:after {
  background-color: #fff;
}
body.home .site-content > .container_inner > section.product_wrap .item_list {
  margin-top: 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  body.home .site-content > .container_inner > section.product_wrap .item_list {
    margin-top: 80px;
  }
}
body.home .site-content > .container_inner > section.product_wrap li.item {
  width: 20%;
  max-width: 240px;
  height: 240px;
  justify-content: center;
  margin-right: 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 15px;
}
@media (max-width: 960px) {
  body.home .site-content > .container_inner > section.product_wrap li.item {
    width: 30%;
  }
}
@media (max-width: 640px) {
  body.home .site-content > .container_inner > section.product_wrap li.item {
    width: 100%;
    max-width: none;
  }
}
body.home .site-content > .container_inner > section.product_wrap li.item > a {
  color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
}
body.home .site-content > .container_inner > section.product_wrap li.item .hover_layer {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px;
}
body.home .site-content > .container_inner > section.product_wrap li.item .hover_layer ._title {
  font-size: 24px;
  font-weight: bold;
  color: #4c84db;
  text-align: center;
}
body.home .site-content > .container_inner > section.product_wrap li.item .hover_layer ._description {
  font-size: 14px;
  color: #6b7078;
  text-align: center;
  margin: 10px 0 0 0;
  letter-spacing: -0.05em;
  line-height: 1.5em;
}
body.home .site-content > .container_inner > section.product_wrap li.item > a:hover .hover_layer {
  opacity: 1;
  visibility: visible;
}
body.home .site-content > .container_inner > section.product_wrap li.item .active_layer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
body.home .site-content > .container_inner > section.product_wrap li.item .active_layer ._title {
  font-size: 20px;
  margin-top: 20px;
}
body.home .site-content > .container_inner > section.product_wrap li.item .active_layer ._icon {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.home .site-content > .container_inner > section.product_wrap li.item .active_layer ._icon img {
  max-width: 75px;
  max-height: 55px;
}
body.home .site-content > .container_inner > section.service_wrap {
  padding-bottom: 140px;
}
@media (max-width: 768px) {
  body.home .site-content > .container_inner > section.service_wrap {
    padding-bottom: 80px;
  }
}
body.home .site-content > .container_inner > section.service_wrap .copy_grp ._title {
  margin-bottom: 0px;
}
body.home .site-content > .container_inner > section.service_wrap .item_list {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  body.home .site-content > .container_inner > section.service_wrap .item_list {
    flex-direction: column;
  }
}
body.home .site-content > .container_inner > section.service_wrap li.item {
  margin-right: 16px;
  position: relative;
  width: 33%;
}
body.home .site-content > .container_inner > section.service_wrap li.item:last-child {
  margin-right: 0;
}
body.home .site-content > .container_inner > section.service_wrap li.item > a {
  color: #fff;
  width: 100%;
  height: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  transition: all 0.3s;
}
body.home .site-content > .container_inner > section.service_wrap li.item > a:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #fff;
  border-style: solid;
  border-width: 0;
  transition-property: border-width;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
body.home .site-content > .container_inner > section.service_wrap li.item > a:hover:before {
  transform: translateY(0);
  border-width: 8px;
}
body.home .site-content > .container_inner > section.service_wrap li.item.service-center > a {
  background-color: #1853af;
}
body.home .site-content > .container_inner > section.service_wrap li.item.warranty > a {
  background-color: #1d1f36;
}
body.home .site-content > .container_inner > section.service_wrap li.item.service-center > a {
  background-color: #0a79a6;
}
body.home .site-content > .container_inner > section.service_wrap li.item ._title {
  margin-top: 40px;
  font-size: 30px;
}
body.home .site-content > .container_inner > section.service_wrap li.item ._description {
  text-align: center;
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 16px;
  opacity: 0.8;
  width: 100%;
}
@media (max-width: 960px) {
  body.home .site-content > .container_inner > section.service_wrap li.item > a {
    padding: 20px;
  }
  body.home .site-content > .container_inner > section.service_wrap li.item ._title {
    font-size: 24px;
    text-align: center;
    line-height: 1.2em;
  }
  body.home .site-content > .container_inner > section.service_wrap li.item ._description {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  body.home .site-content > .container_inner > section.service_wrap li.item {
    width: 100%;
    margin-bottom: 20px;
  }
  body.home .site-content > .container_inner > section.service_wrap li.item:last-child {
    margin-bottom: 0;
  }
}
body.home .footmenu_wrap.bottom_widget {
  background-color: #151e2b;
  padding: 60px;
  display: flex;
  justify-content: center;
  border-bottom: solid 1px rgba(112, 112, 112, 0.3);
}
@media (max-width: 1280px) {
  body.home .footmenu_wrap.bottom_widget {
    padding-right: 0;
    padding-left: 0;
  }
}
body.home .footmenu_wrap.bottom_widget nav.nav_bottom {
  width: 100%;
  max-width: 1080px;
}
@media (max-width: 1280px) {
  body.home .footmenu_wrap.bottom_widget nav.nav_bottom {
    max-width: 90%;
    width: 100%;
  }
}
body.home .footmenu_wrap.bottom_widget nav.nav_bottom > ul {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 640px) {
  body.home .footmenu_wrap.bottom_widget nav.nav_bottom > ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
body.home .footmenu_wrap.bottom_widget nav.nav_bottom > ul > li {
  text-align: left;
}
body.home .footmenu_wrap.bottom_widget nav.nav_bottom > ul > li > a {
  color: #fff;
  font-size: 16px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
body.home .footmenu_wrap.bottom_widget nav.nav_bottom > ul > li > a:after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: all 0.2s;
}
body.home .footmenu_wrap.bottom_widget nav.nav_bottom > ul > li > a:hover:after {
  width: 100%;
}
body.home .footmenu_wrap.bottom_widget nav.nav_bottom > ul ul.sub-menu {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-top: 20px;
}
body.home .footmenu_wrap.bottom_widget nav.nav_bottom > ul ul.sub-menu > li {
  line-height: 1em;
}
body.home .footmenu_wrap.bottom_widget nav.nav_bottom > ul ul.sub-menu > li:last-child {
  margin-bottom: 0;
}
body.home .footmenu_wrap.bottom_widget nav.nav_bottom > ul ul.sub-menu > li > a {
  color: #6b7078;
  font-size: 14px;
  transition: all 0.3s;
}
body.home .footmenu_wrap.bottom_widget nav.nav_bottom > ul ul.sub-menu > li > a:hover {
  color: #fff;
}

.body_container .page-content-section.privacy_policy {
  padding: 40px;
}
.body_container .page-content-section.privacy_policy h5, .body_container .page-content-section.privacy_policy p {
  font-size: 16px;
  line-height: 1.6em;
}
.body_container .page-content-section.privacy_policy p {
  font-weight: 300;
  margin-bottom: 8px;
}
.body_container .page-content-section.privacy_policy table {
  border-spacing: 0;
}
.body_container .page-content-section.privacy_policy table tr:first-child td, .body_container .page-content-section.privacy_policy table tr:first-child th {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.body_container .page-content-section.privacy_policy table td:first-child {
  border-left: 1px solid #ccc;
}
.body_container .page-content-section.privacy_policy table td, .body_container .page-content-section.privacy_policy table th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  line-height: 1.6em;
}
.body_container .page-content-section.privacy_policy table th {
  font-weight: bold;
}

body .peter.page-inner .gform_wrapper ul > li {
  margin-top: 15px;
}
body .peter.page-inner .gform_wrapper .ginput_container.ginput_container_consent {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
body .peter.page-inner .gform_wrapper .ginput_container.ginput_container_consent * {
  margin: 0;
}
body .peter.page-inner .gform_wrapper .ginput_container.ginput_container_consent .gfield_required {
  color: #69c0ff;
}
body .peter.page-inner .gform_wrapper .ginput_container.ginput_container_consent input {
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  margin: 0;
  margin-top: 3px;
}
body .peter.page-inner .gform_wrapper .etc.acc {
  display: grid;
  grid-template-columns: 9.295% auto;
}
body .peter.page-inner .gform_wrapper .etc.acc .gfield_label {
  grid-row: span 2/span 2;
}
body .peter.page-inner .gform_wrapper .etc.acc .gfield_description {
  font-weight: 300;
  color: #222;
}
body .peter.page-inner .gform_wrapper .etc.acc .ginput_container.ginput_container_textarea {
  margin-top: 0;
  width: 100%;
}
body .peter.page-inner .gform_wrapper .etc.acc .ginput_container.ginput_container_textarea textarea {
  border: 1px solid #9a9a9a;
  font-weight: 300;
}
body .peter.page-inner .gform_wrapper .etc.acc .ginput_container.ginput_container_textarea textarea::placeholder {
  color: #888888;
}
body .peter.page-inner .gform_wrapper .acc_products {
  border: 1px solid #9a9a9a;
  padding: 15px 20px;
}
body .peter.page-inner .gform_wrapper .acc_product_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
body .peter.page-inner .gform_wrapper .acc_product {
  display: grid;
  grid-template-columns: auto 5fr auto 1fr auto auto;
  column-gap: 15px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
body .peter.page-inner .gform_wrapper .acc_product:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
body .peter.page-inner .gform_wrapper .acc_product > div {
  font-weight: 300;
  font-size: 15px;
}
body .peter.page-inner .gform_wrapper .acc_product .label {
  color: #000;
}
body .peter.page-inner .gform_wrapper .acc_product .product_name {
  font-weight: 400;
}
body .peter.page-inner .gform_wrapper .amount_wrapper {
  gap: 6px;
}
body .peter.page-inner .gform_wrapper .amount_wrapper span {
  padding: 3px 10px;
  font-size: 14px;
  font-weight: 400;
  background-color: #e9e9e9;
  width: 50px;
}
body .peter.page-inner .gform_wrapper .btn_delete_wrapper {
  justify-content: flex-end;
  display: flex;
}
body .peter.page-inner .gform_wrapper .btn_delete_wrapper .btn {
  font-size: 12px;
  padding: 4px 10px;
  text-align: center;
  border-radius: 0;
  border: 1px solid #999;
}

body.search.post-type-archive-faq .site-content .container_inner {
  padding-top: 0;
}

.certificate-wrapper {
  position: relative;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #b7b3ae;
}
@media (max-width: 768px) {
  .certificate-wrapper {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .certificate-wrapper {
    padding: 15px;
  }
}
.certificate-wrapper .inner_wrapper {
  background-color: #fff;
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  width: 100%;
}
@media (max-width: 960px) {
  .certificate-wrapper .inner_wrapper {
    padding: 40px 30px;
  }
}
@media (max-width: 640px) {
  .certificate-wrapper .inner_wrapper {
    padding: 30px 20px;
  }
}
.certificate-wrapper .content_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
  margin-bottom: 40px;
  max-width: 580px;
  width: 90%;
}
.certificate-wrapper .mark_as {
  filter: drop-shadow(0px 8px 3px rgba(0, 0, 0, 0.25));
}
@media (max-width: 480px) {
  .certificate-wrapper .mark_as {
    max-width: 140px;
  }
}
.certificate-wrapper .title {
  color: #855f2d;
  text-transform: uppercase;
  text-align: center;
}
.certificate-wrapper .title .title_upper {
  font-family: "GungSeo", serif;
  font-weight: 400;
  font-size: 104px;
  line-height: 1;
}
@media (max-width: 960px) {
  .certificate-wrapper .title .title_upper {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .certificate-wrapper .title .title_upper {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .certificate-wrapper .title .title_upper {
    font-size: 42px;
  }
}
.certificate-wrapper .title .title_lower {
  font-family: "GungSeo", serif;
  font-size: 39px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 960px) {
  .certificate-wrapper .title .title_lower {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  .certificate-wrapper .title .title_lower {
    font-size: 18px;
  }
}
.certificate-wrapper .company_name {
  font-size: 30px;
  font-weight: 800;
}
.certificate-wrapper .text_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  color: #855F2D;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.03em;
}
.certificate-wrapper .text_wrapper .desc {
  line-height: 1.6em;
}
@media (max-width: 960px) {
  .certificate-wrapper .text_wrapper .desc {
    font-size: 15px;
  }
}
@media (max-width: 640px) {
  .certificate-wrapper .text_wrapper .desc br {
    display: none;
  }
}
.certificate-wrapper .phone_number {
  font-weight: 700;
}

.triangle_container_top {
  position: absolute;
  top: 0;
  display: flex;
  width: 100%;
  justify-content: center;
}
.triangle_container_top.upper {
  top: -1px;
  max-width: calc(100% - 20px);
}

.triangle_container_bottom {
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
  justify-content: center;
}

.certificate_box {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
}
.certificate_box .inner_box {
  position: relative;
  height: 100%;
}
.certificate_box svg {
  max-width: 100%;
  height: auto;
}
.certificate_box .background_bottom {
  max-width: 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
}

table.board.cs-table td {
  width: 15%;
}
table.board.cs-table td.manager-field {
  width: auto;
}
table.board.cs-table td a {
  font-size: 15px;
}
table.board.cs-table li {
  font-weight: 300;
  font-size: 18px;
  text-align: left;
  list-style: none;
}
table.board.cs-table li::before {
  content: "▪";
  margin-right: 8px;
}
@media (max-width: 768px) {
  table.board.cs-table li {
    font-size: 16px;
  }
}

table.board.repair-table td:nth-child(1) {
  width: 30%;
}
table.board.repair-table td.manager-field {
  width: auto;
}
table.board.repair-table td:nth-child(3) {
  width: 15%;
}

.contact-btn {
  font-size: 15px;
  background-color: #fff;
  color: #4c84db;
  display: flex;
  border: 1px solid #4c84db;
  padding: 8px 20px 8px;
  font-weight: 400;
  margin: 0 auto;
}

.page-content-section.data-room .board.dataroom td.files a {
  justify-content: center;
  display: flex;
  align-items: center;
}

.ask-repair.form .gpnf-nested-entries {
  width: 100%;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

/*# sourceMappingURL=style.css.map */
