@charset "utf-8";
:root {
	--brand-main-color: #0065ad;
}

.w1420 {
    width: 1420px;
    position: relative;
    margin: 0 auto;
}
.pc_on {
    display: block;
}
.pc_on_in {
    display: inline-block;
}
.pc_on_c {
    display: table-cell;
}
.mob_on {
    display: none;
}
.mob_on_c {
    display: none;
}
:root {
	--ballSize: 8rem;

}
.tp_img {
    width: 100%;
}

/*scroll 공용스타일*/
.on_opacity {
    opacity: 1 !important;
    transition: 0.5s;
}
.on_bottom {
    bottom: 0 !important;
    transition: 0.5s;
}
.design-element {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.design-element.visible {
    opacity: 1;
    transform: translateY(0);
}
.anim-item-right {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.anim-item-right.visible {
    opacity: 1;
    transform: translateX(0);
}
.anim-item-left {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.anim-item-left.visible {
    opacity: 1;
    transform: translateX(0);
}
.anim-item-bottom {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.anim-item-bottom.visible {
    opacity: 1;
    transform: translateY(0);
}
.animate-opacity {
    opacity: 0;
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.animate-opacity.visible {
    opacity: 1;
}



/*상단로그인*/
.member_wrap {
    background-color: #b18084;
    position: relative;
}
.member_wrap ul {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    padding: 12px 150px;
    box-sizing: border-box;
}
.member_wrap ul li a,
.member_wrap ul li span {
    color:#fff;
    font-size: 14px;
}
.member_wrap ul li a:hover {
    color:#ffcb63;
}
/*헤더오른쪽쪽*/
header nav .Language_wrap {
    position: absolute;
    top: 4px;
    right: 40px;
    transition: all 0.1s;
}
header nav .Language_wrap ul {
    display: flex;
}
.Language_wrap a,
.Language_wrap span {
    display: inline-block;
    color:#fff;
    padding: 6px 2px;
    border-radius: 20px;
}
.Language_wrap a:hover {
    font-weight: 700;
    color:#0065ad;
}
header nav .search_wrap {
    position: absolute;
    top: 9px;
    right: 0vw;
    display: flex;
    align-items: center;
}
header nav .search_wrap input {
    background: rgba(0, 0, 0, 0);
    border: none;
    border-bottom:1px solid #fff;
    outline-style: none;
    display: none;
    flex-grow: 1;
    color:aliceblue;
}
header nav .search_wrap input::placeholder {
    color:rgba(255,255,255,0.5);
}
header nav .search_wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
}
header nav .gnb_wrap.search_move {
    width: 57%;
}
.Language_wrap.search_move {
    right: 220px;
    display: none;
}
/*header*/
header {
    padding: 16px 82px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    box-sizing: border-box;
    background: rgba(255,255,255,0);
}
header.active {
    position: fixed;
    top: 0;
    border-bottom: 1px solid #eee;
    background: rgba(255,255,255,1);
}
header.active nav .gnb_wrap >li>a {
    color:#111;
}
header.active .logo_wrap img {
    filter: brightness(1) invert(0);
}
header.active .Language_wrap a,
header.active .Language_wrap span {
    color:#111;
}
header.active nav .search_wrap a img {
    filter: invert(1);
}
header.active nav .search_wrap input {
    filter: invert(1);
}
header.bg_on {
    background: rgba(255,255,255,1);
}
header.bg_on nav .gnb_wrap a,
header.bg_on nav .Language_wrap a,
header.bg_on nav .Language_wrap span {
    color:#111;
}
header.bg_on nav .search_wrap img {
    filter: invert(1);
}
header.bg_on nav .logo_wrap img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(1) invert(0);
}
header.bg_on nav .search_wrap input {
    filter: brightness(0.5);
}
header.bg_on::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 74px;
    left: 0;
    background: #ddd;
}
header .logo_wrap {
    position: absolute;
    left: 0;
    top: 0;
}
header .logo_wrap img {
    width: 160px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
header nav {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    transition: height 0.3s;
}
header nav .gnb_wrap {
    display: flex;
    justify-content: flex-end;
    width: 65%;
    transition: all 0.1s;
    position: relative;
}
header nav .gnb_wrap li {
    line-height: 43px;
    text-align: center;
    min-width: 140px;
    display: block;
    position: relative;
    padding: 0 14px;
    box-sizing: border-box;
}
header nav .gnb_wrap > li {
    min-width: 140px;
    max-width: 190px;
}
header nav .gnb_wrap > li > a {
    color:#fff;
    font-weight: 400;
    padding: 10px;
}
header nav .gnb_wrap a.on {
    color:var(--brand-main-color);;
    font-weight: 800;
}
header nav .gnb_wrap .gnb_sub a {
    color:#616161;
    font-size: 15px;
}
header nav .gnb_wrap li > a:hover,
header nav .gnb_wrap li > a:focus,
header nav .gnb_wrap li > a:active {
    color:var(--brand-main-color);
}
header nav .gnb_wrap li.color {
    background: var(--brand-main-color);
    position: relative;
}
header nav .gnb_wrap li.color a {
    color:#fff;
}
header nav .gnb_wrap .gnb_sub {
    display: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0px);
    width: fit-content;
    background-color: white;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    overflow: hidden;
}
header nav .gnb_wrap .gnb_sub_wrap {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: max-content;
}
header nav .gnb_wrap .gnb_sub_wrap .img_box {
    width: 300px;
    height: 200px;
    overflow: hidden;
    border-radius: 16px;
}
header nav .gnb_wrap .gnb_sub_wrap .img_box img {
    width: 100%;
    object-fit: cover;
}
header nav .gnb_wrap .sub_menu02 {
    background: var(--brand-main-color);
    position: relative;
    min-width: 300px;
}
header nav .gnb_wrap .sub_menu02 .sub_menu02_title {
    color: #fff;
}
header nav .gnb_wrap .sub_menu02 .sub_menu02_title:hover {
    color:rgba(255,255,255,0.8);
}
header nav .gnb_wrap .sub_menu02 li a {
    color:#fff;
}
header nav .gnb_wrap .sub_menu02 > li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    position: static;
    text-align: left;
}
header nav .gnb_wrap .sub_menu03 {
    background: var(--brand-main-color);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    display: none;
}
header nav .gnb_wrap .sub_menu03.on {
    display: block;
}
header nav .gnb_wrap .sub_menu03 li {
    text-align: left;
}
header nav .gnb_wrap .sub_menu03 li:first-child a {
    color:#fff;
    font-weight: 800;
}
header nav .gnb_wrap .sub_menu03 li a {
    font-size: 14px;
    color:#fff;
}
header nav .gnb_wrap .sub_menu03 li a:hover {
    color:rgba(255,255,255,0.8);
}

header nav .gnb_wrap >li>a {
    position: relative;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: color;
}
header nav .gnb_wrap > li.on > a {
    color:var(--brand-main-color);;
    font-weight: 800;
}


/*모바일신규메뉴스타일*/
.mobile-menu-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 534px;
    overflow: hidden;
    background-color: #f8f8f8;
    transition: height 0.3s ease-out;
}
.menu-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    list-style: none;
    margin: 0;
    box-sizing: border-box;
    background-color: #fff;
    transition: transform 0.3s ease-out;
    transform: translateX(100%);
}
.menu-panel.active {
    transform: translateX(0);
}
.menu-panel.active.slide-out-left {
    transform: translateX(-100%);
}
.menu-panel.active.slide-out-right {
    transform: translateX(100%);
}
.menu-panel a {
    display: block;
    text-decoration: none;
    color: #333;
}
.menu-panel a:hover {
    background-color: #f5f5f5;
}
.menu-level-3 a {
    display: block;
    margin: 15px 30px;
}
.back-button {
    font-weight: bold;
    color: var(--brand-main-color) !important;
    margin-bottom: 10px;
}



