:root {
    --zcl-bg-clr: #023231;
    --zcl-link-clr: #000;
  }
.pagewrapper * {
    box-sizing: border-box;
}
.pagewrapper .content-wrap {
    max-width: 1280px;
    padding: 90px 0;
}
.banner .content-wrap {
    padding: 50px 0 70px;
}
.zw-product-header,
.banner {
    /* background: var(--zcr-dark-bg); */
    background: var(--zcl-bg-clr);
}
.flex-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.banner {
    text-align: center;
    color: #fff;
}
.bnr-cnt {
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}
.press-content .content-wrap {
    max-width: 1070px;
}
.press-content .tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.press-content .tabs li {
    position: relative;
    transition: all ease 0.5s;
    color: #9c9c9c;
}
.press-content .tabs li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 0;
    height: 2px;
    background: var(--zcl-link-clr);
}
.press-content .tabs li.active {
    color: var(--zcl-link-clr);
}
.block-wrap {
    margin-top: 30px;
}
ul.tabs li {
    margin: 0 10px 0 0;
    font-size: 28px;
    transition: all ease 0.5s;
    cursor: pointer;
    position: relative;
    font-family: var(--primaryfont-bold);
}
ul.tabs li.active {
    color: var(--zcl-link-clr);
}
ul.tabs li:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--zcl-link-clr);
    transition: all ease 0.5s;
}
ul.tabs li.active:before {
    width: 100%;
}
.flex-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 25px;
}
.press-content {
    /* background: var(--zcr-light-bg); */
    background: #fff;
}
.news-detail {
    border: 1px solid #E6E6E6;
    padding: 30px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border-radius: 10px;
    /* box-shadow: 0 0 30px 0 rgb(0 0 0 / 12%); */
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.news-detail:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
}
.news-detail a {
    color: #000;
    text-decoration: underline;
    display: inline-block;
    font-size: 18px;
}
.news-detail a:hover {
    color: var(--zcl-link-clr);
}
.logo-img {
    display: inline-block;
    max-width: 160px;
    max-height: 60px;
}
.logo-img img {
    width: 100%;
    max-height: 60px;
    display: inline-block;
    margin-bottom: 25px;
}
#tab1,
#tab2 {
    position: relative;
}
.event-type-select {
    position: absolute;
    right: 0;
    z-index: 1;
    width: 200px;
    height: auto;
    top: -56px;
    border: 1px solid #ddd;
    font-family: var(--primaryfont-regular);
    padding: 10px;
    cursor: pointer;
    background: #f5f6f7;
    border-radius: 6px;
}
.hidden {
    display: none;
}
@media all and (min-width: 1400px) {
    .i18n-en h1 {
        font-size: 54px;
        letter-spacing: -1.62px;
        line-height: 1.1;
    }
    .i18n-en h2 {
        font-size: 36px;
    }
    .banner p{
        font-size: 18px;
        letter-spacing: -0.36px;
        line-height: 1.7;
    }
}
@media all and (max-width: 991px) {
    .pagewrapper .content-wrap {
        padding: 70px 0;
    }
}
@media all and (max-width: 767px) {
    .pagewrapper .content-wrap {
        padding: 60px 0;
        max-width: 600px;
    }
    .bnr-cnt {
        max-width: 600px;
        text-align: left;
    }
    .flex-wrap {
        grid-template-columns: auto;
    }
    .event-type-select {
        position: relative;
        top: 0;
        margin-top: 20px;
    }
    .cnt-block {
        max-width: 100%;
    }
    .logo-img {
        max-height: 35px;
    }
    .logo-img img {
        max-height: 35px;
        margin-bottom: 10px;
    }
    .news-detail {
        padding: 25px;
    }
    .news-detail a {
        font-size: 15px;
    }
}
