@charset "utf-8";
@import url('./fonts/Pretendard/pretendard.css');
@import url('reset.css?3');


:root {
    --body-max-width: 1440px;
}

header {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
}
header .header_inner {
    width:100%;
    max-width:var(--body-max-width);
    margin:0 auto;
    height:auto;
    padding:1.25em;
    display:flex;
    align-items:center;
    justify-content: space-between;
    gap:1em;
}

header .header_inner .logo {
    
}

header .header_inner ul.nav {
    width:auto;
    display:flex;
    align-items:center;
    gap:2.5em;
    justify-content: center;
}
header .header_inner ul.nav li a {
    font-size:500;
    color:#fff;
    font-size:1.125em;
    padding:0.25em;
    font-weight:700;
    white-space:nowrap;
}

header .header_inner .hamburger {
    position:relative;
    padding:0.5em;
    display:flex;
    flex-direction: column;
    align-items: center;
    gap:0.4em;
    cursor:pointer;
    background:transparent;
}
header .header_inner .hamburger span {
    display:block;
    position:relative;
    width:1.25em;
    height:2px;
    background:#fff;
}
header .header_inner .hamburger span:nth-child(2) {
    width:1.875em;
}



#main {
    width:100%;
    height:max-content;
    margin:0 auto;
    padding:0;
}
#main .hero {
    position:relative;
    width:100%;
    height:100vh;
}
#main .hero:after {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    content:"";
    background: rgba(0, 0, 0, 0.4);
    z-index:2;
}
#main .hero img {
    position:relative;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:1;
}
#main .hero .info {
    position:absolute;
    top:50%;
    left:50%;
    width:max-content;
    height:max-content;
    transform: translate(-50%, -50%);
    font-size:1em;
    color:#fff;
    font-weight:400;
    text-align: center;
    line-height:1.25;
    z-index:3;
}
#main .hero .info p {
    white-space:nowrap;
}
#main .hero .info p.subtitle {
    
    font-size:1.25em;
    font-weight:600;
    margin:0;
    
}
#main .hero .info p.title {
    font-size:3.625em;
    font-weight:700;
    word-break: keep-all;
    white-space:normal;;
    overflow:hidden;
    margin-top:0.3em;
}
#main .hero .info p.title span {
    display:inline-block;
}
#main .hero .info p.desc {
    font-size:1.5em;
    font-weight:700;
    margin:0;
    margin-top:2em;
}


#main .slogan {
    width:100%;
    background:#fff;
    position:relative;
    z-index:2;
    overflow:hidden;
}
#main .slogan .inner {
    position:relative;
    width:100%;
    margin:0 auto;
    padding:19.375em 0;
    display:flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
    z-index:3;
}
.slogan .inner .animation-container {
    width:100%;
    height:3000px;
    position:relative;
}
.slogan .inner .slogan-animation-wrapper {
    position: absolute;
    width:100%;
    height:100vh;
    left: 50%;
    transform: translateX(-50%);
    overflow:hidden;
}
.slogan.fixed .inner .slogan-animation-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow:hidden;
}
.slogan.absolute .inner .slogan-animation-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.slogan .inner .slogan-animation-wrapper .animations {
    position: absolute;
    z-index: 2;
    width:auto;
    height:auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align:center;
    white-space:nowrap;
}
.slogan .inner .slogan-animation-wrapper .animations .ani span {
    display: inline-block;
    font-size: 3rem;
    opacity: 0;
    color: #fff;
}
.slogan .slogan-animation-wrapper .animations img,
.slogan .slogan-animation-wrapper .animations .subtitle span {
    display:inline-block;
}
#main .slogan .inner p.title {
    font-size:3.375em;
    font-weight:700;
    margin:0;
    text-align: center;
    color:#000;
    line-height:1.25;
}
#main .slogan .inner p.title span {
    color: #000;
    opacity:0;
}
#main .slogan .inner p.title span.green {
    color: rgba(25, 83, 5, 1);
    opacity:0;
}
#main .slogan .inner p.subtitle {
    font-size:1.5em;
    font-weight:600;
    color:#000;
    margin:0;
    margin-top:0.125;
    text-align: center;
    line-height:1.25;
}

