@import url("variables.css");
@import url("grid.css");
@import url("nav.css");
@import url("form.css");
@import url("agenda.css");

::selection {
    color: var(--color-text-light);
    background: var(--color-primary);
}

html {
    scroll-behavior: smooth;
}

html.loaded {
    background: url(../../asset/fotobanner/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed;
}

body {
    overflow-x: hidden;
    font-family: var(--font);
    font-size: var(--font-size);
    line-height: var(--line-height);
    margin: 0;
    padding: 0;
    color: var(--color-text);
    background: linear-gradient(90deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .96) 35%, rgba(255, 255, 255, .96) 75%, rgba(255, 255, 255, .9) 100%);
}

body::-webkit-scrollbar {
    width: 4px;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--color-accent);
}

body::-webkit-scrollbar-track {
    background: var(--color-text-mute);
}

header {
    /* padding: var(--content-padding); */
    position: fixed;
    width: 100vw;
    z-index: 150;
    transition: .3s;
}

.up header {
    margin-top: calc(-1 * var(--header-height));
}

header a {
    color: var(--color-primary);
}

/* header>section {

    } */

    header>section:first-child {
        padding: 3px 8px;
        /* background: var(--color-accent); */
        background: var(--color-bg-light);
        border-bottom: 1px solid var(--color-primary);
        font-size: .75rem;
    }

    header>section:first-child p {
        margin: 0 0 0 10px;
        line-height: 1;
        font-weight: 500;
    }

/* header>section:first-child .icon {
    font-size: inherit;
    } */

    header>section:first-child>div {
        display: flex;
        max-width: 1040px;
        /* width: calc(100vw - (var(--content-padding) * 2)); */
        margin: 0 auto;
        justify-content: space-between;
        align-items: center;
    }

    header>section:first-child a {
        display: flex;
    }

/* header>section:first-child i {
    margin-right: .4rem;
    } */

    header>section:last-child {
        padding: 6px 0;
        max-width: 1040px;
        width: calc(100vw - (var(--content-padding) * 2));
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    header>section:last-child>div {
        display: flex;
        align-items: center;
    }

    header br {
        display: none;
    }

    #updown {
        display: none;
    }

    #search {
        max-width: 200px;
        padding-right: 35px;
        transition: .3s ease-out;
    }

    #search+.icon {
        position: absolute;
        margin: -51px 0 0 170px;
        transition: .3s ease-in-out;
    }

    #search+.icon:not(.clicked):hover {
        transform: rotate(180deg);
        margin: -47px 0 0 168px;
    }

    #search+.icon.clicked {
        font-variation-settings: "TIME" 1;
        margin: -48px 0 0 170px;
        transform: rotate(0deg);
    }

    header img {
        width: 210px;
        transition: .3s;
    }

    header img:last-of-type {
        margin: -3px 12px 0 0;
    }

    header>section>div:last-child img {
        margin: -3px 0 0 0;
    }

    header h1,
    header h2,
    header h3 {
        margin: 0;
        line-height: 1;
        text-transform: uppercase;
        transition: .3s;
    }

    header h1 {
        font-weight: 500;
        font-size: .9rem;
        margin-bottom: .08rem;
    }

    header h2 {
        font-weight: 800;
        font-size: 1.22rem;
        margin-bottom: .1rem;
    }

    header h3 {
        font-weight: 500;
        font-size: .8rem;
    }

    header>section:first-child>div>div:last-child {
        display: flex;
        align-items: center;
    }

    header>section:first-child>div>div:last-child svg {
        position: relative;
        top: -1px;
    }

    header .flag {
        display: flex;
        margin-left: 10px;
        align-items: center;
        justify-content: flex-end;
        transition: .3s;
    }

    header .flag img {
        width: 20px;
        margin: 0 0 0 10px;
        opacity: .6;
        transform: scale(.9);
        transition: .2s;
    }

    header .flag img:hover {
        opacity: 1;
        transform: scale(1);
    }

    header .flag img.active {
        opacity: 1;
        border: 1px solid var(--color-primary);
        transform: scale(1);
    }

    .swiper-scrollbar-drag {
        background: var(--color-accent);
        opacity: .6;
    }

    .swiper-button-next,
    .swiper-button-prev {
        transform: scale(.7);
    }

    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        transform: scale(.5);
    }

    .swiper-pagination-bullet {
        background: var(--color-secondary);
    }

    main.full h1 {
        /* margin-top: 5rem; */
        /* text-align: center; */
        position: relative;
    }

    main h1 {
        line-height: 1;
        font-size: 1.7em;
        color: var(--color-primary);
        /* border-bottom: 4px solid var(--color-accent); */
    }

/* main h1:before {
    content: "";
    height: 2px;
    width: 100%;
    border-bottom: 2px solid var(--color-primary);
    position: absolute;
    left: 0;
    top: 12px;
    z-index: -1;
    } */

