/*
Theme Name: Ksystem2024
Template: hub
*/

/*리셋*/
@import url("xeicon.min.css");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");



.lity.lity-closed {
  transition: opacity 0.9s, visibility 0.9s !important;
}

.lo-shadow > div,
.lo-shadow > figure {
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.1) !important;
}

ul {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
}
.lo-ul ul {
  padding-left: 20px !important;
}
.lo-ul ul li {
  list-style-position: outside !important;
}
.lo-btn {
  border-radius: 10px !important;
}
.lo-btn > span {
  padding: 18px 50px !important;
}
.lo-btn .btn-txt {
  font-size: 22px !important;
  line-height: 1.2 !important;
}

.z-index1 {
  z-index: 1 !important;
}
.z-index2 {
  z-index: 2 !important;
}
.z-index3 {
  z-index: 3 !important;
}

.b400 {
  font-weight: 400 !important;
}
.b500 {
  font-weight: 500 !important;
}
.b600,
strong {
  font-weight: 600 !important;
}

.d-md-none {
  display: none !important;
}
.d-md-inline {
  display: inline !important;
}
.d-md-block {
  display: block !important;
}
.d-md-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-md-grid {
  display: grid !important;
}
.d-md-table {
  display: table !important;
}

@media screen and (max-width: 1400px) {
  .d-none {
    display: none !important;
  }
  .d-inline {
    display: inline !important;
  }
  .d-inline-flex {
    display: inline-flex !important;
  }
  .d-block {
    display: block !important;
  }
  .d-flex {
    display: flex !important;
  }
  .d-grid {
    display: grid !important;
  }
  .d-table {
    display: table !important;
  }
}

@media screen and (max-width: 1440px) {
  body {
    font-size: 16px !important;
  }
  h1 {
    font-size: 32px !important;
  }
  /* h2 {
    font-size: 28px !important;
  } */
  h3 {
    font-size: 24px !important;
  }
  h4,
  .lo-subtop-content-wrap h2 {
    font-size: 20px !important;
  }
  h5,
  .iconbox .iconbox-icon-container i,
  .lo-sub-title h1 {
    font-size: 18px !important;
  }
  h6,
  .iconbox h3 {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px !important;
  }
  h1 {
    font-size: 24px !important;
  }
  h2 {
    font-size: 22px !important;
  }
  h3 {
    font-size: 20px !important;
  }
  h4,
  .lo-subtop-content-wrap h2 {
    font-size: 18px !important;
  }
  h5,
  .lo-client-message h3,
  .iconbox .iconbox-icon-container i,
  .lo-sub-title h1 {
    font-size: 17px !important;
  }
  h6,
  .iconbox h3 {
    font-size: 16px !important;
  }
  .wpb_raw_html .lqd-counter-element {
    font-size: 34px !important;
  }
  .vc_row {
    display: block;
  }
}

/*Radius*/
.lo-radius-10,
.ld-media-item {
  border-radius: 10px;
}
.lo-radius-20 {
  border-radius: 20px;
}
.lo-radius-30 {
  border-radius: 30px;
}
.lo-radius-40 {
  border-radius: 40px;
}
.lo-radius-50 {
  border-radius: 50px;
}
.lo-radius-500 {
  border-radius: 500px;
}

/*page-title-wrap*/
.page-title-wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media screen and (min-width: 1401px) {
  .page-title-wrap {
    padding-left: 7.3vw !important;
    padding-right: 7.3vw !important;
  }
}
@media screen and (min-width: 992px) {
  .lo-subtop-wrap {
    border-radius: 30px !important;
  }
  .lo-subtop-wrap > .vc_column-inner {
    border-radius: 30px !important;
  }
}

/*Link*/
.lo-hover {
  transition: all 0.3s !important;
}
.lo-hover:hover {
  transform: translateY(-3px);
}

/*Quick top*/
.lqd-back-to-top {
  right: 10px;
  bottom: 10px;
}

