/* header */
/* ============================================ */
	.header2026 {
		position: fixed;
		width: 100%;
		top: 0;
		background: #000;
		z-index: 999;
	}

	.hd2026-inner {
		/* max-width: 960px; */
		width: 100%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		/* justify-content: space-between; */
    justify-content: center;
		height: 72px;
		position: relative;
	}

	.header2026 .logo {
		width: 236px;
    margin-right: 5%;
	}

	/* GNB */
  .header2026 .gnb {
    max-width: 960px;
    width: 100%;
  }
	.header2026 .main-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
	}

	.header2026 .menu-item {
		position: relative;
	}

	.header2026 .menu-item>a {
		display: block;
		padding: 30px 0 25px;
		text-decoration: none;
		color: #fff;
	}

	.header2026 .mega-menu {
		position: fixed;
		top: 72px;
		left: 0;
		width: 100vw;
		display: none;
		background: #fff;
		z-index: 999;
	}

	.header2026 .menu-item.has-mega>a span {
		position: relative;
	}

	.header2026 .menu-item.has-mega>a span::after {
		display: inline;
		content: "";
		width: 100%;
		height: 2px;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 5;
		background: linear-gradient(#fff100, #fff100) 0 100% / 0 7px no-repeat;
		transition: all .3s ease;
	}

	.header2026 .menu-item.has-mega>a:hover span::after,
	.header2026 .menu-item.has-mega.open>a span::after {
		background-size: 100% 7px !important;
	}

	.header2026 .menu-item.has-mega.open .mega-menu {
		display: block;
	}

	.header2026 .mega-inner {
		display: flex;
		max-width: 1065px;
		margin: 0 auto;
		padding: 45px 0 60px;
		gap: 50px;
	}

	.header2026 .mega-left {
		width: 69.9531%;
	}

	.header2026 .menu-item05 .mega-left {
		width: 100%;
	}

	.header2026 .mega-title {
		font-size: 36px;
	}

	.header2026 .mega-title a {
		width: 100%;
	}
  .header2026 .mega-title .text-hover {
    font-size: 34px;
	}


	.header2026 ul.sub-menu {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 10px 0;
		margin-top: 10px;
		list-style: none;
		padding: 0;
		border-bottom: 1px solid #DDDDDD;
	}
	.header2026 .menu-item04 ul.sub-menu {
		grid-template-columns: repeat(2, 1fr);
	}
	.header2026 .menu-item04 ul.sub-menu {
		border-bottom: none;
	}

  
	
	.header2026 .sub-menu li {
		border-bottom: 1px solid #DDDDDD;
		padding-top: 20px;
	}

	/* .header2026 .menu-item01 .sub-menu li:nth-child(10),
	.header2026 .menu-item01 .sub-menu li:nth-child(11),
	.header2026 .menu-item01 .sub-menu li:nth-child(12) {
		border-bottom: none;
	} */

	.header2026 .menu-item01 .sub-menu li:nth-child(13) {
		border-bottom: none;
	}
	.header2026 .menu-item02 .sub-menu li:nth-child(4),
	.header2026 .menu-item02 .sub-menu li:nth-child(5) {
		border-bottom: none;
	}
	.header2026 .menu-item03 .sub-menu li:nth-child(4),
	.header2026 .menu-item03 .sub-menu li:nth-child(5) {
		border-bottom: none;
	}
	.header2026 .menu-item05 .sub-menu li:last-child {
		border-bottom: none;
	}


	.customer {
		margin-top: 20px;
		border-bottom: 1px solid #DDDDDD;
	}

	.customer li {
		padding-top: 20px;
	}
  .header2026 .customer .text-hover {
    font-size: 15px;
	}

  .header2026 .menu-item01 .sub-menu li:nth-child(13) a {
    width: 150%;
  }



	.header2026 .sub-menu li a {
		display: block;
		width: 100%;
		text-decoration: none;
		color: #000;
	}

	.header2026 .mega-right {
		width: 25.3521%;
    margin-top: 65px;
	}

	.header2026 .mega-image {
		width: 100%;
		height: 0;
		padding-top: 180px;
		position: relative;
		overflow: hidden;
	}

	.header2026 .mega-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}




	.header2026 .text-wrap {
		position: relative;
		display: inline-block;
	}

	.header2026 .text-default,
	.header2026 .text-hover {
		display: inline-block;
		transition: opacity 0.3s ease;
	}

	.header2026 .text-hover {
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
    font-weight: bold;
	}
  .header2026 .sub-menu .text-hover {
    font-size: 15px;
	}
	.header2026 .text-wrap:hover .text-default {
		opacity: 0;
	}

	.header2026 .text-wrap:hover .text-hover {
		opacity: 1;
	}

	.mega-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(50, 50, 50, 0.6);
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease;
		z-index: 998;
	}

	.mega-overlay.active {
		opacity: 1;
		visibility: visible;
	}

	.header2026 .contact {
		width: 180px;
		height: 40px;
    margin-left: 5%;
	}
	.header2026 .contact a {
		width: 100%;
		height: 100%;
		padding: 0;
		/* margin-top: 20px; */
		border-radius: 20px;
		border: 1px solid #707070;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
		/* font-size: 12px; */
    font-size: 14px;
		color: #fff;
	}
	.header2026 .contact a:hover {
		background: #FFF100;
		color: #000;
	}







