.ag-canvas {
    position: relative;

    width: 100%;
}

.ag-canvas text {
    pointer-events: none;
}

.ag-canvas_svg {
    display: block;

    width: 100%;
}

.ag-canvas_svg path {
    fill-opacity: 1;
    stroke-opacity: 1;
    stroke-width: 0.5;
    transition: 0.5s;
}

#taiwan-btn,
.btn {
    cursor: pointer;
}

.cola-text {
    opacity: 0;
}


/* 暗遮罩 */
.cola-cover {
    display: none;

    padding-top: 15vh;
    width: 100%;
    height: 100%;

    position: fixed;
    left: 0;
    top: -30px;

    z-index: 1;

    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.6);
}

.cola-cover .cola-content {
    margin: auto;
    padding: 30px 80px;
    box-sizing: border-box;

    width: 80vw;
    height: 85vh;

    position: relative;

    background-color: #24BFA3ff;
    overflow: hidden;

    animation: fade 0.5s;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}

.close {
    position: absolute;
    bottom: 10px;
    right: 15px;

    padding-right: 0px;

    color: white;

    font-size: 1rem;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #fa0;
    text-decoration: none;
    cursor: pointer;
}

.cola-cover .cola-content h2 {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #02090e;
    text-shadow: 2px 2px 0px #ccc;
    font-size: 1.8rem;
}


.cola-flex {
    margin-top: 40px;
    width: 100%;
    display: flex;
    padding: 0;
}

.cola-flex p {
    text-align: justify;
    font-size: 1rem;
    color: #eee;
    margin-left: 50px;
}

.cola-flex img {
    margin-top: 20px;
    width: 300px;
    height: 300px;
}

path {
    pointer-events: none;
}

/* 關閉台灣 */
#TW-close {
    display: none;
    position: absolute;
    top: 20%;
    right: 7.5%;
    cursor: pointer;
}
