@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
@font-face { font-family: 'GmarketSansBold'; src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff") format("woff"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'GmarketSansMedium'; src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff"); font-weight: normal; font-style: normal; }

.gmarket_b { font-family: GmarketSansBold; }

.gmarket_m { font-family: GmarketSansMedium; }

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: #000000 !important; background-color: #FFCC47; border-radius: 0; border: 2px solid #000000 !important; }

.btn-point:hover { color: #000000 !important; background-color: #FFCC47; border-radius: 0; border: 2px solid #000000 !important; }

.btn-point-outline { color: #000000 !important; background-color: #FFCC47; border-radius: 0; border: 2px solid #000000 !important; }

.btn-point-outline:hover { color: #000000 !important; background-color: #FFCC47; border-radius: 0; border: 2px solid #000000 !important; }

.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; z-index: 1; position: relative; }

#start_inner h2 { font-size: 18px; }

#start_inner .test_image_row { position: relative; }

#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%; border-radius: 999px; background-color: #000000; height: 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 { width: 45%; height: auto; margin-left: auto; margin-right: auto; }

#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; }

.dot_color1 { animation: popDot1 1.5s step-end infinite; }

@keyframes popDot1 { 0% { opacity: 0; }
  0% { opacity: 1; }
  75% { opacity: 0; } }

.dot_color2 { animation: popDot2 1.5s step-end infinite; }

@keyframes popDot2 { 0% { opacity: 0; }
  25% { opacity: 1; }
  75% { opacity: 0; } }

.dot_color3 { animation: popDot3 1.5s step-end infinite; }

@keyframes popDot3 { 0% { opacity: 0; }
  50% { opacity: 1; }
  75% { opacity: 0; } }

#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; }

#result_container .title_row h2 { font-size: 20px; }

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

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

#result_container .decoration { background-image: linear-gradient(transparent calc(50% - 1px), black calc(50% - 1px), black calc(50% + 1px), transparent calc(50% + 1px)); }

#result_container .result_row { color: #202020; background-color: #F2F2F2; }

#result_container .result_row .type_col { font-family: GmarketSansBold; }

#result_container .result_row .dot_line { border-right: 1px dashed #828282; }

#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_img_row { border: 2px solid #000000; }

.modal .modal_row { background-color: #FFCC47; border: 2px solid #000000; border-top: none; }

.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; }
