/* =========================================================
   SUBPAGE COMMON
========================================================= */
section.subpage_section { min-height: revert; }

.subpage_container {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    word-break: keep-all;
}

@media screen and (max-width: 1500px) {
    .subpage_container { padding: 0 15px; }
}


/* =========================================================
   COMPANY - HERO
========================================================= */
.company_first_contents {
    padding: 0 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.company_first_contents img {
    width: 350px;
    margin: 130px auto 50px auto;
}

.company_first_txt_wrapper {
    color: #fff;
    text-align: center;
}

span.company_first_text_title {
    display: block;
    font-weight: 700;
    font-size: 45px;
    line-height: 65px;
}

span.company_first_text_comment {
    display: block;
    margin-top: 50px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    word-break: keep-all;
}

section.subpage_section.company_hero {
    position: relative;
    height: 650px;
    min-height: 650px;
    overflow: hidden;
    border-radius: 0 0 200px 0;
}

.company_hero .subpage_container {
    position: relative;
    z-index: 2;
}

section.subpage_section.company_hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

img.company_hero_img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 70%;
    z-index: 0;
}

/* 모바일 */
@media screen and (max-width: 640px) {
    section.subpage_section.company_hero { min-height: 770px; }
    span.company_first_text_title { font-size: 18px; }
}


/* =========================================================
   PHILOSOPHY HERO (배경 이미지 섹션)
========================================================= */
section.subpage_section.philosophy {
    position: relative;
}

img.philosophy_hero_img {
    position: absolute;
    inset: 0;
    width: 1920px;
    height: 530px;
    min-height: 530px;
    object-fit: cover;
    object-position: center 85%;
    z-index: 0;
}

/* =========================================================
   COMPANY INTRO (회사소개 카드형 페이지)
========================================================= */

section.subpage_section.company_intro {
    position: relative;
    height: 530px;
    min-height: 530px;
    overflow: hidden;
    border-radius: 0 0 200px 0;
}

section.subpage_section.company_intro::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 0 0 200px 0;
}


/* ======================
   HERO BANNER
====================== */
.company_banner {
    width: 100%;
    height: 200px;
    border-radius: 16px;
    overflow: hidden;
}

.company_banner_img {
    position: absolute;
    width: 100%;
    height: 530px;
    object-fit: cover;
    object-position: center 82%;
    display: block;
}

.company_banner_text {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    z-index: 2;

    font-size: 45px;
    line-height: 65px;

}

/* ======================
   CARD GRID (2 x 2)
====================== */


.philosophy_intro .grid_container{
    padding: 150px 0;
}

.company_card_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}

.company_card {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #ffffff;
    overflow: hidden;
}

.company_card img {
    border-radius: 16px;
    max-height: 380px;
    overflow: hidden;
    width: 100%;
    object-fit: cover;
    display: block;
}

.company_card_body{
    margin-top: 35px;
}

.company_card_title {
    font-weight: 600;
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 15px;
}

.company_card_desc {
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
}


/* ======================
   RESPONSIVE
====================== */
@media (max-width: 900px) {
    .company_card_grid {
        grid-template-columns: 1fr;
    }

    .company_banner {
        height: 160px;
    }
}


/* =========================================================
   COMPANY - INFO (UPDATED TO MATCH DESIGN)
========================================================= */
section.subpage_section.company_info {
    min-height: 300px;
}

.company_info .first_container {
    margin: 0 0 0 11%;
    padding-top: 200px;
    padding-bottom: 0;
}

.company_info .second_container {
    margin: 0 11% 0 0;
    padding-top: 264px;
    margin-bottom: 130px;
}

/* ✅ 핵심: 2행 2열 그리드 */
.company_info_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 210px;
    align-items: start;
}

.company_info_title {
    font-weight: 700;
    font-size: 45px;
    line-height: 65px;
    margin-bottom: 50px;
}

.company_info_title.small {
    font-size: 28px;
}

.company_info_desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

/* ✅ 위 이미지 → 오른쪽, 아래 이미지 → 왼쪽 */
.company_info_media.top { justify-self: end; }
.company_info_media.bottom { justify-self: start; }

/* 우상단 이미지(큰 이미지 + 원형 오버랩) */
.company_info_media.top .media_main {
    position: relative;
    width: 100%;
    max-width: 750px;
    margin-left: auto;
}

.media_img_main {
    width: 100%;
    max-width: 750px;
    height: 550px;
    object-fit: cover;
    border-radius: 200px 0 0 0;
    display: block;
}

/* 원형 썸네일 오버랩 */
.media_img_circle {
    position: absolute;
    top: 68%;
    left: -14%;
    width: 329px;
    height: 329px;
    border-radius: 999px;
    object-fit: cover;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    background: #fff;
}

/* 좌하단 이미지 */
.company_info_media.bottom .media_sub {
    width: 100%;
    max-width: 560px;
}

.media_img_sub {
    width: 750px;
    height: 650px;
    object-fit: cover;
    border-radius: 0 200px 0 200px;
    display: block;
}

/* 반응형 */
@media (max-width: 1200px) {
    .company_info_grid { gap: 50px 40px; }

    .media_img_main { height: 300px; }
    .media_img_sub  { height: 320px; }

    .company_info_title { font-size: 28px; }
    .company_info_title.small { font-size: 24px; }

    .company_info .first_container  { margin: 0 0 0 auto; }
    .company_info .second_container { margin: 0 auto 0 0; }
}

@media (max-width: 768px) {
    .company_info .subpage_container {
        padding-top: 120px;
        padding-bottom: 100px;
    }

    .company_info_grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .company_info_text { max-width: 100%; }

    .company_info_media.top .media_main,
    .company_info_media.bottom .media_sub {
        max-width: 100%;
        margin: 0;
    }

    /* 모바일에서는 원형 썸네일을 작게 */
    .media_img_circle {
        left: 20px;
        bottom: -30px;
        width: 96px;
        height: 96px;
    }
}


/* =========================================================
   COMPANY - BOTTOM
========================================================= */
.subpage_section.company_bottom {
    min-height: 650px;
    background:
        linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
        url("/img/bg_company_bottom.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.subpage_container.company_bottom {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    margin-top: 193px;
    display: flex;
    justify-content: center;
    gap: 79px;
}

.company_bottom_text_wrapper {
    display: flex;
    flex-direction: column;
    color: #fff;
}

span.company_bottom_title {
    font-weight: 700;
    font-size: 50px;
    line-height: 65px;
    text-align: center;
    margin-bottom: 40px;
    word-break: keep-all;
}

span.company_bottom_text {
    font-weight: 400;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    word-break: keep-all;
}

@media screen and (max-width: 1100px) {
    .subpage_container.company_bottom {
        margin: auto;
        padding: 0 15px;
    }

    span.company_bottom_title { font-size: 40px; }
    span.company_bottom_text  { font-size: 17px; }
}

@media screen and (max-width: 840px) {
    span.company_bottom_title { font-size: 35px; }
    span.company_bottom_text  { font-size: 13px; }
}

@media screen and (max-width: 640px) {
    .subpage_container.company_bottom {
        flex-direction: column;
        margin-top: 50px;
        margin-bottom: 50px;
    }
}



/* =========================================================
   MISSION VISION
========================================================= */
.vision{
    padding-top: 150px;
}

.vision_banner_img {
    position: absolute;
    width: 100%;
    height: 530px;
    object-fit: cover;
    object-position: center 70%;
    display: block;
}

section.vision {
    background: #f5f5f5;
    padding: 120px 0;
    text-align: center;
}

.vision_title {
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 100px;
}

.vision_list {
    display: flex;
    justify-content: center;
    gap: 100px;
    flex-wrap: wrap;
}

/* 개별 항목 */
.vision_item {
    width: 310px;
}

/* 아이콘 원형 배경 */
.vision_icon {
    width: 310px;
    height: 310px;
    margin: 0 auto 25px;
    background: #e9e9e9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vision_icon img {
    width: 125px;
}

.vision_item_title {
    font-size: 25px;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    margin-bottom: 25px;
}

.vision_item_desc {
    font-weight: 300;
    font-style: Light;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
}

/* =========================================================
   PATENT GRID
========================================================= */
.patent_grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(470px, 3fr));
    gap: 45px;
    margin-bottom: 150px;
}

.patent_grid_item {
    height: 600px;
    display: flex;
    flex-direction: column;
    padding: 60px;
    align-items: center;
    background: rgba(248, 248, 248, 1);
    justify-content: end;
    cursor: pointer;
}

.patent_grid_item:hover {
    scale: 1.05;
    transition: all 0.3s ease;
}

.patent_grid_item img {
    max-width: 90%;
    max-height: 350px;
}

.patent_grid_item span {
    font-weight: 400;
    font-size: 25px;
    line-height: 25px;
    margin-top: 65px;
}

@media screen and (max-width: 640px) {
    .patent_grid {
        display: flex;
        flex-direction: column;
    }

    .patent_grid_item {
        height: revert;
        padding: 40px;
    }

    .patent_grid_item img  { max-height: 330px; }
    .patent_grid_item span { margin-top: 20px; }
}


/* =========================================================
   TABLE / PAGENATION
========================================================= */
.search_area_total {
    display: flex;
    max-width: 1500px;
    width: 100%;
}

.total_area {
    display: flex;
    color: rgba(221, 221, 221, 1);
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 50px;
}

span.total_number { color: rgba(0, 0, 0, 1); }

.subpage_table_board table {
    width: 100%;
    max-width: 1500px;
    border-collapse: collapse;
}

.subpage_table_board table thead {
    border-bottom: 2px solid #000;
    padding: 20px 20px;
}

.subpage_table_board table thead th { padding: 20px 20px; }

.subpage_table_board table tr td {
    padding: 20px 20px;
    border-bottom: 1px solid #d8d8d8;
}

#pagenation_area,
#pagenation_area2 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 100px auto;
}

.pagenation li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    font-weight: 400;
    font-size: 20px;
}

.pagenation li:first-child,
.pagenation li:last-child {
    width: 50px;
    height: 50px;
    margin: 0 20px;
    border-radius: 50px;
    background-color: transparent;
    color: rgba(0,0,0,0.3);
}

.pagenation li:first-child a,
.pagenation li:last-child a { color: rgba(0,0,0,0.3); }

.pagenation li.active {
    background-color: transparent;
    color: #000;
    font-weight: 600;
}

.pagenation li.disabled {
    pointer-events: none;
    cursor: default;
}

.pagenation li.disabled a { color: rgba(0,0,0,0.1); }


/* =========================================================
   GALLERY GRID
========================================================= */
.gallery_grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(345px, 4fr));
    gap: 40px;
}

.gallery_grid_item {
    display: flex;
    flex-direction: column;
}

.gallery_grid_item_img_box {
    aspect-ratio: 1 / 1;
    background: rgba(248, 248, 248, 1);
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    width: 470px;
    height: 470px;
}

.gallery_grid_item_img_box:hover {
    scale: 1.05;
    transition: all 0.3s ease;
}

img.gallery_grid_item_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    border-radius: 30px;
}

span.gallery_grid_item_title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

span.gallery_grid_item_date {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: rgba(128, 128, 128, 1);
}

/* 3fr Gallery */
.gallery_grid.fr3 {
    grid-template-columns: repeat(auto-fill, minmax(470px, 3fr));
    gap: 38px;
}

a.gallery_grid_item.fr3 {
    position: relative;
    aspect-ratio: 1 / 1;
    align-items: center;
    padding: 40px;
    justify-content: end;
}

img.gallery_grid_item_img_3fr_button {
    width: 50px;
    position: absolute;
    right: 35px;
    top: 35px;
    opacity: 0;
}

a.gallery_grid_item.fr3:hover img.gallery_grid_item_img_3fr_button { opacity: 1; }

a.gallery_grid_item.fr3:hover {
    scale: 1.05;
    transition: all 0.3s ease;
}

img.gallery_grid_item_img_3fr {
    margin: auto;
    width: 100%;
    height: 100%;
}

span.gallery_grid_item_title.fr3 {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

@media screen and (max-width: 640px) {
    .gallery_grid.fr3 {
        display: flex;
        flex-direction: column;
    }
}

/* =========================================================
   DAEHO PRODUCT LIST
========================================================= */
.daeho-product-list-page {
    padding: 0 0 164px;
    background: #ffffff;
}

.daeho-product-container {
    width: min(1492px, calc(100% - 428px));
    max-width: none;
    margin: 0 auto;
    padding: 0;
}

.daeho-product-total-row {
    display: flex;
    width: 100%;
    max-width: none;
    margin: 0 0 38px;
}

.daeho-product-total-row .total_area {
    margin: 0;
    color: #d7d7d7;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
}

.daeho-product-total-row .total_number {
    color: #000000;
}

.daeho-product-board {
    width: 100%;
}

.daeho-product-grid.gallery_grid.fr3 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 58px 51px;
}

a.daeho-product-list-card.gallery_grid_item.fr3 {
    aspect-ratio: auto;
    min-width: 0;
    padding: 0;
    align-items: stretch;
    justify-content: flex-start;
    color: #000000;
    text-decoration: none;
    transition: transform 0.25s ease;
}

a.daeho-product-list-card.gallery_grid_item.fr3:hover {
    scale: none;
    transform: translateY(-8px);
}

.daeho-product-list-thumb.gallery_grid_item_img_box {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    background: #f2f2f2;
    overflow: hidden;
}

.daeho-product-list-thumb.gallery_grid_item_img_box:hover {
    scale: none;
}

.daeho-product-list-thumb img.gallery_grid_item_img_3fr {
    position: static;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    transition: transform 0.35s ease;
}

