/*
Theme Name: enfold-child
Template: enfold
Theme URI: xxxx
Description: xxxx
Author: xxxx
Author URI: xxxx
Version: xxxx
*/

* {
  font-family:
    "Pretendard Variable",
    Pretendard,
    -apple-system,
    BlinkMacSystemFont,
    system-ui,
    Roboto,
    "Helvetica Neue",
    "Segoe UI",
    "Apple SD Gothic Neo",
    "Noto Sans KR",
    "Malgun Gothic",
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    sans-serif;
}

* {
  font-family: Pretendard !important;
  line-height: normal;
  word-break: keep-all;
}

/* 헤더 */
#header_main {
  border: none;
  padding-bottom: 20px;
}

#top .logo > a {
  padding-top: 30px;
}

.main_menu {
  padding-top: 15px;
}

.av-main-nav > li > a {
  padding: 0 40px 20px 40px;
}

.main_menu .av-main-nav > li > a .avia-menu-text {
  color: #fff;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#top .av-main-nav ul a {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  font-family: Pretendard;
  background-color: transparent;
  color: #fff;
  border: none;
  padding: 15px 0;
  JUSTIFY-CONTENT: CENTER;
}

#top .av-main-nav li:hover > ul {
  border-top: none !important;
}

.main_menu .sub-menu {
  border-top: none;
  width: 100%;
  border-radius: 10px;
  /* background: linear-gradient(35deg, #444, #1b4260); */
  background: linear-gradient(
    180deg,
    rgba(102, 8, 8, 0.95) 0%,
    rgba(53, 53, 53, 0.95) 100%
  );
}

.main_menu .sub-menu > li {
}

.main_menu .sub-menu > li a {
}

.main_menu .sub-menu > li a:hover {
  border-bottom: 1px solid #000;
}

.main_menu .sub-menu > li:first-child a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.main_menu .sub-menu > li:last-child a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.main_menu .sub-menu .avia-menu-text {
  color: #fff;
}

.main_menu .sub-menu > li > ul {
  left: 150px !important;
}

.av-main-nav li:hover .avia-menu-fx,
.current-menu-item > a > .avia-menu-fx,
.av-main-nav li:hover .current_page_item > a > .avia-menu-fx {
  margin-bottom: 10px;
}

/* 공통 */
.image-overlay.overlay-type-extern .image-overlay-inside:before {
  background-color: #438ac3 !important;
}

.powered-by-wordpress {
  display: none;
}

.av-language-switch-item {
  display: none;
}

/* 메인 */
.main-title {
  color: #fff !important;
  font-family: Pretendard;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}

.main-blue-title {
  color: #d32c2f;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.2px;
  margin-bottom: 24px;
}

.desc {
  color: #fff;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 130% */
  letter-spacing: -0.2px;
}

.flex {
  display: flex;
}

/* #revolutionslider_1 {
    filter: brightness(0.55);
} */

#revolutionslider_1 rs-sbg-px {
  filter: brightness(0.55);
}

.main01-title {
  color: #fff;
  text-align: center !important;
  font-family: Pretendard;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: normal !important;
}

.main01-title02 {
  color: #aaa;
  text-align: center !important;
  font-family: Pretendard;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal !important;
}

.main01-title03 {
  color: #fff;
  text-align: center !important;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px !important;
}

/* 메인2 */

#main2 {
  background-size: cover;
  padding-top: 110px;
  padding-bottom: 110px;
}

.main02-wrap {
  display: flex;
}

.main02-wrap .left {
  flex: 8;
}

.main02-wrap .right {
  flex: 4;
  text-align: right;
}

.main02-wrap .left .flex {
  gap: 24px;
  margin-top: 50px;
}

#main2 a:hover .image-overlay {
  display: none !important;
}

#main2 a:hover {
  filter: grayscale(0.9);
  transition: 0.3s;
}

/* 메인3 */

#main3 {
  padding-top: 110px;
  padding-bottom: 150px;
  background-color: #000;
  position: relative;
}

.main3-border-center {
  position: absolute;
  border: 1px solid #fff;
  opacity: 0.2;
  top: 0%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
}

.main3-border-bottom01 {
  position: absolute;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  opacity: 0.2;
  width: 50%;
  height: 215px;
  top: 0%;
  margin-top: 126px;
}

.main3-border-bottom02 {
  position: absolute;
  border: 1px solid #fff;
  opacity: 0.2;
  width: 50%;
  right: 0;
  margin-top: 340px;
  top: 0;
}

.main3-border-right {
  position: absolute;
  border-right: 1px solid #fff;
  opacity: 0.2;
  right: 0%;
  top: 0%;
  height: 378px;
  margin-right: 233px;
}

.main03-wrap .flex {
  justify-content: space-between;
}

.main03-wrap .flex ul {
  display: flex;
  margin: 0;
  gap: 37px;
  margin-right: 30px;
}

.main03-wrap .flex ul li {
  list-style: none;
  color: #aaa;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 130% */
  letter-spacing: -0.2px;
  margin: 0;
  cursor: pointer;
}

.main03-wrap .flex ul .active {
  color: #fff;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 130% */
  letter-spacing: -0.2px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.main03-wrap .tech-box {
  display: none;
}

.main03-wrap .flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 68px;
  gap: 23px;
}

