@charset "utf-8";
/* font 불러오기 */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css');

/* CSS Document */
* {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}
html{overflow:auto; scroll-behavior:smooth; font-size: 16px; font-family: Pretendard;}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

body{border-spacing: 0; padding:0; margin:0; font-size: 1rem; overflow-y: auto;}
body::-webkit-scrollbar{
    width: 5px;
    background: rgba(0,0,0,0);
}
body::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
}


#container_main{scroll-snap-type: y mandatory; }

/* img{border: none; display:block; width:100%; height: auto; position:absolute; left:50%; top:0; transform:translateX(-50%);} */
img{ 
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
ul, ol {
    list-style: none;
    margin:0;
    padding:0;
}

ul li, ol li {
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}
div {
    clear:both;
} 

:root {
    --menu-background-color : rgba(255, 255, 255, 0.95)
}

/* 메뉴 */

.header {
    position: absolute;
    width: calc(100%);
    background-color: rgba(255,255,255,0);
    padding: 2rem 0;
    z-index: 100;
    color: #fff;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 2em;
}
.header.on {
    background-color: var(--menu-background-color);
    color: #333;
    transition: all 0.3s ease;
}

.wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 4rem);
    margin: 0 auto;
}
.top_logo {
    width: 12%;
}

.top_logo img {
    width: 80%;
}

ul.lang {
    font-size: .7em;
    font-weight: 300;
    color: #fff;
    display: flex;
    justify-content: space-around;
    width: 8%;
}

ul.lang.on {
    color: #bbb;
    font-weight: 500;
}

ul.lang.on a:hover {
    color: #333;
}

.menu {
    display: flex;
    position: relative;
    list-style: none;
    width: 50%;
    margin: 0 auto;
    justify-content: space-between;
    clear: both;
}
.menu li {
    position: relative;
    padding: 1.5rem 1rem 2rem;
    width: calc(90% / 4 - 2rem);
    cursor: pointer;
    text-align: center;
}
.menu li.active {
    color: #737c2b; /* 강조 색상 */
}

.menu-underline {
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: #737c2b;
    transition: all 0.3s ease;
    width: 0;
    left: 0;
}

.submenu-wrapper {
    position: relative;
    width: 100%;
    display: none;
    border-top: 1px solid #ddd;
    padding: 2rem 0;
    z-index: 90;
}
.submenu-wrapper.active {
    display: block;
}

.submenu_wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: calc(50% - 2rem); /* 메뉴와 동일한 너비 */
    margin: 0 auto;
    position: relative;
    left: 3rem;
}

.submenu {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 22.5%; /* 4개 메뉴이므로 25%씩 나눔 */
}

.submenu span {
    color: #999;
    margin: 0.5rem 0;
    cursor: pointer;
    transition: color 0.2s;
}

.submenu span:hover {
    color: #737c2b;
}


/* 스와이프 css */

.headSwiper {
  --swiper-pagination-color: rgba(255, 218, 153, 1) !important;
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 3rem;
  --swiper-pagination-bottom: 3rem;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(255, 255, 255, 0.5) !important;
  /* --swiper-pagination-progressbar-size: 1rem !important; */
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 0.6rem !important;
  --swiper-pagination-bullet-vertical-gap: 0.6rem !important;
  --swiper-pagination-progressbar-size: 0.7rem !important;
  --swiper-pagination-bullet-size: 0.7rem !important;
  --swiper-pagination-bullet-width: 0.7rem !important;
  --swiper-pagination-bullet-height: 0.7rem !important;
}


/* 애니메이션 보조 */

.sa {
  opacity: 0;
  transform-origin: center center;
  visibility: hidden;

  transition: opacity 0.5s ease;
}

.sa.show {
  visibility: visible;
  opacity: 1;
}

.ani {
  opacity: 0;
  visibility: hidden;

  transition: opacity 0.5s ease, transform 0.6s ease;;
}

.ani.show2 {
  visibility: visible;
  opacity: 1;
}



/* 메인 스타일 시작 */

.main {
    position: relative; 
    top:0; 
    left: 50%;
    transform: translate(-50%,0);
    width: 100%; 
    height: auto;
}


