@font-face { font-family: 'CookieRunOTF-Bold'; src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/CookieRunOTF-Bold00.woff") format("woff"); font-weight: normal; font-style: normal; }

.cookieRun { font-family: 'CookieRunOTF-Bold'; }

.decoration_line { height: 15px; background: repeating-linear-gradient(90deg, #E0E0E0, #E0E0E0 1px, #1C1B38 0, #1C1B38 5px); }

.bg_main { background-image: url("../img/main_bg.e1f6223607c8.jpg"); background-repeat: no-repeat; background-position-x: center; background-size: cover; }

.bg_question { background-color: #FFEDD8; }

.top_deco_row { display: none; }

.top_deco_row .top_deco_col img { transform: translateY(-3px); }

.top_deco_row .top_deco_col .progress_background_wrapper { background: linear-gradient(180deg, #119FEF 0%, #B6E5FF 100%); }

.top_deco_row .top_deco_col .progress_background_wrapper .progress_background_inner { height: 45px; background-size: cover; background-repeat: repeat-x; background-position-x: left; background-position-y: 100%; background-image: url("../img/cloud.1d2253ba8312.png"); animation: Move 12s linear infinite; }

@media (max-width: 400px) { .top_deco_row .top_deco_col .progress_background_wrapper .progress_background_inner { animation: Move 24s linear infinite; } }

@keyframes Move { 0% { opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { background-position-x: right;
    opacity: 0; } }

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

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

body { background-attachment: fixed; background-repeat: no-repeat; }

a { cursor: pointer; }

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

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

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

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

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

.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 .hidden_title { opacity: 0; position: absolute; }

#start_inner .img_row { position: relative; }

#start_inner .img_row .main_img_deco { position: absolute; width: 100%; padding: 50% 0; background: #FFEDD8; border: 3px solid #E4C388; transform: rotate(-20.6deg); z-index: -1; }

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

#start_inner #test_start { line-height: 1.0; margin: 0; margin-top: auto; margin-left: auto; margin-right: auto; padding: 1rem 0 0.75rem 0; }

#start_inner .btn_start { background: #FFCB52; border: 3px solid #000000; border-radius: 10px; color: black !important; }

#start_inner .btn_start .text_start { font-size: 28px; }

#start_inner .btn_start .text_count { font-size: 14px; line-height: 1.5; }

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

#start_inner .sponsor_row { align-items: center; max-width: 400px; }

#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: 20%; padding-right: 5%; }

#start_inner .sponsor_row #collabo_decoration { width: 50%; height: auto; }

#start_inner .sponsor_row #sponsor_logo { transform: translateY(-4.5px); width: 100%; height: auto; padding-left: 5%; padding-right: 20%; }

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

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

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

#progress_inner .progress_row .progress_bar { position: relative; background-color: white; height: 4px; z-index: 10; border-radius: 2px; }

#progress_inner .progress_row .progress_bar .progress_gauge { width: 0%; border-radius: 2px; background: #007FC6; height: inherit; }

#progress_inner .progress_row .progress_bar .progress_icon { position: absolute; left: 0%; margin-top: -18px; margin-left: -15px; width: 30px; height: 30px; }

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

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

.question_inner .next_question, .question_inner .next_question:hover { border-radius: 10px; min-height: 86px; background: #683F3D; color: #FAF6F5 !important; }

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

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

#loading_inner .loading_img_col { display: flex; justify-content: center; }

#loading_inner .loading_img_col img { width: 50px; height: auto; }

#loading_inner .loading_img_col .loading_img1 { animation: upDown 1s ease infinite 0s; }

@keyframes upDown { 30% { transform: translateY(-20px); }
  45% { transform: translateY(0px); } }

#loading_inner .loading_img_col .loading_img2 { animation: upDown 1s ease infinite 0.25s; }

@keyframes upDown { 30% { transform: translateY(-20px); }
  45% { transform: translateY(0px); } }

#loading_inner .loading_img_col .loading_img3 { animation: upDown 1s ease infinite 0.5s; }

@keyframes upDown { 30% { transform: translateY(-20px); }
  45% { transform: translateY(0px); } }

#loading_inner .loading_txt { font-size: 17px; }

#result_container { border: none; }

#result_container button { font-size: 16px; font-weight: 700; line-height: 1.5; }

#result_container .bg_wrapper { background-color: white; }

#result_container .title_main { font-size: 40px; color: #FFD91E; font-weight: normal; }

#result_container .title_sub { font-size: 20px; color: white; }

#result_container .img_row { background: linear-gradient(180deg, #273C51 21.35%, #EBA945 67.19%); border-bottom: 3px solid black; }

#result_container .img_row .img_col { padding-top: 9%; padding-bottom: 5%; background-image: url("../img/results/result_img_bg.d8bfdfa758e3.png"); background-size: contain; background-repeat: no-repeat; background-position: bottom; }

#result_container .img_row .img_col img { height: auto; }

#result_container .up_margin { margin-top: -80px; }

#result_container .result_row .result_top_decoration { width: 90px; z-index: 1; }

#result_container .result_row .result_col { background: white; border: 3px solid #000000; border-radius: 10px; }

#result_container .result_row .result_col .result_title { font-size: 20px; }

#result_container .result_row .result_col .result_content { color: black; font-size: 16px; }

#result_container .match_row .match_wrapper { border: 3px solid black; border-radius: 10px; overflow: hidden; background-color: white; position: relative; }

#result_container .match_row .match_wrapper .match_decoration { z-index: 1; position: absolute; width: 100%; top: 50%; transform: translateY(-50%); }

#result_container .match_row .match_type { display: flex; }

#result_container .match_row .match_type .match_txt { display: flex; flex-direction: column; justify-content: center; flex: 1; }

#result_container .match_row .match_type .match_txt .match_title { font-size: 23px; color: #683F3D; }

#result_container .match_row .match_type .match_txt .match_desc { font-size: 23px; color: #2E3034; }

#result_container .match_row .match_type .match_txt .match_desc2 { font-size: 19px; color: #007FC6; }

#result_container .match_row .match_type .match_txt .match_desc3 { font-size: 19px; color: black; }

@media (max-width: 459px) { #result_container .match_row .match_type .match_txt .match_title { font-size: 21px; } #result_container .match_row .match_type .match_txt .match_desc { font-size: 21px; } #result_container .match_row .match_type .match_txt .match_desc2 { font-size: 17px; } #result_container .match_row .match_type .match_txt .match_desc3 { font-size: 17px; } }

@media (max-width: 429px) { #result_container .match_row .match_type .match_txt .match_title { font-size: 19px; } #result_container .match_row .match_type .match_txt .match_desc { font-size: 19px; } #result_container .match_row .match_type .match_txt .match_desc2 { font-size: 15px; } #result_container .match_row .match_type .match_txt .match_desc3 { font-size: 15px; } }

@media (max-width: 399px) { #result_container .match_row .match_type .match_txt .match_title { font-size: 18px; } #result_container .match_row .match_type .match_txt .match_desc { font-size: 18px; } }

@media (max-width: 379px) { #result_container .match_row .match_type .match_txt .match_title { font-size: 16px; } #result_container .match_row .match_type .match_txt .match_desc { font-size: 16px; } #result_container .match_row .match_type .match_txt .match_desc2 { font-size: 14px; } #result_container .match_row .match_type .match_txt .match_desc3 { font-size: 14px; } }

@media (max-width: 349px) { #result_container .match_row .match_type .match_txt .match_title { font-size: 14px; } #result_container .match_row .match_type .match_txt .match_desc { font-size: 14px; } #result_container .match_row .match_type .match_txt .match_desc2 { font-size: 12px; } #result_container .match_row .match_type .match_txt .match_desc3 { font-size: 12px; } }

#result_container .banner_row { position: relative; }

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

#result_container .btn_row a { background-color: #683F3D; border: 3px solid #000000; border-radius: 10px; color: white !important; }

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

#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 { color: #111111; 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: 24px; 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: #753D18; }

.modal .modal_txt_main { color: #FFD91E; font-size: 35px; }

.modal .modal_txt_sub { color: white; font-size: 16px; }

.modal .image_col img { width: 100%; height: auto; border-top: 3px solid black; border-bottom: 3px solid black; }

.modal #modal_lower_btn { position: fixed; top: calc(100vh - 70px); align-self: center; border-radius: 0; background-color: black; 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; }
