<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.start_wrap {
    max-width: 360px;
    text-align: center;
    margin: 0 auto;
}
.logo img {
    max-width: 320px;
    padding-top: 35px;
}
.start_img {
    margin-top: 20px;
}
.start_img img {
    max-width: 345.5px;
}
.start_btn img {
    margin: -7px auto 0;
}
.start_btn img {
    max-width: 221px;
    cursor: pointer;
}
.start_text {
    font-size: 12px;
    color: #636466;
    line-height: 1.4;
    margin-top: 45px;
}
.under {
    position: relative;
    font-weight: 800;
}
.under::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 5px;
    background: #c8f7ff;
    z-index: -1;
}
.wrap {
    max-width: 360px;
    padding: 0 20px;
    margin: 0 auto;
}
.progress_count {
    display: flex;
    align-items: flex-end;
    margin-top: 30px;
}
.progress_text {
    font-size: 15px;
    color: #2f3438;
    flex-shrink: 0;
    margin-bottom: 4px;
}
.dot {
    height: 2px;
    background: url(../img/dot.png?v=1);
    flex-grow: 1;
    background-size: 53px 2px;
    margin: 0 8px 4px;
}
.progress_label {
    width: 38px;
    height: 38px;
    font-size: 10px;
    color: #fff;
    background: #2e3438;
    border-radius: 50%;
    padding: 10px 9px;
    font-weight: 600;
}
.progress_label span {
    color: #c8f7ff;
    font-weight: 400;
}
.dmu_q {
    min-height: 86px;
    font-size: 18px;
    color: #2f3438;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 25px;
    margin-bottom: 40px;
}
.dmu_number {
    font-family: "Pretendard";
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    text-shadow: -0.5px -0.5px 0 rgba(0, 0, 0, 1), 0px 0px 1px rgba(0, 0, 0, 1), 1px 1px 1px rgba(0, 0, 0, 1), 2px 2px 1px rgba(0, 0, 0, 1);
}
.dmu_a_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
    background: #2e3438;
    border-radius: 6px;
    margin-top: 15px;
    cursor: pointer;
}
.dmu_a_text {
    max-width: 80%;
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
    text-align: center;
}
.progress_wrap {
    margin-top: 80px;
}
.ui-progressbar {
	position: relative;
}
.ui-widget.ui-widget-content {
	border: 0;
	border-radius: 0;
	height: 10px;
    background: url(../img/dot2.png);
    background-size: 156px 10px;
}
.ui-widget-header {
    position: relative;
	background: #15aeea;
	border-radius: 10px;
	height: 100%;
    transition: 0.5s;
}
/* progress */
#progress_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.progress_img img {
    width: 50px;
    height: 50px;
}
.progress_loading {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin-left: 10px;
}

#result {
    background: url(../img/result_bg.png) center 96px no-repeat;
    background-size: contain;
    padding-bottom: 40px;
}
#result_wrap {
    
}
.result {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.result_top {
    width: 160px;
    height: 30px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background: #2e3438;
    margin: 20px auto 40px;
    border-radius: 4px;
    font-weight: 600px;
}
.result_title {
    font-size: 16px;
    color: #2f3438;
    font-weight: 700;
}
.result_name {
    position: relative;
    font-size: 41px;
    color: #2f3438;
    font-weight: 800;
    margin: 40px 0 20px;
    letter-spacing: -2px;
}
.result_name::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-8deg);
    width: 100%;
    height: 24px;
    background: #c8f7ff;
    z-index: -1;
}
.result_date {
    font-size: 14px;
    color: #2f3438;
    letter-spacing: -0.5px;
}
.result_img_wrap {
    position: relative;
    max-width: 250px;
    margin: 100px 0 60px;
}
.result_img_wrap img {
    border-radius: 8px;
}
.result_summary {
    position: absolute;
    top: -63px;
    right: -45px;
    width: 190px;
    height: 92px;
    background: url(../img/tooltip1.png) no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.result_summary p {
    font-family: "NanumPen";
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}
.result_list {
    width: 100%;
    background: #f4f4f4;
    padding: 25px 15px;
    border-radius: 10px;
}
.result_list li {
    position: relative;
    font-size: 14px;
    color: #2f3438;
    font-weight: 500;
    padding-left: 16px;
    margin-bottom: 16px;
    word-break: keep-all;
    line-height: 1.2;
}
.result_list li:last-child {
    margin-bottom: 0;
}
.result_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 6px;
    height: 6px;
    background: #2e3438;
    border-radius: 50%;
}
.result_desc {
    position: relative;
    background: #f4f4f4;
    padding: 36px 15px 30px;
    border-radius: 10px;
    margin: 100px 0 0;
}
.result_desc &gt; p {
    font-size: 14px;
    color: #202122;
    font-weight: 200;
    line-height: 1.5;
}
.result_desc &gt; p &gt; strong {
    position: relative;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: #c8f7ff;
    text-decoration-thickness: 5px;
    text-underline-offset: -2px;
}
.result_life {
    position: absolute;
    top: -59px;
    left: -10px;
    width: 176px;
    height: 84px;
    background: url(../img/tooltip2.png) no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.result_life &gt; p {
    font-family: "NanumPen";
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-bottom: 8px;
}
.result_life &gt; p &gt; span {
    font-size: 24px;
    color: #c9f7ff;
}
.sns_title {
    font-size: 16px;
    color: #2f3438;
    font-weight: 600;
    text-align: center;
    margin-top: 70px;
}
.sns_wrap {
    width: 100%;
    padding: 28px 0 70px;
    border-bottom: 1px solid #e9e5e2;
}
.sns_wrap ul {
    display: flex;
    justify-content: center;
    gap: 0 33px;
}
.sns_wrap img {
    width: 45px;
}
.bottom_text {
    font-size: 12px;
    color: #636466;
    line-height: 1.4;
    margin-top: 40px;
    text-align: center;
}


/* ê²Œìž„ ë‚´ê°€ ì&nbsp;„ìƒì˜... ìˆ˜ì&nbsp;• css */
.progress_wrap .progressbar {
	position: relative;
}
.progress_wrap #progressbar{
	border: 0;
	border-radius: 0;
	height: 10px;
    background: url(../img/dot2.png);
    background-size: 156px 10px;
}
.progress_wrap .ui-widget-header {
    position: relative;
	background: #15aeea;
	border-radius: 10px;
	height: 100%;
    transition: 0.5s;
    border: none;
}

.progress_count .progress_label {padding: 6px 9px 0;}</pre></body></html>