/* 인사말 */
        section.company h3.company_h3 {
            font-size: 24px;
            font-family: 'NanumSquare', sans-serif;
            line-height: 36px;
            font-weight: 400;
            margin-bottom: 50px;
        }
        
        section.company.company_02 {
            padding: 80px 0;
        }
        
        .ceo-box {
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            height: 500px;
            display: flex;
            align-items: center;
            width: 100%;
            position: relative;
        }
        
        .ceo-box .text {
            font-size: 34px;
            line-height: 46px;
            font-family: 'NanumSquare', sans-serif;
            margin-left: 161px;
            color: #000;
            margin-top: 0;
        }
        
        .ceo-box .text p {
            font-size: 19px;
            margin-top: 20px;
            font-weight: 600;
            color: #333333;
            position: relative;
            display: inline-block;
            font-family: 'NanumSquare', sans-serif;
        }
        
        .ceo-box .text p::before {
            position: absolute;
            width: 100%;
            height: 1px;
            background: #000;
            content: '';
            margin-top: 36px;
        }
        
        section.company .about_text {
            margin-top: 80px;
        }
        
        section.company .about_text h1 {
            font-size: 52px;
            color: #000;
            font-weight: 900;
            font-family: 'Noto Sans KR';
            line-height: 66px;
        }
        
        section.company .about_text h1 span {
            position: relative;
            z-index: 0;
        }
        
        section.company .about_text h1 span::before {
            position: absolute;
            z-index: -1;
            width: 100%;
            height: 12px;
            background: rgba(255, 234, 93, 1);
            content: '';
            margin-top: 52px;
        }
        
        section.company .about_text .text {
            line-height: 33px;
            font-size: 20px;
        }

        .table_wrap.type01 {
            margin-top: 80px;
        }

        .table_wrap.type01 th {
            background-color: #f8f9fa;
            font-weight: 600;
            width: 20%;
        }

        /* SSU301 애니메이션 스타일 */
        .ssu301-fade-up {
            opacity: 0;
            transform: translateY(60px);
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }

        .ssu301-fade-up.ssu301-active {
            opacity: 1;
            transform: translateY(0);
        }

        .ssu301-slide-right {
            opacity: 0;
            transform: translateX(-80px);
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }

        .ssu301-slide-right.ssu301-active {
            opacity: 1;
            transform: translateX(0);
        }

        .ssu301-slide-left {
            opacity: 0;
            transform: translateX(80px);
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }

        .ssu301-slide-left.ssu301-active {
            opacity: 1;
            transform: translateX(0);
        }

        /* 딜레이 효과 */
        .ssu301-delay-1 {
            transition-delay: 0.1s;
        }

        .ssu301-delay-2 {
            transition-delay: 0.2s;
        }

        .ssu301-delay-3 {
            transition-delay: 0.3s;
        }

        .ssu301-delay-4 {
            transition-delay: 0.4s;
        }

        /* 반응형 */
        @media (max-width: 768px) {
            .ceo-box {
                height: 400px;
            }
            
            .ceo-box .text {
                margin-left: 30px;
                font-size: 24px;
                line-height: 36px;
            }
            
            section.company .about_text h1 {
                font-size: 32px;
                line-height: 44px;
            }
            
            section.company .about_text .text {
                font-size: 16px;
                line-height: 28px;
            }
        }
        /* 인사말 마감 */



/* 회사소개 */
section.company.company_02 .ceo-box {
    background-repeat: no-repeat;
    height: 500px;
    position: relative;
}

section.company.company_02 .ceo-box .text {
    right: 0;
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: right;
    padding-right: 50px;
    padding-bottom: 30px
}

section.company.company_02 .ceo-box .text p {
    color: #fff;
    font-size: 42px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    text-transform:

}

section.company.company_02 .table_wrap {
    margin-top: 80px;
}

section.company.company_02 .table_wrap .table {
    border-top: 3px #000 solid;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 20px 18px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #e3e3e3;
}