.main03-wrap .flex-box .box {
  width: 23%;
  background-color: #222;
  padding: 26px 0 0 26px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease; /* 부드러운 전환 */

  opacity: 0;
}

.main03-wrap .flex-box .box .txt01 {
  color: #bb181b;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.2px;
  background-color: #000;
  padding: 4px 19px;
  width: 73px;
}

:lang(en) .main03-wrap .flex-box .box .txt01 {
  width: 112px;
  padding: 4px 0;
    width: 120px;
    text-align: center;
}

.main03-wrap .flex-box .box .txt02 {
  color: #fff;
  font-family: Pretendard;
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px;
  letter-spacing: -0.29px;
  margin-top: 17px;
  height: 110px;
}

.main03-wrap .flex-box .box .txt03 {
  text-align: right;
}

.main03-wrap .flex-box .no-box {
  opacity: 0 !important;
}

.main03-wrap .flex-box .box:hover {
  border-radius: 26px;
  background: #bb181b;
}

.main03-wrap .flex-box .box:hover .txt01 {
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    border-radius 0.2s ease;
  background-color: #fff;
  border-radius: 20px;
  color: #bb181b;
}

/* 메인4 */
#main4 {
  background-color: #171717;
  padding-top: 70px;
  padding-bottom: 250px;
  position: relative;
}

#main4 .main-title {
  font-size: 45px;
  text-align: center;
}

#main4 .ico-box {
  display: flex;
  justify-content: center;
  gap: 90px;
  margin-top: 90px;
}

#main4 .ico-box .box {
}

@keyframes float-hover {
  0% {
    transform: translateY(-4px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-4px);
  }
}

#main4 .ico-box .box > div:first-child {
}

#main4 .ico-box .box > div:first-child:hover {
  animation: float-hover 0.5s ease-in-out infinite;
}
#main4 .ico-box .box > div:first-child a {
  display: flex;
  justify-content: center;
}

#main4 .ico-box .box > div:nth-child(2) {
  color: #ccc;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  padding-top: 10px;
}

#main4 .ico-box .box > div:nth-child(3) {
  color: #ccc;
  text-align: center;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  padding-top: 10px;
}

.main4-border-bottom {
  position: absolute;
  width: 100%;
  border: 1px solid #fff;
  bottom: 16%;
  opacity: 0.2;
}

.main4-border-right {
  position: absolute;
  background-color: #fff;
  opacity: 0.2;
  top: 0;
  width: 1px;
  height: 100%;
  margin-right: 240px;
  right: 0;
}

.main4-border-left {
  position: absolute;
  background-color: #fff;
  opacity: 0.2;
  top: 0;
  width: 1px;
  height: 100%;
  margin-left: 240px;
}

/* 메인5 */
#main5 {
  padding-top: 70px;
  background-color: #000;
  padding-bottom: 85px;
  position: relative;
}

#main5 .main-title {
  font-size: 45px;
  text-align: center;
}

#main5 .more-btn {
  margin-top: 66px;
  text-align: center;
}

#main5 .more-btn a {
  background: #980e03;
  color: #fff;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 15px 49px;
  border-radius: 100px;
  display: inline-block;
}

#main5 .notice {
  margin-top: 80px;
}

.notice-main {
  border-bottom: 1px solid;
  padding-top: 50px;
  padding-bottom: 25px;
  padding-left: 40px;
  border-color: rgba(255, 255, 255, 0.2) !important;
  margin-left: 8px;
}

.notice-main .kboard-default-cut-strings {
  color: #fff;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.notice-main .content {
  color: #aaa;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 16px;
}

.notice-main .date {
  color: #666;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  justify-content: space-between;
}

.notice-main .date > div {
  display: flex;
  align-items: center;
}

.notice-main .date > div a {
  color: #aaa;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.notice-main .date > div img {
  margin-left: 8px;
}

/* 서브페이지 */
.content-subTitle h3 {
  font-size: 75px !important;
  font-weight: 600 !important;
  margin-bottom: 25px !important;
  font-family: Pretendard;
  color: #fff !important;
  line-height: normal;
}

.sub-wrap {
  margin-top: 100px;
}

.sub-title {
  font-size: 24px;
  font-weight: 500;
  font-family: Pretendard;
  line-height: normal;
}

.sub-tit01 {
  text-align: center;
  font-size: 45px;
  font-family: Pretendard;
  font-weight: 500;
  line-height: normal;
}

.sub-tit02 {
  text-align: center;
  line-height: normal;
  font-family: Pretendard;
  font-size: 24px;
  margin-top: 15px;
}

.sub-tit02 strong {
  color: #e5383a;
}

.sub-banner01 {
  font-size: 75px !important;
  font-weight: 600 !important;
  margin-bottom: 25px !important;
  font-family: Pretendard;
  color: #fff !important;
  line-height: normal;
  text-align: center !important;
}

/* 회사소개 */
#company01 {
  background: linear-gradient(180deg, #000, #444);
}

#company01 .sub-wrap .content {
  display: flex;
  margin-top: 60px;
}

#company01 .content .left {
  width: 30%;
  text-align: right;
}

#company01 .content .right {
  width: 70%;
  padding-top: 50px;
}

#company01 .content .left img {
  width: 70%;
}

