html,
body {
    padding: 0;
    margin: 0;
}

.btn_c {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ces_2026 * {
    /* font-family: 'Noto Sans',sans-serif !important;  */
    font-family: 'LGEI Text', "Segoe UI", "Microsoft Sans Serif", sans-serif !important;
    box-sizing: border-box;
}

.ces_2026 h1,
.ces_2026 h2,
.ces_2026 h3,
.ces_2026 h4,
.ces_2026 h5 {
    margin: 0;
    padding: 0;
}

.ces_2026 em {
    font-style: normal;
}

.ces_2026 {
    background-color: #F0ECE4;
}

.ces_2026 ul,
.ces_2026 ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ces_2026 a {
    text-decoration: none;
    color: inherit;
}

.ces_2026 .flex_inner {
    display: flex;
    padding: 20px 160px;
    gap: 25px;
    justify-content: center;
}

.ces_2026 .flex_inner .audio_map_pc img {
    display: none;
}

.ces_2026 .flex_inner .audio_map_pc img.active {
    display: block;
    max-height: 800px;
}

.ces_2026 .flex_inner .list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.ces_2026 .flex_inner .list li {
    flex:1;
}
.ces_2026 .flex_inner .list li+li {
    margin-top: 8px;
}

.ces_2026 .flex_inner .list li a {
    background-color: #fff;
    padding: 16px 20px;
    width: 300px;
    max-height: 108px;
    height: 100%;
    border-radius: 28px;
    display: block;
    display: flex;
    flex:1;
    align-items: center;
    justify-content: flex-start;
}

.ces_2026 .flex_inner .list li a h4 {
    display: flex;
    gap: 16px;
    align-items: center;
}

.ces_2026 .flex_inner .list li a h4 .num {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    background-color: #E41B1B;
}

.ces_2026 .flex_inner .list li a h4 .num.green {
    background-color: #579850;
}

.ces_2026 .flex_inner .list li a h4 span {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.4px;
    font-weight: 400;
}

.ces_2026 .flex_inner .list li a:hover h4 span {
    color: #E41B1B;
}
.ces_2026 .flex_inner .list li:last-child a:hover h4 span {
    color:#579850;
}

.m_show {
    display: none;
}

.m_hide {
    display: block;
}

.img_box img {
    width: 100%;
    margin: 0 auto;
}


button.float_tryme {
    background: transparent;
    border: none;
    position: fixed;
    bottom: 48px;
    right: 48px;
    z-index:80;
    width:56px;
    height:56px;
    margin:0;
    padding:0;
}

button.float_tryme img {
    width:100%;
}

button.float_tryme:hover {
    cursor: pointer;
}

.ces_2026 .flex_inner .img_box .map_desc {
    position: absolute;
    height: 0;
    margin: 0;
    top: 30px;
    left: 30px;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.36px;
}


@media (max-width: 89.9375rem) {
    .ces_2026 .flex_inner {
        padding: 0px 16px;
    }

    .ces_2026 .flex_inner {
        flex-wrap: wrap;
    }
    .ces_2026 .flex_inner .list_wrap {
        width:100%;
    }
    .ces_2026 .flex_inner .list li a {
        width:100%;
    }
    .ces_2026 .flex_inner .list {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
    }

    .ces_2026 .flex_inner .list li+li {
        margin-top: 0;
    }
}



.audio_map_pc {
    position: relative;
}
.audio_map_pc .btn_wrap .btn {
    position: absolute;
    width:2.5vw;
    height:2.5vw;
    top: 71.5%;
    left: 40.5%;
    z-index: 2;
}
.audio_map_pc .btn_wrap .btn_1 {
    top: 57.5%;
    left: 19.8%;
}
.audio_map_pc .btn_wrap .btn_2 {
    top:63%;
    left:49.2%;
}
.audio_map_pc .btn_wrap .btn_3 {
    top: 31.5%;
    left: 73.8%;
}
.audio_map_pc .btn_wrap .btn_4 {
    top: 29.3%;
    left: 51.5%;
}
.audio_map_pc .btn_wrap .btn_5 {
    top: 10%;
    left: 66.3%;
}
.audio_map_pc .btn_wrap .btn_6 {
    top: 42.5%;
    left: 35%;
}
.audio_map_pc .btn_wrap .btn_7 {
    top: 45.8%;
    left: 50.8%;
}


@media (max-width: 89.9375rem) {
   .audio_map_pc .btn_wrap .btn {
        position: absolute;
        width:3.2vw;
        height:3.2vw;
    }
}

@media (max-width: 48rem) {
    .ces_2026 {
        padding-bottom:30px;
    }
    .m_show {
        display: block;
    }

    .m_hide {
        display: none;
    }

    .ces_2026 .ces_title {
        font-size: 28px;
    }

    .ces_2026 .audio_map {
        /* margin-bottom: 48px; */
        width: 100%;
    }

    .ces_2026 .flex_inner .list_top {
        display: flex;
        padding: 16px;
        align-items: center;
        gap: 16px;
        align-self: stretch;
        border-radius: 12px;
        background: #fff;
    }

    .ces_2026 .flex_inner .list_top .text_area {
        display: flex;
        flex-direction: column;
        gap: 4px;
        flex: 1 0 0;
        align-items: flex-start;
        justify-content: center;
    }

    .ces_2026 .flex_inner .list_top .text_area .title {
        font-size: 16px;
        line-height: 120%;
        font-weight: 700;
        letter-spacing: -0.64px;
        margin: 0;
    }

    .ces_2026 .flex_inner .list_top .text_area .desc {
        display: block;
        font-size: 12px;
        line-height: 150%;
        font-weight: 400;
        letter-spacing: -0.48px;
        margin: 0;
    }

    .ces_2026 .flex_inner .list_top .text_area .desc.visible {
        display: none;
    }

    .ces_2026 .flex_inner .list_top img {
        width: 20px;
    }

    .ces_2026 .flex_inner .list_top img {
        transform: rotate(180deg);
    }

    .ces_2026 .flex_inner .list_top img.point_bottom {
        transform: rotate(0deg);
    }

    .ces_2026 .flex_inner .list_wrap {
        background: #fff;
        border-radius: 12px;
        width: 100%;
    }

    .ces_2026 .flex_inner .list.visible {
        display: block;
        padding: 0 16px 24px 16px;
    }

    .ces_2026 .flex_inner .list {
        display: none;
    }

    .ces_2026 .flex_inner .list li {
        width: 100%;
    }

    .ces_2026 .flex_inner .list li+li {
        margin-top: 6px;
    }

    .ces_2026 .flex_inner .list li a {
        background-color: #fff;
        padding: 10px 12px;
        width: 100%;
        height: auto;
        border-radius: 30px;
        border: 1px solid #cbc8c2;
        display: block;
    }

    .ces_2026 .flex_inner .list li a h4 {
        display: flex;
        gap: 8px;
        align-items: center;
    }

    .ces_2026 .flex_inner .list li a h4 .num {
        width: 24px;
        height: 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 16px;
        border-radius: 50%;
        background-color: #E41B1B;
    }

    .ces_2026 .flex_inner .list li a h4 span {
        font-size: 16px;
        line-height: 100%;
        letter-spacing: -0.64px;
        font-weight: 400;
    }

    .ces_2026 .flex_inner .img_box .map_desc {
        font-size: 14px;
    }

    button.float_tryme {
        bottom: 40px;
        right: 14px;
        z-index:80;
        width:40px;
        height:40px;
        padding:0;
        margin:0;
    }
    button.float_tryme img {
        width:100%;
    }
    .audio_map_pc .btn_wrap {
        display: none;
    }
}
