@charset "UTF-8";

@supports (-webkit-touch-callout: none) {
    html {
        height: -webkit-fill-available;
    }
}

html {
    scroll-behavior: smooth;

}
video {
    outline: none;
    border: 0;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

/* 공통 요소 S */

.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%;
    /* padding-bottom: 160px; */
    /* height: 3150px; */
    background:url("../imgs/landing/pc/bg_img.png") no-repeat center/cover;
}
.ise_2024{
    overflow: hidden;
}
.ise_wrap {
    margin:0 auto;
    max-width: 1500px;
    width: 100%;
}

/* 메인비주얼 영역 */
.ise_2024 .visual_wrap{
    position: relative;
    padding: 265px 0 100px;
    box-sizing: border-box;
}
.ise_2024 .visual_wrap .inner{
    position: relative;
    padding: 0 55px;
}
.ise_2024 .visual_wrap .tit_box{
    position: relative;
    z-index: 2;
}
.ise_2024 .visual_wrap .tit_box .tit{
    width: 495px;
    height: 164px;
    background:url("../imgs/landing/pc/img_main_tit.png") no-repeat center/cover;
}
.ise_2024 .visual_wrap .tit_box .partner_txt{
    padding:40px 0 45px;
    font-weight: 400;
    font-size: 40px;
    color:#716f6a;
}
.ise_2024 .visual_wrap .tit_box .partner_logo{
    width: 403px;
    height: 46px;
    background:url("../imgs/landing/pc/logo_partner.png") no-repeat center/cover;
}
.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;
}
.ise_2024 .visual_wrap .txt_box .sub_txt strong{
    font-size: inherit;
    font-weight: 700;
    color:#f83536;
}
.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-weight: 700;
    font-size: 28px;
    color:#ede9e1;
    background:#f83536;
    border-radius: 33px;
}
.ise_2024 .visual_wrap .txt_box .btn_register.gradient {
    background: linear-gradient(90deg, rgb(130, 96, 210), rgb(250, 50, 48));
}
.ise_2024 .visual_wrap .visual_box{
    position: absolute;
    right: -50px;
    top: -215px;
    width: 940px;
    height: 940px;
    /*background:url("../imgs/landing/pc/img_mainvisual.png") no-repeat center/cover;*/
}
.ise_2024 .visual_wrap .visual_box img {
    width: 100%;
    height: 100%;
}
.ise_2024 .visual_wrap .icon_scroll {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}
.ise_2024 .visual_wrap .icon_scroll p {
    margin-top: 22px;
    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: #e65955;
    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;
}


@keyframes colorSlide {
    0% {
        background-position: 0% 100%;
    }
    20% {
        background-position: 0% 0%;
    }
    21% {
        background-color: #e65955;
    }
    29.99% {
        background-color: #ffffff;
        background-position: 0% 0%;
    }
    30% {
        background-color:#e65955;
        background-position: 0% 100%;
    }
    50% {
        background-position: 0% 0%;
    }
    51% {
        background-color: #e65955;
    }
    59% {
        background-color: #ffffff;
        background-position: 0% 0%;
    }
    60% {
        background-color: #e65955;
        background-position: 0% 100%;
    }
    80% {
        background-position: 0% 0%;
    }
    81% {
        background-color: #e65955;
    }
    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: #e65955;
    }
    30% {
        color: #ffffff;
    }
    51% {
        color: #e65955;
    }
    60% {
        color: #ffffff;
    }
    81% {
        color: #e65955;
    }
    90% {
        color: #ffffff;
    }
}