/* main h1>span {
    background: #fff;
    padding: 0 12px;
    } */

    main h1+time {
        margin: -.6rem 0 2rem;
    }

    main h1:first-child {
        margin-top: 0;
    }

    .full-slide {
        width: 100vw;
    /* top: 136px;
    left: 0;
    position: absolute; */
    transition: .3s;
}

/* .up .full-slide {
    top: 44px;
    } */

    .full-slide article {
        position: relative;
    }

    .full-slide article::before {
        content: "";
        position: absolute;
        width: 100vw;
        height: 100%;
    }

    .full-slide article div {
        position: absolute;
        color: var(--color-text-light);
        z-index: 10;
        width: 100%;
        height: calc(100% - 96px);
        left: 50%;
        top: 0;
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: baseline;
        justify-content: flex-end;
        padding: 48px 0;
        max-width: 1042px;
        transform: translateX(-50%);
    }

    .full-slide article.video div {
        width: 100%;
        height: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .full-slide article.video div a {
        color: var(--color-text-light);
    }

    .full-slide article.video::before {
        /* background: linear-gradient(-45deg, rgba(68, 170, 224, .2) 0%, rgba(145, 73, 158, .2) 100%); */
        background: transparent;
        /* backdrop-filter: brightness(.7) blur(1px) grayscale(.2); */
        backdrop-filter: none;
    }

    .full-slide article.video .logo {
        width: 200px;
        height: auto;
    }

    .full-slide #bg-video {
        width: 100vw;
        height: calc(100vh - 135px);
        /* transform: scale(3); */
        z-index: -1;
        position: relative;
    }

    .full-slide img {
        width: 100vw;
        height: calc(100vh - 135px);
        object-fit: cover;
    }

    .full-slide article h5 {
        font-size: 1.8rem;
        font-weight: 500;
        margin: 0;
        text-shadow: 0 1px 6px rgba(0, 0, 0, .3);
    }

    .full-slide article h2 {
        font-size: 2.4rem;
        line-height: 1.2;
        margin: 0;
        max-width: 600px;
        text-shadow: 0 1px 6px rgba(0, 0, 0, .3);
    }
    .full-slide article h3 {
        font-size: 1.6rem;
        line-height: 1.2;
        margin: 0;
        max-width: 600px;
        text-shadow: 0 1px 6px rgba(0, 0, 0, .3);
    }

    .full-slide article time {
        font-size: 100%;
        margin-top: 1rem;
    }

    .full-slide article h4 {
        font-size: 3.5rem;
        font-weight: 400;
        line-height: 1;
        margin: 16px 0 0;
        transition: .2s ease-out;
        text-shadow: 0 1px 6px rgba(0, 0, 0, .3);
    }

    .full-slide article h4:hover {
        transform: scale(1.2);
    }

    .full-slide article span {
        margin-top: 1rem;
        text-shadow: 0 1px 6px rgba(0, 0, 0, .3);
    }

    .quote {
        margin: 32px 0 -20px;
    }

    .quote img {
        width: 100vw;
    }

    .quote-mobile {
        display: none;
    }

/* .ticker {
    position: absolute;
    left: 0;
    width: calc(100vw - 32px);
    padding: 8px 16px;
    position: absolute;
    top: calc(100vh + -2px);
    background: var(--color-accent);
    min-height: 50px;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: .3s;
}

.up .ticker {
    top: calc(100vh - 94px);
}

.ticker i {
    margin-right: 6px;
    } */

