:root {
    --black: #000000;
    --black-haze: #f7f7f7;
    --chicago: #5a5a5a;
    --cobalt: #0044af;
    --coconut: #fefefe;
    --ebb: #e3e3e3;
    --mystic: #e4eaf0;
    --nobel: #b4b4b4;
    --white: #ffffff;

    --font-size-l: 18px;
    --font-size-m: 16px;
    --font-size-s: 14px;
    --font-size-xs: 12px;

    --font-family-malgungothicbold: "MalgunGothicBold", Helvetica;
    --font-family-malgungothicregular: "MalgunGothicRegular", Helvetica;
}




body {
    font-family: "Nanum Gothic", sans-serif;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 링크에서 밑줄 없애기 */
a.no-uline {
    text-decoration: none;
}

/* 마우스 지나갈 때만 삭제 + 강제로 없애기 */
a.noul:hover {
    text-decoration: none !important;
}

a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none !important;
}

* {
    box-sizing: border-box;
}



.container-center-horizontal {
    display: flex;
    flex-direction: row;
    justify-content: center;
    pointer-events: none;
    width: 100%;
}
.container-center-horizontal > * {
    flex-shrink: 0;
    pointer-events: auto;
}



.malgungothic-bold-white-14px {
    color: var(--white);
    font-family: var(--font-family-malgungothicbold);
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 700;
}
.malgungothic-bold-white-16px {
    color: var(--white);
    font-family: var(--font-family-malgungothicbold);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 700;
}

.malgungothicregular-normal-chicago-16px {
    color: var(--black);
    font-family: var(--font-family-malgungothicregular);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 400;
}
.malgungothicregular-normal-chicago-18px {
    color: var(--black);
    font-family: var(--font-family-malgungothicregular);
    font-size: var(--font-size-l);
    font-style: normal;
    font-weight: 400;
}

.buttonwhite {
    font-family: var(--font-family-malgungothicregular);
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 400;
}
.buttonwhite-font-size-m {
    font-family: var(--font-family-malgungothicregular);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 400;
}

.malgungothic-bold-black-14px {
    color: var(--black);
    font-family: var(--font-family-malgungothicbold);
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 700;
}

.malgungothicregular-normal-coconut-12px {
    color: var(--coconut);
    font-family: var(--font-family-malgungothicregular);
    font-size: var(--font-size-xs);
    font-style: normal;
    font-weight: 400;
}
.malgungothicregular-normal-coconut-14px {
    color: var(--coconut);
    font-family: var(--font-family-malgungothicregular);
    font-size: var(--font-size-s);
    font-style: normal;
    font-weight: 400;
}




.border-0-5px-ebb {
    border: 0.5px solid var(--ebb);
}

.border-1px-rnd3-ebb {
    border: 1px solid var(--ebb);
    border-radius: 5px;
}

.border-1px-nobel {
    border: 1px solid var(--nobel);
}

.border-1px-white {
    border: 1px solid var(--white);
}



/* When the checkbox is checked, add a blue background */
input[type="checkbox"] {display: none;}

input[type="checkbox"] + label {
    background-color: var(--white);
    border: 1px solid var(--nobel);
    border-radius: 2px;
    height: 20px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 20px;
    margin: 0;
}

input[type="checkbox"]:checked + label {
    background: var(--cobalt) url("../img/firstsurvey-check@2x.png") no-repeat center;
    border: 1px solid var(--cobalt);
}

input[type="checkbox"] + label span {
    background-color: transparent;
    font-weight: 400;
    height: auto;
    left: 30px;
    letter-spacing: -1.14px;
    line-height: 21px;
    position: absolute;
    text-align: left;
    top: 0px;
    white-space: nowrap;
    width: calc(100.00% - 30px);
    color: var(--chicago);
    font-family: var(--font-family-malgungothicregular);
    font-size: var(--font-size-m);
    font-style: normal;
}



/* TOP */
.ui-top-box-text-QwwxXk {
    background-color: transparent;
    height: 45px;
    line-height: 45px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1000;
}

.malgungothic-bold-black-16px {
    color: var(--black);
    font-family: var(--font-family-malgungothicbold);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 700;
}
.malgungothic-bold-black-18px {
    color: var(--black);
    font-family: var(--font-family-malgungothicbold);
    font-size: var(--font-size-m);
    font-style: normal;
    font-weight: 400;
}

