
@font-face {
    font-family: 'uni_Smart_Regular';
    src: url('../font/uni_Smart_Regular/uni_Smart_Regular.eot');
    src: url('../font/uni_Smart_Regular/uni_Smart_Regular.eot') format('embedded-opentype'),
         url('../font/uni_Smart_Regular/uni_Smart_Regular.woff2') format('woff2'),
         url('../font/uni_Smart_Regular/uni_Smart_Regular.woff') format('woff'),
         url('../font/uni_Smart_Regular/uni_Smart_Regular.ttf') format('truetype'),
         url('../font/uni_Smart_Regular/uni_Smart_Regular.svg#uni_Smart_Regular') format('svg');
}
body{
    font-family: "Montserrat",sans-serif;
    
}
.go-top{
    font-size: 16px;
}
.blind{
    display: block;
    overflow: hidden;
    position: absolute;
    top: -1000em;
    left: 0;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}
.inner{
    padding: 0 25px;
}
#wrapper{
    width: 100%;
    background:url("../images/bg_image3.jpg") no-repeat top/cover;
}
.ise_2024{
    margin:0 auto;
    max-width: 1500px;
    width: 100%;
}

.ise_2024 .visual_wrap{
    position: relative;
    padding: 300px 0 100px;
    box-sizing: border-box;
}
.ise_2024 .visual_wrap .inner{
    position: relative;
}
.ise_2024 .visual_wrap .tit_box{
    position: relative;
    
}

