@charset "utf-8";


.page-content { } 


/* sub02-- 공통 */
.sub02-wrap .sub-page-subtit{}



.sub-menu-simple-wrap {
    display: flex;
    justify-content: center; 
    width: 90%;
    margin: 40px auto 0;
    border-bottom: 1px solid #e0e0e0;
    color: #666;
    transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    cursor: pointer; 
}

.sub-menu-simple-wrap .sub-menu-simple.active {
    font-weight: 700;
    color: #990048;
    background-color: #fff; 
    border-bottom: 3px solid #990048;
}

.sub-menu-simple {
    flex: 1; 
    padding: 12px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    background: none;
}

.sub-menu-simple:not(.active):hover {
    color: #333;
    background-color: #f5f5f5;
}

.cm-search-container {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    width: 100%;
}

.cm-search-form {
    width: 100%;
    max-width: 1200px; 
}

.cm-search-flex-group {
    display: flex;
    align-items: center;
    gap: 12px; 
    height: 50px;
    padding: 0 25px;
}


.cm-search-input-box {
    flex: 1;
    height: 100%;
    padding: 0 20px;
    border: 1px solid #ddd;
    border-radius: 30px; 
    outline: none;
    text-align: center;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
}

.cm-search-input-box:focus {
    border: 2px solid #000;
}

.cm-search-submit-btn {
    width: 100px;
    height: 100%;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 30px; 
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    transition: background-color 0.2s;
    flex-shrink: 0; 
}

.cm-search-submit-btn:hover {
    background-color: #333;
}


.sub_01_list_container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.cm-equipment-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cm-equipment-item {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cm-equipment-item:hover {
    border-color: #000;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transform: translateY(-3px);
}

.cm-item-inner {
    display: flex;
    align-items: center;
    padding: 25px;
}

.cm-img-box {
    flex: 0 0 25%;
    padding-right: 30px;
}

.cm-img-box img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    object-fit: cover;
}

.cm-text-box {
    flex: 0 0 75%;
    display: flex;
    flex-direction: column;
}

.cm-item-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: #222;
    border-bottom: 2px solid #f4f4f4;
    padding-bottom: 10px;
}

.cm-item-info p {
    margin: 6px 0;
    font-size: 15px;
    color: #555;
    display: flex;
}

.cm-item-info p span {
    font-weight: 600;
    color: #333;
    width: 80px;
    display: inline-block;
}

.view-container {
        max-width: 1200px;
        margin: 50px auto;
        padding: 0 20px;
        font-family: 'Pretendard', sans-serif;
    }

.view-header {
    border-bottom: 2px solid #333;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.view-category {
    color: #666;
    font-size: 14px;
    font-weight: 500;
}
.view-main-title {
    font-size: 32px;
    margin-top: 10px;
    color: #000;
}

.view-content-wrapper {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.view-img-box {
    flex: 0 0 35%;
}
.view-img-box img {
    width: 100%;
    height: 450px; 
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid #eee;
}

.view-info-box {
    flex: 1;
}
.view-spec-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}
.view-spec-table th {
    width: 120px;
    text-align: left;
    padding: 18px 10px;
    border-bottom: 1px solid #eee;
    color: #222;
    font-size: 16px;
}
.view-spec-table td {
    padding: 18px 10px;
    border-bottom: 1px solid #eee;
    color: #555;
    font-size: 16px;
}

.view-action-area {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.btn-moafab {
    display: inline-block;
    padding: 15px 35px;
    background-color: #000; 
    color: #fff !important;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
}
.btn-moafab:hover {
    background-color: #333;
}
.btn-list-back {
    display: inline-block;
    padding: 15px 35px;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
}

/* 연혁 css */
.nint-history-wrap {
    font-family: 'Pretendard', sans-serif;
    color: #333;
    padding: 100px 0; 
}

.history_list .item {
    display: flex;
    position: relative;
    margin-bottom: 60px;
    padding-left: 20px;
    transition: opacity 0.6s ease-out;
}


.history_list .h4_title {
    font-size: 36px;
    font-weight: 700;
    color: #990048;
    width: 150px;
    margin: 0;
    flex-shrink: 0;
}

.history_list .cont {
    flex-grow: 1;
    position: relative;
}

.history_list .cont:before {
    content: '';
    position: absolute;
    top: 12px;
    left: -35px;
    width: 1px;
    height: 0; 
    background: #e0e0e0;
    opacity: 0;
    transition: height 1.2s ease-in-out, opacity 0.5s;
    transform-origin: top; 
}


.history_list .item.active .cont:before {
    height: 190%; 
    opacity: 1;
}

/* 그룹 및 시작 도트 */
.history_list .group {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
    position: relative;
}

.history_list .group:first-child:after {
    content: '';
    position: absolute;
    top: 5px;
    left: -41px;
    z-index: 1;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    border: 3px solid #990048;
    background: #fff;
    box-sizing: border-box;
    opacity: 0;
    transform: scale(0);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s;
}


.history_list .item.active .group:first-child:after {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.3s; 
}

.history_list .month {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    width: 80px;
    flex-shrink: 0;
}

.history_list .ul-type-dot {
    list-style: none;
    padding: 0;
    margin: 0;
}

.history_list .ul-type-dot li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 1.6;
}

.history_list .ul-type-dot li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
}

/* CI Section Common */
.ci-con-box {
    margin-bottom: 100px;
}

.ci-con-title {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
}

.ci-title-line{
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #222;
    position: relative;
}

.ci-con-title::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
}

