.cookie_box{box-sizing:border-box;display:flex;z-index:1000;position:fixed;bottom:0;left:0;
    justify-content:center;width:100%;padding:20px 40px;background:rgba(0,0,0,.8)}
.cookie_box .cookie-container.en{display:none}
.cookie_box .cookie-container{align-items:center}
.cookie_text{width:100%;margin:0 60px 0 0;color:#fff;font-size:13px;line-height:1.75}
.cookie_btn{display:flex; align-items:center;justify-content:flex-end}
.cookie_btn-consent a,.cookie_btn-detail a{display:block;padding:10px;
    background-color:#ababab;color:#fff;font-size:13px;transition:0.4s ease}
.cookie_btn-consent a:hover,.cookie_btn-detail a:hover{opacity:.7}
.cookie_btn-consent{margin:0 25px 0 0}
.cookie_btn-consent a{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:145px;height:48px;
    background-color:#fff;color:#323030;text-decoration:none}
.cookie_btn-detail a{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:145px;height:48px;
    border:1px solid #fff;background-color:transparent;color:#fff;text-decoration:none}