textarea:focus,input:focus {
    outline: none;
}
/* 20240822 수정 */
#survey_container {
    position: relative;
    padding-top:50px;
    background:#05141F;
}
/* 20240822 수정 끝 */
#survey_container #content {
    background:#fff;
}

#survey_container img {
    width:100%;
}

.survey .survey_head {
    position:relative;
    width:100%;
    min-height: 80px;
    background-color: #05141f;
    text-align: center;
}

.survey .survey_head .logo {
    position: relative;
    margin: auto;
    display: block;
    max-width: 70px;
}
.survey .survey_head .head_title {
    padding-top:12px;
    padding-bottom: 4px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    /* white-space: nowrap; */
    /* word-break: break-all; */
    word-break: break-word;
    z-index: 2;
}

.survey .survey_start {width:100%;height:100%; max-width:400px;position:relative;left:0px;right:0px;margin:auto;padding-bottom: 70px;}

.survey .survey_start .inner_wrap {
    position: relative;
    padding:15px 15px;
}

.survey .survey_start .inner_wrap .inner_content_wrap {
    position: relative;
    padding:15px 15px;
}

.survey .survey_start .inner_wrap .inner_content_wrap .title {
    font-weight: 400;
    font-size: 17px;
    color: #05141f;
}
.survey .survey_start .inner_wrap .inner_content_wrap .content {
    margin-top:20px;
    padding:14px;
    background-color: #f7f8f8;
    line-height: 2.15;
    color:#5a6064;
    font-size: 14px;
}

.survey .survey_btn {
    position:fixed;
    left:0px;
    right:0px;
    bottom: 0px;
    margin: auto;
    width:100%;
    max-width:400px;
    min-height:48px;
    background-color: #05141f;

}

.survey .survey_btn button {
    position: relative;
    width:100%;
    height:100%;
    text-align: center;
}
.survey .survey_btn .survey_btn_txt {
    line-height: 20px;
    padding:14px;
    color:#fff;
    font-size: 18px;
}

.survey .survey_page {
    width:100%;
    max-width:400px;
    position:relative;
    margin:auto;
    padding:0px 16px;
    box-sizing:border-box
}

.survey .survey_page .inner_wrap {
    position: relative;
    /* padding:15px 15px; */
}

.survey .survey_page .inner_wrap .title_h {
    font-size: 23px;
    font-weight: 700;
}
.survey .survey_page .inner_wrap .content_h {
    padding:0;
    font-size: 17px;
    line-height: normal;
}
.survey .survey_page .inner_wrap .txt_item + .txt_item {
    margin-top: 20px;
}
.survey .survey_page .inner_wrap  .link_item a {
    color:#2222FE;
    font-size: 15px;
    font-weight: 700;
    margin-top: 4px;
    display: block;
}

.survey .survey_page .inner_wrap .link_item a::before {
    content: '';
    width:18px;
    height: 18px;
    display: inline-block;
    vertical-align: sub;
    background-size: 100%;
}
.survey .survey_page .inner_wrap .link_item .link_1::before{
    background-image: url(/itg/images/icn/icn_client.svg);
}
.survey .survey_page .inner_wrap .link_item .link_2::before{
    background-image: url(/itg/images/icn/icon_drive.svg);
}
.survey .survey_page .inner_wrap  .link_item .link_3::before{
    background-image: url(/itg/images/icn/icon_about_2.svg);
}
.survey .survey_page .inner_wrap .progress_wrap {
    position: relative;
}
.survey .survey_page .inner_wrap .progress_wrap .title {
    font-size: 13px;
    color:#05141f;
}
.survey .survey_page .inner_wrap .progress_wrap .title .point {
    font-weight: 700;
}
.survey .survey_page .inner_wrap .progress_wrap .grap {
    position: relative;
    margin-top:8px;
    width:100%;
    height:4px;
    background-color: rgba(5,20,31,0.1);
}

.survey .survey_page .inner_wrap .progress_wrap .grap .on {
    position: absolute;
    top:0px;
    left:0px;

    height:4px;
    background-color: rgba(5,20,31,1);
}

.survey .survey_page .inner_wrap .inner_content_wrap {
    position: relative;
    margin-top:40px;
    padding: 0px 15px
}

.survey .survey_page .inner_wrap .inner_content_wrap .title {
    position: relative;
    padding: 24px 15px 45px;
    background-color: #f6f6f6;

}
.survey .survey_page .inner_wrap .inner_content_wrap .title .txt {
    font-size: 18px;
    line-height: 1.41;
}
.survey .survey_page .inner_wrap .inner_content_wrap .title .txt_list{
    font-size: 14px;
    line-height: 2.15;
}

.survey .survey_page .inner_wrap .inner_content_wrap .title .title_flag {
    float: right;
    right:15px;
    bottom:24px;
    padding: 2px 4px;
    border:1px solid #5d7d2b;
    color : #5d7d2b;
    font-size: 12px;
    line-height: 1.3;
    display:inline;
}

.survey .survey_page .inner_wrap .inner_content_wrap .content {
    padding: 10px 15px;
}
.survey .survey_page .inner_wrap .inner_content_wrap .content_h {
    padding: 10px 0px;
}

.survey .survey_page .inner_wrap .inner_content_wrap .content ul li {
    padding-top:10px;
}

.survey .survey_page .form_order {
    min-height:28px;
}

.survey .survey_page .form_order input[type="text"] {
    width:16px;
    height:16px;
    border:1px solid #4f4f4f;
    border-radius: 2px;
    background-color: #fff;
    color:#fff;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
}

.survey .survey_page .form_order .on {
    text-align: center;
    background-color: #005cc8 !important;

}

