.container {
    max-width: 100%;
}

.mt-100 {
    margin-top: 100px !important
}

.mt-200 {
    margin-top: 200px !important
}

.mw-100 {
    max-width: 100% !important;
}

.swiper-slide a img {
    width: 100%;
    height: 100%;
    max-height: 70vh;
}

/* Header */

.mac_history_box dd a {
    text-overflow: ellipsis;
    overflow: hidden;
}

.searchform {
    margin-top: 20px;
}

.itr {
    margin-top: 20px;
}

@media (max-width: 544px) {
    .ilogo {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ilogo img {
        display: block;
        margin-bottom: 0;
        max-height: 35px;
    }
    .sitenav a {
        color: #898989;
        font-weight: bold;
    }
    .searchform {
        margin-top: 5px;
    }
    .searchform .ipt,
    .uc .ipt {
        background-color: #2a2a2a;
    }
}

/* Sub Menu below Banners */

.isubmenu {
    height: auto;
}

.submenu-container {
    padding: 10px 0;
}

.typeclass {
    padding: 0 10px;
}

.typeclass .tab {
    margin-left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    letter-spacing: 1px;
}

.typeclass h3 a {
    color: rgb(134, 134, 134);
    font-size: 2rem;
    font-weight: bold;
}

/* home */

.swiper-slide img,
img.thumb {
    object-position: right;
}

.tv-list .v-pic {
    aspect-ratio: 16/10 !important;
    height: auto;
}

.tv-list li {
    width: 25%;
}

/* Search  */

.search-list .item .item_pic {
    width: 35%;
}

.search-list .item .item_txt {
    width: 63%;
}

@media (max-width: 544px) {
    .search-list .item .item_txt .intro_con .tit .s_tit {
        font-size: 14px;
        line-height: 1.5;
    }
    .search-list .item .item_txt .intro_con .tit .s_tit strong {
        font-weight: bold !important;
    }
}

/* Play */

@media (max-width: 544px) {
    .tv-list li,
    .v_con_box .tv-list li {
        width: 50%;
    }
}

/* Reg */

.reg-group {
    max-width: 100%;
}

.reg-w form .btn-sub {
    width: 100%;
}

.reg-w form .reg-group label {
    width: 30%;
    min-width: auto;
}

.reg-w form .reg-group .reg-control {
    max-width: 60%;
}

.reg-w form .btn-sub {
    margin-top: 0;
}

.mac_drop_box {
    white-space: nowrap;
    padding: 10px;
    border-radius: 5px;
}

@media (max-width: 1024px) {
    .reg-w {
        padding: 40px;
        max-width: 100%;
    }
}

/* User */

#member {
    margin-top: 100px !important;
}

/* Responsive */

@media (max-width: 544px) {
    .ibanner {
        margin: 50px 0 20px;
    }
    .submenu-container {
        display: none;
    }
}

/* Override */

.searchform {
    right: 10px !important;
}

@media (max-width: 544px) {
    .ifoot {
        display: block;
    }
}