.vui-stable-font,
body {
    font-family: "FlowerFoxSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Apple SD Gothic Neo", "Malgun Gothic", Arial, sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

.mobile-banner-content,
.mobile-banner-slider,
.vui-slide-mimic {
    height: 230px;
}

.vui-slide-mimic {
    overflow: hidden;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-banner-slider img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.img_area {
    width: 100%;
    max-width: 420px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.img_area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/************************************************/

.vui-slide-scene {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.vui-slide-scene > img {
    height: 100%;
    width: 100%;
}

/************************************************/

.vui-slide-transfer {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    list-style: none;
    padding: 0;
    margin: 0;
    /*background-color: #000000;*/

}

/************************************************/

.vui-slide-grid {
    position: absolute;
    /*background-color: #ccc;*/
    overflow: hidden;
    background-repeat: no-repeat;

}

.vui-slide-grid img {
    width: 100%;
    height: 100%;
}

/************************************************/

/************************************************/

.vui-slide-handle-buttons {
    position: absolute;
    z-index: 99;
    bottom: 3%;
    left: 0;
    width: 100%;
    font-size: 0;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.vui-slide-handle-button {
    display: inline-block;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #fff;
    margin: 0 5px;
    cursor: pointer;
}

.vui-slide-handle-buttons .active {
    background: #CC0000;
}

/************************************************/
.vui-slide-side-buttons {
    z-index: 80;
    position: absolute;
    top: 50%;
    left: 0;
    height: 0;
    width: 100%;
}

.vui-slide-side-button {
    position: absolute;
    height: 120px;
    width: 60px;
    background: transparent no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

.vui-slide-side-buttons .next {
    top: -60px;
    right: 0;
    border-radius: 20px 0 0 20px;
    background-image: url("/m/images/next.gif");
}

.vui-slide-side-buttons .prev {
    top: -60px;
    left: 0;
    border-radius: 0 20px 20px 0;
    background-image: url("/m/images/prev.gif");
}

.vui-slide-side-buttons .hover {
    background-color: #000;
    filter: alpha(Opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

/************************************************/

.vui-slide-mask {
    z-index: 50;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: #000;
    filter: alpha(Opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}

.vui-slide-text {
    z-index: 60;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    overflow: hidden;
}

.vui-slide-text .text {
    color: #ffffff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
}

.vui-slide-text a {
    color: #ffffff;
    text-decoration: none;
}

/* MOBILE LEGACY REDESIGN */
html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background: #faf8f5;
    color: #2d2926;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: "FlowerFoxSans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Apple SD Gothic Neo", "Malgun Gothic", Arial, sans-serif;
    line-height: 1.5;
}

table {
    max-width: 100%;
    border-collapse: collapse;
}

td,
th {
    word-break: keep-all;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

input,
select,
textarea {
    max-width: 100%;
    box-sizing: border-box;
    min-height: 40px;
    border-radius: 8px;
}

button,
.m_button01,
.m_button02,
.m_button03,
.m_button04 {
    min-height: 42px;
    border-radius: 10px;
    touch-action: manipulation;
}

@media (max-width: 640px) {
    body {
        background: #faf8f5;
    }

    table[width="100%"] {
        width: 100% !important;
    }

    td[width="70"] {
        width: 56px !important;
    }

    td[width="220"] {
        width: auto !important;
        max-width: calc(100vw - 112px);
        padding: 10px 4px !important;
        font-size: 17px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .title1,
    .c_text1 {
        padding-left: 12px;
        padding-right: 12px;
    }
}