.survey .survey_page .form_order label {
    font-size: 17px;
    line-height: 1.65;
    letter-spacing: -0.34px;
    padding-left : 14px;
    cursor:pointer;
    display: inline-block;
}

.survey .survey_page .form_radio {
    min-height:28px;
}
.survey .survey_page .form_radio input[type="radio"],.survey .survey_page .form_radio input[type="checkbox"] {width:0px;height:0px;display:none;}

.survey .survey_page .form_radio label {
    font-size: 17px;
    line-height: 1.65;
    letter-spacing: -0.34px;
    padding-left : 30px;
    background-image: url('/itg/images/survey/ic_radio_off.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: left 6px;
    cursor:pointer;
    display: inline-block;
}
.survey .survey_page .form_radio input[type="radio"]:checked + label {
    background-image: url('/itg/images/survey/ic_radio_on.png');
}


.survey .survey_page .form_checkbox {
    min-height:28px;
}
.survey .survey_page .form_checkbox input {width:0px;height:0px;display:none;}

.survey .survey_page .form_checkbox label {
    font-size: 17px;
    line-height: 1.65;
    letter-spacing: -0.34px;
    padding-left : 30px;
    background-image: url('/itg/images/survey/ic_check_off.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: left 6px;
    cursor:pointer;
    display: inline-block;
}
.survey .survey_page .form_checkbox input[type="checkbox"]:checked + label {
    background-image: url('/itg/images/survey/ic_check_on.png');
}


.survey .survey_page .inner_wrap .inner_content_wrap .content ul li .select_img {
    padding-top:10px;
}

.survey .etc_textarea {
    position: relative;
    width:100%;
    border-bottom: 1px solid #ccc;
}
.survey .etc_textarea textarea {
    width:calc(100% - 20px);
    height:17px;
    border:0px;
    padding:10px;
    font-size: 17px;
    letter-spacing: -0.34px;
    resize: none;
}
.survey .etc_textarea textarea::placeholder {
    opacity: 0.3;
}

.survey .survey_textarea {
    position: relative;
    width:100%;
    min-height:180px;
    border:1px solid #05141f;
}
.survey .survey_textarea .text_cnt {
    position: absolute;
    right:10px;
    bottom:10px;
    margin:auto;
    color:#05141f;
}
.survey .survey_textarea .text_cnt span {
    font-size: 17px;
    opacity: 0.3;
}

.survey .survey_textarea textarea {
    width:calc(100% - 20px);
    height:17px;
    border:0px;
    padding:10px;
    font-size: 17px;
    letter-spacing: -0.34px;
    resize: none;
}

.survey .survey_textarea textarea::placeholder {
    opacity: 0.3;
}


@media (min-width: 320px) and (max-width: 767px) {
    .heading_title {
        min-width: 240px;
    }
    .survey .survey_start {
      margin-top: 59px;
    }
    .survey .survey_page {
        margin-top: 30px;
    }

}
@media (min-width: 768px) and (max-width: 1279px) {
    .survey .survey_start {
      /* margin-top: 80px; */
      margin-top: 59px;
    }
    .survey .survey_page {
        margin-top: 30px;
      }
}
@media (min-width: 1280px) {
    .survey .survey_start {
      /* margin-top: 120px; */
      margin-top: 59px;
    }
    .survey .survey_page {
        margin-top: 30px;
      }
}

/* 250422 설문조사 완료 추가 */
.survey .bb_survey_page .inner_wrap .content_h {
    padding:0;
}
.survey .bb_survey_page .inner_wrap .content_h .bg_gray_txt {
    background-color: #F7F8F8;
    padding:30px 16px;
    margin:30px 0;
}
.survey .bb_survey_page .inner_wrap .content_h .bg_gray_txt p + p {
    margin-top: 16px;
}
.survey .bb_survey_page .inner_wrap .content_h .bg_gray_txt p {
    font-size:16px;
    line-height: 20px;
    color:#05141F;
}
.survey .bb_survey_page .inner_wrap .content_h .bg_gray_txt p em.bold {
    font-weight: 700;
}
.survey .bb_survey_page .txt_deco_list li + li {
    margin-top:30px;
}
.survey .bb_survey_page .txt_deco_list li p {
    position: relative;
    padding-left:10px;
    font-size:14px;
    color:#05141F;
}
.survey .bb_survey_page .txt_deco_list li p + p {
    margin-top: 10px;
}
.survey .bb_survey_page .txt_deco_list li p:before {
    content: '';
    width:5px;
    height:5px;
    background-color: #05141F;
    border-radius: 50%;
    position: absolute;
    top:6px;
    left:0;
}
.survey .bb_survey_page .txt_deco_list li .btn_wrap {
    margin-top:16px;
}
.survey .bb_survey_page .txt_deco_list li .btn_wrap button {
    color:#fff;
    font-weight: 700;
    font-size:14px;
    border-radius: 6px;
    background-color: #05141F;
    padding:20px 20px;
    align-items: center;
    justify-content: center;
    display: block;
    width:100%;
}
.survey .bb_survey_page .txt_deco_list li .btn_wrap button + button {
    margin-top: 16px;
}

/* 설문 완료 250509 추가 */
/* 250514 bg 추가 s */
.survey .survey_btn.bg_transparent {
    background-color: transparent;
    background-color: #fff;
}
/* 250514 bg 추가 e */
.survey .survey_btn .btn_desc {
    color:#05141F;
    margin-bottom:10px;
    font-size:14px;
}
.survey .survey_btn.bg_transparent button {
    background-color: #05141F;
}
.survey .survey_btn.bg_transparent button + button {
    border-top:1px solid #fff;
}