/* booth_wrap S */
.ise_2024 .booth_wrap{
    padding: 30px 0 120px;
    text-align: center;
}
.ise_2024 .booth_wrap .tit_box{
    text-align: center;
}
.ise_2024 .booth_wrap .tit_box .tit{
    line-height: 1.2;
    font-weight: 700;
    font-size: 58px;
    color:#333;
}
.ise_2024 .booth_wrap .tit_box .txt{
    padding-top: 20px;
    line-height: 1.3;
    font-weight: 400;
    font-size: 35px;
    color:#716f6a;
}
.ise_2024 .booth_wrap .tit_box .icon-box {
    display: flex;
    justify-content: center;
    margin: 45px 0 60px 40px;
    text-align: center;
    font-size: 0;
    opacity: 0.7;
}
.ise_2024 .booth_wrap .tit_box .icon-box div {
    margin: 0 20px;
}
.ise_2024 .booth_wrap .tit_box .icon-box p {
    margin-top: 20px;
    font-size: 27px;
    font-weight: bold;
    color: #333;
}
.ise_2024 .booth_wrap #booth_container {
    width: 1200px;
    height: 750px;
    margin: 0 auto;
    background: url(../imgs/landing/pc/booth_bg.png) center no-repeat;
    position: relative;
}
.ise_2024 .booth_wrap #booth_container .booth_view::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 1200px;
    height: 750px;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.ise_2024 .booth_wrap .booth_view {
    position: absolute;
}
.ise_2024 .booth_wrap .booth_view .booth_pointer {
    position: absolute;
    width: 46px;
    height: 46px;
    background: url(../imgs/landing/pc/areapoint.png) center/contain no-repeat;
    text-indent: -9999px;
    cursor: pointer;
    overflow: hidden;
    z-index: 10;
}
.ise_2024 .booth_wrap .booth_view .booth_pointer br {
    display: none;
}
.ise_2024 .booth_wrap .booth_pointer[data-booth=booth_art] {
    top: 623px;
    left: 576px;
}
.ise_2024 .booth_wrap .booth_pointer[data-booth=booth_life] {
    top: 522px;
    left: 571px;
}
.ise_2024 .booth_wrap .booth_pointer[data-booth=booth_label] {
    top: 495px;
    left: 724px;
}
.ise_2024 .booth_wrap .booth_pointer[data-booth=booth_cafe] {
    top: 420px;
    left: 799px;
}
.ise_2024 .booth_wrap .booth_pointer[data-booth=booth_hospital] {
    top: 327px;
    left: 896px;
}
.ise_2024 .booth_wrap .booth_pointer[data-booth=booth_suite] {
    top: 202px;
    left: 850px;
}
.ise_2024 .booth_wrap .booth_pointer[data-booth=booth_lecture] {
    top: 322px;
    left: 611px;
}
.ise_2024 .booth_wrap .booth_pointer[data-booth=booth_education] {
    top: 255px;
    left: 688px;
}
.ise_2024 .booth_wrap .booth_pointer[data-booth=booth_control] {
    top: 169px;
    left: 554px;
}
.ise_2024 .booth_wrap .booth_pointer[data-booth=booth_meeting] {
    top: 238px;
    left: 419px;
}
.ise_2024 .booth_wrap .booth_pointer[data-booth=booth_corporate] {
    top: 336px;
    left: 277px;
}
.ise_2024 .booth_wrap .booth_pointer[data-booth=booth_sports] {
    top: 385px;
    left: 521px;
}
.ise_2024 .booth_wrap .booth_pointer[data-booth=booth_golf] {
    top: 457px;
    left: 373px;
}
.ise_2024 .booth_wrap .booth_pointer[data-booth=booth_transportation] {
    top: 507px;
    left: 427px;
}
.ise_2024 .booth_wrap .booth_pointer[data-booth=booth_business] {
    top: 68px;
    left: 634px;
}
.ise_2024 .booth_wrap .booth_view .booth_desc {
    position: absolute;
    width: 380px;
    padding: 17px 0px 17px;
    border-radius: 30px;
    background: linear-gradient(90deg, rgb(130, 96, 210), rgb(250, 50, 48));
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.ise_2024 .booth_wrap .booth_view .booth_desc .booth_desc_title {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
}
.ise_2024 .booth_wrap .booth_view .booth_desc.top-left {
    border-top-left-radius: 0;
}
.ise_2024 .booth_wrap .booth_view .booth_desc.bottom-left {
    border-bottom-left-radius: 0;
}
.ise_2024 .booth_wrap .booth_view .booth_desc.bottom-right {
    border-bottom-right-radius: 0;
}
.ise_2024 .booth_wrap .booth_view .booth_desc.top-right {
    border-top-right-radius: 0;
}
.ise_2024 .booth_wrap .booth_view.booth_art .booth_desc {
    top: 700px;
    left: 141px;
}
.ise_2024 .booth_wrap .booth_view.booth_life .booth_desc {
    top: 595px;
    left: 667px;
}
.ise_2024 .booth_wrap .booth_view.booth_label .booth_desc {
    top: 577px;
    left: 829px;
}
.ise_2024 .booth_wrap .booth_view.booth_cafe .booth_desc {
    top: 499px;
    left: 912px;
}
.ise_2024 .booth_wrap .booth_view.booth_hospital .booth_desc {
    top: 420px;
    left: 1002px;
}
.ise_2024 .booth_wrap .booth_view.booth_suite .booth_desc {
    top: 115px;
    left: 967px;
}
.ise_2024 .booth_wrap .booth_view.booth_lecture .booth_desc {
    top: 264px;
    left: 747px;
}
.ise_2024 .booth_wrap .booth_view.booth_education .booth_desc {
    top: 139px;
    left: 729px;
}
.ise_2024 .booth_wrap .booth_view.booth_control .booth_desc {
    top: 84px;
    left: 129px;
}
.ise_2024 .booth_wrap .booth_view.booth_meeting .booth_desc {
    top: 147px;
    left: -18px;
}
.ise_2024 .booth_wrap .booth_view.booth_corporate .booth_desc {
    top: 215px;
    left: -126px;
}
.ise_2024 .booth_wrap .booth_view.booth_sports .booth_desc {
    top: 385px;
    left: 16px;
}
.ise_2024 .booth_wrap .booth_view.booth_golf .booth_desc {
    top: 522px;
    left: -72px;
}
.ise_2024 .booth_wrap .booth_view.booth_transportation .booth_desc {
    top: 605px;
    left: 10px;
}
.ise_2024 .booth_wrap .booth_view.booth_business .booth_desc {
    top: 29px;
    left: 789px;
}
.ise_2024 .booth_wrap .booth_view::before {
    opacity: 0;
}
.ise_2024 .booth_wrap .booth_view.booth_art::before {
    background: url(../imgs/landing/pc/booth_art.png) center no-repeat;
}
.ise_2024 .booth_wrap .booth_view.booth_life::before {
    background: url(../imgs/landing/pc/booth_life.png) center no-repeat;
}
.ise_2024 .booth_wrap .booth_view.booth_label::before {
    background: url(../imgs/landing/pc/booth_label.png) center no-repeat;
}
.ise_2024 .booth_wrap .booth_view.booth_cafe::before {
    background: url(../imgs/landing/pc/booth_cafe.png) center no-repeat;
}
.ise_2024 .booth_wrap .booth_view.booth_hospital::before {
    background: url(../imgs/landing/pc/booth_hospital.png) center no-repeat;
}
.ise_2024 .booth_wrap .booth_view.booth_suite::before {
    background: url(../imgs/landing/pc/booth_suite.png) center no-repeat;
}
.ise_2024 .booth_wrap .booth_view.booth_lecture::before {
    background: url(../imgs/landing/pc/booth_lecture.png) center no-repeat;
}
.ise_2024 .booth_wrap .booth_view.booth_education::before {
    background: url(../imgs/landing/pc/booth_education.png) center no-repeat;
}
.ise_2024 .booth_wrap .booth_view.booth_control::before {
    background: url(../imgs/landing/pc/booth_control.png) center no-repeat;
}
.ise_2024 .booth_wrap .booth_view.booth_meeting::before {
    background: url(../imgs/landing/pc/booth_meeting.png) center no-repeat;
}
.ise_2024 .booth_wrap .booth_view.booth_corporate::before {
    background: url(../imgs/landing/pc/booth_corporate.png) center no-repeat;
}
.ise_2024 .booth_wrap .booth_view.booth_sports::before {
    background: url(../imgs/landing/pc/booth_sports.png) center no-repeat;
}
.ise_2024 .booth_wrap .booth_view.booth_golf::before {
    background: url(../imgs/landing/pc/booth_golf.png) center no-repeat;
}
.ise_2024 .booth_wrap .booth_view.booth_transportation::before {
    background: url(../imgs/landing/pc/booth_transportation.png) center no-repeat;
}
.ise_2024 .booth_wrap .booth_view.booth_business::before {
    background: url(../imgs/landing/pc/booth_business.png) center no-repeat;
}
.ise_2024 .booth_wrap #booth_container.booth_art .booth_view.booth_art .booth_desc,
.ise_2024 .booth_wrap #booth_container.booth_life .booth_view.booth_life .booth_desc,
.ise_2024 .booth_wrap #booth_container.booth_label .booth_view.booth_label .booth_desc,
.ise_2024 .booth_wrap #booth_container.booth_cafe .booth_view.booth_cafe .booth_desc,
.ise_2024 .booth_wrap #booth_container.booth_hospital .booth_view.booth_hospital .booth_desc,
.ise_2024 .booth_wrap #booth_container.booth_suite .booth_view.booth_suite .booth_desc,
.ise_2024 .booth_wrap #booth_container.booth_lecture .booth_view.booth_lecture .booth_desc,
.ise_2024 .booth_wrap #booth_container.booth_education .booth_view.booth_education .booth_desc,
.ise_2024 .booth_wrap #booth_container.booth_control .booth_view.booth_control .booth_desc,
.ise_2024 .booth_wrap #booth_container.booth_meeting .booth_view.booth_meeting .booth_desc,
.ise_2024 .booth_wrap #booth_container.booth_corporate .booth_view.booth_corporate .booth_desc,
.ise_2024 .booth_wrap #booth_container.booth_sports .booth_view.booth_sports .booth_desc,
.ise_2024 .booth_wrap #booth_container.booth_golf .booth_view.booth_golf .booth_desc,
.ise_2024 .booth_wrap #booth_container.booth_transportation .booth_view.booth_transportation .booth_desc,
.ise_2024 .booth_wrap #booth_container.booth_business .booth_view.booth_business .booth_desc {
    opacity: 1;
}
.ise_2024 .booth_wrap #booth_container.booth_art .booth_view.booth_art::before,
.ise_2024 .booth_wrap #booth_container.booth_life .booth_view.booth_life::before,
.ise_2024 .booth_wrap #booth_container.booth_label .booth_view.booth_label::before,
.ise_2024 .booth_wrap #booth_container.booth_cafe .booth_view.booth_cafe::before,
.ise_2024 .booth_wrap #booth_container.booth_hospital .booth_view.booth_hospital::before,
.ise_2024 .booth_wrap #booth_container.booth_suite .booth_view.booth_suite::before,
.ise_2024 .booth_wrap #booth_container.booth_lecture .booth_view.booth_lecture::before,
.ise_2024 .booth_wrap #booth_container.booth_education .booth_view.booth_education::before,
.ise_2024 .booth_wrap #booth_container.booth_control .booth_view.booth_control::before,
.ise_2024 .booth_wrap #booth_container.booth_meeting .booth_view.booth_meeting::before,
.ise_2024 .booth_wrap #booth_container.booth_corporate .booth_view.booth_corporate::before,
.ise_2024 .booth_wrap #booth_container.booth_sports .booth_view.booth_sports::before,
.ise_2024 .booth_wrap #booth_container.booth_golf .booth_view.booth_golf::before,
.ise_2024 .booth_wrap #booth_container.booth_transportation .booth_view.booth_transportation::before,
.ise_2024 .booth_wrap #booth_container.booth_business .booth_view.booth_business::before {
    opacity: 1;
}
/* booth_wrap E */