#main .slogan .bg_left {
    position: absolute;
    left:0; 
    bottom:0;
    width:auto;
    max-width:50%;
    height:auto;
    z-index:1;
}
#main .slogan .bg_right {
    position: absolute;
    right:0;
    top:50%;
    width:auto;
    max-width:50%;
    height:auto;
    transform:translateY(-50%);
    z-index:1;
}

#main .slogan .bg_left_new {
    position: fixed;
    left: 0;
    bottom: 0;
    width: auto;
    max-width: 50%;
    height: auto;
    z-index: 1;
}

#main .slogan .bg_right_new {
    position: fixed;
    right:0;
    top:50%;
    width:auto;
    max-width:50%;
    transform:translateY(-50%);
    height:auto;
    z-index:1;
}


#main .activity_updates {
    width:100%;
    background:#fff;
    position:relative;
    margin:0 auto;
    padding:1em 0 7.25em 0;
    z-index:1;
    overflow:hidden;
}

#main .activity_updates .header {
    position:relative;
    width:100%;
    max-width:var(--body-max-width);
    margin:0 auto;
    padding:0;
    display:flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
}

#main .activity_updates .header .subtitle {
    font-size:1em;
    line-height:1.25;
    font-weight:700;
    color:rgba(25, 83, 5, 1);
    margin:0.75em 0;
}

#main .activity_updates .header .title {
    font-weight: 700;
    font-size: 2.625em;
    line-height: 135%;
    letter-spacing: -0.02em;
    text-align: center;
    color:#000;
}


#main .activity_updates .header .desc {
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1;
    letter-spacing: -0.02em;
    text-align: center;
    color:#000;
    margin:0.75em 0 3.125em 0;
}

#main .activity_updates .inner {
    position:relative;
    width:100%;
    max-width:var(--body-max-width);
    margin:0 auto;
    min-height:510px;
    
}
/*
#main .activity_updates .inner .inner2{
    position:relative;
    width:calc(850px * 3);
    margin-left: -552.5px;
}
*/
#main .activity_updates .inner .inner2{
    position:absolute;
    width:calc(850px * 3);
    left:50%;
    top: 0;
    transform:translateX(-50%);
}
#main .activity_updates .inner .inner2 .swiper-wrapper {
    padding:1em 0 3.75em 0;
}

#main .activity_updates .inner .activityUpdatesSlide .swiper-slide {
    position:relative;
    width:850px;
    height:auto;
    padding:0;
    background:#fff;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.125);
    z-index:1;
}

#main .activity_updates .inner .activityUpdatesSlide .swiper-slide img {
    width:100%;
    height:auto;
}
#main .activity_updates .inner .activityUpdatesSlide .swiper-slide.swiper-slide-prev:after,
#main .activity_updates .inner .activityUpdatesSlide .swiper-slide.swiper-slide-next:after {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0, 0.5);
    z-index: 2;;
}

#main .activity_updates .inner .activityUpdatesSlide .swiper-slide.swiper-slide-active {

    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);

}
#main .activity_updates .inner .activityUpdatesSlide .swiper-slide.swiper-slide-active:after {
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:45%;
    background: linear-gradient(0deg, #000000 4.22%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;;
}
#main .activity_updates .inner .activityUpdatesSlide .swiper-slide .desc {
    position:absolute;
    bottom:0;
    left:0;
    padding:3.75em;
    color:#fff;
    z-index:3;
}
#main .activity_updates .inner .activityUpdatesSlide .swiper-slide .desc .point{
    font-weight: 700;
    font-size: 0.875em;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom:1em;
    color:#fff;
}
#main .activity_updates .inner .activityUpdatesSlide .swiper-slide .desc .title{
    font-weight: 700;
    font-size: 1.625em;
    line-height: 1;
    letter-spacing: -0.02em;
    color:#fff;
    margin-bottom:0.75em;
}
#main .activity_updates .inner .activityUpdatesSlide .swiper-slide .desc .subtitle{
    font-weight: 600;
    font-size: 1.125em;
    line-height: 1;
    letter-spacing: -0.02em;
    color:#fff;
}
#main .activity_updates .inner .activityUpdatesSlide .swiper-slide.swiper-slide-prev .desc ,
#main .activity_updates .inner .activityUpdatesSlide .swiper-slide.swiper-slide-next .desc {
    display:none;
}