/* .news-top {
    display: flex;
    left: 0;
    position: absolute;
    width: 100vw;
    top: calc(100vh + 64px);
    transition: .3s;
}

.up .news-top {
    top: calc(100vh - 28px);
}

.news-top article {
    position: relative;
    flex-basis: 33.333%;
}

.news-top img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.news-top a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: rgba(0, 0, 0, .5);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 60%);
}

.news-top div {
    position: absolute;
    bottom: 4px;
    left: 16px;
    right: 16px;
    color: var(--color-text-light);
    font-size: 90%;
}

.news-top h2 {
    margin-bottom: 0;
    line-height: 1.2;
}

.news-top time {
    margin: .3rem 0 16px;
    font-size: 100%;
}

.banner {
    margin-top: 2rem;
}

.banner img {
    width: 100%;
    filter: brightness(90%);
    } */

    .news-slide article a {
        display: flex;
        /* color: var(--color-text-light); */
    }

    .news-slide article img {
        width: 400px;
        /* height: 300px; */
        aspect-ratio: 16/9;
        object-fit: cover;
    }

    .news-slide article div {
        background-color: var(--color-bg-light);
        padding: 40px 80px 40px 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .news-slide article h2 {
        font-size: 1.4rem;
        margin: 0;
        line-height: 1.2;
    }

    .news-slide article time {
        margin-top: .5rem;
        font-size: .85rem;
    }

    time svg {
        margin-right: 3px;
        position: relative;
        top: -1px;
    }

    main h1 svg {
        margin-right: 6px;
    }

    .news-slide article p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /* News Main */

    .news-main {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 24px;
    }

    .news-main article a {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 24px;
    }

    .news-main article img {
        width: 100%;
        aspect-ratio: 16/9;
        object-fit: cover;
    }

    .news-main article div {
        padding-right: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .news-main article h5 {
        width: fit-content;
        background: var(--color-primary-light);
        color: var(--color-text-light);
        font-weight: 500;
        text-transform: uppercase;
        font-size: .8rem;
        margin: 0 0 0.3rem;
        line-height: 1;
        letter-spacing: .05rem;
        padding: 5px;
        border-radius: 2px;
    }

    .news-main article h5>svg {
        position: relative;
        top: -1px;
    }

    .news-main article h2 {
        font-size: 1.2rem;
        margin: 0;
        line-height: 1.1;
    }

    .news-main article p {
        font-size: 1.1rem;
        margin: .3rem 0 0;
        line-height: 1.3;
        font-size: .9rem;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .news-main article time {
        margin-top: .2rem;
        font-size: .8rem;
    }

    /* Bulletin */

    .bulletin-grid {
        display: grid;
        /* grid-template-columns: 1fr 1fr 1fr 1fr; */
        grid-template-columns: 1fr;
        grid-gap: 24px;
    }

    .bulletin-grid a {
        display: flex;
        align-items: flex-start;
        color: var(--color-text);
    }

    .bulletin-grid a>svg {
        width: 42px;
        height: 42px;
        object-fit: contain;
        margin: 0.2em 0.7em 0 0;
    }

    .bulletin-grid h2 {
        font-size: 1rem;
        line-height: 1.05;
        margin: .4rem 0 .2rem;
    }

    .bulletin-grid time {
        margin: 0;
    }

    /* News Grid */

    .news-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 24px;
    }

    .news-grid.three-cols {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .tabs .news-grid {
        margin: 1rem 0 -1rem;
    }

    .news-grid.list {
        grid-template-columns: auto;
    }

    .news-grid a {
        color: var(--color-text);
    }

    .news-grid.list a {
        display: flex;
        align-items: center;
    }

    .news-grid img {
        width: 100%;
        /* height: 150px; */
        flex-basis: 150px;
        aspect-ratio: 16/9;
        object-fit: cover;
    }

    .news-grid.list img {
        margin-right: 24px;
    }

    .news-grid h2 {
        font-size: 1rem;
        line-height: 1.05;
        margin: .4rem 0 .2rem;
    }

    .news-grid.list h2 {
        font-size: 1.2rem;
    }

    .news-grid time {
        margin: 0;
    }

    .news-grid img {
        max-width: 100%;
    }

    .info-public {
        display: inline-grid;
        grid-template-columns: 100%;
        grid-gap: 24px;
        width: 100%;
        margin-bottom: 2em;
    }

    .info-public h3 {
        text-align: center;
        margin-bottom: 1rem;
    }

    .info-public>.list {
        display: inline-grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-gap: 24px;
        margin-right: 24px;
    }

    .info-public>.list>a {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        line-height: 1.2;
        transition: .2s ease-out;
    }

    .info-public>.list>a:hover {
        cursor: pointer;
    }

    .info-public>.list>a:active {
        transform: scale(.99);
        filter: brightness(.9);
        transition: .1s;
    }

    .info-public>.list>a>svg,
    .info-public>.list>a>p {
        background: var(--color-bg-light);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border-radius: var(--border-radius);
        margin: 0 0 8px;
        border: 2px solid var(--color-secondary);
        font-weight: 450;
        transition: .2s;
        padding: 0.7rem;
        object-fit: contain;
        overflow: visible;
    }
    .info-public>.list>a>img {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 56px;
      margin: 0 0 8px;
      font-weight: 450;
      transition: .2s;
      object-fit: contain;
      overflow: visible;
  }

  .info-public>.list>a>p {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
    user-select: none;
}

.info-public>.list>a:hover>svg,
.info-public>.list>a:hover>img,
.info-public>.list>a:hover>p {
    /* box-shadow: 0 1px 5px 2px rgb(0 0 0 / 10%); */
    transform: scale(1.02);
    filter: brightness(1.1);
}

.info-public>.list>a:active>svg,
.info-public>.list>a:active>img,
.info-public>.list>a:active>p {
    /* box-shadow: inset 0 1px 2px 1px rgb(0 0 0 / 5%); */
    transform: scale(.95);
    filter: brightness(.9);
}

.info-public>.list>a>span {
    color: var(--color-text);
}

.info-public>.tabs input[name=tabs] {
    display: none;
}

.info-public>.tabs input[name=tabs]+label {
    display: inline-block;
}

.info-public>.tabs input~.tab {
    display: none;
}

.info-public>.tabs #tab1:checked~.tab.content1,
.info-public>.tabs #tab2:checked~.tab.content2 {
    display: block;
}

.info-public>.tabs label {
    margin: 6px 32px 0 10px;
}

.info-public>.tabs input+label {
    font-size: 1rem;
    background: #eee;
    color: #666;
    padding: 12px 16px;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
    position: relative;
    top: 1px;
    margin: 0;
    cursor: pointer;
}

.info-public>.tabs input:checked+label {
    font-size: 1.05rem;
    color: var(--color-primary-dark);
    background: #fff;
    border: 2px solid var(--color-primary);
    border-bottom: none;
    padding-bottom: 14px;
    font-weight: 600;
    margin-bottom: -1px;
}

.info-public>.tabs input~.tab {
    border: 2px solid var(--color-primary);
    padding: 16px;
    height: 85%;
    border-radius: 0 20px var(--border-radius);
}

.info-public>.tabs h3 {
    margin: .5rem 0 1.4rem;
    line-height: 1.3;
}

.info-public>.tabs p {
    margin: 0;
}

.info-public>.tabs input,
.info-public>.tabs select {
    font-family: monospace;
}

.info {
    display: inline-grid;
    grid-template-columns: auto auto;
    grid-gap: 24px;
    width: 100%;
}

.info>div {
    /* border: 2px solid var(--color-secondary); */
    /* border-radius: var(--border-radius); */
    padding: var(--content-padding);
    position: relative;
    /* background: var(--color-bg-light); */
}

.info h3 {
    margin-top: 0;
    text-align: center;
}

.info ul {
    padding-left: 16px;
    /* margin-bottom: 28px; */
}

.info li {
    margin-bottom: .5rem;
    line-height: 1.3;
    font-weight: 450;
}

.info ul+p {
    position: absolute;
    right: 0;
    bottom: -5px;
    line-height: 1.2;
}

.info ul+p>a {
    border-radius: var(--border-radius) var(--border-radius) 0;
}

.info .btn {
    text-align: center;
    margin: 16px auto;
    display: block;
    width: fit-content;
}

.gallery {
    display: inline-grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 4px;
    width: 100%;
}

.gallery a {
    position: relative;
}

.gallery figure {
    position: relative;
    margin: 0;
    /* height: 180px; */
}

.gallery figure>figcaption {
    position: absolute;
    bottom: 0;
    right: 16px;
    left: 16px;
    color: var(--color-text-light);
    opacity: 0;
    transition: .3s;
    line-height: 1.2;
}

.gallery figure:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 180px; */
    aspect-ratio: 16/9;
    background: rgba(0, 0, 0, .5);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 70%);
    opacity: 0;
    transition: .5s;
}

