/* --------------- variables --------------------- */
/* Break Point */
@font-face {
  font-family: "jost";
  src: url("../font/Jost-VariableFont_wght.ttf");
}
@media screen and (max-width: 768px) {
  * {
    font-feature-settings: "palt";
  }
  .bg_white {
    background: #fff;
  }
  .contentsFooter {
    margin-top: 0;
    padding-top: 100px;
  }
  .home {
    padding-top: 90px;
  }
  .home header {
    opacity: 0;
    transform: translateY(-100%);
  }
  .home header.isShow {
    animation: showHead 1s forwards ease;
  }
  @keyframes showHead {
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .home .fView {
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: 0 auto;
    height: calc(100dvh - 90px);
    width: 90vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 10dvh;
  }
  .home .about {
    max-width: 1080px;
    width: calc(100% - 40px);
    opacity: 0;
    margin: 110px auto 0;
  }
  .home .about.is-active {
    animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
  .home .about h3 {
    font-weight: normal;
    font-size: 20px;
    margin-top: 75px;
  }
  .home .about p {
    font-size: 13px;
    margin-top: 50px;
    line-height: 2;
  }
  .home .aboutLogo {
    height: 768px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home .aboutLogo img {
    width: 60%;
    max-width: 200px;
  }
  .home .aboutLogo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
  }
  .home .aboutLogo img {
    width: 65%;
    max-width: 300px;
  }
  .home .parallax {
    display: none;
  }
  @keyframes parallax-anim {
    0% {
      transform: translateY(768px);
    }
    13% {
      transform: translateY(768px);
    }
    18% {
      transform: translateY(0px);
    }
    23% {
      transform: translateY(0px);
    }
    70% {
      transform: translateY(-768px);
    }
  }
  .home .works {
    margin: 0 auto;
    width: 100%;
  }
  .home .works .secHead {
    width: calc(100% - 40px);
    margin: 0 auto 35px;
    display: block;
    position: relative;
  }
  .home .works .secHead .secTit {
    white-space: nowrap;
  }
  .home .works .secHead .linkWrap {
    display: block;
    text-align: right;
    position: absolute;
    right: 0;
    top: 35px;
  }
  .home .works .secHead .linkWrap .link_btn {
    display: inline-block;
  }
  .home .works #worksImgWrap {
    width: 100%;
    height: 113vw;
    overflow: hidden;
  }
  .home .works #worksImgWrap .worksImg {
    width: 300vw;
    height: 115vw;
  }
  .home .works #worksImgWrap .worksImg .workImg {
    height: calc((100% - 20px) / 3);
    display: inline-block;
    margin: 0 6px 6px 0;
  }
  .home .works #worksImgWrap .worksImg .workImg a {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
  }
  .home .works #worksImgWrap .worksImg .workImg a img {
    width: auto;
    height: 100%;
  }
  .home .works #worksImgWrap .worksImg .workImg a .imgTitle {
    display: none;
  }
  .home .works .select_link {
    display: flex;
    align-items: end;
    flex-grow: 1;
  }
  .home .works .select_link ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 20px;
  }
  .home .works .select_link ul li button {
    font-size: 13px;
  }
  .home .works .select_link ul li button {
    cursor: pointer;
    border: none;
    outline: none;
    background-color: transparent;
    color: #333;
  }
  .home .works .select_link ul li button:hover, .home .works .select_link ul li button:focus {
    text-decoration: underline;
  }
  .home .works .select_bottom {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .home .works .select_bottom .prev,
  .home .works .select_bottom .next {
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    position: relative;
    margin: 0 10px;
    transition: 0.3s;
    cursor: pointer;
    width: 100px;
    font-size: 14px;
    padding: 8px 15px 8px 25px;
  }
  .home .works .select_bottom .prev:hover, .home .works .select_bottom .prev:focus,
  .home .works .select_bottom .next:hover,
  .home .works .select_bottom .next:focus {
    background: #000;
    color: #fff;
  }
  .home .works .select_bottom .prev:hover:before, .home .works .select_bottom .prev:focus:before,
  .home .works .select_bottom .next:hover:before,
  .home .works .select_bottom .next:focus:before {
    border-color: #fff;
  }
  .home .works .select_bottom .prev:before,
  .home .works .select_bottom .next:before {
    content: "";
    position: absolute;
    display: block;
    transform: rotate(-45deg);
    transition: 0.3s;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    top: 15px;
    left: 15px;
    height: 8px;
    width: 8px;
  }
  .home .works .select_bottom .next {
    padding: 10px 35px 10px 20px;
  }
  .home .works .select_bottom .next:before {
    content: "";
    position: absolute;
    display: block;
    transform: rotate(135deg);
    top: 15px;
    left: inherit;
    right: 15px;
  }
  .home .service {
    max-width: 1080px;
    width: calc(100% - 40px);
    opacity: 0;
    margin: 100px auto 0;
  }
  .home .service.is-active {
    animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
  .home .service .serviceTxt {
    margin-top: 50px;
  }
  .home .service .serviceTxt p {
    line-height: 2;
    font-size: 13px;
  }
  .home .service .serviceLink {
    opacity: 0;
  }
  .home .service .serviceLink.is-active {
    animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
  .home .service .serviceLink ul {
    display: grid;
    gap: 6px;
    margin: 100px auto 0;
    max-width: 450px;
    grid-template-columns: 1fr 1fr;
  }
  .home .service .serviceLink ul li {
    flex-basis: 100%;
  }
  .home .service .serviceLink ul li a {
    display: block;
    position: relative;
    background-color: #f5f4f3;
    transition: 0.3s;
  }
  .home .service .serviceLink ul li a:hover, .home .service .serviceLink ul li a:focus {
    background-color: #feff01;
  }
  .home .service .serviceLink ul li a:hover .link_btn .label, .home .service .serviceLink ul li a:focus .link_btn .label {
    transform: translateY(-100%);
    opacity: 0;
  }
  .home .service .serviceLink ul li a:hover .link_btn .hover, .home .service .serviceLink ul li a:focus .link_btn .hover {
    transform: translate(-50%, -50%) translateY(0px);
    opacity: 1;
  }
  .home .service .serviceLink ul li a img {
    width: 100%;
  }
  .home .service .serviceLink ul li a .dlWrap {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
  }
  .home .service .serviceLink ul li a dl {
    margin-top: 20px;
    padding: 0px 15px 0;
    margin-bottom: 35px;
  }
  .home .service .serviceLink ul li a dl dd.headTxt {
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
  }
  .home .service .serviceLink ul li a dl dt {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
    font-size: 20px;
    font-size: 20px;
    line-height: 1.2;
  }
  .home .service .serviceLink ul li a dl dd.txt {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.8;
    display: none;
  }
  .home .service .serviceLink ul li a .link_btn {
    display: inline-block;
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #323232;
    color: #fff;
    font-size: 11px;
  }
  .home .service .serviceLink ul li a .link_btn svg {
    aspect-ratio: 12/8;
    width: 12px;
    fill: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .home .service .serviceLink ul li a .link_btn:before, .home .service .serviceLink ul li a .link_btn:after {
    display: none;
  }
  .home .member {
    width: 100%;
    margin: 100px auto 0;
  }
  .home .member .secHead {
    width: calc(100% - 40px);
    margin: 0 auto 35px;
  }
  .home .member .memberLinks ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home .member .memberLinks ul li {
    flex-basis: 50%;
  }
  .home .member .memberLinks ul li a {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .home .member .memberLinks ul li a img {
    width: 100%;
    filter: grayscale(1);
    transition: 0.3s;
  }
  .home .member .memberLinks ul li a:hover img, .home .member .memberLinks ul li a:focus img {
    filter: grayscale(0);
    transform: scale(1.1, 1.1);
  }
  .home .member .memberLinks ul li a > span {
    position: absolute;
    top: 40%;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 6vw;
  }
  .home .news {
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: 100px auto 0;
  }
  .home .news .newsWrap {
    margin-top: 35px;
  }
  .home .news .newsWrap ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 450px;
    margin: 0 auto;
  }
  .home .news .newsWrap ul li {
    width: 100%;
    border-bottom: 1px solid #333;
  }
  .home .news .newsWrap ul li:not(:first-child) a img {
    display: none;
  }
  .home .news .newsWrap ul li a {
    transition: 0.3s;
    display: block;
    padding-bottom: 30px;
  }
  .home .news .newsWrap ul li a img {
    max-width: 100%;
  }
  .home .news .newsWrap ul li a:hover, .home .news .newsWrap ul li a:focus {
    opacity: 0.75;
  }
  .home .news .newsWrap ul li a .img img {
    max-width: 100%;
  }
  .home .news .newsWrap ul li a .date {
    display: block;
    font-size: 12px;
    padding-top: 30px;
  }
  .home .news .newsWrap ul li a .title {
    font-size: 13px;
    margin-top: 10px;
    padding-right: 30px;
    position: relative;
  }
  .home .news .newsWrap ul li a .title:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url("../images/top/arrow.svg") no-repeat right center;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: calc(50% - 20px);
  }
  .home .news .newsWrap ul li .img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home .media {
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: 100px auto 0;
  }
  .home .media .mediaWrap p {
    font-size: 14px;
    margin-top: 35px;
  }
  .home .media .mediaWrap .mediaImg {
    text-align: center;
    padding-top: 70px;
  }
  .home .media .mediaWrap .mediaImg img {
    width: 100%;
    max-width: 500px;
    transition: 0.3s;
  }
  .home .media .mediaWrap .mediaImg img:hover, .home .media .mediaWrap .mediaImg img:focus {
    opacity: 0.75;
  }
  .home .newArticle {
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: 100px auto 0;
  }
  .home .newArticle .secHead {
    display: block;
  }
  .home .newArticle .secHead .linkWrap {
    margin-top: 15px;
  }
  .home .newArticle .secHead .linkWrap a {
    margin: 0 0 0 auto;
  }
  .home .newArticle .secHead .secTit {
    display: block;
    font-size: 35px;
    width: 100%;
  }
  .home .newArticle .secHead .secTit img {
    width: 100%;
    height: auto;
  }
  .home .newArticle .secHead .link_img {
    margin-top: 10px;
    transition: 0.3s;
  }
  .home .newArticle .secHead .link_img:hover, .home .newArticle .secHead .link_img:focus {
    opacity: 0.75;
  }
  .home .newArticle .secHead .link_img img {
    width: 85px;
  }
  .home .newArticle .read {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  .home .newArticle .read p {
    flex: 1;
  }
  .home .newArticle .read .link_img {
    width: 80px;
  }
  .home .newArticle .read .link_img img {
    width: 100%;
    height: auto;
  }
  .home .newArticle .newsWrap {
    margin-top: 35px;
  }
  .home .newArticle .newsWrap ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 450px;
    margin: 0 auto;
  }
  .home .newArticle .newsWrap ul li {
    width: 100%;
    margin-top: 35px;
  }
  .home .newArticle .newsWrap ul li:first-of-type {
    margin-top: 0;
  }
  .home .newArticle .newsWrap ul li a {
    transition: 0.3s;
  }
  .home .newArticle .newsWrap ul li a img {
    width: 100%;
  }
  .home .newArticle .newsWrap ul li a:hover, .home .newArticle .newsWrap ul li a:focus {
    opacity: 0.75;
  }
  .home .newArticle .newsWrap ul li a .img img {
    max-width: 100%;
  }
  .home .newArticle .newsWrap ul li a .date {
    display: block;
    font-size: 13px;
    margin-top: 15px;
  }
  .home .newArticle .newsWrap ul li a .title {
    margin-top: 10px;
    font-size: 13px;
  }
  .home .newArticle .newsWrap ul li a .title svg {
    width: 0.7em;
    height: 0.7em;
    fill: #ccc;
    display: inline-block;
    margin-left: 0.6em;
    margin-top: 0.1em;
  }
  .home .blog {
    background: #000;
    margin: 100px auto 0;
  }
  .home .blog .secHead {
    max-width: 1080px;
    width: calc(100% - 40px);
    align-items: center;
    padding-top: 30px;
    padding-bottom: 40px;
    flex-wrap: wrap;
  }
  .home .blog .secHead .secTit {
    color: #fff;
    font-size: 50px;
    order: 1;
  }
  .home .blog .secHead .txt {
    color: #fff;
    font-size: 11px;
    margin-top: 15px;
    order: 3;
  }
  .home .blog .secHead .linkWrap {
    padding-bottom: 0;
    display: block;
    text-align: right;
    order: 2;
  }
  .home .blog .secHead .linkWrap a {
    background: #fff;
    display: inline-block;
  }
  .home .blog .secHead .linkWrap a:hover, .home .blog .secHead .linkWrap a:focus {
    background: #000;
    color: #fff;
  }
  .home .blog .secHead .linkWrap a:hover:before, .home .blog .secHead .linkWrap a:hover:after, .home .blog .secHead .linkWrap a:focus:before, .home .blog .secHead .linkWrap a:focus:after {
    border-color: #fff;
  }
  .home .group {
    margin: 100px auto 0;
  }
  .home .group .secHead {
    width: calc(100% - 40px);
  }
  .home .group .secHead .secTit {
    line-height: 1.1;
    font-size: 50px;
  }
  .home .group .secHead .linkWrap {
    flex-basis: 140px;
  }
  .home .group .groupWrap {
    text-align: center;
    margin-top: 35px;
  }
  .home .group .groupWrap .groupImg {
    text-align: center;
    width: 100%;
  }
  .home .group .groupWrap .groupImg img {
    width: 100%;
  }
  .home .secHead .secTit {
    font-size: 42px;
  }
  @keyframes fadeup {
    0% {
      transform: translateY(60px);
      opacity: 0;
    }
    80% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
@media print, screen and (min-width: 769px) {
  * {
    font-feature-settings: "palt";
  }
  .bg_white {
    background: #fff;
  }
  .contentsFooter {
    margin-top: 0;
    padding-top: min(15vw, 200px);
  }
  .home header {
    opacity: 0;
    transform: translateY(-100%);
  }
  .home header.isShow {
    animation: showHead 1s forwards ease;
  }
  @keyframes showHead {
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .home .fView {
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: 80px auto 0;
  }
  .home .about {
    max-width: 1080px;
    width: calc(100% - 40px);
    opacity: 0;
    margin: 250px auto 0;
  }
  .home .about.is-active {
    animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
  .home .about h3 {
    font-weight: normal;
    font-size: 35px;
    margin-top: 150px;
  }
  .home .about p {
    font-size: 20px;
    margin-top: 100px;
    line-height: 2;
  }
  .home .aboutLogo {
    display: none;
  }
  .home .aboutLogo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    display: none;
  }
  .home .aboutLogo img {
    width: 65%;
    max-width: 300px;
  }
  .home .parallax {
    width: 100%;
    height: 1500px;
  }
  .home .parallax:before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    position: fixed;
    background: url("../images/top/l4_logo.svg") no-repeat center 46%;
    background-size: 375px;
    animation: parallax-anim linear;
    animation-timeline: scroll();
  }
  @keyframes parallax-anim {
    0% {
      transform: translateY(768px);
    }
    13% {
      transform: translateY(768px);
    }
    18% {
      transform: translateY(0px);
    }
    23% {
      transform: translateY(0px);
    }
    70% {
      transform: translateY(-768px);
    }
  }
  .home .works {
    margin: 0 auto;
    width: 100%;
  }
  .home .works .secHead {
    width: calc(100% - 40px);
    margin: 0 auto 30px;
  }
  .home .works .secHead .secTit {
    white-space: nowrap;
  }
  .home .works #worksImgWrap {
    width: 100%;
    height: 50vw;
    overflow: hidden;
  }
  .home .works #worksImgWrap .worksImg {
    width: 200vw;
    height: 50vw;
  }
  .home .works #worksImgWrap .worksImg .workImg {
    height: calc((100% - 20px) / 3);
    display: inline-block;
    margin: 0 10px 10px 0;
  }
  .home .works #worksImgWrap .worksImg .workImg a {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
  }
  .home .works #worksImgWrap .worksImg .workImg a img {
    width: auto;
    height: 100%;
    transition: all 0.3s;
  }
  .home .works #worksImgWrap .worksImg .workImg a .imgTitle {
    display: none;
  }
  .home .works #worksImgWrap .worksImg .workImg a:hover img {
    transform: scale(1.1, 1.1);
  }
  .home .works .select_link {
    display: flex;
    align-items: end;
    flex-grow: 1;
    padding-bottom: 25px;
    flex-basis: 470px;
    margin-left: 40px;
  }
  .home .works .select_link ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .home .works .select_link ul li {
    margin-right: 20px;
    font-size: 15px;
  }
  .home .works .select_link ul li button {
    cursor: pointer;
    border: none;
    outline: none;
    background-color: transparent;
    color: #333;
  }
  .home .works .select_link ul li button:hover, .home .works .select_link ul li button:focus {
    text-decoration: underline;
  }
  .home .works .select_bottom {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .home .works .select_bottom .prev,
  .home .works .select_bottom .next {
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    position: relative;
    margin: 0 10px;
    transition: 0.3s;
    cursor: pointer;
    width: 150px;
    font-size: 20px;
    padding: 10px 20px 10px 35px;
  }
  .home .works .select_bottom .prev:hover, .home .works .select_bottom .prev:focus,
  .home .works .select_bottom .next:hover,
  .home .works .select_bottom .next:focus {
    background: #000;
    color: #fff;
  }
  .home .works .select_bottom .prev:hover:before, .home .works .select_bottom .prev:focus:before,
  .home .works .select_bottom .next:hover:before,
  .home .works .select_bottom .next:focus:before {
    border-color: #fff;
  }
  .home .works .select_bottom .prev:before,
  .home .works .select_bottom .next:before {
    content: "";
    position: absolute;
    display: block;
    transform: rotate(-45deg);
    transition: 0.3s;
    border-top: 3px solid #000;
    border-left: 3px solid #000;
    top: 18px;
    left: 17px;
    height: 11px;
    width: 11px;
  }
  .home .works .select_bottom .next {
    padding: 10px 35px 10px 20px;
  }
  .home .works .select_bottom .next:before {
    content: "";
    position: absolute;
    display: block;
    transform: rotate(135deg);
    top: 18px;
    left: inherit;
    right: 17px;
  }
  .home .service {
    max-width: 1080px;
    width: calc(100% - 40px);
    opacity: 0;
    margin: min(15vw, 200px) auto 0;
  }
  .home .service.is-active {
    animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
  .home .service .secHead {
    margin-bottom: 0;
  }
  .home .service .serviceTxt {
    margin-top: 5px;
  }
  .home .service .serviceTxt h3 {
    font-weight: 500;
    line-height: 1.8;
    font-size: 26px;
    font-feature-settings: "palt";
    letter-spacing: 0.15em;
    padding-bottom: 40px;
  }
  .home .service .serviceTxt p {
    line-height: 2;
    font-size: 15px;
    font-weight: 500;
    line-height: 2.5;
    font-feature-settings: initial;
  }
  .home .service .serviceLink {
    opacity: 0;
  }
  .home .service .serviceLink.is-active {
    animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }
  .home .service .serviceLink ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 6px;
    margin-top: min(15vw, 200px);
  }
  .home .service .serviceLink ul li a {
    padding-top: 90px;
    padding: 30px 30px 40px;
    aspect-ratio: 356/340;
  }
  .home .service .serviceLink ul li a {
    display: block;
    position: relative;
    background-color: #f5f4f3;
    transition: 0.3s;
  }
  .home .service .serviceLink ul li a:hover, .home .service .serviceLink ul li a:focus {
    background-color: #feff01;
  }
  .home .service .serviceLink ul li a:hover .link_btn .label, .home .service .serviceLink ul li a:focus .link_btn .label {
    transform: translateY(-100%);
    opacity: 0;
  }
  .home .service .serviceLink ul li a:hover .link_btn .hover, .home .service .serviceLink ul li a:focus .link_btn .hover {
    transform: translate(-50%, -50%) translateY(0px);
    opacity: 1;
  }
  .home .service .serviceLink ul li a img {
    width: 100%;
  }
  .home .service .serviceLink ul li a dl {
    margin-top: auto;
    margin-bottom: auto;
  }
  .home .service .serviceLink ul li a dl dd.headTxt {
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
  }
  .home .service .serviceLink ul li a dl dt {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
    font-size: 20px;
  }
  .home .service .serviceLink ul li a dl dd.txt {
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.8;
  }
  .home .service .serviceLink ul li a .link_btn {
    display: inline-block;
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #323232;
    color: #fff;
    font-size: 15px;
  }
  .home .service .serviceLink ul li a .link_btn .hover {
    padding-left: 8px;
  }
  .home .service .serviceLink ul li a .link_btn svg {
    aspect-ratio: 12/8;
    width: 12px;
    fill: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .home .service .serviceLink ul li a .link_btn:before, .home .service .serviceLink ul li a .link_btn:after {
    display: none;
  }
  .home .member {
    width: 100%;
    margin: min(15vw, 200px) auto 0;
  }
  .home .member .secHead {
    width: calc(100% - 40px);
    margin: 0 auto 70px;
  }
  .home .member .memberLinks ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home .member .memberLinks ul li {
    flex-basis: 25%;
  }
  .home .member .memberLinks ul li a {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .home .member .memberLinks ul li a img {
    width: 100%;
    filter: grayscale(1);
    transition: 0.3s;
  }
  .home .member .memberLinks ul li a:hover img, .home .member .memberLinks ul li a:focus img {
    filter: grayscale(0);
    transform: scale(1.1, 1.1);
  }
  .home .member .memberLinks ul li a > span {
    position: absolute;
    top: 40%;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: "jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 4vw;
  }
  .home .news {
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: min(15vw, 200px) auto 0;
  }
  .home .news .secHead {
    margin-bottom: 0;
  }
  .home .news .newsWrap {
    margin-top: 5px;
  }
  .home .news .newsWrap ul {
    display: flex;
    justify-content: space-between;
  }
  .home .news .newsWrap ul li {
    width: calc(33.3333333333% - 10px);
  }
  .home .news .newsWrap ul li a {
    transition: 0.3s;
    display: block;
  }
  .home .news .newsWrap ul li a:hover, .home .news .newsWrap ul li a:focus {
    opacity: 0.75;
  }
  .home .news .newsWrap ul li a .img img {
    max-width: 100%;
  }
  .home .news .newsWrap ul li a .date {
    display: block;
    font-size: 13px;
    margin-top: 30px;
  }
  .home .news .newsWrap ul li a .title {
    margin-top: 20px;
    font-size: 15px;
  }
  .home .news .newsWrap ul li .img img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 346/201;
  }
  .home .media {
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: min(15vw, 200px) auto 0;
  }
  .home .media .mediaWrap p {
    font-size: 17px;
    margin-top: 70px;
  }
  .home .media .mediaWrap .mediaImg {
    text-align: center;
    padding-top: 285px;
    padding-bottom: 85px;
  }
  .home .media .mediaWrap .mediaImg img {
    max-width: 70%;
    transition: 0.3s;
  }
  .home .media .mediaWrap .mediaImg img:hover, .home .media .mediaWrap .mediaImg img:focus {
    opacity: 0.75;
  }
  .home .newArticle {
    max-width: 1080px;
    width: calc(100% - 40px);
    margin: min(15vw, 200px) auto 0;
  }
  .home .newArticle .secHead .secTit {
    width: 50%;
  }
  .home .newArticle .secHead .secTit img {
    width: 100%;
    height: auto;
  }
  .home .newArticle .secHead .link_img {
    margin-top: 10px;
    transition: 0.3s;
  }
  .home .newArticle .secHead .link_img:hover, .home .newArticle .secHead .link_img:focus {
    opacity: 0.75;
  }
  .home .newArticle .read {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }
  .home .newArticle .read p {
    flex: 1;
  }
  .home .newArticle .read .link_img {
    width: 110px;
  }
  .home .newArticle .read .link_img img {
    width: 100%;
    height: auto;
  }
  .home .newArticle .newsWrap {
    margin-top: 40px;
  }
  .home .newArticle .newsWrap ul {
    display: flex;
    justify-content: space-between;
  }
  .home .newArticle .newsWrap ul li {
    width: calc(33.3333333333% - 10px);
  }
  .home .newArticle .newsWrap ul li a {
    transition: 0.3s;
  }
  .home .newArticle .newsWrap ul li a:hover, .home .newArticle .newsWrap ul li a:focus {
    opacity: 0.75;
  }
  .home .newArticle .newsWrap ul li a .img img {
    max-width: 100%;
  }
  .home .newArticle .newsWrap ul li a .date {
    display: block;
    font-size: 13px;
    margin-top: 30px;
  }
  .home .newArticle .newsWrap ul li a .title {
    margin-top: 20px;
    font-size: 15px;
  }
  .home .newArticle .newsWrap ul li a .title svg {
    width: 0.7em;
    height: 0.7em;
    fill: #ccc;
    display: inline-block;
    margin-left: 0.6em;
    margin-top: 0.1em;
  }
  .home .blog {
    background: #000;
    margin: min(15vw, 200px) auto 0;
  }
  .home .blog .secHead {
    max-width: 1080px;
    width: calc(100% - 40px);
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .home .blog .secHead .secTit {
    color: #fff;
  }
  .home .blog .secHead .txt {
    color: #fff;
    font-size: 26px;
  }
  .home .blog .secHead .linkWrap {
    padding-bottom: 0;
  }
  .home .blog .secHead .linkWrap a {
    background: #fff;
  }
  .home .blog .secHead .linkWrap a:hover, .home .blog .secHead .linkWrap a:focus {
    background: #000;
    color: #fff;
  }
  .home .blog .secHead .linkWrap a:hover:before, .home .blog .secHead .linkWrap a:hover:after, .home .blog .secHead .linkWrap a:focus:before, .home .blog .secHead .linkWrap a:focus:after {
    border-color: #fff;
  }
  .home .group {
    margin: min(15vw, 200px) auto 0;
  }
  .home .group .secHead {
    margin-bottom: 0;
  }
  .home .group .groupWrap {
    text-align: center;
    margin-top: 5px;
  }
  .home .group .groupWrap .groupImg {
    text-align: center;
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
  }
  .home .group .groupWrap .groupImg img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    min-width: 100%;
  }
  @keyframes fadeup {
    0% {
      transform: translateY(60px);
      opacity: 0;
    }
    80% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .home .service .serviceLink ul li {
    flex-basis: calc(50% - 6px);
  }
  .home .parallax {
    display: none;
  }
  .home .aboutLogo {
    display: flex;
    height: 768px;
  }
}
/*# sourceMappingURL=map/home.css.map */
