@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

/* Modal */
.conSecMd{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9000;
    top: 0;
    left: 0;
}
.csmBg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9001;
    cursor: pointer;
}
.csmBg1, .csmBg2{
    cursor: default;
}
.csmCon{
    position: absolute;
    z-index: 9002;
    /* width: 900px; */
    /* background: #fff; */
    padding-top: 1px; 
}
.csmShDiv{
    height: 100%;
    overflow-y: auto;
    font-size: 0;
}
.csmClsBtn{
    cursor: pointer;
}


.csmCon1{
    width: 600px;
    background: #ffffff;
    padding: 0;
    overflow: hidden;
}
.csmCon1 .csmClsBtn{
    position: absolute;
    top: 40px;
    right: 40px;
}

._LCAplLoad{
    width: 100%;
    height: 100%;
}
._LCM_TLT{
    padding: 40px 40px 14px 40px;
    line-height: 150%;
    /* border-bottom: 1px solid #3B3B3D; */
}
._LCM_TLT .s{
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.03em;
    padding-right: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
._LCM_TLT .m{
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.03em;
    color: #3B3B3D;
}







._LCM_FM{
    height: calc(100% - 200px);
    overflow-y: auto;
}
._LCMFM_Tbl{
    width: 520px;
    margin: 0 auto;
    border-top: 1px solid #3B3B3D;
    /* border-bottom: 1px solid #3B3B3D; */
}
._LCMFM_Tbl tr th{
    vertical-align: middle;
    border-bottom: 1px solid #D0D0D0;
    padding-left: 20px;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    width: 70px;
}
._LCMFM_Tbl tr td{
    vertical-align: middle;
    font-size: 0;
    padding: 12px 20px;
    border-bottom: 1px solid #D0D0D0;
}
._LCMFM_Tbl tr:last-child th,
._LCMFM_Tbl tr:last-child td{
    border-bottom: 0;
}

input.lc_inp{
    width: 100%;
    border: 1px solid #AFAFAF;
    padding: 9px 14px;
    border-radius: 2px;
}


._LCMFM_Tbl tr.qstTr td{
    padding: 18px 20px;
}
.qstTlt{
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    /* identical to box height, or 21px */
    color: #3B3B3D;
    position: relative;
    padding-left: 20px;
    word-break: keep-all;
}
.qstTlt:before{
    content: 'Q.';
    position: absolute;
    top: 0;
    left: 0;
}
.qstTlt.text{
    margin-bottom: 12px;
}
.qstTlt.rc{
    margin-bottom: 18px;
}
textarea.qstAnswText{
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    height: 100px;
    resize: none;
    border: 1px solid #AFAFAF;
    border-radius: 2px;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.03em;
    color: #3B3B3D;
    font-weight: 400;
}
textarea.qstAnswText::-webkit-input-placeholder {
    color: #A0A4A8;
}
textarea.qstAnswText:-ms-input-placeholder {
    color: #A0A4A8;
}
textarea.qstAnswText::-webkit-input-placeholder {
    color: #A0A4A8;
}
textarea.qstAnswText:-ms-input-placeholder {
    color: #A0A4A8;
}
textarea.qstAnswText::placeholder {
    color: #A0A4A8;
}
.qstAnswRd{
    font-size: 0;
}
.qstAnswCh{

}


._qst_el{
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-right: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #3B3B3D;
}
._qst_el:nth-last-child(-n+5){
    margin-bottom: 0;
}
._qst_el input[type=checkbox] + label{
    background: url('/assets/data/img/live/check1_off.png') no-repeat left center;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.38px;
    text-align: left;
    color: #16181a;
    padding: 0px 0 0px 28px;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select:none;
}

._qst_el input[type=checkbox]:checked + label{
    background: url('/assets/data/img/live/check1_on.png') no-repeat left center;
    font-weight: bold;
}

._qst_el input[type="radio"] + label {
    background: url('/assets/data/img/live/radio_off.png') left top no-repeat;
    background-size: 19px 20px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.38px;
    text-align: left;
    color: #16181a;
    padding: 0px 0 0px 28px;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select:none;
}

._qst_el input[type="radio"]:checked + label {
    background:url('/assets/data/img/live/radio_on.png') 0 top no-repeat;
    background-size: 19px 20px;
}

._LCMFM_Tbl tr.agrTr td{
    padding: 18px 20px;
}


._LCM_BTN{
    text-align: center;
    padding-bottom: 40px;
}
._LCM_BTN > div{
    border-top: 1px solid #3B3B3D;
    padding-top: 25px;
    width: 520px;
    margin: 0 auto;
    text-align: center;
}
._LCM_BTN > div > button{
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    width: 250px;
    height: 50px;
    background: #505ED1;
    font-weight: 700;
    font-size: 16px;
    line-height: 50px;
    color: #FFFFFF;
    border-radius: 4px;
    border: 0;
}

._agrDiv{
    margin-bottom: 10px;
}
._agrDiv input[type=checkbox] + label{
    background: url('/assets/data/img/live/check1_off.png') no-repeat left center;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.38px;
    text-align: left;
    color: #16181a;
    padding: 0px 0 0px 28px;
    font-weight: 700;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select:none;
}

._agrDiv input[type=checkbox]:checked + label{
    background: url('/assets/data/img/live/check1_on.png') no-repeat left center;
    font-weight: bold;
}
._agrElDiv{
    /* width: 100%; */
    padding: 14px;
    background: #FAFAFA;
    border-radius: 6px;
}
._agrEl input[type=checkbox] + label{
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    background: url('/assets/data/img/live/check2_off.png') no-repeat left center;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: -0.38px;
    text-align: left;
    color: #16181a;
    font-weight: 700;
    padding: 0px 0 0px 20px;
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select:none;
}

._agrEl input[type=checkbox]:checked + label{
    background: url('/assets/data/img/live/check2_on.png') no-repeat left center;
    font-weight: bold;
}
._agrEl{

}
._agrTxt{
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #5C5C5C;
    text-align: left;
    margin-top: 2px;
    margin-bottom: 10px;
    padding-left: 20px;
    word-break: keep-all;
}

.csmCon2{
    width: 410px;
    height: 195px;
    padding: 40px;
    background: #ffffff;
}
.csmCon2 .csmTlt{
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.03em;
    color: #3B3B3D;
    padding-bottom: 14px;
}
.csmCon2 .csmInfo{
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.03em;
    color: #3B3B3D;
    padding-bottom: 25px;
}
.csmCon2 .csmBtn{
    text-align: center;
    font-size: 0;
}
.csmCon2 .csmBtn > button{
    width: 200px;
    height: 50px;
    line-height: 48px;
    margin-right: 10px;
    border-radius: 4px;
}
.csmCon2 .csmBtn > button:last-child{
    margin-right: 0;
}
.csmCon2 .csmBtn > button:nth-child(1){
    background: #FFFFFF;
    border: 1px solid #3B3B3D;
    font-weight: 400;
    font-size: 16px;
    color: #3B3B3D;
}
.csmCon2 .csmBtn > button:nth-child(2){
    background: #505ED1;
    border: 1px solid #505ED1;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
}