.bg_main { background-image: url("../img/main_bg.4dd18c944421.jpg"); background-repeat: no-repeat; background-position: bottom; background-size: cover; background-attachment: fixed; }

.bg_question { background: #FFEDD1; }

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

#start_inner #test_start { line-height: 1.2; margin: 0; margin-top: auto; margin-left: auto; margin-right: auto; padding: 0.7rem 0 0.6rem 0; }

#start_inner .btn_start { border-radius: 999px; background: #F34240; border: 4px solid #000000; border-bottom: 8px solid #000000; box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15); }

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

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

#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 { max-width: 100px; width: 30%; height: auto; }

#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: 5px; z-index: 10; border-radius: 999px; }

#progress_inner .progress_row .progress_bar .progress_gauge { width: 0%; border-radius: 2px; background: #FB9005; 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: #111111; }

.question_inner .title_row { font-size: 22px; }

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

.question_inner .next_question, .question_inner .next_question:hover { min-height: 86px; border: 2px solid #FFD087; color: black !important; background: #FFFFFF; border-radius: 5px; }

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

.question_inner .next_question:active { background: #FFD087; }

#loading_inner { position: relative; display: none; color: black; font-size: 18px; }

#loading_inner .animation_col { height: 110px; position: relative; }

#loading_inner .animation_col img { position: absolute; left: 50%; transform: translateX(-50%); opacity: 0; width: 135px; height: auto; }

#loading_inner .animation_col .image1 { animation: rotateCard 1.6s step-end infinite 0s; }

@keyframes rotateCard { 0% { opacity: 1; }
  50% { opacity: 0; } }

#loading_inner .animation_col .image2 { animation: rotateCard 1.6s step-end infinite 0.8s; }

@keyframes rotateCard { 0% { opacity: 1; }
  50% { opacity: 0; } }

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

#result_container .image_row .result_bg { position: absolute; animation: fadeIn 0.8s linear forwards; opacity: 0; }

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

#result_container .image_row .result_decoration { position: absolute; width: 97%; padding-left: 1%; animation: popEffect 0.8s ease-in-out forwards; transform: translateY(40px); opacity: 0; }

@keyframes popEffect { 60% { transform: translateY(-10px); }
  90% { transform: translateY(5px); }
  100% { transform: translateY(0);
    opacity: 1; } }

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

#result_container .image_row h1 { font-weight: normal; font-size: 32px; }

#result_container .result_row .result_col { background: #F2F2F2; border: 3px solid #000000; }

#result_container .result_row .result_col .result_title { font-size: 30px; background-color: white; border-bottom: 3px solid #000000; }

#result_container .result_row .result_col .result_content { color: black; }

#result_container .result_row .result_col .result_content .sentence_btn p { line-height: 1.5; font-size: 15px; font-weight: bold; }

#result_container .result_row .result_col .result_content2 { font-size: 18px; }

#result_container .btn_row a { border-radius: 999px; color: black !important; font-size: 18px; background: #FEDA53; border: 3px solid #000000; border-bottom: 6px solid black; box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15); }

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

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

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

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

.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_text { font-size: 18px; }

.modal .modal_inner .image_col { position: relative; padding-bottom: 14%; }

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

.modal .modal_inner .image_col .modal_img2 { width: 50%; position: absolute; bottom: 0%; right: -6%; }

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