.cky-consent-container{
	position: fixed;
	opacity: 0;
	padding: 10px;
	left: 10px;
	bottom: -100%;
	right: 10px;
	transition: bottom 1.5s linear;
	border-radius: 10px;
	background:#0c0d0e;
	box-shadow: 0 0 2px 1px #000, inset 0 0 0 1px rgba(255,255,255,.15);
	z-index: 9999999;
}
.cky-title {
    color: #ccc;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 12px 0;
    overflow-wrap: break-word;
}
.cky-notice-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.cky-notice-des {
    color: #ccc;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.cky-notice-des a.cky-policy,
.cky-notice-des button.cky-policy {
    font-size: 14px;
    color: #1863dc;
    white-space: nowrap;
    cursor: pointer;
    background: transparent;
    border: 1px solid;
    text-decoration: underline;
}
.cky-notice-des a.cky-policy{
	color: #1863dc; 
	border-color: transparent; 
	background-color: transparent;
}
.cky-notice-des button.cky-policy {
    padding: 0;
}
.cky-notice-des a.cky-policy:focus-visible,
.cky-notice-des button.cky-policy:focus-visible,
.cky-footer-wrapper a:focus-visible,
.cky-btn:focus-visible {
    outline: 2px solid #1863dc;
    outline-offset: 2px;
}
.cky-btn:focus:not(:focus-visible){
    outline: 0;
}
.cky-consent-bar button:hover,
.cky-consent-bar button:focus{
    text-decoration: none;
}
.cky-notice-btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
}
.cky-notice-btn-wrapper .cky-btn {
    text-shadow: none;
    box-shadow: none;
}
.cky-btn {
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    padding: 8px 27px;
    font-weight: 500;
    margin: 0 8px 0 0;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    text-transform: none;
    min-height: 0;
    border-radius: 5px;
}
.cky-btn:hover {
    opacity: 0.8;
}
.cky-btn-reject {
    color: #1863dc;
    background: transparent;
    border: 2px solid #1863dc;
}
.cky-btn-accept {
    background: #1863dc;
    color: #ffffff;
    border: 2px solid #1863dc;
}
.cky-btn:last-child {
    margin-right: 0;
}
@media (max-width: 768px) {
    .cky-notice-group {
        display: block;
    }
    .cky-notice-btn-wrapper {
        margin-left: 0;
    }
    .cky-notice-btn-wrapper .cky-btn {
        flex: auto;
        max-width: 100%;
        margin-top: 10px;
        white-space: unset;
    }
}
@media (max-width: 576px) {
    .cky-notice-btn-wrapper {
        flex-direction: column;
    }
    .cky-notice .cky-title,
    .cky-notice-des,
    .cky-notice-btn-wrapper {
        padding: 0 28px;
    }
    .cky-consent-container .cky-consent-bar {
        padding: 16.5px 0;
    }
    .cky-notice-des {
        max-height: 40vh;
        overflow-y: auto;
    }
    .cky-notice-btn-wrapper .cky-btn {
        width: 100%;
        padding: 8px;
        margin-right: 0;
    }
    .cky-notice-btn-wrapper .cky-btn-accept {
        order: 1;
    }
    .cky-notice-btn-wrapper .cky-btn-reject {
        order: 3;
    }
}
@media (max-width: 425px) {
    .cky-notice .cky-title,
    .cky-notice-des,
    .cky-notice-btn-wrapper {
        padding: 0 24px;
    }
    .cky-notice-btn-wrapper {
        flex-direction: column;
    }
    .cky-btn {
        width: 100%;
        margin: 10px 0 0 0;
    }
    .cky-notice-btn-wrapper .cky-btn-reject {
        order: 3;
    }
    .cky-notice-btn-wrapper .cky-btn-accept {
        order: 1;
        margin-top: 16px;
    }
}
@media (max-width: 352px) {
    .cky-notice .cky-title {
        font-size: 16px;
    }
    .cky-notice-des * {
        font-size: 12px;
    }
    .cky-notice-des,
    .cky-btn {
        font-size: 12px;
    }
}

@media (max-width: 425px) {
    .cky-notice-btn-wrapper {
        margin-top: 0;
    }
}
@media (max-width: 352px) {
    .cky-notice-des a.cky-policy {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .cky-notice-btn-wrapper {
        margin-left: 0;
        margin-top: 10px;
        justify-content: left;
    }
}
@media (max-width: 352px) {
    .cky-notice-des a.cky-policy {
        font-size: 12px;
    }
}