@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
.notosanskr * { font-family: 'Noto Sans KR', sans-serif; }

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

.bg_main { background: #016193; }

.bg_loading { background: #81BCE4; }

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 { font-family: 'Noto Sans KR'; 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; background: linear-gradient(0deg, white 0%, white 50%, #81BCE4 50%, #81BCE4 100%); }

#start_inner .hidden_title { opacity: 0; position: absolute; }

#start_inner .img_row { position: relative; }

#start_inner .img_row img { width: 100%; height: auto; background: linear-gradient(0deg, #016193 0%, #016193 10%, #81BCE4 10%, #81BCE4 100%); }

#start_inner .test_start_row { background-color: #016193; }

#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; border-radius: 0; }

#start_inner .btn_start { background: #82C823; color: #101215 !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; }

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

#start_inner .sponsor_row #sponsor_logo { width: 80px; height: auto; }

#intro_inner { display: none; font-size: 20px; color: #101215; cursor: pointer; background: linear-gradient(0deg, #016193 0%, #016193 20%, #E56824 20%, #E56824 30%, #81BCE4 30%, #81BCE4 100%); }

#intro_inner .intro_wrapper { background-color: white; }

#intro_inner .intro_wrapper .intro_row img { width: 95px; }

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

#intro_inner .intro_wrapper .intro_row .intro_col span { color: #FFCB52; }

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

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

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

.progress_row { font-size: 18px; }

.progress_row #progress_count { display: none; }

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

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

.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: #101215; background: linear-gradient(0deg, #016193 0%, #016193 20%, #E56824 20%, #E56824 30%, #81BCE4 30%, #81BCE4 100%); }

.question_inner .question_wrapper { background-color: white; }

.question_inner .question_wrapper .question_img { width: 95px; }

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

.question_inner .question_wrapper .next_question, .question_inner .question_wrapper .next_question:hover { border-radius: 10px; min-height: 86px; background: #82C823; color: #101215 !important; border-radius: 0; }

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

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

#loading_inner img { max-width: 250px; width: 60%; height: auto; margin-left: auto; margin-right: auto; }

#loading_inner .title_row { position: absolute; width: 100%; top: 50%; transform: translateY(-50%); padding-bottom: 7rem; }

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

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

#loading_inner .title_row .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 .title_row .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 .title_row .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; }

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

#result_container .img_row { background: #82C823; }

#result_container .img_row .title_row { align-items: center; justify-content: center; }

#result_container .img_row .title_row .icon_col img { width: 35px; }

#result_container .img_row .title_row .title_main { font-size: 20px; color: #101215; }

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

#result_container .img_row .title_sub { background: #016193; color: white; font-size: 24px; }

#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 .banner_row { position: relative; }

#result_container .banner_row .banner_btn1 { position: absolute; right: 0%; top: 86%; display: block; background-color: red; width: 30%; height: 14%; opacity: 0; }

#result_container .banner_row .banner_btn2 { position: absolute; top: 86%; display: block; background-color: red; width: 100%; height: 14%; opacity: 0; }

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

#result_container .btn_row a { background-color: white; border: 2px solid #82C823; border-radius: 0px; color: #101215 !important; font-size: 20px; }

#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 .notice_row { font-size: 9px; color: #828282; padding-bottom: 90px; }

#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: #82C823; }

.modal .modal_title_row { color: black; font-size: 16px; align-items: center; }

.modal .modal_title_row .icon_col img { width: 37px; }

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

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