.mvArea {
  width: 100%;
  height: 18.75rem;
  margin-top: 8.3333333333vw;
  background-color: #FFF6E6;
  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: 0 1.6666666667vw;
}
@media screen and (max-width: 1200px) {
  .mvArea {
    padding: 0 32px;
  }
}
@media screen and (max-width: 768px) {
  .mvArea {
    margin-top: 3.75rem;
    padding: 0 20px;
    height: 12.5rem;
  }
}
.mvArea h1 {
  width: 100%;
  max-width: clamp(75rem, 62.5vw, 75rem);
  margin: auto;
  font-size: clamp(2rem, 2.5vw, 3rem);
  font-weight: 700;
}
.mvArea h1 .eng {
  display: block;
  color: #0D8725;
  font-size: 1.25rem;
}

.mainInner {
  width: 100%;
  padding: 0 1.6666666667vw clamp(64px, 5vw, 96px);
}
@media screen and (max-width: 1200px) {
  .mainInner {
    padding: 0 32px clamp(64px, 5vw, 96px);
  }
}
@media screen and (max-width: 768px) {
  .mainInner {
    padding: 0 20px 64px 20px;
  }
}
.mainInner #pnkz {
  width: 100%;
  max-width: clamp(75rem, 62.5vw, 75rem);
  margin: auto;
  padding: 16px 0;
  margin-bottom: clamp(64px, 5vw, 96px);
}
.mainInner #pnkz .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 48px;
}
.mainInner #pnkz .breadcrumbs .home {
  text-transform: uppercase;
}
.mainInner #pnkz .breadcrumbs span {
  color: #0D8725;
}
.mainInner #pnkz .breadcrumbs > span:not(:last-child) {
  position: relative;
}
.mainInner #pnkz .breadcrumbs > span:not(:last-child) span {
  color: #333;
}
.mainInner #pnkz .breadcrumbs > span:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 50%;
  right: -32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/icon/icon_arrowR_green.svg);
  background-size: cover;
  background-position: center;
}
.mainInner .contentsIn {
  width: 100%;
  max-width: clamp(75rem, 62.5vw, 75rem);
  margin: auto;
}
.mainInner .secStyle {
  margin-bottom: clamp(64px, 5vw, 96px);
  margin-top: -8.3333333333vw;
  padding-top: 8.3333333333vw;
}
@media screen and (max-width: 768px) {
  .mainInner .secStyle {
    margin-top: -3.75rem;
    padding-top: 3.75rem;
  }
}
.mainInner .h2Style {
  padding: 0 0 8px 24px;
  margin-bottom: clamp(2rem, 3.3333333333vw, 64px);
  font-size: clamp(1.75rem, 2.0833333333vw, 2.5rem);
  position: relative;
  line-height: normal;
}
.mainInner .h2Style::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #0D8725;
}
.mainInner .h2Style::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #0D8725;
}
.mainInner .h3Style,
.mainInner .h4Style,
.mainInner .h5Style,
.mainInner .h6Style {
  margin-bottom: clamp(32px, 3.3333333333vw, 64px);
}
.mainInner .h3Style {
  font-size: clamp(1.5rem, 1.6666666667vw, 2rem);
  padding: 8px 16px;
  border-radius: 10px;
  background-color: #ECF3ED;
}
@media screen and (max-width: 1200px) {
  .mainInner .h3Style {
    font-size: clamp(1.375rem, 1.25vw, 1.5rem);
  }
}
.mainInner .h4Style {
  font-size: clamp(1.25rem, 1.25vw, 1.5rem);
  padding: 8px 16px;
  border-radius: 10px;
  border: 1px solid #0D8725;
}
.mainInner .h5Style {
  font-size: clamp(1.125rem, 1.0416666667vw, 1.25rem);
  padding-bottom: 8px;
  border-bottom: 1px solid #0D8725;
}
.mainInner .h6Style {
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
  font-weight: 700;
  color: #0D8725;
}
.mainInner .imgRadius {
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .mainInner .imgRadius {
    border-radius: 20px;
  }
}
.mainInner .capTxt {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #5C5C5C;
  margin-top: 8px;
}
.mainInner .flexStyle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.mainInner .flexStyle .cont {
  width: 100%;
}
.mainInner .flexStyle img {
  width: 100%;
}
.mainInner .flexStyle.col2 .cont {
  width: calc(100% / 2);
}
.mainInner .flexStyle.col2 .cont1x {
  width: calc(100% / 2 * 1);
}
.mainInner .flexStyle.col3 .cont {
  width: calc(100% / 3);
}
.mainInner .flexStyle.col3 .cont2x {
  width: calc(100% / 3 * 2);
}
.mainInner .flexStyle.col4 .cont {
  width: calc(100% / 4);
}
.mainInner .flexStyle.col4 .cont3x {
  width: calc(100% / 4 * 3);
}
.mainInner .flexStyle.col5 .cont {
  width: calc(100% / 5);
}
.mainInner .flexStyle.col5 .cont4x {
  width: calc(100% / 5 * 4);
}
.mainInner .flexStyle.col6 .cont {
  width: calc(100% / 6);
}
.mainInner .flexStyle.col6 .cont5x {
  width: calc(100% / 6 * 5);
}
.mainInner .flexStyle.col7 .cont {
  width: calc(100% / 7);
}
.mainInner .flexStyle.col7 .cont6x {
  width: calc(100% / 7 * 6);
}
.mainInner .flexStyle.col8 .cont {
  width: calc(100% / 8);
}
.mainInner .flexStyle.col8 .cont7x {
  width: calc(100% / 8 * 7);
}
.mainInner .flexStyle.col9 .cont {
  width: calc(100% / 9);
}
.mainInner .flexStyle.col9 .cont8x {
  width: calc(100% / 9 * 8);
}
.mainInner .flexStyle.col10 .cont {
  width: calc(100% / 10);
}
.mainInner .flexStyle.col10 .cont9x {
  width: calc(100% / 10 * 9);
}
.mainInner .flexStyle.col11 .cont {
  width: calc(100% / 11);
}
.mainInner .flexStyle.col11 .cont10x {
  width: calc(100% / 11 * 10);
}
.mainInner .flexStyle.col12 .cont {
  width: calc(100% / 12);
}
.mainInner .flexStyle.col12 .cont11x {
  width: calc(100% / 12 * 11);
}
.mainInner .flexStyle.col13 .cont {
  width: calc(100% / 13);
}
.mainInner .flexStyle.col13 .cont12x {
  width: calc(100% / 13 * 12);
}
.mainInner .flexStyle.col14 .cont {
  width: calc(100% / 14);
}
.mainInner .flexStyle.col14 .cont13x {
  width: calc(100% / 14 * 13);
}
.mainInner .flexStyle.col15 .cont {
  width: calc(100% / 15);
}
.mainInner .flexStyle.col15 .cont14x {
  width: calc(100% / 15 * 14);
}
.mainInner .flexStyle.col16 .cont {
  width: calc(100% / 16);
}
.mainInner .flexStyle.col16 .cont15x {
  width: calc(100% / 16 * 15);
}
.mainInner .flexStyle.col17 .cont {
  width: calc(100% / 17);
}
.mainInner .flexStyle.col17 .cont16x {
  width: calc(100% / 17 * 16);
}
.mainInner .flexStyle.col18 .cont {
  width: calc(100% / 18);
}
.mainInner .flexStyle.col18 .cont17x {
  width: calc(100% / 18 * 17);
}
.mainInner .flexStyle.col19 .cont {
  width: calc(100% / 19);
}
.mainInner .flexStyle.col19 .cont18x {
  width: calc(100% / 19 * 18);
}
.mainInner .flexStyle.col20 .cont {
  width: calc(100% / 20);
}
.mainInner .flexStyle.col20 .cont19x {
  width: calc(100% / 20 * 19);
}
@media screen and (max-width: 768px) {
  .mainInner .flexStyle {
    gap: clamp(10px, 2.6666666667vw, 20px);
  }
}
.mainInner .flexWrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mainInner .flexWrap.col2 .cont {
  width: calc((100% - 40px) / 2);
}
.mainInner .flexWrap.col2 .cont1x {
  width: calc((100% - 40px) / 2 * 1);
}
.mainInner .flexWrap.col3 .cont {
  width: calc((100% - 80px) / 3);
}
.mainInner .flexWrap.col3 .cont2x {
  width: calc((100% - 80px) / 3 * 2);
}
.mainInner .flexWrap.col4 .cont {
  width: calc((100% - 120px) / 4);
}
.mainInner .flexWrap.col4 .cont3x {
  width: calc((100% - 120px) / 4 * 3);
}
.mainInner .flexWrap.col5 .cont {
  width: calc((100% - 160px) / 5);
}
.mainInner .flexWrap.col5 .cont4x {
  width: calc((100% - 160px) / 5 * 4);
}
.mainInner .flexWrap.col6 .cont {
  width: calc((100% - 200px) / 6);
}
.mainInner .flexWrap.col6 .cont5x {
  width: calc((100% - 200px) / 6 * 5);
}
.mainInner .flexWrap.col7 .cont {
  width: calc((100% - 240px) / 7);
}
.mainInner .flexWrap.col7 .cont6x {
  width: calc((100% - 240px) / 7 * 6);
}
.mainInner .flexWrap.col8 .cont {
  width: calc((100% - 280px) / 8);
}
.mainInner .flexWrap.col8 .cont7x {
  width: calc((100% - 280px) / 8 * 7);
}
.mainInner .flexWrap.col9 .cont {
  width: calc((100% - 320px) / 9);
}
.mainInner .flexWrap.col9 .cont8x {
  width: calc((100% - 320px) / 9 * 8);
}
.mainInner .flexWrap.col10 .cont {
  width: calc((100% - 360px) / 10);
}
.mainInner .flexWrap.col10 .cont9x {
  width: calc((100% - 360px) / 10 * 9);
}
.mainInner .flexWrap.col11 .cont {
  width: calc((100% - 400px) / 11);
}
.mainInner .flexWrap.col11 .cont10x {
  width: calc((100% - 400px) / 11 * 10);
}
.mainInner .flexWrap.col12 .cont {
  width: calc((100% - 440px) / 12);
}
.mainInner .flexWrap.col12 .cont11x {
  width: calc((100% - 440px) / 12 * 11);
}
.mainInner .flexWrap.col13 .cont {
  width: calc((100% - 480px) / 13);
}
.mainInner .flexWrap.col13 .cont12x {
  width: calc((100% - 480px) / 13 * 12);
}
.mainInner .flexWrap.col14 .cont {
  width: calc((100% - 520px) / 14);
}
.mainInner .flexWrap.col14 .cont13x {
  width: calc((100% - 520px) / 14 * 13);
}
.mainInner .flexWrap.col15 .cont {
  width: calc((100% - 560px) / 15);
}
.mainInner .flexWrap.col15 .cont14x {
  width: calc((100% - 560px) / 15 * 14);
}
.mainInner .flexWrap.col16 .cont {
  width: calc((100% - 600px) / 16);
}
.mainInner .flexWrap.col16 .cont15x {
  width: calc((100% - 600px) / 16 * 15);
}
.mainInner .flexWrap.col17 .cont {
  width: calc((100% - 640px) / 17);
}
.mainInner .flexWrap.col17 .cont16x {
  width: calc((100% - 640px) / 17 * 16);
}
.mainInner .flexWrap.col18 .cont {
  width: calc((100% - 680px) / 18);
}
.mainInner .flexWrap.col18 .cont17x {
  width: calc((100% - 680px) / 18 * 17);
}
.mainInner .flexWrap.col19 .cont {
  width: calc((100% - 720px) / 19);
}
.mainInner .flexWrap.col19 .cont18x {
  width: calc((100% - 720px) / 19 * 18);
}
.mainInner .flexWrap.col20 .cont {
  width: calc((100% - 760px) / 20);
}
.mainInner .flexWrap.col20 .cont19x {
  width: calc((100% - 760px) / 20 * 19);
}
@media screen and (max-width: 768px) {
  .mainInner .flexWrap.col2 .cont {
    width: calc((100% - 1 * clamp(10px, 2.6666666667vw, 20px)) / 2);
  }
  .mainInner .flexWrap.col2 .cont1x {
    width: calc((100% - 1 * clamp(10px, 2.6666666667vw, 20px)) / 2 * 1);
  }
  .mainInner .flexWrap.col3 .cont {
    width: calc((100% - 2 * clamp(10px, 2.6666666667vw, 20px)) / 3);
  }
  .mainInner .flexWrap.col3 .cont2x {
    width: calc((100% - 2 * clamp(10px, 2.6666666667vw, 20px)) / 3 * 2);
  }
  .mainInner .flexWrap.col4 .cont {
    width: calc((100% - 3 * clamp(10px, 2.6666666667vw, 20px)) / 4);
  }
  .mainInner .flexWrap.col4 .cont3x {
    width: calc((100% - 3 * clamp(10px, 2.6666666667vw, 20px)) / 4 * 3);
  }
  .mainInner .flexWrap.col5 .cont {
    width: calc((100% - 4 * clamp(10px, 2.6666666667vw, 20px)) / 5);
  }
  .mainInner .flexWrap.col5 .cont4x {
    width: calc((100% - 4 * clamp(10px, 2.6666666667vw, 20px)) / 5 * 4);
  }
  .mainInner .flexWrap.col6 .cont {
    width: calc((100% - 5 * clamp(10px, 2.6666666667vw, 20px)) / 6);
  }
  .mainInner .flexWrap.col6 .cont5x {
    width: calc((100% - 5 * clamp(10px, 2.6666666667vw, 20px)) / 6 * 5);
  }
  .mainInner .flexWrap.col7 .cont {
    width: calc((100% - 6 * clamp(10px, 2.6666666667vw, 20px)) / 7);
  }
  .mainInner .flexWrap.col7 .cont6x {
    width: calc((100% - 6 * clamp(10px, 2.6666666667vw, 20px)) / 7 * 6);
  }
  .mainInner .flexWrap.col8 .cont {
    width: calc((100% - 7 * clamp(10px, 2.6666666667vw, 20px)) / 8);
  }
  .mainInner .flexWrap.col8 .cont7x {
    width: calc((100% - 7 * clamp(10px, 2.6666666667vw, 20px)) / 8 * 7);
  }
  .mainInner .flexWrap.col9 .cont {
    width: calc((100% - 8 * clamp(10px, 2.6666666667vw, 20px)) / 9);
  }
  .mainInner .flexWrap.col9 .cont8x {
    width: calc((100% - 8 * clamp(10px, 2.6666666667vw, 20px)) / 9 * 8);
  }
  .mainInner .flexWrap.col10 .cont {
    width: calc((100% - 9 * clamp(10px, 2.6666666667vw, 20px)) / 10);
  }
  .mainInner .flexWrap.col10 .cont9x {
    width: calc((100% - 9 * clamp(10px, 2.6666666667vw, 20px)) / 10 * 9);
  }
  .mainInner .flexWrap.col11 .cont {
    width: calc((100% - 10 * clamp(10px, 2.6666666667vw, 20px)) / 11);
  }
  .mainInner .flexWrap.col11 .cont10x {
    width: calc((100% - 10 * clamp(10px, 2.6666666667vw, 20px)) / 11 * 10);
  }
  .mainInner .flexWrap.col12 .cont {
    width: calc((100% - 11 * clamp(10px, 2.6666666667vw, 20px)) / 12);
  }
  .mainInner .flexWrap.col12 .cont11x {
    width: calc((100% - 11 * clamp(10px, 2.6666666667vw, 20px)) / 12 * 11);
  }
  .mainInner .flexWrap.col13 .cont {
    width: calc((100% - 12 * clamp(10px, 2.6666666667vw, 20px)) / 13);
  }
  .mainInner .flexWrap.col13 .cont12x {
    width: calc((100% - 12 * clamp(10px, 2.6666666667vw, 20px)) / 13 * 12);
  }
  .mainInner .flexWrap.col14 .cont {
    width: calc((100% - 13 * clamp(10px, 2.6666666667vw, 20px)) / 14);
  }
  .mainInner .flexWrap.col14 .cont13x {
    width: calc((100% - 13 * clamp(10px, 2.6666666667vw, 20px)) / 14 * 13);
  }
  .mainInner .flexWrap.col15 .cont {
    width: calc((100% - 14 * clamp(10px, 2.6666666667vw, 20px)) / 15);
  }
  .mainInner .flexWrap.col15 .cont14x {
    width: calc((100% - 14 * clamp(10px, 2.6666666667vw, 20px)) / 15 * 14);
  }
  .mainInner .flexWrap.col16 .cont {
    width: calc((100% - 15 * clamp(10px, 2.6666666667vw, 20px)) / 16);
  }
  .mainInner .flexWrap.col16 .cont15x {
    width: calc((100% - 15 * clamp(10px, 2.6666666667vw, 20px)) / 16 * 15);
  }
  .mainInner .flexWrap.col17 .cont {
    width: calc((100% - 16 * clamp(10px, 2.6666666667vw, 20px)) / 17);
  }
  .mainInner .flexWrap.col17 .cont16x {
    width: calc((100% - 16 * clamp(10px, 2.6666666667vw, 20px)) / 17 * 16);
  }
  .mainInner .flexWrap.col18 .cont {
    width: calc((100% - 17 * clamp(10px, 2.6666666667vw, 20px)) / 18);
  }
  .mainInner .flexWrap.col18 .cont17x {
    width: calc((100% - 17 * clamp(10px, 2.6666666667vw, 20px)) / 18 * 17);
  }
  .mainInner .flexWrap.col19 .cont {
    width: calc((100% - 18 * clamp(10px, 2.6666666667vw, 20px)) / 19);
  }
  .mainInner .flexWrap.col19 .cont18x {
    width: calc((100% - 18 * clamp(10px, 2.6666666667vw, 20px)) / 19 * 18);
  }
  .mainInner .flexWrap.col20 .cont {
    width: calc((100% - 19 * clamp(10px, 2.6666666667vw, 20px)) / 20);
  }
  .mainInner .flexWrap.col20 .cont19x {
    width: calc((100% - 19 * clamp(10px, 2.6666666667vw, 20px)) / 20 * 19);
  }
}
@media screen and (max-width: 768px) {
  .mainInner .flexColumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mainInner .flexColumn.col2 .cont {
    width: 100%;
  }
  .mainInner .flexColumn.col2 .cont1x {
    width: 100%;
  }
  .mainInner .flexColumn.col3 .cont {
    width: 100%;
  }
  .mainInner .flexColumn.col3 .cont2x {
    width: 100%;
  }
  .mainInner .flexColumn.col4 .cont {
    width: 100%;
  }
  .mainInner .flexColumn.col4 .cont3x {
    width: 100%;
  }
  .mainInner .flexColumn.col5 .cont {
    width: 100%;
  }
  .mainInner .flexColumn.col5 .cont4x {
    width: 100%;
  }
  .mainInner .flexColumn.col6 .cont {
    width: 100%;
  }
  .mainInner .flexColumn.col6 .cont5x {
    width: 100%;
  }
  .mainInner .flexColumn.col7 .cont {
    width: 100%;
  }
  .mainInner .flexColumn.col7 .cont6x {
    width: 100%;
  }
  .mainInner .flexColumn.col8 .cont {
    width: 100%;
  }
  .mainInner .flexColumn.col8 .cont7x {
    width: 100%;
  }
  .mainInner .flexColumn.col9 .cont {
    width: 100%;
  }
  .mainInner .flexColumn.col9 .cont8x {
    width: 100%;
  }
  .mainInner .flexColumn.col10 .cont {
    width: 100%;
  }
  .mainInner .flexColumn.col10 .cont9x {
    width: 100%;
  }
  .mainInner .flexColumn.col11 .cont {
    width: 100%;
  }
  .mainInner .flexColumn.col11 .cont10x {
    width: 100%;
  }
  .mainInner .flexColumn.col12 .cont {
    width: 100%;
  }
  .mainInner .flexColumn.col12 .cont11x {
    width: 100%;
  }
  .mainInner .flexColumn.col13 .cont {
    width: 100%;
  }
  .mainInner .flexColumn.col13 .cont12x {
    width: 100%;
  }
  .mainInner .flexColumn.col14 .cont {
    width: 100%;
  }
  .mainInner .flexColumn.col14 .cont13x {
    width: 100%;
  }
  .mainInner .flexColumn.col15 .cont {
    width: 100%;
  }
  .mainInner .flexColumn.col15 .cont14x {
    width: 100%;
  }
  .mainInner .flexColumn.col16 .cont {
    width: 100%;
  }
  .mainInner .flexColumn.col16 .cont15x {
    width: 100%;
  }
  .mainInner .flexColumn.col17 .cont {
    width: 100%;
  }
  .mainInner .flexColumn.col17 .cont16x {
    width: 100%;
  }
  .mainInner .flexColumn.col18 .cont {
    width: 100%;
  }
  .mainInner .flexColumn.col18 .cont17x {
    width: 100%;
  }
  .mainInner .flexColumn.col19 .cont {
    width: 100%;
  }
  .mainInner .flexColumn.col19 .cont18x {
    width: 100%;
  }
  .mainInner .flexColumn.col20 .cont {
    width: 100%;
  }
  .mainInner .flexColumn.col20 .cont19x {
    width: 100%;
  }
}
.mainInner .delimiterLine {
  width: 100%;
  height: 1px;
  background-color: #B3B3B3;
}
.mainInner .boxLine {
  padding: 24px;
  border: 1px solid #B3B3B3;
}
.mainInner .boxLine.bgColor {
  background-color: #F0F0F0;
}
.mainInner .pointList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.mainInner .pointList li {
  width: calc((100% - 80px) / 3);
  padding: 61px 24px 24px;
  border-radius: 20px;
  border: 1px solid #bf4900;
  margin-top: 37px;
  position: relative;
}
.mainInner .pointList li .pointTit {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  top: -37px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 8px;
  background-color: #FFFAEC;
  font-family: Inter;
  font-size: clamp(1.875rem, 2.0833333333vw, 2.5rem);
  font-weight: 700;
}
.mainInner .pointList li .pointTit span {
  color: #bf4900;
  font-family: sans-serif;
}
@media screen and (max-width: 1200px) {
  .mainInner .pointList {
    gap: 20px;
  }
  .mainInner .pointList li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .mainInner .pointList li {
    width: 100%;
  }
}
.mainInner table {
  width: 100%;
}
.mainInner table th,
.mainInner table td {
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
  font-weight: 500;
  line-height: 1.5;
  padding: 16px;
  font-weight: 500;
  border: 1px solid #B3B3B3 !important;
}
.mainInner table th {
  background-color: #FFF6E6 !important;
  text-align: center !important;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .mainInner .tbScroll {
    overflow-x: scroll;
    padding-bottom: 16px;
  }
  .mainInner .tbScroll::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 5px;
    border-radius: 10px;
    background-color: #F0F0F0;
  }
  .mainInner .tbScroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #0D8725;
  }
  .mainInner .tbScroll table {
    min-width: 615px;
  }
}
.mainInner ul.listAlphabet li, .mainInner ul.listDot li, .mainInner ul.listDisc li,
.mainInner ol.listAlphabet li,
.mainInner ol.listDot li,
.mainInner ol.listDisc li {
  margin-bottom: 16px;
  position: relative;
}
.mainInner ul.listAlphabet li::before, .mainInner ul.listDot li::before, .mainInner ul.listDisc li::before,
.mainInner ol.listAlphabet li::before,
.mainInner ol.listDot li::before,
.mainInner ol.listDisc li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
}
.mainInner ul.listDot li,
.mainInner ol.listDot li {
  padding-left: 16px;
}
.mainInner ul.listDot li::before,
.mainInner ol.listDot li::before {
  width: 8px;
  height: 8px;
  top: 0.5rem;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  border-radius: 50%;
  background-color: #0D8725;
}
.mainInner ul.listAlphabet li,
.mainInner ol.listAlphabet li {
  padding-left: 26px;
}
.mainInner ul.listAlphabet li:nth-child(1)::before,
.mainInner ol.listAlphabet li:nth-child(1)::before {
  font-family: "Font Awesome 6 Free";
  content: "\41.";
  color: #0D8725;
  font-weight: 700;
}
.mainInner ul.listAlphabet li:nth-child(2)::before,
.mainInner ol.listAlphabet li:nth-child(2)::before {
  font-family: "Font Awesome 6 Free";
  content: "\42.";
  color: #0D8725;
  font-weight: 700;
}
.mainInner ul.listAlphabet li:nth-child(3)::before,
.mainInner ol.listAlphabet li:nth-child(3)::before {
  font-family: "Font Awesome 6 Free";
  content: "\43.";
  color: #0D8725;
  font-weight: 700;
}
.mainInner ul.listAlphabet li:nth-child(4)::before,
.mainInner ol.listAlphabet li:nth-child(4)::before {
  font-family: "Font Awesome 6 Free";
  content: "\44.";
  color: #0D8725;
  font-weight: 700;
}
.mainInner ul.listAlphabet li:nth-child(5)::before,
.mainInner ol.listAlphabet li:nth-child(5)::before {
  font-family: "Font Awesome 6 Free";
  content: "\45.";
  color: #0D8725;
  font-weight: 700;
}
.mainInner ul.listAlphabet li:nth-child(6)::before,
.mainInner ol.listAlphabet li:nth-child(6)::before {
  font-family: "Font Awesome 6 Free";
  content: "\46.";
  color: #0D8725;
  font-weight: 700;
}
.mainInner ul.listAlphabet li:nth-child(7)::before,
.mainInner ol.listAlphabet li:nth-child(7)::before {
  font-family: "Font Awesome 6 Free";
  content: "\47.";
  color: #0D8725;
  font-weight: 700;
}
.mainInner ul.listAlphabet li:nth-child(8)::before,
.mainInner ol.listAlphabet li:nth-child(8)::before {
  font-family: "Font Awesome 6 Free";
  content: "\48.";
  color: #0D8725;
  font-weight: 700;
}
.mainInner ul.listAlphabet li:nth-child(9)::before,
.mainInner ol.listAlphabet li:nth-child(9)::before {
  font-family: "Font Awesome 6 Free";
  content: "\49.";
  color: #0D8725;
  font-weight: 700;
}
.mainInner ul.listAlphabet li:nth-child(10)::before,
.mainInner ol.listAlphabet li:nth-child(10)::before {
  font-family: "Font Awesome 6 Free";
  content: "\50.";
  color: #0D8725;
  font-weight: 700;
}
.mainInner ul.listAlphabet li:nth-child(11)::before,
.mainInner ol.listAlphabet li:nth-child(11)::before {
  font-family: "Font Awesome 6 Free";
  content: "\51.";
  color: #0D8725;
  font-weight: 700;
}
.mainInner ul.listAlphabet li:nth-child(12)::before,
.mainInner ol.listAlphabet li:nth-child(12)::before {
  font-family: "Font Awesome 6 Free";
  content: "\52.";
  color: #0D8725;
  font-weight: 700;
}
.mainInner ul.listAlphabet li:nth-child(13)::before,
.mainInner ol.listAlphabet li:nth-child(13)::before {
  font-family: "Font Awesome 6 Free";
  content: "\53.";
  color: #0D8725;
  font-weight: 700;
}
.mainInner ul.listAlphabet li:nth-child(14)::before,
.mainInner ol.listAlphabet li:nth-child(14)::before {
  font-family: "Font Awesome 6 Free";
  content: "\54.";
  color: #0D8725;
  font-weight: 700;
}
.mainInner ul.listAlphabet li:nth-child(15)::before,
.mainInner ol.listAlphabet li:nth-child(15)::before {
  font-family: "Font Awesome 6 Free";
  content: "\55.";
  color: #0D8725;
  font-weight: 700;
}
.mainInner ul.listAlphabet li:nth-child(16)::before,
.mainInner ol.listAlphabet li:nth-child(16)::before {
  font-family: "Font Awesome 6 Free";
  content: "\56.";
  color: #0D8725;
  font-weight: 700;
}
.mainInner ul.listAlphabet li:nth-child(17)::before,
.mainInner ol.listAlphabet li:nth-child(17)::before {
  font-family: "Font Awesome 6 Free";
  content: "\57.";
  color: #0D8725;
  font-weight: 700;
}
.mainInner ul.listAlphabet li:nth-child(18)::before,
.mainInner ol.listAlphabet li:nth-child(18)::before {
  font-family: "Font Awesome 6 Free";
  content: "\58.";
  color: #0D8725;
  font-weight: 700;
}
.mainInner ul.listAlphabet li:nth-child(19)::before,
.mainInner ol.listAlphabet li:nth-child(19)::before {
  font-family: "Font Awesome 6 Free";
  content: "\59.";
  color: #0D8725;
  font-weight: 700;
}
.mainInner ul.listAlphabet li:nth-child(20)::before,
.mainInner ol.listAlphabet li:nth-child(20)::before {
  font-family: "Font Awesome 6 Free";
  content: "\60.";
  color: #0D8725;
  font-weight: 700;
}
.mainInner ul.listAlphabet li:nth-child(21)::before,
.mainInner ol.listAlphabet li:nth-child(21)::before {
  font-family: "Font Awesome 6 Free";
  content: "\61.";
  color: #0D8725;
  font-weight: 700;
}
.mainInner ul.listAlphabet li:nth-child(22)::before,
.mainInner ol.listAlphabet li:nth-child(22)::before {
  font-family: "Font Awesome 6 Free";
  content: "\62.";
  color: #0D8725;
  font-weight: 700;
}
.mainInner ul.listAlphabet li:nth-child(23)::before,
.mainInner ol.listAlphabet li:nth-child(23)::before {
  font-family: "Font Awesome 6 Free";
  content: "\63.";
  color: #0D8725;
  font-weight: 700;
}
.mainInner ul.listAlphabet li:nth-child(24)::before,
.mainInner ol.listAlphabet li:nth-child(24)::before {
  font-family: "Font Awesome 6 Free";
  content: "\64.";
  color: #0D8725;
  font-weight: 700;
}
.mainInner ul.listAlphabet li:nth-child(25)::before,
.mainInner ol.listAlphabet li:nth-child(25)::before {
  font-family: "Font Awesome 6 Free";
  content: "\65.";
  color: #0D8725;
  font-weight: 700;
}
.mainInner ul.listAlphabet li:nth-child(26)::before,
.mainInner ol.listAlphabet li:nth-child(26)::before {
  font-family: "Font Awesome 6 Free";
  content: "\66.";
  color: #0D8725;
  font-weight: 700;
}
.mainInner ul.listDisc li,
.mainInner ol.listDisc li {
  padding-left: 36px;
  color: #0D8725;
  font-weight: 700;
  counter-increment: mycounter;
}
.mainInner ul.listDisc li::before,
.mainInner ol.listDisc li::before {
  content: counter(mycounter, decimal-leading-zero) ". ";
}
.mainInner .floatLeft {
  float: left;
}
.mainInner .floatRight {
  float: right;
}
.mainInner .clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.mainInner .wp-pagenavi {
  max-width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(24px, 1.6666666667vw, 32px);
}
.mainInner .wp-pagenavi > span,
.mainInner .wp-pagenavi > a {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  font-size: 1.125rem;
  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;
}
.mainInner .wp-pagenavi > span a,
.mainInner .wp-pagenavi > a a {
  width: 100%;
  height: 100%;
  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;
}
.mainInner .wp-pagenavi > span.current,
.mainInner .wp-pagenavi > a.current {
  border: 3px solid #0D8725;
}
.mainInner .wp-pagenavi > span.extend,
.mainInner .wp-pagenavi > a.extend {
  position: relative;
  background-color: #FFFAEC;
}
.mainInner .wp-pagenavi > span.extend::after,
.mainInner .wp-pagenavi > a.extend::after {
  position: absolute;
  content: "...";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mainInner .wp-pagenavi > a:hover {
  background-color: #ECF3ED;
}
@media screen and (max-width: 768px) {
  .mainInner .wp-pagenavi {
    gap: clamp(8px, 2.1333333333vw, 32px);
  }
}
.mainInner .ancArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2.0833333333vw;
}
.mainInner .ancArea .btnStyle {
  width: 25%;
}
.mainInner .ancArea .btnStyle .btnInner {
  border-radius: 0% !important;
  background-color: transparent !important;
  border: none !important;
  padding: 1.5rem 1rem !important;
  border-bottom: 1px solid #B3B3B3 !important;
  text-decoration: none !important;
  text-align: left;
  min-width: 100% !important;
  max-width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainInner .ancArea .btnStyle .btnInner span {
  width: 100% !important;
  padding-right: calc(16px + clamp(1.5rem, 1.5625vw, 1.875rem)) !important;
}
.mainInner .ancArea .btnStyle .btnInner span::after {
  right: 0 !important;
  background-image: url(../img/icon/icon_anc.svg) !important;
  background-size: cover;
  background-position: center;
}
.mainInner .ancArea .btnStyle .btnInner.clickable {
  background-color: #FFE8E8 !important;
}
.mainInner .ancArea .btnStyle .btnInner.hover, .mainInner .ancArea .btnStyle .btnInner:hover, .mainInner .ancArea .btnStyle .btnInner:focus-visible {
  background-color: #D7F4FF !important;
}
.mainInner .ancArea .btnStyle .btnInner.hover span::after, .mainInner .ancArea .btnStyle .btnInner:hover span::after, .mainInner .ancArea .btnStyle .btnInner:focus-visible span::after {
  background-image: url(../img/icon/icon_anc_on.svg) !important;
}
@media screen and (max-width: 768px) {
  .mainInner .ancArea ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 2px;
  }
  .mainInner .ancArea .btnStyle {
    width: calc(50% - 1px);
  }
}
.mainInner .tabArea .tabNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 2%;
  margin-bottom: 32px;
}
.mainInner .tabArea .tabNav .btnStyle {
  width: 15%;
  min-width: 240px;
}
.mainInner .tabArea .tabNav .btnStyle .btnInner {
  padding: clamp(8px, 0.4166666667vw, 0.4166666667vw) 0 !important;
  border: 2px solid #0D8725 !important;
  min-width: 100% !important;
  max-width: 100%;
  height: 100%;
  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;
  background-color: #FFFCF5 !important;
}
.mainInner .tabArea .tabNav .btnStyle .btnInner.clickable {
  background-color: #FFE8E8 !important;
}
.mainInner .tabArea .tabNav .btnStyle .btnInner.hover, .mainInner .tabArea .tabNav .btnStyle .btnInner:hover, .mainInner .tabArea .tabNav .btnStyle .btnInner:focus-visible {
  background-color: #D7F4FF !important;
  border-color: #D7F4FF !important;
}
.mainInner .tabArea .tabNav .btnStyle .btnInner.focus, .mainInner .tabArea .tabNav .btnStyle .btnInner:focus, .mainInner .tabArea .tabNav .btnStyle .btnInner.selected {
  background-color: #0D8725 !important;
  border-color: #0D8725 !important;
}
.mainInner .tabArea .tabNav .btnStyle .btnInner.selected:hover {
  background-color: #0D8725 !important;
  border-color: #0D8725 !important;
}
@media screen and (max-width: 1200px) {
  .mainInner .tabArea .tabNav .btnStyle {
    width: 32%;
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  .mainInner .tabArea .tabNav {
    gap: 10px;
  }
  .mainInner .tabArea .tabNav .btnStyle {
    width: calc(50% - 5px);
  }
}
.mainInner .flowList > li {
  padding: clamp(16px, 1.25vw, 24px);
  border-radius: 20px;
  background-color: #F0F0F0;
}
.mainInner .flowList > li::before {
  content: none !important;
}
.mainInner .flowList > li .flowTit {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-weight: 700;
  font-size: clamp(1.125rem, 1.0416666667vw, 1.25rem);
}
.mainInner .flowList > li .flowTit .flowNum {
  width: 3.4375rem;
  height: 3.4375rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background-color: #964E00;
  color: #FFFCF5;
  font-family: "Inter", sans-serif;
  font-size: clamp(1.25rem, 1.25vw, 1.5rem);
}
.mainInner .flowList > li:not(:last-child) {
  position: relative;
  margin-bottom: 4.75rem;
}
.mainInner .flowList > li:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  right: 50%;
  bottom: -3.25rem;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  background-image: url(../img/icon/icon_flow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mainInner .flowList.rowStyle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2.5rem;
}
.mainInner .flowList.rowStyle li {
  width: calc((100% - 5rem) / 3);
}
.mainInner .flowList.rowStyle li:not(:last-child) {
  position: relative;
  margin-bottom: 0;
}
.mainInner .flowList.rowStyle li:not(:last-child)::after {
  right: -2.125rem;
  bottom: 50%;
  -webkit-transform: translateX(0) translateY(50%) rotate(-90deg);
          transform: translateX(0) translateY(50%) rotate(-90deg);
}
@media screen and (max-width: 1200px) {
  .mainInner .flowList.rowStyle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.75rem;
  }
  .mainInner .flowList.rowStyle li {
    width: 100%;
  }
  .mainInner .flowList.rowStyle li:not(:last-child)::after {
    right: 50%;
    bottom: -3.25rem;
    -webkit-transform: translateX(50%) translateY(0) rotate(0);
            transform: translateX(50%) translateY(0) rotate(0);
  }
}
.mainInner .accWrap {
  margin-bottom: clamp(32px, 5vw, 96px);
}
.mainInner .accArea {
  border: 2px solid #B3B3B3;
  border-radius: 20px;
}
.mainInner .accArea:not(:last-child) {
  margin-bottom: 40px;
}
.mainInner .accArea .accBtn {
  width: 100%;
  text-align: center;
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
  font-weight: 700;
  padding: 1.5rem 3.875rem 1.5rem 1rem;
  background: #FFFAEC;
  position: relative;
  border-radius: 20px;
}
.mainInner .accArea .accBtn::after {
  position: absolute;
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/icon/icon_acc.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mainInner .accArea .accBtn.opened::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mainInner .accArea .accCont {
  display: none;
  margin-top: min(1.875vw, 36px);
  padding: min(1.25vw, 24px) 0;
  border-radius: 20px;
  text-align: center;
}
.mainInner .accArea .accCont .refineList {
  width: 86%;
  margin: 0 auto min(3.3333333333vw, 64px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6666666667vw 2%;
}
.mainInner .accArea .accCont .refineList li {
  width: 18.4%;
}
.mainInner .accArea .accCont .refineList li.hide {
  display: none;
}
.mainInner .accArea .accCont .refineList li .cat {
  width: 100%;
  color: #604837;
  font-size: clamp(0.875rem, 0.9375vw, 1.125rem);
  font-weight: 700;
  padding: 0.3125rem 1.75rem 0.375rem 0.5rem;
  border: 2px solid #0D8725;
  background-color: #FFFCF5;
  border-radius: 10000px;
  background-image: url(../img/icon/icon_arrowR.svg);
  background-size: 1.25rem;
  background-repeat: no-repeat;
  background-position: right 0.4375rem center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mainInner .accArea .accCont .refineList li .cat:hover, .mainInner .accArea .accCont .refineList li .cat:focus-visible {
  background-color: #D7F4FF !important;
  border-color: #D7F4FF !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none !important;
}
.mainInner .accArea .accCont .refineList li .cat.selected {
  background-color: #0D8725 !important;
  border-color: #0D8725 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  .mainInner .accArea .accCont .refineList li {
    width: 22.7083333333vw;
  }
}
.mainInner .accArea .accCont .btnStyle .btnInner {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 14px 22px !important;
}
.mainInner .accArea .accCont .btnStyle .btnInner span {
  padding-left: 1.875rem !important;
}
@media screen and (max-width: 768px) {
  .mainInner .accArea:not(:last-child) {
    margin-bottom: 32px;
  }
  .mainInner .accArea .accCont {
    padding: 24px 6px;
  }
  .mainInner .accArea .accCont .refineList {
    width: 100%;
    gap: 16px 20px;
    margin: 0 auto 32px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mainInner .accArea .accCont .refineList li {
    width: calc(50% - 10px);
  }
  .mainInner .accArea .accCont .refineList li .cat {
    padding: 8px 28px 8px 0;
    background-position: right 8px center;
  }
}
.mainInner .formArea {
  border: 1px solid #B3B3B3;
  border-radius: 10px;
  background-color: #FFFCF5;
}

.supportArchive .itemList {
  width: 84.4791666667vw;
  margin: 0 auto clamp(32px, 5vw, 96px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 34px;
}
.supportArchive .itemList li {
  width: calc(25% - 25.5px);
}
.supportArchive .itemList li a {
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.supportArchive .itemList li a .pic {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 16px;
  position: relative;
  padding-top: 75%;
}
.supportArchive .itemList li a .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 1s all;
  transition: 1s all;
}
.supportArchive .itemList li a p {
  font-size: clamp(1.25rem, 1.25vw, 1.5rem);
  font-weight: 500;
  line-height: 1.5;
}
.supportArchive .itemList li a img {
  width: 100%;
}
.supportArchive .itemList li a:hover img, .supportArchive .itemList li a:focus-visible img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: 1s all;
  transition: 1s all;
}
@media screen and (max-width: 1200px) {
  .supportArchive .itemList {
    width: 80%;
  }
  .supportArchive .itemList li {
    width: calc(50% - 17px);
  }
}
@media screen and (max-width: 768px) {
  .supportArchive .itemList li {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .supportArchive .itemList {
    width: 80vw;
  }
}
.supportArchive #h3Tit {
  padding-top: 160px;
  margin-top: -160px;
}
@media screen and (max-width: 768px) {
  .supportArchive #h3Tit {
    padding-top: 120px;
    margin-top: -120px;
  }
}

.productDetail a[href$=".pdf"],
.productDetail a[href$=".doc"],
.productDetail a[href$=".docx"],
.productDetail a[href$=".xls"],
.productDetail a[href$=".xlsx"],
.productDetail a[href$=".ppt"],
.productDetail a[href$=".pptm"],
.productDetail a[href$=".pptx"],
.caseDetail a[href$=".pdf"],
.caseDetail a[href$=".doc"],
.caseDetail a[href$=".docx"],
.caseDetail a[href$=".xls"],
.caseDetail a[href$=".xlsx"],
.caseDetail a[href$=".ppt"],
.caseDetail a[href$=".pptm"],
.caseDetail a[href$=".pptx"] {
  color: #333;
}
.productDetail .flexStyle,
.caseDetail .flexStyle {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.productDetail .detailMb,
.caseDetail .detailMb {
  margin-bottom: 140px;
}
.productDetail .image,
.caseDetail .image {
  position: relative;
  overflow: hidden;
  padding-top: 34.85%;
  border-radius: 40px;
  text-align: center;
}
.productDetail .image img,
.caseDetail .image img {
  position: absolute;
  height: 100%;
  width: auto !important;
  max-width: none !important;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.productDetail .voice,
.caseDetail .voice {
  display: inline-block;
  padding: 4px 8px 4px 50px;
  border-radius: 10px;
  border: 2px solid #0D8725;
  background: #FFFCF5;
  background-image: url(../img/icon/icon_voice.svg);
  background-size: 40px;
  background-position: left 8px center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.productDetail .shopTit,
.caseDetail .shopTit {
  padding-left: 36px;
  background-image: url(../img/icon/icon_shop.svg);
  background-size: 28px;
  background-position: left center;
  background-repeat: no-repeat;
  margin-bottom: 16px;
}
.productDetail .shopTit::after,
.caseDetail .shopTit::after {
  content: none;
}
.productDetail .productName,
.caseDetail .productName {
  padding-left: 20px;
  position: relative;
}
.productDetail .productName::before,
.caseDetail .productName::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 0;
  top: 50%;
  border: 1px solid #333;
  background-color: #0D8725;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.productDetail .info,
.caseDetail .info {
  margin-bottom: 32px;
}
.productDetail .notice a,
.caseDetail .notice a {
  display: inline;
}
.productDetail .cateList,
.caseDetail .cateList {
  gap: 15px clamp(10px, 2.0833333333vw, 40px);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.productDetail .cateList li,
.caseDetail .cateList li {
  width: calc((100% - clamp(10px, 2.0833333333vw, 40px) * 3) / 4);
  text-align: center;
  border: 1px solid #0D8725;
  border-radius: 20px;
  padding: 4px 0;
  font-size: clamp(1rem, 1.0416666667vw, 1.25rem);
  font-weight: 500;
  background-color: #FFFCF5;
}
@media screen and (max-width: 1200px) {
  .productDetail .detailInner,
  .caseDetail .detailInner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .productDetail .flexStyle,
  .caseDetail .flexStyle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
  .productDetail .cont,
  .productDetail .cont2x,
  .caseDetail .cont,
  .caseDetail .cont2x {
    width: 100% !important;
  }
  .productDetail .detailMb,
  .caseDetail .detailMb {
    margin-bottom: 40px;
  }
  .productDetail .shopTit,
  .productDetail .info,
  .caseDetail .shopTit,
  .caseDetail .info {
    margin-bottom: 8px;
  }
  .productDetail .cateList,
  .caseDetail .cateList {
    gap: 10px;
  }
  .productDetail .cateList li,
  .caseDetail .cateList li {
    font-size: 16px;
    width: calc(50% - 5px);
  }
  .productDetail .image,
  .caseDetail .image {
    padding-top: 55%;
  }
}

#about #contact .lead {
  margin-bottom: clamp(32px, 3.3333333333vw, 64px);
}
#about #contact dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#about #contact dl dt {
  width: clamp(3rem, 2.8125vw, 3.375rem);
}
#about #contact dl dt:not(:last-child) {
  margin-bottom: 16px;
}
#about #contact dl dd {
  width: calc(100% - clamp(3rem, 2.8125vw, 3.375rem));
}
#about #contact dl dd:not(:last-child) {
  margin-bottom: 16px;
}
#about #support .btnStyle:not(:last-child) {
  margin-bottom: clamp(32px, 3.3333333333vw, 64px);
}
#about #works ul {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 64px 40px;
}
#about #works ul li {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 1200px) {
  #about #works ul li {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 768px) {
  #about #works ul li {
    width: 100%;
  }
}
#about #works ul li a {
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#about #works ul li a h3.h3Style {
  text-align: center;
  margin-bottom: clamp(16px, 1.25vw, 24px);
}
#about #works ul li a .pic {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: clamp(16px, 1.25vw, 24px);
  position: relative;
  padding-top: 58%;
}
#about #works ul li a .pic::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 1s all;
  transition: 1s all;
}
#about #works ul li a .pic#innovation::before {
  background-image: url(../img/about/case_innovation.jpg);
}
#about #works ul li a .pic#lfp::before {
  background-image: url(../img/about/case_lfp.jpg);
}
#about #works ul li a .pic#brushup::before {
  background-image: url(../img/about/case_brushup.jpg);
}
#about #works ul li a p {
  font-size: 1.125rem;
}
#about #works ul li a .btnStyle {
  margin-top: clamp(16px, 1.25vw, 24px);
}
#about #works ul li a .btnStyle .btnInner {
  max-width: 100%;
}
#about #works ul li a:hover, #about #works ul li a:focus-visible {
  text-decoration: none !important;
}
#about #works ul li a:hover p, #about #works ul li a:focus-visible p {
  text-decoration: underline;
}
#about #works ul li a:hover .pic::before, #about #works ul li a:focus-visible .pic::before {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: 1s all;
  transition: 1s all;
}
#about #works ul li a:hover .btnStyle .btnInner, #about #works ul li a:focus-visible .btnStyle .btnInner {
  background-color: #fff !important;
}
#about #works ul li a:hover .btnStyle .btnInner span, #about #works ul li a:focus-visible .btnStyle .btnInner span {
  background-image: url(../img/common/icon_arrowR_on.svg) !important;
}

