@charset "UTF-8";
@font-face {
  font-family: "S CoreDream";
  src: url("../font/S_CoreDream_L.woff") format("woff"), url("../font/S_CoreDream_L.woff2") format("woff2"), url("../font/S_CoreDream_L.eot") format("eot");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "S CoreDream";
  src: url("../font/S_CoreDream_R.woff") format("woff"), url("../font/S_CoreDream_R.woff2") format("woff2"), url("../font/S_CoreDream_R.eot") format("eot");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "S CoreDream";
  src: url("../font/S_CoreDream_M.woff") format("woff"), url("../font/S_CoreDream_M.woff2") format("woff2"), url("../font/S_CoreDream_M.eot") format("eot");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "S CoreDream";
  src: url("../font/S_CoreDream_B.woff") format("woff"), url("../font/S_CoreDream_B.woff2") format("woff2"), url("../font/S_CoreDream_B.eot") format("eot");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "SB Aggro";
  src: url("../font/SB_Aggro_L.woff") format("woff"), url("../font/SB_Aggro_L.woff2") format("woff2"), url("../font/SB_Aggro_L.eot") format("eot");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SB Aggro";
  src: url("../font/SB_Aggro_M.woff") format("woff"), url("../font/SB_Aggro_M.woff2") format("woff2"), url("../font/SB_Aggro_M.eot") format("eot");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SB Aggro";
  src: url("../font/SB_Aggro_B.woff") format("woff"), url("../font/SB_Aggro_B.woff2") format("woff2"), url("../font/SB_Aggro_B.eot") format("eot");
  font-weight: 700;
  font-style: normal;
}
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, a, address,
img, strong, sub, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, footer, header,
nav, section, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  font-family: "S CoreDream", "Apple SD Gothic Neo", Dotum, "돋움", sans-serif;
  vertical-align: baseline;
  color: #212121;
  scroll-behavior: smooth;
}

article, aside, details, figcaption, figure,
footer, header, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  cursor: pointer;
  border: 0;
  background: none;
}

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

em {
  font-style: normal;
}

img {
  vertical-align: top;
}

input,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.blind {
  margin: -1px !important;
  padding: 0 !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

.mo_show {
  display: none;
}

.fix_btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  right: 30px;
  bottom: 40px;
  z-index: 100;
}
.fix_btn_box .link_kakao,
.fix_btn_box .btn_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
}
.fix_btn_box .link_kakao .text,
.fix_btn_box .btn_top .text {
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
}
.fix_btn_box .link_kakao:hover .text,
.fix_btn_box .btn_top:hover .text {
  max-height: 20px;
  opacity: 1;
}
.fix_btn_box .link_kakao {
  background: #F7E412;
}
.fix_btn_box .link_kakao:before {
  display: block;
  width: 34px;
  height: 34px;
  background: url("../images/icon_kakao.svg") center no-repeat;
  background-size: cover;
  content: "";
}
.fix_btn_box .link_kakao .text {
  color: #3E2723;
}
.fix_btn_box .btn_top {
  margin-top: 10px;
  background: #FF5B2E;
}
.fix_btn_box .btn_top:before {
  display: block;
  width: 34px;
  height: 34px;
  background: url("../images/icon_top_arrow.svg") center no-repeat;
  background-size: cover;
  content: "";
  background-size: 18px 12px;
}
.fix_btn_box .btn_top .text {
  color: #fff;
}

.sec {
  text-align: center;
}
.sec .sec_inner {
  padding: 100px 0;
}
.sec .sec_title {
  text-align: center;
  font-size: 28px;
  line-height: 39px;
  font-weight: 700;
  color: #212121;
}
.sec .sec_title em {
  vertical-align: middle;
  font-family: "SB Aggro";
  font-weight: 700;
  color: #FF3600;
}
.sec .sec_title:before {
  margin: 0 auto 20px;
  display: block;
  width: 40px;
  height: 20px;
  background: url("../images//main/icon_title.svg") center no-repeat;
  background-size: cover;
  content: "";
  content: "";
}
.sec .sec_desc {
  padding: 5px 0 70px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #797979;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sec .sec_inner {
  max-width: 1200px;
  margin: 0 auto;
}

