/* product */
.inner {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .inner01 {
    max-width: 1650px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .center {
    text-align: center;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .setPt {
    padding-top: 80px;
  }
  .styleVidBlock {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .secViewer {
    padding: 100px 0;
  }
  .viewerBlock {
    display: flex;
    align-items: center;
  }
  .btnDownload {
    padding: 15px 15px 10px;
    color: #fff;
    text-transform: uppercase;
    background-color: #00a89d;
    font-weight: 600;
    font-size: 0.875rem;
    display: block;
    max-width: 240px;
    transition: opacity 0.3s ease;
  }
  
  .secKeyvPro {
    margin-bottom: 100px;
  }
  .secKeyv img {
    width: 100%;
  }
  /* #product-1{
      background-image: url(../img/product/keyv_product.jpg);
      min-height: 100vh;
  } */
  #product-1 {
    background-image: url(../img/product/keyv_product01.webp);
    min-height: 100vh;
  }
  #product-2 {
    background-image: url(../img/product/keyv_product02.webp);
    min-height: 100vh;
  }
  #product-3 {
    background-image: url(../img/product/keyv_product03.webp);
    min-height: 100vh;
  }
  #product-4 {
    background-image: url(../img/product/keyv_product04.webp);
    min-height: 100vh;
  }
  #product-5 {
    background-image: url(../img/product/keyv_product05.webp);
    min-height: 100vh;
  }
  #product-6 {
    background-image: url(../img/product/keyv_product06.webp);
    min-height: 100vh;
  }
  #product-7 {
    background-image: url(../img/product/keyv_product07.webp);
    min-height: 100vh;
  }
  .keyvInvestor {
    background-image: url(../img/investor/keyv_investor.webp);
    min-height: 100vh;
  }
  .keyvUtilities {
    background-image: url(../img/utilities/keyv_utilities.webp);
    min-height: 100vh;
  }
  .bgParallax {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .keyv img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  .keyvContent {
    position: relative;
    color: #fff;
    background-color: #004849;
    padding: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    z-index: 5;
  }
  .keyvContent > * {
    width: calc((100% - 20px) / 2);
  }
  .keyvContent .ttl {
    font-family: "SVN-TheSeasons";
    font-size: 50px;
    line-height: 1;
  }
  .keyvContent .ttl span {
    font-size: 32px;
    font-weight: bold;
    display: block;
  }
  .keyvContent .detail {
    font-size: 0.875rem;
    line-height: 1.7;
    text-align: justify;
  }
  .secProduct {
    margin-bottom: 100px;
  }
  .headline01 {
    font-size: 38px;
    font-weight: 600;
    color: #00a89d;
    line-height: 1.23;
    margin-bottom: 25px;
  }
  .headline01 span {
    font-weight: 300;
    color: #434345;
    margin-left: 20px;
  }
  .headline02 {
    font-size: 16px;
    font-weight: 600;
    color: #004849;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 20px;
  }
  .headline02.style01 {
    font-size: 16px;
  }
  .headline03 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: #003b3c;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .headline04 {
    font-family: "Montserrat";
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 15px;
  }
  .headline05 {
    font-family: "SVN-TheSeasons";
    text-align: center;
    line-height: 1.1;
    font-size: 50px;
    color: #00a89d;
    margin-bottom: 40px;
  }
  .headline05 span {
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: #004849;
  }
  .col2 {
    display: flex;
    justify-content: space-between;
  }
  .col2 > * {
    width: calc((100% - 60px) / 2);
  }
  .productBlock {
    display: flex;
  }
  .productInfo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .productInfo.setW {
    margin-right: 60px;
    min-width: 620px;
  }
  .productInfo .infoTop {
    margin-bottom: 25px;
  }
  .productInfo .infoTopFlex {
    display: flex;
    align-items: center;
  }
  .productInfo .infoTop .ttl {
    font-size: 24px;
    font-weight: 600;
    color: #b9916e;
    padding-right: 15px;
    border-right: 1px solid #000000;
    margin-right: 15px;
    word-break: break-word;
    min-width: 95px;
  }
  .productInfo .infoTop .detail {
    font-size: 0.875rem;
    line-height: 1.7;
    color: #434345;
  }
  .secInvest {
    padding: 80px 0 50px;
  }
  .groupLogo {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    /* margin-top: 50px; */
  }
  .groupLogo .item {
    width: 50%;
    /* display: flex;
      flex-direction: column;
      justify-content: space-between; */
  }
  .groupLogo .ttl {
    font-family: "Montserrat";
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .groupLogo .rightContent {
    margin-left: 60px;
  }
  .groupLogo .imgBox {
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 20px;
  }
  .groupLogo img {
    max-width: 100%;
    margin: 0 auto;
  }
  .descriptionInves {
    position: relative;
    font-size: 0.875rem;
    text-align: justify;
    color: #434345;
    line-height: 1.2;
    max-width: 910px;
    margin: 0 auto;
    font-size: 13px;
    /* padding-bottom: 40px; */
    /* margin-bottom: 50px; */
  }
  /* .descriptionInves:after {
      position: absolute;
      content: '';
      width: 310px;
      height: 1px;
      background-color: #000;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
  } */
  .bnrGroupBrand {
    display: flex;
    justify-content: space-between;
  }
  .bnrGroupBrand .item {
    width: calc((100% - 150px) / 6);
  }
  .bnrGroupBrand .img {
    min-height: 68px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .bnrGroupBrand img {
    max-height: 68px;
  }
  .bnrGroupBrand .ttl {
    margin-top: 15px;
    font-size: 0.875rem;
    text-align: center;
  }
  
  .loading-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: black;
    opacity: 0.5;
  }
  
  .secNews {
    padding: 80px 0;
  }
  .mainNews .img {
    line-height: 0;
    margin-bottom: 15px;
  }
  .mainNews img {
    width: 100%;
  }
  .newspaper {
    font-family: "Montserrat";
    font-size: 0.875rem;
    color: #da1a32;
    margin-bottom: 15px;
  }
  .detailNews {
    font-family: "Montserrat";
    font-size: 0.875rem;
    line-height: 1.7;
    color: #434345;
    margin-bottom: 15px;
  }
  .newsBox {
    display: flex;
    padding: 0px 20px 20px 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
  }
  .newsBox:last-child {
    margin-bottom: 0;
  }
  .newsBox .img {
    min-width: 222px;
  }
  .newsBox .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .subInfoNews {
    font-family: "Montserrat";
    display: flex;
    align-items: center;
    color: #767679;
    font-size: 0.875rem;
  }
  .subInfoNews .line {
    width: 10px;
    height: 2px;
    background-color: #767679;
    margin: 0 20px;
  }
  .secNews .newsList {
    max-height: 73vh;
    overflow-y: scroll;
  }
  .lstUties {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lstUties:after {
    width: calc((100% - 60px) / 4);
  }
  .lstUties > * {
    width: calc((100% - 60px) / 4);
    margin-bottom: 20px;
  }
  .utiBox {
    padding: 20px 16px;
    border: 1px solid #d4a881;
    border-radius: 16px;
    min-height: 400px;
    transition: background-color 0.3s ease;
  }
  .utiBox .img {
    text-align: center;
    margin-bottom: 15px;
  }
  .utiBox img {
    margin: 0 auto;
  }
  .utiBox .ttl {
    color: #1e1e1e;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.3;
    text-align: center;
  }
  .utiBox .ttl.setmH {
    min-height: 48px;
  }
  .utiBox .detail {
    color: #1e1e1e;
    font-size: 0.875rem;
    text-align: justify;
    line-height: 1.7;
  }
  
  .secUtiItem {
    margin-bottom: 100px;
  }
  
  .infoUtiItem {
    max-width: 768px;
    margin: 0 auto;
    border-radius: 47px;
    padding: 30px 30px 155px;
    margin-top: -40px;
    background-color: #fff;
  }
  .infoUtiItem .ttl {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color: #00a89d;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .infoUtiItem .detail {
    font-size: 0.875rem;
    color: #1e1e1e;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .infoUtiItem .note img {
    margin: 0 auto;
  }

  .groupPhoto {
    margin-top: -100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .groupPhoto .item {
    flex: 1 1 100%;
    box-sizing: border-box;
  }

  .groupPhoto .item img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .groupPhoto.two-items .item:first-child {
    flex: 0 0 65%; 
  }

  .groupPhoto.two-items .item:last-child {
    flex: 0 0 30%; 
  }

  .groupPhoto.three-or-more .item {
    flex: 0 0 30%; 
  }

  .infoUtiBlock {
    background-color: #00a89d;
    padding: 65px 0px;
  }
  .infoUtiBlock .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .infoUtiBlock .infoL {
    font-family: "SVN-TheSeasons";
    font-weight: bold;
    min-width: 470px;
    padding-right: 15px;
  }
  .infoUtiBlock .infoL .txt01 {
    font-size: 32px;
    color: #004849;
    line-height: 1.3;
    letter-spacing: 2px;
    padding-left: 80px;
  }
  .infoUtiBlock .infoL .setPl {
    padding-left: 50px;
  }
  .infoUtiBlock .infoL .setPr {
    padding-right: 65px;
  }
  .infoUtiBlock .infoL .txt02 {
    font-size: 50px;
    color: #fff;
    line-height: 1.1;
    text-align: right;
    letter-spacing: 3px;
  }
  .infoUtiBlock .infoL .txt02 span {
    margin-right: 40px;
  }
  .infoUtiBlock .infoR {
    margin-left: 60px;
    min-width: 650px;
    max-width: 650px;
    text-align: justify;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #fff;
  }
  .bnrUti img {
    width: 100%;
  }
  
  .secMap {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .contactBlock {
    display: flex;
    justify-content: space-between;
  }
  .contactBlock > * {
    width: calc((100% - 15px) / 2);
  }
  .contactBlock .item .img {
    line-height: 0;
  }
  .contactBlock .item img {
    width: 100%;
  }
  .contactBlock .item .img_banner {
    width: 100%;
    height: calc(100dvh - 610px);
    position: relative;
    overflow: hidden;
  }
  .contactBlock .item .img_banner img {
    position: absolute;
    object-fit: cover;
    object-position: bottom;
    bottom: 0;
    left: 0;
  }
  .contactBlock .item .infoBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 30px 7vw;
    background-color: white;
    color: black;
    min-height: 180px;
  }
  .contactBlock .item .ttl {
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .contactBlock .item .address {
    font-size: 14px;
    line-height: 1.5;
  }
  .contactBlock .item .mapLink {
    align-self: flex-start;
    display: inline-block;
    min-width: 95px;
    margin-left: 20px;
    transition: opacity 0.3s ease;
  }
  .contactBlock .item .mapLink:hover {
    text-decoration: none;
  }
  .formContactBlock {
    display: flex;
    padding: 30px 3.5vw 60px 3.5vw;
    background-color: #004849;
    gap: 15px;
  }
  .formContactBlock .infoL {
    width: 20%;
    color: #fff;
  }
  .formContactBlock .infoL .ttl {
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .formContactBlock .infoL .txt {
    font-size: 14px;
    line-height: 1.5;
  }
  .formContactBlock .formBox {
    width: 40%;
  }
  .formContactBlock .infoR {
    width: 40%;
    color: #fff;
  }
  .formContactBlock .infoR a {
    transition: opacity 0.3s ease;
  }
  .formContactBlock .phone {
    display: flex;
    align-items: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 2px;
  }
  .formContactBlock .phone .icon {
    min-width: 35px;
    margin-right: 10px;
  }
  .formContactBlock .socialBox {
    display: flex;
    justify-content: space-between;
  }
  .formContactBlock .socialItem {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .formContactBlock .socialItem .icon {
    min-width: 20px;
    width: 20px;
    margin-right: 10px;
  }
  .formContactBlock .socialLst {
    display: flex;
    margin-left: 10px;
  }
  .formContactBlock .socialLst a:not(:last-child) {
    margin-right: 15px;
  }
  .formContactBlock .socialLst .iconF {
    width: 32px;
    min-width: 32px;
  }
  .formContactBlock .socialLst .iconY {
    width: 45px;
    min-width: 45px;
  }
  .formContactBlock .contactNote {
    padding-top: 10px;
    margin-top: 50px;
    border-top: 1px solid #fff;
    color: #fff;
    font-size: 14px;
  }
  
  /* wave animation */
  @keyframes move_wave {
    0% {
      transform: translateX(0) translateZ(0) scaleY(1);
    }
    50% {
      transform: translateX(-25%) translateZ(0) scaleY(0.55);
    }
    100% {
      transform: translateX(-50%) translateZ(0) scaleY(1);
    }
  }
  .waveWrapper {
    position: relative;
  }
  .waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 200px;
    bottom: -1px;
  }
  .bgTop {
    z-index: 15;
    opacity: 0.3;
  }
  .bgMiddle {
    z-index: 10;
    opacity: 0.4;
  }
  .bgBottom {
    z-index: 5;
    opacity: 0.3;
  }
  .wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
  }
  .waveTop {
    background-size: 50% 100px;
    background-image: url("../img/wave-top.webp");
  }
  .waveAnimation .waveTop {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  .waveMiddle {
    background-size: 50% 120px;
    background-image: url("../img/wave-mid.webp");
  }
  .waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
  }
  .waveBottom {
    background-size: 50% 100px;
    background-image: url("../img/wave-bot.webp");
  }
  .waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
  }
  
  @media screen and (min-width: 1025px) {
    .utiBox:hover {
      background-color: rgba(0, 168, 157, 0.2);
    }
    .btnDownload:hover,
    .contactBlock .item .mapLink:hover,
    .formContactBlock .infoR a:hover {
      opacity: 0.8;
    }

    .shadow-side-nav {
      box-shadow: 0px 0px 1px rgba(255, 255, 255, 0.5);
      background-color: rgba(0, 0, 0, 0.02);
    }
  }
  @media screen and (max-width: 1399px) {
    .contactBlock .item .infoBox {
      padding: 30px 20px;
    }
    .contactBlock .item .img_banner {
      height: calc(100dvh - 560px);
    }
    .formContactBlock {
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 30px;
    }
    .formContactBlock .phone,
    .formContactBlock .socialBox {
      padding-right: 20px;
    }
  }
  @media screen and (max-width: 1279px) {
    .setPt {
      padding-top: 50px;
    }
    .newsBox .img {
      min-width: 150px;
    }
    .newsBox {
      padding-left: 0;
      padding-right: 0;
    }
    .subInfoNews .line {
      margin-right: 10px;
      margin-left: 10px;
    }
  }
  @media screen and (max-width: 1024px) {
    .productInfo.setW {
      margin-right: 40px;
      min-width: 400px;
    }
    .mainNews {
      margin-bottom: 30px;
    }
    .lstUties > * {
      width: calc((100% - 30px) / 2);
      margin-bottom: 15px;
    }
    .infoUtiBlock .infoR {
      margin-left: 0;
      margin-top: 10px;
      min-width: auto;
      max-width: 100%;
      font-size: 13px;
      line-height: 1.5;
    }
  }
  @media screen and (max-width: 767px) {
    header {
      height: 50px;
    }
    .headline01 {
      font-size: 24px;
      margin-bottom: 15px;
    }
    .headline02 {
      font-size: 14px !important;
      margin-bottom: 15px;
    }
    .headline03 {
      font-size: 18px;
    }
    .headline05 {
      font-size: 35px;
      margin-bottom: 25px;
    }
    .headline05 span {
      font-size: 25px;
    }
    .bgParallax {
      background-attachment: unset;
    }
    .secKeyvPro {
      margin-bottom: 60px;
    }
    .keyvContent {
      flex-direction: column;
      padding: 70px 20px;
    }
    .keyvContent > * {
      width: 100%;
    }
    .keyvContent .ttl {
      font-size: 30px;
      text-align: center;
      margin-bottom: 15px;
      line-height: 1.2;
    }
    .keyvContent .ttl span {
      font-size: 20px;
    }
    .keyvContent .detail {
      font-size: 13px;
      line-height: 1.1;
    }
    .secProduct {
      margin-bottom: 80px;
    }
    .productBlock {
      flex-direction: column;
    }
    .productInfo {
      display: block;
    }
    .productInfo img {
      margin: 0 auto;
    }
    .productInfo.setW {
      margin-right: 0;
      min-width: auto;
      margin-bottom: 25px;
    }
    .productInfo .infoTop {
      margin-bottom: 25px;
    }
    .productInfo .infoTop .ttl {
      font-size: 16px;
      padding-right: 10px;
      min-width: 70px;
    }
    .productInfo .infoTop .detail {
      font-size: 13px;
      line-height: 1.1;
    }
    .secInvest {
      padding-top: 50px;
      padding-bottom: 20px;
    }
    .groupLogo {
      flex-direction: column;
    }
    .groupLogo .item {
      width: 100%;
    }
    .groupLogo .item:not(:last-child) {
      margin-bottom: 20px;
    }
    .groupLogo img {
      margin: 0 auto;
      max-width: 100%;
    }
    .groupLogo .ttl {
      font-size: 14px;
      margin-bottom: 10px;
    }
    .groupLogo .rightContent {
      text-align: center;
      margin-left: 0;
      margin-top: 120x;
    }
    .groupLogo .imgBox {
      min-height: auto;
      margin-bottom: 20px;
    }
    .descriptionInves {
      font-size: 13px;
      line-height: 1.4;
      /* padding-bottom: 20px;
          margin-bottom: 30px; */
    }
    .descriptionInves:after {
      width: 80%;
    }
    .bnrGroupBrand {
      flex-wrap: wrap;
    }
    .bnrGroupBrand .item {
      width: calc((100% - 20px) / 2);
      margin-bottom: 10px;
    }
    .bnrGroupBrand .img {
      min-height: 68px;
    }
    .bnrGroupBrand img {
      max-height: 40px;
    }
    .bnrGroupBrand .ttl {
      font-size: 13px;
    }
    .secNews {
      padding: 50px 0;
    }
    .col2 {
      flex-direction: column;
    }
    .col2 > * {
      width: 100%;
    }
    .mainNews .img {
      margin-bottom: 10px;
    }
    .newspaper {
      font-size: 13px;
      margin-bottom: 10px;
    }
    .detailNews {
      font-size: 13px;
      line-height: 1.5;
    }
    .newsBox {
      display: flex;
      padding: 0px 0px 20px;
    }
    .subInfoNews {
      font-size: 13px;
    }
    .lstUties {
      flex-direction: column;
    }
    .lstUties:after {
      width: 100%;
    }
    .lstUties > * {
      width: 100%;
      margin-bottom: 20px;
    }
    .utiBox {
      min-height: auto;
    }
    .utiBox .img {
      margin-bottom: 10px;
    }
    .utiBox img {
      max-width: 60px;
    }
    .utiBox .ttl {
      font-size: 17px;
      margin-bottom: 10px;
    }
    .utiBox .ttl.setmH {
      min-height: auto;
    }
    .utiBox .detail {
      font-size: 13px;
      line-height: 1.5;
    }
    .secUtiItem {
      margin-bottom: 50px;
    }
    .infoUtiItem {
      padding: 25px 15px 100px;
      margin-top: -30px;
    }
    .infoUtiItem .ttl {
      font-size: 28px;
      margin-bottom: 10px;
    }
    .infoUtiItem .detail {
      font-size: 13px;
      line-height: 1.5;
      margin-bottom: 20px;
    }
    .groupPhoto {
      margin-top: -80px;
      gap: 5px;
    }
    .infoUtiItem .note {
      max-width: 100%;
      margin: 0 auto;
    }
    .infoUtiBlock {
      padding: 30px 0px;
    }
    .infoUtiBlock .inner {
      flex-direction: column;
    }
    .infoUtiBlock .infoL {
      min-width: auto;
      text-align: center;
    }
    .infoUtiBlock .infoL .txt01 {
      font-size: 25px;
      padding-left: 0;
    }
    .infoUtiBlock .infoL .setPl {
      padding-left: 0;
    }
    .infoUtiBlock .infoL .setPr {
      padding-right: 0;
    }
    .infoUtiBlock .infoL .txt02 {
      font-size: 35px;
      text-align: center;
    }
    .infoUtiBlock .infoL .txt02 span {
      margin-right: 10px;
    }
    .contactBlock {
      flex-direction: column;
    }
    .contactBlock > * {
      width: 100%;
    }
    .contactBlock .item:not(:last-child) {
      margin-bottom: 10px;
    }
    .contactBlock .item .infoBox {
      justify-content: space-between;
      padding: 30px 15px;
      min-height: auto;
    }
    .contactBlock .item .ttl {
      font-size: 18px;
      margin-bottom: 10px;
    }
    .contactBlock .item .address {
      font-size: 13px;
      line-height: 1.4;
    }
    .contactBlock .item .mapLink {
      min-width: 70px;
      margin-left: 10px;
      max-width: 70px;
    }
  }

  @media screen and (max-width: 900px) {
    .formContactBlock {
      flex-direction: column;
      padding: 30px 15px;
      padding-right: 0;
    }
    .formContactBlock .infoL {
      width: 100%;
      margin-right: 0px;
      margin-bottom: 20px;
    }
    .formContactBlock .infoL .ttl {
      font-size: 18px;
      margin-bottom: 10px;
    }
    .formContactBlock .infoL .txt {
      font-size: 13px;
      line-height: 1.4;
    }
    .formContactBlock .formBox {
      width: 100%;
      margin-right: 0px;
      margin-bottom: 20px;
    }
    .formContactBlock .infoR {
      width: 100%;
    }
    .formContactBlock .phone {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 5px;
      letter-spacing: 1px;
      padding-right: 15px;
    }
    .formContactBlock .phone .icon {
      min-width: 20px;
      width: 20px;
      margin-right: 10px;
    }
    .formContactBlock .socialBox {
      padding-right: 15px;
      justify-content: space-between;
    }
    .formContactBlock .socialItem {
      font-size: 13px;
      margin-bottom: 5px;
    }
    .formContactBlock .socialItem .icon {
      min-width: 15px;
      width: 15px;
      margin-right: 10px;
    }
    .formContactBlock .socialLst {
      margin-top: 0px;
    }
    .formContactBlock .socialLst a:not(:last-child) {
      margin-right: 15px;
    }
    .formContactBlock .socialLst .iconF {
      width: 22px;
      min-width: 22px;
    }
    .formContactBlock .socialLst .iconY {
      width: 30px;
      min-width: 30px;
    }
    .formContactBlock .contactNote {
      margin-top: 15px;
      font-size: 13px;
    }
    .contactBlock .item .img_banner {
      height: 170px;
    }
  }
  
  