@charset "utf-8";
.web{
    overflow-x: hidden;
}
.header.active2{
    background-color: #4761F5;
}
/* 배너 */
.banner{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mainBanner{
    width: 100%;
    height: 100%;
}
.mainBanner_slide:nth-child(1){
    background: url(../images/index/mainBanner_slide1.png) no-repeat center center;
    background-size: cover;
}
.mainBanner_slide:nth-child(2){
    background: url(../images/index/mainBanner_slide2.png) no-repeat center center;
    background-size: cover;
}
.mainBanner_slidetxt{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}
.mainBanner_slidetxt h1{
    color: #ffffff;
    font-size: 70px;
    font-weight: 800;
}

.mainBanner_slidetxt p{
    color: #ffffff;
    font-size: 28px;
    font-weight: 200;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.15);
}
.mainBanner_pagination{
    display: flex;
    align-items: center;
    gap: 40px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translatex(-50%);
    z-index: 9;
}
.mainBanner_slidetxt h1{
    transition: opacity 1s, filter 1s;
    opacity: 1;
    filter: blur(0);
}
.mainBanner_slidetxt.fade-out h1{
  opacity: 0.3;
  filter: blur(10px);
}
.mainBanner_slidetxt.fade-in h1{
  opacity: 1;
  filter: blur(0);
}