.search_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search_form .select {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: 60px;
  padding: 0 50px 0 30px;
  border-radius: 100px;
  border: 1px solid #aaa;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #797979;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "S CoreDream";
  background: url(../images/store/icon_select_arrow.svg) right 30px center no-repeat;
}
.search_form .box_input {
  position: relative;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search_form .box_input .input {
  width: 350px;
  height: 60px;
  border-radius: 100px;
  border: 1px solid #aaa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  padding: 0 60px 0 30px;
  font-family: "S CoreDream";
  background: #fff;
}
.search_form .box_input .input::-webkit-input-placeholder {
  color: #999;
}
.search_form .box_input .input::-moz-placeholder {
  color: #999;
}
.search_form .box_input .input:-ms-input-placeholder {
  color: #999;
}
.search_form .box_input .input::-ms-input-placeholder {
  color: #999;
}
.search_form .box_input .input::placeholder {
  color: #999;
}
.search_form .box_input .btn_search {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  padding: 10px;
}
.search_form .box_input .btn_search:before {
  display: block;
  width: 28px;
  height: 26px;
  background: url("../images//store/icon_search.svg") center no-repeat;
  background-size: cover;
  content: "";
}

.pg_wrap {float: none; margin-top: 50px;}
.pg_wrap:after {display: none}
.pg_wrap .pg {display: flex; align-items: center;}
.pg_wrap .pg .pg_page {width: 40px; height: 40px; font-size: 18px; line-height: 40px; font-weight: 400; color: #797979; background: transparent; border: 0;}
.pg_wrap .pg .pg_page.pg_start {border: 1px solid #ccc; border-radius: 0; background: url('../images/icon_arrow_double_pagination.svg') no-repeat; background-position: center; background-size: 14px;}
.pg_wrap .pg .pg_page.pg_prev {border: 1px solid #ccc; border-radius: 0; background: url('../images/icon_arrow_pagination.svg') no-repeat; background-position: center; background-size: 6px; margin-right: 30px;}
.pg_wrap .pg .pg_page.pg_next {border: 1px solid #ccc; border-radius: 0; background: url('../images/icon_arrow_pagination.svg') no-repeat; background-position: center; background-size: 6px; transform: rotate(-180deg); margin-left: 30px}
.pg_wrap .pg .pg_page.pg_end {border: 1px solid #ccc; border-radius: 0; background: url('../images/icon_arrow_double_pagination.svg') no-repeat; background-position: center; background-size: 14px; transform: rotate(-180deg);}
.pg_wrap .pg .pg_current {width: 40px; height: 40px; line-height: 40px; background: #299B3A; border: 0; border-radius: 50%;}

.box_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.box_pagination .btn_prev, .box_pagination .btn_next,
.box_pagination .btn_first, .box_pagination .btn_last {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.box_pagination .btn_first:before, .box_pagination .btn_last:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 14px;
  height: 12px;
  background: url("../images//icon_arrow_double_pagination.svg") center no-repeat;
  background-size: cover;
  content: "";
}
.box_pagination .btn_last, .box_pagination .btn_next {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.box_pagination .btn_prev:before, .box_pagination .btn_next:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 6px;
  height: 12px;
  background: url("../images//icon_arrow_pagination.svg") center no-repeat;
  background-size: cover;
  content: "";
}
.box_pagination .btn_prev {
  margin: 0 30px 0 -1px;
}
.box_pagination .btn_next {
  margin: 0 -1px 0 30px;
}
.box_pagination .btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  color: #797979;
}
.box_pagination .btn.is_active {
  background: #299B3A;
  color: #fff;
  font-weight: 700;
}

.box_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 180px;
  background: url(../images/main/inquiry_bn.png) center no-repeat;
  background-size: 100%;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.box_banner .bn_title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: -0.4px;
  color: #fff;
}
.box_banner .phone {
  display: block;
  font-size: 38px;
  line-height: 53px;
  font-weight: 700;
  color: #fff;
}

.sec_inquiry .sec_desc {
  text-align: center;
}
.sec_inquiry .inquiry_title {
  padding: 50px 0 17px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #232323;
  border-bottom: 2px solid #328B29;
}
.sec_inquiry .is_require:after {
  display: inline-block;
  padding-left: 4px;
  line-height: 23px;
  color: #FF3600;
  content: "*";
}
.sec_inquiry .box_checkbox_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 70px;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
}
.sec_inquiry .box_checkbox_wrap .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 150px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  color: #232323;
}
.sec_inquiry .box_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec_inquiry .box_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  min-height: 70px;
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sec_inquiry .box_input .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 150px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  color: #232323;
}
.sec_inquiry .box_input .input {
  width: 400px;
  padding: 0 11px;
  height: 40px;
  border: 1px solid #DDDDDD;
  background: #FAFBFB;
  font-size: 14px;
  line-height: 19px;
  font-family: "S CoreDream";
  font-weight: 300;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sec_inquiry .box_input .input::-webkit-input-placeholder {
  color: #999;
}
.sec_inquiry .box_input .input::-moz-placeholder {
  color: #999;
}
.sec_inquiry .box_input .input:-ms-input-placeholder {
  color: #999;
}
.sec_inquiry .box_input .input::-ms-input-placeholder {
  color: #999;
}
.sec_inquiry .box_input .input::placeholder {
  color: #999;
}
.sec_inquiry .box_input:nth-child(odd) {
  padding-right: 50px;
}
.sec_inquiry .box_input:nth-child(even) {
  padding-left: 50px;
}
.sec_inquiry .box_checkbox + .box_checkbox {
  padding-left: 50px;
}
.sec_inquiry .box_checkbox input:checked + .label:before {
  background: #555 url(../images/main/icon_checkbox.svg) center no-repeat;
}
.sec_inquiry .box_checkbox .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  color: #555;
}
.sec_inquiry .box_checkbox .label:before {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border: 1px solid #aaa;
  content: "";
}
.sec_inquiry .textarea {
  margin-top: 15px;
  width: 100%;
  height: 160px;
  padding: 20px;
  border: 1px solid #DDDDDD;
  background: #FAFBFB;
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  font-family: "S CoreDream";
}
.sec_inquiry .textarea::-webkit-input-placeholder {
  color: #999;
}
.sec_inquiry .textarea::-moz-placeholder {
  color: #999;
}
.sec_inquiry .textarea:-ms-input-placeholder {
  color: #999;
}
.sec_inquiry .textarea::-ms-input-placeholder {
  color: #999;
}
.sec_inquiry .textarea::placeholder {
  color: #999;
}
.sec_inquiry .box_policy {
  text-align: left;
  overflow-y: auto;
  margin: 15px 0 20px;
  width: 100%;
  height: 160px;
  padding: 20px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  border: 1px solid #DDDDDD;
  background: #FAFBFB;
  color: #555;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* Track */
  /* Handle */
}
.sec_inquiry .box_policy::-webkit-scrollbar {
  width: 20px;
}
.sec_inquiry .box_policy::-webkit-scrollbar-track {
  background: #e5e5e5;
}
.sec_inquiry .box_policy::-webkit-scrollbar-thumb {
  background: #555;
}
.sec_inquiry .box_btn {
  text-align: center;
  margin-top: 105px;
}
.sec_inquiry .box_btn .btn {
  width: 232px;
  height: 60px;
  background: #328B29;
  font-family: "S CoreDream";
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  font-weight: 300;
}

@media (max-width: 1024px) {
  .pc_show {
    display: none;
  }
  .mo_show {
    display: block;
  }
  .fix_btn_box {
    right: 20px;
    bottom: 20px;
  }
  .fix_btn_box .link_kakao,
  .fix_btn_box .btn_top {
    width: 50px;
    height: 50px;
  }
  .fix_btn_box .link_kakao:before,
  .fix_btn_box .btn_top:before {
    width: 24px;
    height: 24px;
  }
  .fix_btn_box .btn_top {
    margin-top: 7px;
  }
  .sec .sec_inner {
    padding: 75px 20px;
  }
  .sec .sec_title {
    font-size: 21px;
    line-height: 29px;
  }
  .sec .sec_title:before {
    width: 30px;
    height: 15px;
    margin-bottom: 10px;
  }
  .sec .sec_desc {
    padding: 2.5px 0 35px;
    font-size: 14px;
    line-height: 17px;
  }
  .box_pagination {
    margin-top: 25px;
  }
  .box_pagination .btn_prev, .box_pagination .btn_first,
  .box_pagination .btn_next, .box_pagination .btn_last,
  .box_pagination .btn {
    width: 35px;
    height: 35px;
  }
  .box_pagination .btn {
    font-size: 14px;
  }
  .box_pagination .btn_prev:before,
  .box_pagination .btn_next:before {
    width: 4px;
    height: 8px;
  }
  .box_pagination .btn_prev {
    margin-right: 8px;
  }
  .box_pagination .btn_next {
    margin-left: 8px;
  }
  .box_pagination .btn_first:before,
  .box_pagination .btn_last:before {
    width: 8px;
    height: 8px;
  }
  .search_form {
    width: 100%;
  }
  .search_form .select {
    width: 110px;
    height: 40px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding: 0 30px 0 15px;
    font-size: 14px;
    line-height: 18.5px;
    font-weight: 500;
    background-position: right 15px center;
    background-size: 9px 5px;
  }
  .search_form .box_input {
    width: calc(100% - 110px);
    padding-left: 6px;
  }
  .search_form .box_input .input {
    padding: 0 35px 0 15px;
    width: 100%;
    height: 40px;
    font-size: 13px;
  }
  .search_form .box_input .btn_search {
    right: 5px;
  }
  .search_form .box_input .btn_search:before {
    width: 17px;
    height: 16px;
    background-size: cover;
  }
  .box_banner {
    padding: 20px;
    margin: 0 -20px;
    width: auto;
    background-image: url(../images/main/mo_inquiry_bn.png);
    height: 110px;
  }
  .box_banner .bn_title {
    font-size: 16px;
    line-height: 22px;
  }
  .box_banner .phone {
    font-size: 31px;
    line-height: 43px;
  }
  .sec_inquiry .inquiry_title {
    font-size: 17px;
    line-height: 23.5px;
    padding: 25px 0 6px;
  }
  .sec_inquiry .box_input {
    width: 100%;
    min-height: 45px;
    padding: 7.5px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .sec_inquiry .box_input .label {
    min-width: 102px;
    font-size: 14px;
  }
  .sec_inquiry .box_input .input {
    width: calc(100% - 102px);
    height: 30px;
    font-size: 12px;
    line-height: 16.5px;
  }
  .sec_inquiry .box_input:nth-child(odd) {
    padding-right: 0;
  }
  .sec_inquiry .box_input:nth-child(even) {
    padding-left: 0;
  }
  .sec_inquiry .box_input:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sec_inquiry .box_input:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .sec_inquiry .box_input:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sec_inquiry .box_input:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .sec_inquiry .box_checkbox_wrap {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .sec_inquiry .box_checkbox_wrap .title {
    min-width: 102px;
    font-size: 14px;
  }
  .sec_inquiry .box_checkbox + .box_checkbox {
    padding-left: 10px;
  }
  .sec_inquiry .box_checkbox input:checked + .label:before {
    background-size: 90%;
  }
  .sec_inquiry .box_checkbox .label {
    font-size: 13px;
    letter-spacing: -0.1px;
  }
  .sec_inquiry .box_checkbox .label:before {
    width: 10px;
    height: 10px;
    margin-right: 2.5px;
    margin-top: -2px;
  }
  .sec_inquiry .textarea {
    margin-top: 7.5px;
    padding: 10px;
    font-size: 13px;
  }
  .sec_inquiry .box_policy {
    margin: 7.5px 0 10px;
  }
  .sec_inquiry .box_btn {
    margin-top: 35px;
  }
  .sec_inquiry .box_btn .btn {
    width: 116px;
    height: 50px;
    font-size: 17px;
  }
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  border: 1px solid #e5e5e5;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  min-height: 80px;
  margin: 0 auto;
}
.header_inner .logo {
  display: block;
}
.header_inner .logo a {
  display: block;
}
.header_inner .logo a:before {
  display: block;
  width: 91px;
  height: 40px;
  background: url("../images/logo.svg") center no-repeat;
  background-size: cover;
  content: "";
}

@media (min-width: 1025px) {
  .gnb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -25px;
  }
  .gnb_item {
    position: relative;
    height: 80px;
  }
  .gnb_item:hover .gnb_link {
    color: #328B29;
  }
  .gnb_item:hover .sub_gnb {
    opacity: 1;
    visibility: visible;
  }
  .gnb_link {
    position: relative;
    display: block;
    height: 100%;
    padding: 25px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .gnb_link.is_active {
    color: #328B29;
  }
  .sub_gnb {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 81px;
    background: #328B29;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .sub_gnb_link {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #328B29;
    min-width: 100%;
    padding: 9px 50px 8px 30px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .sub_gnb_link:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 20px;
    display: block;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    content: "";
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .sub_gnb_link:hover {
    padding: 9px 40px 8px 40px;
    background: #297221;
  }
  .sub_gnb_link:hover:before {
    opacity: 1;
  }
  .btn_menu {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header_inner {
    padding: 0 20px;
    min-height: 50px;
  }
  .header_inner .logo a:before {
    width: 57px;
    height: 25px;
  }
  .header_inner > .nav {
    display: none;
  }
  .header_inner .btn_menu {
    margin-right: -5px;
    padding: 5px;
  }
  .header_inner .btn_menu:before {
    display: block;
    width: 17.5px;
    height: 13px;
    background: url("../images/icon_menu.svg") center no-repeat;
    background-size: cover;
    content: "";
  }
  .layer_menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .layer_menu:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    content: "";
  }
  .layer_menu .layer_inner {
    position: absolute;
    right: 0;
    top: 0;
    width: 330px;
    height: 100%;
    background: #fff;
  }
  .layer_menu .menu_logo {
    display: block;
    margin: 66px 0 50px 38px;
  }
  .layer_menu .menu_logo:before {
    display: block;
    width: 213px;
    height: 20px;
    background: url("../images/logo_menu.svg") center no-repeat;
    background-size: cover;
    content: "";
  }
  .layer_menu .btn_close {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 5px;
  }
  .layer_menu .btn_close:before {
    display: block;
    width: 11px;
    height: 11px;
    background: url("../images/icon_close.svg") center no-repeat;
    background-size: cover;
    content: "";
  }
  .layer_menu .gnb {
    border-top: 1px solid #DDDDDD;
  }
  .layer_menu .gnb_item {
    border-bottom: 1px solid #DDDDDD;
  }
  .layer_menu .gnb_link {
    display: block;
    width: 100%;
    padding: 12px 20px;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .layer_menu .gnb_link.is_active {
    background: #299B3A;
    color: #fff;
  }
  .layer_menu .gnb_link.is_active + .sub_gnb {
    display: block;
  }
  .layer_menu .sub_gnb {
    display: none;
    padding: 7.5px 0;
  }
  .layer_menu .sub_gnb_link {
    display: block;
    padding: 7.5px 20px;
  }
  .layer_menu .sub_gnb_link.is_active {
    color: #299B3A;
  }
  .layer_menu .time {
    padding: 25px 20px 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #555;
  }
  .layer_menu .contact_list {
    padding: 15px 20px;
  }
  .layer_menu .contact_list .contact_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layer_menu .contact_list .title {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    color: #555;
    min-width: 30px;
  }
  .layer_menu .contact_list .desc {
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    color: #797979;
    padding-left: 2px;
  }
}
.footer {
  border-top: 1px solid #e5e5e5;
}
.footer_inner {
  max-width: 1200px;
  padding: 50px 0;
  margin: 0 auto;
}
.footer_logo {
  margin-bottom: 30px;
}
.footer_logo a {
  display: inline-block;
}
.footer_logo a:before {
  display: block;
  width: 255px;
  height: 24px;
  background: url("../images/logo_footer.svg") center no-repeat;
  background-size: cover;
  content: "";
}
.footer_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_list:not(:first-child) {
  margin-top: 5px;
}
.footer_item {
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  color: #797979;
}
.footer_item:not(:first-child):before {
  display: inline-block;
  padding: 0 5px;
  content: "|";
}
.footer .cs_phone, .footer .address {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #555;
  font-style: normal;
}
.footer .cs_phone {
  padding-top: 20px;
}
.footer .address {
  padding-top: 10px;
}
.footer .copyright {
  padding-top: 20px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  color: #aaa;
}

@media (max-width: 1024px) {
  .footer_inner {
    padding: 35px 20px;
    text-align: center;
  }
  .footer_logo {
    margin-bottom: 15px;
  }
  .footer_logo a:before {
    width: 159.5px;
    height: 15px;
  }
  .footer_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_list:not(:first-child) {
    margin-top: 10px;
  }
  .footer_item {
    font-size: 13px;
    line-height: 18px;
  }
  .footer_item:not(:first-child):before {
    display: none;
  }
  .footer .cs_phone, .footer .address {
    font-size: 13px;
    line-height: 18px;
  }
  .footer .cs_phone {
    padding-top: 10px;
  }
  .footer .address {
    padding-top: 0;
  }
  .footer .copyright {
    padding-top: 10px;
    font-size: 13px;
    line-height: 18px;
  }
}
.main .visual_slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 880px;
}
.main .visual_slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .visual_slide .swiper-button-prev,
.main .visual_slide .swiper-button-next {
  width: auto;
  height: auto;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.main .visual_slide .swiper-button-prev:before,
.main .visual_slide .swiper-button-next:before {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  content: "";
}
.main .visual_slide .swiper-button-prev:after,
.main .visual_slide .swiper-button-next:after {
  position: absolute;
  top: 13px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.main .visual_slide .swiper-button-prev:hover,
.main .visual_slide .swiper-button-next:hover {
  opacity: 1;
}
.main .visual_slide .swiper-button-prev {
  left: 138px;
}
.main .visual_slide .swiper-button-prev:after {
  left: 20px;
  display: block;
  width: 68px;
  height: 17px;
  background: url("../images//main/icon_arrow_left.svg") center no-repeat;
  background-size: cover;
  content: "";
}
.main .visual_slide .swiper-button-prev:hover:after {
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}
.main .visual_slide .swiper-button-next {
  right: 138px;
}
.main .visual_slide .swiper-button-next:after {
  right: 20px;
  display: block;
  width: 68px;
  height: 17px;
  background: url("../images//main/icon_arrow_right.svg") center no-repeat;
  background-size: cover;
  content: "";
}
.main .visual_slide .swiper-button-next:hover:after {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.main .visual_slide .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  bottom: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main .visual_slide .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 0.3;
  background: #fff;
}
.main .visual_slide .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  opacity: 0.7;
  border-radius: 10px;
}
.main .cube_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -150px;
  z-index: 1;
}
.main .cube_item {
  position: relative;
  width: 300px;
  height: 300px;
}
.main .cube_item:nth-child(1) {
  background: #E5795C;
}
.main .cube_item:nth-child(2) {
  background: #59B250;
}
.main .cube_item:nth-child(3) {
  background: #45A7DF;
}
.main .cube_item:nth-child(4) {
  background: #FFBC1E;
}
.main .cube_item:before {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images//icon_plus.svg") center no-repeat;
  background-size: cover;
  content: "";
  content: "";
}
.main .cube_link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main .cube_link .box_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  overflow: hidden;
}
.main .cube_link .box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .cube_link .box_img:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  opacity: 0;
  content: "";
}
.main .cube_link .title {
  position: relative;
  z-index: 1;
  font-family: "SB Aggro";
  font-weight: 700;
  line-height: 43px;
  font-size: 36px;
  letter-spacing: -1.8px;
  color: #fff;
}
.main .cube_link .desc {
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  opacity: 0;
}
.main .sec2 {
  overflow: hidden;
  padding-top: 150px;
}
.main .sec2 .sec_desc {
  padding-bottom: 0;
}
.main .about_logo {
  padding-top: 55px;
  text-align: left;
  -webkit-animation: sec1Ani 2s ease-in infinite;
          animation: sec1Ani 2s ease-in infinite;
}
.main .about_bg {
  position: relative;
  margin-top: 30px;
  width: 100%;
  height: 600px;
  background: url(../images/main/about_bg.png) center/auto 100% no-repeat;
}
.main .about_bg .box_text {
  position: relative;
  z-index: 1;
  padding-top: 155px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.main .about_bg .box_text .title {
  font-size: 42px;
  line-height: 60px;
  color: #FDFAF7;
}
.main .about_bg .box_text .desc {
  max-width: 530px;
  padding-top: 30px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #FDFAF7;
}
.main .about_bg .box_text .btn_next {
  margin: 50px 36px;
  display: block;
  position: relative;
  width: 52px;
  height: 52px;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.main .about_bg .box_text .btn_next:before {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  content: "";
}
.main .about_bg .box_text .btn_next:after {
  position: absolute;
  top: 13px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  right: 20px;
  display: block;
  width: 68px;
  height: 17px;
  background: url("../images//main/icon_arrow_right.svg") center no-repeat;
  background-size: cover;
  content: "";
}
.main .about_bg .box_text .btn_next:hover {
  opacity: 1;
}
.main .about_bg .box_text .btn_next:hover:after {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.main .about_bg .box_img {
  position: absolute;
  right: 0;
  bottom: 20%;
  width: 960px;
  height: 387px;
}
.main .about_bg .box_img img {
  width: 100%;
  height: 100%;
}
.main .sec_inquiry {
  padding-bottom: 150px;
  text-align: left;
  background: url(../images/main/inquiry_bg.png) bottom no-repeat;
}

@-webkit-keyframes sec1Ani {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

@keyframes sec1Ani {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@media (min-width: 1025px) {
  .main .cube_link:hover .box_img {
    border-top-right-radius: 160px;
    -webkit-transform: scale(0.96667);
        -ms-transform: scale(0.96667);
            transform: scale(0.96667);
  }
  .main .cube_link:hover .box_img:before {
    opacity: 0.5;
  }
  .main .cube_link:hover .desc {
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .main .visual_slide {
    height: 108.11vw;
  }
  .main .visual_slide .swiper-button-prev,
  .main .visual_slide .swiper-button-next {
    display: none;
  }
  .main .visual_slide .swiper-pagination {
    bottom: 8.11vw;
  }
  .main .cube_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
  .main .cube_item {
    width: 50%;
    height: 50vw;
  }
  .main .cube_item:before {
    width: 15px;
    height: 15px;
    z-index: 1;
  }
  .main .cube_link {
    padding: 20px;
  }
  .main .cube_link .title {
    font-size: 21px;
    line-height: 25.5px;
    letter-spacing: -1.05px;
  }
  .main .cube_link .desc {
    opacity: 1;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 2.5px;
  }
  .main .sec2 {
    padding-top: 75px;
  }
  .main .about_logo {
    width: 100%;
  }
  .main .about_logo img {
    width: 100%;
  }
  .main .about_bg {
    margin-top: 15px;
    height: 370px;
    background-image: url(../images/main/mo_about_bg.png);
    background-size: 100%;
  }
  .main .about_bg .box_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 75px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main .about_bg .box_text .title {
    width: 100%;
    font-size: 21px;
    line-height: 25px;
  }
  .main .about_bg .box_text .desc {
    width: 70%;
    padding-top: 10px;
    font-size: 14px;
    line-height: 18px;
    word-break: keep-all;
  }
  .main .about_bg .box_text .btn_next {
    margin: 0;
  }
  .main .about_bg .box_img {
    width: 327px;
    height: auto;
    bottom: auto;
    right: 0;
    top: -0;
  }
  .main .sec_inquiry {
    padding-bottom: 75px;
    background-image: url(../images/main/mo_inquiry_bg.png);
    background-size: 100%;
  }
}
/* sub */
.sub {
  padding-top: 80px;
}

/* greeting */
.greeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: #F2F2EF url(../images/greeting/bg.png) bottom/cover no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.greeting_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 150px;
  width: 100%;
}
.greeting img {
  width: 100%;
}
.greeting .box_img {
  max-width: 960px;
}
.greeting .box_text {
  padding: 0 0 123px 97px;
  max-width: 552px;
}
.greeting .box_text .logo {
  display: inline-block;
}
.greeting .box_text .logo:before {
  display: block;
  width: 426px;
  height: 40px;
  background: url("../images//greeting/icon_logo.svg") center no-repeat;
  background-size: cover;
  content: "";
}
.greeting .box_text .title {
  display: block;
  margin-top: 50px;
  font-size: 32px;
  line-height: 39px;
  font-weight: 500;
  font-family: "SB Aggro";
  font-weight: 500;
}
.greeting .box_text .title em {
  color: #FF3600;
}
.greeting .box_text .desc {
  margin-top: 27px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: -0.36px;
  word-break: keep-all;
  color: #353535;
}
.greeting .box_text .desc em {
  color: #212121;
  font-weight: 500;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffea94), to(#ffea94));
  background-image: -o-linear-gradient(left, #ffea94, #ffea94);
  background-image: linear-gradient(to right, #ffea94, #ffea94);
  background-repeat: no-repeat;
  background-size: 100% 12px;
  background-position: 0 bottom;
}
.greeting .box_text .desc em.red {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 54, 0, 0.2)), to(rgba(255, 54, 0, 0.2)));
  background-image: -o-linear-gradient(left, rgba(255, 54, 0, 0.2), rgba(255, 54, 0, 0.2));
  background-image: linear-gradient(to right, rgba(255, 54, 0, 0.2), rgba(255, 54, 0, 0.2));
}
.greeting .box_text .desc em.green {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(17, 180, 0, 0.2)), to(rgba(17, 180, 0, 0.2)));
  background-image: -o-linear-gradient(left, rgba(17, 180, 0, 0.2), rgba(17, 180, 0, 0.2));
  background-image: linear-gradient(to right, rgba(17, 180, 0, 0.2), rgba(17, 180, 0, 0.2));
}

/* smartFarm */
.smartfarm .key_visual {
  width: 100%;
}
.smartfarm .key_visual img {
  width: 100%;
}
.smartfarm .sec_smartfarm.sec1 {
  background: #F2F2EF;
}
.smartfarm .sec_smartfarm.sec3 {
  background: url(../images/smartfarm/sec3_bg.png) center/cover no-repeat;
}
.smartfarm .checkpoint_cont {
  position: relative;
}
.smartfarm .checkpoint_cont .box_icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border: 5px solid #C5C5B7;
  background: #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  color: #555;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.smartfarm .checkpoint_cont .box_icon svg rect, .smartfarm .checkpoint_cont .box_icon svg * {
  stroke: currentColor;
}
.smartfarm .checkpoint_cont .box_text {
  position: relative;
  margin-top: -50px;
  padding: 80px 0 50px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.smartfarm .checkpoint_cont .box_text:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 0px solid #C5C5B7;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
}
.smartfarm .checkpoint_cont .box_text .title {
  display: block;
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
  color: #212121;
}
.smartfarm .checkpoint_cont .box_text .desc {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  color: #555;
}
.smartfarm .checkpoint_cont .box_text .point {
  display: inline-block;
  padding: 8px 20px;
  margin-top: 26px;
  font-size: 14px;
  font-weight: 300;
  background: #FF5B2E;
  border-radius: 18px;
  color: #fff;
}
.smartfarm .checkpoint_cont .smartfarm_thumb {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.smartfarm .checkpoint_cont .smartfarm_thumb .smartfarm_img {
  width: 280px;
  height: 280px;
}
.smartfarm .checkpoint_cont .smartfarm_thumb .smartfarm_img img {
  width: 100%;
}
.smartfarm .checkpoint_cont .smartfarm_thumb .text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 17px 32px;
  border-radius: 30px;
  font-size: 24px;
  line-height: 29px;
  font-family: "SB Aggro";
  background: #299B3A;
  color: #fff;
  font-weight: 500;
}
.smartfarm .checkpoint_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.smartfarm .checkpoint_item {
  width: calc(50% - 10px);
}
.smartfarm .checkpoint_item:hover .box_icon {
  background: #C5C5B7;
  color: #fff;
}
.smartfarm .checkpoint_item:hover .box_text:after {
  border-width: 5px;
}
.smartfarm .checkpoint_item:nth-child(1) .box_text {
  border-radius: 70px 0px 0px 0px;
}
.smartfarm .checkpoint_item:nth-child(1) .box_text:after {
  border-radius: 70px 0px 0px 0px;
}
.smartfarm .checkpoint_item:nth-child(2) .box_text {
  border-radius: 0px 70px 0px 0px;
}
.smartfarm .checkpoint_item:nth-child(2) .box_text:after {
  border-radius: 0px 70px 0px 0px;
}
.smartfarm .checkpoint_item:nth-child(3) .box_text {
  border-radius: 0px 0px 0px 70px;
}
.smartfarm .checkpoint_item:nth-child(3) .box_text:after {
  border-radius: 0px 0px 0px 70px;
}
.smartfarm .checkpoint_item:nth-child(4) .box_text {
  border-radius: 0px 0px 70px 0px;
}
.smartfarm .checkpoint_item:nth-child(4) .box_text:after {
  border-radius: 0px 0px 70px 0px;
}
.smartfarm .vegetable_cont .arrow {
  display: block;
  padding: 50px 0 70px;
}
.smartfarm .vegetable_cont .arrow:before {
  margin: 0 auto;
  display: block;
  width: 80px;
  height: 50px;
  background: url("../images//smartfarm/icon_arrow.svg") center no-repeat;
  background-size: cover;
  content: "";
}
.smartfarm .vegetable_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.smartfarm .vegetable_item {
  width: calc(20% - 10px);
}
.smartfarm .vegetable_item .box_img {
  overflow: hidden;
  width: 100%;
  height: 224px;
  border-radius: 0px 50px 0px 0px;
}
.smartfarm .vegetable_item .box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.smartfarm .vegetable_item .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background: #FF5B2E;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  margin-top: -20px;
  z-index: 1;
}
.smartfarm .vegetable_item .desc {
  margin-top: 15px;
  font-size: 15px;
  line-height: 20px;
  word-break: keep-all;
  color: #555;
}
.smartfarm .vegetable_item .desc em {
  font-weight: 700;
  color: #212121;
}
.smartfarm .amount_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.smartfarm .amount_cont .box_img {
  overflow: hidden;
  max-width: 734px;
  height: 318px;
  width: 61%;
  border-radius: 0px 120px;
}
.smartfarm .amount_cont .box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.smartfarm .amount_cont .box_text {
  text-align: left;
  width: 59%;
  max-width: 470px;
  padding-left: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.smartfarm .amount_cont .box_text .sub_title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  padding: 0 17px;
  background: #299B3A;
  border-radius: 20px;
}
.smartfarm .amount_cont .box_text .title {
  display: block;
  padding-top: 36px;
  font-family: "SB Aggro";
  font-size: 32px;
  line-height: 39px;
  font-weight: 700;
  color: #212121;
}
.smartfarm .amount_cont .box_text .red {
  color: #FF3600;
}
.smartfarm .amount_cont .box_text .green {
  color: #328B29;
}
.smartfarm .amount_cont .box_text .desc {
  margin-top: 5px;
  color: #555;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  word-break: keep-all;
  letter-spacing: -0.32px;
}
.smartfarm .sec3_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 50px;
}
.smartfarm .sec3_cont .arrow {
  display: block;
  padding: 0 36px;
}
.smartfarm .sec3_cont .arrow:before {
  margin: 0 auto;
  display: block;
  width: 83px;
  height: 60px;
  background: url("../images//smartfarm/icon_sec3_arrow.svg") center no-repeat;
  background-size: cover;
  content: "";
}
.smartfarm .sec3_cont .box_left_img,
.smartfarm .sec3_cont .box_right_img {
  border-radius: 20px;
  background: #fff;
}
.smartfarm .sec3_cont .box_left_img img,
.smartfarm .sec3_cont .box_right_img img {
  width: 100%;
}
.smartfarm .sec3_cont .box_left_img {
  width: 38.25%;
  -webkit-box-shadow: 0px 0px 20px rgba(146, 187, 153, 0.3);
          box-shadow: 0px 0px 20px rgba(146, 187, 153, 0.3);
}
.smartfarm .sec3_cont .box_right_img {
  width: 47.54%;
  -webkit-box-shadow: 0px 0px 20px rgba(41, 114, 33, 0.3);
          box-shadow: 0px 0px 20px rgba(41, 114, 33, 0.3);
}
.smartfarm .cert_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.smartfarm .cert_item {
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: calc(25% - 10px);
}
.smartfarm .cert_item .box_img {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #ccc;
}
.smartfarm .cert_item .box_img img {
  width: 100%;
  height: 100%;
}
.smartfarm .cert_item .box_img .hover_text {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  word-break: keep-all;
  background: rgba(11, 33, 15, 0.6);
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.smartfarm .cert_item .title {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 20px;
  background: #328B29;
  padding: 0 28px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.smartfarm .sec5 {
  position: relative;
}
.smartfarm .sec5 .sec_inner {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.smartfarm .sec5 .sec_title {
  color: #fff;
}
.smartfarm .sec5 .sec_desc {
  color: #ccc;
}
.smartfarm .sec5 .bg_img {
  height: 100%;
}
.smartfarm .sec5 .bg_img img {
  height: 100%;
}

/* menu */
.menu .sec_menu {
  padding: 100px 0 150px;
}
.menu .sec_menu.sec2 {
  overflow: hidden;
  padding-top: 200px;
  background: #F2F2EF;
  height: 815px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.menu .menu_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -256px;
}
.menu .menu_wrap.premiun .menu_category .title {
  background: #299B3A;
}
.menu .menu_wrap.premiun .btn_category.is_active {
  color: #299B3A;
  border-color: #299B3A;
}
.menu .menu_wrap.premiun .tab_btn.is_active {
  background: #299B3A;
  border-color: #299B3A;
}
.menu .menu_wrap.premiun .tab_btn:not(.is_active):hover {
  color: #299B3A;
  border-color: #299B3A;
}
.menu .menu_wrap.drink .menu_category .title {
  background: #FF5B2E;
}
.menu .menu_wrap.drink .btn_category.is_active {
  color: #FF5B2E;
  border-color: #FF5B2E;
}
.menu .menu_wrap.drink .tab_btn.is_active {
  background: #FF5B2E;
  border-color: #FF5B2E;
}
.menu .menu_wrap.drink .tab_btn:not(.is_active):hover {
  color: #FF5B2E;
  border-color: #FF5B2E;
}
.menu .menu_wrap.set .menu_category .title {
  background: #FFB300;
}
.menu .menu_wrap.set .btn_category.is_active {
  color: #FFB300;
  border-color: #FFB300;
}
.menu .menu_wrap.set .tab_btn.is_active {
  background: #FFB300;
  border-color: #FFB300;
}
.menu .menu_wrap.set .tab_btn:not(.is_active):hover {
  color: #FFB300;
  border-color: #FFB300;
}
.menu .menu_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: sticky;
  top: 100px;
  padding-right: 116px;
}
.menu .menu_category .title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 23px;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #328B29;
  color: #fff;
  font-family: "SB Aggro";
  font-size: 28px;
  line-height: 33px;
  font-weight: 500;
  border-radius: 100px;
}
.menu .menu_category .btn_category {
  margin-top: 32px;
  font-family: "SB Aggro";
  font-size: 28px;
  line-height: 33px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
}
.menu .menu_cont {
  max-width: 1200px;
  width: 100%;
}
.menu .tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.menu .tab_list .tab_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 140px;
  height: 60px;
  font-family: "S CoreDream";
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 100px;
  color: #797979;
  border: 1px solid #797979;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.menu .tab_list .tab_btn.is_active {
  color: #fff;
}
.menu .tab_panel {
  display: none;
}
.menu .tab_panel.is_active {
  display: block;
}
.menu .pd_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 70px 13px;
}
.menu .pd_item {
  width: calc(25% - 9.75px);
}
.menu .pd_item .box_img {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
  border-radius: 10px;
}
.menu .pd_item .box_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu .pd_item .title {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #212121;
}
.menu .menu_checkpoint {
  position: relative;
}
.menu .menu_checkpoint .box_text {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  z-index: 10;
}
.menu .menu_checkpoint .box_text .title:before {
  display: block;
  width: 532px;
  height: 50px;
  background: url("../images//menu/logo.svg") center no-repeat;
  background-size: cover;
  content: "";
}
.menu .menu_checkpoint .box_text .sub_title {
  margin-top: 10px;
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
  color: #212121;
}
.menu .menu_checkpoint .box_text .sub_title em {
  color: #FF3600;
}
.menu .menu_checkpoint_list {
  overflow: hidden;
  width: 325px;
  margin-top: 70px;
}
.menu .menu_checkpoint_list .inner {
  display: none;
}
.menu .menu_checkpoint_list .inner.is_active {
  display: block;
}
.menu .menu_checkpoint_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  word-break: keep-all;
}
.menu .menu_checkpoint_item:not(:first-of-type) {
  margin-top: 30px;
}
.menu .menu_checkpoint_item:before {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 15px;
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images//menu/icon_check.svg") center no-repeat;
  background-size: cover;
  content: "";
}
.menu .checkpoint_slide_wrap {
  padding-bottom: 35px;
}
.menu .slide_control {
  position: absolute;
  bottom: 0;
  left: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  width: 440px;
  height: 70px;
  background: #299B3A;
  border-radius: 50px;
}
.menu .slide_control .swiper-pagination {
  position: static;
  font-size: 28px;
  line-height: 31px;
  font-weight: 500;
  color: #fff;
}
.menu .slide_control .swiper-button-prev,
.menu .slide_control .swiper-button-next {
  z-index: 11;
  width: auto;
  height: auto;
  padding: 25px;
  left: 0;
  top: 0;
  margin-top: 0;
}
.menu .slide_control .swiper-button-prev:after,
.menu .slide_control .swiper-button-next:after {
  display: block;
  width: 10px;
  height: 20px;
  background: url("../images/menu/icon_arrow.svg") center no-repeat;
  background-size: cover;
  content: "";
}
.menu .slide_control .swiper-button-next {
  left: auto;
  right: 0;
}
.menu .slide_control .swiper-button-next:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/* store */
.store .box_store_slide {
  position: relative;
  width: 100%;
}
.store .store_slide {
  overflow: hidden;
  height: 550px;
  border-radius: 0px 150px 0px 0px;
}
.store .store_slide .swiper-slide {
  position: relative;
}
.store .store_slide .swiper-slide .title {
  position: absolute;
  left: 50px;
  bottom: 50px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #fff;
}
.store .store_slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.store .swiper-button-prev,
.store .swiper-button-next {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #299B3A;
}
.store .swiper-button-prev:after,
.store .swiper-button-next:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 12px;
  height: 24px;
  background: url("../images//store/icon_arrow.svg") center no-repeat;
  background-size: cover;
  content: "";
}
.store .swiper-button-prev {
  left: -35px;
}
.store .swiper-button-next {
  right: -35px;
}
.store .swiper-button-next:after {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
      -ms-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
}
.store .store_list_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 100px;
}
.store .store_list_title .title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.store .store_list_title .title .num {
  color: #299B3A;
}
.store .store_list {
  margin-top: 18px;
  border-top: 2px solid #328B29;
}
.store .store_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  border-bottom: 1px solid #ccc;
}
.store .store_item .box_text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.store .store_item .store_name, .store .store_item .store_address, .store .store_item .store_phone {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #232323;
  word-break: break-all;
}
.store .store_item .store_name {
  width: 24%;
  font-weight: 500;
}
.store .store_item .store_address {
  width: 52%;
}
.store .store_item .store_phone {
  width: 24%;
}
.store .store_item .store_arrow {
    transition: 0.5s;
    margin-left: 70px;
    cursor: pointer;
    transform: rotate(180deg);
}

