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 {
    padding: 120px 0px 0;
}
.index .main-visual {
    margin-bottom: 50px;
}
.mo-util {
	display:none;
}
.index .main-visual .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index .main-visual .container .left {
    width: 75%;
    background: #ddd;
    padding: 5px;
    border-radius: 30px 30px 0px 30px;
}

.index .main-visual .container .left .main-slider {
    overflow: hidden;
    position: relative;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.4),
        0 10px 20px rgba(0, 0, 0, 0.35);
    border-radius: 30px 30px 0px 30px;
    height: 100%;
}
.index .main-visual .container .left .main-slider .swiper-wrapper {
}
.index .main-visual .container .left .main-slider a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
    
}
.index .main-visual .container .left .main-slider .swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100%;
}

.index .main-visual .container .left .main-slider img {
    width: 100%;
    border-radius: 30px 30px 0px 30px;
}

.index .main-visual .container .left .main-slider .controler {
    position: absolute;
    bottom: 0;
    background: #fff;
    right: 0;
    z-index: 1;
    padding: 10px;
    border-radius: 10px 0px 0px 0px;
    width: 200px;
    height: 50px;
    box-shadow: 0 0 30px 0px rgba(0,0,0,0.1);
    padding-left: 123px;
}
.index .main-visual .container .left .main-slider .controler .pagination {
    top: 50%;
    transform: translateY(-50%);
    width: 75px;
    left: 30px;
    background: #eee;
    height: 3px;
}
.index .main-visual .container .left .main-slider .controler .pagination span {
    background: #000;
}


.index .main-visual .container .left .main-slider .controler .slider-ctr {
	display:flex;
	gap:3px;
	top: 5px;
	position: relative;
}

.index .main-visual .container .left .main-slider .controler .slider-ctr .main-prev {
    background: url(../../../images/gj/main/main-visual-prev.png) no-repeat center center;
    width:20px;
    height:20px;
    display:inline-block;
    cursor:pointer;
  }

.index .main-visual .container .left .main-slider .controler .slider-ctr .main-next {
    background: url(../../../images/gj/main/main-visual-next.png) no-repeat center center;
    width:20px;
    height:20px;
    display:inline-block;
    cursor:pointer;
   }

.index .main-visual .container .left .main-slider .controler .slider-ctr .main-toggle {
    background: url(../../../images/gj/main/main-visual-stop.png) no-repeat center center;
    width:20px;
    height:20px;
    display:inline-block;
    cursor:pointer;
    }
    
.index .main-visual .container .left .main-slider .controler .slider-ctr .main-toggle.stop {
    background: url(../../../images/gj/main/main-visual-play.png) no-repeat center center;
	
}

.index .main-visual .container .right {
    width: 23%;
}

.index .main-visual .container .right ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    gap: 10px;
}

.index .main-visual .container .right ul li {}

.index .main-visual .container .right ul li a {
    background: #f5f5f5;
    padding: 1.5rem 30px;
    position: relative;
    transition: padding 0.3s;
    display: block;
    border-radius: 10px;
    padding-right: 60px;
}

.index .main-visual .container .right ul li a b {
    font-weight: 400;
    display: block;
    transition: all 0.3s;
}

.index .main-visual .container .right ul li a::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    transition: all 0.3s;
    left: -5px;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
}

.index .main-visual .container .right ul li a:hover {
    padding: 2rem 30px;
}

.index .main-visual .container .right ul li a:hover b {
    font-weight: 600;
}

.index .main-visual .container .right ul li a:hover::before {
    content: '';
    display: block;
    width: 15px;
    height: 90%;
    left: -5px;
    top: 50%;
    border-radius: 6px;
    transform: translateY(-50%);
}

.index .main-visual .container .right ul li.q01 a {
    background: url(../../../images/gj/main/main-visual-icon01.png) no-repeat right 20px center #f5f5f5;
}

.index .main-visual .container .right ul li.q02 a {
    background: url(../../../images/gj/main/main-visual-icon02.png) no-repeat right 20px center #f5f5f5;
}

.index .main-visual .container .right ul li.q03 a {
    background: url(../../../images/gj/main/main-visual-icon03.png) no-repeat right 20px center #f5f5f5;
    background-size: 32px;
}

