.has-error {
    color: #ED5565;
}

.list-box {
    padding: 20px 30px;
    text-align: center;
    border: 1px solid #ddd;
}

.btn-area .btn {
    width: auto;
    line-height: 40px;
    padding: 0 20px;
    text-align: center;
}

.pull-left {
    float:left;
}
.pull-right {
    float:right;
}
.notice-box {
    width:100%;
}

.pdt10 { padding-top:10px; }
.pdt20 { padding-top:30px; }
.pdt30 { padding-top:30px; }

.mgt10 { margin-top: 10px }
.mgt20 { margin-top: 20px }
.mgt30 { margin-top: 30px }

.line-top { border-top:1px solid #ddd }
.txt-l { text-align: left }

.vt {
    vertical-align: top;
}

.radio.radio-inline {
    padding: 5px 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.label {
    background-color: #d1dade;
    color: #5e5e5e;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 8px;
    text-shadow: none;
    border-radius: 0.35em;
    line-height: 1;
    white-space: nowrap;
    color: #333;
}
.label-primary{background-color:#1ab394;color:#fff}
.label-success{background-color:#1c84c6;color:#fff}

.tc {text-align: center;}

.result-success {
    font-weight: 600;
    font-size: 57px;
    text-align: center;
    padding-bottom: 36px;
}


.btn3 {
    font-size: 16px;
    line-height: 32px;
    display: inline-block;
    padding: 0px 15px;
    height: 32px;
    background: #000;
    color: #fff;
    font-family: 'pretendard';
    border: 1px solid #ccc;
    font-weight: 500;
    text-align: center;
    width: auto;
}

.mIcon {
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 10px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #888;
    vertical-align: top;
    margin-right: 3px;
}

.iconColor1 {
    background: #b32940;
}
.iconColor2 {
    background: #ec6624;
}
.iconColor3 {
    background: #ec9024;
}
.iconColor4 {
    background: #0f628a;
}
.iconColor5 {
    background: #318d50;
}
.iconColor6 {
    background: #73a911;
}
.iconColor7 {
    background: #308ed1;
}
.iconColor8 {
    background: #372cc0;
}
.iconColor9 {
    background: #5a2cc0;
}
.iconColor10 {
    background: #313131;
}
.iconColor0 {
    background: #888;
}

@media screen and (max-width: 768px) {

    .btn-area .btn {
        line-height: 45px;
    }
    .btn-area .btn.prev, .btn-area .btn.next, .btn-area .btn.small-btn {
        height: 42px;
        line-height: 42px;
        min-width: auto;
        padding: 0 12px;
    }

    .mIcon { display: inline-flex; }

}

.wd60px { width:60px; }
.wd80px { width:80px; }
.wd100px { width:100px; }
.wd120px { width:120px; }
.wd140px { width:140px; }
.wd160px { width:160px; }

.wd60p{ width: 60% }
.wd80p{ width: 80% }
.wd100p{ width: 100% }

.display-inline {display: inline-block}
.display-block {display: block}

.sml-btn {
    min-width: auto;
    height: auto;
    padding: 12px 20px;
    background-color: #004099;
    color: #fff;
}
.line-through {text-decoration: line-through; color:#ddd}
.red {color:red;}

.pollInfo {
    font-size: 1.2rem;
    line-height: 32px;
}

.scaleUl {
    width:100%;
}

.scaleUl li {
    display: inline-block;
    vertical-align: top;
    padding: 0 12px;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .scaleUl li {
        display: block;
        padding: 5px;
        text-align: left;
    }
}
.d-none { display: none; }

/* FIX OF UGLY SELECT */
SELECT {
    background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
    background-position: calc(100% - 0.75rem) center !important;
    -moz-appearance:none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}