#exclusive .h1Style {
  background-image: url(/wp-content/uploads/2025/01/img_h1_lfp.jpg);
}

#coordinator .coordinatorList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 64px 32px;
}
#coordinator .coordinatorList > li {
  width: calc(50% - 16px);
}
#coordinator .coordinatorList > li ul {
  height: 100%;
}
#coordinator .coordinatorList .pic {
  text-align: center;
}
#coordinator .coordinatorList .pic img {
  width: auto;
  max-width: 100%;
}
#coordinator .coordinatorList .name {
  font-size: clamp(1.25rem, 1.25vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 24px;
}
#coordinator .coordinatorList .name .nameEn {
  font-size: clamp(0.875rem, 0.8333333333vw, 1rem);
  color: #964E00;
}
#coordinator .coordinatorList .cate {
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  #coordinator .coordinatorList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #coordinator .coordinatorList > li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #coordinator .coordinatorList > li {
    text-align: center;
  }
  #coordinator .coordinatorList > li .flexStyle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #coordinator .coordinatorList > li .flexStyle li {
    width: 100%;
  }
  #coordinator .coordinatorList > li .flexStyle li img {
    width: auto !important;
    height: 200px;
  }
  #coordinator .coordinatorList > li .name {
    margin-bottom: 10px;
  }
}