.index .main-visual .container .right ul li.q04 a {
    background: url(../../../images/gj/main/main-visual-icon04.png) no-repeat right 20px center #f5f5f5;
}

.index .main-visual .container .right ul li.q05 a {
    background: url(../../../images/gj/main/main-visual-icon05.png) no-repeat right 20px center #f5f5f5;
}

.index .main-visual .container .right ul li.q06 a {
    background: url(../../../images/gj/main/main-visual-icon06.png) no-repeat right 20px center #f5f5f5;
}

.index .main-visual .container .right ul li.q01 a::before {
    background: #e44f53;
}

.index .main-visual .container .right ul li.q02 a::before {
    background: #fab939;
}

.index .main-visual .container .right ul li.q03 a::before {
    background: #7ebe69;
}

.index .main-visual .container .right ul li.q04 a::before {
    background: #52bdd4;
}

.index .main-visual .container .right ul li.q05 a::before {
    background: #324b78;
}

.index .main-visual .container .right ul li.q06 a::before {
    background: #794f9d;
}

.index .main-visual .container .right ul li.q01 a:hover b {
    color: #e44f53;
}

.index .main-visual .container .right ul li.q02 a:hover b {
    color: #fab939;
}

.index .main-visual .container .right ul li.q03 a:hover b {
    color: #7ebe69;
}

.index .main-visual .container .right ul li.q04 a:hover b {
    color: #52bdd4;
}

.index .main-visual .container .right ul li.q05 a:hover b {
    color: #324b78;
}

.index .main-visual .container .right ul li.q06 a:hover b {
    color: #794f9d;
}





.mo-util .container .right {
    width: 23%;
}

.mo-util .container .right ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    gap: 10px;
}

.mo-util .container .right ul li {}

.mo-util .container .right ul li a {
    background: #f5f5f5;
    padding: 1.5rem 30px;
    position: relative;
    transition: padding 0.3s;
    display: block;
    border-radius: 10px;
    padding-right: 60px;
}

.mo-util .container .right ul li a b {
    font-weight: 400;
    display: block;
    transition: all 0.3s;
}

.mo-util .container .right ul li a::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    transition: all 0.3s;
    left: -5px;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
}

.mo-util .container .right ul li a:hover {
    padding: 2rem 30px;
}

.mo-util .container .right ul li a:hover b {
    font-weight: 600;
}

.mo-util .container .right ul li a:hover::before {
    content: '';
    display: block;
    width: 15px;
    height: 90%;
    left: -5px;
    top: 50%;
    border-radius: 6px;
    transform: translateY(-50%);
}

.mo-util .container .right ul li.q01 a {
    background: url(../../../images/gj/main/main-visual-icon01.png) no-repeat right 20px center #f5f5f5;
}

.mo-util .container .right ul li.q02 a {
    background: url(../../../images/gj/main/main-visual-icon02.png) no-repeat right 20px center #f5f5f5;
}

.mo-util .container .right ul li.q03 a {
    background: url(../../../images/gj/main/main-visual-icon03.png) no-repeat right 20px center #f5f5f5;
    background-size: 32px;
}

.mo-util .container .right ul li.q04 a {
    background: url(../../../images/gj/main/main-visual-icon04.png) no-repeat right 20px center #f5f5f5;
}

.mo-util .container .right ul li.q05 a {
    background: url(../../../images/gj/main/main-visual-icon05.png) no-repeat right 20px center #f5f5f5;
}

.mo-util .container .right ul li.q06 a {
    background: url(../../../images/gj/main/main-visual-icon06.png) no-repeat right 20px center #f5f5f5;
}

.mo-util .container .right ul li.q01 a::before {
    background: #e44f53;
}

.mo-util .container .right ul li.q02 a::before {
    background: #fab939;
}

.mo-util .container .right ul li.q03 a::before {
    background: #7ebe69;
}

.mo-util .container .right ul li.q04 a::before {
    background: #52bdd4;
}

.mo-util .container .right ul li.q05 a::before {
    background: #324b78;
}

.mo-util .container .right ul li.q06 a::before {
    background: #794f9d;
}

