@charset "utf-8";
/* g3_g5_style.css — G3 → G5 컨버터 전용 스타일 */

.g5_convert    {float:left; width:16.2%; height:35px; line-height:35px; border:1px solid #999; text-align:center; margin-right:0.4%; color:#000;}
.g5_convert_on {font-size:1.2em; font-weight:bold; color:#03F;}

.g5_convert_tabs {
    margin: 20px 0;
    overflow: hidden;
}

.g5_convert {
    float: left;
    width: 120px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #ccc;
    text-align: center;
    margin-right: 5px;
    background: #f8f8f8;
    color: #000;
    text-decoration: none;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    transition: background 0.2s;
}

.g5_convert:hover {
    background: #eee;
}

.g5_convert_on {
    background: #fff;
    font-weight: bold;
    color: #007bff;
    border-bottom: 1px solid #fff; /* 아래 선 없애서 연결된 느낌 */
}

table.tbl_head01 {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

table.tbl_head01 th,
table.tbl_head01 td {
    padding: 0px;
    word-break: break-all;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
    height: 28px;
}

h2.h2_frm {
    font-size: 20px;
    margin: 20px 0 10px;
    font-weight: 600;
    color: #222;
}

h3 {
    font-size: 16px;
    margin: 10px 0;
    font-weight: bold;
    color: #333;
}

table.tbl_head01 thead th {
    background: #f9f9f9;
    font-weight: bold;
    color: #333;
}

.local_desc01 {
    margin: 10px 0;
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    background: #f8f8f8;
    border-left: 3px solid #3399cc;
    padding: 10px 15px;
}

/* 실행 버튼 및 옵션 */
.btn_confirm01 {
    margin-top: 20px;
    text-align: center;
}

.btn_confirm01 select {
    padding: 6px 10px;
    font-size: 14px;
    vertical-align: middle;
}

.btn_confirm01 .btn_submit {
    padding: 7px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #3399cc;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn_confirm01 .btn_submit:hover {
    background: #2c89b3;
}

.mb_level_select {
    height: 38px;
    padding: 4px 10px;
    font-size: 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

/* 반응형 최소 */
@media screen and (max-width: 768px) {
    td, th {
        font-size: 12px;
        padding: 6px;
    }

    .btn_confirm01 .btn_submit {
        font-size: 13px;
        padding: 6px 15px;
    }
}


.g3g5-container {
    max-width: 1100px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.g3g5-table-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.g3g5-table-box {
    flex: 1;
    min-width: 48%;
}

.g3g5-table {
    width: 100%;
    border-collapse: collapse;
}

.g3g5-table th, .g3g5-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
    font-size: 14px;
}

.g3g5-button-box {
    margin-top: 30px;
    text-align: center;
}

.g3g5-button {
    display: inline-block;
    padding: 10px 25px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    font-size: 15px;
    border-radius: 5px;
}

.g3g5-button:hover {
    background-color: #0056b3;
}

.ellipsis {
    text-align: center;
    color: #888;
    font-style: italic;
}