.store .store_content {
    background: #F4F8F5;
    padding: 30px;
    border-bottom: 1px solid #ccc;
    display: none
}
.store .store_content .inner {
    display: flex;
    gap: 40px;
}
.store .store_content .store_content_img {
    width: 400px;
    height: 240px;
    overflow: hidden;
    position: relative;
}
.store .store_content .store_content_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.store_content_img .swiper-button-prev {
    left: 0;
    background: transparent;
    top: 42%;
}
.store_content_img .swiper-button-next {
    right: 0;
    background: transparent;
    top: 42%;
}
.store .store_content .store_content_txt {
    text-align: left;
    position: relative;
    padding: 5px 0;
}
.store .store_content .store_content_txt .tit {
    font-size: 18px;
    padding-bottom: 50px;
}
.store .store_content .store_content_txt .info {

}
.store .store_content .store_content_txt .info li {
    font-size: 14px;
    color: #555555;
    line-height: 1.2
}
.store .store_content .store_content_txt .info li + li {
    padding-top: 10px;
}
.store .store_content .store_content_txt .info li span {
    color: #297221;
    min-width: 60px;
    margin-right: 50px;
    display: inline-block;
}
.store .store_content .store_content_txt .link_map {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 40px;
    background: #299B3A;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: absolute;
    bottom: 0
}
.store .store_content .store_content_txt .link_map #pin {
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transform: translate(-14.025px, 0px);
      -ms-transform: translate(-14.025px, 0px);
          transform: translate(-14.025px, 0px);
}
.store .store_content .store_content_txt .link_map svg {
  overflow: visible;
}
.store .store_content .store_content_txt .link_map:hover {
  background: #297221;
}
.store .store_content .store_content_txt .link_map:hover #pin {
  -webkit-transform: translate(-14.025px, -2px);
      -ms-transform: translate(-14.025px, -2px);
          transform: translate(-14.025px, -2px);
}