/*Modal*/
.lqd-lity-container {
  background: rgba(0, 0, 0, 0.75) !important;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.lqd-lity-close {
  right: 5vw;
  top: 10vh;
}
.lqd-intro-modal {
  padding: 5vh 5vw;
}
.lqd-lity-close {
  color: #fff !important;
}
.modal__light {
  background-color: #fff !important;
}
@media screen and (max-width: 991px) {
  .lqd-lity-wrap {
    display: flex !important;
  }
  .lqd-lity-close {
    top: 15px;
    right: 15px;
    color: #fff !important;
  }
}

/*Accordion*/
.accordion {
  margin-bottom: 0 !important;
}

/*Images*/
.lo-s-img.wpb_single_image img {
  max-width: 50% !important;
}

/*Button*/
.header-module ~ .header-module {
  margin-inline-start: 10px;
}
.btn > span:not(.btn-icon):not(.btn-txt) {
  padding: 0.6em 1em 0.6em 1.4em;
}
.btn-sm > span:not(.btn-icon):not(.btn-txt) {
  padding: 0.45em 1em;
}

@media screen and (max-width: 991px) {
  .btn > span:not(.btn-icon):not(.btn-txt) {
    padding: 0.4em 0.8em 0.4em 1.2em;
    font-size: 15px !important;
  }
  .header-module ~ .header-module {
    margin-inline-start: 0 !important;
  }
}

/*MegaMenu*/
.main-nav .children,
.nav-item-children {
  top: 90% !important;
}
.lqd-custom-menu > ul > li {
  margin-bottom: 5px !important;
}
.lqd-custom-menu > ul > li > a:hover {
  text-decoration: underline;
}
.megamenu-list ul li a {
  font-weight: 500 !important;
}

/*img max 1000px*/
.img-max800,
.img-max1000 {
  text-align: center !important;
}
.img-max800 img {
  max-width: 800px !important;
}
.img-max1000 img {
  max-width: 1000px !important;
}
.img-max50 figure {
  max-width: 50% !important;
}

@media screen and (max-width: 991px) {
  .img-max800 img,
  .img-max1000 img,
  .img-max50 figure {
    max-width: 100% !important;
  }
}

/*Search*/
.lqd-lp-style-22 .lqd-lp-excerpt,
.lqd-lp-style-22 .lqd-lp-header {
  max-width: 100% !important;
}
.lqd-lp-style-22 .lqd-lp-meta {
  display: none !important;
}

body.blog #lqd-contents-wrap,
body.author #lqd-contents-wrap,
body.tax-liquid-portfolio-category #lqd-contents-wrap,
body.post-type-archive-liquid-portfolio #lqd-contents-wrap,
body.search-results #lqd-contents-wrap,
body.category #lqd-contents-wrap,
body.tag #lqd-contents-wrap {
  padding-bottom: 60px;
}

body.search .content .lqd-lp-title.h6 {
  font-size: 24px !important;
}

