@charset "UTF-8";

/* default.css */
ul {
    list-style: none;
}
input,
select,
button {
    font-size: 10pt;
    vertical-align: middle;
    /* font-family: "맑은 고딕", "Malgun Gothic"; */
    color: #515151;
}
label,
span,
img {
    vertical-align: middle;
}
button {
    border: none;
}
textarea {
    font-size: 10pt;
    vertical-align: middle;
    /* font-family: "맑은 고딕", "Malgun Gothic"; */
    color: #515151;
    padding: 2px;
}
select {
    padding: 1px;
}
input {
    padding: 2px;
}
input,
select,
textarea {
    border-radius: 4px;
}
input[type="text"],
input[type="password"],
textarea,
select {
    border: 1px solid #c6c6c6;
}

/* 20180808 설문조사 */
.sv {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -290px;
    overflow: hidden;
    background: #ededed;
    width: 580px;
    z-index: 9999;
}
/* .sv_top {
  height: 74px;
  width: 100%;
  background: #00375f url(/img/survey/icon_svtop.png) no-repeat 14px bottom;
}
.sv_top_tit {
  padding: 24px 0 0 100px;
  height: 54px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.1em;
  float: left;
} */
/* .sv_top_close {
  float: right;
} */

.sv_top2 {
    overflow: hidden;
    margin: 15px 15px 0 15px;
}
.sv_tit01 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.05em;
    float: left;
}
.sv_date {
    float: right;
    color: #004a80;
    font-size: 13px;
}
.sv_cont {
    margin: 10px 15px 15px 15px;
    padding: 0 15px;
    min-height: 464px;
    background: #fff;
    border: 1px solid #d3d3d3;
}
.sv_txt01 {
    color: #0072bc;
    line-height: 1.4;
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 5px;
}
.sv_txt01 span {
    color: #666;
}
.sv_txt02 {
    line-height: 1.4;
}

.sv_bt {
    clear: both;
    margin-right: 15px;
    margin-bottom: 20px;
    overflow: hidden;
}
.sv_bt li {
    float: right;
}
.sv_bt li:first-child {
    float: left;
    padding-left: 15px;
}
.sv_bt li:nth-of-type(3) {
    float: right;
    padding-right: 15px;
}
.sv_pd {
    margin: 5px 0 0 0;
    font-weight: bold;
}

.sv_check {
    line-height: 13px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #ececec;
} /*margin-bottom:-5px;*/

.sv_stab_container {
    border-bottom: 1px solid #0072bc;
    margin-bottom: 10px;
}
.sv_stab {
    overflow: hidden;
    margin-bottom: -1px;
}
.sv_stab li {
    float: left;
    margin-right: 2px;
}
.sv_stab a {
    display: block;
    background: #fafafa;
    text-align: center;
    padding: 10px 30px;
    border: 1px solid #dedede;
    border-bottom: 1px solid #fc7071;
    font-size: 14px;
    min-width: 60px;
}
.sv_stab .sv_stab_select {
    background: #ffffff;
    border: 1px solid #0072bc;
    border-bottom: 1px solid #ffffff;
    font-weight: bold;
    color: black;
    text-decoration: none;
    cursor: context-menu;
}

.sv_bbswrite_tb {
    width: 100%;
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;
    line-height: 1.5;
}
.sv_bbswrite_tb th {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px;
    text-align: left;
    background: #f0f0f0;
    min-height: 30px;
    font-weight: bold;
}
.sv_bbswrite_tb td {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px;
    min-height: 30px;
}
.sv_bbswrite_tb .min_height_reset th,
.sv_bbswrite_tb .min_height_reset td {
    min-height: 0 !important;
}
.sv_bbswrite_tb th.bd_none {
    border: none;
}
.sv_bbswrite_tb td.bd_none {
    border: none;
}

.sv_tit02 {
    display: block;
    padding: 4px 30px 15px 22px;
    background: url(/img/survey/comm_tit002.png) no-repeat 10px 10px;
    font-size: 16px;
    color: #0072bc /*8dc63f*/;
    letter-spacing: -0.05em;
    font-weight: bold;
}

