.footer_cookie {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    padding: 19px 25px 16px;
    max-height: 100vh;
    background-color: rgba(28, 28, 28, .9);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 9999;
    text-shadow: 0px 0px 0 #000000;
}

@media (max-width:1199px) {
    .footer_cookie {
        padding-bottom: 20px
    }
}

.footer_cookie-wrap {
    width: 1180px;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto
}

.footer_cookie-description {
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    white-space: pre-line;
    color: #fff
}

@media (min-width:768px) {
    .footer_cookie-description {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: normal;
        font-family: Noto Sans TC;
        font-weight: 400;
        text-indent: 0
    }
}

@media (max-width:767px) {
    .footer_cookie-description {
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: normal;
        font-family: Noto Sans TC;
        font-weight: 400;
        text-indent: 0
    }
}

.footer_cookie-link {
    color: #ed7100
}

.-pc .footer_cookie-link:hover,
.footer_cookie-link:active {
    color: #ed7100
}

.footer_cookie-link-twm {
    color: #f97b7c
}

.-pc .footer_cookie-link-twm:hover,
.footer_cookie-link-twm:active {
    color: #f97b7c
}

.footer_cookie-link-cg {
    color: #009fd6
}

.-pc .footer_cookie-link-cg:hover,
.footer_cookie-link-cg:active {
    color: #009fd6
}

.footer_cookie-link-pn {
    color: #009fd6
}

.-pc .footer_cookie-link-pn:hover,
.footer_cookie-link-pn:active {
    color: #009fd6
}

.footer_cookie-buttons {
    width: 200px;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 20px
}

@media (max-width:1199px) {
    .footer_cookie-buttons {
        width: 100%;
        height: auto;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 10px;
        margin-left: auto
    }
}

@media (max-width:767px) {
    .footer_cookie-buttons {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px
    }
}

.footer_cookie-button {
    width: 100px;
    height: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px #fff solid;
    border-radius: 17.5px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: border-color .3s, background-color .3s;
    -o-transition: border-color .3s, background-color .3s;
    transition: border-color .3s, background-color .3s
}

@media (min-width:768px) {
    .footer_cookie-button {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: normal;
        font-family: Noto Sans TC;
        font-weight: 400;
        text-indent: 0
    }
}

@media (max-width:767px) {
    .footer_cookie-button {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: .5px;
        font-family: Noto Sans TC;
        font-weight: 400;
        text-indent: 0
    }
}

.-pc .footer_cookie-button:hover,
.footer_cookie-button:active {
    background-color: #ff6700;
    border-color: #ff6700
}