.ise_2024 .visual_wrap .tit_box .tit{
    width: 495px;
    height: 164px;
    background:url("../images/img_main_tit.png") no-repeat center/cover;
}
.ise_2024 .visual_wrap .tit_box .ptit{font-size: 68px;color: #fff;font-weight: 700;}
.ise_2024 .visual_wrap .tit_box .partner_txt{
    padding:40px 0 45px;
    font-weight: 400;
    font-size: 40px;
    /* color:#716f6a; */
    color: #fff;
}
.ise-img-box{
    position: relative;
}
.ise-img-box::before{
    content: "";display: block;
}
.ise-img-box img{
    position: absolute;
    left: 0;top: 0;
    width: 100%;
    object-fit: cover;
}
.ise_2024 .visual_wrap .tit_box .partner_logo{
    /* width: 400px;
    height: 60px; */
    margin-top: 40px;
    width: 310px;
    /* height: 34px; */
    /* background:url("../images/logo_partner2.png") no-repeat center/cover; */
}
.ise_2024 .visual_wrap .tit_box .partner_logo::before{
    padding-top: 15%;
}
.ise_2024 .visual_wrap .visual_box{
    position: absolute;
    right: 0;
    top: -130px;
    width: 836px;
    height: 739px;
    background: url("../images/img_mainvisual3.png") no-repeat center/cover;
}
@keyframes ca3_fade_move_down {
    0%   { transform:translate(0,-20px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { transform:translate(0,20px); opacity: 0; }
}
.ise_2024 .visual_wrap .icon_scroll,
.ise_2024 .visual_wrap .icon_scroll2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}
.ise_2024 .visual_wrap .icon_scroll2 .icon-bottom{
    font-size: 30px;color: #fff;
    animation:  ca3_fade_move_down 2s ease-in-out infinite;
}
.ise_2024 .visual_wrap .icon_scroll p,
.ise_2024 .visual_wrap .icon_scroll2 p {
    margin-top: 22px;
    /* font-family: "LG Headline Smart"; */
    letter-spacing: 4px;
    font-weight: 200;
    font-size: 14px;
    color: #fff;
    -webkit-animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
            animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
}
.ise_2024 .visual_wrap .icon_scroll .mouse {
    background: #fff linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
    position: relative;
    width: 47px;
    height: 83px;
    border-radius: 100px;
    background-size: 100% 200%;
    -webkit-animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
            animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
}
.ise_2024 .visual_wrap .icon_scroll .mouse:before,
.ise_2024 .visual_wrap .icon_scroll .mouse:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.ise_2024 .visual_wrap .icon_scroll .mouse:before {
    width: 41px;
    height: 77px;
    background-color: #0049c7;
    border-radius: 100px;
}
.ise_2024 .visual_wrap .icon_scroll .mouse:after {
    background-color: #ffffff;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-animation: trackBallSlide 5s linear infinite;
            animation: trackBallSlide 5s linear infinite;
}
.ise_2024 .visual_wrap .txt_box{
    margin-top: 70px;
}
.ise_2024 .visual_wrap .txt_box .sub_txt{
    line-height: 1.4;
    font-size: 25px;
    font-weight: 400;
    /* color: #716f6a; */
    color: #fff;
}
.ise_2024 .visual_wrap .txt_box .sub_txt strong{
    font-size: inherit;
    font-weight: 700;
    color: rgba(241,200,127,1);
    /* color:#0049c7; */
}
.ise_2024 .visual_wrap .txt_box .btn_register{
    margin-top: 40px;
    display: inline-block;
    width: 348px;
    height: 66px;
    text-align: center;
    line-height: 66px;
    letter-spacing: 0.3px;
    /* font-family: "LG Headline Smart"; */
    font-weight: 700;
    font-size: 28px;
    color:#ede9e1;
    background:#0049c7;
    border-radius: 33px;
} 
@keyframes colorSlide {
    0% {
        background-position: 0% 100%;
    }
    20% {
        background-position: 0% 0%;
    }
    21% {
        background-color: #0049c7;
    }
    29.99% {
        background-color: #ffffff;
        background-position: 0% 0%;
    }
    30% {
        background-color:#0049c7;
        background-position: 0% 100%;
    }
    50% {
        background-position: 0% 0%;
    }
    51% {
        background-color: #0049c7;
    }
    59% {
        background-color: #ffffff;
        background-position: 0% 0%;
    }
    60% {
        background-color: #0049c7;
        background-position: 0% 100%;
    }
    80% {
        background-position: 0% 0%;
    }
    81% {
        background-color: #0049c7;
    }
    90%, 100% {
        background-color: #ffffff;
    }
}
@keyframes trackBallSlide {
    0% {
        opacity: 1;
        transform: scale(1) translateY(-10px);
    }
    6% {
        opacity: 1;
        transform: scale(0.9) translateY(15px);
    }
    14% {
        opacity: 0;
        transform: scale(0.4) translateY(40px);
    }
    15%, 19% {
        opacity: 0;
        transform: scale(0.4) translateY(-10px);
    }
    28%, 29.99% {
        opacity: 1;
        transform: scale(1) translateY(-10px);
    }
    30% {
        opacity: 1;
        transform: scale(1) translateY(-10px);
    }
    36% {
        opacity: 1;
        transform: scale(0.9) translateY(15px);
    }
    44% {
        opacity: 0;
        transform: scale(0.4) translateY(40px);
    }
    45%, 49% {
        opacity: 0;
        transform: scale(0.4) translateY(-10px);
    }
    58%, 59.99% {
        opacity: 1;
        transform: scale(1) translateY(-10px);
    }
    60% {
        opacity: 1;
        transform: scale(1) translateY(-10px);
    }
    66% {
        opacity: 1;
        transform: scale(0.9) translateY(15px);
    }
    74% {
        opacity: 0;
        transform: scale(0.4) translateY(40px);
    }
    75%, 79% {
        opacity: 0;
        transform: scale(0.4) translateY(-10px);
    }
    88%, 100% {
        opacity: 1;
        transform: scale(1) translateY(-10px);
    }
}
@keyframes nudgeMouse {
    0% {
        transform: translateY(0);
    }
    20% {
        transform: translateY(8px);
    }
    30% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(8px);
    }
    60% {
        transform: translateY(0);
    }
    80% {
        transform: translateY(8px);
    }
    90% {
        transform: translateY(0);
    }
}
@keyframes nudgeText {
    0% {
        transform: translateY(0);
    }
    20% {
        transform: translateY(2px);
    }
    30% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(2px);
    }
    60% {
        transform: translateY(0);
    }
    80% {
        transform: translateY(2px);
    }
    90% {
        transform: translateY(0);
    }
}
@keyframes colorText {
    21% {
        color: #0049c7;
    }
    30% {
        color: #ffffff;
    }
    51% {
        color: #0049c7;
    }
    60% {
        color: #ffffff;
    }
    81% {
        color: #0049c7;
    }
    90% {
        color: #ffffff;
    }
}


