@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
header {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
@media (max-width: 990px) {
  header {
    height: 4rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  header {
    height: 4rem;
  }
}
header.sub {
  /*
  width: 100vw;
  height: 92px;

  position: relative;
  left: unset;
  top: unset;
   */
  background: url("/images/common/sub-top.png") no-repeat top center;
}
header.sub.gallery {
  background: none;
  /*
  background: url("/images/sub/top_gallery.png") no-repeat top center;
  */
  /*
  background: none;
  height: 496px;
  object-fit: contain;
  background-color: #939393;
  */
}
header.sub.notice {
  background: url("/images/sub/top_notice.png") no-repeat top center;
  height: 276px;
  object-fit: contain;
  background-color: #939393;
}
header div.com-wrap {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 98vw;
  left: 0;
  top: 0;
  z-index: 2;
}
header div.com-wrap div.nav-wrap {
  display: flex;
  width: 100%;
}
header div.com-wrap div.nav-wrap a.home {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  margin-left: 200px;
}
header div.com-wrap div.nav-wrap nav {
  margin-left: 230px;
}
header div.com-wrap div.nav-wrap nav > ul {
  display: flex;
}
@media (max-width: 990px) {
  header div.com-wrap div.nav-wrap nav > ul {
    margin-top: 3rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  header div.com-wrap div.nav-wrap nav > ul {
    margin-top: 3rem;
  }
}
header div.com-wrap div.nav-wrap nav > ul > li {
  display: flex;
  flex-direction: column;
  margin-right: 50px;
  padding: 28px 28px 20px 28px;
}
header div.com-wrap div.nav-wrap nav > ul > li.mo {
  display: none;
}
header div.com-wrap div.nav-wrap nav > ul > li > a {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  text-align: left;
  color: #fff;
}
header div.com-wrap div.nav-wrap nav > ul > li > a:hover, header div.com-wrap div.nav-wrap nav > ul > li > a .active {
  color: #305428;
}
header div.com-wrap div.nav-wrap nav > ul > li > a:visited {
  color: #fff;
}
header div.com-wrap div.nav-wrap nav > ul > li > a b {
  font-weight: bold;
}
header div.com-wrap div.nav-wrap nav > ul > li ul.depth2 {
  display: none;
  flex-direction: column;
}
header div.com-wrap div.nav-wrap nav > ul > li ul.depth2 > li {
  display: flex;
  margin-bottom: 27px;
}
header div.com-wrap div.nav-wrap nav > ul > li ul.depth2 > li > a {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.46;
  color: #2e2e2e;
}
header div.com-wrap div.nav-wrap nav > ul > li ul.depth2 > li > a b {
  font-size: 13px;
  font-weight: bold;
}
header div.com-wrap div.nav-wrap nav > ul > li.active2 > a {
  color: #305428 !important;
  text-decoration: underline;
}
header div.com-wrap div.nav-wrap nav > ul > li.active {
  /*            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); */
  background-color: rgba(255, 255, 255, 0.9);
}
header div.com-wrap div.nav-wrap nav > ul > li.active > a {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  color: #305428;
  position: relative;
  margin-bottom: 30px;
}
header div.com-wrap div.nav-wrap nav > ul > li.active > a:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #305428;
  position: absolute;
  top: -2px;
  left: 0;
}
header div.com-wrap div.nav-wrap nav > ul > li.active > a b {
  font-size: 15px;
  font-weight: bold;
}
header div.com-wrap div.nav-wrap nav > ul > li.active.sub-no > a {
  margin-bottom: 0;
}
header div.com-wrap div.nav-wrap nav > ul > li.active ul.depth2 {
  display: flex;
}
header div.com-wrap div.nav-wrap nav > ul > li.active ul.depth2 > li > a {
  color: #2e2e2e;
}
header div.com-wrap div.nav-wrap nav > ul > li.active ul.depth2 > li > a.active, header div.com-wrap div.nav-wrap nav > ul > li.active ul.depth2 > li > a:hover {
  color: #305428;
}
header div.com-wrap ul.sns-wrap {
  display: flex;
  position: absolute;
  right: 13rem;
  top: 20px;
}
@media (max-width: 990px) {
  header div.com-wrap ul.sns-wrap {
    right: 4rem;
    top: 0.8rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  header div.com-wrap ul.sns-wrap {
    right: 4rem;
    top: 0.8rem;
  }
}
header div.com-wrap ul.sns-wrap li {
  display: flex;
  justify-content: center;
  align-items: center;
}
header div.com-wrap ul.sns-wrap li a {
  padding: 0.1rem;
}
header div.com-wrap a.shop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 30px;
  padding: 3px 22px;
  background-color: #305428;
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
  position: absolute;
  right: 60px;
  top: 25px;
}
header a.btn-mobile-top-menu {
  display: none;
}
@media (max-width: 990px) {
  header a.btn-mobile-top-menu {
    position: fixed;
    right: 0;
    top: 0.1rem;
    width: 1.5rem;
    height: 1.5rem;
    margin: 1.1rem 0.8rem;
    display: block;
    z-index: 30;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  header a.btn-mobile-top-menu {
    position: fixed;
    right: 0;
    top: 0.1rem;
    width: 1.5rem;
    height: 1.5rem;
    margin: 1.1rem 0.8rem;
    display: block;
    z-index: 30;
  }
}
@media (max-width: 990px) {
  header a.btn-mobile-top-menu span {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 100%;
    height: 0.1rem;
    background-color: #000;
    transform: translate(0, -50%);
    transition: all 0.5s;
  }
  header a.btn-mobile-top-menu span:before, header a.btn-mobile-top-menu span:after {
    content: "";
    display: block;
    background-color: #000;
    left: 0;
    position: absolute;
    width: 100%;
    height: 0.1rem;
    transition: all 0.5s;
  }
  header a.btn-mobile-top-menu span:before {
    top: -0.5rem;
  }
  header a.btn-mobile-top-menu span:after {
    top: 0.5rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  header a.btn-mobile-top-menu span {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 100%;
    height: 0.1rem;
    background-color: #000;
    transform: translate(0, -50%);
    transition: all 0.5s;
  }
  header a.btn-mobile-top-menu span:before, header a.btn-mobile-top-menu span:after {
    content: "";
    display: block;
    background-color: #000;
    left: 0;
    position: absolute;
    width: 100%;
    height: 0.1rem;
    transition: all 0.5s;
  }
  header a.btn-mobile-top-menu span:before {
    top: -0.5rem;
  }
  header a.btn-mobile-top-menu span:after {
    top: 0.5rem;
  }
}
@media (max-width: 990px) {
  header a.btn-mobile-top-menu.on span {
    background-color: rgba(0, 0, 0, 0);
  }
  header a.btn-mobile-top-menu.on span:before {
    top: 0;
    transform: rotate(45deg);
  }
  header a.btn-mobile-top-menu.on span:after {
    top: 0;
    transform: rotate(-45deg);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  header a.btn-mobile-top-menu.on span {
    background-color: rgba(0, 0, 0, 0);
  }
  header a.btn-mobile-top-menu.on span:before {
    top: 0;
    transform: rotate(45deg);
  }
  header a.btn-mobile-top-menu.on span:after {
    top: 0;
    transform: rotate(-45deg);
  }
}

div.top-gallery-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 418px;
  position: relative;
  /*  background-image: url("/images/sub/top_gallery.png");
    background-repeat: no-repeat;
    background-position: top center;*/
  /*background-color: rgba(0, 0, 0, 0.3);*/
  left: 0;
  bottom: 0;
  padding: 123px 0 130px;
}
@media (max-width: 990px) {
  div.top-gallery-wrap {
    height: 2rem;
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  div.top-gallery-wrap {
    height: 2rem;
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
div.top-gallery-wrap > * {
  position: relative;
  z-index: 2;
}
div.top-gallery-wrap:before {
  content: " ";
  position: absolute;
  bottom: -79px;
  left: 0;
  width: 100%;
  height: 400px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media (max-width: 990px) {
  div.top-gallery-wrap:before {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  div.top-gallery-wrap:before {
    display: none;
  }
}
div.top-gallery-wrap h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.47;
  color: #fff;
}
@media (max-width: 990px) {
  div.top-gallery-wrap h3 {
    color: #1f1f1f;
    font-size: 1.5rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  div.top-gallery-wrap h3 {
    color: #1f1f1f;
    font-size: 1.5rem;
  }
}
div.top-gallery-wrap p {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 33px;
}
@media (max-width: 990px) {
  div.top-gallery-wrap p {
    color: #1f1f1f;
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  div.top-gallery-wrap p {
    color: #1f1f1f;
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 990px) {
  div.top-gallery-wrap a.btn-gallery-search-open {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  div.top-gallery-wrap a.btn-gallery-search-open {
    display: none;
  }
}
div.top-gallery-wrap div.box-search {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 401px;
  height: 56px;
  border-radius: 28px;
  border: solid 1px #707070;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
}
@media (max-width: 990px) {
  div.top-gallery-wrap div.box-search {
    width: 100%;
    height: 3rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  div.top-gallery-wrap div.box-search {
    width: 100%;
    height: 3rem;
  }
}
div.top-gallery-wrap div.box-search a.btn-search-gallery {
  position: relative;
  margin: 0 0 0 0;
}
@media (max-width: 990px) {
  div.top-gallery-wrap div.box-search a.btn-search-gallery > img {
    max-width: 85%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  div.top-gallery-wrap div.box-search a.btn-search-gallery > img {
    max-width: 85%;
  }
}
div.top-gallery-wrap div.box-search a.btn-search-gallery:after {
  content: "";
  width: 1px;
  height: 65%;
  background-color: #305428;
  position: absolute;
  right: -10px;
  top: 6px;
}
div.top-gallery-wrap div.box-search.hide {
  display: none;
}
div.top-gallery-wrap div.box-search input[type=text] {
  width: 80%;
  height: 30px;
  border: 0;
  margin: 0 0 0 10px;
  background: transparent;
  box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
}

header.product {
  background: #fff;
}
header.product div.nav-wrap {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
header.product div.nav-wrap nav {
  margin-left: 200px !important;
}
header.product div.nav-wrap nav > ul > li {
  margin-right: 12px !important;
}
header.product div.nav-wrap nav > ul > li > a {
  color: #939393 !important;
}
header.product div.nav-wrap nav > ul > li:first-child {
  padding-left: 0 !important;
}
header.product div.nav-wrap nav > ul > li.spaces {
  margin-left: 116px;
  position: relative;
}
header.product div.nav-wrap nav > ul > li.spaces:before {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #939393;
  position: absolute;
  left: -70px;
  top: 30px;
}
header.product div.nav-wrap nav > ul > li.spaces a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  text-align: left;
  color: #305428 !important;
  text-decoration: underline;
}
header.scroll {
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #dcddde;
  /*&.notice,*/
}
header.scroll div.com-wrap div.nav-wrap nav > ul > li > a {
  color: #939393;
}
header.scroll.gallery {
  /*

  height: 92px;
  background: rgba(255, 255, 255, .8);
  */
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #dcddde;
}
header.scroll.gallery div.com-wrap div.nav-wrap nav > ul > li > a {
  /*color: #fff;*/
}
header.scroll.gallery .top-gallery-wrap {
  bottom: unset;
  top: 90px;
  /*display: none;*/
}
header.scroll.product div.com-wrap div.nav-wrap {
  flex-direction: row;
}

header.mobile {
  position: fixed;
  background-color: #fff;
  left: 0;
  top: 0;
  z-index: 10;
}
header.mobile.sub {
  height: 4rem;
  background: #fff;
}
header.mobile div.com-wrap {
  width: 100%;
}
header.mobile div.com-wrap div.nav-wrap a.home {
  padding-top: 0;
  margin: 0.8rem 0 0 0.8rem;
}
header.mobile div.com-wrap div.nav-wrap nav {
  position: absolute;
  right: -100rem;
  top: 0;
  width: 70vw;
  height: 100vh;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.64);
  background-color: #fff;
  padding: 0.6rem 0 0 0;
}
header.mobile div.com-wrap div.nav-wrap nav > ul {
  flex-direction: column;
}
header.mobile div.com-wrap div.nav-wrap nav > ul > li {
  padding: 1rem 0 0 0;
  margin: 0 0 1.6rem 0;
}
header.mobile div.com-wrap div.nav-wrap nav > ul > li.mo {
  display: flex;
  border-bottom: 1px solid #e8ebe7;
  padding: 0.8rem 0 1rem 0;
}
header.mobile div.com-wrap div.nav-wrap nav > ul > li.mo a {
  color: #357926;
  text-decoration: underline;
}
header.mobile div.com-wrap div.nav-wrap nav > ul > li.active {
  box-shadow: unset;
  background-color: unset;
  border-top: 1px solid #e8ebe7;
  border-bottom: 1px solid #e8ebe7;
}
header.mobile div.com-wrap div.nav-wrap nav > ul > li.active > a:before {
  content: url("/images/common/ico-up.png");
}
header.mobile div.com-wrap div.nav-wrap nav > ul > li > a {
  color: #1f1f1f;
  position: relative;
  padding: 0 0 0 1.6rem;
}
header.mobile div.com-wrap div.nav-wrap nav > ul > li > a:before {
  content: url("/images/common/ico-down.png");
  position: absolute;
  right: 1rem;
  top: 0;
  width: unset;
  height: unset;
  background-color: unset;
  left: unset;
}
header.mobile div.com-wrap div.nav-wrap nav > ul > li.sub-no.active > a:before {
  display: none;
}
header.mobile div.com-wrap div.nav-wrap nav > ul > li.sub-no > a:before {
  display: none;
}
header.mobile div.com-wrap div.nav-wrap nav > ul > li ul.depth2 > li {
  margin-bottom: 0.5rem;
}
header.mobile div.com-wrap div.nav-wrap nav > ul > li ul.depth2 > li > a {
  color: #939393;
  line-height: 1;
  margin: 0.5rem 0;
  padding: 0 0 0 1.6rem;
}
header.mobile div.com-wrap a.shop {
  display: none;
}

body.gallery {
  background-image: url("/images/sub/top_gallery.png");
  background-repeat: no-repeat;
  background-position: top center;
}
@media (max-width: 990px) {
  body.gallery {
    background-image: unset;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  body.gallery {
    background-image: unset;
  }
}

body, p, h1, li, dt, dd, th, td, a {
  font-family: "Noto Sans KR", sans-serif;
}

tbody, tfoot, thead {
  border: unset;
  background-color: unset;
}

tbody tr:nth-child(even) {
  background-color: unset;
}

ul, p {
  margin: 0;
  padding: 0;
}

ul ul {
  margin-left: 0;
}

li {
  list-style: none;
}

.small-container {
  width: 1020px;
  margin: 0 auto;
}
@media (max-width: 990px) {
  .small-container {
    width: 100%;
    align-items: flex-start;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .small-container {
    width: 100%;
    align-items: flex-start;
  }
}
.small-container h2 {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: center;
  color: #1f1f1f;
  margin-bottom: 11px;
}
@media (max-width: 990px) {
  .small-container h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .small-container h2 {
    font-size: 1.5rem;
  }
}
.small-container p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #1f1f1f;
}

.swiper-pagination {
  z-index: 1 !important;
}

@media (max-width: 990px) {
  main {
    padding-top: 4rem !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  main {
    padding-top: 4rem !important;
  }
}
main .visual {
  margin-bottom: 108px;
}
@media (max-width: 990px) {
  main .visual {
    margin-bottom: 2rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  main .visual {
    margin-bottom: 2rem;
  }
}
main .visual .box-visual {
  height: 938px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 990px) {
  main .visual .box-visual {
    height: 26rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  main .visual .box-visual {
    height: 26rem;
  }
}
main .visual .box-visual ul li {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 270px;
}
@media (max-width: 990px) {
  main .visual .box-visual ul li {
    justify-content: flex-start;
    padding: 1rem 0 0 1rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  main .visual .box-visual ul li {
    justify-content: flex-start;
    padding: 1rem 0 0 1rem;
  }
}
main .visual .box-visual ul li h1 {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.44;
  text-align: center;
  color: #fff;
}
@media (max-width: 990px) {
  main .visual .box-visual ul li h1 {
    font-size: 1.5rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  main .visual .box-visual ul li h1 {
    font-size: 1.5rem;
  }
}
main .visual .box-visual .swiper-pagination {
  margin-bottom: 73px;
}
@media (max-width: 990px) {
  main .visual .box-visual .swiper-pagination {
    margin-bottom: 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  main .visual .box-visual .swiper-pagination {
    margin-bottom: 0;
  }
}
main .visual .box-visual .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
@media (max-width: 990px) {
  main .visual .box-visual .swiper-pagination .swiper-pagination-bullet {
    width: 1.5rem;
    height: 1px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  main .visual .box-visual .swiper-pagination .swiper-pagination-bullet {
    width: 1.5rem;
    height: 1px;
  }
}
main .visual .box-visual .swiper-pagination .swiper-pagination-bullet, main .visual .box-visual .swiper-pagination .swiper-pagination-bullet-active {
  border-radius: 50%;
  background-color: #dddddd;
  margin-right: 10px;
}
@media (max-width: 990px) {
  main .visual .box-visual .swiper-pagination .swiper-pagination-bullet, main .visual .box-visual .swiper-pagination .swiper-pagination-bullet-active {
    border-radius: 0;
    height: 0.1rem;
    background-color: rgba(255, 255, 255, 0.45);
    margin-right: 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  main .visual .box-visual .swiper-pagination .swiper-pagination-bullet, main .visual .box-visual .swiper-pagination .swiper-pagination-bullet-active {
    border-radius: 0;
    height: 0.1rem;
    background-color: rgba(255, 255, 255, 0.45);
    margin-right: 0;
  }
}
main .visual .box-visual .swiper-pagination .swiper-pagination-bullet:last-child, main .visual .box-visual .swiper-pagination .swiper-pagination-bullet-active:last-child {
  margin-right: 0;
}
main .visual .box-visual .swiper-pagination .swiper-pagination-bullet-active {
  width: 17px;
  height: 17px;
  background-color: #357926;
}
@media (max-width: 990px) {
  main .visual .box-visual .swiper-pagination .swiper-pagination-bullet-active {
    width: 1.5rem;
    height: 1px;
    background-color: #fff;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  main .visual .box-visual .swiper-pagination .swiper-pagination-bullet-active {
    width: 1.5rem;
    height: 1px;
    background-color: #fff;
  }
}
main .main-content {
  padding: 0 0 87px 0;
}
main .main-content article.gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .main-content article.gallery ul {
  display: flex;
  justify-content: space-between;
  margin-top: 44px;
  width: 100%;
}
@media (max-width: 990px) {
  main .main-content article.gallery ul {
    flex-direction: column;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  main .main-content article.gallery ul {
    flex-direction: column;
  }
}
main .main-content article.gallery ul li {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 990px) {
  main .main-content article.gallery ul li {
    width: 100%;
    align-items: center;
    margin-bottom: 2rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  main .main-content article.gallery ul li {
    width: 100%;
    align-items: center;
    margin-bottom: 2rem;
  }
}
main .main-content article.gallery ul li img {
  max-width: 322px;
  max-height: 322px;
  margin-bottom: 30px;
}
@media (max-width: 990px) {
  main .main-content article.gallery ul li img {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  main .main-content article.gallery ul li img {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 0.5rem;
  }
}
main .main-content article.gallery ul li p {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  color: #1f1f1f;
}
main .main-content article.gallery ul li p.tit {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (max-width: 990px) {
  main .main-content article.gallery ul li p.tit {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  main .main-content article.gallery ul li p.tit {
    margin-bottom: 0.5rem;
  }
}
main .main-content article.gallery ul li div.over-wrap {
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(48, 84, 40, 0.79);
  width: 100%;
  height: 312px;
  position: absolute;
  left: 0;
  top: 0;
}
main .main-content article.gallery ul li div.over-wrap.active {
  display: flex;
}
main .main-content article.gallery ul li div.over-wrap:before {
  content: url("/images/main/btn-main-plus.png");
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
main .main-content article.gallery ul li div.over-wrap p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}
main .main-content .issues {
  margin-bottom: 83px;
}
main .main-content .product {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 684px;
  background: url("/images/main/chair.png") no-repeat top center;
  margin: 0 0 70px 0;
}
@media (max-width: 990px) {
  main .main-content .product {
    background-size: cover;
    height: 20rem;
    position: relative;
    margin: 0 0 11rem 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  main .main-content .product {
    background-size: cover;
    height: 20rem;
    position: relative;
    margin: 0 0 11rem 0;
  }
}
main .main-content .product .small-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 990px) {
  main .main-content .product .small-container {
    position: absolute;
    bottom: -8.5rem;
    left: 0;
    padding: 1rem 0 0 1rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  main .main-content .product .small-container {
    position: absolute;
    bottom: -8.5rem;
    left: 0;
    padding: 1rem 0 0 1rem;
  }
}
main .main-content .product .small-container p {
  font-size: 16px;
  line-height: 1.88;
  text-align: left;
  color: #1f1f1f;
}
@media (max-width: 990px) {
  main .main-content .product .small-container p {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  main .main-content .product .small-container p {
    font-size: 1rem;
    line-height: 1.2;
  }
}
main .main-content .product .small-container p.tit {
  font-size: 30px;
  line-height: 1.47;
  text-align: left;
  color: #1f1f1f;
  margin-bottom: 32px;
}
@media (max-width: 990px) {
  main .main-content .product .small-container p.tit {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  main .main-content .product .small-container p.tit {
    font-size: 1rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
  }
}
main .main-content .product .small-container p.tit b {
  font-size: 50px;
  font-weight: bold;
}
@media (max-width: 990px) {
  main .main-content .product .small-container p.tit b {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  main .main-content .product .small-container p.tit b {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
main .main-content .product .small-container a.more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 53px;
  background-color: #305428;
  width: 164px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
  color: #fff;
  margin-top: 39px;
  position: relative;
}
@media (max-width: 990px) {
  main .main-content .product .small-container a.more:after {
    content: url("/images/common/ico-mo-arrow.png");
    position: absolute;
    right: 0.9rem;
    top: 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  main .main-content .product .small-container a.more:after {
    content: url("/images/common/ico-mo-arrow.png");
    position: absolute;
    right: 0.9rem;
    top: 0;
  }
}
@media (max-width: 990px) {
  main .main-content .product .small-container a.more {
    display: inline-block;
    background-color: unset;
    font-size: 1rem;
    font-weight: normal;
    width: unset;
    height: unset;
    color: #939393;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 2rem 0 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  main .main-content .product .small-container a.more {
    display: inline-block;
    background-color: unset;
    font-size: 1rem;
    font-weight: normal;
    width: unset;
    height: unset;
    color: #939393;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 2rem 0 0;
  }
}
main .main-content .product-mo {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 1rem 0 1rem;
  position: relative;
}
@media (max-width: 990px) {
  main .main-content .product-mo:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #f4f6f4;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  main .main-content .product-mo:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #f4f6f4;
    position: absolute;
    left: 0;
    top: 0;
  }
}
main .main-content .product-mo h2 {
  margin-bottom: 2.1875rem;
}
main .main-content .product-mo ul.group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
main .main-content .product-mo ul.group > li {
  display: flex;
  flex-direction: column;
  margin-bottom: 107px;
}
@media (max-width: 990px) {
  main .main-content .product-mo ul.group > li {
    width: 100%;
    margin-bottom: 4rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  main .main-content .product-mo ul.group > li {
    width: 100%;
    margin-bottom: 4rem;
  }
}
main .main-content .product-mo ul.group > li a .box-image {
  display: flex;
  align-items: flex-end;
  width: 741px;
  height: 521px;
  background-color: rgba(147, 147, 147, 0.1);
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  padding: 0 0 44px 55px;
  margin: 0 48px 18px 0;
}
@media (max-width: 990px) {
  main .main-content .product-mo ul.group > li a .box-image {
    width: 100%;
    height: 12rem;
    font-size: 1.3rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  main .main-content .product-mo ul.group > li a .box-image {
    width: 100%;
    height: 12rem;
    font-size: 1.3rem;
  }
}
main .main-content .product-mo ul.group > li a:hover .box-image {
  color: rgba(53, 121, 38, 0.86);
}
main .main-content .product-mo ul.group > li > p {
  font-family: Roboto;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #1f1f1f;
  margin-bottom: 0.8rem;
}
main .main-content .product-mo ul.group > li ul.cate {
  display: flex;
}
@media (max-width: 990px) {
  main .main-content .product-mo ul.group > li ul.cate {
    flex-wrap: wrap;
    margin: 0 auto;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  main .main-content .product-mo ul.group > li ul.cate {
    flex-wrap: wrap;
    margin: 0 auto;
  }
}
main .main-content .product-mo ul.group > li ul.cate > li {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: solid 1px #939393;
  background-color: #fff;
  margin-right: 30px;
}
@media (max-width: 990px) {
  main .main-content .product-mo ul.group > li ul.cate > li {
    margin-right: 1rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  main .main-content .product-mo ul.group > li ul.cate > li {
    margin-right: 1rem;
  }
}
main .main-content .product-mo ul.group > li ul.cate > li a {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #2e2e2e;
}
@media (max-width: 990px) {
  main .main-content .product-mo ul.group > li ul.cate > li a {
    font-size: 0.8rem;
    padding: 0.3rem 0.4rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  main .main-content .product-mo ul.group > li ul.cate > li a {
    font-size: 0.8rem;
    padding: 0.3rem 0.4rem;
  }
}
main .main-content .product-mo ul.group > li ul.cate > li a:hover {
  color: #fff;
}
main .main-content .product-mo ul.group > li:nth-child(2n+0) a .box-image {
  margin-right: 0;
}
main .main-content .notice {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 96px;
}
@media (max-width: 990px) {
  main .main-content .notice {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  main .main-content .notice {
    margin-bottom: 2.5rem;
  }
}
main .main-content .notice .mo-wrap {
  display: flex;
  padding: 1rem 1rem 0.8125rem;
  background-color: #305428;
  width: 100%;
}
main .main-content .notice .mo-wrap > p.tit {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.36;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}
main .main-content .notice .mo-wrap .title-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-left: 1.5rem;
}
main .main-content .notice .mo-wrap .title-wrap:before {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #9e9e9e;
  position: absolute;
  left: -0.7rem;
  top: 0.3rem;
}
main .main-content .notice .mo-wrap .title-wrap a {
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  color: #fff;
}
main .main-content .notice .mo-wrap .title-wrap p {
  font-size: 12px;
  line-height: 1.42;
  text-align: left;
  color: #a5a5a5;
}
main .main-content .notice table {
  display: flex;
  width: 100%;
  padding: 25px 32px;
  background-color: #f7f7f7;
  margin: 41px 0 14px;
}
main .main-content .notice table tbody {
  width: 100%;
}
main .main-content .notice table td, main .main-content .notice table td a {
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  color: #1f1f1f;
}
main .main-content .notice table td:nth-child(1) {
  width: 15%;
}
main .main-content .notice table td:nth-child(2) {
  width: 75%;
}
main .main-content .notice table td:nth-child(3) {
  width: 10%;
}
main .main-content .notice table td.tag {
  font-weight: bold;
}
main .main-content .notice a.more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  border: solid 0.5px #434343;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: #1f1f1f;
  position: relative;
}
main .main-content .notice a.more:hover {
  color: #fff;
  background-color: #305428;
}
@media (max-width: 990px) {
  main .main-content .notice a.more:after {
    content: url("/images/common/ico-mo-arrow.png");
    position: absolute;
    right: 0.9rem;
    top: 48%;
    transform: translateY(-50%);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  main .main-content .notice a.more:after {
    content: url("/images/common/ico-mo-arrow.png");
    position: absolute;
    right: 0.9rem;
    top: 48%;
    transform: translateY(-50%);
  }
}
@media (max-width: 990px) {
  main .main-content .notice a.more {
    width: 100%;
    justify-content: flex-end;
    padding: 0.5rem 2rem 0.5rem 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.42;
    text-align: center;
    color: #305428;
    text-transform: uppercase;
    background-color: #e8ebe7;
    border: 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  main .main-content .notice a.more {
    width: 100%;
    justify-content: flex-end;
    padding: 0.5rem 2rem 0.5rem 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.42;
    text-align: center;
    color: #305428;
    text-transform: uppercase;
    background-color: #e8ebe7;
    border: 0;
  }
}
main .main-content .project a.more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: #1f1f1f;
  padding: 10px 0;
  background-color: #f7f7f7;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 990px) {
  main .main-content .project a.more {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  main .main-content .project a.more {
    display: none;
  }
}
main .main-content .project a.more:after {
  content: url("/images/main/btn-main-more-off.png");
  position: absolute;
  right: 47%;
  top: 50%;
  transform: translateY(-50%);
}
main .main-content .project a.more:hover {
  color: #fff;
  background-color: #305428;
}
main .main-content .project a.more:hover:after {
  content: url("/images/main/btn-main-more.png");
}

footer {
  display: flex;
  justify-content: center;
  background-color: #f7f7f7;
  padding: 53px 0 46px 0;
}
@media (max-width: 990px) {
  footer {
    padding: 1rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  footer {
    padding: 1rem;
  }
}
footer .small-container {
  display: flex;
  flex-direction: column;
}
footer .small-container .link-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
footer .small-container .link-wrap a.logo {
  margin-bottom: 30px;
}
footer .small-container .link-wrap a.blog {
  display: none;
}
@media (max-width: 990px) {
  footer .small-container .link-wrap a.blog {
    display: block;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  footer .small-container .link-wrap a.blog {
    display: block;
  }
}
@media (max-width: 990px) {
  footer .small-container ul {
    flex-direction: column;
    width: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  footer .small-container ul {
    flex-direction: column;
    width: 100%;
  }
}
footer .small-container ul li {
  display: flex;
  flex-direction: column;
}
footer .small-container ul li:nth-child(1) {
  width: 35%;
}
footer .small-container ul li:nth-child(2) {
  width: 26%;
}
footer .small-container ul li:nth-child(3) {
  width: 26%;
}
footer .small-container ul li:nth-child(4) {
  width: 13%;
}
@media (max-width: 990px) {
  footer .small-container ul li.sitemap {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  footer .small-container ul li.sitemap {
    display: none;
  }
}
@media (max-width: 990px) {
  footer .small-container ul li:nth-child(1), footer .small-container ul li:nth-child(2), footer .small-container ul li:nth-child(3), footer .small-container ul li:nth-child(4) {
    width: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  footer .small-container ul li:nth-child(1), footer .small-container ul li:nth-child(2), footer .small-container ul li:nth-child(3), footer .small-container ul li:nth-child(4) {
    width: 100%;
  }
}
footer .small-container ul li p, footer .small-container ul li a {
  font-size: 14px;
  line-height: 2.14;
  text-align: left;
  color: #1f1f1f;
}
footer .small-container ul li p.tit, footer .small-container ul li a.tit {
  font-weight: bold;
}

.factory {
  justify-content: center;
  padding: 92px 0 0 0;
}
@media (max-width: 990px) {
  .factory {
    padding: 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .factory {
    padding: 0;
  }
}
.factory .sub-visual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("/images/company/factory.png") no-repeat top center;
  height: 675px;
  margin: 63px 0 112px;
}
@media (max-width: 990px) {
  .factory .sub-visual {
    margin: 0 0 1.6rem;
    height: 17rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .factory .sub-visual {
    margin: 0 0 1.6rem;
    height: 17rem;
  }
}
.factory .sub-visual h1 {
  font-size: 62px;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
  color: #fff;
  margin-bottom: 24px;
}
@media (max-width: 990px) {
  .factory .sub-visual h1 {
    font-size: 1.5rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .factory .sub-visual h1 {
    font-size: 1.5rem;
  }
}
.factory .sub-visual p {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.67;
  text-align: center;
  color: #fff;
}
@media (max-width: 990px) {
  .factory .sub-visual p {
    font-size: 1rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .factory .sub-visual p {
    font-size: 1rem;
  }
}
.factory .management {
  display: flex;
  justify-content: center;
  margin: 0 0 81px 0;
}
@media (max-width: 990px) {
  .factory .management {
    margin: 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .factory .management {
    margin: 0;
  }
}
.factory .management .img-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 63px;
}
@media (max-width: 990px) {
  .factory .management .img-group {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .factory .management .img-group {
    display: none;
  }
}
.factory .management .img-group .img-box {
  display: flex;
  align-items: flex-start;
  margin-top: 11px;
}
.factory .management .img-group .img-box img.manage2 {
  margin-right: 12px;
}
.factory .management ul {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 990px) {
  .factory .management ul {
    padding-left: 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .factory .management ul {
    padding-left: 0;
  }
}
.factory .management ul:before {
  content: "";
  width: 1px;
  height: 400px;
  background-color: #357926;
  position: absolute;
  left: 0;
  top: 30px;
}
@media (max-width: 990px) {
  .factory .management ul:before {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .factory .management ul:before {
    display: none;
  }
}
.factory .management ul li {
  display: flex;
  flex-direction: column;
  margin-bottom: 88px;
  position: relative;
}
@media (max-width: 990px) {
  .factory .management ul li {
    margin-bottom: 1.6rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .factory .management ul li {
    margin-bottom: 1.6rem;
  }
}
.factory .management ul li:before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #357926;
  position: absolute;
  left: -37px;
  top: 25px;
}
.factory .management ul li p {
  font-size: 14px;
  line-height: 1.79;
  text-align: left;
  color: #1f1f1f;
}
.factory .management ul li p.tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
  text-align: left;
  color: #1f1f1f;
}
.factory .management ul li img {
  display: none;
}
@media (max-width: 990px) {
  .factory .management ul li img {
    display: block;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .factory .management ul li img {
    display: block;
  }
}
@media (max-width: 990px) {
  .factory .management ul li:last-child {
    margin-bottom: 1rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .factory .management ul li:last-child {
    margin-bottom: 1rem;
  }
}
.factory .process {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 49px 0 0 0;
}
.factory .process:before {
  content: "";
  width: 98vw;
  height: 1px;
  background-color: #b8b8b8;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
@media (max-width: 990px) {
  .factory .process:before {
    width: 1px;
    height: 2.75rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .factory .process:before {
    width: 1px;
    height: 2.75rem;
  }
}
.factory .process h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.47;
  text-align: center;
  color: #1f1f1f;
}
@media (max-width: 990px) {
  .factory .process h1 {
    font-size: 1.5rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .factory .process h1 {
    font-size: 1.5rem;
  }
}
.factory .process p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  text-align: center;
  color: #1f1f1f;
}
@media (max-width: 990px) {
  .factory .process p {
    font-size: 0.8rem;
    line-height: 2;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .factory .process p {
    font-size: 0.8rem;
    line-height: 2;
  }
}
.factory .process ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1313px;
  margin-top: 50px;
}
@media (max-width: 990px) {
  .factory .process ul {
    width: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .factory .process ul {
    width: 100%;
  }
}
.factory .process ul li {
  display: flex;
  flex-direction: column;
  margin-bottom: 81px;
}
@media (max-width: 990px) {
  .factory .process ul li {
    width: 50%;
    padding: 1rem;
    margin-bottom: 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .factory .process ul li {
    width: 50%;
    padding: 1rem;
    margin-bottom: 0;
  }
}
.factory .process ul li p {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.45;
  text-align: left;
  color: #1f1f1f;
}
@media (max-width: 990px) {
  .factory .process ul li p {
    font-size: 0.8rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .factory .process ul li p {
    font-size: 0.8rem;
  }
}
.factory .process ul li p b {
  font-weight: bold;
}
.factory .mark {
  display: flex;
  justify-content: center;
  padding: 49px 0 187px 0;
  position: relative;
}
@media (max-width: 990px) {
  .factory .mark {
    padding: 1rem 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .factory .mark {
    padding: 1rem 0;
  }
}
.factory .mark:before {
  content: "";
  width: 98vw;
  height: 1px;
  background-color: #b8b8b8;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.factory .mark ul {
  display: flex;
  justify-content: space-between;
  width: 1400px;
}
@media (max-width: 990px) {
  .factory .mark ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .factory .mark ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }
}
.factory .mark ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 990px) {
  .factory .mark ul li {
    width: 20%;
    padding: 1rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .factory .mark ul li {
    width: 20%;
    padding: 1rem;
  }
}

.location {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 126px 0 69px 0;
}
@media (max-width: 990px) {
  .location {
    padding: 1rem 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .location {
    padding: 1rem 0;
  }
}
.location h1 {
  font-size: 30px;
  line-height: 1.47;
  text-align: center;
  color: #1f1f1f;
}
@media (max-width: 990px) {
  .location h1 {
    font-size: 1.5rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .location h1 {
    font-size: 1.5rem;
  }
}
.location h1 b {
  font-weight: bold;
}
.location .office-wrap {
  display: flex;
  justify-content: space-between;
  width: 1291px;
  margin-top: 72px;
}
@media (max-width: 990px) {
  .location .office-wrap {
    width: 100%;
    flex-direction: column;
    margin-top: 1rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .location .office-wrap {
    width: 100%;
    flex-direction: column;
    margin-top: 1rem;
  }
}
.location .office-wrap article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 609px;
  position: relative;
  padding-top: 26px;
}
@media (max-width: 990px) {
  .location .office-wrap article {
    width: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .location .office-wrap article {
    width: 100%;
  }
}
.location .office-wrap article:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #b8b8b8;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.location .office-wrap article dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 21px;
}
@media (max-width: 990px) {
  .location .office-wrap article dl {
    width: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .location .office-wrap article dl {
    width: 100%;
  }
}
.location .office-wrap article dl dt {
  width: 30%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
  text-align: left;
  color: #1f1f1f;
}
@media (max-width: 990px) {
  .location .office-wrap article dl dt {
    font-size: 1rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .location .office-wrap article dl dt {
    font-size: 1rem;
  }
}
.location .office-wrap article dl dd {
  width: 70%;
  font-size: 14px;
  line-height: 1.79;
  text-align: right;
  color: #1f1f1f;
}
.location .office-wrap article dl dd span.fax {
  margin-left: 1rem;
}

section.brand {
  padding: 155px 60px 131px 60px !important;
  align-items: center;
}
@media (max-width: 990px) {
  section.brand {
    padding: 0 0 0 0 !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand {
    padding: 0 0 0 0 !important;
  }
}
section.brand h2 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.44;
  text-align: left;
  color: #1f1f1f;
  position: relative;
  padding-left: 15px;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  section.brand h2 {
    font-size: 1rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand h2 {
    font-size: 1rem;
  }
}
section.brand h2:before {
  content: " ";
  width: 5px;
  height: 21px;
  background-color: #1f1f1f;
  position: absolute;
  left: 0;
  top: 7px;
}
@media (max-width: 990px) {
  section.brand h2:before {
    top: 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand h2:before {
    top: 0;
  }
}
section.brand article.youtube {
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  section.brand article.youtube {
    margin-bottom: 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.youtube {
    margin-bottom: 0;
  }
}
section.brand article.youtube video,
section.brand article.youtube iframe {
  width: 100%;
  height: 873px;
}
@media (max-width: 990px) {
  section.brand article.youtube video,
  section.brand article.youtube iframe {
    height: 18rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.youtube video,
  section.brand article.youtube iframe {
    height: 18rem;
  }
}
section.brand article.history {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: gainsboro;
  padding: 102px 0 26px;
  margin-bottom: 217px;
  background: url("/images/company/bg-mt.png") no-repeat top center;
}
@media (max-width: 990px) {
  section.brand article.history {
    padding: 2rem 1rem 1rem 1rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.history {
    padding: 2rem 1rem 1rem 1rem;
    margin-bottom: 1rem;
  }
}
section.brand article.history h1 {
  font-size: 62px;
  font-weight: 500;
  line-height: 1.45;
  text-align: left;
  color: #1f1f1f;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 990px) {
  section.brand article.history h1 {
    font-size: 1.2rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.history h1 {
    font-size: 1.2rem;
  }
}
section.brand article.history h1:after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #1ea600;
  position: absolute;
  right: -20px;
  bottom: 20px;
}
@media (max-width: 990px) {
  section.brand article.history h1:after {
    bottom: 0.3rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.history h1:after {
    bottom: 0.3rem;
  }
}
section.brand article.history > p {
  font-size: 16px;
  word-break: keep-all;
  font-weight: 500;
  line-height: 2.5;
  text-align: center;
  color: #1f1f1f;
  margin-bottom: 100px;
}
@media (max-width: 990px) {
  section.brand article.history > p {
    font-size: 0.8rem;
    font-weight: unset;
    margin-bottom: 5rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.history > p {
    font-size: 0.8rem;
    font-weight: unset;
    margin-bottom: 5rem;
  }
}
section.brand article.history > ul.year-history {
  display: flex;
  position: relative;
  padding: 110px 0 0 60px;
  width: 100%;
}
section.brand article.history > ul.year-history:before {
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 990px) {
  section.brand article.history > ul.year-history:before {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.history > ul.year-history:before {
    display: none;
  }
}
@media (max-width: 990px) {
  section.brand article.history > ul.year-history {
    padding: 0;
    width: unset;
    flex-direction: column;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.history > ul.year-history {
    padding: 0;
    width: unset;
    flex-direction: column;
  }
}
section.brand article.history > ul.year-history > li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
section.brand article.history > ul.year-history > li:before {
  content: " ";
  width: 1px;
  height: 110px;
  background-color: #ffffff;
  position: absolute;
  left: 20px;
  top: -110px;
}
@media (max-width: 990px) {
  section.brand article.history > ul.year-history > li:before {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.history > ul.year-history > li:before {
    display: none;
  }
}
section.brand article.history > ul.year-history > li:after {
  content: " ";
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: -115px;
}
@media (max-width: 990px) {
  section.brand article.history > ul.year-history > li:after {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.history > ul.year-history > li:after {
    display: none;
  }
}
@media (max-width: 990px) {
  section.brand article.history > ul.year-history > li {
    margin-bottom: 1.5rem;
    padding-left: 0.5rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.history > ul.year-history > li {
    margin-bottom: 1.5rem;
    padding-left: 0.5rem;
  }
}
section.brand article.history > ul.year-history > li > p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
  text-align: center;
  color: #fff;
}
section.brand article.history > ul.year-history > li > ul {
  display: flex;
  flex-direction: column;
}
section.brand article.history > ul.year-history > li > ul > li {
  font-size: 14px;
  line-height: 2.14;
  text-align: left;
  color: #fff;
  margin-right: 20px;
}
section.brand article.history > ul.year-history > li > ul > li.mo {
  padding-left: 32px;
}
@media (max-width: 990px) {
  section.brand article.history > ul.year-history > li > ul > li.mo {
    padding-left: 0.8rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.history > ul.year-history > li > ul > li.mo {
    padding-left: 0.8rem;
  }
}
section.brand article.history-year {
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
}
section.brand article.history-year ul.year-tab {
  display: flex;
  margin-bottom: 1rem;
  position: relative;
}
section.brand article.history-year ul.year-tab:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e8ebe7;
  position: absolute;
  left: 0;
  top: 0;
}
section.brand article.history-year ul.year-tab li {
  position: relative;
}
section.brand article.history-year ul.year-tab li a {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.42;
  text-align: center;
  color: #939393;
  margin-right: 2rem;
  position: relative;
}
section.brand article.history-year ul.year-tab li a.active {
  color: #357926;
  position: relative;
}
section.brand article.history-year ul.year-tab li a.active:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #357926;
  position: absolute;
  top: -6px;
  left: 0;
}
section.brand article.history-year ul.year-history {
  display: flex;
  flex-direction: column;
  margin-bottom: 6.25rem;
}
section.brand article.history-year ul.year-history > li {
  display: none;
}
section.brand article.history-year ul.year-history > li.active {
  display: flex;
}
section.brand article.history-year ul.year-history > li > p {
  display: none;
}
section.brand article.history-year ul.year-history > li > ul {
  display: flex;
  flex-direction: column;
}
section.brand article.history-year ul.year-history > li > ul > li {
  font-size: 0.8rem;
  line-height: 2.14;
  text-align: left;
  color: #1f1f1f;
}
section.brand article.ci {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
section.brand article.ci:before {
  content: "";
  width: 1px;
  height: 70px;
  background-color: #1f1f1f;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -75px;
}
section.brand article.ci .bi-01 p.tit {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.47;
  text-align: center;
  color: #1f1f1f;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 990px) {
  section.brand article.ci .bi-01 p.tit {
    font-size: 1.5rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.ci .bi-01 p.tit {
    font-size: 1.5rem;
  }
}
section.brand article.ci .bi-01 p {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.47;
  text-align: center;
  color: #1f1f1f;
  margin-bottom: 48px;
}
@media (max-width: 990px) {
  section.brand article.ci .bi-01 p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.ci .bi-01 p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
section.brand article.ci .bi-02 {
  display: flex;
  padding: 76px 0 215px;
}
@media (max-width: 990px) {
  section.brand article.ci .bi-02 {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.8rem 0 5rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.ci .bi-02 {
    flex-direction: column;
    align-items: flex-start;
    padding: 1.8rem 0 5rem;
  }
}
section.brand article.ci .bi-02 img {
  margin-right: 39px;
  margin-left: 200px;
}
@media (max-width: 990px) {
  section.brand article.ci .bi-02 img {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2.2rem;
    content: url("/images/company/logo-desc-mo.png");
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.ci .bi-02 img {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2.2rem;
    content: url("/images/company/logo-desc-mo.png");
  }
}
section.brand article.ci .bi-02 .desc-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 500px;
}
@media (max-width: 990px) {
  section.brand article.ci .bi-02 .desc-wrap {
    width: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.ci .bi-02 .desc-wrap {
    width: 100%;
  }
}
section.brand article.ci .bi-02 .desc-wrap p {
  font-size: 20px;
  line-height: 2;
  text-align: left;
  color: #1f1f1f;
  position: relative;
}
@media (max-width: 990px) {
  section.brand article.ci .bi-02 .desc-wrap p {
    font-size: 0.8rem;
    padding-left: 6rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.ci .bi-02 .desc-wrap p {
    font-size: 0.8rem;
    padding-left: 6rem;
  }
}
@media (max-width: 990px) {
  section.brand article.ci .bi-02 .desc-wrap p br {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.ci .bi-02 .desc-wrap p br {
    display: none;
  }
}
section.brand article.ci .bi-02 .desc-wrap p:first-child {
  margin-bottom: 125px;
}
@media (max-width: 990px) {
  section.brand article.ci .bi-02 .desc-wrap p:first-child {
    margin-bottom: 1.2rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.ci .bi-02 .desc-wrap p:first-child {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 990px) {
  section.brand article.ci .bi-02 .desc-wrap p:first-child:before {
    content: url("/images/company/logo-m-01.png");
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.ci .bi-02 .desc-wrap p:first-child:before {
    content: url("/images/company/logo-m-01.png");
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (max-width: 990px) {
  section.brand article.ci .bi-02 .desc-wrap p:last-child:before {
    content: url("/images/company/logo-m-02.png");
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.ci .bi-02 .desc-wrap p:last-child:before {
    content: url("/images/company/logo-m-02.png");
    position: absolute;
    left: 0;
    top: 0;
  }
}
section.brand article.ci .bi-02, section.brand article.ci .bi-03, section.brand article.ci .bi-04 {
  width: 1417px;
}
@media (max-width: 990px) {
  section.brand article.ci .bi-02, section.brand article.ci .bi-03, section.brand article.ci .bi-04 {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.ci .bi-02, section.brand article.ci .bi-03, section.brand article.ci .bi-04 {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
section.brand article.ci .bi-03 {
  display: flex;
  margin-bottom: 203px;
}
@media (max-width: 990px) {
  section.brand article.ci .bi-03 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 5rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.ci .bi-03 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 5rem;
  }
}
section.brand article.ci .bi-03 img {
  margin-right: 50px;
}
@media (max-width: 990px) {
  section.brand article.ci .bi-03 img {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.ci .bi-03 img {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
section.brand article.ci .bi-03 .txt-wrap {
  display: flex;
  flex-direction: column;
}
section.brand article.ci .bi-03 .txt-wrap .story {
  margin-bottom: 170px;
}
@media (max-width: 990px) {
  section.brand article.ci .bi-03 .txt-wrap .story {
    margin-bottom: 3rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.ci .bi-03 .txt-wrap .story {
    margin-bottom: 3rem;
  }
}
section.brand article.ci .bi-03 .txt-wrap .story p {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #1f1f1f;
}
@media (max-width: 990px) {
  section.brand article.ci .bi-03 .txt-wrap .story p {
    font-size: 0.8rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.ci .bi-03 .txt-wrap .story p {
    font-size: 0.8rem;
  }
}
section.brand article.ci .bi-03 .txt-wrap .story p b {
  font-weight: bold;
  color: #305428;
}
@media (max-width: 990px) {
  section.brand article.ci .bi-03 .txt-wrap .story p br {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.ci .bi-03 .txt-wrap .story p br {
    display: none;
  }
}
section.brand article.ci .bi-03 .txt-wrap .colors {
  display: flex;
  flex-direction: column;
  position: relative;
}
section.brand article.ci .bi-03 .txt-wrap .colors h2 {
  margin-bottom: 58px;
}
@media (max-width: 990px) {
  section.brand article.ci .bi-03 .txt-wrap .colors h2 {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.ci .bi-03 .txt-wrap .colors h2 {
    margin-bottom: 2.5rem;
  }
}
section.brand article.ci .bi-03 .txt-wrap .colors ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
section.brand article.ci .bi-03 .txt-wrap .colors ul:before, section.brand article.ci .bi-03 .txt-wrap .colors ul:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #1f1f1f;
  position: absolute;
}
section.brand article.ci .bi-03 .txt-wrap .colors ul:before {
  left: 0;
  top: -30px;
}
section.brand article.ci .bi-03 .txt-wrap .colors ul:after {
  left: 0;
  bottom: -25px;
}
section.brand article.ci .bi-03 .txt-wrap .colors ul li {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
@media (max-width: 990px) {
  section.brand article.ci .bi-03 .txt-wrap .colors ul li {
    flex-wrap: unset;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.ci .bi-03 .txt-wrap .colors ul li {
    flex-wrap: unset;
  }
}
section.brand article.ci .bi-03 .txt-wrap .colors ul li div.circle {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  margin-right: 25px;
}
@media (max-width: 990px) {
  section.brand article.ci .bi-03 .txt-wrap .colors ul li div.circle {
    width: 3rem;
    height: 3rem;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.ci .bi-03 .txt-wrap .colors ul li div.circle {
    width: 3rem;
    height: 3rem;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
section.brand article.ci .bi-03 .txt-wrap .colors ul li p {
  font-size: 16px;
  line-height: 1.88;
  text-align: left;
  color: #1f1f1f;
}
@media (max-width: 990px) {
  section.brand article.ci .bi-03 .txt-wrap .colors ul li p {
    font-size: 0.8rem;
    padding-left: 0.4rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.ci .bi-03 .txt-wrap .colors ul li p {
    font-size: 0.8rem;
    padding-left: 0.4rem;
    margin-bottom: 1rem;
  }
}
section.brand article.ci .bi-03 .txt-wrap .colors ul li:nth-child(1) div.circle {
  background-color: #397234;
  margin-bottom: 71px;
}
@media (max-width: 990px) {
  section.brand article.ci .bi-03 .txt-wrap .colors ul li:nth-child(1) div.circle {
    margin-bottom: 1rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.ci .bi-03 .txt-wrap .colors ul li:nth-child(1) div.circle {
    margin-bottom: 1rem;
  }
}
section.brand article.ci .bi-03 .txt-wrap .colors ul li:nth-child(2) div.circle {
  background-color: #32572e;
  margin-bottom: 71px;
  margin-left: 33px;
}
@media (max-width: 990px) {
  section.brand article.ci .bi-03 .txt-wrap .colors ul li:nth-child(2) div.circle {
    margin-bottom: 1rem;
    margin-left: 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.ci .bi-03 .txt-wrap .colors ul li:nth-child(2) div.circle {
    margin-bottom: 1rem;
    margin-left: 0;
  }
}
section.brand article.ci .bi-03 .txt-wrap .colors ul li:nth-child(3) div.circle {
  background-color: #0d2714;
}
section.brand article.ci .bi-03 .txt-wrap .colors ul li:nth-child(4) div.circle {
  background-color: #252425;
  margin-left: 33px;
}
@media (max-width: 990px) {
  section.brand article.ci .bi-03 .txt-wrap .colors ul li:nth-child(4) div.circle {
    margin-left: 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.ci .bi-03 .txt-wrap .colors ul li:nth-child(4) div.circle {
    margin-left: 0;
  }
}
section.brand article.ci .bi-04 {
  display: flex;
  flex-direction: column;
}
section.brand article.ci .bi-04 .ci-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 58px;
}
@media (max-width: 990px) {
  section.brand article.ci .bi-04 .ci-wrap {
    justify-content: flex-start;
    flex-direction: row;
    margin-bottom: 2rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.ci .bi-04 .ci-wrap {
    justify-content: flex-start;
    flex-direction: row;
    margin-bottom: 2rem;
  }
}
section.brand article.ci .bi-04 .ci-wrap .horizon, section.brand article.ci .bi-04 .ci-wrap .basic {
  display: flex;
  flex-direction: column;
}
section.brand article.ci .bi-04 .ci-wrap .horizon img, section.brand article.ci .bi-04 .ci-wrap .basic img {
  border: 1px solid #707070;
}
section.brand article.ci .bi-04 .ci-wrap .horizon.horizon, section.brand article.ci .bi-04 .ci-wrap .basic.horizon {
  margin-right: 125px;
}
@media (max-width: 990px) {
  section.brand article.ci .bi-04 .ci-wrap .horizon.horizon, section.brand article.ci .bi-04 .ci-wrap .basic.horizon {
    margin-right: 0.2rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.ci .bi-04 .ci-wrap .horizon.horizon, section.brand article.ci .bi-04 .ci-wrap .basic.horizon {
    margin-right: 0.2rem;
    margin-bottom: 2rem;
  }
}
section.brand article.ci .bi-04 > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  margin: 0 0 0 auto;
  padding: 20px 0;
  background-color: #305428;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 990px) {
  section.brand article.ci .bi-04 > a {
    display: none;
    padding: 1rem 0;
    font-size: 1rem;
    width: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.brand article.ci .bi-04 > a {
    display: none;
    padding: 1rem 0;
    font-size: 1rem;
    width: 100%;
  }
}

section.gallery-visual {
  display: flex;
  justify-content: center;
  margin-bottom: 72px;
}

section.gallery {
  display: flex;
  justify-content: center;
  padding: 150px 0 137px 0;
}
@media (max-width: 990px) {
  section.gallery {
    padding: 8rem 0 2rem 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.gallery {
    padding: 8rem 0 2rem 0;
  }
}
section.gallery .gallery-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.gallery .gallery-wrap .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 29px;
  width: 100%;
}
@media (max-width: 990px) {
  section.gallery .gallery-wrap .header {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.gallery .gallery-wrap .header {
    display: none;
  }
}
section.gallery .gallery-wrap .header .search-wrap {
  display: flex;
  flex-direction: column;
}
section.gallery .gallery-wrap .header .search-wrap h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.47;
  color: #1f1f1f;
  margin-bottom: 3px;
  text-transform: uppercase;
}
section.gallery .gallery-wrap .header .search-wrap .search-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
section.gallery .gallery-wrap .header .search-wrap .search-wrap p {
  font-size: 16px;
  line-height: 1.5;
  color: #1f1f1f;
}
section.gallery .gallery-wrap .header .search-wrap .search-wrap p.cnt {
  position: relative;
  color: #939393;
  margin-left: 50px;
}
section.gallery .gallery-wrap .header .search-wrap .search-wrap p.cnt:before {
  content: "";
  width: 1px;
  height: 60%;
  background-color: #939393;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}
section.gallery .gallery-wrap .header .title-wrap {
  display: flex;
  flex-direction: column;
}
section.gallery .gallery-wrap .header .title-wrap h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.47;
  text-align: left;
  color: #1f1f1f;
  position: relative;
}
section.gallery .gallery-wrap .header .title-wrap h1:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #1f1f1f;
  position: absolute;
  left: 0;
  bottom: 0;
}
section.gallery .gallery-wrap ul {
  display: flex;
  flex-wrap: wrap;
  width: 1450px;
  margin-bottom: 49px;
}
@media (max-width: 990px) {
  section.gallery .gallery-wrap ul {
    justify-content: space-between;
    width: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.gallery .gallery-wrap ul {
    justify-content: space-between;
    width: 100%;
  }
}
section.gallery .gallery-wrap ul li {
  display: flex;
  flex-direction: column;
  width: 462px;
  height: 462px;
  margin: 0 32px 61px 0;
  position: relative;
}
@media (max-width: 990px) {
  section.gallery .gallery-wrap ul li {
    border: 1px solid #e5e5e5;
    width: 49%;
    height: 10rem;
    margin: 0 0 1rem 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.gallery .gallery-wrap ul li {
    border: 1px solid #e5e5e5;
    width: 49%;
    height: 10rem;
    margin: 0 0 1rem 0;
  }
}
section.gallery .gallery-wrap ul li:hover .box-info, section.gallery .gallery-wrap ul li.on .box-info {
  display: flex;
}
section.gallery .gallery-wrap ul li:nth-child(3n+0) {
  margin-right: 0;
}
section.gallery .gallery-wrap ul li img {
  cursor: pointer;
}
section.gallery .gallery-wrap ul li .box-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  position: absolute;
  /*
            background-color: rgba(0, 0, 0, 0.2);
  */
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (max-width: 990px) {
  section.gallery .gallery-wrap ul li .box-info {
    justify-content: flex-end;
    padding: 0 0 0.5rem 0;
    bottom: -0.6rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.gallery .gallery-wrap ul li .box-info {
    justify-content: flex-end;
    padding: 0 0 0.5rem 0;
    bottom: -0.6rem;
  }
}
section.gallery .gallery-wrap ul li .box-info p {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #fff;
}
@media (max-width: 990px) {
  section.gallery .gallery-wrap ul li .box-info p {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.gallery .gallery-wrap ul li .box-info p {
    display: none;
  }
}
section.gallery .gallery-wrap ul li .buttons {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 990px) {
  section.gallery .gallery-wrap ul li .buttons {
    margin-right: 0.3rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.gallery .gallery-wrap ul li .buttons {
    margin-right: 0.3rem;
  }
}
section.gallery .gallery-wrap ul li .buttons a {
  width: 25px;
  height: 25px;
}
section.gallery .gallery-wrap ul li .buttons a.btn-down {
  background: url("/images/common/btn-circle-down.png") no-repeat center center;
  margin-right: 13px;
}
section.gallery .gallery-wrap ul li .buttons a.btn-check {
  background: url("/images/common/btn-check.png?v=1") no-repeat center center;
}
section.gallery .gallery-wrap ul li .buttons a.btn-check:hover, section.gallery .gallery-wrap ul li .buttons a.btn-check.active {
  background: url("/images/common/btn-check-on.png") no-repeat center center;
}
section.gallery .gallery-wrap a.more {
  display: flex;
  justify-content: center;
  background-color: #305428;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 10px 60px 10px 40px;
  position: relative;
}
@media (max-width: 990px) {
  section.gallery .gallery-wrap a.more {
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.gallery .gallery-wrap a.more {
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
  }
}
section.gallery .gallery-wrap a.more:after {
  content: url("/images/common/ico-plus.png");
  position: absolute;
  right: 20px;
  top: 52%;
  transform: translateY(-50%);
}
@media (max-width: 990px) {
  section.gallery .gallery-wrap a.more:after {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.gallery .gallery-wrap a.more:after {
    display: none;
  }
}
section.gallery .gallery-wrap p.last-page {
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 990px) {
  section.gallery .gallery-wrap p.last-page {
    font-size: 0.8rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.gallery .gallery-wrap p.last-page {
    font-size: 0.8rem;
  }
}

.pop-gallery {
  display: flex;
  width: 1200px;
  position: relative;
}
@media (max-width: 990px) {
  .pop-gallery {
    width: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .pop-gallery {
    width: 100%;
  }
}
.pop-gallery .pop-gallery-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  margin: 0 50px;
  overflow: hidden;
}
@media (max-width: 990px) {
  .pop-gallery .pop-gallery-wrap {
    width: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .pop-gallery .pop-gallery-wrap {
    width: 100%;
  }
}
.pop-gallery .pop-gallery-wrap:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.pop-gallery .pop-gallery-wrap:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.pop-gallery .pop-gallery-wrap .header {
  display: flex;
  justify-content: flex-end;
  padding: 5px 0 10px 0;
}
.pop-gallery .pop-gallery-wrap .header a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
.pop-gallery .pop-gallery-wrap .header a:hover {
  background-color: #1ea600;
}
.pop-gallery .pop-gallery-wrap .body {
  display: flex;
  flex-direction: column;
}
.pop-gallery .pop-gallery-wrap .body img {
  margin-bottom: 40px;
}
.pop-gallery .pop-gallery-wrap .body .box-info {
  display: flex;
  flex-direction: column;
}
.pop-gallery .pop-gallery-wrap .body .box-info p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  text-align: left;
  color: #fff;
  margin-bottom: 15px;
}
.pop-gallery .pop-gallery-wrap .body .box-info .buttons {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 20px;
}
@media (max-width: 990px) {
  .pop-gallery .pop-gallery-wrap .body .box-info .buttons {
    flex-direction: column;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .pop-gallery .pop-gallery-wrap .body .box-info .buttons {
    flex-direction: column;
  }
}
.pop-gallery .pop-gallery-wrap .body .box-info .buttons .tags {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 990px) {
  .pop-gallery .pop-gallery-wrap .body .box-info .buttons .tags {
    flex-direction: column;
    margin-bottom: 1rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .pop-gallery .pop-gallery-wrap .body .box-info .buttons .tags {
    flex-direction: column;
    margin-bottom: 1rem;
  }
}
.pop-gallery .pop-gallery-wrap .body .box-info .buttons .tags a {
  padding: 3px 26px;
  object-fit: contain;
  border-radius: 15px;
  background-color: rgba(244, 246, 244, 0.42);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  margin-right: 5px;
  margin-bottom: 0.5rem;
}
.pop-gallery .pop-gallery-wrap .body .box-info .buttons .tags a:hover {
  background-color: #1ea600;
}
.pop-gallery .pop-gallery-wrap .body .box-info .buttons a.btn-down {
  display: flex;
  padding-right: 36px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  text-align: left;
  color: #fff;
  width: 7rem;
}
.pop-gallery .pop-gallery-wrap .body .box-info .buttons a.btn-down:hover {
  color: #1ea600;
}
.pop-gallery .pop-gallery-wrap .body .box-info .buttons a.btn-down:after {
  content: url("/images/sub/ico-down.png");
  position: absolute;
  right: 0;
  bottom: -0.4rem;
}
.pop-gallery .navigation {
  display: flex;
  width: 100%;
  position: absolute;
  left: 0;
  top: 40%;
}
.pop-gallery .navigation .button-next {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10000 !important;
}
@media (max-width: 990px) {
  .pop-gallery .navigation .button-next {
    left: 0.5rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .pop-gallery .navigation .button-next {
    left: 0.5rem;
  }
}
.pop-gallery .navigation .button-next:after {
  content: url("/images/sub/ico-next.png");
}
.pop-gallery .navigation .button-prev {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10000 !important;
}
@media (max-width: 990px) {
  .pop-gallery .navigation .button-prev {
    right: 0.5rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .pop-gallery .navigation .button-prev {
    right: 0.5rem;
  }
}
.pop-gallery .navigation .button-prev:after {
  content: url("/images/sub/ico-prev.png");
}

section.gallery-category {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 188px 0;
}
@media (max-width: 990px) {
  section.gallery-category {
    padding: 0 0 1rem 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.gallery-category {
    padding: 0 0 1rem 0;
  }
}
section.gallery-category .gallery-wrap {
  display: flex;
  flex-direction: column;
  width: 1530px;
  padding-top: 152px;
}
@media (max-width: 990px) {
  section.gallery-category .gallery-wrap {
    width: 100%;
    padding-top: 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.gallery-category .gallery-wrap {
    width: 100%;
    padding-top: 0;
  }
}
section.gallery-category .gallery-wrap ul.top-links {
  display: flex;
  margin: 40px 0;
}
section.gallery-category .gallery-wrap ul.top-links li {
  position: relative;
}
section.gallery-category .gallery-wrap ul.top-links li:last-child {
  margin-left: 56px;
}
section.gallery-category .gallery-wrap ul.top-links li:last-child:before {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #707070;
  position: absolute;
  left: -50px;
  top: 7px;
}
section.gallery-category .gallery-wrap ul.top-links li a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  color: #939393;
  margin-right: 44px;
}
section.gallery-category .gallery-wrap ul.top-links li a.underline {
  text-decoration: underline;
}
section.gallery-category .gallery-wrap ul.group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 990px) {
  section.gallery-category .gallery-wrap ul.group {
    margin-bottom: 4rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.gallery-category .gallery-wrap ul.group {
    margin-bottom: 4rem;
  }
}
section.gallery-category .gallery-wrap ul.group > li {
  display: flex;
  flex-direction: column;
  margin-bottom: 107px;
}
@media (max-width: 990px) {
  section.gallery-category .gallery-wrap ul.group > li {
    width: 100%;
    margin-bottom: 3rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.gallery-category .gallery-wrap ul.group > li {
    width: 100%;
    margin-bottom: 3rem;
  }
}
section.gallery-category .gallery-wrap ul.group > li a .box-image {
  display: flex;
  align-items: flex-end;
  width: 741px;
  height: 521px;
  background-color: rgba(147, 147, 147, 0.1);
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  padding: 0 0 44px 55px;
  margin: 0 48px 18px 0;
}
@media (max-width: 990px) {
  section.gallery-category .gallery-wrap ul.group > li a .box-image {
    width: 100%;
    height: 14rem;
    font-size: 1.3rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.gallery-category .gallery-wrap ul.group > li a .box-image {
    width: 100%;
    height: 14rem;
    font-size: 1.3rem;
  }
}
@media (max-width: 990px) {
  section.gallery-category .gallery-wrap ul.group > li a .box-image span {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.gallery-category .gallery-wrap ul.group > li a .box-image span {
    display: none;
  }
}
section.gallery-category .gallery-wrap ul.group > li a:hover .box-image {
  color: rgba(53, 121, 38, 0.86);
}
section.gallery-category .gallery-wrap ul.group > li p.mo-title {
  display: none;
}
@media (max-width: 990px) {
  section.gallery-category .gallery-wrap ul.group > li p.mo-title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    color: #1f1f1f;
    margin-bottom: 0.8rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.gallery-category .gallery-wrap ul.group > li p.mo-title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    color: #1f1f1f;
    margin-bottom: 0.8rem;
  }
}
section.gallery-category .gallery-wrap ul.group > li ul.cate {
  display: flex;
}
@media (max-width: 990px) {
  section.gallery-category .gallery-wrap ul.group > li ul.cate {
    flex-wrap: wrap;
    margin: 0 auto;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.gallery-category .gallery-wrap ul.group > li ul.cate {
    flex-wrap: wrap;
    margin: 0 auto;
  }
}
section.gallery-category .gallery-wrap ul.group > li ul.cate > li {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: solid 1px #939393;
  background-color: #fff;
  margin-right: 30px;
}
@media (max-width: 990px) {
  section.gallery-category .gallery-wrap ul.group > li ul.cate > li {
    margin-right: 1rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.gallery-category .gallery-wrap ul.group > li ul.cate > li {
    margin-right: 1rem;
  }
}
section.gallery-category .gallery-wrap ul.group > li ul.cate > li:hover {
  background-color: #357926;
}
section.gallery-category .gallery-wrap ul.group > li ul.cate > li a {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #2e2e2e;
}
@media (max-width: 990px) {
  section.gallery-category .gallery-wrap ul.group > li ul.cate > li a {
    font-size: 0.8rem;
    padding: 0.3rem 0.5rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.gallery-category .gallery-wrap ul.group > li ul.cate > li a {
    font-size: 0.8rem;
    padding: 0.3rem 0.5rem;
  }
}
section.gallery-category .gallery-wrap ul.group > li ul.cate > li a:hover {
  color: #fff;
}
section.gallery-category .gallery-wrap ul.group > li:nth-child(2n+0) a .box-image {
  margin-right: 0;
}

section.gallery-category-group .cate-group-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 990px) {
  section.gallery-category-group .cate-group-wrap {
    flex-direction: column;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.gallery-category-group .cate-group-wrap {
    flex-direction: column;
  }
}
section.gallery-category-group .cate-group-wrap .menu-wrap {
  display: flex;
  flex-direction: column;
  width: 165px;
  margin-right: 84px;
}
@media (max-width: 990px) {
  section.gallery-category-group .cate-group-wrap .menu-wrap {
    width: 100%;
    margin-right: 0;
    padding: 0 1.2rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.gallery-category-group .cate-group-wrap .menu-wrap {
    width: 100%;
    margin-right: 0;
    padding: 0 1.2rem;
  }
}
section.gallery-category-group .cate-group-wrap .menu-wrap h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.44;
  color: #939393;
  margin-bottom: 37px;
}
@media (max-width: 990px) {
  section.gallery-category-group .cate-group-wrap .menu-wrap h1 {
    margin-bottom: 1rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.gallery-category-group .cate-group-wrap .menu-wrap h1 {
    margin-bottom: 1rem;
  }
}
section.gallery-category-group .cate-group-wrap .menu-wrap h1 b {
  color: #357926;
}
section.gallery-category-group .cate-group-wrap .menu-wrap ul.depth2 {
  display: flex;
  flex-direction: column;
}
@media (max-width: 990px) {
  section.gallery-category-group .cate-group-wrap .menu-wrap ul.depth2 {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.gallery-category-group .cate-group-wrap .menu-wrap ul.depth2 {
    display: none;
  }
}
section.gallery-category-group .cate-group-wrap .menu-wrap ul.depth2.blog > li > a {
  display: block;
  width: 100%;
}
section.gallery-category-group .cate-group-wrap .menu-wrap ul.depth2.blog > li > a.active:after {
  content: url("/images/sub/ico-menu-down.png");
}
section.gallery-category-group .cate-group-wrap .menu-wrap ul.depth2.blog > li > a:after {
  content: url("/images/sub/ico-menu-up.png");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
section.gallery-category-group .cate-group-wrap .menu-wrap ul.depth2 > li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: #357926;
  position: relative;
}
section.gallery-category-group .cate-group-wrap .menu-wrap ul.depth2 > li ul.depth3 {
  display: flex;
  flex-direction: column;
  margin-left: 13px;
}
section.gallery-category-group .cate-group-wrap .menu-wrap ul.depth2 > li ul.depth3 > li a {
  font-size: 12px;
  line-height: 2.08;
  color: #2e2e2e;
  position: relative;
}
section.gallery-category-group .cate-group-wrap .menu-wrap ul.depth2 > li ul.depth3.blog > li a {
  padding-left: 0.8rem;
}
section.gallery-category-group .cate-group-wrap .menu-wrap ul.depth2 > li ul.depth3.blog > li a:before {
  content: url("/images/sub/ico-check-off.png");
  position: absolute;
  left: 0;
  top: -0.2rem;
}
section.gallery-category-group .cate-group-wrap .menu-wrap ul.depth2 > li ul.depth3.blog > li a.active:before, section.gallery-category-group .cate-group-wrap .menu-wrap ul.depth2 > li ul.depth3.blog > li a:hover:before {
  content: url("/images/sub/ico-check-on.png");
}
section.gallery-category-group .cate-group-wrap ul.group-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 990px) {
  section.gallery-category-group .cate-group-wrap ul.group-list {
    padding: 0 1rem 0 1rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.gallery-category-group .cate-group-wrap ul.group-list {
    padding: 0 1rem 0 1rem;
  }
}
section.gallery-category-group .cate-group-wrap ul.group-list li {
  display: flex;
  flex-direction: column;
  margin-right: 19px;
  margin-bottom: 82px;
}
@media (max-width: 990px) {
  section.gallery-category-group .cate-group-wrap ul.group-list li {
    width: 50%;
    padding: 0 0.5rem;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.gallery-category-group .cate-group-wrap ul.group-list li {
    width: 50%;
    padding: 0 0.5rem;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
section.gallery-category-group .cate-group-wrap ul.group-list li:hover p:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #357926;
  position: absolute;
  bottom: 0;
  left: 0;
}
section.gallery-category-group .cate-group-wrap ul.group-list li:nth-child(4n+0) {
  margin-right: 0;
}
section.gallery-category-group .cate-group-wrap ul.group-list li a {
  margin-bottom: 9px;
  position: relative;
}
section.gallery-category-group .cate-group-wrap ul.group-list li a:hover {
  position: relative;
}
section.gallery-category-group .cate-group-wrap ul.group-list li a:hover:before {
  content: url("/images/common/ico-plus.png");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.gallery-category-group .cate-group-wrap ul.group-list li a .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 251px;
  background-color: #f4f6f4;
}
@media (max-width: 990px) {
  section.gallery-category-group .cate-group-wrap ul.group-list li a .img-wrap {
    width: 100%;
    height: 8rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.gallery-category-group .cate-group-wrap ul.group-list li a .img-wrap {
    width: 100%;
    height: 8rem;
  }
}
section.gallery-category-group .cate-group-wrap ul.group-list li a .img-wrap:hover {
  background-color: rgba(48, 84, 40, 0.79);
}
section.gallery-category-group .cate-group-wrap ul.group-list li p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #1f1f1f;
  position: relative;
}
section.gallery-category-group .cate-group-wrap div.blog-group-list-wrap {
  width: 100%;
}
section.gallery-category-group .cate-group-wrap div.blog-group-list-wrap ul.blog-group-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
section.gallery-category-group .cate-group-wrap div.blog-group-list-wrap ul.blog-group-list li {
  display: flex;
  flex-direction: column;
  margin-right: 19px;
  margin-bottom: 82px;
}
section.gallery-category-group .cate-group-wrap div.blog-group-list-wrap ul.blog-group-list li.no_data {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 100%;
  border: 1px solid #939393;
}
section.gallery-category-group .cate-group-wrap div.blog-group-list-wrap ul.blog-group-list li:nth-child(4n+0) {
  margin-right: 0;
}
section.gallery-category-group .cate-group-wrap div.blog-group-list-wrap ul.blog-group-list li > a {
  margin-bottom: 9px;
  position: relative;
}
section.gallery-category-group .cate-group-wrap div.blog-group-list-wrap ul.blog-group-list li > a:hover {
  position: relative;
}
section.gallery-category-group .cate-group-wrap div.blog-group-list-wrap ul.blog-group-list li > a:hover:before {
  content: url("/images/common/ico-plus.png");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.gallery-category-group .cate-group-wrap div.blog-group-list-wrap ul.blog-group-list li > a .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 251px;
  background-color: #f4f6f4;
}
section.gallery-category-group .cate-group-wrap div.blog-group-list-wrap ul.blog-group-list li > a .img-wrap:hover {
  background-color: rgba(48, 84, 40, 0.79);
}
section.gallery-category-group .cate-group-wrap div.blog-group-list-wrap ul.blog-group-list li div.tit-wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0.3rem 0 0.2rem;
  margin-bottom: 0.7rem;
}
section.gallery-category-group .cate-group-wrap div.blog-group-list-wrap ul.blog-group-list li div.tit-wrap:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #939393;
  position: absolute;
  left: 0;
  bottom: -0.2rem;
}
section.gallery-category-group .cate-group-wrap div.blog-group-list-wrap ul.blog-group-list li div.tit-wrap p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #1f1f1f;
  position: relative;
}
section.gallery-category-group .cate-group-wrap div.blog-group-list-wrap ul.blog-group-list li div.tags-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0 0 0 1.5rem;
  width: 305px;
}
section.gallery-category-group .cate-group-wrap div.blog-group-list-wrap ul.blog-group-list li div.tags-wrap:before {
  content: url("/images/sub/tag.png");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
section.gallery-category-group .cate-group-wrap div.blog-group-list-wrap ul.blog-group-list li div.tags-wrap > a {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #939393;
  margin-right: 0.5rem;
}
section.gallery-category-group .cate-group-wrap div.blog-group-list-wrap ul.blog-group-list li div.tags-wrap > a.active, section.gallery-category-group .cate-group-wrap div.blog-group-list-wrap ul.blog-group-list li div.tags-wrap > a:hover {
  color: #357926;
  text-decoration: underline;
}

div.gallery-download-buttons-wrap {
  display: flex;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1rem 0;
  background-color: #ffffff;
  border-top: 1px solid #2e2e2e;
}
div.gallery-download-buttons-wrap.hide {
  display: none;
}
div.gallery-download-buttons-wrap div.gallery-download-buttons {
  display: flex;
  align-items: center;
  justify-content: right;
  width: 1450px;
  margin: 0 auto;
}
@media (max-width: 990px) {
  div.gallery-download-buttons-wrap div.gallery-download-buttons {
    width: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  div.gallery-download-buttons-wrap div.gallery-download-buttons {
    width: 100%;
  }
}
div.gallery-download-buttons-wrap div.gallery-download-buttons p.selected {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #1f1f1f;
  position: relative;
}
div.gallery-download-buttons-wrap div.gallery-download-buttons p.selected:before {
  content: url("/images/common/ico-check.png");
  position: absolute;
  left: -30px;
  top: 0;
}
div.gallery-download-buttons-wrap div.gallery-download-buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 46px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
div.gallery-download-buttons-wrap div.gallery-download-buttons a.btn-white {
  background-color: #fff;
  border: 1px solid #1f1f1f;
  color: #1f1f1f;
  margin: 0 13px 0 20px;
}
div.gallery-download-buttons-wrap div.gallery-download-buttons a.btn-black {
  background-color: #1f1f1f;
  border: 1px solid #1f1f1f;
  color: #fff;
}

.product-visual .container, .product-detail .container {
  display: flex;
  justify-content: center;
  margin: 0 auto 20px auto;
  width: 1518px;
}
@media (max-width: 990px) {
  .product-visual .container, .product-detail .container {
    margin: 0 auto 0 auto;
    width: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-visual .container, .product-detail .container {
    margin: 0 auto 0 auto;
    width: 100%;
  }
}

.product-visual {
  padding-top: 130px;
}
@media (max-width: 990px) {
  .product-visual {
    padding-top: 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-visual {
    padding-top: 0;
  }
}
.product-visual .box-visual {
  height: 836px;
  overflow: hidden;
}
@media (max-width: 990px) {
  .product-visual .box-visual {
    height: 42rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-visual .box-visual {
    height: 42rem;
  }
}
.product-visual .box-visual ul li {
  display: flex;
}
.product-visual .box-visual ul li .container {
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 0 6.5rem 2.25rem;
}
.product-visual .box-visual ul li .container.pos-type-A {
  align-items: center;
  margin-top: 252px;
}
.product-visual .box-visual ul li .container.pos-type-B {
  justify-content: flex-end;
  margin-bottom: 99px;
}
.product-visual .box-visual ul li .container.pos-type-C {
  padding-top: 211px;
}
.product-visual .box-visual ul li .container h1 {
  font-size: 50px;
  font-weight: normal;
  line-height: 1.44;
  text-align: left;
  color: #fff;
}
@media (max-width: 990px) {
  .product-visual .box-visual ul li .container h1 {
    font-size: 2rem;
    line-height: 1;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-visual .box-visual ul li .container h1 {
    font-size: 2rem;
    line-height: 1;
  }
}
.product-visual .box-visual ul li .container h1 b {
  font-weight: bold;
}
.product-visual .box-visual ul li .container p {
  font-size: 25px;
  line-height: 1.44;
  text-align: left;
  color: #fff;
}
@media (max-width: 990px) {
  .product-visual .box-visual ul li .container p {
    font-size: 1rem;
    line-height: 1;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-visual .box-visual ul li .container p {
    font-size: 1rem;
    line-height: 1;
  }
}
.product-visual .box-visual .swiper-pagination {
  margin-bottom: 73px;
}
@media (max-width: 990px) {
  .product-visual .box-visual .swiper-pagination {
    margin-bottom: 2rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-visual .box-visual .swiper-pagination {
    margin-bottom: 2rem;
  }
}
.product-visual .box-visual .swiper-pagination .swiper-pagination-bullet, .product-visual .box-visual .swiper-pagination .swiper-pagination-bullet-active {
  width: 67px;
  height: 7px;
  border-radius: 0;
  background-color: #dddddd;
  margin-right: 10px;
}
@media (max-width: 990px) {
  .product-visual .box-visual .swiper-pagination .swiper-pagination-bullet, .product-visual .box-visual .swiper-pagination .swiper-pagination-bullet-active {
    height: 0.1rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-visual .box-visual .swiper-pagination .swiper-pagination-bullet, .product-visual .box-visual .swiper-pagination .swiper-pagination-bullet-active {
    height: 0.1rem;
  }
}
.product-visual .box-visual .swiper-pagination .swiper-pagination-bullet:last-child, .product-visual .box-visual .swiper-pagination .swiper-pagination-bullet-active:last-child {
  margin-right: 0;
}
.product-visual .box-visual .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #357926;
}

.product-detail .intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 75px 0 0;
}
@media (max-width: 990px) {
  .product-detail .intro {
    padding: 3rem 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .intro {
    padding: 3rem 0;
  }
}
.product-detail .intro h3 {
  font-size: 32px;
  line-height: 1.56;
  color: #1f1f1f;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 990px) {
  .product-detail .intro h3 {
    font-size: 1.3rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .intro h3 {
    font-size: 1.3rem;
  }
}
.product-detail .intro p {
  font-size: 16px;
  line-height: 1.88;
  text-align: center;
  color: #575757;
  margin-bottom: 24px;
}
@media (max-width: 990px) {
  .product-detail .intro p {
    font-size: 0.8rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .intro p {
    font-size: 0.8rem;
  }
}
.product-detail .small-wrap {
  position: relative;
  padding: 55px 0 0 0;
}
@media (max-width: 990px) {
  .product-detail .small-wrap {
    padding: 1rem 1rem 0 1rem !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .small-wrap {
    padding: 1rem 1rem 0 1rem !important;
  }
}
.product-detail .small-wrap:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #b8b8b8;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 990px) {
  .product-detail .small-wrap:before {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .small-wrap:before {
    display: none;
  }
}
.product-detail .small-wrap:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #b8b8b8;
  position: absolute;
  left: 0;
  bottom: 0;
}
.product-detail .small-wrap .small-slider-wrap {
  display: flex;
  width: 1200px;
  position: relative;
}
@media (max-width: 990px) {
  .product-detail .small-wrap .small-slider-wrap {
    width: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .small-wrap .small-slider-wrap {
    width: 100%;
  }
}
.product-detail .small-wrap .small-slider-wrap .small-slider {
  overflow: hidden;
  position: relative;
}
.product-detail .small-wrap .small-slider-wrap .small-slider ul {
  height: 117px;
}
@media (max-width: 990px) {
  .product-detail .small-wrap .small-slider-wrap .small-slider ul {
    height: 15vw;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .small-wrap .small-slider-wrap .small-slider ul {
    height: 15vw;
  }
}
.product-detail .small-wrap .small-slider-wrap .small-slider ul li {
  display: flex;
  width: 117px;
  margin-right: 35px !important;
  margin-left: 1px;
}
@media (max-width: 990px) {
  .product-detail .small-wrap .small-slider-wrap .small-slider ul li {
    width: 12vw;
    margin-right: 0.5rem !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .small-wrap .small-slider-wrap .small-slider ul li {
    width: 12vw;
    margin-right: 0.5rem !important;
  }
}
.product-detail .small-wrap .small-slider-wrap .small-slider ul li.active {
  position: relative;
}
.product-detail .small-wrap .small-slider-wrap .small-slider ul li.active:before {
  content: " ";
  width: 100%;
  height: 3px;
  background-color: #357926;
  position: absolute;
  left: 0;
  bottom: 0;
}
.product-detail .small-wrap .small-slider-wrap .swiper-button-prev {
  left: -40px !important;
}
@media (max-width: 990px) {
  .product-detail .small-wrap .small-slider-wrap .swiper-button-prev {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .small-wrap .small-slider-wrap .swiper-button-prev {
    display: none;
  }
}
.product-detail .small-wrap .small-slider-wrap .swiper-button-prev:after {
  content: url("/images/product/btn-left-arrow.png");
}
.product-detail .small-wrap .small-slider-wrap .swiper-button-next {
  right: -30px !important;
}
@media (max-width: 990px) {
  .product-detail .small-wrap .small-slider-wrap .swiper-button-next {
    display: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .small-wrap .small-slider-wrap .swiper-button-next {
    display: none;
  }
}
.product-detail .small-wrap .small-slider-wrap .swiper-button-next:after {
  content: url("/images/product/btn-right-arrow.png");
}
.product-detail .detail {
  display: flex;
  flex-direction: column;
  padding: 94px 100px 0 100px;
}
@media (max-width: 990px) {
  .product-detail .detail {
    padding: 2rem 1rem 1rem 1rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .detail {
    padding: 2rem 1rem 1rem 1rem;
  }
}
.product-detail .detail h1 {
  font-size: 45px;
  line-height: 1.44;
  color: #357926;
}
@media (max-width: 990px) {
  .product-detail .detail h1 {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .detail h1 {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.product-detail .detail .spec-wrap {
  display: flex;
}
.product-detail .detail .spec-wrap .spec {
  display: flex;
  flex-direction: column;
  width: 220px;
}
.product-detail .detail .spec-wrap .spec p.size {
  font-size: 20px;
  line-height: 1.45;
  color: #555;
  margin-bottom: 45px;
}
@media (max-width: 990px) {
  .product-detail .detail .spec-wrap .spec p.size {
    font-size: 0.8rem;
    line-height: 1.2;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .detail .spec-wrap .spec p.size {
    font-size: 0.8rem;
    line-height: 1.2;
  }
}
.product-detail .detail .spec-wrap .spec p.tit {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  color: #357926;
  margin-bottom: 28px;
}
@media (max-width: 990px) {
  .product-detail .detail .spec-wrap .spec p.tit {
    font-size: 0.8rem;
    line-height: 1.2;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .detail .spec-wrap .spec p.tit {
    font-size: 0.8rem;
    line-height: 1.2;
  }
}
.product-detail .detail .spec-wrap .spec p.opt {
  font-size: 14px;
  color: #9d9d9d;
  margin-bottom: 15px;
}
@media (max-width: 990px) {
  .product-detail .detail .spec-wrap .spec p.opt {
    font-size: 0.8rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .detail .spec-wrap .spec p.opt {
    font-size: 0.8rem;
  }
}
.product-detail .detail .spec-wrap .spec p.opt:last-child {
  margin-bottom: 63px;
}
.product-detail .detail .spec-wrap .spec .box-color {
  display: flex;
  flex-direction: column;
}
.product-detail .detail .spec-wrap .spec .box-color.first {
  margin-top: 63px;
}
.product-detail .detail .spec-wrap .spec .box-color p {
  font-size: 15px;
  font-weight: 500;
  color: #1f1f1f;
  margin-bottom: 14px;
}
.product-detail .detail .spec-wrap .spec .box-color ul {
  display: flex;
  margin-bottom: 41px;
}
.product-detail .detail .spec-wrap .spec .box-color ul li {
  display: flex;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: solid 1px #707070;
  background-color: #fff;
  margin-right: 14px;
  cursor: pointer;
}
.product-detail .detail .spec-wrap .spec .box-color ul li.active {
  border: solid 2px #707070;
}
.product-detail .detail .spec-wrap .spec .box-color ul li:last-child {
  margin-right: 0;
}
.product-detail .detail .spec-wrap .spec .box-down {
  display: flex;
  flex-direction: column;
}
.product-detail .detail .spec-wrap .spec .box-down a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: #357926;
  text-decoration: underline;
  margin-bottom: 20px;
  position: relative;
  padding-left: 15px;
}
.product-detail .detail .spec-wrap .spec .box-down a:before {
  content: url("/images/product/icon_attached.png");
  position: absolute;
  left: 0;
  top: 0;
}
.product-detail .detail .spec-wrap .image-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 950px;
}
@media (max-width: 990px) {
  .product-detail .detail .spec-wrap .image-wrap {
    width: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .detail .spec-wrap .image-wrap {
    width: 100%;
  }
}
.product-detail .detail .spec-wrap .thumb-wrap {
  display: flex;
}
.product-detail .detail .spec-wrap .thumb-wrap ul.box-thumb {
  display: flex;
  flex-direction: column;
  position: relative;
  height: max-content;
}
.product-detail .detail .spec-wrap .thumb-wrap ul.box-thumb:before {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #e8ebe7;
  position: absolute;
  left: 0;
  top: 45px;
}
.product-detail .detail .spec-wrap .thumb-wrap ul.box-thumb.thumb1:before {
  height: 0%;
}
.product-detail .detail .spec-wrap .thumb-wrap ul.box-thumb.thumb2:before {
  height: 50%;
}
.product-detail .detail .spec-wrap .thumb-wrap ul.box-thumb.thumb3:before {
  height: 65%;
}
.product-detail .detail .spec-wrap .thumb-wrap ul.box-thumb.thumb4:before {
  height: 75%;
}
.product-detail .detail .spec-wrap .thumb-wrap ul.box-thumb li {
  display: flex;
  margin: 0 0 20px 20px;
}
.product-detail .detail .spec-wrap .thumb-wrap ul.box-thumb li a {
  position: relative;
}
.product-detail .detail .spec-wrap .thumb-wrap ul.box-thumb li a:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: solid 1px #b8b8b8;
  background-color: #fff;
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
}
.product-detail .detail .spec-wrap .thumb-wrap ul.box-thumb li a.active:before {
  background-color: #357926;
  border: solid 1px #357926;
}
.product-detail .detail .spec-wrap .thumb-wrap ul.box-thumb li a:hover:before {
  background-color: #357926;
  border: solid 1px #357926;
}
.product-detail .detail .spec-wrap .thumb-wrap ul.box-thumb li a img {
  max-width: 100px;
  max-height: 100px;
}
@media (max-width: 990px) {
  .product-detail .detail .spec-wrap .thumb-wrap ul.box-thumb li a img {
    max-width: 4rem;
    max-height: 4rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .detail .spec-wrap .thumb-wrap ul.box-thumb li a img {
    max-width: 4rem;
    max-height: 4rem;
  }
}
.product-detail .detail-mo {
  display: flex;
  flex-direction: column;
  padding: 1.1rem 0 1.8rem 0;
}
.product-detail .detail-mo .tit-wrap {
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
}
.product-detail .detail-mo .tit-wrap h1 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
  color: #357926;
}
.product-detail .detail-mo .tit-wrap p.size {
  font-size: 0.8rem;
  line-height: 1.36;
  text-align: left;
  color: #555;
}
.product-detail .detail-mo .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.product-detail .detail-mo .thumb-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.product-detail .detail-mo .thumb-wrap ul.box-thumb {
  display: flex;
  position: relative;
  height: max-content;
  margin-bottom: 1.5rem;
}
.product-detail .detail-mo .thumb-wrap ul.box-thumb li {
  display: flex;
  margin-right: 1rem;
}
.product-detail .detail-mo .thumb-wrap ul.box-thumb li a {
  position: relative;
  border: solid 1px #b8b8b8;
}
.product-detail .detail-mo .thumb-wrap ul.box-thumb li a:hover, .product-detail .detail-mo .thumb-wrap ul.box-thumb li a.active {
  border: solid 1px #1ea600;
}
.product-detail .detail-mo .thumb-wrap ul.box-thumb li a img {
  max-width: 2.5rem;
  max-height: 2.5rem;
}
.product-detail .detail-mo .thumb-wrap ul.box-thumb li:last-child {
  margin-right: 0;
}
.product-detail .detail-mo .color-wrap {
  display: flex;
  padding: 0.7rem 1rem 1.7rem 1rem;
  width: 100%;
  position: relative;
}
.product-detail .detail-mo .color-wrap:before, .product-detail .detail-mo .color-wrap:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e8ebe7;
  position: absolute;
  left: 0;
}
.product-detail .detail-mo .color-wrap:before {
  top: 0;
}
.product-detail .detail-mo .color-wrap:after {
  bottom: 0;
}
.product-detail .detail-mo .color-wrap .box-color {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.product-detail .detail-mo .color-wrap .box-color p {
  font-size: 15px;
  font-weight: 500;
  color: #1f1f1f;
  margin-bottom: 14px;
}
.product-detail .detail-mo .color-wrap .box-color ul {
  display: flex;
  margin-bottom: 0;
}
.product-detail .detail-mo .color-wrap .box-color ul li {
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: solid 1px #707070;
  background-color: #fff;
  margin-right: 13px;
}
.product-detail .detail-mo .color-wrap .box-color ul li:last-child {
  margin-right: 0;
}
.product-detail .detail-mo .spec-wrap {
  display: flex;
  padding: 1rem 1rem 0 1rem;
}
.product-detail .detail-mo .spec-wrap > p.tit {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33;
  text-align: left;
  color: #357926;
}
.product-detail .detail-mo .spec-wrap .spec-box {
  display: flex;
  flex-wrap: wrap;
  margin-left: 1.5rem;
}
.product-detail .detail-mo .spec-wrap .spec-box p.opt {
  width: 50%;
  font-size: 0.8rem;
  color: #9d9d9d;
  margin-bottom: 15px;
}
.product-detail .detail-mo .spec-wrap .spec-box p.opt span {
  color: #555;
}
.product-detail .feature.ref-no {
  margin-bottom: 100px;
}
@media (max-width: 990px) {
  .product-detail .feature.ref-no {
    margin-bottom: 1rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .feature.ref-no {
    margin-bottom: 1rem;
  }
}
.product-detail .feature .box-feature-wrap {
  width: 100%;
  position: relative;
}
@media (max-width: 990px) {
  .product-detail .feature .box-feature-wrap {
    padding: 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .feature .box-feature-wrap {
    padding: 0;
  }
}
.product-detail .feature .box-feature-wrap .box-feature {
  width: 100%;
  height: 707px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 990px) {
  .product-detail .feature .box-feature-wrap .box-feature {
    height: 34rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .feature .box-feature-wrap .box-feature {
    height: 34rem;
  }
}
.product-detail .feature .box-feature-wrap .box-feature ul li {
  display: flex;
  background-color: gray;
  position: relative;
}
@media (max-width: 990px) {
  .product-detail .feature .box-feature-wrap .box-feature ul li {
    height: 24rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .feature .box-feature-wrap .box-feature ul li {
    height: 24rem;
  }
}
@media (max-width: 990px) {
  .product-detail .feature .box-feature-wrap .box-feature ul li.swiper-slide-active .txt-wrap {
    display: flex;
    background-color: #fafafa;
    width: 100%;
    padding: 1.6rem 1rem;
    border-top: 1px solid #e8ebe7;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .feature .box-feature-wrap .box-feature ul li.swiper-slide-active .txt-wrap {
    display: flex;
    background-color: #fafafa;
    width: 100%;
    padding: 1.6rem 1rem;
    border-top: 1px solid #e8ebe7;
  }
}
.product-detail .feature .box-feature-wrap .box-feature ul li .txt-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 990px) {
  .product-detail .feature .box-feature-wrap .box-feature ul li .txt-wrap {
    display: none;
    position: absolute;
    left: 0;
    top: 24rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .feature .box-feature-wrap .box-feature ul li .txt-wrap {
    display: none;
    position: absolute;
    left: 0;
    top: 24rem;
  }
}
.product-detail .feature .box-feature-wrap .box-feature ul li .txt-wrap.pos-type-A {
  justify-content: flex-end;
  margin: 0 auto 66px auto;
}
@media (max-width: 990px) {
  .product-detail .feature .box-feature-wrap .box-feature ul li .txt-wrap.pos-type-A {
    margin: 0 auto 0.5rem auto;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .feature .box-feature-wrap .box-feature ul li .txt-wrap.pos-type-A {
    margin: 0 auto 0.5rem auto;
  }
}
.product-detail .feature .box-feature-wrap .box-feature ul li .txt-wrap.pos-type-A h3 {
  text-align: center;
}
.product-detail .feature .box-feature-wrap .box-feature ul li .txt-wrap.pos-type-B {
  justify-content: flex-end;
  margin: 0 0 60px 100px;
}
@media (max-width: 990px) {
  .product-detail .feature .box-feature-wrap .box-feature ul li .txt-wrap.pos-type-B {
    margin: 0 0 0.5rem 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .feature .box-feature-wrap .box-feature ul li .txt-wrap.pos-type-B {
    margin: 0 0 0.5rem 0;
  }
}
.product-detail .feature .box-feature-wrap .box-feature ul li .txt-wrap.pos-type-C {
  margin: auto 0 auto 100px;
}
@media (max-width: 990px) {
  .product-detail .feature .box-feature-wrap .box-feature ul li .txt-wrap.pos-type-C {
    margin: auto 0 auto 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .feature .box-feature-wrap .box-feature ul li .txt-wrap.pos-type-C {
    margin: auto 0 auto 0;
  }
}
.product-detail .feature .box-feature-wrap .box-feature ul li .txt-wrap h3 {
  color: #464646;
  font-size: 32px;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .product-detail .feature .box-feature-wrap .box-feature ul li .txt-wrap h3 {
    font-size: 1rem;
    font-weight: bold;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .feature .box-feature-wrap .box-feature ul li .txt-wrap h3 {
    font-size: 1rem;
    font-weight: bold;
  }
}
.product-detail .feature .box-feature-wrap .box-feature ul li .txt-wrap p {
  color: #464646;
  font-size: 18px;
}
@media (max-width: 990px) {
  .product-detail .feature .box-feature-wrap .box-feature ul li .txt-wrap p {
    font-size: 0.8rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .feature .box-feature-wrap .box-feature ul li .txt-wrap p {
    font-size: 0.8rem;
  }
}
.product-detail .feature .box-feature-wrap .swiper-pagination {
  bottom: -60px !important;
}
@media (max-width: 990px) {
  .product-detail .feature .box-feature-wrap .swiper-pagination {
    bottom: 9.7rem !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .feature .box-feature-wrap .swiper-pagination {
    bottom: 9.7rem !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
@media (max-width: 990px) {
  .product-detail .feature .box-feature-wrap .swiper-pagination span {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .feature .box-feature-wrap .swiper-pagination span {
    margin-bottom: 0.5rem;
  }
}
.product-detail .feature .box-feature-wrap .swiper-pagination .swiper-pagination-bullet, .product-detail .feature .box-feature-wrap .swiper-pagination .swiper-pagination-bullet-active {
  width: 100px;
  height: 7px;
  border-radius: 0;
  background-color: #dddddd;
  margin-right: 10px;
}
@media (max-width: 990px) {
  .product-detail .feature .box-feature-wrap .swiper-pagination .swiper-pagination-bullet, .product-detail .feature .box-feature-wrap .swiper-pagination .swiper-pagination-bullet-active {
    height: 0.2rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .feature .box-feature-wrap .swiper-pagination .swiper-pagination-bullet, .product-detail .feature .box-feature-wrap .swiper-pagination .swiper-pagination-bullet-active {
    height: 0.2rem;
  }
}
.product-detail .feature .box-feature-wrap .swiper-pagination .swiper-pagination-bullet:last-child, .product-detail .feature .box-feature-wrap .swiper-pagination .swiper-pagination-bullet-active:last-child {
  margin-right: 0;
}
.product-detail .feature .box-feature-wrap .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #357926;
}
.product-detail .relations {
  flex-direction: column;
  padding-top: 100px;
}
@media (max-width: 990px) {
  .product-detail .relations {
    padding: 0;
    width: 100%;
    padding: 0 1rem 1rem 1rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .relations {
    padding: 0;
    width: 100%;
    padding: 0 1rem 1rem 1rem;
  }
}
.product-detail .relations.hide {
  display: none;
}
.product-detail .relations p.tit {
  font-size: 28px;
  font-weight: 500;
  color: #1f1f1f;
}
@media (max-width: 990px) {
  .product-detail .relations p.tit {
    font-size: 1.5rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .relations p.tit {
    font-size: 1.5rem;
  }
}
.product-detail .relations ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 34px;
}
@media (max-width: 990px) {
  .product-detail .relations ul {
    justify-content: space-between;
    width: 100%;
    margin-top: 1rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .relations ul {
    justify-content: space-between;
    width: 100%;
    margin-top: 1rem;
  }
}
.product-detail .relations ul li {
  display: flex;
  flex-direction: column;
  margin: 0 30px 30px 0;
}
@media (max-width: 990px) {
  .product-detail .relations ul li {
    width: 49%;
    margin: 0 0 1rem 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .relations ul li {
    width: 49%;
    margin: 0 0 1rem 0;
  }
}
.product-detail .relations ul li:nth-child(6n+0) {
  margin: 0 0 30px 0;
}
.product-detail .relations ul li .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 150px;
  padding: 17px 21px;
  background-color: #f4f6f4;
  margin-bottom: 3px;
}
@media (max-width: 990px) {
  .product-detail .relations ul li .img-wrap {
    width: 100%;
    padding: 1rem;
    height: unset;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .relations ul li .img-wrap {
    width: 100%;
    padding: 1rem;
    height: unset;
  }
}
.product-detail .relations ul li p {
  font-size: 20px;
  font-weight: 500;
  color: #2e2e2e;
}
@media (max-width: 990px) {
  .product-detail .relations ul li p {
    font-size: 1rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  .product-detail .relations ul li p {
    font-size: 1rem;
  }
}

section.catalogue {
  flex-direction: column;
  padding: 133px 0 0 0;
}
@media (max-width: 990px) {
  section.catalogue {
    padding: 1rem 0 0 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.catalogue {
    padding: 1rem 0 0 0;
  }
}
section.catalogue .sub-visual {
  display: flex;
  flex-direction: column;
  width: 100%;
}
section.catalogue .sub-visual h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.47;
  text-align: center;
  color: #1f1f1f;
}
@media (max-width: 990px) {
  section.catalogue .sub-visual h1 {
    font-size: 1.5rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.catalogue .sub-visual h1 {
    font-size: 1.5rem;
  }
}
section.catalogue .sub-visual p {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #1f1f1f;
  margin-bottom: 67px;
}
section.catalogue article.container {
  display: flex;
  width: 1020px;
  margin: 0 auto;
}
@media (max-width: 990px) {
  section.catalogue article.container {
    width: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.catalogue article.container {
    width: 100%;
  }
}
section.catalogue article.container ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
section.catalogue article.container ul li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 97px 88px 0;
}
@media (max-width: 990px) {
  section.catalogue article.container ul li {
    justify-content: flex-start;
    align-items: center;
    margin: 0 0.3rem 3rem 0;
    width: 48%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.catalogue article.container ul li {
    justify-content: flex-start;
    align-items: center;
    margin: 0 0.3rem 3rem 0;
    width: 48%;
  }
}
section.catalogue article.container ul li:nth-child(4n+0) {
  margin: 0 0 88px 0;
}
section.catalogue article.container ul li .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 182px;
  height: 258px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  margin-bottom: 16px;
  position: relative;
}
@media (max-width: 990px) {
  section.catalogue article.container ul li .img-wrap {
    width: 100%;
    height: auto;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.catalogue article.container ul li .img-wrap {
    width: 100%;
    height: auto;
  }
}
section.catalogue article.container ul li .img-wrap a {
  display: none;
  width: 136px;
  height: 35px;
  padding: 7px 20px 8px;
  border-radius: 5px;
  background-color: rgb(244, 246, 244);
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.catalogue article.container ul li .img-wrap:hover {
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.26);
}
section.catalogue article.container ul li .img-wrap:hover a {
  display: flex;
  background-color: rgba(253, 43, 43, 0.55);
}
section.catalogue article.container ul li p {
  font-size: 14px;
  line-height: 1.43;
  color: #1f1f1f;
}
@media (max-width: 990px) {
  section.catalogue article.container ul li p {
    width: 80%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.catalogue article.container ul li p {
    width: 80%;
  }
}
section.catalogue article.container ul li p.tit {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  color: #1f1f1f;
}

section.notice {
  padding: 310px 0 100px 0;
  min-height: 550px;
}
@media (max-width: 990px) {
  section.notice {
    padding: 1rem 0;
    min-height: 80vh;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.notice {
    padding: 1rem 0;
    min-height: 80vh;
  }
}
section.notice .sub-visual {
  display: flex;
  flex-direction: column;
  width: 100%;
}
section.notice .sub-visual h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.47;
  text-align: center;
  color: #1f1f1f;
}
@media (max-width: 990px) {
  section.notice .sub-visual h1 {
    font-size: 1.5rem;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.notice .sub-visual h1 {
    font-size: 1.5rem;
  }
}
section.notice .sub-visual p {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #1f1f1f;
  margin-bottom: 37px;
}
section.notice .container {
  display: flex;
  flex-direction: column;
  width: 1020px;
  margin: 0 auto;
}
@media (max-width: 990px) {
  section.notice .container {
    width: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.notice .container {
    width: 100%;
  }
}
section.notice .container table.list {
  width: 100%;
}
@media (max-width: 990px) {
  section.notice .container table.list tr {
    border-bottom: 1px solid #b8b8b8;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.notice .container table.list tr {
    border-bottom: 1px solid #b8b8b8;
  }
}
section.notice .container table.list tr:hover {
  background-color: #f4f6f4;
}
section.notice .container table.list tr:hover td a {
  font-weight: bold;
  text-decoration: underline;
}
section.notice .container table.list tr th, section.notice .container table.list tr td {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  text-align: left;
  color: #1f1f1f;
  padding: 9px 0;
}
section.notice .container table.list tr th:nth-child(1), section.notice .container table.list tr td:nth-child(1) {
  padding-left: 8px;
}
section.notice .container table.list tr th:nth-child(3), section.notice .container table.list tr td:nth-child(3) {
  padding-right: 8px;
}
section.notice .container table.list tr th:nth-child(3) {
  text-align: right;
  padding-right: 15px;
}
section.notice .container table.list tr td:first-child {
  font-size: 16px;
  font-weight: bold;
}
section.notice .container table.list tr td a {
  font-size: 14px;
  font-weight: 500;
  color: #1f1f1f;
}
section.notice .container table.list tr:first-child {
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
}
section.notice .container table.list tr:last-child {
  border-bottom: 1px solid #b8b8b8;
}
section.notice .notice-view-wrap {
  display: flex;
  flex-direction: column;
}
section.notice .notice-view-wrap .title-wrap {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-top: solid 1px #b8b8b8;
  border-bottom: solid 1px #b8b8b8;
}
@media (max-width: 990px) {
  section.notice .notice-view-wrap .title-wrap {
    flex-direction: column;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.notice .notice-view-wrap .title-wrap {
    flex-direction: column;
  }
}
section.notice .notice-view-wrap .title-wrap p.tit {
  width: 80%;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  text-align: left;
  color: #1f1f1f;
}
@media (max-width: 990px) {
  section.notice .notice-view-wrap .title-wrap p.tit {
    font-size: 1rem;
    width: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.notice .notice-view-wrap .title-wrap p.tit {
    font-size: 1rem;
    width: 100%;
  }
}
section.notice .notice-view-wrap .title-wrap p.date {
  width: 20%;
  font-size: 16px;
  line-height: 1.5;
  text-align: right;
  color: #1f1f1f;
}
@media (max-width: 990px) {
  section.notice .notice-view-wrap .title-wrap p.date {
    font-size: 1rem;
    text-align: left;
    width: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.notice .notice-view-wrap .title-wrap p.date {
    font-size: 1rem;
    text-align: left;
    width: 100%;
  }
}
section.notice .notice-view-wrap .content {
  padding: 27px 12px 33px 12px;
  border-bottom: solid 1px #b8b8b8;
}
section.notice .notice-view-wrap .content ul.files {
  display: flex;
  margin-bottom: 28px;
}
section.notice .notice-view-wrap .content ul.files li {
  display: flex;
  margin-right: 48px;
}
section.notice .notice-view-wrap .content ul.files li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: #357926;
  padding-left: 15px;
  position: relative;
}
section.notice .notice-view-wrap .content ul.files li a:before {
  content: url("/images/product/icon_attached.png");
  position: absolute;
  left: 0;
  top: 0;
}
section.notice .notice-view-wrap .content p {
  font-size: 16px;
  line-height: 1.88;
  color: #1f1f1f;
}
section.notice .notice-view-wrap .buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}
section.notice .notice-view-wrap .buttons a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 6px 28px;
  background-color: #305428;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 990px) {
  section.notice .notice-view-wrap .buttons a {
    font-weight: normal;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  section.notice .notice-view-wrap .buttons a {
    font-weight: normal;
  }
}
section.notice div.pageingWrap {
  display: flex;
  justify-content: center;
}
section.notice div.pageingWrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.42;
  color: #b8b8b8;
}
section.notice div.pageingWrap a.active {
  color: #357926;
}

section.sitemap {
  display: none;
  flex-direction: column;
  padding: 38px 200px 67px 200px;
  background-color: #ffffff;
  position: absolute;
  left: 100px;
  top: 100px;
}
section.sitemap .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
section.sitemap .header h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.47;
  color: #1f1f1f;
}
section.sitemap .body {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #939393;
}
section.sitemap .body .product-wrap {
  display: flex;
  flex-direction: column;
  border-top: 2px solid #305428;
  width: 804px;
  margin-right: 56px;
}
section.sitemap .body .product-wrap .header {
  display: flex;
  padding: 5px 0 0 0;
}
section.sitemap .body .product-wrap .header p {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.44;
  color: #305428;
}
section.sitemap .body .product-wrap .header p b {
  font-size: 18px;
  font-weight: bold;
}
section.sitemap .body .product-wrap .menu-group {
  display: flex;
  justify-content: space-between;
}
section.sitemap .body .product-wrap .menu-group ul.depth1:nth-child(1),
section.sitemap .body .product-wrap .menu-group ul.depth1:nth-child(2) {
  width: 160px;
}
section.sitemap .body .product-wrap .menu-group ul.depth1:nth-child(3),
section.sitemap .body .product-wrap .menu-group ul.depth1:nth-child(4) {
  width: 202px;
}
section.sitemap .body .product-wrap .menu-group ul.depth1 {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #707070;
}
section.sitemap .body .product-wrap .menu-group ul.depth1 > li {
  display: flex;
  flex-direction: column;
}
section.sitemap .body .product-wrap .menu-group ul.depth1 > li > a {
  font-size: 15px;
  line-height: 1.4;
  color: #1f1f1f;
  border-bottom: solid 0.5px #939393;
  padding: 13px 0 19px;
}
section.sitemap .body .product-wrap .menu-group ul.depth1 > li ul.depth2 {
  display: flex;
  flex-direction: column;
}
section.sitemap .body .product-wrap .menu-group ul.depth1 > li ul.depth2 > li {
  display: flex;
  flex-direction: column;
}
section.sitemap .body .product-wrap .menu-group ul.depth1 > li ul.depth2 > li > a {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.46;
  color: #2e2e2e;
  padding: 23px 0 12px;
}
section.sitemap .body .product-wrap .menu-group ul.depth1 > li ul.depth2 > li ul.depth3 {
  display: flex;
  flex-direction: column;
}
section.sitemap .body .product-wrap .menu-group ul.depth1 > li ul.depth2 > li ul.depth3 li {
  display: flex;
  flex-direction: column;
}
section.sitemap .body .product-wrap .menu-group ul.depth1 > li ul.depth2 > li ul.depth3 li a {
  font-size: 12px;
  line-height: 1.67;
  text-align: left;
  color: #2e2e2e;
  padding: 0;
}
section.sitemap .body .product-wrap .menu-group .menu-wrap {
  display: flex;
  flex-direction: column;
}
section.sitemap .body .product-wrap .menu-group .menu-wrap ul.spaces {
  margin-top: 113px;
}
section.sitemap .body .product-wrap .menu-group .menu-wrap ul.spaces li a {
  font-size: 12px;
  line-height: 1.42;
  color: #1f1f1f;
}
section.sitemap .body .product-wrap .menu-group .menu-wrap ul.spaces li a b {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  color: #1f1f1f;
}
section.sitemap .body .right-menu-wrap {
  display: flex;
  flex-direction: column;
  width: 160px;
}
section.sitemap .body .right-menu-wrap ul.menu:nth-child(1) {
  margin-bottom: 53px;
}
section.sitemap .body .right-menu-wrap ul.menu {
  display: flex;
  flex-direction: column;
  border-top: 2px solid #305428;
}
section.sitemap .body .right-menu-wrap ul.menu li {
  display: flex;
  margin-bottom: 24px;
}
section.sitemap .body .right-menu-wrap ul.menu li.depth1 {
  border-bottom: 1px solid #707070;
}
section.sitemap .body .right-menu-wrap ul.menu li.depth1.notice {
  border-bottom: 0;
  margin-bottom: 53px;
}
section.sitemap .body .right-menu-wrap ul.menu li.depth1 a {
  padding-top: 8px;
  margin-bottom: 27px;
}
section.sitemap .body .right-menu-wrap ul.menu li.depth2 a {
  font-size: 15px;
  color: #1f1f1f;
}
section.sitemap .body .right-menu-wrap ul.menu li a {
  font-size: 15px;
  line-height: 1.4;
  color: #305428;
  padding: 0;
}
section.sitemap .body .right-menu-wrap ul.menu li a b {
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 990px) {
  main > section.content {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
  main > section.content {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

/*# sourceMappingURL=styles.css.map */
