﻿.main_index .sec01 {
    width: 100%;
    max-height: 100vh;/* 60rem */
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

@media(max-width: 767px) {
    .main_index .sec01 .swiper-wrapper {
        min-height:100vh
    }
    .main_index .sec01 {
        max-height: 60vh;/* 60rem */
    }
}

.main_index .sec01 .swiper-slide {
    aspect-ratio: 1/.49;
    overflow: hidden
}

@media(max-width: 767px) {
    .main_index .sec01 .swiper-slide {
        aspect-ratio:auto
    }
    .mtext h1 {
        position: absolute;
        width: 100%;
        height: 100%;
        color: #fff;
        z-index: 999999999;
        font-size: 3rem !important;
        font-weight: 700 !important;
        text-align: center;
        margin-top: 150px !important;
    }
    .mtext p{
        position: absolute;
        width: 100%;
        height: 100%;
        color: #fff;
        z-index: 999999999;
        font-size: 1.8rem !important;
        font-weight: 300;
        text-align: center;
        margin-top: 200px !important;
    }
}

.mtext h1 {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 999999999;
    font-size: 6rem;
    font-weight: 600;
    text-align: center;
    margin-top: 200px;
}

.mtext p{
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 999999999;
    font-size: 2.8rem;
    font-weight: 300;
    text-align: center;
    margin-top: 300px;
}
.main_index .sec01 .swiper-slide .image_a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block
}

.main_index .sec01 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media(max-width: 767px) {
    .main_index .sec01 .swiper-slide img {
        height:auto !important
    }
}

.main_index .slider .swiper-slide {
    position: relative;
    height: auto
}

.main_index .slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.main_index .slider .swiper-pagination-bullets {
    text-align: left;
    padding-left: clamp(3rem,13.6vw,26.2rem);
    bottom: clamp(30rem,36.4vw,68.9rem);
    z-index: 7;
    margin-top: 22.8rem
}

@media(max-width: 767px) {
    .main_index .slider .swiper-pagination-bullets {
        padding-left:2rem;
        margin-top: 0;
        margin-bottom: clamp(16rem,55.3vw,39rem);
        bottom: 0
    }
}

.main_index .slider .swiper-pagination-bullets .swiper-pagination-bullet {
    font-size: 15px;
    font-weight: bold;
    color: rgba(255,255,255,.5);
    width: auto;
    margin: 0 30px 0 0 !important;
    background: rgba(0,0,0,0);
    opacity: 1
}

@media(max-width: 767px) {
    .main_index .slider .swiper-pagination-bullets .swiper-pagination-bullet {
        font-size:12px;
        margin-right: 15px !important;
        font-weight: 500
    }
}

.main_index .slider .swiper-pagination-bullets .swiper-pagination-bullet:only-child {
    display: block !important
}

.main_index .slider .swiper-pagination-bullets .swiper-pagination-bullet .txt {
    display: none
}

.main_index .slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #fff
}

.main_index .slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active .txt {
    display: inline-block;
}

.main_index section.side_pd {
    width: 100%;
    max-width: 150rem;
    margin: 0 auto;
    padding: 7rem 5rem 7rem
}

@media(max-width: 767px) {
    .main_index section.side_pd {
        padding:13rem 1.5rem 10rem;
        max-width: none
    }
}

.main_index section.tb_pd {
    padding: 15.4rem 0;
    position: relative
}

@media(max-width: 767px) {
    .main_index section.tb_pd {
        padding:4.5rem 2rem 4.5rem
    }
}

