<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{
    --backgroundNotice : #ced4da;
    --colorNotice : #171614;
    --borderNotice : #171614;

    --btnNotice : #030328;
    --txtBtnNotice : #ffffff;
}


.container_bbs-notice{width: 100%;height: 100%;
position: fixed;top: 0;left: 0;z-index: 9999999999999999999999999999999;
background-color: transparent;pointer-events: none!important;}

.content_bbs-notice{max-height: 95vh;

border-radius: 12px;
display: flex;
position: absolute;
color: var(--colorNotice);
background-color: var(--backgroundNotice);
overflow: hidden;pointer-events: auto!important;}

@media screen and (min-width: 1px) {
    .content_bbs-notice{max-width: 96%;
    border-radius: 12px ;
    bottom: 6px;left: 6px;}
    .content_bbs-notice.close{max-width: 95%;}
    .content_bbs-notice.open{width: 100%;max-width:100%;border-radius: 12px 12px 0 0;
        bottom: 0;left: 0;left: 0;}
}

@media  screen and (min-width: 900px) {
    .content_bbs-notice{border-radius: 12px;}
    .content_bbs-notice.close,
    .content_bbs-notice.open{bottom: 1em;left: 1em;border-radius: 12px;}
    .content_bbs-notice.open{max-width: calc(100% / 1.5);}
}
@media  screen and (min-width: 1200px) {
    .content_bbs-notice{border-radius: 12px;}
    .content_bbs-notice.close,
    .content_bbs-notice.open{bottom: 2em;left: 2em;border-radius: 12px;}
    .content_bbs-notice{max-height: calc(95vh - 2em);}
    .content_bbs-notice.open{max-width: calc(100% / 2.5);}
}
@media  screen and (min-width: 1500px) {
    .content_bbs-notice{border-radius: 12px;}
    .content_bbs-notice.close,
    .content_bbs-notice.open{bottom: 2em;left: 2em;border-radius: 12px;}
    .content_bbs-notice{max-height: calc(95vh - 2em);}
    .content_bbs-notice.open{max-width: calc(100% / 2.5);}
}

/*btn*/
.btn_settingNotice{width:48px;height:48px;
padding: 3px;
display:flex;justify-content: center;align-items: center;
background-color: var(--backgroundNotice);}
/**/


/*bnr*/
.bannerChose_bnrCookies{width: 100%;padding: 1em;
column-gap: 52px;row-gap: 24px;
display:flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}


.txt_bnrCookies{width: fit-content;
row-gap: 8px;
display: flex;flex-direction: column;
color: var(--colorNotice);}
.txt_bnrCookies &gt; h3{font-size: 18px;line-height: normal;
text-transform: uppercase;}
.txt_bnrCookies &gt; p{font-size: 14px;line-height: normal;}
.btn_bnrCookies{width: fit-content;gap:12px;
display:flex;flex-wrap: wrap;}

.btn_bnrCookies{width: fit-content;gap:12px;
display:flex;flex-wrap: wrap;justify-content: end;}

/**/


.modal_bnrCookies{width: 100%;max-height: 100%;height: auto;
display:flex;flex-direction: column;
position: relative;}

.header_modal_bnrCookies{width: 100%;
padding: 2em;
display:flex;justify-content: space-between;}
.header_modal_bnrCookies &gt; h2{
display: flex;flex: 1 1;
font-weight: 600;font-size: 20px;}