/* news */
.news .search_form {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news .search_form .select {
  width: 130px;
}
.news .search_form .box_input .input {
  width: 500px;
}
.news .list_title {
  padding-top: 40px;
  text-align: left;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  color: #232323;
}
.news .list_title .num {
  color: #299B3A;
}
.news .news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  padding-top: 20px;
}
.news .news_list .news_item {
  position: relative;
  width: calc((100% - 60px) / 3);
  background: #299B3A;
}
.news .news_list .news_item:before {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images//icon_plus.svg") center no-repeat;
  background-size: cover;
  content: "";
  content: "";
}
.news .news_list .news_item a {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #F1F2F3;
}
.news .news_list .news_item a:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.news .news_list .box_img {
  overflow: hidden;
  width: 100%;
  height: 200px;
  background: url(/images/news/thumb_bg.png) center/cover no-repeat;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.news .news_list .box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .news_list .box_text {
  width: 100%;
  min-height: 180px;
  padding: 30px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.news .news_list .box_text .title {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #212121;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.news .news_list .box_text .desc {
  min-height: 37px;
  margin: 20px 0;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  color: #555;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.news .news_list .box_text .date {
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #aaa;
}
.news .detail_title {
  border-top: 2px solid #328B29;
  border-bottom: 1px solid #ccc;
  padding: 23px 0;
}
.news .detail_title .title {
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #212121;
}
.news .detail_title .date {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #aaa;
}
.news .detail_cont {
  text-align: center;
  padding: 50px;
  background: #fafafa;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  /* white-space: pre-wrap; */
  border-bottom: 1px solid #ccc;
}
.news .detail_cont .box_video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
}
.news .detail_cont .box_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news .detail_control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 70px;
}
.news .detail_control .btn_prev,
.news .detail_control .btn_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #555;
}
.news .detail_control .btn_prev .icon,
.news .detail_control .btn_next .icon {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
}
.news .detail_control .btn_prev .icon:before,
.news .detail_control .btn_next .icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 6px;
  height: 12px;
  background: url("../images//icon_arrow_pagination.svg") center no-repeat;
  background-size: cover;
  content: "";
}
.news .detail_control .btn_prev .icon {
  margin-right: 10px;
}
.news .detail_control .btn_next .icon {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  margin-left: 10px;
}
.news .detail_control .btn_list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 40px;
  border-radius: 100px;
  background: #299B3A;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