.newsList li:not(:last-child) {
  margin-bottom: clamp(10px, 2.0833333333vw, 40px);
}
.newsList a {
  padding: 0.8333333333vw;
  padding-right: 4.7395833333vw;
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 40px;
  position: relative;
  border-radius: 1.0416666667vw;
  border: none !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.newsList a::after {
  position: absolute;
  content: "";
  width: clamp(1.25rem, 1.8229166667vw, 2.1875rem);
  height: clamp(1.25rem, 1.8229166667vw, 2.1875rem);
  right: 0.8333333333vw;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  background-image: url(../img/icon/icon_arrowR.svg);
  background-size: 68%;
  background-repeat: no-repeat;
  background-position: center;
}
.newsList a:hover, .newsList a:focus-visible {
  text-decoration: none;
  background-color: #ECF3ED;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none !important;
}
.newsList a .newsDate {
  display: inline-block;
  width: 8.75rem;
  margin-right: 16px;
}
.newsList a .newsCate {
  display: inline-block;
  width: 9.375rem;
  text-align: center;
  font-size: clamp(0.75rem, 0.7291666667vw, 0.875rem);
  font-weight: 700;
  line-height: 1;
  padding: 8px 0;
  border: 1.5px solid #0D8725;
  border-radius: 10000px;
  background-color: #fff;
}
.newsList a p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .newsList {
    margin-bottom: 32px;
  }
  .newsList a {
    padding: 16px;
    -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;
    font-size: 1.125rem;
    border-radius: 1.25rem;
  }
  .newsList a::after {
    content: none;
  }
  .newsList a > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8px;
  }
  .newsList a .newsDate {
    font-size: 1rem;
    margin-right: 0;
  }
  .newsList a .newsCate {
    font-size: 0.875rem;
    padding: 8px 0;
    width: 9.375rem;
    text-align: center;
    margin-right: 0;
  }
  .newsList a p {
    width: 100%;
    padding-right: 2.1875rem;
    position: relative;
    white-space: inherit;
  }
  .newsList a p::after {
    position: absolute;
    content: "";
    width: 1.5625rem;
    height: 1.5625rem;
    -webkit-transform: none;
            transform: none;
    background-color: #FFFCF5;
    border-radius: 50%;
    right: 0;
    bottom: 45%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    background-image: url(../img/icon/icon_arrowR.svg);
    background-size: 68%;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.post p {
  margin-bottom: 32px;
}
.post a {
  display: inline;
}

.stationNews img {
  width: 100%;
  max-width: 800px;
}

.ContInner a {
  text-decoration: underline;
  color: #0D8725;
}
.ContInner a:hover {
  text-decoration: none;
}

.editorInner {
  margin-bottom: clamp(64px, 7.2916666667vw, 140px);
}
.editorInner h2 {
  padding: 0 0 8px 24px;
  margin-bottom: clamp(2rem, 3.3333333333vw, 64px);
  font-size: clamp(1.75rem, 2.0833333333vw, 2.5rem);
  position: relative;
  line-height: normal;
}
.editorInner h2::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #0D8725;
}
.editorInner h2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #0D8725;
}
.editorInner h3,
.editorInner h4 {
  margin-bottom: clamp(16px, 1.6666666667vw, 32px);
}
.editorInner h3 {
  font-size: clamp(1.5rem, 1.6666666667vw, 2rem);
  padding: 8px 16px;
  border-radius: 10px;
  background-color: #ECF3ED;
}
@media screen and (max-width: 1200px) {
  .editorInner h3 {
    font-size: clamp(1.375rem, 1.25vw, 1.5rem);
  }
}
.editorInner h4 {
  font-size: clamp(1.25rem, 1.25vw, 1.5rem);
  padding: 8px 16px;
  border-radius: 10px;
  border: 1px solid #0D8725;
}
.editorInner h5 {
  font-size: clamp(1.125rem, 1.0416666667vw, 1.25rem);
  padding-bottom: 8px;
  border-bottom: 1px solid #0D8725;
}
.editorInner h6 {
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
  font-weight: 700;
  color: #0D8725;
}
.editorInner a {
  word-break: break-all;
  display: inline;
}
.editorInner .wp-element-button {
  padding: clamp(16px, 0.9375vw, 18px) 1rem clamp(18px, 1.1458333333vw, 22px);
  display: inline-block !important;
  min-width: 16.875rem;
  outline: none;
  font-weight: 700;
  background-color: #0D8725;
  color: #fff !important;
  border: 1px solid #0D8725;
  text-decoration: none;
  margin-top: 10px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.editorInner .wp-element-button:hover, .editorInner .wp-element-button:focus-visible {
  background-color: rgba(13, 135, 37, 0.5);
  border-color: rgba(13, 135, 37, 0.5);
  color: #333 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.editorInner a[href$=".pdf"],
.editorInner a[href$=".doc"],
.editorInner a[href$=".docx"],
.editorInner a[href$=".xls"],
.editorInner a[href$=".xlsx"],
.editorInner a[href$=".ppt"],
.editorInner a[href$=".pptm"],
.editorInner a[href$=".pptx"] {
  color: #333;
  text-underline-offset: 0;
}
.editorInner table {
  margin-bottom: 64px;
}
.editorInner .wp-block-flexible-table-block-table.is-scroll-on-mobile {
  margin-bottom: 64px;
}
.editorInner .wp-block-flexible-table-block-table.is-scroll-on-mobile table {
  min-width: 768px;
  margin-bottom: 0;
}
.editorInner .has-vivid-red-color strong,
.editorInner .has-vivid-red-color span {
  color: var(--wp--preset--color--vivid-red) !important;
}
.editorInner .wp-block-image.size-full img {
  width: 100%;
}
.editorInner .wp-block-image a {
  display: inline-block;
  width: 100%;
}
.editorInner .wp-block-image a::after {
  content: none !important;
}
.editorInner p {
  margin-bottom: 30px;
}
.editorInner ul {
  margin-bottom: 30px;
}
.editorInner ul li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 16px;
}
.editorInner ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0D8725;
  left: 0;
  top: 0.5rem;
  font-size: clamp(1rem, 0.9375vw, 1.125rem);
}
.editorInner ol {
  margin-bottom: 30px;
}
.editorInner ol li {
  margin-bottom: 16px;
  padding-left: 1.6875rem;
  text-indent: -1.6875rem;
  counter-increment: mycounter;
}
.editorInner ol li::before {
  color: #0D8725;
  font-weight: 700;
  content: counter(mycounter, decimal-leading-zero) ". ";
}
.editorInner form input[type=password] {
  border: 1px solid #0D8725;
  padding: 5px;
  cursor: text;
  margin-right: 10px;
  margin-bottom: 10px;
}
.editorInner form input[type=submit] {
  padding: 5px 10px;
  background: #0D8725;
}
.editorInner .wpcf7-form {
  padding: 32px 8.625%;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .editorInner .wpcf7-form {
    padding: 36px 20px;
  }
}
.editorInner .wpcf7-form p {
  margin-bottom: 10px !important;
  line-height: 2.5;
}
.editorInner .wpcf7-form table,
.editorInner .wpcf7-form table tr,
.editorInner .wpcf7-form table th,
.editorInner .wpcf7-form table td {
  all: revert;
  background-color: transparent !important;
  border: none !important;
}
.editorInner .wpcf7-form table {
  width: 100%;
}
.editorInner .wpcf7-form tr {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  gap: 8px;
}
.editorInner .wpcf7-form tr th {
  width: 100%;
  font-weight: bold;
  margin-top: 16px;
  padding: 12px 0;
  line-height: 1.5;
}
.editorInner .wpcf7-form tr th .tips {
  padding: 0.25rem 1rem;
  margin-right: 8px;
  border-radius: 40px;
}
.editorInner .wpcf7-form tr th .tips.required {
  background-color: #FFE8E8;
  border-color: #FFE8E8;
  color: #C70000;
}
.editorInner .wpcf7-form tr th .tips.optional {
  border: 1px solid #ECF3ED;
  background-color: #ECF3ED;
  color: #0D8725;
}
.editorInner .wpcf7-form tr td {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.editorInner .wpcf7-form tr td span {
  width: 100%;
}
.editorInner .wpcf7-form tr input {
  width: 100%;
  border: 1px solid #B3B3B3;
  border-radius: 10px;
  padding: 16px;
  cursor: text !important;
}
.editorInner .wpcf7-form tr textarea {
  width: calc(100% - 32px);
  border: 1px solid #B3B3B3;
  border-radius: 10px;
  padding: 16px;
  font-family: "Noto Sans JP", Lato, sans-serif;
  font-weight: 500;
  font-size: 100%;
  cursor: text !important;
}
.editorInner .wpcf7-form tr select {
  width: 100%;
  max-width: 23.3125rem;
  cursor: pointer;
  border: 1px solid #B3B3B3;
  border-radius: 10px;
  padding: 16px 30px 16px 16px;
  font-family: "Noto Sans JP", Lato, sans-serif;
  font-weight: 500;
  font-size: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  color: #333;
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: right 16px center;
  background-image: url(../img/icon/icon_select.svg);
}
.editorInner .wpcf7-form tr select.opened {
  background-image: url(../img/icon/icon_select_open.svg);
}
.editorInner .wpcf7-form tr select::-ms-expand {
  display: none;
}
.editorInner .wpcf7-form tr label:has(input[type=checkbox]),
.editorInner .wpcf7-form tr label:has(input[type=radio]) {
  position: relative;
  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;
  gap: 8px;
  cursor: pointer;
}
.editorInner .wpcf7-form tr label:has(input[type=checkbox]) input[type=checkbox]:focus-visible + .wpcf7-list-item-label::before,
.editorInner .wpcf7-form tr label:has(input[type=checkbox]) input[type=radio]:focus-visible + .wpcf7-list-item-label::before,
.editorInner .wpcf7-form tr label:has(input[type=radio]) input[type=checkbox]:focus-visible + .wpcf7-list-item-label::before,
.editorInner .wpcf7-form tr label:has(input[type=radio]) input[type=radio]:focus-visible + .wpcf7-list-item-label::before {
  outline: 3px solid #333;
}
.editorInner .wpcf7-form tr .wpcf7-radio .wpcf7-list-item,
.editorInner .wpcf7-form tr .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.editorInner .wpcf7-form tr .wpcf7-radio .wpcf7-list-item:not(:last-child),
.editorInner .wpcf7-form tr .wpcf7-checkbox .wpcf7-list-item:not(:last-child) {
  margin-bottom: 10px;
}
.editorInner .wpcf7-form tr label:has(input[type=checkbox]) {
  padding-left: 2.25rem;
}
.editorInner .wpcf7-form tr label:has(input[type=checkbox]) input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 0;
  height: 0;
  padding: 0;
  left: 0;
  top: 0;
  border: 0;
}
.editorInner .wpcf7-form tr label:has(input[type=checkbox]) .wpcf7-list-item-label {
  display: inline-block;
}
.editorInner .wpcf7-form tr label:has(input[type=checkbox]) .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/icon/icon_check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.editorInner .wpcf7-form tr label:has(input[type=checkbox]) input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-image: url(../img/icon/icon_check_on.svg);
}
.editorInner .wpcf7-form tr label:has(input[type=radio]) input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 0;
  height: 0;
  padding: 0;
  left: 0;
  top: 0;
  border: 0;
}
.editorInner .wpcf7-form tr label:has(input[type=radio]) .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.editorInner .wpcf7-form tr label:has(input[type=radio]) .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border: 2px solid #B3B3B3;
  border-radius: 50%;
  vertical-align: middle;
  background-color: #F6F6F6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.editorInner .wpcf7-form tr label:has(input[type=radio]) input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #0D8725;
  -webkit-box-shadow: inset 0 0 0 5px #fff;
          box-shadow: inset 0 0 0 5px #fff;
}
.editorInner .wpcf7-form .formBtn {
  margin-top: 64px;
}
.editorInner .wpcf7-form .formBtn p {
  text-align: center;
}
.editorInner .wpcf7-form .formBtn input {
  color: #fff;
  font-size: clamp(1rem, 0.9375vw, 1.125rem) !important;
  font-weight: 700 !important;
  border: 3px solid #0D8725 !important;
  border-radius: 50px;
  padding: clamp(16px, 0.9375vw, 18px) 1rem clamp(18px, 1.1458333333vw, 22px);
  text-align: center;
  display: inline-block !important;
  width: 300px !important;
  outline: none !important;
  cursor: pointer !important;
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: right 0.5rem center;
  background-image: url(../img/icon/icon_btnArwR_white.svg) !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.editorInner .wpcf7-form .formBtn input:hover, .editorInner .wpcf7-form .formBtn input:focus-visible {
  background-color: rgba(13, 135, 37, 0.5) !important;
  color: #333 !important;
  background-image: url(../img/icon/icon_btnArwR_black.svg) !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.editorInner .wpcf7-form .formBtn .wpcf7-spinner {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .editorInner .wpcf7-form th {
    -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;
  }
  .editorInner .wpcf7-form th th,
  .editorInner .wpcf7-form th td {
    width: 100%;
  }
}
.editorInner .wpcf7cp-form-hide {
  display: none;
}
.editorInner #wpcf7cpcnf {
  position: static;
  padding: 64px 7%;
  border: 1px solid #B3B3B3;
  border-radius: 10px;
  background-color: #FFFCF5;
}
@media screen and (max-width: 768px) {
  .editorInner #wpcf7cpcnf {
    padding: 36px 20px;
  }
}
.editorInner #wpcf7cpcnf table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.editorInner #wpcf7cpcnf table tr th,
.editorInner #wpcf7cpcnf table tr td {
  width: 100%;
}
.editorInner #wpcf7cpcnf table tr th p,
.editorInner #wpcf7cpcnf table tr td p {
  margin-bottom: 0;
}
.editorInner #wpcf7cpcnf .wpcf7cp-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 40px;
}
.editorInner #wpcf7cpcnf .wpcf7cp-btns button {
  margin: 0 !important;
  font-size: clamp(1rem, 0.9375vw, 1.125rem) !important;
  font-weight: 700 !important;
  background-color: #0D8725 !important;
  border: 3px solid #0D8725 !important;
  border-radius: 50px;
  text-align: center;
  display: inline-block !important;
  width: 300px !important;
  outline: none !important;
  cursor: pointer !important;
  padding: 16px calc(3rem + clamp(1.5rem, 1.5625vw, 1.875rem)) 16px 3rem;
  background-repeat: no-repeat;
  background-size: clamp(1.5rem, 1.5625vw, 1.875rem);
  background-position: right 3rem center;
  background-image: url(../img/icon/icon_btnArwR.svg) !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.editorInner #wpcf7cpcnf .wpcf7cp-btns button:hover, .editorInner #wpcf7cpcnf .wpcf7cp-btns button:focus-visible {
  background-color: #fff !important;
  background-image: url(../img/icon/icon_arrowR_on.svg) !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.editorInner #wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  border: 2px solid #333 !important;
  background-color: #FFFCF5 !important;
  padding: 16px 3rem 16px calc(3rem + clamp(1.5rem, 1.5625vw, 1.875rem));
  background-image: url(../img/icon/icon_arrowL.svg) !important;
  background-size: clamp(1rem, 1.0416666667vw, 1.25rem) !important;
  background-position: left 3rem center;
}
.editorInner #wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn:hover, .editorInner #wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn:focus-visible {
  opacity: 0.7;
  background-color: #FFFCF5 !important;
  background-image: url(../img/icon/icon_arrowL.svg) !important;
  border-color: rgba(51, 51, 51, 0.5) !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  .editorInner #wpcf7cpcnf .wpcf7cp-btns {
    -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;
  }
}
.editorInner > .wp-block-group {
  margin-bottom: clamp(64px, 7.2916666667vw, 140px);
}
.editorInner > .wp-block-group .wp-block-group {
  margin-bottom: clamp(32px, 3.6458333333vw, 70px);
}
.editorInner .coordinator .pic {
  width: 33.3333333333% !important;
  text-align: center;
}
.editorInner .coordinator .info {
  width: 66.6666666667% !important;
}
.editorInner .coordinator .name {
  font-size: clamp(1.25rem, 1.25vw, 1.5rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 24px;
}
.editorInner .coordinator .name .nameEn {
  font-size: clamp(0.875rem, 0.8333333333vw, 1rem);
  color: #964E00;
}
.editorInner .coordinator .cate {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .editorInner .coordinator {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .editorInner .coordinator .pic {
    width: 100% !important;
  }
  .editorInner .coordinator .pic img {
    width: auto !important;
    max-height: 200px;
  }
  .editorInner .coordinator .info {
    width: 100% !important;
    text-align: center;
  }
}
.editorInner .wp-block-embed__wrapper {
  position: relative;
  padding-top: 56.25%;
}
.editorInner .wp-block-embed__wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.editorInner .videoGroup .is-layout-flex h5 {
  height: 5.0625rem;
}
@media screen and (max-width: 768px) {
  .editorInner :where(.wp-block-columns.is-layout-flex) {
    gap: 0 !important;
  }
  .editorInner .videoGroup .is-layout-flex h5 {
    height: auto;
  }
  .editorInner .videoGroup .is-layout-flex .is-layout-flow:not(:last-child) {
    margin-bottom: clamp(32px, 3.6458333333vw, 70px);
  }
}

#search .newsList a {
  display: block !important;
  font-size: 1rem;
}
#search .newsList a .url {
  margin-bottom: 30px;
}
#search .newsList a .tit {
  font-size: clamp(1.25rem, 1.25vw, 1.5rem);
  margin-bottom: 10px;
}
#search .newsList a::after {
  content: "" !important;
  width: 1.5625rem;
  height: 1.5625rem;
}
#search .newsList a p::after {
  content: none !important;
}

#access .map {
  max-width: 800px;
  margin: auto;
}
#access .map > div {
  position: relative;
  padding-top: 75%;
}
#access .map > div iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#access table th {
  min-width: 4.375rem;
}

#contact p {
  margin-bottom: clamp(2rem, 3.3333333333vw, 64px);
}
#contact .lead {
  margin-bottom: clamp(4rem, 5vw, 96px);
}
#contact .tel {
  font-weight: 700;
  font-size: 2.5rem;
  position: relative;
  padding-left: 3.5rem;
}
#contact .tel::before {
  position: absolute;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/icon/icon_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#contact .tel a {
  font-weight: 700;
  font-size: 2.5rem;
}

.ebook {
  position: relative;
  padding-top: 79%;
}
.ebook iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ebook iframe main {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .ebook {
    padding-top: 100%;
  }
}