.kogl-select-wrap,
.kogl-select-list {
    min-width: 0;
}

.kogl-type-item {
    min-height: 68px !important;
}

.kogl-type-label,
.kogl-type5-body {
    min-height: 68px !important;
    box-sizing: border-box;
}

.kogl-type5-body {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.kogl-type-item input[type="radio"],
.kogl-type-item input[type="checkbox"] {
    top: 50% !important;
    transform: translateY(-50%);
}

.kogl-type-img {
    top: 50% !important;
    transform: translateY(-50%);
}

.kogl-type5-img-label {
    position: absolute;
    left: 40px;
    top: 50%;
    display: block;
    width: 219px;
    height: 54px;
    transform: translateY(-50%);
    cursor: pointer;
}

.kogl-type5-img-label .kogl-type5-img {
    position: static !important;
    display: block;
    transform: none !important;
}

.kogl-type5-link {
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.kogl-detail-view,
.kogl-detail-view * {
    box-sizing: border-box;
}

.kogl-detail-view {
    container-type: inline-size;
    max-width: 100%;
}

.kogl-detail-view :where([class^="codeView"], [class*=" codeView"]) {
    display: block;
    position: relative;
    width: 100%;
    word-break: keep-all;
    overflow-wrap: anywhere;
    white-space: normal;
}

.kogl-detail-view .codeView09,
.kogl-detail-view .codeView01,
.kogl-detail-view .codeViewAI {
    padding: 28px 15px 28px 190px !important;
}

.kogl-detail-view .codeView02,
.kogl-detail-view .codeView03 {
    padding: 28px 15px 28px 225px !important;
}

.kogl-detail-view .codeView04 {
    padding: 28px 15px 28px 260px !important;
}

.kogl-detail-view .codeView05 {
    display: block;
    position: relative;
    width: 100%;
    padding: 17px 15px 17px 60px !important;
    word-break: keep-all;
    overflow-wrap: anywhere;
    white-space: normal;
}

.kogl-detail-view :where([class^="codeView"], [class*=" codeView"]) > img {
    position: absolute !important;
    left: 20px !important;
    top: 50% !important;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    margin: 0;
    transform: translateY(-50%);
}

.kogl-detail-view .codeView05 > img {
    position: absolute !important;
    left: 20px !important;
    top: 50% !important;
    width: 27px !important;
    height: 27px !important;
    margin: 0;
    transform: translateY(-50%);
}

@container (max-width: 320px) {
    .kogl-detail-view :is([class^="codeView"], [class*=" codeView"]) {
        display: block;
        width: 100%;
        min-width: 0;
        padding: 8px 8px 10px !important;
        word-break: break-all;
        overflow-wrap: anywhere;
        white-space: normal;
    }

    .kogl-detail-view .codeView05 {
        display: block;
        width: 100%;
        min-width: 0;
        padding: 7px 10px 7px 42px !important;
        word-break: break-all;
        overflow-wrap: anywhere;
        white-space: normal;
    }

    .kogl-detail-view :is([class^="codeView"], [class*=" codeView"]) > img {
        position: static !important;
        display: block;
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
        margin: 0 0 8px 0;
        transform: none !important;
    }

    .kogl-detail-view .codeView05 > img {
        position: absolute !important;
        left: 10px !important;
        top: 50% !important;
        width: 22px !important;
        height: 22px !important;
        margin: 0;
        transform: translateY(-50%);
    }

    .kogl-detail-view a,
    .kogl-detail-view span,
    .kogl-detail-view strong {
        word-break: break-all;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 640px) {
    .kogl-detail-view,
    .kogl-detail-view * {
        box-sizing: border-box;
    }

    .kogl-detail-view {
        width: 100%;
        max-width: 100%;
        word-break: break-all;
        overflow-wrap: anywhere;
    }

    .kogl-setting,
    .kogl-setting * {
        box-sizing: border-box;
    }

    .kogl-setting {
        width: 100%;
        max-width: 100%;
        word-break: keep-all;
        overflow-wrap: anywhere;
    }

    .kogl-info-box,
    .kogl-info-box h3 {
        width: auto !important;
        max-width: 100%;
    }

    .kogl-info-box p {
        padding-right: 10px !important;
        padding-left: 10px !important;
        word-break: break-all;
        overflow-wrap: anywhere;
    }

    .kogl-info-link {
        position: static !important;
        display: block;
        padding: 0 10px;
        max-width: 100%;
        text-align: right;
        word-break: break-all;
        overflow-wrap: anywhere;
    }

    .kogl-select-wrap {
        display: block !important;
    }

    .kogl-select-title {
        width: 100% !important;
        flex-basis: auto !important;
        border-bottom: 1px solid #dbdbdb;
        text-align: center;
    }

    .kogl-select-title img {
        display: block;
        margin: 0 auto;
    }

    .kogl-select-list {
        width: 100% !important;
        min-width: 0 !important;
    }

    .kogl-type-item {
        min-height: 0 !important;
    }

    .kogl-type-item input[type="radio"],
    .kogl-type-item input[type="checkbox"] {
        top: 40px !important;
        transform: none !important;
    }

    .kogl-type-label,
    .kogl-type5-body {
        display: block !important;
        min-height: 0 !important;
        padding: 7px 10px 7px 40px !important;
        box-sizing: border-box;
        word-break: break-all;
        overflow-wrap: anywhere;
    }

    .kogl-type-img {
        position: static !important;
        display: block;
        max-width: calc(100% - 40px);
        width: auto !important;
        height: auto !important;
        margin: 0 0 3px 0;
        transform: none !important;
    }

    .kogl-type5-img-label {
        position: static;
        display: block;
        width: auto;
        height: auto;
        margin: 6px 0 4px 40px;
        transform: none;
    }

    .kogl-type5-img {
        max-width: calc(100% - 40px) !important;
        margin: 0 !important;
        transform: none !important;
    }

    .kogl-type5-body {
        padding-top: 0 !important;
    }

    .kogl-type5-link {
        display: inline !important;
        margin-left: 0 !important;
        white-space: normal !important;
        word-break: break-all;
        overflow-wrap: anywhere;
    }

    .kogl-ai-line {
        left: 0 !important;
    }

    .kogl-ai-title {
        position: static !important;
        padding: 8px 10px 0 40px;
        transform: none !important;
    }

    .kogl-ai-item input[type="checkbox"] {
        top: 55px !important;
    }

    .kogl-setting :where([class^="codeView"], [class*=" codeView"]),
    .kogl-detail-view :is([class^="codeView"], [class*=" codeView"]) {
        display: block;
        width: 100%;
        padding: 7px 10px !important;
        min-width: 0;
        box-sizing: border-box;
        word-break: break-all;
        overflow-wrap: anywhere;
        white-space: normal;
    }

    .kogl-detail-view :is([class^="codeView"]:not(.codeView05), [class*=" codeView"]:not(.codeView05)) {
        padding: 8px 8px 10px !important;
    }

    .kogl-detail-view .codeView05,
    .kogl-setting .codeView05 {
        display: block;
        width: 100%;
        padding: 7px 10px 7px 42px !important;
        min-width: 0;
        box-sizing: border-box;
        word-break: break-all;
        overflow-wrap: anywhere;
        white-space: normal;
    }

    .kogl-setting :where([class^="codeView"], [class*=" codeView"]) > img,
    .kogl-detail-view :is([class^="codeView"], [class*=" codeView"]) > img {
        position: static !important;
        display: block;
        max-width: 100% !important;
        width: auto !important;
        height: auto !important;
        margin: 0 0 3px 0;
        transform: none !important;
    }

    .kogl-detail-view :is([class^="codeView"]:not(.codeView05), [class*=" codeView"]:not(.codeView05)) > img {
        margin-bottom: 8px;
    }

    .kogl-detail-view a,
    .kogl-detail-view span,
    .kogl-detail-view strong {
        word-break: break-all;
        overflow-wrap: anywhere;
    }

    .kogl-setting > div[style*="border-top:1px solid #6c6b6b"] {
        padding-right: 10px !important;
        padding-left: 17px !important;
        word-break: break-all;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 400px) {
    .kogl-info-box p,
    .kogl-info-link,
    .kogl-type-label,
    .kogl-type5-body,
    .kogl-type5-link,
    .kogl-detail-view :is([class^="codeView"], [class*=" codeView"]),
    .kogl-setting :where([class^="codeView"], [class*=" codeView"]),
    .kogl-setting > div[style*="border-top:1px solid #6c6b6b"] {
        word-break: break-all;
        overflow-wrap: anywhere;
    }

    .kogl-type-img,
    .kogl-setting :where([class^="codeView"]:not(.codeView05), [class*=" codeView"]:not(.codeView05)) > img,
    .kogl-detail-view :is([class^="codeView"]:not(.codeView05), [class*=" codeView"]:not(.codeView05)) > img {
        max-width: calc(100% - 10px) !important;
    }

    .kogl-detail-view :is([class^="codeView"]:not(.codeView05), [class*=" codeView"]:not(.codeView05)) > img {
        max-width: 100% !important;
    }

    .kogl-type5-img {
        max-width: calc(100% - 40px) !important;
    }
}