.ui-wrap {
    margin-bottom: 60px; 
}


.ui-wrap h5 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
    padding-left: 15px;
    border-left: 5px solid rgb(25, 114, 154); 
    line-height: 1.2;
}


.grid_wrap {
    width: 100%;
    height: 320px; 
    background-color: #fff;
    border: 1px solid #e1e1e1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-image: 
        linear-gradient(#f0f0f0 1px, transparent 1px),
        linear-gradient(90deg, #f0f0f0 1px, transparent 1px);
    background-size: 30px 30px;
    background-position: center center;
}

.grid {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15%; 
    box-sizing: border-box;
}

.grid img {
    max-width: 100%; 
    max-height: 140px; 
    width: auto;
    height: auto;
    object-fit: contain;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 10px;
}

.flex-box {
    display: flex;
    gap: 50px; 
}

.ci-item {
    flex: 1;
    min-width: 0;
}

/* 2. 컬러 정보 레이아웃 */
.ci-item {
    flex: 1;
}

.ci-item h5 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
    padding-left: 15px;
    border-left: 5px solid rgb(25, 114, 154); 
    line-height: 1.2;
}

.ci-item .flex-box {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.color-box {
    width: 160px;
    height: 160px;
    border-radius: 8px; 
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    color: #fff;
    font-weight: 600;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05); 
}

/* 개별 색상 지정 */
/* NINT Blue: R 25, G 114, B 154 */
.ci-item:nth-child(1) .color-box {
    background-color: rgb(25, 114, 154);
}

/* NINT Gray: R 114, G 113, B 113 */
.ci-item:nth-child(2) .color-box {
    background-color: rgb(114, 113, 113);
}

.color-box .col {
    font-size: 16px;
    letter-spacing: -0.5px;
}

.color-info-box {
    flex: 1;
}

.color-info-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin-bottom: 15px !important;
    padding-left: 0 !important;
    border-left: none !important;
}

.color-info-box dl {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
}

.color-info-box dl:last-child {
    border-bottom: none;
}

.color-info-box dt {
    font-size: 14px;
    color: #666;
    margin-bottom: 4px;
}

.color-info-box dt:last-child {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
}

.link_btn {
    display: table; 
    height: 45px;
    padding: 0 30px;
    background-color: #990048; 
    border: 1px solid #c8005f; 
    border-radius: 22.5px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.4px;
    color: #fff !important;
    text-decoration: none; 
    line-height: 43px;
    transition: all 0.3s ease;
    cursor: pointer;
    margin: 20px 0;
}

.link_btn span.download {
    display: inline-block;
}

.link_btn:hover {
    background-color: #fff;
    color: #990048 !important;
    border-color: #990048;
    box-shadow: 0 4px 10px rgba(153, 0, 72, 0.2);
}

/* 홍보물 */

/* 1. 기본 레이아웃 및 타이틀 */
#tab-promotion {
    padding: 20px 0;
}

.promo-sub-title {
    font-size: 22px;
    color: #393838;
    margin-bottom: 40px;
    font-weight: 700;
    word-break: keep-all;
}

.promo-vedio-container {
    display: flex;
    position: relative; 
    gap: 80px; 
    padding: 20px 0;
    align-items: stretch; /* 아이템들의 높이를 동일하게 */
}

.pro-main-vedio {
    flex: 1;
    min-width: 0;
}

.pro-main-vedio .v-title {
    display: none; /* 메인 영상의 타이틀은 숨김 처리 */
}

/* 비디오 반응형 비율 유지 (16:9) */
.pro-main-vedio iframe,
.pro-list-vedio iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.pro-logo {
    position: absolute;
    top: 50%;
    left: calc(100% - 400px - 20px); 
    transform: translate(-50%, -50%);
    width: 120px;
    z-index: 10; 
    pointer-events: none; 
}

.pro-logo img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 15px rgba(0,0,0,0.15));
    opacity: 0.4;
}

.pro-list-vedio {
    width: 400px;
    flex-shrink: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    height: fit-content;
}

.pro-list-vedio ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pro-list-vedio li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: background 0.3s;
}

.pro-list-vedio li:hover {
    background-color: #f8f9fa;
}

.pro-list-vedio li iframe {
    width: 140px; 
    height: auto;
    aspect-ratio: 16 / 9;
    pointer-events: none; /
}

.pro-list-vedio .v-title {
    flex: 1;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
    word-break: keep-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 메인 비디오 비율 유지용 */
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 비율 */
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}


/* 리스트 항목 스타일 */
.pro-list-vedio li {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eee;
    transition: all 0.2s;
}

.pro-list-vedio .thumb-area {
    width: 120px; 
    margin-right: 15px;
    pointer-events: none; /
}


.pro-list-vedio li {
    transition: all 0.3s ease;
}

.pro-list-vedio .thumb-area iframe {
    pointer-events: none;
}


.promo-book-container {
    display: flex;
    align-items: center;
    background-color: #f8f9fa; 
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 50px 80px;
    position: relative;
    gap: 0;
}


.pro-book-btns {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
    z-index: 5;
}

.pro-book-btns button {
    width: 400px;
    height: 75px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 700;
    color: #444;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    padding: 0 25px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03);
}

.pro-book-btns button:hover {
    background-color: #005aab;
    color: #fff;
    border-color: #005aab;
    transform: translateX(5px); 
}

.pro-logo-area {
    flex: 0.2; 
    position: relative;
    z-index: 10;
}

.pro-logo-co {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px; 
}

.pro-logo img {
    width: 100%;
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.08));
}