#main .activity_updates .inner .activityUpdatesSlide .pagination_container {
    position:absolute;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
    width:500px;
    display:flex;
    align-items:center;
    justify-content: center;;
    gap:0.5em;
}
#main .activity_updates .inner .activityUpdatesSlide .pagination_container .start,
#main .activity_updates .inner .activityUpdatesSlide .pagination_container .end {
    font-size:14px;
    font-weight:700;
    color:rgba(25, 83, 5, 1);
}
#main .activity_updates .inner .activityUpdatesSlide .pagination_container .end {
    color:#000;
}
#main .activity_updates .inner .activityUpdatesSlide .pagination_container .swiper-pagination {
    position:relative;
    width:100%;
    display:flex;
    align-items:center;
    justify-content: center;
    top:auto;
    bottom:auto;
    left:auto;
    right:auto;
}
#main .activity_updates .inner .activityUpdatesSlide .pagination_container .swiper-pagination .swiper-pagination-bullet {
    position:relative;
    flex:1;
    border-radius:0;
    margin:0;
    padding:0;
    height:2.5px;
    background:rgba(25, 83, 5, 1);
    opacity:1;
}
#main .activity_updates .inner .activityUpdatesSlide .pagination_container .swiper-pagination .swiper-pagination-bullet-active ~ .swiper-pagination-bullet
{
    background:rgba(0, 0, 0, 0.15);
}


#main .incentive {
    width:100%;
    background:#fff;
    position:relative;
    overflow:hidden;
}
#main .incentive .inner {
    position:relative;
    width:100%;
    max-width:var(--body-max-width);
    margin:0 auto;
    z-index:2;
}
#main .incentive .inner .header {
    position:absolute;
    top:0;
    left:0;
    z-index:3;
}
#main .incentive .inner .header .subtitle {
    font-weight: 700;
    font-size: 1em;
    line-height: 100%;
    text-transform: uppercase;
    color:rgba(25, 83, 5, 1);
    margin-bottom:0.625em;
}
#main .incentive .inner .header .title {
    font-weight: 700;
    font-size: 2.625em;
    line-height: 1.35;
    letter-spacing: -0.02em;
    color:#000;
    margin-bottom:0.25em;
}
#main .incentive .inner .header .desc {
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1;
    letter-spacing: -0.02em;
    color:#000;
}

#main .incentive .inner .incentive_swiper {
    position:relative;
    width:100%;
    height:auto;
    padding-left:26.875em;
    margin-top:5em;
    padding-bottom:12.5em;
    padding-top:3.5em;
}

#main .incentive .inner .incentive_swiper .wrap {
    position:relative;
    display:flex;
    align-items:center;
    justify-content: center;
}

#main .incentive .inner .incentive_swiper .wrap .img {
    flex:1;
    width:50%;
    height:auto;
    aspect-ratio: 1/1;
    border-radius:50%;
    overflow:hidden;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.24);
}
#main .incentive .inner .incentive_swiper .wrap .img .swiper-slide {
    width:auto;
    height:auto;
    aspect-ratio: 1/1;
}
#main .incentive .inner .incentive_swiper .wrap .img img {
    width:100%;
    height:100%;
    object-fit:cover;
}
#main .incentive .inner .incentive_swiper .wrap .info {
    position:relative;
    width:50%;
    height:100%;
    display:flex;
    flex-direction: column;
    overflow:hidden;
    z-index:1;
}
#main .incentive .inner .incentive_swiper .wrap .info .swiper {
    padding:5em 0;
}
#main .incentive .inner .incentive_swiper .wrap .info .incentive-info {
    width:100%;
    height:100%;
}
#main .incentive .inner .incentive_swiper .wrap .info .swiper-slide {
    position:relative;
    width:auto;
    height:100%;
    display:flex;
    flex-direction: column;
}
#main .incentive .inner .incentive_swiper .wrap .info p {
    padding-left:3em;
}
#main .incentive .inner .incentive_swiper .wrap .info .title {
    border-bottom:1px solid #000;
}

