@charset "utf-8";



/* Max-width 1450px: Visual Slider Background Fix */
@media (max-width: 1450px) {
    #container .visual .slider .swiper-slide {
        background-size: cover !important;
        background-position: center center !important;
    }

    img {
        max-width: 100%;
    }

    .a_sec_3_box-flex {
        display: flex;
        flex-wrap: nowrap;
        gap: 20px;
    }

    .a_sec_3_dn_button {
        display: inline-block;
        width: 280px;
        background: #a6c788;
        text-align: center;
        color: #ffffff;
        border-radius: 4px;
        /* margin-left: 114px; */
        padding: 4px 0 3px 0;
        vertical-align: top;
        margin: 20px 0;
    }

    .tradingview-widget-container {
        width: 100% !important;
        max-width: 450px;
        margin-top: 20px;
    }

    .a_sec_3_brd {
        width: 100%;
    }

    .a_sec_3_brd_box {
        margin-top: 70px;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

/* ==========================================================================
   Tablet & Mobile Common (Max-width: 1350px)
   ========================================================================== */
@media (max-width: 1350px) {

    /* ----------------------------------------------------------------------
       Utility & Reset
       ---------------------------------------------------------------------- */
    .display-w {
        display: none !important;
    }

    .display-m {
        display: block !important;
    }

    .inner {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    /* ----------------------------------------------------------------------
       Header & Navigation
       ---------------------------------------------------------------------- */
    #header {
        height: 70px;
        background: #fff;
        border-bottom: 1px solid #eee;
    }

    #header .wrap {
        height: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 15px;
        position: relative;
    }

    #header .logo {
        margin: 0;
        z-index: 103;
    }

    #header .logo img {
        height: 30px;
        width: auto;
    }

    /* Mobile: Show Black Logo, Hide White Logo */
    #header .logo img:first-child {
        display: none;
    }

    .header_logo_black {
        display: block !important;
    }

    /* PC Elements Hidden */
    #header .menu,
    #header .tool {
        display: none;
    }

    /* Mobile Toggle Button */
    #header .allmenu {
        display: block !important;
        width: 30px;
        height: 20px;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        z-index: 103;
        cursor: pointer;
        background: none;
        border: none;
        padding: 0;
    }

    /* "카테고리 열기" 텍스트 숨김 */
    #header .allmenu button {
        display: block;
        width: 100%;
        height: 100%;
        text-indent: -9999px;
        background: transparent;
        border: none;
        cursor: pointer;
    }

    #header .allmenu img {
        display: none !important;
    }

    /* CSS Hamburger Icon */
    #header .allmenu::before,
    #header .allmenu::after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background: #333;
        transition: all 0.3s;
    }

    #header .allmenu::before {
        top: 0px;
        box-shadow: 0 9px 0 #333;
    }

    #header .allmenu::after {
        bottom: 0px;
    }

    /* 메뉴 열렸을 때 닫기 버튼 효과 (겹침 방지) */
    #header .allmenu.active {
        display: none !important;
    }

    /* 모바일 메뉴 드로어 */
    #header .category {
        display: block !important;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: #fff;
        z-index: 999;
        /* z-index 영향 조정 */
        transition: right 0.3s ease-in-out;
        padding-top: 0;
        box-shadow: none;
    }

    #header .category.active {
        right: 0;
    }

    #header .category .inner {
        height: 100%;
        overflow-y: auto;
        padding: 60px 20px 20px;
        /* 상단 여백 확보 (닫기 버튼 공간) */
    }

    /* 닫기 버튼 */
    #header .category .close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        z-index: 1000;
    }

    #header .category .close img {
        display: none;
    }

    /* 기존 이미지 숨김 */

    #header .category .close::before,
    #header .category .close::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        background: #333;
        /* 닫기 버튼 색상 */
        transform: rotate(45deg);
    }

    #header .category .close::after {
        transform: rotate(-45deg);
    }

    /* 메뉴 스타일 */
    #header .category ul.dmp1 {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    #header .category .dml1 {
        border-bottom: 1px solid #eee;
    }

    #header .category .dma1 {
        display: block;
        padding: 20px 0;
        font-size: 18px;
        font-weight: 500;
        color: #222;
        /* 폰트 색상 수정 */
        text-decoration: none;
        background: none;
        border: none;
        width: 100%;
        text-align: left;
        cursor: pointer;
        position: relative;
    }

    .sub__visual {
        height: 100vh;
        background-position: center top;
        background-size: cover;
    }

    .pagetitle_invisual {
        width: auto;
        position: relative;
        top: 50%;
        left: 0%;
        margin-top: 0;
        margin-left: 0;
        font-size: 40px;
        font-weight: bold;
        color: #ffffff;
        text-align: center;
    }

    .a_sec_3_stock {
        display: inline-block;
        width: 100%;
    }


    .margin_top_30 {
        margin-bottom: 10px;
    }

    .a_sec_3_box {
        margin-right: 0;
        margin: 20px 0;
    }

    .a_sec_3_brd_box {
        margin-top: 70px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .p_step_box {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
    }

    .a_sec_3_notice_box {
        width: 100%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin: 20px 0;
        padding: 15px 0;
    }

    .a_sec_3_notice_item a {
        width: 70%;
    }

    /* 아코디언 화살표 */
    #header .category .dma1::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 10px;
        width: 8px;
        height: 8px;
        border-bottom: 2px solid #999;
        border-right: 2px solid #999;
        transform: translateY(-50%) rotate(45deg);
        transition: transform 0.3s;
    }

    #header .category .dml1.active .dma1::after {
        transform: translateY(-50%) rotate(225deg);
    }

    /* 서브 메뉴 */
    #header .category .dmp2 {
        display: none;
        padding: 10px 0;
        list-style: none;
    }

    #header .category .dmp2 li a {
        display: block;
        padding: 10px 20px;
        font-size: 15px;
        color: #555;
        /* 서브 메뉴 폰트 색상 */
        text-decoration: none;
    }

    /* 유틸리티 메뉴 (KR/EN) */
    #header .category .tool {
        display: block !important;
        margin-top: 30px;
        text-align: center;
    }

    #header .category .tool ul {
        display: inline-block;
    }

    #header .category .tool li {
        display: inline-block;
        margin: 0 10px;
    }

    #header .category .tool a {
        font-size: 14px;
        color: #666;
        font-weight: 500;
    }

    #header .category .tool a.on {
        color: #333;
        font-weight: 700;
        text-decoration: underline;
    }

    /* ----------------------------------------------------------------------
       Main Visual Slider
       ---------------------------------------------------------------------- */
    #container .visual {
        height: 100vh;
        /* 뷰포트 높이 꽉 채움 */
        min-height: 500px;
        position: relative;
        overflow: hidden;
    }

    /* PC 슬라이더 숨김 */
    #container .visual .slider {
        display: none !important;
    }

    /* 모바일 슬라이더 */
    .slider_m {
        display: block !important;
        width: 100%;
        height: 100%;
    }

    .slider_m .swiper-slide {
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    /* 슬라이드 텍스트 박스 */
    .main_txt_box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        text-align: center;
        color: #fff;
        z-index: 10;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        margin-left: 0;
    }

    .main_txt_1 {
        font-size: 36px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .main_txt_1 .eng {
        display: block;
        font-size: 20px;
        font-weight: 400;
        margin-top: 10px;
        opacity: 0.9;
    }

    .main_txt_2 {
        font-size: 16px;
        line-height: 1.6;
        opacity: 0.9;
        word-break: keep-all;
    }

    /* 브랜드 필름 버튼 */
    .main_film {
        position: absolute;
        bottom: 80px;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        font-size: 14px;
        z-index: 10;
        text-align: center;
    }

    .main_film img {
        display: block;
        margin: 0 auto 10px;
        width: 40px;
    }

    /* ----------------------------------------------------------------------
       Sub Pages (a.php, p.php, etc.)
       ---------------------------------------------------------------------- */
    .section__title {
        font-size: 28px;
        margin: 40px 0 20px;
        text-align: center;
        color: #222;
    }

    .bonmun_txt {
        font-size: 16px !important;
        line-height: 1.7 !important;
        color: #444;
        word-break: keep-all;
        text-align: justify;
    }

    /* About Us */
    .a_timeline img {
        height: auto !important;
        max-width: 1000px;
    }

    .a_desc {
        display: flex;
        gap: 20px;
    }

    .a_desc_box {
        padding: 20px !important;
        height: auto !important;
        margin-bottom: 20px;
        background: #f9f9f9;
        width: 100%;
    }

    .a_desc_img img {
        width: 50px;
    }

    .a_desc_title {
        font-size: 20px;
        margin: 15px 0;
        color: #333;
    }

    .a_desc_desc {
        font-size: 14px;
        color: #666;
        line-height: 1.5;
    }

    .a_dot_txt_s {
        font-size: 14px;
        margin-bottom: 10px;
        padding-left: 10px;
        position: relative;
    }

    .a_dot_txt_s::before {
        content: '·';
        position: absolute;
        left: 0;
    }

    /* Product */
    .p_step_box {
        overflow: hidden;
        margin-top: 30px;
    }

    .p_step_icon_box {
        width: 30% !important;
        float: left;
        margin-bottom: 30px;
        height: auto !important;
        text-align: center;
    }

    .p_step_icon_box img {
        width: 60px !important;
        height: auto;
    }

    .p_step_txt {
        display: block;
    }

    .p_step_txt {
        font-size: 14px !important;
        margin-top: 10px !important;
        color: #333;
    }

    .p_step_arr,
    .p_step_arr_2 {
        display: none !important;
    }



    .p_sec_qm2_pic {
        height: 200px !important;
        background-size: cover;
        background-position: center;
    }

    .p_qm2_title {
        font-size: 18px;
        margin-top: 10px;
        color: #222;
        font-weight: bold;
    }

    .p_qm2_pic_txt {
        font-size: 14px;
        color: #666;
        margin-top: 5px;
    }

    /* Sustainability */
    .e_sec_1_box {
        /* width: 100% !important; */
        margin-bottom: 30px;
    }

    /* Contact */
    .c_map {
        height: 300px !important;
        margin-bottom: 20px;
    }

    .c_info_box {
        /* width: 100% !important; */
        float: none !important;
        margin-bottom: 30px;
    }

    .c_info_title {
        font-size: 18px;
        margin-bottom: 10px;
        color: #333;
    }

    .c_info_desc {
        font-size: 15px;
        color: #555;
        line-height: 1.6;
    }

    /* Footer */
    #footer {
        padding: 30px 20px;
        background: #333;
        color: #999;
    }

    .footer_menu_sec {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 40px;
        margin-top: 40px;
        padding-bottom: 40px;
    }

    /* 모바일에서 푸터 메뉴 숨김 (선택사항) */
    .footer_address span {
        display: block;
        margin-bottom: 5px;
        font-size: 13px;
    }

    #header .category.active .allmenu.active,
    #header .category.active .menu {
        display: block !important;
    }

    .footer_1 .inner img {
        max-width: 200px;
    }

    .lSSlideWrapper #content-slider {
        display: flex;
        flex-wrap: nowrap;
    }

    .s_sec_3_item {
        display: inline-flex;
        /* width: 50% !important; */
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .s_sec_3_txt_1 {
        margin-top: 20px;
        font-size: 16px;
        font-weight: 500;
        text-align: left;
        letter-spacing: -1px;
        padding-left: 8px;
    }

    .s_sec_3_img_box,
    .s_sec_3_img_box>div {
        width: 100% !important;
        background-size: cover;
    }

    .main_film {
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        font-size: 14px;
        z-index: 10;
        text-align: center;
        margin: 0;
        top: auto;
        /* right: 10%; */
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        align-items: center;
        gap: 8px;
    }

    .main_film img {
        display: block;
        margin: 0 auto 0;
        width: 22px;
        max-width: 100%;
    }

    /*팝업*/
    .picbox {
        position: absolute;
        top: 70px;
        left: 0 !important;
        margin-left: 0;
        width: 100%;
        height: auto;
        background: #ffffff;
        border: 0px #0000ff solid;
        /* padding: 20px 20px 20px 20px; */
        max-width: 900px;
        max-height: 500px;
        /* margin: 20px; */
        padding: 20px;
    }
}