/* connect_wrap S */
.ise_2024 .connect_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    height: 100vh;
    overflow: hidden;
}
.ise_2024 .connect_wrap .inner {
    width: 100%;
    height: 100%;
}
.ise_2024 .connect_wrap .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 164px 0 115px;
}
.ise_2024 .connect_wrap .tit_box {
    position: relative;
    text-align: center;
    z-index: 1;
}
.ise_2024 .connect_wrap .tit_box .tit {
    font-size: 70px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}
.ise_2024 .connect_wrap .btn_box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0;
    width: 100%;
    gap: 30px;
    z-index: 1;
}
.ise_2024 .connect_wrap .btn_box .btn_register {
    display: block;
    width: 348px;
    height: 66px;
    text-align: center;
    line-height: 62px;
    font-weight: 700;
    font-size: 28px;
    color:#ede9e1;
    background:#f83536;
    border-radius: 33px;
}
.ise_2024 .connect_wrap .btn_box .btn_register.gradient {
    background: linear-gradient(90deg, rgb(130, 96, 210), rgb(250, 50, 48));
}
.ise_2024 .content-wrap .fixed-icon {
    position: absolute;
    top: 70px;
    right: 70px;
    width: 140px;
    height: 73px;
    text-indent: -9999px;
    background: url("../imgs/landing/pc/vr_360_icon.png") center/contain no-repeat;
    overflow: hidden;
    z-index: 1;
}
.ise_2024 .connect_wrap .arrow-box {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}
.ise_2024 .connect_wrap .arrow-box button {
    position: absolute;
    width: 39px;
    height: 71px;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
}
.ise_2024 .connect_wrap .arrow-box .btn_prev {
    left: 50px;
    background: url(../imgs/landing/pc/booth_arrow_white_icon.png) center/contain no-repeat;
}
.ise_2024 .connect_wrap .arrow-box .btn_next {
    right: 50px;
    background: url(../imgs/landing/pc/booth_arrow_white_icon.png) center/contain no-repeat;
    transform: rotate(180deg);
}
.ise_2024 .connect_wrap .pagination {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.ise_2024 .connect_wrap .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ise_2024 .connect_wrap .pagination li {
    width: 13px;
    height: 13px;
    margin: 0 10px;
    font-size: 0;
    background: #b2b0aa;
    border-radius: 100%;
    cursor: pointer;
}
.ise_2024 .connect_wrap .pagination li.active {
    background: #ff92aa;
}
.ise_2024 .connect_wrap canvas{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
}
/* connect_wrap E */

/* gallery_wrap S */
.ise_2024 .gallery_wrap {
    margin-bottom: 100px;
}
.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;
    margin-top: 130px;
}
.ise_2024 .gallery_wrap .tit_box .txt{
    padding: 15px 0 70px;
    line-height: 1.3;
    font-weight: 400;
    font-size: 35px;
    color:#716f6a;
}
.ise_2024 .gallery_wrap .btn_register {
    display: block;
    width: 348px;
    height: 66px;
    margin: 0 auto;
    text-align: center;
    line-height: 62px;
    font-weight: 700;
    font-size: 28px;
    color:#ede9e1;
    background:#f83536;
    border-radius: 33px;
}
.ise_2024 .gallery_wrap .booth_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /*align-items: center;*/
    margin: 0 auto 20px;
    padding: 0 105px;
    flex-wrap: wrap;
}
.ise_2024 .gallery_wrap .booth_list button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20%;
    height: 130px;
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    background-color: transparent;
    cursor: pointer;
}
.ise_2024 .gallery_wrap .booth_list button[value="0"] { order: 1;}
.ise_2024 .gallery_wrap .booth_list button[value="1"] { order: 2;}
.ise_2024 .gallery_wrap .booth_list button[value="2"] { order: 3;}
.ise_2024 .gallery_wrap .booth_list button[value="3"] { order: 4;}
.ise_2024 .gallery_wrap .booth_list button[value="4"] { order: 5;}
.ise_2024 .gallery_wrap .booth_list button[value="5"] { order: 10;}
.ise_2024 .gallery_wrap .booth_list button[value="6"] { order: 9;}
.ise_2024 .gallery_wrap .booth_list button[value="7"] { order: 8;}
.ise_2024 .gallery_wrap .booth_list button[value="8"] { order: 7;}
.ise_2024 .gallery_wrap .booth_list button[value="9"] { order: 6;}
.ise_2024 .gallery_wrap .booth_list button[value="10"] { order: 11;}
.ise_2024 .gallery_wrap .booth_list button[value="11"] { order: 12;}
.ise_2024 .gallery_wrap .booth_list button[value="12"] { order: 13;}
.ise_2024 .gallery_wrap .booth_list button[value="13"] { order: 14;}
.ise_2024 .gallery_wrap .booth_list button[value="14"] { order: 15;}
.ise_2024 .gallery_wrap .booth_list button::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 0;
    width: 100%;
    height: 5px;
    background: #d3d3d3;
    transform: translateX(50%);
    z-index: -1;
}
.ise_2024 .gallery_wrap .booth_list button[value="4"]::before,
.ise_2024 .gallery_wrap .booth_list button[value="5"]::before,
.ise_2024 .gallery_wrap .booth_list button[value="14"]::before {
    content: none;
}
.ise_2024 .gallery_wrap .booth_list button[value="4"]::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 0;
    width: 50%;
    height: calc(100% + 5px);
    border: 5px solid #d3d3d3;
    border-left: 0;
    z-index: -1;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    box-sizing: border-box;
}
.ise_2024 .gallery_wrap .booth_list button[value="9"]::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 50%;
    height: calc(100% + 5px);
    border: 5px solid #d3d3d3;
    border-right: 0;
    z-index: -1;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    box-sizing: border-box;
}
.ise_2024 .gallery_wrap .booth_list button .dot {
    display: block;
    width: 46px;
    height: 46px;
    background: url("../imgs/landing/pc/booth_list_dot.png") center/cover no-repeat;
}
.ise_2024 .gallery_wrap .booth_list button.active {
    color: #f83536;
}
.ise_2024 .gallery_wrap .booth_list button.active .dot {
    background: url("../imgs/landing/pc/booth_list_dot_active.png") center/cover no-repeat;
    background-size: cover;
}