#main .incentive .inner .incentive_swiper .wrap .info .title .no {
    display:block;
    font-weight: 700;
    font-size: 1.25em;
    line-height: 1;
    letter-spacing: -0.02em;
    color:#000;
    margin-bottom:0.625em;
}
#main .incentive .inner .incentive_swiper .wrap .info .title .tit {
    display:block;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1;
    letter-spacing: -0.02em;
    color:rgba(25, 83, 5, 1);
    margin-bottom:0.625em;
}
#main .incentive .inner .incentive_swiper .wrap .info .content {
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1.5em;
    letter-spacing: -0.02em;
    color:#000;
    padding-top:0.75em;
}
#main .incentive .inner .incentive_swiper .wrap .info .content span {
    display:block;
}

#main .incentive .inner .incentive_swiper .wrap .info .navigation {
    position:absolute;
    left:3em;
    bottom:0;
    z-index:2;
    display:flex;
    gap:8px;
}
#main .incentive .inner .incentive_swiper .wrap .info .navigation button {
    width:3.3125em;
    height:3.3125em;
    aspect-ratio: 1/1;
    background:none;
    border:1px solid rgba(205, 205, 205, 1);
    border-radius:50%;
    letter-spacing:-999px;
    overflow:hidden;
    transition: background 0.8s ease;
}
#main .incentive .inner .incentive_swiper .wrap .info .navigation button.incentive-prev {
    background: url('../images/icon_incentive_prev.png') no-repeat center center;
}
#main .incentive .inner .incentive_swiper .wrap .info .navigation button.incentive-next {
    background: url('../images/icon_incentive_next.png?1') no-repeat center center;
}
#main .incentive .inner .incentive_swiper .wrap .info .navigation button:hover {
    background-color:rgba(0,0,0,0.2);
}
#main .incentive .inner .view-more {
    position:absolute;
    bottom:9em;
    left:11.5em;
    width:14%;
    height:auto;
    aspect-ratio: 1/1;
    border-radius:50%;
    background:transparent;
    color:#000;
    
    font-weight: 600;
    font-size: 1.125em;
    line-height: 1;
    text-align: center;
    display:flex;
    align-items:center;
    justify-content: center;
    gap:0.5em;
    cursor:pointer;
    
    

    border: 1px solid rgba(30, 30, 30, 1);
    overflow: hidden;
    transition: background 0.8s ease, color 0.8s ease;

}
#main .incentive .inner .view-more:hover {
    background: rgba(13, 45, 26, 0.98);
    border:1px solid #fff;
    color: #fff;
    box-shadow: 0 0 8px rgba(13, 45, 26, 0.98);
}
#main .incentive .inner .view-more:before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%; /* 시작 위치 */
    width: 30%; /* 빛의 폭 */
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-20deg);
    transition: none;
}
#main .incentive .inner .view-more:hover:before {
    animation: shine 3s forwards infinite;
}

@keyframes shine {
    0% {
        left: -75%;
    }
    50% {
        left:125%;
    }
    100% {
        left: 125%;
    }
}


#main .incentive .inner .view-more:after {
    content:"＋";
    font-size:1.8em;
    line-height:1;
    font-weight:400;
}
#main .incentive .bg_left {
    position:absolute;
    bottom:5em;
    left:0;
    width:auto;
    max-width:20%;
    height:auto;
    z-index:1;
}

#main .incentive .bg_right {
    position:absolute;
    bottom:0;
    right:0.25em;
    width:auto;
    height:auto;
    z-index:1;
    font-size:7vw;
    font-weight:800;
    letter-spacing: 0.04em;
    line-height:1;
    white-space:nowrap;
    overflow:hidden;
}

#main .incentive .bg_right .original {
    position:relative;
    color:rgba(244, 244, 244, 0.98);
    z-index:1;
}