.mo-util .container .right ul li.q01 a:hover b {
    color: #e44f53;
}

.mo-util .container .right ul li.q02 a:hover b {
    color: #fab939;
}

.mo-util .container .right ul li.q03 a:hover b {
    color: #7ebe69;
}

.mo-util .container .right ul li.q04 a:hover b {
    color: #52bdd4;
}

.mo-util .container .right ul li.q05 a:hover b {
    color: #324b78;
}

.mo-util .container .right ul li.q06 a:hover b {
    color: #794f9d;
}


.index .main-text {
    background: #f3f3f3;
    padding: .7rem 0px;
    text-align: center;
    border-radius: 10px;
    font-size: 18px;
    margin: 20px auto 80px;
    width: 100%;
    max-width: 1400px;
}

.index .quick-menu {
    margin-bottom: 50px;
}

.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 80px;
    padding: 0px 10px;
    position: relative;
    padding-top: 50px;
}

.index .main-title h3 {
    font-size: 2.2rem;
    font-weight: bold;
    position: relative;
    display: inline-block;
}

.index .main-title h3::before {
    animation: rotate360 30s linear infinite;
    width: 95px;
    height: 93px;
    top: -25px;
    background: url(../../../images/gj/main/title-round.png) no-repeat center center;
    background-size: contain;
    content: '';
    display: block;
    position: absolute;
    right: -25px;
    z-index: -1;
}

.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;
    line-height:18px;
    display: inline-block;
    background: url(../../../images/gj/main/btn-more.png) no-repeat left center;
    background-size:18px;
    transition: transform 0.5s;
    padding-left: 25px;
}

.index .main-title .btn-more:hover {
    transform: scale(1.1);
}

.index .events {}

.index .events .events-slider {
    padding-bottom: 80px;
    width: 100%;
    position:relative;
  /* overflow: hidden; */
}

.index .events .events-slider .swiper-slide {
	width: auto;             /* 기본 자동 크기 */
  flex-shrink: 0;          /* 줄어들지 않게 */
  box-sizing: border-box;  /* 패딩 포함한 크기 계산 */
}

.index .events .events-slider .swiper-slide a {
    display: flex;
    position: relative;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    /* overflow: hidden; */
    width: 100%;
    background-color: #07090c;
    -webkit-perspective: 50em;
    perspective: 50em;
}

.index .events .events-slider .swiper-slide a * {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.index .events .events-slider .swiper-slide a .caption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height:100%;
    width: 100%;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    z-index: 1;
    opacity: 0;
    padding: 60px 30px 15px;
    display: flex;
    flex-direction: column;
}
.index .events .events-slider .swiper-slide a .caption strong {
    color:#fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;           /* ì›í•˜ëŠ” ì¤„ ìˆ˜ë¡œ ë³€ê²½ */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    font-size:18px;
    display: block;
    margin-top: auto;
}
.index .events .events-slider .swiper-slide a .caption span {
    color: #999;
    font-size: 15px;
    display: block;
    margin-top:5px;
    font-weight: 500;
}
.index .events .events-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 .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%;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    width: 100%;
  height: auto;
  display: block;
    transform-origin: 50% 0%;
}

.index .events .events-slider .swiper-slide a:hover .img,
.index .events .events-slider .swiper-slide a.hover .img {
    -webkit-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
}

.index .events .events-slider .swiper-slide a:hover .caption,
.index .events .events-slider .swiper-slide a.hover .caption {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.index .events .events-slider .swiper-slide a .img img {
    width: 100%;
    border-radius: 20px;
    width: 100%;
  height: auto;
  display: block
}

.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 .notice {
    /* padding: 0px 15px; */
}

.index .notice .notice-list {
    margin-bottom: 80px;
}

.index .notice .notice-list ul {
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 0.5rem 1rem;
}

.index .notice .notice-list ul li {
    border-bottom: solid 1px #e9e9e9;
}

.index .notice .notice-list ul li:last-child {
    border-bottom: none;
}

.index .notice .notice-list ul li a {
    padding: 1rem;
    display: flex;
    align-items: flex-start;
    padding-right: 55px;
    background: url(../../../images/gj/main/main-notice-arrow.png) no-repeat right 20px center;
    background-size: 25px;
    width: 100%;
    transition: all 0.3s;
    flex-direction: column;
}
.index .notice .notice-list ul li a:hover .notice-cont p  {
	color:#f17a7a;
}

.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: 22px;
    white-space: nowrap;
    transition: all 0.2s;
}