.main_index section.tb_pd::before {
    content: "";
    /* width: calc(100% - 80px); */
    width: 100%;
    max-width: 1300px;
    height: 1px;
    background-color: rgba(0,0,0,.1);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

@media(max-width: 767px) {
    .main_index section.tb_pd::before {
        width:100%
    }
}

@media(max-width: 767px) {
    .main_index section.tb_pd:first-child::before {
        display:none
    }
}

.main_index section.slide_sec {
    display: grid;
    grid-template-columns: 1.25fr 2.25fr;
    max-width: 1920px;
    margin: 0 auto
}

@media(max-width: 767px) {
    .main_index section.slide_sec {
        display:block
    }
}

.main_index section.slide_sec .left {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 clamp(5rem,11.9vw,25.9rem);
    min-width: clamp(20rem,39.6vw,76rem)
}

@media(max-width: 767px) {
    .main_index section.slide_sec .left {
        padding:0 0 0
    }
}

@media(max-width: 989px) {
    .main_index section.slide_sec .left .top {
        padding-right:5rem
    }
}

@media(max-width: 767px) {
    .main_index section.slide_sec .left .top {
        padding-right:2rem
    }
}

.main_index section.slide_sec .left .top h2 {
    line-height: 1;
    font-size: clamp(3.1rem,5.5vw,5.4rem);
    font-weight: bold;
    margin-bottom: 3.4rem
}

@media(max-width: 767px) {
    .main_index section.slide_sec .left .top h2 {
        margin-bottom:2.4rem
    }
}

.main_index section.slide_sec .left .top p {
    font-weight: 500;
    letter-spacing: -1.17px;
    line-height: 1;
    margin-bottom: 1.8rem;
    font-size: clamp(1.4rem,1.7vw,2rem)
}

@media(max-width: 767px) {
    .main_index section.slide_sec .left .top p {
        margin-bottom:1rem
    }
}

.main_index section.slide_sec .left .top span {
    letter-spacing: -1.08px;
    font-weight: normal;
    color: rgba(22,22,22,.8);
    display: inline-block;
    margin-bottom: 8rem;
    font-size: clamp(1.4rem,1.7vw,1.8rem)
}

@media(max-width: 767px) {
    .main_index section.slide_sec .left .top span {
        margin-bottom:2.5rem
    }
}

@media(max-width: 500px) {
    .main_index section.slide_sec .left .top span {
        font-size:1.2rem;
        letter-spacing: -0.6px;
        line-height: 1.4
    }
}

.main_index section.slide_sec .left .btn_report {
    width: auto;
    margin: 0;
    display: inline-flex;
    align-items: center
}

.main_index section.slide_sec .left .btn_report .txt {
    display: block;
    margin-right: 2rem
}

.main_index section.slide_sec .right {
    overflow: hidden
}

.main_index section.slide_sec .right .swiper-slide {
    height: auto;
    max-height: 30vw
}

.main_index section.slide_sec .right .swiper-slide span
{
    font-size: 1.6rem;
    color: #d3834b;
}



@media(max-width: 767px) {
    .main_index section.slide_sec .right .swiper-slide {
        max-height:108vw
    }
}

@media(max-width: 500px) {
    .main_index section.slide_sec .right .swiper-slide {
        max-height:34.4rem
    }
}

.main_index section.slide_sec .right .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.main_index section.slide_sec .right .swiper-slide a {
    cursor: default
}

.main_index section.slide_sec .bot .btn_report {
    width: 11.9rem;
    margin: 2rem 0 0 0;
    padding: 0 2rem;
    height: 3.7rem
}

.main_index section.slide_sec .bot .btn_report .txt {
    font-size: 1.1rem;
}

.main_index section.slide_sec .bot .btn_report img {
    width: 2.4rem
}

@media(max-width: 767px) {
    .main_index .sec02.side_pd {
        padding:7.5rem 0 0
    }
}

.main_index .sec02 .tab_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 2.8rem;
    margin-bottom: 4rem
}

@media(max-width: 767px) {
    .main_index .sec02 .tab_top {
        padding:0 2rem 3rem;
        margin-bottom: 0
    }
}

.main_index .sec02 .tab_top .tab__contents {
    display: none
}

.main_index .sec02 .tab_top .tab__contents.active {
    display: block
}

.main_index .sec02 .tab_top .tab__contents h2 {
    font-size: clamp(2.5rem,4.9vw,4.6rem);
    font-weight: bold;
    letter-spacing: -2.76px;
    line-height: 1.26;
    text-transform: uppercase
}

@media(max-width: 767px) {
    .main_index .sec02 .tab_top .tab__contents h2 {
        letter-spacing:-1.38px
    }
}

.main_index .sec02 .tab_top .tab__list {
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width: 767px) {
    .main_index .sec02 .tab_top .tab__list {
        display:none
    }
}

.main_index .sec02 .tab_top .tab__list .tab__list__item {
    margin-right: 5.8rem;
    text-align: right;
    cursor: pointer;
    border-bottom: 2px solid rgba(0,0,0,0)
}

.main_index .sec02 .tab_top .tab__list .tab__list__item:last-child {
    margin-right: 0
}

.main_index .sec02 .tab_top .tab__list .tab__list__item.active p {
    border-color: #292929;
}

.main_index .sec02 .tab_top .tab__list .tab__list__item span {
    color: rgba(22,22,22,.6);
    line-height: 1;
    font-weight: 500;
    margin-bottom: .9rem;
    font-size: clamp(1.2rem,1.6vw,1.5rem);
    display: block
}