/*햄버거메뉴*/
.mob_box {
    display: block;
}
.gnb_mob_btn {
    display: none;
    position: relative;
    top: 0;
    right: 0;
    z-index: 2;
    -webkit-tap-highlight-color: transparent;
}
.gnb_mob_btn .burger {
    position: relative;
    width: 28px;
    height: 24px;
    background: transparent;
    cursor: pointer;
    display: block;
}
.gnb_mob_btn .burger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}
.gnb_mob_btn .burger span:nth-of-type(1) {
    top: 0px;
    transform-origin: left center;
}
.gnb_mob_btn .burger span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
    transform-origin: left center;
}
.gnb_mob_btn .burger span:nth-of-type(3) {
    top: 100%;
    transform-origin: left center;
    transform: translateY(-100%);
}
.gnb_mob_btn .burger.on span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 0px;
    left: 5px;
    background: #333;
}
.gnb_mob_btn .burger.on span:nth-of-type(2) {
    width: 0%;
    opacity: 0;
}
.gnb_mob_btn .burger.on span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 20px;
    left: 5px;
    background: #333;
}
.mob_box .mob_gnb {
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    width: 100%;
    height: 100dvh;
    z-index: 1;
    padding: 150px 120px 0 140px;
    box-sizing: border-box;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    overflow-x: scroll;
}
.mob_box .mob_gnb.on {
    transform: translateX(0);
}
.mob_box .mob_gnb .gnb_wrap_mob > li:first-child {
    border-top: 1px solid #ddd;
}
.mob_box .mob_gnb .gnb_wrap_mob > li > a {
    display: block;
    font-size: 18px;
    color:#111;
    padding: 18px 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    background: #fff url(../images/icon_arrow.png) no-repeat 97%;
}
.mob_box .mob_gnb .gnb_wrap_mob > li > a.active {
    background: #f4f4f4 url(../images/icon_arrow2.png) no-repeat 97%;
}
.mob_box .mob_gnb .gnb_sub {
    display: none;
}
.mob_box .mob_gnb .gnb_sub li {
    margin: 15px 30px;
}
.mob_box .mob_gnb .gnb_sub a {
    color:#646464;
    display: block;
    font-size: 15px;
}
.mob_box .mob_gnb .language_mob {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #1c1c1c;
    border-radius: 8px;
    margin-top: 20px;
    padding: 12px;
}
.mob_box .mob_gnb .language_mob a {
    color:#999;
}
.scroll_wrap {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translatex(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
.scroll_wrap .text {
    display: block;
    color:#fff;
    font-size: 12px;
  }
.scrolldown {
    --color: white;
    --sizeX: 26px;
    --sizeY: 40px;
    position: relative;
    width: var(--sizeX);
    height: var(--sizeY);
    margin-left: var(sizeX / 2);
    border: calc(var(--sizeX) / 10) solid var(--color);
    border-radius: 50px;
    box-sizing: border-box;
    margin-bottom: 10px;
    cursor: pointer;
  }

  .scrolldown::before {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 3px;
    height: 3px;
    margin-left: -1.5px;
    background-color: var(--color);
    border-radius: 100%;
    animation: scrolldown-anim 2s infinite;
    box-sizing: border-box;
  }

  @keyframes scrolldown-anim {
    0% {
      opacity: 0;
      height: 6px;
    }

    40% {
      opacity: 1;
      height: 10px;
    }

    80% {
      transform: translate(0, 20px);
      height: 10px;
      opacity: 0;
    }

    100% {
      height: 3px;
      opacity: 0;
    }
  }


/*footer*/
footer {
    background: #222222;
    color:#fff;
}
footer .footer_wrap {
    padding: 50px 0;
}
footer .footer_wrap .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom:30px;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
}
footer .footer_wrap .top h2 img {
    filter: brightness(0) invert(1);
}
footer .footer_wrap .top .footer-btn {
    display: flex;
    gap: 4px;
    align-items: center;
}
footer .footer_wrap .top .footer-btn li a {
    color:#fff;
}
footer .footer_wrap .footer-info p,
footer .footer_wrap .footer-info span.copyright {
    font-size: 13px;
    display: block;
    padding-top: 23px;
}

/*main*/
/* Slider */
.slider-wrapper{
    position: relative;
    width: 100%;
    /* height: 100vh; */
    overflow: hidden;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slide_box {
    position: absolute;
    top: 300px;
    left: 8vw;
    z-index: 1;
}
.slide_box .txt_hidden {
    overflow: hidden;
}
.slide_box h4 {
    color:#fff;
    font-size: 60px;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
    top: 250px;
}
.slide_box .txt_hidden p {
    font-size: 32px;
    color:#fff;
    position: relative;
    top: 250px;
}
.slide_box .txt_hidden img {
    display: block;
    padding-top: 90px;
    position: relative;
    top: 250px;
}
.slide_box a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    height: 68px;
    width: 240px;
    font-size: 16px;
    position: relative;
    background-color: transparent;
    cursor: pointer;
    border: 1px solid #eee;
    overflow: hidden;
    border-radius: 50px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.slide_box a .btn-txt {
    z-index: 1;
    font-weight: 800;
    letter-spacing: 4px;
  }
.slide_box a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease-in-out;
    background-color: rgba(0,0,0,0.7);
    border-radius: 30px;
    visibility: hidden;
    height: 10px;
    width: 10px;
    z-index: -1;
}
.slide_box a:hover {
    box-shadow: 1px 1px 10px #252525;
    color: #fff;
    border: none;
}
.slide_box a:hover::after {
    visibility: visible;
    transform: scale(100) translateX(2px);
  }
.slick-slide .image {
    width: 100%;
    overflow: hidden;
}
.slick-slide .image img {
    display: block;
    object-fit: cover;
    /* animation: zoom-in-out 8s infinite ease-in-out; */
    height: 100dvh;
    width: 100%;
}
@keyframes zoom-in-out {
    0% {
      transform: scale(1.1);
    }
    50% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.1);
    }
}
.slick-slide img.slick-loading {
    display: none;
}
.progress_wrap {
    position: absolute;
    bottom: 100px;
    left: 16vw;
    display: flex;
    align-items: center;
    width: 250px;
}
.slider-progress {
    width: 150px;
    height: 4px;
    background: rgba(155,155,155,0.7);
    border-radius: 10px;
}
.slider-progress .progress {
    width: 35px;
    height: 4px;
    background: #fff;
    border-radius: 10px;position: absolute;
}
.progress_wrap p {
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    color:#fff;
}
.progress_wrap p.next {
    color:rgba(155,155,155,0.7);
}
.main-dots {
    position: absolute;
    bottom: 40px;
    display: flex;
    gap: 20px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    justify-content: center;
}
.main-dots li {
    width: 8px;
    height: 8px;
    background: rgba(255,255,255,0.5);
    border-radius: 100%;
    box-sizing: border-box;
    position: relative;
}
.main-dots li::before {
    content: '';
    display: none;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.main-dots li.slick-active {
    background: rgba(255,255,255,1);
}
.main-dots li.slick-active::before {
    display: block;
}
.main-dots li button {
    visibility:hidden;
}


.more_white > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: fit-content;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #fff;
    padding: 12px 20px;
    transition: all 0.1s;
}
.more_white > a > span {
    color:#fff;
    font-weight: 600;
    font-size: 16px;
}
.more_white > a > span.arrow {
    font-size: 11px;
}
.more_white > a:hover,
.more_white > a:active {
    background: #fff;
}
.more_white > a:hover > span ,
.more_white > a:active > span {
    color:#111;
}


.main_content01 {
    text-align: left;
    padding: 170px 0;
    background: url(../images/main_content01_bg.png)no-repeat center/cover;
    position: relative;
}
.main_content01 .content01_wrap b {
    display: block;
    color:#fff;
    font-size: 16px;
    font-weight: 900;
    padding-bottom: 50px;
}
.main_content01 .content01_wrap p {
    color:#fff;
    font-size: 28px;
    font-weight: 400;
    padding-bottom: 78px;
}
.main_content01::before {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    background: rgba(0,101,173,0.5);
    position: absolute;
    top: 0;
    left: 0;
}