#company01 .content .tit01 {
  font-size: 32px;
  line-height: normal;
  font-weight: 600;
  letter-spacing: -0.8px;
}

#company01 .content .tit02 {
  line-height: 27px;
  font-size: 20px;
  padding-top: 30px;
}

#company01 .content .tit03 {
  padding-top: 25px;
  font-size: 22px;
  font-weight: 600;
}

.about-box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 150px;
}

.about-box06 {
  box-shadow: none !important;
}

.about-box-wrap > div {
  width: 24%;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  padding: 30px 0 10px 0px;
  box-shadow: 3px 3px 5px 1px rgb(255 255 255 / 30%);
  background-color: #fff;
  border-radius: 10px;
}

.about-box-wrap > div > div:first-child {
  width: 100%;
  text-align: center;
  height: 100px;
}

.about-box-wrap > div > div:first-child img {
  width: 100px;
  border-radius: 10px;
}

.about-box-wrap > div > div:last-child {
  padding: 0 15px;
}

.about-box-wrap > div > div:last-child > div:first-child {
  font-weight: bold;
  font-size: 20px;
  line-height: normal;
  color: #333;
  padding-bottom: 20px;
  text-align: center;
}

.about-box-wrap > div > div:last-child > div:last-child {
  font-size: 18px;
  color: #333;
  height: 66px;
  text-align: center;
}

.vision-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
}

.vision-box .tit01 {
  width: 20%;
}

.vision-box .box {
  width: 80%;
}

.vision-box .box .tit02 {
  padding-top: 0 !important;
  padding-bottom: 20px;
}

/* 연혁 */
.history-wrap {
  position: relative;
  height: 1300px;
  margin-top: 110px;
  margin-bottom: 150px;
}

.history-wrap .box {
  width: 50%;
  position: relative;
}

.history-wrap .box .year {
  font-size: 55px;
  line-height: normal;
  font-weight: 600;
  padding-bottom: 20px;
}

.history-wrap .box .con {
  font-size: 20px;
  line-height: 40px;
}

.history-left {
  text-align: right;
  padding-right: 45px;
}

.history-right {
  float: right;
  margin-top: 100px;
  padding-left: 45px;
}

.history-line {
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #fff;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
}

.history-left .year::after {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: -1%;
  top: 6%;
}

.history-right .year::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: -1%;
  top: 8%;
}

/* 오시는길 */
.direction-wrap {
  margin-top: 110px;
}

.location-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
  padding-top: 25px;
  margin-top: 40px;
}

.location-info > div {
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 16px;
}

.location-info > div > div:nth-child(2) {
  font-weight: bold;
  color: #e5383a;
  font-size: 20px;
  line-height: normal;
  margin-top: 30px;
}

.location-info > div > div:nth-child(3) {
  color: #ffffff;
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.location-info > div img {
  border-radius: 10px;
}

.location-info > div:nth-child(2) {
  border-left: 1px dashed #ccc;
}

/* 사업분야 */
.sub-wrap .con {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  margin-top: 100px;
  margin-bottom: 100px;
  color: #ebebeb;
  position: relative;
}

.sub-wrap .con::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  background-color: #fff;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}

#business01 {
  background: linear-gradient(0deg, #000, #444);
  padding-bottom: 150px;
}

#notice {
  background: linear-gradient(180deg, #000, #444);
  padding-bottom: 150px;
}

.business-card {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  margin-bottom: 75px;
  border-top: 1px solid #fff;
  padding-top: 50px;
}

.business-card-mobility,
.business-card-silver {
  display: flex;
  flex-wrap: wrap;
  padding: 0 50px;
  margin-top: 100px;
  margin-bottom: 100px;
  justify-content: space-between;
}

.business-card .box {
  width: 30%;
  margin-bottom: 35px;
  background-color: #fff;
  color: #444;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 5px 5px 3px 1px rgb(0 0 0 / 30%);
}

.business-card-mobility .box {
  width: 45%;
  background-color: #fff;
  color: #444;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 5px 5px 3px 1px rgb(0 0 0 / 30%);
}

.business-card-silver .box {
  width: 24%;
  background-color: #fff;
  color: #444;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 5px 5px 3px 1px rgb(0 0 0 / 30%);
}

.business-card .box .tit01,
.business-card-mobility .box .tit01,
.business-card-silver .box .tit01 {
  font-size: 22px;
  line-height: normal;
  font-weight: 600;
  color: #333;
}

.business-card .box ul,
.business-card-mobility .box ul,
.business-card-silver .box ul {
  margin-bottom: 0;
  margin-top: 10px;
}

.business-card .box ul li,
.business-card-mobility .box ul li,
.business-card-silver .box ul li {
  font-size: 18px;
  line-height: 25px;
}

.business-card-title {
  color: #fff;
  margin-bottom: 25px;
  font-weight: 500;
  line-height: normal;
  font-size: 40px;
}

.business-mobility h4 {
  color: #fff;
  margin-bottom: 25px;
  font-weight: 500;
  line-height: 28px;
  font-size: 22px;
  text-align: center;
}

.mobility {
  margin-top: 200px;
}

.mobility02 {
  margin-top: 150px;
}

.mobility03 {
  margin-top: 150px;
}

.mobility .tit01,
.mobility02 .tit01,
.mobility03 .tit01,
.ai-research .tit01,
.vision-box .tit01 {
  font-size: 32px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 15px;
}

.mobility .tit02,
.mobility02 .tit02,
.ai-research .tit02 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}