.main_index .sec02 .tab_top .tab__list .tab__list__item p {
    letter-spacing: -1.2px;
    font-weight: 600;
    line-height: 1;
    font-size: clamp(1.4rem,1.7vw,2rem);
    border-bottom: 2px solid rgba(0,0,0,0);
    display: inline;
    cursor: pointer;
}

.main_index .sec02 .tab_bot .tab_slide {
    align-items: center;
    justify-content: flex-start;
    height: 6rem;
    position: relative;
    padding: 0 2rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
    display: none
}

@media(max-width: 767px) {
    .main_index .sec02 .tab_bot .tab_slide {
        display:flex
    }
}

.main_index .sec02 .tab_bot .tab_slide::after {
    content: "";
    display: block;
    position: absolute;
    background: url(/user/haegancam/img/front/icon/mo_icon_ham_arrow_down.png) no-repeat center/contain;
    width: 12px;
    height: 12px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.main_index .sec02 .tab_bot .tab_slide.open {
    background-color: #fafafa
}

.main_index .sec02 .tab_bot .tab_slide.open::after {
    background: url(/user/haegancam/img/front/icon/mo_icon_ham_arrow_up.png) no-repeat center/contain
}

.main_index .sec02 .tab_bot .tab_slide span {
    width: 7.5rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: rgba(22,22,22,.6);
    display: inline-block;
    margin-right: 2.2rem
}

.main_index .sec02 .tab_bot .tab_slide p {
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -0.84px;
    line-height: 1
}

.main_index .sec02 .tab_bot .tab__contents {
    display: grid;
    grid-template-columns: 1.25fr 2.2fr;
    display: none
}

@media(max-width: 767px) {
    .main_index .sec02 .tab_bot .tab__contents {
        background-color:#fafafa;
        border-bottom: 1px solid rgba(0,0,0,.1)
    }

    .main_index .sec02 .tab_bot .tab__contents.opne {
        display: block
    }
}

.main_index .sec02 .tab_bot .tab__contents.active {
    display: grid
}

@media(max-width: 767px) {
    .main_index .sec02 .tab_bot .tab__contents.active {
        display:block
    }

    .main_index .sec02 .tab_bot .tab__contents.active.opne {
        display: block
    }
}

.main_index .sec02 .tab_bot .tab__contents .left {
    position: relative
}

.main_index .sec02 .tab_bot .tab__contents .left .top {
    text-align: left;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: -1.32px;
    margin-bottom: 8rem;
    font-size: clamp(1.7rem,2vw,2.2rem)
}

@media(max-width: 767px) {
    .main_index .sec02 .tab_bot .tab__contents .left .top {
        font-weight:600;
        letter-spacing: -1.02px;
        padding: 0 2rem;
        margin: 2.5rem 0 2.8rem;
        line-height: 1.35;
        word-break: break-word
    }
}

.main_index .sec02 .tab_bot .tab__contents .left .bot .btn_report {
    width: auto;
    margin: 0;
    display: inline-flex;
    align-items: center
}

.main_index .sec02 .tab_bot .tab__contents .left .bot .btn_report .txt {
    display: block;
    margin-right: 2rem;
}

.main_index .sec02 .tab_bot .tab__contents .left .bot.pc {
    position: absolute;
    top: 18.3rem
}

@media(max-width: 767px) {
    .main_index .sec02 .tab_bot .tab__contents .right .top {
        padding:0 2rem
    }
}

.main_index .sec02 .tab_bot .tab__contents .right .top p {
    text-align: left;
    line-height: 1.56;
    letter-spacing: -1.8px;
    font-weight: normal;
    font-size: clamp(1.4rem,1.7vw,1.8rem)
}

@media(max-width: 767px) {
    .main_index .sec02 .tab_bot .tab__contents .right .top p {
        font-weight:400;
        letter-spacing: -0.66px
    }
}

.main_index .sec02 .tab_bot .tab__contents .right .top p:last-child {
    margin-top: 3rem;
    margin-bottom: 6.6rem
}

@media(max-width: 767px) {
    .main_index .sec02 .tab_bot .tab__contents .right .top p:last-child {
        margin:2.5rem 0 4rem
    }
}

.main_index .sec02 .tab_bot .tab__contents .right .bot .img_box {
    border-radius: 5px;
    overflow: hidden
}

.main_index .sec02 .tab_bot .tab__contents .right .bot .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.main_index .sec02 .tab_bot .tab__contents .right .bot.mo {
    padding: 0 2rem 7.5rem
}

@media(max-width: 767px) {
    .main_index .sec03::before {
        display:none
    }
}

.main_index .sec06.news_sec .inner {
    padding: 15.4rem 0;
    background-color: #fafafa;
    position: relative;
    text-align: center
}

@media(max-width: 767px) {
    .main_index .sec06.news_sec .inner {
        padding:7rem 2rem 0rem
    }
}

.main_index .sec06.news_sec .inner .bg_txt {
    position: absolute;
    right: 0;
    bottom: 0
}

.main_index .sec06.news_sec .inner .news_cont {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 4rem
}

@media(max-width: 767px) {
    .main_index .sec06.news_sec .inner .news_cont {
        width:100%;
        display: block
    }
}

.main_index .sec06.news_sec .inner .news_cont .left {
    opacity: 0;
    transition: all .3s ease-in-out
}

.main_index .sec06.news_sec .inner .news_cont .left .img_box {
    width: 100%;
    height: 100%;
    max-height: 48rem
}

.main_index .sec06.news_sec .inner .news_cont .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.main_index .sec06.news_sec .inner .news_cont .right {
    opacity: 0;
    transition: all .3s ease-in-out
}

.main_index .sec06.news_sec .inner .news_cont .right .txt_inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;/* space-between */
    height: 100%
}