.pro-book-imgs {
    flex: 1.5;
    display: flex;
    justify-content: flex-end;
}

.img-frame {
    position: relative;
    padding: 15px; 
    background: rgba(255, 255, 255, 0.5); 
    border-radius: 12px;
}

.img-frame::before {
    content: '';
    position: absolute;
    top: -10px; left: -10px; right: -10px; bottom: -10px;
    background: inherit;
    filter: blur(15px); 
    z-index: -1;
    opacity: 0.6;
}

.img-frame img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

/* 반응형 */
@media screen and (max-width: 1024px) {
    .promo-book-container {
        flex-direction: column;
        padding: 40px;
        text-align: center;
    }
    .pro-book-btns { align-items: center; margin-bottom: 30px; }
    .pro-logo-area { height: 60px; margin-bottom: 20px; }
    .pro-book-imgs { justify-content: center; }
    .pro-logo-co {
        display: none;
    }

    .promo-book-container {
        flex-direction: column;
        padding: 40px;
        text-align: center;
    }
    .pro-book-btns { align-items: center; margin-bottom: 30px; }
    .pro-logo-area { height: 60px; margin-bottom: 20px; }
    .pro-book-imgs { justify-content: center; }

    .promo-vedio-container { flex-direction: column; }
    .pro-logo { display: none; }
    .pro-list-vedio { width: 100%; }
}

@media screen and (max-width: 1200px) {
    .promo-vedio-container {
        flex-direction: column;
    }
    .pro-logo {
        position: relative; 
        top: 0;
        left: 0;
        transform: none;
        margin: 20px auto;
        width: 80px;
    }
    .pro-list-vedio {
        width: 100%;
    }
}

/* 2. 모바일 스타일 */
@media screen and (max-width: 1024px) {
    .link_btn {
        display: block; 
        margin: 0 auto;
        width: fit-content; 
        height: 50px; 
        line-height: 48px;
        padding: 0 40px;
        font-size: 16px; 
    }
}

