html {
    font-size: 20px;
}

body {
    font-size: 1rem;
}

.tablet {
    display: none;
}

.mob {
    display: none;
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 2.2rem;
}

h4 {
    font-size: 1.7rem;
    margin-bottom: 0.6rem;
}

h5 {
    font-size: 1.3rem;
    color: #191006;
}

.index .container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 10px;
}

.index {}

.index .main-visual {
    position: relative;
}

.main-visual {
    width: 100%;
}

.controler {}

.controler .slider-ctr {}

.controler .slider-ctr .main-prev {
    position: absolute;
    background: url(../../../images/gj/main/main_slide_left.png) no-repeat center center;
    background-size: 46px;
    height: 46px;
    width: 46px;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    cursor: pointer;
    z-index: 1;

}

.controler .slider-ctr .main-next {
    position: absolute;
    background: url(../../../images/gj/main/main_slide_right.png) no-repeat center center;
    background-size: 46px;
    height: 46px;
    width: 46px;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    cursor: pointer;
    z-index: 1;
}




.main-slider,
.main-slider .swiper-wrapper,
.main-slider .swiper-slide {
    width: 100%;
}

/* 핵심 */
.main-slider .slide-content {
    display: block;
    width: 100%;
    aspect-ratio: 1920 / 600;
    /* 1920:600 비율 고정 */
    background-size: cover;
    background-position: center;
}



.index .main-text {
    background: #f3f3f3;
    padding: .7rem 0px;
    text-align: center;
    border-radius: 10px;
    font-size: 18px;
    margin: 20px auto 30px;
    width: 100%;
    max-width: 1400px;
}

.index .quick-menu {
    margin-bottom: 30px;
}

.index .quick-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.index .quick-menu ul li {
    width: 10%;
    margin-bottom: 30px;
}

.index .quick-menu ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.index .quick-menu ul li a .img {
    width: 95px;
    height: 95px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: 50%;
}

.index .quick-menu.type02 ul li:first-child a .img {
    background: #c55757;
}

.index .quick-menu.type02 ul li:nth-child(2) a .img {
    background: #ec9f83;
}

.index .quick-menu.type02 ul li:nth-child(3) a .img {
    background: #f1c575;
}

.index .quick-menu.type02 ul li:nth-child(4) a .img {
    background: #88b999;
}

.index .quick-menu.type02 ul li:nth-child(5) a .img {
    background: #88b2b9;
}

.index .quick-menu.type02 ul li:nth-child(6) a .img {
    background: #8897b9;
}

.index .quick-menu.type02 ul li:nth-child(7) a .img {
    background: #af88b9;
}

.index .quick-menu.type02 ul li:nth-child(8) a .img {
    background: #d59acb;
}


.index .quick-menu.type02 ul li:first-child a:hover .img {
    transform: scale(1.1);
}

.index .quick-menu.type02 ul li:nth-child(2) a:hover .img {
    transform: scale(1.1);
}

.index .quick-menu.type02 ul li:nth-child(3) a:hover .img {
    transform: scale(1.1);
}

.index .quick-menu.type02 ul li:nth-child(4) a:hover .img {
    transform: scale(1.1);
}

.index .quick-menu.type02 ul li:nth-child(5) a:hover .img {
    transform: scale(1.1);
}

.index .quick-menu.type02 ul li:nth-child(6) a:hover .img {
    transform: scale(1.1);
}

.index .quick-menu.type02 ul li:nth-child(7) a:hover .img {
    transform: scale(1.1);
}

.index .quick-menu.type02 ul li:nth-child(8) a:hover .img {
    transform: scale(1.1);
}

.index .quick-menu.type02 ul li a .img img {
    transition: all 0.3s;
}

.index .quick-menu.type02 ul li a:hover .img img {
    animation: plumpBounce 0.4s ease-out;
}

.index .quick-menu ul li a b {
    font-weight: 500;
    margin-top: 20px;
    display: block;
}

@keyframes plumpBounce {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.25, 0.85);
    }

    60% {
        transform: scale(0.9, 1.15);
    }

    100% {
        transform: scale(1);
    }
}

.index .main-title {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 30px;
    padding: 0px 10px;
    position: relative;
    padding-top: 50px;
}

.index .main-title h3 {
    font-size: 2.2rem;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
}

.index .main-title h3 span {
    color: #5cb531;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 10px;
    display: block;
    margin-bottom: 20px;
    text-align: center;
    padding-left: 10px;
}

