


.cookie{opacity: 0;z-index: -1;visibility: hidden;transition: opacity .5s;position: fixed;top: 0;left: 0;width: 100%;height: 100vh;}
.cookie.show{opacity: 1;z-index: 388;visibility: visible;z-index: 288;}
.cookie-shade{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #fff;opacity: .8;}
.cookie-inner{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 7.3rem;max-width: 92%;}
.cookie-cont{width: 100%;background-color: #fff;padding: .5rem;max-height: 90vh;overflow: auto;border: 1px solid #58c747;}
.cookie-logo{width: 100%;text-align: center;margin-bottom: .15rem;}
.cookie-logo img{height: .9rem;}
.cookie-textbox{width: 100%;}
.cookie-textbox *{line-height: inherit;}
.cookie-buttombox{width: 100%;font-size: 0;text-align: center;padding-top: .25rem;}
.cookie-disagree{display: inline-block;vertical-align: middle;cursor: pointer;margin: .1rem .1rem 0;padding: .15rem;color: #fff;line-height: 1.6; background-color: #58c747;}
.cookie-agree{display: inline-block;vertical-align: middle;cursor: pointer;margin: .1rem .1rem 0;padding: .15rem;color: #fff;line-height: 1.6; background-color: #58c747;}


