/* History page: final responsive layout */
@media screen and (max-width: 900px) {
    .daeho-history-intro,
    .daeho-history-intro h2,
    .daeho-history-intro div,
    .daeho-history-content h2,
    .daeho-history-content p {
        word-break: normal;
        overflow-wrap: break-word;
    }

    .daeho-history-item,
    .daeho-history-item.left {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 32px;
    }

    .daeho-history-item .daeho-history-content,
    .daeho-history-item.left .daeho-history-content {
        order: 1;
        width: 100%;
        min-width: 0;
        margin-left: 0 !important;
        padding-left: 20px;
        border-left: 2px solid rgba(46, 98, 199, 0.18);
        box-sizing: border-box;
    }

    .daeho-history-item img,
    .daeho-history-item.left img {
        order: 2;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        border-radius: 8px;
        object-fit: cover;
    }

    .daeho-history-item + .daeho-history-item {
        margin-top: 88px;
    }

    .daeho-history-line,
    .daeho-history-item.left .daeho-history-line {
        width: 100%;
        height: 24px;
        margin-bottom: 32px;
    }

    .daeho-history-line::before,
    .daeho-history-item.left .daeho-history-line::before,
    .daeho-history-item.current .daeho-history-line::before {
        top: 11px;
        right: 0;
        left: 24px;
        background: linear-gradient(90deg, #2e62c7 0%, rgba(46, 98, 199, 0.08) 100%);
    }

    .daeho-history-line::after,
    .daeho-history-item.left .daeho-history-line::after,
    .daeho-history-item.current .daeho-history-line::after {
        top: 0;
        right: auto;
        left: 0;
        width: 24px;
        height: 24px;
        border: 2px solid #2e62c7;
        box-shadow: inset 0 0 0 4px #fff;
    }

    .daeho-history-content p {
        margin-top: 32px;
        line-height: 1.65;
    }
}

@media screen and (max-width: 640px) {
    .daeho-history-intro {
        padding-top: 56px;
    }

    .daeho-history-intro h2,
    .daeho-history-content strong,
    .daeho-history-content h2 {
        font-size: 26px;
    }

    .daeho-history-intro div,
    .daeho-history-content p {
        font-size: 15px;
    }

    .daeho-history-timeline {
        margin-top: 64px;
        margin-bottom: 84px;
    }

    .daeho-history-item + .daeho-history-item {
        margin-top: 72px;
    }

    .daeho-history-item img,
    .daeho-history-item.left img {
        height: auto;
        aspect-ratio: 4 / 3;
    }
}

/* Company pages: responsive layout safeguards */
@media screen and (max-width: 900px) {
    .daeho-company-story.first,
    .daeho-company-story.second {
        min-height: 0;
    }

    .daeho-company-story.second {
        padding-bottom: 90px;
        box-sizing: border-box;
    }

    section.sub_header_under {
        min-height: 0;
        padding: 0 0 56px;
    }

    .sub_header_under nav {
        width: calc(100% - 48px);
        overflow: hidden;
    }

    .sub_header_under ul {
        height: 66px;
        margin: 0;
        padding: 6px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 0;
        overflow-x: auto;
        overflow-y: hidden;
        border: 0;
        border-radius: 33px;
        background: #f2f2f2;
        box-sizing: border-box;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .sub_header_under ul::-webkit-scrollbar {
        display: none;
    }

    .sub_header_under ul li {
        flex: 0 0 clamp(132px, 34vw, 220px);
        width: auto;
        min-width: 0;
        height: 54px;
        border: 0;
        border-radius: 27px;
    }

    .sub_header_under ul li a {
        width: 100%;
        height: 54px;
        padding: 0 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        line-height: 1.25;
        white-space: normal;
        text-align: center;
        box-sizing: border-box;
    }

    .daeho-company-copy.first,
    .daeho-company-copy.second {
        width: auto;
        max-width: none;
        box-sizing: border-box;
    }

    .daeho-company-copy h2,
    .daeho-company-copy.first h2,
    .daeho-company-copy.second h2,
    .daeho-company-copy p {
        width: 100%;
        overflow-wrap: break-word;
    }

    .daeho-company-photo-wrap.first,
    .daeho-company-photo-wrap.second {
        width: 100%;
        box-sizing: border-box;
    }

    .daeho-company-photo.wide::before {
        inset: 0;
        width: 100%;
        height: 100%;
        background-position: center;
    }

    .daeho-philosophy-visual-text,
    .daeho-philosophy-card-body,
    .daeho-philosophy-card h2,
    .daeho-philosophy-card p {
        overflow-wrap: break-word;
    }

    .daeho-vision-row,
    .daeho-vision-pill,
    .daeho-vision-strategy-list article {
        min-width: 0;
    }

    .daeho-vision-row p,
    .daeho-vision-pill span,
    .daeho-vision-value > p,
    .daeho-vision-strategy-list h3,
    .daeho-vision-strategy-list p {
        overflow-wrap: break-word;
    }

    .daeho-vision-pill span {
        padding: 0 24px;
        text-align: center;
    }

    .daeho-vision-pill::before {
        display: none;
    }

    .daeho-vision-value {
        padding: 28px 20px;
        border: 1px solid #e5ebf0;
        border-radius: 8px;
        background: #ffffff;
        box-sizing: border-box;
    }

    .daeho-vision-icon {
        flex: 0 0 auto;
    }

    .daeho-vision-strategy-list article {
        padding: 26px 0;
        border-bottom: 1px solid #dce3e9;
    }

    .daeho-vision-strategy-list article:first-child {
        padding-top: 0;
    }

    .daeho-vision-strategy-list article:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .daeho-vision-banner-text {
        left: 24px;
        right: 24px;
        width: auto;
        min-width: 0;
    }

    .daeho-vision-banner-copy-list,
    .daeho-vision-banner-copy {
        width: 100%;
        max-width: 430px;
    }

    .daeho-vision-banner-copy {
        box-sizing: border-box;
    }

    .daeho-vision-banner-text h2,
    .daeho-vision-banner-text p {
        overflow-wrap: break-word;
    }

    .daeho-history-content {
        width: 100%;
        min-width: 0;
        margin-left: 0 !important;
        padding-left: 20px;
        border-left: 2px solid rgba(46, 98, 199, 0.18);
        box-sizing: border-box;
    }

    .daeho-history-intro,
    .daeho-history-intro h2,
    .daeho-history-intro div,
    .daeho-history-content h2,
    .daeho-history-content p {
        word-break: normal;
        overflow-wrap: break-word;
    }

    .daeho-history-item,
    .daeho-history-item.left {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 32px;
    }

    .daeho-history-item .daeho-history-content,
    .daeho-history-item.left .daeho-history-content {
        order: 1;
    }

    .daeho-history-item img,
    .daeho-history-item.left img {
        order: 2;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        border-radius: 8px;
        object-fit: cover;
    }

    .daeho-history-item + .daeho-history-item {
        margin-top: 88px;
    }

    .daeho-history-line,
    .daeho-history-item.left .daeho-history-line {
        width: 100%;
        height: 24px;
        margin-bottom: 32px;
    }

    .daeho-history-line::before,
    .daeho-history-item.left .daeho-history-line::before,
    .daeho-history-item.current .daeho-history-line::before {
        top: 11px;
        right: 0;
        left: 24px;
        background: linear-gradient(90deg, #2e62c7 0%, rgba(46, 98, 199, 0.08) 100%);
    }

    .daeho-history-line::after,
    .daeho-history-item.left .daeho-history-line::after,
    .daeho-history-item.current .daeho-history-line::after {
        top: 0;
        right: auto;
        left: 0;
        width: 24px;
        height: 24px;
        border: 2px solid #2e62c7;
        box-shadow: inset 0 0 0 4px #fff;
    }

    .daeho-history-content p {
        margin-top: 32px;
        line-height: 1.65;
    }

    .daeho-history-content h2,
    .daeho-history-content p {
        overflow-wrap: break-word;
    }

    .daeho-map-address,
    .daeho-map-contact,
    .daeho-map-contact dl {
        min-width: 0;
    }

    .daeho-map-address p,
    .daeho-map-contact dd {
        overflow-wrap: anywhere;
    }
}

@media screen and (max-width: 640px) {
    section.sub_header h1 {
        font-size: 34px;
        overflow-wrap: break-word;
    }

    section.sub_header_under {
        padding-bottom: 48px;
    }

    .sub_header_under nav {
        width: calc(100% - 32px);
    }

    .sub_header_under ul li {
        min-width: 0;
    }

    .sub_header_under ul li a {
        padding: 12px 8px;
        font-size: 14px;
        white-space: normal;
        text-align: center;
    }

    .daeho-company-visual {
        height: 430px;
    }

    .daeho-company-visual-logo {
        left: 16px;
        top: 22px;
        width: 88px;
    }

    .daeho-company-visual-text {
        top: 150px;
        width: calc(100% - 32px);
    }

    .daeho-company-visual-text h2 {
        font-size: 26px;
        overflow-wrap: break-word;
    }

    .daeho-company-visual-text p {
        font-size: 14px;
        line-height: 1.55;
    }

    .daeho-company-copy.first,
    .daeho-company-copy.second {
        margin: 0 16px;
        padding-top: 60px;
    }

    .daeho-company-copy h2 {
        font-size: 26px;
    }

    .daeho-company-copy p {
        margin-top: 26px;
        font-size: 15px;
        line-height: 1.65;
    }

    .daeho-company-photo-wrap.first,
    .daeho-company-photo-wrap.second {
        padding-top: 40px;
    }

    .daeho-company-photo.main,
    .daeho-company-photo.wide {
        width: calc(100% - 16px);
        height: 260px;
        margin-left: 16px;
        border-radius: 54px 0 0 0;
    }

    .daeho-company-photo.wide {
        width: calc(100% - 16px);
        margin-left: 0;
        border-radius: 0 54px 0 0;
    }

    .daeho-philosophy-visual,
    .daeho-vision-visual {
        height: 360px;
    }

    .daeho-philosophy-visual-text,
    .daeho-vision-visual-text {
        top: 132px;
        width: calc(100% - 32px);
        font-size: 25px;
    }

    .daeho-philosophy-list {
        width: calc(100% - 32px);
        margin: 64px auto 82px;
        row-gap: 48px;
    }

    .daeho-philosophy-card img,
    .daeho-philosophy-card-photo {
        height: 240px;
        border-radius: 18px;
    }

    .daeho-philosophy-card h2 {
        font-size: 23px;
    }

    .daeho-philosophy-card p {
        font-size: 15px;
        line-height: 1.6;
    }

    .daeho-vision-summary,
    .daeho-vision-strategy,
    .daeho-vision-values {
        width: calc(100% - 32px);
    }

    .daeho-vision-summary > h2,
    .daeho-vision-strategy > h2 {
        font-size: 27px;
    }

    .daeho-vision-row {
        padding: 22px 20px;
    }

    .daeho-vision-pill {
        width: 100%;
        max-width: 320px;
        height: auto;
        min-height: 56px;
    }

    .daeho-vision-pill span {
        padding: 0 20px;
        font-size: 20px;
    }

    .daeho-vision-values {
        row-gap: 24px;
        margin-bottom: 90px;
    }

    .daeho-vision-value {
        padding: 26px 18px;
    }

    .daeho-vision-icon {
        width: 104px;
        height: 104px;
    }

    .daeho-vision-icon::before {
        width: 58px;
        height: 58px;
    }

    .daeho-vision-line {
        height: 34px;
        margin: 14px 0;
    }

    .daeho-vision-value > p {
        margin-top: 24px;
        font-size: 16px;
        line-height: 1.5;
    }

    .daeho-vision-banner {
        height: 390px;
    }

    .daeho-vision-banner-text {
        left: 16px;
        right: 16px;
        top: 46px;
    }

    .daeho-vision-banner-control {
        width: 100%;
        margin-bottom: 42px;
    }

    .daeho-vision-banner-control::after {
        width: min(100px, 26vw);
    }

    .daeho-vision-banner-copy-list,
    .daeho-vision-banner-copy {
        max-width: 100%;
    }

    .daeho-vision-banner-text h2 {
        font-size: 29px;
        line-height: 1.3;
    }

    .daeho-vision-banner-text p {
        margin-top: 18px;
        font-size: 14px;
        line-height: 1.55;
    }

    .daeho-vision-strategy {
        margin-bottom: 82px;
    }

    .daeho-vision-strategy-list {
        margin-top: 38px;
        row-gap: 0;
    }

    .daeho-vision-strategy-list strong {
        font-size: 25px;
    }

    .daeho-vision-strategy-list h3 {
        margin-top: 20px;
        font-size: 17px;
    }

    .daeho-vision-strategy-list p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.6;
        word-break: normal;
    }

    .daeho-history-intro,
    .daeho-history-timeline,
    .daeho-map-section {
        width: calc(100% - 32px);
    }

    .daeho-history-intro h2,
    .daeho-history-content strong,
    .daeho-history-content h2 {
        font-size: 27px;
    }

    .daeho-history-intro {
        padding-top: 56px;
    }

    .daeho-history-intro h2,
    .daeho-history-content strong,
    .daeho-history-content h2 {
        font-size: 26px;
    }

    .daeho-history-intro div,
    .daeho-history-content p {
        font-size: 15px;
    }

    .daeho-history-timeline {
        margin-top: 64px;
        margin-bottom: 84px;
    }

    .daeho-history-item + .daeho-history-item {
        margin-top: 72px;
    }

    .daeho-history-item img,
    .daeho-history-item.left img {
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .daeho-history-item + .daeho-history-item {
        margin-top: 74px;
    }

    .daeho-map-section {
        margin-top: 60px;
        margin-bottom: 100px;
    }

    .daeho-map-frame {
        height: 320px;
    }

    .daeho-map-card {
        width: calc(100% - 16px);
        margin-top: -44px;
        padding: 26px 20px;
        border-radius: 20px;
    }

    .daeho-map-address strong {
        font-size: 17px;
    }

    .daeho-map-address p {
        margin-top: 14px;
        font-size: 18px;
    }

    .daeho-map-contact dt,
    .daeho-map-contact dd {
        font-size: 14px;
        line-height: 1.5;
    }
}

/* History page: final cascade overrides */
@media screen and (max-width: 900px) {
    .daeho-history-intro,
    .daeho-history-intro h2,
    .daeho-history-intro div,
    .daeho-history-content h2,
    .daeho-history-content p {
        word-break: normal;
        overflow-wrap: break-word;
    }

    .daeho-history-item,
    .daeho-history-item.left {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 32px;
    }

    .daeho-history-item .daeho-history-content,
    .daeho-history-item.left .daeho-history-content {
        order: 1;
        width: 100%;
        min-width: 0;
        margin-left: 0 !important;
        padding-left: 20px;
        border-left: 2px solid rgba(46, 98, 199, 0.18);
        box-sizing: border-box;
    }

    .daeho-history-item img,
    .daeho-history-item.left img {
        order: 2;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        border-radius: 8px;
        object-fit: cover;
    }

    .daeho-history-item + .daeho-history-item {
        margin-top: 88px;
    }

    .daeho-history-line,
    .daeho-history-item.left .daeho-history-line {
        width: 100%;
        height: 24px;
        margin-bottom: 32px;
    }

    .daeho-history-line::before,
    .daeho-history-item.left .daeho-history-line::before,
    .daeho-history-item.current .daeho-history-line::before {
        top: 11px;
        right: 0;
        left: 24px;
        background: linear-gradient(90deg, #2e62c7 0%, rgba(46, 98, 199, 0.08) 100%);
    }

    .daeho-history-line::after,
    .daeho-history-item.left .daeho-history-line::after,
    .daeho-history-item.current .daeho-history-line::after {
        top: 0;
        right: auto;
        left: 0;
        width: 24px;
        height: 24px;
        border: 2px solid #2e62c7;
        box-shadow: inset 0 0 0 4px #fff;
    }

    .daeho-history-content p {
        margin-top: 32px;
        line-height: 1.65;
    }
}

@media screen and (max-width: 640px) {
    .daeho-history-intro {
        padding-top: 56px;
    }

    .daeho-history-intro h2,
    .daeho-history-content strong,
    .daeho-history-content h2 {
        font-size: 26px;
    }

    .daeho-history-intro div,
    .daeho-history-content p {
        font-size: 15px;
    }

    .daeho-history-timeline {
        margin-top: 64px;
        margin-bottom: 84px;
    }

    .daeho-history-item + .daeho-history-item {
        margin-top: 72px;
    }

    .daeho-history-item img,
    .daeho-history-item.left img {
        height: auto;
        aspect-ratio: 4 / 3;
    }
}

a.daeho-product-list-card:hover .daeho-product-list-thumb img.gallery_grid_item_img_3fr {
    transform: scale(1.04);
}

.daeho-product-list-name.gallery_grid_item_title.fr3 {
    width: 100%;
    margin: 26px 0 0;
    color: #000000;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    letter-spacing: 0;
    white-space: normal;
    word-break: keep-all;
}

.daeho-product-empty {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    background: #f2f2f2;
    border-radius: 22px;
    color: #101010;
    text-align: center;
}

.daeho-product-empty strong {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
}

.daeho-product-empty span {
    color: rgba(0, 0, 0, 0.52);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.45;
}

.daeho-product-dev-empty {
    min-height: 467px;
}

.daeho-product-dev-page {
    padding-bottom: 168px;
}

.daeho-product-dev-grid.gallery_grid.fr3 {
    gap: 51px 58px;
}

.daeho-product-dev-card.daeho-product-list-card.gallery_grid_item.fr3 {
    border-radius: 22px;
    overflow: hidden;
}

.daeho-product-dev-thumb.gallery_grid_item_img_box {
    position: relative;
    height: 467px;
    padding: 0;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 22px;
    background: #f2f2f2;
}

.daeho-product-dev-thumb img.gallery_grid_item_img_3fr {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.daeho-product-dev-card:hover .daeho-product-dev-thumb img.gallery_grid_item_img_3fr {
    transform: scale(1.04);
}

.daeho-product-dev-thumb::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 42%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.62));
    pointer-events: none;
}

.daeho-product-dev-name.gallery_grid_item_title.fr3 {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 34px;
    z-index: 1;
    display: flex;
    width: auto;
    min-height: 64px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin: 0;
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.38);
}

/* =========================================================
   DAEHO PRODUCT DEVELOPMENT INQUIRY
========================================================= */
.daeho-inquiry-page {
    width: min(1492px, calc(100% - 428px));
    margin: 0 auto;
    padding: 0 0 171px;
}

.daeho-inquiry-form-wrap.board-write.inquiryWrite {
    display: block;
    width: min(1200px, 100%);
    margin: 0 auto;
    padding: 0;
    background: transparent;
    border-radius: 0;
}

.daeho-inquiry-form-wrap.board-write.inquiryWrite #boardForm {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 13px;
}

.daeho-inquiry-form-wrap .board_group.daeho-inquiry-row {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

.daeho-inquiry-form-wrap .width-100 {
    position: relative;
    width: 100%;
}

.daeho-inquiry-form-wrap.board-write.inquiryWrite .title_md {
    position: absolute;
    left: 32px;
    top: 50%;
    z-index: 1;
    margin: 0;
    transform: translateY(-50%);
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    pointer-events: none;
}

.daeho-inquiry-form-wrap.board-write.inquiryWrite .essential_mark {
    color: #000000;
}

.daeho-inquiry-form-wrap.board-write.inquiryWrite input[type="text"],
.daeho-inquiry-form-wrap.board-write.inquiryWrite textarea {
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 5px;
    background: #f2f2f2;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    box-sizing: border-box;
    outline: none;
}

.daeho-inquiry-form-wrap.board-write.inquiryWrite input[type="text"] {
    height: 65px;
    padding: 0 32px 0 164px;
}

.daeho-inquiry-form-wrap.board-write.inquiryWrite textarea {
    min-height: 194px;
    padding: 25px 32px 25px 164px;
    resize: vertical;
}

.daeho-inquiry-form-wrap.board-write.inquiryWrite .daeho-inquiry-content-row .title_md {
    top: 25px;
    transform: none;
}

.daeho-inquiry-form-wrap input::placeholder,
.daeho-inquiry-form-wrap textarea::placeholder {
    color: transparent;
}

.daeho-inquiry-file-row .attach_file_button_area.inquiryWrite {
    display: grid;
    width: 100%;
    height: 65px;
    grid-template-columns: 164px 1fr 180px;
    align-items: center;
    background: #f2f2f2;
    border-radius: 5px;
    overflow: hidden;
}

.daeho-inquiry-file-row .attach_file_button_area.inquiryWrite .title_md {
    position: static;
    padding-left: 32px;
    transform: none;
}

.daeho-inquiry-file-name {
    color: #bdbdbd;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
}

.daeho-inquiry-file-button {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #000000;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    cursor: pointer;
}

.daeho-inquiry-form-wrap #fileDiv {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
}

.daeho-inquiry-terms.terms_wrap {
    margin: 84px auto 0;
    text-align: center;
}

.daeho-inquiry-terms .check-box-zone {
    margin: 0 !important;
}

.daeho-inquiry-terms .terms2 {
    display: inline-block;
}

.daeho-inquiry-terms input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 0 8px 0 0;
    vertical-align: -2px;
    accent-color: #012748;
}