.index .main-title h3 p {
    font-size: 50px;
}

.banner #header {
    top: 130px;
}

.banner #header.shadow {
    top: 0;
}

@keyframes rotate360 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.index .main-title .btn-more {
    position: absolute;
    right: 0;
    display: block;
    line-height: 18px;
    width: 46px;
    text-indent: -9999px;
    height: 46px;
    display: inline-block;
    background: url(../../../images/gj/main/more.png) no-repeat left center;
    background-size: 46px;
    transition: transform 0.5s;
    padding-left: 25px;
}

.index .main-title .btn-more:hover {
    transform: scale(1.1);
}

.index .events {
    background: url(../../../images/gj/main/program_bg.png) no-repeat center top;
    background-size: cover;
    padding: 20px 0px 40px;
}

.index .events .events-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.index .events .events-slider .wrapper_wrap {
    padding: 30px 30px 50px;
    margin: 0 -30px;
    overflow: visible !important;
}

.index .events .events-slider .swiper-wrapper {
    width: 100%;
    overflow: visible;
}

.slider-area {
    padding: 0 30px;
    margin: 0px -30px;
}

.index .events .events-slider .swiper-slide {
    box-sizing: border-box;
    overflow: visible;
    padding: 7px;
    flex-shrink: 0;
    /* 줄어들지 않게 */

}

.index .events .events-slider .swiper-slide a {
    display: flex;
    border: solid 1px #999;
    width: 100%;
    background-color: #fff;
    perspective: 50em;
    position: relative;
    transition: all 0.5s;
    top: 0;
    flex-direction: column;
}

.index .events .events-slider .swiper-slide a * {}

