.left_layout {
    float: right;
    height: calc(100vh - 107px);
    width: 250px;
    background: #ffffff;
    /* box-shadow: 0px 0px 6px 3px #cccccc; */
    display: flex;
    flex-direction: column;
}

.flex_block {
    z-index: 401;
    margin: 5px 10px 5px 11px;
}

#menu_3D,
#regioanl_model,
#plane,
#sphere {
    z-index: 401;
}

#regional_model,
#plane,
#sphere {
    display: none;
}

#plane .direction_title,
#sphere .direction_title {
    background: #338dc9;
    color: white;
    font-size: 25px;
    text-align: center;
    padding: 2px;
    font-weight: bold;
    border-bottom: 3px solid white;
}

#sphere .direction_title {
    margin: 0px 10px 0px 11px;
}

#sphere .flex_block {
    display: flex;
    gap: 0.1rem;
}

#sphere .no_flex_block {
    background: #d9eefd;
    text-align: center;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    margin: 0px 10px 0px 11px;
}

#sphere .area {
    flex: 1;
    width: 16%;
    cursor: pointer;
}

.fa-arrow-down.active,
.fa-arrow-up.active {
    color: #007335;
}

#map_img img {
    width: 100%;
}

#area_list {
    text-align: center;
}

#area_list span {
    text-align: center;
    padding: 5px;
    border: 1px solid #00558d;
    border-radius: 5px;
    cursor: pointer;
}

#area_list span.no_click {
    color: #00558d;
    background: white;
}

#area_list span.click {
    color: white;
    background: #00558d;
}

#perspective_taiwan {
    width: 100%;
    table-layout: fixed;
    text-align: center;
    font-size: 40px;
    background: #d9eefd;
}

#perspective_taiwan td {
    padding: 2px;
    font-weight: bold;
    border: 3px solid white;
}

#perspective_taiwan .perspective {
    cursor: pointer;
}

#perspective_taiwan .perspective.check {
    color: #007335;
}

#perspective_taiwan .perspective.no_check {
    color: #9b9b9b;
}

#perspective_taiwan img {
    width: -moz-available;
    width: -webkit-fill-available;
}

#datetime_tau {
    height: 50px;
}

#datetime_tau_table {
    display: block;
    overflow: auto;
}

#datetime_tau_table td {
    font-weight: bold;
    border: 2px solid white;
}

#datetime_tau_table tr:nth-child(1) td:nth-child(odd) {
    background: #b1cde1;
}

#datetime_tau_table tr:nth-child(1) td:nth-child(even) {
    background: #d9eefd;
}

#datetime_tau_table tr:nth-child(2) {
    cursor: pointer;
}

#datetime_tau_table tr:nth-child(2) td.active {
    background: #ffe5ee;
}

#datetime_tau_table tr:nth-child(2) td.no_click {
    background: #cccccc;
    cursor: no-drop;
}

#function_list {
    top: 180px;
}

.carousel {
    right: 200px !important;
}

#carousel_layout {
    top: 175px !important;
    width: 100% !important;
}

#carousel_content .item {
    width: 80%;
}

.repeat_slash {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
}

#public_block img {
    height: auto !important;
}

#datetime_tau_table::-webkit-scrollbar-thumb {
    background-color: #c4c4c4;
    border: 4px solid transparent;
    border-radius: 8px;
    background-clip: padding-box;
}

#datetime_tau_table::-webkit-scrollbar {
    width: 12px;
}

@media (max-width: 700px) {
    .carousel {
        right: 0 !important;
    }

    #carousel_content .item {
        width: 100% !important;
    }
}