.daeho-inquiry-terms .agree-text {
    margin: 0;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.daeho-inquiry-terms .agree-text {
    cursor: pointer;
}

.daeho-inquiry-terms .agree-detail-link {
    margin-left: 2px;
    color: inherit;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.daeho-inquiry-terms .agree-detail-link:hover {
    text-decoration: underline;
}

.daeho-inquiry-terms .check-box-zone > span,
.daeho-inquiry-captcha {
    display: none !important;
}

.daeho-inquiry-submit.board_button {
    display: flex;
    justify-content: center;
    margin-top: 77px;
}

.daeho-inquiry-form-wrap.board-write.inquiryWrite .bigLoginBtn {
    width: 205px;
    height: 62px;
    margin: 0;
    padding: 0;
    border-radius: 31px;
    background: #012748;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
}

/* =========================================================
   DAEHO NOTICE LIST
========================================================= */
.daeho-notice-page {
    padding: 0 0 162px;
    background: #ffffff;
}

.daeho-notice-container {
    width: min(1492px, calc(100% - 428px));
    max-width: none;
    margin: 0 auto;
    padding: 0;
}

.daeho-notice-toolbar.search_area_total {
    width: 100%;
    max-width: none;
    margin: 0 0 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.daeho-notice-toolbar .total_area {
    margin: 0;
    color: #d7d7d7;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
}

.daeho-notice-toolbar .total_number {
    color: #000000;
}

.daeho-notice-toolbar section.search {
    width: 350px;
    margin: 0;
}

.daeho-notice-toolbar .searchInputArea {
    position: relative;
    width: 100%;
    height: 46px;
    margin: 0;
}

.daeho-notice-toolbar .searchInput {
    width: 100%;
    height: 46px;
    padding: 0 58px 0 31px;
    border: 1px solid #bdbdbd;
    border-radius: 23px;
    background: #ffffff;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0;
    box-sizing: border-box;
    outline: none;
}

.daeho-notice-toolbar .searchInput::placeholder {
    color: #b6b6b6;
}

.daeho-notice-toolbar .searchIcon {
    position: absolute;
    right: 21px;
    top: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #012748;
    font-size: 20px;
    transform: translateY(-50%);
}

.daeho-notice-board.subpage_table_board {
    width: 100%;
}

.daeho-notice-table {
    width: 100%;
    max-width: none;
    border-collapse: collapse;
    table-layout: fixed;
}

.daeho-notice-table col:first-child {
    width: 180px !important;
}

.daeho-notice-table col:last-child {
    width: 245px !important;
}

.daeho-notice-table thead {
    border-bottom: 2px solid #000000;
}

.daeho-notice-table thead th {
    height: 66px;
    padding: 0;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    letter-spacing: 0;
}

.daeho-notice-table tbody,
.daeho-notice-table tr {
    width: 100%;
}

.daeho-notice-table tbody tr,
.daeho-notice-table > tr {
    border-bottom: 1px solid #cfcfcf;
}

.daeho-notice-table td {
    height: 88px;
    padding: 0;
    border-bottom: 1px solid #cfcfcf;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0;
    vertical-align: middle;
}

.daeho-notice-table td:first-child {
    text-align: center;
}

.daeho-notice-table td:nth-child(2) {
    padding-left: 72px;
}

.daeho-notice-table td:nth-child(2) a {
    display: inline-block;
    max-width: 100%;
    color: #000000;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.daeho-notice-table td.product_box_date,
.daeho-notice-table td:last-child {
    text-align: center;
}

.daeho-notice-page #pagenation_area {
    margin: 82px auto 0;
}

/* =========================================================
   DAEHO GALLERY LIST
========================================================= */
.daeho-gallery-page {
    padding-bottom: 134px;
}

.daeho-gallery-toolbar.search_area_total {
    margin-bottom: 57px;
}

.daeho-gallery-board.subpage_grid_board {
    width: 100%;
    max-width: none;
}

.daeho-gallery-grid.gallery_grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 69px 39px;
}

.daeho-gallery-card.gallery_grid_item {
    width: 100%;
    display: block;
    color: #000000;
    text-decoration: none;
}

.daeho-gallery-thumb.gallery_grid_item_img_box {
    width: 100%;
    aspect-ratio: 1 / 1;
    margin: 0;
    border-radius: 22px;
    background: #f1f1f1;
    overflow: hidden;
}

.daeho-gallery-thumb.gallery_grid_item_img_box:hover {
    transform: none;
}

.daeho-gallery-thumb img.gallery_grid_item_img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.daeho-gallery-card span.gallery_grid_item_title {
    display: block;
    margin: 30px 0 0;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.daeho-gallery-card span.gallery_grid_item_date {
    display: block;
    margin: 14px 0 0;
    color: #7d7d7d;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0;
}

.daeho-gallery-empty {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    background: #f2f2f2;
    border-radius: 22px;
    color: #101010;
    text-align: center;
}

.daeho-gallery-empty strong {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
}

.daeho-gallery-empty span {
    color: rgba(0, 0, 0, 0.52);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.45;
}

.daeho-gallery-page #pagenation_area {
    margin: 87px auto 0;
}

/* =========================================================
   DAEHO SUPPORT LIST
========================================================= */
.daeho-support-page {
    padding: 0 0 134px;
    background: #ffffff;
}

.daeho-support-container {
    width: min(1492px, calc(100% - 428px));
    max-width: none;
    margin: 0 auto;
    padding: 0;
}

.daeho-support-title {
    margin: 0 0 76px;
    color: #000000;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    letter-spacing: 0;
}

.daeho-support-toolbar.search_area_total {
    width: 100%;
    max-width: none;
    margin: 0 0 66px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.daeho-support-toolbar .total_area {
    margin: 0;
    color: #d7d7d7;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
}

.daeho-support-toolbar .total_number {
    color: #000000;
}

.daeho-support-board.subpage_table_board {
    width: 100%;
}

.daeho-support-table {
    width: 100%;
    max-width: none;
    border-collapse: collapse;
    table-layout: fixed;
}

.daeho-support-col-number {
    width: 145px;
}

.daeho-support-col-status {
    width: 155px;
}

.daeho-support-col-writer {
    width: 180px;
}

.daeho-support-col-date {
    width: 220px;
}

.daeho-support-table thead {
    border-bottom: 2px solid #000000;
}

.daeho-support-table thead th {
    height: 66px;
    padding: 0;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    letter-spacing: 0;
}

.daeho-support-table tbody tr,
.daeho-support-table > tr {
    border-bottom: 1px solid #cfcfcf;
}

.daeho-support-table td {
    height: 88px;
    padding: 0;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0;
    vertical-align: middle;
}

.daeho-support-number,
.daeho-support-writer,
.daeho-support-date {
    text-align: center;
}

.daeho-support-state {
    width: fit-content;
    min-width: 106px;
    height: 34px;
    margin: 0 auto;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 5px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.daeho-support-state.is-waiting {
    background: #d4d8de;
}

.daeho-support-state.is-complete {
    background: #4b91f5;
}

.daeho-support-subject {
    padding-left: 15px;
}

.daeho-support-subject a {
    display: inline-flex;
    max-width: 100%;
    align-items: center;
    gap: 20px;
    color: #000000;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.daeho-support-subject i {
    flex: 0 0 auto;
    color: #6f6f6f;
    font-size: 19px;
}

.daeho-support-empty {
    height: 120px;
    text-align: center;
}

.daeho-support-write {
    position: relative;
    z-index: 5;
    width: 100%;
    margin: 26px 0 0;
    display: flex;
    justify-content: flex-end;
}

.daeho-support-write a {
    width: 154px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
    background: #012748;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
    text-decoration: none;
}

.daeho-support-page #pagenation_area {
    margin: 23px auto 0;
}

/* =========================================================
   DAEHO SUPPORT WRITE
========================================================= */
.daeho-support-write-page.main-contents {
    padding: 0 0 164px;
    background: #ffffff;
}

.daeho-support-write-form.board-write {
    margin: 0 auto;
    padding: 0;
}

.daeho-support-write-form .breadcrumb,
.daeho-support-write-form .board-write-title-area,
.daeho-support-write-form #boardTypeField,
.daeho-support-write-form #categoryField,
.daeho-support-write-form #productArea,
.daeho-support-write-form #mainYnArea > .title_md,
.daeho-support-write-form #mainYnArea > .attach_file_button_area,
.daeho-support-write-form #mainYnArea > #fileDiv,
.daeho-support-write-form #mainYnArea > .fileList,
.daeho-support-write-form #mainYnArea > .board_desc,
.daeho-support-write-form #thumbnailImgFile,
.daeho-support-write-form #url1,
.daeho-support-write-form #url2,
.daeho-support-write-form #mainYnArea > .board_radio {
    display: none !important;
}

.daeho-support-write-form #boardForm {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.daeho-support-write-form .daeho-support-title {
    margin-bottom: 106px;
    font-size: 48px;
    font-weight: 600;
}

.daeho-support-write-form .board_info {
    order: 1;
    width: 100%;
    margin: 0 0 25px;
    padding: 0;
    border: 0;
}

.daeho-support-write-form .title_md {
    display: none;
}

.daeho-support-write-form #title {
    order: 2;
    width: 100%;
    height: 67px;
    margin: 0 0 25px;
    padding: 0 31px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 7px;
    background: #f2f2f2;
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    box-sizing: border-box;
    outline: none;
}

.daeho-support-write-form.board-write .board_info input.daeho-support-writer-input {
    width: 100%;
    height: 67px;
    margin: 0;
    padding: 0 31px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 7px;
    background: #f2f2f2;
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    text-align: left;
    box-sizing: border-box;
    outline: none;
}

.daeho-support-write-form #mainYnArea {
    order: 3;
    width: 100%;
    display: block !important;
}

.daeho-support-write-form #mainYnArea .board_content {
    width: 100%;
    padding: 0;
}

.daeho-support-write-form #content {
    width: 100%;
    min-height: 606px;
    margin: 0;
    padding: 18px 31px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 7px;
    background: #f2f2f2;
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    box-sizing: border-box;
    resize: vertical;
    outline: none;
}

.daeho-support-write-form #title::placeholder,
.daeho-support-write-form .daeho-support-writer-input::placeholder,
.daeho-support-write-form #content::placeholder {
    color: #000000;
    opacity: 1;
}

.daeho-support-private {
    order: 4;
    width: 100%;
    margin-top: 35px;
    padding-left: 31px;
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25;
    box-sizing: border-box;
}

.daeho-support-private .private_title {
    margin-right: 72px;
    font-size: 24px;
    font-weight: 400;
    white-space: nowrap;
}

.daeho-support-write-form.board-write .daeho-support-private input[type="radio"] {
    width: 30px;
    height: 30px;
    margin: 0;
    appearance: none;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    background: #ffffff;
    outline: 0;
    cursor: pointer;
}

.daeho-support-private label {
    margin-left: 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25;
}

.daeho-support-private label[for="privateYnN"] {
    margin-right: 28px;
}

.daeho-support-write-form.board-write .daeho-support-private input[type="radio"]:checked {
    width: 30px;
    height: 30px;
    border-color: #5297ff;
    border-radius: 3px;
    background: #5297ff;
    outline: 0;
    box-shadow: none;
}

.daeho-support-write-form.board-write .daeho-support-private input[type="radio"]:checked::after {
    content: "";
    width: 10px;
    height: 17px;
    margin: 3px 0 0 9px;
    display: block;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
}

.daeho-support-private #password {
    width: 267px;
    height: 30px;
    margin-left: 35px;
    padding: 0 0 6px;
    border: 0;
    border-bottom: 1.5px solid rgba(0, 0, 0, 0.3);
    background: transparent;
    color: #000000;
    font-size: 20px;
    outline: none;
}

.daeho-support-private #password::placeholder {
    color: #9a9a9a;
}

.daeho-support-write-form .board_button {
    order: 5;
    width: 100%;
    margin: -64px 0 0;
    display: flex;
    justify-content: flex-end;
    pointer-events: none;
}

.daeho-support-write-form .board_button .mainBtn {
    width: 177px;
    height: 64px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 31px;
    background: #012748;
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.25;
    pointer-events: auto;
}

/* =========================================================
   DAEHO PRODUCT WRITE
========================================================= */
.daeho-product-write-page.main-contents {
    padding: 126px 0 118px;
}

.daeho-product-write-form.board-write {
    margin: 0 auto;
    padding: 0;
    gap: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    box-sizing: border-box;
}

.daeho-product-write-form .breadcrumb {
    display: none;
}

.daeho-product-write-form .board-write-title-area {
    margin: 0 0 28px;
    padding: 30px 38px;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(1, 39, 72, 0.98), rgba(20, 81, 126, 0.92)),
        url("/img/main_product_intro.jpg") center / cover no-repeat;
    color: #ffffff;
    box-shadow: 0 18px 42px rgba(1, 39, 72, 0.12);
}

.daeho-product-write-form .board-write-label {
    margin-bottom: 12px;
    color: #9bd7ea;
    letter-spacing: 0.08em;
}

.daeho-product-write-form .board-write-title-area h1 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.25;
}

.daeho-product-write-form #boardForm {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    padding: 38px 42px 42px;
    border: 1px solid rgba(1, 39, 72, 0.1);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 20px 52px rgba(1, 39, 72, 0.1);
}

.daeho-product-write-form #boardTypeField,
.daeho-product-write-form #categoryField,
.daeho-product-write-form .board_info {
    display: none !important;
}

.daeho-product-write-form .title_md {
    margin: 0 0 8px;
    color: #012748;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
}

.daeho-product-write-form #title,
.daeho-product-write-form #titleEng {
    width: 100%;
    height: 56px;
    padding: 0 20px;
    border: 1px solid #dbe4ec;
    border-radius: 8px;
    background: #f7f9fb;
    color: #101010;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.daeho-product-write-form #title:focus,
.daeho-product-write-form #titleEng:focus {
    border-color: #012748;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(1, 39, 72, 0.08);
}

.daeho-product-write-form #productArea {
    width: 100%;
    margin-top: 8px;
    padding: 28px;
    gap: 14px !important;
    border: 1px solid rgba(1, 39, 72, 0.1);
    border-radius: 8px;
    background: #f7f9fb;
    box-sizing: border-box;
}

.daeho-product-write-form #productArea::before {
    content: "제품 이미지";
    margin-bottom: 8px;
    color: #101010;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
}

.daeho-product-write-form #productArea input[type="file"] {
    width: 100%;
    padding: 16px;
    border: 1px dashed rgba(1, 39, 72, 0.28);
    border-radius: 8px;
    background: #ffffff;
    color: #4b5563;
    font-size: 15px;
    box-sizing: border-box;
    cursor: pointer;
}

.daeho-product-write-form #productArea input[type="file"]::file-selector-button {
    min-width: 120px;
    height: 40px;
    margin-right: 14px;
    border: 0;
    border-radius: 999px;
    background: #012748;
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
}

.daeho-product-write-form .board_desc {
    margin: -4px 0 12px;
    color: #7b8490;
    font-size: 14px;
    line-height: 1.5;
}

.daeho-product-write-form .fileList {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 12px;
}

.daeho-product-write-form .fileList .file {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid #e3e8ee;
    border-radius: 8px;
    background: #ffffff;
}

.daeho-product-image-preview {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 14px;
}

.daeho-product-image-preview-item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
    border: 1px solid #e3e8ee;
    border-radius: 8px;
    background: #ffffff;
    cursor: pointer;
}

.daeho-product-image-preview-item input {
    position: absolute;
    left: 14px;
    top: 14px;
    width: 24px;
    height: 24px;
    accent-color: #012748;
    z-index: 2;
}

.daeho-product-image-preview-thumb {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 6px;
    background: #f2f5f8;
}

.daeho-product-image-preview-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.daeho-product-image-preview-text {
    color: #012748;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.daeho-product-write-form .img-thumbnail {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 6px;
}

.daeho-product-write-form #mainYnArea {
    display: inline-flex !important;
    flex-direction: column;
    gap: 20px;
}

.daeho-product-write-form #mainYnArea > * {
    display: none !important;
}

.daeho-product-write-form #mainYnArea > .daeho-product-detail-field {
    display: block !important;
}

.daeho-product-write-form .board_button {
    margin-top: 24px;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.daeho-product-write-form .board_button .subBtn,
.daeho-product-write-form .board_button .mainBtn {
    min-width: 132px;
    height: 52px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    box-sizing: border-box;
    cursor: pointer;
}

.daeho-product-write-form .board_button .subBtn {
    background: #edf3f7;
    color: #012748;
}

.daeho-product-write-form .board_button .mainBtn {
    background: #012748;
    color: #ffffff;
}

.daeho-product-dev-write-form #productArea::before {
    content: "개발제품 정보";
}

.daeho-product-dev-write-form #mainYnArea {
    display: none !important;
}

.daeho-product-dev-write-form .daeho-dev-summary-input {
    width: 100%;
    min-height: 112px;
    padding: 18px 20px;
    border: 1px solid #dbe4ec;
    border-radius: 8px;
    background: #ffffff;
    color: #101010;
    font-family: 'Pretendard', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6;
    resize: vertical;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.daeho-product-dev-write-form .daeho-dev-summary-input:focus {
    border-color: #012748;
    box-shadow: 0 0 0 4px rgba(1, 39, 72, 0.08);
}

@media screen and (max-width: 860px) {
    .daeho-product-write-page.main-contents {
        padding: 112px 0 90px;
    }

    .daeho-product-write-form.board-write {
        width: calc(100% - 40px);
    }

    .daeho-product-write-form .board-write-title-area {
        padding: 28px 24px;
    }

    .daeho-product-write-form .board-write-title-area h1 {
        font-size: 30px;
    }

    .daeho-product-write-form #boardForm {
        padding: 28px 24px 30px;
    }

    .daeho-product-write-form #productArea {
        padding: 22px;
    }

    .daeho-product-write-form .board_button {
        flex-direction: column-reverse;
    }

    .daeho-product-write-form .board_button .subBtn,
    .daeho-product-write-form .board_button .mainBtn {
        width: 100%;
    }
}

.daeho-product-list-page #pagenation_area {
    margin: 98px auto 0;
}

/* =========================================================
   DAEHO NOTICE WRITE
========================================================= */
.daeho-notice-write-page.main-contents {
    padding: 126px 0 118px;
}

.daeho-notice-write-form.board-write {
    margin: 0 auto;
    padding: 0;
    gap: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    box-sizing: border-box;
}

.daeho-notice-write-form .breadcrumb,
.daeho-notice-write-form #boardTypeField,
.daeho-notice-write-form .board_info,
.daeho-notice-write-form #productArea {
    display: none !important;
}

.daeho-notice-write-form .board-write-title-area {
    margin: 0 0 28px;
    padding: 30px 38px;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(1, 39, 72, 0.98), rgba(20, 81, 126, 0.92)),
        url("/img/company_vision_banner_01.jpg") center / cover no-repeat;
    color: #ffffff;
    box-shadow: 0 18px 42px rgba(1, 39, 72, 0.12);
}

.daeho-notice-write-form .board-write-label {
    margin-bottom: 12px;
    color: #9bd7ea;
    letter-spacing: 0.08em;
}

.daeho-notice-write-form .board-write-title-area h1 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.25;
}

.daeho-notice-write-form #boardForm {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    padding: 38px 42px 42px;
    border: 1px solid rgba(1, 39, 72, 0.1);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 20px 52px rgba(1, 39, 72, 0.1);
}

.daeho-notice-write-form #mainYnArea {
    width: 100%;
    display: flex !important;
    flex-direction: column;
    gap: 14px !important;
}

.daeho-notice-write-form .title_md {
    margin: 0 0 8px;
    color: #012748;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
}

.daeho-notice-write-form #categoryTypeCd,
.daeho-notice-write-form #title,
.daeho-notice-write-form #titleEng,
.daeho-notice-write-form #url1,
.daeho-notice-write-form #url2 {
    width: 100%;
    height: 56px;
    padding: 0 20px;
    border: 1px solid #dbe4ec;
    border-radius: 8px;
    background: #f7f9fb;
    color: #101010;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.daeho-notice-write-form #categoryTypeCd:focus,
.daeho-notice-write-form #title:focus,
.daeho-notice-write-form #titleEng:focus,
.daeho-notice-write-form #url1:focus,
.daeho-notice-write-form #url2:focus {
    border-color: #012748;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(1, 39, 72, 0.08);
}

.daeho-notice-write-form .board_content {
    width: 100%;
}

.daeho-notice-write-form #content,
.daeho-notice-write-form #contentEng {
    width: 100%;
    min-height: 360px;
    padding: 18px 20px;
    border: 1px solid #dbe4ec;
    border-radius: 8px;
    background: #f7f9fb;
    color: #101010;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.55;
    box-sizing: border-box;
    outline: none;
}

.daeho-notice-write-form .cke {
    overflow: hidden;
    border: 1px solid #dbe4ec !important;
    border-radius: 8px;
}

.daeho-notice-write-form input[type="file"] {
    width: 100%;
    padding: 16px;
    border: 1px dashed rgba(1, 39, 72, 0.28);
    border-radius: 8px;
    background: #ffffff;
    color: #4b5563;
    font-size: 15px;
    box-sizing: border-box;
    cursor: pointer;
}

.daeho-notice-write-form input[type="file"]::file-selector-button {
    min-width: 120px;
    height: 40px;
    margin-right: 14px;
    border: 0;
    border-radius: 999px;
    background: #012748;
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
}

.daeho-notice-write-form .attach_file_button_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 8px;
}

.daeho-notice-write-form .attach_file_button {
    display: inline-flex;
    gap: 8px;
}

.daeho-notice-write-form .attach_file_button a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #012748;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

.daeho-notice-write-form .board_desc {
    margin: -4px 0 12px;
    color: #7b8490;
    font-size: 14px;
    line-height: 1.5;
}

.daeho-notice-write-form .fileList {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 12px;
}

.daeho-notice-write-form .fileList .file {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid #e3e8ee;
    border-radius: 8px;
    background: #ffffff;
}

.daeho-notice-write-form .img-thumbnail {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 6px;
}

.daeho-notice-write-form .board_radio {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.daeho-notice-write-form .board_button {
    margin-top: 24px;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.daeho-notice-write-form .board_button .subBtn,
.daeho-notice-write-form .board_button .mainBtn {
    min-width: 132px;
    height: 52px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    box-sizing: border-box;
    cursor: pointer;
}

.daeho-notice-write-form .board_button .subBtn {
    background: #edf3f7;
    color: #012748;
}

.daeho-notice-write-form .board_button .mainBtn {
    background: #012748;
    color: #ffffff;
}

@media screen and (max-width: 860px) {
    .daeho-notice-write-page.main-contents {
        padding: 112px 0 90px;
    }

    .daeho-notice-write-form.board-write {
        width: calc(100% - 40px);
    }

    .daeho-notice-write-form .board-write-title-area {
        padding: 28px 24px;
    }

    .daeho-notice-write-form .board-write-title-area h1 {
        font-size: 30px;
    }

    .daeho-notice-write-form #boardForm {
        padding: 28px 24px 30px;
    }

    .daeho-notice-write-form .board_button {
        flex-direction: column-reverse;
    }

    .daeho-notice-write-form .board_button .subBtn,
    .daeho-notice-write-form .board_button .mainBtn {
        width: 100%;
    }
}

.daeho-product-list-page .pagenation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.daeho-product-list-page .pagenation li {
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    color: #000000;
    font-size: 0;
    line-height: 1;
}

.daeho-product-list-page .pagenation li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: inherit;
    font-size: 0;
    text-decoration: none;
}

.daeho-product-list-page .pagenation li.active {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #2a3d9a;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
}

.daeho-product-list-page .pagenation li.active a {
    font-size: 24px;
    color: #ffffff;
}