.index .notice .notice-list ul li a .notice-cont span {
    display: block;
    font-size: 16px;
    color: #666;
    margin-top: 15px;
    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;
}

@media all and (max-width:1400px) {
	.index .main-visual .container .right ul li a {
        padding: 1.15rem 30px;
    }
}

@media all and (max-width:1200px) {
    .index .main-visual .container .right ul li a {
        font-size: 18px;
    }
}

@media all and (max-width:1024px) {
    .index .main-visual .container .left {
        width: 100%;
        margin-bottom:20px;
        height:0px;
        padding-bottom:53%;
        position:relative;
    }
	.index .main-visual .container .left .main-slider {
		position:absolute;
		width: calc(100% - 9px);
		height: calc(100% - 9px);
	}
    .index .main-visual .container .right {
    	display:none;
    }
    .mo-util {
    	display:block;
    	margin-bottom: 80px;
    }
    .mo-util .container .right {
        width: 100%;
        display:flex;
    }
    .index .main-text {
    	margin-bottom:20px;
    }

    .mo-util .container .right ul {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .mo-util .container .right ul li {
        width: 32%;
        margin-top: 20px;
    }

    .index .quick-menu ul li b {
        font-size: 16px;
    }

    html {
        font-size: 16px;
    }

    .index {
        padding-top: 65px;
    }
    .banner .index {
        padding-top: 90px;
    }
}

@media all and (max-width:960px) {

    .index .quick-menu ul li {
        width: 25%;
    }

    .index .quick-menu ul li a .img {
        width: 80px;
        height: 80px;
    }

    .index .main-title h3 {
        font-size:1.5rem;
        margin-bottom:0px;
    }

    .index .main-title h3::before {
        top: -30px;
    }
    
    .index .events .events-slider .swiper-slide a .caption {
	    padding-top:70px;
	    padding-bottom:10px;
    }

}

@media (max-width: 768px) {
    .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 a {
        padding: 15px 10px;
        background: none;
    }

    .index .notice .notice-list ul li a .notice-cont p {
        font-size: 16px;
    }

    .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%;
    }
}

@media all and (max-width:640px) {
    .mo-util .container .right ul li {
        width: calc(49% - 3px);
        margin-top: 10px;
    }

    .mo-util .container .right ul li a {
        padding-left: 20px;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .index .events .events-slider .swiper-slide a .caption span {
    display:none;
    }
    .index .events .events-slider .swiper-slide a .caption strong {
    -webkit-line-clamp: 1;
    }
    .index .events .events-slider .swiper-slide a .caption {
	    padding-top:70px;
	    padding-bottom:10px;
    }
	
}

@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-left {
	width:49%;
	position:relative;
}
.notice-wrap .notice-right {
	width:49%;
	position:relative;
}

.notice-wrap .notice-tab {
	margin-bottom:20px;
}
.notice-wrap .notice-tab ul {
	display:flex;
	gap:5px;
}
.notice-wrap .notice-tab ul li {}
.notice-wrap .notice-tab ul li a {
    padding: 10px;
    border-radius: 5px;
    color:#333;
}
.notice-wrap .notice-tab ul li a.active{
	background: #333;
    color: #fff;
}
.notice-wrap .notice {
	
}
.notice-wrap .notice .btn-more {
	position:absolute;
	top:0px;
	right:0px;
	 position: absolute;
    right: 0;
    line-height:18px;
    display: inline-block;
    background: url(../../../images/gj/main/btn-more.png) no-repeat left center;
    background-size:18px;
    transition: transform 0.5s;
    padding-left: 25px;
}
@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:100;
	right:10px;
	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:100;
	cursor:pointer;
	position:absolute;
	top:50%;
	transform:translateY(-50px);
	left:10px;
	height:58px;
	border-radius:50%;
}