@font-face { font-family: 'MaruBuri-Regular'; src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10-21@1.0/MaruBuri-Regular.woff") format("woff"); font-weight: normal; font-style: normal; }

.maru_r { font-family: 'MaruBuri-Regular'; }

.bg_main { background: linear-gradient(180deg, #CDE5B7 0%, #04A8C8 100%, #04A8C8 100%); }

.bg_q1 { background: linear-gradient(180deg, #CDE5B7 24.48%, #56B8C3 100%); }

.bg_q2 { background: linear-gradient(180deg, #80C8BF 26.56%, #068EAF 100%); }

.bg_q3 { background: linear-gradient(180deg, #2CA0B4 27.6%, #0D3458 100%); }

.animation_row { z-index: -1; position: absolute; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position-x: left; background-position-y: 100%; }

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

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

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

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

.fish_main { background-image: url("../img/bg/fish_main.09940468f5ae.png"); animation: Move1 10s linear infinite; }

.fish_q2 { background-image: url("../img/bg/fish_q2.46720507fc1b.png"); animation: Move2 10s linear infinite; }

.fish_q3 { background-image: url("../img/bg/fish_q3.4570e9437bf8.png"); animation: Move3 10s linear infinite; }

.fish_result { background-image: url("../img/bg/fish_q3.4570e9437bf8.png"); animation: Move4 10s linear infinite; }

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

body { background-color: white; }

img { height: auto; }

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

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

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

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

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

.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; color: black; }

#start_inner .hidden_title { opacity: 0; }

#start_inner .img_row { position: absolute; top: 50%; transform: translateY(-70%); }

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

#start_inner .bottom_wrapper { height: 200px; background-image: url("../img/main_bottom.c38a3aaf996c.png"); background-position-x: right; background-position-y: bottom; background-repeat: no-repeat; background-size: cover; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; }

#start_inner .bottom_wrapper .test_start_row { width: 100%; position: relative; }

#start_inner .bottom_wrapper .test_start_row .char_pm { width: 65px; position: absolute; left: 8%; top: -80%; animation: updown 1.5s linear infinite; }

@keyframes updown { 50% { top: -90%; }
  100% { top: -80%; } }

#start_inner .bottom_wrapper .test_start_row #test_start { line-height: 1.2; margin: 0; margin-top: auto; margin-left: auto; margin-right: auto; padding: 0.75rem 0 0.75rem 0; }

#start_inner .bottom_wrapper .test_start_row .btn_start { background: rgba(17, 56, 69, 0.8); border-radius: 999px; color: white !important; border: 1.5px solid white; }

#start_inner .bottom_wrapper .test_start_row .btn_start .txt_start { font-size: 24px; }

#start_inner .bottom_wrapper .test_start_row .btn_start .txt_count { font-size: 14px; }

#start_inner .bottom_wrapper .sponsor_row { width: 100%; align-items: center; }

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

#start_inner .bottom_wrapper .sponsor_row .sponsor_zone img { max-width: 100px; width: 30%; height: auto; }

#progress_inner { display: none; border: none; font-size: 14px; color: white; position: absolute; width: 100%; max-width: 500px; }

#progress_inner .animation_row { height: 100vh; }

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

#progress_inner .progress_row .q_mark { font-size: 35px; font-weight: 300; }

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

#progress_inner .progress_row .progress_bar_wrapper { position: relative; }

#progress_inner .progress_row .progress_bar_wrapper .progress_bar { background-color: white; width: 1px; height: 90px; transform: translateX(-0.5px); }

#progress_inner .progress_row .progress_bar_wrapper .progress_gauge { position: absolute; width: 9px; height: 9px; background-color: white; border-radius: 999px; box-shadow: 0px 0px 4px #FFFFFF; left: 50%; top: 0px; transform: translateX(-50%); margin-top: -5px; }

.question_inner { position: relative; display: none; color: #111111; }

.question_inner .title_row { padding-top: 230px; }

.question_inner .title_row h1 { font-size: 18px; font-weight: normal; color: #1E708B; }

.question_inner .next_question, .question_inner .next_question:hover { border-radius: 999px; min-height: 60px; background: #FFFFFF; box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25); color: black; }

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

.question_inner .bottom_q3 { bottom: 0; z-index: -1; position: absolute; width: 100%; height: 200px; background-image: url("../img/main_bottom.c38a3aaf996c.png"); background-position-x: right; background-position-y: bottom; background-repeat: no-repeat; background-size: cover; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; }

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

#loading_inner .fish_col { width: 150px; height: 90px; position: relative; }

#loading_inner .fish_col .fish_img1 { position: absolute; width: 69px; left: 0%; bottom: 15%; animation: updown2 2s ease-in-out infinite; }

#loading_inner .fish_col .fish_img2 { position: absolute; width: 47px; left: 40%; animation: updown2 2s ease-in-out infinite 0.5s; }

#loading_inner .fish_col .fish_img3 { position: absolute; width: 37px; right: 0%; bottom: 0%; animation: updown2 2s ease-in-out infinite 1s; }

@keyframes updown2 { 50% { transform: translateY(-15px); }
  100% { transform: translateY(0px); } }

#loading_inner .loading_txt { color: white; font-size: 18px; }

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

#loading_inner .loading_txt .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_txt .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_txt .dot3 { margin-left: -3px; animation: popDot3 1.5s step-end infinite; }

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

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

#result_container .title_row { color: #165271; }

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

#result_container .title_row .title_txt2 { font-size: 36px; }

#result_container .image_row { position: relative; }

#result_container .image_row img { animation: updown2 2s ease-in-out infinite; }

#result_container .image_row .animation_col { z-index: -1; position: absolute; width: 100%; max-width: 500px; height: 100%; background-size: cover; background-repeat: no-repeat; background-position-x: left; background-position-y: bottom; background-image: url("../img/bg/fish_main.09940468f5ae.png"); animation: Move3 10s linear infinite; }

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

#result_container .gauge_row .gauge_col .gauge_title { font-size: 25px; color: white; text-shadow: 0px 0px 4px #FFFFFF; }

#result_container .gauge_row .gauge_col .gauge_bar { width: 180px; }

#result_container .gauge_row .gauge_col .gauge_bar .gauge_bar_inner { width: 180px; display: flex; align-items: center; justify-content: center; background-color: transparent; }

#result_container .gauge_row .gauge_col .gauge_bar .gauge_bar_inner .gauge_block { background-color: white; margin: 12px; height: 6px; width: 6px; border-radius: 999px; }

#result_container .line_decoration { width: 100%; }

#result_container .result_row .result_col { border-top: 1.5px solid #FFFFFF; border-bottom: 1.5px solid #FFFFFF; background: rgba(0, 37, 71, 0.15); color: white; }

#result_container .result_row .result_col .result_title { font-size: 25px; text-shadow: 0px 0px 4px #FFFFFF; }

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

#result_container .login_modal_row { display: none; z-index: 2; position: fixed; background-color: rgba(0, 0, 0, 0.5); top: 0; left: 0; width: 100%; height: 100vh; justify-content: center; align-items: center; }

#result_container .login_modal_row .login_modal_col { max-width: 500px; background-color: white; }

#result_container .login_modal_row .login_modal_col .login_modal_block { display: flex; flex-direction: column; align-items: center; justify-content: center; }

#result_container .login_modal_row .login_modal_col .login_modal_block img { width: 70px; }

#result_container .login_modal_row .login_modal_col .login_modal_txt { font-size: 16px; }

#result_container .login_modal_row .login_modal_col .login_modal_txt span { color: #3C82FA; }

#result_container .login_modal_row .login_modal_col .bottom_btn { background: #3C82FA; width: 100%; color: white; font-size: 20px; border-radius: 4px; }

#result_container .btn_row a { background: rgba(17, 56, 69, 0.6); border-radius: 999px; border: 1.5px solid white; color: white !important; font-size: 17px; }

#result_container .share_row { position: relative; letter-spacing: 1px; font-size: 18px; color: #2B2B2B; font-weight: 300; }

#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: white; font-size: 18px; }

#result_container .share_row .main_page_col { padding-bottom: 5rem; }

#result_container .share_row .main_page_col .char_pm { width: 65px; position: absolute; left: 50%; transform: translateX(-230%); top: 50%; animation: updown3 1.5s linear infinite; }

@keyframes updown3 { 50% { top: 40%; }
  100% { top: 50%; } }

#result_container .share_row .main_page_col .bottom_block { width: 100%; height: 140px; }

#result_container .share_row .bottom_bg { z-index: -1; bottom: 0; position: absolute; width: 100%; height: 220px; background-image: url("../img/main_bottom.c38a3aaf996c.png"); background-position-x: right; background-position-y: bottom; background-repeat: no-repeat; background-size: cover; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; border-bottom: 100px; }

#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: 18px; letter-spacing: 2px; padding: 0.25rem 0 0.25rem 0; border: 2px solid white; border-radius: 999px; color: white; height: 50px; display: flex; justify-content: center; align-items: center; }

#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: linear-gradient(180deg, #80C8BF 26.56%, #237E97 100%); }

.modal .modal_inner .modal_row .line_wrapper { box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25); }

.modal .modal_inner .modal_row .modal_title { font-size: 22px; text-shadow: 0px 0px 4px #FFFFFF; }

.modal .modal_inner .modal_row .modal_title1 { text-align: left; }

.modal .modal_inner .modal_row .modal_title2 { text-align: right; }

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

.modal #modal_lower_btn { position: fixed; top: calc(100vh - 71px); 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; }
