@charset "UTF-8";
/* #### main  ####  */
.main_banner {
  margin: 40px 40px 0;
  background: url(../_img/common/main_banner.png) no-repeat center center / cover;
  border-radius: 24px;
  height: 900px;
}
.main_banner .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  text-align: center;
}
.main_banner .text span {
  background: #ffffff1a;
  padding: 4px 24px;
  border-radius: 500px;
  backdrop-filter: blur(20px);
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.main_banner .text h1 {
  font-size: 56px;
  line-height: 72px;
  font-weight: 600;
  margin-bottom: 8px;
}

.main_banner .text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.main_section {
  padding: 100px 0 140px;
}
.main_ul {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.main_ul li {
  display: flex;
  align-items: center;
  gap: 100px;
}
.main_ul .img_box {
  max-width: 720px;
  width: 100%;
  aspect-ratio: 720/480;
  border-radius: 16px;
  overflow: hidden;
}
.main_ul .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main_ul .text_box span {
  color: #0070c0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.main_ul .text_box h2 {
  margin-top: 8px;
  color: #333333;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}
.green_section {
  padding: 140px 0;
  background: #eef4ef;
}
.green_section .container {
  max-width: 1360px;
  text-align: center;
}

.green_section .container span {
  background: #ffffff;
  padding: 4px 24px;
  text-align: center;
  display: inline-block;
  color: #0070c0;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border-radius: 500px;
  margin-bottom: 8px;
}

.green_section .container h1 {
  color: #333333;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

.green_section .container h1 b {
  font-weight: 600;
}
.green_section .container .grid_box {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.green_section .container .grid_box .item {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
}

.green_section .container .grid_box .item img {
  width: 140px;
  height: 140px;
  object-fit: contain;
}
.green_section .container .grid_box .item h2 {
  color: #333333;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
  margin-top: 32px;
}

.green_section .container .grid_box .item p {
  color: #333333;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.AgTech_section {
  padding-top: 120px;
  overflow: hidden;
}
.AgTech_section .container {
  display: flex;
  gap: 110px;
  align-items: center;
  justify-content: space-between;
}

.AgTech_section .container .img_box {
  max-width: 968px;
  width: 100%;
  aspect-ratio: 968/644;
  border-radius: 500px 16px 16px 16px;
  overflow: hidden;
}

@keyframes upDownAnimation {
  0% {
    transform: translateY(20px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(20px);
  }
}
.AgTech_section .container .text::before {
  content: "";
  background: url(../_img/common/blue_one.png) no-repeat center center / contain;
  width: 375.45px;
  height: 375.45px;
  position: absolute;
  top: -258px;
  right: -442px;
  animation: upDownAnimation 3s linear infinite;
}
.AgTech_section .container .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.AgTech_section .container .text {
  max-width: 642px;
  position: relative;
  width: 100%;
}
.AgTech_section .container .text span {
  color: #0070c0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.AgTech_section .container .text h1 {
  margin-top: 8px;
  color: #333333;
  font-size: 40px;
  font-weight: 600;
  line-height: 54px;
}
.list_section {
  padding-top: 140px;
}
.technology_ul {
  display: flex;
  gap: 35px;
}
.technology_ul li {
  flex: 1;
  aspect-ratio: 373/560;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: 0.25s;
}
.technology_ul li:hover {
  border-radius: 64px;
}
.technology_ul li img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.technology_ul li .text {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: calc(100% - 80px);
}
.technology_ul li .text h1 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 16px;
}
.technology_ul li .text p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.8;
}
.list_section.cooperation .container {
  display: flex;
  gap: 120px;
  justify-content: space-between;
  align-items: center;
}

.list_section.cooperation .container img {
  max-width: 601px;
  width: 100%;
  aspect-ratio: 601/600;
}
.list_section.cooperation .container .text h1 {
  color: #333333;
  font-size: 40px;
  font-weight: 600;
  line-height: 54px;
  margin-bottom: 40px;
}

.list_section.cooperation .container .text h1 p {
  color: #0070c0;
}

.list_section.cooperation .container .text ol {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.list_section.cooperation .container .text ol li {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-indent: -12px;
  padding-left: 12px;
}
.list_section.cooperation .container .text ol li::before {
  content: "ㆍ";
}
.line_banner {
  background: url(../_img/common/line_banner.png) no-repeat center center/cover;
  height: 236px;
  width: 100%;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.line_banner h1 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}
.sw_sec {
  display: flex;
  gap: 103px;
  padding: 160px 0 180px;
  position: relative;
}

.sw_sec h1 {
  color: #333333;
  font-size: 40px;
  font-weight: 600;
  line-height: 54px;
  flex-shrink: 0;
  padding-left: 160px;
}

.sw_sec h1 p {
  color: #0070c0;
}

.sw_sec::before {
  content: "";
  background: url(../_img/common/blue_one.png) no-repeat center center / contain;
  width: 691.94px;
  height: 691.94px;
  position: absolute;
  bottom: -80px;
  left: 0;
  animation: upDownAnimation 3s linear infinite;
}
.main_sw .swiper-slide {
  width: 397.33px;
}
.main_sw .img_box {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 397.33/280;
}
.main_sw .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_sw p {
  margin-top: 16px;
  color: #333333;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}
section.banner {
  height: 294px;
  position: relative;
  margin: 40px 40px 64px;
  border-radius: 24px;
  overflow: hidden;
}
section.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.banner h1 {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  line-height: 54px;
}
.page_section {
  margin-bottom: 64px;
  overflow-y: auto;
}
.page_nav {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #eeeeee;
  border-radius: 500px;
  padding: 8px;
  width: fit-content;
}
.page_nav li a {
  padding: 0 16px;
  height: 40px;
  line-height: 40px;
  border-radius: 500px;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  white-space: nowrap;
}
.page_nav li.active a {
  background: #333333;
  color: #fff;
}
.message_sec {
  position: relative;
  padding-top: 129px;
}
.message_sec::before {
  background: url(../_img/common/logo_back.svg) no-repeat center center / contain;
  max-width: 568px;
  width: 100%;
  height: 160px;
  content: "";
  left: 7%;
  top: 0;
  display: inline-block;
  position: absolute;
}
.message_sec .message__area {
  background: #f5f9fc;
  padding: 100px 0;
}
.message_sec .message__area .container {
  display: flex;
  gap: 80px;
}
.message_sec .message__area .container > img {
  max-width: 512px;
  width: 100%;
  aspect-ratio: 512/640;
  object-fit: cover;
  border-radius: 16px;
  overflow: hidden;
}
.message_sec .message__area .container .text h1 {
  margin-bottom: 40px;
  color: #333333;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
}
.message_sec .message__area .container .text span {
  margin-bottom: 24px;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}
.message_sec .message__area .container .text p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}
.message_sec .message__area .container .text .sign {
  display: flex;
  gap: 8px;
  align-items: center;
}
.message_sec .message__area .container .text .sign h5 {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
.message_sec .message__area .container .text .sign img {
  max-width: 207.6px;
  width: 100%;
}
.introduction_sec {
  padding: 64px 0 180px;
}
.introduction_sec h1 {
  color: #333333;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 40px;
}
.introduction_sec .intro_area {
  display: flex;
  gap: 40px;
}
.introduction_sec .intro_area .item {
  align-self: stretch;
  padding: 40px;
  background: #fafafa;
  border-radius: 16px;
  width: 100%;
}
.introduction_sec .intro_area .item h5 {
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 24px;
  position: relative;
  width: fit-content;
  z-index: 0;
}
.introduction_sec .intro_area .item h5::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 12px;
  background: #e1ecf4;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.introduction_sec .intro_area .item li {
  display: flex;
  gap: 16px;
  align-items: center;
}
.introduction_sec .intro_area .item li b {
  color: #1f4293;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}
.introduction_sec .intro_area .item ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.introduction_sec .intro_area .item li p {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.history__area {
  padding-bottom: 180px;
}
.history__area h1 {
  color: #333333;
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  margin-bottom: 80px;
}
.history__area .container > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.history__area .container .appendix_flex {
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.history__area .container .appendix_flex .item {
  border: 1px solid #eeeeee;
  border-radius: 16px;
  padding: 46px 0;
  width: 300.8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.history__area .container .appendix_flex .item img {
  height: 300px;
  width: auto;
}
.history__area .container .location_flex {
  gap: 80px;
}
.history__area .container .location_flex .map {
  max-width: 760px;
  width: 100%;
  aspect-ratio: 760/544;
  border-radius: 16px;
  overflow: hidden;
}
.history__area .container .location_flex .map div {
  width: 100%;
  height: 100%;
}
.history__area .container .location_flex .map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.history__area .container .location_flex .text {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
}
.history__area .container .location_flex .text h5 {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 16px;
  position: relative;
  width: fit-content;
  z-index: 0;
}
.history__area .container .location_flex .text h5::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 12px;
  background: #0070c01a;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.history__area .container .location_flex .text p {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  padding-left: 12px;
  text-indent: -12px;
}
.smartfarm__section .gray_box {
  background: #fafafa;
  padding: 100px 0;
}
.smartfarm__section .pb180 {
  padding: 100px 0 180px;
}
.smartfarm__section.pt0 {
  padding: 0 0 100px !important;
}
.smartfarm__section.pb180 {
  padding: 0 0 180px !important;
}
.smartfarm__section .gray_box .container {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.smartfarm__section span {
  margin-bottom: 8px;
  color: #0070c0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
}
.smartfarm__section h1 {
  color: #333333;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}
.smartfarm__section p {
  margin-top: 8px;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.smartfarm__section .item .sub {
  display: flex;
  gap: 80px;
  align-items: center;
  margin-top: 40px;
}
.smartfarm__section .item .sub .img_box {
  max-width: 640px;
  width: 100%;
  aspect-ratio: 640/480;
  border-radius: 16px;
  overflow: hidden;
}
.smartfarm__section .item .sub .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.smartfarm__section .item .sub .text_box .text_ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.smartfarm__section .item .sub .text_box h5 {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  position: relative;
  width: fit-content;
  z-index: 0;
  /* 형광펜 효과 */
  background: linear-gradient(to top, #0070c01a 12px, transparent 0);
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone; /* 크롬/사파리 대응 */
}
/* .smartfarm__section .item .sub .text_box h5::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 12px;
  background: #0070c01a;
  left: 0;
  bottom: 0;
  z-index: -1;
} */
.smartfarm__section .item .sub .text_box .text_ul ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}
.smartfarm__section .item .sub .text_box .text_ul ul li {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-indent: -20px;
  padding-left: 20px;
}
.smartfarm__section.white {
  padding: 100px 0;
}
.smart_green_sec {
  padding: 0 40px;
}
.smart_green_sec .green_inner {
  background: #eef4ef;
  border-radius: 24px;
  height: 520px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  overflow: hidden;
}
.smart_green_sec .green_inner .img_box {
  max-width: 927px;
  width: 100%;
  height: 100%;
  border-radius: 0 0 0 500px;
  overflow: hidden;
}
.smart_green_sec .green_inner .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.smart_green_sec .green_inner .text {
  padding: 80px 0 0 120px;
}
.smart_green_sec .green_inner .text h1 {
  color: #333333;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -0.5px;
  margin-bottom: 40px;
}
.smart_green_sec .green_inner .text h1 b {
  font-weight: 600;
  color: #54b847;
}
.smart_green_sec .green_inner .text ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.smart_green_sec .green_inner .text ul li {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
.smartfarm__section.whiteB {
  padding: 100px 0 180px;
}
.smartfarm__section .smartfarm_list {
  display: flex;
  gap: 24px;
  margin-top: 40px;
}

.smartfarm__section .smartfarm_list li {
  flex: 1;
}
.smartfarm__section .smartfarm_list .img_box {
  max-width: 382px;
  width: 100%;
  aspect-ratio: 382 / 240;
  margin-bottom: 16px;
}
.smartfarm__section .smartfarm_list .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.smartfarm__section .smartfarm_list h6 {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.smartfarm__section .smartfarm_list li h6:last-of-type {
  margin-top: 4px;
}
.convergence_sw_section {
  padding: 100px 0 180px;
}
.convergence_sw_section h1 {
  color: #333333;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 40px;
}
.conver_sw .swiper-slide {
  max-width: 517.33px;
  width: 100%;
}
.conver_sw .swiper-wrapper {
  transition-timing-function: linear;
}
.conver_sw .swiper-slide .img_box {
  width: 100%;
  aspect-ratio: 517.33/320;
  border-radius: 16px;
  overflow: hidden;
}
.conver_sw .swiper-slide .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.conver_sw .swiper-slide p {
  margin-top: 16px;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.smartfarm__section .item .img_sub {
  margin-top: 40px;
  display: flex;
  gap: 24px;
  height: 480px;
}
.smartfarm__section .item .img_sub .img_box {
  border-radius: 16px;
  overflow: hidden;
}
.smartfarm__section .item .img_sub .img_box.left {
  max-width: 1096px;
  width: 100%;
}
.smartfarm__section .item .img_sub .img_box.right {
  max-width: 480px;
  width: 100%;
  aspect-ratio: 1/1;
}
.smartfarm__section .item .img_sub .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_sec {
  padding: 36px 0 180px;
}
.product_sec .container {
  margin-bottom: 40px;
}
.media_sec {
  padding-bottom: 180px;
}
.media_sec h1 {
  margin-bottom: 40px;
  color: #333333;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}
.media_sec h1.mb80 {
  margin-bottom: 80px;
}
.search_area {
  gap: 8px;
  justify-content: end;
  flex-wrap: wrap;
}
.search_area .input_box {
  position: relative;
}

.search_area .input_box .search_btn {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../_img/common/icon_search.svg) no-repeat center center / contain;
  width: 20px;
  height: 20px;
}
.tableA {
  margin-top: 16px;
}
.tableA th {
  height: 72px;
  background: #eef4ef;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
}
.tableA th:first-child {
  border-radius: 8px 0 0 8px;
}
.tableA th:last-child {
  border-radius: 0 8px 8px 0;
}
.tableA td {
  height: 72px;
  padding: 0 16px;
  border-bottom: 1px solid #eeeeee;
}
.tableA td p {
  text-align: center;
  color: #767676;
  font-size: 16px;
  font-weight: 400;
}
.tableA td h2 {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.tableA tbody tr {
  cursor: pointer;
}
.press_board {
  margin-top: 32px;
}
.press_board .title {
  background: #fafafa;
  padding: 24px 16px;
  border-radius: 8px;
}
.press_board .title h2 {
  color: #111111;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 8px;
}
.press_board .title .date {
  display: flex;
  gap: 8px;
  align-items: center;
}
.press_board .title .date p {
  color: #767676;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.press_board .title .date p:not(:last-child)::after {
  content: "";
  background: #dddddd;
  height: 12px;
  width: 1px;
  display: inline-block;
  margin-left: 8px;
}
.press_board .content {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  padding: 40px 16px 80px;
}
.press_board .file__area {
  background: #fafafa;
  padding: 16px;
  border-radius: 8px;
  display: flex;
  gap: 24px;
}
.press_board .file__area span {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.press_board .file__area button {
  color: #767676;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.pagination {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.pagination li a {
  width: 32px;
  height: 32px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #767676;
  font-size: 16px;
  font-weight: 500;
}
.pagination li.active a {
  background: #333333;
  color: #fff;
}
.pagination li.first a {
  background: url(../_img/icon/icon_first.svg) no-repeat center center / contain;
}
.pagination li.prev a {
  background: url(../_img/icon/icon_prev.svg) no-repeat center center / contain;
  margin-right: 12px;
}
.pagination li.next a {
  background: url(../_img/icon/icon_next.svg) no-repeat center center / contain;
  margin-left: 12px;
}
.pagination li.end a {
  background: url(../_img/icon/icon_end.svg) no-repeat center center / contain;
}
.pagi {
  margin-top: 40px;
  background: #fafafa;
  padding: 0 16px;
  border-radius: 8px;
}
.pagi li {
  height: 56px;
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid #eeeeee;
}
.pagi li:last-child {
  border-bottom: none;
}
.pagi li h2 {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.pagi li a {
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.media_sec .btn__area {
  margin-top: 80px;
  text-align: center;
}
.media_sec .btn__area .btn {
  background: #333333;
  height: 56px;
  line-height: 56px;
  color: #fff;
  max-width: 100%;
  width: 400px;
  font-size: 16px;
  font-weight: 600;
}
.partners_list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fill, 307.2px);
  justify-content: center;
}
.partners_list li {
  border: 1px solid #eee;
  border-radius: 16px;
  width: 307.2px;
  aspect-ratio: 307.2 / 118;
}
.partners_list li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact_area {
  background: #eef4ef;
  border-radius: 16px;
  padding: 40px;
}
.contact_area .ip__area {
  display: flex;
  align-items: center;
  gap: 16px;
}
.contact_area .ip__area h2 {
  width: 120px;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
}
.contact_area .ip__area input {
  height: 56px;
  border: none;
  border-radius: 8px;
  width: 100%;
}
.contact_area .ip__area textarea {
  width: 100%;
  border: none;
  border-radius: 8px;
  height: 280px;
  padding: 16px;
  margin-top: 16px;
}
.contact_area .ip__area textarea::placeholder {
  color: #999;
}
.contact_area .ip__area .select-primary {
  width: 100%;
  height: 56px;
  line-height: 56px;
  border: none;
  font-size: 16px;
}
.careers_sec {
  padding: 36px 0 180px;
}
.careers_sec h1 {
  margin-bottom: 8px;
  color: #333333;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}
.careers_sec p {
  color: #505050;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 80px;
}
.careers_sec img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* Pad & Mobile */
@media screen and (max-width: 1200px) {
}
/* Pad */
@media screen and (min-width: 768px) and (max-width: 1200px) {
}
/* Mobile */
@media screen and (max-width: 768px) {
  .list_section.cooperation .container {
    flex-direction: column;
    gap: 20px;
  }
  .list_section.cooperation .container img {
    max-width: 100%;
  }
  .main_banner .text h1,
  .list_section.cooperation .container .text h1 {
    font-size: 25px;
    line-height: 130%;
  }
  .main_banner {
    margin: 20px 20px 0;
  }
  .main_banner .text p {
    font-size: 13px;
    line-height: 130%;
  }
  .line_banner h1 {
    font-size: 18px;
    line-height: 130%;
  }
  .main_ul li,
  .AgTech_section .container {
    flex-direction: column;
    gap: 10px;
  }
  .green_section .container h1,
  .AgTech_section .container .text h1 {
    font-size: 24px;
    line-height: 130%;
  }
  .green_section .container .grid_box {
    grid-template-columns: 1fr;
  }
  .technology_ul {
    flex-direction: column;
  }
  .sw_sec h1 {
    padding-left: 0;
  }
  .sw_sec::before {
    display: none;
  }
  .sw_sec {
    flex-wrap: wrap;
    gap: 10px;
    padding: 160px 0 180px 20px;
  }

  .main_sw .swiper-slide {
    width: 280px;
  }
  .introduction_sec .intro_area,
  .message_sec .message__area .container {
    flex-direction: column;
  }
  .message_sec::before {
    display: none;
  }
  section.banner {
    margin: 20px;
  }
  section.banner h1 {
    font-size: 28px;
  }

  .history__area .container .location_flex,
  .smartfarm__section .smartfarm_list,
  .smartfarm__section .item .sub,
  .smartfarm__section .item .img_sub {
    flex-direction: column;
  }
  .smart_green_sec .green_inner .text {
    padding: 20px;
  }
  .smart_green_sec .green_inner {
    height: fit-content;
  }
  .smart_green_sec .green_inner .img_box {
    display: none;
  }
  .smart_green_sec {
    padding: 0 20px;
  }
  .contact_area .ip__area {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact_area {
    padding: 20px;
  }
}
