@charset 'utf-8';

@media only screen and (min-width: 1280px) {

  .txtinfo {
    background: black;
    position: fixed;
    top: -40px;
    width: 100%;
    box-sizing: border-box;
    transition: 0.2s ease-out;
    z-index: 10000; }
    .txtinfo.show{
      top: 0px;
    }
    .txtinfo .inner {
      max-width: 1410px;
      margin: 0 auto;
      line-height: 1.0;
      height: 40px;
      position: relative; }

      .txtinfo .inner .items .item{
        line-height: 40px;
        text-align: center;
        font-size: 13px;
        color: white;
      }

      .txtinfo .inner .items .item a{
        display: block;
        text-decoration: underline;
      }

      .txtinfo .btnClose{
        width: 35px;
        height: 35px;
        line-height: 1.0;
        border: none;
        outline: none;
        cursor: pointer;
        font-size: 11px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        outline: none;
        border: 1px solid black;
        text-align: center;
        position: absolute;
        top: 50%;
        right: 0px;
        z-index: 1;
        transform: translate(0px,-50%);
      }
      .txtinfo .btnClose img{
        filter: invert();
        height: 8px;
        display: block;
      }

  header {
    padding: 15px;
    position: fixed;
    top: 0px;
    transition: 0.2s ease-out;
    width: 100%;
    box-sizing: border-box;
    z-index: 10000; }
    header.addtxtinfo{
      top: 40px;
      position: static;
    }
    header .inner {
      max-width: 1410px;
      margin: 0 auto;
      line-height: 1.0;
      height: 70px;
      background: white;
      border-radius: 35px;
      border: 1px solid;
      position: relative; }
      header .inner .imgBtn {
        display: flex;
        align-items: center;
        justify-content: center; }
        header .inner .imgBtn .img {
          width: auto;
          line-height: 1.0;
          display: block;
          text-align: center; }
          header .inner .imgBtn .img img {
            width: 30px; }
        header .inner .imgBtn .label {
          color: black;
          text-align: center;
          display: block;
          /* margin-top: 0.5em; */
          font-size: 9px;
          line-height: 1.0;
          text-transform: uppercase; }
      header .inner .item-child {
        overflow: hidden;
        box-sizing: border-box;
        transition: height 0.2s ease-out;
        height: 0px}
      /* header .inner .item-child:before{
        content: "";
        display: block;
        margin-top: -15px;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: #f0f;
      } */
        header .inner .item-child .child-inner{
          padding-top: 15px;
          /* position: relative;
          background: white;
          padding: 40px;
          border: 1px solid;
          width: 180px; */
        }

        header .inner .item-child .child-content{
          position: relative;
          background: white;
          padding: 40px;
          border: 1px solid;
          width: 180px;
        }

        header .inner .item-child .child-content.child-content-s{
          width: 130px;
        }

        header .inner .item-child a {
          display: block;
          white-space: nowrap;
          line-height: 1.0;
          font-size: 14px;
          margin-bottom: 1em; }
          header .inner .item-child a:last-child {
            margin-bottom: 0px; }
        header .inner .item-child .head {
          display: block;
          font-size: 16px;
          margin-bottom: 2em;
          line-height: 1.0; }
        header .inner .item-child .block-search {
          position: relative; }
          header .inner .item-child .block-search .btn {
            background-color: transparent;
            border: none;
            cursor: pointer;
            outline: none;
            padding: 0;
            appearance: none;
            position: absolute;
            top: 50%;
            right: 13px;
            width: 40px;
            height: 40px;
            transform: translate(0px, -50%); }
            header .inner .item-child .block-search .btn img {
              height: 40px; }
          header .inner .item-child .block-search input {
            font-size: 18px;
            width: 470px;
            padding: 10px 0px;
            padding-right: 80px;
            box-sizing: border-box;
            outline: none;
            border: none;
            display: block;
            border-radius: 10px;
            font-weight: 500;
            line-height: 1.0; }
      header .inner .nav1 {
        margin-top: -1px;
        margin-left: -1px;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        header .inner .nav1 .btnMenu {
          width: 70px;
          height: 70px;
          border-radius: 35px;
          border: 1px solid;
          margin-right: 20px; }
          header .inner .nav1 .btnMenu a {
            width: 100%;
            height: 100%; }
        header .inner .nav1 .items {
          display: flex;
          gap: 1em;
          align-items: center; }
          header .inner .nav1 .items .item {
            font-size: 14px;
            position: relative; }
            header .inner .nav1 .items .item > a {
              display: flex;
              align-items: center;
              height: 70px; }
            header .inner .nav1 .items .item .item-child {
              position: absolute;
              top: 69px;
              left: 0px; }
      header .inner .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      header .inner .logo a,
      header .inner .logo img{
        display: block;
      }
      header .inner .nav2 {
        position: absolute;
        top: 0px;
        right: 0px; }
        header .inner .nav2 .items {
          display: flex;
          align-items: center; }
          header .inner .nav2 .items .item {
            border-left: 1px solid;
            width: 70px;
            height: 70px;
            position: relative; }
          header .inner .nav2 .items .item-l {
            border-left: 1px solid;
            width: 100px;
            height: 70px; }
          header .inner .nav2 .items .item-child {
            position: absolute;
            top: 69px;
            right: 0px; }
          header .inner .nav2 .items .item-child a{
            text-align: left;
            display: block;
           }
          header .inner .nav2 .items a {
            width: 100%;
            height: 100%;
            display: flex;
            gap: 4px;
            align-items: center;
            justify-content: center; }
            header .inner .nav2 .items a .img{
              width: auto;
            }
            /* header .inner .nav2 .items a .img img{
              display: block;
            } */
            header .inner .nav2 .items a .numb {
              display: block;
              display: flex;
              align-items: center;
              justify-content: center;
              background: black;
              width: 35px;
              height: 35px;
              border-radius: 35px;
              color: white;
              font-size: 16px; }
}

@media only screen and (max-width: 1279px) {

  .txtinfo {
    background: black;
    position: fixed;
    top: -40px;
    width: 100%;
    box-sizing: border-box;
    transition: 0.2s ease-out;
    z-index: 10000; }
    .txtinfo.show{
      top: 0px;
    }
    .txtinfo .inner {
      margin: 0 auto;
      line-height: 1.0;
      height: 40px;
      position: relative; }

      .txtinfo .inner .items .item{
        line-height: 40px;
        text-align: center;
        font-size: 13px;
        color: white;
      }

      .txtinfo .inner .items .item a{
        display: block;
        text-decoration: underline;
      }

      .txtinfo .btnClose{
        width: 35px;
        height: 35px;
        line-height: 1.0;
        border: none;
        outline: none;
        cursor: pointer;
        font-size: 11px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        outline: none;
        border: 1px solid black;
        text-align: center;
        position: absolute;
        top: 50%;
        right: 0px;
        z-index: 1;
        transform: translate(0px,-50%);
      }
      .txtinfo .btnClose img{
        filter: invert();
        height: 8px;
        display: block;
      }

  header.menu_header {
    padding: 10px;
    position: fixed;
    top: 0px;
    width: 100%;
    box-sizing: border-box;
    transition: 0.2s ease-out;
    z-index: 10000; }
    header.addtxtinfo{
      top: 40px;
    }
    header .inner {
      height: 60px;
      background: white;
      border-radius: 30px;
      border: 1px solid;
      position: relative; }
      header .inner .imgBtn {
        display: flex;
        align-items: center;
        justify-content: center; }
        header .inner .imgBtn .img {
          line-height: 1.0;
          width: auto;
          display: block;
          text-align: center; }
          header .inner .imgBtn .img img {
            width: 22px; }
        header .inner .imgBtn .label {
          color: black;
          text-align: center;
          display: block;
          margin-top: 0.2em;
          font-size: 7.5px;
          line-height: 1.0;
          text-transform: uppercase; }
      header .inner .nav1 {
        margin-top: -1px;
        margin-left: -1px;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        header .inner .nav1 .btnMenu {
          width: 60px;
          height: 60px;
          border-radius: 30px;
          border: 1px solid;
          display: flex;
          align-items: center;
          justify-content: center; }
          header .inner .nav1 .btnMenu a {
            width: 100%;
            height: 100%; }
      header .inner .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      header .inner .logo a,
      header .inner .logo img{
        display: block;
        height: 27px;
      }
      header .inner .nav2 {
        position: absolute;
        top: 0px;
        right: 0px; }
        header .inner .nav2 .items {
          display: flex;
          align-items: center; }
          header .inner .nav2 .items .item {
            width: 70px;
            height: 60px; }
          header .inner .nav2 .items .item-l {
            width: 90px;
            height: 60px; }
          header .inner .nav2 .items a {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center; }
            header .inner .nav2 .items a .img {
              width: auto;
            }
            header .inner .nav2 .items a .img img{
              width: 21px;
              display: block;
            }
            header .inner .nav2 .items a .numb {
              display: block;
              display: flex;
              align-items: center;
              justify-content: center;
              background: black;
              width: 30px;
              height: 30px;
              border-radius: 30px;
              color: white;
              font-size: 13px; }
  .menu {
    padding: 10px;
    position: fixed;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    top: 0px;
    left: 0px;
    z-index: 10001;
    opacity: 0.0;
    pointer-events: none; }
    .menu.open{
      opacity: 1.0;
      pointer-events: auto
    }
    .menu.open .inner{
      height: 100%;
    }
    .menu.open .inner .copyright{
      opacity: 1.0
    }
    .menu .inner {
      background: white;
      border-radius: 30px;
      border: 1px solid;
      position: relative;
      width: 100%;
      height: 62px;
      transition: 0.2s ease-out;
      box-sizing: border-box; }
      .menu .inner .imgBtn {
        display: flex;
        align-items: center;
        justify-content: center; }
        .menu .inner .imgBtn .img {
          line-height: 1.0;
          display: block;
          text-align: center; }
          .menu .inner .imgBtn .img img {
            width: 22px; }
        .menu .inner .imgBtn .label {
          color: black;
          text-align: center;
          display: block;
          margin-top: 0.2em;
          font-size: 7.5px;
          line-height: 1.0;
          text-transform: uppercase; }
      .menu .inner .nav1 {
        margin-top: -1px;
        margin-left: -1px;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        .menu .inner .nav1 .btnMenu {
          width: 60px;
          height: 60px;
          border-radius: 30px;
          border: 1px solid;
          display: flex;
          align-items: center;
          justify-content: center; }
          .menu .inner .nav1 .btnMenu a {
            width: 100%;
            height: 100%; }
      .menu .inner .nav2 {
        position: absolute;
        top: 0px;
        right: 0px; }
        .menu .inner .nav2 .items {
          display: flex;
          align-items: center; }
          .menu .inner .nav2 .items .item {
            width: 70px;
            height: 60px; }
          .menu .inner .nav2 .items .item-l {
            width: 90px;
            height: 60px; }
          .menu .inner .nav2 .items a {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center; }
            .menu .inner .nav2 .items a .img {
              width: auto;
            }
            .menu .inner .nav2 .items a .img img{
              width: 21px;
              display: block;
            }
            .menu .inner .nav2 .items a .numb {
              display: block;
              display: flex;
              align-items: center;
              justify-content: center;
              background: black;
              width: 30px;
              height: 30px;
              border-radius: 30px;
              color: white;
              font-size: 13px; }
      .menu .inner .search {
        width: 290px;
        margin: 0 auto;
        margin-top: 40px; }
        .menu .inner .search .block-search {
          position: relative; }
          .menu .inner .search .block-search .btn {
            background-color: transparent;
            border: none;
            cursor: pointer;
            outline: none;
            padding: 0;
            appearance: none;
            position: absolute;
            top: 50%;
            right: 13px;
            width: 24px;
            height: 24px;
            transform: translate(0px, -50%); }
            .menu .inner .search .block-search .btn img {
              height: 24px; }
          .menu .inner .search .block-search input {
            font-size: 14px;
            width: 100%;
            padding: 20px 15px;
            padding-right: 50px;
            box-sizing: border-box;
            outline: none;
            border: none;
            display: block;
            border-radius: 10px;
            font-weight: 500;
            border: 1px solid;
            line-height: 1.0; }
      .menu .inner .menu-items {
        text-align: center;
        line-height: 1.0;
        margin-top: 60px;
        padding-left: 60px;
        padding-right: 60px; }
        .menu .inner .menu-items .item {
          font-size: 16px;
          margin-bottom: 2em; }
          .menu .inner .menu-items .item:last-child {
            margin-bottom: 0px; }
        .menu .inner .menu-items .main {
          margin-bottom: 0px;
          padding-bottom: 40px; }
        .menu .inner .menu-items .sub {
          border-top: 1px solid;
          padding-top: 40px; }
          .menu .inner .menu-items .sub .item {
            margin-bottom: 2em; }
          .menu .inner .menu-items .sub a {
            font-size: 15px; }
      .menu .inner .copyright {
        position: absolute;
        bottom: 30px;
        width: 100%;
        opacity: 0.0;
        transition: opacity 0.2s;
        transition-delay: 0.2s;
        text-align: center;
        font-size: 11px;
        line-height: 1.0; }
}
