@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
body, button { font-weight: normal; background-color: white; font-family: 'Noto Sans KR', sans-serif; word-break: keep-all; user-select: none; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

header { background-color: #FFFFFF; border-bottom: 1px solid #f2f2f2; }

.btn-point { color: white !important; background-color: #000000; border-radius: 0; }

.btn-point:hover { color: white !important; background-color: #000000; border-radius: 0; }

.btn-point-outline { color: white !important; background-color: #000000; border-radius: 0; }

.btn-point-outline:hover { color: white !important; background-color: #000000; border-radius: 0; }

.btn-fat { padding: 1rem 1rem; }

.badge-secondary { color: #fff; background-color: #aaaaaa; border-radius: 0; }

.text_wrapper { position: relative; display: block; overflow: hidden; padding-top: 0.2em; }

.letter { display: inline-block; }

.button_inner { display: flex; align-items: center; height: 100%; justify-content: center; }

#logo_inner { display: none; }

#start_inner { position: relative; }

#start_inner img { width: 100%; margin-left: auto; margin-right: auto; height: auto; }

#start_inner h1 { font-size: 38px; line-height: 1.2; letter-spacing: 2px; position: relative; }

#start_inner .test_image_row { position: relative; }

@media (max-width: 500px) { #start_inner .test_image_row { height: calc(100vw - 3rem); } }

@media (min-width: 501px) { #start_inner .test_image_row { height: calc(500px - 3rem); } }

#start_inner .test_image_row .image_col { position: absolute; opacity: 0; animation: 1.2s main-fade linear infinite; }

#start_inner .test_image_row .main1 { animation: 1.3s main-fade1 linear infinite; }

@keyframes main-fade1 { 0% { opacity: 0; }
  0.1% { opacity: 1; }
  12.4% { opacity: 1; }
  12.5% { opacity: 0; } }

#start_inner .test_image_row .main2 { animation: 1.3s main-fade2 linear infinite; }

@keyframes main-fade2 { 12.5% { opacity: 0; }
  12.6% { opacity: 1; }
  24.9% { opacity: 1; }
  25% { opacity: 0; } }

#start_inner .test_image_row .main3 { animation: 1.3s main-fade3 linear infinite; }

@keyframes main-fade3 { 25% { opacity: 0; }
  25.1% { opacity: 1; }
  37.4% { opacity: 1; }
  37.5% { opacity: 0; } }

#start_inner .test_image_row .main4 { animation: 1.3s main-fade4 linear infinite; }

@keyframes main-fade4 { 37.5% { opacity: 0; }
  37.6% { opacity: 1; }
  49.9% { opacity: 1; }
  50% { opacity: 0; } }

#start_inner .test_image_row .main5 { animation: 1.3s main-fade5 linear infinite; }

@keyframes main-fade5 { 50% { opacity: 0; }
  50.1% { opacity: 1; }
  62.4% { opacity: 1; }
  62.5% { opacity: 0; } }

#start_inner .test_image_row .main6 { animation: 1.3s main-fade6 linear infinite; }

@keyframes main-fade6 { 62.5% { opacity: 0; }
  62.6% { opacity: 1; }
  74.9% { opacity: 1; }
  75% { opacity: 0; } }

#start_inner .test_image_row .main7 { animation: 1.3s main-fade7 linear infinite; }

@keyframes main-fade7 { 75% { opacity: 0; }
  75.1% { opacity: 1; }
  87.4% { opacity: 1; }
  87.5% { opacity: 0; } }

#start_inner .test_image_row .main8 { animation: 1.3s main-fade8 linear infinite; }

@keyframes main-fade8 { 87.5% { opacity: 0; }
  87.6% { opacity: 1; }
  99.9% { opacity: 1; }
  100% { opacity: 0; } }

#start_inner #test_start { border: none; border-radius: 0; font-size: 28px; line-height: 1.0; letter-spacing: 2px; font-weight: bold; margin-left: auto; margin-right: auto; }

#start_inner #test_view { font-size: 16px; line-height: 16px; font-weight: normal; }

#start_inner .sponsor_zone { display: block; margin-left: auto; margin-right: auto; background-color: transparent; user-select: none; }

#start_inner .sponsor_zone img { width: 30%; height: auto; }

#progress_inner { display: none; border: none; font-size: 14px; }

#progress_inner .progress_row { font-size: 18px; }

#progress_inner .progress_row #progress_count { color: #828282; }

#progress_inner .progress_row .progress_bar { background-color: #ebebeb; height: 6px; }

#progress_inner .progress_row .progress_bar .progress_gauge { width: 0%; background-color: #000000; height: inherit; border-radius: inherit; }

.question_inner { position: relative; display: none; }

.question_inner .title_row h1 { font-size: 23px; }

.question_inner img { width: 40px; height: 40px; margin-left: auto; margin-right: auto; }

.question_inner .next_question, .question_inner .next_question:hover { min-height: 86px; }

.question_inner .next_question p, .question_inner .next_question:hover p { font-size: 18px; }

#loading_inner { position: relative; display: none; }

#loading_inner img { height: auto; margin-left: auto; margin-right: auto; animation: 0.5s jump linear infinite; }

@media (max-width: 300px) { #loading_inner img { width: 30%; } }

@media (min-width: 301px) { #loading_inner img { width: 90px; } }

@keyframes jump { 0% { transform: translateY(0); }
  22.5% { transform: translateY(calc(-50px * 3/4)); }
  33.75% { transform: translateY(calc(-50px * 15/16)); }
  45% { transform: translateY(-50px); }
  56.25% { transform: translateY(calc(-50px * 15/16)); }
  67.5% { transform: translateY(calc(-50px * 3/4)); }
  90% { transform: translateY(0); } }

#loading_inner .fade_anime { width: 6px; height: 6px; border-radius: 999px; opacity: 0; align-self: center; margin: 15px 0; }

#loading_inner .dot_color1 { background-color: #E0E0E0; margin-left: auto; margin-right: 10px; }

#loading_inner .dot_color2 { background-color: #828282; }

#loading_inner .dot_color3 { background: #333333; margin-left: 10px; margin-right: auto; }

#result_container { border: none; }

#result_container .image_row img { position: relative; width: 100%; height: auto; margin-left: auto; margin-right: auto; }

#result_container .title_row { position: relative; font-size: 30px; }

#result_container .title_row h1 { font-size: 30px; line-height: 1.2; }

#result_container .title_row .title_highlight { color: #000000; }

#result_container .result_row { color: #202020; background-color: #F2F2F2; box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.05); }

#result_container .share_row { background-color: white; font-size: 19px; }

#result_container .share_row .share_col .btn.share { padding: 0; margin: 0 2px; cursor: pointer; }

#result_container .share_row a, #result_container .share_row a:visited { color: #4f4f4f; font-size: 16px; text-decoration: underline; }

#result_container .floating_wrapper { width: 100%; position: fixed; bottom: 0; z-index: 1; background-color: #000000; }

#result_container .floating_wrapper .row { padding: 10px 15px; }

#result_container .floating_wrapper a, #result_container .floating_wrapper button { padding: 0.25rem 0 0.25rem 0; border: 2px solid white; border-radius: 999px; font-size: 25px; letter-spacing: 2px; color: white; }

#result_container .floating_wrapper .retry_btn { width: 50px; height: 50px; align-items: center; position: relative; }

#result_container .floating_wrapper .retry_btn img { position: absolute; top: 11px; left: 7px; }

.jquery-modal { padding-top: 0; }

.modal { background-color: transparent; width: 100%; height: calc(100vh - 20px); overflow-y: scroll; border-radius: 0 !important; position: relative; font-size: 20px; }

.modal .modal_row { background-color: #F2F2F2; }

.modal #modal_lower_btn { position: fixed; top: calc(100vh - 86px); align-self: center; border-radius: 0; background-color: #000000; color: white; font-size: 23px; }

@media (max-width: 540px) { .modal #modal_lower_btn { width: calc(100% - 40px); } }

@media (min-width: 541px) { .modal #modal_lower_btn { width: 500px; } }

.modal .close-modal { display: none !important; }

.modal::-webkit-scrollbar { display: none; }
