.top_ban-outer {
    width: 100%;
    background-color: #44c9ff;
    height: 110px;
}

.top_ban-container {
    text-align: center;
    margin: 0px auto;
    width: 1200px;
    position: relative;
    padding: 0;
}

.top_ban {
    width: 100%;
    font-size: 30px;
    color: #0d2d7d;
    display: block;
    text-decoration: none;
}

.top_ban img {
    top: -15px;
    position: absolute;
    left: 0;
}

.top_ban div {
    padding-top: 35px;
    text-align: right;
    padding-right: 70px;
}

.link-outer {
    padding: 0px;
    position: absolute;
    z-index: 3;
    right: 0px;
    bottom: -34px;
}

.link-label {
    padding: 4px 8px;
    display: flex;
    align-items: center;
    background-color: rgba(255,255,255,0.3);
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: absolute;
    z-index: 15;
    bottom: 0;
    right: 0;
    font-size: 11px;
    border-radius: 5px 5px 0 0;
    padding-top: 0;
    padding-left: 7px;
}

.link-label:after{
    content: '\2807';
    right: -5px;
    font-size: 15px;
    position: relative;
    top: 1px;;
}

.link-label:hover {
    cursor: pointer;
}

.link-info {
    display: none;
    background: black;
    color: white;
    padding: 5px 10px;
    bottom: 34px;
    position: absolute;
    z-index: 15;
    right: 0;
    font-size: 12px;
    padding-top: 4px;
    padding-left: 0;
    min-width: 350px;
}

.link-info:after {
    content: "";
    position: absolute;
    right: 20px;
    bottom: -13px;
    border: 7px solid transparent;
    border-top: 7px solid black;
}

.link-info.show {
    display: block;
}

@media only screen and (max-width: 1200px) { 
    .top_ban-container {
        width: 100%;
    }

    .top_ban {
        width: 97%;
        margin: 0 auto;
    }
    .top_ban img {
        left: 2%;
    }
    .top_ban div {
        padding-left: 288px;
        padding-right: 20px;
        padding-top: 20px;
        text-align: center;
    }
}

@media only screen and (max-width: 960px) {
    .top_ban div {
        font-size: 28px;
        text-align: center;
        width: auto;
        float: none;
        padding-left: 255px;
        padding-right: 100px;
        padding-top: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .link-label {
        font-size: 10px;
        padding: 0 8px;
    }
    .link-outer {
        bottom: 4px;
    }
    .top_ban-container {
        width: 100%;
    }
    .top_ban {
        height: auto;
        box-sizing: border-box;
        width: 96%;
        margin: 0 auto;
    }

    .top_ban div{
        font-size: 25px;
        float: right;
        width: 330px;
        padding-right: 25px;
        padding-bottom: 25px;
        text-align: center;
        padding-left: 120px;
        margin: 0 auto;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 550px) {
    .link-outer {
        bottom: -7px;
    }
    .top_ban div {
        font-size: 18px;
        text-align: right;
        width: auto;
        float: none;
        padding-right: 10px;
        padding-bottom: 25px;
        padding-left: 40%;
        margin: 0 auto;
        padding-top: 30px;
    }
}

@media only screen and (max-width: 420px) { 
    .top_ban img {
        left: -31%;
    }
}
@media only screen and (max-width: 380px) { 
    .top_ban div {
        padding-left: 50%;
        padding-top: 10px;
    }
    .link-outer {
        bottom: -3px;
    }
}