.mian_title {
    padding-top: 125px;
    padding-bottom: 48px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.mian_title p {
    font-size: 28px;
    color:#282828;
    font-weight: 600;
}
.mian_title h3 {
    font-size: 40px;
    color:var(--brand-main-color);;
    font-weight: 800;
    text-transform: uppercase;
}

.main_nav_style {
    display: flex;
    gap: 52px;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: fit-content !important;
    margin: 0 auto;
}
.main_nav_style .style_pagination span {
    color:#111;
    font-weight: 900;
    font-size: 14px;
}
.main_nav_style .style_button-prev,
.main_nav_style .style_button-next {
    color: black !important;
    position: relative !important;
    width: auto !important;
    height: auto !important;
    margin-top: 0 !important;
}
.main_nav_style .style_button-prev:after {
    display: block;
    font-size: 0 !important;
    font-weight: 600 !important;
    content: '';
    background: url(../images/icon_arrow_left.png) no-repeat center;
    width: 41px;
    height: 16px;
}
.main_nav_style .style_button-next:after {
    display: block;
    font-size: 0 !important;
    font-weight: 600 !important;
    content: '';
    background: url(../images/icon_arrow_right.png) no-repeat center;
    width: 41px;
    height: 16px;
}
.main_nav_style .swiper-pagination-bullet {
    background: black !important;
}
.main_nav_style .swiper-pagination-fraction {
    position: static !important;
}


.main_content02 {
    background: #f2f2f2;
    padding-bottom: 80px;
}
 .content02_wrap .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
 .content02_wrap .swiper-slide img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
 .content02_wrap .mySwiper {
    width: 1420px;
    height: 560px;
    margin: 0px auto;
    padding: 10px 0 !important;
    left: 0px;
}
  .append-buttons {
    text-align: center;
    margin-top: 20px;
}
  .append-buttons button {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #2e2e2e;
    color: #2e2e2e;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
  }

.content02_wrap .swiper-wrapper .swiper-slide {
    transition: all 0.3s ease-in-out;
}
.content02_wrap .swiper-wrapper .swiper-slide a {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.content02_wrap .swiper-wrapper .swiper-slide .img_box {
    width: 70%;
    z-index: 2;
}

.content02_wrap .swiper .swiper-slide .text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index:3;
    background: #fff;
    width: 100%;
    padding: 80px 70px 50px 70px;
    box-sizing: border-box;
    position: relative;
    top: -50px;
    z-index: 1;
}
.content02_wrap .swiper .swiper-slide .text span {
    display: inline-block;
    background: #000;
    color:#fff;
    border-radius: 100%;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    transition: all 0.2s;
}
.content02_wrap .swiper .swiper-slide .text span:hover,
.content02_wrap .swiper .swiper-slide .text span:active {
    background: var(--brand-main-color);
}
.content02_wrap .swiper .swiper-slide .text p {
    color:#111;
    font-weight: 500;
}

.content02_wrap .swiper .swiper-slide .text p {
    font-size: 22px;
}


.more_black > a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: fit-content;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #111;
    padding: 12px 20px;
    transition: all 0.1s;
}
.more_black > a > span {
    color:#111;
    font-weight: 600;
    font-size: 16px;
}
.more_black > a > span.arrow {
    font-size: 11px;
}
.more_black > a:hover,
.more_black > a:active {
    background: var(--brand-main-color);
    border: 1px solid var(--brand-main-color);
}
.more_black > a:hover > span ,
.more_black > a:active > span {
    color:#fff;
}


.main_content03 {
    display: flex;
    flex-direction: column;
    gap: 120px;
    padding: 120px 0;
}
.main_content03 .content03_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main_content03 .content03_wrap:nth-child(even) {
    flex-direction: row-reverse;
}
.main_content03 .content03_wrap .text_box h3 {
    font-size: 40px;
    text-transform: uppercase;
}
.main_content03 .content03_wrap .text_box h3 span {
    display: inline-block;
    font-size: 28px;
    padding-left: 25px;
}
.main_content03 .content03_wrap .text_box p {
    font-size: 16px;
    color:#7d7d7d;
    padding: 36px 0 50px 0;
}
.main_content03 .content03_wrap .img_box {
    width: 800px;
}
.main_content03 .content03_wrap .img_box img {
    display: block;
    object-fit: cover;
    width: 100%;
}

.main_content04 {
    text-align: center;
    padding: 80px 0;
    background: url(../images/main_content04_bg.png)no-repeat center/cover;
}
.main_content04 .content04_wrap b {
    display: block;
    color:#fff;
    font-size: 16px;
    font-weight: 900;
    padding-bottom: 50px;
}
.main_content04 .content04_wrap p {
    font-size: 28px;
    color:#fff;
}
.main_content04 .content04_wrap .more_wrap {
    margin: 0 auto;
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
    padding-top: 78px;
}
.main_content05 {
    margin-bottom: 120px;
}
.main_content05 .swiper-wrapper {
    margin-bottom: 60px;
}
.main_content05 .swiper-slide a {
    display: block;
    border: 1px solid #ddd;
}
.main_content05 .swiper-slide a:hover .img_box img {
    transform: scale(1.1);
}
.main_content05 .swiper-slide a:hover h4,
.main_content05 .swiper-slide a:hover p {
    text-decoration: underline;
}
.main_content05 .img_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.main_content05 .img_box img {
    display: block;
    object-fit: cover;
    width: 100%;
    transition: all 0.1s;
}
.main_content05 .text_box {
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 290px;
}
.main_content05 .text_box .tag {
    display: inline-block;
    width: fit-content;
    font-size: 15px;
    color:#7d7d7d;
    background: #f2f2f2;
    padding: 8px 16px;
}
.main_content05 .text_box h4 {
    font-size: 19px;
    color:#111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main_content05 .text_box p {
    font-size: 15px;
    color:#7d7d7d;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.6;    /* 추가 */
}
.main_content05 .text_box .date {
    display: inline-block;
    font-size: 15px;
    color:#7d7d7d;
    margin-top: 18px;
}



.root_daum_roughmap .wrap_controllers {
    display: none !important;
}
.btn_box a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border: 1px solid #fff;
    color:#fff;
    border-radius: 100%;
    text-align: center;
    transition: all 0.4s ease-in;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.btn_box a:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}