@media (max-width: 1024px) {
    .a_sec_4 {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
        gap: 40px;
        padding: 80px 0;
    }

    .a_sec_4_box_1 {
        width: 100%;
        height: auto;
    }

    .a_sec_4_box_2 {
        width: 100%;
    }

    .a_sec_3_brd_box {
        margin-top: 70px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .a_sec_3_brd_box {
        margin-top: 70px;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        gap: 40px;
    }

    .j_mov_box- iframe {
        width: 100% !important;
    }

    .e_sec_5_box_1_title_box {
        width: 100%;
    }

    div#wk1 {
        width: 100%;
    }

    div#wk1 iframe {
        width: 100%;
        max-width: 1000px;
        max-height: 400px;
        height: auto;
    }

}

/* ==========================================================================
   Mobile Only (Max-width: 768px)
   ========================================================================== */
@media (max-width: 768px) {
    .main_txt_1 {
        font-size: 28px;
    }

    .main_txt_2 {
        font-size: 15px;
    }

    /* Product Step 1으로 변경 (화면이 좁을 경우) */

    .footer_menu_sec {
        display: flex;
        gap: 40px;
        flex-direction: column;
    }

    .a_desc {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
        gap: 20px;
        margin-top: 40px;
    }

    .con_box_3 {
        width: 100%;
        ;
    }

    .a_desc_box {
        width: 100%;
    }


    .a_sec_3_box-flex {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        align-items: flex-start;
    }

    section.e_sec_2 .inner {
        display: flex;
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }

    .c_sec_2_title_cell {
        width: 10%;
    }
}