/******************************************
All page top slide style mobile menu
******************************************/
@media screen and (max-width: 991px) {
  .btn-sitemap {
    position: absolute;
    left: 0;
    top: 6px;
    /*background-color: #fff;*/
  }
  .lo-mb-top-menu {
    overflow-x: scroll !important;
    margin-inline-start: 44px !important;
    margin-inline-end: 0 !important;
  }
  .lo-mb-top-menu > ul {
    white-space: nowrap !important;
    display: flex !important;
  }
  .lo-mb-top-menu ul > li > a {
    color: #27292c !important;
    font-weight: 500 !important;
  }
  .lo-mb-btm-menu ul > li > a {
    color: #8d95a0 !important;
  }
  .lo-mb-btm-menu ul > li > a:hover {
    color: #fff !important;
  }
  .lo-mb-top-menu ul > li:last-child {
    padding-right: 15px;
  }

  .lo-mb-btm-menu {
    margin-inline-start: -30px !important;
  }
  .lo-mb-btm-menu ul > li {
    margin-inline-end: 0px !important;
  }
  .main-nav > li > a {
    padding: 10px 15px !important;
  }
  .header-module.module-primary-nav {
    display: none !important;
  }
  /*공통*/
  .lo-scroll-tab {
    padding: 10px 15px;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

@media screen and (max-width: 991px) {
  .btn-sitemap {
    top: 21px;
  }
  .is-stuck .btn-sitemap {
    top: 16px;
  }
}

/*Navi top fixed*/
.lo-stuck.fixed {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important; /* Ensure the element takes the full width */
  z-index: 1000 !important; /* Ensure the element appears on top */
}

/*Modal animation Delete*/
.lqd-lity-opened[data-modal-type="fullscreen"] .lqd-lity-container,
.lqd-lity-opened[data-modal-type="fullscreen"] .lqd-lity-content {
  animation: none !important;
}

@media screen and (min-width: 1401px) {
  .lqd-modal {
    padding: 100px !important;
  }
}

/******************************************
Subpage lo-breadcrumb
******************************************/
.lo-subtop-wrap {
  min-height: 80px !important;
  position: relative !important;
}

.lo-subtop-wrap .lo-breadcrumb {
  position: absolute !important;
  left: 0 !important;
  top: 50px !important;
  z-index: 2 !important;
}
.lo-breadcrumb > div > p {
  display: none !important;
}
.lo-breadcrumb .active {
  display: flex !important;
  flex-direction: column;
}

.lo-breadcrumb ul {
  list-style: none !important;
}

.lo-breadcrumb > div > ul {
  display: flex;
  gap: 15px;
}
.lo-breadcrumb > div > ul > li {
  position: relative;
  align-items: center;
  display: flex;
  gap: 15px;
}
.lo-breadcrumb > div > ul > li:after {
  content: url(/wp-content/uploads/2024/05/ico-next-arrow.svg);
  margin-top: 3px;
}
.lo-breadcrumb > div > ul > li:last-child:after {
  display: none;
}
.lo-breadcrumb > div > ul > li > a {
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  gap: 10px;
  font-weight: 600;
}
.lo-breadcrumb > div > ul > li > a:hover {
  color: #fff;
}
.lo-breadcrumb > div > ul > li > a:after {
  content: url(/wp-content/uploads/2024/05/ico-down-arrow.svg);
  margin-top: -3px;
}
.lo-breadcrumb > div > ul > li:first-child > a:after {
  display: none;
}
.lo-breadcrumb > div > ul > li:first-child a img {
  margin-top: -2px;
}
.lo-breadcrumb > div > ul > li > ul {
  display: none;
  padding: 10px 20px 10px 15px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  position: absolute;
  left: 0;
  top: 29px;
  width: max-content;
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.1);
}
.lo-breadcrumb > div > ul > li > ul > li > a {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500 !important;
}
@media screen and (max-width: 991px) {
  .lo-breadcrumb > div > ul > li:first-child {
    display: none !important;
  }
  .lo-breadcrumb > div > ul > li > ul {
    top: 20px;
    width: 50vw;
  }
  .lo-breadcrumb > div > ul {
    gap: 10px !important;
  }
  .lo-breadcrumb > div > ul > li {
    font-size: 13px !important;
    gap: 10px !important;
  }
  .lo-breadcrumb > div > ul > li:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 12px;
    background-image: url(/wp-content/uploads/2024/05/ico-next-arrow.svg);
    background-size: contain; /* 배경 이미지 크기 조정 */
    background-repeat: no-repeat;
    margin-top: 0;
  }
  .lo-breadcrumb > div > ul > li > a {
    gap: 4px;
  }
  .lo-breadcrumb > div > ul > li > a:after {
    margin-top: -1px;
  }
  .lo-subtop-wrap > .vc_column-inner {
    border-radius: 0 !important;
  }
  .lo-subtop-wrap .lo-breadcrumb {
    top: 20px !important;
  }
}

