.inner {
    background-color: #f5f5f5;
    height: calc(100vh - 64px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner.join {
    height: unset;
    align-items: flex-start;
}
/* .inner.join .join_form {
    margin: unset;
} */
.inner .common_info .user_info {
    display: flex;
    justify-content: space-between;
}

.inner .join_form {
    max-width: 450px;
    width: 100%;
    padding: 50px 55px;
    margin: 100px auto 120px auto;
}
.inner .join_form.w800 {
    max-width: 800px;
}
.inner .join_form .title h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 52px;
    color: #111633;
}
.inner .join_form .title h2.sub_title {
    font-size: 30px;
    line-height: 40px;
    color: var(--color-black);
}

.inner .join_form .form {
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 25px;
}
.inner .join_form .form span {
    display: flex;
    align-items: center;
    cursor: default;
    opacity: 0.7;
}
.inner .join_form .form input + span {
    cursor: pointer;
}
.inner .join_form .form input {
    width: calc(100% - 64px);
    font-size: 18px;
    border: none;
    background-color: transparent;
    line-height: 1.6;
}
.inner .join_form .form .id {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #000000;
    padding: 8px 12px;
    flex-wrap: inherit;
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.inner .join_form .form .form_input div {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #000000;
    padding: 8px 12px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.inner .join_form .form .form_input div button {
    color: #284cc9;
}
.inner .join_form .form .form_input div small {
    display: none;
}
.inner .join_form .form .form_input div.error small {
    position: absolute;
    display: block;
    color: #ff2102;
    font-size: 12px;
    left: 12px;
    top: 0px;
}
.inner .join_form .form .form_input div.error {
    border-bottom: 1px solid #ff2102;
    margin-top: 12px;
    background-color: #ff20021e;
}
.inner .join_form .form .form_input div.error input {
    background: none;
}

.inner .join_form .form .id > img,
.inner .join_form .form .pw > img {
    margin-right: 24px;
    width: 24px;
}

.inner .join_form .form .pw {
    width: 100%;
    height: 35px;

    border-bottom: 1px solid #000000;
    padding: 8px 12px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inner .join_form .form .chk_wrap {
    display: flex;
    width: 100%;
}
.inner .join_form .form .chk_wrap input {
    width: unset;
    margin-right: 10px;
}

.inner .join_form .form .chk_wrap label p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}

.inner .join_form .form .apply_btns {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.inner .join_form .form .apply_btns button {
    width: 100%;
    height: 58px;
    border-radius: 12px;

    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.1px;
}
.inner .join_form .form .apply_btns .btn_login {
    background-color: #111633;
    color: #fff;
    transition: color 0.25s ease;
}
.inner .join_form .form .apply_btns button.btn_login:hover {
    color: #a5acb7;
}
.inner .join_form .form .apply_btns .btn_join {
    border: 1px solid #667085;
}

.inner .join_form .form .info_search {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;

    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.4px;
    color: #111633;
}
.inner .join_form .form .info_search a {
    display: inline-block;
    padding: 0 20px;
}

/*join*/
section[class='2depth'] {
    width: 100%;
}
.list_2depth_nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #ededed;
    /* padding-bottom: 12px;
    padding: 10px; */
    padding: 5px 10px;
}
.list_2depth_tab {
    display: flex;
    align-items: center;
    gap: 4px;
}
.list_2depth_tab .tab_name {
    line-height: 38px;
    min-width: 80px;
    text-align: center;
    color: #a5acb7;
}
.list_2depth_tab .tab_name:hover:not(.active) {
    font-weight: 700;
}
.list_2depth_tab .tab_name.active {
    color: #1975ff;
}
.list_2depth_tab .tab_name.active .tab_indicator {
    display: block;
    background-color: #1975ff;
    height: 4px;
    width: 100%;
    border-radius: 20px;
}
.sub_heading {
    padding: var(--padding-sub-header);
}
.list_2depth_content h3.sub_title {
    width: 100%;
    justify-content: flex-end;
    display: block;
    padding: 5px 10px;
}
.list_depth_container.table {
    text-align: center;
}

.list_depth_container.grid {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.list_depth_container > div.container:not:has(.checkbox--txt) {
    display: flex;
    align-items: center;
}
.list_depth_container.grid > div {
    border-bottom: 1px solid #ededed;
    color: #223354;
    height: auto;
    padding: 3px 6px;
}
.list_depth_container.grid > div.status > .select_box {
    width: 200px;
    flex: none;
}
.list_depth_container.grid > div.address {
    height: unset;
}
.list_depth_container.grid > div.td {
    position: relative;
}
.list_depth_container.grid > div.td > a {
    position: absolute;
    top: 12px;
    right: 16px;
    color: var(--color-skyblue);
    cursor: pointer;
}
.list_depth_container.grid > div.td.verified > a {
    cursor: default;
}
.list_depth_container.grid > div.td.address {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.list_depth_container.grid > div.td.address div {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    width: 100%;
}

.list_depth_container.grid > div.td > input[type='text'] {
    width: 100%;
    position: relative;
}
.list_depth_container.grid > div.td > .bankaccount_type input[type='text'] {
    max-width: 100%;
}
.list_depth_container.grid > div.td > .billing_date > .select_box {
    margin-left: 20px;
    width: 90px;
}
.list_depth_container .th {
    position: relative;
}
.list_depth_container .th.has_tooltip.status:hover p::before {
    content: '승인완료된 대리점만 기능 사용이 가능합니다.';
}

.list_depth_container.grid > div.td > .assist_time {
    display: flex;
    gap: 10px;
    align-items: center;
}
.list_depth_container.grid > div.td > .assist_time > label:first-of-type {
    margin-left: 10px;
}
.checkbox--txt.w15 label input[type='checkbox'] ~ span {
    width: 15%;
    margin-right: 0;
}
.list_depth_container .thead {
    background-color: var(--color-lightblue);
}
.search {
    padding-left: 0;
    padding-bottom: 10px;
}
.list_depth_container.column .material-icons {
    cursor: pointer;
    color: #9099a9;
    transition: color 0.25s ease;
}
.list_depth_container.column .material-icons.add:hover {
    color: #13d148;
}
.list_depth_container.column .material-icons.remove:hover {
    color: #f10f01;
}
.has_img {
    height: unset;
}
.file_upload input[type='file'] {
    display: none;
}
.file_wrap {
    display: flex;
    width: 100%;
    position: relative;
    gap: 5px;
    padding-bottom: 6px;
}
.file_wrap input {
    min-height: 38px;
}
.file_wrap .button {
    border: 1px solid #1a75ff;
    color: #1a75ff;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.attachment {
    margin-bottom: 6px;
}
.attachment .clear {
    cursor: pointer;
}
.attachment p {
    align-items: center;
    gap: 5px;
}
.preview {
    width: 50%;
}

/* 구역정보  */

.sub_heading select {
    max-width: 140px;
}

.sub_heading .search input {
    padding-right: 44px;
    width: 100%;
}
.sub_heading .search a span {
    font-family: 'Material Icons';
    content: 'search';
    line-height: 34px;
    color: #1a75ff;
    position: absolute;
    right: 12px;
    cursor: pointer;
}
.sub_heading .search::after {
    display: none;
}
.list_depth_container.column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    border: none;
}
.list_depth_container.column .column {
    width: calc((800px - 128px) / 2);
    height: 100%;
    margin: 0 0 auto;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 6px;
}

.list_depth_container.column .table {
    border-bottom: 1px solid #ededed;
}
.list_depth_container.column .table div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.list_depth_container.column .table.thead {
    background-color: #eff3f9;
    text-align: center;
}

.list_depth_container.column .material-icons {
    cursor: pointer;
    color: #9099a9;
    transition: color 0.25s ease;
}
.list_depth_container.column .material-icons.add:hover {
    color: #13d148;
}
.list_depth_container.column .material-icons.remove:hover {
    color: #f10f01;
}
.column .tbody::-webkit-scrollbar {
    display: contents;
    width: 15px;
    max-height: 50px;
}
.column .tbody::-webkit-scrollbar-thumb {
    background-color: var(--color-hover);
    border-radius: 10px;
    background-clip: padding-box;
    border: 2px solid transparent;
}
.column .tbody::-webkit-scrollbar-track {
    background-color: var(--color-lightblue);
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
}
.table_title {
    padding: var(--padding-sub-header);
    color: #223354;
    line-height: 32px;
    margin-top: 5px;
}

@media (min-width: 210px) and (max-width: 768px) {
    /* general  */
    .login_info {
        padding: 12px 20px;
        background-color: var(--color-hover);
        margin-top: 20px;
    }
    .nav_wrapper {
        justify-content: space-between;
    }
    .btn_logout {
        width: unset;
        background-color: transparent;
    }
    .header_top {
        flex-direction: column;
        padding: 10px 10px;
        align-items: center;
        z-index: 1;
    }
    .header_top .lft {
        flex-direction: row;
        width: 100%;
        height: 100%;
        align-items: center;
    }
    .header_top .lft .logo_box {
        margin-left: 0;
        align-items: center;
    }
    .header_top .lft .logo_box .logo {
        width: unset;
        height: unset;
        margin-left: 10px;
    }
    .header_top .lft .logo_box img {
        max-width: 70%;
    }
    .header_top .lft .logo_box span {
        font-size: 1.4rem;
        line-height: 1.3;
        padding: 0;
    }
    .header_top .rht {
        display: none;
    }
    .nav {
        display: none;
    }
    .nav.on {
        display: block;
        width: 95%;
        box-shadow: 0px 9px 16px rgb(159 162 191 / 50%), 0px 2px 2px rgb(159 162 191 / 32%);
    }

    .side_container:first-of-type {
        margin-top: 18px;
    }
    .content_wrapper,
    .content_wrapper.on {
        left: 0;
        width: 100%;
    }
    .content {
        padding-left: 10px;
        padding-right: 10px;
    }
    /*this page*/
    .inner {
        padding: 20px;
    }
    .inner .join_form {
        padding: 0;
        margin: 50px auto auto auto;
    }
    .inner .join_form .title h2.sub_title {
        margin-top: 23px;
        font-size: 20px;
        line-height: 30px;
    }
    .inner .join_form .logo > img {
        max-width: 100px;
    }
    .inner .join_form .title h2 {
        font-size: 30px;
    }
    .inner .join_form .form .apply_btns button {
        height: 54px;
    }
    .inner .join_form .form .id {
        height: 50px;
        padding: 0 10px;
        margin-top: -20px;
    }
    .inner .join_form .form .pw {
        height: 50px;
        margin-top: 10px;
        padding: 0 10px;
    }
    .inner .join_form .form .chk_wrap {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .inner .join_form .form .chk_wrap label p {
        font-size: 14px;
    }
    .inner .join_form .form .apply_btns button {
        font-size: 16px;
    }

    .inner .join_form .form .info_search {
        font-size: 12px;
        align-items: center;
    }
    .inner .join_form .form {
        gap: unset;
        margin: 26px auto;
    }
}