/* 카운트다운 영역 */

.ise_2024 .countdown_wrap{
    padding: 30px 0 140px;
    text-align: center;
}
.ise_2024 .countdown_wrap .tit_box{
    text-align: center;
}
.ise_2024 .countdown_wrap .tit_box .tit{
    line-height: 1.2;
    font-weight: 700;
    font-size: 70px;
    /* color:#333; */
    color: #fff;
}
.ise_2024 .countdown_wrap .tit_box .txt{
    padding-top: 20px;
    line-height: 1.3;
    font-weight: 400;
    font-size: 35px;
    /* color:#716f6a; */
    color: #fff;
}
.ise_2024 .countdown_wrap .tit_img{
    max-width: 1000px;
    margin-left: auto;margin-right: auto;
    margin-bottom: 85px;
}
.ise_2024 .countdown_wrap .tit_img::before{
    padding-top: 52.4%;
}
#timer{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 85px 0 30px;
}
#timer > div{
    display: flex;
    flex-direction: column;
    margin: 0 15px;
    width: 176px;
    border-radius: 30px;
    background:url("../images/bg_countdown_box.png") no-repeat center/cover;
}
#timer > div strong{
    padding:21px 0 20px;
    letter-spacing: -2px;
    font-weight: 400;
    font-size: 90px;
    color:#0b0b0b;
    /* color: #0049c7; */
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}
#timer > div span{
    padding:12px 0 13px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    /* color:#716f6a; */
    color: #0049c7;
    background: #fff;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.ise_2024 .countdown_wrap .countdown_box .info{
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    /* color:#716f6a; */
    color: rgba(255,255,255,0.7);
}
.ise_2024 .countdown_wrap .ticket_box{
    margin: 90px auto 0;
    /* width: 100%; */
    max-width: 1000px;
    /* height: 400px; */
    /* background:url("../images/img_ticket3.png") no-repeat center/cover; */
}
.ise_2024 .countdown_wrap .ticket_box::before{
    padding-top: 40%;
}
.ise_2024 .countdown_wrap .ticket_box .m-img{
    display: none;
}
.ise_2024 .countdown_wrap .ticket_code{
    font-size: 40px;margin-top: 20px;
    /* color: rgb(13,66,134); */
    color: #fff;font-weight: 700;
}

.ise_2024 .countdown_wrap .ticket_code span{
    font-size: 1.2em;
    color: rgb(255,101,101);
}

.ise_2024 .countdown_wrap .btn_register{
    margin: 50px auto 0;
    display: inline-block;
    width: 348px;
    height: 66px;
    text-align: center;
    line-height: 66px;
    letter-spacing: 0.3px;
    font-weight: 700;
    font-size: 28px;
    color:#ede9e1;
    background:#0049c7;
    border-radius: 33px;
}


.ise_2024 .gallery_wrap{
    padding-bottom: 160px;
    text-align: center;
}
.ise_2024 .gallery_wrap .tit_box{
    text-align: center;
}
.ise_2024 .gallery_wrap .tit_box .tit{
    line-height: 1.2;
    font-weight: 700;
    font-size: 70px;
    color: #fff;
}