.ise_2024 .gallery_wrap .booth_list button strong {
    padding-top: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #716f6a;
}

/* booth_slider S */
.booth_slider {
    padding: 0 70px 50px;
}
.booth_slider .booth_slider_container {
    position: relative;
    max-width: 1150px;
    margin: 0 auto;
}
.booth_slider iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.booth_slider iframe, .booth_slider img {
    width: 100%;
}
.booth_slider .sld-wr {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
}
.booth_slider .slick-track >.slick-slide {
    padding-bottom: 50px;
}
.booth_slider .slick-arrow {
    position: absolute;
    top: calc(50% - 25px);
    width: 38px;
    height: 71px;
    transform: translateY(-50%);
    background: url(../imgs/landing/pc/booth_arrow_icon.png) center/contain no-repeat;
    font-size: 0;
    outline: none;
    cursor: pointer;
}
.booth_slider .slick-prev {
    left: -68px;
}
.booth_slider .slick-next {
    right: -68px;
    -webkit-transform: translateY(-50%) rotateY(180deg);
    transform: translateY(-50%) rotateY(180deg);
}
.booth_slider .swiper-wrapper {
    box-shadow: 6px 6px 8px rgba(0,0,0,0.3);
}
.booth_slider .swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    opacity: 1;
    z-index: 1;
}
.booth_slider .swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin: 0 10px;
    font-size: 0;
    background: #b2b0aa;
    border: 0;
    border-radius: 100%;
    outline: none;
    opacity: 0.7;
}
.booth_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff92aa;
}
/* booth_slider E */
/* gallery_wrap E */



