#T-center {
    width: 100%;
    height: 1300px;
}

#T-center p {
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    font-size: 15px;
    line-height: 30px;
    text-indent: 35px;
    background-color: rgba(0, 0, 0, 0);
}

#T-map {
    width: 62%;
    height: 560px;
    text-align: center;
    position: absolute;
    top: 300px;
    left: 35%;
    right: 3%;
    overflow: hidden;
    transition: 0.8s;
}

#down {
    width: 260px;
    height: 80px;
    text-align: center;
    display: block;
    position: absolute;
    top: -100px;
    right: 33%;
    transition: 0.5s;
    background-color: rgba(0, 0, 0, 0);
}

#down a {
    width: 300px;
    height: 50px;
    color: black;
    font-size: 30px;
    display: block;
    text-decoration: none;
    border-radius: 20px;
    transition: 0.5s;
    background-color: skyblue;
}

#T-map:hover{
    transition: 0.8s;
    opacity: 0.6;
}

#down a:hover {
    border-radius: 8px;
    color: white;
    transition: 0.5s;
    background-color: dodgerblue;
}

#T-map:hover #down {
    position: absolute;
    top: 150px;
    right: 33%;
    transition: 1.5s;
}

#T-text1 {
    width: 30%;
    height: 560px;
    position: absolute;
    top: 300px;
    left: 3%;
    right: 65%;
    background-color: skyblue;
    overflow: hidden;
}

#T-text2 {
    width: 94%;
    height: 650px;
    position: absolute;
    top: 900px;
    left: 3%;
    right: 3%;
    background-color: skyblue;
    overflow: hidden;
}