@charset "UTF-8";
.section {
  width: 100%;
  padding: 15rem 0 14.3rem;
}

.inner {
  width: 100%;
  max-width: 146rem;
  margin: 0 auto;
}

.visual-wrap {
  margin-top: 12rem;
  width: 100%;
  height: 33rem;
  display: flex;
  align-items: center;
}
.visual-wrap .v-tit {
  display: inline;
  width: auto;
  font-size: 7rem;
  position: relative;
}
.visual-wrap .v-tit::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url("../img/common/v-tit.png") no-repeat;
  position: absolute;
  right: -2rem;
}

.vis-1 {
  background: url("../img/visual/visual1.jpg") no-repeat;
  background-size: cover;
}

.vis-2 {
  background: url("../img/visual/visual2.jpg") no-repeat;
  background-size: cover;
}

.vis-3 {
  background: url("../img/visual/visual3.jpg") no-repeat;
  background-size: cover;
}

.vis-4 {
  background: url("../img/visual/visual4.jpg") no-repeat;
  background-size: cover;
}

@media all and (max-width: 85.375rem) {
  .section {
    padding: 12rem 0 11.3rem;
  }
  .inner {
    padding: 0 4rem;
  }
}
@media all and (max-width: 80rem) {
  .visual-wrap {
    margin-top: 9rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .section {
    padding: 8rem 0 8.3rem;
  }
  .inner {
    padding: 0 3rem;
  }
  .visual-wrap {
    background-position: right;
  }
  .visual-wrap .v-tit {
    font-size: 6rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .inner {
    padding: 0 2rem;
  }
  .visual-wrap {
    margin-top: 6rem;
  }
  .visual-wrap .v-tit {
    font-size: 5rem;
  }
}
/* 페이지 로케이션*/
.location {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.location li {
  position: relative;
  margin-left: 1.7rem;
  font-size: 1.5rem;
  color: #333;
}
.location li .icon {
  margin-top: 0.2rem;
  width: 1.5rem;
  height: 1.5rem;
}
.location li .icon img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.location li::after {
  content: "|";
  position: absolute;
  right: -1.1rem;
  top: 50%;
  font-size: 1.2rem;
  font-weight: 100;
  color: #999;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.location li:first-child::after, .location li:last-child::after {
  display: none;
}
.location li:first-child {
  margin-left: 0;
}

.page-top {
  overflow: hidden;
  position: relative;
  padding-top: 7.2rem;
}
.page-top .inner {
  z-index: 10;
  position: relative;
}
.page-top .page-tit {
  font-size: 6rem;
  font-weight: 800;
}

/* 서브네비게이션 */
.sub-nav-wrap {
  width: 100%;
  max-width: 146rem;
  margin: 0 auto;
  overflow-x: auto;
  width: 100%;
}
.sub-nav-wrap .sub-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.sub-nav-wrap .sub-nav li {
  overflow: hidden;
  margin-right: 1rem;
  min-width: 18rem;
}
.sub-nav-wrap .sub-nav li a {
  overflow: hidden;
  display: block;
  padding: 1.9rem 3rem;
  width: 100%;
  text-align: center;
  font-size: 2.2rem;
  white-space: nowrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}
.sub-nav-wrap .sub-nav li a:hover {
  font-weight: 700;
}
.sub-nav-wrap .sub-nav li a:focus {
  color: #fff;
  font-weight: 700;
  background-color: #006a08;
  border: 1px solid #005807;
}
.sub-nav-wrap .sub-nav li.active a {
  color: #fff;
  font-weight: 700;
  background-color: #006a08;
  border: 1px solid #005807;
}

@media all and (max-width: 85.375rem) {
  .sub-nav-wrap {
    padding: 0 4rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .sub-nav-wrap .sub-nav li {
    width: auto;
  }
  .sub-nav-wrap .sub-nav li a {
    padding: 2rem 3rem;
    font-size: 2rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .page-location {
    margin-bottom: 2.5rem;
  }
  .page-location li {
    font-size: 1.2rem;
  }
  .page-location li:not(:first-child) {
    padding: 0 1rem;
  }
  .sub-nav-wrap {
    padding: 0 2rem;
  }
  .sub-nav-wrap .sub-nav li {
    min-width: 11.5rem;
  }
  .sub-nav-wrap .sub-nav li a {
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
  }
}
.flex-wrap {
  display: flex;
}

.overview .flex-wrap {
  justify-content: space-between;
}
.overview .flex-wrap:last-of-type {
  margin: 15rem 0;
  padding: 9rem 8rem 16rem;
  background: #eff9e6;
  border: 1px solid #c7e0b1;
  gap: 12rem;
}
.overview .flex-wrap.afe {
  align-items: flex-end;
}
.overview .s-tit {
  font-size: 4.2rem;
  font-weight: 700;
}
.overview h3 {
  margin: 6rem 0;
  font-size: 9rem;
  font-weight: 800;
  line-height: 10.5rem;
  position: relative;
}
.overview h3::before {
  content: "";
  width: 9.9rem;
  height: 9.9rem;
  background: url("../img/common/gc.png") no-repeat;
  position: absolute;
  left: 74%;
  top: 5.9rem;
}
.overview .ctxt-box {
  max-width: 65.9rem;
}
.overview .cont {
  font-size: 2.2rem;
  line-height: 4rem;
  font-weight: 400;
}
.overview .cont.mt-4 {
  margin-top: 4rem;
}
.overview .p-tit {
  font-size: 2.6rem;
  line-height: 4.5rem;
  font-weight: 800;
  margin: 2.5rem 0;
}
.overview .pt-7 {
  padding-top: 7rem;
}
.overview .cer-wrap {
  display: flex;
  margin-top: 6rem;
  gap: 2.4rem;
}
.overview .icon-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
}
.overview .art-tit {
  margin-bottom: 6rem;
  font-size: 4.2rem;
  line-height: 4.5rem;
}
.overview .grid-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4rem;
  margin-bottom: 4rem;
}
.overview .grid-wrap:last-of-type {
  margin-bottom: 0;
}

@media all and (max-width: 85.375rem) {
  .overview .flex-wrap {
    gap: 2rem;
  }
  .overview .flex-wrap:last-of-type {
    padding-bottom: 12rem;
    gap: 6rem;
  }
  .overview .txt-box {
    max-width: 50%;
  }
  .overview h3 {
    margin: 4rem 0;
    font-size: 7rem;
    line-height: 8.5rem;
  }
  .overview h3::before {
    left: 79%;
    top: 3.9rem;
  }
  .overview .s-tit {
    font-size: 4rem;
  }
  .overview .p-tit {
    font-size: 2.2rem;
    line-height: 1.8;
  }
  .overview .cont {
    font-size: 1.8rem;
    line-height: 3rem;
  }
  .overview .cont .line::before {
    width: 4.5rem;
    height: 1.2rem;
  }
  .overview .br {
    display: inline;
  }
  .overview .art-tit {
    font-size: 3.6rem;
  }
  .overview .ctxt-box {
    max-width: 42.9rem;
  }
  .overview .grid-wrap {
    gap: 2rem;
    margin-bottom: 2rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .overview .flex-wrap {
    flex-direction: column;
  }
  .overview .flex-wrap:last-of-type {
    flex-direction: column;
    margin: 3rem 0 10rem;
    padding: 4rem 4rem 10rem;
  }
  .overview .flex-wrap .img-wrap {
    text-align: center;
  }
  .overview .ctxt-box,
  .overview .txt-box {
    width: 100%;
    max-width: none;
  }
  .overview .s-tit {
    font-size: 3rem;
  }
  .overview h3 {
    margin: 2rem 0;
    font-size: 5.5rem;
    line-height: 1.2;
  }
  .overview h3::before {
    width: 6.9rem;
    height: 6.9rem;
    background-size: cover;
    left: 44%;
    top: 2.9rem;
  }
  .overview .grid-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 47.9375rem) {
  .overview .flex-wrap:last-of-type {
    margin: 2rem 0 6rem;
    padding: 2rem 2rem 8rem;
    gap: 2rem;
  }
  .overview .s-tit {
    font-size: 2.4rem;
  }
  .overview .p-tit {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .overview h3 {
    margin: 2rem 0;
    font-size: 3.5rem;
    line-height: 1.2;
  }
  .overview h3::before {
    width: 4.9rem;
    height: 4.9rem;
    left: 57%;
    top: 1.9rem;
  }
  .overview .cont {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .overview .cont .line::before {
    width: 3.5rem;
  }
  .overview .cont.mt-4 {
    margin-top: 2rem;
  }
  .overview .cer-wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
  }
  .overview .cer-box {
    width: 80%;
  }
  .overview .img-wrap {
    width: 100%;
    text-align: center;
  }
  .overview .img-wrap img {
    width: 100%;
    height: 100%;
  }
  .overview .art-tit {
    margin-bottom: 2rem;
    font-size: 3rem;
  }
  .overview .grid-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.history .history-wrap {
  position: relative;
  margin-top: -7rem;
}
.history .history-wrap .line {
  position: absolute;
  top: 1rem;
  left: 43.2%;
  width: 10.2rem;
  border-right: 0.3rem solid #ccd2dc;
}
.history .history-wrap .line .active-line {
  position: absolute;
  right: -0.3rem;
  width: 0.3rem;
  height: 0;
  background-color: #00ae04;
}
.history .history-wrap .line::after {
  z-index: -1;
  position: absolute;
  right: -0.3rem;
  bottom: 2.5%;
  content: "";
  width: 0;
  height: 5rem;
  border-right: 0.3rem dashed #fff;
}
.history .his-item {
  display: flex;
  position: relative;
  padding-left: 41.5%;
}
.history .his-item.active .year::after {
  background-color: #006a08;
}
.history .his-item.active .year::before {
  position: absolute;
  top: 0.6rem;
  right: -0.7rem;
  content: "";
  width: 2.3rem;
  height: 2.3rem;
  background-color: #c5efb2;
  border-radius: 2.3rem;
  -webkit-border-radius: 2.3rem;
  -moz-border-radius: 2.3rem;
  -ms-border-radius: 2.3rem;
  -o-border-radius: 2.3rem;
}
.history .his-item:last-child .his-txt {
  padding-bottom: 0;
}
.history .grid-wrap {
  position: absolute;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
.history .grid-wrap2 {
  position: absolute;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
.history .wrap1 {
  left: 15rem;
}
.history .wrap1::before {
  content: "";
  width: 13rem;
  height: 13rem;
  background: url("../img/sub/sub1/dot1.png") no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
  left: -6.1rem;
  bottom: -5.5rem;
}
.history .wrap2 {
  right: 0;
}
.history .wrap2::before {
  content: "";
  width: 17rem;
  height: 17rem;
  background: url("../img/sub/sub1/dot2.png") no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
  left: -9.1rem;
  bottom: -9.9rem;
}
.history .wrap3 {
  left: 15rem;
}
.history .wrap4 {
  right: 0;
}
.history .wrap4::before {
  content: "";
  width: 6.5rem;
  height: 6.5rem;
  background: url("../img/sub/sub1/dot3.png") no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
  left: -57rem;
  bottom: 30%;
}
.history .year {
  position: relative;
  min-width: 13rem;
  font-size: 3rem;
  color: #000;
  font-weight: 800;
}
.history .year::after {
  position: absolute;
  top: 1.3rem;
  right: 0;
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  background-color: #c8d0c5;
  border-radius: 0.9rem;
  -webkit-border-radius: 0.9rem;
  -moz-border-radius: 0.9rem;
  -ms-border-radius: 0.9rem;
  -o-border-radius: 0.9rem;
}
.history .his-txt {
  position: relative;
  padding-bottom: 28.8rem;
  padding-left: 4.4rem;
  margin-top: 0.6rem;
  width: 73rem;
}
.history .his-txt li {
  margin-bottom: 2.5rem;
  font-size: 2rem;
}
.history .his-txt li:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 85.375rem) {
  .history .sub-txt {
    font-size: 4rem;
  }
  .history .history-wrap {
    margin-top: 0;
  }
  .history .his-txt {
    padding-bottom: 29.8rem;
  }
  .history .his-item.active .year::before {
    right: -0.3rem;
  }
  .history .his-item.active .year::after {
    right: 0.4rem;
  }
  .history .wrap1 {
    left: 10rem;
  }
  .history .wrap2 {
    top: 4rem;
  }
  .history .wrap3 {
    left: 10rem;
  }
  .history .wrap4 {
    top: 9rem;
  }
}
@media all and (max-width: 64rem) {
  .history .grid-wrap2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .history .wrap1 {
    left: 0;
  }
  .history .wrap2 {
    right: 0;
  }
  .history .wrap3 {
    left: 0;
  }
  .history .wrap4 {
    right: 0;
  }
  .history .wrap4::before {
    content: "";
    left: -45rem;
  }
  .history .his-item:nth-child(2) .his-txt {
    padding-bottom: 39.8rem;
  }
  .history .his-item.active .year::before {
    right: 0.2rem;
  }
  .history .his-item.active .year::after {
    right: 0.9rem;
  }
  .history .year::after {
    right: 0.9rem;
  }
  .history .modal-sel a {
    display: block;
    height: 18rem;
  }
  .history .modal-sel a img {
    height: 100%;
  }
}
@media all and (max-width: 63.9375rem) {
  .history .sub-txt {
    position: relative;
  }
  .history .history-wrap .line {
    left: 0;
  }
  .history .history-list {
    margin-top: 4rem;
  }
  .history .his-item {
    padding-left: 0;
  }
  .history .his-item:first-child .his-txt {
    padding-bottom: 36.8rem;
  }
  .history .his-item:nth-child(2) .his-txt {
    padding-bottom: 36.8rem;
  }
  .history .his-item.active .year::before {
    right: 1.7rem;
  }
  .history .his-item.active .year::after {
    right: 2.4rem;
  }
  .history .wrap1 {
    left: auto;
    right: 0;
  }
  .history .wrap2 {
    top: 0;
  }
  .history .wrap3 {
    left: auto;
    right: 0;
  }
  .history .wrap4 {
    top: 0;
  }
  .history .wrap4::before {
    content: "";
    left: -10rem;
  }
  .history .year {
    font-size: 2.5rem;
  }
  .history .year::after {
    right: 2.5rem;
  }
  .history .his-txt {
    padding-bottom: 15rem;
    padding-left: 3.5rem;
  }
  .history .his-txt li {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .history .sub-txt {
    font-size: 2.6rem;
  }
  .history .history-wrap .line {
    width: 7.2rem;
  }
  .history .year {
    min-width: 7.5rem;
    font-size: 2rem;
  }
  .history .year::after {
    width: 1rem;
    height: 1rem;
  }
  .history .his-item {
    padding-left: 0;
  }
  .history .his-item.active .year::before {
    right: -0.7rem;
  }
  .history .his-item.active .year::after {
    top: 1.2rem;
    right: -0.05rem;
  }
  .history .wrap1 {
    top: 4rem;
  }
  .history .wrap2 {
    top: 4rem;
  }
  .history .wrap3 {
    top: 8rem;
  }
  .history .wrap4 {
    top: 8rem;
  }
  .history .his-txt {
    padding-bottom: 21rem;
    padding-left: 2rem;
  }
  .history .his-txt li {
    margin-bottom: 1.5rem;
    line-height: 1.2;
    font-size: 1.4rem;
  }
  .history .modal-sel a {
    height: 16rem;
  }
}
.modal-wrap {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.modal-wrap .modal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  padding: 8rem 12.5rem;
  width: 90%;
  max-width: 70rem;
  background: #fff;
}
.modal-wrap .swiper-slide {
  width: 100% !important;
  height: 70.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal-wrap .swiper-slide .slide-img {
  height: 65rem;
}
.modal-wrap .swiper-slide .slide-img img {
  width: 100%;
  height: 100%;
}
.modal-wrap .grid-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.modal-wrap .swiper-button-next,
.modal-wrap .swiper-button-prev {
  width: 10rem;
  height: 10rem;
}
.modal-wrap .swiper-button-prev {
  left: 0;
}
.modal-wrap .swiper-button-prev::after {
  content: url("../img/sub/sub1/prev.png");
}
.modal-wrap .swiper-button-next {
  right: 0;
}
.modal-wrap .swiper-button-next::after {
  content: url("../img/sub/sub1/next.png");
}
.modal-wrap .swiper-button-next.swiper-button-disabled,
.modal-wrap .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}
.modal-wrap .data {
  display: block;
  width: 100%;
  padding-top: 3rem;
  font-size: 2.2rem;
  text-align: center;
  text-align: center;
}
.modal-wrap.active {
  display: block !important;
}

@media all and (max-width: 85.375rem) {
  .modal-wrap .modal {
    max-width: 58.4rem;
    padding: 2rem 8rem;
  }
  .modal-wrap .swiper-slide .slide-img {
    height: 60rem;
  }
  .modal-wrap .swiper-button-next,
  .modal-wrap .swiper-button-prev {
    width: 8rem;
  }
}
@media all and (max-width: 64rem) {
  .modal-wrap .modal {
    width: 85%;
    padding: 5.1rem 8rem;
    max-width: 43.1rem;
  }
  .modal-wrap .swiper-slide {
    height: 44.8rem;
  }
  .modal-wrap .swiper-slide .slide-img {
    height: 39rem;
  }
  .modal-wrap .data {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
@media all and (max-width: 47.9375rem) {
  .modal-wrap .modal {
    width: 90%;
    padding: 4.1rem 5rem;
  }
  .modal-wrap .swiper-slide {
    height: 37.8rem;
  }
  .modal-wrap .swiper-slide .slide-img {
    height: 34rem;
    text-align: center;
  }
  .modal-wrap .swiper-slide .slide-img img {
    width: 22.4rem;
  }
  .modal-wrap .data {
    padding-top: 2rem;
    font-size: 1.6rem;
  }
  .modal-wrap .swiper-button-next,
  .modal-wrap .swiper-button-prev {
    top: 45%;
    width: 3rem;
    height: 6rem;
  }
  .modal-wrap .swiper-button-next {
    right: 0.8rem;
  }
  .modal-wrap .swiper-button-prev {
    left: 0.8rem;
  }
}
.directions .flex-wrap {
  justify-content: space-between;
  margin-bottom: 15rem;
}
.directions .flex-wrap:last-of-type {
  margin-bottom: 0;
}
.directions .map {
  width: 100%;
  max-width: 99rem;
  height: 55rem;
}
.directions .box {
  height: 29.5rem;
}
.directions .location {
  font-size: 4.5rem;
}
.directions .address {
  display: flex;
  align-items: flex-start;
  color: #001530;
  font-size: 2rem;
  line-height: 1.5;
}
.directions .address:first-of-type {
  height: 9rem;
}
.directions .address span {
  display: block;
  width: 7.2rem;
  font-weight: 700;
}

@media all and (max-width: 85.375rem) {
  .directions .flex-wrap {
    gap: 4rem;
  }
  .directions .map {
    width: 80%;
    height: 50rem;
  }
  .directions .location {
    font-size: 3.8rem;
  }
  .directions .address {
    font-size: 1.8rem;
  }
  .directions .address:first-of-type {
    height: 6rem;
  }
}
@media all and (max-width: 64rem) {
  .directions .address {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .directions .flex-wrap {
    gap: 4rem;
  }
  .directions .map {
    width: 70%;
    height: 40rem;
  }
  .directions .box {
    height: 22rem;
  }
  .directions .location {
    margin-bottom: 2rem;
    font-size: 3.2rem;
  }
  .directions .address {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .directions .flex-wrap {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 8rem;
  }
  .directions .map {
    width: 100%;
    height: 30rem;
  }
  .directions .box {
    height: 19rem;
  }
}
.tit {
  margin-bottom: 8rem;
  font-size: 4.5rem;
}
.tit .light {
  font-weight: 400;
}

.production .tit {
  margin-bottom: 5rem;
}
.production .article .img-wrap {
  position: relative;
}
.production .article .img-wrap .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 19.5rem;
  height: 7rem;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 7rem;
  font-size: 2rem;
  font-weight: 300;
}
.production .table-wrap {
  width: 100%;
}
.production .table-wrap .table th {
  font-weight: 600;
  font-size: 2rem;
}
.production .table-wrap .table td {
  font-size: 2rem;
  font-weight: 300;
  text-align: left;
}
.production .table-wrap .table.th-pd th {
  padding: 3.5rem 0;
}
.production .flex-wrap2 {
  gap: 2rem;
  margin-top: 8rem;
}
.production .flex-wrap2 .desc {
  margin: 2rem 0 15rem;
  font-size: 2rem;
  text-align: center;
  font-weight: 300;
}
.production .w-27 {
  width: 27.39726%;
}
.production .table-tit {
  margin: 5.2rem 0 2.2rem;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
  color: #006a08;
}
.production .grid-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
  padding: 8rem 14.8rem;
  background: #e9f3eb;
  gap: 4.5rem 0;
}
.production .grid-wrap .grid-box {
  width: 55rem;
}
.production .grid-wrap .txt-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  gap: 1.5rem;
}
.production .grid-wrap .number {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 2.6rem;
  -webkit-border-radius: 2.6rem;
  -moz-border-radius: 2.6rem;
  -ms-border-radius: 2.6rem;
  -o-border-radius: 2.6rem;
  color: #fff;
  background: #006a08;
  text-align: center;
  line-height: 2.6rem;
  font-size: 1.3rem;
  font-weight: 700;
}
.production .grid-wrap .desc {
  text-align: center;
  font-size: 2rem;
  font-weight: 300;
}
.production .grid-wrap2 {
  margin-top: 9rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10.8rem 4.4rem;
}
.production .grid-wrap2 .box {
  padding: 4rem 3.4rem;
  background: #e9f3eb;
}
.production .grid-wrap2 .flex-wrap {
  gap: 1rem;
}
.production .grid-wrap2 .desc {
  margin-top: 1.5rem;
  font-size: 1.7rem;
  text-align: center;
  color: #213322;
}
.production .box {
  position: relative;
  z-index: 10;
}
.production .box .b-tit {
  position: absolute;
  z-index: 10;
  top: -3.8rem;
  left: 4.5rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
.production .box::before {
  position: absolute;
  content: "";
  width: 20.5rem;
  height: 7.3rem;
  background: url("../img/sub/sub2/title.png") no-repeat;
  z-index: -1;
  top: -5.7rem;
  left: 0;
}

@media all and (max-width: 85.375rem) {
  .production .tit {
    font-size: 4rem;
    margin-bottom: 6rem;
  }
  .production .t-tit {
    font-size: 2.7rem;
  }
  .production .table-wrap .table th {
    font-size: 2rem;
  }
  .production .table-wrap .table td {
    font-size: 1.8rem;
  }
  .production .grid-wrap .grid-box {
    width: 42rem;
  }
  .production .grid-wrap2 .desc {
    font-size: 1.5rem;
  }
  .production .flex-box {
    width: 9.4rem;
  }
}
@media all and (max-width: 64rem) {
  .production .grid-wrap {
    padding: 8rem 8.8rem;
  }
  .production .grid-wrap .grid-box {
    width: 36rem;
  }
  .production .grid-wrap .txt-wrap {
    gap: 1rem;
  }
  .production .grid-wrap .desc {
    font-size: 1.8rem;
  }
  .production .grid-wrap .number {
    width: 2.2rem;
    height: 2.2rem;
    line-height: 2.2rem;
  }
  .production .grid-wrap2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media all and (max-width: 63.9375rem) {
  .production .tit {
    font-size: 3.5rem;
    margin-bottom: 4rem;
  }
  .production .table-wrap {
    width: 100%;
  }
  .production .table-wrap .table th {
    font-size: 1.7rem;
  }
  .production .table-wrap .table td {
    font-size: 1.6rem;
    padding: 0 4rem;
  }
  .production .flex-wrap2 .desc {
    font-size: 1.8rem;
    margin: 1.5rem 0 10rem;
  }
  .production .grid-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media all and (max-width: 47.9375rem) {
  .production .tit {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .production .t-tit {
    font-size: 2.2rem;
  }
  .production .article .img-wrap .txt-box {
    width: 13.5rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 1.6rem;
  }
  .production .w-27 {
    width: 30%;
  }
  .production .table-tit {
    margin: 4rem 0 2rem;
    font-size: 2rem;
    line-height: 1.4;
  }
  .production .table-wrap {
    width: 100%;
  }
  .production .table-wrap .table th {
    padding: 1.5rem 0;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .production .table-wrap .table th.f-20 {
    font-size: 1.5rem;
  }
  .production .table-wrap .table td {
    font-size: 1.4rem;
    padding: 2.4rem 1rem;
  }
  .production .table-wrap .table.th-pd th {
    padding: 2.5rem 0;
  }
  .production .grid-wrap {
    padding: 4rem 4.8rem;
  }
  .production .grid-wrap .grid-box {
    width: 100%;
  }
  .production .grid-wrap .desc {
    font-size: 1.6rem;
  }
  .production .grid-wrap .number {
    width: 1.8rem;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 1.2rem;
  }
  .production .grid-wrap2 .flex-wrap {
    flex-wrap: wrap;
  }
  .production .grid-wrap2 .flex-box {
    width: 48%;
  }
  .production .grid-wrap2 .img-wrap {
    text-align: center;
  }
  .production .flex-wrap2 .desc {
    margin: 1.5rem 0 6rem;
    font-size: 1.5rem;
  }
}
.distribution .red {
  color: #ca0000 !important;
}
.distribution .green {
  color: #006a08 !important;
}
.distribution .bgg {
  background: #e1e6e2 !important;
}
.distribution .mt0 {
  margin-top: 0 !important;
}
.distribution .green-area {
  padding: 8rem 6rem;
  margin-bottom: 3.6rem;
  background: #e9f3eb;
}
.distribution .green-area .table-tit {
  text-align: center;
}
.distribution .green-area .img-wrap {
  text-align: center;
}
.distribution .area-desc {
  padding-top: 5.5rem;
  font-weight: 300;
  font-size: 1.8rem;
  text-align: center;
}
.distribution .area-desc .sc {
  font-variant: small-caps;
}
.distribution .flex-wrap {
  justify-content: center;
  align-items: flex-end;
}
.distribution .flex-wrap .img-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.distribution .flex-wrap .desc {
  display: inline-block;
  padding: 1.5rem 3.1rem;
  text-align: center;
  font-size: 1.8rem;
  color: #006a08;
  border-radius: 2.4rem;
  -webkit-border-radius: 2.4rem;
  -moz-border-radius: 2.4rem;
  -ms-border-radius: 2.4rem;
  -o-border-radius: 2.4rem;
  background: #cfe7d4;
}
.distribution .flex-wrap.first {
  gap: 5rem;
}
.distribution .flex-wrap.second {
  gap: 8rem;
}
.distribution .box-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}
.distribution .box-wrap .desc {
  display: inline-block;
  margin-bottom: 6rem;
  padding: 1.5rem 3.1rem;
  text-align: center;
  font-size: 1.8rem;
  color: #006a08;
  border-radius: 2.4rem;
  -webkit-border-radius: 2.4rem;
  -moz-border-radius: 2.4rem;
  -ms-border-radius: 2.4rem;
  -o-border-radius: 2.4rem;
  background: #cfe7d4;
}
.distribution .box-wrap .desc.mb0 {
  margin-bottom: 0;
}
.distribution .box-wrap .flex-wrap {
  gap: 1.7rem;
}
.distribution .arrow {
  padding: 4.5rem 0;
  text-align: center;
}
.distribution .sib-tit {
  margin: 1.5rem 3rem;
  font-size: 2.2rem;
  line-height: 3rem;
  text-align: center;
  color: #525252;
}
.distribution .table-wrap2 {
  width: 100%;
  max-width: 106rem;
  margin: 0 auto;
}
.distribution .table-wrap2 .table {
  width: 100%;
  border-bottom: 1px solid #c9d7cc;
}
.distribution .table-wrap2 .table table {
  width: 100%;
}
.distribution .table-wrap2 thead th {
  background: #cfe7d4;
  font-size: 1.8rem;
  color: #072609;
}
.distribution .table-wrap2 thead th:last-of-type {
  border-right: none;
}
.distribution .table-wrap2 tr:nth-of-type(6) td,
.distribution .table-wrap2 tr:nth-of-type(6) th, .distribution .table-wrap2 tr:last-of-type td,
.distribution .table-wrap2 tr:last-of-type th {
  border-bottom: none;
}
.distribution .table-wrap2 tr:nth-of-type(10) th {
  border-bottom: none;
}
.distribution .table-wrap2 td {
  font-size: 1.6rem;
  color: #606460;
  text-align: center;
  border-bottom: 1px solid #c9d7cc;
  background: #e9f3eb;
}
.distribution .table-wrap2 td:last-of-type {
  border-right: none;
}
.distribution .table-wrap2 th {
  border-bottom: 1px solid #c9d7cc;
  font-size: 1.6rem;
  color: #606460;
  font-weight: 500;
}
.distribution .table-wrap2 th,
.distribution .table-wrap2 td {
  padding: 1.3rem 0;
  border-right: 1px solid #c9d7cc;
  vertical-align: middle;
}
.distribution .table-wrap2 .bg-blue {
  background: #cfe7e6;
  border: none;
  font-weight: 500;
}
.distribution .caption {
  margin-top: 2rem;
  font-size: 1.6rem;
  color: #606460;
}
.distribution .caption.pd14 {
  padding-left: 14rem;
}

@media all and (max-width: 85.375rem) {
  .distribution .sib-tit {
    margin-top: 0;
    font-size: 2rem;
  }
  .distribution .caption.pd14 {
    padding-left: 0;
  }
  .distribution .area-desc {
    line-height: 1.5;
  }
}
@media all and (max-width: 64rem) {
  .distribution .sib-tit {
    font-size: 1.8rem;
  }
  .distribution .green-area .table-tit {
    margin-bottom: 1.6rem;
    font-size: 2.2rem;
  }
  .distribution .table-wrap2 thead th {
    font-size: 1.6rem;
  }
  .distribution .table-wrap2 td {
    font-size: 1.5rem;
  }
  .distribution .flex-wrap .desc {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .distribution .green-area {
    padding: 4rem;
  }
  .distribution .green-area:last-of-type {
    margin-bottom: 0;
  }
  .distribution .flex-wrap .desc {
    padding: 1.5rem 1.8rem;
    font-size: 1.5rem;
  }
  .distribution .flex-wrap.first {
    gap: 3rem;
  }
  .distribution .flex-wrap.second {
    gap: 4rem;
  }
  .distribution .box-wrap .desc {
    padding: 1.5rem 1.8rem;
    font-size: 1.5rem;
  }
  .distribution .area-desc {
    padding-top: 3.5rem;
  }
  .distribution .table-wrap2 th,
  .distribution .table-wrap2 td {
    line-height: 1.5;
  }
  .distribution .caption {
    line-height: 1.3;
  }
}
@media all and (max-width: 47.9375rem) {
  .distribution .flex-wrap {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .distribution .green-area {
    padding: 4rem 2rem;
  }
  .distribution .green-area .table-tit {
    font-size: 1.6rem;
  }
  .distribution .sib-tit {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .distribution .area-desc {
    font-size: 1.5rem;
  }
  .distribution .table-wrap2 {
    overflow-x: scroll;
  }
  .distribution .table-wrap2 .table {
    min-width: 50rem;
  }
  .distribution .table-wrap2 thead th {
    font-size: 1.5rem;
  }
  .distribution .table-wrap2 th,
  .distribution .table-wrap2 td {
    font-size: 1.4rem;
    padding: 1.4rem 0.5rem;
  }
  .distribution .caption {
    font-size: 1.4rem;
  }
  .distribution .box-wrap:first-child {
    margin-bottom: 2rem;
  }
  .distribution .box-wrap .desc {
    margin-bottom: 0;
  }
}
.quality .green-area {
  padding: 8rem 6rem;
  margin-bottom: 3.6rem;
  background: #e9f3eb;
}
.quality .green-area .table-tit {
  margin-top: 0;
  text-align: center;
}
.quality .green-area .img-wrap {
  text-align: center;
}
.quality .green-area:first-of-type {
  margin-bottom: 9rem;
}
.quality .green-area:last-of-type {
  margin-bottom: 0;
}
.quality .list {
  display: flex;
  flex-direction: column;
  margin: 5rem auto 0;
  gap: 2.4rem;
  width: 100%;
  max-width: 106rem;
  padding: 4rem 6rem;
  background: #cfe7d4;
}
.quality .list li {
  font-size: 2rem;
  color: #525252;
  font-weight: 600;
}
.quality .green-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.quality .desc {
  display: inline-block;
  padding: 1.5rem 3.1rem;
  text-align: center;
  font-size: 1.8rem;
  color: #006a08;
  border-radius: 2.4rem;
  -webkit-border-radius: 2.4rem;
  -moz-border-radius: 2.4rem;
  -ms-border-radius: 2.4rem;
  -o-border-radius: 2.4rem;
  background: #cfe7d4;
}

@media all and (max-width: 85.375rem) {
  .quality .list {
    gap: 2rem;
  }
  .quality .list li {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .quality .green-area {
    padding: 4rem;
  }
  .quality .green-area:first-of-type {
    margin-bottom: 6rem;
  }
  .quality .table-tit {
    font-size: 2rem;
  }
  .quality .list {
    margin-top: 4rem;
    padding: 4rem;
  }
  .quality .list li {
    font-size: 1.6rem;
  }
  .quality .desc {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .quality .table-tit {
    margin: 3rem 0 2rem;
    font-size: 1.6rem;
  }
  .quality .green-area {
    padding: 4rem 2rem;
  }
  .quality .list {
    padding: 2rem;
    gap: 1.6rem;
  }
  .quality .list li {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .quality .desc {
    font-size: 1.4rem;
  }
}
.egg .flex-wrap2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}
.egg .btn {
  display: block;
  padding: 0 5.2rem;
  height: 6rem;
  line-height: 5.7rem;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  background: #f5f5f5;
  border: 1px solid #cccccc;
  font-weight: 300;
  font-size: 2.2rem;
  color: #333333;
}
.egg .btn:hover {
  background: #006a08;
  border: 2px solid #005807;
  color: #fff;
  font-weight: 600;
}
.egg .article {
  margin-top: 15rem;
}
.egg .article:first-of-type {
  margin-top: 0;
}
.egg .tit {
  margin-bottom: 0;
}
.egg .flex-wrap {
  padding: 8rem 5.4rem;
  gap: 3.3rem;
  background: #eff9e6;
  justify-content: center;
}
.egg .desc {
  width: 100%;
  padding: 1.4rem 0.4rem;
  margin-top: 2rem;
  border-radius: 5rem;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -o-border-radius: 5rem;
  text-align: center;
  background: #ffffff;
  font-size: 2rem;
  line-height: 1.5;
}
.egg .img-wrap {
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
  overflow: hidden;
}
.egg .img-box:hover .img-wrap {
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.3);
}

@media all and (max-width: 85.375rem) {
  .egg .tit {
    font-size: 4rem;
  }
  .egg .desc {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 64rem) {
  .egg .btn {
    font-size: 2rem;
    height: 5.5rem;
    line-height: 2.5;
  }
  .egg .tit {
    font-size: 4rem;
  }
  .egg .flex-wrap {
    padding: 6rem 2.4rem;
    gap: 2rem;
    background: #eff9e6;
    justify-content: center;
  }
  .egg .desc {
    font-size: 1.8rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .egg .article {
    margin-top: 12rem;
  }
  .egg .tit {
    font-size: 3.5rem;
  }
  .egg .flex-wrap {
    flex-wrap: wrap;
    justify-content: left;
    gap: 3rem;
  }
  .egg .img-box {
    width: 30%;
  }
}
@media all and (max-width: 47.9375rem) {
  .egg .article {
    margin-top: 8rem;
  }
  .egg .flex-wrap2 {
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 2rem;
  }
  .egg .btn {
    padding: 0 3.2rem;
    line-height: 3.6rem;
    height: 4rem;
    font-size: 1.6rem;
  }
  .egg .article:last-of-type {
    margin-top: 8rem;
  }
  .egg .tit {
    width: 100%;
    text-align: left;
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .egg .flex-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1rem;
  }
  .egg .img-box {
    width: 100%;
    text-align: center;
  }
  .egg .desc {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0.6rem;
    font-size: 1.3rem;
  }
}
.ipeel .tit {
  margin-bottom: 4rem;
  line-height: 1.2;
}
.ipeel .btn-tit-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.ipeel .btn-tit-flex .btn {
  display: block;
  padding: 0 5.2rem;
  margin-bottom: 4rem;
  height: 6rem;
  line-height: 5.7rem;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
  background: #f5f5f5;
  border: 1px solid #cccccc;
  font-weight: 300;
  font-size: 2.2rem;
  color: #333333;
}
.ipeel .btn-tit-flex .btn:hover {
  background: #006a08;
  border: 2px solid #005807;
  color: #fff;
  font-weight: 600;
}
.ipeel .img-wrap {
  width: 100%;
  height: 53.7rem;
}
.ipeel .small-tit {
  margin: 0 0 2.2rem;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 700;
  color: #006a08;
}
.ipeel .flex-wrap {
  width: 100%;
  padding: 5.6rem 5.3rem;
  background: #e9f3eb;
  gap: 9.4rem;
}
.ipeel .left {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}
.ipeel .p-name {
  max-width: 14.3rem;
  padding: 1.5rem 3.5rem;
  border-radius: 4.6rem;
  font-size: 1.8rem;
  color: #006a08;
  -webkit-border-radius: 4.6rem;
  -moz-border-radius: 4.6rem;
  -ms-border-radius: 4.6rem;
  -o-border-radius: 4.6rem;
  background: #cfe7d4;
}
.ipeel .list li {
  position: relative;
  font-size: 2.2rem;
  line-height: 2;
}
.ipeel .list li::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  background: #000;
  position: absolute;
  top: 50%;
  left: -1.4rem;
}

@media all and (max-width: 85.375rem) {
  .ipeel .tit {
    font-size: 4rem;
  }
  .ipeel .flex-wrap {
    gap: 5.4rem;
  }
  .ipeel .list li {
    font-size: 2rem;
  }
}
@media all and (max-width: 64rem) {
  .ipeel .flex-wrap {
    gap: 4rem;
  }
  .ipeel .btn-tit-flex .btn {
    font-size: 2rem;
    height: 5.5rem;
    line-height: 2.5;
  }
  .ipeel .img-wrap {
    height: auto;
  }
  .ipeel .list li {
    font-size: 1.6rem;
  }
  .ipeel .left {
    width: 35%;
  }
  .ipeel .p-name {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .ipeel .tit {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
  .ipeel .flex-wrap {
    flex-direction: column;
  }
  .ipeel .left {
    width: 100%;
  }
}
@media all and (max-width: 47.9375rem) {
  .ipeel .tit {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 2rem;
  }
  .ipeel .btn-tit-flex {
    flex-direction: column;
  }
  .ipeel .btn-tit-flex .btn {
    padding: 0 3.2rem;
    margin-bottom: 2rem;
    line-height: 3.6rem;
    height: 4rem;
    font-size: 1.6rem;
  }
  .ipeel .small-tit {
    margin: 0 0 2rem;
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .ipeel .flex-wrap {
    flex-direction: column;
    gap: 2rem;
    padding: 5.6rem 3.3rem;
  }
  .ipeel .list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .ipeel .list li {
    line-height: 1.6;
  }
  .ipeel .list li::before {
    top: 1rem;
  }
}
.sol .flex {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.sol .p-name {
  display: inline-block;
  max-width: none;
}
.sol .small-tit {
  margin-top: 9rem;
}

@media all and (max-width: 47.9375rem) {
  .sol .small-tit {
    margin-top: 6rem;
  }
}
.list-wrap .list {
  width: 100%;
  border: 1px solid #000;
  border-left: none;
  border-right: none;
}
.list-wrap .list li {
  width: 100%;
  height: 6rem;
  line-height: 6rem;
  border-bottom: 1px solid #e5e5e5;
  font-size: 2rem;
}
.list-wrap .list li a {
  display: flex;
  justify-content: space-between;
}
.list-wrap .list li a:hover .wrap1 .txt {
  font-weight: 600;
  text-decoration: underline;
}
.list-wrap .list li .wrap1,
.list-wrap .list li .wrap2 {
  display: flex;
  text-align: center;
}
.list-wrap .list li .wrap1 {
  width: 76%;
}
.list-wrap .list li .wrap1 .num {
  display: block;
  width: 10%;
  min-width: 4rem;
}
.list-wrap .list li .wrap1 .txt {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list-wrap .list li .wrap1 .img {
  margin-left: 2rem;
}
.list-wrap .list li .wrap2 {
  width: 24%;
  justify-content: right;
}
.list-wrap .list li .wrap2 .writer {
  width: 25%;
}
.list-wrap .list li .wrap2 .date {
  width: 50%;
}
.list-wrap .list li .wrap2 .view {
  width: 25%;
}

@media all and (max-width: 63.9375rem) {
  .list-wrap .list li {
    height: 5rem;
    line-height: 2rem;
    padding: 0.7rem 1.4rem;
    font-size: 1.4rem;
  }
  .list-wrap .list li a {
    display: block;
  }
  .list-wrap .list li a .wrap1,
  .list-wrap .list li a .wrap2 {
    width: 100%;
  }
  .list-wrap .list li a .wrap2 {
    margin-right: 2rem;
    justify-content: flex-end;
    gap: 2rem;
  }
  .list-wrap .list li a .wrap2 .writer {
    width: auto;
  }
  .list-wrap .list li a .wrap2 .date {
    width: auto;
  }
  .list-wrap .list li a .wrap2 .view {
    width: auto;
  }
}
@media all and (max-width: 47.9375rem) {
  .list-wrap .list .li {
    font-size: 1.4rem;
  }
}
.media .grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 45rem));
  gap: 5.5rem;
  justify-content: center;
  align-items: start;
}
.media .media-box {
  width: 100%;
}
.media .sum {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 33rem;
}
.media .sum img {
  width: 100%;
  height: 100%;
}
.media .m-tit {
  display: -webkit-box;
  width: 100%;
  margin-top: 4rem;
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 500;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.media .m-tit:hover {
  text-decoration: underline;
}
.media .date {
  display: block;
  margin-top: 2.5rem;
  font-size: 1.8rem;
  line-height: 2rem;
}
.media .pagination {
  margin-top: 8rem;
}

@media all and (max-width: 85.375rem) {
  .media .grid-wrap {
    max-width: 120rem;
    margin: 0 auto;
    gap: 4rem;
  }
  .media .sum {
    height: 30rem;
  }
  .media .m-tit {
    margin-top: 3rem;
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
@media all and (max-width: 64rem) {
  .media .sum {
    height: 23rem;
  }
  .media .m-tit {
    margin-top: 2rem;
    font-size: 2rem;
  }
  .media .date {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .media .grid-wrap {
    grid-template-columns: repeat(2, minmax(auto, 33.4rem));
    margin: 0 auto;
  }
  .media .sum {
    height: 26rem;
  }
  .media .m-tit {
    font-size: 1.8rem;
  }
  .media .date {
    margin-top: 1.5rem;
  }
  .media .pagination {
    margin-top: 6rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .media .grid-wrap {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .media .sum {
    height: 12rem;
  }
  .media .m-tit {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
  .media .date {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
  .media .pagination {
    margin-top: 4rem;
  }
}
/* 
게시판 
*/
.board-wrap {
  width: 100%;
}
.board-wrap .list-top {
  margin-bottom: 2rem;
}
.board-wrap .list-top.align-bottom {
  align-items: flex-end;
}
.board-wrap .list-tit {
  font-size: 3.5rem;
}
.board-wrap .list-info {
  font-weight: 700;
}
.board-wrap .list-info .all {
  margin-left: 0.5rem;
}

.tit-list {
  margin-bottom: 4rem;
}
.tit-list .list-item {
  padding: 2.5rem 5rem;
  border-bottom: 1px solid #ddd;
}
.tit-list .list-item:hover {
  background-color: #fafafa;
}
.tit-list .list-item .item-cata {
  position: relative;
  margin-bottom: 1rem;
}
.tit-list .list-item .item-cata::before {
  position: absolute;
  left: -1.5rem;
  top: 0.5rem;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #000;
  border-radius: 0.4rem;
  content: "";
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius: 0.4rem;
}
.tit-list .list-item .item-cata .cata {
  position: relative;
  display: inline-block;
}
.tit-list .list-item .item-cata .cata:not(:last-child)::after {
  margin: 0 0.5rem;
  font-family: "fontello";
  content: "\e806";
}
.tit-list .list-item .item-txt {
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.board-num-list {
  margin-bottom: 4rem;
}
.board-num-list .list-item {
  display: flex;
  justify-content: flex-start;
  padding: 3rem 0;
  border-bottom: 1px solid #ddd;
}
.board-num-list .list-item:hover {
  background-color: #fafafa;
}
.board-num-list .list-item .num {
  position: relative;
  width: 9rem;
  text-align: center;
  font-weight: 700;
  border-right: 1px solid #dcdcdc;
}
.board-num-list .list-item .list-txt {
  overflow: hidden;
  flex: 1 1 0;
  padding: 0 4rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.board-num-list .list-item .date {
  padding: 0 4rem;
}
.board-num-list .list-item .see {
  padding: 0 4rem;
}

.attach-list {
  margin-bottom: 4rem;
}
.attach-list .list-item {
  display: flex;
  justify-content: flex-start;
  padding: 2.7rem 0;
  border-bottom: 1px solid #ddd;
}
.attach-list .list-item:hover {
  background-color: #fafafa;
}
.attach-list .list-item .num {
  position: relative;
  min-width: 9rem;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  border-right: 1px solid #dcdcdc;
}
.attach-list .list-item .txt-wrap {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1 0;
}
.attach-list .list-item .list-txt {
  position: relative;
  overflow: hidden;
  padding: 0 4rem;
  max-width: calc(100% - 2rem);
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.attach-list .list-item .date {
  margin-left: auto;
  padding: 0 4rem;
  line-height: 1.5;
}
.attach-list .list-item .list-download-icon {
  display: none;
}
.attach-list .list-item.attach .list-download-icon {
  display: block;
}

.pagination {
  display: flex;
  justify-content: center;
  margin: 3rem 0 0;
  align-items: center;
}
.pagination > button {
  opacity: 0.5;
  margin: 0 0.5rem;
  width: 2rem;
  height: 2.5rem;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center;
}
.pagination > button:hover {
  opacity: 1;
}
.pagination > button.start-page {
  background-image: url("../img/icon/start.svg");
}
.pagination > button.prev-page {
  background-image: url("../img/icon/prev.svg");
}
.pagination > button.next-page {
  background-image: url("../img/icon/next.svg");
}
.pagination > button.end-page {
  background-image: url("../img/icon/end.svg");
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1rem;
}
.pagination ul li {
  margin: 0 1rem;
}
.pagination ul li a {
  display: inline-block;
  padding: 0 1rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 300;
  color: #111;
}
.pagination ul li a > span {
  position: relative;
  left: 0;
  top: 0;
  display: inline-block;
}
.pagination ul li:hover a {
  font-weight: 800;
}
.pagination ul li.active a {
  font-weight: 800;
  position: relative;
}
.pagination ul li.active a > span::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  width: 120%;
  height: 0.2rem;
  background-color: #000;
  z-index: -1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

@media all and (max-width: 47.9375rem) {
  .pagination ul {
    margin: 0 0.5rem;
  }
  .pagination ul li a {
    padding: 0 0.5rem;
  }
}
/* 뷰페이지 */
.view-wrap .view-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 3.5rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.view-wrap .view-header .content-info {
  margin-left: auto;
}
.view-wrap .view-header .content-info > span {
  margin: 0 1.5rem;
}
.view-wrap .view-header .content-info > span:last-child {
  margin-right: 0;
}
.view-wrap .view-body {
  padding: 5rem 0 4rem;
}
.view-wrap .view-body .img-wrap {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.view-wrap .view-body .view-video {
  position: relative;
  margin: 0 auto 6.4rem;
  padding-bottom: 35%;
  width: 80%;
  max-width: 90rem;
  height: 0;
}
.view-wrap .view-body .view-video > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.view-wrap .view-body p {
  margin-bottom: 5rem;
  font-size: 2rem;
  line-height: 2;
}
.view-wrap .btn-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 3rem;
  height: 5rem;
}

.attach-list-view .subject {
  position: relative;
  font-size: 2.8rem;
}
.attach-list-view .subject.attach::after {
  margin-left: 2rem;
  vertical-align: middle;
  content: url("../img/icon/file.png");
}

.download-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 4rem;
}
.download-box:first-of-type {
  padding-top: 4rem;
}
.download-box .file-tit {
  display: block;
  margin-right: 1.5rem;
  font-weight: 700;
  max-width: calc(100% - 16.4rem);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.3;
}
.download-box .download-file-btn {
  background-color: #e5e5e5;
  padding: 1rem 2rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
.download-box .download-file-btn .fi {
  margin-left: 1rem;
}

.return-list-btn {
  padding: 1.7rem 3.4rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  background-color: #727272;
  border-radius: 2.5rem;
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  -ms-border-radius: 2.5rem;
  -o-border-radius: 2.5rem;
}

@media all and (max-width: 85.375rem) {
  .view-wrap .view-body .view-video {
    padding-bottom: 40%;
  }
}
@media all and (max-width: 64rem) {
  .view-wrap .view-header .subjuct {
    font-size: 2.3rem;
  }
  .view-wrap .view-header .content-info {
    font-size: 1.5rem;
  }
  .view-wrap .view-body p {
    font-size: 2rem;
  }
}
@media all and (max-width: 63.9375rem) {
  .view-wrap .view-body .view-video {
    padding-bottom: 44%;
    margin-bottom: 4.4rem;
  }
  .view-wrap .br {
    display: inline;
  }
}
@media all and (max-width: 47.9375rem) {
  .view-wrap .view-header {
    flex-wrap: wrap;
    padding: 2rem 0;
  }
  .view-wrap .view-header .subject {
    margin-bottom: 1rem;
    width: 100%;
    line-height: 1.5;
    font-size: 2rem;
  }
  .view-wrap .view-header .content-info {
    margin-left: 0;
  }
  .view-wrap .view-header .content-info > span:first-child {
    margin-left: 0;
  }
  .view-wrap .view-body {
    padding: 3rem 0 2rem;
  }
  .view-wrap .view-body .view-video {
    width: 90%;
    padding-bottom: 50%;
    margin-bottom: 3.4rem;
  }
  .view-wrap .view-body p {
    margin-bottom: 2.5rem;
    font-size: 1.4rem;
  }
  .download-box {
    justify-content: space-between;
    padding: 0 0 1rem;
  }
  .download-box:first-of-type {
    padding-top: 1rem;
  }
  .download-box:last-of-type {
    padding-bottom: 2rem;
  }
  .download-box dd {
    display: block;
    height: 100%;
  }
  .download-box .download-file-btn {
    display: block;
  }
  .download-box .download-file-btn span {
    font-size: 1.5rem;
  }
  .return-list-btn {
    padding: 0 4.64rem;
    height: 4rem;
    line-height: 4.1rem;
    font-size: 1.6rem;
  }
}
.scroll_container {
  opacity: 0.3;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.scroll_text {
  width: -moz-fit-content;
  width: fit-content;
  line-height: 0.76;
  font-size: 10.305vw;
  font-weight: bold;
  color: #DDE1E1;
  white-space: nowrap;
  animation: scroll 30s linear infinite;
}

.scroll_text::before {
  content: "";
}

.scroll_text::after {
  content: attr(data-text);
  position: absolute;
  text-indent: 10%;
  z-index: -1;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media all and (max-width: 85.375rem) {
  .scroll_text {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 13.74vw;
  }
}
@media all and (max-width: 47.9375rem) {
  .scroll_text {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 17.175vw;
  }
}/*# sourceMappingURL=style.css.map */