.btn_box a:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #1E6C17;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}
.btn_box a:hover {
    color: #ffffff;
    border: 1px solid #1E6C17;
}
.btn_box a:hover:before {
    top: -35%;
    background-color: #1E6C17;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.btn_box a:hover:after {
    top: -45%;
    background-color: #1E6C17;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.main_notice {
    margin: 200px 0;
}
.main_notice .main_notice_wrap > p {
    color:#d6d6d6;
    font-size: 18px;
}
.main_notice .main_notice_wrap .main_notice_txt  {
    display: flex;
    align-items: center;
    gap: 40px;
}
.main_notice .main_notice_wrap .main_notice_txt h3 {
    display: inline-block;
    color:#333;
    font-size: 72px;
    font-weight: 800;
    padding: 16px 0 40px;
}
.main_notice .main_notice_wrap .main_notice_txt a {
    color:#444;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: 0.5s;
}
.main_notice .main_notice_wrap .main_notice_txt a img {
    -webkit-filter: grayscale(100%) brightness(0);
    filter: grayscale(100%) brightness(0);
}
.main_notice .main_notice_wrap .main_notice_txt a:hover {
    gap: 26px;
}
.main_notice .main_notice_wrap ul {
    display: flex;
    align-items: center;
    opacity: 0;
}
.main_notice .main_notice_wrap ul li {
    width: calc(98% / 4);
    position: relative;
}
.main_notice .main_notice_wrap ul li .txt_box {
    position: absolute;
    width: 280px;
    top: 30px;
    left: 30px;
    box-sizing: border-box;
}
.main_notice .main_notice_wrap ul li h4 {
    color:#555;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
    margin-bottom: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main_notice .main_notice_wrap ul li p {
    color:#d3d3d3;
    padding-bottom: 20px;
}
.main_notice .main_notice_wrap ul li span.date {
    color:#d3d3d3;
    font-size: 12px;
}
.main_notice .main_notice_wrap ul li path {
    fill:#F1F1F1;
    transition: 0.5s;
}
.main_notice .main_notice_wrap ul li:hover path {
    fill:#1E6C17;
}
.main_notice .main_notice_wrap ul li:hover h4,
.main_notice .main_notice_wrap ul li:hover p,
.main_notice .main_notice_wrap ul li:hover span {
    color:#fff;
}
.main_notice .main_notice_wrap ul li:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.main_notice .main_notice_wrap ul li img.more {
    position: absolute;
    right: 21px;
    bottom: 19px;
}

/*sub-background*/
.sub_bnr_wrap {
    top: 0;
    min-height: 420px;
    position: relative;
}
.about .sub_bnr_wrap {
    background: url(../images/about_bg.png) no-repeat 50%/cover;
}
.product .sub_bnr_wrap {
    background: url(../images/product_bg.png) no-repeat 50%/cover;
}
.education .sub_bnr_wrap {
    background: url(../images/education_bg.png) no-repeat 50%/cover;
}
.service .sub_bnr_wrap {
    background: url(../images/service_bg.png) no-repeat 50%/cover;
}

/*sub menu*/
.submenu_wrap {
    background:var(--brand-main-color);
    width: 100%;
}
.submenu_wrap a {
    display: block;
    padding: 20px 50px;
    color:#fff;
    box-sizing: border-box;
}
.submenu_wrap > ul li:hover,
.submenu_wrap ul li.on {
    background: #fff;
}
.submenu_wrap > ul li:hover a,
.submenu_wrap ul li.on a {
    color:var(--brand-main-color);
    font-weight: 600;
}
.submenu_wrap > ul {
    display: flex;
    justify-content: center;
    gap: 0;

}
.submenu_wrap > ul li {
    width: fit-content;
    max-width: calc(100%/3);
    text-align: center;
}
.sub_bnr_wrap .text_box {
    padding:136px 0;
    overflow: hidden;
}
.sub_bnr_wrap .text_box h2 {
    color:#fff;
    font-size: 35px;
    font-weight: 200;
    position: relative;
    bottom: -50px;
    opacity: 0;
    text-align: center;
}
.sub_bnr_wrap .text_box ul {
    color:#fff;
    position: relative;
    bottom: -50px;
    opacity: 0;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}
.sub_bnr_wrap .text_box ul li {
    font-size: 17px;
    font-weight: 200;
}


/*서브메뉴추가스타일*/
.product_menu {
    background-color: var(--brand-main-color);
    text-align: center;
}
.multi-level-menu-container {
    width: 90%; /* 또는 고정된 너비 */
    max-width: 800px;
    margin: 20px auto;
    background-color: #fff;
    position: relative;
    background: #fff;
}

/* 고정된 헤더 스타일 */
.menu-fixed-header {
    display: flex;
}

.menu-col {
    flex: 1;
    text-align: center;
}
.menu-col:last-child {
    border-right: none;
    display: none !important;
}

.menu-col-title {
    display: block;
    padding: 15px 10px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid var(--brand-main-color);
    box-sizing: border-box;
}
.menu-col-title.active {
    background-color: var(--brand-main-color);
}
.menu-col-title.active .selected-text {
    color:#fff;
}

.menu-col-title .selected-text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:var(--brand-main-color)
}

.menu-col-title .arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
    transition: transform 0.2s ease-out;
}
.menu-col-title.active .arrow {
    transform: translateY(-50%) rotate(180deg);
    border-top: 5px solid #fff;
}


/* 드롭다운 콘텐츠 영역 스타일 */
.menu-dropdown-content {
    max-height: 0; /* 초기 숨김 */
    overflow: hidden; /* 슬라이드 시 내용 잘림 */
    transition: max-height 0.3s ease-out; /* 슬라이드 애니메이션 */
    background-color: #fff;
    position: absolute;
    z-index: 3;
    width: 100%;
    border-bottom: 1px solid #ddd;

}
.menu-dropdown-content.open {
    /* max-height는 JS로 동적으로 설정됩니다. */
}

/* 메뉴 목록 스타일 */
.current-level-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
    border-top:none;
}
.current-level-list li {
    border-bottom: 1px solid #eee;
}
.current-level-list li a {
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    color: #333;
    position: relative;
}
.current-level-list li a:hover {
    background-color: #f5f5f5;
}

/* 자식이 있는 메뉴에 화살표 표시 */
.current-level-list li a.has-children::after {
    content: '>';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #d7d7d7;
    font-weight: bold;
}

/* 선택된 메뉴 항목 스타일 */
.current-level-list li a.selected {
    background-color: #e6f2ff;
    color: #007bff;
    font-weight: bold;
}