.main_index .sec06.news_sec .inner .news_cont .right .txt_inner .top {
    text-align: left
}

.main_index .sec06.news_sec .inner .news_cont .right .txt_inner .top i {
    color: rgba(22,22,22,.6);
    line-height: 1;
    font-weight: 500;
    margin-bottom: 3.2rem;
    display: inline-block;
    font-size: clamp(1.2rem,1.6vw,1.5rem);
    word-break: break-all
}

@media(max-width: 767px) {
    .main_index .sec06.news_sec .inner .news_cont .right .txt_inner .top i {
        margin-bottom:3rem
    }
}

.main_index .sec06.news_sec .inner .news_cont .right .txt_inner .top h4 {
    font-weight: bold;
    letter-spacing: -1.56px;
    line-height: 1.31;
    margin-bottom: 1.6rem;
    font-size: clamp(1.8rem,2.2vw,2.6rem);
    word-break: break-all
}

@media(max-width: 767px) {
    .main_index .sec06.news_sec .inner .news_cont .right .txt_inner .top h4 {
        margin-bottom:1rem;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1
    }
}

@media(max-width: 500px) {
    .main_index .sec06.news_sec .inner .news_cont .right .txt_inner .top h4 {
        font-size:clamp(2.5rem,4.9vw,4.6rem);
    }
}

.main_index .sec06.news_sec .inner .news_cont .right .txt_inner .top p {
    font-weight: 500;
    letter-spacing: -1.2px;
    line-height: 1.4;
    margin-bottom: 1.6rem;
    font-size: clamp(1.4rem,1.7vw,2rem);
    white-space: pre-line;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all
}

@media(max-width: 767px) {
    .main_index .sec06.news_sec .inner .news_cont .right .txt_inner .top p {
        display:-webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1
    }
}

@media(max-width: 500px) {
    .main_index .sec06.news_sec .inner .news_cont .right .txt_inner .top p {
        font-size:1.2rem;
        margin-bottom: 2.5rem
    }
}

.main_index .sec06.news_sec .inner .news_cont .right .txt_inner .mid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1.5/1
}

.main_index .sec06.news_sec .inner .news_cont .right .txt_inner .bot {
    border-top: 0px solid rgba(0,0,0,.1);
    padding-top: 3.3rem
}

@media(max-width: 767px) {
    .main_index .sec06.news_sec .inner .news_cont .right .txt_inner .bot {
        padding-top:2.5rem;
        display: none;
    }
}

.main_index .sec06.news_sec .inner .news_cont .right .txt_inner .bot .top {
    margin-bottom: 3.5rem
}

@media(max-width: 767px) {
    .main_index .sec06.news_sec .inner .news_cont .right .txt_inner .bot .top {
        margin-bottom:4rem
    }
}

.main_index .sec06.news_sec .inner .news_cont .right .txt_inner .bot .top pre {
    white-space: pre-line;
    line-height: 1.56;
    letter-spacing: -0.96px;
    font-weight: normal;
    color: rgba(22,22,22,.8);
    padding-right: 1rem;
    font-size: clamp(1.2rem,1.7vw,1.6rem);
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5
}

@media(max-width: 767px) {
    .main_index .sec06.news_sec .inner .news_cont .right .txt_inner .bot .top pre {
        color:#161616
    }
}