#main .incentive .bg_right .mask,
#main .incentive .bg_right .mask2 {
    position:absolute;
    top:0;
    left:0;
    width:0;
    overflow:hidden;
    white-space:nowrap;
}
#main .incentive .bg_right .mask {
    color:rgba(13, 45, 26, 0.98);
    z-index:2;
}
#main .incentive .bg_right .mask2 {
    color:rgba(244, 244, 244, 0.98);
    z-index:3;
    text-shadow: -1px 0px #fff, 0px 1px #fff, 1px 0px #fff, 0px -1px #fff;
    -webkit-text-stroke: 2px #fff;
    
}


#main .news {
    width:100%;
    background:#fff;
    position:relative;
    padding-bottom:8em;
    overflow:hidden;
}
#main .news .inner {
    position:relative;
    width:100%;
    max-width:var(--body-max-width);
    margin:0 auto;
    padding:0;
    z-index:1;
    margin-top:1em;
}
#main .news .inner .title {
    font-weight: 700;
    font-size: 2.625em;
    line-height: 1;
    letter-spacing: -0.02em;
    color:#000;
    padding:0.75em 0;
}
#main .news .inner ul {
    margin:0;
    padding:0;
    border-top:3px solid #000;
}
#main .news .inner ul li {
    display:flex;
    align-items:center;
    justify-content: space-between;
    border-bottom:1px solid rgba(190, 190, 190, 1);
    padding:1.5625em 3.75em;
    gap:3.75em;
}
#main .news .inner ul li .subject {
    flex:1;
}
.subject .subj {
    font-weight: 700;
    font-size: 1.25em;
    line-height: 1;
    letter-spacing: -0.02em;
    color:#000;
}
#main .news .inner ul li .subject .desc {
    font-weight: 500;
    font-size: 1em;
    line-height: 1;
    color:#000;
    margin-top:0.5em;
}
#main .news .inner ul li .date {
    font-weight: 500;
    font-size: 0.875em;
    line-height: 1;
    color:#000;
    display:block;
    width:6em;
}
#main .news .inner ul li .thumb {
    display:block;
    width:14.6875em;
    height:8.125em;
    overflow:hidden;
}
#main .news .inner ul li .thumb img {
    width:100%;
    height:100%;
    object-fit:cover;
}

#main .contact {
    position:relative;
    width:100%;
    height:max-content;
    position:relative;
    margin:0 auto;
    z-index:1;
    background:url('../images/bg_contact.png') no-repeat center center / cover;
    background-attachment: fixed;
}
#main .contact:after {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    content:"";
    background: rgba(0, 0, 0, 0.55);
    z-index:2;
}
#main .contact .inner {
    position:relative;
    width:100%;
    max-width:var(--body-max-width);
    margin:0 auto;
    padding:19.375em 0;
    color:#fff;
    z-index:3;
}
#main .contact .inner .title {
    font-weight: 700;
    font-size: 4.75em;
    line-height: 1;
}
#main .contact .inner .subtitle {
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1.35;
    letter-spacing: -0.02em;
    margin-top:0.9em;
}
#main .contact .inner .btns {
    display:flex;
    gap:1.25em;
    margin-top:3.75em;
}
#main .contact .inner .btns a {
    display:flex;
    align-items:center;
    gap:0.5em;
    border-radius:1.1em;
    font-weight: 600;
    font-size: 1.125em;
    line-height: 28px;
    letter-spacing: -0.02em;
    color:#fff;
    padding:1em 2.2em; 
    position: relative;
    overflow: hidden;
    background-color:rgba(255,255,255, 0.3);
    transition: box-shadow 0.35s ease;
}
#main .contact .inner .btns a svg path {
    fill : rgba(255,255,255, 1);
    transition: fill 0.35s ease;
}

#main .contact .inner .btns a::before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,1);
    transition: top 0.25s ease;
    z-index: -1;
}
#main .contact .inner .btns a:hover {
    box-shadow: 2px 2px 10px rgba(255,255,255, 0.3);
    color:rgba(18, 49, 30, 1);
}
#main .contact .inner .btns a:hover svg path {
    fill: rgba(18, 49, 30, 1);
}
#main .contact .inner .btns a:hover::before {
    top: 0;
}
#main .contact .inner .btns a * {
    position: relative;
    display:inline-block;
    z-index: 2;
}



