@charset "utf-8";

.hide { display: none !important; }

.kogl-wrap {
    position: relative;
    margin-top: 5px;
    vertical-align: top;
}

.kogl-side-title {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    width: 186px;
    height: 442px;
}

.kogl-side-title-img {
    width: 186px;
    height: 135px;
}

.kogl-list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 192px;
    border: 1px solid #dbdbdb;
}

.kogl-item {
    position: relative;
    margin: 0;
    padding: 0;
    border-top: 1px solid #dbdbdb;
    background: #f7f7f7;
    padding: 20px 20px 20px 230px;
}
.kogl-item:first-child { border-top: none; }

.kogl-item--last {
    margin-bottom: 0;
    position: relative;
}
.kogl-item--last:before {
    content: '';
    display: block;
    width: calc(100% + 192px);
    height: 1px;
    background: #dbdbdb;
    position: absolute;
    top: -1px;
    left: -192px;
}

.kogl-radio {
    position: absolute;
    left: 10px;
    top: 13px;
    z-index: 10;
}

.kogl-label {
    display: block;
    position: relative;
    margin: 0;
    font-size: 12px;
    color: #231f20;
    font-weight: bold;
    cursor: pointer;
    /* border-left: 1px solid #dbdbdb; */
    box-sizing: border-box;
    padding-left: 35px
}

.kogl-label--inline {
    display: inline-block;
}

.kogl-badge {
    position: absolute;
    left: -195px;
    top: -13px;
    height: 44px;
    width: auto !important;
    display: block;
}
.w149 { width: 149px; }
.w183 { width: 183px; }
.w219 { width: 219px; }

.kogl-law-link {
    /* margin-left: 10px; */
    font-size: 11px;
    color: #595959;
    font-family: '돋움', dotum, sans-serif;
    text-decoration: none;
    display: block;
    padding-left: 35px;
}

.kogl-law-arrow {
    font-size: 10px;
    color: #595959;
}

.kogl-ai-title {
    position: absolute;
    left: -140px;
    top: 21px;
}

.ailine {
    position: absolute;
    border-top: 2px solid #484848;
    width: 100%;
    top: 383px;
}

.kogl-ex-title {
    margin: 0;
    padding: 0;
    background: #a8a6a6;
    margin-bottom: 5px;
}

.kogl-ex-title-img {
    width: 186px;
    height: 32px;
}
.codeView_wrap {border:1px solid #dbdbdb;position:relative;width: 100%;}
.codeView_wrap:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #dbdbdb;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 10;
}
.kogl-codeview {
    position: relative;
    margin: 0;
    /* margin-top: 5px; */
    background: #fff;
    /* border: 1px solid #dbdbdb; */
    font-size: 12px;
    color: #292929;
    font-weight: bold;
    padding: 25px 15px 30px 250px;
    border-top: 1px dashed #dbdbdb;
    /* border-top: none; */
    margin-top: -1px;
}
.kogl-codeview + div {/* border-top: 1px dashed #dbdbdb; */}
.kogl-codeview--190 { padding: 25px 15px 30px 190px; }
.kogl-codeview--225 { padding: 25px 15px 30px 225px; }
.kogl-codeview--260 { padding: 25px 15px 30px 260px; }
.kogl-codeview--60  { padding: 17px 15px 17px 60px;  }

.kogl-codeview--ai {
    margin-top: -1px;
    border-top: 1px dashed #dbdbdb;
}

.kogl-codeview-img {
    position: absolute;
    left: 20px;
    vertical-align: middle;
}
.top12 { top: 12%; height: 54px; }
.top25 { top: 12%; }
.w27   { width: 219px; height: 27px; }

.kogl-info {
    border-top: 1px solid #6c6b6b;
    background: #f7f7f7;
    margin-top: 5px;
    padding: 10px 20px 10px 27px;
}

.kogl-info-p {
    font-size: 11px;
    color: #0c0c0c;
    font-family: '돋움', dotum, sans-serif;
    text-indent: -7px;
    margin: 0;
}
.kogl-info-p--mb5 { margin-bottom: 5px; }
.kogl-info-p--mb7 { margin-bottom: 7px; }

.kogl-info-strong {
    font-size: 11px;
    color: #dd494e;
    font-weight: bold;
}

.kogl-info-tel {
    margin-left: 10px;
}

@media (max-width: 640px) {

    .kogl-side-title {
        display: none;
    }

    .kogl-list {
        padding-left: 0;
    }

    .kogl-item--last:before {
        width: 100%;
        left: 0;
    }

    .kogl-ai-title {
        display: none;
    }
    .kogl-item {
        padding: 0;
    }
    .kogl-radio {
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
    }

    .kogl-label {
        display: block;
        align-items: center;
        gap: 10px;
        padding: 8px 12px 7px 32px;
        padding-left: 32px;
        border-left: none;
        line-height: 1.4;
    }
    .kogl-law-link {
        margin: 0 0 0 27px;
        padding: 2px 0 5px 0;
    }
    .kogl-label--inline {
        display: block;
        padding: 8px 12px 0px 32px;
    }

    .kogl-badge {
        position: static;
        height: 36px;
        width: auto !important;
        flex-shrink: 0;
    }

    .ailine {
        position: static;
        width: 100%;
        margin: 0;
    }

    .kogl-codeview{
        /* display: flex; */
        /* align-items: center; */
        /* gap: 10px; */
        padding: 12px;
    }

    .kogl-codeview-img {
        position: static;
        height: 36px !important;
        width: auto !important;
    }

    .kogl-ex-title-img {
        /* width: 100%; */
        height: auto;
    }

    /*적용예시*/
    .kogl-codeview-img {
        display: block;
    }
}
/* 인풋 정렬 */
.input_kogl span{ display:inline-block;}
.input_kogl0 { display:inline-block; width:50px}
.input_kogl1 { display:inline-block; width:110px}
.input_kogl2 { display:inline-block; width:130px}
.input_kogl3 { display:inline-block; width:130px}
.input_kogl4 { display:inline-block; width:150px}