.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-60 {
    width: 60% !important;
}

.table {
    margin: 0;
    background: white;
}

.table tbody tr td {
    vertical-align: middle;
}

.table.table-bordered tbody tr td {
    border-color: #343a40 !important;
    padding: 0 5px;
}

.drawLineLeft {
    height: 100%;
    width: 100%;
    background: linear-gradient(to top right, white 48%, #343a40 , white 51%);
}

.drawLineRight {
    height: 100%;
    width: 100%;
    background: linear-gradient(to top left, white 48%, #343a40 , white 51%);
}



/*轉移*/

.tax_return_401 {
    width: 100%;
    position: relative;
    min-width: 312px;
    box-sizing: border-box;
}

.tax_return_401 .sc-data_content {
    display: flex;
    position: absolute;
    top: 0;
    left: 306px;
    align-items: center;
}

.select_content01, .select_content02 {
    display: flex;
    align-items: center;
}

.tax_return_401 .sc-data_content .title {
    color: #048080;
    font-size: 24px;
    font-weight: 500;
}

.tax_return_401 .create::before {
    display: none;
}

.create:hover{
    background: #077474;
    box-shadow: 2px 4px 10px rgb(4 128 128 / 25%);
  }
  
  .create:active {
    background: #005a5a;
    transform: scale(.95);
    box-shadow: 2px 4px 10px rgb(4 128 128 / 25%);
  }

.sc-data_content .select-selected {
    width: 180px;
}

/* 下拉類型選擇 */
.sc-data_content .select-selected {
    width: 180px;
    height: 20px;
    border-radius: 20px;
    border: 2px solid transparent;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    line-height: 24px;
    text-align: start;
    padding: 8px 16px;
    color: #048080;
    font-weight: 600;
}

.sc-data_content .select-selected.select-arrow-active,
.sc-data_content .select-selected.select-arrow-active~.select-items>div {
    border-color: transparent transparent #048080 transparent;
}

.sc-data_content .select-selected.select-arrow-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #3d3d3d;
}

.sc-data_content .select-selected:hover {
    background: #fff;
    border: 2px solid #048080
}

.sc-data_content .select-selected:after {
    top: 12px;
    right: 16px;
}

.sc-data_content .select-selected.select-arrow-active {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top: 2px solid #359b9b;
    border-left: 2px solid #359b9b;
    border-right: 2px solid #359b9b;
}

.tax_return_401 .main_title h3 {
    width: 100%;
    justify-content: space-between;
    margin: 0;
}


.tax_return_401 .tb-ctrl{
    min-width: 1280px;
    max-width: 1720px;
}

.tax_return_401 .main_title{
    max-width: 1720px;
}

.tax_return_401 .content-body {
    line-height: 1.5;
}

@media screen and (max-width: 1350px) {
    .tax_return_401 .sc-data_content {
        top: 60px;
        left: 0;
    }
}
@media screen and (max-width: 680px) {
    .tax_return_401 .sc-data_content {
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 510px) {
    .tax_return_401 .sc-data_content {
        top: 128px;
        align-items: flex-start;
        width: 100%;
    }
    
    .tax_return_401 .sc-data_content .title {
        margin-bottom: 8px;
    }
    
    .sc-data_content .select-selected {
        width: 100%;
        height: 40px;
        min-width: 311px;
        box-sizing: border-box;
        padding: 8px 16px;
    }
}

@media screen and (max-width: 1350px) {
    .tax_return_401 form {
        margin-top: 88px;
    }
    
    .tax_return_401 form {
        width: 100%;
        min-width: 312px;
        background: #fff;
        border-radius: 20px 20px 0 0;
        position: relative;
    }
}

@media screen and (max-width: 680px) {
    .tax_return_401 form {
        margin-top: 140px;
    }
}

@media screen and (max-width: 510px) {
    .tax_return_401 .main_title h3 {
        flex-direction: column;
    }
    
    .tax_return_401 .create {
        left: 0;
        top: 24px;
        position: relative;
    }
    
    .tax_return_401 .custom-select {
        width: 100%;
    }
    
    .select_content01, .select_content02 {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 16px;
        width: 100%;
    }
}