.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 72px;
    background: rgba(0, 0, 0, 1);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    backdrop-filter: blur(5px);
    font-size: 20px;
  }
  .hd_inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .hd_inner .logo {
    width: 132px;
    margin-left: 26px;
  }
  .hd_inner .hamburger {
    width: 68px;
    height: 32px;
    position: relative;
    cursor: pointer;
    pointer-events: auto;
    z-index: 9999;
  }
  .hd_inner .line {
    position: absolute;
    left: 50%;
    width: 48px;
    height: 1px;
    background-color: #8E8E8E;
    transition: all 0.4s ease;
    transform: translateX(-50%);
  }
  .hd_inner .line.top {
    top: 12px;
  }
  .hd_inner .line.bottom {
    bottom: 12px;
  }
  .hd_inner .hamburger.active .line.top {
    top: 15.5px;
  }
  .hd_inner .hamburger.active .line.bottom {
    bottom: 15.5px;
  }
  
  
  /* new */
  .hd_inner .contact_btn {
    width: 144px;
    height: 40px;
    margin: 0 1.5% 0 auto;
  }
  .hd_inner .header_contact {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    position: relative;
  }
  .header_contact_rect {
    width: 100%;
    shape-rendering: crispEdges;
  }
  .header_contact_txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 0.1em;
    z-index: -1;
  }
  .header_contact_rect path {
    transition: fill 0.3s ease-in-out, stroke 0.3s ease-in-out;
  }
  .svg_border {
    stroke: rgba(255, 255, 255, 0.4);
    stroke: #707070;
    fill: transparent;
    vector-effect: non-scaling-stroke;
    stroke-width: 1;
  }
  .header_contact_rect path.hover_border {
    stroke: #fff;
    stroke-dasharray: 334;
    stroke-dashoffset: 334;
    transition: stroke-dashoffset 1s cubic-bezier(0.16, 0.84, 0.44, 1) 0.2s;
  }
  
  
  .hover_border {
    stroke: #fff;
    stroke-dasharray: 334;
    stroke-dashoffset: 334;
    transition: stroke-dashoffset 1s cubic-bezier(0.16, 0.84, 0.44, 1) 0.2s;
  }
  .header_contact_rect:hover .hover_border {
    stroke-dashoffset: 0;
  }
  
  
  
  @media only screen and (orientation: landscape) {
    .hd_inner .header_contact:hover .header_contact_rect path.hover_border {
      stroke-dashoffset: 0;
    }
  }
  
  /* nav */
  nav.side-menu {
    position: fixed;
    top: 72px;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: #FFFFFF;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.4s ease, height 0.4s ease;
    z-index: 1002;
  }
  nav.side-menu.active {
    height: calc(100% - 72px);
    transform: scaleY(1);
  }
  nav.side-menu > ul {
    list-style: none;
    max-width: 1000px;
    width: 100%;
    height: calc(100vh - 72px);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0;
  }
  @media (min-width: 768px) {
    nav.side-menu {
      width: 100%;
    }
  }
  nav.side-menu > ul > li {
    width: 100%;
    position: relative;
    padding-left: 295px;
    padding-top: 18px;
    padding-bottom: 18px;
    box-sizing: border-box;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
  }
  nav.side-menu li p {
    padding: 0;
    margin: 0;
    transform: translate3d(0, 100px, 0);
    transition: transform .5s linear;
  }
  nav.side-menu.active li p {
    transform: translate3d(0, 0, 0);
    transition: transform .5s cubic-bezier(0,.7,.3,1) .5s;
  }
  nav.side-menu li p a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 16px;
    color: #707070;
    letter-spacing: 0.1em;
    transition: color 0.3s, transform 0.3s;
    transform: translateX(0);
  }
  nav.side-menu a.hovered {
    color: #707070;
  }
  nav.side-menu a.dimmed {
    color: #DDDDDD;
  }
  nav.side-menu .menu-item.hover-active .side-link {
    color: #707070;
    transform: translateX(8px);
  }
  nav.side-menu > ul > li > p .toggle-btn {
    display: none;
  }
  nav.side-menu li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
  }
  nav.side-menu .scroll-wrapper {
    min-width: 300px;
    width: 40%;
  
    position: fixed;
    top: 0;
    left: 50%;
    min-width: 300px;
    width: 40%;
    max-height: calc(100vh - 72px);
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  nav.side-menu li:hover > .scroll-wrapper {
    opacity: 1;
    pointer-events: auto;
  }
  @media screen and (max-height: 800px) {
    nav.side-menu .scroll-wrapper {
      /* background: #ddd; */
    }
    nav.side-menu .scroll-wrapper .sub-menu {
      padding: 50px 0;
      overflow-y: auto;
    }
  }
  
  nav.side-menu .sub-menu li {
    padding: 12px 16px;
    white-space: nowrap;
  }
  nav.side-menu .sub-menu li.mt_style {
    margin-top: 1em;
  }
  nav.side-menu .sub-menu li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #707070;
  }
  @media (min-width: 768px) {
    nav.side-menu .sub-menu li a:hover {
      opacity: 0.7;
    }
    nav.side-menu li:hover > .scroll-wrapper {
      opacity: 1;
      pointer-events: auto;
  
    }
  }


  @media (max-width:1500px) and (min-width:1001px) {
    .header2026 .hd2026-inner {
      justify-content: space-between;
    }
    .header2026 .logo {
      margin-right: 5%;
      margin-left: 2%;
    }
    .header2026 .contact {
      margin-left: 5%;
      margin-right: 2%;
    }

  }


  @media (max-width:1500px) and (min-width:1201px) {
    .header2026 .gnb {
      max-width: 760px;
    }
  }
  @media (max-width:1200px) and (min-width:1001px) {
    .header2026 .gnb {
      max-width: 100%;
      width: 55%;
    }
  }
  @media (max-width:1000px) and (min-width:769px) {
    .header2026 {
      padding: 0 2%;
      box-sizing: border-box;
    }
    .header2026 .hd2026-inner {
      justify-content: space-between;
    }
    .header2026 .main-menu {
      gap: 10px;
    }
    .header2026 .menu-item>a {
      font-size: 0.8em;
    }
    .header2026 .mega-inner {
      padding: 45px 2% 60px;
    }

    .header2026 .gnb {
      max-width: 100%;
      width: 58%;
    }

    .header2026 .logo {
      margin-right: 2%;
      margin-left: 0;
      width: 20%;
    }
    .header2026 .contact {
      margin-left: 2%;
      margin-right: 0;
      width: 10%;
    }


  }
  @media screen and (max-width: 768px) {
    .header {
      /* font-size: 20px; */
    }
    .hd_inner {
      max-width: 100%;
    }
    .hd_inner .logo {
      width: 31.6667vw;
      margin-left: 4.1667vw;
    }
    .hd_inner .hamburger {
      width: 13.3333vw;
      height: 8.8889vw;
      margin-left: 4.4444vw;
      margin-bottom: 4.4444vw;
    }
    .hd_inner .line {
      width: 11.1111vw;
    }
    .hd_inner .line.top {
      top: 3.3333vw;
    }
    .hd_inner .line.bottom {
      bottom: 3.0556vw;
    }
    .hd_inner .hamburger.active .line.top {
      top: 4.1667vw;
    }
    .hd_inner .hamburger.active .line.bottom {
      bottom: 4.4444vw;
    }
  
    .hd_inner .contact_btn {
      width: 33.3333vw;
      height: 11.1111vw;
      margin: 0 4.4444vw 0 auto;
    }
    .hd_inner .header_contact {
      font-size: 3.3333vw;
      border-radius: 5.5556vw;
      border: 1px solid #707070;
    }
    .hd_inner .header_contact svg {
      display: none;
    }
  
    /* nav */
    nav.side-menu.active {
      height: 100%;
      overflow-y: scroll;
    }
    nav.side-menu > ul {
      height: 100%;
      justify-content: flex-start;
      padding: 8.8889vw 0 13.8889vw;
      box-sizing: border-box;
    }
    nav.side-menu > ul > li {
      padding-left: 16.6667vw;
      padding-right: 14.4444vw;
      padding-top: 6.1111vw;
      padding-bottom: 6.1111vw;
      overflow: visible;
    }
    nav.side-menu > ul > li > p {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      overflow: hidden;
    }
  
    nav.side-menu li p a {
      font-size: 4.4444vw;
      line-height: 1;
  
    }
    nav.side-menu li p a,
    nav.side-menu li p .toggle-btn {
      transform: translate3d(0, 100px, 0);
      transition: transform .5s linear;
    }
    nav.side-menu.active li p a,
    nav.side-menu.active li p .toggle-btn {
      transform: translate3d(0, 0, 0);
      transition: transform .5s cubic-bezier(0,.7,.3,1) .5s;
    }
  
    nav.side-menu > ul > li > p .toggle-btn {
      display: block;
      position: relative;
      display: inline-block;
      width: 3.3333vw;
      height: 3.3333vw;
      cursor: pointer;
      margin-right: 2.2222vw;
    }
    nav.side-menu > ul > li > p .toggle-btn::before,
    nav.side-menu > ul > li > p .toggle-btn::after {
      content: "";
      position: absolute;
      background-color: #707070;
      transition: all 0.3s ease;
    }
    nav.side-menu > ul > li > p .toggle-btn::before {
      top: 50%;
      left: 0;
      width: 100%;
      height: 2px;
      transform: translateY(-50%);
    }
    nav.side-menu > ul > li > p .toggle-btn::after {
      left: 49%;
      top: 0;
      width: 2px;
      height: 100%;
      transform: translateX(-50%);
    }
    nav.side-menu > ul > li > p .toggle-btn.active::after {
      transform: translateX(-50%) rotate(-90deg);
    }
    
  
  
  
    nav.side-menu .scroll-wrapper {
      display: none;
      min-width: 100%;
      width: 100%;
      max-height: 0;
      height: 0;
      position: relative;
      left: 0;
      opacity: 0;
      overflow: hidden;
      transition: max-height 0.5s ease-in-out;
      border-top: 1px solid #D3D3D3;
      border-bottom: 1px solid #D3D3D3;
      margin-top: 9.7222vw;
      padding-left: 7.7778vw;
      padding-top: 3.3333vw;
      padding-bottom: 5.5556vw;
      box-sizing: border-box;
    }
    nav.side-menu .scroll-wrapper.open {
      display: block;
      height: auto;
      opacity: 1;
    }
    nav.side-menu .scroll-wrapper .sub-menu {
      padding: 0;
    }
    nav.side-menu .sub-menu li {
      padding: 3.3333vw 0;
    }
    nav.side-menu .sub-menu li a {
      letter-spacing: 0;
      font-size: 3.8889vw;
    }
  
    .hamburger small {
      font-size: 3.2vw;
      /* font-size: 2.8vw; */
      text-align: center;
      letter-spacing: 0.0758em;
      padding-left: 1px;
      box-sizing: border-box;
      display: block;
      position: absolute;
      bottom: -4vw;
      left: 50%;
      transform: translateX(-50%);
      transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .hamburger.active small {
      bottom: -1.8667vw;
    }
  }