/*Subpage - K-system Ace*/
.lo-content-wrap .lo-content-list p:before,
.lo-content-wrap ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background: url("/img/dot.svg") no-repeat center center;
  background-size: contain;
}

.lo-content-wrap ul {
  list-style: none !important;
}
.lo-content-wrap ul li {
  position: relative;
  padding: 0 0 3px 25px;
}

.icon-wrap {
  margin: 0 0 40px;
}
.icon-wrap > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.icon-wrap > div > div {
  background-color: #161616;
  border-radius: 50em;
  padding: 10px 25px;
  color: #fff;
  font-weight: 700;
}

.lqd-tabs-style-7 .lqd-tabs-nav li a {
  border: 1px solid #dedede !important;
}

.box3-wrap > div {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.box3-wrap > div > .lo-content {
 /* width: calc(100% / 3 - 15px);*/width:100%;  
  position: relative;
  padding: 40px 20px 30px 30px;
  /*border: 1px solid #DBDCDC;*/
  border-radius: 10px;
  background-color: #fff;
}
.box3-wrap > div > .lo-content > h5 {
  font-weight: 600 !important;
  padding-bottom: 15px !important;
}
.box3-wrap > div > .lo-content > ul {
  list-style: none;
}
.box3-wrap > div > .lo-content > img {
  position: absolute;
  right: 30px;
  bottom: 30px;
  max-width: 70px; width:auto; height:auto;
}

.box4-wrap > div {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.box4-wrap > div > .lo-content {
  width: calc(100% / 4 - 15px);
  position: relative;
  padding: 20px 20px 40px 30px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.1) !important;
}
.box4-wrap > div > .lo-content > h5 {
  font-weight: 600 !important;
  padding-bottom: 15px !important;
}

.box5-wrap > div > .lo-content {
  width: calc(100% / 5 - 15px);
}

.process-wrap > div {
  display: flex;
  gap: 10px;
}
.process-wrap > div > div {
  width: 25%;
  text-align: center;
  border-radius: 50em;
  background-color: #acba66;
  color: #fff;
  padding: 10px 15px;
}
.process-wrap > div > div:nth-child(2) {
  background-color: #3e7b52;
}
.process-wrap > div > div:nth-child(3) {
  background-color: #0b3721;
}
.process-wrap > div > div:last-child {
  background-color: #061f13;
}

.lqd-tabs li > a:hover {
  background-color: #7baecf;
}

.lo-table,
.tb_st01 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  /*border: 1px solid #ddd;*/
  border: none;
  border-top: 3px solid #0e202a;
  /*border-radius: 20px;*/
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.tb_st01 {
  border-top: 1px solid #ddd;
}

.lo-table tbody tr:first-child th {
  border-bottom: 1px solid #ddd;
  font-weight: 600 !important;
}

.lo-table tbody tr:last-child th,
.lo-table tbody tr:last-child td,
.tb_st01 tbody tr:last-child th,
.tb_st01 tbody tr:last-child td {
  border-bottom: none !important;
}

.lo-table tbody tr th,
.tb_st01 tbody tr th {
  font-weight: 500;
  color: #0e202a;
  text-align: center;
  background-color: /*#f2f8fd*/ #fff;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
}

.tb_st01 tbody tr th {
  min-width: 80px;
  font-size: 16px;
}

.tb_st01 tbody tr th {
  font-weight: 500 !important;
}

.lo-table tbody tr td,
.tb_st01 tbody tr td {
  color: #0e202a;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
}
.tb_st01 tbody tr td {
  text-align: left;
  font-size: 16px;
}
.lo-table tbody tr td.left,
.tb_st01 tbody tr td.left {
  text-align: left !important;
}
.lo-table tbody tr td.right,
.tb_st01 tbody tr td.right {
  text-align: right !important;
}

.lo-table .lo-dot,
.tb_st01 .lo-dot {
  font-weight: 900;
  font-size: 20px;
}

.lo-table tbody tr th,
.lo-table tbody tr td {
  padding: 1.2em;
}

@media screen and (max-width: 768px) {
  .table-wrap:after {
    content: "← 좌우 스크롤 가능합니다 →";
    font-size: 12px !important;
    text-align: center;
    display: block;
  }
  .lo-table {
    min-width: 800px !important;
  }
  .lo-table tbody tr th,
  .lo-table tbody tr td {
    font-size: 15px !important;
    padding: 0.8em !important;
  }
  .table-wrap > div {
    width: calc(100vw - 50px);
  }
}
@media screen and (max-width: 430px) {
  .table-wrap > div {
    width: calc(100vw - 30px);
  }
}

.tb_st01 tbody tr th,
.tb_st01 tbody tr td {
  padding: 10px;
}
.tb_st01 tbody tr td a {
  color: #097dea;
}
.table-wrap > div {
  display: block;
  overflow-x: auto;
  width: 100%;
}

.lo-cBox > div {
  padding: 40px 20px 30px 30px;
  margin: 0 0 30px 0;
  background-color: #fff;
  border-radius: 20px;
}

@media screen and (max-width: 991px) {
  .icon-wrap {
    margin: 0 0 25px 0;
  }

  .icon-wrap > div {
    gap: 5px;
    justify-content: flex-start;
  }
  .icon-wrap > div > div {
    padding: 6px 15px;
    font-size: 13px !important;
    width: calc(50% - 5px);
    text-align: center;
  }

  .box3-wrap > div > .lo-content {
    width: 100%;
    padding: 30px;
  }
  .box4-wrap > div > .lo-content {
    width: calc(50% - 15px);
    padding: 20px 30px 30px 30px;
  }
  .lqd-tabs .lqd-tabs-nav-wrap {
    margin-bottom: 20px !important;
  }
  .lqd-tabs .lqd-tabs-nav-wrap ul {
    gap: 5px;
  }
  .lqd-tabs .lqd-tabs-nav-wrap ul li {
    width: calc(50% - 5px);
    text-align: center;
    margin: 0 !important;
  }
  .lqd-tabs-style-7 .lqd-tabs-nav li a {
    padding: 6px 15px !important;
    font-size: 13px !important;
  }

  .lo-cBox > div {
    padding: 30px 20px;
    margin: 0 0 20px 0;
  }

  .lo-breadcrumb > div > ul > li > ul > li > a {
    font-size: 12px !important;
  }
}

.lo-content-box {
  padding: 30px 40px;
  background-color: #f5f5f5;
  border-radius: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .lo-content-box {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
}
.img-p30 img {
  padding: 30px;
  background-color: #fff;
  border-radius: 20px !important;
}

/*History*/
.lo-history-list ul {
  margin-left: 150px;
  padding-bottom: 40px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ddd;
}

.lo-history-list ul li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 0 0 10px 0;
}
.lo-history-list li h6 {
  width: 100px !important;
  margin: 0 !important;
}
.lo-history-list li p {
  width: 100% !important;
  margin: 0 !important;
}
.lo-history-list ul li:before,
.lo-history-list ul li p:before {
  display: none !important;
}

.lo-history-list h1 {
  font-size: 80px !important;
  margin-bottom: 15px !important;
  line-height: 1.2 !important;
}

.fixed__menu li a {
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}

@media screen and (max-width: 991px) {
  .lo-history-list ul {
    margin-left: 10px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .lo-history-list h1 {
    font-size: 30px !important;
  }
  .fixed__menu li a {
    font-size: 15px !important;
    padding: 10px 0 !important;
  }
  .lo-history-list li h6 {
    width: 88px !important;
  }
}

.color__op1 {
  opacity: 0.1 !important;
}

.color__op0 {
  opacity: 0 !important;
}

.highlight {
  background-color: #e5f0f9;
  color: #3069fe !important;
  font-weight: bold;
}
