#subscribeEDM {
    background-color: #000;
    position: fixed;
    width: 19vw;
    height: 7vw;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: space-between;
    padding: 1vw 1.5vw;
    z-index: 1001;
    border: 1px solid #666;
    visibility: hidden
}

@media screen and (min-width:2560px) {
    #subscribeEDM {
        width: 430px;
        height: 179.2px;
        bottom: 30px;
        padding: 37.6px 32.8px;
        right: 33px
    }
}

@media screen and (max-width:1440px) {
    #subscribeEDM {
        width: 18vw;
        height: 7vw;
        right: 18px;
        bottom: 18px;
        padding: 1vw 1.25vw
    }
}

@media screen and (max-width:1024px) {
    #subscribeEDM {
        width: 36vw;
        height: 14vw;
        padding: 2vw 2.75vw;
    }
}

@media screen and (max-width:767px) {
    #subscribeEDM {
        width: 73vw;
        height: 28vw;
        right: 15px;
        bottom: 15px;
        padding: 4vw 6vw
    }
}

#subscribeEDM .inputEmailTitleFrame {
    display: flex;
    flex-direction: row;
    margin-bottom: .3vw
}

@media screen and (max-width:1024px) {
    #subscribeEDM .inputEmailTitleFrame {
        margin-bottom: .6vw
    }
}

@media screen and (max-width:767px) {
    #subscribeEDM .inputEmailTitleFrame {
        margin-bottom: 1.2vw
    }
}

#subscribeEDM .inputEmailTitleFrame .inputEmailTitle {
    font-family: Roboto Condensed, Microsoft JhengHei, sans-serif;
    font-size: .8vw;
    color: #b5b5b5;
    text-transform: uppercase
}

@media screen and (min-width:2560px) {
    #subscribeEDM .inputEmailTitleFrame .inputEmailTitle {
        font-size: 18px
    }
}

@media screen and (max-width:1024px) {
    #subscribeEDM .inputEmailTitleFrame .inputEmailTitle {
        font-size: 1.6vw
    }
}

@media screen and (max-width:767px) {
    #subscribeEDM .inputEmailTitleFrame .inputEmailTitle {
        font-size: 3.2vw
    }
}

#subscribeEDM .inputEmailTitleFrame .closeSubscribeBtn {
    border: 0;
    width: 1.5vw;
    height: .85vw;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #b5b5b5;
    background: 0 0;
    line-height: 1;
    padding: 0;
    margin: 0;
    box-shadow: none;
    outline: 0;
    font: inherit;
    cursor: pointer;
    fill: #b5b5b5;
    opacity: 1;
    transition: opacity .5s ease-in-out
}

#subscribeEDM .inputEmailTitleFrame .closeSubscribeBtn:hover {
    opacity: .6
}

@media screen and (min-width:2560px) {
    #subscribeEDM .inputEmailTitleFrame .closeSubscribeBtn {
        width: 38.4px;
        height: 21.76px
    }
}

@media screen and (max-width:1024px) {
    #subscribeEDM .inputEmailTitleFrame .closeSubscribeBtn {
        width: 3vw;
        height: 1.8vw
    }
}

@media screen and (max-width:767px) {
    #subscribeEDM .inputEmailTitleFrame .closeSubscribeBtn {
        width: 6vw;
        height: 3.6vw
    }
}

#subscribeEDM .inputEmailTitleFrame .closeSubscribeBtn svg {
    fill: #b5b5b5;
    width: 1.5vw;
    height: .85vw
}

@media screen and (min-width:2560px) {
    #subscribeEDM .inputEmailTitleFrame .closeSubscribeBtn svg {
        width: 38.4px;
        height: 21.76px
    }
}

@media screen and (max-width:1024px) {
    #subscribeEDM .inputEmailTitleFrame .closeSubscribeBtn svg {
        width: 3vw;
        height: 1.8vw
    }
}

@media screen and (max-width:767px) {
    #subscribeEDM .inputEmailTitleFrame .closeSubscribeBtn svg {
        width: 6vw;
        height: 3.6vw
    }
}

