@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
.spoqa { font-family: 'Spoqa Han Sans', 'Spoqa Han Sans JP', 'Sans-serif'; }

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

.bottom_sky { height: 1px; background-color: #DAF6F8; box-shadow: 1px 1px 1px 1px rgba(218, 245, 247, 0.4); }

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

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

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

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

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

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

.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; background: linear-gradient(0deg, #28323C 0%, #28323C 50%, #00B8FF 50%, #00B8FF 100%); }

#start_inner .bg_gr { background: linear-gradient(180deg, #00B8FF 0%, #FFFFFF 58.67%); }

#start_inner .title_row h1 { color: #161D24; line-height: 1.4; font-size: 40px; font-weight: normal; }

#start_inner .title_row h2 { color: #161D24; font-size: 20px; }

#start_inner .img_row .cloud_wrapper { height: 180px; background-image: url("../img/cloud.4166e5a6412b.png"); background-size: cover; background-repeat: no-repeat; background-position: right; animation: Move 20s linear infinite; }

#start_inner .img_row .img_car { width: 100%; height: auto; background-image: url("../img/rail.a97f078b054b.svg"); background-size: auto; background-repeat: no-repeat; background-position-x: right; background-position-y: 100%; animation: Move 4s linear infinite; border-bottom: solid 30px #28323C; }

@keyframes Move { 100% { background-position-x: left; } }

#start_inner #test_start { font-size: 28px; letter-spacing: 2px; 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: white; box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15); border-radius: 8px; }

#start_inner .btn_start .start_text { font-size: 28px; color: black !important; }

#start_inner .btn_start .count_text { font-size: 14px; color: black !important; }

#start_inner #test_view { font-size: 14px; font-weight: normal; letter-spacing: 0; }

#start_inner .test_start_row { background-color: #28323C; }

#start_inner .sponsor_row { align-items: center; background-color: #28323C; }

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

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

#start_inner .sponsor_row #main_poomang_logo { width: 100%; height: auto; margin-left: 4%; padding-left: 20%; padding-right: 5%; }

#start_inner .sponsor_row #collabo_decoration { margin-right: 16.5%; width: 50%; height: auto; }

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

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

#intro_inner .intro_row { height: 100vh; }

#intro_inner .intro_row .intro_col { font-size: 18px; color: black; }

#intro_inner .intro_row .intro_col img { width: 100%; height: auto; }

#intro_inner .intro_row .blink_col { display: flex; justify-content: center; align-items: center; flex-direction: column; }

#intro_inner .intro_row .blink_col .blink_txt { font-size: 16px; }

#intro_inner .intro_row .blink_col .blink { animation: 0.75s blink linear alternate infinite; transform: scaleX(3); }

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

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

#progress_inner .progress_row { font-size: 18px; position: absolute; width: 100%; margin-top: 72%; }

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

#progress_inner .progress_row .progress_bar { position: relative; background-color: #E0E0E0; height: 8px; z-index: 10; border-radius: 999px; }

#progress_inner .progress_row .progress_bar .progress_gauge { width: 0%; border-radius: 999px; background: repeating-linear-gradient(90deg, #28323C, #28323C 1.5px, #FFCC49 0, #FFCC49 7px); border: 3.3px solid #28323C; height: inherit; border-radius: inherit; }

#progress_inner .progress_row .progress_bar .progress_icon { position: absolute; left: 0%; margin-top: -17px; margin-left: -13px; width: 26px; height: auto; }

#interactive_inner { display: none; }

#interactive_inner .inter_row { position: absolute; text-align: center; opacity: 0; z-index: 10; width: 100%; max-width: 500px; }

#interactive_inner .inter_row1 .inter_col img { width: 100%; height: auto; }

#interactive_inner .in { animation: in 1s ease forwards; opacity: 0; }

#interactive_inner .out { animation: out 1s ease forwards; opacity: 1; }

#interactive_inner .updown { animation: updown 0.5s ease infinite; opacity: 1; }

#interactive_inner .shake { animation: shake 3s linear infinite; opacity: 1; }

@keyframes in { 100% { opacity: 1; } }

@keyframes out { 100% { opacity: 0; } }

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

@keyframes shake { 0% { transform: translateX(5px); }
  10% { transform: translateX(-5px); }
  20% { transform: translateX(5px); }
  30% { transform: translateX(-5px); }
  40% { transform: translateX(5px); }
  50% { transform: translateX(-5px); }
  60% { transform: translateX(0px); }
  100% { transform: translateX(0); } }

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

.question_inner .line_cover { height: 2px; margin-top: -10px; }

.question_inner .title_row { margin-bottom: auto; }

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

.question_inner .title_row h2 { color: transparent; }

.question_inner .next_question, .question_inner .next_question:hover { border-radius: 8px; min-height: 86px; background: transparent; color: black !important; border: 2px solid black; }

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

#loading_inner { position: relative; display: none; background: linear-gradient(180deg, #00B8FF 0%, #FFFFFF 58.67%); }

#loading_inner .cloud_wrapper { height: 180px; background-image: url("../img/cloud.4166e5a6412b.png"); background-size: cover; background-repeat: no-repeat; background-position: right; animation: Move 30s linear infinite; }

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

#loading_inner .loading_img { width: 65%; }

#loading_inner .loading_txt1 { font-size: 18px; }

#loading_inner .loading_txt2 { color: #00B8FF; font-size: 18px; }

#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 .blank { height: 180px; }

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

#result_container .dot_line { z-index: 10; height: 10px; background-image: url("../img/dot_line.ca16990a3dba.svg"); background-size: contain; background-repeat: repeat-x; }

#result_container .line_wrapper { background: #FFFFFF; border: 2px solid #000000; border-radius: 10px; }

#result_container .img_row { background: linear-gradient(180deg, #00B8FF 0%, #FFFFFF 58.67%); }

#result_container .img_row h2 { font-size: 22px; color: white; background: #00B8FF; border-bottom-right-radius: 8px; border-bottom-left-radius: 8px; }

#result_container .img_row h1 { font-size: 40px; }

#result_container .img_row img { height: auto; }

#result_container .result_row { border-top: 2px solid #28323C; border-right: 2px solid #28323C; border-left: 2px solid #28323C; }

#result_container .result_row .result_col .result_title { color: #00B8FF; font-size: 22px; }

#result_container .result_row .result_col .result_title_l { font-size: 26px; }

#result_container .result_row .result_col .result_content { position: relative; }

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

#result_container .deco_row { background-color: white; z-index: 10; margin-top: -1px; }

#result_container .deco_row .deco_col { flex: 1; border-bottom: 2px solid #28323C; border-left: 2px solid #28323C; }

#result_container .shadow { box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.1); }

#result_container .shadow_svg { filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1)); }

#result_container .match_row img { height: auto; border: 1px solid #757575; }

#result_container .match_row .match_col .match_type_col { font-size: 22px; color: #00B8FF; }

#result_container .match_row .match_col .match_content_row { border: 2px solid #374553; }

#result_container .match_row .match_col .match_content_row .match_title_col { font-size: 18px; height: 60px; }

#result_container .banner_row .banner_col { position: relative; }

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

#result_container .banner_row .banner_col .event_btn { position: absolute; width: 100%; height: 16%; background-color: red; margin-top: 32%; opacity: 0; }

#result_container .btn_row .btn_event { background-color: #B3E5FF; }

#result_container .btn_row a { background-color: #E9EBEE; border: 2px solid black; border-radius: 0; color: black !important; border-radius: 8px; }

#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 { color: #2B2B2B; 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: black; }

.modal .modal_inner { background-color: white; }

.modal .modal_title .modal_txt1 { font-size: 30px; }

.modal .modal_title .modal_txt2 { font-size: 22px; background-color: #00B8FF; color: white; }

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

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

.modal .dot_line { z-index: 10; margin-top: -2px; height: 10px; background-image: url("../img/dot_line.ca16990a3dba.svg"); background-size: contain; background-repeat: repeat-x; }

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

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

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