.daeho-product-list-page .pagenation li:first-child,
.daeho-product-list-page .pagenation li:last-child,
.daeho-product-list-page .pagenation li:nth-child(2),
.daeho-product-list-page .pagenation li:nth-last-child(2) {
    position: relative;
    border-radius: 0;
    background: transparent;
}

.daeho-product-list-page .pagenation li:first-child::before,
.daeho-product-list-page .pagenation li:last-child::before,
.daeho-product-list-page .pagenation li:nth-child(2)::before,
.daeho-product-list-page .pagenation li:nth-last-child(2)::before {
    content: "";
    width: 18px;
    height: 18px;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
}

.daeho-product-list-page .pagenation li:first-child::before {
    transform: rotate(-45deg) translateX(4px);
    box-shadow: -7px 7px 0 -5px #000000;
}

.daeho-product-list-page .pagenation li:nth-child(2)::before {
    transform: rotate(-45deg) translateX(4px);
}

.daeho-product-list-page .pagenation li:nth-last-child(2)::before {
    transform: rotate(135deg) translateX(4px);
}

.daeho-product-list-page .pagenation li:last-child::before {
    transform: rotate(135deg) translateX(4px);
    box-shadow: -7px 7px 0 -5px #000000;
}

#pagenation_area .pagenation,
#pagenation_area2 .pagenation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#pagenation_area .pagenation .page-item,
#pagenation_area2 .pagenation .page-item {
    position: relative;
    width: 24px;
    height: 59px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 0;
    color: #000000;
    font-size: 0;
    line-height: 1;
}

#pagenation_area .pagenation .page-link,
#pagenation_area2 .pagenation .page-link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    font-size: 0;
    text-decoration: none;
}

#pagenation_area .pagenation .page-number .page-link,
#pagenation_area2 .pagenation .page-number .page-link {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
}

#pagenation_area .pagenation .page-number.active,
#pagenation_area2 .pagenation .page-number.active {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    background: #1c3093;
    color: #ffffff;
}

#pagenation_area .pagenation .page-number.active .page-link,
#pagenation_area2 .pagenation .page-number.active .page-link {
    color: #ffffff;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.25;
    text-align: center;
}

#pagenation_area .pagenation .page-first::before,
#pagenation_area .pagenation .page-first::after,
#pagenation_area .pagenation .page-prev::before,
#pagenation_area .pagenation .page-next::before,
#pagenation_area .pagenation .page-last::before,
#pagenation_area .pagenation .page-last::after,
#pagenation_area2 .pagenation .page-first::before,
#pagenation_area2 .pagenation .page-first::after,
#pagenation_area2 .pagenation .page-prev::before,
#pagenation_area2 .pagenation .page-next::before,
#pagenation_area2 .pagenation .page-last::before,
#pagenation_area2 .pagenation .page-last::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    border-top: 2px solid #000000;
    border-left: 2px solid #000000;
    box-shadow: none;
}

#pagenation_area .pagenation .page-first::before,
#pagenation_area2 .pagenation .page-first::before {
    transform: translate(-35%, -50%) rotate(-45deg);
}

#pagenation_area .pagenation .page-first::after,
#pagenation_area2 .pagenation .page-first::after {
    transform: translate(-85%, -50%) rotate(-45deg);
}

#pagenation_area .pagenation .page-prev::before,
#pagenation_area2 .pagenation .page-prev::before {
    transform: translate(-35%, -50%) rotate(-45deg);
}

#pagenation_area .pagenation .page-next::before,
#pagenation_area2 .pagenation .page-next::before {
    transform: translate(-65%, -50%) rotate(135deg);
}

#pagenation_area .pagenation .page-last::before,
#pagenation_area2 .pagenation .page-last::before {
    transform: translate(-65%, -50%) rotate(135deg);
}

#pagenation_area .pagenation .page-last::after,
#pagenation_area2 .pagenation .page-last::after {
    transform: translate(-15%, -50%) rotate(135deg);
}

#pagenation_area .pagenation .page-item.disabled,
#pagenation_area2 .pagenation .page-item.disabled {
    opacity: 0.18;
    pointer-events: none;
}


/* =========================================================
   MAP BOX
========================================================= */
.company_contents.map {
    margin-top: 0;
    justify-items: revert;
    min-height: 740px;
}

.root_daum_roughmap .cont {
    display: none !important;
}

.comMap{
    display: flex;
    justify-content: center;
}

.map_info1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 42px 70px;
    align-items: center;
    max-width: 1200px;
    min-height: 200px;
    position: absolute;
    bottom: -25%;
    border-radius: 42px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
    justify-content: flex-start;
    gap: 110px;
}

.map_info2 {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 42px 70px;
    justify-content: flex-start;
    align-items: center;
    max-width: 1200px;
    min-height: 200px;
    position: absolute;
    bottom: -103%;
    border-radius: 42px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
    gap: 70px;
}

.map_info .map_location {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    color: #89A93E;
    margin: 0;
    margin-bottom: 15px;
}

.map_info .map_title {
    font-weight: 600;
    font-size: 25px;
    line-height: 40px;
    margin: 0;
}

.map_info .map_cont {
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.map_info .map_cont div {
    display: block;
    font-weight: 600;
    font-size: 20px;
}

.map_info .map_cont div .call_cont {
    font-weight: 300;
    font-size: 20px;

}

.map_info_line {
    border-right: 1.5px solid;
    height: -webkit-fill-available;
    display: inline-flex;
    margin: 0 30px 0 30px;
}

@media screen and (max-width: 860px) {
    .map_info {
        padding: 20px;
        gap: 10px;
    }

    .map_info p,
    .map_info p:first-child {
        width: 100%;
        font-size: 18px !important;
        line-height: 26px !important;
    }

    .map_info_line {
        display: none !important;
    }

    .map_info .map_title {
        display: inline-block;
        /*margin-bottom: 10px;*/
        width: 100%;
    }

    /*.circle_tel {*/
    /*    */
    /*}*/
}

@media screen and (max-width: 640px) {
    .map_info {
        flex-direction: column;
        align-items: revert;
    }

    .map_info_content svg {
        width: 55px;
        display: none;
    }
}

/*.map_info_content::after {
    content: "|";
}*/

.map_info_content {
    display: flex;
}

.map_info_content div {
    align-self: center;
}

@media (max-width: 640px) {
    .company_contents_bg {
        border-bottom-right-radius: 200px !important;
    }
}

@media (max-width: 768px) {
    .company_contents {
        height: 1400px;
    }

    .company_contents.history {
        height: revert !important;
    }

    .company_contents.map {
        height: revert !important;
    }
}


/* =========================================================
   MODAL
========================================================= */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 24px;
}

.modal-overlay.is-open { display: flex; }

.modal-dialog {
    width: 1100px;
    max-width: 100%;
    max-height: calc(100vh - 48px);
    overflow: auto;
    background: #fff;
    border-radius: 28px;
    position: relative;
    padding: 56px;
}

.modal-dialog.dev {
    width: 760px;
    padding: 42px;
    border-radius: 24px;
}

.modal-close {
    position: sticky;
    top: 0;
    margin-left: auto;
    display: block;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    font-size: 34px;
    line-height: 44px;
    cursor: pointer;
    color: #111;
}

/* PC: 2열 */
.modal-body {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 48px;
    align-items: start;
}

.modal-dialog.dev .modal-body { display: contents; }

.modal-dialog.dev .modal-left {
    margin-top: 4px;
}

.modal-dialog.dev .modal-left img {
    height: 360px;
    padding: 0;
    background: #f4f7fa;
    box-sizing: border-box;
    object-fit: cover;
}

.modal-dialog.dev .modal-right {
    margin-top: 28px;
}

.modal-dialog.dev .modal-divider {
    margin: 0 0 22px;
    background: rgba(1, 39, 72, 0.14);
}

.modal-dialog.dev .modal-dl {
    margin: 0;
}

.modal-dialog.dev .modal-dl .row.dev {
    gap: 0;
    padding: 0;
}

.modal-dialog.dev h2#modalTitle {
    margin: 0;
    color: #111111;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0;
    word-break: keep-all;
}

.modal-dialog.dev .modal-description {
    margin: 14px 0 0;
    color: rgba(0, 0, 0, 0.62);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.65;
    word-break: keep-all;
}

.modal-left img {
    width: 100%;
    height: 420px;
    object-fit: contain;
    border-radius: 14px;
}

.modal-right { align-self: center; }

h2#modalTitle {
    text-align: left;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
}

.modal-title {
    font-size: 32px;
    font-weight: 800;
    margin: 0;
}

.modal-dl dt {
    font-weight: 700;
    font-size: 20px;
    color: #222;
}

.modal-dl dd {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    color: #444;
}

.modal-divider {
    height: 1px;
    background: #ddd;
    margin: 20px 0 30px;
}

.modal-dl .row {
    display: grid;
    grid-template-columns: 145px 1fr;
    gap: 16px;
    padding: 10px 0;
}

.modal-dl .row.dev {
    display: grid;
    grid-template-columns: revert;
    gap: 16px;
    padding: 10px 0;
}

/* Tablet */
@media (max-width: 1024px) {
    .modal-dialog {
        width: 920px;
        padding: 36px;
        border-radius: 22px;
    }

    .modal-body {
        grid-template-columns: 360px 1fr;
        gap: 28px;
    }

    .modal-left img { height: 360px; }

    .modal-dialog.dev {
        width: 640px;
    }

    .modal-dialog.dev .modal-left img {
        height: 280px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .modal-overlay { padding: 14px; }

    .modal-dialog {
        width: 100%;
        padding: 18px;
        border-radius: 18px;
        max-height: calc(100vh - 28px);
    }

    .modal-body {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .modal-left img {
        height: 320px;
        margin-bottom: 30px;
    }

    .modal-dl .row {
        grid-template-columns: 90px 1fr;
        gap: 10px;
    }

    .modal-dl .row.dev { grid-template-columns: revert; }

    .modal-dl dd,
    .modal-dl dt { font-size: 16px; }

    .modal-dialog.dev {
        padding: 22px;
    }

    .modal-dialog.dev .modal-left img {
        height: 240px;
        margin-bottom: 0;
        padding: 0;
    }

    .modal-dialog.dev .modal-right {
        margin-top: 22px;
    }

    .modal-dialog.dev h2#modalTitle {
        font-size: 21px;
        line-height: 1.45;
    }
}

/* Small Mobile */
@media (max-width: 420px) {
    .modal-left img { height: 180px; }
    .modal-dl .row { grid-template-columns: 94px 1fr; }
    .modal-dl .row.dev { grid-template-columns: revert; }

    .modal-dialog.dev .modal-left img {
        height: 190px;
    }

    .modal-dialog.dev h2#modalTitle {
        font-size: 19px;
    }
}

/* =========================================================
   HISTORY
========================================================= */
.history_container{
    padding-top: 150px;
}


.history_title_wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

span.history_title_year {
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #89A93E;
}

span.history_title {
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
}

.history_cont_wrapper {
    display: flex;
    margin-top: 69px;
}

.history_cont_img_wrapper {
    width: 50%;
}

.history_cont_img_wrapper img {
    max-width: 500px;
    width: 90%;
}

.history_cont_right {
    width: 50%;
}

.history_text_wrapper {
    display: flex;
    min-height: 160px;
    border-left: 1px solid #D9D9D9;
    padding-bottom: 30px;
}

.history_text_wrapper.last_line {
    border-left: 0px;
}

.history_text_icon {
    margin-right: 91px;
    position: relative;
}

.history_text_icon img {
    max-width: 15px;
    position: absolute;
    left: -7px;
}

.history_text_year {
    font-weight: 600;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #89A93E;
    margin-right: 60px;
}

.history_text {
    font-weight: 300;
    font-size: 25px;
    line-height: 40px;
    color: #2E2624;
    word-break: keep-all;
}

@media screen and (max-width: 1024px) {

    .history_cont_wrapper {
        flex-direction: column;
        gap: 60px;
    }

    .history_cont_img_wrapper {
        width: 100%;
    }

    .history_cont_img_wrapper img {
        width: 45%;
    }

    .history_cont_right {
        width: 100%;
    }

}

@media screen and (max-width: 640px) {

    .span.history_title_year {
        font-size: 55px;
    }

    .history_cont_img_wrapper img {
        width: 80%;
    }

    .history_cont_right {
        width: 100%;
    }

    .history_text_year {
        font-size: 30px;
    }

    .history_text {
        font-size: 20px;
    }
}