.sv_sv01 {
    background: #0072bc;
    color: #fff;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.sv_sv01 pre {
    /* font-family: "맑은 고딕", "Malgun Gothic"; */
    font-size: 14px;
    color: #fff;
    word-break: break-all;
    white-space: pre-line;
}
.sv_sv02 {
    clear: both;
    padding: 4px 20px;
    font-weight: bold;
    margin: 0px 0px;
    font-size: 14px;
}
.sv_sv03 {
    padding: 5px 10px;
    line-height: 1.5;
}
.sv_sv03 span {
    color: #666;
}

.sv_result {
    overflow: hidden;
    background: #fff;
}

.sv_result_cont {
    padding: 20px;
    margin: 75px 0px 20px 0px;
}
.sv_bt_print {
    float: right;
    margin-bottom: 10px;
}

.sv_result_item {
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.sv_result_tit {
    padding: 2px 0 15px 30px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.05em;
}
.sv_result_num {
    background: #f6f6f6;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    font-weight: bold;
}
.sv_result_sheet {
    padding: 10px;
}

.sv_people {
    float: left;
    font-weight: bold;
    padding: 3px 20px 0 0;
}
.sv_bt_excel {
    float: left;
}
.sv_people_sheet {
    clear: both;
    padding-top: 10px;
}

.input_box,
.text_box {
    width: 100%;
}

.num_div {
    display: inline;
}

.w20p {
    width: 20%;
}
.w25p {
    width: 25%;
}
.w30p {
    width: 30%;
}
.w35p {
    width: 35%;
}

.bg_shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background: #000000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.br_none > br {
    display: none;
}

/* 20260415 설문조사 */
/* .sv-wrap.modal-dialog {
  display: flex;
  justify-content: center;
} */
.sv {
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
}
.sv.modal-content {
    border-radius: 1.2rem;
    background-color: #fff !important;
}
.sv_top.modal-header {
    width: 100%;
    background-color: inherit;
    padding-top: 5.6rem;
    padding-inline: 4rem;
}
.sv_top.modal-header .modal-title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 2.4rem;
    font-weight: 700;
}
.sv_top_close {
    position: absolute;
    top: 2.6rem;
    right: 2.6rem;
}
.sv_top_close a {
    display: block;
}
.sv.modal-content .sv_top2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.6rem 4rem 0.8rem;
    margin: 0;
}
.sv.modal-content .sv_top2 .sv_tit01 {
    font-size: 1.9rem;
}
.sv.modal-content .sv_cont {
    margin: 0.8rem 4rem 0.8rem;
    /* max-height: 40rem;
  overflow-y: auto; */
}
.sv.modal-content .sv_cont .sv_txt01 {
    padding: 0.8rem 0;
    margin-bottom: 1.2rem;
}
.sv.modal-content .sv_bt {
    padding: 1.6rem 4rem 4rem;
    margin: 0;
}
.sv.modal-content .sv_bt li {
    padding-left: 0;
}
.sv.modal-content .sv_check .krds-form-check {
    display: flex;
    align-items: center;
    gap: 8px;
}
.sv.modal-content .sv_check .krds-form-check label {
    font-size: 1.5rem;
}
.sv.modal-content .sv_check .krds-form-check label::before,
label::after {
    top: 0.2rem;
}
.sv.modal-content .sv_bbswrite_tb th {
    font-size: 1.5rem;
}
.gap-3 {
    gap: 1.2rem;
}
.sv .krds-form-check {
    padding: 4px 0;
}
@media (min-width: 769px) and (max-width: 1500px) {
    .sv {
        width: 70%;
    }
}

@media all and (max-width: 768px) {
    .sv {
        top: 2vh;
        width: 100%;
    }
    .w20p {
        width: 100%;
    }
    .w25p {
        width: 100%;
    }
    .w30p {
        width: 100%;
    }
    .w35p {
        width: 100%;
    }
    .num_div {
        display: block;
        overflow: hidden;
        width: 100%;
    }
    .num_div input {
        float: left;
        width: 85%;
    }
    .num_div span {
        float: left;
        width: 8%;
        margin-left: 5px;
    }
    .sv_txt01 > br {
        display: none;
    }
    .br_none > br {
        display: inline-block;
    }
    input,
    select {
        box-sizing: border-box;
    }
    input[type="radio"] {
        -webkit-appearance: radio;
    }
    input[type="checkBox"] {
        -webkit-appearance: checkBox;
    }
    .sv .bd_none.justify-between {
        flex-direction: column !important;
    }
}