@media(max-width: 500px) {
    .main_index .sec06.news_sec .inner .news_cont .right .txt_inner .bot .top pre {
        font-size:1.1rem
    }
}

.main_index .sec06.news_sec .inner .news_cont .right .txt_inner .bot .top p {
    line-height: 1.56;
    letter-spacing: -0.96px;
    font-weight: normal;
    color: rgba(22,22,22,.8);
    padding-right: 1rem;
    font-size: clamp(1.2rem,1.7vw,1.6rem)
}

@media(max-width: 767px) {
    .main_index .sec06.news_sec .inner .news_cont .right .txt_inner .bot .top p {
        color:#161616
    }
}

@media(max-width: 500px) {
    .main_index .sec06.news_sec .inner .news_cont .right .txt_inner .bot .top p {
        font-size:1.1rem
    }
}

.main_index .sec06.news_sec .inner .news_cont .right .txt_inner .bot .link_wr {
    text-align: left
}

.main_index .sec06.news_sec .inner .news_cont .right .txt_inner .bot .btn_report {
    margin: 0;
    background-color: #ededed;
    width: auto;
    margin: 0;
    display: inline-flex;
    align-items: center
}

.main_index .sec06.news_sec .inner .news_cont .right .txt_inner .bot .btn_report .txt {
    display: block;
    margin-right: 2rem
}

@media(max-width: 767px) {
    .main_index .sec06.news_sec .inner .news_cont .right .txt_inner .bot .btn_report {
        height:3.7rem;
        background-image: linear-gradient(to top, #f5e7f0, #fad7d7) !important;
        padding: 0 2rem
    }

    .main_index .sec06.news_sec .inner .news_cont .right .txt_inner .bot .btn_report img {
        width: 2.4rem
    }

    .main_index .sec06.news_sec .inner .news_cont .right .txt_inner .bot .btn_report .txt {
        font-size: 1.1rem
    }
}

.main_index .sec06.news_sec .inner .swiper-slide {
    height: auto
}

.main_index .sec06.news_sec .inner .swiper-slide-active .left {
    opacity: 1
}

.main_index .sec06.news_sec .inner .swiper-slide-active .right {
    opacity: 1
}

.main_index .sec06.news_sec .inner .swiper-container {
    position: relative;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 5rem
}

@media(max-width: 767px) {
    .main_index .sec06.news_sec .inner .swiper-container {
        padding:0
    }
}

.main_index .sec06.news_sec .inner .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 50%;
    right: 0;
    bottom: 25px
}

@media(max-width: 767px) {
    .main_index .sec06.news_sec .inner .swiper-pagination-bullets.swiper-pagination-horizontal {
        width:100%;
        bottom: 16rem
    }
}

@media(max-width: 400px) {
    .main_index .sec06.news_sec .inner .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom:16rem
    }
}

@media(max-width: 300px) {
    .main_index .sec06.news_sec .inner .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom:16rem
    }
}

.main_index .sec06.news_sec .inner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: rgba(255,255,255,.3);
    position: relative;
    margin: 0 24px 0 0;
    opacity: 1
}

@media(max-width: 767px) {
    .main_index .sec06.news_sec .inner .swiper-pagination-bullet {
        width:5.5px;
        height: 5.5px;
        margin: 0 13.5px 0 0
    }
}

.main_index .sec06.news_sec .inner .swiper-pagination-bullet:last-child {
    margin: 0
}

.main_index .sec06.news_sec .inner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff
}

.main_index .sec06.news_sec .inner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: "";
    width: 21px;
    height: 21px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media(max-width: 767px) {
    .main_index .sec06.news_sec .inner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
        width:14px;
        height: 14px
    }
}

.main_index .sec06.news_sec .inner .swiper-button-prev {
    left: 0
}

@media(max-width: 767px) {
    .main_index .sec06.news_sec .inner .swiper-button-prev {
        display:none
    }
}

.main_index .sec06.news_sec .inner .swiper-button-prev::after {
    color: rgba(0,0,0,0);
    width: 2rem;
    background: url("/user/haegancam/catalog/assets/theme/images/page_prev.svg") no-repeat center/contain
}

.main_index .sec06.news_sec .inner .swiper-button-next {
    right: 0
}

@media(max-width: 767px) {
    .main_index .sec06.news_sec .inner .swiper-button-next {
        display:none;
    }
}

.main_index .sec06.news_sec .inner .swiper-button-next::after {
    color: rgba(0,0,0,0);
    width: 2rem;
    background: url("/user/haegancam/catalog/assets/theme/images/page_next.svg") no-repeat center/contain
}
