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

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

.worin_b { font-family: 'TTWorinseokboB'; }

.worin_l { font-family: 'TTWorinseokboL'; }

body, button { font-weight: normal; 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; }

.bg_main { background: linear-gradient(180deg, #113763 0%, #0C0B22 100%); background-attachment: fixed; background-repeat: no-repeat; }

.bg_intro { background: linear-gradient(180deg, #162446 0%, #19191D 100%); background-attachment: fixed; background-repeat: no-repeat; }

.bg_gr1 { background-image: url("../img/bg_gr1.99254dac60db.png"); background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed; }

.bg_gr2 { animation: turn 2.5s ease-in-out forwards; background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed; }

@keyframes turn { 0% { background-image: url("../img/bg_gr1.99254dac60db.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; }
  100% { background-image: url("../img/bg_gr2.2b6219f85bc3.png"); } }

img { height: auto; }

.bg-point2 { background-color: #fff8f0; }

.btn-point { color: #fff !important; background-color: #6C0E0F; }

.btn-point:hover { color: #fff !important; background-color: #6C0E0F; }

.btn-point-outline { color: #fff !important; background-color: #6C0E0F; }

.btn-point-outline:hover { color: #fff !important; background-color: #6C0E0F; }

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

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

.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 h1 { color: white; line-height: 1.1; letter-spacing: 1px; font-size: 40px; font-weight: normal !important; }

#start_inner h2 { color: white; font-size: 22px; line-height: 1.4; font-weight: normal !important; }

#start_inner .img_row { position: relative; }

#start_inner .img_row img { width: 100%; }

#start_inner .img_row .main_img_deco { position: absolute; animation: blinkStar 2s ease infinite; }

@keyframes blinkStar { 0% { opacity: 0; }
  30% { opacity: 1; }
  100% { opacity: 0; } }

#start_inner #test_start { line-height: 1.0; margin: 0; margin-top: auto; margin-left: auto; margin-right: auto; padding: 0.85rem 0 0.75rem 0; color: black !important; }

#start_inner .btn_start { background-color: white; border-radius: 999px; }

#start_inner .btn_start .txt_start { font-size: 25px; }

#start_inner .btn_start .txt_count { font-size: 12px; }

#start_inner .sound_notice { font-size: 14px; color: white; }

#start_inner .sponsor_wrapper { background-color: black; }

#start_inner .sponsor_row { transform: translateX(-2%); align-items: center; }

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

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

#start_inner .sponsor_row .collabo_logo { width: 100%; height: auto; margin-left: auto; margin-right: auto; }

#start_inner .sponsor_row #main_poomang_logo { padding-left: 40%; padding-right: 10%; border-right: 2px solid white; }

#start_inner .sponsor_row #sponsor_logo { width: 100%; height: auto; padding-left: 10%; padding-right: 30%; }

#intro_inner { display: none; font-size: 22px; color: white; cursor: pointer; }

#intro_inner .intro_row { height: 500px; }

#intro_inner .intro_col { font-size: 20px; }

#intro_inner .intro_col2 { display: none; }

#intro_inner .intro_col2 .comment2 { opacity: 0; }

#intro_inner .intro_col3 { display: none; position: relative; }

#intro_inner .intro_col3 .poem { max-height: 450px; }

#intro_inner .intro_col3 .poem1 { position: absolute; top: 0%; left: 50%; transform: translateX(-50%); }

#intro_inner .intro_col3 .fade_out { animation: 0.5s fadeOut ease forwards; }

@keyframes fadeOut { 40% { opacity: 1; }
  100% { transform: translate(-90%);
    opacity: 0; } }

#intro_inner #blink { animation: 0.75s blink linear alternate infinite; }

@keyframes blink { 0% { opacity: 1; }
  100% { opacity: 0; } }

#intro_inner .bottom_desc { font-size: 10px; color: #961111; }

#progress_inner { display: none; border: none; font-size: 14px; color: white; position: relative; }

#progress_inner .progress_row { position: absolute; width: 100%; padding-top: 50%; }

#progress_inner .progress_row #progress_count { display: none; }

#progress_inner .progress_row .progress_bar { background-color: black; height: 20px; position: relative; }

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

#progress_inner .progress_row .progress_bar .progress_icon_wrapper { position: absolute; top: 0%; left: 0%; width: 25px; }

.hidden_question { position: absolute; opacity: 0; }

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

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

.question_inner .shake { animation: shake .1s linear; animation-iteration-count: 14; }

@keyframes shake { 0% { transform: translateY(4px); }
  33% { transform: translateX(-4px); }
  66% { transform: translateX(4px); }
  100% { transform: translateY(-4px); } }

.question_inner .next_question, .question_inner .next_question:hover { border-radius: 999px; min-height: 86px; background: white; color: black !important; box-shadow: 0px 0px 6px #FFFFFF; }

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

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

#loading_inner img { width: 120px; height: auto; margin-left: auto; margin-right: auto; }

#loading_inner .loading_txt1 { font-size: 14px; color: white; }

#loading_inner .loading_txt2 { color: #B1D5FF; font-size: 14px; }

#loading_inner .loading_txt2 .fade_anime { opacity: 0; }

#loading_inner .loading_txt2 .dot1 { margin-left: -3px; animation: popDot1 1.5s step-end infinite; }

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

#loading_inner .loading_txt2 .dot2 { margin-left: -3px; animation: popDot2 1.5s step-end infinite; }

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

#loading_inner .loading_txt2 .dot3 { margin-left: -3px; animation: popDot3 1.5s step-end infinite; }

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

#loading_inner .loading_txt3 { color: #B1D5FF; font-size: 12px; }

#result_container { border: none; color: white; }

#result_container .decoration_row img { width: 100%; }

#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: 30px; line-height: 1.2; font-weight: normal !important; }

#result_container .title_row h1 { line-height: 1; font-size: 40px; font-weight: normal !important; }

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

#result_container .result_row img { width: 100%; height: auto; }

#result_container .result2_row { color: #0D202B; }

#result_container .result2_row .result2_col { background-image: url("../img/results/content_bg.d41ddb424f16.jpg"); background-size: cover; background-position: center; }

#result_container .result2_row .result2_col .result2_title { font-size: 30px; }

#result_container .result2_row .result2_col .result2_title2 { font-size: 20px; }

#result_container .result2_row .result2_col img { width: 100%; }

#result_container .result2_row .result2_col .photo { width: 50%; }

#result_container .ad_banner_row img { width: 100%; }

#result_container .event_btn_row a { background: #2F405F; border: 2px solid #FFFFFF; border-radius: 0px; margin-top: -2px; font-size: 22px; }

#result_container .btn_row a { background-color: transparent; border: 2px solid white; border-radius: 0; color: white !important; font-size: 18px; box-shadow: 0px 0px 6px #FFFFFF; }

#result_container .ad_btn_row .ad_btn_col a { border-radius: 0; border: 3px solid #FFFFFF; box-shadow: 0px 4px 0px #828282; margin-bottom: 4px; }

#result_container .share_row { letter-spacing: 1px; font-size: 18px; }

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

#result_container .share_row .share_col .btn.share img { width: 53px; height: 53px; }

#result_container .share_row a, #result_container .share_row a:visited { font-size: 15px; text-decoration: underline; }

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

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

#result_container .floating_wrapper a, #result_container .floating_wrapper button { font-size: 25px; letter-spacing: 2px; padding: 0.25rem 0 0.25rem 0; border: 2px solid white; border-radius: 999px; 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%; border-radius: 0 !important; position: relative; color: white; }

.modal .modal_inner { background-color: #2A5A93; }

.modal .modal_title .modal_txt_sub { display: flex; align-items: center; justify-content: center; font-size: 20px; }

.modal .modal_title .modal_txt_main2 { font-size: 24px; }

.modal .modal_title .modal_txt_main { font-size: 40px; line-height: 1; }

.modal img { width: 100%; height: auto; }

.modal #modal_lower_btn { position: fixed; top: calc(100vh - 70px); align-self: center; border-radius: 0; background-color: #111111; color: white; font-size: 24px; letter-spacing: 2px; }

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

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

#type_modal { height: calc(100vh - 20px); overflow-y: scroll; }

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

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

#sound_inner { display: none; z-index: 2; }

#sound_inner .mute_row { position: absolute; width: 100%; max-width: 500px; }

#sound_inner .mute_row .mute_col { width: 18%; height: 18%; }

#sound_inner .mute_row .mute_col .mute { height: auto; }

#sound_inner .sound_wrapper .sound { display: none; }