section.company_03 #tab_wrap {
    border: 0;
    border-top: 0;
    border-bottom: 0;
    margin-bottom: 80px;
}

section.company_03 .history-left h2 {
    font-size: 47px;
    color: #000;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    float: left;

}

section.company_03 .history-left h2 span {
    font-size: 49px;
    color: #000;
    font-family: 'Noto Sans KR';
    font-weight: 800;
    padding-left: 0;
    margin-left: 0;

}

section.company_03 .history-left span {
    font-size: 26px;
    line-height: 68px;
    padding-left: 20px;
}

section.company_03 .history-left p.text {
    color: #484848;
    font-family: 'Noto Sans KR';
    margin-top: 30px;


}

section.company_03 .history-left .image {
    margin-top: 70px;
}

section.company_03 .history-right {
    background: url("../../img/company/dot_back.png") 9px 0% repeat-y;
    margin-top: 10px;
    margin-left: 80px;
}

section.company_03 .history-right .box {
    background: url('../../img/company/dot.png') 0 14px no-repeat;
    margin-bottom: 30px;
    border-bottom: 0;
    padding-left: 60px;
    font-size: 30px;
    font-weight: 900;
}

section.company_03 .history-right .box h2 {
    font-weight: 900;
    font-family: 'Noto Sans KR';
    margin-bottom: 20px;
    color: #000;
}

section.company_03 .history-right dl {
    display: flex;
    margin-bottom: 8px;

}

section.company_03 .history-right dl dt span {
    background: #efefef;
    display: block;
    border-radius: 1em;
    text-align: center;
    font-size: 15px;
    color: #a1a1a1;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 50px;
    margin-right: 12px;
    font-weight: 600;
}

section.company_03 .history-right dl dd {
    font-size: 18px;
    color: #686868;
    font-weight: 400;

}

/* 회사소개 마감 */
/* 오시는 길 */



@media(min-width:992px) {
    section.company .about_text .text {
        margin-left: 70px;
    }

    section.company.company_02 .table_wrap .table tbody th,
    section.company.company_04 .table_wrap .table tbody th {
        width: 170px;
        padding-left: 40px;
    }

    section.company_03 .history-right {
        margin-left: 80px;
    }

    section.company_04 .table_wrap .table th,
    section.company_04 .table_wrap .table td {
        line-height: 32px;
    }
}