@media screen and (max-width: 1440px) {
    .inner {
        padding: 0 25px;
    }

    .ise_2024 .visual_wrap .visual_box {
        right: 25px;
        top: -135px;
        width: 700px;
        height: 700px;
    }
    .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: 1400px) {
    /* ise_booth - 1400px S */
    .ise_2024 .booth_wrap .tit_box .icon-box {
        margin: 5vw 0 12vw 5vw;
    }
    .ise_2024 .booth_wrap #booth_container {
        width: auto;
        height: auto;
        background: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 4vw;
    }
    .ise_2024 .booth_wrap #booth_container::before {
        content: "";
        background: url(../imgs/landing/pc/booth_bg_mobile.png) center/contain no-repeat;
        width: 100%;
        height: 66.0256vw;
        display: block;
        margin: 0 auto 10vw;
    }
    .ise_2024 .booth_wrap .booth_view {
        position: relative;
        width: 49%;
    }
    .ise_2024 .booth_wrap .booth_view.booth_art {
        width: 100%;
    }
    .ise_2024 .booth_wrap .booth_view::before,
    .ise_2024 .booth_wrap .booth_view .booth_desc {
        display: none;
    }
    .ise_2024 .booth_wrap .booth_view .booth_pointer {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 3em;
        margin-bottom: 1em;
        font-size: 3.4666vw;
        font-weight: 700;
        text-indent: 0;
        color: #f83536;
        background: #fff;
        border: 3px solid #f83536;
        border-radius: 5.333vw;
        opacity: 1;
    }
    .ise_2024 .booth_wrap .booth_view .booth_pointer br {
        display: block;
    }
    .ise_2024 .booth_wrap .booth_view .booth_pointer[data-booth=booth_art],
    .ise_2024 .booth_wrap .booth_view .booth_pointer[data-booth=booth_life],
    .ise_2024 .booth_wrap .booth_view .booth_pointer[data-booth=booth_label],
    .ise_2024 .booth_wrap .booth_view .booth_pointer[data-booth=booth_cafe],
    .ise_2024 .booth_wrap .booth_view .booth_pointer[data-booth=booth_hospital],
    .ise_2024 .booth_wrap .booth_view .booth_pointer[data-booth=booth_suite],
    .ise_2024 .booth_wrap .booth_view .booth_pointer[data-booth=booth_lecture],
    .ise_2024 .booth_wrap .booth_view .booth_pointer[data-booth=booth_education],
    .ise_2024 .booth_wrap .booth_view .booth_pointer[data-booth=booth_control],
    .ise_2024 .booth_wrap .booth_view .booth_pointer[data-booth=booth_meeting],
    .ise_2024 .booth_wrap .booth_view .booth_pointer[data-booth=booth_corporate],
    .ise_2024 .booth_wrap .booth_view .booth_pointer[data-booth=booth_sports],
    .ise_2024 .booth_wrap .booth_view .booth_pointer[data-booth=booth_golf],
    .ise_2024 .booth_wrap .booth_view .booth_pointer[data-booth=booth_transportation],
    .ise_2024 .booth_wrap .booth_view .booth_pointer[data-booth=booth_business] {
        top: auto;
        left: auto;
    }
    .ise_2024 .booth_wrap .booth_view.booth_magnit {
        width: 100%;
    }
    /* ise_booth - 1400px E */
    .ise_2024 .gallery_wrap .booth_list {
        padding: 0 70px;
    }
}