.mobility .img-box {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.mobility02 .img-box {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.mobility .img-box > div img {
  width: 500px;
  height: 500px;
}

.ai-research {
  display: flex;
  justify-content: space-between;
}

.ai-research .left {
  width: 45%;
}

.ai-research .right {
  width: 50%;
}

/* 푸터 */
footer {
  background-color: #222222 !important;
  border: none !important;
}

#socket .container {
  padding: 63px 50px;
}

.footer-div {
  display: flex;
  gap: 69px;
}

.footer-block {
  color: #aaa;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.18px;
}

.footer-txtx04 {
  color: #777;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.54px;
  text-transform: uppercase;
  padding-top: 37px;
}

/* 제품 */
.border-none {
  border: none;
}

.product01-txt {
  color: #fff;
  margin-bottom: 25px;
  font-weight: 500;
  line-height: normal;
  font-size: 40px;
}

.product02-txt {
  color: #fff;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 25px;
  font-size: 20px;
}

.product-box {
  display: flex;
  gap: 100px;
  margin-bottom: 100px;
  align-items: flex-end;
}

.product-box .left {
  width: 60%;
  padding-bottom: 10px;
}

.product-box .right {
  width: 40%;
  display: flex;
}

.product-box table {
  margin-bottom: 0;
  margin-top: 25px;
}

.product-box table thead tr td {
  background-color: #bb181b;
  border: none;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px 10px;
  vertical-align: middle;
}

.product-box table,
.product-box table tbody,
.product-box table tbody tr,
.product-box table tbody td,
.product-box table tbody th {
  background-color: transparent !important;
}

.product-box table thead tr td:last-child {
  border-right: none;
}

.product-box table tbody tr {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
.product-box table tbody tr:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.product-box table tbody tr td {
  color: #fff;
  text-align: center;
  font-size: 18px;
  border: none;
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.product-box table tbody tr td:last-child {
  border-right: none;
}

.product-box02 .flex {
  align-items: center;
  margin-top: 50px;
}

.product-box02 .flex > div:nth-child(2),
.product-box02 .flex > div:nth-child(4) {
  margin: 0 50px;
}

.mirror-box .right {
  border-radius: 10px;
  padding: 10px;
  background-color: #fff;
}

.smartfarm-box .product01-txt,
.smartfarm-box02 .product01-txt {
  font-size: 32px;
  text-align: center;
}

.smartfarm-box .five-box .col01,
.smartfarm-box .five-box .col03 {
  display: flex;
  justify-content: center;
  gap: 100px;
}

.smartfarm-box .five-box .col01 .box,
.smartfarm-box .five-box .col03 .box {
  width: 30%;
  background-color: #ebebeb;
  border-radius: 15px;
  box-shadow: 0px 0px 4px 3px #444444;
  position: relative;
}

.smartfarm-box .five-box .col01 .box .tit01,
.smartfarm-box .five-box .col03 .box .tit01 {
  font-size: 28px;
  line-height: normal;
  font-weight: 600;
  color: #333;
  padding-top: 10px;
  text-align: center;
}

.smartfarm-box .box .tit02 {
  background-color: #145487;
  text-align: center;
  font-size: 24px;
  line-height: normal;
  padding: 12px 0;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
}

.smartfarm-box .box ul {
  margin: 10px 0;
  border-top: 2px solid #145487;
  padding-top: 10px;
}

.smartfarm-box .box ul li {
  list-style: none;
  margin: 0;
  text-align: center;
  color: #444;
  font-size: 18px;
  line-height: 24px;
}

.smartfarm-box .five-box .col02 {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.smartfarm-box .five-box .col02 .box {
  width: 200px;
  color: #444;
  background-color: #ffffff;
  border-radius: 50%;
  height: 200px;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 24px;
  line-height: normal;
  font-weight: 600;
}
/* 
.smartfarm-box .five-box .col01 > div:first-child::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 290px;
    background-color: #fff;
    bottom: -88%;
    left: 65%;
    z-index: -1;
    transform: translateX(-64%) rotate(130deg);
}

.smartfarm-box .five-box .col01 > div:last-child::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 290px;
    background-color: #fff;
    bottom: -88%;
    right: 65%;
    z-index: -1;
    transform: translateX(-65%) rotate(230deg);
}

.smartfarm-box .five-box .col03 > div:first-child::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 290px;
    background-color: #fff;
    top: -88%;
    left: 65%;
    z-index: -1;
    transform: translateX(-64%) rotate(45deg);
}

.smartfarm-box .five-box .col03 > div:last-child::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 290px;
    background-color: #fff;
    top: -88%;
    right: 65%;
    z-index: -1;
    transform: translateX(-64%) rotate(315deg);
} */

.smartfarm-box02 {
  margin-top: 200px;
}

.smartfarm-box02 .flex {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.smartfarm-box02 .box {
  background-color: #ffffff;
  border-radius: 10px;
}

.smartfarm-box02 .box .tit01 {
  text-align: center;
  color: #1e5f93;
  font-size: 20px;
  padding: 10px 0;
  font-weight: 600;
  border-bottom: 2px solid #1e5f93;
  line-height: normal;
  margin-bottom: 15px;
}

.smartfarm-box02 .box .tit02 {
  color: #333;
  text-align: center;
  padding: 15px 0;
  font-size: 20px;
  font-weight: 600;
}

.smartfarm-box02 .box .img {
  padding: 10px;
}

/* 연구개발 */

.rnd-box .flex {
  display: flex;
  justify-content: space-between;
}

.rnd-box .left {
  width: 50%;
}

.rnd-box .right {
  width: 45%;
}

.rnd-box .left .rnd-desc {
  display: flex;
  margin-bottom: 10px;
}

.rnd-box .left .rnd-desc .sm-txt {
  font-size: 22px;
  width: 30%;
  color: #49a4ff;
  font-weight: 600;
  line-height: normal;
}
.rnd-box .left .rnd-desc .product02-txt {
  width: 70%;
  line-height: 28px;
}

.rnd-box .right .tit01,
.rnd-box02 .left .tit01 {
  font-size: 28px;
  color: #3493f1;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}

.rnd-box .right .img,
.rnd-box02 .left .img {
  padding: 10px;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
}

.rnd-box02 .left {
  width: 45%;
}

.rnd-box02 .right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rnd-box02 .right .rnd-desc {
  display: flex;
}

.rnd-box02 .right .rnd-desc .sm-txt {
  font-size: 25px;
  padding-right: 10px;
}

.rnd-box02 .right-tit {
  font-size: 28px;
  line-height: normal;
  color: #3493f1;
  font-weight: 600;
  padding-bottom: 20px;
}

.product-box03 .flex {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.product-box03 .box {
  width: 49%;
}

.product-box03 .box .tit01 {
  text-align: center;
  font-size: 20px;
  line-height: normal;
  padding: 15px 0;
  background-color: #6a6a6a;
}

.product-box03 .box p {
  margin: 0;
}

.product-box03 .box p img {
  width: 100%;
}

.product-box03 .flex > div:nth-child(1),
.product-box03 .flex > div:nth-child(2) {
  margin-bottom: 20px;
}

.product-box03 .desc {
  text-align: center;
  margin-top: 20px;
}

/* 핵심기술 */
.key-tech {
  display: flex;
}

.key-tech .left {
  width: 60%;
}

.key-tech .right {
  width: 40%;
  background-color: #fff;
  display: flex;
  padding: 10px;
  border-radius: 15px;
}

.key-tech02 {
  margin-top: 100px;
  padding-top: 100px;
  border-top: 2px solid #fff;
}

/* 특허및인증서 */
.patent-txt {
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  padding: 0 10px;
}

.tab-box {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.tab-box > div {
  width: 150px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  background-color: #ddd;
  padding: 15px 5px;
  border-radius: 5px;
  color: #333;
  font-weight: 600;
}

.tab-box .active {
  background-color: #12619f;
  color: #ebebeb;
}

.cert,
.mou {
  display: none;
}

/* 게시판 */
/*게시판*/
#kboard-default-list .kboard-pagination .kboard-pagination-pages li:hover a,
#kboard-default-list .kboard-pagination .kboard-pagination-pages li.active a {
  background-color: #004084 !important;
  color: #fff !important;
}

#kboard-default-list .kboard-list thead tr td {
  font-weight: 400 !important;
}

#top #kboard-default-list .kboard-list thead tr td {
  border-bottom: 2px solid #333;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 600 !important;
  background-color: #ebebeb;
}
#top #kboard-default-list .kboard-list tbody tr td {
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  padding: 30px 0;
  padding-left: 10px;
}

#top #kboard-default-list .kboard-list tbody tr td:hover {
  color: #000;
}

#top #kboard-default-list .kboard-list tbody tr td a {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -1px;
}

#kboard-default-list
  .kboard-list
  table
  td.kboard-list-title
  .kboard-default-cut-strings {
  color: #fff;
}

#kboard-default-list .kboard-list,
#kboard-default-list .kboard-list table {
  background-color: transparent !important;
}

#kboard-default-list .kboard-list tbody tr:hover td,
#kboard-default-list .kboard-list tbody tr:hover .kboard-default-cut-strings {
  color: #000 !important;
}