.index .events .events-slider .swiper-slide a .caption {
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index .events .events-slider .swiper-slide a .caption strong {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.index .events .events-slider .swiper-slide a .caption span {
    font-size: 18px;
    font-weight: normal;
    color: #004098;
    display: block;
    margin-top: 15px;
    text-align: center;
    line-height: 1.3;
}

.index .events .events-slider .swiper-slide em {
    position: absolute;
    color: #fff;
    padding: 7px 30px;
    box-shadow:0 0 10px 10px rgba(0,0,0,0.03);
    font-weight: bold;
    z-index: 10;
    border-radius: 5px;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
}

.index .events .events-slider .swiper-slide em.green {
    background: #058637;
}

.index .events .events-slider .swiper-slide em.red {
    background: #c21c2b;
}

.index .events .events-slider .swiper-slide em.blue {
    background: #396491;
}


.index .events .events-slider .swiper-slide a .img {
    display: flex;
    width: 100%;
    opacity: 1;
    width: 100%;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}

.index .events .events-slider .swiper-slide a:hover,
.index .events .events-slider .swiper-slide a.hover {
    top: -10px;
}


.index .events .events-slider .swiper-slide a .img img {
    width: 100% !important;
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.index .events .events-slider .swiper-slide a p {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 1;
    top: 100%;
    transition: top 0.5s;
}

.index .events .events-slider .swiper-slide a:hover p {
    top: 0%;
}











.index .gallery {
    background: url(../../../images/gj/main/gwanjeo_txt.png) no-repeat center bottom;
    background-size: 90%;
    padding: 20px 0px 40px;
}

.index .gallery .gallery-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.index .gallery .gallery-slider .wrapper_wrap {
    padding: 30px 30px 50px;
    margin: 0 -30px;
    overflow: visible !important;
}

.index .gallery .gallery-slider .swiper-wrapper {
    width: 100%;
    overflow: visible;
}

.slider-area {
    padding: 0 30px;
    margin: 0px -30px;
}

.index .gallery .gallery-slider .swiper-slide {
    box-sizing: border-box;
    overflow: visible;
    padding: 7px;
    flex-shrink: 0;
    /* 줄어들지 않게 */

}

.index .gallery .gallery-slider .swiper-slide a {
    display: flex;
    width: 100%;
    background-color: #fff;
    perspective: 50em;
    position: relative;
    transition: all 0.5s;
    top: 0;
    flex-direction: column;
    padding: 15px;
    border: solid 1px #999;
}

.index .gallery .gallery-slider .swiper-slide a * {}

.index .gallery .gallery-slider .swiper-slide a .caption {
    padding: 25px 10px 15px;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.index .gallery .gallery-slider .swiper-slide a .caption strong {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}

.index .gallery .gallery-slider .swiper-slide a .caption span {
    font-size: 18px;
    font-weight: normal;
    color: #212121;
    display: block;
    margin-top: 18px;
    line-height: 1.3;
    background: url(../../../images/gj/main/gallery_cal.svg) no-repeat left center;
    padding-left: 28px;
    background-size: 18px;
}

.index .gallery .gallery-slider .swiper-slide em {
    position: absolute;
    color: #fff;
    padding: 7px 30px;
    font-weight: bold;
    z-index: 10;
    border-radius: 5px;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
}

.index .gallery .gallery-slider .swiper-slide em.green {
    background: #058637;
}

.index .gallery .gallery-slider .swiper-slide em.red {
    background: #c21c2b;
}

.index .gallery .gallery-slider .swiper-slide em.blue {
    background: #396491;
}


.index .gallery .gallery-slider .swiper-slide a .img {
    display: flex;
    width: 100%;
    opacity: 1;
    width: 100%;
    width: 100%;
    height: 300px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.index .gallery .gallery-slider .swiper-slide a:hover,
.index .gallery .gallery-slider .swiper-slide a.hover {
    top: -10px;
}


.index .gallery .gallery-slider .swiper-slide a .img img {
    width: 100% !important;
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.index .gallery .gallery-slider .swiper-slide a p {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 1;
    top: 100%;
    transition: top 0.5s;
}

.index .gallery .gallery-slider .swiper-slide a:hover p {
    top: 0%;
}


.index .notice {
    /* padding: 0px 15px; */
}

.index .notice .notice-list {
    margin-bottom: 50px;
}

.index .notice .notice-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index .notice .notice-list ul li {
    border-bottom: solid 1px #e9e9e9;
    width: calc(33.3333333% - 15px);
    background: url(../../../images/gj/main/notice_box.png) no-repeat right bottom #fff;
    padding: 30px;
    transition:all 0.3s;
}
.index .notice .notice-list ul li:hover {
    outline:3px solid #5cb531;
    box-shadow:0 0 30px 0px rgba(0,0,0,0.15);
}

.index .notice .notice-list ul li:last-child {
    border-bottom: none;
}

.index .notice .notice-list ul li a {
    display: flex;
    align-items: flex-start;
    background-size: 25px;
    width: 100%;
    transition: all 0.3s;
    flex-direction: column;
}

.index .notice .notice-list ul li a:hover .notice-cont p {}

.index .notice .notice-list ul li a:hover {
    background-size: 30px;
}

.index .notice .notice-list ul li a .date {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #aaa;
    margin-top: 10px;
}

.index .notice .notice-list ul li a .date b {
    font-size: 50px;
    display: block;
    margin-bottom: 3px;
    font-weight: bold;
    letter-spacing: -0.03em;
}


.index .notice .notice-list ul li a .date span {
    font-size: 16px;
}

.index .notice .notice-list ul li a .notice-cont {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.index .notice .notice-list ul li a .notice-cont p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    margin-bottom: 50px;
    transition: all 0.2s;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
    min-height: 70px;
}

.index .notice .notice-list ul li a .notice-cont span {
    display: block;
    font-size: 15px;
    color: #747474;
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index .notice .notice-list ul li a:hover .notice-cont span {
    color: #000;
}


.logos {
    border-top: solid 1px #ddd;
}

.logos .container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 10px;
    position: relative;
}

.logos .container .logos-slider {
    height: 55px;
    overflow: hidden;
    display: flex;
    position: realtive;
    width: calc(100% - 110px);
}

.logos .container .logos-slider .swiper-wrapper {}

.logos .container .logos-slider .swiper-slide {}

.logos .container .logos-slider .swiper-slide a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.logos .container .logos-slider .swiper-slide a img {}

.logos .container .logos-slider .logos-control {
    position: absolute;
    right: 0;
    width: 110px;
    display: flex;
    align-items: center;
}

.logos .container .logos-slider .logos-control .control-prev {
    border-right: solid 1px #ddd;
    border-left: solid 1px #ddd;
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url(../../../images/gj/main/logos-left.png) no-repeat center center;
}

.logos .container .logos-slider .logos-control .control-next {
    border-right: solid 1px #ddd;
    width: 55px;
    cursor: pointer;
    height: 55px;
    background: url(../../../images/gj/main/logos-right.png) no-repeat center center;
}

.popup_box {
    position: absolute;
}

.mo-util {
    display: block;
    background: #275DA5;
    background: -webkit-linear-gradient(90deg, rgba(39, 93, 165, 1) 100%, rgba(26, 64, 178, 1) 0%);
    background: -moz-linear-gradient(90deg, rgba(39, 93, 165, 1) 100%, rgba(26, 64, 178, 1) 0%);
    background: linear-gradient(90deg, rgba(39, 93, 165, 1) 100%, rgba(26, 64, 178, 1) 0%);

    padding: 30px 0px;
}

.mo-util .container {
    width: 100%;
    display: flex;
}

.mo-util .container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.mo-util .container ul li {
    width: 11%;
}

.mo-util .container ul li a {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 10px 0px;
}

.mo-util ul li a b {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    transition: color 0.3s ease, transform 0.3s ease;
}

.mo-util ul li span {
    padding: 15px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
}

.mo-util ul li span img {
    transition: transform 0.5s ease;
    backface-visibility: hidden;
    width: 40px;
}

.mo-util ul li a:hover span,
.mo-util ul li a:focus span {
    transform: perspective(300px) rotateY(180deg);
}

.mo-util ul li a:hover span img,
.mo-util ul li a:focus span img {
    transform: scaleX(-1);
}

.mo-util ul li a:hover b,
.mo-util ul li a:focus b {
    transform: translateY(-2px);
}

@media all and (max-width:1400px) {}

@media all and (max-width:1024px) {



    html {
        font-size: 16px;
    }

    .index .notice .notice-list ul li {
        width: calc(33.333% - 10px);
        padding: 20px 30px;
    }

}

@media all and (max-width:960px) {
.index .gallery .gallery-slider .swiper-slide a .img {
    height:250px;
}
    .index .swiper-slide {
        height:auto;
    }
.index .swiper-slide a {
    height:100%;
}

    .index .events .events-slider .swiper-slide a .caption {
        font-size: 18px;
    }
    .index .gallery .gallery-slider .swiper-slide a .caption {
        font-size: 18px;
    }

    .index .main-title h3 p {
        font-size: 34px;
    }

    .index .main-title h3 span {
        font-size: 14px;
        padding-left: 0px;
    }

    .index .main-title .btn-more {
        width: 30px;
        height: 30px;
        background-size: 30px;
    }

    .index .notice .notice-list ul li {
        width: calc(33.333333% - 10px);
        margin-bottom: 20px;
        padding: 20px 30px;
    }

    .index ul li a b {
        font-size: 17px;
    }

    .index ul li a span img {
        width: 30px !important;
        height: auto;
    }


}

@media (max-width: 768px) {

    .index .main-title h3 {}

    .index .main-title h3 p {
        font-size: 30px;
    }

    .index .main-title h3 span {
        font-size: 12px;
        padding-left: 0px;
    }

    .index .main-title h3::before {
        top: -15px;
        width: 50px;
        height: 50px;
    }

    .mo-util .container .right ul li a b {
        font-size: 16px;
    }

    .mo-util .container .right ul li a {
        background: #f5f5f5 !important;
        padding-right: 10px;
    }

    .index .notice .notice-list ul li a .date {
        margin-right: 5px;
    }

    .index .notice .notice-list ul li a .date b {
        font-size: 30px;

    }

    .index .notice .notice-list ul li a .date span {
        font-size: 0.7rem;
    }

    .index .notice .notice-list ul {
        border-radius: 10px;
        padding: 0.5rem 0.2rem;
    }

    .index .notice .notice-list ul li {
        width:100%;
    }
    .index .notice .notice-list ul li a {
        background: none;
    }

    .index .notice .notice-list ul li a .notice-cont p {
        font-size: 16px;
        height: 40px;
        margin-bottom: 20px;
        display: block;
    }

    .index .notice .notice-list ul li a .notice-cont span {
        font-size: 14px;
    }

    .index .main-text {
        font-size: 16px;
        margin-bottom: 30px;
    }

    html {
        font-size: 15px;
    }

    .index .notice .notice-list ul li a .notice-cont {
        width: 100%;
    }

    .mo-util .container ul {
        gap: 20px;
    }

    .mo-util .container ul li {
        width: calc(33% - 20px);
    }

    .mo-util {
        padding: 45px 10px;
    }

    .mo-util .container ul li a {
        gap: 10px;
    }

    .mo-util .container ul li a b {
        font-size: 14px;
    }
}

@media all and (max-width:640px) {

    .index .events .events-slider .swiper-slide a .caption span {
        font-size: 14px;
    }

    .index .events .events-slider .swiper-slide a .caption strong {
        font-size: 16px;
    }

    .index .events .events-slider .swiper-slide a .caption {
        font-size: 16px;
    }
    .index .gallery .gallery-slider .swiper-slide a .caption span {
        font-size: 14px;
    }

    .index .gallery .gallery-slider .swiper-slide a .caption strong {
        font-size: 16px;
    }

    .index .gallery .gallery-slider .swiper-slide a .caption {
        font-size: 16px;
    }

    /* .index .main-visual .main-slider .controler {
        height: 35px;
    } */

    .index .main-visual .main-slider .controler .slider-ctr {
        top: -2px;
    }

    .index .notice .notice-list ul li {
        width: 100%;
    }

    .index .notice .notice-list ul li a .notice-cont p {
        margin-bottom: 0px;
        min-height: 60px;
    }
    
    .index .swiper-slide {
        /* height:300px; */
    }
.index .swiper-slide a {
    height:100%;
}
    .controler .slider-ctr .main-next {
        display:none;
    }
    .controler .slider-ctr .main-prev {
        display:none;
    }


}

@media all and (max-width:480px) {
    .index .quick-menu ul li a .img {
        width: 70px;
        height: 70px;
    }

    .index .quick-menu ul li a .img img {
        max-width: 40px !important;
    }

    .index .quick-menu ul li b {
        font-size: 14px;
    }


}

@media all and (max-width:360px) {
    .mo-util .container .right ul li a {
        padding: 1rem 2px 1rem 15px;
    }

    .mo-util .container .right ul li a:hover {
        padding: 2rem 2px 2rem 15px;
    }

    .mo-util .container .right ul li a b {
        font-size: 14px;
    }
}

.layer {
    position: absolute;
    z-index: 10;
    background: #fff;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.22);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.layer .layer_button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: #eee;
}

.layer .layer_button .left label {
    font-size: 14px;
}

.layer .layer_button .right {
    font-size: 14px;
}

.layer .layer_button .right span {
    cursor: pointer;
}

.layer .pop-div {}

.layer .pop-a {}

.layer .pop-img {
    max-width: 100%;
}

.pop-btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: #eee;
}

@media all and (max-width:1030px) {
    .layer {
        left: 20px !important;
    }
}

@media all and (max-width:960px) {
    .banner #header {
        top: 90px;
    }

    .top_banner .inner {
        height: 60px !important;
    }

    .top_banner .inner .top_con {
        height: 60px;
    }

    #wrap .top_banner .inner .top_con .bx-wrapper .top_slide li a div img {
        max-height: 60px !important;
    }
}

@media all and (max-width:768px) {
    .layer {
        width: 80vw !important;
        height: auto !important;
        transform: translateX(-50%);
        top: 150px !important;
        left: 50% !important;
    }
}




.notice-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    padding: 0px 10px;
    justify-content: space-between;
}
.notice-wrap .notice-cal {
	width:30%;
	background:red;
}
.notice-wrap .notice-inner {
    width: calc(100% - 400px);
    position: relative;

}

.notice-wrap .notice-inner .notice-tab {
    margin-bottom: 30px;
    padding-top: 30px;
}

.notice-wrap .notice-tab ul {
    display: flex;
    gap: 7px;
}

.notice-wrap .notice-tab ul li {
    width: 33%;
    max-width: 210px;
}

.notice-wrap .notice-tab ul li a {
    padding: 12px 25px;
    color: #fff;
    background: #5cb531;
    display: block;
    font-size: 18px;
    transition:all 0.4s;
}
.notice-wrap .notice-tab ul li a:hover {
    box-shadow: 5px 5px 12px 1px rgba(0, 0, 0, 0.15);
    
}
.notice-wrap .notice-tab ul li a.active {
    background: #275da5;
    position: relative;
    box-shadow: 5px 5px 12px 1px rgba(0, 0, 0, 0.15);
    font-weight: bold;
    color: #fff;
}

.notice-wrap .notice-tab ul li a.active::after {
    content: '';
    display: block;
    position: absolute;
    right: 30px;
    width: 22px;
    height: 12px;
    background: url(../../../images/gj/main/notice_more.png) no-repeat center center;
    top: 50%;
    transform: translateY(-50%);
}

.notice-wrap .notice {}

.notice-wrap .notice .btn-more {
    position: absolute;
    right: 0;
    display: block;
    top: 30px;
    line-height: 18px;
    width: 46px;
    text-indent: -9999px;
    height: 46px;
    display: inline-block;
    background: url(../../../images/gj/main/more.png) no-repeat left center;
    background-size: 46px;
    transition: transform 0.5s;
    padding-left: 25px;
}
.notice-wrap .notice .btn-more:hover {
    transform:scale(1.1);
}

@media all and (max-width:1200px) {
	.notice-wrap .notice-inner {
	width:100%;}
}

@media all and (max-width:960px) {
    .notice-wrap {
        flex-direction: column;
    }

    .notice-wrap .notice-left,
    .notice-wrap .notice-right {
        width: 100%;
    }
}

.event-right {
    background: url(../../../images/gj/content/slider_right_w.png) no-repeat center center rgba(0, 0, 0, 0.3);
    width: 58px;
    height: 58px;
    position: absolute;
    border-radius: 50%;
    transform: translateY(-50px);
    top: 50%;
    z-index: 5;
    right: -50px;
    cursor: pointer;
}

.event-left {
    background: url(../../../images/gj/content/slider_left_w.png) no-repeat center center rgba(0, 0, 0, 0.3);
    width: 58px;
    z-index: 5;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50px);
    left: -50px;
    height: 58px;
    border-radius: 50%;
}


#popupZone {
    position: fixed;
    top: 0 !important;
    right: 0 !important;
    z-index: 99999;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#popupZone .popupZoneTit {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

#popupZone .popupZoneTit label {
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
    cursor: pointer;
}