/* 메인 비쥬얼 */

    .main_visual {
        position: relative; top: 0;
        background-color: rgba(0, 0, 0, 1);
        height: 100vh;
        overflow: hidden;
        clear: both;
    }
    .swiper-slide {
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }
    .m_black {
        position: absolute; 
        z-index: 2; 
        background: rgba(0, 0, 0, .4); 
        width: 100%; 
        height: 100vh;
        top:0;
        left:0;
        margin: 0 auto;
    }
    .main_visual .txt_box {
        color: #fff; 
        position: absolute;
        left: calc(100% - 100% + 10%);
        bottom: calc(100vh - 100% + 20%);
        z-index: 12;
    }

    .main_visual .txt_box_r {
        color: #fff; 
        position: absolute;
        right: calc(100% - 100% + 10%);
        width: 100%;
        bottom: calc(100vh - 100% + 20%);
        z-index: 12;
        text-align: right;
    }

    .main_visual .txt_box .main_txt, .main_visual .txt_box_r .main_txt {
        font-size: 4.25em;
        font-weight: bold;
        font-family: 'Noto Sans KR';
        line-height: 1.2em;    
        letter-spacing: -.02em;
        margin-bottom: 4rem;
    }
    .main_visual .txt_box .sub_txt, .main_visual .txt_box_r .sub_txt {
        font-size: 1.25em;
        font-weight: 400; 
        line-height: 1.5em;
        color: rgba(255, 255, 255, .9);
    }
    .main_visual .m_img {
        position: absolute;
        width: 100%;
        height: 100vh;
        margin: 0 auto;
        top:0;
    }

    .main_visual img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }


    /* 메인 비쥬얼 */

    .main_visual .img_000 {
        /* background: url('/img/0_main/visual_w_001.jpg') no-repeat center top; */
        background-size: cover;
        width: 100%;
        height: 100vh;
        margin:0 auto;
        top:0;
        z-index: 0;
    }

    .main_visual .img_001 {
        /* background: url('/img/0_main/visual_w_002.jpg') no-repeat center top; */
        background-size: cover;
        width: 100%;
        height: 100vh;
        margin:0 auto;
        top:0;
        z-index: 0;
    }

    .main_visual .img_002 {
        /* background: url('/img/0_main/visual_w_003.jpg') no-repeat center top; */
        background-size: cover;
        width: 100%;
        height: 100vh;
        margin:0 auto;
        top:0;
        z-index: 0;
    }

    .main_visual .img_003 {
        /* background: url('/img/0_main/visual_w_004.jpg') no-repeat center top; */
        background-size: cover;
        width: 100%;
        height: 100vh;
        margin:0 auto;
        top:0;
        z-index: 0;
    }


/* 메인_주요 상품 설명 */

    .m_product {
        position: relative;        
        background: url('/img/0_main/m_part2_bak.png') no-repeat 50% 50%;
        background-size: cover;
        width: 100%;
        height: 100vh;
        display: flex;
    }

    .part2-wrap {
        padding: 0 0 3rem 0;
        display: flex;
        /* width: calc(100% - 8rem); */
        height: calc(100vh - 3rem);
        width: 58%;
        overflow: hidden;
    }

    .m_product .part2_slide_wrap {
        /* margin-top: 10rem; */
        width: 100%;
        position: relative;
        z-index: 1;
        right: 0;
        border-radius: 13rem 0 0 13rem;
        background: #000;
        height: 75%;
        margin-top: 20%;
    }

    .m_product .part2_slide {
       
        border-radius: 13rem 0 0 13rem;
        height: auto;
        overflow: hidden;
    }

    .m_product .part2_slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .swiper_text_box {
        position:relative;
        display: flex;
        flex-direction: column;
        color: #aaa;
        font-size: 1.2em;
        line-height: 2em;
        z-index: 2;
        width: 35%;
        margin-right: 9%;
        margin-left: 5%;
        margin-top: 9rem;

    }

    .swiper_text_box .m_part2_txt {
        margin-left: 4rem;
        margin-top: 3rem;
        width: 68%;
    }

    .swiper_text_box .sw-pagenation {
        margin-left: 4rem;
        margin-top: 3rem;
    }

    .swiper_text_box {
        --swiper-pagination-color: rgba(255, 218, 153, 1) !important;
        --swiper-pagination-left: auto;
        --swiper-pagination-right: 3rem;
        --swiper-pagination-bottom: 3rem;
        --swiper-pagination-top: auto;
        --swiper-pagination-fraction-color: inherit;
        --swiper-pagination-progressbar-bg-color: rgba(204, 204, 204, 1) !important;
        /* --swiper-pagination-progressbar-size: 1rem !important; */
        --swiper-pagination-bullet-inactive-color: rgba(204, 204, 204, 1);
        --swiper-pagination-bullet-inactive-opacity: 0.2;
        --swiper-pagination-bullet-opacity: 1;
        --swiper-pagination-bullet-horizontal-gap: 0.6rem !important;
        --swiper-pagination-bullet-vertical-gap: 0.6rem !important;
        --swiper-pagination-progressbar-size: 0.7rem !important;
        --swiper-pagination-bullet-size: 0.7rem !important;
        --swiper-pagination-bullet-width: 0.7rem !important;
        --swiper-pagination-bullet-height: 0.7rem !important;
    }