/* ==============================
   PRODUCT VIEW (상세)
============================== */
.product_view .subpage_container{
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.product_name{
    text-align: center;
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;

}

.product_name span{
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
}

.product_line{
    width: 100%;
    margin: 0 auto 70px;
    border: 1.5px solid #000000
}

.product_view_overview {
    width: min(100%, 1200px);
    margin: 0 auto 100px;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
    gap: 56px;
    align-items: start;
}

.product_view_gallery {
    min-width: 0;
}

.product_view_main_image {
    width: 100%;
    min-height: 610px;
    display: grid;
    place-items: center;
    padding: 64px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    background: linear-gradient(180deg, #f7f8fa 0%, #f0f2f5 100%);
}

.product_view_main_image img {
    width: 100%;
    max-height: 520px;
    object-fit: contain;
    display: block;
}

.product_view_thumbnails {
    padding-top: 30px;
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 6px;
}

.product_view_thumbnail {
    width: 124px;
    height: 124px;
    flex: 0 0 auto;
    padding: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    background: #f2f2f2;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.product_view_thumbnail:hover,
.product_view_thumbnail.is-active {
    border-color: #1C3093;
    box-shadow: 0 8px 18px rgba(28, 48, 147, 0.12);
}

.product_view_thumbnail:hover {
    transform: translateY(-3px);
}

.product_view_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.product_view_info {
    position: sticky;
    top: 120px;
    padding: 34px 34px 0;
    border: 1px solid rgba(1, 39, 72, 0.12);
    border-top: 4px solid #012748;
    border-radius: 10px;
    background:
            linear-gradient(180deg, rgba(28, 48, 147, 0.045) 0%, rgba(255, 255, 255, 0) 35%),
            #ffffff;
    box-shadow: 0 24px 60px rgba(1, 39, 72, 0.08);
}

.product_view_info::after {
    content: "";
    display: block;
    margin: 34px -34px 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.12);
}

.product_view_info_eyebrow {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 20px;
    padding: 8px 14px;
    border-radius: 999px;
    color: #1C3093;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    background: rgba(28, 48, 147, 0.09);
    box-shadow: inset 0 0 0 1px rgba(28, 48, 147, 0.08);
}

.product_view_info h2 {
    margin: 0 0 20px;
    color: #101010;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.22;
    word-break: keep-all;
    text-align: left;
}

.product_view_info_summary {
    margin: 0 0 34px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.64);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.65;
    word-break: keep-all;
}

.product_view_info dl {
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.product_view_info dl > div {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 18px;
    padding: 18px 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.product_view_info dl > div:first-child {
    border-top: 0;
}

.product_view_info dl > div:hover {
    background: rgba(1, 39, 72, 0.035);
}

.product_view_info dt {
    color: rgba(0, 0, 0, 0.48);
    font-size: 15px;
    font-weight: 700;
}

.product_view_info dd {
    margin: 0;
    color: #101010;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.55;
    word-break: keep-all;
}

.product_view_actions {
    margin-top: 34px;
    display: grid;
    grid-template-columns: 1fr 132px;
    gap: 12px;
}

.product_view_action {
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.product_view_action.primary {
    color: #ffffff;
    background: linear-gradient(135deg, #012748 0%, #1C3093 100%);
    box-shadow: 0 14px 24px rgba(1, 39, 72, 0.18);
}

.product_view_action.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(1, 39, 72, 0.24);
}

.product_view_action.secondary {
    border: 1px solid rgba(0, 0, 0, 0.18);
    color: #101010;
    background: #ffffff;
}

.product_view_action.secondary:hover {
    border-color: #012748;
    color: #012748;
    transform: translateY(-2px);
}

.product_detail_head {
    width: min(100%, 1200px);
    margin: 0 auto 42px;
    padding-top: 54px;
    border-top: 2px solid #101010;
    text-align: center;
}

.product_detail_head span {
    display: block;
    color: #1C3093;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.product_detail_head h3 {
    margin: 12px 0 0;
    color: #101010;
    font-size: 32px;
    font-weight: 800;
}

.product_last_line{
    width: 100%;
    margin: 0 auto 100px;
    border: 1px solid #AAAAAA
}

.product_image_wrap{
    display: flex;
    justify-content: center;
}

.product_detail_img{
    width: 100%;
    max-width: 1000px;
    height: auto;
    display: block;
    margin-bottom: 100px;
}

.product_detail_content {
    width: min(100%, 1200px);
    margin: 0 auto 100px;
    color: #111111;
    font-size: 18px;
    line-height: 1.7;
    word-break: keep-all;
}

.product_detail_content img {
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: 0 auto 32px;
}

.product_detail_content p {
    margin: 0 0 24px;
}

.product_detail_content table {
    max-width: 100%;
}

@media (max-width: 768px) {
    .product_line {
        margin-bottom: 56px;
    }

    .product_view_overview {
        grid-template-columns: 1fr;
        gap: 34px;
        margin-bottom: 70px;
    }

    .product_view_main_image {
        min-height: 360px;
        padding: 24px;
        border-radius: 18px;
    }

    .product_view_main_image img {
        max-height: 330px;
    }

    .product_view_thumbnail {
        width: 92px;
        height: 92px;
        padding: 9px;
        border-radius: 12px;
    }

    .product_view_info {
        position: static;
        padding: 28px 22px 0;
    }

    .product_view_info::after {
        margin-right: -22px;
        margin-left: -22px;
    }

    .product_view_info h2 {
        font-size: 28px;
    }

    .product_view_info dl > div {
        grid-template-columns: 70px 1fr;
        gap: 12px;
    }

    .product_view_actions {
        grid-template-columns: 1fr;
    }

    .product_detail_head {
        padding-top: 42px;
    }

    .product_detail_head h3 {
        font-size: 26px;
    }

    .product_detail_content {
        margin-bottom: 70px;
        font-size: 16px;
    }
}

/* ==============================
   LIST BUTTON - 햄버거 스타일
============================== */

.list_btn{
    margin: 100px 0;
    display: flex;
    justify-content: center;
}

/* 원형 버튼 */
.btn_hamburger{
    width: 70px;
    height: 70px;
    background: #1C3093;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
    text-decoration: none;
    transition: 0.2s;
}

/* 햄버거 3줄 */
.btn_hamburger span{
    width: 20px;
    border: 1px solid #FFF;
}

/* hover 효과 */
.btn_hamburger:hover{
    background: #6b8e38;
    transform: scale(1.05);
}

/* =========================================================
   DAEHO COMPANY - GREETING
========================================================= */
section.sub_header {
    min-height: 313px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.sub_header h1 {
    margin: 0;
    color: #000000;
    font-family: 'Pretendard', Arial, sans-serif;
    font-size: 58px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    letter-spacing: 0;
}

section.sub_header_under {
    min-height: 166px;
}

.sub_header_under nav {
    width: min(1492px, calc(100% - 428px));
    margin: 0 auto;
}

.sub_header_under ul {
    width: 100%;
    max-width: none;
    height: 66px;
    margin: 0;
    padding: 6px;
    display: flex;
    align-items: center;
    gap: 5px;
    background: #f2f2f2;
    border: 0;
    border-radius: 87px;
    box-sizing: border-box;
}

.sub_header_under ul li {
    flex: 1 1 0;
    height: 54px;
    border-radius: 70px;
    text-align: center;
    align-content: center;
    background: transparent;
}

.sub_header_under ul li a {
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-family: 'Pretendard', Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

.sub_header_under ul li.active,
.sub_header_under ul li:hover {
    background: #012748;
}

.sub_header_under ul li.active a,
.sub_header_under ul li:hover a {
    color: #ffffff;
}

.daeho-company-page {
    overflow: hidden;
    background: #ffffff;
}

.daeho-company-visual {
    position: relative;
    height: 652px;
    overflow: hidden;
}

.daeho-company-visual-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url('/img/company_greeting_hero.jpg') center / cover no-repeat;
}

.daeho-company-visual-logo {
    position: absolute;
    left: 61px;
    top: 46px;
    width: 146px;
    height: 114px;
    object-fit: contain;
    z-index: 3;
}

.daeho-company-visual-text {
    position: absolute;
    left: 50%;
    top: 222px;
    width: 606px;
    color: #ffffff;
    text-align: center;
    transform: translateX(-50%);
    z-index: 3;
}

.daeho-company-visual-text h2 {
    margin: 0;
    color: #ffffff;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0;
}

.daeho-company-visual-text p {
    margin: 20px 0 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
}

.daeho-company-story {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
}

.daeho-company-story.first {
    min-height: 902px;
}

.daeho-company-story.second {
    min-height: 819px;
}

.daeho-company-copy {
    color: #000000;
    word-break: keep-all;
}

.daeho-company-copy.first {
    margin-left: 214px;
    width: 636px;
    padding-top: 210px;
}

.daeho-company-copy.second {
    width: 661px;
    padding-top: 211px;
    margin-left: 92px;
}

.daeho-company-copy h2 {
    margin: 0;
    color: #000000;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0;
}

.daeho-company-copy.first h2 {
    width: 598px;
    text-align: left;
}

.daeho-company-copy.second h2 {
    width: 538px;
    text-align: left;
}

.daeho-company-copy p {
    margin: 60px 0 0;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
}

.daeho-company-photo-wrap {
    position: relative;
}

.daeho-company-photo-wrap.first {
    width: 960px;
    padding-top: 109px;
}

.daeho-company-photo.main {
    width: 868px;
    height: 540px;
    margin-left: 92px;
    border-radius: 187px 0 0 0;
    background: #d9d9d9 url('/img/company_raw_material.jpg') center / cover no-repeat;
}

.daeho-company-photo.circle {
    position: absolute;
    left: 405px;
    top: 486px;
    width: 341px;
    height: 341px;
    overflow: hidden;
    border-radius: 50%;
    background: #d9d9d9;
}

.daeho-company-photo.circle::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150%;
    height: 150%;
    background: url('/img/company_ship_circle.jpg') center / cover no-repeat;
    transform: translate(-49%, -31%) rotate(-90deg) scale(2);
    transform-origin: center;
}

.daeho-company-wave {
    position: absolute;
    right: 70px;
    top: 320px;
    width: 415px;
    height: 432px;
    background: url('/img/company_wave.png') center / contain no-repeat;
    opacity: 0.6;
    pointer-events: none;
}

.daeho-company-photo-wrap.second {
    width: 868px;
    padding-top: 0;
}

.daeho-company-photo.wide {
    position: relative;
    width: 868px;
    height: 650px;
    overflow: hidden;
    border-radius: 0 186px 0 0;
    background: #d9d9d9;
}

.daeho-company-photo.wide::before {
    content: "";
    position: absolute;
    left: -273px;
    top: -98px;
    width: 1561px;
    height: 852px;
    background: url('/img/company_quality_control.jpg') center / cover no-repeat;
    transform: scaleX(-1);
    transform-origin: center;
}

/* =========================================================
   DAEHO COMPANY - PHILOSOPHY
========================================================= */
.daeho-philosophy-page {
    overflow: hidden;
    background: #ffffff;
}

.daeho-philosophy-visual {
    position: relative;
    height: 566px;
    overflow: hidden;
}

.daeho-philosophy-visual-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: url('/img/company_philosophy_hero.jpg') center / cover no-repeat;
}

.daeho-philosophy-visual-text {
    position: absolute;
    left: 50%;
    top: 230px;
    width: 686px;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    letter-spacing: 0;
    word-break: keep-all;
    z-index: 3;
}

.daeho-philosophy-list {
    width: 1492px;
    margin: 173px auto;
    display: grid;
    grid-template-columns: repeat(2, 715px);
    column-gap: 62px;
    row-gap: 111px;
}

.daeho-philosophy-card {
    margin: 0;
    color: #000000;
}

.daeho-philosophy-card img {
    display: block;
    width: 715px;
    height: 444px;
    object-fit: cover;
    border-radius: 35px;
    background: #f2f2f2;
}

.daeho-philosophy-card-photo {
    width: 715px;
    height: 444px;
    overflow: hidden;
    border-radius: 35px;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
}

.daeho-philosophy-card-photo.raw {
    background-image: url('/img/company_philosophy_raw.jpg');
    background-size: 200% auto;
    background-position: 20% 70%;
}

.daeho-philosophy-card-body {
    margin-top: 50px;
    word-break: keep-all;
}

.daeho-philosophy-card h2 {
    margin: 0;
    color: #000000;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0;
    text-align: left;
}

.daeho-philosophy-card p {
    margin: 20px 0 0;
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
}

/* =========================================================
   DAEHO COMPANY - MISSION & VISION
========================================================= */
.daeho-vision-page {
    overflow: hidden;
    background: #ffffff;
}

.daeho-vision-visual {
    position: relative;
    height: 566px;
    overflow: hidden;
}

.daeho-vision-visual-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url('/img/company_vision_hero.jpg'), url('/img/company_philosophy_hero.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.daeho-vision-visual-text {
    position: absolute;
    left: 50%;
    top: 230px;
    width: 686px;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    letter-spacing: 0;
    word-break: keep-all;
    z-index: 3;
}

.daeho-vision-summary {
    width: min(1492px, calc(100% - 428px));
    margin: 115px auto 0;
    display: block;
}

.daeho-vision-summary > h2 {
    margin: 0;
    color: #000000;
    font-size: 43px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    letter-spacing: 0;
}

.daeho-vision-strategy > h2 {
    margin: 0;
    color: #000000;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    letter-spacing: 0;
}

.daeho-vision-row {
    width: 100%;
    height: 127px;
    margin-top: 78px;
    padding: 0 84px;
    display: flex;
    align-items: center;
    gap: 162px;
    background: #f2f2f2;
    border-radius: 63px 0 63px 0;
    box-sizing: border-box;
}

.daeho-vision-row + .daeho-vision-row {
    margin-top: 42px;
}

.daeho-vision-row strong {
    width: 145px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 35px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
    text-align: center;
    flex: 0 0 145px;
}

.daeho-vision-row.vision strong {
    color: #2a3d9a;
}

.daeho-vision-row p {
    margin: 0;
    color: #101010;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0;
    word-break: keep-all;
}

.daeho-vision-values {
    position: relative;
    width: min(1492px, calc(100% - 428px));
    margin: 139px auto 150px;
    display: grid;
    grid-template-columns: repeat(3, 408px);
    justify-content: center;
    gap: 0;
}

.daeho-vision-values::before {
    display: none;
}

.daeho-vision-value {
    position: relative;
    min-height: 574px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.daeho-vision-value:nth-child(1) {
    z-index: 30;
}

.daeho-vision-value:nth-child(2) {
    z-index: 20;
}

.daeho-vision-value:nth-child(3) {
    z-index: 10;
}

.daeho-vision-icon {
    position: relative;
    width: 214px;
    height: 214px;
    border-radius: 50%;
    background: #f2f2f2;
}

.daeho-vision-icon::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 116px;
    height: 116px;
    transform: translate(-50%, -50%);
    background: center / contain no-repeat;
}

.daeho-vision-icon.handshake::before {
    background-image: url('/img/company_vision_icon_trust.png');
}

.daeho-vision-icon.award::before {
    background-image: url('/img/company_vision_icon_quality.png');
}

.daeho-vision-icon.light::before {
    background-image: url('/img/company_vision_icon_change.png');
}

.daeho-vision-line {
    width: 2px;
    height: 117px;
    margin: 22px 0;
    background: #cfcfcf;
}

.daeho-vision-pill {
    position: relative;
    width: 485px;
    height: 77px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 55.5px;
    overflow: visible;
    z-index: 1;
}

.daeho-vision-value:nth-child(1) .daeho-vision-pill {
    background: rgba(183, 212, 240, 0.5);
    z-index: 3;
}

.daeho-vision-value:nth-child(2) .daeho-vision-pill {
    background: rgba(138, 185, 231, 0.43);
    z-index: 2;
}

.daeho-vision-value:nth-child(3) .daeho-vision-pill {
    background: rgba(44, 115, 254, 0.5);
    z-index: 1;
}

.daeho-vision-pill::before {
    content: "";
    position: absolute;
    left: calc(100% - 38px);
    top: 50%;
    width: 44px;
    height: 44px;
    transform: translate(-50%, -50%);
    background:
        linear-gradient(#ffffff, #ffffff) center / 4px 44px no-repeat,
        linear-gradient(#ffffff, #ffffff) center / 44px 4px no-repeat;
    filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.8));
    z-index: 100;
}

.daeho-vision-value:last-child .daeho-vision-pill::before {
    display: none;
}

.daeho-vision-pill span {
    position: relative;
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0;
    z-index: 1;
}

.daeho-vision-value > p {
    margin: 50px 0 0;
    color: #012748;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0;
}

.daeho-vision-banner {
    position: relative;
    height: 622px;
    overflow: hidden;
    background: #d9d9d9;
}

.daeho-vision-banner-slides,
.daeho-vision-banner-slide {
    position: absolute;
    inset: 0;
}

.daeho-vision-banner-slide {
    opacity: 0;
    z-index: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity 900ms ease;
    will-change: opacity;
}

.daeho-vision-banner-slide.is-active {
    opacity: 1;
    z-index: 1;
}

.daeho-vision-banner.is-paused .daeho-vision-banner-control::after {
    animation-play-state: paused;
}

.daeho-vision-banner.is-paused .daeho-vision-banner-copy.is-active .muted {
    animation-play-state: paused;
}

.daeho-vision-banner-slide.slide-01 {
    background-image: url('/img/company_vision_banner_01.jpg');
}

.daeho-vision-banner-slide.slide-02 {
    background-image: url('/img/company_vision_banner_02.jpg');
}

.daeho-vision-banner-slide.slide-03 {
    background-image: url('/img/company_vision_banner_03.jpg');
}

.daeho-vision-banner-slide.slide-04 {
    background-image: url('/img/company_vision_banner_04.jpg');
}

.daeho-vision-banner-text {
    position: absolute;
    left: 214px;
    top: 80px;
    color: #ffffff;
    z-index: 2;
}

.daeho-vision-banner-control {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 73px;
}

.daeho-vision-banner-control span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0;
}

.daeho-vision-banner-control i {
    width: 1px;
    height: 15px;
    background: #ffffff;
}

.daeho-vision-banner-control::after {
    content: "";
    width: 178px;
    height: 2px;
    margin-left: 3px;
    order: 4;
    background:
        linear-gradient(#ffffff, #ffffff) left center / 0 2px no-repeat,
        rgba(255, 255, 255, 0.4);
    animation: daehoVisionProgress 4s linear infinite;
}

.daeho-vision-banner-copy-list {
    position: relative;
    width: 430px;
    min-height: 295px;
}

.daeho-vision-banner-copy {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 900ms ease;
    will-change: opacity;
}

.daeho-vision-banner-copy.is-active {
    opacity: 1;
    pointer-events: auto;
}

.daeho-vision-banner-pause {
    order: 5;
    width: 11px;
    height: 15px;
    margin-left: 7px;
    padding: 0;
    border: 0;
    appearance: none;
    cursor: pointer;
    background:
        linear-gradient(#ffffff, #ffffff) left center / 4px 15px no-repeat,
        linear-gradient(#ffffff, #ffffff) right center / 4px 15px no-repeat;
}

.daeho-vision-banner-pause.is-playing {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #ffffff;
    background: none;
}

.daeho-vision-banner-pause:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 6px;
}

@keyframes daehoVisionProgress {
    from {
        background-size: 0 2px, auto;
    }

    to {
        background-size: 178px 2px, auto;
    }
}

.daeho-vision-banner-text h2 {
    margin: 0;
    color: #ffffff;
    font-size: 68px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0;
    text-align: left;
}

.daeho-vision-banner-text h2 .emphasis {
    color: #ffffff;
}

.daeho-vision-banner-text h2 .muted {
    color: rgba(255, 255, 255, 0.42);
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
    .daeho-vision-banner-copy.is-active h2 .muted {
        background:
            linear-gradient(
                90deg,
                #ffffff 0%,
                #ffffff 50%,
                rgba(255, 255, 255, 0.42) 50%,
                rgba(255, 255, 255, 0.42) 100%
            );
        background-size: 200% 100%;
        background-position: 100% 0;
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        animation: daehoVisionTextFill 2s linear forwards;
    }
}

@keyframes daehoVisionTextFill {
    from {
        background-position: 100% 0;
    }

    to {
        background-position: 0 0;
    }
}

.daeho-vision-banner-text p {
    width: 271px;
    margin: 12px 0 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
}

.daeho-vision-strategy {
    width: 1492px;
    margin: 99px auto 170px;
    display: block;
}

.daeho-vision-strategy-list {
    margin-top: 86px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 190px;
}

.daeho-vision-strategy-list article {
    min-width: 0;
}

.daeho-vision-strategy-list strong {
    display: inline-block;
    padding-bottom: 8px;
    color: #2e4aaa;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    border-bottom: 2px solid #2e4aaa;
    letter-spacing: 0;
}

.daeho-vision-strategy-list h3 {
    margin: 33px 0 0;
    color: #000000;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0;
    text-align: left;
}

.daeho-vision-strategy-list p {
    margin: 12px 0 0;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0;
    word-break: keep-all;
}

/* =========================================================
   DAEHO COMPANY - HISTORY
========================================================= */
.daeho-history-page {
    overflow: hidden;
    background: #ffffff;
}

.daeho-history-intro {
    width: min(1492px, calc(100% - 428px));
    margin: 0 auto;
    padding-top: 79px;
    color: #000000;
    word-break: keep-all;
    display: block;
}

.daeho-history-intro p {
    margin: 0;
    color: #d3d3d3;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0;
}

.daeho-history-intro h2 {
    margin: 25px 0 0;
    color: #000000;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0;
    text-align: left;
}

.daeho-history-intro div {
    margin-top: 50px;
    color: #000000;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
}

.daeho-history-timeline {
    width: 1920px;
    max-width: 100%;
    margin: 135px auto 179px;
}

.daeho-history-item {
    display: grid;
    grid-template-columns: 990px 930px;
    column-gap: 0;
    align-items: start;
}

.daeho-history-item + .daeho-history-item {
    margin-top: 292px;
}

.daeho-history-item.left {
    grid-template-columns: 930px 990px;
}

.daeho-history-item img {
    display: block;
    width: 930px;
    height: 560px;
    object-fit: cover;
    filter: grayscale(1);
    background: #d9d9d9;
}

.daeho-history-content {
    width: 674px;
    color: #000000;
    word-break: keep-all;
}

.daeho-history-item.right .daeho-history-content {
    margin-left: 214px;
}

.daeho-history-item.left .daeho-history-content {
    margin-left: 61px;
}

.daeho-history-line {
    position: relative;
    width: 674px;
    height: 35px;
    margin-bottom: 56px;
}

.daeho-history-line::before {
    content: "";
    position: absolute;
    left: 34px;
    right: 0;
    top: 17px;
    height: 2px;
    background: linear-gradient(90deg, #2e62c7 0%, rgba(46, 98, 199, 0) 100%);
}

.daeho-history-item.left .daeho-history-line::before {
    left: 0;
    right: 34px;
    background: linear-gradient(90deg, rgba(46, 98, 199, 0) 0%, #2e62c7 100%);
}

.daeho-history-line::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    border: 3px solid #2e62c7;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: inset 0 0 0 5px #2e62c7;
    box-sizing: border-box;
}

.daeho-history-item.left .daeho-history-line::after {
    left: auto;
    right: auto;
    left: calc(50% - 17.5px);
}

.daeho-history-item.current .daeho-history-line::before {
    left: 0;
    right: 34px;
    background: linear-gradient(90deg, rgba(46, 98, 199, 0) 0%, #2e62c7 100%);
}

.daeho-history-item.current .daeho-history-line::after {
    left: auto;
    right: 0;
}

.daeho-history-content strong {
    display: block;
    color: #2e62c7;
    font-size: 45px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0;
}

.daeho-history-content h2 {
    margin: 40px 0 0;
    color: #000000;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0;
    text-align: left;
}

.daeho-history-content p {
    margin: 116px 0 0;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
}

.daeho-history-item.left .daeho-history-content {
    padding-top: 0;
}

/* =========================================================
   DAEHO COMPANY - MAP
========================================================= */
.daeho-map-page {
    overflow: hidden;
    background: #ffffff;
}

.daeho-map-section {
    position: relative;
    width: min(1492px, calc(100% - 428px));
    margin: 120px auto 260px;
    padding-bottom: 115px;
    display: block;
}

.daeho-map-frame {
    display: block;
    width: 100%;
    height: 602px;
    border: 0;
    background: #f2f2f2;
}

.daeho-map-card {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1237px;
    min-height: 234px;
    padding: 58px 78px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    border-radius: 45px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
    transform: translateX(-50%);
    box-sizing: border-box;
    z-index: 2;
}

.daeho-map-address strong {
    display: block;
    color: #012748;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0;
}

.daeho-map-address p {
    margin: 22px 0 0;
    color: #000000;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0;
    word-break: keep-all;
}

.daeho-map-contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.daeho-map-contact dl {
    margin: 0;
}

.daeho-map-contact dl div {
    display: flex;
    align-items: baseline;
}

.daeho-map-contact dl div + div {
    margin-top: 19px;
}

.daeho-map-contact dt,
.daeho-map-contact dd {
    margin: 0;
    color: #000000;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0;
}

.daeho-map-contact dt {
    font-weight: 800;
}

.daeho-map-contact dd {
    font-weight: 400;
}

@media screen and (max-width: 1500px) {
    .sub_header_under nav {
        width: min(100% - 48px, 1200px);
    }

    .daeho-company-copy.first {
        margin-left: 48px;
    }

    .daeho-company-copy.second {
        margin-left: 48px;
        margin-right: 48px;
    }

    .daeho-company-photo.main,
    .daeho-company-photo.wide {
        width: 100%;
    }

    .daeho-philosophy-list {
        width: min(100% - 96px, 1200px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 40px;
    }

    .daeho-philosophy-card img {
        width: 100%;
    }

    .daeho-philosophy-card-photo {
        width: 100%;
    }

    .daeho-vision-summary {
        width: min(100% - 428px, 1200px);
    }

    .daeho-vision-strategy {
        width: min(100% - 96px, 1200px);
    }

    .daeho-vision-values {
        width: min(1492px, calc(100% - 96px));
    }

    .daeho-vision-row {
        gap: 70px;
    }

    .daeho-vision-strategy-list {
        column-gap: 80px;
    }

    .daeho-history-intro,
    .daeho-history-timeline {
        width: min(100% - 96px, 1200px);
    }

    .daeho-product-container {
        width: min(100% - 96px, 1200px);
    }

    .daeho-product-grid.gallery_grid.fr3 {
        gap: 48px 36px;
    }

    .daeho-product-list-thumb.gallery_grid_item_img_box {
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .daeho-map-section {
        width: min(100% - 96px, 1200px);
    }

    .daeho-map-card {
        width: min(100% - 120px, 1030px);
        column-gap: 48px;
    }

    .daeho-history-item,
    .daeho-history-item.left {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.32fr);
        column-gap: 32px;
    }

    .daeho-history-item.left {
        grid-template-columns: minmax(0, 1.32fr) minmax(0, 1fr);
    }

    .daeho-history-item img,
    .daeho-history-line {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    section.sub_header {
        min-height: 220px;
    }

    section.sub_header h1 {
        font-size: 42px;
    }

    section.sub_header_under {
        min-height: auto;
        padding-bottom: 70px;
    }

    .sub_header_under ul {
        height: auto;
        flex-wrap: wrap;
        border-radius: 28px;
    }

    .sub_header_under ul li {
        flex: 1 1 42%;
    }

    .daeho-company-visual {
        height: 560px;
    }

    .daeho-company-visual-logo {
        left: 24px;
        top: 30px;
        width: 108px;
        height: auto;
    }

    .daeho-company-visual-text {
        top: 190px;
        width: min(100% - 40px, 606px);
    }

    .daeho-company-visual-text h2 {
        font-size: 30px;
    }

    .daeho-company-visual-text p {
        font-size: 15px;
    }

    .daeho-company-story {
        grid-template-columns: 1fr;
    }

    .daeho-company-copy.first,
    .daeho-company-copy.second {
        margin: 0 24px;
        padding-top: 90px;
    }

    .daeho-company-copy h2 {
        font-size: 30px;
    }

    .daeho-company-copy p {
        margin-top: 36px;
        font-size: 16px;
    }

    .daeho-company-photo-wrap.first,
    .daeho-company-photo-wrap.second {
        padding-top: 60px;
    }

    .daeho-company-photo.main,
    .daeho-company-photo.wide {
        width: calc(100% - 24px);
        height: 360px;
        margin-left: 24px;
        border-radius: 90px 0 0 0;
    }

    .daeho-company-photo.wide {
        margin-left: 0;
        border-radius: 0 90px 0 0;
    }

    .daeho-company-photo.circle,
    .daeho-company-wave {
        display: none;
    }

    .daeho-philosophy-visual {
        height: 420px;
    }

    .daeho-philosophy-visual-text {
        top: 160px;
        width: min(100% - 48px, 686px);
        font-size: 30px;
    }

    .daeho-philosophy-list {
        width: calc(100% - 48px);
        margin: 90px auto 110px;
        grid-template-columns: 1fr;
        row-gap: 70px;
    }

    .daeho-philosophy-card img {
        height: 300px;
        border-radius: 24px;
    }

    .daeho-philosophy-card-photo {
        height: 300px;
        border-radius: 24px;
    }

    .daeho-philosophy-card-body {
        margin-top: 30px;
    }

    .daeho-philosophy-card h2 {
        font-size: 26px;
    }

    .daeho-philosophy-card p {
        margin-top: 18px;
        font-size: 17px;
    }

    .daeho-vision-visual {
        height: 420px;
    }

    .daeho-vision-visual-text {
        top: 160px;
        width: min(100% - 48px, 686px);
        font-size: 30px;
    }

    .daeho-vision-summary,
    .daeho-vision-strategy {
        width: calc(100% - 48px);
        margin-top: 80px;
    }

    .daeho-vision-summary > h2,
    .daeho-vision-strategy > h2 {
        font-size: 30px;
    }

    .daeho-vision-row {
        height: auto;
        min-height: 92px;
        margin-top: 40px;
        padding: 24px;
        display: block;
        border-radius: 28px 0 28px 0;
    }

    .daeho-vision-row + .daeho-vision-row {
        margin-top: 24px;
    }

    .daeho-vision-row strong {
        display: block;
        width: auto;
        margin-bottom: 12px;
        font-size: 24px;
    }

    .daeho-vision-row p {
        font-size: 17px;
    }

    .daeho-vision-values {
        width: calc(100% - 48px);
        margin: 80px auto 90px;
        grid-template-columns: 1fr;
        row-gap: 48px;
    }

    .daeho-vision-values::before {
        display: none;
    }

    .daeho-vision-value {
        min-height: auto;
    }

    .daeho-vision-icon {
        width: 128px;
        height: 128px;
    }

    .daeho-vision-line {
        height: 60px;
        margin: 18px 0;
    }

    .daeho-vision-pill {
        position: relative;
        left: auto !important;
        top: auto;
        width: min(100%, 351px);
        height: 63px;
        transform: none !important;
    }

    .daeho-vision-value > p {
        font-size: 17px;
    }

    .daeho-vision-banner {
        height: 420px;
    }

    .daeho-vision-banner-text {
        left: 24px;
        top: 64px;
    }

    .daeho-vision-banner-control {
        margin-bottom: 52px;
    }

    .daeho-vision-banner-text h2 {
        font-size: 38px;
    }

    .daeho-vision-banner-text p {
        font-size: 15px;
    }

    .daeho-vision-strategy {
        margin-bottom: 110px;
    }

    .daeho-vision-strategy-list {
        margin-top: 50px;
        grid-template-columns: 1fr;
        row-gap: 48px;
    }

    .daeho-history-intro,
    .daeho-history-timeline {
        width: calc(100% - 48px);
    }

    .daeho-product-list-page {
        padding-bottom: 110px;
    }

    .daeho-product-container {
        width: calc(100% - 48px);
    }

    .daeho-product-grid.gallery_grid.fr3 {
        display: grid;
        grid-template-columns: 1fr;
        gap: 46px;
    }

    .daeho-product-list-name.gallery_grid_item_title.fr3 {
        margin-top: 22px;
        font-size: 20px;
    }

    .daeho-product-dev-thumb.gallery_grid_item_img_box {
        height: min(467px, 82vw);
        padding: 0;
    }

    .daeho-product-dev-name.gallery_grid_item_title.fr3 {
        left: 20px;
        right: 20px;
        bottom: 26px;
        width: auto;
        margin: 0;
        font-size: 20px;
    }

    .daeho-inquiry-page {
        width: calc(100% - 48px);
        padding-bottom: 120px;
    }

    .daeho-inquiry-form-wrap.board-write.inquiryWrite .title_md {
        left: 20px;
        font-size: 17px;
    }

    .daeho-inquiry-form-wrap.board-write.inquiryWrite input[type="text"] {
        height: 58px;
        padding: 0 20px 0 112px;
        font-size: 16px;
    }

    .daeho-inquiry-form-wrap.board-write.inquiryWrite textarea {
        min-height: 180px;
        padding: 22px 20px 22px 112px;
        font-size: 16px;
    }

    .daeho-inquiry-file-row .attach_file_button_area.inquiryWrite {
        height: 58px;
        grid-template-columns: 112px 1fr 110px;
    }

    .daeho-inquiry-file-row .attach_file_button_area.inquiryWrite .title_md {
        padding-left: 20px;
    }

    .daeho-inquiry-file-name {
        min-width: 0;
        overflow: hidden;
        font-size: 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .daeho-inquiry-file-button {
        height: 58px;
        font-size: 17px;
    }

    .daeho-inquiry-terms.terms_wrap {
        margin-top: 54px;
    }

    .daeho-inquiry-terms .agree-text {
        font-size: 15px;
    }

    .daeho-inquiry-terms .agree-detail-link {
        font-size: 15px;
    }

    .daeho-inquiry-submit.board_button {
        margin-top: 48px;
    }

    .daeho-inquiry-form-wrap.board-write.inquiryWrite .bigLoginBtn {
        width: 170px;
        height: 54px;
        font-size: 18px;
    }

    .daeho-notice-page {
        padding-bottom: 110px;
    }

    .daeho-notice-container {
        width: calc(100% - 48px);
    }

    .daeho-notice-toolbar.search_area_total {
        margin-bottom: 42px;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .daeho-notice-toolbar section.search {
        width: min(100%, 350px);
        align-self: flex-end;
    }

    .daeho-notice-board.subpage_table_board {
        overflow-x: auto;
    }

    .daeho-notice-table {
        min-width: 720px;
    }

    .daeho-notice-table col:first-child {
        width: 100px !important;
    }

    .daeho-notice-table col:last-child {
        width: 170px !important;
    }

    .daeho-notice-table thead th {
        height: 56px;
        font-size: 15px;
    }

    .daeho-notice-table td {
        height: 72px;
        font-size: 16px;
    }

    .daeho-notice-table td:nth-child(2) {
        padding-left: 28px;
    }

    .daeho-notice-page #pagenation_area {
        margin-top: 64px;
    }

    .daeho-gallery-grid.gallery_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px 20px;
    }

    .daeho-gallery-card span.gallery_grid_item_title {
        margin-top: 18px;
        font-size: 17px;
    }

    .daeho-gallery-card span.gallery_grid_item_date {
        margin-top: 10px;
        font-size: 15px;
    }

    .daeho-gallery-page #pagenation_area {
        margin-top: 58px;
    }

    .daeho-product-list-page #pagenation_area {
        margin-top: 64px;
    }

    .daeho-product-list-page .pagenation {
        gap: 16px;
    }

    .daeho-product-list-page .pagenation li.active {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }

    .daeho-product-list-page .pagenation li.active a {
        font-size: 20px;
    }

    .daeho-map-section {
        width: calc(100% - 48px);
        margin-top: 80px;
        margin-bottom: 140px;
        padding-bottom: 0;
    }

    .daeho-map-frame {
        height: 420px;
    }

    .daeho-map-card {
        position: relative;
        left: auto;
        bottom: auto;
        width: calc(100% - 32px);
        min-height: auto;
        margin: -70px auto 0;
        padding: 34px 28px;
        display: block;
        border-radius: 28px;
        transform: none;
    }

    .daeho-map-address p {
        font-size: 22px;
    }

    .daeho-map-contact {
        margin-top: 30px;
        grid-template-columns: 1fr;
        row-gap: 14px;
    }

    .daeho-map-contact dl div + div {
        margin-top: 14px;
    }

    .daeho-map-contact dt,
    .daeho-map-contact dd {
        font-size: 17px;
    }

    .daeho-history-intro {
        padding-top: 70px;
    }

    .daeho-history-intro h2,
    .daeho-history-content strong,
    .daeho-history-content h2 {
        font-size: 30px;
    }

    .daeho-history-intro div,
    .daeho-history-content p {
        font-size: 16px;
    }

    .daeho-history-timeline {
        margin-top: 80px;
        margin-bottom: 110px;
    }

    .daeho-history-item,
    .daeho-history-item.left {
        grid-template-columns: 1fr;
        row-gap: 40px;
    }

    .daeho-history-item + .daeho-history-item {
        margin-top: 100px;
    }

    .daeho-history-item.left img {
        order: 2;
    }

    .daeho-history-item.left .daeho-history-content {
        order: 1;
    }

    .daeho-history-item img {
        width: 100%;
        height: 300px;
    }

    .daeho-history-line {
        width: 100%;
        margin-bottom: 45px;
    }

    .daeho-history-content h2 {
        margin-top: 24px;
    }

    .daeho-history-content p {
        margin-top: 42px;
    }
}

@media screen and (max-width: 640px) {
    .daeho-gallery-grid.gallery_grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .daeho-support-container {
        width: calc(100% - 48px);
    }

    .daeho-support-title {
        margin-bottom: 52px;
        font-size: 34px;
    }

    .daeho-support-toolbar.search_area_total {
        margin-bottom: 42px;
    }

    .daeho-support-board.subpage_table_board {
        overflow-x: auto;
    }

    .daeho-support-table {
        min-width: 960px;
    }

    .daeho-support-table thead th {
        height: 56px;
        font-size: 15px;
    }

    .daeho-support-table td {
        height: 72px;
        font-size: 16px;
    }

    .daeho-support-state {
        width: fit-content;
        min-width: 92px;
        height: 30px;
        padding: 0 10px;
        font-size: 14px;
    }

    .daeho-support-write a {
        width: 132px;
        height: 50px;
        font-size: 18px;
    }

    .daeho-support-write-form.board-write {
        width: calc(100% - 48px);
    }

    .daeho-support-write-form .daeho-support-title {
        margin-bottom: 56px;
    }

    .daeho-support-write-form #title,
    .daeho-support-write-form .daeho-support-writer-input {
        height: 58px;
        padding: 0 20px;
        font-size: 17px;
    }

    .daeho-support-write-form #content {
        min-height: 360px;
        padding: 20px;
        font-size: 17px;
    }

    .daeho-support-private {
        margin-top: 28px;
        flex-wrap: wrap;
        gap: 12px;
        font-size: 16px;
    }

    .daeho-support-private .private_title {
        width: 100%;
        margin-right: 0;
        font-size: 18px;
    }

    .daeho-support-private input[type="radio"] {
        width: 24px;
        height: 24px;
        margin-left: 0;
    }

    .daeho-support-private input[type="radio"]:checked::after {
        margin: 3px 0 0 8px;
    }

    .daeho-support-private #password {
        width: 100%;
        margin: 6px 0 0;
    }

    .daeho-support-write-form .board_button {
        margin-top: 34px;
    }

    .daeho-support-write-form .board_button .mainBtn {
        width: 132px;
        height: 54px;
        font-size: 18px;
    }
}

/* History page: authoritative responsive overrides */
@media screen and (max-width: 900px) {
    .daeho-history-page .daeho-history-intro,
    .daeho-history-page .daeho-history-intro h2,
    .daeho-history-page .daeho-history-intro div,
    .daeho-history-page .daeho-history-content h2,
    .daeho-history-page .daeho-history-content p {
        word-break: normal;
        overflow-wrap: break-word;
    }

    .daeho-history-page .daeho-history-item,
    .daeho-history-page .daeho-history-item.left {
        grid-template-columns: minmax(0, 1fr);
        row-gap: 32px;
    }

    .daeho-history-page .daeho-history-item .daeho-history-content,
    .daeho-history-page .daeho-history-item.left .daeho-history-content {
        order: 1;
        width: 100%;
        min-width: 0;
        margin-left: 0 !important;
        padding-left: 20px;
        border-left: 2px solid rgba(46, 98, 199, 0.18);
        box-sizing: border-box;
    }

    .daeho-history-page .daeho-history-item img,
    .daeho-history-page .daeho-history-item.left img {
        order: 2;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        border-radius: 8px;
        object-fit: cover;
    }

    .daeho-history-page .daeho-history-item + .daeho-history-item {
        margin-top: 88px;
    }

    .daeho-history-page .daeho-history-line,
    .daeho-history-page .daeho-history-item.left .daeho-history-line {
        width: 100%;
        height: 24px;
        margin-bottom: 32px;
    }

    .daeho-history-page .daeho-history-line::before,
    .daeho-history-page .daeho-history-item.left .daeho-history-line::before,
    .daeho-history-page .daeho-history-item.current .daeho-history-line::before {
        top: 11px;
        right: 0;
        left: 24px;
        background: linear-gradient(90deg, #2e62c7 0%, rgba(46, 98, 199, 0.08) 100%);
    }

    .daeho-history-page .daeho-history-line::after,
    .daeho-history-page .daeho-history-item.left .daeho-history-line::after,
    .daeho-history-page .daeho-history-item.current .daeho-history-line::after {
        top: 0;
        right: auto;
        left: 0;
        width: 24px;
        height: 24px;
        border: 2px solid #2e62c7;
        box-shadow: inset 0 0 0 4px #fff;
    }

    .daeho-history-page .daeho-history-content p {
        margin-top: 32px;
        line-height: 1.65;
    }
}

@media screen and (max-width: 640px) {
    .daeho-history-page .daeho-history-intro {
        padding-top: 56px;
    }

    .daeho-history-page .daeho-history-intro h2,
    .daeho-history-page .daeho-history-content strong,
    .daeho-history-page .daeho-history-content h2 {
        font-size: 26px;
    }

    .daeho-history-page .daeho-history-intro div,
    .daeho-history-page .daeho-history-content p {
        font-size: 15px;
    }

    .daeho-history-page .daeho-history-timeline {
        margin-top: 64px;
        margin-bottom: 84px;
    }

    .daeho-history-page .daeho-history-item + .daeho-history-item {
        margin-top: 72px;
    }

    .daeho-history-page .daeho-history-item img,
    .daeho-history-page .daeho-history-item.left img {
        height: auto;
        aspect-ratio: 4 / 3;
    }
}

/* Map page: authoritative responsive overrides */
@media screen and (max-width: 900px) {
    .daeho-map-page .daeho-map-section {
        width: min(100% - 48px, 720px);
        margin-top: 72px;
        margin-bottom: 120px;
        padding-bottom: 0;
    }

    .daeho-map-page .daeho-map-frame {
        width: 100%;
        height: clamp(340px, 55vw, 420px);
        border-radius: 8px;
    }

    .daeho-map-page .daeho-map-card {
        position: relative;
        left: auto;
        bottom: auto;
        width: calc(100% - 32px);
        min-height: 0;
        margin: -56px auto 0;
        padding: 32px 28px;
        display: block;
        border-radius: 8px;
        transform: none;
    }

    .daeho-map-page .daeho-map-address,
    .daeho-map-page .daeho-map-contact,
    .daeho-map-page .daeho-map-contact dl {
        min-width: 0;
    }

    .daeho-map-page .daeho-map-address p {
        margin-top: 14px;
        font-size: clamp(19px, 3vw, 22px);
        line-height: 1.5;
        word-break: normal;
        overflow-wrap: break-word;
    }

    .daeho-map-page .daeho-map-contact {
        margin-top: 28px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 28px;
        row-gap: 14px;
    }

    .daeho-map-page .daeho-map-contact dl div {
        display: grid;
        grid-template-columns: 64px minmax(0, 1fr);
        align-items: baseline;
        column-gap: 8px;
    }

    .daeho-map-page .daeho-map-contact dl div + div {
        margin-top: 14px;
    }

    .daeho-map-page .daeho-map-contact dt,
    .daeho-map-page .daeho-map-contact dd {
        min-width: 0;
        font-size: 16px;
        line-height: 1.5;
    }

    .daeho-map-page .daeho-map-contact dd {
        word-break: normal;
        overflow-wrap: anywhere;
    }
}

@media screen and (max-width: 640px) {
    .daeho-map-page .daeho-map-section {
        width: calc(100% - 32px);
        margin-top: 56px;
        margin-bottom: 88px;
    }

    .daeho-map-page .daeho-map-frame {
        height: clamp(280px, 82vw, 340px);
    }

    .daeho-map-page .daeho-map-card {
        width: calc(100% - 16px);
        margin-top: -36px;
        padding: 25px 20px;
    }

    .daeho-map-page .daeho-map-address strong {
        font-size: 16px;
    }

    .daeho-map-page .daeho-map-address p {
        margin-top: 10px;
        font-size: 18px;
    }

    .daeho-map-page .daeho-map-contact {
        margin-top: 24px;
        grid-template-columns: minmax(0, 1fr);
        row-gap: 14px;
    }

    .daeho-map-page .daeho-map-contact dl + dl {
        padding-top: 14px;
        border-top: 1px solid #e4e9ed;
    }

    .daeho-map-page .daeho-map-contact dl div {
        grid-template-columns: 58px minmax(0, 1fr);
    }

    .daeho-map-page .daeho-map-contact dt,
    .daeho-map-page .daeho-map-contact dd {
        font-size: 14px;
    }
}

@media screen and (max-width: 420px) {
    .daeho-map-page .daeho-map-section {
        width: calc(100% - 24px);
        margin-top: 44px;
        margin-bottom: 72px;
    }

    .daeho-map-page .daeho-map-frame {
        height: 270px;
    }

    .daeho-map-page .daeho-map-card {
        width: calc(100% - 12px);
        margin-top: -24px;
        padding: 22px 16px;
    }

    .daeho-map-page .daeho-map-address p {
        font-size: 16px;
    }
}

/* Product pages: authoritative responsive overrides */
@media screen and (max-width: 900px) {
    .daeho-product-list-page .daeho-product-container {
        width: min(100% - 48px, 760px);
    }

    .daeho-product-list-page .daeho-product-grid.gallery_grid.fr3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 44px 24px;
    }

    .daeho-product-list-page .daeho-product-list-name.gallery_grid_item_title.fr3 {
        min-height: 2.6em;
        margin-top: 18px;
        display: -webkit-box;
        overflow: hidden;
        font-size: 19px;
        line-height: 1.3;
        word-break: normal;
        overflow-wrap: break-word;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .daeho-product-list-page .daeho-product-empty {
        min-height: 260px;
        padding: 32px 20px;
        box-sizing: border-box;
    }

    .product_view .subpage_container {
        width: min(100% - 48px, 760px);
        padding: 0;
        box-sizing: border-box;
    }

    .product_view .product_view_overview {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
        margin-bottom: 68px;
    }

    .product_view .product_view_main_image {
        min-height: 0;
        aspect-ratio: 1 / 1;
        padding: clamp(24px, 7vw, 52px);
        box-sizing: border-box;
    }

    .product_view .product_view_main_image img {
        width: 100%;
        height: 100%;
        max-height: none;
        object-fit: contain;
    }

    .product_view .product_view_thumbnails {
        gap: 12px;
        padding-top: 18px;
        scroll-snap-type: x proximity;
        scrollbar-width: thin;
    }

    .product_view .product_view_thumbnail {
        width: 88px;
        height: 88px;
        padding: 8px;
        scroll-snap-align: start;
        box-sizing: border-box;
    }

    .product_view .product_view_info {
        position: static;
        min-width: 0;
        padding: 28px 24px 0;
        box-sizing: border-box;
    }

    .product_view .product_view_info::after {
        margin-right: -24px;
        margin-left: -24px;
    }

    .product_view .product_view_info h2,
    .product_view .product_view_info_summary,
    .product_view .product_view_info dd {
        word-break: normal;
        overflow-wrap: break-word;
    }

    .product_view .product_detail_head,
    .product_view .product_detail_content {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .product_view .product_detail_content {
        overflow: hidden;
        word-break: normal;
        overflow-wrap: break-word;
    }

    .product_view .product_detail_content img,
    .product_view .product_detail_content video,
    .product_view .product_detail_content iframe {
        max-width: 100% !important;
        height: auto !important;
    }

    .product_view .product_detail_content table {
        width: 100% !important;
        max-width: 100% !important;
        table-layout: fixed;
    }

    .product_view .product_detail_content td,
    .product_view .product_detail_content th {
        overflow-wrap: anywhere;
    }
}

@media screen and (max-width: 560px) {
    .daeho-product-list-page {
        padding-bottom: 84px;
    }

    .daeho-product-list-page .daeho-product-container,
    .product_view .subpage_container {
        width: calc(100% - 32px);
    }

    .daeho-product-list-page .daeho-product-grid.gallery_grid.fr3 {
        grid-template-columns: minmax(0, 1fr);
        gap: 38px;
    }

    .daeho-product-list-page .daeho-product-list-name.gallery_grid_item_title.fr3 {
        min-height: 0;
        margin-top: 16px;
        font-size: 18px;
    }

    .daeho-product-list-page #pagenation_area {
        margin-top: 48px;
    }

    .daeho-product-list-page .pagenation {
        gap: 8px;
    }

    .daeho-product-list-page .pagenation li {
        width: 28px;
        height: 28px;
    }

    .daeho-product-list-page .pagenation li.active {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .daeho-product-list-page .pagenation li.active a {
        font-size: 18px;
    }

    .product_view .product_view_main_image {
        padding: 24px;
    }

    .product_view .product_view_thumbnail {
        width: 72px;
        height: 72px;
        padding: 6px;
    }

    .product_view .product_view_info {
        padding: 24px 18px 0;
    }

    .product_view .product_view_info::after {
        margin: 26px -18px 0;
    }

    .product_view .product_view_info_eyebrow {
        margin-bottom: 16px;
        padding: 7px 10px;
        font-size: 10px;
    }

    .product_view .product_view_info h2 {
        margin-bottom: 16px;
        font-size: 25px;
    }

    .product_view .product_view_info_summary {
        margin-bottom: 24px;
        padding-bottom: 22px;
        font-size: 15px;
    }

    .product_view .product_view_actions {
        margin-top: 26px;
    }

    .product_view .product_view_action {
        height: 52px;
        font-size: 15px;
    }

    .product_view .product_detail_head {
        margin-bottom: 30px;
        padding-top: 36px;
    }

    .product_view .product_detail_head h3 {
        font-size: 24px;
    }

    .product_view .product_detail_content {
        margin-bottom: 56px;
        font-size: 16px;
        line-height: 1.65;
    }

    .product_view .list_btn {
        margin: 64px 0 80px;
    }
}

/* Product development pages: authoritative responsive overrides */
@media screen and (max-width: 900px) {
    .sub_header_under.is-two-items nav {
        width: min(100% - 48px, 760px);
        overflow: visible;
    }

    .sub_header_under.is-two-items ul {
        justify-content: stretch;
        overflow: hidden;
    }

    .sub_header_under.is-two-items ul li {
        flex: 1 1 50%;
        min-width: 0;
    }

    .daeho-product-dev-page .daeho-product-container {
        width: min(100% - 48px, 760px);
    }

    .daeho-product-dev-page .daeho-product-dev-grid.gallery_grid.fr3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 24px;
    }

    .daeho-product-dev-page .daeho-product-dev-thumb.gallery_grid_item_img_box {
        height: auto;
        aspect-ratio: 1 / 1;
        border-radius: 8px;
    }

    .daeho-product-dev-page .daeho-product-dev-name.gallery_grid_item_title.fr3 {
        left: 18px;
        right: 18px;
        bottom: 20px;
        width: auto;
        min-height: 2.6em;
        margin: 0;
        display: -webkit-box;
        overflow: hidden;
        font-size: 19px;
        line-height: 1.3;
        word-break: normal;
        overflow-wrap: break-word;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .daeho-product-dev-page .modal-overlay {
        padding: 20px;
        box-sizing: border-box;
    }

    .daeho-product-dev-page .modal-dialog.dev {
        width: min(100%, 620px);
        max-height: calc(100dvh - 40px);
        padding: 28px;
        border-radius: 8px;
    }

    .daeho-product-dev-page .modal-dialog.dev .modal-body {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }

    .daeho-product-dev-page .modal-dialog.dev .modal-left img {
        width: 100%;
        height: auto;
        max-height: min(48vh, 420px);
        object-fit: contain;
    }

    .daeho-product-dev-page .modal-dialog.dev h2,
    .daeho-product-dev-page .modal-description {
        word-break: normal;
        overflow-wrap: break-word;
    }

    .daeho-inquiry-page {
        width: min(100% - 48px, 1200px);
        padding-bottom: 100px;
        box-sizing: border-box;
    }

    .daeho-inquiry-form-wrap.board-write.inquiryWrite {
        width: 100%;
        min-width: 0;
    }

    .daeho-inquiry-form-wrap.board-write.inquiryWrite .title_md {
        left: 20px;
        max-width: 104px;
        font-size: 16px;
        line-height: 1.25;
        overflow-wrap: break-word;
    }

    .daeho-inquiry-form-wrap.board-write.inquiryWrite input[type="text"] {
        width: 100%;
        height: 58px;
        padding: 0 20px 0 132px;
        font-size: 16px;
        box-sizing: border-box;
    }

    .daeho-inquiry-form-wrap.board-write.inquiryWrite textarea {
        width: 100%;
        min-height: 220px;
        padding: 22px 20px 22px 132px;
        font-size: 16px;
        box-sizing: border-box;
        resize: vertical;
    }

    .daeho-inquiry-file-row .attach_file_button_area.inquiryWrite {
        width: 100%;
        height: 58px;
        grid-template-columns: 132px minmax(0, 1fr) 112px;
        box-sizing: border-box;
    }

    .daeho-inquiry-file-name {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .daeho-inquiry-terms .check-box-zone {
        min-width: 0;
        overflow-wrap: break-word;
    }

    .daeho-inquiry-captcha {
        max-width: 100%;
        overflow: hidden;
    }
}

@media screen and (max-width: 560px) {
    .sub_header_under.is-two-items nav {
        width: calc(100% - 32px);
    }

    .sub_header_under.is-two-items ul li {
        flex-basis: 50%;
    }

    .sub_header_under.is-two-items ul li a {
        padding: 0 8px;
        font-size: 14px;
    }

    .daeho-product-dev-page {
        padding-bottom: 84px;
    }

    .daeho-product-dev-page .daeho-product-container {
        width: calc(100% - 32px);
    }

    .daeho-product-dev-page .daeho-product-dev-grid.gallery_grid.fr3 {
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
    }

    .daeho-product-dev-page .daeho-product-dev-name.gallery_grid_item_title.fr3 {
        left: 16px;
        right: 16px;
        bottom: 18px;
        min-height: 0;
        font-size: 18px;
    }

    .daeho-product-dev-page .modal-overlay {
        padding: 12px;
    }

    .daeho-product-dev-page .modal-dialog.dev {
        max-height: calc(100dvh - 24px);
        padding: 20px 16px;
    }

    .daeho-product-dev-page .modal-dialog.dev .modal-left img {
        max-height: 38vh;
    }

    .daeho-inquiry-page {
        width: calc(100% - 32px);
        padding-bottom: 80px;
    }

    .daeho-inquiry-form-wrap.board-write.inquiryWrite .title_md {
        position: static;
        display: block;
        max-width: none;
        margin: 0 0 9px;
        font-size: 15px;
    }

    .daeho-inquiry-form-wrap.board-write.inquiryWrite input[type="text"],
    .daeho-inquiry-form-wrap.board-write.inquiryWrite textarea {
        padding: 16px;
        font-size: 15px;
    }

    .daeho-inquiry-form-wrap.board-write.inquiryWrite input[type="text"] {
        height: 54px;
    }

    .daeho-inquiry-form-wrap.board-write.inquiryWrite textarea {
        min-height: 200px;
    }

    .daeho-inquiry-file-row .attach_file_button_area.inquiryWrite {
        height: auto;
        min-height: 108px;
        padding: 14px;
        grid-template-columns: minmax(0, 1fr) 104px;
        grid-template-areas:
            "label label"
            "filename button";
        gap: 10px;
    }

    .daeho-inquiry-file-row .attach_file_button_area.inquiryWrite .title_md {
        grid-area: label;
        margin: 0;
        padding: 0;
    }

    .daeho-inquiry-file-name {
        grid-area: filename;
        font-size: 13px;
    }

    .daeho-inquiry-file-button {
        grid-area: button;
        width: 104px;
        height: 44px;
        font-size: 14px;
    }

    .daeho-inquiry-terms.terms_wrap {
        margin-top: 42px;
    }

    .daeho-inquiry-terms .agree-text,
    .daeho-inquiry-terms .agree-detail-link {
        font-size: 14px;
        line-height: 1.5;
    }

    .daeho-inquiry-captcha {
        width: 100%;
        transform-origin: left top;
    }

    .daeho-inquiry-submit.board_button {
        margin-top: 40px;
    }
}

@media screen and (max-width: 360px) {
    .daeho-inquiry-captcha .g-recaptcha {
        transform: scale(0.88);
        transform-origin: left top;
    }
}

/* Online support pages: authoritative responsive overrides */
@media screen and (max-width: 900px) {
    .daeho-support-page .daeho-support-container {
        width: min(100% - 48px, 760px);
    }

    .daeho-support-page .daeho-support-title,
    .daeho-support-write-page .daeho-support-title {
        word-break: normal;
        overflow-wrap: break-word;
    }

    .daeho-support-page .daeho-support-board.subpage_table_board {
        width: 100%;
        overflow: visible;
    }

    .daeho-support-page .daeho-support-table {
        width: 100%;
        min-width: 0;
    }

    .daeho-support-page .daeho-support-col-number {
        width: 70px;
    }

    .daeho-support-page .daeho-support-col-status {
        width: 120px;
    }

    .daeho-support-page .daeho-support-col-writer {
        width: 100px;
    }

    .daeho-support-page .daeho-support-col-date {
        width: 125px;
    }

    .daeho-support-page .daeho-support-subject {
        min-width: 0;
        padding-right: 12px;
        padding-left: 12px;
    }

    .daeho-support-page .daeho-support-subject a {
        width: 100%;
        min-width: 0;
        gap: 10px;
    }

    .daeho-support-page .daeho-support-table thead th,
    .daeho-support-page .daeho-support-table td {
        font-size: 15px;
    }

    .daeho-support-page .daeho-support-state {
        min-width: 88px;
        padding: 0 8px;
        font-size: 13px;
        white-space: nowrap;
        box-sizing: border-box;
    }

    .daeho-support-write-page {
        padding-bottom: 100px;
    }

    .daeho-support-write-form.board-write {
        width: min(100% - 48px, 760px);
        min-width: 0;
        box-sizing: border-box;
    }

    .daeho-support-write-form #boardForm,
    .daeho-support-write-form .board_info,
    .daeho-support-write-form #mainYnArea,
    .daeho-support-write-form .board_content {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .daeho-support-write-form #title,
    .daeho-support-write-form .daeho-support-writer-input,
    .daeho-support-write-form #content {
        width: 100%;
        box-sizing: border-box;
    }

    .daeho-support-write-form #content {
        min-height: 320px;
        resize: vertical;
    }

    .daeho-support-write-form .daeho-support-private {
        width: 100%;
        padding-left: 0;
        display: grid;
        grid-template-columns: auto 26px auto 26px auto minmax(160px, 1fr);
        align-items: center;
        gap: 10px;
        box-sizing: border-box;
    }

    .daeho-support-write-form .daeho-support-private .private_title {
        margin-right: 18px;
    }

    .daeho-support-write-form .daeho-support-private label,
    .daeho-support-write-form .daeho-support-private label[for="privateYnN"] {
        margin: 0;
    }

    .daeho-support-write-form .daeho-support-private #password {
        width: 100%;
        min-width: 0;
        margin-left: 14px;
        box-sizing: border-box;
    }

    .daeho-support-write-form .board_button {
        margin: 34px 0 0;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 700px) {
    .daeho-support-page {
        padding-bottom: 90px;
    }

    .daeho-support-page .daeho-support-container,
    .daeho-support-write-form.board-write {
        width: calc(100% - 32px);
    }

    .daeho-support-page .daeho-support-title,
    .daeho-support-write-page .daeho-support-title {
        margin-bottom: 42px;
        font-size: 30px;
    }

    .daeho-support-page .daeho-support-toolbar.search_area_total {
        margin-bottom: 28px;
    }

    .daeho-support-page .daeho-support-table,
    .daeho-support-page .daeho-support-table tbody {
        width: 100%;
        min-width: 0;
        display: block;
    }

    .daeho-support-page .daeho-support-table thead {
        display: none;
    }

    .daeho-support-page .daeho-support-table tr {
        width: 100%;
        margin-bottom: 14px;
        padding: 20px;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "subject subject"
            "status date"
            "writer number";
        gap: 12px 16px;
        border: 1px solid #e2e7eb;
        border-radius: 8px;
        background: #ffffff;
        box-sizing: border-box;
    }

    .daeho-support-page .daeho-support-table td {
        width: auto;
        height: auto;
        min-width: 0;
        padding: 0;
        display: block;
        border: 0;
        font-size: 14px;
        line-height: 1.45;
        text-align: left;
        box-sizing: border-box;
    }

    .daeho-support-page .daeho-support-status-cell {
        grid-area: status;
    }

    .daeho-support-page .daeho-support-subject {
        grid-area: subject;
    }

    .daeho-support-page .daeho-support-subject a {
        width: 100%;
        max-width: 100%;
        display: flex;
        align-items: center;
        gap: 8px;
        overflow: hidden;
        font-size: 17px;
        font-weight: 700;
        line-height: 1.4;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .daeho-support-page .daeho-support-writer {
        grid-area: writer;
        overflow: hidden;
        color: #555555;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .daeho-support-page .daeho-support-date {
        grid-area: date;
        color: #777777;
        text-align: right;
        white-space: nowrap;
    }

    .daeho-support-page .daeho-support-number {
        grid-area: number;
        color: #999999;
        text-align: right;
        white-space: nowrap;
    }

    .daeho-support-page .daeho-support-writer::before,
    .daeho-support-page .daeho-support-date::before,
    .daeho-support-page .daeho-support-number::before {
        content: attr(data-label) " ";
        color: #999999;
        font-size: 12px;
        font-weight: 600;
    }

    .daeho-support-page .daeho-support-state {
        width: fit-content;
        min-width: 0;
        max-width: 100%;
        height: 28px;
        margin: 0;
        padding: 0 10px;
        font-size: 12px;
        line-height: 1;
        white-space: nowrap;
    }

    .daeho-support-page .daeho-support-empty {
        grid-area: subject;
        padding: 36px 12px;
        text-align: center;
    }

    .daeho-support-page .daeho-support-write {
        margin-top: 24px;
    }

    .daeho-support-page .daeho-support-write a {
        width: 116px;
        height: 46px;
        font-size: 16px;
    }

    .daeho-support-page #pagenation_area {
        margin-top: 38px;
    }

    .daeho-support-write-page {
        padding-bottom: 80px;
    }

    .daeho-support-write-form #title,
    .daeho-support-write-form .daeho-support-writer-input {
        height: 54px;
        padding: 0 16px;
        font-size: 15px;
    }

    .daeho-support-write-form #content {
        min-height: 260px;
        padding: 16px;
        font-size: 15px;
    }

    .daeho-support-write-form .daeho-support-private {
        margin-top: 24px;
        grid-template-columns: 24px auto 24px auto;
        gap: 10px;
    }

    .daeho-support-write-form .daeho-support-private .private_title {
        grid-column: 1 / -1;
        width: auto;
        margin: 0 0 4px;
        font-size: 17px;
    }

    .daeho-support-write-form.board-write .daeho-support-private input[type="radio"] {
        width: 24px;
        height: 24px;
    }

    .daeho-support-write-form.board-write .daeho-support-private input[type="radio"]:checked {
        width: 24px;
        height: 24px;
    }

    .daeho-support-write-form.board-write .daeho-support-private input[type="radio"]:checked::after {
        width: 8px;
        height: 13px;
        margin: 3px 0 0 7px;
    }

    .daeho-support-write-form .daeho-support-private label {
        font-size: 15px;
    }

    .daeho-support-write-form .daeho-support-private #password {
        grid-column: 1 / -1;
        width: 100%;
        height: 42px;
        margin: 8px 0 0;
        padding: 0 4px;
        font-size: 16px;
    }

    .daeho-support-write-form .board_button {
        margin-top: 30px;
    }

    .daeho-support-write-form .board_button .mainBtn {
        width: 100%;
        height: 50px;
        font-size: 16px;
    }
}

/* Gallery page: intermediate responsive layout */
@media screen and (max-width: 1500px) {
    .daeho-gallery-page .daeho-gallery-container {
        width: min(calc(100% - 96px), 1200px);
    }

    .daeho-gallery-page .daeho-gallery-grid.gallery_grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 48px 28px;
    }

    .daeho-gallery-page .daeho-gallery-thumb.gallery_grid_item_img_box {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .daeho-gallery-page .daeho-gallery-thumb img.gallery_grid_item_img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 1100px) {
    .daeho-gallery-page .daeho-gallery-container {
        width: min(calc(100% - 48px), 900px);
    }

    .daeho-gallery-page .daeho-gallery-grid.gallery_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px 24px;
    }

    .daeho-gallery-page .daeho-gallery-toolbar.search_area_total {
        margin-bottom: 42px;
        gap: 24px;
    }

    .daeho-gallery-page .daeho-gallery-toolbar section.search {
        width: min(350px, 52vw);
        min-width: 0;
    }

    .daeho-gallery-page .daeho-gallery-card span.gallery_grid_item_title {
        min-height: 2.8em;
        margin-top: 18px;
        display: -webkit-box;
        overflow: hidden;
        font-size: 17px;
        line-height: 1.4;
        white-space: normal;
        overflow-wrap: break-word;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

/* Notice and library pages: bridge desktop and mobile table layouts. */
@media screen and (max-width: 1100px) {
    .daeho-notice-page .daeho-notice-container {
        width: min(calc(100% - 48px), 900px);
    }

    .daeho-notice-page .daeho-notice-toolbar.search_area_total {
        margin-bottom: 42px;
        gap: 24px;
    }

    .daeho-notice-page .daeho-notice-toolbar section.search {
        width: min(350px, 52vw);
        min-width: 0;
    }

    .daeho-notice-page .daeho-notice-board.subpage_table_board,
    .daeho-notice-page .daeho-notice-table {
        width: 100%;
        min-width: 0;
    }

    .daeho-notice-page .daeho-notice-table {
        table-layout: fixed;
    }

    .daeho-notice-page .daeho-notice-table col:first-child {
        width: 80px !important;
    }

    .daeho-notice-page .daeho-notice-table col:last-child {
        width: 150px !important;
    }

    .daeho-notice-page .daeho-notice-subject {
        min-width: 0;
        padding-right: 16px;
        padding-left: 16px;
    }

    .daeho-notice-page .daeho-notice-subject a {
        width: 100%;
        max-width: 100%;
        display: block;
        overflow: hidden;
        color: #111;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

/* Community pages: authoritative responsive overrides */
@media screen and (max-width: 900px) {
    .sub_header_under.is-three-items nav {
        width: min(100% - 48px, 760px);
        overflow: visible;
    }

    .sub_header_under.is-three-items ul {
        justify-content: stretch;
        overflow: hidden;
    }

    .sub_header_under.is-three-items ul li {
        flex: 1 1 33.333%;
        min-width: 0;
    }

    .daeho-notice-page .daeho-notice-container {
        width: min(100% - 48px, 760px);
    }

    .daeho-notice-page .daeho-notice-toolbar.search_area_total {
        margin-bottom: 42px;
        gap: 24px;
    }

    .daeho-notice-page .daeho-notice-toolbar section.search {
        width: min(300px, 52vw);
        min-width: 0;
    }

    .daeho-notice-page .daeho-notice-board.subpage_table_board {
        width: 100%;
        overflow: visible;
    }

    .daeho-notice-page .daeho-notice-table {
        width: 100%;
        min-width: 0;
        table-layout: fixed;
    }

    .daeho-notice-page .daeho-notice-table col:first-child {
        width: 70px !important;
    }

    .daeho-notice-page .daeho-notice-table col:last-child {
        width: 130px !important;
    }

    .daeho-notice-page .daeho-notice-table thead th {
        height: 54px;
        font-size: 15px;
    }

    .daeho-notice-page .daeho-notice-table td {
        height: 68px;
        padding: 0 10px;
        font-size: 15px;
        box-sizing: border-box;
    }

    .daeho-notice-page .daeho-notice-number {
        text-align: center;
    }

    .daeho-notice-page .daeho-notice-subject {
        min-width: 0;
        padding-left: 16px;
    }

    .daeho-notice-page .daeho-notice-subject a {
        max-width: 100%;
        display: block;
        overflow: hidden;
        line-height: 1.4;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .daeho-notice-page .daeho-notice-date {
        overflow: hidden;
        font-size: 14px;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .daeho-gallery-page .daeho-gallery-grid.gallery_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 40px 24px;
    }

    .daeho-gallery-page .daeho-gallery-thumb {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        border-radius: 8px;
        overflow: hidden;
    }

    .daeho-gallery-page .daeho-gallery-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .daeho-gallery-page .daeho-gallery-card span.gallery_grid_item_title {
        min-height: 2.8em;
        margin-top: 16px;
        display: -webkit-box;
        overflow: hidden;
        font-size: 17px;
        line-height: 1.4;
        word-break: normal;
        overflow-wrap: break-word;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

@media screen and (max-width: 560px) {
    .sub_header_under.is-three-items nav,
    .daeho-notice-page .daeho-notice-container {
        width: calc(100% - 32px);
    }

    .sub_header_under.is-three-items ul li {
        flex-basis: 33.333%;
    }

    .sub_header_under.is-three-items ul li a {
        padding: 0 5px;
        font-size: 13px;
    }

    .daeho-notice-page {
        padding-bottom: 84px;
    }

    .daeho-notice-page .daeho-notice-toolbar.search_area_total {
        margin-bottom: 30px;
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }

    .daeho-notice-page .daeho-notice-toolbar section.search {
        width: 100%;
        align-self: stretch;
    }

    .daeho-notice-page .daeho-notice-table col:first-child {
        width: 46px !important;
    }

    .daeho-notice-page .daeho-notice-table col:last-child {
        width: 94px !important;
    }

    .daeho-notice-page .daeho-notice-table thead th {
        height: 48px;
        font-size: 13px;
    }

    .daeho-notice-page .daeho-notice-table td {
        height: 62px;
        padding: 0 6px;
        font-size: 14px;
    }

    .daeho-notice-page .daeho-notice-subject {
        padding-left: 10px;
    }

    .daeho-notice-page .daeho-notice-date {
        font-size: 12px;
    }

    .daeho-gallery-page .daeho-gallery-grid.gallery_grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 34px;
    }

    .daeho-gallery-page .daeho-gallery-card span.gallery_grid_item_title {
        min-height: 0;
        font-size: 16px;
    }

    .daeho-notice-page #pagenation_area,
    .daeho-gallery-page #pagenation_area {
        margin-top: 48px;
    }
}

/* Company introduction: intermediate responsive layout */
@media screen and (max-width: 1200px) {
    .daeho-company-story {
        grid-template-columns: minmax(0, 1fr);
    }

    .daeho-company-story.first,
    .daeho-company-story.second {
        min-height: 0;
    }

    .daeho-company-story.second {
        padding-bottom: 96px;
        box-sizing: border-box;
    }

    .daeho-company-copy.first,
    .daeho-company-copy.second {
        width: min(calc(100% - 96px), 900px);
        max-width: none;
        margin: 0 auto;
        padding-top: 88px;
        box-sizing: border-box;
    }

    .daeho-company-copy h2,
    .daeho-company-copy.first h2,
    .daeho-company-copy.second h2,
    .daeho-company-copy p {
        width: 100%;
        max-width: 100%;
        overflow-wrap: break-word;
    }

    .daeho-company-copy h2 {
        font-size: 36px;
    }

    .daeho-company-copy p {
        margin-top: 40px;
        font-size: 18px;
        line-height: 1.55;
    }

    .daeho-company-photo-wrap.first,
    .daeho-company-photo-wrap.second {
        width: 100%;
        padding-top: 56px;
        box-sizing: border-box;
    }

    .daeho-company-photo.main,
    .daeho-company-photo.wide {
        width: calc(100% - 48px);
        height: clamp(360px, 52vw, 540px);
        margin-left: 48px;
    }

    .daeho-company-photo.wide {
        margin-left: 0;
    }

    .daeho-company-photo.wide::before {
        inset: 0;
        width: 100%;
        height: 100%;
        background-position: center;
    }

    .daeho-company-photo.circle,
    .daeho-company-wave {
        display: none;
    }
}

/* Mission and vision: intermediate responsive layout */
@media screen and (max-width: 1300px) {
    .daeho-vision-summary,
    .daeho-vision-values,
    .daeho-vision-strategy {
        width: min(calc(100% - 96px), 1100px);
        box-sizing: border-box;
    }

    .daeho-vision-row {
        padding-right: 48px;
        padding-left: 48px;
        gap: clamp(36px, 6vw, 72px);
    }

    .daeho-vision-row p {
        min-width: 0;
        font-size: clamp(20px, 2.2vw, 26px);
        overflow-wrap: break-word;
    }

    .daeho-vision-values {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
        margin-bottom: 180px;
    }

    .daeho-vision-value {
        min-width: 0;
    }

    .daeho-vision-icon {
        width: clamp(160px, 17vw, 200px);
        height: clamp(160px, 17vw, 200px);
    }

    .daeho-vision-icon::before {
        width: clamp(86px, 9vw, 108px);
        height: clamp(86px, 9vw, 108px);
    }

    .daeho-vision-pill {
        width: 100%;
        min-width: 0;
        height: auto;
        min-height: 82px;
        overflow: hidden;
        box-sizing: border-box;
    }

    .daeho-vision-pill::before {
        display: none;
    }

    .daeho-vision-pill span {
        width: 100%;
        min-width: 0;
        padding: 12px 18px;
        font-size: clamp(19px, 2.1vw, 25px);
        line-height: 1.25;
        text-align: center;
        overflow-wrap: break-word;
        box-sizing: border-box;
    }

    .daeho-vision-value > p {
        padding: 0 18px;
        font-size: clamp(19px, 2.1vw, 25px);
        overflow-wrap: break-word;
        box-sizing: border-box;
    }

    .daeho-vision-banner-text {
        right: 48px;
        left: 48px;
        width: auto;
        max-width: 620px;
    }

    .daeho-vision-banner-copy-list,
    .daeho-vision-banner-copy {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .daeho-vision-banner-text h2 {
        font-size: clamp(40px, 4.6vw, 58px);
        overflow-wrap: break-word;
    }

    .daeho-vision-strategy-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 32px;
    }

    .daeho-vision-strategy-list article,
    .daeho-vision-strategy-list h3,
    .daeho-vision-strategy-list p {
        min-width: 0;
        overflow-wrap: break-word;
    }
}

/* History page: intermediate two-column layout */
@media screen and (min-width: 901px) and (max-width: 1300px) {
    .daeho-history-page .daeho-history-intro,
    .daeho-history-page .daeho-history-timeline {
        width: min(calc(100% - 96px), 1100px);
        max-width: none;
        box-sizing: border-box;
    }

    .daeho-history-page .daeho-history-item,
    .daeho-history-page .daeho-history-item.left {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr);
        column-gap: 28px;
        align-items: start;
    }

    .daeho-history-page .daeho-history-item.left {
        grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
    }

    .daeho-history-page .daeho-history-content,
    .daeho-history-page .daeho-history-item.right .daeho-history-content,
    .daeho-history-page .daeho-history-item.left .daeho-history-content {
        width: 100%;
        min-width: 0;
        margin-left: 0;
        padding: 0 24px;
        box-sizing: border-box;
    }

    .daeho-history-page .daeho-history-line {
        width: 100%;
    }

    .daeho-history-page .daeho-history-item img,
    .daeho-history-page .daeho-history-item.left img {
        width: 100%;
        height: auto;
        aspect-ratio: 1.66 / 1;
        object-fit: cover;
    }

    .daeho-history-page .daeho-history-content strong {
        font-size: clamp(34px, 3.8vw, 42px);
    }

    .daeho-history-page .daeho-history-content h2 {
        margin-top: 32px;
        font-size: clamp(30px, 3.5vw, 38px);
        overflow-wrap: break-word;
    }

    .daeho-history-page .daeho-history-content p {
        margin-top: 60px;
        font-size: 18px;
        overflow-wrap: break-word;
    }

    .daeho-history-page .daeho-history-item + .daeho-history-item {
        margin-top: 160px;
    }
}

/* Company pages: final responsive overrides */
@media screen and (max-width: 900px) {
    .daeho-vision-pill::before {
        display: none;
    }

    .daeho-vision-values {
        row-gap: 24px;
        margin-bottom: 90px;
    }

    .daeho-vision-value {
        min-height: 0;
        padding: clamp(24px, 5vw, 32px) 20px;
        border: 1px solid #e5ebf0;
        border-radius: 8px;
        background: #ffffff;
        box-sizing: border-box;
    }

    .daeho-vision-icon {
        width: clamp(104px, 18vw, 128px);
        height: clamp(104px, 18vw, 128px);
        flex: 0 0 auto;
    }

    .daeho-vision-icon::before {
        width: clamp(58px, 10vw, 72px);
        height: clamp(58px, 10vw, 72px);
    }

    .daeho-vision-line {
        height: 38px;
        margin: 14px 0;
    }

    .daeho-vision-pill {
        height: auto;
        min-height: 56px;
    }

    .daeho-vision-value > p {
        margin-top: 24px;
        font-size: clamp(16px, 2.4vw, 18px);
        line-height: 1.5;
    }

    .daeho-vision-banner-copy {
        box-sizing: border-box;
    }

    .daeho-vision-strategy-list {
        row-gap: 0;
    }

    .daeho-vision-strategy-list article {
        padding: 26px 0;
        border-bottom: 1px solid #dce3e9;
    }

    .daeho-vision-strategy-list article:first-child {
        padding-top: 0;
    }

    .daeho-vision-strategy-list article:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .daeho-vision-strategy-list p {
        word-break: normal;
    }

    section.sub_header_under {
        min-height: 0;
        padding: 0 0 56px;
    }

    .sub_header_under nav {
        width: calc(100% - 48px);
        overflow: hidden;
    }

    .sub_header_under ul {
        height: 66px;
        margin: 0;
        padding: 6px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 0;
        overflow-x: auto;
        overflow-y: hidden;
        border: 0;
        border-radius: 33px;
        background: #f2f2f2;
        box-sizing: border-box;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .sub_header_under ul::-webkit-scrollbar {
        display: none;
    }

    .sub_header_under ul li {
        flex: 0 0 clamp(132px, 34vw, 220px);
        width: auto;
        min-width: 0;
        height: 54px;
        border: 0;
        border-radius: 27px;
    }

    .sub_header_under ul li a {
        width: 100%;
        height: 54px;
        padding: 0 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        line-height: 1.25;
        white-space: normal;
        text-align: center;
        box-sizing: border-box;
    }

    .daeho-company-story.first,
    .daeho-company-story.second {
        min-height: 0;
    }

    .daeho-company-story.second {
        padding-bottom: 90px;
        box-sizing: border-box;
    }

    .daeho-company-copy.first,
    .daeho-company-copy.second {
        width: auto;
        max-width: none;
        box-sizing: border-box;
    }

    .daeho-company-copy h2,
    .daeho-company-copy.first h2,
    .daeho-company-copy.second h2,
    .daeho-company-copy p {
        width: 100%;
        overflow-wrap: break-word;
    }

    .daeho-company-photo-wrap.first,
    .daeho-company-photo-wrap.second {
        width: 100%;
        box-sizing: border-box;
    }

    .daeho-company-photo.wide::before {
        inset: 0;
        width: 100%;
        height: 100%;
        background-position: center;
    }

    .daeho-philosophy-visual-text,
    .daeho-philosophy-card-body,
    .daeho-philosophy-card h2,
    .daeho-philosophy-card p,
    .daeho-vision-row p,
    .daeho-vision-pill span,
    .daeho-vision-value > p,
    .daeho-vision-strategy-list h3,
    .daeho-vision-strategy-list p,
    .daeho-vision-banner-text h2,
    .daeho-vision-banner-text p,
    .daeho-history-content h2,
    .daeho-history-content p {
        overflow-wrap: break-word;
    }

    .daeho-vision-row,
    .daeho-vision-pill,
    .daeho-vision-strategy-list article {
        min-width: 0;
    }

    .daeho-vision-pill span {
        padding: 0 24px;
        text-align: center;
    }

    .daeho-vision-banner-text {
        left: 24px;
        right: 24px;
        width: auto;
        min-width: 0;
    }

    .daeho-vision-banner-copy-list,
    .daeho-vision-banner-copy {
        width: 100%;
        max-width: 430px;
    }

    .daeho-history-content {
        width: 100%;
        min-width: 0;
        margin-left: 0 !important;
        box-sizing: border-box;
    }

    .daeho-map-address,
    .daeho-map-contact,
    .daeho-map-contact dl {
        min-width: 0;
    }

    .daeho-map-address p,
    .daeho-map-contact dd {
        overflow-wrap: anywhere;
    }
}

@media screen and (max-width: 640px) {
    .daeho-company-story.second {
        padding-bottom: 72px;
    }

    section.sub_header_under {
        padding-bottom: 44px;
    }

    .sub_header_under nav {
        width: calc(100% - 32px);
    }

    .sub_header_under ul li {
        flex-basis: 132px;
    }

    .sub_header_under ul li a {
        padding: 0 10px;
        font-size: 14px;
    }

    .daeho-company-visual {
        height: 430px;
    }

    .daeho-company-visual-text,
    .daeho-philosophy-visual-text,
    .daeho-vision-visual-text {
        width: calc(100% - 32px);
    }

    .daeho-company-copy.first,
    .daeho-company-copy.second {
        margin: 0 16px;
        padding-top: 60px;
    }

    .daeho-company-copy h2 {
        font-size: 26px;
    }

    .daeho-company-copy p {
        margin-top: 26px;
        font-size: 15px;
        line-height: 1.65;
    }

    .daeho-company-photo-wrap.first,
    .daeho-company-photo-wrap.second {
        padding-top: 40px;
    }

    .daeho-company-photo.main,
    .daeho-company-photo.wide {
        width: calc(100% - 16px);
        height: 260px;
        margin-left: 16px;
        border-radius: 54px 0 0 0;
    }

    .daeho-company-photo.wide {
        margin-left: 0;
        border-radius: 0 54px 0 0;
    }

    .daeho-philosophy-visual,
    .daeho-vision-visual {
        height: 360px;
    }

    .daeho-philosophy-list,
    .daeho-vision-summary,
    .daeho-vision-strategy,
    .daeho-vision-values,
    .daeho-history-intro,
    .daeho-history-timeline,
    .daeho-map-section {
        width: calc(100% - 32px);
    }

    .daeho-philosophy-card img,
    .daeho-philosophy-card-photo {
        height: 240px;
    }

    .daeho-vision-pill {
        width: 100%;
        max-width: 320px;
    }

    .daeho-vision-pill span {
        padding: 0 20px;
        font-size: 20px;
    }

    .daeho-vision-banner {
        height: 390px;
    }

    .daeho-vision-banner-text {
        left: 16px;
        right: 16px;
        top: 46px;
    }

    .daeho-vision-banner-control::after {
        width: min(100px, 26vw);
    }

    .daeho-vision-banner-copy-list,
    .daeho-vision-banner-copy {
        max-width: 100%;
    }

    .daeho-vision-banner-text h2 {
        font-size: 29px;
    }

    .daeho-history-item img {
        height: 240px;
    }

    .daeho-map-frame {
        height: 320px;
    }

    .daeho-map-card {
        width: calc(100% - 16px);
        margin-top: -44px;
        padding: 26px 20px;
        border-radius: 20px;
    }

    .daeho-map-address p {
        font-size: 18px;
    }

    .daeho-map-contact dt,
    .daeho-map-contact dd {
        font-size: 14px;
        line-height: 1.5;
    }
}