.mainBanner_slidetxt p{
    transition: opacity 1s, filter 1s;
    opacity: 1;
    filter: blur(0);
}
.mainBanner_slidetxt.fade-out p{
  opacity: 0.3;
  filter: blur(10px);
}
.mainBanner_slidetxt.fade-in p{
  opacity: 1;
  filter: blur(0);
}
.mainBanner_paginationitem{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.mainBanner_paginationitem p{
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    opacity: 0.5;
    transition: 0.3s;
}
.mainBanner_paginationitem.active p{
    opacity: 1;
}
.mainBanner_paginationbar{
    width: 140px;
    height: 2px;
    border-radius: 50px;
    position: relative;
    background-color: #ffffff50;
}
.mainBanner_paginationbar span{
    position: absolute;
    display: inline-block;
    width: 0%;
    height: 100%;
    background-color: #ffffff;
}
.mainBanner_paginationitem.active .mainBanner_paginationbar span{
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    transition: 4.5s;
}
.mainBanner_slidelink{
    padding: 12px 28px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    font-size: 21px;
    color: #ffffff;
    font-weight: 400;
    margin-top: 170px;
    transition: 0.3s;
}
.mainBanner_slidelink:hover{
    background-color: #4862F5;
    border: 1px solid #4862F5;
}
/* 섹션1 */
.section_1{
    margin-top: 140px;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 2s;
    position: relative;
    overflow: hidden;
}
.section_1kb{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    overflow: hidden;
}
.section_1kb img{
    transform:scale(1.6);
    transition: 7s;
}
.section_1.active .section_1kb img{
    transform: scale(1);
}
.section_1.active{
    visibility: visible;
    opacity: 1;
    
}
.section_1_txtbox{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.section_1_txtbox h2{
    font-size: 36px;
    font-weight: 800;
    color: #232323;
    transition: 2s;
    opacity: 0;
}
.section_1_txtbox h1{
    font-size: 100px;
    line-height: 90px;
    font-weight: 900;
    text-align: center;
    color: #000000;
    letter-spacing: -2px;
    margin-top: 45px;
    margin-bottom: 34px;
    /* -webkit-text-stroke: 1px #4761F5; */
    transition: 1.5s;
    opacity: 0;
}
.section_1.active h2{
    opacity: 1;
}
.section_1.active h1{
    opacity: 1;
}
.section_1.active p{
    opacity: 1;
}
.section_1_txtbox h1.active{
    background: url(../images/index/section_1_txtboximg.jpg)no-repeat center center;
    color: transparent;
    background-size: cover;
    white-space: nowrap;
    display: block;
    -webkit-background-clip: text;
}
.section_1_txtbox p{
    font-size: 25px;
    font-weight: 500;
    color: #232323;
    opacity: 0;
    transition: 2s;
}

/* 섹션2 */
.section_2{
    width: 100%;
    margin: 200px 0 140px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.section_2_imgbk1 {
    position: absolute;
    top: 80%;
    left: -10px;
    z-index: -9;
}
.section_2_imgbk2 {
    position: absolute;
    top: -25%;
    right: 0;
    z-index: -9;
}
.section_2area{
    width: 1500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.section_2area h1{
    font-size: 40px;
    font-weight: 800;
    color: #1D1F2A;
}
.section_2areaimg{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background-color: #ffffff;
}
.section_2areaimgitem{
    width: 17%;
    height: 700px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom:74px;
    transition: 0.3s;
}
.section_2areaimgitem.active{
    width: 66%;
}
.section_2areaimgitem   
.section_2areaimgitem p{
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
}
.section_2areaimgitem h2{
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
}
.section_2areaimgitemtxt{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.section_2areaimgitemtxt p{
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    color: #ffffff;
    font-size: 18px;
}
.section_2areaimgitem1{
    background: url(../images/index/section_2areaimgitem1.png) no-repeat center center;
    background-size: cover;
}

.section_2areaimgitem2{
    background: url(../images/index/section_2areaimgitem2.png) no-repeat center center;
    background-size: cover;
}

.section_2areaimgitem3{
    background: url(../images/index/section_2areaimgitem3.png) no-repeat center center;
    background-size: cover;
}
.section_2areaimgitem.active{
    padding-left: 140px;
    justify-content: flex-start;
}
.section_2areaimgitem.active .section_2areaimgitemtxt{
    align-items: flex-start;
}
.section_2areaimgitem.active .section_2areaimgitemtxt p{
    visibility: visible;
    opacity: 1;
}

/* 슬로건섹션 */
.slogan_section{
    width: 100%;
    height: 700px;
    margin-bottom: 200px;
    background: url(../images/index/slogan_section.png) no-repeat center center;
    background-size:cover ;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slogan_sectiontxtarea{
    width: 50%;
    height: 100%;
    background: #6666664f;
    border-radius: 0 50px 50px 0;
}
.slogan_sectiontxtbox{
    width: 100%;
    height: 100%;
    padding: 90px 0 90px 300px;
    display: flex;
    flex-direction: column;
}
.slogan_sectiontxt{
    width: 100%;
    height: calc(100% / 3);
    display: flex;
    align-items: center;
    gap: 44px;
}
.slogan_sectiontxtbar{
    width: 3px;
    height: 100%;
    background-color: #ffffff50;
    position: relative;
}
.slogan_sectiontxtbar span{
    width: 100%;
    height: 0%;
    background-color: #4761F5;
    position: absolute;
}
.slogan_sectiontxt.active .slogan_sectiontxtbar span{
    height: 100%;
    transition: 4s;
}
.slogan_sectiontxtitem{
    display: flex;
    flex-direction: column;
    gap: 16px;
    cursor: pointer;
}
.slogan_sectiontxtitem h1{
    font-family: 'GoodTimes';
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    opacity: 0.3;
    transition: 0.3s;
}
.slogan_sectiontxtitem p{
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    opacity: 0.3;
    transition: 0.3s;
}
.slogan_sectiontxtitem:hover h1{
    opacity: 1;
}
.slogan_sectiontxtitem:hover p{
    opacity: 1;
}
.slogan_sectiontxt.active .slogan_sectiontxtitem h1{
    opacity: 1;
    letter-spacing: 1.5px;
}
.slogan_sectiontxt.active .slogan_sectiontxtitem p{
    opacity: 1;
    letter-spacing: 1px;
}
.slogan_sectionimgbox{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.slogan_sectionimg{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    opacity: 0;
    transition: 0.3s;
}
.slogan_sectionimg.active{
    opacity: 1;
}
.slogan_sectionimg1{
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slogan_sectionimg1 img{
    position: absolute;

}
.slogan_sectionimg1 img:first-child {
    transform: rotateY(0) translateZ(6px);
}
.slogan_sectionimg1 img:nth-child(2) {
    /* transform: rotateY(45deg) translateZ(6px); */
    transform:rotateX(90deg) translateZ(6px);
    opacity: 1;
}
.slogan_sectionimg1 img:nth-child(3) {
    transform:rotateX(45deg)  translateZ(6px);
    opacity: 1;
}
.slogan_sectionimg1 img:nth-child(4) {
    transform:rotateX(135deg)  translateZ(6px);
    opacity: 1;
}
.slogan_sectionimg1 img:last-child {
    transform: rotateY(90deg) translateZ(10px);
    opacity: 1;
}
.slogan_sectionimg.active .slogan_sectionimg1{
    animation: rotate3D 4s linear;
}

.slogan_sectionimg.active .slogan_sectionimg1 img:first-child {
    transform: rotateY(0) translateZ(6px);
}
.slogan_sectionimg1 img:nth-child(2) {
    transform:rotateX(0deg) translateZ(6px);
    opacity: 0;
    transition: 5s;
}
.slogan_sectionimg.active .slogan_sectionimg1 img:nth-child(3) {
    transform:rotateX(0deg)  translateZ(6px);
    opacity: 0;
    transition: 5s;
}
.slogan_sectionimg.active .slogan_sectionimg1 img:nth-child(4) {
    transform:rotateX(0deg)  translateZ(6px);
    opacity: 0;
    transition: 5s;
}
.slogan_sectionimg.active .slogan_sectionimg1 img:last-child {
    transform: rotateY(0deg) translateZ(10px);
    opacity: 0;
    transition: 5s;
}

@keyframes rotate3D {
    0% {
        transform: rotateX(100deg) rotateY(100deg) rotateZ(180deg);
    }
    100%{
        transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }
}

.slogan_sectionimg2{
    position: relative;
    transform-style: preserve-3d;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slogan_sectionimg2 img{
    position: absolute;
    height: 95%;
}
.slogan_sectionimg2 img:first-child {
    transform: rotateY(0) translateZ(6px);
}
.slogan_sectionimg2 img:nth-child(2) {
    /* transform: rotateY(45deg) translateZ(6px); */
    transform:rotatey(45deg) translateZ(6px);
    opacity: 1;
}
.slogan_sectionimg2 img:nth-child(3) {
    /* transform: rotateY(45deg) translateZ(6px); */
    transform:rotatey(90deg) translateZ(6px);
    opacity: 1;
}
.slogan_sectionimg2 img:last-child {
    transform:rotatey(135deg)  translateZ(6px);
    opacity: 1;
}
.slogan_sectionimg.active .slogan_sectionimg2{
    animation: rotate3D2 5s linear;
}

.slogan_sectionimg.active .slogan_sectionimg2 img:first-child {
    transform: rotateY(0) translateZ(6px);
    transition: 5s;
}
.slogan_sectionimg.active .slogan_sectionimg2 img:nth-child(2) {
    /* transform: rotateY(45deg) translateZ(6px); */
    transform:rotatey(0deg) translateZ(6px);
    opacity: 0;
    transition: 5s;
}
.slogan_sectionimg.active .slogan_sectionimg2 img:nth-child(3) {
    /* transform: rotateY(45deg) translateZ(6px); */
    transform:rotatey(0deg) translateZ(6px);
    opacity: 0;
    transition: 5s;
}
.slogan_sectionimg.active .slogan_sectionimg2 img:last-child {
    transform:rotatey(0deg)  translateZ(6px);
    opacity: 0;
    transition: 5s;
}

@keyframes rotate3D2 {
    0% {
        transform: rotateX(40deg) rotateY(30deg) rotateZ(0deg);
    }
    100%{
        transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }
}

.slogan_sectionimg3{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transform-style: preserve-3d;
    transition: 0.3s;
}
.slogan_sectionimg3 img{
    position: absolute;
}

.slogan_sectionimg3 img:first-child {
    transform:rotatex(0deg) rotateY(0deg) translateZ(6px);
}
.slogan_sectionimg3 img:nth-child(2) {
    transform:rotatex(0deg) rotateY(45deg) translateZ(6px);
    opacity: 1;
}
.slogan_sectionimg3 img:nth-child(3) {
    transform:rotatex(0deg) rotateY(90deg) translateZ(6px);
    opacity: 1;
}
.slogan_sectionimg3 img:nth-child(4) {
    transform:rotatex(0deg) rotateY(135deg) translateZ(6px);
    opacity: 1;
}

.slogan_sectionimg.active .slogan_sectionimg3 img:first-child {
    transform:rotatex(0deg) rotateY(0deg) translateZ(6px);
    transition: 5s;
}
.slogan_sectionimg.active .slogan_sectionimg3 img:nth-child(2) {
    transform:rotatex(0deg) rotateY(0deg) translateZ(6px);
    transition: 5s;
    opacity: 0;
}
.slogan_sectionimg.active .slogan_sectionimg3 img:nth-child(3) {
    transform:rotatex(0deg) rotateY(0deg) translateZ(6px);
    transition: 5s;
    opacity: 0;
}
.slogan_sectionimg.active .slogan_sectionimg3 img:nth-child(4) {
    transform:rotatex(0deg) rotateY(0deg) translateZ(6px);
    transition: 5s;
    opacity: 0;
}


.slogan_sectionimg.active .slogan_sectionimg3{
    animation: rotate3D3 4s linear;
}

@keyframes rotate3D3 {
    0% {
        transform: rotateX(-20deg) rotateY(180deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }
}






.swiper-slide{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_slide{
    width: 95%;
    height: 80%;
    overflow: hidden;
    position: relative;
    border-radius: 50px;
    
}
.mySwiper{
    width: 100vw;
    height: calc(100vh - 85px);
    display: flex;
    align-items: center;
    justify-content: center;
    top: -85px;
    left: -49px;
    position: absolute;
    
}
.swiper_img{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.swiper_img img{
    transition: 4s;
}
.swiper_img1 {
    position: relative;
    transform-style: preserve-3d;
    width: 200px; /* 이미지 컨테이너 너비 */
    height: 200px; /* 이미지 컨테이너 높이 */
}
.swiper_img1 img {
    position: absolute;
}

.swiper_img1 img:first-child {
    transform: rotateY(0) translateZ(6px);
}
.swiper_img1 img:nth-child(2) {
    /* transform: rotateY(45deg) translateZ(6px); */
    transform:rotateX(90deg) translateZ(6px);
    opacity: 1;
}
.swiper_img1 img:nth-child(3) {
    transform:rotateX(45deg)  translateZ(6px);
    opacity: 1;
}
.swiper_img1 img:nth-child(4) {
    transform:rotateX(135deg)  translateZ(6px);
    opacity: 1;
}
.swiper_img1 img:last-child {
    transform: rotateY(90deg) translateZ(10px);
    opacity: 1;
}
.swiper_img1 {
    animation: rotate3D 4s linear;
}

.swiper-slide-active .swiper_img1 img:first-child {
    transform: rotateY(0) translateZ(6px);
}
.swiper_img1 img:nth-child(2) {
    transform:rotateX(0deg) translateZ(6px);
    opacity: 0;
    transition: 5s;
}
.swiper-slide-active .swiper_img1 img:nth-child(3) {
    transform:rotateX(0deg)  translateZ(6px);
    opacity: 0;
    transition: 5s;
}
.swiper-slide-active .swiper_img1 img:nth-child(4) {
    transform:rotateX(0deg)  translateZ(6px);
    opacity: 0;
    transition: 5s;
}
.swiper-slide-active .swiper_img1 img:last-child {
    transform: rotateY(0deg) translateZ(10px);
    opacity: 0;
    transition: 5s;
}

@keyframes rotate3D {
    0% {
        transform: rotateX(100deg) rotateY(100deg) rotateZ(180deg);
    }
    100%{
        transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }
}


.swiper_img2{
    /* animation: bounce12 5s infinite;  */
    position: relative;
    transform-style: preserve-3d;
}
.swiper_img2 img{
    position: absolute;
}
.swiper_img2 img:first-child {
    transform: rotateY(0) translateZ(6px);
}
.swiper_img2 img:nth-child(2) {
    /* transform: rotateY(45deg) translateZ(6px); */
    transform:rotatey(45deg) translateZ(6px);
    opacity: 1;
}
.swiper_img2 img:nth-child(3) {
    /* transform: rotateY(45deg) translateZ(6px); */
    transform:rotatey(90deg) translateZ(6px);
    opacity: 1;
}
.swiper_img2 img:last-child {
    transform:rotatey(135deg)  translateZ(6px);
    opacity: 1;
}
.swiper-slide-active .swiper_img2 {
    animation: rotate3D2 5s linear;
}

.swiper-slide-active .swiper_img2 img:first-child {
    transform: rotateY(0) translateZ(6px);
    transition: 5s;
}
.swiper-slide-active .swiper_img2 img:nth-child(2) {
    /* transform: rotateY(45deg) translateZ(6px); */
    transform:rotatey(0deg) translateZ(6px);
    opacity: 0;
    transition: 5s;
}
.swiper-slide-active .swiper_img2 img:nth-child(3) {
    /* transform: rotateY(45deg) translateZ(6px); */
    transform:rotatey(0deg) translateZ(6px);
    opacity: 0;
    transition: 5s;
}
.swiper-slide-active .swiper_img2 img:last-child {
    transform:rotatey(0deg)  translateZ(6px);
    opacity: 0;
    transition: 5s;
}

@keyframes rotate3D2 {
    0% {
        transform: rotateX(40deg) rotateY(30deg) rotateZ(0deg);
    }
    100%{
        transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }
}


.swiper_img3{
    align-items: flex-end;
    transform: translateX(-6px);
    position: relative;
    transform-style: preserve-3d;
    /* animation: rotate3D 20s infinite linear; */
    width: 700px;
    transition: 0.3s;
}
.swiper_img3 img{
    position: absolute;
}

.swiper_img3 img:first-child {
    transform:rotatex(0deg) rotateY(0deg) translateZ(6px);
}
.swiper_img3 img:nth-child(2) {
    transform:rotatex(0deg) rotateY(45deg) translateZ(6px);
    opacity: 1;
}
.swiper_img3 img:nth-child(3) {
    transform:rotatex(0deg) rotateY(90deg) translateZ(6px);
    opacity: 1;
}
.swiper_img3 img:nth-child(4) {
    transform:rotatex(0deg) rotateY(135deg) translateZ(6px);
    opacity: 1;
}

.swiper-slide-active .swiper_img3 img:first-child {
    transform:rotatex(0deg) rotateY(0deg) translateZ(6px);
    transition: 5s;
}
.swiper-slide-active .swiper_img3 img:nth-child(2) {
    transform:rotatex(0deg) rotateY(0deg) translateZ(6px);
    transition: 5s;
    opacity: 0;
}
.swiper-slide-active .swiper_img3 img:nth-child(3) {
    transform:rotatex(0deg) rotateY(0deg) translateZ(6px);
    transition: 5s;
    opacity: 0;
}
.swiper-slide-active .swiper_img3 img:nth-child(4) {
    transform:rotatex(0deg) rotateY(0deg) translateZ(6px);
    transition: 5s;
    opacity: 0;
}


.swiper-slide-active .swiper_img3{
    animation: rotate3D3 4s linear;
}

@keyframes rotate3D3 {
    0% {
        transform: rotateX(-20deg) rotateY(180deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }
}

.swiper_slide3{
    justify-content: flex-start !important;
}
.swiper_slide1{
    
    gap: 260px;
}
.swiper_slide2{
    
    gap: 390px;
}
.swiper_slide3{
    
    gap: 100px;
}
.swiper_txtbox h2{
    font-family: 'GoodTimes';
    font-size: 45px;
    font-weight: 100;
    color: #000000;
    line-height: 48px;
}
.swiper_txtbox p{
    color: #1D1F2A;
    font-size: 18px;
    font-weight: 500;
    margin-top: 35px;
}
.banner_pagination{
    position: absolute !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: fit-content !important;
    justify-content: flex-end !important;
    top: 84% !important;
    bottom: unset !important;
    left: 50% !important;
    transform: translatex(-50px);
}
.banner_pagination span{
    width: 12px !important;
    height: 12px !important;
    background-color: rgba(72, 98, 245, 0.2) !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    transition: 0.3s !important;
}
.swiper-pagination-bullet{
    color: #000000 !important;
    background-color: #ffffff !important;
    opacity: 1 !important;
    transition: 0.3s;
}
.swiper-pagination-bullet:hover{
    color: #ffffff !important;
    background-color: #4862f575 !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    color: #ffffff !important;
    background-color: #4862F5 !important;
    font-weight: 500 !important;
}

/* 섹션3 */
.section_3{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}
.section_3area{
    width: 1500px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}
.section_3txtbox{
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.section_3txtbox h1{
    font-size: 32px;
    font-weight: 800;
    color: #1D1F2A;
    line-height: 35px;
}
.section_3txtbox h1 i{
    font-size: 32px;
    color: #4862F5;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
}
.section_3viewmore{
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.section_3viewmore img{
    transform: translateX(-10px);
    transition: 0.3s;
}
.section_3viewmore:hover img{
    transform: translateX(0);
}
.section3_notification{
    width: 1000px;
    border-top: 1px solid #000000;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    z-index: 9;
}
.section3_notification_img{
    position: absolute;
    bottom: 95%;
    right: 62px;
}
.section3_notification_item{
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 50px;
    transition: 0.3s;
}
.section3_notification_item:hover{
    background-color: #f9f9f9;
}
.section3_notification_day{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.section3_notification_day h2{
    font-size: 36px;
    color: transparent; /* 텍스트 색상을 투명하게 설정 */
    -webkit-text-stroke: 1px #333333; /* 웹킷 브라우저를 위한 텍스트 테두리 설정 */
    text-stroke: 1px #333333; /* 텍스트 테두리 설정 */
    font-weight: 700;
}
.section3_notification_day p{
    font-size: 12px;
    color: #333333;
}
.section3_notification_detail h1{
    font-size: 18px;
    color: #000000;
    margin-bottom: 2px;
    font-weight: 700;
}
.section3_notification_detail p {
    font-size: 13px;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 최대 표시할 줄 수 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; /* 텍스트가 너무 길 경우 "..."으로 처리 */
}
.slogan_sectionimg_mbut-r,
.slogan_sectionimg_mbut-l{
    display: none;
}