.gugi-regular {
    font-family: "Gugi", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
}
.mt150 {
    margin-top: 150px;
}
/*sub*/
section {
    margin-bottom: 200px;
}
.backon {
    content: "";
    width: 100%;
    height: 100%;
    background: #00000054;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}
.close {
    position:absolute;
    top: 0;
    right: -40px;
    font-size: 0;
    cursor: pointer;
}
.openPopup {
    cursor:pointer;
}

.about01 .txt_box {
    margin-bottom: 50px;
}
.about01 .txt_box h3 {
   font-size: 25px;
   font-weight: 400;
   text-align: center;
}
.about01 .txt_box h3 span {
    display: block;
    color:var(--brand-main-color);
}
.about01 .txt_box h3 b {
    font-weight: 800;
}
.about01 .txt_box p {
    color:#aaaaaa;
    font-size: 19px;
    padding-top: 25px;
    text-align: center;
}
.about01 .content {
    display: flex;
    gap: 40px;
    align-items: center;
}
.about01 ul {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.about01 ul li b {
    color:var(--brand-main-color);
    font-weight: 600;
    display: inline-block;
    padding-bottom: 20px;
}
.about01 ul li p {
    font-weight: 400px;
}
.about02 {
    display: flex;
    gap: 80px;
}
.about02 .img_box {
    width: 670px;
    height: auto;
    background: url(../images/about02_img.png) no-repeat 30%;
}
.about02 .txt_box ul {
    display: flex;
    flex-direction: column;
    gap: 46px;
    position: relative;
}
.about02 .txt_box ul::before {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    background: #ddd;
    position: absolute;
    top: 0;
    left: 124px;
}
.about02 .txt_box ul li {
    display: flex;
    gap: 40px;
    align-items: center;
}
.about02 .txt_box ul li b {
    display: inline-block;
    min-width: 80px;
    font-size: 29px;
    color:var(--brand-main-color);
    font-weight: 500;
    opacity: 0.8;
}
.about02 .txt_box ul li span {
    display: inline-block;
    min-width: 9px;
    min-height: 9px;
    background: var(--brand-main-color);
    border-radius: 100%;
    z-index: 2;
    position: relative;
    opacity: 0.8;
}
.about02 .txt_box ul li p {
    font-size: 19px;
    opacity: 0.8;
}
.about02 .txt_box ul li:hover b,
.about02 .txt_box ul li:hover span,
.about02 .txt_box ul li:hover p {
    opacity: 1;
}
.about02 .txt_box ul li:hover span::before {
    display: block;
    content: '';
    min-width: 20px;
    min-height: 20px;
    border: 1px solid var(--brand-main-color);
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.about03 p {
    font-size: 19px;
    text-align: center;
}
.about04 h3 {
    color:var(--brand-main-color);
    font-weight: 500;
    font-size: 19px;
    text-align: center;
    padding-bottom: 18px;
}
.about04 p {
    font-size: 17px;
    text-align: center;
    padding-bottom: 60px;
}
.about04 .map_style {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
}

.root_daum_roughmap .cont {
    display: none !important;
}
.product_tab {
    /* display: flex;
    flex-wrap: wrap; */
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 6px;
    font-size: 14px;
    margin-bottom: 70px;
}
.product_tab li {
    text-align: center;
    /* flex-shrink: 0; */
    border-radius: 8px;
}
.product_tab li a {
    display: block;
    padding: 4px 8px;
    color:#aaa;
    border-radius: 8px;
    border: 1px solid #aaa;
}
.product_tab li:hover a,
.product_tab li.on a {
    background: #0861a7;
    color:#fff;
    border: none;
}
.product .product_list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    /* padding-top: 80px; */
}
.product .product_list li {
    width: calc(100%/4 - 30px);
}
.product .product_list li a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    overflow: hidden;
    transition: all 0.1s;
}
.product .product_list li a:hover {
    box-shadow: 0px 13px 11px -6px #c7c7c7;
}
.product .product_list li a .img_box img {
    display: block;
    width: 100%;
    object-fit: contain !important;
}
.product .product_list li a .txt_box {
    padding: 30px;
    box-sizing: border-box;
}
.product .product_list li a .txt_box p {
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 12px;
}
.product .product_list li a .txt_box span {
    font-size: 17px;
    color:#aaaaaa;
}
.product .product_list li a .img_box {
    padding: 8px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}
.product_content {
    /* margin-top: 70px; */
}
.product_content .product_slide_box {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
.product_content .product_content_title {
    padding-bottom: 20px;
}
.product_content .product_content_title h4 {
    font-size: 25px;
    color:var(--brand-main-color);
    /* padding-bottom: 8px; */
}
.product_content .product_content_title p {
    font-size: 19px;
    color:#aaa;
    font-weight: 600;
    /* border-bottom: 1px solid #ddd;
    padding-bottom: 12px; */
}
.product_content .product_content_info {
    padding-top: 80px;
}
.product_content .product_content_info h5 {
    font-size: 25px;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.product_content .product_content_info img {
    display: block;
    max-width: 100%;
    margin: 10px 0;
}
/* .product_content .product_content_slide .mySwiper3 {
    width: 100%;
}
.product_content .product_content_slide .mySwiper3 .swiper-slide img {
    display: block;
    width: 100%;
    max-height: 520px;
    object-fit: contain;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 4px;
}
.product_content .product_content_slide .Swiper3_thumbs {
    margin-top: 20px;
}
.product_content .product_content_slide .Swiper3_thumbs .swiper-slide {
    width: 100px;
    height: 100px;
    background: #000;
}
.product_content .product_content_slide .Swiper3_thumbs .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
}
.product_content .product_content_slide .Swiper3_thumbs .swiper-slide-thumb-active {
    background: var(--brand-main-color);
}
.product_content .product_content_slide .Swiper3_thumbs .swiper-slide-thumb-active img {
    opacity: 0.9;
}
.product_content .product_content_slide .Swiper3_thumbs h5 {
    font-size: 18px;
    padding-bottom: 16px;
}
.product_content .product_content_slide .mySwiper3 .swiper-slide {
    height: auto;
    display: flex;
    align-items: center;
}
.product_content .product_content_slide {
    position: relative;
    width: calc(100%/2 - 20px);
}
.product_content .swiper-button_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product_content .swiper-button_wrap .swiper-button-prev,
.product_content .swiper-button_wrap .swiper-rtl .swiper-button-next {
    left: -30px;
    right: auto;
}
.product_content .swiper-button_wrap .swiper-button-next,
.product_content .swiper-button_wrap .swiper-rtl .swiper-button-prev {
    right: -30px;
    left: auto;
}
.product_content .swiper-button-next:after,
.product_content .swiper-rtl .swiper-button-prev:after {
    content: '';
    background: url(../images/icon_arrow3.png)no-repeat center;
    width: 22px;
    height: 17px;
}
.product_content .swiper-button-prev:after,
.product_content .swiper-rtl .swiper-button-next:after {
    content: '';
    background: url(../images/icon_arrow4.png)no-repeat center;
    width: 22px;
    height: 17px;
} */

/*251026 제품슬라이드수정*/





.back_btn_wrap {
    display: flex;
    justify-content: end;

}
.back_btn {
    display: flex;
    flex-direction: column;
    width: fit-content;
    position: relative;
    margin-right: 30px;
}
.back_btn > a {
    margin: 0 auto;
}
.back_btn > span {
    display: none;
    position: absolute;
    bottom: -30px;
    left: 50%;
    background: #000;
    color:#fff;
    padding: 2px 4px;
    width: max-content;
    transform: translate(-50%, 0px);
}
.icon-menu-grid {
    width: 2rem;
    height: 2rem;
    fill: var(--brand-main-color);
}
.back_btn > a:hover .icon-menu-grid {
    fill: #111;
}
.back_btn > a:hover + span {
    display: block;
}

.sub_content_wrap {
    padding-top: 70px;
}




.service02 .search_wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    border: 1px solid #ddd;
    padding: 8px;
    box-sizing: border-box;
    margin-left:auto;
    margin-bottom: 30px;
}
.service02 .search_wrap select {
    border: none;
}
.service02 .search_wrap input {
    border: none;
}
.service02 .search_wrap button {
    font-size: 0;
    background: url(../images/icon_search_b.png) no-repeat center;
    width: 24px;
    height: 24px;
}
.service02 .list_wrap ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.service02 .list_wrap ul li {
    width: calc(100%/3 - 14px);
}
.service02 .list_wrap ul li a {
    display: block;
    border: 1px solid #ddd;
}
.service02 .list_wrap ul li a:hover .img_box img {
    transform: scale(1.1);
}
.service02 .list_wrap ul li a:hover h4,
.service02 .list_wrap ul li a:hover p {
    text-decoration: underline;
}
.service02 .list_wrap ul li a .img_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.service02 .list_wrap ul li a .img_box img {
    display: block;
    object-fit: cover;
    width: 100%;
    transition: all 0.1s;
}
.service02 .list_wrap ul li a .text_box {
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 290px;
}
.service02 .list_wrap ul li a .text_box .tag {
    display: inline-block;
    width: fit-content;
    font-size: 15px;
    color:#7d7d7d;
    background: #f2f2f2;
    padding: 8px 16px;
}
.service02 .list_wrap ul li a .text_box h4 {
    font-size: 19px;
    color:#111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service02 .list_wrap ul li a .text_box p {
    font-size: 15px;
    color:#7d7d7d;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.6;    /* 추가 */
}
.service02 .list_wrap ul li a .text_box .date {
    display: inline-block;
    font-size: 15px;
    color:#7d7d7d;
    margin-top: 18px;
}
.service04 table {
    border-top:1px solid #ddd;
    width: 100%;
}
.service04 table tr {
    border-bottom: 1px solid #ddd;
}
.service04 table tr th {
    min-width: 170px;
    padding: 16px 0;
    box-sizing: border-box;
    background: #f4f4f4;
    text-align: center;
}
.service04 table tr td {
    padding: 16px;
    box-sizing: border-box;
}
.service04 table tr td input,
.service04 table tr td textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 8px;
    box-sizing: border-box;
}
.service04 table tr td input:focus,
.service04 table tr td textarea:focus {
    border: 1px solid var(--brand-main-color);
}
.service04 table tr td textarea {
    resize: none;
    height: 280px;
}
.service04 .btn_box {
    margin: 40px auto;
    text-align: center;
}
.service04 .btn_box button {
    background: var(--brand-main-color);
    border: 1px solid var(--brand-main-color);
    color:#fff;
    font-weight: 600;
    padding: 14px 36px;
    box-sizing: border-box;
    transition: all 0.1s;
}
.service04 .btn_box button:hover {
    background: #fff;
    color:var(--brand-main-color);
}




/* Swiper 기본 스타일 (필수) */
/* Swiper 기본 스타일 (필수) */
@import url("https://unpkg.com/swiper/swiper-bundle.min.css");

/* 전체 레이아웃 컨테이너 */
.product-gallery-wrapper-1420 {
    max-width: 1420px; /* 원하는 최대 너비 */
    margin: 20px auto; /* 중앙 정렬 */
    overflow: hidden;
}

/* 메인 슬라이더와 썸네일 그룹을 가로로 배치할 컨테이너 */
.gallery-inner-container {
    display: flex; /* 자식 요소들을 가로로 나란히 배치 */
    gap: 40px; /* 메인 슬라이더와 썸네일 그룹 사이의 간격 */
    align-items: flex-start; /* 상단 정렬 */
}

/* 메인 슬라이더 (왼쪽 영역) */
.main-slider {
    flex-grow: 1; /* 남은 공간을 채우도록 확장 */
    width: 60%; /* 메인 슬라이더가 차지할 비율 (예: 70%) */
    height: 620px; /* 메인 슬라이더의 높이 */
    /* border: 1px solid #ddd; */
    padding: 8px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.main-slider img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* 메인 슬라이더 네비게이션 버튼 위치 조정 (선택 사항) */
.main-slider .swiper-button-next,
.main-slider .swiper-button-prev {
    color: #007bff;
}
.main-slider .swiper-wrapper {
    height: 90%;
}
.main-slider .swiper-wrapper .swiper-slide {
    height: 90%;
    border: 1px solid #ddd;
    padding: 8px 0;
    box-sizing: border-box;
}

.product-gallery-infotext {
    font-size: 14px;
    color:#777;
    position: relative;
    top: 30px;
}


/* 모든 썸네일 그룹을 세로로 쌓을 컨테이너 (오른쪽 영역) */
.all-thumbnail-groups-container-vertical {
    width: 30%; /* 썸네일 그룹이 차지할 비율 (예: 30%) */
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column; /* 내부 썸네일 그룹들을 세로로 쌓음 */
    background: #fff;
    z-index: 2;
    height: -webkit-fill-available;
    position: relative;
    right: -1px;
    gap: 20px;
}

/* 각 썸네일 그룹 컨테이너 */
.thumb-group-container {
    box-sizing: border-box;
}
.Download_wrap h3,
.thumb-group-container h3 {
    font-size: 1.1em;
    margin-top: 0;
    margin-bottom: 10px;
    color: #333;
    text-align: left;
}

/* 각 썸네일 슬라이더 (Swiper instance) */
.thumb-group {
    width: 100%;
    /* max-height: 160px; 썸네일 슬라이더의 높이 */
    overflow: hidden;
}

.thumb-group .swiper-slide {
    width: calc(100% / 5 ) !important; /* 썸네일 너비 */
    height: auto; /* 썸네일 높이 */
    opacity: 0.5;
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
    border: 2px solid transparent;
    box-sizing: border-box;
    aspect-ratio: 1 / 1;
}
.thumb-group .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #007bff;
}
.thumb-group img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #fff;
    box-sizing: border-box;
}
.thumb-group .swiper-slide a, /* 썸네일이 a 태그로 감싸져 있다면 */
.thumb-group .swiper-slide,  /* 썸네일 슬라이드 자체에 적용 */
.thumb-group img {            /* 이미지 자체에 적용 */
    -webkit-tap-highlight-color: transparent; /* iOS/Android 기본 파란색 하이라이트 제거 */
    -webkit-touch-callout: none; /* iOS에서 길게 누를 때 팝업 메뉴 방지 (선택 사항) */
}


