@charset 'utf-8';

[type="range"]::-webkit-slider-thumb {
    appearance: none;  width: 16px; height: 16px; border-radius: 50%; margin: -7px 0; padding: 0;
    background-color: var(--brand-color); cursor: pointer; transition: .2s; }
[type="range"]::-moz-range-thumb {
    appearance: none;  width: 16px; height: 16px; border-radius: 50%; margin: -7px 0; padding: 0;
    background-color: var(--brand-color); cursor: pointer; transition: .2s; }
[type="range"]::-webkit-slider-runnable-track { background-color: #e4e4e4; height: 2px; border-radius: 6px; cursor: pointer; transition: .2s; }
[type="range"]::-moz-range-track { background-color: #e4e4e4; height: 2px; border-radius: 6px; cursor: pointer; transition: .2s; }
[type="range"]:focus { box-shadow: none; }
[type="range"]:focus::-webkit-slider-thumb { box-shadow: 0 0 5px #57b572; }
[type="range"]:focus::-moz-range-thumb { box-shadow: 0 0 5px #57b572; }
[type="range"]:focus::-webkit-slider-runnable-track { background-color: var(--brand-color); }
[type="range"]:focus::-moz-range-track { background-color: var(--brand-color); }
textarea:read-only:focus { box-shadow: none; }
:is(input,select)+label.sub { margin-left: 6px; }
:is(a,button).btn.with-input { margin-left: 6px; }
td .btn { vertical-align: middle; }
@supports (selector(:has(*))) {
    input[type='text'].cs-input:has(+:is(a,button).btn.with-input) { border-radius: 6px 0 0 6px; border-right: 0 none; }
    input[type='text'].cs-input+:is(a,button).btn.with-input { border-radius: 0 6px 6px 0; border: 1px solid #bdbdbd; border-left: 0 none; margin-left: -4px; }
}

.mypage-title+.board-utils-group { margin-top: 20px; }
:is(.cs-table,.cs-cont)+:is(.board-utils-group,.CommTab-function) { margin-top: 40px; }
.board-search-filter .rows button.search {
    height: 40px; margin-left: 6px; padding: 0 10px; font-size: 13px; color: #fff; 
    border-radius: 6px; background-color: var(--brand-color); border: 1px solid #bdbdbd; border-left: 0 none; }
.board-search-filter .rows button.search:is(:hover,:focus) { background-color: #25813e; }
@supports (selector(:has(*))) {
    .board-search-filter .rows button.search { border-radius: 0 6px 6px 0; border-left: 0 none; margin-left: 0; }
    .board-search-filter .rows input[type='text']:has(+button.search) { border-radius: 6px 0 0 6px; border: 1px solid #bdbdbd; border-right: 0 none; }
}
.board-search-filter .rows.board-utils-group { justify-content: flex-end; gap: 6px; padding: 0; }
.board-search-filter .rows:has(:is(input[type='text'],select))~.rows:has(:is(input[type='text'],select))~.rows:has(.lbl_group) { height: 40px; }
.board-search-filter+.function-buttons { margin-top: -30px; }
.board-ellipsis tbody td { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.cs-table-scroll_info+.gs-scrolly .board-search-filter { margin-top: 12px; }
.cs-table tbody.vertical :is(th,td) { text-align: center; }
.cs-table tbody.vertical :is(th,td)+:is(th,td) { border-left: 1px solid #e1e1e1; }
.cs-table tbody.vertical p { text-align: left; }
.cs-table tbody.vertical td input[type='range'] { width: 100%; appearance: none; }
.cs-table tbody.vertical td[colspan='1'] input[type='range'] { width: calc(100% / (1 * 2) * (1 * 2 - 2)  + (15px + 8px) * 2); }
.cs-table tbody.vertical td[colspan='2'] input[type='range'] { width: calc(100% / (2 * 2) * (2 * 2 - 2)  + (15px + 8px) * 2); }
.cs-table tbody.vertical td[colspan='3'] input[type='range'] { width: calc(100% / (3 * 2) * (3 * 2 - 2)  + (15px + 8px) * 2); }
.cs-table tbody.vertical td[colspan='4'] input[type='range'] { width: calc(100% / (4 * 2) * (4 * 2 - 2)  + (15px + 8px) * 2); }
.cs-table tbody.vertical td[colspan='5'] input[type='range'] { width: calc(100% / (5 * 2) * (5 * 2 - 2)  + (15px + 8px) * 2); }
.cs-table tbody.vertical td[colspan='6'] input[type='range'] { width: calc(100% / (6 * 2) * (6 * 2 - 2)  + (15px + 8px) * 2); }
.cs-table tbody.vertical td[colspan='7'] input[type='range'] { width: calc(100% / (7 * 2) * (7 * 2 - 2)  + (15px + 8px) * 2); }
.cs-table tbody.vertical td[colspan='8'] input[type='range'] { width: calc(100% / (8 * 2) * (8 * 2 - 2)  + (15px + 8px) * 2); }
.cs-table tbody.vertical td[colspan='9'] input[type='range'] { width: calc(100% / (9 * 2) * (9 * 2 - 2)  + (15px + 8px) * 2); }
.cs-table tbody.vertical td[colspan='10'] input[type='range'] { width: calc(100% / (10 * 2) * (10 * 2 - 2)  + (15px + 8px) * 2); }
.cs-table tbody.vertical td:has(:is(.btn,.cs-input)) { padding-top: 0; padding-bottom: 0; }
.cs-table td button.btn.btn-primary:disabled { background-color: #ddd; cursor: default; }
.cs-table .function-buttons { margin: 20px 0 0; }
.cs-table.sub { border-top: 0 none; }
.cs-table.sub :is(th,td) { height: 40px; padding: 10px; }
.cs-table-scroll { overflow-x: auto; }
:is(.contsec,.cs-cont)+.CommTab-function { margin-top: 80px; }
:is(.contsec,.cs-cont)+.tab-nav,
.tab-nav+:is(.contsec,.cs-cont) { margin-top: 40px; }
.item-table { width: 100%; border-top: 2px solid #000; border-collapse: collapse; text-align: center; }
.item-table :is(th,td) { border: 1px solid #cdcdcd; height: 40px; border-top: 0 none; font-size: 15px; }
.item-table th { background-color: #f6f6f6; }
.item-table.selectable td { cursor: pointer; }
.item-table.selectable tr:hover td { background-color: #f6f6f6; }
.item-table.selectable tr.selected td { background-color: #f6f6f6; color: var(--brand-color); font-weight: 600; }

.detail-section { display: flex; gap: 20px; margin-bottom: 40px; }
:is(.cs-table,.cs-cont,.function-buttons)+.detail-section { margin-top: 42px; }
.detail-section .detail-items { flex: 0 0 420px; }
.detail-section :is(.detail-item,.detail-cont) { border: 1px solid #cdcdcd; border-radius: 6px; padding: 20px; background-color: #fff; }
.detail-section .detail-item+.detail-item { margin-top: 20px; }
.detail-section :is(.detail-item.active,.detail-cont) { border-color: var(--brand-color); box-shadow: 0 0 8px rgba(37, 129, 62, 0.2); }
.detail-section .detail-cont .function-buttons { margin-top: 20px; }
.detail-section .board-utils-group { height: 42px; }
.detail-section :is(.cs-table,.cs-cont)+:is(.board-utils-group,.CommTab-function) { margin-top: 20px; }

.survey-step { display: flex; justify-content: space-evenly; align-items: center; border: 2px solid #cdcdcd; border-radius: 6px; padding: 20px; background-color: #fafafa; }
.survey-step>li { display: contents; }
.survey-step>li+li:before {
    content: ''; 
    display: block; width: 0; height: 0; border: solid transparent; border-width: 6px 0 6px 6px; border-left-color: #cdcdcd; }
.survey-step ul li { width: 120px; text-align: center; }
.survey-step ul li+li::before { content: ''; display: block; margin: 10px 0; height: 2px; background-color: #cdcdcd; }

.cols { display: flex; gap: 40px; align-items: flex-start; }

/* survey wrap */

.survey-wrap:has(.survey-auth-page){
    background: url(/dfip/static/images/sensory/background.png) no-repeat 50% 50%;
    background-size: cover;
}

.survey-wrap {
    /* display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center; */
    padding-top: 100px;
}
.survey-wrap header {}
.survey-wrap h1 {}

.survey-header{
    height: 100px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 3px solid var(--gr-1, #2DA34F);
    background: var(--g-00, #FFF);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
}

.survey-header div{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.survey-header div .divider{
    width: 1px;
    height: 16px;
    background-color: #CDD1D5;
}

.survey-header div .text{
    font-size: 19px;
    font-weight: 700;
    color: #58616A;
}

/* 인증페이지 */
.survey-inner{
    width: 588px;
    overflow: hidden;
    border-radius: 40px;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.20);
    background-color: #fff;
}
.survey-page-header{
    display: flex;
    padding: 24px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    background: linear-gradient(97deg, #2DA34F -150.38%, #1B5D88 101.57%);
}

.survey-page-header h1{
    color: var(--g-00, #FFF);
    font-size: 17px;
    font-weight: 400;
}

.survey-page-header div{
    color: #FFF;
    font-size: 25px;
    font-weight: 700;
}

.survey-page-content{
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.survey-form{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.survey-form-title{
    color: #000;
    font-size: 20px;
    line-height: 150%; /* 25.5px */
    border-bottom: 1px solid #eeee;
    padding-bottom: 12px;
    font-weight: 700;
}
.input-rows{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.label-field{
    color: #464C53;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%; /* 25.5px */
}
.input-field{
    display: flex;
    align-items: center;
    gap: 8px;
}
.input-field input{
    width: 100%;
    height: 58px;
    border-radius: 8px;
    border: 1px solid #58616A;
    background-color: #fff;
    padding-left: 20px;
}

.input-rows button{
    display: flex;
    height: 56px;
    min-width: 90px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 8px;
    background: var(--primary, #2DA34F);
    color: #fff;
}

.input-textarea{
    font-size: 15px;
    font-weight: 400;
    line-height: 150%; /* 25.5px */
    color: #464C53;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #58616A;
    background-color: #fff;
    overflow-y: auto;
    height: 120px;
    padding: 16px;
}

.survey-evaluation{
    margin: 0 auto;
    max-width: 900px;
    padding-top: 50px;
}

.survey-evaluation .cs-table .fz-sm{
    font-size: 13px;
}



.survey-evaluation .contsec{
    background-color: #f7f7f7;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #ddd;
}

.survey-evaluation .contsec-cont{
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.survey-evaluation .contsec-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.survey-alert{
    max-width: 550px;
    margin: 0 auto;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 24px;
    border: 1px solid #eee;
    text-align: center;
}
.survey-alert-content{
    
}
.survey-alert-content-title{
    font-size: 32px;
    font-weight: 700;
    color: #131416;
}

.survey-alert-content-title b{
    color: #299347;
    font-size: 1em;
}

.survey-alert-content-icon{
    padding: 32px 0 20px;
}
.survey-alert-content-body{
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #eee;
    font-size: 19px;
    color: #131416;
}
.survey-alert-content-button{
    display: flex;
}
.survey-alert-count{
    color: #131416;
    font-size: 25px;
    padding-top: 15px;
}
.survey-alert-count b{
font-size: 1em;
}
.survey-alert-content-button button{
    width: 100%;
    height: 56px;
    border-radius: 8px;
    background: var(--primary, #2DA34F);
    color: #fff;
}

.survey-alert{
    margin-top: 30px;
}

@media (max-width: 1024px) {
    .survey-wrap{
        padding-left: 25px;
        padding-right: 25px;
    }

}

@media (max-width: 768px) {
    .survey-inner{
        width: calc(100vw - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }
    .survey-page-header{
        padding: 16px 0;
    }

    .survey-page-header h1{
        font-size: 14px;
    }
    .survey-page-header div{
        font-size: 20px;
    }

    .survey-page-content{
        padding: 20px;
    }
    .input-rows{
        gap: 16px;
    }
    .label-field{
        font-size: 14px;
    }
    .input-field{
        gap: 16px;
    }
    .input-field input{
        height: 48px;
    }
    .input-rows button{
        height: 48px;
        min-width: 72px;
        padding: 0 16px;
    }
    .survey-alert-count{
        font-size: 20px;
        padding-top: 10px;
    }
    .survey-alert-content-button button{
        height: 48px;
    }

    .survey-evaluation{
        padding-top: 30px;
    }
    .survey-evaluation .contsec{
        padding: 16px;
    }
    .survey-evaluation .contsec-cont{
        padding: 10px;
    }
    .survey-evaluation .contsec-header{
        flex-direction: column;
        gap: 16px;
    }
    .survey-evaluation .contsec-header h3{
        font-size: 16px;
    }
    .survey-evaluation .contsec-header .function-buttons{
        margin-top: 16px;
    }
    .survey-evaluation .contsec-header .function-buttons button{
        width: 100%;
    }
    .survey-evaluation .contsec-header .function-buttons button.btn-primary{
        width: 100%;
    }
    .survey-alert{
        padding: 16px;
    }
    
    .survey-alert-content-title{
        font-size: 18px;
    }
    .survey-alert-content-icon{
        padding: 24px 0 16px;
    }
    .survey-alert-content-body{
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
    .survey-alert-content-button{
        display: flex;
        justify-content: center;
    }
    .survey-alert-content-button button{
        width: 100%;
    }
    .survey-alert-count{
        font-size: 18px;
    }
    .survey-alert-count b{
        font-size: 18px;
    }
    .survey-alert-content-button button{
        height: 48px;
    }
}












































.survey-wrap .cs-table { width: auto; }
.survey-wrap .cs-table table { table-layout: auto; }
.survey-wrap .mobile-show { display: none; }

@media (max-width: 1000px) {
    .survey-wrap .cs-table-flex, .cs-table-flex3, .cs-table-flex2 { border: 1px solid #bdbdbd; }
    .survey-wrap td.has-checkbox { display: contents; }
    .survey-wrap td.has-checkbox+td.has-checkbox .cs-checkbox { margin-left: 12px; }
    .survey-wrap td .cs-checkbox { padding-top: 10px; padding-bottom: 10px; }
    .survey-wrap td .lbl_group { justify-content: space-evenly; }
    .survey-wrap td .lbl_group .cs-checkbox { padding-top: 0; padding-bottom: 0; }
    .survey-wrap .mobile-show { display: block; font-size: 12px; }
    .survey-wrap .mobile-hide { display: none; }
    .survey-wrap .cs-table tbody.vertical :is(th,td) { text-align: left; }
    .survey-wrap .cs-table tbody.vertical :is(th,td)+:is(th,td) { border-left: 0 none; }
    .survey-wrap .cs-table tbody.vertical td input[type='range'] { width: 100% !important; }
    .survey-wrap input[type='range']+.mobile-show.range-label { margin-top: 6px; }
    .survey-wrap label.cs-checkbox { display: flex; flex-direction: column; }
    .survey-wrap label.cs-checkbox span { margin: 2px 0 0; }
    .survey-wrap .mobile-show.range-label { display: flex; gap: 24px; justify-content: space-between; margin-bottom: 6px; text-align: center; }
    .survey-wrap .mobile-show.range-label li { word-break: keep-all; }
    .survey-wrap .mobile-show.range-label li:first-child { text-align: left; }
    .survey-wrap .mobile-show.range-label li:last-child { text-align: right; }
    .survey-wrap :is(.cs-table,.cs-cont)+:is(.board-utils-group,.CommTab-function),
    .survey-wrap .function-buttons { margin-top: 20px; }

    .survey-wrap .cs-table-flex>table>tbody>tr>th { margin-bottom: 4px; }
    .survey-wrap .cs-table-flex>table>tbody>tr>td { margin-top: 0; }
    .survey-wrap .cs-table-flex>table>tbody>tr { display: block; }
    .survey-wrap .cs-table-flex>table>tbody>tr.has-checkbox { display: flex; flex-wrap: wrap; justify-content: space-evenly; }
    .survey-wrap .cs-table-flex>table>tbody>tr.has-checkbox td { flex: 0 0 100%; }
    .survey-wrap .cs-table-flex>table>tbody>tr.has-checkbox td p { font-size: 14px; word-break: keep-all; }
    .survey-wrap .cs-table-flex>table>tbody>tr.has-checkbox td.has-checkbox { flex: 0 0 auto; }
    .cs-table-flex>table>tbody>tr>th::after { content: none; }
    .cs-table-flex>table>tbody>tr>td { font-size: 14px; }
}