footer {
    width:100%;
    background:rgba(30, 30, 30, 1);
    padding:4.6875em 0;
}
footer .inner {
    position:relative;
    width:100%;
    max-width:var(--body-max-width);
    margin:0 auto;
    padding:0;
    color:#fff;
}
footer .inner .top {
    display:flex;
    align-items:center;
    justify-content: space-between;
    border-bottom:1px solid rgba(255, 255, 255, 1);
    padding-bottom:1.875em;
}
footer .inner .top .btns a {
    position:relative;
    display:inline-block;
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1;
    color:#fff;
    padding:1em;
}
footer .inner .top .btns a:last-child {
    padding-right:0;
}
footer .inner .top .btns a:last-child:after {
    content:"";
    position:absolute;
    width:2px;
    height:0.8em;
    background:#fff;
    left:0;
    top:50%;
    transform:translateY(-50%);
}
footer .inner .bottom {
    padding:1.875em 0;
}
footer .inner .bottom .info {
    display:flex;
}
footer .inner .bottom .info span {
    display:block;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.625em;
    color:#fff;
    position:relative;
    padding:0 0.75em;
    margin:0;
}
footer .inner .bottom .info span:first-child {
    padding-left:0;
}
footer .inner .bottom .info span:not(:first-child):after {
    content:"";
    position:absolute;
    width:1px;
    height:0.8em;
    background:#fff;
    left:0;
    top:50%;
    transform:translateY(-50%);
}
footer .inner .bottom .desc {
    font-weight: 400;
    font-size: 0.9375em;
    line-height: 1.2em;
    color: rgba(146, 146, 146, 1);
}
footer .inner .bottom .copy {
    font-weight: 400;
    font-size: 0.9375em;
    line-height: 1;
    color:#fff;
    margin-top:1em;
}

#back-top {
    position:fixed;
    bottom:50px;
    right:50px;
    width:auto;
    height:auto;
    cursor:pointer;
    z-index:1000;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.35;
    text-align: center;
    text-transform: capitalize;
    color:#fff;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    background:transparent;
}
#back-top span {
    display:inline-block;
    font-size:0.75em;
    margin-left:0.5em;
}

span.inlineBlock {
    display:inline-block;
}
@media (max-width: 1440px) {
    
    section.incentive .inner {
        padding:1em;
    }
    #main .incentive .inner .header {
        top:1em;
        left:1em;
    }

    #main .news .inner {
        padding:1em;
    }

    #main .contact .inner {
        padding:10em 5em;
    }
    footer .inner .top,
    footer .inner .bottom {
        padding-left:1em;
        padding-right:1em;
    }
}

@media (max-width: 1024px) {

    #main .incentive .inner .header {
        position:relative;
    }
    #main .incentive .inner .incentive_swiper {
        padding-left:1em;
    }
    #main .incentive .inner .view-more {
        display:none;
    }
    #main .incentive .bg_left {
        left:auto;
        right:0;
        top:0%;
        bottom:auto;
        transform: scaleX(-1);
        max-width:30%;
    }
    #main .incentive .bg_left img {
        width:100%;
        height:auto;
    }
    #main .incentive .bg_right {
        font-size:10vw;
    }
    
    #main .activity_updates .inner {
        min-height:55vw;
    }
    #main .activity_updates .inner .inner2 {
        width:calc(80% * 3);
    }

    #main .activity_updates .inner .activityUpdatesSlide .swiper-slide
    {
        width:80%;
    }

    #main .incentive .inner .incentive_swiper .wrap .info .title .tit {
        font-size:2em;
    }
    #main .incentive .inner .incentive_swiper .wrap .info .content span {
        font-size:1.25em;
    }
    #main .activity_updates .inner .activityUpdatesSlide .pagination_container {
        width:60vw;
    }
    

    #main .news .inner {
        padding:1em;
    }

}


@media (max-width: 700px) {
    #main .hero .info {
        width:80%;
    }

    #main .news .inner {
        padding:1em;
    }
    #main .news .inner ul li {
        padding:1em;
        gap:1em;
    }

    footer .inner .top {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom:0;
    }
    footer .inner .bottom .info {
        flex-wrap:wrap;
        align-items: flex-start;
    }
}