/* 고객센터 */

    .part3_wrap {
        height: calc(100vh/1.3);
        background: url('/img/0_main/m_part3_img_001.jpg') no-repeat 50% 50% #000;
        background-size: cover;
        text-align: center;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 3rem 0;
    }

    .part3_wrap h1 {
        font-size: 4em;
        padding-bottom: 3rem;
        text-transform: uppercase;
        letter-spacing: .1em;
        font-weight: bolder;
    }

    .part3_wrap div.sub_txt {
        line-height: 2.3em;
        color: #dad8df;
        font-size: 1.5em;
        clear:both;
    }

    .part3_wrap .m_bt {
        text-align: center;
        margin-top: 15%;
    }

    .part3_wrap .m_bt a {
        display: inline-flex;
        align-items: center;
        gap: 1.2rem;
        font-size: 1.8em;
        color: #eee9f6;
        background: rgba(14, 8, 30, 0.8);
        padding: 2rem 4rem;
        border-radius: 1.7rem 0;
        text-decoration: none;
        transition: background 0.3s;
        font-weight: 300;
    }

    .arrow-icon {
        transition: transform 0.3s ease;
    }

    .part3_wrap .m_bt a:hover .arrow-icon {
        transform: translateX(5px);
    }

/* 푸터 */

    .footer {
        height: calc((100vh / 5)-8rem);
        display: flex;
        padding: 4rem;
        width: calc(100% - 8rem);
        justify-content: space-between;

    }

    .footer .f_lang {
        width: 20%;
        color: #999;
        font-size: .9em;
        font-weight: 500;
    }
    
    .footer .f_lang ul {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    .footer .f_lang ul li {
        padding: 0 .8rem;
        display: block;
        height: auto;
    }
    
    .footer .f_lang ul li:first-child {
        border-right: 1px solid #ddd;
    }

    .footer .f_detail {
        display: flex;
        justify-content: flex-start;
        width: 80%;
    }

    .footer .f_detail .f_logo{
        width: calc(20% - 3rem);
        padding-right: 3rem;
        margin-right: 2%;
    }

    .footer .f_detail .f_logo img {
        max-width: 278px;
        height: auto;
    }

    .footer .f_detail .add {
        width: 78%;
    }

    .footer .f_detail .add .footer_menu ul {
        display: flex;
        flex-direction: row;
        color: #777;
        font-weight: 500;
        margin-bottom: 3rem;
        font-size: 1.2em;
    }

    .footer .f_detail .add .footer_menu ul li {
        margin-right: 3rem;
    }

    .footer .f_detail .add .info ul:first-child {
        display: flex;
        flex-direction: row;
        font-size: .85em;
        color: #888;
        margin-bottom: .8rem;
    }

    .footer .f_detail .add .info ul:first-child li {
        margin-right: 2rem;
        font-weight: bold;
    }

    .footer .f_detail .add .info ul:nth-child(2) {
        color:#888;
        font-size: .85em;
        margin-bottom: 1.5em;
        font-weight: bold;
    }

    .footer .f_detail .add .info ul:nth-child(3) {
        color:#bbb;
        font-size: .85em;
        font-weight: bold;
    }