.ise_2024 .gallery_wrap .tit_box .txt{
    padding: 15px 0 40px;
    line-height: 1.3;
    font-weight: 400;
    font-size: 35px;
    /* color:#716f6a; */
    color: #fff;
}
.ise_2024 .gallery_wrap .gallery_box{
    position: relative;
    width: 100%;
    /* margin-bottom: 120px; */
}
.ise_2024 .gallery_wrap .gallery_box .btn_prev{
    left: 85px;
    /* color:#716f6a; */
    color: #fff;
}
.ise_2024 .gallery_wrap .gallery_box .btn_next{
    right:85px;
    /* color:#716f6a; */
    color: #fff;
}
.ise_2024 .gallery_wrap .gallery_box .gallery_slide{
    margin:0 auto;
    max-width: 1150px;
    width: 100%;
    box-shadow: 6px 6px 8px rgba(0,0,0,0.3);
}
.ise_2024 .gallery_wrap .gallery_box .gallery_slide .iframe_outer{
    position: relative;
    padding-bottom:56.25%;
    cursor: pointer;
}
.ise_2024 .gallery_wrap .gallery_box .gallery_slide .btn_player{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    z-index:-1;
} 
.ise_2024 .gallery_wrap .gallery_box .gallery_slide .btn_player.on{
    display:block;
    background: url("../images/gallery_img_video.jpg") no-repeat center/cover;
    z-index:2;
} 
.ise_2024 .gallery_wrap .gallery_box .gallery_slide .iframe_outer iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
} 
.ise_2024 .gallery_wrap .gallery_box .gallery_slide .slide_img{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    vertical-align: top;
}
.ise_2024 .gallery_wrap .gallery_box .gallery_slide .swiper-slide{
    position: relative;
    max-width: 100%;
}
.ise_2024 .gallery_wrap .gallery_box .gallery_slide .slide_video{
    position: absolute;
    left: 0;top: 0;
    width: 100%;height: 100%;
    z-index: 100;
}
.ise_2024 .gallery_wrap .gallery_box .gallery_slide .slide_video video{
    width: 100%;height: 100%;
    object-fit: cover;
}
.ise_2024 .gallery_wrap .gallery_box .swiper-pagination-bullets.bullet_box{
    bottom: -50px;
}
.ise_2024 .gallery_wrap .gallery_box .swiper-pagination .swiper-pagination-bullet{
    margin:0 10px;
    width: 13px;height:13px;
    /* background:#b3b0aa; */
    background-color: #fff;
    opacity:1;
}
.ise_2024 .gallery_wrap .gallery_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    /* background:#ff92aa; */
    background-color: #0049c7;
}
.ise_2024 .gallery_wrap .btn_go_ise{
    display: inline-block;
    margin-bottom: 90px;
    padding-left: 40px;
    width: 348px;
    height: 65px;
    line-height: 65px;
    font-weight: 400;
    font-size: 28px;
    color:#ede9e1;
    background:url("../images/btn_go_ise.png") no-repeat center/cover;
    box-sizing: border-box;
}
.ise_2024 .gallery_wrap .btn-go-ise{
    margin-bottom: 90px;
    width: 180px;
}
.ise_2024 .gallery_wrap .btn-go-ise strong{
    font-weight: 700;
}
.ise_2024 .gallery_wrap .btn_go_ise strong{
    /* font-family: inherit; */
    font-weight: 700;
    font-size: inherit;
}

.fzx-calc::before{
    content: "";
}

@media (max-width: 1560px){
    body .btn-calc>i::before{
        content: "";
    }
}


@media screen and (max-width: 1440px) {


    .ise_2024 .visual_wrap .visual_box {
        right: 25px;
        top: -135px;
        width: 700px;
        height: 616px;
    } 
    .ise_2024 .gallery_wrap .gallery_box .btn_next {
        right: -1vw;
    }
    .ise_2024 .gallery_wrap .gallery_box .btn_prev {
        left: -1vw;
    }


}

@media screen and (max-width: 1280px) {


    .ise_2024 .visual_wrap .tit_box .tit {
        width: 422px;
        height: 140px;
    }
    .ise_2024 .visual_wrap .tit_box .ptit{
        font-size: 56px;
    }
    .ise_2024 .visual_wrap .visual_box {
        right: 25px;
        top: -120px;
        width: 660px;
        height: 583px;
    }
    .ise_2024 .countdown_wrap .tit_box .tit{
        margin: 0 auto;
        width: 76vw;
    }
    .ise_2024 .gallery_wrap .gallery_box .gallery_slide{
        max-width: 88vw;
    }
    .ise_2024 .gallery_wrap .gallery_box .btn_next {
        right: -1vw;
    }
    .ise_2024 .gallery_wrap .gallery_box .btn_prev {
        left: -1vw;
    }
    .ise_2024 .gallery_wrap .gallery_box .btn_prev.swiper-button-prev:after,
    .ise_2024 .gallery_wrap .gallery_box .btn_next.swiper-button-next:after{
        font-size: 4vw !important;
    }


}