@media(max-width:991px) {
    section.company h3.company_h3 {
        font-size: 16px;
        font-family: 'NanumSquare';
        line-height: 24px;
        font-weight: 400;
        margin-bottom: 0;
        padding-bottom: 35px;
    }

    section.company.company_01 h3.company_h3 {
        padding-bottom: 20px;
    }

    section.company.company_01 .ceo-box {
        background-repeat: no-repeat;
        height: 250px;
        display: flex;
        align-items: center;
        background-position: 60% 0%;
        background-size: cover
    }

    section.company.company_01 .ceo-box .text {
        font-size: 16px;
        line-height: 22px;
        font-family: 'NanumSquare';
        margin-left: 20px;
        color: #000;
        margin-top: 42px;
        font-weight: 900;

    }

    section.company.company_01 .ceo-box .text p {
        font-size: 13px;
        margin-top: 20px;
        font-weight: 600;
        color: #333333;
        position: relative;
        display: inline-block;
        font-family: 'NanumSquare';
    }

    section.company.company_01 .ceo-box .text p::before {
        position: absolute;
        width: 100%;
        height: 1px;
        background: #000;
        content: '';
        margin-top: 20px;
    }

    section.company .about_text {
        margin-top: 40px;
        line-height: 26px;
        font-size: 14px;
    }

    section.company .about_text h1 {
        font-size: 24px;
        color: #000;
        font-weight: 900;
        font-family: 'Noto Sans KR';
        line-height: 34px;
        margin-bottom: 32px;
    }

    section.company .about_text h1 span {
        position: relative;
        z-index: 0;
    }

    section.company .about_text h1 span::before {
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 6px;
        background: rgba(255, 234, 93, 1);
        content: '';
        margin-top: 28px;
    }

    /* 회사소개 */
    section.company.company_02 .ceo-box {
        background-repeat: no-repeat;
        height: 180px;
        position: relative;
        /* margin-top: 42px; */
        background-size: cover;

    }

    section.company.company_02 .ceo-box .text {
        right: 0;
        position: absolute;
        bottom: 0;
        color: #fff;
        text-align: right;
        padding-right: 15px;
        padding-bottom: 15px;
        font-size: 12px;
    }

    section.company.company_02 .ceo-box .text p {
        color: #fff;
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 900;
        text-transform:

    }

    section.company.company_02 .table_wrap {
        margin-top: 40px;
    }

    section.company.company_02 .table_wrap .table {
        border-top: 2px #000 solid;
    }

    section.company.company_02 .table_wrap .table tbody th {
        min-width: 90px;
    }

    .table>tbody>tr>td,
    .table>tbody>tr>th,
    .table>tfoot>tr>td,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>thead>tr>th {
        padding: 16px 18px;
        line-height: 1.22857143;
        vertical-align: top;
        border-top: 1px solid #e3e3e3;
    }

    /* 회사소개 마감 */
    /* 연혁 */
    section.company_03 #tab_wrap {
        border: 0;
        border-top: 0;
        border-bottom: 0;
        margin-bottom: 30px;
    }

    section.company_03 .history-left h2 {
        font-size: 28px;
        color: #000;
        font-family: 'Titillium Web', sans-serif;
        font-weight: 700;

    }

    section.company_03 .history-left h2 span {
        font-size: 30px;
        color: #000;
        font-family: 'Noto Sans KR';
        font-weight: 800;
        padding-left: 0;
        margin-left: 0;

    }

    section.company_03 .history-left span {
        font-size: 16px;
        line-height: 40px;
        padding-left: 12px;
        letter-spacing: 0;
    }

    section.company_03 .history-left p.text {
        color: #484848;
        font-family: 'Noto Sans KR';
        margin-top: 6px;
        text-align: center;


    }

    section.company_03 .history-left .image {
        margin-top: 30px;
    }

    section.company_03 .history-right {
        margin-top: 35px;
        margin-left: 0;
    }

    section.company_03 .history-right .box {
        background: url('http://theme06.wiztheme.co.kr/theme/theme06/img/sub/dot.png') 0 8px no-repeat;
        margin-bottom: 20px;
        border-bottom: 0;
        padding-left: 40px;
        font-size: 26px;
        font-weight: 900;
    }

    section.company_03 .history-right .box h2 {
        font-weight: 900;
        font-family: 'Noto Sans KR';
        margin-bottom: 16px;
        color: #000;
    }

    section.company_03 .history-right dl {
        display: flex;
        margin-bottom: 8px;


    }

    section.company_03 .history-right dl dt span {
        background: #efefef;
        display: block;
        border-radius: 1em;
        text-align: center;
        font-size: 13px;
        color: #a1a1a1;
        padding-top: 5px;
        padding-bottom: 5px;
        width: 42px;
        margin-right: 12px;
        font-weight: 600;
    }

    section.company_03 .history-right dl dd {
        font-size: 14px;
        color: #686868;
        font-weight: 400;
        padding-top: 2px;

    }

    /* 연혁 마감 */
    /* 오시는 길 */
    section.company_04 #map p.sky {
        position: absolute;
        z-index: 2;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        padding: 12px 28px 12px;
    }

    section.company_04 .table_wrap {
        margin-top: 30px;
        border: 0;
    }
    section.company_04 .table_wrap .table {
        border-left: 1px #ddd solid;

    }
    section.company_04 .table_wrap .title {
        margin-bottom: 20px;
    }
    section.company_04 .table_wrap .title h2 {
        font-size: 24px;
        font-weight: 900;
        color: #000;
        margin-bottom: 6px;
    }

    section.company_04 .table_wrap .title span {
        font-size: 13px;
        font-weight: 100;
        color: #868686;
        padding-left: 6px;
    }

    section.company_04 .table_wrap  .title a.btn {
        font-size: 13px;
        color: #000;
        border: 1px #000 solid;
        border-radius: 0;
    }
    section.company_04 .table_wrap .table {
        border-top: 2px #000 solid;
    }
    
    section.company_04 .table_wrap .table th {
        width: 60px;
        padding-left: 10px;
        padding-right: 10px;
    }
    section.company_04 .table_wrap .table th,
    section.company_04 .table_wrap .table td {
        font-size: 13px;
        line-height: 20px;
    }
    
    section.company_04 .table_wrap .table span.blue {
        background: #7182f5;
        line-height: 14px;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        border-radius: 0.2em;
        margin-right: 6px;
    }
    section.company_04 .embed-container {
        position: relative;
        padding-bottom: 80%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
    }
    
    section.company_04 .embed-container iframe,
    section.company_04 .embed-container object,
    section.company_04 .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    /* 오시는 길 마감  */


}