#kboard-default-document .kboard-title {
  margin-top: 40px;
}
#kboard-default-document .kboard-title h1 {
  text-align: center !important;
  padding-bottom: 0px !important;
  border-top: 3px solid #333 !important;
}
#kboard-default-document .kboard-detail {
  display: flex;
  justify-content: center;
  border: none !important;
  background: transparent !important;
  border-bottom: 1px solid #333 !important;
}
#kboard-default-document .kboard-detail .detail-writer {
  display: none !important;
}
#kboard-default-document .kboard-detail .detail-view {
  display: none !important;
}

.kboard-document-navi {
  display: flex;
  flex-flow: column;

  padding: 0px !important;
}
.kboard-document-navi div {
  padding: 15px 0;
  border-bottom: 1px solid #333;
}
.kboard-document-navi .kboard-prev-document,
.kboard-document-navi .kboard-next-document {
  width: 100% !important;
  float: left !important;
  text-align: left !important;
}

.kboard-document-navi .kboard-prev-document a,
.kboard-document-navi .kboard-next-document a {
  display: inline-flex !important;
}
.kboard-document-navi .navi-arrow {
  position: relative !important;
}
.kboard-document-navi .navi-document-title {
  padding: 0 15px !important;
  color: #ebebeb;
}
#kboard-default-document .kboard-control {
  display: flex;
  justify-content: center;
  justify-content: center;
}
#kboard-default-document .kboard-control a {
  padding: 5px 20px;
  font-size: 16px;
  border-radius: 10px;
  background: #8191b3 !important;
  color: white !important;
  margin: 0 5px;
}
#kboard-default-document .kboard-attachContainer {
  background: #f8f8f8;
}
#kboard-default-document .kboard-attachContainer .kboard-attachBox {
  width: 20%;
  display: flex;
  margin: 0;
  margin-left: 50px;
  position: relative;
}
#kboard-default-document .kboard-attachContainer .kboard-attachBox select {
  background-image: none;
  background: white;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  margin: 10px 5px;
  position: relative;
}
#kboard-default-document .kboard-attachContainer form::before {
  content: "\f0c1";
  left: -25px;
  top: 15px;
  position: absolute;
  font-family: "fontawesome";
  font-size: 20px;
}
.kboard-document-action {
  display: none;
}
.kboard-document-navi strong {
  color: #8191b3;
}