.thumb-group .swiper-wrapper {
    flex-wrap: wrap;
}
.thumb-group .swiper-slide.active {
  border-color: #007bff;          /* ✅ 선택된 썸네일 테두리 색상 */
  opacity: 1;
}
.thumb-group .swiper-slide:hover,
.thumb-group .swiper-slide:focus {
    border :2px solid #bdbdbd;
    opacity: 1;
}


.Download_wrap ul {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
.Download_wrap ul li {
    width: 100px;
    text-align: center;
    border-radius: 8px;
}
.Download_wrap ul li a {
    display: block;
    padding: 4px 8px;
    color:#aaa;
    border-radius: 8px;
    border: 1px solid #aaa;
    font-size: 14px;
}
.Download_wrap ul li.on a,
.Download_wrap ul li:hover,
.Download_wrap ul li:hover a {
    background: #0861a7;
    color:#fff;
    border: none;
}



/*251026추가 서브메뉴바, 서브타이틀*/
.sub-common{background: #fff; border-bottom: 1px solid #ddd; }
.sv-wrap{height: 300px; overflow: hidden;}
.sv-wrap .sv-txt{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%);}
.sv-wrap .sv-txt p{font-size: 45px; line-height:1; letter-spacing:0; font-weight: bold; color: #fff;}
.sub-in{box-sizing:border-box;}
.sub-nav {display:flex;}
.sub-nav-h{width: 55px; float: left; border-left: 1px solid #ddd;}
.sub-nav-h a{padding-top: 21px; height: 54px; display: block; box-sizing:border-box;}
.sub-nav-h a img{margin: 0 auto; width: 17px; height: 16px; display: block;}
.dep01{width: 250px; position: relative;}
.dep01 > p{position: relative;}
.dep01 > p span{padding: 0 30px; font-size: 14px; line-height:54px; letter-spacing:0; font-weight: 400; color: #555; display: block; cursor:pointer; box-sizing:border-box; border-right: 1px solid #ddd; border-left: 1px solid #ddd;}
.dep01 > p img{top: 27px; right: 31px; width: 11px; height: 6px; position: absolute; z-index: 1; display: block;}
.dep01 > ul{display: none; top: 55px; left: 0; width: inherit; box-sizing:border-box; border: 1px solid #ddd; position: absolute; z-index: 2; border-top: 0;}
.dep01 > ul li a{display:flex; align-items:center; min-height: 49px; padding: 0 30px; font-size: 14px; line-height: 1.6; letter-spacing:0; font-weight: 400; color: #555; box-sizing:border-box; border-bottom: 1px solid #ddd; background: #fff;}
.dep01 > ul li:last-of-type a{border-bottom: 0;}
.dep01 > ul li a:hover{background: #f5f5f5;}
.dep02{width: 250px; position: relative;}
.dep02 > p{position: relative;}
.dep02 > p span{padding: 0 30px; font-size: 14px; line-height:54px; letter-spacing:0; font-weight: 500; color: #222; display: block; cursor:pointer; box-sizing:border-box; border-right: 1px solid #ddd; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.dep02 > p.fw400 span{font-weight: 400;}
.dep02 > p img{top: 27px; right: 31px; width: 11px; height: 6px; position: absolute; z-index: 1; display: block;}
.dep02 > ul{display: none; top: 55px; left: -1px; width: inherit; box-sizing:border-box; border: 1px solid #ddd; position: absolute; z-index: 2; border-top: 0;}
.dep02 > ul li a{display:flex; align-items:center; min-height: 49px; padding: 0 30px; font-size: 14px; line-height: 1.6; letter-spacing:0; font-weight: 400; color: #555; box-sizing:border-box; border-bottom: 1px solid #ddd; background: #fff;}
.dep02 > ul li:last-of-type a{border-bottom: 0;}
.dep02 > ul li a:hover{background: #f5f5f5;}

.product01_title {text-align: center; font-size: 26px; position: relative; padding-bottom: 70px; border-bottom: 1px solid #121212; margin-bottom: 50px;}
.product01_title::after {content: ''; display: block; width: 50px; height: 2px; background: #111; margin:0 auto; position: relative; top: 8px;}

@media (max-width: 1520px) {
    header {
        padding: 16px 20px
    }
    .member_wrap ul {
        padding: 12px 20px;
    }
    header .logo_wrap {
        left: 30px;
    }
    header nav .mob_box {
        right: 30px;
    }
    header nav .Language_wrap {
        right: 80px;
    }
    .slide_box {
        left: 20px;
    }

    .product_tab {
        grid-template-columns: repeat(5, 1fr);
    }
}
@media (max-width: 1420px) {
    section {
        margin-bottom: 80px;
    }
    .pc_on {
        display: none;
    }
    .pc_on_in {
        display: none;
    }
    .w1420 {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
    .sub-in.w1420 {
        padding: 0;
    }
    header .logo_wrap {
        left: 30px;
    }
    header nav .language_wrap {
        right: 30px;
    }
    .slide_box a {
        font-size: 14px;
        width: 200px;
        height: 58px;
    }
    .progress_wrap {
        left: 30px;
        width: 200px;
        gap: 2vw;
    }
    .main_content01 {
        overflow: hidden;
    }
    header nav .gnb_wrap {
        width: auto;
    }
    .content02_wrap .swiper .swiper-slide .text {
        left: 20px;
        bottom: 40px;
    }
    .content02_wrap .swiper .swiper-slide .text span.number {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }
    .content02_wrap .mySwiper {
        width: auto;
        height: auto;
    }

    .slide_box h4 {
        font-size: 6.5vw;
    }
    .slide_box .txt_hidden p {
        font-size: 4.5vw;
    }
    .main_content01 h3 {
        font-size: 52px;
    }
    .content02_wrap .swiper .swiper-slide .text p {
        font-size: 18px;
    }
    .content02_wrap .swiper .swiper-slide .text span.more {
        font-size: 15px;
    }

    footer .footer_wrap {
        padding: 50px 20px;
    }

    .about02 {
        flex-direction: column;
    }
    .about02 .img_box {
        width: 60%;
        height: 250px;
        background-size:cover;
        margin: 0 auto;
    }
    .product_wrap {
        padding: 60px 60px 0 60px;
    }
    .product_content .product_content_slide .Swiper3_thumbs .swiper-slide {
        height: 100px;
    }

    .thumb-group img {
        min-height: auto;
        max-height: auto;
    }

}
@media (max-width: 1360px) {
    .thumb-group .swiper-slide {
        width: calc(100% / 5 );
    }
}

@media (max-width: 1220px) {
    header .logo_wrap img,
    .mob_box .mob_menu_logo img {
        width: 140px;
    }
    .main_content03 .content03_wrap {
        gap: 12px;
    }
    .main_content03 .content03_wrap .text_box h3 span {
        display: block;
        padding: 0;
    }
    .main_content03 .content03_wrap .text_box h3 {
        font-size: 34px;
    }
    .main_content03 .content03_wrap .text_box h3 span {
        font-size: 20px;
    }
    .main_content03 .content03_wrap .text_box p {
        font-size: 15px;
    }
    .product_tab {
        grid-template-columns: repeat(4, 1fr);
    }
}


@media (max-width: 1020px) {
    header {
        padding: 20px;
    }
    header nav {
        justify-content: space-between;
    }
    header nav .gnb_wrap,
    header nav .Language_wrap,
    header nav .search_wrap {
        display: none;
    }
    header .logo_wrap {
        position: static;
    }
    header nav .Language_wrap {
        right: auto;
        left: 20px;
        top: 20px;
    }
    .gnb_mob_btn {
        display: block;
    }
    .gnb_mob_btn .burger {
        width: 24px;
        height: 20px;
    }
    header.active .gnb_mob_btn .burger span {
        background:#333;
    }
    .gnb_mob_btn .burger.on span:nth-of-type(3) {
        top: 17px;
    }
    .mob_box .mob_gnb {
        padding: 0;
    }
    .mob_box .mob_gnb .mob_menu_logo {
        padding: 30px;
    }
    .mob_box .mob_gnb .mob_ls {
        background: var(--brand-main-color);
        padding-top: 30px;
    }
    .mob_box .mob_gnb .mob_ls .mob_Language_wrap ul{
        display: flex;
        justify-content: center;
        gap: 4px;
    }
    .mob_box .mob_gnb .mob_ls .mob_Language_wrap a,
    .mob_box .mob_gnb .mob_ls .mob_Language_wrap span {
        color:#fff;
    }
    .mob_box .mob_gnb .mob_ls .mob_search_wrap {
        padding: 30px;
        box-sizing: border-box;
        position: relative;
    }
    .mob_box .mob_gnb .mob_ls .mob_search_wrap input {
        display: block;
        width: 100%;
        border: none;
        padding: 10px;
        box-sizing: border-box;
        border-radius: 8px;
    }
    .mob_box .mob_gnb .mob_ls .mob_search_wrap a {
        position: absolute;
        top: 40px;
        right: 40px;
    }
    .mob_box .mob_gnb .mob_ls .mob_search_wrap a img {
        filter:brightness(0) invert(0);
    }
    .main_content01 {
        background: url(../images/main_content01_bg_m.png)no-repeat center/cover;
    }
    .main_content01::before {
        width: 100%;
    }
    .main_content01 .content01_wrap {
        text-align: center;
    }
    .main_content01 .more_white > a {
        margin: 0 auto;
    }
    .about01 .content {
        flex-direction: column;
    }
    .service02 .list_wrap ul li a .text_box {
        padding: 18px;
        min-height: 246px;
    }
    .product .product_list {
        gap: 20px;
    }
    .product .product_list li {
        width: calc(100%/3 - 14px);
    }
    .product .product_list li a .txt_box {
        padding: 20px;
    }
    .product_tab {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 840px) {
    .mob_on {
        display: block;
    }
    header nav .gnb_wrap,
    header nav .language_wrap {
        display: none;
    }
    header .logo_wrap {
        position: static;
    }
    header nav .language_wrap {
        position: static;
    }
    footer h2 img {
        width: 120px;
    }
    .slide_box {
        top: 40%;
    }
    .sub_bnr_wrap {
        min-height: 260px;
    }

    /* .product_tab {
        flex-wrap: nowrap;
        overflow: auto;
    }
    .product_tab > li {

    } */
    .product_tab {
        grid-template-columns: repeat(2, 1fr);
    }

    .submenu_wrap > ul {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
        gap: 0;
    }
    .submenu_wrap > ul li {
        width: calc(100%/2);
        max-width:calc(100%/2);
        box-sizing: border-box;
    }
    .submenu_wrap ul li.on {
        border: none;
        color:#111;
    }
    .submenu_wrap ul li.on a {
        font-weight: 500;
    }
    .gallery_popup {
        width: 94%;
    }
    .close {
        right: 0;
        top: -40px;
    }
    .mian_title {
        padding-bottom: 28px;
    }
    .main_content04 {
        flex-direction: column;
        gap: 60px;
    }
    .main_content04 .content04_wrap {
        width: 100%;
    }
    .sub_bnr_wrap .text_box {
        padding: 80px 0;
    }
    .main_content03 {
        padding: 60px 20px;
        gap: 40px;
    }
    .main_content03 .content03_wrap,
    .main_content03 .content03_wrap:nth-child(even) {
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
    }
    .main_content03 .content03_wrap .text_box h3 span {
        display: inline-block;
        padding-left: 10px;
    }
    .main_content03 .content03_wrap .text_box p {
        padding: 18px 0;
    }
    .main_content03 .content03_wrap .img_box {
        width: 100%;
    }
    .about01 .content .img_box img {
        display: block;
        width: 100%;
    }
    .service02 .list_wrap ul li {
        width: calc(100%/2 - 10px);
    }
    .product .product_list li {
        width: calc(100%/2 - 10px);
    }
    .product_wrap {
        padding: 0 20px 0 20px;
    }
    .product_content .product_content_slide .mySwiper3 .swiper-slide img {
        max-height: 270px;
    }
    .swiper-button-next, .swiper-button-prev {
        top: var(--swiper-navigation-top-offset,35%) !important;
    }


    .content02_wrap .swiper .swiper-slide .text p {
        font-size: 15px;
        font-weight: 600;
    }
    .sub_bnr_wrap .text_box ul {
        padding-top: 10px;
        gap: 2px;
    }
    .sub_bnr_wrap .text_box h2 {
        font-size: 20px;
    }
    .service04 table tr th {
        min-width: 90px;
    }


    .gallery-inner-container {
        flex-direction: column;
    }
    .main-slider {
        width: 100%;
        height: 360px;
    }
    .all-thumbnail-groups-container-vertical {
        width: 100%;
        right: 0;
    }
    .sub_bnr_wrap .text_box ul li {
        font-size: 14px;
    }

    .thumb-group {
        /* max-height: 260px; */
    }
    .back_btn_wrap {
        justify-content: center;
    }
    .back_btn {margin: 0;}
    .back_btn > span {
        display: block;
        background: var(--brand-main-color);
    }

    .product-gallery-infotext {
        top: 16px;
    }

}

@media (max-width: 590px) {
    .pc_on_c {
        display: none;
    }
    .mob_on_c {
        display: table-row;
    }
    .sub_content_wrap {
        padding-top: 60px;
    }
    .dep01, .dep02 {width: calc(100% / 2);}
    .dep01 > ul, .dep02 > ul {width: 100%;}
    .dep01 > p span, .dep02 > p span,
    .dep01 > ul li a, .dep02 > ul li a {padding: 0 14px;}
    .dep01 > p img , .dep02 > p img {right: 14px;}
    .mob_box .mob_gnb .mob_menu_logo,
    .mob_box .mob_gnb .mob_ls .mob_search_wrap {
        padding: 20px;
    }
    .mob_box .mob_gnb .gnb_wrap_mob > li > a {
        padding: 18px 20px;
    }
    .mob_box .mob_gnb .mob_ls {
        padding-top: 20px;
    }
    .mob_box .mob_gnb .mob_ls .mob_search_wrap a {
        top: 28px;
        right: 33px;
    }
    header .logo_wrap img, .mob_box .mob_menu_logo img {
        width: 120px;
    }
    .mian_title {
        padding-top: 60px;
    }

    .main_content01 h3 {
        font-size: 32px;
        line-height: 1.1;
    }
    .content02_wrap .swiper-wrapper .swiper-slide a {
        padding: 0 20px;
    }
    .content02_wrap .swiper .swiper-slide .text span {
        width: 28px;
        height: 28px;
        line-height: 28px;
    }
    .content02_wrap .swiper .swiper-slide .text {
        padding: 80px 40px 30px 40px;
        left: 0;
    }
    .slide_box {
        left: 0;
    }
    .main_content01 {
        padding: 60px 0;
    }
    .main_content04 {
        padding: 60px 0;
    }

    footer .footer_wrap .footer-btn {
        padding: 12px 0;
    }
    footer .footer_wrap > h2 {
        margin: 24px 0;
    }
    .sub_content_wrap h3 {
        padding-bottom: 10px;
    }
    .sub_bnr_wrap {
        min-height: 210px;
    }
    .about02 .img_box {
        width: 100%;
    }
    .about02 .txt_box ul li b,
    .about02 .txt_box ul li span,
    .about02 .txt_box ul li p {
        opacity: 1;
    }
    .about02 .txt_box ul li.on span::before {
        display: block;
        content: '';
        min-width: 20px;
        min-height: 20px;
        border: 1px solid var(--brand-main-color);
        border-radius: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .about02 .txt_box ul::before {
        left: 4px;
    }
    .about02 .txt_box ul li {
        gap: 21px;
        position: relative;
        padding-top: 32px;
    }
    .about02 .txt_box ul li b {
        position: absolute;
        top: 0;
        left: 30px;
    }
    .about02 .txt_box ul li span {
        top: -15px;
    }
    .about04 p {
        padding-bottom: 40px;
    }

    .service02 .list_wrap ul li {
        width: 100%;
    }
    .service02 .list_wrap ul li a .text_box .tag {
        padding: 6px 13px;
    }


    .Download_wrap h3, .thumb-group-container h3 {
        margin-bottom: 0;
        font-size: 16px;
    }
    .thumb-group {
        /* height: 70px; */
    }
    .thumb-group .swiper-slide {
        width: 50px;
        height: 50px;
    }
    .Download_wrap {
        display: none;
    }
    .multi-level-menu-container {
        width: 100%;
    }
    .menu-col-title {
        padding: 10px;
    }
    .current-level-list li a {
        padding: 8px 15px;
    }
    .menu-col-title .selected-text {
        font-size: 14px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        max-width: 96%;
    }
    .menu-col {
        width: calc(100%/2);
    }


    .slide_box h4 {
        font-size: 10.5vw;
    }
    .sub_bnr_wrap .text_box h2 {
        font-size: 26px;
    }
    .product_content .product_content_title h4,
    .main_content03 .content03_wrap > h3,
    .mian_title h3,
    .main_content03 .content03_wrap .text_box h3 {
        font-size: 22px;
    }
    .product01_title,
    .about04 h3,
    .about02 .txt_box ul li b,
    .about01 .txt_box h3,
    .mian_title p {
        font-size: 18px;
    }
    .product_content .product_content_title p,
    .product .product_list li a .txt_box p,
    .service02 .list_wrap ul li a .text_box h4,
    .about04 p,
    .main_content05 .text_box h4 {
        font-size: 16px;
    }
    .current-level-list li a,
    .product .product_list li a .txt_box span,
    .service04 table tr th,
    .about02 .txt_box ul li p,
    .sub_bnr_wrap .text_box p,
    .main_content04 .notice_wrap li a,
    .main_content03 .content03_wrap > P,
    .main_content01 .content01_wrap > P,
    .main_nav_style > p,
    .mob_box .mob_gnb .gnb_wrap_mob > li > a,
    .main_content03 .content03_wrap .text_box h3 span,
    .main_content04 .content04_wrap p {
        font-size: 15px;
    }
    .mob_box .mob_gnb .gnb_sub a,
    .service02 .list_wrap ul li a .text_box .tag,
    .service02 .list_wrap ul li a .text_box .date,
    .service02 .list_wrap ul li a .text_box p,
    .about01 .txt_box p,
    footer .footer_wrap .footer-btn li a,
    footer .footer_wrap .footer-btn li span,
    footer .footer-info p,
    .main_content04 .notice_wrap li span,
    .more_white > a > span,
    .more_black > a > span {
        font-size: 14px;
    }
    .submenu_wrap a,
    .sub_bnr_wrap .text_box ul li {
        font-size: 13px;
    }
    .product_tab {
        display: none;
    }

    .slide_box .txt_hidden img {
        width: 100%;
    }
}

@media (max-width: 460px) {
    .submenu_wrap a {
        padding: 20px 10px;
    }
    .main_content04 .content04_wrap .more_wrap {
        flex-direction: column;
        gap: 14px;
        padding-top: 38px;
    }
    .main_content05 .text_box {
        padding: 18px;
        min-height: 240px;
    }
    .product_tab {
        /* flex-direction: column;
        gap: 10px 0; */
        grid-template-columns: repeat(1, 1fr);
    }
    .product .product_list li {
        width: 100%;
    }
    .sub_bnr_wrap .text_box ul {
        padding: 10px;
        box-sizing: border-box;
    }
    .sub_bnr_wrap .text_box ul li {
        text-align: center;
        max-width: 120px;
    }

    footer .footer_wrap .footer-btn {
        gap: 8px;
    }
    footer .footer_wrap .footer-btn li a {
        font-size: 10px;
    }
    footer .footer_wrap .footer-btn li span,
    footer .footer-info p {
        font-size: 12px;
    }
    footer .footer_wrap .top {
        padding-bottom: 10px;
    }
    footer h2 img {
        width: 100px;
    }
    footer .footer_wrap .top h2 {
        height: 21px;
    }

}