.rectangle-Yl2iVZ {
    background-color: var(--white);
    height: 45px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}

.line-Yl2iVZ {
    background-color: transparent;
    height: 2px;
    left: 0px;
    position: absolute;
    top: 44px;
    width: 100%;
}

.textlabel-Yl2iVZ {
    background-color: transparent;
    font-weight: 700;
    height: auto;
    letter-spacing: -1.14px;
    line-height: 21px;
    position: absolute;
    text-align: center;
    top: 12px;
    white-space: nowrap;
    width: auto;
}
/* /TOP */



.survey-list {
    background-color: var(--black-haze);
    height: 100vh;
    margin: 0px;
    /* min-height: 400px; */
    min-width: 300px;
    overflow-x: hidden;
    position: relative;
    width: 100%;
}



/* FOOTER */
.menu-footer-QwwxXk {
    background-color: transparent;
    bottom: 0px;
    height: 45px;
    left: 0px;
    position: fixed;
    width: 100%;
}

.house-7nEAlY {
    background-color: transparent;
    height: 18px;
    left: 30px;
    position: absolute;
    top: 13px;
    width: 19px;
}
.rectangle-7nEAlY {
    background-color: var(--white);
    height: 45px;
    left: 0px;
    position: fixed;
    bottom: 0px;
    width: 100%;
}
.calendar-7nEAlY {
    background-color: transparent;
    height: 19px;
    position: absolute;
    top: 13px;
    width: 18px;
}
.user-7nEAlY {
    background-color: transparent;
    height: 19px;
    position: absolute;
    right: 30px;
    top: 13px;
    width: 16px;
}

.path128-nD428T {
    background-color: transparent;
    height: 9px;
    left: 4px;
    position: absolute;
    top: 0px;
    width: 8px;
}
.path129-nD428T {
    background-color: transparent;
    height: 0px;
    left: 0px;
    position: absolute;
    top: 16px;
    width: 0px;
}
.path130-nD428T {
    background-color: transparent;
    height: 0px;
    left: 16px;
    position: absolute;
    top: 16px;
    width: 0px;
}
.path131-nD428T {
    background-color: transparent;
    height: 10px;
    left: 0px;
    position: absolute;
    top: 10px;
    width: 16px;
}

.path127-B6xLrY {
    background-color: transparent;
    height: 18px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 19px;
}
.path176-VzBjfs {
    background-color: transparent;
    height: 2px;
    left: 4px;
    position: absolute;
    top: 10px;
    width: 2px;
}
.path177-VzBjfs {
    background-color: transparent;
    height: 2px;
    left: 8px;
    position: absolute;
    top: 10px;
    width: 2px;
}
.path178-VzBjfs {
    background-color: transparent;
    height: 2px;
    left: 11px;
    position: absolute;
    top: 10px;
    width: 2px;
}
.path179-VzBjfs {
    background-color: transparent;
    height: 2px;
    left: 4px;
    position: absolute;
    top: 14px;
    width: 2px;
}
.path180-VzBjfs {
    background-color: transparent;
    height: 2px;
    left: 8px;
    position: absolute;
    top: 14px;
    width: 2px;
}
.path181-VzBjfs {
    background-color: transparent;
    height: 2px;
    left: 11px;
    position: absolute;
    top: 14px;
    width: 2px;
}
.path182-VzBjfs {
    background-color: transparent;
    height: 17px;
    left: 0px;
    position: absolute;
    top: 2px;
    width: 18px;
}
.path183-VzBjfs {
    background-color: transparent;
    height: 5px;
    left: 3px;
    position: absolute;
    top: 0px;
    width: 2px;
}
.path184-VzBjfs {
    background-color: transparent;
    height: 5px;
    left: 13px;
    position: absolute;
    top: 0px;
    width: 2px;
}
/* /FOOTER */



.icon-set {
    width: 230px; height: 90px; margin: 150px auto 0px;
}
.icon-set li:not(.clear) {
    float: left; position: relative;
}
.icon-set li:not(.clear) p {
    position: absolute; top: 85px; left: 0px; width: 81px; text-align: center; font-weight: bold; font-size: 1.3rem;
}
.icon-set li.clear {
    clear: both;
    width: 0px;
}