.gallery a:hover figcaption,
.gallery a:hover figure:before {
    opacity: 1;
}

.gallery a:hover figcaption {
    bottom: 16px;
}

.gallery img, .gallery embed {
    width: 100%;
    /* height: 180px; */
    aspect-ratio: 16/9;
    object-fit: cover;
}

.gallery figure+svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: var(--color-text-light);
    font-size: 3rem;
    opacity: .5;
}

.links {
    display: inline-grid;
    /* grid-template-columns: 65% 1fr; */
    grid-gap: 24px;
    width: 100%;
}

.links>.list {
    display: flex;
    flex-wrap: wrap;
    /* grid-template-columns: 1fr 1fr 1fr; */
    /* grid-template-rows: max-content; */
    grid-gap: 24px;
    /* margin-right: 24px; */
    line-height: 1.25;
    justify-content: center;
    margin-top: 1rem;
}

.links>.list>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: .1s ease-out;
    color: var(--color-text);
    max-width: 170px;
}

.links>.list>a>img,
.links>.list>a>i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 142px;
    height: 64px;
    object-fit: contain;
    margin-bottom: 6px;
    transition: .2s;
    font-size: 2.5rem;
}

.links>.list>a:hover img {
    transform: scale(1.02);
    filter: brightness(1.1);
}

.links>.list>a:active img {
    transform: scale(.95);
    filter: brightness(.9);
    transition: .1s;
}

.socmed {
    display: inline-grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
    width: 100%;
}

.socmed>div:first-child>a>img {
    margin-bottom: .7rem;
}


.article-slide img {
    width: 100%;
    /* height: 400px; */
    aspect-ratio: 16/9;
    object-fit: cover;
}

/* .filter-regulation, .search-info {
    margin-bottom: 30px;
    } */

    .search-info hr {
        margin: 16px 0;
    }

    .search-keyword {
        font-size: 110%;
        margin-bottom: 10px;
    }

    .search-keyword~div {
        display: flex;
        /* align-items: center; */
    }

    .search-info span {
        margin-right: 10px;
        white-space: nowrap;
        margin-top: 8px;
    }

    .search-category {
        display: flex;
        flex-wrap: wrap;
    }

    .search-info a {
        margin: 2px;
        background: var(--color-accent);
        padding: 6px 10px;
        border-radius: var(--border-radius);
        transition: .3s;
    }

    .search-info a:hover {
        background: var(--color-primary);
        color: var(--color-text-light);
    }

