.tn-logo-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tn-logo-box-img {
  position: relative;
  width: 100%;
  padding-bottom: 35%;
}

@media (min-width:1025px) {
  .tn-logo-box {
    width: 164px;
  }

  .tn-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 64px;
    z-index: 9999;
  }

  .tn-header-main {
    background: #FFFFFF;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .tn-header-sub {
    position: relative;
    width: 100%;
    height: 40px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    z-index: 1;
  }

  .tn-header-sub::after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.52);
    backdrop-filter: saturate(180%) blur(4px);
    -webkit-backdrop-filter: saturate(180%) blur(4px);
  }

  .tn-header-sub-container {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .tn-header-sub-box {
    padding: 0.25rem 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    text-transform: capitalize;
    white-space: nowrap;
  }

  .tn-header-sub-box:first-child {
    padding-left: 0;
  }

  .tn-header-sub-box:last-child {
    padding-right: 0;
  }

  .tn-sub-pd {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .tn-sub-pd-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%;
    width: 100%;
    padding: 1rem;
    text-align: center;
  }

  .tn-sub-pd-list-img-box {
    width: 100%;
    min-height: 108px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    padding-bottom: 0.5rem;
  }

  .tn-sub-pd-list-img-box a {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tn-sub-pd-list-img {
    width: 100px;
    height: 100px;
    position: relative;
  }

  .tn-sub-pd-list-seeall {
    width: 4.625rem;
    height: 4.625rem;
    border-radius: 2.313rem;
    background: #C9F7F7;
    color: #009C9D;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tn-sub-pd-list .icon-arrow-outline {
    transition: transform 0.3s ease;
  }

  .tn-sub-pd-list:hover .icon-arrow-outline {

    transform: translateX(0.5rem);
  }

  .tn-sub-pd-list-title {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1rem;
    text-align: center;
    white-space: break-spaces;
  }

  .tn-sub-pd-list-title.seeall {
    color: #009C9D;
  }

  .tn-sub-pd-list-subtitle {
    font-weight: 400;
    font-size: 0.813rem;
    line-height: 1rem;
    text-align: center;
  }
}

@media (min-width:1025px) and (max-width:1340px) {
  .tn-sub-pd-list-img {
    width: 72px;
    height: 72px;
    position: relative;
  }

  .tn-sub-pd-list-img-box a {
    height: 72px;
  }

  .tn-sub-pd-list-img-box {
    min-height: 80px;
  }
}

@media (max-width:1024px) {
  .tn-logo-box {
    width: 120px;
  }

  .tn-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 56px;
    z-index: 9999;
  }

  .tn-header-main {
    background: #FFFFFF;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .tn-ham-box {
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
  }

  .tn-ham {
    width: 1.188rem;
    height: 0.75rem;
    position: relative;
    cursor: pointer;
  }

  .tn-menunav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;

    overflow: hidden;
    overflow-y: auto;
  }

  .tn-menunav.hide {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
  }

  .tn-menunav.show {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }

  .tn-menunav-box {
    width: 100%;
    height: 100%;
  }

  .tn-menu-mb-main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .tn-menu-mb {
    width: 100%;
    padding-top: 56px;
    padding-bottom: 2rem;
  }

  .tn-menu-mb-list {
    width: 100%;
  }

  .tn-menu-mb-list-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 0.8rem;
    border-bottom: 1px solid #E4E4E4;
    font-weight: 700;
  }

  .tn-menu-mb-list-icon {
    color: #EC1C24;
    transition: transform 0.2s ease-in-out;
  }

  .tn-menu-mb-list-icon.hide {
    transform: rotate(0deg);
  }

  .tn-menu-mb-list-icon.show {
    transform: rotate(180deg);
  }

  .tn-sub-menu-mb {
    width: 100%;
    overflow: hidden;
    transition: max-height 0.5s linear;
  }

  .tn-sub-menu-mb.hide {
    height: 0;
    max-height: 0;
  }

  .tn-sub-menu-mb.show {
    height: auto;
    max-height: 1000px;
  }

  .tn-sub-menu-mb-list {
    width: 100%;
    padding: 0 1rem;
    padding-right: 0;
  }

  .tn-sub-menu-mb-list-box {
    padding: 0.5rem 0;
    border-bottom: 1px solid #E4E4E4;
    font-size: 0.875rem;
  }
}

@media (max-width:767px) {
  .tn-ham-box {
    left: 1rem;
  }


}