@media screen and (max-width: 1080px) {


    .ise_2024{
        max-width: 100%;
    }
    #wrapper {
        padding-bottom: 22vw;
        /* background: url("../images/bg_img.png") no-repeat center/cover; */
    }
    .inner {
        padding: 0 40px;
    }
    .ise_2024 .visual_wrap {
        padding: 22vw 0 0;
        height: 164vw;
    }
    .ise_2024 .visual_wrap .tit_box .tit{
        width: 68vw;
        height: 22.6vw;
        background:url("../images/img_main_tit.png") no-repeat center/cover;
    }
    .ise_2024 .visual_wrap .tit_box .ptit{
        font-size: 9vw;
    }
    .ise_2024 .visual_wrap .tit_box .partner_txt{
        padding: 4vw 0 5vw;
        font-size: 5.3vw;
    }
    .ise_2024 .visual_wrap .tit_box .partner_logo{
        /* width: 54vw;
        height: 6.1vw; */
        width: 38vw;
        /* height: 5.4vw; */
    }
    .ise_2024 .visual_wrap .visual_box{
        position: relative;
        right: -4vw;
        top: initial;
        width: 80vw;
        height: 70vw;
    }
    .ise_2024 .visual_wrap .txt_box{
        margin-top: 20vw;
        width: 100%;
        text-align: center;
    }
    .ise_2024 .visual_wrap .txt_box .sub_txt{
        font-size: 4.2vw;
    }
    .ise_2024 .visual_wrap .txt_box .sub_txt strong{
        font-weight: 400;
    }
    .ise_2024 .visual_wrap .txt_box .btn_register{
        margin-top: 4vw;
        width: 76vw;
        height: 13vw;
        line-height: 13vw;
        font-size: 5.4vw;
        border-radius: 7vw;
    }
    .ise_2024 .visual_wrap .icon_scroll,
    .ise_2024 .visual_wrap .icon_scroll2{
        margin-top: -50vw;
    }
    .ise_2024 .visual_wrap .icon_scroll p,
    .ise_2024 .visual_wrap .icon_scroll2 p {
        margin-top: 2.5vw;
        margin-left: 1.5vw;
        font-size: 2vw;
    }
    .ise_2024 .visual_wrap .icon_scroll2 .icon-bottom{
        font-size: 24px;
    }
    .ise_2024 .visual_wrap .icon_scroll .mouse {
        width: 29px;
        height: 49px;
    }
    .ise_2024 .visual_wrap .icon_scroll .mouse:before {
        width: 25px;
        height: 45px;
    }
    .ise_2024 .visual_wrap .icon_scroll .mouse:after {
        width: 6px;
        height: 6px;
    }
    .ise_2024 .countdown_wrap{
        padding:40vw 0 5vw;
    }
    .ise_2024 .countdown_wrap .inner{
        padding: 0 20px;
    }
    .ise_2024 .countdown_wrap .tit_box .tit{
        line-height: 1.2;
        font-size: 8.5vw;
    }
    .ise_2024 .countdown_wrap .tit_box .txt br{
        display: none;
    }
    .ise_2024 .countdown_wrap .tit_box .txt{
        margin: 0 auto;
        padding-top: 5vw;
        width: calc(100% - 80px);
        font-size: 4.5vw;
    }
    #timer{
        padding: 10vw 0 5vw;
        justify-content: space-evenly;
    }
    #timer > div{
        margin: 0 0.313rem;
        width: calc(100% /4);
        background:url("../images/bg_countdown_box.png") no-repeat center/cover;
        border-radius: 1rem;
    }
    #timer > div.days{
        margin-left: 5rem;
    }
    #timer > div.seconds{
        margin-right: 5rem;
    }
    #timer > div strong{
        padding: 0.7rem 0 0.5rem;
        letter-spacing: 0;
        font-size: 2.5rem;
        border-top-right-radius: 1rem;
        border-top-left-radius: 1rem;
    }
    #timer > div span{
        padding: 0.4rem 0;
        font-size: 0.75rem;
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
    .ise_2024 .countdown_wrap .countdown_box .info{
        font-size: 3.2vw;
    }
    .ise_2024 .countdown_wrap .ticket_box{
        margin: 10vw auto 0;
        max-width: 750px;
        width: 66vw;
        /* width: 66vw;
        height: 114vw;
        background:url("../images/img_ticket2.png") no-repeat center/cover; */
    }
    .ise_2024 .countdown_wrap .ticket_box .p-img{
        display: none;
    }
    .ise_2024 .countdown_wrap .ticket_box .m-img{
        display: block;
    }
    .ise_2024 .countdown_wrap .ticket_box::before{
        padding-top: 249.33%;
    }
    .ise_2024 .countdown_wrap .btn_register{
        margin-top: 7.5vw;
        width: 76vw;
        height: 13vw;
        line-height: 13vw;
        font-size: 5.4vw;
        border-radius: 7vw;
    }
    .ise_2024 .gallery_wrap{
        padding-bottom: 0;
    }
    .ise_2024 .gallery_wrap .inner{
        padding:0 20px;
    }
    .ise_2024 .gallery_wrap .tit_box .tit{
        margin: 14vw auto 0;
        width: calc(100% - 28vw);
        line-height: 1.2;
        font-size: 8.5vw;
    }
    .ise_2024 .countdown_wrap .ticket_code{
        font-size: 5vw;
        margin-top: 0;
    }
   
    .ise_2024 .gallery_wrap .tit_box .txt {
        padding: 5vw 7vw 6vw;
        font-size: 4vw;
    }
    .ise_2024 .gallery_wrap .tit_box .txt br{
        display: none;
    }
    .ise_2024 .gallery_wrap .gallery_box .swiper-pagination-bullets.bullet_box {
        bottom: -8vw;
    }
    .ise_2024 .gallery_wrap .gallery_box .gallery_slide {
        max-width: 82vw;
    }
    .ise_2024 .gallery_wrap .btn_go_ise{
        margin-bottom: 15vw;
        width: 76vw;
        height: 13vw;
        line-height: 13vw;
        font-size: 5.4vw;
        border-radius: 7vw;
    }

    .ise_2024 .countdown_wrap .tit_img{
        width: 90%;
        margin-bottom: 10vw;
    }
}