@media screen and (max-width: 768px) {
    .tbl_ulli tr th:first-child {
        width: 13px;
        font-size: 14px !important;
        font-weight: 500 !important;
        vertical-align: top;
        text-align: left;
        padding-left: 0;
        padding-top: 0;
    }
    .tbl_ulli tr td {
        font-size: 14px !important;
        font-weight: 500 !important;
        vertical-align: top;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 5px;
        line-height: 21px;
    }

    .promo-sub-title {
        font-size: 18px;
    }
     .pro-list-vedio li {
        flex-direction: column;
        align-items: flex-start;
    }

    .pro-list-vedio li iframe {
        width: 100%;
    }
    .sub-menu-simple-wrap {
        border-bottom: 1px solid #e0e0e0;
    }
    .sub-menu-simple {
        flex: 1; 
        padding: 12px 0;
        text-align: center;
        font-size: 16px;
        color: #666;
        border-bottom: 3px solid transparent;
    }
    .sub-menu-simple.active {
        font-weight: 700;
        color: #990048;
        border-bottom: 3px solid #990048;
    }
    .sub-menu-simple:hover:not(.active) {
        background-color: #f5f5f5;
    }
    .grid {
        padding: 0 10%; 
    }
    .grid_wrap {
        background-size: 20px 20px;
    }
    .cm-search-form {
        width: 100%;
    }
    .cm-search-flex-group {
        height: 46px;
        gap: 8px;
        padding: 0;
    }
    .cm-search-input-box {
        font-size: 14px;
    }
    .cm-search-submit-btn {
        width: 70px;
        font-size: 14px;

    }
    .cm-item-inner {
        display: block;
        padding: 15px;
    }
    .cm-img-box {
        flex: 0 0 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .cm-text-box {
        flex: 0 0 100%;
    }
    .cm-item-title {
        font-size: 18px;
    }
    .cm-item-info p {
        font-size: 14px;
    }
    .view-content-wrapper {
        flex-direction: column;
    }
    .view-img-box {
        flex: 0 0 100%;
        width: 100%;
    }
    .view-img-box img {
        height: 300px;
    }
    .btn-moafab, .btn-list-back {
        flex: 1;
        text-align: center;
        font-size: 14px;
    }

    .sub-menu-simple-wrap {
        width: 100%; 
        flex-wrap: wrap; 
        border-bottom: none; 
        gap: 5px; 
    }

    .sub-menu-simple {
        flex: 0 0 calc(50% - 5px); 
        padding: 15px 0;
        font-size: 14px;
        background-color: #f9f9f9; 
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        margin-bottom: 5px;
    }

    .sub-menu-simple-wrap .sub-menu-simple.active {
        border: 1px solid #990048; 
        border-bottom: 1px solid #990048; 
        color: #990048;
    }
    .sub-menu-simple:last-child:nth-child(odd) {
        flex: 0 0 100%;
    }

    .history_list .item { padding-left: 50px; }
    .history_list .cont:before { left: -30px; }
    .history_list .group:first-child:after { left: -36px; }
}


@media (max-width: 1024px) { 
    .sub-page-subtit { font-size: 26px; }
    .ci-bon-title {
        font-size: 26px;
        margin-bottom: 30px;
    }
    
    .flex-box {
        flex-direction: column;
        gap: 40px;
    }

    .ui-wrap h5 {
        font-size: 20px;
    }

    .grid_wrap {
        height: 240px;
    }

     .ci-con-box {
        padding: 0 5%; 
    }


    .ci-con-title {
        font-size: 26px;
        margin-bottom: 30px;
    }


    .ci-con-box > .flex-box {
        flex-direction: column;
        gap: 60px;
        align-items: center; /* 중앙 정렬 */
    }

    .ci-item {
        width: 100%; /* 부모 안에서 꽉 차게 */
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .ci-item .flex-box {
        flex-direction: column;
        gap: 20px;
        width: 100%; 
    }

    /* 실제 색상 박스 수정 */
    .color-box {
        width: 100% !important; 
        height: 100px;
        border-radius: 6px;
        padding: 15px;
    }

    /* 컬러 상세 정보 텍스트 영역 */
    .color-info-box {
        width: 100%;
        background-color: #f9f9f9; 
        padding: 20px;
        box-sizing: border-box;
        border-radius: 6px;
    }

    .color-info-title {
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }

    .color-info-box dl {
        display: flex;
        justify-content: space-between; 
        align-items: center;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }

    .color-info-box dt:last-child {
        font-size: 15px;
        text-align: right;
    }
} 

@media screen and (max-width: 1024px) {
   
}

@media screen and (max-width: 480px) {
    .color-info-box dl {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .color-info-box dt:last-child {
        text-align: left;
        margin-top: 4px;
    }
}






/* 장비목록 css */
    /* 전체 컨테이너 */
    .sub0102_container {
        width: 100%;
        margin: 0px auto;
        font-family: 'Noto Sans KR', sans-serif;
    }

    .step_list_title h2 {
        font-size: 24px;
        font-weight: 700;
        color: #000;
        padding-bottom: 15px;
    }

    /* 리스트 아이템 (Flex 레이아웃) */
    .step_list > li {
        display: flex;
        align-items: stretch;
        position: relative;
        margin-bottom: 50px;
    }

    /* 마지막 아이템 화살표 제거 */
    .step_list > li:last-child {
        margin-bottom: 0;
    }
    .step_list > li:last-child::before {
        display: none;
    }

    /* 화살표 아이콘 */
    .step_list > li::before {
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        background: url('../image/sub/text_link_ic.png') no-repeat center center;
        background-size: contain;
        position: absolute;
        left: 175px; 
        bottom: -40px;
        transform: translateX(-50%) rotate(90deg);
        z-index: 1;
    }

    /* STEP 박스 */
    .step_list .box {
        width: 40%; 
        min-width: 350px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
        border: 2px solid #ccc;
        border-radius: 20px;
        padding: 30px;
        box-sizing: border-box;
        color: #990048;
        margin-right: 40px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); 
        transition: all 0.3s ease;
    }

    .step_list .box:hover {
      border-color: #990048;

    }

    .step_list .box-title {
        text-align: left;
    }

    .step_list .box-title .step {
        display: block;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1px;
        margin-bottom: 5px;
        opacity: 0.8;
    }

    .step_list .box-title div {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.3;
        word-break: keep-all;
    }

    .step_list .box-icon {
        display: flex;
        justify-content: flex-end; 
        align-items: center;
        min-width: 60px;
    }
    
    .step_list .box-icon img {
        max-width: 50px;
        height: auto;
    }

    .step_list .exp_box {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start; /* 왼쪽 정렬 */
        padding: 10px 0;
        text-align: left;
        color: #444;
    }

    .step_list .exp_box p {
        font-size: 16px;
        line-height: 1.6;
        margin: 10px 0;
        word-break: keep-all;
        color: #333;
    }

    .step_list .exp_box button {
        display: inline-block;
        margin: 5px 10px 5px 0;
    }

    .step_list .exp_box button a {
        display: inline-block;
        width: 230px;         
        padding: 12px 0;       
        text-align: center;    
        box-sizing: border-box; 
        
        border-radius: 30px;
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        transition: opacity 0.3s;
    }

    .step_list .exp_box button a:hover {
        opacity: 0.8;
    }

    /* 버튼 색상 */
    .step_list .exp_box button a[href*="nano.or.kr"] {
        background-color: #990048;
    }

    .step_list .exp_box button a[href*="moafab.kr"] {
        background-color: #000;
    }

    /* 반응형 */
    @media (max-width: 768px) {
        .step_list > li {
            flex-direction: column;
            margin-bottom: 60px;
        }
        
        .step_list .box {
            width: 100%;
            min-width: auto;
            margin-right: 0;
            margin-bottom: 20px;
            padding: 20px 30px;
            text-align: center;
        }

        .step_list > li::before {
            left: 50%;
            bottom: -50px;
        }
        
        /* 모바일에서는 버튼 너비를 100%로 꽉 차게 할지 선택 */
        .step_list .exp_box button,
        .step_list .exp_box button a {
            width: 100%; 
            max-width: 300px; /* 너무 커지지 않게 제한 */
        }
    }


    /* 장비 직접 사용 css */
    .sub0102-title{
        display: flex;
    }
    .sub0102-title span {
        width: 20%;
        display: inline-block;
    }
    .step_list_02 { margin: 0; padding: 0; list-style: none; }
    
    .step_list_02 {
        display: grid;
        grid-template-columns: repeat(3, 1fr); 
        gap: 40px 60px; 
    }

    .step_list_02 > li {
        display: flex;
        flex-direction: column; 
        align-items: center;   
        position: relative;    
    }

    .step_list_02 > li:not(:nth-child(3n))::after {
        content: '';
        display: block;
        width: 24px;
        height: 24px;
        background: url('../image/sub/text_link_ic.png') no-repeat center center;
        background-size: contain;
        position: absolute;
        right: -42px;
        top: 60px;    
    }

    .step_list_02 .box {
        width: 100%;      
        min-height: 180px; 
        padding: 25px 20px;
        border: 2px solid #ccc;
        border-radius: 20px;
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center; 
        align-items: center;     
        text-align: center;      
        box-sizing: border-box;
        margin-bottom: 15px;    
    }

    .step_list_02 .box:hover {
        border: 2px solid #990048;
    }

    .step_list_02 .box .step {
        font-size: 14px;
        font-weight: 600;
        color: #990048;
        margin-bottom: 8px;
        letter-spacing: 0.5px;
    }

    .step_list_02 .box div:not(.step) {
        font-size: 17px;
        font-weight: 700;
        color: #333;
        line-height: 1.4;
        word-break: keep-all;
    }

    .step_list_02 button {
        border: none;
        background: none;
        padding: 0;
        cursor: pointer;
        width: 100%; 
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }

    .step_list_02 button a {
        display: inline-block;
        width: 230px;          
        padding: 10px 0;
        text-align: center;
        border-radius: 30px;
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        transition: 0.3s;
        text-decoration: none;
    }

    /* 버튼 컬러링 */
    .step_list_02 button a[href*="moafab.kr"] {
        background-color: #000;
    }

    .step_list_02 button a[href*="nano.or.kr"] {
        background-color: #990048;
    }

    .step_list_02 button a:hover {
        opacity: 0.8;
    }

    @media (max-width: 1024px) {
        .sub0102-title {
            display: block;
        }
        .sub0102-title span {
            width: 100%;
        }
        .step_list_02 {
            grid-template-columns: repeat(2, 1fr); 
        }
        .step_list_02 > li:not(:nth-child(3n))::after { display: none; } 
    }

    @media (max-width: 768px) {
        .step_list_02 {
            grid-template-columns: 1fr; 
            gap: 30px;
        }
        .step_list_02 > li::after { display: none !important; }
        .step_list_02 .box { min-height: auto; }
    }

    /* 직접 사용 tabel css */

    .user-surch {
        width: 100%;
        max-width: 1200px;
        margin: 40px auto;
        padding: 0 20px;
        font-family: 'Noto Sans KR', sans-serif;
        box-sizing: border-box;
    }

    /* 상단 검색 입력 영역 (Flex 레이아웃) */
    .user-input {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-bottom: 50px;
    }

    /* 검색 박스 (성명, ID 공통 밴드 스타일) */
    .user-input .name-box,
    .user-input .moaId-box {
        display: flex;
        align-items: center;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 50px; /* 둥근 밴드 모양 */
        padding: 5px 25px;
        height: 50px;
        box-sizing: border-box;
        transition: border-color 0.3s;
    }

    .user-input .name-box:focus-within,
    .user-input .moaId-box:focus-within {
        border-color: #990048; /* 포커스 시 포인트 컬러 */
    }


    .user-input span {
        font-weight: 700;
        color: #333;
        margin-right: 15px;
        font-size: 15px;
        white-space: nowrap;
    }

    /* 입력창 (규격 150px) */
    .user-input input[type="text"] {
        width: 150px;
        border: none;
        outline: none;
        padding: 0;
        font-size: 15px;
        background: transparent;
        color: #333;
    }


    .user-input button {
        background-color: #000;
        color: #fff;
        border: none;
        height: 50px;
        padding: 0 40px;
        border-radius: 50px;
        font-weight: 500;
        font-size: 16px;
        cursor: pointer;
        transition: background 0.3s;
        white-space: nowrap;
    }

    .user-input button:hover {
        background-color: #333;
    }

    .user-table {
        width: 100%;
        border-top: 2px solid #333;
        overflow-x: auto; 
    }

    .user-table table {
        width: 100%;
        min-width: 600px; 
        border-collapse: collapse;
    }

    .user-table tr:first-child td {
        background-color: #f8f8f8;
        font-weight: 700;
        color: #333;
        text-align: center;
        padding: 18px 15px;
        border-bottom: 1px solid #ddd;
    }


    .user-table tr td {
        padding: 15px;
        text-align: center;
        border-bottom: 1px solid #eee;
        font-size: 15px;
        color: #444;
    }


    .user-table .no-result {
        padding: 100px 0 !important;
        color: #888;
        font-size: 16px;
        background-color: #fff !important;
    }

    @media (max-width: 768px) {
        .user-input {
            flex-direction: column; /* 세로로 쌓기 */
            align-items: stretch; /* 너비 꽉 차게 */
            gap: 10px;
        }

        .user-input .name-box,
        .user-input .moaId-box {
            width: 100%;
            justify-content: space-between;
        }

        .user-input input[type="text"] {
            width: 60%; 
            text-align: right; 
        }

        .user-input button {
            width: 100%;
            margin-top: 5px;
        }

        .user-table tr td {
            font-size: 14px;
            padding: 12px 10px;
        }
        
        .user-table .no-result {
            padding: 60px 0 !important;
        }
    }

    /* sub0103_css */
   /* 플랫폼 컨테이너 */
    .platform-container {
        width: 100%;
        margin: 0 auto;
        font-family: 'Noto Sans KR', sans-serif;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .platform-title h2 {
        font-size: 28px;
        color: #111;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .platform-con {
        border-top: 1px solid #000;
        padding: 35px;
    }

    .con-tilte {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 20px;
    }
    .con-tilte span:first-child {
        font-size: 24px;
        font-weight: 800;
        color: #990048;
    }
    .con-tilte span:last-child {
        font-size: 20px;
        font-weight: 700;
        color: #222;
    }

    .con-introduction {
        margin-bottom: 30px;
        color: #555;
        font-size: 16px;
        line-height: 1.6;
    }
    .con-introduction p:last-child {
        font-weight: 700;
        color: #333;
        margin: 15px 0;
    }

    /* 상하 수직 정렬 레이아웃 및 배경색 적용 */
    .con-procedure {
        display: flex;
        flex-direction: column;
        gap: 30px;
        width: 100%;
        border-radius: 15px;
        box-sizing: border-box;
    }

    .procedure-text {
        width: 100%;
    }
    .procedure-text ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex; 
        flex-wrap: wrap; 
        gap: 40px; 
    }

    .procedure-text li {
        flex: 1; 
        min-width: 120px; 
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 18px 10px;
        border: 1.5px solid #990048;
        color: #990048;
        font-weight: 600;
        border-radius: 12px;
        background-color: #fff;
        font-size: 16px;
        box-sizing: border-box;
        text-align: center;
    }

    /* 이미지 영역 (아래) */
    .procedure-img {
        width: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }
    .procedure-img img {
        width: 100%; 
        max-width: none; 
        height: auto;
        display: block;
        border-radius: 10px; 
    }

    @media (max-width: 768px) {
        .con-procedure {
            padding: 20px; /* 배경 박스 여백 축소 */
            gap: 20px;
        }

        .procedure-text ul {
            display: flex; /* 모바일에서도 flex 유지 */
            flex-wrap: wrap;
            gap: 8px;
        }

        .procedure-text li {
            /* 모바일 규격에 따라 2열 또는 3열로 유동적으로 변함 */
            flex: 1 1 calc(33.33% - 8px); 
            font-size: 13px;
            padding: 12px 5px;
            min-width: calc(50% - 8px); /* 최소 2열은 유지하도록 설정 */
        }
    }

/* sub0301  */
.sub0103_01-list{
    align-items: center;
}
/* 전체 감싸는 영역 */
.spe-wrap {
    display: flex;
    gap: 50px; /* 이미지와 텍스트 사이 간격 */
    align-items: center; /* 수직 가운데 정렬 */
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 20px;
    font-family: 'Noto Sans KR', sans-serif;
}

/* 좌측 메인 이미지 */
.spe-con-main-img {
    flex: 0 0 400px; /* 너비 400px 고정 */
    max-width: 400px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.spe-con-main-img img {
    width: 100%;
    height: auto;
    display: block;
}

/* 우측 텍스트 컨텐츠 영역 */
.spe-con {
    flex: 1;
    min-width: 0; /* flex 자식 요소 줄바꿈 방지 */
}

/* 타이틀 스타일 */
.spe-con-title {
    font-size: 24px;
    font-weight: 700;
    color: #990048;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #eee;
}

/* 상세 섹션 들여쓰기 */
.spe-con-detail {
    margin-bottom: 30px;
}

.spe-con-sub-title {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
}

/* Level 1 리스트 (불렛: •) */
.spe-con-sub-con {
    list-style: none;
    padding: 0;
    margin: 0;
}

.spe-con-sub-con > li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 15px;
    color: #444;
    line-height: 1.6;
}

.spe-con-sub-con > li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #990048;
    font-weight: bold;
}

/* Level 2 리스트 (불렛: ㅡ) */
/* HTML상의 오타 .spe-con-sub-list 로 수정해서 적용 */
.spe-con-sub-list {
    list-style: none;
    padding: 12px 15px;
    margin: 10px 0 10px 10px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.spe-con-sub-list li {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.spe-con-sub-list li::before {
    content: 'ㅡ';
    position: absolute;
    left: 0;
    font-size: 10px;
    color: #999;
    top: 0;
}

/* 하단 결과 이미지 (Process Result) */
.spe-con-detail div img {
    max-width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-top: 10px;
}

/* ------------------------------------------------
    [모바일 CSS] - 1024px 이하부터 대응
--------------------------------------------------- */
@media (max-width: 1024px) {
    .spe-wrap {
        flex-direction: column; /* 세로 배치로 전환 */
        align-items: flex-start;
        gap: 30px;
    }

    .spe-con-main-img {
        flex: none;
        width: 100%;
        max-width: 500px; /* 모바일에서는 조금 더 키움 */
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .spe-con-title {
        font-size: 20px;
    }
    .spe-con-sub-title {
        font-size: 16px;
    }
}

    .spe-con-sub-img {
        display: flex;
        align-items: center; /* 수직 중앙 정렬 */
        gap: 30px;           /* 이미지와 텍스트 사이 간격 */
        background-color: #fcfcfc; /* 미세한 배경색으로 구획 구분 */
        padding: 20px;
        border-radius: 12px;
        border: 1px solid #f0f0f0;
        margin-top: 15px;
    }
    .spe-con-sub-img img {
        flex: 0 0 250px;     
        width: 250px;
        height: auto;
        border-radius: 8px;
        border: 1px solid #eee;
    }

    .spe-con-sub-img .spe-con-sub-con {
        flex: 1;            
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .spe-con-sub-img .spe-con-sub-con .spe-con-sub-title {
        font-size: 16px;
        color: #990048; /* 강조 컬러 */
        margin-bottom: 10px;
        border: none;
        padding: 0;
    }

    @media (max-width: 768px) {
        .spe-con-sub-img {
            flex-direction: column; /* 모바일에서는 다시 세로 정렬 */
            align-items: flex-start;
            gap: 20px;
            padding: 15px;
        }

        .spe-con-sub-img img {
            width: 100%; /* 모바일은 이미지가 가득 차게 */
            flex: none;
        }

        .spe-con {
            flex: none; /* flex: 1 해제 */
            width: 100% !important; /* 3분의 2 현상 해결 */
            padding-left: 0; /* 좌측 여백이 있었다면 제거 */
        }
    }

.spe-con-sub-title {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    transition: color 0.3s;
}

.spe-con-sub-title:hover {
    color: #990048;
}

/* 우측 화살표 (기존 유지) */
.spe-con-sub-title::after {
    content: '+'; 
    font-size: 20px;
    color: #990048;
    transition: transform 0.3s;
}

.spe-con-sub-title.active::after {
    content: '-';
    transform: rotate(180deg);
}

/* 2. 기본 숨김 처리 (기존 유지) */
.spe-con-sub-img, 
.spe-con-sub-con {
    display: none; 
    overflow: hidden;
}

.spe-con-sub-img.active {
    display: flex !important; 
}

ul.spe-con-sub-con.active {
    display: block !important;
}
.spe-con-sub-img.active .spe-con-sub-con {
    display: block !important;
}
.spe-con-sub-con.active{
    display: block !important;
}
.spe-con-sub-con .spe-con-sub-title {
    cursor: default;
}
.spe-con-sub-con .spe-con-sub-title::after {
    display: none; /* 내부 제목에는 + 아이콘 불필요 */
}

.spe-con-sub-img.active + .spe-con-sub-img.active {
    margin-top: 15px;
}

/* sub0104 CSS */

/* 컨테이너 및 기본 설정 */
.helpDesk-con1 {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto;
    font-family: 'Noto Sans KR', sans-serif;
}

.helpDesk-con1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column; 
}

.helpDesk-con1 li {
    display: flex; 
    align-items: center;
    width: 100%;
    position: relative;
}

.helpDesk-con1 li + li {
    margin-top: -60px; /* 원형이 겹치는 효과 */
}

/* [수정] 원형 박스 기본 설정 */
.circle-box {
    flex: 0 0 300px; 
    height: 300px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #f8f9fa; /* 기본 연한 배경색 */
    border: 2px solid #eee;    /* 기본 연한 테두리 */
    box-shadow: 0 10px 30px rgba(0,0,0,0.1); /* 박스 쉐도우 추가 */
    z-index: 1;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* [수정] 원형 내부 하단 텍스트 */
.circle-box span:last-child {
    font-size: 18px;
    color: #000; /* 검정색 고정 */
    margin-top: 5px;
    font-weight: 700;
}

/* [수정] 숫자 스타일 (01, 02, 03) */
.circle-box .title, .circle-box span:first-child {
    display: block;
    font-size: 32px; /* 32px 고정 */
    font-family: 'Arial', sans-serif;
    padding-bottom: 8px;
    margin-bottom: 8px;
    width: 60px; 
    border-bottom: 2px solid #eee; /* 기본 밑줄 색상 */
    transition: all 0.3s ease;
}

/* [수정] Hover 시 컬러 개별 설정 */

/* 공통 Hover 효과: 약간 커짐 */
.helpDesk-con1 li:hover .circle-box {
    transform: scale(1.05);
    background-color: #fff;
}

/* 1번째: 노랑 계열 */
.helpDesk-con1 li:nth-child(1):hover .circle-box { border-color: #FFD400; color: #FFD400; z-index: 5; }
.helpDesk-con1 li:nth-child(1):hover .circle-box .title { border-color: #FFD400; }

/* 2번째: 자주 계열 */
.helpDesk-con1 li:nth-child(2):hover .circle-box { border-color: #990048; color: #990048; z-index: 5; }
.helpDesk-con1 li:nth-child(2):hover .circle-box .title { border-color: #990048; }

/* 3번째: 블루그레이 계열 */
.helpDesk-con1 li:nth-child(3):hover .circle-box { border-color: #7A8691; color: #7A8691; z-index: 5; }
.helpDesk-con1 li:nth-child(3):hover .circle-box .title { border-color: #7A8691; }


/* 설명 텍스트 영역 */
.circle-text {
    flex: 1;
    padding-left: 40px;
    font-size: 20px;
    font-weight: 700;
    color: #444;
    line-height: 1.7;
    word-break: keep-all;
}

/* 반응형 설정 */
@media (max-width: 768px) {
    .helpDesk-con1 li {
        flex-direction: column; 
        margin-top: 0 !important; 
        margin-bottom: 30px;
        background-color: #f9f9f9;
        border-radius: 20px; 
        overflow: hidden;
        padding-bottom: 25px;
    }
    .circle-box {
        width: 100% !important; 
        height: auto !important;
        flex: none;
        border-radius: 0; 
        padding: 40px 0;
        box-shadow: none;
        border: none;
        border-bottom: 1px solid #ddd;
    }
    .circle-text {
        padding: 25px 20px 0 20px;
        text-align: center;
        font-size: 16px;
    }
    .circle-text br { display: none; }
}

.helpDesk-con2 , .helpDesk-con3{
    margin-top: 80px;
    width: 100%;
    max-width: 1200px;
    margin: 80px auto 0;
    padding: 0 20px;
}

.con2-title {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 40px;
}

/* [수정] 박스 레이아웃 설정 */
.con2-wrap ul {
    display: flex;
    gap: 20px; 
    list-style: none;
    padding: 0;
    margin: 0;
}

/* [수정] 개별 박스 디자인 */
.con2-wrap ul li {
    flex: 1;
    display: flex;
    flex-direction: column; 
    padding: 35px 25px;
    background-color: #fff;
    border: 1px solid #eee; /* 기본 연한 회색 테두리 */
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05); /* 기본 박스 쉐도우 */
    transition: all 0.3s ease;
}

/* [수정] 박스 Hover 효과 */
.con2-wrap ul li:hover {
    border-color: #C51064; /* 요청하신 색상 */
    transform: translateY(-10px); /* 살짝 올라가는 효과 추가 */
    box-shadow: 0 15px 35px rgba(197, 16, 100, 0.15); /* 강조된 쉐도우 */
}

.con2-wrap dl { margin: 0; }

/* [수정] dt 스타일 */
.con2-wrap dt {
    font-size: 20px; /* 20px 고정 */
    font-weight: 700; 
    color: #C51064;  /* 요청하신 색상 */
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
}

/* [수정] dd 스타일 */
.con2-wrap dd {
    position: relative;
    margin: 0 0 12px 0;
    padding-left: 18px;
    font-size: 18px; /* 18px 고정 */
    color: #000;    /* 검정색 고정 */
    line-height: 1.5;
}

.con2-wrap dd::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    color: #C51064; /* 불렛 포인트 색상 통일 */
}

/* 반응형 설정 */
@media (max-width: 1024px) {
    .con2-wrap ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 태블릿에서는 2열로 */
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .con2-wrap ul {
        grid-template-columns: 1fr; /* 모바일에서는 1열로 */
        gap: 20px;
    }
    
    .con2-wrap ul li {
        padding: 25px 20px;
    }
}


.con3-wrap ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 30px;
}


.con3-wrap ul li {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px; 
}

.con3-wrap ul li:not(:last-child)::after {
    content: '▶';
    position: absolute;
    right: -23px; 
    top: 86px;
    transform: translateY(-50%); 
    font-size: 16px;
    color: #990048;
    z-index: 10;
}

.con3-wrap .li-top, 
.con3-wrap .li-bottom {
    padding: 15px 10px;
    text-align: center; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 80px;
}

.con3-wrap .li-top {
    background-color: #990048; 
    color: #fff;
    border-radius: 15px 15px 0 0;
}

.con3-wrap .li-top span:first-child {
    font-size: 12px;
    font-weight: 300;
    opacity: 0.8;
}

.con3-wrap .li-top span:last-child {
    font-size: 17px;
    font-weight: 600;
    margin-top: 5px;
}



.con3-wrap .li-bottom {
    background-color: #f8f8f8;
    border: 2px solid #eee;
    border-radius: 0 0 15px 15px;
    min-height: 120px; 
    transition: all 0.3s ease; 
}

.con3-wrap ul li:hover .li-bottom {
    border-color: #C51064;
    background-color: #fff
}

.con3-wrap dl { margin: 0; padding: 0; text-align: left; display: inline-block; }
.con3-wrap dd {
    position: relative;
    margin: 0 0 5px 0;
    padding-left: 12px;
    font-size: 16px;
    color: #444;
    word-break: keep-all;
}

.con3-wrap dd::before {
    content: "·";
    position: absolute;
    left: 0;
    font-weight: bold;
    color: #990048;
}

@media (max-width: 992px) {
    .con3-wrap ul {
        flex-direction: column;
        align-items: center;
        gap: 50px; 
    }

    .con3-wrap ul li {
        width: 100%;
        max-width: 400px;
    }

    .con3-wrap ul li:not(:last-child)::after {
        right: 50%;
        bottom: -35px; 
        top: auto;
        left: auto;
        transform: translateX(50%) rotate(90deg); 
    }
}

.helpDesk-con4 {
    width: 100%;
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 20px;
}

.con4-wrap {
    margin-top: 30px;
}

.con4-wrap table {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid #990048; 
}

.con4-wrap table tr:first-child {
    background-color: #990048;
    color: #fff;
    font-size: 20px;
}

.con4-wrap table tr:first-child td,
.con4-wrap table th {
    padding: 18px 10px;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #990048;
}

.con4-wrap table td {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    line-height: 1.6;
    color: #444;
}


.con4-wrap table td:first-child {
    width: 30%; 
    background-color: #fcfcfc;
    font-weight: 600;
    text-align: center; 
    color: #222;
}

.con4-wrap table td:last-child {
    width: 70%; 
    text-align: left; 
}


@media (max-width: 768px) {
    .con4-wrap table, 
    .con4-wrap tbody, 
    .con4-wrap tr, 
    .con4-wrap td {
        display: block;
        width: 100% !important;
    }

    .con4-wrap table tr:first-child {
        display: none;
    }

    .con4-wrap table tr {
        border-bottom: 1px solid #eee;
        padding: 15px 0;
    }

    .con4-wrap table td {
        border: none;
        padding: 5px 10px;
    }

    .con4-wrap table td:first-child {
        background: none;
        text-align: left;
        color: #990048; 
        font-size: 14px;
        padding-bottom: 0;
    }

    .con4-wrap table td:last-child {
        text-align: left;
        font-size: 15px;
        color: #333;
    }
}

.step_list .box-title div{
    color: #333;
}


.wtc_come {
    display: inline-block;
    width: 230px;         
    padding: 12px 0;       
    text-align: center;    
    box-sizing: border-box; 
    background-color: #990048;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    transition: opacity 0.3s;
}

.wtc_come:hover {
    opacity: 0.8;
}

@media (max-width: 768px){
    .wtc_come {
    width: 100%; 
    max-width: 300px; 
    }
}
