.t2d_submenu {
    position:relative;
    z-index:80;
    width:calc(100% - 30px);
    margin:14px auto 0;
    border:0;
}

.t2d_submenu .t2d_submenu_inner {
    position:relative;
    display:flex;
    align-items:stretch;
    width:min(1400px, 100%);
    min-height:58px;
    margin:0 auto;
    border:1px solid #e3e8ee;
    border-radius:12px;
    background:#fff;
    box-shadow:0 8px 24px rgba(15,34,52,.07);
    box-sizing:border-box;
}

.t2d_submenu .t2d_dep_box { position:relative; display:block; }
.t2d_submenu .t2d_homedep_box {
    width:58px;
    flex:0 0 58px;
    text-align:center;
    border-right:1px solid #e8edf2;
}
.t2d_submenu .t2d_homedep_box a {
    display:block;
    color:#718091;
    font-size:20px;
    line-height:56px;
}
.t2d_submenu .t2d_1dep_box { width:240px; border-right:1px solid #e8edf2; }
.t2d_submenu .t2d_2dep_box { width:300px; }

.t2d_submenu .t2d_submenucheck {
    display:block;
    width:100%;
    padding:19px 22px;
    background:transparent;
    color:#263746;
    font-family:'Poppins','Pretendard','Noto Sans KR',sans-serif;
    font-size:18px;
    font-weight:600;
    line-height:20px;
    box-sizing:border-box;
    cursor:pointer;
}
.t2d_submenu .t2d_submenucheck i {
    float:right;
    padding-top:2px;
    color:#0879ef;
    transition:transform .2s ease;
}
.t2d_submenu .t2d_check_btn_input {
    position:absolute;
    opacity:0;
    pointer-events:none;
}
.t2d_submenu ul {
    display:none;
    position:absolute;
    top:calc(100% + 8px);
    left:0;
    z-index:100;
    width:100%;
    min-width:220px;
    margin:0;
    padding:8px;
    border:1px solid #e3e8ee;
    border-radius:10px;
    background:#fff;
    box-shadow:0 14px 35px rgba(15,34,52,.13);
    box-sizing:border-box;
}
.t2d_submenu ul li { border:0; text-align:left; }
.t2d_submenu ul li a {
    display:block;
    padding:12px 14px;
    border-radius:7px;
    color:#4a5967;
    font-size:18px;
    line-height:1.3;
    text-decoration:none;
    transition:background-color .18s ease,color .18s ease;
}
.t2d_submenu ul li a:hover,
.t2d_submenu .t2d_menubars .on a {
    background:#eef6ff;
    color:#0879ef;
    font-weight:600;
}
.t2d_submenu #t2d_check_btn_d1:checked ~ .t2d_menubars,
.t2d_submenu #t2d_check_btn_d2:checked ~ .t2d_menubars { display:block; }
.t2d_submenu #t2d_check_btn_d1:checked ~ .t2d_submenucheck i,
.t2d_submenu #t2d_check_btn_d2:checked ~ .t2d_submenucheck i { transform:rotate(180deg); }

@media screen and (max-width:1024px) {
    .t2d_submenu { display:block !important; width:calc(100% - 20px); margin-top:10px; }
    .t2d_submenu .t2d_submenu_inner { display:flex !important; width:100%; min-height:52px; border-radius:10px; }
    .t2d_submenu .t2d_homedep_box { display:none; }
    .t2d_submenu .t2d_1dep_box { display:block; width:42%; flex:0 0 42%; }
    .t2d_submenu .t2d_2dep_box { display:block; width:58%; flex:0 0 58%; }
    .t2d_submenu .t2d_submenucheck { padding:16px 14px; font-size:13px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
    .t2d_submenu ul { min-width:100%; }
}

@media screen and (max-width:480px) {
    .t2d_submenu .t2d_1dep_box { width:38%; flex-basis:38%; }
    .t2d_submenu .t2d_2dep_box { width:62%; flex-basis:62%; }
}
