/* Common **********************************************************************/

/* Common **********************************************************************/
html,
body {
    width: 100%;
}

html {
    overflow-y: scroll;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    -webkit-text-size-adjust: none;
    -webkit-text-size-adjust - auto | none | N% (default auto)
}

body {
    word-break: break-all;
    -ms-word-break: break-all;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0px none;
    vertical-align: top;
}

dl,
ul,
ol,
menu,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

body {
    background: #fff;
}

body,
th,
td,
input,
select,
textarea,
button {
    font-size: 13px;
    line-height: 1.6;
}

a:link,
a:active,
a:visited {
    color: #333333;
    text-decoration: none;
    border: 0px;
}

a:hover,
a:focus {
    color: #333;
    text-decoration: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

address,
caption,
cite,
code,
dfn,
em,
var {
    font-style: normal;
    font-weight: normal;
}

summary,
caption,
legend {
    width: 0;
    height: 0;
    font-size: ;
    line-height: ;
    overflow: hidden;
    visibility: hidden;
    border: none;
    position: absolute;
    left: -1000em;
}

caption {
    position: static;
}

/* label hidden 처리 */
.invisible {
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
}

label.invisible {
    *position: Absolute;
}

/* common */
.clfix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.clfix {
    display: inline-block;
}

.clfix {
    display: block;
}

* html .clfix {
    height: 1%;
}

/* Hides from IE-mac */
.clfix {
    zoom: 1;
}

/*for IE 5.5-7*/



.center {
    text-align: center;
}

.fixed {
    position: fixed;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.f600 {
    font-weight: 600;
}

strong {
    font-weight: 800 !important;
}

.p-0 {
    padding: 0;
}

.p-t-20 {
    padding-top: 20px;
}

.p-tb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.p-lr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.pointer {
    cursor: pointer;
}
.survey-radio-wrap{
    flex-wrap: wrap;
}
.d-flex {
    display: flex;
}

.flex1 {
    flex: 1;
}

.flex-start {
    align-items: flex-start;
}

.flex-end {
    align-items: flex-end;
}

.j-c {
    justify-content: center;
}

.j-sb {
    justify-content: space-between;
}

.j-end {
    justify-content: flex-end;
}

.align-center {
    align-items: center;
}


.bg-fff {
    background: #fff;
}

/* font*/

.text-666 {
    color: #666 !important;
}

.text-888 {
    color: #888 !important;
}

.text-444 {
    color: #444 !important;
}

.ft16 {
    font-size: 16px;
}

.ft18 {
    font-size: 18px;
}

.ft24 {
    font-size: 24px;
}

.ft30 {
    font-size: 30px;
}

.ft36 {
    font-size: 36px;
}

.ft38 {
    font-size: 38px;
}


.f500 {
    font-weight: 500;
}


.w100 {
    width: 100%;
}

.over-hidden {
    overflow: hidden;
}


.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

/* 여백 */
.m-b-5 {
    margin-bottom: 5px;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-80 {
    margin-top: 80px;
}

.m-t-180 {
    margin-top: 180px;
}

.p-t-180 {
    padding-top: 180px;
}

.m-t-190 {
    margin-top: 190px;
}

.m-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.m-tb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-40 {
    margin-left: 40px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-40 {
    margin-right: 40px;
}

.m-lr-20 {
    margin-left: 20px;
    margin-right: 20px;
}

/* 라디오 스타일 여민희 추가 */

.survey-radio-1 label {
    cursor: pointer;
    font-size: 18px;
    color: #6D6F80;
    
}

.survey-radio-1 input[type=radio] {
    position: absolute;
    opacity: 0;
    display: none;

}

.survey-radio-1 input[type=radio]+.radio-label:before {
    content: "";
    background: #fff;
    border-radius: 100%;
    border: 2px solid #bbc1e1;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    top: -1px;
    margin-right: 5px;
    vertical-align: top;
    cursor: pointer;
    transition: all 250ms ease;
}

.survey-radio-1 input[type=radio]:checked+.radio-label:before {
    background-color: #C343D6;
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border: 2px solid #C343D6;
}
/* 라디오스타일4 */
.survey-radio-4 label {
    cursor: pointer;
    font-size: 18px;
    color: #6D6F80;
    margin-top: 30px;
    display: block;
    position: relative;
}

.survey-radio-4 input[type=radio] {
    position: absolute;
    opacity: 0;
    display: none;
}

.survey-radio-4 input[type=radio]+.radio-label:before {
    content: "";
    background: #fff;
    border-radius: 100%;
    border: 3px solid #999BBE;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
    margin-right: 5px;
    vertical-align: top;
    cursor: pointer;
    transition: all 250ms ease;
}


/* 라디오 스타일2 버튼식 */

.survey-radio-2 input[type=radio] {
    display: none;
}

.survey-radio-2 label {
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    display: flex;
    height: 54px;
    border-radius: 10px;
    color: #6D6F80;
    width: 95px;
    font-size: 17px;
    line-height: 1;
}

/* Checked */
.survey-radio-2 input[type=radio]:checked+label {
    background: #3BB8E8;
    color: #fff;
}

/* 라디오3 */

.survey-radio-3 label {
    cursor: pointer;
    font-size: 16px;
}

.survey-radio-3 input[type=radio] {
    position: absolute;
    opacity: 0;
}

.survey-radio-3 input[type=radio]+.radio-label:before {
    content: "";
    background: #fff;
    border-radius: 100%;
    border: 2px solid #bbc1e1;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    margin-right: 5px;
    vertical-align: top;
    cursor: pointer;
    transition: all 250ms ease;
}

.survey-radio-3 input[type=radio]:checked+.radio-label:before {
    background-color: #C343D6;
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border: 2px solid #C343D6;
}

.survey-radio-3 label span {
    display: none;
} 