.wrapper_modal_bnrCookies{width:100%;max-height: 100%;
padding:2em;row-gap: 2em;
display:flex;flex-direction: column;
overflow-y: auto;}
.dsc_wrapper_modal_bnrCookies{width: 100%;
row-gap: 6px;
display: flex;flex-direction: column;
}
.bdrbtm_modal_bnrCookies{border-bottom: 1px solid var(--borderNotice);}
.dsc_wrapper_modal_bnrCookies &gt; p{line-height: 1.5em;}
.toggles_wrapper_modal_bnrCookies{width:100%;
row-gap: 12px;
display:flex;flex-direction: column;}
.dsc_wrapper_modal_bnrCookies &gt; p &gt; a{color:black;    background-image: linear-gradient(currentColor, currentColor);
background-image: linear-gradient(black, black);background-position: 100% 100%;
background-repeat: no-repeat;background-size: 100% 1.5px;}
.toggles_wrapper_modal_bnrCookies &gt; li{width: 100%;
border-radius: 12px;
background-color: var(--heroItenTggl);}
.iten_toggles_wrapper_modal_bnrCookies{width:100%;
display:flex;}
.iten_toggles_wrapper_modal_bnrCookies &gt; details{width:100%;
cursor: pointer;}
.iten_toggles_wrapper_modal_bnrCookies &gt; details &gt; summary{width:100%;
padding: 1em;
border-radius: 12px;
display:flex;justify-content: space-between;align-items: center;
flex-wrap: nowrap;
font-weight: bold;font-size: clamp(18px, 17.2957746479px + 0.1408450704vw, 20px);
background-color: var(--heroItenTggl);
position: relative;z-index: 2;}
.i_iten_toggles_wrapper_modal_bnrCookies{transition: all 300ms ease-in-out;}
.iten_toggles_wrapper_modal_bnrCookies &gt; details[open] &gt; summary &gt; 
div &gt; .i_iten_toggles_wrapper_modal_bnrCookies{transform: rotate(180deg);}
.iten_toggles_wrapper_modal_bnrCookies &gt; details[open]{transition: all 300ms ease-in-out;}
.condent_tgls_mdl_bnrc{padding: 1em;
display: flex;flex-direction: column;
border: 2px solid var(--heroItenTggl);border-radius: 0 0 12px 12px;
background-color: var(--heroNotice);
z-index: 1;cursor: auto;}
.dsc_condent_tgls_mdl_bnrc{width:100%;padding-bottom: 12px;}
.dsc_condent_tgls_mdl_bnrc &gt; p{padding: 6px;
font-size: 14px;font-weight: 500;line-height: 1.5em;}
.time_condent_tgls_mdl_bnrc{width: 100%;
padding: 1em;column-gap:1em;row-gap:12px;
display:flex;justify-content: end;}


.switchCheck_notice{width: 54px;padding: 4px;
border-style: solid;border-width: 2px;
display: inline-block;
border-radius: 16px;
position: relative;}
.switchCheck_notice::before{content: "";width: 20px;height: 20px;
border-radius: 50%;
display: block;
transition: transform 0.3s ease-in-out;}
.switchCheck_notice[type="stand"][aria-checked="false"]{
border-color: var(--btnNotice);}
.switchCheck_notice[type="stand"][aria-checked="false"]::before{
background-color: var(--btnNotice);opacity: .8;}
.switchCheck_notice[type="stand"][aria-checked="true"]{border-color: var(--btnNotice);}
.switchCheck_notice[type="stand"][aria-checked="true"]::before{background-color: var(--btnNotice);}


.footer_modal_bnrCookies{width:100%;
padding: 1em;margin-top:6px;row-gap: 12px;column-gap: 20px;
border-top: 1px solid var(--borderNotice);
display:flex;justify-content: space-between;align-items: center;flex-wrap: nowrap;
position: relative;z-index: 5;}
.row_footer_modal_bnrCookies{width:100%;gap:12px;
display:flex;flex-wrap: nowrap;}
@media (min-width: 700px) {
    .left{justify-content: start;}
    .right{justify-content: end;}
}
@media (max-width: 700px) {
    .wrapper_modal_bnrCookies{padding: 0;}
    .dsc_wrapper_modal_bnrCookies{padding: 1em;}
    .footer_modal_bnrCookies, .row_footer_modal_bnrCookies{
        flex-direction: column;
    }
    .row_footer_modal_bnrCookies{width: 100%;}
}


/*btn*/
.btn_cookiesmodal{height:48px;padding: 9px 12px;
border-radius: 25px;
border-width: 1px;border-style: solid;
background-color: transparent;
font-size: 12px;font-weight: 400;
transition-duration: .5s;
transition-property: background-color,transform, color;
transition-timing-function:cubic-bezier(0.390,0.575,0.565,1.000);}
.btn_cookiesmodal:hover{transform: scale(1.1);}

.btn_cookiesmodal{border-color: var(--btnNotice);}
.btn_cookiesmodal:hover{color:var(--btnNotice);}
.btn_cookiesmodal.ahead{color: var(--txtBtnNotice);background-color: var(--btnNotice);}


</pre></body></html>