/* .filter-regulation fieldset div {
    width: calc(100% - 16px);
    display: inline-grid;
    grid-template-columns: 50% 50%;
    grid-gap: 16px;
}

.filter-regulation fieldset div>* {
    margin: 0;
    } */


    main section+p {
        margin: 2rem auto 0;
        position: relative;
        /* text-align: center; */
    }

/* main section+p>.btn {
    box-shadow: 12px 0 0 #fff, -12px 0 0 #fff;
    } */

/* main section+p:before {
    content: "";
    height: 2px;
    width: 100%;
    border-bottom: 2px solid var(--color-primary);
    position: absolute;
    left: 0;
    top: 8px;
    z-index: -1;
    } */

    main .pagination {
        display: flex;
        margin-top: 3rem;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap
    }

    main .pagination ul {
        margin: auto;
        padding: 0;
        display: flex;
        justify-content: space-evenly;
        min-width: 50%;
    }

    main .pagination li {
        list-style: none;
    }

    main .pagination a,
    main .pagination span {
        display: block;
        width: fit-content;
        margin: 0 4px;
        padding: 6px 10px;
        transition: .2s;
        background: var(--color-secondary);
        color: var(--color-text-light);
        border-radius: var(--border-radius);
        min-width: 14px;
        text-align: center;
        user-select: none;
    }

    main .pagination li:first-child *,
    main .pagination li:last-child * {
        padding: 6px 10px;
    }

    main .pagination li.disabled:first-child *,
    main .pagination li.disabled:last-child * {
        cursor: not-allowed;
    }

    main .pagination .disabled span {
        background: var(--color-text-mute);
        opacity: .5;
    }

    main .pagination .active span,
    main .pagination a:hover {
        background: var(--color-primary);
        color: var(--color-text-light);
    }

    aside h3 {
        text-transform: uppercase;
        margin: 0;
        color: var(--color-primary-dark);
    }

    aside h3:not(:first-child) {
        margin-top: 3rem;
    }

    aside ul {
        padding: 0;
        margin-top: .6rem;
        line-height: 1.2;
    }

    aside ul a {
        color: var(--color-text);
        transition: .2s;
    }

    aside ul li {
        padding: .4rem 0;
        list-style: none;
        border-top: 1px solid var(--color-text-mute);
        font-weight: 500;
    }

    aside ul li:last-child {
        border-bottom: 1px solid var(--color-text-mute);
    }

    aside ul.news img {
        width: 80px;
        height: 80px;
        /* object-fit: cover; */
        aspect-ratio: 16/9;
        margin-right: .6rem;
    }

    aside ul.news a {
        display: flex;
    }

    aside ul.news h5 {
        font-size: .9rem;
        font-weight: 500;
        margin: .54rem 0 0;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 1.1;
    }

    aside ul.news li:hover h5 {
        -webkit-line-clamp: unset;
    }

    footer {
        position: relative;
        font-size: .8rem;
        color: var(--color-text-light);
        display: inline-grid;
        grid-template-columns: auto;
        padding: 42px var(--content-padding) 20px;
        background: url(../../asset/fotobanner/bg2.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center bottom;
        background-attachment: fixed;
    }

    footer:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: var(--color-primary);
        opacity: .96;
        z-index: 5;
    }

    footer section {
        z-index: 10;
        max-width: 1040px;
        width: 100%;
        margin: auto;
    }

    footer>section:first-child {
        display: inline-grid;
        grid-template-columns: 1fr 29% 29%;
        grid-gap: 24px;
        width: 1040px;
        margin: 0 auto 1.5rem;
    }

    footer>section:first-child span {
        width: 64px;
        display: inline-block;
    }

    footer>section:first-child>div:first-child {
        display: inline-grid;
        grid-template-columns: 74px auto;
    }

    footer>section:first-child>div>div>img {
        width: 300px;
        margin: -4px 8px 18px 0;
    }

    footer>section:first-child>div>div.socmed-icons img {
        max-width: 64px;
        margin-top: -10px;
    }

    footer>section:first-child>div>div.akreditasi {
        display: flex;
        flex-wrap: wrap;
    }

    footer>section:first-child>div>div.akreditasi a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 8px 0;
    }

    footer>section:first-child>div>div.akreditasi a img {
        max-height: 54px;
        object-fit: cover;
        margin: 0 16px 8px 0;
    }

    footer>section:first-child>div>div.akreditasi a span {
        line-height: 1;
        white-space: nowrap;
    }


    footer h3 {
        margin: 0 0 0.2rem;
        line-height: 1.1;
    }

    footer h4 {
        margin: 0 0 .5rem;
        line-height: 1;
    }

    footer>section>div:first-child h3+h4 {
        margin: 0 0 .2rem;
        font-weight: 400;
        line-height: 1.3;
    }

    footer p {
        line-height: 1.3;
        margin-bottom: 6px;
    }

    footer ul {
        padding: 0;
        list-style: none;
        margin-bottom: 0;
    }

    footer ul li {
        margin-bottom: .2rem;
    }

    footer hr {
        border: none;
        border-bottom: 2px solid var(--color-text-light);
        margin-bottom: 1rem;
        opacity: .5;
    }

    footer a {
        color: #fff;
        text-decoration : bold;
        font-weight: 600;
    }

    footer .socmed-icons {
        margin-top: 1.2rem;
        display: flex;
        grid-gap: 7px;
    }

    footer table {
        border-collapse: collapse;
        width: 100%;
    }

    footer table tr td {
        line-height: 1.2;
        padding: 4px 0;
    }

    footer table tr td:first-child {
        width: 90px;
    }

    footer table tr td:nth-child(2) {
        width: 12px;
    }

    footer table tr td:nth-child(3) {
        min-width: 170px;
    }