.fc_ver3_pointer {color:#C53428; }

.daon_ver3_page_title{width:100%; text-align:center; margin-bottom:20px;}
.daon_ver3_page_title h1{width:100%; font-size:2em; font-weight:600;text-align: left;}
.daon_ver3_page_title h1:after {content:""; clear:both; display:block; width:30px; margin:10px auto; border:1px solid #000;}
.daon_ver3_page_title h2{width:100%; font-size:1em; color:#666; margin-top:20px;font-weight: 500; text-align: left; }

.daon_ver3_sub_type08 {width:100%; max-width:1500px; margin:0 auto;}
.daon_ver3_sub_type08:after{ content:""; display:block; clear:both;}

.daon_ver3_sub_type08 .type08-1 {width:100%; padding:20px 0; margin:0px auto 0; border-top:1px solid #ddd;  }
.daon_ver3_sub_type08 .type08-1:after{ content:""; display:block; clear:both;}
.daon_ver3_sub_type08 .type08-1 ul {width:100%;}
.daon_ver3_sub_type08 .type08-1 ul li {display:flex; width:100%; padding:40px 0%; border-bottom:1px dashed #ddd; transition: 0.5s all ease; }
.daon_ver3_sub_type08 .type08-1 ul li:last-child {border-bottom:1px solid #ddd;}
.daon_ver3_sub_type08 .type08-1 ul li dl {width:100%; margin:0; padding:0; }
.daon_ver3_sub_type08 .type08-1 ul li dl.num_box{width:20%; padding-right:50px; transition: 0.5s all ease;}
.daon_ver3_sub_type08 .type08-1 ul li dl.num_box dt.num {display:block; vertical-align:middle; font-size:8em; color:#f5f5f5; font-weight:900; line-height:1em; font-style:normal;}
.daon_ver3_sub_type08 .type08-1 ul li dl.num_box dt.icons {display:block; vertical-align:middle; font-size:5em; color:#e53d30; font-weight:900; line-height:1em; }
.daon_ver3_sub_type08 .type08-1 ul li dl.num_box dd { display:block; vertical-align:middle; margin-top:20px; transition: 0.5s all ease; }
.daon_ver3_sub_type08 .type08-1 ul li dl.num_box dd p.t1 { font-size:0.9em; color:#e53d30; font-style:normal; line-height:1.4em; font-weight:700; letter-spacing:0.05em;}
.daon_ver3_sub_type08 .type08-1 ul li dl.num_box dd p.t2 { margin-top:5px; font-size:1.55em; color:#000; line-height:1.4em; font-weight:700; word-break:keep-all; }
.daon_ver3_sub_type08 .type08-1 ul li dl.txt_box{width:80%; transition: 0.5s all ease; }
.daon_ver3_sub_type08 .type08-1 ul li dl.txt_box dt {font-size:1.05em; color:#000; font-weight:500; word-break:keep-all;line-height: 180%;}
.daon_ver3_sub_type08 .type08-1 ul li dl.txt_box dd {margin: 5px 0px 15px 29px;; font-size:1em; color:#333; line-height:1.6em; word-break:keep-all; }

.daon_ver3_sub_type08 .type08-1 ul li dl.txt_box dd img {width:100%;}


.daon_ver3_sub_type08 .type08-1 ul li dl.txt_box > ul.imgs {display:flex; justify-content: space-between; width:100%; margin-top:40px;}
.daon_ver3_sub_type08 .type08-1 ul li dl.txt_box > ul.imgs li { display:flex; flex-wrap: wrap; align-content: flex-start; justify-content: center; padding:0; text-align:center; border-bottom:none;}
.daon_ver3_sub_type08 .type08-1 ul li dl.txt_box > ul.imgs.w1 li {width:100%;}
.daon_ver3_sub_type08 .type08-1 ul li dl.txt_box > ul.imgs.w2 li {width:49%; }
.daon_ver3_sub_type08 .type08-1 ul li dl.txt_box > ul.imgs.w3 li {width:32%; }
.daon_ver3_sub_type08 .type08-1 ul li dl.txt_box > ul.imgs.w4 li {width:23.5%; }
.daon_ver3_sub_type08 .type08-1 ul li dl.txt_box > ul.imgs li img {max-width:100%; border-radius:10px; padding-bottom: 15px;}
.daon_ver3_sub_type08 .type08-1 ul li dl.txt_box > ul.imgs li p {display:block; padding:15px;}
	
	
.daon_ver3_sub_type08 .type08-1 table.tbl_pro01{ width:100%; border-top:2px solid #1a355c; border-collapse:separate; border-spacing:0; }
.daon_ver3_sub_type08 .type08-1 table.tbl_pro01 tr {width:100%;}
.daon_ver3_sub_type08 .type08-1 table.tbl_pro01 tr th{padding:20px 20px; color:#000; font-weight:500; font-size:0.9em; line-height: 180%; border-bottom:1px solid #ddd; border-right:1px solid #ddd; background-color:#f8f8f8;text-align:center; }
.daon_ver3_sub_type08 .type08-1 table.tbl_pro01 tr td{padding:20px 20px; color:#666; font-size:0.9em; line-height: 180%; text-align: left; border-bottom:1px solid #ddd; text-align:center;}
	

@media screen and (max-width:992px){
	.daon_ver3_page_title{margin-bottom:50px;}	
	.daon_ver3_page_title h1{font-size:1.85em;}
	.daon_ver3_page_title h2{font-size:1em;}

	.daon_ver3_sub_type08 .type08-title h2 {font-size:1.85em; }
	.daon_ver3_sub_type08 .type08-title p { font-size:1.25em; }

	.daon_ver3_sub_type08 .type08-1 ul li dl.num_box dt.num {font-size:5em;}
	.daon_ver3_sub_type08 .type08-1 ul li dl.num_box dt.icons{font-size:4em;}
	.daon_ver3_sub_type08 .type08-1 ul li dl.num_box dd p.t1 { font-size:0.9em;}
	.daon_ver3_sub_type08 .type08-1 ul li dl.num_box dd p.t2 { font-size:1.5em;}
	.daon_ver3_sub_type08 .type08-1 ul li dl.txt_box dt {font-size:1.2em;line-height: 150%;}
	.daon_ver3_sub_type08 .type08-1 ul li dl.txt_box dd { font-size:1.05em;}
	.daon_ver3_sub_type08 .type08-1 ul li dl.txt_box > ul.imgs.w4 {flex-wrap: wrap; }
	.daon_ver3_sub_type08 .type08-1 ul li dl.txt_box > ul.imgs.w4 li {width:49%; margin-bottom:20px;}
}
	
@media screen and (max-width:768px){		
	.daon_ver3_page_title{margin-bottom:40px;}
	.daon_ver3_page_title h1{font-size:1.85em;}
	.daon_ver3_page_title h2{font-size:1em;}

	.daon_ver3_sub_type08 .type08-1 ul li {flex-direction: column;}
	.daon_ver3_sub_type08 .type08-1 ul li dl.num_box{ width:100%; padding-right:0; display: flex; flex-direction: row-reverse; justify-content: space-between;}
	.daon_ver3_sub_type08 .type08-1 ul li dl.num_box dt.num {display:inline-block;}
	.daon_ver3_sub_type08 .type08-1 ul li dl.num_box dt.icons {display:inline-block;}
	.daon_ver3_sub_type08 .type08-1 ul li dl.num_box dd p.t1 { font-size:1.05em;}
	.daon_ver3_sub_type08 .type08-1 ul li dl.num_box dd p.t2 { font-size:1.8em;}
	.daon_ver3_sub_type08 .type08-1 ul li dl.num_box dd {display:inline-block;}
	.daon_ver3_sub_type08 .type08-1 ul li dl.txt_box{width:100%; margin-top:20px; }	
	.daon_ver3_sub_type08 .type08-1 ul li dl.txt_box:before { content:""; position:absolute; top:0; left:0; width:100%; height:1px; background-color:#ddd; transform: translateY(0%);}
	.daon_ver3_sub_type08 .type08-1 ul li dl.txt_box dt {font-size:1.2em;line-height: 150%;}

}

.su13-container {
            max-width: 1430px;
            margin: 0 auto;
            background: white;
        }

        /* 탭 메뉴 컨테이너 */
        #su13-tab-menu {
            list-style: none;
            display: flex;
            margin: 0;
            padding: 0;
            background: #ffffff;
            border: 1px solid #e0e0e0;
        }

        /* 탭 메뉴 아이템 */
        .su13-tab-item {
            position: relative;
            border-right: 1px solid #e0e0e0;
			width: 357px;
}
        }


		/* 탭 메뉴 아이템 */
        .su13-tab-items {
            position: relative;
            border-right: 1px solid #e0e0e0;
			width: 715px;
}
        }



        .su13-tab-item:last-child {
            border-right: none;
        }
		 .su13-tab-items:last-child {
            border-right: none;
			width: 715px;
        }

        /* 탭 링크 스타일 */
        .su13-tab-link {
            display: block;
            padding: 18px 30px;
            text-decoration: none;
            color: #333;
            font-size: 1em;
            font-weight: 400;
            text-align: center;
            transition: all 0.2s ease;
            background: #ffffff;
            white-space: nowrap;
            min-width: 25%;
        }

		

        /* 활성화된 탭 */
        .su13-tab-item.su13-active .su13-tab-link {
            background: #1f5582;
            color: white;
            font-weight: 500;
			width: 357px;
        }
		/* 활성화된 탭 */
        .su13-tab-items.su13-actives .su13-tab-link {
            background: #1f5582;
            color: white;
            font-weight: 500;
			width: 715px;
        }

        /* 호버 효과 */
        .su13-tab-link:hover {
            background: #1f5582;
            color: white;
        }

        .su13-tab-item.su13-active .su13-tab-link:hover {
            background: #1a4a73;
        }



        /* 모바일 반응형 스타일 */
        @media screen and (max-width: 768px) {
            .su13-container {
                margin: 0;
            }

            /* 모바일에서 탭 메뉴를 세로로 배치 */
            #su13-tab-menu {
                flex-direction: column;
            }

            .su13-tab-item {
                border-right: none;
                border-bottom: 1px solid #e0e0e0;
            }

            .su13-tab-item:last-child {
                border-bottom: none;
            }

            .su13-tab-link {
                padding: 16px 20px;
                text-align: left;
                min-width: auto;
            }

            .su13-tab-content {
                padding: 20px;
            }
        }

        /* 더 작은 모바일 화면 */
        @media screen and (max-width: 480px) {
            body {
                padding: 0;
            }

            .su13-tab-link {
                padding: 14px 16px;
                font-size: 13px;
            }

            .su13-tab-content {
                padding: 16px;
            }
        }

        /* 스크롤 가능한 탭 메뉴 (모바일에서 가로 스크롤) */
        @media screen and (max-width: 600px) {
            .su13-tab-scroll {
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
            }

            #su13-tab-menu {
                flex-direction: row;
                min-width: 600px;
            }

            .su13-tab-item {
                border-right: 1px solid #e0e0e0;
                border-bottom: none;
                flex-shrink: 0;
            }

            .su13-tab-link {
                text-align: center;
                padding: 16px 25px;
                min-width: 100px;
            }
        }



		.ssugun-table-container {
            max-width: 1430px;
            margin: 0 auto;
            background: white;
            overflow: hidden;
        }

        #ssugun-responsive-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 1em;
        }

        /* 헤더 스타일 */
        .ssugun-table-header {
            background-color: #f8f9fa;
        }

        .ssugun-header-cell {
            padding: 15px 20px;
            text-align: center;
            font-weight: 500;
            color: #333;
            border-top: 2px solid #333;
            border-bottom: 1px solid #333;
            border-right: 1px solid #ddd;
            background-color: #f8f9fa;
        }

        .ssugun-header-cell:first-child {
            border-left: none;
        }

        .ssugun-header-cell:last-child {
            border-right: none;
        }

        /* 데이터 셀 스타일 */
        .ssugun-data-cell {
            padding: 15px 20px;
            text-align: center;
            color: #333;
            border-bottom: 1px solid #ddd;
            border-right: 1px solid #ddd;
            background-color: white;
        }

        .ssugun-data-cell:first-child {
            border-left: none;
        }

        .ssugun-data-cell:last-child {
            border-right: none;
        }

        .ssugun-data-row:last-child .ssugun-data-cell {
            border-bottom: 2px solid #333;
        }

        /* 호버 효과 */
        .ssugun-data-row:hover {
            background-color: #f8f9fa;
        }

        .ssugun-data-row:hover .ssugun-data-cell {
            background-color: #f8f9fa;
        }

        /* 모바일 반응형 스타일 */
        @media screen and (max-width: 768px) {
            body {
                padding: 10px;
            }

            .ssugun-table-container {
                margin: 0;
            }

            /* 모바일에서 테이블을 카드 형태로 변경 */
            #ssugun-responsive-table,
            .ssugun-table-header,
            .ssugun-table-body,
            .ssugun-header-cell,
            .ssugun-data-cell,
            .ssugun-data-row {
                display: block;
            }

            .ssugun-table-header .ssugun-header-row {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }

            .ssugun-data-row {
                background: white;
                border: 1px solid #ddd;
                border-radius: 8px;
                margin-bottom: 15px;
                padding: 15px;
                box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            }

            .ssugun-data-row:hover {
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
                transform: translateY(-2px);
                transition: all 0.3s ease;
            }

            .ssugun-data-cell {
                border: none;
                border-bottom: 1px solid #eee;
                position: relative;
                padding: 12px 0;
                padding-left: 35%;
                text-align: left;
                background: transparent;
            }

            .ssugun-data-cell:last-child {
                border-bottom: none;
            }

            .ssugun-data-cell:before {
                content: attr(data-ssugun-label);
                position: absolute;
                left: 0;
                width: 30%;
                padding-right: 10px;
                white-space: nowrap;
                font-weight: 600;
                color: #555;
            }
        }

        /* 더 작은 모바일 화면 */
        @media screen and (max-width: 480px) {
            .ssugun-data-cell {
                padding-left: 40%;
            }

            .ssugun-data-cell:before {
                width: 35%;
                font-size: 12px;
            }

            .ssugun-data-row {
                padding: 12px;
                margin-bottom: 12px;
            }
        }

        /* 태블릿 가로 모드 */
        @media screen and (min-width: 769px) and (max-width: 1024px) {
            #ssugun-responsive-table {
                font-size: 13px;
            }

            .ssugun-header-cell,
            .ssugun-data-cell {
                padding: 12px 15px;
            }
        }

        /* 가로 스크롤 옵션 */
        .ssugun-scroll-wrapper {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }

        @media screen and (max-width: 768px) {
            .ssugun-scroll-wrapper {
                overflow-x: visible;
            }
        }