.dr-news-list {
  margin-top: 50px;
}

.current-menu-parent > a .avia-menu-text {
  color: #e5383a !important;
  font-weight: 600 !important;
}

#kboard-default-document .kboard-content .content-view {
  color: #333;
  font-size: 15px;
}

#kboard-default-document .kboard-document-wrap {
  background-color: transparent !important;
}

#kboard-default-document .kboard-title h1,
#kboard-default-document .kboard-content .content-view {
  color: #fff !important;
}

#kboard-default-document .kboard-detail .detail-attr .detail-name,
#kboard-default-document .kboard-detail .detail-attr .detail-value {
  color: #fff !important;
}

.box2025 {
  top: 0;
  margin-top: 0;
}

.box2024 {
  top: 405px;
  margin-top: 0;
}

.box2023 {
  margin-top: 0;
  top: 465px;
}

/* 공지사항 */
.page-id-86 .main_color {
  background-color: #000;
}

/* 아이리온 */

.lens-table {
  margin-top: 30px;
}

.lens-table tr td {
  font-size: 18px;
  color: #333;
  vertical-align: middle;
  text-align: center;
  background-color: #fff;
  padding: 15px 0;
}

.lens-table thead tr td {
  font-weight: 600;
  background-color: #000000;
  border: 1px solid #fff;
  color: #fff;
}

.product-portfolio .vp-filter__style-default .vp-filter__item > * {
  font-size: 15px;
}

.product-portfolio
  .vp-filter__style-default
  .vp-filter__item.vp-filter__item-active
  > * {
  background-color: #000000;
  color: #fff;
}

.product-portfolio .vp-portfolio__layout-elements-top {
  margin-bottom: 50px;
}

.product-portfolio .vp-portfolio__item-meta-title {
  color: #fff;
}

@media screen and (max-width: 1600px) {
  .main4-border-left {
    margin-left: 100px;
  }

  .main4-border-right {
    margin-right: 100px;
  }

  .main3-border-right {
    display: none;
  }

  .notice-main {
    margin-left: 51px;
  }
}

@media screen and (max-width: 1024px) {
  #main4 .main-title {
    font-size: 35px;
  }

  .main03-wrap .flex-box .box .txt02 {
    height: 50px;
  }

  #main4 .ico-box {
    flex-wrap: wrap;
  }

  .mo-table {
    overflow: auto;
  }

  .mo-table table {
    width: 1200px;
  }
}

@media screen and (max-width: 768px) {
  #kboard-default-document .kboard-attachContainer .kboard-attachBox {
    width: 50%;
  }

  .kboard-document-navi .kboard-prev-document a .navi-arrow,
  .kboard-document-navi .kboard-next-document a .navi-arrow {
    margin-bottom: 5px;
  }

  .kboard-control .admin-right,
  .kboard-control .left {
    display: flex;
  }

  .responsive .logo img {
    width: 100px;
  }

  .main01-title {
    font-size: 39px;
  }

  .main03-wrap .flex-box {
    gap: 0;
  }

  .main03-wrap .flex-box .box {
    width: 47%;
  }
}

/* 모바일 */
#top #av-burger-menu-ul {
  vertical-align: top;
}

.html_av-overlay-side
  #top
  #wrap_all
  div
  .av-burger-overlay-scroll
  #av-burger-menu-ul
  a:hover {
  background-color: #000;
}

.html_av-overlay-side-classic #top .av-burger-overlay li a {
  font-size: 16px;
}