/* footer .fab {
    margin-right: 10px;
    transition: .3s;
}

footer a:last-child .fab {
    margin-right: 0;
}

footer .fab:hover {
    transform: scale(1.08);
    color: var(--color-accent);
}

footer .fab:active {
    transform: scale(.99);
    transition: .1s;
    filter: brightness(.8);
    } */

/* footer>section:nth-child(2) {
    font-size: 90%;
    opacity: .7;
    } */

    footer .svg-inline--fa {
        margin-right: .4rem;
    }

    footer section:last-of-type br {
        display: none;
    }

    a {
        text-decoration: none;
        color: var(--color-primary-dark);
    }

    time {
        display: block;
        opacity: .7;
        font-size: 85%;
        font-weight: 450;
        margin-top: .2rem;
        transition: .3s;
    }

    .icon {
        font-family: "Anicons Regular", sans-serif;
        cursor: pointer;
        font-size: 1.5rem;
    }

    .icon {
        font-variation-settings: "TIME" 1;
        transition: font-variation-settings .3s ease;
    }

    .icon:hover {
        font-variation-settings: "TIME" 100;
    }

    .open #menu.icon {
        font-variation-settings: "TIME" 100;
    }

    .text-center {
        text-align: center;
    }

    .text-right {
        text-align: right;
    }

    .swiper-container {
        width: 100%;
        height: auto;
    }

    .swiper-container a {
        color: var(--color-text);
    }

    #html5lightbox-watermark {
        display: none !important;
    }

    hr {
        border: none;
        border-bottom: 2px solid var(--color-text-mute);
    }

    main hr {
        margin: 42px 0;
    }

    img {
        max-width: 100%;
    }

    .two-cols {
        margin: 32px 0 16px;
        display: grid;
        grid-template-columns: 780px 300px;
    }

    .two-cols>div:last-child {
        margin-left: calc(var(--content-padding) * 2);
        padding: 0 0 0 calc(var(--content-padding) * 2);
        border-left: 2px solid var(--color-text-mute);
    }

    .two2-cols {
        margin: 32px 0 16px;
        display: grid;
        grid-template-columns: 780px 300px;
    }

    .two2-cols>div:last-child {
        margin-left: calc(var(--content-padding) * 2);
        padding: 0 0 0 calc(var(--content-padding) * 2);
    }

    @media screen and (max-width:1080px) {

        body {
            background: rgba(255, 255, 255, .94);
        }

        header>section:first-child {
            /* position: fixed; */
            width: 100%;
            padding: 6px 0;
            /* position: fixed; */
            top: 0;
            height: 30px;
            transition: .1s;
            z-index: 20;
        }

        header>section.open:first-child {
            height: calc(var(--header-height) - 24px);
            font-size: .8rem;
        }

        header>section.open:first-child p {
            line-height: 1.2;
        }

        .up header>section:first-child {
            top: -24px;
            transition: .2s;
        }

        header>section.open:first-child {
            padding: 12px 0;
        }

        header>section.open:first-child span {
            display: none;
        }

        header>section.open:first-child br {
            display: block;
        }

        header>section:first-child>div {
            /* flex-direction: column; */
            align-items: flex-start;
        }

        header>section:first-child>div>div:first-child {
            margin-bottom: .5rem;
            width: 100%;
        }

        header>section:first-child>div>div:first-child p {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        header>section:first-child>div>div:first-child p:nth-child(2) {
            width: calc(100vw - 110px);
        }

        header>section:first-child>div>div:last-child>a {
            display: none;
        }

        header>section.open:first-child>div>div:last-child>a {
            display: inherit;
        }

        header>section:last-child {
            /* top: 26px; */
            position: relative;
        }

        header>section:last-child br {
            display: block;
        }

        header h2 {
            font-size: .8rem;
            margin-bottom: 2px;
        }

        .up header h2 {
        /* opacity: 0;
        margin-top: -100%; */
        position: fixed;
        top: 16px;
        font-size: .8rem;
        left: 88px;
        width: 216px;
        font-weight: 700;
        color: var(--color-text-light);
    }

    header h1,
    header h3 {
        font-size: .6rem;
        line-height: 1;
    }

    .up header h1 {
        /* position: fixed;
        top: 10px;
        font-size: .89rem;
        left: 88px;
        width: 216px;
        font-weight: 700;
        color: var(--color-text-light); */
        opacity: 0;
        margin-top: -100%;
    }

    .up header.open h2 {
        opacity: 0;
        pointer-events: none;
    }

    .up header img {
        position: fixed;
        /* left: 50px;
        top: 6px; */
        width: 32px;
        margin: 0 16px 0 0;
    }

    .up header img:first-of-type {
        opacity: 0;
        margin-top: -100%;
    }

    .up header.open img {
        opacity: 0;
        pointer-events: none;
    }

    header .flag {
        position: fixed;
        top: 2px;
        right: 16px;
        transition: .2s;
    }

    .up header .flag {
        top: -40px;
    }

    header .flag img {
        position: relative;
        margin: 0 0 0 8px;
        /* transition: .3s ease-out; */
    }

    .up header .flag img {
        opacity: 0;
        transform: translateY(-10px) scale(.7);
        width: 20px;
        left: 0;
        top: -20px;
        margin: 0 0 0 8px;
        /* transition-delay: 0; */
    }

    /* #updown {
        position: absolute;
        width: 28px;
        height: 28px;
        background: var(--color-accent);
        color: var(--color-primary);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        right: -2px;
        z-index: 30;
        cursor: pointer;
        transition: .2s .2s;
        } */

    /* #updown:hover {
        background: var(--color-primary);
        color: var(--color-text-light);
        } */

    /* .up #updown {
        transform: scale(0);
    }
    
    #updown::before {
        transition: .3s .1s;
        } */

    /* section.open+section #updown {
        transform: translateY(-12px);
        background: #fff;
    }

    section.open + section #updown::before {
        transform: rotateX(180deg);
        } */

        #search-form .icon:hover {
            font-variation-settings: "TIME" 1;
        }

        #search {
            opacity: 0;
            position: fixed;
            top: 90px;
            left: 50%;
            max-width: 10px;
            transform: translateX(-50%);
            text-align: center;
            padding: 4px 14px;
            height: 28px;
            background-color: rgba(0, 0, 0, .15);
        }

        #search:focus {
            background-color: rgba(0, 0, 0, .25);
        }

        .open #search {
            opacity: 1;
            max-width: calc(100vw - 120px);
        }

    /* .open #search+.icon {
        font-variation-settings: "TIME" 100;
        } */
        #search,
        #search+.icon {
            color: var(--color-text-light);
        }

        #search+.icon:not(.clicked):hover {
            transform: none;
            margin: -5px 0 0 170px;
            font-variation-settings: "TIME" 1;
        }

        #search::placeholder {
            color: rgba(255, 255, 255, .5);
        }

        #search+.icon {
            position: fixed;
            top: 100px;
            right: 16px;
            margin: -5px 0 0 0;
            /* transition: .2s ease-in-out; */
        }

    /* #search+.icon:hover {
        margin: -45px 0 0 170px;
        } */

        #search+.icon.clicked {
            margin: -5px 0 0 170px;
        }

        .up #search+.icon {
            top: 101px;
        }

        .up #search {
            top: -2px;
        }

        .up #search+.icon {
            top: 7px;
        }

    /* .up #menu {
        top: 2px;
        } */
        .full-slide article h2 {
            font-size: 1.5rem;
            margin: 0 0 0 10vw;
            max-width: 80vw;
            text-shadow: 0 2px 6px rgba(0, 0, 0, .4);
        }

        .full-slide article.video h2 {
            margin: 0;
        }

        .full-slide img,
        .full-slide #bg-video {
            height: calc(60vh - 137px);
        }

        .full-slide article div {
            height: 100%;
        }

    /* main.full h1 {
        margin-top: 4rem;
        } */

        main h1 {
            font-size: 1.5em;
        }

    /* .ticker {
        top: calc(60vh + 3px);
        font-size: 0.9rem;
    }
    .up .ticker {
        top: calc(60vh - 89px);
        } */
    /* .news-top {
        top: calc(60vh + 69px);
        flex-wrap: wrap;
        font-size: 70%;
    }
    .up .news-top {
        top: calc(60vh - 23px);
    }
    .news-top a:before {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 80%);
    }
    .news-top article {
        height: 150px;
        flex-basis: 50%;
    }
    .news-top article:first-child {
        flex-basis: 100%
    }
    .news-top a:before {
        height: 150px;
    }
    .news-top img {
        height: 150px;
    }
    .news-top time {
        margin: .2rem 0 8px;
        } */
    /* .news-slide .swiper-button-next, .news-slide .swiper-button-prev {
        top: 22%;
    }
    .news-slide {
        width: calc(100vw - (2 * var(--content-padding)));
    }
    .news-slide article a {
        flex-direction: column;
        width: calc(100vw - (2 * var(--content-padding)));
    }
    .news-slide article img {
        width: 100%;
        height: 200px;
    }
    .news-slide article div {
        padding: var(--content-padding);
        height: 230px;
        justify-content: flex-start;
    }
    .news-slide article h2 {
        font-size: 1.2rem;
        } */

        .quote {
            /* margin-bottom: 1.5rem; */
            display: none;
        }

        .quote-mobile {
            display: flex;
            flex-direction: column;
            justify-content: center;
            margin: -32px 0 42px;
        }

        .quote-mobile img:first-child {
            max-width: 200px;
            margin: 0 auto -310px;
        }


        .news-main {
            grid-template-columns: 1fr;
        }

        .news-main article a {
            grid-template-columns: 1fr;
            grid-gap: 10px;
        }

        .news-grid,
        .news-grid.three-cols {
            grid-template-columns: auto auto;
        }

    /* .news-grid.three-cols {
        grid-template-columns: auto;
        } */

        .tabs .news-grid {
            margin: 0;
        }

        .news-grid img {
            width: 100%;
            /* height: 120px; */
            aspect-ratio: 16/9;
            object-fit: cover;
        }

        .news-grid.list img {
            width: 120px;
            margin-right: 16px;
        }

        .news-grid article h2 {
            font-size: .92rem;
            line-height: 1;
        }

        .news-grid article time {
            font-size: 82%;
        }

        .bulletin-grid {
            grid-template-columns: 1fr 1fr;
        }

        .info-public {
            grid-template-columns: auto;
            margin-bottom: 0;
        }

        .info-public>.list {
            grid-template-columns: 1fr 1fr 1fr 1fr;
            margin: 0 0 1.8rem;
            padding: 0 16px;
        }

        .info-public>.list>a>i {
            font-size: 2rem;
            width: 72px;
            height: 72px;
            grid-gap: 16px;
        }

        .info-public>.tabs input~.tab {
            height: auto;
        }

        .info {
            grid-template-columns: auto;
        }

        .gallery {
            grid-template-columns: auto auto;
        }

        .gallery figure,
        .gallery figure:before,
        .gallery img {
            height: 100px;
        }

        .links {
            grid-template-columns: auto;
        }

        .article-slide img {
            height: 200px;
        }

    /* .filter-regulation fieldset div {
        width: 100%;
        grid-template-columns: auto;
        } */

        .two-cols {
            grid-template-columns: auto;
        }

        .two-cols>div:last-child {
            margin: 48px 0 0;
            padding: 36px 0 0;
            border-left: none;
            border-top: 2px solid var(--color-text-mute);
        }

        .socmed {
            grid-template-columns: auto;
            justify-content: center;
        }

        main .pagination {
            width: 100%;
        }

        main .pagination ul {
            min-width: 80%;
        }

        main .pagination a,
        main .pagination span {
            margin: 0 2px;
            padding: 4px;
            min-width: 14px;
            text-align: center;
        }

        footer>section:first-child {
            grid-template-columns: auto;
            width: 100%;
            margin-bottom: 1rem;
        }

    /* footer>section:first-child>div:not(:first-child),
    footer>section:not(:first-child){
        text-align: center;
        } */

        footer>section:first-child>div {
            max-width: 320px;
            min-width: 320px;
            margin: 12px auto 6px;
        }

        footer>section:first-child>div:first-child {
            grid-template-columns: 1fr;
            margin: auto;
        }

        footer section:last-of-type br {
            display: block;
        }

        footer section:last-of-type {
            text-align: center;
            padding-bottom: 32px;
        }

    }

    @media screen and (max-width:600px) {
        .info-public>.list {
            grid-template-columns: 1fr 1fr 1fr;
        }

        .info-public>.list>a {
            font-size: .85rem;
        }
    }

    @media screen and (max-width:360px) {
        main .pagination {
            font-size: 90%;
        }

        .bulletin-grid {
            grid-template-columns: 1fr;
        }
    }

    /* animation */

    .blink-1 {
        -webkit-animation: blink-1 0.6s infinite both;
        animation: blink-1 0.6s infinite both;
    }

    /* animation keyframes */

/**
 * ----------------------------------------
 * animation blink-1
 * ----------------------------------------
 */
    @-webkit-keyframes blink-1 {

        0%,
        50%,
        100% {
            opacity: 1;
        }

        25%,
        75% {
            opacity: 0;
        }
    }

    @keyframes blink-1 {

        0%,
        50%,
        100% {
            opacity: 1;
        }

        25%,
        75% {
            opacity: 0;
        }
    }

    #gpr-kominfo-widget-list {
        max-height: 268px !important;
    }

    .goog-logo-link{
      display:none !important;
  }
  .goog-te-gadget{
    color:transparent!important;
}
.goog-te-gadget >span {
  display: none !important;
}

#google_translate_element {
    transform: scale(.8);
    height: 20px;
    position: relative;
    top: -2px;
}

.goog-te-gadget .goog-te-combo{
    border-radius: 0 !important;
    margin: 0 0 !important;
    padding: 3px 48px 3px 14px !important;
    background-position: right 9px !important;
}