#subscribeEDM .inputEmaiFrame {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

#subscribeEDM .inputEmaiFrame #inputEmail {
    background-color: #000;
    border: 1px solid #666;
    color: #fff;
    padding: 8px 12px;
    width: 71%;
    height: 2vw
}

@media screen and (min-width:2560px) {
    #subscribeEDM .inputEmaiFrame #inputEmail {
        font-size: 23.04px;
        width: 71%;
        height: 51.2px
    }
}

@media screen and (max-width:1024px) {
    #subscribeEDM .inputEmaiFrame #inputEmail {
        height: 4vw
    }
}

@media screen and (max-width:767px) {
    #subscribeEDM .inputEmaiFrame #inputEmail {
        height: 8vw
    }
}

#subscribeEDM .inputEmaiFrame #inputEmail::placeholder {
    font-size: .9vw
}

@media screen and (min-width:2560px) {
    #subscribeEDM .inputEmaiFrame #inputEmail::placeholder {
        font-size: 23.04px
    }
}

@media screen and (max-width:1024px) {
    #subscribeEDM .inputEmaiFrame #inputEmail::placeholder {
        font-size: 1.8vw
    }
}

@media screen and (max-width:767px) {
    #subscribeEDM .inputEmaiFrame #inputEmail::placeholder {
        font-size: 3.6vw
    }
}

#subscribeEDM .inputEmaiFrame .inputEmailBtn {
    color: #fff;
    cursor: pointer;
    font-size: .9vw;
    background-color: #cc000e;
    width: 5vw;
    height: 2vw;
    border: 0;
    text-transform: uppercase;
    font-family: Roboto Condensed, Microsoft JhengHei, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    transition: background-color .5s ease-in-out
}

#subscribeEDM .inputEmaiFrame .inputEmailBtn:hover {
    background-color: #850007
}

@media screen and (min-width:2560px) {
    #subscribeEDM .inputEmaiFrame .inputEmailBtn {
        font-size: 23.04px;
        width: 128px;
        height: 51.2px
    }
}

@media screen and (max-width:1024px) {
    #subscribeEDM .inputEmaiFrame .inputEmailBtn {
        font-size: 1.8vw;
        width: 10vw;
        height: 4vw
    }
}

@media screen and (max-width:767px) {
    #subscribeEDM .inputEmaiFrame .inputEmailBtn {
        font-size: 3.6vw;
        width: 20vw;
        height: 8vw
    }
}

#shadowRoot {
    display: none !important;
}

.FixedStatus__fixedStatus__d-MD2.FixedStatus__isChatBot__RORXw, .FixedStatus__fixedStatus__d-MD2.FixedStatus__isChatBot__RORXw.FixedStatus__haveCompare__f-Ebc {
    bottom: 9.25vw !important;
}

@media screen and (min-width:2560px) {
    .FixedStatus__fixedStatus__d-MD2.FixedStatus__isChatBot__RORXw, .FixedStatus__fixedStatus__d-MD2.FixedStatus__isChatBot__RORXw.FixedStatus__haveCompare__f-Ebc {
        bottom: 230px !important;
    }
}
@media screen and (max-width:1024px) {
    .FixedStatus__fixedStatus__d-MD2.FixedStatus__isChatBot__RORXw, .FixedStatus__fixedStatus__d-MD2.FixedStatus__isChatBot__RORXw.FixedStatus__haveCompare__f-Ebc {
        bottom: 16.75vw !important;
    }
    .FixedStatus__fixedStatus__d-MD2 {
        height: 40px !important;
    }
    .GoTop__goTop__O8C7D, .GoTop__goTop__O8C7D svg {
        width: 40px !important;
        height: 40px !important;
    }
}
@media screen and (max-width:767px) {
    .FixedStatus__fixedStatus__d-MD2.FixedStatus__isChatBot__RORXw, .FixedStatus__fixedStatus__d-MD2.FixedStatus__isChatBot__RORXw.FixedStatus__haveCompare__f-Ebc {
        bottom: 33vw !important;
    }
}