/* fna */
.fna .accordion_list {
  margin-top: 50px;
  border-top: 2px solid #328B29;
  text-align: left;
}
.fna .accordion_btn, .fna .accordion_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 22px;
  width: 100%;
  word-break: keep-all;
  border-bottom: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fna .accordion_btn:before, .fna .accordion_cont:before {
  display: block;
  font-family: "SB Aggro";
  margin-right: 42px;
  font-size: 28px;
  line-height: 33px;
  font-weight: 500;
}
.fna .accordion_btn {
  font-family: "S CoreDream";
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #212121;
  text-align: left;
}
.fna .accordion_btn:before {
  content: "Q";
  color: #299B3A;
}
.fna .accordion_btn.is_active + .accordion_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fna .accordion_cont {
  display: none;
  background: #FAFAFA;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #555;
}
.fna .accordion_cont:before {
  content: "A";
  color: #FF3600;
}

/* info */
.info .sec_info {
  padding: 150px 0;
}
.info .sec1 {
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
  max-height: 1080px;
  background: url(../images/info/sec1_bg.png) center/cover no-repeat;
}
.info .sec1 .box_img {
  width: 41.25vw;
}
.info .sec1 .box_img img {
  width: 100%;
}
.info .sec1 .box_text {
  padding-left: 8.75vw;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.info .sec1 .box_text .title {
  position: relative;
  font-family: "SB Aggro";
  color: #fff;
  font-size: 72px;
  line-height: 87px;
  font-weight: 700;
  padding-bottom: 20px;
}
.info .sec1 .box_text .title:before, .info .sec1 .box_text .title:after {
  display: block;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  content: "";
}
.info .sec1 .box_text .title:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  bottom: -5px;
  left: 0;
}
.info .sec1 .box_text .title:after {
  width: 100%;
  height: 1px;
  left: 10px;
  bottom: 0;
}
.info .sec1 .box_text .sub_title {
  padding-top: 40px;
  font-family: "SB Aggro";
  font-size: 45px;
  line-height: 60px;
  font-weight: 500;
  color: #20C510;
}
.info .sec1 .box_text .sub_title .red {
  display: block;
  font: inherit;
  color: #FF3600;
}
.info .sec1 .box_text .desc {
  max-width: 532px;
  padding-top: 20px;
  letter-spacing: -0.48px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  color: #aaa;
}
.info .sec1 .box_text .desc em {
  color: #fff;
}
.info .sec1 .box_text .btn_move {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 70px;
  font-size: 18px;
  line-height: 34px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.info .sec1 .box_text .btn_move:hover {
  color: #fff;
}
.info .sec1 .box_text .btn_move:hover .icon {
  opacity: 1;
}
.info .sec1 .box_text .btn_move:hover .icon:after {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.info .sec1 .box_text .btn_move .icon {
  display: inline-block;
  position: relative;
  width: 52px;
  height: 52px;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  padding-left: 48px;
  margin-bottom: -5px;
}
.info .sec1 .box_text .btn_move .icon:before {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  content: "";
}
.info .sec1 .box_text .btn_move .icon:after {
  position: absolute;
  top: 13px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  right: -30px;
  display: block;
  width: 68px;
  height: 17px;
  background: url("../images//main/icon_arrow_right.svg") center no-repeat;
  background-size: cover;
  content: "";
}
.info .sec2 {
  background: url(../images/info/sec2_bg.png) center/cover no-repeat;
}
.info .sec2_title {
  font-family: "SB Aggro";
  color: #fff;
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
  padding-bottom: 105px;
}
.info .sec2_title em {
  color: #FF3600;
}
.info .sec2_title:before {
  margin: 0 auto 20px;
  display: block;
  width: 213px;
  height: 20px;
  background: url("../images//info/logo_sec2.svg") center no-repeat;
  background-size: cover;
  content: "";
}
.info .sec2_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}
.info .sec2_card {
  position: relative;
  width: calc(50% - 20px);
  text-align: left;
  height: 511px;
  border-radius: 0px 100px 0px 0px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 100px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.info .sec2_card:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  border: 0px solid #049D1A;
  border-radius: 0px 100px 0px 0px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
}
.info .sec2_card:last-of-type:after {
  border-color: #FF5B2E;
}
.info .sec2_card:last-of-type .num,
.info .sec2_card:last-of-type .btn {
  background: #FF5B2E;
}
.info .sec2_card:last-of-type .sec2_item:before {
  background-image: url(/images/info/icon_check_orange.svg);
}
.info .sec2_card .num {
  position: absolute;
  left: 50px;
  top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  padding-top: 5px;
  border-radius: 50%;
  z-index: 10;
  background: #049D1A;
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
  color: #fff;
  font-family: "SB Aggro";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.info .sec2_card .title {
  display: block;
  position: relative;
}
.info .sec2_card .title .text {
  position: relative;
  z-index: 1;
  font-family: "SB Aggro";
  font-size: 42px;
  line-height: 51px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
  padding-right: 39px;
}
.info .sec2_card .title .text:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.info .sec2_card .title:before {
  display: block;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  right: -50px;
  width: 100%;
  height: 1px;
}
.info .sec2_list {
  padding-top: 30px;
}
.info .sec2_item {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  color: #555;
  padding-left: 50px;
}
.info .sec2_item em {
  color: #fff;
}
.info .sec2_item + .sec2_item {
  margin-top: 25px;
}
.info .sec2_item:before {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images//info/icon_check_green.svg") center no-repeat;
  background-size: cover;
  content: "";
}
.info .sec2 .btn {
  position: relative;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 320px;
  height: 70px;
  padding-top: 5px;
  bottom: -35px;
  border-radius: 50px;
  background: #049D1A;
  font-family: "SB Aggro";
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  z-index: 10;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.info .sec2 .btn:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  display: block;
  width: 9px;
  height: 17px;
  background: url("../images//info/icon_sec2_arrow.svg") center no-repeat;
  background-size: cover;
  content: "";
  display: none;
}
.info .sec3 {
  background: url(../images/info/sec3_bg.png) center/cover no-repeat;
}
.info .sec3_title {
  font-size: 48px;
  line-height: 57px;
  font-weight: 500;
  font-family: "SB Aggro";
  color: #fff;
  padding-bottom: 70px;
}
.info .sec3_title:before {
  margin: 0 auto 20px;
  display: block;
  width: 40px;
  height: 20px;
  background: url("../images//main/icon_title.svg") center no-repeat;
  background-size: cover;
  content: "";
  content: "";
}
.info .sec3_title .sub_title {
  display: block;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 40px;
  font-weight: 400;
  color: #fff;
}
.info .sec3_title .sub_title .red {
  font-weight: 800;
}
.info .sec3 .red {
  color: #FF3600;
}
.info .sec3 .green {
  color: #20C510;
}
.info .sec3_list {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 0 auto;
}
.info .sec3_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(20% - 16px);
  height: 224px;
  border: 2px solid #555;
  border-radius: 0px 50px 0px 0px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 34px;
  line-height: 40px;
  font-weight: 800;
  color: #fff;
}
.info .sec3_item .sub_desc {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}
.info .sec3_item:not(:first-of-type):before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-left: -45px;
  background: #049D1A url(../images/icon_plus.svg) center/25px no-repeat;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.33);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.33);
  content: "";
}
.info .sec3 .arrow:before {
  margin: 50px auto 0;
  display: block;
  width: 170px;
  height: 120px;
  background: url("../images//info/icon_sec3_arrow.svg") center no-repeat;
  background-size: cover;
  content: "";
}
.info .sec3 .text {
  width: 568px;
  margin: 0 auto;
}
.info .sec3 .text img {
  width: 100%;
}
.info .sec3 .textPlus {

}
.info .sec3 .textPlus span {
    color: #fff;
    font-weight: bold;
    font-size: 34px;
    display: block;
    padding-top: 20px;
}
.info .sec4 {
  background: url(../images/info/sec4_bg.png) center/cover no-repeat;
}
.info .sec4 .title_point {
  font-family: "SB Aggro";
  font-size: 81px;
  line-height: 101px;
  font-weight: 500;
  color: #20C510;
}
.info .sec4_title {
  font-size: 34px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: -0.68px;
  color: #fff;
}
.info .sec4_title em {
  font-size: 58px;
  line-height: 40px;
  font-weight: 600;
}
.info .sec4_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 70px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.info .sec4_item {
  text-align: center;
  padding: 0 6.15vw;
}
.info .sec4_item .box_img {
  height: 70px;
}
.info .sec4_item .box_img img {
  height: 100%;
}
.info .sec4_item .num {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 10px auto 0;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
}
.info .sec4_item .num .counter {
  color: #fff;
  font-size: 64px;
  line-height: 64px;
  font-weight: 800;
}
.info .sec4_item .title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
  color: #fff;
}
.info .sec4_item:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.info .sec5, .info .sec6, .info .sec7 {
  background: #000;
}
.info .sec5 .sec_num_title, .info .sec6 .sec_num_title, .info .sec7 .sec_num_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
  margin-bottom: 30px;
}
.info .sec5 .sec_num_title .num, .info .sec6 .sec_num_title .num, .info .sec7 .sec_num_title .num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  font-family: "SB Aggro";
  background: #FF3600;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.info .sec5_title, .info .sec6_title, .info .sec7_title {
  font-family: "SB Aggro";
  font-size: 50px;
  line-height: 60px;
  font-weight: 300;
  color: #fff;
}
.info .sec5_title em, .info .sec6_title em, .info .sec7_title em {
  font-weight: 500;
  color: #20C510;
}
.info .sec5_title em.red, .info .sec6_title em.red, .info .sec7_title em.red {
  color: #FF3600;
}
.info .sec5_desc, .info .sec6_desc, .info .sec7_desc {
  margin: 5px 0 70px;
  font-size: 24px;
  line-height: 40px;
  font-weight: 300;
  color: #fff;
  opacity: 0.5;
}
.info .sec5_list {
  overflow: hidden;
}
.info .sec5_item {
  position: relative;
}
.info .sec5_item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.info .sec5_item .num {
  position: absolute;
  right: 18.75vw;
  bottom: 0;
}
.info .sec5_item:nth-child(even) .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.info .sec5_item:nth-child(even) .box_img {
  border-radius: 120px 0px 0px 0px;
}
.info .sec5_item:nth-child(even) .box_text {
  text-align: right;
  padding-right: 50px;
  padding-left: 0;
}
.info .sec5_item:nth-child(even) .num {
  left: 18.75vw;
  right: auto;
}
.info .sec5_item + .sec5_item {
  padding-top: 100px;
}
.info .sec5_item .box_img {
  width: 50%;
  height: 400px;
  overflow: hidden;
  border-radius: 0px 120px 0px 0px;
}
.info .sec5_item .box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info .sec5_item .box_text {
  position: relative;
  padding-left: 50px;
  text-align: left;
}
.info .sec5_item .box_text .title {
  font-size: 35px;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
}
.info .sec5_item .box_text .desc {
  margin-top: 14px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
}
.info .sec6 .box_img {
  max-width: 1200px;
  margin: 0 auto;
}
.info .sec6 .box_img img {
  width: 100%;
}
.info .sec7 {
  padding-bottom: 0;
  background: url(../images/info/sec7_bg.png) center/cover no-repeat;
}
.info .sec7 .sub_title {
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  color: #fff;
}
.info .sec7 .sub_title em {
  color: #20C510;
  font-weight: 800;
}
.info .sec8 {
  background: url(../images/info/sec8_bg.png) center/cover no-repeat;
  overflow: hidden;
}
.info .sec8_title {
  font-family: "SB Aggro";
  font-size: 48px;
  line-height: 57px;
  font-weight: 800;
  color: #fff;
}
.info .sec8_desc {
  color: #fff;
  padding: 5px 0 70px;
  opacity: 0.7;
  font-size: 20px;
  line-height: 38px;
  font-weight: 300;
}
.info .sec8_list_wrap {
  position: relative;
}
.info .sec8_list_wrap .line {
  position: absolute;
  display: block;
  width: auto;
  height: 1px;
  background: #fff;
  opacity: 0.3;
}
.info .sec8_list_wrap .line:first-of-type {
  top: 150px;
  left: 0;
  right: 30%;
}
.info .sec8_list_wrap .line:last-of-type {
  right: 0;
  left: 30%;
  bottom: 190px;
}
.info .sec8_list_wrap:after {
  position: absolute;
  bottom: 130px;
  right: 0;
  margin-top: -15px;
  display: block;
  width: 60px;
  height: 120px;
  background: url("../images//info/sec8_bg_arrow.svg") center no-repeat;
  background-size: cover;
  content: "";
}
.info .sec8_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  gap: 6.77vw;
}
.info .sec8_item {
  position: relative;
  z-index: 1;
}
.info .sec8_item.is_active .step {
  color: #fff;
}
.info .sec8_item.is_active .box_img {
  border-color: #fff;
}
.info .sec8_item.is_active .box_img_inner {
  opacity: 1;
}
.info .sec8_item .step {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 30px;
  border-radius: 20px;
  background: #555;
  color: #ccc;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
}
.info .sec8_item .box_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid rgba(255, 255, 255, 0.3);
  background: #000;
  margin: -15px 0 -50px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.info .sec8_item .box_img_inner {
  height: 100px;
  opacity: 0.3;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.info .sec8_item .box_img_inner svg {
  height: 100%;
}
.info .sec8_item .title {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 50px;
  border-radius: 30px;
  background: #297221;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 auto;
}
.info .sec8_item .desc {
  margin-top: 7px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #fff;
  opacity: 0.7;
}
.info .sec10 {
  background: #F2F2EF;
}
.info .sec10_title {
  font-family: "SB Aggro";
  font-size: 48px;
  line-height: 57px;
  font-weight: 500;
  color: #FF3600;
}
.info .sec10_desc {
  margin-top: 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #555;
}
.info .sec10_desc em {
  color: #212121;
}
.info .sec10 .box_sec10_slide {
  position: relative;
  max-width: 1270px;
  padding: 0 35px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.info .sec10 .box_sec10_slide .swiper-button-prev,
.info .sec10 .box_sec10_slide .swiper-button-next {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  top: 207px;
  background: #299B3A;
}
.info .sec10 .box_sec10_slide .swiper-button-prev:after,
.info .sec10 .box_sec10_slide .swiper-button-next:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 12px;
  height: 24px;
  background: url("../images//store/icon_arrow.svg") center no-repeat;
  background-size: cover;
  content: "";
}
.info .sec10 .box_sec10_slide .swiper-button-prev {
  left: 0px;
}
.info .sec10 .box_sec10_slide .swiper-button-next {
  right: 0px;
}
.info .sec10 .box_sec10_slide .swiper-button-next:after {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
      -ms-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
}
.info .sec10_slide {
  max-width: 1200px;
  padding-top: 70px;
  overflow: hidden;
}
.info .sec10_slide .box_img {
  height: 273px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.info .sec10_slide .box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info .sec10_slide .box_text {
  margin-top: 20px;
  text-align: left;
}
.info .sec10_slide .box_text .category {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #049D1A;
}
.info .sec10_slide .box_text .title {
  display: block;
  padding: 5px 0 10px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  color: #212121;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.info .sec10_slide .box_text .date {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #aaa;
}

.info_control_box {
  position: fixed;
  left: 0;
  bottom: 80px;
  z-index: 90;
}
.info_control_box .btn_nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 200px;
  border-radius: 100px 100px 100px 0px;
  border: 5px solid rgba(255, 255, 255, 0.8);
  background: #049D1A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: -20px;
  z-index: 3;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.info_control_box .btn_nav .box_text {
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.info_control_box .btn_nav .box_text .box_icon {
  text-align: center;
  height: 40px;
  margin: 0 auto;
}
.info_control_box .btn_nav .box_text .box_icon img {
  height: 100%;
}
.info_control_box .btn_nav .box_text .title {
  font-family: "SB Aggro";
  display: block;
  margin-top: 15px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  color: #fff;
}
.info_control_box .btn_nav .box_text .en {
  font-family: "SB Aggro";
  text-align: center;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  color: #fff;
}
.info_control_box .btn_nav .box_arrow {
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.info_control_box .btn_nav:nth-child(2) {
  background: #FF5B2E;
  z-index: 2;
}
.info_control_box .btn_nav:nth-child(3) {
  background: #FFB300;
  z-index: 1;
}

@media (max-width: 1735px) {
  .menu .menu_wrap {
    margin-left: 0;
  }
}
@media (min-width: 1025px) {
  .smartfarm .vegetable_item:nth-child(1) {
    -webkit-transition-delay: 100ms;
         -o-transition-delay: 100ms;
            transition-delay: 100ms;
  }
  .smartfarm .vegetable_item:nth-child(2) {
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  .smartfarm .vegetable_item:nth-child(3) {
    -webkit-transition-delay: 300ms;
         -o-transition-delay: 300ms;
            transition-delay: 300ms;
  }
  .smartfarm .vegetable_item:nth-child(4) {
    -webkit-transition-delay: 400ms;
         -o-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  .smartfarm .vegetable_item:nth-child(5) {
    -webkit-transition-delay: 500ms;
         -o-transition-delay: 500ms;
            transition-delay: 500ms;
  }
  .smartfarm .sec3_cont .arrow {
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  .smartfarm .sec3_cont .box_right_img {
    -webkit-transition-delay: 400ms;
         -o-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  .smartfarm .cert_item:hover {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .smartfarm .cert_item:hover .box_img .hover_text {
    opacity: 1;
  }
  .smartfarm .sec5 {
    height: 1214px;
  }
  .smartfarm .sec5 .bg_img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .menu .checkpoint_slide_wrap {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 36vw;
    width: calc(100% - 36vw);
  }
  .menu .checkpoint_slide {
    position: relative;
  }
  .menu .checkpoint_slide.is_slide {
    left: 260px;
  }
  .menu .checkpoint_slide .swiper-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .menu .checkpoint_slide .swiper-slide {
    width: 230px;
    height: 210px;
    padding: 0 10px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .menu .checkpoint_slide .swiper-slide .inner {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 0px 50px 0px 0px;
  }
  .menu .checkpoint_slide .swiper-slide.swiper-slide-active {
    width: 500px;
    height: 480px;
  }
  .menu .checkpoint_slide .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .store .sec_inner {
    padding: 100px 0;
  }
  .news .news_list .news_item a:hover {
    border-top-right-radius: 100px;
    -webkit-transform: scale(0.96667);
        -ms-transform: scale(0.96667);
            transform: scale(0.96667);
  }
  .news .news_list .news_item a:hover .box_text {
    -webkit-transform: translateY(6px) scale(1.03333);
        -ms-transform: translateY(6px) scale(1.03333);
            transform: translateY(6px) scale(1.03333);
    -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  .info .sec2_card:hover:after {
    border-width: 5px;
  }
  .info .sec2_card:hover .btn {
    padding-right: 8px;
  }
  .info .sec2_card:hover .btn:after {
    display: block;
  }
  .info .sec3_item:nth-child(2) {
    -webkit-transition-delay: 100ms;
         -o-transition-delay: 100ms;
            transition-delay: 100ms;
  }
  .info .sec3_item:nth-child(3) {
    -webkit-transition-delay: 200ms;
         -o-transition-delay: 200ms;
            transition-delay: 200ms;
  }
  .info .sec3_item:nth-child(4) {
    -webkit-transition-delay: 300ms;
         -o-transition-delay: 300ms;
            transition-delay: 300ms;
  }
  .info .sec3_item:nth-child(5) {
    -webkit-transition-delay: 400ms;
         -o-transition-delay: 400ms;
            transition-delay: 400ms;
  }
  .info .sec10_slide .swiper-slide a:hover .box_img {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .info_control_box .btn_nav {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .info_control_box .btn_nav:hover {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .info_control_box .btn_nav:hover .box_text {
    opacity: 1;
  }
  .info_control_box .btn_nav:hover .box_arrow {
    opacity: 0;
  }
  .info_control_box .btn_nav .box_text {
    opacity: 0;
  }
}
@media (max-width: 1024px) {
  .sub {
    padding-top: 50px;
  }
  .greeting {
    padding: 50px 0 75px;
    background-image: url(../images/greeting/mo_bg.png);
  }
  .greeting_inner {
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .greeting .box_img {
    max-width: 100%;
  }
  .greeting .box_text {
    max-width: 100%;
    padding: 75px 20px 0;
    text-align: center;
  }
  .greeting .box_text .logo:before {
    width: 213px;
    height: 20px;
  }
  .greeting .box_text .title {
    font-size: 18px;
    line-height: 21.5px;
    margin-top: 35px;
  }
  .greeting .box_text .desc {
    margin-top: 13.5px;
    font-size: 13px;
    line-height: 17px;
  }
  .smartfarm .sec_smartfarm.sec3 {
    background-image: url(../images/smartfarm/mo_sec3_bg.png);
  }
  .smartfarm .checkpoint_cont .box_icon {
    width: 80px;
    height: 80px;
    border: 2.5px solid #C5C5B7;
  }
  .smartfarm .checkpoint_cont .box_icon svg {
    width: 35px;
  }
  .smartfarm .checkpoint_cont .box_text {
    width: 100%;
    text-align: left;
    margin: 0 0 0 -40px;
    padding: 30px 20px 30px 50px;
  }
  .smartfarm .checkpoint_cont .box_text:after {
    display: none;
  }
  .smartfarm .checkpoint_cont .box_text .title {
    font-size: 18px;
  }
  .smartfarm .checkpoint_cont .box_text .desc {
    font-size: 14px;
    line-height: 17px;
    word-break: keep-all;
  }
  .smartfarm .checkpoint_cont .box_text .point {
    margin-top: 10px;
    padding: 0;
    color: #FF3600;
    background: transparent;
  }
  .smartfarm .checkpoint_cont .smartfarm_thumb {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .smartfarm .checkpoint_cont .smartfarm_thumb .smartfarm_img {
    width: 280px;
    height: 280px;
  }
  .smartfarm .checkpoint_cont .smartfarm_thumb .smartfarm_img img {
    width: 100%;
  }
  .smartfarm .checkpoint_cont .smartfarm_thumb .text {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 17px 32px;
    border-radius: 30px;
    font-size: 24px;
    line-height: 29px;
    font-family: "SB Aggro";
    background: #299B3A;
    color: #fff;
    font-weight: 500;
  }
  .smartfarm .checkpoint_cont .checkpoint_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .smartfarm .checkpoint_cont .checkpoint_item .box_text {
    border-radius: 0px 35px 0px 0px;
  }
  .smartfarm .checkpoint_list {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .smartfarm .checkpoint_item:nth-child(3) .box_icon svg {
    width: 32px;
  }
  .smartfarm .checkpoint_item:nth-child(4) .box_icon svg {
    width: 38px;
  }
  .smartfarm .vegetable_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .smartfarm .vegetable_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .smartfarm .vegetable_item .box_img {
    width: 150px;
    height: 112px;
    border-radius: 0px 25px 0px 0px;
  }
  .smartfarm .vegetable_item .title {
    height: 30px;
    border-radius: 50px;
    font-size: 15.5px;
    line-height: 21.5px;
    font-weight: 500;
  }
  .smartfarm .vegetable_item .desc {
    text-align: left;
    padding-left: 15px;
    margin-top: 0;
    font-size: 14px;
    line-height: 18px;
  }
  .smartfarm .amount_cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .smartfarm .amount_cont .box_img {
    width: 100%;
    height: 159px;
    border-radius: 0px 60px 0px 0px;
  }
  .smartfarm .amount_cont .box_text {
    width: 100%;
    padding-left: 0;
    margin-top: -20px;
    text-align: center;
  }
  .smartfarm .amount_cont .box_text .sub_title {
    width: 100%;
    height: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .smartfarm .amount_cont .box_text .title {
    padding-top: 15px;
    font-size: 19px;
    line-height: 22.5px;
  }
  .smartfarm .amount_cont .box_text .title:first-of-type {
    padding-top: 25px;
  }
  .smartfarm .amount_cont .box_text .desc {
    font-size: 13px;
    line-height: 17px;
  }
  .smartfarm .sec3_cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
  .smartfarm .sec3_cont .box_left_img,
  .smartfarm .sec3_cont .box_right_img {
    width: 100%;
  }
  .smartfarm .sec3_cont .box_left_img img,
  .smartfarm .sec3_cont .box_right_img img {
    width: 100%;
  }
  .smartfarm .sec3_cont .arrow {
    padding: 25px 0;
  }
  .smartfarm .sec3_cont .arrow:before {
    display: block;
    width: 41px;
    height: 30px;
    background: url("../images//smartfarm/icon_sec3_arrow_down.svg") center no-repeat;
    background-size: cover;
    content: "";
    background-size: 41px 30px;
  }
  .smartfarm .cert_list {
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .smartfarm .cert_item {
    width: calc(50% - 7.5px);
  }
  .smartfarm .cert_item .box_img {
    width: 42.57vw;
    height: 42.16vw;
    border-radius: 0.68vw;
  }
  .smartfarm .cert_item .title {
    height: 23.5px;
    padding: 0 15px;
    font-size: 10.5px;
    line-height: 14px;
    border-radius: 10px;
  }
  .smartfarm .sec5 .bg_img {
    width: 100%;
  }
  .smartfarm .sec5 .bg_img img {
    width: 100%;
  }
  .menu .sec_menu {
    padding: 75px 0;
  }
  .menu .sec_menu.sec2 {
    padding: 75px 20px;
  }
  .menu .menu_wrap {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu .menu_category {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-right: 0;
    width: 100%;
    gap: 15px;
  }
  .menu .menu_category .title {
    display: none;
  }
  .menu .menu_category .btn_category {
    margin-top: 0;
    font-size: 21px;
    line-height: 23px;
    font-weight: 500;
  }
  .menu .menu_cont {
    padding-top: 35px;
  }
  .menu .tab_list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2.5px;
    margin-bottom: 35px;
  }
  .menu .tab_list .tab_item {
    width: calc(25% - 1.875px);
  }
  .menu .tab_list .tab_btn {
    width: 100%;
    height: 35px;
    font-size: 13px;
    line-height: 12px;
    border-radius: 5px;
    word-break: keep-all;
    padding: 0;
  }
  .menu .pd_list {
    gap: 20px 15px;
  }
  .menu .pd_item {
    width: calc(50% - 7.5px);
  }
  .menu .pd_item .title {
    margin-top: 5px;
    font-size: 14px;
    line-height: 19px;
  }
  .menu .menu_checkpoint_list {
    margin: 0;
    padding-top: 112vw;
  }
  .menu .checkpoint_slide_wrap {
    overflow: hidden;
    padding-bottom: 20px;
  }
  .menu .box_slide {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    top: 77px;
    z-index: 10;
  }
  .menu .checkpoint_slide {
    overflow: hidden;
    width: 100%;
    border-radius: 0px 50px 0px 0px;
  }
  .menu .checkpoint_slide .swiper-slide {
    width: 100%;
    height: 91.67vw;
    overflow: hidden;
  }
  .menu .checkpoint_slide .swiper-slide .inner {
    width: 100%;
    height: 100%;
  }
  .menu .checkpoint_slide .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .menu_checkpoint .box_text .title:before {
    width: 276px;
    height: 25px;
    margin: 0 auto;
  }
  .menu .menu_checkpoint .box_text .sub_title {
    text-align: center;
    margin-top: 2.5px;
    line-height: 18px;
    font-size: 14px;
  }
  .menu .slide_control {
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
  }
  .menu .slide_control .swiper-pagination {
    font-size: 18px;
  }
  .menu .slide_control .swiper-button-prev,
  .menu .slide_control .swiper-button-next {
    padding: 15px 12.5px;
  }
  .menu .slide_control .swiper-button-prev:after,
  .menu .slide_control .swiper-button-next:after {
    width: 5px;
    height: 10px;
  }
  .store .store_slide {
    height: 275px;
    border-radius: 0 75px 0 0;
  }
  .store .store_slide .swiper-slide .title {
    left: 25px;
    bottom: 25px;
    font-size: 12px;
    font-weight: 400;
  }
  .store .swiper-button-prev,
  .store .swiper-button-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 0;
  }
  .store .swiper-button-prev:after,
  .store .swiper-button-next:after {
    width: 6px;
    height: 12px;
  }
  .store .swiper-button-prev {
    left: -20px;
  }
  .store .swiper-button-next {
    right: -20px;
  }
  .store .store_list_title {
    padding-top: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .store .store_list_title .title {
    margin-top: 25px;
    font-size: 13px;
  }
  .store .store_list {
    margin-top: 5px;
  }
  .store .store_item {
    padding: 10px 0;
    height: auto;
    width: 100%;
  }
  .store .store_item .box_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .store .store_item .link_map {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-left: 25px;
    width: 50px;
    height: 30px;
  }
  .store .store_item .store_name, .store .store_item .store_address, .store .store_item .store_phone {
    width: 100%;
    font-size: 13px;
    line-height: 22px;
    font-weight: 300;
    color: #232323;
    text-align: left;
  }
  .store .store_item .store_name {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
  }
  .store .store_item .store_address {
    margin: 7.5px 0 2.5px;
  }
  .store .store_item .store_arrow {
      margin-left: 20px;
  }
  .store .store_content {
      padding: 12px;
      display: none;
  }
  .store .store_content .inner {
      flex-direction: column;
      gap: 25px
  }
  .store .store_content .store_content_img {
    width: 100%;
    height: 168px;
  }
  .store .store_content .store_content_txt .tit {
      padding-bottom: 25px
  }
  .store .store_content .store_content_txt .info li + li {
      padding-top: 15px;
  }
  .store .store_content .store_content_txt .info li span {
      display: block;
      padding-bottom: 5px;
  }
  .store .store_content .store_content_txt .link_map {
      bottom: auto;
      top: 0;
      right: 0;
      width: 60px;
      height: 35px;
  }

  .news .search_form .box_input .input {
    width: 100%;
  }
  .news .news_list {
    gap: 20px;
  }
  .news .news_list .news_item {
    width: calc(50% - 10px);
  }
  .news .news_list .news_item .box_img {
    height: 100px;
  }
  .news .news_list .news_item .box_text {
    padding: 10px;
    min-height: 95px;
  }
  .news .news_list .news_item .box_text .title {
    font-size: 14px;
    line-height: 1.39;
  }
  .news .news_list .news_item .box_text .desc {
    margin: 5px 0 10px;
    font-size: 10px;
    line-height: 13px;
    min-height: 27px;
  }
  .news .news_list .news_item .box_text .date {
    font-size: 10px;
    line-height: 10px;
  }
  .news .detail_title {
    padding: 11px 0;
  }
  .news .detail_title .title {
    font-size: 16px;
    line-height: 22px;
  }
  .news .detail_title .date {
    margin-top: 2.5px;
    font-size: 10px;
    line-height: 14px;
  }
  .news .detail_cont {
    padding: 25px;
    font-size: 14px;
    line-height: 18px;
  }
  .news .detail_cont .box_video {
    margin-bottom: 10px;
  }
  .news .detail_control {
    padding-top: 35px;
  }
  .news .detail_control .btn_prev,
  .news .detail_control .btn_next {
    font-size: 14px;
  }
  .news .detail_control .btn_prev .icon,
  .news .detail_control .btn_next .icon {
    width: 35px;
    height: 35px;
  }
  .news .detail_control .btn_prev .icon {
    margin-right: 5px;
  }
  .news .detail_control .btn_next .icon {
    margin-left: 5px;
  }
  .news .detail_control .btn_list {
    border-radius: 0;
    width: 90px;
    height: 35px;
    font-size: 17px;
  }
  .fna .accordion_list {
    margin: 25px -20px 0;
  }
  .fna .accordion_btn, .fna .accordion_cont {
    padding: 10px 20px 10px 31px;
    font-size: 14px;
  }
  .fna .accordion_btn:before, .fna .accordion_cont:before {
    font-size: 14px;
    line-height: 14px;
    margin-right: 21px;
  }
  .fna .accordion_cont {
    line-height: 19px;
  }
  .info .sec_info {
    padding: 75px 20px;
  }
  .info .sec1 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0 75px;
    background-image: url(../images/info/mo_sec1_bg.png);
  }
  .info .sec1 .box_img {
    width: 276px;
    height: 303px;
  }
  .info .sec1 .box_text {
    padding: 35px 20px 0;
  }
  .info .sec1 .box_text .title {
    font-size: 36px;
    line-height: 42.5px;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .info .sec1 .box_text .title:before {
    width: 5px;
    height: 5px;
    bottom: -2.5px;
  }
  .info .sec1 .box_text .title:after {
    left: 5px;
  }
  .info .sec1 .box_text .sub_title {
    padding-top: 20px;
    font-size: 23px;
    line-height: 30px;
    font-weight: 700;
  }
  .info .sec1 .box_text .desc {
    padding-top: 10px;
    font-size: 14px;
    line-height: 18px;
    word-break: keep-all;
  }
  .info .sec1 .box_text .desc:last-of-type {
    padding-top: 5px;
  }
  .info .sec1 .box_text .btn_move {
    margin-top: 35px;
    font-size: 14px;
    line-height: 17px;
  }
  .info .sec1 .box_text .btn_move .icon {
    width: 31px;
    height: 31px;
    margin-bottom: -4px;
  }
  .info .sec1 .box_text .btn_move .icon:before {
    width: 31px;
    height: 31px;
  }
  .info .sec1 .box_text .btn_move .icon:after {
    width: 37.5px;
    height: 8.5px;
    right: -16px;
    top: 10px;
  }
  .info .sec2 {
    background-image: url(../images/info/mo_sec2_bg.png);
  }
  .info .sec2_title {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 52.5px;
  }
  .info .sec2_title:before {
    width: 106px;
    height: 10px;
    margin-bottom: 10px;
  }
  .info .sec2_cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info .sec2_card {
    width: 100%;
    border-radius: 0px 50px 0px 0px;
    padding: 42.5px 50px 42.5px 15px;
    height: 245px;
  }
  .info .sec2_card + .sec2_card {
    margin-top: 77px;
  }
  .info .sec2_card .num {
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 12px;
    left: 25px;
  }
  .info .sec2_card .title .text {
    font-size: 21px;
    line-height: 25px;
    padding-right: 15px;
  }
  .info .sec2_card .title .text:after {
    width: 4px;
    height: 4px;
  }
  .info .sec2_card .title:before {
    right: -15px;
  }
  .info .sec2_list {
    padding-top: 15px;
  }
  .info .sec2_item {
    padding-left: 25px;
    font-size: 13px;
    line-height: 17px;
  }
  .info .sec2_item + .sec2_item {
    margin-top: 10px;
  }
  .info .sec2_item:before {
    width: 15px;
    height: 15px;
  }
  .info .sec2 .btn {
    width: 170px;
    height: 35px;
    font-size: 14px;
    line-height: 19px;
    bottom: -17.5px;
  }
  .info .sec3 {
    background-image: url(../images/info/mo_sec3_bg.png);
  }
  .info .sec3_title {
    font-size: 28px;
    line-height: 30px;
    padding-bottom: 25px;
  }
  .info .sec3_title:before {
    width: 30px;
    height: 15px;
    margin-bottom: 10px;
  }
  .info .sec3_title .sub_title {
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 20px;
  }
  .info .sec3_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
  .info .sec3 .textPlus span {
      font-size: 21px;
  }
  .info .sec3_item {
    width: calc(50% - 15px);
    height: 105px;
    border-radius: 0px 25px 0px 0px;
    font-size: 19px;
    line-height: 26.5px;
  }
  .info .sec3_item .sub_desc {
    font-size: 13px;
    line-height: 13.5px;
    margin-bottom: 0;
  }
  .info .sec3_item:nth-child(3):before {
    display: none;
  }
  .info .sec3_item:not(:first-of-type):before {
    width: 35px;
    height: 35px;
    margin-left: -27px;
    background-size: 12.5px;
  }
  .info .sec3 .arrow:before {
    margin-top: 25px;
    width: 125px;
    height: 60px;
    background-size: 125px 60px;
  }
  .info .sec3 .text {
    width: 284px;
    -webkit-transform: translateX(12px);
        -ms-transform: translateX(12px);
            transform: translateX(12px);
  }
  .info .sec4 {
    background-image: url(../images/info/mo_sec4_bg.png);
  }
  .info .sec4 .title_point {
    font-size: 40px;
    line-height: 50px;
  }
  .info .sec4_title {
    font-size: 17px;
    line-height: 20px;
  }
  .info .sec4_title em {
    font-size: 29px;
  }
  .info .sec4_list {
    margin-top: 35px;
  }
  .info .sec4_item {
    padding: 0 15px;
  }
  .info .sec4_item .box_img {
    height: 35px;
  }
  .info .sec4_item .num {
    margin-top: 5px;
    font-size: 20px;
    line-height: 20px;
  }
  .info .sec4_item .num .counter {
    font-size: 32px;
    line-height: 44px;
  }
  .info .sec4_item .title {
    font-size: 10px;
    line-height: 17px;
  }
  .info .sec5 .sec_num_title, .info .sec6 .sec_num_title, .info .sec7 .sec_num_title {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 15px;
  }
  .info .sec5 .sec_num_title .num, .info .sec6 .sec_num_title .num, .info .sec7 .sec_num_title .num {
    width: 22.5px;
    height: 22.5px;
    font-size: 11px;
    padding-top: 0;
  }
  .info .sec5_title, .info .sec6_title, .info .sec7_title {
    font-size: 17px;
    line-height: 20px;
  }
  .info .sec5_desc, .info .sec6_desc, .info .sec7_desc {
    margin: 2.5px 0 35px;
    font-size: 12px;
    line-height: 15px;
  }
  .info .sec5_list {
    margin: 0 -20px;
  }
  .info .sec5_item:nth-child(even) .box_img {
    border-radius: 60px 0px 0px 0px;
  }
  .info .sec5_item:nth-child(even) .box_text {
    padding: 0 15px;
  }
  .info .sec5_item:nth-child(even) .num {
    left: 10px;
  }
  .info .sec5_item .box_img {
    width: 46%;
    height: 175px;
    border-radius: 0px 60px 0px 0px;
  }
  .info .sec5_item .box_text {
    width: 54%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .info .sec5_item .box_text .title {
    font-size: 19px;
    line-height: 22px;
  }
  .info .sec5_item .box_text .desc {
    margin-top: 2.5px;
    font-size: 13px;
    line-height: 17px;
    word-break: keep-all;
  }
  .info .sec5_item .num {
    height: 150px;
    right: 10px;
  }
  .info .sec5_item .num img {
    height: 100%;
  }
  .info .sec7 {
    padding-bottom: 0;
  }
  .info .sec7 .sub_title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2.5px;
  }
  .info .sec7 .box_img img {
    width: 100%;
  }
  .info .sec8 {
    background-image: url(../images/info/mo_sec8_bg.png);
  }
  .info .sec8_title {
    font-size: 24px;
    line-height: 28px;
  }
  .info .sec8_desc {
    font-size: 14px;
    line-height: 19px;
    padding: 2.5px 0 35px;
  }
  .info .sec8_list_wrap .line {
    display: none;
  }
  .info .sec8_list_wrap:after {
    display: none;
  }
  .info .sec8_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px 20px;
  }
  .info .sec8_item {
    width: calc(50% - 10px);
  }
  .info .sec8_item .step {
    width: 60px;
    height: 20px;
    font-size: 10px;
  }
  .info .sec8_item .box_img {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin: -10px 0 -30px;
    height: 0;
  }
  .info .sec8_item .box_img_inner {
    height: 13.51vw;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .info .sec8_item .box_img_inner img {
    height: 100%;
  }
  .info .sec8_item .title {
    width: 120px;
    height: 30px;
    font-size: 16px;
    line-height: 22px;
  }
  .info .sec8_item .desc {
    margin-top: 5px;
    font-size: 13px;
    line-height: 17px;
  }

  .info .sec10_title {
    font-size: 24px;
    line-height: 27.5px;
  }
  .info .sec10_desc {
    margin-top: 5px;
    font-size: 14px;
    line-height: 15px;
  }
  .info .sec10 .box_sec10_slide {
    padding: 0;
  }
  .info .sec10 .box_sec10_slide .swiper-button-prev,
  .info .sec10 .box_sec10_slide .swiper-button-next {
    width: 50px;
    height: 50px;
    margin-top: 0;
    top: 120px;
  }
  .info .sec10 .box_sec10_slide .swiper-button-prev:after,
  .info .sec10 .box_sec10_slide .swiper-button-next:after {
    width: 6px;
    height: 12px;
  }
  .info .sec10 .box_sec10_slide .swiper-button-prev {
    left: -20px;
  }
  .info .sec10 .box_sec10_slide .swiper-button-next {
    right: -20px;
  }
  .info .sec10_slide {
    padding-top: 35px;
  }
  .info .sec10_slide .box_img {
    height: 230px;
  }
  .info .sec10_slide .box_text .category {
    font-size: 13px;
    line-height: 13px;
  }
  .info .sec10_slide .box_text .title {
    font-size: 16px;
    line-height: 22px;
    padding: 0 0 2.5px;
  }
  .info .sec10_slide .box_text .date {
    font-size: 10px;
    line-height: 10px;
  }
  .info_control_box {
    left: 20px;
    bottom: 20px;
  }
  .info_control_box .btn_nav {
    width: 70px;
    height: 70px;
    border-radius: 50px 50px 50px 0px;
    border-width: 2.5px;
    margin-bottom: -10px;
  }
  .info_control_box .btn_nav .box_text .box_icon {
    height: 14px;
  }
  .info_control_box .btn_nav .box_text .title {
    text-align: center;
    margin-top: 5px;
    font-size: 10.5px;
    line-height: 13px;
  }
  .info_control_box .btn_nav .box_text .en {
    font-size: 8px;
    line-height: 10px;
  }
}
.layer {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1000;
}
.layer .layer_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 670px;
  padding: 70px 0;
  background: #fff;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16);
}
.layer .box_icon {
  width: 70px;
  height: 70px;
  margin-bottom: 27px;
}
.layer .box_icon img {
  width: 100%;
}
.layer .layer_title {
  font-size: 28px;
  line-height: 36px;
  color: #232323;
}
.layer .layer_desc {
  margin-top: 6px;
  font-size: 16px;
  line-height: 23px;
  color: #797979;
}
.layer .btn_outline {
  margin-top: 27px;
  width: 100px;
  height: 40px;
  font-size: 16px;
  line-height: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #328B29;
  border: 1px solid #328B29;
}

@media (max-width: 1024px) {
  .layer .layer_content {
    width: calc(100% - 35px);
    height: auto;
    padding: 35px 0;
  }
  .layer .box_icon {
    width: 35px;
    height: 35px;
    margin-bottom: 15px;
  }
  .layer .layer_title {
    font-size: 21px;
    line-height: 29px;
  }
  .layer .layer_desc {
    margin-top: 2.5px;
    font-size: 14px;
    line-height: 19.5px;
  }
  .layer .btn_outline {
    margin-top: 25px;
    width: 80px;
    height: 40px;
    font-size: 17px;
    line-height: 23.5px;
  }
}


/*******************************************07.24 추가**/
.info .sec9 {background: url('../images/info/sec9_bg.jpg') center/cover;}
.info .sec9 .sec9_title {font-family: "SB Aggro"; color: #fff;}
.info .sec9 .sec9_title .tit {color: #fff; font-size: 48px; padding-bottom: 10px;}
.info .sec9 .sec9_title .subt {color: #fff; font-size: 42px;}
.info .sec9 .sec9_title .subt em {color: #20C510;}
.info .sec9 .sec9_title .subt span {color: #FF3600; font-size: 42px;}
.info .sec9 .sec9_desc {color: #BCBCBC; font-size: 20px; font-weight: 300; margin-top: 18px;}

.info .sec9 .table_wrap {width: 100%; max-width: 1200px; margin: 0 auto; padding-top: 70px; display: flex; gap: 40px; justify-content: space-between;}
.info .sec9 .table_area {width: calc((100% - 40px) / 2);}
.info .sec9 .table_area .tit {font-size: 24px; font-weight: bold; margin-bottom: 21px;}

.info .sec9 .table_area.area1 {}
.info .sec9 .table_area.area2 {}
.info .sec9 .table_area.area1 .tit {color: #20C510;}
.info .sec9 .table_area.area2 .tit {color: #FF3600;}

.info .sec9 .table_area .prg {font-size: 16px;  color: #797979; text-align: right; margin-top: 10px; line-height: 1.2;}

.info .sec9 table {width: 100%; border-collapse: collapse; border: 1px solid #797979;}
.info .sec9 th,
.info .sec9 td {border: 1px solid #797979;}
.info .sec9 thead {}
.info .sec9 thead tr {background: rgba(0,0,0,0.7);}
.info .sec9 thead th {color: #fff; padding: 26px 0; font-size: 20px; font-weight: bold;}
.info .sec9 tbody tr {background: rgba(0,0,0,0.4);}
.info .sec9 tbody td {color: rgba(255,255,255,0.7); text-align: center; padding: 20px 0; font-size: 16px; font-weight: 300;}

.info .sec9 .table_area.area1 tbody tr.total {background: rgba(0,0,0,0.7);}
.info .sec9 .table_area.area2 tbody tr.total {background: rgba(0,0,0,0.7);}
.info .sec9 .table_area.area1 tbody tr.total td {color: #20C510; font-weight: bold}
.info .sec9 .table_area.area2 tbody tr.total td {color: #FF3600; font-weight: bold}

@media all and (max-width: 1025px) {
    .info .sec9 .sec9_title .tit {font-size: 24px; padding-bottom: 3px;}
    .info .sec9 .sec9_title .subt {font-size: 21px;}
    .info .sec9 .sec9_title .subt span {font-size: 21px;}
    .info .sec9 .sec9_desc {font-size: 14px; margin-top: 10px;}

    .info .sec9 .table_wrap {flex-direction: column; padding-top: 50px;}
    .info .sec9 .table_area {width: 100%;}
    .info .sec9 .table_area .tit {font-size: 18px; margin-bottom: 12px;}

    .info .sec9 thead th {font-size: 14px; padding: 11px 0;}
    .info .sec9 tbody td {font-size: 14px; padding: 9px 0;}

    .info .sec9 .table_area .prg {font-size: 12px}
}
/*******************************************07.24 추가**/