#popupZone .popupZoneTit label input {
    width: 20px;
    height: 20px;
}

#popupZone .popupZoneTit #popupZoneClose {
    color: #fff;
    font-size: 16px;
    line-height: 1;
}

#popupZone .popupZoneTit #popupZoneClose:hover {
    text-decoration: underline;
}

#popupZoneInner {
    width: 90%;
    max-width: 1400px;
    display: block;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    overflow: hidden;
}

#popupZoneInner .swiper-wrapper {
    margin: 0 auto;
}

#popupZoneInner .swiper-wrapper .popup-item {
    padding: 0px 15px;
}

#popupZoneInner .swiper-wrapper .popup-item .popup-content img {
    display: block;
    height: auto;
    width: 100%;
}

#popupZoneInner .pop-left {}

#popupZoneInner .pop-right {}

.notice_cont {
    background: url(../../../images/gj/main/notice_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 30px 0px 50px;
}


@media all and (max-width:960px) {
    .event-right {
        background: url(../../../images/gj/content/slider_right_w.png) no-repeat center center rgba(0, 0, 0, 0.3);
        width: 40px;
        height: 40px;
        background-size: 10px;
        right: 0;
    }

    .event-left {
        background: url(../../../images/gj/content/slider_left_w.png) no-repeat center center rgba(0, 0, 0, 0.3);
        width: 40px;
        height: 40px;
        left: 0px;
        background-size: 10px;
    }

    .index .events .events-slider {}

    .index .main-title {
        margin-bottom: 0px;
    }

    .notice-wrap .notice .btn-more {
        width: 30px;
        height: 30px;
        background-size: 30px;
        top: 34px;
    }
}

@media all and (max-width:768px) {
    .index .notice .notice-list {
        margin-bottom: 10px;
    }

    .notice-wrap .notice .btn-more {
        width: 30px;
        height: 30px;
        position: static;
        background-size: 30px;
        margin: 0 auto;
        display: block;
    }
}

@media all and (max-width:640px) {
    .event-right {
        background: url(../../../images/gj/content/slider_right_w.png) no-repeat center center rgba(0, 0, 0, 0.3);
        width: 30px;
        height: 30px;
        background-size: 10px;
        right: 0;
    }

    .event-left {
        background: url(../../../images/gj/content/slider_left_w.png) no-repeat center center rgba(0, 0, 0, 0.3);
        width: 30px;
        height: 30px;
        left: 0px;
        background-size: 10px;
    }

    .index .events .events-slider {}

    .index .main-title {
        text-align: left;
        justify-content: flex-start;
        padding-top: 20px;
    }

    .notice-wrap .notice-tab ul li a {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 0px;
    }

    .notice-wrap .notice-tab ul li a.active::after {
        background: none;
    }
    .notice-wrap .notice-tab ul li a {
        text-align: center;
        padding-left: 0px;
    }
}

@media all and (max-width:380px) {
    .notice-wrap .notice-tab ul li a {
        font-size: 13px;
        text-align: center;
        padding-left: 0px;
    }
}