@media screen and (max-width: 767px) {
    
    #timer > div.days{
        margin-left: 2rem;
    }
    #timer > div.seconds{
        margin-right: 2rem;
    }
    .ise_2024 .countdown_wrap .tit_box .tit{
        width: 82vw;
    }
    .ise_2024 .gallery_wrap .gallery_box .btn_next {
        right: -2vw;
    }
    .ise_2024 .gallery_wrap .gallery_box .btn_prev {
        left: -2vw;
    }
    .ise_2024 .visual_wrap .icon_scroll,
    .ise_2024 .visual_wrap .icon_scroll2{
        margin-top: -52vw;
    }
    .ise_2024 .gallery_wrap .tit_box .tit {
        margin: 11vw auto 0;
        width: calc(100% - 35vw);
    }

}
@media screen and (max-width: 480px) {


    #timer > div.days{
        margin-left: 0.5rem;
    }
    #timer > div.seconds{
        margin-right: 0.5rem;
    }
    .ise_2024 .visual_wrap .icon_scroll,
    .ise_2024 .visual_wrap .icon_scroll2{
        margin-top: -62vw;
    }
    .ise_2024 .gallery_wrap .gallery_box .gallery_slide{
        box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
    }
    .ise_2024 .gallery_wrap .gallery_box .btn_prev.swiper-button-prev:after,
    .ise_2024 .gallery_wrap .gallery_box .btn_next.swiper-button-next:after{
        font-size: 5vw !important;
    }
    .ise_2024 .gallery_wrap .gallery_box .swiper-pagination-bullets.bullet_box {
        bottom: -8vw;
    }
    .ise_2024 .gallery_wrap .gallery_box .swiper-pagination .swiper-pagination-bullet{
        margin: 0 1.2vw;
        width: 2vw;
        height: 2vw;
    }
    .ise_2024 .gallery_wrap .btn_go_ise {
        margin-bottom: 13vw;
        padding-left: 7vw;
    }
    .ise_2024 .gallery_wrap .gallery_box .btn_next {
        right: -4vw;
    }
    .ise_2024 .gallery_wrap .gallery_box .btn_prev {
        left: -4vw;
    }


}
@media screen and (max-width: 360px) {

    .ise_2024 .gallery_wrap .gallery_box .btn_next {
        right: -5vw;
    }
    .ise_2024 .gallery_wrap .gallery_box .btn_prev {
        left: -5vw;
    }

}