@media (max-width: 500px) {
    .p_step_box {
        overflow: hidden;
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 0;
    }

    .p_sec_qm2_pic_box {
        width: 100% !important;
        float: none;
        margin: 0 0 20px 0 !important;
        height: auto !important;
    }


    .lSSlideWrapper #content-slider {
        display: flex;
        flex-wrap: nowrap;
        /* width: 100% !important; */
    }

    .s_sec_3_img_box {
        display: inline-block;
        /* width: 94%; */
        width: 100%;
        vertical-align: top;
        border: 0px #0000ff solid;
        cursor: pointer;
    }

    .s_sec_3_item {
        display: inline-flex;
        /* width: 100% !important; */
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .s_sec_3_img_box * {
        width: 100%;
        height: 340px;
    }

    .lSAction>a {
        top: 22% !important;
        scale: 50%;
    }

    .picslide {
        overflow: hidden;
        max-height: 450px;
    }

    .s_sec_1_box_1,
    .s_sec_1_box_2 {
        width: 100%;
        height: auto;
        margin-right: 0;
    }

    .s_sec_1_box_1_inner {
        padding: 80px 20px 80px;
    }

    .s_sec_2 {
        padding: 80px 0 0px 0;
    }

    .e_sec_1 {
        padding: 0px 0 0px 0;
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .e_sec_1_box_1 {
        display: inline-block;
        width: 100%;
        height: auto;
        vertical-align: top;
        margin-right: 0;
        /* text-align: right; */
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 80px 0;
    }

    .e_sec_1_box_2 {
        display: inline-block;
        width: 100%;
        height: auto;
        vertical-align: top;
        text-align: left;
        background: #d4d3cc;
        padding: 20% 0 20% 10%;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
    }

    .e_sec_5_box_2_inner {
        margin: 0;
    }

    .e_sec_5_boxset {
        display: flex;
        align-items: center;
        height: auto;
    }

    .e_sec_5_box_2 {
        display: inline-block;
        width: 100%;
        margin-right: 0px;
        vertical-align: top;
        padding: 30% 15px;
    }

    .e_sec_5_box_1_inner {
        display: inline-block;
        text-align: left;
        width: 100%;
        /* padding-top: 270px; */
        padding-left: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .e_sec_5_box_1 {
        display: inline-block;
        width: 100%;
        margin-right: 0;
        vertical-align: top;
        text-align: right;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        padding: 30% 15px;
    }

    .e_sec_5 {
        padding: 0px 0 0px 0;
        position: relative;
        background: #d4d3cc;
        text-align: left;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .e_sec_5_box_1_title_box {
        width: 100%;
    }

    .c_sec_1_box_1_inner {
        padding: 80px 15px 80px;
    }

    .c_sec_1 {
        padding: 0;
    }

    .c_sec_1_box_1_inner_picbox {
        margin-top: 70px;
        display: flex;
        flex-wrap: nowrap;
        gap: 20px;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }

    .c_sec_1_box_1_inner_pic {
        display: inline-block;
        width: 100%;
        margin-right: 0;
        text-align: center;
        max-width: 100%;
        height: auto;
    }

    .c_sec_2 {
        padding: 80px 0 80px 0;
    }
}

/* Contact Table Responsive (500px) */
@media (max-width: 500px) {

    .c_sec_2 table,
    .c_sec_2 tbody,
    .c_sec_2 tr,
    .c_sec_2 td {
        display: block !important;
        width: 100% !important;
    }

    .c_sec_2_title_cell,
    .c_sec_2_title_cell2 {
        padding: 15px 0 5px 0 !important;
        font-weight: 500;
        border-bottom: none !important;
        text-align: left;
    }

    .c_sec_2_input_cell,
    .c_sec_2_input_cell2 {
        padding: 0 0 15px 0 !important;
    }

    .c2_cell1,
    .c2_cell2 {
        padding-left: 0 !important;
    }

    .c_sec_2_input_cell textarea {
        width: 100% !important;
    }

    .button_reg {
        width: 90%;
    }
}