@media screen and (max-width: 500px) {
  /* 메뉴 */
  .sub-menu li a {
    border: none !important;
  }

  /* 메인 */
  .main01-title {
    font-size: 30px;
    text-align: center !important;
    letter-spacing: -1px !important;
  }

  :lang(en) .main01-title {
      font-size:24px;
  }

  .main01-title02 {
    line-height: 27px !important;
    font-size: 20px;
    text-align: center !important;
  }

  .main01-title03 {
    font-size: 14px;
    line-height: 24px !important;
    letter-spacing: -1px !important;
  }

  .main02-wrap {
    flex-direction: column;
  }

  .main02-wrap .flex {
    flex-direction: column;
  }

  .main02-wrap .right {
    margin-top: 24px;
  }

  .main-title {
    font-size: 38px;
    margin-bottom: 15px;
  }

  .desc {
    font-size: 18px;
    line-height: 24px;
  }

  .desc br {
    display: none;
  }

  .main03-wrap .flex {
    flex-direction: column;
  }

  .main03-wrap .flex ul {
    gap: 30px;
    margin-right: 0;
    margin-top: 15px;
    flex-wrap: wrap;
  }

  .main03-wrap .flex-box .no-box {
    display: none;
  }

  .main03-wrap .flex-box {
    justify-content: space-between;
    gap: 0;
    margin-top: 30px;
  }

  .main03-wrap .flex-box .box {
    width: 48%;
    padding: 15px 0 15px 15px;
  }

  .main03-wrap .flex-box .box .txt01 {
    width: 70px;
    text-align: center;
    width: 70px;
    padding: 1px 10px;
  }

  .main03-wrap .flex-box .box .txt02 {
    font-size: 16px;
    line-height: 20px;
    height: 100%;
  }

  .main03-wrap .flex-box .box .txt03 img {
    width: 80px;
  }

  #main4 .main-title,
  #main5 .main-title {
    font-size: 32px;
    text-align: center;
    line-height: 34px;
  }

  .main-blue-title {
    margin-bottom: 15px;
    color: #d32c2f;
  }

  #main4 .ico-box {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
    flex-wrap: wrap;
  }

  #main4 .ico-box .box img {
    width: 100px;
  }

  .main3-border-right,
  .main3-border-bottom01,
  .main3-border-bottom02,
  .main4-border-right,
  .main4-border-left,
  .main4-border-bottom,
  .main3-border-center {
    display: none;
  }

  #main4 {
    padding-bottom: 100px;
  }

  .notice-main {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .notice-main .kboard-default-cut-strings {
    font-size: 23px;
  }

  .notice-main .content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #main5 .more-btn a {
    padding: 10px 40px;
  }

  #main4 .ico-box .box {
    width: 100%;
  }

  #socket .copyright {
    float: unset;
  }

  /* 서브 */
  .sub-banner01 {
    font-size: 45px !important;
  }

  .sub-wrap {
    margin-top: 0;
  }

  .sub-tit01 {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -1px;
  }

  .sub-tit02 {
    font-size: 20px;
    margin-top: 20px;
  }

  .sub-wrap .con::before {
    top: 0;
    left: 50%;
    transform: translate(-50%, -0%);
  }

  .sub-wrap .con {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 35px;
    padding-top: 35px;
  }

  .sub-wrap .con br {
    display: none;
  }

  /* 푸터 */
  #socket .container {
    padding: 30px 10px;
  }

  .footer-div {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .footer-block {
    text-align: center;
  }

  .footer-text01 {
    padding-bottom: 5px;
  }

  .footer-text02 span {
    display: block;
    padding-bottom: 5px;
  }

  .footer-txtx04 {
    font-size: 13px;
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .footer-text01,
  .footer-text02,
  .footer-text03 {
    font-size: 15px;
  }

  /* 회사소개 */
  #company01 .sub-wrap .content {
    flex-direction: column-reverse;
    position: relative;
  }

  #company01 .content .left {
    width: 100%;
    position: absolute;
    text-align: right;
    bottom: -8%;
    right: 0%;
  }

  #company01 .content .left img {
    opacity: 0.7;
    width: 40%;
  }

  #company01 .content .right {
    width: 100%;
  }

  #company01 .content .tit01 {
    font-size: 28px;
  }

  #company01 .content .tit02 {
    line-height: 28px;
    font-size: 18px;
  }

  #company01 .content .tit03 {
    font-size: 18px;
  }

  .about-box-wrap {
    gap: 20px;
  }

  .about-box-wrap > div {
    width: 100%;
  }

  .about-box-wrap > div > div:last-child > div:last-child {
    height: 100%;
  }

  .vision-box {
    flex-direction: column;
  }

  .vision-box .tit01 {
    width: 100%;
  }

  .vision-box .box {
    width: 100%;
  }

  .vision-box .box .tit02 {
    padding-bottom: 5px;
  }

  .history-wrap {
    display: flex;
    flex-direction: column;
  }

  .history-wrap .box {
    text-align: left;
    width: 100%;
    padding: 0;
    position: unset;
  }

  .box2024 {
    margin-top: 50px !important;
  }

  .history-line {
    display: none;
  }

  .history-left .year::after,
  .history-right .year::before {
    display: none;
  }

  .history-wrap {
    margin-bottom: 0;
  }

  .history-wrap .box .year {
    font-size: 40px;
    padding-bottom: 10px;
  }

  .history-wrap .box .con {
    font-size: 18px;
    line-height: 36px;
    padding-left: 15px;
    position: relative;
  }

  .history-wrap .box .con::before {
    content: "-";
    position: absolute;
    left: 0;
  }

  .history-right {
    margin-top: 80px;
  }

  .direction-wrap .map iframe {
    height: 300px;
  }

  .location-info {
    flex-direction: column;
  }

  .location-info > div {
    width: 100%;
  }

  .location-info > div:nth-child(1) {
    padding-bottom: 25px;
  }

  .location-info > div:nth-child(2) {
    border-left: none;
    border-top: 1px dashed #ccc;
    padding-top: 25px;
  }

  .location-info > div > div:nth-child(2) {
    margin-top: 15px;
  }

  .location-info > div > div:nth-child(3) {
    margin-top: 15px;
    font-size: 16px;
    line-height: 25px;
  }

  /* 사업분야 */
  .business-card .box {
    width: 100%;
  }

  .ai-research {
    flex-direction: column;
  }

  .ai-research .left {
    width: 100%;
  }

  .ai-research .right {
    width: 100%;
  }

  .business-card-mobility,
  .business-card-silver {
    padding: 0;
    flex-direction: column;
    margin-top: 0;
    gap: 30px;
  }

  .business-card-mobility .box {
    width: 100%;
  }

  .mobility {
    margin-top: 0;
  }

  .mobility .img-box {
    gap: 10px;
    flex-wrap: wrap;
  }

  .mobility .img-box > div img {
    width: 100%;
    height: auto;
  }

  .mobility02 .img-box {
    gap: 10px;
    flex-wrap: wrap;
  }

  .mobility .tit01,
  .mobility02 .tit01,
  .mobility03 .tit01,
  .ai-research .tit01,
  .vision-box .tit01 {
    font-size: 28px;
  }

  .business-card .box .tit01,
  .business-card-mobility .box .tit01,
  .business-card-silver .box .tit01 {
    font-size: 20px;
  }

  .business-card .box ul li,
  .business-card-mobility .box ul li,
  .business-card-silver .box ul li {
    font-size: 16px;
  }

  .business-card-silver .box {
    width: 100%;
  }

  .business-mobility h4 {
    font-size: 18px;
    line-height: 25px;
  }

  /* 제품 */
  .product-box {
    flex-direction: column;
    gap: 50px;
  }

  .product-box .left {
    width: 100%;
  }

  .product-box .right {
    width: 100%;
  }

  .product01-txt {
    font-size: 28px;
  }

  .product02-txt {
    font-size: 18px;
    line-height: 26px;
  }

  .table {
    overflow: scroll;
  }

  .business-card {
    margin-bottom: 0;
    padding-top: 30px;
  }

  .product-box03 .box .tit01 {
    font-size: 15px;
    padding: 5px 0;
  }

  .product-box03 .desc {
    font-size: 14px;
    line-height: 20px;
  }

  .product-box02 .flex {
    flex-direction: column;
  }

  .product-box02 .flex > div:nth-child(2),
  .product-box02 .flex > div:nth-child(4) {
    margin: 50px 0;
  }

  .product-box02 .flex > div:nth-child(4) img {
    transform: rotate(90deg);
  }

  .product-box table {
    width: 600px;
  }

  .product-box table thead tr td {
    padding: 10px;
  }

  .product-box table tbody tr td {
    padding: 15px;
  }

  .business-card-title {
    margin-bottom: 20px;
  }

  .gubun {
    margin-top: 50px;
  }

  .smartfarm-box .product01-txt,
  .smartfarm-box02 .product01-txt {
    font-size: 24px;
  }

  .smartfarm-box .five-box .col01,
  .smartfarm-box .five-box .col03 {
    gap: 0;
    justify-content: space-between;
  }

  .smartfarm-box .five-box .col01 .box,
  .smartfarm-box .five-box .col03 .box {
    width: 48%;
  }

  .smartfarm-box .five-box .col01 .box .tit01,
  .smartfarm-box .five-box .col03 .box .tit01 {
    font-size: 18px;
  }

  .smartfarm-box .box ul li {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -1px;
  }

  .smartfarm-box .box .tit02 {
    font-size: 18px;
    padding: 8px 0;
  }

  .smartfarm-box02 .flex {
    flex-direction: column;
  }

  .smartfarm-box02 .box .tit02 {
    padding: 0px 10px 10px 10px;
    font-size: 18px;
    letter-spacing: -1px;
  }

  .smartfarm-box02 {
    margin-top: 150px;
  }

  .smartfarm-box .five-box .col02 .box {
    justify-content: center;
    font-size: 20px;
    width: 140px;
    height: 140px;
    padding: 10px;
  }

  /* 연구개발 */

  .rnd-box .flex {
    flex-direction: column;
  }

  .rnd-box .left {
    width: 100%;
  }

  .rnd-box .right {
    width: 100%;
    margin-top: 70px;
  }

  .rnd-box .left .rnd-desc {
    flex-direction: column;
  }

  .rnd-box .left .rnd-desc .sm-txt {
    width: 100%;
    font-size: 20px;
  }

  .rnd-box .left .rnd-desc .product02-txt {
    width: 100%;
  }

  .rnd-box02 {
    margin-top: 100px;
  }

  .rnd-box02 .right-tit {
    font-size: 24px;
  }

  .rnd-box .right .tit01,
  .rnd-box02 .left .tit01 {
    font-size: 24px;
  }

  .key-tech {
    flex-direction: column;
  }

  .key-tech .left,
  .key-tech .right {
    width: 100%;
  }

  .tab-box {
    margin-top: 50px;
  }
}