@media screen and (max-width: 1280px) {


    .ise_2024 .visual_wrap .tit_box .tit {
        width: 422px;
        height: 140px;
    }
    .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%;*/
    /*}*/
    .ise_wrap {
        max-width: 100%;
    }
    #wrapper {
        padding-bottom: 22vw;
        background: url("../imgs/landing/mo/bg_img.png") no-repeat center/cover;
    }
    .inner {
        padding: 0 5vw;
    }
    .ise_2024 .visual_wrap {
        padding: 22vw 0 0;
        height: 164vw;
    }
    .ise_2024 .visual_wrap .inner {
        padding: 0 5vw;
    }
    .ise_2024 .visual_wrap .tit_box .tit{
        width: 68vw;
        height: 22.6vw;
        background:url("../imgs/landing/mo/img_main_tit.png") no-repeat center/cover;
    }
    .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;
    }
    .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{
        margin-top: -50vw;
    }
    .ise_2024 .visual_wrap .icon_scroll p {
        margin-top: 2.5vw;
        margin-left: 1.5vw;
        font-size: 2vw;
    }
    .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;
    }

    /* booth-wrap - 1080px S */
    .ise_2024 .booth_wrap{
        padding: 40vw 0 24vw;
    }
    .ise_2024 .booth_wrap .tit_box .tit{
        line-height: 1.2;
        font-size: 8.5vw;
    }
    .ise_2024 .booth_wrap .tit_box .txt br{
        display: none;
    }
    .ise_2024 .booth_wrap .tit_box .txt{
        margin: 0 auto;
        padding-top: 5vw;
        width: calc(100% - 80px);
        font-size: 4.5vw;
    }
    .ise_2024 .booth_wrap .tit_box .icon-box div {
        margin: 0 2vw;
    }
    .ise_2024 .booth_wrap .tit_box .icon-box div:first-child img {
        width: 17.4359vw;
    }
    .ise_2024 .booth_wrap .tit_box .icon-box div:last-child img {
        width: 14.6154vw;
    }
    .ise_2024 .booth_wrap .tit_box .icon-box div p {
        margin-top: 3.2051vw;
        font-size: 3.8462vw;
    }
    /* booth_wrap - 1080px E */

    /* connect_wrap - 1080px S */
    .ise_2024 .connect_wrap {
        height: 100vw;
        max-height: 100vh;
    }
    .ise_2024 .connect_wrap .content-wrap {
        padding: 18vw 0 19.2308vw;
    }
    .ise_2024 .connect_wrap .tit_box .tit{
        line-height: 1.2;
        font-size: 6.5vw;
    }
    .ise_2024 .connect_wrap .btn_box {
        justify-content: space-between;
        gap: 2.5vw;
        width: calc(100% - 8vw);
    }
    .ise_2024 .connect_wrap .btn_box .btn_register {
        width: 49%;
        height: 3em;
        font-size: 3.4666vw;
        line-height: 2.8em;
        border-radius: 5.333vw;
    }
    .ise_2024 .connect_wrap .btn_box .btn_register ~.btn_register {
        display: block;
    }
    .ise_2024 .content-wrap .fixed-icon {
        top: 7vw;
        right: 4.8vw;
        max-width: 140px;
        height: 73px;
        width: 12.5641vw;
        height: 6.6667vw;
    }
    .ise_2024 .connect_wrap .arrow-box button {
        width: 3.0769vw;
        height: 5.7692vw;
    }
    .ise_2024 .connect_wrap .arrow-box .btn_prev {
        left: 4.4872vw;
    }
    .ise_2024 .connect_wrap .arrow-box .btn_next {
        right: 4.4872vw;
    }
    .ise_2024 .connect_wrap .pagination {
        bottom: 8.9744vw;
    }
    .ise_2024 .connect_wrap .pagination li {
        width: 10px;
        height: 10px;
        margin: 0 6px;
    }
    /* connect_wrap - 1080px E */


    /* gallery_wrap - 1080px S */
    .ise_2024 .gallery_wrap{
        padding: 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 .gallery_wrap .tit_box .txt {
        padding: 5vw 7vw 10vw;
        font-size: 4vw;
    }
    .ise_2024 .gallery_wrap .btn_register{
        margin-top: 4vw;
        width: 76vw;
        height: 13vw;
        line-height: 13vw;
        font-size: 5.4vw;
        border-radius: 7vw;
    }
    .ise_2024 .gallery_wrap .booth_list {
        padding: 0 5.7692vw;
    }
    .ise_2024 .gallery_wrap .booth_list button {
        position: relative;
        width: 33.3333%;
        height: auto;
        margin-bottom: 4.4872vw;
    }
    .ise_2024 .gallery_wrap .booth_list button[value="0"] { order: 1;}
    .ise_2024 .gallery_wrap .booth_list button[value="1"] { order: 2;}
    .ise_2024 .gallery_wrap .booth_list button[value="2"] { order: 3;}
    .ise_2024 .gallery_wrap .booth_list button[value="3"] { order: 6;}
    .ise_2024 .gallery_wrap .booth_list button[value="4"] { order: 5;}
    .ise_2024 .gallery_wrap .booth_list button[value="5"] { order: 4;}
    .ise_2024 .gallery_wrap .booth_list button[value="6"] { order: 7;}
    .ise_2024 .gallery_wrap .booth_list button[value="7"] { order: 8;}
    .ise_2024 .gallery_wrap .booth_list button[value="8"] { order: 9;}
    .ise_2024 .gallery_wrap .booth_list button[value="9"] { order: 12;}
    .ise_2024 .gallery_wrap .booth_list button[value="10"] { order: 11;}
    .ise_2024 .gallery_wrap .booth_list button[value="11"] { order: 10;}
    .ise_2024 .gallery_wrap .booth_list button[value="12"] { order: 13;}
    .ise_2024 .gallery_wrap .booth_list button[value="13"] { order: 14;}
    .ise_2024 .gallery_wrap .booth_list button[value="14"] { order: 15;}
    .ise_2024 .gallery_wrap .booth_list button::before {
        top: 2.5641vw;
        height: 0.6410vw;
    }
    .ise_2024 .gallery_wrap .booth_list button[value="4"]::before,
    .ise_2024 .gallery_wrap .booth_list button[value="5"]::before,
    .ise_2024 .gallery_wrap .booth_list button[value="14"]::before {
        content: '';
    }
    .ise_2024 .gallery_wrap .booth_list button[value="2"]::before,
    .ise_2024 .gallery_wrap .booth_list button[value="3"]::before,
    .ise_2024 .gallery_wrap .booth_list button[value="8"]::before,
    .ise_2024 .gallery_wrap .booth_list button[value="9"]::before,
    .ise_2024 .gallery_wrap .booth_list button[value="14"]::before {
        content: none;
    }
    .ise_2024 .gallery_wrap .booth_list button[value="4"]::after,
    .ise_2024 .gallery_wrap .booth_list button[value="9"]::after {
        content: none;
    }
    .ise_2024 .gallery_wrap .booth_list button[value="2"]::after,
    .ise_2024 .gallery_wrap .booth_list button[value="8"]::after {
        content: '';
        position: absolute;
        top: 2.5641vw;
        right: 0;
        width: 50%;
        height: calc(100% + 4.4872vw + 0.6410vw);
        border: 0.6410vw solid #d3d3d3;
        border-left: 0;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        box-sizing: border-box;
        z-index: -1;
    }
    .ise_2024 .gallery_wrap .booth_list button[value="5"]::after,
    .ise_2024 .gallery_wrap .booth_list button[value="11"]::after {
        content: '';
        position: absolute;
        top: 2.5641vw;
        left: 0;
        width: 50%;
        height: calc(100% + 4.4872vw + 0.6410vw);
        border: 0.6410vw solid #d3d3d3;
        border-right: 0;
        border-top-left-radius: 50%;
        border-bottom-left-radius: 50%;
        box-sizing: border-box;
        z-index: -1;
    }
    .ise_2024 .gallery_wrap .booth_list button .dot {
        width: 6.4103vw;
        height: 6.4103vw;
    }
    .ise_2024 .gallery_wrap .booth_list button strong {
        padding-top: 1.2821vw;
        font-size: 2.6923vw;
    }
    .booth_slider {
        padding: 0 5.7692vw;
    }
    .booth_slider .slick-arrow {
        width: 3.0769vw;
        height: 5.7692vw;
        margin: 0;
    }
    .booth_slider .slick-prev {
        left: -5.7692vw;
    }
    .booth_slider .slick-next {
        right: -5.7692vw;
    }
    .booth_slider .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 6px;
    }
    /* gallery_wrap - 1080px E */
}

@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{
        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{
        margin-top: -48vw;
    }
    .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;
    }

}
